diff --git a/.gitignore b/.gitignore index a0697c58..5b96b1d6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore Server/user/ +SPTarkov.Server/user +SPTarkov.Server/Assets # User-specific files *.rsuser @@ -423,5 +425,3 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser - -launchSettings.json diff --git a/Libraries/SPTarkov.Common/Extensions/HttpContextExtensions.cs b/Libraries/SPTarkov.Common/Extensions/HttpContextExtensions.cs new file mode 100644 index 00000000..e24023a4 --- /dev/null +++ b/Libraries/SPTarkov.Common/Extensions/HttpContextExtensions.cs @@ -0,0 +1,18 @@ +using Microsoft.Extensions.Primitives; + +namespace SPTarkov.Common.Extensions +{ + public static class HttpContextExtensions + { + public static StringValues? GetHeaderIfExists(this HttpContext context, string key) + { + context.Request.Headers.TryGetValue(key, out var value); + if (string.IsNullOrEmpty(value)) + { + return null; + } + + return value; + } + } +} diff --git a/Libraries/SPTarkov.Server.Assets/Assets/configs/bot.json b/Libraries/SPTarkov.Server.Assets/Assets/configs/bot.json index fd755ff9..d9317210 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/configs/bot.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/configs/bot.json @@ -1,244 +1,40 @@ { "assaultBrainType": { "bigmap": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "factory4_day": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "factory4_night": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "interchange": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "laboratory": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "lighthouse": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "rezervbase": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "sandbox": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "sandbox_high": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "shoreline": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "tarkovstreets": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 }, "woods": { - "arenaFighter": 0, - "arenaFighterEvent": 0, - "assault": 1, - "bossBoar": 0, - "bossGluhar": 0, - "bossKilla": 0, - "bossKnight": 0, - "bossSanitar": 0, - "bossTagilla": 0, - "bossZryachiy": 0, - "crazyAssaultEvent": 0, - "cursedAssault": 0, - "exUsec": 0, - "followerBigPipe": 0, - "followerBully": 0, - "followerGluharAssault": 0, - "followerSanitar": 0, - "pmcBot": 0 + "assault": 1 } }, "bosses": [ @@ -256,9 +52,9 @@ "bossPartisan", "followerBigPipe", "followerBirdEye", - "bossTagillaAgro", - "bossKillaAgro", - "tagillaHelperAgro" + "bossTagillaAgro", + "bossKillaAgro", + "tagillaHelperAgro" ], "botNameLengthLimit": 19, "botRolesThatMustHaveUniqueName": [ @@ -379,7 +175,7 @@ }, "weapon": { "highestMax": 100, - "lowestMax": 80, + "lowestMax": 85, "maxDelta": 10, "minDelta": 0, "minLimitPercent": 15 @@ -429,13 +225,15 @@ }, "follower": { "armor": { + "highestMaxPercent": 100, + "lowestMaxPercent": 90, "maxDelta": 10, "minDelta": 0, "minLimitPercent": 15 }, "weapon": { "highestMax": 100, - "lowestMax": 80, + "lowestMax": 85, "maxDelta": 40, "minDelta": 20, "minLimitPercent": 15 @@ -713,7 +511,7 @@ "lightIsActiveDayChancePercent": 75, "lightIsActiveNightChancePercent": 85 }, - "bosskillaagro": { + "bosskillaagro": { "faceShieldIsActiveChancePercent": 100, "forceOnlyArmoredRigWhenNoArmor": true, "forceStock": true, @@ -789,13 +587,6 @@ "lightIsActiveDayChancePercent": 25, "lightIsActiveNightChancePercent": 75 }, - "tagillahelperagro": { - "faceShieldIsActiveChancePercent": 100, - "forceStock": true, - "laserIsActiveChancePercent": 75, - "lightIsActiveDayChancePercent": 25, - "lightIsActiveNightChancePercent": 75 - }, "bosstest": {}, "bosszryachiy": { "forceStock": true, @@ -2738,6 +2529,13 @@ "scopeLimit": 1 } }, + "tagillahelperagro": { + "faceShieldIsActiveChancePercent": 100, + "forceStock": true, + "laserIsActiveChancePercent": 75, + "lightIsActiveDayChancePercent": 25, + "lightIsActiveNightChancePercent": 75 + }, "test": {} }, "itemSpawnLimits": { @@ -2769,7 +2567,6 @@ }, "bosskilla": {}, "bosskillaagro": {}, - "tagillahelperagro": {}, "bossknight": {}, "bosskojaniy": { "5c94bbff86f7747ee735c08f": 1, @@ -2895,6 +2692,7 @@ "sectantwarrior": {}, "shooterbtr": {}, "skier": {}, + "tagillahelperagro": {}, "test": {} }, "lootItemResourceRandomization": { @@ -3001,12 +2799,14 @@ "bossBully": 5, "bossGluhar": 5, "bossKilla": 5, + "bossKillaAgro": 5, "bossKnight": 5, "bossKojaniy": 5, "bossKolontay": 5, "bossPartisan": 5, "bossSanitar": 5, "bossTagilla": 5, + "bossTagillaAgro": 5, "bossTest": 10, "bossZryachiy": 5, "crazyAssaultEvent": 15, @@ -3050,10 +2850,8 @@ "sectantWarrior": 10, "shooterBTR": 1, "skier": 10, - "test": 30, - "bossTagillaAgro": 5, - "bossKillaAgro": 5, - "tagillaHelperAgro": 5 + "tagillaHelperAgro": 5, + "test": 30 }, "revenge": { "arenaFighter": [ diff --git a/Libraries/SPTarkov.Server.Assets/Assets/configs/core.json b/Libraries/SPTarkov.Server.Assets/Assets/configs/core.json index 21e3cabe..d6fc93ce 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/configs/core.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/configs/core.json @@ -1,7 +1,7 @@ { "sptVersion": "4.0.0", "projectName": "SPT", - "compatibleTarkovVersion": "0.16.0.35958", + "compatibleTarkovVersion": "0.16.0.36217", "serverName": "SPT Server", "profileSaveIntervalSeconds": 15, "sptFriendNickname": "SPT", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/configs/gifts.json b/Libraries/SPTarkov.Server.Assets/Assets/configs/gifts.json index fe0d791f..22728a75 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/configs/gifts.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/configs/gifts.json @@ -5,8 +5,7 @@ "messageText": "Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Ну, здравствуй, друг! С Новым годом тебя! Ты наверное забыл уже, что есть праздники, но я считаю, важно оставаться людьми в любой ситуации. Работающих видеокарт тебе в новом году и убежище чтобы не подводило. Держи и радуйся!", "collectionTimeHours": 20, "associatedEvent": "NewYears", - "items": [ - { + "items": [{ "_id": "658efad286f149afb701c2a4", "_tpl": "645e0c6b3b381ede770e1cc9", "upd": { @@ -17,38 +16,32 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2a5", "_tpl": "6450ec2e7da7133e5a09ca96", "parentId": "658efad286f149afb701c2a4", "slotId": "mod_magazine" - }, - { + }, { "_id": "658efad286f149afb701c2a6", "_tpl": "6452519e3d52156624001fd5", "parentId": "658efad286f149afb701c2a4", "slotId": "mod_stock" - }, - { + }, { "_id": "658efad286f149afb701c2a7", "_tpl": "645123013d52156624001fd1", "parentId": "658efad286f149afb701c2a4", "slotId": "mod_barrel" - }, - { + }, { "_id": "658efad286f149afb701c2a8", "_tpl": "64527a263d52156624001fd7", "parentId": "658efad286f149afb701c2a7", "slotId": "mod_muzzle" - }, - { + }, { "_id": "658efad286f149afb701c2a9", "_tpl": "6448f2f6d4928d46d30be3f6", "parentId": "658efad286f149afb701c2a7", "slotId": "mod_handguard" - }, - { + }, { "_id": "658efad286f149afb701c2ab", "_tpl": "6450ec2e7da7133e5a09ca96", "upd": { @@ -56,8 +49,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2ad", "_tpl": "6450ec2e7da7133e5a09ca96", "upd": { @@ -65,8 +57,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2af", "_tpl": "6450ec2e7da7133e5a09ca96", "upd": { @@ -74,8 +65,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2b1", "_tpl": "6450ec2e7da7133e5a09ca96", "upd": { @@ -83,8 +73,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2b3", "_tpl": "57a0dfb82459774d3078b56c", "upd": { @@ -92,8 +81,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2b5", "_tpl": "57a0dfb82459774d3078b56c", "upd": { @@ -101,8 +89,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2b7", "_tpl": "57a0dfb82459774d3078b56c", "upd": { @@ -110,8 +97,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2b9", "_tpl": "57a0dfb82459774d3078b56c", "upd": { @@ -119,8 +105,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2bb", "_tpl": "57a0dfb82459774d3078b56c", "upd": { @@ -128,8 +113,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2bd", "_tpl": "572b7f1624597762ae139822", "upd": { @@ -137,8 +121,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2bf", "_tpl": "656ddcf0f02d7bcea90bf395", "upd": { @@ -146,8 +129,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2c1", "_tpl": "5734773724597737fd047c14", "upd": { @@ -155,8 +137,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2c3", "_tpl": "575146b724597720a27126d5", "upd": { @@ -164,8 +145,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2c5", "_tpl": "5d40407c86f774318526545a", "upd": { @@ -173,8 +153,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2c7", "_tpl": "5df8a6a186f77412640e2e80", "upd": { @@ -182,8 +161,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2c9", "_tpl": "5df8a72c86f77412640e2e83", "upd": { @@ -191,8 +169,7 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2cb", "_tpl": "5df8a77486f77412672a1e3f", "upd": { @@ -200,20 +177,17 @@ }, "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2cc", "_tpl": "65709d2d21b9f815e208ff95", "parentId": "658efad286f149afb701c2a3", "slotId": "main" - }, - { + }, { "_id": "658efad286f149afb701c2cd", "_tpl": "657f9eb7e9433140ad0baf86", "parentId": "658efad286f149afb701c2cc", "slotId": "Helmet_top" - }, - { + }, { "_id": "658efad286f149afb701c2ce", "_tpl": "657f9ef6c6679fefb3051e1f", "parentId": "658efad286f149afb701c2cc", @@ -227,22 +201,19 @@ "messageText": "Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Hello there, friend. Happy New Year to you! You've probably forgotten that holidays exist, but I think it's important to remain human in any situation. Wishing you lots of working graphics cards this year and that your Hideout never lets you down. Take this gift and be happy!Ну, здравствуй, друг! С Новым годом тебя! Ты наверное забыл уже, что есть праздники, но я считаю, важно оставаться людьми в любой ситуации. Работающих видеокарт тебе в новом году и убежище чтобы не подводило. Держи и радуйся!", "collectionTimeHours": 20, "associatedEvent": "NewYears", - "items": [ - { + "items": [{ "desc": "white beard", "_id": "64b997574a8c8ed8cb019004", "_tpl": "5c1a1e3f2e221602b66cc4c2", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "ammo case", "_id": "64b397573a8c8ed8cb019002", "_tpl": "5aafbde786f774389d0cbc0f", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "m80", "_id": "64b397573a8c8ed8cb019007", "_tpl": "58dd3ad986f77403051cba8f", @@ -251,8 +222,7 @@ "upd": { "StackObjectsCount": 40 } - }, - { + }, { "desc": "m80", "_id": "64b397573a8c8ed8cb019008", "_tpl": "58dd3ad986f77403051cba8f", @@ -261,8 +231,7 @@ "upd": { "StackObjectsCount": 40 } - }, - { + }, { "desc": "m80", "_id": "64b397573a8c8ed8cb019009", "_tpl": "58dd3ad986f77403051cba8f", @@ -271,85 +240,73 @@ "upd": { "StackObjectsCount": 40 } - }, - { + }, { "desc": "Keycard holder case", "_id": "64b497573b8c8ee8cb019009", "_tpl": "619cbf9e0a7c3a1a2731940a", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "RGN hand grenade", "_id": "64b447573b4c8ee8cd019009", "_tpl": "617fd91e5539a84ec44ce155", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "RGN hand grenade", "_id": "67cff8955de0364ac99ee5da", "_tpl": "617fd91e5539a84ec44ce155", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "RGN hand grenade", "_id": "67cff89cbc5b9a809c59bc20", "_tpl": "617fd91e5539a84ec44ce155", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "scar h 20 rnd mag", "_id": "67cff8d0b8f87044cf49a24d", "_tpl": "618168dc8004cc50514c34fc", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "scar h 20 rnd mag", "_id": "67cff8f6dcd78b3644a2a195", "_tpl": "618168dc8004cc50514c34fc", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "scar h 20 rnd mag", "_id": "67cff8fb07467e59a50160c2", "_tpl": "618168dc8004cc50514c34fc", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "scar h 20 rnd mag", "_id": "67cff906c0873e933157d098", "_tpl": "618168dc8004cc50514c34fc", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "7290 Flash Bang", "_id": "67cff90b4f1cb3f13f28947c", "_tpl": "619256e5f8af2c1a4e1f5d92", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "7290 Flash Bang", "_id": "67cff90fd2d7514745be3c06", "_tpl": "619256e5f8af2c1a4e1f5d92", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "7290 Flash Bang", "_id": "67cff913fbaf1e9241ead799", "_tpl": "619256e5f8af2c1a4e1f5d92", "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "desc": "mk7 scar h gun", "_id": "67cff950e48c87b4b0000bc1", "_tpl": "6183afd850224f204c1da514", @@ -363,86 +320,72 @@ }, "parentId": "66dec233ab84eb041703c012", "slotId": "main" - }, - { + }, { "_id": "6193e4fae693542ea37d11c8", "_tpl": "55d4b9964bdc2d1d4e8b456e", "parentId": "67cff950e48c87b4b0000bc1", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "6193e4a46bb904059c382298", "_tpl": "618168dc8004cc50514c34fc", "parentId": "67cff950e48c87b4b0000bc1", "slotId": "mod_magazine" - }, - { + }, { "_id": "6193e4a46bb904059c382299", "_tpl": "6165adcdd3a39d50044c120f", "parentId": "67cff950e48c87b4b0000bc1", "slotId": "mod_reciever" - }, - { + }, { "_id": "6193e4a46bb904059c38229a", "_tpl": "6183b084a112697a4b3a6e6c", "parentId": "6193e4a46bb904059c382299", "slotId": "mod_barrel" - }, - { + }, { "_id": "6193e4a46bb904059c38229b", "_tpl": "618178aa1cb55961fa0fdc80", "parentId": "6193e4a46bb904059c38229a", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6193e4a46bb904059c38229c", "_tpl": "61816fcad92c473c770215cc", "parentId": "6193e4a46bb904059c38229a", "slotId": "mod_sight_front" - }, - { + }, { "_id": "6193e4a46bb904059c38229d", "_tpl": "61817865d3a39d50044c13a4", "parentId": "6193e4a46bb904059c382299", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "6193e4a46bb904059c38229e", "_tpl": "61816df1d3a39d50044c139e", "parentId": "6193e4a46bb904059c382299", "slotId": "mod_mount_000" - }, - { + }, { "_id": "6193e4a46bb904059c38229f", "_tpl": "61816dfa6ef05c2ce828f1ad", "parentId": "6193e4a46bb904059c382299", "slotId": "mod_mount_001" - }, - { + }, { "_id": "6193e4a46bb904059c3822a0", "_tpl": "61816734d8e3106d9806c1f3", "parentId": "67cff950e48c87b4b0000bc1", "slotId": "mod_stock" - }, - { + }, { "_id": "6193e4a46bb904059c3822a1", "_tpl": "618167528004cc50514c34f9", "parentId": "6193e4a46bb904059c3822a0", "slotId": "mod_stock_001" - }, - { + }, { "_id": "6193e4a46bb904059c3822a2", "_tpl": "618167616ef05c2ce828f1a8", "parentId": "6193e4a46bb904059c3822a1", "slotId": "mod_stock" - }, - { + }, { "_id": "6193e4a46bb904059c3822a3", "_tpl": "618167441cb55961fa0fdc71", "parentId": "6193e4a46bb904059c3822a0", "slotId": "mod_stock_002" - }, - { + }, { "_id": "6193e4a46bb904059c3822a4", "_tpl": "6181688c6c780c1e710c9b04", "parentId": "67cff950e48c87b4b0000bc1", @@ -452,8 +395,7 @@ "maxToSendPlayer": 1 }, "Christmas2022": { - "items": [ - { + "items": [{ "_id": "a89075c1a18874dd6404a6d7", "_tpl": "5aafbde786f774389d0cbc0f", "slotId": "main", @@ -461,8 +403,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cff9760e658c69b77cadfd", "_tpl": "6389c6463485cf0eeb260715", "slotId": "main", @@ -470,8 +411,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cff9aaa096332d7c09296b", "_tpl": "63a8970d7108f713591149f5", "slotId": "main", @@ -479,8 +419,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cff9c2cd2e7534367f2597", "_tpl": "63a8970d7108f713591149f5", "slotId": "main", @@ -488,8 +427,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cff9da8124fe100278159b", "_tpl": "63a897c6b1ff6e29734fcc95", "slotId": "main", @@ -507,8 +445,7 @@ "maxToSendPlayer": 1 }, "1CLICKDRESSUP": { - "items": [ - { + "items": [{ "_id": "64b996c9d0de4697180359b7", "_tpl": "5dcbd56fdbd3d91b3e5468d5", "upd": { @@ -518,146 +455,122 @@ }, "parentId": "64b996c9d0de4697180359b6", "slotId": "main" - }, - { + }, { "_id": "64b996c9d0de4697180359b8", "_tpl": "5c48a2c22e221602b313fb6c", "parentId": "64b996c9d0de4697180359b7", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "64b996c9d0de4697180359b9", "_tpl": "5a3501acc4a282000d72293a", "parentId": "64b996c9d0de4697180359b7", "slotId": "mod_magazine" - }, - { + }, { "_id": "64b996c9d0de4697180359ba", "_tpl": "5dcbd6b46ec07c0c4347a564", "parentId": "64b996c9d0de4697180359b7", "slotId": "mod_handguard" - }, - { + }, { "_id": "64b996c9d0de4697180359bb", "_tpl": "5b7be4895acfc400170e2dd5", "parentId": "64b996c9d0de4697180359ba", "slotId": "mod_mount_000" - }, - { + }, { "_id": "64b996c9d0de4697180359bc", "_tpl": "58c157be86f77403c74b2bb6", "parentId": "64b996c9d0de4697180359bb", "slotId": "mod_foregrip" - }, - { + }, { "_id": "64b996c9d0de4697180359bd", "_tpl": "5c06595c0db834001a66af6c", "parentId": "64b996c9d0de4697180359ba", "slotId": "mod_tactical" - }, - { + }, { "_id": "64b996c9d0de4697180359be", "_tpl": "5dcbe9431e1f4616d354987e", "parentId": "64b996c9d0de4697180359b7", "slotId": "mod_barrel" - }, - { + }, { "_id": "64b996c9d0de4697180359bf", "_tpl": "5a34fd2bc4a282329a73b4c5", "parentId": "64b996c9d0de4697180359be", "slotId": "mod_muzzle" - }, - { + }, { "_id": "64b996c9d0de4697180359c0", "_tpl": "59db7eed86f77461f8380365", "parentId": "64b996c9d0de4697180359b7", "slotId": "mod_scope" - }, - { + }, { "_id": "64b996c9d0de4697180359c1", "_tpl": "5c052a900db834001a66acbd", "parentId": "64b996c9d0de4697180359c0", "slotId": "mod_scope" - }, - { + }, { "_id": "64b996c9d0de4697180359c2", "_tpl": "5a33bab6c4a28200741e22f8", "parentId": "64b996c9d0de4697180359c1", "slotId": "mod_mount" - }, - { + }, { "_id": "64b996c9d0de4697180359c3", "_tpl": "5a32aa8bc4a2826c6e06d737", "parentId": "64b996c9d0de4697180359c2", "slotId": "mod_scope" - }, - { + }, { "_id": "64b996c9d0de4697180359c4", "_tpl": "5dfa3d7ac41b2312ea33362a", "parentId": "64b996c9d0de4697180359b7", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "64b996c9d0de4697180359c5", "_tpl": "628b9c7d45122232a872358f", "parentId": "64b996c9d0de4697180359b6", "slotId": "main" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca460", "_tpl": "6575f24ff6a13a7b7100b09e", "parentId": "64b996c9d0de4697180359c5", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca461", "_tpl": "6575f25ada698a4e98067836", "parentId": "64b996c9d0de4697180359c5", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca462", "_tpl": "6575f2649cfdfe416f0399b8", "parentId": "64b996c9d0de4697180359c5", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca463", "_tpl": "6575f26d9c7cad336508e480", "parentId": "64b996c9d0de4697180359c5", "slotId": "soft_armor_right" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca464", "_tpl": "656fa53d94b480b8a500c0e4", "parentId": "64b996c9d0de4697180359c5", "slotId": "Front_plate" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca465", "_tpl": "656fa53d94b480b8a500c0e4", "parentId": "64b996c9d0de4697180359c5", "slotId": "Back_plate" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca466", "_tpl": "6557458f83942d705f0c4962", "parentId": "64b996c9d0de4697180359c5", "slotId": "Left_side_plate" - }, - { + }, { "_id": "6576e529fad2d1a4c00ca467", "_tpl": "6557458f83942d705f0c4962", "parentId": "64b996c9d0de4697180359c5", "slotId": "Right_side_plate" - }, - { + }, { "_id": "64b996c9d0de4697180359c6", "_tpl": "62963c18dbc8ab5f0d382d0b", "parentId": "64b996c9d0de4697180359b6", "slotId": "main" - }, - { + }, { "_id": "64b996c9d0de4697180359c7", "_tpl": "59fb023c86f7746d0d4b423c", "parentId": "64b996c9d0de4697180359b6", @@ -672,8 +585,7 @@ "maxToSendPlayer": 1 }, "BARMALEY": { - "items": [ - { + "items": [{ "_id": "64b99751053fc8a45106fa55", "_tpl": "5cadf6eeae921500134b2799", "upd": { @@ -681,8 +593,7 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa56", "_tpl": "5cadf6eeae921500134b2799", "upd": { @@ -690,8 +601,7 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa57", "_tpl": "5cadf6eeae921500134b2799", "upd": { @@ -699,8 +609,7 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa58", "_tpl": "5cadf6eeae921500134b2799", "upd": { @@ -708,8 +617,7 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa59", "_tpl": "62330bfadc5883093563729b", "upd": { @@ -717,8 +625,7 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa5a", "_tpl": "62330bfadc5883093563729b", "upd": { @@ -726,8 +633,7 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa5b", "_tpl": "62330bfadc5883093563729b", "upd": { @@ -735,8 +641,7 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa5c", "_tpl": "62330bfadc5883093563729b", "upd": { @@ -744,26 +649,22 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa5d", "_tpl": "5d1b376e86f774252519444e", "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa5e", "_tpl": "5aafbde786f774389d0cbc0f", "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa5f", "_tpl": "5aafbde786f774389d0cbc0f", "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa60", "_tpl": "633ec7c2a6918cb895019c6c", "upd": { @@ -777,20 +678,17 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa61", "_tpl": "633ec6ee025b096d320a3b15", "parentId": "64b99751053fc8a45106fa60", "slotId": "mod_magazine" - }, - { + }, { "_id": "64b99751053fc8a45106fa62", "_tpl": "633ec8e4025b096d320a3b1e", "parentId": "64b99751053fc8a45106fa60", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "64b99751053fc8a45106fa63", "_tpl": "61a4c8884f95bc3b2c5dc96f", "upd": { @@ -800,26 +698,22 @@ }, "parentId": "64b99751053fc8a45106fa54", "slotId": "main" - }, - { + }, { "_id": "64b99751053fc8a45106fa64", "_tpl": "619f54a1d25cbd424731fb99", "parentId": "64b99751053fc8a45106fa63", "slotId": "mod_magazine" - }, - { + }, { "_id": "64b99751053fc8a45106fa65", "_tpl": "619f4cee4c58466fe1228435", "parentId": "64b99751053fc8a45106fa63", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "64b99751053fc8a45106fa66", "_tpl": "619f4d304c58466fe1228437", "parentId": "64b99751053fc8a45106fa63", "slotId": "mod_sight_front" - }, - { + }, { "_id": "64b99751053fc8a45106fa67", "_tpl": "619f4bffd25cbd424731fb97", "parentId": "64b99751053fc8a45106fa63", @@ -834,74 +728,62 @@ "maxToSendPlayer": 1 }, "S00NS00N": { - "items": [ - { + "items": [{ "_id": "64b997574a8c8eb8cb019005", "_tpl": "619cbf9e0a7c3a1a2731940a", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb019006", "_tpl": "5c94bbff86f7747ee735c08f", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb019007", "_tpl": "5c94bbff86f7747ee735c08f", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb019008", "_tpl": "5c94bbff86f7747ee735c08f", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb019009", "_tpl": "5c94bbff86f7747ee735c08f", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb01900a", "_tpl": "5c94bbff86f7747ee735c08f", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb01900b", "_tpl": "5aafbcd986f7745e590fff23", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb01900c", "_tpl": "5c0e530286f7747fa1419862", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb01900d", "_tpl": "5c0e534186f7747fa1419867", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb01900e", "_tpl": "5c0e533786f7747fa23f4d47", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb01900f", "_tpl": "544fb3f34bdc2d03748b456a", "parentId": "64b997574a8c8eb8cb019004", "slotId": "main" - }, - { + }, { "_id": "64b997574a8c8eb8cb019010", "_tpl": "5c0e531d86f7747fa23f4d42", "parentId": "64b997574a8c8eb8cb019004", @@ -916,170 +798,142 @@ "maxToSendPlayer": 1 }, "TRAMBON": { - "items": [ - { + "items": [{ "_id": "64b9975c0863630f260c592a", "_tpl": "591094e086f7747caa7bb2ef", "parentId": "64b9975c0863630f260c5929", "slotId": "main" - }, - { + }, { "_id": "64b9975c0863630f260c592b", "_tpl": "5e4abb5086f77406975c9342", "parentId": "64b9975c0863630f260c5929", "slotId": "main" - }, - { + }, { "_id": "6576ec9946600d80c70ba80b", "_tpl": "6575e71760703324250610c3", "parentId": "64b9975c0863630f260c592b", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576ec9946600d80c70ba80c", "_tpl": "6575e72660703324250610c7", "parentId": "64b9975c0863630f260c592b", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6576ec9946600d80c70ba80d", "_tpl": "656fa76500d62bcd2e024080", "parentId": "64b9975c0863630f260c592b", "slotId": "Front_plate" - }, - { + }, { "_id": "6576ec9946600d80c70ba80e", "_tpl": "656fa76500d62bcd2e024080", "parentId": "64b9975c0863630f260c592b", "slotId": "Back_plate" - }, - { + }, { "_id": "64b9975c0863630f260c592c", "_tpl": "5ca2151486f774244a3b8d30", "parentId": "64b9975c0863630f260c5929", "slotId": "main" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca47f", "_tpl": "6575dd3e9e27f4a85e081142", "parentId": "64b9975c0863630f260c592c", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca480", "_tpl": "6575dd519e27f4a85e081146", "parentId": "64b9975c0863630f260c592c", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca481", "_tpl": "6575dd64945bf78edd04c438", "parentId": "64b9975c0863630f260c592c", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca482", "_tpl": "6575dd6e9d3a0ddf660b9047", "parentId": "64b9975c0863630f260c592c", "slotId": "soft_armor_right" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca483", "_tpl": "6575dd769d3a0ddf660b904b", "parentId": "64b9975c0863630f260c592c", "slotId": "Collar" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca484", "_tpl": "6575dd800546f8b1de093df6", "parentId": "64b9975c0863630f260c592c", "slotId": "Groin" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca485", "_tpl": "6575dd94945bf78edd04c43c", "parentId": "64b9975c0863630f260c592c", "slotId": "Groin_back" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca486", "_tpl": "65573fa5655447403702a816", "parentId": "64b9975c0863630f260c592c", "slotId": "Front_plate" - }, - { + }, { "_id": "6576e976fad2d1a4c00ca487", "_tpl": "65573fa5655447403702a816", "parentId": "64b9975c0863630f260c592c", "slotId": "Back_plate" - }, - { + }, { "_id": "64b9975c0863630f260c592d", "_tpl": "60a3c68c37ea821725773ef5", "parentId": "64b9975c0863630f260c5929", "slotId": "main" - }, - { + }, { "_id": "6576e57d424f2c87d30c75c6", "_tpl": "65733312ca0ca984940a2d53", "parentId": "64b9975c0863630f260c592d", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576e57d424f2c87d30c75c7", "_tpl": "657333232cc8dfad2c0a3d97", "parentId": "64b9975c0863630f260c592d", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6576e57d424f2c87d30c75c8", "_tpl": "657333302cc8dfad2c0a3d9b", "parentId": "64b9975c0863630f260c592d", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "6576e57d424f2c87d30c75c9", "_tpl": "6573333eca0ca984940a2d57", "parentId": "64b9975c0863630f260c592d", "slotId": "soft_armor_right" - }, - { + }, { "_id": "6576e57d424f2c87d30c75ca", "_tpl": "6573334aca0ca984940a2d5b", "parentId": "64b9975c0863630f260c592d", "slotId": "Collar" - }, - { + }, { "_id": "6576e57d424f2c87d30c75cb", "_tpl": "65733375b7a8d286530e3dd7", "parentId": "64b9975c0863630f260c592d", "slotId": "Shoulder_l" - }, - { + }, { "_id": "6576e57d424f2c87d30c75cc", "_tpl": "6573337f2cc8dfad2c0a3da7", "parentId": "64b9975c0863630f260c592d", "slotId": "Shoulder_r" - }, - { + }, { "_id": "6576e57d424f2c87d30c75cd", "_tpl": "656fa53d94b480b8a500c0e4", "parentId": "64b9975c0863630f260c592d", "slotId": "Front_plate" - }, - { + }, { "_id": "6576e57d424f2c87d30c75ce", "_tpl": "656fa53d94b480b8a500c0e4", "parentId": "64b9975c0863630f260c592d", "slotId": "Back_plate" - }, - { + }, { "_id": "6576e57d424f2c87d30c75cf", "_tpl": "6557458f83942d705f0c4962", "parentId": "64b9975c0863630f260c592d", "slotId": "Left_side_plate" - }, - { + }, { "_id": "6576e57d424f2c87d30c75d0", "_tpl": "6557458f83942d705f0c4962", "parentId": "64b9975c0863630f260c592d", @@ -1094,14 +948,12 @@ "maxToSendPlayer": 1 }, "PINEWOOD": { - "items": [ - { + "items": [{ "_id": "64b998310a0c2d62990eecc3", "_tpl": "63a39fc0af870e651d58e6ae", "parentId": "64b998310a0c2d62990eecc2", "slotId": "main" - }, - { + }, { "_id": "64b998310a0c2d62990eecc4", "_tpl": "5fc382a9d724d907e2077dab", "upd": { @@ -1109,8 +961,7 @@ }, "parentId": "64b998310a0c2d62990eecc2", "slotId": "main" - }, - { + }, { "_id": "64b998310a0c2d62990eecc5", "_tpl": "5fc22d7c187fea44d52eda44", "upd": { @@ -1120,56 +971,47 @@ }, "parentId": "64b998310a0c2d62990eecc2", "slotId": "main" - }, - { + }, { "_id": "64b998310a0c2d62990eecc6", "_tpl": "57c55efc2459772d2c6271e7", "parentId": "64b998310a0c2d62990eecc5", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "64b998310a0c2d62990eecc7", "_tpl": "5fc23426900b1d5091531e15", "parentId": "64b998310a0c2d62990eecc5", "slotId": "mod_magazine" - }, - { + }, { "_id": "64b998310a0c2d62990eecc8", "_tpl": "5649be884bdc2d79388b4577", "parentId": "64b998310a0c2d62990eecc5", "slotId": "mod_stock_001" - }, - { + }, { "_id": "64b998310a0c2d62990eecc9", "_tpl": "5fc2369685fd526b824a5713", "parentId": "64b998310a0c2d62990eecc8", "slotId": "mod_stock_000" - }, - { + }, { "_id": "64b998310a0c2d62990eecca", "_tpl": "5fc278107283c4046c581489", "parentId": "64b998310a0c2d62990eecc5", "slotId": "mod_reciever" - }, - { + }, { "_id": "64b998310a0c2d62990eeccb", "_tpl": "5fc23678ab884124df0cd590", "parentId": "64b998310a0c2d62990eecca", "slotId": "mod_barrel" - }, - { + }, { "_id": "64b998310a0c2d62990eeccc", "_tpl": "5fc23636016cce60e8341b05", "parentId": "64b998310a0c2d62990eeccb", "slotId": "mod_muzzle" - }, - { + }, { "_id": "64b998310a0c2d62990eeccd", "_tpl": "5fc2360f900b1d5091531e19", "parentId": "64b998310a0c2d62990eeccb", "slotId": "mod_gas_block" - }, - { + }, { "_id": "64b998310a0c2d62990eecce", "_tpl": "5fc235db2770a0045c59c683", "parentId": "64b998310a0c2d62990eecca", @@ -1184,8 +1026,7 @@ "maxToSendPlayer": 1 }, "HESOYAM": { - "items": [ - { + "items": [{ "_id": "64b93751553fc8a45103fa55", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -1202,8 +1043,7 @@ "maxToSendPlayer": 1 }, "PraporGiftDay1": { - "items": [ - { + "items": [{ "_id": "a89275c1b18874ed6402a6d7", "_tpl": "544fb45d4bdc2dee738b4568", "slotId": "main", @@ -1211,8 +1051,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cffa0fa217f1f377ef7400", "_tpl": "5d02778e86f774203e7dedbe", "slotId": "main", @@ -1220,8 +1059,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cffa16d1d442bf7ffac4cb", "_tpl": "6034d0230ca681766b6a0fb5", "slotId": "main", @@ -1232,14 +1070,13 @@ } ], "sender": "Trader", - "trader": "PRAPOR", + "trader": "54cb50c76803fa8b248b4571", "localeTextId": "5fd4c8b59e4b2a58b34bbd28 0", "collectionTimeHours": 48, "maxToSendPlayer": 5 }, "PraporGiftDay2": { - "items": [ - { + "items": [{ "_id": "a89275c1b18874ed7452a6d6", "_tpl": "5751a25924597722c463c472", "slotId": "main", @@ -1247,8 +1084,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "a89275c1b18874ed7452a6d7", "_tpl": "5751a25924597722c463c472", "slotId": "main", @@ -1256,8 +1092,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cffa30ed7018619828a0ec", "_tpl": "5ca20d5986f774331e7c9602", "slotId": "main", @@ -1265,8 +1100,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cffa34ff9783f428619641", "_tpl": "5755356824597772cb798962", "slotId": "main", @@ -1274,8 +1108,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cffa3af267f36af7b5c43c", "_tpl": "5755356824597772cb798962", "slotId": "main", @@ -1283,8 +1116,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "67cffa3d8e4d759151227e49", "_tpl": "5755356824597772cb798962", "slotId": "main", @@ -1295,14 +1127,13 @@ } ], "sender": "Trader", - "trader": "PRAPOR", + "trader": "54cb50c76803fa8b248b4571", "localeTextId": "5fd4c8d49e4b2a58b34bbd29 0", "collectionTimeHours": 48, "maxToSendPlayer": 5 }, "MechanicGiftDay1": { - "items": [ - { + "items": [{ "_id": "678d4d81189b5f2a7538f14d", "_tpl": "590c2c9c86f774245b1f03f2", "slotId": "main", @@ -1314,14 +1145,13 @@ } ], "sender": "Trader", - "trader": "MECHANIC", + "trader": "5a7c2eca46aef81a7ca2145d", "localeTextId": "6776e324810eb26b880fb4a5 0", "collectionTimeHours": 72, "maxToSendPlayer": 1 }, "KAPPA4U": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ed7432a6d7", "_tpl": "5c093ca986f7740a1867ab12", "slotId": "main", @@ -1338,8 +1168,7 @@ "maxToSendPlayer": 1 }, "ENDOFWIPE": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d7", "_tpl": "5449016a4bdc2d6f028b456f", "slotId": "main", @@ -1347,8 +1176,7 @@ "StackObjectsCount": 500000 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "a89275c1b18274e27432a6d7", "_tpl": "5449016a4bdc2d6f028b456f", "slotId": "main", @@ -1365,8 +1193,7 @@ "maxToSendPlayer": 1 }, "IAMADIRTYLITTLEGOBLIN": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d8", "_tpl": "58ac60eb86f77401897560ff", "slotId": "main", @@ -1383,8 +1210,7 @@ "maxToSendPlayer": 5 }, "CHOMP": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d9", "_tpl": "5e54f62086f774219b0f1937", "slotId": "main", @@ -1401,8 +1227,7 @@ "maxToSendPlayer": 1 }, "CWX": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d9", "_tpl": "5c13cef886f774072e618e82", "slotId": "main", @@ -1419,8 +1244,7 @@ "maxToSendPlayer": 1 }, "VALENS": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d9", "_tpl": "5df8ce05b11454561e39243b", "slotId": "main", @@ -1428,80 +1252,67 @@ "StackObjectsCount": 1 }, "parentId": "5447b6194bdc2d67278b4567" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6de", "_tpl": "55d4b9964bdc2d1d4e8b456e", "parentId": "a89275c1b18274ef7432a6d9", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6df", "_tpl": "5df8f541c41b2312ea3335e3", "parentId": "a89275c1b18274ef7432a6d9", "slotId": "mod_magazine" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e0", "_tpl": "5649be884bdc2d79388b4577", "parentId": "a89275c1b18274ef7432a6d9", "slotId": "mod_stock" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e1", "_tpl": "5ae30c9a5acfc408fb139a03", "parentId": "5e03511086f7744ccb1fb6e0", "slotId": "mod_stock_000" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e2", "_tpl": "5df8e4080b92095fd441e594", "parentId": "a89275c1b18274ef7432a6d9", "slotId": "mod_reciever" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e3", "_tpl": "5df917564a9f347bc92edca3", "parentId": "5e03511086f7744ccb1fb6e2", "slotId": "mod_barrel" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e4", "_tpl": "5dfa3cd1b33c0951220c079b", "parentId": "5e03511086f7744ccb1fb6e3", "slotId": "mod_muzzle" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e5", "_tpl": "5dfa3d45dfc58d14537c20b0", "parentId": "5e03511086f7744ccb1fb6e3", "slotId": "mod_gas_block" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e6", "_tpl": "5df916dfbb49d91fb446d6b9", "parentId": "5e03511086f7744ccb1fb6e2", "slotId": "mod_handguard" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e7", "_tpl": "5dfa3d950dee1b22f862eae0", "parentId": "5e03511086f7744ccb1fb6e6", "slotId": "mod_sight_front" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e8", "_tpl": "5dfa3d7ac41b2312ea33362a", "parentId": "5e03511086f7744ccb1fb6e2", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "5e03511086f7744ccb1fb6e9", "_tpl": "5df8e053bb49d91fb446d6a6", "parentId": "a89275c1b18274ef7432a6d9", "slotId": "mod_charge" - }, - { + }, { "_id": "a89275c1b18274ef7432a6d4", "_tpl": "5aafa857e5b5b00018480968", "slotId": "main", @@ -1509,44 +1320,37 @@ "StackObjectsCount": 1 }, "parentId": "5447b6194bdc2d67278b4567" - }, - { + }, { "_id": "64c171afc69480f5b1030b97", "_tpl": "64b9e2037fdfb81df81e3c25", "parentId": "a89275c1b18274ef7432a6d4", "slotId": "mod_magazine" - }, - { + }, { "_id": "64c171afc69480f5b1030b98", "_tpl": "5aaf8e43e5b5b00015693246", "parentId": "a89275c1b18274ef7432a6d4", "slotId": "mod_stock" - }, - { + }, { "_id": "64c171afc69480f5b1030b99", "_tpl": "5ab24ef9e5b5b00fe93c9209", "parentId": "64c171afc69480f5b1030b98", "slotId": "mod_mount" - }, - { + }, { "_id": "64c171afc69480f5b1030b9a", "_tpl": "5aaf9d53e5b5b00015042a52", "parentId": "a89275c1b18274ef7432a6d4", "slotId": "mod_barrel" - }, - { + }, { "_id": "64c171afc69480f5b1030b9b", "_tpl": "5aafa1c2e5b5b00015042a56", "parentId": "64c171afc69480f5b1030b9a", "slotId": "mod_muzzle" - }, - { + }, { "_id": "64c171afc69480f5b1030b9c", "_tpl": "5aafa49ae5b5b00015042a58", "parentId": "64c171afc69480f5b1030b9b", "slotId": "mod_sight_front" - }, - { + }, { "_id": "64c171afc69480f5b1030b9d", "_tpl": "5abcbb20d8ce87001773e258", "parentId": "a89275c1b18274ef7432a6d4", @@ -1560,8 +1364,7 @@ "maxToSendPlayer": 1 }, "TERKOIZ": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d9", "_tpl": "5a0eb38b86f774153b320eb0", "slotId": "main", @@ -1578,8 +1381,7 @@ "maxToSendPlayer": 1 }, "WAFFLE": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d9", "_tpl": "57347d90245977448f7b7f65", "slotId": "main", @@ -1587,8 +1389,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "a89275c1b18274ef7432a6d9", "_tpl": "575146b724597720a27126d5", "slotId": "main", @@ -1605,8 +1406,7 @@ "maxToSendPlayer": 1 }, "NIGHTWING": { - "items": [ - { + "items": [{ "_id": "a89275c1b18274ef7432a6d9", "_tpl": "57347d90245977448f7b7f65", "slotId": "main", @@ -1614,8 +1414,7 @@ "StackObjectsCount": 1 }, "parentId": "64b996c9d0de4697180359b6" - }, - { + }, { "_id": "a89275c1b18274ef7432a6d3", "_tpl": "575146b724597720a27126d5", "slotId": "main", @@ -1637,32 +1436,27 @@ "messageText": "BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!BSG birthday present!", "collectionTimeHours": 48, "associatedEvent": "Promo", - "items": [ - { + "items": [{ "_id": "652a6f5c35258f985804aa0c", "_tpl": "5fd4c4fa16cac650092f6771", "parentId": "652a6f5c35258f985804aa0b", "slotId": "main" - }, - { + }, { "_id": "652a6f5c35258f985804aa0d", "_tpl": "64be79c487d1510151095552", "parentId": "652a6f5c35258f985804aa0b", "slotId": "main" - }, - { + }, { "_id": "6576e9ccfad2d1a4c00ca489", "_tpl": "6570495b45d573133d0d6adb", "parentId": "652a6f5c35258f985804aa0d", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576e9ccfad2d1a4c00ca48a", "_tpl": "657049d23425b19bbc0502f0", "parentId": "652a6f5c35258f985804aa0d", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "652a6f5c35258f985804aa0e", "_tpl": "643ea5b23db6f9f57107d9fd", "upd": { @@ -1673,62 +1467,52 @@ }, "parentId": "652a6f5c35258f985804aa0b", "slotId": "main" - }, - { + }, { "_id": "652a6f5c35258f985804aa0f", "_tpl": "6410745d5dd49d77bd078485", "parentId": "652a6f5c35258f985804aa0e", "slotId": "mod_stock" - }, - { + }, { "_id": "652a6f5c35258f985804aa10", "_tpl": "6410758c857473525b08bb77", "parentId": "652a6f5c35258f985804aa0e", "slotId": "mod_barrel" - }, - { + }, { "_id": "652a6f5c35258f985804aa11", "_tpl": "64119d1f2c6d6f921a0929f8", "parentId": "652a6f5c35258f985804aa10", "slotId": "mod_muzzle" - }, - { + }, { "_id": "652a6f5c35258f985804aa12", "_tpl": "64119d672c6d6f921a0929fb", "parentId": "652a6f5c35258f985804aa11", "slotId": "mod_sight_front" - }, - { + }, { "_id": "652a6f5c35258f985804aa13", "_tpl": "64119d90dcf48d656f0aa275", "parentId": "652a6f5c35258f985804aa10", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "652a6f5c35258f985804aa14", "_tpl": "64119cdbdcf48d656f0aa272", "parentId": "652a6f5c35258f985804aa0e", "slotId": "mod_reciever" - }, - { + }, { "_id": "652a6f5c35258f985804aa15", "_tpl": "6422e1ea3c0f06190302161a", "parentId": "652a6f5c35258f985804aa0e", "slotId": "mod_magazine" - }, - { + }, { "_id": "652a6f5c35258f985804aa16", "_tpl": "641dc35e19604f20c800be18", "parentId": "652a6f5c35258f985804aa0e", "slotId": "mod_scope" - }, - { + }, { "_id": "652a6f5c35258f985804aa17", "_tpl": "5b3f7c1c5acfc40dc5296b1d", "parentId": "652a6f5c35258f985804aa16", "slotId": "mod_scope" - }, - { + }, { "_id": "652a6f5c35258f985804aa18", "_tpl": "64748cb8de82c85eaf0a273a", "upd": { @@ -1739,38 +1523,32 @@ }, "parentId": "652a6f5c35258f985804aa0b", "slotId": "main" - }, - { + }, { "_id": "652a6f5c35258f985804aa19", "_tpl": "64748d02d1c009260702b526", "parentId": "652a6f5c35258f985804aa18", "slotId": "mod_barrel" - }, - { + }, { "_id": "652a6f5c35258f985804aa1a", "_tpl": "5f60cd6cf2bcbb675b00dac6", "parentId": "652a6f5c35258f985804aa0b", "slotId": "main" - }, - { + }, { "_id": "652a6f5c35258f985804aa1b", "_tpl": "5d5e7d28a4b936645d161203", "parentId": "652a6f5c35258f985804aa0b", "slotId": "main" - }, - { + }, { "_id": "657fa705e9433140ad0baf9a", "_tpl": "657f8a8d7db258e5600fe33d", "parentId": "652a6f5c35258f985804aa1b", "slotId": "Helmet_top" - }, - { + }, { "_id": "657fa705e9433140ad0baf9b", "_tpl": "657f8b05f4c82973640b2348", "parentId": "652a6f5c35258f985804aa1b", "slotId": "Helmet_back" - }, - { + }, { "_id": "652a6f5c35258f985804aa1c", "_tpl": "5d1b376e86f774252519444e", "parentId": "652a6f5c35258f985804aa0b", @@ -1780,8 +1558,7 @@ "maxToSendPlayer": 1 }, "GROUNDZERO": { - "items": [ - { + "items": [{ "_id": "65539de6fe677db90c0f53cb", "_tpl": "619cbf7d23893217ec30b689", "slotId": "main" @@ -1794,8 +1571,7 @@ "maxToSendPlayer": 1 }, "IAMMIGHTY": { - "items": [ - { + "items": [{ "_id": "6553a38f2c33e9939d0a2391", "_tpl": "6176aca650224f204c1da3fb", "upd": { @@ -1805,86 +1581,72 @@ }, "parentId": "6553a38f2c33e9939d0a2390", "slotId": "main" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2392", "_tpl": "6193dcd0f8ee7e52e4210a28", "parentId": "6553a38f2c33e9939d0a2391", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2393", "_tpl": "617131a4568c120fdd29482d", "parentId": "6553a38f2c33e9939d0a2391", "slotId": "mod_magazine" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2394", "_tpl": "617153016c780c1e710c9a2f", "parentId": "6553a38f2c33e9939d0a2391", "slotId": "mod_stock" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2395", "_tpl": "617154aa1cb55961fa0fdb3b", "parentId": "6553a38f2c33e9939d0a2394", "slotId": "mod_stock_000" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2396", "_tpl": "61713a8fd92c473c770214a4", "parentId": "6553a38f2c33e9939d0a2391", "slotId": "mod_reciever" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2397", "_tpl": "6171407e50224f204c1da3c5", "parentId": "6553a38f2c33e9939d0a2396", "slotId": "mod_scope" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2398", "_tpl": "617151c1d92c473c770214ab", "parentId": "6553a38f2c33e9939d0a2397", "slotId": "mod_scope_000" - }, - { + }, { "_id": "6553a38f2c33e9939d0a2399", "_tpl": "61702be9faa1272e431522c3", "parentId": "6553a38f2c33e9939d0a2396", "slotId": "mod_barrel" - }, - { + }, { "_id": "6553a38f2c33e9939d0a239a", "_tpl": "61713308d92c473c770214a0", "parentId": "6553a38f2c33e9939d0a2399", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6553a38f2c33e9939d0a239b", "_tpl": "61702f1b67085e45ef140b26", "parentId": "6553a38f2c33e9939d0a2399", "slotId": "mod_gas_block" - }, - { + }, { "_id": "6553a38f2c33e9939d0a239c", "_tpl": "61712eae6c780c1e710c9a1d", "parentId": "6553a38f2c33e9939d0a2396", "slotId": "mod_handguard" - }, - { + }, { "_id": "6553a38f2c33e9939d0a239d", "_tpl": "5bb20e49d4351e3bac1212de", "parentId": "6553a38f2c33e9939d0a2396", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "6553a38f2c33e9939d0a239e", "_tpl": "61702d8a67085e45ef140b24", "parentId": "6553a38f2c33e9939d0a2391", "slotId": "mod_charge" - }, - { + }, { "_id": "6553a38f2c33e9939d0a239f", "_tpl": "5447a9cd4bdc2dbd208b4567", "upd": { @@ -1894,134 +1656,112 @@ }, "parentId": "6553a38f2c33e9939d0a2390", "slotId": "main" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a0", "_tpl": "5cc9bcaed7f00c011c04e179", "parentId": "6553a38f2c33e9939d0a239f", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a1", "_tpl": "59c1383d86f774290a37e0ca", "parentId": "6553a38f2c33e9939d0a239f", "slotId": "mod_magazine" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a2", "_tpl": "5d4405aaa4b9361e6a4e6bd3", "parentId": "6553a38f2c33e9939d0a239f", "slotId": "mod_reciever" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a3", "_tpl": "59f9d81586f7744c7506ee62", "parentId": "6553a38f2c33e9939d0a23a2", "slotId": "mod_scope" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a4", "_tpl": "55d35ee94bdc2d61338b4568", "parentId": "6553a38f2c33e9939d0a23a2", "slotId": "mod_barrel" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a5", "_tpl": "5cff9e5ed7ad1a09407397d4", "parentId": "6553a38f2c33e9939d0a23a4", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a6", "_tpl": "5d00ec68d7ad1a04a067e5be", "parentId": "6553a38f2c33e9939d0a23a4", "slotId": "mod_gas_block" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a7", "_tpl": "5c78f2612e221600114c9f0d", "parentId": "6553a38f2c33e9939d0a23a2", "slotId": "mod_handguard" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a8", "_tpl": "5b7be4895acfc400170e2dd5", "parentId": "6553a38f2c33e9939d0a23a7", "slotId": "mod_foregrip" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23a9", "_tpl": "588226d124597767ad33f787", "parentId": "6553a38f2c33e9939d0a23a8", "slotId": "mod_foregrip" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23aa", "_tpl": "5ba26b01d4351e0085325a51", "parentId": "6553a38f2c33e9939d0a23a7", "slotId": "mod_sight_front" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23ab", "_tpl": "5c78f2882e22165df16b832e", "parentId": "6553a38f2c33e9939d0a23a7", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23ac", "_tpl": "5b07dd285acfc4001754240d", "parentId": "6553a38f2c33e9939d0a23a7", "slotId": "mod_tactical_002" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23ad", "_tpl": "5ba26b17d4351e00367f9bdd", "parentId": "6553a38f2c33e9939d0a23a2", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23ae", "_tpl": "5d120a10d7ad1a4e1026ba85", "parentId": "6553a38f2c33e9939d0a239f", "slotId": "mod_stock" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23af", "_tpl": "5d120a28d7ad1a1c8962e295", "parentId": "6553a38f2c33e9939d0a23ae", "slotId": "mod_stock" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23b0", "_tpl": "5d44334ba4b9362b346d1948", "parentId": "6553a38f2c33e9939d0a239f", "slotId": "mod_charge" - }, - { + }, { "_id": "6553a38f2c33e9939d0a23b1", "_tpl": "5c0e655586f774045612eeb2", "parentId": "6553a38f2c33e9939d0a2390", "slotId": "main" - }, - { + }, { "_id": "6576eb55424f2c87d30c761a", "_tpl": "6570e025615f54368b04fcb0", "parentId": "6553a38f2c33e9939d0a23b1", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576eb55424f2c87d30c761b", "_tpl": "6570e0610b57c03ec90b96ef", "parentId": "6553a38f2c33e9939d0a23b1", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6576eb55424f2c87d30c761c", "_tpl": "656fad8c498d1b7e3e071da0", "parentId": "6553a38f2c33e9939d0a23b1", "slotId": "Front_plate" - }, - { + }, { "_id": "6576eb55424f2c87d30c761d", "_tpl": "656fad8c498d1b7e3e071da0", "parentId": "6553a38f2c33e9939d0a23b1", @@ -2035,128 +1775,107 @@ "maxToSendPlayer": 1 }, "ARMORPLATES": { - "items": [ - { + "items": [{ "_id": "6553aa39382bf255500f5a73", "_tpl": "5c0e722886f7740458316a57", "parentId": "6553aa39382bf255500f5a72", "slotId": "main" - }, - { + }, { "_id": "6576e776424f2c87d30c75d9", "_tpl": "65730c0e292ecadbfa09ad49", "parentId": "6553aa39382bf255500f5a73", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576e776424f2c87d30c75da", "_tpl": "65730c2213a2f660f60bea96", "parentId": "6553aa39382bf255500f5a73", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6576e776424f2c87d30c75db", "_tpl": "65730c2b292ecadbfa09ad50", "parentId": "6553aa39382bf255500f5a73", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "6576e776424f2c87d30c75dc", "_tpl": "65730c35292ecadbfa09ad54", "parentId": "6553aa39382bf255500f5a73", "slotId": "soft_armor_right" - }, - { + }, { "_id": "6576e776424f2c87d30c75dd", "_tpl": "656fa0fb498d1b7e3e071d9c", "parentId": "6553aa39382bf255500f5a73", "slotId": "Front_plate" - }, - { + }, { "_id": "6576e776424f2c87d30c75de", "_tpl": "656fa0fb498d1b7e3e071d9c", "parentId": "6553aa39382bf255500f5a73", "slotId": "Back_plate" - }, - { + }, { "_id": "6553aa39382bf255500f5a74", "_tpl": "544a5caa4bdc2d1a388b4568", "parentId": "6553aa39382bf255500f5a72", "slotId": "main" - }, - { + }, { "_id": "6576e56446600d80c70ba7b9", "_tpl": "6570e83223c1f638ef0b0ede", "parentId": "6553aa39382bf255500f5a74", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6576e56446600d80c70ba7ba", "_tpl": "6570e87c23c1f638ef0b0ee2", "parentId": "6553aa39382bf255500f5a74", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6576e56446600d80c70ba7bb", "_tpl": "6570e90b3a5689d85f08db97", "parentId": "6553aa39382bf255500f5a74", "slotId": "Groin" - }, - { + }, { "_id": "6576e56446600d80c70ba7bc", "_tpl": "656f9fa0498d1b7e3e071d98", "parentId": "6553aa39382bf255500f5a74", "slotId": "Front_plate" - }, - { + }, { "_id": "6576e56446600d80c70ba7bd", "_tpl": "656f9fa0498d1b7e3e071d98", "parentId": "6553aa39382bf255500f5a74", "slotId": "Back_plate" - }, - { + }, { "_id": "6553aa39382bf255500f5a75", "_tpl": "5b40e2bc5acfc40016388216", "parentId": "6553aa39382bf255500f5a72", "slotId": "main" - }, - { + }, { "_id": "6576e428ab23f2038109a9cc", "_tpl": "657112234269e9a568089eac", "parentId": "6553aa39382bf255500f5a75", "slotId": "Helmet_top" - }, - { + }, { "_id": "6576e428ab23f2038109a9cd", "_tpl": "657112a4818110db4600aa66", "parentId": "6553aa39382bf255500f5a75", "slotId": "Helmet_back" - }, - { + }, { "_id": "6576e428ab23f2038109a9ce", "_tpl": "657112ce22996eaf110881fb", "parentId": "6553aa39382bf255500f5a75", "slotId": "Helmet_ears" - }, - { + }, { "_id": "6553aa39382bf255500f5a76", "_tpl": "5b40e2bc5acfc40016388216", "parentId": "6553aa39382bf255500f5a72", "slotId": "main" - }, - { + }, { "_id": "6576e428ab23f2038109a9cc", "_tpl": "657112234269e9a568089eac", "parentId": "6553aa39382bf255500f5a76", "slotId": "Helmet_top" - }, - { + }, { "_id": "6576e428ab23f2038109a9cd", "_tpl": "657112a4818110db4600aa66", "parentId": "6553aa39382bf255500f5a76", "slotId": "Helmet_back" - }, - { + }, { "_id": "6576e428ab23f2038109a9ce", "_tpl": "657112ce22996eaf110881fb", "parentId": "6553aa39382bf255500f5a76", @@ -2170,62 +1889,52 @@ "maxToSendPlayer": 1 }, "RICHANDEXPENSIVE": { - "items": [ - { + "items": [{ "_id": "6553adb4e56992db30039456", "_tpl": "5c0e530286f7747fa1419862", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db30039457", "_tpl": "5c0e530286f7747fa1419862", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db30039458", "_tpl": "5c0e533786f7747fa23f4d47", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db30039459", "_tpl": "5c0e533786f7747fa23f4d47", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db3003945a", "_tpl": "5ed5160a87bb8443d10680b5", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db3003945b", "_tpl": "5ed5160a87bb8443d10680b5", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db3003945c", "_tpl": "637b620db7afa97bfc3d7009", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db3003945d", "_tpl": "637b620db7afa97bfc3d7009", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db3003945e", "_tpl": "5c0e534186f7747fa1419867", "parentId": "6553adb4e56992db30039455", "slotId": "main" - }, - { + }, { "_id": "6553adb4e56992db3003945f", "_tpl": "5c0e534186f7747fa1419867", "parentId": "6553adb4e56992db30039455", @@ -2239,20 +1948,17 @@ "maxToSendPlayer": 1 }, "LEFTHANDHEADEYES": { - "items": [ - { + "items": [{ "_id": "6553aef5e83f97d5d30172d6", "_tpl": "5d03775b86f774203e7e0c4b", "parentId": "6553aef5e83f97d5d30172d5", "slotId": "main" - }, - { + }, { "_id": "6553aef5e83f97d5d30172d7", "_tpl": "5c12613b86f7743bbe2c3f76", "parentId": "6553aef5e83f97d5d30172d5", "slotId": "main" - }, - { + }, { "_id": "6553aef5e83f97d5d30172d8", "_tpl": "5d1b36a186f7742523398433", "parentId": "6553aef5e83f97d5d30172d5", @@ -2266,8 +1972,7 @@ "maxToSendPlayer": 1 }, "EDITPROFILE": { - "items": [ - { + "items": [{ "_id": "6571e74a4a27470f5926ecb4", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2275,8 +1980,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a37570f5926ecb5", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2284,8 +1988,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74b4a27570f5926ecb6", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2293,8 +1996,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "67cffa55d312df67cc0025b3", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2302,8 +2004,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a24570f5926ecb8", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2311,8 +2012,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a27370f5926ecb9", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2320,8 +2020,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a27470f5926ecba", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2329,8 +2028,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4b27570f5926ecbb", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2338,8 +2036,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a77570f5926ecbc", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2347,8 +2044,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a27370f5926ecbd", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2356,8 +2052,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a27580f5926ecbe", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2365,8 +2060,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a37570f5926ecbf", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2374,8 +2068,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a47570f5926ecc0", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2383,8 +2076,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a23570f5926ecc1", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2392,8 +2084,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4b27570f5926ecc2", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2401,8 +2092,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a23570f5926ecc3", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2410,8 +2100,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a17570f5926ecc4", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2419,8 +2108,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a24570f5926ecc5", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2428,8 +2116,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a27370f5926ecc6", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2437,8 +2124,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a22570f5926ecc7", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -2446,8 +2132,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a77577f5926ecc9", "_tpl": "5696686a4bdc2da3298b456a", "upd": { @@ -2455,8 +2140,7 @@ }, "parentId": "6571e74a4a27570f5926ecb2", "slotId": "main" - }, - { + }, { "_id": "6571e74a4a27370f5926ecca", "_tpl": "5696686a4bdc2da3298b456a", "upd": { @@ -2466,216 +2150,180 @@ "slotId": "main" } ], - "profileChangeEvents": [ - { + "profileChangeEvents": [{ "_id": "6571e74a4a27570f5926eccb", "Type": "TraderSalesSum", "value": 2600000, "entity": "58330581ace78e27b8b10cee" - }, - { + }, { "_id": "6571e74a4a27570f5926eccc", "Type": "TraderStanding", "value": 0.75, "entity": "58330581ace78e27b8b10cee" - }, - { + }, { "_id": "6571e74a4a27570f5926eccd", "Type": "TraderSalesSum", "value": 2300000, "entity": "54cb50c76803fa8b248b4571" - }, - { + }, { "_id": "6571e74a4a27570f5926ecce", "Type": "TraderStanding", "value": 0.5, "entity": "54cb50c76803fa8b248b4571" - }, - { + }, { "_id": "6571e74a4a27570f5926eccf", "Type": "TraderSalesSum", "value": 900000, "entity": "54cb57776803fa99248b456e" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd0", "Type": "TraderStanding", "value": 0.6, "entity": "54cb57776803fa99248b456e" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd1", "Type": "TraderSalesSum", "value": 2500000, "entity": "5a7c2eca46aef81a7ca2145d" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd2", "Type": "TraderStanding", "value": 0.6, "entity": "5a7c2eca46aef81a7ca2145d" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd3", "Type": "TraderSalesSum", "value": 2500000, "entity": "5ac3b934156ae10c4430e83c" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd4", "Type": "TraderStanding", "value": 0.6, "entity": "5ac3b934156ae10c4430e83c" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd5", "Type": "TraderSalesSum", "value": 32000, "entity": "5935c25fb3acc3127c3d8cd9" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd6", "Type": "TraderStanding", "value": 0.6, "entity": "5935c25fb3acc3127c3d8cd9" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd7", "Type": "TraderSalesSum", "value": 1725000, "entity": "5c0647fdd443bc2504c2d371" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd8", "Type": "TraderStanding", "value": 0.5, "entity": "5c0647fdd443bc2504c2d371" - }, - { + }, { "_id": "6571e74a4a27570f5926ecd9", "Type": "ProfileLevel", "value": 2735966, "entity": null - }, - { + }, { "_id": "6571e74a4a27570f5926ecda", "Type": "SkillPoints", "value": 1500, "entity": "Endurance" - }, - { + }, { "_id": "6571e74a4a27570f5926ecdb", "Type": "SkillPoints", "value": 1500, "entity": "Strength" - }, - { + }, { "_id": "6571e74a4a27570f5926ecdc", "Type": "SkillPoints", "value": 1500, "entity": "Vitality" - }, - { + }, { "_id": "6571e74a4a27570f5926ecdd", "Type": "SkillPoints", "value": 1500, "entity": "Health" - }, - { + }, { "_id": "6571e74a4a27570f5926ecde", "Type": "SkillPoints", "value": 1500, "entity": "Metabolism" - }, - { + }, { "_id": "6571e74a4a27570f5926ecdf", "Type": "SkillPoints", "value": 1500, "entity": "StressResistance" - }, - { + }, { "_id": "6571e74a4a27570f5926ece0", "Type": "SkillPoints", "value": 1500, "entity": "Immunity" - }, - { + }, { "_id": "6571e74a4a27570f5926ece1", "Type": "SkillPoints", "value": 1500, "entity": "Throwing" - }, - { + }, { "_id": "6571e74a4a27570f5926ece2", "Type": "SkillPoints", "value": 1500, "entity": "CovertMovement" - }, - { + }, { "_id": "6571e74a4a27570f5926ece3", "Type": "SkillPoints", "value": 1500, "entity": "Search" - }, - { + }, { "_id": "6571e74a4a27570f5926ece4", "Type": "SkillPoints", "value": 1500, "entity": "MagDrills" - }, - { + }, { "_id": "6571e74a4a27570f5926ece5", "Type": "SkillPoints", "value": 1500, "entity": "Perception" - }, - { + }, { "_id": "6571e74a4a27570f5926ece6", "Type": "SkillPoints", "value": 1500, "entity": "Intellect" - }, - { + }, { "_id": "6571e74a4a27570f5926ece7", "Type": "SkillPoints", "value": 1500, "entity": "Charisma" - }, - { + }, { "_id": "6571e74a4a27570f5926ece8", "Type": "SkillPoints", "value": 1500, "entity": "Memory" - }, - { + }, { "_id": "6571e74a4a27570f5926ece9", "Type": "SkillPoints", "value": 1500, "entity": "Surgery" - }, - { + }, { "_id": "6571e74a4a27570f5926ecea", "Type": "SkillPoints", "value": 1500, "entity": "HideoutManagement" - }, - { + }, { "_id": "6571e74a4a27570f5926eceb", "Type": "SkillPoints", "value": 1500, "entity": "Crafting" - }, - { + }, { "_id": "6571e74a4a27570f5926ecec", "Type": "SkillPoints", "value": 1500, "entity": "Attention" - }, - { + }, { "_id": "6571e74a4a27570f5926eced", "Type": "ExamineAllItems" - }, - { + }, { "_id": "6571e74a4a27570f5926ecee", "Type": "UnlockTrader", "value": 1, @@ -2689,8 +2337,7 @@ "maxToSendPlayer": 50 }, "TWITCHNEWYEARS2023": { - "items": [ - { + "items": [{ "_id": "658f48e67b0a15bc2007d6ac", "_tpl": "6038d614d10cbf667352dd44", "upd": { @@ -2698,8 +2345,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "658f48ef7b0a15bc2007e118", "_tpl": "590c5a7286f7747884343aea", "upd": { @@ -2707,8 +2353,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "658f48f17b0a15bc2007e3ac", "_tpl": "5c0e6a1586f77404597b4965", "upd": { @@ -2716,8 +2361,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "658f48f27b0a15bc2007e463", "_tpl": "57347c2e24597744902c94a1", "upd": { @@ -2725,8 +2369,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "658f5f0bc07c4cdb260bb352", "_tpl": "5d02797c86f774203f38e30a", "upd": { @@ -2734,8 +2377,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "658f5f0bc07c4cdb260bb353", "_tpl": "5d02797c86f774203f38e30a", "upd": { @@ -2743,8 +2385,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "658ffdaf20d305a8c20895a6", "_tpl": "645e0c6b3b381ede770e1cc9", "upd": { @@ -2755,44 +2396,37 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "658ffdaf20d305a8c20895a7", "_tpl": "6450ec2e7da7133e5a09ca96", "parentId": "658ffdaf20d305a8c20895a6", "slotId": "mod_magazine" - }, - { + }, { "_id": "658ffdaf20d305a8c20895a8", "_tpl": "6452519e3d52156624001fd5", "parentId": "658ffdaf20d305a8c20895a6", "slotId": "mod_stock" - }, - { + }, { "_id": "658ffdaf20d305a8c20895a9", "_tpl": "618a5d5852ecee1505530b2a", "parentId": "658ffdaf20d305a8c20895a6", "slotId": "mod_scope" - }, - { + }, { "_id": "658ffdaf20d305a8c20895aa", "_tpl": "645123013d52156624001fd1", "parentId": "658ffdaf20d305a8c20895a6", "slotId": "mod_barrel" - }, - { + }, { "_id": "658ffdaf20d305a8c20895ab", "_tpl": "64527a263d52156624001fd7", "parentId": "658ffdaf20d305a8c20895aa", "slotId": "mod_muzzle" - }, - { + }, { "_id": "658ffdaf20d305a8c20895ac", "_tpl": "6448f2f6d4928d46d30be3f6", "parentId": "658ffdaf20d305a8c20895aa", "slotId": "mod_handguard" - }, - { + }, { "_id": "65905304081c2529590dba9f", "_tpl": "5bd06f5d86f77427101ad47c", "upd": { @@ -2800,8 +2434,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "65905307081c2529590dbea9", "_tpl": "5ea03f7400685063ec28bfa8", "upd": { @@ -2811,62 +2444,52 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "65905307081c2529590dbeaa", "_tpl": "5ea03e9400685063ec28bfa4", "parentId": "65905307081c2529590dbea9", "slotId": "mod_stock" - }, - { + }, { "_id": "65905307081c2529590dbeab", "_tpl": "5ea034eb5aad6446a939737b", "parentId": "65905307081c2529590dbea9", "slotId": "mod_magazine" - }, - { + }, { "_id": "65905307081c2529590dbeac", "_tpl": "5ea03e5009aa976f2e7a514b", "parentId": "65905307081c2529590dbea9", "slotId": "mod_reciever" - }, - { + }, { "_id": "65905307081c2529590dbead", "_tpl": "5ea02bb600685063ec28bfa1", "parentId": "65905307081c2529590dbea9", "slotId": "mod_barrel" - }, - { + }, { "_id": "65905309081c2529590dc08f", "_tpl": "56dee2bdd2720bc8328b4567", "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "65905309081c2529590dc090", "_tpl": "56deec93d2720bec348b4568", "parentId": "65905309081c2529590dc08f", "slotId": "mod_barrel" - }, - { + }, { "_id": "65905309081c2529590dc091", "_tpl": "56deed6ed2720b4c698b4583", "parentId": "65905309081c2529590dc08f", "slotId": "mod_handguard" - }, - { + }, { "_id": "65905309081c2529590dc092", "_tpl": "56deee15d2720bee328b4567", "parentId": "65905309081c2529590dc08f", "slotId": "mod_magazine" - }, - { + }, { "_id": "65905309081c2529590dc093", "_tpl": "56083be64bdc2d20478b456f", "parentId": "65905309081c2529590dc08f", "slotId": "mod_stock" - }, - { + }, { "_id": "65905309081c2529590dc097", "_tpl": "590c5f0d86f77413997acfab", "upd": { @@ -2874,8 +2497,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "659065b6cf075580b008d5f1", "_tpl": "60098ad7c2240c0fe85c570a", "upd": { @@ -2883,8 +2505,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6590986220a0284dcc02204e", "_tpl": "5d6fc78386f77449d825f9dc", "upd": { @@ -2892,8 +2513,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6590986220a0284dcc02204f", "_tpl": "5d6fc78386f77449d825f9dc", "upd": { @@ -2901,8 +2521,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d8c", "_tpl": "628b9c37a733087d0d7fe84b", "upd": { @@ -2912,62 +2531,52 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d8d", "_tpl": "628b8d83717774443b15e248", "parentId": "6591bd6450eeaf4d08084d8c", "slotId": "mod_gas_block" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d8e", "_tpl": "628b916469015a4e1711ed8d", "parentId": "6591bd6450eeaf4d08084d8d", "slotId": "mod_handguard" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d8f", "_tpl": "628b9be6cff66b70c002b14c", "parentId": "6591bd6450eeaf4d08084d8e", "slotId": "mod_reciever" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d90", "_tpl": "628b9471078f94059a4b9bfb", "parentId": "6591bd6450eeaf4d08084d8f", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d91", "_tpl": "5943eeeb86f77412d6384f6b", "parentId": "6591bd6450eeaf4d08084d8c", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d92", "_tpl": "5cf50850d7f00c056e24104c", "parentId": "6591bd6450eeaf4d08084d8c", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d93", "_tpl": "628b9a40717774443b15e9f2", "parentId": "6591bd6450eeaf4d08084d8c", "slotId": "mod_stock_000" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d94", "_tpl": "55d4ae6c4bdc2d8b2f8b456e", "parentId": "6591bd6450eeaf4d08084d93", "slotId": "mod_stock" - }, - { + }, { "_id": "6591bd6450eeaf4d08084d95", "_tpl": "55d480c04bdc2d1d4e8b456a", "parentId": "6591bd6450eeaf4d08084d8c", "slotId": "mod_magazine" - }, - { + }, { "_id": "6591bd6c50eeaf4d0808566f", "_tpl": "54527a984bdc2d4e668b4567", "upd": { @@ -2975,38 +2584,32 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591bd7050eeaf4d08085abd", "_tpl": "54491c4f4bdc2db1078b4568", "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591bd7050eeaf4d08085abe", "_tpl": "55d4491a4bdc2d882f8b456e", "parentId": "6591bd7050eeaf4d08085abd", "slotId": "mod_barrel" - }, - { + }, { "_id": "6591bd7050eeaf4d08085abf", "_tpl": "55d45d3f4bdc2d972f8b456c", "parentId": "6591bd7050eeaf4d08085abd", "slotId": "mod_handguard" - }, - { + }, { "_id": "6591bd7050eeaf4d08085ac0", "_tpl": "55d484b44bdc2d1d4e8b456d", "parentId": "6591bd7050eeaf4d08085abd", "slotId": "mod_magazine" - }, - { + }, { "_id": "6591bd7050eeaf4d08085ac1", "_tpl": "56083cba4bdc2de22e8b456f", "parentId": "6591bd7050eeaf4d08085abd", "slotId": "mod_stock" - }, - { + }, { "_id": "6591bd7150eeaf4d08085cb4", "_tpl": "5d1b32c186f774252167a530", "upd": { @@ -3014,8 +2617,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591bdba50eeaf4d08089094", "_tpl": "5734779624597737e04bf329", "upd": { @@ -3023,8 +2625,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591bdba50eeaf4d08089095", "_tpl": "5734779624597737e04bf329", "upd": { @@ -3032,8 +2633,7 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591bdba50eeaf4d08089096", "_tpl": "5734779624597737e04bf329", "upd": { @@ -3041,56 +2641,47 @@ }, "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591d7daabe8481bb51299aa", "_tpl": "5aafa857e5b5b00018480968", "parentId": "658f48e67b0a15bc2007d6aa", "slotId": "main" - }, - { + }, { "_id": "6591d7daabe8481bb51299ab", "_tpl": "5aaf8a0be5b5b00015693243", "parentId": "6591d7daabe8481bb51299aa", "slotId": "mod_magazine" - }, - { + }, { "_id": "6591d7daabe8481bb51299ac", "_tpl": "5addc7005acfc4001669f275", "parentId": "6591d7daabe8481bb51299aa", "slotId": "mod_stock" - }, - { + }, { "_id": "6591d7daabe8481bb51299ad", "_tpl": "5addc7ac5acfc400194dbd90", "parentId": "6591d7daabe8481bb51299ac", "slotId": "mod_stock" - }, - { + }, { "_id": "6591d7daabe8481bb51299ae", "_tpl": "5addc7db5acfc4001669f279", "parentId": "6591d7daabe8481bb51299ad", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "6591d7daabe8481bb51299af", "_tpl": "5aaf9d53e5b5b00015042a52", "parentId": "6591d7daabe8481bb51299aa", "slotId": "mod_barrel" - }, - { + }, { "_id": "6591d7daabe8481bb51299b0", "_tpl": "5aafa1c2e5b5b00015042a56", "parentId": "6591d7daabe8481bb51299af", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6591d7daabe8481bb51299b1", "_tpl": "5aafa49ae5b5b00015042a58", "parentId": "6591d7daabe8481bb51299b0", "slotId": "mod_sight_front" - }, - { + }, { "_id": "6591d7daabe8481bb51299b2", "_tpl": "5abcbb20d8ce87001773e258", "parentId": "6591d7daabe8481bb51299aa", @@ -3104,8 +2695,7 @@ "maxToSendPlayer": 1 }, "LUNARNEWYEAR2024": { - "items": [ - { + "items": [{ "_id": "65ce059b7bf2a7668609a88e", "_tpl": "5fb64bc92b1b027b1f50bcf2", "upd": { @@ -3118,62 +2708,52 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a88f", "_tpl": "5fb651b52b1b027b1f50bcff", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_magazine" - }, - { + }, { "_id": "65ce059b7bf2a7668609a890", "_tpl": "5fb6567747ce63734e3fa1dc", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_sight_front" - }, - { + }, { "_id": "65ce059b7bf2a7668609a891", "_tpl": "5fb6564947ce63734e3fa1da", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "65ce059b7bf2a7668609a892", "_tpl": "5fb6558ad6f0b2136f2d7eb7", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_stock" - }, - { + }, { "_id": "65ce059b7bf2a7668609a893", "_tpl": "5fb65363d1409e5ca04b54f5", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_barrel" - }, - { + }, { "_id": "65ce059b7bf2a7668609a894", "_tpl": "5fb6548dd1409e5ca04b54f9", "parentId": "65ce059b7bf2a7668609a893", "slotId": "mod_muzzle" - }, - { + }, { "_id": "65ce059b7bf2a7668609a895", "_tpl": "5fbb976df9986c4cff3fe5f2", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_mount" - }, - { + }, { "_id": "65ce059b7bf2a7668609a896", "_tpl": "5fce0f9b55375d18a253eff2", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_mount_001" - }, - { + }, { "_id": "65ce059b7bf2a7668609a897", "_tpl": "5fce0f9b55375d18a253eff2", "parentId": "65ce059b7bf2a7668609a88e", "slotId": "mod_mount_002" - }, - { + }, { "_id": "65ce059b7bf2a7668609a899", "_tpl": "5fb651dc85f90547f674b6f4", "upd": { @@ -3181,8 +2761,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a89b", "_tpl": "5fb651dc85f90547f674b6f4", "upd": { @@ -3190,8 +2769,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a89d", "_tpl": "5fb651dc85f90547f674b6f4", "upd": { @@ -3199,8 +2777,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a89f", "_tpl": "5efb0d4f4bc50b58e81710f3", "upd": { @@ -3208,8 +2785,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8a1", "_tpl": "5efb0d4f4bc50b58e81710f3", "upd": { @@ -3217,8 +2793,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8a3", "_tpl": "60098ad7c2240c0fe85c570a", "upd": { @@ -3226,8 +2801,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8a5", "_tpl": "57513fcc24597720a31c09a6", "upd": { @@ -3235,8 +2809,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8a7", "_tpl": "5751496424597720a27126da", "upd": { @@ -3244,8 +2817,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8a9", "_tpl": "57514643245977207f2c2d09", "upd": { @@ -3253,8 +2825,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8ab", "_tpl": "6389c6463485cf0eeb260715", "upd": { @@ -3262,8 +2833,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8ad", "_tpl": "6389c6463485cf0eeb260715", "upd": { @@ -3271,8 +2841,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8af", "_tpl": "6389c6463485cf0eeb260715", "upd": { @@ -3280,8 +2849,7 @@ }, "parentId": "65ce059b7bf2a7668609a88d", "slotId": "main" - }, - { + }, { "_id": "65ce059b7bf2a7668609a8b1", "_tpl": "6389c6463485cf0eeb260715", "upd": { @@ -3298,8 +2866,7 @@ "maxToSendPlayer": 1 }, "ETSREWARD": { - "items": [ - { + "items": [{ "_id": "65dca20340be34cc3e0e3821", "_tpl": "618428466ef05c2ce828f218", "upd": { @@ -3312,116 +2879,97 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3822", "_tpl": "55802f5d4bdc2dac148b458f", "parentId": "65dca20340be34cc3e0e3821", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "65dca20340be34cc3e0e3823", "_tpl": "5aaa5dfee5b5b000140293d3", "parentId": "65dca20340be34cc3e0e3821", "slotId": "mod_magazine" - }, - { + }, { "_id": "65dca20340be34cc3e0e3824", "_tpl": "618405198004cc50514c3594", "parentId": "65dca20340be34cc3e0e3821", "slotId": "mod_reciever" - }, - { + }, { "_id": "65dca20340be34cc3e0e3825", "_tpl": "544a3a774bdc2d3a388b4567", "parentId": "65dca20340be34cc3e0e3824", "slotId": "mod_scope" - }, - { + }, { "_id": "65dca20340be34cc3e0e3826", "_tpl": "58d268fc86f774111273f8c2", "parentId": "65dca20340be34cc3e0e3825", "slotId": "mod_scope" - }, - { + }, { "_id": "65dca20340be34cc3e0e3827", "_tpl": "6183fd911cb55961fa0fdce9", "parentId": "65dca20340be34cc3e0e3824", "slotId": "mod_barrel" - }, - { + }, { "_id": "65dca20340be34cc3e0e3828", "_tpl": "56ea6fafd2720b844b8b4593", "parentId": "65dca20340be34cc3e0e3827", "slotId": "mod_muzzle" - }, - { + }, { "_id": "65dca20340be34cc3e0e3829", "_tpl": "61816fcad92c473c770215cc", "parentId": "65dca20340be34cc3e0e3827", "slotId": "mod_sight_front" - }, - { + }, { "_id": "65dca20340be34cc3e0e382a", "_tpl": "61817865d3a39d50044c13a4", "parentId": "65dca20340be34cc3e0e3824", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "65dca20340be34cc3e0e382b", "_tpl": "61816df1d3a39d50044c139e", "parentId": "65dca20340be34cc3e0e3824", "slotId": "mod_mount_000" - }, - { + }, { "_id": "65dca20340be34cc3e0e382c", "_tpl": "5c1bc5612e221602b5429350", "parentId": "65dca20340be34cc3e0e382b", "slotId": "mod_foregrip" - }, - { + }, { "_id": "65dca20340be34cc3e0e382d", "_tpl": "61965d9058ef8c428c287e0d", "parentId": "65dca20340be34cc3e0e382b", "slotId": "mod_mount" - }, - { + }, { "_id": "65dca20340be34cc3e0e382e", "_tpl": "61816dfa6ef05c2ce828f1ad", "parentId": "65dca20340be34cc3e0e3824", "slotId": "mod_mount_001" - }, - { + }, { "_id": "65dca20340be34cc3e0e382f", "_tpl": "61825d06d92c473c770215de", "parentId": "65dca20340be34cc3e0e3821", "slotId": "mod_stock" - }, - { + }, { "_id": "65dca20340be34cc3e0e3830", "_tpl": "61825d136ef05c2ce828f1cc", "parentId": "65dca20340be34cc3e0e382f", "slotId": "mod_stock_001" - }, - { + }, { "_id": "65dca20340be34cc3e0e3831", "_tpl": "618167616ef05c2ce828f1a8", "parentId": "65dca20340be34cc3e0e3830", "slotId": "mod_stock" - }, - { + }, { "_id": "65dca20340be34cc3e0e3832", "_tpl": "618167441cb55961fa0fdc71", "parentId": "65dca20340be34cc3e0e382f", "slotId": "mod_stock_002" - }, - { + }, { "_id": "65dca20340be34cc3e0e3833", "_tpl": "6181688c6c780c1e710c9b04", "parentId": "65dca20340be34cc3e0e3821", "slotId": "mod_charge" - }, - { + }, { "_id": "65dca20340be34cc3e0e3835", "_tpl": "619cbf9e0a7c3a1a2731940a", "upd": { @@ -3429,8 +2977,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3837", "_tpl": "54527ac44bdc2d36668b4567", "upd": { @@ -3438,8 +2985,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3839", "_tpl": "54527ac44bdc2d36668b4567", "upd": { @@ -3447,8 +2993,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e383b", "_tpl": "54527ac44bdc2d36668b4567", "upd": { @@ -3456,8 +3001,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e383d", "_tpl": "54527ac44bdc2d36668b4567", "upd": { @@ -3465,8 +3009,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e383f", "_tpl": "54527ac44bdc2d36668b4567", "upd": { @@ -3474,8 +3017,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3841", "_tpl": "59fb023c86f7746d0d4b423c", "upd": { @@ -3483,8 +3025,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3843", "_tpl": "61840bedd92c473c77021635", "upd": { @@ -3492,8 +3033,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3845", "_tpl": "61840bedd92c473c77021635", "upd": { @@ -3501,8 +3041,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3847", "_tpl": "61840bedd92c473c77021635", "upd": { @@ -3510,8 +3049,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e3849", "_tpl": "61840bedd92c473c77021635", "upd": { @@ -3519,8 +3057,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e384b", "_tpl": "61840bedd92c473c77021635", "upd": { @@ -3528,8 +3065,7 @@ }, "parentId": "65dca20340be34cc3e0e3820", "slotId": "main" - }, - { + }, { "_id": "65dca20340be34cc3e0e384d", "_tpl": "61840bedd92c473c77021635", "upd": { @@ -3546,8 +3082,7 @@ "maxToSendPlayer": 1 }, "KONTOROVICH": { - "items": [ - { + "items": [{ "_id": "4271a505e9e0e43abe0661b7", "_tpl": "5a3c16fe86f77452b62de32a", "parentId": "5fe49444ae6628187a2e78b8", @@ -3555,8 +3090,7 @@ "upd": { "StackObjectsCount": 50 } - }, - { + }, { "_id": "f6c1c2e4a832e1dac859363c", "_tpl": "5a3c16fe86f77452b62de32a", "parentId": "5fe49444ae6628187a2e78b8", @@ -3564,98 +3098,82 @@ "upd": { "StackObjectsCount": 50 } - }, - { + }, { "_id": "d2074dc88fcc33e5fdcbce9d", "_tpl": "583990e32459771419544dd2", "parentId": "5fe49444ae6628187a2e78b8", "slotId": "main" - }, - { + }, { "_id": "c315ddc6684d0e2a5678be12", "_tpl": "57dc334d245977597164366f", "parentId": "d2074dc88fcc33e5fdcbce9d", "slotId": "mod_reciever" - }, - { + }, { "_id": "be46fd287191d37a410dddc9", "_tpl": "59d36a0086f7747e673f3946", "parentId": "d2074dc88fcc33e5fdcbce9d", "slotId": "mod_gas_block" - }, - { + }, { "_id": "bd993ffee1b2a8841193af17", "_tpl": "55d480c04bdc2d1d4e8b456a", "parentId": "d2074dc88fcc33e5fdcbce9d", "slotId": "mod_magazine" - }, - { + }, { "_id": "5b5c7cef0bd8a6066f95a2cd", "_tpl": "5648ac824bdc2ded0b8b457d", "parentId": "d2074dc88fcc33e5fdcbce9d", "slotId": "mod_charge" - }, - { + }, { "_id": "34fd4b47438b9693c2139cdb", "_tpl": "59ecc28286f7746d7a68aa8c", "parentId": "d2074dc88fcc33e5fdcbce9d", "slotId": "mod_stock" - }, - { + }, { "_id": "ae46d9699234a05a1e8412a7", "_tpl": "57ffaea724597779f52b3a4d", "parentId": "a98012979a70ccf2a72d8a34", "slotId": "mod_tactical_000" - }, - { + }, { "_id": "02818a0aba29759dd5f7f5d6", "_tpl": "57ffb0062459777a045af529", "parentId": "c315ddc6684d0e2a5678be12", "slotId": "mod_mount_000" - }, - { + }, { "_id": "d28218deb552b41b556dfd2f", "_tpl": "5649ab884bdc2ded0b8b457f", "parentId": "d2074dc88fcc33e5fdcbce9d", "slotId": "mod_muzzle" - }, - { + }, { "_id": "a98012979a70ccf2a72d8a34", "_tpl": "57ffa9f4245977728561e844", "parentId": "be46fd287191d37a410dddc9", "slotId": "mod_handguard" - }, - { + }, { "_id": "5cefbcc5e70a4c6a65476f10", "_tpl": "59fc48e086f77463b1118392", "parentId": "a98012979a70ccf2a72d8a34", "slotId": "mod_foregrip" - }, - { + }, { "_id": "d5a14137c0977b064466ee00", "_tpl": "57fd23e32459772d0805bcf1", "parentId": "ae46d9699234a05a1e8412a7", "slotId": "mod_scope" - }, - { + }, { "_id": "4315d5f6f68b8844ca9c2726", "_tpl": "59ecc3dd86f7746dc827481c", "parentId": "34fd4b47438b9693c2139cdb", "slotId": "mod_stock" - }, - { + }, { "_id": "4712863be841ca2de19c633f", "_tpl": "5649ae4a4bdc2d1b2b8b4588", "parentId": "d2074dc88fcc33e5fdcbce9d", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "9f51836b3f3b02b4545a5d0c", "_tpl": "584924ec24597768f12ae244", "parentId": "02818a0aba29759dd5f7f5d6", "slotId": "mod_scope" - }, - { + }, { "_id": "a76880e04d88f8b24c188230", "_tpl": "56dfef82d2720bbd668b4567", "upd": { @@ -3664,68 +3182,57 @@ "parentId": "bd993ffee1b2a8841193af17", "slotId": "cartridges", "location": 0 - }, - { + }, { "_id": "ade8274d65ef2e1ce7a88975", "_tpl": "56d59856d2720bd8418b456a", "parentId": "5fe49444ae6628187a2e78b8", "slotId": "main" - }, - { + }, { "_id": "1e1fcc843eac847a3731255d", "_tpl": "56d5a2bbd2720bb8418b456a", "parentId": "ade8274d65ef2e1ce7a88975", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "523fff2aefc957f315456595", "_tpl": "56d5a407d2720bb3418b456b", "parentId": "ade8274d65ef2e1ce7a88975", "slotId": "mod_reciever" - }, - { + }, { "_id": "0f3dfd44b4c9de9307eff694", "_tpl": "56d5a77ed2720b90418b4568", "parentId": "523fff2aefc957f315456595", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "0a65e97132cd09633df7ad0d", "_tpl": "56d5a661d2720bd8418b456b", "parentId": "523fff2aefc957f315456595", "slotId": "mod_sight_front" - }, - { + }, { "_id": "00313e53e77412d80003ff30", "_tpl": "56d59948d2720bb7418b4582", "parentId": "ade8274d65ef2e1ce7a88975", "slotId": "mod_magazine" - }, - { + }, { "_id": "b4114229bcde3b0500638b41", "_tpl": "587de4282459771bca0ec90b", "parentId": "ade8274d65ef2e1ce7a88975", "slotId": "mod_barrel" - }, - { + }, { "_id": "6e400a1bdb8d0b6315c7e929", "_tpl": "5a33b2c9c4a282000c5a9511", "parentId": "bde91a09616c9a77623e3af0", "slotId": "mod_scope" - }, - { + }, { "_id": "b99a4695dc0e7430644b4f41", "_tpl": "5a32aa8bc4a2826c6e06d737", "parentId": "6e400a1bdb8d0b6315c7e929", "slotId": "mod_scope" - }, - { + }, { "_id": "bde91a09616c9a77623e3af0", "_tpl": "5a33a8ebc4a282000c5a950d", "parentId": "b4114229bcde3b0500638b41", "slotId": "mod_muzzle" - }, - { + }, { "_id": "61f34f8efeef7092e71c1391", "_tpl": "56d59d3ad2720bdb418b4577", "parentId": "00313e53e77412d80003ff30", @@ -3743,8 +3250,7 @@ "maxToSendPlayer": 1 }, "UNHEARD": { - "items": [ - { + "items": [{ "_id": "a89275c1b18254ef7432a6d9", "_tpl": "5696686a4bdc2da3298b456a", "slotId": "main", @@ -3761,8 +3267,7 @@ "maxToSendPlayer": 1 }, "TOURNAMENTGIFT": { - "items": [ - { + "items": [{ "_id": "668014ea2b680c65290bbd0a", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3770,8 +3275,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd0b", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3779,8 +3283,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd0c", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3788,8 +3291,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd0d", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3797,8 +3299,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd0e", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3806,8 +3307,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd0f", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3815,8 +3315,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd10", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3824,8 +3323,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd11", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3833,8 +3331,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd12", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3842,8 +3339,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd13", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3851,8 +3347,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd14", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3860,8 +3355,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd15", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3869,8 +3363,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd16", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3878,8 +3371,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd17", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3887,8 +3379,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd18", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3896,8 +3387,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd19", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3905,8 +3395,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd1a", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3914,8 +3403,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd1b", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3923,8 +3411,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd1c", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3932,8 +3419,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd1d", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3941,8 +3427,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd1e", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3950,8 +3435,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd1f", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3959,8 +3443,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd20", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3968,8 +3451,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd21", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3977,8 +3459,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd22", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3986,8 +3467,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd23", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -3995,8 +3475,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd24", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -4004,8 +3483,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd25", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -4013,8 +3491,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd26", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -4022,8 +3499,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd27", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { @@ -4031,8 +3507,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd29", "_tpl": "5696686a4bdc2da3298b456a", "upd": { @@ -4040,8 +3515,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd2b", "_tpl": "569668774bdc2da2298b4568", "upd": { @@ -4049,8 +3523,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd2d", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4058,8 +3531,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd2e", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4067,8 +3539,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd2f", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4076,8 +3547,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd30", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4085,8 +3555,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd31", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4094,8 +3563,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd32", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4103,8 +3571,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd33", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4112,8 +3579,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd34", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4121,8 +3587,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd35", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4130,8 +3595,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd36", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4139,8 +3603,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd37", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4148,8 +3611,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd38", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4157,8 +3619,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd39", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4166,8 +3627,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd3a", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4175,8 +3635,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd3b", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4184,8 +3643,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd3c", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4193,8 +3651,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd3d", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4202,8 +3659,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd3e", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4211,8 +3667,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd3f", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4220,8 +3675,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd40", "_tpl": "5c0e531d86f7747fa23f4d42", "upd": { @@ -4229,8 +3683,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd42", "_tpl": "5c0126f40db834002a125382", "upd": { @@ -4238,8 +3691,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd44", "_tpl": "5c12688486f77426843c7d32", "upd": { @@ -4247,8 +3699,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd46", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4256,8 +3707,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd47", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4265,8 +3715,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd48", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4274,8 +3723,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd49", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4283,8 +3731,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd4a", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4292,8 +3739,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd4b", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4301,8 +3747,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd4c", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4310,8 +3755,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd4d", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4319,8 +3763,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd4e", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4328,8 +3771,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd4f", "_tpl": "590c5d4b86f774784e1b9c45", "upd": { @@ -4337,8 +3779,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd51", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { @@ -4346,8 +3787,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd52", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { @@ -4355,8 +3795,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd53", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { @@ -4364,8 +3803,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd54", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { @@ -4373,8 +3811,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd55", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { @@ -4382,8 +3819,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd57", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4391,8 +3827,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd58", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4400,8 +3835,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd59", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4409,8 +3843,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd5a", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4418,8 +3851,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd5b", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4427,8 +3859,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd5c", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4436,8 +3867,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd5d", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4445,8 +3875,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd5e", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4454,8 +3883,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd5f", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4463,8 +3891,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd60", "_tpl": "5e8488fa988a8701445df1e4", "upd": { @@ -4472,8 +3899,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd62", "_tpl": "5af0548586f7743a532b7e99", "upd": { @@ -4481,8 +3907,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd63", "_tpl": "5af0548586f7743a532b7e99", "upd": { @@ -4490,8 +3915,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd64", "_tpl": "5af0548586f7743a532b7e99", "upd": { @@ -4499,8 +3923,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd65", "_tpl": "5af0548586f7743a532b7e99", "upd": { @@ -4508,8 +3931,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd66", "_tpl": "5af0548586f7743a532b7e99", "upd": { @@ -4517,8 +3939,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd67", "_tpl": "5af0548586f7743a532b7e99", "upd": { @@ -4526,8 +3947,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd69", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4535,8 +3955,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd6a", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4544,8 +3963,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd6b", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4553,8 +3971,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd6c", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4562,8 +3979,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd6d", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4571,8 +3987,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd6e", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4580,8 +3995,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd6f", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4589,8 +4003,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd70", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4598,8 +4011,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd71", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4607,8 +4019,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd72", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4616,8 +4027,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd73", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4625,8 +4035,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd74", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4634,8 +4043,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd75", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4643,8 +4051,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd76", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4652,8 +4059,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd77", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4661,8 +4067,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd78", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4670,8 +4075,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd79", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4679,8 +4083,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd7a", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4688,8 +4091,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd7b", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4697,8 +4099,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd7c", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -4706,8 +4107,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd7e", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4715,8 +4115,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd7f", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4724,8 +4123,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd80", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4733,8 +4131,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd81", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4742,8 +4139,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd82", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4751,8 +4147,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd83", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4760,8 +4155,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd84", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4769,8 +4163,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd85", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4778,8 +4171,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd86", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4787,8 +4179,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd87", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4796,8 +4187,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd88", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4805,8 +4195,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd89", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4814,8 +4203,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd8a", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4823,8 +4211,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd8b", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4832,8 +4219,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd8c", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4841,8 +4227,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd8d", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4850,8 +4235,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd8e", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4859,8 +4243,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd8f", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4868,8 +4251,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd90", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4877,8 +4259,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd91", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -4886,8 +4267,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd93", "_tpl": "5d02778e86f774203e7dedbe", "upd": { @@ -4895,8 +4275,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd94", "_tpl": "5d02778e86f774203e7dedbe", "upd": { @@ -4904,8 +4283,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd95", "_tpl": "5d02778e86f774203e7dedbe", "upd": { @@ -4913,8 +4291,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd96", "_tpl": "5d02778e86f774203e7dedbe", "upd": { @@ -4922,8 +4299,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd97", "_tpl": "5d02778e86f774203e7dedbe", "upd": { @@ -4931,8 +4307,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd99", "_tpl": "5d02797c86f774203f38e30a", "upd": { @@ -4940,8 +4315,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd9a", "_tpl": "5d02797c86f774203f38e30a", "upd": { @@ -4949,8 +4323,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd9b", "_tpl": "5d02797c86f774203f38e30a", "upd": { @@ -4958,8 +4331,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd9c", "_tpl": "5d02797c86f774203f38e30a", "upd": { @@ -4967,8 +4339,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd9d", "_tpl": "5d02797c86f774203f38e30a", "upd": { @@ -4976,8 +4347,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbd9f", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -4985,8 +4355,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda0", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -4994,8 +4363,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda1", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5003,8 +4371,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda2", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5012,8 +4379,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda3", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5021,8 +4387,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda4", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5030,8 +4395,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda5", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5039,8 +4403,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda6", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5048,8 +4411,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda7", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5057,8 +4419,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda8", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5066,8 +4427,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbda9", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5075,8 +4435,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdaa", "_tpl": "5b3b99265acfc4704b4a1afb", "upd": { @@ -5084,8 +4443,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdac", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5093,8 +4451,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdad", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5102,8 +4459,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdae", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5111,8 +4467,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdaf", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5120,8 +4475,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb0", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5129,8 +4483,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb1", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5138,8 +4491,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb2", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5147,8 +4499,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb3", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5156,8 +4507,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb4", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5165,8 +4515,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb5", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5174,8 +4523,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb6", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5183,8 +4531,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb7", "_tpl": "618ba27d9008e4636a67f61d", "upd": { @@ -5192,8 +4539,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdb9", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5201,8 +4547,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdba", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5210,8 +4555,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdbb", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5219,8 +4563,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdbc", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5228,8 +4571,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdbd", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5237,8 +4579,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdbe", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5246,8 +4587,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdbf", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5255,8 +4595,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdc0", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5264,8 +4603,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdc1", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5273,8 +4611,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdc2", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5282,8 +4619,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdc3", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5291,8 +4627,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdc4", "_tpl": "617151c1d92c473c770214ab", "upd": { @@ -5300,8 +4635,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdc9", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5312,26 +4646,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdca", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbdc9", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdcb", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbdc9", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdcc", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbdc9", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbdcd", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5342,26 +4672,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdce", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbdcd", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdcf", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbdcd", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdd0", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbdcd", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbdd1", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5372,26 +4698,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdd2", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbdd1", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdd3", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbdd1", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdd4", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbdd1", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbdd5", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5402,26 +4724,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdd6", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbdd5", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdd7", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbdd5", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdd8", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbdd5", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbdd9", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5432,26 +4750,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdda", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbdd9", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbddb", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbdd9", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbddc", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbdd9", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbddd", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5462,26 +4776,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdde", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbddd", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbddf", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbddd", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbde0", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbddd", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbde1", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5492,26 +4802,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbde2", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbde1", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbde3", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbde1", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbde4", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbde1", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbde5", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5522,26 +4828,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbde6", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbde5", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbde7", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbde5", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbde8", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbde5", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbde9", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5552,26 +4854,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdea", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbde9", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdeb", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbde9", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdec", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbde9", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbded", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5582,26 +4880,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdee", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbded", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdef", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbded", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdf0", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbded", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbdf1", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5612,26 +4906,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdf2", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbdf1", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdf3", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbdf1", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdf4", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbdf1", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbdf5", "_tpl": "5bfea6e90db834001b7347f3", "upd": { @@ -5642,26 +4932,22 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdf6", "_tpl": "5bfea7ad0db834001c38f1ee", "parentId": "668014ea2b680c65290bbdf5", "slotId": "mod_magazine" - }, - { + }, { "_id": "668014ea2b680c65290bbdf7", "_tpl": "5bfeb32b0db834001a6694d9", "parentId": "668014ea2b680c65290bbdf5", "slotId": "mod_stock" - }, - { + }, { "_id": "668014ea2b680c65290bbdf8", "_tpl": "5bfebc320db8340019668d79", "parentId": "668014ea2b680c65290bbdf5", "slotId": "mod_barrel" - }, - { + }, { "_id": "668014ea2b680c65290bbdfa", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5669,8 +4955,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdfb", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5678,8 +4963,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdfc", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5687,8 +4971,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdfd", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5696,8 +4979,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdfe", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5705,8 +4987,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbdff", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5714,8 +4995,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe00", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5723,8 +5003,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe01", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5732,8 +5011,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe02", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5741,8 +5019,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe03", "_tpl": "5a608bf24f39f98ffc77720e", "upd": { @@ -5750,8 +5027,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe05", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5759,8 +5035,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe06", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5768,8 +5043,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe07", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5777,8 +5051,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe08", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5786,8 +5059,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe09", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5795,8 +5067,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe0a", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5804,8 +5075,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe0b", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5813,8 +5083,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe0c", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5822,8 +5091,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe0d", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5831,8 +5099,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe0e", "_tpl": "58dd3ad986f77403051cba8f", "upd": { @@ -5840,8 +5107,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe10", "_tpl": "5c0a840b86f7742ffa4f2482", "upd": { @@ -5849,8 +5115,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe12", "_tpl": "5b6d9ce188a4501afc1b2b25", "upd": { @@ -5858,8 +5123,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe14", "_tpl": "5aafbcd986f7745e590fff23", "upd": { @@ -5867,8 +5131,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe16", "_tpl": "5c093db286f7740a1b2617e3", "upd": { @@ -5876,8 +5139,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe18", "_tpl": "5c127c4486f7745625356c13", "upd": { @@ -5885,8 +5147,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe1a", "_tpl": "5c093e3486f77430cb02e593", "upd": { @@ -5894,8 +5155,7 @@ }, "parentId": "668014ea2b680c65290bbd08", "slotId": "main" - }, - { + }, { "_id": "668014ea2b680c65290bbe1c", "_tpl": "619cbf7d23893217ec30b689", "upd": { @@ -5909,1584 +5169,1320 @@ "messageText": "Tourney gift", "collectionTimeHours": 128, "associatedEvent": "Promo", - "profileChangeEvents": [ - { + "profileChangeEvents": [{ "_id": "668014ea2b680c65290bbe1d", "Type": "TraderSalesSum", "value": 2500000, "entity": "5ac3b934156ae10c4430e83c" - }, - { + }, { "_id": "668014ea2b680c65290bbe1e", "Type": "TraderStanding", "value": 0.6, "entity": "5ac3b934156ae10c4430e83c" - }, - { + }, { "_id": "668014ea2b680c65290bbe1f", "Type": "TraderSalesSum", "value": 2600000, "entity": "58330581ace78e27b8b10cee" - }, - { + }, { "_id": "668014ea2b680c65290bbe20", "Type": "TraderStanding", "value": 0.75, "entity": "58330581ace78e27b8b10cee" - }, - { + }, { "_id": "668014ea2b680c65290bbe21", "Type": "TraderSalesSum", "value": 1725000, "entity": "5c0647fdd443bc2504c2d371" - }, - { + }, { "_id": "668014ea2b680c65290bbe22", "Type": "TraderStanding", "value": 0.5, "entity": "5c0647fdd443bc2504c2d371" - }, - { + }, { "_id": "668014ea2b680c65290bbe23", "Type": "TraderSalesSum", "value": 2500000, "entity": "5a7c2eca46aef81a7ca2145d" - }, - { + }, { "_id": "668014ea2b680c65290bbe24", "Type": "TraderStanding", "value": 0.6, "entity": "5a7c2eca46aef81a7ca2145d" - }, - { + }, { "_id": "668014ea2b680c65290bbe25", "Type": "TraderSalesSum", "value": 32000, "entity": "5935c25fb3acc3127c3d8cd9" - }, - { + }, { "_id": "668014ea2b680c65290bbe26", "Type": "TraderStanding", "value": 0.6, "entity": "5935c25fb3acc3127c3d8cd9" - }, - { + }, { "_id": "668014ea2b680c65290bbe27", "Type": "TraderSalesSum", "value": 2300000, "entity": "54cb50c76803fa8b248b4571" - }, - { + }, { "_id": "668014ea2b680c65290bbe28", "Type": "TraderStanding", "value": 0.5, "entity": "54cb50c76803fa8b248b4571" - }, - { + }, { "_id": "668014ea2b680c65290bbe29", "Type": "TraderSalesSum", "value": 900000, "entity": "54cb57776803fa99248b456e" - }, - { + }, { "_id": "668014ea2b680c65290bbe2a", "Type": "TraderStanding", "value": 0.6, "entity": "54cb57776803fa99248b456e" - }, - { + }, { "_id": "668014ea2b680c65290bbe2b", "Type": "ProfileLevel", "value": 2901143, "entity": null - }, - { + }, { "_id": "668014ea2b680c65290bbe2c", "Type": "SkillPoints", "value": 2500, "entity": "Endurance" - }, - { + }, { "_id": "668014ea2b680c65290bbe2d", "Type": "SkillPoints", "value": 2500, "entity": "Strength" - }, - { + }, { "_id": "668014ea2b680c65290bbe2e", "Type": "SkillPoints", "value": 2500, "entity": "Vitality" - }, - { + }, { "_id": "668014ea2b680c65290bbe2f", "Type": "SkillPoints", "value": 2500, "entity": "Health" - }, - { + }, { "_id": "668014ea2b680c65290bbe30", "Type": "SkillPoints", "value": 2500, "entity": "Metabolism" - }, - { + }, { "_id": "668014ea2b680c65290bbe31", "Type": "SkillPoints", "value": 2500, "entity": "StressResistance" - }, - { + }, { "_id": "668014ea2b680c65290bbe32", "Type": "SkillPoints", "value": 2500, "entity": "Immunity" - }, - { + }, { "_id": "668014ea2b680c65290bbe33", "Type": "SkillPoints", "value": 2500, "entity": "Throwing" - }, - { + }, { "_id": "668014ea2b680c65290bbe34", "Type": "SkillPoints", "value": 2500, "entity": "RecoilControl" - }, - { + }, { "_id": "668014ea2b680c65290bbe35", "Type": "SkillPoints", "value": 2500, "entity": "Pistol" - }, - { + }, { "_id": "668014ea2b680c65290bbe36", "Type": "SkillPoints", "value": 2500, "entity": "Revolver" - }, - { + }, { "_id": "668014ea2b680c65290bbe37", "Type": "SkillPoints", "value": 2500, "entity": "SMG" - }, - { + }, { "_id": "668014ea2b680c65290bbe38", "Type": "SkillPoints", "value": 2500, "entity": "Assault" - }, - { + }, { "_id": "668014ea2b680c65290bbe39", "Type": "SkillPoints", "value": 2500, "entity": "Shotgun" - }, - { + }, { "_id": "668014ea2b680c65290bbe3a", "Type": "SkillPoints", "value": 2500, "entity": "Sniper" - }, - { + }, { "_id": "668014ea2b680c65290bbe3b", "Type": "SkillPoints", "value": 2500, "entity": "LMG" - }, - { + }, { "_id": "668014ea2b680c65290bbe3c", "Type": "SkillPoints", "value": 2500, "entity": "HMG" - }, - { + }, { "_id": "668014ea2b680c65290bbe3d", "Type": "SkillPoints", "value": 2500, "entity": "Launcher" - }, - { + }, { "_id": "668014ea2b680c65290bbe3e", "Type": "SkillPoints", "value": 2500, "entity": "AttachedLauncher" - }, - { + }, { "_id": "668014ea2b680c65290bbe3f", "Type": "SkillPoints", "value": 2500, "entity": "Melee" - }, - { + }, { "_id": "668014ea2b680c65290bbe40", "Type": "SkillPoints", "value": 2500, "entity": "DMR" - }, - { + }, { "_id": "668014ea2b680c65290bbe41", "Type": "SkillPoints", "value": 2500, "entity": "CovertMovement" - }, - { + }, { "_id": "668014ea2b680c65290bbe42", "Type": "SkillPoints", "value": 2500, "entity": "Search" - }, - { + }, { "_id": "668014ea2b680c65290bbe43", "Type": "SkillPoints", "value": 2500, "entity": "MagDrills" - }, - { + }, { "_id": "668014ea2b680c65290bbe44", "Type": "SkillPoints", "value": 2500, "entity": "Perception" - }, - { + }, { "_id": "668014ea2b680c65290bbe45", "Type": "SkillPoints", "value": 2500, "entity": "Intellect" - }, - { + }, { "_id": "668014ea2b680c65290bbe46", "Type": "SkillPoints", "value": 2500, "entity": "Charisma" - }, - { + }, { "_id": "668014ea2b680c65290bbe47", "Type": "SkillPoints", "value": 2500, "entity": "Memory" - }, - { + }, { "_id": "668014ea2b680c65290bbe48", "Type": "SkillPoints", "value": 2500, "entity": "Surgery" - }, - { + }, { "_id": "668014ea2b680c65290bbe49", "Type": "SkillPoints", "value": 2500, "entity": "AimDrills" - }, - { + }, { "_id": "668014ea2b680c65290bbe4a", "Type": "SkillPoints", "value": 2500, "entity": "HideoutManagement" - }, - { + }, { "_id": "668014ea2b680c65290bbe4b", "Type": "SkillPoints", "value": 2500, "entity": "Crafting" - }, - { + }, { "_id": "668014ea2b680c65290bbe4c", "Type": "SkillPoints", "value": 2500, "entity": "Attention" - }, - { + }, { "_id": "668014ea2b680c65290bbe4d", "Type": "SkillPoints", "value": 2500, "entity": "63" - }, - { + }, { "_id": "668014ea2b680c65290bbe4e", "Type": "SkillPoints", "value": 2500, "entity": "39" - }, - { + }, { "_id": "668014ea2b680c65290bbe4f", "Type": "SkillPoints", "value": 2500, "entity": "38" - }, - { + }, { "_id": "668014ea2b680c65290bbe50", "Type": "SkillPoints", "value": 2500, "entity": "45" - }, - { + }, { "_id": "668014ea2b680c65290bbe51", "Type": "ExamineAllItems" - }, - { + }, { "_id": "668014ea2b680c65290bbe52", "Type": "UnlockTrader", "value": 1, "entity": "5c0647fdd443bc2504c2d371" - }, - { + }, { "_id": "668014ea2b680c65290bbe53", "Type": "HideoutAreaLevel", "value": 1, "entity": "Workbench" - }, - { + }, { "_id": "668014ea2b680c65290bbe54", "Type": "AssortmentUnlockRule", "entity": "584149ad2459775a7726350e", "data": "584149ad2459775a7726350e" - }, - { + }, { "_id": "668014ea2b680c65290bbe55", "Type": "AssortmentUnlockRule", "entity": "544fb45d4bdc2dee738b4568", "data": "544fb45d4bdc2dee738b4568" - }, - { + }, { "_id": "668014ea2b680c65290bbe56", "Type": "AssortmentUnlockRule", "entity": "590c661e86f7741e566b646a", "data": "590c661e86f7741e566b646a" - }, - { + }, { "_id": "668014ea2b680c65290bbe57", "Type": "AssortmentUnlockRule", "entity": "5a13df5286f774032f5454a0", "data": "5a13df5286f774032f5454a0" - }, - { + }, { "_id": "668014ea2b680c65290bbe58", "Type": "AssortmentUnlockRule", "entity": "544fb3f34bdc2d03748b456a", "data": "544fb3f34bdc2d03748b456a" - }, - { + }, { "_id": "668014ea2b680c65290bbe59", "Type": "AssortmentUnlockRule", "entity": "58d2912286f7744e27117493", "data": "58d2912286f7744e27117493" - }, - { + }, { "_id": "668014ea2b680c65290bbe5a", "Type": "AssortmentUnlockRule", "entity": "57372140245977611f70ee91", "data": "57372140245977611f70ee91" - }, - { + }, { "_id": "668014ea2b680c65290bbe5b", "Type": "AssortmentUnlockRule", "entity": "5ac8d6885acfc400180ae7b0", "data": "5ac8d6885acfc400180ae7b0" - }, - { + }, { "_id": "668014ea2b680c65290bbe5c", "Type": "AssortmentUnlockRule", "entity": "5aa7e276e5b5b000171d0647", "data": "5aa7e276e5b5b000171d0647" - }, - { + }, { "_id": "668014ea2b680c65290bbe5d", "Type": "AssortmentUnlockRule", "entity": "59eb7ebe86f7740b373438ce", "data": "59eb7ebe86f7740b373438ce" - }, - { + }, { "_id": "668014ea2b680c65290bbe5e", "Type": "AssortmentUnlockRule", "entity": "5656d7c34bdc2d9d198b4587", "data": "5656d7c34bdc2d9d198b4587" - }, - { + }, { "_id": "668014ea2b680c65290bbe5f", "Type": "AssortmentUnlockRule", "entity": "55d482194bdc2d1d4e8b456b", "data": "55d482194bdc2d1d4e8b456b" - }, - { + }, { "_id": "668014ea2b680c65290bbe60", "Type": "AssortmentUnlockRule", "entity": "58dffc5d86f77407c744a847", "data": "58dffc5d86f77407c744a847" - }, - { + }, { "_id": "668014ea2b680c65290bbe61", "Type": "AssortmentUnlockRule", "entity": "57da93632459771cb65bf83f", "data": "57da93632459771cb65bf83f" - }, - { + }, { "_id": "668014ea2b680c65290bbe62", "Type": "AssortmentUnlockRule", "entity": "56dff0bed2720bb0668b4567", "data": "56dff0bed2720bb0668b4567" - }, - { + }, { "_id": "668014ea2b680c65290bbe63", "Type": "AssortmentUnlockRule", "entity": "59bfe68886f7746004266202", "data": "59bfe68886f7746004266202" - }, - { + }, { "_id": "668014ea2b680c65290bbe64", "Type": "AssortmentUnlockRule", "entity": "59e77a2386f7742ee578960a", "data": "59e77a2386f7742ee578960a" - }, - { + }, { "_id": "668014ea2b680c65290bbe65", "Type": "AssortmentUnlockRule", "entity": "5a269f97c4a282000b151807", "data": "5a269f97c4a282000b151807" - }, - { + }, { "_id": "668014ea2b680c65290bbe66", "Type": "AssortmentUnlockRule", "entity": "58d3db5386f77426186285a0", "data": "58d3db5386f77426186285a0" - }, - { + }, { "_id": "668014ea2b680c65290bbe67", "Type": "AssortmentUnlockRule", "entity": "5a3a85af86f774745637d46c", "data": "5a3a85af86f774745637d46c" - }, - { + }, { "_id": "668014ea2b680c65290bbe68", "Type": "AssortmentUnlockRule", "entity": "5a33e75ac4a2826c6e06d759", "data": "5a33e75ac4a2826c6e06d759" - }, - { + }, { "_id": "668014ea2b680c65290bbe69", "Type": "AssortmentUnlockRule", "entity": "545cdb794bdc2d3a198b456a", "data": "545cdb794bdc2d3a198b456a" - }, - { + }, { "_id": "668014ea2b680c65290bbe6a", "Type": "AssortmentUnlockRule", "entity": "545cdae64bdc2d39198b4568", "data": "545cdae64bdc2d39198b4568" - }, - { + }, { "_id": "668014ea2b680c65290bbe6b", "Type": "AssortmentUnlockRule", "entity": "5649ae4a4bdc2d1b2b8b4588", "data": "5649ae4a4bdc2d1b2b8b4588" - }, - { + }, { "_id": "668014ea2b680c65290bbe6c", "Type": "AssortmentUnlockRule", "entity": "58dffd4586f77408a27629b2", "data": "58dffd4586f77408a27629b2" - }, - { + }, { "_id": "668014ea2b680c65290bbe6d", "Type": "AssortmentUnlockRule", "entity": "5751a25924597722c463c472", "data": "5751a25924597722c463c472" - }, - { + }, { "_id": "668014ea2b680c65290bbe6e", "Type": "AssortmentUnlockRule", "entity": "59c1383d86f774290a37e0ca", "data": "59c1383d86f774290a37e0ca" - }, - { + }, { "_id": "668014ea2b680c65290bbe6f", "Type": "AssortmentUnlockRule", "entity": "5a0c59791526d8dba737bba7", "data": "5a0c59791526d8dba737bba7" - }, - { + }, { "_id": "668014ea2b680c65290bbe70", "Type": "AssortmentUnlockRule", "entity": "576fd4ec2459777f0b518431", "data": "576fd4ec2459777f0b518431" - }, - { + }, { "_id": "668014ea2b680c65290bbe71", "Type": "AssortmentUnlockRule", "entity": "57a0e5022459774d1673f889", "data": "57a0e5022459774d1673f889" - }, - { + }, { "_id": "668014ea2b680c65290bbe72", "Type": "AssortmentUnlockRule", "entity": "584984812459776a704a82a6", "data": "584984812459776a704a82a6" - }, - { + }, { "_id": "668014ea2b680c65290bbe73", "Type": "AssortmentUnlockRule", "entity": "59c0ec5b86f77435b128bfca", "data": "59c0ec5b86f77435b128bfca" - }, - { + }, { "_id": "668014ea2b680c65290bbe74", "Type": "AssortmentUnlockRule", "entity": "57ffb0e42459777d047111c5", "data": "57ffb0e42459777d047111c5" - }, - { + }, { "_id": "668014ea2b680c65290bbe75", "Type": "AssortmentUnlockRule", "entity": "58dd3ad986f77403051cba8f", "data": "58dd3ad986f77403051cba8f" - }, - { + }, { "_id": "668014ea2b680c65290bbe76", "Type": "AssortmentUnlockRule", "entity": "5a16b7e1fcdbcb00165aa6c9", "data": "5a16b7e1fcdbcb00165aa6c9" - }, - { + }, { "_id": "668014ea2b680c65290bbe77", "Type": "AssortmentUnlockRule", "entity": "56eabf3bd2720b75698b4569", "data": "56eabf3bd2720b75698b4569" - }, - { + }, { "_id": "668014ea2b680c65290bbe78", "Type": "AssortmentUnlockRule", "entity": "588226ef24597767af46e39c", "data": "588226ef24597767af46e39c" - }, - { + }, { "_id": "668014ea2b680c65290bbe79", "Type": "AssortmentUnlockRule", "entity": "59411abb86f77478f702b5d2", "data": "59411abb86f77478f702b5d2" - }, - { + }, { "_id": "668014ea2b680c65290bbe7a", "Type": "AssortmentUnlockRule", "entity": "58414a16245977599247970a", "data": "58414a16245977599247970a" - }, - { + }, { "_id": "668014ea2b680c65290bbe7b", "Type": "AssortmentUnlockRule", "entity": "590c678286f77426c9660122", "data": "590c678286f77426c9660122" - }, - { + }, { "_id": "668014ea2b680c65290bbe7c", "Type": "AssortmentUnlockRule", "entity": "584147982459775a6c55e931", "data": "584147982459775a6c55e931" - }, - { + }, { "_id": "668014ea2b680c65290bbe7d", "Type": "AssortmentUnlockRule", "entity": "5a8ae65f86f774377a23ed55", "data": "5a8ae65f86f774377a23ed55" - }, - { + }, { "_id": "668014ea2b680c65290bbe7e", "Type": "AssortmentUnlockRule", "entity": "5af08cc686f77424a61595f2", "data": "5af08cc686f77424a61595f2" - }, - { + }, { "_id": "668014ea2b680c65290bbe7f", "Type": "AssortmentUnlockRule", "entity": "5b07dd285acfc4001754240d", "data": "5b07dd285acfc4001754240d" - }, - { + }, { "_id": "668014ea2b680c65290bbe80", "Type": "AssortmentUnlockRule", "entity": "5b4391a586f7745321235ab2", "data": "5b4391a586f7745321235ab2" - }, - { + }, { "_id": "668014ea2b680c65290bbe81", "Type": "AssortmentUnlockRule", "entity": "5c1127d0d174af29be75cf68", "data": "5c1127d0d174af29be75cf68" - }, - { + }, { "_id": "668014ea2b680c65290bbe82", "Type": "AssortmentUnlockRule", "entity": "5c0e722886f7740458316a57", "data": "5c0e722886f7740458316a57" - }, - { + }, { "_id": "668014ea2b680c65290bbe83", "Type": "AssortmentUnlockRule", "entity": "5bbde409d4351e003562b036", "data": "5bbde409d4351e003562b036" - }, - { + }, { "_id": "668014ea2b680c65290bbe84", "Type": "AssortmentUnlockRule", "entity": "5b4329f05acfc47a86086aa1", "data": "5b4329f05acfc47a86086aa1" - }, - { + }, { "_id": "668014ea2b680c65290bbe85", "Type": "AssortmentUnlockRule", "entity": "5ba2678ad4351e44f824b344", "data": "5ba2678ad4351e44f824b344" - }, - { + }, { "_id": "668014ea2b680c65290bbe86", "Type": "AssortmentUnlockRule", "entity": "56ea8d2fd2720b7c698b4570", "data": "56ea8d2fd2720b7c698b4570" - }, - { + }, { "_id": "668014ea2b680c65290bbe87", "Type": "AssortmentUnlockRule", "entity": "5bc5a372d4351e44f824d17f", "data": "5bc5a372d4351e44f824d17f" - }, - { + }, { "_id": "668014ea2b680c65290bbe88", "Type": "AssortmentUnlockRule", "entity": "5bbde41ed4351e003562b038", "data": "5bbde41ed4351e003562b038" - }, - { + }, { "_id": "668014ea2b680c65290bbe89", "Type": "AssortmentUnlockRule", "entity": "5bc5a35cd4351e450201232f", "data": "5bc5a35cd4351e450201232f" - }, - { + }, { "_id": "668014ea2b680c65290bbe8a", "Type": "AssortmentUnlockRule", "entity": "5cc80f8fe4a949033b0224a2", "data": "5cc80f8fe4a949033b0224a2" - }, - { + }, { "_id": "668014ea2b680c65290bbe8b", "Type": "AssortmentUnlockRule", "entity": "5a966f51a2750c00156aacf6", "data": "5a966f51a2750c00156aacf6" - }, - { + }, { "_id": "668014ea2b680c65290bbe8c", "Type": "AssortmentUnlockRule", "entity": "5ac78a9b86f7741cca0bbd8d", "data": "5ac78a9b86f7741cca0bbd8d" - }, - { + }, { "_id": "668014ea2b680c65290bbe8d", "Type": "AssortmentUnlockRule", "entity": "5b44cf1486f77431723e3d05", "data": "5b44cf1486f77431723e3d05" - }, - { + }, { "_id": "668014ea2b680c65290bbe8e", "Type": "AssortmentUnlockRule", "entity": "5aafbde786f774389d0cbc0f", "data": "5aafbde786f774389d0cbc0f" - }, - { + }, { "_id": "668014ea2b680c65290bbe8f", "Type": "AssortmentUnlockRule", "entity": "59fb137a86f7740adb646af1", "data": "59fb137a86f7740adb646af1" - }, - { + }, { "_id": "668014ea2b680c65290bbe90", "Type": "AssortmentUnlockRule", "entity": "5bae13ded4351e44f824bf38", "data": "5bae13ded4351e44f824bf38" - }, - { + }, { "_id": "668014ea2b680c65290bbe91", "Type": "AssortmentUnlockRule", "entity": "5bbdb870d4351e00367fb67d", "data": "5bbdb870d4351e00367fb67d" - }, - { + }, { "_id": "668014ea2b680c65290bbe92", "Type": "AssortmentUnlockRule", "entity": "5b3116595acfc40019476364", "data": "5b3116595acfc40019476364" - }, - { + }, { "_id": "668014ea2b680c65290bbe93", "Type": "AssortmentUnlockRule", "entity": "5b83f22086f77464e15a1d5f", "data": "5b83f22086f77464e15a1d5f" - }, - { + }, { "_id": "668014ea2b680c65290bbe94", "Type": "AssortmentUnlockRule", "entity": "5bbdb83fd4351e44f824c44b", "data": "5bbdb83fd4351e44f824c44b" - }, - { + }, { "_id": "668014ea2b680c65290bbe95", "Type": "AssortmentUnlockRule", "entity": "5c0a2cec0db834001b7ce47d", "data": "5c0a2cec0db834001b7ce47d" - }, - { + }, { "_id": "668014ea2b680c65290bbe96", "Type": "AssortmentUnlockRule", "entity": "5ac4ad3686f774181345c3da", "data": "5ac4ad3686f774181345c3da" - }, - { + }, { "_id": "668014ea2b680c65290bbe97", "Type": "AssortmentUnlockRule", "entity": "58d2912286f7744e27117493", "data": "58d2912286f7744e27117493" - }, - { + }, { "_id": "668014ea2b680c65290bbe98", "Type": "AssortmentUnlockRule", "entity": "56eabcd4d2720b66698b4574", "data": "56eabcd4d2720b66698b4574" - }, - { + }, { "_id": "668014ea2b680c65290bbe99", "Type": "AssortmentUnlockRule", "entity": "5bbdb811d4351e45020113c7", "data": "5bbdb811d4351e45020113c7" - }, - { + }, { "_id": "668014ea2b680c65290bbe9a", "Type": "AssortmentUnlockRule", "entity": "5bc5a351d4351e003477a414", "data": "5bc5a351d4351e003477a414" - }, - { + }, { "_id": "668014ea2b680c65290bbe9b", "Type": "AssortmentUnlockRule", "entity": "5c1260dc86f7746b106e8748", "data": "5c1260dc86f7746b106e8748" - }, - { + }, { "_id": "668014ea2b680c65290bbe9c", "Type": "AssortmentUnlockRule", "entity": "5b44d0de86f774503d30cba8", "data": "5b44d0de86f774503d30cba8" - }, - { + }, { "_id": "668014ea2b680c65290bbe9d", "Type": "AssortmentUnlockRule", "entity": "5a8c436686f7740f394d10b5", "data": "5a8c436686f7740f394d10b5" - }, - { + }, { "_id": "668014ea2b680c65290bbe9e", "Type": "AssortmentUnlockRule", "entity": "5b07db875acfc40dc528a5f6", "data": "5b07db875acfc40dc528a5f6" - }, - { + }, { "_id": "668014ea2b680c65290bbe9f", "Type": "AssortmentUnlockRule", "entity": "5b057b4f5acfc4771e1bd3e9", "data": "5b057b4f5acfc4771e1bd3e9" - }, - { + }, { "_id": "668014ea2b680c65290bbea0", "Type": "AssortmentUnlockRule", "entity": "5c10c8fd86f7743d7d706df3", "data": "5c10c8fd86f7743d7d706df3" - }, - { + }, { "_id": "668014ea2b680c65290bbea1", "Type": "AssortmentUnlockRule", "entity": "5b44cd8b86f774503d30cba2", "data": "5b44cd8b86f774503d30cba2" - }, - { + }, { "_id": "668014ea2b680c65290bbea2", "Type": "AssortmentUnlockRule", "entity": "5c0e3eb886f7742015526062", "data": "5c0e3eb886f7742015526062" - }, - { + }, { "_id": "668014ea2b680c65290bbea3", "Type": "AssortmentUnlockRule", "entity": "5ca21c6986f77479963115a7", "data": "5ca21c6986f77479963115a7" - }, - { + }, { "_id": "668014ea2b680c65290bbea4", "Type": "AssortmentUnlockRule", "entity": "5bae13bad4351e00320204af", "data": "5bae13bad4351e00320204af" - }, - { + }, { "_id": "668014ea2b680c65290bbea5", "Type": "AssortmentUnlockRule", "entity": "593d493f86f7745e6b2ceb22", "data": "593d493f86f7745e6b2ceb22" - }, - { + }, { "_id": "668014ea2b680c65290bbea6", "Type": "AssortmentUnlockRule", "entity": "5b40e2bc5acfc40016388216", "data": "5b40e2bc5acfc40016388216" - }, - { + }, { "_id": "668014ea2b680c65290bbea7", "Type": "AssortmentUnlockRule", "entity": "5c0e774286f77468413cc5b2", "data": "5c0e774286f77468413cc5b2" - }, - { + }, { "_id": "668014ea2b680c65290bbea8", "Type": "AssortmentUnlockRule", "entity": "5c0e51be86f774598e797894", "data": "5c0e51be86f774598e797894" - }, - { + }, { "_id": "668014ea2b680c65290bbea9", "Type": "AssortmentUnlockRule", "entity": "5bffdd7e0db834001b734a1a", "data": "5bffdd7e0db834001b734a1a" - }, - { + }, { "_id": "668014ea2b680c65290bbeaa", "Type": "AssortmentUnlockRule", "entity": "5bffe7930db834001b734a39", "data": "5bffe7930db834001b734a39" - }, - { + }, { "_id": "668014ea2b680c65290bbeab", "Type": "AssortmentUnlockRule", "entity": "5c0d1e9386f77440120288b7", "data": "5c0d1e9386f77440120288b7" - }, - { + }, { "_id": "668014ea2b680c65290bbeac", "Type": "AssortmentUnlockRule", "entity": "5c127c4486f7745625356c13", "data": "5c127c4486f7745625356c13" - }, - { + }, { "_id": "668014ea2b680c65290bbead", "Type": "AssortmentUnlockRule", "entity": "5aafbde786f774389d0cbc0f", "data": "5aafbde786f774389d0cbc0f" - }, - { + }, { "_id": "668014ea2b680c65290bbeae", "Type": "AssortmentUnlockRule", "entity": "5ac4ad7586f7747d14551da3", "data": "5ac4ad7586f7747d14551da3" - }, - { + }, { "_id": "668014ea2b680c65290bbeaf", "Type": "AssortmentUnlockRule", "entity": "590c657e86f77412b013051d", "data": "590c657e86f77412b013051d" - }, - { + }, { "_id": "668014ea2b680c65290bbeb0", "Type": "AssortmentUnlockRule", "entity": "5b6d9ce188a4501afc1b2b25", "data": "5b6d9ce188a4501afc1b2b25" - }, - { + }, { "_id": "668014ea2b680c65290bbeb1", "Type": "AssortmentUnlockRule", "entity": "5c0e66e2d174af02a96252f4", "data": "5c0e66e2d174af02a96252f4" - }, - { + }, { "_id": "668014ea2b680c65290bbeb2", "Type": "AssortmentUnlockRule", "entity": "5cc86832d7f00c000d3a6e6c", "data": "5cc86832d7f00c000d3a6e6c" - }, - { + }, { "_id": "668014ea2b680c65290bbeb3", "Type": "AssortmentUnlockRule", "entity": "5c17a7ed2e2216152142459c", "data": "5c17a7ed2e2216152142459c" - }, - { + }, { "_id": "668014ea2b680c65290bbeb4", "Type": "AssortmentUnlockRule", "entity": "584148f2245977598f1ad387", "data": "584148f2245977598f1ad387" - }, - { + }, { "_id": "668014ea2b680c65290bbeb5", "Type": "AssortmentUnlockRule", "entity": "5d5e7d28a4b936645d161203", "data": "5d5e7d28a4b936645d161203" - }, - { + }, { "_id": "668014ea2b680c65290bbeb6", "Type": "AssortmentUnlockRule", "entity": "5c1cd46f2e22164bef5cfedb", "data": "5c1cd46f2e22164bef5cfedb" - }, - { + }, { "_id": "668014ea2b680c65290bbeb7", "Type": "AssortmentUnlockRule", "entity": "5d02797c86f774203f38e30a", "data": "5d02797c86f774203f38e30a" - }, - { + }, { "_id": "668014ea2b680c65290bbeb8", "Type": "AssortmentUnlockRule", "entity": "5d23467086f77443f37fc602", "data": "5d23467086f77443f37fc602" - }, - { + }, { "_id": "668014ea2b680c65290bbeb9", "Type": "AssortmentUnlockRule", "entity": "5d4d617f86f77449c463d107", "data": "5d4d617f86f77449c463d107" - }, - { + }, { "_id": "668014ea2b680c65290bbeba", "Type": "AssortmentUnlockRule", "entity": "5aa7d193e5b5b000171d063f", "data": "5aa7d193e5b5b000171d063f" - }, - { + }, { "_id": "668014ea2b680c65290bbebb", "Type": "AssortmentUnlockRule", "entity": "5a1eaa87fcdbcb001865f75e", "data": "5a1eaa87fcdbcb001865f75e" - }, - { + }, { "_id": "668014ea2b680c65290bbebc", "Type": "AssortmentUnlockRule", "entity": "5af0454c86f7746bf20992e8", "data": "5af0454c86f7746bf20992e8" - }, - { + }, { "_id": "668014ea2b680c65290bbebd", "Type": "AssortmentUnlockRule", "entity": "5ea2a8e200685063ec28c05a", "data": "5ea2a8e200685063ec28c05a" - }, - { + }, { "_id": "668014ea2b680c65290bbebe", "Type": "AssortmentUnlockRule", "entity": "5d44069ca4b9361ebd26fc37", "data": "5d44069ca4b9361ebd26fc37" - }, - { + }, { "_id": "668014ea2b680c65290bbebf", "Type": "AssortmentUnlockRule", "entity": "5cbda392ae92155f3c17c39f", "data": "5cbda392ae92155f3c17c39f" - }, - { + }, { "_id": "668014ea2b680c65290bbec0", "Type": "AssortmentUnlockRule", "entity": "5dd800bde492226366631317", "data": "5dd800bde492226366631317" - }, - { + }, { "_id": "668014ea2b680c65290bbec1", "Type": "AssortmentUnlockRule", "entity": "5e00c1ad86f774747333222c", "data": "5e00c1ad86f774747333222c" - }, - { + }, { "_id": "668014ea2b680c65290bbec2", "Type": "AssortmentUnlockRule", "entity": "5dfa3d2b0dee1b22f862eade", "data": "5dfa3d2b0dee1b22f862eade" - }, - { + }, { "_id": "668014ea2b680c65290bbec3", "Type": "AssortmentUnlockRule", "entity": "5f60c74e3b85f6263c145586", "data": "5f60c74e3b85f6263c145586" - }, - { + }, { "_id": "668014ea2b680c65290bbec4", "Type": "AssortmentUnlockRule", "entity": "5df8a4d786f77412672a1e3b", "data": "5df8a4d786f77412672a1e3b" - }, - { + }, { "_id": "668014ea2b680c65290bbec5", "Type": "AssortmentUnlockRule", "entity": "5d383f5d86f7742a15793872", "data": "5d383f5d86f7742a15793872" - }, - { + }, { "_id": "668014ea2b680c65290bbec6", "Type": "AssortmentUnlockRule", "entity": "5dd800eae49222636663133b", "data": "5dd800eae49222636663133b" - }, - { + }, { "_id": "668014ea2b680c65290bbec7", "Type": "AssortmentUnlockRule", "entity": "5c793fb92e221644f31bfb64", "data": "5c793fb92e221644f31bfb64" - }, - { + }, { "_id": "668014ea2b680c65290bbec8", "Type": "AssortmentUnlockRule", "entity": "5d025cc1d7ad1a53845279ef", "data": "5d025cc1d7ad1a53845279ef" - }, - { + }, { "_id": "668014ea2b680c65290bbec9", "Type": "AssortmentUnlockRule", "entity": "5cbdc23eae9215001136a407", "data": "5cbdc23eae9215001136a407" - }, - { + }, { "_id": "668014ea2b680c65290bbeca", "Type": "AssortmentUnlockRule", "entity": "5d7b845786f7743c1e531da7", "data": "5d7b845786f7743c1e531da7" - }, - { + }, { "_id": "668014ea2b680c65290bbecb", "Type": "AssortmentUnlockRule", "entity": "5d383e1a86f7742a1468ce63", "data": "5d383e1a86f7742a1468ce63" - }, - { + }, { "_id": "668014ea2b680c65290bbecc", "Type": "AssortmentUnlockRule", "entity": "5e0354f786f77425b53eb6c5", "data": "5e0354f786f77425b53eb6c5" - }, - { + }, { "_id": "668014ea2b680c65290bbecd", "Type": "AssortmentUnlockRule", "entity": "5e0340ab86f7745bb7339235", "data": "5e0340ab86f7745bb7339235" - }, - { + }, { "_id": "668014ea2b680c65290bbece", "Type": "AssortmentUnlockRule", "entity": "5d38517786f7742a1468cf6a", "data": "5d38517786f7742a1468cf6a" - }, - { + }, { "_id": "668014ea2b680c65290bbecf", "Type": "AssortmentUnlockRule", "entity": "5c0e446786f7742013381639", "data": "5c0e446786f7742013381639" - }, - { + }, { "_id": "668014ea2b680c65290bbed0", "Type": "AssortmentUnlockRule", "entity": "5d383ee786f7742a15793860", "data": "5d383ee786f7742a15793860" - }, - { + }, { "_id": "668014ea2b680c65290bbed1", "Type": "AssortmentUnlockRule", "entity": "609e8540d5c319764c2bc2e9", "data": "609e8540d5c319764c2bc2e9" - }, - { + }, { "_id": "668014ea2b680c65290bbed2", "Type": "AssortmentUnlockRule", "entity": "64abd93857958b4249003418", "data": "64abd93857958b4249003418" - }, - { + }, { "_id": "668014ea2b680c65290bbed3", "Type": "AssortmentUnlockRule", "entity": "6065878ac9cf8012264142fd", "data": "6065878ac9cf8012264142fd" - }, - { + }, { "_id": "668014ea2b680c65290bbed4", "Type": "AssortmentUnlockRule", "entity": "618ba27d9008e4636a67f61d", "data": "618ba27d9008e4636a67f61d" - }, - { + }, { "_id": "668014ea2b680c65290bbed5", "Type": "AssortmentUnlockRule", "entity": "59e6920f86f77411d82aa167", "data": "59e6920f86f77411d82aa167" - }, - { + }, { "_id": "668014ea2b680c65290bbed6", "Type": "AssortmentUnlockRule", "entity": "624d7ae691f0160c7324c402", "data": "624d7ae691f0160c7324c402" - }, - { + }, { "_id": "668014ea2b680c65290bbed7", "Type": "AssortmentUnlockRule", "entity": "628cd624459354321c4b7fa2", "data": "628cd624459354321c4b7fa2" - }, - { + }, { "_id": "668014ea2b680c65290bbed8", "Type": "AssortmentUnlockRule", "entity": "5fd251c90d9c95034825edb5", "data": "5fd251c90d9c95034825edb5" - }, - { + }, { "_id": "668014ea2b680c65290bbed9", "Type": "AssortmentUnlockRule", "entity": "5fd25119dd870108a754a163", "data": "5fd25119dd870108a754a163" - }, - { + }, { "_id": "668014ea2b680c65290bbeda", "Type": "AssortmentUnlockRule", "entity": "619d26ccc7791e3af27ae3cd", "data": "619d26ccc7791e3af27ae3cd" - }, - { + }, { "_id": "668014ea2b680c65290bbedb", "Type": "AssortmentUnlockRule", "entity": "6130c43c67085e45ef1405a1", "data": "6130c43c67085e45ef1405a1" - }, - { + }, { "_id": "668014ea2b680c65290bbedc", "Type": "AssortmentUnlockRule", "entity": "60a283193cb70855c43a381d", "data": "60a283193cb70855c43a381d" - }, - { + }, { "_id": "668014ea2b680c65290bbedd", "Type": "AssortmentUnlockRule", "entity": "619b69037b9de8162902673e", "data": "619b69037b9de8162902673e" - }, - { + }, { "_id": "668014ea2b680c65290bbede", "Type": "AssortmentUnlockRule", "entity": "5656eb674bdc2d35148b457c", "data": "5656eb674bdc2d35148b457c" - }, - { + }, { "_id": "668014ea2b680c65290bbedf", "Type": "AssortmentUnlockRule", "entity": "60a3c70cde5f453f634816a3", "data": "60a3c70cde5f453f634816a3" - }, - { + }, { "_id": "668014ea2b680c65290bbee0", "Type": "AssortmentUnlockRule", "entity": "6193e590069d61205d490dd8", "data": "6193e590069d61205d490dd8" - }, - { + }, { "_id": "668014ea2b680c65290bbee1", "Type": "AssortmentUnlockRule", "entity": "60098ad7c2240c0fe85c570a", "data": "60098ad7c2240c0fe85c570a" - }, - { + }, { "_id": "668014ea2b680c65290bbee2", "Type": "AssortmentUnlockRule", "entity": "5ca2151486f774244a3b8d30", "data": "5ca2151486f774244a3b8d30" - }, - { + }, { "_id": "668014ea2b680c65290bbee3", "Type": "AssortmentUnlockRule", "entity": "6193e108c1982475fa2a7f16", "data": "6193e108c1982475fa2a7f16" - }, - { + }, { "_id": "668014ea2b680c65290bbee4", "Type": "AssortmentUnlockRule", "entity": "60479fb29c15b12b9a480fb0", "data": "60479fb29c15b12b9a480fb0" - }, - { + }, { "_id": "668014ea2b680c65290bbee5", "Type": "AssortmentUnlockRule", "entity": "5ede475b549eed7c6d5c18fb", "data": "5ede475b549eed7c6d5c18fb" - }, - { + }, { "_id": "668014ea2b680c65290bbee6", "Type": "AssortmentUnlockRule", "entity": "5e035eb586f774756048ec12", "data": "5e035eb586f774756048ec12" - }, - { + }, { "_id": "668014ea2b680c65290bbee7", "Type": "AssortmentUnlockRule", "entity": "5e85a9f4add9fe03027d9bf1", "data": "5e85a9f4add9fe03027d9bf1" - }, - { + }, { "_id": "668014ea2b680c65290bbee8", "Type": "AssortmentUnlockRule", "entity": "6038d614d10cbf667352dd44", "data": "6038d614d10cbf667352dd44" - }, - { + }, { "_id": "668014ea2b680c65290bbee9", "Type": "AssortmentUnlockRule", "entity": "64be79e2bf8412471d0d9bcc", "data": "64be79e2bf8412471d0d9bcc" - }, - { + }, { "_id": "668014ea2b680c65290bbeea", "Type": "AssortmentUnlockRule", "entity": "5d02797c86f774203f38e30a", "data": "5d02797c86f774203f38e30a" - }, - { + }, { "_id": "668014ea2b680c65290bbeeb", "Type": "AssortmentUnlockRule", "entity": "618ab04934aa2e47480fba2b", "data": "618ab04934aa2e47480fba2b" - }, - { + }, { "_id": "668014ea2b680c65290bbeec", "Type": "AssortmentUnlockRule", "entity": "615d8e9867085e45ef1409c6", "data": "615d8e9867085e45ef1409c6" - }, - { + }, { "_id": "668014ea2b680c65290bbeed", "Type": "AssortmentUnlockRule", "entity": "5c0e655586f774045612eeb2", "data": "5c0e655586f774045612eeb2" - }, - { + }, { "_id": "668014ea2b680c65290bbeee", "Type": "AssortmentUnlockRule", "entity": "5ef1ba28c64c5d0dfc0571a5", "data": "5ef1ba28c64c5d0dfc0571a5" - }, - { + }, { "_id": "668014ea2b680c65290bbeef", "Type": "AssortmentUnlockRule", "entity": "5fd251ee16cac650092f5d02", "data": "5fd251ee16cac650092f5d02" - }, - { + }, { "_id": "668014ea2b680c65290bbef0", "Type": "AssortmentUnlockRule", "entity": "64b8f7b5389d7ffd620ccba2", "data": "64b8f7b5389d7ffd620ccba2" - }, - { + }, { "_id": "668014ea2b680c65290bbef1", "Type": "AssortmentUnlockRule", "entity": "606f2696f2cb2e02a42aceb1", "data": "606f2696f2cb2e02a42aceb1" - }, - { + }, { "_id": "668014ea2b680c65290bbef2", "Type": "AssortmentUnlockRule", "entity": "60926df0132d4d12c81fd9df", "data": "60926df0132d4d12c81fd9df" - }, - { + }, { "_id": "668014ea2b680c65290bbef3", "Type": "AssortmentUnlockRule", "entity": "5c0d5ae286f7741e46554302", "data": "5c0d5ae286f7741e46554302" - }, - { + }, { "_id": "668014ea2b680c65290bbef4", "Type": "AssortmentUnlockRule", "entity": "5e21ca18e4d47f0da15e77dd", "data": "5e21ca18e4d47f0da15e77dd" - }, - { + }, { "_id": "668014ea2b680c65290bbef5", "Type": "AssortmentUnlockRule", "entity": "61962b617c6c7b169525f168", "data": "61962b617c6c7b169525f168" - }, - { + }, { "_id": "668014ea2b680c65290bbef6", "Type": "AssortmentUnlockRule", "entity": "60b7d76e2a3c79100f1979de", "data": "60b7d76e2a3c79100f1979de" - }, - { + }, { "_id": "668014ea2b680c65290bbef7", "Type": "AssortmentUnlockRule", "entity": "5f60b34a41e30a4ab12a6947", "data": "5f60b34a41e30a4ab12a6947" - }, - { + }, { "_id": "668014ea2b680c65290bbef8", "Type": "AssortmentUnlockRule", "entity": "5f06d6e1475d472556679d16", "data": "5f06d6e1475d472556679d16" - }, - { + }, { "_id": "668014ea2b680c65290bbef9", "Type": "AssortmentUnlockRule", "entity": "5d5d646386f7742797261fd9", "data": "5d5d646386f7742797261fd9" - }, - { + }, { "_id": "668014ea2b680c65290bbefa", "Type": "AssortmentUnlockRule", "entity": "5c1d0f4986f7744bb01837fa", "data": "5c1d0f4986f7744bb01837fa" - }, - { + }, { "_id": "668014ea2b680c65290bbefb", "Type": "AssortmentUnlockRule", "entity": "6087e663132d4d12c81fd96b", "data": "6087e663132d4d12c81fd96b" - }, - { + }, { "_id": "668014ea2b680c65290bbefc", "Type": "AssortmentUnlockRule", "entity": "619e61e70459e93c12392ba7", "data": "619e61e70459e93c12392ba7" - }, - { + }, { "_id": "668014ea2b680c65290bbefd", "Type": "AssortmentUnlockRule", "entity": "6130ca3fd92c473c77020dbd", "data": "6130ca3fd92c473c77020dbd" - }, - { + }, { "_id": "668014ea2b680c65290bbefe", "Type": "AssortmentUnlockRule", "entity": "62e7e7bbe6da9612f743f1e0", "data": "62e7e7bbe6da9612f743f1e0" - }, - { + }, { "_id": "668014ea2b680c65290bbeff", "Type": "AssortmentUnlockRule", "entity": "5656eb674bdc2d35148b457c", "data": "5656eb674bdc2d35148b457c" - }, - { + }, { "_id": "668014ea2b680c65290bbf00", "Type": "AssortmentUnlockRule", "entity": "64b6620258b5637e2d71a636", "data": "64b6620258b5637e2d71a636" - }, - { + }, { "_id": "668014ea2b680c65290bbf01", "Type": "AssortmentUnlockRule", "entity": "655df24fdf80b12750626d0a", "data": "655df24fdf80b12750626d0a" - }, - { + }, { "_id": "668014ea2b680c65290bbf02", "Type": "AssortmentUnlockRule", "entity": "62975de85c32d414f8797433", "data": "62975de85c32d414f8797433" - }, - { + }, { "_id": "668014ea2b680c65290bbf03", "Type": "AssortmentUnlockRule", "entity": "657eb3773271d8578610fe28", "data": "657eb3773271d8578610fe28" - }, - { + }, { "_id": "668014ea2b680c65290bbf04", "Type": "AssortmentUnlockRule", "entity": "590c5d4b86f774784e1b9c45", "data": "590c5d4b86f774784e1b9c45" - }, - { + }, { "_id": "668014ea2b680c65290bbf05", "Type": "AssortmentUnlockRule", "entity": "6389c7750ef44505c87f5996", "data": "6389c7750ef44505c87f5996" - }, - { + }, { "_id": "668014ea2b680c65290bbf06", "Type": "AssortmentUnlockRule", "entity": "6357c98711fb55120211f7e1", "data": "6357c98711fb55120211f7e1" - }, - { + }, { "_id": "668014ea2b680c65290bbf07", "Type": "AssortmentUnlockRule", "entity": "5c110624d174af029e69734c", "data": "5c110624d174af029e69734c" - }, - { + }, { "_id": "668014ea2b680c65290bbf08", "Type": "AssortmentUnlockRule", "entity": "63920105a83e15700a00f168", "data": "63920105a83e15700a00f168" - }, - { + }, { "_id": "668014ea2b680c65290bbf09", "Type": "AssortmentUnlockRule", "entity": "6357c98711fb55120211f7e1", "data": "6357c98711fb55120211f7e1" - }, - { + }, { "_id": "668014ea2b680c65290bbf0a", "Type": "AssortmentUnlockRule", "entity": "656f664200d62bcd2e024077", "data": "656f664200d62bcd2e024077" - }, - { + }, { "_id": "668014ea2b680c65290bbf0b", "Type": "AssortmentUnlockRule", "entity": "62973e474bb5ab23071c2a70", "data": "62973e474bb5ab23071c2a70" - }, - { + }, { "_id": "668014ea2b680c65290bbf0c", "Type": "AssortmentUnlockRule", "entity": "655746010177119f4a097ff7", "data": "655746010177119f4a097ff7" - }, - { + }, { "_id": "668014ea2b680c65290bbf0d", "Type": "AssortmentUnlockRule", "entity": "6570aead4d84f81fd002a033", "data": "6570aead4d84f81fd002a033" - }, - { + }, { "_id": "668014ea2b680c65290bbf0e", "Type": "AssortmentUnlockRule", "entity": "62a0a043cf4a99369e2624a5", "data": "62a0a043cf4a99369e2624a5" - }, - { + }, { "_id": "668014ea2b680c65290bbf0f", "Type": "AssortmentUnlockRule", "entity": "5e85a9f4add9fe03027d9bf1", "data": "5e85a9f4add9fe03027d9bf1" - }, - { + }, { "_id": "668014ea2b680c65290bbf10", "Type": "AssortmentUnlockRule", "entity": "5c0a840b86f7742ffa4f2482", "data": "5c0a840b86f7742ffa4f2482" - }, - { + }, { "_id": "668014ea2b680c65290bbf11", "Type": "AssortmentUnlockRule", "entity": "6389c7f115805221fb410466", "data": "6389c7f115805221fb410466" - }, - { + }, { "_id": "668014ea2b680c65290bbf12", "Type": "AssortmentUnlockRule", "entity": "656f611f94b480b8a500c0db", "data": "656f611f94b480b8a500c0db" - }, - { + }, { "_id": "668014ea2b680c65290bbf13", "Type": "AssortmentUnlockRule", "entity": "62e7e7bbe6da9612f743f1e0", "data": "62e7e7bbe6da9612f743f1e0" - }, - { + }, { "_id": "668014ea2b680c65290bbf14", "Type": "AssortmentUnlockRule", "entity": "64c1525e3319a1cf380c4e09", "data": "64c1525e3319a1cf380c4e09" - }, - { + }, { "_id": "668014ea2b680c65290bbf15", "Type": "AssortmentUnlockRule", "entity": "5a327f7c86f77475187e509a", "data": "5a327f7c86f77475187e509a" - }, - { + }, { "_id": "668014ea2b680c65290bbf16", "Type": "AssortmentUnlockRule", "entity": "5c0e530286f7747fa1419862", "data": "5c0e530286f7747fa1419862" - }, - { + }, { "_id": "668014ea2b680c65290bbf17", "Type": "AssortmentUnlockRule", "entity": "5ede475b549eed7c6d5c18fb", "data": "5ede475b549eed7c6d5c18fb" - }, - { + }, { "_id": "668014ea2b680c65290bbf18", "Type": "AssortmentUnlockRule", "entity": "5b2388675acfc4771e1be0be", "data": "5b2388675acfc4771e1be0be" - }, - { + }, { "_id": "668014ea2b680c65290bbf19", "Type": "AssortmentUnlockRule", "entity": "63fc44e2429a8a166c7f61e6", "data": "63fc44e2429a8a166c7f61e6" - }, - { + }, { "_id": "668014ea2b680c65290bbf1a", "Type": "AssortmentUnlockRule", "entity": "601aa3d2b2bcb34913271e6d", "data": "601aa3d2b2bcb34913271e6d" - }, - { + }, { "_id": "668014ea2b680c65290bbf1b", "Type": "AssortmentUnlockRule", "entity": "656fa8d700d62bcd2e024084", "data": "656fa8d700d62bcd2e024084" - }, - { + }, { "_id": "668014ea2b680c65290bbf1c", "Type": "AssortmentUnlockRule", "entity": "618ba27d9008e4636a67f61d", "data": "618ba27d9008e4636a67f61d" - }, - { + }, { "_id": "668014ea2b680c65290bbf1d", "Type": "AssortmentUnlockRule", "entity": "657089638db3adca1009f4ca", "data": "657089638db3adca1009f4ca" - }, - { + }, { "_id": "668014ea2b680c65290bbf1e", "Type": "AssortmentUnlockRule", "entity": "5efb0da7a29a85116f6ea05f", "data": "5efb0da7a29a85116f6ea05f" - }, - { + }, { "_id": "668014ea2b680c65290bbf1f", "Type": "AssortmentUnlockRule", "entity": "63986a9ab483a550805be5ee", "data": "63986a9ab483a550805be5ee" - }, - { + }, { "_id": "668014ea2b680c65290bbf20", "Type": "AssortmentUnlockRule", "entity": "656fa25e94b480b8a500c0e0", "data": "656fa25e94b480b8a500c0e0" - }, - { + }, { "_id": "668014ea2b680c65290bbf21", "Type": "AssortmentUnlockRule", "entity": "6389c85357baa773a825b356", "data": "6389c85357baa773a825b356" - }, - { + }, { "_id": "668014ea2b680c65290bbf22", "Type": "AssortmentUnlockRule", "entity": "64f8c5c6c8626c7d46040335", "data": "64f8c5c6c8626c7d46040335" - }, - { + }, { "_id": "668014ea2b680c65290bbf23", "Type": "AssortmentUnlockRule", "entity": "63fc44e2429a8a166c7f61e6", "data": "63fc44e2429a8a166c7f61e6" - }, - { + }, { "_id": "668014ea2b680c65290bbf24", "Type": "AssortmentUnlockRule", "entity": "65573fa5655447403702a816", @@ -7496,8 +6492,7 @@ "maxToSendPlayer": 1 }, "HIDEOUTCAT": { - "items": [ - { + "items": [{ "_id": "64b93751523fc8b45103fa54", "_tpl": "6638a5474e92f038531e210e", "upd": { @@ -7514,8 +6509,7 @@ "maxToSendPlayer": 1 }, "KILLA": { - "items": [ - { + "items": [{ "_id": "6659f82b5fddd28cb40363d1", "_tpl": "619cbf7d23893217ec30b689", "upd": { @@ -7523,8 +6517,7 @@ }, "parentId": "6659f82b5fddd28cb40363cf", "slotId": "main" - }, - { + }, { "_id": "6659f82b5fddd28cb40363d3", "_tpl": "57347ca924597744596b4e71", "upd": { @@ -7541,8 +6534,7 @@ "maxToSendPlayer": 1 }, "BITCOIN": { - "items": [ - { + "items": [{ "_id": "6659fc6a77accffa490c0d3f", "_tpl": "65290f395ae2ae97b80fdf2d", "upd": { @@ -7556,122 +6548,102 @@ }, "parentId": "6659fc6a77accffa490c0d3e", "slotId": "main" - }, - { + }, { "_id": "6659fc6a77accffa490c0d40", "_tpl": "652911675ae2ae97b80fdf3c", "parentId": "6659fc6a77accffa490c0d3f", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "6659fc6a77accffa490c0d41", "_tpl": "65293c38fc460e50a509cb25", "parentId": "6659fc6a77accffa490c0d3f", "slotId": "mod_magazine" - }, - { + }, { "_id": "6659fc6a77accffa490c0d42", "_tpl": "6529119424cbe3c74a05e5bb", "parentId": "6659fc6a77accffa490c0d3f", "slotId": "mod_reciever" - }, - { + }, { "_id": "6659fc6a77accffa490c0d43", "_tpl": "6567e751a715f85433025998", "parentId": "6659fc6a77accffa490c0d42", "slotId": "mod_scope" - }, - { + }, { "_id": "6659fc6a77accffa490c0d44", "_tpl": "6567e7681265c8a131069b0f", "parentId": "6659fc6a77accffa490c0d43", "slotId": "mod_scope" - }, - { + }, { "_id": "6659fc6a77accffa490c0d45", "_tpl": "652910565ae2ae97b80fdf35", "parentId": "6659fc6a77accffa490c0d42", "slotId": "mod_barrel" - }, - { + }, { "_id": "6659fc6a77accffa490c0d46", "_tpl": "6529113b5ae2ae97b80fdf39", "parentId": "6659fc6a77accffa490c0d45", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6659fc6a77accffa490c0d47", "_tpl": "652911e650dc782999054b9d", "parentId": "6659fc6a77accffa490c0d46", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6659fc6a77accffa490c0d48", "_tpl": "652910bc24cbe3c74a05e5b9", "parentId": "6659fc6a77accffa490c0d45", "slotId": "mod_gas_block" - }, - { + }, { "_id": "6659fc6a77accffa490c0d49", "_tpl": "652910ef50dc782999054b97", "parentId": "6659fc6a77accffa490c0d42", "slotId": "mod_handguard" - }, - { + }, { "_id": "6659fc6a77accffa490c0d4a", "_tpl": "6529348224cbe3c74a05e5c4", "parentId": "6659fc6a77accffa490c0d3f", "slotId": "mod_stock_000" - }, - { + }, { "_id": "6659fc6a77accffa490c0d4b", "_tpl": "6529366450dc782999054ba0", "parentId": "6659fc6a77accffa490c0d4a", "slotId": "mod_stock" - }, - { + }, { "_id": "6659fc6a77accffa490c0d4c", "_tpl": "6529370c405a5f51dd023db8", "parentId": "6659fc6a77accffa490c0d4b", "slotId": "mod_stock_000" - }, - { + }, { "_id": "6659fc6a77accffa490c0d4d", "_tpl": "6529109524cbe3c74a05e5b7", "parentId": "6659fc6a77accffa490c0d3f", "slotId": "mod_charge" - }, - { + }, { "_id": "6659fc6a77accffa490c0d4e", "_tpl": "5c0e655586f774045612eeb2", "parentId": "6659fc6a77accffa490c0d3e", "slotId": "main" - }, - { + }, { "_id": "6659fc6a77accffa490c0d4f", "_tpl": "6570e025615f54368b04fcb0", "parentId": "6659fc6a77accffa490c0d4e", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6659fc6a77accffa490c0d50", "_tpl": "6570e0610b57c03ec90b96ef", "parentId": "6659fc6a77accffa490c0d4e", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6659fc6a77accffa490c0d51", "_tpl": "656fad8c498d1b7e3e071da0", "parentId": "6659fc6a77accffa490c0d4e", "slotId": "Front_plate" - }, - { + }, { "_id": "6659fc6a77accffa490c0d52", "_tpl": "656fad8c498d1b7e3e071da0", "parentId": "6659fc6a77accffa490c0d4e", "slotId": "Back_plate" - }, - { + }, { "_id": "6659fc6a77accffa490c0d54", "_tpl": "628e4e576d783146b124c64d", "upd": { @@ -7679,8 +6651,7 @@ }, "parentId": "6659fc6a77accffa490c0d3e", "slotId": "main" - }, - { + }, { "_id": "6659fc6a77accffa490c0d56", "_tpl": "628e4e576d783146b124c64d", "upd": { @@ -7688,8 +6659,7 @@ }, "parentId": "6659fc6a77accffa490c0d3e", "slotId": "main" - }, - { + }, { "_id": "6659fc6a77accffa490c0d57", "_tpl": "5447a9cd4bdc2dbd208b4567", "upd": { @@ -7699,104 +6669,87 @@ }, "parentId": "6659fc6a77accffa490c0d3e", "slotId": "main" - }, - { + }, { "_id": "6659fc6a77accffa490c0d58", "_tpl": "5cc9bcaed7f00c011c04e179", "parentId": "6659fc6a77accffa490c0d57", "slotId": "mod_pistol_grip" - }, - { + }, { "_id": "6659fc6a77accffa490c0d59", "_tpl": "59c1383d86f774290a37e0ca", "parentId": "6659fc6a77accffa490c0d57", "slotId": "mod_magazine" - }, - { + }, { "_id": "6659fc6a77accffa490c0d5a", "_tpl": "5d4405aaa4b9361e6a4e6bd3", "parentId": "6659fc6a77accffa490c0d57", "slotId": "mod_reciever" - }, - { + }, { "_id": "6659fc6a77accffa490c0d5b", "_tpl": "59f9d81586f7744c7506ee62", "parentId": "6659fc6a77accffa490c0d5a", "slotId": "mod_scope" - }, - { + }, { "_id": "6659fc6a77accffa490c0d5c", "_tpl": "55d35ee94bdc2d61338b4568", "parentId": "6659fc6a77accffa490c0d5a", "slotId": "mod_barrel" - }, - { + }, { "_id": "6659fc6a77accffa490c0d5d", "_tpl": "5cff9e5ed7ad1a09407397d4", "parentId": "6659fc6a77accffa490c0d5c", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6659fc6a77accffa490c0d5e", "_tpl": "5d00ec68d7ad1a04a067e5be", "parentId": "6659fc6a77accffa490c0d5c", "slotId": "mod_gas_block" - }, - { + }, { "_id": "6659fc6a77accffa490c0d5f", "_tpl": "5c78f2612e221600114c9f0d", "parentId": "6659fc6a77accffa490c0d5a", "slotId": "mod_handguard" - }, - { + }, { "_id": "6659fc6a77accffa490c0d60", "_tpl": "5b7be4895acfc400170e2dd5", "parentId": "6659fc6a77accffa490c0d5f", "slotId": "mod_foregrip" - }, - { + }, { "_id": "6659fc6a77accffa490c0d61", "_tpl": "588226d124597767ad33f787", "parentId": "6659fc6a77accffa490c0d60", "slotId": "mod_foregrip" - }, - { + }, { "_id": "6659fc6a77accffa490c0d62", "_tpl": "5ba26b01d4351e0085325a51", "parentId": "6659fc6a77accffa490c0d5f", "slotId": "mod_sight_front" - }, - { + }, { "_id": "6659fc6a77accffa490c0d63", "_tpl": "5c78f2882e22165df16b832e", "parentId": "6659fc6a77accffa490c0d5f", "slotId": "mod_muzzle" - }, - { + }, { "_id": "6659fc6a77accffa490c0d64", "_tpl": "5b07dd285acfc4001754240d", "parentId": "6659fc6a77accffa490c0d5f", "slotId": "mod_tactical_002" - }, - { + }, { "_id": "6659fc6a77accffa490c0d65", "_tpl": "5ba26b17d4351e00367f9bdd", "parentId": "6659fc6a77accffa490c0d5a", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "6659fc6a77accffa490c0d66", "_tpl": "5d120a10d7ad1a4e1026ba85", "parentId": "6659fc6a77accffa490c0d57", "slotId": "mod_stock" - }, - { + }, { "_id": "6659fc6a77accffa490c0d67", "_tpl": "5d120a28d7ad1a1c8962e295", "parentId": "6659fc6a77accffa490c0d66", "slotId": "mod_stock" - }, - { + }, { "_id": "6659fc6a77accffa490c0d68", "_tpl": "5d44334ba4b9362b346d1948", "parentId": "6659fc6a77accffa490c0d57", @@ -7810,152 +6763,127 @@ "maxToSendPlayer": 1 }, "GROUNDZERO2": { - "items": [ - { + "items": [{ "_id": "6659fef6c7faaa6180043384", "_tpl": "5ab8e79e86f7742d8b372e78", "parentId": "6659fef6c7faaa6180043383", "slotId": "main" - }, - { + }, { "_id": "6659fef6c7faaa6180043385", "_tpl": "65732688d9d89ff7ac0d9c4c", "parentId": "6659fef6c7faaa6180043384", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6659fef6c7faaa6180043386", "_tpl": "657326978c1cc6dcd9098b56", "parentId": "6659fef6c7faaa6180043384", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6659fef6c7faaa6180043387", "_tpl": "657326a28c1cc6dcd9098b5a", "parentId": "6659fef6c7faaa6180043384", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "6659fef6c7faaa6180043388", "_tpl": "657326b08c1cc6dcd9098b5e", "parentId": "6659fef6c7faaa6180043384", "slotId": "soft_armor_right" - }, - { + }, { "_id": "6659fef6c7faaa6180043389", "_tpl": "657326bc5d3a3129fb05f36b", "parentId": "6659fef6c7faaa6180043384", "slotId": "Collar" - }, - { + }, { "_id": "6659fef6c7faaa618004338a", "_tpl": "656f611f94b480b8a500c0db", "parentId": "6659fef6c7faaa6180043384", "slotId": "Front_plate" - }, - { + }, { "_id": "6659fef6c7faaa618004338b", "_tpl": "65573fa5655447403702a816", "parentId": "6659fef6c7faaa6180043384", "slotId": "Back_plate" - }, - { + }, { "_id": "6659fef6c7faaa618004338c", "_tpl": "60a3c68c37ea821725773ef5", "parentId": "6659fef6c7faaa6180043383", "slotId": "main" - }, - { + }, { "_id": "6659fef6c7faaa618004338d", "_tpl": "65733312ca0ca984940a2d53", "parentId": "6659fef6c7faaa618004338c", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6659fef6c7faaa618004338e", "_tpl": "657333232cc8dfad2c0a3d97", "parentId": "6659fef6c7faaa618004338c", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6659fef6c7faaa618004338f", "_tpl": "657333302cc8dfad2c0a3d9b", "parentId": "6659fef6c7faaa618004338c", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "6659fef6c7faaa6180043390", "_tpl": "6573333eca0ca984940a2d57", "parentId": "6659fef6c7faaa618004338c", "slotId": "soft_armor_right" - }, - { + }, { "_id": "6659fef6c7faaa6180043391", "_tpl": "6573334aca0ca984940a2d5b", "parentId": "6659fef6c7faaa618004338c", "slotId": "Collar" - }, - { + }, { "_id": "6659fef6c7faaa6180043392", "_tpl": "65733375b7a8d286530e3dd7", "parentId": "6659fef6c7faaa618004338c", "slotId": "Shoulder_l" - }, - { + }, { "_id": "6659fef6c7faaa6180043393", "_tpl": "6573337f2cc8dfad2c0a3da7", "parentId": "6659fef6c7faaa618004338c", "slotId": "Shoulder_r" - }, - { + }, { "_id": "6659fef6c7faaa6180043394", "_tpl": "656fa53d94b480b8a500c0e4", "parentId": "6659fef6c7faaa618004338c", "slotId": "Front_plate" - }, - { + }, { "_id": "6659fef6c7faaa6180043395", "_tpl": "656fa53d94b480b8a500c0e4", "parentId": "6659fef6c7faaa618004338c", "slotId": "Back_plate" - }, - { + }, { "_id": "6659fef6c7faaa6180043396", "_tpl": "6557458f83942d705f0c4962", "parentId": "6659fef6c7faaa618004338c", "slotId": "Left_side_plate" - }, - { + }, { "_id": "6659fef6c7faaa6180043397", "_tpl": "6557458f83942d705f0c4962", "parentId": "6659fef6c7faaa618004338c", "slotId": "Right_side_plate" - }, - { + }, { "_id": "6659fef6c7faaa6180043398", "_tpl": "5b40e2bc5acfc40016388216", "parentId": "6659fef6c7faaa6180043383", "slotId": "main" - }, - { + }, { "_id": "6659fef6c7faaa6180043399", "_tpl": "657112234269e9a568089eac", "parentId": "6659fef6c7faaa6180043398", "slotId": "Helmet_top" - }, - { + }, { "_id": "6659fef6c7faaa618004339a", "_tpl": "657112a4818110db4600aa66", "parentId": "6659fef6c7faaa6180043398", "slotId": "Helmet_back" - }, - { + }, { "_id": "6659fef6c7faaa618004339b", "_tpl": "657112ce22996eaf110881fb", "parentId": "6659fef6c7faaa6180043398", "slotId": "Helmet_ears" - }, - { + }, { "_id": "6659fef6c7faaa618004339d", "_tpl": "5e2af55f86f7746d4159f07c", "upd": { @@ -7963,26 +6891,22 @@ }, "parentId": "6659fef6c7faaa6180043383", "slotId": "main" - }, - { + }, { "_id": "6659fef6c7faaa618004339e", "_tpl": "5b40e2bc5acfc40016388216", "parentId": "6659fef6c7faaa6180043383", "slotId": "main" - }, - { + }, { "_id": "6659fef6c7faaa618004339f", "_tpl": "657112234269e9a568089eac", "parentId": "6659fef6c7faaa618004339e", "slotId": "Helmet_top" - }, - { + }, { "_id": "6659fef6c7faaa61800433a0", "_tpl": "657112a4818110db4600aa66", "parentId": "6659fef6c7faaa618004339e", "slotId": "Helmet_back" - }, - { + }, { "_id": "6659fef6c7faaa61800433a1", "_tpl": "657112ce22996eaf110881fb", "parentId": "6659fef6c7faaa618004339e", @@ -7996,8 +6920,7 @@ "maxToSendPlayer": 1 }, "OBDOLBOS": { - "items": [ - { + "items": [{ "_id": "665a02824c1d50c3810a27f5", "_tpl": "5c0e530286f7747fa1419862", "upd": { @@ -8005,8 +6928,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a27f7", "_tpl": "5c0e530286f7747fa1419862", "upd": { @@ -8014,8 +6936,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a27f9", "_tpl": "5c0e533786f7747fa23f4d47", "upd": { @@ -8023,8 +6944,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a27fb", "_tpl": "5c0e533786f7747fa23f4d47", "upd": { @@ -8032,8 +6952,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a27fd", "_tpl": "5ed5160a87bb8443d10680b5", "upd": { @@ -8041,8 +6960,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a27ff", "_tpl": "5ed5160a87bb8443d10680b5", "upd": { @@ -8050,8 +6968,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a2801", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -8059,8 +6976,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a2803", "_tpl": "637b620db7afa97bfc3d7009", "upd": { @@ -8068,8 +6984,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a2805", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -8077,8 +6992,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a2807", "_tpl": "5c0e534186f7747fa1419867", "upd": { @@ -8086,8 +7000,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a2809", "_tpl": "637b6251104668754b72f8f9", "upd": { @@ -8095,8 +7008,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a280b", "_tpl": "637b6251104668754b72f8f9", "upd": { @@ -8104,8 +7016,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a280d", "_tpl": "5751a89d24597722aa0e8db0", "upd": { @@ -8113,8 +7024,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a280f", "_tpl": "5751a89d24597722aa0e8db0", "upd": { @@ -8122,8 +7032,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a2811", "_tpl": "5ed51652f6c34d2cc26336a1", "upd": { @@ -8131,8 +7040,7 @@ }, "parentId": "665a02824c1d50c3810a27f3", "slotId": "main" - }, - { + }, { "_id": "665a02824c1d50c3810a2813", "_tpl": "5ed51652f6c34d2cc26336a1", "upd": { @@ -8149,8 +7057,7 @@ "maxToSendPlayer": 1 }, "THICC": { - "items": [ - { + "items": [{ "_id": "665a06ac85c6ab387e0afba5", "_tpl": "5c12613b86f7743bbe2c3f76", "upd": { @@ -8158,8 +7065,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "665a06ac85c6ab387e0afba7", "_tpl": "59faff1d86f7746c51718c9c", "upd": { @@ -8167,8 +7073,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "665a06ac85c6ab387e0afba8", "_tpl": "64637076203536ad5600c990", "upd": { @@ -8179,122 +7084,102 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "665a06ac85c6ab387e0afba9", "_tpl": "646371779f5f0ea59a04c204", "parentId": "665a06ac85c6ab387e0afba8", "slotId": "mod_pistolgrip" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbaa", "_tpl": "646371faf2404ab67905c8e9", "parentId": "665a06ac85c6ab387e0afba8", "slotId": "mod_barrel" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbab", "_tpl": "6492efb8cfcf7c89e701abf3", "parentId": "665a06ac85c6ab387e0afbaa", "slotId": "mod_muzzle" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbac", "_tpl": "646372518610c40fc20204e8", "parentId": "665a06ac85c6ab387e0afba8", "slotId": "mod_magazine" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbad", "_tpl": "646371a9f2404ab67905c8e6", "parentId": "665a06ac85c6ab387e0afba8", "slotId": "mod_stock" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbae", "_tpl": "6464d870bb2c580352070cc4", "parentId": "665a06ac85c6ab387e0afba8", "slotId": "mod_bipod" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbaf", "_tpl": "6492fb8253acae0af00a29b6", "parentId": "665a06ac85c6ab387e0afba8", "slotId": "mod_sight_rear" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb0", "_tpl": "60a283193cb70855c43a381d", "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb1", "_tpl": "6575d561b15fef3dd4051670", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb2", "_tpl": "6575d56b16c2762fba005818", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb3", "_tpl": "6575d57a16c2762fba00581c", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb4", "_tpl": "6575d589b15fef3dd4051674", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "soft_armor_right" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb5", "_tpl": "6575d598b15fef3dd4051678", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Collar" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb6", "_tpl": "6575d5b316c2762fba005824", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Shoulder_l" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb7", "_tpl": "6575d5bd16c2762fba005828", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Shoulder_r" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb8", "_tpl": "6575d5a616c2762fba005820", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Groin" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbb9", "_tpl": "656fa61e94b480b8a500c0e8", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Front_plate" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbba", "_tpl": "656fa61e94b480b8a500c0e8", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Back_plate" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbbb", "_tpl": "64afdb577bb3bfe8fe03fd1d", "parentId": "665a06ac85c6ab387e0afbb0", "slotId": "Left_side_plate" - }, - { + }, { "_id": "665a06ac85c6ab387e0afbbc", "_tpl": "64afdb577bb3bfe8fe03fd1d", "parentId": "665a06ac85c6ab387e0afbb0", @@ -8308,8 +7193,7 @@ "maxToSendPlayer": 1 }, "STREAMERLOOT": { - "items": [ - { + "items": [{ "_id": "665a06ac84c6bb387e0afba2", "_tpl": "66bc98a01a47be227a5e956e", "upd": { @@ -8317,8 +7201,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "665a06ac84c6bb387e0afba5", "_tpl": "6694f423909d2322a8073151", "upd": { @@ -8326,8 +7209,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "665a06ac84c6bb387e0afba7", "_tpl": "6694f418c74d8a180f0f78c0", "upd": { @@ -8335,8 +7217,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "665a06ac84c6bb387e0afba8", "_tpl": "6694f4101ae1778e310f4f8e", "upd": { @@ -8353,8 +7234,7 @@ "maxToSendPlayer": 5 }, "500CIGARETTES": { - "items": [ - { + "items": [{ "_id": "66f16f2d223efbd43f0c2e2d", "_tpl": "5734770f24597738025ee254", "upd": { @@ -8371,8 +7251,7 @@ "maxToSendPlayer": 5 }, "STASHQOL": { - "items": [ - { + "items": [{ "_id": "66f45162349a5fefd70fd437", "_tpl": "5aafbde786f774389d0cbc0f", "upd": { @@ -8380,8 +7259,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45162349a5fefd70fd438", "_tpl": "5aafbde786f774389d0cbc0f", "upd": { @@ -8389,8 +7267,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f4526d349a5fefd70fd445", "_tpl": "5b7c710788a4506dec015957", "upd": { @@ -8398,8 +7275,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f4526d349a5fefd70fd444", "_tpl": "5c0a840b86f7742ffa4f2482", "upd": { @@ -8407,8 +7283,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f4526d349a5fefd70fd443", "_tpl": "59fb042886f7746c5005a7b2", "upd": { @@ -8416,8 +7291,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f4526d349a5fefd70fd442", "_tpl": "59fb023c86f7746d0d4b423c", "upd": { @@ -8425,8 +7299,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45257349a5fefd70fd441", "_tpl": "5aafbcd986f7745e590fff23", "upd": { @@ -8434,8 +7307,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45257349a5fefd70fd440", "_tpl": "5c093db286f7740a1b2617e3", "upd": { @@ -8443,8 +7315,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45257349a5fefd70fd43f", "_tpl": "5c127c4486f7745625356c13", "upd": { @@ -8452,8 +7323,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45257349a5fefd70fd43e", "_tpl": "590c60fc86f77412b13fddcf", "upd": { @@ -8461,8 +7331,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45257349a5fefd70fd43d", "_tpl": "590c60fc86f77412b13fddcf", "upd": { @@ -8470,8 +7339,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45162349a5fefd70fd43b", "_tpl": "59fafd4b86f7745ca07e1232", "upd": { @@ -8479,8 +7347,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45162349a5fefd70fd43a", "_tpl": "5c093e3486f77430cb02e593", "upd": { @@ -8488,8 +7355,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f45162349a5fefd70fd439", "_tpl": "5d235bb686f77443f4331278", "upd": { @@ -8506,8 +7372,7 @@ "maxToSendPlayer": 2 }, "SPLASH": { - "items": [ - { + "items": [{ "_id": "66f6618d8d88ae22c907775b", "_tpl": "66d98233302686954b0c6f81", "upd": { @@ -8515,8 +7380,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f6618d8d88ae22c907775c", "_tpl": "66d98233302686954b0c6f81", "upd": { @@ -8524,8 +7388,7 @@ }, "parentId": "665a06ac85c6ab387e0afba3", "slotId": "main" - }, - { + }, { "_id": "66f6618d8d88ae22c907775d", "_tpl": "66d98233302686954b0c6f81", "upd": { @@ -8542,8 +7405,7 @@ "maxToSendPlayer": 5 }, "NewYear2024": { - "items": [ - { + "items": [{ "_id": "6773b39ccf4c2fe4e50a7ec3", "_tpl": "67124dcfa3541f2a1f0e788b", "upd": { @@ -8557,44 +7419,37 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ec4", "_tpl": "6719023b612cc94b9008e78c", "parentId": "6773b39ccf4c2fe4e50a7ec3", "slotId": "mod_stock" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ec5", "_tpl": "6709133fa532466d5403fb7c", "parentId": "6773b39ccf4c2fe4e50a7ec3", "slotId": "mod_magazine" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ec6", "_tpl": "670fd0a8d8d4eae4790c8187", "parentId": "6773b39ccf4c2fe4e50a7ec3", "slotId": "mod_barrel" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ec7", "_tpl": "6710cea62bb09af72f0e6bf8", "parentId": "6773b39ccf4c2fe4e50a7ec6", "slotId": "mod_mount" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ec8", "_tpl": "57d17c5e2459775a5c57d17d", "parentId": "6773b39ccf4c2fe4e50a7ec7", "slotId": "mod_tactical_003" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ec9", "_tpl": "6165ac8c290d254f5e6b2f6c", "parentId": "6773b39ccf4c2fe4e50a7ec3", "slotId": "mod_scope" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ecb", "_tpl": "6709133fa532466d5403fb7c", "upd": { @@ -8602,8 +7457,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ecd", "_tpl": "6709133fa532466d5403fb7c", "upd": { @@ -8611,8 +7465,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ecf", "_tpl": "6709133fa532466d5403fb7c", "upd": { @@ -8620,8 +7473,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ed1", "_tpl": "5c0d591486f7744c505b416f", "upd": { @@ -8629,8 +7481,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ed3", "_tpl": "5c0d591486f7744c505b416f", "upd": { @@ -8638,8 +7489,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ed5", "_tpl": "5c0d591486f7744c505b416f", "upd": { @@ -8647,74 +7497,62 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ed6", "_tpl": "5ab8e79e86f7742d8b372e78", "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ed7", "_tpl": "65732688d9d89ff7ac0d9c4c", "parentId": "6773b39ccf4c2fe4e50a7ed6", "slotId": "Soft_armor_front" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ed8", "_tpl": "657326978c1cc6dcd9098b56", "parentId": "6773b39ccf4c2fe4e50a7ed6", "slotId": "Soft_armor_back" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ed9", "_tpl": "657326a28c1cc6dcd9098b5a", "parentId": "6773b39ccf4c2fe4e50a7ed6", "slotId": "Soft_armor_left" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7eda", "_tpl": "657326b08c1cc6dcd9098b5e", "parentId": "6773b39ccf4c2fe4e50a7ed6", "slotId": "soft_armor_right" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7edb", "_tpl": "657326bc5d3a3129fb05f36b", "parentId": "6773b39ccf4c2fe4e50a7ed6", "slotId": "Collar" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7edc", "_tpl": "656f611f94b480b8a500c0db", "parentId": "6773b39ccf4c2fe4e50a7ed6", "slotId": "Front_plate" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7edd", "_tpl": "65573fa5655447403702a816", "parentId": "6773b39ccf4c2fe4e50a7ed6", "slotId": "Back_plate" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ede", "_tpl": "675956062f6ddfe8ff0e2806", "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7edf", "_tpl": "676307c004856a0b3c0dfffd", "parentId": "6773b39ccf4c2fe4e50a7ede", "slotId": "Helmet_top" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ee0", "_tpl": "676307b4d9ec0af3d9001fa8", "parentId": "6773b39ccf4c2fe4e50a7ede", "slotId": "Helmet_back" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ee2", "_tpl": "674589d98dd67746010329e6", "upd": { @@ -8722,8 +7560,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ee4", "_tpl": "67458794e21e5d724e066976", "upd": { @@ -8731,8 +7568,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ee6", "_tpl": "5d40407c86f774318526545a", "upd": { @@ -8740,8 +7576,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7ee8", "_tpl": "5d40407c86f774318526545a", "upd": { @@ -8749,8 +7584,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7eea", "_tpl": "5d403f9186f7743cac3f229b", "upd": { @@ -8758,8 +7592,7 @@ }, "parentId": "6773b39ccf4c2fe4e50a7ec2", "slotId": "main" - }, - { + }, { "_id": "6773b39ccf4c2fe4e50a7eec", "_tpl": "5d403f9186f7743cac3f229b", "upd": { @@ -8774,6 +7607,446 @@ "collectionTimeHours": 72, "associatedEvent": "Promo", "maxToSendPlayer": 5 + }, + "TOKTOK1M": { + "items": [{ + "_id": "68028e0f1f588b33430db5a7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 1000000 + }, + "parentId": "68028e0f1f588b33430db5a5", + "slotId": "main" + }, { + "_id": "68028e0f1f588b33430db5a9", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028e0f1f588b33430db5a5", + "slotId": "main" + } + ], + "sender": "System", + "messageText": "Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!Подарок активирован. Благодарим вас за поддержку в TikTok — нас уже 1 миллион!Thank you for claiming the gift. Cheers to 1 million TikTok subscribers — enjoy your reward!", + "collectionTimeHours": 72, + "associatedEvent": "Promo", + "maxToSendPlayer": 5 + }, + "CUPSERIES": { + "items": [{ + "_id": "68028d96d3cb0ac6af0d68bc", + "_tpl": "5e4abc6786f77406812bd572", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68be", + "_tpl": "5ed51652f6c34d2cc26336a1", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68c0", + "_tpl": "5c0e531286f7747fa54205c2", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68c2", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68c4", + "_tpl": "5fca13ca637ee0341a484f46", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68c6", + "_tpl": "637b60c3b7afa97bfc3d7001", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68c8", + "_tpl": "5af0548586f7743a532b7e99", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68ca", + "_tpl": "5af0548586f7743a532b7e99", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68cc", + "_tpl": "5af0548586f7743a532b7e99", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68ce", + "_tpl": "60098ad7c2240c0fe85c570a", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68d0", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68d2", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68d4", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68d6", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + }, { + "_id": "68028d96d3cb0ac6af0d68d8", + "_tpl": "5755383e24597772cb798966", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d96d3cb0ac6af0d68ba", + "slotId": "main" + } + ], + "sender": "System", + "messageText": "CUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIESCUPSERIES", + "collectionTimeHours": 72, + "associatedEvent": "Promo", + "maxToSendPlayer": 5 + }, + "ARENABATTLE": { + "items": [{ + "_id": "68028d91871ef768ce06e1fb", + "_tpl": "675a0b8d4ff23436160d8031", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d91871ef768ce06e1f9", + "slotId": "main" + }, { + "_id": "68028d91871ef768ce06e1fd", + "_tpl": "5c1267ee86f77416ec610f72", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d91871ef768ce06e1f9", + "slotId": "main" + }, { + "_id": "68028d91871ef768ce06e1ff", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68028d91871ef768ce06e1f9", + "slotId": "main" + }, { + "_id": "68028d91871ef768ce06e201", + "_tpl": "675a0288c3102563bd01c9c3", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d91871ef768ce06e1f9", + "slotId": "main" + } + ], + "sender": "System", + "messageText": "ARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLEARENABATTLE", + "collectionTimeHours": 72, + "associatedEvent": "Promo", + "maxToSendPlayer": 5 + }, + "ROADMAP": { + "items": [{ + "_id": "68028d8b7eafe2e704062a68", + "_tpl": "5b4329f05acfc47a86086aa1", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a69", + "_tpl": "65711b07a330b8c9060f7b01", + "parentId": "68028d8b7eafe2e704062a68", + "slotId": "Helmet_top" + }, { + "_id": "68028d8b7eafe2e704062a6a", + "_tpl": "65711b489eb8c145180dbb9d", + "parentId": "68028d8b7eafe2e704062a68", + "slotId": "Helmet_back" + }, { + "_id": "68028d8b7eafe2e704062a6b", + "_tpl": "65711b9b65daf6aa960c9b1b", + "parentId": "68028d8b7eafe2e704062a68", + "slotId": "helmet_eyes" + }, { + "_id": "68028d8b7eafe2e704062a6c", + "_tpl": "65711bc79eb8c145180dbba1", + "parentId": "68028d8b7eafe2e704062a68", + "slotId": "helmet_jaw" + }, { + "_id": "68028d8b7eafe2e704062a6d", + "_tpl": "65711b706d197c216005b31c", + "parentId": "68028d8b7eafe2e704062a68", + "slotId": "Helmet_ears" + }, { + "_id": "68028d8b7eafe2e704062a77", + "_tpl": "5e4ac41886f77406a511c9a8", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a78", + "_tpl": "6575ef599c7cad336508e453", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "soft_armor_front" + }, { + "_id": "68028d8b7eafe2e704062a79", + "_tpl": "6575ef6bf6a13a7b7100b093", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "soft_armor_back" + }, { + "_id": "68028d8b7eafe2e704062a7a", + "_tpl": "6575ef78da698a4e980677eb", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "soft_armor_left" + }, { + "_id": "68028d8b7eafe2e704062a7b", + "_tpl": "6575ef7f9c7cad336508e457", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "soft_armor_right" + }, { + "_id": "68028d8b7eafe2e704062a7c", + "_tpl": "656fae5f7c2d57afe200c0d7", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "front_plate" + }, { + "_id": "68028d8b7eafe2e704062a7d", + "_tpl": "656fae5f7c2d57afe200c0d7", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "back_plate" + }, { + "_id": "68028d8b7eafe2e704062a7e", + "_tpl": "6557458f83942d705f0c4962", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "left_side_plate" + }, { + "_id": "68028d8b7eafe2e704062a7f", + "_tpl": "6557458f83942d705f0c4962", + "parentId": "68028d8b7eafe2e704062a77", + "slotId": "right_side_plate" + }, { + "_id": "68028d8b7eafe2e704062a81", + "_tpl": "5f5e467b0bc58666c37e7821", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a83", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a85", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a87", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a89", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a8b", + "_tpl": "5d1340cad7ad1a0b0b249869", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a8d", + "_tpl": "5d1340cad7ad1a0b0b249869", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a8f", + "_tpl": "5d1340cad7ad1a0b0b249869", + "upd": { + "StackObjectsCount": 1 + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a90", + "_tpl": "5d43021ca4b9362eab4b5e25", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + }, + "parentId": "68028d8b7eafe2e704062a61", + "slotId": "main" + }, { + "_id": "68028d8b7eafe2e704062a91", + "_tpl": "5b07db875acfc40dc528a5f6", + "parentId": "68028d8b7eafe2e704062a90", + "slotId": "mod_pistol_grip" + }, { + "_id": "68028d8b7eafe2e704062a92", + "_tpl": "5d1340cad7ad1a0b0b249869", + "parentId": "68028d8b7eafe2e704062a90", + "slotId": "mod_magazine" + }, { + "_id": "68028d8b7eafe2e704062a93", + "_tpl": "59bfe68886f7746004266202", + "parentId": "68028d8b7eafe2e704062a90", + "slotId": "mod_reciever" + }, { + "_id": "68028d8b7eafe2e704062a94", + "_tpl": "5c0a2cec0db834001b7ce47d", + "parentId": "68028d8b7eafe2e704062a93", + "slotId": "mod_scope" + }, { + "_id": "68028d8b7eafe2e704062a95", + "_tpl": "55d35ee94bdc2d61338b4568", + "parentId": "68028d8b7eafe2e704062a93", + "slotId": "mod_barrel" + }, { + "_id": "68028d8b7eafe2e704062a96", + "_tpl": "5cff9e5ed7ad1a09407397d4", + "parentId": "68028d8b7eafe2e704062a95", + "slotId": "mod_muzzle" + }, { + "_id": "68028d8b7eafe2e704062a97", + "_tpl": "5cff9e84d7ad1a049e54ed55", + "parentId": "68028d8b7eafe2e704062a96", + "slotId": "mod_muzzle" + }, { + "_id": "68028d8b7eafe2e704062a98", + "_tpl": "5d00ec68d7ad1a04a067e5be", + "parentId": "68028d8b7eafe2e704062a95", + "slotId": "mod_gas_block" + }, { + "_id": "68028d8b7eafe2e704062a99", + "_tpl": "5d123102d7ad1a004e475fe5", + "parentId": "68028d8b7eafe2e704062a93", + "slotId": "mod_handguard" + }, { + "_id": "68028d8b7eafe2e704062a9a", + "_tpl": "5d124c01d7ad1a115c7d59fb", + "parentId": "68028d8b7eafe2e704062a99", + "slotId": "mod_mount_000" + }, { + "_id": "68028d8b7eafe2e704062a9b", + "_tpl": "5d124c01d7ad1a115c7d59fb", + "parentId": "68028d8b7eafe2e704062a99", + "slotId": "mod_mount_001" + }, { + "_id": "68028d8b7eafe2e704062a9c", + "_tpl": "57fd23e32459772d0805bcf1", + "parentId": "68028d8b7eafe2e704062a99", + "slotId": "mod_tactical_002" + }, { + "_id": "68028d8b7eafe2e704062a9d", + "_tpl": "637f57d2f5ef8c33840d36c4", + "parentId": "68028d8b7eafe2e704062a99", + "slotId": "mod_handguard" + }, { + "_id": "68028d8b7eafe2e704062a9e", + "_tpl": "5d124c1ad7ad1a12227c53a7", + "parentId": "68028d8b7eafe2e704062a9d", + "slotId": "mod_foregrip" + }, { + "_id": "68028d8b7eafe2e704062a9f", + "_tpl": "591af10186f774139d495f0e", + "parentId": "68028d8b7eafe2e704062a90", + "slotId": "mod_stock" + }, { + "_id": "68028d8b7eafe2e704062aa0", + "_tpl": "5bb20dbcd4351e44f824c04e", + "parentId": "68028d8b7eafe2e704062a90", + "slotId": "mod_charge" + } + ], + "sender": "System", + "messageText": "ROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAPROADMAP", + "collectionTimeHours": 72, + "associatedEvent": "Promo", + "maxToSendPlayer": 5 } } -} \ No newline at end of file +} diff --git a/Libraries/SPTarkov.Server.Assets/Assets/configs/item.json b/Libraries/SPTarkov.Server.Assets/Assets/configs/item.json index 377fe6c3..aa0913d8 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/configs/item.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/configs/item.json @@ -1,559 +1,582 @@ { - "blacklist": [ - "54490a4d4bdc2dbc018b4573", - "544a3d0a4bdc2d1b388b4567", - "55d617094bdc2d89028b4568", - "590de52486f774226a0c24c2", - "5648b62b4bdc2d9d488b4585", - "544a3f024bdc2d1d388b4568", - "590de4a286f77423d9312a32", - "5751961824597720a31c09ac", - "63b35f281745dd52341e5da7", - "5996f6cb86f774678763a6ca", - "5996f6d686f77467977ba6cc", - "5943d9c186f7745a13413ac9", - "5cdeb229d7f00c000e7ce174", - "5996f6fc86f7745e585b4de3", - "5cde8864d7f00c0010373be1", - "5d2f2ab648f03550091993ca", - "5ae083b25acfc4001a5fc702", - "5e85aac65505fa48730d8af2", - "58ac60eb86f77401897560ff", - "59e8936686f77467ce798647", - "56e294cdd2720b603a8b4575", - "5d53f4b7a4b936793d58c780", - "6241c316234b593b5676b637", - "5e99735686f7744bfc4af32c", - "62811d61578c54356d6d67ea", - "6281214c1d5df4475f46a33a", - "6281215b4fa03b6b6c35dc6c", - "628121651d5df4475f46a33c", - "628120415631d45211793c99", - "628120f210e26c1f344e6558", - "5ede47641cf3836a88318df1", - "5d70e500a4b9364de70d38ce", - "624c0570c9b794431568f5d5", - "624c09cfbc2e27219346d955", - "624c09da2cec124eb67c1046", - "624c09e49b98e019a3315b66", - "5cffa483d7ad1a049e54ef1c", - "5f647fd3f6e4ab66c82faed6", - "5671446a4bdc2d97058b4569", - "57518f7724597720a31c09ab", - "61a4cda622af7f4f6a3ce617", - "6087e570b998180e9f76dc24", - "5efdafc1e70b5e33f86de058", - "63dbd45917fff4dee40fe16e", - "648c1a965043c4052a4f8505", - "5ae089fb5acfc408fb13989b", - "6241c2c2117ad530666a5108", - "5580239d4bdc2de7118b4583", - "66da1b49099cf6adcc07a36b", - "66da1b546916142b3b022777", - "670ad7f1ad195290cd00da7a", - "66ec2aa6daf127599c0c31f1", - "67654a6759116d347b0bfb86", - "5751916f24597720a27126df", - "57518f7724597720a31c09ab", - "57518fd424597720c85dbaaa", - "5a043f2c86f7741aa57b5145", - "5a0448bc86f774736f14efa8" - ], - "rewardItemTypeBlacklist": ["65649eb40bf0ed77b8044453"], - "lootableItemBlacklist": ["660bbc47c38b837877075e47", "660bc341c38b837877075e4c"], - "rewardItemBlacklist": [ - "58ac60eb86f77401897560ff", - "5e997f0b86f7741ac73993e2", - "5b44abe986f774283e2e3512", - "5e99711486f7744bfc4af328", - "5e99735686f7744bfc4af32c", - "6087e570b998180e9f76dc24", - "5d52d479a4b936793d58c76b", - "5e85aac65505fa48730d8af2", - "63495c500c297e20065a08b1", - "5cde8864d7f00c0010373be1", - "5b3b713c5acfc4330140bd8d", - "60c080eb991ac167ad1c3ad4", - "6389c7f115805221fb410466", - "64d0b40fbe2eed70e254e2d4", - "6389c88b33a719183c7f63b6", - "57cd379a24597778e7682ecf", - "5fc64ea372b0dd78d51159dc", - "5c0e842486f77443a74d2976", - "5c0e874186f7745dc7616606", - "5c0e541586f7747fa54205c9", - "63626d904aa74b8fe30ab426", - "6275303a9f372d6ea97f9ec7", - "628bc7fb408e2b2e9c0801b1", - "5ede4739e0350d05467f73e8", - "5ede47405b097655935d7d16", - "5ede474b0c226a66f5402622", - "5ede475339ee016e8c534742", - "5ede475b549eed7c6d5c18fb", - "62e910aaf957f2915e0a5e36", - "619bc61e86e01e16f839a999", - "619bddc6c9546643a67df6ee", - "6241c316234b593b5676b637", - "5d70e500a4b9364de70d38ce", - "619bde3dc9546643a67df6f2", - "619bdeb986e01e16f839a99e", - "619bddffc9546643a67df6f0", - "619bdf9cc9546643a67df6f8", - "63a0b2eabea67a6d93009e52", - "5d2f2ab648f03550091993ca", - "614451b71e5874611e2c7ae5", - "59f32bb586f774757e1e8442", - "6662e9aca7e0b43baa3d5f74", - "6662e9cda7e0b43baa3d5f76", - "59f32c3b86f77472a31742f0", - "6662e9f37fa79a6d83730fa0", - "6662ea05f6259762c56f3189", - "6638a5474e92f038531e210e", - "65ddcc9cfa85b9f17d0dfb07", - "6331ba83f2ab4f3f09502983", - "6331bb0d1aa9f42b804997a6", - "66d9f7e7099cf6adcc07a369", - "6655e35b6bc645cb7b059912", - "66d9f7256916142b3b02276e", - "671d85439ae8365d69117ba6", - "671d8617a3e45c1f5908278c", - "670e8eab8c1bb0e5a7075acf", - "671d8ac8a3e45c1f59082799", - "671d8b38b769f0d88c0950f8", - "671d8b8c0959c721a50ca838", - "660bc341c38b837877075e4c", - "67409848d0b2f8eb9b034db9", - "67449b6c89d5e1ddc603f504", - "675aab0d6b6addc02a08f097", - "675aaae1dcf102478202c537", - "675aaa9a3107dac100063331", - "675aaae75a3ab8372d0b02a7", - "675aaab74bca0b001d02f356", - "675aaa8f7f3c962069072b27", - "675aaaf674a7619a5304c233", - "675aaa003107dac10006332f", - "6764207f2fa5e32733055c4a", - "6764202ae307804338014c1a", - "6707d13e4e617ec94f0e5631", - "675dc9d37ae1a8792107ca96", - "675dcb0545b1a2d108011b2b", - "66d9f8744827a77e870ecaf1", - "6707d0804e617ec94f0e562f", - "67449b6c89d5e1ddc603f504", - "6740987b89d5e1ddc603f4f0", - "6707d0bdaab679420007e01a", - "67614b542eb91250020f2b86", - "67614b6b47c71ea3d40256d7", - "67408903268737ef6908d432", - "660ea4ba5a58d057b009efab" - ], - "bossItems": [ - "6275303a9f372d6ea97f9ec7", - "62a61bbf8ec41a51b34758d2", - "628e4dd1f477aa12234918aa", - "628b9784bcf6e2659e09b8a2", - "628bc7fb408e2b2e9c0801b1", - "628baf0b967de16aab5a4f36", - "62963c18dbc8ab5f0d382d0b", - "628b9c7d45122232a872358f", - "5fc64ea372b0dd78d51159dc", - "64ca3d3954fc657e230529cc", - "64637076203536ad5600c990", - "5c0e874186f7745dc7616606", - "5c0e842486f77443a74d2976", - "5c0e541586f7747fa54205c9", - "5b3b713c5acfc4330140bd8d", - "5e997f0b86f7741ac73993e2", - "5d08d21286f774736e7c94c3", - "6087e570b998180e9f76dc24", - "60a7ad2a2198820d95707a2e", - "60a7ad3a0c5cb24b0134664a", - "60a7acf20c5cb24b01346648", - "636270263f2495c26f00b007", - "63626d904aa74b8fe30ab426", - "63611865ba5b90db0c0399d1", - "5eff09cd30a7dc22fd1ddfed", - "5efde6b4f5448336730dbd61", - "609e860ebd219504d8507525", - "63a0b208f444d32d6f03ea1e", - "63495c500c297e20065a08b1", - "6530e8587cbfc1e309011e37", - "6531119b9afebff7ff0a1769", - "6540d2162ae6d96b540afcaf", - "5e99735686f7744bfc4af32c", - "5e99711486f7744bfc4af328", - "61b9e1aaef9a1b5d6a79899a", - "5a43943586f77416ad2f06e2", - "5a43957686f7742a2c2f11b0", - "5c1a1e3f2e221602b66cc4c2" - ], - "handbookPriceOverride": { - "63a8970d7108f713591149f5": { "price": 5000, "parentId": "5b5f6fa186f77409407a7eb7" }, - "63a898a328e385334e0640a5": { "price": 20000, "parentId": "5b5f6fa186f77409407a7eb7" }, - "63a897c6b1ff6e29734fcc95": { "price": 40000, "parentId": "5b5f6fa186f77409407a7eb7" } - }, - "customItemGlobalPresets": [ + "blacklist": [ + "54490a4d4bdc2dbc018b4573", + "544a3d0a4bdc2d1b388b4567", + "55d617094bdc2d89028b4568", + "590de52486f774226a0c24c2", + "5648b62b4bdc2d9d488b4585", + "544a3f024bdc2d1d388b4568", + "590de4a286f77423d9312a32", + "5751961824597720a31c09ac", + "63b35f281745dd52341e5da7", + "5996f6cb86f774678763a6ca", + "5996f6d686f77467977ba6cc", + "5943d9c186f7745a13413ac9", + "5cdeb229d7f00c000e7ce174", + "5996f6fc86f7745e585b4de3", + "5cde8864d7f00c0010373be1", + "5d2f2ab648f03550091993ca", + "5ae083b25acfc4001a5fc702", + "5e85aac65505fa48730d8af2", + "58ac60eb86f77401897560ff", + "59e8936686f77467ce798647", + "56e294cdd2720b603a8b4575", + "5d53f4b7a4b936793d58c780", + "6241c316234b593b5676b637", + "5e99735686f7744bfc4af32c", + "62811d61578c54356d6d67ea", + "6281214c1d5df4475f46a33a", + "6281215b4fa03b6b6c35dc6c", + "628121651d5df4475f46a33c", + "628120415631d45211793c99", + "628120f210e26c1f344e6558", + "5ede47641cf3836a88318df1", + "5d70e500a4b9364de70d38ce", + "624c0570c9b794431568f5d5", + "624c09cfbc2e27219346d955", + "624c09da2cec124eb67c1046", + "624c09e49b98e019a3315b66", + "5cffa483d7ad1a049e54ef1c", + "5f647fd3f6e4ab66c82faed6", + "5671446a4bdc2d97058b4569", + "57518f7724597720a31c09ab", + "61a4cda622af7f4f6a3ce617", + "6087e570b998180e9f76dc24", + "5efdafc1e70b5e33f86de058", + "63dbd45917fff4dee40fe16e", + "648c1a965043c4052a4f8505", + "5ae089fb5acfc408fb13989b", + "6241c2c2117ad530666a5108", + "5580239d4bdc2de7118b4583", + "66da1b49099cf6adcc07a36b", + "66da1b546916142b3b022777", + "670ad7f1ad195290cd00da7a", + "66ec2aa6daf127599c0c31f1", + "67654a6759116d347b0bfb86", + "5751916f24597720a27126df", + "57518f7724597720a31c09ab", + "57518fd424597720c85dbaaa", + "5a043f2c86f7741aa57b5145", + "5a0448bc86f774736f14efa8" + ], + "bossItems": [ + "6275303a9f372d6ea97f9ec7", + "62a61bbf8ec41a51b34758d2", + "628e4dd1f477aa12234918aa", + "628b9784bcf6e2659e09b8a2", + "628bc7fb408e2b2e9c0801b1", + "628baf0b967de16aab5a4f36", + "62963c18dbc8ab5f0d382d0b", + "628b9c7d45122232a872358f", + "5fc64ea372b0dd78d51159dc", + "64ca3d3954fc657e230529cc", + "64637076203536ad5600c990", + "5c0e874186f7745dc7616606", + "5c0e842486f77443a74d2976", + "5c0e541586f7747fa54205c9", + "5b3b713c5acfc4330140bd8d", + "5e997f0b86f7741ac73993e2", + "5d08d21286f774736e7c94c3", + "6087e570b998180e9f76dc24", + "60a7ad2a2198820d95707a2e", + "60a7ad3a0c5cb24b0134664a", + "60a7acf20c5cb24b01346648", + "636270263f2495c26f00b007", + "63626d904aa74b8fe30ab426", + "63611865ba5b90db0c0399d1", + "5eff09cd30a7dc22fd1ddfed", + "5efde6b4f5448336730dbd61", + "609e860ebd219504d8507525", + "63a0b208f444d32d6f03ea1e", + "63495c500c297e20065a08b1", + "6530e8587cbfc1e309011e37", + "6531119b9afebff7ff0a1769", + "6540d2162ae6d96b540afcaf", + "5e99735686f7744bfc4af32c", + "5e99711486f7744bfc4af328", + "61b9e1aaef9a1b5d6a79899a", + "5a43943586f77416ad2f06e2", + "5a43957686f7742a2c2f11b0", + "5c1a1e3f2e221602b66cc4c2" + ], + "customItemGlobalPresets": [ + { + "_changeWeaponName": false, + "_encyclopedia": "675956062f6ddfe8ff0e2806", + "_id": "6777b37393a9a6f10ea57501", + "_items": [ { - "_changeWeaponName": false, - "_encyclopedia": "675956062f6ddfe8ff0e2806", - "_id": "6777b37393a9a6f10ea57501", - "_items": [ - { - "_id": "6777bee3324b2e0cf7b7cfe1", - "_tpl": "675956062f6ddfe8ff0e2806" - }, - { - "_id": "6777c029e3703d1f9dc47d15", - "_tpl": "676307c004856a0b3c0dfffd", - "parentId": "6777bee3324b2e0cf7b7cfe1", - "slotId": "Helmet_top" - }, - { - "_id": "6777c030386bec3cd3c41b6e", - "_tpl": "676307b4d9ec0af3d9001fa8", - "parentId": "6777bee3324b2e0cf7b7cfe1", - "slotId": "Helmet_back" - } - ], - "_name": "MTEK FLUX Ballistic helmet (MultiCam Alpine) Default", - "_parent": "6777bee3324b2e0cf7b7cfe1", - "_type": "Preset" + "_id": "6777bee3324b2e0cf7b7cfe1", + "_tpl": "675956062f6ddfe8ff0e2806" }, { - "_changeWeaponName": false, - "_encyclopedia": "6759655674aa5e0825040d62", - "_id": "6777bf37e10ffdb431ff9508", - "_items": [ - { - "_id": "6777bf03ad549e66e7ad06b2", - "_tpl": "6759655674aa5e0825040d62" - }, - { - "_id": "6777c02180ddaee0b54493da", - "_tpl": "676307c004856a0b3c0dfffd", - "parentId": "6777bf03ad549e66e7ad06b2", - "slotId": "Helmet_top" - }, - { - "_id": "6777c00f41b022243abdac99", - "_tpl": "676307b4d9ec0af3d9001fa8", - "parentId": "6777bf03ad549e66e7ad06b2", - "slotId": "Helmet_back" - } - ], - "_name": "MTEK FLUX Ballistic helmet (Olive Drab) Default", - "_parent": "6777bf03ad549e66e7ad06b2", - "_type": "Preset" + "_id": "6777c029e3703d1f9dc47d15", + "_tpl": "676307c004856a0b3c0dfffd", + "parentId": "6777bee3324b2e0cf7b7cfe1", + "slotId": "Helmet_top" }, { - "_changeWeaponName": false, - "_encyclopedia": "67597ceea35600b4c10cea86", - "_id": "6777bfee0658691ef27d9993", - "_items": [ - { - "_id": "6777bfaaaf1999ce0701bc00", - "_tpl": "67597ceea35600b4c10cea86" - }, - { - "_id": "6777c01b07b5d347d6b99404", - "_tpl": "676307ded8b241b4f703a3e8", - "parentId": "6777bfaaaf1999ce0701bc00", - "slotId": "Helmet_top" - }, - { - "_id": "6777c0033f374912b965ae5a", - "_tpl": "676307d3d9ec0af3d9001fac", - "parentId": "6777bfaaaf1999ce0701bc00", - "slotId": "Helmet_back" - } - ], - "_name": "MTEK FLUX Ballistic helmet (Coyote) Default", - "_parent": "6777bfaaaf1999ce0701bc00", - "_type": "Preset" - }, - { - "_changeWeaponName": false, - "_encyclopedia": "67597d241d5a44f2f605df06", - "_id": "6777c1244557b9b1474da362", - "_items": [ - { - "_id": "6777c10f4989fc544063b5a1", - "_tpl": "67597d241d5a44f2f605df06" - }, - { - "_id": "6777c1293c00b35cd6960536", - "_tpl": "676307ded8b241b4f703a3e8", - "parentId": "6777c10f4989fc544063b5a1", - "slotId": "Helmet_top" - }, - { - "_id": "6777c12f8fc234973af0cf16", - "_tpl": "676307d3d9ec0af3d9001fac", - "parentId": "6777c10f4989fc544063b5a1", - "slotId": "Helmet_back" - } - ], - "_name": "MTEK FLUX Ballistic helmet (Coyote/MultiCam Arid) Default", - "_parent": "6777c10f4989fc544063b5a1", - "_type": "Preset" - }, - { - "_changeWeaponName": false, - "_encyclopedia": "674d91ce6e862d5a95059ed6", - "_id": "67784df15058057382b28f87", - "_items": [ - { - "_id": "67784dfaf57296ecbdbfc87f", - "_tpl": "674d91ce6e862d5a95059ed6" - }, - { - "_id": "67784e27ee352de60dc982a3", - "_tpl": "6575ea3060703324250610da", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "Soft_armor_front" - }, - { - "_id": "67784e32d75f52daffe36de5", - "_tpl": "6575ea4cf6a13a7b7100adc4", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "Soft_armor_back" - }, - { - "_id": "67784e36e778f8aace662e1d", - "_tpl": "6575ea5cf6a13a7b7100adc8", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "Soft_armor_left" - }, - { - "_id": "67784e3c0e4afac4ebdab52d", - "_tpl": "6575ea6760703324250610de", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "soft_armor_right" - }, - { - "_id": "67784e40832d547cb2c986bf", - "_tpl": "6575ea719c7cad336508e418", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "Collar" - }, - { - "_id": "67784e446c92fcb0e0d8fea8", - "_tpl": "6575ea7c60703324250610e2", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "Groin" - }, - { - "_id": "67784e473abf2a39a05dba5a", - "_tpl": "656f611f94b480b8a500c0db", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "Front_plate" - }, - { - "_id": "67784e4b934ace8451681bee", - "_tpl": "656efaf54772930db4031ff5", - "parentId": "67784dfaf57296ecbdbfc87f", - "slotId": "Back_plate" - } - ], - "_name": "Body armor 6B13 M Killa Christmas Standard", - "_parent": "67784dfaf57296ecbdbfc87f", - "_type": "Preset" - }, - { - "_changeWeaponName": false, - "_encyclopedia": "6745895717824b1ec20570a6", - "_id": "677d14927f8ee8353d85918d", - "_items": [ - { - "_id": "677d14a27757dcc54a3054fb", - "_tpl": "6745895717824b1ec20570a6" - }, - { - "_id": "677d14abef2285ed18ee3e62", - "_tpl": "657baaf0b7e9ca9a02045c02", - "parentId": "677d14a27757dcc54a3054fb", - "slotId": "Helmet_top" - }, - { - "_id": "677d14b0024eda59d1544794", - "_tpl": "657bab6ec6f689d3a205b85f", - "parentId": "677d14a27757dcc54a3054fb", - "slotId": "Helmet_back" - }, - { - "_id": "677d14bb1dfea5b33fa31337", - "_tpl": "657babc6f58ba5a6250107a2", - "parentId": "677d14a27757dcc54a3054fb", - "slotId": "Helmet_ears" - } - ], - "_name": "6B47 Ratnik-BSh helmet (EMR Arctic cover) default", - "_parent": "677d14a27757dcc54a3054fb", - "_type": "Preset" - }, - { - "_changeWeaponName": false, - "_encyclopedia": "6759af0f9c8a538dd70bfae6", - "_id": "677e90e191de7ae4136e3967", - "_items": [ - { - "_id": "677e90d1fc28426ede1448bd", - "_tpl": "6759af0f9c8a538dd70bfae6" - }, - { - "_id": "677e90e71b6c92662b1b5cce", - "_tpl": "6571133d22996eaf11088200", - "parentId": "677e90d1fc28426ede1448bd", - "slotId": "Helmet_top" - }, - { - "_id": "677e90ef6b6b559c36d31485", - "_tpl": "6571138e818110db4600aa71", - "parentId": "677e90d1fc28426ede1448bd", - "slotId": "Helmet_back" - }, - { - "_id": "677e90f2e2de53f5b48dd35d", - "_tpl": "657112fa818110db4600aa6b", - "parentId": "677e90d1fc28426ede1448bd", - "slotId": "Helmet_ears" - }, - { - "_id": "677e90f61cc7ed9f89331cac", - "_tpl": "5c0e842486f77443a74d2976", - "parentId": "677e90d1fc28426ede1448bd", - "slotId": "mod_equipment" - } - ], - "_name": "Maska-1SCh bulletproof helmet (Christmas Edition) default", - "_parent": "677e90d1fc28426ede1448bd", - "_type": "Preset" - }, - { - "_changeWeaponName": false, - "_encyclopedia": "676176d362e0497044079f4c", - "_id": "679f6014d3517b27e1ce551d", - "_items": [ - { - "_id": "679f5f42ca975ceee4001927", - "_tpl": "676176d362e0497044079f4c", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "679f5f42c0f9e06f4400bbb2", - "_tpl": "55d4b9964bdc2d1d4e8b456e", - "parentId": "679f5f42ca975ceee4001927", - "slotId": "mod_pistol_grip" - }, - { - "_id": "679f5f42bd47f59b6900b44d", - "_tpl": "5df8f541c41b2312ea3335e3", - "parentId": "679f5f42ca975ceee4001927", - "slotId": "mod_magazine" - }, - { - "_id": "679f5f42d27da739240089a6", - "_tpl": "6165adcdd3a39d50044c120f", - "parentId": "679f5f42ca975ceee4001927", - "slotId": "mod_reciever" - }, - { - "_id": "679f5f425a5763234000cc8e", - "_tpl": "61816734d8e3106d9806c1f3", - "parentId": "679f5f42ca975ceee4001927", - "slotId": "mod_stock" - }, - { - "_id": "679f5f4284b454c3d500762f", - "_tpl": "6181688c6c780c1e710c9b04", - "parentId": "679f5f42ca975ceee4001927", - "slotId": "mod_charge" - }, - { - "_id": "679f5f427a8111839f000382", - "_tpl": "6183b084a112697a4b3a6e6c", - "parentId": "679f5f42d27da739240089a6", - "slotId": "mod_barrel" - }, - { - "_id": "679f5f42b514bb67bf00d4ea", - "_tpl": "61817865d3a39d50044c13a4", - "parentId": "679f5f42d27da739240089a6", - "slotId": "mod_sight_rear", - "upd": { - "Sight": { - "ScopesCurrentCalibPointIndexes": [0], - "ScopesSelectedModes": [0], - "SelectedScope": 0, - "ScopeZoomValue": 0 - } - } - }, - { - "_id": "679f5f4267a90b3418006051", - "_tpl": "61816df1d3a39d50044c139e", - "parentId": "679f5f42d27da739240089a6", - "slotId": "mod_mount_000" - }, - { - "_id": "679f5f42689643ff0c00528b", - "_tpl": "61816dfa6ef05c2ce828f1ad", - "parentId": "679f5f42d27da739240089a6", - "slotId": "mod_mount_001" - }, - { - "_id": "679f5f42e1162406bd002849", - "_tpl": "618167528004cc50514c34f9", - "parentId": "679f5f425a5763234000cc8e", - "slotId": "mod_stock_001" - }, - { - "_id": "679f5f42d626f188120009bd", - "_tpl": "618167441cb55961fa0fdc71", - "parentId": "679f5f425a5763234000cc8e", - "slotId": "mod_stock_002" - }, - { - "_id": "679f5f42630541cb320016d8", - "_tpl": "618178aa1cb55961fa0fdc80", - "parentId": "679f5f427a8111839f000382", - "slotId": "mod_muzzle" - }, - { - "_id": "679f5f42230f15d5b1007025", - "_tpl": "61816fcad92c473c770215cc", - "parentId": "679f5f427a8111839f000382", - "slotId": "mod_sight_front", - "upd": { - "Sight": { - "ScopesCurrentCalibPointIndexes": [0], - "ScopesSelectedModes": [0], - "SelectedScope": 0, - "ScopeZoomValue": 0 - } - } - }, - { - "_id": "679f5f4226dcae776e0045b8", - "_tpl": "618167616ef05c2ce828f1a8", - "parentId": "679f5f42e1162406bd002849", - "slotId": "mod_stock" - } - ], - "_name": "FN SCAR-H X-17 762x51 default", - "_parent": "679f5f42ca975ceee4001927", - "_type": "Preset" + "_id": "6777c030386bec3cd3c41b6e", + "_tpl": "676307b4d9ec0af3d9001fa8", + "parentId": "6777bee3324b2e0cf7b7cfe1", + "slotId": "Helmet_back" } - ] + ], + "_name": "MTEK FLUX Ballistic helmet (MultiCam Alpine) Default", + "_parent": "6777bee3324b2e0cf7b7cfe1", + "_type": "Preset" + }, + { + "_changeWeaponName": false, + "_encyclopedia": "6759655674aa5e0825040d62", + "_id": "6777bf37e10ffdb431ff9508", + "_items": [ + { + "_id": "6777bf03ad549e66e7ad06b2", + "_tpl": "6759655674aa5e0825040d62" + }, + { + "_id": "6777c02180ddaee0b54493da", + "_tpl": "676307c004856a0b3c0dfffd", + "parentId": "6777bf03ad549e66e7ad06b2", + "slotId": "Helmet_top" + }, + { + "_id": "6777c00f41b022243abdac99", + "_tpl": "676307b4d9ec0af3d9001fa8", + "parentId": "6777bf03ad549e66e7ad06b2", + "slotId": "Helmet_back" + } + ], + "_name": "MTEK FLUX Ballistic helmet (Olive Drab) Default", + "_parent": "6777bf03ad549e66e7ad06b2", + "_type": "Preset" + }, + { + "_changeWeaponName": false, + "_encyclopedia": "67597ceea35600b4c10cea86", + "_id": "6777bfee0658691ef27d9993", + "_items": [ + { + "_id": "6777bfaaaf1999ce0701bc00", + "_tpl": "67597ceea35600b4c10cea86" + }, + { + "_id": "6777c01b07b5d347d6b99404", + "_tpl": "676307ded8b241b4f703a3e8", + "parentId": "6777bfaaaf1999ce0701bc00", + "slotId": "Helmet_top" + }, + { + "_id": "6777c0033f374912b965ae5a", + "_tpl": "676307d3d9ec0af3d9001fac", + "parentId": "6777bfaaaf1999ce0701bc00", + "slotId": "Helmet_back" + } + ], + "_name": "MTEK FLUX Ballistic helmet (Coyote) Default", + "_parent": "6777bfaaaf1999ce0701bc00", + "_type": "Preset" + }, + { + "_changeWeaponName": false, + "_encyclopedia": "67597d241d5a44f2f605df06", + "_id": "6777c1244557b9b1474da362", + "_items": [ + { + "_id": "6777c10f4989fc544063b5a1", + "_tpl": "67597d241d5a44f2f605df06" + }, + { + "_id": "6777c1293c00b35cd6960536", + "_tpl": "676307ded8b241b4f703a3e8", + "parentId": "6777c10f4989fc544063b5a1", + "slotId": "Helmet_top" + }, + { + "_id": "6777c12f8fc234973af0cf16", + "_tpl": "676307d3d9ec0af3d9001fac", + "parentId": "6777c10f4989fc544063b5a1", + "slotId": "Helmet_back" + } + ], + "_name": "MTEK FLUX Ballistic helmet (Coyote/MultiCam Arid) Default", + "_parent": "6777c10f4989fc544063b5a1", + "_type": "Preset" + }, + { + "_changeWeaponName": false, + "_encyclopedia": "674d91ce6e862d5a95059ed6", + "_id": "67784df15058057382b28f87", + "_items": [ + { + "_id": "67784dfaf57296ecbdbfc87f", + "_tpl": "674d91ce6e862d5a95059ed6" + }, + { + "_id": "67784e27ee352de60dc982a3", + "_tpl": "6575ea3060703324250610da", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "Soft_armor_front" + }, + { + "_id": "67784e32d75f52daffe36de5", + "_tpl": "6575ea4cf6a13a7b7100adc4", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "Soft_armor_back" + }, + { + "_id": "67784e36e778f8aace662e1d", + "_tpl": "6575ea5cf6a13a7b7100adc8", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "Soft_armor_left" + }, + { + "_id": "67784e3c0e4afac4ebdab52d", + "_tpl": "6575ea6760703324250610de", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "soft_armor_right" + }, + { + "_id": "67784e40832d547cb2c986bf", + "_tpl": "6575ea719c7cad336508e418", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "Collar" + }, + { + "_id": "67784e446c92fcb0e0d8fea8", + "_tpl": "6575ea7c60703324250610e2", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "Groin" + }, + { + "_id": "67784e473abf2a39a05dba5a", + "_tpl": "656f611f94b480b8a500c0db", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "Front_plate" + }, + { + "_id": "67784e4b934ace8451681bee", + "_tpl": "656efaf54772930db4031ff5", + "parentId": "67784dfaf57296ecbdbfc87f", + "slotId": "Back_plate" + } + ], + "_name": "Body armor 6B13 M Killa Christmas Standard", + "_parent": "67784dfaf57296ecbdbfc87f", + "_type": "Preset" + }, + { + "_changeWeaponName": false, + "_encyclopedia": "6745895717824b1ec20570a6", + "_id": "677d14927f8ee8353d85918d", + "_items": [ + { + "_id": "677d14a27757dcc54a3054fb", + "_tpl": "6745895717824b1ec20570a6" + }, + { + "_id": "677d14abef2285ed18ee3e62", + "_tpl": "657baaf0b7e9ca9a02045c02", + "parentId": "677d14a27757dcc54a3054fb", + "slotId": "Helmet_top" + }, + { + "_id": "677d14b0024eda59d1544794", + "_tpl": "657bab6ec6f689d3a205b85f", + "parentId": "677d14a27757dcc54a3054fb", + "slotId": "Helmet_back" + }, + { + "_id": "677d14bb1dfea5b33fa31337", + "_tpl": "657babc6f58ba5a6250107a2", + "parentId": "677d14a27757dcc54a3054fb", + "slotId": "Helmet_ears" + } + ], + "_name": "6B47 Ratnik-BSh helmet (EMR Arctic cover) default", + "_parent": "677d14a27757dcc54a3054fb", + "_type": "Preset" + }, + { + "_changeWeaponName": false, + "_encyclopedia": "6759af0f9c8a538dd70bfae6", + "_id": "677e90e191de7ae4136e3967", + "_items": [ + { + "_id": "677e90d1fc28426ede1448bd", + "_tpl": "6759af0f9c8a538dd70bfae6" + }, + { + "_id": "677e90e71b6c92662b1b5cce", + "_tpl": "6571133d22996eaf11088200", + "parentId": "677e90d1fc28426ede1448bd", + "slotId": "Helmet_top" + }, + { + "_id": "677e90ef6b6b559c36d31485", + "_tpl": "6571138e818110db4600aa71", + "parentId": "677e90d1fc28426ede1448bd", + "slotId": "Helmet_back" + }, + { + "_id": "677e90f2e2de53f5b48dd35d", + "_tpl": "657112fa818110db4600aa6b", + "parentId": "677e90d1fc28426ede1448bd", + "slotId": "Helmet_ears" + }, + { + "_id": "677e90f61cc7ed9f89331cac", + "_tpl": "5c0e842486f77443a74d2976", + "parentId": "677e90d1fc28426ede1448bd", + "slotId": "mod_equipment" + } + ], + "_name": "Maska-1SCh bulletproof helmet (Christmas Edition) default", + "_parent": "677e90d1fc28426ede1448bd", + "_type": "Preset" + }, + { + "_changeWeaponName": false, + "_encyclopedia": "676176d362e0497044079f4c", + "_id": "679f6014d3517b27e1ce551d", + "_items": [ + { + "_id": "679f5f42ca975ceee4001927", + "_tpl": "676176d362e0497044079f4c", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "679f5f42c0f9e06f4400bbb2", + "_tpl": "55d4b9964bdc2d1d4e8b456e", + "parentId": "679f5f42ca975ceee4001927", + "slotId": "mod_pistol_grip" + }, + { + "_id": "679f5f42bd47f59b6900b44d", + "_tpl": "5df8f541c41b2312ea3335e3", + "parentId": "679f5f42ca975ceee4001927", + "slotId": "mod_magazine" + }, + { + "_id": "679f5f42d27da739240089a6", + "_tpl": "6165adcdd3a39d50044c120f", + "parentId": "679f5f42ca975ceee4001927", + "slotId": "mod_reciever" + }, + { + "_id": "679f5f425a5763234000cc8e", + "_tpl": "61816734d8e3106d9806c1f3", + "parentId": "679f5f42ca975ceee4001927", + "slotId": "mod_stock" + }, + { + "_id": "679f5f4284b454c3d500762f", + "_tpl": "6181688c6c780c1e710c9b04", + "parentId": "679f5f42ca975ceee4001927", + "slotId": "mod_charge" + }, + { + "_id": "679f5f427a8111839f000382", + "_tpl": "6183b084a112697a4b3a6e6c", + "parentId": "679f5f42d27da739240089a6", + "slotId": "mod_barrel" + }, + { + "_id": "679f5f42b514bb67bf00d4ea", + "_tpl": "61817865d3a39d50044c13a4", + "parentId": "679f5f42d27da739240089a6", + "slotId": "mod_sight_rear", + "upd": { + "Sight": { + "ScopeZoomValue": 0, + "ScopesCurrentCalibPointIndexes": [ + 0 + ], + "ScopesSelectedModes": [ + 0 + ], + "SelectedScope": 0 + } + } + }, + { + "_id": "679f5f4267a90b3418006051", + "_tpl": "61816df1d3a39d50044c139e", + "parentId": "679f5f42d27da739240089a6", + "slotId": "mod_mount_000" + }, + { + "_id": "679f5f42689643ff0c00528b", + "_tpl": "61816dfa6ef05c2ce828f1ad", + "parentId": "679f5f42d27da739240089a6", + "slotId": "mod_mount_001" + }, + { + "_id": "679f5f42e1162406bd002849", + "_tpl": "618167528004cc50514c34f9", + "parentId": "679f5f425a5763234000cc8e", + "slotId": "mod_stock_001" + }, + { + "_id": "679f5f42d626f188120009bd", + "_tpl": "618167441cb55961fa0fdc71", + "parentId": "679f5f425a5763234000cc8e", + "slotId": "mod_stock_002" + }, + { + "_id": "679f5f42630541cb320016d8", + "_tpl": "618178aa1cb55961fa0fdc80", + "parentId": "679f5f427a8111839f000382", + "slotId": "mod_muzzle" + }, + { + "_id": "679f5f42230f15d5b1007025", + "_tpl": "61816fcad92c473c770215cc", + "parentId": "679f5f427a8111839f000382", + "slotId": "mod_sight_front", + "upd": { + "Sight": { + "ScopeZoomValue": 0, + "ScopesCurrentCalibPointIndexes": [ + 0 + ], + "ScopesSelectedModes": [ + 0 + ], + "SelectedScope": 0 + } + } + }, + { + "_id": "679f5f4226dcae776e0045b8", + "_tpl": "618167616ef05c2ce828f1a8", + "parentId": "679f5f42e1162406bd002849", + "slotId": "mod_stock" + } + ], + "_name": "FN SCAR-H X-17 762x51 default", + "_parent": "679f5f42ca975ceee4001927", + "_type": "Preset" + } + ], + "handbookPriceOverride": { + "63a8970d7108f713591149f5": { + "parentId": "5b5f6fa186f77409407a7eb7", + "price": 5000 + }, + "63a897c6b1ff6e29734fcc95": { + "parentId": "5b5f6fa186f77409407a7eb7", + "price": 40000 + }, + "63a898a328e385334e0640a5": { + "parentId": "5b5f6fa186f77409407a7eb7", + "price": 20000 + } + }, + "lootableItemBlacklist": [ + "660bbc47c38b837877075e47", + "660bc341c38b837877075e4c" + ], + "rewardItemBlacklist": [ + "58ac60eb86f77401897560ff", + "5e997f0b86f7741ac73993e2", + "5b44abe986f774283e2e3512", + "5e99711486f7744bfc4af328", + "5e99735686f7744bfc4af32c", + "6087e570b998180e9f76dc24", + "5d52d479a4b936793d58c76b", + "5e85aac65505fa48730d8af2", + "63495c500c297e20065a08b1", + "5cde8864d7f00c0010373be1", + "5b3b713c5acfc4330140bd8d", + "60c080eb991ac167ad1c3ad4", + "6389c7f115805221fb410466", + "64d0b40fbe2eed70e254e2d4", + "6389c88b33a719183c7f63b6", + "57cd379a24597778e7682ecf", + "5fc64ea372b0dd78d51159dc", + "5c0e842486f77443a74d2976", + "5c0e874186f7745dc7616606", + "5c0e541586f7747fa54205c9", + "63626d904aa74b8fe30ab426", + "6275303a9f372d6ea97f9ec7", + "628bc7fb408e2b2e9c0801b1", + "5ede4739e0350d05467f73e8", + "5ede47405b097655935d7d16", + "5ede474b0c226a66f5402622", + "5ede475339ee016e8c534742", + "5ede475b549eed7c6d5c18fb", + "62e910aaf957f2915e0a5e36", + "619bc61e86e01e16f839a999", + "619bddc6c9546643a67df6ee", + "6241c316234b593b5676b637", + "5d70e500a4b9364de70d38ce", + "619bde3dc9546643a67df6f2", + "619bdeb986e01e16f839a99e", + "619bddffc9546643a67df6f0", + "619bdf9cc9546643a67df6f8", + "63a0b2eabea67a6d93009e52", + "5d2f2ab648f03550091993ca", + "614451b71e5874611e2c7ae5", + "59f32bb586f774757e1e8442", + "6662e9aca7e0b43baa3d5f74", + "6662e9cda7e0b43baa3d5f76", + "59f32c3b86f77472a31742f0", + "6662e9f37fa79a6d83730fa0", + "6662ea05f6259762c56f3189", + "6638a5474e92f038531e210e", + "65ddcc9cfa85b9f17d0dfb07", + "6331ba83f2ab4f3f09502983", + "6331bb0d1aa9f42b804997a6", + "66d9f7e7099cf6adcc07a369", + "6655e35b6bc645cb7b059912", + "66d9f7256916142b3b02276e", + "671d85439ae8365d69117ba6", + "671d8617a3e45c1f5908278c", + "670e8eab8c1bb0e5a7075acf", + "671d8ac8a3e45c1f59082799", + "671d8b38b769f0d88c0950f8", + "671d8b8c0959c721a50ca838", + "660bc341c38b837877075e4c", + "67409848d0b2f8eb9b034db9", + "67449b6c89d5e1ddc603f504", + "675aab0d6b6addc02a08f097", + "675aaae1dcf102478202c537", + "675aaa9a3107dac100063331", + "675aaae75a3ab8372d0b02a7", + "675aaab74bca0b001d02f356", + "675aaa8f7f3c962069072b27", + "675aaaf674a7619a5304c233", + "675aaa003107dac10006332f", + "6764207f2fa5e32733055c4a", + "6764202ae307804338014c1a", + "6707d13e4e617ec94f0e5631", + "675dc9d37ae1a8792107ca96", + "675dcb0545b1a2d108011b2b", + "66d9f8744827a77e870ecaf1", + "6707d0804e617ec94f0e562f", + "67449b6c89d5e1ddc603f504", + "6740987b89d5e1ddc603f4f0", + "6707d0bdaab679420007e01a", + "67614b542eb91250020f2b86", + "67614b6b47c71ea3d40256d7", + "67408903268737ef6908d432", + "660ea4ba5a58d057b009efab", + "660312cc4d6cdfa6f500c703" + ], + "rewardItemTypeBlacklist": [ + "65649eb40bf0ed77b8044453" + ] } diff --git a/Libraries/SPTarkov.Server.Assets/Assets/configs/pmc.json b/Libraries/SPTarkov.Server.Assets/Assets/configs/pmc.json index 1bf60bd8..cdb93ea3 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/configs/pmc.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/configs/pmc.json @@ -171,520 +171,88 @@ "pmcType": { "pmcbear": { "factory4_day": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 10 }, "factory4_night": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 10 }, "bigmap": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 10 }, "laboratory": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 10 }, "woods": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossKojaniy": 0, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 1 }, "interchange": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 10 }, "lighthouse": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 1 }, "rezervbase": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 0, - "followerBigPipe": 0, - "followerSanitar": 0, - "assault": 4, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 1, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 10 }, "shoreline": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 1 }, "tarkovstreets": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 0, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 2, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcBEAR": 4 + "pmcBEAR": 1 }, "sandbox": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 0, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 0, - "followerSanitar": 0, - "followerKolontayAssault": 0, - "followerKolontaySecurity": 0, - "assault": 3, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 1, - "crazyAssaultEvent": 1, - "pmcBot": 7, - "pmcBEAR": 4 + "pmcBEAR": 1 }, "sandbox_high": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 0, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 0, - "followerSanitar": 0, - "followerKolontayAssault": 0, - "followerKolontaySecurity": 0, - "assault": 3, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 1, - "crazyAssaultEvent": 1, - "pmcBot": 7, - "pmcBEAR": 4 + "pmcBEAR": 1 + }, + "labyrinth": { + "pmcBEAR": 1 } }, "pmcusec": { "factory4_day": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 10 }, "factory4_night": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 10 }, "bigmap": { - "bossKilla": 0, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 0, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 0, - "followerBigPipe": 0, - "followerSanitar": 0, - "assault": 1, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 2, - "pmcBot": 6, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "laboratory": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "woods": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossKojaniy": 0, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "interchange": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "lighthouse": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 5, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "rezervbase": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 0, - "followerBigPipe": 0, - "followerSanitar": 0, - "assault": 4, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 1, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "shoreline": { - "bossKilla": 2, - "bossKnight": 2, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 2, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "tarkovstreets": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 1, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 0, - "followerSanitar": 0, - "assault": 5, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 2, - "arenaFighterEvent": 0, - "crazyAssaultEvent": 3, - "pmcBot": 5, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "sandbox": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 0, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 0, - "followerSanitar": 0, - "followerKolontayAssault": 0, - "followerKolontaySecurity": 0, - "assault": 3, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 1, - "crazyAssaultEvent": 1, - "pmcBot": 7, - "pmcUSEC": 4 + "pmcUSEC": 1 }, "sandbox_high": { - "bossKilla": 2, - "bossKnight": 0, - "bossGluhar": 0, - "bossSanitar": 1, - "bossTagilla": 0, - "bossZryachiy": 0, - "bossBoar": 0, - "followerGluharAssault": 0, - "followerBully": 2, - "followerBigPipe": 0, - "followerSanitar": 0, - "followerKolontayAssault": 0, - "followerKolontaySecurity": 0, - "assault": 3, - "cursedAssault": 0, - "exUsec": 0, - "arenaFighter": 0, - "arenaFighterEvent": 1, - "crazyAssaultEvent": 1, - "pmcBot": 7, - "pmcUSEC": 4 + "pmcUSEC": 1 + }, + "labyrinth": { + "pmcUSEC": 1 } } }, diff --git a/Libraries/SPTarkov.Server.Assets/Assets/configs/seasonalevents.json b/Libraries/SPTarkov.Server.Assets/Assets/configs/seasonalevents.json index 99e7f5bb..82200025 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/configs/seasonalevents.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/configs/seasonalevents.json @@ -1,12324 +1,13764 @@ { - "enableSeasonalEventDetection": true, - "botAppearanceChanges": { - "CHRISTMAS": { - "usec": { - "body": { - "675fd6897a57e0b2a00e3405": 10 - }, - "feet": { - "675fd6b2f26b0db5f0060eb6": 10 - } - }, - "bear": { - "body": { - "67599500a378f89a3e089b56": 10 - }, - "feet": { - "675994c9f7adb892bd080766": 10 - } - } + "botAppearanceChanges": { + "CHRISTMAS": { + "bear": { + "body": { + "67599500a378f89a3e089b56": 10 + }, + "feet": { + "675994c9f7adb892bd080766": 10 } - }, - "eventGear": { - "halloween": { - "assault": { - "FaceCover": { - "5bd071d786f7747e707b93a3": 1500, - "5bd0716d86f774171822ef4b": 1500, - "5bd06f5d86f77427101ad47c": 1500, - "6176a48d732a664031271438": 1500, - "6176a40f0b8c0312ac75a3d3": 1500, - "62a5c2c98ec41a51b34739c0": 1500, - "62a5c333ec21e50cad3b5dc6": 1500, - "62a5c41e8ec41a51b34739c3": 1500, - "635267ab3c89e2112001f826": 1500, - "5e54f79686f7744022011103": 1500 - }, - "Headwear": { - "59ef13ca86f77445fd0e2483": 1500 - } - }, - "bossTagilla": { - "Scabbard": { - "63495c500c297e20065a08b1": 10 - } - }, - "bear": { - "FaceCover": { - "5bd071d786f7747e707b93a3": 5, - "5bd0716d86f774171822ef4b": 5, - "5bd06f5d86f77427101ad47c": 5, - "6176a48d732a664031271438": 5, - "6176a40f0b8c0312ac75a3d3": 5, - "62a5c2c98ec41a51b34739c0": 5, - "62a5c333ec21e50cad3b5dc6": 5, - "62a5c41e8ec41a51b34739c3": 5, - "635267ab3c89e2112001f826": 5, - "5e54f79686f7744022011103": 5 - }, - "Headwear": { - "59ef13ca86f77445fd0e2483": 25 - } - }, - "usec": { - "FaceCover": { - "5bd071d786f7747e707b93a3": 5, - "5bd0716d86f774171822ef4b": 5, - "5bd06f5d86f77427101ad47c": 5, - "6176a48d732a664031271438": 5, - "6176a40f0b8c0312ac75a3d3": 5, - "62a5c2c98ec41a51b34739c0": 5, - "62a5c333ec21e50cad3b5dc6": 5, - "62a5c41e8ec41a51b34739c3": 5, - "635267ab3c89e2112001f826": 5, - "5e54f79686f7744022011103": 5 - }, - "Headwear": { - "59ef13ca86f77445fd0e2483": 25 - } - } + }, + "usec": { + "body": { + "675fd6897a57e0b2a00e3405": 10 }, - "christmas": { - "bossgluhar": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 5 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 500, - "5a43957686f7742a2c2f11b0": 500 - } - }, - "bossbully": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 120 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 150, - "5a43957686f7742a2c2f11b0": 150 - } - }, - "bosskilla": { - "ArmorVest": { - "674d91ce6e862d5a95059ed6": 200 - }, - "Headwear": { - "6759af0f9c8a538dd70bfae6": 200 - } - }, - "bossknight": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 1500 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 3, - "5a43957686f7742a2c2f11b0": 3 - } - }, - "bosssanitar": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 600 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 3, - "5a43957686f7742a2c2f11b0": 3 - } - }, - "bossboar": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 1 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 1, - "5a43957686f7742a2c2f11b0": 1 - } - }, - "exusec": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 1200 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 500, - "5a43957686f7742a2c2f11b0": 500 - } - }, - "followerbigpipe": { - "Headwear": { - "5a43943586f77416ad2f06e2": 3, - "5a43957686f7742a2c2f11b0": 3 - } - }, - "followerbirdeye": { - "Headwear": { - "5a43943586f77416ad2f06e2": 1, - "5a43957686f7742a2c2f11b0": 1 - } - }, - "followerbully": { - "Headwear": { - "5a43943586f77416ad2f06e2": 600, - "5a43957686f7742a2c2f11b0": 600 - } - }, - "followerboar": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 250 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 3, - "5a43957686f7742a2c2f11b0": 3 - } - }, - "followergluharassault": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 550 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 700, - "5a43957686f7742a2c2f11b0": 700 - } - }, - "followergluharscout": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 5 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 3, - "5a43957686f7742a2c2f11b0": 3 - } - }, - "followergluharsecurity": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 5 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 3, - "5a43957686f7742a2c2f11b0": 3 - } - }, - "followerkojaniy": { - "Headwear": { - "5a43943586f77416ad2f06e2": 3, - "5a43957686f7742a2c2f11b0": 3 - } - }, - "followersanitar": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 5 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 1, - "5a43957686f7742a2c2f11b0": 1 - } - }, - "marksman": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 400 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 1400, - "5a43957686f7742a2c2f11b0": 1400 - } - }, - "pmcbot": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 1200 - }, - "Headwear": { - "5a43943586f77416ad2f06e2": 600, - "5a43957686f7742a2c2f11b0": 600 - } - }, - "sectantpriest": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 5 - } - }, - "sectantwarrior": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 5 - } - }, - "bear": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 30, - "675ac888803644528007b3f6": 30 - }, - "Headwear": { - "5a43957686f7742a2c2f11b0": 80, - "5a43943586f77416ad2f06e2": 80 - } - }, - "usec": { - "FaceCover": { - "5c1a1e3f2e221602b66cc4c2": 30, - "675ac888803644528007b3f6": 30 - }, - "Headwear": { - "5a43957686f7742a2c2f11b0": 80, - "5a43943586f77416ad2f06e2": 80 - } - } + "feet": { + "675fd6b2f26b0db5f0060eb6": 10 } - }, - "eventLoot": { - "christmas": { - "assault": { - "Pockets": { - "5df8a6a186f77412640e2e80": 2200, - "5df8a72c86f77412640e2e83": 2200, - "5df8a77486f77412672a1e3f": 2200 - }, - "Backpack": { - "5df8a6a186f77412640e2e80": 2200, - "5df8a72c86f77412640e2e83": 2200, - "5df8a77486f77412672a1e3f": 2200, - "63a8970d7108f713591149f5": 250 - }, - "TacticalVest": { - "5df8a6a186f77412640e2e80": 2200, - "5df8a72c86f77412640e2e83": 2200, - "5df8a77486f77412672a1e3f": 2200 - } - } + } + } + }, + "christmasContainerIds": [ + "container_custom_DesignStuff_00427", + "container_Shopping_Mall_DesignStuff_00808", + "container_Lighthouse_DesignStuff_00001", + "container_shoreline_DesignStuff_00418", + "container_woods_design_stuff_00328" + ], + "enableSeasonalEventDetection": true, + "eventBossSpawns": { + "christmas": {}, + "halloweensummon": { + "bigmap": [ + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "peacefullZryachiyEvent", + "BossName": "peacefullZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "5", + "BossEscortDifficult": "normal", + "BossEscortType": "sectactPriestEvent", + "BossName": "sectactPriestEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 25, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 999999, + "TriggerId": "ZryachiyPeaceKill", + "TriggerName": "botEvent" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "ravangeZryachiyEvent", + "BossName": "ravangeZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 99999, + "TriggerId": "SummonComplete", + "TriggerName": "botEvent" } - }, - "eventBotMapping": { - "peacefullZryachiyEvent": "bossZryachiy", - "sectactPriestEvent": "sectantPriest", - "ravangeZryachiyEvent": "ravangeZryachiyEvent", - "arenaFighterEvent": "arenaFighterEvent", - "crazyAssaultEvent": "crazyAssaultEvent" - }, - "eventWaves": {}, - "eventBossSpawns": { - "halloweensummon": { - "bigmap": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "peacefullZryachiyEvent", - "BossName": "peacefullZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "5", - "BossEscortDifficult": "normal", - "BossEscortType": "sectactPriestEvent", - "BossName": "sectactPriestEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 25, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 999999, - "TriggerId": "ZryachiyPeaceKill", - "TriggerName": "botEvent" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "ravangeZryachiyEvent", - "BossName": "ravangeZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 99999, - "TriggerId": "SummonComplete", - "TriggerName": "botEvent" - } - ], - "interchange": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "peacefullZryachiyEvent", - "BossName": "peacefullZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "5", - "BossEscortDifficult": "normal", - "BossEscortType": "sectactPriestEvent", - "BossName": "sectactPriestEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 25, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 999999, - "TriggerId": "ZryachiyPeaceKill", - "TriggerName": "botEvent" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "ravangeZryachiyEvent", - "BossName": "ravangeZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 99999, - "TriggerId": "SummonComplete", - "TriggerName": "botEvent" - } - ], - "lighthouse": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "peacefullZryachiyEvent", - "BossName": "peacefullZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "5", - "BossEscortDifficult": "normal", - "BossEscortType": "sectactPriestEvent", - "BossName": "sectactPriestEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 25, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 999999, - "TriggerId": "ZryachiyPeaceKill", - "TriggerName": "botEvent" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "ravangeZryachiyEvent", - "BossName": "ravangeZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 99999, - "TriggerId": "SummonComplete", - "TriggerName": "botEvent" - } - ], - "rezervbase": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "peacefullZryachiyEvent", - "BossName": "peacefullZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "5", - "BossEscortDifficult": "normal", - "BossEscortType": "sectactPriestEvent", - "BossName": "sectactPriestEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 25, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 999999, - "TriggerId": "ZryachiyPeaceKill", - "TriggerName": "botEvent" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "ravangeZryachiyEvent", - "BossName": "ravangeZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 99999, - "TriggerId": "SummonComplete", - "TriggerName": "botEvent" - } - ], - "shoreline": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "peacefullZryachiyEvent", - "BossName": "peacefullZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "5", - "BossEscortDifficult": "normal", - "BossEscortType": "sectactPriestEvent", - "BossName": "sectactPriestEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 25, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 999999, - "TriggerId": "ZryachiyPeaceKill", - "TriggerName": "botEvent" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "ravangeZryachiyEvent", - "BossName": "ravangeZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 99999, - "TriggerId": "SummonComplete", - "TriggerName": "botEvent" - } - ], - "tarkovstreets": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "peacefullZryachiyEvent", - "BossName": "peacefullZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "5", - "BossEscortDifficult": "normal", - "BossEscortType": "sectactPriestEvent", - "BossName": "sectactPriestEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 25, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 999999, - "TriggerId": "ZryachiyPeaceKill", - "TriggerName": "botEvent" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "ravangeZryachiyEvent", - "BossName": "ravangeZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 99999, - "TriggerId": "SummonComplete", - "TriggerName": "botEvent" - } - ], - "woods": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "peacefullZryachiyEvent", - "BossName": "peacefullZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "5", - "BossEscortDifficult": "normal", - "BossEscortType": "sectactPriestEvent", - "BossName": "sectactPriestEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 25, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 999999, - "TriggerId": "ZryachiyPeaceKill", - "TriggerName": "botEvent" - }, - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "ravangeZryachiyEvent", - "BossName": "ravangeZryachiyEvent", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": true, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "Supports": null, - "Time": 99999, - "TriggerId": "SummonComplete", - "TriggerName": "botEvent" - } - ], - "laboratory": [ - { - "BossChance": 100, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "followerBully", - "BossName": "bossTagilla", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1 - } - ] - }, - "halloweenzombies": { - "laboratory": [ - { - "BossChance": 10000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedLaborant", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 960, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 10000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedLaborant", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", - "Delay": 0, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedLaborant", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 960, - "TriggerId": "", - "TriggerName": "" - } - ], - "woods": [ - { - "BossChance": 10000.0, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999.0, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 10000.0, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999.0, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 17.0, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "Delay": 0.0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1.0, - "TriggerId": "", - "TriggerName": "" - } - ], - "bigmap": [ - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedAssault", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedPmc", - "BossChance": 80, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "infectedAssault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "RandomTimeSpawn": false, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": ["regular", "pve"], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "easy", - "BossEscortType": "assault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "assault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "assault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "assault", - "BossEscortDifficult": "easy", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "assault", - "BossEscortDifficult": "hard", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "assault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "hard", - "BossEscortType": "assault", - "BossEscortDifficult": "hard", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "assault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "assault", - "BossEscortDifficult": "hard", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "assault", - "BossChance": 10000, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "assault", - "BossEscortDifficult": "normal", - "BossEscortAmount": "1", - "Time": 9999, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent", - "IgnoreMaxBots": false, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - }, - { - "BossName": "infectedTagilla", - "BossChance": 0, - "BossZone": "", - "BossPlayer": false, - "BossDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossEscortDifficult": "normal", - "BossEscortAmount": "0", - "Time": -1, - "Supports": null, - "RandomTimeSpawn": false, - "TriggerId": "", - "TriggerName": "", - "IgnoreMaxBots": true, - "ForceSpawn": false, - "Delay": 0, - "SpawnMode": [], - "DependKarma": false, - "DependKarmaPVE": false - } - ], - "shoreline": [ - { - "BossChance": 6000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 12, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - } - ], - "rezervbase": [ - { - "BossChance": 6500, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 6500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 3500, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 12, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - } - ], - "lighthouse": [ - { - "BossChance": 6000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 6000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 4000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 12, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "DependKarma": false, - "DependKarmaPVE": false, - "ForceSpawn": false, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - } - ], - "interchange": [ - { - "BossChance": 7900, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 7900, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 2100, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 1, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 14, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - } - ], - "sandbox": [ - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn00", - "TriggerName": "botEvent" - } - ], - "sandbox_high": [ - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - }, - { - "BossChance": 12, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - } - ], - "tarkovstreets": [ - { - "BossChance": 8000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedCivil", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "2" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedCivil", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 8000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedCivil", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "easy", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "2", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "hard", - "BossEscortAmount": "2", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 2000, - "BossDifficult": "normal", - "BossEscortAmount": "2", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 12, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "Delay": 0, - "ForceSpawn": false, - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - } - ], - "factory4_day": [ - { - "BossChance": 35, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": true, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 7000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "RandomTimeSpawn": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - } - ], - "factory4_night": [ - { - "BossChance": 35, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "normal", - "BossEscortType": "infectedTagilla", - "BossName": "infectedTagilla", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": true, - "SpawnMode": ["pve", "regular"], - "Supports": null, - "Time": -1, - "TriggerId": "", - "TriggerName": "" - }, - { - "BossChance": 7000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": [], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "InfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - }, - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["hard"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["easy"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedAssault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedPmc", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 7000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "infectedAssault", - "BossName": "infectedPmc", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": [ - { - "BossEscortType": "infectedAssault", - "BossEscortDifficult": ["normal"], - "BossEscortAmount": "1" - } - ], - "Time": 9999, - "TriggerId": "InfectedSpawn100", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "easy", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn90", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn80", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "hard", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn70", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn60", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn50", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn40", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "hard", - "BossEscortAmount": "1", - "BossEscortDifficult": "hard", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn30", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "0", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn20", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "normal", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn10", - "TriggerName": "botEvent" - }, - { - "BossChance": 3000, - "BossDifficult": "normal", - "BossEscortAmount": "1", - "BossEscortDifficult": "easy", - "BossEscortType": "assault", - "BossName": "assault", - "BossPlayer": false, - "BossZone": "", - "IgnoreMaxBots": false, - "SpawnMode": ["regular", "pve"], - "Supports": null, - "Time": 9999, - "TriggerId": "UninfectedSpawn0", - "TriggerName": "botEvent" - } - ] - }, - "christmas": {} - }, - "gifterSettings": [ + ], + "interchange": [ { - "map": "bigmap", - "zones": "ZoneDormitory,ZoneGasStation,ZoneScavBase", - "spawnChance": 85 + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "peacefullZryachiyEvent", + "BossName": "peacefullZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" }, { - "map": "factory4_day", - "zones": "BotZone", - "spawnChance": 50 + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "5", + "BossEscortDifficult": "normal", + "BossEscortType": "sectactPriestEvent", + "BossName": "sectactPriestEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 25, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 999999, + "TriggerId": "ZryachiyPeaceKill", + "TriggerName": "botEvent" }, { - "map": "laboratory", - "zones": "BotZoneFloor1,BotZoneFloor2", - "spawnChance": 75 - }, - { - "map": "interchange", - "zones": "ZoneCenterBot,ZoneCenter,ZoneOLI,ZoneIDEA,ZoneGoshan,ZoneIDEAPark,ZoneOLIPark", - "spawnChance": 75 - }, - { - "map": "lighthouse", - "zones": "Zone_TreatmentContainers,Zone_Chalet,Zone_RoofContainers,Zone_RoofBeach,Zone_Hellicopter", - "spawnChance": 75 - }, - { - "map": "rezervbase", - "zones": "ZoneRailStrorage,ZoneRailStrorage,ZoneRailStrorage,ZonePTOR1,ZonePTOR2,ZoneBarrack,ZoneBarrack,ZoneBarrack,ZoneSubStorage", - "spawnChance": 75 - }, - { - "map": "shoreline", - "zones": "ZonePort,ZoneGreenHouses,ZoneSanatorium1,ZoneGreenHouses,ZoneSanatorium2,ZoneMeteoStation,ZoneSanatorium1,ZoneSanatorium2", - "spawnChance": 75 - }, - { - "map": "tarkovstreets", - "zones": "ZoneColumn", - "spawnChance": 75 - }, - { - "map": "woods", - "zones": "ZoneScavBase2,ZoneWoodCutter", - "spawnChance": 75 - }, - { - "map": "sandbox", - "zones": "ZoneSandbox", - "spawnChance": 75 + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "ravangeZryachiyEvent", + "BossName": "ravangeZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 99999, + "TriggerId": "SummonComplete", + "TriggerName": "botEvent" } - ], - "events": [ + ], + "laboratory": [ { - "enabled": true, - "name": "halloween", - "type": "HALLOWEEN", - "startDay": "28", - "startMonth": "10", - "endDay": "9", - "endMonth": "11", - "settings": { - "enableSummoning": false, - "removeEntryRequirement": ["laboratory"], - "replaceBotHostility": true, - "zombieSettings": { - "enabled": true, - "mapInfectionAmount": { - "laboratory": 100, - "factory4": 0, - "Sandbox": 0 - }, - "disableBosses": ["laboratory"], - "disableWaves": [] - } - } - }, - { - "enabled": true, - "name": "christmas", - "type": "CHRISTMAS", - "startDay": "12", - "startMonth": "12", - "endDay": "31", - "endMonth": "12", - "settings": { - "enableChristmasHideout": true, - "enableSanta": true, - "adjustBotAppearances": true - } - }, - { - "enabled": true, - "name": "newyears", - "type": "NEWYEARS", - "startDay": "1", - "startMonth": "1", - "endDay": "1", - "endMonth": "1", - "settings": { - "enableChristmasHideout": true, - "enableSanta": true, - "adjustBotAppearances": true - } - }, - { - "enabled": true, - "name": "christmas January", - "type": "CHRISTMAS", - "startDay": "2", - "startMonth": "1", - "endDay": "14", - "endMonth": "1", - "settings": { - "enableChristmasHideout": true, - "enableSanta": true, - "adjustBotAppearances": true - } - }, - { - "enabled": true, - "name": "April fools", - "type": "APRILFOOLS", - "startDay": "1", - "startMonth": "4", - "endDay": "2", - "endMonth": "4", - "setting": { - "removeEntryRequirement": ["laboratory"], - "replaceBotHostility": true, - "zombieSettings": { - "enabled": true, - "mapInfectionAmount": { - "laboratory": 100 - }, - "disableBosses": ["laboratory"], - "disableWaves": [] - } - } + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "followerBully", + "BossName": "bossTagilla", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1 } - ], - "hostilitySettingsForEvent": { - "zombies": { - "default": [ - { - "BotRole": "marksman", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "assault", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossTest", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossBully", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerTest", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerBully", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossKilla", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossKojaniy", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerKojaniy", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "pmcBot", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "cursedAssault", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossGluhar", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerGluharAssault", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerGluharSecurity", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerGluharScout", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerGluharSnipe", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerSanitar", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossSanitar", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "test", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "assaultGroup", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "sectantWarrior", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "sectantPriest", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossTagilla", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerTagilla", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "exUsec", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "gifter", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossKnight", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerBigPipe", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerBirdEye", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossZryachiy", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerZryachiy", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossBoar", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerBoar", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "arenaFighter", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "arenaFighterEvent", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossBoarSniper", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "crazyAssaultEvent", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "peacefullZryachiyEvent", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "sectactPriestEvent", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "ravangeZryachiyEvent", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerBoarClose1", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerBoarClose2", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossKolontay", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerKolontayAssault", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "followerKolontaySecurity", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "shooterBTR", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "bossPartisan", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "spiritWinter", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "spiritSpring", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "peacemaker", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "pmcBEAR", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "ChancedEnemies", - "BearEnemyChance": 15, - "UsecPlayerBehaviour": "ChancedEnemies", - "UsecEnemyChance": 30 - }, - { - "BotRole": "pmcUSEC", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "ChancedEnemies", - "BearEnemyChance": 30, - "UsecPlayerBehaviour": "ChancedEnemies", - "UsecEnemyChance": 15 - }, - { - "BotRole": "skier", - "AlwaysEnemies": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "Neutral": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "SavagePlayerBehaviour": "Neutral", - "BearPlayerBehaviour": "Neutral", - "UsecPlayerBehaviour": "Neutral" - }, - { - "BotRole": "infectedAssault", - "AlwaysEnemies": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "AlwaysFriends": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "SavagePlayerBehaviour": "AlwaysEnemies", - "BearPlayerBehaviour": "AlwaysEnemies", - "UsecPlayerBehaviour": "AlwaysEnemies" - }, - { - "BotRole": "infectedPmc", - "AlwaysEnemies": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "AlwaysFriends": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "SavagePlayerBehaviour": "AlwaysEnemies", - "BearPlayerBehaviour": "AlwaysEnemies", - "UsecPlayerBehaviour": "AlwaysEnemies" - }, - { - "BotRole": "infectedCivil", - "AlwaysEnemies": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "AlwaysFriends": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "SavagePlayerBehaviour": "AlwaysEnemies", - "BearPlayerBehaviour": "AlwaysEnemies", - "UsecPlayerBehaviour": "AlwaysEnemies" - }, - { - "BotRole": "infectedLaborant", - "AlwaysEnemies": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "AlwaysFriends": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "SavagePlayerBehaviour": "AlwaysEnemies", - "BearPlayerBehaviour": "AlwaysEnemies", - "UsecPlayerBehaviour": "AlwaysEnemies" - }, - { - "BotRole": "infectedTagilla", - "AlwaysEnemies": [ - "marksman", - "assault", - "bossTest", - "bossBully", - "followerTest", - "bossKilla", - "bossKojaniy", - "followerKojaniy", - "pmcBot", - "cursedAssault", - "bossGluhar", - "followerGluharAssault", - "followerGluharSecurity", - "followerGluharScout", - "followerGluharSnipe", - "followerSanitar", - "bossSanitar", - "test", - "assaultGroup", - "sectantWarrior", - "sectantPriest", - "bossTagilla", - "followerTagilla", - "exUsec", - "gifter", - "bossKnight", - "followerBigPipe", - "followerBirdEye", - "bossZryachiy", - "followerZryachiy", - "bossBoar", - "followerBoar", - "arenaFighter", - "arenaFighterEvent", - "bossBoarSniper", - "crazyAssaultEvent", - "peacefullZryachiyEvent", - "sectactPriestEvent", - "ravangeZryachiyEvent", - "followerBoarClose1", - "followerBoarClose2", - "bossKolontay", - "followerKolontayAssault", - "followerKolontaySecurity", - "shooterBTR", - "bossPartisan", - "spiritWinter", - "spiritSpring", - "peacemaker", - "pmcBEAR", - "pmcUSEC", - "skier" - ], - "AlwaysFriends": [ - "infectedAssault", - "infectedPmc", - "infectedCivil", - "infectedLaborant", - "infectedTagilla" - ], - "SavagePlayerBehaviour": "AlwaysEnemies", - "BearPlayerBehaviour": "AlwaysEnemies", - "UsecPlayerBehaviour": "AlwaysEnemies" - } - ] + ], + "lighthouse": [ + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "peacefullZryachiyEvent", + "BossName": "peacefullZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "5", + "BossEscortDifficult": "normal", + "BossEscortType": "sectactPriestEvent", + "BossName": "sectactPriestEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 25, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 999999, + "TriggerId": "ZryachiyPeaceKill", + "TriggerName": "botEvent" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "ravangeZryachiyEvent", + "BossName": "ravangeZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 99999, + "TriggerId": "SummonComplete", + "TriggerName": "botEvent" } + ], + "rezervbase": [ + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "peacefullZryachiyEvent", + "BossName": "peacefullZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "5", + "BossEscortDifficult": "normal", + "BossEscortType": "sectactPriestEvent", + "BossName": "sectactPriestEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 25, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 999999, + "TriggerId": "ZryachiyPeaceKill", + "TriggerName": "botEvent" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "ravangeZryachiyEvent", + "BossName": "ravangeZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 99999, + "TriggerId": "SummonComplete", + "TriggerName": "botEvent" + } + ], + "shoreline": [ + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "peacefullZryachiyEvent", + "BossName": "peacefullZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "5", + "BossEscortDifficult": "normal", + "BossEscortType": "sectactPriestEvent", + "BossName": "sectactPriestEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 25, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 999999, + "TriggerId": "ZryachiyPeaceKill", + "TriggerName": "botEvent" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "ravangeZryachiyEvent", + "BossName": "ravangeZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 99999, + "TriggerId": "SummonComplete", + "TriggerName": "botEvent" + } + ], + "tarkovstreets": [ + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "peacefullZryachiyEvent", + "BossName": "peacefullZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "5", + "BossEscortDifficult": "normal", + "BossEscortType": "sectactPriestEvent", + "BossName": "sectactPriestEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 25, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 999999, + "TriggerId": "ZryachiyPeaceKill", + "TriggerName": "botEvent" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "ravangeZryachiyEvent", + "BossName": "ravangeZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 99999, + "TriggerId": "SummonComplete", + "TriggerName": "botEvent" + } + ], + "woods": [ + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "peacefullZryachiyEvent", + "BossName": "peacefullZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "5", + "BossEscortDifficult": "normal", + "BossEscortType": "sectactPriestEvent", + "BossName": "sectactPriestEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 25, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 999999, + "TriggerId": "ZryachiyPeaceKill", + "TriggerName": "botEvent" + }, + { + "BossChance": 100, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "ravangeZryachiyEvent", + "BossName": "ravangeZryachiyEvent", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": true, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "Supports": null, + "Time": 99999, + "TriggerId": "SummonComplete", + "TriggerName": "botEvent" + } + ] }, - "christmasContainerIds": [ - "container_custom_DesignStuff_00427", - "container_Shopping_Mall_DesignStuff_00808", - "container_Lighthouse_DesignStuff_00001", - "container_shoreline_DesignStuff_00418", - "container_woods_design_stuff_00328" - ] + "halloweenzombies": { + "bigmap": [ + { + "BossChance": 80, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 80, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 0, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ], + "factory4_day": [ + { + "BossChance": 35, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 7000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + } + ], + "factory4_night": [ + { + "BossChance": 35, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": true, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 7000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 7000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 3000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + } + ], + "interchange": [ + { + "BossChance": 7900, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 7900, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 2100, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 1, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 14, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ], + "laboratory": [ + { + "BossChance": 10000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedLaborant" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedLaborant", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedLaborant" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 960, + "TriggerId": "", + "TriggerName": "" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedLaborant", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "BotZoneFloor1,BotZoneFloor2,BotZoneBasement", + "Delay": 0, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedLaborant" + } + ], + "Time": 960, + "TriggerId": "", + "TriggerName": "" + } + ], + "lighthouse": [ + { + "BossChance": 6000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 12, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ], + "rezervbase": [ + { + "BossChance": 6500, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 6500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 3500, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 12, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ], + "sandbox": [ + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedCivil" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn00", + "TriggerName": "botEvent" + } + ], + "sandbox_high": [ + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedCivil" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 12, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ], + "shoreline": [ + { + "BossChance": 6000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 6000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 4000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 12, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ], + "tarkovstreets": [ + { + "BossChance": 8000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedCivil", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedCivil" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedCivil" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 8000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedCivil", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "easy", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "2", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "hard", + "BossEscortAmount": "2", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 2000, + "BossDifficult": "normal", + "BossEscortAmount": "2", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 12, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "ForceSpawn": false, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "pve", + "regular" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ], + "woods": [ + { + "BossChance": 10000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "InfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "hard" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedAssault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "easy" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "2", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedAssault", + "BossName": "infectedPmc", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": [ + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedAssault" + }, + { + "BossEscortAmount": "1", + "BossEscortDifficult": [ + "normal" + ], + "BossEscortType": "infectedPmc" + } + ], + "Time": 9999, + "TriggerId": "InfectedSpawn100", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "easy", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn0", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "easy", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn10", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn20", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn30", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn40", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn50", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "hard", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn60", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn70", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "hard", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn80", + "TriggerName": "botEvent" + }, + { + "BossChance": 10000, + "BossDifficult": "normal", + "BossEscortAmount": "1", + "BossEscortDifficult": "normal", + "BossEscortType": "assault", + "BossName": "assault", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": false, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": 9999, + "TriggerId": "UninfectedSpawn90", + "TriggerName": "botEvent" + }, + { + "BossChance": 17, + "BossDifficult": "normal", + "BossEscortAmount": "0", + "BossEscortDifficult": "normal", + "BossEscortType": "infectedTagilla", + "BossName": "infectedTagilla", + "BossPlayer": false, + "BossZone": "", + "Delay": 0, + "DependKarma": false, + "DependKarmaPVE": false, + "ForceSpawn": false, + "IgnoreMaxBots": true, + "RandomTimeSpawn": false, + "SpawnMode": [ + "regular", + "pve" + ], + "Supports": null, + "Time": -1, + "TriggerId": "", + "TriggerName": "" + } + ] + } + }, + "eventBotMapping": { + "arenaFighterEvent": "arenaFighterEvent", + "crazyAssaultEvent": "crazyAssaultEvent", + "peacefullZryachiyEvent": "bossZryachiy", + "ravangeZryachiyEvent": "ravangeZryachiyEvent", + "sectactPriestEvent": "sectantPriest" + }, + "eventGear": { + "christmas": { + "bear": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 30, + "675ac888803644528007b3f6": 30 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 80, + "5a43957686f7742a2c2f11b0": 80 + } + }, + "bossboar": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 1 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 1, + "5a43957686f7742a2c2f11b0": 1 + } + }, + "bossbully": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 120 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 150, + "5a43957686f7742a2c2f11b0": 150 + } + }, + "bossgluhar": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 5 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 500, + "5a43957686f7742a2c2f11b0": 500 + } + }, + "bosskilla": { + "ArmorVest": { + "674d91ce6e862d5a95059ed6": 200 + }, + "Headwear": { + "6759af0f9c8a538dd70bfae6": 200 + } + }, + "bossknight": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 1500 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 3, + "5a43957686f7742a2c2f11b0": 3 + } + }, + "bosssanitar": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 600 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 3, + "5a43957686f7742a2c2f11b0": 3 + } + }, + "exusec": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 1200 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 500, + "5a43957686f7742a2c2f11b0": 500 + } + }, + "followerbigpipe": { + "Headwear": { + "5a43943586f77416ad2f06e2": 3, + "5a43957686f7742a2c2f11b0": 3 + } + }, + "followerbirdeye": { + "Headwear": { + "5a43943586f77416ad2f06e2": 1, + "5a43957686f7742a2c2f11b0": 1 + } + }, + "followerboar": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 250 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 3, + "5a43957686f7742a2c2f11b0": 3 + } + }, + "followerbully": { + "Headwear": { + "5a43943586f77416ad2f06e2": 600, + "5a43957686f7742a2c2f11b0": 600 + } + }, + "followergluharassault": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 550 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 700, + "5a43957686f7742a2c2f11b0": 700 + } + }, + "followergluharscout": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 5 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 3, + "5a43957686f7742a2c2f11b0": 3 + } + }, + "followergluharsecurity": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 5 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 3, + "5a43957686f7742a2c2f11b0": 3 + } + }, + "followerkojaniy": { + "Headwear": { + "5a43943586f77416ad2f06e2": 3, + "5a43957686f7742a2c2f11b0": 3 + } + }, + "followersanitar": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 5 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 1, + "5a43957686f7742a2c2f11b0": 1 + } + }, + "marksman": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 400 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 1400, + "5a43957686f7742a2c2f11b0": 1400 + } + }, + "pmcbot": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 1200 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 600, + "5a43957686f7742a2c2f11b0": 600 + } + }, + "sectantpriest": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 5 + } + }, + "sectantwarrior": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 5 + } + }, + "usec": { + "FaceCover": { + "5c1a1e3f2e221602b66cc4c2": 30, + "675ac888803644528007b3f6": 30 + }, + "Headwear": { + "5a43943586f77416ad2f06e2": 80, + "5a43957686f7742a2c2f11b0": 80 + } + } + }, + "halloween": { + "assault": { + "FaceCover": { + "5bd06f5d86f77427101ad47c": 1500, + "5bd0716d86f774171822ef4b": 1500, + "5bd071d786f7747e707b93a3": 1500, + "5e54f79686f7744022011103": 1500, + "6176a40f0b8c0312ac75a3d3": 1500, + "6176a48d732a664031271438": 1500, + "62a5c2c98ec41a51b34739c0": 1500, + "62a5c333ec21e50cad3b5dc6": 1500, + "62a5c41e8ec41a51b34739c3": 1500, + "635267ab3c89e2112001f826": 1500 + }, + "Headwear": { + "59ef13ca86f77445fd0e2483": 1500 + } + }, + "bear": { + "FaceCover": { + "5bd06f5d86f77427101ad47c": 5, + "5bd0716d86f774171822ef4b": 5, + "5bd071d786f7747e707b93a3": 5, + "5e54f79686f7744022011103": 5, + "6176a40f0b8c0312ac75a3d3": 5, + "6176a48d732a664031271438": 5, + "62a5c2c98ec41a51b34739c0": 5, + "62a5c333ec21e50cad3b5dc6": 5, + "62a5c41e8ec41a51b34739c3": 5, + "635267ab3c89e2112001f826": 5 + }, + "Headwear": { + "59ef13ca86f77445fd0e2483": 25 + } + }, + "bossTagilla": { + "Scabbard": { + "63495c500c297e20065a08b1": 10 + } + }, + "usec": { + "FaceCover": { + "5bd06f5d86f77427101ad47c": 5, + "5bd0716d86f774171822ef4b": 5, + "5bd071d786f7747e707b93a3": 5, + "5e54f79686f7744022011103": 5, + "6176a40f0b8c0312ac75a3d3": 5, + "6176a48d732a664031271438": 5, + "62a5c2c98ec41a51b34739c0": 5, + "62a5c333ec21e50cad3b5dc6": 5, + "62a5c41e8ec41a51b34739c3": 5, + "635267ab3c89e2112001f826": 5 + }, + "Headwear": { + "59ef13ca86f77445fd0e2483": 25 + } + } + } + }, + "eventLoot": { + "christmas": { + "assault": { + "Backpack": { + "5df8a6a186f77412640e2e80": 2200, + "5df8a72c86f77412640e2e83": 2200, + "5df8a77486f77412672a1e3f": 2200, + "63a8970d7108f713591149f5": 250, + "675ea3d6312c0a5c4e04e317": 1500 + }, + "Pockets": { + "5df8a6a186f77412640e2e80": 2200, + "5df8a72c86f77412640e2e83": 2200, + "5df8a77486f77412672a1e3f": 2200 + }, + "TacticalVest": { + "5df8a6a186f77412640e2e80": 2200, + "5df8a72c86f77412640e2e83": 2200, + "5df8a77486f77412672a1e3f": 2200 + } + } + } + }, + "eventWaves": {}, + "events": [ + { + "enabled": true, + "endDay": "9", + "endMonth": "11", + "name": "halloween", + "settings": { + "enableSummoning": false, + "removeEntryRequirement": [ + "laboratory" + ], + "replaceBotHostility": true, + "zombieSettings": { + "disableBosses": [ + "laboratory" + ], + "disableWaves": [], + "enabled": true, + "mapInfectionAmount": { + "Sandbox": 0, + "factory4": 0, + "laboratory": 100 + } + } + }, + "startDay": "28", + "startMonth": "10", + "type": "HALLOWEEN" + }, + { + "enabled": true, + "endDay": "31", + "endMonth": "12", + "name": "christmas", + "settings": { + "adjustBotAppearances": true, + "enableChristmasHideout": true, + "enableSanta": true + }, + "startDay": "12", + "startMonth": "12", + "type": "CHRISTMAS" + }, + { + "enabled": true, + "endDay": "1", + "endMonth": "1", + "name": "newyears", + "settings": { + "adjustBotAppearances": true, + "enableChristmasHideout": true, + "enableSanta": true + }, + "startDay": "1", + "startMonth": "1", + "type": "NEWYEARS" + }, + { + "enabled": true, + "endDay": "14", + "endMonth": "1", + "name": "christmas January", + "settings": { + "adjustBotAppearances": true, + "enableChristmasHideout": true, + "enableSanta": true + }, + "startDay": "2", + "startMonth": "1", + "type": "CHRISTMAS" + }, + { + "enabled": true, + "endDay": "1", + "endMonth": "4", + "name": "April fools", + "settings": { + "forceSeason": 2, + "removeEntryRequirement": [ + "laboratory" + ], + "replaceBotHostility": true, + "zombieSettings": { + "disableBosses": [ + "laboratory" + ], + "disableWaves": [], + "enabled": true, + "mapInfectionAmount": { + "laboratory": 100 + } + } + }, + "startDay": "1", + "startMonth": "4", + "type": "APRILFOOLS" + } + ], + "gifterSettings": [ + { + "map": "bigmap", + "spawnChance": 85, + "zones": "ZoneDormitory,ZoneGasStation,ZoneScavBase" + }, + { + "map": "factory4_day", + "spawnChance": 50, + "zones": "BotZone" + }, + { + "map": "laboratory", + "spawnChance": 75, + "zones": "BotZoneFloor1,BotZoneFloor2" + }, + { + "map": "interchange", + "spawnChance": 75, + "zones": "ZoneCenterBot,ZoneCenter,ZoneOLI,ZoneIDEA,ZoneGoshan,ZoneIDEAPark,ZoneOLIPark" + }, + { + "map": "lighthouse", + "spawnChance": 75, + "zones": "Zone_TreatmentContainers,Zone_Chalet,Zone_RoofContainers,Zone_RoofBeach,Zone_Hellicopter" + }, + { + "map": "rezervbase", + "spawnChance": 75, + "zones": "ZoneRailStrorage,ZoneRailStrorage,ZoneRailStrorage,ZonePTOR1,ZonePTOR2,ZoneBarrack,ZoneBarrack,ZoneBarrack,ZoneSubStorage" + }, + { + "map": "shoreline", + "spawnChance": 75, + "zones": "ZonePort,ZoneGreenHouses,ZoneSanatorium1,ZoneGreenHouses,ZoneSanatorium2,ZoneMeteoStation,ZoneSanatorium1,ZoneSanatorium2" + }, + { + "map": "tarkovstreets", + "spawnChance": 75, + "zones": "ZoneColumn" + }, + { + "map": "woods", + "spawnChance": 75, + "zones": "ZoneScavBase2,ZoneWoodCutter" + }, + { + "map": "sandbox", + "spawnChance": 75, + "zones": "ZoneSandbox" + } + ], + "hostilitySettingsForEvent": { + "aprilFools": { + "default": [ + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla", + "bossBully" + ], + "BearPlayerBehaviour": "AlwaysEnemies", + "BotRole": "assault", + "ChancedEnemies": [ + { + "EnemyChance": 75, + "Role": "assault" + } + ], + "SavageEnemyChance": 70, + "SavagePlayerBehaviour": "ChancedEnemies", + "UsecPlayerBehaviour": "AlwaysEnemies" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla", + "bossBully" + ], + "BearPlayerBehaviour": "AlwaysEnemies", + "BotRole": "marksman", + "ChancedEnemies": [ + { + "EnemyChance": 75, + "Role": "assault" + } + ], + "SavageEnemyChance": 70, + "SavagePlayerBehaviour": "ChancedEnemies", + "UsecPlayerBehaviour": "AlwaysEnemies" + } + ] + }, + "zombies": { + "default": [ + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "marksman", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "assault", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossTest", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossBully", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerTest", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerBully", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossKilla", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossKojaniy", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerKojaniy", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "pmcBot", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "cursedAssault", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossGluhar", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerGluharAssault", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerGluharSecurity", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerGluharScout", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerGluharSnipe", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerSanitar", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossSanitar", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "test", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "assaultGroup", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "sectantWarrior", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "sectantPriest", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossTagilla", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerTagilla", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "exUsec", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "gifter", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossKnight", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerBigPipe", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerBirdEye", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossZryachiy", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerZryachiy", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossBoar", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerBoar", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "arenaFighter", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "arenaFighterEvent", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossBoarSniper", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "crazyAssaultEvent", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "peacefullZryachiyEvent", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "sectactPriestEvent", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "ravangeZryachiyEvent", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerBoarClose1", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerBoarClose2", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossKolontay", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerKolontayAssault", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "followerKolontaySecurity", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "shooterBTR", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "bossPartisan", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "spiritWinter", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "spiritSpring", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "peacemaker", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearEnemyChance": 15, + "BearPlayerBehaviour": "ChancedEnemies", + "BotRole": "pmcBEAR", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecEnemyChance": 30, + "UsecPlayerBehaviour": "ChancedEnemies" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearEnemyChance": 30, + "BearPlayerBehaviour": "ChancedEnemies", + "BotRole": "pmcUSEC", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecEnemyChance": 15, + "UsecPlayerBehaviour": "ChancedEnemies" + }, + { + "AlwaysEnemies": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "Neutral", + "BotRole": "skier", + "Neutral": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "SavagePlayerBehaviour": "Neutral", + "UsecPlayerBehaviour": "Neutral" + }, + { + "AlwaysEnemies": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "AlwaysFriends": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "AlwaysEnemies", + "BotRole": "infectedAssault", + "SavagePlayerBehaviour": "AlwaysEnemies", + "UsecPlayerBehaviour": "AlwaysEnemies" + }, + { + "AlwaysEnemies": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "AlwaysFriends": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "AlwaysEnemies", + "BotRole": "infectedPmc", + "SavagePlayerBehaviour": "AlwaysEnemies", + "UsecPlayerBehaviour": "AlwaysEnemies" + }, + { + "AlwaysEnemies": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "AlwaysFriends": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "AlwaysEnemies", + "BotRole": "infectedCivil", + "SavagePlayerBehaviour": "AlwaysEnemies", + "UsecPlayerBehaviour": "AlwaysEnemies" + }, + { + "AlwaysEnemies": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "AlwaysFriends": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "AlwaysEnemies", + "BotRole": "infectedLaborant", + "SavagePlayerBehaviour": "AlwaysEnemies", + "UsecPlayerBehaviour": "AlwaysEnemies" + }, + { + "AlwaysEnemies": [ + "marksman", + "assault", + "bossTest", + "bossBully", + "followerTest", + "bossKilla", + "bossKojaniy", + "followerKojaniy", + "pmcBot", + "cursedAssault", + "bossGluhar", + "followerGluharAssault", + "followerGluharSecurity", + "followerGluharScout", + "followerGluharSnipe", + "followerSanitar", + "bossSanitar", + "test", + "assaultGroup", + "sectantWarrior", + "sectantPriest", + "bossTagilla", + "followerTagilla", + "exUsec", + "gifter", + "bossKnight", + "followerBigPipe", + "followerBirdEye", + "bossZryachiy", + "followerZryachiy", + "bossBoar", + "followerBoar", + "arenaFighter", + "arenaFighterEvent", + "bossBoarSniper", + "crazyAssaultEvent", + "peacefullZryachiyEvent", + "sectactPriestEvent", + "ravangeZryachiyEvent", + "followerBoarClose1", + "followerBoarClose2", + "bossKolontay", + "followerKolontayAssault", + "followerKolontaySecurity", + "shooterBTR", + "bossPartisan", + "spiritWinter", + "spiritSpring", + "peacemaker", + "pmcBEAR", + "pmcUSEC", + "skier" + ], + "AlwaysFriends": [ + "infectedAssault", + "infectedPmc", + "infectedCivil", + "infectedLaborant", + "infectedTagilla" + ], + "BearPlayerBehaviour": "AlwaysEnemies", + "BotRole": "infectedTagilla", + "SavagePlayerBehaviour": "AlwaysEnemies", + "UsecPlayerBehaviour": "AlwaysEnemies" + } + ] + } + } } diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/bear.json b/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/bear.json index 99200845..edc34f87 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/bear.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/bear.json @@ -532,7 +532,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 9, @@ -1057,7 +1057,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 9, @@ -1581,7 +1581,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 0.5, @@ -2104,7 +2104,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 5, @@ -2437,7 +2437,6 @@ "Solarint", "DrakiaXYZ", "SlejmUr", - "bandit", "Junko Space Mommy", "MoxoPixel", "FlashMode", @@ -2677,7 +2676,84 @@ "TROMBON", "mr_puudlik_", "TarkovBasement", - "Damirka_EA" + "Damirka_EA", + "John Halo", + "AGX", + "Mugnum", + "Spring", + "rpmwpm", + "IdiotTurtle", + "MrVibesRSA", + "FiveF", + "desze", + "Boogle", + "sch_kuromi", + "Lillian", + "Tarkin", + "Netnikogo", + "ZGFueDkx", + "TakiiNotFound", + "bushtail", + "wizard83", + "Super", + "harmony", + "SKINNY BEPIS GAMING", + "toothpaste OJ combo", + "Cooler daniel", + "Markosz", + "RootsNine", + "Dsnyder", + "inory", + "HANAVI", + "Dildz", + "fryciarz7", + "PenOkOh", + "Randek", + "ThinkSlow", + "House16", + "egbog", + "bakahashi", + "Harmer", + "Slickboi", + "blkdnm", + "numberdjester", + "vargrasen", + "doom", + "cardsmen", + "Saryn", + "sirdadbearingtonthe69", + "sarynkia", + "estamnar", + "dvize", + "floofyyq", + "jpdarkone", + "gley", + "loafedbread", + "bkreporn", + "malachitekell", + "chonkiee", + "schuetze_klaus", + "yojenkz", + "[666]Silent", + "Berryok", + "Bloom", + "devilwalker", + "Fatheals", + "HereticJ", + "InternalError_", + "jayy", + "JP21", + "Juniper", + "Mauzy-Mir", + "ngage", + "Plaguey", + "roman biznes", + "Slayer-of-Reshala", + "Straxus", + "The_Antman", + "worshipme", + "Myksa", + "weeny" ], "generation": { "items": { @@ -3102,7 +3178,10 @@ "63737f448b28897f2802b874": 50, "64abd93857958b4249003418": 100, "64be79c487d1510151095552": 50, - "64be79e2bf8412471d0d9bcc": 50 + "64be79e2bf8412471d0d9bcc": 50, + "67ab2eecfe82855dcc0f2af6": 50, + "67ab2f5adafe3b22670c911f": 17, + "67ab2f94dafe3b22670c912c": 160 }, "Backpack": { "544a5cde4bdc2d39388b456b": 5, @@ -3165,16 +3244,20 @@ "5d6d2e22a4b9361bd5780d05": 1, "5d6d2ef3a4b93618084f58bd": 1, "603409c80ca681766b6a0fb2": 1, - "62a61c988ec41a51b34758d5": 1 + "62a61c988ec41a51b34758d5": 1, + "67af41dd1eb308667602db4a": 1, + "67af425c2676ade5750b50e6": 1, + "67af42942676ade5750b50e8": 1 }, "FaceCover": { - "572b7f1624597762ae139822": 5, - "572b7fa524597762b747ce82": 5, + "572b7f1624597762ae139822": 1, + "572b7fa524597762b747ce82": 1, "59e7715586f7742ee5789605": 5, - "5ab8f39486f7745cd93a1cca": 5, + "5ab8f39486f7745cd93a1cca": 1, "5ab8f4ff86f77431c60d91ba": 5, "5ab8f85d86f7745cd93a1cf5": 5, "5b4325355acfc40019478126": 5, + "5b4326435acfc433000ed01d": 1, "5b432f3d5acfc4704b4a1dfb": 5, "5bd0716d86f774171822ef4b": 2, "5bd073a586f7747e6f135799": 2, @@ -3185,7 +3268,48 @@ "60a7ad2a2198820d95707a2e": 2, "62a09dd4621468534a797ac7": 2, "657089638db3adca1009f4ca": 2, - "675ac888803644528007b3f6": 4 + "675ac888803644528007b3f6": 4, + "67a4b71ad3228756b6088ee2": 1, + "67a5c5b6dfdf568c9009af66": 1, + "67a5c5df782ce4655104db14": 1, + "67a5c5f37f52620c5b05b4d6": 1, + "67a5c6068fcd9fb73f0752cf": 1, + "67a5c61c7f52620c5b05b4d8": 1, + "67a5c657782ce4655104db16": 1, + "67a5f917dfdf568c9009af6b": 1, + "67a5f94e802d287c670bb966": 1, + "67a5f968fafb8efd440694b6": 1, + "67a5f989f7041a25760dda36": 1, + "67a5f9a193f7b62b6b0f6576": 1, + "67a5fa01fafb8efd440694ba": 1, + "67a9cc9cf05be177170bcd76": 1, + "67a9ccfff05be177170bcd78": 1, + "67a9cd18f05be177170bcd7a": 1, + "67a9cd28cade15e0f00123b6": 1, + "67a9cd381fb22063280728a6": 1, + "67a9cd55c2a2d940930aec86": 1, + "67a9cd6ecade15e0f00123b8": 1, + "67a9dc769de6826a650ee066": 1, + "67a9dc997faa4210bb0807c6": 1, + "67a9dca99de6826a650ee068": 1, + "67a9dcbac185de5a4d0c2a06": 1, + "67a9dccf9de6826a650ee06a": 1, + "67a9dce47faa4210bb0807c8": 1, + "67a9dd619de6826a650ee06c": 1, + "67a9e9d04fb4a4a8a00d2826": 1, + "67a9e9e0c185de5a4d0c2a13": 1, + "67a9e9f09de6826a650ee074": 1, + "67a9ea004fb4a4a8a00d2828": 1, + "67a9ea10c185de5a4d0c2a15": 1, + "67a9ea39de7fb0f19e077da6": 1, + "67a9ea7e4fb4a4a8a00d282a": 1, + "67a9ea98de7fb0f19e077da8": 1, + "67aaf808bf7609058606a926": 1, + "67aaf82d508ee9b6440e9c46": 1, + "67aaf84104dca1c82c071cf6": 1, + "67aaf851bf7609058606a928": 1, + "67aaf863de7fb0f19e077db9": 1, + "67aaf879508ee9b6440e9c48": 1 }, "FirstPrimaryWeapon": { "5447a9cd4bdc2dbd208b4567": 4, @@ -3466,7 +3590,11 @@ "66b6295178bbc0200425f995": 25, "66b6295a8ca68c6461709efa": 25, "66b6296d7994640992013b17": 25, - "674589d98dd67746010329e6": 15 + "674589d98dd67746010329e6": 15, + "67ab3ea96d7ece17bf0096f6": 38, + "67ab3f146d7ece17bf0096ff": 38, + "67ab49aab9c7a1e18c095686": 38, + "67ab4b2d6f7ae4aa550bbcf6": 45 } }, "items": { @@ -20847,6 +20975,272 @@ "57fd23e32459772d0805bcf1", "544909bb4bdc2d6f028b4577" ] + }, + "67ab2eecfe82855dcc0f2af6": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa25e94b480b8a500c0e0", + "656fa76500d62bcd2e024080", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fafe3498d1b7e3e071da4", + "656fa0fb498d1b7e3e071d9c", + "656fa76500d62bcd2e024080", + "656fad8c498d1b7e3e071da0", + "656fa25e94b480b8a500c0e0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ] + }, + "67ab2f5adafe3b22670c911f": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "65573fa5655447403702a816", + "64afc71497cf3a403c01ff38", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Collar": [ + "6575dd769d3a0ddf660b904b" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "65573fa5655447403702a816", + "64afc71497cf3a403c01ff38", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Groin": [ + "6575dd800546f8b1de093df6" + ], + "Groin_back": [ + "6575dd94945bf78edd04c43c" + ], + "Left_side_plate": [ + "6557458f83942d705f0c4962", + "64afdb577bb3bfe8fe03fd1d", + "64afd81707e2cf40e903a316" + ], + "Right_side_plate": [ + "6557458f83942d705f0c4962", + "64afdb577bb3bfe8fe03fd1d", + "64afd81707e2cf40e903a316" + ], + "Soft_armor_back": [ + "6575dd519e27f4a85e081146" + ], + "Soft_armor_front": [ + "6575dd3e9e27f4a85e081142" + ], + "Soft_armor_left": [ + "6575dd64945bf78edd04c438" + ], + "soft_armor_right": [ + "6575dd6e9d3a0ddf660b9047" + ] + }, + "67ab2f94dafe3b22670c912c": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656faf0ca0dce000a2020f77", + "656fae5f7c2d57afe200c0d7", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fa61e94b480b8a500c0e8", + "656fad8c498d1b7e3e071da0", + "656fac30c6baea13cd07e10c", + "656fb21fa0dce000a2020f7c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656fa8d700d62bcd2e024084", + "656f9d5900d62bcd2e02407c", + "656fa99800d62bcd2e024088", + "656fa0fb498d1b7e3e071d9c", + "656faf0ca0dce000a2020f77", + "656fae5f7c2d57afe200c0d7", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Soft_armor_back": [ + "6570e0610b57c03ec90b96ef" + ], + "Soft_armor_front": [ + "6570e025615f54368b04fcb0" + ] + }, + "67ab49aab9c7a1e18c095686": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fad8c498d1b7e3e071da0", + "656fa25e94b480b8a500c0e0", + "656fa61e94b480b8a500c0e8", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656fb21fa0dce000a2020f7c", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fa76500d62bcd2e024080", + "656fafe3498d1b7e3e071da4", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fb0bd7c2d57afe200c0dc", + "656fac30c6baea13cd07e10c", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Groin": [ + "6570e90b3a5689d85f08db97" + ], + "Soft_armor_back": [ + "6570e87c23c1f638ef0b0ee2" + ], + "Soft_armor_front": [ + "6570e83223c1f638ef0b0ede" + ] + }, + "67ab4b2d6f7ae4aa550bbcf6": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa99800d62bcd2e024088", + "656fa8d700d62bcd2e024084", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fac30c6baea13cd07e10c", + "656fb21fa0dce000a2020f7c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Soft_armor_back": [ + "6575bca0dc9932aed601c5d7" + ], + "Soft_armor_front": [ + "6575bc88c6700bd6b40e8a57" + ] } } }, diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/usec.json b/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/usec.json index 45368d7f..a56ba4bf 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/usec.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/bots/types/usec.json @@ -522,7 +522,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 9, @@ -1047,7 +1047,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 9, @@ -1571,7 +1571,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 0.5, @@ -2094,7 +2094,7 @@ "gifter" ], "REVENGE_FOR_SAVAGE_PLAYERS": false, - "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 20000, + "SDIST_TO_DELIVER_INFO_WHEN_ENEMY": 10000, "SEARCH_TARGET": true, "SEC_TO_MORE_DIST_TO_RUN": 10, "SHOOT_INSTEAD_DOG_FIGHT": 5, @@ -2427,7 +2427,6 @@ "Solarint", "DrakiaXYZ", "SlejmUr", - "bandit", "Junko Space Mommy", "MoxoPixel", "FlashMode", @@ -2667,7 +2666,84 @@ "TROMBON", "mr_puudlik_", "TarkovBasement", - "Damirka_EA" + "Damirka_EA", + "John Halo", + "AGX", + "Mugnum", + "Spring", + "rpmwpm", + "IdiotTurtle", + "MrVibesRSA", + "FiveF", + "desze", + "Boogle", + "sch_kuromi", + "Lillian", + "Tarkin", + "Netnikogo", + "ZGFueDkx", + "TakiiNotFound", + "bushtail", + "wizard83", + "Super", + "harmony", + "SKINNY BEPIS GAMING", + "toothpaste OJ combo", + "Cooler daniel", + "Markosz", + "RootsNine", + "Dsnyder", + "inory", + "HANAVI", + "Dildz", + "fryciarz7", + "PenOkOh", + "Randek", + "ThinkSlow", + "House16", + "egbog", + "bakahashi", + "Harmer", + "Slickboi", + "blkdnm", + "numberdjester", + "vargrasen", + "doom", + "cardsmen", + "Saryn", + "sirdadbearingtonthe69", + "sarynkia", + "estamnar", + "dvize", + "floofyyq", + "jpdarkone", + "gley", + "loafedbread", + "bkreporn", + "malachitekell", + "chonkiee", + "schuetze_klaus", + "yojenkz", + "[666]Silent", + "Berryok", + "Bloom", + "devilwalker", + "Fatheals", + "HereticJ", + "InternalError_", + "jayy", + "JP21", + "Juniper", + "Mauzy-Mir", + "ngage", + "Plaguey", + "roman biznes", + "Slayer-of-Reshala", + "Straxus", + "The_Antman", + "worshipme", + "Myksa", + "weeny" ], "generation": { "items": { @@ -3077,7 +3153,9 @@ "5c0e5edb86f77461f55ed1f7": 25, "5c0e625a86f7742d77340f62": 17, "5c0e655586f774045612eeb2": 160, + "67ab2f94dafe3b22670c912c": 160, "5ca2151486f774244a3b8d30": 17, + "67ab2f5adafe3b22670c911f": 17, "5ca21c6986f77479963115a7": 17, "5df8a2ca86f7740bfe6df777": 5, "5e4abb5086f77406975c9342": 17, @@ -3090,6 +3168,7 @@ "60a283193cb70855c43a381d": 17, "62a09d79de7ac81993580530": 10, "63737f448b28897f2802b874": 50, + "67ab2eecfe82855dcc0f2af6": 50, "64abd93857958b4249003418": 100, "64be79c487d1510151095552": 50, "64be79e2bf8412471d0d9bcc": 50 @@ -3147,21 +3226,52 @@ "557ff21e4bdc2d89578b4586": 1, "59e770b986f7742cbd762754": 1, "5aa2b986e5b5b00014028f4c": 1, + "67af41dd1eb308667602db4a": 1, "5aa2b9aee5b5b00015693121": 1, "5b432be65acfc433000ed01f": 1, "5c0d32fcd174af02a1659c75": 1, "5c1a1cc52e221602b3136e3d": 1, + "67af42942676ade5750b50e8": 1, "5d5fca1ea4b93635fd598c07": 1, "5d6d2e22a4b9361bd5780d05": 1, "5d6d2ef3a4b93618084f58bd": 1, + "67af425c2676ade5750b50e6": 1, "603409c80ca681766b6a0fb2": 1, "62a61c988ec41a51b34758d5": 1 }, "FaceCover": { - "572b7f1624597762ae139822": 5, - "572b7fa524597762b747ce82": 5, + "572b7f1624597762ae139822": 1, + "67a9cd28cade15e0f00123b6": 1, + "67a9e9e0c185de5a4d0c2a13": 1, + "67a9ea004fb4a4a8a00d2828": 1, + "67a9cc9cf05be177170bcd76": 1, + "67a9cd6ecade15e0f00123b8": 1, + "67a9cd381fb22063280728a6": 1, + "67a9e9d04fb4a4a8a00d2826": 1, + "67a9ea39de7fb0f19e077da6": 1, + "67a9ccfff05be177170bcd78": 1, + "67a9cd18f05be177170bcd7a": 1, + "67a9e9f09de6826a650ee074": 1, + "67a9ea98de7fb0f19e077da8": 1, + "67a9ea7e4fb4a4a8a00d282a": 1, + "67a9cd55c2a2d940930aec86": 1, + "67a9ea10c185de5a4d0c2a15": 1, + "572b7fa524597762b747ce82": 1, + "67a5fa01fafb8efd440694ba": 1, + "67a5f989f7041a25760dda36": 1, + "67a5f968fafb8efd440694b6": 1, + "67a5f917dfdf568c9009af6b": 1, + "67a5f9a193f7b62b6b0f6576": 1, + "67a5f94e802d287c670bb966": 1, "59e7715586f7742ee5789605": 5, - "5ab8f39486f7745cd93a1cca": 5, + "5ab8f39486f7745cd93a1cca": 1, + "67a9dccf9de6826a650ee06a": 1, + "67a9dc769de6826a650ee066": 1, + "67a9dce47faa4210bb0807c8": 1, + "67a9dca99de6826a650ee068": 1, + "67a9dc997faa4210bb0807c6": 1, + "67a9dcbac185de5a4d0c2a06": 1, + "67a9dd619de6826a650ee06c": 1, "5ab8f4ff86f77431c60d91ba": 5, "5ab8f85d86f7745cd93a1cf5": 5, "5b4325355acfc40019478126": 5, @@ -3175,7 +3285,21 @@ "60a7ad2a2198820d95707a2e": 2, "62a09dd4621468534a797ac7": 2, "657089638db3adca1009f4ca": 2, - "675ac888803644528007b3f6": 4 + "67a5c5f37f52620c5b05b4d6": 1, + "67a5c5b6dfdf568c9009af66": 1, + "67a4b71ad3228756b6088ee2": 1, + "67a5c6068fcd9fb73f0752cf": 1, + "67a5c5df782ce4655104db14": 1, + "67a5c657782ce4655104db16": 1, + "67a5c61c7f52620c5b05b4d8": 1, + "675ac888803644528007b3f6": 4, + "5b4326435acfc433000ed01d": 1, + "67aaf82d508ee9b6440e9c46": 1, + "67aaf84104dca1c82c071cf6": 1, + "67aaf808bf7609058606a926": 1, + "67aaf879508ee9b6440e9c48": 1, + "67aaf863de7fb0f19e077db9": 1, + "67aaf851bf7609058606a928": 1 }, "FirstPrimaryWeapon": { "5447a9cd4bdc2dbd208b4567": 4, @@ -3403,15 +3527,19 @@ }, "TacticalVest": { "544a5caa4bdc2d1a388b4568": 38, + "67ab49aab9c7a1e18c095686": 38, "5648a69d4bdc2ded0b8b457b": 38, + "67ab3f146d7ece17bf0096ff": 38, "572b7adb24597762ae139821": 5, "5929a2a086f7744f4b234d43": 38, "592c2d1a86f7746dbe2af32a": 38, + "67ab3ea96d7ece17bf0096f6": 38, "59e7643b86f7742cbf2c109a": 38, "5ab8dab586f77441cd04f2a2": 38, "5ab8dced86f774646209ec87": 38, "5b44c8ea86f7742d1627baf1": 38, "5b44cad286f77402a54ae7e5": 45, + "67ab4b2d6f7ae4aa550bbcf6": 45, "5c0e3eb886f7742015526062": 3, "5c0e446786f7742013381639": 38, "5c0e6a1586f77404597b4965": 38, @@ -3750,6 +3878,57 @@ "6570e83223c1f638ef0b0ede" ] }, + "67ab49aab9c7a1e18c095686": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fad8c498d1b7e3e071da0", + "656fa25e94b480b8a500c0e0", + "656fa61e94b480b8a500c0e8", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656fb21fa0dce000a2020f7c", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fa76500d62bcd2e024080", + "656fafe3498d1b7e3e071da4", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fb0bd7c2d57afe200c0dc", + "656fac30c6baea13cd07e10c", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Groin": [ + "6570e90b3a5689d85f08db97" + ], + "Soft_armor_back": [ + "6570e87c23c1f638ef0b0ee2" + ], + "Soft_armor_front": [ + "6570e83223c1f638ef0b0ede" + ] + }, "545cdb794bdc2d3a198b456a": { "Back_plate": [ "656f9d5900d62bcd2e02407c", @@ -8503,6 +8682,54 @@ "6575bc88c6700bd6b40e8a57" ] }, + "67ab4b2d6f7ae4aa550bbcf6": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa99800d62bcd2e024088", + "656fa8d700d62bcd2e024084", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fac30c6baea13cd07e10c", + "656fb21fa0dce000a2020f7c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Soft_armor_back": [ + "6575bca0dc9932aed601c5d7" + ], + "Soft_armor_front": [ + "6575bc88c6700bd6b40e8a57" + ] + }, "5b44cd8b86f774503d30cba2": { "Back_plate": [ "656f9d5900d62bcd2e02407c", @@ -10386,6 +10613,54 @@ "6570e025615f54368b04fcb0" ] }, + "67ab2f94dafe3b22670c912c": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656faf0ca0dce000a2020f77", + "656fae5f7c2d57afe200c0d7", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fa61e94b480b8a500c0e8", + "656fad8c498d1b7e3e071da0", + "656fac30c6baea13cd07e10c", + "656fb21fa0dce000a2020f7c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656fa8d700d62bcd2e024084", + "656f9d5900d62bcd2e02407c", + "656fa99800d62bcd2e024088", + "656fa0fb498d1b7e3e071d9c", + "656faf0ca0dce000a2020f77", + "656fae5f7c2d57afe200c0d7", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Soft_armor_back": [ + "6570e0610b57c03ec90b96ef" + ], + "Soft_armor_front": [ + "6570e025615f54368b04fcb0" + ] + }, "5c0e722886f7740458316a57": { "Back_plate": [ "656f9d5900d62bcd2e02407c", @@ -11267,6 +11542,83 @@ "6575dd6e9d3a0ddf660b9047" ] }, + "67ab2f5adafe3b22670c911f": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "65573fa5655447403702a816", + "64afc71497cf3a403c01ff38", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Collar": [ + "6575dd769d3a0ddf660b904b" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa76500d62bcd2e024080", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "65573fa5655447403702a816", + "64afc71497cf3a403c01ff38", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Groin": [ + "6575dd800546f8b1de093df6" + ], + "Groin_back": [ + "6575dd94945bf78edd04c43c" + ], + "Left_side_plate": [ + "6557458f83942d705f0c4962", + "64afdb577bb3bfe8fe03fd1d", + "64afd81707e2cf40e903a316" + ], + "Right_side_plate": [ + "6557458f83942d705f0c4962", + "64afdb577bb3bfe8fe03fd1d", + "64afd81707e2cf40e903a316" + ], + "Soft_armor_back": [ + "6575dd519e27f4a85e081146" + ], + "Soft_armor_front": [ + "6575dd3e9e27f4a85e081142" + ], + "Soft_armor_left": [ + "6575dd64945bf78edd04c438" + ], + "soft_armor_right": [ + "6575dd6e9d3a0ddf660b9047" + ] + }, "5ca21c6986f77479963115a7": { "Back_plate": [ "656f9d5900d62bcd2e02407c", @@ -17641,6 +17993,48 @@ "64afdcb83efdfea28601d041" ] }, + "67ab2eecfe82855dcc0f2af6": { + "Back_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fa0fb498d1b7e3e071d9c", + "656fafe3498d1b7e3e071da4", + "656fa25e94b480b8a500c0e0", + "656fa76500d62bcd2e024080", + "656fad8c498d1b7e3e071da0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ], + "Front_plate": [ + "656f9d5900d62bcd2e02407c", + "656fa8d700d62bcd2e024084", + "656fa99800d62bcd2e024088", + "656fae5f7c2d57afe200c0d7", + "656faf0ca0dce000a2020f77", + "656fafe3498d1b7e3e071da4", + "656fa0fb498d1b7e3e071d9c", + "656fa76500d62bcd2e024080", + "656fad8c498d1b7e3e071da0", + "656fa25e94b480b8a500c0e0", + "656fa61e94b480b8a500c0e8", + "656fb21fa0dce000a2020f7c", + "656fac30c6baea13cd07e10c", + "656fb0bd7c2d57afe200c0dc", + "656f9fa0498d1b7e3e071d98", + "656fa53d94b480b8a500c0e4", + "655746010177119f4a097ff7", + "64afdcb83efdfea28601d041" + ] + }, "637f57b78d137b27f70c496a": { "mod_foregrip": [ "58c157c886f774032749fb06" diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/globals.json b/Libraries/SPTarkov.Server.Assets/Assets/database/globals.json index 2a9317aa..ad2dd0c5 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/globals.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/globals.json @@ -23669,6 +23669,276 @@ "_name": "Saiga-12 FA", "_parent": "676408beba9ecbb20a005306", "_type": "Preset" + }, + "67c86f58179c494df00eedf6": { + "_changeWeaponName": false, + "_encyclopedia": "67ab2f28dafe3b22670c9116", + "_id": "67c86f58179c494df00eedf6", + "_items": [ + { + "_id": "67c8701892716de04e03a1c2", + "_tpl": "67ab2f28dafe3b22670c9116" + }, + { + "_id": "67c8701892716de04e03a1c3", + "_tpl": "65704de13e7bba58ea0285c8", + "parentId": "67c8701892716de04e03a1c2", + "slotId": "Soft_armor_front" + }, + { + "_id": "67c8701892716de04e03a1c4", + "_tpl": "65705c3c14f2ed6d7d0b7738", + "parentId": "67c8701892716de04e03a1c2", + "slotId": "Soft_armor_back" + }, + { + "_id": "67c8701892716de04e03a1c5", + "_tpl": "65705c777260e1139e091408", + "parentId": "67c8701892716de04e03a1c2", + "slotId": "Soft_armor_left" + }, + { + "_id": "67c8701892716de04e03a1c6", + "_tpl": "65705cb314f2ed6d7d0b773c", + "parentId": "67c8701892716de04e03a1c2", + "slotId": "soft_armor_right" + }, + { + "_id": "67c8701892716de04e03a1c7", + "_tpl": "65705cea4916448ae1050897", + "parentId": "67c8701892716de04e03a1c2", + "slotId": "Collar" + }, + { + "_id": "67c8701892716de04e03a1c8", + "_tpl": "656f9d5900d62bcd2e02407c", + "parentId": "67c8701892716de04e03a1c2", + "slotId": "Front_plate" + }, + { + "_id": "67c8701892716de04e03a1c9", + "_tpl": "656f9d5900d62bcd2e02407c", + "parentId": "67c8701892716de04e03a1c2", + "slotId": "Back_plate" + } + ], + "_name": "Body armor Kirasa N Green", + "_parent": "67c8701892716de04e03a1c2", + "_type": "Preset" + }, + "67c86fc392716de04e03a1b6": { + "_changeWeaponName": false, + "_encyclopedia": "67ab2f94dafe3b22670c912c", + "_id": "67c86fc392716de04e03a1b6", + "_items": [ + { + "_id": "67c86fe6f8615103060a6926", + "_tpl": "67ab2f94dafe3b22670c912c" + }, + { + "_id": "67c86fe6f8615103060a6927", + "_tpl": "6570e025615f54368b04fcb0", + "parentId": "67c86fe6f8615103060a6926", + "slotId": "Soft_armor_front" + }, + { + "_id": "67c86fe6f8615103060a6928", + "_tpl": "6570e0610b57c03ec90b96ef", + "parentId": "67c86fe6f8615103060a6926", + "slotId": "Soft_armor_back" + }, + { + "_id": "67c86fe6f8615103060a6929", + "_tpl": "656fad8c498d1b7e3e071da0", + "parentId": "67c86fe6f8615103060a6926", + "slotId": "Front_plate" + }, + { + "_id": "67c86fe6f8615103060a692a", + "_tpl": "656fad8c498d1b7e3e071da0", + "parentId": "67c86fe6f8615103060a6926", + "slotId": "Back_plate" + } + ], + "_name": "Body armor HighCom Trooper Coyote", + "_parent": "67c86fe6f8615103060a6926", + "_type": "Preset" + }, + "67c87094d05729369306ce76": { + "_changeWeaponName": false, + "_encyclopedia": "67ab49aab9c7a1e18c095686", + "_id": "67c87094d05729369306ce76", + "_items": [ + { + "_id": "67c87094d05729369306ce7d", + "_tpl": "67ab49aab9c7a1e18c095686" + }, + { + "_id": "67c87094d05729369306ce7e", + "_tpl": "6570e83223c1f638ef0b0ede", + "parentId": "67c87094d05729369306ce7d", + "slotId": "Soft_armor_front" + }, + { + "_id": "67c87094d05729369306ce7f", + "_tpl": "6570e87c23c1f638ef0b0ee2", + "parentId": "67c87094d05729369306ce7d", + "slotId": "Soft_armor_back" + }, + { + "_id": "67c87094d05729369306ce80", + "_tpl": "6570e90b3a5689d85f08db97", + "parentId": "67c87094d05729369306ce7d", + "slotId": "Groin" + }, + { + "_id": "67c87094d05729369306ce81", + "_tpl": "656f9fa0498d1b7e3e071d98", + "parentId": "67c87094d05729369306ce7d", + "slotId": "Front_plate" + }, + { + "_id": "67c87094d05729369306ce82", + "_tpl": "656f9fa0498d1b7e3e071d98", + "parentId": "67c87094d05729369306ce7d", + "slotId": "Back_plate" + } + ], + "_name": "Vest Crye Precision AVS multicam", + "_parent": "67c87094d05729369306ce7d", + "_type": "Preset" + }, + "67c870e5da2a209b2a0ed126": { + "_changeWeaponName": false, + "_encyclopedia": "67ab2eecfe82855dcc0f2af6", + "_id": "67c870e5da2a209b2a0ed126", + "_items": [ + { + "_id": "67c870e5da2a209b2a0ed12a", + "_tpl": "67ab2eecfe82855dcc0f2af6" + }, + { + "_id": "67c870e5da2a209b2a0ed12b", + "_tpl": "656fae5f7c2d57afe200c0d7", + "parentId": "67c870e5da2a209b2a0ed12a", + "slotId": "Front_plate" + }, + { + "_id": "67c870e5da2a209b2a0ed12c", + "_tpl": "656fae5f7c2d57afe200c0d7", + "parentId": "67c870e5da2a209b2a0ed12a", + "slotId": "Back_plate" + } + ], + "_name": "Body armor Hexatac HPC Multicam", + "_parent": "67c870e5da2a209b2a0ed12a", + "_type": "Preset" + }, + "67c87145e52edc36aa069ae6": { + "_changeWeaponName": false, + "_encyclopedia": "67ab4b2d6f7ae4aa550bbcf6", + "_id": "67c87145e52edc36aa069ae6", + "_items": [ + { + "_id": "67c87145e52edc36aa069aec", + "_tpl": "67ab4b2d6f7ae4aa550bbcf6" + }, + { + "_id": "67c87145e52edc36aa069aed", + "_tpl": "6575bc88c6700bd6b40e8a57", + "parentId": "67c87145e52edc36aa069aec", + "slotId": "Soft_armor_front" + }, + { + "_id": "67c87145e52edc36aa069aee", + "_tpl": "6575bca0dc9932aed601c5d7", + "parentId": "67c87145e52edc36aa069aec", + "slotId": "Soft_armor_back" + }, + { + "_id": "67c87145e52edc36aa069aef", + "_tpl": "656fae5f7c2d57afe200c0d7", + "parentId": "67c87145e52edc36aa069aec", + "slotId": "Front_plate" + }, + { + "_id": "67c87145e52edc36aa069af0", + "_tpl": "656fae5f7c2d57afe200c0d7", + "parentId": "67c87145e52edc36aa069aec", + "slotId": "Back_plate" + } + ], + "_name": "Vest 5.11 Tactical TacTec Storm", + "_parent": "67c87145e52edc36aa069aec", + "_type": "Preset" + }, + "67c871b6e0b64a07890a2f36": { + "_changeWeaponName": false, + "_encyclopedia": "67ab2f5adafe3b22670c911f", + "_id": "67c871b6e0b64a07890a2f36", + "_items": [ + { + "_id": "67c871b6e0b64a07890a2f41", + "_tpl": "67ab2f5adafe3b22670c911f" + }, + { + "_id": "67c871b6e0b64a07890a2f42", + "_tpl": "6575dd3e9e27f4a85e081142", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Soft_armor_front" + }, + { + "_id": "67c871b6e0b64a07890a2f43", + "_tpl": "6575dd519e27f4a85e081146", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Soft_armor_back" + }, + { + "_id": "67c871b6e0b64a07890a2f44", + "_tpl": "6575dd64945bf78edd04c438", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Soft_armor_left" + }, + { + "_id": "67c871b6e0b64a07890a2f45", + "_tpl": "6575dd6e9d3a0ddf660b9047", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "soft_armor_right" + }, + { + "_id": "67c871b6e0b64a07890a2f46", + "_tpl": "6575dd769d3a0ddf660b904b", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Collar" + }, + { + "_id": "67c871b6e0b64a07890a2f47", + "_tpl": "6575dd800546f8b1de093df6", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Groin" + }, + { + "_id": "67c871b6e0b64a07890a2f48", + "_tpl": "6575dd94945bf78edd04c43c", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Groin_back" + }, + { + "_id": "67c871b6e0b64a07890a2f49", + "_tpl": "65573fa5655447403702a816", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Front_plate" + }, + { + "_id": "67c871b6e0b64a07890a2f4a", + "_tpl": "65573fa5655447403702a816", + "parentId": "67c871b6e0b64a07890a2f41", + "slotId": "Back_plate" + } + ], + "_name": "Body armor FORT Redut M Woodland", + "_parent": "67c871b6e0b64a07890a2f41", + "_type": "Preset" } }, "LocationInfection": { @@ -34450,6 +34720,11 @@ "MaxInLobby": 2, "MaxInRaid": 5, "TemplateId": "679b9819a2f2dd4da9023512" + }, + { + "MaxInLobby": 0, + "MaxInRaid": 0, + "TemplateId": "67ea616a74f765cefd009fb7" } ], "RunddansSettings": { diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/hideout/production.json b/Libraries/SPTarkov.Server.Assets/Assets/database/hideout/production.json index 8a4f710f..cd6c048f 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/hideout/production.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/hideout/production.json @@ -1,154 +1,57 @@ { + "cultistRecipes": [ + { + "_id": "66827062405f392b203a44cf" + } + ], "recipes": [ { "_id": "5d5c1f5ed582a543983ee82e", "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 1320, - "endProduct": "5755356824597772cb798962", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, "continuous": false, "count": 3, + "endProduct": "5755356824597772cb798962", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "661e6c26750e453380391f55", - "areaType": 11, + "productionTime": 1320, "requirements": [ { - "areaType": 11, + "areaType": 7, "requiredLevel": 1, "type": "Area" }, { - "templateId": "660bbc47c38b837877075e47", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { - "type": "QuestComplete" - } - ], - "productionTime": 600, - "endProduct": "660bc341c38b837877075e4c", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": true - }, - { - "_id": "5d8a1a7d7a3dfe597c2e459e", - "areaType": 7, - "requirements": [ - { - "templateId": "590c661e86f7741e566b646a", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 7, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5e831507ea0a7c419c2f9bd9", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 2350, - "endProduct": "544fb45d4bdc2dee738b4568", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ed9fd73f6626f08ef0efec6", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 2, - "type": "Area" - }, - { "templateId": "5d1b3a5d86f774252167ba22", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb37f4bdc2dee738b4567", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b3f2d86f774253763b735", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" } - ], - "productionTime": 4350, - "endProduct": "544fb3f34bdc2d03748b456a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5dd1126571e3fd3f634b1c8b", "areaType": 10, + "continuous": false, + "count": 8, + "endProduct": "5c06779c86f77426e00dd782", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 7100, "requirements": [ { - "templateId": "59e36c6f86f774176c10a2a7", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "59e36c6f86f774176c10a2a7", "type": "Item" }, { @@ -156,20 +59,185 @@ "requiredLevel": 1, "type": "Area" } - ], - "productionTime": 7100, - "endProduct": "5c06779c86f77426e00dd782", + ] + }, + { + "_id": "661e6c26750e453380391f55", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "660bc341c38b837877075e4c", + "isCodeProduction": true, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 600, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "660bbc47c38b837877075e47", + "type": "Item" + }, + { + "type": "QuestComplete" + } + ] + }, + { + "_id": "5d8a1a7d7a3dfe597c2e459e", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "544fb45d4bdc2dee738b4568", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 8, "productionLimitCount": 0, - "isCodeProduction": false + "productionTime": 2350, + "requirements": [ + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c661e86f7741e566b646a", + "type": "Item" + }, + { + "areaType": 7, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e831507ea0a7c419c2f9bd9", + "type": "Item" + } + ] + }, + { + "_id": "5ed9fd73f6626f08ef0efec6", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "544fb3f34bdc2d03748b456a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4350, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "544fb37f4bdc2dee738b4567", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3f2d86f774253763b735", + "type": "Item" + } + ] + }, + { + "_id": "5d5c205bd582a50d042a3c0e", + "areaType": 20, + "continuous": true, + "count": 1, + "endProduct": "59faff1d86f7746c51718c9c", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 3, + "productionTime": 145000, + "requirements": [] + }, + { + "_id": "5eeca7724a8a9b668f0d89cd", + "areaType": 10, + "continuous": false, + "count": 180, + "endProduct": "5c925fa22e221601da359b7b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 7250, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 150, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "64b7bbb74b75259c590fa897", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + } + ] }, { "_id": "6002ed409f2c60461a2d0f5a", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5d0376a486f7747d8050965c", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8200, "requirements": [ { "areaType": 10, @@ -189,117 +257,67 @@ "type": "Tool" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5c052f6886f7746b1e3db148", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" } - ], - "productionTime": 8200, - "endProduct": "5d0376a486f7747d8050965c", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "5d8f5e1af3a8f83c8600afb2", - "areaType": 2, - "requirements": [ - { - "templateId": "5c13cd2486f774072c757944", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a09f32621468534a797acb", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - } - ], - "productionTime": 2100, - "endProduct": "5d40412b86f7743cb332ac3a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5eeca7724a8a9b668f0d89cd", + "_id": "655b34dc1273611d2462ab74", "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "64b7bbb74b75259c590fa897", - "count": 150, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - } - ], - "productionTime": 7250, - "endProduct": "5c925fa22e221601da359b7b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, "continuous": false, "count": 180, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d5c205bd582a50d042a3c0e", - "areaType": 20, - "requirements": [], - "productionTime": 145000, - "endProduct": "59faff1d86f7746c51718c9c", + "endProduct": "5c0d5ae286f7741e46554302", + "isCodeProduction": false, "isEncoded": false, - "locked": false, + "locked": true, "needFuelForAllProductionTime": false, - "continuous": true, - "count": 1, - "productionLimitCount": 3, - "isCodeProduction": false - }, - { - "_id": "5ffcad24f3fdc212a91d5536", - "areaType": 10, + "productionLimitCount": 0, + "productionTime": 2770, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 180, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e6927d86f77411da468256", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c31c586f774245e3141b2", + "type": "Item" + }, + { + "templateId": "62a0a0bb621468534a797ad5", + "type": "Tool" + } + ] + }, + { + "_id": "5ffcad24f3fdc212a91d5536", + "areaType": 10, + "continuous": false, + "count": 50, + "endProduct": "64b8ee384b75259c590fa89b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5250, "requirements": [ { "areaType": 10, @@ -307,19 +325,19 @@ "type": "Area" }, { - "templateId": "5d1b36a186f7742523398433", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b36a186f7742523398433", "type": "Item" }, { - "templateId": "590c5a7286f7747884343aea", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", "type": "Item" }, { @@ -330,27 +348,27 @@ "templateId": "544fb5454bdc2df8738b456a", "type": "Tool" } - ], - "productionTime": 5250, - "endProduct": "64b8ee384b75259c590fa89b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 50, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b48fe065b076eb02c4b46", "areaType": 10, + "continuous": false, + "count": 120, + "endProduct": "5656d7c34bdc2d9d198b4587", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 15480, "requirements": [ { - "templateId": "64b7af5a8532cf95ee0a0dbd", "count": 120, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "64b7af5a8532cf95ee0a0dbd", "type": "Item" }, { @@ -359,39 +377,39 @@ "type": "Area" }, { - "templateId": "590c5a7286f7747884343aea", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", "type": "Item" }, { - "templateId": "62a09ee4cf4a99369e262453", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "62a09ee4cf4a99369e262453", "type": "Item" }, { "templateId": "544fb5454bdc2df8738b456a", "type": "Tool" } - ], - "productionTime": 15480, - "endProduct": "5656d7c34bdc2d9d198b4587", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 120, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5ede0502879619077751d00a", "areaType": 7, + "continuous": false, + "count": 2, + "endProduct": "5c0e531d86f7747fa23f4d42", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5100, "requirements": [ { "areaType": 7, @@ -399,51 +417,51 @@ "type": "Area" }, { - "templateId": "5c0e531286f7747fa54205c2", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c0e531286f7747fa54205c2", "type": "Item" }, { - "templateId": "5d1b3a5d86f774252167ba22", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", "type": "Item" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "59e3606886f77417674759a5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "62a0a043cf4a99369e2624a5", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "62a0a043cf4a99369e2624a5", "type": "Item" } - ], - "productionTime": 5100, - "endProduct": "5c0e531d86f7747fa23f4d42", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "600ab813d19f85018a7489c4", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5d1b385e86f774252167b98a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8000, "requirements": [ { "areaType": 2, @@ -451,39 +469,39 @@ "type": "Area" }, { - "templateId": "590c595c86f7747884343ad7", "count": 4, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c595c86f7747884343ad7", "type": "Item" }, { - "templateId": "577e1c9d2459773cd707c525", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "577e1c9d2459773cd707c525", "type": "Item" }, { "templateId": "5d40419286f774318526545f", "type": "Tool" } - ], - "productionTime": 8000, - "endProduct": "5d1b385e86f774252167b98a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "658975e25c4f0642a502d54e", "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "668fe5a998b5ad715703ddd6", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5950, "requirements": [ { "areaType": 21, @@ -491,27 +509,27 @@ "type": "Area" }, { - "templateId": "5df8a77486f77412672a1e3f", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", "type": "Item" } - ], - "productionTime": 5950, - "endProduct": "668fe5a998b5ad715703ddd6", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "63a3359eaf870e651d58e61a", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "55d485be4bdc2d962f8b456f", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1200, "requirements": [ { "areaType": 10, @@ -527,83 +545,87 @@ "type": "Tool" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5ea034f65aad6446a939737e", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5448c12b4bdc2d02308b456f", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5e2af22086f7746d3f3c33fa", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af22086f7746d3f3c33fa", "type": "Item" } - ], - "productionTime": 1200, - "endProduct": "55d485be4bdc2d962f8b456f", + ] + }, + { + "_id": "62a11658650cc35fa94e009a", + "areaType": 8, + "continuous": false, + "count": 10, + "endProduct": "62a09f32621468534a797acb", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b34dc1273611d2462ab74", - "areaType": 10, + "productionTime": 36000, "requirements": [ { - "areaType": 10, - "requiredLevel": 1, + "areaType": 8, + "requiredLevel": 3, "type": "Area" }, { - "templateId": "59e6927d86f77411da468256", - "count": 180, + "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "57347d3d245977448f7b7f61", "type": "Item" }, { - "templateId": "590c31c586f774245e3141b2", - "count": 2, + "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e8f3423fd7471236e6e3b64", "type": "Item" }, { - "templateId": "62a0a0bb621468534a797ad5", - "type": "Tool" + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b33a686f7742523398398", + "type": "Item" } - ], - "productionTime": 2770, - "endProduct": "5c0d5ae286f7741e46554302", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 180, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "603ce7c5fd70f047f93bee2a", + "_id": "62a11415c30cfa1d366aeb83", "areaType": 2, + "continuous": false, + "count": 6, + "endProduct": "5c13cd2486f774072c757944", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3000, "requirements": [ { "areaType": 2, @@ -611,151 +633,87 @@ "type": "Area" }, { - "templateId": "5ea05cf85ad9772e6624305d", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "59faf98186f774067b6be103", "type": "Item" }, { - "templateId": "57347c1124597737fb1379e3", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "62a09ee4cf4a99369e262453", "type": "Item" }, { - "templateId": "5e2af4d286f7746d4159f07a", + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "635a758bfefc88a93f021b8a", + "type": "Item" + } + ] + }, + { + "_id": "5d8a13fc2d9612419804003c", + "areaType": 8, + "continuous": false, + "count": 2, + "endProduct": "590c5d4b86f774784e1b9c45", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2900, + "requirements": [ + { "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5448ff904bdc2d6f028b456e", "type": "Item" }, { - "templateId": "61bf83814088ec1a363d7097", - "type": "Tool" - } - ], - "productionTime": 2890, - "endProduct": "5aa7cfc0e5b5b00015693143", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "658976555aa97f488d096ca7", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a72c86f77412640e2e83", - "count": 8, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 10400, - "endProduct": "66b6296d7994640992013b17", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600a9955ba91d953182d69f0", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "59e6152586f77473dc057aa1", - "count": 1, - "isEncoded": false, - "isFunctional": true, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59d64fc686f774171b243fe2", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "57347d7224597744596b4e72", "type": "Item" }, { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - }, - { - "templateId": "62a0a0bb621468534a797ad5", - "type": "Tool" - } - ], - "productionTime": 5100, - "endProduct": "59d6088586f774275f37482f", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "6002e26ac6b84d04cc62045e", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "590a386e86f77429692b27ab", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "57347d8724597744596b4e76", "type": "Item" }, { - "templateId": "590c2d8786f774245b1f03f3", - "type": "Tool" + "areaType": 8, + "requiredLevel": 1, + "type": "Area" } - ], - "productionTime": 2600, - "endProduct": "590a391c86f774385a33c404", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "6558d7894626375d6735670c", + "_id": "5f245f875b664e084523a4ce", "areaType": 10, + "continuous": false, + "count": 100, + "endProduct": "5f0596629e22f464da6bbdd9", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8470, "requirements": [ { "areaType": 10, @@ -763,518 +721,555 @@ "type": "Area" }, { - "templateId": "5fc382c1016cce60e8341b20", "count": 50, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c0d668f86f7747ccb7f13b2", "type": "Item" }, { - "templateId": "5d6fc87386f77449db3db94e", + "count": 50, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5656d7c34bdc2d9d198b4587", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "templateId": "590c2b4386f77425357b6123", + "type": "Tool" + }, + { + "questId": "5bc47dbf86f7741ee74e93b9", + "type": "QuestComplete" + } + ] + }, + { + "_id": "5d558968f934db006d2d5b32", + "areaType": 10, + "continuous": false, + "count": 140, + "endProduct": "57371aab2459775a77142f22", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6200, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + } + ] + }, + { + "_id": "655b4bbe4343a16d2e047668", + "areaType": 10, + "continuous": false, + "count": 120, + "endProduct": "5e023e53d4353e3302577c4c", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5900, + "requirements": [ + { "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + } + ] + }, + { + "_id": "5d93ba4486f77454bd61d2a9", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5d1b2f3f86f774252167a52c", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 9400, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c595c86f7747884343ad7", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b385e86f774252167b98a", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "61bf7b6302b3924be92fa8c3", + "type": "Item" + }, + { + "templateId": "5d40425986f7743185265461", + "type": "Tool" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + } + ] + }, + { + "_id": "5fe337e6c646836c3b6fc985", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "5c0530ee86f774697952d952", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 12500, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 30, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", + "type": "Item" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "67586c61a0c49554ed0bb4a8", + "type": "Item" + } + ] + }, + { + "_id": "63bd4c3964d7e356983c4cf5", + "areaType": 10, + "continuous": false, + "count": 100, + "endProduct": "5cc80f38e4a949001152b560", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8700, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 100, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5cc80f79e4a949033c7343b2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06782b86f77426df5407d2", "type": "Item" }, { "templateId": "544fb5454bdc2df8738b456a", "type": "Tool" } - ], - "productionTime": 15000, - "endProduct": "5fc275cf85fd526b824a571a", + ] + }, + { + "_id": "67092bbfc45f0546bf097a7e", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "6707d0804e617ec94f0e562f", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 600, + "requirements": [ + { + "questId": "67040cae4ac6d9c18c0ade2c", + "type": "QuestComplete" + }, + { + "areaType": 7, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5448fee04bdc2dbc018b4567", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "6389c6c7dbfd5e4b95197e68", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3606886f77417674759a5", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5fca138c2a7b221b2852a5c6", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5ed5166ad380ab312177c100", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c10c8fd86f7743d7d706df3", + "type": "Item" + } + ] + }, + { + "_id": "5e0755b97f8ea74cc332bf78", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "6680304edadb7aa61d00cef0", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 50, "productionLimitCount": 0, - "isCodeProduction": false + "productionTime": 5210, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a6a186f77412640e2e80", + "type": "Item" + } + ] }, { - "_id": "6666d829a8298779fc40e537", + "_id": "5ede01e062155304b6512067", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5b4335ba86f7744d2837a264", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1670, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b39a386f774252339976f", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3f2d86f774253763b735", + "type": "Item" + } + ] + }, + { + "_id": "655b598db71eeb7c4168c626", "areaType": 10, + "continuous": false, + "count": 60, + "endProduct": "5d6e6911a4b9361bd5780d52", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3000, "requirements": [ { "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c31c586f774245e3141b2", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "templateId": "63a0b208f444d32d6f03ea1e", + "type": "Tool" + }, + { + "questId": "5c0bc91486f7746ab41857a2", + "type": "QuestComplete" + } + ] + }, + { + "_id": "5ee49f2c6abbcb7ba704abc2", + "areaType": 10, + "continuous": false, + "count": 200, + "endProduct": "573719df2459775a626ccbc2", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "count": 200, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5737201124597760fc4431f1", + "type": "Item" + } + ] + }, + { + "_id": "67da02e9078f1947650d7bb8", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "6389c8c5dbfd5e4b95197e6b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 39600, + "requirements": [ + { + "areaType": 11, "requiredLevel": 2, "type": "Area" }, + { + "templateId": "5c052fb986f7746b2101e909", + "type": "Tool" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c621186f774138d11ea29", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "62a0a16d0b9d3c46de5b6e97", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c12613b86f7743bbe2c3f76", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "61bf7c024770ee6f9c6b8b53", + "type": "Item" + } + ] + }, + { + "_id": "67caf5c5bfe0242ab1032966", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "67cad3226bf74131800752b7", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 60, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, { "templateId": "5d1b317c86f7742523398392", "type": "Tool" }, { - "templateId": "5d4042a986f7743185265463", - "type": "Tool" - }, - { - "templateId": "5af04b6486f774195a3ebb49", - "type": "Tool" - }, - { - "templateId": "66572b88ac60f009f270d1dc", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "67cad1ec19b006e9e50f44d6", "type": "Item" } - ], - "productionTime": 300, - "endProduct": "665732f4464c4b4ba4670fa9", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b4de41f2b6843ec751fd5", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "64b8f7968532cf95ee0a0dbf", - "count": 70, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc87386f77449db3db94e", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - } - ], - "productionTime": 14400, - "endProduct": "5887431f2459777e1612938f", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 70, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dc1f7de6058e020335c9d88", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "57505f6224597709a92585a9", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347d90245977448f7b7f65", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5448ff904bdc2d6f028b456e", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 4300, - "endProduct": "544fb6cc4bdc2d34748b456e", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 7, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600a9bd0189b226f40059751", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af37686f774755a234b65", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5a0c27731526d80618476ac4", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - } - ], - "productionTime": 16500, - "endProduct": "5e85a9f4add9fe03027d9bf1", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 7, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ede1e0b7690fa313b632e88", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "57347da92459774491567cf5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347d8724597744596b4e76", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347d3d245977448f7b7f61", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 4710, - "endProduct": "57347d7224597744596b4e72", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "6617cdb6b24b0ea24505f618", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5d4042a986f7743185265463", - "type": "Tool" - }, - { - "templateId": "5d1b31ce86f7742523398394", - "type": "Tool" - }, - { - "templateId": "5d0376a486f7747d8050965c", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "6389c70ca33d8c4cdf4932c6", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590a358486f77429692b2790", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "type": "QuestComplete" - } - ], - "productionTime": 1800, - "endProduct": "63a0b2eabea67a6d93009e52", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b58a49db22d43ab42b709", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "560d5e524bdc2d25448b4571", - "count": 60, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc87386f77449db3db94e", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5bbd86f774785762df04", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - } - ], - "productionTime": 4200, - "endProduct": "5d6e68c4a4b9361b93413f79", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 60, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ffcac4e1285295b7441ee01", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "590a3efd86f77437d351a25b", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2d8786f774245b1f03f3", - "type": "Tool" - } - ], - "productionTime": 2900, - "endProduct": "590a3b0486f7743954552bdb", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600aa140090cb63380270290", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5ab8f04f86f774585f4237d8", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf83814088ec1a363d7097", - "type": "Tool" - } - ], - "productionTime": 2900, - "endProduct": "5e2af41e86f774755a234b67", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5de951483c52683d810b4a10", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5734781f24597737e04bf32a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d63d33b86f7746ea9275524", - "type": "Tool" - } - ], - "productionTime": 1980, - "endProduct": "590a3b0486f7743954552bdb", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600a98d076fc4b1877509ead", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5d1c819a86f774771b0acd6c", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5648b0744bdc2d363b8b4578", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5649b1c04bdc2d16268b457c", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2b4386f77425357b6123", - "type": "Tool" - }, - { - "templateId": "590c2d8786f774245b1f03f3", - "type": "Tool" - } - ], - "productionTime": 4900, - "endProduct": "5644bd2b4bdc2d3b4c8b4572", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "629e1b3a0694b45420210cad", "areaType": 8, + "continuous": false, + "count": 2, + "endProduct": "5af0484c86f7740f02001f7f", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2700, "requirements": [ { "areaType": 8, @@ -1282,35 +1277,35 @@ "type": "Area" }, { - "templateId": "5e54f6af86f7742199090bf3", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e54f6af86f7742199090bf3", "type": "Item" }, { - "templateId": "590c5a7286f7747884343aea", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", "type": "Item" } - ], - "productionTime": 2700, - "endProduct": "5af0484c86f7740f02001f7f", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "61c4f862324588369162ac8c", "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "590a3efd86f77437d351a25b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 11500, "requirements": [ { "areaType": 21, @@ -1318,431 +1313,43 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5df8a6a186f77412640e2e80", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5df8a72c86f77412640e2e83", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5df8a77486f77412672a1e3f", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", "type": "Item" } - ], - "productionTime": 11500, - "endProduct": "590a3efd86f77437d351a25b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5e0759e73c392e0367260488", "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a72c86f77412640e2e83", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5df8a6a186f77412640e2e80", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5df8a77486f77412672a1e3f", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "67586c61a0c49554ed0bb4a8", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5950, + "continuous": false, + "count": 1, "endProduct": "674d6121c09f69dfb201a888", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5eeca8e327ccd70521107fdc", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "590a391c86f774385a33c404", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06779c86f77426e00dd782", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06782b86f77426df5407d2", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af0561e86f7745f5f3ad6ac", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - } - ], - "productionTime": 18900, - "endProduct": "5c052e6986f7746b207bc3c9", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600ab99ce4022c380a726090", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5e8488fa988a8701445df1e4", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 1800, - "endProduct": "5e8488fa988a8701445df1e4", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ede0053879619077751cff1", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "619cc01e0a7c3a1a2731940c", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb3364bdc2d34748b456a", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d02797c86f774203f38e30a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 4600, - "endProduct": "5d02797c86f774203f38e30a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b4a73975a7f3c734661a5", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "619cbfccbedcde2f5b3f7bdd", - "type": "Tool" - }, - { - "templateId": "59e35de086f7741778269d84", - "type": "Tool" - }, - { - "templateId": "64b7af434b75259c590fa893", - "count": 90, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5751496424597720a27126da", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "questId": "60e71bb4e456d449cd47ca75", - "type": "QuestComplete" - } - ], - "productionTime": 9400, - "endProduct": "59e0d99486f7744a32234762", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 90, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e13301cc7049d4d9738e1a7", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5755356824597772cb798962", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb25a4bdc2dfb738b4567", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c695186f7741e566b64a2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 2880, - "endProduct": "5d1b3a5d86f774252167ba22", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d78f27d115f693ad750d2c6", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "60391b0fb847c71012789415", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af51086f7746d3f3c3402", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 18300, - "endProduct": "5448be9a4bdc2dfd2f8b456a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 6, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ed9ff023a68ec264e5233c2", - "areaType": 11, - "requirements": [ - { - "areaType": 11, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d0376a486f7747d8050965c", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "573477e124597737dd42e191", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06782b86f77426df5407d2", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - }, - { - "templateId": "6389c92d52123d5dd17f8876", - "type": "Tool" - }, - { - "questId": "63966faeea19ac7ed845db2c", - "type": "QuestComplete" - } - ], - "productionTime": 135399, - "endProduct": "5c05308086f7746b2101e90b", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e075ac73c392e0367260489", - "areaType": 21, + "productionTime": 5950, "requirements": [ { "areaType": 21, @@ -1750,43 +1357,51 @@ "type": "Area" }, { - "templateId": "5df8a77486f77412672a1e3f", - "count": 13, + "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5df8a72c86f77412640e2e83", - "count": 20, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "67586c61a0c49554ed0bb4a8", - "count": 2, + "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a6a186f77412640e2e80", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "67586c61a0c49554ed0bb4a8", "type": "Item" } - ], - "productionTime": 17510, - "endProduct": "67600929bd0a0549d70993f6", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6002eec9cc73cd34ac64188a", "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5fca138c2a7b221b2852a5c6", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4200, "requirements": [ { "areaType": 7, @@ -1794,47 +1409,47 @@ "type": "Area" }, { - "templateId": "5c10c8fd86f7743d7d706df3", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c10c8fd86f7743d7d706df3", "type": "Item" }, { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5755356824597772cb798962", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5d1b3a5d86f774252167ba22", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", "type": "Item" }, { "questId": "60e71c11d54b755a3b53eb65", "type": "QuestComplete" } - ], - "productionTime": 4200, - "endProduct": "5fca138c2a7b221b2852a5c6", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "61dc03711bdcfa2f253c9b7c", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5e2aedd986f7746d404f3aa4", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 18000, "requirements": [ { "areaType": 10, @@ -1842,267 +1457,47 @@ "type": "Area" }, { - "templateId": "5909e99886f7740c983b9984", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5909e99886f7740c983b9984", "type": "Item" }, { - "templateId": "590a358486f77429692b2790", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590a358486f77429692b2790", "type": "Item" }, { - "templateId": "5af0561e86f7745f5f3ad6ac", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5af0561e86f7745f5f3ad6ac", "type": "Item" }, { "templateId": "5d1b31ce86f7742523398394", "type": "Tool" } - ], - "productionTime": 18000, - "endProduct": "5e2aedd986f7746d404f3aa4", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b6c381fe356507267b2f6", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "590c2c9c86f774245b1f03f2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5f5e45cc5021ce62144be7aa", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5734795124597738002c6176", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf83814088ec1a363d7097", - "type": "Tool" - } - ], - "productionTime": 2500, - "endProduct": "59e763f286f7742ee57895da", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5df8ffcbaab5f257bd7ff3a8", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "590c5c9f86f77477c91c36e7", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40419286f774318526545f", - "type": "Tool" - } - ], - "productionTime": 9000, - "endProduct": "590c5bbd86f774785762df04", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b33429db22d43ab42b704", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "56dff3afd2720bba668b4567", - "count": 180, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - }, - { - "questId": "64e7b9bffd30422ed03dad38", - "type": "QuestComplete" - } - ], - "productionTime": 13000, - "endProduct": "56dfef82d2720bbd668b4567", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 120, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "63a571802116d261d2336cd1", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "6389c70ca33d8c4cdf4932c6", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c052f6886f7746b1e3db148", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590a3efd86f77437d351a25b", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "56742c324bdc2d150f8b456d", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2d8786f774245b1f03f3", - "type": "Tool" - }, - { - "templateId": "5af04b6486f774195a3ebb49", - "type": "Tool" - }, - { - "questId": "625d6ffaf7308432be1d44c5", - "type": "QuestComplete" - } - ], - "productionTime": 5400, - "endProduct": "63a0b2eabea67a6d93009e52", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5de021b30f6d581e965bcde7", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "59e6687d86f77411d949b251", - "count": 1, - "isEncoded": false, - "isFunctional": true, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - } - ], - "productionTime": 4700, - "endProduct": "5d1c819a86f774771b0acd6c", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "63a232f8ab6bb51044344bff", "areaType": 10, + "continuous": false, + "count": 4, + "endProduct": "6389c7750ef44505c87f5996", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 50400, "requirements": [ { "areaType": 10, @@ -2110,11 +1505,11 @@ "type": "Area" }, { - "templateId": "6389c7f115805221fb410466", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c7f115805221fb410466", "type": "Item" }, { @@ -2133,20 +1528,20 @@ "questId": "6396700fea19ac7ed845db32", "type": "QuestComplete" } - ], - "productionTime": 50400, - "endProduct": "6389c7750ef44505c87f5996", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 4, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5eda007f658fac5b8c3862a6", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5c052f6886f7746b1e3db148", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 140000, "requirements": [ { "areaType": 11, @@ -2154,27 +1549,27 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5c1265fc86f7743f896a21c2", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5af0561e86f7745f5f3ad6ac", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5d0376a486f7747d8050965c", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d0376a486f7747d8050965c", "type": "Item" }, { @@ -2186,11 +1581,11 @@ "type": "Tool" }, { - "templateId": "6389c7750ef44505c87f5996", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c7750ef44505c87f5996", "type": "Item" }, { @@ -2201,20 +1596,20 @@ "questId": "63966fbeea19ac7ed845db2e", "type": "QuestComplete" } - ], - "productionTime": 140000, - "endProduct": "5c052f6886f7746b1e3db148", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "67093210d514d26f8408612b", "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "6707d0bdaab679420007e01a", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 600, "requirements": [ { "areaType": 7, @@ -2225,311 +1620,186 @@ "type": "QuestComplete" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5d1b33a686f7742523398398", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "6707d0804e617ec94f0e562f", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "590c695186f7741e566b64a2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "544fb3f34bdc2d03748b456a", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "544fb3f34bdc2d03748b456a", "type": "Item" } - ], - "productionTime": 600, - "endProduct": "6707d0bdaab679420007e01a", + ] + }, + { + "_id": "6617cdb6b24b0ea24505f618", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "63a0b2eabea67a6d93009e52", + "isCodeProduction": false, "isEncoded": false, "locked": true, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e0756095a20a05b76027357", - "areaType": 21, + "productionTime": 1800, "requirements": [ { - "areaType": 21, + "areaType": 10, "requiredLevel": 1, "type": "Area" }, { - "templateId": "5df8a72c86f77412640e2e83", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5550, - "endProduct": "674da107c512807d1a0e7436", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ffcacbf24fa2e741e767234", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "590a3efd86f77437d351a25b", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06779c86f77426e00dd782", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06782b86f77426df5407d2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5672cb124bdc2d1a0f8b4568", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2e1186f77425357b6124", + "templateId": "5d4042a986f7743185265463", "type": "Tool" - } - ], - "productionTime": 5500, - "endProduct": "5672cb724bdc2dc2088b456b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b54e7065b076eb02c4b47", - "areaType": 10, - "requirements": [ + }, + { + "templateId": "5d1b31ce86f7742523398394", + "type": "Tool" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d0376a486f7747d8050965c", + "type": "Item" + }, { - "templateId": "590c5a7286f7747884343aea", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c70ca33d8c4cdf4932c6", "type": "Item" }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a358486f77429692b2790", + "type": "Item" + }, + { + "type": "QuestComplete" + } + ] + }, + { + "_id": "655b58a49db22d43ab42b709", + "areaType": 10, + "continuous": false, + "count": 60, + "endProduct": "5d6e68c4a4b9361b93413f79", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4200, + "requirements": [ { "areaType": 10, "requiredLevel": 2, "type": "Area" }, { - "templateId": "5d6fc87386f77449db3db94e", + "count": 60, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "560d5e524bdc2d25448b4571", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc87386f77449db3db94e", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5bbd86f774785762df04", "type": "Item" }, { "templateId": "544fb5454bdc2df8738b456a", "type": "Tool" } - ], - "productionTime": 3400, - "endProduct": "5cc80f53e4a949000e1ea4f8", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 150, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "655b56eb32b0b1645e6f54c8", + "_id": "5ffcac4e1285295b7441ee01", "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5400, - "endProduct": "5a26abfac4a28232980eabff", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 150, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600a9b10adfcb94fee6d3e06", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "590c31c586f774245e3141b2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59e36c6f86f774176c10a2a7", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 3400, - "endProduct": "57347cd0245977445a2d6ff1", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5fe3394e8a67d12f5f24c8e0", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a72c86f77412640e2e83", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 2100, - "endProduct": "590c657e86f77412b013051d", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, "continuous": false, "count": 2, + "endProduct": "590a3b0486f7743954552bdb", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "62a11658650cc35fa94e009a", - "areaType": 8, + "productionTime": 2900, "requirements": [ { - "areaType": 8, - "requiredLevel": 3, + "areaType": 10, + "requiredLevel": 1, "type": "Area" }, { - "templateId": "57347d3d245977448f7b7f61", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e8f3423fd7471236e6e3b64", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b33a686f7742523398398", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590a3efd86f77437d351a25b", "type": "Item" + }, + { + "templateId": "590c2d8786f774245b1f03f3", + "type": "Tool" } - ], - "productionTime": 36000, - "endProduct": "62a09f32621468534a797acb", + ] + }, + { + "_id": "600aa140090cb63380270290", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5e2af41e86f774755a234b67", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 10, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "62a11415c30cfa1d366aeb83", - "areaType": 2, + "productionTime": 2900, "requirements": [ { "areaType": 2, @@ -2537,115 +1807,307 @@ "type": "Area" }, { - "templateId": "59faf98186f774067b6be103", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a09ee4cf4a99369e262453", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "635a758bfefc88a93f021b8a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 3000, - "endProduct": "5c13cd2486f774072c757944", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 6, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d8a13fc2d9612419804003c", - "areaType": 8, - "requirements": [ - { - "templateId": "5448ff904bdc2d6f028b456e", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5ab8f04f86f774585f4237d8", "type": "Item" }, { - "templateId": "57347d7224597744596b4e72", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347d8724597744596b4e76", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 8, - "requiredLevel": 1, - "type": "Area" + "templateId": "61bf83814088ec1a363d7097", + "type": "Tool" } - ], - "productionTime": 2900, - "endProduct": "590c5d4b86f774784e1b9c45", + ] + }, + { + "_id": "5e0756095a20a05b76027357", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "674da107c512807d1a0e7436", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5f245f875b664e084523a4ce", - "areaType": 10, + "productionTime": 5550, "requirements": [ { - "areaType": 10, - "requiredLevel": 3, + "areaType": 21, + "requiredLevel": 1, "type": "Area" }, { - "templateId": "5c0d668f86f7747ccb7f13b2", - "count": 50, + "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", "type": "Item" + } + ] + }, + { + "_id": "5ffcacbf24fa2e741e767234", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5672cb724bdc2dc2088b456b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5500, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" }, { - "templateId": "5656d7c34bdc2d9d198b4587", - "count": 50, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5a7286f7747884343aea", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590a3efd86f77437d351a25b", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06779c86f77426e00dd782", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06782b86f77426df5407d2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5672cb124bdc2d1a0f8b4568", + "type": "Item" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + } + ] + }, + { + "_id": "655b54e7065b076eb02c4b47", + "areaType": 10, + "continuous": false, + "count": 150, + "endProduct": "5cc80f53e4a949000e1ea4f8", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3400, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc87386f77449db3db94e", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + } + ] + }, + { + "_id": "655b56eb32b0b1645e6f54c8", + "areaType": 10, + "continuous": false, + "count": 150, + "endProduct": "5a26abfac4a28232980eabff", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + } + ] + }, + { + "_id": "600a9b10adfcb94fee6d3e06", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "57347cd0245977445a2d6ff1", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c31c586f774245e3141b2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e36c6f86f774176c10a2a7", + "type": "Item" + } + ] + }, + { + "_id": "5fe3394e8a67d12f5f24c8e0", + "areaType": 21, + "continuous": false, + "count": 2, + "endProduct": "590c657e86f77412b013051d", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2100, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", + "type": "Item" + } + ] + }, + { + "_id": "5de951483c52683d810b4a10", + "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "590a3b0486f7743954552bdb", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1980, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5734781f24597737e04bf32a", + "type": "Item" + }, + { + "templateId": "5d63d33b86f7746ea9275524", + "type": "Tool" + } + ] + }, + { + "_id": "600a98d076fc4b1877509ead", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5644bd2b4bdc2d3b4c8b4572", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4900, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1c819a86f774771b0acd6c", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5648b0744bdc2d363b8b4578", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5649b1c04bdc2d16268b457c", "type": "Item" }, { @@ -2653,175 +2115,167 @@ "type": "Tool" }, { - "questId": "5bc47dbf86f7741ee74e93b9", - "type": "QuestComplete" + "templateId": "590c2d8786f774245b1f03f3", + "type": "Tool" } - ], - "productionTime": 8470, - "endProduct": "5f0596629e22f464da6bbdd9", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 100, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "5d558968f934db006d2d5b32", - "areaType": 10, + "_id": "5eeca8e327ccd70521107fdc", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5c052e6986f7746b207bc3c9", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 18900, "requirements": [ { - "templateId": "590c5a7286f7747884343aea", + "areaType": 7, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a391c86f774385a33c404", + "type": "Item" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06779c86f77426e00dd782", + "type": "Item" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06782b86f77426df5407d2", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5af0561e86f7745f5f3ad6ac", "type": "Item" }, - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - } - ], - "productionTime": 6200, - "endProduct": "57371aab2459775a77142f22", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 140, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b4bbe4343a16d2e047668", - "areaType": 10, - "requirements": [ - { - "templateId": "590c5a7286f7747884343aea", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - } - ], - "productionTime": 5900, - "endProduct": "5e023e53d4353e3302577c4c", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 120, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d93ba4486f77454bd61d2a9", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "590c595c86f7747884343ad7", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b385e86f774252167b98a", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf7b6302b3924be92fa8c3", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40425986f7743185265461", - "type": "Tool" - }, { "templateId": "590c2e1186f77425357b6124", "type": "Tool" } - ], - "productionTime": 9400, - "endProduct": "5d1b2f3f86f774252167a52c", + ] + }, + { + "_id": "600ab99ce4022c380a726090", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5e8488fa988a8701445df1e4", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5fe337e6c646836c3b6fc985", - "areaType": 21, + "productionTime": 1800, "requirements": [ { - "areaType": 21, + "areaType": 7, "requiredLevel": 1, "type": "Area" }, { - "templateId": "5df8a72c86f77412640e2e83", - "count": 30, + "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e8488fa988a8701445df1e4", "type": "Item" }, { - "templateId": "5df8a77486f77412672a1e3f", - "count": 2, + "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", "type": "Item" + } + ] + }, + { + "_id": "5ede0053879619077751cff1", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5d02797c86f774203f38e30a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4600, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 3, + "type": "Area" }, { - "templateId": "67586c61a0c49554ed0bb4a8", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "619cc01e0a7c3a1a2731940c", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "544fb3364bdc2d34748b456a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d02797c86f774203f38e30a", "type": "Item" } - ], - "productionTime": 12500, - "endProduct": "5c0530ee86f774697952d952", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "63bd4c3964d7e356983c4cf5", + "_id": "655b4a73975a7f3c734661a5", "areaType": 10, + "continuous": false, + "count": 90, + "endProduct": "59e0d99486f7744a32234762", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 9400, "requirements": [ { "areaType": 10, @@ -2829,119 +2283,191 @@ "type": "Area" }, { - "templateId": "5cc80f79e4a949033c7343b2", - "count": 100, + "templateId": "619cbfccbedcde2f5b3f7bdd", + "type": "Tool" + }, + { + "templateId": "59e35de086f7741778269d84", + "type": "Tool" + }, + { + "count": 90, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "64b7af434b75259c590fa893", "type": "Item" }, { - "templateId": "5d6fc78386f77449d825f9dc", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", "type": "Item" }, { - "templateId": "5c06782b86f77426df5407d2", - "count": 4, + "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5751496424597720a27126da", + "type": "Item" + }, + { + "questId": "60e71bb4e456d449cd47ca75", + "type": "QuestComplete" + } + ] + }, + { + "_id": "5e13301cc7049d4d9738e1a7", + "areaType": 7, + "continuous": false, + "count": 3, + "endProduct": "5d1b3a5d86f774252167ba22", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2880, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5755356824597772cb798962", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "544fb25a4bdc2dfb738b4567", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c695186f7741e566b64a2", + "type": "Item" + } + ] + }, + { + "_id": "5d78f27d115f693ad750d2c6", + "areaType": 10, + "continuous": false, + "count": 6, + "endProduct": "5448be9a4bdc2dfd2f8b456a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 18300, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "60391b0fb847c71012789415", + "type": "Item" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af51086f7746d3f3c3402", + "type": "Item" + } + ] + }, + { + "_id": "5ed9ff023a68ec264e5233c2", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5c05308086f7746b2101e90b", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 135399, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d0376a486f7747d8050965c", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "573477e124597737dd42e191", + "type": "Item" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06782b86f77426df5407d2", "type": "Item" }, { "templateId": "544fb5454bdc2df8738b456a", "type": "Tool" + }, + { + "templateId": "6389c92d52123d5dd17f8876", + "type": "Tool" + }, + { + "questId": "63966faeea19ac7ed845db2c", + "type": "QuestComplete" } - ], - "productionTime": 8700, - "endProduct": "5cc80f38e4a949001152b560", + ] + }, + { + "_id": "5e075ac73c392e0367260489", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "67600929bd0a0549d70993f6", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 100, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "67092bbfc45f0546bf097a7e", - "areaType": 7, - "requirements": [ - { - "questId": "67040cae4ac6d9c18c0ade2c", - "type": "QuestComplete" - }, - { - "areaType": 7, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5448fee04bdc2dbc018b4567", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "6389c6c7dbfd5e4b95197e68", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59e3606886f77417674759a5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5fca138c2a7b221b2852a5c6", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5ed5166ad380ab312177c100", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c10c8fd86f7743d7d706df3", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 600, - "endProduct": "6707d0804e617ec94f0e562f", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e0755b97f8ea74cc332bf78", - "areaType": 21, + "productionTime": 17510, "requirements": [ { "areaType": 21, @@ -2949,199 +2475,91 @@ "type": "Area" }, { - "templateId": "5df8a6a186f77412640e2e80", - "count": 3, + "count": 13, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", "type": "Item" - } - ], - "productionTime": 5210, - "endProduct": "6680304edadb7aa61d00cef0", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ede01e062155304b6512067", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 2, - "type": "Area" }, { - "templateId": "5d1b39a386f774252339976f", - "count": 1, + "count": 20, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", "type": "Item" }, { - "templateId": "5d1b3f2d86f774253763b735", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "67586c61a0c49554ed0bb4a8", "type": "Item" } - ], - "productionTime": 1670, - "endProduct": "5b4335ba86f7744d2837a264", + ] + }, + { + "_id": "655b6c381fe356507267b2f6", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "59e763f286f7742ee57895da", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b598db71eeb7c4168c626", - "areaType": 10, + "productionTime": 2500, "requirements": [ { - "areaType": 10, + "areaType": 2, "requiredLevel": 3, "type": "Area" }, { - "templateId": "590c31c586f774245e3141b2", - "count": 3, + "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c2c9c86f774245b1f03f2", "type": "Item" }, { - "templateId": "5d6fc78386f77449d825f9dc", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5f5e45cc5021ce62144be7aa", "type": "Item" }, { - "templateId": "63a0b208f444d32d6f03ea1e", - "type": "Tool" + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5734795124597738002c6176", + "type": "Item" }, { - "questId": "5c0bc91486f7746ab41857a2", - "type": "QuestComplete" + "templateId": "61bf83814088ec1a363d7097", + "type": "Tool" } - ], - "productionTime": 3000, - "endProduct": "5d6e6911a4b9361bd5780d52", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 60, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "5ee49f2c6abbcb7ba704abc2", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5737201124597760fc4431f1", - "count": 200, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5400, - "endProduct": "573719df2459775a626ccbc2", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, + "_id": "5df8ffcbaab5f257bd7ff3a8", + "areaType": 2, "continuous": false, - "count": 200, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "67da02e9078f1947650d7bb8", - "areaType": 11, - "requirements": [ - { - "areaType": 11, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5c052fb986f7746b2101e909", - "type": "Tool" - }, - { - "templateId": "590c621186f774138d11ea29", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a0a16d0b9d3c46de5b6e97", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c12613b86f7743bbe2c3f76", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf7c024770ee6f9c6b8b53", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 39600, - "endProduct": "6389c8c5dbfd5e4b95197e6b", + "count": 2, + "endProduct": "590c5bbd86f774785762df04", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d8b8ddd322e8650762f6e3a", - "areaType": 2, + "productionTime": 9000, "requirements": [ { "areaType": 2, @@ -3149,63 +2567,51 @@ "type": "Area" }, { - "templateId": "5c13cd2486f774072c757944", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5c9f86f77477c91c36e7", "type": "Item" }, { - "templateId": "59faf98186f774067b6be103", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59e35abd86f7741778269d82", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" + "templateId": "5d40419286f774318526545f", + "type": "Tool" } - ], - "productionTime": 2310, - "endProduct": "59e3556c86f7741776641ac2", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 5, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "600a9a34189b226f40059743", + "_id": "655b33429db22d43ab42b704", "areaType": 10, + "continuous": false, + "count": 120, + "endProduct": "56dfef82d2720bbd668b4567", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 13000, "requirements": [ { "areaType": 10, - "requiredLevel": 2, + "requiredLevel": 3, "type": "Area" }, { - "templateId": "5b4391a586f7745321235ab2", - "count": 1, + "count": 180, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "56dff3afd2720bba668b4567", "type": "Item" }, { - "templateId": "59e366c186f7741778269d85", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", "type": "Item" }, { @@ -3213,67 +2619,63 @@ "type": "Tool" }, { - "templateId": "590c639286f774151567fa95", - "type": "Tool" + "questId": "64e7b9bffd30422ed03dad38", + "type": "QuestComplete" } - ], - "productionTime": 9100, - "endProduct": "5d1b2ffd86f77425243e8d17", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "670932d7b564327a0e023fcb", - "areaType": 11, + "_id": "63a571802116d261d2336cd1", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "63a0b2eabea67a6d93009e52", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5400, "requirements": [ { - "areaType": 11, + "areaType": 10, "requiredLevel": 1, "type": "Area" }, { - "templateId": "590c621186f774138d11ea29", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c70ca33d8c4cdf4932c6", "type": "Item" }, { - "questId": "67040c22cc1f3752720376e9", - "type": "QuestComplete" - } - ], - "productionTime": 900, - "endProduct": "6707d13e4e617ec94f0e5631", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "6666d899eb78191c502350b2", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c052f6886f7746b1e3db148", + "type": "Item" }, { - "templateId": "5d1b317c86f7742523398392", - "type": "Tool" + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a3efd86f77437d351a25b", + "type": "Item" }, { - "templateId": "5d4042a986f7743185265463", + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "56742c324bdc2d150f8b456d", + "type": "Item" + }, + { + "templateId": "590c2d8786f774245b1f03f3", "type": "Tool" }, { @@ -3281,350 +2683,55 @@ "type": "Tool" }, { - "templateId": "66571bf06a723f7f005a0619", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" + "questId": "625d6ffaf7308432be1d44c5", + "type": "QuestComplete" } - ], - "productionTime": 300, - "endProduct": "665730fa4de4820934746c48", + ] + }, + { + "_id": "5de021b30f6d581e965bcde7", + "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "5d1c819a86f774771b0acd6c", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "677d4db74ac9193862043ee9", - "areaType": 10, + "productionTime": 4700, "requirements": [ - { - "templateId": "590c2b4386f77425357b6123", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2d8786f774245b1f03f3", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c311186f77424d1667482", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5734795124597738002c6176", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2c9c86f774245b1f03f2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, { "areaType": 10, "requiredLevel": 1, "type": "Area" - } - ], - "productionTime": 462, - "endProduct": "590c2e1186f77425357b6124", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "6589756f5c4f0642a502d54d", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" }, { - "templateId": "5df8a72c86f77412640e2e83", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5df8a6a186f77412640e2e80", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5950, - "endProduct": "6176aca650224f204c1da3fb", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "660c2dbaa2a92e70cc074863", - "areaType": 11, - "requirements": [ - { - "templateId": "660bbc47c38b837877075e47", "count": 1, "isEncoded": false, - "isFunctional": false, + "isFunctional": true, "isSpawnedInSession": false, + "templateId": "59e6687d86f77411d949b251", "type": "Item" }, { - "areaType": 11, - "requiredLevel": 1, - "type": "Area" - }, - { - "type": "QuestComplete" - } - ], - "productionTime": 900, - "endProduct": "660bbc98c38b837877075e4a", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b5ebc32b0b1645e6f54c9", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "656f603f94b480b8a500c0d6", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af41e86f774755a234b67", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59e3556c86f7741776641ac2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "questId": "5ae4495086f77443c122bc40", - "type": "QuestComplete" - }, - { - "templateId": "5e2af4d286f7746d4159f07a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 7000, - "endProduct": "5c0e57ba86f7747fa141986d", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "61b9da93e7304721fe66ab53", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a72c86f77412640e2e83", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5df8a77486f77412672a1e3f", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 10400, - "endProduct": "637b620db7afa97bfc3d7009", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "657fc79cfd86b9d9680c4a24", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "657b22485f444d6dff0c6c2f", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af22086f7746d3f3c33fa", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347c1124597737fb1379e3", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "63a0b208f444d32d6f03ea1e", - "type": "Tool" - }, - { - "templateId": "59e35de086f7741778269d84", + "templateId": "544fb5454bdc2df8738b456a", "type": "Tool" } - ], - "productionTime": 1600, - "endProduct": "656efd66034e8e01c407f35c", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "67da000f1556838cf90d1716", - "areaType": 11, - "requirements": [ - { - "areaType": 11, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - }, - { - "templateId": "5d4042a986f7743185265463", - "type": "Tool" - }, - { - "templateId": "590a386e86f77429692b27ab", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590a391c86f774385a33c404", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 10800, - "endProduct": "590c37d286f77443be3d7827", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "61c77d465a98404dee40a77c", "areaType": 10, + "continuous": false, + "count": 150, + "endProduct": "5efb0cabfb3e451d70735af5", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 12400, "requirements": [ { "areaType": 10, @@ -3632,19 +2739,19 @@ "type": "Area" }, { - "templateId": "5efb0d4f4bc50b58e81710f3", "count": 150, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5efb0d4f4bc50b58e81710f3", "type": "Item" }, { - "templateId": "5d6fc87386f77449db3db94e", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc87386f77449db3db94e", "type": "Item" }, { @@ -3652,39 +2759,39 @@ "type": "Tool" }, { - "templateId": "5d6fc78386f77449d825f9dc", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", "type": "Item" }, { - "templateId": "590c31c586f774245e3141b2", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c31c586f774245e3141b2", "type": "Item" }, { "templateId": "62a0a0bb621468534a797ad5", "type": "Tool" } - ], - "productionTime": 12400, - "endProduct": "5efb0cabfb3e451d70735af5", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 150, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6002e55595c402039a2747f4", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5c1e495a86f7743109743dfb", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 476000, "requirements": [ { "areaType": 11, @@ -3692,55 +2799,55 @@ "type": "Area" }, { - "templateId": "5c94bbff86f7747ee735c08f", "count": 10, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c94bbff86f7747ee735c08f", "type": "Item" }, { - "templateId": "5c1d0d6d86f7744bb2683e1f", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c1d0d6d86f7744bb2683e1f", "type": "Item" }, { - "templateId": "5c12613b86f7743bbe2c3f76", "count": 4, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c12613b86f7743bbe2c3f76", "type": "Item" }, { - "templateId": "61bf7c024770ee6f9c6b8b53", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "61bf7c024770ee6f9c6b8b53", "type": "Item" }, { "templateId": "5c052fb986f7746b2101e909", "type": "Tool" } - ], - "productionTime": 476000, - "endProduct": "5c1e495a86f7743109743dfb", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b5dc8065b076eb02c4b48", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5c0e5edb86f77461f55ed1f7", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4000, "requirements": [ { "areaType": 2, @@ -3748,43 +2855,43 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "656f57dc27aed95beb08f628", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "656f57dc27aed95beb08f628", "type": "Item" } - ], - "productionTime": 4000, - "endProduct": "5c0e5edb86f77461f55ed1f7", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b675e1f2b6843ec751fd6", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "628d0618d1ba6e4fa07ce5a4", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8000, "requirements": [ { "areaType": 2, @@ -3792,27 +2899,27 @@ "type": "Area" }, { - "templateId": "65573fa5655447403702a816", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "65573fa5655447403702a816", "type": "Item" }, { - "templateId": "5e2af4d286f7746d4159f07a", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", "type": "Item" }, { - "templateId": "5e2af4a786f7746d3f3c3400", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", "type": "Item" }, { @@ -3820,38 +2927,38 @@ "type": "Tool" }, { - "templateId": "61bf83814088ec1a363d7097", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "61bf83814088ec1a363d7097", "type": "Item" }, { "questId": "5c1141f386f77430ff393792", "type": "QuestComplete" } - ], - "productionTime": 8000, - "endProduct": "628d0618d1ba6e4fa07ce5a4", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6399c421d65735732c6ba765", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "62e910aaf957f2915e0a5e36", + "isCodeProduction": false, + "isEncoded": true, + "locked": true, + "needFuelForAllProductionTime": true, + "productionLimitCount": 0, + "productionTime": 43200, "requirements": [ { - "templateId": "62e910aaf957f2915e0a5e36", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "62e910aaf957f2915e0a5e36", "type": "Item" }, { @@ -3872,27 +2979,27 @@ "type": "Tool" }, { - "templateId": "6389c70ca33d8c4cdf4932c6", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c70ca33d8c4cdf4932c6", "type": "Item" } - ], - "productionTime": 43200, - "endProduct": "62e910aaf957f2915e0a5e36", - "isEncoded": true, - "locked": true, - "needFuelForAllProductionTime": true, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5eda0ad40699b81bb9142aae", "areaType": 11, + "continuous": false, + "count": 2, + "endProduct": "5c05300686f7746dce784e5d", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 225000, "requirements": [ { "areaType": 11, @@ -3900,27 +3007,27 @@ "type": "Area" }, { - "templateId": "57347baf24597738002c6178", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "57347baf24597738002c6178", "type": "Item" }, { - "templateId": "590c392f86f77444754deb29", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c392f86f77444754deb29", "type": "Item" }, { - "templateId": "56742c324bdc2d150f8b456d", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "56742c324bdc2d150f8b456d", "type": "Item" }, { @@ -3935,20 +3042,20 @@ "questId": "63966fe7ea74a47c2d3fc0e6", "type": "QuestComplete" } - ], - "productionTime": 225000, - "endProduct": "5c05300686f7746dce784e5d", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "600abc08e4022c380a7260a8", "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5c0530ee86f774697952d952", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 120000, "requirements": [ { "areaType": 7, @@ -3956,35 +3063,35 @@ "type": "Area" }, { - "templateId": "5af0534a86f7743b6f354284", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5af0534a86f7743b6f354284", "type": "Item" }, { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "590a391c86f774385a33c404", + "type": "Item" + }, + { "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5c052fb986f7746b2101e909", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5af0561e86f7745f5f3ad6ac", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5af0561e86f7745f5f3ad6ac", "type": "Item" }, { @@ -3992,46 +3099,46 @@ "type": "Tool" }, { - "templateId": "6389c7750ef44505c87f5996", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c7750ef44505c87f5996", "type": "Item" }, { "templateId": "6389c8fb46b54c634724d847", "type": "Tool" } - ], - "productionTime": 120000, - "endProduct": "5c0530ee86f774697952d952", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5dd3c5a67da3785e63275437", "areaType": 10, + "continuous": false, + "count": 3, + "endProduct": "5d6fc87386f77449db3db94e", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6750, "requirements": [ { - "templateId": "5d0379a886f77420407aa271", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d0379a886f77420407aa271", "type": "Item" }, { - "templateId": "590c5a7286f7747884343aea", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", "type": "Item" }, { @@ -4043,20 +3150,20 @@ "templateId": "60391afc25aff57af81f7085", "type": "Tool" } - ], - "productionTime": 6750, - "endProduct": "5d6fc87386f77449db3db94e", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b457c9db22d43ab42b706", "areaType": 10, + "continuous": false, + "count": 120, + "endProduct": "619636be6db0f2477964e710", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6800, "requirements": [ { "areaType": 10, @@ -4064,19 +3171,19 @@ "type": "Area" }, { - "templateId": "59e68f6f86f7746c9f75e846", "count": 120, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "59e68f6f86f7746c9f75e846", "type": "Item" }, { - "templateId": "590a373286f774287540368b", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590a373286f774287540368b", "type": "Item" }, { @@ -4087,20 +3194,20 @@ "questId": "5a27bb8386f7741c770d2d0a", "type": "QuestComplete" } - ], - "productionTime": 6800, - "endProduct": "619636be6db0f2477964e710", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 120, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "66509e8c9398c9c9e10a31bb", "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "66507eabf5ddb0818b085b68", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4800, "requirements": [ { "areaType": 7, @@ -4108,35 +3215,35 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5c10c8fd86f7743d7d706df3", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "62a0a043cf4a99369e2624a5", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "619cc01e0a7c3a1a2731940c", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "59e3606886f77417674759a5", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "59e3606886f77417674759a5", "type": "Item" }, { @@ -4146,20 +3253,20 @@ ], "type": "GameVersion" } - ], - "productionTime": 4800, - "endProduct": "66507eabf5ddb0818b085b68", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "619eb0eb56579138ec08fed8", "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5d02778e86f774203e7dedbe", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2950, "requirements": [ { "areaType": 7, @@ -4167,35 +3274,35 @@ "type": "Area" }, { - "templateId": "619cc01e0a7c3a1a2731940c", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "619cc01e0a7c3a1a2731940c", "type": "Item" }, { - "templateId": "590c661e86f7741e566b646a", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c661e86f7741e566b646a", "type": "Item" } - ], - "productionTime": 2950, - "endProduct": "5d02778e86f774203e7dedbe", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "62a115db5c6bbf22c15ac19d", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5d1b31ce86f7742523398394", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 900, "requirements": [ { "areaType": 10, @@ -4207,422 +3314,42 @@ "type": "Tool" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "590c2b4386f77425357b6123", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" } - ], - "productionTime": 900, - "endProduct": "5d1b31ce86f7742523398394", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d78d8a03fe9fc21602e16be", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "60098af40accd37ef2175f27", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af0454c86f7746bf20992e8", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 4500, - "endProduct": "590c657e86f77412b013051d", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dd3c5487058311d4b267186", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "56dff216d2720bbd668b4568", - "count": 120, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2b4386f77425357b6123", - "type": "Tool" - } - ], - "productionTime": 5350, - "endProduct": "590c5a7286f7747884343aea", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dde60e0e2c8f57eb6465327", - "areaType": 10, - "requirements": [ - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5e2af37686f774755a234b65", - "type": "Tool" - }, - { - "questId": "5c0bd94186f7747a727f09b2", - "type": "QuestComplete" - } - ], - "productionTime": 7350, - "endProduct": "61962d879bb3d20b0946d385", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 150, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b4e591fe356507267b2f5", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "619cbfccbedcde2f5b3f7bdd", - "type": "Tool" - } - ], - "productionTime": 8400, - "endProduct": "59e77a2386f7742ee578960a", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 50, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "61b9da6a66f37641c8240014", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a6a186f77412640e2e80", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5df8a72c86f77412640e2e83", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 8400, - "endProduct": "5ed5160a87bb8443d10680b5", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5df8fe0deddb880fd56f2d7d", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d40407c86f774318526545a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40412b86f7743cb332ac3a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b39a386f774252339976f", - "type": "Tool" - } - ], - "productionTime": 2450, - "endProduct": "59e358a886f7741776641ac3", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5f241246232409155b66b809", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d1b33a686f7742523398398", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59e3577886f774176a362503", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af0484c86f7740f02001f7f", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5bc9be8fd4351e00334cae6e", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b385e86f774252167b98a", - "type": "Tool" - }, - { - "templateId": "62a09e73af34e73a266d932a", - "type": "Tool" - } - ], - "productionTime": 43200, - "endProduct": "5751496424597720a27126da", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 20, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "677d4fdb42cdfce74006f961", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d1b309586f77425227d1676", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06782b86f77426df5407d2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "6389c70ca33d8c4cdf4932c6", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - } - ], - "productionTime": 1887, - "endProduct": "5d1b304286f774253763a528", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "67da01179cbeb8d6f4011961", - "areaType": 11, - "requirements": [ - { - "areaType": 11, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - }, - { - "templateId": "5d4042a986f7743185265463", - "type": "Tool" - }, - { - "templateId": "590a391c86f774385a33c404", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "6389c70ca33d8c4cdf4932c6", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590a3b0486f7743954552bdb", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 14400, - "endProduct": "61bf7c024770ee6f9c6b8b53", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5d5c21aed582a50066024610", "areaType": 7, + "continuous": false, + "count": 2, + "endProduct": "590c678286f77426c9660122", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3000, "requirements": [ { - "templateId": "5d1b3a5d86f774252167ba22", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", "type": "Item" }, { - "templateId": "5751a25924597722c463c472", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5751a25924597722c463c472", "type": "Item" }, { @@ -4631,71 +3358,27 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5e831507ea0a7c419c2f9bd9", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" } - ], - "productionTime": 3000, - "endProduct": "590c678286f77426c9660122", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b50e7c023e22044165de5", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "64b7bbb74b75259c590fa897", - "count": 180, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1c774f86f7746d6620f8db", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06779c86f77426e00dd782", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5600, - "endProduct": "5a3c16fe86f77452b62de32a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 180, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b5af31273611d2462ab76", "areaType": 10, + "continuous": false, + "count": 50, + "endProduct": "5d6e68a8a4b9360b6c0d54e2", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8400, "requirements": [ { "areaType": 10, @@ -4703,27 +3386,27 @@ "type": "Area" }, { - "templateId": "5d6fc78386f77449d825f9dc", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", "type": "Item" }, { - "templateId": "560d5e524bdc2d25448b4571", "count": 50, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "560d5e524bdc2d25448b4571", "type": "Item" }, { - "templateId": "590c5c9f86f77477c91c36e7", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5c9f86f77477c91c36e7", "type": "Item" }, { @@ -4734,64 +3417,20 @@ "questId": "6179ad0a6e9dd54ac275e3f2", "type": "QuestComplete" } - ], - "productionTime": 8400, - "endProduct": "5d6e68a8a4b9360b6c0d54e2", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 50, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d5c1f25d582a5479d4ec458", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "56dff3afd2720bba668b4567", - "count": 180, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40425986f7743185265461", - "type": "Tool" - }, - { - "questId": "59c512ad86f7741f0d09de9b", - "type": "QuestComplete" - } - ], - "productionTime": 8500, - "endProduct": "56dff2ced2720bb4668b4567", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 180, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5ffcafd468c55773943fc71e", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5e2af47786f7746d404f3aaa", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2600, "requirements": [ { "areaType": 2, @@ -4799,31 +3438,31 @@ "type": "Area" }, { - "templateId": "5aa2ba46e5b5b000137b758d", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5aa2ba46e5b5b000137b758d", "type": "Item" }, { "templateId": "61bf83814088ec1a363d7097", "type": "Tool" } - ], - "productionTime": 2600, - "endProduct": "5e2af47786f7746d404f3aaa", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "629e19eddb6e1a02066676f1", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5910968f86f77425cf569c32", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 50400, "requirements": [ { "areaType": 10, @@ -4831,82 +3470,82 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "590c2e1186f77425357b6124", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "544fb5454bdc2df8738b456a", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5bc9b355d4351e6d1509862a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5d1c819a86f774771b0acd6c", "count": 10, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1c819a86f774771b0acd6c", "type": "Item" }, { - "templateId": "5734795124597738002c6176", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5734795124597738002c6176", "type": "Item" }, { - "templateId": "62a0a0bb621468534a797ad5", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "62a0a0bb621468534a797ad5", "type": "Item" } - ], - "productionTime": 50400, - "endProduct": "5910968f86f77425cf569c32", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b68b4769de97e1d62d117", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5d5e9c74a4b9364855191c40", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4305, "requirements": [ { - "templateId": "57347c1124597737fb1379e3", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "57347c1124597737fb1379e3", "type": "Item" }, { - "templateId": "5e2af4d286f7746d4159f07a", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", "type": "Item" }, { @@ -4923,27 +3562,27 @@ "type": "Tool" }, { - "templateId": "5e2af4a786f7746d3f3c3400", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", "type": "Item" } - ], - "productionTime": 4305, - "endProduct": "5d5e9c74a4b9364855191c40", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "67449c79268737ef6908d636", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "674078c4a9c9adf0450d59f9", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10, "requirements": [ { "areaType": 10, @@ -4951,74 +3590,38 @@ "type": "Area" }, { - "templateId": "6740987b89d5e1ddc603f4f0", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6740987b89d5e1ddc603f4f0", "type": "Item" }, { - "templateId": "67449b6c89d5e1ddc603f504", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "67449b6c89d5e1ddc603f504", "type": "Item" }, { "type": "QuestComplete" } - ], - "productionTime": 10, - "endProduct": "674078c4a9c9adf0450d59f9", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ede07163c345121732a10e9", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "544fb25a4bdc2dfb738b4567", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40407c86f774318526545a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 1000, - "endProduct": "5751a25924597722c463c472", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 10, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b4669b71eeb7c4168c625", "areaType": 10, + "continuous": false, + "count": 90, + "endProduct": "5fd20ff893a8961fc660a954", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 13000, "requirements": [ { "areaType": 10, @@ -5026,19 +3629,19 @@ "type": "Area" }, { - "templateId": "64b8725c4b75259c590fa899", "count": 90, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "64b8725c4b75259c590fa899", "type": "Item" }, { - "templateId": "5d6fc78386f77449d825f9dc", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", "type": "Item" }, { @@ -5049,108 +3652,20 @@ "questId": "60e71c9ad54b755a3b53eb66", "type": "QuestComplete" } - ], - "productionTime": 13000, - "endProduct": "5fd20ff893a8961fc660a954", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 90, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "61c77c830f3639492721e99c", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5448fee04bdc2dbc018b4567", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c595c86f7747884343ad7", - "type": "Tool" - }, - { - "templateId": "5d1b385e86f774252167b98a", - "type": "Tool" - }, - { - "templateId": "62a0a043cf4a99369e2624a5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 17500, - "endProduct": "5c0fa877d174af02a012e1cf", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5de950a845b5d67bad6e9ef7", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "57347cd0245977445a2d6ff1", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06779c86f77426e00dd782", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5734795124597738002c6176", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 2100, - "endProduct": "59e36c6f86f774176c10a2a7", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5d78dbfb65aebb016d20b6f3", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5ac4cd105acfc40016339859", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5000, "requirements": [ { "areaType": 10, @@ -5158,127 +3673,47 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5d1c819a86f774771b0acd6c", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5648b1504bdc2d9d488b4584", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5ac50c185acfc400163398d4", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5ac50c185acfc400163398d4", "type": "Item" }, { "templateId": "590c2e1186f77425357b6124", "type": "Tool" } - ], - "productionTime": 5000, - "endProduct": "5ac4cd105acfc40016339859", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e37f15386f774299f112a2e", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5e2af51086f7746d3f3c3402", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5a2a57cfc4a2826c6e06d44a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 4670, - "endProduct": "5a0c27731526d80618476ac4", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 5, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d8a13564ac882218d2085b0", - "areaType": 8, - "requirements": [ - { - "templateId": "59e3577886f774176a362503", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "575146b724597720a27126d5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 8, - "requiredLevel": 2, - "type": "Area" - } - ], - "productionTime": 4900, - "endProduct": "5734773724597737fd047c14", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "64b6aefe25251516d768542d", "areaType": 10, + "continuous": false, + "count": 5, + "endProduct": "5e32f56fcb6d5863cc5e5ee4", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4800, "requirements": [ { "areaType": 10, @@ -5294,123 +3729,35 @@ "type": "QuestComplete" }, { - "templateId": "5e2af51086f7746d3f3c3402", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af51086f7746d3f3c3402", "type": "Item" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "60391b0fb847c71012789415", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" } - ], - "productionTime": 4800, - "endProduct": "5e32f56fcb6d5863cc5e5ee4", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 5, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b60774343a16d2e04766b", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5e2af4d286f7746d4159f07a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4a786f7746d3f3c3400", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59e3556c86f7741776641ac2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59faf98186f774067b6be103", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "656fa25e94b480b8a500c0e0", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 7000, - "endProduct": "5ab8dced86f774646209ec87", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "63a2abbb31772a61500d5336", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5ac4c50d5acfc40019262e87", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 1500, - "endProduct": "59e366c186f7741778269d85", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b6b641273611d2462ab78", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "56e335e4d2720b6c058b456d", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1200, "requirements": [ { "areaType": 2, @@ -5418,35 +3765,35 @@ "type": "Area" }, { - "templateId": "5e2af41e86f774755a234b67", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", "type": "Item" }, { - "templateId": "5734795124597738002c6176", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5734795124597738002c6176", "type": "Item" } - ], - "productionTime": 1200, - "endProduct": "56e335e4d2720b6c058b456d", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6002e68bca41c53bee18813b", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5e2af29386f7746d4159f077", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4800, "requirements": [ { "areaType": 2, @@ -5454,70 +3801,70 @@ "type": "Area" }, { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "57347c1124597737fb1379e3", + "type": "Item" + }, + { "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5734795124597738002c6176", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "59e358a886f7741776641ac3", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "59e358a886f7741776641ac3", "type": "Item" }, { "templateId": "56742c284bdc2d98058b456d", "type": "Tool" } - ], - "productionTime": 4800, - "endProduct": "5e2af29386f7746d4159f077", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "676a9fe717262755cf0ff52f", "areaType": 21, + "continuous": false, + "count": 4, + "endProduct": "67586bee39b1b82b0d0f9d06", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 16000, "requirements": [ { - "templateId": "5d40407c86f774318526545a", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d40407c86f774318526545a", "type": "Item" }, { - "templateId": "5d403f9186f7743cac3f229b", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d403f9186f7743cac3f229b", "type": "Item" }, { - "templateId": "67586c61a0c49554ed0bb4a8", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "67586c61a0c49554ed0bb4a8", "type": "Item" }, { @@ -5525,20 +3872,20 @@ "requiredLevel": 1, "type": "Area" } - ], - "productionTime": 16000, - "endProduct": "67586bee39b1b82b0d0f9d06", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 4, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "67da05c8078f1947650d7bb9", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5c1d0dc586f7744baf2e7b79", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 90000, "requirements": [ { "areaType": 11, @@ -5550,59 +3897,439 @@ "type": "Tool" }, { - "templateId": "5c94bbff86f7747ee735c08f", "count": 10, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c94bbff86f7747ee735c08f", "type": "Item" }, { - "templateId": "6389c8c5dbfd5e4b95197e6b", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c8c5dbfd5e4b95197e6b", "type": "Item" }, { - "templateId": "5c12613b86f7743bbe2c3f76", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c12613b86f7743bbe2c3f76", "type": "Item" }, { - "templateId": "62a0a16d0b9d3c46de5b6e97", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "62a0a16d0b9d3c46de5b6e97", "type": "Item" }, { - "templateId": "5c05308086f7746b2101e90b", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c05308086f7746b2101e90b", "type": "Item" } - ], - "productionTime": 90000, - "endProduct": "5c1d0dc586f7744baf2e7b79", + ] + }, + { + "_id": "655b50e7c023e22044165de5", + "areaType": 10, + "continuous": false, + "count": 180, + "endProduct": "5a3c16fe86f77452b62de32a", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5600, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 180, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "64b7bbb74b75259c590fa897", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1c774f86f7746d6620f8db", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06779c86f77426e00dd782", + "type": "Item" + } + ] + }, + { + "_id": "5d5c1f25d582a5479d4ec458", + "areaType": 10, + "continuous": false, + "count": 180, + "endProduct": "56dff2ced2720bb4668b4567", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8500, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 180, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "56dff3afd2720bba668b4567", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "templateId": "5d40425986f7743185265461", + "type": "Tool" + }, + { + "questId": "59c512ad86f7741f0d09de9b", + "type": "QuestComplete" + } + ] + }, + { + "_id": "5ede07163c345121732a10e9", + "areaType": 2, + "continuous": false, + "count": 10, + "endProduct": "5751a25924597722c463c472", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "544fb25a4bdc2dfb738b4567", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d40407c86f774318526545a", + "type": "Item" + } + ] + }, + { + "_id": "61c77c830f3639492721e99c", + "areaType": 8, + "continuous": false, + "count": 3, + "endProduct": "5c0fa877d174af02a012e1cf", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 17500, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5448fee04bdc2dbc018b4567", + "type": "Item" + }, + { + "templateId": "590c595c86f7747884343ad7", + "type": "Tool" + }, + { + "templateId": "5d1b385e86f774252167b98a", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "62a0a043cf4a99369e2624a5", + "type": "Item" + } + ] + }, + { + "_id": "5de950a845b5d67bad6e9ef7", + "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "59e36c6f86f774176c10a2a7", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2100, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347cd0245977445a2d6ff1", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06779c86f77426e00dd782", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5734795124597738002c6176", + "type": "Item" + } + ] + }, + { + "_id": "5e37f15386f774299f112a2e", + "areaType": 10, + "continuous": false, + "count": 5, + "endProduct": "5a0c27731526d80618476ac4", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4670, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af51086f7746d3f3c3402", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5a2a57cfc4a2826c6e06d44a", + "type": "Item" + } + ] + }, + { + "_id": "5d8a13564ac882218d2085b0", + "areaType": 8, + "continuous": false, + "count": 3, + "endProduct": "5734773724597737fd047c14", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4900, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3577886f774176a362503", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "575146b724597720a27126d5", + "type": "Item" + }, + { + "areaType": 8, + "requiredLevel": 2, + "type": "Area" + } + ] + }, + { + "_id": "655b60774343a16d2e04766b", + "areaType": 2, "continuous": false, "count": 1, + "endProduct": "5ab8dced86f774646209ec87", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, "productionLimitCount": 0, - "isCodeProduction": false + "productionTime": 7000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3556c86f7741776641ac2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59faf98186f774067b6be103", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "656fa25e94b480b8a500c0e0", + "type": "Item" + } + ] + }, + { + "_id": "63a2abbb31772a61500d5336", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "59e366c186f7741778269d85", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1500, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5ac4c50d5acfc40019262e87", + "type": "Item" + } + ] }, { "_id": "66575197464c4b4ba4671004", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "665732e7ac60f009f270d1ef", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 300, "requirements": [ { "areaType": 10, @@ -5622,27 +4349,27 @@ "type": "Tool" }, { - "templateId": "66572b3f6a723f7f005a066c", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "66572b3f6a723f7f005a066c", "type": "Item" } - ], - "productionTime": 300, - "endProduct": "665732e7ac60f009f270d1ef", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5fe338e364adb27bb90594be", "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "5ed51652f6c34d2cc26336a1", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4600, "requirements": [ { "areaType": 21, @@ -5650,34 +4377,34 @@ "type": "Area" }, { - "templateId": "5df8a72c86f77412640e2e83", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", "type": "Item" } - ], - "productionTime": 4600, - "endProduct": "5ed51652f6c34d2cc26336a1", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5d8f5ee9de0799001d229ed2", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5d1b371186f774253763a656", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3720, "requirements": [ { - "templateId": "56742c2e4bdc2d95058b456d", "count": 10, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "56742c2e4bdc2d95058b456d", "type": "Item" }, { @@ -5686,31 +4413,31 @@ "type": "Area" }, { - "templateId": "56742c284bdc2d98058b456d", "count": 10, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "56742c284bdc2d98058b456d", "type": "Item" }, { "templateId": "5d1b39a386f774252339976f", "type": "Tool" } - ], - "productionTime": 3720, - "endProduct": "5d1b371186f774253763a656", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5dc1f4d9e078d303d91b44c7", "areaType": 8, + "continuous": false, + "count": 8, + "endProduct": "5448fee04bdc2dbc018b4567", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6650, "requirements": [ { "areaType": 8, @@ -5718,31 +4445,31 @@ "type": "Area" }, { - "templateId": "5d1b33a686f7742523398398", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b33a686f7742523398398", "type": "Item" }, { "templateId": "5d1b39a386f774252339976f", "type": "Tool" } - ], - "productionTime": 6650, - "endProduct": "5448fee04bdc2dbc018b4567", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 8, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6671d4fef3bee343f5000703", "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "66507eabf5ddb0818b085b68", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4800, "requirements": [ { "areaType": 7, @@ -5750,55 +4477,54 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5c10c8fd86f7743d7d706df3", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "62a0a043cf4a99369e2624a5", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "619cc01e0a7c3a1a2731940c", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "59e3606886f77417674759a5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "questId": "665eeca92f7aedcc900b0437", "type": "QuestComplete" } - ], - "productionTime": 4800, - "endProduct": "66507eabf5ddb0818b085b68", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "62a1123ac30cfa1d366aeb82", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "57f4c844245977379d5c14d1", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1800, "requirements": [ { "areaType": 10, @@ -5806,67 +4532,263 @@ "type": "Area" }, { - "templateId": "57d14d2524597714373db789", "count": 1, "isEncoded": false, "isFunctional": true, "isSpawnedInSession": false, + "templateId": "57d14d2524597714373db789", "type": "Item" }, { "templateId": "62a0a0bb621468534a797ad5", "type": "Tool" } - ], - "productionTime": 1800, - "endProduct": "57f4c844245977379d5c14d1", + ] + }, + { + "_id": "5d78d8a03fe9fc21602e16be", + "areaType": 7, + "continuous": false, + "count": 2, + "endProduct": "590c657e86f77412b013051d", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e58e0c286f7740ba7486ca3", - "areaType": 11, + "productionTime": 4500, "requirements": [ { - "areaType": 11, + "areaType": 7, "requiredLevel": 3, "type": "Area" }, { - "templateId": "62a0a16d0b9d3c46de5b6e97", + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + }, + { "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "60098af40accd37ef2175f27", "type": "Item" }, { - "templateId": "577e1c9d2459773cd707c525", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5af0454c86f7746bf20992e8", "type": "Item" } - ], - "productionTime": 114000, - "endProduct": "5c12613b86f7743bbe2c3f76", + ] + }, + { + "_id": "603ce7c5fd70f047f93bee2a", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5aa7cfc0e5b5b00015693143", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false + "productionTime": 2890, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5ea05cf85ad9772e6624305d", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c1124597737fb1379e3", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { + "templateId": "61bf83814088ec1a363d7097", + "type": "Tool" + } + ] }, { - "_id": "63a2327c151bfb591645c104", + "_id": "5dd3c5487058311d4b267186", "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "590c5a7286f7747884343aea", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5350, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 120, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "56dff216d2720bbd668b4568", + "type": "Item" + }, + { + "templateId": "590c2b4386f77425357b6123", + "type": "Tool" + } + ] + }, + { + "_id": "658976555aa97f488d096ca7", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "66b6296d7994640992013b17", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10400, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 8, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", + "type": "Item" + } + ] + }, + { + "_id": "5dde60e0e2c8f57eb6465327", + "areaType": 10, + "continuous": false, + "count": 150, + "endProduct": "61962d879bb3d20b0946d385", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 7350, + "requirements": [ + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "templateId": "5e2af37686f774755a234b65", + "type": "Tool" + }, + { + "questId": "5c0bd94186f7747a727f09b2", + "type": "QuestComplete" + } + ] + }, + { + "_id": "600a9955ba91d953182d69f0", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "59d6088586f774275f37482f", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5100, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": true, + "isSpawnedInSession": false, + "templateId": "59e6152586f77473dc057aa1", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59d64fc686f774171b243fe2", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + }, + { + "templateId": "62a0a0bb621468534a797ad5", + "type": "Tool" + } + ] + }, + { + "_id": "655b4e591fe356507267b2f5", + "areaType": 10, + "continuous": false, + "count": 50, + "endProduct": "59e77a2386f7742ee578960a", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8400, "requirements": [ { "areaType": 10, @@ -5874,35 +4796,883 @@ "type": "Area" }, { - "templateId": "5d0377ce86f774186372f689", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b2ffd86f77425243e8d17", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", "type": "Item" }, { - "templateId": "6389c7750ef44505c87f5996", + "templateId": "619cbfccbedcde2f5b3f7bdd", + "type": "Tool" + } + ] + }, + { + "_id": "6002e26ac6b84d04cc62045e", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "590a391c86f774385a33c404", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2600, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590a386e86f77429692b27ab", + "type": "Item" + }, + { + "templateId": "590c2d8786f774245b1f03f3", + "type": "Tool" + } + ] + }, + { + "_id": "61b9da6a66f37641c8240014", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "5ed5160a87bb8443d10680b5", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8400, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a6a186f77412640e2e80", "type": "Item" }, { - "templateId": "5c05308086f7746b2101e90b", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", + "type": "Item" + } + ] + }, + { + "_id": "6558d7894626375d6735670c", + "areaType": 10, + "continuous": false, + "count": 50, + "endProduct": "5fc275cf85fd526b824a571a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 15000, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 50, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5fc382c1016cce60e8341b20", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc87386f77449db3db94e", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + } + ] + }, + { + "_id": "6666d829a8298779fc40e537", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "665732f4464c4b4ba4670fa9", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 300, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "templateId": "5d1b317c86f7742523398392", + "type": "Tool" + }, + { + "templateId": "5d4042a986f7743185265463", + "type": "Tool" + }, + { + "templateId": "5af04b6486f774195a3ebb49", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "66572b88ac60f009f270d1dc", + "type": "Item" + } + ] + }, + { + "_id": "5df8fe0deddb880fd56f2d7d", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "59e358a886f7741776641ac3", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2450, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d40407c86f774318526545a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d40412b86f7743cb332ac3a", + "type": "Item" + }, + { + "templateId": "5d1b39a386f774252339976f", + "type": "Tool" + } + ] + }, + { + "_id": "655b4de41f2b6843ec751fd5", + "areaType": 10, + "continuous": false, + "count": 70, + "endProduct": "5887431f2459777e1612938f", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 14400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 70, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "64b8f7968532cf95ee0a0dbf", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc87386f77449db3db94e", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + } + ] + }, + { + "_id": "5dc1f7de6058e020335c9d88", + "areaType": 8, + "continuous": false, + "count": 7, + "endProduct": "544fb6cc4bdc2d34748b456e", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4300, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57505f6224597709a92585a9", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347d90245977448f7b7f65", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5448ff904bdc2d6f028b456e", + "type": "Item" + } + ] + }, + { + "_id": "5f241246232409155b66b809", + "areaType": 8, + "continuous": false, + "count": 20, + "endProduct": "5751496424597720a27126da", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 43200, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b33a686f7742523398398", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3577886f774176a362503", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5af0484c86f7740f02001f7f", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5bc9be8fd4351e00334cae6e", + "type": "Item" + }, + { + "templateId": "5d1b385e86f774252167b98a", + "type": "Tool" + }, + { + "templateId": "62a09e73af34e73a266d932a", + "type": "Tool" + } + ] + }, + { + "_id": "600a9bd0189b226f40059751", + "areaType": 10, + "continuous": false, + "count": 7, + "endProduct": "5e85a9f4add9fe03027d9bf1", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 16500, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af37686f774755a234b65", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5a0c27731526d80618476ac4", + "type": "Item" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + } + ] + }, + { + "_id": "677d4fdb42cdfce74006f961", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5d1b304286f774253763a528", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1887, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b309586f77425227d1676", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06782b86f77426df5407d2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "6389c70ca33d8c4cdf4932c6", + "type": "Item" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + } + ] + }, + { + "_id": "5ede1e0b7690fa313b632e88", + "areaType": 8, + "continuous": false, + "count": 2, + "endProduct": "57347d7224597744596b4e72", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4710, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347da92459774491567cf5", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347d8724597744596b4e76", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347d3d245977448f7b7f61", + "type": "Item" + } + ] + }, + { + "_id": "67c9d447b53b0fcf1d0bb0ab", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "66573310a1657263d816a139", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 60, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "templateId": "5d1b317c86f7742523398392", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "66572bb3ac60f009f270d1df", + "type": "Item" + } + ] + }, + { + "_id": "67da01179cbeb8d6f4011961", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "61bf7c024770ee6f9c6b8b53", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 14400, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 1, + "type": "Area" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + }, + { + "templateId": "5d4042a986f7743185265463", + "type": "Tool" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a391c86f774385a33c404", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "6389c70ca33d8c4cdf4932c6", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a3b0486f7743954552bdb", + "type": "Item" + } + ] + }, + { + "_id": "5d93b91286f77467310ca15d", + "areaType": 2, + "continuous": false, + "count": 2, + "endProduct": "5c13cef886f774072e618e82", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1560, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "577e1c9d2459773cd707c525", + "type": "Item" + }, + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + } + ] + }, + { + "_id": "63baedefe6ebc10fe0201083", + "areaType": 10, + "continuous": false, + "count": 120, + "endProduct": "5ba26835d4351e0035628ff5", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 12400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 120, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5ba2678ad4351e44f824b344", + "type": "Item" + }, + { + "templateId": "5af04b6486f774195a3ebb49", + "type": "Tool" + }, + { + "templateId": "590a3d9c86f774385926e510", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06782b86f77426df5407d2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "61bf7b6302b3924be92fa8c3", + "type": "Item" + }, + { + "questId": "5c0d4e61d09282029f53920e", + "type": "QuestComplete" + } + ] + }, + { + "_id": "60048c82a7903e00382d9593", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5d1b5e94d7ad1a2b865a96b0", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 32200, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b2ffd86f77425243e8d17", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d0377ce86f774186372f689", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c05308086f7746b2101e90b", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c37d286f77443be3d7827", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5af0561e86f7745f5f3ad6ac", + "type": "Item" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + }, + { + "templateId": "6389c8fb46b54c634724d847", + "type": "Tool" + }, + { + "questId": "63966ff54c3ef01b6f3ffad8", + "type": "QuestComplete" + } + ] + }, + { + "_id": "600ab8e3e4022c380a726088", + "areaType": 8, + "continuous": false, + "count": 3, + "endProduct": "5d403f9186f7743cac3f229b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6400, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5448fee04bdc2dbc018b4567", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d40407c86f774318526545a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57505f6224597709a92585a9", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5bc9be8fd4351e00334cae6e", + "type": "Item" + }, + { + "templateId": "5d1b385e86f774252167b98a", + "type": "Tool" + } + ] + }, + { + "_id": "5d8f5e1af3a8f83c8600afb2", + "areaType": 2, + "continuous": false, + "count": 2, + "endProduct": "5d40412b86f7743cb332ac3a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2100, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c13cd2486f774072c757944", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "62a09f32621468534a797acb", + "type": "Item" + }, + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + } + ] + }, + { + "_id": "63a2327c151bfb591645c104", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5a1eaa87fcdbcb001865f75e", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 86400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d0377ce86f774186372f689", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b2ffd86f77425243e8d17", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "6389c7750ef44505c87f5996", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c05308086f7746b2101e90b", "type": "Item" }, { @@ -5921,2255 +5691,56 @@ "questId": "6396701b9113f06a7c3b2379", "type": "QuestComplete" } - ], - "productionTime": 86400, - "endProduct": "5a1eaa87fcdbcb001865f75e", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { - "_id": "600ab8e3e4022c380a726088", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5448fee04bdc2dbc018b4567", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40407c86f774318526545a", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57505f6224597709a92585a9", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5bc9be8fd4351e00334cae6e", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b385e86f774252167b98a", - "type": "Tool" - } - ], - "productionTime": 6400, - "endProduct": "5d403f9186f7743cac3f229b", + "_id": "5e58e0c286f7740ba7486ca3", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5c12613b86f7743bbe2c3f76", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "60048c82a7903e00382d9593", - "areaType": 10, + "productionTime": 114000, "requirements": [ { - "areaType": 10, + "areaType": 11, "requiredLevel": 3, "type": "Area" }, { - "templateId": "5d1b2ffd86f77425243e8d17", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d0377ce86f774186372f689", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "62a0a16d0b9d3c46de5b6e97", "type": "Item" }, { - "templateId": "5c05308086f7746b2101e90b", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c37d286f77443be3d7827", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af0561e86f7745f5f3ad6ac", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - }, - { - "templateId": "6389c8fb46b54c634724d847", - "type": "Tool" - }, - { - "questId": "63966ff54c3ef01b6f3ffad8", - "type": "QuestComplete" - } - ], - "productionTime": 32200, - "endProduct": "5d1b5e94d7ad1a2b865a96b0", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d93b91286f77467310ca15d", - "areaType": 2, - "requirements": [ - { "templateId": "577e1c9d2459773cd707c525", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - } - ], - "productionTime": 1560, - "endProduct": "5c13cef886f774072e618e82", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "63baedefe6ebc10fe0201083", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5ba2678ad4351e44f824b344", - "count": 120, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af04b6486f774195a3ebb49", - "type": "Tool" - }, - { - "templateId": "590a3d9c86f774385926e510", - "type": "Tool" - }, - { - "templateId": "5c06782b86f77426df5407d2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf7b6302b3924be92fa8c3", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "questId": "5c0d4e61d09282029f53920e", - "type": "QuestComplete" - } - ], - "productionTime": 12400, - "endProduct": "5ba26835d4351e0035628ff5", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 120, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "603cf3094bb658618458e010", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5c1265fc86f7743f896a21c2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b309586f77425227d1676", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d4042a986f7743185265463", - "type": "Tool" - } - ], - "productionTime": 6000, - "endProduct": "56742c324bdc2d150f8b456d", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dea63e21ecdbf7668030f24", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d03794386f77420415576f5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "619cbfccbedcde2f5b3f7bdd", - "type": "Tool" - } - ], - "productionTime": 10000, - "endProduct": "5733279d245977289b77ec24", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 5, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "66140c4a9688754de10dac07", - "areaType": 11, - "requirements": [ - { - "templateId": "660bbc47c38b837877075e47", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 11, - "requiredLevel": 1, - "type": "Area" - }, - { - "type": "QuestComplete" - } - ], - "productionTime": 600, - "endProduct": "660bc341c38b837877075e4c", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": true - }, - { - "_id": "655b4f57769de97e1d62d116", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "59e77a2386f7742ee578960a", - "count": 50, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "60391a8b3364dc22b04d0ce5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a0a0bb621468534a797ad5", - "type": "Tool" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "questId": "5bc4856986f77454c317bea7", - "type": "QuestComplete" - } - ], - "productionTime": 9500, - "endProduct": "5e023d34e8a400319a28ed44", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 50, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e66408286f7747b2c2d7786", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5e2af51086f7746d3f3c3402", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5656eb674bdc2d35148b457c", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - } - ], - "productionTime": 6000, - "endProduct": "5e340dcdcb6d5863cc5e5efb", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 8, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b4489065b076eb02c4b45", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "54527a984bdc2d4e668b4567", - "count": 180, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - }, - { - "questId": "639135534b15ca31f76bc317", - "type": "QuestComplete" - } - ], - "productionTime": 8400, - "endProduct": "54527ac44bdc2d36668b4567", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 120, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e0758f99694354c4d2bfd47", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a77486f77412672a1e3f", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" } - ], - "productionTime": 6200, - "endProduct": "651450ce0e00edc794068371", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "62a116282c5e0c325b62d5ec", - "areaType": 11, - "requirements": [ - { - "areaType": 11, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5c05308086f7746b2101e90b", - "type": "Tool" - }, - { - "templateId": "590c621186f774138d11ea29", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a0a124de7ac81993580542", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 36000, - "endProduct": "62a0a16d0b9d3c46de5b6e97", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5de95f1c9517b140195ab717", - "areaType": 10, - "requirements": [ - { - "templateId": "5af0561e86f7745f5f3ad6ac", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d63d33b86f7746ea9275524", - "type": "Tool" - } - ], - "productionTime": 4400, - "endProduct": "590a358486f77429692b2790", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d5589c1f934db045e6c5492", - "areaType": 6, - "requirements": [ - { - "areaType": 6, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d1b385e86f774252167b98a", - "resource": 66, - "type": "Resource" - } - ], - "productionTime": 19500, - "endProduct": "5d1b33a686f7742523398398", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": true, - "count": 1, - "productionLimitCount": 1, - "isCodeProduction": false - }, - { - "_id": "5d5c1fd4d582a500650132f0", - "areaType": 19, - "requirements": [ - { - "templateId": "59e3577886f774176a362503", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b33a686f7742523398398", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 11000, - "endProduct": "5d1b376e86f774252519444e", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5eda0247658fac5b8c3862a8", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "55d480c04bdc2d1d4e8b456a", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af29386f7746d4159f077", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d4042a986f7743185265463", - "type": "Tool" - } - ], - "productionTime": 5000, - "endProduct": "55d482194bdc2d1d4e8b456b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "615c3d27966c85458e4c49cf", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "590c678286f77426c9660122", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5751a25924597722c463c472", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "60098af40accd37ef2175f27", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 3600, - "endProduct": "60098ad7c2240c0fe85c570a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "603cf23a420e7f487e175d7f", - "areaType": 10, - "requirements": [ - { - "templateId": "57347c77245977448d35f6e2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347c5b245977448d35f6e1", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af37686f774755a234b65", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "590c2b4386f77425357b6123", - "type": "Tool" - } - ], - "productionTime": 7000, - "endProduct": "590a3c0a86f774385a33c450", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5eda04a30699b81bb9142aa2", - "areaType": 2, - "requirements": [ - { - "templateId": "5e2af47786f7746d404f3aaa", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - } - ], - "productionTime": 1900, - "endProduct": "544fb25a4bdc2dfb738b4567", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 6, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d8a1568df9fc649e81b8b1b", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "573475fb24597737fb1379e1", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5bc9be8fd4351e00334cae6e", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 6100, - "endProduct": "573476f124597737e04bf328", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 5, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "615c3d800d3afc358a55405e", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "574d967124597745970e7c94", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d63d33b86f7746ea9275524", - "type": "Tool" - } - ], - "productionTime": 3100, - "endProduct": "5d1c819a86f774771b0acd6c", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ffcaa60f3fdc212a91d552b", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5648a7494bdc2d9d488b4583", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - } - ], - "productionTime": 2000, - "endProduct": "5e2af4d286f7746d4159f07a", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b63ac9db22d43ab42b70a", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5e2af41e86f774755a234b67", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4d286f7746d4159f07a", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf83814088ec1a363d7097", - "type": "Tool" - }, - { - "templateId": "590c2e1186f77425357b6124", - "type": "Tool" - }, - { - "questId": "5b47876e86f7744d1c353205", - "type": "QuestComplete" - }, - { - "templateId": "656f9fa0498d1b7e3e071d98", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 9000, - "endProduct": "5d5d87f786f77427997cfaef", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5de95c91225b0a76ca0ea0b7", - "areaType": 10, - "requirements": [ - { - "templateId": "59e35de086f7741778269d84", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5734795124597738002c6176", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d63d33b86f7746ea9275524", - "type": "Tool" - }, - { - "templateId": "590c2d8786f774245b1f03f3", - "type": "Tool" - } - ], - "productionTime": 4800, - "endProduct": "5d1b2fa286f77425227d1674", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "61c77cc6fcc1673f08540e9b", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5448fee04bdc2dbc018b4567", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af29386f7746d4159f077", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b39a386f774252339976f", - "type": "Tool" - } - ], - "productionTime": 4000, - "endProduct": "60098b1705871270cd5352a1", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600aa0d1090cb6338027028c", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5ab8e4ed86f7742d8e50c7fa", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40419286f774318526545f", - "type": "Tool" - } - ], - "productionTime": 3200, - "endProduct": "5af0454c86f7746bf20992e8", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b6bc01f2b6843ec751fd7", - "areaType": 2, - "requirements": [ - { - "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5e2af41e86f774755a234b67", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af47786f7746d404f3aaa", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf83814088ec1a363d7097", - "type": "Tool" - }, - { - "templateId": "59e3556c86f7741776641ac2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 2500, - "endProduct": "5f5e467b0bc58666c37e7821", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5eeca812c4c989140245ae0c", - "areaType": 11, - "requirements": [ - { - "areaType": 11, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "590a3b0486f7743954552bdb", - "count": 10, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "573477e124597737dd42e191", - "count": 10, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5734779624597737e04bf329", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c05300686f7746dce784e5d", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "60391afc25aff57af81f7085", - "type": "Tool" - }, - { - "templateId": "590c639286f774151567fa95", - "type": "Tool" - } - ], - "productionTime": 349000, - "endProduct": "57347ca924597744596b4e71", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dceb6964a98801ba2075d27", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d6fc87386f77449db3db94e", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1c774f86f7746d6620f8db", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb5454bdc2df8738b456a", - "type": "Tool" - }, - { - "templateId": "58dd3ad986f77403051cba8f", - "count": 80, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "questId": "5a27bc8586f7741b543d8ea4", - "type": "QuestComplete" - } - ], - "productionTime": 8256, - "endProduct": "5a6086ea4f39f99cd479502f", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 80, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "6012ee7e44a0465ee67a58de", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5c0e533786f7747fa23f4d47", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb3f34bdc2d03748b456a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5751435d24597720a27126d1", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "questId": "60e71c48c1bfa3050473b8e5", - "type": "QuestComplete" - } - ], - "productionTime": 5500, - "endProduct": "5ed51652f6c34d2cc26336a1", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b650ab71eeb7c4168c627", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "59e3556c86f7741776641ac2", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4d286f7746d4159f07a", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af41e86f774755a234b67", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf83814088ec1a363d7097", - "type": "Tool" - }, - { - "templateId": "591094e086f7747caa7bb2ef", - "type": "Tool" - }, - { - "templateId": "656f611f94b480b8a500c0db", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 10000, - "endProduct": "5ab8e79e86f7742d8b372e78", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e1330dca0f0f8773c069c99", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "60363c0c92ec1c31037959f5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2d8786f774245b1f03f3", - "type": "Tool" - } - ], - "productionTime": 120, - "endProduct": "590c595c86f7747884343ad7", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ffcadeff3fdc212a91d5539", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5448fee04bdc2dbc018b4567", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5751487e245977207e26a315", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 3800, - "endProduct": "5e8f3423fd7471236e6e3b64", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b6a50b71eeb7c4168c628", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5aa7e276e5b5b000171d0647", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4d286f7746d4159f07a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af47786f7746d404f3aaa", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40407c86f774318526545a", - "type": "Tool" - }, - { - "templateId": "63a0b208f444d32d6f03ea1e", - "type": "Tool" - }, - { - "questId": "60e71b62a0beca400d69efc4", - "type": "QuestComplete" - } - ], - "productionTime": 3000, - "endProduct": "5f60c74e3b85f6263c145586", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dceeaf100b3815535149f5a", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d1b371186f774253763a656", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347c5b245977448d35f6e1", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347c77245977448d35f6e2", - "count": 4, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40419286f774318526545f", - "type": "Tool" - } - ], - "productionTime": 12000, - "endProduct": "5c127c4486f7745625356c13", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ede0135f7db6021ee400dfe", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5c13cd2486f774072c757944", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40412b86f7743cb332ac3a", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 3300, - "endProduct": "5755383e24597772cb798966", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5eda072cf6626f08ef0efed4", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5e2af4d286f7746d4159f07a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 3250, - "endProduct": "59e7635f86f7742cbf2c1095", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b47d1769de97e1d62d115", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a0a098de7ac8199358053b", - "type": "Tool" - } - ], - "productionTime": 4400, - "endProduct": "64b7af5a8532cf95ee0a0dbd", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 200, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5f240f45f4a9420a8c328ee0", - "areaType": 8, - "requirements": [ - { - "areaType": 8, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "57514643245977207f2c2d09", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af0484c86f7740f02001f7f", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5448fee04bdc2dbc018b4567", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a09e73af34e73a266d932a", - "type": "Tool" - } - ], - "productionTime": 6500, - "endProduct": "5751435d24597720a27126d1", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 4, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "61b9da10695bdc188002db3a", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a6a186f77412640e2e80", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5df8a77486f77412672a1e3f", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5400, - "endProduct": "5c0e531286f7747fa54205c2", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "655b505c32b0b1645e6f54c5", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "573720e02459776143012541", - "count": 150, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06779c86f77426e00dd782", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 3300, - "endProduct": "5737218f245977612125ba51", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 150, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5ffcab66fd851f4b000d61ef", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d1b36a186f7742523398433", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347c77245977448d35f6e2", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347c5b245977448d35f6e1", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf7b6302b3924be92fa8c3", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d40419286f774318526545f", - "type": "Tool" - } - ], - "productionTime": 30000, - "endProduct": "5e2af55f86f7746d4159f07c", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "6012ea1a01328b2dec3c1a9d", - "areaType": 2, - "requirements": [ - { - "areaType": 2, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "56e33634d2720bd8058b456b", - "count": 5, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57e26fc7245977162a14b800", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c06779c86f77426e00dd782", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "56742c284bdc2d98058b456d", - "type": "Tool" - } - ], - "productionTime": 15500, - "endProduct": "5c12688486f77426843c7d32", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "61b9d9deef9a1b5d6a798986", - "areaType": 21, - "requirements": [ - { - "areaType": 21, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "5df8a77486f77412672a1e3f", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 5200, - "endProduct": "5d403f9186f7743cac3f229b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5e6cfc53a3e6886b9e6c39a8", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 7, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "59e3606886f77417674759a5", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5c0e530286f7747fa1419862", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "544fb3f34bdc2d03748b456a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 4990, - "endProduct": "5c0e531286f7747fa54205c2", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 5, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d78d81757c9b8484a2bcb99", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af04b6486f774195a3ebb49", - "type": "Tool" - } - ], - "productionTime": 6250, - "endProduct": "60194943740c5d77f6705eea", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 150, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dd3c9c8449c0c31795b0f0b", - "areaType": 10, - "requirements": [ - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "57347b8b24597737dd42e192", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - } - ], - "productionTime": 2150, - "endProduct": "5d6fc87386f77449db3db94e", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5dd11303b78bb413d5133f79", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 1, - "type": "Area" - }, - { - "templateId": "57347c2e24597744902c94a1", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c2d8786f774245b1f03f3", - "type": "Tool" - } - ], - "productionTime": 7450, - "endProduct": "5c06782b86f77426df5407d2", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 6, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "62a11354b552772a0c4ba09e", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5780cf722459777a5108b9a1", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "590c5a7286f7747884343aea", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "61bf7b6302b3924be92fa8c3", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "62a0a0bb621468534a797ad5", - "type": "Tool" - }, - { - "templateId": "5d40419286f774318526545f", - "type": "Tool" - } - ], - "productionTime": 10000, - "endProduct": "60391a8b3364dc22b04d0ce5", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "600a9fb7ba91d953182d6a1c", - "areaType": 10, - "requirements": [ - { - "areaType": 10, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5d6fc87386f77449db3db94e", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d6fc78386f77449d825f9dc", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "60391b0fb847c71012789415", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "60391a8b3364dc22b04d0ce5", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5af04b6486f774195a3ebb49", - "type": "Tool" - } - ], - "productionTime": 39000, - "endProduct": "5d0379a886f77420407aa271", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "5d8f614c9ea122564c316462", - "areaType": 7, - "requirements": [ - { - "areaType": 7, - "requiredLevel": 3, - "type": "Area" - }, - { - "templateId": "5af0548586f7743a532b7e99", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5751a89d24597722aa0e8db0", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5d1b3a5d86f774252167ba22", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 6900, - "endProduct": "5c0e530286f7747fa1419862", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 7, - "productionLimitCount": 0, - "isCodeProduction": false - }, - { - "_id": "67da0223078f1947650d7bb7", - "areaType": 11, - "requirements": [ - { - "areaType": 11, - "requiredLevel": 2, - "type": "Area" - }, - { - "templateId": "5c052fb986f7746b2101e909", - "type": "Tool" - }, - { - "templateId": "5c12613b86f7743bbe2c3f76", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 2400, - "endProduct": "5c94bbff86f7747ee735c08f", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "655b65fc1273611d2462ab77", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5b44cad286f77402a54ae7e5", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 14000, "requirements": [ { "areaType": 2, @@ -8177,19 +5748,19 @@ "type": "Area" }, { - "templateId": "656fae5f7c2d57afe200c0d7", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "656fae5f7c2d57afe200c0d7", "type": "Item" }, { - "templateId": "5e2af4a786f7746d3f3c3400", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", "type": "Item" }, { @@ -8205,27 +5776,27 @@ "type": "QuestComplete" }, { - "templateId": "5e2af4d286f7746d4159f07a", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", "type": "Item" } - ], - "productionTime": 14000, - "endProduct": "5b44cad286f77402a54ae7e5", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "64b6b5c1c3abf20a9660daad", "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5c0e534186f7747fa1419867", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4800, "requirements": [ { "questId": "60e71c48c1bfa3050473b8e5", @@ -8237,51 +5808,51 @@ "type": "Area" }, { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + }, + { "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5d1b3f2d86f774253763b735", - "count": 2, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5c0e530286f7747fa1419862", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5e8f3423fd7471236e6e3b64", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e8f3423fd7471236e6e3b64", "type": "Item" } - ], - "productionTime": 4800, - "endProduct": "5c0e534186f7747fa1419867", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6666d7ea0b734650a91d0a42", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "66573310a1657263d816a139", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 300, "requirements": [ { "areaType": 10, @@ -8301,34 +5872,34 @@ "type": "Tool" }, { - "templateId": "66572bb3ac60f009f270d1df", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "66572bb3ac60f009f270d1df", "type": "Item" } - ], - "productionTime": 300, - "endProduct": "66573310a1657263d816a139", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5df138986c38ba26da0b3a77", "areaType": 10, + "continuous": false, + "count": 4, + "endProduct": "5d1b309586f77425227d1676", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1320, "requirements": [ { - "templateId": "5d1b304286f774253763a528", "count": 4, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b304286f774253763a528", "type": "Item" }, { @@ -8340,20 +5911,20 @@ "templateId": "590c2d8786f774245b1f03f3", "type": "Tool" } - ], - "productionTime": 1320, - "endProduct": "5d1b309586f77425227d1676", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 4, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5eeca9bad874f914d2536585", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5b7c710788a4506dec015957", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 18000, "requirements": [ { "areaType": 2, @@ -8361,78 +5932,78 @@ "type": "Area" }, { - "templateId": "5c127c4486f7745625356c13", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c127c4486f7745625356c13", "type": "Item" }, { - "templateId": "57347c5b245977448d35f6e1", "count": 6, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "57347c5b245977448d35f6e1", "type": "Item" }, { - "templateId": "5e2af29386f7746d4159f077", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af29386f7746d4159f077", "type": "Item" }, { - "templateId": "61bf7b6302b3924be92fa8c3", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "61bf7b6302b3924be92fa8c3", "type": "Item" }, { "templateId": "5d40419286f774318526545f", "type": "Tool" } - ], - "productionTime": 18000, - "endProduct": "5b7c710788a4506dec015957", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5df914a53ce0f648b833bb37", "areaType": 11, + "continuous": false, + "count": 3, + "endProduct": "590c621186f774138d11ea29", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 123200, "requirements": [ { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "56742c324bdc2d150f8b456d", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5c1265fc86f7743f896a21c2", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "590c392f86f77444754deb29", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c392f86f77444754deb29", "type": "Item" }, { @@ -8440,20 +6011,20 @@ "requiredLevel": 2, "type": "Area" } - ], - "productionTime": 123200, - "endProduct": "590c621186f774138d11ea29", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 3, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5de919ec1b25d85cf30ca39a", "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "5d6fc78386f77449d825f9dc", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5870, "requirements": [ { "areaType": 10, @@ -8461,39 +6032,39 @@ "type": "Area" }, { - "templateId": "58d3db5386f77426186285a0", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "58d3db5386f77426186285a0", "type": "Item" }, { - "templateId": "617aa4dd8166f034d57de9c5", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "617aa4dd8166f034d57de9c5", "type": "Item" }, { "templateId": "590c2d8786f774245b1f03f3", "type": "Tool" } - ], - "productionTime": 5870, - "endProduct": "5d6fc78386f77449d825f9dc", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "619e45ea98398d3b104e8419", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "619cbfeb6b8a1b37a54eebfa", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 25000, "requirements": [ { "areaType": 10, @@ -8501,19 +6072,19 @@ "type": "Area" }, { - "templateId": "590c2e1186f77425357b6124", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c2e1186f77425357b6124", "type": "Item" }, { - "templateId": "590c5bbd86f774785762df04", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c5bbd86f774785762df04", "type": "Item" }, { @@ -8525,35 +6096,35 @@ "type": "Tool" }, { - "templateId": "61bf7b6302b3924be92fa8c3", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "61bf7b6302b3924be92fa8c3", "type": "Item" }, { - "templateId": "5d4042a986f7743185265463", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d4042a986f7743185265463", "type": "Item" } - ], - "productionTime": 25000, - "endProduct": "619cbfeb6b8a1b37a54eebfa", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5dc1f634ee5f2440a9272dc7", "areaType": 8, + "continuous": false, + "count": 10, + "endProduct": "5d40407c86f774318526545a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5750, "requirements": [ { "areaType": 8, @@ -8561,35 +6132,335 @@ "type": "Area" }, { - "templateId": "5d1b376e86f774252519444e", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b376e86f774252519444e", "type": "Item" }, { - "templateId": "5448fee04bdc2dbc018b4567", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5448fee04bdc2dbc018b4567", "type": "Item" } - ], - "productionTime": 5750, - "endProduct": "5d40407c86f774318526545a", + ] + }, + { + "_id": "5dceb6964a98801ba2075d27", + "areaType": 10, + "continuous": false, + "count": 80, + "endProduct": "5a6086ea4f39f99cd479502f", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8256, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc87386f77449db3db94e", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1c774f86f7746d6620f8db", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + }, + { + "count": 80, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "58dd3ad986f77403051cba8f", + "type": "Item" + }, + { + "questId": "5a27bc8586f7741b543d8ea4", + "type": "QuestComplete" + } + ] + }, + { + "_id": "6012ee7e44a0465ee67a58de", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "5ed51652f6c34d2cc26336a1", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5500, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c0e533786f7747fa23f4d47", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "544fb3f34bdc2d03748b456a", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5751435d24597720a27126d1", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + }, + { + "questId": "60e71c48c1bfa3050473b8e5", + "type": "QuestComplete" + } + ] + }, + { + "_id": "655b650ab71eeb7c4168c627", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5ab8e79e86f7742d8b372e78", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3556c86f7741776641ac2", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", + "type": "Item" + }, + { + "templateId": "61bf83814088ec1a363d7097", + "type": "Tool" + }, + { + "templateId": "591094e086f7747caa7bb2ef", + "type": "Tool" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "656f611f94b480b8a500c0db", + "type": "Item" + } + ] + }, + { + "_id": "5e1330dca0f0f8773c069c99", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "590c595c86f7747884343ad7", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 10, "productionLimitCount": 0, - "isCodeProduction": false + "productionTime": 120, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "60363c0c92ec1c31037959f5", + "type": "Item" + }, + { + "templateId": "590c2d8786f774245b1f03f3", + "type": "Tool" + } + ] }, { - "_id": "655b5fd2975a7f3c734661a8", + "_id": "5ffcadeff3fdc212a91d5539", + "areaType": 8, + "continuous": false, + "count": 2, + "endProduct": "5e8f3423fd7471236e6e3b64", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3800, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5448fee04bdc2dbc018b4567", + "type": "Item" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5751487e245977207e26a315", + "type": "Item" + } + ] + }, + { + "_id": "655b6a50b71eeb7c4168c628", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5f60c74e3b85f6263c145586", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5aa7e276e5b5b000171d0647", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af47786f7746d404f3aaa", + "type": "Item" + }, + { + "templateId": "5d40407c86f774318526545a", + "type": "Tool" + }, + { + "templateId": "63a0b208f444d32d6f03ea1e", + "type": "Tool" + }, + { + "questId": "60e71b62a0beca400d69efc4", + "type": "QuestComplete" + } + ] + }, + { + "_id": "5dceeaf100b3815535149f5a", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5c127c4486f7745625356c13", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 12000, "requirements": [ { "areaType": 2, @@ -8597,27 +6468,423 @@ "type": "Area" }, { - "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af4d286f7746d4159f07a", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - }, - { - "templateId": "5e2af41e86f774755a234b67", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b371186f774253763a656", + "type": "Item" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c5b245977448d35f6e1", + "type": "Item" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c77245977448d35f6e2", + "type": "Item" + }, + { + "templateId": "5d40419286f774318526545f", + "type": "Tool" + } + ] + }, + { + "_id": "5ede0135f7db6021ee400dfe", + "areaType": 7, + "continuous": false, + "count": 2, + "endProduct": "5755383e24597772cb798966", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3300, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c13cd2486f774072c757944", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d40412b86f7743cb332ac3a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + } + ] + }, + { + "_id": "655b47d1769de97e1d62d115", + "areaType": 10, + "continuous": false, + "count": 200, + "endProduct": "64b7af5a8532cf95ee0a0dbd", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "templateId": "62a0a098de7ac8199358053b", + "type": "Tool" + } + ] + }, + { + "_id": "61b9da10695bdc188002db3a", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "5c0e531286f7747fa54205c2", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5400, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a6a186f77412640e2e80", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", + "type": "Item" + } + ] + }, + { + "_id": "5ffcab66fd851f4b000d61ef", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5e2af55f86f7746d4159f07c", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 30000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b36a186f7742523398433", + "type": "Item" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c77245977448d35f6e2", + "type": "Item" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c5b245977448d35f6e1", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "61bf7b6302b3924be92fa8c3", + "type": "Item" + }, + { + "templateId": "5d40419286f774318526545f", + "type": "Tool" + } + ] + }, + { + "_id": "5e6cfc53a3e6886b9e6c39a8", + "areaType": 7, + "continuous": false, + "count": 5, + "endProduct": "5c0e531286f7747fa54205c2", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4990, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 7, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3606886f77417674759a5", + "type": "Item" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c0e530286f7747fa1419862", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "544fb3f34bdc2d03748b456a", + "type": "Item" + } + ] + }, + { + "_id": "5dd3c9c8449c0c31795b0f0b", + "areaType": 10, + "continuous": false, + "count": 3, + "endProduct": "5d6fc87386f77449db3db94e", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2150, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347b8b24597737dd42e192", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + } + ] + }, + { + "_id": "62a11354b552772a0c4ba09e", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "60391a8b3364dc22b04d0ce5", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10000, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5780cf722459777a5108b9a1", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "61bf7b6302b3924be92fa8c3", + "type": "Item" + }, + { + "templateId": "62a0a0bb621468534a797ad5", + "type": "Tool" + }, + { + "templateId": "5d40419286f774318526545f", + "type": "Tool" + } + ] + }, + { + "_id": "67da0223078f1947650d7bb7", + "areaType": 11, + "continuous": false, + "count": 3, + "endProduct": "5c94bbff86f7747ee735c08f", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2400, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 2, + "type": "Area" + }, + { + "templateId": "5c052fb986f7746b2101e909", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c12613b86f7743bbe2c3f76", + "type": "Item" + } + ] + }, + { + "_id": "655b5fd2975a7f3c734661a8", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "61bcc89aef0f505f0c6cd0fc", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", "type": "Item" }, { @@ -8629,27 +6896,27 @@ "type": "QuestComplete" }, { - "templateId": "656fb21fa0dce000a2020f7c", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "656fb21fa0dce000a2020f7c", "type": "Item" } - ], - "productionTime": 6000, - "endProduct": "61bcc89aef0f505f0c6cd0fc", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5ee4a093a297eb185236194f", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5c052fb986f7746b2101e909", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 192000, "requirements": [ { "areaType": 11, @@ -8657,19 +6924,19 @@ "type": "Area" }, { - "templateId": "5c94bbff86f7747ee735c08f", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c94bbff86f7747ee735c08f", "type": "Item" }, { - "templateId": "5c05300686f7746dce784e5d", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c05300686f7746dce784e5d", "type": "Item" }, { @@ -8684,20 +6951,20 @@ "questId": "63966fccac6f8f3c677b9d89", "type": "QuestComplete" } - ], - "productionTime": 192000, - "endProduct": "5c052fb986f7746b2101e909", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "61c226d91b8c294cd411c881", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "590a3efd86f77437d351a25b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 61300, "requirements": [ { "areaType": 10, @@ -8705,55 +6972,55 @@ "type": "Area" }, { - "templateId": "5672cb124bdc2d1a0f8b4568", "count": 4, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5672cb124bdc2d1a0f8b4568", "type": "Item" }, { - "templateId": "5672cb724bdc2dc2088b456b", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5672cb724bdc2dc2088b456b", "type": "Item" }, { - "templateId": "590a391c86f774385a33c404", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590a391c86f774385a33c404", "type": "Item" }, { - "templateId": "5c06779c86f77426e00dd782", "count": 4, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c06779c86f77426e00dd782", "type": "Item" }, { "templateId": "5af04b6486f774195a3ebb49", "type": "Tool" } - ], - "productionTime": 61300, - "endProduct": "590a3efd86f77437d351a25b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "600aa209f64dfd63ec1293d6", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5648a69d4bdc2ded0b8b457b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3600, "requirements": [ { "areaType": 2, @@ -8761,47 +7028,47 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5e4abfed86f77406a2713cf7", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5e2af4a786f7746d3f3c3400", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5e2af41e86f774755a234b67", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", "type": "Item" }, { "templateId": "61bf83814088ec1a363d7097", "type": "Tool" } - ], - "productionTime": 3600, - "endProduct": "5648a69d4bdc2ded0b8b457b", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5de10c50c607752a1f1262c7", "areaType": 8, + "continuous": false, + "count": 1, + "endProduct": "59e3577886f774176a362503", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5000, "requirements": [ { "areaType": 8, @@ -8809,27 +7076,27 @@ "type": "Area" }, { - "templateId": "57505f6224597709a92585a9", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "57505f6224597709a92585a9", "type": "Item" } - ], - "productionTime": 5000, - "endProduct": "59e3577886f774176a362503", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "62a112fec1cce91d2c46a06e", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "62a0a124de7ac81993580542", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 43200, "requirements": [ { "areaType": 11, @@ -8837,75 +7104,75 @@ "type": "Area" }, { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5a8036fb86f77407252ddc02", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "574eb85c245977648157eec3", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5900b89686f7744e704a8747", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5a80a29286f7742b25692012", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5798a2832459774b53341029", + "type": "Item" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5be4038986f774527d3fae60", - "count": 1, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "590c621186f774138d11ea29", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c621186f774138d11ea29", "type": "Item" } - ], - "productionTime": 43200, - "endProduct": "62a0a124de7ac81993580542", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5dcfe2582f9b3d566c7af977", "areaType": 2, + "continuous": false, + "count": 2, + "endProduct": "59e35cbb86f7741778269d83", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 12100, "requirements": [ { "areaType": 2, @@ -8913,43 +7180,43 @@ "type": "Area" }, { - "templateId": "5d1b39a386f774252339976f", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b39a386f774252339976f", "type": "Item" }, { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5c06779c86f77426e00dd782", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5734795124597738002c6176", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5734795124597738002c6176", "type": "Item" } - ], - "productionTime": 12100, - "endProduct": "59e35cbb86f7741778269d83", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5eecaa6327ccd70521107ff5", "areaType": 2, + "continuous": false, + "count": 2, + "endProduct": "5e2af4a786f7746d3f3c3400", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2200, "requirements": [ { "areaType": 2, @@ -8957,31 +7224,31 @@ "type": "Area" }, { - "templateId": "572b7adb24597762ae139821", "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "572b7adb24597762ae139821", "type": "Item" }, { "templateId": "61bf83814088ec1a363d7097", "type": "Tool" } - ], - "productionTime": 2200, - "endProduct": "5e2af4a786f7746d3f3c3400", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 2, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6002e8fb41d38607bc4198ab", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5e42c81886f7742a01529f57", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 236000, "requirements": [ { "areaType": 11, @@ -8989,19 +7256,19 @@ "type": "Area" }, { - "templateId": "590c621186f774138d11ea29", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "590c621186f774138d11ea29", "type": "Item" }, { - "templateId": "5e42c83786f7742a021fdf3c", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e42c83786f7742a021fdf3c", "type": "Item" }, { @@ -9013,27 +7280,27 @@ "type": "Tool" }, { - "templateId": "61bf7c024770ee6f9c6b8b53", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "61bf7c024770ee6f9c6b8b53", "type": "Item" } - ], - "productionTime": 236000, - "endProduct": "5e42c81886f7742a01529f57", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "5eda07acb6c564225571536c", "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5e4abfed86f77406a2713cf7", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2800, "requirements": [ { "areaType": 2, @@ -9041,19 +7308,19 @@ "type": "Area" }, { - "templateId": "5e2af41e86f774755a234b67", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", "type": "Item" }, { - "templateId": "5e2af4a786f7746d3f3c3400", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", "type": "Item" }, { @@ -9064,20 +7331,20 @@ "templateId": "61bf83814088ec1a363d7097", "type": "Tool" } - ], - "productionTime": 2800, - "endProduct": "5e4abfed86f77406a2713cf7", - "isEncoded": false, - "locked": false, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "66582be04de4820934746cea", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "66582972ac60f009f270d2aa", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 300, "requirements": [ { "areaType": 10, @@ -9093,27 +7360,27 @@ "type": "Tool" }, { - "templateId": "665828c44de4820934746ce4", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "665828c44de4820934746ce4", "type": "Item" } - ], - "productionTime": 300, - "endProduct": "66582972ac60f009f270d2aa", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "6745925da9c9adf0450d5bca", "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "674098588466ebb03408b210", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10, "requirements": [ { "areaType": 10, @@ -9121,11 +7388,11 @@ "type": "Area" }, { - "templateId": "67409848d0b2f8eb9b034db9", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "67409848d0b2f8eb9b034db9", "type": "Item" }, { @@ -9135,20 +7402,20 @@ { "type": "QuestComplete" } - ], - "productionTime": 10, - "endProduct": "674098588466ebb03408b210", - "isEncoded": false, - "locked": true, - "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, - "productionLimitCount": 0, - "isCodeProduction": false + ] }, { "_id": "67da04db9cbeb8d6f4011962", "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "5c1d0efb86f7744baf2e7b7b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 90000, "requirements": [ { "areaType": 11, @@ -9160,79 +7427,1993 @@ "type": "Tool" }, { - "templateId": "5c94bbff86f7747ee735c08f", "count": 10, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c94bbff86f7747ee735c08f", "type": "Item" }, { - "templateId": "6389c8c5dbfd5e4b95197e6b", "count": 5, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "6389c8c5dbfd5e4b95197e6b", "type": "Item" }, { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, "templateId": "5c12613b86f7743bbe2c3f76", + "type": "Item" + }, + { "count": 3, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, - "type": "Item" - }, - { "templateId": "5c05300686f7746dce784e5d", - "count": 3, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, "type": "Item" }, { - "templateId": "5c05308086f7746b2101e90b", "count": 2, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c05308086f7746b2101e90b", "type": "Item" }, { - "templateId": "61bf7c024770ee6f9c6b8b53", "count": 4, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "61bf7c024770ee6f9c6b8b53", "type": "Item" } - ], - "productionTime": 90000, - "endProduct": "5c1d0efb86f7744baf2e7b7b", + ] + }, + { + "_id": "603cf3094bb658618458e010", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "56742c324bdc2d150f8b456d", + "isCodeProduction": false, "isEncoded": false, "locked": false, "needFuelForAllProductionTime": false, - "continuous": false, - "count": 1, "productionLimitCount": 0, - "isCodeProduction": false - } - ], - "scavRecipes": [ - { - "_id": "62710a0e436dcc0b9c55f4ec", + "productionTime": 6000, "requirements": [ { - "templateId": "5c12613b86f7743bbe2c3f76", + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c1265fc86f7743f896a21c2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b309586f77425227d1676", + "type": "Item" + }, + { + "templateId": "5d4042a986f7743185265463", + "type": "Tool" + } + ] + }, + { + "_id": "5dea63e21ecdbf7668030f24", + "areaType": 10, + "continuous": false, + "count": 5, + "endProduct": "5733279d245977289b77ec24", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10000, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d03794386f77420415576f5", + "type": "Item" + }, + { + "templateId": "619cbfccbedcde2f5b3f7bdd", + "type": "Tool" + } + ] + }, + { + "_id": "66140c4a9688754de10dac07", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "660bc341c38b837877075e4c", + "isCodeProduction": true, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 600, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "660bbc47c38b837877075e47", + "type": "Item" + }, + { + "areaType": 11, + "requiredLevel": 1, + "type": "Area" + }, + { + "type": "QuestComplete" + } + ] + }, + { + "_id": "655b4f57769de97e1d62d116", + "areaType": 10, + "continuous": false, + "count": 50, + "endProduct": "5e023d34e8a400319a28ed44", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 9500, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 50, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e77a2386f7742ee578960a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "60391a8b3364dc22b04d0ce5", + "type": "Item" + }, + { + "templateId": "62a0a0bb621468534a797ad5", + "type": "Tool" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "questId": "5bc4856986f77454c317bea7", + "type": "QuestComplete" + } + ] + }, + { + "_id": "5e66408286f7747b2c2d7786", + "areaType": 10, + "continuous": false, + "count": 8, + "endProduct": "5e340dcdcb6d5863cc5e5efb", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6000, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af51086f7746d3f3c3402", + "type": "Item" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5656eb674bdc2d35148b457c", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + } + ] + }, + { + "_id": "655b4489065b076eb02c4b45", + "areaType": 10, + "continuous": false, + "count": 120, + "endProduct": "54527ac44bdc2d36668b4567", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 8400, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 180, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "54527a984bdc2d4e668b4567", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + }, + { + "questId": "639135534b15ca31f76bc317", + "type": "QuestComplete" + } + ] + }, + { + "_id": "5e0758f99694354c4d2bfd47", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "651450ce0e00edc794068371", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6200, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", "type": "Item" } - ], - "productionTime": 19200, + ] + }, + { + "_id": "62a116282c5e0c325b62d5ec", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "62a0a16d0b9d3c46de5b6e97", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 36000, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 3, + "type": "Area" + }, + { + "templateId": "5c05308086f7746b2101e90b", + "type": "Tool" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c621186f774138d11ea29", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "62a0a124de7ac81993580542", + "type": "Item" + } + ] + }, + { + "_id": "5de95f1c9517b140195ab717", + "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "590a358486f77429692b2790", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4400, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5af0561e86f7745f5f3ad6ac", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "templateId": "5d63d33b86f7746ea9275524", + "type": "Tool" + } + ] + }, + { + "_id": "67c9d5035be7fc94c806dee9", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "665732e7ac60f009f270d1ef", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 60, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "templateId": "5d1b317c86f7742523398392", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "66572b3f6a723f7f005a066c", + "type": "Item" + } + ] + }, + { + "_id": "5d8b8ddd322e8650762f6e3a", + "areaType": 2, + "continuous": false, + "count": 5, + "endProduct": "59e3556c86f7741776641ac2", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2310, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c13cd2486f774072c757944", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59faf98186f774067b6be103", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e35abd86f7741778269d82", + "type": "Item" + } + ] + }, + { + "_id": "600a9a34189b226f40059743", + "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "5d1b2ffd86f77425243e8d17", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 9100, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5b4391a586f7745321235ab2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e366c186f7741778269d85", + "type": "Item" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + }, + { + "templateId": "590c639286f774151567fa95", + "type": "Tool" + } + ] + }, + { + "_id": "670932d7b564327a0e023fcb", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "6707d13e4e617ec94f0e5631", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 900, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c621186f774138d11ea29", + "type": "Item" + }, + { + "questId": "67040c22cc1f3752720376e9", + "type": "QuestComplete" + } + ] + }, + { + "_id": "6666d899eb78191c502350b2", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "665730fa4de4820934746c48", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 300, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "templateId": "5d1b317c86f7742523398392", + "type": "Tool" + }, + { + "templateId": "5d4042a986f7743185265463", + "type": "Tool" + }, + { + "templateId": "5af04b6486f774195a3ebb49", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "66571bf06a723f7f005a0619", + "type": "Item" + } + ] + }, + { + "_id": "677d4db74ac9193862043ee9", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "590c2e1186f77425357b6124", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 462, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c2b4386f77425357b6123", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c2d8786f774245b1f03f3", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c311186f77424d1667482", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5734795124597738002c6176", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c2c9c86f774245b1f03f2", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + } + ] + }, + { + "_id": "6589756f5c4f0642a502d54d", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "6176aca650224f204c1da3fb", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5950, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a6a186f77412640e2e80", + "type": "Item" + } + ] + }, + { + "_id": "660c2dbaa2a92e70cc074863", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "660bbc98c38b837877075e4a", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 900, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "660bbc47c38b837877075e47", + "type": "Item" + }, + { + "areaType": 11, + "requiredLevel": 1, + "type": "Area" + }, + { + "type": "QuestComplete" + } + ] + }, + { + "_id": "655b5ebc32b0b1645e6f54c9", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5c0e57ba86f7747fa141986d", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 7000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "656f603f94b480b8a500c0d6", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3556c86f7741776641ac2", + "type": "Item" + }, + { + "questId": "5ae4495086f77443c122bc40", + "type": "QuestComplete" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + } + ] + }, + { + "_id": "61b9da93e7304721fe66ab53", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "637b620db7afa97bfc3d7009", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10400, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a72c86f77412640e2e83", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", + "type": "Item" + } + ] + }, + { + "_id": "657fc79cfd86b9d9680c4a24", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "656efd66034e8e01c407f35c", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1600, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "657b22485f444d6dff0c6c2f", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af22086f7746d3f3c33fa", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c1124597737fb1379e3", + "type": "Item" + }, + { + "templateId": "63a0b208f444d32d6f03ea1e", + "type": "Tool" + }, + { + "templateId": "59e35de086f7741778269d84", + "type": "Tool" + } + ] + }, + { + "_id": "67da000f1556838cf90d1716", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "590c37d286f77443be3d7827", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 10800, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 1, + "type": "Area" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + }, + { + "templateId": "5d4042a986f7743185265463", + "type": "Tool" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a386e86f77429692b27ab", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a391c86f774385a33c404", + "type": "Item" + } + ] + }, + { + "_id": "67c9d4b251ce173bff01eec7", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "665732f4464c4b4ba4670fa9", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 60, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "templateId": "5d1b317c86f7742523398392", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "66572b88ac60f009f270d1dc", + "type": "Item" + } + ] + }, + { + "_id": "5eda072cf6626f08ef0efed4", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "59e7635f86f7742cbf2c1095", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3250, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", + "type": "Item" + } + ] + }, + { + "_id": "5f240f45f4a9420a8c328ee0", + "areaType": 8, + "continuous": false, + "count": 4, + "endProduct": "5751435d24597720a27126d1", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6500, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57514643245977207f2c2d09", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5af0484c86f7740f02001f7f", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5448fee04bdc2dbc018b4567", + "type": "Item" + }, + { + "templateId": "62a09e73af34e73a266d932a", + "type": "Tool" + } + ] + }, + { + "_id": "655b505c32b0b1645e6f54c5", + "areaType": 10, + "continuous": false, + "count": 150, + "endProduct": "5737218f245977612125ba51", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3300, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 150, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "573720e02459776143012541", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06779c86f77426e00dd782", + "type": "Item" + } + ] + }, + { + "_id": "6012ea1a01328b2dec3c1a9d", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5c12688486f77426843c7d32", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 15500, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 5, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "56e33634d2720bd8058b456b", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57e26fc7245977162a14b800", + "type": "Item" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c06779c86f77426e00dd782", + "type": "Item" + }, + { + "templateId": "56742c284bdc2d98058b456d", + "type": "Tool" + } + ] + }, + { + "_id": "61b9d9deef9a1b5d6a798986", + "areaType": 21, + "continuous": false, + "count": 1, + "endProduct": "5d403f9186f7743cac3f229b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5200, + "requirements": [ + { + "areaType": 21, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5df8a77486f77412672a1e3f", + "type": "Item" + } + ] + }, + { + "_id": "5d78d81757c9b8484a2bcb99", + "areaType": 10, + "continuous": false, + "count": 150, + "endProduct": "60194943740c5d77f6705eea", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6250, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c5a7286f7747884343aea", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "templateId": "5af04b6486f774195a3ebb49", + "type": "Tool" + } + ] + }, + { + "_id": "5dd11303b78bb413d5133f79", + "areaType": 10, + "continuous": false, + "count": 6, + "endProduct": "5c06782b86f77426df5407d2", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 7450, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c2e24597744902c94a1", + "type": "Item" + }, + { + "templateId": "590c2d8786f774245b1f03f3", + "type": "Tool" + } + ] + }, + { + "_id": "600a9fb7ba91d953182d6a1c", + "areaType": 10, + "continuous": false, + "count": 2, + "endProduct": "5d0379a886f77420407aa271", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 39000, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc87386f77449db3db94e", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d6fc78386f77449d825f9dc", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "60391b0fb847c71012789415", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "60391a8b3364dc22b04d0ce5", + "type": "Item" + }, + { + "templateId": "5af04b6486f774195a3ebb49", + "type": "Tool" + } + ] + }, + { + "_id": "5d8f614c9ea122564c316462", + "areaType": 7, + "continuous": false, + "count": 7, + "endProduct": "5c0e530286f7747fa1419862", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6900, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5af0548586f7743a532b7e99", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5751a89d24597722aa0e8db0", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b3a5d86f774252167ba22", + "type": "Item" + } + ] + }, + { + "_id": "5d5589c1f934db045e6c5492", + "areaType": 6, + "continuous": true, + "count": 1, + "endProduct": "5d1b33a686f7742523398398", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 1, + "productionTime": 19500, + "requirements": [ + { + "areaType": 6, + "requiredLevel": 3, + "type": "Area" + }, + { + "resource": 66, + "templateId": "5d1b385e86f774252167b98a", + "type": "Resource" + } + ] + }, + { + "_id": "5d5c1fd4d582a500650132f0", + "areaType": 19, + "continuous": false, + "count": 1, + "endProduct": "5d1b376e86f774252519444e", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 11000, + "requirements": [ + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3577886f774176a362503", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5d1b33a686f7742523398398", + "type": "Item" + } + ] + }, + { + "_id": "5eda0247658fac5b8c3862a8", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "55d482194bdc2d1d4e8b456b", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 5000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 4, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "55d480c04bdc2d1d4e8b456a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af29386f7746d4159f077", + "type": "Item" + }, + { + "templateId": "5d4042a986f7743185265463", + "type": "Tool" + } + ] + }, + { + "_id": "615c3d27966c85458e4c49cf", + "areaType": 7, + "continuous": false, + "count": 1, + "endProduct": "60098ad7c2240c0fe85c570a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3600, + "requirements": [ + { + "areaType": 7, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590c678286f77426c9660122", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5751a25924597722c463c472", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "60098af40accd37ef2175f27", + "type": "Item" + } + ] + }, + { + "_id": "603cf23a420e7f487e175d7f", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "590a3c0a86f774385a33c450", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 7000, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c77245977448d35f6e2", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "57347c5b245977448d35f6e1", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af37686f774755a234b65", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "templateId": "590c2b4386f77425357b6123", + "type": "Tool" + } + ] + }, + { + "_id": "5eda04a30699b81bb9142aa2", + "areaType": 2, + "continuous": false, + "count": 6, + "endProduct": "544fb25a4bdc2dfb738b4567", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 1900, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af47786f7746d404f3aaa", + "type": "Item" + }, + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + } + ] + }, + { + "_id": "5d8a1568df9fc649e81b8b1b", + "areaType": 8, + "continuous": false, + "count": 5, + "endProduct": "573476f124597737e04bf328", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 6100, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "573475fb24597737fb1379e1", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5bc9be8fd4351e00334cae6e", + "type": "Item" + } + ] + }, + { + "_id": "615c3d800d3afc358a55405e", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5d1c819a86f774771b0acd6c", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3100, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "574d967124597745970e7c94", + "type": "Item" + }, + { + "templateId": "5d63d33b86f7746ea9275524", + "type": "Tool" + } + ] + }, + { + "_id": "5ffcaa60f3fdc212a91d552b", + "areaType": 2, + "continuous": false, + "count": 2, + "endProduct": "5e2af4d286f7746d4159f07a", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5648a7494bdc2d9d488b4583", + "type": "Item" + }, + { + "templateId": "544fb5454bdc2df8738b456a", + "type": "Tool" + } + ] + }, + { + "_id": "655b63ac9db22d43ab42b70a", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5d5d87f786f77427997cfaef", + "isCodeProduction": false, + "isEncoded": false, + "locked": true, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 9000, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", + "type": "Item" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4d286f7746d4159f07a", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", + "type": "Item" + }, + { + "templateId": "61bf83814088ec1a363d7097", + "type": "Tool" + }, + { + "templateId": "590c2e1186f77425357b6124", + "type": "Tool" + }, + { + "questId": "5b47876e86f7744d1c353205", + "type": "QuestComplete" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "656f9fa0498d1b7e3e071d98", + "type": "Item" + } + ] + }, + { + "_id": "5de95c91225b0a76ca0ea0b7", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "5d1b2fa286f77425227d1674", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4800, + "requirements": [ + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e35de086f7741778269d84", + "type": "Item" + }, + { + "areaType": 10, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5734795124597738002c6176", + "type": "Item" + }, + { + "templateId": "5d63d33b86f7746ea9275524", + "type": "Tool" + }, + { + "templateId": "590c2d8786f774245b1f03f3", + "type": "Tool" + } + ] + }, + { + "_id": "61c77cc6fcc1673f08540e9b", + "areaType": 8, + "continuous": false, + "count": 2, + "endProduct": "60098b1705871270cd5352a1", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 4000, + "requirements": [ + { + "areaType": 8, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5448fee04bdc2dbc018b4567", + "type": "Item" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af29386f7746d4159f077", + "type": "Item" + }, + { + "templateId": "5d1b39a386f774252339976f", + "type": "Tool" + } + ] + }, + { + "_id": "600aa0d1090cb6338027028c", + "areaType": 2, + "continuous": false, + "count": 2, + "endProduct": "5af0454c86f7746bf20992e8", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 3200, + "requirements": [ + { + "areaType": 2, + "requiredLevel": 1, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5ab8e4ed86f7742d8e50c7fa", + "type": "Item" + }, + { + "templateId": "5d40419286f774318526545f", + "type": "Tool" + } + ] + }, + { + "_id": "655b6bc01f2b6843ec751fd7", + "areaType": 2, + "continuous": false, + "count": 1, + "endProduct": "5f5e467b0bc58666c37e7821", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 2500, + "requirements": [ + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af4a786f7746d3f3c3400", + "type": "Item" + }, + { + "areaType": 2, + "requiredLevel": 2, + "type": "Area" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af41e86f774755a234b67", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5e2af47786f7746d404f3aaa", + "type": "Item" + }, + { + "templateId": "61bf83814088ec1a363d7097", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "59e3556c86f7741776641ac2", + "type": "Item" + } + ] + }, + { + "_id": "5eeca812c4c989140245ae0c", + "areaType": 11, + "continuous": false, + "count": 1, + "endProduct": "57347ca924597744596b4e71", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 349000, + "requirements": [ + { + "areaType": 11, + "requiredLevel": 3, + "type": "Area" + }, + { + "count": 10, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "590a3b0486f7743954552bdb", + "type": "Item" + }, + { + "count": 10, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "573477e124597737dd42e191", + "type": "Item" + }, + { + "count": 2, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5734779624597737e04bf329", + "type": "Item" + }, + { + "count": 3, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5c05300686f7746dce784e5d", + "type": "Item" + }, + { + "templateId": "60391afc25aff57af81f7085", + "type": "Tool" + }, + { + "templateId": "590c639286f774151567fa95", + "type": "Tool" + } + ] + }, + { + "_id": "67c9d54b017035dd060bff5e", + "areaType": 10, + "continuous": false, + "count": 1, + "endProduct": "665730fa4de4820934746c48", + "isCodeProduction": false, + "isEncoded": false, + "locked": false, + "needFuelForAllProductionTime": false, + "productionLimitCount": 0, + "productionTime": 60, + "requirements": [ + { + "areaType": 10, + "requiredLevel": 1, + "type": "Area" + }, + { + "templateId": "5d1b317c86f7742523398392", + "type": "Tool" + }, + { + "count": 1, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "66571bf06a723f7f005a0619", + "type": "Item" + } + ] + } + ], + "scavRecipes": [ + { + "_id": "62710974e71632321e5afd5f", + "endProducts": { + "Common": { + "max": 2, + "min": 1 + }, + "Rare": { + "max": 1, + "min": 0 + }, + "Superrare": { + "max": 0, + "min": 0 + } + }, + "productionTime": 2500, + "requirements": [ + { + "count": 2500, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5449016a4bdc2d6f028b456f", + "type": "Item" + } + ] + }, + { + "_id": "62710a0e436dcc0b9c55f4ec", "endProducts": { "Common": { "max": 0, @@ -9246,77 +9427,21 @@ "max": 3, "min": 2 } - } - }, - { - "_id": "62710974e71632321e5afd5f", + }, + "productionTime": 19200, "requirements": [ { - "templateId": "5449016a4bdc2d6f028b456f", - "count": 2500, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 2500, - "endProducts": { - "Common": { - "max": 2, - "min": 1 - }, - "Rare": { - "max": 1, - "min": 0 - }, - "Superrare": { - "max": 0, - "min": 0 - } - } - }, - { - "_id": "62710a8c403346379e3de9be", - "requirements": [ - { - "templateId": "5449016a4bdc2d6f028b456f", - "count": 15000, - "isEncoded": false, - "isFunctional": false, - "isSpawnedInSession": false, - "type": "Item" - } - ], - "productionTime": 7700, - "endProducts": { - "Common": { - "max": 1, - "min": 1 - }, - "Rare": { - "max": 3, - "min": 1 - }, - "Superrare": { - "max": 0, - "min": 0 - } - } - }, - { - "_id": "6271093e621b0a76055cd61e", - "requirements": [ - { - "templateId": "5d1b376e86f774252519444e", "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5c12613b86f7743bbe2c3f76", "type": "Item" } - ], - "productionTime": 16800, + ] + }, + { + "_id": "6271093e621b0a76055cd61e", "endProducts": { "Common": { "max": 0, @@ -9330,21 +9455,49 @@ "max": 5, "min": 3 } - } - }, - { - "_id": "62710a69adfbd4354d79c58e", + }, + "productionTime": 16800, "requirements": [ { - "templateId": "5449016a4bdc2d6f028b456f", - "count": 95000, + "count": 1, "isEncoded": false, "isFunctional": false, "isSpawnedInSession": false, + "templateId": "5d1b376e86f774252519444e", "type": "Item" } - ], - "productionTime": 8100, + ] + }, + { + "_id": "62710a8c403346379e3de9be", + "endProducts": { + "Common": { + "max": 1, + "min": 1 + }, + "Rare": { + "max": 3, + "min": 1 + }, + "Superrare": { + "max": 0, + "min": 0 + } + }, + "productionTime": 7700, + "requirements": [ + { + "count": 15000, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5449016a4bdc2d6f028b456f", + "type": "Item" + } + ] + }, + { + "_id": "62710a69adfbd4354d79c58e", "endProducts": { "Common": { "max": 0, @@ -9358,12 +9511,18 @@ "max": 2, "min": 1 } - } - } - ], - "cultistRecipes": [ - { - "_id": "66827062405f392b203a44cf" + }, + "productionTime": 8100, + "requirements": [ + { + "count": 95000, + "isEncoded": false, + "isFunctional": false, + "isSpawnedInSession": false, + "templateId": "5449016a4bdc2d6f028b456f", + "type": "Item" + } + ] } ] -} \ No newline at end of file +} diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ch.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ch.json index ce144196..f7310c23 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ch.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ch.json @@ -5098,7 +5098,7 @@ "5ca20d5986f774331e7c9602 Description": "可从前方存取的战术背包。适合用于军事或保全部队以及进行军事战术游戏。", "5ca20ee186f774799474abc2 Name": "Vulkan-5(LShZ-5)重型头盔", "5ca20ee186f774799474abc2 ShortName": "Vulkan-5", - "5ca20ee186f774799474abc2 Description": "“Vulkan-5”重型头盔是具有较高防护等级战斗套装的一部分,以5级球形头部防护来应对中型和重型射弹。", + "5ca20ee186f774799474abc2 Description": "The Vulkan-5 LShZ-5 high-level protection helmet is intended for use in a set of combat equipment with circular 5-class (Russian GOST) head protection from medium to heavy projectiles.", "5ca2113f86f7740b2547e1d2 Name": "Vulkan-5面罩", "5ca2113f86f7740b2547e1d2 ShortName": "面罩", "5ca2113f86f7740b2547e1d2 Description": "适用于重型头盔Vulkan-5的专用防护面罩,能增加在子弹以及破片冲击下的存活率。", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "Viibiin运动鞋", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "只剩一只的Viibiin运动鞋。不知道另一只跑哪去了。", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Inseq燃气管扳手", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Inseq管道扳手,多彩耀眼。", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13811,18 +13811,18 @@ "67499b3eeca8acb2d2061636 Name": "Lightkeeper's case", "67499b3eeca8acb2d2061636 ShortName": "Case", "67499b3eeca8acb2d2061636 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499b9b909d2013670a5029 Name": "KOSA无人机电子反制装置", + "67499b9b909d2013670a5029 Name": "KOSA UAV electronic jamming device", "67499b9b909d2013670a5029 ShortName": "KOSA", - "67499b9b909d2013670a5029 Description": "此装置可以反制无人机的领航系统。其被用于保护重要设施不受无人机攻击。", + "67499b9b909d2013670a5029 Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", "67499d0eeca8acb2d2061639 Name": "Incriminating letter", "67499d0eeca8acb2d2061639 ShortName": "Letter", "67499d0eeca8acb2d2061639 Description": "A letter from the BTR driver. Apparently, the information inside could put serious pressure on Skier.", "67499d2c69a58fceba104a43 Name": "Lightkeeper's case", "67499d2c69a58fceba104a43 ShortName": "Case", "67499d2c69a58fceba104a43 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499d4deca8acb2d206163b Name": "KOSA无人机电子反制装置", + "67499d4deca8acb2d206163b Name": "KOSA UAV electronic jamming device", "67499d4deca8acb2d206163b ShortName": "KOSA", - "67499d4deca8acb2d206163b Description": "此装置可以反制无人机的领航系统。其被用于保护重要设施不受无人机攻击。", + "67499d4deca8acb2d206163b Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", "6749c40822a2740bb408d066 Name": "PP-19-01 9x19 F5 MFG 50-round drum magazine", "6749c40822a2740bb408d066 ShortName": "PP19 F5", "6749c40822a2740bb408d066 Description": "A PP-19-01 Vityaz 9x19 drum magazine with a 50-round capacity. Manufactured by F5 MFG.", @@ -13873,7 +13873,7 @@ "675069c97348af9e3e0c2a96 Description": "", "67506a0bf31909748c0dcdb6 Name": "BEAR Nord", "67506a0bf31909748c0dcdb6 ShortName": "", - "67506a0bf31909748c0dcdb6 Description": "战术夹克", + "67506a0bf31909748c0dcdb6 Description": "Bomber jacket", "67506abae23c30f949061906 Name": "", "67506abae23c30f949061906 ShortName": "", "67506abae23c30f949061906 Description": "", @@ -13885,7 +13885,7 @@ "67506f51caaa3394b2082166 Description": "", "67506fe494cadd62770abbe6 Name": "BEAR Nord", "67506fe494cadd62770abbe6 ShortName": "", - "67506fe494cadd62770abbe6 Description": "野外裤", + "67506fe494cadd62770abbe6 Description": "Field pants", "6750704650f7ea9dc604afc6 Name": "", "6750704650f7ea9dc604afc6 ShortName": "", "6750704650f7ea9dc604afc6 Description": "", @@ -13894,13 +13894,13 @@ "6750707dc1b42fa2ee09aeb6 Description": "", "675070a550f7ea9dc604afc7 Name": "USEC Deadly Frog", "675070a550f7ea9dc604afc7 ShortName": "", - "675070a550f7ea9dc604afc7 Description": "战术裤", + "675070a550f7ea9dc604afc7 Description": "Tactical pants", "675071099170ae7dd00d4216 Name": "", "675071099170ae7dd00d4216 ShortName": "", "675071099170ae7dd00d4216 Description": "", "6750713a65b30e16220465d6 Name": "USEC Deadly Frog", "6750713a65b30e16220465d6 ShortName": "", - "6750713a65b30e16220465d6 Description": "夹克", + "6750713a65b30e16220465d6 Description": "Tactical jacket", "675184a9490b32072c06f1a7 Name": "OK", "675184a9490b32072c06f1a7 ShortName": "OK", "675184a9490b32072c06f1a7 Description": "Now you can show the other PMCs that you're okay.", @@ -14012,7 +14012,7 @@ "675468d8c6e063d76309c60f Name": "Dirty ceiling", "675468d8c6e063d76309c60f ShortName": "Dirty ceiling", "675468d8c6e063d76309c60f Description": "Looks like someone tried to whitewash it, but something went wrong. Your grandma's basement must have had one just like it.", - "675695d6e08b3ae7480096bf Name": "BEAR幽灵神射手", + "675695d6e08b3ae7480096bf Name": "BEAR Ghost Marksman", "675695d6e08b3ae7480096bf ShortName": "", "675695d6e08b3ae7480096bf Description": "", "6756960dbe1cb7ec47002236 Name": "BEAR Gorka SSO", @@ -14023,10 +14023,10 @@ "675696574737376d69020746 Description": "", "675696bb7a69ab97c30a09f6 Name": "BEAR Instructor", "675696bb7a69ab97c30a09f6 ShortName": "", - "675696bb7a69ab97c30a09f6 Description": "战术夹克", + "675696bb7a69ab97c30a09f6 Description": "Polo", "675697337a69ab97c30a09f8 Name": "BEAR Instructor", "675697337a69ab97c30a09f8 ShortName": "", - "675697337a69ab97c30a09f8 Description": "战术裤", + "675697337a69ab97c30a09f8 Description": "Combat pants", "675697b09fe31e6df7031b26 Name": "USEC BOSS Delta", "675697b09fe31e6df7031b26 ShortName": "", "675697b09fe31e6df7031b26 Description": "", @@ -14038,10 +14038,10 @@ "675698339fe31e6df7031b28 Description": "", "675698eafb0f45813a055a36 Name": "USEC Special Ops", "675698eafb0f45813a055a36 ShortName": "", - "675698eafb0f45813a055a36 Description": "作战服", + "675698eafb0f45813a055a36 Description": "Longsleeve", "6756997970afee6336051976 Name": "USEC Special Ops", "6756997970afee6336051976 ShortName": "", - "6756997970afee6336051976 Description": "战术裤", + "6756997970afee6336051976 Description": "Combat pants", "6756d0d27c4045d8c708a4ea Name": "", "6756d0d27c4045d8c708a4ea ShortName": "", "6756d0d27c4045d8c708a4ea Description": "", @@ -14336,9 +14336,9 @@ "67600a42b32eb5d23e0eb459 Name": "6.8x51mm SIG FMJ ammo pack (20 pcs)", "67600a42b32eb5d23e0eb459 ShortName": "FMJ", "67600a42b32eb5d23e0eb459 Description": "A box of 6.8x51mm SIG FMJ cartridges, 20 pieces.", - "67600a516f01341c9106ab4c Name": "7.62x51 BCP FMJ弹药包(20发装)", - "67600a516f01341c9106ab4c ShortName": "BCP FMJ", - "67600a516f01341c9106ab4c Description": "一盒20发装的7.62x51 BCP FMJ弹药。", + "67600a516f01341c9106ab4c Name": "6.8x51mm SIG Hybrid ammo pack (20 pcs)", + "67600a516f01341c9106ab4c ShortName": "Hybrid", + "67600a516f01341c9106ab4c Description": "A box of 6.8x51mm SIG Hybrid cartridges, 20 pieces.", "67600aa8e9db590d5601665f Name": "Briefing", "67600aa8e9db590d5601665f ShortName": "Briefing", "67600aa8e9db590d5601665f Description": "Briefing", @@ -14393,9 +14393,9 @@ "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "SIG MCX/MPX早期型折叠伸缩式枪托", - "6761496fe2cf1419500357e9 ShortName": "MCX/MPX早期型", - "6761496fe2cf1419500357e9 Description": "SIG制造的MCX/MPX早期伸缩式枪托。", + "6761496fe2cf1419500357e9 Name": "SB Tactical MPX Pistol Stabilizing Brace", + "6761496fe2cf1419500357e9 ShortName": "MPX PSB", + "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MPX. Manufactured by SB Tactical.", "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", @@ -14426,12 +14426,12 @@ "67614b3ab8c060ebb204b106 Name": "Khorovod armband", "67614b3ab8c060ebb204b106 ShortName": "Khorovod", "67614b3ab8c060ebb204b106 Description": "An armband by which the participants of the Khorovod can recognize each other. Without it, you cannot be part of the celebration.", - "67614b542eb91250020f2b86 Name": "无名者臂带", - "67614b542eb91250020f2b86 ShortName": "无名者", - "67614b542eb91250020f2b86 Description": "这条臂带上的图案在城市和郊区多处可见。这意味着他们已经混入我们之中了吗?", - "67614b6b47c71ea3d40256d7 Name": "无名者臂带", - "67614b6b47c71ea3d40256d7 ShortName": "无名者", - "67614b6b47c71ea3d40256d7 Description": "这条臂带上的图案在城市和郊区多处可见。这意味着他们已经混入我们之中了吗?", + "67614b542eb91250020f2b86 Name": "Armband (Prestige 1)", + "67614b542eb91250020f2b86 ShortName": "Prestige 1", + "67614b542eb91250020f2b86 Description": "This armband will help demonstrate your status in Tarkov.", + "67614b6b47c71ea3d40256d7 Name": "Armband (Prestige 2)", + "67614b6b47c71ea3d40256d7 ShortName": "Prestige 2", + "67614b6b47c71ea3d40256d7 Description": "These armbands are only for the best of the best.", "67614e3a6a90e4f10b0b140d Name": "Festive airdrop supply crate", "67614e3a6a90e4f10b0b140d ShortName": "Festive airdrop supply crate", "67614e3a6a90e4f10b0b140d Description": "Festive airdrop supply crate", @@ -14474,25 +14474,25 @@ "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", "676177b09cfcc4c25b027446 ShortName": "TS TBC", "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "PP-19-01导气管", - "676177df1f08ed5e8800b7ae ShortName": "PP-19-01导气管", - "676177df1f08ed5e8800b7ae Description": "导气管用于引导气动活塞的运动方向。", + "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", + "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", + "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", "6761a6ccd9bbb27ad703c48a Name": "Old house room key", "6761a6ccd9bbb27ad703c48a ShortName": "Depot", "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", "6761a6f90575f25e020816a4 Name": "Company director's room key", "6761a6f90575f25e020816a4 ShortName": "Company", "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", - "676307b4d9ec0af3d9001fa8 Name": "混合复合材料", + "676307b4d9ec0af3d9001fa8 Name": "Hybrid composite materials", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", - "676307c004856a0b3c0dfffd Name": "混合复合材料", + "676307c004856a0b3c0dfffd Name": "Hybrid composite materials", "676307c004856a0b3c0dfffd ShortName": "", "676307c004856a0b3c0dfffd Description": "", - "676307d3d9ec0af3d9001fac Name": "混合复合材料", + "676307d3d9ec0af3d9001fac Name": "Hybrid composite materials", "676307d3d9ec0af3d9001fac ShortName": "", "676307d3d9ec0af3d9001fac Description": "", - "676307ded8b241b4f703a3e8 Name": "混合复合材料", + "676307ded8b241b4f703a3e8 Name": "Hybrid composite materials", "676307ded8b241b4f703a3e8 ShortName": "", "676307ded8b241b4f703a3e8 Description": "", "6764139c44b3c96e7b0e2f7b Name": "AK 5.56x45 Molot Arms 45-round magazine", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "Разгрузочный жилет с бронепластинами 5.11 Tactical \"TacTec\" (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "Разгрузочный жилет с бронеплитами из полиэтилена (5 класс) и набором подсумков для работы со штурмовыми винтовками.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", @@ -14693,30 +14915,69 @@ "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "夹克", - "67adf4a95247ac91530fcec7 ShortName": "夹克", - "67adf4a95247ac91530fcec7 Description": "夹克", - "67adf4b81c58bd68b2002fec Name": "木制弹药箱", - "67adf4b81c58bd68b2002fec ShortName": "木弹药箱", - "67adf4b81c58bd68b2002fec Description": "木制的弹药箱。", - "67adf4db515e3dd542077a1d Name": "木制板条箱", - "67adf4db515e3dd542077a1d ShortName": "木制板条箱", - "67adf4db515e3dd542077a1d Description": "木制板条箱", - "67adf4eb110ba15da90c6413 Name": "手榴弹箱", - "67adf4eb110ba15da90c6413 ShortName": "手榴弹箱", - "67adf4eb110ba15da90c6413 Description": "手榴弹箱", - "67adf54d1c58bd68b2002ff0 Name": "工具箱", - "67adf54d1c58bd68b2002ff0 ShortName": "工具箱", - "67adf54d1c58bd68b2002ff0 Description": "工具箱", - "67adf5752fc5ee84020a9940 Name": "死去的Scav", - "67adf5752fc5ee84020a9940 ShortName": "死去的Scav", - "67adf5752fc5ee84020a9940 Description": "死去的Scav", - "67adf5f7adc1f43b0702b826 Name": "技术物资箱", - "67adf5f7adc1f43b0702b826 ShortName": "技术物资箱", - "67adf5f7adc1f43b0702b826 Description": "技术物资箱", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "战术裤", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "战术裤", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "战术裤", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "通往军事基地的载具撤离点", " Voip/DisabledForOffline": "VOIP在离线模式中不可用", " kg": "kg", @@ -15613,8 +15883,8 @@ "Collider Type LeftThigh": "左腿, 大腿", "Collider Type LeftUpperArm": "左臂, 手臂", "Collider Type LowerBack": "胃部, 下背部", - "Collider Type NeckBack": "胸部, 脖子", - "Collider Type NeckFront": "胸部, 喉部", + "Collider Type NeckBack": "Thorax, Neck", + "Collider Type NeckFront": "Thorax, Throat", "Collider Type ParietalHead": "头部, 头顶", "Collider Type Pelvis": "胃部, 股沟", "Collider Type PelvisBack": "胃部, 臀部", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "物品", "UI/Quest/Reward/ProductionSchemeCaption": "{0} {1}级解锁制作", "UI/Quest/Reward/QuestCaption": "任务", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "转生等级:{0}", "UI/Quests/Conditions/ProfileLevel{0}": "角色等级:{0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0}技能等级:{1}", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "首秀", "5936d90786f7742b1420ba5b description": "你好啊,大兵。我的这个活对弟兄们来说太小菜一碟了。但是挺适合你这个新来的。嘿,别在那不爽,我得跟你熟悉了才能安排正常的差事!\n\n现在街头到处都是小混混。他们没有影响到我,但怎么说都是烦人的玩意儿。干掉五个这样的混混,然后从他们身上带一些MP-133霰弹枪回来。我觉得这对你来说差不多了。大兵,出动!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "一派胡言", + "5c0bbaa886f7746941031d82 description": "我把你叫出来是有件事要跟你商量。我从我的队伍里抓了个叛徒,这人渣泄露了我的供给渠道和藏货点。我很想知道这他妈的到底是怎么一回事。我的手下从他那里逼问出了情报,原来是一个当地的团伙搞的,就是那些住在海关宿舍的人。\n事情就是这样。我会故意给他们一份关于我“下一批货”的假消息,然后我的人会在这伙渣滓集体出动时把他们一网打尽。但是你在运送消息的时候千万不要打草惊蛇,你要混入其中,知道了吗?你要把这个带有特别信息的U盘藏到指定地点,这玩意儿现在正在一辆红色被火烧过的汽车里,就在大桥附近,我的人被偷袭了,他们没能把东西放进宿舍楼。把U盘连同SV-98和Roler表一起藏在那里,作为暗号。不要去招惹SCAV。等你办妥了,也要悄悄地溜走。", + "5c0bbaa886f7746941031d82 failMessageText": "操,你是傻逼吗?你朝他们打什么?他们可不会让我们近宿舍楼半步。他们现在可就会一直派人巡逻了...你就说现在怎么办吧,啊?你在说些什么?你说的“中继器”他妈的是个啥?滚吧你!", + "5c0bbaa886f7746941031d82 successMessageText": "看起来事情办得很漂亮,我的人已经就位了。我想是时候为这伙该死的掠夺者献上最后的惊喜了。感谢你的帮助。", "5c0bc32986f7743e4d1002d2": "将SV-98狙击步枪藏匿在宿舍三楼楼梯对面的垃圾堆里", "5c0bc43e86f7744794440ba5": "将劳力土潜水金腕表藏匿在宿舍三楼楼梯对面的垃圾堆里", "5c12320586f77437e44bcb15": "将假U盘藏匿在宿舍三楼楼梯对面的垃圾堆里", @@ -25703,10 +25987,10 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Easy Money - Part 1", - "66058cb22cee99303f1ba067 description": "Sup. Got a job for ya. A friend of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You should put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! You pick up the flyers at the USEC camp on Woods, how did it end up there? Who knows? My contact might have good allies. Once you get the package, walk around and stick them fliers all over the city. Just kidding. Bring it over to the specified locations, they'll figure it out from there. ", + "66058cb22cee99303f1ba067 description": "Sup mate. Got a job for ya. An old pal of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You gotta put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! I've got a couple of posters ready for ya, but if you lose them, it's your own bloody problem, got it? Bring them to the Scav stronghold at the customs terminal. Off you go then.", "66058cb22cee99303f1ba067 failMessageText": "", - "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here's some goodies in the meantime.", - "6606b709f7ce34bb26221cab": "Plant the \"Bison VS Undertaker\" poster in the living quarters at the Scav base on Customs", + "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here are some goodies in the meantime.", + "6606b709f7ce34bb26221cab": "Plant the Bison vs Undertaker poster in the living quarters at the Scav base on Customs", "6606b74ebce4c3e0bda438fd": "Plant the \"Killa and Tagilla\" poster at the railway platform on Reserve", "6606b7501d9dfa39ba0b037e": "Put up flyers at the Rodina cinema on Streets of Tarkov", "6606b752a6c704c4333a804d": "Plant the \"Easy Money\" poster inside the helicopter at the water treatment plant on Lighthouse", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Hello, champion! A friend of mine gave you a little tryout assignment. Now I've decided to meet you in person. People call me Ref. Hosting the Arena and the big bucks, ha!\n\nClearly you don't mind making money, and I'm in desperate need of new staff. Business is booming, and I'm short-handed. We're expanding!\n\nWe got another fight planned soon. As they used to say in ancient Rome, \"the people demand bread and circuses.\" The latter is fine, but the bread is running late. A little supply disruption, don't worry about it. Just get me some food and booze for the audience.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Everything you brought has already been sent to the seats. Well done.", - "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid item: Bottle of Tarkovskaya vodka", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Hand over the found in raid item: Bottle of Pevko Light beer", "6606bd814120fcf7f0a38e55": "Hand over the found in raid item: Alyonka chocolate bar", "6606bd9128b63f13e560592f": "Hand over the found in raid item: Pack of Tarker dried meat", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Part 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Part 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", - "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plant three TP-200 TNT bricks at the MVD academy entrance on Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Between Two Fires", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Hand over the found info", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27690,7 +27979,7 @@ "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 description": "Yo, you doing good? You will never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some metal scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", "675c085d59b0575973005f52 failMessageText": "", "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", @@ -27725,7 +28014,7 @@ "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", "675c1cf4a757ddd00404f0a3 failMessageText": "", "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", + "675c1cf4a757ddd00404f0a6": "Locate the secret exfil on Customs", "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", @@ -27752,7 +28041,7 @@ "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", + "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you think I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "你的意思是都办好了?干得好,大兵。", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/cz.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/cz.json index 509e1902..7f707e36 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/cz.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/cz.json @@ -1360,7 +1360,7 @@ "57acb6222459771ec34b5cb0 Description": "Hliníková montáž s lištou Picatinny pro instalaci zaměřovačů a dalších příslušenství.", "57ade1442459771557167e15 Name": "Pažba Armacon Baskak", "57ade1442459771557167e15 ShortName": "Baskak", - "57ade1442459771557167e15 Description": "Lehká pažba Ruské výroby s velmi spartánským designem pro použití se systémy AK, kterou lze instalovat na standardní adaptéry pouzdra závěru Mil-Spec a Com-Spec M/AR.", + "57ade1442459771557167e15 Description": "A Russian-made light tube stock of a very spartan-like design for use with AK systems that can be installed both on Mil-Spec and Com-Spec M/AR standard receiver adapters.", "57adff4f24597737f373b6e6 Name": "Optický zaměřovač BRAVO4 4x30", "57adff4f24597737f373b6e6 ShortName": "BRAVO4", "57adff4f24597737f373b6e6 Description": "Optický zaměřovač BRAVO4 4X30, navržený společností SIG Sauer. Vyznačuje se jedinečně velkým zorným polem, které je o 43% širší než u nejbližších konkurentů. Na jeho horní straně je také přídavná montáž, která umožňuje instalaci záložního zaměřovače.", @@ -1637,7 +1637,7 @@ "5888956924597752983e182d Name": "660mm hlaveň pro DVL-10 M2 7.62x51", "5888956924597752983e182d ShortName": "DVL10 660mm", "5888956924597752983e182d Description": "Hlaveň dlouhá 660m z nerezové oceli ráže 7.62x51, vyrobená společností LOBAEV Hummer Barrels pro odstřelovací pušku DVL-10.", - "5888961624597754281f93f3 Name": "Harris S-BRM 6-9\" Bipod", + "5888961624597754281f93f3 Name": "Dvojnožka Harris S-BRM 6-9\"", "5888961624597754281f93f3 ShortName": "S-BRM", "5888961624597754281f93f3 Description": "The S-BRM 6-9\" ultralight foldable bipod with a spring retraction mechanism. Used by service operators and civilian shooters worldwide. Manufactured by Harris.", "5888976c24597754281f93f5 Name": "Předpažbí pro DVL-10 M2", @@ -1664,12 +1664,12 @@ "58949dea86f77409483e16a8 Name": "Tlumič plamene A2 pro MPX 9x19", "58949dea86f77409483e16a8 ShortName": "MPX A2", "58949dea86f77409483e16a8 Description": "Tlumič plamene A2 Bird Cage, určený pro montáž na samopaly MPX 9x19, vyráběný společností SIG Sauer.", - "58949edd86f77409483e16a9 Name": "MPX ambidextrous charging handle", + "58949edd86f77409483e16a9 Name": "Oboustranné napínací táhlo pro MPX", "58949edd86f77409483e16a9 ShortName": "MPX 2x", - "58949edd86f77409483e16a9 Description": "An ambidextrous charging handle with two latches for the MPX SMG. Manufactured by SIG Sauer.", + "58949edd86f77409483e16a9 Description": "Obouruční napínací táhlo se dvěma západkami pro MPX SMG. Výrobeno společností SIG Sauer.", "58949fac86f77409483e16aa Name": "Napínací táhlo se západkou pro MPX", "58949fac86f77409483e16aa ShortName": "MPX 1x", - "58949fac86f77409483e16aa Description": "A charging handle with one latch for the MPX SMG. Manufactured by SIG Sauer.", + "58949fac86f77409483e16aa Description": "Napínací táhlo s jednou západkou pro MPX SMG. Vyrobeno společností SIG Sauer.", "5894a05586f774094708ef75 Name": "30-ranný zásobník pro MPX 9x19", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "Standardní poloprůhledný zásobník pro MPX 9x19mm s kapacitou 30 nábojů, vyrobený společností SIG Sauer.", @@ -5098,7 +5098,7 @@ "5ca20d5986f774331e7c9602 Description": "Taktický batoh s předním plněním. Vhodný pro použití vojenskými a bezpečnostními složkami nebo pro vojenské taktické hry. Vyroben společností WARTECH.", "5ca20ee186f774799474abc2 Name": "Neprůstřelná helma Vulkan-5 LShZ-5 (Černá)", "5ca20ee186f774799474abc2 ShortName": "Vulkan-5", - "5ca20ee186f774799474abc2 Description": "Vysoce ochranná přilba Vulkan-5 LShZ-5 je určena pro použití v soupravě bojového vybavení s kruhovou ochranou hlavy 5. třídy (Ruského GOST) před středně těžkými a těžkými projektily.", + "5ca20ee186f774799474abc2 Description": "The Vulkan-5 LShZ-5 high-level protection helmet is intended for use in a set of combat equipment with circular 5-class (Russian GOST) head protection from medium to heavy projectiles.", "5ca2113f86f7740b2547e1d2 Name": "Obličejový štít pro helmu Vulkan-5", "5ca2113f86f7740b2547e1d2 ShortName": "Vulkan-5 OŠ", "5ca2113f86f7740b2547e1d2 Description": "Speciální balistický štít pro těžkou přilbu Vulkan-5. Zvyšuje šance na přežití při nárazů střel a střepin.", @@ -12374,7 +12374,7 @@ "658420d8085fea07e674cdb6 Name": "Mrtvý civilista", "658420d8085fea07e674cdb6 ShortName": "Tělo civilisty", "658420d8085fea07e674cdb6 Description": "Tělo civilisty", - "65ae4f57e343f0acc00824da Name": "PP-19-01 Vityaz Vector VR-LPS left-side charging handle", + "65ae4f57e343f0acc00824da Name": "Levé napínací táhlo Vector VR-LPS pro PP-19-01 Vityaz", "65ae4f57e343f0acc00824da ShortName": "VR-LPS", "65ae4f57e343f0acc00824da Description": "VR-LPS is a device that allows for reloading the weapon with the support hand. Installed in place of the gas tube and enables quick and efficient reloading. Manufactured by Vector 7.62.", "65ca457b4aafb5d7fc0dcb5d Name": "Taktická Kukri United Cutlery M48", @@ -12452,15 +12452,15 @@ "66012d9a3dff5074ed002e33 Name": "Dvojnožka pro M60", "66012d9a3dff5074ed002e33 ShortName": "Dvojnožka pro M60", "66012d9a3dff5074ed002e33 Description": "Standardní dvojnožka pro kulomet M60. Vyrobená společností U.S Ordnance.", - "660137d8481cc6907a0c5cda Name": "20/70 TSS Armor Piercing Slug", + "660137d8481cc6907a0c5cda Name": "Náboj 20/70 s průraznou střelou TSS", "660137d8481cc6907a0c5cda ShortName": "TSS AP", "660137d8481cc6907a0c5cda Description": "An armor-piercing slug for 20/70 caliber shotguns. Combines decent accuracy with increased penetration. Excellent choice if the target needs to be eliminated, not just intimidated. ", - "660137ef76c1b56143052be8 Name": "20/70 Dangerous Game Slug", - "660137ef76c1b56143052be8 ShortName": "DGS", + "660137ef76c1b56143052be8 Name": "Náboj 20/70 se střelou na nebezpečnou zvěř", + "660137ef76c1b56143052be8 ShortName": "SNZ", "660137ef76c1b56143052be8 Description": "A slug cartridge for 20/70 caliber shotguns. Loses very little velocity over distance, so it is suitable for reliable target engagement at a long range. ", - "6601380580e77cfd080e3418 Name": "20/70 flechette", + "6601380580e77cfd080e3418 Name": "Náboj 20/70 flechette", "6601380580e77cfd080e3418 ShortName": "Flechette", - "6601380580e77cfd080e3418 Description": "A shell loaded with razor-sharp flechettes for 20ga shotguns. Far from being the most effective round, but believe us - you definitely don't want to be on the receiving end of the weapon loaded with it. ", + "6601380580e77cfd080e3418 Description": "Náboj s náplní ostrých broků pro 20ga brokovnice. Zdaleka nejde o nejúčinnější náboj, ale věřte nám - rozhodně nechcete být na konci zbraně ve kterém je tento náboj. ", "66015072e9f84d5680039678 Name": "Hračkářská pistole 20x1mm", "66015072e9f84d5680039678 ShortName": "Blicky", "66015072e9f84d5680039678 Description": "Plastová poloautomatická pistole na hraní střílející 20x1mm disky. Určeno pro děti starší 5 let. Vyrobeno v SSSR.", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "Teniska Viibiin", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "Jedna teniska značky Viibiin. Zajímalo by mě, kde je ta druhá.", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Klíč na plynové potrubí Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Instalatérský klíč značky Inseq, lesklý a barevný.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13313,7 +13313,7 @@ "66da1b546916142b3b022777 Name": "Technická zásobovací bedna", "66da1b546916142b3b022777 ShortName": "Technická zásobovací bedna", "66da1b546916142b3b022777 Description": "bedna", - "66dae7cbeb28f0f96809f325 Name": "V40 Mini-Grenade", + "66dae7cbeb28f0f96809f325 Name": "Mini-Granát V40", "66dae7cbeb28f0f96809f325 ShortName": "V40", "66dae7cbeb28f0f96809f325 Description": "A Dutch fragmentation hand grenade. The grenade is the size of a standard golf ball and has a guaranteed lethal radius of only one meter.", "66ec2aa6daf127599c0c31f1 Name": "Šrapnel O-832DU", @@ -13676,9 +13676,9 @@ "671d8b8c0959c721a50ca838 Name": "12-ranný zásobník pro HK USP Tactical .45 ACP", "671d8b8c0959c721a50ca838 ShortName": "USP45T", "671d8b8c0959c721a50ca838 Description": "Zásobník na 12 nábojů .45 ACP pro speciální verzi pistole USP45 - USP45 Tactical.", - "673b3f977038192ee006aa09 Name": "Bare ceiling", - "673b3f977038192ee006aa09 ShortName": "Bare ceiling", - "673b3f977038192ee006aa09 Description": "Nothing special. Luckily there are no spider webs. Unless?", + "673b3f977038192ee006aa09 Name": "Holý strop", + "673b3f977038192ee006aa09 ShortName": "Holý strop", + "673b3f977038192ee006aa09 Description": "Nic zvláštního. Naštěstí tu nejsou žádné pavučiny. Ledaže by?", "673c7b00cbf4b984b5099181 Name": "", "673c7b00cbf4b984b5099181 ShortName": "", "673c7b00cbf4b984b5099181 Description": "", @@ -13700,184 +13700,184 @@ "673cb551093e0ea7fd0b874a Name": "23.5\" hlaveň pro Sako TRG M10 .338 LM", "673cb551093e0ea7fd0b874a ShortName": "M10 23.5\" .338LM", "673cb551093e0ea7fd0b874a Description": "A 23.5 inch (597mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "673cb5d1280680de5e02ff3b Name": "Sako TRG M10 15 inch handguard assembly", + "673cb5d1280680de5e02ff3b Name": "15\" sestava předpažbí pro Sako TRG M10", "673cb5d1280680de5e02ff3b ShortName": "M10 15\"", "673cb5d1280680de5e02ff3b Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "673cb81f5b1511adb10cd326 Name": "Sako TRG M10 grip pad", - "673cb81f5b1511adb10cd326 ShortName": "M10 pad", + "673cb81f5b1511adb10cd326 Name": "Podložka na rukojeť pro Sako TRG M10", + "673cb81f5b1511adb10cd326 ShortName": "M10 podložka", "673cb81f5b1511adb10cd326 Description": "A standard-issue padded grip for the TRG M10 sniper rifle, manufactured by Sako. Comes with a hex and torx key set for quick access.", "673cbdfad0453ba50c0f76d6 Name": "8-ranný zásobník pro Sako TRG M10 .338 LM", "673cbdfad0453ba50c0f76d6 ShortName": "M10 .338", "673cbdfad0453ba50c0f76d6 Description": "An 8-round .338 Lapua Magnum magazine for the TRG M10 sniper rifle, manufactured by Sako.", - "673dd5f73f92dc7e120d20a9 Name": "Sako TRG short length rail", - "673dd5f73f92dc7e120d20a9 ShortName": "TRG short", + "673dd5f73f92dc7e120d20a9 Name": "Krátká lišta pro Sako TRG", + "673dd5f73f92dc7e120d20a9 ShortName": "TRG krátká", "673dd5f73f92dc7e120d20a9 Description": "A short length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673dd617912f68467c0615b6 Name": "Sako TRG medium length rail", - "673dd617912f68467c0615b6 ShortName": "TRG med", + "673dd617912f68467c0615b6 Name": "Střední lišta pro Sako TRG", + "673dd617912f68467c0615b6 ShortName": "TRG stř", "673dd617912f68467c0615b6 Description": "A medium length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673ddbb567c759b3c90e5f76 Name": "Sako TRG M10 rear hook", - "673ddbb567c759b3c90e5f76 ShortName": "M10 hook", + "673ddbb567c759b3c90e5f76 Name": "Zadní záchyt pro Sako TRG M10", + "673ddbb567c759b3c90e5f76 ShortName": "M10 háček", "673ddbb567c759b3c90e5f76 Description": "A rail cover for the TRG M10 sniper rifle buttstock. Manufactured by Sako.", - "673f0a38259f5945d70e43a6 Name": "Ase Utra SL7i-BL BoreLock .338 LM sound suppressor", + "673f0a38259f5945d70e43a6 Name": "Tlumič Ase Utra SL7i-BL BoreLock .338 LM", "673f0a38259f5945d70e43a6 ShortName": "SL7i-BL .338", "673f0a38259f5945d70e43a6 Description": "The SL7i-BL sound suppressor, installed on compatible BoreLock muzzle brakes. Manufactured by Ase Utra.", - "673f0a9370a3ddcf0d0ee0b8 Name": "Sako TRG PGM Precision .338 LM sound suppressor", + "673f0a9370a3ddcf0d0ee0b8 Name": "Tlumič pro Sako TRG PGM Precision .338 LM", "673f0a9370a3ddcf0d0ee0b8 ShortName": "PGM .338", "673f0a9370a3ddcf0d0ee0b8 Description": "A sound suppressor manufactured by PGM Precision, designed to fit .338 Lapua Magnum weapons.", - "673f0b36536d64240f01acd6 Name": "CGS Hekate DT .338 LM sound suppressor", + "673f0b36536d64240f01acd6 Name": "Tlumič CGS Hekate DT .338 LM", "673f0b36536d64240f01acd6 ShortName": "Hekate DT .338", "673f0b36536d64240f01acd6 Description": "The Hekate DT .338 LM suppressor boasts great noise and flash reduction for large caliber rifles. Manufactured by CGS Group.", - "673f3ef1259f5945d70e43a8 Name": "Ase Utra BoreLock .338 LM muzzle brake", + "673f3ef1259f5945d70e43a8 Name": "Úsťová brzda Ase Utra BoreLock .338 LM", "673f3ef1259f5945d70e43a8 ShortName": "BoreLock .338", "673f3ef1259f5945d70e43a8 Description": "A muzzle brake manufactured by Ase Utra for .338 LM (8.6x70). Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with BoreLock-type sound suppressors.", - "673f3f2f40aeca974e0b5c66 Name": "Ase Utra BoreLock thread protector", - "673f3f2f40aeca974e0b5c66 ShortName": "BoreLock thr.", + "673f3f2f40aeca974e0b5c66 Name": "Kryt závitu Ase Utra BoreLock", + "673f3f2f40aeca974e0b5c66 ShortName": "BoreLock zvt.", "673f3f2f40aeca974e0b5c66 Description": "A threading protection cap for Ase Utra BoreLock muzzle brakes.", - "673f3f5eef7545280c00f026 Name": "Sako TRG .338 LM thread protector", - "673f3f5eef7545280c00f026 ShortName": "TRG thr.", + "673f3f5eef7545280c00f026 Name": "Kryt závitu pro Sako TRG .338 LM", + "673f3f5eef7545280c00f026 ShortName": "TRG zvt.", "673f3f5eef7545280c00f026 Description": "A threading protection cap for the Sako TRG .338 LM rifle barrel.", - "673f3f9840aeca974e0b5c68 Name": "Sako TRG Coretac CoreBrake .338 LM muzzle brake", + "673f3f9840aeca974e0b5c68 Name": "Úsťová brzda CoreBrake pro Sako TRG .338 LM", "673f3f9840aeca974e0b5c68 ShortName": "CoreBrake .338", "673f3f9840aeca974e0b5c68 Description": "A .338 LM muzzle brake for the TRG sniper rifle. Manufactured by Coretac Solutions.", - "673f4046259f5945d70e43ab Name": "Sako TRG 22/42/M10 .338 LM muzzle brake", + "673f4046259f5945d70e43ab Name": "Úsťová brzda pro Sako TRG 22/42/M10 .338 LM", "673f4046259f5945d70e43ab ShortName": "TRG .338", "673f4046259f5945d70e43ab Description": "A TRG .338 LM sniper rifle muzzle brake, manufactured by Sako.", - "67405d760098dcb5940ea1a6 Name": "Sako TRG M10 .338 LM 20 inch barrel", + "67405d760098dcb5940ea1a6 Name": "20\" hlaveň pro Sako TRG M10 .338 LM", "67405d760098dcb5940ea1a6 ShortName": "M10 20\" .338LM", "67405d760098dcb5940ea1a6 Description": "A 20 inch (508mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405e3b83ac5c69ae025406 Name": "Sako TRG M10 .338 LM 27 inch barrel", + "67405e3b83ac5c69ae025406 Name": "27\" hlaveň pro Sako TRG M10 .338 LM", "67405e3b83ac5c69ae025406 ShortName": "M10 27\" .338LM", "67405e3b83ac5c69ae025406 Description": "A 27 inch (685mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405ef125beb509e8070276 Name": "Sako TRG M10 11 inch handguard assembly", + "67405ef125beb509e8070276 Name": "11\" sestava předpažbí pro Sako TRG M10", "67405ef125beb509e8070276 ShortName": "M10 11\"", "67405ef125beb509e8070276 Description": "An 11 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "67405fd0812f476fb2020066 Name": "Sako TRG M10 M-LOK 15 inch handguard assembly", + "67405fd0812f476fb2020066 Name": "15\" sestava předpažbí M-LOK pro Sako TRG M10", "67405fd0812f476fb2020066 ShortName": "M10 15\" M-LOK", "67405fd0812f476fb2020066 Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with an M-LOK interface for mounting additional equipment. Manufactured by Sako.", - "674078c4a9c9adf0450d59f9 Name": "Opened case", - "674078c4a9c9adf0450d59f9 ShortName": "Case", - "674078c4a9c9adf0450d59f9 Description": "This case contains several sealed boxes.", - "67408903268737ef6908d432 Name": "Contraband box", - "67408903268737ef6908d432 ShortName": "Contraband", - "67408903268737ef6908d432 Description": "A box containing contraband cargo from Peacekeeper. Opening it might not be a good idea.", - "67409848d0b2f8eb9b034db9 Name": "Sealed box", - "67409848d0b2f8eb9b034db9 ShortName": "Sealed box", + "674078c4a9c9adf0450d59f9 Name": "Otevřená bedna", + "674078c4a9c9adf0450d59f9 ShortName": "Kufr", + "674078c4a9c9adf0450d59f9 Description": "V této bedně je několik zapečetěných krabic.", + "67408903268737ef6908d432 Name": "Krabice s kontrabandem", + "67408903268737ef6908d432 ShortName": "Kontraband", + "67408903268737ef6908d432 Description": "Krabice obsahující náklad kontrabandu od Peacekeepera. Nejspíš není dobrý nápad ji otevírat.", + "67409848d0b2f8eb9b034db9 Name": "Zapečetěná krabice", + "67409848d0b2f8eb9b034db9 ShortName": "Zapečetěná krabice", "67409848d0b2f8eb9b034db9 Description": "The box is sealed to protect its contents. A multitool is required to open it.", - "674098588466ebb03408b210 Name": "Opened box", - "674098588466ebb03408b210 ShortName": "Box", - "674098588466ebb03408b210 Description": "This box can't hold much, but now you can see what's inside.", - "6740987b89d5e1ddc603f4f0 Name": "Locked case", - "6740987b89d5e1ddc603f4f0 ShortName": "Locked case", - "6740987b89d5e1ddc603f4f0 Description": "The contents are unknown, but you'll need a key to open it.", - "67449b6c89d5e1ddc603f504 Name": "Case key", - "67449b6c89d5e1ddc603f504 ShortName": "Case key", - "67449b6c89d5e1ddc603f504 Description": "A key suitable for opening most standard cases.", - "67458730df3c1da90b0b052b Name": "5.11 Tactical RUSH 100 backpack (Black)", + "674098588466ebb03408b210 Name": "Otevřená krabice", + "674098588466ebb03408b210 ShortName": "Krabice", + "674098588466ebb03408b210 Description": "Do této krabice se toho moc nevejde, ale teď se můžeš podívat, co je uvnitř.", + "6740987b89d5e1ddc603f4f0 Name": "Zamčená bedna", + "6740987b89d5e1ddc603f4f0 ShortName": "Zamčená bedna", + "6740987b89d5e1ddc603f4f0 Description": "Její obsah není znám, ale k otevření budeš potřebovat klíč.", + "67449b6c89d5e1ddc603f504 Name": "Klíč od bedny", + "67449b6c89d5e1ddc603f504 ShortName": "Klíč od bedny", + "67449b6c89d5e1ddc603f504 Description": "Klíč vhodný k otevření většiny běžných kufrů.", + "67458730df3c1da90b0b052b Name": "Batoh 5.11 Tactical RUSH 100 (Černý)", "67458730df3c1da90b0b052b ShortName": "RUSH 100", - "67458730df3c1da90b0b052b Description": "A tactical backpack with a complex modular system. The arrangement of internal compartments and side straps makes the RUSH 100 a highly versatile backpack that can be adapted to any combat situation.", - "67458794e21e5d724e066976 Name": "LBT-1476A 3Day Pack (MultiCam Alpine)", + "67458730df3c1da90b0b052b Description": "Taktický batoh s komplexním modulárním systémem. Uspořádání vnitřních přihrádek a bočních popruhů dělá z RUSH 100 vysoce univerzální batoh, který lze přizpůsobit jakékoliv bojové situaci.", + "67458794e21e5d724e066976 Name": "Batoh LBT-1476A 3Day (Vícebarevný Alpský)", "67458794e21e5d724e066976 ShortName": "LBT-1476A", - "67458794e21e5d724e066976 Description": "A medium-size 3-day backpack designed for both military and tourist use. Manufactured by London Bridge Trading. MultiCam Alpine version.", - "6745895717824b1ec20570a6 Name": "6B47 Ratnik-BSh helmet (EMR Arctic cover)", + "67458794e21e5d724e066976 Description": "Třídenní batoh střední velikosti určený pro vojenské a turistické použití. Vyrábí společnost London Bridge Trading. Vícebarevné Alpské maskování.", + "6745895717824b1ec20570a6 Name": "Helma 6B47 Ratnik-BSh (EMR Arktic)", "6745895717824b1ec20570a6 ShortName": "6B47 EMRA", "6745895717824b1ec20570a6 Description": "6B47 is an aramid helmet of Russian origin. As part of the Ratnik program, it is the new standard-issue helmet for most of the Russian Armed Forces. The 6B47 is similar to previous generation helmets such as the 6B7-1M and 6B27. It has equal protection but weighs slightly less, floats in water, and has mounting equipment for lights and night vision devices. The helmet can be fitted with a variety of covers for different environments. Equipped with an arctic EMR camouflage cover.", - "674589d98dd67746010329e6 Name": "Spiritus Systems Bank Robber chest rig (MultiCam Alpine)", + "674589d98dd67746010329e6 Name": "Taktická vesta Spiritus Systems Bank Robber (Vícebarevná Alpská)", "674589d98dd67746010329e6 ShortName": "Bank Robber", - "674589d98dd67746010329e6 Description": "An ultra-compact and lightweight chest rig for mobility and comfort. Manufactured by Spiritus Systems. MultiCam Alpine camouflage version, for all your winter LARP needs.", - "6746fd09bafff85008048838 Name": "Dogtag BEAR", + "674589d98dd67746010329e6 Description": "Velmi kompaktní a lehká hrudní souprava pro mobilitu a pohodlí. Vyrábí Spiritus Systems. Vícebarevná Alpská maskovací verze, ideální pro všechny vaše zimní LARP potřeby.", + "6746fd09bafff85008048838 Name": "Psí známka BEAR", "6746fd09bafff85008048838 ShortName": "BEAR", - "6746fd09bafff85008048838 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator that went through the Tarkov hell from the very beginning.", - "67471928d17d6431550563b5 Name": "Dogtag BEAR", + "6746fd09bafff85008048838 Description": "Vojenské psí známky slouží k rychlé identifikaci zraněných a zemřelých v boji. Tato patřila operátorovi BEAR PMC, který prošel tarkovským peklem od samého začátku.", + "67471928d17d6431550563b5 Name": "Psí známka BEAR", "67471928d17d6431550563b5 ShortName": "BEAR", - "67471928d17d6431550563b5 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator that remained loyal to his ideals.", - "67471938bafff850080488b7 Name": "Dogtag USEC", + "67471928d17d6431550563b5 Description": "Armádní psí známky slouží k rychlé identifikaci zraněných a zemřelých v boji. Tato patřila operátorovi PMC BEAR, který zůstal věrný svým ideálům.", + "67471938bafff850080488b7 Name": "Psí známka USEC", "67471938bafff850080488b7 ShortName": "USEC", - "67471938bafff850080488b7 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a USEC PMC operator that went through the Tarkov hell from the very beginning.", - "6747193f170146228c0d2226 Name": "Dogtag USEC", + "67471938bafff850080488b7 Description": "Vojenské psí známky slouží k rychlé identifikaci zraněných a zemřelých v boji. Tato patřila operátorovi USEC PMC, který prošel tarkovským peklem od samého začátku.", + "6747193f170146228c0d2226 Name": "Psí známka USEC", "6747193f170146228c0d2226 ShortName": "USEC", - "6747193f170146228c0d2226 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a USEC PMC operator that remained loyal to his ideals.", - "674731c8bafff850080488bb Name": "Dogtag BEAR", + "6747193f170146228c0d2226 Description": "Armádní psí známky slouží k rychlé identifikaci zraněných a zemřelých v boji. Tato patřila operátorovi PMC USEC, který zůstal věrný svým ideálům.", + "674731c8bafff850080488bb Name": "Psí známka BEAR", "674731c8bafff850080488bb ShortName": "BEAR", - "674731c8bafff850080488bb Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator.", - "674731d1170146228c0d222a Name": "Dogtag USEC", + "674731c8bafff850080488bb Description": "Armádní psí známky slouží k rychlé identifikaci zraněných a zemřelých v boji. Tato patřila operátorovi PMC BEAR.", + "674731d1170146228c0d222a Name": "Psí známka USEC", "674731d1170146228c0d222a ShortName": "USEC", - "674731d1170146228c0d222a Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a USEC PMC operator.", - "67499a9669a58fceba104a41 Name": "Package for Prapor", - "67499a9669a58fceba104a41 ShortName": "Package", - "67499a9669a58fceba104a41 Description": "A package that the BTR driver was supposed to deliver to Prapor.", - "67499adbeca8acb2d2061634 Name": "Cargo for Prapor", - "67499adbeca8acb2d2061634 ShortName": "Cargo", - "67499adbeca8acb2d2061634 Description": "A delivery from outside the cordon that Prapor is waiting for. Judging by the weight, it feels like it's half-empty.", - "67499b3eeca8acb2d2061636 Name": "Lightkeeper's case", - "67499b3eeca8acb2d2061636 ShortName": "Case", - "67499b3eeca8acb2d2061636 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499b9b909d2013670a5029 Name": "KOSA UAV electronic jamming device", + "674731d1170146228c0d222a Description": "Armádní psí známky slouží k rychlé identifikaci zraněných a zemřelých v boji. Tato patřila operátorovi PMC USEC.", + "67499a9669a58fceba104a41 Name": "Balíček pro Prapora", + "67499a9669a58fceba104a41 ShortName": "Balíček", + "67499a9669a58fceba104a41 Description": "Balíček, který měl řidič BTR doručit Praporovi.", + "67499adbeca8acb2d2061634 Name": "Náklad pro Prapora", + "67499adbeca8acb2d2061634 ShortName": "Náklad", + "67499adbeca8acb2d2061634 Description": "Zásilka zpoza kordonu, na kterou Prapor čeká. Soudě podle váhy se zdá, že je poloprázdná.", + "67499b3eeca8acb2d2061636 Name": "Lightkeeperův kufřík", + "67499b3eeca8acb2d2061636 ShortName": "Kufřík", + "67499b3eeca8acb2d2061636 Description": "Podle zvuku je kufr naplněn něčím těžkým, například náboji OFZ nebo jinou municí.", + "67499b9b909d2013670a5029 Name": "Elektronické rušicí zařízení KOSA UAV", "67499b9b909d2013670a5029 ShortName": "KOSA", - "67499b9b909d2013670a5029 Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", - "67499d0eeca8acb2d2061639 Name": "Incriminating letter", - "67499d0eeca8acb2d2061639 ShortName": "Letter", - "67499d0eeca8acb2d2061639 Description": "A letter from the BTR driver. Apparently, the information inside could put serious pressure on Skier.", - "67499d2c69a58fceba104a43 Name": "Lightkeeper's case", - "67499d2c69a58fceba104a43 ShortName": "Case", - "67499d2c69a58fceba104a43 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499d4deca8acb2d206163b Name": "KOSA UAV electronic jamming device", + "67499b9b909d2013670a5029 Description": "Zařízení je navrženo k potlačení naváděcích systémů UAV. Pomáhá spolehlivě chránit jakýkoli objekt před vzdušnými útoky.", + "67499d0eeca8acb2d2061639 Name": "Usvědčující dopis", + "67499d0eeca8acb2d2061639 ShortName": "Dopis", + "67499d0eeca8acb2d2061639 Description": "Dopis od řidiče BTR. Informace uvnitř by zřejmě mohly na Skiera vyvinout vážný tlak.", + "67499d2c69a58fceba104a43 Name": "Lightkeeperův kufřík", + "67499d2c69a58fceba104a43 ShortName": "Kufřík", + "67499d2c69a58fceba104a43 Description": "Podle zvuku je kufr naplněn něčím těžkým, například náboji OFZ nebo jinou municí.", + "67499d4deca8acb2d206163b Name": "Elektronické rušicí zařízení KOSA UAV", "67499d4deca8acb2d206163b ShortName": "KOSA", - "67499d4deca8acb2d206163b Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", - "6749c40822a2740bb408d066 Name": "PP-19-01 9x19 F5 MFG 50-round drum magazine", + "67499d4deca8acb2d206163b Description": "Zařízení je navrženo k potlačení naváděcích systémů UAV. Pomáhá spolehlivě chránit jakýkoli objekt před vzdušnými útoky.", + "6749c40822a2740bb408d066 Name": "50-ranný bubnový zásobník F5 MFG pro PP-19-01", "6749c40822a2740bb408d066 ShortName": "PP19 F5", "6749c40822a2740bb408d066 Description": "A PP-19-01 Vityaz 9x19 drum magazine with a 50-round capacity. Manufactured by F5 MFG.", - "674d5e287075e056160e0176 Name": "Velociraptor polymer handguard", - "674d5e287075e056160e0176 ShortName": "Vel HG", + "674d5e287075e056160e0176 Name": "Polymerové předpažbí pro Velociraptor", + "674d5e287075e056160e0176 ShortName": "Vel PŘ", "674d5e287075e056160e0176 Description": "A polymer handguard for the Velociraptor assault rifle. A modified version of the Tapco AK handguard based on the Galil AR handguard, designed to be installed over the suppressor shroud, preventing possible injury to the shooter's hands during firing.", - "674d6121c09f69dfb201a888 Name": "Aklys Defense Velociraptor .300 Blackout assault rifle", + "674d6121c09f69dfb201a888 Name": "Útočná puška Aklys Defense Velociraptor .300 Blackout", "674d6121c09f69dfb201a888 ShortName": "Velociraptor .300 BLK", "674d6121c09f69dfb201a888 Description": "A special modification based on the AK assault rifle chambered in .300 Blackout caliber, manufactured by Aklys Defense. It replaces the standard barrel assembly with a modified integrally suppressed barrel, which allowed to achieve a significantly reduced sound signature.", - "674d90b55704568fe60bc8f5 Name": "Akula push dagger", + "674d90b55704568fe60bc8f5 Name": "Tlačná dýka Akula", "674d90b55704568fe60bc8f5 ShortName": "Akula", - "674d90b55704568fe60bc8f5 Description": "As dangerous as the fish it's named after.", + "674d90b55704568fe60bc8f5 Description": "Stejně nebezpečná jako ryba, po které byla pojmenovaná.", "674d91ce6e862d5a95059ed6 Name": "Balistická vesta 6B13 M (Vánoční Edice)", - "674d91ce6e862d5a95059ed6 ShortName": "6B13 CE", - "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", - "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", + "674d91ce6e862d5a95059ed6 ShortName": "6B13 VE", + "674d91ce6e862d5a95059ed6 Description": "Na oslavu Vánoc a Nového roku Killa přepracoval svůj armor. Armor je nyní nápadnější, ale Killa nikdy nepatřil k opatrným průzkumníkům.", + "674da107c512807d1a0e7436 Name": "Batoh Mystery Ranch Terraframe (Olivový)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached horns, this backpack used to belong to a hunter.", + "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached antlers, this backpack used to belong to a hunter.", "674da9cf0cb4bcde7103c07b Name": "Batoh Mystery Ranch Terraframe (Vánoční Edice)", "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", - "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", - "674dbf593bee1152d407f005 Name": "Dogtag (Prestige 1)", - "674dbf593bee1152d407f005 ShortName": "Dogtag", - "674dbf593bee1152d407f005 Description": "A special dogtag with rubber sides, serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the high status of the PMC operator.", - "674fe57721a9aa6be6045b96 Name": "SOK-12 Chaos Titan Quad Rail handguard", + "674da9cf0cb4bcde7103c07b Description": "Standartní model Terraframe někdo vánočně vyzdobil. Hmotnost se příliš nezměnila, ale vstup do raidu se stal jaksi... veselejší?", + "674dbf593bee1152d407f005 Name": "Psí známka (Prestiž 1)", + "674dbf593bee1152d407f005 ShortName": "Psí známka", + "674dbf593bee1152d407f005 Description": "Speciální psí známka s gumovými boky, která slouží k rychlé identifikaci zraněných a zemřelých v boji. Ukazatel vysokého postavení PMC operátora.", + "674fe57721a9aa6be6045b96 Name": "Předpažbí Chaos Titan Quad Rail pro SOK-12", "674fe57721a9aa6be6045b96 ShortName": "Titan Quad Rail", - "674fe57721a9aa6be6045b96 Description": "A lightweight handguard from the Titan Quad Rail System for Saiga shotguns. Manufactured by Chaos.", - "674fe89a4472d471fb0f07d8 Name": "SOK-12 Chaos Titan Quad Rail handguard top cover", - "674fe89a4472d471fb0f07d8 ShortName": "Titan QRTC", + "674fe57721a9aa6be6045b96 Description": "Lehké předpažbí od Titan Quad Rail System pro brokovnice Saiga. Vyrobeno společností: Chaos.", + "674fe89a4472d471fb0f07d8 Name": "Horní kryt pro předpažbí Chaos Titan Quad Rai na SOK-12", + "674fe89a4472d471fb0f07d8 ShortName": "Titan QRC", "674fe89a4472d471fb0f07d8 Description": "A handguard top rail for the Titan Quad Rail System, manufactured by Chaos.", - "674fe8b9362ea1f88b0e278d Name": "SOK-12 Chaos Titan receiver top rail", - "674fe8b9362ea1f88b0e278d ShortName": "Titan TR", + "674fe8b9362ea1f88b0e278d Name": "Horní lišta na pouzdro závěru Chaos Titan pro SOK-12", + "674fe8b9362ea1f88b0e278d ShortName": "Titan HL", "674fe8b9362ea1f88b0e278d Description": "A receiver top rail for the Titan Quad Rail System, manufactured by Chaos.", - "674fe8cf4472d471fb0f07df Name": "Chaos HK Style rear sight", - "674fe8cf4472d471fb0f07df ShortName": "Chaos RS", + "674fe8cf4472d471fb0f07df Name": "Hledí Chaos HK Style", + "674fe8cf4472d471fb0f07df ShortName": "Chaos HL", "674fe8cf4472d471fb0f07df Description": "A rear sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", - "674fe8dd362ea1f88b0e2792 Name": "Chaos HK Style front sight", - "674fe8dd362ea1f88b0e2792 ShortName": "Chaos FS", + "674fe8dd362ea1f88b0e2792 Name": "Muška Chaos HK Style", + "674fe8dd362ea1f88b0e2792 ShortName": "Chaos MU", "674fe8dd362ea1f88b0e2792 Description": "A front sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", - "674fe8f6f34d761ab8020cc8 Name": "SOK-12 12ga MD Arms 20-round drum magazine", + "674fe8f6f34d761ab8020cc8 Name": "20-ranný bubnový zásobník MD Arms pro SOK-12 12ga", "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", "674fe8f6f34d761ab8020cc8 Description": "The MD Arms 20-shell drum magazine for SOK-12 and compatible weapons, intended for use with 12/76 or 12/70 shells.", - "674fe9a75e51f1c47c04ec23 Name": "Saiga-12K 12ga automatic shotgun", - "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K FA", + "674fe9a75e51f1c47c04ec23 Name": "Automatická brokovnice Saiga-12K 12ga", + "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K Auto", "674fe9a75e51f1c47c04ec23 Description": "A modification of the Saiga-12K smoothbore shotgun, enabling fully automatic fire. Hell of a beast.", "675069c97348af9e3e0c2a96 Name": "bear_upper_SpNa", "675069c97348af9e3e0c2a96 ShortName": "", "675069c97348af9e3e0c2a96 Description": "", "67506a0bf31909748c0dcdb6 Name": "BEAR Nord", "67506a0bf31909748c0dcdb6 ShortName": "", - "67506a0bf31909748c0dcdb6 Description": "Bomber jacket", + "67506a0bf31909748c0dcdb6 Description": "Bunda Bomber", "67506abae23c30f949061906 Name": "", "67506abae23c30f949061906 ShortName": "", "67506abae23c30f949061906 Description": "", - "67506ca81f18589016006aa6 Name": "PNV-57E night vision goggles", + "67506ca81f18589016006aa6 Name": "Noční vidění PNV-57E", "67506ca81f18589016006aa6 ShortName": "PNV-57E", "67506ca81f18589016006aa6 Description": "Despite the fact that this model was manufactured in the 80s, the Soviet quality is still evident. The picture might not be as good as gen 2 or gen 3 night vision, but it's definitely worth its price.", "67506f51caaa3394b2082166 Name": "bear_lower_spna", @@ -13885,7 +13885,7 @@ "67506f51caaa3394b2082166 Description": "", "67506fe494cadd62770abbe6 Name": "BEAR Nord", "67506fe494cadd62770abbe6 ShortName": "", - "67506fe494cadd62770abbe6 Description": "Field pants", + "67506fe494cadd62770abbe6 Description": "Polní kalhoty", "6750704650f7ea9dc604afc6 Name": "", "6750704650f7ea9dc604afc6 ShortName": "", "6750704650f7ea9dc604afc6 Description": "", @@ -13894,124 +13894,124 @@ "6750707dc1b42fa2ee09aeb6 Description": "", "675070a550f7ea9dc604afc7 Name": "USEC Deadly Frog", "675070a550f7ea9dc604afc7 ShortName": "", - "675070a550f7ea9dc604afc7 Description": "Tactical pants", + "675070a550f7ea9dc604afc7 Description": "Taktické kalhoty", "675071099170ae7dd00d4216 Name": "", "675071099170ae7dd00d4216 ShortName": "", "675071099170ae7dd00d4216 Description": "", "6750713a65b30e16220465d6 Name": "USEC Deadly Frog", "6750713a65b30e16220465d6 ShortName": "", - "6750713a65b30e16220465d6 Description": "Tactical jacket", + "6750713a65b30e16220465d6 Description": "Taktická bunda", "675184a9490b32072c06f1a7 Name": "OK", "675184a9490b32072c06f1a7 ShortName": "OK", - "675184a9490b32072c06f1a7 Description": "Now you can show the other PMCs that you're okay.", - "675198f2a34a61ba7f053e4d Name": "Rock", - "675198f2a34a61ba7f053e4d ShortName": "Rock", - "675198f2a34a61ba7f053e4d Description": "The easiest gesture for those who fail to decide which one to go with. Or for the Rock mains, if those exist.", - "6751990a490b32072c06f1b3 Name": "Scissors", - "6751990a490b32072c06f1b3 ShortName": "Scissors", - "6751990a490b32072c06f1b3 Description": "For the Scissors mains.", - "67519925ba5968fd800a01e4 Name": "Paper", - "67519925ba5968fd800a01e4 ShortName": "Paper", - "67519925ba5968fd800a01e4 Description": "For the Paper mains.", - "67519adaba5968fd800a01f0 Name": "Thumbs down", + "675184a9490b32072c06f1a7 Description": "Teď můžeš ukázat ostatním PMC, že jsi oukej.", + "675198f2a34a61ba7f053e4d Name": "Kámen", + "675198f2a34a61ba7f053e4d ShortName": "Kámen", + "675198f2a34a61ba7f053e4d Description": "Nejjednodušší způsob pro ty, kteří se nedokážou rozhodnout, co z toho zvolit. Kámen nebo nůžky, pokud to existuje.", + "6751990a490b32072c06f1b3 Name": "Nůžky", + "6751990a490b32072c06f1b3 ShortName": "Nůžky", + "6751990a490b32072c06f1b3 Description": "Pro stranu nůžek.", + "67519925ba5968fd800a01e4 Name": "Papír", + "67519925ba5968fd800a01e4 ShortName": "Papír", + "67519925ba5968fd800a01e4 Description": "Pro stranu papíru.", + "67519adaba5968fd800a01f0 Name": "Palec dolů", "67519adaba5968fd800a01f0 ShortName": "", "67519adaba5968fd800a01f0 Description": "", - "67519afca34a61ba7f053e5c Name": "Thumbs up", + "67519afca34a61ba7f053e5c Name": "Palec nahoru", "67519afca34a61ba7f053e5c ShortName": "", "67519afca34a61ba7f053e5c Description": "", - "67519b21ba5968fd800a01f5 Name": "Greet", + "67519b21ba5968fd800a01f5 Name": "Pozdrav", "67519b21ba5968fd800a01f5 ShortName": "", "67519b21ba5968fd800a01f5 Description": "", - "67519b33490b32072c06f1c4 Name": "Hold", + "67519b33490b32072c06f1c4 Name": "Stůj", "67519b33490b32072c06f1c4 ShortName": "", "67519b33490b32072c06f1c4 Description": "", - "67519b48ba5968fd800a01fa Name": "There", + "67519b48ba5968fd800a01fa Name": "Tam", "67519b48ba5968fd800a01fa ShortName": "", "67519b48ba5968fd800a01fa Description": "", - "67519b66490b32072c06f1c9 Name": "Follow me", + "67519b66490b32072c06f1c9 Name": "Následuj mě", "67519b66490b32072c06f1c9 ShortName": "", "67519b66490b32072c06f1c9 Description": "", - "67519b77a34a61ba7f053e67 Name": "Flip off", + "67519b77a34a61ba7f053e67 Name": "Prostředníček", "67519b77a34a61ba7f053e67 ShortName": "", "67519b77a34a61ba7f053e67 Description": "", - "675307301f7c19a9780f2668 Name": "AR-15 Magpul B.A.D. Lever bolt release", + "675307301f7c19a9780f2668 Name": "Záchyt závěru Magpul B.A.D pro AR-15", "675307301f7c19a9780f2668 ShortName": "B.A.D.", - "675307301f7c19a9780f2668 Description": "The Battery Assist Device Lever for the AR-15 platform and compatibles. Allows to release the bolt into battery from the right side of the rifle, making it easier to operate the weapon for left-handed shooters. Manufactured by Magpul.", - "675465f0b784110b2702fe0f Name": "Bare concrete", - "675465f0b784110b2702fe0f ShortName": "Bare concrete", - "675465f0b784110b2702fe0f Description": "Perfect flooring for those who appreciate simplicity. And those who never take their shoes off.", - "6754661924c9a7ccb509d62d Name": "Chalk drawings", - "6754661924c9a7ccb509d62d ShortName": "Chalk drawings", - "6754661924c9a7ccb509d62d Description": "How did these drawings even get here? You should probably improve your security system.", + "675307301f7c19a9780f2668 Description": "Páčka Battery Assist Device (B.A.D.) pro platformu AR-15 a kompatibilní pušky. Umožňuje uvolnění závěru do přední polohy z pravé strany zbraně, což usnadňuje ovládání zbraně pro leváky. Vyrobeno společností Magpul.", + "675465f0b784110b2702fe0f Name": "Holý beton", + "675465f0b784110b2702fe0f ShortName": "Holý beton", + "675465f0b784110b2702fe0f Description": "Perfektní podlaha pro ty, kteří ocení jednoduchost. A pro ty, kteří si nikdy nesundávají boty.", + "6754661924c9a7ccb509d62d Name": "Kresby křídou", + "6754661924c9a7ccb509d62d ShortName": "Kresby křídou", + "6754661924c9a7ccb509d62d Description": "Jak se sem ty kresby vůbec dostaly? Asi bys měl zlepšit svůj bezpečnostní systém.", "6754662cc6e063d76309c607 Name": "Linoleum", "6754662cc6e063d76309c607 ShortName": "Linoleum", - "6754662cc6e063d76309c607 Description": "Has a warm, familiar feel to it. It bounces underfoot and looks nice.", - "6754666c76e1f2b24c0cc956 Name": "Laminate", - "6754666c76e1f2b24c0cc956 ShortName": "Laminate", - "6754666c76e1f2b24c0cc956 Description": "A good coating that requires little maintenance. Practical and stylish.", - "675466825b7ebafefd0ebc2c Name": "Luxury flooring", - "675466825b7ebafefd0ebc2c ShortName": "Luxury flooring", - "675466825b7ebafefd0ebc2c Description": "Is it actual marble or is it merely pretending to be? Either way, be careful: marble floors are usually very slippery.", - "675466a8215930ae4c03ac54 Name": "Factory floor", - "675466a8215930ae4c03ac54 ShortName": "Factory floor", - "675466a8215930ae4c03ac54 Description": "A brilliant solution for a manufacturing plant, but somewhat questionable for a living space. Who are we to stop you, though?", - "675466bcc6e063d76309c609 Name": "Small tiles", - "675466bcc6e063d76309c609 ShortName": "Small tiles", - "675466bcc6e063d76309c609 Description": "Mechanic shared his favorite style. Too bad he didn't warn in advance that such floors are very awkward to clean.", - "675466d57dadca6836092b26 Name": "English herringbone", - "675466d57dadca6836092b26 ShortName": "English herringbone", - "675466d57dadca6836092b26 Description": "Your grandma probably had the same flooring. Or your friend's grandma. Either way, it looks good.", - "675466ea8b3797a0e8038bd2 Name": "Parquet", - "675466ea8b3797a0e8038bd2 ShortName": "Parquet", - "675466ea8b3797a0e8038bd2 Description": "Classic parquet. Wood and lacquer - nothing extra.", - "6754673ec6e063d76309c60b Name": "They're Already Here", - "6754673ec6e063d76309c60b ShortName": "They're Already Here", - "6754673ec6e063d76309c60b Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "675467577dadca6836092b28 Name": "Concrete", - "675467577dadca6836092b28 ShortName": "Concrete", - "675467577dadca6836092b28 Description": "Fully exposed walls for brutalism lovers.", - "675467728b3797a0e8038bd4 Name": "Blue paint", - "675467728b3797a0e8038bd4 ShortName": "Blue paint", - "675467728b3797a0e8038bd4 Description": "For Blue mains. Blue is believed to be a calming color for the nervous system. With walls like this, you should be able to sleep better. A good lock on the door would help too.", - "675467aa81067119a10938cb Name": "Bricks", - "675467aa81067119a10938cb ShortName": "Bricks", - "675467aa81067119a10938cb Description": "For those who want to turn their Hideout into a trendy loft. Exposing the brick and removing layers of plaster takes quite a bit of effort. Hopefully, it's worth it.", - "675467bb5b7ebafefd0ebc2e Name": "Orange paint", - "675467bb5b7ebafefd0ebc2e ShortName": "Orange paint", - "675467bb5b7ebafefd0ebc2e Description": "A fun color to elevate your mood. Or to go completely insane in a cheerful way.", - "675467c924c9a7ccb509d62f Name": "Quiet Luxury", - "675467c924c9a7ccb509d62f ShortName": "Quiet Luxury", - "675467c924c9a7ccb509d62f Description": "The luxury of silence. And marble.", - "675467d8b784110b2702fe11 Name": "Red paint", - "675467d8b784110b2702fe11 ShortName": "Red paint", - "675467d8b784110b2702fe11 Description": "For Red mains. If anyone manages to sneak into your Hideout, the blood on the walls won't be as noticeable.", - "675467e643b934b1a7089ad3 Name": "Factory walls", - "675467e643b934b1a7089ad3 ShortName": "Factory walls", - "675467e643b934b1a7089ad3 Description": "Who would actually think of decorating their Hideout in the style of an industrial factory? An ex-worker, obviously. Or someone with unusual tastes.", - "675467f4c6e063d76309c60d Name": "Modest wallpaper", - "675467f4c6e063d76309c60d ShortName": "Modest wallpaper", - "675467f4c6e063d76309c60d Description": "A surefire solution. Too bad this is the only wallpaper style you could find.", - "6754684a24c9a7ccb509d631 Name": "Rotten ceiling", - "6754684a24c9a7ccb509d631 ShortName": "Rotten ceiling", - "6754684a24c9a7ccb509d631 Description": "An untidy ceiling for those who don't care about the looks. It doesn't leak, and that's all that matters.", - "6754685b215930ae4c03ac56 Name": "Mysterious drawings", - "6754685b215930ae4c03ac56 ShortName": "Mysterious drawings", - "6754685b215930ae4c03ac56 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "675468937dadca6836092b2a Name": "White ceiling", - "675468937dadca6836092b2a ShortName": "White ceiling", - "675468937dadca6836092b2a Description": "Visually makes the room look larger. A good choice for those who like more air.", - "675468a924c9a7ccb509d633 Name": "Dropped ceiling", - "675468a924c9a7ccb509d633 ShortName": "Dropped ceiling", - "675468a924c9a7ccb509d633 Description": "A non-fake, original production drop ceiling, the good stuff. For those who are particularly sensitive, it may evoke memories of office life from the past.", - "675468bdb784110b2702fe13 Name": "Factory ceiling", - "675468bdb784110b2702fe13 ShortName": "Factory ceiling", - "675468bdb784110b2702fe13 Description": "Unmaintained, but sturdy ceiling. When you look at it, you feel a strange desire to visit Factory once more.", - "675468cb43b934b1a7089ad7 Name": "Gray ceiling", - "675468cb43b934b1a7089ad7 ShortName": "Gray ceiling", - "675468cb43b934b1a7089ad7 Description": "The simplest of ceiling finishes. All the seams are sealed, no stains. It's not very cozy, but it does its main function quite well.", - "675468d8c6e063d76309c60f Name": "Dirty ceiling", - "675468d8c6e063d76309c60f ShortName": "Dirty ceiling", - "675468d8c6e063d76309c60f Description": "Looks like someone tried to whitewash it, but something went wrong. Your grandma's basement must have had one just like it.", + "6754662cc6e063d76309c607 Description": "Působí hřejivým a důvěrně známým dojmem. Pod nohama se odráží a vypadá hezky.", + "6754666c76e1f2b24c0cc956 Name": "Laminát", + "6754666c76e1f2b24c0cc956 ShortName": "Laminát", + "6754666c76e1f2b24c0cc956 Description": "Dobrý povrch, který nevyžaduje velkou údržbu. Praktický a stylový.", + "675466825b7ebafefd0ebc2c Name": "Luxusní podlaha", + "675466825b7ebafefd0ebc2c ShortName": "Luxusní podlaha", + "675466825b7ebafefd0ebc2c Description": "Je to skutečný mramor, nebo to jen předstírá? V každém případě buďte opatrní: mramorové podlahy jsou obvykle velmi kluzké.", + "675466a8215930ae4c03ac54 Name": "Tovární podlaha", + "675466a8215930ae4c03ac54 ShortName": "Tovární podlaha", + "675466a8215930ae4c03ac54 Description": "Geniální řešení pro výrobní závod, ale poněkud sporné pro obytné prostory. Kdo jsme my, abychom vám v tom bránili?", + "675466bcc6e063d76309c609 Name": "Malé dlaždice", + "675466bcc6e063d76309c609 ShortName": "Malé dlaždice", + "675466bcc6e063d76309c609 Description": "Mechanik se podělil o svůj oblíbený styl. Škoda, že předem neupozornil, že takové podlahy se velmi špatně čistí.", + "675466d57dadca6836092b26 Name": "Anglická rybí kost", + "675466d57dadca6836092b26 ShortName": "Anglická rybí kost", + "675466d57dadca6836092b26 Description": "Tvoje babička měla pravděpodobně stejnou podlahu. Nebo babička tvojí kamarádky. Každopádně vypadá dobře.", + "675466ea8b3797a0e8038bd2 Name": "Parkety", + "675466ea8b3797a0e8038bd2 ShortName": "Parkety", + "675466ea8b3797a0e8038bd2 Description": "Klasické parkety. Dřevo a lak - nic navíc.", + "6754673ec6e063d76309c60b Name": "Už jsou tu", + "6754673ec6e063d76309c60b ShortName": "Už jsou tu", + "6754673ec6e063d76309c60b Description": "Pokud se na tyto kresby budete dívat dostatečně dlouho, bude se vám zdát, že se na vás dívají zpět.", + "675467577dadca6836092b28 Name": "Beton", + "675467577dadca6836092b28 ShortName": "Beton", + "675467577dadca6836092b28 Description": "Zcela odhalené stěny pro milovníky brutalismu.", + "675467728b3797a0e8038bd4 Name": "Modrá malba", + "675467728b3797a0e8038bd4 ShortName": "Modrá malba", + "675467728b3797a0e8038bd4 Description": "Specielně pro modrou. Modrá barva je považována za uklidňující barvu pro nervovou soustavu. S takovými stěnami by se vám mělo lépe spát. Pomohl by i dobrý zámek na dveřích.", + "675467aa81067119a10938cb Name": "Cihly", + "675467aa81067119a10938cb ShortName": "Cihly", + "675467aa81067119a10938cb Description": "Pro ty, kteří chtějí proměnit svůj úkryt v módní loft. Odhalení cihel a odstranění vrstvy omítky vyžaduje poměrně velké úsilí. Doufejme, že to stojí za to.", + "675467bb5b7ebafefd0ebc2e Name": "Oranžová malba", + "675467bb5b7ebafefd0ebc2e ShortName": "Oranžová malba", + "675467bb5b7ebafefd0ebc2e Description": "Zábavná barva, která ti zlepší náladu. Nebo se můžeš úplně zbláznit veselím.", + "675467c924c9a7ccb509d62f Name": "Tichý luxus", + "675467c924c9a7ccb509d62f ShortName": "Tichý luxus", + "675467c924c9a7ccb509d62f Description": "Luxus ticha. A mramor.", + "675467d8b784110b2702fe11 Name": "Červená malba", + "675467d8b784110b2702fe11 ShortName": "Červená malba", + "675467d8b784110b2702fe11 Description": "Hlavně pro červenou. Pokud se někomu podaří vplížit se do tvojí skrýše, krev na stěnách nebude tak nápadná.", + "675467e643b934b1a7089ad3 Name": "Továrenské zdi", + "675467e643b934b1a7089ad3 ShortName": "Továrenské zdi", + "675467e643b934b1a7089ad3 Description": "Koho by vlastně napadlo zařídit si úkryt ve stylu průmyslové továrny? Zřejmě bývalého dělníka. Nebo někoho s neobvyklým vkusem.", + "675467f4c6e063d76309c60d Name": "Skromná tapeta", + "675467f4c6e063d76309c60d ShortName": "Skromná tapeta", + "675467f4c6e063d76309c60d Description": "Jisté řešení. Škoda, že je to jediný styl tapety, kterou jsi mohl najít.", + "6754684a24c9a7ccb509d631 Name": "Prohnilý strop", + "6754684a24c9a7ccb509d631 ShortName": "Prohnilý strop", + "6754684a24c9a7ccb509d631 Description": "Nedbalý strop pro ty, kterým nezáleží na vzhledu. Netěsní, a to je jediné, na čem záleží.", + "6754685b215930ae4c03ac56 Name": "Tajemné kresby", + "6754685b215930ae4c03ac56 ShortName": "Tajemné kresby", + "6754685b215930ae4c03ac56 Description": "Kdo se zdravým rozumem by něco maloval na strop? Měj se na pozoru: nikdo neví, co dalšího by tito lidé mohli vymyslet.", + "675468937dadca6836092b2a Name": "Bílý strop", + "675468937dadca6836092b2a ShortName": "Bílý strop", + "675468937dadca6836092b2a Description": "Místnost opticky zvětšuje. Dobrá volba pro ty, kteří mají rádi více vzdušnosti.", + "675468a924c9a7ccb509d633 Name": "Rozpadlý strop", + "675468a924c9a7ccb509d633 ShortName": "Rozpadlý strop", + "675468a924c9a7ccb509d633 Description": "Nefalšovaný, originální strop z výroby, dobrý materiál. U těch, kteří jsou obzvlášť citliví, může vyvolat vzpomínky na kancelářský život z minulosti.", + "675468bdb784110b2702fe13 Name": "Továrenský strop", + "675468bdb784110b2702fe13 ShortName": "Továrenský strop", + "675468bdb784110b2702fe13 Description": "Neudržovaný, ale robustní strop. Při pohledu na něj pocítíte zvláštní touhu navštívit Factory ještě jednou.", + "675468cb43b934b1a7089ad7 Name": "Šedý strop", + "675468cb43b934b1a7089ad7 ShortName": "Šedý strop", + "675468cb43b934b1a7089ad7 Description": "Nejjednodušší povrchová úprava stropu. Všechny spáry jsou vyplněné, žádné skvrny. Není příliš útulný, ale svou hlavní funkci plní docela dobře.", + "675468d8c6e063d76309c60f Name": "Špinavý strop", + "675468d8c6e063d76309c60f ShortName": "Špinavý strop", + "675468d8c6e063d76309c60f Description": "Vypadá to, že se to někdo pokusil vybělit, ale něco se nepovedlo. Ve sklepě tvé babičky musel být přesně takový.", "675695d6e08b3ae7480096bf Name": "BEAR Ghost Marksman", "675695d6e08b3ae7480096bf ShortName": "", "675695d6e08b3ae7480096bf Description": "", @@ -14026,7 +14026,7 @@ "675696bb7a69ab97c30a09f6 Description": "Polo", "675697337a69ab97c30a09f8 Name": "BEAR Instructor", "675697337a69ab97c30a09f8 ShortName": "", - "675697337a69ab97c30a09f8 Description": "Combat pants", + "675697337a69ab97c30a09f8 Description": "Bojové kalhoty", "675697b09fe31e6df7031b26 Name": "USEC BOSS Delta", "675697b09fe31e6df7031b26 ShortName": "", "675697b09fe31e6df7031b26 Description": "", @@ -14038,38 +14038,38 @@ "675698339fe31e6df7031b28 Description": "", "675698eafb0f45813a055a36 Name": "USEC Special Ops", "675698eafb0f45813a055a36 ShortName": "", - "675698eafb0f45813a055a36 Description": "Longsleeve", + "675698eafb0f45813a055a36 Description": "Dlouhé rukávy", "6756997970afee6336051976 Name": "USEC Special Ops", "6756997970afee6336051976 ShortName": "", - "6756997970afee6336051976 Description": "Combat pants", + "6756997970afee6336051976 Description": "Bojové kalhoty", "6756d0d27c4045d8c708a4ea Name": "", "6756d0d27c4045d8c708a4ea ShortName": "", "6756d0d27c4045d8c708a4ea Description": "", "6756d0f97c4045d8c708a4ec Name": "", "6756d0f97c4045d8c708a4ec ShortName": "", "6756d0f97c4045d8c708a4ec Description": "", - "675843aef98f37560b029094 Name": "Sunshine", - "675843aef98f37560b029094 ShortName": "Sunshine", - "675843aef98f37560b029094 Description": "A charming ceiling for those who don't like the outdoors. Why leave the house when you can just paint the sun on the ceiling?", - "6758443ff94a97cbbe096f18 Name": "Standard floor", - "6758443ff94a97cbbe096f18 ShortName": "Standard floor", - "6758443ff94a97cbbe096f18 Description": "The floor that came with the Hideout. If it's cleaned up, it would look \"okay\".", - "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", - "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", - "675844580ec1f5ab030c8ff6 Description": "Something like this is used in kindergartens, apparently. Walking on this barefoot would feel great.", - "675844bdf94a97cbbe096f1a Name": "Standard walls", - "675844bdf94a97cbbe096f1a ShortName": "Standard walls", - "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", - "675844d50ec1f5ab030c8ff8 Name": "Kindergarten", - "675844d50ec1f5ab030c8ff8 ShortName": "Kindergarten", - "675844d50ec1f5ab030c8ff8 Description": "For those who wish to dive back into childhood. Each hare and butterfly are hand-painted. A real master's work.", + "675843aef98f37560b029094 Name": "Sluneční záře", + "675843aef98f37560b029094 ShortName": "Sluneční záře", + "675843aef98f37560b029094 Description": "Okouzlující strop pro ty, kteří nemají rádi venkovní prostředí. Proč opouštět dům, když si můžete na strop namalovat slunce?", + "6758443ff94a97cbbe096f18 Name": "Standartní podlaha", + "6758443ff94a97cbbe096f18 ShortName": "Standartní podlaha", + "6758443ff94a97cbbe096f18 Description": "Podlaha, která je součástí úkrytu. Kdyby se vyčistila, vypadala by \"dobře\".", + "675844580ec1f5ab030c8ff6 Name": "Umělý trávník", + "675844580ec1f5ab030c8ff6 ShortName": "Umělý trávník", + "675844580ec1f5ab030c8ff6 Description": "A floor exclusively for walking barefoot. However, it looks like real grass only from a distance.", + "675844bdf94a97cbbe096f1a Name": "Standartní zdi", + "675844bdf94a97cbbe096f1a ShortName": "Standartní zdi", + "675844bdf94a97cbbe096f1a Description": "Základní stěny pro základního občana Tarkova. Trochu připomínají starou sovětskou nemocnici.", + "675844d50ec1f5ab030c8ff8 Name": "Klid", + "675844d50ec1f5ab030c8ff8 ShortName": "Klid", + "675844d50ec1f5ab030c8ff8 Description": "Pro ty, kteří hledají klid a pohodu. Každý zajíc a motýl jsou ručně malovaní. Opravdová mistrovská práce.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", "675845ecb96fa6b76c075a39 Name": "", "675845ecb96fa6b76c075a39 ShortName": "", "675845ecb96fa6b76c075a39 Description": "", - "67584eda8b8204ec00019362 Name": "Random", + "67584eda8b8204ec00019362 Name": "Náhodné", "67584eda8b8204ec00019362 ShortName": "", "67584eda8b8204ec00019362 Description": "", "6758501933627edb710b058c Name": "Factory", @@ -14086,616 +14086,838 @@ "675850ba33627edb710b0592 Description": "", "67585108def253bd97084552 Name": "/ CyberTark /", "67585108def253bd97084552 ShortName": "CyberTark", - "67585108def253bd97084552 Description": "The future is now. Or was it No Future?", - "67585bf5428877c04c038ee3 Name": "Bear target", - "67585bf5428877c04c038ee3 ShortName": "Bear target", - "67585bf5428877c04c038ee3 Description": "Know your enemy.", - "67585cf55ec257bf740a446f Name": "Hog target", - "67585cf55ec257bf740a446f ShortName": "Hog target", - "67585cf55ec257bf740a446f Description": "A target for real hunters. Making Jaeger proud.", - "67585d161840a37ff10ebdd1 Name": "Bottle target", - "67585d161840a37ff10ebdd1 ShortName": "Bottle target", - "67585d161840a37ff10ebdd1 Description": "Let's see what kind of a shot you are, pilgrim. Take a crack at this bottle.", - "67585d2cd7a2703986067e99 Name": "Colored target", - "67585d2cd7a2703986067e99 ShortName": "Colored target", - "67585d2cd7a2703986067e99 Description": "A contrast of sectors allows you to shoot more accurately.", - "67585d416c72998cf60ed85a Name": "Standard target", - "67585d416c72998cf60ed85a ShortName": "Standard target", - "67585d416c72998cf60ed85a Description": "A target for the most precise.", - "67585d6ab032beb9b5097e96 Name": "Duck target", - "67585d6ab032beb9b5097e96 ShortName": "Duck target", + "67585108def253bd97084552 Description": "Budoucnost je teď. Nebo to nebyla budoucnost?", + "67585bf5428877c04c038ee3 Name": "Terč medvěd", + "67585bf5428877c04c038ee3 ShortName": "Terč medvěd", + "67585bf5428877c04c038ee3 Description": "Poznej svého nepřítele.", + "67585cf55ec257bf740a446f Name": "Terč prase", + "67585cf55ec257bf740a446f ShortName": "Terč prase", + "67585cf55ec257bf740a446f Description": "Terč pro opravdové lovce. Dělá Jaegera hrdým.", + "67585d161840a37ff10ebdd1 Name": "Terč lahev", + "67585d161840a37ff10ebdd1 ShortName": "Terč lahev", + "67585d161840a37ff10ebdd1 Description": "Uvidíme, jaký jsi střelec, poutníku. Zkus tuhle láhev.", + "67585d2cd7a2703986067e99 Name": "Barevný terč", + "67585d2cd7a2703986067e99 ShortName": "Barevný terč", + "67585d2cd7a2703986067e99 Description": "Kontrast sektorů umožňuje přesnější střelbu.", + "67585d416c72998cf60ed85a Name": "Standartní terč", + "67585d416c72998cf60ed85a ShortName": "Standartní terč", + "67585d416c72998cf60ed85a Description": "Terč pro ty nejpřesnější.", + "67585d6ab032beb9b5097e96 Name": "Terč kacha", + "67585d6ab032beb9b5097e96 ShortName": "Terč kacha", "67585d6ab032beb9b5097e96 Description": "A target that brings some variety to shooting practice.", - "67586af7036d7f3da60c3612 Name": "Jar of pickles", - "67586af7036d7f3da60c3612 ShortName": "Pickles", - "67586af7036d7f3da60c3612 Description": "The jar has been sealed either a few months or a few years ago. There's hardly anyone left in the city who would waste time making fresh pickles.", - "67586b7e49c2fa592e0d8ed9 Name": "Olivier salad box", - "67586b7e49c2fa592e0d8ed9 ShortName": "Salad", - "67586b7e49c2fa592e0d8ed9 Description": "Even during a military conflict, experienced warriors strive to celebrate the holiday. Olivier salad is the mainstay of the New Year's Eve table.", - "67586bee39b1b82b0d0f9d06 Name": "Special 40-degree fuel", - "67586bee39b1b82b0d0f9d06 ShortName": "Fuel", - "67586bee39b1b82b0d0f9d06 Description": "Even gasoline can fail in extreme cold. That is why you have to use something stronger outdoors.", - "67586c61a0c49554ed0bb4a8 Name": "SHYSHKA Christmas tree life extender", + "67586af7036d7f3da60c3612 Name": "Sklenice s okurkami", + "67586af7036d7f3da60c3612 ShortName": "Okurky", + "67586af7036d7f3da60c3612 Description": "Sklenice byla zapečetěna buď před několika měsíci, nebo před několika lety. Ve městě už skoro nikdo nezůstal, kdo by ztrácel čas výrobou čerstvých okurek.", + "67586b7e49c2fa592e0d8ed9 Name": "Krabička salátu Olivier", + "67586b7e49c2fa592e0d8ed9 ShortName": "Salát", + "67586b7e49c2fa592e0d8ed9 Description": "Zkušení válečníci se snaží slavit svátek i během válečného konfliktu. Olivový salát je základem novoročního stolu.", + "67586bee39b1b82b0d0f9d06 Name": "Speciální 40stupňové palivo", + "67586bee39b1b82b0d0f9d06 ShortName": "Palivo", + "67586bee39b1b82b0d0f9d06 Description": "V extrémních mrazech může selhat i benzín. Proto musíte venku používat něco silnějšího.", + "67586c61a0c49554ed0bb4a8 Name": "SHYSHKA prodlužovač životnosti vánočního stromku", "67586c61a0c49554ed0bb4a8 ShortName": "SHYSHKA", - "67586c61a0c49554ed0bb4a8 Description": "A special product designed for preserving the cut Christmas trees.", - "675956062f6ddfe8ff0e2806 Name": "MTEK FLUX Ballistic helmet (MultiCam Alpine)", + "67586c61a0c49554ed0bb4a8 Description": "Speciální výrobek určený k uchovávání řezaných Vánočních stromků.", + "675956062f6ddfe8ff0e2806 Name": "Balistická helma MTEK FLUX (Vícebarevná Alpská)", "675956062f6ddfe8ff0e2806 ShortName": "FLUX", "675956062f6ddfe8ff0e2806 Description": "A version of the MTEK STRIKE helmet with extended modularity. MultiCam Alpine version.", - "6759655674aa5e0825040d62 Name": "MTEK FLUX Ballistic helmet (Olive Drab)", + "6759655674aa5e0825040d62 Name": "Balistická helma MTEK FLUX (Olivová)", "6759655674aa5e0825040d62 ShortName": "FLUX", "6759655674aa5e0825040d62 Description": "A version of the MTEK STRIKE helmet with extended modularity. Olive Drab version.", - "67597ceea35600b4c10cea86 Name": "MTEK STRIKE Ballistic helmet (Coyote)", + "67597ceea35600b4c10cea86 Name": "Balistická helma MTEK FLUX (Kojotí)", "67597ceea35600b4c10cea86 ShortName": "STRIKE", "67597ceea35600b4c10cea86 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote version.", - "67597d241d5a44f2f605df06 Name": "MTEK STRIKE Ballistic helmet (Coyote/MultiCam Arid)", + "67597d241d5a44f2f605df06 Name": "Balistická helma MTEK STRIKE (Coyote/MultiCam Arid)", "67597d241d5a44f2f605df06 ShortName": "STRIKE", - "67597d241d5a44f2f605df06 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote/MultiCam Arid version.", + "67597d241d5a44f2f605df06 Description": "Odlehčená ergonomická helma od společnosti MTEK. Verze Coyote/MultiCam Arid.", "675994c9f7adb892bd080766 Name": "bear_lower_spna", "675994c9f7adb892bd080766 ShortName": "", "675994c9f7adb892bd080766 Description": "", "67599500a378f89a3e089b56 Name": "bear_upper_g99", "67599500a378f89a3e089b56 ShortName": "", "67599500a378f89a3e089b56 Description": "", - "67599889a378f89a3e089b5a Name": "BEAR Winter", + "67599889a378f89a3e089b5a Name": "BEAR Zimní", "67599889a378f89a3e089b5a ShortName": "", - "67599889a378f89a3e089b5a Description": "Tactical pants", - "675998aba378f89a3e089b5c Name": "BEAR Winter", + "67599889a378f89a3e089b5a Description": "Taktické kalhoty", + "675998aba378f89a3e089b5c Name": "BEAR Zimní", "675998aba378f89a3e089b5c ShortName": "", - "675998aba378f89a3e089b5c Description": "Tactical jacket", + "675998aba378f89a3e089b5c Description": "Taktická bunda", "6759af0f9c8a538dd70bfae6 Name": "Neprůstřelná helma Maska-1SCh (Vánoční Edice)", "6759af0f9c8a538dd70bfae6 ShortName": "Maska-1SCh CE", - "6759af0f9c8a538dd70bfae6 Description": "The Maska-1 bulletproof protective helmet appeared in service in 1991 as a replacement for the \"Sphere\" helmet, designed for use by the Ministry of Internal Affairs of the Russian Federation armed forces. The Maska-1SCh (\"Mask-1 Shield\") modification features a bulletproof steel faceshield to ensure maximum protection of the user's face. Looks like Killa loves to celebrate Christmas and New Year.", - "6759bb94b8913ff13e049669 Name": "What You Seek poster", - "6759bb94b8913ff13e049669 ShortName": "Poster", - "6759bb94b8913ff13e049669 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "6759e07e4ff23436160d7fed Name": "I Bear Loot poster", - "6759e07e4ff23436160d7fed ShortName": "Poster", - "6759e07e4ff23436160d7fed Description": "A rare I Bear Loot poster. Very few BEAR operators can get one of these.", - "6759e19a8367ee2b0c0f4b92 Name": "Girl poster", - "6759e19a8367ee2b0c0f4b92 ShortName": "Poster", - "6759e19a8367ee2b0c0f4b92 Description": "A simple poster of a girl. Perfect for a rest area.", - "6759e61067c8eb5cd10352f1 Name": "Girl poster", - "6759e61067c8eb5cd10352f1 ShortName": "Poster", - "6759e61067c8eb5cd10352f1 Description": "A simple poster of a girl. A little weathered in some spots, but still pleasing to the eye.", - "6759e6c39422e1708e0e9b81 Name": "Girl poster", - "6759e6c39422e1708e0e9b81 ShortName": "Poster", - "6759e6c39422e1708e0e9b81 Description": "A simple poster of a girl. So simple that every man in Tarkov had probably seen it at least once.", - "6759e7a44ff23436160d7ff5 Name": "Girl poster", - "6759e7a44ff23436160d7ff5 ShortName": "Poster", - "6759e7a44ff23436160d7ff5 Description": "A simple poster of a girl. Not perfect condition, but it's doubtful you could find a better one.", - "6759e8b1c3102563bd01c985 Name": "Girl poster", - "6759e8b1c3102563bd01c985 ShortName": "Poster", - "6759e8b1c3102563bd01c985 Description": "A rare poster of a girl. It is said that someone pawned five gold teeth for one of these. Who they used to belong to is not stated.", - "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", - "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", - "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", - "675a0288c3102563bd01c9c3 Name": "Bison vs Undertaker poster", - "675a0288c3102563bd01c9c3 ShortName": "Poster", - "675a0288c3102563bd01c9c3 Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", - "675a046b8f547d6cae01922e Name": "Arena poster", - "675a046b8f547d6cae01922e ShortName": "Poster", - "675a046b8f547d6cae01922e Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", - "675a04c01474133a0d0bb212 Name": "Arena poster", - "675a04c01474133a0d0bb212 ShortName": "Poster", - "675a04c01474133a0d0bb212 Description": "A poster advertising making money in the Arena. Sure, you can make money, but you can also die.", - "675a04fdb8913ff13e0496bb Name": "Killa and Tagilla poster", - "675a04fdb8913ff13e0496bb ShortName": "Poster", - "675a04fdb8913ff13e0496bb Description": "A poster with Killa and Tagila as anime girls. If only they were real.", - "675a06b84ff23436160d802f Name": "Alex Green poster", - "675a06b84ff23436160d802f ShortName": "Poster", - "675a06b84ff23436160d802f Description": "A poster of the avant-garde composer Alex Green. His music is multifaceted and unique, so much so that the world's leading media wrote about him. People used to pay huge sums of money to visit his concerts.", - "675a081c1474133a0d0bb214 Name": "Things Sure Are Strange poster", - "675a081c1474133a0d0bb214 ShortName": "Poster", - "675a081c1474133a0d0bb214 Description": "A rare poster of the movie which was never released. Director N. Tankovsky said in an interview that the story would be about a young security guard who began to notice mystical strange things going on in Tarkov.", - "675a0a91af26c56ee1090728 Name": "TerraGroup Labs advertisement", - "675a0a91af26c56ee1090728 ShortName": "Poster", - "675a0a91af26c56ee1090728 Description": "At one point, the whole Tarkov was flooded with advertisements like this. But for some reason this particular poster is subtly different.", - "675a0b8d4ff23436160d8031 Name": "Geneburn concert advertisement", - "675a0b8d4ff23436160d8031 ShortName": "Poster", - "675a0b8d4ff23436160d8031 Description": "A rare poster. The concert was held overseas. Why were these posters put up all over Tarkov? No one knows to this day, but conspiracy theories are rampant.", - "675a0d2d57dd12f0260c4a31 Name": "Exodus poster", - "675a0d2d57dd12f0260c4a31 ShortName": "Poster", - "675a0d2d57dd12f0260c4a31 Description": "A regular poster of yet another movie from the director A. Bambetov.", - "675a0eacf905bde03d0f8253 Name": "Den of Wolves poster", - "675a0eacf905bde03d0f8253 ShortName": "Poster", - "675a0eacf905bde03d0f8253 Description": "A regular poster for the unreleased movie Den of Wolves. Nothing special, just a wolf.", - "675a0fbbb98bf391510bafcd Name": "Highway poster", - "675a0fbbb98bf391510bafcd ShortName": "Poster", - "675a0fbbb98bf391510bafcd Description": "An unknown artist tried to envision what a highway will look like in 2028. What is it: a flight of fancy or a subtle warning?", - "675a125caf26c56ee109072a Name": "Hell of Highwater poster", - "675a125caf26c56ee109072a ShortName": "Poster", - "675a125caf26c56ee109072a Description": "A poster for the movie Hell of Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", - "675a191f67c8eb5cd1035305 Name": "Gunfight poster", - "675a191f67c8eb5cd1035305 ShortName": "Poster", - "675a191f67c8eb5cd1035305 Description": "A poster for the action thriller Gunfight from the studio Battle Star. Years ago, cinemas used to have massive waiting lines for movie. Now all that's left are the posters. It's a nice reminder of the old days.", - "675a1a244ff23436160d8033 Name": "Last Flight poster", - "675a1a244ff23436160d8033 ShortName": "Poster", - "675a1a244ff23436160d8033 Description": "The thriller Last Flight did not win any awards, but the box office collected a decent amount of cash. The director of the movie, Yulin Kontorsky, must have been overjoyed.", - "675a1af21474133a0d0bb216 Name": "Spooky Movie poster", - "675a1af21474133a0d0bb216 ShortName": "Poster", - "675a1af21474133a0d0bb216 Description": "The studio Bubble Step did a pretty good job on their debut horror film Spooky Movie. Too bad they didn't have enough imagination for the title.", - "675a1c129422e1708e0e9baa Name": "Vasily poster", - "675a1c129422e1708e0e9baa ShortName": "Poster", - "675a1c129422e1708e0e9baa Description": "The movie Vasily from the legendary director Nikita Bayanov. It held the box office lead for 28 weeks, owing in no small part to its deep and unusual plot.", - "675a1e502eac6c76e104ea1e Name": "RUN poster", - "675a1e502eac6c76e104ea1e ShortName": "Poster", - "675a1e502eac6c76e104ea1e Description": "The poster is not wordy, but straightforward. It'll look great at the front door. Or the exit door?", - "675a1f5c1474133a0d0bb218 Name": "Sharpshooter poster", - "675a1f5c1474133a0d0bb218 ShortName": "Poster", - "675a1f5c1474133a0d0bb218 Description": "The movie Sharpshooter never came out. A real shame. The poster's kinda stylish.", - "675a202b6aaafea7210915fd Name": "The Ambush poster", - "675a202b6aaafea7210915fd ShortName": "Poster", - "675a202b6aaafea7210915fd Description": "A poster of the movie The Ambush. Although, in the end, the audience didn't see anything other than posters.", - "675a20c83fb2de89670113b4 Name": "The Hunted poster", - "675a20c83fb2de89670113b4 ShortName": "Poster", - "675a20c83fb2de89670113b4 Description": "A poster for the unreleased movie The Hunted. Something about this style reminds of... A sequel to another unreleased project?", - "675a213ff905bde03d0f8255 Name": "USEC poster", - "675a213ff905bde03d0f8255 ShortName": "Poster", - "675a213ff905bde03d0f8255 Description": "A poster of the unreleased movie USEC. It seems that this is how they wanted to fill the ranks of PMC operatives.", - "675a99c17b193086ca09e8a9 Name": "Sports target", - "675a99c17b193086ca09e8a9 ShortName": "Sports target", - "675a99c17b193086ca09e8a9 Description": "Just an ordinary target, nothing special.", - "675aaa003107dac10006332f Name": "Minefield map (Reserve)", - "675aaa003107dac10006332f ShortName": "Mines", - "675aaa003107dac10006332f Description": "Someone had sketched a hand-drawn diagram of the perimeter of the Federal Reserve military base in its northwestern part. According to the notes, there is a gap in the minefield that could be used for a safe exfil.", - "675aaa8f7f3c962069072b27 Name": "Minefield map (Lighthouse)", - "675aaa8f7f3c962069072b27 ShortName": "Mines", - "675aaa8f7f3c962069072b27 Description": "Someone was preparing to assault the water treatment plant and had marked out the optimal routes to bypass the minefields. One of the routes goes toward the bay. Looks like there's a safe exfil route from the coast.", + "6759af0f9c8a538dd70bfae6 Description": "Neprůstřelná ochranná přilba Maska-1 se objevila v provozu v roce 1991 jako náhradu za přilbu \"Sfera\", která byla určena pro použití v ozbrojených silách Ministerstva vnitra Ruské federace. Modifikace Maska-1SCh (\"Štít Maska-1\") je vybavena ocelovým neprůstřelným obličejovým štítem, který zajišťuje maximální ochranu obličeje. Vypadá to, že Killa rád slaví Vánoce a Nový rok.", + "6759bb94b8913ff13e049669 Name": "Plakát, který hledáš", + "6759bb94b8913ff13e049669 ShortName": "Plakát", + "6759bb94b8913ff13e049669 Description": "Vzácný plakát co hledáš. Získají ho jen ti nejzarytější USEC operátoři.", + "6759e07e4ff23436160d7fed Name": "Plakát I Bear Loot", + "6759e07e4ff23436160d7fed ShortName": "Plakát", + "6759e07e4ff23436160d7fed Description": "Vzácný plakát I Bear Loot. Málokterý BEAR operátor ho může získat.", + "6759e19a8367ee2b0c0f4b92 Name": "Plakát dívky", + "6759e19a8367ee2b0c0f4b92 ShortName": "Plakát", + "6759e19a8367ee2b0c0f4b92 Description": "Jednoduchý plakát dívky. Ideální pro odpočinkovou zónu.", + "6759e61067c8eb5cd10352f1 Name": "Plakát dívky", + "6759e61067c8eb5cd10352f1 ShortName": "Plakát", + "6759e61067c8eb5cd10352f1 Description": "Jednoduchý plakát dívky. Na některých místech trochu zvětralý, ale stále příjemný na pohled.", + "6759e6c39422e1708e0e9b81 Name": "Plakát dívky", + "6759e6c39422e1708e0e9b81 ShortName": "Plakát", + "6759e6c39422e1708e0e9b81 Description": "Jednoduchý plakát dívky. Tak jednoduchý, že ho pravděpodobně každý muž v Tarkově alespoň jednou viděl.", + "6759e7a44ff23436160d7ff5 Name": "Plakát dívky", + "6759e7a44ff23436160d7ff5 ShortName": "Plakát", + "6759e7a44ff23436160d7ff5 Description": "Jednoduchý plakát dívky. Není v dokonalém stavu, ale těžko byste našli lepší.", + "6759e8b1c3102563bd01c985 Name": "Plakát dívky", + "6759e8b1c3102563bd01c985 ShortName": "Plakát", + "6759e8b1c3102563bd01c985 Description": "Vzácný plakát dívky. Říká se, že za jeden z nich někdo zastavil pět zlatých zubů. Komu patřily, se neuvádí.", + "6759e91d8367ee2b0c0f4b94 Name": "Speciální plakát dívky", + "6759e91d8367ee2b0c0f4b94 ShortName": "Plakát", + "6759e91d8367ee2b0c0f4b94 Description": "Plakát, který se stal legendárním. Má ho jen pár lidí.", + "675a0288c3102563bd01c9c3 Name": "Plakát Areny", + "675a0288c3102563bd01c9c3 ShortName": "Plakát", + "675a0288c3102563bd01c9c3 Description": "Nehorázná reklama na vydělávání peněz v aréně. Mnoho obyvatelů Tarkova se nechalo zlákat rychlými penězi, přestože riskovali smrt.", + "675a046b8f547d6cae01922e Name": "Plakát Bison vs Undertaker", + "675a046b8f547d6cae01922e ShortName": "Plakát", + "675a046b8f547d6cae01922e Description": "Plakát z Arény. Zobrazuje tehdy legendární gladiátory. Na jejich zápasy se přišlo podívat tolik Scavů, že na tribunách nebylo dost míst. Dnes už si nikdo ani nepamatuje, kdo vyhrál.", + "675a04c01474133a0d0bb212 Name": "Plakát Areny", + "675a04c01474133a0d0bb212 ShortName": "Plakát", + "675a04c01474133a0d0bb212 Description": "Plakát s reklamou na vydělávání peněz v Aréně. Jistě, můžete vydělat peníze, ale můžete také zemřít.", + "675a04fdb8913ff13e0496bb Name": "Killa a Tagilla plakát", + "675a04fdb8913ff13e0496bb ShortName": "Plakát", + "675a04fdb8913ff13e0496bb Description": "Plakát, na kterém jsou Killa a Tagilla jako anime dívky. Kéž by byly skutečné.", + "675a06b84ff23436160d802f Name": "Plakát Alex Green", + "675a06b84ff23436160d802f ShortName": "Plakát", + "675a06b84ff23436160d802f Description": "Plakát avantgardního skladatele Alexe Greena. Jeho hudba je mnohotvárná a jedinečná natolik, že o něm psala přední světová média. Za návštěvu jeho koncertů lidé platili obrovské částky.", + "675a081c1474133a0d0bb214 Name": "Plakát Things Sure Are Strange", + "675a081c1474133a0d0bb214 ShortName": "Plakát", + "675a081c1474133a0d0bb214 Description": "Vzácný plakát k filmu, který nebyl nikdy vydán. Režisér N. Tankovskij v jednom rozhovoru uvedl, že příběh bude o mladém strážníkovi, který si začal všímat mystických podivností, jež se dějí v Tarkově.", + "675a0a91af26c56ee1090728 Name": "Reklama TerraGroup Labs", + "675a0a91af26c56ee1090728 ShortName": "Plakát", + "675a0a91af26c56ee1090728 Description": "V jednu chvíli byl celý Tarkov zaplaven podobnými reklamami. Ale z nějakého důvodu je tento konkrétní plakát jemně odlišný.", + "675a0b8d4ff23436160d8031 Name": "Reklama na koncert Geneburn", + "675a0b8d4ff23436160d8031 ShortName": "Plakát", + "675a0b8d4ff23436160d8031 Description": "Vzácný plakat. Koncert se konal v zámoří. Proč byly tyto plakáty vylepeny po celém Tarkově? To dodnes nikdo neví, ale konspirační teorie se množí.", + "675a0d2d57dd12f0260c4a31 Name": "Plakát Exodus", + "675a0d2d57dd12f0260c4a31 ShortName": "Plakát", + "675a0d2d57dd12f0260c4a31 Description": "Běžný plakát k dalšímu filmu režiséra A. Bambetova.", + "675a0eacf905bde03d0f8253 Name": "Plakát k filmu Doupě vlků", + "675a0eacf905bde03d0f8253 ShortName": "Plakát", + "675a0eacf905bde03d0f8253 Description": "Běžný plakát k dosud neuvedenému filmu Doupě vlků. Nic zvláštního, jen vlk.", + "675a0fbbb98bf391510bafcd Name": "Plakát dálnice", + "675a0fbbb98bf391510bafcd ShortName": "Plakát", + "675a0fbbb98bf391510bafcd Description": "Neznámý umělec se pokusil představit, jak bude dálnice vypadat v roce 2028. Co je to: únik do fantazie, nebo jemné varování?", + "675a125caf26c56ee109072a Name": "Plakát na Hell or Highwater", + "675a125caf26c56ee109072a ShortName": "Plakát", + "675a125caf26c56ee109072a Description": "Plakát na film Hell or Highwater. Nikdy nebyl v kinech, ale v Tarkovu je těchto plakátů dost na věšení jako dekorace.", + "675a191f67c8eb5cd1035305 Name": "Plakát s přestřelkou", + "675a191f67c8eb5cd1035305 ShortName": "Plakát", + "675a191f67c8eb5cd1035305 Description": "Plakát k akčnímu thrilleru Gunfight od studia Battle Star. Před lety se v kinech stály obrovské fronty na film. Teď už zbývají jen plakáty. Je to pěkná připomínka starých časů.", + "675a1a244ff23436160d8033 Name": "Plakát poslední let", + "675a1a244ff23436160d8033 ShortName": "Plakát", + "675a1a244ff23436160d8033 Description": "Thriller Poslední let sice nezískal žádné ocenění, ale v pokladnách kin nasbíral slušnou sumu peněz. Režisér filmu Yulin Kontorsky musel být nadmíru spokojený.", + "675a1af21474133a0d0bb216 Name": "Strašidelný filmový plakát", + "675a1af21474133a0d0bb216 ShortName": "Plakát", + "675a1af21474133a0d0bb216 Description": "Studio Bubble Step odvedlo na svém debutovém hororu Spooky Movie docela dobrou práci. Škoda, že neměli dost fantazie na název.", + "675a1c129422e1708e0e9baa Name": "Plakát Vasily", + "675a1c129422e1708e0e9baa ShortName": "Plakát", + "675a1c129422e1708e0e9baa Description": "Film Vasilij od legendárního režiséra Nikity Bayanova. V pokladnách kin se držel 28 týdnů, a to zejména díky hlubokému a neobvyklému ději.", + "675a1e502eac6c76e104ea1e Name": "Plakát RUN", + "675a1e502eac6c76e104ea1e ShortName": "Plakát", + "675a1e502eac6c76e104ea1e Description": "Plakát není heslovitý, ale přímočarý. Bude se skvěle vyjímat u vchodových dveří. Nebo u výstupních dveří?", + "675a1f5c1474133a0d0bb218 Name": "Plakát Sharpshooter", + "675a1f5c1474133a0d0bb218 ShortName": "Plakát", + "675a1f5c1474133a0d0bb218 Description": "Film Sharpshooter nikdy nevyšel. Opravdová škoda. Ten plakát je docela stylový.", + "675a202b6aaafea7210915fd Name": "Plakát The Ambush", + "675a202b6aaafea7210915fd ShortName": "Plakát", + "675a202b6aaafea7210915fd Description": "Plakát z filmu Přepadení. I když nakonec diváci nic jiného než plakáty neviděli.", + "675a20c83fb2de89670113b4 Name": "Plakát The Hunted", + "675a20c83fb2de89670113b4 ShortName": "Plakát", + "675a20c83fb2de89670113b4 Description": "Plakát k dosud nezveřejněnému filmu The Hunted. Něco na tomto stylu připomíná... Pokračování jiného nezveřejněného projektu?", + "675a213ff905bde03d0f8255 Name": "USEC plakát", + "675a213ff905bde03d0f8255 ShortName": "Plakát", + "675a213ff905bde03d0f8255 Description": "Plakát k nezveřejněnému filmu USEC. Zdá se, že právě takto chtěli naplnit řady PMC agentů.", + "675a99c17b193086ca09e8a9 Name": "Sportovní terč", + "675a99c17b193086ca09e8a9 ShortName": "Sportovní terč", + "675a99c17b193086ca09e8a9 Description": "Obyčejný terč, nic zvláštního.", + "675aaa003107dac10006332f Name": "Mapa minového pole (Reserve)", + "675aaa003107dac10006332f ShortName": "Miny", + "675aaa003107dac10006332f Description": "Někdo ručně namaloval nákres obvodu vojenské federální základy na Reserve v její severozápadní části. Podle poznámek je v minovém poli mezera, kterou by bylo možné využít k bezpečnému odchodu.", + "675aaa8f7f3c962069072b27 Name": "Mapa minového pole (Lighthouse)", + "675aaa8f7f3c962069072b27 ShortName": "Miny", + "675aaa8f7f3c962069072b27 Description": "Někdo se chystal zaútočit na čističku vody a vyznačil optimální trasy, jak minová pole obejít. Jedna z tras vede směrem k zálivu. Vypadá to, že od pobřeží vede bezpečná úniková trasa.", "675aaa9a3107dac100063331 Name": "Mapa minového pole (Woods)", "675aaa9a3107dac100063331 ShortName": "Miny", "675aaa9a3107dac100063331 Description": "Někdo ručně nakreslil schéma minového pole poblíž železnice v přírodní rezervaci. Podle všeho je možné bezpečně extrahovat z Priozersku poblíž železničního mostu.", - "675aaab74bca0b001d02f356 Name": "Note with code word Voron", - "675aaab74bca0b001d02f356 ShortName": "Code", - "675aaab74bca0b001d02f356 Description": "It seems that \"Voron\" is some kind of cipher or code. If someone has manipulated the exfils from Customs, they must have left access only for their own. The question is, where are these exits?", - "675aaae1dcf102478202c537 Name": "Note with code word Onyx", - "675aaae1dcf102478202c537 ShortName": "Code", - "675aaae1dcf102478202c537 Description": "“Onyx”. If it's not a random scribble, then it's some kind of code. Perhaps one of the Scavs has found a new exfil route out of the city, but only allows access to their own. In a densely built environment, a reliable escape route must be underground.", - "675aaae75a3ab8372d0b02a7 Name": "Note with code word Adaptation", - "675aaae75a3ab8372d0b02a7 ShortName": "Code", - "675aaae75a3ab8372d0b02a7 Description": "There's only one word on the note: “Adaptation”. Looks like a code word. If someone found a new exfil route out of the TerraGroup HQ area, they must have placed their men nearby to keep anyone from the outside from getting to the new exit. In that case, the code would help distinguish friend from foe.", - "675aaaf674a7619a5304c233 Name": "Note with code word Ark", - "675aaaf674a7619a5304c233 ShortName": "Code", - "675aaaf674a7619a5304c233 Description": "The word “Ark” hardly needs to be taken literally. It's more like a code word. There are quite a few locked doors under the Polikhim Factory, leading deeper into the catacombs. Perhaps someone will open the door for you if you know the code word.", - "675aab0d6b6addc02a08f097 Name": "Note with code word Heartbeat", - "675aab0d6b6addc02a08f097 ShortName": "Code", - "675aab0d6b6addc02a08f097 Description": "Someone wrote the word “Heartbeat” on a torn piece of paper. Sounds like one of Sanitar's weird pranks. Or perhaps a code word? If his men have their own exfil routes off Shoreline, they must be using a system of key phrases or signals. Maybe this note will make you look like one of their own.", - "675aadf3003bb2e826030996 Name": "Elf hat", + "675aaab74bca0b001d02f356 Name": "Poznámka s kódem Voron", + "675aaab74bca0b001d02f356 ShortName": "Kód", + "675aaab74bca0b001d02f356 Description": "Zdá se, že \"Voron\" je nějaká šifra nebo kód. Pokud někdo zmanipulovat východy z Customs, musel si nechat přístup jen pro sebe. Otázkou je, kde jsou tyto východy?", + "675aaae1dcf102478202c537 Name": "Poznámka s kódem Onyx", + "675aaae1dcf102478202c537 ShortName": "Kód", + "675aaae1dcf102478202c537 Description": "\"Onyx\". Pokud to není náhodná čmáranice, pak je to nějaký kód. Možná někdo ze Scavů našel nový východ z města, ale umožňuje přístup jen k tomu svému. V hustě zastavěném prostředí musí být spolehlivá úniková cesta v podzemí.", + "675aaae75a3ab8372d0b02a7 Name": "Poznámka s kódem Adaption", + "675aaae75a3ab8372d0b02a7 ShortName": "Kód", + "675aaae75a3ab8372d0b02a7 Description": "Na poznámce je jen jedno slovo: \"Adaptace\". Vypadá to jako slovo na kód. Pokud někdo našel novou únikovou cestu z oblasti velitelství TerraGroup, musel poblíž umístit své lidi, aby se k novému východu nedostal nikdo z venčí. V tom případě by kód pomohl rozlišit přítele od nepřítele.", + "675aaaf674a7619a5304c233 Name": "Poznámka s kódem Ark", + "675aaaf674a7619a5304c233 ShortName": "Kód", + "675aaaf674a7619a5304c233 Description": "Slovo \"Archa\" není třeba brát doslova. Je to spíše kód. Pod Polikhimskou Factory je poměrně dost zamčených dveří, které vedou hlouběji do katakomb. Možná ti někdo otevře dveře, pokud znáš kódové slovo.", + "675aab0d6b6addc02a08f097 Name": "Poznámka s kódem Heartbeat", + "675aab0d6b6addc02a08f097 ShortName": "Kód", + "675aab0d6b6addc02a08f097 Description": "Někdo napsal na roztrhaný cár papíru slovo \"Heartbeat\". Zní to jako jeden ze Sanitarových podivných žertíků. Nebo snad kódové slovo? Pokud mají jeho muži vlastní východy ze Shoreline, musí používat systém klíčových frází nebo signálů. Možná díky tomuhle vzkazu budeš vypadat jako jeden z nich.", + "675aadf3003bb2e826030996 Name": "Elfí čepice", "675aadf3003bb2e826030996 ShortName": "Elf", - "675aadf3003bb2e826030996 Description": "Usually these hats ring loudly with each head movement. Looks like someone got all the bells out of it beforehand.", - "675aae1c26dc64e17800fee6 Name": "Hat with horns", - "675aae1c26dc64e17800fee6 ShortName": "Horns", - "675aae1c26dc64e17800fee6 Description": "A Christmas hat with horns. It won't protect you from gunshots, but it can distract your opponent for a split second. Sometimes that's all that matters.", + "675aadf3003bb2e826030996 Description": "Tyto čepice obvykle hlasitě zvoní při každém pohybu hlavy. Vypadá to, jako by z nich někdo předem vyjmul všechny zvonky.", + "675aae1c26dc64e17800fee6 Name": "Čepice s parohy", + "675aae1c26dc64e17800fee6 ShortName": "Parohy", + "675aae1c26dc64e17800fee6 Description": "Vánoční čepice s rohy. Neochrání tě před střelbou, ale může na zlomek vteřiny odvést pozornost protivníka. Někdy je to to jediné, na čem záleží.", "675ac3957908e416a20861e6 Name": "Sariev", "675ac3957908e416a20861e6 ShortName": "Sariev", "675ac3957908e416a20861e6 Description": "Sariev", - "675ac888803644528007b3f6 Name": "Balaclava (White)", - "675ac888803644528007b3f6 ShortName": "Balaclava", - "675ac888803644528007b3f6 Description": "In normal conditions, this balaclava would be too visible. But in winter it becomes essential, especially in rough terrain.", - "675dc9d37ae1a8792107ca96 Name": "Dogtag BEAR", + "675ac888803644528007b3f6 Name": "Kukla (Bílá)", + "675ac888803644528007b3f6 ShortName": "Kukla", + "675ac888803644528007b3f6 Description": "Za normálních podmínek by byla tato kukla příliš viditelná. V zimě se však stává nezbytnou, zejména v drsném terénu.", + "675dc9d37ae1a8792107ca96 Name": "Psí známka BEAR", "675dc9d37ae1a8792107ca96 ShortName": "BEAR", - "675dc9d37ae1a8792107ca96 Description": "A special army dogtag with rubber sides serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the PMC operative's status.", - "675dcb0545b1a2d108011b2b Name": "Dogtag BEAR", + "675dc9d37ae1a8792107ca96 Description": "Speciální psí známka s gumovými boky, která slouží k rychlé identifikaci zraněných a zemřelých v boji. Ukazatel statusu PMC operátora.", + "675dcb0545b1a2d108011b2b Name": "Psí známka BEAR", "675dcb0545b1a2d108011b2b ShortName": "BEAR", - "675dcb0545b1a2d108011b2b Description": "A special stainless steel army dogtag serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", - "675dcfea7ae1a8792107ca99 Name": "Dogtag (Prestige 2)", - "675dcfea7ae1a8792107ca99 ShortName": "Dogtag", - "675dcfea7ae1a8792107ca99 Description": "A special stainless steel dogtag, serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", - "675ea3d6312c0a5c4e04e317 Name": "RSP-30 reactive signal cartridge (Firework)", - "675ea3d6312c0a5c4e04e317 ShortName": "Firework", - "675ea3d6312c0a5c4e04e317 Description": "RSP-30 is a reactive signal cartridge for commanding and maintaining squad interaction. Multi-star rocket cartridges are used as flares.", - "675ea4891b2579e8fe0250aa Name": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa ShortName": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa Description": "Signal flare (New Year)", - "675f7acc4076a741a3061566 Name": "TerraGroup shipment report", - "675f7acc4076a741a3061566 ShortName": "Documents", - "675f7acc4076a741a3061566 Description": "A stack of documents with data on TerraGroup shipments. Contains reports on completed and planned shipments.", - "675f7b168d28a25ec7007dbb Name": "Delivery crew report", - "675f7b168d28a25ec7007dbb ShortName": "Report", - "675f7b168d28a25ec7007dbb Description": "It looks like this journal was used by the entire loading crew to mark all the loads that had already been completed. How could the foreman make any sense of this handwriting?", - "675f7f224076a741a3061568 Name": "Skier's wallet", - "675f7f224076a741a3061568 ShortName": "Wallet", - "675f7f224076a741a3061568 Description": "It's hard to believe this wallet is anything special to Skier. It's just an old, shabby wallet. How has it not disintegrated yet?", - "675f80d4fe1b59cf490d3527 Name": "Box with upgraded tools", - "675f80d4fe1b59cf490d3527 ShortName": "Upgraded tools", - "675f80d4fe1b59cf490d3527 Description": "The box is sealed, but judging by the sounds inside, it contains the tools Mechanic was looking for.", + "675dcb0545b1a2d108011b2b Description": "Speciální psí známka z nerezové oceli sloužící k rychlé identifikaci zraněných a zemřelých v boji. K dispozici pouze nejzkušenějším PMC operátorům.", + "675dcfea7ae1a8792107ca99 Name": "Psí známka (Prestiž 2)", + "675dcfea7ae1a8792107ca99 ShortName": "Psí známka", + "675dcfea7ae1a8792107ca99 Description": "Speciální psí známka z nerezové oceli sloužící k rychlé identifikaci zraněných a zemřelých v boji. K dispozici pouze nejzkušenějším PMC operátorům.", + "675ea3d6312c0a5c4e04e317 Name": "Reaktivní signální střela RSP-30 (Ohňostrojová)", + "675ea3d6312c0a5c4e04e317 ShortName": "Ohňostroj", + "675ea3d6312c0a5c4e04e317 Description": "RSP-30 je reaktivní signální střela pro velení a udržování spojení pro družstva. Vícehvězdicové raketové náboje se používají jako světlice.", + "675ea4891b2579e8fe0250aa Name": "Signální světlice (Nový rok)", + "675ea4891b2579e8fe0250aa ShortName": "Signální světlice (Nový rok)", + "675ea4891b2579e8fe0250aa Description": "Signální světlice (Nový rok)", + "675f7acc4076a741a3061566 Name": "Zpráva o zásilkách TerraGroup", + "675f7acc4076a741a3061566 ShortName": "Dokumenty", + "675f7acc4076a741a3061566 Description": "Složka dokumentů s údaji o zásilkách společnosti TerraGroup. Obsahuje zprávy o dokončených a plánovaných přepravách.", + "675f7b168d28a25ec7007dbb Name": "Zpráva posádky o doručení", + "675f7b168d28a25ec7007dbb ShortName": "Zpráva", + "675f7b168d28a25ec7007dbb Description": "Vypadá to, že tento deník používala celá nakládací posádka k označení všech již hotových nákladů. Jak mohl předák v tomto rukopise najít nějaký smysl?", + "675f7f224076a741a3061568 Name": "Skierova peněženka", + "675f7f224076a741a3061568 ShortName": "Peněženka", + "675f7f224076a741a3061568 Description": "Je těžké uvěřit, že tato peněženka je pro Skiera něčím vyjímečná. Je to jen stará, ošuntělá peněženka. Jak to, že se ještě nerozpadla?", + "675f80d4fe1b59cf490d3527 Name": "Kufřík s vylepšenými nástroji", + "675f80d4fe1b59cf490d3527 ShortName": "Vylepšené nástroje", + "675f80d4fe1b59cf490d3527 Description": "Krabice je zapečetěná, ale soudě podle zvuků uvnitř obsahuje nástroje, které Mechanik hledal.", "675fd6897a57e0b2a00e3405 Name": "USEC BOSS Delta", "675fd6897a57e0b2a00e3405 ShortName": "", "675fd6897a57e0b2a00e3405 Description": "", "675fd6b2f26b0db5f0060eb6 Name": "", "675fd6b2f26b0db5f0060eb6 ShortName": "", "675fd6b2f26b0db5f0060eb6 Description": "", - "675fd6dc7a57e0b2a00e340a Name": "USEC Winter", + "675fd6dc7a57e0b2a00e340a Name": "USEC Zimní", "675fd6dc7a57e0b2a00e340a ShortName": "", - "675fd6dc7a57e0b2a00e340a Description": "Tactical jacket", - "675fd71c1c153e52f1050fd6 Name": "USEC Winter", + "675fd6dc7a57e0b2a00e340a Description": "Taktická bunda", + "675fd71c1c153e52f1050fd6 Name": "USEC Zimní", "675fd71c1c153e52f1050fd6 ShortName": "", - "675fd71c1c153e52f1050fd6 Description": "Tactical pants", - "675fe8abbc3deae49a0b947f Name": "Standard lighting", - "675fe8abbc3deae49a0b947f ShortName": "Standard lighting", - "675fe8abbc3deae49a0b947f Description": "Standard lighting", + "675fd71c1c153e52f1050fd6 Description": "Taktické kalhoty", + "675fe8abbc3deae49a0b947f Name": "Standartní osvětlení", + "675fe8abbc3deae49a0b947f ShortName": "Standartní osvětlení", + "675fe8abbc3deae49a0b947f Description": "Standartní osvětlení", "675ff2a7e3ee8ffb7e042465 Name": "usec_upper_commando", "675ff2a7e3ee8ffb7e042465 ShortName": "", "675ff2a7e3ee8ffb7e042465 Description": "", - "676008db84e242067d0dc4c9 Name": "Secure container Kappa (Desecrated)", + "676008db84e242067d0dc4c9 Name": "Zabezpečený kontejner Kappa (Znesvěcený)", "676008db84e242067d0dc4c9 ShortName": "Kappa", - "676008db84e242067d0dc4c9 Description": "A secret TerraGroup invention that has fallen into the hands of the cultists.", - "67600929bd0a0549d70993f6 Name": "Ballistic plate case", - "67600929bd0a0549d70993f6 ShortName": "Plates", - "67600929bd0a0549d70993f6 Description": "A spacious case for storing ballistic plates.", - "676009ddb623f3b8ba079419 Name": ".50 AE Copper Solid ammo pack (20 pcs)", + "676008db84e242067d0dc4c9 Description": "Tajný vynález TerraGroup, který se dostal do rukou kultistů.", + "67600929bd0a0549d70993f6 Name": "Bedna na balistické pláty", + "67600929bd0a0549d70993f6 ShortName": "Pláty", + "67600929bd0a0549d70993f6 Description": "Prostorná bedna pro uložení balistických plátů.", + "676009ddb623f3b8ba079419 Name": "Balení nábojů .50 AE Copper Solid (20 kusů)", "676009ddb623f3b8ba079419 ShortName": "Copper", - "676009ddb623f3b8ba079419 Description": "A pack of .50 AE Copper Solid ammo, 20 rounds.", - "676009ed8f1fee08740f9479 Name": ".50 AE FMJ ammo pack (20 pcs)", + "676009ddb623f3b8ba079419 Description": "Balení nábojů .50 AE Copper Solid, 20 nábojů.", + "676009ed8f1fee08740f9479 Name": "Balení nábojů .50 AE FMJ (20 kusů)", "676009ed8f1fee08740f9479 ShortName": "FMJ", - "676009ed8f1fee08740f9479 Description": "A pack of .50 AE FMJ ammo, 20 rounds.", - "676009fe8f1fee08740f947c Name": ".50 AE JHP ammo pack (20 pcs)", + "676009ed8f1fee08740f9479 Description": "Balení nábojů .50 AE FMJ, 20 nábojů.", + "676009fe8f1fee08740f947c Name": "Balení nábojů .50 AE JHP (20 kusů)", "676009fe8f1fee08740f947c ShortName": "JHP", - "676009fe8f1fee08740f947c Description": "A pack of .50 AE JHP ammo, 20 rounds.", - "67600a0e84e242067d0dc4cd Name": ".50 AE Hawk JSP ammo pack (20 pcs)", + "676009fe8f1fee08740f947c Description": "Balení nábojů .50 AE JHP, 20 nábojů.", + "67600a0e84e242067d0dc4cd Name": "Balení nábojů .50 AE Hawk JSP (20 kusů)", "67600a0e84e242067d0dc4cd ShortName": "JSP", - "67600a0e84e242067d0dc4cd Description": "A pack of .50 AE Hawk JSP ammo, 20 rounds.", - "67600a42b32eb5d23e0eb459 Name": "6.8x51mm SIG FMJ ammo pack (20 pcs)", + "67600a0e84e242067d0dc4cd Description": "Balení nábojů .50 AE Hawk JSP, 20 nábojů.", + "67600a42b32eb5d23e0eb459 Name": "Balení nábojů 6.8x51mm SIG FMJ (20 kusů)", "67600a42b32eb5d23e0eb459 ShortName": "FMJ", - "67600a42b32eb5d23e0eb459 Description": "A box of 6.8x51mm SIG FMJ cartridges, 20 pieces.", - "67600a516f01341c9106ab4c Name": "6.8x51mm SIG Hybrid ammo pack (20 pcs)", + "67600a42b32eb5d23e0eb459 Description": "Balení nábojů 6.8x51mm SIG FMJ, 20 nábojů.", + "67600a516f01341c9106ab4c Name": "Balení nábojů 6.8x51mm SIG Hybrid (20 kusů)", "67600a516f01341c9106ab4c ShortName": "Hybrid", - "67600a516f01341c9106ab4c Description": "A box of 6.8x51mm SIG Hybrid cartridges, 20 pieces.", + "67600a516f01341c9106ab4c Description": "Balení nábojů 6.8x51mm SIG Hybrid, 20 nábojů.", "67600aa8e9db590d5601665f Name": "Briefing", "67600aa8e9db590d5601665f ShortName": "Briefing", "67600aa8e9db590d5601665f Description": "Briefing", "676014635fa2f21d3c0b9f56 Name": "", "676014635fa2f21d3c0b9f56 ShortName": "", "676014635fa2f21d3c0b9f56 Description": "", - "676017fe8cfeeba9f707c8d6 Name": "SOK-12 Kiba Arms Zombie Custom dust cover ", + "676017fe8cfeeba9f707c8d6 Name": "Kryt závěru Kiba Arms Zombie Custo pro SOK-12", "676017fe8cfeeba9f707c8d6 ShortName": "SOK-12 ZC", "676017fe8cfeeba9f707c8d6 Description": "A receiver dust cover for the SOK-12 shotgun, modernized by Kiba Arms.", - "676029a6bdead929d40bc368 Name": "Rooster mask", - "676029a6bdead929d40bc368 ShortName": "Rooster", - "676029a6bdead929d40bc368 Description": "A children's mask stylized as a rooster. In the realities of Tarkov, it probably looks intimidating. Or not. As if there weren't enough mercs with cringy plastic skull masks already.", - "676029ca2749de558a0b7e67 Name": "Cipollino mask", + "676029a6bdead929d40bc368 Name": "Maska kohouta", + "676029a6bdead929d40bc368 ShortName": "Kohout", + "676029a6bdead929d40bc368 Description": "Dětská maska stylizovaná jako kohout. V realitě Tarkova asi vypadá docela zastrašující. Nebo taky ne. Jako by tu už nebylo dost žoldáků se směšnými plastovými maskami.", + "676029ca2749de558a0b7e67 Name": "Maska cibulky", "676029ca2749de558a0b7e67 ShortName": "Cipollino", "676029ca2749de558a0b7e67 Description": "It looks like this mask was taken from a warehouse with props for a play based on a G. Rodari story.", - "676029e22749de558a0b7e69 Name": "Aybolit mask", + "676029e22749de558a0b7e69 Name": "Aybolit maska", "676029e22749de558a0b7e69 ShortName": "Aybolit", - "676029e22749de558a0b7e69 Description": "A mask depicting one of the best doctors of all time.", - "676029f997f19b78f00a0197 Name": "Fox mask", - "676029f997f19b78f00a0197 ShortName": "Fox", + "676029e22749de558a0b7e69 Description": "Maska zobrazující jednoho z nejlepších lékařů všech dob.", + "676029f997f19b78f00a0197 Name": "Liščí maska", + "676029f997f19b78f00a0197 ShortName": "Liška", "676029f997f19b78f00a0197 Description": "These kinds of masks are often seen at kids' parties. But this one also fits an adult.", - "67602a0f97f19b78f00a0199 Name": "Grinch mask", + "67602a0f97f19b78f00a0199 Name": "Maska Grinche", "67602a0f97f19b78f00a0199 ShortName": "Grinch", - "67602a0f97f19b78f00a0199 Description": "A mask of someone who hates Christmas.", - "67602a23c8e72a73250de737 Name": "Hare mask", - "67602a23c8e72a73250de737 ShortName": "Hare", + "67602a0f97f19b78f00a0199 Description": "Maska někoho, kdo nenávidí Vánoce.", + "67602a23c8e72a73250de737 Name": "Maska zajíce", + "67602a23c8e72a73250de737 ShortName": "Zajíc", "67602a23c8e72a73250de737 Description": "A common hare mask. It is unclear just who and why made a copy of this mask to fit an adult.", - "67602a39c8e72a73250de739 Name": "Astronomer mask", - "67602a39c8e72a73250de739 ShortName": "Astronomer", + "67602a39c8e72a73250de739 Name": "Maska astronoma", + "67602a39c8e72a73250de739 ShortName": "Astronom", "67602a39c8e72a73250de739 Description": "A stargazer mask with a cap worn by astronomers from children's fairy tales.", - "67603ea391ec8cab9406faa4 Name": "Snowman", - "67603ea391ec8cab9406faa4 ShortName": "Snowman", - "67603ea391ec8cab9406faa4 Description": "Festive T-shirt", - "67604a890aa8253ebe05fd06 Name": "Fist Fighter", - "67604a890aa8253ebe05fd06 ShortName": "Fist Fighter", - "67604a890aa8253ebe05fd06 Description": "Fist Fighter", - "67604a9a8491fd0a830f3576 Name": "Cowboy", - "67604a9a8491fd0a830f3576 ShortName": "Cowboy", - "67604a9a8491fd0a830f3576 Description": "Cowboy", - "67604aa550dfa9253901a546 Name": "Sharpshooter", - "67604aa550dfa9253901a546 ShortName": "Sharpshooter", - "67604aa550dfa9253901a546 Description": "Sharpshooter", - "67604ab20aa8253ebe05fd08 Name": "Well What Is It", - "67604ab20aa8253ebe05fd08 ShortName": "Well What Is It", - "67604ab20aa8253ebe05fd08 Description": "Well What Is It", - "67604abb8491fd0a830f3578 Name": "Slav Squat", - "67604abb8491fd0a830f3578 ShortName": "Slav Squat", - "67604abb8491fd0a830f3578 Description": "Only the mannequin is allowed to take the heels off the ground.", - "67604ac650dfa9253901a548 Name": "Feel My Gains", - "67604ac650dfa9253901a548 ShortName": "Feel My Gains", - "67604ac650dfa9253901a548 Description": "Now you'll know exactly how your clothes fit when showing off your muscles.", - "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", + "67603ea391ec8cab9406faa4 Name": "Sněhulák", + "67603ea391ec8cab9406faa4 ShortName": "Sněhulák", + "67603ea391ec8cab9406faa4 Description": "Slavnostní tričko", + "67604a890aa8253ebe05fd06 Name": "Pěstní bojovník", + "67604a890aa8253ebe05fd06 ShortName": "Pěstní bojovník", + "67604a890aa8253ebe05fd06 Description": "Pěstní bojovník", + "67604a9a8491fd0a830f3576 Name": "Kovboj", + "67604a9a8491fd0a830f3576 ShortName": "Kovboj", + "67604a9a8491fd0a830f3576 Description": "Kovboj", + "67604aa550dfa9253901a546 Name": "Ostrostřelec", + "67604aa550dfa9253901a546 ShortName": "Ostrostřelec", + "67604aa550dfa9253901a546 Description": "Ostrostřelec", + "67604ab20aa8253ebe05fd08 Name": "Dobrá, co je to", + "67604ab20aa8253ebe05fd08 ShortName": "Dobrá, co je to", + "67604ab20aa8253ebe05fd08 Description": "Dobrá, co je to", + "67604abb8491fd0a830f3578 Name": "Gopnik", + "67604abb8491fd0a830f3578 ShortName": "Gopnik", + "67604abb8491fd0a830f3578 Description": "Pouze figurína smí odlepit podpatky od země.", + "67604ac650dfa9253901a548 Name": "Koukej na moje svaly", + "67604ac650dfa9253901a548 ShortName": "Koukej na moje svaly", + "67604ac650dfa9253901a548 Description": "Nyní budeš přesně vědět, jak ti oblečení padne, když předvedeš své svaly.", + "6761492dc53ebe8c0f0a5efe Name": "Oboustranné napínací táhlo pro MPX GEN 2", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", - "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "MPX/MCX SB Tactical Pistol Stabilizing Brace", - "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MCX/MPX manufactured by SB Tactical.", - "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", + "6761492dc53ebe8c0f0a5efe Description": "Oboustranné napínací táhlo se dvěma západkami pro druhou generaci MPX SMG. Výrobeno společností SIG Sauer.", + "6761496fe2cf1419500357e9 Name": "Stabilizační opěrka SB Tactical Pistol pro MPX", + "6761496fe2cf1419500357e9 ShortName": "MPX", + "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MPX. Manufactured by SB Tactical.", + "67614994e889e1972605d6bb Name": "4.75\" portovaná SD hlaveň Ronin Arms pro MPX 9x19", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149a3e2cf1419500357eb Name": "MPX 9x19 Ronin Arms 6.75 inch Ported SD Barrel", + "676149a3e2cf1419500357eb Name": "6.75\" portovaná SD hlaveň Ronin Arms pro MPX 9x19", "676149a3e2cf1419500357eb ShortName": "MPX-SD 6.75\"", "676149a3e2cf1419500357eb Description": "A 6.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149c5062e6212f5058c36 Name": "MPX 9x19 Ronin Arms 8 inch SD Suppressor", + "676149c5062e6212f5058c36 Name": "8\" SD tlumič Ronin Arms pro MPX 9x19", "676149c5062e6212f5058c36 ShortName": "Ronin 8\"", "676149c5062e6212f5058c36 Description": "An 8 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149d8e889e1972605d6be Name": "MPX 9x19 Ronin Arms 12 inch SD Suppressor", + "676149d8e889e1972605d6be Name": "12\" SD tlumič Ronin Arms pro MPX 9x19", "676149d8e889e1972605d6be ShortName": "Ronin 12\"", "676149d8e889e1972605d6be Description": "A 12 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149fbe2cf1419500357ee Name": "MPX GEN1 4 inch handguard", + "676149fbe2cf1419500357ee Name": "4\" předpažbí MPX GEN1", "676149fbe2cf1419500357ee ShortName": "MPX GEN1 4\"", "676149fbe2cf1419500357ee Description": "A 4 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a0be889e1972605d6c0 Name": "MPX GEN1 8 inch handguard", + "67614a0be889e1972605d6c0 Name": "8\" předpažbí MPX GEN1", "67614a0be889e1972605d6c0 ShortName": "MPX GEN1 8\"", "67614a0be889e1972605d6c0 Description": "An 8 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a225152c0eaed08ec86 Name": "MPX GEN2 4 inch M-LOK handguard", + "67614a225152c0eaed08ec86 Name": "4\" předpažbí GEN2 M-LOK pro MPX", "67614a225152c0eaed08ec86 ShortName": "MPX GEN2 4\"", "67614a225152c0eaed08ec86 Description": "A 4 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a31062e6212f5058c38 Name": "MPX GEN2 8 inch M-LOK handguard", + "67614a31062e6212f5058c38 Name": "8\" předpažbí GEN2 M-LOK pro MPX", "67614a31062e6212f5058c38 ShortName": "MPX GEN2 8\"", "67614a31062e6212f5058c38 Description": "An 8 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a3ce2cf1419500357f4 Name": "MPX GEN2 6 inch M-LOK handguard", + "67614a3ce2cf1419500357f4 Name": "6\" předpažbí GEN2 M-LOK pro MPX", "67614a3ce2cf1419500357f4 ShortName": "MPX GEN2 6\"", "67614a3ce2cf1419500357f4 Description": "A 6 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614b3ab8c060ebb204b106 Name": "Khorovod armband", + "67614b3ab8c060ebb204b106 Name": "Páska na ruku (Khorovod)", "67614b3ab8c060ebb204b106 ShortName": "Khorovod", "67614b3ab8c060ebb204b106 Description": "An armband by which the participants of the Khorovod can recognize each other. Without it, you cannot be part of the celebration.", - "67614b542eb91250020f2b86 Name": "Armband (Prestige 1)", - "67614b542eb91250020f2b86 ShortName": "Prestige 1", - "67614b542eb91250020f2b86 Description": "This armband will help demonstrate your status in Tarkov.", - "67614b6b47c71ea3d40256d7 Name": "Armband (Prestige 2)", - "67614b6b47c71ea3d40256d7 ShortName": "Prestige 2", - "67614b6b47c71ea3d40256d7 Description": "These armbands are only for the best of the best.", - "67614e3a6a90e4f10b0b140d Name": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d ShortName": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d Description": "Festive airdrop supply crate", - "676175789dcee773150c6925 Name": "Leupold Mark 5HD 5-25x56mm 35mm riflescope (FDE)", + "67614b542eb91250020f2b86 Name": "Páska (Prestiž 1)", + "67614b542eb91250020f2b86 ShortName": "Prestiž 1", + "67614b542eb91250020f2b86 Description": "Tato páska na ruku vám pomůže prokázat vaše postavení v Tarkově.", + "67614b6b47c71ea3d40256d7 Name": "Páska (Prestiž 2)", + "67614b6b47c71ea3d40256d7 ShortName": "Prestiž 2", + "67614b6b47c71ea3d40256d7 Description": "Tyto pásky jsou určeny jen pro ty nejlepší z nejlepších.", + "67614e3a6a90e4f10b0b140d Name": "Slavnostní bedna se zásobami", + "67614e3a6a90e4f10b0b140d ShortName": "Slavnostní bedna se zásobami", + "67614e3a6a90e4f10b0b140d Description": "Slavnostní bedna se zásobami", + "676175789dcee773150c6925 Name": "Puškohled Leupold Mark 5HD 5-25x56mm 35mm (FDE)", "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", "676175789dcee773150c6925 Description": "The Mark 5HD 5-25x56 riflescope is known for being a lighter and more efficient optic than other scopes in its class. Featuring optical glass, full multi-coated lenses and an advanced light management system, the scope offers low-glare, high-contrast imaging. Installed on 35mm ring mounts. Manufactured by Leupold. Flat Dark Earth version.", - "6761759e7ee06333f108bf86 Name": "Leupold Mark IMS 35mm ring scope mount", + "6761759e7ee06333f108bf86 Name": "35mm montážní kroužky Leupold Mark IMS", "6761759e7ee06333f108bf86 ShortName": "IMS 35mm", "6761759e7ee06333f108bf86 Description": "A 35mm scope mount for installation on Picatinny rails. Manufactured by Leupold.", - "676175bb48fa5c377e06fc36 Name": "KAC MWS Bipod Adapter", - "676175bb48fa5c377e06fc36 ShortName": "MWS BA", + "676175bb48fa5c377e06fc36 Name": "Adaptér dvojnožky KAC MWS", + "676175bb48fa5c377e06fc36 ShortName": "MWS", "676175bb48fa5c377e06fc36 Description": "A mount allows installation of Harris bipods on standard Picatinny handguards. Manufactured by Knight's Armament Company.", - "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", + "6761763448fa5c377e06fc39 Name": "Adaptér pažby FAB Defense M4-AKMS P pro AKMS", "6761763448fa5c377e06fc39 ShortName": "AKMS P", "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", - "6761765f1f08ed5e8800b7a6 Name": "5.56x45 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Name": "100-ranný bubnový zásobník Beta C-Mag pro AR-15", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", "6761765f1f08ed5e8800b7a6 Description": "A 100-round double drum magazine for the AR-15 platform weapons. Manufactured by Beta Company.", - "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag 100-round drum magazine", + "676176a162e0497044079f46 Name": "100-ranný bubnový zásobník Beta C-Mag pro UZI 9x19", "676176a162e0497044079f46 ShortName": "UZI C-Mag", "676176a162e0497044079f46 Description": "A 100-round double drum magazine for the UZI submachine gun. The magazine modification is equipped with a transparent plastic cover that allows to check the ammo count. Manufactured by Beta Company.", - "676176b762e0497044079f49 Name": "M9A3 9x19 CX4 30-round magazine", + "676176b762e0497044079f49 Name": "30-ranný zásobník CX4 pro M9A3 9x19", "676176b762e0497044079f49 ShortName": "CX4", "676176b762e0497044079f49 Description": "A 30-round 9x19 magazine for the Beretta M9A3 pistol.", - "676176d362e0497044079f4c Name": "FN SCAR-H X-17 7.62x51 assault rifle", + "676176d362e0497044079f4c Name": "Útočná puška FN SCAR-H X-17 7.62x51", "676176d362e0497044079f4c ShortName": "X-17", "676176d362e0497044079f4c Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. The X-17 lower receiver allows the installation of AR-10 magazines. Manufactured by Fabrique Nationale Herstal and X Products.", - "6761770e48fa5c377e06fc3c Name": "AR-10 7.62x51 X Products X-25 50-round drum magazine", + "6761770e48fa5c377e06fc3c Name": "50-ranný bubnový zásobník X Products X-25 pro AR-10 7.62x51", "6761770e48fa5c377e06fc3c ShortName": "X-25", "6761770e48fa5c377e06fc3c Description": "A 50-round 7.62x51 drum magazine for the AR-10 platform weapons. Manufactured by X Products.", - "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", + "676177591f08ed5e8800b7a9 Name": "3\" lišta Quad Rail pro RFB", "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", - "6761777a1f08ed5e8800b7ac Name": "AR-15 DoubleStar ACE ARFX Skeleton Stock", + "6761777a1f08ed5e8800b7ac Name": "Skeletová pažba DoubleStar ACE ARFX pro AR-15", "6761777a1f08ed5e8800b7ac ShortName": "ARFX", "6761777a1f08ed5e8800b7ac Description": "The lightweight ACE ARFX Skeleton Stock provides comfort, balance and aesthetics. Fits both the Mil-Spec and civilian M/AR platform. Manufactured by DoubleStar.", - "6761779c48fa5c377e06fc3f Name": "AK AK-EVO stock", + "6761779c48fa5c377e06fc3f Name": "Pažba AK-EVO pro AK", "6761779c48fa5c377e06fc3f ShortName": "AK-EVO", "6761779c48fa5c377e06fc3f Description": "A new polymer buttstock for the modern AK platform folding weapons. Manufactured by Kalashnikov Concern.", - "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", - "676177b09cfcc4c25b027446 ShortName": "TS TBC", + "676177b09cfcc4c25b027446 Name": "Taktická svorka na hlaveň Toni System", + "676177b09cfcc4c25b027446 ShortName": "TS", "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", + "676177df1f08ed5e8800b7ae Name": "Předpažbí SAG MK1 M-LOK s plynovou trubicí pro PP-19-01 Vityaz", "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", - "6761a6ccd9bbb27ad703c48a Name": "Old house room key", - "6761a6ccd9bbb27ad703c48a ShortName": "Depot", - "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", - "6761a6f90575f25e020816a4 Name": "Company director's room key", - "6761a6f90575f25e020816a4 ShortName": "Company", - "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", - "676307b4d9ec0af3d9001fa8 Name": "Hybrid composite materials", + "6761a6ccd9bbb27ad703c48a Name": "Klíč od pokoje ve starém domě", + "6761a6ccd9bbb27ad703c48a ShortName": "Skladiště", + "6761a6ccd9bbb27ad703c48a Description": "Klíč od jedné z místností starého domu kdesi na okraji Priozerského lesa. Říká se, že v těchto končinách kdysi obchodovala osoba přezdívaná Ogryzok. Prodával vzácné zboží, včetně dokonce stálých zásob tankových baterií. O Ogryzokovi však dlouho nebylo nic slyšet a nikdo neví, kam zmizel.", + "6761a6f90575f25e020816a4 Name": "Klíč od pokoje ředitele společnosti", + "6761a6f90575f25e020816a4 ShortName": "Společnost", + "6761a6f90575f25e020816a4 Description": "Tento klíč musel být použit k uzamčení jedné z kanceláří společnosti v prostoru celního terminálu.", + "676307b4d9ec0af3d9001fa8 Name": "Hybridní kompozitní materiály", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", - "676307c004856a0b3c0dfffd Name": "Hybrid composite materials", + "676307c004856a0b3c0dfffd Name": "Hybridní kompozitní materiály", "676307c004856a0b3c0dfffd ShortName": "", "676307c004856a0b3c0dfffd Description": "", - "676307d3d9ec0af3d9001fac Name": "Hybrid composite materials", + "676307d3d9ec0af3d9001fac Name": "Hybridní kompozitní materiály", "676307d3d9ec0af3d9001fac ShortName": "", "676307d3d9ec0af3d9001fac Description": "", - "676307ded8b241b4f703a3e8 Name": "Hybrid composite materials", + "676307ded8b241b4f703a3e8 Name": "Hybridní kompozitní materiály", "676307ded8b241b4f703a3e8 ShortName": "", "676307ded8b241b4f703a3e8 Description": "", - "6764139c44b3c96e7b0e2f7b Name": "AK 5.56x45 Molot Arms 45-round magazine", + "6764139c44b3c96e7b0e2f7b Name": "45-ranný bubnový zásobník Molot Arms pro AK 5.56x45", "6764139c44b3c96e7b0e2f7b ShortName": "Molot 223", "6764139c44b3c96e7b0e2f7b Description": "A 45-round 5.56x45 polymer magazine for AK. Manufactured by Molot Arms.", "6764194e4dec6d46f106f9f6 Name": "Takeda", "6764194e4dec6d46f106f9f6 ShortName": "Takeda", "6764194e4dec6d46f106f9f6 Description": "Takeda", - "67641a851b2899700609901a Name": "Cyclone Shakhin mount", + "67641a851b2899700609901a Name": "Montáž Cyclone Shakhin", "67641a851b2899700609901a ShortName": "Shakhin", - "67641a851b2899700609901a Description": "A Weaver mount for installing the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", - "67641b461c2eb66ade05dba6 Name": "Cyclone Shakhin 3.7x thermal scope", + "67641a851b2899700609901a Description": "Montáž Weaver pro instalaci termálního zaměřovače Shakhin. Vyrábí společnost Central Research Institute Cyclone.", + "67641b461c2eb66ade05dba6 Name": "Cyclone Shakhin 3,7x termální zaměřovač", "67641b461c2eb66ade05dba6 ShortName": "Shakhin", - "67641b461c2eb66ade05dba6 Description": "A 3.7x thermal scope manufactured by Central Research Institute Cyclone.", - "67641bec4ad898aa100c1079 Name": "Cyclone Shakhin scope eyecup", + "67641b461c2eb66ade05dba6 Description": "3,7x termální zaměřovač vyrobený společností Centrální výzkumný ústav Cyclone.", + "67641bec4ad898aa100c1079 Name": "Očnice pro Cyclone Shakhin", "67641bec4ad898aa100c1079 ShortName": "Shakhin", - "67641bec4ad898aa100c1079 Description": "A rubber eyecup for the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", - "6764202ae307804338014c1a Name": "Dogtag USEC", + "67641bec4ad898aa100c1079 Description": "Gumová očnice pro termální zaměřovač Shakhin. Vyrábí společnost Central Research Institute Cyclone.", + "6764202ae307804338014c1a Name": "Psí známka USEC", "6764202ae307804338014c1a ShortName": "USEC", - "6764202ae307804338014c1a Description": "A special stainless steel army dogtag serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", - "6764207f2fa5e32733055c4a Name": "Dogtag USEC", + "6764202ae307804338014c1a Description": "Speciální psí známka z nerezové oceli sloužící k rychlé identifikaci zraněných a zemřelých v boji. K dispozici pouze nejzkušenějším PMC operátorům.", + "6764207f2fa5e32733055c4a Name": "Psí známka USEC", "6764207f2fa5e32733055c4a ShortName": "USEC", - "6764207f2fa5e32733055c4a Description": "A special army dogtag with rubber sides serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the PMC operative's status.", - "67654a6759116d347b0bfb86 Name": "V40 shrapnel", - "67654a6759116d347b0bfb86 ShortName": "V40 shrapnel", - "67654a6759116d347b0bfb86 Description": "V40 shrapnel", - "676577166d874f6502106a21 Name": "20/70 Flechette ammo pack (25 pcs)", + "6764207f2fa5e32733055c4a Description": "Speciální psí známka s gumovými boky, která slouží k rychlé identifikaci zraněných a zemřelých v boji. Ukazatel statusu PMC operátora.", + "67654a6759116d347b0bfb86 Name": "šrapnel V40", + "67654a6759116d347b0bfb86 ShortName": "šrapnel V40", + "67654a6759116d347b0bfb86 Description": "šrapnel V40", + "676577166d874f6502106a21 Name": "Balení nábojů 20/70 Flechette (25 kusů)", "676577166d874f6502106a21 ShortName": "Flechette", - "676577166d874f6502106a21 Description": "A box of 20/70 Flechette cartridges, 25 pieces. ", - "67657764c832f8c59c016d45 Name": "20/70 TSS Armor Piercing Slug ammo pack (25 pcs)", + "676577166d874f6502106a21 Description": "Balení brokových nábojů 20/70 Flechette, 25 nábojů. ", + "67657764c832f8c59c016d45 Name": "Balení nábojů 20/70 s průraznou střelou TSS (25 kusů)", "67657764c832f8c59c016d45 ShortName": "TSS AP", "67657764c832f8c59c016d45 Description": "A box of 20/70 TSS Armor Piercing Slug cartridges, 25 pieces. ", - "67657773b83469e4f102dc27 Name": "20/70 Dangerous Game Slug ammo pack (25 pcs)", + "67657773b83469e4f102dc27 Name": "Balení nábojů 20/70 Dangerous Game Slug (25 kusů)", "67657773b83469e4f102dc27 ShortName": "DGS", "67657773b83469e4f102dc27 Description": "A box of 20/70 Dangerous Game Slug cartridges, 25 pieces. ", "6768c25aa7b238f14a08d3f6 Name": "7.62x51mm M80A1", "6768c25aa7b238f14a08d3f6 ShortName": "M80A1", - "6768c25aa7b238f14a08d3f6 Description": "A 7.62x51mm NATO M80A1 cartridge with a 124 grain armor-piercing copper jacket bullet with an exposed hardened steel penetrator, in a stainless steel casing. Designed as a replacement for the M80 cartridge to improve the armor penetration and ballistics of the cartridge as part of a program to eliminate the use of lead in small arms ammunition in the U.S. Army.", - "6769b8e3c1a1466c850658a8 Name": "7.62x51mm M80A1 ammo pack (20 pcs)", + "6768c25aa7b238f14a08d3f6 Description": "Balení nábojů 7,62x51 mm NATO M80A1 se 124 grainovou průraznou střelou s měděným pláštěm a penetrátorem z odhalené kalené oceli, v nábojnici z nerezové oceli. Navržen jako náhrada za náboj M80 s cílem zlepšit pancéřovou průbojnost a balistické vlastnosti náboje v rámci programu eleminace používání olova ve střelivu pro ruční palné zbraně v americké armádě.", + "6769b8e3c1a1466c850658a8 Name": "Balení nábojů 7.62x51mm M80A1 (20 kusů)", "6769b8e3c1a1466c850658a8 ShortName": "M80A1", - "6769b8e3c1a1466c850658a8 Description": "A box of 7.62x51mm M80A1 cartridges, 20 pieces.", - "676a93c51888885b4e008b18 Name": "Twitch Winter 2025 case (Common)", + "6769b8e3c1a1466c850658a8 Description": "Balení nábojů 7.62x51mm M80A1, 20 nábojů.", + "676a93c51888885b4e008b18 Name": "Bedna Twitch Zima 2025 (Běžná)", "676a93c51888885b4e008b18 ShortName": "Twitch 2025", - "676a93c51888885b4e008b18 Description": "A case with some common goodies.", - "676a95041888885b4e008b36 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Description": "Bedna s běžnými věcmi.", + "676a95041888885b4e008b36 Name": "Bedna Twitch Zima 2025 (Běžná)", "676a95041888885b4e008b36 ShortName": "Twitch 2025", - "676a95041888885b4e008b36 Description": "A case with some common goodies.", - "676a98d7b4ba2f4afa04c704 Name": "Twitch Winter 2025 case (Common)", + "676a95041888885b4e008b36 Description": "Bedna s běžnými věcmi.", + "676a98d7b4ba2f4afa04c704 Name": "Bedna Twitch Zima 2025 (Běžná)", "676a98d7b4ba2f4afa04c704 ShortName": "Twitch 2025", - "676a98d7b4ba2f4afa04c704 Description": "A case with some common goodies.", - "676a9a5c744595610f0ed501 Name": "Twitch Winter 2025 case (Common)", + "676a98d7b4ba2f4afa04c704 Description": "Bedna s běžnými věcmi.", + "676a9a5c744595610f0ed501 Name": "Bedna Twitch Zima 2025 (Běžná)", "676a9a5c744595610f0ed501 ShortName": "Twitch 2025", - "676a9a5c744595610f0ed501 Description": "A case with some common goodies.", - "676a9b15b4ba2f4afa04c7ad Name": "Twitch Winter 2025 case (Common)", + "676a9a5c744595610f0ed501 Description": "Bedna s běžnými věcmi.", + "676a9b15b4ba2f4afa04c7ad Name": "Bedna Twitch Zima 2025 (Běžná)", "676a9b15b4ba2f4afa04c7ad ShortName": "Twitch 2025", - "676a9b15b4ba2f4afa04c7ad Description": "A case with some common goodies.", - "676a9b1afe1fc45172014d32 Name": "Twitch Winter 2025 case (Common)", + "676a9b15b4ba2f4afa04c7ad Description": "Bedna s běžnými věcmi.", + "676a9b1afe1fc45172014d32 Name": "Bedna Twitch Zima 2025 (Běžná)", "676a9b1afe1fc45172014d32 ShortName": "Twitch 2025", - "676a9b1afe1fc45172014d32 Description": "A case with some common goodies.", - "676a9bc6744595610f0ed52e Name": "Twitch Winter 2025 case (Common)", + "676a9b1afe1fc45172014d32 Description": "Bedna s běžnými věcmi.", + "676a9bc6744595610f0ed52e Name": "Bedna Twitch Zima 2025 (Běžná)", "676a9bc6744595610f0ed52e ShortName": "Twitch 2025", - "676a9bc6744595610f0ed52e Description": "A case with some common goodies.", - "676a9da81888885b4e008c51 Name": "Twitch Winter 2025 case (Rare)", + "676a9bc6744595610f0ed52e Description": "Bedna s běžnými věcmi.", + "676a9da81888885b4e008c51 Name": "Bedna Twitch Zima 2025 (Vzácná)", "676a9da81888885b4e008c51 ShortName": "Twitch 2025", - "676a9da81888885b4e008c51 Description": "A case with some rare goodies.", - "676a9e46744595610f0ed53f Name": "Twitch Winter 2025 case (Rare)", + "676a9da81888885b4e008c51 Description": "Bedna se vzácnými věcmi.", + "676a9e46744595610f0ed53f Name": "Bedna Twitch Zima 2025 (Vzácná)", "676a9e46744595610f0ed53f ShortName": "Twitch 2025", - "676a9e46744595610f0ed53f Description": "A case with some rare goodies.", - "676a9f03744595610f0ed55f Name": "Twitch Winter 2025 case (Rare)", + "676a9e46744595610f0ed53f Description": "Bedna se vzácnými věcmi.", + "676a9f03744595610f0ed55f Name": "Bedna Twitch Zima 2025 (Vzácná)", "676a9f03744595610f0ed55f ShortName": "Twitch 2025", - "676a9f03744595610f0ed55f Description": "A case with some rare goodies.", - "676a9fc7a65670a58c084c9e Name": "Twitch Winter 2025 case (Rare)", + "676a9f03744595610f0ed55f Description": "Bedna se vzácnými věcmi.", + "676a9fc7a65670a58c084c9e Name": "Bedna Twitch Zima 2025 (Vzácná)", "676a9fc7a65670a58c084c9e ShortName": "Twitch 2025", - "676a9fc7a65670a58c084c9e Description": "A case with some rare goodies.", - "676aa016744595610f0ed563 Name": "Twitch Winter 2025 case (Rare)", + "676a9fc7a65670a58c084c9e Description": "Bedna se vzácnými věcmi.", + "676aa016744595610f0ed563 Name": "Bedna Twitch Zima 2025 (Vzácná)", "676aa016744595610f0ed563 ShortName": "Twitch 2025", - "676aa016744595610f0ed563 Description": "A case with some rare goodies.", - "676aa025fe1fc45172014d9f Name": "Twitch Winter 2025 case (Rare)", + "676aa016744595610f0ed563 Description": "Bedna se vzácnými věcmi.", + "676aa025fe1fc45172014d9f Name": "Bedna Twitch Zima 2025 (Vzácná)", "676aa025fe1fc45172014d9f ShortName": "Twitch 2025", - "676aa025fe1fc45172014d9f Description": "A case with some rare goodies.", - "676aa0f11888885b4e008c8b Name": "Twitch Winter 2025 case (Rare)", + "676aa025fe1fc45172014d9f Description": "Bedna se vzácnými věcmi.", + "676aa0f11888885b4e008c8b Name": "Bedna Twitch Zima 2025 (Vzácná)", "676aa0f11888885b4e008c8b ShortName": "Twitch 2025", - "676aa0f11888885b4e008c8b Description": "A case with some rare goodies.", - "676aa104fe1fc45172014da3 Name": "Twitch Winter 2025 case (Epic)", + "676aa0f11888885b4e008c8b Description": "Bedna se vzácnými věcmi.", + "676aa104fe1fc45172014da3 Name": "Bedna Twitch Zima 2025 (Epická)", "676aa104fe1fc45172014da3 ShortName": "Twitch 2025", - "676aa104fe1fc45172014da3 Description": "A case with some epic goodies.", - "676aa29243000db5340061b5 Name": "Twitch Winter 2025 case (Epic)", + "676aa104fe1fc45172014da3 Description": "Bedna s parádními věcmi.", + "676aa29243000db5340061b5 Name": "Bedna Twitch Zima 2025 (Epická)", "676aa29243000db5340061b5 ShortName": "Twitch 2025", - "676aa29243000db5340061b5 Description": "A case with some epic goodies.", - "676aa30ffe1fc45172014dce Name": "Twitch Winter 2025 case (Epic)", + "676aa29243000db5340061b5 Description": "Bedna s parádními věcmi.", + "676aa30ffe1fc45172014dce Name": "Bedna Twitch Zima 2025 (Epická)", "676aa30ffe1fc45172014dce ShortName": "Twitch 2025", - "676aa30ffe1fc45172014dce Description": "A case with some epic goodies.", - "676aa37ff90b6f429601afb5 Name": "Twitch Winter 2025 case (Epic)", + "676aa30ffe1fc45172014dce Description": "Bedna s parádními věcmi.", + "676aa37ff90b6f429601afb5 Name": "Bedna Twitch Zima 2025 (Epická)", "676aa37ff90b6f429601afb5 ShortName": "Twitch 2025", - "676aa37ff90b6f429601afb5 Description": "A case with some epic goodies.", - "676aa3cf7a232aa5c70bda8d Name": "Twitch Winter 2025 case (Epic)", + "676aa37ff90b6f429601afb5 Description": "Bedna s parádními věcmi.", + "676aa3cf7a232aa5c70bda8d Name": "Bedna Twitch Zima 2025 (Epická)", "676aa3cf7a232aa5c70bda8d ShortName": "Twitch 2025", - "676aa3cf7a232aa5c70bda8d Description": "A case with some epic goodies.", - "676aa3fc20a7cc6f4309e078 Name": "Twitch Winter 2025 case (Epic)", + "676aa3cf7a232aa5c70bda8d Description": "Bedna s parádními věcmi.", + "676aa3fc20a7cc6f4309e078 Name": "Bedna Twitch Zima 2025 (Epická)", "676aa3fc20a7cc6f4309e078 ShortName": "Twitch 2025", - "676aa3fc20a7cc6f4309e078 Description": "A case with some epic goodies.", - "676aa450fe1fc45172014df2 Name": "Twitch Winter 2025 case (Epic)", + "676aa3fc20a7cc6f4309e078 Description": "Bedna s parádními věcmi.", + "676aa450fe1fc45172014df2 Name": "Bedna Twitch Zima 2025 (Epická)", "676aa450fe1fc45172014df2 ShortName": "Twitch 2025", - "676aa450fe1fc45172014df2 Description": "A case with some epic goodies.", - "678f84bb9e85556ca60f0362 Name": "Tagilla's welding mask \"ZABEY\"", + "676aa450fe1fc45172014df2 Description": "Bedna s parádními věcmi.", + "678f84bb9e85556ca60f0362 Name": "Tagillova svářečská maska \"ZABEY\"", "678f84bb9e85556ca60f0362 ShortName": "\"ZABEY\"", - "678f84bb9e85556ca60f0362 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy?", - "678fa929819ddc4c350c0317 Name": "Valve handwheel", - "678fa929819ddc4c350c0317 ShortName": "handwheel", - "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "What You Seek poster", - "679b944d597ba2ed120c3d3c ShortName": "Poster", - "679b944d597ba2ed120c3d3c Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b946f90622daf9708da6d Name": "What You Seek poster", - "679b946f90622daf9708da6d ShortName": "Poster", - "679b946f90622daf9708da6d Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b94734e9ca6b3d80586a7 Name": "What You Seek poster", - "679b94734e9ca6b3d80586a7 ShortName": "Poster", - "679b94734e9ca6b3d80586a7 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b9477708cfcb2060b9ade Name": "Tark Souls poster", + "678f84bb9e85556ca60f0362 Description": "Soudě podle téhle masky, Tagillův duševní stav byl Labyrintem silně poznamenán. Teď je ještě vyšinutější a krvežíznivější. Kdo by si pomyslel, že může být šílenější než dřív?", + "678fa929819ddc4c350c0317 Name": "Rukojeť k ventilu", + "678fa929819ddc4c350c0317 ShortName": "Rukojeť", + "678fa929819ddc4c350c0317 Description": "Masivní ruční kolo sundané z nějakého ventilu. Muselo sloužit k regulaci přívodu vody nebo plynu v podzemních komplexech Knossosu.", + "679b944d597ba2ed120c3d3c Name": "Plakát Last Breath", + "679b944d597ba2ed120c3d3c ShortName": "Last Breath", + "679b944d597ba2ed120c3d3c Description": "Z Minotaurova sevření není úniku. Jediné, co zbývá, je naposledy se zhluboka nadechnout a vydržet co nejdéle.", + "679b946f90622daf9708da6d Name": "Plakát Final Moment", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Při pohledu na tento plakát si člověk uvědomí, jakou hrůzu cítily Minotaurovy oběti před smrtí.", + "679b94734e9ca6b3d80586a7 Name": "Plakát Taurus", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "Tento plakát ztělesňuje povahu Minotaura. Brutalita, touha po vraždění a krev. Řeky krve.", + "679b9477708cfcb2060b9ade Name": "Plakát Tark Souls", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", - "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", + "679b9477708cfcb2060b9ade Description": "Tento plakát zobrazuje bojovníka z Labyrintu, který zabíjí Minotaura. Jen málokdo byl svědkem takové scény na vlastní oči.", + "679b9716597ba2ed120c3d3f Name": "Klíč od zařízení Knossos LLC", "679b9716597ba2ed120c3d3f ShortName": "Knossos", - "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", - "679b9819a2f2dd4da9023512 Name": "Labrys access keycard", + "679b9716597ba2ed120c3d3f Description": "Opotřebovaný klíč od kanceláře s nápisem \"Knossos LLC\". Pravděpodobně se používá k otevírání hospodářských místností nebo jiných prostor patřících společnosti Knossos.", + "679b9819a2f2dd4da9023512 Name": "Vstupní karta od Labrys", "679b9819a2f2dd4da9023512 ShortName": "Labrys", - "679b9819a2f2dd4da9023512 Description": "A keycard to one of Knossos facilities. The design references the Minotaur mythos, but it's somewhat strange there are no Minotaur theme parks in Tarkov.", - "679b98e429acd1f2f60985a3 Name": "Container with suspicious substance", - "679b98e429acd1f2f60985a3 ShortName": "Substance", - "679b98e429acd1f2f60985a3 Description": "A chemical container with a thick, murky liquid inside. Only a lunatic like Sanitar would want to study something like this.", - "679b992329acd1f2f60985a5 Name": "Labrys research notes", + "679b9819a2f2dd4da9023512 Description": "Vstupní karta do jednoho z areálů Knossosu. Design odkazuje na mýtus o Minotaurovi, ale je zvláštní, že v Tarkově nejsou žádné zábavní parky s Minotaury.", + "679b98e429acd1f2f60985a3 Name": "Kontejner s podezřelou látkou", + "679b98e429acd1f2f60985a3 ShortName": "Látka", + "679b98e429acd1f2f60985a3 Description": "Nádoba na chemikálie s hustou kalnou kapalinou uvnitř. Jen šílenec jako Sanitar by chtěl něco takového studovat.", + "679b992329acd1f2f60985a5 Name": "Výzkumné poznámky pro Labrys", "679b992329acd1f2f60985a5 ShortName": "Labrys", - "679b992329acd1f2f60985a5 Description": "The documents are encrypted, but appear to contain research notes on some kind of technology or weapon. The records mention the name “Item 1156”.", - "679b998180a165f7a40b4c2c Name": "Slaughter videotape", - "679b998180a165f7a40b4c2c ShortName": "Slaughter", - "679b998180a165f7a40b4c2c Description": "A videotape with traces of blood and the words “Slaughter”. The owner of the tape hardly felt sympathy for his victims.", - "679b9a1a4e4ed4b3b40ae5c2 Name": "Knossos senior manager's diary", + "679b992329acd1f2f60985a5 Description": "Dokumenty jsou zašifrované, ale zdá se, že obsahují výzkumné poznámky o nějaké technologii nebo zbrani. V záznamech je uveden název \"Item 1156\".", + "679b998180a165f7a40b4c2c Name": "Videozáznam porážky", + "679b998180a165f7a40b4c2c ShortName": "Porážka", + "679b998180a165f7a40b4c2c Description": "Videozáznam se stopami krve a slovem \"Porážka\". Její vlastní těžko cítil nějakou sympatii se svými oběťmi.", + "679b9a1a4e4ed4b3b40ae5c2 Name": "Deník vedoucího manažera společnosti Knossos", "679b9a1a4e4ed4b3b40ae5c2 ShortName": "Knossos", - "679b9a1a4e4ed4b3b40ae5c2 Description": "Meetings, facilities, and other notes from Knossos senior manager are noted in the diary. If you study them, you can get at least a rough summary of the company's facilities.", - "679b9aa490622daf9708da73 Name": "VPX Flash Storage Module marked Group #3", - "679b9aa490622daf9708da73 ShortName": "Group #3", - "679b9aa490622daf9708da73 Description": "The VPX Flash Storage Module (FSM) provides high-performance, high-capacity, solid-state SATA storage with AES-256 bit encryption using an Application Specific Integrated Circuit (ASIC). Judging by the marking, it contains data on the focus group experiments and research.", - "679b9cce4e4ed4b3b40ae5c5 Name": "Nailhead figurine", + "679b9a1a4e4ed4b3b40ae5c2 Description": "Schůzky, vybavení a další poznámky vedoucího pracovníka Knossu jsou zaznamenané v tomto deníku. Jejich prostudováním můžete získat alespoň hrubý přehled o zařízení společnosti.", + "679b9aa490622daf9708da73 Name": "Označená skupina paměťového modulu VPX Flash #3", + "679b9aa490622daf9708da73 ShortName": "Skupina #3", + "679b9aa490622daf9708da73 Description": "Paměťový modul VPX Flash (FSM) poskytuje vysoký výkon, vysokou kapacitu, pevné SATA úložiště s AES-256 bitovým šifrování pomocí aplikace specifických integrovaných obvodů (ASIC). Soudě podle označení, obsahuje údaje o experimentech a výzkumech cílových skupin.", + "679b9cce4e4ed4b3b40ae5c5 Name": "Figurka Nailhead", "679b9cce4e4ed4b3b40ae5c5 ShortName": "Nailhead", - "679b9cce4e4ed4b3b40ae5c5 Description": "A limited edition Tarko figurine. What's more strange: the pale skin or the nails stuck in his head? It looks like this poor guy has experienced the full spectrum of human pain.", - "679b9d43597ba2ed120c3d44 Name": "Petya Crooker figurine", + "679b9cce4e4ed4b3b40ae5c5 Description": "Limitovaná edice figurky Tarko. Co je podivnější: bledá kůže, nebo nehty zapíchnuté v jeho hlavě? Vypadá to, že tenhle chudák zažil celé spektrum lidské bolesti.", + "679b9d43597ba2ed120c3d44 Name": "Figurka Petya Crooker", "679b9d43597ba2ed120c3d44 ShortName": "Crooker", - "679b9d43597ba2ed120c3d44 Description": "A limited edition Tarko figurine. A creepy dude with a disfigured face and blades on his arm. Doing Obdolbos would give you nightmares.", - "679b9d4b3374fb14f40efe6d Name": "Count Bloodsucker figurine", - "679b9d4b3374fb14f40efe6d ShortName": "Bloodsucker", - "679b9d4b3374fb14f40efe6d Description": "A limited edition Tarko figurine. Count Bloodsucker wouldn't have lasted more than a couple days in Tarkov. Sucking blood is cool and all, but does it work against flashbangs and .308?", - "679b9d55708cfcb2060b9ae3 Name": "Xenoalien figurine", + "679b9d43597ba2ed120c3d44 Description": "Limitovaná edice figurky Tarko. Děsivý chlapík se znetvořeným obličejem a čepelemi na ruce. Z toho co dělá Obdolbos, byste měli noční můry.", + "679b9d4b3374fb14f40efe6d Name": "Figurka hraběte Krvežíznivce", + "679b9d4b3374fb14f40efe6d ShortName": "Krvežíznivec", + "679b9d4b3374fb14f40efe6d Description": "Limitovaná edice Tarko figurky. Hrabě Krvežíznivec by v Tarkově nevaydržel déle než pár dní. Sání krve je super a všechno, ale funguje to proti oslepení a .308?", + "679b9d55708cfcb2060b9ae3 Name": "Figurka Xenoaliena", "679b9d55708cfcb2060b9ae3 ShortName": "Xenoalien", - "679b9d55708cfcb2060b9ae3 Description": "A limited edition Tarko figurine. Looks like a monster with a disproportionately elongated head and a double mouth. Totally \"Alien\" (good one) to the Tarko universe.", - "679b9d6390622daf9708da76 Name": "Pointy guy figurine", - "679b9d6390622daf9708da76 ShortName": "Pointy guy", - "679b9d6390622daf9708da76 Description": "A limited edition Tarko figurine. This funny little character is wearing something like a pyramid on his head. A character like this could only exist in a fictional world, along with zombies and other monsters.", - "679ba90d269ddfea47012159 Name": "Chained Labrys", + "679b9d55708cfcb2060b9ae3 Description": "Limitovaná edice figurky Tarko. Vypadá jako příšera s neúměrně protáhnutou hlavou a dvojitou tlamou. Naprosto \"mimozemský\" (dobrý) Tarko vesmír.", + "679b9d6390622daf9708da76 Name": "Figurka špičatého chlapíka", + "679b9d6390622daf9708da76 ShortName": "Špičatý chlapík", + "679b9d6390622daf9708da76 Description": "Limitovaná edice Tarko figurky. Tato vtipná postavička má na hlavě něco jako pyramidu. Taková postavička by mohla existovat pouze ve fiktivním světě spolu ze zombie a dalšími příšerami.", + "679ba90d269ddfea47012159 Name": "Řetězová Labrys", "679ba90d269ddfea47012159 ShortName": "Labrys", - "679ba90d269ddfea47012159 Description": "A two-handed axe made out of a sewer hatch... With that weight, a single blow is enough to split a skull, whether the blade is sharp or not.", - "679baa2c61f588ae2b062a24 Name": "Key 01", - "679baa2c61f588ae2b062a24 ShortName": "Key 01", - "679baa2c61f588ae2b062a24 Description": "An old key, the markings are unreadable. Could be useful for surviving the Labyrinth.", - "679baa4f59b8961f370dd683 Name": "Key 02", - "679baa4f59b8961f370dd683 ShortName": "Key 02", - "679baa4f59b8961f370dd683 Description": "This key probably opens some kind of an old lock. The number engraving has been practically scratched off. Could be useful for surviving the Labyrinth.", - "679baa5a59b8961f370dd685 Name": "Key 03", - "679baa5a59b8961f370dd685 ShortName": "Key 03", - "679baa5a59b8961f370dd685 Description": "The number engraving is barely recognizable on the weathered metal. Could be useful for surviving the Labyrinth.", - "679baa9091966fe40408f149 Name": "Key 04", - "679baa9091966fe40408f149 ShortName": "Key 04", - "679baa9091966fe40408f149 Description": "The engraving on this key is barely readable: it's either the number 4 or the Russian letter Ч. Could be useful for surviving the Labyrinth.", - "679baace4e9ca6b3d80586b2 Name": "Observation room key", - "679baace4e9ca6b3d80586b2 ShortName": "Observe", - "679baace4e9ca6b3d80586b2 Description": "A key that opens one of the personnel workstation rooms in the Labyrinth. That room may have something to do with the research that took place in the Labyrinth.", - "679baae891966fe40408f14c Name": "Torture room key", - "679baae891966fe40408f14c ShortName": "Torture", - "679baae891966fe40408f14c Description": "An old key that would be more suitable for a shabby lock on a grate or fence than a modern door.", - "679bab714e9ca6b3d80586b4 Name": "Corpse room key", - "679bab714e9ca6b3d80586b4 ShortName": "Corpses", - "679bab714e9ca6b3d80586b4 Description": "An old key that has a strong odor of death. Probably opens a morgue or a room where bodies were kept.", - "679bac1d61f588ae2b062a26 Name": "Labyrinth key", - "679bac1d61f588ae2b062a26 ShortName": "Labyrinth", - "679bac1d61f588ae2b062a26 Description": "A key that opens a certain room in the Labyrinth. There's no telling what might be inside.", + "679ba90d269ddfea47012159 Description": "Dvouruční sekera vyrobená z poklopu od kanálu... Díky její váze stačí jediný úder k rozštípnutí lebky, ať už je čepel ostrá, nebo ne.", + "679baa2c61f588ae2b062a24 Name": "Klíč 01", + "679baa2c61f588ae2b062a24 ShortName": "Klíč 01", + "679baa2c61f588ae2b062a24 Description": "Starý klíč, značky na něm jsou už nečitelné. Mohl by se hodit k přežití v Labyrintu.", + "679baa4f59b8961f370dd683 Name": "Klíč 02", + "679baa4f59b8961f370dd683 ShortName": "Klíč 02", + "679baa4f59b8961f370dd683 Description": "Tenhle klíč nejspíš otevírá nějaký starý zámek. Vyryté číslo už bylo skoro úplně seškrábáno. Mohl by se hodit k přežití v Labyrintu.", + "679baa5a59b8961f370dd685 Name": "Klíč 03", + "679baa5a59b8961f370dd685 ShortName": "Klíč 03", + "679baa5a59b8961f370dd685 Description": "Vyryté číslo je na ošuntělém kovu téměř nerozpoznatelné. Mohl by se hodit k přežití v Labyrintu.", + "679baa9091966fe40408f149 Name": "Klíč 04", + "679baa9091966fe40408f149 ShortName": "Klíč 04", + "679baa9091966fe40408f149 Description": "Popisek na tomhle klíči je stěží čitelný: je to buďto číslo 4, nebo ruské písmeno Ч. Mohl by se hodit k přežití v Labyrintu.", + "679baace4e9ca6b3d80586b2 Name": "Klíč od pozorovací místnosti", + "679baace4e9ca6b3d80586b2 ShortName": "Pozorov.", + "679baace4e9ca6b3d80586b2 Description": "Klíč, který otevírá jednu z místností pracovišť personálu v Labyrintu. Tato místnost může mít něco společného s výzkumem, který probíhal v Labyrintu.", + "679baae891966fe40408f14c Name": "Klíč od mučírny", + "679baae891966fe40408f14c ShortName": "Mučírna", + "679baae891966fe40408f14c Description": "Starý klíč, který se víc hodí k chatrnému zámku na bráně nebo mříži, než k moderním dveřím.", + "679bab714e9ca6b3d80586b4 Name": "Klíč od místnosti s mrtvolami", + "679bab714e9ca6b3d80586b4 ShortName": "Mrtvoly", + "679bab714e9ca6b3d80586b4 Description": "Starý klíč se silným zápachem smrti. Nejpíš otevírá márnici nebo místnost, kde jsou uchovávána těla.", + "679bac1d61f588ae2b062a26 Name": "Klíč od Labyrintu", + "679bac1d61f588ae2b062a26 ShortName": "Labyrint", + "679bac1d61f588ae2b062a26 Description": "Klíč, který otevírá jednu z místností v Labyrintu. Těžko říct, co může být uvnitř.", "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", - "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", + "67ab3d4b83869afd170fdd3f Name": "Plynový hořák BBQ-S43", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", - "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 ShortName": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "67adaf95cd47a1ad3f014bc6 Name": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 ShortName": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 Description": "How did these drawings even get here? You should probably improve your security system.", - "67adafa1e6a915f9fd050f66 Name": "They're Already Here", - "67adafa1e6a915f9fd050f66 ShortName": "They're Already Here", - "67adafa1e6a915f9fd050f66 Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", + "67ab3d4b83869afd170fdd3f Description": "Přenosný flambovací hořák s omezenou zásobou plynu. Tento drsňák pravděpodobně nevypálí díru do zdi, ale na malém kovovém cíli svou práci odvede.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaurovo doupě", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaurovo doupě", + "67adaf8b1230c973bb0433a6 Description": "Tenhle strop není nic sofistikovaného. Minotaur nic takového nepotřebuje.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaurovo doupě", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaurovo doupě", + "67adaf95cd47a1ad3f014bc6 Description": "Kachličky na této podlaze vsákly litry krve. Nebo možná i víc.", + "67adafa1e6a915f9fd050f66 Name": "Minotaurovo doupě", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaurovo doupě", + "67adafa1e6a915f9fd050f66 Description": "Říká se, že nás naše okolí ovlivňuje. Je děsivé si představit, co se z člověka stane, když si obyčejný úkryt přemění na Minotaurovu kobku.", + "67ade494d748873e5f0161df Name": "Šrapnel VOG-30", + "67ade494d748873e5f0161df ShortName": "Šrapnel VOG-30", + "67ade494d748873e5f0161df Description": "Šrapnel VOG-30", "67adf4a95247ac91530fcec7 Name": "Bunda", "67adf4a95247ac91530fcec7 ShortName": "Bunda", "67adf4a95247ac91530fcec7 Description": "Bunda", @@ -14717,21 +14939,69 @@ "67adf5f7adc1f43b0702b826 Name": "Bedna na technická zařízení", "67adf5f7adc1f43b0702b826 ShortName": "Bedna na technická zařízení", "67adf5f7adc1f43b0702b826 Description": "Bedna na technická zařízení", - "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Taktické kalhoty", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Taktické kalhoty", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Taktické kalhoty", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Taktické kalhoty", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Taktické kalhoty", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Taktické kalhoty", + "67b70e43f753cf9f7a0a07a6 Name": "Bedna LATAM Dropů 2025 (Běžná)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", - "67b72271e5673725070b0456 Name": "LATAM Drops Event 2025 case (Rare)", + "67b72271e5673725070b0456 Name": "Bedna LATAM Dropů 2025 (Vzácná)", "67b72271e5673725070b0456 ShortName": "Twitch", "67b72271e5673725070b0456 Description": "", - "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", + "67b72c64f753cf9f7a0a07aa Name": "Bedna LATAM Dropů 2025 (Epická)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", - "67d3ed3271c17ff82e0a5b0b Name": "Key case", - "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", - "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", - "67e183377c6c2011970f3149 Name": "Ariadne symbol key", - "67e183377c6c2011970f3149 ShortName": "Ariadne", - "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", + "67d3ed3271c17ff82e0a5b0b Name": "Pouzdro na klíče", + "67d3ed3271c17ff82e0a5b0b ShortName": "Klíče", + "67d3ed3271c17ff82e0a5b0b Description": "Toto pouzdro je ultimátním řešením kompulzivního hromadění klíčů ve stashi, umožňující úschovu na jednom místě.", + "67e183377c6c2011970f3149 Name": "Klíč se symbolem Ariadny", + "67e183377c6c2011970f3149 ShortName": "Ariadna", + "67e183377c6c2011970f3149 Description": "Někdo na tomhle klíči nechal téměř neviditelnou značku připomínající klubko niti. Ale stejně tak dobře se to mohlo stát neopatrným skladováním.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Auto u cesty na vojenskou základnu", " Voip/DisabledForOffline": "VOIP není v offline režimu dostupný", " kg": " kg", @@ -15548,7 +15818,7 @@ "CheckAmmo": "Kontrola munice", "CheckChamber": "Kontrola komory / Oprava závady", "CheckFireMode": "Kontrola režimu střelby", - "CheckPointDescription": "Fight for control over the game location along with your team by capturing and holding the objectives.", + "CheckPointDescription": "Bojujte o kontrolu nad herní lokalitou spolu se svým týmem tím, že budete obsazovat a držet cíle.", "CheckTimeSpeed": "Modifikátor kontroly rychlosti", "Chest": "HRUDNÍK", "Choose Look": "Vyberte vzhled", @@ -15729,8 +15999,8 @@ "Custom_scav_pmc": "Sklep kotelny (Co-op)", "CustomizationDirectReward/Description": "Tento styl odemknete jako odměnu", "CustomizationNotExists": "Nedostupné oblečení v jedné nebo více šablonách", - "CustomizationOfferReward/Description": "Unlocks tactical clothing offer", - "CustomizationReward/Description": "Unlocks tactical clothing", + "CustomizationOfferReward/Description": "Odemkne nabídku taktického oblečení", + "CustomizationReward/Description": "Odemkne taktické oblečení", "Customizations/ObtainHeader": "Získáno:", "Customs": "Customs", "CyberEnvironmentUiType": "/ CyberTark /", @@ -15748,7 +16018,7 @@ "DISCONNECT": "ODPOJIT", "DISCONNECT FROM GLOBAL CHAT": "ODPOJIT SE OD GLOBÁLNÍHO CHATU", "DISPOSE": "ZAHODIT", - "DLSS Preset setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "DLSS Preset setting will be fully applied after the raid restarts": "Nastavení se zcela projeví až v následujícím raidu", "DMR": "Ostrostřelecké pušky (DMR)", "DMRDescription": "Dovednost Ostrostřelecké pušky (DMR) zlepšuje celkové ovládání, snižuje zpětný ráz a dobu přebíjení.", "DMRLevelingUpDescription": "Dovednost Ostrostřelecké pušky se zlepšuje střelbou a přebijením těchto zbraní.", @@ -15870,8 +16140,8 @@ "Disable legs stamina": "Vypnout výdrž pro nohy", "Disable overload": "Vypnout přetížení", "Disable water and food consumption": "Vypnout spotřebu jídla a energie", - "DisableGameFramerateLimit": "Disable game FPS limit", - "Disable_traps": "Disable traps", + "DisableGameFramerateLimit": "Vypnout limit FPS", + "Disable_traps": "Vypnout pasti", "Disabled": "Vypnuto", "DisbandGroup": "Rozpustit tým", "DisbandGroup message": "Opravdu chcete rozpustit tým?", @@ -15978,9 +16248,9 @@ "ECoopBlock/LocationUnavailable": "Nedostupné pro tuto lokaci", "ECoopBlock/OnlineUnavailable": "Nedostupné pro aktuální účet", "ECoopBlock/PveGameMode": "Co-op režim není v režimu PVE dostupný.", - "ECustomizationItemCategory/Clothing": "Tactical clothing", + "ECustomizationItemCategory/Clothing": "Taktické oblečení", "ECustomizationItemCategory/DogTag": "Psí známka", - "ECustomizationItemCategory/Environment": "Main menu background", + "ECustomizationItemCategory/Environment": "Pozadí hlavního menu", "ECustomizationItemCategory/Gesture": "Gesto", "ECustomizationItemCategory/Head": "Vzhled postavy", "ECustomizationItemCategory/Hideout": "Přizpůsobení úkrytu", @@ -15997,7 +16267,7 @@ "EDLSSPreset/B": "B", "EDLSSPreset/C": "C", "EDLSSPreset/D": "D", - "EDLSSPreset/Default": "Default", + "EDLSSPreset/Default": "Výchozí", "EDLSSPreset/E": "E", "EDLSSPreset/F": "F", "EDLSSPreset/G": "G", @@ -16006,7 +16276,7 @@ "EDLSSPreset/J": "J", "EDLSSPreset/K": "K", "EDLSSPreset/L": "L", - "EDLSSPreset/Latest": "Latest", + "EDLSSPreset/Latest": "Nejnovější", "EDLSSPreset/M": "M", "EDLSSPreset/N": "N", "EDLSSPreset/O": "O", @@ -16399,7 +16669,7 @@ "Game reconnection...": "Opětovné připojování do hry...", "Game settings": "Nastavení raidu", "Game world creating...": "Vytváření herního světa...", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", + "GameFramerateLimitBlockers/Description": "Limit FPS ve hře je vypnutý. Pro změnu tohoto nastavení ho zapněte.", "GameMode/Confirmation/PVE": "Opravdu si přejete přepnout do PvE módu?", "GameMode/Confirmation/PVP": "Opravdu si přejete přepnout do PvP módu?", "Gate 0": "Brána 0", @@ -16410,7 +16680,7 @@ "Gate_o": "Brána na nádvoří", "Gear parts": "Základní modifikace", "Generator": "GENERÁTOR", - "Generator/Broken": "Repair needed", + "Generator/Broken": "Vyžadována oprava", "Generator/Disable": "Generátor nedostupný", "Generator/FillTheTank": "Doplnit palivo", "Generator/NeedIdle": "Akci nelze provést během pohybu", @@ -16421,7 +16691,7 @@ "Generator/Running": "Generátor je zapnutý", "Get items": "Převzít předměty", "Get ready": "Připravte se", - "GetOffGesture": "Flip off", + "GetOffGesture": "Prostředníček", "GetOut": "Jděte pryč", "Goggles": "Brýle", "Good standing": "dobrá", @@ -16536,7 +16806,7 @@ "Hideout/Mannequin/Pose/fingerguns": "Kovboj", "Hideout/Mannequin/Pose/fingerguns2": "Ostrostřelec", "Hideout/Mannequin/Pose/gopnik": "Gopnik", - "Hideout/Mannequin/Pose/muscles_flex": "Feel My Gains", + "Hideout/Mannequin/Pose/muscles_flex": "Koukej na moje svaly", "Hideout/Mannequin/Pose/spreadinghands": "Co to je?", "Hideout/Mannequin/Pose/standing": "Briefing", "Hideout/Production/Decryption/Fail": "Neúspěšné dešifrování", @@ -16566,7 +16836,7 @@ "Hold to Lean": "Podržet pro naklonění", "Hold to Sprint/hold breath": "Podržet pro sprintování/zadržení dechu", "Hold to Walk": "Podržet pro chůzi", - "HoldGesture": "Hold", + "HoldGesture": "Stůj", "Hole Exfill": "Díra v plotě", "Holster": "Pouzdro", "Horrible standing": "hrozná", @@ -17178,7 +17448,7 @@ "NW Exfil": "Železnice", "NY_FINAL": "EVENT", "NY_FINAL_COND": "", - "NY_FINAL_DESC": "Final Generator", + "NY_FINAL_DESC": "Finální generátor", "Nakatani_stairs_free_exit": "Schodiště do sklepa Nakatani", "Nape": "Šíje", "NeededSearch": "FILTR - POŽADOVANÉ", @@ -17217,7 +17487,7 @@ "NoCompatibleAmmo": "(BEZ MUNICE)", "NoCorrespondingArea": "Pro opravu chybí požadovaná část Úkrytu", "NoFutureUpgrades": "Žádné další vylepšení", - "NoGesture": "Palce dolů", + "NoGesture": "Palec dolů", "NoSignal": "NENÍ SIGNÁL", "Noise": "Zrnění", "NoiseSuppressionLevels/Disabled": "Vypnuto", @@ -17300,7 +17570,7 @@ "OfflineRaid/startasgrouptooltip": "Pokud je tato možnost vybrána, všichni hráči začnou raid na stejném místě", "OfflineRaidScreen/WarningHeader": "Pozor! Váš postup není ve cvičném režimu ukládán!", "OfflineRaidScreen/WarningText": "Kooperační režim vyžaduje Edge of Darkness verzi hry nebo rozšíření, toto platí pro všechny členy skupiny. \nHra bude probíhat na vyhrazených serverech Escape from Tarkov.", - "OkGesture": "Palce nahoru", + "OkGesture": "Palec nahoru", "Old Azs Gate": "Brána staré čerpací stanice", "Old Gas Station": "Stará benzínka", "Old Road Gate": "Brána staré cesty", @@ -17427,7 +17697,7 @@ "Prestige/Levels/RewardsListCaption": "ODMĚNY ZA ZÍSKÁNÍ PRESTIŽE", "Prestige/Rewards/ModesCaption": "DOSTUPNÉ V REŽIMECH HRY:", "Prestige/Rewards/RewardDescription": "POPIS:", - "PrestigeTooltip{0}": "Prestige level: {0}", + "PrestigeTooltip{0}": "Úroveň prestiže: {0}", "Previous": "Předchozí", "PreviousMagazine": "Předchozí zásobník", "PreviousWalkPose": "Předchozí póza chůze", @@ -17474,11 +17744,11 @@ "Protect objective {0:F1}": "Chraňte předmět {0:F1}", "PveFirstTime/Caption": "Herní režim: PVE ZÓNA", "PveFirstTime/Message": "Vítejte v herním režimu PVE ZÓNA\n\nV tomto režimu si můžete plně prožít hru se záchováním postupem vaší postavy jako jednotlivec nebo s přáteli v PvE prostředí, aniž byste se museli obávat napadení ostatními hráči v raidu. \n\nVšechny mechaniky jsou totožné s herním režimem PVP ZÓNA.\n\nHodně štěstí!", - "PveServerMode/ForceOnlineRaidInPVE": "This location can only be played on BSG servers", - "PveServerMode/IsInGroup": "Group raids can only be played on BSG servers", - "PveServerMode/IsScav": "Scav raids can only be played on BSG servers", - "PveServerModeCheckmark": "Play on BSG servers", - "PveServerModeHeader": "Server settings", + "PveServerMode/ForceOnlineRaidInPVE": "Tuto lokaci je možné hrát pouze na serverech BSG", + "PveServerMode/IsInGroup": "Skupinové raidy je možné hrát pouze na serverech BSG", + "PveServerMode/IsScav": "Scav raidy je možné hrát pouze na serverech BSG", + "PveServerModeCheckmark": "Hrát na serverech BSG", + "PveServerModeHeader": "Nastavení serveru", "QUEST ITEM": "PŘEDMĚT K ÚKOLU", "QUEST ITEMS": "ÚKOL. VĚCI", "QUICK USE": "RYCHLÉ POUŽITÍ", @@ -17860,9 +18130,9 @@ "SHO_TRANSIT_24": "PŘESUN01", "SHO_TRANSIT_24_COND": " ", "SHO_TRANSIT_24_DESC": "Přesun na Lighthouse", - "SHO_TRANSIT_43": "TRANSIT??", - "SHO_TRANSIT_43_COND": "Probably requires Labrys access keycard (1)", - "SHO_TRANSIT_43_DESC": "Transit to Labyrinth?", + "SHO_TRANSIT_43": "PŘESUN??", + "SHO_TRANSIT_43_COND": "Pravděpodobně vyžaduje přístupovou kartu od Labrysu (1)", + "SHO_TRANSIT_43_DESC": "Přesun na Labyrinth?", "SIDE": "STRANA", "SIGHT CRATE": "Přiblížení optiky", "SILENCE": "TICHO", @@ -17986,8 +18256,8 @@ "Settings/Graphics/DLSSLockThis": "DLSS je zapnuté", "Settings/Graphics/DLSSModeTooltip": "NVIDIA DLSS využívá technologii AI Super Resolution, která poskytuje nejvyšší možnou snímkovou frekvenci při maximálním nastavení grafiky. DLSS vyžaduje grafickou kartu NVIDIA RTX.", "Settings/Graphics/DLSSNotSupported": "DLSS není na tomto systému podporované", - "Settings/Graphics/DLSSPreset": "DLSS Preset", - "Settings/Graphics/DLSSPresetTooltip": "Specific DLSS presets.", + "Settings/Graphics/DLSSPreset": "Preset DLSS", + "Settings/Graphics/DLSSPresetTooltip": "Specifické DLSS presety.", "Settings/Graphics/DLSSWrongSampling": "Pro aktivaci DLSS vypněte Převzorkování", "Settings/Graphics/FSR2LockThis": "Toto nastavení není dostupné s aktivním FSR 2.2", "Settings/Graphics/FSR2ModeTooltip": "AMD FidelityFX Super Resolution 2.2 (FSR) je novější verze technologie škálování obrazu, která umožňuje zvýšit výkon s minimální ztrátou kvality obrazu", @@ -18007,7 +18277,7 @@ "Settings/Graphics/Ultra": "ultra", "Settings/Graphics/VeryHigh": "Velmi vysoká", "Settings/Graphics/VeryLow": "Velmi nízká", - "Settings/Graphics/VolumetricLight": "Volumetric lighting", + "Settings/Graphics/VolumetricLight": "Volumetrické světlo", "Settings/NotSet": "Není nastaveno", "Settings/OpticSensitivity": "Citlivost přiblížení zaměřovače", "Settings/PressType": "TYP STISKNUTÍ", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "Zvyšuje rychlost pohybu a sprintu o [{0:0.#%}]", "StrengthBuffThrowDistanceInc": "Zvyšuje vzdálenost hodu o [{0:0.#%}]", "StrengthDescription": "Zvýšení síly Vám umožní skákat výše, běhat rychleji, udeřit tvrději, vrhat předměty na větší vzdálenost a nosit s sebou větší zátěž.", - "StrengthLevelingUpDescription": "Dovednost Síla se zlepšuje běháním během přetížení, házením granátů, používáním chladných zbraní a posilováním v Úkrytu.", + "StrengthLevelingUpDescription": "Dovednost Síla se zlepšuje pohybem během efektu přetížení, házením granátů, používáním chladných zbraní a posilováním v Úkrytu.", "StressBerserk": "Přístupu k módu Berserk", "StressPainChance": "Snižuje šanci na šok z bolesti o [{0:0.#%}]", "StressResistance": "Odolnost proti stresu", @@ -18370,11 +18640,11 @@ "ToggleLockMode": "Zapnout režim zamčení předmětů", "TogglePinMode": "Zapnout režim připnutí předmětů", "ToggleTacticalInteraction": "Režim aktivace taktického zařízení", - "Toggle_Light": "Toggle", + "Toggle_Light": "Přepnout", "Tooltips/PinLock/LockDescription": "Uzamčené předměty nelze přesunout, používat, upravovat, zahodit ani předat", "Tooltips/PinLock/PinDescription": "Připnuté předměty si po automatickém srovnání zachovají svou pozici", - "Tooltips/Priority/PriorityDescription": "Make stash a priority window", - "Tooltips/gridwindow/Priority/Description": "Prioritize this window", + "Tooltips/Priority/PriorityDescription": "Označit skrýš jako prioritní okno", + "Tooltips/gridwindow/Priority/Description": "Prioritizovat toto okno", "Top": "Vršek", "TopUp": "DOROVNAT", "Total": "Celkem", @@ -18403,11 +18673,11 @@ "Trading/Dialog/Btr/AskForNewQuests": "Máte pro mě nějakou práci?", "Trading/Dialog/Btr/News": "Co je nového?", "Trading/Dialog/Btr/News/Next": "Nějaké další novinky?", - "Trading/Dialog/Btr/News1": "Some assholes pillaged my depot! I managed to stay out, but the situation's still fucked up! I gotta beat them out of there... But first, I need a new place to settle in. Afterwards, I'll look for someone who can help. Anything comes up, I'll get in touch with you, okay?", - "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", - "Trading/Dialog/Btr/News3": "I heard that some mercs have broken into the old industrial plants on customs. Running around, looting every damn corner. You know, I've been wondering why they didn't open those doors and gates sooner. Did they even try?", - "Trading/Dialog/Btr/News4": "Someone decided to head count all the veterans in Tarkov. If you've been here for a long time, you can probably get some distinguishing insignia too. From now on, all the freshies will know who's got the biggest balls around here!", - "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", + "Trading/Dialog/Btr/News1": "Nějací parchanti vykradli můj sklad! Naštěstí jsem se tomu vyhnul, ale situace je pořád dost na hovno! Musím je odtamtud vyhnat... Ale nejdřív si potřebuju najít nové místo, kde se usadím. Pak se poohlédnu po někom, kdo mi může pomoct. Kdyby něco, ozvu se ti, jo?", + "Trading/Dialog/Btr/News2": "Novinky? Viděl jsi, jak se najednou oteplilo? Teplo je super, ale nesmíš polevit v ostražitosti! Musíš být pořád ve střehu.", + "Trading/Dialog/Btr/News3": "Slyšel jsem, že nějací žoldáci se dostali do starých průmyslových objektů na Customs. Pobíhají tam a rabují každičkej kout. Hele, přemýšlel jsem, proč ty dveře a brány neotevřeli už dřív. Zkoušeli to vůbec?", + "Trading/Dialog/Btr/News4": "Někdo se rozhodl spočítat všechny veterány v Tarkově. Jestli jsi tady už dlouho, asi můžeš taky dostat nějaký výrazný odznak. Odteď všichni nováčci poznají, kdo má tady největší koule!", + "Trading/Dialog/Btr/News5": "Všude je samé bláto! Naštěstí je tenhle kluk docela velkej, takže se nezaboří. Až na to mytí potom! Když už jsme u toho, nechceš brigádu – umývat moje BTR? Ne? Sakra.", "Trading/Dialog/Btr/NoNews": "Myslím, že to jsou všechny novinky, co mám.", "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Provedu. (přijmout úkol \"{0}\")", "Trading/Dialog/Btr/PlayerFinishQuest{0}": "Hotovo. (dokončit úkol \"{0}\")", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Předmět", "UI/Quest/Reward/ProductionSchemeCaption": "Výrobní recept pro {0} na úrovni {1}", "UI/Quest/Reward/QuestCaption": "Úkol", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Úroveň prestiže: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Úroveň postavy: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{1}. úroveň dovednosti {0}", @@ -18740,7 +19011,7 @@ "Ui/Settings/ClearAllWishlistMessage2": "Všechny dříve uložené záznamy budou vymazány. Jste si jisti?", "Ui/Settings/ColorScheme/GreenToRed": "Polychrome", "Ui/Settings/ColorScheme/WhiteToRed": "Černobílý", - "Ui/Settings/ContinuousHealMode": "Continuous medkit healing", + "Ui/Settings/ContinuousHealMode": "Nepřetržité léčení", "Ui/Settings/EnableHideoutPreload": "Přednačtení úkrytu", "Ui/Settings/HealthColorScheme": "Barva schématu zdraví", "Ui/Settings/HeathVisibility": "Zdravotní stav", @@ -18752,10 +19023,10 @@ "Ui/Settings/NVidiaReflexNotAvailable": "NVIDIA Reflex není na vašem systému dostupný.", "Ui/Settings/NVidiaReflexType": "Nízká prodleva NVIDIA Reflex", "Ui/Settings/NotificationTransportType": "Typ oznamovacího kanálu", - "Ui/Settings/PriorityWindowMode": "Priority window", + "Ui/Settings/PriorityWindowMode": "Prioritní okno", "Ui/Settings/PriorityWindowMode/Auto": "Auto", - "Ui/Settings/PriorityWindowMode/Disabled": "Disabled", - "Ui/Settings/PriorityWindowMode/Manual": "Manual", + "Ui/Settings/PriorityWindowMode/Disabled": "Vypnuto", + "Ui/Settings/PriorityWindowMode/Manual": "Manuální", "Ui/Settings/QuickSlotsVisibility": "Rychlé sloty", "Ui/Settings/SelectedMemberCategory": "Profilová ikona", "Ui/Settings/StanimaVisibility": "Výdrž a postoj", @@ -18765,7 +19036,7 @@ "Ui/Settings/Visibility/Always": "Vždy zobrazit", "Ui/Settings/Visibility/Autohide": "Auto. skrytí", "Ui/Settings/Visibility/Never": "Vždy skryt", - "UnavailableDuringMatching": "Unavailable during matching", + "UnavailableDuringMatching": "Nedostupné během vyhledávání hry", "Unban": "Odbanovat", "UnbanPlayer": "{0} byl odbanován.", "Uncover": "Zrušit pojištění", @@ -18847,8 +19118,8 @@ "Voip/VoiceActivationEnable": "Aktivace rádia", "Voip/WalkieTalkieVolume": "Hlasitost rádia", "Voip/YouAreReported": "Byl jste nahlášen za zneužití VOIP", - "VolumetricLight": "Volumetric lighting", - "VolumetricLight setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "VolumetricLight": "Volumetrické světlo", + "VolumetricLight setting will be fully applied after the raid restarts": "Nastavení se zcela projeví až v následujícím raidu", "WATCHLIST": "SEZNAM", "WEAPON BUILDS": "ŠABLONY PRO ZBRANĚ", "WEAPON MASTERING (01)": "OVLÁDÁNÍ ZBRANĚ (01)", @@ -19341,7 +19612,7 @@ "btr_accept_quest_02": "Nikdy jsem tebou nepochyboval.", "btr_accept_quest_03": "Výborně! Přijď až budeš hotový.", "btr_buy_01": "Transakce úspěšná! Něco dalšího?", - "btr_fail_accept_quest_01": "I think it's a little early for us to be working together.", + "btr_fail_accept_quest_01": "Myslím, že je trochu brzo na to, abychom spolupracovali.", "btr_generic_greetings_01": "Chceš si jen pokecat nebo někam pojedem?", "btr_generic_greetings_02": "Ukousnul jsi si jazyk? Řekni mi, proč tu jsi.", "btr_generic_greetings_03": "Pojď, sedni si. Potřebuješ svézt?", @@ -19796,8 +20067,8 @@ "lab_Parking_Gate": "Brána parkoviště", "lab_Under_Storage_Collector": "Kanalizační potrubí", "lab_Vent": "Větrací šachta", - "labir_exit": "The Way Up", - "labyrinth_secret_tagilla_key": "Ariadne's Path", + "labir_exit": "Cesta vzhůru", + "labyrinth_secret_tagilla_key": "Ariadnina stezka", "lastSession": "Poslední hra", "leader": "Velitel", "left_side_plate": "L. PLÁT", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20459,11 +20731,11 @@ "5704e3c2d2720bac5b8b4567 Name": "Woods", "5704e3c2d2720bac5b8b4567 Description": "Přírodní rezervace Priozersk byla nedávno zahrnuta do seznamu státem chráněných přírodní rezervací severozápadního okresu.", "5704e47ed2720bb35b8b4568 Name": "Town", - "5704e47ed2720bb35b8b4568 Description": "Městečko Verkhneye je nevelká městská zástavba u moře, známá mezi místními obyvateli, jako vyjímečné zahrádkářské a relaxační místo.", + "5704e47ed2720bb35b8b4568 Description": "Městečko Verkhneye je nevelká městská zástavba u moře, známá mezi místními obyvateli, jako výjimečné zahrádkářské a relaxační místo.", "5704e4dad2720bb55b8b4567 Name": "Lighthouse", "5704e4dad2720bb55b8b4567 Description": "Maják na mysu Dalniy byl důležitým strategickým objektem na cestě k Tarkovu. Během Válek Kontraktorů byl hlavním vstupním bodem pro jednotky USEC a sloužil jako jejich operační základna. Po skončení konfliktu si toto místo oblíbili Scavové, dokud se sem nevrátili staří majitelé, kteří se rozhodli zůstat v Tarkově a založit zde vlastní řád.", "5704e554d2720bac5b8b456e Name": "Shoreline", - "5704e554d2720bac5b8b456e Description": "Pobřeží je velkou částí tarkovského předměstí, které přiléhá k přístavišti.\nV tomto teritoriu naleznete částečně opuštěnou vesnici, moderní soukromé obydlí, zemědělská pole, dlouhé mořské pobřeží s typickými stavbami, čerpací stanici, meteorologickou stanici, radiový vysílač a další zajímavá místa. Hlavním bodem vašeho zájmu bude určitě velké lázeňské středisko \"Azure Coast\", které se skládá z několika budov a vlastní vodní elektrárnou. Resort byl kdysi používán pro dočasné ubytování zaměstnanců společnosti TerraGroup a sdružených podniků během příprav na evakuaci, která probíhala přes tarkovský přístav.", + "5704e554d2720bac5b8b456e Description": "Pobřeží tvoří velkou část předměstí Tarkova a nachází se vedle přístavu.\n\nV oblasti se nachází částečně opuštěná vesnice, moderní soukromé domy, zemědělské oblasti, dlouhé pláže, přístav pro lodě, čerpací stanice, meteorologická stanice, mobilní věž a další komerční zařízení.\n\nHlavním bodem zájmu je léčebný resort Azure Coast, který se skládá z několika bloků a je zcela napájen blízkou vodní elektrárnou. Resort byl dříve používán jako dočasné ubytování pro členy TerraGroup a přidružené divize korporace při přípravách na evakuaci Tarkovského přístavu.", "5704e5a4d2720bb45b8b4567 Name": "Terminal", "5704e5a4d2720bb45b8b4567 Description": "Velká část přístavní zóny, která má být záložním extrakčním bodem Emercomu.", "5704e5fad2720bc05b8b4567 Name": "Reserve", @@ -20504,14 +20776,14 @@ "62eba95b7ba21c1d534d305a Description": "Stadion staré sportovní arény s tribunami, upravený pro zápasy na život a na smrt.", "6441004f8ab20b218807f14b Name": "Chop Shop", "6441004f8ab20b218807f14b Description": "Kdysi úspěšný podnik se proměnil v ještě úspěšnější arénu násilných přestřelek.", - "64b7d7f23d81c8a9ee03ac27 Name": "Yard", - "64b7d7f23d81c8a9ee03ac27 Description": "A courtyard in one of residential neighborhoods, equipped by the Host for Arena fights.", + "64b7d7f23d81c8a9ee03ac27 Name": "Block", + "64b7d7f23d81c8a9ee03ac27 Description": "Nádvoří v jedné z obytných čtvrtí, které hostitel vybavil pro Aréna zápasy.", "653e6760052c01c1c805532f Name": "Ground Zero", "653e6760052c01c1c805532f Description": "Obchodní centrum Tarkova. Zde sídlila společnost TerraGroup. Tady to všechno začalo.", "65b8d6f5cdde2479cb2a3125 Name": "Ground Zero", "65b8d6f5cdde2479cb2a3125 Description": "Obchodní centrum Tarkova. Zde sídlila společnost TerraGroup. Tady to všechno začalo.", "6733700029c367a3d40b02af Name": "The Labyrinth", - "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", + "6733700029c367a3d40b02af Description": "Zařízení jednoho z kontraktorů TerraGroup, Knossos LLC. Podle veřejných zdrojů se zabývají výstavbou zábavních a tematických parků. Tento prostor však vypadá spíše jako silně opevněný bunkr než nový tematický park.", "5464e0404bdc2d2a708b4567 Name": "United Security", "5464e0404bdc2d2a708b4567 Description": "Soukromá vojenská společnost USEC byla založena v roce 1999 spojením společností KerniSEC a Safe Sea. V roce 2004 jednatel společnosti TerraGroup international holding uzavřel s vedením USEC kontrakt, čímž v podstatě vytvořil soukromou armádu firmy TG, o síle více než 7500 mužů s kancelářemi po celém světe.", "5464e0454bdc2d06708b4567 Name": "BEAR", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debut", "5936d90786f7742b1420ba5b description": "Ahoj, vojáku. Mám práci, která je pro mé lidi příliš snadná. Ale ty to zvládneš. Hej, nebuď naštvaný, ještě tě neznám tak dobře, abych ti mohl dát normální práci!\n\nPo ulicích se potuluje spousta verbeže. Moc mě neobtěžují, ale stejně jsou na obtíž. Zklidni jich třeba pět a seber jim pár brokovnic MP-133. Myslím, že to bude stačit. Rozchod, vojáku!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -21537,7 +21821,7 @@ "596b455186f77457cb50eccb declinePlayerMessage": "", "596b455186f77457cb50eccb completePlayerMessage": "", "5979ed3886f77431307dc512 name": "Co je na tom flash disku?", - "5979ed3886f77431307dc512 description": "Hey there, mister operator, come here. I got a little something for you. I'm not saying it's a real sure bet, but it might be interesting. One drunken punk’s been blabbing that back during the Contract Wars, he guided a few groups of some VIPs who didn't want to be caught by our soldiers or cops. \n\nAnd I agree with the latter. You can still make deals with war dogs as there are many decent people there, but cops are no damn good! Anyway, he guided several such groups. \n\nOh and a fool as he is, he managed to steal everything he could during their camping breaks. Now that deadbeat swears on his mom’s name that he snatched two thumb drives on his latest run. What was on them - if anything at all - he’s got no clue. \n\nAnd he’s been permanently shit-faced for so long that he can’t remember anything at all - no location, no landmarks, nothing. Yet he says those VIP were some big enough to even bring security with them, so this might be worth a while. Check any campsite you find. I know that these paths have been beaten through and through since, but what if, you know?", + "5979ed3886f77431307dc512 description": "Hej, pane operátore, pojď sem. Něco pro tebe mám. Neříkám, že je to jistota, ale mohlo by to být zajímavé. Jeden ožralej týpek vyžvanil, že v době smluvních válek vedl několik skupin nějakých VIP, kteří nechtěli být chyceni našimi vojáky nebo cajtama.\n\nA s tím druhým souhlasím. S válečnými psy se dá ještě domluvit, protože tam je spousta slušných lidí, ale policajti jsou sakra k ničemu! Každopádně několik takových skupin vedl.\n\nJo a hlupák, jakej je, dokázal během jejich táborových přestávek ukrást všechno co se dalo. Teď ten flákač přísahá na svou mámu, že při posledním útěku ukradl dva flash disky. Co na nich bylo - pokud vůbec něco-, nemá tušení.\n\nA je už tak dlouho permanentně podělaný, že si nepamatuje vůbec nic - žádnou polohu, žádné orientační body, nic. Přesto říká, že ti VIP byli někteří dost velcí na to, aby si s sebou vzali i ochranku, takže by to mohlo stát za to. Zkontroluj každé tábořiště, které najdeš. Vím, že tyhle cesty jsou od té doby prošlapané skrz naskrz, ale co kdyby, víš?", "5979ed3886f77431307dc512 failMessageText": "", "5979ed3886f77431307dc512 successMessageText": "A říkal jsi, že tam nic není! Přestože by mohly být prázdné. Je třeba to zkontrolovat. V každém případě dostaneš svůj podíl.", "5979ee2986f7743ec214c7a4": "Najít během raidu Zabezpečené flash disky", @@ -21546,9 +21830,9 @@ "5979ed3886f77431307dc512 declinePlayerMessage": "", "5979ed3886f77431307dc512 completePlayerMessage": "", "5979eee086f774311955e614 name": "Zlatý lup", - "5979eee086f774311955e614 description": "Oi, street thug! Tell me, why has the world become so hypocritical, eh? People who haven't done a single proper thing in their lives are teaching me how to get shit done! One prick didn't like my business conditions, so he tried to pull a fast one on me. I taught him a lesson once, but he got all bullish.\n\nSo, it's a simple job. There's a group of Scavs at Polikhim. One of their top dogs is a certain Uruguay. He chose his nickname himself, the moron. \nWe should end him. But that's only half of the story. He's got a lighter, sort of lucky charm. A gold-plated Zibbo. He fidgets it all the time in his claws. Dropped by my place too, and kept fucking clicking it. \n\nI think he lived in the dorms, room 303. So, you gotta slip this thing into one of the special places so that someone gets a bit flabbergasted and gets the message. You feel me? Good. So the place is at the customs area, in a locked shed next to the trailer park. Here's the key to it.", + "5979eee086f774311955e614 description": "Hej, ty pouliční grázle! Řekni mi, proč se svět stal tak pokryteckým? Lidi, kteří v životě neudělali jedinou pořádnou věc, mě učí, jak se má dělat hovno! Jednomu hajzlovi se nelíbily moje obchodní podmínky, tak se mě pokusil obrat. Jednou jsem mu dal za vyučenou, ale on se začal chovat jako bejk.\n\nTakže je to jednoduchá práce. V Polikhimu je skupina scavů. Jedním z jejich nejlepších psů je jistý Uruguay. Svoji přezdívku si vybral sám, blbec. Měli bychom s ním skoncovat. Ale to je jen polovina příběhu. Má zapalovač, něco jako talisman pro štěstí. Pozlacený Zibbo. Pořád ho má v pařátech. Zastavil se i u mě a pořád s ním kurva cvakal.\n\nMyslím, že bydlel v ubytovně, pokoj 303. Takže tuhle věc musíš strčit na jedno ze speciálních míst, aby to někoho ohromilo a pochopil zprávu. Chápeš mě? Dobře. Takže to místo je na Customs, v zamčené kůlně vedle parkoviště přívěsů. Tady je k němu klíč.", "5979eee086f774311955e614 failMessageText": "", - "5979eee086f774311955e614 successMessageText": "Proper good job. Let's see what comes of it. You go get some rest, yeah?", + "5979eee086f774311955e614 successMessageText": "Dobrá práce. Uvidíme, co z toho vzejde. Běž si odpočinout, jo?", "5979ef4586f77431307dc513": "Najít na Customs Pozlacený zapalovač Zibbo", "5979ef7986f77431307dc514": "Skrýt zapalovač v obytné buňce na parkovišti přívěsů na Customs", "5979eee086f774311955e614 acceptPlayerMessage": "", @@ -22238,7 +22522,7 @@ "5ae3270f86f77445ba41d4dd declinePlayerMessage": "", "5ae3270f86f77445ba41d4dd completePlayerMessage": "", "5ae3277186f7745973054106 name": "Puškař - Část 8", - "5ae3277186f7745973054106 description": "Mám dvě neuronové sítě. Jedna přes kamery rozpozná tváře a porovnává je v databázích a druhá sleduje obchod s kryptoměnami a reaguje na změny kurzů. Dnes jsem se rozhodl vytvořit ještě jednu, která bude sledovat teplotu, vlhkost, tlak a další parametry tady mého úkrytu, a mimo jiné — reagovat na mojí náladu. Pojďme se podívat, jak to vypadá, když jsem hotov. Je tady objednávka na AKS-74N s doplňky Zenit. Ergonomie by měla být přes 65, zpětný ráz méně než 275 a neměla by být větší než 10 slotů. A co je nejdůležitější musí to být s předpažbím Zenit B-30 s horní lištou B-31S pro AK, taktickou rukojetí RK-0, AK-12 zásobník, Klesch-2IKS a DTK-1. Vše od Zenitu. Možná je to dárek pro bývalého občana Petrohradu.", + "5ae3277186f7745973054106 description": "Mám dvě neuronové sítě, jedna skenuje tváře na kamerách a porovnává je s databází, a druhá sleduje obchodování s kryptoměnami a reaguje na něj. Dnes jsem se rozhodl vytvořit ještě jednu, která bude monitorovat teplotu, vlhkost, tlak a další parametry mého úkrytu, a mimo jiné - reagovat na moji náladu. Uvidíme, jak to dopadne, až ji dokončím.\n\nJe tu objednávka na AKS-74N s díly od Zenitu. Ergonomie by měla být přes 65, součet zpětného rázu méně než 275 a zbraň by neměla zabírat více než 10 slotů.\n\nTeď k nejdůležitější části - samotné sestavě. Potřebujeme předpažbí B-30, taktickou rukojeť RK-0, kryt závěru B-33, pažbičku RK-3, pažbu PT-3, svítilnu Klesch-2IKS, úsťovou brzdu DTK-1 a nový zásobník AK-12, v podstatě Zenit ve všech směrech. Možná je to dárek pro bývalého obyvatele Petrohradu.", "5ae3277186f7745973054106 failMessageText": "", "5ae3277186f7745973054106 successMessageText": "No, je to Zenit AK připravené? Skvěle, nech ho na té bedně, díky. Pro další objednávku si můžeš přijít zítra, jestli chceš.", "5ae3570b86f7746efa6b4494": "Upravit AKS-74N dle požadované specifikace", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "Blbý kecy", + "5c0bbaa886f7746941031d82 description": "Takže, zavolal jsem tě kvůli tomu, že jsem ve svém týmu objevil dvojitýho agenta, ten hajzl vynášel informace o mých činnostech a dodavatelích. Já se celou dobu divil, co se kurva děje. Moji muži dostali tip, podle kterého to vypadá, že se jedná o jednoho z místních, z ubytovny na Customs. Věc se má tak. Chci jim dát nějaké falešný info o \"další zásilce\". A až si pro to ty kokoti přijdou, moji chlapci je sejmou. To info o zásilce by se k nim mělo dostat úplně v klidu, žádný rachot, žádný stres, jakoby to přišlo od jednoho z nich, chápeš? Na Customs na velkém mostě v kufru modrého auta je flash disk se speciálníma informacema. Moji kluci byli na tom mostě přepadeni, takže to nemohli schovat nikde blíž k ubytovnám, omlouvám se. Schovej ten flash disk spolu s Roler hodinkami a SV-98 v té ubytovně, přesně jak jsme se dohodli. A to nejdůležitější: nedráždi tam žádné Scavy a až skončíš, tak prostě potichu odejdi.", + "5c0bbaa886f7746941031d82 failMessageText": "Co to kurva děláš, ty blbče? Proč jsi je zastřelil? Nechtějí nás pustit blíž než na míli k ubytovnám. Teď to budou dlouho hlídat... Jak teď kurva podstrčíme ty falešné informace, co? O čem to mluvíš? O jakým zatraceným \"vysílači\" to mluvíš? Vypadni odsud!", + "5c0bbaa886f7746941031d82 successMessageText": "Vypadá to, že je všechno v pořádku, moji chlapi jsou na místě a myslím, že to bude pro ty bastardy velké a zároveň poslední překvapení.", "5c0bc32986f7743e4d1002d2": "Skrýt SV-98 do odpadků naproti schodům ve 3. patře ubytovny", "5c0bc43e86f7744794440ba5": "Skrýt zlaté hodinky Roler Submariner do odpadků naproti schodům ve 3. patře ubytovny", "5c12320586f77437e44bcb15": "Skrýt falešný flash disk do odpadků naproti schodům ve 3. patře ubytovny", @@ -24410,7 +24694,7 @@ "625d700aefebc4442a7b3875 completePlayerMessage": "", "625d700cc48e6c62a440fab5 name": "Seznamujeme se", "625d700cc48e6c62a440fab5 description": "Pojď dál! Dáš si medový čaj? Ani se neptej, kolik mě med stojí. Za války jsou ceny takové, víš... Taky chci přeflashovat transpondér, ale potřebuju speciální software. Podle mých kontaktů se takový software dá sehnat u bývalých USECů v čističce vody. Vím, že to není jednoduché, ale stojí to za to. Kdy transpondér přeflashuju? Kamaráde, ty ho přeflashuješ. Nemám tady dost vybavení, ale tvé zpravodajské centrum by mělo mít vše, co potřebuješ, pokud to správně nastavíš. Napíšu ti, co přesně je třeba udělat. Ještě jedna věc: obchodník ti pošle pravidla tvé návštěvy, abych tak řekl. Zaprvé: k majáku se můžeš dostat pouze s transpondérem, jak jinak tě odliší od ostatních PMC? Za druhé: nevbíhej tam rovnou, ujisti se, že transpondér funguje. Uslyšíš pípnutí, to znamená, že transpondér je autorizovaný, a můžeš jít dál. Tak hodně štěstí! Jsem si jistý, že tentokrát to určitě vyjde.", - "625d700cc48e6c62a440fab5 failMessageText": "I had no idea you could manage to do it wrong... But hell, you did it. Well, you'll never get near Lightkeeper until you make it up to him. That's a sketchy thing you did, mercenary, this set me up pretty bad. Don't expect to get away with it scot-free.", + "625d700cc48e6c62a440fab5 failMessageText": "Netušil jsem, že se to dá udělat špatně... Ale sakra, dokázal jsi to. K Lightkeeperovi se nikdy nepřiblížíš, dokud mu to nevynahradíš. To jsi udělal dost pochybně, žoldáku, tohle mě pěkně podrazilo. Nečekej, že ti to projde bez trestu.", "625d700cc48e6c62a440fab5 successMessageText": "Jak to šlo? Řekni mi všechno.", "6391e2f9e705511c8a4a1b85": "Získat na Lighthouse flash disk V3", "6391e31bfa894f0a866afdec": "Přeflashovat rádiový vysílač", @@ -25549,7 +25833,7 @@ "6574e0dedc0d635f633a5805 description": "Mám novou hračku, kterou jsem chtěl vyzkoušet. A tady jsi, právě včas. Vezmi tohle RPD a jdi na Shoreline a tam si s ním zastřílej. Hlavně ho cestou neztrať, jiné zbraně nepřijmu.", "6574e0dedc0d635f633a5805 failMessageText": "", "6574e0dedc0d635f633a5805 successMessageText": "Tak jak se ti to líbí, dobrý, jo? V boji je to opravdová kráska!", - "6574e0dedc0d635f633a5807": "Eliminate any target while using an RPDN machine gun with 1P78-1 scope on Shoreline", + "6574e0dedc0d635f633a5807": "Eliminovat jakýkoliv cíl pomocí kulometu RPDN se zaměřovačem 1P78-1 na Shoreline", "6574e0dedc0d635f633a5805 acceptPlayerMessage": "", "6574e0dedc0d635f633a5805 declinePlayerMessage": "", "6574e0dedc0d635f633a5805 completePlayerMessage": "", @@ -25703,10 +25987,10 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Snadné peníze - Část 1", - "66058cb22cee99303f1ba067 description": "Hej. Mám pro tebe práci. Můj kámoš hledá vhodný lidi pro jeho podnik. Nevím, jak to chodí, jen první fáze náboru, abych tak řekl. Vidím, že máš zájem.\n\nUž jsi slyšel něco o Aréně? Měl bys po Tarkově rozvěsit letáky. Třeba \"Přijď se podívat\" a takovýhle věci, víš. Hej, seriózní lidi vždycky začínají s něčím menším! Vyzvedneš letáky v táboře USEC na Woods, jak to tam dopadlo? Kdo ví? Můj kontakt by mohl mít dobrý spojence. Jakmile dostaneš balíček, obejdi město a vylepuj letáky po celém městě. Dělám si srandu ty vole. Přines to na určená místa, tam už na to přijdou.", + "66058cb22cee99303f1ba067 description": "Čau kámo. Mám pro tebe práci. Jeden můj starej známý hledá ty správný lidi pro svůj byznys. Neznám všechny detaily, jen tu první fázi náboru, tak říkajíc. Vidím, že máš zájem.\n\nSlyšel jsi už něco o Aréně? Musíš po Tarkovu rozvěsit letáky. Něco jako \"přijďte se podívat\", takový věci, chápeš. Hele, i vážný věci začínají malýma krůčkama! Mám pro tebe pár plakátů, ale jestli je ztratíš, je to tvůj problém, jasný? Přines je do pevnosti Scavů u terminálu na Customs. Tak jdi na to.", "66058cb22cee99303f1ba067 failMessageText": "", "66058cb22cee99303f1ba067 successMessageText": "Všechno hotový? Předám jim to. Tady jsou mezitím nějaký mňaminky.", - "6606b709f7ce34bb26221cab": "Položit plakát \"Bison vs Undertaker\" v obytných prostorách na Scavovské základně na Customs", + "6606b709f7ce34bb26221cab": "Položit plakát \"Bison vs Undertaker\" v obytných prostorách na Scavovské základně na Custom", "6606b74ebce4c3e0bda438fd": "Položit plakát \"Killa and Tagilla\" na vlakovém nástupišti na Reserve", "6606b7501d9dfa39ba0b037e": "Vyvěsit plakáty v kině Rodina na Streets of Tarkov", "6606b752a6c704c4333a804d": "Položit balení plakátů \"Easy Money\" uvnitř helikoptéry v čističce vod na Lighthouse", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Ahoj, šampióne! Jeden můj přítel ti dal malý zkušební úkol. Teď jsem se rozhodl, že se s tebou setkám osobně. Lidé mi říkají Ref. Hostování v Aréně a velké peníze, ha!\n\nOčividně ti nevadí vydělávat peníze a já zoufale potřebuji nové zaměstnance. Obchod vzkvétá a já mám málo lidí. Rozšiřujeme se!\n\nBrzy máme v plánu další zápas. Jak se říkalo ve starém Římě, \"lid si žádá chléb a cirkusy\". To druhé je v pořádku, ale chléb nestíhá. Drobné narušení dodávek, s tím si nedělej starosti. Jen mi přines nějaké jídlo a chlast pro diváky.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Všechno, co jsi přinesl, už bylo posláno na svá místa. Dobrá práce.", - "6606bd2aa49db36b69b6dbf9": "Předat předmět nalezený v raidu: Láhev vodky Tarkovskaya", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Předat předmět nalezený v raidu: Láhev piva Pevko Light", "6606bd814120fcf7f0a38e55": "Předat předmět nalezený v raidu: Čokoláda Alyonka", "6606bd9128b63f13e560592f": "Předat předmět nalezený v raidu: Balení sušeného masa Tarker", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Vyrovnávání - Část 1", - "66058cb7c7f3584787181476 description": "Na mých úkolech jsi odvedl skvělou práci. Také jsem tě prošel ve svých databázích... Jen pro jistotu. Nenajímáš jen tak někoho, víš, co tím myslím, bratře? Povýším tě na testera! Budeš testovat vybavení pro Arénu.\n\nTady máš útočnou pušku G36 a vestu THOR, vyzkoušej si to na nějaké menší verbeši. Pokud tvůj test dopadne dobře, budou tuto výstroj později nosit moji gladiátoři.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Tato sada je určitě dobrá. Dokonce jsem pro ni teď vymyslel název: budeme jí říkat Diesel. Myslím, že jsme to ale s těmi pláty trochu přehnali, je to úplný chodící tank. Myslím, že bychom je měli odstranit, ne?", - "6606d133fcb99b9004aa2d1d": "Eliminovat Scavy na Interchange použitím útočné pušky G36 a jakékoliv vesty NFM THOR", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Vyrovnávání - Část 2", - "66058cb9e8e4f17985230805 description": "Poslední testování jsi zvládl na výbornou. Ještě že jsem si tě ze všech kandidátů vybral.\n\nTeď otestujeme novou sadu vybavení na větších rybách. Tady je útočná puška AKS-74UB a vesta PACA. Pokud v tomhle přežiješ, gladiátoři budou také spokojení. Dobrá, běž si to vyzkoušet.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Vidím, že v této sadě víc využíváš sílu zbraně... Tady není moc balistiky, takže to bude průzkumná sada. Mám pro ni jméno. Měl jsem kamaráda, který byl hubený a křehce vypadající, ale velmi rázný. Nakopával zadky vlevo i vpravo. Říkali jsme mu Tichon. Tak budu říkat téhle sadě.", - "660a9c99c650fa4d531f4c96": "Eliminovat PMC na Streets of Tarkov použitím AKS-74UB a vesty PACA", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "Přišel jsem na skvělý nápad, jak Arénu ještě vylepšit. A potřebuji tvoji pomoc.\n\nPotřebuji sehnat nějaké balistické pláty pro jednoho chlápka. Je to častý účastník, takže je na čase mu dát vylepšení, aby nadchl publikum. To je ta věc s představeními, když včas nepřidáš dřevo, oheň uhasne.\n\nTak a teď mi běž sehnat nějaké balistické pláty.\n\nDav bude pištět, až ho uvidí!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Přesně to jsem potřeboval! Už toho moc nezbývá. Všichni budou nadšení, až uvidí výsledky, slibuji! Tady je helma jako odměna. Její poslední majitel má teď lepší, ha!", - "6606d08b4e2e27ca2d80085e": "Předat předmět nalezený v raidu: Balistický plát Korund-VM (Přední)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Předat předmět nalezený v raidu: Balistický plát SPRTN Omega", "6606d0a8f146598b0f492e12": "Předat předmět nalezený v raidu: Balistický plát 6B33 (Přední)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", - "66058cbd9f59e625462acc8e name": "Odvedení pozornosti - Část 1", - "66058cbd9f59e625462acc8e description": "Podívej, začínáš mi připadat jako rodina. Jako bratr! Myslím, že ti můžu dohodit nějakou pořádnou práci.\n\nMám v Aréně pár spoluzakladatelů, Kabana a Kollontaye, možná je znáš. Myslel jsem, že jsou to fajn kluci, ale teď se rozhodli hrát politiku. Chtějí do Arény dosadit svého šampiona, dovedeš si to představit? A dobrý šampion přináší tolik peněz, to bys věděl. Bude to chtít hodně času a peněz na obnovu podniku.\n\nMusíme ty chlapy vyděsit, aby si uvědomili, že překračují hranici. Vezmi pár cihel TNT a rozmísti je kolem jejich úkrytů. Bez detonátorů. Nic nevyhodíme do vzduchu, ale ať to vypadá jako velká věc. Ať běhají vyděšení.", + "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", - "66058cbd9f59e625462acc8e successMessageText": "Ha, měl jsi vidět ten zmatek, když našli cihly! To byla podívaná! Škoda, že jsme to celé nenatočili... Odvedl jsi dobrou práci. Tady máš odměnu.", - "660a9dc64c0927ead4fcfeef": "Umístit 3 cihly TNT TP-200 pod Kabanovu kancelář na Streets of Tarkov", + "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Umístit 3 cihly TNT TP-200 u vchodu do MVD akademie na Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Odvedení pozornosti - Část 2", - "66058cbf2f19c31a5a1337ec description": "Kaban a Kollontay se zotavili až protivně rychle. Byli také dost hloupí na to, aby si nenechali poradit. Ale to je v pořádku, my dva, můžeme pak dát další nápovědu, ne?\n\nMám plán. Musíš je znovu navštívit a zastřelit jejich poskoky a stráže. Všichni jsou důvěrní spolupracovníci těch dvou. Ale nedotýkej se Kabana a Kollontaye! Tentokrát si musí dát na nápovědě určitě záležet.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Nevíš, na koho máš střílet?! Měl jsem v tebe tak velké naděje.", - "66058cbf2f19c31a5a1337ec successMessageText": "Dobrá práce! Kaban a Kollontay už se bouří a hledají toho, kdo nařídil vraždu. Přijdou na to a uvědomí si, že překročili hranice. Tady, tohle je tvá odměna.", - "660d5effb318c171fb1ca234": "Eliminovat na Streets of Tarkov Kabanovu ochranku", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminovat na Streets of Tarkov Kollontayovu ochranku", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "Do velkých výšin! - Část 1", - "66058cc1da30b620a34e6e86 description": "Dobrá, Kaban a Kollontay jsou teď příliš zaneprázdněni hledáním útočníků, než aby vůbec něčeho dosáhnuli. Což znamená, že je čas na nového šampiona Arény. A budeš to ty. Samozřejmě po dohodě. My tady krutost nepraktikujeme, ha!\n\nMohu ti pomoci nahoru a k bohatství, o jakém se ti ani nesnilo. Jen musíš přijmout mou nabídku. Ale víš, že činy mají vždy přednost před slovy. Tak vstup do Arény a vyhraj. Podle toho poznám, že jsi připraven posunout se dál.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "Ani na vteřinu jsem o tobě nepochyboval, bratře! Ale nezapomeň, že jsme tu proto, abychom lidi bavili. Potřebujeme větší show! Někdy to vypadá, jako bys jen střílel do plechovek, víš?", - "662ba5a89d8041c264dd9673": "Vyhrát zápas v hodnoceném režimu v Aréně", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "Odteď jsi pod mými křídly, bratře. Postarám se o to, aby jsi dělal dobré pokroky, ale budeš muset častěji zvednout zadek.\n\nZačneme se základy. Aréna je v Tarkově, ale největší sponzoři jsou v zámoří. Sledují každý zápas, sázejí, házejí peníze na favority. A ty potřebuješ, aby se o to někteří z těch velkých lidí zajímali. Získej jejich pozornost, ukaž jim, že za to stojíš. Udělej si jméno. Jedno vítězství k tomu samo o sobě nestačí. Ukaž jim, že umíš předvést strhující výkon!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "Vidím, že děláš pokroky! Začíná se o tobě mluvit i v zámoří. Lidé se o tebe zajímají. To je znamení, že to děláš správně!", - "662ba78e19c86d3199ae0a93": "Vyhrát zápas v hodnoceném režimu v Aréně", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Dosáhnout hodnocení 1700 ARP", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "Vedeš si skvěle! Ale je příliš brzo na to, aby jsi přestal. Častěji se blýskni, zapůsob na publikum. Vynikni. Staň se tím, o kom se mluví, tím, za kým se chodí. Pak přijdou peníze a pak další mňaminky: auta, holky... I když na to poslední je Tarkov trochu krátký. \n\nKaždopádně Aréna je teď skvělá kariérní příležitost, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "A teď jsi o krok blíže k velké lize! Respekt, bratře.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "Jaká je nálada? Jsi připraven na bitvu? Jsi připraven znovu zazářit v Aréně? Jsi připraven rozbít pár sráčů? Šance jsou stále vyrovnané, tak nezklam publikum!\n\nKdyž už jsme u toho. Máš nějaké peníze? Musíš si vsadit sám na sebe a pak šestkrát vyhrát. Vyděláš hromadu peněz a budeš slavný. Přines peníze, já všechno zařídím. Jen pozor: když pětkrát prohraješ, začínáš znovu.", "66058cc72cee99303f1ba069 failMessageText": "Ou chlape, málem se ti to povedlo. Zkus to znovu, diváci se stále zdají být na tvé straně.", "66058cc72cee99303f1ba069 successMessageText": "Tady je tvoje výplata. Hned jsem z ní odečetl všechny své služby: podplácení soupeřů, poplatky a tak. Snad sis nemyslel, že pracuju zadarmo?", - "662bb23200ae352a6d5a415d": "Vyhrát 6 zápasů z 10 v hodnoceném režimu v Aréně", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Podmínka selhání: Prohrát 5 zápasů", "6633a85e347a2a2b4051a26b": "Předat rubly z EFT", "665493a649bd17856482ba77": "Podmínka selhání: Prohrát 5 zápasů", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "Mám dobrou zprávu! Vlastně vynikající zprávu! Doufám, že už máš vybraný malý byt v elitní tarkovské čtvrti, protože za tyhle peníze ho budeš mít brzy! Dělám si legraci. Všechny domy v těch čtvrtích se stejně brzy zhroutí.\n\nKaždopádně se o tebe zajímá několik velmi vlivných lidí zpoza hranic. Mocní a bohatí. Nemůžu ti říct jejich jména, je to obchodní tajemství a já neporuším, co jsem podepsal. Takže tihle lidé jsou připraveni vzít tě pod svá křídla a vydatně tě sponzorovat, ale nejdřív chtějí záruky.\n\nMusíš se stát šampionem. Létat a vznášet se vysoko nad ostatními. Budeš muset trávit víc času v Aréně. Vidím ti na očích, že jsi připraven.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Jsi opravdu dobrý. Zajímá se o tebe jeden velmi slavný Francouz, jehož jméno ti kvůli soukromí neřeknu. Mazaný jako peklo, ale nabízí dobré peníze. Už jsem ti zařídil sponzoring.", - "662ba87106e44407b79e9ab2": "Vyhrát 3 zápasy v řadě v hodnoceném režimu v Aréně", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25819,9 +26104,10 @@ "66058ccbc7f3584787181478 description": "Ahoj. Slyšel jsem, že teď pracuješ pro Refa. Nějakou dobu jsem tě sledoval.\n\nZnal jsem člověka, který se zapletl stejně jako ty. Nějakou dobu byl Refovým předchozím šampionem a pak z ničeho nic zmizel. A vím jistě, že to nemělo nic společného s Kabanem a Kollontayem.\n\nJestli nechceš zmizet stejně jako tenhle chlap, vyhledej byt posledního šampiona. Věřím, že tam po něm něco zajímavého zůstalo. Šampion se stýkal s pašeráky v ubytovnách na Customs. Možná tam najdeš nějaké vodítko, jak se do bytu dostat.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "Chceš se zeptat Refa sám? Dobře, rád jsem tě poznal.", - "664ef2e5c11296c444642040": "Najít místnost starého šampiona na Customs", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Zjistit, co se stalo se šampionem", "664ef3c238dad5c6686a6d1e": "Přežít a opustit lokaci", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "Takže říkáš, že jsi byl v bytě posledního šampiona? Tak dobře. Budu předstírat, že se to nikdy nestalo. Jen si pamatuj, že zvědavost zabila kočku. A posledního šampiona taky. Byl to dobrý chlap, měl jsem ho rád, ale vyměkl, ztratil nadhled.\n\nMěl by jsi víc trénovat, ne se potulovat po městě. Jinak začneš klesat na žebříčku.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "Tady to máš! Čas by jsi měl věnovat zlepšování svých dovedností. Kdo ví, co se stane, když to neuděláš?", - "663b9bb7fe7953705cb09114": "Eliminovat v Aréně jakékoliv nepřátele pomocí útočných karabin", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminovat v Aréně jakékoliv nepřátele pomocí útočných pušek", "663b9c13d71a6a0be997a5d5": "Eliminovat v Aréně jakékoliv nepřátele pomocí kulometů", "663b9c1559c1d56ec9bd6b4a": "Eliminovat v Aréně jakékoliv nepřátele pomocí ostrostřeleckých pušek", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Mezi dvěma ohni", "66058ccf06ef1d50a60c1f48 description": "Takže jsi viděl mrtvolu. Prohledal jsi ji? Prohledal jsi okolí? Jen poukazuji na to, že jsi slepý. Pokud vím, ten šampion si vedl deník. Jo, jako nějaký puberťák, ale to vlastně hraje ve tvůj prospěch.\n\nProč se tam nejdeš podívat znovu a nepodíváš se blíž? V tom deníku musí být víc informací o Refovi, nějaká špína na něj. Udělej to, jestli nechceš být v Aréně postradatelný.\n\nA ještě něco: pokud mi přineseš nějaké informace o Refovi, které budou hodny mého času, dobře ti zaplatím.", "66058ccf06ef1d50a60c1f48 failMessageText": "Chceš zůstat pod Refovou sukní? Tak to udělej ty.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Dobrá práce. Jsem rád, že jsi na to měl koule.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Najít a získat kompromitující informace na Refa", "664fd7f0837ee02ad4c8e658": "Předat nalezené informace", "66563f0a2684eee09e8dcd86": "Najít úkryt starého šampiona", "6658eb28849643547f210708": "Vrátit se do úkrytu starého šampiona na Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Rozhodování, rozhodnutí", "66058cd19f59e625462acc90 description": "Slyšel jsem zvěsti... Velmi nepříjemné zvěsti. Říká se, že se snažíš rozkopat můj podnik.\n\nPodívej, známe se už nějakou dobu. Jsi pro mě jako bratr! Nedělej něco, čeho by jsi později litoval. Čím míň toho víš, tím líp spíš, slyšíš?\n\nDokud si tebou nebudu naprosto jistý, budou tě moji muži hlídat. Nechci, aby jsi dělal nějaké další kousky, šampióne. A jestli během svého malého rande se starým šampionem něco najdeš, přines mi to. Pak můžeme na tuhle malou šťastnou nehodu zapomenout.", - "66058cd19f59e625462acc90 failMessageText": "Ty hajzle! Udělal jsem pro tebe všechno, dostal jsem tě ze sraček, udělal z tebe opravdového muže a ty... Ty hajzle!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Rozhodl jsi se správně. Nikdy jsem o tobě nepochyboval, bratře. Dobře, odteď už žádná legrace, slyšíš?", "660da15a747708e25add9653": "Podmínka selhání: Donést informace Fencovi", - "664fd86520fa1bd9f8fa5489": "Najít a získat kompromitující informace na Refa", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Předat nalezené informace", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27088,8 +27377,8 @@ "67040c78bf4be8a4ef041a65 successMessageText": "Tvůj příspěvek k záchraně města je neocenitelný! Úplnou analýzu vzorku však nemohu provést sám.\n\nVím však o někom, kdo se do tohoto procesu může zapojit. Odborníka nejvyššího kalibru... S výsledky se ti brzy ozvu.", "67068b5263a6a9dd703a29f2": "Najít a získat lahvičku s vakcínou na The Lab", "67068b5c3d3d44305f177281": "Předat nalezený předmět", - "67262b4023c03479138728fa": "Use the transit from The Lab to Streets of Tarkov", - "67262ba531b7021ec5cfc7e8": "Stash the vaccine under Kaban's office on Streets of Tarkov", + "67262b4023c03479138728fa": "Použít přesun z The Lab na Streets of Tarkov", + "67262ba531b7021ec5cfc7e8": "Ukrýt vakcínu pod Kabanovou kanceláří na Streets of Tarkov", "67040c78bf4be8a4ef041a65 acceptPlayerMessage": "", "67040c78bf4be8a4ef041a65 declinePlayerMessage": "", "67040c78bf4be8a4ef041a65 completePlayerMessage": "", @@ -27243,341 +27532,341 @@ "671a59e43d73dac1360765cc acceptPlayerMessage": "", "671a59e43d73dac1360765cc declinePlayerMessage": "", "671a59e43d73dac1360765cc completePlayerMessage": "", - "6727ef2c6015b7cc540ea754 name": "Contagious Beast", - "6727ef2c6015b7cc540ea754 description": "I never thought we'd have so much on our plate. Did you hear that the infected have gotten to Tagilla? He was already furious before, and now even more so. With such an active carrier of contagion, we'll soon run out of healthy people.\n\nHe must be stopped. Sure, there are tons of infected everywhere now, but none of them are as dangerous as Tagilla. So I'm asking you to put everything on hold and find the bastard. And don't leave until his body stops twitching.\n\nAfter everything that's happened, it wouldn't surprise me if Tagilla survives several magazines and then gets up as if nothing had happened... And hey, be careful out there.", + "6727ef2c6015b7cc540ea754 name": "Nakažlivá šelma", + "6727ef2c6015b7cc540ea754 description": "Nikdy jsem si nemyslel, že toho budeme mít tolik na talíři. Slyšeli jste, že se nakažení dostali k Tagillovi? Už předtím byl rozzuřený a teď ještě víc. S tak aktivním přenašečem nákazy nám brzy dojdou zdraví lidé.\n\nMusíme ho zastavit. Jistě, nakažených jsou teď všude tuny, ale žádný z nich není tak nebezpečný jako Tagilla. Takže tě žádám, abych všechno odložil a toho bastarda našel. A neodcházej, dokud se jeho tělo nepřestane škubat.\n\nPo tom všem, co se stalo, by mě nepřekvapilo, kdyby Tagilla přežil několik zásobníků a pak vstal, jako by se nic nestalo... A hele, buď tam venku opatrný.", "6727ef2c6015b7cc540ea754 failMessageText": "", - "6727ef2c6015b7cc540ea754 successMessageText": "You made sure this demon is out of commission, yes? Well, let's hope we've dealt with this threat for good.\n\nConserve your ammo and check back soon, it's important we all work together right now.", + "6727ef2c6015b7cc540ea754 successMessageText": "Ujistil ses, že je ten démon mimo provoz, že? Doufejme, že jsme se s tou hrozbou nadobro vypořádali.\n\nŠetři municí a brzy se ozvi, je důležité, abychom teď všichni spolupracovali.", "6727f18974e5bdcd3778dc54": "Najít a zabít infikovaného Tagillu", "6727f338415cfa0beb19c5be": "Přežít a odejít", "6727ef2c6015b7cc540ea754 acceptPlayerMessage": "", "6727ef2c6015b7cc540ea754 declinePlayerMessage": "", "6727ef2c6015b7cc540ea754 completePlayerMessage": "", - "673f2cd5d3346c2167020484 name": "Shipping Delay - Part 2", - "673f2cd5d3346c2167020484 description": "So Mechanic sent you, huh? Cool. So I used to have a base, with a hangar, spare parts, cargo shipments even. Then some assholes thought they could just clean the place out! I'm gonna find those bastards. But while I'm at it, all the deliveries are messing up! \n\nThe most important one is a package for Prapor, he's really anxious for it, and the box is still at the depot near the sawmill in Priozersk. If you're down to help me, look for this package and deliver it to Prapor. I can give you a ride to the depot, but I ain't leaving the BTR. I don't like it outside, it's more comforting inside this armor.", + "673f2cd5d3346c2167020484 name": "Zpoždění přepravy - Část 2", + "673f2cd5d3346c2167020484 description": "Takže tě poslal Mechanik, co? Super. Takže jsem míval základnu s hangárem, náhradními díly, dokonce i nákladními zásilkami. Pak si nějací kreténi usmysleli, že to tu můžou prostě vyklidit! Já ty parchanty najdu. Ale když už jsem v tom, všechny dodávky se mi kazí!\n\nNejdůležitější je zásilka pro Prapora, ten už po ní opravdu touží, a krabice je pořád v depu u pily v Priozersku. Jestli mi chceš pomoct, vyhledej ten balík a doruč ho Praporovi. Můžu tě do depa svézt, ale z BTR neodejdu. Venku se mi nelíbí, v tomhle obrněnci je to pohodlnější.", "673f2cd5d3346c2167020484 failMessageText": "", - "673f2cd5d3346c2167020484 successMessageText": "So, was Prapor pissed? Well shit, it's an emergency over here! But hey, thanks for helping me out.\n\nNow I might go and check out what's left of the base. You're a good guy, so stay in touch, yeah? When I find these shitheads, I'll need your help again.", - "673f2d938504a2d993bc2e68": "Locate and scout the warehouses at the depot on Woods", - "673f2d9a73ff76dd6d5a6344": "Locate and scout the office at the depot on Woods", - "673f2da118e615f9f5550544": "Locate and scout the garages at the depot on Woods", - "674eefb9b48df9e0cbba4e2f": "Complete the task A Helping Hand", - "673f2cd5d3346c2167020484 acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "673f2cd5d3346c2167020484 declinePlayerMessage": "I cannot help you right now.", - "673f2cd5d3346c2167020484 completePlayerMessage": "Your base is now clear. I found the package and delivered it to Prapor.", - "673f348dd3346c21670217e7 name": "Shipping Delay - Part 1", - "673f348dd3346c21670217e7 description": "Hey, do you know the BTR driver who's driving around Tarkov? I ordered an important delivery from him, but he just vanished somewhere.\n\nIf I had a soldier like that at my disposal, I'd teach him a lesson real quick. How can you delay military cargo shipments?! He was supposed to meet with my men yesterday.\n\nI need to find that bastard and show him what responsibility means. But the package is more important at the moment. Go find it and hand it over to me. We'll deal with the driver later.", + "673f2cd5d3346c2167020484 successMessageText": "Takže byl Prapor naštvaný? No do prdele, tady je pohotovost! Ale hele, díky za pomoc.\n\nTeď bych se mohl jít podívat, co zbylo ze základny. Jsi dobrej chlap, tak zůstaň v kontaktu, jo? Až ty sráče najdu, budu zase potřebovat tvou pomoc.", + "673f2d938504a2d993bc2e68": "Najít a prozkoumat sklady v depu na Woods", + "673f2d9a73ff76dd6d5a6344": "Najít a prozkoumat kancelář v depu na Woods", + "673f2da118e615f9f5550544": "Najít a prozkoumat garáže v depu na Woods", + "674eefb9b48df9e0cbba4e2f": "Dokončit úkol Pomocná ruka", + "673f2cd5d3346c2167020484 acceptPlayerMessage": "Zní to docela jednoduše. Zvládnu to.", + "673f2cd5d3346c2167020484 declinePlayerMessage": "Teď ti nemohu pomoci.", + "673f2cd5d3346c2167020484 completePlayerMessage": "Tvoje základna je teď jasná. Našel jsem balíček a doručil ho Praporovi.", + "673f348dd3346c21670217e7 name": "Zpoždění přepravy - Část 1", + "673f348dd3346c21670217e7 description": "Hele, neznáš toho řidiče BTR, co jezdí po Tarkově? Objednal jsem si u něj důležitou zásilku, ale někam zmizel.\n\nKdybych měl k dispozici takového vojáka, dal bych mu rychle za vyučenou. Jak můžeš zdržovat vojenské zásilky?! Včera se měl setkat s mými muži.\n\nMusím toho bastarda najít a ukázat mu, co znamená odpovědnost. Ale ten balík je v tuto chvíli důležitější. Najdi ho a předej mu ho. S řidičem si to vyřídíme později.", "673f348dd3346c21670217e7 failMessageText": "", - "673f348dd3346c21670217e7 successMessageText": "You talked with the driver, huh? His base was attacked? If you ask me, those couriers will always make excuses for being late.\n\nBut the guy did a good job hiring you. I've been dying to get this little package.", - "673f34c674ec5bf80ea69eee": "Hand over the package from the depot on Woods", + "673f348dd3346c21670217e7 successMessageText": "Mluvil jsi s řidičem, co? Jeho základna byla napadena? Podle mě se tihle kurýři vždycky vymlouvají na zpoždění.\n\nAle ten chlap odvedl dobrou práci, když tě najal. Už jsem se nemohl dočkat, až dostanu tenhle malý balíček.", + "673f34c674ec5bf80ea69eee": "Předat balíček z depa na Woods", "673f348dd3346c21670217e7 acceptPlayerMessage": "", "673f348dd3346c21670217e7 declinePlayerMessage": "", "673f348dd3346c21670217e7 completePlayerMessage": "", - "673f4e956f1b89c7bc0f56ef name": "Hot Wheels", - "673f4e956f1b89c7bc0f56ef description": "So I went to the depot... Those assholes ruined the place and took my spare parts. I mean, I can understand tools or equipment. But why the fuck would someone take the fucking wheels? You're not gonna build a second BTR like that.\n\nAnyway, I need a spare wheel, and the sooner the better. You gotta find where the proper wheels could be laying around. I don't know where to look exactly, but you're not a moron, you'll figure it out. You can start with the customs area, but I haven't been there for ages, so I can't promise they'll be there.", - "673f4e956f1b89c7bc0f56ef failMessageText": "This is a joke, right?\n\nThese are fucking truck wheels, you idiot. I'm driving a BTR. B-T-R! Go mark fucking bicycle wheels next while you're at it.", - "673f4e956f1b89c7bc0f56ef successMessageText": "Awesome! These will do, and you also did it quick. I commend that! Changing the wheels will take some time though, it's not a Lada after all.", - "673f5065cdfe082966842575": "Complete the main objective as soon as possible", - "673f507029a1128d5c4d7498": "Locate and mark the spare BTR wheels with an MS2000 Marker", - "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "There are wheels everywhere, don't worry. I'll take care of it.", - "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f4e956f1b89c7bc0f56ef completePlayerMessage": "All done. I did what you asked.", - "673f5a4976553f78350bdac1 name": "Hot Wheels - Let's Try Again", - "673f5a4976553f78350bdac1 description": "We've already lost time, but if we wait any longer, the BTR's gonna stall. While you were screwing around, I did some digging and found out where we can get some proper wheels. Go to the reserve military base, the wheels we need are there. \n\nThey come with rims attached, and they're a proper diameter for the BTR, too. Don't mess it up this time, the deadline's coming up.", + "673f4e956f1b89c7bc0f56ef name": "Horká kola", + "673f4e956f1b89c7bc0f56ef description": "Tak jsem šel do skladu... Ti kreténi to tam zničili a vzali mi náhradní díly. Chci říct, že chápu nářadí nebo vybavení. Ale proč by někdo kurva bral ty zasraný kola? Takhle přece nebudeš stavět druhý BTR.\n\nKaždopádně potřebuju náhradní kolo, a čím dřív, tím líp. Musíš zjistit, kde by se mohla povalovat ta správná kola. Nevím, kde přesně hledat, ale nejsi blbec, přijdeš na to. Můžeš začít na Customs, ale už jsem tam dlouho nebyl, takže ti nemůžu slíbit, že tam budou.", + "673f4e956f1b89c7bc0f56ef failMessageText": "To je vtip, že?\n\nTohle jsou kola od náklaďáku, ty idiote. Jezdím s BTR. B-T-R! Když už jsi v tom, jdi příště označit zasraná kola jízdních kol.", + "673f4e956f1b89c7bc0f56ef successMessageText": "Úžasné! Tyhle budou stačit a navíc jsi to udělal rychle. To chválím! Výměna kol ale zabere nějaký čas, přece jen to není Lada.", + "673f5065cdfe082966842575": "Co nejrychleji dokončit hlavní úkol", + "673f507029a1128d5c4d7498": "Najít a označit náhradní kola na BTR pomocí značkovače MS2000", + "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "Kola jsou všude, neboj se. Postarám se o to.", + "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Možná někdy jindy, ano? Teď ne.", + "673f4e956f1b89c7bc0f56ef completePlayerMessage": "Vše hotové. Udělal jsem, o co jsi mě požádal.", + "673f5a4976553f78350bdac1 name": "Horká kola - Zkusíme to znovu", + "673f5a4976553f78350bdac1 description": "Už jsme ztratili čas, ale pokud budeme čekat déle, BTR se zastaví. Zatímco jsme se tu motali, trochu jsem zapátral a zjistil, kde se dají sehnat pořádná kola. Jdi na záložní vojenskou základnu, tam jsou kola, kterou potřebujeme.\n\nJsou s přiloženými ráfky a mají i správný průměr pro BTR. Tentokrát to nepokaž, termín se blíží.", "673f5a4976553f78350bdac1 failMessageText": "", - "673f5a4976553f78350bdac1 successMessageText": "There you go. It's a pain in the ass to change the wheels, but at least we have spares now. \n\nThanks for your help. And, uh, I'm sorry for being an asshole. I just really can't lose my baby while we're dealing with this emergency.", - "673f5a9537550b9d7fd30777": "Locate and mark the spare BTR wheels with an MS2000 Marker on Reserve", - "673f5a4976553f78350bdac1 acceptPlayerMessage": "You should have just told me you needed rims too... Okay, I'll look some more.", - "673f5a4976553f78350bdac1 declinePlayerMessage": "Go do it yourself if it's that easy! I don't have time for this.", + "673f5a4976553f78350bdac1 successMessageText": "Tady to máš. Výměna kol je sice otrava, ale aspoň máme náhradní díly.\n\nDíky za pomoc. A omlouvám se, že jsem se choval jako kretén. Jen opravdu nemůžu přijít o své dítě, když řešíme tuhle nouzovou situaci.", + "673f5a9537550b9d7fd30777": "Najít a označit náhradní kola na BTR pomocí značkovače MS2000 na Reserve", + "673f5a4976553f78350bdac1 acceptPlayerMessage": "Měl jsi mi říct, že potřebuješ i ráfky... Dobře, ještě se podívám.", + "673f5a4976553f78350bdac1 declinePlayerMessage": "Pokud je to tak snadné, udělej si to sám! Nemám na to čas.", "673f5a4976553f78350bdac1 completePlayerMessage": "Myslím, že tentokrát jsem to označil správně.", "673f6027352b4da8e00322d2 name": "Nevyhnutelná reakce", - "673f6027352b4da8e00322d2 description": "Have you seen the new wheels? Actually, nevermind, before you fuck them up by looking at them or something. We've lost enough time, but there's a chance we can still find those half-assed engineers. I learned they came from the reserve base. If we don't hesitate, we can still catch up with them and punish them. \n\nStart in the forest and follow that path to the military base, we need to nail these assholes before they lay low.", + "673f6027352b4da8e00322d2 description": "Viděl jsi nová kola? Vlastně nevadí, než je zkurvíš pohledem nebo tak. Ztratili jsme dost času, ale je tu pořád šance, že ty polorozpadlé inženýry najdeme. Dozvěděl jsem se, že jsou ze záložní základny. Když nebudeme váhat, můžeme je ještě dohnat a potrestat.\n\nZačněte v lese a jděte po té cestě k vojenské základně, musíme ty kretény přibít dřív, než se schovají.", "673f6027352b4da8e00322d2 failMessageText": "", - "673f6027352b4da8e00322d2 successMessageText": "You got them in time? Good. Let the others think twice before ransacking my place again.", - "673f60910aed589d887b5ea1": "Eliminate Scavs on Woods", - "67499a4f03b8295863172dea": "Use the transit from Woods to Reserve", + "673f6027352b4da8e00322d2 successMessageText": "Dostal jsi je včas? Dobře. Ať si to ostatní dvakrát rozmyslí, než mi zase vyrabují byt.", + "673f60910aed589d887b5ea1": "Eliminovat Scavy na Woods", + "67499a4f03b8295863172dea": "Použít přesun z Woods na Reserve", "67499a61ddf14e140a675607": "Eliminovat Scavy na Reserve", "673f6027352b4da8e00322d2 acceptPlayerMessage": "Rozumím, provedu.", "673f6027352b4da8e00322d2 declinePlayerMessage": "Teď ti nemohu pomoci.", - "673f6027352b4da8e00322d2 completePlayerMessage": "It took some work, but your problem is solved. They're not coming back.", + "673f6027352b4da8e00322d2 completePlayerMessage": "Dalo to trochu práce, ale váš problém je vyřešen. Už se nevrátí.", "673f61a066e6a521aa04b62b name": "Objednávka zvenčí", - "673f61a066e6a521aa04b62b description": "Surely you don't think I would be interested in petty local conflicts? I have much more important matters to attend to, and I am not going to help either of the parties. Speaking of which. I need to move an item from point A to point B. \n\nIt is hidden at the electromechanical warehouse in the airspace control center at the military base. It's to be delivered to the Priozersk nature reserve. The landmark will be a small cemetery. You'll recognize it by the stretchers and the bodies around it -- not everyone has been buried in time. \n\nSince my cargo is very specific, some people may have a particular interest in it. That is why I need someone who can guarantee the safety of the cargo during transportation.", + "673f61a066e6a521aa04b62b description": "Jistě si nemyslíš, že by mě zajímaly malicherné místní konflikty? Mám na starosti mnohem důležitější věci a nehodlám pomáhat ani jedné ze stran. Když už jsme u toho. Potřebuji přesunout jednu věc z bodu A do bodu B.\n\nJe schovaná ve skladu s elektromechanikou v řídícím středisku vzdušného prostoru na vojenské základně. Má být doručena do přírodní rezervace Priozersk. Orientačním bodem bude malý hřbitov. Poznáte ho podle nosítek a těl kolem něj - ne všichni byli pohřbeni včas.\n\nProtože můj náklad je velmi specifický, někteří lidé o něj mohou mít zvláštní zájem. Proto potřebuji někoho, kdo dokáže zaručit bezpečnost nákladu během přepravy.", "673f61a066e6a521aa04b62b failMessageText": "Myslel jsem, že jsi mrtvý, a tak jsem tu práci dal už někomu jinému. Příště se nezdržuj plněním úkolů, které ti zadám.", - "673f61a066e6a521aa04b62b successMessageText": "Perfect. I've already prepared the reward.", - "673f61d9c2bc3dc676297fde": "Locate and obtain the electronic jammer at the electromechanical warehouse on Reserve", - "673f61ea87e01cfaf780a482": "Stash the device at the specified location on Woods", - "673f61a066e6a521aa04b62b acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "673f61a066e6a521aa04b62b declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "673f61a066e6a521aa04b62b completePlayerMessage": "Here about the job. Everything's done on my end.", + "673f61a066e6a521aa04b62b successMessageText": "Perfektní. Odměnu už mám připravenou.", + "673f61d9c2bc3dc676297fde": "Najít a získat elektronickou rušičku v elektromechanickém skladu na Reserve", + "673f61ea87e01cfaf780a482": "Skrýt zařízení na zadané místo na Woods", + "673f61a066e6a521aa04b62b acceptPlayerMessage": "Zní to docela jednoduše. Zvládnu to.", + "673f61a066e6a521aa04b62b declinePlayerMessage": "Už tak toho mám dost. Nemůžu ti pomoct.", + "673f61a066e6a521aa04b62b completePlayerMessage": "Tady o práci. Z mé strany je vše hotové.", "673f629c5b555b53460cf827 name": "Stavební základy", - "673f629c5b555b53460cf827 description": "You know, you've been helping me out for a while now, and I haven't even brought you up to speed with this whole situation. So, I'm working with Skier now. I deliver his goods, and sometimes I'm involved in his operations. At first it was a nice lucrative gig, but now this asshole won't let me off the hook for even a second. He thinks I'm his personal fucking mule now!\n\nHe seems to have found out somehow that I'm tired of all this, and now he's brought his punks to my base to teach me a lesson. I'm not gonna put up with this shit anymore. I'd leave him a long time ago, but I do need protection and guarantees, you know. And since you're in contact with other traders, you could put in a good word for me. Can you help a friend out?", + "673f629c5b555b53460cf827 description": "Víš, že mi už nějakou dobu pomáháš, a já tě ještě ani neinformoval o celé situaci. Takže teď pracuji se Skierem. Dodávám mu zboží a občas se zúčastním jeho operací. Nejdřív to byla pěkná lukrativní zakázka, ale teď mě ten kretén nechce pustit z řetězu ani na vteřinu. Myslí si, že jsem teď jeho osobní mula!\n\nZřejmě nějak zjistil, že už mě to všechno nebaví, a teď si na mou základnu přivedl svoje pankáče, aby mi dali lekci. Tohle si už nenechám líbit. Už bych ho dávno opustil, ale potřebuju ochranu a záruky, víš? A protože jsi v kontaktu s ostatními obchodníky, mohl by ses za mě přimluvit. Můžeš pomoct kamarádovi?", "673f629c5b555b53460cf827 failMessageText": "", - "673f629c5b555b53460cf827 successMessageText": "Yeah, well, I was kinda expecting that.\n\nBut the key is that we've made a start. Now I have a real chance of getting away from this shithead.", + "673f629c5b555b53460cf827 successMessageText": "Jo, no, to jsem tak nějak čekal.\n\nAle hlavní je, že jsme začali. Teď mám reálnou šanci dostat se od toho sráče pryč.", "673f637a1fbc23a60a72b743": "Prodat jakékoliv předměty Ragmanovi", "67519696567b9773f0811bae": "Prodat jakékoliv předměty Praporovi", "675196dff77c0b8436ec1ef5": "Prodat jakékoliv předměty Peacekeeperovi", "673f629c5b555b53460cf827 acceptPlayerMessage": "Dobře, zkusím si s nimi promluvit.", - "673f629c5b555b53460cf827 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f629c5b555b53460cf827 completePlayerMessage": "I've talked to them, but they're not giving me a quick answer.", + "673f629c5b555b53460cf827 declinePlayerMessage": "Možná někdy jindy, ano? Teď ne.", + "673f629c5b555b53460cf827 completePlayerMessage": "Mluvil jsem s nimi, ale nedali mi rychlou odpověď.", "6740a02a69a58fceba0ff399 name": "Přirozená výměna", - "6740a02a69a58fceba0ff399 description": "Your friends are still taking their time, and I'm already running low on supplies because of that depot attack. I'm gonna run out of fuel if I don't do something. I found a place to get fuel, but I need your help.\n\nYou know the local smugglers? They got a base near the Azure Coast. That's where you gotta drop off some gas cans. They'll fill me some fuel in return. But I think we can handle that part without you. They'll send their own people. So, you in?", + "6740a02a69a58fceba0ff399 description": "Tvoji přátelé si stále dávají na čas a mně už kvůli tomu útoku na skladiště dochází zásoby. Jestli něco neudělám, dojde mi palivo. Našel jsem místo, kde se dá sehnat palivo, ale potřebuju tvou pomoc.\n\nZnáš místní pašeráky? Mají základnu poblíž Azurového pobřeží. Tam musíš hodit nějaké kanystry s benzínem. Oni mi na oplátku natankují nějaké palivo. Ale myslím, že tuhle část zvládneme i bez tebe. Pošlou své lidi. Tak co, jdeš do toho?", "6740a02a69a58fceba0ff399 failMessageText": "", - "6740a02a69a58fceba0ff399 successMessageText": "Perfect. At least now the baby won't die in the middle of a random field. Thank you, friend!", - "6740a0c33c7152ccfe151146": "Stash the first metal fuel tank at the smugglers' base on Shoreline", - "6740a0d5b05fb787316fe7d5": "Stash the second metal fuel tank at the smugglers' base on Shoreline", - "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "6740a02a69a58fceba0ff399 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6740a02a69a58fceba0ff399 completePlayerMessage": "All done. I did what you asked.", - "6740a15566e6a521aa051b15 name": "Forge a Friendship", - "6740a15566e6a521aa051b15 description": "Hello, warrior! You asked about the BTR driver, and in theory we could work together. I've already used the services of his BTR, but going against Skier is not cheap.\n\nThat's why we need to solidify our intentions, so that no one slips up later! First, I need to get a package that came from outside the cordon. I'm told it's already here, somewhere in the Norvinsk port area.", + "6740a02a69a58fceba0ff399 successMessageText": "Perfektní. Alespoň teď dítě nezemře uprostřed náhodného pole. Díky, příteli!", + "6740a0c33c7152ccfe151146": "Skrýt první kovový palivový kanystr na základně pašeráků na Shoreline", + "6740a0d5b05fb787316fe7d5": "Skrýt druhý kovový palivový kanystr na základně pašeráků na Shoreline", + "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Zní to docela jednoduše. Zvládnu to.", + "6740a02a69a58fceba0ff399 declinePlayerMessage": "Možná někdy jindy, ano? Teď ne.", + "6740a02a69a58fceba0ff399 completePlayerMessage": "Vše hotové. Udělal jsem, o co jsi mě požádal.", + "6740a15566e6a521aa051b15 name": "Navázání přátelství", + "6740a15566e6a521aa051b15 description": "Ahoj, bojovníku! Ptal ses na řidiče BTR a teoreticky bychom mohli spolupracovat. Už jsem využil služeb jeho BTR, ale jít proti Skierovi není levná záležitost.\n\nProto si musíme naše záměry ujasnit, aby nikdo později neuklouzl! Nejdřív musím získat balíček, který přišel zpoza kordonu. Prý už je tady, někde v oblasti Norvinského přístavu.", "6740a15566e6a521aa051b15 failMessageText": "", - "6740a15566e6a521aa051b15 successMessageText": "Good work, soldier! I'll be in touch with you about working with the driver.", - "6740a202086cf3dbf687279a": "Locate and obtain Prapor's cargo on Shoreline", + "6740a15566e6a521aa051b15 successMessageText": "Dobrá práce, vojáku! Spojím se s tebou ohledně spolupráce s řidičem.", + "6740a202086cf3dbf687279a": "Najít a získat Praporův náklad na Shoreline", "6740a20cc6daae7f8f12a77d": "Předat nalezený náklad", "6740a15566e6a521aa051b15 acceptPlayerMessage": "", "6740a15566e6a521aa051b15 declinePlayerMessage": "", "6740a15566e6a521aa051b15 completePlayerMessage": "", - "6740a2c17e3818d5bb0648b6 name": "Half-Empty", - "6740a2c17e3818d5bb0648b6 description": "So, about that cargo from across the cordon. Turns out it was only part of the shipment. The other part's supposed to be airdropped. But I suspect they didn't include everything there either, those bastards.\n\nLook, you could help me with this. The package still needs to be picked up. And if we don't actually have everything, we'll have to look somewhere else. Obviously, I'm not gonna work with these suppliers anymore, but right now I need all these electronics from the shipment.\n\nI won't forget your commitment. Who knows, maybe I'll figure out how to help comrade driver quicker after you're done.", + "6740a2c17e3818d5bb0648b6 name": "Poloprázdný", + "6740a2c17e3818d5bb0648b6 description": "Takže k tomu nákladu zpoza kordonu. Ukázalo se, že to byla jen část zásilky. Druhá měla být shozena letadlem. Ale mám podezření, že ani tam nedali všechno, parchanti jedni.\n\nHele, mohl bys mi s tím pomoct. ten balík je ještě potřeba vyzvednout. A jestli nemáme všechno, budeme muset hledat jinde. S těmi dodavateli už samozřejmě spolupracovat nebudu, ale teď potřebuju všechnu tu elektroniku z té zásilky.\n\nNezapomenu na tvůj závazek. Kdo ví, třeba přijdu na to, jak soudruhu řidiči rychleji pomoci, až skončíte.", "6740a2c17e3818d5bb0648b6 failMessageText": "", - "6740a2c17e3818d5bb0648b6 successMessageText": "You really helped me out! If the BTR driver is as reliable as you, we'll certainly get along. I just need to finish some other urgent things and prepare everything.", - "6740a322d42204d5c70767e9": "Find military electronics items in raid", - "6740a33685a62f9581c2beaf": "Hand over the found in raid PC component items", - "6749aa9b1badcb1e8056d769": "Hand over the found in raid military electronic items", + "6740a2c17e3818d5bb0648b6 successMessageText": "Opravdu jsi mi pomohl! Pokud je řidič BTR tak spolehlivý jako ty, určitě si budeme rozumět. Jen musím dodělat pár dalších neodkladných věcí a všechno připravit.", + "6740a322d42204d5c70767e9": "Najít vojenskou elektroniku v raidu", + "6740a33685a62f9581c2beaf": "Předat PC součástky nalezené v raidu", + "6749aa9b1badcb1e8056d769": "Předat předmět nalezený v raidu: vojenské elektronické součástky", "6740a2c17e3818d5bb0648b6 acceptPlayerMessage": "", "6740a2c17e3818d5bb0648b6 declinePlayerMessage": "", "6740a2c17e3818d5bb0648b6 completePlayerMessage": "", - "6740a3f4eca8acb2d2055159 name": "Stick in the Wheel", - "6740a3f4eca8acb2d2055159 description": "Here about the BTR driver again? Listen, it's not that simple. But things are slowly progressing, thanks to you. By the way, the Scavs are really coming down on my soldiers right now. \n\nI don't know if it's Skier who has learned something about our plans, or if someone is actively recruiting new bandits, but it's impossible to do business like this, that's for sure. If you want your comrade and I to work together, you have to remove this hindrance.", + "6740a3f4eca8acb2d2055159 name": "Klacek v kole", + "6740a3f4eca8acb2d2055159 description": "Znovu o řidiči BTR? Poslouchej, není to tak jednoduché. Ale věci se díky tobě pomalu vyvíjejí. Mimochodem, Scavové se teď na mé vojáky opravdu vrhají.\n\nNevím, jestli je to Skier, kdo se něco dozvěděl o našich plánech, nebo jestli někdo aktivně verbuje nové bandity, ale takhle se obchodovat nedá, to je jisté. Jestli chceš, abychom s tvým druhem spolupracovali, musíš tuhle překážku odstranit.", "6740a3f4eca8acb2d2055159 failMessageText": "", - "6740a3f4eca8acb2d2055159 successMessageText": "No more sticks in the wheels now. Thank you.\n\nYou can tell your friend that I will soon prepare everything for him to come under our protection.", - "6740a42c508599fd5a066f19": "Eliminate any target on any location", + "6740a3f4eca8acb2d2055159 successMessageText": "Už žádné klacky v kolech. Děkuji.\n\nVyřiď svému příteli, že brzy připravím vše pro to, aby se dostal pod naši ochranu.", + "6740a42c508599fd5a066f19": "Eliminovat jakýkoliv cíl kdekoliv", "6740a3f4eca8acb2d2055159 acceptPlayerMessage": "", "6740a3f4eca8acb2d2055159 declinePlayerMessage": "", "6740a3f4eca8acb2d2055159 completePlayerMessage": "", - "6740b60c60a98cad1b0e0aa0 name": "Another Shipping Delay", - "6740b60c60a98cad1b0e0aa0 description": "Hey, brother! You say the BTR driver wants to leave Skier's gang? You know, that kind of transport would be good for my trade. But you do realize Skier won't appreciate such a move, and it's a risk to my business. Anyway, it's a lot to think about and weigh.\n\nThough, you can make the driver's offer more convincing. I got some urgent business to take care of. I lost contact with one of my crews. The guys were running a delivery and they were supposed to be back by now. Return to me if you find any sign of them.", + "6740b60c60a98cad1b0e0aa0 name": "Další zpoždění přepravy", + "6740b60c60a98cad1b0e0aa0 description": "Hej, bratře! Říkáš, že řidič BTR chce opustit Skierův gang? Víš, takový druh dopravy by se mi hodil do obchodu. ale uvědomuješ si, že Skier by takový krok neocenil, a pro můj obchod je to riziko. Každopádně je to hodně k popřemýšlení a zvažování.\n\nI když, můžeš řidičovu nabídku udělat přesvědčivější. Musím vyřídit nějaké neodkladné záležitosti. Ztratil jsem kontakt s jednou ze svých posádek. Chlapi rozváželi zásilku a měli se už vrátit. Vrať se mi, pokud po nich najdeš nějakou stopu.", "6740b60c60a98cad1b0e0aa0 failMessageText": "", - "6740b60c60a98cad1b0e0aa0 successMessageText": "Someone's iced the couriers, huh? This means I have to switch routes, I've got three more trips planned! \n\nMan, I can't stop the trade, I need new routes. Maybe your driver friend could give some tips? Go ask him where I can move the goods safely. Pretty please.", - "6740b64f024f0e44fbed2c48": "Locate the missing courier crew on Woods", - "6740b66079ff8ea717dad584": "Survive and extract from the location", + "6740b60c60a98cad1b0e0aa0 successMessageText": "Někdo zmrazil kurýry, co? To znamená, že musím změnit trasu, mám naplánované další tři cesty!\n\nČlověče, nemůžu zastavit obchod, potřebuju nové trasy. Možná by ti tvůj kamarád řidič mohl dát nějaké tipy? Běž se ho zeptat, kam můžu bezpečně převézt zboží. Pěkně prosím.", + "6740b64f024f0e44fbed2c48": "Najít pohřešovanou kurýrní skupinu na Woods", + "6740b66079ff8ea717dad584": "Přežít a opustit lokaci", "6740b60c60a98cad1b0e0aa0 acceptPlayerMessage": "", "6740b60c60a98cad1b0e0aa0 declinePlayerMessage": "", "6740b60c60a98cad1b0e0aa0 completePlayerMessage": "", - "674492b6909d2013670a347a name": "Ask for Directions", - "674492b6909d2013670a347a description": "So Ragman's looking for new routes, you say? I'm thinking about that myself right now, since Skier won't let me go so easily. But there is one option that Ragman could use. I won't pass on my BTR through there, but when I was a puny pedestrian, I used to sneak around there often.\n\nYou know the village by the cliffs where the cottages are? You can go up from one of the backyards, and then follow the crevice. Then, you reach those wealthy houses, you'll have to be on guard over there.\n\nThere are no truly safe roads left, so I guess this one's better than nothing. Just make sure you come back to me when you've marked it, I'll double check it with my maps just to be sure.", + "674492b6909d2013670a347a name": "Zeptat se na cestu", + "674492b6909d2013670a347a description": "Takže Ragman hledá nové trasy, říkáš? Sám o tom teď přemýšlím, když mě Skier tak snadno nepustí. Ale je tu jedna možnost, kterou by Ragman mohl využít. Nebudu tam projíždět se svým BTR, ale když jsem byl ještě mrňavý chodec, často jsem se tam plížil.\n\nŽádné opravdu bezpečné cesty už nejsou, takže tahle je asi lepší než nic. Jen se mi nezapomeň vrátit, až to označíš, já to pro jistotu překontroluju se svými mapami.", "674492b6909d2013670a347a failMessageText": "", - "674492b6909d2013670a347a successMessageText": "I think you got it all right. Honestly, I don't remember the details very well...\n\nBut there was no other such path in the cliffs, so yeah, it's all good.", - "674492e56e8d2d5239a3fd37": "Locate and mark the first section of the cliff path with an MS2000 Marker on Lighthouse", - "674492ebf6f84f7d09ef1abb": "Locate and mark the second section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f0636d0661476732f2": "Locate and mark the third section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f30f45cb752f21df39": "Locate and mark the fourth section of the cliff path with an MS2000 Marker on Lighthouse", - "674492b6909d2013670a347a acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "674492b6909d2013670a347a declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "674492b6909d2013670a347a completePlayerMessage": "My job's done. Time to pay up.", - "6744a4717e3818d5bb0680bb name": "Stabilize Business", - "6744a4717e3818d5bb0680bb description": "I told you the driver knows the right paths! That's where I'll send the shipment, although I don't have time for that at present. First I have to deal with those who killed my couriers. I already found the culprits, so now it's for Ragman to send his regards.\n\nI can't do anything to help the driver until this matter is handled. That's why I suggest you take care of it. Quicker you start, quicker you finish.", + "674492b6909d2013670a347a successMessageText": "Myslím, že jsi to pochopil správně. Upřímně řečeno, už si moc nepamatuji detaily...\n\nAle žádná jiná taková cesta ve skalách nebyla, takže ano, je to v pořádku.", + "674492e56e8d2d5239a3fd37": "Najít a označit první úsek skalní cesty pomocí značkovače MS2000 na Lighthouse", + "674492ebf6f84f7d09ef1abb": "Najít a označit druhý úsek skalní cesty pomocí značkovače MS2000 na Lighthouse", + "674492f0636d0661476732f2": "Najít a označit třetí úsek skalní cesty pomocí značkovače MS2000 na Lighthouse", + "674492f30f45cb752f21df39": "Najít a označit čtvrtý úsek skalní cesty pomocí značkovače MS2000 na Lighthouse", + "674492b6909d2013670a347a acceptPlayerMessage": "Zní to docela jednoduše. Zvládnu to.", + "674492b6909d2013670a347a declinePlayerMessage": "Možná někdy jindy, ano? Teď ne.", + "674492b6909d2013670a347a completePlayerMessage": "Moje práce je hotová. Je čas zaplatit.", + "6744a4717e3818d5bb0680bb name": "Stabilizování obchodu", + "6744a4717e3818d5bb0680bb description": "Říkal jsem ti, že řidič zná správné cesty! Tam zásilku pošlu, i když na to momentálně nemám čas. Nejdřív se musím vypořádat s těmi, kdo mi zabili kurýry. Viníky jsem už našel, takže teď je na Ragmanovi, aby poslal pozdrav.\n\nDokud se tato záležitost nevyřeší, nemohu řidiči nijak pomoci. Proto ti navrhuji, aby ses o to postaral. Rychleji začneš, rychleji skončíš.", "6744a4717e3818d5bb0680bb failMessageText": "", - "6744a4717e3818d5bb0680bb successMessageText": "That's great! Now there is nothing to interfere with my operations, and we can think about expansion.\n\nFor now, I need to figure out how to prepare for the BTR coming under my roof. Just be patient for a little longer.", - "6744a4e6c8a456e74064e7d7": "Eliminate Scavs in one raid on Ground Zero", - "6744a6b96cefb76fd3f70555": "Survive and extract from the location", + "6744a4717e3818d5bb0680bb successMessageText": "To je skvělé! Teď už mi nic nebrání v provozu a můžeme přemýšlet o rozšíření.\n\nZatím musím vymyslet, jak se připravit na příchod BTR pod mou střechu. Buď ještě chvíli trpělivý.", + "6744a4e6c8a456e74064e7d7": "Eliminovat Scavy na Ground Zero", + "6744a6b96cefb76fd3f70555": "Přežít a opustit lokaci", "6744a4717e3818d5bb0680bb acceptPlayerMessage": "", "6744a4717e3818d5bb0680bb declinePlayerMessage": "", "6744a4717e3818d5bb0680bb completePlayerMessage": "", - "6744a728352b4da8e003eda9 name": "Battery Change", - "6744a728352b4da8e003eda9 description": "How are the negotiations progressing? I mean, I understand that Prapor needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 name": "Výměna baterie", + "6744a728352b4da8e003eda9 description": "Jak pokračují jednání? Chápu, že to Prapor musí nejdřív promyslet, ale už mi dochází čas! Musíš nějak přežít, když stavíš mosty. Žádné stížnosti proti tobě, samozřejmě.\n\nNemám teď ani žádné náhradní baterie a elektronika se může kdykoliv podělat. Dokonce by se mi teď hodila i baterie do tanku, možná bych ji dokázal zprovoznit se svým BTR.\n\nMyslíš, že bys nějakou našel? Protože bez ní to pro mě skončilo.", "6744a728352b4da8e003eda9 failMessageText": "", - "6744a728352b4da8e003eda9 successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a964dc1b1e2ee134ffeb": "Hand over the item: 6-STEN-140-M military battery", - "6744a728352b4da8e003eda9 acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a728352b4da8e003eda9 declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a728352b4da8e003eda9 completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744a9dfef61d56e020b5c4a name": "Battery Change", - "6744a9dfef61d56e020b5c4a description": "How are the negotiations progressing? I mean, I understand that Ragman needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 successMessageText": "To je velká věc! Doufám, že to nebylo příliš obtížné. Dobře, nech to tady. Děláš pro mě spoustu práce a já na to nezapomenu. Děkuji.", + "6744a964dc1b1e2ee134ffeb": "Předat předmět: Vojenská baterie 6-STEN-140-M", + "6744a728352b4da8e003eda9 acceptPlayerMessage": "Lámu si kvůli tobě záda... Dobře, vyřeším to.", + "6744a728352b4da8e003eda9 declinePlayerMessage": "Ne, sakra. Jednou jsem se s takovou baterií musel plazit několik hodin. Je mi líto, ale tohle dělat nebudu.", + "6744a728352b4da8e003eda9 completePlayerMessage": "Tady jsou tvoje věci. Tohle je naposledy, co dělám doručovatele baterií. Jasně.", + "6744a9dfef61d56e020b5c4a name": "Výměna baterie", + "6744a9dfef61d56e020b5c4a description": "Jak pokračují jednání? Chápu, že to Ragman musí nejdřív promyslet, ale už mi dochází čas! Musíš nějak přežít, když stavíš mosty. Žádné stížnosti proti tobě, samozřejmě.\n\nNemám teď ani žádné náhradní baterie a elektronika se může kdykoliv podělat. Dokonce by se mi teď hodila i baterie do tanku, možná bych ji dokázal zprovoznit se svým BTR.\n\nMyslíš, že bys nějakou našel? Protože bez ní to pro mě skončilo.", "6744a9dfef61d56e020b5c4a failMessageText": "", - "6744a9dfef61d56e020b5c4a successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a9dfef61d56e020b5c54": "Hand over the item: 6-STEN-140-M military battery", - "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a9dfef61d56e020b5c4a completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744ab1def61d56e020b5c56 name": "Protect the Sky", - "6744ab1def61d56e020b5c56 description": "You weren't being tailed, were you? Skier is definitely up to something. I'm even afraid to sleep in the BTR now! But I can't back down now. I've started setting up a new base, and this time I want to build a solid defense.\n\nSomeone's willing to provide me with a decent electronic jamming system. We've already settled the payment, it's just a matter of delivering the package to me. They picked an unusual place for the transfer: a cemetery in the forest. It's not big, but you'll find it no problem. There's a stretcher and bodies lying around near it.\n\nCan you get the package from the stash? Oh, but don't go straight there from here. Go to your base, take a breather, and then go to the stash from there. Can't let anyone find out about my new purchase.", + "6744a9dfef61d56e020b5c4a successMessageText": "To je velká věc! Doufám, že to nebylo příliš obtížné. Dobře, nech to tady. Děláš pro mě spoustu práce a já na to nezapomenu. Děkuji.", + "6744a9dfef61d56e020b5c54": "Předat předmět: Vojenská baterie 6-STEN-140-M", + "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Lámu si kvůli tobě záda... Dobře, vyřeším to.", + "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Ne, sakra. Jednou jsem se s takovou baterií musel plazit několik hodin. Je mi líto, ale tohle dělat nebudu.", + "6744a9dfef61d56e020b5c4a completePlayerMessage": "Tady jsou tvoje věci. Tohle je naposledy, co dělám doručovatele baterií. Jasně.", + "6744ab1def61d56e020b5c56 name": "Ochrana oblohy", + "6744ab1def61d56e020b5c56 description": "Nebyl jsi sledován, že ne? Skier má určitě něco za lubem. Dokonce se teď bojím spát v BTR! Ale teď už nemůžu couvnout. Začal jsem budovat novou základnu a tentokrát chci vybudovat pevnou obranu.\n\nNěkdo je ochotný mi poskytnout slušný elektronický rušící systém. Na platbě jsme se už dohodli, jde jen o to, aby mi byl balík doručen. Pro předání vybrali neobvyklé místo: hřbitov v lese. Není velký, ale najdeš ho bez problémů. Poblíž se povalují nosítka a těla.\n\nMůžeš ten balíček ze skrýše vyndat? Ale nechoď odtud rovnou tam. Jdi na základnu, vydechni si a pak se odtud vydej ke skrýši. Nemůžu dopustit, aby se někdo dozvěděl o mém novém nákupu.", "6744ab1def61d56e020b5c56 failMessageText": "", - "6744ab1def61d56e020b5c56 successMessageText": "Thank you! At least now I have a place to sleep.\n\nNothing will come down from above now. And on the ground, the landmines should stop them. I've covered everything. Let's see them looting my spare parts again!", - "6744ab1def61d56e020b5c5f": "Locate the package in the specified spot on Woods", - "6744ab1def61d56e020b5c60": "Hand over the package", - "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Alright, I'm in.", - "6744ab1def61d56e020b5c56 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6744ab1def61d56e020b5c56 completePlayerMessage": "Here you go. Hope that's what you're looking for.", - "6744aca8d3346c216702c583 name": "Discombobulate", - "6744aca8d3346c216702c583 description": "I was right about Skier. He's not just trying to interrupt my work, he's trying to fucking destroy the BTR! Looks like somebody supplied him with a big load of RPG rockets. \n\nThose knuckle-dragging idiots can't even shoot it properly, but so what? With enough ammo, they'll take me down if not on the first, then on the tenth attempt. However, I might have an idea where Skier is storing these rockets. Plenty of time's passed, they've already organized their firing positions, I'm sure of it.\n\nThey could be anywhere in the city, but in the forest we may be able to find all of their positions. Just follow my usual driving route and check all the places they might use to ambush me.\n\nFind the rocket crates and leave some presents for those fuckers. Let them have an explosive surprise when they come for their ammo.", + "6744ab1def61d56e020b5c56 successMessageText": "Děkuji! Alespoň mám kde spát.\n\nTeď už shora nic nespadne. A na zemi by je měly zastavit miny. Všechno jsem zakryl. Uvidíme, jak mi zase budou rabovat náhradní díly!", + "6744ab1def61d56e020b5c5f": "Najít balíček na určeném místě na Woods", + "6744ab1def61d56e020b5c60": "Předat balíček", + "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Tak jo, jdu do toho.", + "6744ab1def61d56e020b5c56 declinePlayerMessage": "Možná někdy jindy, ano? Teď ne.", + "6744ab1def61d56e020b5c56 completePlayerMessage": "Tady máš. Doufám, že je to to, co hledáš.", + "6744aca8d3346c216702c583 name": "Rozbitý", + "6744aca8d3346c216702c583 description": "Ohledně Skiera jsem měl pravdu. Nesnaží se jen narušit mou práci, ale snaží se zničit BTR! Vypadá to, že mu někdo dodal pořádnou dávku RPG raket.\n\nTi idioti s klouby na rukou z toho neumějí pořádně střílet, ale co na tom? S dostatkem munice mě sejmou, když na na první, tak na desátý pokus. Nicméně možná tuším, kde Skier ty rakety skladuje. Uběhla spousta času, už si zorganizovali palebné pozice, tím jsem si jistý.\n\nMohou být kdekoliv ve městě, ale v lese bychom mohli najít všechny jejich pozice. Stačí jet po mé obvyklé trase a zkontrolovat všechna místa, která by mohli použít k přepadení.\n\nNajdi bedny s raketami a nech těm zmrdům nějaké dárky. Ať mají výbušné překvapení, až si přijdou pro munici.", "6744aca8d3346c216702c583 failMessageText": "", - "6744aca8d3346c216702c583 successMessageText": "Magnificent! I think I heard one explosion about 20 minutes ago already. Now this bitch Skier will think twice before threatening me.", - "6744ae5cc771515803d615ec": "Stash a VOG-25 Khattabka grenade at the first RPG ammo crate on Woods", - "6744ae63b3b4be24ffc607a4": "Stash a VOG-25 Khattabka grenade at the second RPG ammo crate on Woods", - "6744ae65f8c1438fb9374575": "Stash a VOG-25 Khattabka grenade at the third RPG ammo crate on Woods", - "6744aca8d3346c216702c583 acceptPlayerMessage": "Oh man, I love life-threatening EOD missions. Alright, I'll do it.", - "6744aca8d3346c216702c583 declinePlayerMessage": "I cannot help you right now.", - "6744aca8d3346c216702c583 completePlayerMessage": "Here about the job. Everything's done on my end.", - "6744af0969a58fceba101fed name": "The Price of Independence", - "6744af0969a58fceba101fed description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away. When he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed! So listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee. You need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. The key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. \n\nAfter you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up! The best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6744af0969a58fceba101fed failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter. We sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", - "6744af0969a58fceba101fed successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me. What's most important is that we've already prepared the stage.\n\nIt won't be easy, but Prapor promised to help, and the letter ought to work too. I won't forget all the help you've given me. Drop by often, friend.", - "6745c8ccb4adeab3910332cc": "Locate and obtain the incriminating letter on Customs", - "6745c8de22c7ee46e3319c34": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745c8ee54d6972417ad7bad": "Use the transit from Customs to Reserve", - "6745c90842db81af412eae97": "Use the transit from Reserve to Woods", - "6745c9482ac6bee79dca869a": "Eliminate any target on Woods", - "6745c9623d362cd373b1de93": "Use the transit from Woods to Lighthouse", - "6745c986a3e10e0bf6472d8e": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745c992bf76b3aeaf6370e0": "Launch a yellow signal flare at the pier on Lighthouse", - "6745c9a86086867a2c723e9d": "Survive and extract from Lighthouse", - "6745c9b89c84a273d4a2dc28": "Eliminate Scavs while completing the other objectives", - "6744af0969a58fceba101fed acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", - "6744af0969a58fceba101fed declinePlayerMessage": "I cannot help you right now.", - "6744af0969a58fceba101fed completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745cbee909d2013670a4a55 name": "The Price of Independence", - "6745cbee909d2013670a4a55 description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away.\n\nWhen he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed!\n\nSo listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee.\n\nYou need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. \n\nThe key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. After you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up!\n\nThe best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6745cbee909d2013670a4a55 failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter.\n\nWe sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", - "6745cbee909d2013670a4a55 successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me.\n\nWhat's most important is that we've already prepared the stage. \n\nIt won't be easy, but Ragman promised to help, and the letter ought to work too.\n\nI won't forget all the help you've given me. Drop by often, friend.", - "6745cbee909d2013670a4a60": "Locate and obtain the incriminating letter on Customs", - "6745cbee909d2013670a4a61": "Use the transit from Customs to Reserve", - "6745cbee909d2013670a4a63": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745cbee909d2013670a4a64": "Use the transit from Reserve to Woods", - "6745cbee909d2013670a4a66": "Eliminate any target on Woods", - "6745cbee909d2013670a4a68": "Use the transit from Woods to Lighthouse", - "6745cbee909d2013670a4a6a": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745cbee909d2013670a4a6c": "Launch a yellow signal flare at the pier on Lighthouse", - "6745cbee909d2013670a4a6e": "Eliminate Scavs while completing the other objectives", - "6745cbee909d2013670a4a70": "Survive and extract from Lighthouse", - "6745cbee909d2013670a4a55 acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", + "6744aca8d3346c216702c583 successMessageText": "Velkolepé! Myslím, že už jsem jeden výbuch slyšel asi před 20 minutami. Teď si ta mrcha Skier dvakrát rozmyslí, než mi začne vyhrožovat.", + "6744ae5cc771515803d615ec": "Skrýt VOG-25 granát u první bedny s municí pro RPG na Woods", + "6744ae63b3b4be24ffc607a4": "Skrýt VOG-25 granát u druhé bedny s municí pro RPG na Woods", + "6744ae65f8c1438fb9374575": "Skrýt VOG-25 granát u třetí bedny s municí pro RPG na Woods", + "6744aca8d3346c216702c583 acceptPlayerMessage": "Ach jo, miluju životu nebezpečné EOD mise. Dobře, udělám to.", + "6744aca8d3346c216702c583 declinePlayerMessage": "Teď ti nemohu pomoci.", + "6744aca8d3346c216702c583 completePlayerMessage": "Teď o práci. Z mojí strany je vše hotové.", + "6744af0969a58fceba101fed name": "Cena za svobodu", + "6744af0969a58fceba101fed description": "Zmařili jsme Skierovy plány a řeknu ti jedno - tuhle příležitost si nemůžeme nechat utéct. Až se uzdraví, už mě nikdy nespustí z očí. Proto musíme hned vymyslet obranný plán, protože oba dva dostaneme na frak! Takže poslouchej, mám promyšlený plán. Až na to, že nemám nikoho jiného, komu bych věřil, že udělá něco tak složitého.\n\nPodařilo se mi vyhrabat nějaké informace o Skierovi. Takové informace, které by ho mohly pořádně zkompromitovat, kdyby se dostaly do správných rukou. Všechno je v tomto dopise a je to naše záruka. Musíš si ho vyzvednout na celnici. Dopis bude v horním patře budovy u staveniště. Víš, tam u železničního nástupiště, tam ho uvidíš. Doufejme.\n\nOdtud jdi rovnou na záložní základnu a nech ho na velitelství ve třetím patře, na opevněném místě s okny. Klíčové je zajistit, aby Skierův muž dopis nezachytil. Proto po ukrytí dopisu běž do Priozersku a udělej trochu hluku.\n\nAž zabiješ pár Scavů, jdi na poloostrov s majákem a vystřel světlici. Potřebuješ žlutou, nespleť si ji! Nejlepší je to udělat na molu u chatiček a na nástupišti na nádraží, odláká to pozornost chlapíků z nejbližší Skierovy základny. Potom odtamtud uteč!\n\nVšechny instrukce jsem napsal na kus papíru, abys to nezvoral. Musíš to udělat všechno najednou, rozumíš?", + "6744af0969a58fceba101fed failMessageText": "Nevyšlo to, příteli. Skier ten zatracený dopis zachytil. Byli jsme blízko, že? Nikdo o tom ani nevěděl!\n\nMyslím, že zatím nemám žádnou možnost, jak se od Skiera odtrhnout.", + "6744af0969a58fceba101fed successMessageText": "Do prčic! Dokázal jsi to! Jsi jediný, kdo se mě zastal. Nejdůležitější je, že už jsme připravili jeviště.\n\nNebude to snadné, ale Prapor slíbil pomoc a ten dopis by měl taky fungovat. Nezapomenu na všechnu pomoc, kterou jsi mi poskytl. Zastavuj se často, příteli.", + "6745c8ccb4adeab3910332cc": "Najít a získat inkriminovaný dopis na Customs", + "6745c8de22c7ee46e3319c34": "Skrýt dopis ve třetím patře vojenského velitelství na Reserve", + "6745c8ee54d6972417ad7bad": "Použít přesun z Customs na Reserve", + "6745c90842db81af412eae97": "Použít přesun z Reserve na Woods", + "6745c9482ac6bee79dca869a": "Eliminovat cokoliv na Woods", + "6745c9623d362cd373b1de93": "Použít přesun z Woods na Lighthouse", + "6745c986a3e10e0bf6472d8e": "Vypustit žlutou signální světlici ve skladišti na nádraží na Lighthouse", + "6745c992bf76b3aeaf6370e0": "Vystřelit žlutou signální světlici na mole na Lighthouse", + "6745c9a86086867a2c723e9d": "Přežít a odejít z Lighthouse", + "6745c9b89c84a273d4a2dc28": "Eliminovat Scavy a zároveň splnit ostatní cíle", + "6744af0969a58fceba101fed acceptPlayerMessage": "To je... hodně. Pokusím se to nepokazit.", + "6744af0969a58fceba101fed declinePlayerMessage": "Teď ti nemohu pomoci.", + "6744af0969a58fceba101fed completePlayerMessage": "Udělal jsem vše, o co jsi mě požádal. Přesně podle pokynů.", + "6745cbee909d2013670a4a55 name": "Cena za svobodu", + "6745cbee909d2013670a4a55 description": "Zmařili jsme Skierovy plány a řeknu ti jedno - tuhle příležitost si nemůžeme nechat utéct. Až se uzdraví, už mě nikdy nespustí z očí. Proto musíme hned vymyslet obranný plán, protože oba dva dostaneme na frak! Takže poslouchej, mám promyšlený plán. Až na to, že nemám nikoho jiného, komu bych věřil, že udělá něco tak složitého.\n\nPodařilo se mi vyhrabat nějaké informace o Skierovi. Takové informace, které by ho mohly pořádně zkompromitovat, kdyby se dostaly do správných rukou. Všechno je v tomto dopise a je to naše záruka. Musíš si ho vyzvednout na celnici. Dopis bude v horním patře budovy u staveniště. Víš, tam u železničního nástupiště, tam ho uvidíš. Doufejme.\n\nOdtud jdi rovnou na záložní základnu a nech ho na velitelství ve třetím patře, na opevněném místě s okny. Klíčové je zajistit, aby Skierův muž dopis nezachytil. Proto po ukrytí dopisu běž do Priozersku a udělej trochu hluku.\n\nAž zabiješ pár Scavů, jdi na poloostrov s majákem a vystřel světlici. Potřebuješ žlutou, nespleť si ji! Nejlepší je to udělat na molu u chatiček a na nástupišti na nádraží, odláká to pozornost chlapíků z nejbližší Skierovy základny. Potom odtamtud uteč!\n\nVšechny instrukce jsem napsal na kus papíru, abys to nezvoral. Musíš to udělat všechno najednou, rozumíš?", + "6745cbee909d2013670a4a55 failMessageText": "Nevyšlo to, příteli. Skier ten zatracený dopis zachytil. Byli jsme blízko, že? Nikdo o tom ani nevěděl!\n\nMyslím, že zatím nemám žádnou možnost, jak se od Skiera odtrhnout.", + "6745cbee909d2013670a4a55 successMessageText": "Do prčic! Dokázal jsi to! Jsi jediný, kdo se mě zastal. Nejdůležitější je, že už jsme připravili jeviště.\n\nNebude to snadné, ale Ragman slíbil pomoc a ten dopis by měl taky fungovat. Nezapomenu na všechnu pomoc, kterou jsi mi poskytl. Zastavuj se často, příteli.", + "6745cbee909d2013670a4a60": "Najít a získat inkriminovaný dopis na Customs", + "6745cbee909d2013670a4a61": "Použít přesun z Customs na Reserve", + "6745cbee909d2013670a4a63": "Skrýt dopis ve třetím patře vojenského velitelství na Reserve", + "6745cbee909d2013670a4a64": "Použít přesun z Reserve na Woods", + "6745cbee909d2013670a4a66": "Eliminovat cokoliv na Woods", + "6745cbee909d2013670a4a68": "Použít přesun z Woods na Lighthouse", + "6745cbee909d2013670a4a6a": "Vystřelit žlutou signální světlici ve skladišti na nádraží na Lighthouse", + "6745cbee909d2013670a4a6c": "Vystřelit žlutou signální světlici na mole na Lighthouse", + "6745cbee909d2013670a4a6e": "Eliminovat Scavy a zároveň splnit ostatní cíle", + "6745cbee909d2013670a4a70": "Přežít a odejít z Lighthouse", + "6745cbee909d2013670a4a55 acceptPlayerMessage": "To je... hodně. Pokusím se to nepokazit.", "6745cbee909d2013670a4a55 declinePlayerMessage": "Teď ti nemohu pomoci.", - "6745cbee909d2013670a4a55 completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745fae369a58fceba10343d name": "The Higher They Fly", - "6745fae369a58fceba10343d description": "Hello-hello. I've got a worker guy who's gotten a little carried away with his ambitions. Obviously, I'll handle it later. The problem right now is that some PMCs are getting involved. I don't know if they've been bribed, or maybe they're in cahoots with this mule of mine.\n\nThing is, I don't need any extra faces in this matter, so these good little helpers need to be taken out of the picture. Last time they \"operated\" in the Priozersk area, so you're gonna start there.", - "6745fae369a58fceba10343d failMessageText": "Thought you could have a foot in both camps, you dumb fuck?\n\nA real pro knows how to pick a side. You fucked up, and believe me, you're not gonna unfuck it now.", - "6745fae369a58fceba10343d successMessageText": "Nice one! If any of those idiots are still thinking about helping this poor lad, now they're aware of all the risks that come with it.", - "6745fae369a58fceba103458": "Eliminate PMC operatives on Woods", + "6745cbee909d2013670a4a55 completePlayerMessage": "Udělal jsem vše, o co jsi mě požádal. Přesně podle pokynů.", + "6745fae369a58fceba10343d name": "Čím výše létají", + "6745fae369a58fceba10343d description": "Ahoj. Mám tu pracovníka, který se nechal trochu unést svými ambicemi. Samozřejmě to vyřídím později. Problémem je, že se do toho teď zapojují některé PMC. Nevím, jestli je někdo podplatil, nebo se možná spolčili s tím mým mulou.\n\nJde o to, že v téhle záležitosti nepotřebuju žádné další tváře, takže tyhle hodné pomocníky je třeba vyřadit ze hry. Naposledy \"operovali\" v Priozersku, takže začneš tam.", + "6745fae369a58fceba10343d failMessageText": "Myslel sis, že můžeš být jednou nohou v obou táborech, ty blbče?\n\nSkutečný profesionál si umí vybrat stranu. Posral jsi to a věř mi, že teď už to nevymluvíš.", + "6745fae369a58fceba10343d successMessageText": "Pěkný! jestli někdo z těch idiotů ještě uvažuje o tom, že by tomu chudákovi pomohl, tak teď už si uvědomuje všechna rizika, která jsou s tím spojená.", + "6745fae369a58fceba103458": "Eliminovat PMC na Woods", "6745fae369a58fceba10343d acceptPlayerMessage": "", "6745fae369a58fceba10343d declinePlayerMessage": "", "6745fae369a58fceba10343d completePlayerMessage": "", - "6745fcded0fbbc74ca0f721d name": "Swift Retribution", - "6745fcded0fbbc74ca0f721d description": "So? Feel how smooth it runs now? You did me a solid with the wheels. \n\nNow we can start thinking about the fuckers who robbed my base. They can't have gotten far, they're probably still in the nature reserve. Go and punish those fucks, will you?", + "6745fcded0fbbc74ca0f721d name": "Rychlá odplata", + "6745fcded0fbbc74ca0f721d description": "Takže? Cítíš, jak hladce teď jede? S těmi koly jsi mi udělal radost.\n\nTeď můžeme začít přemýšlet o těch zmrdech, co mi vykradli základnu. Nemohli se dostat daleko, nejspíš jsou pořád v přírodní rezervaci. Běž a potrestej ty sráče, ano?", "6745fcded0fbbc74ca0f721d failMessageText": "", - "6745fcded0fbbc74ca0f721d successMessageText": "Nice work! Now the Scavs will think twice before messing with me.", + "6745fcded0fbbc74ca0f721d successMessageText": "Dobrá práce! Teď si Scavové dvakrát rozmyslí, než si se mnou začnou zahrávat.", "6745fd2e3d6070c3563039a9": "Eliminovat Scavy na Woods", - "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Alright, I'm in.", - "6745fcded0fbbc74ca0f721d declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "6745fcded0fbbc74ca0f721d completePlayerMessage": "I found those dickheads. They won't be bothering you anymore.", - "6745fdddd3346c216702e0bf name": "Simple Side Job", - "6745fdddd3346c216702e0bf description": "I am not interested in localized conflicts and I am not going to help either side. But since you are already here, I have a job for you.\n\nThe task is simple: pick up one cargo from the roof of the military hospital at the reserve base and deliver it to the transfer point. Be careful with the cargo and do not open the crate. This shipment might be of interest to certain people, so I need a man with special skills. Someone like you.", - "6745fdddd3346c216702e0bf failMessageText": "You shouldn't have taken so long to complete my task. I've already found another merc who works faster.", - "6745fdddd3346c216702e0bf successMessageText": "Well done. The reward will not disappoint you.", - "6745fe81eae30b9fb3bb6166": "Locate and obtain Lightkeeper's cargo crate on the roof of the military hospital on Reserve", - "6745fe8d48cd7aeda7152b24": "Stash the cargo at the Scav house on Woods", - "6745fdddd3346c216702e0bf acceptPlayerMessage": "Okay, I'm in.", + "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Tak jo, jdu do toho.", + "6745fcded0fbbc74ca0f721d declinePlayerMessage": "Už tak toho mám dost. Nemůžu ti pomoct.", + "6745fcded0fbbc74ca0f721d completePlayerMessage": "Našel jsem ty pitomce. Už tě nebudou obtěžovat.", + "6745fdddd3346c216702e0bf name": "Jednoduchá vedlejší práce", + "6745fdddd3346c216702e0bf description": "Místní konflikty mě nezajímají a nehodlám pomáhat ani jedné straně. Ale když už jsi tady, mám pro tebe úkol.\n\nÚkol je jednoduchý: vyzvedni jeden náklad ze střechy vojenské nemocnice na záložní základně a doprav ho na místo předání. Buď s nákladem opatrný a bednu neotvírej. O tuto zásilku by mohli mít zájem jistí lidé, proto potřebuji muže se zvláštními schopnostmi. Někoho jako jsi ty.", + "6745fdddd3346c216702e0bf failMessageText": "Nemělo ti trvat tak dlouho, než jsi splnil můj úkol. Už jsem si našel jiného obchodníka, který pracuje rychleji.", + "6745fdddd3346c216702e0bf successMessageText": "Dobrá práce. Odměna tě nezklame.", + "6745fe81eae30b9fb3bb6166": "Najít a získat Lightkeeperovu bednu s nákladem na střeše vojenské nemocnice na Reserve", + "6745fe8d48cd7aeda7152b24": "Ukrýt náklad ve Scav domě na Woods", + "6745fdddd3346c216702e0bf acceptPlayerMessage": "Dobře, jdu do toho.", "6745fdddd3346c216702e0bf declinePlayerMessage": "Teď ti nemohu pomoci.", - "6745fdddd3346c216702e0bf completePlayerMessage": "Here about the job. Everything's done on my end.", - "674600a366e6a521aa05eb66 name": "Route Deviation", - "674600a366e6a521aa05eb66 description": "Yeah-yeah, your previous job was about the BTR driver. So what? It makes no difference to you. We made a deal, but the kid's still looking for ways around it. If I didn't know how to manage lads like him, I wouldn't have gotten on top myself.\n\nYou need good intel to manage them so you can nail them in time. There are no issues in Priozersk, but in the city he often deviates from my routes. I need to know where the BTR goes and why. Mark all his stops with strobe markers, after that my lads will handle it.", - "674600a366e6a521aa05eb66 failMessageText": "You decided to help the driver? Predictions don't seem to be your strong suit.\n\nWithout me, his wheelbarrow will fall apart, and without it, he'll be clapped by the first guy he meets! That's when you'll come crawling back to me.", - "674600a366e6a521aa05eb66 successMessageText": "You got all the spots, yeah? Cool. I'm gonna send my crew to check it out today, this rat's not going anywhere.", - "67460118d3498f1b35e0a025": "Mark the Collapsed Crane BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746011dfd1dc9d0f502e55d": "Mark the Old Scav Checkpoint BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601247aa943781a1cf3fc": "Mark the Pinewood Hotel BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601282043d1ef3c6b2eec": "Mark the City Center BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012a35218bb89951248e": "Mark the Tram BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012d871e69a9abb5873d": "Mark the Rodina Cinema BTR stop with an MS2000 Marker on Streets of Tarkov", + "6745fdddd3346c216702e0bf completePlayerMessage": "Tady o práci. Z mé strany je vše hotové.", + "674600a366e6a521aa05eb66 name": "Odchylka od trasy", + "674600a366e6a521aa05eb66 description": "Ano, tvoje předchozí práce se týkala řidiče BTR. No a co? U tebe jo úplně jedno. Uzavřeli jsme dohodu, ale ten kluk pořád hledá způsoby, jak ji obejít. Kdybych nevěděl, jak řídit kluky, jako je on, sám bych se na vrchol nedostal.\n\nPotřebuješ dobré informace, abys je zvládl a mohl je včas přibít. V Priozersku nejsou žádné problémy, ale ve městě se často odchyluje od mých tras. Potřebuji vědět, kam BTR jede a proč. Označ všechny zastávky stroboskopickými značkami, pak už to moji hoši zvládnou.", + "674600a366e6a521aa05eb66 failMessageText": "Rozhodl jsi se pomoci řidiči? Zdá se, že předpovědi nejsou tvojí silnou stránkou.\n\nBeze mě se mu rozpadne trakař a beze mě ho vypleská první chlap, kterého potká! V tu chvíli se ke mně připlazíš.", + "674600a366e6a521aa05eb66 successMessageText": "Máš všechna místa, že? Super. Pošlu tam dnes svůj tým, aby to zkontroloval, tahle krysa nikam neuteče.", + "67460118d3498f1b35e0a025": "Označit na Streets of Tarkov zastávku BTR Zřícený jeřáb značkovačem MS2000", + "6746011dfd1dc9d0f502e55d": "Označit na Streets of Tarkov zastávku BTR Starý kontrolní bod scavů značkovačem MS2000", + "674601247aa943781a1cf3fc": "Označit na Streets of Tarkov zastávku BTR Hotel Pinewood značkovačem MS2000", + "674601282043d1ef3c6b2eec": "Označit na Streets of Tarkov zastávku BTR Centrum města značkovačem MS2000", + "6746012a35218bb89951248e": "Označit na Streets of Tarkov zastávku BTR Tramvaj značkovačem MS2000", + "6746012d871e69a9abb5873d": "Označit na Streets of Tarkov zastávku BTR Kino Rodina značkovačem MS2000", "674600a366e6a521aa05eb66 acceptPlayerMessage": "", "674600a366e6a521aa05eb66 declinePlayerMessage": "", "674600a366e6a521aa05eb66 completePlayerMessage": "", - "674602307e3818d5bb069489 name": "Hindsight 20/20", - "674602307e3818d5bb069489 description": "New assignment for ya. The driver still has someone helping him, and he knows too much to be left alone. If this shithead leaks my stashes, I'm gonna have to reorganize the whole fucking network!\n\nThe lads are already looking for new spots for merchandise drop-offs and ammo storage. You need to check one of these points, it's supposedly somewhere under the large mountain in Priozersk. If the tip is accurate, you can leave the supplies there for my crew. We need Russian armor-piercing ammo specifically. Keep your NATO ammo and other junk to yourself.", - "674602307e3818d5bb069489 failMessageText": "If you wanted to work for both sides, you should've been more fucking careful! \n\nYou won't make it far with that sucker. But you've already made your choice, fuckhead.", - "674602307e3818d5bb069489 successMessageText": "The bunker is open? These hooded pricks could be a problem, but they're not the focus at the moment. The plan can't be changed, but I will notify the group anyway.", - "674602682cb1c1f5999f27aa": "Locate the bunker under the mountain on Woods", - "674da90a45aa075a44b4d687": "Stash the first Russian armor-piercing ammo pack inside the bunker", - "674da90f96d4f32d517cb770": "Stash the second Russian armor-piercing ammo pack inside the bunker", - "674da9141cc05673dc69e7e7": "Stash the third Russian armor-piercing ammo pack inside the bunker", + "674602307e3818d5bb069489 name": "Pohled zpátky 20/20", + "674602307e3818d5bb069489 description": "Novej úkol pro tebe. Řidič má stále někoho, kdo mu pomáhá, a ví toho příliš mnoho na to, aby zůstal sám. Jestli tenhle sráč vynese moje zásoby, budu muset přeorganizovat celou zasranou síť!\n\nKluci už hledají nová místa pro výdej zboží a skladování munice. Jedno z těch míst musíš prověřit, údajně je někde pod velkou horou v Priozersku. Pokud je ten tip přesný, můžeš tam nechat zásoby pro mou posádku. Konkrétně potřebujeme ruskou pancéřovou munici. Munici NATO a další harampádí si nech pro sebe.", + "674602307e3818d5bb069489 failMessageText": "Jestli jsi chtěl pracovat pro obě strany, měl sis dát sakra větší pozor!\n\nS tímhle cucákem to daleko nedotáhneš. Ale ty už sis vybral, zmrde.", + "674602307e3818d5bb069489 successMessageText": "Bunkr je otevřený? Tihle hajzlici s kapucemi by mohli být problém, ale momentálně se na ně nezaměřujeme. Plán se nedá změnit, ale stejně to skupině oznámím.", + "674602682cb1c1f5999f27aa": "Najít bunkr pod horou na Woods", + "674da90a45aa075a44b4d687": "Skrýt první balení ruských průrazných nábojů v bunkru", + "674da90f96d4f32d517cb770": "Skrýt druhé balení ruských průrazných nábojů v bunkru", + "674da9141cc05673dc69e7e7": "Skrýt třetí balení ruských průrazných nábojů v bunkru", "674602307e3818d5bb069489 acceptPlayerMessage": "", "674602307e3818d5bb069489 declinePlayerMessage": "", "674602307e3818d5bb069489 completePlayerMessage": "", "6746053b5b555b53460d9896 name": "Klíčový partner", - "6746053b5b555b53460d9896 description": "So a birdie told me the driver is determined and is looking for a new employer. I doubt the idiot realizes all the consequences of such a transition. In any case, I never even gave him that option anyway! The only lead I've confirmed now is about Peacekeeper. \n\nYou should go to him and remind him that we have common interests with him! Make him remember who his key partner is.", - "6746053b5b555b53460d9896 failMessageText": "Did you think I wouldn't find out about you helping the driver? You think I can't replace you?\n\nYou're gonna have to work very hard if you want to do business with me again.", - "6746053b5b555b53460d9896 successMessageText": "Peacekeeper is a forward thinker, even if he wants to seem like a simple hustler. He won't dare to go against me now.", - "675197664e610fc2b88e0bf3": "Sell any items to Peacekeeper", + "6746053b5b555b53460d9896 description": "Ptáček mi zazpíval, že řidič je odhodlaný a hledá nového zaměstnavatele. Pochybuji, že si ten idiot uvědomuje všechny důsledky takového přechodu. Každopádně jsem mu tu možnost stejně ani nedal! Jediná stopa, kterou mám teď potvrzenou, se týká Peacekeepera.\n\nMěl bys za ním zajít a připomenout mu, že s ním máme společné zájmy! Ať si vzpomene, kdo je jeho klíčový partner.", + "6746053b5b555b53460d9896 failMessageText": "Myslel sis, že se nedozvím, že jsi pomohl řidiči? Myslíš, že tě nemůžu nahradit?\n\nBudeš se muset hodně snažit, jestli se mnou chceš ještě někdy obchodovat.", + "6746053b5b555b53460d9896 successMessageText": "Peacekeeper myslí dopředu, i když chce vypadat jako obyčejný podvodník. Teď už si netroufne jít proti mně.", + "675197664e610fc2b88e0bf3": "Prodat jakékoliv předměty Peacekeeperovi", "6746053b5b555b53460d9896 acceptPlayerMessage": "", "6746053b5b555b53460d9896 declinePlayerMessage": "", "6746053b5b555b53460d9896 completePlayerMessage": "", - "674605df60a98cad1b0ec799 name": "Killer Argument", - "674605df60a98cad1b0ec799 description": "Have you already heard that the driver has poached some of the traders over to his side? This kid's gotten a little far from his nest, so it's time to end it. I've made a deal with a certain someone to share some RPG ammo, enough to penetrate his BTR's armor. \n\nNow I need someone to deliver the package from the Scav house in Priozersk. Nobody knows about the delivery yet, so it should go smoothly. You gotta work fast, so that the driver doesn't find out what I'm preparing for him.", - "674605df60a98cad1b0ec799 failMessageText": "You're too sharp for your own good, punk. A proper bandit would never do that shit.\n\nYou can't betray your own gang. Who'd want to do business with you now?", - "674605df60a98cad1b0ec799 successMessageText": "Very good! Now the BTR armor won't save the driver. Stay in touch, you'll be useful during the assault.", - "6746061983996c4aa4765025": "Locate and obtain the package with RPG ammo on Woods", + "674605df60a98cad1b0ec799 name": "Zabijácký argument", + "674605df60a98cad1b0ec799 description": "Už jsi slyšel, že řidič přetáhl některé obchodníky na svou stranu? Tenhle kluk si trochu odskočil od svého hnízda, takže je čas to ukončit. Dohodl jsem se s jistým člověkem, že se s ním podělím o munici do RPG, která by stačila na to, aby prorazila pancíř jeho BTR.\n\nTeď potřebuju, aby mi někdo doručil balíček z domu Skavů v Priozersku. O doručení zatím nikdo neví, takže by to mělo proběhnout hladce. Musíš pracovat rychle, aby řidič nezjistil, co pro něj chystám.", + "674605df60a98cad1b0ec799 failMessageText": "Jsi příliš bystrý, než aby sis to zasloužil, pankáči. Správnej bandita by to nikdy neudělal.\n\nNemůžeš zradit vlastní bandu. Kdo by s tebou teď chtěl obchodovat?", + "674605df60a98cad1b0ec799 successMessageText": "Ty vole, dobře! Teď řidiče nezachrání ani pancíř BTR. Zůstaň v kontaktu, budeš užitečný při útoku.", + "6746061983996c4aa4765025": "Najít a získat balíček s municí pro RPG na Woods", "674606266884ca9cfc83530e": "Předat balíček", "674605df60a98cad1b0ec799 acceptPlayerMessage": "", "674605df60a98cad1b0ec799 declinePlayerMessage": "", "674605df60a98cad1b0ec799 completePlayerMessage": "", - "67460662d0fbbc74ca0f7229 name": "Choose Your Friends Wisely", - "67460662d0fbbc74ca0f7229 description": "The assault is called off. Someone tipped off the driver about the ammo crates, so this motherfucker booby-trapped them! My lads got nailed. Now we're out of both manpower and ammo. We'll have to look for shells again. The driver's gonna start his bullshit counterattack now, you need to stop him.\n\nIf we let him build his route system now, he's gonna be a pain in the ass later. He's got some mercs around him again, but now they all know they're going against Skier! You need to do this quickly so that no one thinks they can oppose me and fucking survive. I got a route where you'll find all these shitheads.", - "67460662d0fbbc74ca0f7229 failMessageText": "So it was you who was helping him the whole time? No wonder you're backing off now.\n\nYou know I can deal with him one way or the other, right? But you, you're gonna be cleaning up this shit for a very long while.", - "67460662d0fbbc74ca0f7229 successMessageText": "Well, no one can help him after something like this. I'll take care of the little stuff, but without you, it could have gone south.\n\nYou're a smooth guy, and you kept your word, unlike that driver fuck.", - "674606bac840f707bea6242f": "Use the transit from Customs to Reserve", + "67460662d0fbbc74ca0f7229 name": "Vybírej si přátele s rozmyslem", + "67460662d0fbbc74ca0f7229 description": "Útok je odvolán. Někdo dal řidiči tip na bedny s municí, tak je ten zmrd nastražil! Moji kluci to schytali. Teď nám došly síly i munice. Budeme muset znovu hledat náboje. Řidič teď začne s tím svým blbým protiútokem, musíš ho zastavit.\n\nKdyž ho teď necháme vybudovat systém tras, bude nám později na obtíž. Zase má kolem sebe pár žoldáků, ale teď už všichni vědí, že jdou proti Skierovi! Musíš to udělat rychle, aby si nikdo nemyslel, že se mi může postavit a kurva přežít. Mám trasu, kde všechny ty sráče najdeš.", + "67460662d0fbbc74ca0f7229 failMessageText": "Takže jsi mu celou dobu pomáhal ty? Není divu, že teď couváš.\n\nVíš, že se s ním můžu vypořádat tak jako tak, ne? Ale ty, ty budeš tyhle sračky uklízet ještě hodně dlouho.", + "67460662d0fbbc74ca0f7229 successMessageText": "Po něčem takovém mu už nikdo nepomůže. Postarám se o maličkosti, ale bez tebe by se to mohlo zvrtnout.\n\nJsi uhlazený chlap a na rozdíl od toho řidičského zmrda jsi dodržel slovo.", + "674606bac840f707bea6242f": "Použít přesun z Customs na Reserve", "674606ccff406a9f6a28e26f": "Použít přesun z Reserve na Woods", "674606f1c63637e54bede3a6": "Použít přesun z Woods na Lighthouse", "6746071002dfd67c0629a379": "Přežít a odejít z Lighthouse", - "674607317781508c405fb979": "Eliminate PMC operatives while completing the other objectives", + "674607317781508c405fb979": "Eliminovat PMC a zároveň splnit ostatní cíle", "67460662d0fbbc74ca0f7229 acceptPlayerMessage": "", "67460662d0fbbc74ca0f7229 declinePlayerMessage": "", "67460662d0fbbc74ca0f7229 completePlayerMessage": "", - "674647f38466ebb03408b291 name": "That’s a Great Plan, Walter", - "674647f38466ebb03408b291 description": "Hello, gangster! My overseas colleague and I were working out a little deal, but things didn't seem to go according to plan. We needed to get a shipment across town, but it was too risky to move it all at once. \n\nSo they split up the big shipment into lots of little ones and locked the cases. Even if some loser finds it, they won't be able to open it! Peacekeeper said the shipment's already in Tarkov, but my guys at the drop points haven't seen shit yet. \n\nBe a good boy and go check it out. Scour around, and if you find our cargo, bring it here. Easy day's work, yeah?", + "674647f38466ebb03408b291 name": "To je skvělý plán, Waltere", + "674647f38466ebb03408b291 description": "Ahoj, gangstere! S mým zámořským kolegou jsme se domlouvali na malé dohodě, ale zdá se, že věci nejdou podle plánu. Potřebovali jsme převézt zásilku přes celé město, ale bylo to přiliš riskantní převážet ji celou najednou.\n\nTak rozdělili velkou zásilku na spoustu malých a bedny zamknuli. I kdyby ji nějaký nýmand našel, nebude ji moct otevřít! Peacekeeper říkal, že zásilka je už v Tarkově, ale moji chlapi na předávacích místech ještě nic neviděli.\n\nBuď tak hodný a běž to zkontrolovat. Prohledej to tu, a jestli najdeš náš náklad, přines ho sem. Lehka práce, jo?", "674647f38466ebb03408b291 failMessageText": "", - "674647f38466ebb03408b291 successMessageText": "Shit, the plan was solid... We kept it secret, nobody was in on it.\n\nBetter ask Peacekeeper what's happening with the couriers. Good thing we locked the cases beforehand. \n\nStay close by, maybe there'll be more work.", - "67464892f25c4371c2242a1a": "Locate and hand over the locked cases with cargo", + "674647f38466ebb03408b291 successMessageText": "Sakra, ten plán byl pevný... Udržovali jsme ho v tajnosti, nikdo v tom nejel.\n\nRadši se zeptej Peacekeepera, co se děje s kurýry. Ještě že jsme ty kufry předem zamknuli.\n\nZůstaň poblíž, možná bude více práce.", + "67464892f25c4371c2242a1a": "Najít a odevzdat uzamčené kufry s nákladem", "674647f38466ebb03408b291 acceptPlayerMessage": "", "674647f38466ebb03408b291 declinePlayerMessage": "", "674647f38466ebb03408b291 completePlayerMessage": "", "6746480040ea3d1d4f0e5d51 name": "Hra se skořápkami", - "6746480040ea3d1d4f0e5d51 description": "Cheeky bastards. Those fuckers knew everything from the start! They even framed the courier attack and stole the keys! \n\nAnd to make it look legit, they took our contraband out of the cases and stuffed them with random fucking garbage. Now we gotta check every case. Every fucking case! We're short-handed for this bullshit, so you're gonna come in handy. \n\nIf you can't find the keys from the smugglers, go to Ref, he's already fucking selling them anyway. I only want my goods, you can have the rest. My buyer's pissed as shit, waiting for his order. \n\nSo if you do everything quick, you'll get both the goods and some nice cash.", + "6746480040ea3d1d4f0e5d51 description": "Drzí parchanti. Ti hajzlové věděli všechno od začátku! Dokonce nastražili útok na kurýra a ukradli klíče!\n\nA aby to vypadalo legálně, vyndali náš kontraband z kufrů a nacpali do nich náhodný odpadky. Teď musíme zkontrolovat každý kufr. Každej zasranej kufr! Na tyhle sračky máme málo lidí, takže se nám budeš hodit.\n\nJestli nenajdeš klíče od pašeráků, jdi za Refem, ten už je stejně kurva prodává. Já chci jenom svoje zboží, zbytek si můžeš vzít. Můj kupec je nasranej jak sviňa, čeká na objednávku.\n\nTakže když všechno uděláš rychle, dostaneš jak zboží, tak i nějaký pěkný prachy.", "6746480040ea3d1d4f0e5d51 failMessageText": "", - "6746480040ea3d1d4f0e5d51 successMessageText": "Well done! I think we got most of our contraband back.\n\nThat was really fucking close, but I think the deal's done. Would've been a total bust without you.", - "67464916bbc0297381fcf753": "Hand over Skier's contraband from the locked cases", + "6746480040ea3d1d4f0e5d51 successMessageText": "Výborně! Myslím, že jsme získali většinu našeho kontrabandu zpět.\n\nBylo kurevsky namále, ale myslím, že dohoda je uzavřená. Bez tebe by to byl totální průšvih.", + "67464916bbc0297381fcf753": "Odevzdat Skierovi náklad z uzamčených beden", "6746480040ea3d1d4f0e5d51 acceptPlayerMessage": "", "6746480040ea3d1d4f0e5d51 declinePlayerMessage": "", "6746480040ea3d1d4f0e5d51 completePlayerMessage": "", - "6746480cd0b2f8eb9b034e3e name": "Chop the Thieving Hand", - "6746480cd0b2f8eb9b034e3e description": "I figure you've already been approached by my partner in our deal. The transfer was sabotaged, and I found the culprits. Local smugglers thought they were the only ones who could use the unrest in the region to transport goods.\n\nWe need to show them that interfering with big business is fatal. My contact in Europe is waiting for payment, and the buyer won't pay Skier without the goods.\n\nIf this deal falls through, we won't have a chance to secure any major contracts going forward. This has to be dealt with immediately. Are we clear?", + "6746480cd0b2f8eb9b034e3e name": "Useknutí ruky zlodějovi", + "6746480cd0b2f8eb9b034e3e description": "Počítám, že tě můj partner v naší dohodě už oslovil. Převod byl sabotován a já jsem našel viníky. Místní pašeráci si mysleli, že jsou jediní, kdo může využít nepokojů v regionu k přepravě zboží.\n\nMusíme jim ukázat, že zasahování do velkého byznysu je smrtelné. Můj kontakt v evropě čeká na platbu a kupující bez zboží Skierovi nezaplatí.\n\nPokud tento obchod padne, nebudeme mít šanci získat žádné velké zakázky do budoucna. Tohle se musí okamžitě vyřešit. Je to jasné?", "6746480cd0b2f8eb9b034e3e failMessageText": "", - "6746480cd0b2f8eb9b034e3e successMessageText": "Great! All that remains is to find out how badly those scavengers have messed things up.\n\nI need to contact Skier and provide security for a shipment with keys to the cases. You're free to go now, mercenary.", - "67464973800dfc0ed382cc34": "Eliminate the \"Smugglers\"", + "6746480cd0b2f8eb9b034e3e successMessageText": "Skvělé! Zbývá jen zjistit, jak moc to ti Scavové pokazili.\n\nMusím se spojit se Skierem a zajistit ochranku pro zásilku s klíči od kufrů. Teď můžeš jít, žoldáku.", + "67464973800dfc0ed382cc34": "Eliminovat \"Pašeráky\"", "6746480cd0b2f8eb9b034e3e acceptPlayerMessage": "", "6746480cd0b2f8eb9b034e3e declinePlayerMessage": "", "6746480cd0b2f8eb9b034e3e completePlayerMessage": "", "675031be899713ccad00060c name": "Vánoční večeře", - "675031be899713ccad00060c description": "How's it going my friend! Not cold, are you? Well, here's the thing... We're going to arrange a feast with our comrades-in-arms at the base, it's Christmas after all!\n\nBut you know how it is in inventory warehouses. According to the records everything is there, but in reality there's only tushonka and a shitload of potatoes. We wanted to make olivier salad, maybe two bowls. Amd we need some booze, too. \n\nCan you get it? Just don't bring the potatoes, we have enough of it.", + "675031be899713ccad00060c description": "Jak se daří, příteli! Není ti zima? No, jde o tohle... Uspořádáme se spolubojovníky na základně hostinu, jsou přece Vánoce!\n\nAle víš, jak to chodí v inventárních skladech. Podle záznamů je tam všechno, ale ve skutečnosti je tam jen Tushonka a hromada brambor. chtěli jsme udělat olivový salát, možná dvě mísy. A taky potřebujeme nějaký chlast.\n\nMůžeš ho sehnat? Jen ty brambory neber, máme jich dost.", "675031be899713ccad00060c failMessageText": "", - "675031be899713ccad00060c successMessageText": "Well done! Oh and yeah, I can't invite you too, sorry. It's for old acquaintances, officers and stuff, you know?\n\nBut you do deserve the reward for procuring the resources, so here you go.", + "675031be899713ccad00060c successMessageText": "Výborně! Jo a jo, taky tě nemůžu pozvat, promiň. Je to pro staré známé, důstojníky a tak, víš?\n\nAle zasloužíš si odměnu za obstarání zdrojů, takže tady máš.", "67570c0d63b4ca18b62897b0": "Předat předmět: Hovězí klobása Salty Dog", - "67570c1dd37fe94e53828e73": "Předat předmět: konzerva zeleného hrášku", + "67570c1dd37fe94e53828e73": "Předat předmět: Zelený hrášek v konzervě", "67570c2cb9a6467518160e50": "Předat předmět: Sklenice majonézy DevilDog", "67570c3d9453e3c86deaed51": "Předat předmět: Láhev vodky Tarkovskaya", "67570c4919a18dfbab35905c": "Předat předmět: Láhev whisky Dan Jackiel", - "67570cab8cba6bcd8d5f5dd7": "Hand over the item: Jar of pickles", + "67570cab8cba6bcd8d5f5dd7": "Předat předmět: Sklenice s okurkami", "675031be899713ccad00060c acceptPlayerMessage": "", "675031be899713ccad00060c declinePlayerMessage": "", "675031be899713ccad00060c completePlayerMessage": "", - "675031d3884e1da4a90b3bc9 name": "Chilly", - "675031d3884e1da4a90b3bc9 description": "Come on in, sit down. Tea's almost ready, it'll warm you up. We haven't had such temperatures since 1873. That winter was as tough as this one, I even warmed up a stray fox here!\n\nIt makes a big difference in a combat situation. You can freeze your fingers so cold that you can't even pull the trigger. Can't sit in an ambush either when you're freezing cold.\n\nIf you want to survive, you gotta toughen up your body. Try to take out a few enemies when you're cold.", + "675031d3884e1da4a90b3bc9 name": "Chladný", + "675031d3884e1da4a90b3bc9 description": "Pojď dál, posaď se. Čaj se téměř hotov, zahřeje tě. Takové teploty jsme tu neměli od roku 1873. Ta zima byla stejně tuhá jako tahle, dokonce jsem tu zahříval zatoulanou lišku!\n\nV bojové situaci je to velký rozdíl. Můžou ti zmrznout prsty tak, že ani nestiskneš spoušť. Taky nemůžeš sedět v záloze, když mrzneš.\n\nJestli chceš přežít, musíš otužovat své tělo. Zkus sejmout několik nepřátel, když je ti zima.", "675031d3884e1da4a90b3bc9 failMessageText": "", - "675031d3884e1da4a90b3bc9 successMessageText": "So how's your condition? Now you need to warm up, or you'll be out of commission for a week.\n\nAfter you're warmed up, you'll have to practice again, otherwise your body won't get used to it. Then the cold will be an advantage, not a setback.", - "67585f77650907d333a3f082": "Eliminate any target while suffering from the Frostbite status effect", + "675031d3884e1da4a90b3bc9 successMessageText": "Jaký je tvůj stav? Teď se musíš zahřát, jinak budeš týden mimo provoz.\n\nAž se zahřeješ, budeš muset znovu trénovat, jinak si tvoje tělo nezvykne. Pak bude zima výhodou, ne překážkou.", + "67585f77650907d333a3f082": "Eliminovat jakýkoli cíl, při statusu efektu Omrzliny", "675031d3884e1da4a90b3bc9 acceptPlayerMessage": "", "675031d3884e1da4a90b3bc9 declinePlayerMessage": "", "675031d3884e1da4a90b3bc9 completePlayerMessage": "", - "675031e1f300496cc4104450 name": "Hide in Plain Sight", - "675031e1f300496cc4104450 description": "Have you seen how the city's changed? Lights, fairs everywhere.\n\nIt's like there was no war and they're selling next year's calendars everywhere. But all this cheerfullness is to our advantage. \n\nThe fairs have been put in prominent places, and I'd like to use them to traffic my merchandise. And in order to add new spots to my itineraries, I need the exact coordinates. \n\nCan you lend me a hand with that? You help me, I help you, like brother to brother! Finding fairs is easy - just follow wherever you see the most holiday lights.", + "675031e1f300496cc4104450 name": "Skrytý z dohledu", + "675031e1f300496cc4104450 description": "Viděl jsi, jak se město změnilo? Všude světla, trhy.\n\nJako by nebyla válka a všude prodávají kalendáře na příští rok. Ale všechno to veselí je nám ku prospěchu.\n\nJarmarky byly umístěny na viditelných místech a já bych je rád využil k obchodu se svým zbožím. A abych mohl do svých itinerářů přidávat nová místa, potřebuji přesné souřadnice.\n\nMůžeš mi s tím pomoci? Ty pomůžeš mně, já tobě, jako bratr bratru! Hledání trhů je snadné - stačí sledovat místa, kde vidíš nejvíce svátečních světel.", "675031e1f300496cc4104450 failMessageText": "", - "675031e1f300496cc4104450 successMessageText": "Nice job! In better times I would've given you a good car for your active involvement in the business.\n\nBut you know what kind of merchandise is hot right now. Here, you'll need this.", + "675031e1f300496cc4104450 successMessageText": "Dobrá práce! V lepších časech bych ti za tvé aktivní zapojení do podnikání dal dobré auto.\n\nAle víš, jaké zboží teď frčí. Tady, tohle budeš potřebovat.", "67583687e90b8dcb52b2390f": "Najít a navštívit vánoční strom na Lighthouse", "6758369a1ac8288e78e907b9": "Najít a navštívit vánoční strom na Customs", "6758369be66a1e49655a8f6d": "Najít a navštívit vánoční strom na Reserve", @@ -27588,310 +27877,310 @@ "675031e1f300496cc4104450 declinePlayerMessage": "", "675031e1f300496cc4104450 completePlayerMessage": "", "675031f57775aada6b0f96a1 name": "Radujte se", - "675031f57775aada6b0f96a1 description": "Have you even prepared for the holiday? And don't give me that bullshit about the fighting going on. I've seen plenty of soldiers and let me tell you this: if a man doesn't have a good soul, he won't last long in the field.\n\nYou may not like holidays. You can laugh at people who talk to pictures of their relatives before they go to bed. \n\nBut if there's nothing left in you but your fighting skills, you're gonna die quick. If not today, then tomorrow. Because you need a good fighting spirit. \n\nAnd where's it gonna come from if you don't have anything to hold on to? Ah well, I've rambled for too long, I'm getting old... But you get the point. So even if you don't have anyone to celebrate with, at least put up a Christmas tree in your bunker or wherever you live now.", + "675031f57775aada6b0f96a1 description": "Připravil jsi se vůbec na dovolenou? A nevykládej mi ty kecy o tom, že se tam bojuje. Viděl jsem spoustu vojáků a řeknu ti tohle: pokud člověk nemá dobrou duši, dlouho v poli nevydrží.\n\nMožná nemáš rád prázdniny. Můžeš se smát lidem, kteří si před spaním povídají s obrázky svých příbuzných.\n\nAle pokud v tobě nezůstane nic jiného než tvé bojové schopnosti, zemřeš rychle. Když ne dnes, tak zítra. Protože potřebuješ dobrého bojového ducha.\n\nA kde ho vezmeš, když se nemáš čeho chytit? Ach jo, už jsem se rozpovídal příliš dlouho, stárnu... Ale chápeš, o co jde. Takže i když nemáš s kým slavit, postav si alespoň vánoční stromeček ve svém bunkru nebo kde to zrovna bydlíš.", "675031f57775aada6b0f96a1 failMessageText": "", - "675031f57775aada6b0f96a1 successMessageText": "Well, there you go, that's something! There's still time, maybe you'll get some friends together.\n\nHere's a little something to keep your spirits up, so to speak.", - "6757069b842eb3c4d8220979": "Construct a Christmas Tree in the Hideout", + "675031f57775aada6b0f96a1 successMessageText": "No vidíš, to je něco! Ještě je čas, třeba se ti podaří dát dohromady nějaké přátele.\n\nTady je něco malého, co ti takříkajíc zvedne náladu.", + "6757069b842eb3c4d8220979": "Postavit Vánoční stromek v úkrytu", "675031f57775aada6b0f96a1 acceptPlayerMessage": "", "675031f57775aada6b0f96a1 declinePlayerMessage": "", "675031f57775aada6b0f96a1 completePlayerMessage": "", - "6750320e23fc8fd9cc087d14 name": "Holiday Beyond the Means", - "6750320e23fc8fd9cc087d14 description": "Hello mate. Have you seen that they've started decorating the whole town for the celebrations?\n\nAs if all that pretty tinsel is worth the fuel that gives light to their garlands and lights. People are fucking stupid enough to spend all their resources on it. And apparently not just their own.\n\nThe other day, some wankers tried to rob a couple of my fuel depots. My guys are repelling the attacks alright, but I'm not going to risk the goods because of some dumb celebration!\n\nYou have to clearly show all those mercs that raising a hand on Skier during festivities is as dangerous as at any other time. \n\nAnd to make sure my message doesn't get confused with random casualties, take the appropriate outfit, something flashy.", + "6750320e23fc8fd9cc087d14 name": "Dovolená za hranicemi možností", + "6750320e23fc8fd9cc087d14 description": "Ahoj kamaráde. Viděl jsi, že už začali zdobit celé město na oslavy?\n\nJako by všechno to krásné pozlátko stálo za palivo, které dává světlo jejich girlandám a světýlkům. Lidi jsou tak blbí, že za to utratí všechny prostředky. A zřejmě nejen své vlastní.\n\nTuhle se mi nějací hajzlíci pokusili vykrást několik skladů pohonných hmot. Moji lidé útoky v pohodě odráží, ale nehodlám riskovat zboží kvůli nějaké pitomé oslavě!\n\nMusíš všem těm žoldákům jasně ukázat, že zvednout ruku na Skiera během oslav je stejně nebezpečné jako kdykoliv jindy.\n\nA aby si můj vzkaz nepletli s náhodnými oběťmi, vezmi si vhodný oděv, něco křiklavého.", "6750320e23fc8fd9cc087d14 failMessageText": "", - "6750320e23fc8fd9cc087d14 successMessageText": "Did you do what I said? Good.\n\nNow they'll stay off my turf with their shitty parties.", - "67570d63b9619534bf4857a1": "Eliminate PMC operatives while dressed as Ded Moroz or Santa (hat and beard)", + "6750320e23fc8fd9cc087d14 successMessageText": "Udělal jsi, co jsem ti řekl? Dobře.\n\nTeď se budou držet dál od mého území s těmi svými posranými večírky.", + "67570d63b9619534bf4857a1": "Eliminovat PMC v převleku za Dědu Mráze nebo Santu (čepice a vousy)", "6750320e23fc8fd9cc087d14 acceptPlayerMessage": "", "6750320e23fc8fd9cc087d14 declinePlayerMessage": "", "6750320e23fc8fd9cc087d14 completePlayerMessage": "", - "67503219527c9a38e80496ae name": "Illegal Logging", - "67503219527c9a38e80496ae description": "You know what hasn't changed since the peace times? This whole Christmas mess.\n\nEveryone's stocking up on groceries like it's the last time. And even normal-looking people get the stupid idea of cutting down a live tree in the forest for their celebrations.\n\nThese savages can't even tell the difference between a 200-year-old juniper and the weeds in their backyards.\n\nSo they come into my woods at night in groups. I can't shoot them all by myself. I need help. You seem like an alright kid, and you're a good shot, too. \n\nCan you help me save this nature reserve?", + "67503219527c9a38e80496ae name": "Nelegální těžba dřeva", + "67503219527c9a38e80496ae description": "Víš, co se od dob míru nezměnilo? Celý tenhle vánoční zmatek.\n\nVšichni se zásobují potravinami, jako by to bylo naposledy. A dokonce i normálně vypadající lidi dostanou hloupý nápad, že si na oslavu pokácí v lese živý strom.\n\nTi divoši ani nerozeznají dvousetletý jalovec od plevele na svých dvorcích.\n\nA tak mi v noci chodí do lesa ve skupinkách. Sám je všechny zastřelit nemůžu. Potřebuji pomoc. Vypadáš jako dobrý kluk a taky umíš dobře střílet.\n\nPomůžeš mi zachránit tuhle přírodní rezervaci?", "67503219527c9a38e80496ae failMessageText": "", - "67503219527c9a38e80496ae successMessageText": "Good, good! Now they'll think ten times before going to my forest for Christmas trees.\n\nJust go to IDEA for your stupid plastic ones. They have no business in my nature reserve.", - "6758350db1147b9c91b62146": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Woods", - "67583547fb9ce4bfbc4e9327": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Shoreline", - "6758354d0be43ac224eefa04": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Lighthouse", - "67585985fda6ca5a90ef43a3": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Customs", + "67503219527c9a38e80496ae successMessageText": "Dobře, dobře! Teď si desetkrát rozmyslí, než půjdou do mého lesa pro vánoční stromky.\n\nPro ty vaše hloupé plastové si prostě zajděte do IDEY. V mé přírodní rezervaci nemají co dělat.", + "6758350db1147b9c91b62146": "Eliminovat jakýkoliv cíl v lesní oblasti v době od 22:00 - 10:00 na Woods", + "67583547fb9ce4bfbc4e9327": "Eliminovat jakýkoliv cíl v lesní oblasti v době od 22:00 - 10:00 na Shoreline", + "6758354d0be43ac224eefa04": "Eliminovat jakýkoliv cíl v lesní oblasti v době od 22:00 - 10:00 na Lighthouse", + "67585985fda6ca5a90ef43a3": "Eliminovat jakýkoliv cíl v lesní oblasti v době od 22:00 - 10:00 na Customs", "67503219527c9a38e80496ae acceptPlayerMessage": "", "67503219527c9a38e80496ae declinePlayerMessage": "", "67503219527c9a38e80496ae completePlayerMessage": "", "67503247622398376d0b57cd name": "Khorovod", - "67503247622398376d0b57cd description": "So the officers and I couldn't resist and we've already started celebrating... We haven't touched the salad yet, and we'll still get more booze, so don't worry.\n\nWe talked about the fighting spirit, so we've come up with something you'll like! Anyway, we want the whole city to have a party. Then even loners like you will think of home, even if it's just for a second.\n\nOur guys have already found the good big trees and dressed them up properly. We don't have enough fuel to keep them lit permanently, but we can still light them up all over the city for some time!\n\nHere's the plan: you take the fuel canisters, get to the holiday tree and turn on the generator. \n\nBut regular gasoline won't do, you need special, industrial fuel. The tree lights up, but you have to hold it up for everyone to see. \n\nObviously, this will attract all sorts of scum, but you're not going empty-handed. We can't surrender the trees to the bandits, you'll be the first and last line of defense.\n\nOnce you're done, go straight to the next one. We've prepared the trees wherever we could. It all has to be done at once, it's the only way to have the desired effect. I'll find someone else to help you. \n\nI've dug up some special armbands so you don't shoot each other. Put them on and don't shoot the people wearing them as well.", + "67503247622398376d0b57cd description": "Takže jsme s policisty neodolali a začali jsme už slavit... Salátu jsme se ještě ani nedotkli a ještě dostaneme další chlast, takže se neboj.\n\nMluvili jsme o bojovém duchu, tak jsme vymysleli něco, co se ti bude líbit! Každopádně chceme, aby se celé město bavilo. Pak si i samotáři jako ty vzpomenou na domov, i kdyby jen na vteřinu.\n\nNaši kluci už našli dobré velké stromy a pořádně je nastrojili. Nemáme sice dost paliva na to, aby svítily trvale, ale i tak je můžeme na nějakou dobu rozsvítit po celém městě!\n\nPlán je následující: Vezmi kanystry s palivem, dojdi ke svátečnímu stromu a zapni generátor.\n\nObyčejný benzín ti ale stačit nebude, potřebuješ speciální, průmyslové palivo. Strom se rozsvítí, ale musíš ho držet tak, aby ho všichni viděli.\n\nTo samozřejmě přiláká nejrůznější šmejdy, ale s prázdnou neodejdeš. Nemůžeme stromy vydat banditům, budeš první a poslední obrannou linií.\n\nJakmile budeš hotový, jdi rovnou k dalšímu. Stromy jsme připravili, kde se dalo. Všechno se musí udělat najednou, jedině tak to bude mít kýžený efekt. Najdu někoho dalšího, kdo ti pomůže.\n\nVyhrabal jsem speciální pásky, aby jste se navzájem nepostříleli. Nasaď si ji a nestřílej po lidech, kteří je mají na sobě.", "67503247622398376d0b57cd failMessageText": "", - "67503247622398376d0b57cd successMessageText": "What an awesome celebration! People are out on the streets, gathering and celebrating!\n\nI even got a message from a comrade I've thought was dead for a long time!\n\nI think you've already figured out that what you've done is very important. When things get tough, you'll remember. And when you do, you'll feel better.", - "675708d9432e1eb103266d6e": "Reach Interchange in the Khorovod mode", + "67503247622398376d0b57cd successMessageText": "Jaká úžasná oslava! Lidé jsou v ulicích, shromažďují se a oslavují!\n\nDokonce jsem dostal zprávu od soudruha, kterého jsem považoval za mrtvého!\n\nMyslím, že jsi už pochopil, že to, co jsi udělal, je velmi důležité. Až bude nejhůř, vzpomeneš si. A až si vzpomeneš, budeš se cítit lépe.", + "675708d9432e1eb103266d6e": "Dosáhnout Interchange v řežimu Khorovod", "67503247622398376d0b57cd acceptPlayerMessage": "", "67503247622398376d0b57cd declinePlayerMessage": "", "67503247622398376d0b57cd completePlayerMessage": "", - "6750324fc06dd3d42a02a4f1 name": "This Is My Party", - "6750324fc06dd3d42a02a4f1 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "6750324fc06dd3d42a02a4f1 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "6750324fc06dd3d42a02a4f1 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "67580ca01a2155dcb73c1a74": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "6750324fc06dd3d42a02a4f1 name": "Tohle je můj večírek", + "6750324fc06dd3d42a02a4f1 description": "Nemyslel jsem si, že ti letos ještě zavolám, ale potřebuji tvou pomoc. Lidem se náš \"Khorovod\" moc líbil, měli bychom ho zopakovat.\n\nAž na to, že se proti nám nějaký kretén obrací a štve naše vojáky proti nám. Jsou to taky PMC, ale nenosí naše pásky.\n\nVíš, že děláme správnou věc. Musíme zachránit oslavu a dostat ty kretény pryč od našeho Khorovodu. Zastřel každého, kdo se přiblíží ke stromům bez pásky. Nikdo se nebude plést do cesty lidem, kteří dělají dobré skutky.", + "6750324fc06dd3d42a02a4f1 failMessageText": "Po tom všem, co jsi udělal... Jak bys mohl?\n\nVypadá to, že ses z toho, co jsem ti řekl, naučil hovno.", + "6750324fc06dd3d42a02a4f1 successMessageText": "Mise splněna? Dobrá práce, bojovníku!\n\nTeď nás nechají v klidu oslavit Vánoce. Řekni mi, kdo musíš být, aby jsi takovou oslavu nemiloval?", + "67580ca01a2155dcb73c1a74": "Eliminovat PMC bez vánoční pásky v režimu Khorovod", "6750324fc06dd3d42a02a4f1 acceptPlayerMessage": "", "6750324fc06dd3d42a02a4f1 declinePlayerMessage": "", "6750324fc06dd3d42a02a4f1 completePlayerMessage": "", - "67503256a1b980000e009ed1 name": "The Price of Celebration", - "67503256a1b980000e009ed1 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes!\n\nBecause of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now.\n\nThe ones who take part in this \"Khorovod\" wear special armbands. Those tossers made glowing targets of themselves! I need the job done quickly, so I'm gonna call other mercs as well. \n\nYou can work as a group if you want, but I can't guarantee they won't shoot at you. You know, every man for himself, and all that.", - "67503256a1b980000e009ed1 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "67503256a1b980000e009ed1 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "6758317731db0cb6e1ec71cc": "Eliminate PMC operatives who are wearing the Christmas armband", + "67503256a1b980000e009ed1 name": "Cena za oslavu", + "67503256a1b980000e009ed1 description": "Věřil bys tomu? Nejdřív mi chtěli ukrást kanystry s benzínem a teď se shromažďují u vánočních stromků přímo na trasách mého gangu!\n\nKvůli tomu musím změnit plány a zorganizovat pro kurýry jiné cesty. Kvůli těm dlouhým objížďkám zmrznou.\n\nNehodlám čekat, až skončí s oslavami a zalezou do svých děr. Tahle blbost musí skončit hned teď.\n\nTi, kdo se účastní toho \"Khorovodu\", nosí speciální pásky na rukou. Ti zmetci si ze sebe udělali svítící terče! Potřebuju mít práci rychle hotovou, takže zavolám i další žoldáky.\n\nJestli chceš, můžeš pracovat ve skupině, ale nemůžu zaručit, že po tobě nebudou střílet. Však víš, každý sám za sebe a tak.", + "67503256a1b980000e009ed1 failMessageText": "Opravdu sis myslel, že můžeš jít proti mým lidem, aniž bych o tom věděl? Takhle to nepůjde, kámo. Vypadni odsud.", + "67503256a1b980000e009ed1 successMessageText": "Čistá práce, kámo! Některé trasy už máme zpátky.\n\nA ti milovníci Vánoc...\n\nMohli tušit, že všechno to vzrušení a oslavy jenom brzdí podnikání a plýtvají drahocennými zdroji. Takže dostali, co si zasloužili. V Tarkově si nikdy kurva neroztahuj prdel.", + "6758317731db0cb6e1ec71cc": "Eliminovat PMC, kteří mají Vánoční pásku", "67503256a1b980000e009ed1 acceptPlayerMessage": "", "67503256a1b980000e009ed1 declinePlayerMessage": "", "67503256a1b980000e009ed1 completePlayerMessage": "", - "67503260899713ccad00060e name": "Enough Drinks for That One", - "67503260899713ccad00060e description": "Hello again! The fairs worked well, business is booming!\n\nI was gonna make a little gift for you, but my men were intercepted by Killa and his gang.\n\nI heard they're all dressed up in Christmas clothes and partying, so I organized a new route through Ultra while they're busy, but things didn't really go according to plan.\n\nI put a lot of money into this, and a lot of deals might go south because of Killa. So, you down to help me out?\n\nIf you can get rid of that psycho and his stupid friends, I'll owe you big! Just make sure you do this at night, cause they're not gonna let you anywhere near them in the daytime.", + "67503260899713ccad00060e name": "Dost nápojů pro toho jednoho", + "67503260899713ccad00060e description": "Ještě jednou ahoj! Veletrhy se vydařily, obchod vzkvétá!\n\nChtěl jsem pro tebe připravit malý dárek, ale mé muže zadržel Killa a jeho gang.\n\nSlyšel jsem, že se převlékli do vánočních šatů a pořádají večírky, tak jsem zorganizoval novou trasu přes Ultra, zatímco oni jsou zaneprázdněni, ale nešlo to úplně podle plánu.\n\nVložil jsem do toho hodně peněz a spousta obchodů může kvůli Killovi zkrachovat. Tak co, nechceš mi pomoct?\n\nJestli se zbavíš toho magora a jeho pitomých kamarádů, budu ti hodně dlužit! Hlavně to udělej v noci, protože přes den tě k nim nepustí.", "67503260899713ccad00060e failMessageText": "", - "67503260899713ccad00060e successMessageText": "You got him? You sure? He took down plenty of my guys...\n\nBut if it's clear now, that means no one's gonna stop us from making cash anymore. \n\nAs promised, here's a little something for you. Consider it a Christmas present.", - "67583391869cf73efa21169f": "Locate and neutralize Killa in the time period of 22:00-10:00 on Interchange", + "67503260899713ccad00060e successMessageText": "Máš ho? Určitě? Sejmul spoustu mých lidí...\n\nAle jestli je to teď jasné, znamená to, že už nám nikdo nebude bránit ve vydělávání peněz.\n\nJak jsem slíbil, tady je něco pro tebe. Ber to jako vánoční dárek.", + "67583391869cf73efa21169f": "Najít a zabít Killu v době od 22:00 - 10:00 na Interchange", "675833a7fbbf777212206513": "Eliminovat scavy se slavnostními maskami v době od 22:00-10:00 na Interchangi", "67503260899713ccad00060e acceptPlayerMessage": "", "67503260899713ccad00060e declinePlayerMessage": "", "67503260899713ccad00060e completePlayerMessage": "", "6752f6d83038f7df520c83e8 name": "Pomocná ruka", - "6752f6d83038f7df520c83e8 description": "Hello. I figure you've already seen the BTR that's been driving around Tarkov. The driver used to offer his services to PMCs like you, but lately he has started working with Skier as well. The driver came to me when he was restoring the BTR. It was an quite an interesting challenge, let me tell you. But that's beside the point. \n\nHe hasn't been in touch for quite some time, and now he's suddenly asked for help. Apparently, something serious has happened. Can you check in with him and find out what's going on? There aren't many men of wit and ambition left in Tarkov. People like us should stick together.", + "6752f6d83038f7df520c83e8 description": "Zdravím. Myslím, že jsi už viděl BTR, které jezdí po Tarkovu. Řidič dříve nabízel své služby PMC, jako jsi ty, ale v poslední době začal spolupracovat i se Skierem. Řidič za mnou přišel, když obnovoval BTR. Byla to docela zajímavá výzva, to ti povím. Ale to je vedlejší.\n\nNějakou dobu se neozýval a teď najednou požádal o pomoc. Zřejmě se stalo něco vážného. Můžeš se mu ozvat a zjistit, co se děje? V Tarkově už není mnoho duchaplných a ctižádostivých lidí. Lidé jako my by měli držet pohromadě.", "6752f6d83038f7df520c83e8 failMessageText": "", - "6752f6d83038f7df520c83e8 successMessageText": "I told him it was dangerous to become part of Skier's gang... Granted, it does have its privileges, but you can hardly stay independent in such a big business. \n\nI wonder who could have turned against Skier? After all, the BTR should be under his protection...", - "6752f85800c5b2c48240c45f": "Complete the task Shipping Delay - Part 1", + "6752f6d83038f7df520c83e8 successMessageText": "Řekl jsem mu, že je nebezpečné stát se členem Skierova gangu... Uznávám, že to má své výhody, ale v tak velkém byznysu těžko můžeš zůstat nezávislý.\n\nZajímalo by mě, kdo se mohl obrátit proti Skierovi? Vždyť BTR by mělo být pod jeho ochranou...", + "6752f85800c5b2c48240c45f": "Dokončit úkol Zpoždění přepravy - Část 1", "6752f86d538945df8cc3fc3a": "Najít a získat Praporův balíček na Woods", "6756bcb3f93f4c1fc2b2d685": "Přežít a opustit lokaci", "6752f6d83038f7df520c83e8 acceptPlayerMessage": "", "6752f6d83038f7df520c83e8 declinePlayerMessage": "", "6752f6d83038f7df520c83e8 completePlayerMessage": "", - "675c03d1f7da9792a405549a name": "Abandoned Cargo", - "675c03d1f7da9792a405549a description": "Good afternoon, young man. I have received information about a recent suspicious shipment of TerraGroup cargo. According to the description, it could contain valuable records and even medical samples.\n\nEvery such shipment should have been prioritized for extraction, yet for some reason this shipment was left near the customs terminal. I have to know what's inside the cargo, and to do that, I need the exact location of the shipments.\n\nWill you be able to assist with this? You will recognize the necessary shipments by the boxes with the TerraGroup logo.", + "675c03d1f7da9792a405549a name": "Opuštěný náklad", + "675c03d1f7da9792a405549a description": "Dobré odpoledne, mladý muži. Obdržela jsem informace o nedávné podezřelé zásilce nákladu TerraGroup. Podle podpisu by mohla obsahovat cenné záznamy a dokonce lékařské vzorky.\n\nKaždá taková zásilka by měla být přednostně vybavená, nicméně z nějakého důvodu byla tato zásilka ponechána poblíž celního terminálu. Musím zjistit, co je uvnitř nákladu, a k tomu potřebuji přesnou polohu zásilky.\n\nBudete s tím moci pomoci? Potřebné zásilky poznáte podle krabic s logem TerraGroup.", "675c03d1f7da9792a405549a failMessageText": "", - "675c03d1f7da9792a405549a successMessageText": "Excellent! You didn't open the boxes, correct? Good judgment, mercenary. It's best to have the professionals do it. \n\nJudging by the location of the shipments, they were abandoned in a hurry, or perhaps something happened during the transportation... We will have to investigate why TerraGroup decided to leave these shipments in Tarkov.", - "675c0444db2b69f48942f37c": "Locate and mark the first special TerraGroup cargo with an MS2000 Marker on Customs", - "675c04497439eaed82b6dfeb": "Locate and mark the second special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044cc482cb252c5a92d4": "Locate and mark the third special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044e3691199fe911a641": "Locate and mark the fourth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fbeb402d4fa5589516f": "Locate and mark the fifth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fd3a2c0bad5f70af01c": "Locate and mark the sixth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fdd5af984e99db7b4e1": "Locate and mark the seventh special TerraGroup cargo with an MS2000 Marker on Customs", + "675c03d1f7da9792a405549a successMessageText": "Výborně! Krabice jste neotevře, že? Dobrý úsudek, žoldáku. Nejlepší je, když to udělají profesionálové.\n\nSoudě podle umístění zásilek, byly opuštěny ve spěchu, nebo se možná něco stalo během přepravy... Budeme muset vyšetřit, proč se TerraGroup rozhodla nechat tyto zásilky v Tarkově.", + "675c0444db2b69f48942f37c": "Najít a označit na Customs první speciální TerraGroup náklad pomocí značkovače MS2000", + "675c04497439eaed82b6dfeb": "Najít a označit na Customs druhý speciální TerraGroup náklad pomocí značkovače MS2000", + "675c044cc482cb252c5a92d4": "Najít a označit na Customs třetí speciální TerraGroup náklad pomocí značkovače MS2000", + "675c044e3691199fe911a641": "Najít a označit na Customs čtvrtý speciální TerraGroup náklad pomocí značkovače MS2000", + "675c3fbeb402d4fa5589516f": "Najít a označit na Customs pátý speciální TerraGroup náklad pomocí značkovače MS2000", + "675c3fd3a2c0bad5f70af01c": "Najít a označit na Customs šestý speciální TerraGroup náklad pomocí značkovače MS2000", + "675c3fdd5af984e99db7b4e1": "Najít a označit na Customs sedmý speciální TerraGroup náklad pomocí značkovače MS2000", "675c03d1f7da9792a405549a acceptPlayerMessage": "", "675c03d1f7da9792a405549a declinePlayerMessage": "", "675c03d1f7da9792a405549a completePlayerMessage": "", - "675c047fa46173572a0bd878 name": "Shipment Tracking", - "675c047fa46173572a0bd878 description": "My people haven't been able to access the cargo yet. However, if there's anything of value-- I mean of danger, we can't waste any time.\n\nAll shipments had to be documented one way or another. Perhaps an itinerary or a cargo manifest would shed more light on the situation. You need to locate that piece of information.\n\nLook in the offices of key persons at the customs: directors, supervisors. If there is anything we might find, it should be there.", + "675c047fa46173572a0bd878 name": "Sledování zásilek", + "675c047fa46173572a0bd878 description": "Moji lidé se k nákladu zatím nedostali. Pokud tam je však něco cenného, chci říct nebezpečného, nemůžeme ztrácet čas.\n\nVšechny zásilky musely být tak či onak zdokumentovány. Možná, že itinerář nebo seznam nákladu by do situace vnesl více světla. Musíte tu informaci najít.\n\nPodívejte se do kanceláří klíčových osob na celnici: ředitelů, dozorců. Pokud bychom tam mohli něco najít, mělo by to tam být.", "675c047fa46173572a0bd878 failMessageText": "", - "675c047fa46173572a0bd878 successMessageText": "It will take some time for me to study these documents. Nevertheless, we will soon discover everything that is wrong with this shipment and what it contains. \n\nAlong with a report from my specialists, we will receive comprehensive details.", - "675c04b3fc6b273a36ed294a": "Locate and obtain the TerraGroup shipment lists on Customs", - "675c04c1b68cc8180efb38c6": "Hand over the found information", + "675c047fa46173572a0bd878 successMessageText": "Studium těchto dokumentů mi zabere nějaký čas. Nicméně brzy zjistíme, co všechno je s touto zásilkou v nepořádku a co obsahuje.\n\nSpolu se zprávou od mých specialistů obdržíme vyčerpávající podrobnosti.", + "675c04b3fc6b273a36ed294a": "Získat seznam zásilek TerraGroup na Customs", + "675c04c1b68cc8180efb38c6": "Předat nalezené informace", "675c047fa46173572a0bd878 acceptPlayerMessage": "", "675c047fa46173572a0bd878 declinePlayerMessage": "", "675c047fa46173572a0bd878 completePlayerMessage": "", - "675c04f4db8807b75d0f38e8 name": "Closer to the People", - "675c04f4db8807b75d0f38e8 description": "Terrible news, young man. I have stopped receiving communications from my group, and the documents you brought me have been scrubbed of all the essential information.\n\nWe know neither the project code, nor the detailed itinerary. Not even a summary of these boxes' contents! I cannot possibly ask you to open them yourself. What if my group's demise has something to do with their contents?\n\nInstead, I came up with another idea. The documents said that in the event of obstacles along the transit, the delivery crews could opt to deviate from the route.\n\nIf the movers were attacked during transit, we might learn about it from the workers' records. Examine the places where the delivery crews may have stayed and search for this information.", + "675c04f4db8807b75d0f38e8 name": "Blíž k lidem", + "675c04f4db8807b75d0f38e8 description": "Strašná zpráva, mladý muži. Přestala jsem dostávat zprávy od své skupiny a dokumenty, které jsi mi přinesl, byly zbaveny všech podstatných informací.\n\nNeznáme ani kód projektu, ani podrobný plán cesty. Dokonce ani shrnutí obsahu těch krabic! Nemohu po Vás chtít, abyste je otevřel sám. Co když má zánik mé skupiny něco společného s jejich obsahem?\n\nMísto toho jsem přišla na jiný nápad. V dokumentech stálo, že v případě překážek na trase přepravy se posádky zásilky mohou rozhodnout odchýlit od trasy.\n\nPokud by kurýři byli během přepravy napadeni, mohli bychom se o tom dozvědět ze záznamů pracovníků. Prozkoumejte místa, kde se členové posádky se zásilkou mohli zdržovat, a vyhledejte tyto informace.", "675c04f4db8807b75d0f38e8 failMessageText": "", - "675c04f4db8807b75d0f38e8 successMessageText": "Impossible... According to these records, no one attacked the movers, the path was clear! \n\nYet the workers who spent several hours near the boxes reported itching and fever, and asked to go home.\n\nThe foreman's notes say that two delivery crews abandoned the boxes during transportation and flatly refused to continue their work! \n\nIt turns out that the transportation of these boxes required special protective equipment, which no one considered to provide to ordinary workers. It's unclear how dangerous the boxes are at the moment, but I wouldn't recommend approaching them without the appropriate equipment.", - "675c04f4db8807b75d0f38eb": "Locate and obtain the delivery crew's shipment notes on Customs", - "675c04f4db8807b75d0f38ec": "Hand over the found information", + "675c04f4db8807b75d0f38e8 successMessageText": "Nemožné... Podle těchto záznamů na kurýrní skupinu nikdo nezaútočil, cesta byla volná!\n\nPřesto dělníci, kteří strávili několik hodin v blízkosti krabic, hlásili svědění a horečku a žádali, aby mohli jít domů.\n\nV zápisech předáka se uvádí, že dvě posádky doručovatelů opustily krabice během přepravy a rázně odmítly pokračovat v práci!\n\nUkázalo se, že přeprava těchto krabic vyžadovala speciální ochranné pomůcky, které nikoho nenapadlo poskytnout běžným dělníkům. V tuto chvíli není jasné, jak moc jsou krabice nebezpečné, ale nedoporučuji se k nim přibližovat bez příslušného vybavení.", + "675c04f4db8807b75d0f38eb": "Najít a získat přepravní doklady posádky na Customs", + "675c04f4db8807b75d0f38ec": "Předat nalezené informace", "675c04f4db8807b75d0f38e8 acceptPlayerMessage": "", "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", - "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 name": "Porušení dohody", + "675c085d59b0575973005f52 description": "Hej, daří se ti dobře? Nikdy neuvěříš tomu, co ti teď řeknu. Mám pro tebe práci! Dobře, vtipy stranou, Reshala se chce vrhnout po hlavě do nového podnikání. A věř mi, že tohohle zmrda tam nechci.\n\nZjistil jsem, že tenhle grázl plánuje schůzku s jedním z mých partnerů, který má vazby na velkou zemi. Jde o to, že známe jen místo schůzky, ale nevíme, kde si ty svoje sračky vyřídí.\n\nTak jsem najal spolehlivého odstřelovače, aby tu schůzku překazil, až k ní dojde. Až na to, že teď je na své pozici venku pořád, kurva, nemůže se jít dolů ani vychcat.\n\nA co víc, skrýš, kterou jsem mu připravil na pozorovacím místě, našli Scavové a všechno vyrabovali dočista. Myslíš, že můžeš odnést zbytek vybavení? Je v továrně se třemi velkými trubkami uprostřed průmyslové zóny. Je kolem ní nějaké kovové lešení nebo něco takového... Schovej to všude na to lešení, dobře?\n\nKurva, chlape, jasně, že ti za to zaplatím. Tvrdě pracuj a tvrdě si vyděláš, hehe.", "675c085d59b0575973005f52 failMessageText": "", - "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", - "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", - "675c152299549b5b62094f06": "Stash a DVL-10 magazine at the specified spot on Customs", - "675c153ae96d38136d02f670": "Stash an ELCAN SpecterDR scope at the specified spot on Customs", - "67604476b1ae3717835ccaed": "Stash a pack of any 7.62x51 ammo at the specified spot on Customs", + "675c085d59b0575973005f52 successMessageText": "Viděl jsi mého pistolníka? Jistěže ne, je to skutečný specialista! Teď mu moji chlapi dají signál a on všechno sebere z určených bodů.\n\nTady máš malé poděkování za těžkou práci.", + "675c14f54662a2fae349dbb9": "Skrýt odstřelovací pušku DVL-10 na určeném místě na Customs", + "675c152299549b5b62094f06": "Skrýt zásobník do DVL-10 na určeném místě na Customs", + "675c153ae96d38136d02f670": "Skrýt zaměřovač ELCAN SpecterDR na určeném místě na Customs", + "67604476b1ae3717835ccaed": "Skrýt jakýkoliv balíček munice 7.62x51 na určeném místě na Customs", "675c085d59b0575973005f52 acceptPlayerMessage": "", "675c085d59b0575973005f52 declinePlayerMessage": "", "675c085d59b0575973005f52 completePlayerMessage": "", - "675c1570526ff496850895d9 name": "Passion for Ergonomics", - "675c1570526ff496850895d9 description": "Hello. Do you know the feeling when you change the layout of your instrument in a seemingly insignificant way and it fundamentally changes the working comfort?\n\nThe Pareto principle, right. I had a friend who was the epitome of that concept. He was always tweaking something, filing, sanding a part to win a few millimeters....\n\nHis experience made me realize how important ergonomics is in any job. I have not heard from him in a while, but I know one of his outlets, it was either a sort of car service or a workshop, right in the garage complex. He always loved cars, especially the American ones.\n\nCan you come and check the place out? He probably moved somewhere else a long time ago, but his garage might still contain some of his tools or blueprints.", + "675c1570526ff496850895d9 name": "Nadšení pro Ergonomii", + "675c1570526ff496850895d9 description": "Dobrý den. Znáš ten pocit, když zdánlivě nepodstatným způsobem změníš uspořádání svého přístroje a zásadně to změní komfort práce?\n\nParetův princip, že? Měl jsem kamaráda, který byl ztělesněním tohoto pojmu. Pořád něco vylepšoval, piloval, brousil součástky, aby získal pár milimetrů.....\n\nDíky jeho zkušenostem jsem si uvědomil, jak důležitá je ergonomie při jakékoliv práci. Dlouho jsem o něm neslyšel, ale znám jednu jeho provozovnu, byl to buď jakýsi autoservis, nebo dílna, přímo v garážovém komplexu. Vždycky miloval auta, zejména ta americká.\n\nMůžeš se tam jít podívat? Nejspíš se už dávno přestěhoval jinam, ale v garáži by mohlo být ještě nějaké jeho nářadí a nebo plánky.", "675c1570526ff496850895d9 failMessageText": "", - "675c1570526ff496850895d9 successMessageText": "Hmm... He would never let his car burn down willingly. Something must have happened there.\n\nA car mechanic's death would be just an imperceptible blip in the death toll on the Tarkov scale. But hopefully he was able to make it out and find safety. Maybe we'll see each other again.", - "675c15916580a378dc0f012f": "Locate and obtain the customized tool set at the garage complex on Customs", - "675c1595a4c063af74ee5279": "Hand over the found item", + "675c1570526ff496850895d9 successMessageText": "Hmmm... Nikdy by nenechal své auto dobrovolně shořet. Něco se tam muselo stát.\n\nSmrt automechanika by byla jen nepřehlédnutelnou skvrnkou v počtu mrtvých na Tarkovské stupnici. Ale snad se mu podařilo dostat ven a najít bezpečí. Třeba se ještě někdy uvidíme.", + "675c15916580a378dc0f012f": "Najít a získat sadu nářadí na míru v garážovém komplexu na Customs", + "675c1595a4c063af74ee5279": "Předat nalezený předmět", "675c1570526ff496850895d9 acceptPlayerMessage": "", "675c1570526ff496850895d9 declinePlayerMessage": "", "675c1570526ff496850895d9 completePlayerMessage": "", - "675c15fbf7da9792a4059871 name": "Provide Viewership", - "675c15fbf7da9792a4059871 description": "Greetings, gladiator! Judging by the fact that you're still in one piece, you've developed a good skill set. That's exactly what I need.\n\nArena fights are thriving, but you know the human nature. The audience gets used to everything and will always ask for more! So I've come up with something more interesting.\n\nI want to broadcast the fights in real Tarkov conditions for a group of special customers. You need to set up a camera and then show them what you're made of. You can put the camera on some building near the construction site at customs.\n\nI don't care who's in your crosshairs. You yourself are the centerpiece of this show! People will cheer for you and pay good money for it. Of course, I've taken your commitment into account, so expect a reward.", + "675c15fbf7da9792a4059871 name": "Zajištění sledovanosti", + "675c15fbf7da9792a4059871 description": "Zdravím tě, gladiátore! Soudě podle toho, že jsi stále v jednom kuse, jsi si vyvinul dobré dovednosti. To je přesně to, co potřebuji.\n\nSouboje v aréně vzkvétají, ale znáš lidskou povahu. Diváci si zvyknou na všechno a vždycky budou chtít víc! Takže jsem přišel s něčím zajímavějším.\n\nChci vysílat zápasy v reálných tarkovských podmínkách pro skupinu speciálních zákazníků. Je třeba nastavit kameru a pak jim ukázat, co v tobě je. Kameru můžeš umístit na nějakou budovu poblíž staveniště na Customs.\n\nJe mi jedno, koho máš na mušce. Ty sám jsi hlavním bodem této show! Lidé ti budou fandit a zaplatí za to slušné peníze. Samozřejmě jsem zohlednil tvé nasazení, takže očekávej odměnu.", "675c15fbf7da9792a4059871 failMessageText": "", - "675c15fbf7da9792a4059871 successMessageText": "There he is, a true Tarkov warrior! The audience loved it, so if you don't plan to drop out anytime soon, drop by often.\n\nYour talents deserve attention. And attention is expensive these days. Oh, by the way, here's your paycheck.", - "675c1c87caddcfa893af10e9": "Install the first WI-FI Camera inside the industrial plant on Customs", - "675c1c980fd114390c638b89": "Eliminate any target inside the industrial plant on Customs", - "676047054c9696a7d071bc08": "Install the second WI-FI Camera inside the industrial plant on Customs", - "6760470877d1b7790af5de11": "Install the third WI-FI Camera inside the industrial plant on Customs", - "6760470b7d65f702a6295820": "Install the fourth WI-FI Camera inside the industrial plant on Customs", + "675c15fbf7da9792a4059871 successMessageText": "Tady je, pravý Tarkovský bojovník! Divákům se to líbilo, takže pokud nemáš v plánu v nejbližší době odpadnout, zastavuj se často.\n\nTvůj talent si zaslouží pozornost. A pozornost je dnes drahá. A mimochodem, tady máš výplatu.", + "675c1c87caddcfa893af10e9": "Nainstalovat první WI-FI kameru uvnitř průmyslového závodu na Customs", + "675c1c980fd114390c638b89": "Eliminovat kohokoliv uvnitř průmyslového závodu na Customs", + "676047054c9696a7d071bc08": "Nainstalovat druhou WI-FI kameru uvnitř průmyslového závodu na Customs", + "6760470877d1b7790af5de11": "Nainstalovat třetí WI-FI kameru uvnitř průmyslového závodu na Customs", + "6760470b7d65f702a6295820": "Nainstalovat čtvrtou WI-FI kameru uvnitř průmyslového závodu na Customs", "675c15fbf7da9792a4059871 acceptPlayerMessage": "", "675c15fbf7da9792a4059871 declinePlayerMessage": "", "675c15fbf7da9792a4059871 completePlayerMessage": "", - "675c1cf4a757ddd00404f0a3 name": "Work Smarter", - "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", + "675c1cf4a757ddd00404f0a3 name": "Pracovat chytřeji", + "675c1cf4a757ddd00404f0a3 description": "Víš, jak horko bývá u zdejších bezpečných východů. Mnozí umírají na cestě zpět, ne na samotné cestě.\n\nProto je pro opravdového lovce důležité mít vždy něco připraveného, například osobní únikový plán. Doba je teď těžká, takže nedoporučuji zbytečně riskovat.\n\nVezmi si například celní správu. Slyšel jsem, že některé východy má teď někdo pod kontrolou a pouští dovnitř jen své druhy. Což znamená, že už nebudou vpuštěni žádní cizinci. Možná bys měl najít způsob, jak si ty východy zajistit.\n\nMožná to bude chtít trochu šikovnosti, ale pro opravdového bojovníka by takové překážky neměly být problémem.", "675c1cf4a757ddd00404f0a3 failMessageText": "", - "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", - "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", + "675c1cf4a757ddd00404f0a3 successMessageText": "Poučil jsi se. Ujisti se, že na ni nezapomeneš.\n\nVždy buď připraven na to, že tvoje cesta zpět bude kratší. Bez ohledu na to, ve které části Tarkova se ocitneš. Znalost terénu, cest mezi jednotlivými oblastmi a bezpečných únikových cest je tvojí silnou stránkou.", + "675c1cf4a757ddd00404f0a6": "Najít tajný východ na Customs", + "676ab31c058363b09072c78e": "Získat speciální předmět k opuštění mapy pomocí tajného východu", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", "675c1cf4a757ddd00404f0a3 completePlayerMessage": "", - "675c1d6d59b0575973008fc7 name": "Seizing the Initiative", - "675c1d6d59b0575973008fc7 description": "The operational situation in the city is ever-changing, meaning I always have to stay on top of what is happening.\n\nMy people have reported that some operatives have started using the new path from the customs terminal to the gulf coast.\n\nPreviously the passage was inaccessible there, but I've already had two targets evade my groups in that area. I have to see what is going on at that passage.\n\nIf you accept this task, you will have to travel all the way from the customs terminal to the coast and extract from there. You can count on an appropriate reward!", + "675c1d6d59b0575973008fc7 name": "Převzetí iniciativy", + "675c1d6d59b0575973008fc7 description": "Provozní situace ve městě se neustále mění, což znamená, že musím mít neustále přehled o tom, co se děje.\n\nMoji lidé hlásí, že někteří operativci začali používat novou cestu od celního terminálu k pobřeží zálivu.\n\nDříve tam byl průchod nepřístupný, ale už dva cíle se mým skupinám v této oblasti vyhnuly. Musím zjistit, co se v tom průchodu děje.\n\nPokud tento úkol přijmeš, budeš muset projít celou cestu od celního terminálu až k pobřeží a odtud těžit. Můžeš počítat s odpovídající odměnou!", "675c1d6d59b0575973008fc7 failMessageText": "", - "675c1d6d59b0575973008fc7 successMessageText": "This will help us cut off the escape routes of those who prevent us from conducting our business.\n\nEveryone needs resources to operate in Tarkov, and the Blue Helmets are no exception.", - "675c1d6d59b0575973008fc9": "Use the transit from Customs to Shoreline", - "675c1dbdcca03cb7f61fc735": "Survive and extract from Shoreline", + "675c1d6d59b0575973008fc7 successMessageText": "To nám pomůže odříznout únikové cesty těm, kteří nám brání v podnikání.\n\nKaždý potřebuje zdroje, aby mohl v Tarkově operovat, a modré přilby nejsou výjimkou.", + "675c1d6d59b0575973008fc9": "Použít přesun z Customs na Shoreline", + "675c1dbdcca03cb7f61fc735": "Přežít a odejít ze Shoreline", "675c1d6d59b0575973008fc7 acceptPlayerMessage": "", "675c1d6d59b0575973008fc7 declinePlayerMessage": "", "675c1d6d59b0575973008fc7 completePlayerMessage": "", - "675c1ec7a46173572a0bf20a name": "Rite of Passage", - "675c1ec7a46173572a0bf20a description": "Hello, merc. I have a new task, though I cannot tell yet if you are fit for a real job.\n\nBut you seem eager to help, so I might give you a chance to prove yourself.\n\nThe more experienced warriors who are already working for the good of Tarkov need to replenish their fuel reserves.\n\nSo you have a chance to do a good deed and prove to me that some drunken thug won't be a problem for you. \n\nBring me two cans of fuel. But don't run from the fight. To clean the city of filth, you must be ready to face the enemy head-on.", + "675c1ec7a46173572a0bf20a name": "Přechodový rituál", + "675c1ec7a46173572a0bf20a description": "Ahoj, žoldáku. Mám pro tebe nový úkol, i když zatím nedokážu říct, jestli se hodíš na skutečnou práci.\n\nZdá se však, že chceš pomoci, tak ti možná dám šanci, aby ses osvědčil.\n\nZkušenější bojovníci, kteří už pracují pro dobro Tarkova, potřebují doplnit zásoby paliva.\n\nTakže máš šanci udělat dobrý skutek a dokázat mi, že nějaký opilý grázl pro tebe nebude problém.\n\nPřines mi dva kanystry paliva. Ale neutíkej z boje. Abys vyčistil město od špíny, musíš být připraven postavit se nepříteli čelem.", "675c1ec7a46173572a0bf20a failMessageText": "", - "675c1ec7a46173572a0bf20a successMessageText": "Look who's back. You meet any of those pillagers? Well-well... Maybe you're actually fit for it.\n\nGet some rest for now, but do stay in touch. You've got some serious work ahead of you.", - "675c1f040a1128e59422a876": "Eliminate Scavs at the old gas station on Customs", - "675c1f17cf59d5433be7ae77": "Eliminate Scavs at the new gas station on Customs", - "675c1f311bd716cdb87947d1": "Hand over the found in raid item: Metal fuel tank", + "675c1ec7a46173572a0bf20a successMessageText": "Podívejme se, kdo se vrátil. Potkal jsi někoho z těch drancovníků? No, no... Možná se na to opravdu hodíš.\n\nZatím si odpočiň, ale zůstaň v kontaktu. Čeká tě pořádná práce.", + "675c1f040a1128e59422a876": "Eliminovat Scavi na staré benzínce na Customs", + "675c1f17cf59d5433be7ae77": "Eliminovat Scavy na nové benzínce na Customs", + "675c1f311bd716cdb87947d1": "Předat předmět nalezený v raidu: Plechový kanystr s palivem", "675c1ec7a46173572a0bf20a acceptPlayerMessage": "", "675c1ec7a46173572a0bf20a declinePlayerMessage": "", "675c1ec7a46173572a0bf20a completePlayerMessage": "", - "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", - "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", + "675c1ff1a757ddd00404f0aa name": "Testovací jízda - Část 6", + "675c1ff1a757ddd00404f0aa description": "Bojovníku! Je vidět, že opravdu rád střílíš z nových a exotických zbraní. Je tu pro tebe nová práce na toto téma.\n\nNašel jsem něco zajímavého... Něco takového v Tarkově ještě nikdo neviděl! Kde jsem to vzal? Obchodní tajemství, haha!\n\nŘeknu ti tohle, tahle zbraň má rozhodně potenciál. Ale bez přádných bojových zkoušek jsou všechny tyhle specifikace a zprávy o dostřelu blbost.\n\nTakže pokud máš zájem si vyzkoušet si skutečnou unikátní zbraň, možná si budeme moci navzájem pomoci.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", - "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", + "675c1ff1a757ddd00404f0aa successMessageText": "Je to dobré, že? Tak to bych asi mohl zvýšit cenu o něco víc, nemyslíš?\n\nMyslíš, že bych to dával zadarmo? Zaslouží si spravedlivou cenu. Tvůj soudruh Prapor ještě nikdy neokradl obyčejného vojáka a věř mi, že to tak nenechám.", + "675c1ff1a757ddd00404f0ae": "Eliminovat jakýkoliv cíl za pomoci Aklys Defense Velociraptor na Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", "675c1ff1a757ddd00404f0aa completePlayerMessage": "", - "675c3507a06634b5110e3c18 name": "Belka and Strelka", - "675c3507a06634b5110e3c18 description": "Hey, soldier! I've got a new reconnaissance mission for ya.\n\nI was able to arrange a deal with the fellas who control the railroad at the old customs gas station, but I haven't sent any of my couriers that way yet. We gotta check it out first.\n\nThe plan is simple: you fire the green flare and extract. It's like a job Belka did... or was it Strelka? Ah, whatever, you know what I'm trying to say.\n\nI'll pay you for risking your skin, but make sure you don't get whacked before even getting to that place, and take your time on the exit itself. I've heard enough tales of mercs who shoot the flare and run to the exit immediately before the flare even lights up properly... On a completely unrelated note, may I interest you in a cheap new helmet with bullet hole vents?", + "675c3507a06634b5110e3c18 name": "Belka a Strelka", + "675c3507a06634b5110e3c18 description": "Hej, vojáku! Mám pro tebe novou průzkumnou misi.\n\nPodařilo se mi domluvit se s chlápkama, co ovládají železnici u staré celní benzínky, ale ještě jsem tam neposlal žádného ze svých kurýrů. Nejdřív to musíme prověřit.\n\nPlán je jednoduchý: ty vystřelíš zelenou světlici a exitneš. Je to jako práce, kterou dělala Belka... nebo to byla Strelka? To je jedno, víš, co se ti snažím říct.\n\nZaplatím ti za to, že jsi riskoval kůži, ale dej si pozor, abych nedostal přes hubu ještě dřív, než se dostaneš na to místo, a na samotný východ si dej na čas. Už jsem slyšel dost příběhů o žoldácích, kteří vystřelí světlici a běží k východu hned, ještě než se světlice pořádně rozsvítí... Na zcela nesouvisející poznámku, mohu mít zájem o novou levnou helmu s průstřely?", "675c3507a06634b5110e3c18 failMessageText": "", - "675c3507a06634b5110e3c18 successMessageText": "There, I told you it was a simple job! You can trust me, I'd never send an untrained soldier into harm's way.", - "675c3507a06634b5110e3c1a": "Survive and extract from Customs through Railroad Passage", + "675c3507a06634b5110e3c18 successMessageText": "Říkal jsem ti, že je to jednoduchá práce! Můžeš mi věřit, že bzch nikdy neposlal nevycvičeného vojáka do nebezpečí.", + "675c3507a06634b5110e3c1a": "Přežít a opustit Customs přes Železniční průjezd", "675c3507a06634b5110e3c18 acceptPlayerMessage": "", "675c3507a06634b5110e3c18 declinePlayerMessage": "", "675c3507a06634b5110e3c18 completePlayerMessage": "", - "675c3582f6ddc329a90f9c6d name": "Private Club", - "675c3582f6ddc329a90f9c6d description": "Opachki, would you look at this little character. You got any ibuprofen? My noggin's fucking killing me.\n\nWhat, something wrong, princess? Yes, I got hammered last night, so what? It was a major league game! They wouldn't let a twat like you anywhere near that table.\n\nSometimes we get together to test our luck, but yesterday clearly wasn't my day. Not only did I lose a shitload of money, but also my fucking wallet.\n\nYou're here for work, ye? Here, I'll give you a fucking job. Find my wallet. And don't even try any bullshit, I'd recognize mine with my eyes closed. You may still be young and don't realize it, but there are things in life worth more than cash.", + "675c3582f6ddc329a90f9c6d name": "Soukromý klub", + "675c3582f6ddc329a90f9c6d description": "Opachki, mohl by ses podívat na tuto postavičku. Máš nějaký ibuprofen? Kurevsky mě bolí hlava.\n\nCo, něco se děje, princezno? Ano, včera jsem se opil, tak co? Byl to zápas první ligy! Takovýho blbce, jako jsi ty, by k tomu stolu nepustili.\n\nObčas se sejdeme, abychom si vyzkoušeli štěstí, ale včera jsem očividně neměl svůj den. Nejenže jsem přišel o hromadu peněz, ale i o svou zasranou peněženku.\n\nJsi tu kvůli práci, co? tady, dám ti zasranou práci. Najdi mou peněženku. A ani se nepokoušej o žádný kecy, tu svou bych poznal i se zavřenýma očima. Možná jsi ještě mladý a neuvědomuješ si to, ale v životě jsou věci, které mají větší cenu než peníze.", "675c3582f6ddc329a90f9c6d failMessageText": "", - "675c3582f6ddc329a90f9c6d successMessageText": "Proper good fucking job mate! I knew it couldn't just vanish into thin air like that. We have some kind of connection, you and I.\n\nThis little baby is like a lucky charm for me. When I bought this wallet, things went booming for me. I've gotten it lost a thousand times since then, but it always comes back to me.", - "675c37d2da4b531ba8daaadd": "Locate and obtain Skier's wallet on Customs", - "675c37e07ac1a33fff170966": "Hand over the found item", + "675c3582f6ddc329a90f9c6d successMessageText": "Dobrá práce, kámo! Věděl jsem, že se to nemůže jen tak vypařit. Jsme nějak propojení, ty a já.\n\nTohle malé dítě je pro mě jako talisman. Když jsem si koupil tuhle peněženku, všechno se mi začalo dařit. Od té doby se mi ztratila snad tisíckrát, ale vždycky se mi vrátila.", + "675c37d2da4b531ba8daaadd": "Najít a získat Skierovu peněženku na Customs", + "675c37e07ac1a33fff170966": "Předat nalezený předmět", "675c3582f6ddc329a90f9c6d acceptPlayerMessage": "", "675c3582f6ddc329a90f9c6d declinePlayerMessage": "", "675c3582f6ddc329a90f9c6d completePlayerMessage": "", - "675f535f07e24748400973e7 name": "Teacher", - "675f535f07e24748400973e7 description": "Always arriving just when I need you! Long story short, we've got lots of rookies joining us. I love young blood, the crowd does even more so.\n\nHowever, we need to make sure they don't all get iced in the first fight. \n\nShow them the ropes, how to shoot and win the crowd's attention. Obviously, you're not gonna work for free! I've saved something interesting for you. A cool little show-off gift.\n", + "675f535f07e24748400973e7 name": "Učitel", + "675f535f07e24748400973e7 description": "Přijdeš vždycky, když tě potřebuju! Zkrátka a dobře, přidala se k nám spousta nováčků. Miluju mladou krev, a publikum ještě víc.\n\nMusíme se však ujistit, že všichni nezmrznou hned v prvním zápase.\n\nUkaž jim, jak se střílí a jak si získat pozornost publika. Samozřejmě, že nebudeš pracovat zadarmo! Nechal jsem si pro tebe něco zajímavého. Parádní dárek na předvádění.\n", "675f535f07e24748400973e7 failMessageText": "", - "675f535f07e24748400973e7 successMessageText": "That was a sight to behold! Here's your reward, you deserve it.", - "675f535f07e24748400973ea": "Win 3 matches while claiming first place in ranked mode in Arena", - "675f55103f07bd367fd68078": "Play a game of TeamFight or BlastGang", - "675f55578e6311832a4ff2a4": "Play a game of LastHero", - "675f5582396267fcff04b16d": "Play a game of Checkpoint", - "675f55adfa27165a9495534a": "Win a match in any game mode", - "675f55db29a43a094b93bbd3": "Eliminate enemies ", + "675f535f07e24748400973e7 successMessageText": "To byla podívaná! Tady je tvoje odměna, zasloužíš si ji.", + "675f535f07e24748400973ea": "Vyhrát 3 zápasy s obsazením prvního místa v hodnoceném režimu v Aréně", + "675f55103f07bd367fd68078": "Hrát hru v režimu TeamFight nebo BlastGang", + "675f55578e6311832a4ff2a4": "Hrát hru v LastHero módu", + "675f5582396267fcff04b16d": "Hrát hru v Checkpoint módu", + "675f55adfa27165a9495534a": "Vyhrát zápas v jakémkoliv režimu", + "675f55db29a43a094b93bbd3": "Eliminovat nepřátele ", "675f535f07e24748400973e7 acceptPlayerMessage": "", "675f535f07e24748400973e7 declinePlayerMessage": "", "675f535f07e24748400973e7 completePlayerMessage": "", - "6761f28a022f60bb320f3e95 name": "New Beginning", - "6761f28a022f60bb320f3e95 description": "Hello my brother! So how's it hanging? Not bored yet?\n\nI know what'll rev you up. The effect is out of this world! Hey, don't get the wrong idea, it's nothing that was illegal in our past lives. \n\nLong story short, there are some special people making lists of the realest alphas in Tarkov. And I happen to know these special people. Rarely do I get to meet such influential figures in my life, that's for sure. With guys like that, you gotta do business in an exceptional fashion, not a single fuck-up. You mess up, you lose your chance to live a happy life ever after, if you catch my drift.\n\nOkay, so I can see you're clearly interested in finding out what this chad list is for. Tell you what, I have no fucking clue. I sure wish they'd tell me though!\n\nAnyway, you yourself can make it on this list. All you gotta do is prove you're worthy. They gave me a mission checklist, here ya go.", + "6761f28a022f60bb320f3e95 name": "Nový začátek", + "6761f28a022f60bb320f3e95 description": "Ahoj, bratře! Tak jak to jde? Ještě se nenudíš?\n\nVím, co tě nabudí. Ten efekt je jako z jiného světa! Hele, neber to špatně, není to nic, co by bylo v našich minulých životech nelegální.\n\nZkrátka a dobře, v Tarkově existují zvláštní lidé, kteří sestavují seznamy těch nejskutečnějších alf. A já tyhle zvláštní lidi náhodou znám. Málokdy se mi v životě podaří potkat tak vlivné osobnosti, to je jisté. S takovými lidmi musíš dělat obchody výjimečně, ani jeden průser. Když něco poděláš, ztratíš šanci žít šťastný život až do smrti, jestli mi rozumíš.\n\nDobře, takže vidím, že máš očividně zájem zjistit, k čemu je tenhle seznam chadů. Něco ti řeknu, nemám o tom ani páru. Ale přál bych si, aby mi to řekli!\n\nKaždopádně se na ten seznam můžeš dostat i ty. Stačí když dokážeš, že jsi toho hoden. Dali mi seznam úkolů, tady je.", "6761f28a022f60bb320f3e95 failMessageText": "", - "6761f28a022f60bb320f3e95 successMessageText": "I'm telling you, you're one worthy motherfucker. They are already aware of your progress.", - "6761f6f1bacf72169272e381": "Hand over the item: BEAR operative figurine", - "6761f7d086fd2d9c941b8aa3": "Hand over the item: Politician Mutkevich figurine", - "6761f7f87b309912d6b5f2a9": "Hand over the item: Killa figurine", - "6761f80838201b0588f39a07": "Hand over the item: Reshala figurine", - "6761f817d42b2f3a242de658": "Hand over the item: Ryzhy figurine", - "6761f826d5b89d2d15b53eca": "Hand over the item: Scav figurine", - "6761f838d641d60f18a45e1f": "Hand over the item: Tagilla figurine", - "6761f85183d342080d39ca98": "Hand over the item: USEC operative figurine", - "6761f862c1ba6ee8e161d3d6": "Hand over the item: Cultist figurine", - "6761f87227aeff895cef62c5": "Hand over the item: Den figurine", - "6761f93bc757eb8c228fa754": "Eliminate Scavs", - "6761f9d718fa62aac3264ff2": "Survive and extract from The Lab", + "6761f28a022f60bb320f3e95 successMessageText": "Říkám ti, že jsi hodný hajzl. O tvých postupech už vědí.", + "6761f6f1bacf72169272e381": "Předat předmět: Figurka operátora BEAR", + "6761f7d086fd2d9c941b8aa3": "Předat předmět: Figurka politika Mutkeviche", + "6761f7f87b309912d6b5f2a9": "Předat předmět: Figurka Killy", + "6761f80838201b0588f39a07": "Předat předmět: Figurka Reshaly", + "6761f817d42b2f3a242de658": "Předat předmět: Figurka Ryzhyho", + "6761f826d5b89d2d15b53eca": "Předat předmět: Figurka scava", + "6761f838d641d60f18a45e1f": "Předat předmět: Figurka Tagilly", + "6761f85183d342080d39ca98": "Předat předmět: Figurka operátora USEC", + "6761f862c1ba6ee8e161d3d6": "Předat předmět: Figurka kultisty", + "6761f87227aeff895cef62c5": "Předat předmět: Den figurka", + "6761f93bc757eb8c228fa754": "Eliminovat Scavy", + "6761f9d718fa62aac3264ff2": "Přežít a odejít z The Lab", "6761f28a022f60bb320f3e95 acceptPlayerMessage": "", "6761f28a022f60bb320f3e95 declinePlayerMessage": "", "6761f28a022f60bb320f3e95 completePlayerMessage": "", - "6761ff17cdc36bd66102e9d0 name": "New Beginning", - "6761ff17cdc36bd66102e9d0 description": "Hello my brother! So how's it hanging? Not bored yet? I know what'll rev you up. The effect is out of this world!\n\nHuh? I already told you that? Come on man, don't bullshit me. Wait, what? How do you know about the list? Shit, guess I really did tell you about it already. Anyway, it seems like you already have an idea of what to do.\n\nWait, so did I also already tell you about the influential people making these lists? Man, I guess I should get more sleep. I'm running around like a squirrel over here, negotiating things, solving problems. That's my life.\n\nIn fact, I've been thinking... These guys are on to you for a reason. Something big is going down, I'm telling you. So do your missions perfectly and on time.\n\nAll right, back to business. Here's the list. No, it's exactly the same as the “last time”, you're just confused. Maybe you need more sleep, too.", + "6761ff17cdc36bd66102e9d0 name": "Nový začátek", + "6761ff17cdc36bd66102e9d0 description": "Ahoj, bratře! Tak jak to jde? Ještě se nenudíš? Vím, co tě nabudí. Ten efekt je jako z jiného světa!\n\nCo? To už jsem ti říkal? No tak, chlape, nedělej blbosti. Počkej, cože? Jak víš o tom seznamu? Sakra, asi jsem ti o něm už opravdu řekl. Každopádně to vypadá, že už máš představu, co dělat.\n\nPočkej, takže už jsem ti taky říkal o vlivných lidech, kteří ty seznamy tvoří? Páni, asi bych měl víc spát. Běhám tady jako veverka, vyjednávám věci, řeším problémy. To je můj život.\n\nVlastně jsem přemýšlel o tom, že... Tihle lidi po tobě jdou z nějakého důvodu. Říkám ti, že se chystá něco velkého. Takže plň své úkoly perfektně a včas.\n\nDobře, zpátky k práci. Tady je seznam. Ne, je úplně stejný jako \"minule\", jen jsi zmatený. Možná taky potřebuješ víc spánku.", "6761ff17cdc36bd66102e9d0 failMessageText": "", - "6761ff17cdc36bd66102e9d0 successMessageText": "Well done! Could've been quicker, but it'll do. The group knows you're done with the mission.", - "6761ff17cdc36bd66102e9d4": "Eliminate PMC operatives in one raid on any location", - "6761ff17cdc36bd66102e9d6": "Survive and extract from The Lab", - "6761ff17cdc36bd66102e9d8": "Hand over the found in raid item: BEAR operative figurine", - "6761ff17cdc36bd66102e9d9": "Hand over the found in raid item: Politician Mutkevich figurine", - "6761ff17cdc36bd66102e9da": "Hand over the found in raid item: Killa figurine", - "6761ff17cdc36bd66102e9db": "Hand over the found in raid item: Reshala figurine", - "6761ff17cdc36bd66102e9dc": "Hand over the found in raid item: Ryzhy figurine", - "6761ff17cdc36bd66102e9dd": "Hand over the found in raid item: Scav figurine", - "6761ff17cdc36bd66102e9de": "Hand over the found in raid item: Tagilla figurine", - "6761ff17cdc36bd66102e9df": "Hand over the found in raid item: USEC operative figurine", - "6761ff17cdc36bd66102e9e0": "Hand over the found in raid item: Cultist figurine", - "6761ff17cdc36bd66102e9e1": "Hand over the found in raid item: Den figurine", - "6762015739c53fca8ac51336": "Eliminate PMC operatives", + "6761ff17cdc36bd66102e9d0 successMessageText": "Výborně! Mohlo to být rychlejší, ale stačí to. Skupina ví, že jsi s úkolem hotov.", + "6761ff17cdc36bd66102e9d4": "Eliminovat PMC operátory v jednom raidu na kterékoliv mapě", + "6761ff17cdc36bd66102e9d6": "Přežít a odejít z The Lab", + "6761ff17cdc36bd66102e9d8": "Předat předmět nalezený v raidu: BEAR figurka", + "6761ff17cdc36bd66102e9d9": "Předat předmět nalezený v raidu: Politician Mutkevich figurka", + "6761ff17cdc36bd66102e9da": "Předat předmět nalezený v raidu: figurka Killy", + "6761ff17cdc36bd66102e9db": "Předat předmět nalezený v raidu: figurka Reshaly", + "6761ff17cdc36bd66102e9dc": "Předat předmět nalezený v raidu: figurka Ryzhyho", + "6761ff17cdc36bd66102e9dd": "Předat předmět nalezený v raidu: figurka Scava", + "6761ff17cdc36bd66102e9de": "Předat předmět nalezený v raidu: figurka Tagilly", + "6761ff17cdc36bd66102e9df": "Předat předmět nalezený v raidu: figurka USECa", + "6761ff17cdc36bd66102e9e0": "Předat předmět nalezený v raidu: figurka Kultisty", + "6761ff17cdc36bd66102e9e1": "Předat předmět nalezený v raidu: figurka Dena", + "6762015739c53fca8ac51336": "Eliminovat operátory PMC", "6761ff17cdc36bd66102e9d0 acceptPlayerMessage": "", "6761ff17cdc36bd66102e9d0 declinePlayerMessage": "", "6761ff17cdc36bd66102e9d0 completePlayerMessage": "", - "6764174c86addd02bc033d68 name": "Connections Up North", - "6764174c86addd02bc033d68 description": "Greetings, mate. Tell you what, I've got special import channels - they can bring things even from Finland! My friend there has set up a shipment of some real deadly toys, not just shitty-ass Toz or Gornostay. Thing is, you can't just sell those to any random bum off the street, speaking from experience, mate. Dumb twats with hands out their asses will bring down the credibility of even the toughest merchandise. \n\nThat's why I've come up with a little innocent trick. I want to start a rumor that there's a real bringer of death in Tarkov, you feel me? He shoots precisely and leaves heaps of corpses on his path. No one can even spot him in time, because the guy's a specialist, he sticks to the shadows and uses a bolty with a night sight. \n\nAnd then it turns out that this guy is using my guns! It's gonna make everybody think that I'm the guy who stocks up on the realest pro stuff. So I figured you'd be the perfect man for this little stunt. Make people afraid to even take a piss at night, and I'll arrange some of my hot new products for you. The first batch is free!", + "6764174c86addd02bc033d68 name": "Severní propojení", + "6764174c86addd02bc033d68 description": "Zdravím tě, kámo. Něco ti řeknu, mám speciální dovozní kanály - dokážou přivézt věci i z Finska! Můj kamarád tam zařídil zásilku nějakých skutečných smrtících hraček, ne jenom posraných Tozů nebo Gornostayů. Jde o to, že je nemůžeš prodat jen tak nějakého náhodnému pobudovi z ulice, mluvím z vlastní zkušenosti, kámo. Tupí blbečci s rukama vystrčenýma z prdele srazí důvěryhodnost i toho nejtvrdšího zboží.\n\nProto jsem vymyslel takový nevinný trik. Chci spustit fámu, že v Tarkově je skutečný nositel smrti, chápeš mě? Střílí přesně a na své cestě zanechává hromady mrtvol. Nikdo ho ani nedokáže včas odhalit, protože ten chlap je specialista, drží se ve stínu a používá boltky s nočním zaměřovačem.\n\nA pak se ukáže, že ten chlap používá moje zbraně! Všichni si díky tomu budou myslet, že jsem chlap, který má zásoby toho nejopravdovějšího profi zboží. Tak mě napadlo, že bys byl pro tenhle malý kousek ideální. Ať se lidi bojí v noci i vyčůrat, a já ti zařídím nějakou svou žhavou novinku. První várka je zdarma!", "6764174c86addd02bc033d68 failMessageText": "", - "6764174c86addd02bc033d68 successMessageText": "I shit you not, even my partners heard about it! You're gonna become a real legend with this Finnish lady by your side.", - "676418a60b9bcbe280972288": "Eliminate PMC operatives from over 40 meters away while using a bolt-action rifle with night or thermal scope", + "6764174c86addd02bc033d68 successMessageText": "Ani nevíš jak, dokonce i moji partneři o tom slyšeli! S touhle finskou dámou po boku se staneš opravdovou legendou.", + "676418a60b9bcbe280972288": "Eliminovat PMC pomocí odstřelovací pušky na vzdálenost alespoň 40 m s noční nebo termální optikou", "6764174c86addd02bc033d68 acceptPlayerMessage": "", "6764174c86addd02bc033d68 declinePlayerMessage": "", "6764174c86addd02bc033d68 completePlayerMessage": "", - "676529af9c90953d090882e7 name": "Gunsmith - Old Friend's Request", - "676529af9c90953d090882e7 description": "Hello. Do you ever find yourself crossing paths with a classmate decades after high school and hardly recognizing them? Although, I'd likely shock some of the folks from my class myself.\n\nRecently, a certain guy from my school days reached out to me. After school, he went into the army, wanting to join the special forces... It was clear even then that he had a peculiar, uh, aptitude for that job.\n\nSomehow he found me here and asked me for a favor. He wants to remember his early years in basic training. I'm not a big fan of that sort of hospitality, plus I've got heaps of work to do. But let me put it this way: he was, um, very insistent. I don't need any more trouble, so I agreed to his deal, hoping you'd help me sort it all out.\n\nPeople say this kind of equipment used to be somewhat standard issue at his job: ORSIS T-5000, Vityaz and a Glock 17. All with the special mods, of course.\n\nThe rifle was equipped with an ATACR 7-35x56 34mm scope, Harris bipod, and a suppressor, I can't recall which exact one... Well, probably doesn't matter. Just get any suitable silencer, that'll work.\n\nFor Vityaz I need the Micro T-1 red dot with a spacer, Zenit RK-6 front grip and RK-3 pistol grip, PT-3 Klassika buttstock... I also need a PEQ-15, Klesch-2P flashlight, and, as you probably guessed, a suppressor, the standard Vityaz one.\n\nThe Glock is simple. You need to replace the barrel with the Double Diamond with their thread protector, add a Pachmayr Grip Glove, Klesch-2P flashlight, and a 21-round extendo mag. I think that's everything.", + "676529af9c90953d090882e7 name": "Puškař - Žádost starého přítele", + "676529af9c90953d090882e7 description": "Ahoj. Stává se ti někdy, že se po desítkách let od střední školy potkáš se spolužákem a téměř ho nepoznáš? I když já sám bych asi některé lidi ze své třídy šokoval.\n\nNedávno mě oslovil jistý kluk z mých školních let. Po škole odešel do armády, chtěl se přidat ke speciálním jednotkám... Už tehdy bylo jasné, že má pro tu práci zvláštní, ehm, vlohy.\n\nNějak mě tady našel a požádal mě o laskavost. Chce si vzpomenout na svá první léta základního výcviku. Nejsem zrovna příznivcem takovéto pohostinnosti, navíc mám hromadu práce. Ale řeknu to takhle: byl, ehm, velmi neodbytný. Nepotřebuju další problémy, tak jsem na jeho nabídku přistoupil v naději, že mi pomůžeš všechno vyřešit.\n\nLidé říkají, že tento druh vybavení býval v jeho práci tak nějak standardní záležitostí: ORSIS T-5000, Vityaz a Glock 17. Vše samozřejmě se speciálními úpravami.\n\nPuška byla vybavena zaměřovačem ATACR 7-35x56 34 mm, dvojnožkou Harris a tlumičem, už si nevzpomínám, kterým přesně... No, asi je to jedno. Stačí si pořídit jakýkoli vhodný tlumič, ten bude fungovat.\n\nNa Vityazu potřebuju Micro T-1 s distančním rámečkem, předpažbí Zenit RK-6 a pistolovou rukojeť RK-3, pažbu PT-3 Klassika... Dále potřebuji PEQ-15, svítilnu Klesch-2P a, jak jste asi uhodli, tlumič, standardní Vityaz.\n\nGlock je jednoduchý. Je třeba vyměnit hlaveň za Double Diamond s jejich chráničem závitu, přidat Pachmayr Grip Glove, svítilnu Klesch-2P a 21-ranný extendo zásobník. Myslím, že to je vše.", "676529af9c90953d090882e7 failMessageText": "", - "676529af9c90953d090882e7 successMessageText": "Alright, let me check the attachment list... Okay, my friend will be very pleased. \n\nIt's amazing that there's still room for some nostalgia in all of us, even if the conditions around us burn out all other emotions.", - "676529af9c90953d090882ea": "Modify a PP-19-01 to comply with the given specifications", - "676529e759261ce07bc47b62": "Modify a T-5000M to comply with the given specifications", - "67652a2f4f75e1a9543289ed": "Modify a Glock 17 to comply with the given specifications", + "676529af9c90953d090882e7 successMessageText": "Dobře, podívám se na seznam příloh... Dobře, můj přítel bude mít velkou radost.\n\nJe úžasné, že v každém z nás je stále místo pro trochu nostalgie, i když vzpomínky kolem nás spalují všechny ostatní emoce.", + "676529af9c90953d090882ea": "Upravit PP-19-01 dle požadované specifikace", + "676529e759261ce07bc47b62": "Upravit T-5000M dle požadované specifikace", + "67652a2f4f75e1a9543289ed": "Upravit Glock 17 dle požadované specifikace", "676529af9c90953d090882e7 acceptPlayerMessage": "", "676529af9c90953d090882e7 declinePlayerMessage": "", "676529af9c90953d090882e7 completePlayerMessage": "", - "676c243577f0257dd50239e6 name": "The Price of Celebration", - "676c243577f0257dd50239e6 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes! Because of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now. Punish those \"dancers\"! Just don't put on their band yourself. Otherwise, I’ve got the guys involved too, and they might take you down in the chaos.", - "676c243577f0257dd50239e6 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "676c243577f0257dd50239e6 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "676c243577f0257dd50239e8": "Eliminate PMC operators while not wearing the Christmas armband", + "676c243577f0257dd50239e6 name": "Cena za oslavu", + "676c243577f0257dd50239e6 description": "Věřil bys tomu? Nejdřív mi chtěli ukrást kanystry s benzínem a teď se shromažďují u vánočních stromků přímo na trasách mého gangu!\nKvůli tomu musím změnit plány a zorganizovat pro kurýry jiné cesty. Kvůli těm dlouhým objížďkám zmrznou.\n\nNehodlám čekat, až skončí s oslavami a zalezou do svých děr. Tahle blbost musí skončit hned teď.\nPotrestej ty \"tanečníky\"! Hlavně se nemíchej k jejich kapele. Jinak se do toho zapojí i kluci a mohli by tě v tom zmatku sejmout.", + "676c243577f0257dd50239e6 failMessageText": "Opravdu sis myslel, že můžeš jít proti mým lidem, aniž bych o tom věděl? Takhle to nepůjde, kámo. Vypadni odsud.", + "676c243577f0257dd50239e6 successMessageText": "Čistá práce, kámo! Některé trasy už máme zpátky.\n\nA ti milovníci Vánoc...\n\nMohli tušit, že všechno to vzrušení a oslavy jenom brzdí podnikání a plýtvají drahocennými zdroji. Takže dostali, co si zasloužili. V Tarkově si nikdy kurva neroztahuj prdel.", + "676c243577f0257dd50239e8": "Eliminovat PMC, zatímco na sobě nemáte vánoční pásku", "676c243577f0257dd50239e6 acceptPlayerMessage": "", "676c243577f0257dd50239e6 declinePlayerMessage": "", "676c243577f0257dd50239e6 completePlayerMessage": "", - "676c243fb16f4b14b905e7f4 name": "This Is My Party", - "676c243fb16f4b14b905e7f4 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "676c243fb16f4b14b905e7f4 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "676c243fb16f4b14b905e7f4 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "676c243fb16f4b14b905e7f6": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "676c243fb16f4b14b905e7f4 name": "Tohle je můj večírek", + "676c243fb16f4b14b905e7f4 description": "Nemyslel jsem si, že ti letos ještě zavolám, ale potřebuji tvou pomoc. Lidem se náš \"Khorovod\" moc líbil, měli bychom ho zopakovat.\n\nAž na to, že se proti nám nějaký kretén obrací a štve naše vojáky proti nám. Jsou to taky PMC, ale nenosí naše pásky.\n\nVíš, že děláme správnou věc. Musíme zachránit oslavu a dostat ty kretény pryč od našeho Khorovodu. Zastřel každého, kdo se přiblíží ke stromům bez pásky. Nikdo se nebude plést do cesty lidem, kteří dělají dobré skutky.", + "676c243fb16f4b14b905e7f4 failMessageText": "Po tom všem, co jsi udělal... Jak bys mohl?\n\nVypadá to, že ses z toho, co jsem ti řekl, naučil hovno.", + "676c243fb16f4b14b905e7f4 successMessageText": "Mise splněna? Dobrá práce, bojovníku!\n\nTeď nás nechají v klidu oslavit Vánoce. Řekni mi, kdo musíš být, abys takovou oslavu nemiloval?", + "676c243fb16f4b14b905e7f6": "Eliminovat PMC bez vánoční pásky v režimu Khorovod", "676c243fb16f4b14b905e7f4 acceptPlayerMessage": "", "676c243fb16f4b14b905e7f4 declinePlayerMessage": "", "676c243fb16f4b14b905e7f4 completePlayerMessage": "", - "67a09636b8725511260bc421 name": "Shady Contractor", - "67a09636b8725511260bc421 description": "Hey. You may be aware that TerraGroup's aggressive expansion in Tarkov has raised quite a few questions in its time, no doubt? Back then, they were buying out properties and companies left and right in the Norvinsk region, and some of the deals were clearly shady in nature...\n\nTerraGroup has had a particularly interesting contractor, a company called Knossos. Officially they build amusement parks, playgrounds, and other family entertainment venues. But tell me, what possible connection can TerraGroup's scientific research and playgrounds have?\n\nThat's exactly why this smells fishy to me. Knossos could be hiding TerraGroup documents or equipment. Yet to know for certain, we'd have to examine their facilities. And to do that, we'd have to find some kind of record... Knossos definitely had managers overseeing the facilities. You should check out the vehicles in the city center and look for any internal records there.", + "67a09636b8725511260bc421 name": "Stinný dodavatel", + "67a09636b8725511260bc421 description": "Ahoj. Možná víš, že agresivní expanze TerraGroup v Tarkově vyvolala svého času bezpochyby dost otázek? Tehdy v Norvinsku skupovali nemovitosti a společnosti nalevo i napravo a některé z těchto obchodů měly zjevně podezřelý charakter...\n\nTerraGroup měla obzvlášť zajímavého dodavatele, společnost s názvem Knossos. Oficiálně staví zábavní parky, dětská hřiště a další místa pro rodinnou zábavu. Ale řekněte mi, jakou možnou souvislost může mít vědecký výzkum TerraGroup a dětská hřiště?\n\nPřesně proto mi to zavání podezřelým způsobem. Knossos by mohl ukrývat dokumenty nebo vybavení TerraGroup. Ale abychom to věděli jistě, museli bychom prozkoumat jejich zařízení. A k tomu bychom museli najít nějaký záznam... Knossos měl určitě manažery, kteří dohlíželi na zařízení. Měl bys prozkoumat vozidla v centru města a podívat se po nějakých interních záznamech tam.", "67a09636b8725511260bc421 failMessageText": "", - "67a09636b8725511260bc421 successMessageText": "A manager's diary, huh? Even though it's not official documentation, there might be something useful in there. I'll get back to you in a bit, right now I need to examine these records carefully.", - "67a0a91f4681b4e43d13892b": "Locate the Knossos LLC senior manager's car on Ground Zero", - "67a0ab610345d81cb3cbb24c": "Locate and obtain the manager's diary", - "67a0ab83359e2d00cf9d6b06": "Hand over the diary", + "67a09636b8725511260bc421 successMessageText": "Manažerský deník, co? I když to není oficiální dokumentace, mohlo by tam být něco užitečného. Za chvíli se k tobě vrátím, teď musím ty záznamy pečlivě prozkoumat.", + "67a0a91f4681b4e43d13892b": "Najít auto manažera Knossos LLC na Ground Zero", + "67a0ab610345d81cb3cbb24c": "Získat manažerův diář", + "67a0ab83359e2d00cf9d6b06": "Předat diář", "67a09636b8725511260bc421 acceptPlayerMessage": "", "67a09636b8725511260bc421 declinePlayerMessage": "", "67a09636b8725511260bc421 completePlayerMessage": "", - "67a0964e972c11a3f507731b name": "Needle in a Haystack", - "67a0964e972c11a3f507731b description": "You're just in time! I have studied the manager's diary and prepared for you a list of facilities that appear most often in the records. You need to investigate all of these locations. \n\nSo far, I can't tell what exactly to look for. Maybe you'll find equipment or other traces of TerraGroup around there. Focus on these locations and look around.", + "67a0964e972c11a3f507731b name": "Jehla v kupce sena", + "67a0964e972c11a3f507731b description": "Přišel jsi právě včas! Prostudoval jsem manažerský deník a připravil pro tebe seznam zařízení, která se v záznamech objevují nejčastěji. Musíš všechna tato místa prozkoumat.\n\nZatím ti nemohu říct, co přesně máš hledat. Možná tam najdeš vybavení nebo jiné stopy TerraGroup. Zaměř se na tato místa a rozhlédni se kolem.", "67a0964e972c11a3f507731b failMessageText": "", - "67a0964e972c11a3f507731b successMessageText": "Really, nothing at all? Perhaps it really is just a coincidence... I'll have to think about it and check my sources again.", - "67a0bc81fcbc1c559d09b58f": "Investigate the courtyard park by TerraGroup HQ on Ground Zero", - "67a0bc83182c4b0c71edd0ce": "Investigate the kart track on Interchange", - "67a0bc84f19d5b1120a55762": "Investigate the children's playground on Interchange", - "67a0bc87c60a93d7a3f28b23": "Investigate the children's playground by Concordia on Streets of Tarkov", - "67a0bc8848d9d2cbd274ffd9": "Investigate the coast-side construction site on Shoreline", - "67a0bc8ab12fe4b1baa60e4c": "Investigate the children's playground by the Health Resort on Shoreline", + "67a0964e972c11a3f507731b successMessageText": "Opravdu vůbec nic? Možná je to opravdu jen náhoda... Budu o tom muset přemýšlet a znovu se podívat do svých zdrojů.", + "67a0bc81fcbc1c559d09b58f": "Prozkoumej park na nádvoří u sídla TerraGroup na Ground Zero", + "67a0bc83182c4b0c71edd0ce": "Prozkoumat motokárovou dráhu na Interchange", + "67a0bc84f19d5b1120a55762": "Prozkoumat dětské hřiště na Interchange", + "67a0bc87c60a93d7a3f28b23": "Prozkoumat dětské hřiště u Concordie na Streets of Tarkov", + "67a0bc8848d9d2cbd274ffd9": "Prozkoumejte staveniště na pobřeží Shoreline", + "67a0bc8ab12fe4b1baa60e4c": "Prozkoumejte dětské hřiště u zdravotního střediska na Shoreline", "67a0964e972c11a3f507731b acceptPlayerMessage": "", "67a0964e972c11a3f507731b declinePlayerMessage": "", "67a0964e972c11a3f507731b completePlayerMessage": "", - "67a096577e86e067eb045733 name": "Hidden Layer", - "67a096577e86e067eb045733 description": "You know, I've thought it over again and I'm definitely positive there's a hidden layer to TerraGroup's connection with Knossos. Granted, we don't know what they were hiding yet, but that just means we haven't searched hard enough. We need to double-check everything again.\n\nTry to examine the Knossos facilities from the list again, you can also check out the adjacent buildings. Although last time my advice didn't lead you to a proper result... This time, you'd better trust your skills and intuition. Maybe we'll get lucky this way.", + "67a096577e86e067eb045733 name": "Skrytá úroveň", + "67a096577e86e067eb045733 description": "Víš, znovu jsem o tom přemýšlel a jsem si jistý, že spojení TerraGroup a Knossosem má skrytou úroveň. Uznávám, že zatím nevíme, co skrývali, ale to jen znamená, že jsme nepátrali dost důkladně. Musíme všechno znovu prověřit.\n\nZkus znovu prozkoumat zařízení v Knossu ze seznamu, můžeš prověřit i přilehlé budovy. I když minule tě moje rada ke správnému výsledku nevedla... Tentokrát raději důvěřuj svým schopnostem a intuici. Třeba budeme mít takhle štěstí.", "67a096577e86e067eb045733 failMessageText": "", - "67a096577e86e067eb045733 successMessageText": "Why didn't I think of that before? Knossos didn't purchase the whole territory of Azure Coast, but only the basements under it! That's why I thought this playground was our target.\n\nA door like this is unlikely to be accessed with a regular TerraGroup keycard. Considering they, meaning TerraGroup specifically, disguised that place as a Knossos facility, the keycard to access it should probably also have a suitable design.\n\nI'll try to find out more about these keycards and secure access to them, but it will take a considerable amount of time. If you don't wanna wait, try to find some other useful information, or better yet, the keycards themselves.", - "67a0bf7103442ae640dba835": "Locate a good lead related to Knossos LLC", - "67a0d4f554021b3adef76c42": "Locate and obtain the Knossos LLC facility key", - "67a0d50b04d3f4b66ede1e3a": "Find a way inside the Knossos LLC facility", - "67dbdd4d6a2e4b8e002b647d": "Find a way inside the Knossos LLC facility", - "67dbdd819d8208bb2082480e": "Locate and obtain the Knossos LLC facility key", + "67a096577e86e067eb045733 successMessageText": "Proč mě to nenapadlo dřív? Knossos nekoupil celé území zdravotního střediska Azure Coast, ale jen sklepy pod ním! Proto jsem si myslel, že naším cílem je toto hřiště.\n\nDo dveří, jako jsou tyto, se s běžnou kartou TerraGroup pravděpodobně nedostaneš. Vzhledem k tomu, že oni, tedy konkrétně TerraGroup, to místo zamaskovali jako zařízení Knossosu, měla by mít přístupová karta pravděpodobně také vhodný design.\n\nPokusím se zjistit více informací o těchto klíčových kartách a zabezpečit přístup k nim, ale zabere to značnou dobu. Pokud nechceš čekat, zkus najít nějaké další užitečné informace, nebo ještě lépe samotné karty.", + "67a0bf7103442ae640dba835": "Najít dobrou stopu související se společností Knossos LLC", + "67a0d4f554021b3adef76c42": "Získat klíč od zařízení Knossos LLC", + "67a0d50b04d3f4b66ede1e3a": "Najít cestu do zařízení Knossos LLC", + "67dbdd4d6a2e4b8e002b647d": "Najít cestu do zařízení Knossos LLC", + "67dbdd819d8208bb2082480e": "Získat klíč od zařízení Knossos LLC", "67a096577e86e067eb045733 acceptPlayerMessage": "", "67a096577e86e067eb045733 declinePlayerMessage": "", "67a096577e86e067eb045733 completePlayerMessage": "", @@ -27902,140 +28191,160 @@ "67a0966005d1611ed90be758 acceptPlayerMessage": "", "67a0966005d1611ed90be758 declinePlayerMessage": "", "67a0966005d1611ed90be758 completePlayerMessage": "", - "67a0966817e34930e500754c name": "Forced Alliance", - "67a0966817e34930e500754c description": "Been waiting for you. I don't know about your own search, but I think I found a way to get the keycards. Apparently, Sanitar had access to the basement beneath the health resort. That alone proves my hunch about Knossos' ties to TerraGroup.\n\nBut right now, we need to find the keycards. I can't help you with that, but Therapist definitely has Sanitar's contacts. I've already reached out to her, and she's willing to help. I believe that the trail we've found is more important than our conflicting viewpoints.\n\nHowever, if you can find another way to get the keycards without having to deal with Sanitar, I'll wish you luck.", + "67a0966817e34930e500754c name": "Nucená aliance", + "67a0966817e34930e500754c description": "Čekal jsem na tebe. Nevím, jak je to s tvým vlastním hledáním, ale myslím, že jsem našel způsob, jak získat karty. Sanitar měl zřejmě přístup do sklepení pod zdravotním střediskem. To samo o sobě potvrzuje mé tušení o vazbách Knossu na TerraGroup.\n\nAle teď musíme najít ty karty. S tím ti nepomůžu, ale Therapistka má určitě kontakty na Sanitara. Už jsem ji kontaktoval a je ochotná pomoci. Věřím, že stopa, kterou jsme našli, je důležitější než naše protichůdné názory.\n\nPokud však najdeš jiný způsob, jak získat karty, aniž bys musel jednat se Sanitarem, budu ti přát štěstí.", "67a0966817e34930e500754c failMessageText": "", - "67a0966817e34930e500754c successMessageText": "Excellent, now we have access to this facility. There's no time to lose. The rumor of the health resort cellars and the keycards has already spread throughout the city, and you may very well have competition on your tail. Gotta hurry up.", + "67a0966817e34930e500754c successMessageText": "Výborně, nyní máme k tomuto zařízení přístup. Není času nazbyt. Pověst o sklepích zdravotního střediska a kartách se už rozšířila po celém městě a dost možná máš v patách konkurenci. Musíme si pospíšit.", "67a0d8f2db972857cd90d9c0": "Assist Therapist with her investigation", - "67dfa35c8c11bf33774c38a3": "Find a way to get behind the Health Resort bunker door on Shoreline", - "67e11d97f2b4ba8761d0861b": "Assist Therapist with her investigation", - "67e17995c7204639f43caf60": "Assist Therapist with her investigation", + "67dfa35c8c11bf33774c38a3": "Najít způsob, jak se dostat za dveře bunkru zdravotního střediska na Shoreline", + "67e11d97f2b4ba8761d0861b": "Asistuj Therapistce při vyšetřování", + "67e17995c7204639f43caf60": "Asistuj Therapistce při vyšetřování", "67e41d4e9f783e8f4b234a1b": "Find a way to get behind the Health Resort bunker door on Shoreline", "67a0966817e34930e500754c acceptPlayerMessage": "", "67a0966817e34930e500754c declinePlayerMessage": "", "67a0966817e34930e500754c completePlayerMessage": "", - "67a09673972c11a3f507731d name": "The Tarkov Butcher", - "67a09673972c11a3f507731d description": "Greetings. Yes, Sergei told me that you're looking for the keycards to the health resort basement. I have no idea what is down there, but one of my colleagues visits there somewhat often. Perhaps it is one of the places where he might store valuable equipment... It's hardly anything important if he agrees to give you the keycards. Obviously, it wouldn't be for free.\n\nYou may have heard stories about a certain, um, criminal operating out of the central city district? The first rumors of the Tarkov Butcher date back to the Contract Wars. However, some of my patients say that he still haunts the streets... \n\nA colleague of mine has taken an interest in this matter and is looking for traces of this “butcher”. For the greater good, naturally. Such a dangerous individual is not simple to track down, therefore we must understand his motives and goals, no matter how much they diverge from human values. \n\nWe were able to obtain a criminal case file from the local police department. According to this, the “butcher” worked as a driver for a meat packing plant here in the city limits. The bodies of the victims were found in refrigerator trucks used to transport frozen meat... But as the conflict escalated, the case was abandoned.\n\nNow, you have all the details. If you can find anything to help my colleague's research, he will hand you the keycards to that basement.", + "67a09673972c11a3f507731d name": "Tarkovský řezník", + "67a09673972c11a3f507731d description": "Zdravím. Ano, Sergej mi řekl, že hledáte karty od sklepa ve zdravotním středisku. Netuším, co se tam dole nachází, ale jeden z mých kolegů tam chodí poněkud často. Možná je to jedno z míst, kde by mohl skladovat cenné vybavení... Těžko půjde o něco důležitého, pokud bude souhlasit s tím, že Vám dá karty. Samozřejmě by to nebylo zadarmo.\n\nMožná jste slyšel historky o jistém, ehm, zločinci operujícím v centrální městské čtvrti? První zvěsti o Tarkovském řezníkovi se datují do doby smluvních válek. někteří z mých pacientů však tvrdí, že stále straší v ulicích...\n\nJeden můj kolega se o tuto záležitost zajímá a pátrá po stopách toho \"řezníka\". Pro větší dobro, přirozeně. Takového nebezpečného jedince není jednoduché vypátrat, proto musíme pochopit jeho pohnutky a cíle, ať už se jakkoli rozcházejí s lidskými hodnotami.\n\nPodařilo se nám získat trestní spis z místního policejního oddělení. Podle něj \"řezník\" pracoval jako řidič pro masokombinát zde na území města. Těla obětí byla nalezena v chladírenských vozech, které sloužily k přepravě mraženého masa... Jak se však konflikt vyhrocoval, případ byl odložen.\n\nNyní máte k dispozici všechny podrobnosti. Pokud najdete něco, co pomůže mému kolegovi ve výzkumu, předá Vám karty od toho sklepa.", "67a09673972c11a3f507731d failMessageText": "", - "67a09673972c11a3f507731d successMessageText": "Did he seriously transport the bodies of his victims along with the meat, which then went to the store shelves? That is appalling. The fact that you found this substance used by the maniac will help my colleague make progress on the... evidence file on this case.\n\nHere are your keycards, I already received them. Along with them, I was asked to tell you to watch your step when visiting the basement. Apparently the cellars have deteriorated over the years.", - "67a0d92a6cf4a5745d0bc94f": "Locate and obtain the chemical container on Ground Zero", - "67a0d9b0771af75e83c19178": "Stash the container inside the ambulance car by the cottages on Shoreline", + "67a09673972c11a3f507731d successMessageText": "Vážně převážel těla svých obětí spolu s masem, které pak putovalo na pulty obchodů? To je otřesné. Skutečnost, že jste našli tuto látku, kterou maniak použil, pomůže mému kolegovi pokročit v... důkazním materiálu k tomuto případu.\n\nTady jsou Vaše karty, už jsem je dostala. Spolu s nimi jsem byla požádána, abych Vám řekla, abyste si při návštěvě sklepa dával pozor, kam šlapete. Sklepy se zřejmě za ta léta zničily.", + "67a0d92a6cf4a5745d0bc94f": "Vyhledat a získat chemický kontejner na Ground Zero", + "67a0d9b0771af75e83c19178": "Uložit kontejner do sanitky u chatek na Shoreline", "67a09673972c11a3f507731d acceptPlayerMessage": "", "67a09673972c11a3f507731d declinePlayerMessage": "", "67a09673972c11a3f507731d completePlayerMessage": "", - "67a0967c003a9986cb0f5ac1 name": "Sensory Analysis - Part 1", - "67a0967c003a9986cb0f5ac1 description": "Hello my brother! Okay, okay, not so loud, I'm hung over as shit. Don't know how the BTR guy's still driving after last night. The engine is surely screeching louder than fucking generators!\n\nBy the way, you came at a really good time, almost like you knew I'm gonna need help. So, about the meeting we had yesterday. I have a moonshine supplier, he makes legit good stuff! We've been working together for six months now, everything was fine. And now, customers started complaining that I was selling them fake stuff. So, I had to check the product quality, and no one in our region knows as much about liquor as the BTR driver.\n\nSo I invited him over for... let's call it sampling, hehe. And there he was, saying that no one starts with hard hitters right off the bat, he needed a warm-up. Then another. Then another... So after all that, I checked the moonshine in the morning, and we didn't even open it!\n\nLong story short, the driver didn't finish the job. I'm not gonna live through this kind of sampling party a second time, so I'll let him taste everything by himself. Can you pass him this bottle? Don't lose it, alright?", + "67a0967c003a9986cb0f5ac1 name": "Senzorická analýza - Část 1", + "67a0967c003a9986cb0f5ac1 description": "Ahoj můj bratře! Dobře, dobře, ne tak nahlas, mám kocovinu jako hovno. Nevím, jak ten chlap z BTR po včerejší noci pořád jezdí. Motor určitě ječí hlasitěji než zasrané generátory!\n\nMimochodem, přišel jsi v opravdu dobrou dobu, skoro jako bys věděl, že budu potřebovat pomoc. Takže o schůzce, kterou jsme měli včera. Mám dodavatele pálenky, dělá legální dobré věci! Pracujeme spolu už půl roku, vše bylo v pořádku. A teď si zákazníci začali stěžovat, že jim prodávám falešné věci. Musel jsem tedy zkontrolovat kvalitu produktu a nikdo v našem regionu toho o likéru neví tolik jako řidič BTR.\n\nTak jsem ho pozval na... říkejme tomu odběr vzorků, hehe. A byl tam a říkal, že nikdo nezačíná s tvrdými údery hned od pálky, potřeboval rozcvičku. Pak další. Pak další... Tak po tom všem jsem ráno kontroloval pálenku a ani jsme ji neotevřeli!\n\nStručně řečeno, řidič nedokončil práci. Podruhé už tenhle typ vzorkovací párty nepřežiju, tak ho nechám ochutnat všechno sám. Můžete mu podat tuto láhev? Neztrať to, dobře?", "67a0967c003a9986cb0f5ac1 failMessageText": "", - "67a0967c003a9986cb0f5ac1 successMessageText": "So, did'ya deliver the bottle? Huh? Man, this driver guy's such a prick. I love him! Hey, easy there, man, I get it. Listen, some things just shouldn't be talked about right off the bat, the Labyrinth is one of them.\n\nI have to consider all the risks that come with this info, so sit tight for a little while.", - "67b89ab86d4d6fd2c26b22a0": "Hand over a Bottle of Fierce Hatchling moonshine to BTR driver", - "67dc294d681db91b2fa3b279": "Hand over the Bottle of Fierce Hatchling moonshine to BTR driver", - "67dc35a55ec6148bf565204d": "Go to the Woods or Streets of Tarkov location with Moonshine", - "67dc3861d5c0070b960c1bba": "Obtain the item: Bottle of Fierce Hatchling moonshine", - "67dc393c6089aa48050efa02": "Go to Woods or Streets of Tarkov", + "67a0967c003a9986cb0f5ac1 successMessageText": "Tak co, doručil jsi tu láhev? Co? Tenhle řidič je takovej hajzl. Miluju ho! Hej, v klidu, chlape, chápu to. Poslouchej, o některých věcech by se prostě nemělo mluvit hned na začátku, Labyrint je jednou z nich.\n\nMusím zvážit všechna rizika, která s touhle informací souvisí, takže chvíli vydrž.", + "67b89ab86d4d6fd2c26b22a0": "Předat řidiči BTR láhev pálenky \"Divoký sekerník\"", + "67dc294d681db91b2fa3b279": "Předat řidiči BTR láhev pálenky \"Divoký sekerník\"", + "67dc35a55ec6148bf565204d": "Jděte na mapu Woods nebo Streets of Tarkov s pálenkou", + "67dc3861d5c0070b960c1bba": "Získat předmět: Láhev pálenky \"Divoký sekerník\"", + "67dc393c6089aa48050efa02": "Jít na Woods nebo Streets of Tarkov", "67a0967c003a9986cb0f5ac1 acceptPlayerMessage": "", "67a0967c003a9986cb0f5ac1 declinePlayerMessage": "", "67a0967c003a9986cb0f5ac1 completePlayerMessage": "", - "67a096ed77dd677f600804ba name": "Sensory Analysis - Part 2", - "67a096ed77dd677f600804ba description": "I miscalculated my abilities yesterday at a friendly get-together. Don't worry, we've sailed in worse storms than this. One time I was so wasted I couldn't find the gearbox in this thing. So I tied my hand to the lever with a bandage! Inventiveness is the main principle for a machinist!\n\nRagman needed to check some goods, and I'm a veteran in this field. Except I can't remember, for the life of me, whether we finally got to his test sample or not. Well, whatever. If it's so important, we can get together again. Such an evening is a sin not to do again, I know you'd like it too!\n\nBut still, if you need to visit Ragman, ask him about the moonshine, I promised I'd help him. And now I don't even know if I did help him or not.", + "67a096ed77dd677f600804ba name": "Senzorická analýza - Část 2", + "67a096ed77dd677f600804ba description": "Včera jsem na přátelském setkání špatně odhadl své schopnosti. Neboj se, už jsme se plavili v horších bouřích, než je tahle. Jednou jsem byl tak namol, že jsem v téhle věci nemohl najít převodovku. Tak jsem si přivázal ruku k páce obvazem! Vynalézavost je pro strojníka hlavní zásadou!\n\nRagman potřeboval zkontrolovat nějaké zboží a já jsem v tomto oboru veterán. Akorát si zaboha nemůžu vzpomenout, jestli jsme se nakonec dostali k jeho testovacímu vzorku, nebo ne. No, to je jedno. Jestli je to tak důležité, můžeme se sejít znovu. Takový večer je hřích si nezopakovat, vím, že by se ti to taky líbilo!\n\nAle stejně, kdybys potřeboval navštívit Ragmana, zeptej se ho na ten pálenkový mok, slíbil jsem mu, že mu pomůžu. A teď ani nevím, jestli jsem mu pomohl, nebo ne.", "67a096ed77dd677f600804ba failMessageText": "", - "67a096ed77dd677f600804ba successMessageText": "Are you sure this is it? Okay, I can smell it, that's definitely the one! \n\nRagman told me about the health resort's cellars yesterday, I even had to fucking get him wasted so we could finally change the subject. Anyway, there was a Soviet bomb shelter under the health resort, and Ref was going to organize a new arena there, for VIP audiences. I think it also involved Tagilla somehow... No, it was something else...\n\nAnyway, for this arena, Ref organized a big gear acquisition from Ragman, everything was almost ready. And then our host guy suddenly backed out. Why? Who the fuck knows.\n\nRagman was really upset that the idea had fallen through. But he'd already delivered some of the gear, and he definitely used those keycards you're looking for. You better ask him yourself, I don't remember much from yesterday. Thanks for the drink, by the way.", - "67a0da26a3b8d254347b8634": "Hand over a Bottle of Fierce Hatchling moonshine", - "67a096ed77dd677f600804ba acceptPlayerMessage": "You didn't make it to the \"test sample\" yesterday. Here, Ragman asked me to give it to you so that you could test it yourself.", + "67a096ed77dd677f600804ba successMessageText": "Jsi si jistý, že je to ono? Dobře, cítím to, to je určitě ono! \n\nRagman mi včera vyprávěl o sklepích ve zdravotním středisku, dokonce jsem ho musel kurva ožrat, abychom konečně změnili téma. Každopádně pod zdravotním střediskem byl sovětský protiatomový kryt a Ref se tam chystal uspořádat novou arénu, pro VIP diváky. Myslím, že se to nějak týkalo i Tagilly... Ne, bylo to něco jiného...\n\nKaždopádně pro tuhle arénu Ref zorganizoval velkou akvizici vybavení od Ragmana, všechno už bylo skoro hotové. A pak náš hostitel najednou vycouval. Proč? Kdo ví.\n\nRagman byl opravdu naštvaný, že ten nápad padl. Ale část vybavení už dodal a určitě použil ty karty, které hledáš. Radši se ho zeptej sám, já si toho ze včerejška moc nepamatuju. Mimochodem, díky za pití.", + "67a0da26a3b8d254347b8634": "Předat láhev pálenky \"Divoký sekerník\"", + "67a096ed77dd677f600804ba acceptPlayerMessage": "Včera jste se nedostali k „testovacímu vzorku“. Tady Ragman mě požádal, abych ti ho dal, aby sis ho mohl otestovat sám.", "67a096ed77dd677f600804ba declinePlayerMessage": "", - "67a096ed77dd677f600804ba completePlayerMessage": "By the way, I wanted to ask you: have you heard anything about the facility under the health resort and the keycards to access it?", - "67a096f605d1611ed90be75a name": "Hot Zone", - "67a096f605d1611ed90be75a description": "Okie-dokie, so I took some time to think about the Labyrinth and your interest in it. Things have cooled off, so I might be able to help you out. Maybe we can find some mutual benefits along the way, eh? But first, I need you to help me with a specific order. For the kind of information I'm about to give you, it's a real bargain!\n\nI've got two shipments that are sitting on hold right now. One is waiting at Customs, the other at the military base. My couriers were really badly received there. I lost one group, and from the second one, only half of them came back. The fuckers took almost all the goods! Things are too hot in those areas for my courier guys.\n\nThe PMC pricks really took a liking to those places or something. It's either camping snipers, some ushanka-wearing psychos with shotguns, or fucking \"grenadiers\" in the military bunkers. Thing is, this order is big and important for me, I can't let it go to waste.\n\nYou have good experience in this kind of work. Maybe not in one go, but I'm sure you'll do everything perfectly. And while you're at it, I'll arrange everything for your Labyrinth business! Here's the gear that survived the ambushes. Take it right away, it'll be less work later.\n\nStash the rigs at the gas station near the road on Customs, and the plates on the roof of the military base's workshop with, uh, a black knight symbol, whatever that means.", + "67a096ed77dd677f600804ba completePlayerMessage": "Mimochodem, chtěl jsem se zeptat: slyšel jste něco o zařízení pod zdravotním střediskem a o přístupových kartách?", + "67a096f605d1611ed90be75a name": "Horká zóna", + "67a096f605d1611ed90be75a description": "Okie-dokie, tak jsem si vzal nějaký čas na přemýšlení o Labyrintu a tvém zájmu o něj. Situace se uklidnila, takže ti možná budu moci pomoci. Třeba cestou najdeme nějaké vzájemné výhody, co říkáš? Ale nejdřív potřebuji, abys mi pomohl s konkrétní zakázkou. Za takovou informaci, jakou ti teď poskytnu, je to opravdu výhodná koupě!\n\nMám dvě zásilky, které právě teď leží na skladě. Jedna čeká na Customs, druhá na vojenské základně. Moji kurýři tam byli opravdu špatně přijati. O jednu skupinu jsem přišel a z druhé se mi jich vrátila jen polovina. Ti zmrdi mi sebrali skoro všechno zboží! V těch oblastech je to pro mé kurýry příliš horké.\n\nTi PMC zmetci si ta místa opravdu oblíbili, nebo co. Buď jsou to kempující odstřelovači, nějací magoři v ušankách s brokovnicemi, nebo zasraní „granátníci“ ve vojenských bunkrech. Jde o to, že tahle zakázka je pro mě velká a důležitá, nemůžu ji nechat propadnout.\n\nMáš s tímhle druhem práce dobré zkušenosti. Možná ne na jeden zátah, ale jsem si jistý, že všechno zvládneš perfektně. A když už budeš v tom, zařídím všechno pro tvůj obchod s Labyrintem! Tady je vybavení, které přežilo přepadení. Vezmi si ho hned, později s ním bude méně práce.\n\nVesty schovej na benzínce u silnice na Customs a pláty na střeše dílny vojenské základny se, ehm, symbolem černého koně, ať už to znamená cokoli.", "67a096f605d1611ed90be75a failMessageText": "", - "67a096f605d1611ed90be75a successMessageText": "Never doubted you, brotherman! Alright, time to do my part. One day, Ref came to me with an idea for a big project. He found these cellars under Azure Coast, he even had investors already. Even back then I already thought that somebody out there really liked the chaos we had going on here a little too much.\n\nEverything went as planned, we agreed on deliveries and drop-off points. He even had a name for the new Arena format: you guessed it, \"The Labyrinth\"! I don't know what it had to do with these cellars. So, after that, Ref suddenly canceled everything, said that it wasn't up to him, and disappeared from the radar for a while.\n\nIt was hard to give up such a good deal. However, I still have those keycards, I even wanted to stop by sometime to see the arena with my own eyes. There's not many of them, but for you, I'll make a good deal. No haggling though!", - "67b880086630950141bf71ee": "Stash the Zulu Nylon Gear M4 RSCR chest rigs at the new gas station on Customs", - "67b88020f3c5f1e3e6eb1f83": "Stash the class 4 ballistic plates on the roof of the specified repair workshop on Reserve", + "67a096f605d1611ed90be75a successMessageText": "Nikdy jsem o tobě nepochyboval, bratře! Dobře, je čas udělat svou část. Jednoho dne za mnou přišel Ref s nápadem na velký projekt. Našel tyhle sklepy pod zdravotním střediskem, dokonce už měl i investory. Už tehdy jsem si myslel, že se někomu tam venku opravdu až příliš líbí chaos, který tu panuje.\n\nVšechno šlo podle plánu, domluvili jsme se na dodávkách a místech předání. Dokonce měl pro nový formát Arény i jméno: hádáte správně, „Labyrint“! Nevím, co to mělo společného s těmi sklepy. No a potom Ref najednou všechno zrušil, řekl, že to není na něm, a na chvíli zmizel z radaru.\n\nBylo těžké vzdát se tak dobré nabídky. Nicméně ty karty pořád mám, dokonce jsem se chtěl někdy zastavit, abych arénu viděl na vlastní oči. Není jich mnoho, ale pro tebe udělám dobrý obchod. Ale žádné smlouvání!", + "67b880086630950141bf71ee": "Skrýt taktické vesty Zulu Nylon Gear M4 RSCR na nové čerpací stanici na Customs", + "67b88020f3c5f1e3e6eb1f83": "Skrýt balistické pláty třídy 4 na střechu určené opravárenské dílny na Reserve", "67a096f605d1611ed90be75a acceptPlayerMessage": "", "67a096f605d1611ed90be75a declinePlayerMessage": "", "67a096f605d1611ed90be75a completePlayerMessage": "", - "67a096fe972c11a3f5077321 name": "Competition Protection", - "67a096fe972c11a3f5077321 description": "Hello, gladiator! I hear you're interested in those health resort cellars. I'll be honest, the idea was a good one, I might even revisit it later... But at this moment, it's not the right time for the Labyrinth. So I'm not gonna tell you anything about it, sorry.\n\nIf you want to go to the entry site on your own and rummage through the garbage left there, I won't stop you. But without the access keycard, you can't get inside the Labyrinth. That's where our interests align. One of my gladiators has been getting a little starstruck lately. He thinks that nobody can beat his arena performance, and wants to up his salary. Even took to blackmailing me, the bastard! However, it's not profitable to just outright take him out of the fights.\n\nI want to show him that there are no indispensable people, and to do that, we need to make some noise in the Arena. Hopefully that'll bring this guy to his senses. You're a capable fighter, and I'll make you a fair deal: if you can get on the Arena's best gladiator ranks, I'll help you with the keycards to the Labyrinth. You up for it?", + "67a096fe972c11a3f5077321 name": "Ochrana soutěže", + "67a096fe972c11a3f5077321 description": "Ahoj, gladiátore! Slyšel jsem, že se zajímáš o ty sklepy ve zdravotním středisku. Upřímně řečeno, ten nápad byl dobrý, možná se k němu později ještě vrátím... Ale v tuto chvíli není na Labyrint ten správný čas. Takže ti o tom nic neřeknu, promiň.\n\nJestli chceš jít na místo vstupu sám a prohrabat se odpadky, které tam zůstaly, nebudu ti bránit. Ale bez přístupové karty se do Labyrintu nedostaneš. Tam se naše zájmy shodují. Jeden z mých gladiátorů je poslední dobou trochu hvězdný. Myslí si, že jeho výkony v aréně nikdo nepřekoná, a chce si zvýšit plat. Dokonce mě začal vydírat, parchant jeden! Není však výhodné ho ze zápasů jen tak vyřadit.\n\nChci mu ukázat, že neexistují nepostradatelní lidé, a k tomu je třeba udělat v aréně trochu hluku. Snad to toho chlapa přivede k rozumu. Jsi schopný bojovník a já ti udělám férovou nabídku: když se dostaneš mezi nejlepší gladiátory Arény, pomůžu ti s kartami do Labyrintu. Jsi pro?", "67a096fe972c11a3f5077321 failMessageText": "", - "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", - "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a096fe972c11a3f5077321 successMessageText": "Ukázalo se, že jsi skutečný černý kůň... Výsledky jsou pozoruhodné. Ne každý to dokáže. \n\nOdemknu ti jednu ze skrýší s kartami. Uvědom si však, že se jedná o velmi speciální předmět a nedám ti ho zadarmo.\n\nA ještě jedna věc. Aréna odměňuje nejlepší gladiátory a ty máš očividně potenciál. Pokud tě omrzí prohledávání ruin a budeš chtít opravdovou slávu, víš, kde mě najdeš.", + "67a0db1217cd5fe7e5a2e36e": "Eliminovat nepřátele v jakémkoliv herním režimu v Aréně", + "67a0dbaf93ac1717d296be98": "Získat alespoň 3. místo v jakémkoliv herním režimu v Aréně", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", - "67a0970744893b9f3f0d9b68 name": "Offensive Reconnaissance", - "67a0970744893b9f3f0d9b68 description": "You got the keycard? Perfect. Judging by how much everyone's interested in these cellars, you and I are on a truly important trail. There could be a TerraGroup warehouse or another lab that's been sealed there ever since the evacuation! We don't have time to waste.\n\nFirst we need to search these premises and figure out what the purpose of the facility is. TerraGroup would not be so eager to hide it if what is going on inside corresponds to their company's public profile. Try to memorize everything you see: the structure of the premises, equipment, tools, markings or other symbols... Every detail counts.\n\nI'll wait for your return and set up my surveillance system to track any information about the health resort. If anyone finds more than we do, I'll see it.", + "67a0970744893b9f3f0d9b68 name": "Útočný průzkum", + "67a0970744893b9f3f0d9b68 description": "Máš tu kartu? Perfektní. Soudě podle toho, jak moc se o ty sklepy všichni zajímají, jsme my dva na opravdu důležité stopě. Mohl by tam být sklad TerraGroup nebo jiná laboratoř, která je tam zapečetěná už od evakuace! Nemáme času nazbyt.\n\nNejdřív musíme prohledat tyhle prostory a zjistit, k čemu to zařízení slouží. TerraGroup by se ho určitě nesnažila tak horlivě skrývat, kdyby to, co se uvnitř děje, odpovídalo veřejnému profilu jejich společnosti. Zkuste si zapamatovat vše, co uvidíte: strukturu prostor, vybavení, nástroje, označení nebo jiné symboly... Každý detail se počítá.\n\nPočkám na tvůj návrat a nastavím svůj sledovací systém, abych mohl sledovat veškeré informace o zdravotním středisku. Pokud někdo najde víc než my, uvidím to.", "67a0970744893b9f3f0d9b68 failMessageText": "", - "67a0970744893b9f3f0d9b68 successMessageText": "An old bunker? Yes, there was one mentioned in the archives, an old Soviet shelter. Thing is, it was closed down about twenty years ago due to some kind of technical failure. Looks like Knossos restored it to working order. But why would TerraGroup need an abandoned bomb shelter? \n\nUm, hang on. I'm picking up a signal from my interception network. An encrypted message that seems to be coming straight from these cellars... Give me a minute.", - "67a0dc6bf47ca0fde27cf1f7": "Find out what is behind the Health Resort bunker door on Shoreline", - "67a0dc94a4d798e79853f2eb": "Obtain the Labrys access keycard", - "67dbe0f532ff08bfa13237a8": "Find out what is behind the Health Resort bunker door on Shoreline", + "67a0970744893b9f3f0d9b68 successMessageText": "Starý bunkr? Ano, v archivech se o něm píše, o starém sovětském krytu. Jde o to, že byl uzavřen asi před dvaceti lety kvůli nějaké technické závadě. Vypadá to, že ho Knossos obnovil do funkčního stavu. Ale proč by TerraGroup potřebovala opuštěný protiatomový kryt? \n\nHm, počkej. Zachytil jsem signál z mé odposlechové sítě. Šifrovaná zpráva, která zřejmě přichází přímo z těchto sklepů... Dej mi chvilku.", + "67a0dc6bf47ca0fde27cf1f7": "Najít, co se skrývá za dveřmi bunkru zdravotního střediska na Shoreline", + "67a0dc94a4d798e79853f2eb": "Získat přístupovou kartu Labrys", + "67dbe0f532ff08bfa13237a8": "Najít, co se skrývá za dveřmi bunkru zdravotního střediska na Shoreline", "67a0970744893b9f3f0d9b68 acceptPlayerMessage": "", "67a0970744893b9f3f0d9b68 declinePlayerMessage": "", "67a0970744893b9f3f0d9b68 completePlayerMessage": "", - "67a0970f05d1611ed90be75d name": "Hypotheses Testing", - "67a0970f05d1611ed90be75d description": "I was able to decipher the signal. It's old and very faint, apparently the bunker completely blocked it until you opened the doors. For some reason, the message is on loop, but this doesn't mean anything, the equipment inside could have been damaged for a while. Besides, we still don't know what the TerraGroup team was doing in there.\n\nThe message says that the facility still contains materials and data that fall under the first priority of evacuation. Moreover, it mentions reports of experiments conducted at the site. This is astonishing, we couldn't have found a better time to discover something as valuable as this!\n\nKnowing more and more people are finding out about these cellars every day, it means that soon the traders and other PMCs will want to explore the area we've discovered. Perhaps even Lightkeeper will be interested... I need those documents mentioned in the signal. Whatever you can find, please bring them to me as soon as you can.", + "67a0970f05d1611ed90be75d name": "Ověřování hypotéz", + "67a0970f05d1611ed90be75d description": "Signál se mi podařilo rozluštit. Je starý a velmi slabý, bunkr ho zřejmě zcela blokoval, dokud jsi neotevřel dveře. Z nějakého důvodu je zpráva ve smyčce, ale to nic neznamená, zařízení uvnitř mohlo být nějakou dobu poškozené. Kromě toho stále nevíme, co tam tým TerraGroup dělal.\n\nZpráva říká, že zařízení stále obsahuje materiály a data, která spadají pod první prioritu evakuace. Kromě toho se zmiňuje o zprávách o experimentech, které se na místě prováděly. To je ohromující, nemohli jsme si najít lepší čas na objevení něčeho tak cenného!\n\nKdyž víme, že se o těchto sklepeních dozvídá každým dnem víc a víc lidí, znamená to, že obchodníci a další PMC budou chtít brzy prozkoumat námi objevenou oblast. Možná bude mít zájem i Lightkeeper... Potřebuji ty dokumenty zmíněné v signálu. Cokoli najdeš, přines mi to, prosím, co nejdříve.", "67a0970f05d1611ed90be75d failMessageText": "", - "67a0970f05d1611ed90be75d successMessageText": "Well done. The data is fragmented, but still extremely useful. The health resort's basements have changed a lot since the disaster began, but at some point in time, they were definitely used as a testing ground for some kind of weapon... An experimental EW or hacking device, maybe. This remains to be determined.\n\nI can already see that some of the measurements and experiments will be very useful in their own right. So your labors were definitely not in vain. Thank you.", - "67a0dce6c7627dac621fd539": "Locate the lab area with the prototype weapon inside The Labyrinth", - "67a0dcf4ff6f74931359b9f9": "Hand over the found in raid item: Labrys research notes", - "67dbe16ece16a02860ed9d33": "Locate the lab area with the prototype weapon inside The Labyrinth", + "67a0970f05d1611ed90be75d successMessageText": "Dobrá práce. Údaje jsou roztříštěné, ale přesto velmi užitečné. Sklepy zdravotního střediska se od doby katastrofy hodně změnily, ale v určitém okamžiku se určitě používaly jako testovací prostor pro nějakou zbraň... Možná experimentální EW nebo hackerské zařízení. To se ještě musí zjistit.\n\nUž teď vidím, že některá měření a experimenty budou samy o sobě velmi užitečné. Takže tvoje práce rozhodně nebyla marná. Děkuji ti.", + "67a0dce6c7627dac621fd539": "Najít oblast laboratoře s prototypem zbraně v Labyrintu", + "67a0dcf4ff6f74931359b9f9": "Odevzdat předmět nalezený v raidu: Labrysovy výzkumné poznámky", + "67dbe16ece16a02860ed9d33": "Najít oblast laboratoře s prototypem zbraně v Labyrintu", "67a0970f05d1611ed90be75d acceptPlayerMessage": "", "67a0970f05d1611ed90be75d declinePlayerMessage": "", "67a0970f05d1611ed90be75d completePlayerMessage": "", - "67a09724972c11a3f5077324 name": "Confidential Info", - "67a09724972c11a3f5077324 description": "Greetings, my friend. According to my information, you've gained access to one of TerraGroup's abandoned facilities. We've witnessed many times what happens when dangerous developments fall into the hands of unqualified people. Our partners are very concerned about what happened in Tarkov after that outbreak in the Laboratory.\n\nThere's no way we're going to let this crisis happen again. That's why I have a high-priority assignment for you. I need to retrieve a storage device containing sensitive information from that facility. The details are highly classified. The client can trace an independent attempt to read the data and cancel the contract, so please do not even attempt it.\n\nIn addition to the storage device, I was told that there is also a maintenance room on the site, the client has said that it should look like a workshop. It must be destroyed or at least damaged. But be careful with the explosives: we don't want you perishing with the storage device.", + "67a09724972c11a3f5077324 name": "Důvěrné informace", + "67a09724972c11a3f5077324 description": "Zdravím tě, příteli. Podle mých informací jste získal přístup do jednoho z opuštěných zařízení společnosti TerraGroup. Mnohokrát jsme byli svědky toho, co se stane, když se nebezpečný vývoj dostane do rukou nekvalifikovaných lidí. Naši partneři jsou velmi znepokojeni tím, co se stalo v Tarkově po té epidemii v Laboratoři.\n\nV žádném případě nedopustíme, aby se podobná krize opakovala. Proto mám pro vás úkol s vysokou prioritou. Potřebuji z toho zařízení získat úložné zařízení obsahující citlivé informace. Podrobnosti jsou přísně tajné. Klient může vysledovat nezávislý pokus o přečtení dat a zrušit smlouvu, takže se o to prosím ani nepokoušejte.\n\nKromě úložného zařízení mi bylo řečeno, že se na místě nachází také místnost pro údržbu, klient uvedl, že by měla vypadat jako dílna. Musí být zničena nebo alespoň poškozena. Ale s těmi výbušninami opatrně: nechceme, abyste zahynuli i s úložným zařízením.", "67a09724972c11a3f5077324 failMessageText": "", - "67a09724972c11a3f5077324 successMessageText": "Great job, my friend! My partner especially appreciates your respect for privacy and requested a proper reward for you.", - "67a0dd7a2519959b187db47f": "Locate and obtain the special storage module inside The Labyrinth", - "67a0dda1370e2f877a6c8531": "Hand over the found information", - "67a0de2750fdff39d267ea16": "Plant a hand grenade in the assembly workshop inside The Labyrinth", + "67a09724972c11a3f5077324 successMessageText": "Skvělá práce, příteli! Můj partner obzvláště oceňuje tvůj respekt k soukromí a požádal pro tebe o náležitou odměnu.", + "67a0dd7a2519959b187db47f": "Získat speciální úložný modul v Labyrintu", + "67a0dda1370e2f877a6c8531": "Předat nalezené informace", + "67a0de2750fdff39d267ea16": "Položit ruční granát do montážní dílny v Labyrintu", "67a09724972c11a3f5077324 acceptPlayerMessage": "", "67a09724972c11a3f5077324 declinePlayerMessage": "", "67a09724972c11a3f5077324 completePlayerMessage": "", - "67a0972e77dd677f600804bd name": "This Tape Sucks", - "67a0972e77dd677f600804bd description": "Hello again. I received a patient who was recently wounded in the resort cellars and barely escaped from this monster in a bull mask... Obvious mental trauma, perhaps more than one. But besides the stories about this Minotaur, the patient also mentioned many confinement and even torture chambers.\n\nYou surely recognize the unacceptable nature of such human confinement, even under wartime conditions, so I am counting on your cooperation. We must get to the bottom of what is or was going on in these cellars. \n\nExplore those jail rooms and try to uncover any information or evidence that will help us find out who is responsible for what happened. And most importantly, what was the purpose of all these \"experiments\".", + "67a0972e77dd677f600804bd name": "Tato páska je na nic", + "67a0972e77dd677f600804bd description": "Ještě jednou zdravím. Dostala jsem pacienta, který byl nedávno zraněn ve sklepeních zdravotního střediska a jen o vlásek unikl té příšeře v masce býka... Zjevné psychické trauma, možná více než jedno. Kromě historek o tomto Minotaurovi se však pacient zmínil i o mnoha vězeních, a dokonce i mučírnách.\n\nJistě si uvědomujete nepřijatelnost takového lidského věznění, a to i ve válečných podmínkách, takže počítám s vaší spoluprací. Musíme přijít na kloub tomu, co se v těchto sklepeních děje nebo dělo. \n\nProzkoumejte tyto vězeňské místnosti a pokuste se odhalit jakékoli informace nebo důkazy, které nám pomohou zjistit, kdo je za to, co se stalo, zodpovědný. A hlavně, jaký byl účel všech těch „experimentů“.", "67a0972e77dd677f600804bd failMessageText": "", - "67a0972e77dd677f600804bd successMessageText": "A video tape... You haven't watched it yet, have you? Now I know what is happening. I was wrong before.\n\nThe resort was one of the evacuation points when it all started, and its cellars could have been used for, uh, different purposes... The situation wasn't so severe yet at that time, and they tried to isolate the deceased bodies from crowded places.\n\nThis tape is definitely not a cause for concern... However, I would refrain from visiting these cellars if I were you. Ventilation in bomb shelters has always been a weak point, and humidity only contributes to possible intoxication...", - "67a0de6954c67082e9148328": "Locate the torture room inside The Labyrinth", - "67a0de84e8e35296a13500c8": "Locate and obtain any evidence of torture", - "67a0de9190545ec5612fdda5": "Hand over the found information", + "67a0972e77dd677f600804bd successMessageText": "Videokazeta... Ještě jste se na ni nedíval, že? Teď už vím, co se děje. Předtím jsem se mýlila.\n\nZdravotní středisko bylo jedním z evakuačních míst, když to všechno začalo, a jeho sklepy mohly být použity k, ehm, různým účelům... Tehdy ještě nebyla situace tak vážná a snažili se izolovat těla zemřelých od přeplněných míst.\n\nTato páska rozhodně není důvodem k obavám... Na Vašem místě bych se však zdržela návštěvy těchto sklepů. Větrání v protiatomových krytech bylo vždy slabým místem a vlhkost jen přispívá k možné intoxikaci...", + "67a0de6954c67082e9148328": "Najít mučírnu v Labyrintu", + "67a0de84e8e35296a13500c8": "Získat veškeré důkazy o mučení", + "67a0de9190545ec5612fdda5": "Předat nalezené informace", "67a0972e77dd677f600804bd acceptPlayerMessage": "", "67a0972e77dd677f600804bd declinePlayerMessage": "", "67a0972e77dd677f600804bd completePlayerMessage": "", - "67a097379f2068e74603c6ac name": "Indisputable Authority", - "67a097379f2068e74603c6ac description": "Oi, operator! There's a job for you, I don't want no tosser for this. Everyone's been checking out the dungeons under the resort, you ought to know about it by now. They say there's a bogeyman sitting there, safeguarding the whole territory, yelling like a madman and chasing everyone outta there. \nNobody can put him down!\n\nSome partners of mine have started asking questions, trying to drive down prices because of this situation. But let me tell you this: the key to authority is not to fuck up the opportunity. We need to act now, and we need to do it in a way that every little prick knows his place. So we gotta take this fucker down. If you do it in my name, so to speak, everyone will understand.\n\nYou've got the skills, so this \"Minotaur\" idiot won't be a problem for you. But still, better be careful, this bastard is no joke either.", + "67a097379f2068e74603c6ac name": "Nezpochybnitelná autorita", + "67a097379f2068e74603c6ac description": "Hej, operátore! Tady je práce pro tebe, nechci na to žádného blbce. Všichni si prohlížejí kobky pod zdravotním střediskem, už bys o tom měl vědět. Říká se, že tam sedí strašidlo, které hlídá celé území, řve jako pominuté a všechny odtamtud vyhání. \nNikdo ho nedokáže zneškodnit!\n\nNěkteří moji partneři se začali vyptávat a snažili se kvůli této situaci snížit ceny. Ale řeknu vám tohle: klíčem k autoritě je nezkurvit příležitost. Musíme jednat hned a musíme to udělat tak, aby každý hajzlík věděl, kde je jeho místo. Takže musíme toho zmrda sejmout. Když to uděláte takříkajíc mým jménem, každý to pochopí.\n\nMáš na to schopnosti, takže tenhle idiot „Minotaurus“ pro tebe nebude problém. Ale stejně si raději dávej pozor, tenhle bastard taky není žádná sranda.", "67a097379f2068e74603c6ac failMessageText": "", - "67a097379f2068e74603c6ac successMessageText": "I knew I bet on the right guy! So, all safe and sound, ye? Good for you, good for you... Word's already out about your feat, no one's gonna blabber any bullshit to me anymore.\n\nSurely a lasting impression. You helped my business today, so I won't disappoint you either. Here, all yours.", - "67a0df619fb6c42b9a08e8e9": "Locate and neutralize the \"Minotaur\" inside The Labyrinth", - "67a0df7f2cd4d4413cd29b45": "Eliminate the \"Minotaur's\" guards inside The Labyrinth", + "67a097379f2068e74603c6ac successMessageText": "Věděl jsem, že jsem vsadil na toho pravého! Tak co, všechno v pořádku? Dobře pro tebe, dobře pro tebe... O tvém činu už se ví, nikdo mi už nebude žvanit žádné nesmysly.\n\nUrčitě to na mě udělá trvalý dojem. Dneska jsi mi pomohl s obchodem, tak tě taky nezklamu. Tady, všechno je tvoje.", + "67a0df619fb6c42b9a08e8e9": "Najít a zneškodnit „Minotaura“ v Labyrintu", + "67a0df7f2cd4d4413cd29b45": "Eliminovat \"Minotaurovu\" ochranku v Labyrintu", "67a097379f2068e74603c6ac acceptPlayerMessage": "", "67a097379f2068e74603c6ac declinePlayerMessage": "", "67a097379f2068e74603c6ac completePlayerMessage": "", - "67a0975992ad467b1906d468 name": "Vacate the Premises", - "67a0975992ad467b1906d468 description": "That whole health resort thing went massive, didn't it? Thing is, as I told you, I had business there with Ref, in those cellars. I used to think Ref took all the equipment outta there, but now it turns out there's still tons of tech still down there. So I figured, what's the harm in taking some of it?\n\nNah, you don't have to bring me those TVs and cameras, don't worry. Those need careful inspection and good packing. I got my own people for that. But I can't just send them out there right now! They're good with tech, but they're dogshit with guns. If a real professional, wink-wink, would make it down there and chase all the other mercs out of there, then we'd be in business.\n\nSo just when I thought of that, I remembered you, brother! You ready to help with a good cause? Obviously, if you do the job properly, I'll give you some goodies in return!", + "67a0975992ad467b1906d468 name": "Opuštění prostor", + "67a0975992ad467b1906d468 description": "Celá ta záležitost se zdravotním střediskem byla obrovská, že? Jak už jsem ti říkal, měl jsem tam s Refem kšeft, v těch sklepeních. Dřív jsem si myslel, že Ref odvezl všechno vybavení, ale teď se ukázalo, že tam dole jsou pořád tuny techniky. Tak jsem si řekl, že není na škodu si něco z toho vzít?\n\nNe, ty televize a kamery mi nosit nemusíš, neboj. Ty potřebují pečlivou kontrolu a dobré zabalení. Na to mám vlastní lidi. Ale nemůžu je tam poslat hned teď! S technikou to umí, ale se zbraněmi jsou na hovno. Kdyby se tam dostal opravdový profesionál, mrk mrk, a vyhnal odtamtud všechny ostatní žoldáky, tak bychom měli práci.\n\nTak zrovna když jsem si na to vzpomněl, vzpomněl jsem si na tebe, brácho! Jsi připraven pomoci dobré věci? Samozřejmě, když tu práci odvedeš pořádně, dám ti na oplátku nějaké dobroty!", "67a0975992ad467b1906d468 failMessageText": "", - "67a0975992ad467b1906d468 successMessageText": "Good thing I asked you to do this. Alrighty then, I'll pass it on to my guys. If we're lucky, we'll be swimming in tech sales for a long time. Here's your share, Ragman always rewards good deeds!", - "67a0e075445754a936be25b7": "Eliminate PMC operatives inside The Labyrinth", + "67a0975992ad467b1906d468 successMessageText": "Ještě že jsem tě o to požádal. Dobrá, předám to svým lidem. Když budeme mít štěstí, budeme se v prodeji techniky dlouho topit. Tady máš svůj podíl, Ragman vždycky odměňuje dobré skutky!", + "67a0e075445754a936be25b7": "Eliminovat operátory PMC v Labyrintu", "67a0975992ad467b1906d468 acceptPlayerMessage": "", "67a0975992ad467b1906d468 declinePlayerMessage": "", "67a0975992ad467b1906d468 completePlayerMessage": "", - "67a09761e720611a6a01f288 name": "Keeper's Word", - "67a09761e720611a6a01f288 description": "I have a new job for you. Someone found a way into the cellars under the health resort. This is not a good set of circumstances for Tarkov. Excessive curiosity often ruins a man in peacetime, but in the present situation, the mistake of one will lead to the death of many.\n\nI know how to safeguard the bunker. You may not have yet met the wardens who watch the city at night. But they certainly have met you. And now I need you to leave a short message for them at the Knossos facility, with their instruments.\n\nHowever, just dropping these knives in the rubble won't be enough. You need places with meaning, so that the knife you stick in becomes a symbol of sorts. Which places should you choose? You'll figure it out on your own. And if you can't, why should I even work with you?", + "67a09761e720611a6a01f288 name": "Slovo strážce", + "67a09761e720611a6a01f288 description": "Mám pro tebe novou práci. Někdo našel cestu do sklepů pod zdravotním střediskem. To není pro Tarkov dobrá situace. Přílišná zvědavost v době míru člověka často zničí, ale v současné situaci povede chyba jednoho ke smrti mnoha lidí.\n\nVím, jak bunkr zabezpečit. Možná jsi se ještě nesetkal se strážci, kteří v noci hlídají město. Ale s tebou se určitě setkali. A teď potřebuji, abys jim v zařízení Knossos zanechal krátkou zprávu s jejich přístroji.\n\nPouhé vhození těchto nožů do trosek však nebude stačit. Potřebuješ místa s významem, aby se nůž, který do nich zapíchneš, stal jakýmsi symbolem. Která místa bys měl vybrat? Na to přijdeš sám. A pokud to nedokážeš, proč bych s tebou měl vůbec pracovat?", "67a09761e720611a6a01f288 failMessageText": "", - "67a09761e720611a6a01f288 successMessageText": "Perhaps now you've saved Tarkov from a new calamity that could have wiped the city off the face of the earth... before its time.\n\nYour reward is here. Oh, and one more thing. If I were you, I'd stop enquiring about those dungeons if you want to survive these troubled times.", - "67a0e4df8cddbe2df31dd1d9": "Stash a Cultist knife in the first special place inside The Labyrinth", - "67a0e4e399e34c9ffcdc6e00": "Stash a Cultist knife in the second special place inside The Labyrinth", - "67a0e4e64cb065811d95c6d9": "Stash a Cultist knife in the third special place inside The Labyrinth", - "67a09761e720611a6a01f288 acceptPlayerMessage": "I didn't think I'd be part of some ritual... Well, I'll figure it out when I get there.", + "67a09761e720611a6a01f288 successMessageText": "Možná jsi teď Tarkov zachránil před novou pohromou, která mohla město vymazat z povrchu zemského... dříve, než nadešel jeho čas.\n\nTvoje odměna je zde. A ještě jedna věc. Být tebou, přestal bych se vyptávat na ty kobky, pokud chceš přežít tyhle neklidné časy.", + "67a0e4df8cddbe2df31dd1d9": "Ukrýt kultistický nůž na prvním speciálním místě v Labyrintu", + "67a0e4e399e34c9ffcdc6e00": "Ukrýt kultistický nůž na druhém speciálním místě v Labyrintu", + "67a0e4e64cb065811d95c6d9": "Ukrýt kultistický nůž na třetím zvláštním místě v Labyrintu", + "67a09761e720611a6a01f288 acceptPlayerMessage": "Nemyslel jsem si, že budu součástí nějakého rituálu... No, přijdu na to, až se tam dostanu.", "67a09761e720611a6a01f288 declinePlayerMessage": "", - "67a09761e720611a6a01f288 completePlayerMessage": "It's done. Your friends are gonna love this.", - "67d03be712fb5f8fd2096332 name": "Vacate the Premises", - "67d03be712fb5f8fd2096332 description": "That whole health resort thing went massive, didn't it? Thing is, as I told you, I had business there with Ref, in those cellars. I used to think Ref took all the equipment outta there, but now it turns out there's still tons of tech still down there. So I figured, what's the harm in taking some of it?\n\nNah, you don't have to bring me those TVs and cameras, don't worry. Those need careful inspection and good packing. I got my own people for that. But I can't just send them out there right now! They're good with tech, but they're dogshit with guns. If a real professional, wink-wink, would make it down there and chase all the other guys out of there, then we'd be in business.\n\nSo just when I thought of that, I remembered you, brother! You ready to help with a good cause? Obviously, if you do the job properly, I'll give you some goodies in return!", + "67a09761e720611a6a01f288 completePlayerMessage": "Je hotovo. Vašim přátelům se to bude líbit.", + "67d03be712fb5f8fd2096332 name": "Opuštění prostor", + "67d03be712fb5f8fd2096332 description": "Celá ta záležitost se zdravotním střediskem byla obrovská, že? Jak už jsem ti říkal, měl jsem tam s Refem kšeft, v těch sklepeních. Dřív jsem si myslel, že Ref odvezl všechno vybavení, ale teď se ukázalo, že tam dole jsou pořád tuny techniky. Tak jsem si řekl, že není na škodu si něco z toho vzít?\n\nNe, ty televize a kamery mi nosit nemusíš, neboj. Ty potřebují pečlivou kontrolu a dobré zabalení. Na to mám vlastní lidi. Ale nemůžu je tam poslat hned teď! S technikou to umí, ale se zbraněmi jsou na hovno. Kdyby se tam dostal opravdový profesionál, mrk mrk, a vyhnal odtamtud všechny ostatní kluky, tak bychom měli práci.\n\nTak zrovna když jsem si na to vzpomněl, vzpomněl jsem si na tebe, brácho! Jsi připraven pomoci dobré věci? Samozřejmě, když tu práci odvedeš pořádně, dám ti na oplátku nějaké dobroty!", "67d03be712fb5f8fd2096332 failMessageText": "", - "67d03be712fb5f8fd2096332 successMessageText": "Good thing I asked you to do this. Alrighty then, I'll pass it on to my guys. If we're lucky, we'll be swimming in tech sales for a long time. Here's your share, Ragman always rewards good deeds!", - "67d03be712fb5f8fd2096334": "Eliminate any target inside The Labyrinth", + "67d03be712fb5f8fd2096332 successMessageText": "Ještě že jsem tě o to požádal. Dobrá, předám to svým lidem. Když budeme mít štěstí, budeme se v prodeji techniky dlouho topit. Tady máš svůj podíl, Ragman vždycky odměňuje dobré skutky!", + "67d03be712fb5f8fd2096334": "Eliminovat kohokoliv v Labyrintu", "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Říkáš, že je vše čistý? Dobrá práce, vojáku.", @@ -28745,11 +29054,11 @@ "676094451fec2f7426093be6 name": "Ještě Prestižnější", "676094451fec2f7426093be6 description": "Získat 2. úroveň Prestiže", "676094451fec2f7426093be6 successMessage": "", - "67a0e57117e34930e50075f3 name": "In Search of an Exit", - "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", + "67a0e57117e34930e50075f3 name": "Hledání východu", + "67a0e57117e34930e50075f3 description": "Dokončit úkolovou linii Labyrint", "67a0e57117e34930e50075f3 successMessage": "", - "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 name": "Mistr dungeonů", + "67a0e57b972c11a3f50773b2 description": "Dokončit úkolovou linii Labyrint a všechny vedlejší úkoly", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/en.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/en.json index 9b7a9d53..250537ac 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/en.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/en.json @@ -9154,7 +9154,7 @@ "62a09e73af34e73a266d932a Description": "BakeEzy, a book about delicious and healthy food, contains a lot of recipes for various dishes for a business feast as well as for the specific boozefest behind dirty garages. Bon Appetite!", "62a09e974f842e1bd12da3f0 Name": "Video cassette with the Cyborg Killer movie", "62a09e974f842e1bd12da3f0 ShortName": "VHS", - "62a09e974f842e1bd12da3f0 Description": "A VHS video cassette with a 1990s action movie about a killer cyborg from the future.", + "62a09e974f842e1bd12da3f0 Description": "A VHS video cassette with a 1990s action movie about a cyborg killer from the future. Looks like it came from the Prokhodimets rental store.", "62a09ec84f842e1bd12da3f2 Name": "Missam forklift key", "62a09ec84f842e1bd12da3f2 ShortName": "Danex", "62a09ec84f842e1bd12da3f2 Description": "A Missam forklift key. The name of the former owner is written on the ribbon.", @@ -11405,9 +11405,9 @@ "6570880f4a747dbb63005ee5 Name": "13 mm aramid insert and ceramic plates", "6570880f4a747dbb63005ee5 ShortName": "", "6570880f4a747dbb63005ee5 Description": "", - "657089638db3adca1009f4ca Name": "Atomic Defense CQCM ballistic mask (Black)", + "657089638db3adca1009f4ca Name": "Atomic Defense CQCM up armored ballistic mask (Black)", "657089638db3adca1009f4ca ShortName": "CQCM", - "657089638db3adca1009f4ca Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This heavyweight reinforced mask covers the wearer's face completely. It features an inner lining and wraps slightly around the sides of the head for added protection. The mask also features five-point adjustable straps to ensure a comfortable and precise fit.", + "657089638db3adca1009f4ca Description": "Atomic Defense's CQCM ballistic mask provides protection against wide variety of short-mid range weapons including shotguns and assault rifles. This heavyweight reinforced mask covers the wearer's face completely. It features an inner lining and wraps slightly around the sides of the head for added protection. The mask also features five-point adjustable straps to ensure a comfortable and precise fit.", "65708afe4a747dbb63005eee Name": "Aramid insert", "65708afe4a747dbb63005eee ShortName": "", "65708afe4a747dbb63005eee Description": "", @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", @@ -14717,6 +14939,45 @@ "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Tactical pants", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Tactical pants", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Tactical pants", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Road to Military Base V-Ex", " Voip/DisabledForOffline": "VoIP is unavailable in the offline mode", " kg": " kg", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Item", "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", "UI/Quest/Reward/QuestCaption": "Task", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debut", "5936d90786f7742b1420ba5b description": "Hello there, soldier. I got a job that's a little too easy for my guys. But you'll do fine. Hey, don't get pissy, I don't know you that well yet to give you a normal job!\n\nThere's a lot of bandit scum roaming the streets. They don't bother me much, but they're still a nuisance. Calm down, say, five of them, and get a couple of MP-133 shotguns off them. I think that'll be enough for you. Dismissed, soldier!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -25720,26 +26004,26 @@ "66058cb5ae4719735349b9e8 description": "Hello, champion! A friend of mine gave you a little tryout assignment. Now I've decided to meet you in person. People call me Ref. Hosting the Arena and the big bucks, ha!\n\nClearly you don't mind making money, and I'm in desperate need of new staff. Business is booming, and I'm short-handed. We're expanding!\n\nWe got another fight planned soon. As they used to say in ancient Rome, \"the people demand bread and circuses.\" The latter is fine, but the bread is running late. A little supply disruption, don't worry about it. Just get me some food and booze for the audience.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Everything you brought has already been sent to the seats. Well done.", - "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid item: Bottle of Tarkovskaya vodka", - "6606bd6768f8018fffebd998": "Hand over the found in raid item: Bottle of Pevko Light beer", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", + "6606bd6768f8018fffebd998": "Hand over the found in raid items from the Food category", "6606bd814120fcf7f0a38e55": "Hand over the found in raid item: Alyonka chocolate bar", "6606bd9128b63f13e560592f": "Hand over the found in raid item: Pack of Tarker dried meat", "66058cb5ae4719735349b9e8 acceptPlayerMessage": "", "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Part 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Part 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", - "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plant three TP-200 TNT bricks at the MVD academy entrance on Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,10 +26085,10 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", - "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", + "665493a649bd17856482ba77": "Failure Condition: Lose 4 matches", "66058cc72cee99303f1ba069 acceptPlayerMessage": "", "66058cc72cee99303f1ba069 declinePlayerMessage": "", "66058cc72cee99303f1ba069 completePlayerMessage": "", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Between Two Fires", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", - "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", + "660da15a747708e25add9653": "You must not complete the task Between Two Fires", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Hand over the found info", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in LastHero more in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "All clear, you say? Good work then, soldier.", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es-mx.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es-mx.json index 9fb96d01..8b023ddc 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es-mx.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es-mx.json @@ -257,9 +257,9 @@ "5580223e4bdc2d1c128b457f Name": "Escopeta de cañón doble MP-43-1C de Cal. 12", "5580223e4bdc2d1c128b457f ShortName": "MP-43-1C", "5580223e4bdc2d1c128b457f Description": "El sueño de cualquier cazador. Una belleza clásica de cañón doble, simple y elegante. Con recámara para cartuchos de Calibre 12.", - "558022b54bdc2dac148b458d Name": "Mira holográfica EOTech EXPS3 (Tan)", - "558022b54bdc2dac148b458d ShortName": "EXPS3", - "558022b54bdc2dac148b458d Description": "Una mira holográfica EOTech EXPS3. Gracias a su diseño puede ser usada en una gran variedad de armas, incluso en algunas con miras fijas. Es compatible con dispositivos de visión nocturna gracias a la retícula con modo para visión nocturna. Utilizada por el US SOCOM como mira principal para operaciones en espacios confinados.", + "558022b54bdc2dac148b458d Name": "Mira holográfica EOTech EXPS3-0 (Tan)", + "558022b54bdc2dac148b458d ShortName": "EXPS3-0", + "558022b54bdc2dac148b458d Description": "Una mira holográfica EOTech EXPS3-0. Gracias a su diseño puede ser usada en una gran variedad de armas, incluso en algunas con miras fijas. Es compatible con dispositivos de visión nocturna cuando se emplea con la retícula en modo para visión nocturna. Utilizada por el US SOCOM como mira principal para operaciones en espacios confinados.", "5580239d4bdc2de7118b4583 Name": "Compensador GK-01 de Cal.12", "5580239d4bdc2de7118b4583 ShortName": "GK-01", "5580239d4bdc2de7118b4583 Description": "Un freno de boca pesado para la escopeta Vepr/Saiga de Calibre 12, es extremadamente bueno para reducir el retroceso y eliminar por completo el ascenso y desvío del cañón. Puede ser instalado en todas las escopetas Saiga/Vepr con obturador externo y, con un adaptador opcional, todas las escopetas de un solo cañón, ya sea con obturador externo o interno.", @@ -344,12 +344,12 @@ "55d355e64bdc2d962f8b4569 Name": "Recibidor superior para M4A1 de 5.56x45 mm", "55d355e64bdc2d962f8b4569 ShortName": "Sup. M4A1", "55d355e64bdc2d962f8b4569 Description": "Un recibidor superior para el fusil de asalto M4A1, fabricado por Colt. Cuenta con una montura para acoplar aditamentos adicionales.", - "55d35ee94bdc2d61338b4568 Name": "Cañón de 260 mm para AR-15 de 5.56x45 mm", - "55d35ee94bdc2d61338b4568 ShortName": "AR-15 260 mm", - "55d35ee94bdc2d61338b4568 Description": "Un tubo cañón de 260 mm (10.23 pulgadas) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN. Corresponde al cañón estándar reglamentario de la carabina M4 CQBR.", - "55d3632e4bdc2d972f8b4569 Name": "Cañón de 370 mm para AR-15 de 5.56x45 mm", - "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 370 mm", - "55d3632e4bdc2d972f8b4569 Description": "Un tubo cañón de 370 mm (14.56 pulgadas) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN. Corresponde al cañón estándar reglamentario de la carabina M4A1.", + "55d35ee94bdc2d61338b4568 Name": "Cañón de 10.3 pulgadas para AR-15 de 5.56x45 mm", + "55d35ee94bdc2d61338b4568 ShortName": "AR-15 10.3\"", + "55d35ee94bdc2d61338b4568 Description": "Un tubo cañón de 10.3 pulgadas (260 mm) para armamento de la plataforma AR-15 de calibre 5.56x45 mm OTAN. Corresponde al cañón estándar reglamentario de la carabina M4 CQBR.", + "55d3632e4bdc2d972f8b4569 Name": "Cañón de 14.5 pulgadas para AR-15 de 5.56x45 mm", + "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 14.5\"", + "55d3632e4bdc2d972f8b4569 Description": "Un tubo cañón de 14.5 pulgadas (370 mm) para armamento de la plataforma AR-15 de calibre 5.56x45 mm OTAN. Corresponde al cañón estándar reglamentario de la carabina M4A1.", "55d447bb4bdc2d892f8b456f Name": "Cañón doble de 725 mm para MP-43-1C de Cal. 12", "55d447bb4bdc2d892f8b456f ShortName": "MP-43 725 mm", "55d447bb4bdc2d892f8b456f Description": "Un tubo cañón doble de 725 mm de largo para la escopeta de cañón doble MP-43-1C de Calibre 12.", @@ -769,7 +769,7 @@ "56ea7293d2720b8d4b8b45ba Description": "Un alza 220-239 con montura, fabricada por Sight Mount, para las pistolas Sig Sauer 220, 226, 227, 229 y 239. Se instala como reemplazo del alza estándar y puede ser utilizada con normalidad aun si no tiene una mira instalada sobre la montura.", "56ea8180d2720bf2698b456a Name": "Reductor de fogonazo KAC QDC Flash Suppressor Kit de 5.56x45 mm para AR-15", "56ea8180d2720bf2698b456a ShortName": "QDC 556", - "56ea8180d2720bf2698b456a Description": "La bocacha compensadora/reductora de fogonazo KAC 5.56 QD posee una efectiva supresión del fogonazo y también sirve como plataforma para instalar un supresor KAC QDSS NT-4. Se instala en armamento basado en AR-15/M16/M4.", + "56ea8180d2720bf2698b456a Description": "La bocacha compensadora/reductora de fogonazo KAC 5.56 QD posee una efectiva supresión del fogonazo y también sirve como plataforma para instalar un supresor KAC QDSS NT4. Se instala en armamento basado en AR-15/M16/M4.", "56ea8222d2720b69698b4567 Name": "Bípode para SV-98", "56ea8222d2720b69698b4567 ShortName": "Bípode SV98", "56ea8222d2720b69698b4567 Description": "Un bípode Izhmash estándar para el fusil de francotirador SV-98. Se pliega bajo el guardamano cuando no está en uso.", @@ -806,7 +806,7 @@ "571a26d524597720680fbe8a Name": "Cañón de 116 mm para TT de 7.62x25 mm", "571a26d524597720680fbe8a ShortName": "TT 116 mm", "571a26d524597720680fbe8a Description": "Un tubo cañón estándar de 116 mm para pistola TT.", - "571a279b24597720b4066566 Name": "Cañón casero de 121 mm con rosca para TT de 7.62x25 mm", + "571a279b24597720b4066566 Name": "Cañón casero roscado de 121 mm para TT de 7.62x25 mm", "571a279b24597720b4066566 ShortName": "TT 121 mm rosc.", "571a279b24597720b4066566 Description": "Un tubo cañón casero para la pistola TT, tiene una rosca para instalar supresores.", "571a282c2459771fb2755a69 Name": "Cachas para TT", @@ -1123,7 +1123,7 @@ "57486e672459770abd687134 Description": "El diseño original de las miras OKP permite disparar desde posiciones inestables en condiciones rápidamente cambiantes, reduce la fatiga del operador y, si es necesario, permite usar las miras metálicas sin obstáculos. La característica fundamental de esta mira es un cristal reflector sin marco que no obstaculiza ningún ángulo del campo de tiro; en su lugar, el reflector está protegido por una visera delgada y resistente que es casi imperceptible durante el disparo. Esta variante se instala en una montura tipo Dovetail.", "574d967124597745970e7c94 Name": "Carabina TOZ Simonov SKS de 7.62x39 mm", "574d967124597745970e7c94 ShortName": "SKS", - "574d967124597745970e7c94 Description": "Una carabina semiautomática soviética diseñada por Sergei Simonov para cartuchos de 7.62x39 mm y conocida en el extranjero como SKS-45. Inmensamente popular en los países de la CEI y en Occidente, esta arma aún se encuentra en servicio activo en algunos países en la forma de copias y de versiones modificadas. Este espécimen en particular proviene de los depósitos de almacenamiento prolongado de la Fábrica de Armas de Tula y aún no ha sido sometido al procedimiento de \"normalización para armamento civil\".", + "574d967124597745970e7c94 Description": "Una carabina semiautomática soviética diseñada por Serguéi Simonov para cartuchos de 7.62x39 mm y conocida en el extranjero como SKS-45. Inmensamente popular en los países de la CEI y en Occidente, esta arma aún se encuentra en servicio activo en algunos países en la forma de copias y de versiones modificadas. Este espécimen en particular proviene de los depósitos de almacenamiento prolongado de la Fábrica de Armas de Tula y aún no ha sido sometido al procedimiento de \"normalización para armamento civil\".", "574dad8024597745964bf05c Name": "Culata de madera TOZ para SKS (56-A-231 Sb.5)", "574dad8024597745964bf05c ShortName": "Cul. 56-A-231 Sb.5", "574dad8024597745964bf05c Description": "Una culata estándar de madera para la carabina SKS, fabricada por TOZ.", @@ -1333,7 +1333,7 @@ "5795f317245977243854e041 Description": "Objeto", "5798a2832459774b53341029 Name": "Mapa de Aduanas", "5798a2832459774b53341029 ShortName": "Aduanas", - "5798a2832459774b53341029 Description": "Un mapa de las vastas instalaciones aduaneras. Quizás no es la copia más actualizada, pero es mejor que nada.", + "5798a2832459774b53341029 Description": "Un mapa/carta de navegación de las vastas instalaciones aduaneras. Quizás no es la copia más actualizada, pero es mejor que nada.", "57a0dfb82459774d3078b56c Name": "Cartucho de 9x39 mm - SP-5 gs", "57a0dfb82459774d3078b56c ShortName": "SP-5", "57a0dfb82459774d3078b56c Description": "Munición de 9x39 mm SP-5 gs (Índice GRAU - 7N8) - Es un cartucho especial con una bala subsónica de 16 gramos con un núcleo de acero en forma de punta sobre una base de plomo con encamisado bimetálico, en un casquillo de acero. Este cartucho se diseñó a mediados de la década del 1980 con base en el cartucho 7.62x39 mm US gzh para utilizarse en el Fusil de francotirador especial VSS Vintorez. Siendo capaz de atravesar protecciones balísticas corporales básicas, así como ciertos equipos de protección intermedia, sumado esto a su sobresaliente poder de parada, sin embargo, debido a su diseño, posee una alta probabilidad de rebote en diversas superficies.", @@ -1345,7 +1345,7 @@ "57a3459f245977764a01f703 Description": "La montura B-3 se puede instalar en el supresor de los fusiles VSS o VAL para proporcionar un riel Picatinny al arma y poder instalar accesorios adicionales, fabricada por Zenit.", "57a349b2245977762b199ec7 Name": "Llave de la puerta delantera de la estación de bombeo", "57a349b2245977762b199ec7 ShortName": "Bombeo Del.", - "57a349b2245977762b199ec7 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\".", + "57a349b2245977762b199ec7 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\". (Sin embargo, no parece que se use para nada, al menos por ahora).", "57a9b9ce2459770ee926038d Name": "Alza para SOK-12", "57a9b9ce2459770ee926038d ShortName": "A. SOK12", "57a9b9ce2459770ee926038d Description": "Un alza (Mira trasera) fija estándar para la escopeta SOK-12, fabricada por Izhmash.", @@ -1445,14 +1445,14 @@ "57d14d2524597714373db789 Name": "Subfusil PP-91 Kedr de 9x18 mm PM", "57d14d2524597714373db789 ShortName": "PP-91 Kedr", "57d14d2524597714373db789 Description": "El PP-91 Kedr es un subfusil que utiliza el cartucho 9x18 mm PM, diseñado por Yevgeny Dragunov a principios de los años noventa por orden del Ministerio de Asuntos Interiores de la Federación de Rusia, y producido en ZMZ (Zlatoústovskiy Mashinostroítelnyy Zavód - \"Planta Industrial Zlatoúst\"). Este subfusil cuenta con un diseño sencillo pero efectivo, ya que la ligereza de su peso lo hace más cómodo de portar sin afectar su rendimiento, proporcionando una alta tasa de disparo sin afectar su retroceso; gracias a estas características aún es empleado como arma reglamentaria en casi todas las fuerzas policiales de Rusia.", - "57d14e1724597714010c3f4b Name": "Cargador de 20 cartuchos 9x18 mm PM para PP-91 \"Kedr\"", - "57d14e1724597714010c3f4b ShortName": "PP91", - "57d14e1724597714010c3f4b Description": "Un cargador metálico estándar con capacidad para 20 cartuchos de 9x18 mm PM, para el subfusil PP-91 \"Kedr\" y armas basadas en él, fabricado por ZMZ.", - "57d1519e24597714373db79d Name": "Cargador de 30 cartuchos 9x18 mm PM para PP-91 \"Kedr\"", - "57d1519e24597714373db79d ShortName": "PP91", - "57d1519e24597714373db79d Description": "Un cargador metálico estándar con capacidad para 30 cartuchos de 9x18 mm PM, para el subfusil PP-91 \"Kedr\" y armas basadas en él, fabricado por ZMZ.", + "57d14e1724597714010c3f4b Name": "Cargador de 20 cartuchos 9x18 mm PM para PP-91 Kedr", + "57d14e1724597714010c3f4b ShortName": "PP-91", + "57d14e1724597714010c3f4b Description": "Un cargador metálico estándar con capacidad para 20 cartuchos de 9x18 mm PM, para el subfusil PP-91 Kedr y armas basadas en él, fabricado por ZMZ.", + "57d1519e24597714373db79d Name": "Cargador de 30 cartuchos 9x18 mm PM para PP-91 Kedr", + "57d1519e24597714373db79d ShortName": "PP-91", + "57d1519e24597714373db79d Description": "Un cargador metálico estándar con capacidad para 30 cartuchos de 9x18 mm PM, para el subfusil PP-91 Kedr y armas basadas en él, fabricado por ZMZ.", "57d152ec245977144076ccdf Name": "Pistolete de polímero para PP-91 Kedr", - "57d152ec245977144076ccdf ShortName": "P. PP91", + "57d152ec245977144076ccdf ShortName": "P. PP-91", "57d152ec245977144076ccdf Description": "Un pistolete de polímero para la familia de subfusiles PP-91 \"Kedr\", fabricado por ZMZ.", "57d17c5e2459775a5c57d17d Name": "Linterna Ultrafire WF-501B", "57d17c5e2459775a5c57d17d ShortName": "WF501B", @@ -1460,12 +1460,12 @@ "57d17e212459775a1179a0f5 Name": "Montura de anillo de 25 mm Kiba Arms para accesorios", "57d17e212459775a1179a0f5 ShortName": "Anll. 25 mm", "57d17e212459775a1179a0f5 Description": "Una montura universal de anillo para la instalación de accesorios tácticos de 25 mm en monturas Picatinny.", - "57da93632459771cb65bf83f Name": "Supresor KAC QDSS NT-4 de 5.56x45 mm (Negro)", - "57da93632459771cb65bf83f ShortName": "NT-4", - "57da93632459771cb65bf83f Description": "El supresor Knight's Armament Company QDSS NT-4 para los calibres 5.56x45 mm y .223 solo puede ser instalado en bocachas KAC compatibles. Versión de color Negro.", - "57dbb57e2459774673234890 Name": "Supresor KAC QDSS NT-4 de 5.56x45 mm (FDE)", - "57dbb57e2459774673234890 ShortName": "NT-4", - "57dbb57e2459774673234890 Description": "El supresor Knight's Armament Company QDSS NT-4 para los calibres 5.56x45 mm y .223 solo puede ser instalado en bocachas KAC compatibles. Versión de color Flat Dark Earth.", + "57da93632459771cb65bf83f Name": "Supresor KAC QDSS NT4 de 5.56x45 mm (Negro)", + "57da93632459771cb65bf83f ShortName": "NT4", + "57da93632459771cb65bf83f Description": "El supresor Knight's Armament Company QDSS NT4 para los calibres 5.56x45 mm y .223 solo puede ser instalado en bocachas KAC compatibles. Versión de color Negro.", + "57dbb57e2459774673234890 Name": "Supresor KAC QDSS NT4 de 5.56x45 mm (FDE)", + "57dbb57e2459774673234890 ShortName": "NT4", + "57dbb57e2459774673234890 Description": "El supresor Knight's Armament Company QDSS NT4 para los calibres 5.56x45 mm y .223 solo puede ser instalado en bocachas KAC compatibles. Versión de color Flat Dark Earth.", "57dc2fa62459775949412633 Name": "Fusil de asalto Kaláshnikov AKS-74U de 5.45x39 mm", "57dc2fa62459775949412633 ShortName": "AKS-74U", "57dc2fa62459775949412633 Description": "El AKS-74U (Avtomát Kaláshnikova Skladnóy 74 Ukoróchenny - \"Fusil Automático Kaláshnikov Acortado 74 con Culata Plegable\") es una versión más corta del fusil de asalto AKS-74, fue desarrollado a principios de la década de 1980 para tripulaciones de vehículos de combate y tropas aerotransportadas, también se volvió muy popular entre agencias policiales y fuerzas especiales por su tamaño compacto.", @@ -1568,7 +1568,7 @@ "5857a8bc2459772bad15db29 Name": "Contenedor seguro Gamma", "5857a8bc2459772bad15db29 ShortName": "Gamma", "5857a8bc2459772bad15db29 Description": "Un contenedor seguro exclusivo, utilizado solo por los operadores PMC veteranos que fueron desplegados en Tarkov.", - "587de4282459771bca0ec90b Name": "Cañón roscado para P226 de 9x19 mm", + "587de4282459771bca0ec90b Name": "Cañón roscado de 112 mm para P226 de 9x19 mm", "587de4282459771bca0ec90b ShortName": "P226 Rosc.", "587de4282459771bca0ec90b Description": "Un tubo cañón estándar roscado para las pistolas SIG Sauer P226 de 9x19 mm.", "587de5ba2459771c0f1e8a58 Name": "Protector de rosca para P226", @@ -1631,11 +1631,11 @@ "588892092459774ac91d4b11 Name": "Fusil de francotirador de cerrojo Lobaev Arms DVL-10 de 7.62x51 mm", "588892092459774ac91d4b11 ShortName": "DVL-10", "588892092459774ac91d4b11 Description": "El DVL-10 es un fusil suprimido patentado, ligero y compacto para calibres militares subsónicos, diseñado para el servicio especial y misiones de combate, donde es necesaria una precisión y alcance excepcionales. Está equipado con una culata plegable Lobaev Arms estándar y un tubo cañón Lobaev Hummer Barrels de grado Match y de acero inoxidable.", - "5888945a2459774bf43ba385 Name": "Cañón de 500 mm para DVL-10 de 7.62x51 mm", - "5888945a2459774bf43ba385 ShortName": "DVL10 500 mm", + "5888945a2459774bf43ba385 Name": "Cañón con supresor integrado de 500 mm para DVL-10 de 7.62x51 mm", + "5888945a2459774bf43ba385 ShortName": "DVL-10 500 mm", "5888945a2459774bf43ba385 Description": "Un tubo cañón de 500 mm de largo con supresor integrado, grado Match, acero inoxidable y de calibre 7.62x51 mm OTAN, fabricado por LOBAEV Hummer Barrels para el fusil de francotirador DVL-10.", "5888956924597752983e182d Name": "Cañón de 660 mm para DVL-10 M2 de 7.62x51 mm", - "5888956924597752983e182d ShortName": "DVL10 660 mm", + "5888956924597752983e182d ShortName": "DVL-10 M2 660 mm", "5888956924597752983e182d Description": "Un tubo cañón de 660 mm de largo, grado Match, acero inoxidable y de calibre 7.62x51 mm OTAN, fabricado por LOBAEV Hummer Barrels para el fusil de francotirador DVL-10 M2.", "5888961624597754281f93f3 Name": "Bípode Harris S-BRM 6-9\"", "5888961624597754281f93f3 ShortName": "S-BRM", @@ -1673,7 +1673,7 @@ "5894a05586f774094708ef75 Name": "Cargador de 30 cartuchos 9x19 mm para MPX", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "Un cargador estándar semitransparente con capacidad para 30 cartuchos de 9x19 mm, para el subfusil MPX, fabricado por SIG Sauer.", - "5894a13e86f7742405482982 Name": "Culata Collapsing/Telescoping Stock para MPX/MCX", + "5894a13e86f7742405482982 Name": "Culata SIG Sauer Collapsing/Telescoping Stock", "5894a13e86f7742405482982 ShortName": "Cul. SIG CTS", "5894a13e86f7742405482982 Description": "Una culata telescópica colapsable de los primeros modelos de MCX/MPX, fabricada por SIG Sauer.", "5894a2c386f77427140b8342 Name": "Cañón de 8 pulgadas para MPX de 9x19 mm", @@ -1700,9 +1700,9 @@ "58a5c12e86f7745d585a2b9e Name": "Riel de 4 pulgadas para el guardamano GEN1 de MPX", "58a5c12e86f7745d585a2b9e ShortName": "MPX 4\"", "58a5c12e86f7745d585a2b9e Description": "El adaptador de riel de 4 pulgadas para el guardamano SIG Sauer GEN1 permite instalar aditamentos adicionales en la primera generación de guardamanos para el subfusil SIG MPX.", - "58ac1bf086f77420ed183f9f Name": "Adaptador Folding Knuckle Stock Adapter a tubo amortiguador para MPX/MCX", + "58ac1bf086f77420ed183f9f Name": "Adaptador SIG Sauer Folding Knuckle Stock Adapter a tubo amortiguador", "58ac1bf086f77420ed183f9f ShortName": "SIG FKSA", - "58ac1bf086f77420ed183f9f Description": "Un adaptador para acoplar tubos amortiguadores al riel de montura, fabricado por SIG Sauer.", + "58ac1bf086f77420ed183f9f Description": "Un adaptador para la instalación de tubos amortiguadores a recibidores con interfaz de riel 1913. Fabricado por SIG Sauer.", "58ac60eb86f77401897560ff Name": "Pasamontañas_dev", "58ac60eb86f77401897560ff ShortName": "Pasamontañas_dev", "58ac60eb86f77401897560ff Description": "El pasamontañas de lana negra definitivo, no solo calienta la cabeza, también calienta el alma de cualquiera que sea demasiado modesto para actos heroicos públicos.", @@ -1756,7 +1756,7 @@ "58dd3ad986f77403051cba8f Description": "Munición de 7.62x51 mm OTAN M80 - Es un cartucho con una bala de 9.5 gramos con un núcleo de aleación de plomo y antimonio con encamisado bimetálico, en un casquillo de latón. Este cartucho fue adoptado en las Fuerzas Armadas de los Estados Unidos como reemplazo del cartucho 7.62x51 mm OTAN M59 después de la Guerra de Vietnam como munición estándar, ya que proporciona un poder de parada considerable, además de ser capaz de atravesar protecciones balísticas corporales básicas e intermedias. Sin embargo, posee una alta probabilidad de rebote en diversas superficies.", "5900b89686f7744e704a8747 Name": "Mapa de Bosque", "5900b89686f7744e704a8747 ShortName": "Bosque", - "5900b89686f7744e704a8747 Description": "Un mapa de papel de la Reserva Natural de Priozersk.", + "5900b89686f7744e704a8747 Description": "Un mapa/carta topográfica de papel de la Reserva Natural de Priozersk.", "5909d24f86f77466f56e6855 Name": "Maleta Médica SMU06", "5909d24f86f77466f56e6855 ShortName": "Maleta Médica SMU06", "5909d24f86f77466f56e6855 Description": "Maleta Médica SMU06", @@ -1829,9 +1829,9 @@ "590c2e1186f77425357b6124 Name": "Set de herramientas", "590c2e1186f77425357b6124 ShortName": "Herramientas", "590c2e1186f77425357b6124 Description": "El bolso de un técnico con un conjunto de herramientas diferentes.", - "590c311186f77424d1667482 Name": "Llave inglesa", - "590c311186f77424d1667482 ShortName": "Llave inglesa", - "590c311186f77424d1667482 Description": "Llave inglesa de cabeza doble. A pesar de su simpleza de diseño, la llave inglesa se utiliza en casi todas las áreas de la tecnología para construir mecanismos de varios niveles de dificultad.", + "590c311186f77424d1667482 Name": "Llave fija", + "590c311186f77424d1667482 ShortName": "Llave fija", + "590c311186f77424d1667482 Description": "Una llave fija de cabeza doble. A pesar de su diseño simple, la llave fija se utiliza en casi todas las áreas de la tecnología para construir mecanismos con diferentes niveles de dificultad.", "590c31c586f774245e3141b2 Name": "Paquete de clavos", "590c31c586f774245e3141b2 ShortName": "Clavos", "590c31c586f774245e3141b2 Description": "Un paquete de clavos de construcción. En condiciones de crisis continua, son usados para la construcción de refugios temporales, barracones y otros montajes.", @@ -1969,13 +1969,13 @@ "59148c8a86f774197930e983 Description": "La llave de una habitación del dormitorio de tres pisos en Aduanas, etiquetada con el número \"204\".", "59148f8286f7741b951ea113 Name": "Llave de gabinete de armas", "59148f8286f7741b951ea113 ShortName": "G. Armas", - "59148f8286f7741b951ea113 Description": "Una llave de algún gabinete de armas.", + "59148f8286f7741b951ea113 Description": "Una llave de algún gabinete de armas. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5914944186f774189e5e76c2 Name": "Chaqueta", "5914944186f774189e5e76c2 ShortName": "Chaqueta", "5914944186f774189e5e76c2 Description": "Chaqueta", - "591ae8f986f77406f854be45 Name": "Llave de automóvil Yotota", + "591ae8f986f77406f854be45 Name": "Llave de camioneta Yotota", "591ae8f986f77406f854be45 ShortName": "Yotota", - "591ae8f986f77406f854be45 Description": "Una llave plegable con botones para las cerraduras de un automóvil Yotota.", + "591ae8f986f77406f854be45 Description": "Una llave plegable con botones para las cerraduras de una camioneta Yotota.", "591aef7986f774139d495f03 Name": "Culata TROY M7A1 PDW para AR-15 (Negra)", "591aef7986f774139d495f03 ShortName": "Cul. M7A1PDW", "591aef7986f774139d495f03 Description": "El Kit TROY M7A1 PDW Stock es una culata retráctil hecha para elevar las carabinas de calibre 5.56x45 mm OTAN, haciéndolas más compactas, cerca de 3 pulgadas más cortas respecto a las culatas tradicionales. Reduce de forma general el tamaño del arma y amortigua el retroceso. Versión de color Negro.", @@ -2027,9 +2027,9 @@ "5926dad986f7741f82604363 Name": "Montura MFI HK Universal Low Profile Scope Mount para HK MP5", "5926dad986f7741f82604363 ShortName": "MFI HK", "5926dad986f7741f82604363 Description": "Una montura universal para sistemas de armas HK, diseñada y fabricada por MFI. Diseñada para la instalación de miras réflex y miras telescópicas.", - "5926e16e86f7742f5a0f7ecb Name": "Protector de rosca 3-Lug para HK MP5", - "5926e16e86f7742f5a0f7ecb ShortName": "P.R. MP5 3Lug", - "5926e16e86f7742f5a0f7ecb Description": "Un protector de rosca para los cañones de MP5 con tres cornisas, para la instalación de supresores. Fabricado por Heckler & Koch.", + "5926e16e86f7742f5a0f7ecb Name": "Adaptador de bocacha 3-Lug para HK MP5", + "5926e16e86f7742f5a0f7ecb ShortName": "A.B. MP5 3Lug", + "5926e16e86f7742f5a0f7ecb Description": "Un adaptador 3-Lug para cañones de MP5, para la instalación de diferentes bocachas. Fabricado por Heckler & Koch.", "5926f2e086f7745aae644231 Name": "Recibidor superior para HK MP5SD de 9x19 mm", "5926f2e086f7745aae644231 ShortName": "Sup. MP5SD", "5926f2e086f7745aae644231 Description": "Un recibidor superior para el subfusil MP5SD, fabricado por Heckler & Koch.", @@ -2065,7 +2065,7 @@ "5938504186f7740991483f30 Description": "La llave de una habitación del dormitorio de tres pisos en Aduanas, etiquetada con el número \"203\".", "593858c486f774253a24cb52 Name": "Llave de la puerta trasera de la estación de bombeo", "593858c486f774253a24cb52 ShortName": "Bombeo Trs.", - "593858c486f774253a24cb52 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\".", + "593858c486f774253a24cb52 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\". (Sin embargo, no parece que se use para nada, al menos por ahora).", "5938603e86f77435642354f4 Name": "Llave de la habitación 206 de los dormitorios", "5938603e86f77435642354f4 ShortName": "Dorm.206", "5938603e86f77435642354f4 Description": "La llave de una habitación del dormitorio de dos pisos en Aduanas, etiquetada con el número \"206\".", @@ -2572,7 +2572,7 @@ "5a0ea64786f7741707720468 Description": "Una llave de la oficina 107 del ala este del Sanatorio Azure Coast en Costa.", "5a0ea69f86f7741cd5406619 Name": "Llave de la oficina 108 del ala este del Sanatorio", "5a0ea69f86f7741cd5406619 ShortName": "E108 San.", - "5a0ea69f86f7741cd5406619 Description": "Una llave de la oficina 108 del ala este del Sanatorio Azure Coast en Costa. (A)", + "5a0ea69f86f7741cd5406619 Description": "Una llave de la oficina 108 del ala este del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ea79b86f7741d4a35298e Name": "Llave maestra de los cuartos de servicio del Sanatorio", "5a0ea79b86f7741d4a35298e ShortName": "Serv.San.", "5a0ea79b86f7741d4a35298e Description": "Una llave maestra de todos los cuartos de servicio del Sanatorio Azure Coast en Costa.", @@ -2593,7 +2593,7 @@ "5a0ec6d286f7742c0b518fb5 Description": "Una llave de la habitación 205 del ala oeste del Sanatorio Azure Coast en Costa.", "5a0ec70e86f7742c0b518fba Name": "Llave de la habitación 207 del ala oeste del Sanatorio", "5a0ec70e86f7742c0b518fba ShortName": "O207 San.", - "5a0ec70e86f7742c0b518fba Description": "Una llave de la habitación 207 del ala oeste del Sanatorio Azure Coast en Costa. (A)", + "5a0ec70e86f7742c0b518fba Description": "Una llave de la habitación 207 del ala oeste del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ed824fcdbcb0176308b0d Name": "Alza especial del sistema AKMP para AK y AKM", "5a0ed824fcdbcb0176308b0d ShortName": "A. AKMP", "5a0ed824fcdbcb0176308b0d Description": "Un accesorio especial diseñado para mejorar la efectividad del apuntado en fusiles de asalto de la familia AK y AKM durante condiciones de baja visibilidad, se instala sobre el alza (Mira trasera) del fusil.", @@ -2611,22 +2611,22 @@ "5a0ee4b586f7743698200d22 Description": "Una llave de la habitación 206 del ala este del Sanatorio Azure Coast en Costa.", "5a0ee62286f774369454a7ac Name": "Llave de la habitación 209 del ala este del Sanatorio", "5a0ee62286f774369454a7ac ShortName": "E209 San.", - "5a0ee62286f774369454a7ac Description": "Una llave de la habitación 209 del ala este del Sanatorio Azure Coast en Costa. (A)", + "5a0ee62286f774369454a7ac Description": "Una llave de la habitación 209 del ala este del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ee72c86f77436955d3435 Name": "Llave de la habitación 213 del ala este del Sanatorio", "5a0ee72c86f77436955d3435 ShortName": "E213 San.", - "5a0ee72c86f77436955d3435 Description": "Una llave de la habitación 213 del ala este del Sanatorio Azure Coast en Costa. (A)", + "5a0ee72c86f77436955d3435 Description": "Una llave de la habitación 213 del ala este del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ee76686f7743698200d5c Name": "Llave de la habitación 216 del ala este del Sanatorio", "5a0ee76686f7743698200d5c ShortName": "E216 San.", - "5a0ee76686f7743698200d5c Description": "Una llave de la habitación 216 del ala este del Sanatorio Azure Coast en Costa. (A)", + "5a0ee76686f7743698200d5c Description": "Una llave de la habitación 216 del ala este del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eeb1a86f774688b70aa5c Name": "Llave de la habitación 303 del ala oeste del Sanatorio", "5a0eeb1a86f774688b70aa5c ShortName": "O303 San.", - "5a0eeb1a86f774688b70aa5c Description": "Una llave de la habitación 303 del ala oeste del Sanatorio Azure Coast en Costa. (A)", + "5a0eeb1a86f774688b70aa5c Description": "Una llave de la habitación 303 del ala oeste del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eeb8e86f77461257ed71a Name": "Llave de la habitación 309 del ala oeste del Sanatorio", "5a0eeb8e86f77461257ed71a ShortName": "O309 San.", - "5a0eeb8e86f77461257ed71a Description": "Una llave de la habitación 309 del ala oeste del Sanatorio Azure Coast en Costa. (A)", + "5a0eeb8e86f77461257ed71a Description": "Una llave de la habitación 309 del ala oeste del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eebed86f77461230ddb3d Name": "Llave de la habitación 325 del ala oeste del Sanatorio", "5a0eebed86f77461230ddb3d ShortName": "O325 San.", - "5a0eebed86f77461230ddb3d Description": "Una llave de la habitación 325 del ala oeste del Sanatorio Azure Coast en Costa. (A)", + "5a0eebed86f77461230ddb3d Description": "Una llave de la habitación 325 del ala oeste del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eec9686f77402ac5c39f2 Name": "Llave de la habitación 310 del ala este del Sanatorio", "5a0eec9686f77402ac5c39f2 ShortName": "E310 San.", "5a0eec9686f77402ac5c39f2 Description": "Una llave de la habitación 310 del ala este del Sanatorio Azure Coast en Costa.", @@ -2638,7 +2638,7 @@ "5a0eed4386f77405112912aa Description": "Una llave de la habitación 314 del ala este del Sanatorio Azure Coast en Costa.", "5a0eedb386f77403506300be Name": "Llave de la habitación 322 del ala este del Sanatorio", "5a0eedb386f77403506300be ShortName": "E322 San.", - "5a0eedb386f77403506300be Description": "Una llave de la habitación 322 del ala este del Sanatorio Azure Coast en Costa. (A)", + "5a0eedb386f77403506300be Description": "Una llave de la habitación 322 del ala este del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eee1486f77402aa773226 Name": "Llave de la habitación 328 del ala este del Sanatorio", "5a0eee1486f77402aa773226 ShortName": "E328 San.", "5a0eee1486f77402aa773226 Description": "Una llave de la habitación 328 del ala este del Sanatorio Azure Coast en Costa.", @@ -2647,16 +2647,16 @@ "5a0eff2986f7741fd654e684 Description": "Una llave de la caja fuerte en la habitación 321 del ala oeste del Sanatorio Azure Coast en Costa.", "5a0f006986f7741ffd2fe484 Name": "Llave de la caja fuerte en la estación meteorológica", "5a0f006986f7741ffd2fe484 ShortName": "Caja F.", - "5a0f006986f7741ffd2fe484 Description": "Una llave de la caja fuerte en la estación meteorológica ubicada en algún lugar cerca del Sanatorio Azure Coast en Costa. (A)", + "5a0f006986f7741ffd2fe484 Description": "Una llave de la caja fuerte en la estación meteorológica ubicada en algún lugar cerca del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0f045e86f7745b0f0d0e42 Name": "Llave de la caja fuerte en la gasolinera", "5a0f045e86f7745b0f0d0e42 ShortName": "Caja F.", - "5a0f045e86f7745b0f0d0e42 Description": "Una llave de la caja fuerte en la gasolinera ubicada en algún lugar cerca del Sanatorio Azure Coast en Costa. (A)", + "5a0f045e86f7745b0f0d0e42 Description": "Una llave de la caja fuerte en la gasolinera ubicada en algún lugar cerca del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0f068686f7745b0d4ea242 Name": "Llave de la caja fuerte en la finca", "5a0f068686f7745b0d4ea242 ShortName": "Caja F.", "5a0f068686f7745b0d4ea242 Description": "Una llave de la caja fuerte de una de las fincas ubicadas en algún lugar cerca del Sanatorio Azure Coast en Costa.", "5a0f075686f7745bcc42ee12 Name": "Llave de la caja fuerte en la tienda", "5a0f075686f7745bcc42ee12 ShortName": "Caja F.", - "5a0f075686f7745bcc42ee12 Description": "Una llave de la caja fuerte de una de las tiendas de la aldea ubicada en algún lugar cerca del Sanatorio Azure Coast en Costa.", + "5a0f075686f7745bcc42ee12 Description": "Una llave de la caja fuerte de una de las tiendas de la aldea ubicada en algún lugar cerca del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0f08bc86f77478f33b84c2 Name": "Llave de la caja fuerte en la oficina de administración del Sanatorio", "5a0f08bc86f77478f33b84c2 ShortName": "Caja F.", "5a0f08bc86f77478f33b84c2 Description": "Una llave de la caja fuerte en la oficina administrativa del Sanatorio Azure Coast, ubicada en el edificio principal de Administración.", @@ -2668,7 +2668,7 @@ "5a0f0f5886f7741c4e32a472 Description": "Una llave de la caja fuerte en el almacén administrativo del Sanatorio Azure Coast, ubicada en el edificio principal de Administración.", "5a13ee1986f774794d4c14cd Name": "Llave de la habitación 323 del ala oeste del Sanatorio", "5a13ee1986f774794d4c14cd ShortName": "O323 San.", - "5a13ee1986f774794d4c14cd Description": "Una llave de la habitación 323 del ala oeste del Sanatorio Azure Coast en Costa. (A)", + "5a13ee1986f774794d4c14cd Description": "Una llave de la habitación 323 del ala oeste del Sanatorio Azure Coast en Costa. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a13eebd86f7746fd639aa93 Name": "Llave de la habitación 218 del ala oeste del Sanatorio", "5a13eebd86f7746fd639aa93 ShortName": "O218 San.", "5a13eebd86f7746fd639aa93 Description": "Una llave de la habitación 218 del ala oeste del Sanatorio Azure Coast en Costa.", @@ -2921,19 +2921,19 @@ "5a6b59a08dc32e000b452fb7 Name": "Protector de rosca SAI para Glock de 9x19 mm", "5a6b59a08dc32e000b452fb7 ShortName": "P.R. G SAI", "5a6b59a08dc32e000b452fb7 Description": "Un protector de rosca para cañones roscados de la familia de pistolas Glock, fabricado por Salient Arms International.", - "5a6b5b8a8dc32e001207faf3 Name": "Cañón roscado Lone Wolf AlphaWolf para Glock de 9x19 mm", + "5a6b5b8a8dc32e001207faf3 Name": "Cañón roscado Lone Wolf AlphaWolf de 114 mm para Glock de 9x19 mm", "5a6b5b8a8dc32e001207faf3 ShortName": "G AW Rosc.", "5a6b5b8a8dc32e001207faf3 Description": "Un tubo cañón roscado para la familia de pistolas Glock de 9x19 mm. Fabricado por Lone Wolf.", - "5a6b5e468dc32e001207faf5 Name": "Cañón roscado Double Diamond para Glock de 9x19 mm", + "5a6b5e468dc32e001207faf5 Name": "Cañón roscado Double Diamond de 114 mm para Glock de 9x19 mm", "5a6b5e468dc32e001207faf5 ShortName": "G DD Rosc.", "5a6b5e468dc32e001207faf5 Description": "Un tubo cañón roscado para la familia de pistolas Glock de 9x19 mm. Fabricado por Double Diamond.", - "5a6b5ed88dc32e000c52ec86 Name": "Cañón roscado SAI para Glock de 9x19 mm", + "5a6b5ed88dc32e000c52ec86 Name": "Cañón roscado SAI de 114 mm para Glock de 9x19 mm", "5a6b5ed88dc32e000c52ec86 ShortName": "G SAI Rosc.", "5a6b5ed88dc32e000c52ec86 Description": "Un tubo cañón roscado para la familia de pistolas Glock de 9x19 mm. Fabricado por Salient Arms International.", - "5a6b5f868dc32e000a311389 Name": "Cañón para Glock 17 de 9x19 mm", + "5a6b5f868dc32e000a311389 Name": "Cañón de 114 mm para Glock 17 de 9x19 mm", "5a6b5f868dc32e000a311389 ShortName": "G17", "5a6b5f868dc32e000a311389 Description": "Un tubo cañón estándar para la pistola Glock 17 de 9x19 mm.", - "5a6b60158dc32e000a31138b Name": "Cañón con compensador para Glock 17 de 9x19 mm", + "5a6b60158dc32e000a31138b Name": "Cañón con compensador de 114 mm para Glock 17 de 9x19 mm", "5a6b60158dc32e000a31138b ShortName": "C. G17", "5a6b60158dc32e000a31138b Description": "Un tubo cañón de 114 mm con un compensador integrado, para la pistola Glock 17.", "5a6f58f68dc32e000a311390 Name": "Punto de mira para Glock", @@ -3247,7 +3247,7 @@ "5aaf8e43e5b5b00015693246 Description": "Una culata SOCOM 16 de polímero para fusiles M1A, fabricada por Springfield Armory.", "5aaf9d53e5b5b00015042a52 Name": "Cañón de 16 pulgadas para M1A de 7.62x51 mm", "5aaf9d53e5b5b00015042a52 ShortName": "M1A 16\"", - "5aaf9d53e5b5b00015042a52 Description": "Un tubo cañón de 16 pulgadas (406 mm) para armamento basado en M1A de calibre 7.62x51 mm OTAN.", + "5aaf9d53e5b5b00015042a52 Description": "Un tubo cañón Springfield 6-Groove Carbon Steel de 16 pulgadas (410 mm) para armamento basado en M1A de calibre 7.62x51 mm OTAN.", "5aafa1c2e5b5b00015042a56 Name": "Freno de boca y compensador SOCOM 16 de 7.62x51 mm para M1A", "5aafa1c2e5b5b00015042a56 ShortName": "SOCOM16 M1A", "5aafa1c2e5b5b00015042a56 Description": "Un freno de boca y compensador para los fusiles M1A, fabricado por Springfield Armory.", @@ -3445,7 +3445,7 @@ "5addba3e5acfc4001669f0ab Description": "Un punto de mira (Mira delantera) National Match .062 Blade desmontable para fusiles M1A, fabricado por Springfield Armory.", "5addbac75acfc400194dbc56 Name": "Cañón de 22 pulgadas para M1A de 7.62x51 mm", "5addbac75acfc400194dbc56 ShortName": "M1A 22\"", - "5addbac75acfc400194dbc56 Description": "Un tubo cañón de 22 pulgadas (558 mm) grado Match para armamento basado en M1A de calibre 7.62x51 mm OTAN.", + "5addbac75acfc400194dbc56 Description": "Un tubo cañón Springfield 6-Groove National Match de 22 pulgadas (558 mm) para armamento basado en M1A de calibre 7.62x51 mm OTAN.", "5addbb6e5acfc408fb1393fd Name": "Reductor de fogonazo National Match de 7.62x51 mm para M1A", "5addbb6e5acfc408fb1393fd ShortName": "R.F. NM", "5addbb6e5acfc408fb1393fd Description": "Un freno de boca y compensador para los fusiles M1A, fabricado por Springfield Armory.", @@ -3647,7 +3647,7 @@ "5b1fa9b25acfc40018633c01 Name": "Pistola automática Glock 18C de 9x19 mm", "5b1fa9b25acfc40018633c01 ShortName": "Glock 18C", "5b1fa9b25acfc40018633c01 Description": "La pistola Glock 18 es una versión con fuego selectivo de la Glock 17 de calibre 9x19 mm. La pistola suele utilizarse con un cargador extendido de 33 cartuchos, aunque también puede usar cargadores de la Glock 17 con capacidades de 10, 17 o 19 cartuchos. Cuenta con una apertura en la parte delantera de la corredera, similar a la apertura de los modelos Glock de corredera larga, aunque la Glock 18 tiene una corredera de tamaño estándar. La apertura provee espacio a los cortes de compensación en el cañón, que permiten expulsar los gases de la deflagración hacia arriba, haciendo más controlable el fuego automático de la pistola.", - "5b1fa9ea5acfc40018633c0a Name": "Cañón con compensador para Glock 18C de 9x19 mm", + "5b1fa9ea5acfc40018633c0a Name": "Cañón con compensador de 114 mm para Glock 18C de 9x19 mm", "5b1fa9ea5acfc40018633c0a ShortName": "C. G18C", "5b1fa9ea5acfc40018633c0a Description": "Un tubo cañón de 114 mm con un compensador integrado, para la pistola automática Glock 18C.", "5b1faa0f5acfc40dc528aeb5 Name": "Corredera para Glock 18C de 9x19 mm", @@ -4049,32 +4049,32 @@ "5bb20d53d4351e4502010a69 Name": "Recibidor superior para HK 416A5 de 5.56x45 mm", "5bb20d53d4351e4502010a69 ShortName": "Sup. 416A5", "5bb20d53d4351e4502010a69 Description": "Un recibidor superior para el fusil de asalto 416A5, fabricado por Heckler & Koch. Cuenta con una montura para acoplar aditamentos adicionales.", - "5bb20d92d4351e00853263eb Name": "Cañón de 11 pulgadas para HK 416A5 de 5.56x45 mm", - "5bb20d92d4351e00853263eb ShortName": "416A5 11\"", + "5bb20d92d4351e00853263eb Name": "Cañón de 11 pulgadas para HK 416 de 5.56x45 mm", + "5bb20d92d4351e00853263eb ShortName": "416 11\"", "5bb20d92d4351e00853263eb Description": "Un tubo cañón de 11 pulgadas (279 mm) de largo para armamento basado en 416 de calibre 5.56x45 mm OTAN.", - "5bb20d9cd4351e00334c9d8a Name": "Cañón de 14.5 pulgadas para HK 416A5 de 5.56x45 mm", - "5bb20d9cd4351e00334c9d8a ShortName": "416A5 14.5\"", + "5bb20d9cd4351e00334c9d8a Name": "Cañón de 14.5 pulgadas con punto de mira abatible para HK 416 de 5.56x45 mm", + "5bb20d9cd4351e00334c9d8a ShortName": "416 14,5\"", "5bb20d9cd4351e00334c9d8a Description": "Un tubo cañón de 14.5 pulgadas (368 mm) de largo con un punto de mira abatible para armamento basado en HK416 de calibre 5.56x45 mm OTAN.", - "5bb20da5d4351e0035629dbf Name": "Cañón de 16.5 pulgadas con punto de mira abatible para HK 416A5 de 5.56x45 mm", - "5bb20da5d4351e0035629dbf ShortName": "416A5 16.5\"", + "5bb20da5d4351e0035629dbf Name": "Cañón de 16.5 pulgadas con punto de mira abatible para HK 416 de 5.56x45 mm", + "5bb20da5d4351e0035629dbf ShortName": "416 16.5\"", "5bb20da5d4351e0035629dbf Description": "Un tubo cañón de 16.5 pulgadas (419 mm) de largo con un punto de mira abatible para armamento basado en 416 de calibre 5.56x45 mm OTAN.", - "5bb20dadd4351e00367faeff Name": "Cañón de 20 pulgadas para HK 416A5 de 5.56x45 mm", - "5bb20dadd4351e00367faeff ShortName": "416A5 20\"", - "5bb20dadd4351e00367faeff Description": "Un tubo cañón de 20 pulgadas (508 mm) de largo con un punto de mira plegable para armamento basado en 416 de calibre 5.56x45 mm OTAN.", + "5bb20dadd4351e00367faeff Name": "Cañón de 20 pulgadas con puto de mira plegable para HK 416 de 5.56x45 mm", + "5bb20dadd4351e00367faeff ShortName": "416 20\"", + "5bb20dadd4351e00367faeff Description": "Un tubo cañón de 20 pulgadas (508 mm) de largo con un punto de mira abatible para armamento basado en 416 de calibre 5.56x45 mm OTAN.", "5bb20dbcd4351e44f824c04e Name": "Palanca de maniobra HK Extended Latch para AR-15", "5bb20dbcd4351e44f824c04e ShortName": "Ext. Latch", "5bb20dbcd4351e44f824c04e Description": "Una palanca de maniobra estándar para el fusil HK 416A5, con un pestillo extendido.", "5bb20dcad4351e3bac1212da Name": "Bloque de gases de perfil bajo para HK 416A5", "5bb20dcad4351e3bac1212da ShortName": "B.G. 416A5", "5bb20dcad4351e3bac1212da Description": "Un bloque de gases estándar para el fusil de asalto 416A5, fabricado por Heckler & Koch.", - "5bb20de5d4351e0035629e59 Name": "Guardamano Quad Rail para HK 416A5", - "5bb20de5d4351e0035629e59 ShortName": "Guard. 416A5 4Rail", + "5bb20de5d4351e0035629e59 Name": "Guardamano Quad Rail para HK 416", + "5bb20de5d4351e0035629e59 ShortName": "Guard. 416 4Rail", "5bb20de5d4351e0035629e59 Description": "Un guardamano de riel cuádruple para el fusil 416 y compatibles. Cuenta con cuatro rieles Picatinny para acoplar una amplia variedad de accesorios tácticos. Fabricado por Heckler & Koch.", - "5bb20df1d4351e00347787d5 Name": "Guardamano Quad Rail con punto de mira abatible para HK 416A5", - "5bb20df1d4351e00347787d5 ShortName": "Guard. 416A5 4Rail", + "5bb20df1d4351e00347787d5 Name": "Guardamano Quad Rail con punto de mira abatible para HK 416", + "5bb20df1d4351e00347787d5 ShortName": "Guard. 416 4Rail P.M.", "5bb20df1d4351e00347787d5 Description": "Un guardamano de riel cuádruple para el fusil 416 y compatibles. Cuenta con un punto de mira abatible integrado y cuatro rieles Picatinny para acoplar una amplia variedad de accesorios tácticos. Fabricado por Heckler & Koch.", - "5bb20dfcd4351e00334c9e24 Name": "Guardamano Quad Rail Extended para HK 416A5", - "5bb20dfcd4351e00334c9e24 ShortName": "Guard. 416A5 4Rail Ext.", + "5bb20dfcd4351e00334c9e24 Name": "Guardamano Quad Rail Extended para HK 416", + "5bb20dfcd4351e00334c9e24 ShortName": "Guard. 416 4Rail Ext.", "5bb20dfcd4351e00334c9e24 Description": "Un guardamano extendido de riel cuádruple para el fusil HK 416A5 y compatibles. Cuenta con cuatro rieles Picatinny para acoplar una amplia variedad de accesorios tácticos. Fabricado por Heckler & Koch.", "5bb20e0ed4351e3bac1212dc Name": "Pistolete HK Battle Grip con Beavertail para AR-15", "5bb20e0ed4351e3bac1212dc ShortName": "Battle Grip", @@ -4085,7 +4085,7 @@ "5bb20e49d4351e3bac1212de Name": "Alza abatible para HK 416A5", "5bb20e49d4351e3bac1212de ShortName": "A. 416A5", "5bb20e49d4351e3bac1212de Description": "Un alza (Mira trasera) abatible y desmontable para el fusil HK 416A5.", - "5bb20e58d4351e00320205d7 Name": "Tubo amortiguador HK Enhanced Tube", + "5bb20e58d4351e00320205d7 Name": "Tubo amortiguador Enhanced Tube para HK 416", "5bb20e58d4351e00320205d7 ShortName": "Enhanced Tube", "5bb20e58d4351e00320205d7 Description": "Un Tubo Amortiguador Heckler & Koch y Extensión del Recibidor, con diámetro Mil-Spec, compatible con cualquier carabina o fusil basado en 416.", "5bb20e70d4351e0035629f8f Name": "Culata HK Slim Line para AR-15", @@ -4332,7 +4332,7 @@ "5bffef760db8340019668fe4 ShortName": "P226 CL", "5bffef760db8340019668fe4 Description": "Un pistolete G10 Chain Link para las pistolas P226. Fabricado por Hogue.", "5c0000c00db834001a6697fc Name": "Adaptador de supresor Navy Style 3-Lug para HK MP5", - "5c0000c00db834001a6697fc ShortName": "MP5 3Lug", + "5c0000c00db834001a6697fc ShortName": "MP5 Navy 3Lug", "5c0000c00db834001a6697fc Description": "Un adaptador roscado 3-Lug para la instalación de diversos supresores en los subfusiles MP5. Fabricado por Heckler & Koch.", "5c0006470db834001a6697fe Name": "Pistolete Emperor Scorpion para P226", "5c0006470db834001a6697fe ShortName": "P226 Scorpion", @@ -4354,7 +4354,7 @@ "5c010a700db834001d23ef5d Description": "Una corredera del kit Emperor Scorpion para las pistolas P226 de 9x19 mm, fabricada por SIG Sauer.", "5c010e350db83400232feec7 Name": "Machete de Supervivencia SP-8", "5c010e350db83400232feec7 ShortName": "SP-8", - "5c010e350db83400232feec7 Description": "El SP-8 es un machete de supervivencia hecho de una sola pieza de acero al alto carbón. Fabricado por Ontario Knife Company. Perfecto para cuando toca Chapolear.", + "5c010e350db83400232feec7 Description": "El SP-8 es un machete de supervivencia hecho de una sola pieza de acero al alto carbón. Fabricado por Ontario Knife Company. Perfecto para cuando toca Chaponear.", "5c0111ab0db834001966914d Name": "Adaptador de bocacha ME Cylinder de Cal. 12", "5c0111ab0db834001966914d ShortName": "Cylinder Cal.12", "5c0111ab0db834001966914d Description": "Un adaptador roscado de bocacha para cañones de Calibre 12, diseñado para instalar bocachas adicionales.", @@ -4544,9 +4544,9 @@ "5c0e2f5cd174af02a012cfc9 Name": "Guardamano de madera ADAR 2-15 para AR-15", "5c0e2f5cd174af02a012cfc9 ShortName": "Guard. ADAR Mad.", "5c0e2f5cd174af02a012cfc9 Description": "Un guardamano de madera estilo SVD para las carabinas ADAR 2-15.", - "5c0e2f94d174af029f650d56 Name": "Cañón Molot Arms de 406 mm para AR-15 de 5.56x45 mm", - "5c0e2f94d174af029f650d56 ShortName": "AR-15 406 mm", - "5c0e2f94d174af029f650d56 Description": "Un tubo cañón Molot Arms de 406 mm (16 pulgadas) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN. Es el cañón estándar para la carabina ADAR 2-15.", + "5c0e2f94d174af029f650d56 Name": "Cañón Molot Arms de 16 pulgadas para AR-15 de 5.56x45 mm", + "5c0e2f94d174af029f650d56 ShortName": "ADAR 16\"", + "5c0e2f94d174af029f650d56 Description": "Un tubo cañón de 16 pulgadas (406 mm) de largo para armamento basado en AR-15 de calibre 5.56x45 mm OTAN, fabricado por Molot Arms. Es el cañón estándar de la carabina ADAR 2-15.", "5c0e2ff6d174af02a1659d4a Name": "Culata ADAR 2-15 de madera para AR-15", "5c0e2ff6d174af02a1659d4a ShortName": "Cul. ADAR Mad.", "5c0e2ff6d174af02a1659d4a Description": "Una culata de madera con estilo SVD para las carabinas ADAR 2-15.", @@ -4811,9 +4811,9 @@ "5c471c842e221615214259b5 Name": "Tubo de gases para SVDS", "5c471c842e221615214259b5 ShortName": "T.G.SVDS", "5c471c842e221615214259b5 Description": "Un tubo de gases estándar para los fusiles de francotirador SVDS. Los tubos de gases canalizan la dirección de desplazamiento del pistón de gas.", - "5c471cb32e221602b177afaa Name": "Cañón de 22 pulgadas para SVDS de 7.62x54 mm R", - "5c471cb32e221602b177afaa ShortName": "SVDS 22\"", - "5c471cb32e221602b177afaa Description": "Un tubo cañón de 22 pulgadas (565 mm) para los fusiles de francotirador SVDS de calibre 7.62x54 mm R.", + "5c471cb32e221602b177afaa Name": "Cañón de 565 mm para SVDS de 7.62x54 mm R", + "5c471cb32e221602b177afaa ShortName": "SVD 565 mm", + "5c471cb32e221602b177afaa Description": "Un tubo cañón de 565 mm para los fusiles de francotirador SVDS de calibre 7.62x54 mm R.", "5c488a752e221602b412af63 Name": "Fusil de asalto Desert Tech MDR de 5.56x45 mm", "5c488a752e221602b412af63 ShortName": "MDR", "5c488a752e221602b412af63 Description": "El fusil de asalto bullpup MDR de calibre 5.56x45 mm OTAN, diseñado y fabricado por Desert Tech LLC., es un arma modular, multicalibre y tiene un diseño bullpup compacto, destinado para ser utilizado por fuerzas especiales tanto policiales como militares. Los cañones de calibres y longitudes diferentes pueden ser cambiados por el usuario final en cuestión de minutos empleando una mínima cantidad de herramientas.", @@ -4823,7 +4823,7 @@ "5c48a2852e221602b21d5923 Name": "Cañón de 16 pulgadas para MDR de 5.56x45 mm", "5c48a2852e221602b21d5923 ShortName": "MDR 556 16\"", "5c48a2852e221602b21d5923 Description": "Un tubo cañón de 16 pulgadas (406 mm) para armamento basado en MDR de calibre 5.56x45 mm OTAN.", - "5c48a2a42e221602b66d1e07 Name": "Reductor de fogonazo Desert Tech de 5.56x45 mm", + "5c48a2a42e221602b66d1e07 Name": "Reductor de fogonazo Desert Tech de 5.56x45 mm para AR-15", "5c48a2a42e221602b66d1e07 ShortName": "MDR 556", "5c48a2a42e221602b66d1e07 Description": "Un reductor de fogonazo desarrollado por Desert Tech específicamente para los fusiles de asalto MDR de calibre 5.56x45 mm OTAN.", "5c48a2c22e221602b313fb6c Name": "Pistolete para MDR (FDE)", @@ -4943,21 +4943,21 @@ "5c6bf4aa2e2216001219b0ae Name": "Pistolete US Palm para AK", "5c6bf4aa2e2216001219b0ae ShortName": "US Palm", "5c6bf4aa2e2216001219b0ae Description": "Un pistolete ligero para los fusiles de asalto AK, fabricado por US Palm.", - "5c6c2c9c2e2216000f2002e4 Name": "Guardamano TROY M-LOK de 13 pulgadas para HK 416A5", - "5c6c2c9c2e2216000f2002e4 ShortName": "416A5 TROY 13\"", - "5c6c2c9c2e2216000f2002e4 Description": "Un guardamano TROY Industries de fibra de carbono para el fusil 416A5, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", - "5c6d10e82e221601da357b07 Name": "Guardamano MRS KeyMod de 14 pulgadas para HK 416A5", - "5c6d10e82e221601da357b07 ShortName": "416A5 MRS 14\"", - "5c6d10e82e221601da357b07 Description": "Un guardamano HK MRS KeyMod para el fusil 416A5, equipado con interfaz KeyMod para la instalación adicional de accesorios y dispositivos.", - "5c6d10fa2e221600106f3f23 Name": "Guardamano Midwest Industries M-LOK de 9 pulgadas para HK 416A5", - "5c6d10fa2e221600106f3f23 ShortName": "416A5 Midwest 9\"", + "5c6c2c9c2e2216000f2002e4 Name": "Guardamano TROY M-LOK de 13 pulgadas para HK 416", + "5c6c2c9c2e2216000f2002e4 ShortName": "416 TROY 13\"", + "5c6c2c9c2e2216000f2002e4 Description": "Un guardamano TROY Industries de fibra de carbono para el fusil 416, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", + "5c6d10e82e221601da357b07 Name": "Guardamano MRS KeyMod de 14 pulgadas para HK 416", + "5c6d10e82e221601da357b07 ShortName": "416 MRS 14\"", + "5c6d10e82e221601da357b07 Description": "Un guardamano HK Modular Rail System KeyMod para el fusil 416, equipado con interfaz KeyMod para la instalación adicional de accesorios y dispositivos.", + "5c6d10fa2e221600106f3f23 Name": "Guardamano Midwest Industries M-LOK de 9 pulgadas para HK 416", + "5c6d10fa2e221600106f3f23 ShortName": "416 Midwest 9\"", "5c6d10fa2e221600106f3f23 Description": "Un guardamano Midwest Industries M-LOK para el fusil 416A5, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", - "5c6d11072e2216000e69d2e4 Name": "Guardamano Midwest Industries M-LOK de 13.5 pulgadas para HK 416A5", - "5c6d11072e2216000e69d2e4 ShortName": "416A5 Midwest 13.5\"", + "5c6d11072e2216000e69d2e4 Name": "Guardamano Midwest Industries M-LOK de 13.5 pulgadas para HK 416", + "5c6d11072e2216000e69d2e4 ShortName": "416 Midwest 13.5\"", "5c6d11072e2216000e69d2e4 Description": "Un guardamano Midwest Industries M-LOK para el fusil 416A5, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", - "5c6d11152e2216000f2003e7 Name": "Guardamano Strike Industries CRUX M-LOK de 15 pulgadas para HK 416A5", - "5c6d11152e2216000f2003e7 ShortName": "416A5 CRUX 15\"", - "5c6d11152e2216000f2003e7 Description": "Un guardamano Strike Industries CRUX para el fusil 416A5, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", + "5c6d11152e2216000f2003e7 Name": "Guardamano Strike Industries CRUX M-LOK de 15 pulgadas para HK 416", + "5c6d11152e2216000f2003e7 ShortName": "416 CRUX 15\"", + "5c6d11152e2216000f2003e7 Description": "Un guardamano Strike Industries CRUX para el fusil 416, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", "5c6d42cb2e2216000e69d7d1 Name": "Cargador de polímero de 30 cartuchos 5.56x45 mm HK 30 STANAG", "5c6d42cb2e2216000e69d7d1 ShortName": "HK Polim.", "5c6d42cb2e2216000e69d7d1 Description": "Un cargador HK de polímero con capacidad para 30 cartuchos de 5.56x45 mm OTAN.", @@ -4976,8 +4976,8 @@ "5c6d7b3d2e221600114c9b7d Name": "Pistolete HK V2 para AR-15", "5c6d7b3d2e221600114c9b7d ShortName": "HK V2", "5c6d7b3d2e221600114c9b7d Description": "El pistolete HK V2 puede ser instalado en cualquier arma compatible con los pistoletes de AR-15. Fabricado por Heckler & Koch.", - "5c6d85e02e22165df16b81f4 Name": "Cañón de 10.6 pulgadas para HK 416A5 de 5.56x45 mm", - "5c6d85e02e22165df16b81f4 ShortName": "416A5 10.6\"", + "5c6d85e02e22165df16b81f4 Name": "Cañón de 10.6 pulgadas para HK 416 de 5.56x45 mm", + "5c6d85e02e22165df16b81f4 ShortName": "416 10.6\"", "5c6d85e02e22165df16b81f4 Description": "Un tubo cañón de 10.6 pulgadas (269 mm) para armamento basado en 416 de calibre 5.56x45 mm OTAN.", "5c78f2492e221600114c9f04 Name": "Guardamano SAI QD Rail de 14.5 pulgadas para AR-15", "5c78f2492e221600114c9f04 ShortName": "SAI QD 14.5\"", @@ -5111,7 +5111,7 @@ "5cadc190ae921500103bb3b6 Name": "Pistola Beretta M9A3 de 9x19 mm", "5cadc190ae921500103bb3b6 ShortName": "M9A3", "5cadc190ae921500103bb3b6 Description": "La Beretta M9A3 es la versión más moderna de la serie de pistolas M9. Está diseñada para fuerzas militares y policiales, así como para tiro deportivo y defensa personal. Las características principales de la generación A3 es su ergonomía mejorada y su duradero revestimiento de color Flat Dark Earth.", - "5cadc1c6ae9215000f2775a4 Name": "Cañón roscado para M9A3 de 9x19 mm", + "5cadc1c6ae9215000f2775a4 Name": "Cañón roscado de 127 mm para M9A3 de 9x19 mm", "5cadc1c6ae9215000f2775a4 ShortName": "M9A3 Rosc.", "5cadc1c6ae9215000f2775a4 Description": "Un tubo cañón roscado estándar para la pistola Beretta M9A3 de 9x19 mm.", "5cadc2e0ae9215051e1c21e7 Name": "Cargador de 17 cartuchos 9x19 mm para M9A3", @@ -5158,7 +5158,7 @@ "5caf1691ae92152ac412efb9 Description": "Un conjunto desmontable de asa de transporte con alza (Mira trasera) para los fusiles de asalto ASh-12.", "5caf16a2ae92152ac412efbc Name": "Punto de mira abatible para ASh-12", "5caf16a2ae92152ac412efbc ShortName": "P.M.ASh-12", - "5caf16a2ae92152ac412efbc Description": "Un punto de mira (Mira delantera) plegable y desmontable para el fusil de asalto ASh-12, se instala sobre la montura del guardamano.", + "5caf16a2ae92152ac412efbc Description": "Un punto de mira (Mira delantera) abatible y desmontable para el fusil de asalto ASh-12, se instala sobre la montura del guardamano.", "5caf17c9ae92150b30006be1 Name": "Freno de boca y compensador para ASh-12 de 12.7x55 mm", "5caf17c9ae92150b30006be1 ShortName": "F.B. ASh-12", "5caf17c9ae92150b30006be1 Description": "Un freno de boca estándar para el fusil de asalto ASh-12, fabricado por TsKIB.", @@ -5180,9 +5180,9 @@ "5cbdc23eae9215001136a407 Name": "Cargador de tambor de 75 cartuchos 7.62x39 mm Molot Arms para AK", "5cbdc23eae9215001136a407 ShortName": "Molot", "5cbdc23eae9215001136a407 Description": "Un cargador metálico de tambor con capacidad para 75 cartuchos de 7.62x39 mm, para la ametralladora ligera RPK y sistemas compatibles AK. También puede ser abastecido con munición de calibre .366 TKM para utilizarse en armamento compatible tipo AK del calibre correspondiente.", - "5cc084dd14c02e000b0550a3 Name": "Vasilyev", - "5cc084dd14c02e000b0550a3 ShortName": "Vasilyev", - "5cc084dd14c02e000b0550a3 Description": "Vasilyev", + "5cc084dd14c02e000b0550a3 Name": "Vasíliev", + "5cc084dd14c02e000b0550a3 ShortName": "Vasíliev", + "5cc084dd14c02e000b0550a3 Description": "Vasíliev", "5cc0858d14c02e000c6bea66 Name": "Parte Superior BEAR Estándar", "5cc0858d14c02e000c6bea66 ShortName": "", "5cc0858d14c02e000c6bea66 Description": "", @@ -5915,10 +5915,10 @@ "5d3eb536a4b9363b1f22f8e2 Name": "Punto de mira para FN Five-seveN MK2", "5d3eb536a4b9363b1f22f8e2 ShortName": "P.M. 5-7", "5d3eb536a4b9363b1f22f8e2 Description": "Un punto de mira estándar para la pistola FN Five-seveN MK2, fabricado por Fabrique Nationale Herstal.", - "5d3eb59ea4b9361c284bb4b2 Name": "Cañón roscado para FN Five-seveN de 5.7x28 mm", + "5d3eb59ea4b9361c284bb4b2 Name": "Cañón roscado de 120 mm para FN Five-seveN de 5.7x28 mm", "5d3eb59ea4b9361c284bb4b2 ShortName": "5-7 Rosc.", "5d3eb59ea4b9361c284bb4b2 Description": "Un tubo cañón roscado estándar para la pistola FN Five-seveN, fabricado por Fabrique Nationale Herstal.", - "5d3eb5b6a4b9361eab311902 Name": "Cañón para FN Five-seveN de 5.7x28 mm", + "5d3eb5b6a4b9361eab311902 Name": "Cañón de 120 mm para FN Five-seveN de 5.7x28 mm", "5d3eb5b6a4b9361eab311902 ShortName": "Cañón 5-7", "5d3eb5b6a4b9361eab311902 Description": "Un tubo cañón estándar para la pistola FN Five-seveN, fabricado por Fabrique Nationale Herstal.", "5d3eb5eca4b9363b1f22f8e4 Name": "Cargador de 20 cartuchos 5.7x28 mm para FN Five-seveN", @@ -5974,7 +5974,7 @@ "5d4406a8a4b9361e4f6eb8b7 Description": "La Magpul Precision Rifle/Sniper GEN3 es una culata de precisión para las plataformas AR-15/M16 y AR-10/SR-25. Cuenta con un ajustador de longitud sencillo y un soporte para mejilla ajustable a través de un pomo dentado de aluminio, la culata PRS GEN3 proporciona una interfaz estable para fusiles de francotirador semiautomáticos o de cacería. Versión de color Gris.", "5d440b93a4b9364276578d4b Name": "Cañón de 18 pulgadas para AR-15 de 5.56x45 mm", "5d440b93a4b9364276578d4b ShortName": "AR-15 18\"", - "5d440b93a4b9364276578d4b Description": "Un tubo cañón de 18 pulgadas (457 milímetros) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN.", + "5d440b93a4b9364276578d4b Description": "Un tubo cañón de 18 pulgadas (457 mm) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN.", "5d440b9fa4b93601354d480c Name": "Cañón de 20 pulgadas para AR-15 de 5.56x45 mm", "5d440b9fa4b93601354d480c ShortName": "AR-15 20\"", "5d440b9fa4b93601354d480c Description": "Un tubo cañón de 20 pulgadas (508 mm) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN.", @@ -6254,7 +6254,7 @@ "5dcbe9431e1f4616d354987e Name": "Cañón de 16 pulgadas para MDR de 7.62x51 mm", "5dcbe9431e1f4616d354987e ShortName": "MDR 762 16\"", "5dcbe9431e1f4616d354987e Description": "Un tubo cañón de 16 pulgadas (406 mm) para armamento basado en MDR de calibre 7.62x51 mm OTAN.", - "5dcbe965e4ed22586443a79d Name": "Reductor de fogonazo Desert Tech de 7.62x51 mm", + "5dcbe965e4ed22586443a79d Name": "Reductor de fogonazo Desert Tech de 7.62x51 mm para AR-10", "5dcbe965e4ed22586443a79d ShortName": "MDR 762", "5dcbe965e4ed22586443a79d Description": "Un reductor de fogonazo desarrollado por Desert Tech específicamente para los fusiles de asalto MDR de calibre 7.62x51 mm OTAN (.308).", "5de652c31b7e3716273428be Name": "Fusil de cerrojo Molot Arms VPO-215 Gornostay de .366 TKM", @@ -6824,9 +6824,9 @@ "5e9de109f6164249e54453d2 Name": "Chaqueta de Motocross", "5e9de109f6164249e54453d2 ShortName": "", "5e9de109f6164249e54453d2 Description": "", - "5ea02bb600685063ec28bfa1 Name": "Cañón de 10.6 pulgadas para PPSh-41 de 7.62x25 mm", - "5ea02bb600685063ec28bfa1 ShortName": "PPSh41 10.6\"", - "5ea02bb600685063ec28bfa1 Description": "Un tubo cañón de 10.6 pulgadas (269 mm) de largo para el subfusil PPSh-41 de calibre 7.62x25 mm.", + "5ea02bb600685063ec28bfa1 Name": "Cañón de 269 mm para PPSh-41 de 7.62x25 mm", + "5ea02bb600685063ec28bfa1 ShortName": "C. PPSh-41", + "5ea02bb600685063ec28bfa1 Description": "Un tubo cañón de 269 mm de largo para el subfusil PPSh-41 de calibre 7.62x25 mm.", "5ea034eb5aad6446a939737b Name": "Cargador de 35 cartuchos 7.62x25 mm para PPSh-41", "5ea034eb5aad6446a939737b ShortName": "PPSh", "5ea034eb5aad6446a939737b Description": "Un cargador de acero con capacidad para 35 cartuchos de 7.62x25 mm, para el subfusil PPSh-41.", @@ -7046,10 +7046,10 @@ "5f3e77b26cda304dcc634057 Name": "Cargador de 7 cartuchos .45 ACP Wilson Combat para M1911A1", "5f3e77b26cda304dcc634057 ShortName": "Wilson", "5f3e77b26cda304dcc634057 Description": "Un cargador con capacidad para 7 cartuchos de Calibre .45 ACP con una base de acero de perfil bajo para las pistolas Colt M1911, fabricado por Wilson Combat. Es el cargador estándar de la pistola M45A1.", - "5f3e77f59103d430b93f94c1 Name": "Cañón roscado para M1911A1 de .45 ACP", + "5f3e77f59103d430b93f94c1 Name": "Cañón roscado de 141 mm para M1911A1 de .45 ACP", "5f3e77f59103d430b93f94c1 ShortName": "1911 Rosc.", "5f3e77f59103d430b93f94c1 Description": "Un tubo cañón roscado estándar para la pistola M1911A1 de calibre .45 ACP, fabricado por Colt.", - "5f3e7801153b8571434a924c Name": "Cañón National Match para M1911A1 de .45 ACP", + "5f3e7801153b8571434a924c Name": "Cañón National Match de 127 mm para M1911A1 de .45 ACP", "5f3e7801153b8571434a924c ShortName": "1911 NM", "5f3e7801153b8571434a924c Description": "Un tubo cañón National Match para la pistola M1911A1 de calibre .45 ACP, fabricado por Colt.", "5f3e7823ddc4f03b010e2045 Name": "Corredera para M45A1 de .45 ACP", @@ -7310,10 +7310,10 @@ "5fbcc3e4d6fa9c00c571bb58 Name": "Recibidor superior GEN1 para MCX de .300 BLK", "5fbcc3e4d6fa9c00c571bb58 ShortName": "Sup. MCX GEN1", "5fbcc3e4d6fa9c00c571bb58 Description": "Un recibidor superior para la primera generación de fusiles de asalto MCX, fabricado por SIG Sauer. Cuenta con una montura para acoplar aditamentos adicionales.", - "5fbcc429900b1d5091531dd7 Name": "Culata Telescoping/Folding Stock para MPX/MCX", + "5fbcc429900b1d5091531dd7 Name": "Culata SIG Sauer Telescoping/Folding Stock", "5fbcc429900b1d5091531dd7 ShortName": "Cul. SIG TFS", "5fbcc429900b1d5091531dd7 Description": "Una culata telescópica para la familia de armas MPX y MCX, fabricada por SIG Sauer.", - "5fbcc437d724d907e2077d5c Name": "Culata Thin Side-Folding Stock para MPX/MCX", + "5fbcc437d724d907e2077d5c Name": "Culata SIG Sauer Thin Side-Folding Stock", "5fbcc437d724d907e2077d5c ShortName": "Cul. SIG TSFS", "5fbcc437d724d907e2077d5c Description": "Una culata ligera para el armamento de la familia MPX y MCX, fabricada por SIG Sauer.", "5fbcc640016cce60e8341acc Name": "Palanca de maniobra para MCX", @@ -7364,9 +7364,9 @@ "5fc23678ab884124df0cd590 Name": "Cañón de 24 pulgadas para Mk-18 de .338 LM", "5fc23678ab884124df0cd590 ShortName": "Mk-18 24\"", "5fc23678ab884124df0cd590 Description": "Un tubo cañón de 24 pulgadas (610 mm) para el fusil de tirador designado Mk-18 de calibre .338 Lapua Magnum, fabricado por SWORD International.", - "5fc2369685fd526b824a5713 Name": "Culata B5 Systems Precision para AR-15", - "5fc2369685fd526b824a5713 ShortName": "Cul. Precision", - "5fc2369685fd526b824a5713 Description": "Una culata telescópica Precision fabricada por B5 Systems. Diseñada para ser instalada en sistemas de armas AR.", + "5fc2369685fd526b824a5713 Name": "Culata B5 Systems Collapsible Precision Stock para AR-15", + "5fc2369685fd526b824a5713 ShortName": "B5 CPS", + "5fc2369685fd526b824a5713 Description": "Una culata Collapsible Precision Stock fabricada por B5 Systems. Diseñada para ser instalada en sistemas de armas AR.", "5fc275cf85fd526b824a571a Name": "Cartucho de .338 Lapua Magnum - FMJ", "5fc275cf85fd526b824a571a ShortName": "FMJ", "5fc275cf85fd526b824a571a Description": "Munición de calibre .338 Lapua Magnum (8.6x70 mm) FMJ - Es un cartucho con una bala de 16.2 gramos con un núcleo de plomo con encamisado bimetálico, en un casquillo de latón. A pesar de su diseño rudimentario, este cartucho posee capacidades para atravesar protecciones balísticas corporales básicas e intermedias, además de proporcionar un poder de parada considerable y ser capaz de causar efectos adversos críticos al objetivo tras impactar. Sin embargo, debido a su diseño, posee una alta probabilidad de rebote en diversas superficies.", @@ -7406,9 +7406,9 @@ "5fc4b9b17283c4046c5814d7 Name": "Supresor SilencerCo Omega 45k de .45 ACP", "5fc4b9b17283c4046c5814d7 ShortName": "Omega 45K", "5fc4b9b17283c4046c5814d7 Description": "El SilencerCo Omega 45K es un supresor excepcionalmente versátil, y es el más pequeño, ligero y silencioso de su clase. Capaz de soportar el disparo automático y puede ser utilizado en pistolas, fusiles y subfusiles, el Omega 45K ofrece una fiabilidad extrema en una presentación ultra compacta.", - "5fc50bddb4965a7a2f48c5af Name": "Mikhail", - "5fc50bddb4965a7a2f48c5af ShortName": "Mikhail", - "5fc50bddb4965a7a2f48c5af Description": "Mikhail", + "5fc50bddb4965a7a2f48c5af Name": "Mijaíl", + "5fc50bddb4965a7a2f48c5af ShortName": "Mijaíl", + "5fc50bddb4965a7a2f48c5af Description": "Mijaíl", "5fc53954f8b6a877a729eaeb Name": "Riel inferior para el guardamano del HK UMP", "5fc53954f8b6a877a729eaeb ShortName": "R.I. UMP", "5fc53954f8b6a877a729eaeb Description": "Un riel inferior para el guardamano del subfusil UMP, permitiendo instalar diferentes tipos de empuñaduras.", @@ -7418,9 +7418,9 @@ "5fc613c80b735e7b024c76e2 Name": "", "5fc613c80b735e7b024c76e2 ShortName": "", "5fc613c80b735e7b024c76e2 Description": "", - "5fc614da00efd824885865c2 Name": "Sergei", - "5fc614da00efd824885865c2 ShortName": "Sergei", - "5fc614da00efd824885865c2 Description": "Sergei", + "5fc614da00efd824885865c2 Name": "Serguéi", + "5fc614da00efd824885865c2 ShortName": "Serguéi", + "5fc614da00efd824885865c2 Description": "Serguéi", "5fc614f40b735e7b024c76e9 Name": "Chris", "5fc614f40b735e7b024c76e9 ShortName": "Chris", "5fc614f40b735e7b024c76e9 Description": "Chris", @@ -7520,9 +7520,9 @@ "5fdb5950f5264a66150d1c6e Name": "Foreman", "5fdb5950f5264a66150d1c6e ShortName": "Foreman", "5fdb5950f5264a66150d1c6e Description": "Foreman", - "5fdb7571e4ed5b5ea251e529 Name": "Volkov", - "5fdb7571e4ed5b5ea251e529 ShortName": "Volkov", - "5fdb7571e4ed5b5ea251e529 Description": "Volkov", + "5fdb7571e4ed5b5ea251e529 Name": "Vólkov", + "5fdb7571e4ed5b5ea251e529 ShortName": "Vólkov", + "5fdb7571e4ed5b5ea251e529 Description": "Vólkov", "60098ad7c2240c0fe85c570a Name": "Botiquín táctico individual de primeros auxilios AFAK", "60098ad7c2240c0fe85c570a ShortName": "AFAK", "60098ad7c2240c0fe85c570a Description": "Un botiquín AFAK (Adaptive First Aid Kit; \"Botiquín de Primeros Auxilios Adaptativo\"). Es una versión más avanzada del botiquín individual de primeros auxilios IFAK. Este botiquín compacto proporciona al soldado o al agente del orden público el equipo de emergencias necesario para tratar eficazmente las heridas comúnmente asociadas con los traumatismos de combate.", @@ -7545,30 +7545,30 @@ "601aa3d2b2bcb34913271e6d ShortName": "MAI AP", "601aa3d2b2bcb34913271e6d Description": "Munición de 7.62x39 mm MAI AP - Es un cartucho con un proyectil perforante de dos partes, la bala consta de una Sabot y un cuerpo penetrador de carburo de tungsteno, en un casquillo de acero. Esta bala fue diseñada por MAI para incrementar las capacidades de penetración del calibre 7.62x39 mm, gracias a su velocidad de salida y peculiar diseño, es capaz de atravesar protecciones balísticas corporales básicas e intermedias, además de otorgar resultados sobresalientes ante algunos modelos de protección especializada modernos, sin embargo, posee una alta probabilidad de rebote en diversas superficies.", "602286df23506e50807090c6 Name": "Cargador de 16 cartuchos 9x19 mm para PL-15", - "602286df23506e50807090c6 ShortName": "PL15", + "602286df23506e50807090c6 ShortName": "PL-15", "602286df23506e50807090c6 Description": "Un cargador estándar con capacidad para 16 cartuchos de 9x19 mm, para la pistola PL-15.", "60228924961b8d75ee233c32 Name": "Corredera para PL-15", "60228924961b8d75ee233c32 ShortName": "Crra. PL-15", "60228924961b8d75ee233c32 Description": "Una corredera estándar para la pistola PL-15.", "60228a76d62c9b14ed777a66 Name": "Punto de mira para PL-15", - "60228a76d62c9b14ed777a66 ShortName": "P.M. PL15", + "60228a76d62c9b14ed777a66 ShortName": "P.M. PL-15", "60228a76d62c9b14ed777a66 Description": "Un punto de mira (Mira delantera) estándar para la pistola PL-15.", "60228a850ddce744014caf69 Name": "Punto de mira extendido para PL-15", - "60228a850ddce744014caf69 ShortName": "P.M.E.PL15", + "60228a850ddce744014caf69 ShortName": "P.M.E.PL-15", "60228a850ddce744014caf69 Description": "Un punto de mira extendido para la pistola PL-15, diseñado para usarse con un supresor acoplado al arma.", "602293f023506e50807090cb Name": "Alza extendida para PL-15", - "602293f023506e50807090cb ShortName": "A.E. PL15", + "602293f023506e50807090cb ShortName": "A.E. PL-15", "602293f023506e50807090cb Description": "Un alza extendida para la pistola PL-15, diseñada para usarse con un supresor acoplado al arma.", "60229948cacb6b0506369e27 Name": "Alza para PL-15", - "60229948cacb6b0506369e27 ShortName": "A. PL15", + "60229948cacb6b0506369e27 ShortName": "A. PL-15", "60229948cacb6b0506369e27 Description": "Un alza (Mira trasera) estándar para la pistola PL-15.", "602543c13fee350cd564d032 Name": "", "602543c13fee350cd564d032 ShortName": "", "602543c13fee350cd564d032 Description": "", - "602a95edda11d6478d5a06da Name": "Cañón para PL-15 de 9x19 mm", - "602a95edda11d6478d5a06da ShortName": "PL-15 9x19 mm", + "602a95edda11d6478d5a06da Name": "Cañón de 112 mm para PL-15 de 9x19 mm", + "602a95edda11d6478d5a06da ShortName": "PL-15", "602a95edda11d6478d5a06da Description": "Un tubo cañón estándar para la pistola PL-15 de calibre 9x19 mm.", - "602a95fe4e02ce1eaa358729 Name": "Cañón roscado para PL-15 de 9x19 mm", + "602a95fe4e02ce1eaa358729 Name": "Cañón roscado de 112 mm para PL-15 de 9x19 mm", "602a95fe4e02ce1eaa358729 ShortName": "PL-15 Rosc.", "602a95fe4e02ce1eaa358729 Description": "Un tubo cañón roscado para la pistola PL-15 de calibre 9x19 mm.", "602a97060ddce744014caf6f Name": "Supresor para PL-15 de 9x19 mm", @@ -7733,7 +7733,7 @@ "606587d11246154cad35d635 Name": "Culata CMMG RipStock para AR-15", "606587d11246154cad35d635 ShortName": "RipStock", "606587d11246154cad35d635 Description": "Una minimalista culata telescópica RipStock, diseñada para ser rápidamente ajustable por el usuario a su posición personal. Fabricada por CMMG.", - "606587e18900dc2d9a55b65f Name": "Tubo amortiguador CMMG", + "606587e18900dc2d9a55b65f Name": "Tubo amortiguador CMMG para AR-15", "606587e18900dc2d9a55b65f ShortName": "Tubo CMMG", "606587e18900dc2d9a55b65f Description": "Un tubo amortiguador de diámetro Mil-Spec para acoplar diferentes tipos de culatas. Fabricado por CMMG.", "6065880c132d4d12c81fd8da Name": "Guardamano CMMG MK3 RML9 M-LOK de 9 pulgadas para AR-10", @@ -7967,7 +7967,7 @@ "612e0cfc8004cc50514c2d9e Name": "Freno de boca AWC PSR de 5.56x45 mm para AR-15", "612e0cfc8004cc50514c2d9e ShortName": "PSR 556", "612e0cfc8004cc50514c2d9e Description": "El PSR es un efectivo freno de boca de calibre 5.56x45 mm OTAN fabricado por AWC Silencers. Reduce el retroceso y contrarresta el ascenso del cañón al disparar. Este freno de boca está roscado y es compatible con los supresores AWC PSR THOR.", - "612e0d3767085e45ef14057f Name": "Freno de boca AWC PSR de 7.62x51 mm", + "612e0d3767085e45ef14057f Name": "Freno de boca AWC PSR de 7.62x51 mm para AR-10", "612e0d3767085e45ef14057f ShortName": "PSR 762", "612e0d3767085e45ef14057f Description": "El PSR es un efectivo freno de boca de calibre 7.62x51 mm OTAN fabricado por AWC Silencers. Reduce el retroceso y contrarresta el ascenso del cañón al disparar. Este freno de boca está roscado y es compatible con los supresores AWC PSR THOR.", "612e0d81290d254f5e6b291a Name": "Freno de boca AWC PSR de .338 LM", @@ -8171,9 +8171,9 @@ "61817865d3a39d50044c13a4 Name": "Alza abatible para FN SCAR", "61817865d3a39d50044c13a4 ShortName": "A. SCAR", "61817865d3a39d50044c13a4 Description": "Un alza (Mira trasera) abatible y desmontable para la serie de fusiles de asalto SCAR. Fabricada por Fabrique Nationale Herstal.", - "618178aa1cb55961fa0fdc80 Name": "Reductor de fogonazo AAC SCAR-SD 51T de 7.62x51 mm", + "618178aa1cb55961fa0fdc80 Name": "Reductor de fogonazo AAC SCAR-SD 51T de 7.62x51 mm para AR-10", "618178aa1cb55961fa0fdc80 ShortName": "SCAR-SD 762", - "618178aa1cb55961fa0fdc80 Description": "El Advanced Armament Corporation (AAC) SCAR-SD 51T es un reductor de fogonazo muy efectivo, que también sirve como plataforma para acoplar el supresor AAC 762-SDN-6. Puede ser instalado en fusiles basados en AR-10.", + "618178aa1cb55961fa0fdc80 Description": "El Advanced Armament Corporation (AAC) SCAR-SD 51T es un reductor de fogonazo muy efectivo, que también sirve como plataforma para acoplar el supresor AAC 762-SDN-6. Puede ser instalado en fusiles de la plataforma SCAR-H/AR-10.", "61825d06d92c473c770215de Name": "Culata plegable de polímero para FN SCAR (FDE)", "61825d06d92c473c770215de ShortName": "Cul. Ple. SCAR", "61825d06d92c473c770215de Description": "Una culata plegable de polímero para la serie de fusiles SCAR, fabricada por Fabrique Nationale Herstal. Versión de color Flat Dark Earth.", @@ -8315,19 +8315,19 @@ "6193dcd0f8ee7e52e4210a28 Name": "Pistolete HK Battle Grip con Beavertail para AR-15 (RAL 8000)", "6193dcd0f8ee7e52e4210a28 ShortName": "Battle Grip", "6193dcd0f8ee7e52e4210a28 Description": "El pistolete HK Battle Grip con Beavertail puede ser instalado en cualquier arma compatible con los pistoletes de AR-15. Versión de color RAL 8000.", - "6194ef39de3cdf1d2614a768 Name": "Cañón para HK USP de .45 ACP", + "6194ef39de3cdf1d2614a768 Name": "Cañón de 112 mm para HK USP de .45 ACP", "6194ef39de3cdf1d2614a768 ShortName": "USP45 Estd.", "6194ef39de3cdf1d2614a768 Description": "Un tubo cañón estándar de 112 mm para la pistola USP de calibre .45 ACP, fabricado por Heckler & Koch.", - "6194efe07c6c7b169525f11b Name": "Cañón roscado Tactical para HK USP de .45 ACP", + "6194efe07c6c7b169525f11b Name": "Cañón roscado Tactical de 129 mm para HK USP de .45 ACP", "6194efe07c6c7b169525f11b ShortName": "USP45T", "6194efe07c6c7b169525f11b Description": "Un tubo cañón roscado de 129 mm para la versión especial de la pistola USP - USP Tactical de calibre .45 ACP. Fabricado por Heckler & Koch.", - "6194eff92d2c397d6600348b Name": "Cañón Expert para HK USP de .45 ACP", + "6194eff92d2c397d6600348b Name": "Cañón Expert de 132 mm para HK USP de .45 ACP", "6194eff92d2c397d6600348b ShortName": "USP45EX", "6194eff92d2c397d6600348b Description": "Un tubo cañón de 132 mm para la versión especial de la pistola USP - USP Expert de calibre .45 ACP. Fabricado por Heckler & Koch.", - "6194f017ed0429009f543eaa Name": "Cañón Elite para HK USP de .45 ACP", + "6194f017ed0429009f543eaa Name": "Cañón Elite de 153 mm para HK USP de .45 ACP", "6194f017ed0429009f543eaa ShortName": "USP45EL", "6194f017ed0429009f543eaa Description": "Un tubo cañón de 153 mm para la versión especial de la pistola USP - USP Elite de calibre .45 ACP. Fabricado por Heckler & Koch.", - "6194f02d9bb3d20b0946d2f0 Name": "Cañón Match para HK USP de .45 ACP", + "6194f02d9bb3d20b0946d2f0 Name": "Cañón Match de 153 mm para HK USP de .45 ACP", "6194f02d9bb3d20b0946d2f0 ShortName": "USP45M", "6194f02d9bb3d20b0946d2f0 Description": "Un tubo cañón de 153 mm para la versión especial de la pistola USP - USP Match de calibre .45 ACP. Fabricado por Heckler & Koch.", "6194f1f918a3974e5e7421e4 Name": "Protector de rosca para HK USP Tactical", @@ -8825,7 +8825,7 @@ "625ff31daaaa8c1130599f64 Name": "Cargador de 13 cartuchos Cal. 12 Toni System para Benelli M3 Super 90", "625ff31daaaa8c1130599f64 ShortName": "M3x13", "625ff31daaaa8c1130599f64 Description": "Un cargador de tubo con capacidad para 13 cartuchos de Calibre 12, fabricado por Toni System para las escopetas Benelli M3 S90.", - "626667e87379c44d557b7550 Name": "Reductor de fogonazo KAC QDC 3-Prong Flash Eliminator de 5.56x45 mm", + "626667e87379c44d557b7550 Name": "Reductor de fogonazo KAC QDC 3-Prong Flash Eliminator de 5.56x45 mm para AR-15", "626667e87379c44d557b7550 ShortName": "QDC-3 556", "626667e87379c44d557b7550 Description": "El Knight's Armament QDC 3-Prong Flash Eliminator de 5.56x45 mm es un reductor de fogonazo efectivo que también sirve como plataforma para instalar un supresor KAC QDC 556. Puede instalarse en armas basadas en la plataforma AR-15.", "626673016f1edc06f30cf6d5 Name": "Supresor KAC QDC de 5.56x45 mm", @@ -8960,9 +8960,9 @@ "6284d67f8e4092597733b7a4 Name": "Alex (Inglés)", "6284d67f8e4092597733b7a4 ShortName": "Alex (Inglés)", "6284d67f8e4092597733b7a4 Description": "Alex (Inglés)", - "6284d6948e4092597733b7a5 Name": "Sergei (Inglés)", - "6284d6948e4092597733b7a5 ShortName": "Sergei (Inglés)", - "6284d6948e4092597733b7a5 Description": "Sergei (Inglés)", + "6284d6948e4092597733b7a5 Name": "Serguéi (Inglés)", + "6284d6948e4092597733b7a5 ShortName": "Serguéi (Inglés)", + "6284d6948e4092597733b7a5 Description": "Serguéi (Inglés)", "6284d6a28e4092597733b7a6 Name": "Brent", "6284d6a28e4092597733b7a6 ShortName": "Brent", "6284d6a28e4092597733b7a6 Description": "Brent", @@ -9154,7 +9154,7 @@ "62a09e73af34e73a266d932a Description": "BakeEzy, un libro sobre comida deliciosa y saludable, contiene un montón de recetas para diversos platillos, tanto para un festín de negocios, como para borracheras detrás de un sucio garaje. ¡Bon Appétit!", "62a09e974f842e1bd12da3f0 Name": "Videocasete con la película: Cyborg Killer", "62a09e974f842e1bd12da3f0 ShortName": "VHS", - "62a09e974f842e1bd12da3f0 Description": "Un videocasete VHS con una película de acción de la década de los noventa sobre un cyborg asesino del futuro.", + "62a09e974f842e1bd12da3f0 Description": "Un videocasete VHS con una película de acción de la década de los noventa sobre un cyborg asesino del futuro. Parece que salió de la tienda de alquiler Prokhodimets.", "62a09ec84f842e1bd12da3f2 Name": "Llave de montacargas Missam", "62a09ec84f842e1bd12da3f2 ShortName": "Danex", "62a09ec84f842e1bd12da3f2 Description": "La llave de un montacargas Missam. El nombre del antiguo propietario está escrito en la correa.", @@ -9175,7 +9175,7 @@ "62a0a0bb621468534a797ad5 Description": "Un conjunto de varias limas pequeñas. Un set indispensable para cualquier armero ruso que realice el ritual de magia negra llamado \"Napiling\".", "62a0a124de7ac81993580542 Name": "Mapas topográficos de reconocimiento", "62a0a124de7ac81993580542 ShortName": "Mapas", - "62a0a124de7ac81993580542 Description": "Un conjunto de varios mapas de la zona con planos aplicados, los cuales son de gran valor como material de reconocimiento.", + "62a0a124de7ac81993580542 Description": "Un conjunto de varios mapas y cartas topográficas de la zona con planos aplicados, los cuales son de gran valor como material de reconocimiento.", "62a0a16d0b9d3c46de5b6e97 Name": "Memoria USB militar", "62a0a16d0b9d3c46de5b6e97 ShortName": "USB Mil.", "62a0a16d0b9d3c46de5b6e97 Description": "Una memoria USB segura de uso militar. Un dispositivo especial para el almacenamiento de datos, no solo está encriptado, también cuenta con una protección mejorada contra impactos.", @@ -9287,7 +9287,7 @@ "63075cc5962d0247b029dc2a Name": "Corredera para Glock 19X de 9x19 mm", "63075cc5962d0247b029dc2a ShortName": "Crra. G19X", "63075cc5962d0247b029dc2a Description": "Una corredera estándar para la pistola Glock 19X de calibre 9x19 mm. Las superficies de la corredera son tratadas con un revestimiento avanzado de nPVD que protege al acero de la corrosión, ataques químicos y las condiciones ambientales severas.", - "630764fea987397c0816d219 Name": "Cañón para Glock 19X de 9x19 mm", + "630764fea987397c0816d219 Name": "Cañón de 102 mm para Glock 19X de 9x19 mm", "630764fea987397c0816d219 ShortName": "G19X", "630764fea987397c0816d219 Description": "Un tubo cañón estándar para la pistola Glock 19X de calibre 9x19 mm. El cañón está tratado con un revestimiento de nDLC que lo protege contra la corrosión y los rasguños.", "630765777d50ff5e8a1ea718 Name": "Punto de mira para Glock 19X", @@ -9776,15 +9776,15 @@ "63d114019e35b334d82302f7 Name": "Montura lateral Dovetail SAG AK", "63d114019e35b334d82302f7 ShortName": "M.SAG AK", "63d114019e35b334d82302f7 Description": "La montura lateral \"SAG AK\" está diseñada para instalar miras en fusiles AK y sus numerosas versiones: Saiga, SVD, etc. Fabricada por Sureshot Armament Group.", - "63d3ce0446bd475bcb50f55f Name": "Cañón Hanson Carbine de 13.7 pulgadas para AR-15 de 5.56x45 mm", - "63d3ce0446bd475bcb50f55f ShortName": "Hanson 13.7\"", - "63d3ce0446bd475bcb50f55f Description": "Un tubo cañón Hanson Carbine de 13.7 pulgadas (348 mm) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN.", + "63d3ce0446bd475bcb50f55f Name": "Cañón Ballistic Advantage Hanson Carbine Pro de 13.7 pulgadas para AR-15 de 5.56x45 mm", + "63d3ce0446bd475bcb50f55f ShortName": "BA Hanson 13.7\"", + "63d3ce0446bd475bcb50f55f Description": "Un tubo cañón Hanson Carbine Pro de 13.7 pulgadas (348 mm) para armas de la plataforma AR-15 de calibre 5.56x45 mm OTAN. Fabricado por Ballistic Advantage.", "63d3ce281fe77d0f2801859e Name": "Bloque de gases Ballistic Advantage Lo-Pro para AR-15", "63d3ce281fe77d0f2801859e ShortName": "B.G.LoPro", "63d3ce281fe77d0f2801859e Description": "Un bloque de gases de perfil bajo para los cañones de sistemas de armas AR-15. Fabricado por Ballistic Advantage.", - "63d3d44a2a49307baf09386d Name": "Cañón Hanson Carbine de 16 pulgadas para AR-15 de 5.56x45 mm", - "63d3d44a2a49307baf09386d ShortName": "Hanson 16\"", - "63d3d44a2a49307baf09386d Description": "Un tubo cañón Hanson Carbine de 16 pulgadas (406 mm) para armamento basado en AR-15 de calibre 5.56x45 mm OTAN.", + "63d3d44a2a49307baf09386d Name": "Cañón Ballistic Advantage Hanson Carbine Pro de 16 pulgadas para AR-15 de 5.56x45 mm", + "63d3d44a2a49307baf09386d ShortName": "BA Hanson 16\"", + "63d3d44a2a49307baf09386d Description": "Un tubo cañón Hanson Carbine Pro de 16 pulgadas (406 mm) para armas de la plataforma AR-15 de calibre 5.56x45 mm OTAN. Fabricado por Ballistic Advantage.", "63dbd45917fff4dee40fe16e Name": "", "63dbd45917fff4dee40fe16e ShortName": "", "63dbd45917fff4dee40fe16e Description": "", @@ -10673,12 +10673,12 @@ "6529302b8c26af6326029fb7 Name": "Cartucho de 6.8x51 mm - SIG FMJ", "6529302b8c26af6326029fb7 ShortName": "FMJ", "6529302b8c26af6326029fb7 Description": "Munición de 6.8x51 mm (.277 FURY) SIG Elite Ball FMJ - Es un cartucho civil para fusil, con un proyectil de 135 granos, fabricado por SIG Sauer.", - "6529348224cbe3c74a05e5c4 Name": "Adaptador de culata Stock Locking Hinge Assembly para MPX/MCX", - "6529348224cbe3c74a05e5c4 ShortName": "SIG SLHA", - "6529348224cbe3c74a05e5c4 Description": "Un adaptador a culata plegable para los fusiles y subfusiles SIG. Fabricado por SIG Sauer.", - "6529366450dc782999054ba0 Name": "Tubo amortiguador Low Profile Tube para MPX/MCX (Coyote Tan)", + "6529348224cbe3c74a05e5c4 Name": "Adaptador de culata SIG Sauer Locking Stock Hinge Assembly", + "6529348224cbe3c74a05e5c4 ShortName": "SIG LSHA", + "6529348224cbe3c74a05e5c4 Description": "Un adaptador para la instalación del tubo amortiguador Stock Adapter Low Profile Tube a recibidores con interfaz de riel 1913. Fabricado por SIG Sauer.", + "6529366450dc782999054ba0 Name": "Tubo amortiguador SIG Sauer Stock Adapter Low Profile Tube (Coyote Tan)", "6529366450dc782999054ba0 ShortName": "Tubo SIG LPT", - "6529366450dc782999054ba0 Description": "Un tubo amortiguador para el adaptador plegable de culata Stock Locking Hinge Assembly, para las plataformas AR de fusiles y subfusiles SIG. Fabricado por SIG Sauer. Versión de color Coyote Tan.", + "6529366450dc782999054ba0 Description": "Un tubo amortiguador para el adaptador de culata Locking Stock Hinge Assembly, para las plataformas AR de fusiles y subfusiles SIG. Fabricado por SIG Sauer. Versión de color Coyote Tan.", "6529370c405a5f51dd023db8 Name": "Culata Magpul MOE SL-K para AR-15 (Coyote Tan)", "6529370c405a5f51dd023db8 ShortName": "MOE SL-K", "6529370c405a5f51dd023db8 Description": "Una culata de separación rápida para fusiles AR-15/M16 con tubo amortiguador tipo Mil-Spec. Fabricado por Magpul Original Equipment. Versión de color Coyote Tan.", @@ -10811,9 +10811,9 @@ "655c669103999d3c810c025b Name": "Figura de Sectario", "655c669103999d3c810c025b ShortName": "Sectario", "655c669103999d3c810c025b Description": "Una figura Tarko coleccionable de un Sectario. El artesano ha retratado con mucho cuidado a estos desconocidos individuos encapuchados. Se prestó especial atención al inusual cuchillo. Al parecer, el autor tiene experiencias de primera mano con el filo de este cuchillo.", - "655c66e40b2de553b618d4b8 Name": "Figura del político Mutkevich", - "655c66e40b2de553b618d4b8 ShortName": "Mutkevich", - "655c66e40b2de553b618d4b8 Description": "Una figura Tarko coleccionable del político llamado Mutkevich. El artesano desconocido quedó impresionado en cómo el expolítico y actual combatiente del Equipo de Limpieza de la Arena lucha por su vida.", + "655c66e40b2de553b618d4b8 Name": "Figura del político Mutkévich", + "655c66e40b2de553b618d4b8 ShortName": "Mutkévich", + "655c66e40b2de553b618d4b8 Description": "Una figura Tarko coleccionable del político llamado Mutkévich. El artesano desconocido quedó impresionado en cómo el expolítico y actual combatiente del Equipo de Limpieza de la Arena lucha por su vida.", "655c673673a43e23e857aebd Name": "Figura de Scav", "655c673673a43e23e857aebd ShortName": "Scav", "655c673673a43e23e857aebd Description": "Una figura Tarko coleccionable de un Scav. Un artesano desconocido decidió retratar una representación habitual de los Scavs en las Calles de Tarkov. Es difícil determinar qué fue lo que impresionó más al autor: el inolvidable sombrero o la diligencia con la que el Scav intenta apuntar.", @@ -12374,9 +12374,9 @@ "658420d8085fea07e674cdb6 Name": "Cuerpo de civil", "658420d8085fea07e674cdb6 ShortName": "Cuerpo de civil", "658420d8085fea07e674cdb6 Description": "Cuerpo de civil", - "65ae4f57e343f0acc00824da Name": "PP-19-01 Vityaz Vector VR-LPS left-side charging handle", + "65ae4f57e343f0acc00824da Name": "Guardamano Vector VR-LPS con palanca de maniobra zurda para PP-19-01 Vityaz", "65ae4f57e343f0acc00824da ShortName": "VR-LPS", - "65ae4f57e343f0acc00824da Description": "VR-LPS is a device that allows for reloading the weapon with the support hand. Installed in place of the gas tube and enables quick and efficient reloading. Manufactured by Vector 7.62.", + "65ae4f57e343f0acc00824da Description": "Un guardamano con un dispositivo VR-LPS que permite la recarga del arma con la mano izquierda. Se instala en lugar del tubo de gases y permite una recarga rápida y eficiente. Fabricado por Vector 7.62.", "65ca457b4aafb5d7fc0dcb5d Name": "Kukri Táctico United Cutlery M48", "65ca457b4aafb5d7fc0dcb5d ShortName": "Kukri M48", "65ca457b4aafb5d7fc0dcb5d Description": "Un kukri táctico de la serie 48 fabricado por United Cutlery. Cuenta con una hoja de acero inoxidable y mango de goma. ¡Una gran adición al arsenal de cualquier survivalista!", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "Tenis Viibiin", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "Un solo teni de la marca Viibiin. Me pregunto, ¿Dónde estará el otro...?", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Llave ajustable Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Una llave ajustable de la marca Inseq de color azul cerúleo, que recuerda las frías profundidades del cielo siberiano. Combina fiabilidad con simplicidad funcional.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13726,7 +13726,7 @@ "673f0a9370a3ddcf0d0ee0b8 Description": "Un supresor fabricado por PGM Precision, diseñado para armamento de calibre .338 Lapua Magnum.", "673f0b36536d64240f01acd6 Name": "Supresor CGS Hekate DT de .338 LM", "673f0b36536d64240f01acd6 ShortName": "Hekate DT .338", - "673f0b36536d64240f01acd6 Description": "El supresor Hekate DT .338 LM ofrece una excelente reducción de ruido y fogonazo para fusiles de gran calibre. Fabricado por CGS Group.", + "673f0b36536d64240f01acd6 Description": "El supresor Hekate DT de .338 Lapua Magnum ofrece una excelente reducción de ruido y fogonazo para fusiles de gran calibre. Fabricado por CGS Group.", "673f3ef1259f5945d70e43a8 Name": "Freno de boca Ase Utra BoreLock de .338 LM", "673f3ef1259f5945d70e43a8 ShortName": "BoreLock .338", "673f3ef1259f5945d70e43a8 Description": "Un freno de boca de calibre .338 Lapua Magnum (8.6x70 mm), fabricado por Ase Utra. Reduce el retroceso y contrarresta el ascenso del cañón al disparar. Este freno de boca está roscado y es compatible con los supresores tipo BoreLock.", @@ -13754,25 +13754,25 @@ "67405fd0812f476fb2020066 Name": "Guardamano conjunto M-LOK de 15 pulgadas para Sako TRG M10", "67405fd0812f476fb2020066 ShortName": "M10 15\" M-LOK", "67405fd0812f476fb2020066 Description": "Un guardamano conjunto de 15 pulgadas de largo para el fusil de francotirador TRG M10, equipado con una interfaz M-LOK para montar aditamentos adicionales. Fabricado por Sako.", - "674078c4a9c9adf0450d59f9 Name": "Opened case", - "674078c4a9c9adf0450d59f9 ShortName": "Case", - "674078c4a9c9adf0450d59f9 Description": "This case contains several sealed boxes.", - "67408903268737ef6908d432 Name": "Contraband box", - "67408903268737ef6908d432 ShortName": "Contraband", - "67408903268737ef6908d432 Description": "A box containing contraband cargo from Peacekeeper. Opening it might not be a good idea.", - "67409848d0b2f8eb9b034db9 Name": "Sealed box", - "67409848d0b2f8eb9b034db9 ShortName": "Sealed box", - "67409848d0b2f8eb9b034db9 Description": "The box is sealed to protect its contents. A multitool is required to open it.", - "674098588466ebb03408b210 Name": "Opened box", - "674098588466ebb03408b210 ShortName": "Box", - "674098588466ebb03408b210 Description": "This box can't hold much, but now you can see what's inside.", - "6740987b89d5e1ddc603f4f0 Name": "Locked case", - "6740987b89d5e1ddc603f4f0 ShortName": "Locked case", - "6740987b89d5e1ddc603f4f0 Description": "The contents are unknown, but you'll need a key to open it.", - "67449b6c89d5e1ddc603f504 Name": "Case key", - "67449b6c89d5e1ddc603f504 ShortName": "Case key", - "67449b6c89d5e1ddc603f504 Description": "A key suitable for opening most standard cases.", - "67458730df3c1da90b0b052b Name": "Mochila 5.11 Tactical RUSH 100 (Black)", + "674078c4a9c9adf0450d59f9 Name": "Maletín abierto", + "674078c4a9c9adf0450d59f9 ShortName": "Maletín", + "674078c4a9c9adf0450d59f9 Description": "Este maletín contiene varias cajas selladas.", + "67408903268737ef6908d432 Name": "Caja de contrabando", + "67408903268737ef6908d432 ShortName": "Contrabando", + "67408903268737ef6908d432 Description": "Una caja que contiene contrabando de Peacekeeper. Quizás abrirla no sea una buena idea.", + "67409848d0b2f8eb9b034db9 Name": "Caja sellada", + "67409848d0b2f8eb9b034db9 ShortName": "Caja sellada", + "67409848d0b2f8eb9b034db9 Description": "La caja está sellada para proteger su contenido. Se requiere de una herramienta multiusos para abrirla.", + "674098588466ebb03408b210 Name": "Caja abierta", + "674098588466ebb03408b210 ShortName": "Caja", + "674098588466ebb03408b210 Description": "Esta caja no puede contener mucho, pero ahora puedes ver lo que hay dentro.", + "6740987b89d5e1ddc603f4f0 Name": "Maletín cerrado", + "6740987b89d5e1ddc603f4f0 ShortName": "Maletín cerrado", + "6740987b89d5e1ddc603f4f0 Description": "El contenido es desconocido, pero necesitarás una llave para abrirlo.", + "67449b6c89d5e1ddc603f504 Name": "Llave de maletín", + "67449b6c89d5e1ddc603f504 ShortName": "Maletín", + "67449b6c89d5e1ddc603f504 Description": "Una llave adecuada para abrir la mayoría de maletines estándar.", + "67458730df3c1da90b0b052b Name": "Mochila 5.11 Tactical RUSH 100 (Negra)", "67458730df3c1da90b0b052b ShortName": "RUSH 100", "67458730df3c1da90b0b052b Description": "Una mochila táctica con un complejo sistema modular. La disposición de los compartimentos internos y las correas laterales hacen de la RUSH 100 una mochila muy versátil capaz de adaptarse a cualquier situación de combate.", "67458794e21e5d724e066976 Name": "Mochila LBT-1476A 3Day Pack (MultiCam Alpine)", @@ -13808,18 +13808,18 @@ "67499adbeca8acb2d2061634 Name": "Cargamento para Prapor", "67499adbeca8acb2d2061634 ShortName": "Cargamento", "67499adbeca8acb2d2061634 Description": "Un envío desde fuera del bloqueo que Prapor está esperando. A juzgar por el peso, parece que está medio vacío.", - "67499b3eeca8acb2d2061636 Name": "Lightkeeper's case", - "67499b3eeca8acb2d2061636 ShortName": "Case", - "67499b3eeca8acb2d2061636 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", + "67499b3eeca8acb2d2061636 Name": "Maletín de Lightkeeper", + "67499b3eeca8acb2d2061636 ShortName": "Maletín", + "67499b3eeca8acb2d2061636 Description": "Por lo que parece, el maletín está lleno de algo pesado, como proyectiles OFZ u otras municiones.", "67499b9b909d2013670a5029 Name": "Dispositivo de interferencia electrónica KOSA contra UAV", "67499b9b909d2013670a5029 ShortName": "KOSA", "67499b9b909d2013670a5029 Description": "Un dispositivo diseñado para suprimir los sistemas de guiado de los vehículos aéreos no tripulados (UAV). Ayuda a proteger cualquier instalación de forma segura contra ataques aéreos.", - "67499d0eeca8acb2d2061639 Name": "Incriminating letter", - "67499d0eeca8acb2d2061639 ShortName": "Letter", - "67499d0eeca8acb2d2061639 Description": "A letter from the BTR driver. Apparently, the information inside could put serious pressure on Skier.", - "67499d2c69a58fceba104a43 Name": "Lightkeeper's case", - "67499d2c69a58fceba104a43 ShortName": "Case", - "67499d2c69a58fceba104a43 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", + "67499d0eeca8acb2d2061639 Name": "Carta incriminadora", + "67499d0eeca8acb2d2061639 ShortName": "Carta", + "67499d0eeca8acb2d2061639 Description": "Una carta del conductor del BTR. Al parecer, la información en su interior podría poner a Skier en serio peligro.", + "67499d2c69a58fceba104a43 Name": "Maletín de Lightkeeper", + "67499d2c69a58fceba104a43 ShortName": "Maletín", + "67499d2c69a58fceba104a43 Description": "Por lo que parece, el maletín está lleno de algo pesado, como proyectiles OFZ u otras municiones.", "67499d4deca8acb2d206163b Name": "Dispositivo de interferencia electrónica KOSA contra UAV", "67499d4deca8acb2d206163b ShortName": "KOSA", "67499d4deca8acb2d206163b Description": "Un dispositivo diseñado para suprimir los sistemas de guiado de los vehículos aéreos no tripulados (UAV). Ayuda a proteger cualquier instalación de forma segura contra ataques aéreos.", @@ -13840,7 +13840,7 @@ "674d91ce6e862d5a95059ed6 Description": "Para celebrar la Navidad y el Año Nuevo, Killa rediseñó su chaleco balístico. Ahora el chaleco es más visible, pero Killa nunca ha sido de los que hacen operaciones en sigilo.", "674da107c512807d1a0e7436 Name": "Mochila Mystery Ranch Terraframe (Verde Olivo)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "Una mochila cómoda y espaciosa para su volumen, que siguió siendo popular incluso en tiempos de guerra. Juzgando por los cuernos que lleva acoplados, esta mochila pertenecía a un cazador.", + "674da107c512807d1a0e7436 Description": "Una mochila cómoda y espaciosa para su volumen, que siguió siendo popular incluso en tiempos de guerra. Juzgando por las astas que lleva acoplados, esta mochila pertenecía a un cazador.", "674da9cf0cb4bcde7103c07b Name": "Mochila Mystery Ranch Terraframe (Edición Navideña)", "674da9cf0cb4bcde7103c07b ShortName": "Terraframe E.N.", "674da9cf0cb4bcde7103c07b Description": "Alguien ha decorado el modelo estándar de la mochila Terraframe para la Navidad. El peso no ha cambiado mucho, pero ir a una incursión se ha vuelto un poco... ¿Más alegre?", @@ -13853,9 +13853,9 @@ "674fe89a4472d471fb0f07d8 Name": "Cubierta del guardamano Chaos Titan Quad Rail para SOK-12", "674fe89a4472d471fb0f07d8 ShortName": "Titan QRTC", "674fe89a4472d471fb0f07d8 Description": "Un riel superior de guardamano para el sistema Titan Quad Rail, fabricado por Chaos.", - "674fe8b9362ea1f88b0e278d Name": "Riel superior del recibidor Chaos Titan para SOK-12", - "674fe8b9362ea1f88b0e278d ShortName": "R.S. Titan", - "674fe8b9362ea1f88b0e278d Description": "Un riel superior para el sistema Titan Quad Rail, fabricado por Chaos.", + "674fe8b9362ea1f88b0e278d Name": "Cubierta superior Chaos Titan con riel para SOK-12", + "674fe8b9362ea1f88b0e278d ShortName": "C.S. Titan", + "674fe8b9362ea1f88b0e278d Description": "Una cubierta superior con riel para el sistema Titan Quad Rail, fabricada por Chaos.", "674fe8cf4472d471fb0f07df Name": "Alza Chaos estilo HK", "674fe8cf4472d471fb0f07df ShortName": "A. Chaos", "674fe8cf4472d471fb0f07df Description": "Un alza (mira trasera) inspirada en las populares miras metálicas de Heckler & Koch, fabricada por Chaos.", @@ -13866,7 +13866,7 @@ "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", "674fe8f6f34d761ab8020cc8 Description": "Un cargador de tambor MD Arms con capacidad para 20 cartuchos de Calibre 12, para la escopeta SOK-12 y armamento compatible. Diseñado tanto para cartuchos de calibre 12/76 como 12/70.", "674fe9a75e51f1c47c04ec23 Name": "Escopeta automática Saiga-12K de Cal. 12", - "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K FA", + "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K Auto.", "674fe9a75e51f1c47c04ec23 Description": "Una versión de la escopeta de ánima lisa Saiga-12K, que permite disparar de forma totalmente automática. Una auténtica bestia.", "675069c97348af9e3e0c2a96 Name": "bear_upper_SpNa", "675069c97348af9e3e0c2a96 ShortName": "", @@ -13906,17 +13906,17 @@ "675184a9490b32072c06f1a7 Description": "Ahora puedes mostrarles a los otros PMC que está bien.", "675198f2a34a61ba7f053e4d Name": "Piedra", "675198f2a34a61ba7f053e4d ShortName": "Piedra", - "675198f2a34a61ba7f053e4d Description": "La opción más fácil para aquellos que no logran decidir entre uno u otro. O para los que prefieren la piedra, si es que existen...", + "675198f2a34a61ba7f053e4d Description": "La opción más fácil para aquellos que no logran decidir entre papel o tijeras. O para los que prefieren la piedra, si es que existen...", "6751990a490b32072c06f1b3 Name": "Tijeras", "6751990a490b32072c06f1b3 ShortName": "Tijeras", "6751990a490b32072c06f1b3 Description": "Para los que prefieren las tijeras.", "67519925ba5968fd800a01e4 Name": "Papel", "67519925ba5968fd800a01e4 ShortName": "Paper", "67519925ba5968fd800a01e4 Description": "Para los que prefieren el papel.", - "67519adaba5968fd800a01f0 Name": "Pulgares abajo", + "67519adaba5968fd800a01f0 Name": "Pulgar abajo", "67519adaba5968fd800a01f0 ShortName": "", "67519adaba5968fd800a01f0 Description": "", - "67519afca34a61ba7f053e5c Name": "Pulgares arriba", + "67519afca34a61ba7f053e5c Name": "Pulgar arriba", "67519afca34a61ba7f053e5c ShortName": "", "67519afca34a61ba7f053e5c Description": "", "67519b21ba5968fd800a01f5 Name": "Saludar", @@ -13931,15 +13931,15 @@ "67519b66490b32072c06f1c9 Name": "Sígueme", "67519b66490b32072c06f1c9 ShortName": "", "67519b66490b32072c06f1c9 Description": "", - "67519b77a34a61ba7f053e67 Name": "Enseñar el dedo", + "67519b77a34a61ba7f053e67 Name": "Enseñar dedo", "67519b77a34a61ba7f053e67 ShortName": "", "67519b77a34a61ba7f053e67 Description": "", "675307301f7c19a9780f2668 Name": "Liberador de cerrojo Magpul B.A.D. Lever para AR-15", "675307301f7c19a9780f2668 ShortName": "B.A.D.", - "675307301f7c19a9780f2668 Description": "Una palanca Battery Assist Device Lever para la plataforma AR-15 y compatibles. Permite liberar el cerrojo en la batería desde el lado derecho del fusil, lo que facilita la manipulación del arma para tiradores zurdos. Fabricada por Magpul.", + "675307301f7c19a9780f2668 Description": "Una palanca Battery Assist Device Lever para la plataforma AR-15 y compatibles. Permite liberar el cerrojo hacia la recámara desde el lado derecho del fusil, lo que facilita la manipulación del arma para tiradores zurdos. Fabricada por Magpul.", "675465f0b784110b2702fe0f Name": "Concreto descubierto", "675465f0b784110b2702fe0f ShortName": "Concreto descubierto", - "675465f0b784110b2702fe0f Description": "Un suelo perfecto para quienes aprecian la sencillez y para quienes nunca se quitan los zapatos.", + "675465f0b784110b2702fe0f Description": "El suelo perfecto para quienes aprecian la sencillez y para quienes nunca se quitan los zapatos.", "6754661924c9a7ccb509d62d Name": "Dibujos con gis", "6754661924c9a7ccb509d62d ShortName": "Dibujos con gis", "6754661924c9a7ccb509d62d Description": "¿Cómo llegaron estos dibujos hasta aquí? Será mejor que mejores tu sistema de seguridad.", @@ -13951,22 +13951,22 @@ "6754666c76e1f2b24c0cc956 Description": "Un buen revestimiento que requiere poco mantenimiento. Práctico y elegante.", "675466825b7ebafefd0ebc2c Name": "Piso de lujo", "675466825b7ebafefd0ebc2c ShortName": "Piso de lujo", - "675466825b7ebafefd0ebc2c Description": "¿Es mármol de verdad o solo es imitación? Sea como sea, ten cuidado: los pisos de mármol suelen ser muy resbaladizos.", + "675466825b7ebafefd0ebc2c Description": "¿Es mármol de verdad o solo es imitación? Sea como sea, ten cuidado: los pisos de mármol suelen ser muy resbalosos.", "675466a8215930ae4c03ac54 Name": "Piso de fábrica", "675466a8215930ae4c03ac54 ShortName": "Piso de fábrica", "675466a8215930ae4c03ac54 Description": "Una solución brillante para una planta de producción, pero un tanto cuestionable para un espacio habitable. Pero, ¿Quiénes somos nosotros para detenerte?", "675466bcc6e063d76309c609 Name": "Azulejos pequeños", "675466bcc6e063d76309c609 ShortName": "Azulejos pequeños", "675466bcc6e063d76309c609 Description": "Mechanic compartió su estilo favorito. Lástima que no avisó antes de que estos pisos son muy complicados de limpiar.", - "675466d57dadca6836092b26 Name": "Espiga inglesa", - "675466d57dadca6836092b26 ShortName": "Espiga inglesa", + "675466d57dadca6836092b26 Name": "Espina de pez", + "675466d57dadca6836092b26 ShortName": "Espina de pez", "675466d57dadca6836092b26 Description": "Probablemente tu abuela tenía el mismo piso. O la abuela de tu amigo. Como sea, se ve bien.", "675466ea8b3797a0e8038bd2 Name": "Parquet", "675466ea8b3797a0e8038bd2 ShortName": "Parquet", "675466ea8b3797a0e8038bd2 Description": "Parquet clásico. Madera y laca, nada más.", "6754673ec6e063d76309c60b Name": "Ellos Ya Están Aquí", "6754673ec6e063d76309c60b ShortName": "Ellos Ya Están Aquí", - "6754673ec6e063d76309c60b Description": "Si miras estos dibujos durante mucho tiempo, parece que te devuelven la mirada.", + "6754673ec6e063d76309c60b Description": "Si miras fijamente estos dibujos durante mucho tiempo, se siente como si te devolvieran la mirada.", "675467577dadca6836092b28 Name": "Concreto", "675467577dadca6836092b28 ShortName": "Concreto", "675467577dadca6836092b28 Description": "Paredes totalmente expuestas para los amantes del brutalismo.", @@ -13981,7 +13981,7 @@ "675467bb5b7ebafefd0ebc2e Description": "Un color divertido para mejorar tu estado de ánimo... o para enloquecer por completo de una manera más alegre.", "675467c924c9a7ccb509d62f Name": "Lujo Silencioso", "675467c924c9a7ccb509d62f ShortName": "Lujo Silencioso", - "675467c924c9a7ccb509d62f Description": "El lujo del silencio. Y del mármol.", + "675467c924c9a7ccb509d62f Description": "El lujo del silencio... y de mármol.", "675467d8b784110b2702fe11 Name": "Pintura roja", "675467d8b784110b2702fe11 ShortName": "Pintura roja", "675467d8b784110b2702fe11 Description": "Para los fanáticos del color rojo. Si alguien logra colarse en tu Refugio, la sangre en las paredes no será tan visible.", @@ -13993,16 +13993,16 @@ "675467f4c6e063d76309c60d Description": "Una solución infalible. Lástima que este sea el único estilo de papel tapiz que puedas encontrar.", "6754684a24c9a7ccb509d631 Name": "Techo podrido", "6754684a24c9a7ccb509d631 ShortName": "Techo podrido", - "6754684a24c9a7ccb509d631 Description": "Un techo desordenado para quienes no se preocupan por la apariencia. No gotea y eso es lo único que importa.", + "6754684a24c9a7ccb509d631 Description": "Un techo descuidado para quienes no se preocupan por las apariencias. No gotea y eso es lo único que importa.", "6754685b215930ae4c03ac56 Name": "Dibujos misteriosos", "6754685b215930ae4c03ac56 ShortName": "Dibujos misteriosos", "6754685b215930ae4c03ac56 Description": "¿Quién en su sano juicio pintaría algo en el techo? Permanece alerta: uno nunca sabe qué otras cosas se les puede ocurrir a estas personas.", "675468937dadca6836092b2a Name": "Techo blanco", "675468937dadca6836092b2a ShortName": "Techo blanco", - "675468937dadca6836092b2a Description": "Visualmente, hace que la habitación parezca más grande. Una buena opción para quienes prefieren más aire.", + "675468937dadca6836092b2a Description": "Visualmente, hace que el espacio parezca más grande. Una buena opción para quienes prefieren más aire.", "675468a924c9a7ccb509d633 Name": "Falso techo", "675468a924c9a7ccb509d633 ShortName": "Falso techo", - "675468a924c9a7ccb509d633 Description": "Un falso techo de producción original, de lo mejor. Para aquellas personas especialmente sensibles, puede evocar recuerdos de la vida pasada en la oficina.", + "675468a924c9a7ccb509d633 Description": "Un techo falso que no es falso, es plafón de producción original, lo mejor de lo mejor. Para aquellas personas especialmente sensibles, puede evocar recuerdos de la vida pasada en la oficina.", "675468bdb784110b2702fe13 Name": "Techo de fábrica", "675468bdb784110b2702fe13 ShortName": "Techo de fábrica", "675468bdb784110b2702fe13 Description": "Un techo sin mantenimiento, pero resistente. Cuando lo miras, sientes un extraño deseo de volver a visitar Fábrica.", @@ -14056,13 +14056,13 @@ "6758443ff94a97cbbe096f18 Description": "El piso que venía con el Refugio. Si lo limpias, se verá \"bien\"...", "675844580ec1f5ab030c8ff6 Name": "Césped sintético", "675844580ec1f5ab030c8ff6 ShortName": "Césped sintético", - "675844580ec1f5ab030c8ff6 Description": "Al parecer, se utiliza algo como esto en los jardines de niños. Caminar descalzo sobre esto sería una sensación agradable.", + "675844580ec1f5ab030c8ff6 Description": "Un suelo para caminar exclusivamente descalzo. Sin embargo, solo parece césped real desde lejos.", "675844bdf94a97cbbe096f1a Name": "Paredes estándar", "675844bdf94a97cbbe096f1a ShortName": "Paredes estándar", "675844bdf94a97cbbe096f1a Description": "Las paredes básicas de un ciudadano común de Tarkov. Algo que recuerda un poco a un antiguo hospital soviético.", - "675844d50ec1f5ab030c8ff8 Name": "Kindergarten", - "675844d50ec1f5ab030c8ff8 ShortName": "Kindergarten", - "675844d50ec1f5ab030c8ff8 Description": "Para aquellos que deseen sumergirse en su infancia. Cada liebre y mariposa están pintadas a mano. Una auténtica obra de arte.", + "675844d50ec1f5ab030c8ff8 Name": "Tranquilidad", + "675844d50ec1f5ab030c8ff8 ShortName": "Tranquilidad", + "675844d50ec1f5ab030c8ff8 Description": "Para aquellos que buscan paz y tranquilidad. Cada liebre y mariposa están pintadas a mano. Una auténtica obra de arte.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", @@ -14086,7 +14086,7 @@ "675850ba33627edb710b0592 Description": "", "67585108def253bd97084552 Name": "/ CyberTark /", "67585108def253bd97084552 ShortName": "CyberTark", - "67585108def253bd97084552 Description": "El futuro es ahora. ¿O no había futuro?", + "67585108def253bd97084552 Description": "El futuro es ahora viejo. ¿O qué no era Sin Futuro?...", "67585bf5428877c04c038ee3 Name": "Objetivo de oso", "67585bf5428877c04c038ee3 ShortName": "Objetivo de oso", "67585bf5428877c04c038ee3 Description": "Conoce a tu enemigo.", @@ -14108,7 +14108,7 @@ "67586af7036d7f3da60c3612 Name": "Frasco de pepinillos", "67586af7036d7f3da60c3612 ShortName": "Pepinillos", "67586af7036d7f3da60c3612 Description": "El frasco lleva sellado unos pocos meses o unos pocos años. Ya casi no queda nadie en la ciudad que pierda el tiempo preparando pepinillos frescos.", - "67586b7e49c2fa592e0d8ed9 Name": "Caja de ensalada Olivier", + "67586b7e49c2fa592e0d8ed9 Name": "Paquete de ensalada Olivier", "67586b7e49c2fa592e0d8ed9 ShortName": "Ensalada", "67586b7e49c2fa592e0d8ed9 Description": "Incluso durante un conflicto militar, los guerreros experimentados se esfuerzan por celebrar la festividad. La ensalada Olivier es el plato principal de la mesa en la víspera del Año Nuevo. Y aunque este platillo se le conoce con nombres como Sopa fría, Velo de novia o simplemente Ensalada rusa, su nombre original es Ensalada Olivier.", "67586bee39b1b82b0d0f9d06 Name": "Combustible especial de 40 grados", @@ -14144,12 +14144,12 @@ "6759af0f9c8a538dd70bfae6 Name": "Casco balístico Maska-1SCh (Edición Navideña)", "6759af0f9c8a538dd70bfae6 ShortName": "Maska-1SCh E.N.", "6759af0f9c8a538dd70bfae6 Description": "El casco de protección balística Maska-1 apareció en servicio en 1991 para reemplazar el casco \"Esfera\", diseñado para ser utilizado por las fuerzas armadas del Ministerio de Asuntos Interiores de la Federación de Rusia. Esta versión del casco Maska-1SCh (\"Máscara-1 Escudo\") cuenta con un protector facial balístico de acero para maximizar la protección del usuario. Parece que a Killa le encanta celebrar la Navidad y el Año Nuevo.", - "6759bb94b8913ff13e049669 Name": "Póster Lo Que Buscas", + "6759bb94b8913ff13e049669 Name": "Póster de What You Seek", "6759bb94b8913ff13e049669 ShortName": "Póster", - "6759bb94b8913ff13e049669 Description": "Un póster poco común de Lo Que Buscas. Solo los operadores USEC más intensos pueden conseguirlo.", - "6759e07e4ff23436160d7fed Name": "Póster de \"I Bear Loot\"", + "6759bb94b8913ff13e049669 Description": "Un póster poco común de What You Seek (Lo Que Buscas). Solo los operadores USEC más intensos pueden conseguirlo.", + "6759e07e4ff23436160d7fed Name": "Póster de I Bear Loot", "6759e07e4ff23436160d7fed ShortName": "Póster", - "6759e07e4ff23436160d7fed Description": "Un póster poco común de \"I Bear Loot\". Muy pocos operadores BEAR pueden conseguir uno de estos.", + "6759e07e4ff23436160d7fed Description": "Un póster poco común de I Bear Loot. Muy pocos operadores BEAR pueden conseguir uno de estos.", "6759e19a8367ee2b0c0f4b92 Name": "Póster de chica", "6759e19a8367ee2b0c0f4b92 ShortName": "Póster", "6759e19a8367ee2b0c0f4b92 Description": "Un póster sencillo de una chica. Perfecto para una zona de descanso.", @@ -14158,7 +14158,7 @@ "6759e61067c8eb5cd10352f1 Description": "Un póster simple de una chica. Un poco desgastado en algunas partes, pero aún es agradable a la vista.", "6759e6c39422e1708e0e9b81 Name": "Póster de chica", "6759e6c39422e1708e0e9b81 ShortName": "Póster", - "6759e6c39422e1708e0e9b81 Description": "Un póster simple de una chica. Tan sencillo que probablemente todos los hombres de Tarkov lo habían visto al menos una vez.", + "6759e6c39422e1708e0e9b81 Description": "Un póster simple de una chica. Tan sencillo que probablemente todos los hombres de Tarkov lo han visto al menos una vez.", "6759e7a44ff23436160d7ff5 Name": "Póster de chica", "6759e7a44ff23436160d7ff5 ShortName": "Póster", "6759e7a44ff23436160d7ff5 Description": "Un póster simple de una chica. No está en perfectas condiciones, pero es poco probable que puedas encontrar uno mejor.", @@ -14168,19 +14168,19 @@ "6759e91d8367ee2b0c0f4b94 Name": "Póster especial de chica", "6759e91d8367ee2b0c0f4b94 ShortName": "Póster", "6759e91d8367ee2b0c0f4b94 Description": "Un póster que se ha convertido en una auténtica leyenda. Solo unas pocas personas tienen uno de estos.", - "675a0288c3102563bd01c9c3 Name": "Póster de Bison vs Undertaker", + "675a0288c3102563bd01c9c3 Name": "Póster de Arena", "675a0288c3102563bd01c9c3 ShortName": "Póster", - "675a0288c3102563bd01c9c3 Description": "Un póster de Arena. Representa a los legendarios gladiadores de la época. Tantos Scavs fueron a verlos combatir que no había suficientes asientos en las gradas. Hoy en día, nadie recuerda quién ganó.", - "675a046b8f547d6cae01922e Name": "Póster de la Arena", + "675a0288c3102563bd01c9c3 Description": "Publicidad descarada para ganar dinero en la Arena. Muchos ciudadanos de Tarkov se dejaron tentar por el dinero fácil, a pesar de arriesgarse a morir.", + "675a046b8f547d6cae01922e Name": "Póster de Bison vs Undertaker", "675a046b8f547d6cae01922e ShortName": "Póster", - "675a046b8f547d6cae01922e Description": "Publicidad descarada para ganar dinero en la Arena. Muchos ciudadanos de Tarkov se dejaron tentar por el dinero fácil, a pesar de arriesgarse a morir.", + "675a046b8f547d6cae01922e Description": "Un póster de Arena. Representa a los legendarios gladiadores de la época. Fueron tantos Scavs a verlos combatir que no había suficientes asientos en las gradas. Hoy en día, nadie recuerda quién ganó.", "675a04c01474133a0d0bb212 Name": "Póster de la Arena", "675a04c01474133a0d0bb212 ShortName": "Póster", "675a04c01474133a0d0bb212 Description": "Un póster que anuncia cómo ganar dinero en la Arena. Claro, puedes ganar dinero, pero también puedes morir.", "675a04fdb8913ff13e0496bb Name": "Póster de Killa y Tagilla", "675a04fdb8913ff13e0496bb ShortName": "Póster", "675a04fdb8913ff13e0496bb Description": "Un póster con Killa y Tagila como chicas anime. Ojalá y fueran reales...", - "675a06b84ff23436160d802f Name": "Póster Alex Green", + "675a06b84ff23436160d802f Name": "Póster de Alex Green", "675a06b84ff23436160d802f ShortName": "Póster", "675a06b84ff23436160d802f Description": "Un póster del compositor de vanguardia, Alex Green. Su música es polifacética y única, tanto que los medios de comunicación más importantes del mundo escribieron sobre él. La gente solía pagar enormes cantidades de dinero para asistir a sus conciertos.", "675a081c1474133a0d0bb214 Name": "Póster de \"Cosas Verdaderamente Extrañas\"", @@ -14188,28 +14188,28 @@ "675a081c1474133a0d0bb214 Description": "Un raro póster de la película que nunca se publicó. El director N. Tankovsky dijo en una entrevista que la historia trataría sobre un joven guardia de seguridad que comenzó a notar cosas extrañas y místicas que sucedían en Tarkov.", "675a0a91af26c56ee1090728 Name": "Publicidad de TerraGroup Labs", "675a0a91af26c56ee1090728 ShortName": "Póster", - "675a0a91af26c56ee1090728 Description": "En un momento dado, todo Tarkov se vio inundado de publicidad como esta, pero por alguna razón este póster en particular es sutilmente diferente.", + "675a0a91af26c56ee1090728 Description": "En un momento dado, todo Tarkov se vio inundado de publicidad como esta, pero por alguna razón, este póster en particular es sutilmente diferente.", "675a0b8d4ff23436160d8031 Name": "Anuncio del concierto de Geneburn", "675a0b8d4ff23436160d8031 ShortName": "Póster", "675a0b8d4ff23436160d8031 Description": "Un póster poco común. El concierto se celebró en el extranjero. ¿Por qué se colocaron todos estos pósteres por todo Tarkov? A día de hoy, nadie lo sabe, pero las teorías conspiranoicas están fuera de control.", "675a0d2d57dd12f0260c4a31 Name": "Póster de Exodus", "675a0d2d57dd12f0260c4a31 ShortName": "Póster", "675a0d2d57dd12f0260c4a31 Description": "Un póster regular de otra película del director A. Bambetov.", - "675a0eacf905bde03d0f8253 Name": "Póster de \"Den of Wolves\"", + "675a0eacf905bde03d0f8253 Name": "Póster de Den of Wolves", "675a0eacf905bde03d0f8253 ShortName": "Póster", "675a0eacf905bde03d0f8253 Description": "Un póster regular de la película inédita Den of Wolves. Nada especial, solo un lobo.", "675a0fbbb98bf391510bafcd Name": "Póster de autopista", "675a0fbbb98bf391510bafcd ShortName": "Póster", "675a0fbbb98bf391510bafcd Description": "Un artista desconocido intentó imaginar cómo lucirá una autopista en el 2028. ¿Qué es: el producto de alguien que dejó volar su imaginación o una advertencia sutil?", - "675a125caf26c56ee109072a Name": "Póster de \"Hell of Highwater\"", + "675a125caf26c56ee109072a Name": "Póster de Hell or Highwater", "675a125caf26c56ee109072a ShortName": "Póster", - "675a125caf26c56ee109072a Description": "Un póster de la película Hell of Highwater. Las grandes pantallas nunca la proyectaron, pero Tarkov aún conserva bastantes pósteres como decoración.", - "675a191f67c8eb5cd1035305 Name": "Póster de Gunfight", + "675a125caf26c56ee109072a Description": "Un póster de la película Hell or Highwater. Las grandes pantallas nunca la proyectaron, pero Tarkov aún conserva bastantes pósteres como decoración.", + "675a191f67c8eb5cd1035305 Name": "Póster de Tiroteo", "675a191f67c8eb5cd1035305 ShortName": "Póster", - "675a191f67c8eb5cd1035305 Description": "Un póster del thriller de acción Gunfight del estudio Battle Star. Hace años, en los cines había enormes filas de espera para ver la película. Ahora lo único que queda son los pósteres. Es un bonito recordatorio de los viejos tiempos.", - "675a1a244ff23436160d8033 Name": "Póster de Last Flight", + "675a191f67c8eb5cd1035305 Description": "Un póster del thriller de acción Tiroteo del estudio Battle Star. Hace años, en los cines había enormes filas de espera para ver la película. Ahora lo único que queda son los pósteres. Es un bonito recordatorio de los viejos tiempos.", + "675a1a244ff23436160d8033 Name": "Póster de El Último Vuelo", "675a1a244ff23436160d8033 ShortName": "Póster", - "675a1a244ff23436160d8033 Description": "El thriller Last Flight no ganó ni un premio, pero recaudó una buena cantidad de dinero en taquilla. El director de la película, Yulin Kontorsky, debe haber estado encantado.", + "675a1a244ff23436160d8033 Description": "El thriller El Último Vuelo no ganó ni un premio, pero recaudó una buena cantidad de dinero en taquilla. El director de la película, Yulin Kontorsky, debe haber estado encantado.", "675a1af21474133a0d0bb216 Name": "Póster de Spooky Movie", "675a1af21474133a0d0bb216 ShortName": "Póster", "675a1af21474133a0d0bb216 Description": "El estudio Bubble Step hizo un buen trabajo con su primera película de terror, Spooky Movie. Lástima que no tuvieran suficiente imaginación para el título.", @@ -14244,26 +14244,26 @@ "675aaa9a3107dac100063331 ShortName": "Minas Bosque", "675aaa9a3107dac100063331 Description": "Alguien dibujó a mano un diagrama del campo minado junto a la vía férrea en la zona de la reserva natural. Al parecer, es posible salir de Priozersk sin problemas cerca del puente ferroviario.", "675aaab74bca0b001d02f356 Name": "Nota con la palabra clave Voron", - "675aaab74bca0b001d02f356 ShortName": "Código Voron", + "675aaab74bca0b001d02f356 ShortName": "Código", "675aaab74bca0b001d02f356 Description": "Parece que \"Voron\" es una especie de código. Si alguien ha manipulado las exfiltraciones de Aduanas, debe haber dejado el acceso solo para los suyos. La pregunta es, ¿Dónde están esas salidas?", "675aaae1dcf102478202c537 Name": "Nota con la palabra clave Onyx", - "675aaae1dcf102478202c537 ShortName": "Código Onyx", + "675aaae1dcf102478202c537 ShortName": "Código", "675aaae1dcf102478202c537 Description": "\"Onyx\". Si no es un garabato al azar, entonces es algún tipo de código. Tal vez uno de los Scavs encontró una nueva ruta de escape para salir de la ciudad, pero solo le permite el acceso a los suyos. En un entorno densamente edificado, una ruta de escape fiable debería ser subterránea.", - "675aaae75a3ab8372d0b02a7 Name": "Nota con la palabra clave Adaptation", - "675aaae75a3ab8372d0b02a7 ShortName": "Código Adaptation", - "675aaae75a3ab8372d0b02a7 Description": "En la nota solo hay una palabra: \"Adaptation\". Parece una palabra clave. Si alguien encontró una nueva ruta de salida de la zona de la Sede de TerraGroup, debe haber colocado a sus hombres cerca para evitar que alguien del exterior llegara a la nueva salida. En ese caso, el código ayudaría a distinguir a los amigos de los enemigos.", - "675aaaf674a7619a5304c233 Name": "Nota con la palabra clave Ark", - "675aaaf674a7619a5304c233 ShortName": "Código Ark", - "675aaaf674a7619a5304c233 Description": "La palabra \"Ark\" no tiene por qué tomarse en sentido literal. Es más bien una palabra clave. Hay varias puertas cerradas bajo la Fábrica Polikhim que conducen a las profundidades de las catacumbas. Tal vez alguien te abra la puerta si conoces la palabra clave.", - "675aab0d6b6addc02a08f097 Name": "Nota con la palabra clave Heartbeat", - "675aab0d6b6addc02a08f097 ShortName": "Código Heartbeat", - "675aab0d6b6addc02a08f097 Description": "Alguien escribió la palabra \"Heartbeat\" en un trozo de papel rasgado. Suena como una de las bromas raras de Sanitar. ¿O quizás una palabra clave? Si sus hombres tienen sus propias rutas de exfiltración desde Costa, deben estar usando un sistema de frases clave o señales. Tal vez esta nota te haga parecer uno de ellos.", + "675aaae75a3ab8372d0b02a7 Name": "Nota con la palabra clave Adaptación", + "675aaae75a3ab8372d0b02a7 ShortName": "Código", + "675aaae75a3ab8372d0b02a7 Description": "En la nota solo hay una palabra: \"Adaptación\". Parece una palabra clave. Si alguien encontró una nueva ruta de salida de la zona de la Sede de TerraGroup, debe haber colocado a sus hombres cerca para evitar que alguien del exterior llegara a la nueva salida. En ese caso, el código ayudaría a distinguir a los amigos de los enemigos.", + "675aaaf674a7619a5304c233 Name": "Nota con la palabra clave Arca", + "675aaaf674a7619a5304c233 ShortName": "Código", + "675aaaf674a7619a5304c233 Description": "La palabra \"Arca\" no tiene por qué tomarse en sentido literal. Es más bien una palabra clave. Hay varias puertas cerradas bajo la Fábrica Polikhim que conducen a las profundidades de las catacumbas. Tal vez alguien te abra la puerta si conoces la palabra clave.", + "675aab0d6b6addc02a08f097 Name": "Nota con la palabra clave Pulso", + "675aab0d6b6addc02a08f097 ShortName": "Código", + "675aab0d6b6addc02a08f097 Description": "Alguien escribió la palabra \"Pulso\" en un trozo de papel rasgado. Suena como una de las bromas raras de Sanitar. ¿O quizás una palabra clave? Si sus hombres tienen sus propias rutas de exfiltración desde Costa, deben estar usando un sistema de frases clave o señales. Tal vez esta nota te haga parecer uno de ellos.", "675aadf3003bb2e826030996 Name": "Sombrero de Elfo", "675aadf3003bb2e826030996 ShortName": "Elfo", "675aadf3003bb2e826030996 Description": "Normalmente, estos sombreros hacen mucho ruido con cada movimiento de cabeza. Parece que alguien le quito todos los cascabeles.", - "675aae1c26dc64e17800fee6 Name": "Sombrero con cuernos", + "675aae1c26dc64e17800fee6 Name": "Gorra con cuernos", "675aae1c26dc64e17800fee6 ShortName": "Cuernos", - "675aae1c26dc64e17800fee6 Description": "Un gorro navideño con cuernos. No te protegerá de los disparos, pero puede distraer a tu oponente por una fracción de segundo. A veces, eso es todo lo que importa.", + "675aae1c26dc64e17800fee6 Description": "Una gorra navideña con cuernos. No te protegerá de los disparos, pero podría llegar a distraer a tu oponente por una fracción de segundo. A veces, eso es todo lo que importa.", "675ac3957908e416a20861e6 Name": "Sariev", "675ac3957908e416a20861e6 ShortName": "Sariev", "675ac3957908e416a20861e6 Description": "Sariev", @@ -14285,18 +14285,18 @@ "675ea4891b2579e8fe0250aa Name": "Bengala de señalización (Año Nuevo)", "675ea4891b2579e8fe0250aa ShortName": "Bengala de señalización (Año Nuevo)", "675ea4891b2579e8fe0250aa Description": "Bengala de señalización (Año Nuevo)", - "675f7acc4076a741a3061566 Name": "TerraGroup shipment report", - "675f7acc4076a741a3061566 ShortName": "Documents", - "675f7acc4076a741a3061566 Description": "A stack of documents with data on TerraGroup shipments. Contains reports on completed and planned shipments.", - "675f7b168d28a25ec7007dbb Name": "Delivery crew report", - "675f7b168d28a25ec7007dbb ShortName": "Report", - "675f7b168d28a25ec7007dbb Description": "It looks like this journal was used by the entire loading crew to mark all the loads that had already been completed. How could the foreman make any sense of this handwriting?", - "675f7f224076a741a3061568 Name": "Skier's wallet", - "675f7f224076a741a3061568 ShortName": "Wallet", - "675f7f224076a741a3061568 Description": "It's hard to believe this wallet is anything special to Skier. It's just an old, shabby wallet. How has it not disintegrated yet?", - "675f80d4fe1b59cf490d3527 Name": "Box with upgraded tools", - "675f80d4fe1b59cf490d3527 ShortName": "Upgraded tools", - "675f80d4fe1b59cf490d3527 Description": "The box is sealed, but judging by the sounds inside, it contains the tools Mechanic was looking for.", + "675f7acc4076a741a3061566 Name": "Reportes de envíos de TerraGroup", + "675f7acc4076a741a3061566 ShortName": "Documentos", + "675f7acc4076a741a3061566 Description": "Un montón de documentos con información sobre los envíos de TerraGroup. Contiene informes sobre los envíos completados y planificados.", + "675f7b168d28a25ec7007dbb Name": "Reporte del equipo de entrega", + "675f7b168d28a25ec7007dbb ShortName": "Reporte", + "675f7b168d28a25ec7007dbb Description": "Parece que este diario fue utilizado por todo el equipo de carga para anotar todas las cargas que ya se habían completado. ¿Cómo le hacía el capataz entender esta letra?", + "675f7f224076a741a3061568 Name": "Billetera de Skier", + "675f7f224076a741a3061568 ShortName": "Billetera", + "675f7f224076a741a3061568 Description": "Es difícil creer que esta billetera sea algo especial para Skier. Es solo una billetera vieja y desgastada. ¿Cómo es que aún no se ha desintegrado?", + "675f80d4fe1b59cf490d3527 Name": "Maletín con herramientas mejoradas", + "675f80d4fe1b59cf490d3527 ShortName": "Herramientas mejoradas", + "675f80d4fe1b59cf490d3527 Description": "El maletín está sellado, pero a juzgar por los sonidos del interior, contiene las herramientas que Mechanic estaba buscando.", "675fd6897a57e0b2a00e3405 Name": "BOSS Delta USEC", "675fd6897a57e0b2a00e3405 ShortName": "", "675fd6897a57e0b2a00e3405 Description": "", @@ -14315,9 +14315,9 @@ "675ff2a7e3ee8ffb7e042465 Name": "usec_upper_commando", "675ff2a7e3ee8ffb7e042465 ShortName": "", "675ff2a7e3ee8ffb7e042465 Description": "", - "676008db84e242067d0dc4c9 Name": "Secure container Kappa (Desecrated)", + "676008db84e242067d0dc4c9 Name": "Contenedor seguro Kappa (Profanado)", "676008db84e242067d0dc4c9 ShortName": "Kappa", - "676008db84e242067d0dc4c9 Description": "A secret TerraGroup invention that has fallen into the hands of the cultists.", + "676008db84e242067d0dc4c9 Description": "Un invento secreto de TerraGroup que ha caído en las manos de los sectarios.", "67600929bd0a0549d70993f6 Name": "Caja de placas balísticas", "67600929bd0a0549d70993f6 ShortName": "Placas B.", "67600929bd0a0549d70993f6 Description": "Una espaciosa caja para almacenar placas balísticas.", @@ -14350,9 +14350,9 @@ "676017fe8cfeeba9f707c8d6 Description": "Una cubierta superior para la escopeta SOK-12, modernizada por Kiba Arms.", "676029a6bdead929d40bc368 Name": "Máscara de gallo", "676029a6bdead929d40bc368 ShortName": "Gallo", - "676029a6bdead929d40bc368 Description": "Una máscara infantil estilizada como un gallo. En la realidad de Tarkov, probablemente parezca intimidante. O no.", - "676029ca2749de558a0b7e67 Name": "Máscara de Cebollín", - "676029ca2749de558a0b7e67 ShortName": "Cebollín", + "676029a6bdead929d40bc368 Description": "Una máscara infantil estilizada como un gallo. En la cruda realidad de Tarkov, probablemente parezca intimidante... o no.", + "676029ca2749de558a0b7e67 Name": "Máscara de Chipolino", + "676029ca2749de558a0b7e67 ShortName": "Chipolino", "676029ca2749de558a0b7e67 Description": "Parece que esta máscara fue sacada de un almacén con accesorios para una obra basada en un cuento de G. Rodari.", "676029e22749de558a0b7e69 Name": "Máscara de Aybolit", "676029e22749de558a0b7e69 ShortName": "Aybolit", @@ -14389,13 +14389,13 @@ "67604abb8491fd0a830f3578 Description": "El maniquí es el único al que se le permite despegar los talones del suelo.", "67604ac650dfa9253901a548 Name": "Mira Estos Músculos", "67604ac650dfa9253901a548 ShortName": "Mira Estos Músculos", - "67604ac650dfa9253901a548 Description": "Ahora sabrás exactamente cómo te queda la ropa al lucir tus músculos.", + "67604ac650dfa9253901a548 Description": "Ahora sabrás exactamente cómo te queda la ropa cuando quieras lucir tus músculos.", "6761492dc53ebe8c0f0a5efe Name": "Palanca de maniobra ambidiestra GEN 2 para MPX", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", "6761492dc53ebe8c0f0a5efe Description": "Una palanca de maniobra ambidiestra con dos pestillos para la segunda generación del subfusil MPX. Fabricada por SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "Culata SB Tactical Pistol Stabilizing Brace para MPX/MCX", + "6761496fe2cf1419500357e9 Name": "Culata SB Tactical Pistol Stabilizing Brace para MPX", "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "Una \"culata\" telescópica retráctil para MCX/MPX fabricada por SB Tactical.", + "6761496fe2cf1419500357e9 Description": "Una \"culata\" telescópica retráctil para MPX. Fabricada por SB Tactical.", "67614994e889e1972605d6bb Name": "Cañón perforado de 4.75 pulgadas Ronin Arms Ported SD Barrel para MPX de 9x19 mm", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "Un tubo cañón perforado de 4.75 pulgadas del kit de conversión MPX-SD, diseñado para la instalación del supresor especial. Fabricado por Ronin Arms.", @@ -14437,15 +14437,15 @@ "67614e3a6a90e4f10b0b140d Description": "Caja de Entrega Aérea de festividades", "676175789dcee773150c6925 Name": "Mira telescópica Leupold Mark 5HD 5-25x56mm de 35 mm (FDE)", "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", - "676175789dcee773150c6925 Description": "La mira Mark 5HD 5-25x56 es conocida por ser más ligera y eficiente que otras miras telescópicas de su clase. Con vidrio óptico, lentes con revestimiento múltiple completo y un sistema avanzado de gestión de la luz, el visor ofrece imágenes de alto contraste y bajo nivel de deslumbramiento. Se instala en monturas de anillo de 35 mm. Fabricada por Leupold. Versión de color Flat Dark Earth.", + "676175789dcee773150c6925 Description": "La mira Mark 5HD 5-25x56 es conocida por ser más ligera y eficiente que otras miras telescópicas de su clase. Con vidrio óptico, lentes con revestimiento múltiple completo y un sistema avanzado de gestión de luz, el visor ofrece imágenes de alto contraste y bajo nivel de deslumbramiento. Puede ser instalada en monturas de anillo de 35 mm. Fabricada por Leupold. Versión de color Flat Dark Earth.", "6761759e7ee06333f108bf86 Name": "Montura de anillo de 35 mm Leupold Mark IMS para miras telescópicas", "6761759e7ee06333f108bf86 ShortName": "IMS 35 mm", - "6761759e7ee06333f108bf86 Description": "Una montura universal de 35 mm para miras telescópicas, para ser instalada en rieles Picatinny. Fabricada por Leupold.", + "6761759e7ee06333f108bf86 Description": "Una montura de 35 mm para miras telescópicas, para ser instalada en rieles Picatinny. Fabricada por Leupold.", "676175bb48fa5c377e06fc36 Name": "Montura KAC MWS Bipod Adapter", "676175bb48fa5c377e06fc36 ShortName": "MWS BA", "676175bb48fa5c377e06fc36 Description": "Una montura que permite la instalación de bípodes Harris en guardamanos Picatinny estándar. Fabricada por Knight's Armament Company.", "6761763448fa5c377e06fc39 Name": "Adaptador de culata FAB Defense M4-AKMS P para AKMS", - "6761763448fa5c377e06fc39 ShortName": "Cul. AKMS P", + "6761763448fa5c377e06fc39 ShortName": "Adapt. AKMS P", "6761763448fa5c377e06fc39 Description": "Un adaptador de culata para el fusil automático AKMS. Permite la instalación de culatas Com-Spec y Mil-Spec en el arma. Hecho con aluminio anodizado duradero. Fabricado por FAB Defense.", "6761765f1f08ed5e8800b7a6 Name": "Cargador de tambor de 100 cartuchos 5.56x45 mm Beta C-Mag", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", @@ -14471,18 +14471,18 @@ "6761779c48fa5c377e06fc3f Name": "Culata AK-EVO para AK", "6761779c48fa5c377e06fc3f ShortName": "Cul. AK-EVO", "6761779c48fa5c377e06fc3f Description": "Una nueva culata de polímero para las armas plegables de plataforma AK modernas. Fabricada por Kalashnikov Concern.", - "676177b09cfcc4c25b027446 Name": "Abrazadera Toni System Tactical Barrel Clamp", + "676177b09cfcc4c25b027446 Name": "Abrazadera Toni System Tactical Barrel Clamp para cañones", "676177b09cfcc4c25b027446 ShortName": "TS TBC", - "676177b09cfcc4c25b027446 Description": "La abrazadera Tactical Barrel Clamp está diseñada para ser instalada en cargadores de tubo y cañones con un diámetro de 20 a 25 milímetros. Cuenta con un riel para acoplar aditamentos adicionales. Fabricada por Toni System.", + "676177b09cfcc4c25b027446 Description": "La abrazadera Tactical Barrel Clamp está diseñada para ser instalada en cargadores de tubo y cañones con un diámetro de 20 a 27 milímetros. Cuenta con un riel para acoplar aditamentos adicionales. Fabricada por Toni System.", "676177df1f08ed5e8800b7ae Name": "Guardamano con tubo de gases SAG MK1 M-LOK para PP-19-01 Vityaz", "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", "676177df1f08ed5e8800b7ae Description": "Un kit combinado compuesto por un guardamano y un tubo de gases fresado diseñado para mejorar el rendimiento del PP-19-01 Vityaz y la carabina civil Saiga-9. El guardamano está equipado con una interfaz M-LOK para instalar aditamentos adicionales y el tubo de gases tiene un riel picatinny para instalar miras y unidades tácticas. Fabricado por Sureshot Armament Group.", - "6761a6ccd9bbb27ad703c48a Name": "Old house room key", - "6761a6ccd9bbb27ad703c48a ShortName": "Depot", - "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", - "6761a6f90575f25e020816a4 Name": "Company director's room key", - "6761a6f90575f25e020816a4 ShortName": "Company", - "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", + "6761a6ccd9bbb27ad703c48a Name": "Llave de la habitación en la casa antigua", + "6761a6ccd9bbb27ad703c48a ShortName": "Depósito", + "6761a6ccd9bbb27ad703c48a Description": "Una llave de una de las habitaciones de una casa antigua en algún lugar al borde del bosque Priozersk. Se dice que un hombre apodado Ogryzok solía comerciar por esas partes. Solía ​​vender productos raros, incluso tenía un suministro constante de baterías de tanques. Sin embargo, desde hace mucho tiempo no se sabe nada de Ogryzok y nadie sabe a dónde habrá desaparecido.", + "6761a6f90575f25e020816a4 Name": "Llave de la oficina del director de la compañía", + "6761a6f90575f25e020816a4 ShortName": "Compañía", + "6761a6f90575f25e020816a4 Description": "Esta llave debió haber sido utilizada para cerrar una de las oficinas de la compañía ubicadas en el área de la terminal aduanera.", "676307b4d9ec0af3d9001fa8 Name": "Materiales compuestos híbridos", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", @@ -14534,93 +14534,93 @@ "6769b8e3c1a1466c850658a8 Name": "Paquete con municiones de 7.62x51 mm - M80A1 (20 cartuchos)", "6769b8e3c1a1466c850658a8 ShortName": "M80A1", "6769b8e3c1a1466c850658a8 Description": "Una caja con municiones M80A1 de calibre 7.62x51 mm, 20 cartuchos.", - "676a93c51888885b4e008b18 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Name": "Caja de Twitch Winter 2025 (Común)", "676a93c51888885b4e008b18 ShortName": "Twitch 2025", - "676a93c51888885b4e008b18 Description": "A case with some common goodies.", - "676a95041888885b4e008b36 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Description": "Una caja con algunas mercancías comunes.", + "676a95041888885b4e008b36 Name": "Caja de Twitch Winter 2025 (Común)", "676a95041888885b4e008b36 ShortName": "Twitch 2025", - "676a95041888885b4e008b36 Description": "A case with some common goodies.", - "676a98d7b4ba2f4afa04c704 Name": "Twitch Winter 2025 case (Common)", + "676a95041888885b4e008b36 Description": "Una caja con algunas mercancías comunes.", + "676a98d7b4ba2f4afa04c704 Name": "Caja de Twitch Winter 2025 (Común)", "676a98d7b4ba2f4afa04c704 ShortName": "Twitch 2025", - "676a98d7b4ba2f4afa04c704 Description": "A case with some common goodies.", - "676a9a5c744595610f0ed501 Name": "Twitch Winter 2025 case (Common)", + "676a98d7b4ba2f4afa04c704 Description": "Una caja con algunas mercancías comunes.", + "676a9a5c744595610f0ed501 Name": "Caja de Twitch Winter 2025 (Común)", "676a9a5c744595610f0ed501 ShortName": "Twitch 2025", - "676a9a5c744595610f0ed501 Description": "A case with some common goodies.", - "676a9b15b4ba2f4afa04c7ad Name": "Twitch Winter 2025 case (Common)", + "676a9a5c744595610f0ed501 Description": "Una caja con algunas mercancías comunes.", + "676a9b15b4ba2f4afa04c7ad Name": "Caja de Twitch Winter 2025 (Común)", "676a9b15b4ba2f4afa04c7ad ShortName": "Twitch 2025", - "676a9b15b4ba2f4afa04c7ad Description": "A case with some common goodies.", - "676a9b1afe1fc45172014d32 Name": "Twitch Winter 2025 case (Common)", + "676a9b15b4ba2f4afa04c7ad Description": "Una caja con algunas mercancías comunes.", + "676a9b1afe1fc45172014d32 Name": "Caja de Twitch Winter 2025 (Común)", "676a9b1afe1fc45172014d32 ShortName": "Twitch 2025", - "676a9b1afe1fc45172014d32 Description": "A case with some common goodies.", - "676a9bc6744595610f0ed52e Name": "Twitch Winter 2025 case (Common)", + "676a9b1afe1fc45172014d32 Description": "Una caja con algunas mercancías comunes.", + "676a9bc6744595610f0ed52e Name": "Caja de Twitch Winter 2025 (Común)", "676a9bc6744595610f0ed52e ShortName": "Twitch 2025", - "676a9bc6744595610f0ed52e Description": "A case with some common goodies.", - "676a9da81888885b4e008c51 Name": "Twitch Winter 2025 case (Rare)", + "676a9bc6744595610f0ed52e Description": "Una caja con algunas mercancías comunes.", + "676a9da81888885b4e008c51 Name": "Caja de Twitch Winter 2025 (Rara)", "676a9da81888885b4e008c51 ShortName": "Twitch 2025", - "676a9da81888885b4e008c51 Description": "A case with some rare goodies.", - "676a9e46744595610f0ed53f Name": "Twitch Winter 2025 case (Rare)", + "676a9da81888885b4e008c51 Description": "Una caja con algunas mercancías raras.", + "676a9e46744595610f0ed53f Name": "Caja de Twitch Winter 2025 (Rara)", "676a9e46744595610f0ed53f ShortName": "Twitch 2025", - "676a9e46744595610f0ed53f Description": "A case with some rare goodies.", - "676a9f03744595610f0ed55f Name": "Twitch Winter 2025 case (Rare)", + "676a9e46744595610f0ed53f Description": "Una caja con algunas mercancías raras.", + "676a9f03744595610f0ed55f Name": "Caja de Twitch Winter 2025 (Rara)", "676a9f03744595610f0ed55f ShortName": "Twitch 2025", - "676a9f03744595610f0ed55f Description": "A case with some rare goodies.", - "676a9fc7a65670a58c084c9e Name": "Twitch Winter 2025 case (Rare)", + "676a9f03744595610f0ed55f Description": "Una caja con algunas mercancías raras.", + "676a9fc7a65670a58c084c9e Name": "Caja de Twitch Winter 2025 (Rara)", "676a9fc7a65670a58c084c9e ShortName": "Twitch 2025", - "676a9fc7a65670a58c084c9e Description": "A case with some rare goodies.", - "676aa016744595610f0ed563 Name": "Twitch Winter 2025 case (Rare)", + "676a9fc7a65670a58c084c9e Description": "Una caja con algunas mercancías raras.", + "676aa016744595610f0ed563 Name": "Caja de Twitch Winter 2025 (Rara)", "676aa016744595610f0ed563 ShortName": "Twitch 2025", - "676aa016744595610f0ed563 Description": "A case with some rare goodies.", - "676aa025fe1fc45172014d9f Name": "Twitch Winter 2025 case (Rare)", + "676aa016744595610f0ed563 Description": "Una caja con algunas mercancías raras.", + "676aa025fe1fc45172014d9f Name": "Caja de Twitch Winter 2025 (Rara)", "676aa025fe1fc45172014d9f ShortName": "Twitch 2025", - "676aa025fe1fc45172014d9f Description": "A case with some rare goodies.", - "676aa0f11888885b4e008c8b Name": "Twitch Winter 2025 case (Rare)", + "676aa025fe1fc45172014d9f Description": "Una caja con algunas mercancías raras.", + "676aa0f11888885b4e008c8b Name": "Caja de Twitch Winter 2025 (Rara)", "676aa0f11888885b4e008c8b ShortName": "Twitch 2025", - "676aa0f11888885b4e008c8b Description": "A case with some rare goodies.", - "676aa104fe1fc45172014da3 Name": "Twitch Winter 2025 case (Epic)", + "676aa0f11888885b4e008c8b Description": "Una caja con algunas mercancías raras.", + "676aa104fe1fc45172014da3 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa104fe1fc45172014da3 ShortName": "Twitch 2025", - "676aa104fe1fc45172014da3 Description": "A case with some epic goodies.", - "676aa29243000db5340061b5 Name": "Twitch Winter 2025 case (Epic)", + "676aa104fe1fc45172014da3 Description": "Una caja con algunas mercancías épicas.", + "676aa29243000db5340061b5 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa29243000db5340061b5 ShortName": "Twitch 2025", - "676aa29243000db5340061b5 Description": "A case with some epic goodies.", - "676aa30ffe1fc45172014dce Name": "Twitch Winter 2025 case (Epic)", + "676aa29243000db5340061b5 Description": "Una caja con algunas mercancías épicas.", + "676aa30ffe1fc45172014dce Name": "Caja de Twitch Winter 2025 (Épica)", "676aa30ffe1fc45172014dce ShortName": "Twitch 2025", - "676aa30ffe1fc45172014dce Description": "A case with some epic goodies.", - "676aa37ff90b6f429601afb5 Name": "Twitch Winter 2025 case (Epic)", + "676aa30ffe1fc45172014dce Description": "Una caja con algunas mercancías épicas.", + "676aa37ff90b6f429601afb5 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa37ff90b6f429601afb5 ShortName": "Twitch 2025", - "676aa37ff90b6f429601afb5 Description": "A case with some epic goodies.", - "676aa3cf7a232aa5c70bda8d Name": "Twitch Winter 2025 case (Epic)", + "676aa37ff90b6f429601afb5 Description": "Una caja con algunas mercancías épicas.", + "676aa3cf7a232aa5c70bda8d Name": "Caja de Twitch Winter 2025 (Épica)", "676aa3cf7a232aa5c70bda8d ShortName": "Twitch 2025", - "676aa3cf7a232aa5c70bda8d Description": "A case with some epic goodies.", - "676aa3fc20a7cc6f4309e078 Name": "Twitch Winter 2025 case (Epic)", + "676aa3cf7a232aa5c70bda8d Description": "Una caja con algunas mercancías épicas.", + "676aa3fc20a7cc6f4309e078 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa3fc20a7cc6f4309e078 ShortName": "Twitch 2025", - "676aa3fc20a7cc6f4309e078 Description": "A case with some epic goodies.", - "676aa450fe1fc45172014df2 Name": "Twitch Winter 2025 case (Epic)", + "676aa3fc20a7cc6f4309e078 Description": "Una caja con algunas mercancías épicas.", + "676aa450fe1fc45172014df2 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa450fe1fc45172014df2 ShortName": "Twitch 2025", - "676aa450fe1fc45172014df2 Description": "A case with some epic goodies.", - "678f84bb9e85556ca60f0362 Name": "Tagilla's welding mask \"ZABEY\"", + "676aa450fe1fc45172014df2 Description": "Una caja con algunas mercancías épicas.", + "678f84bb9e85556ca60f0362 Name": "Máscara de soldar \"ZABEY\" de Tagilla", "678f84bb9e85556ca60f0362 ShortName": "\"ZABEY\"", - "678f84bb9e85556ca60f0362 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy?", - "678fa929819ddc4c350c0317 Name": "Valve handwheel", + "678f84bb9e85556ca60f0362 Description": "A juzgar por esta máscara, el Laberinto afectó gravemente el estado mental de Tagilla, volviéndolo aún más desquiciado y sanguinario. ¿Quién hubiera pensado que podría volverse aún más loco?", + "678fa929819ddc4c350c0317 Name": "Llave de válvula", "678fa929819ddc4c350c0317 ShortName": "handwheel", "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "Póster Lo Que Buscas", - "679b944d597ba2ed120c3d3c ShortName": "Póster", - "679b944d597ba2ed120c3d3c Description": "Un póster poco común de Lo Que Buscas. Solo los operadores USEC más intensos pueden conseguirlo.", - "679b946f90622daf9708da6d Name": "Póster Lo Que Buscas", - "679b946f90622daf9708da6d ShortName": "Póster", - "679b946f90622daf9708da6d Description": "Un póster poco común de Lo Que Buscas. Solo los operadores USEC más intensos pueden conseguirlo.", - "679b94734e9ca6b3d80586a7 Name": "Póster Lo Que Buscas", - "679b94734e9ca6b3d80586a7 ShortName": "Póster", - "679b94734e9ca6b3d80586a7 Description": "Un póster poco común de Lo Que Buscas. Solo los operadores USEC más intensos pueden conseguirlo.", + "679b944d597ba2ed120c3d3c Name": "Last Breath poster", + "679b944d597ba2ed120c3d3c ShortName": "Last Breath", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b946f90622daf9708da6d Name": "Final Moment poster", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", + "679b94734e9ca6b3d80586a7 Name": "Taurus poster", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", - "679b9819a2f2dd4da9023512 Name": "Labrys access keycard", + "679b9819a2f2dd4da9023512 Name": "Tarjeta de acceso de Labrys", "679b9819a2f2dd4da9023512 ShortName": "Labrys", - "679b9819a2f2dd4da9023512 Description": "A keycard to one of Knossos facilities. The design references the Minotaur mythos, but it's somewhat strange there are no Minotaur theme parks in Tarkov.", + "679b9819a2f2dd4da9023512 Description": "Una tarjeta de acceso a una de las instalaciones de Knossos. El diseño hace referencia al mito del Minotauro, pero resulta un poco extraño, porque no hay parques temáticos sobre el Minotauro en Tarkov.", "679b98e429acd1f2f60985a3 Name": "Container with suspicious substance", "679b98e429acd1f2f60985a3 ShortName": "Substance", "679b98e429acd1f2f60985a3 Description": "A chemical container with a thick, murky liquid inside. Only a lunatic like Sanitar would want to study something like this.", @@ -14681,42 +14681,303 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Dibujos misteriosos", - "67adaf8b1230c973bb0433a6 ShortName": "Dibujos misteriosos", - "67adaf8b1230c973bb0433a6 Description": "¿Quién en su sano juicio pintaría algo en el techo? Permanece alerta: uno nunca sabe qué otras cosas se les puede ocurrir a estas personas.", - "67adaf95cd47a1ad3f014bc6 Name": "Dibujos con gis", - "67adaf95cd47a1ad3f014bc6 ShortName": "Dibujos con gis", - "67adaf95cd47a1ad3f014bc6 Description": "¿Cómo llegaron estos dibujos hasta aquí? Será mejor que mejores tu sistema de seguridad.", - "67adafa1e6a915f9fd050f66 Name": "Ellos Ya Están Aquí", - "67adafa1e6a915f9fd050f66 ShortName": "Ellos Ya Están Aquí", - "67adafa1e6a915f9fd050f66 Description": "Si miras estos dibujos durante mucho tiempo, parece que te devuelven la mirada.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "Chaqueta", - "67adf4a95247ac91530fcec7 ShortName": "Chaqueta", - "67adf4a95247ac91530fcec7 Description": "Chaqueta", - "67adf4b81c58bd68b2002fec Name": "Caja de munición de madera", - "67adf4b81c58bd68b2002fec ShortName": "Caja de munición de madera", - "67adf4b81c58bd68b2002fec Description": "Caja de munición de madera", - "67adf4db515e3dd542077a1d Name": "Caja de madera", - "67adf4db515e3dd542077a1d ShortName": "Caja de madera", - "67adf4db515e3dd542077a1d Description": "Caja de madera", - "67adf4eb110ba15da90c6413 Name": "Caja de granadas", - "67adf4eb110ba15da90c6413 ShortName": "Caja de granadas", - "67adf4eb110ba15da90c6413 Description": "Caja de granadas", - "67adf54d1c58bd68b2002ff0 Name": "Caja de herramientas", - "67adf54d1c58bd68b2002ff0 ShortName": "Caja de herramientas", - "67adf54d1c58bd68b2002ff0 Description": "Caja de herramientas", - "67adf5752fc5ee84020a9940 Name": "Scav Muerto", - "67adf5752fc5ee84020a9940 ShortName": "Scav Muerto", - "67adf5752fc5ee84020a9940 Description": "Scav Muerto", - "67adf5f7adc1f43b0702b826 Name": "Caja de suministros técnicos", - "67adf5f7adc1f43b0702b826 ShortName": "Caja de suministros técnicos", - "67adf5f7adc1f43b0702b826 Description": "Caja de suministros técnicos", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "Paladin BEAR (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Pantalones tácticos", + "67b32b69c57909356d0b0fee Name": "Paladin BEAR (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Pantalones tácticos", + "67b32b7c038008b0e105de2e Name": "Paladin BEAR (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Pantalones tácticos", + "67b32bcfc57909356d0b0ff0 Name": "K4 USEC (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Pantalones tácticos", + "67b32bdfab1a22b646087266 Name": "K4 USEC (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Pantalones tácticos", + "67b32bf0d813e783fc0ddac1 Name": "K4 USEC (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Pantalones tácticos", "67b70e43f753cf9f7a0a07a6 Name": "Caja de LATAM Drops Event 2025 (Común)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "Caja de LATAM Drops Event 2025 (Épica)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Ex-V - Carretera a la Base Militar", " Voip/DisabledForOffline": "El VoIP no está disponible en el modo Offline.", " kg": " kg", @@ -14960,7 +15230,7 @@ "Apply all": "Aplicar todo", "ApplyMagPreset": "Cargar de plantilla", "Approx.": "Aprox.", - "Aquire specific item to proceed infiltration": "Acquire specific item to proceed to infiltration", + "Aquire specific item to proceed infiltration": "Adquiere un objeto en específico para realizar la infiltración", "Are you sure you want to buy selected items for {0}?": "¿Estás seguro de querer comprar los objetos seleccionados por {0}?", "Are you sure you want to cancel the transfer? All unsaved items will be lost": "¿Estás seguro de querer cancelar la transferencia? Los objetos no guardados se perderán.", "Are you sure you want to cancel the transfer? You will be able to return to this process later": "¿Estás seguro de querer cancelar esta transferencia? Podrás volver a este procedimiento más tarde.", @@ -15646,7 +15916,7 @@ "Conditional/ConditionHasItem/Type": "Obtén los objetos:", "Conditional/ConditionHideoutArea/Type": "Mejoras del Refugio:", "Conditional/ConditionLevel/Type": "Nivel del personaje", - "Conditional/ConditionQuest/Type": "Tareas:", + "Conditional/ConditionQuest/Type": "Misiones:", "Conditional/ConditionSkill/Type": "Habilidades:", "Connecting to server": "Conectando al servidor...", "Connection to server lost": "Conexión perdida con el servidor", @@ -15748,7 +16018,7 @@ "DISCONNECT": "DESCONECTAR", "DISCONNECT FROM GLOBAL CHAT": "DESCONECTARSE DEL CHAT GLOBAL", "DISPOSE": "DESCARTAR", - "DLSS Preset setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "DLSS Preset setting will be fully applied after the raid restarts": "Los cambios se aplicarán por completo en la siguiente incursión.", "DMR": "Fusiles de Tirador Designado", "DMRDescription": "La habilidad con el uso de Fusiles de Tirador Designado mejora la manipulación de este tipo de armas, reduciendo el retroceso y el tiempo de recarga.", "DMRLevelingUpDescription": "La habilidad con Fusiles de Tirador Designado se mejora al disparar y recargar el tipo de arma correspondiente.", @@ -15870,8 +16140,8 @@ "Disable legs stamina": "Deshabilitar aguante de las piernas", "Disable overload": "Deshabilitar sobrepeso", "Disable water and food consumption": "Deshabilitar el consumo de energía e hidratación", - "DisableGameFramerateLimit": "Disable game FPS limit", - "Disable_traps": "Disable traps", + "DisableGameFramerateLimit": "Deshabilitar límite de FPS (Juego)", + "Disable_traps": "Desactivar trampas", "Disabled": "Deshabilitado", "DisbandGroup": "Disolver el grupo", "DisbandGroup message": "¿Estás seguro de querer disolver el grupo?", @@ -15910,7 +16180,7 @@ "E7_car": "Ex-V - Taxi en la Avenida Primorsky", "E8": "Complejo de Departamentos Cardinal", "E8_yard": "Patio", - "E9_sniper": "Calle Klimov", + "E9_sniper": "Calle Klimov (Bengala)", "EARLY TERMINATION": "EXTRACCIÓN TEMPRANA", "EAntialiasingMode/FXAA": "FXAA", "EAntialiasingMode/None": "desactivado", @@ -15997,7 +16267,7 @@ "EDLSSPreset/B": "B", "EDLSSPreset/C": "C", "EDLSSPreset/D": "D", - "EDLSSPreset/Default": "Default", + "EDLSSPreset/Default": "Por defecto", "EDLSSPreset/E": "E", "EDLSSPreset/F": "F", "EDLSSPreset/G": "G", @@ -16006,7 +16276,7 @@ "EDLSSPreset/J": "J", "EDLSSPreset/K": "K", "EDLSSPreset/L": "L", - "EDLSSPreset/Latest": "Latest", + "EDLSSPreset/Latest": "Más reciente", "EDLSSPreset/M": "M", "EDLSSPreset/N": "N", "EDLSSPreset/O": "O", @@ -16399,7 +16669,7 @@ "Game reconnection...": "Reconectando a la partida...", "Game settings": "Configuración de partida", "Game world creating...": "Creando mundo de juego...", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", + "GameFramerateLimitBlockers/Description": "El límite de FPS del juego está desactivado. Vuelve a activarlo para cambiar este parámetro.", "GameMode/Confirmation/PVE": "¿Estás seguro de querer cambiar al modo PvE?", "GameMode/Confirmation/PVP": "¿Estás seguro de querer cambiar al modo PvP?", "Gate 0": "Portón 0", @@ -16410,7 +16680,7 @@ "Gate_o": "Portón del Patio", "Gear parts": "Piezas equipables", "Generator": "GENERADOR", - "Generator/Broken": "Repair needed", + "Generator/Broken": "Requiere reparación", "Generator/Disable": "Generador no disponible", "Generator/FillTheTank": "Reabastecer", "Generator/NeedIdle": "No puedes realizar acciones mientras te mueves", @@ -16421,7 +16691,7 @@ "Generator/Running": "El generador está encendido", "Get items": "Obtener objetos", "Get ready": "Prepárate", - "GetOffGesture": "Enseñar el dedo", + "GetOffGesture": "Enseñar dedo", "GetOut": "Salir", "Goggles": "Gafas", "Good standing": "buena", @@ -16843,7 +17113,7 @@ "LVLKILLLIST": "NIVEL", "Laboratory": "Laboratorio", "LaboratoryEnvironmentUiType": "Laboratorio", - "Labyrinth": "The Labyrinth", + "Labyrinth": "El Laberinto", "Last game session": "Última sesión de juego", "LastHero": "LastHero", "LastHeroDescription": "Un combate con oponentes en un tiroteo sin fin. Solo habrá un ganador.", @@ -17217,7 +17487,7 @@ "NoCompatibleAmmo": "(SIN MUNICIÓN)", "NoCorrespondingArea": "Hace falta el área del Refugio requerida para poder reparar", "NoFutureUpgrades": "Sin más mejoras", - "NoGesture": "Pulgares abajo", + "NoGesture": "Pulgar abajo", "NoSignal": "SIN SEÑAL", "Noise": "Granulado", "NoiseSuppressionLevels/Disabled": "Deshabilitada", @@ -17300,7 +17570,7 @@ "OfflineRaid/startasgrouptooltip": "Con esta opción seleccionada, los jugadores comenzarán la incursión uno al lado del otro", "OfflineRaidScreen/WarningHeader": "¡Atención! ¡Tu progreso no se guardará en el Modo de Práctica!", "OfflineRaidScreen/WarningText": "Jugar de forma cooperativa requiere que todos los miembros del grupo posean la versión Edge of Darkness del juego o la Expansión Co-op. \nLa partida se llevará a cabo en servidores dedicados de Escape from Tarkov.", - "OkGesture": "Pulgares arriba", + "OkGesture": "Pulgar arriba", "Old Azs Gate": "Portón de la Gasolinera Antigua", "Old Gas Station": "Gasolinera Antigua", "Old Road Gate": "Portón de la Carretera Vieja", @@ -17427,7 +17697,7 @@ "Prestige/Levels/RewardsListCaption": "RECOMPENSAS POR OBTENER PRESTIGIO", "Prestige/Rewards/ModesCaption": "DISPONIBLE EN MODOS DE JUEGO:", "Prestige/Rewards/RewardDescription": "DESCRIPCIÓN:", - "PrestigeTooltip{0}": "Prestige level: {0}", + "PrestigeTooltip{0}": "Nivel de prestigio: {0}", "Previous": "Anterior", "PreviousMagazine": "Cargador anterior", "PreviousWalkPose": "Agacharse suavemente", @@ -17474,11 +17744,11 @@ "Protect objective {0:F1}": "Protege el objetivo {0:F1}", "PveFirstTime/Caption": "Modo de juego: ZONA PVE", "PveFirstTime/Message": "Bienvenido al modo de juego ZONA PVE\n\nEn este modo puedes experimentar el juego completo con una persistente progresión de tu personaje en PvE estando solo o con amigos, sin preocuparte de ser atacado por otros jugadores durante la incursión.\n\nTodas las mecánicas son idénticas al modo de juego ZONA PVP.\n\n¡Buena suerte!", - "PveServerMode/ForceOnlineRaidInPVE": "This location can only be played on BSG servers", - "PveServerMode/IsInGroup": "Group raids can only be played on BSG servers", - "PveServerMode/IsScav": "Scav raids can only be played on BSG servers", - "PveServerModeCheckmark": "Play on BSG servers", - "PveServerModeHeader": "Server settings", + "PveServerMode/ForceOnlineRaidInPVE": "Esta ubicación solo puede ser jugada en servidores de BSG", + "PveServerMode/IsInGroup": "Incursiones en grupo solo pueden ser jugadas en servidores de BSG", + "PveServerMode/IsScav": "Incursiones como Scav solo pueden ser jugadas en servidores de BSG", + "PveServerModeCheckmark": "Jugar en servidores de BSG", + "PveServerModeHeader": "Configuración del servidor", "QUEST ITEM": "OBJETO DE MISIÓN", "QUEST ITEMS": "OBJETOS DE MISIÓN", "QUICK USE": "USO RÁPIDO", @@ -17795,7 +18065,7 @@ "Required {0}, level {1}": "Requiere {0}, con nivel {1}", "Required skill {0}, level {1}": "Requiere la habilidad {0}, con nivel {1}", "Resampling": "Remuestreo:", - "ReserveBase": "Reserve", + "ReserveBase": "Reserva", "ResetTag": "Quitar etiqueta", "Resolution has changed. Do you want to keep current resolution?": "La resolución ha cambiado. ¿Quieres mantener la resolución actual?", "Resource": "RECURSOS", @@ -17860,9 +18130,9 @@ "SHO_TRANSIT_24": "TRÁN. 01", "SHO_TRANSIT_24_COND": " ", "SHO_TRANSIT_24_DESC": "Transitar a Faro", - "SHO_TRANSIT_43": "TRANSIT??", - "SHO_TRANSIT_43_COND": "Probably requires Labrys access keycard (1)", - "SHO_TRANSIT_43_DESC": "Transit to Labyrinth?", + "SHO_TRANSIT_43": "TRÁN. ??", + "SHO_TRANSIT_43_COND": "Probablemente requiere una Tarjeta de acceso de Labrys (1)", + "SHO_TRANSIT_43_DESC": "¿Transitar a Laberinto?", "SIDE": "FACCIÓN", "SIGHT CRATE": "Magnificación de la mira", "SILENCE": "SILENCIO", @@ -17986,8 +18256,8 @@ "Settings/Graphics/DLSSLockThis": "Esta opción no está disponible cuando DLSS está activado", "Settings/Graphics/DLSSModeTooltip": "El NVIDIA DLSS utiliza AI Super Resolution para proporcionar las más altas tasas de fotogramas posibles con la configuración máxima de gráficos. DLSS requiere una tarjeta gráfica NVIDIA RTX.", "Settings/Graphics/DLSSNotSupported": "DLSS no es compatible con su sistema", - "Settings/Graphics/DLSSPreset": "DLSS Preset", - "Settings/Graphics/DLSSPresetTooltip": "Specific DLSS presets.", + "Settings/Graphics/DLSSPreset": "Modelo DLSS", + "Settings/Graphics/DLSSPresetTooltip": "Modelos preestablecidos DLSS específicos.", "Settings/Graphics/DLSSWrongSampling": "Desactiva el Remuestreo para poder activar DLSS", "Settings/Graphics/FSR2LockThis": "Esta opción no está disponible cuando FSR 2.2 está activado", "Settings/Graphics/FSR2ModeTooltip": "El AMD FidelityFX Super Resolution 2.2 (FSR) es una nueva versión de la tecnología de escalado de imagen que te permite incrementar el rendimiento con una pérdida mínima de calidad de imagen.", @@ -18007,7 +18277,7 @@ "Settings/Graphics/Ultra": "ultra", "Settings/Graphics/VeryHigh": "muy alto", "Settings/Graphics/VeryLow": "muy bajo", - "Settings/Graphics/VolumetricLight": "Volumetric lighting", + "Settings/Graphics/VolumetricLight": "Iluminación volumétrica", "Settings/NotSet": "Sin asignar", "Settings/OpticSensitivity": "Sensibilidad de ajuste de magnificación de la mira", "Settings/PressType": "TIPO DE ACTIVACIÓN", @@ -18108,7 +18378,7 @@ "SniperLevelingUpDescription": "La habilidad con Fusiles de Cerrojo se mejora al disparar y recargar el tipo de arma correspondiente.", "SniperRifle": "Fusiles de francotirador", "SniperRifle Mastering": "Fusil de francotirador", - "Sniper_exit": "Avenida Mira", + "Sniper_exit": "Avenida Mira (Bengala)", "Sniping": "Tirador Expero", "SnipingDescription": "La habilidad Tirador Experto reduce el retroceso cuando apuntas, especialmente estando pecho tierra, y te permite aguantar la respiración por más tiempo.", "Softstop/You will be counted as a survivor": "El servidor se detendrá. Si continúas dentro de la incursión cuando esto ocurra, obtendrás el estado de \"Sobrevivido\".", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "Incrementa la velocidad de movimiento y al correr en un [{0:0.#%}].", "StrengthBuffThrowDistanceInc": "Incrementa la distancia de lanzamiento en un [{0:0.#%}].", "StrengthDescription": "Incrementar la Fuerza te permitirá saltar más alto, correr más rápido, golpear más fuerte, lanzar más lejos y cargar con más peso.", - "StrengthLevelingUpDescription": "La habilidad de Fuerza se mejora corriendo con el efecto del sobrepeso, lanzando granadas, utilizando armas cuerpo a cuerpo y haciendo ejercicio en el Gimnasio del Refugio.", + "StrengthLevelingUpDescription": "La habilidad de Fuerza se mejora al moverse con el efecto del sobrepeso, lanzando granadas, utilizando armas cuerpo a cuerpo y haciendo ejercicio en el Gimnasio del Refugio.", "StressBerserk": "Acceso al modo Berserker", "StressPainChance": "Reduce en un [{0:0.#%}] la probabilidad de obtener conmoción por dolor.", "StressResistance": "Resistencia al Estrés", @@ -18404,10 +18674,10 @@ "Trading/Dialog/Btr/News": "¿Hay alguna novedad?", "Trading/Dialog/Btr/News/Next": "¿Alguna otra novedad?", "Trading/Dialog/Btr/News1": "¡Unos pendejos saquearon mi almacén! Conseguí mantenerme a flote, ¡Pero la situación sigue estando de la verga! Tengo que echarlos de ahí a patadas... Pero primero, necesito un nuevo lugar donde me pueda albergar. Después, buscaré a alguien que pueda ayudar. Si algo surge, me pondré en contacto contigo, ¿De acuerdo?", - "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", + "Trading/Dialog/Btr/News2": "¿Las noticias? ¿Has visto lo cálido que se ha puesto de repente? El calor es genial, ¡Pero no puedes bajar la guardia! Siempre hay que estar alerta.", "Trading/Dialog/Btr/News3": "Escuché que algunos mercenarios entraron en las antiguas plantas industriales de Aduanas. Están por todas partes, saqueando cada puto rincón. Sabes, me pregunto por qué no habían abierto esas puertas y portones antes. ¿Tan siquiera lo habían intentado?", "Trading/Dialog/Btr/News4": "Alguien decidió contar a todos los veteranos de Tarkov. Si has estado aquí durante mucho tiempo, es posible que también puedas conseguir una insignia de distinción. ¡A partir de ahora, todos los novatos sabrán quiénes tienen los huevos más grandes por aquí!", - "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", + "Trading/Dialog/Btr/News5": "¡Hay lodo por todas partes! Por suerte, este pequeñín es bastante grande, así que no se atascará. ¡El problema es tener que limpiarlo después! Y hablando de eso, ¿No quieres un trabajo de medio turno lavando mi BTR? ¿No? Chingada madre...", "Trading/Dialog/Btr/NoNews": "Creo que esas son todas las noticias que tengo.", "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Lo haré. (Aceptar misión \"{0}\")", "Trading/Dialog/Btr/PlayerFinishQuest{0}": "Listo. (Finalizar misión \"{0}\")", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Objeto", "UI/Quest/Reward/ProductionSchemeCaption": "Receta de elaboración en {0} al nivel {1}", "UI/Quest/Reward/QuestCaption": "Misión", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Nivel de prestigio: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Nivel del personaje: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "Habilidad {0} nivel: {1}", @@ -18847,8 +19118,8 @@ "Voip/VoiceActivationEnable": "Activación de la radio por voz", "Voip/WalkieTalkieVolume": "Volumen del radio:", "Voip/YouAreReported": "Has sido reportado por uso indebido del VoIP", - "VolumetricLight": "Volumetric lighting", - "VolumetricLight setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "VolumetricLight": "Iluminación volumétrica", + "VolumetricLight setting will be fully applied after the raid restarts": "Los cambios se aplicarán por completo en la siguiente incursión.", "WATCHLIST": "LISTA DE SEGUIMIENTO", "WEAPON BUILDS": "ESQUEMAS DE ARMAS", "WEAPON MASTERING (01)": "MAESTRÍA CON EL ARMA (01)", @@ -18879,7 +19150,7 @@ "Warehouse 4": "Almacén 4", "Warning! You don’t have TerraGroup Labs access keycard!": "¡Atención! ¡No tienes una tarjeta de acceso a TerraGroup Labs!", "Warning! You don’t have a proper map in inventory!": "¡Atención! ¡No traes el mapa apropiado en tu inventario!", - "Warning! You don’t have {0}!": "Warning! You don’t have {0}!", + "Warning! You don’t have {0}!": "¡Atención! ¡No tienes: {0}!", "Warning! You have missing parts required for assemble!": "¡Atención! ¡Faltan algunas piezas necesarias para ensamblar el arma!", "Warning! You tried to leave this raid by disconnecting, either accidentally or on purpose. ": "¡Advertencia! Estás tratando de abandonar la incursión desconectándote accidentalmente o a propósito.", "Warnings/Inventory/ExaminationFailed": "Falló la examinación del objeto.", @@ -19430,9 +19701,9 @@ "customization/Default": "Por defecto", "customization/Locked": "Bloqueado", "customization/Selected": "Seleccionado", - "customs_secret_voron_boat": "Bote Del Contrabandista", + "customs_secret_voron_boat": "Bote del Contrabandista", "customs_secret_voron_bunker": "Búnker del Contrabandista (ZB-1012)", - "customs_sniper_exit": "Pasaje de la Vía Férrea", + "customs_sniper_exit": "Pasaje de la Vía Férrea (Bengala)", "cz": "Čeština", "damApplied": "Daño infligido", "damAppliedArmor": "Daño absorbido por la protección", @@ -19796,8 +20067,8 @@ "lab_Parking_Gate": "Portón del Estacionamiento", "lab_Under_Storage_Collector": "Conducto de Aguas Residuales", "lab_Vent": "Ducto de Ventilación", - "labir_exit": "The Way Up", - "labyrinth_secret_tagilla_key": "Ariadne's Path", + "labir_exit": "El Camino Arriba", + "labyrinth_secret_tagilla_key": "El Camino de Ariadna", "lastSession": "Última sesión", "leader": "Líder", "left_side_plate": "PLACA IZQ.", @@ -20103,7 +20374,7 @@ "weapon name": "Nombre del arma", "will be available in:": "estará disponible en:", "will be destroyed after unpacking": "Será destruido tras desempacar", - "wood_sniper_exit": "Pasaje del Tendido Eléctrico", + "wood_sniper_exit": "Pasaje del Tendido Eléctrico (Bengala)", "woods_secret_minefield": "Puente Ferroviario a Tarkov", "you": "Tú", "you can't transfer item while moving": "No puedes transferir objetos mientras te mueves.", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20463,7 +20735,7 @@ "5704e4dad2720bb55b8b4567 Name": "Faro", "5704e4dad2720bb55b8b4567 Description": "El faro del Cabo Dalniy solía ser una posición estratégica importante de camino a la ciudad de Tarkov. Durante la Guerra de los Contratos, era el punto de entrada principal de las unidades USEC y funcionó como su base de operaciones. Después del conflicto, los Scavs se encariñaron con el lugar, hasta que regresaron los antiguos dueños, quienes decidieron quedarse en Tarkov y establecer su propio orden.", "5704e554d2720bac5b8b456e Name": "Costa", - "5704e554d2720bac5b8b456e Description": "El área de la Costa constituye una gran parte de las afueras de Tarkov y se encuentra junto al Puerto.\n\nLa zona alberga una aldea parcialmente abandonada, viviendas privadas modernas, campos de cultivo, una extensa playa, instalaciones de navegación marítima, gasolinera, una estación meteorológica e incluso una estación de comunicaciones, además de otras instalaciones comerciales. El punto de interés principal de la Costa es el Sanatorio \"Azure Coast\", el cual consta de varias instalaciones y edificios de lujo. El Sanatorio es suministrado eléctricamente exclusivamente por una planta hidroeléctrica adyacente. El Sanatorio había sido utilizado anteriormente como alojamiento temporal para miembros de TerraGroup y las divisiones asociadas de la corporación mientras se preparaba la evacuación a través del Puerto de Tarkov.", + "5704e554d2720bac5b8b456e Description": "El área de la Costa constituye una gran parte de las afueras de Tarkov y se encuentra junto al Puerto.\n\nLa zona alberga una aldea parcialmente abandonada, viviendas privadas modernas, campos de cultivo, una extensa playa, instalaciones de navegación marítima, gasolinera, una estación meteorológica e incluso una estación de comunicaciones, además de otras instalaciones comerciales.\n\nEl punto de interés principal de la Costa es el Sanatorio Azure Coast, el cual consta de varias instalaciones que son suministradas eléctricamente por una planta hidroeléctrica adyacente. El Sanatorio había sido utilizado anteriormente como alojamiento temporal para miembros de TerraGroup y las divisiones asociadas de la corporación mientras se preparaba la evacuación a través del Puerto de Tarkov.", "5704e5a4d2720bb45b8b4567 Name": "Terminal", "5704e5a4d2720bb45b8b4567 Description": "Una amplia sección de la zona portuaria, se rumorea que es el punto de extracción de respaldo de EMERCOM.", "5704e5fad2720bc05b8b4567 Name": "Reserva", @@ -20509,9 +20781,9 @@ "653e6760052c01c1c805532f Name": "Zona Cero", "653e6760052c01c1c805532f Description": "El centro de negocios de Tarkov. Aquí es donde TerraGroup tenía su sede. Aquí fue donde todo comenzó.", "65b8d6f5cdde2479cb2a3125 Name": "Zona Cero", - "65b8d6f5cdde2479cb2a3125 Description": "El centro de negocios de Tarkov. Aquí es donde TerraGroup tenía su sede. Aquí fue donde todo comenzó.", - "6733700029c367a3d40b02af Name": "The Labyrinth", - "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", + "65b8d6f5cdde2479cb2a3125 Description": "El centro de negocios de Tarkov. Aquí es donde TerraGroup tenía su sede. Aquí fue donde todo comenzó. La zona ha vuelto a convertirse en un área de enfrentamientos desde los primeros días del conflicto.", + "6733700029c367a3d40b02af Name": "El Laberinto", + "6733700029c367a3d40b02af Description": "Una instalación de Knossos LLC, uno de los contratistas de TerraGroup. De acuerdo con fuentes públicas, construyen parques de atracciones y temáticos. Sin embargo, este lugar parece más un búnker fortificado que un nuevo parque temático.", "5464e0404bdc2d2a708b4567 Name": "United Security", "5464e0404bdc2d2a708b4567 Description": "La compañía militar privada USEC fue establecida en 1999 después de la fusión de dos compañías: KerniSEC y Safe Sea. En 2004, un agente de TerraGroup International Holding se puso en contacto con USEC, que luego convirtió a USEC, esencialmente, en el ejército privado del Holding, con oficinas en todo el mundo y más de 7500 empleados.", "5464e0454bdc2d06708b4567 Name": "BEAR", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debut", "5936d90786f7742b1420ba5b description": "Hola, soldado. Tengo un trabajo que es demasiado fácil para mis muchachos. Pero tú podrías hacerlo sin problemas. ¡Oye, no te enojes, aún no te conozco lo suficiente como para darte un trabajo de verdad!\n\nHay muchos bandidos roña deambulando por las calles. No me molestan mucho, pero siguen siendo un problema. Ve y haz que se calmen unos, digamos... cinco de ellos y consigue un par de escopetas MP-133. Creo que eso será suficiente para ti. ¡Puedes retirarte, soldado!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -21546,9 +21830,9 @@ "5979ed3886f77431307dc512 declinePlayerMessage": "", "5979ed3886f77431307dc512 completePlayerMessage": "", "5979eee086f774311955e614 name": "Swag Dorado", - "5979eee086f774311955e614 description": "Oi, street thug! Tell me, why has the world become so hypocritical, eh? People who haven't done a single proper thing in their lives are teaching me how to get shit done! One prick didn't like my business conditions, so he tried to pull a fast one on me. I taught him a lesson once, but he got all bullish.\n\nSo, it's a simple job. There's a group of Scavs at Polikhim. One of their top dogs is a certain Uruguay. He chose his nickname himself, the moron. \nWe should end him. But that's only half of the story. He's got a lighter, sort of lucky charm. A gold-plated Zibbo. He fidgets it all the time in his claws. Dropped by my place too, and kept fucking clicking it. \n\nI think he lived in the dorms, room 303. So, you gotta slip this thing into one of the special places so that someone gets a bit flabbergasted and gets the message. You feel me? Good. So the place is at the customs area, in a locked shed next to the trailer park. Here's the key to it.", + "5979eee086f774311955e614 description": "¡Oye, fortachón callejero! Dime, ¿Por qué el mundo se ha vuelto tan hipócrita, eh? ¡La gente que no ha hecho nada moralmente correcto en sus vidas me están tratando de enseñar cómo se hacen las cosas! A un idiota no le gustaron mis condiciones comerciales, así que intentó hacerse el listo y engañarme. Le di una lección esa vez, pero se puso muy terco.\n\nAsí que es un trabajo sencillo. Hay un grupo de Scavs en la Polikhim. Uno de sus cabecillas es un perro que se hace llamar Uruguay. Él mismo eligió ese apodo, qué pendejada.\nTenemos que acabar con él. Pero esa es solo la mitad de la historia. Él tiene un encendedor, una especie de amuleto de la suerte. Un Zibbo dorado. Lo movía todo el tiempo entre sus garras. Incluso estuvo un tiempo por aquí y no dejaba de hacerlo sonar.\n\nCreo que vivía en los dormitorios, habitación 303. Así que necesito que ese encendedor termine en una casa de seguridad para que alguien se quede apropiadamente impresionado, y tal vez así entienda el mensaje. ¿Me captas? Bien. El lugar está en la zona de Aduanas, en una barraca portátil cerrada al lado del área del estacionamiento de tráileres. Aquí tienes la llave de esa barraca.", "5979eee086f774311955e614 failMessageText": "", - "5979eee086f774311955e614 successMessageText": "Proper good job. Let's see what comes of it. You go get some rest, yeah?", + "5979eee086f774311955e614 successMessageText": "Un trabajo bien hecho. Veamos qué pasa. Ve a descansar un poco, ¿Sí?", "5979ef4586f77431307dc513": "Localiza y obtén el Encendedor Zibbo dorado en Aduanas", "5979ef7986f77431307dc514": "Esconde el Encendedor Zibbo dorado en la cabina portátil del estacionamiento de tráileres en Aduanas", "5979eee086f774311955e614 acceptPlayerMessage": "", @@ -22238,7 +22522,7 @@ "5ae3270f86f77445ba41d4dd declinePlayerMessage": "", "5ae3270f86f77445ba41d4dd completePlayerMessage": "", "5ae3277186f7745973054106 name": "Armero - Parte 8", - "5ae3277186f7745973054106 description": "Tengo dos redes neuronales, una escanea las caras en las cámaras de vigilancia y las compara con una base de datos, y la otra monitorea los flujos comerciales de las criptomonedas y reacciona ante sus cambios. Hoy decidí crear una nueva, la cual monitoreará la temperatura, humedad, presión y otros parámetros de mi refugio, además de otras cosas - por ejemplo, que reaccione según mi estado de ánimo. Ya veremos cómo sale cuando la termine. Hay un pedido de un AKS-74N con piezas Zenit. Con una ergonomía superior a 65, una suma total de retroceso inferior a 275 y que no ocupe más de 10 ranuras. Y lo más importante, que tenga un guardamano Zenit B-30 con riel superior B-31S, empuñadura táctica Zenit RK-0, cargador de AK-12, iluminador infrarrojo Zenit Klesch-2IKS y un freno de boca Zenit DTK-1, todo debe ser de la marca Zenit. Quizás sea un regalo para alguien proveniente de San Petersburgo.", + "5ae3277186f7745973054106 description": "Tengo dos redes neuronales, una escanea las caras en las cámaras de vigilancia y las compara con una base de datos, y la otra monitorea los flujos comerciales de las criptomonedas y reacciona ante sus cambios. Hoy decidí crear una nueva, la cual monitoreará la temperatura, humedad, presión y otros parámetros de mi refugio, además de otras cosas - por ejemplo, que reaccione según mi estado de ánimo. Ya veremos cómo sale cuando la termine.\n\nHay un pedido de un AKS-74N con piezas Zenit. Con una ergonomía superior a 65, una suma total de retroceso inferior a 275 y que no ocupe más de 10 ranuras.\n\nY ahora, lo más importante, las piezas en sí. Necesitamos un guardamano B-30 con riel superior B-31S, empuñadura táctica RK-0, cubierta superior B-33, pistolete RK-3, culata PT-3, iluminador infrarrojo Klesch-2IKS, freno de boca DTK-1 y el nuevo cargador de AK-12, básicamente todo debe ser de la marca Zenit. Quizás sea un regalo para alguien proveniente de San Petersburgo.", "5ae3277186f7745973054106 failMessageText": "", "5ae3277186f7745973054106 successMessageText": "Entonces, ¿El AK Zenit está listo? Genial, déjalo en la caja, gracias. Si quieres, puedes regresar mañana para el próximo pedido.", "5ae3570b86f7746efa6b4494": "Modifica un AKS-74N para que cumpla con las especificaciones requeridas", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "Putas Mentiras", + "5c0bbaa886f7746941031d82 description": "Bueno, te llamé por esta razón. Atrapé a un traidor en mi equipo, este pendejo filtraba información sobre mis líneas de suministros y puntos de interés. Y obviamente, comencé a averiguar qué chingados estaba pasando.\n\nMis hombres lograron sacarle información y resulta ser que él filtraba la información a una pandilla de la zona, más precisamente, a la que se encuentra en los dormitorios de Aduanas. La cosa es que quiero darles un poco de información falsa sobre mi supuesto \"siguiente cargamento\". Y cuando estos pendejos vayan por él, mi gente estará lista para partirles la madre. Pero esta información debe ser entregada sin hacer tanto alboroto, ellos tienen que creer que eres uno de los suyos, ¿Me entiendes? Primero tienes que encontrar la memoria USB con la información falsa, está en un automóvil quemado de color azul sobre el puente de Aduanas. A mis muchachos los emboscaron en ese puente, así que perdónalos por no dejarla más cerca de los dormitorios. Bueno, esconde la memoria USB además de un fusil SV-98 y un reloj Roler en los dormitorios, tal y como estaba planeado. Y lo más importante: No mates a ningún Scav en Aduanas y en cuanto termines de esconder las cosas, vete sin hacer desmadre.", + "5c0bbaa886f7746941031d82 failMessageText": "¿Qué chingados hiciste cabrón? ¿Por qué les disparaste? Ahora no dejarán que nadie se acerque a los dormitorios. Se van a quedar haciendo guardias todo el día... ¿Ahora cómo chingados plantaremos esa información falsa, eh? ¿A qué te refieres? ¿De qué puto \"transmisor\" estás hablando? ¡Vete de aquí a la verga!", + "5c0bbaa886f7746941031d82 successMessageText": "Parece que todo salió bien, mis hombres están en posición y creo que a estos pendejos les daremos la última sorpresa de sus vidas. Gracias por la ayuda.", "5c0bc32986f7743e4d1002d2": "Esconde el Fusil de francotirador SV-98 en la pila de basura frente a las escaleras del 3° piso de los dormitorios en Aduanas", "5c0bc43e86f7744794440ba5": "Esconde el Reloj Roler Submariner de oro en la pila de basura frente a las escaleras del 3° piso de los dormitorios en Aduanas", "5c12320586f77437e44bcb15": "Esconde la Memoria USB con información falsa en la pila de basura frente a las escaleras del 3° piso de los dormitorios en Aduanas", @@ -23720,7 +24004,7 @@ "600302d73b897b11364cd161 name": "Cazador", "600302d73b897b11364cd161 description": "¡Hola muchacho! Adelante, pásale. Tengo un trabajo para ti, uno bastante importante. ¿Recuerdas cuando te pedí que limpiaras el aserradero de toda esa escoria? Bueno, parece que ahora regresaron para quedarse. Una vez más, Shturman y sus amigos están infundiendo miedo en la gente de toda el área, sin embargo, no puedo lidiar con ellos yo mismo. Por favor, ayúdame a deshacerme de esos bandidos y la recompensa no te decepcionará. Mechanic me presentó a un nuevo proveedor, me está vendiendo unos fusiles occidentales buenos y muy potentes, son de calibre .338 Lapua Magnum. Si me ayudas, podrás conseguir algunos de estos poderosos fusiles para ti, ya sabes, con la potencia para tumbar elefantes. ¡El arma apropiada para una buena cacería! Bueno muchacho, estaré esperando novedades de tu parte.", "600302d73b897b11364cd161 failMessageText": "", - "600302d73b897b11364cd161 successMessageText": "El viento se estremeció en todo Woods de tanto tiroteo. Esa escoria obtuvo lo que putas se merecía y todo gracias a ti. Toma, una recompensa apropiada por tal hazaña. No seas tímido, también puedes comprar los nuevos fusiles.", + "600302d73b897b11364cd161 successMessageText": "El viento se estremeció en todo el bosque de tanto tiroteo. Esa escoria obtuvo lo que putas se merecía y todo gracias a ti. Toma, una recompensa apropiada por tal hazaña. No seas tímido, también puedes comprar los nuevos fusiles.", "600303250b79c6604058ce30": "Localiza y neutraliza a Shturman", "600302d73b897b11364cd161 acceptPlayerMessage": "", "600302d73b897b11364cd161 declinePlayerMessage": "", @@ -25549,7 +25833,7 @@ "6574e0dedc0d635f633a5805 description": "Tengo un juguete nuevo que he estado pensando en probar. Y aquí estás, justo a tiempo para ayudarme con esto. Toma esta RPD y ve a Costa ándale, ve y estrénala allá. Pero no la vayas a perder en el camino, no aceptaré resultados de esta arma con otra configuración.", "6574e0dedc0d635f633a5805 failMessageText": "", "6574e0dedc0d635f633a5805 successMessageText": "Entonces, ¿Te gusta? Está muy buena, ¿Verdad? ¡Es una auténtica belleza en combate!", - "6574e0dedc0d635f633a5807": "Eliminate any target while using an RPDN machine gun with 1P78-1 scope on Shoreline", + "6574e0dedc0d635f633a5807": "Elimina a cualquier objetivo en Costa utilizando una ametralladora RPDN con mira telescópica NPZ 1P78-1", "6574e0dedc0d635f633a5805 acceptPlayerMessage": "", "6574e0dedc0d635f633a5805 declinePlayerMessage": "", "6574e0dedc0d635f633a5805 completePlayerMessage": "", @@ -25703,7 +25987,7 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Dinero Fácil - Parte 1", - "66058cb22cee99303f1ba067 description": "Qué pedo. Tengo un trabajo para ti. Un amigo mío está buscando a las personas adecuadas para su negocio. No conozco todos los detalles, solo la primera etapa del reclutamiento, por decirlo así. Veo que estás interesado.\n\n¿Has escuchado algo sobre la Arena? Debes poner pósteres alrededor de Tarkov. En plan, \"ven a ver\", y pendejadas así, ya sabes. ¡Oye, los grandes siempre empiezan pequeño! Ve y recoge los pósteres en el campamento USEC de Bosque, ¿Cómo terminaron allí? Quién sabe. Mi contacto podría tener buenos aliados. Una vez que consigas el paquete, sal, camina por ahí y pega los pósteres por toda la ciudad. Era broma. Llévalos a la ubicación especificada, ellos se encargarán de lo demás.", + "66058cb22cee99303f1ba067 description": "Eh amigo, qué pedo. Tengo un trabajo para ti. Un viejo amigo mío está buscando a las personas adecuadas para su negocio. No conozco todos los detalles, solo la primera etapa del reclutamiento, por decirlo así. Veo que estás interesado.\n\n¿Has escuchado algo sobre la Arena? Debes poner pósteres alrededor de Tarkov. En plan, \"ven a ver\", y pendejadas así, tú sabes. ¡Oye, los grandes negocios siempre empiezan con cosas pequeñas! Tengo un par de pósteres listos para ti, pero si los pierdes es tu pinche pedo, ¿Entendido? Llévalos a la fortaleza de los Scavs en Aduanas. Ve ándale.", "66058cb22cee99303f1ba067 failMessageText": "", "66058cb22cee99303f1ba067 successMessageText": "¿Todo listo? Entonces les diré. Por mientras, toma estas cositas.", "6606b709f7ce34bb26221cab": "Coloca el paquete de pósteres de Bison VS Undertaker en el alojamiento de la base Scav en Aduanas", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "¡Hola campeón! Un amigo mío te dio una pequeña misión de prueba. Así que he decidido conocerte en persona. La gente me llama Ref. Soy el Anfitrión de la Arena y me gusta ganar mucho dinero, ¡Ja-ja!\n\nClaramente, a ti no te caería nada mal ganar algo de dinero y yo necesito personal nuevo urgentemente. El negocio está en auge y me falta personal. ¡Nos estamos expandiendo!\n\nTenemos planeado otro combate pronto. Como decían en la antigua Roma, \"el pueblo quiere pan y circo\". Vamos bien con lo último, pero se nos está acabando el pan. Es solo una pequeña interrupción de suministros, no te preocupes. Pero necesito que me traigas un poco de comida y alcohol para el público.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Todo lo que has traído ya fue enviado a los asientos. Bien hecho.", - "6606bd2aa49db36b69b6dbf9": "Entrega el objeto encontrado en incursión: Botella de vodka Tarkovskaya", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Entrega el objeto encontrado en incursión: Botella de cerveza Pevko Light", "6606bd814120fcf7f0a38e55": "Entrega el objeto encontrado en incursión: Barra de chocolate Alyonka", "6606bd9128b63f13e560592f": "Entrega el objeto encontrado en incursión: Paquete de carne seca Tarker", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balanceo - Parte 1", - "66058cb7c7f3584787181476 description": "Hiciste un gran trabajo en mis encargos. También te busqué en mi base de datos... Solo como precaución. Nunca contrato a un completo desconocido, ¿Me entiendes, hermano? ¡Te estoy ascendiendo a evaluador! Estarás probando equipamiento para la Arena.\n\nAquí tienes un fusil de asalto G36 y un chaleco balístico THOR, prueba este conjunto con la escoria. Mis gladiadores utilizarán este kit después, si es que tus pruebas salen bien.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Este kit está de puta madre, ¿Verdad? Oh, hasta se me acaba de ocurrir un nombre: lo llamaremos Diesel. Creo que exageramos un poco con las placas, es todo un tanque andante. Creo que será mejor quitarlas, ¿Te parece?", - "6606d133fcb99b9004aa2d1d": "Elimina Scavs en Intercambio utilizando un fusil de asalto G36 y cualquier chaleco balístico NFM THOR", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balanceo - Parte 2", - "66058cb9e8e4f17985230805 description": "La manera en la que manejaste la última prueba fue todo un éxito. Menos mal que te elegí de entre todos los candidatos.\n\nAhora probaremos un nuevo conjunto en peces más grandes. Toma, un fusil de asalto AKS-74UB y un chaleco balístico PACA. Si puedes sobrevivir con esto, los gladiadores también estarán contentos. Muy bien, ve y pruébalo.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Veo que en este kit te enfocas más en la potencia del arma... No ofrece mucha protección, así que será un kit de Explorador. ¡Oh, ya tengo un nombre! Tenía un amigo que era flaco y se veía muy frágil, pero con mucha energía. Pateaba culos a diestra y siniestra. Lo llamábamos Tikhon. Así llamaré a este kit.", - "660a9c99c650fa4d531f4c96": "Elimina operadores PMC en Calles de Tarkov utilizando un AKS-74UB y un chaleco balístico PACA", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "Se me ocurrió una gran idea para mejorar aún más la Arena. Y necesito tu ayuda.\n\nNecesito encontrar algunas placas balísticas para alguien. Es un artista frecuente, por lo que es hora de actualizarlo para emocionar al público. Ese es el detalle con los espectáculos, si no echas leña a tiempo, se apaga el fuego.\n\nBueno, ahora ve y búscame unas placas balísticas.\n\n¡El público gritará cuando lo vean!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "¡Justo lo que necesitaba! No hace falta más. Todos estarán impactados cuando vean los resultados, ¡Te lo prometo! Aquí tienes un casco como recompensa. Su último dueño ahora tiene uno mejor, ¡Ja!", - "6606d08b4e2e27ca2d80085e": "Entrega el objeto encontrado en incursión: Placas balísticas Korund-VM (Frontales)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Entrega el objeto encontrado en incursión: Placa balística SPRTN Omega", "6606d0a8f146598b0f492e12": "Entrega el objeto encontrado en incursión: Placa balística 6B33 (Frontal)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Crea Una Distracción - Parte 1", - "66058cbd9f59e625462acc8e description": "Mira, estoy comenzando a sentirte como parte de la familia. ¡Como un hermano! Creo que puedo conseguirte un trabajo serio.\n\nTengo algunos cofundadores en la Arena, son Kaban y Kollontay, tal vez los conozcas. Pensé que eran gente buena onda, pero ahora decidieron jugar a la política. Quieren poner a su campeón en la Arena, ¿Te lo imaginas? Y tú sabes que un buen campeón genera mucho dinero. Se necesitará de mucho tiempo y dinero para reconstruir el negocio.\n\nNecesitamos asustar a estos tipos para que se den cuenta de que se están pasando de la raya. Toma algunas cargas explosivas y colócalas alrededor de sus escondites. Sin detonadores. No vamos a estallar nada, pero haremos que parezca como algo muy grave. Que corran por allí con el culo en la mano.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "¡Ja, deberías de haber visto el caos cuando encontraron las cargas! ¡Todo un show! Es una lástima que no lo hubiéramos grabado todo... Hiciste un buen trabajo. Aquí está tu recompensa.", - "660a9dc64c0927ead4fcfeef": "Coloca tres Cargas de TNT TP-200 debajo de la oficina de Kaban en Calles de Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Coloca tres Cargas de TNT TP-200 en la entrada de la academia MVD en Calles de Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Crea Una Distracción - Parte 2", - "66058cbf2f19c31a5a1337ec description": "Kaban y Kollontay se han recuperado desagradablemente rápido. También fueron lo suficientemente bobos como para no captar la indirecta. Pero no hay problema, tú y yo, podemos darles otra pista, ¿Verdad?\n\nTengo un plan. Tienes que volver a visitarlos y dispararle a sus perros falderos, los guardias. Todos ellos son sus socios de confianza. ¡Pero no toques a Kaban ni a Kollontay! Seguramente captarán la indirecta esta vez.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "¡¿Qué no ves a quién le disparas?! Tenía tantas esperanzas en ti...", - "66058cbf2f19c31a5a1337ec successMessageText": "¡Buen trabajo! Kaban y Kollontay están armando toda una tormenta, buscando al que ordenó el ataque. Lo superarán y se darán cuenta de que se están pasando de la raya. Toma, esta es tu recompensa.", - "660d5effb318c171fb1ca234": "Elimina a los guardias de Kaban en Calles de Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Elimina a los guardias de Kollontay en Calles de Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "¡Hacia Grandes Alturas! - Parte 1", - "66058cc1da30b620a34e6e86 description": "Bueno, ahora Kaban y Kollontay están demasiado ocupados buscando a sus agresores como para hacer cualquier otra cosa. Lo que significa que es hora de un nuevo campeón en la Arena. Y vas a ser tú. Con tu consentimiento, por supuesto. Aquí estamos en contra de la explotación laboral, ¡Ja ja!\n\nPuedo ayudarte a alcanzar fama y riquezas más allá de tus sueños más locos. Solo tienes que aceptar mi oferta. Pero, ya sabes, las acciones siempre valen más que las palabras. Así que ve a la Arena y gana. Solo así sabré que estás listo para seguir adelante.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "¡Nunca dudé de ti ni por un segundo, hermano! Pero recuerda, estamos aquí para entretener al público. ¡Necesitamos un espectáculo más grande! A veces parece como si solo estuvieran disparándole a un montón de latas, ¿Me entiendes?", - "662ba5a89d8041c264dd9673": "Gana una partida en el Modo Clasificatorio en Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "Hermano, de ahora en adelante estarás bajo mi protección. Me aseguraré de que progreses bien, pero tendrás que mover el culo más seguido.\n\nEmpecemos con lo básico. La Arena está en Tarkov, pero los patrocinadores más importantes están en el extranjero. Miran todas las partidas, hacen apuestas y avientan dinero a los favoritos. Necesitas que algunos de esos peces gordos se interesen en ti. Llama su atención, muéstrales que eres digno. Gánate un nombre. Una sola victoria no es suficiente para lograrlo. ¡Muéstrales que puedes realizar una actuación emocionante!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "¡Veo que estás progresando! Están comenzando a hablar de ti en el extranjero. La gente está interesada. ¡Es una señal de que vas por buen camino!", - "662ba78e19c86d3199ae0a93": "Gana una partida en el Modo Clasificatorio en Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Alcanza una puntuación ARP de 1700", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "¡Vas muy bien! Pero aún es muy pronto como para renunciar. Saca a lucir tu rostro con mayor frecuencia, impresiona a la audiencia. Debes sobresalir. Conviértete en la persona de quien todos hablan, en aquel a quien vienen a ver. Luego llegará el dinero, y luego otros beneficios: autos, chicas... Aunque a Tarkov le falta un poco de lo último.\n\nEn fin, en estos momentos, la Arena es una magnífica oportunidad profesional, ¡Ja!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "¡Ahora estás un paso más cerca de las grandes ligas! Respeto, hermano.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "¿Cómo está el ánimo? ¿Listo para la batalla? ¿Listo para brillar en la Arena una vez más? ¿Listo para destrozar a unos cuantos hijos de puta? Las probabilidades aún están en tu contra, ¡Así que no decepciones a la audiencia!\n\nY ya que estamos. ¿Tienes algo de dinero? Debes apostar por ti mismo y luego ganar seis veces. Ganarás toneladas de dinero y serás famoso. Trae el dinero, yo organizaré lo demás. Solamente ten cuidado: si pierdes cinco veces, empiezas de nuevo.", "66058cc72cee99303f1ba069 failMessageText": "Ahhh, hombre, casi lo logras. Inténtalo otra vez, parece que la audiencia aún está a tu favor.", "66058cc72cee99303f1ba069 successMessageText": "Aquí está tu cheque. Deduje todos mis servicios de ahí: sobornos a oponentes, honorarios y todo eso. ¿Qué? ¿Pensaste que trabajo gratis?", - "662bb23200ae352a6d5a415d": "Gana 6 de 10 partidas en el Modo Clasificatorio en Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Condición de fracaso: Perder 5 partidas", "6633a85e347a2a2b4051a26b": "Entrega Rublos del saldo de EFT", "665493a649bd17856482ba77": "Condición de Fracaso: Perder 5 partidas", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "¡Tengo buenas noticias! ¡Más bien, son excelentes noticias! Espero que hayas elegido un pequeño departamento en la colonia rica de Tarkov, ¡Porque pronto lo tendrás junto con todo este dinero! Es broma. De todos modos, todas las casas de esos vecindarios se derrumbarán en poco tiempo.\n\nEn fin, algunas personas muy poderosas del otro lado de la frontera están interesadas en ti. Poderosas y de mucho dinero. No puedo decirte sus nombres, es secreto empresarial y no quiero infringir los acuerdos que firmé. Entonces, estas personas están listas para tomarte bajo su protección y patrocinarte a lo grande, pero primero quieren garantías.\n\nNecesitas convertirte en el campeón. Vuela alto, vuela por encima del resto. Tendrás que pasar más tiempo en la Arena. Puedo ver en tus ojos que estás listo.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Eres muy bueno. Un francés muy famoso - no te diré su nombre por razones de privacidad - está interesado en ti. Tiene un ceceo de la fregada, pero ofrece buen dinero. Ya hice los arreglos para tu patrocinio.", - "662ba87106e44407b79e9ab2": "Gana 3 partidas consecutivas en el Modo Clasificatorio en Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25819,9 +26104,10 @@ "66058ccbc7f3584787181478 description": "Hola. Escuché que ahora trabajas para Ref. Te he estado siguiendo de cerca por un tiempo.\n\nConocí a un hombre que también se enredó con Ref, al igual que tú. Durante un tiempo, él fue el antiguo campeón de Ref y luego, de repente, desapareció. Y estoy seguro de que esto no tuvo nada que ver con Kaban y Kollontay.\n\nSi no quieres desaparecer igual que ese tipo, busca el departamento del último campeón. Creo que aún queda algo interesante por ahí. El campeón solía pasar el rato con los contrabandistas en los dormitorios de Aduanas. Quizás encuentres algunas pistas sobre cómo entrar a la habitación.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "¿Quieres preguntarle a Ref tú mismo? Bueno, fue un placer conocerte.", - "664ef2e5c11296c444642040": "Localiza la habitación del antiguo campeón en Aduanas", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Averigua qué pasó con el campeón", "664ef3c238dad5c6686a6d1e": "Sobrevive y extrae de la ubicación", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "¿Me estás diciendo que fuiste al dormitorio del último campeón? Muy bien... voy a fingir que eso nunca pasó. Solo recuerda, la curiosidad mató al gato... y también al último campeón. Era un buen tipo, me caía bien, pero se ablandó, perdió el toque.\n\nDeberías practicar más, no andar deambulando por la ciudad. De lo contrario, tu puntuación comenzará a bajar.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "¡Eso es! Debes dedicarle más tiempo a mejorar tus habilidades. Quién sabe qué podría pasar si no lo haces…", - "663b9bb7fe7953705cb09114": "Elimina a cualquier objetivo utilizando Carabinas de asalto en Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Elimina a cualquier objetivo utilizando Fusiles de asalto en Arena", "663b9c13d71a6a0be997a5d5": "Elimina a cualquier objetivo utilizando Ametralladoras en Arena", "663b9c1559c1d56ec9bd6b4a": "Elimina a cualquier objetivo utilizando Fusiles de tirador designado en Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Entre Dos Fuegos", "66058ccf06ef1d50a60c1f48 description": "Así que viste un cadáver. ¿Lo registraste? ¿Revisaste alrededor? Solamente estoy señalando que estás ciego. El campeón, hasta donde yo sé, traía un diario. Sí, como un adolescente, pero la verdad es que esto juega a tu favor.\n\n¿Por qué no mejor regresas y miras más de cerca? Tiene que haber más información sobre Ref en ese diario, algo sucio sobre él. Hazlo si es que quieres dejar de ser prescindible en la Arena.\n\nY una cosa más: si me traes cualquier información sobre Ref que valga la pena, te pagaré bien.", "66058ccf06ef1d50a60c1f48 failMessageText": "¿Quieres quedarte bajo la falda de Ref? Bueno, haz lo que quieras.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Bien hecho. Me alegro de que hayas agarrado tu destino por los huevos.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Localiza y obtén la información comprometedora sobre Ref", "664fd7f0837ee02ad4c8e658": "Entrega la información recuperada", "66563f0a2684eee09e8dcd86": "Localiza la habitación del antiguo campeón", "6658eb28849643547f210708": "Regresa a la habitación del antiguo campeón en Aduanas", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisiones, Decisiones", "66058cd19f59e625462acc90 description": "He estado escuchando rumores... Rumores muy desagradables. Dicen que intentas excavar en mis asuntos.\n\nMira, nos conocemos desde hace tiempo. ¡Eres como un hermano para mí! No hagas algo de lo que te vayas a arrepentir después. Cuanto menos sepas, dormirás mejor, ¿Escuchaste?\n\nHasta que tenga absoluta confianza en ti, mis hombres estarán vigilándote. No quiero que hagas ninguna travesura, campeón. Y si encuentras algo durante tu pequeña cita con el antiguo campeón, tráemelo. Solo entonces podremos olvidarnos de este pequeño y chistoso accidente.", - "66058cd19f59e625462acc90 failMessageText": "¡Bastardo! Hice todo por ti, te saqué del barro, te hice un hombre de verdad, y tú... ¡Hijo de puta!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Tomaste la decisión correcta. Nunca dudé de ti, hermano. Muy bien, no quiero más chistecitos como estos de ahora en adelante, ¿Me entendiste?", "660da15a747708e25add9653": "Condición de fracaso: Lleva la información a Fence", - "664fd86520fa1bd9f8fa5489": "Localiza y obtén la información comprometedora sobre Ref", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Entrega la información recuperada", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -26287,7 +26576,7 @@ "6663148ed7f171c4c20226c1 successMessageText": "Gracias. Se han confirmado mis sospechas. Espero que entiendas que no debes hablar de este asunto.", "666729738d4b7a9182ad4a89": "Encuentra en incursión la Figura de Ded Moroz", "66672a1a928cfea6db3ff6cb": "Entrega el objeto", - "66672a99bf7a7a1fcee35af0": "Encuentra en incursión la Figura del político Mutkevich", + "66672a99bf7a7a1fcee35af0": "Encuentra en incursión la Figura del político Mutkévich", "66672a9e351098ce6dee9d3e": "Entrega el objeto", "66672b010cf940754acb3a83": "Encuentra en incursión la Figura de Killa", "66672b18eba38faad31d29c3": "Entrega el objeto", @@ -27088,8 +27377,8 @@ "67040c78bf4be8a4ef041a65 successMessageText": "¡Tu contribución para salvar la ciudad es invaluable! Sin embargo, no puedo realizar un análisis completo de la muestra por mi cuenta.\n\nPero conozco a alguien que puede participar en el proceso. Un experto del más alto calibre... Te responderé con los resultados muy pronto.", "67068b5263a6a9dd703a29f2": "Localiza y obtén el vial de la vacuna en Laboratorio", "67068b5c3d3d44305f177281": "Entrega el objeto encontrado", - "67262b4023c03479138728fa": "Use the transit from The Lab to Streets of Tarkov", - "67262ba531b7021ec5cfc7e8": "Stash the vaccine under Kaban's office on Streets of Tarkov", + "67262b4023c03479138728fa": "Usa el tránsito de Laboratorio a Calles de Tarkov", + "67262ba531b7021ec5cfc7e8": "Esconde la vacuna debajo de la oficina de Kaban en Calles de Tarkov", "67040c78bf4be8a4ef041a65 acceptPlayerMessage": "", "67040c78bf4be8a4ef041a65 declinePlayerMessage": "", "67040c78bf4be8a4ef041a65 completePlayerMessage": "", @@ -27243,12 +27532,12 @@ "671a59e43d73dac1360765cc acceptPlayerMessage": "", "671a59e43d73dac1360765cc declinePlayerMessage": "", "671a59e43d73dac1360765cc completePlayerMessage": "", - "6727ef2c6015b7cc540ea754 name": "Contagious Beast", - "6727ef2c6015b7cc540ea754 description": "I never thought we'd have so much on our plate. Did you hear that the infected have gotten to Tagilla? He was already furious before, and now even more so. With such an active carrier of contagion, we'll soon run out of healthy people.\n\nHe must be stopped. Sure, there are tons of infected everywhere now, but none of them are as dangerous as Tagilla. So I'm asking you to put everything on hold and find the bastard. And don't leave until his body stops twitching.\n\nAfter everything that's happened, it wouldn't surprise me if Tagilla survives several magazines and then gets up as if nothing had happened... And hey, be careful out there.", + "6727ef2c6015b7cc540ea754 name": "Bestia Contagiosa", + "6727ef2c6015b7cc540ea754 description": "Nunca pensé que tendríamos tanto que hacer. ¿Escuchaste que los infectados contagiaron a Tagilla? Ya estaba furioso antes, y ahora está mucho peor. Con un portador contagioso tan activo, pronto nos quedaremos sin gente sana.\n\nHay que detenerlo. Claro, ahora hay toneladas de infectados por todas partes, pero ninguno de ellos es tan peligroso como Tagilla. Así que te pido que dejes todo lo que estás haciendo y encuentres al bastardo. Y no dejes de disparar hasta que su cuerpo deje de moverse.\n\nDespués de todo lo que ha pasado, no me sorprendería que Tagilla pudiera sobrevivir a varios cargadores y luego levantarse como si nada... Y eh, ten cuidado allá afuera.", "6727ef2c6015b7cc540ea754 failMessageText": "", - "6727ef2c6015b7cc540ea754 successMessageText": "You made sure this demon is out of commission, yes? Well, let's hope we've dealt with this threat for good.\n\nConserve your ammo and check back soon, it's important we all work together right now.", - "6727f18974e5bdcd3778dc54": "Locate and neutralize infected Tagilla", - "6727f338415cfa0beb19c5be": "Survive and extract", + "6727ef2c6015b7cc540ea754 successMessageText": "Te aseguraste de que este demonio quedara fuera del juego, ¿Verdad? Bueno, esperemos que hayamos acabado con esta amenaza para siempre.\n\nConserva tu munición y vuelve a visitarme pronto. Es importante que todos trabajemos juntos en este momento.", + "6727f18974e5bdcd3778dc54": "Localiza y neutraliza a Tagilla infectado", + "6727f338415cfa0beb19c5be": "Sobrevive y extrae", "6727ef2c6015b7cc540ea754 acceptPlayerMessage": "", "6727ef2c6015b7cc540ea754 declinePlayerMessage": "", "6727ef2c6015b7cc540ea754 completePlayerMessage": "", @@ -27272,378 +27561,378 @@ "673f348dd3346c21670217e7 declinePlayerMessage": "", "673f348dd3346c21670217e7 completePlayerMessage": "", "673f4e956f1b89c7bc0f56ef name": "Hot Wheels", - "673f4e956f1b89c7bc0f56ef description": "So I went to the depot... Those assholes ruined the place and took my spare parts. I mean, I can understand tools or equipment. But why the fuck would someone take the fucking wheels? You're not gonna build a second BTR like that.\n\nAnyway, I need a spare wheel, and the sooner the better. You gotta find where the proper wheels could be laying around. I don't know where to look exactly, but you're not a moron, you'll figure it out. You can start with the customs area, but I haven't been there for ages, so I can't promise they'll be there.", - "673f4e956f1b89c7bc0f56ef failMessageText": "This is a joke, right?\n\nThese are fucking truck wheels, you idiot. I'm driving a BTR. B-T-R! Go mark fucking bicycle wheels next while you're at it.", - "673f4e956f1b89c7bc0f56ef successMessageText": "Awesome! These will do, and you also did it quick. I commend that! Changing the wheels will take some time though, it's not a Lada after all.", - "673f5065cdfe082966842575": "Complete the main objective as soon as possible", - "673f507029a1128d5c4d7498": "Locate and mark the spare BTR wheels with an MS2000 Marker", - "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "There are wheels everywhere, don't worry. I'll take care of it.", - "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f4e956f1b89c7bc0f56ef completePlayerMessage": "All done. I did what you asked.", - "673f5a4976553f78350bdac1 name": "Hot Wheels - Let's Try Again", - "673f5a4976553f78350bdac1 description": "We've already lost time, but if we wait any longer, the BTR's gonna stall. While you were screwing around, I did some digging and found out where we can get some proper wheels. Go to the reserve military base, the wheels we need are there. \n\nThey come with rims attached, and they're a proper diameter for the BTR, too. Don't mess it up this time, the deadline's coming up.", + "673f4e956f1b89c7bc0f56ef description": "Bueno, fui al depósito... Esos pendejos arruinaron el lugar por completo y se llevaron mis piezas de repuesto. Digo, puedo entender que se llevaran las herramientas o los equipos. ¿Pero por qué chingados se llevaría alguien las putas llantas? No van a construir un segundo BTR así como así.\n\nEn fin, necesito una llanta de repuesto, y cuanto antes mejor. Tienes que encontrar dónde podrían estar las ruedas adecuadas. No sé exactamente dónde buscar, pero tú no eres un idiota, sé que encontrarás una manera de hacerlo. Puedes empezar por la zona de Aduanas, pero no he estado allí durante mucho tiempo, así que no te puedo prometer que estarán allí.", + "673f4e956f1b89c7bc0f56ef failMessageText": "Eso es una broma, ¿Verdad?\n\nEstas son llantas de un puto camión, idiota. Yo conduzco un BTR. ¡B-T-R! A la otra ve a marcar las putas ruedas de una bicicleta, ya que andas de chistosito.", + "673f4e956f1b89c7bc0f56ef successMessageText": "¡Genial! Estas son las que necesito y además lo hiciste rápido. ¡Te lo agradezco! Aunque cambiar las llantas llevará algo de tiempo, después de todo no es un Lada.", + "673f5065cdfe082966842575": "Completa el objetivo principal lo antes posible", + "673f507029a1128d5c4d7498": "Localiza y coloca un Marcador MS2000 en las llantas de repuesto del BTR", + "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "Hay llantas por todos lados, no te preocupes, yo me encargo.", + "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Quizás en otro momento, ¿Está bien? Ahora no.", + "673f4e956f1b89c7bc0f56ef completePlayerMessage": "Listo. Hice lo que me pediste.", + "673f5a4976553f78350bdac1 name": "Hot Wheels - Intentemos Otra Vez", + "673f5a4976553f78350bdac1 description": "Ya perdimos bastante tiempo, pero si seguimos esperando, el BTR quedará varado. Mientras tú andabas por ahí haciendo pendejadas, yo me puse a investigar un poco y descubrí dónde podemos conseguir llantas adecuadas. Ve a la base militar de Reserva, las ruedas que necesitamos están allí.\n\nYa vienen con el rin incluido y tienen el diámetro adecuado para el BTR. No la vayas a cagar, esta vez, se acerca la fecha límite.", "673f5a4976553f78350bdac1 failMessageText": "", - "673f5a4976553f78350bdac1 successMessageText": "There you go. It's a pain in the ass to change the wheels, but at least we have spares now. \n\nThanks for your help. And, uh, I'm sorry for being an asshole. I just really can't lose my baby while we're dealing with this emergency.", - "673f5a9537550b9d7fd30777": "Locate and mark the spare BTR wheels with an MS2000 Marker on Reserve", - "673f5a4976553f78350bdac1 acceptPlayerMessage": "You should have just told me you needed rims too... Okay, I'll look some more.", - "673f5a4976553f78350bdac1 declinePlayerMessage": "Go do it yourself if it's that easy! I don't have time for this.", - "673f5a4976553f78350bdac1 completePlayerMessage": "I think I marked it right this time.", - "673f6027352b4da8e00322d2 name": "Inevitable Response", - "673f6027352b4da8e00322d2 description": "Have you seen the new wheels? Actually, nevermind, before you fuck them up by looking at them or something. We've lost enough time, but there's a chance we can still find those half-assed engineers. I learned they came from the reserve base. If we don't hesitate, we can still catch up with them and punish them. \n\nStart in the forest and follow that path to the military base, we need to nail these assholes before they lay low.", + "673f5a4976553f78350bdac1 successMessageText": "Eso es. Cambiar las ruedas es un dolor de huevos, pero al menos tenemos repuestos ahora.\n\nGracias por tu ayuda. Y, eh, perdón por comportarme como un idiota. Es que no puedo perder a mi bebé mientras lidiamos con esta emergencia.", + "673f5a9537550b9d7fd30777": "Localiza y coloca un Marcador MS2000 en las llantas de repuesto del BTR en Reserva", + "673f5a4976553f78350bdac1 acceptPlayerMessage": "Solo tenías que decirme que necesitabas que tuvieran rines... Pero está bien, buscaré un poco más.", + "673f5a4976553f78350bdac1 declinePlayerMessage": "¡Si es tan fácil, entonces ve y hazlo tú mismo! No tengo tiempo para esto.", + "673f5a4976553f78350bdac1 completePlayerMessage": "Creo que esta vez lo marqué bien.", + "673f6027352b4da8e00322d2 name": "Respuesta Inevitable", + "673f6027352b4da8e00322d2 description": "¿Viste las llantas nuevas? De hecho, olvídalo, antes de que las eches a perder mirándolas o algo así. Perdimos mucho tiempo, pero todavía hay posibilidades de que podamos encontrar a esos ingenieros mediocres. Me enteré de que vinieron de la base de Reserva. Si no lo dudamos demasiado, aún podríamos alcanzarlos y castigarlos.\n\nComienza en el bosque y sigue ese camino hacia la base militar, tenemos que atrapar a estos pendejos antes de que pasen desapercibidos.", "673f6027352b4da8e00322d2 failMessageText": "", - "673f6027352b4da8e00322d2 successMessageText": "You got them in time? Good. Let the others think twice before ransacking my place again.", - "673f60910aed589d887b5ea1": "Eliminate Scavs on Woods", - "67499a4f03b8295863172dea": "Use the transit from Woods to Reserve", - "67499a61ddf14e140a675607": "Eliminate Scavs on Reserve", - "673f6027352b4da8e00322d2 acceptPlayerMessage": "Understood, will do.", - "673f6027352b4da8e00322d2 declinePlayerMessage": "I cannot help you right now.", - "673f6027352b4da8e00322d2 completePlayerMessage": "It took some work, but your problem is solved. They're not coming back.", - "673f61a066e6a521aa04b62b name": "Order From Outside", - "673f61a066e6a521aa04b62b description": "Surely you don't think I would be interested in petty local conflicts? I have much more important matters to attend to, and I am not going to help either of the parties. Speaking of which. I need to move an item from point A to point B. \n\nIt is hidden at the electromechanical warehouse in the airspace control center at the military base. It's to be delivered to the Priozersk nature reserve. The landmark will be a small cemetery. You'll recognize it by the stretchers and the bodies around it -- not everyone has been buried in time. \n\nSince my cargo is very specific, some people may have a particular interest in it. That is why I need someone who can guarantee the safety of the cargo during transportation.", - "673f61a066e6a521aa04b62b failMessageText": "I thought you were dead, so I have already given the job to another person. Next time, don't take too long to complete the tasks I give you.", - "673f61a066e6a521aa04b62b successMessageText": "Perfect. I've already prepared the reward.", - "673f61d9c2bc3dc676297fde": "Locate and obtain the electronic jammer at the electromechanical warehouse on Reserve", - "673f61ea87e01cfaf780a482": "Stash the device at the specified location on Woods", - "673f61a066e6a521aa04b62b acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "673f61a066e6a521aa04b62b declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "673f61a066e6a521aa04b62b completePlayerMessage": "Here about the job. Everything's done on my end.", - "673f629c5b555b53460cf827 name": "Building Foundations", - "673f629c5b555b53460cf827 description": "You know, you've been helping me out for a while now, and I haven't even brought you up to speed with this whole situation. So, I'm working with Skier now. I deliver his goods, and sometimes I'm involved in his operations. At first it was a nice lucrative gig, but now this asshole won't let me off the hook for even a second. He thinks I'm his personal fucking mule now!\n\nHe seems to have found out somehow that I'm tired of all this, and now he's brought his punks to my base to teach me a lesson. I'm not gonna put up with this shit anymore. I'd leave him a long time ago, but I do need protection and guarantees, you know. And since you're in contact with other traders, you could put in a good word for me. Can you help a friend out?", + "673f6027352b4da8e00322d2 successMessageText": "¿Los atrapaste a tiempo? Bien. Que los demás piensen dos veces antes de volver a saquear mi casa.", + "673f60910aed589d887b5ea1": "Elimina Scavs en Bosque", + "67499a4f03b8295863172dea": "Usa el tránsito de Bosque a Reserva", + "67499a61ddf14e140a675607": "Elimina Scavs en Reserva", + "673f6027352b4da8e00322d2 acceptPlayerMessage": "Entendido, lo haré.", + "673f6027352b4da8e00322d2 declinePlayerMessage": "No puedo ayudarte en este momento.", + "673f6027352b4da8e00322d2 completePlayerMessage": "Me costó un poco de trabajo, pero el problema está resuelto. No volverán.", + "673f61a066e6a521aa04b62b name": "Orden Del Exterior", + "673f61a066e6a521aa04b62b description": "¿No creerás que me interesan los pequeños conflictos locales, verdad? Tengo asuntos mucho más importantes que atender y no voy a ayudar a ninguna de las partes involucradas. Hablando de eso, necesito trasladar un objeto del punto A al punto B.\n\nEstá escondido en el almacén electromecánico del Centro de Control del Espacio Aéreo de la base militar. Debe ser entregado a la reserva natural de Priozersk. El punto de referencia será un pequeño cementerio. Lo reconocerás por las camillas y los cuerpos al rededor; no todos han sido enterrados a tiempo.\n\nComo mi carga es muy específica, algunas personas podrían tener un interés particular en ella. Por eso necesito a alguien que pueda garantizar la seguridad de la carga durante el transporte.", + "673f61a066e6a521aa04b62b failMessageText": "Pensé que estabas muerto, así que le di el trabajo a otra persona. La próxima vez, no tardes tanto en completar las tareas que te encargo.", + "673f61a066e6a521aa04b62b successMessageText": "Perfecto, ya tengo la recompensa preparada.", + "673f61d9c2bc3dc676297fde": "Localiza y obtén el dispositivo de interferencia electrónica en el almacén electromecánico de Reserva", + "673f61ea87e01cfaf780a482": "Esconde el dispositivo en la ubicación especificada de Bosque", + "673f61a066e6a521aa04b62b acceptPlayerMessage": "Suena bastante fácil. Yo me encargo.", + "673f61a066e6a521aa04b62b declinePlayerMessage": "Tengo bastantes cosas que hacer. No puedo ayudarte.", + "673f61a066e6a521aa04b62b completePlayerMessage": "Vengo por lo del trabajo. Terminé mi parte del trato.", + "673f629c5b555b53460cf827 name": "Cimientos de Construcción", + "673f629c5b555b53460cf827 description": "Sabes, me has ayudado durante algo de tiempo ya y ni siquiera te he puesto al tanto de toda esta situación. Así que te digo, ahora mismo estoy trabajando con Skier. Entrego sus productos y, a veces, participo en sus operaciones. Al principio era un trabajo agradable y lucrativo, pero ahora este imbécil no me deja salir ni un segundo. ¡Ahora cree que soy su puta mula personal!\n\nParece que de alguna manera se dio cuenta de que estoy cansado de todo esto y ahora trajo a sus idiotas a mi base para darme una lección. No voy a seguir tolerando esta mierda. Lo dejé hace mucho tiempo, pero tú sabes, necesito protección y garantías. Y como tú estás en contacto con otros comerciantes, podrías hablarles bien de mí. ¿Puedes ayudar a un amigo?", "673f629c5b555b53460cf827 failMessageText": "", - "673f629c5b555b53460cf827 successMessageText": "Yeah, well, I was kinda expecting that.\n\nBut the key is that we've made a start. Now I have a real chance of getting away from this shithead.", - "673f637a1fbc23a60a72b743": "Sell any items to Ragman", - "67519696567b9773f0811bae": "Sell any items to Prapor", - "675196dff77c0b8436ec1ef5": "Sell any items to Peacekeeper", - "673f629c5b555b53460cf827 acceptPlayerMessage": "Alright, I'll try talking to them.", - "673f629c5b555b53460cf827 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f629c5b555b53460cf827 completePlayerMessage": "I've talked to them, but they're not giving me a quick answer.", - "6740a02a69a58fceba0ff399 name": "Natural Exchange", - "6740a02a69a58fceba0ff399 description": "Your friends are still taking their time, and I'm already running low on supplies because of that depot attack. I'm gonna run out of fuel if I don't do something. I found a place to get fuel, but I need your help.\n\nYou know the local smugglers? They got a base near the Azure Coast. That's where you gotta drop off some gas cans. They'll fill me some fuel in return. But I think we can handle that part without you. They'll send their own people. So, you in?", + "673f629c5b555b53460cf827 successMessageText": "Sí, bueno, ya me lo esperaba.\n\nPero la clave es que hemos comenzado. Ahora tengo una verdadera oportunidad de alejarme de este imbécil.", + "673f637a1fbc23a60a72b743": "Vende cualquier objeto a Ragman", + "67519696567b9773f0811bae": "Vende cualquier objeto a Prapor", + "675196dff77c0b8436ec1ef5": "Vende cualquier objeto a Peacekeeper", + "673f629c5b555b53460cf827 acceptPlayerMessage": "Muy bien, intentaré hablar con ellos.", + "673f629c5b555b53460cf827 declinePlayerMessage": "Quizás en otro momento, ¿Está bien? Ahora no.", + "673f629c5b555b53460cf827 completePlayerMessage": "Hablé con ellos, pero no me dan una respuesta rápida.", + "6740a02a69a58fceba0ff399 name": "Intercambio Natural", + "6740a02a69a58fceba0ff399 description": "Tus amigos siguen tomándose su tiempo y yo me estoy quedando sin suministros por culpa de ese ataque a mi almacén. Me voy a quedar sin combustible si no hago algo. Encontré un lugar para conseguir combustible, pero necesito tu ayuda.\n\n¿Conoces a los contrabandistas locales? Tienen una base cerca del Sanatorio Azure Coast. Ahí es donde tienes que ir a dejar algunos bidones de combustible. A cambio, me llenarán de combustible para el BTR. Pero creo que podemos encargarnos de esa última parte sin ti. Enviarán a su propia gente. Entonces, ¿Te apuntas?", "6740a02a69a58fceba0ff399 failMessageText": "", - "6740a02a69a58fceba0ff399 successMessageText": "Perfect. At least now the baby won't die in the middle of a random field. Thank you, friend!", - "6740a0c33c7152ccfe151146": "Stash the first metal fuel tank at the smugglers' base on Shoreline", - "6740a0d5b05fb787316fe7d5": "Stash the second metal fuel tank at the smugglers' base on Shoreline", - "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "6740a02a69a58fceba0ff399 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6740a02a69a58fceba0ff399 completePlayerMessage": "All done. I did what you asked.", - "6740a15566e6a521aa051b15 name": "Forge a Friendship", - "6740a15566e6a521aa051b15 description": "Hello, warrior! You asked about the BTR driver, and in theory we could work together. I've already used the services of his BTR, but going against Skier is not cheap.\n\nThat's why we need to solidify our intentions, so that no one slips up later! First, I need to get a package that came from outside the cordon. I'm told it's already here, somewhere in the Norvinsk port area.", + "6740a02a69a58fceba0ff399 successMessageText": "Perfecto. Al menos ahora mi bebé no morirá en medio de un campo cualquiera. ¡Gracias, amigo!", + "6740a0c33c7152ccfe151146": "Esconde el primer Tanque metálico de combustible en la base de los contrabandistas en Costa", + "6740a0d5b05fb787316fe7d5": "Esconde el segundo Tanque metálico de combustible en la base de los contrabandistas en Costa", + "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Suena bastante fácil. Yo me encargo.", + "6740a02a69a58fceba0ff399 declinePlayerMessage": "Quizás en otro momento, ¿Está bien? Ahora no.", + "6740a02a69a58fceba0ff399 completePlayerMessage": "Listo. Hice lo que me pediste.", + "6740a15566e6a521aa051b15 name": "Forjar una Amistad", + "6740a15566e6a521aa051b15 description": "¡Hola, guerrero! Me preguntaste por el conductor del BTR y, en teoría, podríamos trabajar juntos. Ya he usado los servicios de su BTR antes, pero ir contra Skier no es barato.\n\n¡Por eso necesitamos solidificar nuestras intenciones, para que nadie cometa errores más adelante! Primero, necesito conseguir un paquete que llegó desde fuera del bloqueo. Me dijeron que ya está aquí, en algún lugar de la zona portuaria de Norvinsk.", "6740a15566e6a521aa051b15 failMessageText": "", - "6740a15566e6a521aa051b15 successMessageText": "Good work, soldier! I'll be in touch with you about working with the driver.", - "6740a202086cf3dbf687279a": "Locate and obtain Prapor's cargo on Shoreline", - "6740a20cc6daae7f8f12a77d": "Hand over the found cargo", + "6740a15566e6a521aa051b15 successMessageText": "¡Buen trabajo, soldado! Me pondré en contacto contigo para trabajar con el conductor.", + "6740a202086cf3dbf687279a": "Localiza y obtén el cargamento de Prapor en Costa", + "6740a20cc6daae7f8f12a77d": "Entrega el cargamento recuperado", "6740a15566e6a521aa051b15 acceptPlayerMessage": "", "6740a15566e6a521aa051b15 declinePlayerMessage": "", "6740a15566e6a521aa051b15 completePlayerMessage": "", - "6740a2c17e3818d5bb0648b6 name": "Half-Empty", - "6740a2c17e3818d5bb0648b6 description": "So, about that cargo from across the cordon. Turns out it was only part of the shipment. The other part's supposed to be airdropped. But I suspect they didn't include everything there either, those bastards.\n\nLook, you could help me with this. The package still needs to be picked up. And if we don't actually have everything, we'll have to look somewhere else. Obviously, I'm not gonna work with these suppliers anymore, but right now I need all these electronics from the shipment.\n\nI won't forget your commitment. Who knows, maybe I'll figure out how to help comrade driver quicker after you're done.", + "6740a2c17e3818d5bb0648b6 name": "Medio Vacío", + "6740a2c17e3818d5bb0648b6 description": "Bueno, sobre ese cargamento proveniente del otro lado del bloqueo. Resulta que solo era una parte del envío. Se supone que la otra parte se entregará por aire. Pero sospecho que esos malditos bastardos tampoco incluirán todo lo que falta en esa entrega.\n\nMira, tú podrías ayudarme con esto. Ya que el paquete necesita ser recogido. Y si no tenemos todas las partes, tendremos que buscar en otro lado. Obviamente, no voy a trabajar con estos proveedores nunca más, pero ahora mismo necesito todos estos dispositivos electrónicos del envío.\n\nNo olvidaré tu compromiso. Quién sabe, tal vez y encuentre una forma más rápida de ayudar a nuestro camarada conductor cuando hayas terminado.", "6740a2c17e3818d5bb0648b6 failMessageText": "", - "6740a2c17e3818d5bb0648b6 successMessageText": "You really helped me out! If the BTR driver is as reliable as you, we'll certainly get along. I just need to finish some other urgent things and prepare everything.", - "6740a322d42204d5c70767e9": "Find military electronics items in raid", - "6740a33685a62f9581c2beaf": "Hand over the found in raid PC component items", - "6749aa9b1badcb1e8056d769": "Hand over the found in raid military electronic items", + "6740a2c17e3818d5bb0648b6 successMessageText": "¡Realmente me ayudaste! Si el conductor del BTR es tan confiable como tú, seguramente nos llevaremos bien. Solo necesito terminar algunos pendientes urgentes y preparar todo.", + "6740a322d42204d5c70767e9": "Encuentra objetos electrónicos militares en incursión", + "6740a33685a62f9581c2beaf": "Entrega cualquier objeto de componentes de PC encontrado en incursión", + "6749aa9b1badcb1e8056d769": "Entrega cualquier objeto de electrónicos militares encontrado en incursión", "6740a2c17e3818d5bb0648b6 acceptPlayerMessage": "", "6740a2c17e3818d5bb0648b6 declinePlayerMessage": "", "6740a2c17e3818d5bb0648b6 completePlayerMessage": "", - "6740a3f4eca8acb2d2055159 name": "Stick in the Wheel", - "6740a3f4eca8acb2d2055159 description": "Here about the BTR driver again? Listen, it's not that simple. But things are slowly progressing, thanks to you. By the way, the Scavs are really coming down on my soldiers right now. \n\nI don't know if it's Skier who has learned something about our plans, or if someone is actively recruiting new bandits, but it's impossible to do business like this, that's for sure. If you want your comrade and I to work together, you have to remove this hindrance.", + "6740a3f4eca8acb2d2055159 name": "Un Palo Entre las Ruedas", + "6740a3f4eca8acb2d2055159 description": "¿Vienes otra vez por lo del conductor del BTR? Escucha, no es tan sencillo. Pero gracias a ti, la cosa está progresando poco a poco. Por cierto, los Scavs están atacando a mis soldados en este momento.\n\nNo sé si es Skier que se enteró de nuestros planes o si alguien está reclutando activamente a nuevos bandidos, pero es imposible hacer negocios así, de eso no cabe duda. Si quieres que tu camarada y yo trabajemos juntos, tienes que eliminar este obstáculo.", "6740a3f4eca8acb2d2055159 failMessageText": "", - "6740a3f4eca8acb2d2055159 successMessageText": "No more sticks in the wheels now. Thank you.\n\nYou can tell your friend that I will soon prepare everything for him to come under our protection.", - "6740a42c508599fd5a066f19": "Eliminate any target on any location", + "6740a3f4eca8acb2d2055159 successMessageText": "Ya no hay obstáculos ni palos entre las ruedas. Gracias.\n\nPuedes decirle a tu amigo que muy pronto prepararé todo para que quede bajo nuestra protección.", + "6740a42c508599fd5a066f19": "Elimina a cualquier objetivo en cualquier ubicación", "6740a3f4eca8acb2d2055159 acceptPlayerMessage": "", "6740a3f4eca8acb2d2055159 declinePlayerMessage": "", "6740a3f4eca8acb2d2055159 completePlayerMessage": "", - "6740b60c60a98cad1b0e0aa0 name": "Another Shipping Delay", - "6740b60c60a98cad1b0e0aa0 description": "Hey, brother! You say the BTR driver wants to leave Skier's gang? You know, that kind of transport would be good for my trade. But you do realize Skier won't appreciate such a move, and it's a risk to my business. Anyway, it's a lot to think about and weigh.\n\nThough, you can make the driver's offer more convincing. I got some urgent business to take care of. I lost contact with one of my crews. The guys were running a delivery and they were supposed to be back by now. Return to me if you find any sign of them.", + "6740b60c60a98cad1b0e0aa0 name": "Otro Retraso en el Envío", + "6740b60c60a98cad1b0e0aa0 description": "¡Hola, hermano! ¿Dices que el conductor del BTR quiere dejar la banda de Skier? Sabes, a mi negocio le caería bien ese tipo de transporte. Pero si te das cuenta de que a Skier no le gustará ese cambio, ¿Verdad? Y es un riesgo para mi negocio. En fin, hay mucho que considerar y pensar.\n\nAunque puedes hacer que la oferta del conductor sea más convincente. Tengo algunos asuntos urgentes que atender. Perdí contacto con uno de mis equipos. Los chicos estaban haciendo una entrega, y se suponía que ya deberían estar de regreso. Vuelve a verme si encuentras alguna señal de ellos.", "6740b60c60a98cad1b0e0aa0 failMessageText": "", - "6740b60c60a98cad1b0e0aa0 successMessageText": "Someone's iced the couriers, huh? This means I have to switch routes, I've got three more trips planned! \n\nMan, I can't stop the trade, I need new routes. Maybe your driver friend could give some tips? Go ask him where I can move the goods safely. Pretty please.", - "6740b64f024f0e44fbed2c48": "Locate the missing courier crew on Woods", - "6740b66079ff8ea717dad584": "Survive and extract from the location", + "6740b60c60a98cad1b0e0aa0 successMessageText": "Conque alguien puso fríos a los mensajeros, ¿eh? Esto significa que tengo que cambiar de ruta, ¡Tengo planeado tres viajes más!\n\nHombre, no puedo parar el comercio, necesito nuevas rutas. ¿Quizás tu amigo el conductor podría darte algunos consejos? Ve y pregúntale dónde puedo trasladar las mercancías de forma segura. Por favor.", + "6740b64f024f0e44fbed2c48": "Localiza al equipo de entrega desaparecido en Bosque", + "6740b66079ff8ea717dad584": "Sobrevive y extrae de la ubicación", "6740b60c60a98cad1b0e0aa0 acceptPlayerMessage": "", "6740b60c60a98cad1b0e0aa0 declinePlayerMessage": "", "6740b60c60a98cad1b0e0aa0 completePlayerMessage": "", - "674492b6909d2013670a347a name": "Ask for Directions", - "674492b6909d2013670a347a description": "So Ragman's looking for new routes, you say? I'm thinking about that myself right now, since Skier won't let me go so easily. But there is one option that Ragman could use. I won't pass on my BTR through there, but when I was a puny pedestrian, I used to sneak around there often.\n\nYou know the village by the cliffs where the cottages are? You can go up from one of the backyards, and then follow the crevice. Then, you reach those wealthy houses, you'll have to be on guard over there.\n\nThere are no truly safe roads left, so I guess this one's better than nothing. Just make sure you come back to me when you've marked it, I'll double check it with my maps just to be sure.", + "674492b6909d2013670a347a name": "Preguntar por Direcciones", + "674492b6909d2013670a347a description": "¿Dices que Ragman está buscando nuevas rutas? Justo estaba pensando en eso ahora mismo, ahora que Skier no dejará que me vaya tan fácilmente. Pero hay una opción que Ragman podría usar. Digo, yo no pasaría con mi BTR por ahí, pero cuando yo era un indefenso peatón, solía pasar desapercibido por allí bastantes veces.\n\n¿Conoces la aldea junto a los acantilados cerca de donde están los chalés? Puedes subir desde uno de los patios traseros y luego seguir la grieta. Luego, cuando llegues a esas casas de gente adinerada, tendrás que levantar la guardia.\n\nNo quedan caminos seguros realmente, pero supongo que este es mejor que nada. Solo asegúrate de regresar conmigo cuando lo hayas marcado, lo comprobaré un par de veces con mis mapas solo para estar seguro.", "674492b6909d2013670a347a failMessageText": "", - "674492b6909d2013670a347a successMessageText": "I think you got it all right. Honestly, I don't remember the details very well...\n\nBut there was no other such path in the cliffs, so yeah, it's all good.", - "674492e56e8d2d5239a3fd37": "Locate and mark the first section of the cliff path with an MS2000 Marker on Lighthouse", - "674492ebf6f84f7d09ef1abb": "Locate and mark the second section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f0636d0661476732f2": "Locate and mark the third section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f30f45cb752f21df39": "Locate and mark the fourth section of the cliff path with an MS2000 Marker on Lighthouse", - "674492b6909d2013670a347a acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "674492b6909d2013670a347a declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "674492b6909d2013670a347a completePlayerMessage": "My job's done. Time to pay up.", - "6744a4717e3818d5bb0680bb name": "Stabilize Business", - "6744a4717e3818d5bb0680bb description": "I told you the driver knows the right paths! That's where I'll send the shipment, although I don't have time for that at present. First I have to deal with those who killed my couriers. I already found the culprits, so now it's for Ragman to send his regards.\n\nI can't do anything to help the driver until this matter is handled. That's why I suggest you take care of it. Quicker you start, quicker you finish.", + "674492b6909d2013670a347a successMessageText": "Creo que hiciste todo bien. Honestamente, no recuerdo muy bien los detalles...\n\nPero no había ningún otro camino así en los acantilados, así que sí, está todo bien.", + "674492e56e8d2d5239a3fd37": "Localiza y coloca un Marcador MS2000 en la primera sección del camino del acantilado en Faro", + "674492ebf6f84f7d09ef1abb": "Localiza y coloca un Marcador MS2000 en la segunda sección del camino del acantilado en Faro", + "674492f0636d0661476732f2": "Localiza y coloca un Marcador MS2000 en la tercera sección del camino del acantilado en Faro", + "674492f30f45cb752f21df39": "Localiza y coloca un Marcador MS2000 en la cuarta sección del camino del acantilado en Faro", + "674492b6909d2013670a347a acceptPlayerMessage": "Suena bastante fácil. Yo me encargo.", + "674492b6909d2013670a347a declinePlayerMessage": "Quizás en otro momento, ¿Está bien? Ahora no.", + "674492b6909d2013670a347a completePlayerMessage": "Terminé el trabajo. Ahora págame.", + "6744a4717e3818d5bb0680bb name": "Estabilizar Negocios", + "6744a4717e3818d5bb0680bb description": "¡Te dije que el conductor se sabe los caminos correctos! Enviaré el envío por ahí, aunque no tengo tiempo para eso en este momento. Primero tengo que encargarme de los que mataron a mis mensajeros. Ya encontré a los culpables, así que es hora de que Ragman les envíe saludos.\n\nNo puedo hacer nada para ayudar al conductor hasta que se resuelva este asunto. Por eso te sugiero que te encargues de esto. Si empiezas de una vez, terminarás más rápido.", "6744a4717e3818d5bb0680bb failMessageText": "", - "6744a4717e3818d5bb0680bb successMessageText": "That's great! Now there is nothing to interfere with my operations, and we can think about expansion.\n\nFor now, I need to figure out how to prepare for the BTR coming under my roof. Just be patient for a little longer.", - "6744a4e6c8a456e74064e7d7": "Eliminate Scavs in one raid on Ground Zero", - "6744a6b96cefb76fd3f70555": "Survive and extract from the location", + "6744a4717e3818d5bb0680bb successMessageText": "¡Genial! Ahora no hay nada que interfiera con mis operaciones y podemos pensar en la expansión.\n\nPor ahora, necesito averiguar cómo prepararme para la llegada del BTR bajo mi techo. Solo ten un poco más de paciencia.", + "6744a4e6c8a456e74064e7d7": "Elimina Scavs en Zona Cero durante una sola incursión", + "6744a6b96cefb76fd3f70555": "Sobrevive y extrae de la ubicación", "6744a4717e3818d5bb0680bb acceptPlayerMessage": "", "6744a4717e3818d5bb0680bb declinePlayerMessage": "", "6744a4717e3818d5bb0680bb completePlayerMessage": "", - "6744a728352b4da8e003eda9 name": "Battery Change", - "6744a728352b4da8e003eda9 description": "How are the negotiations progressing? I mean, I understand that Prapor needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 name": "Cambio de Batería", + "6744a728352b4da8e003eda9 description": "¿Cómo van las negociaciones? Digo, entiendo que Prapor necesita procesarlo bien primero, ¡Pero me estoy quedando sin tiempo! Tengo que sobrevivir de alguna manera mientras tú construyes estos puentes. Obviamente, no me estoy quejando de ti.\n\nAhora ni siquiera tengo baterías de repuesto, y todo lo eléctrico puede irse a la mierda en cualquier momento. Incluso una batería de tanque me vendría bien ahora mismo, podría hacerla funcionar con mi BTR.\n\n¿Crees que puedas encontrar una de esas? Porque sin una, estoy acabado.", "6744a728352b4da8e003eda9 failMessageText": "", - "6744a728352b4da8e003eda9 successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a964dc1b1e2ee134ffeb": "Hand over the item: 6-STEN-140-M military battery", - "6744a728352b4da8e003eda9 acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a728352b4da8e003eda9 declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a728352b4da8e003eda9 completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744a9dfef61d56e020b5c4a name": "Battery Change", - "6744a9dfef61d56e020b5c4a description": "How are the negotiations progressing? I mean, I understand that Ragman needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 successMessageText": "¡Esa cosa es enorme! Espero que no haya sido demasiada molestia. Bueno, déjala aquí. Estás haciendo un gran trabajo por mí y no lo olvidaré. Gracias.", + "6744a964dc1b1e2ee134ffeb": "Entrega el objeto: Batería militar 6-STEN-140-M", + "6744a728352b4da8e003eda9 acceptPlayerMessage": "Me estoy rompiendo la espalda por ti... Está bien, me las arreglaré.", + "6744a728352b4da8e003eda9 declinePlayerMessage": "Mmm... no. Una vez tuve que arrastrarme durante horas con una de esas baterías. Perdón, pero no voy a hacerlo.", + "6744a728352b4da8e003eda9 completePlayerMessage": "Aquí está lo que querías. Te juro que esta es la última vez que hago una entrega de batería de tanque.", + "6744a9dfef61d56e020b5c4a name": "Cambio de Batería", + "6744a9dfef61d56e020b5c4a description": "¿Cómo van las negociaciones? Digo, entiendo que Ragman necesita procesarlo bien primero, ¡Pero me estoy quedando sin tiempo! Tengo que sobrevivir de alguna manera mientras tú construyes estos puentes. Obviamente, no me estoy quejando de ti.\n\nAhora ni siquiera tengo baterías de repuesto, y todo lo eléctrico puede irse a la mierda en cualquier momento. Incluso una batería de tanque me vendría bien ahora mismo, podría hacerla funcionar con mi BTR.\n\n¿Crees que puedas encontrar una de esas? Porque sin una, estoy acabado.", "6744a9dfef61d56e020b5c4a failMessageText": "", - "6744a9dfef61d56e020b5c4a successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a9dfef61d56e020b5c54": "Hand over the item: 6-STEN-140-M military battery", - "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a9dfef61d56e020b5c4a completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744ab1def61d56e020b5c56 name": "Protect the Sky", - "6744ab1def61d56e020b5c56 description": "You weren't being tailed, were you? Skier is definitely up to something. I'm even afraid to sleep in the BTR now! But I can't back down now. I've started setting up a new base, and this time I want to build a solid defense.\n\nSomeone's willing to provide me with a decent electronic jamming system. We've already settled the payment, it's just a matter of delivering the package to me. They picked an unusual place for the transfer: a cemetery in the forest. It's not big, but you'll find it no problem. There's a stretcher and bodies lying around near it.\n\nCan you get the package from the stash? Oh, but don't go straight there from here. Go to your base, take a breather, and then go to the stash from there. Can't let anyone find out about my new purchase.", + "6744a9dfef61d56e020b5c4a successMessageText": "¡Esa cosa es enorme! Espero que no haya sido demasiada molestia. Bueno, déjala aquí. Estás haciendo un gran trabajo por mí y no lo olvidaré. Gracias.", + "6744a9dfef61d56e020b5c54": "Entrega el objeto: Batería militar 6-STEN-140-M", + "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Me rompo la espalda por ti... Está bien, me las arreglaré.", + "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Mmm... no. Una vez tuve que arrastrarme durante horas con una de esas baterías. Perdón, pero no voy a hacerlo.", + "6744a9dfef61d56e020b5c4a completePlayerMessage": "Aquí está lo que querías. Te juro que esta es la última vez que hago una entrega de batería de tanque.", + "6744ab1def61d56e020b5c56 name": "Proteger el Cielo", + "6744ab1def61d56e020b5c56 description": "No te venían siguiendo, ¿Verdad? Skier está tramando algo, sin duda. ¡Ahora incluso me da miedo dormir en el BTR! Pero no puedo dar marcha atrás ahora. Empecé a preparar una base nueva y esta vez quiero construir una defensa sólida.\n\nAlguien está dispuesto a proporcionarme un sistema de interferencia electrónica decente. Ya hemos liquidado el pago, solo es cuestión de entregarme el paquete. Eligieron un lugar inusual para la transferencia: un cementerio en el bosque. No es muy grande, pero lo encontrarás sin ningún problema. Hay una camilla y cuerpos tirados cerca.\n\n¿Puedes ir y sacar el paquete del alijo? Ah, pero no vayas directamente allá desde aquí. Ve a tu base, tómate un respiro y luego ve al alijo desde allí. No puedo dejar que nadie se entere de mi nueva compra.", "6744ab1def61d56e020b5c56 failMessageText": "", - "6744ab1def61d56e020b5c56 successMessageText": "Thank you! At least now I have a place to sleep.\n\nNothing will come down from above now. And on the ground, the landmines should stop them. I've covered everything. Let's see them looting my spare parts again!", - "6744ab1def61d56e020b5c5f": "Locate the package in the specified spot on Woods", - "6744ab1def61d56e020b5c60": "Hand over the package", - "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Alright, I'm in.", - "6744ab1def61d56e020b5c56 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6744ab1def61d56e020b5c56 completePlayerMessage": "Here you go. Hope that's what you're looking for.", - "6744aca8d3346c216702c583 name": "Discombobulate", - "6744aca8d3346c216702c583 description": "I was right about Skier. He's not just trying to interrupt my work, he's trying to fucking destroy the BTR! Looks like somebody supplied him with a big load of RPG rockets. \n\nThose knuckle-dragging idiots can't even shoot it properly, but so what? With enough ammo, they'll take me down if not on the first, then on the tenth attempt. However, I might have an idea where Skier is storing these rockets. Plenty of time's passed, they've already organized their firing positions, I'm sure of it.\n\nThey could be anywhere in the city, but in the forest we may be able to find all of their positions. Just follow my usual driving route and check all the places they might use to ambush me.\n\nFind the rocket crates and leave some presents for those fuckers. Let them have an explosive surprise when they come for their ammo.", + "6744ab1def61d56e020b5c56 successMessageText": "¡Gracias! Al menos ahora tengo un lugar donde dormir.\n\nAhora no caerá nada desde el cielo. Y en tierra, las minas deberían detenerlos. He cubierto todo. ¡A ver cómo le hacen para saquear mis piezas de repuesto otra vez!", + "6744ab1def61d56e020b5c5f": "Localiza el paquete en el lugar especificado de Bosque", + "6744ab1def61d56e020b5c60": "Entrega el paquete", + "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Está bien, cuenta conmigo.", + "6744ab1def61d56e020b5c56 declinePlayerMessage": "Quizás en otro momento, ¿Está bien? Ahora no.", + "6744ab1def61d56e020b5c56 completePlayerMessage": "Aquí tienes. Espero que sea lo que estás buscando.", + "6744aca8d3346c216702c583 name": "Desconcertar", + "6744aca8d3346c216702c583 description": "Tenía razón sobre Skier. No solo está tratando de interrumpir mi trabajo, ¡Está tratando de destruir mi puto BTR! Parece que alguien le suministró una gran carga de cohetes RPG.\n\nEsos estúpidos cavernícolas ni siquiera pueden disparar bien, ¿Pero y qué? Con toda esa munición, si no me derriban en el primer intento, lo lograrán en el décimo. Pero tengo una idea de dónde podría estar guardando Skier esos cohetes. Aunque ya pasó bastante tiempo y han organizado sus posiciones de tiro, de eso estoy seguro.\n\nPodrían estar en cualquier lugar de la ciudad, pero es posible que podamos encontrar todas sus posiciones en el bosque. Simplemente sigue la ruta por la que suelo conducir habitualmente y revisa todos los lugares que podrían usar para emboscarme.\n\nEncuentra las cajas de cohetes y deja algunos regalitos para esos hijos de puta. Déjales una sorpresa explosiva cuando vengan por su munición.", "6744aca8d3346c216702c583 failMessageText": "", - "6744aca8d3346c216702c583 successMessageText": "Magnificent! I think I heard one explosion about 20 minutes ago already. Now this bitch Skier will think twice before threatening me.", - "6744ae5cc771515803d615ec": "Stash a VOG-25 Khattabka grenade at the first RPG ammo crate on Woods", - "6744ae63b3b4be24ffc607a4": "Stash a VOG-25 Khattabka grenade at the second RPG ammo crate on Woods", - "6744ae65f8c1438fb9374575": "Stash a VOG-25 Khattabka grenade at the third RPG ammo crate on Woods", - "6744aca8d3346c216702c583 acceptPlayerMessage": "Oh man, I love life-threatening EOD missions. Alright, I'll do it.", - "6744aca8d3346c216702c583 declinePlayerMessage": "I cannot help you right now.", - "6744aca8d3346c216702c583 completePlayerMessage": "Here about the job. Everything's done on my end.", - "6744af0969a58fceba101fed name": "The Price of Independence", - "6744af0969a58fceba101fed description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away. When he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed! So listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee. You need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. The key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. \n\nAfter you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up! The best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6744af0969a58fceba101fed failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter. We sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", - "6744af0969a58fceba101fed successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me. What's most important is that we've already prepared the stage.\n\nIt won't be easy, but Prapor promised to help, and the letter ought to work too. I won't forget all the help you've given me. Drop by often, friend.", - "6745c8ccb4adeab3910332cc": "Locate and obtain the incriminating letter on Customs", - "6745c8de22c7ee46e3319c34": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745c8ee54d6972417ad7bad": "Use the transit from Customs to Reserve", - "6745c90842db81af412eae97": "Use the transit from Reserve to Woods", - "6745c9482ac6bee79dca869a": "Eliminate any target on Woods", - "6745c9623d362cd373b1de93": "Use the transit from Woods to Lighthouse", - "6745c986a3e10e0bf6472d8e": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745c992bf76b3aeaf6370e0": "Launch a yellow signal flare at the pier on Lighthouse", - "6745c9a86086867a2c723e9d": "Survive and extract from Lighthouse", - "6745c9b89c84a273d4a2dc28": "Eliminate Scavs while completing the other objectives", - "6744af0969a58fceba101fed acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", - "6744af0969a58fceba101fed declinePlayerMessage": "I cannot help you right now.", - "6744af0969a58fceba101fed completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745cbee909d2013670a4a55 name": "The Price of Independence", - "6745cbee909d2013670a4a55 description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away.\n\nWhen he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed!\n\nSo listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee.\n\nYou need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. \n\nThe key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. After you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up!\n\nThe best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6745cbee909d2013670a4a55 failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter.\n\nWe sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", - "6745cbee909d2013670a4a55 successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me.\n\nWhat's most important is that we've already prepared the stage. \n\nIt won't be easy, but Ragman promised to help, and the letter ought to work too.\n\nI won't forget all the help you've given me. Drop by often, friend.", - "6745cbee909d2013670a4a60": "Locate and obtain the incriminating letter on Customs", - "6745cbee909d2013670a4a61": "Use the transit from Customs to Reserve", - "6745cbee909d2013670a4a63": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745cbee909d2013670a4a64": "Use the transit from Reserve to Woods", - "6745cbee909d2013670a4a66": "Eliminate any target on Woods", - "6745cbee909d2013670a4a68": "Use the transit from Woods to Lighthouse", - "6745cbee909d2013670a4a6a": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745cbee909d2013670a4a6c": "Launch a yellow signal flare at the pier on Lighthouse", - "6745cbee909d2013670a4a6e": "Eliminate Scavs while completing the other objectives", - "6745cbee909d2013670a4a70": "Survive and extract from Lighthouse", - "6745cbee909d2013670a4a55 acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", - "6745cbee909d2013670a4a55 declinePlayerMessage": "I cannot help you right now.", - "6745cbee909d2013670a4a55 completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745fae369a58fceba10343d name": "The Higher They Fly", - "6745fae369a58fceba10343d description": "Hello-hello. I've got a worker guy who's gotten a little carried away with his ambitions. Obviously, I'll handle it later. The problem right now is that some PMCs are getting involved. I don't know if they've been bribed, or maybe they're in cahoots with this mule of mine.\n\nThing is, I don't need any extra faces in this matter, so these good little helpers need to be taken out of the picture. Last time they \"operated\" in the Priozersk area, so you're gonna start there.", - "6745fae369a58fceba10343d failMessageText": "Thought you could have a foot in both camps, you dumb fuck?\n\nA real pro knows how to pick a side. You fucked up, and believe me, you're not gonna unfuck it now.", - "6745fae369a58fceba10343d successMessageText": "Nice one! If any of those idiots are still thinking about helping this poor lad, now they're aware of all the risks that come with it.", - "6745fae369a58fceba103458": "Eliminate PMC operatives on Woods", + "6744aca8d3346c216702c583 successMessageText": "¡Magnífico! Creo que ya escuché una explosión hace unos 20 minutos. Ahora la perra de Skier pensará dos veces antes de amenazarme.", + "6744ae5cc771515803d615ec": "Esconde una Granada VOG-25 Khattabka en la primera caja de munición de RPG en Bosque", + "6744ae63b3b4be24ffc607a4": "Esconde una Granada VOG-25 Khattabka en la segunda caja de munición de RPG en Bosque", + "6744ae65f8c1438fb9374575": "Esconde una Granada VOG-25 Khattabka en la tercera caja de munición de RPG en Bosque", + "6744aca8d3346c216702c583 acceptPlayerMessage": "Ah, hombre, me encantan las misiones con explosivos que ponen en peligro mi vida. Muy bien, lo haré.", + "6744aca8d3346c216702c583 declinePlayerMessage": "No puedo ayudarte en este momento.", + "6744aca8d3346c216702c583 completePlayerMessage": "Vengo por lo del trabajo. Terminé mi parte del trato.", + "6744af0969a58fceba101fed name": "El Precio de la Independencia", + "6744af0969a58fceba101fed description": "Logramos impedir los planes de Skier y te diré esto: no podemos dejar pasar esta oportunidad. Cuando se recupere, nunca saldré de su vista. Es por eso que necesitamos pensar en un plan defensivo ahora, ¡Porque nos van a culear a ti y a mí! Así que escúchame bien, tengo todo un plan. Solo que no tengo a nadie al que le pueda confiar hacer algo tan complejo.\n\nPude desenterrar algo de información de Skier y sus antecedentes. El tipo de información que podría comprometerlo seriamente si cayera en las manos adecuadas. Todo eso está en esa carta y es nuestra garantía. Tienes que ir a recogerla en el área de Aduanas. La carta estará en el piso superior del edificio junto al sitio de construcción. Ya sabes, el que está cerca de la plataforma del tren, tú la verás. Eso espero...\n\nDesde ahí, ve directo a la base militar de Reserva y déjala en el tercer piso del cuartel general, en el punto fortificado con ventanas. La clave es asegurarse de que los hombres de Skier no intercepten la carta. Por eso, después de esconderla, corre a Priozersk y haz algo de ruido.\n\nDespués de que mates a un par de Scavs, ve cerca de la península de Faro y dispara una bengala. Necesitarás una de color amarillo, ¡No te vayas a confundir! El mejor lugar para hacerlo es en el muelle de las casas de vacaciones y en el andén de la estación de trenes, eso distraerá a los muchachos en la base de Skier más cercana. Después de eso, ¡Sal corriendo de ahí!\n\nEscribí todas las instrucciones en un pedazo de papel para asegurarme de que no la vayas a cagar. Tienes que hacerlo todo a la vez, ¿Lo entiendes?", + "6744af0969a58fceba101fed failMessageText": "No funcionó, amigo. Skier interceptó la maldita carta. Estuvimos muy cerca, ¿No es así? ¡Nadie sabía nada de esto!\n\nSupongo que no tengo ninguna opción para separarme de Skier aún.", + "6744af0969a58fceba101fed successMessageText": "¡A la puta mierda! ¡Lo lograste! Eres el único que me ha defendido. Lo más importante es que ya hemos preparado el escenario.\n\nNo será fácil, pero Prapor prometió ayudar y la carta también debería funcionar. No olvidaré toda la ayuda que me has dado. Pásate más seguido, amigo.", + "6745c8ccb4adeab3910332cc": "Localiza y obtén la Carta incriminadora en Aduanas", + "6745c8de22c7ee46e3319c34": "Esconde la carta en el tercer piso del cuartel general de la base militar en Reserva", + "6745c8ee54d6972417ad7bad": "Usa el tránsito de Aduanas a Reserva", + "6745c90842db81af412eae97": "Usa el tránsito de Reserva a Bosque", + "6745c9482ac6bee79dca869a": "Elimina a cualquier objetivo en Bosque", + "6745c9623d362cd373b1de93": "Usa el tránsito de Bosque a Faro", + "6745c986a3e10e0bf6472d8e": "Dispara una bengala de señalización amarilla desde el almacén de la estación de tren en Faro", + "6745c992bf76b3aeaf6370e0": "Dispara una bengala de señalización amarilla desde el muelle en Faro", + "6745c9a86086867a2c723e9d": "Sobrevive y extrae de Faro", + "6745c9b89c84a273d4a2dc28": "Elimina Scas mientras completas los otros objetivos", + "6744af0969a58fceba101fed acceptPlayerMessage": "Eso es... demasiado. Trataré de no cagarla.", + "6744af0969a58fceba101fed declinePlayerMessage": "No puedo ayudarte en este momento.", + "6744af0969a58fceba101fed completePlayerMessage": "Hice todo lo que me pediste. Seguí estrictamente las instrucciones.", + "6745cbee909d2013670a4a55 name": "El Precio de la Independencia", + "6745cbee909d2013670a4a55 description": "Logramos impedir los planes de Skier y te diré esto: no podemos dejar pasar esta oportunidad.\n\nCuando se recupere, nunca saldré de su vista. Es por eso que necesitamos pensar en un plan defensivo ahora, ¡Porque nos van a culear a ti y a mí!\n\nAsí que escúchame bien, tengo todo un plan. Solo que no tengo a nadie al que le pueda confiar hacer algo tan complejo.\n\nPude desenterrar algo de información de Skier y sus antecedentes. El tipo de información que podría comprometerlo seriamente si cayera en las manos adecuadas. Todo eso está en esa carta y es nuestra garantía.\n\nTienes que ir a recogerla en el área de Aduanas. La carta estará en el piso superior del edificio junto al sitio de construcción. Ya sabes, el que está cerca de la plataforma del tren, tú la verás. Eso espero...\n\nDesde ahí, ve directo a la base militar de Reserva y déjala en el tercer piso del cuartel general, en el punto fortificado con ventanas.\n\nLa clave es asegurarse de que los hombres de Skier no intercepten la carta. Por eso, después de esconderla, corre a Priozersk y haz algo de ruido. Después de que mates a un par de Scavs, ve cerca de la península de Faro y dispara una bengala. Necesitarás una de color amarillo, ¡No te vayas a confundir!\n\nEl mejor lugar para hacerlo es en el muelle de las casas de vacaciones y en el andén de la estación de trenes, eso distraerá a los muchachos en la base de Skier más cercana. Después de eso, ¡Sal corriendo de ahí!\n\nEscribí todas las instrucciones en un pedazo de papel para asegurarme de que no la vayas a cagar. Tienes que hacerlo todo a la vez, ¿Lo entiendes?", + "6745cbee909d2013670a4a55 failMessageText": "No funcionó, amigo. Skier interceptó la maldita carta.\n\nEstuvimos muy cerca, ¿No es así? ¡Nadie sabía nada de esto!\n\nSupongo que no tengo ninguna opción para separarme de Skier aún.", + "6745cbee909d2013670a4a55 successMessageText": "¡A la puta mierda! ¡Lo lograste! Eres el único que me ha defendido.\n\nLo más importante es que ya hemos preparado el escenario.\n\nNo será fácil, pero Ragman prometió ayudar y la carta también debería funcionar.\n\nNo olvidaré toda la ayuda que me has dado. Pásate más seguido, amigo.", + "6745cbee909d2013670a4a60": "Localiza y obtén la Carta incriminadora en Aduanas", + "6745cbee909d2013670a4a61": "Usa el tránsito de Aduanas a Reserva", + "6745cbee909d2013670a4a63": "Esconde la carta en el tercer piso del cuartel general de la base militar en Reserva", + "6745cbee909d2013670a4a64": "Usa el tránsito de Reserva a Bosque", + "6745cbee909d2013670a4a66": "Elimina a cualquier objetivo en Bosque", + "6745cbee909d2013670a4a68": "Usa el tránsito de Bosque a Faro", + "6745cbee909d2013670a4a6a": "Dispara una bengala de señalización amarilla desde el almacén de la estación de tren en Faro", + "6745cbee909d2013670a4a6c": "Dispara una bengala de señalización amarilla desde el muelle en Faro", + "6745cbee909d2013670a4a6e": "Elimina Scas mientras completas los otros objetivos", + "6745cbee909d2013670a4a70": "Sobrevive y extrae de Faro", + "6745cbee909d2013670a4a55 acceptPlayerMessage": "Eso es... demasiado. Trataré de no cagarla.", + "6745cbee909d2013670a4a55 declinePlayerMessage": "No puedo ayudarte en este momento.", + "6745cbee909d2013670a4a55 completePlayerMessage": "Hice todo lo que me pediste. Seguí estrictamente las instrucciones.", + "6745fae369a58fceba10343d name": "Cuanto Más Alto Vuelan", + "6745fae369a58fceba10343d description": "Hey, hola. Tengo un trabajador que se ha dejado llevar un poco por su ambición. Obviamente, me ocuparé de eso más tarde. El problema es que ahora algunos PMC se están involucrando. No sé si los sobornaron o tal vez están asociados con esta mula mía.\n\nEl problema es que no necesito más cabezas en este asunto, así que hay que sacar de escena a estos pequeños ayudantes. La última vez \"operaron\" en la zona de Priozersk, así que empezaremos por ahí.", + "6745fae369a58fceba10343d failMessageText": "¿Pensaste que podías tener un pie en los dos bandos, pendejo?\n\nUn verdadero profesional sabe cómo elegir un bando. La cagaste, y créeme, no vas a salirte tan fácil.", + "6745fae369a58fceba10343d successMessageText": "¡Muy bien! Ahora esos idiotas serán más conscientes de todos los riesgos que conlleva el ayudar a ese pobre muchacho.", + "6745fae369a58fceba103458": "Elimina operadores PMC en Bosque", "6745fae369a58fceba10343d acceptPlayerMessage": "", "6745fae369a58fceba10343d declinePlayerMessage": "", "6745fae369a58fceba10343d completePlayerMessage": "", - "6745fcded0fbbc74ca0f721d name": "Swift Retribution", - "6745fcded0fbbc74ca0f721d description": "So? Feel how smooth it runs now? You did me a solid with the wheels. \n\nNow we can start thinking about the fuckers who robbed my base. They can't have gotten far, they're probably still in the nature reserve. Go and punish those fucks, will you?", + "6745fcded0fbbc74ca0f721d name": "Represalia Rápida", + "6745fcded0fbbc74ca0f721d description": "¿Y bien? ¿Sientes lo suave que corre ahora? Me hiciste un gran favor con las llantas.\n\nAhora podemos empezar a pensar en los hijos de puta que robaron mi base. No pueden haber ido muy lejos, probablemente aún estén en la reserva natural. Ve y castiga a esos cabrones, ¿Te parece?", "6745fcded0fbbc74ca0f721d failMessageText": "", - "6745fcded0fbbc74ca0f721d successMessageText": "Nice work! Now the Scavs will think twice before messing with me.", - "6745fd2e3d6070c3563039a9": "Eliminate Scavs on Woods", - "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Alright, I'm in.", - "6745fcded0fbbc74ca0f721d declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "6745fcded0fbbc74ca0f721d completePlayerMessage": "I found those dickheads. They won't be bothering you anymore.", - "6745fdddd3346c216702e0bf name": "Simple Side Job", - "6745fdddd3346c216702e0bf description": "I am not interested in localized conflicts and I am not going to help either side. But since you are already here, I have a job for you.\n\nThe task is simple: pick up one cargo from the roof of the military hospital at the reserve base and deliver it to the transfer point. Be careful with the cargo and do not open the crate. This shipment might be of interest to certain people, so I need a man with special skills. Someone like you.", - "6745fdddd3346c216702e0bf failMessageText": "You shouldn't have taken so long to complete my task. I've already found another merc who works faster.", - "6745fdddd3346c216702e0bf successMessageText": "Well done. The reward will not disappoint you.", - "6745fe81eae30b9fb3bb6166": "Locate and obtain Lightkeeper's cargo crate on the roof of the military hospital on Reserve", - "6745fe8d48cd7aeda7152b24": "Stash the cargo at the Scav house on Woods", - "6745fdddd3346c216702e0bf acceptPlayerMessage": "Okay, I'm in.", - "6745fdddd3346c216702e0bf declinePlayerMessage": "I cannot help you right now.", - "6745fdddd3346c216702e0bf completePlayerMessage": "Here about the job. Everything's done on my end.", - "674600a366e6a521aa05eb66 name": "Route Deviation", - "674600a366e6a521aa05eb66 description": "Yeah-yeah, your previous job was about the BTR driver. So what? It makes no difference to you. We made a deal, but the kid's still looking for ways around it. If I didn't know how to manage lads like him, I wouldn't have gotten on top myself.\n\nYou need good intel to manage them so you can nail them in time. There are no issues in Priozersk, but in the city he often deviates from my routes. I need to know where the BTR goes and why. Mark all his stops with strobe markers, after that my lads will handle it.", - "674600a366e6a521aa05eb66 failMessageText": "You decided to help the driver? Predictions don't seem to be your strong suit.\n\nWithout me, his wheelbarrow will fall apart, and without it, he'll be clapped by the first guy he meets! That's when you'll come crawling back to me.", - "674600a366e6a521aa05eb66 successMessageText": "You got all the spots, yeah? Cool. I'm gonna send my crew to check it out today, this rat's not going anywhere.", - "67460118d3498f1b35e0a025": "Mark the Collapsed Crane BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746011dfd1dc9d0f502e55d": "Mark the Old Scav Checkpoint BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601247aa943781a1cf3fc": "Mark the Pinewood Hotel BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601282043d1ef3c6b2eec": "Mark the City Center BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012a35218bb89951248e": "Mark the Tram BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012d871e69a9abb5873d": "Mark the Rodina Cinema BTR stop with an MS2000 Marker on Streets of Tarkov", + "6745fcded0fbbc74ca0f721d successMessageText": "¡Buen trabajo! Ahora los Scavs pensarán dos veces antes de meterse conmigo.", + "6745fd2e3d6070c3563039a9": "Elimina Scavs en Bosque", + "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Está bien, cuenta conmigo.", + "6745fcded0fbbc74ca0f721d declinePlayerMessage": "Tengo bastantes cosas que hacer. No puedo ayudarte.", + "6745fcded0fbbc74ca0f721d completePlayerMessage": "Encontré a esos pendejos. Ya no te molestarán.", + "6745fdddd3346c216702e0bf name": "Trabajo Secundario Sencillo", + "6745fdddd3346c216702e0bf description": "No me interesan los conflictos locales y no voy a ayudar a ningún bando. Pero como ya estás aquí, tengo un trabajo para ti.\n\nLa tarea es sencilla: recoge un cargamento en el techo del hospital militar de la base militar de Reserva y déjalo en el punto de transferencia. Ten cuidado con el cargamento y no abras el maletín. Este envío puede ser de interés para ciertas personas, así que necesito a un hombre con habilidades especiales. Alguien como tú.", + "6745fdddd3346c216702e0bf failMessageText": "No debiste haber tardado tanto en completar mi encargo. Ya encontré a otro mercenario que trabaja más rápido.", + "6745fdddd3346c216702e0bf successMessageText": "Bien hecho. La recompensa no te decepcionará.", + "6745fe81eae30b9fb3bb6166": "Localiza y obtén el maletín del cargamento de Lightkeeper en el techo del hospital militar en Reserva", + "6745fe8d48cd7aeda7152b24": "Esconde el cargamento en la casa Scav de Bosque", + "6745fdddd3346c216702e0bf acceptPlayerMessage": "Está bien, cuenta conmigo.", + "6745fdddd3346c216702e0bf declinePlayerMessage": "No puedo ayudarte en este momento.", + "6745fdddd3346c216702e0bf completePlayerMessage": "Vengo por lo del trabajo. Terminé mi parte del trato.", + "674600a366e6a521aa05eb66 name": "Desviación de Ruta", + "674600a366e6a521aa05eb66 description": "Sí, sí, tu trabajo anterior era sobre el conductor del BTR. ¿Y qué? A ti no te importa. Hicimos un trato, pero el mocoso sigue buscando formas de evitarlo. Si yo no supiera cómo manejar a muchachos como él, no hubiera llegado a la cima.\n\nNecesitas buena información para manejarlos y poder atraparlos a tiempo. No hay problemas en Priozersk, pero se desvía muy seguido de mis rutas en la ciudad. Necesito saber a dónde va el BTR y por qué. Marca todas sus paradas con marcadores estroboscópicos, mis muchachos se encargarán de lo demás.", + "674600a366e6a521aa05eb66 failMessageText": "¿Decidiste ayudar al conductor? Las predicciones no parecen ser tu punto fuerte.\n\nSin mí, su carcacha se va a desmoronar, y sin ella, ¡El primer tipo que se cruce en tu camino le pegará un tiro! Luego volverás conmigo, arrastrándote.", + "674600a366e6a521aa05eb66 successMessageText": "Marcaste todos los lugares, ¿Verdad? Genial. Voy a enviar a mi equipo a que los revisen hoy, esta rata no irá a ninguna parte.", + "67460118d3498f1b35e0a025": "Coloca un Marcador MS2000 en la parada del BTR: Grúa Colapsada de Calles de Tarkov", + "6746011dfd1dc9d0f502e55d": "Coloca un Marcador MS2000 en la parada del BTR: Viejo Punto de Control Scav de Calles de Tarkov", + "674601247aa943781a1cf3fc": "Coloca un Marcador MS2000 en la parada del BTR: Hotel Pinewood de Calles de Tarkov", + "674601282043d1ef3c6b2eec": "Coloca un Marcador MS2000 en la parada del BTR: Centro de la Ciudad de Calles de Tarkov", + "6746012a35218bb89951248e": "Coloca un Marcador MS2000 en la parada del BTR: Tranvía de Calles de Tarkov", + "6746012d871e69a9abb5873d": "Coloca un Marcador MS2000 en la parada del BTR: Cine Rodina de Calles de Tarkov", "674600a366e6a521aa05eb66 acceptPlayerMessage": "", "674600a366e6a521aa05eb66 declinePlayerMessage": "", "674600a366e6a521aa05eb66 completePlayerMessage": "", - "674602307e3818d5bb069489 name": "Hindsight 20/20", - "674602307e3818d5bb069489 description": "New assignment for ya. The driver still has someone helping him, and he knows too much to be left alone. If this shithead leaks my stashes, I'm gonna have to reorganize the whole fucking network!\n\nThe lads are already looking for new spots for merchandise drop-offs and ammo storage. You need to check one of these points, it's supposedly somewhere under the large mountain in Priozersk. If the tip is accurate, you can leave the supplies there for my crew. We need Russian armor-piercing ammo specifically. Keep your NATO ammo and other junk to yourself.", - "674602307e3818d5bb069489 failMessageText": "If you wanted to work for both sides, you should've been more fucking careful! \n\nYou won't make it far with that sucker. But you've already made your choice, fuckhead.", - "674602307e3818d5bb069489 successMessageText": "The bunker is open? These hooded pricks could be a problem, but they're not the focus at the moment. The plan can't be changed, but I will notify the group anyway.", - "674602682cb1c1f5999f27aa": "Locate the bunker under the mountain on Woods", - "674da90a45aa075a44b4d687": "Stash the first Russian armor-piercing ammo pack inside the bunker", - "674da90f96d4f32d517cb770": "Stash the second Russian armor-piercing ammo pack inside the bunker", - "674da9141cc05673dc69e7e7": "Stash the third Russian armor-piercing ammo pack inside the bunker", + "674602307e3818d5bb069489 name": "Visión Retrospectiva 20/20", + "674602307e3818d5bb069489 description": "Nueva misión para ti. El conductor aún tiene a alguien que lo ayuda y sabe demasiado como para que lo dejemos pasar. ¡Si este cara de culo filtra mis alijos, tendré que reorganizar toda la puta red!\n\nLos muchachos ya están buscando nuevos lugares para dejar la mercancía y almacenar munición. Tienes que comprobar uno de estos puntos, supuestamente está en algún lugar bajo la gran montaña en Priozersk. Si la información es correcta, puedes dejar los suministros ahí para mi equipo. Específicamente, necesitaremos munición perforante rusa. Tú puedes quedarte con la munición OTAN y demás basura.", + "674602307e3818d5bb069489 failMessageText": "Si querías trabajar para ambos bandos, ¡Debiste haber sido más cuidadoso, idiota!\n\nNo llegarás muy lejos con ese imbécil. Pero ya tomaste tu decisión, pendejo.", + "674602307e3818d5bb069489 successMessageText": "¿El búnker está abierto? Estos imbéciles encapuchados podrían ser un problema, pero no son el objetivo en este momento. No se puede cambiar el plan, pero le notificaré al grupo de todos modos.", + "674602682cb1c1f5999f27aa": "Localiza el búnker bajo la montaña de Bosque", + "674da90a45aa075a44b4d687": "Esconde el primer paquete de munición perforante rusa dentro del búnker", + "674da90f96d4f32d517cb770": "Esconde el segundo paquete de munición perforante rusa dentro del búnker", + "674da9141cc05673dc69e7e7": "Esconde el tercer paquete de munición perforante rusa dentro del búnker", "674602307e3818d5bb069489 acceptPlayerMessage": "", "674602307e3818d5bb069489 declinePlayerMessage": "", "674602307e3818d5bb069489 completePlayerMessage": "", - "6746053b5b555b53460d9896 name": "Key Partner", - "6746053b5b555b53460d9896 description": "So a birdie told me the driver is determined and is looking for a new employer. I doubt the idiot realizes all the consequences of such a transition. In any case, I never even gave him that option anyway! The only lead I've confirmed now is about Peacekeeper. \n\nYou should go to him and remind him that we have common interests with him! Make him remember who his key partner is.", - "6746053b5b555b53460d9896 failMessageText": "Did you think I wouldn't find out about you helping the driver? You think I can't replace you?\n\nYou're gonna have to work very hard if you want to do business with me again.", - "6746053b5b555b53460d9896 successMessageText": "Peacekeeper is a forward thinker, even if he wants to seem like a simple hustler. He won't dare to go against me now.", - "675197664e610fc2b88e0bf3": "Sell any items to Peacekeeper", + "6746053b5b555b53460d9896 name": "Socio Clave", + "6746053b5b555b53460d9896 description": "Bueno, un pajarito me dijo que el conductor está decidido y está buscando un nuevo patrón. Dudo que el idiota se dé cuenta de todas las consecuencias de tal transición. ¡De todos modos nunca le di esa opción! La única pista que he confirmado hasta ahora es sobre Peacekeeper.\n\n¡Deberías ir a visitarlo y recordarle que tenemos intereses comunes con él! Recuérdale quién es su socio clave.", + "6746053b5b555b53460d9896 failMessageText": "¿Pensabas que no me daría cuenta de que ayudabas al conductor? ¿Crees que no puedo reemplazarte?\n\nVas a tener que trabajar muy duro si quieres volver a hacer negocios conmigo.", + "6746053b5b555b53460d9896 successMessageText": "Peacekeeper es una persona que piensa a futuro, aun cuando quiere parecer un simple estafador. Ahora no se atreverá a ir en mi contra.", + "675197664e610fc2b88e0bf3": "Vende cualquier objeto a Peacekeeper", "6746053b5b555b53460d9896 acceptPlayerMessage": "", "6746053b5b555b53460d9896 declinePlayerMessage": "", "6746053b5b555b53460d9896 completePlayerMessage": "", - "674605df60a98cad1b0ec799 name": "Killer Argument", - "674605df60a98cad1b0ec799 description": "Have you already heard that the driver has poached some of the traders over to his side? This kid's gotten a little far from his nest, so it's time to end it. I've made a deal with a certain someone to share some RPG ammo, enough to penetrate his BTR's armor. \n\nNow I need someone to deliver the package from the Scav house in Priozersk. Nobody knows about the delivery yet, so it should go smoothly. You gotta work fast, so that the driver doesn't find out what I'm preparing for him.", - "674605df60a98cad1b0ec799 failMessageText": "You're too sharp for your own good, punk. A proper bandit would never do that shit.\n\nYou can't betray your own gang. Who'd want to do business with you now?", - "674605df60a98cad1b0ec799 successMessageText": "Very good! Now the BTR armor won't save the driver. Stay in touch, you'll be useful during the assault.", - "6746061983996c4aa4765025": "Locate and obtain the package with RPG ammo on Woods", - "674606266884ca9cfc83530e": "Hand over the package", + "674605df60a98cad1b0ec799 name": "Argumento Asesino", + "674605df60a98cad1b0ec799 description": "¿Has escuchado que el conductor logró que algunos de los comerciantes se pasen a su bando? Este chamaco se alejó un poco de su nido, así que es hora de acabar con él. Llegue a un acuerdo con cierta persona para que compartiera un poco de munición de RPG, suficiente como para penetrar el blindaje de su BTR.\n\nAhora necesito que alguien entregue el paquete desde la casa Scav en Priozersk. Nadie sabe nada de la entrega aún, así que debería ir sin problemas. Tienes que trabajar rápido, para que el conductor no se entere de lo que estoy preparando para él.", + "674605df60a98cad1b0ec799 failMessageText": "Eres demasiado listo para tu propio bien, imbécil. Un bandido de verdad nunca hubiera hecho esa mierda.\n\nNo puedes traicionar a tu propia banda. ¿Quién querría hacer negocios contigo ahora?", + "674605df60a98cad1b0ec799 successMessageText": "¡Muy bien! Ahora el blindaje del BTR no salvará al conductor. Mantente en contacto, serás útil durante el asalto.", + "6746061983996c4aa4765025": "Localiza y obtén el paquete con munición de RPG en Bosque", + "674606266884ca9cfc83530e": "Entrega el paquete", "674605df60a98cad1b0ec799 acceptPlayerMessage": "", "674605df60a98cad1b0ec799 declinePlayerMessage": "", "674605df60a98cad1b0ec799 completePlayerMessage": "", - "67460662d0fbbc74ca0f7229 name": "Choose Your Friends Wisely", - "67460662d0fbbc74ca0f7229 description": "The assault is called off. Someone tipped off the driver about the ammo crates, so this motherfucker booby-trapped them! My lads got nailed. Now we're out of both manpower and ammo. We'll have to look for shells again. The driver's gonna start his bullshit counterattack now, you need to stop him.\n\nIf we let him build his route system now, he's gonna be a pain in the ass later. He's got some mercs around him again, but now they all know they're going against Skier! You need to do this quickly so that no one thinks they can oppose me and fucking survive. I got a route where you'll find all these shitheads.", - "67460662d0fbbc74ca0f7229 failMessageText": "So it was you who was helping him the whole time? No wonder you're backing off now.\n\nYou know I can deal with him one way or the other, right? But you, you're gonna be cleaning up this shit for a very long while.", - "67460662d0fbbc74ca0f7229 successMessageText": "Well, no one can help him after something like this. I'll take care of the little stuff, but without you, it could have gone south.\n\nYou're a smooth guy, and you kept your word, unlike that driver fuck.", - "674606bac840f707bea6242f": "Use the transit from Customs to Reserve", - "674606ccff406a9f6a28e26f": "Use the transit from Reserve to Woods", - "674606f1c63637e54bede3a6": "Use the transit from Woods to Lighthouse", - "6746071002dfd67c0629a379": "Survive and extract from Lighthouse", - "674607317781508c405fb979": "Eliminate PMC operatives while completing the other objectives", + "67460662d0fbbc74ca0f7229 name": "Elige a Tus Amigos Sabiamente", + "67460662d0fbbc74ca0f7229 description": "El asalto se canceló. Alguien avisó al conductor sobre las cajas de munición, ¡Y este hijo de su puta madre les puso trampas explosivas! Se cargaron a mis muchachos. Ahora nos hemos quedado sin personal y sin munición. Tendremos que buscar municiones otra vez. Ahora el conductor va a empezar con su contraataque de mierda, tienes que detenerlo.\n\nSi lo dejamos que establezca su sistema de rutas ahora, luego será un dolor en el culo. Tiene algunos mercenarios a su alrededor otra vez, ¡Pero ahora todos saben que van contra Skier! Tienes que hacer esto rápido para que nadie piense que puede oponerse a mí y sobrevivir. Tengo una ruta en la que encontrarás a todos estos pendejos.", + "67460662d0fbbc74ca0f7229 failMessageText": "¿Así que tú eras el que estuvo ayudándolo todo este tiempo? No me extraña que ahora te estés echando para atrás.\n\nSabes que puedo lidiar con él de una forma u otra, ¿Verdad? Pero tú, vas a tener que limpiar este cagadero durante mucho tiempo.", + "67460662d0fbbc74ca0f7229 successMessageText": "Bueno, nadie puede ayudarlo después de algo como esto. Me encargaré de los detalles, pero sin ti, todo podría haber ido mal.\n\nEres un tipo astuto y cumpliste con tu palabra, a diferencia de ese puto conductor.", + "674606bac840f707bea6242f": "Usa el tránsito de Aduanas a Reserva", + "674606ccff406a9f6a28e26f": "Usa el tránsito de Reserva a Bosque", + "674606f1c63637e54bede3a6": "Usa el tránsito de Bosque a Faro", + "6746071002dfd67c0629a379": "Sobrevive y extrae de Faro", + "674607317781508c405fb979": "Elimina operadores PMC mientras completas los otros objetivos", "67460662d0fbbc74ca0f7229 acceptPlayerMessage": "", "67460662d0fbbc74ca0f7229 declinePlayerMessage": "", "67460662d0fbbc74ca0f7229 completePlayerMessage": "", - "674647f38466ebb03408b291 name": "That’s a Great Plan, Walter", - "674647f38466ebb03408b291 description": "Hello, gangster! My overseas colleague and I were working out a little deal, but things didn't seem to go according to plan. We needed to get a shipment across town, but it was too risky to move it all at once. \n\nSo they split up the big shipment into lots of little ones and locked the cases. Even if some loser finds it, they won't be able to open it! Peacekeeper said the shipment's already in Tarkov, but my guys at the drop points haven't seen shit yet. \n\nBe a good boy and go check it out. Scour around, and if you find our cargo, bring it here. Easy day's work, yeah?", + "674647f38466ebb03408b291 name": "Que Gran Plan, Walter", + "674647f38466ebb03408b291 description": "¡Hola, gánster! Mi colega extranjero y yo estábamos trabajando en un pequeño acuerdo, pero las cosas no parecían ir según lo planeado. Necesitábamos enviar un cargamento al otro lado de la ciudad, pero era demasiado arriesgado moverlo todo de una sola vez.\n\nAsí que dividieron el envío grande en muchos más pequeños y cerraron los maletines bajo llave. ¡Así que si un pobre diablo los encuentra, no podrán abrirlos! Peacekeeper dijo que el envío ya está en Tarkov, pero mis hombres en los puntos de entrega aún no han visto nada.\n\nSé un buen muchacho y ve a echar un vistazo. Busca por todos lados y, si encuentras nuestro cargamento, tráelo aquí. Un día con trabajo fácil, ¿No lo crees?", "674647f38466ebb03408b291 failMessageText": "", - "674647f38466ebb03408b291 successMessageText": "Shit, the plan was solid... We kept it secret, nobody was in on it.\n\nBetter ask Peacekeeper what's happening with the couriers. Good thing we locked the cases beforehand. \n\nStay close by, maybe there'll be more work.", - "67464892f25c4371c2242a1a": "Locate and hand over the locked cases with cargo", + "674647f38466ebb03408b291 successMessageText": "Mierda... el plan era bueno... Lo mantuvimos en secreto, nadie sabía nada.\n\nSerá mejor que le preguntes a Peacekeeper qué está pasando con los mensajeros. Menos mal que cerramos los maletines de antemano.\n\nQuédate cerca, tal vez haya más trabajo.", + "67464892f25c4371c2242a1a": "Localiza y entrega los maletines cerrados con la carga", "674647f38466ebb03408b291 acceptPlayerMessage": "", "674647f38466ebb03408b291 declinePlayerMessage": "", "674647f38466ebb03408b291 completePlayerMessage": "", - "6746480040ea3d1d4f0e5d51 name": "Shell Game", - "6746480040ea3d1d4f0e5d51 description": "Cheeky bastards. Those fuckers knew everything from the start! They even framed the courier attack and stole the keys! \n\nAnd to make it look legit, they took our contraband out of the cases and stuffed them with random fucking garbage. Now we gotta check every case. Every fucking case! We're short-handed for this bullshit, so you're gonna come in handy. \n\nIf you can't find the keys from the smugglers, go to Ref, he's already fucking selling them anyway. I only want my goods, you can have the rest. My buyer's pissed as shit, waiting for his order. \n\nSo if you do everything quick, you'll get both the goods and some nice cash.", + "6746480040ea3d1d4f0e5d51 name": "¿Dónde Está la Bolita?", + "6746480040ea3d1d4f0e5d51 description": "¡Malditos bastardos! ¡Esos hijos de puta lo sabían todo desde el principio! ¡Incluso incriminaron al mensajero y robaron las llaves!\n\nY para que pareciera legítimo, sacaron nuestro contrabando de los maletines y los llenaron con basura. Ahora tenemos que revisar cada maletín. ¡Cada puto maletín! Estamos demasiado cortos de personal para estas pendejadas, así que vas a ayudarnos.\n\nSi no puedes encontrar las llaves de los contrabandistas, ve a ver a Ref, él las está vendiendo el muy cabrón. Solo quiero mis cosas, puedes quedarte con el resto. Mi comprador está encabronadísimo, esperando su pedido.\n\nAsí que si haces todo rápido, conseguirás los bienes y algo de dinero en efectivo.", "6746480040ea3d1d4f0e5d51 failMessageText": "", - "6746480040ea3d1d4f0e5d51 successMessageText": "Well done! I think we got most of our contraband back.\n\nThat was really fucking close, but I think the deal's done. Would've been a total bust without you.", - "67464916bbc0297381fcf753": "Hand over Skier's contraband from the locked cases", + "6746480040ea3d1d4f0e5d51 successMessageText": "¡Muy bien! Creo que recuperamos la mayor parte de nuestro contrabando.\n\nEstuvo cerca, jodidamente cerca, pero creo que el trato está hecho. Hubiera sido un fracaso total sin ti.", + "67464916bbc0297381fcf753": "Entrega el contrabando de Skier de los maletines cerrados", "6746480040ea3d1d4f0e5d51 acceptPlayerMessage": "", "6746480040ea3d1d4f0e5d51 declinePlayerMessage": "", "6746480040ea3d1d4f0e5d51 completePlayerMessage": "", - "6746480cd0b2f8eb9b034e3e name": "Chop the Thieving Hand", - "6746480cd0b2f8eb9b034e3e description": "I figure you've already been approached by my partner in our deal. The transfer was sabotaged, and I found the culprits. Local smugglers thought they were the only ones who could use the unrest in the region to transport goods.\n\nWe need to show them that interfering with big business is fatal. My contact in Europe is waiting for payment, and the buyer won't pay Skier without the goods.\n\nIf this deal falls through, we won't have a chance to secure any major contracts going forward. This has to be dealt with immediately. Are we clear?", + "6746480cd0b2f8eb9b034e3e name": "Cortar la Mano Ladrona", + "6746480cd0b2f8eb9b034e3e description": "Supongo que mi socio ya se puso en contacto contigo referente a nuestro trato. La transferencia fue saboteada y encontré a los culpables. Los contrabandistas locales pensaron que eran los únicos que podían aprovechar los disturbios en la región para transportar mercancías.\n\nTenemos que demostrarles que interferir en negocios importantes es fatal. Mi contacto en Europa está esperando el pago y el comprador no le pagará a Skier sin las mercancías.\n\nSi este trato fracasa, no tendremos la oportunidad de asegurar ningún contrato importante en el futuro. Esto tiene que solucionarse de inmediato. ¿Está claro?", "6746480cd0b2f8eb9b034e3e failMessageText": "", - "6746480cd0b2f8eb9b034e3e successMessageText": "Great! All that remains is to find out how badly those scavengers have messed things up.\n\nI need to contact Skier and provide security for a shipment with keys to the cases. You're free to go now, mercenary.", - "67464973800dfc0ed382cc34": "Eliminate the \"Smugglers\"", + "6746480cd0b2f8eb9b034e3e successMessageText": "¡Genial! Solo queda averiguar hasta qué punto han dañado las cosas esos carroñeros.\n\nTengo que ponerme en contacto con Skier y proporcionar seguridad para un envío con las llaves de los maletines. Puedes irte, mercenario.", + "67464973800dfc0ed382cc34": "Elimina a \"Smugglers\"", "6746480cd0b2f8eb9b034e3e acceptPlayerMessage": "", "6746480cd0b2f8eb9b034e3e declinePlayerMessage": "", "6746480cd0b2f8eb9b034e3e completePlayerMessage": "", - "675031be899713ccad00060c name": "Christmas Dinner", - "675031be899713ccad00060c description": "How's it going my friend! Not cold, are you? Well, here's the thing... We're going to arrange a feast with our comrades-in-arms at the base, it's Christmas after all!\n\nBut you know how it is in inventory warehouses. According to the records everything is there, but in reality there's only tushonka and a shitload of potatoes. We wanted to make olivier salad, maybe two bowls. Amd we need some booze, too. \n\nCan you get it? Just don't bring the potatoes, we have enough of it.", + "675031be899713ccad00060c name": "Cena de Navidad", + "675031be899713ccad00060c description": "¡Amigo mío, cómo estás! ¿No tienes frío, verdad? Bueno, así está la cosa... Vamos a organizar un banquete con nuestros hermanos de armas en la base, ¡Es Navidad al fin y al cabo!\n\nPero ya sabes cómo son las cosas en el inventario de los almacenes. Según los registros, está todo ahí, pero en realidad solo hay tushonkas y un putero de papas. Queríamos hacer ensalada Olivier, tal vez dos tazones. Y también necesitamos algo de alcohol.\n\n¿Puedes conseguirlos? No traigas papas, ya tenemos suficientes.", "675031be899713ccad00060c failMessageText": "", - "675031be899713ccad00060c successMessageText": "Well done! Oh and yeah, I can't invite you too, sorry. It's for old acquaintances, officers and stuff, you know?\n\nBut you do deserve the reward for procuring the resources, so here you go.", - "67570c0d63b4ca18b62897b0": "Hand over the item: Salty Dog beef sausage", - "67570c1dd37fe94e53828e73": "Hand over the item: Can of green peas", - "67570c2cb9a6467518160e50": "Hand over the item: Jar of DevilDog mayo", - "67570c3d9453e3c86deaed51": "Hand over the item: Bottle of Tarkovskaya vodka", - "67570c4919a18dfbab35905c": "Hand over the item: Bottle of Dan Jackiel whiskey", - "67570cab8cba6bcd8d5f5dd7": "Hand over the item: Jar of pickles", + "675031be899713ccad00060c successMessageText": "¡Muy bien! Ah, sí, la cosa es que no puedo invitarte, lo siento. Es solo para viejos conocidos, oficiales y esas cosas, ¿Me entiendes?\n\nPero te mereces la recompensa por conseguir los recursos, así que aquí tienes.", + "67570c0d63b4ca18b62897b0": "Entrega el objeto: Salchicha de res Salty Dog", + "67570c1dd37fe94e53828e73": "Entrega el objeto: Lata de chícharos", + "67570c2cb9a6467518160e50": "Entrega el objeto: Frasco de mayonesa DevilDog", + "67570c3d9453e3c86deaed51": "Entrega el objeto: Botella de vodka Tarkovskaya", + "67570c4919a18dfbab35905c": "Entrega el objeto: Botella de whisky Dan Jackiel", + "67570cab8cba6bcd8d5f5dd7": "Entrega el objeto: Frasco de pepinillos", "675031be899713ccad00060c acceptPlayerMessage": "", "675031be899713ccad00060c declinePlayerMessage": "", "675031be899713ccad00060c completePlayerMessage": "", - "675031d3884e1da4a90b3bc9 name": "Chilly", - "675031d3884e1da4a90b3bc9 description": "Come on in, sit down. Tea's almost ready, it'll warm you up. We haven't had such temperatures since 1873. That winter was as tough as this one, I even warmed up a stray fox here!\n\nIt makes a big difference in a combat situation. You can freeze your fingers so cold that you can't even pull the trigger. Can't sit in an ambush either when you're freezing cold.\n\nIf you want to survive, you gotta toughen up your body. Try to take out a few enemies when you're cold.", + "675031d3884e1da4a90b3bc9 name": "Frío", + "675031d3884e1da4a90b3bc9 description": "Entra, siéntate. El té está casi listo, te calentará un poco. No hemos tenido temperaturas así desde 1873. Ese invierno fue tan duro como este, ¡Hasta tuve que dar cobijo a un zorro desorientado!\n\nEsto marca una gran diferencia en una situación de combate. Los dedos se te pueden congelar tanto que ni siquiera puedes apretar el gatillo. Tampoco puedes quedarte sentado durante una emboscada mientras te mueres congelado.\n\nSi quieres sobrevivir, tienes que fortalecer tu cuerpo. Intenta eliminar a algunos enemigos mientras tienes frío.", "675031d3884e1da4a90b3bc9 failMessageText": "", - "675031d3884e1da4a90b3bc9 successMessageText": "So how's your condition? Now you need to warm up, or you'll be out of commission for a week.\n\nAfter you're warmed up, you'll have to practice again, otherwise your body won't get used to it. Then the cold will be an advantage, not a setback.", - "67585f77650907d333a3f082": "Eliminate any target while suffering from the Frostbite status effect", + "675031d3884e1da4a90b3bc9 successMessageText": "¿Cómo está tu condición? Ahora tienes que calentarte, o estarás fuera de combate durante una semana.\n\nDespués de que hayas entrado en calor, tendrás que volver a hacerlo, de lo contrario tu cuerpo no se acostumbrará. Solo entonces el frío será una ventaja, en vez de un inconveniente.", + "67585f77650907d333a3f082": "Elimina a cualquier objetivo mientras sufres el efecto de Congelamiento", "675031d3884e1da4a90b3bc9 acceptPlayerMessage": "", "675031d3884e1da4a90b3bc9 declinePlayerMessage": "", "675031d3884e1da4a90b3bc9 completePlayerMessage": "", - "675031e1f300496cc4104450 name": "Hide in Plain Sight", - "675031e1f300496cc4104450 description": "Have you seen how the city's changed? Lights, fairs everywhere.\n\nIt's like there was no war and they're selling next year's calendars everywhere. But all this cheerfullness is to our advantage. \n\nThe fairs have been put in prominent places, and I'd like to use them to traffic my merchandise. And in order to add new spots to my itineraries, I need the exact coordinates. \n\nCan you lend me a hand with that? You help me, I help you, like brother to brother! Finding fairs is easy - just follow wherever you see the most holiday lights.", + "675031e1f300496cc4104450 name": "Esconderse a Plena Vista", + "675031e1f300496cc4104450 description": "¿Has visto cómo ha cambiado la ciudad? Luces, ferias por todas partes.\n\nEs como si no hubiera guerra y vendieran calendarios de año nuevo por todas partes. Pero toda esta alegría es para nuestro beneficio.\n\nLas ferias están puestas en lugares destacados y me gustaría usarlas para circular mi mercancía. Y para añadir nuevos lugares a mis itinerarios, necesito las coordenadas exactas.\n\n¿Puedes echarme una mano con eso? Tú me ayudas y yo te ayudo, ¡Como de hermano a hermano! Encontrar estas ferias es fácil, solo tienes que ir a donde veas más luces navideñas.", "675031e1f300496cc4104450 failMessageText": "", - "675031e1f300496cc4104450 successMessageText": "Nice job! In better times I would've given you a good car for your active involvement in the business.\n\nBut you know what kind of merchandise is hot right now. Here, you'll need this.", - "67583687e90b8dcb52b2390f": "Locate and visit the Christmas tree on Lighthouse", - "6758369a1ac8288e78e907b9": "Locate and visit the Christmas tree on Customs", - "6758369be66a1e49655a8f6d": "Locate and visit the Christmas tree on Reserve", - "6758369d70ddf414fe0e06e3": "Locate and visit the Christmas tree on Interchange", - "6758369eac845ae2d6446a0e": "Locate and visit the Christmas tree on Shoreline", - "6758369f71ddaaf12e484444": "Locate and visit the Christmas tree on Woods", + "675031e1f300496cc4104450 successMessageText": "¡Buen trabajo! Si estos fueran mejores tiempos te hubiera dado un auto nuevo por tu activa participación en mi negocio.\n\nPero ya sabes qué tipo de mercancía está de moda ahora. Aquí tienes, lo necesitarás.", + "67583687e90b8dcb52b2390f": "Localiza y visita el Árbol de Navidad en Faro", + "6758369a1ac8288e78e907b9": "Localiza y visita el Árbol de Navidad en Aduanas", + "6758369be66a1e49655a8f6d": "Localiza y visita el Árbol de Navidad en Reserva", + "6758369d70ddf414fe0e06e3": "Localiza y visita el Árbol de Navidad en Intercambio", + "6758369eac845ae2d6446a0e": "Localiza y visita el Árbol de Navidad en Costa", + "6758369f71ddaaf12e484444": "Localiza y visita el Árbol de Navidad en Bosque", "675031e1f300496cc4104450 acceptPlayerMessage": "", "675031e1f300496cc4104450 declinePlayerMessage": "", "675031e1f300496cc4104450 completePlayerMessage": "", - "675031f57775aada6b0f96a1 name": "Cheer Up", - "675031f57775aada6b0f96a1 description": "Have you even prepared for the holiday? And don't give me that bullshit about the fighting going on. I've seen plenty of soldiers and let me tell you this: if a man doesn't have a good soul, he won't last long in the field.\n\nYou may not like holidays. You can laugh at people who talk to pictures of their relatives before they go to bed. \n\nBut if there's nothing left in you but your fighting skills, you're gonna die quick. If not today, then tomorrow. Because you need a good fighting spirit. \n\nAnd where's it gonna come from if you don't have anything to hold on to? Ah well, I've rambled for too long, I'm getting old... But you get the point. So even if you don't have anyone to celebrate with, at least put up a Christmas tree in your bunker or wherever you live now.", + "675031f57775aada6b0f96a1 name": "Alegrarse", + "675031f57775aada6b0f96a1 description": "¿Te has preparado para las festividades? Y no me vengas con esas pendejadas de que hay combates. He visto muchos soldados y déjame decirte esto: si un hombre no tiene un alma buena, no durará mucho en el campo de batalla.\n\nPuede que no te gusten las festividades. Puedes reírte de la gente que habla con las fotos de sus familiares antes de irse a dormir.\n\nPero si no queda nada en ti, excepto tus habilidades de combate, morirás rápido. Si no hoy, mañana. Porque necesitas un buen espíritu combativo.\n\n¿Y de dónde va a salir si no tienes nada a lo que aferrarte? Ah, bueno, ya divagué demasiado, me estoy volviendo viejo... Pero ya entiendes el punto. Así que, aunque no tengas a nadie con quien celebrar, al menos pon un árbol de Navidad en tu búnker o donde sea que vivas ahora.", "675031f57775aada6b0f96a1 failMessageText": "", - "675031f57775aada6b0f96a1 successMessageText": "Well, there you go, that's something! There's still time, maybe you'll get some friends together.\n\nHere's a little something to keep your spirits up, so to speak.", - "6757069b842eb3c4d8220979": "Construct a Christmas Tree in the Hideout", + "675031f57775aada6b0f96a1 successMessageText": "¡Qué bueno que ya lo tienes, eso ya es algo! Aún queda tiempo, tal vez y puedas reunirte con algunos amigos.\n\nAquí tienes algo para mantenerte animado, por decirlo de una manera.", + "6757069b842eb3c4d8220979": "Construye un Árbol de Navidad en el Refugio", "675031f57775aada6b0f96a1 acceptPlayerMessage": "", "675031f57775aada6b0f96a1 declinePlayerMessage": "", "675031f57775aada6b0f96a1 completePlayerMessage": "", - "6750320e23fc8fd9cc087d14 name": "Holiday Beyond the Means", - "6750320e23fc8fd9cc087d14 description": "Hello mate. Have you seen that they've started decorating the whole town for the celebrations?\n\nAs if all that pretty tinsel is worth the fuel that gives light to their garlands and lights. People are fucking stupid enough to spend all their resources on it. And apparently not just their own.\n\nThe other day, some wankers tried to rob a couple of my fuel depots. My guys are repelling the attacks alright, but I'm not going to risk the goods because of some dumb celebration!\n\nYou have to clearly show all those mercs that raising a hand on Skier during festivities is as dangerous as at any other time. \n\nAnd to make sure my message doesn't get confused with random casualties, take the appropriate outfit, something flashy.", + "6750320e23fc8fd9cc087d14 name": "Festividades Más Allá de los Medios", + "6750320e23fc8fd9cc087d14 description": "Hola, compañero. ¿Viste que comenzaron a decorar todo el pueblo para las celebraciones?\n\nComo si todo ese bonito oropel valiera el combustible que ilumina sus guirnaldas y luces. La gente es lo suficientemente estúpida como para malgastar todos sus recursos en eso. Y parece que no solo los suyos.\n\nEl otro día, unos imbéciles intentaron robar un par de mis depósitos de combustible. Mis hombres están repeliendo los ataques sin problemas, ¡Pero no voy a arriesgar mi mercancía por una estúpida celebración!\n\nTienes que enseñarles claramente a todos esos mercenarios que levantarle la mano a Skier durante las festividades es tan peligroso como en cualquier otro momento del año.\n\nY para asegurarnos de que mi mensaje no se confunda con bajas aleatorias, lleva un atuendo adecuado, algo llamativo.", "6750320e23fc8fd9cc087d14 failMessageText": "", - "6750320e23fc8fd9cc087d14 successMessageText": "Did you do what I said? Good.\n\nNow they'll stay off my turf with their shitty parties.", - "67570d63b9619534bf4857a1": "Eliminate PMC operatives while dressed as Ded Moroz or Santa (hat and beard)", + "6750320e23fc8fd9cc087d14 successMessageText": "¿Hiciste lo que te dije? Bien.\n\nAhora se mantendrán alejados de mi territorio con sus fiestecitas de mierda.", + "67570d63b9619534bf4857a1": "Elimina a operadores PMC mientras estás vestido como Ded Moroz o Santa (gorro y barba)", "6750320e23fc8fd9cc087d14 acceptPlayerMessage": "", "6750320e23fc8fd9cc087d14 declinePlayerMessage": "", "6750320e23fc8fd9cc087d14 completePlayerMessage": "", - "67503219527c9a38e80496ae name": "Illegal Logging", - "67503219527c9a38e80496ae description": "You know what hasn't changed since the peace times? This whole Christmas mess.\n\nEveryone's stocking up on groceries like it's the last time. And even normal-looking people get the stupid idea of cutting down a live tree in the forest for their celebrations.\n\nThese savages can't even tell the difference between a 200-year-old juniper and the weeds in their backyards.\n\nSo they come into my woods at night in groups. I can't shoot them all by myself. I need help. You seem like an alright kid, and you're a good shot, too. \n\nCan you help me save this nature reserve?", + "67503219527c9a38e80496ae name": "Tala Ilegal", + "67503219527c9a38e80496ae description": "¿Sabes qué es lo que no ha cambiado desde los tiempos de paz? Todo este caos navideño.\n\nTodo el mundo está abasteciéndose de alimentos como si fuera la última vez. E incluso a la gente de aspecto normal se le ocurre la estúpida idea de talar un árbol vivo en el bosque para sus celebraciones.\n\nEstos salvajes ni siquiera saben distinguir entre un enebro de 200 años y los matorrales de sus jardines.\n\nAsí que entran a mi bosque por la noche en grupos. No puedo dispararles a todos yo solo. Necesito ayuda. Pareces un buen muchacho y también eres un buen tirador.\n\n¿Puedes ayudarme a salvar esta reserva natural?", "67503219527c9a38e80496ae failMessageText": "", - "67503219527c9a38e80496ae successMessageText": "Good, good! Now they'll think ten times before going to my forest for Christmas trees.\n\nJust go to IDEA for your stupid plastic ones. They have no business in my nature reserve.", - "6758350db1147b9c91b62146": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Woods", - "67583547fb9ce4bfbc4e9327": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Shoreline", - "6758354d0be43ac224eefa04": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Lighthouse", - "67585985fda6ca5a90ef43a3": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Customs", + "67503219527c9a38e80496ae successMessageText": "¡Bien, muy bien! Ahora lo pensarán diez veces antes de venir a mi bosque a conseguir árboles de Navidad.\n\nQue mejor se vayan al IDEA por sus estúpidos árboles de plástico. No tienen ningún negocio en mi reserva natural.", + "6758350db1147b9c91b62146": "Elimina a cualquier objetivo en el área forestal de Bosque entre las 22:00 y las 10:00 horas", + "67583547fb9ce4bfbc4e9327": "Elimina a cualquier objetivo en el área forestal de Costa entre las 22:00 y las 10:00 horas", + "6758354d0be43ac224eefa04": "Elimina a cualquier objetivo en el área forestal de Faro entre las 22:00 y las 10:00 horas", + "67585985fda6ca5a90ef43a3": "Elimina a cualquier objetivo en el área forestal de Aduanas entre las 22:00 y las 10:00 horas", "67503219527c9a38e80496ae acceptPlayerMessage": "", "67503219527c9a38e80496ae declinePlayerMessage": "", "67503219527c9a38e80496ae completePlayerMessage": "", - "67503247622398376d0b57cd name": "Khorovod", - "67503247622398376d0b57cd description": "So the officers and I couldn't resist and we've already started celebrating... We haven't touched the salad yet, and we'll still get more booze, so don't worry.\n\nWe talked about the fighting spirit, so we've come up with something you'll like! Anyway, we want the whole city to have a party. Then even loners like you will think of home, even if it's just for a second.\n\nOur guys have already found the good big trees and dressed them up properly. We don't have enough fuel to keep them lit permanently, but we can still light them up all over the city for some time!\n\nHere's the plan: you take the fuel canisters, get to the holiday tree and turn on the generator. \n\nBut regular gasoline won't do, you need special, industrial fuel. The tree lights up, but you have to hold it up for everyone to see. \n\nObviously, this will attract all sorts of scum, but you're not going empty-handed. We can't surrender the trees to the bandits, you'll be the first and last line of defense.\n\nOnce you're done, go straight to the next one. We've prepared the trees wherever we could. It all has to be done at once, it's the only way to have the desired effect. I'll find someone else to help you. \n\nI've dug up some special armbands so you don't shoot each other. Put them on and don't shoot the people wearing them as well.", + "67503247622398376d0b57cd name": "Jorovod", + "67503247622398376d0b57cd description": "Bueno, los oficiales y yo no pudimos resistirnos y empezamos a celebrar... Aún no tocamos la ensalada y aún tenemos más alcohol, así que no te preocupes.\n\nHablamos del espíritu de combate, ¡Y se nos ocurrió algo que te va a gustar! Al fin y al cabo, queremos que toda la ciudad se divierta. Así, incluso los solitarios como tú pensarán en su hogar, aunque sea solo por un segundo.\n\nNuestros muchachos ya encontraron árboles grandes y los decoraron como se debe. No tenemos suficiente combustible para mantenerlos encendidos de forma permanente, ¡Pero aún podemos encenderlos por toda la ciudad durante un rato!\n\nEste es el plan: tomas los bidones de combustible, llegas al árbol de Navidad y enciendes el generador.\n\nPero la gasolina normal no sirve, necesitas un combustible industrial especial. El árbol se encenderá, pero tienes que mantenerlo así para que todo el mundo lo vea.\n\nObviamente, esto atraerá a todo tipo de escoria, pero no te irás con las manos vacías. No podemos entregarles los árboles a los bandidos, tú serás la primera y última línea de defensa.\n\nCuando termines con uno, ve directamente al siguiente. Preparamos los árboles donde pudimos. Todo tiene que hacerse en un solo viaje, es la única forma de conseguir el efecto deseado. Encontraré a otra persona que te ayude.\n\nDesenterré unos brazaletes especiales para que no se disparen entre ustedes. Póntelo y no les dispares a la gente que los lleve.", "67503247622398376d0b57cd failMessageText": "", - "67503247622398376d0b57cd successMessageText": "What an awesome celebration! People are out on the streets, gathering and celebrating!\n\nI even got a message from a comrade I've thought was dead for a long time!\n\nI think you've already figured out that what you've done is very important. When things get tough, you'll remember. And when you do, you'll feel better.", - "675708d9432e1eb103266d6e": "Reach Interchange in the Khorovod mode", + "67503247622398376d0b57cd successMessageText": "¡Qué celebración tan increíble! ¡La gente está en las calles, reunida y celebrando!\n\n¡Incluso recibí un mensaje de un camarada que creía muerto hace mucho tiempo!\n\nCreo que te has dado cuenta de que has logrado algo muy importante. Cuando las cosas se pongan difíciles, lo recordarás. Y cuando lo hagas, te sentirás mejor.", + "675708d9432e1eb103266d6e": "Llega a Intercambio en el modo Jorovod", "67503247622398376d0b57cd acceptPlayerMessage": "", "67503247622398376d0b57cd declinePlayerMessage": "", "67503247622398376d0b57cd completePlayerMessage": "", - "6750324fc06dd3d42a02a4f1 name": "This Is My Party", - "6750324fc06dd3d42a02a4f1 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "6750324fc06dd3d42a02a4f1 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "6750324fc06dd3d42a02a4f1 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "67580ca01a2155dcb73c1a74": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "6750324fc06dd3d42a02a4f1 name": "Esta es mi Fiesta", + "6750324fc06dd3d42a02a4f1 description": "No pensé que te llamaría de nuevo este año, pero necesito tu ayuda. A la gente le encantó nuestro \"Jorovod\", deberíamos hacerlo de nuevo.\n\nExcepto que algún pendejo se está volviendo contra nosotros, poniendo a nuestros soldados en nuestra contra. También son PMC, pero no llevan nuestros brazaletes.\n\nSabes que estamos haciendo lo correcto. Necesitamos salvar la celebración y alejar a esos pendejos de nuestro Jorovod. Dispárale a cualquiera que se acerque a los árboles sin el brazalete. Nadie se interpondrá en el camino de la gente que hace buenas acciones.", + "6750324fc06dd3d42a02a4f1 failMessageText": "Después de todo lo que has hecho... ¿Cómo pudiste?\n\nParece que no aprendiste nada de lo que te enseñé.", + "6750324fc06dd3d42a02a4f1 successMessageText": "¿Misión cumplida? ¡Bien hecho, guerrero!\n\nAhora nos dejarán celebrar la Navidad en paz. Dime, ¿Qué tipo de persona tienes que ser para no amar este tipo de celebraciones?", + "67580ca01a2155dcb73c1a74": "Elimina operadores PMC que no lleven el brazalete navideño en el modo Jorovod", "6750324fc06dd3d42a02a4f1 acceptPlayerMessage": "", "6750324fc06dd3d42a02a4f1 declinePlayerMessage": "", "6750324fc06dd3d42a02a4f1 completePlayerMessage": "", - "67503256a1b980000e009ed1 name": "The Price of Celebration", - "67503256a1b980000e009ed1 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes!\n\nBecause of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now.\n\nThe ones who take part in this \"Khorovod\" wear special armbands. Those tossers made glowing targets of themselves! I need the job done quickly, so I'm gonna call other mercs as well. \n\nYou can work as a group if you want, but I can't guarantee they won't shoot at you. You know, every man for himself, and all that.", - "67503256a1b980000e009ed1 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "67503256a1b980000e009ed1 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "6758317731db0cb6e1ec71cc": "Eliminate PMC operatives who are wearing the Christmas armband", + "67503256a1b980000e009ed1 name": "El Precio de la Celebración", + "67503256a1b980000e009ed1 description": "¿Puedes creer esta puta mierda? Primero intentaron robarme los bidones de gasolina, ¡Y ahora se están reuniendo en los árboles de Navidad que están justo en las rutas de mi banda!\n\nPor culpa de esto tengo que cambiar mis planes y organizar otros caminos para los mensajeros. Se van a morir congelados con todos esos desvíos jodidamente largos.\n\nNo voy a esperar a que terminen con las celebraciones y se vayan a sus agujeros después. Esta pendejada tiene que terminar en este instante.\n\nLos que participan en este \"Jorovod\" llevan brazaletes especiales. ¡Esos idiotas se convirtieron en blancos brillantes! Necesito que el trabajo se haga rápido, así que también voy a llamar a otros mercenarios.\n\nPueden trabajar en grupo si quieren, pero no puedo garantizar que no te disparen. Ya sabes, cada quien está por su cuenta y todo eso.", + "67503256a1b980000e009ed1 failMessageText": "¿De verdad creíste que podrías ir en contra de mi gente sin que yo lo supiera? Esto no va a funcionar, amigo. Vete a la mierda de aquí.", + "67503256a1b980000e009ed1 successMessageText": "¡Buen trabajo, compañero! Ya recuperamos algunas de las rutas.\n\nY esos amantes de la Navidad...\n\nPodrían haber adivinado que toda esta emoción y celebraciones solo están obstaculizando el negocio y desperdiciando recursos valiosos. Así que recibieron lo que se merecían. Nunca aflojes el puto culo en Tarkov.", + "6758317731db0cb6e1ec71cc": "Elimina operadores PMC que llevan puesto el brazalete navideño", "67503256a1b980000e009ed1 acceptPlayerMessage": "", "67503256a1b980000e009ed1 declinePlayerMessage": "", "67503256a1b980000e009ed1 completePlayerMessage": "", - "67503260899713ccad00060e name": "Enough Drinks for That One", - "67503260899713ccad00060e description": "Hello again! The fairs worked well, business is booming!\n\nI was gonna make a little gift for you, but my men were intercepted by Killa and his gang.\n\nI heard they're all dressed up in Christmas clothes and partying, so I organized a new route through Ultra while they're busy, but things didn't really go according to plan.\n\nI put a lot of money into this, and a lot of deals might go south because of Killa. So, you down to help me out?\n\nIf you can get rid of that psycho and his stupid friends, I'll owe you big! Just make sure you do this at night, cause they're not gonna let you anywhere near them in the daytime.", + "67503260899713ccad00060e name": "Suficientes Tragos para Ese", + "67503260899713ccad00060e description": "¡Hola otra vez! Las ferias han funcionado bastante bien, ¡El negocio está en auge!\n\nIba a hacerte un pequeño regalo, pero mis hombres fueron interceptados por Killa y su banda.\n\nEscuché que todos están vestidos con ropa navideña y de fiesta, así que organicé una nueva ruta a través del ULTRA mientras están ocupados, pero las cosas no salieron como estaba planeado.\n\nInvertí mucho dinero en esto y muchos negocios podrían salir mal por culpa de Killa. Así que, ¿Estás dispuesto a ayudarme?\n\nSi puedes deshacerte de ese psicópata y sus estúpidos amigos, ¡Te deberé una grande! Solo asegúrate de hacerlo de noche, porque no te dejarán acercarte a ellos durante el día.", "67503260899713ccad00060e failMessageText": "", - "67503260899713ccad00060e successMessageText": "You got him? You sure? He took down plenty of my guys...\n\nBut if it's clear now, that means no one's gonna stop us from making cash anymore. \n\nAs promised, here's a little something for you. Consider it a Christmas present.", - "67583391869cf73efa21169f": "Locate and neutralize Killa in the time period of 22:00-10:00 on Interchange", - "675833a7fbbf777212206513": "Eliminate Scavs with festive masks in the time period of 22:00-10:00 on Interchange", + "67503260899713ccad00060e successMessageText": "¿Te lo cargaste? ¿Estás seguro? Él acabó con muchos de mis hombres...\n\nPero si ahora está despejado, eso significa que nadie nos detendrá de seguir ganando dinero.\n\nComo prometí, aquí tienes un pequeño obsequio. Considéralo un regalo de Navidad.", + "67583391869cf73efa21169f": "Localiza y neutraliza a Killa en Intercambio entre las 22:00 y las 10:00 horas", + "675833a7fbbf777212206513": "Elimina Scavs que lleven puestas máscaras festivas en Intercambio entre las 22:00 y las 10:00 horas", "67503260899713ccad00060e acceptPlayerMessage": "", "67503260899713ccad00060e declinePlayerMessage": "", "67503260899713ccad00060e completePlayerMessage": "", @@ -27657,206 +27946,206 @@ "6752f6d83038f7df520c83e8 acceptPlayerMessage": "", "6752f6d83038f7df520c83e8 declinePlayerMessage": "", "6752f6d83038f7df520c83e8 completePlayerMessage": "", - "675c03d1f7da9792a405549a name": "Abandoned Cargo", - "675c03d1f7da9792a405549a description": "Good afternoon, young man. I have received information about a recent suspicious shipment of TerraGroup cargo. According to the description, it could contain valuable records and even medical samples.\n\nEvery such shipment should have been prioritized for extraction, yet for some reason this shipment was left near the customs terminal. I have to know what's inside the cargo, and to do that, I need the exact location of the shipments.\n\nWill you be able to assist with this? You will recognize the necessary shipments by the boxes with the TerraGroup logo.", + "675c03d1f7da9792a405549a name": "Carga Abandonada", + "675c03d1f7da9792a405549a description": "Buenas tardes, joven. Recientemente, recibí información sobre un envío sospechoso de TerraGroup. Según la descripción, podría contener registros valiosos e incluso muestras médicas.\n\nTodos los envíos de este tipo deberían haber sido priorizados para ser extraídos, pero por alguna razón este envío se dejó cerca de la terminal aduanera. Tengo que saber qué hay dentro de la carga, y para ello, necesito la ubicación exacta de los envíos.\n\n¿Podrías ayudarme con esto? Reconocerás los envíos que necesito por las cajas con el logotipo de TerraGroup.", "675c03d1f7da9792a405549a failMessageText": "", - "675c03d1f7da9792a405549a successMessageText": "Excellent! You didn't open the boxes, correct? Good judgment, mercenary. It's best to have the professionals do it. \n\nJudging by the location of the shipments, they were abandoned in a hurry, or perhaps something happened during the transportation... We will have to investigate why TerraGroup decided to leave these shipments in Tarkov.", - "675c0444db2b69f48942f37c": "Locate and mark the first special TerraGroup cargo with an MS2000 Marker on Customs", - "675c04497439eaed82b6dfeb": "Locate and mark the second special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044cc482cb252c5a92d4": "Locate and mark the third special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044e3691199fe911a641": "Locate and mark the fourth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fbeb402d4fa5589516f": "Locate and mark the fifth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fd3a2c0bad5f70af01c": "Locate and mark the sixth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fdd5af984e99db7b4e1": "Locate and mark the seventh special TerraGroup cargo with an MS2000 Marker on Customs", + "675c03d1f7da9792a405549a successMessageText": "¡Excelente! No has abierto las cajas, ¿Verdad? Buena decisión, mercenario. Es mejor que lo hagan los profesionales.\n\nA juzgar por la ubicación de los envíos, los abandonaron a toda prisa, o tal vez ocurrió algo durante el transporte... Tendremos que investigar por qué TerraGroup decidió dejar estos envíos en Tarkov.", + "675c0444db2b69f48942f37c": "Localiza y coloca un Marcador MS2000 en la primera carga especial de TerraGroup en Aduanas", + "675c04497439eaed82b6dfeb": "Localiza y coloca un Marcador MS2000 en la segunda carga especial de TerraGroup en Aduanas", + "675c044cc482cb252c5a92d4": "Localiza y coloca un Marcador MS2000 en la tercera carga especial de TerraGroup en Aduanas", + "675c044e3691199fe911a641": "Localiza y coloca un Marcador MS2000 en la cuarta carga especial de TerraGroup en Aduanas", + "675c3fbeb402d4fa5589516f": "Localiza y coloca un Marcador MS2000 en la quinta carga especial de TerraGroup en Aduanas", + "675c3fd3a2c0bad5f70af01c": "Localiza y coloca un Marcador MS2000 en la sexta carga especial de TerraGroup en Aduanas", + "675c3fdd5af984e99db7b4e1": "Localiza y coloca un Marcador MS2000 en la séptima carga especial de TerraGroup en Aduanas", "675c03d1f7da9792a405549a acceptPlayerMessage": "", "675c03d1f7da9792a405549a declinePlayerMessage": "", "675c03d1f7da9792a405549a completePlayerMessage": "", - "675c047fa46173572a0bd878 name": "Shipment Tracking", - "675c047fa46173572a0bd878 description": "My people haven't been able to access the cargo yet. However, if there's anything of value-- I mean of danger, we can't waste any time.\n\nAll shipments had to be documented one way or another. Perhaps an itinerary or a cargo manifest would shed more light on the situation. You need to locate that piece of information.\n\nLook in the offices of key persons at the customs: directors, supervisors. If there is anything we might find, it should be there.", + "675c047fa46173572a0bd878 name": "Seguimiento de Envíos", + "675c047fa46173572a0bd878 description": "Mi gente no ha podido acceder a la carga aún. Pero si contiene algo valioso... quiero decir peligroso, no podemos perder el tiempo.\n\nTodos los envíos deben de estar documentados de alguna manera. Tal vez un itinerario o un manifiesto de carga arrojaría más luz sobre la situación. Debes localizar esa información.\n\nBusca en las oficinas de las personas clave en la aduana: directores, supervisores. Si hay algo que podamos encontrar, debería estar allí.", "675c047fa46173572a0bd878 failMessageText": "", - "675c047fa46173572a0bd878 successMessageText": "It will take some time for me to study these documents. Nevertheless, we will soon discover everything that is wrong with this shipment and what it contains. \n\nAlong with a report from my specialists, we will receive comprehensive details.", - "675c04b3fc6b273a36ed294a": "Locate and obtain the TerraGroup shipment lists on Customs", - "675c04c1b68cc8180efb38c6": "Hand over the found information", + "675c047fa46173572a0bd878 successMessageText": "Me llevará algo de tiempo estudiar estos documentos, pero pronto descubriremos qué hay de malo en este envío y qué contiene.\n\nJunto con un informe de mis especialistas, recibiremos todos los detalles.", + "675c04b3fc6b273a36ed294a": "Localiza y obtén los reportes de envíos de TerraGroup en Aduanas", + "675c04c1b68cc8180efb38c6": "Entrega la información obtenida", "675c047fa46173572a0bd878 acceptPlayerMessage": "", "675c047fa46173572a0bd878 declinePlayerMessage": "", "675c047fa46173572a0bd878 completePlayerMessage": "", - "675c04f4db8807b75d0f38e8 name": "Closer to the People", - "675c04f4db8807b75d0f38e8 description": "Terrible news, young man. I have stopped receiving communications from my group, and the documents you brought me have been scrubbed of all the essential information.\n\nWe know neither the project code, nor the detailed itinerary. Not even a summary of these boxes' contents! I cannot possibly ask you to open them yourself. What if my group's demise has something to do with their contents?\n\nInstead, I came up with another idea. The documents said that in the event of obstacles along the transit, the delivery crews could opt to deviate from the route.\n\nIf the movers were attacked during transit, we might learn about it from the workers' records. Examine the places where the delivery crews may have stayed and search for this information.", + "675c04f4db8807b75d0f38e8 name": "Más Cerca de la Gente", + "675c04f4db8807b75d0f38e8 description": "Joven, tenemos noticias terribles. He perdido comunicación con mi grupo, y los documentos que me trajiste tenían borrada toda la información esencial.\n\nNo conocemos ni el código del proyecto ni el itinerario detallado. ¡Ni siquiera un resumen del contenido de estas cajas! No puedo pedirte que las abras tú mismo. ¿Qué pasa si la desaparición de mi grupo tiene algo que ver con su contenido?\n\nEn cambio, se me ocurrió otra idea. Los documentos decían que en caso de obstáculos durante el tránsito, los equipos de entrega podrían optar por desviarse de la ruta.\n\nSi los transportistas fueron atacados durante el tránsito, podríamos saber de esto a través de los registros de los trabajadores. Examina los lugares donde los equipos de entrega pueden haber estado y busca esta información.", "675c04f4db8807b75d0f38e8 failMessageText": "", - "675c04f4db8807b75d0f38e8 successMessageText": "Impossible... According to these records, no one attacked the movers, the path was clear! \n\nYet the workers who spent several hours near the boxes reported itching and fever, and asked to go home.\n\nThe foreman's notes say that two delivery crews abandoned the boxes during transportation and flatly refused to continue their work! \n\nIt turns out that the transportation of these boxes required special protective equipment, which no one considered to provide to ordinary workers. It's unclear how dangerous the boxes are at the moment, but I wouldn't recommend approaching them without the appropriate equipment.", - "675c04f4db8807b75d0f38eb": "Locate and obtain the delivery crew's shipment notes on Customs", - "675c04f4db8807b75d0f38ec": "Hand over the found information", + "675c04f4db8807b75d0f38e8 successMessageText": "Imposible... Según estos registros, nadie atacó a los transportistas, ¡El camino estaba despejado!\n\nAun así, los trabajadores que pasaron varias horas cerca de las cajas reportaron comezón y fiebre, y pidieron irse a casa.\n\nLas notas del capataz dicen que dos equipos de entrega abandonaron las cajas durante el transporte, ¡Y se negaron rotundamente a continuar con su trabajo!\n\nResulta que el transporte de estas cajas requería un equipo de protección especial, que nadie pensó en proporcionar a los trabajadores comunes. No está claro que tan peligrosas son las cajas en este momento, pero no recomendaría acercarse a ellas sin el equipo adecuado.", + "675c04f4db8807b75d0f38eb": "Localiza y obtén las notas de envío del equipo de entrega en Aduanas", + "675c04f4db8807b75d0f38ec": "Entrega la información obtenida", "675c04f4db8807b75d0f38e8 acceptPlayerMessage": "", "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", - "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 name": "Romper el Trato", + "675c085d59b0575973005f52 description": "¿Qué pedo, todo bien? No vas a creer lo que te voy a contar. ¡Tengo un trabajo para ti! Está bien, dejemos las bromas, este tipo, Reshala, quiere meterse de cabeza en un nuevo negocio. Y créeme, no quiero ahí a ese cabrón.\n\nDescubrí que este idiota está planeando una reunión con uno de mis socios con vínculos en el exterior. El problema es que solo conocemos el lugar de la reunión, pero no sabemos cuándo van a acordar sus problemas.\n\nAsí que contraté a un francotirador de confianza para que arruinara la reunión cuando ocurriera. Pero ahora está todo el tiempo en su puesto allá afuera, ni siquiera puede bajar a echarse una meada.\n\nY además, el alijo que preparé para él en el puesto de vigilancia fue encontrado por unos Scavs, y saquearon todo. ¿Crees que puedes dejar el resto del equipo? Es en la planta con tres tuberías grandes en medio de la zona industrial. Tiene un andamio de metal o algo así alrededor... Escóndelo alrededor de todo ese andamio, ¿Te parece?\n\nNo digas mamadas, hombre, es obvio que te pagaré. Trabaja duro y ganarás mucho dinero, je-je.", "675c085d59b0575973005f52 failMessageText": "", - "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", - "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", - "675c152299549b5b62094f06": "Stash a DVL-10 magazine at the specified spot on Customs", - "675c153ae96d38136d02f670": "Stash an ELCAN SpecterDR scope at the specified spot on Customs", - "67604476b1ae3717835ccaed": "Stash a pack of any 7.62x51 ammo at the specified spot on Customs", + "675c085d59b0575973005f52 successMessageText": "¿Viste a mi pistolero? ¡Claro que no, es un verdadero especialista! Ahora mis hombres le darán la señal y él recogerá todo en los puntos designados.\n\nToma, en agradecimiento por tu arduo trabajo.", + "675c14f54662a2fae349dbb9": "Esconde un Fusil de francotirador DVL-10 en el lugar especificado de Aduanas", + "675c152299549b5b62094f06": "Esconde un Cargador de DVL-10 en el lugar especificado de Aduanas", + "675c153ae96d38136d02f670": "Esconde una Mira de asalto ELCAN SpecterDR en el lugar especificado de Aduanas", + "67604476b1ae3717835ccaed": "Esconde cualquier Paquete con municiones de 7.62x51 mm en el lugar especificado de Aduanas", "675c085d59b0575973005f52 acceptPlayerMessage": "", "675c085d59b0575973005f52 declinePlayerMessage": "", "675c085d59b0575973005f52 completePlayerMessage": "", - "675c1570526ff496850895d9 name": "Passion for Ergonomics", - "675c1570526ff496850895d9 description": "Hello. Do you know the feeling when you change the layout of your instrument in a seemingly insignificant way and it fundamentally changes the working comfort?\n\nThe Pareto principle, right. I had a friend who was the epitome of that concept. He was always tweaking something, filing, sanding a part to win a few millimeters....\n\nHis experience made me realize how important ergonomics is in any job. I have not heard from him in a while, but I know one of his outlets, it was either a sort of car service or a workshop, right in the garage complex. He always loved cars, especially the American ones.\n\nCan you come and check the place out? He probably moved somewhere else a long time ago, but his garage might still contain some of his tools or blueprints.", + "675c1570526ff496850895d9 name": "Pasión por la Ergonomía", + "675c1570526ff496850895d9 description": "Hola. ¿Conoces esa sensación que ocurre cuando cambias la disposición de tu instrumento de una forma aparentemente insignificante y eso cambia radicalmente la comodidad del trabajo?\n\nEl principio de Pareto, así es. Tenía un amigo que era el epítome de ese concepto. Siempre estaba retocando algo, limando, lijando una pieza para ganar unos milímetros...\n\nSu experiencia me hizo darme cuenta de lo importante que es la ergonomía en cualquier trabajo. Hace tiempo que no sé nada de él, pero conozco uno de sus locales, una especie de lugar de servicio para autos o un taller, justo en el complejo de garajes. Siempre amó los autos, especialmente los americanos.\n\n¿Puedes ir a ver el lugar? Lo más probable es que se haya mudado a otro lugar hace mucho tiempo, pero es posible que en su garaje aún queden algunas de sus herramientas o planos.", "675c1570526ff496850895d9 failMessageText": "", - "675c1570526ff496850895d9 successMessageText": "Hmm... He would never let his car burn down willingly. Something must have happened there.\n\nA car mechanic's death would be just an imperceptible blip in the death toll on the Tarkov scale. But hopefully he was able to make it out and find safety. Maybe we'll see each other again.", - "675c15916580a378dc0f012f": "Locate and obtain the customized tool set at the garage complex on Customs", - "675c1595a4c063af74ee5279": "Hand over the found item", + "675c1570526ff496850895d9 successMessageText": "Hmm... Él nunca hubiera dejado que su auto se incendiara como si nada. Algo debió haber pasado allí.\n\nLa muerte de un mecánico de autos sería solo un pequeño detalle imperceptible en el gran número de muertos a la escala de Tarkov. Pero esperemos que con suerte haya podido salir y encontrar un lugar seguro. Tal vez nos volvamos a ver.", + "675c15916580a378dc0f012f": "Localiza y obtén el conjunto de herramientas personalizadas en el complejo de garajes de Aduanas", + "675c1595a4c063af74ee5279": "Entrega el objeto encontrado", "675c1570526ff496850895d9 acceptPlayerMessage": "", "675c1570526ff496850895d9 declinePlayerMessage": "", "675c1570526ff496850895d9 completePlayerMessage": "", - "675c15fbf7da9792a4059871 name": "Provide Viewership", - "675c15fbf7da9792a4059871 description": "Greetings, gladiator! Judging by the fact that you're still in one piece, you've developed a good skill set. That's exactly what I need.\n\nArena fights are thriving, but you know the human nature. The audience gets used to everything and will always ask for more! So I've come up with something more interesting.\n\nI want to broadcast the fights in real Tarkov conditions for a group of special customers. You need to set up a camera and then show them what you're made of. You can put the camera on some building near the construction site at customs.\n\nI don't care who's in your crosshairs. You yourself are the centerpiece of this show! People will cheer for you and pay good money for it. Of course, I've taken your commitment into account, so expect a reward.", + "675c15fbf7da9792a4059871 name": "Proporcionar Audiencia", + "675c15fbf7da9792a4059871 description": "¡Saludos, gladiador! Juzgando el hecho de que aún estás de una pieza, sé que has desarrollado un buen conjunto de habilidades. Y eso es exactamente lo que necesito.\n\nLos combates en la arena están prosperando, pero ya conoces la naturaleza humana. ¡El público se acostumbra a todo y siempre pedirá más! Así que se me ocurrió algo más interesante.\n\nQuiero transmitir combates en las condiciones reales de Tarkov para un grupo de clientes especiales. Debes instalar una cámara y luego mostrarles de qué estás hecho. Puedes colocar la cámara en algún edificio cerca del sitio de construcción en Aduanas.\n\nNo me importa a quién tengas en la mira. ¡Tú mismo eres la pieza central de este espectáculo! La gente te aclamará y pagará buen dinero por esto. Por supuesto, tengo en cuenta tu compromiso, así que espera una buena recompensa.", "675c15fbf7da9792a4059871 failMessageText": "", - "675c15fbf7da9792a4059871 successMessageText": "There he is, a true Tarkov warrior! The audience loved it, so if you don't plan to drop out anytime soon, drop by often.\n\nYour talents deserve attention. And attention is expensive these days. Oh, by the way, here's your paycheck.", - "675c1c87caddcfa893af10e9": "Install the first WI-FI Camera inside the industrial plant on Customs", - "675c1c980fd114390c638b89": "Eliminate any target inside the industrial plant on Customs", - "676047054c9696a7d071bc08": "Install the second WI-FI Camera inside the industrial plant on Customs", - "6760470877d1b7790af5de11": "Install the third WI-FI Camera inside the industrial plant on Customs", - "6760470b7d65f702a6295820": "Install the fourth WI-FI Camera inside the industrial plant on Customs", + "675c15fbf7da9792a4059871 successMessageText": "¡Y aquí está, un verdadero guerrero de Tarkov! Al público le encantó, así que si no piensas abandonar el juego en un futuro próximo, pásate con más frecuencia.\n\nTu talento merece atención. Y la atención es cara hoy en día. Ah, por cierto, aquí tienes tu paga.", + "675c1c87caddcfa893af10e9": "Instala la primera Cámara WI-FI dentro de planta industrial en Aduanas", + "675c1c980fd114390c638b89": "Elimina a cualquier objetivo dentro de la planta industrial en Aduanas", + "676047054c9696a7d071bc08": "Instala la segunda Cámara WI-FI dentro de planta industrial en Aduanas", + "6760470877d1b7790af5de11": "Instala la tercera Cámara WI-FI dentro de planta industrial en Aduanas", + "6760470b7d65f702a6295820": "Instala la cuarta Cámara WI-FI dentro de planta industrial en Aduanas", "675c15fbf7da9792a4059871 acceptPlayerMessage": "", "675c15fbf7da9792a4059871 declinePlayerMessage": "", "675c15fbf7da9792a4059871 completePlayerMessage": "", - "675c1cf4a757ddd00404f0a3 name": "Work Smarter", - "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", + "675c1cf4a757ddd00404f0a3 name": "Trabajar Más Inteligentemente", + "675c1cf4a757ddd00404f0a3 description": "Ya sabes el dolor de cabeza que pueden ser las salidas seguras por aquí. Muchos mueren en el camino de regreso, no durante el viaje en sí mismo.\n\nPor eso, para un verdadero cazador, es importante tener algo preparado siempre, como un plan de escape personal. Corren tiempos difíciles en este momento, así que no recomiendo tomar riesgos innecesarios.\n\nTomemos Aduanas como ejemplo. He escuchado que algunas de las salidas ahora están bajo el control de alguien y que solo dejan entrar a los suyos. Lo que significa que no se le permite la entrada a otros forasteros. Quizás quieras encontrar una forma de asegurar esas salidas para ti mismo.\n\nPuede que esto requiera un poco de delicadeza, pero para un verdadero guerrero, esos obstáculos no deberían ser un problema.", "675c1cf4a757ddd00404f0a3 failMessageText": "", - "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", - "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", + "675c1cf4a757ddd00404f0a3 successMessageText": "Has aprendido la lección. Asegúrate de no olvidarla.\n\nSiempre mantente preparado para que tu camino de regreso se vea amenazado. No importa en qué parte de Tarkov te encuentres. Tu conocimiento del terreno, los caminos entre las áreas y las rutas de escape seguras son tu punto fuerte.", + "675c1cf4a757ddd00404f0a6": "Localiza la exfiltración secreta en Aduanas", + "676ab31c058363b09072c78e": "Obtén el objeto especial para extraer a través de la exfiltración secreta", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", "675c1cf4a757ddd00404f0a3 completePlayerMessage": "", - "675c1d6d59b0575973008fc7 name": "Seizing the Initiative", - "675c1d6d59b0575973008fc7 description": "The operational situation in the city is ever-changing, meaning I always have to stay on top of what is happening.\n\nMy people have reported that some operatives have started using the new path from the customs terminal to the gulf coast.\n\nPreviously the passage was inaccessible there, but I've already had two targets evade my groups in that area. I have to see what is going on at that passage.\n\nIf you accept this task, you will have to travel all the way from the customs terminal to the coast and extract from there. You can count on an appropriate reward!", + "675c1d6d59b0575973008fc7 name": "Tomando la Iniciativa", + "675c1d6d59b0575973008fc7 description": "La situación operativa en la ciudad cambia constantemente, lo que significa que siempre tengo que estar al tanto de lo que sucede.\n\nMi gente me ha informado de que algunos operadores comenzaron a utilizar el nuevo camino desde la terminal de aduanas hasta la costa del golfo.\n\nAntes el tránsito por allí era inaccesible, pero ahora dos objetivos evadieron a mis grupos en esa zona. Necesito saber qué está sucediendo en ese pasaje.\n\nSi aceptas esta tarea, tendrás que viajar desde la terminal aduanera hasta la costa y extraer de ahí. ¡Puedes contar con una recompensa adecuada!", "675c1d6d59b0575973008fc7 failMessageText": "", - "675c1d6d59b0575973008fc7 successMessageText": "This will help us cut off the escape routes of those who prevent us from conducting our business.\n\nEveryone needs resources to operate in Tarkov, and the Blue Helmets are no exception.", - "675c1d6d59b0575973008fc9": "Use the transit from Customs to Shoreline", - "675c1dbdcca03cb7f61fc735": "Survive and extract from Shoreline", + "675c1d6d59b0575973008fc7 successMessageText": "Esto nos ayudará a cortar las rutas de escape de aquellos que impiden que llevemos a cabo nuestros negocios.\n\nTodo el mundo necesita recursos para operar en Tarkov, y los Cascos Azules no son la excepción.", + "675c1d6d59b0575973008fc9": "Usa el tránsito de Aduanas a Costa", + "675c1dbdcca03cb7f61fc735": "Sobrevive y extrae de Costa", "675c1d6d59b0575973008fc7 acceptPlayerMessage": "", "675c1d6d59b0575973008fc7 declinePlayerMessage": "", "675c1d6d59b0575973008fc7 completePlayerMessage": "", - "675c1ec7a46173572a0bf20a name": "Rite of Passage", - "675c1ec7a46173572a0bf20a description": "Hello, merc. I have a new task, though I cannot tell yet if you are fit for a real job.\n\nBut you seem eager to help, so I might give you a chance to prove yourself.\n\nThe more experienced warriors who are already working for the good of Tarkov need to replenish their fuel reserves.\n\nSo you have a chance to do a good deed and prove to me that some drunken thug won't be a problem for you. \n\nBring me two cans of fuel. But don't run from the fight. To clean the city of filth, you must be ready to face the enemy head-on.", + "675c1ec7a46173572a0bf20a name": "Rito de Iniciación", + "675c1ec7a46173572a0bf20a description": "Hola, mercenario. Tengo una nueva misión, aunque aún no puedo decidir si eres apto para un trabajo real.\n\nPero pareces ansioso por ayudar, así que podría darte una oportunidad para que demuestres lo que vales.\n\nLos guerreros más experimentados que ya están trabajando por el bien de Tarkov necesitan reponer sus reservas de combustible.\n\nAsí que tienes la oportunidad de hacer una buena acción y demostrarme que un gorila borracho no será un problema para ti.\n\nTráeme dos tanques de combustible. Pero no huyas de la pelea. Para limpiar la ciudad de suciedad, debes estar listo para enfrentar al enemigo de frente.", "675c1ec7a46173572a0bf20a failMessageText": "", - "675c1ec7a46173572a0bf20a successMessageText": "Look who's back. You meet any of those pillagers? Well-well... Maybe you're actually fit for it.\n\nGet some rest for now, but do stay in touch. You've got some serious work ahead of you.", - "675c1f040a1128e59422a876": "Eliminate Scavs at the old gas station on Customs", - "675c1f17cf59d5433be7ae77": "Eliminate Scavs at the new gas station on Customs", - "675c1f311bd716cdb87947d1": "Hand over the found in raid item: Metal fuel tank", + "675c1ec7a46173572a0bf20a successMessageText": "Mira nomás quién regresó. ¿Te topaste con alguno de esos saqueadores? Muy bien... Quizás estés en condiciones para hacerlo.\n\nDescansa un poco por ahora, pero mantente en contacto. Te espera mucho trabajo.", + "675c1f040a1128e59422a876": "Elimina Scavs en la gasolinera antigua de Aduanas", + "675c1f17cf59d5433be7ae77": "Elimina Scavs en la gasolinera nueva de Aduanas", + "675c1f311bd716cdb87947d1": "Entrega el objeto encontrado en incursión: Tanque metálico de combustible", "675c1ec7a46173572a0bf20a acceptPlayerMessage": "", "675c1ec7a46173572a0bf20a declinePlayerMessage": "", "675c1ec7a46173572a0bf20a completePlayerMessage": "", - "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", - "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", + "675c1ff1a757ddd00404f0aa name": "Test Drive - Parte 6", + "675c1ff1a757ddd00404f0aa description": "¡Guerrero! Está claro que te encanta disparar armas nuevas y exóticas. Hay un nuevo trabajo para ti sobre esto.\n\nEncontré algo interesante... ¡Nadie había visto algo así en Tarkov antes! ¿Que de dónde lo saqué? ¡Es un secreto comercial, ja-ja!\n\nDéjame decirte algo, esta arma tiene potencial, sin duda alguna. Pero sin pruebas de combate adecuadas, todas estas especificaciones e informes de alcance son puras pendejadas.\n\nEntonces, si estás interesado en probar un arma realmente única, es posible que podamos ayudarnos mutuamente.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", - "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", + "675c1ff1a757ddd00404f0aa successMessageText": "Está bien, ¿No es así? Bueno, entonces supongo que podría subir el precio un poco, ¿No lo crees?\n\n¿Qué, crees que lo daría gratis? Se merece un precio justo. Tu camarada Prapor nunca ha estafado a un soldado y, créeme, lo mantendré así.", + "675c1ff1a757ddd00404f0ae": "Elimina a cualquier objetivo utilizando un Fusil de asalto Aklys Defense Velociraptor en Aduanas", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", "675c1ff1a757ddd00404f0aa completePlayerMessage": "", - "675c3507a06634b5110e3c18 name": "Belka and Strelka", - "675c3507a06634b5110e3c18 description": "Hey, soldier! I've got a new reconnaissance mission for ya.\n\nI was able to arrange a deal with the fellas who control the railroad at the old customs gas station, but I haven't sent any of my couriers that way yet. We gotta check it out first.\n\nThe plan is simple: you fire the green flare and extract. It's like a job Belka did... or was it Strelka? Ah, whatever, you know what I'm trying to say.\n\nI'll pay you for risking your skin, but make sure you don't get whacked before even getting to that place, and take your time on the exit itself. I've heard enough tales of mercs who shoot the flare and run to the exit immediately before the flare even lights up properly... On a completely unrelated note, may I interest you in a cheap new helmet with bullet hole vents?", + "675c3507a06634b5110e3c18 name": "Belka y Strelka", + "675c3507a06634b5110e3c18 description": "¡Eh, soldado! Tengo una nueva misión de reconocimiento para ti.\n\nPude llegar a un acuerdo con los tipos que controlan la vía férrea cerca de la gasolinera antigua de Aduanas, pero aún no envío a ninguno de mis mensajeros por ahí. Tenemos que comprobarlo primero.\n\nEl plan es simple: disparas una bengala verde y extraes. Es como el trabajo que hizo Belka... ¿O fue Strelka? Ah, como sea, tú sabes lo que quiero decir.\n\nTe pagaré por arriesgar el pellejo, pero asegúrate de no morir antes de que llegues a ese lugar y tómate tu tiempo en la salida. He escuchado suficientes historias de mercenarios que disparan la bengala y corren de inmediato hacia la salida antes de que la bengala se encienda correctamente... Por otro lado, que no tiene nada que ver con lo que acabo de decir, ¿Te interesaría un casco nuevo, bonito y barato con ventilación en forma de balazo?", "675c3507a06634b5110e3c18 failMessageText": "", - "675c3507a06634b5110e3c18 successMessageText": "There, I told you it was a simple job! You can trust me, I'd never send an untrained soldier into harm's way.", - "675c3507a06634b5110e3c1a": "Survive and extract from Customs through Railroad Passage", + "675c3507a06634b5110e3c18 successMessageText": "¡Te dije que era un trabajo fácil! Puedes confiar en mí, nunca enviaría a un soldado sin entrenamiento a una situación peligrosa.", + "675c3507a06634b5110e3c1a": "Sobrevive y extrae de Aduanas a través de: Pasaje de la Vía Férrea", "675c3507a06634b5110e3c18 acceptPlayerMessage": "", "675c3507a06634b5110e3c18 declinePlayerMessage": "", "675c3507a06634b5110e3c18 completePlayerMessage": "", - "675c3582f6ddc329a90f9c6d name": "Private Club", - "675c3582f6ddc329a90f9c6d description": "Opachki, would you look at this little character. You got any ibuprofen? My noggin's fucking killing me.\n\nWhat, something wrong, princess? Yes, I got hammered last night, so what? It was a major league game! They wouldn't let a twat like you anywhere near that table.\n\nSometimes we get together to test our luck, but yesterday clearly wasn't my day. Not only did I lose a shitload of money, but also my fucking wallet.\n\nYou're here for work, ye? Here, I'll give you a fucking job. Find my wallet. And don't even try any bullshit, I'd recognize mine with my eyes closed. You may still be young and don't realize it, but there are things in life worth more than cash.", + "675c3582f6ddc329a90f9c6d name": "Club Privado", + "675c3582f6ddc329a90f9c6d description": "Opachki, mirar nomas a este personajazo... ¿Tienes ibuprofeno? Este dolor de cabeza me está matando.\n\n¿Qué, pasa algo malo, princesa? Sí, me embriagué anoche, ¿Y qué? ¡Era un partido de las grandes ligas! No dejarían que un idiota como tú se acercara a esa mesa.\n\nA veces nos juntamos para probar suerte, pero claramente ayer no fue mi día. No solo perdí un montón de dinero, tampoco puedo encontrar mi puta billetera.\n\nEstás aquí por trabajo, ¿Verdad? Toma, te daré un puto trabajo. Encuentra mi billetera. Y que ni se te ocurra intentar ninguna pendejada, reconocería mi billetera hasta con los ojos cerrados. Puede que aún seas joven y no te des cuenta, pero hay cosas en la vida que valen más que el dinero.", "675c3582f6ddc329a90f9c6d failMessageText": "", - "675c3582f6ddc329a90f9c6d successMessageText": "Proper good fucking job mate! I knew it couldn't just vanish into thin air like that. We have some kind of connection, you and I.\n\nThis little baby is like a lucky charm for me. When I bought this wallet, things went booming for me. I've gotten it lost a thousand times since then, but it always comes back to me.", - "675c37d2da4b531ba8daaadd": "Locate and obtain Skier's wallet on Customs", - "675c37e07ac1a33fff170966": "Hand over the found item", + "675c3582f6ddc329a90f9c6d successMessageText": "¡Carajo amigo, muy buen trabajo! Sabía que no podía haber desaparecido así como así. Tú y yo tenemos algún tipo de conexión.\n\nEsta pequeña bebé es como un amuleto de la suerte para mí. Cuando compré esta billetera, todo me fue de maravilla. La he perdido miles de veces desde entonces, pero siempre regresa a mí.", + "675c37d2da4b531ba8daaadd": "Localiza y obtén la Billetera de Skier en Aduanas", + "675c37e07ac1a33fff170966": "Entrega el objeto encontrado", "675c3582f6ddc329a90f9c6d acceptPlayerMessage": "", "675c3582f6ddc329a90f9c6d declinePlayerMessage": "", "675c3582f6ddc329a90f9c6d completePlayerMessage": "", - "675f535f07e24748400973e7 name": "Teacher", - "675f535f07e24748400973e7 description": "Always arriving just when I need you! Long story short, we've got lots of rookies joining us. I love young blood, the crowd does even more so.\n\nHowever, we need to make sure they don't all get iced in the first fight. \n\nShow them the ropes, how to shoot and win the crowd's attention. Obviously, you're not gonna work for free! I've saved something interesting for you. A cool little show-off gift.\n", + "675f535f07e24748400973e7 name": "Maestro", + "675f535f07e24748400973e7 description": "¡Siempre llegas justo cuando te necesito! En resumen, tenemos muchos novatos que se unen a nosotros. Me encanta la sangre joven, y a la multitud le encanta aún más.\n\nPero debemos asegurarnos de que no todos se queden congelados en el primer combate.\n\nEnséñales cómo se hace, cómo disparar y cómo ganar la atención de la multitud. ¡Obviamente, no vas a trabajar gratis! He guardado algo interesante para ti. Un pequeño y genial regalo para presumir.", "675f535f07e24748400973e7 failMessageText": "", - "675f535f07e24748400973e7 successMessageText": "That was a sight to behold! Here's your reward, you deserve it.", - "675f535f07e24748400973ea": "Win 3 matches while claiming first place in ranked mode in Arena", - "675f55103f07bd367fd68078": "Play a game of TeamFight or BlastGang", - "675f55578e6311832a4ff2a4": "Play a game of LastHero", - "675f5582396267fcff04b16d": "Play a game of Checkpoint", - "675f55adfa27165a9495534a": "Win a match in any game mode", - "675f55db29a43a094b93bbd3": "Eliminate enemies ", + "675f535f07e24748400973e7 successMessageText": "¡Fue todo un espectáculo digno de ver! Aquí tienes tu recompensa, te la mereces.", + "675f535f07e24748400973ea": "Gana 3 partidas Clasificatorias llegando al primer lugar en Arena", + "675f55103f07bd367fd68078": "Juega una partida de TeamFight o BlastGang", + "675f55578e6311832a4ff2a4": "Juega una partida de LastHero", + "675f5582396267fcff04b16d": "Juega una partida de Checkpoint", + "675f55adfa27165a9495534a": "Gana una partida en cualquier modo de juego", + "675f55db29a43a094b93bbd3": "Elimina enemigos ", "675f535f07e24748400973e7 acceptPlayerMessage": "", "675f535f07e24748400973e7 declinePlayerMessage": "", "675f535f07e24748400973e7 completePlayerMessage": "", - "6761f28a022f60bb320f3e95 name": "New Beginning", - "6761f28a022f60bb320f3e95 description": "Hello my brother! So how's it hanging? Not bored yet?\n\nI know what'll rev you up. The effect is out of this world! Hey, don't get the wrong idea, it's nothing that was illegal in our past lives. \n\nLong story short, there are some special people making lists of the realest alphas in Tarkov. And I happen to know these special people. Rarely do I get to meet such influential figures in my life, that's for sure. With guys like that, you gotta do business in an exceptional fashion, not a single fuck-up. You mess up, you lose your chance to live a happy life ever after, if you catch my drift.\n\nOkay, so I can see you're clearly interested in finding out what this chad list is for. Tell you what, I have no fucking clue. I sure wish they'd tell me though!\n\nAnyway, you yourself can make it on this list. All you gotta do is prove you're worthy. They gave me a mission checklist, here ya go.", + "6761f28a022f60bb320f3e95 name": "Nuevo Comienzo", + "6761f28a022f60bb320f3e95 description": "¡Hola, hermano! ¿Cómo te ha ido? ¿Aún no te aburres?\n\nSé de algo que te animará. ¡El efecto es de otro mundo! Oye, no me malinterpretes, no es nada que fuera ilegal en nuestras vidas pasadas.\n\nEn resumen, hay gente especial que hace listas de los alfas más legítimos de Tarkov. Y resulta que yo conozco a esa gente especial. Rara vez me topo con figuras tan influyentes en mi vida, créeme. Con tipos así, tienes que hacer negocios de forma excepcional, sin cagarla ni una sola vez. Porque si la cagas, perderás tu oportunidad de vivir una vida de: felices por siempre, si es que entiendes a lo que me refiero.\n\nBueno, claramente veo que estás interesado en averiguar para qué es esta lista de chads. Te diré algo, no tengo ni puta idea. ¡Pero me gustaría que me lo dijeran!\n\nEn fin, tú mismo podrías entrar en esta lista. Todo lo que tienes que hacer es demostrar que eres digno. Me dieron esta lista de chequeo para la misión, toma.", "6761f28a022f60bb320f3e95 failMessageText": "", - "6761f28a022f60bb320f3e95 successMessageText": "I'm telling you, you're one worthy motherfucker. They are already aware of your progress.", - "6761f6f1bacf72169272e381": "Hand over the item: BEAR operative figurine", - "6761f7d086fd2d9c941b8aa3": "Hand over the item: Politician Mutkevich figurine", - "6761f7f87b309912d6b5f2a9": "Hand over the item: Killa figurine", - "6761f80838201b0588f39a07": "Hand over the item: Reshala figurine", - "6761f817d42b2f3a242de658": "Hand over the item: Ryzhy figurine", - "6761f826d5b89d2d15b53eca": "Hand over the item: Scav figurine", - "6761f838d641d60f18a45e1f": "Hand over the item: Tagilla figurine", - "6761f85183d342080d39ca98": "Hand over the item: USEC operative figurine", - "6761f862c1ba6ee8e161d3d6": "Hand over the item: Cultist figurine", - "6761f87227aeff895cef62c5": "Hand over the item: Den figurine", - "6761f93bc757eb8c228fa754": "Eliminate Scavs", - "6761f9d718fa62aac3264ff2": "Survive and extract from The Lab", + "6761f28a022f60bb320f3e95 successMessageText": "Te estoy diciendo, eres un hijo de puta digno. Ellos están al tanto de tus progresos.", + "6761f6f1bacf72169272e381": "Entrega el objeto: Figura de operador BEAR", + "6761f7d086fd2d9c941b8aa3": "Entrega el objeto: Figura del político Mutkévich", + "6761f7f87b309912d6b5f2a9": "Entrega el objeto: Figura de Killa", + "6761f80838201b0588f39a07": "Entrega el objeto: Figura de Reshala", + "6761f817d42b2f3a242de658": "Entrega el objeto: Figura de Ryzhy", + "6761f826d5b89d2d15b53eca": "Entrega el objeto: Figura de Scav", + "6761f838d641d60f18a45e1f": "Entrega el objeto: Figura de Tagilla", + "6761f85183d342080d39ca98": "Entrega el objeto: Figura de operador USEC", + "6761f862c1ba6ee8e161d3d6": "Entrega el objeto: Figura de Sectario", + "6761f87227aeff895cef62c5": "Entrega el objeto: Figura de Den", + "6761f93bc757eb8c228fa754": "Elimina Scavs", + "6761f9d718fa62aac3264ff2": "Sobrevive y extrae de Laboratorio", "6761f28a022f60bb320f3e95 acceptPlayerMessage": "", "6761f28a022f60bb320f3e95 declinePlayerMessage": "", "6761f28a022f60bb320f3e95 completePlayerMessage": "", - "6761ff17cdc36bd66102e9d0 name": "New Beginning", - "6761ff17cdc36bd66102e9d0 description": "Hello my brother! So how's it hanging? Not bored yet? I know what'll rev you up. The effect is out of this world!\n\nHuh? I already told you that? Come on man, don't bullshit me. Wait, what? How do you know about the list? Shit, guess I really did tell you about it already. Anyway, it seems like you already have an idea of what to do.\n\nWait, so did I also already tell you about the influential people making these lists? Man, I guess I should get more sleep. I'm running around like a squirrel over here, negotiating things, solving problems. That's my life.\n\nIn fact, I've been thinking... These guys are on to you for a reason. Something big is going down, I'm telling you. So do your missions perfectly and on time.\n\nAll right, back to business. Here's the list. No, it's exactly the same as the “last time”, you're just confused. Maybe you need more sleep, too.", + "6761ff17cdc36bd66102e9d0 name": "Nuevo Comienzo", + "6761ff17cdc36bd66102e9d0 description": "¡Hola, hermano! ¿Cómo te ha ido? ¿Aún no te aburres? Sé de algo que te animará. ¡El efecto es de otro mundo! \n\n¿Eh? ¿Ya te lo había dicho? Vamos hombre, no me mientas. Espera, ¿Qué? ¿Cómo sabes de la lista? Mierda, supongo que ya te había contado. En fin, parece que ya te haces una idea de lo que tienes que hacer.\n\nEspera, ¿Ya te conté sobre las personas influyentes que hacen estas listas? Hermano, supongo que debería dormir más. Estoy corriendo de aquí para allá como una ardilla, negociando cosas, resolviendo problemas. Esa es mi vida.\n\nDe hecho, estaba pensando... Estos tipos te están siguiendo por una razón. Algo grande está pasando, créeme. Así que haz tus misiones a la perfección y a tiempo.\n\nMuy bien, volvamos al asunto. Aquí está la lista. ¿Que qué? No, es exactamente la misma que la \"última vez\", solo estás confundido. Quizás tú también necesites dormir un poco más.", "6761ff17cdc36bd66102e9d0 failMessageText": "", - "6761ff17cdc36bd66102e9d0 successMessageText": "Well done! Could've been quicker, but it'll do. The group knows you're done with the mission.", - "6761ff17cdc36bd66102e9d4": "Eliminate PMC operatives in one raid on any location", - "6761ff17cdc36bd66102e9d6": "Survive and extract from The Lab", - "6761ff17cdc36bd66102e9d8": "Hand over the found in raid item: BEAR operative figurine", - "6761ff17cdc36bd66102e9d9": "Hand over the found in raid item: Politician Mutkevich figurine", - "6761ff17cdc36bd66102e9da": "Hand over the found in raid item: Killa figurine", - "6761ff17cdc36bd66102e9db": "Hand over the found in raid item: Reshala figurine", - "6761ff17cdc36bd66102e9dc": "Hand over the found in raid item: Ryzhy figurine", - "6761ff17cdc36bd66102e9dd": "Hand over the found in raid item: Scav figurine", - "6761ff17cdc36bd66102e9de": "Hand over the found in raid item: Tagilla figurine", - "6761ff17cdc36bd66102e9df": "Hand over the found in raid item: USEC operative figurine", - "6761ff17cdc36bd66102e9e0": "Hand over the found in raid item: Cultist figurine", - "6761ff17cdc36bd66102e9e1": "Hand over the found in raid item: Den figurine", - "6762015739c53fca8ac51336": "Eliminate PMC operatives", + "6761ff17cdc36bd66102e9d0 successMessageText": "¡Bien hecho! Pudiste haber sido más rápido, pero funcionará. El grupo sabe que has terminado la misión.", + "6761ff17cdc36bd66102e9d4": "Elimina operadores PMC durante una sola incursión en cualquier ubicación", + "6761ff17cdc36bd66102e9d6": "Sobrevive y extrae de Laboratorio", + "6761ff17cdc36bd66102e9d8": "Entrega el objeto encontrado en incursión: Figura de operador BEAR", + "6761ff17cdc36bd66102e9d9": "Entrega el objeto encontrado en incursión: Figura del político Mutkévich", + "6761ff17cdc36bd66102e9da": "Entrega el objeto encontrado en incursión: Figura de Killa", + "6761ff17cdc36bd66102e9db": "Entrega el objeto encontrado en incursión: Figura de Reshala", + "6761ff17cdc36bd66102e9dc": "Entrega el objeto encontrado en incursión: Figura de Ryzhy", + "6761ff17cdc36bd66102e9dd": "Entrega el objeto encontrado en incursión: Figura de Scav", + "6761ff17cdc36bd66102e9de": "Entrega el objeto encontrado en incursión: Figura de Tagilla", + "6761ff17cdc36bd66102e9df": "Entrega el objeto encontrado en incursión: Figura de operador USEC", + "6761ff17cdc36bd66102e9e0": "Entrega el objeto encontrado en incursión: Figura de Sectario", + "6761ff17cdc36bd66102e9e1": "Entrega el objeto encontrado en incursión: Figura de Den", + "6762015739c53fca8ac51336": "Elimina operadores PMC", "6761ff17cdc36bd66102e9d0 acceptPlayerMessage": "", "6761ff17cdc36bd66102e9d0 declinePlayerMessage": "", "6761ff17cdc36bd66102e9d0 completePlayerMessage": "", - "6764174c86addd02bc033d68 name": "Connections Up North", - "6764174c86addd02bc033d68 description": "Greetings, mate. Tell you what, I've got special import channels - they can bring things even from Finland! My friend there has set up a shipment of some real deadly toys, not just shitty-ass Toz or Gornostay. Thing is, you can't just sell those to any random bum off the street, speaking from experience, mate. Dumb twats with hands out their asses will bring down the credibility of even the toughest merchandise. \n\nThat's why I've come up with a little innocent trick. I want to start a rumor that there's a real bringer of death in Tarkov, you feel me? He shoots precisely and leaves heaps of corpses on his path. No one can even spot him in time, because the guy's a specialist, he sticks to the shadows and uses a bolty with a night sight. \n\nAnd then it turns out that this guy is using my guns! It's gonna make everybody think that I'm the guy who stocks up on the realest pro stuff. So I figured you'd be the perfect man for this little stunt. Make people afraid to even take a piss at night, and I'll arrange some of my hot new products for you. The first batch is free!", + "6764174c86addd02bc033d68 name": "Conexiones en el Norte", + "6764174c86addd02bc033d68 description": "Saludos, amigo. Te diré algo, tengo canales especiales de importación - ¡Incluso pueden traer cosas desde Finlandia! Mi amigo de allí organizo un envío de algunos juguetes verdaderamente letales, no solo una Toz o Gornostay de mierda. El problema es que no se los puedes vender a cualquier vagabundo en la calle, te lo digo por experiencia, amigo. Esos pendejos con manos de estómago pueden arruinar por completo la credibilidad de la mercancía más resistente.\n\nPara eso se me ocurrió un pequeño e inocente truco. Quiero hacer correr el rumor de que en Tarkov hay un verdadero portador de la muerte, ¿Me entiendes? Que dispara con precisión y deja pilas de cadáveres en su camino. Nadie puede detectarlo a tiempo, porque el tipo es un especialista, se mantiene en las sombras y usa un fusil de cerrojo con mira nocturna.\n\n¡Y luego resulta que este tipo está usando mis armas! Hará que todos piensen que yo soy el que se abastece de las cosas más profesionales. Así que pensé que tú serías el hombre perfecto para este pequeño truco. Haz que la gente tenga incluso miedo de ir a mear por la noche y yo te prepararé algunos de mis nuevos y más atractivos productos. ¡El primer lote es gratis!", "6764174c86addd02bc033d68 failMessageText": "", - "6764174c86addd02bc033d68 successMessageText": "I shit you not, even my partners heard about it! You're gonna become a real legend with this Finnish lady by your side.", - "676418a60b9bcbe280972288": "Eliminate PMC operatives from over 40 meters away while using a bolt-action rifle with night or thermal scope", + "6764174c86addd02bc033d68 successMessageText": "No te miento, ¡Hasta mis socios escucharon al respecto! Te convertirás en una verdadera leyenda con esta finlandesa a tu lado.", + "676418a60b9bcbe280972288": "Elimina operadores PMC a más de 40 metros utilizando un fusil de cerrojo con mira de visión nocturna o térmica", "6764174c86addd02bc033d68 acceptPlayerMessage": "", "6764174c86addd02bc033d68 declinePlayerMessage": "", "6764174c86addd02bc033d68 completePlayerMessage": "", - "676529af9c90953d090882e7 name": "Gunsmith - Old Friend's Request", - "676529af9c90953d090882e7 description": "Hello. Do you ever find yourself crossing paths with a classmate decades after high school and hardly recognizing them? Although, I'd likely shock some of the folks from my class myself.\n\nRecently, a certain guy from my school days reached out to me. After school, he went into the army, wanting to join the special forces... It was clear even then that he had a peculiar, uh, aptitude for that job.\n\nSomehow he found me here and asked me for a favor. He wants to remember his early years in basic training. I'm not a big fan of that sort of hospitality, plus I've got heaps of work to do. But let me put it this way: he was, um, very insistent. I don't need any more trouble, so I agreed to his deal, hoping you'd help me sort it all out.\n\nPeople say this kind of equipment used to be somewhat standard issue at his job: ORSIS T-5000, Vityaz and a Glock 17. All with the special mods, of course.\n\nThe rifle was equipped with an ATACR 7-35x56 34mm scope, Harris bipod, and a suppressor, I can't recall which exact one... Well, probably doesn't matter. Just get any suitable silencer, that'll work.\n\nFor Vityaz I need the Micro T-1 red dot with a spacer, Zenit RK-6 front grip and RK-3 pistol grip, PT-3 Klassika buttstock... I also need a PEQ-15, Klesch-2P flashlight, and, as you probably guessed, a suppressor, the standard Vityaz one.\n\nThe Glock is simple. You need to replace the barrel with the Double Diamond with their thread protector, add a Pachmayr Grip Glove, Klesch-2P flashlight, and a 21-round extendo mag. I think that's everything.", + "676529af9c90953d090882e7 name": "Armero - Petición de un Viejo Amigo", + "676529af9c90953d090882e7 description": "Hola. ¿Alguna vez te has cruzado con un compañero de la escuela décadas después de terminar la secundaria y apenas lo puedes reconocer? Aunque, probablemente yo mismo sorprendería a algunos de mis compañeros de clase.\n\nUn tipo de mis años en la escuela se puso en contacto conmigo recientemente. Después de la escuela, se dio de alta en el ejército, queriendo unirse a las fuerzas especiales... Incluso en aquel entonces se notaba que tenía una aptitud, uh, peculiar para ese trabajo.\n\nDe alguna forma me encontró aquí y me pidió un favor. Quiere recordar sus primeros años en adiestramiento básico. No soy un gran fan de ese tipo de hospitalidad, además de que tengo un montón de trabajo que hacer. Pero déjame ponértelo de esta manera: él fue, eh, muy insistente. No necesito más problemas, así que acepté el trato, esperando que me ayudaras a resolverlo todo.\n\nLa gente dice que este tipo de equipamiento solía ser algo habitual en su trabajo: Fusil ORSIS T-5000, Subfusil Vityaz y una Pistola Glock 17. Todo con las modificaciones especiales, por supuesto.\n\nEl fusil estaba equipado con una mira telescópica ATACR 7-35x56 de 34 mm, un bípode Harris y un supresor, no recuerdo cuál exactamente... Bueno, probablemente no importa. Solo consigue cualquier supresor adecuado, eso funcionará.\n\nPara el subfusil Vityaz necesito una mira de punto rojo Micro T-1 con una montura espaciadora, empuñadura Zenit RK-6 y pistolete RK-3 además de una culata PT-3 Klassika... También necesita un dispositivo PEQ-15, una linterna Klesch-2P y, como probablemente ya adivinaste, un supresor, el estándar del Vityaz.\n\nLa Glock es sencilla. Debes reemplazar el cañón con el Double Diamond con su protector de rosca, agrega un guante Pachmayr Tactical Grip, una linterna Klesch-2P y un cargador extendido de 21 cartuchos o más. Creo que eso es todo.", "676529af9c90953d090882e7 failMessageText": "", - "676529af9c90953d090882e7 successMessageText": "Alright, let me check the attachment list... Okay, my friend will be very pleased. \n\nIt's amazing that there's still room for some nostalgia in all of us, even if the conditions around us burn out all other emotions.", - "676529af9c90953d090882ea": "Modify a PP-19-01 to comply with the given specifications", - "676529e759261ce07bc47b62": "Modify a T-5000M to comply with the given specifications", - "67652a2f4f75e1a9543289ed": "Modify a Glock 17 to comply with the given specifications", + "676529af9c90953d090882e7 successMessageText": "Está bien, déjame revisar la lista de aditamentos... Okay, mi amigo estará muy contento.\n\nEs sorprendente que aún haya espacio para un poco de nostalgia en todos nosotros, incluso si las condiciones que nos rodean queman todas las demás emociones.", + "676529af9c90953d090882ea": "Modifica un PP-19-01 para que cumpla con las especificaciones requeridas", + "676529e759261ce07bc47b62": "Modifica un T-5000M para que cumpla con las especificaciones requeridas", + "67652a2f4f75e1a9543289ed": "Modifica una Glock 17 para que cumpla con las especificaciones requeridas", "676529af9c90953d090882e7 acceptPlayerMessage": "", "676529af9c90953d090882e7 declinePlayerMessage": "", "676529af9c90953d090882e7 completePlayerMessage": "", - "676c243577f0257dd50239e6 name": "The Price of Celebration", - "676c243577f0257dd50239e6 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes! Because of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now. Punish those \"dancers\"! Just don't put on their band yourself. Otherwise, I’ve got the guys involved too, and they might take you down in the chaos.", - "676c243577f0257dd50239e6 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "676c243577f0257dd50239e6 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "676c243577f0257dd50239e8": "Eliminate PMC operators while not wearing the Christmas armband", + "676c243577f0257dd50239e6 name": "El Precio de la Celebración", + "676c243577f0257dd50239e6 description": "¿Puedes creer esta puta mierda? Primero intentaron robarme los bidones de gasolina, ¡Y ahora se están reuniendo en los árboles de Navidad que están justo en las rutas de mi banda! Por culpa de esto tengo que cambiar mis planes y organizar otros caminos para los mensajeros. Se van a morir congelados con todos esos desvíos jodidamente largos.\n\nNo voy a esperar a que terminen con las celebraciones y se vayan a sus agujeros después. Esta pendejada tiene que terminar en este instante. ¡Pártele la madre a todos esos \"bailarines\"! Solo no te vayas a poner su brazalete, porque tengo a otros tipos involucrados en todo esto, y podrían confundirte y atacarte entre tanto caos.", + "676c243577f0257dd50239e6 failMessageText": "¿De verdad creíste que podrías ir en contra de mi gente sin que yo lo supiera? Esto no va a funcionar, amigo. Vete a la mierda de aquí.", + "676c243577f0257dd50239e6 successMessageText": "¡Buen trabajo, compañero! Ya recuperamos algunas de las rutas.\n\nY en cuanto a esos amantes de la Navidad...\n\nPodrían haber adivinado que toda esta emoción y celebración solo obstaculizan el negocio y desperdician recursos valiosos. Así que recibieron lo que se merecían. Nunca aflojes el puto culo en Tarkov.", + "676c243577f0257dd50239e8": "Elimina operadores PMC mientras no llevas puesto el brazalete navideño", "676c243577f0257dd50239e6 acceptPlayerMessage": "", "676c243577f0257dd50239e6 declinePlayerMessage": "", "676c243577f0257dd50239e6 completePlayerMessage": "", - "676c243fb16f4b14b905e7f4 name": "This Is My Party", - "676c243fb16f4b14b905e7f4 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "676c243fb16f4b14b905e7f4 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "676c243fb16f4b14b905e7f4 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "676c243fb16f4b14b905e7f6": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "676c243fb16f4b14b905e7f4 name": "Esta es mi Fiesta", + "676c243fb16f4b14b905e7f4 description": "No pensé que te llamaría de nuevo este año, pero necesito tu ayuda. A la gente le encantó nuestro \"Jorovod\", deberíamos hacerlo de nuevo.\n\nExcepto que algún pendejo se está volviendo contra nosotros, poniendo a nuestros soldados en nuestra contra. También son PMC, pero no llevan nuestros brazaletes.\n\nSabes que estamos haciendo lo correcto. Necesitamos salvar la celebración y alejar a esos pendejos de nuestro Jorovod. Dispárale a cualquiera que se acerque a los árboles sin el brazalete. Nadie se interpondrá en el camino de la gente que hace buenas acciones.", + "676c243fb16f4b14b905e7f4 failMessageText": "Después de todo lo que has hecho... ¿Cómo pudiste?\n\nParece que no aprendiste nada de lo que te enseñé.", + "676c243fb16f4b14b905e7f4 successMessageText": "¿Misión cumplida? ¡Bien hecho, guerrero!\n\nAhora nos dejarán celebrar la Navidad en paz. Dime, ¿Qué tipo de persona tienes que ser para no amar este tipo de celebraciones?", + "676c243fb16f4b14b905e7f6": "Elimina operadores PMC que no lleven el brazalete navideño en el modo Jorovod", "676c243fb16f4b14b905e7f4 acceptPlayerMessage": "", "676c243fb16f4b14b905e7f4 declinePlayerMessage": "", "676c243fb16f4b14b905e7f4 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "¿Dices que está despejado? Bien hecho soldado.", @@ -28745,11 +29054,11 @@ "676094451fec2f7426093be6 name": "Más Prestigioso", "676094451fec2f7426093be6 description": "Consigue el nivel de Prestigio 2", "676094451fec2f7426093be6 successMessage": "", - "67a0e57117e34930e50075f3 name": "In Search of an Exit", - "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", + "67a0e57117e34930e50075f3 name": "En Busca de una Salida", + "67a0e57117e34930e50075f3 description": "Completa la serie de misiones del evento: Laberinto", "67a0e57117e34930e50075f3 successMessage": "", - "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 name": "Amo del Calabozo", + "67a0e57b972c11a3f50773b2 description": "Completa toda la serie de misiones principales y secundarias del evento: Laberinto", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es.json index b21c4f49..aeeb15c9 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/es.json @@ -257,9 +257,9 @@ "5580223e4bdc2d1c128b457f Name": "Escopeta de cañón doble MP-43-1C de Cal. 12", "5580223e4bdc2d1c128b457f ShortName": "MP-43-1C", "5580223e4bdc2d1c128b457f Description": "El sueño de cualquier cazador. Una belleza clásica de cañón doble, simple y elegante. Con recámara para cartuchos de calibre 12.", - "558022b54bdc2dac148b458d Name": "Mira holográfica EOTech EXPS3 (Tan)", - "558022b54bdc2dac148b458d ShortName": "EXPS3", - "558022b54bdc2dac148b458d Description": "Una mira holográfica EOTech EXPS3. Gracias a su diseño, puede utilizarse en una gran variedad de armas, incluso usarla con puntos de mira y alzas no abatibles. También es compatible con dispositivos de visión nocturna gracias a la retícula con modo para visión nocturna. El US SOCOM la utiliza como mira para operaciones en espacios cerrados.", + "558022b54bdc2dac148b458d Name": "Mira holográfica EOTech EXPS3-0 (Tan)", + "558022b54bdc2dac148b458d ShortName": "EXPS3-0", + "558022b54bdc2dac148b458d Description": "Una mira holográfica EOTech EXPS3-0. Gracias a su diseño, puede utilizarse en una gran variedad de armas, incluso usarla con puntos de mira y alzas no abatibles. También es compatible con dispositivos de visión nocturna cuando se emplea la retícula en modo de visión nocturna. El US SOCOM la utiliza como mira para operaciones en espacios cerrados.", "5580239d4bdc2de7118b4583 Name": "Compensador GK-01 de Cal.12", "5580239d4bdc2de7118b4583 ShortName": "GK-01", "5580239d4bdc2de7118b4583 Description": "Un freno de boca pesado para la escopeta Vepr/Saiga de Calibre 12, es extremadamente bueno para reducir el retroceso y eliminar por completo la elevación y desvío del cañón. Puede ser instalado en todas las escopetas Saiga/Vepr con obturador externo y adaptador opcional. Para escopetas de un solo cañón.", @@ -344,12 +344,12 @@ "55d355e64bdc2d962f8b4569 Name": "Cuerpo superior para M4A1 de 5,56x45 mm", "55d355e64bdc2d962f8b4569 ShortName": "C.S. M4A1", "55d355e64bdc2d962f8b4569 Description": "Un cuerpo superior para el fusil de asalto M4A1, fabricado por Colt. Cuenta con una montura que permite colocar dispositivos adicionales.", - "55d35ee94bdc2d61338b4568 Name": "Cañón de 260 mm para AR-15 de 5,56x45 mm", - "55d35ee94bdc2d61338b4568 ShortName": "AR-15 260 mm", - "55d35ee94bdc2d61338b4568 Description": "Un cañón de 260 mm para armas basadas en el sistema AR-15 de calibre 5,56x45 mm OTAN. Se trata del cañón estándar de servicio de la carabina M4 CQBR.", - "55d3632e4bdc2d972f8b4569 Name": "Cañón de 370 mm para AR-15 de 5,56x45 mm", - "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 370 mm", - "55d3632e4bdc2d972f8b4569 Description": "Un cañón de 370 mm (14,56 pulgadas) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN. Se trata del cañón estándar reglamentario de la carabina M4A1.", + "55d35ee94bdc2d61338b4568 Name": "Cañón de 10,3 pulgadas para AR-15 de 5,56x45 mm", + "55d35ee94bdc2d61338b4568 ShortName": "AR-15 10,3\"", + "55d35ee94bdc2d61338b4568 Description": "Un cañón de 10,3 pulgadas (260 mm) para armas basadas en el sistema AR-15 de calibre 5,56x45 mm OTAN. Se trata del cañón estándar de servicio de la carabina M4 CQBR.", + "55d3632e4bdc2d972f8b4569 Name": "Cañón de 14,5 pulgadas para AR-15 de 5,56x45 mm", + "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 14,5\"", + "55d3632e4bdc2d972f8b4569 Description": "Un cañón de 14,5 pulgadas (370 mm) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN. Se trata del cañón estándar reglamentario de la carabina M4A1.", "55d447bb4bdc2d892f8b456f Name": "Cañón doble de 725 mm para MP-43-1C de Cal. 12", "55d447bb4bdc2d892f8b456f ShortName": "MP-43 725 mm", "55d447bb4bdc2d892f8b456f Description": "Un cañón doble de 725 mm de largo para la escopeta de cañón doble MP-43-1C de Calibre 12.", @@ -769,7 +769,7 @@ "56ea7293d2720b8d4b8b45ba Description": "Un alza 220-239 con montura, producida por Sight Mount, para las pistolas Sig Sauer 220, 226, 227, 229 y 239. Se instala reemplazando el alza estándar y se puede utilizar con normalidad si no hay una mira instalada sobre la montura.", "56ea8180d2720bf2698b456a Name": "Reductor de fogonazo KAC QDC Flash Suppressor Kit de 5,56x45 mm para AR-15", "56ea8180d2720bf2698b456a ShortName": "QDC 556", - "56ea8180d2720bf2698b456a Description": "El KAC QD para el calibre 5,56x45 mm es una bocacha compensadora/reductora de fogonazo muy efectiva, que también funciona como plataforma de anclaje para instalar el silenciador KAC QDSS NT-4 de montaje rápido. Se monta en armas basadas en el sistema AR-15/M16/M4.", + "56ea8180d2720bf2698b456a Description": "El KAC QD para el calibre 5,56x45 mm es una bocacha compensadora/reductora de fogonazo muy efectiva, que también funciona como plataforma de anclaje para instalar el silenciador KAC QDSS NT4 de montaje rápido. Se monta en armas basadas en el sistema AR-15/M16/M4.", "56ea8222d2720b69698b4567 Name": "Bípode para SV-98", "56ea8222d2720b69698b4567 ShortName": "Bípode SV98", "56ea8222d2720b69698b4567 Description": "Un bípode Izhmash estándar para el fusil de francotirador SV-98. Cuando no se utiliza se puede plegar bajo el guardamano.", @@ -806,7 +806,7 @@ "571a26d524597720680fbe8a Name": "Cañón de 116 mm para TT de 7,62x25 mm", "571a26d524597720680fbe8a ShortName": "TT 116 mm", "571a26d524597720680fbe8a Description": "Un cañón estándar de 116 mm para la pistola TT.", - "571a279b24597720b4066566 Name": "Cañón casero de 121 mm con rosca para TT de 7,62x25 mm", + "571a279b24597720b4066566 Name": "Cañón casero con rosca de 121 mm para TT de 7,62x25 mm", "571a279b24597720b4066566 ShortName": "TT 121 mm rosc.", "571a279b24597720b4066566 Description": "Un cañón casero con una rosca improvisada para la pistola TT. Permite la instalación de silenciadores.", "571a282c2459771fb2755a69 Name": "Cachas para TT", @@ -1123,7 +1123,7 @@ "57486e672459770abd687134 Description": "El diseño original de la mira OKP permite disparar desde posiciones inestables en condiciones de movilidad variable, reduce la fatiga del operador, y si fuese necesario, no obstaculiza el uso de las miras estándar del arma. La característica clave de esta mira es su cristal reflector sin montura que permite la visión de todo el campo de tiro sin distracciones. En su lugar, el reflector está protegido por un visor fino y duradero que es casi inapreciable durante los disparos. Esta variante se instala en una montura de tipo Dovetail.", "574d967124597745970e7c94 Name": "Carabina TOZ Simonov SKS de 7,62x39 mm", "574d967124597745970e7c94 ShortName": "SKS", - "574d967124597745970e7c94 Description": "Una carabina semiautomática soviética diseñada por Sergei Simonov para cartuchos de 7,62x39 mm y conocida en el extranjero como SKS-45. Inmensamente popular tanto en los países de la CEI como en Occidente, esta arma sigue en servicio activo en algunos países en la forma de copias y de versiones modificadas. Este modelo en particular proviene de los depósitos de almacenamiento prolongado de la Fábrica de Armas de Tula y aún no ha sido sometido al procedimiento de normalización de armas civiles.", + "574d967124597745970e7c94 Description": "Una carabina semiautomática soviética diseñada por Serguéi Simonov para cartuchos de 7,62x39 mm y conocida en el extranjero como SKS-45. Inmensamente popular tanto en los países de la CEI como en Occidente, esta arma sigue en servicio activo en algunos países en la forma de copias y de versiones modificadas. Este modelo en particular proviene de los depósitos de almacenamiento prolongado de la Fábrica de Armas de Tula y aún no ha sido sometido al procedimiento de normalización de armas civiles.", "574dad8024597745964bf05c Name": "Cuerpo de madera TOZ para SKS (56-A-231 Sb.5)", "574dad8024597745964bf05c ShortName": "56-A-231 Sb.5", "574dad8024597745964bf05c Description": "Un cuerpo estándar de madera para la carabina SKS, producido por TOZ.", @@ -1345,7 +1345,7 @@ "57a3459f245977764a01f703 Description": "Las monturas B-3 se acoplan al silenciador de los fusiles VSS o VAL para instalar un raíl Picatinny y poder colocar accesorios adicionales en el arma. Producida por Zenit.", "57a349b2245977762b199ec7 Name": "Llave de la puerta frontal de la estación de bombeo", "57a349b2245977762b199ec7 ShortName": "Bombeo Front.", - "57a349b2245977762b199ec7 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\".", + "57a349b2245977762b199ec7 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\". (Sin embargo, no parece que se use para nada, al menos por ahora).", "57a9b9ce2459770ee926038d Name": "Alza para SOK-12", "57a9b9ce2459770ee926038d ShortName": "A. SOK12", "57a9b9ce2459770ee926038d Description": "Un alza fija estándar para la escopeta SOK-12, producida por Izhmash.", @@ -1445,14 +1445,14 @@ "57d14d2524597714373db789 Name": "Subfusil PP-91 Kedr de 9x18 mm PM", "57d14d2524597714373db789 ShortName": "PP-91 Kedr", "57d14d2524597714373db789 Description": "El PP-91 Kedr es un subfusil de calibre 9x18 mm PM, diseñado por Yevgeny Dragunov a principios de los años noventa por orden del Ministerio de Asuntos Interiores de la Federación de Rusia y producido en ZMZ (Zlatoústovskiy Mashinostroítelnyy Zavód - \"Planta Industrial Zlatoúst\"). Este subfusil tiene un diseño sencillo pero efectivo, ya que al ser tan ligero lo hace más cómodo de portar sin afectar su rendimiento, proporcionando una alta cadencia de disparo sin afectar su retroceso. Gracias a estas características, todavía es usado como arma reglamentaria en casi todas las fuerzas policiales de Rusia.", - "57d14e1724597714010c3f4b Name": "Cargador de 20 cartuchos 9x18 mm PM para PP-91 \"Kedr\"", - "57d14e1724597714010c3f4b ShortName": "PP91", - "57d14e1724597714010c3f4b Description": "Un cargador metálico estándar con capacidad para 20 cartuchos de 9x18 mm PM, para subfusiles basados en el PP-91 \"Kedr\", fabricado por ZMZ.", - "57d1519e24597714373db79d Name": "Cargador de 30 cartuchos 9x18 mm PM para PP-91 \"Kedr\"", - "57d1519e24597714373db79d ShortName": "PP91", - "57d1519e24597714373db79d Description": "Un cargador metálico estándar con capacidad para 30 cartuchos de 9x18 mm PM, para subfusiles basados en el PP-91 \"Kedr\", fabricado por ZMZ.", + "57d14e1724597714010c3f4b Name": "Cargador de 20 cartuchos 9x18 mm PM para PP-91 Kedr", + "57d14e1724597714010c3f4b ShortName": "PP-91", + "57d14e1724597714010c3f4b Description": "Un cargador metálico estándar con capacidad para 20 cartuchos de 9x18 mm PM, para subfusiles basados en el PP-91 Kedr, producido por ZMZ.", + "57d1519e24597714373db79d Name": "Cargador de 30 cartuchos 9x18 mm PM para PP-91 Kedr", + "57d1519e24597714373db79d ShortName": "PP-91", + "57d1519e24597714373db79d Description": "Un cargador metálico estándar con capacidad para 30 cartuchos de 9x18 mm PM, para subfusiles basados en el PP-91 Kedr, producido por ZMZ.", "57d152ec245977144076ccdf Name": "Pistolete de polímero para PP-91 Kedr", - "57d152ec245977144076ccdf ShortName": "P. PP91", + "57d152ec245977144076ccdf ShortName": "P. PP-91", "57d152ec245977144076ccdf Description": "Un pistolete de polímero para la familia de subfusiles PP-91 \"Kedr\", fabricado por ZMZ.", "57d17c5e2459775a5c57d17d Name": "Linterna Ultrafire WF-501B", "57d17c5e2459775a5c57d17d ShortName": "WF501B", @@ -1460,12 +1460,12 @@ "57d17e212459775a1179a0f5 Name": "Montura de anillo de 25 mm Kiba Arms para accesorios", "57d17e212459775a1179a0f5 ShortName": "Anll. 25 mm", "57d17e212459775a1179a0f5 Description": "Una montura universal de anillo para la instalación de accesorios tácticos de 25 mm sobre monturas Picatinny.", - "57da93632459771cb65bf83f Name": "Silenciador KAC QDSS NT-4 de 5,56x45 mm (Negro)", - "57da93632459771cb65bf83f ShortName": "NT-4", - "57da93632459771cb65bf83f Description": "El silenciador Knight's Armament Company QDSS NT-4 para los calibres 5,56x45 mm y .223 solo puede instalarse en bocachas KAC compatibles. Versión de color Negro.", - "57dbb57e2459774673234890 Name": "Silenciador KAC QDSS NT-4 de 5,56x45 mm (FDE)", - "57dbb57e2459774673234890 ShortName": "NT-4", - "57dbb57e2459774673234890 Description": "El silenciador Knight's Armament Company QDSS NT-4 para los calibres 5,56x45 mm y .223 solo puede instalarse en bocachas KAC compatibles. Versión de color Flat Dark Earth.", + "57da93632459771cb65bf83f Name": "Silenciador KAC QDSS NT4 de 5,56x45 mm (Negro)", + "57da93632459771cb65bf83f ShortName": "NT4", + "57da93632459771cb65bf83f Description": "El silenciador Knight's Armament Company QDSS NT4 para los calibres 5,56x45 mm y .223 solo puede instalarse en bocachas KAC compatibles. Versión de color Negro.", + "57dbb57e2459774673234890 Name": "Silenciador KAC QDSS NT4 de 5,56x45 mm (FDE)", + "57dbb57e2459774673234890 ShortName": "NT4", + "57dbb57e2459774673234890 Description": "El silenciador Knight's Armament Company QDSS NT4 para los calibres 5,56x45 mm y .223 solo puede instalarse en bocachas KAC compatibles. Versión de color Flat Dark Earth.", "57dc2fa62459775949412633 Name": "Fusil de asalto Kaláshnikov AKS-74U de 5,45x39 mm", "57dc2fa62459775949412633 ShortName": "AKS-74U", "57dc2fa62459775949412633 Description": "El AKS-74U (Avtomát Kaláshnikova Skladnóy 74 Ukoróchenny - \"Fusil Automático Kaláshnikov Acortado 74 con Culata Plegable\") es una versión acortada del fusil de asalto AKS-74, desarrollado a principios de la década de 1980 para tripulaciones de vehículos de combate y tropas aerotransportadas, también se volvió muy popular entre las fuerzas del orden y las fuerzas especiales por su tamaño compacto.", @@ -1568,7 +1568,7 @@ "5857a8bc2459772bad15db29 Name": "Contenedor seguro Gamma", "5857a8bc2459772bad15db29 ShortName": "Gamma", "5857a8bc2459772bad15db29 Description": "Un contenedor seguro único utilizado solo por los operadores PMC veteranos desplegados con anterioridad en Tarkov.", - "587de4282459771bca0ec90b Name": "Cañón con rosca para P226 de 9x19 mm", + "587de4282459771bca0ec90b Name": "Cañón con rosca de 112 mm para P226 de 9x19 mm", "587de4282459771bca0ec90b ShortName": "P226 Ros.", "587de4282459771bca0ec90b Description": "Un cañón estándar con rosca para las pistolas SIG Sauer P226 de calibre 9x19 mm.", "587de5ba2459771c0f1e8a58 Name": "Bocacha protectora de rosca para P226", @@ -1631,11 +1631,11 @@ "588892092459774ac91d4b11 Name": "Fusil de francotirador de cerrojo Lobaev Arms DVL-10 de 7,62x51 mm", "588892092459774ac91d4b11 ShortName": "DVL-10", "588892092459774ac91d4b11 Description": "El DVL-10 es un fusil silenciado patentado, ligero y compacto para calibres militares subsónicos. Está diseñado para las fuerzas especiales y para las misiones de combate donde es necesaria una precisión y un alcance excepcionales. Está equipado con una culata plegable Lobaev Arms estándar y un cañón Lobaev Hummer de competición fabricado en acero inoxidable.", - "5888945a2459774bf43ba385 Name": "Cañón de 500 mm para DVL-10 de 7,62x51 mm", - "5888945a2459774bf43ba385 ShortName": "DVL10 500 mm", + "5888945a2459774bf43ba385 Name": "Cañón silenciado de 500 mm para DVL-10 de 7,62x51 mm", + "5888945a2459774bf43ba385 ShortName": "DVL-10 500 mm", "5888945a2459774bf43ba385 Description": "Un cañón de 500 mm de largo con silenciador integrado, grado Match, acero inoxidable y de calibre 7,62x51 mm OTAN, producido por LOBAEV Hummer Barrels para el fusil de francotirador DVL-10.", "5888956924597752983e182d Name": "Cañón de 660 mm para DVL-10 M2 de 7,62x51 mm", - "5888956924597752983e182d ShortName": "DVL10 660 mm", + "5888956924597752983e182d ShortName": "DVL-10 M2 660 mm", "5888956924597752983e182d Description": "Un cañón de 660 mm de largo, grado Match, acero inoxidable y de calibre 7,62x51 mm OTAN, producido por LOBAEV Hummer Barrels para el fusil de francotirador DVL-10 M2.", "5888961624597754281f93f3 Name": "Bípode Harris S-BRM 6-9\"", "5888961624597754281f93f3 ShortName": "S-BRM", @@ -1673,7 +1673,7 @@ "5894a05586f774094708ef75 Name": "Cargador de 30 cartuchos 9x19 mm para MPX", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "Un cargador estándar semitransparente con capacidad para 30 cartuchos de 9x19 mm, para el subfusil MPX, fabricado por SIG Sauer.", - "5894a13e86f7742405482982 Name": "Culata Collapsing/Telescoping Stock para MPX/MCX", + "5894a13e86f7742405482982 Name": "Culata SIG Sauer Collapsing/Telescoping Stock", "5894a13e86f7742405482982 ShortName": "Cul. SIG CTS", "5894a13e86f7742405482982 Description": "Una culata telescópica retráctil de los primeros modelos de MCX/MPX, fabricada por SIG Sauer.", "5894a2c386f77427140b8342 Name": "Cañón de 8 pulgadas para MPX de 9x19 mm", @@ -1700,9 +1700,9 @@ "58a5c12e86f7745d585a2b9e Name": "Raíl de 4 pulgadas para el guardamano GEN1 de MPX", "58a5c12e86f7745d585a2b9e ShortName": "MPX 4\"", "58a5c12e86f7745d585a2b9e Description": "El adaptador de raíl de 4 pulgadas para el guardamano SIG Sauer GEN1 permite montar equipamiento adicional en la primera generación de guardamanos del subfusil SIG MPX.", - "58ac1bf086f77420ed183f9f Name": "Adaptador Folding Knuckle Stock Adapter a tubo amortiguador para MPX/MCX", + "58ac1bf086f77420ed183f9f Name": "Adaptador SIG Sauer Folding Knuckle Stock Adapter a tubo amortiguador", "58ac1bf086f77420ed183f9f ShortName": "SIG FKSA", - "58ac1bf086f77420ed183f9f Description": "Un adaptador especial que permite acoplar tubos amortiguadores al raíl de la montura, fabricado por SIG Sauer.", + "58ac1bf086f77420ed183f9f Description": "Un adaptador para la instalación de tubos amortiguadores a cuerpos con interfaz de raíl 1913. Producido por SIG Sauer.", "58ac60eb86f77401897560ff Name": "Pasamontañas_dev", "58ac60eb86f77401897560ff ShortName": "Pasamontañas_dev", "58ac60eb86f77401897560ff Description": "Un pasamontañas de lana no es solamente una prenda para calentar la cabeza, ya que también sirve para aquellos que son demasiado modestos para las heroicidades públicas.", @@ -1829,9 +1829,9 @@ "590c2e1186f77425357b6124 Name": "Set de herramientas", "590c2e1186f77425357b6124 ShortName": "Herramientas", "590c2e1186f77425357b6124 Description": "Un cinturón de herramientas como el que utilizan los obreros o los técnicos de reparaciones.", - "590c311186f77424d1667482 Name": "Llave inglesa", - "590c311186f77424d1667482 ShortName": "Llave inglesa", - "590c311186f77424d1667482 Description": "Llave inglesa de cabezal doble. A pesar de la simplicidad del diseño, esta herramienta se utiliza para cualquier cosa que implique construir o montar, por muy tecnológica o sofisticada que sea la tarea.", + "590c311186f77424d1667482 Name": "Llave fija", + "590c311186f77424d1667482 ShortName": "Llave fija", + "590c311186f77424d1667482 Description": "Una llave inglesa fija de cabezal doble. A pesar de la simplicidad del diseño, esta herramienta se utiliza para cualquier cosa que implique construir o montar, por muy tecnológica o sofisticada que sea la tarea.", "590c31c586f774245e3141b2 Name": "Paquete de clavos", "590c31c586f774245e3141b2 ShortName": "Clavos", "590c31c586f774245e3141b2 Description": "Un paquete de clavos de construcción. En condiciones de crisis como la que vive Tarkov en la actualidad, se suelen utilizar para montar y armar refugios temporales, barracones y otras construcciones similares.", @@ -1969,7 +1969,7 @@ "59148c8a86f774197930e983 Description": "La llave de una habitación del dormitorio de dos plantas en Customs, etiquetada con el número \"204\".", "59148f8286f7741b951ea113 Name": "Llave de caja fuerte para armas", "59148f8286f7741b951ea113 ShortName": "C.Fuerte Armas", - "59148f8286f7741b951ea113 Description": "Una llave de una caja fuerte para armas desconocida.", + "59148f8286f7741b951ea113 Description": "Una llave de una caja fuerte para armas desconocida. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5914944186f774189e5e76c2 Name": "Chaqueta", "5914944186f774189e5e76c2 ShortName": "Chaqueta", "5914944186f774189e5e76c2 Description": "Chaqueta", @@ -2027,9 +2027,9 @@ "5926dad986f7741f82604363 Name": "Montura MFI HK Universal Low Profile Scope Mount para HK MP5", "5926dad986f7741f82604363 ShortName": "MFI HK", "5926dad986f7741f82604363 Description": "Una montura universal para sistemas de armas HK, diseñada y producida por MFI. Diseñada para la instalación de miras réflex y ópticas.", - "5926e16e86f7742f5a0f7ecb Name": "Bocacha protectora de rosca 3-Lug para HK MP5", - "5926e16e86f7742f5a0f7ecb ShortName": "B.P. MP5 3Lug", - "5926e16e86f7742f5a0f7ecb Description": "Una bocacha protectora de rosca para los cañones de MP5 con tres cornisas, para la instalación de silenciadores. Producido por Heckler & Koch.", + "5926e16e86f7742f5a0f7ecb Name": "Adaptador de bocacha 3-Lug para HK MP5", + "5926e16e86f7742f5a0f7ecb ShortName": "A.B. MP5 3Lug", + "5926e16e86f7742f5a0f7ecb Description": "Un adaptador 3-Lug para cañones de MP5, para la instalación de diferentes bocachas. Producido por Heckler & Koch.", "5926f2e086f7745aae644231 Name": "Cuerpo superior para HK MP5SD de 9x19 mm", "5926f2e086f7745aae644231 ShortName": "C.S. MP5SD", "5926f2e086f7745aae644231 Description": "Un cuerpo superior para el subfusil MP5SD, fabricado por Heckler & Koch.", @@ -2065,7 +2065,7 @@ "5938504186f7740991483f30 Description": "La llave de una habitación del dormitorio de dos plantas en Customs, etiquetada con el número \"203\".", "593858c486f774253a24cb52 Name": "Llave de la puerta trasera de la estación de bombeo", "593858c486f774253a24cb52 ShortName": "Bombeo Trs.", - "593858c486f774253a24cb52 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\".", + "593858c486f774253a24cb52 Description": "Una vieja llave soviética de la fábrica, etiquetada como \"Estación de bombeo\". (Sin embargo, no parece que se use para nada, al menos por ahora).", "5938603e86f77435642354f4 Name": "Llave de la habitación 206 de los dormitorios", "5938603e86f77435642354f4 ShortName": "Dorm.206", "5938603e86f77435642354f4 Description": "La llave de una habitación de dormitorio de la segunda planta en Customs, etiquetada con el número \"206\".", @@ -2572,7 +2572,7 @@ "5a0ea64786f7741707720468 Description": "Una llave de la oficina 107 del ala este del Balneario Azure Coast en Shoreline.", "5a0ea69f86f7741cd5406619 Name": "Llave de la oficina 108 del ala este del Balneario", "5a0ea69f86f7741cd5406619 ShortName": "E108 Baln.", - "5a0ea69f86f7741cd5406619 Description": "Una llave de la oficina 108 del ala este del Balneario Azure Coast en Shoreline. (A)", + "5a0ea69f86f7741cd5406619 Description": "Una llave de la oficina 108 del ala este del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ea79b86f7741d4a35298e Name": "Llave maestra de los almacenes del Balneario", "5a0ea79b86f7741d4a35298e ShortName": "Almacén Baln.", "5a0ea79b86f7741d4a35298e Description": "Una llave maestra que abre los pequeños almacenes para empleados del Balneario Azure Coast en Shoreline.", @@ -2593,7 +2593,7 @@ "5a0ec6d286f7742c0b518fb5 Description": "Una llave de la habitación 205 del ala oeste del Balneario Azure Coast en Shoreline.", "5a0ec70e86f7742c0b518fba Name": "Llave de la habitación 207 del ala oeste del Balneario", "5a0ec70e86f7742c0b518fba ShortName": "O207 Baln.", - "5a0ec70e86f7742c0b518fba Description": "Una llave de la habitación 207 del ala oeste del Balneario Azure Coast en Shoreline. (A)", + "5a0ec70e86f7742c0b518fba Description": "Una llave de la habitación 207 del ala oeste del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ed824fcdbcb0176308b0d Name": "Alza especial del sistema AKMP para AK y AKM", "5a0ed824fcdbcb0176308b0d ShortName": "A. AKMP", "5a0ed824fcdbcb0176308b0d Description": "Un accesorio especial diseñado para mejorar la efectividad del apuntado en fusiles de asalto de la familia AK y AKM durante condiciones de baja visibilidad, se instala sobre el alza (Mira trasera) del fusil.", @@ -2611,22 +2611,22 @@ "5a0ee4b586f7743698200d22 Description": "Una llave de la habitación 206 del ala este del Balneario Azure Coast en Shoreline.", "5a0ee62286f774369454a7ac Name": "Llave de la habitación 209 del ala este del Balneario", "5a0ee62286f774369454a7ac ShortName": "E209 Baln.", - "5a0ee62286f774369454a7ac Description": "Una llave de la habitación 209 del ala este del Balneario Azure Coast en Shoreline. (A)", + "5a0ee62286f774369454a7ac Description": "Una llave de la habitación 209 del ala este del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ee72c86f77436955d3435 Name": "Llave de la habitación 213 del ala este del Balneario", "5a0ee72c86f77436955d3435 ShortName": "E213 Baln.", - "5a0ee72c86f77436955d3435 Description": "Una llave de la habitación 213 del ala este del Balneario Azure Coast en Shoreline. (A)", + "5a0ee72c86f77436955d3435 Description": "Una llave de la habitación 213 del ala este del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0ee76686f7743698200d5c Name": "Llave de la habitación 216 del ala este del Balneario", "5a0ee76686f7743698200d5c ShortName": "E216 Baln.", - "5a0ee76686f7743698200d5c Description": "Una llave de la habitación 216 del ala este del Balneario Azure Coast en Shoreline. (A)", + "5a0ee76686f7743698200d5c Description": "Una llave de la habitación 216 del ala este del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eeb1a86f774688b70aa5c Name": "Llave de la habitación 303 del ala oeste del Balneario", "5a0eeb1a86f774688b70aa5c ShortName": "O303 Baln.", - "5a0eeb1a86f774688b70aa5c Description": "Una llave de la habitación 303 del ala oeste del Balneario Azure Coast en Shoreline. (A)", + "5a0eeb1a86f774688b70aa5c Description": "Una llave de la habitación 303 del ala oeste del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eeb8e86f77461257ed71a Name": "Llave de la habitación 309 del ala oeste del Balneario", "5a0eeb8e86f77461257ed71a ShortName": "O309 Baln.", - "5a0eeb8e86f77461257ed71a Description": "Una llave de la habitación 309 del ala oeste del Balneario Azure Coast en Shoreline. (A)", + "5a0eeb8e86f77461257ed71a Description": "Una llave de la habitación 309 del ala oeste del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eebed86f77461230ddb3d Name": "Llave de la habitación 325 del ala oeste del Balneario", "5a0eebed86f77461230ddb3d ShortName": "O325 Baln.", - "5a0eebed86f77461230ddb3d Description": "Una llave de la habitación 325 del ala oeste del Balneario Azure Coast en Shoreline. (A)", + "5a0eebed86f77461230ddb3d Description": "Una llave de la habitación 325 del ala oeste del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eec9686f77402ac5c39f2 Name": "Llave de la habitación 310 del ala este del Balneario", "5a0eec9686f77402ac5c39f2 ShortName": "E310 Baln.", "5a0eec9686f77402ac5c39f2 Description": "Una llave de la habitación 310 del ala este del Balneario Azure Coast en Shoreline.", @@ -2638,7 +2638,7 @@ "5a0eed4386f77405112912aa Description": "Una llave de la habitación 314 del ala este del Balneario Azure Coast en Shoreline.", "5a0eedb386f77403506300be Name": "Llave de la habitación 322 del ala este del Balneario", "5a0eedb386f77403506300be ShortName": "E322 Baln.", - "5a0eedb386f77403506300be Description": "Una llave de la habitación 322 del ala este del Balneario Azure Coast en Shoreline. (A)", + "5a0eedb386f77403506300be Description": "Una llave de la habitación 322 del ala este del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0eee1486f77402aa773226 Name": "Llave de la habitación 328 del ala este del Balneario", "5a0eee1486f77402aa773226 ShortName": "E328 Baln.", "5a0eee1486f77402aa773226 Description": "Una llave de la habitación 328 del ala este del Balneario Azure Coast en Shoreline.", @@ -2647,16 +2647,16 @@ "5a0eff2986f7741fd654e684 Description": "Una llave de la caja fuerte en la habitación 321 del ala oeste del Balneario Azure Coast en Shoreline.", "5a0f006986f7741ffd2fe484 Name": "Llave de la caja fuerte en la estación meteorológica", "5a0f006986f7741ffd2fe484 ShortName": "Caja F.", - "5a0f006986f7741ffd2fe484 Description": "Una llave de la caja fuerte en la estación meteorológica ubicada en algún lugar cerca del Balneario Azure Coast en Shoreline. (A)", + "5a0f006986f7741ffd2fe484 Description": "Una llave de la caja fuerte en la estación meteorológica ubicada en algún lugar cerca del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0f045e86f7745b0f0d0e42 Name": "Llave de la caja fuerte en la gasolinera", "5a0f045e86f7745b0f0d0e42 ShortName": "Caja F.", - "5a0f045e86f7745b0f0d0e42 Description": "Una llave de la caja fuerte en la gasolinera ubicada en algún lugar cerca del Balneario Azure Coast en Shoreline. (A)", + "5a0f045e86f7745b0f0d0e42 Description": "Una llave de la caja fuerte en la gasolinera ubicada en algún lugar cerca del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0f068686f7745b0d4ea242 Name": "Llave de la caja fuerte de una casa de campo", "5a0f068686f7745b0d4ea242 ShortName": "Caja F.", "5a0f068686f7745b0d4ea242 Description": "Una llave de la caja fuerte de una de las casas de campo ubicadas en algún lugar cerca del Balneario Azure Coast en Shoreline.", "5a0f075686f7745bcc42ee12 Name": "Llave de la caja fuerte en la tienda", "5a0f075686f7745bcc42ee12 ShortName": "Caja F.", - "5a0f075686f7745bcc42ee12 Description": "Una llave de la caja fuerte en una de las tiendas del pueblo ubicada en algún lugar cerca del Balneario Azure Coast en Shoreline.", + "5a0f075686f7745bcc42ee12 Description": "Una llave de la caja fuerte en una de las tiendas del pueblo ubicada en algún lugar cerca del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a0f08bc86f77478f33b84c2 Name": "Llave de la caja fuerte en la oficina de administración del Balneario", "5a0f08bc86f77478f33b84c2 ShortName": "Caja F.", "5a0f08bc86f77478f33b84c2 Description": "Una llave de la caja fuerte en la oficina administrativa del Balneario Azure Coast, ubicada en el edificio principal de Administración.", @@ -2668,7 +2668,7 @@ "5a0f0f5886f7741c4e32a472 Description": "Una llave de la caja fuerte en el almacén administrativo del Balneario Azure Coast, ubicada en el edificio principal de Administración.", "5a13ee1986f774794d4c14cd Name": "Llave de la habitación 323 del ala oeste del Balneario", "5a13ee1986f774794d4c14cd ShortName": "O323 Baln.", - "5a13ee1986f774794d4c14cd Description": "Una llave de la habitación 323 del ala oeste del Balneario Azure Coast en Shoreline. (A)", + "5a13ee1986f774794d4c14cd Description": "Una llave de la habitación 323 del ala oeste del Balneario Azure Coast en Shoreline. (Sin embargo, no parece que se use para nada, al menos por ahora).", "5a13eebd86f7746fd639aa93 Name": "Llave de la habitación 218 del ala oeste del Balneario", "5a13eebd86f7746fd639aa93 ShortName": "O218 Baln.", "5a13eebd86f7746fd639aa93 Description": "Una llave de la habitación 218 del ala oeste del Balneario Azure Coast en Shoreline.", @@ -2921,19 +2921,19 @@ "5a6b59a08dc32e000b452fb7 Name": "Bocacha protectora de rosca SAI para Glock de 9x19 mm", "5a6b59a08dc32e000b452fb7 ShortName": "B.P. G SAI", "5a6b59a08dc32e000b452fb7 Description": "Una bocacha protectora de rosca para la punta de los cañones roscados de la familia de pistolas Glock, producida por Salient Arms International.", - "5a6b5b8a8dc32e001207faf3 Name": "Cañón con rosca Lone Wolf AlphaWolf para Glock de 9x19 mm", + "5a6b5b8a8dc32e001207faf3 Name": "Cañón con rosca Lone Wolf AlphaWolf de 114 mm para Glock de 9x19 mm", "5a6b5b8a8dc32e001207faf3 ShortName": "G AW Rosc.", "5a6b5b8a8dc32e001207faf3 Description": "Un cañón con rosca para la familia de pistolas Glock de 9x19 mm. Producido por Lone Wolf.", - "5a6b5e468dc32e001207faf5 Name": "Cañón con rosca Double Diamond para Glock de 9x19 mm", + "5a6b5e468dc32e001207faf5 Name": "Cañón con rosca Double Diamond de 114 mm para Glock de 9x19 mm", "5a6b5e468dc32e001207faf5 ShortName": "G DD Rosc.", "5a6b5e468dc32e001207faf5 Description": "Un cañón con rosca para la familia de pistolas Glock de 9x19 mm. Producido por Double Diamond.", - "5a6b5ed88dc32e000c52ec86 Name": "Cañón con rosca SAI para Glock de 9x19 mm", + "5a6b5ed88dc32e000c52ec86 Name": "Cañón con rosca SAI de 114 mm para Glock de 9x19 mm", "5a6b5ed88dc32e000c52ec86 ShortName": "G SAI Rosc.", "5a6b5ed88dc32e000c52ec86 Description": "Un cañón con rosca para la familia de pistolas Glock de 9x19 mm. Producido por Salient Arms International.", - "5a6b5f868dc32e000a311389 Name": "Cañón para Glock 17 de 9x19 mm", + "5a6b5f868dc32e000a311389 Name": "Cañón de 114 mm para Glock 17 de 9x19 mm", "5a6b5f868dc32e000a311389 ShortName": "G17", "5a6b5f868dc32e000a311389 Description": "Un cañón estándar para la pistola Glock 17 de 9x19 mm.", - "5a6b60158dc32e000a31138b Name": "Cañón con compensador para Glock 17 de 9x19 mm", + "5a6b60158dc32e000a31138b Name": "Cañón con compensador de 114 mm para Glock 17 de 9x19 mm", "5a6b60158dc32e000a31138b ShortName": "C. G17", "5a6b60158dc32e000a31138b Description": "Un cañón de 114 mm con compensador incorporado, para la pistola Glock 17.", "5a6f58f68dc32e000a311390 Name": "Punto de mira para Glock", @@ -3247,7 +3247,7 @@ "5aaf8e43e5b5b00015693246 Description": "Un cuerpo SOCOM 16 de polímero para fusiles M1A, producido por Springfield Armory.", "5aaf9d53e5b5b00015042a52 Name": "Cañón de 16 pulgadas para M1A de 7,62x51 mm", "5aaf9d53e5b5b00015042a52 ShortName": "M1A 16\"", - "5aaf9d53e5b5b00015042a52 Description": "Un cañón de 16 pulgadas (406 mm) para armamento basado en M1A de calibre 7,62x51 mm OTAN.", + "5aaf9d53e5b5b00015042a52 Description": "Un cañón Springfield 6-Groove Carbon Steel de 16 pulgadas (410 mm) para armamento basado en M1A de calibre 7,62x51 mm OTAN.", "5aafa1c2e5b5b00015042a56 Name": "Freno de boca y compensador SOCOM 16 de 7,62x51 mm para M1A", "5aafa1c2e5b5b00015042a56 ShortName": "SOCOM16 M1A", "5aafa1c2e5b5b00015042a56 Description": "Un freno de boca y compensador para los fusiles M1A, producido por Springfield Armory.", @@ -3445,7 +3445,7 @@ "5addba3e5acfc4001669f0ab Description": "Un punto de mira National Match .062 Blade desmontable para fusiles M1A, producido por Springfield Armory.", "5addbac75acfc400194dbc56 Name": "Cañón de 22 pulgadas para M1A de 7,62x51 mm", "5addbac75acfc400194dbc56 ShortName": "M1A 22\"", - "5addbac75acfc400194dbc56 Description": "Un cañón de 22 pulgadas (558 mm) grado Match para armamento basado en M1A de calibre 7,62x51 mm OTAN.", + "5addbac75acfc400194dbc56 Description": "Un cañón Springfield 6-Groove National Match de 22 pulgadas (558 mm) para armamento basado en M1A de calibre 7,62x51 mm OTAN.", "5addbb6e5acfc408fb1393fd Name": "Reductor de fogonazo National Match de 7,62x51 mm para M1A", "5addbb6e5acfc408fb1393fd ShortName": "R.F. NM", "5addbb6e5acfc408fb1393fd Description": "Un freno de boca y compensador para los fusiles M1A, producido por Springfield Armory.", @@ -3647,7 +3647,7 @@ "5b1fa9b25acfc40018633c01 Name": "Pistola automática Glock 18C de 9x19 mm", "5b1fa9b25acfc40018633c01 ShortName": "Glock 18C", "5b1fa9b25acfc40018633c01 Description": "La Glock 18 es una versión de la Glock 17 de calibre 9x19 mm con selector de disparo. La pistola suele usarse con un cargador extendido de 33 cartuchos, aunque también puede utilizar los de la pistola Glock 17, con capacidad de 10, 17 o 19 cartuchos. Tiene una apertura con forma de cerradura en la parte superior delantera de la corredera, similar al de los modelos Glock de corredera larga, pese a que el tamaño de esta es estándar. Este tipo de apertura le permite expulsar los gases hacia arriba, haciendo que el disparo automático de esta pistola automática sea mucho más controlable y manejable.", - "5b1fa9ea5acfc40018633c0a Name": "Cañón con compensador para Glock 18C de 9x19 mm", + "5b1fa9ea5acfc40018633c0a Name": "Cañón con compensador de 114 mm para Glock 18C de 9x19 mm", "5b1fa9ea5acfc40018633c0a ShortName": "C. G18C", "5b1fa9ea5acfc40018633c0a Description": "Un cañón de 114 mm con un compensador incorporado, para la pistola automática Glock 18C.", "5b1faa0f5acfc40dc528aeb5 Name": "Corredera para Glock 18C de 9x19 mm", @@ -4049,17 +4049,17 @@ "5bb20d53d4351e4502010a69 Name": "Cuerpo superior para HK 416A5 de 5,56x45 mm", "5bb20d53d4351e4502010a69 ShortName": "C.S. 416A5", "5bb20d53d4351e4502010a69 Description": "Un cuerpo superior para el fusil de asalto 416A5, producido por Heckler & Koch. Cuenta con una montura que permite colocar dispositivos adicionales.", - "5bb20d92d4351e00853263eb Name": "Cañón de 11 pulgadas para HK 416A5 de 5,56x45 mm", - "5bb20d92d4351e00853263eb ShortName": "416A5 11\"", + "5bb20d92d4351e00853263eb Name": "Cañón de 11 pulgadas para HK 416 de 5,56x45 mm", + "5bb20d92d4351e00853263eb ShortName": "416 11\"", "5bb20d92d4351e00853263eb Description": "Un cañón de 11 pulgadas (279 mm) de largo para armamento basado en 416 de calibre 5,56x45 mm OTAN.", - "5bb20d9cd4351e00334c9d8a Name": "Cañón de 14,5 pulgadas para HK 416A5 de 5,56x45 mm", - "5bb20d9cd4351e00334c9d8a ShortName": "416A5 14,5\"", + "5bb20d9cd4351e00334c9d8a Name": "Cañón de 14,5 pulgadas con puto de mira abatible para HK 416 de 5,56x45 mm", + "5bb20d9cd4351e00334c9d8a ShortName": "416 14,5\"", "5bb20d9cd4351e00334c9d8a Description": "Un cañón de 14,5 pulgadas (368 mm) de largo con un punto de mira abatible para armamento basado en HK416 de calibre 5,56x45 mm OTAN.", - "5bb20da5d4351e0035629dbf Name": "Cañón de 16,5 pulgadas con punto de mira abatible para HK 416A5 de 5,56x45 mm", - "5bb20da5d4351e0035629dbf ShortName": "416A5 16,5\"", + "5bb20da5d4351e0035629dbf Name": "Cañón de 16,5 pulgadas con punto de mira abatible para HK 416 de 5,56x45 mm", + "5bb20da5d4351e0035629dbf ShortName": "416 16,5\"", "5bb20da5d4351e0035629dbf Description": "Un cañón de 16,5 pulgadas (419 mm) de largo con un punto de mira abatible para armamento basado en 416 de calibre 5,56x45 mm OTAN.", - "5bb20dadd4351e00367faeff Name": "Cañón de 20 pulgadas para HK 416A5 de 5,56x45 mm", - "5bb20dadd4351e00367faeff ShortName": "416A5 20\"", + "5bb20dadd4351e00367faeff Name": "Cañón de 20 pulgadas con puto de mira abatible para HK 416 de 5,56x45 mm", + "5bb20dadd4351e00367faeff ShortName": "416 20\"", "5bb20dadd4351e00367faeff Description": "Un cañón de 20 pulgadas (508 mm) de largo con un punto de mira abatible para armamento basado en 416 de calibre 5,56x45 mm OTAN.", "5bb20dbcd4351e44f824c04e Name": "Palanca de montar HK Extended Latch para AR-15", "5bb20dbcd4351e44f824c04e ShortName": "Ext. Latch", @@ -4067,14 +4067,14 @@ "5bb20dcad4351e3bac1212da Name": "Bloque de gases de perfil bajo para HK 416A5", "5bb20dcad4351e3bac1212da ShortName": "B.G. 416A5", "5bb20dcad4351e3bac1212da Description": "Un bloque de gases estándar para el fusil de asalto 416A5, producido por Heckler & Koch.", - "5bb20de5d4351e0035629e59 Name": "Guardamano Quad Rail para HK 416A5", - "5bb20de5d4351e0035629e59 ShortName": "Guard. 416A5 4Rail", + "5bb20de5d4351e0035629e59 Name": "Guardamano Quad Rail para HK 416", + "5bb20de5d4351e0035629e59 ShortName": "Guard. 416 4Rail", "5bb20de5d4351e0035629e59 Description": "Un guardamano de raíl cuádruple para el fusil 416 y compatibles. Dispone de cuatro raíles Picatinny que permiten montar una amplia variedad de accesorios y dispositivos tácticos. Producido por Heckler & Koch.", - "5bb20df1d4351e00347787d5 Name": "Guardamano Quad Rail con punto de mira abatible para HK 416A5", - "5bb20df1d4351e00347787d5 ShortName": "Guard. 416A5 4Rail", + "5bb20df1d4351e00347787d5 Name": "Guardamano Quad Rail con punto de mira abatible para HK 416", + "5bb20df1d4351e00347787d5 ShortName": "Guard. 416 4Rail P.M.", "5bb20df1d4351e00347787d5 Description": "Un guardamano de raíl cuádruple para el fusil 416 y compatibles. Dispone de cuatro raíles Picatinny para colocar una amplia variedad de accesorios y dispositivos tácticos, así como un punto de mira abatible. Producido por Heckler & Koch.", - "5bb20dfcd4351e00334c9e24 Name": "Guardamano Quad Rail Extended para HK 416A5", - "5bb20dfcd4351e00334c9e24 ShortName": "Guard. 416A5 4Rail Ext.", + "5bb20dfcd4351e00334c9e24 Name": "Guardamano Quad Rail Extended para HK 416", + "5bb20dfcd4351e00334c9e24 ShortName": "Guard. 416 4Rail Ext.", "5bb20dfcd4351e00334c9e24 Description": "Un guardamano extendido de raíl cuádruple para el fusil HK 416A5 y compatibles. Dispone de cuatro raíles Picatinny para colocar una amplia variedad de accesorios y dispositivos tácticos. Producido por Heckler & Koch.", "5bb20e0ed4351e3bac1212dc Name": "Pistolete HK Battle Grip con Beavertail para AR-15", "5bb20e0ed4351e3bac1212dc ShortName": "Battle Grip", @@ -4085,7 +4085,7 @@ "5bb20e49d4351e3bac1212de Name": "Alza abatible para HK 416A5", "5bb20e49d4351e3bac1212de ShortName": "A. 416A5", "5bb20e49d4351e3bac1212de Description": "Un alza abatible y desmontable para el fusil HK 416A5.", - "5bb20e58d4351e00320205d7 Name": "Tubo amortiguador HK Enhanced Tube", + "5bb20e58d4351e00320205d7 Name": "Tubo amortiguador Enhanced Tube para HK 416", "5bb20e58d4351e00320205d7 ShortName": "Enhanced Tube", "5bb20e58d4351e00320205d7 Description": "Un Tubo Amortiguador Heckler & Koch y Extensión del Recibidor, con diámetro Mil-Spec, compatible con cualquier carabina o fusil basado en 416.", "5bb20e70d4351e0035629f8f Name": "Culata HK Slim Line para AR-15", @@ -4332,7 +4332,7 @@ "5bffef760db8340019668fe4 ShortName": "P226 CL", "5bffef760db8340019668fe4 Description": "Un pistolete G10 Chain Link para las pistolas P226. Fabricado por Hogue.", "5c0000c00db834001a6697fc Name": "Adaptador de silenciador Navy Style 3-Lug para HK MP5", - "5c0000c00db834001a6697fc ShortName": "MP5 3Lug", + "5c0000c00db834001a6697fc ShortName": "MP5 Navy 3Lug", "5c0000c00db834001a6697fc Description": "Un adaptador roscado 3-Lug para la instalación de diversos silenciadores en los subfusiles MP5. Producido por Heckler & Koch.", "5c0006470db834001a6697fe Name": "Pistolete Emperor Scorpion para P226", "5c0006470db834001a6697fe ShortName": "P226 Scorpion", @@ -4544,9 +4544,9 @@ "5c0e2f5cd174af02a012cfc9 Name": "Guardamano de madera ADAR 2-15 para AR-15", "5c0e2f5cd174af02a012cfc9 ShortName": "Guard. ADAR Mad.", "5c0e2f5cd174af02a012cfc9 Description": "Un guardamano de madera estilo SVD para las carabinas ADAR 2-15 y otros sistemas basados en AR-15.", - "5c0e2f94d174af029f650d56 Name": "Cañón Molot Arms de 406 mm para AR-15 de 5,56x45 mm", - "5c0e2f94d174af029f650d56 ShortName": "AR-15 406 mm", - "5c0e2f94d174af029f650d56 Description": "Un cañón Molot Arms de 406 mm (16 pulgadas) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN. Es el cañón estándar de la carabina ADAR 2-15.", + "5c0e2f94d174af029f650d56 Name": "Cañón Molot Arms de 16 pulgadas para AR-15 de 5,56x45 mm", + "5c0e2f94d174af029f650d56 ShortName": "ADAR 16\"", + "5c0e2f94d174af029f650d56 Description": "Un cañón de 16 pulgadas (406 mm) de largo para armamento basado en AR-15 de calibre 5,56x45 mm OTAN, producido por Molot Arms. Es el cañón estándar de la carabina ADAR 2-15.", "5c0e2ff6d174af02a1659d4a Name": "Culata ADAR 2-15 de madera para AR-15", "5c0e2ff6d174af02a1659d4a ShortName": "Cul. ADAR Mad.", "5c0e2ff6d174af02a1659d4a Description": "Una culata de madera estilo SVD para las carabinas ADAR 2-15.", @@ -4811,9 +4811,9 @@ "5c471c842e221615214259b5 Name": "Tubo de gases para SVDS", "5c471c842e221615214259b5 ShortName": "T.G.SVDS", "5c471c842e221615214259b5 Description": "Un tubo de gases estándar para los fusiles de francotirador SVDS. Los tubos de gases canalizan la dirección de desplazamiento del pistón de gas.", - "5c471cb32e221602b177afaa Name": "Cañón de 22 pulgadas para SVDS de 7,62x54 mm R", - "5c471cb32e221602b177afaa ShortName": "SVDS 22\"", - "5c471cb32e221602b177afaa Description": "Un cañón de 22 pulgadas (565 mm) para los fusiles de francotirador SVDS de calibre 7,62x54 mm R.", + "5c471cb32e221602b177afaa Name": "Cañón de 565 mm para SVDS de 7,62x54 mm R", + "5c471cb32e221602b177afaa ShortName": "SVD 565 mm", + "5c471cb32e221602b177afaa Description": "Un cañón de 565 mm para los fusiles de francotirador SVDS de calibre 7,62x54 mm R.", "5c488a752e221602b412af63 Name": "Fusil de asalto Desert Tech MDR de 5,56x45 mm", "5c488a752e221602b412af63 ShortName": "MDR", "5c488a752e221602b412af63 Description": "Un fusil de asalto bullpup MDR de calibre 5,56x45 mm OTAN, diseñado y fabricado por Desert Tech LLC. Es un arma modular multicalibre y cuenta con un diseño bullpup compacto, destinado para ser utilizado por fuerzas especiales tanto policiales como militares. Los cañones de diferentes calibres y longitudes pueden ser cambiados por el usuario en cuestión de minutos empleando una mínima cantidad de herramientas.", @@ -4823,7 +4823,7 @@ "5c48a2852e221602b21d5923 Name": "Cañón de 16 pulgadas para MDR de 5,56x45 mm", "5c48a2852e221602b21d5923 ShortName": "MDR 556 16\"", "5c48a2852e221602b21d5923 Description": "Un cañón de 16 pulgadas (406 mm) para armamento basado en MDR de calibre 5,56x45 mm OTAN.", - "5c48a2a42e221602b66d1e07 Name": "Reductor de fogonazo Desert Tech de 5,56x45 mm", + "5c48a2a42e221602b66d1e07 Name": "Reductor de fogonazo Desert Tech de 5,56x45 mm para AR-15", "5c48a2a42e221602b66d1e07 ShortName": "MDR 556", "5c48a2a42e221602b66d1e07 Description": "Un reductor de fogonazo desarrollado por Desert Tech específicamente para los fusiles de asalto MDR de calibre 5,56x45 mm OTAN.", "5c48a2c22e221602b313fb6c Name": "Pistolete para MDR (FDE)", @@ -4943,21 +4943,21 @@ "5c6bf4aa2e2216001219b0ae Name": "Pistolete US Palm para AK", "5c6bf4aa2e2216001219b0ae ShortName": "US Palm", "5c6bf4aa2e2216001219b0ae Description": "Un pistolete ligero para los fusiles de asalto AK, fabricado por US Palm.", - "5c6c2c9c2e2216000f2002e4 Name": "Guardamano TROY M-LOK de 13 pulgadas para HK 416A5", - "5c6c2c9c2e2216000f2002e4 ShortName": "416A5 TROY 13\"", - "5c6c2c9c2e2216000f2002e4 Description": "Un guardamano TROY Industries de fibra de carbono para fusiles 416A5, equipado con sistema M-LOK, lo que permite la instalación de accesorios y dispositivos adicionales.", - "5c6d10e82e221601da357b07 Name": "Guardamano MRS KeyMod de 14 pulgadas para HK 416A5", - "5c6d10e82e221601da357b07 ShortName": "416A5 MRS 14\"", - "5c6d10e82e221601da357b07 Description": "Un guardamano HK MRS KeyMod para fusiles 416A5, equipado con sistema M-LOK, lo que permite la instalación de accesorios y dispositivos adicionales.", - "5c6d10fa2e221600106f3f23 Name": "Guardamano Midwest Industries M-LOK de 9 pulgadas para HK 416A5", - "5c6d10fa2e221600106f3f23 ShortName": "416A5 Midwest 9\"", + "5c6c2c9c2e2216000f2002e4 Name": "Guardamano TROY M-LOK de 13 pulgadas para HK 416", + "5c6c2c9c2e2216000f2002e4 ShortName": "416 TROY 13\"", + "5c6c2c9c2e2216000f2002e4 Description": "Un guardamano TROY Industries de fibra de carbono para fusiles 416, equipado con sistema M-LOK, lo que permite la instalación de accesorios y dispositivos adicionales.", + "5c6d10e82e221601da357b07 Name": "Guardamano MRS KeyMod de 14 pulgadas para HK 416", + "5c6d10e82e221601da357b07 ShortName": "416 MRS 14\"", + "5c6d10e82e221601da357b07 Description": "Un guardamano HK Modular Rail System KeyMod para fusiles 416, equipado con sistema M-LOK, lo que permite la instalación de accesorios y dispositivos adicionales.", + "5c6d10fa2e221600106f3f23 Name": "Guardamano Midwest Industries M-LOK de 9 pulgadas para HK 416", + "5c6d10fa2e221600106f3f23 ShortName": "416 Midwest 9\"", "5c6d10fa2e221600106f3f23 Description": "Un guardamano Midwest Industries M-LOK para fusiles 416A5 equipado con sistema M-LOK para la instalación adicional de accesorios y dispositivos.", - "5c6d11072e2216000e69d2e4 Name": "Guardamano Midwest Industries M-LOK de 13,5 pulgadas para HK 416A5", - "5c6d11072e2216000e69d2e4 ShortName": "416A5 Midwest 13,5\"", + "5c6d11072e2216000e69d2e4 Name": "Guardamano Midwest Industries M-LOK de 13,5 pulgadas para HK 416", + "5c6d11072e2216000e69d2e4 ShortName": "416 Midwest 13,5\"", "5c6d11072e2216000e69d2e4 Description": "Un guardamano Midwest Industries M-LOK para fusiles 416A5 equipado con sistema M-LOK para la instalación adicional de accesorios y dispositivos.", - "5c6d11152e2216000f2003e7 Name": "Guardamano Strike Industries CRUX M-LOK de 15 pulgadas para HK 416A5", - "5c6d11152e2216000f2003e7 ShortName": "416A5 CRUX 15\"", - "5c6d11152e2216000f2003e7 Description": "Un guardamano Strike Industries CRUX para fusiles 416A5 equipado con sistema M-LOK para la instalación adicional de accesorios y dispositivos.", + "5c6d11152e2216000f2003e7 Name": "Guardamano Strike Industries CRUX M-LOK de 15 pulgadas para HK 416", + "5c6d11152e2216000f2003e7 ShortName": "416 CRUX 15\"", + "5c6d11152e2216000f2003e7 Description": "Un guardamano Strike Industries CRUX para fusiles 416 equipado con sistema M-LOK para la instalación adicional de accesorios y dispositivos.", "5c6d42cb2e2216000e69d7d1 Name": "Cargador de polímero de 30 cartuchos 5,56x45 mm HK 30 STANAG", "5c6d42cb2e2216000e69d7d1 ShortName": "HK Polim.", "5c6d42cb2e2216000e69d7d1 Description": "Un cargador HK de polímero con capacidad para 30 cartuchos de 5,56x45 mm OTAN.", @@ -4976,8 +4976,8 @@ "5c6d7b3d2e221600114c9b7d Name": "Pistolete HK V2 para AR-15", "5c6d7b3d2e221600114c9b7d ShortName": "HK V2", "5c6d7b3d2e221600114c9b7d Description": "El pistolete HK V2 puede ser instalado en cualquier arma compatible con los pistoletes de AR-15. Fabricado por Heckler & Koch.", - "5c6d85e02e22165df16b81f4 Name": "Cañón de 10,6 pulgadas para HK 416A5 de 5,56x45 mm", - "5c6d85e02e22165df16b81f4 ShortName": "416A5 10,6\"", + "5c6d85e02e22165df16b81f4 Name": "Cañón de 10,6 pulgadas para HK 416 de 5,56x45 mm", + "5c6d85e02e22165df16b81f4 ShortName": "416 10,6\"", "5c6d85e02e22165df16b81f4 Description": "Un cañón de 10,6 pulgadas (269 mm) para armamento basado en 416 de calibre 5,56x45 mm OTAN.", "5c78f2492e221600114c9f04 Name": "Guardamano SAI QD Rail de 14,5 pulgadas para AR-15", "5c78f2492e221600114c9f04 ShortName": "SAI QD 14,5\"", @@ -5111,7 +5111,7 @@ "5cadc190ae921500103bb3b6 Name": "Pistola Beretta M9A3 de 9x19 mm", "5cadc190ae921500103bb3b6 ShortName": "M9A3", "5cadc190ae921500103bb3b6 Description": "La pistola Beretta M9A3 es la versión más moderna de la famosa serie M9, diseñada para fuerzas militares y policiales, así como para el tiro deportivo y la defensa personal. Las principales características de la generación A3 es su ergonomía mejorada y un recubrimiento en color Flat Dark Earth más duradero.", - "5cadc1c6ae9215000f2775a4 Name": "Cañón con rosca para M9A3 de 9x19 mm", + "5cadc1c6ae9215000f2775a4 Name": "Cañón con rosca de 127 mm para M9A3 de 9x19 mm", "5cadc1c6ae9215000f2775a4 ShortName": "M9A3 Rosc.", "5cadc1c6ae9215000f2775a4 Description": "Un cañón estándar con rosca para la pistola Beretta M9A3 de 9x19 mm.", "5cadc2e0ae9215051e1c21e7 Name": "Cargador de 17 cartuchos 9x19 mm para M9A3", @@ -5180,9 +5180,9 @@ "5cbdc23eae9215001136a407 Name": "Cargador de tambor de 75 cartuchos 7,62x39 mm Molot Arms para AK", "5cbdc23eae9215001136a407 ShortName": "Molot", "5cbdc23eae9215001136a407 Description": "Un cargador metálico de tambor con capacidad para 75 cartuchos de 7,62x39 mm, para la ametralladora ligera RPK y sistemas compatibles AK. También acepta munición de calibre .366 TKM para utilizarse en armamento compatible tipo AK del calibre correspondiente.", - "5cc084dd14c02e000b0550a3 Name": "Vasilyev", - "5cc084dd14c02e000b0550a3 ShortName": "Vasilyev", - "5cc084dd14c02e000b0550a3 Description": "Vasilyev", + "5cc084dd14c02e000b0550a3 Name": "Vasíliev", + "5cc084dd14c02e000b0550a3 ShortName": "Vasíliev", + "5cc084dd14c02e000b0550a3 Description": "Vasíliev", "5cc0858d14c02e000c6bea66 Name": "Parte Superior Estándar BEAR", "5cc0858d14c02e000c6bea66 ShortName": "", "5cc0858d14c02e000c6bea66 Description": "", @@ -5915,10 +5915,10 @@ "5d3eb536a4b9363b1f22f8e2 Name": "Punto de mira para FN Five-seveN MK2", "5d3eb536a4b9363b1f22f8e2 ShortName": "P.M. 5-7", "5d3eb536a4b9363b1f22f8e2 Description": "Un punto de mira estándar para la pistola FN Five-seveN MK2, producido por Fabrique Nationale Herstal.", - "5d3eb59ea4b9361c284bb4b2 Name": "Cañón con rosca para FN Five-seveN de 5,7x28 mm", + "5d3eb59ea4b9361c284bb4b2 Name": "Cañón con rosca de 120 mm para FN Five-seveN de 5,7x28 mm", "5d3eb59ea4b9361c284bb4b2 ShortName": "5-7 Rosc.", "5d3eb59ea4b9361c284bb4b2 Description": "Un cañón con rosca estándar para la pistola FN Five-seveN, producido por Fabrique Nationale Herstal.", - "5d3eb5b6a4b9361eab311902 Name": "Cañón para FN Five-seveN de 5,7x28 mm", + "5d3eb5b6a4b9361eab311902 Name": "Cañón de 120 mm para FN Five-seveN de 5,7x28 mm", "5d3eb5b6a4b9361eab311902 ShortName": "Cañón 5-7", "5d3eb5b6a4b9361eab311902 Description": "Un cañón estándar para la pistola FN Five-seveN, producido por Fabrique Nationale Herstal.", "5d3eb5eca4b9363b1f22f8e4 Name": "Cargador de 20 cartuchos 5,7x28 mm para FN Five-seveN", @@ -5974,7 +5974,7 @@ "5d4406a8a4b9361e4f6eb8b7 Description": "La culata Magpul Precision Rifle/Sniper GEN3 está diseñada para el fuego de precisión en las plataformas AR-15/M16 y AR-10/SR-25. Cuenta con un sencillo ajuste de longitud y un soporte ajustable para la mejilla a través de un pomo dentado de aluminio, la culata PRS GEN3 proporciona una interfaz estable para fusiles de francotirador semiautomáticos o de cacería. Versión de color Gris.", "5d440b93a4b9364276578d4b Name": "Cañón de 18 pulgadas para AR-15 de 5,56x45 mm", "5d440b93a4b9364276578d4b ShortName": "AR-15 18\"", - "5d440b93a4b9364276578d4b Description": "Un cañón de 18 pulgadas (457 milímetros) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN.", + "5d440b93a4b9364276578d4b Description": "Un cañón de 18 pulgadas (457 mm) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN.", "5d440b9fa4b93601354d480c Name": "Cañón de 20 pulgadas para AR-15 de 5,56x45 mm", "5d440b9fa4b93601354d480c ShortName": "AR-15 20\"", "5d440b9fa4b93601354d480c Description": "Un cañón de 20 pulgadas (508 mm) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN.", @@ -6254,7 +6254,7 @@ "5dcbe9431e1f4616d354987e Name": "Cañón de 16 pulgadas para MDR de 7,62x51 mm", "5dcbe9431e1f4616d354987e ShortName": "MDR 762 16\"", "5dcbe9431e1f4616d354987e Description": "Un cañón de 16 pulgadas (406 mm) para armamento basado en MDR de calibre 7,62x51 mm OTAN.", - "5dcbe965e4ed22586443a79d Name": "Reductor de fogonazo Desert Tech de 7,62x51 mm", + "5dcbe965e4ed22586443a79d Name": "Reductor de fogonazo Desert Tech de 7,62x51 mm para AR-10", "5dcbe965e4ed22586443a79d ShortName": "MDR 762", "5dcbe965e4ed22586443a79d Description": "Un reductor de fogonazo desarrollado por Desert Tech específicamente para los fusiles de asalto MDR de calibre 7,62x51 mm OTAN (.308).", "5de652c31b7e3716273428be Name": "Fusil de cerrojo Molot Arms VPO-215 Gornostay de .366 TKM", @@ -6824,9 +6824,9 @@ "5e9de109f6164249e54453d2 Name": "Chaqueta de motocross", "5e9de109f6164249e54453d2 ShortName": "", "5e9de109f6164249e54453d2 Description": "", - "5ea02bb600685063ec28bfa1 Name": "Cañón de 10,6 pulgadas para PPSh-41 de 7,62x25 mm", - "5ea02bb600685063ec28bfa1 ShortName": "PPSh41 10,6\"", - "5ea02bb600685063ec28bfa1 Description": "Un cañón de 10,6 pulgadas (269 mm) de largo para el subfusil PPSh-41 de calibre 7,62x25 mm.", + "5ea02bb600685063ec28bfa1 Name": "Cañón de 269 mm para PPSh-41 de 7,62x25 mm", + "5ea02bb600685063ec28bfa1 ShortName": "C. PPSh-41", + "5ea02bb600685063ec28bfa1 Description": "Un cañón de 269 mm de largo para el subfusil PPSh-41 de calibre 7,62x25 mm.", "5ea034eb5aad6446a939737b Name": "Cargador de 35 cartuchos 7,62x25 mm para PPSh-41", "5ea034eb5aad6446a939737b ShortName": "PPSh", "5ea034eb5aad6446a939737b Description": "Un cargador de acero con capacidad para 35 cartuchos de 7,62x25 mm, para el subfusil PPSh-41.", @@ -7046,10 +7046,10 @@ "5f3e77b26cda304dcc634057 Name": "Cargador de 7 cartuchos .45 ACP Wilson Combat para M1911A1", "5f3e77b26cda304dcc634057 ShortName": "Wilson", "5f3e77b26cda304dcc634057 Description": "Un cargador con capacidad para 7 cartuchos de calibre .45 ACP con una base de acero de perfil bajo para las pistolas Colt M1911, fabricado por Wilson Combat. Es el cargador estándar de la pistola M45A1.", - "5f3e77f59103d430b93f94c1 Name": "Cañón con rosca para M1911A1 de .45 ACP", + "5f3e77f59103d430b93f94c1 Name": "Cañón con rosca de 141 mm para M1911A1 de .45 ACP", "5f3e77f59103d430b93f94c1 ShortName": "1911 Rosc.", "5f3e77f59103d430b93f94c1 Description": "Un cañón con rosca estándar para la pistola M1911A1 de calibre .45 ACP, producido por Colt.", - "5f3e7801153b8571434a924c Name": "Cañón National Match para M1911A1 de .45 ACP", + "5f3e7801153b8571434a924c Name": "Cañón National Match de 127 mm para M1911A1 de .45 ACP", "5f3e7801153b8571434a924c ShortName": "1911 NM", "5f3e7801153b8571434a924c Description": "Un cañón National Match para la pistola M1911A1 de calibre .45 ACP, producido por Colt.", "5f3e7823ddc4f03b010e2045 Name": "Corredera para M45A1 de .45 ACP", @@ -7310,10 +7310,10 @@ "5fbcc3e4d6fa9c00c571bb58 Name": "Cuerpo superior GEN1 para MCX de .300 BLK", "5fbcc3e4d6fa9c00c571bb58 ShortName": "C.S. MCX GEN1", "5fbcc3e4d6fa9c00c571bb58 Description": "Un cuerpo superior para la primera generación de fusiles de asalto MCX, producido por SIG Sauer. Cuenta con una montura que permite colocar dispositivos adicionales.", - "5fbcc429900b1d5091531dd7 Name": "Culata Telescoping/Folding Stock para MPX/MCX", + "5fbcc429900b1d5091531dd7 Name": "Culata SIG Sauer Telescoping/Folding Stock", "5fbcc429900b1d5091531dd7 ShortName": "Cul. SIG TFS", "5fbcc429900b1d5091531dd7 Description": "Una culata telescópica para la familia de armas MPX y MCX, producida por SIG Sauer.", - "5fbcc437d724d907e2077d5c Name": "Culata Thin Side-Folding Stock para MPX/MCX", + "5fbcc437d724d907e2077d5c Name": "Culata SIG Sauer Thin Side-Folding Stock", "5fbcc437d724d907e2077d5c ShortName": "Cul. SIG TSFS", "5fbcc437d724d907e2077d5c Description": "Una culata ligera para el armamento de la familia MPX y MCX, producida por SIG Sauer.", "5fbcc640016cce60e8341acc Name": "Palanca de montar para MCX", @@ -7364,9 +7364,9 @@ "5fc23678ab884124df0cd590 Name": "Cañón de 24 pulgadas para Mk-18 de .338 LM", "5fc23678ab884124df0cd590 ShortName": "Mk-18 24\"", "5fc23678ab884124df0cd590 Description": "Un cañón de 24 pulgadas (610 mm) para el fusil de tirador designado Mk-18 de calibre .338 Lapua Magnum, producido por SWORD International.", - "5fc2369685fd526b824a5713 Name": "Culata B5 Systems Precision para AR-15", - "5fc2369685fd526b824a5713 ShortName": "Cul. Precision", - "5fc2369685fd526b824a5713 Description": "Una culata telescópica Precision producida por B5 Systems. Diseñada para su instalación en sistemas de armas AR.", + "5fc2369685fd526b824a5713 Name": "Culata B5 Systems Collapsible Precision Stock para AR-15", + "5fc2369685fd526b824a5713 ShortName": "B5 CPS", + "5fc2369685fd526b824a5713 Description": "Una culata Collapsible Precision Stock producida por B5 Systems. Diseñada para su instalación en sistemas de armas AR.", "5fc275cf85fd526b824a571a Name": "Cartucho de .338 Lapua Magnum - FMJ", "5fc275cf85fd526b824a571a ShortName": "FMJ", "5fc275cf85fd526b824a571a Description": "Munición de calibre .338 Lapua Magnum (8,6x70 mm) FMJ - Es un cartucho con una bala de 16,2 gramos con un núcleo de plomo con encamisado bimetálico, en un casquillo de latón. A pesar de su diseño rudimentario, este cartucho posee capacidades para atravesar protecciones balísticas corporales básicas e intermedias, además de proporcionar un poder de parada considerable y ser capaz de causar efectos adversos críticos al objetivo tras impactar. Sin embargo, debido a su diseño, posee una alta probabilidad de rebote en diversas superficies.", @@ -7406,9 +7406,9 @@ "5fc4b9b17283c4046c5814d7 Name": "Silenciador SilencerCo Omega 45k de .45 ACP", "5fc4b9b17283c4046c5814d7 ShortName": "Omega 45K", "5fc4b9b17283c4046c5814d7 Description": "El SilencerCo Omega 45K es un silenciador excepcionalmente versátil, y es el más pequeño, ligero y silencioso de su clase. Es capaz de soportar el disparo automático y puede ser instalado en pistolas, fusiles y subfusiles, el Omega 45K ofrece una fiabilidad extrema en una presentación ultra compacta.", - "5fc50bddb4965a7a2f48c5af Name": "Mikhail", - "5fc50bddb4965a7a2f48c5af ShortName": "Mikhail", - "5fc50bddb4965a7a2f48c5af Description": "Mikhail", + "5fc50bddb4965a7a2f48c5af Name": "Mijaíl", + "5fc50bddb4965a7a2f48c5af ShortName": "Mijaíl", + "5fc50bddb4965a7a2f48c5af Description": "Mijaíl", "5fc53954f8b6a877a729eaeb Name": "Raíl inferior para el guardamano del HK UMP", "5fc53954f8b6a877a729eaeb ShortName": "R.I. UMP", "5fc53954f8b6a877a729eaeb Description": "Un raíl inferior para el guardamano del subfusil UMP que permite instalar diferentes tipos de empuñaduras tácticas.", @@ -7418,9 +7418,9 @@ "5fc613c80b735e7b024c76e2 Name": "", "5fc613c80b735e7b024c76e2 ShortName": "", "5fc613c80b735e7b024c76e2 Description": "", - "5fc614da00efd824885865c2 Name": "Sergei", - "5fc614da00efd824885865c2 ShortName": "Sergei", - "5fc614da00efd824885865c2 Description": "Sergei", + "5fc614da00efd824885865c2 Name": "Serguéi", + "5fc614da00efd824885865c2 ShortName": "Serguéi", + "5fc614da00efd824885865c2 Description": "Serguéi", "5fc614f40b735e7b024c76e9 Name": "Chris", "5fc614f40b735e7b024c76e9 ShortName": "Chris", "5fc614f40b735e7b024c76e9 Description": "Chris", @@ -7520,9 +7520,9 @@ "5fdb5950f5264a66150d1c6e Name": "Foreman", "5fdb5950f5264a66150d1c6e ShortName": "Foreman", "5fdb5950f5264a66150d1c6e Description": "Foreman", - "5fdb7571e4ed5b5ea251e529 Name": "Volkov", - "5fdb7571e4ed5b5ea251e529 ShortName": "Volkov", - "5fdb7571e4ed5b5ea251e529 Description": "Volkov", + "5fdb7571e4ed5b5ea251e529 Name": "Vólkov", + "5fdb7571e4ed5b5ea251e529 ShortName": "Vólkov", + "5fdb7571e4ed5b5ea251e529 Description": "Vólkov", "60098ad7c2240c0fe85c570a Name": "Botiquín táctico individual de primeros auxilios AFAK", "60098ad7c2240c0fe85c570a ShortName": "AFAK", "60098ad7c2240c0fe85c570a Description": "Un botiquín AFAK (Adaptive First Aid Kit - \"Botiquín de Primeros Auxilios Adaptativo\"). Es una versión más avanzada del botiquín individual de primeros auxilios IFAK. Este compacto botiquín le proporciona al soldado, o al agente del orden público, el equipo de emergencias necesario para tratar eficazmente las heridas más comunes durante el combate.", @@ -7545,30 +7545,30 @@ "601aa3d2b2bcb34913271e6d ShortName": "MAI AP", "601aa3d2b2bcb34913271e6d Description": "Munición de 7,62x39 mm MAI AP - Es un cartucho con un proyectil perforante de dos partes, la bala consta de una Sabot y un cuerpo penetrador de carburo de tungsteno, en un casquillo de acero. Esta bala fue diseñada por MAI para incrementar las capacidades de penetración del calibre 7,62x39 mm, gracias a su velocidad de salida y peculiar diseño, es capaz de atravesar protecciones balísticas corporales básicas e intermedias, además de otorgar resultados sobresalientes ante algunos modelos de protección especializada modernos, sin embargo, posee una alta probabilidad de rebote en diversas superficies.", "602286df23506e50807090c6 Name": "Cargador de 16 cartuchos 9x19 mm para PL-15", - "602286df23506e50807090c6 ShortName": "PL15", + "602286df23506e50807090c6 ShortName": "PL-15", "602286df23506e50807090c6 Description": "Un cargador estándar con capacidad para 16 cartuchos de 9x19 mm, para la pistola PL-15.", "60228924961b8d75ee233c32 Name": "Corredera para PL-15", "60228924961b8d75ee233c32 ShortName": "Crra. PL-15", "60228924961b8d75ee233c32 Description": "Una corredera estándar para la pistola PL-15.", "60228a76d62c9b14ed777a66 Name": "Punto de mira para PL-15", - "60228a76d62c9b14ed777a66 ShortName": "P.M. PL15", + "60228a76d62c9b14ed777a66 ShortName": "P.M. PL-15", "60228a76d62c9b14ed777a66 Description": "Un punto de mira estándar para la pistola PL-15.", "60228a850ddce744014caf69 Name": "Punto de mira extendido para PL-15", - "60228a850ddce744014caf69 ShortName": "P.M.E.PL15", + "60228a850ddce744014caf69 ShortName": "P.M.E.PL-15", "60228a850ddce744014caf69 Description": "Un punto de mira extendido para la pistola PL-15 que está diseñado para usarse con un silenciador acoplado al arma.", "602293f023506e50807090cb Name": "Alza extendida para PL-15", - "602293f023506e50807090cb ShortName": "A.E. PL15", + "602293f023506e50807090cb ShortName": "A.E. PL-15", "602293f023506e50807090cb Description": "Un alza extendida para la pistola PL-15 que está diseñada para usarse con un silenciador acoplado al arma.", "60229948cacb6b0506369e27 Name": "Alza para PL-15", - "60229948cacb6b0506369e27 ShortName": "A. PL15", + "60229948cacb6b0506369e27 ShortName": "A. PL-15", "60229948cacb6b0506369e27 Description": "Un alza estándar para la pistola PL-15.", "602543c13fee350cd564d032 Name": "", "602543c13fee350cd564d032 ShortName": "", "602543c13fee350cd564d032 Description": "", - "602a95edda11d6478d5a06da Name": "Cañón para PL-15 de 9x19 mm", - "602a95edda11d6478d5a06da ShortName": "PL-15 9x19", + "602a95edda11d6478d5a06da Name": "Cañón de 112 mm para PL-15 de 9x19 mm", + "602a95edda11d6478d5a06da ShortName": "PL-15", "602a95edda11d6478d5a06da Description": "Un cañón estándar para la pistola PL-15 de calibre 9x19 mm.", - "602a95fe4e02ce1eaa358729 Name": "Cañón con rosca para PL-15 de 9x19 mm", + "602a95fe4e02ce1eaa358729 Name": "Cañón con rosca de 112 mm para PL-15 de 9x19 mm", "602a95fe4e02ce1eaa358729 ShortName": "PL-15 Rosc.", "602a95fe4e02ce1eaa358729 Description": "Un cañón con rosca para la pistola PL-15 de calibre 9x19 mm.", "602a97060ddce744014caf6f Name": "Silenciador para PL-15 de 9x19 mm", @@ -7733,7 +7733,7 @@ "606587d11246154cad35d635 Name": "Culata CMMG RipStock para AR-15", "606587d11246154cad35d635 ShortName": "RipStock", "606587d11246154cad35d635 Description": "Una culata telescópica RipStock minimalista, diseñada para ser ajustada por el usuario con rapidez a una posición de comodidad personal. Producida por CMMG.", - "606587e18900dc2d9a55b65f Name": "Tubo amortiguador CMMG", + "606587e18900dc2d9a55b65f Name": "Tubo amortiguador CMMG para AR-15", "606587e18900dc2d9a55b65f ShortName": "Tubo CMMG", "606587e18900dc2d9a55b65f Description": "Un tubo amortiguador con diámetro Mil-Spec para acoplar diferentes tipos de culatas. Producido por CMMG.", "6065880c132d4d12c81fd8da Name": "Guardamano CMMG MK3 RML9 M-LOK de 9 pulgadas para AR-10", @@ -7892,9 +7892,9 @@ "60a6aa8fd559ae040d0d951f Name": "Mullen", "60a6aa8fd559ae040d0d951f ShortName": "Mullen", "60a6aa8fd559ae040d0d951f Description": "Mullen", - "60a6aaad42fd2735e4589978 Name": "Gavrilov", - "60a6aaad42fd2735e4589978 ShortName": "Gavrilov", - "60a6aaad42fd2735e4589978 Description": "Gavrilov", + "60a6aaad42fd2735e4589978 Name": "Gavrílov", + "60a6aaad42fd2735e4589978 ShortName": "Gavrílov", + "60a6aaad42fd2735e4589978 Description": "Gavrílov", "60a7acf20c5cb24b01346648 Name": "Gorra BOSS", "60a7acf20c5cb24b01346648 ShortName": "Gorra", "60a7acf20c5cb24b01346648 Description": "Una lujosa gorra BOSS de color rojo. ¡Eh, tío, ahora eres el puto JEFAZO!", @@ -7967,7 +7967,7 @@ "612e0cfc8004cc50514c2d9e Name": "Freno de boca AWC PSR de 5,56x45 mm para AR-15", "612e0cfc8004cc50514c2d9e ShortName": "PSR 556", "612e0cfc8004cc50514c2d9e Description": "El PSR es un efectivo freno de boca de calibre 5,56x45 mm OTAN producido por AWC Silencers. Reduce el retroceso y contrarresta el ascenso del cañón al disparar. Este freno de boca está roscado y es compatible con los silenciadores AWC PSR Thor.", - "612e0d3767085e45ef14057f Name": "Freno de boca AWC PSR de 7,62x51 mm", + "612e0d3767085e45ef14057f Name": "Freno de boca AWC PSR de 7,62x51 mm para AR-10", "612e0d3767085e45ef14057f ShortName": "PSR 762", "612e0d3767085e45ef14057f Description": "El PSR es un efectivo freno de boca de calibre 7,62x51 mm OTAN producido por AWC Silencers. Reduce el retroceso y contrarresta el ascenso del cañón al disparar. Este freno de boca está roscado y es compatible con los silenciadores AWC PSR Thor.", "612e0d81290d254f5e6b291a Name": "Freno de boca AWC PSR de .338 LM", @@ -8171,9 +8171,9 @@ "61817865d3a39d50044c13a4 Name": "Alza abatible para FN SCAR", "61817865d3a39d50044c13a4 ShortName": "A. SCAR", "61817865d3a39d50044c13a4 Description": "Un alza abatible y desmontable para la serie de fusiles de asalto SCAR. Producida por Fabrique Nationale Herstal.", - "618178aa1cb55961fa0fdc80 Name": "Reductor de fogonazo AAC SCAR-SD 51T de 7,62x51 mm", + "618178aa1cb55961fa0fdc80 Name": "Reductor de fogonazo AAC SCAR-SD 51T de 7,62x51 mm para AR-10", "618178aa1cb55961fa0fdc80 ShortName": "SCAR-SD 762", - "618178aa1cb55961fa0fdc80 Description": "El Advanced Armament Corporation (AAC) SCAR-SD 51T es un reductor que destaca por su efectividad, que también sirve como plataforma para montar el silenciador AAC 762-SDN-6. Puede ser instalado en fusiles basados en AR-10.", + "618178aa1cb55961fa0fdc80 Description": "El Advanced Armament Corporation (AAC) SCAR-SD 51T es un reductor que destaca por su efectividad, que también sirve como plataforma para montar el silenciador AAC 762-SDN-6. Puede ser instalado en fusiles de la plataforma SCAR-H/AR-10.", "61825d06d92c473c770215de Name": "Culata plegable de polímero para FN SCAR (FDE)", "61825d06d92c473c770215de ShortName": "Cul. Ple. SCAR", "61825d06d92c473c770215de Description": "Una culata plegable de polímero para la serie de fusiles SCAR, producida por Fabrique Nationale Herstal. Versión de color Flat Dark Earth.", @@ -8315,19 +8315,19 @@ "6193dcd0f8ee7e52e4210a28 Name": "Pistolete HK Battle Grip con Beavertail para AR-15 (RAL 8000)", "6193dcd0f8ee7e52e4210a28 ShortName": "Battle Grip", "6193dcd0f8ee7e52e4210a28 Description": "El pistolete HK Battle Grip con Beavertail puede ser instalado en cualquier arma compatible con los pistoletes de AR-15. Versión de color RAL 8000.", - "6194ef39de3cdf1d2614a768 Name": "Cañón para HK USP de .45 ACP", + "6194ef39de3cdf1d2614a768 Name": "Cañón de 112 mm para HK USP de .45 ACP", "6194ef39de3cdf1d2614a768 ShortName": "USP45 Estd.", "6194ef39de3cdf1d2614a768 Description": "Un cañón estándar de 112 mm para la pistola USP de calibre .45 ACP, producido por Heckler & Koch.", - "6194efe07c6c7b169525f11b Name": "Cañón con rosca Tactical para HK USP de .45 ACP", + "6194efe07c6c7b169525f11b Name": "Cañón con rosca Tactical de 129 mm para HK USP de .45 ACP", "6194efe07c6c7b169525f11b ShortName": "USP45T", "6194efe07c6c7b169525f11b Description": "Un cañón con rosca de 129 mm para la versión especial de la pistola USP - USP Tactical de calibre .45 ACP. Producido por Heckler & Koch.", - "6194eff92d2c397d6600348b Name": "Cañón Expert para HK USP de .45 ACP", + "6194eff92d2c397d6600348b Name": "Cañón Expert de 132 mm para HK USP de .45 ACP", "6194eff92d2c397d6600348b ShortName": "USP45EX", "6194eff92d2c397d6600348b Description": "Un cañón de 132 mm para la versión especial de la pistola USP - USP Expert de calibre .45 ACP. Producido por Heckler & Koch.", - "6194f017ed0429009f543eaa Name": "Cañón Elite para HK USP de .45 ACP", + "6194f017ed0429009f543eaa Name": "Cañón Elite de 153 mm para HK USP de .45 ACP", "6194f017ed0429009f543eaa ShortName": "USP45EL", "6194f017ed0429009f543eaa Description": "Un cañón de 153 mm para la versión especial de la pistola USP - USP Elite de calibre .45 ACP. Producido por Heckler & Koch.", - "6194f02d9bb3d20b0946d2f0 Name": "Cañón Match para HK USP de .45 ACP", + "6194f02d9bb3d20b0946d2f0 Name": "Cañón Match de 153 mm para HK USP de .45 ACP", "6194f02d9bb3d20b0946d2f0 ShortName": "USP45M", "6194f02d9bb3d20b0946d2f0 Description": "Un cañón de 153 mm para la versión especial de la pistola USP - USP Match de calibre .45 ACP. Producido por Heckler & Koch.", "6194f1f918a3974e5e7421e4 Name": "Bocacha protectora de rosca para HK USP Tactical", @@ -8486,9 +8486,9 @@ "619f54a1d25cbd424731fb99 Name": "Cilindro de 6 cartuchos .357 para Chiappa Rhino", "619f54a1d25cbd424731fb99 ShortName": "Cil. CR", "619f54a1d25cbd424731fb99 Description": "Un cilindro con capacidad para 6 cartuchos de Calibre .357, para los revólveres Chiappa Rhino.", - "619f94f5b90286142b59d45f Name": "Kolesnikov", - "619f94f5b90286142b59d45f ShortName": "Kolesnikov", - "619f94f5b90286142b59d45f Description": "Kolesnikov", + "619f94f5b90286142b59d45f Name": "Kolésnikov", + "619f94f5b90286142b59d45f ShortName": "Kolésnikov", + "619f94f5b90286142b59d45f Description": "Kolésnikov", "619f9e338858a474c8685cc9 Name": "Grant", "619f9e338858a474c8685cc9 ShortName": "Grant", "619f9e338858a474c8685cc9 Description": "Grant", @@ -8825,7 +8825,7 @@ "625ff31daaaa8c1130599f64 Name": "Cargador de 13 cartuchos Cal. 12 Toni System para Benelli M3 Super 90", "625ff31daaaa8c1130599f64 ShortName": "M3x13", "625ff31daaaa8c1130599f64 Description": "Un cargador de tubo con capacidad para 13 cartuchos de Calibre 12, fabricado por Toni System para las escopetas Benelli M3 S90.", - "626667e87379c44d557b7550 Name": "Reductor de fogonazo KAC QDC 3-Prong Flash Eliminator de 5,56x45 mm", + "626667e87379c44d557b7550 Name": "Reductor de fogonazo KAC QDC 3-Prong Flash Eliminator de 5,56x45 mm para AR-15", "626667e87379c44d557b7550 ShortName": "QDC-3 556", "626667e87379c44d557b7550 Description": "El Knight's Armament QDC 3-Prong Flash Eliminator de 5,56x45 mm es un reductor de fogonazo efectivo que también sirve como plataforma para montar un silenciador KAC QDC 556. Puede instalarse en armas basadas en la plataforma AR-15.", "626673016f1edc06f30cf6d5 Name": "Silenciador KAC QDC de 5,56x45 mm", @@ -8914,7 +8914,7 @@ "6281204f308cb521f87a8f9b Description": "Un cuerpo para el fusil de francotirador AXMC, adecuado para el calibre .338 Lapua Magnum. Producido por Accuracy International.", "628120621d5df4475f46a335 Name": "Bocacha protectora de rosca para AI AXMC", "628120621d5df4475f46a335 ShortName": "B.P. AXMC", - "628120621d5df4475f46a335 Description": "Una bocacha protectora de rosca para la punta del cañón del fusil AXMC. Producido por Accuracy International.", + "628120621d5df4475f46a335 Description": "Una bocacha protectora de rosca para la punta del cañón del fusil AXMC. Producida por Accuracy International.", "62812081d23f207deb0ab216 Name": "Freno de Boca Táctico AI de .338 LM", "62812081d23f207deb0ab216 ShortName": "FBT .338LM", "62812081d23f207deb0ab216 Description": "Un freno de boca producido por Accuracy International para el calibre .338 Lapua Magnum (8,6x70 mm). Reduce el retroceso y contrarresta el ascenso del cañón al disparar.", @@ -8960,9 +8960,9 @@ "6284d67f8e4092597733b7a4 Name": "Alex (Inglés)", "6284d67f8e4092597733b7a4 ShortName": "Alex (Inglés)", "6284d67f8e4092597733b7a4 Description": "Alex (Inglés)", - "6284d6948e4092597733b7a5 Name": "Sergei (Inglés)", - "6284d6948e4092597733b7a5 ShortName": "Sergei (Inglés)", - "6284d6948e4092597733b7a5 Description": "Sergei (Inglés)", + "6284d6948e4092597733b7a5 Name": "Serguéi (Inglés)", + "6284d6948e4092597733b7a5 ShortName": "Serguéi (Inglés)", + "6284d6948e4092597733b7a5 Description": "Serguéi (Inglés)", "6284d6a28e4092597733b7a6 Name": "Brent", "6284d6a28e4092597733b7a6 ShortName": "Brent", "6284d6a28e4092597733b7a6 Description": "Brent", @@ -9154,7 +9154,7 @@ "62a09e73af34e73a266d932a Description": "BakeEzy, un libro sobre comida deliciosa y saludable, contiene montones de recetas de diversos platillos, tanto para un festín de negocios, como para borracheras tras un sucio garaje. ¡Bon Appétit!", "62a09e974f842e1bd12da3f0 Name": "Videocasete con la película: Cyborg Killer", "62a09e974f842e1bd12da3f0 ShortName": "VHS", - "62a09e974f842e1bd12da3f0 Description": "Un videocasete VHS con una película de acción de la década de los noventa sobre un cyborg asesino del futuro.", + "62a09e974f842e1bd12da3f0 Description": "Un videocasete VHS con una película de acción de la década de los noventa sobre un cyborg asesino del futuro. Parece que vino de la tienda de alquiler Prokhodimets.", "62a09ec84f842e1bd12da3f2 Name": "Llave de carretilla elevadora Missam", "62a09ec84f842e1bd12da3f2 ShortName": "Danex", "62a09ec84f842e1bd12da3f2 Description": "La llave de una carretilla elevadora Missam. El nombre del antiguo propietario está escrito en la correa.", @@ -9200,9 +9200,9 @@ "62a9cb937377a65d7b070cef Name": "Llave de la barraca Rogue USEC", "62a9cb937377a65d7b070cef ShortName": "Barraca", "62a9cb937377a65d7b070cef Description": "Una llave que abre una de las barracas improvisadas de los Rogues en Lighthouse.", - "62a9e7d15ea3b87d6f642a28 Name": "Danilov", - "62a9e7d15ea3b87d6f642a28 ShortName": "Danilov", - "62a9e7d15ea3b87d6f642a28 Description": "Danilov", + "62a9e7d15ea3b87d6f642a28 Name": "Danílov", + "62a9e7d15ea3b87d6f642a28 ShortName": "Danílov", + "62a9e7d15ea3b87d6f642a28 Description": "Danílov", "62aca6a1310e67685a2fc2e7 Name": "Haywood", "62aca6a1310e67685a2fc2e7 ShortName": "Haywood", "62aca6a1310e67685a2fc2e7 Description": "Haywood", @@ -9287,7 +9287,7 @@ "63075cc5962d0247b029dc2a Name": "Corredera para Glock 19X de 9x19 mm", "63075cc5962d0247b029dc2a ShortName": "Crra. G19X", "63075cc5962d0247b029dc2a Description": "Una corredera estándar para la pistola Glock 19X de calibre 9x19 mm. La superficie de la corredera es tratada con un revestimiento avanzado de nPVD que protege al acero de la corrosión, ataques químicos y las condiciones ambientales severas.", - "630764fea987397c0816d219 Name": "Cañón para Glock 19X de 9x19 mm", + "630764fea987397c0816d219 Name": "Cañón de 102 mm para Glock 19X de 9x19 mm", "630764fea987397c0816d219 ShortName": "G19X", "630764fea987397c0816d219 Description": "Un cañón estándar para la pistola Glock 19X de calibre 9x19 mm. El cañón está tratado con un revestimiento de nDLC que lo protege ante la corrosión y los rasguños.", "630765777d50ff5e8a1ea718 Name": "Punto de mira para Glock 19X", @@ -9776,15 +9776,15 @@ "63d114019e35b334d82302f7 Name": "Montura lateral Dovetail SAG AK", "63d114019e35b334d82302f7 ShortName": "M.SAG AK", "63d114019e35b334d82302f7 Description": "La montura lateral \"SAG AK\" está diseñada para instalar miras en fusiles AK y sus numerosas versiones: Saiga, SVD, etc. Producida por Sureshot Armament Group.", - "63d3ce0446bd475bcb50f55f Name": "Cañón Hanson Carbine de 13,7 pulgadas para AR-15 de 5,56x45 mm", - "63d3ce0446bd475bcb50f55f ShortName": "Hanson 13,7\"", - "63d3ce0446bd475bcb50f55f Description": "Un cañón Hanson Carbine de 13,7 pulgadas (348 mm) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN.", + "63d3ce0446bd475bcb50f55f Name": "Cañón Ballistic Advantage Hanson Carbine Pro de 13,7 pulgadas para AR-15 de 5,56x45 mm", + "63d3ce0446bd475bcb50f55f ShortName": "BA Hanson 13,7\"", + "63d3ce0446bd475bcb50f55f Description": "Un cañón Hanson Carbine Pro de 13,7 pulgadas (348 mm) para armas de la plataforma AR-15 de calibre 5,56x45 mm OTAN. Producido por Ballistic Advantage.", "63d3ce281fe77d0f2801859e Name": "Bloque de gases Ballistic Advantage Lo-Pro para AR-15", "63d3ce281fe77d0f2801859e ShortName": "B.G.LoPro", "63d3ce281fe77d0f2801859e Description": "Un bloque de gases de perfil bajo para los cañones de sistemas de armas AR-15. Producido por Ballistic Advantage.", - "63d3d44a2a49307baf09386d Name": "Cañón Hanson Carbine de 16 pulgadas para AR-15 de 5,56x45 mm", - "63d3d44a2a49307baf09386d ShortName": "Hanson 16\"", - "63d3d44a2a49307baf09386d Description": "Un cañón Hanson Carbine de 16 pulgadas (406 mm) para armamento basado en AR-15 de calibre 5,56x45 mm OTAN.", + "63d3d44a2a49307baf09386d Name": "Cañón Ballistic Advantage Hanson Carbine Pro de 16 pulgadas para AR-15 de 5,56x45 mm", + "63d3d44a2a49307baf09386d ShortName": "BA Hanson 16\"", + "63d3d44a2a49307baf09386d Description": "Un cañón Hanson Carbine Pro de 16 pulgadas (406 mm) para armas de la plataforma AR-15 de calibre 5,56x45 mm OTAN. Producido por Ballistic Advantage.", "63dbd45917fff4dee40fe16e Name": "", "63dbd45917fff4dee40fe16e ShortName": "", "63dbd45917fff4dee40fe16e Description": "", @@ -10673,12 +10673,12 @@ "6529302b8c26af6326029fb7 Name": "Cartucho de 6,8x51 mm - SIG FMJ", "6529302b8c26af6326029fb7 ShortName": "FMJ", "6529302b8c26af6326029fb7 Description": "Munición de 6,8x51 mm (.277 FURY) SIG Elite Ball FMJ - Es un cartucho civil para fusil, con un proyectil de 135 granos, producido por SIG Sauer.", - "6529348224cbe3c74a05e5c4 Name": "Adaptador de culata Stock Locking Hinge Assembly para MPX/MCX", - "6529348224cbe3c74a05e5c4 ShortName": "SIG SLHA", - "6529348224cbe3c74a05e5c4 Description": "Un adaptador a culata plegable para los fusiles y subfusiles SIG. Producido por SIG Sauer.", - "6529366450dc782999054ba0 Name": "Tubo amortiguador Low Profile Tube para MPX/MCX (Coyote Tan)", + "6529348224cbe3c74a05e5c4 Name": "Adaptador de culata SIG Sauer Locking Stock Hinge Assembly", + "6529348224cbe3c74a05e5c4 ShortName": "SIG LSHA", + "6529348224cbe3c74a05e5c4 Description": "Un adaptador para la instalación del tubo amortiguador Stock Adapter Low Profile Tube a cuerpos con interfaz de raíl 1913. Producido por SIG Sauer.", + "6529366450dc782999054ba0 Name": "Tubo amortiguador SIG Sauer Stock Adapter Low Profile Tube (Coyote Tan)", "6529366450dc782999054ba0 ShortName": "Tubo SIG LPT", - "6529366450dc782999054ba0 Description": "Un adaptador de culata a tubo amortiguador plegable para las plataformas AR de fusiles y subfusiles SIG. Producido por SIG Sauer. Versión de color Coyote Tan.", + "6529366450dc782999054ba0 Description": "Un tubo amortiguador para el adaptador de culata Locking Stock Hinge Assembly, para las plataformas AR de fusiles y subfusiles SIG. Producido por SIG Sauer. Versión de color Coyote Tan.", "6529370c405a5f51dd023db8 Name": "Culata Magpul MOE SL-K para AR-15 (Coyote Tan)", "6529370c405a5f51dd023db8 ShortName": "MOE SL-K", "6529370c405a5f51dd023db8 Description": "Una culata de separación rápida para fusiles AR-15/M16 con tubo amortiguador tipo Mil-Spec. Producido por Magpul Original Equipment. Versión de color Coyote Tan.", @@ -10811,9 +10811,9 @@ "655c669103999d3c810c025b Name": "Figura de Sectario", "655c669103999d3c810c025b ShortName": "Sectario", "655c669103999d3c810c025b Description": "Una figura Tarko coleccionable de un Sectario. El artesano ha retratado con mucho cuidado a estos desconocidos individuos encapuchados. Se ha prestado una atención especial al inusual cuchillo. Al parecer, el autor tiene experiencias de primera mano con el filo de este cuchillo.", - "655c66e40b2de553b618d4b8 Name": "Figura del político Mutkevich", - "655c66e40b2de553b618d4b8 ShortName": "Mutkevich", - "655c66e40b2de553b618d4b8 Description": "Una figura Tarko coleccionable del político llamado Mutkevich. El artesano desconocido quedó impresionado en cómo el expolítico y actual combatiente del Equipo de Limpieza de la Arena lucha por su vida.", + "655c66e40b2de553b618d4b8 Name": "Figura del político Mutkévich", + "655c66e40b2de553b618d4b8 ShortName": "Mutkévich", + "655c66e40b2de553b618d4b8 Description": "Una figura Tarko coleccionable del político llamado Mutkévich. El artesano desconocido quedó impresionado en cómo el expolítico y actual combatiente del Equipo de Limpieza de la Arena lucha por su vida.", "655c673673a43e23e857aebd Name": "Figura de Scav", "655c673673a43e23e857aebd ShortName": "Scav", "655c673673a43e23e857aebd Description": "Una figura Tarko coleccionable de un Scav. Un artesano desconocido decidió retratar una representación habitual de los Scavs en Streets of Tarkov. Es difícil determinar qué fue lo que impresionó más al autor: el inolvidable sombrero o la diligencia con la que el Scav intenta apuntar.", @@ -12374,9 +12374,9 @@ "658420d8085fea07e674cdb6 Name": "Cuerpo de civil", "658420d8085fea07e674cdb6 ShortName": "Cuerpo de civil", "658420d8085fea07e674cdb6 Description": "Cuerpo de civil", - "65ae4f57e343f0acc00824da Name": "PP-19-01 Vityaz Vector VR-LPS left-side charging handle", + "65ae4f57e343f0acc00824da Name": "Guardamano Vector VR-LPS con palanca de montar zurda para PP-19-01 Vityaz", "65ae4f57e343f0acc00824da ShortName": "VR-LPS", - "65ae4f57e343f0acc00824da Description": "VR-LPS is a device that allows for reloading the weapon with the support hand. Installed in place of the gas tube and enables quick and efficient reloading. Manufactured by Vector 7.62.", + "65ae4f57e343f0acc00824da Description": "Un guardamano con un dispositivo VR-LPS que permite la recarga del arma con la mano izquierda. Se instala en lugar del tubo de gases y permite una recarga rápida y eficiente. Producido por Vector 7.62.", "65ca457b4aafb5d7fc0dcb5d Name": "Kukri Táctico United Cutlery M48", "65ca457b4aafb5d7fc0dcb5d ShortName": "Kukri M48", "65ca457b4aafb5d7fc0dcb5d Description": "Un kukri táctico de la serie 48 producido por United Cutlery. Cuenta con una hoja de acero inoxidable y mango de goma. ¡Una gran adición al arsenal de cualquier superviviente!", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "Zapatilla Viibiin", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "Una sola zapatilla de la marca Viibiin. Me pregunto, ¿dónde estará la otra...?", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Llave ajustable Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Una llave ajustable de la marca Inseq en color azul cerúleo, que semeja las frías profundidades del cielo siberiano. La combinación perfecta de fiabilidad con simplicidad funcional.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13676,114 +13676,114 @@ "671d8b8c0959c721a50ca838 Name": "Cargador de 12 cartuchos .45 ACP para HK USP Tactical", "671d8b8c0959c721a50ca838 ShortName": "USP45T", "671d8b8c0959c721a50ca838 Description": "Un cargador con capacidad para 12 cartuchos de calibre .45 ACP, para la versión especial de la pistola HK USP, la USP Tactical.", - "673b3f977038192ee006aa09 Name": "Bare ceiling", - "673b3f977038192ee006aa09 ShortName": "Bare ceiling", - "673b3f977038192ee006aa09 Description": "Nothing special. Luckily there are no spider webs. Unless?", + "673b3f977038192ee006aa09 Name": "Techo descubierto", + "673b3f977038192ee006aa09 ShortName": "Techo descubierto", + "673b3f977038192ee006aa09 Description": "Nada especial. Es una suerte que no hay telarañas. Por lo menos...", "673c7b00cbf4b984b5099181 Name": "", "673c7b00cbf4b984b5099181 ShortName": "", "673c7b00cbf4b984b5099181 Description": "", "673cab3e03c6a20581028bc1 Name": "Fusil de francotirador de cerrojo Sako TRG M10 de .338 Lapua Magnum", "673cab3e03c6a20581028bc1 ShortName": "TRG M10", "673cab3e03c6a20581028bc1 Description": "El TRG M10 es un fusil de francotirador de cerrojo de precisión con recámara para el cartucho .338 Lapua Magnum. El TRG M10 es una plataforma extremadamente versátil: puede convertirse fácilmente de un fusil de largo alcance a un arma más compacta. El fusil está diseñado para ser empleado por el ejército, la policía y diversas fuerzas especiales de varios países. Producido por Sako, que forma parte de la compañía tenedora Beretta Defense Technologies.", - "673cb212e695740be0047a46 Name": "Sako TRG M10 chassis", + "673cb212e695740be0047a46 Name": "Cuerpo para Sako TRG M10", "673cb212e695740be0047a46 ShortName": "TRG M10", - "673cb212e695740be0047a46 Description": "Standard chassis with a folding stock for the TRG M10 sniper rifle, manufactured by Sako.", - "673cb4054ff4aa8f86076f4a Name": "Sako TRG M10 .338 LM bolt assembly", + "673cb212e695740be0047a46 Description": "Un cuerpo estándar con culata plegable para el fusil de francotirador TRG M10, producido por Sako.", + "673cb4054ff4aa8f86076f4a Name": "Cerrojo para Sako TRG M10 de .338 LM", "673cb4054ff4aa8f86076f4a ShortName": "M10 .338LM", - "673cb4054ff4aa8f86076f4a Description": "A .338 Lapua Magnum bolt assembly for the Sako TRG M10 sniper rifle.", - "673cb491280680de5e02ff36 Name": "Sako TRG M10 .338 LM receiver", - "673cb491280680de5e02ff36 ShortName": "M10 .338LM", - "673cb491280680de5e02ff36 Description": "A standard .338 Lapua Magnum receiver for the TRG M10 sniper rifle. Manufactured by Sako.", - "673cb51e093e0ea7fd0b8746 Name": "Sako TRG M10 scope mount", - "673cb51e093e0ea7fd0b8746 ShortName": "M10 SM", - "673cb51e093e0ea7fd0b8746 Description": "A universal rail for mounting various sights on the TRG M10 sniper rifle. Manufactured by Sako.", - "673cb551093e0ea7fd0b874a Name": "Sako TRG M10 .338 LM 23.5 inch barrel", - "673cb551093e0ea7fd0b874a ShortName": "M10 23.5\" .338LM", - "673cb551093e0ea7fd0b874a Description": "A 23.5 inch (597mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "673cb5d1280680de5e02ff3b Name": "Sako TRG M10 15 inch handguard assembly", + "673cb4054ff4aa8f86076f4a Description": "Un cerrojo de calibre .338 Lapua Magnum para el fusil de francotirador Sako TRG M10.", + "673cb491280680de5e02ff36 Name": "Cuerpo superior para Sako TRG M10 de .338 LM", + "673cb491280680de5e02ff36 ShortName": "C.S. M10 .338LM", + "673cb491280680de5e02ff36 Description": "Un cuerpo superior estándar de calibre .338 Lapua Magnum, para el fusil de francotirador TRG M10. Producido por Sako.", + "673cb51e093e0ea7fd0b8746 Name": "Montura de miras para Sako TRG M10", + "673cb51e093e0ea7fd0b8746 ShortName": "M. M10", + "673cb51e093e0ea7fd0b8746 Description": "Una montura de raíl universal para la instalación de diversas miras y ópticas en el fusil de francotirador TRG M10. Producida por Sako.", + "673cb551093e0ea7fd0b874a Name": "Cañón de 23,5 pulgadas para Sako TRG M10 de .338 LM", + "673cb551093e0ea7fd0b874a ShortName": "M10 23,5\" .338LM", + "673cb551093e0ea7fd0b874a Description": "Un cañón de 23,5 pulgadas (597 mm) para el fusil de francotirador TRG M10 con recámara para el calibre .338 Lapua Magnum. Producido por Sako.", + "673cb5d1280680de5e02ff3b Name": "Guardamano conjunto de 15 pulgadas para Sako TRG M10", "673cb5d1280680de5e02ff3b ShortName": "M10 15\"", - "673cb5d1280680de5e02ff3b Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "673cb81f5b1511adb10cd326 Name": "Sako TRG M10 grip pad", - "673cb81f5b1511adb10cd326 ShortName": "M10 pad", - "673cb81f5b1511adb10cd326 Description": "A standard-issue padded grip for the TRG M10 sniper rifle, manufactured by Sako. Comes with a hex and torx key set for quick access.", - "673cbdfad0453ba50c0f76d6 Name": "Sako TRG M10 .338 LM 8-round magazine", + "673cb5d1280680de5e02ff3b Description": "Un guardamano conjunto de 15 pulgadas de largo para el fusil de francotirador TRG M10, equipado con una interfaz finlandesa para montar aditamentos adicionales. Producido por Sako.", + "673cb81f5b1511adb10cd326 Name": "Empuñadura acolchada para Sako TRG M10", + "673cb81f5b1511adb10cd326 ShortName": "E. M10", + "673cb81f5b1511adb10cd326 Description": "Una empuñadura acolchada estándar para el fusil de francotirador TRG M10, producida por Sako. Incluye un juego de llaves hexagonales y Torx para acceso rápido.", + "673cbdfad0453ba50c0f76d6 Name": "Cargador de 8 cartuchos .338 LM para Sako TRG M10", "673cbdfad0453ba50c0f76d6 ShortName": "M10 .338", - "673cbdfad0453ba50c0f76d6 Description": "An 8-round .338 Lapua Magnum magazine for the TRG M10 sniper rifle, manufactured by Sako.", - "673dd5f73f92dc7e120d20a9 Name": "Sako TRG short length rail", - "673dd5f73f92dc7e120d20a9 ShortName": "TRG short", - "673dd5f73f92dc7e120d20a9 Description": "A short length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673dd617912f68467c0615b6 Name": "Sako TRG medium length rail", - "673dd617912f68467c0615b6 ShortName": "TRG med", - "673dd617912f68467c0615b6 Description": "A medium length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673ddbb567c759b3c90e5f76 Name": "Sako TRG M10 rear hook", - "673ddbb567c759b3c90e5f76 ShortName": "M10 hook", - "673ddbb567c759b3c90e5f76 Description": "A rail cover for the TRG M10 sniper rifle buttstock. Manufactured by Sako.", - "673f0a38259f5945d70e43a6 Name": "Ase Utra SL7i-BL BoreLock .338 LM sound suppressor", + "673cbdfad0453ba50c0f76d6 Description": "Un cargador con capacidad para 8 cartuchos de calibre .338 Lapua Magnum, para el fusil de francotirador TRG M10. Producido por Sako.", + "673dd5f73f92dc7e120d20a9 Name": "Raíl de tamaño corto para Sako TRG", + "673dd5f73f92dc7e120d20a9 ShortName": "TRG Corto", + "673dd5f73f92dc7e120d20a9 Description": "Un raíl corto de guardamano para instalar equipamiento adicional en los fusiles de francotirador de la serie TRG. Producido por Sako.", + "673dd617912f68467c0615b6 Name": "Raíl de tamaño mediano para Sako TRG", + "673dd617912f68467c0615b6 ShortName": "TRG Med.", + "673dd617912f68467c0615b6 Description": "Un raíl mediano de guardamano para instalar equipamiento adicional en los fusiles de francotirador de la serie TRG. Producido por Sako.", + "673ddbb567c759b3c90e5f76 Name": "Gancho posterior para Sako TRG M10", + "673ddbb567c759b3c90e5f76 ShortName": "G. M10", + "673ddbb567c759b3c90e5f76 Description": "Una cubierta de raíl para la culata del fusil de francotirador TRG M10. Producida por Sako.", + "673f0a38259f5945d70e43a6 Name": "Silenciador Ase Utra SL7i-BL BoreLock de .338 LM", "673f0a38259f5945d70e43a6 ShortName": "SL7i-BL .338", - "673f0a38259f5945d70e43a6 Description": "The SL7i-BL sound suppressor, installed on compatible BoreLock muzzle brakes. Manufactured by Ase Utra.", - "673f0a9370a3ddcf0d0ee0b8 Name": "Sako TRG PGM Precision .338 LM sound suppressor", + "673f0a38259f5945d70e43a6 Description": "El silenciador SL7i-BL se instala en los frenos de boca BoreLock compatibles. Producido por Ase Utra.", + "673f0a9370a3ddcf0d0ee0b8 Name": "Silenciador PGM Precision de .338 LM para Sako TRG", "673f0a9370a3ddcf0d0ee0b8 ShortName": "PGM .338", - "673f0a9370a3ddcf0d0ee0b8 Description": "A sound suppressor manufactured by PGM Precision, designed to fit .338 Lapua Magnum weapons.", - "673f0b36536d64240f01acd6 Name": "CGS Hekate DT .338 LM sound suppressor", + "673f0a9370a3ddcf0d0ee0b8 Description": "Un silenciador producido por PGM Precision, diseñado para armamento de calibre .338 Lapua Magnum.", + "673f0b36536d64240f01acd6 Name": "Silenciador CGS Hekate DT de .338 LM", "673f0b36536d64240f01acd6 ShortName": "Hekate DT .338", - "673f0b36536d64240f01acd6 Description": "The Hekate DT .338 LM suppressor boasts great noise and flash reduction for large caliber rifles. Manufactured by CGS Group.", - "673f3ef1259f5945d70e43a8 Name": "Ase Utra BoreLock .338 LM muzzle brake", + "673f0b36536d64240f01acd6 Description": "El silenciador Hekate DT de .338 Lapua Magnum ofrece una excelente reducción de ruido y fogonazo para fusiles de gran calibre. Producido por CGS Group.", + "673f3ef1259f5945d70e43a8 Name": "Freno de boca Ase Utra BoreLock de .338 LM", "673f3ef1259f5945d70e43a8 ShortName": "BoreLock .338", - "673f3ef1259f5945d70e43a8 Description": "A muzzle brake manufactured by Ase Utra for .338 LM (8.6x70). Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with BoreLock-type sound suppressors.", - "673f3f2f40aeca974e0b5c66 Name": "Ase Utra BoreLock thread protector", - "673f3f2f40aeca974e0b5c66 ShortName": "BoreLock thr.", - "673f3f2f40aeca974e0b5c66 Description": "A threading protection cap for Ase Utra BoreLock muzzle brakes.", - "673f3f5eef7545280c00f026 Name": "Sako TRG .338 LM thread protector", - "673f3f5eef7545280c00f026 ShortName": "TRG thr.", - "673f3f5eef7545280c00f026 Description": "A threading protection cap for the Sako TRG .338 LM rifle barrel.", - "673f3f9840aeca974e0b5c68 Name": "Sako TRG Coretac CoreBrake .338 LM muzzle brake", + "673f3ef1259f5945d70e43a8 Description": "Un freno de boca de calibre .338 Lapua Magnum (8,6x70 mm), producido por Ase Utra. Reduce el retroceso y contrarresta el ascenso del cañón al disparar. Este freno de boca está roscado y es compatible con los silenciadores tipo BoreLock.", + "673f3f2f40aeca974e0b5c66 Name": "Bocacha protectora de rosca Ase Utra BoreLock", + "673f3f2f40aeca974e0b5c66 ShortName": "B.P.BoreLock", + "673f3f2f40aeca974e0b5c66 Description": "Una bocacha protectora de rosca para los frenos de boca Ase Utra BoreLock.", + "673f3f5eef7545280c00f026 Name": "Bocacha protectora de rosca para Sako TRG de .338 LM", + "673f3f5eef7545280c00f026 ShortName": "B.P. TRG", + "673f3f5eef7545280c00f026 Description": "Una bocacha protectora de rosca para el cañón del fusil Sako TRG de calibre .338 Lapua Magnum.", + "673f3f9840aeca974e0b5c68 Name": "Freno de boca Coretac CoreBrake de .338 LM para Sako TRG", "673f3f9840aeca974e0b5c68 ShortName": "CoreBrake .338", - "673f3f9840aeca974e0b5c68 Description": "A .338 LM muzzle brake for the TRG sniper rifle. Manufactured by Coretac Solutions.", - "673f4046259f5945d70e43ab Name": "Sako TRG 22/42/M10 .338 LM muzzle brake", + "673f3f9840aeca974e0b5c68 Description": "Un freno de boca de calibre .338 Lapua Magnum para el fusil de francotirador TRG. Producido por Coretac Solutions.", + "673f4046259f5945d70e43ab Name": "Freno de boca para Sako TRG 22/42/M10 de .338 LM", "673f4046259f5945d70e43ab ShortName": "TRG .338", - "673f4046259f5945d70e43ab Description": "A TRG .338 LM sniper rifle muzzle brake, manufactured by Sako.", - "67405d760098dcb5940ea1a6 Name": "Sako TRG M10 .338 LM 20 inch barrel", + "673f4046259f5945d70e43ab Description": "Un freno de boca para el fusil TRG de calibre .338 Lapua Magnum, producido por Sako.", + "67405d760098dcb5940ea1a6 Name": "Cañón de 20 pulgadas para Sako TRG M10 de .338 LM", "67405d760098dcb5940ea1a6 ShortName": "M10 20\" .338LM", - "67405d760098dcb5940ea1a6 Description": "A 20 inch (508mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405e3b83ac5c69ae025406 Name": "Sako TRG M10 .338 LM 27 inch barrel", + "67405d760098dcb5940ea1a6 Description": "Un cañón de 20 pulgadas (508 mm) para el fusil de francotirador TRG M10 con recámara para el calibre .338 Lapua Magnum. Producido por Sako.", + "67405e3b83ac5c69ae025406 Name": "Cañón de 27 pulgadas para Sako TRG M10 de .338 LM", "67405e3b83ac5c69ae025406 ShortName": "M10 27\" .338LM", - "67405e3b83ac5c69ae025406 Description": "A 27 inch (685mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405ef125beb509e8070276 Name": "Sako TRG M10 11 inch handguard assembly", + "67405e3b83ac5c69ae025406 Description": "Un cañón de 27 pulgadas (685 mm) para el fusil de francotirador TRG M10 con recámara para el calibre .338 Lapua Magnum. Producido por Sako.", + "67405ef125beb509e8070276 Name": "Guardamano conjunto de 11 pulgadas para Sako TRG M10", "67405ef125beb509e8070276 ShortName": "M10 11\"", - "67405ef125beb509e8070276 Description": "An 11 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "67405fd0812f476fb2020066 Name": "Sako TRG M10 M-LOK 15 inch handguard assembly", + "67405ef125beb509e8070276 Description": "Un guardamano conjunto de 11 pulgadas de largo para el fusil de francotirador TRG M10, equipado con una interfaz finlandesa para montar aditamentos adicionales. Producido por Sako.", + "67405fd0812f476fb2020066 Name": "Guardamano conjunto M-LOK de 15 pulgadas para Sako TRG M10", "67405fd0812f476fb2020066 ShortName": "M10 15\" M-LOK", - "67405fd0812f476fb2020066 Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with an M-LOK interface for mounting additional equipment. Manufactured by Sako.", - "674078c4a9c9adf0450d59f9 Name": "Opened case", - "674078c4a9c9adf0450d59f9 ShortName": "Case", - "674078c4a9c9adf0450d59f9 Description": "This case contains several sealed boxes.", - "67408903268737ef6908d432 Name": "Contraband box", - "67408903268737ef6908d432 ShortName": "Contraband", - "67408903268737ef6908d432 Description": "A box containing contraband cargo from Peacekeeper. Opening it might not be a good idea.", - "67409848d0b2f8eb9b034db9 Name": "Sealed box", - "67409848d0b2f8eb9b034db9 ShortName": "Sealed box", - "67409848d0b2f8eb9b034db9 Description": "The box is sealed to protect its contents. A multitool is required to open it.", - "674098588466ebb03408b210 Name": "Opened box", - "674098588466ebb03408b210 ShortName": "Box", - "674098588466ebb03408b210 Description": "This box can't hold much, but now you can see what's inside.", - "6740987b89d5e1ddc603f4f0 Name": "Locked case", - "6740987b89d5e1ddc603f4f0 ShortName": "Locked case", - "6740987b89d5e1ddc603f4f0 Description": "The contents are unknown, but you'll need a key to open it.", - "67449b6c89d5e1ddc603f504 Name": "Case key", - "67449b6c89d5e1ddc603f504 ShortName": "Case key", - "67449b6c89d5e1ddc603f504 Description": "A key suitable for opening most standard cases.", - "67458730df3c1da90b0b052b Name": "5.11 Tactical RUSH 100 backpack (Black)", + "67405fd0812f476fb2020066 Description": "Un guardamano conjunto de 15 pulgadas de largo para el fusil de francotirador TRG M10, equipado con una interfaz M-LOK para montar aditamentos adicionales. Producido por Sako.", + "674078c4a9c9adf0450d59f9 Name": "Maletín abierto", + "674078c4a9c9adf0450d59f9 ShortName": "Maletín", + "674078c4a9c9adf0450d59f9 Description": "Este maletín contiene varias cajas selladas.", + "67408903268737ef6908d432 Name": "Caja de contrabando", + "67408903268737ef6908d432 ShortName": "Contrabando", + "67408903268737ef6908d432 Description": "Una caja que contiene contrabando de Peacekeeper. Quizás abrirla no sea una buena idea.", + "67409848d0b2f8eb9b034db9 Name": "Caja sellada", + "67409848d0b2f8eb9b034db9 ShortName": "Caja sellada", + "67409848d0b2f8eb9b034db9 Description": "La caja está sellada para proteger su contenido. Se requiere de una herramienta multiuso para abrirla.", + "674098588466ebb03408b210 Name": "Caja abierta", + "674098588466ebb03408b210 ShortName": "Caja", + "674098588466ebb03408b210 Description": "Esta caja no puede contener mucho, pero ahora puedes ver lo que hay dentro.", + "6740987b89d5e1ddc603f4f0 Name": "Maletín cerrado", + "6740987b89d5e1ddc603f4f0 ShortName": "Maletín cerrado", + "6740987b89d5e1ddc603f4f0 Description": "El contenido es desconocido, pero necesitarás una llave para abrirlo.", + "67449b6c89d5e1ddc603f504 Name": "Llave de maletín", + "67449b6c89d5e1ddc603f504 ShortName": "Maletín", + "67449b6c89d5e1ddc603f504 Description": "Una llave adecuada para abrir la mayoría de maletines comunes.", + "67458730df3c1da90b0b052b Name": "Mochila 5.11 Tactical RUSH 100 (Negra)", "67458730df3c1da90b0b052b ShortName": "RUSH 100", - "67458730df3c1da90b0b052b Description": "A tactical backpack with a complex modular system. The arrangement of internal compartments and side straps makes the RUSH 100 a highly versatile backpack that can be adapted to any combat situation.", - "67458794e21e5d724e066976 Name": "LBT-1476A 3Day Pack (MultiCam Alpine)", + "67458730df3c1da90b0b052b Description": "Una mochila táctica con un complejo sistema modular. La disposición de los compartimentos internos y las correas laterales hacen de la RUSH 100 una mochila muy versátil capaz de adaptarse a cualquier situación de combate.", + "67458794e21e5d724e066976 Name": "Mochila LBT-1476A 3Day Pack (MultiCam Alpine)", "67458794e21e5d724e066976 ShortName": "LBT-1476A", - "67458794e21e5d724e066976 Description": "A medium-size 3-day backpack designed for both military and tourist use. Manufactured by London Bridge Trading. MultiCam Alpine version.", + "67458794e21e5d724e066976 Description": "Una mochila de tamaño mediano de tres días, diseñada tanto para uso militar como turístico. Producida por London Bridge Trading. Versión con camuflaje MultiCam Alpine.", "6745895717824b1ec20570a6 Name": "Casco 6B47 Ratnik-BSh (Cobertura EMR Ártica)", "6745895717824b1ec20570a6 ShortName": "6B47 EMRA", "6745895717824b1ec20570a6 Description": "El 6B47 es un casco de aramida, hecho en Rusia. Al ser parte del programa Ratnik, es el nuevo casco estándar en la mayoría de unidades de las Fuerzas Armadas Rusas. El 6B47 es similar a la generación anterior de cascos como el 6B7-1M y 6B27. Tiene la misma protección, su peso fue reducido, es capaz de flotar sobre el agua y tiene monturas para equipar linternas y dispositivos de visión nocturna. El casco puede ser equipado con una amplia variedad de coberturas para diferentes entornos. Equipado con una cobertura de camuflaje EMR ártico (Flora Digital).", - "674589d98dd67746010329e6 Name": "Spiritus Systems Bank Robber chest rig (MultiCam Alpine)", + "674589d98dd67746010329e6 Name": "Chaleco táctico Spiritus Systems Bank Robber (MultiCam Alpine)", "674589d98dd67746010329e6 ShortName": "Bank Robber", - "674589d98dd67746010329e6 Description": "An ultra-compact and lightweight chest rig for mobility and comfort. Manufactured by Spiritus Systems. MultiCam Alpine camouflage version, for all your winter LARP needs.", + "674589d98dd67746010329e6 Description": "Un chaleco táctico extremadamente compacto y ligero para proporcionar movilidad y comodidad. Producido por Spiritus Systems. Versión con camuflaje MultiCam Alpine, para todas tus necesidades de LARP invernal.", "6746fd09bafff85008048838 Name": "Chapa de identificación BEAR", "6746fd09bafff85008048838 ShortName": "BEAR", "6746fd09bafff85008048838 Description": "Las chapas de identificación militares sirven para identificar rápidamente a los heridos y los fallecidos en combate. Esta pertenecía a un operador PMC BEAR que atravesó por el infierno de Tarkov desde el comienzo.", @@ -13808,72 +13808,72 @@ "67499adbeca8acb2d2061634 Name": "Cargamento para Prapor", "67499adbeca8acb2d2061634 ShortName": "Cargamento", "67499adbeca8acb2d2061634 Description": "Un envío desde fuera del bloqueo que Prapor está esperando. Juzgando por el peso, parece venir medio vacío.", - "67499b3eeca8acb2d2061636 Name": "Lightkeeper's case", - "67499b3eeca8acb2d2061636 ShortName": "Case", - "67499b3eeca8acb2d2061636 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499b9b909d2013670a5029 Name": "KOSA UAV electronic jamming device", + "67499b3eeca8acb2d2061636 Name": "Maletín de Lightkeeper", + "67499b3eeca8acb2d2061636 ShortName": "Maletín", + "67499b3eeca8acb2d2061636 Description": "Por lo que parece, el maletín está lleno de algo pesado, como proyectiles OFZ u otras municiones.", + "67499b9b909d2013670a5029 Name": "Dispositivo de interferencia electrónica KOSA contra UAV", "67499b9b909d2013670a5029 ShortName": "KOSA", - "67499b9b909d2013670a5029 Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", - "67499d0eeca8acb2d2061639 Name": "Incriminating letter", - "67499d0eeca8acb2d2061639 ShortName": "Letter", - "67499d0eeca8acb2d2061639 Description": "A letter from the BTR driver. Apparently, the information inside could put serious pressure on Skier.", - "67499d2c69a58fceba104a43 Name": "Lightkeeper's case", - "67499d2c69a58fceba104a43 ShortName": "Case", - "67499d2c69a58fceba104a43 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499d4deca8acb2d206163b Name": "KOSA UAV electronic jamming device", + "67499b9b909d2013670a5029 Description": "Un dispositivo diseñado para suprimir los sistemas de guiado de los vehículos aéreos no tripulados (UAV). Ayuda a proteger cualquier instalación de forma segura contra ataques aéreos.", + "67499d0eeca8acb2d2061639 Name": "Carta incriminadora", + "67499d0eeca8acb2d2061639 ShortName": "Carta", + "67499d0eeca8acb2d2061639 Description": "Una carta del conductor del BTR. Al parecer, la información en su interior podría poner a Skier en grave peligro.", + "67499d2c69a58fceba104a43 Name": "Maletín de Lightkeeper", + "67499d2c69a58fceba104a43 ShortName": "Maletín", + "67499d2c69a58fceba104a43 Description": "Por lo que parece, el maletín está lleno de algo pesado, como proyectiles OFZ u otras municiones.", + "67499d4deca8acb2d206163b Name": "Dispositivo de interferencia electrónica KOSA contra UAV", "67499d4deca8acb2d206163b ShortName": "KOSA", - "67499d4deca8acb2d206163b Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", + "67499d4deca8acb2d206163b Description": "Un dispositivo diseñado para suprimir los sistemas de guiado de los vehículos aéreos no tripulados (UAV). Ayuda a proteger cualquier instalación de forma segura contra ataques aéreos.", "6749c40822a2740bb408d066 Name": "Cargador de tambor de 50 cartuchos 9x19 mm F5 MFG para PP-19-01", "6749c40822a2740bb408d066 ShortName": "PP19 F5", "6749c40822a2740bb408d066 Description": "Un cargador de tambor con capacidad para 50 cartuchos de 9x19 mm, para el subfusil PP-19-01 Vityaz. Producido por F5 MFG.", - "674d5e287075e056160e0176 Name": "Velociraptor polymer handguard", - "674d5e287075e056160e0176 ShortName": "Vel HG", - "674d5e287075e056160e0176 Description": "A polymer handguard for the Velociraptor assault rifle. A modified version of the Tapco AK handguard based on the Galil AR handguard, designed to be installed over the suppressor shroud, preventing possible injury to the shooter's hands during firing.", + "674d5e287075e056160e0176 Name": "Guardamano de polímero para Velociraptor", + "674d5e287075e056160e0176 ShortName": "Guard. Vel.", + "674d5e287075e056160e0176 Description": "Un guardamano de polímero para el fusil de asalto Velociraptor. Es una versión modificada del guardamano Tapco AK basado en el guardamano Galil AR, diseñado para ser instalado sobre la cubierta del silenciador, lo que evita la posibilidad de lesiones en las manos del tirador durante el disparo.", "674d6121c09f69dfb201a888 Name": "Fusil de asalto Aklys Defense Velociraptor de .300 Blackout", "674d6121c09f69dfb201a888 ShortName": "Velociraptor .300 BLK", "674d6121c09f69dfb201a888 Description": "Una versión especial basada en el fusil de asalto AK con recámara para el calibre .300 Blackout, producido por Aklys Defense. Reemplaza el cañón estándar por un cañón modificado con silenciador integrado, el cual ha conseguido una firma sonora significativamente reducida.", "674d90b55704568fe60bc8f5 Name": "Daga de puño Akula", "674d90b55704568fe60bc8f5 ShortName": "Akula", "674d90b55704568fe60bc8f5 Description": "Tan peligrosa como el pez que lleva su nombre.", - "674d91ce6e862d5a95059ed6 Name": "6B13 M assault armor (Christmas Edition)", - "674d91ce6e862d5a95059ed6 ShortName": "6B13 CE", - "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", - "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", + "674d91ce6e862d5a95059ed6 Name": "Chaleco balístico 6B13 M de asalto (Edición Navideña)", + "674d91ce6e862d5a95059ed6 ShortName": "6B13 E.N.", + "674d91ce6e862d5a95059ed6 Description": "Killa rediseñó su chaleco balístico para celebrar la Navidad y el Año Nuevo. Ahora el chaleco es más visible, pero Killa nunca ha sido de los que hacen operaciones encubiertas.", + "674da107c512807d1a0e7436 Name": "Mochila Mystery Ranch Terraframe (Verde Oliva)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached horns, this backpack used to belong to a hunter.", - "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe backpack (Christmas Edition)", - "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", - "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", + "674da107c512807d1a0e7436 Description": "Una mochila cómoda y espaciosa para su volumen, que siguió siendo popular incluso en tiempos de guerra. A juzgar por las astas que lleva, esta mochila pertenecía a un cazador.", + "674da9cf0cb4bcde7103c07b Name": "Mochila Mystery Ranch Terraframe (Edición Navideña)", + "674da9cf0cb4bcde7103c07b ShortName": "Terraframe E.N.", + "674da9cf0cb4bcde7103c07b Description": "Alguien ha decorado el modelo estándar de la mochila Terraframe para la Navidad. El peso no ha cambiado mucho, pero ir a una incursión se ha vuelto un poco... ¿más alegre?", "674dbf593bee1152d407f005 Name": "Chapa de identificación (Prestigio 1)", "674dbf593bee1152d407f005 ShortName": "Chapa", "674dbf593bee1152d407f005 Description": "Una chapa de identificación especial con bordes de goma que sirve para identificar rápidamente a los heridos y fallecidos en combate. Un indicador del alto estatus del operador PMC.", - "674fe57721a9aa6be6045b96 Name": "SOK-12 Chaos Titan Quad Rail handguard", + "674fe57721a9aa6be6045b96 Name": "Guardamano Chaos Titan Quad Rail para SOK-12", "674fe57721a9aa6be6045b96 ShortName": "Titan Quad Rail", - "674fe57721a9aa6be6045b96 Description": "A lightweight handguard from the Titan Quad Rail System for Saiga shotguns. Manufactured by Chaos.", - "674fe89a4472d471fb0f07d8 Name": "SOK-12 Chaos Titan Quad Rail handguard top cover", + "674fe57721a9aa6be6045b96 Description": "Un guardamano ligero del sistema Titan Quad Rail para las escopetas Saiga. Producido por Chaos.", + "674fe89a4472d471fb0f07d8 Name": "Cubierta del guardamano Chaos Titan Quad Rail para SOK-12", "674fe89a4472d471fb0f07d8 ShortName": "Titan QRTC", - "674fe89a4472d471fb0f07d8 Description": "A handguard top rail for the Titan Quad Rail System, manufactured by Chaos.", - "674fe8b9362ea1f88b0e278d Name": "SOK-12 Chaos Titan receiver top rail", - "674fe8b9362ea1f88b0e278d ShortName": "Titan TR", - "674fe8b9362ea1f88b0e278d Description": "A receiver top rail for the Titan Quad Rail System, manufactured by Chaos.", - "674fe8cf4472d471fb0f07df Name": "Chaos HK Style rear sight", - "674fe8cf4472d471fb0f07df ShortName": "Chaos RS", - "674fe8cf4472d471fb0f07df Description": "A rear sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", - "674fe8dd362ea1f88b0e2792 Name": "Chaos HK Style front sight", - "674fe8dd362ea1f88b0e2792 ShortName": "Chaos FS", - "674fe8dd362ea1f88b0e2792 Description": "A front sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", + "674fe89a4472d471fb0f07d8 Description": "Un raíl superior de guardamano para el sistema Titan Quad Rail, producido por Chaos.", + "674fe8b9362ea1f88b0e278d Name": "Guardapolvo Chaos Titan con raíl para SOK-12", + "674fe8b9362ea1f88b0e278d ShortName": "Guardp. Titan", + "674fe8b9362ea1f88b0e278d Description": "Un guardapolvo con raíl para el sistema Titan Quad Rail, producido por Chaos.", + "674fe8cf4472d471fb0f07df Name": "Alza Chaos estilo HK", + "674fe8cf4472d471fb0f07df ShortName": "A. Chaos", + "674fe8cf4472d471fb0f07df Description": "Un alza inspirada en las populares miras metálicas de Heckler & Koch, producido por Chaos.", + "674fe8dd362ea1f88b0e2792 Name": "Punto de mira Chaos estilo HK", + "674fe8dd362ea1f88b0e2792 ShortName": "P.M. Chaos", + "674fe8dd362ea1f88b0e2792 Description": "Un punto de mira inspirada en las populares miras metálicas de Heckler & Koch, producido por Chaos.", "674fe8f6f34d761ab8020cc8 Name": "Cargador de tambor de 20 cartuchos Cal. 12 MD Arms para SOK-12", "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", "674fe8f6f34d761ab8020cc8 Description": "Un cargador de tambor MD Arms con capacidad para 20 cartuchos de calibre 12, para la escopeta SOK-12 y armamento compatible. Diseñado tanto para cartuchos de calibre 12/76 como 12/70.", "674fe9a75e51f1c47c04ec23 Name": "Escopeta automática Saiga-12K de Cal. 12", - "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K FA", + "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K Auto.", "674fe9a75e51f1c47c04ec23 Description": "Una versión de la escopeta de ánima lisa Saiga-12K, que permite disparar de forma totalmente automática. Menuda bestia.", "675069c97348af9e3e0c2a96 Name": "bear_upper_SpNa", "675069c97348af9e3e0c2a96 ShortName": "", "675069c97348af9e3e0c2a96 Description": "", - "67506a0bf31909748c0dcdb6 Name": "BEAR Nord", + "67506a0bf31909748c0dcdb6 Name": "Nord BEAR", "67506a0bf31909748c0dcdb6 ShortName": "", - "67506a0bf31909748c0dcdb6 Description": "Bomber jacket", + "67506a0bf31909748c0dcdb6 Description": "Chamarra", "67506abae23c30f949061906 Name": "", "67506abae23c30f949061906 ShortName": "", "67506abae23c30f949061906 Description": "", @@ -13883,151 +13883,151 @@ "67506f51caaa3394b2082166 Name": "bear_lower_spna", "67506f51caaa3394b2082166 ShortName": "", "67506f51caaa3394b2082166 Description": "", - "67506fe494cadd62770abbe6 Name": "BEAR Nord", + "67506fe494cadd62770abbe6 Name": "Nord BEAR", "67506fe494cadd62770abbe6 ShortName": "", - "67506fe494cadd62770abbe6 Description": "Field pants", + "67506fe494cadd62770abbe6 Description": "Pantalones de campo", "6750704650f7ea9dc604afc6 Name": "", "6750704650f7ea9dc604afc6 ShortName": "", "6750704650f7ea9dc604afc6 Description": "", "6750707dc1b42fa2ee09aeb6 Name": "", "6750707dc1b42fa2ee09aeb6 ShortName": "", "6750707dc1b42fa2ee09aeb6 Description": "", - "675070a550f7ea9dc604afc7 Name": "USEC Deadly Frog", + "675070a550f7ea9dc604afc7 Name": "Deadly Frog USEC", "675070a550f7ea9dc604afc7 ShortName": "", - "675070a550f7ea9dc604afc7 Description": "Tactical pants", + "675070a550f7ea9dc604afc7 Description": "Pantalones tácticos", "675071099170ae7dd00d4216 Name": "", "675071099170ae7dd00d4216 ShortName": "", "675071099170ae7dd00d4216 Description": "", - "6750713a65b30e16220465d6 Name": "USEC Deadly Frog", + "6750713a65b30e16220465d6 Name": "Deadly Frog USEC", "6750713a65b30e16220465d6 ShortName": "", - "6750713a65b30e16220465d6 Description": "Tactical jacket", + "6750713a65b30e16220465d6 Description": "Chaqueta táctica", "675184a9490b32072c06f1a7 Name": "OK", "675184a9490b32072c06f1a7 ShortName": "OK", - "675184a9490b32072c06f1a7 Description": "Now you can show the other PMCs that you're okay.", - "675198f2a34a61ba7f053e4d Name": "Rock", - "675198f2a34a61ba7f053e4d ShortName": "Rock", - "675198f2a34a61ba7f053e4d Description": "The easiest gesture for those who fail to decide which one to go with. Or for the Rock mains, if those exist.", - "6751990a490b32072c06f1b3 Name": "Scissors", - "6751990a490b32072c06f1b3 ShortName": "Scissors", - "6751990a490b32072c06f1b3 Description": "For the Scissors mains.", + "675184a9490b32072c06f1a7 Description": "Ahora puedes mostrar a los otros PMC que te encuentras bien.", + "675198f2a34a61ba7f053e4d Name": "Piedra", + "675198f2a34a61ba7f053e4d ShortName": "Piedra", + "675198f2a34a61ba7f053e4d Description": "La opción más fácil para aquellos que no logran decidir entre papel o tijeras. O para los que prefieren la piedra, si es que existen...", + "6751990a490b32072c06f1b3 Name": "Tijeras", + "6751990a490b32072c06f1b3 ShortName": "Tijeras", + "6751990a490b32072c06f1b3 Description": "Para los que prefieren las tijeras.", "67519925ba5968fd800a01e4 Name": "Papel", "67519925ba5968fd800a01e4 ShortName": "Paper", "67519925ba5968fd800a01e4 Description": "Para los que prefieren el papel.", - "67519adaba5968fd800a01f0 Name": "Thumbs down", + "67519adaba5968fd800a01f0 Name": "Pulgar abajo", "67519adaba5968fd800a01f0 ShortName": "", "67519adaba5968fd800a01f0 Description": "", - "67519afca34a61ba7f053e5c Name": "Thumbs up", + "67519afca34a61ba7f053e5c Name": "Pulgar arriba", "67519afca34a61ba7f053e5c ShortName": "", "67519afca34a61ba7f053e5c Description": "", - "67519b21ba5968fd800a01f5 Name": "Greet", + "67519b21ba5968fd800a01f5 Name": "Saludar", "67519b21ba5968fd800a01f5 ShortName": "", "67519b21ba5968fd800a01f5 Description": "", - "67519b33490b32072c06f1c4 Name": "Hold", + "67519b33490b32072c06f1c4 Name": "Espera", "67519b33490b32072c06f1c4 ShortName": "", "67519b33490b32072c06f1c4 Description": "", - "67519b48ba5968fd800a01fa Name": "There", + "67519b48ba5968fd800a01fa Name": "Ahí", "67519b48ba5968fd800a01fa ShortName": "", "67519b48ba5968fd800a01fa Description": "", - "67519b66490b32072c06f1c9 Name": "Follow me", + "67519b66490b32072c06f1c9 Name": "Sígueme", "67519b66490b32072c06f1c9 ShortName": "", "67519b66490b32072c06f1c9 Description": "", - "67519b77a34a61ba7f053e67 Name": "Flip off", + "67519b77a34a61ba7f053e67 Name": "Peineta", "67519b77a34a61ba7f053e67 ShortName": "", "67519b77a34a61ba7f053e67 Description": "", - "675307301f7c19a9780f2668 Name": "AR-15 Magpul B.A.D. Lever bolt release", + "675307301f7c19a9780f2668 Name": "Liberador de cerrojo Magpul B.A.D. Lever para AR-15", "675307301f7c19a9780f2668 ShortName": "B.A.D.", - "675307301f7c19a9780f2668 Description": "The Battery Assist Device Lever for the AR-15 platform and compatibles. Allows to release the bolt into battery from the right side of the rifle, making it easier to operate the weapon for left-handed shooters. Manufactured by Magpul.", - "675465f0b784110b2702fe0f Name": "Bare concrete", - "675465f0b784110b2702fe0f ShortName": "Bare concrete", - "675465f0b784110b2702fe0f Description": "Perfect flooring for those who appreciate simplicity. And those who never take their shoes off.", - "6754661924c9a7ccb509d62d Name": "Chalk drawings", - "6754661924c9a7ccb509d62d ShortName": "Chalk drawings", - "6754661924c9a7ccb509d62d Description": "How did these drawings even get here? You should probably improve your security system.", - "6754662cc6e063d76309c607 Name": "Linoleum", - "6754662cc6e063d76309c607 ShortName": "Linoleum", - "6754662cc6e063d76309c607 Description": "Has a warm, familiar feel to it. It bounces underfoot and looks nice.", - "6754666c76e1f2b24c0cc956 Name": "Laminate", - "6754666c76e1f2b24c0cc956 ShortName": "Laminate", - "6754666c76e1f2b24c0cc956 Description": "A good coating that requires little maintenance. Practical and stylish.", - "675466825b7ebafefd0ebc2c Name": "Luxury flooring", - "675466825b7ebafefd0ebc2c ShortName": "Luxury flooring", - "675466825b7ebafefd0ebc2c Description": "Is it actual marble or is it merely pretending to be? Either way, be careful: marble floors are usually very slippery.", + "675307301f7c19a9780f2668 Description": "Una palanca Battery Assist Device Lever para la plataforma AR-15 y compatibles. Permite liberar el cerrojo hacia la recámara desde el lado derecho del fusil, lo que facilita la manipulación del arma para tiradores zurdos. Producida por Magpul.", + "675465f0b784110b2702fe0f Name": "Hormigón descubierto", + "675465f0b784110b2702fe0f ShortName": "Hormigón descubierto", + "675465f0b784110b2702fe0f Description": "El suelo perfecto para quienes aprecian la sencillez y nunca se quitan los zapatos.", + "6754661924c9a7ccb509d62d Name": "Dibujos con tiza", + "6754661924c9a7ccb509d62d ShortName": "Dibujos con tiza", + "6754661924c9a7ccb509d62d Description": "¿Cómo han llegado estos dibujos aquí? Será mejor que mejores tu sistema de seguridad.", + "6754662cc6e063d76309c607 Name": "Linóleo", + "6754662cc6e063d76309c607 ShortName": "Linóleo", + "6754662cc6e063d76309c607 Description": "Tiene una sensación cálida y familiar. Rebota un poco bajo los pies y tiene un aspecto agradable.", + "6754666c76e1f2b24c0cc956 Name": "Laminado", + "6754666c76e1f2b24c0cc956 ShortName": "Laminado", + "6754666c76e1f2b24c0cc956 Description": "Un buen revestimiento que requiere poco mantenimiento. Práctico y elegante.", + "675466825b7ebafefd0ebc2c Name": "Piso de lujo", + "675466825b7ebafefd0ebc2c ShortName": "Piso de lujo", + "675466825b7ebafefd0ebc2c Description": "¿Será mármol de verdad o solo es imitación? En cualquier caso, ten cuidado: los pisos de mármol suelen ser muy resbaladizos.", "675466a8215930ae4c03ac54 Name": "Piso de fábrica", "675466a8215930ae4c03ac54 ShortName": "Piso de fábrica", "675466a8215930ae4c03ac54 Description": "Una solución brillante para una planta de producción, pero un tanto cuestionable para un espacio habitable. Pero, ¿quiénes somos nosotros para detenerte?", "675466bcc6e063d76309c609 Name": "Azulejos pequeños", "675466bcc6e063d76309c609 ShortName": "Azulejos pequeños", "675466bcc6e063d76309c609 Description": "Mechanic compartió su estilo favorito. Lástima que no avisó antes de que estos pisos son muy complicados de limpiar.", - "675466d57dadca6836092b26 Name": "English herringbone", - "675466d57dadca6836092b26 ShortName": "English herringbone", - "675466d57dadca6836092b26 Description": "Your grandma probably had the same flooring. Or your friend's grandma. Either way, it looks good.", + "675466d57dadca6836092b26 Name": "Espina de pez", + "675466d57dadca6836092b26 ShortName": "Espina de pez", + "675466d57dadca6836092b26 Description": "Probablemente tu abuela tenía el mismo piso. O la abuela de tu amigo. Mira, como sea, se ve bien.", "675466ea8b3797a0e8038bd2 Name": "Parquet", "675466ea8b3797a0e8038bd2 ShortName": "Parquet", - "675466ea8b3797a0e8038bd2 Description": "Classic parquet. Wood and lacquer - nothing extra.", - "6754673ec6e063d76309c60b Name": "They're Already Here", - "6754673ec6e063d76309c60b ShortName": "They're Already Here", - "6754673ec6e063d76309c60b Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "675467577dadca6836092b28 Name": "Concrete", - "675467577dadca6836092b28 ShortName": "Concrete", - "675467577dadca6836092b28 Description": "Fully exposed walls for brutalism lovers.", + "675466ea8b3797a0e8038bd2 Description": "Parquet clásico. Madera y laca, nada más.", + "6754673ec6e063d76309c60b Name": "Ellos Ya Están Aquí", + "6754673ec6e063d76309c60b ShortName": "Ellos Ya Están Aquí", + "6754673ec6e063d76309c60b Description": "Si ves fijamente estos dibujos durante mucho tiempo, da la sensación que te devuelven la mirada.", + "675467577dadca6836092b28 Name": "Hormigón", + "675467577dadca6836092b28 ShortName": "Hormigón", + "675467577dadca6836092b28 Description": "Paredes totalmente expuestas, para los amantes del brutalismo.", "675467728b3797a0e8038bd4 Name": "Pintura azul", "675467728b3797a0e8038bd4 ShortName": "Pintura azul", "675467728b3797a0e8038bd4 Description": "Para los que prefieren el color azul. Se cree que el azul es un color que calma el sistema nervioso. Con paredes como estas, deberías poder dormir mejor. Una buena cerradura en la puerta también ayudaría bastante.", - "675467aa81067119a10938cb Name": "Bricks", - "675467aa81067119a10938cb ShortName": "Bricks", - "675467aa81067119a10938cb Description": "For those who want to turn their Hideout into a trendy loft. Exposing the brick and removing layers of plaster takes quite a bit of effort. Hopefully, it's worth it.", - "675467bb5b7ebafefd0ebc2e Name": "Orange paint", - "675467bb5b7ebafefd0ebc2e ShortName": "Orange paint", - "675467bb5b7ebafefd0ebc2e Description": "A fun color to elevate your mood. Or to go completely insane in a cheerful way.", - "675467c924c9a7ccb509d62f Name": "Quiet Luxury", - "675467c924c9a7ccb509d62f ShortName": "Quiet Luxury", - "675467c924c9a7ccb509d62f Description": "The luxury of silence. And marble.", - "675467d8b784110b2702fe11 Name": "Red paint", - "675467d8b784110b2702fe11 ShortName": "Red paint", - "675467d8b784110b2702fe11 Description": "For Red mains. If anyone manages to sneak into your Hideout, the blood on the walls won't be as noticeable.", + "675467aa81067119a10938cb Name": "Ladrillos", + "675467aa81067119a10938cb ShortName": "Ladrillos", + "675467aa81067119a10938cb Description": "Para aquellos que quieren convertir su Refugio en un loft moderno. Exponer los ladrillos y retirar las capas de yeso requiere un gran esfuerzo. Con suerte, habrá valido la pena.", + "675467bb5b7ebafefd0ebc2e Name": "Pintura naranja", + "675467bb5b7ebafefd0ebc2e ShortName": "Pintura naranja", + "675467bb5b7ebafefd0ebc2e Description": "Un color divertido para mejorar tu estado de ánimo... o para enloquecer por completo de una manera más alegre.", + "675467c924c9a7ccb509d62f Name": "Lujo Silencioso", + "675467c924c9a7ccb509d62f ShortName": "Lujo Silencioso", + "675467c924c9a7ccb509d62f Description": "El lujo del silencio... y de mármol.", + "675467d8b784110b2702fe11 Name": "Pintura roja", + "675467d8b784110b2702fe11 ShortName": "Pintura roja", + "675467d8b784110b2702fe11 Description": "Para los fanáticos del color rojo. Si alguien logra escabullirse en tu Refugio, la sangre en las paredes no será tan visible.", "675467e643b934b1a7089ad3 Name": "Paredes de fábrica", "675467e643b934b1a7089ad3 ShortName": "Paredes de fábrica", "675467e643b934b1a7089ad3 Description": "¿A quién se le ocurriría decorar su Refugio al estilo de una fábrica industrial? A un extrabajador, obviamente. O a alguien con gustos inusuales.", "675467f4c6e063d76309c60d Name": "Papel tapiz modesto", "675467f4c6e063d76309c60d ShortName": "Papel tapiz modesto", "675467f4c6e063d76309c60d Description": "Una solución infalible. Es una pena que este sea el único estilo de papel tapiz que puedas encontrar.", - "6754684a24c9a7ccb509d631 Name": "Rotten ceiling", - "6754684a24c9a7ccb509d631 ShortName": "Rotten ceiling", - "6754684a24c9a7ccb509d631 Description": "An untidy ceiling for those who don't care about the looks. It doesn't leak, and that's all that matters.", - "6754685b215930ae4c03ac56 Name": "Mysterious drawings", - "6754685b215930ae4c03ac56 ShortName": "Mysterious drawings", - "6754685b215930ae4c03ac56 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "675468937dadca6836092b2a Name": "White ceiling", - "675468937dadca6836092b2a ShortName": "White ceiling", - "675468937dadca6836092b2a Description": "Visually makes the room look larger. A good choice for those who like more air.", - "675468a924c9a7ccb509d633 Name": "Dropped ceiling", - "675468a924c9a7ccb509d633 ShortName": "Dropped ceiling", - "675468a924c9a7ccb509d633 Description": "A non-fake, original production drop ceiling, the good stuff. For those who are particularly sensitive, it may evoke memories of office life from the past.", + "6754684a24c9a7ccb509d631 Name": "Techo podrido", + "6754684a24c9a7ccb509d631 ShortName": "Techo podrido", + "6754684a24c9a7ccb509d631 Description": "Un techo descuidado para quienes no se preocupan por las apariencias. No tiene goteras y eso es lo único que importa.", + "6754685b215930ae4c03ac56 Name": "Dibujos misteriosos", + "6754685b215930ae4c03ac56 ShortName": "Dibujos misteriosos", + "6754685b215930ae4c03ac56 Description": "¿Quién en su sano juicio pintaría algo en el techo? Permanece alerta: uno nunca sabe qué más se les podría ocurrir a estas personas.", + "675468937dadca6836092b2a Name": "Techo blanco", + "675468937dadca6836092b2a ShortName": "Techo blanco", + "675468937dadca6836092b2a Description": "Visualmente, hace que el espacio luzca más grande. Una buena opción para quienes prefieren más aire.", + "675468a924c9a7ccb509d633 Name": "Falso techo", + "675468a924c9a7ccb509d633 ShortName": "Falso techo", + "675468a924c9a7ccb509d633 Description": "Un techo falso que no es falso, es plafón de producción original, lo mejor de lo mejor. Para aquellas personas particularmente sensibles, esto puede evocar recuerdos de la vida pasada en la oficina.", "675468bdb784110b2702fe13 Name": "Techo de fábrica", "675468bdb784110b2702fe13 ShortName": "Techo de fábrica", "675468bdb784110b2702fe13 Description": "Un techo sin mantenimiento, pero resistente. Al mirarlo, sientes un extraño deseo de volver a visitar Factory.", - "675468cb43b934b1a7089ad7 Name": "Gray ceiling", - "675468cb43b934b1a7089ad7 ShortName": "Gray ceiling", - "675468cb43b934b1a7089ad7 Description": "The simplest of ceiling finishes. All the seams are sealed, no stains. It's not very cozy, but it does its main function quite well.", - "675468d8c6e063d76309c60f Name": "Dirty ceiling", - "675468d8c6e063d76309c60f ShortName": "Dirty ceiling", - "675468d8c6e063d76309c60f Description": "Looks like someone tried to whitewash it, but something went wrong. Your grandma's basement must have had one just like it.", - "675695d6e08b3ae7480096bf Name": "BEAR Ghost Marksman", + "675468cb43b934b1a7089ad7 Name": "Techo gris", + "675468cb43b934b1a7089ad7 ShortName": "Techo gris", + "675468cb43b934b1a7089ad7 Description": "El acabado de techo más sencillo. Todas las juntas están selladas, sin manchas. No es muy acogedor, pero cumple su función bastante bien.", + "675468d8c6e063d76309c60f Name": "Techo sucio", + "675468d8c6e063d76309c60f ShortName": "Techo sucio", + "675468d8c6e063d76309c60f Description": "Parece que alguien intentó blanquearlo, pero algo salió mal. Seguramente había uno igual en el sótano de tu abuela.", + "675695d6e08b3ae7480096bf Name": "Ghost Marksman BEAR", "675695d6e08b3ae7480096bf ShortName": "", "675695d6e08b3ae7480096bf Description": "", - "6756960dbe1cb7ec47002236 Name": "BEAR Gorka SSO", + "6756960dbe1cb7ec47002236 Name": "Gorka SSO BEAR", "6756960dbe1cb7ec47002236 ShortName": "", "6756960dbe1cb7ec47002236 Description": "", - "675696574737376d69020746 Name": "BEAR MGS", + "675696574737376d69020746 Name": "MGS BEAR", "675696574737376d69020746 ShortName": "", "675696574737376d69020746 Description": "", - "675696bb7a69ab97c30a09f6 Name": "BEAR Instructor", + "675696bb7a69ab97c30a09f6 Name": "Instructor BEAR", "675696bb7a69ab97c30a09f6 ShortName": "", "675696bb7a69ab97c30a09f6 Description": "Polo", - "675697337a69ab97c30a09f8 Name": "BEAR Instructor", + "675697337a69ab97c30a09f8 Name": "Instructor BEAR", "675697337a69ab97c30a09f8 ShortName": "", - "675697337a69ab97c30a09f8 Description": "Combat pants", - "675697b09fe31e6df7031b26 Name": "USEC BOSS Delta", + "675697337a69ab97c30a09f8 Description": "Pantalones de combate", + "675697b09fe31e6df7031b26 Name": "BOSS Delta USEC", "675697b09fe31e6df7031b26 ShortName": "", "675697b09fe31e6df7031b26 Description": "", "675697fad588566bce0da766 Name": "usec_lower_commando", @@ -14036,40 +14036,40 @@ "675698339fe31e6df7031b28 Name": "", "675698339fe31e6df7031b28 ShortName": "", "675698339fe31e6df7031b28 Description": "", - "675698eafb0f45813a055a36 Name": "USEC Special Ops", + "675698eafb0f45813a055a36 Name": "Special Ops USEC", "675698eafb0f45813a055a36 ShortName": "", - "675698eafb0f45813a055a36 Description": "Longsleeve", - "6756997970afee6336051976 Name": "USEC Special Ops", + "675698eafb0f45813a055a36 Description": "Manga larga", + "6756997970afee6336051976 Name": "Special Ops USEC", "6756997970afee6336051976 ShortName": "", - "6756997970afee6336051976 Description": "Combat pants", + "6756997970afee6336051976 Description": "Pantalones de combate", "6756d0d27c4045d8c708a4ea Name": "", "6756d0d27c4045d8c708a4ea ShortName": "", "6756d0d27c4045d8c708a4ea Description": "", "6756d0f97c4045d8c708a4ec Name": "", "6756d0f97c4045d8c708a4ec ShortName": "", "6756d0f97c4045d8c708a4ec Description": "", - "675843aef98f37560b029094 Name": "Sunshine", - "675843aef98f37560b029094 ShortName": "Sunshine", - "675843aef98f37560b029094 Description": "A charming ceiling for those who don't like the outdoors. Why leave the house when you can just paint the sun on the ceiling?", - "6758443ff94a97cbbe096f18 Name": "Standard floor", - "6758443ff94a97cbbe096f18 ShortName": "Standard floor", - "6758443ff94a97cbbe096f18 Description": "The floor that came with the Hideout. If it's cleaned up, it would look \"okay\".", - "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", - "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", - "675844580ec1f5ab030c8ff6 Description": "Something like this is used in kindergartens, apparently. Walking on this barefoot would feel great.", - "675844bdf94a97cbbe096f1a Name": "Standard walls", - "675844bdf94a97cbbe096f1a ShortName": "Standard walls", - "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", - "675844d50ec1f5ab030c8ff8 Name": "Kindergarten", - "675844d50ec1f5ab030c8ff8 ShortName": "Kindergarten", - "675844d50ec1f5ab030c8ff8 Description": "For those who wish to dive back into childhood. Each hare and butterfly are hand-painted. A real master's work.", + "675843aef98f37560b029094 Name": "Luz del sol", + "675843aef98f37560b029094 ShortName": "Luz del sol", + "675843aef98f37560b029094 Description": "Un techo encantador para quienes no les gusta el aire libre. ¿Para qué salir de casa cuando puedes pintar el sol en el techo?", + "6758443ff94a97cbbe096f18 Name": "Piso estándar", + "6758443ff94a97cbbe096f18 ShortName": "Piso estándar", + "6758443ff94a97cbbe096f18 Description": "El piso que venía con el Refugio. Si lo limpias, se verá \"bien\"...", + "675844580ec1f5ab030c8ff6 Name": "Césped sintético", + "675844580ec1f5ab030c8ff6 ShortName": "Césped sintético", + "675844580ec1f5ab030c8ff6 Description": "Un suelo para caminar exclusivamente descalzo. Sin embargo, solo parece césped real desde lejos.", + "675844bdf94a97cbbe096f1a Name": "Paredes estándar", + "675844bdf94a97cbbe096f1a ShortName": "Paredes estándar", + "675844bdf94a97cbbe096f1a Description": "Las paredes básicas de un ciudadano común de Tarkov. Recuerda un poco a un antiguo hospital soviético.", + "675844d50ec1f5ab030c8ff8 Name": "Tranquilidad", + "675844d50ec1f5ab030c8ff8 ShortName": "Tranquilidad", + "675844d50ec1f5ab030c8ff8 Description": "Para aquellos que buscan paz y tranquilidad. Cada liebre y mariposa están pintadas a mano. Una auténtica obra de arte.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", "675845ecb96fa6b76c075a39 Name": "", "675845ecb96fa6b76c075a39 ShortName": "", "675845ecb96fa6b76c075a39 Description": "", - "67584eda8b8204ec00019362 Name": "Random", + "67584eda8b8204ec00019362 Name": "Al azar", "67584eda8b8204ec00019362 ShortName": "", "67584eda8b8204ec00019362 Description": "", "6758501933627edb710b058c Name": "Factory", @@ -14081,159 +14081,159 @@ "67585083ff58ff0e7909e440 Name": "The Lab", "67585083ff58ff0e7909e440 ShortName": "", "67585083ff58ff0e7909e440 Description": "", - "675850ba33627edb710b0592 Name": "The Unheard", + "675850ba33627edb710b0592 Name": "Los Inauditos", "675850ba33627edb710b0592 ShortName": "", "675850ba33627edb710b0592 Description": "", "67585108def253bd97084552 Name": "/ CyberTark /", "67585108def253bd97084552 ShortName": "CyberTark", - "67585108def253bd97084552 Description": "The future is now. Or was it No Future?", - "67585bf5428877c04c038ee3 Name": "Bear target", - "67585bf5428877c04c038ee3 ShortName": "Bear target", - "67585bf5428877c04c038ee3 Description": "Know your enemy.", - "67585cf55ec257bf740a446f Name": "Hog target", - "67585cf55ec257bf740a446f ShortName": "Hog target", - "67585cf55ec257bf740a446f Description": "A target for real hunters. Making Jaeger proud.", - "67585d161840a37ff10ebdd1 Name": "Bottle target", - "67585d161840a37ff10ebdd1 ShortName": "Bottle target", - "67585d161840a37ff10ebdd1 Description": "Let's see what kind of a shot you are, pilgrim. Take a crack at this bottle.", - "67585d2cd7a2703986067e99 Name": "Colored target", - "67585d2cd7a2703986067e99 ShortName": "Colored target", - "67585d2cd7a2703986067e99 Description": "A contrast of sectors allows you to shoot more accurately.", - "67585d416c72998cf60ed85a Name": "Standard target", - "67585d416c72998cf60ed85a ShortName": "Standard target", - "67585d416c72998cf60ed85a Description": "A target for the most precise.", - "67585d6ab032beb9b5097e96 Name": "Duck target", - "67585d6ab032beb9b5097e96 ShortName": "Duck target", - "67585d6ab032beb9b5097e96 Description": "A target that brings some variety to shooting practice.", - "67586af7036d7f3da60c3612 Name": "Jar of pickles", - "67586af7036d7f3da60c3612 ShortName": "Pickles", - "67586af7036d7f3da60c3612 Description": "The jar has been sealed either a few months or a few years ago. There's hardly anyone left in the city who would waste time making fresh pickles.", - "67586b7e49c2fa592e0d8ed9 Name": "Olivier salad box", - "67586b7e49c2fa592e0d8ed9 ShortName": "Salad", - "67586b7e49c2fa592e0d8ed9 Description": "Even during a military conflict, experienced warriors strive to celebrate the holiday. Olivier salad is the mainstay of the New Year's Eve table.", + "67585108def253bd97084552 Description": "El futuro es ahora. ¿O qué acaso no era Sin Futuro?...", + "67585bf5428877c04c038ee3 Name": "Objetivo de oso", + "67585bf5428877c04c038ee3 ShortName": "Objetivo de oso", + "67585bf5428877c04c038ee3 Description": "Conoce a tu enemigo.", + "67585cf55ec257bf740a446f Name": "Objetivo de jabalí", + "67585cf55ec257bf740a446f ShortName": "Objetivo de jabalí", + "67585cf55ec257bf740a446f Description": "Un objetivo para los verdaderos cazadores. Enorgulleces a Jaeger.", + "67585d161840a37ff10ebdd1 Name": "Objetivo de botella", + "67585d161840a37ff10ebdd1 ShortName": "Objetivo de botella", + "67585d161840a37ff10ebdd1 Description": "Veamos qué tipo de tirador eres, peregrino. Prueba con esta botella.", + "67585d2cd7a2703986067e99 Name": "Objetivo de colores", + "67585d2cd7a2703986067e99 ShortName": "Objetivo de colores", + "67585d2cd7a2703986067e99 Description": "Un contraste de sectores permite disparar con mayor precisión.", + "67585d416c72998cf60ed85a Name": "Objetivo estándar", + "67585d416c72998cf60ed85a ShortName": "Objetivo estándar", + "67585d416c72998cf60ed85a Description": "Un objetivo para los más precisos.", + "67585d6ab032beb9b5097e96 Name": "Objetivo de pato", + "67585d6ab032beb9b5097e96 ShortName": "Objetivo de pato", + "67585d6ab032beb9b5097e96 Description": "Un objetivo que aporta algo de variedad a la práctica de tiro.", + "67586af7036d7f3da60c3612 Name": "Frasco de pepinillos", + "67586af7036d7f3da60c3612 ShortName": "Pepinillos", + "67586af7036d7f3da60c3612 Description": "El frasco lleva sellado unos pocos meses o unos pocos años. Ya casi no queda nadie en la ciudad que se tome el tiempo preparando pepinillos frescos.", + "67586b7e49c2fa592e0d8ed9 Name": "Paquete de ensalada Olivier", + "67586b7e49c2fa592e0d8ed9 ShortName": "Ensalada", + "67586b7e49c2fa592e0d8ed9 Description": "Incluso durante un conflicto militar, los guerreros experimentados se esfuerzan por celebrar las festividades. La ensalada Olivier es el plato principal de la mesa en la víspera del Año Nuevo. Y aunque este platillo se le conoce con nombres como Ensalada rusa o Ensaladilla rusa, su nombre original es Ensalada Olivier.", "67586bee39b1b82b0d0f9d06 Name": "Combustible especial de 40 grados", "67586bee39b1b82b0d0f9d06 ShortName": "Comb.", "67586bee39b1b82b0d0f9d06 Description": "Incluso la gasolina puede fallar en condiciones de frío extremo. Por eso es necesario utilizar algo más fuerte en exteriores.", "67586c61a0c49554ed0bb4a8 Name": "Extensor de vida para árboles de Navidad SHYSHKA", "67586c61a0c49554ed0bb4a8 ShortName": "SHYSHKA", "67586c61a0c49554ed0bb4a8 Description": "Un producto especial diseñado para conservar los árboles de Navidad cortados.", - "675956062f6ddfe8ff0e2806 Name": "MTEK FLUX Ballistic helmet (MultiCam Alpine)", + "675956062f6ddfe8ff0e2806 Name": "Casco MTEK FLUX Ballistic (MultiCam Alpine)", "675956062f6ddfe8ff0e2806 ShortName": "FLUX", - "675956062f6ddfe8ff0e2806 Description": "A version of the MTEK STRIKE helmet with extended modularity. MultiCam Alpine version.", - "6759655674aa5e0825040d62 Name": "MTEK FLUX Ballistic helmet (Olive Drab)", + "675956062f6ddfe8ff0e2806 Description": "Una versión del casco MTEK STRIKE con modularidad ampliada. Versión con camuflaje MultiCam Alpine.", + "6759655674aa5e0825040d62 Name": "Casco MTEK FLUX Ballistic (Verde Oliva)", "6759655674aa5e0825040d62 ShortName": "FLUX", - "6759655674aa5e0825040d62 Description": "A version of the MTEK STRIKE helmet with extended modularity. Olive Drab version.", - "67597ceea35600b4c10cea86 Name": "MTEK STRIKE Ballistic helmet (Coyote)", + "6759655674aa5e0825040d62 Description": "Una versión del casco MTEK STRIKE con modularidad ampliada. Versión de color Verde Oliva.", + "67597ceea35600b4c10cea86 Name": "Casco MTEK STRIKE Ballistic (Coyote)", "67597ceea35600b4c10cea86 ShortName": "STRIKE", - "67597ceea35600b4c10cea86 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote version.", - "67597d241d5a44f2f605df06 Name": "MTEK STRIKE Ballistic helmet (Coyote/MultiCam Arid)", + "67597ceea35600b4c10cea86 Description": "Un casco ergonómico ligero producido por MTEK. Versión de color Coyote.", + "67597d241d5a44f2f605df06 Name": "Casco MTEK STRIKE Ballistic (Coyote/MultiCam Arid)", "67597d241d5a44f2f605df06 ShortName": "STRIKE", - "67597d241d5a44f2f605df06 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote/MultiCam Arid version.", + "67597d241d5a44f2f605df06 Description": "Un casco ergonómico ligero producido por MTEK. Versión con camuflaje Coyote/MultiCam Arid.", "675994c9f7adb892bd080766 Name": "bear_lower_spna", "675994c9f7adb892bd080766 ShortName": "", "675994c9f7adb892bd080766 Description": "", "67599500a378f89a3e089b56 Name": "bear_upper_g99", "67599500a378f89a3e089b56 ShortName": "", "67599500a378f89a3e089b56 Description": "", - "67599889a378f89a3e089b5a Name": "BEAR Winter", + "67599889a378f89a3e089b5a Name": "Winter BEAR", "67599889a378f89a3e089b5a ShortName": "", - "67599889a378f89a3e089b5a Description": "Tactical pants", - "675998aba378f89a3e089b5c Name": "BEAR Winter", + "67599889a378f89a3e089b5a Description": "Pantalones tácticos", + "675998aba378f89a3e089b5c Name": "Winter BEAR", "675998aba378f89a3e089b5c ShortName": "", - "675998aba378f89a3e089b5c Description": "Tactical jacket", - "6759af0f9c8a538dd70bfae6 Name": "Maska-1SCh bulletproof helmet (Christmas Edition)", - "6759af0f9c8a538dd70bfae6 ShortName": "Maska-1SCh CE", - "6759af0f9c8a538dd70bfae6 Description": "The Maska-1 bulletproof protective helmet appeared in service in 1991 as a replacement for the \"Sphere\" helmet, designed for use by the Ministry of Internal Affairs of the Russian Federation armed forces. The Maska-1SCh (\"Mask-1 Shield\") modification features a bulletproof steel faceshield to ensure maximum protection of the user's face. Looks like Killa loves to celebrate Christmas and New Year.", - "6759bb94b8913ff13e049669 Name": "What You Seek poster", - "6759bb94b8913ff13e049669 ShortName": "Poster", - "6759bb94b8913ff13e049669 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "6759e07e4ff23436160d7fed Name": "I Bear Loot poster", - "6759e07e4ff23436160d7fed ShortName": "Poster", - "6759e07e4ff23436160d7fed Description": "A rare I Bear Loot poster. Very few BEAR operators can get one of these.", - "6759e19a8367ee2b0c0f4b92 Name": "Girl poster", - "6759e19a8367ee2b0c0f4b92 ShortName": "Poster", - "6759e19a8367ee2b0c0f4b92 Description": "A simple poster of a girl. Perfect for a rest area.", - "6759e61067c8eb5cd10352f1 Name": "Girl poster", - "6759e61067c8eb5cd10352f1 ShortName": "Poster", - "6759e61067c8eb5cd10352f1 Description": "A simple poster of a girl. A little weathered in some spots, but still pleasing to the eye.", - "6759e6c39422e1708e0e9b81 Name": "Girl poster", - "6759e6c39422e1708e0e9b81 ShortName": "Poster", - "6759e6c39422e1708e0e9b81 Description": "A simple poster of a girl. So simple that every man in Tarkov had probably seen it at least once.", - "6759e7a44ff23436160d7ff5 Name": "Girl poster", - "6759e7a44ff23436160d7ff5 ShortName": "Poster", - "6759e7a44ff23436160d7ff5 Description": "A simple poster of a girl. Not perfect condition, but it's doubtful you could find a better one.", - "6759e8b1c3102563bd01c985 Name": "Girl poster", - "6759e8b1c3102563bd01c985 ShortName": "Poster", - "6759e8b1c3102563bd01c985 Description": "A rare poster of a girl. It is said that someone pawned five gold teeth for one of these. Who they used to belong to is not stated.", - "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", - "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", - "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", - "675a0288c3102563bd01c9c3 Name": "Bison vs Undertaker poster", - "675a0288c3102563bd01c9c3 ShortName": "Poster", - "675a0288c3102563bd01c9c3 Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", - "675a046b8f547d6cae01922e Name": "Arena poster", - "675a046b8f547d6cae01922e ShortName": "Poster", - "675a046b8f547d6cae01922e Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", - "675a04c01474133a0d0bb212 Name": "Arena poster", - "675a04c01474133a0d0bb212 ShortName": "Poster", - "675a04c01474133a0d0bb212 Description": "A poster advertising making money in the Arena. Sure, you can make money, but you can also die.", - "675a04fdb8913ff13e0496bb Name": "Killa and Tagilla poster", - "675a04fdb8913ff13e0496bb ShortName": "Poster", - "675a04fdb8913ff13e0496bb Description": "A poster with Killa and Tagila as anime girls. If only they were real.", - "675a06b84ff23436160d802f Name": "Alex Green poster", - "675a06b84ff23436160d802f ShortName": "Poster", - "675a06b84ff23436160d802f Description": "A poster of the avant-garde composer Alex Green. His music is multifaceted and unique, so much so that the world's leading media wrote about him. People used to pay huge sums of money to visit his concerts.", - "675a081c1474133a0d0bb214 Name": "Things Sure Are Strange poster", - "675a081c1474133a0d0bb214 ShortName": "Poster", - "675a081c1474133a0d0bb214 Description": "A rare poster of the movie which was never released. Director N. Tankovsky said in an interview that the story would be about a young security guard who began to notice mystical strange things going on in Tarkov.", - "675a0a91af26c56ee1090728 Name": "TerraGroup Labs advertisement", - "675a0a91af26c56ee1090728 ShortName": "Poster", - "675a0a91af26c56ee1090728 Description": "At one point, the whole Tarkov was flooded with advertisements like this. But for some reason this particular poster is subtly different.", - "675a0b8d4ff23436160d8031 Name": "Geneburn concert advertisement", - "675a0b8d4ff23436160d8031 ShortName": "Poster", - "675a0b8d4ff23436160d8031 Description": "A rare poster. The concert was held overseas. Why were these posters put up all over Tarkov? No one knows to this day, but conspiracy theories are rampant.", - "675a0d2d57dd12f0260c4a31 Name": "Exodus poster", - "675a0d2d57dd12f0260c4a31 ShortName": "Poster", - "675a0d2d57dd12f0260c4a31 Description": "A regular poster of yet another movie from the director A. Bambetov.", - "675a0eacf905bde03d0f8253 Name": "Den of Wolves poster", - "675a0eacf905bde03d0f8253 ShortName": "Poster", - "675a0eacf905bde03d0f8253 Description": "A regular poster for the unreleased movie Den of Wolves. Nothing special, just a wolf.", - "675a0fbbb98bf391510bafcd Name": "Highway poster", - "675a0fbbb98bf391510bafcd ShortName": "Poster", - "675a0fbbb98bf391510bafcd Description": "An unknown artist tried to envision what a highway will look like in 2028. What is it: a flight of fancy or a subtle warning?", - "675a125caf26c56ee109072a Name": "Hell of Highwater poster", - "675a125caf26c56ee109072a ShortName": "Poster", - "675a125caf26c56ee109072a Description": "A poster for the movie Hell of Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", - "675a191f67c8eb5cd1035305 Name": "Gunfight poster", - "675a191f67c8eb5cd1035305 ShortName": "Poster", - "675a191f67c8eb5cd1035305 Description": "A poster for the action thriller Gunfight from the studio Battle Star. Years ago, cinemas used to have massive waiting lines for movie. Now all that's left are the posters. It's a nice reminder of the old days.", - "675a1a244ff23436160d8033 Name": "Last Flight poster", - "675a1a244ff23436160d8033 ShortName": "Poster", - "675a1a244ff23436160d8033 Description": "The thriller Last Flight did not win any awards, but the box office collected a decent amount of cash. The director of the movie, Yulin Kontorsky, must have been overjoyed.", - "675a1af21474133a0d0bb216 Name": "Spooky Movie poster", - "675a1af21474133a0d0bb216 ShortName": "Poster", - "675a1af21474133a0d0bb216 Description": "The studio Bubble Step did a pretty good job on their debut horror film Spooky Movie. Too bad they didn't have enough imagination for the title.", - "675a1c129422e1708e0e9baa Name": "Vasily poster", - "675a1c129422e1708e0e9baa ShortName": "Poster", - "675a1c129422e1708e0e9baa Description": "The movie Vasily from the legendary director Nikita Bayanov. It held the box office lead for 28 weeks, owing in no small part to its deep and unusual plot.", - "675a1e502eac6c76e104ea1e Name": "RUN poster", - "675a1e502eac6c76e104ea1e ShortName": "Poster", - "675a1e502eac6c76e104ea1e Description": "The poster is not wordy, but straightforward. It'll look great at the front door. Or the exit door?", - "675a1f5c1474133a0d0bb218 Name": "Sharpshooter poster", - "675a1f5c1474133a0d0bb218 ShortName": "Poster", - "675a1f5c1474133a0d0bb218 Description": "The movie Sharpshooter never came out. A real shame. The poster's kinda stylish.", - "675a202b6aaafea7210915fd Name": "The Ambush poster", - "675a202b6aaafea7210915fd ShortName": "Poster", - "675a202b6aaafea7210915fd Description": "A poster of the movie The Ambush. Although, in the end, the audience didn't see anything other than posters.", - "675a20c83fb2de89670113b4 Name": "The Hunted poster", - "675a20c83fb2de89670113b4 ShortName": "Poster", - "675a20c83fb2de89670113b4 Description": "A poster for the unreleased movie The Hunted. Something about this style reminds of... A sequel to another unreleased project?", - "675a213ff905bde03d0f8255 Name": "USEC poster", - "675a213ff905bde03d0f8255 ShortName": "Poster", - "675a213ff905bde03d0f8255 Description": "A poster of the unreleased movie USEC. It seems that this is how they wanted to fill the ranks of PMC operatives.", - "675a99c17b193086ca09e8a9 Name": "Sports target", - "675a99c17b193086ca09e8a9 ShortName": "Sports target", - "675a99c17b193086ca09e8a9 Description": "Just an ordinary target, nothing special.", + "675998aba378f89a3e089b5c Description": "Chaqueta táctica", + "6759af0f9c8a538dd70bfae6 Name": "Casco balístico Maska-1SCh (Edición Navideña)", + "6759af0f9c8a538dd70bfae6 ShortName": "Maska-1SCh E.N.", + "6759af0f9c8a538dd70bfae6 Description": "El casco balístico \"Maska-1\" entró en servicio en 1991 como reemplazo del casco ruso \"Esfera\", diseñado para su uso por las fuerzas armadas del Ministerio de Asuntos Interiores de la Federación de Rusia. Esta versión del casco Maska-1SCh (\"Máscara-1 Escudo\") cuenta con un protector facial balístico de acero para maximizar la protección del usuario. Parece que a Killa le encanta celebrar la Navidad y el Año Nuevo.", + "6759bb94b8913ff13e049669 Name": "Póster de What You Seek", + "6759bb94b8913ff13e049669 ShortName": "Póster", + "6759bb94b8913ff13e049669 Description": "Un póster poco común de What You Seek (Lo Que Buscas). Solo los operadores USEC más intensos pueden conseguirlo.", + "6759e07e4ff23436160d7fed Name": "Póster de I Bear Loot", + "6759e07e4ff23436160d7fed ShortName": "Póster", + "6759e07e4ff23436160d7fed Description": "Un póster poco común de I Bear Loot. Muy pocos operadores BEAR pueden conseguir uno de estos.", + "6759e19a8367ee2b0c0f4b92 Name": "Póster de chica", + "6759e19a8367ee2b0c0f4b92 ShortName": "Póster", + "6759e19a8367ee2b0c0f4b92 Description": "Un póster sencillo de una chica. Perfecto para una zona de descanso.", + "6759e61067c8eb5cd10352f1 Name": "Póster de chica", + "6759e61067c8eb5cd10352f1 ShortName": "Póster", + "6759e61067c8eb5cd10352f1 Description": "Un póster simple de una chica. Un poco deteriorado en algunas partes, pero aún es agradable a la vista.", + "6759e6c39422e1708e0e9b81 Name": "Póster de chica", + "6759e6c39422e1708e0e9b81 ShortName": "Póster", + "6759e6c39422e1708e0e9b81 Description": "Un póster simple de una chica. Tan común que probablemente todos los hombres de Tarkov lo han visto al menos una vez.", + "6759e7a44ff23436160d7ff5 Name": "Póster de chica", + "6759e7a44ff23436160d7ff5 ShortName": "Póster", + "6759e7a44ff23436160d7ff5 Description": "Un póster simple de una chica. No está en perfectas condiciones, pero es poco probable que puedas encontrar uno mejor.", + "6759e8b1c3102563bd01c985 Name": "Póster de chica", + "6759e8b1c3102563bd01c985 ShortName": "Póster", + "6759e8b1c3102563bd01c985 Description": "Un raro póster de una chica. Se dice que alguien empeñó cinco dientes de oro para conseguir uno de estos. ¿A quiénes les pertenecían esos dientes? Nadie lo sabe...", + "6759e91d8367ee2b0c0f4b94 Name": "Póster especial de chica", + "6759e91d8367ee2b0c0f4b94 ShortName": "Póster", + "6759e91d8367ee2b0c0f4b94 Description": "Un póster que se ha convertido en una auténtica leyenda. Solo unas cuantas personas tienen uno de estos.", + "675a0288c3102563bd01c9c3 Name": "Póster de Arena", + "675a0288c3102563bd01c9c3 ShortName": "Póster", + "675a0288c3102563bd01c9c3 Description": "Publicidad descarada para ganar dinero en la Arena. Muchos ciudadanos de Tarkov se dejaron tentar por el dinero fácil, a pesar de arriesgarse a morir.", + "675a046b8f547d6cae01922e Name": "Póster de Bison vs Undertaker", + "675a046b8f547d6cae01922e ShortName": "Póster", + "675a046b8f547d6cae01922e Description": "Un póster de Arena. Representa a los legendarios gladiadores de la época. Fueron tantos Scavs a verlos combatir que no había asientos suficientes en las gradas. Hoy en día, nadie recuerda quién ganó.", + "675a04c01474133a0d0bb212 Name": "Póster de la Arena", + "675a04c01474133a0d0bb212 ShortName": "Póster", + "675a04c01474133a0d0bb212 Description": "Un póster que anuncia cómo ganar dinero en la Arena. Claro, puedes ganar dinero, pero también puedes morir.", + "675a04fdb8913ff13e0496bb Name": "Póster de Killa y Tagilla", + "675a04fdb8913ff13e0496bb ShortName": "Póster", + "675a04fdb8913ff13e0496bb Description": "Un póster con Killa y Tagila como chicas anime. Si tan solo fueran reales...", + "675a06b84ff23436160d802f Name": "Póster de Alex Green", + "675a06b84ff23436160d802f ShortName": "Póster", + "675a06b84ff23436160d802f Description": "Un póster del compositor de vanguardia, Alex Green. Su música es polifacética y única, tanto, que los medios de comunicación más importantes del mundo escribieron sobre él. La gente solía pagar enormes cantidades de dinero para asistir a sus conciertos.", + "675a081c1474133a0d0bb214 Name": "Póster de Cosas Verdaderamente Extrañas", + "675a081c1474133a0d0bb214 ShortName": "Póster", + "675a081c1474133a0d0bb214 Description": "Un raro póster de la película que nunca se publicó. El director N. Tankovsky dijo en una entrevista que la historia trataría sobre un joven guardia de seguridad que comenzó a notar cosas extrañas y místicas que sucedían en Tarkov.", + "675a0a91af26c56ee1090728 Name": "Publicidad de TerraGroup Labs", + "675a0a91af26c56ee1090728 ShortName": "Póster", + "675a0a91af26c56ee1090728 Description": "En un momento dado, todo Tarkov se vio inundado con publicidad como esta, pero por alguna razón, este póster en particular es sutilmente diferente.", + "675a0b8d4ff23436160d8031 Name": "Anuncio del concierto de Geneburn", + "675a0b8d4ff23436160d8031 ShortName": "Póster", + "675a0b8d4ff23436160d8031 Description": "Un póster poco común. El concierto se celebró en el extranjero. ¿Por qué se colocaron todos estos pósteres por todo Tarkov? A día de hoy, nadie lo sabe, pero las teorías conspiranoicas están fuera de control.", + "675a0d2d57dd12f0260c4a31 Name": "Póster de Exodus", + "675a0d2d57dd12f0260c4a31 ShortName": "Póster", + "675a0d2d57dd12f0260c4a31 Description": "Un póster regular de otra película del director A. Bambetov.", + "675a0eacf905bde03d0f8253 Name": "Póster de Den of Wolves", + "675a0eacf905bde03d0f8253 ShortName": "Póster", + "675a0eacf905bde03d0f8253 Description": "Un póster regular de la película inédita Den of Wolves. Nada especial, solo un lobo.", + "675a0fbbb98bf391510bafcd Name": "Póster de autopista", + "675a0fbbb98bf391510bafcd ShortName": "Póster", + "675a0fbbb98bf391510bafcd Description": "Un artista desconocido intentó imaginar cómo lucirá una autopista en el 2028. ¿Qué es: el producto de alguien que dejó volar su imaginación o una advertencia sutil?", + "675a125caf26c56ee109072a Name": "Póster de Hell or Highwater", + "675a125caf26c56ee109072a ShortName": "Póster", + "675a125caf26c56ee109072a Description": "Un póster de la película Hell or Highwater. Las grandes pantallas nunca la proyectaron, pero Tarkov aún conserva bastantes pósteres como decoración.", + "675a191f67c8eb5cd1035305 Name": "Póster de Tiroteo", + "675a191f67c8eb5cd1035305 ShortName": "Póster", + "675a191f67c8eb5cd1035305 Description": "Un póster del thriller de acción Tiroteo del estudio Battle Star. Hace años, en los cines había enormes filas de espera para ver la película. Ahora lo único que queda son los pósteres. Es un bonito recordatorio de los viejos tiempos.", + "675a1a244ff23436160d8033 Name": "Póster de El Último Vuelo", + "675a1a244ff23436160d8033 ShortName": "Póster", + "675a1a244ff23436160d8033 Description": "El thriller El Último Vuelo no ganó ni un premio, pero recaudó una buena cantidad de dinero en taquilla. El director de la película, Yulin Kontorsky, debe haber estado encantado.", + "675a1af21474133a0d0bb216 Name": "Póster de Spooky Movie", + "675a1af21474133a0d0bb216 ShortName": "Póster", + "675a1af21474133a0d0bb216 Description": "El estudio Bubble Step hizo un buen trabajo con su primera película de terror, Spooky Movie. Lástima que no tuvieran suficiente imaginación para el título.", + "675a1c129422e1708e0e9baa Name": "Póster de Vasily", + "675a1c129422e1708e0e9baa ShortName": "Póster", + "675a1c129422e1708e0e9baa Description": "La película Vasily del legendario director Nikita Bayanov se mantuvo en el primer puesto de la taquilla durante 28 semanas, en gran parte gracias a su trama profunda e inusual.", + "675a1e502eac6c76e104ea1e Name": "Póster de RUN", + "675a1e502eac6c76e104ea1e ShortName": "Póster", + "675a1e502eac6c76e104ea1e Description": "El póster no dice mucho, pero es sencillo. Quedará genial en la puerta de entrada... ¿O en la puerta de salida?", + "675a1f5c1474133a0d0bb218 Name": "Póster de Sharpshooter", + "675a1f5c1474133a0d0bb218 ShortName": "Póster", + "675a1f5c1474133a0d0bb218 Description": "La película Sharpshooter nunca se estrenó. Una verdadera lástima. El póster es bastante elegante.", + "675a202b6aaafea7210915fd Name": "Póster de The Ambush", + "675a202b6aaafea7210915fd ShortName": "Póster", + "675a202b6aaafea7210915fd Description": "Un póster de la película The Ambush. Aunque al final, el público no vio nada más allá de los pósteres.", + "675a20c83fb2de89670113b4 Name": "Póster de The Hunted", + "675a20c83fb2de89670113b4 ShortName": "Póster", + "675a20c83fb2de89670113b4 Description": "Un póster de la película sin estrenar The Hunted. Algo en este estilo recuerda a... ¿Una secuela de otro proyecto sin estrenar?", + "675a213ff905bde03d0f8255 Name": "Póster de USEC", + "675a213ff905bde03d0f8255 ShortName": "Póster", + "675a213ff905bde03d0f8255 Description": "Un póster de la película USEC sin estrenar. Parece que así querían llenar las filas de operadores PMC.", + "675a99c17b193086ca09e8a9 Name": "Objetivo deportivo", + "675a99c17b193086ca09e8a9 ShortName": "Objetivo deportivo", + "675a99c17b193086ca09e8a9 Description": "Solo un objetivo común y corriente, nada especial.", "675aaa003107dac10006332f Name": "Mapa de campo minado (Reserve)", "675aaa003107dac10006332f ShortName": "Minas Reserve", "675aaa003107dac10006332f Description": "Alguien dibujó a mano un diagrama del perímetro de la base militar de la Reserva Federal en su parte noroeste. Según las notas, hay un hueco en el campo minado que podría utilizarse para una extracción segura.", @@ -14244,32 +14244,32 @@ "675aaa9a3107dac100063331 ShortName": "Minas Woods", "675aaa9a3107dac100063331 Description": "Alguien dibujó a mano un diagrama del campo minado junto a la vía férrea en la zona de la reserva natural. Al parecer, es posible salir de Priozersk sin problemas cerca del puente ferroviario.", "675aaab74bca0b001d02f356 Name": "Nota con la palabra clave Voron", - "675aaab74bca0b001d02f356 ShortName": "Código Voron", + "675aaab74bca0b001d02f356 ShortName": "Código", "675aaab74bca0b001d02f356 Description": "Parece que \"Voron\" es una especie de código. Si alguien ha manipulado las extracciones de Customs, debe haber dejado el acceso solo para los suyos. La pregunta es, ¿dónde están esas salidas?", "675aaae1dcf102478202c537 Name": "Nota con la palabra clave Onyx", - "675aaae1dcf102478202c537 ShortName": "Código Onyx", + "675aaae1dcf102478202c537 ShortName": "Código", "675aaae1dcf102478202c537 Description": "\"Onyx\". Si no es un garabato al azar, entonces es algún tipo de código. Tal vez uno de los Scavs encontró una nueva ruta de escape para salir de la ciudad, pero solo le permite el acceso a los suyos. En un entorno densamente edificado, una ruta de escape fiable debería ser subterránea.", - "675aaae75a3ab8372d0b02a7 Name": "Nota con la palabra clave Adaptation", - "675aaae75a3ab8372d0b02a7 ShortName": "Código Adaptation", - "675aaae75a3ab8372d0b02a7 Description": "En la nota solo hay una palabra: \"Adaptation\". Parece una palabra clave. Si alguien encontró una nueva ruta de salida de la zona de la Sede de TerraGroup, debe haber colocado a sus hombres cerca para evitar que alguien del exterior llegara a la nueva salida. En ese caso, el código ayudaría a distinguir a los amigos de los enemigos.", - "675aaaf674a7619a5304c233 Name": "Nota con la palabra clave Ark", - "675aaaf674a7619a5304c233 ShortName": "Código Ark", - "675aaaf674a7619a5304c233 Description": "La palabra \"Ark\" no tiene por qué tomarse en sentido literal. Es más bien una palabra clave. Hay varias puertas cerradas bajo la Polikhim de Factory que conducen a las profundidades de las catacumbas. Tal vez alguien te abra la puerta si conoces la palabra clave.", - "675aab0d6b6addc02a08f097 Name": "Nota con la palabra clave Heartbeat", - "675aab0d6b6addc02a08f097 ShortName": "Código Heartbeat", - "675aab0d6b6addc02a08f097 Description": "Alguien escribió la palabra \"Heartbeat\" en un trozo de papel rasgado. Suena como una de las bromas raras de Sanitar. ¿O quizás una palabra clave? Si sus hombres tienen sus propias rutas de extracción desde Shoreline, deben estar usando un sistema de frases clave o señales. Tal vez esta nota te haga parecer uno de ellos.", - "675aadf3003bb2e826030996 Name": "Elf hat", - "675aadf3003bb2e826030996 ShortName": "Elf", - "675aadf3003bb2e826030996 Description": "Usually these hats ring loudly with each head movement. Looks like someone got all the bells out of it beforehand.", - "675aae1c26dc64e17800fee6 Name": "Hat with horns", - "675aae1c26dc64e17800fee6 ShortName": "Horns", - "675aae1c26dc64e17800fee6 Description": "A Christmas hat with horns. It won't protect you from gunshots, but it can distract your opponent for a split second. Sometimes that's all that matters.", + "675aaae75a3ab8372d0b02a7 Name": "Nota con la palabra clave Adaptación", + "675aaae75a3ab8372d0b02a7 ShortName": "Código", + "675aaae75a3ab8372d0b02a7 Description": "En la nota solo hay una palabra: \"Adaptación\". Parece una palabra clave. Si alguien encontró una nueva ruta de salida de la zona de la Sede de TerraGroup, debe haber colocado a sus hombres cerca para evitar que alguien del exterior llegara a la nueva salida. En ese caso, el código ayudaría a distinguir a los amigos de los enemigos.", + "675aaaf674a7619a5304c233 Name": "Nota con la palabra clave Arca", + "675aaaf674a7619a5304c233 ShortName": "Código", + "675aaaf674a7619a5304c233 Description": "La palabra \"Arca\" no tiene por qué tomarse en sentido literal. Es más bien una palabra clave. Hay varias puertas cerradas bajo la Polikhim de Factory que conducen a las profundidades de las catacumbas. Tal vez alguien te abra la puerta si conoces la palabra clave.", + "675aab0d6b6addc02a08f097 Name": "Nota con la palabra clave Pulso", + "675aab0d6b6addc02a08f097 ShortName": "Código", + "675aab0d6b6addc02a08f097 Description": "Alguien escribió la palabra \"Pulso\" en un trozo de papel rasgado. Suena como una de las bromas raras de Sanitar. ¿O quizás una palabra clave? Si sus hombres tienen sus propias rutas de extracción desde Shoreline, deben estar usando un sistema de frases clave o señales. Tal vez esta nota te haga parecer uno de ellos.", + "675aadf3003bb2e826030996 Name": "Sombrero de Elfo", + "675aadf3003bb2e826030996 ShortName": "Elfo", + "675aadf3003bb2e826030996 Description": "Usualmente, estos sombreros hacen mucho ruido con cualquier movimiento de la cabeza. Parece que alguien le ha quitado todos los cascabeles.", + "675aae1c26dc64e17800fee6 Name": "Gorra con cuernos", + "675aae1c26dc64e17800fee6 ShortName": "Cuernos", + "675aae1c26dc64e17800fee6 Description": "Una gorra navideña con cuernos. No te protegerá de los disparos, pero podría llegar a distraer a tu oponente por una fracción de segundo. A veces, esa es la diferencia entre la vida y la muerte.", "675ac3957908e416a20861e6 Name": "Sariev", "675ac3957908e416a20861e6 ShortName": "Sariev", "675ac3957908e416a20861e6 Description": "Sariev", - "675ac888803644528007b3f6 Name": "Balaclava (White)", - "675ac888803644528007b3f6 ShortName": "Balaclava", - "675ac888803644528007b3f6 Description": "In normal conditions, this balaclava would be too visible. But in winter it becomes essential, especially in rough terrain.", + "675ac888803644528007b3f6 Name": "Pasamontañas (Blanco)", + "675ac888803644528007b3f6 ShortName": "Pasamontañas", + "675ac888803644528007b3f6 Description": "En condiciones normales, este pasamontañas sería demasiado visible, pero se vuelve indispensable durante el invierno, sobre todo en terreno difícil.", "675dc9d37ae1a8792107ca96 Name": "Chapa de identificación BEAR", "675dc9d37ae1a8792107ca96 ShortName": "BEAR", "675dc9d37ae1a8792107ca96 Description": "Una chapa de identificación especial del ejército con bordes de goma que sirve para identificar rápidamente a los heridos y fallecidos en combate. Un indicador del estatus del operador PMC.", @@ -14279,174 +14279,174 @@ "675dcfea7ae1a8792107ca99 Name": "Chapa de identificación (Prestigio 2)", "675dcfea7ae1a8792107ca99 ShortName": "Chapa", "675dcfea7ae1a8792107ca99 Description": "Una chapa de identificación especial de acero inoxidable que sirve para identificar rápidamente a los heridos y los fallecidos en combate. Disponible únicamente para los operadores PMC más experimentados.", - "675ea3d6312c0a5c4e04e317 Name": "RSP-30 reactive signal cartridge (Firework)", - "675ea3d6312c0a5c4e04e317 ShortName": "Firework", - "675ea3d6312c0a5c4e04e317 Description": "RSP-30 is a reactive signal cartridge for commanding and maintaining squad interaction. Multi-star rocket cartridges are used as flares.", - "675ea4891b2579e8fe0250aa Name": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa ShortName": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa Description": "Signal flare (New Year)", - "675f7acc4076a741a3061566 Name": "TerraGroup shipment report", - "675f7acc4076a741a3061566 ShortName": "Documents", - "675f7acc4076a741a3061566 Description": "A stack of documents with data on TerraGroup shipments. Contains reports on completed and planned shipments.", - "675f7b168d28a25ec7007dbb Name": "Delivery crew report", - "675f7b168d28a25ec7007dbb ShortName": "Report", - "675f7b168d28a25ec7007dbb Description": "It looks like this journal was used by the entire loading crew to mark all the loads that had already been completed. How could the foreman make any sense of this handwriting?", - "675f7f224076a741a3061568 Name": "Skier's wallet", - "675f7f224076a741a3061568 ShortName": "Wallet", - "675f7f224076a741a3061568 Description": "It's hard to believe this wallet is anything special to Skier. It's just an old, shabby wallet. How has it not disintegrated yet?", - "675f80d4fe1b59cf490d3527 Name": "Box with upgraded tools", - "675f80d4fe1b59cf490d3527 ShortName": "Upgraded tools", - "675f80d4fe1b59cf490d3527 Description": "The box is sealed, but judging by the sounds inside, it contains the tools Mechanic was looking for.", - "675fd6897a57e0b2a00e3405 Name": "USEC BOSS Delta", + "675ea3d6312c0a5c4e04e317 Name": "Bengala RSP-30 (Pirotecnia)", + "675ea3d6312c0a5c4e04e317 ShortName": "Pirotecnia", + "675ea3d6312c0a5c4e04e317 Description": "La RSP-30 es una bengala de mano de señalización para coordinar unidades y mantener su interacción. Las bengalas de cohete multi-estrella suelen ser utilizadas como simples bengalas de iluminación.", + "675ea4891b2579e8fe0250aa Name": "Bengala de señalización (Año Nuevo)", + "675ea4891b2579e8fe0250aa ShortName": "Bengala de señalización (Año Nuevo)", + "675ea4891b2579e8fe0250aa Description": "Bengala de señalización (Año Nuevo)", + "675f7acc4076a741a3061566 Name": "Reportes de envíos de TerraGroup", + "675f7acc4076a741a3061566 ShortName": "Documentos", + "675f7acc4076a741a3061566 Description": "Un montón de documentos con información sobre los envíos de TerraGroup. Contiene reportes sobre los envíos completados y planificados.", + "675f7b168d28a25ec7007dbb Name": "Reporte del equipo de entrega", + "675f7b168d28a25ec7007dbb ShortName": "Reporte", + "675f7b168d28a25ec7007dbb Description": "Parece que este diario fue usado por todo el equipo de carga para anotar todas las cargas que ya habían sido completadas. ¿Cómo podía el capataz entender esta letra?", + "675f7f224076a741a3061568 Name": "Cartera de Skier", + "675f7f224076a741a3061568 ShortName": "Cartera", + "675f7f224076a741a3061568 Description": "Es difícil creer que esta cartera sea algo especial para Skier. Es solo una cartera vieja y desgastada. ¿Cómo es que aún no se ha desintegrado?", + "675f80d4fe1b59cf490d3527 Name": "Maletín con herramientas mejoradas", + "675f80d4fe1b59cf490d3527 ShortName": "Herramientas mejoradas", + "675f80d4fe1b59cf490d3527 Description": "El maletín está sellado, pero a juzgar por los sonidos del interior, contiene las herramientas que Mechanic estaba buscando.", + "675fd6897a57e0b2a00e3405 Name": "BOSS Delta USEC", "675fd6897a57e0b2a00e3405 ShortName": "", "675fd6897a57e0b2a00e3405 Description": "", "675fd6b2f26b0db5f0060eb6 Name": "", "675fd6b2f26b0db5f0060eb6 ShortName": "", "675fd6b2f26b0db5f0060eb6 Description": "", - "675fd6dc7a57e0b2a00e340a Name": "USEC Winter", + "675fd6dc7a57e0b2a00e340a Name": "Winter USEC", "675fd6dc7a57e0b2a00e340a ShortName": "", - "675fd6dc7a57e0b2a00e340a Description": "Tactical jacket", - "675fd71c1c153e52f1050fd6 Name": "USEC Winter", + "675fd6dc7a57e0b2a00e340a Description": "Chaqueta táctica", + "675fd71c1c153e52f1050fd6 Name": "Winter USEC", "675fd71c1c153e52f1050fd6 ShortName": "", - "675fd71c1c153e52f1050fd6 Description": "Tactical pants", - "675fe8abbc3deae49a0b947f Name": "Standard lighting", - "675fe8abbc3deae49a0b947f ShortName": "Standard lighting", - "675fe8abbc3deae49a0b947f Description": "Standard lighting", + "675fd71c1c153e52f1050fd6 Description": "Pantalones tácticos", + "675fe8abbc3deae49a0b947f Name": "Iluminación estándar", + "675fe8abbc3deae49a0b947f ShortName": "Iluminación estándar", + "675fe8abbc3deae49a0b947f Description": "Iluminación estándar", "675ff2a7e3ee8ffb7e042465 Name": "usec_upper_commando", "675ff2a7e3ee8ffb7e042465 ShortName": "", "675ff2a7e3ee8ffb7e042465 Description": "", - "676008db84e242067d0dc4c9 Name": "Secure container Kappa (Desecrated)", + "676008db84e242067d0dc4c9 Name": "Contenedor seguro Kappa (Profanado)", "676008db84e242067d0dc4c9 ShortName": "Kappa", - "676008db84e242067d0dc4c9 Description": "A secret TerraGroup invention that has fallen into the hands of the cultists.", - "67600929bd0a0549d70993f6 Name": "Ballistic plate case", - "67600929bd0a0549d70993f6 ShortName": "Plates", - "67600929bd0a0549d70993f6 Description": "A spacious case for storing ballistic plates.", - "676009ddb623f3b8ba079419 Name": ".50 AE Copper Solid ammo pack (20 pcs)", + "676008db84e242067d0dc4c9 Description": "Un invento secreto de TerraGroup que ha caído en manos de los sectarios.", + "67600929bd0a0549d70993f6 Name": "Caja de placas balísticas", + "67600929bd0a0549d70993f6 ShortName": "Placas B.", + "67600929bd0a0549d70993f6 Description": "Una espaciosa caja para almacenar placas balísticas.", + "676009ddb623f3b8ba079419 Name": "Paquete con municiones de .50 AE - Copper Solid (20 cartuchos)", "676009ddb623f3b8ba079419 ShortName": "Copper", - "676009ddb623f3b8ba079419 Description": "A pack of .50 AE Copper Solid ammo, 20 rounds.", - "676009ed8f1fee08740f9479 Name": ".50 AE FMJ ammo pack (20 pcs)", + "676009ddb623f3b8ba079419 Description": "Un paquete con municiones Copper Solid de calibre .50 AE, 20 cartuchos.", + "676009ed8f1fee08740f9479 Name": "Paquete con municiones de .50 AE - FMJ (20 cartuchos)", "676009ed8f1fee08740f9479 ShortName": "FMJ", - "676009ed8f1fee08740f9479 Description": "A pack of .50 AE FMJ ammo, 20 rounds.", - "676009fe8f1fee08740f947c Name": ".50 AE JHP ammo pack (20 pcs)", + "676009ed8f1fee08740f9479 Description": "Un paquete con municiones FMJ de calibre .50 AE, 20 cartuchos.", + "676009fe8f1fee08740f947c Name": "Paquete con municiones de .50 AE - JHP (20 cartuchos)", "676009fe8f1fee08740f947c ShortName": "JHP", - "676009fe8f1fee08740f947c Description": "A pack of .50 AE JHP ammo, 20 rounds.", - "67600a0e84e242067d0dc4cd Name": ".50 AE Hawk JSP ammo pack (20 pcs)", + "676009fe8f1fee08740f947c Description": "Un paquete con municiones JHP de calibre .50 AE, 20 cartuchos.", + "67600a0e84e242067d0dc4cd Name": "Paquete con municiones de .50 AE - Hawk JSP (20 cartuchos)", "67600a0e84e242067d0dc4cd ShortName": "JSP", - "67600a0e84e242067d0dc4cd Description": "A pack of .50 AE Hawk JSP ammo, 20 rounds.", - "67600a42b32eb5d23e0eb459 Name": "6.8x51mm SIG FMJ ammo pack (20 pcs)", + "67600a0e84e242067d0dc4cd Description": "Un paquete con municiones Hawk JSP de calibre .50 AE, 20 cartuchos.", + "67600a42b32eb5d23e0eb459 Name": "Paquete con municiones de 6,8x51 mm - SIG FMJ (20 cartuchos)", "67600a42b32eb5d23e0eb459 ShortName": "FMJ", - "67600a42b32eb5d23e0eb459 Description": "A box of 6.8x51mm SIG FMJ cartridges, 20 pieces.", - "67600a516f01341c9106ab4c Name": "6.8x51mm SIG Hybrid ammo pack (20 pcs)", + "67600a42b32eb5d23e0eb459 Description": "Un paquete con municiones SIG FMJ de calibre 6,8x51 mm, 20 cartuchos.", + "67600a516f01341c9106ab4c Name": "Paquete con municiones de 6,8x51 mm - SIG Hybrid (20 cartuchos)", "67600a516f01341c9106ab4c ShortName": "Hybrid", - "67600a516f01341c9106ab4c Description": "A box of 6.8x51mm SIG Hybrid cartridges, 20 pieces.", - "67600aa8e9db590d5601665f Name": "Briefing", - "67600aa8e9db590d5601665f ShortName": "Briefing", - "67600aa8e9db590d5601665f Description": "Briefing", + "67600a516f01341c9106ab4c Description": "Un paquete con municiones SIG Hybrid de calibre 6,8x51 mm, 20 cartuchos.", + "67600aa8e9db590d5601665f Name": "Instrucción", + "67600aa8e9db590d5601665f ShortName": "Instrucción", + "67600aa8e9db590d5601665f Description": "Instrucción", "676014635fa2f21d3c0b9f56 Name": "", "676014635fa2f21d3c0b9f56 ShortName": "", "676014635fa2f21d3c0b9f56 Description": "", - "676017fe8cfeeba9f707c8d6 Name": "SOK-12 Kiba Arms Zombie Custom dust cover ", - "676017fe8cfeeba9f707c8d6 ShortName": "SOK-12 ZC", - "676017fe8cfeeba9f707c8d6 Description": "A receiver dust cover for the SOK-12 shotgun, modernized by Kiba Arms.", - "676029a6bdead929d40bc368 Name": "Rooster mask", - "676029a6bdead929d40bc368 ShortName": "Rooster", - "676029a6bdead929d40bc368 Description": "A children's mask stylized as a rooster. In the realities of Tarkov, it probably looks intimidating. Or not. As if there weren't enough mercs with cringy plastic skull masks already.", - "676029ca2749de558a0b7e67 Name": "Cipollino mask", - "676029ca2749de558a0b7e67 ShortName": "Cipollino", - "676029ca2749de558a0b7e67 Description": "It looks like this mask was taken from a warehouse with props for a play based on a G. Rodari story.", - "676029e22749de558a0b7e69 Name": "Aybolit mask", + "676017fe8cfeeba9f707c8d6 Name": "Guardapolvo Kiba Arms Zombie Custom para SOK-12", + "676017fe8cfeeba9f707c8d6 ShortName": "G. SOK-12 ZC", + "676017fe8cfeeba9f707c8d6 Description": "Un guardapolvo para la escopeta SOK-12, modernizada por Kiba Arms.", + "676029a6bdead929d40bc368 Name": "Máscara de gallo", + "676029a6bdead929d40bc368 ShortName": "Gallo", + "676029a6bdead929d40bc368 Description": "Una máscara infantil estilizada como un gallo. En la cruda realidad de Tarkov, probablemente parezca intimidante. O no.", + "676029ca2749de558a0b7e67 Name": "Máscara de Chipolino", + "676029ca2749de558a0b7e67 ShortName": "Chipolino", + "676029ca2749de558a0b7e67 Description": "Parece que esta máscara fue sacada de un almacén con accesorios para una obra basada en un cuento de G. Rodari.", + "676029e22749de558a0b7e69 Name": "Máscara de Aybolit", "676029e22749de558a0b7e69 ShortName": "Aybolit", - "676029e22749de558a0b7e69 Description": "A mask depicting one of the best doctors of all time.", - "676029f997f19b78f00a0197 Name": "Fox mask", - "676029f997f19b78f00a0197 ShortName": "Fox", - "676029f997f19b78f00a0197 Description": "These kinds of masks are often seen at kids' parties. But this one also fits an adult.", - "67602a0f97f19b78f00a0199 Name": "Grinch mask", + "676029e22749de558a0b7e69 Description": "Una máscara representando a uno de los mejores médicos de todos los tiempos.", + "676029f997f19b78f00a0197 Name": "Máscara de zorro", + "676029f997f19b78f00a0197 ShortName": "Zorro", + "676029f997f19b78f00a0197 Description": "Este tipo de máscaras se ven a menudo en fiestas infantiles. Pero esta también puede ajustarse para un adulto.", + "67602a0f97f19b78f00a0199 Name": "Máscara del Grinch", "67602a0f97f19b78f00a0199 ShortName": "Grinch", - "67602a0f97f19b78f00a0199 Description": "A mask of someone who hates Christmas.", - "67602a23c8e72a73250de737 Name": "Hare mask", - "67602a23c8e72a73250de737 ShortName": "Hare", - "67602a23c8e72a73250de737 Description": "A common hare mask. It is unclear just who and why made a copy of this mask to fit an adult.", - "67602a39c8e72a73250de739 Name": "Astronomer mask", - "67602a39c8e72a73250de739 ShortName": "Astronomer", - "67602a39c8e72a73250de739 Description": "A stargazer mask with a cap worn by astronomers from children's fairy tales.", + "67602a0f97f19b78f00a0199 Description": "Una máscara de alguien que odia la Navidad.", + "67602a23c8e72a73250de737 Name": "Máscara de liebre", + "67602a23c8e72a73250de737 ShortName": "Liebre", + "67602a23c8e72a73250de737 Description": "Una máscara de liebre común. No está claro de quién ni por qué hizo una máscara de esto para un adulto.", + "67602a39c8e72a73250de739 Name": "Máscara de astrónomo", + "67602a39c8e72a73250de739 ShortName": "Astrónomo", + "67602a39c8e72a73250de739 Description": "La máscara de un observador de estrellas con gorro, utilizado por los astrónomos de los cuentos de hadas infantiles.", "67603ea391ec8cab9406faa4 Name": "Snowman", "67603ea391ec8cab9406faa4 ShortName": "Snowman", - "67603ea391ec8cab9406faa4 Description": "Festive T-shirt", - "67604a890aa8253ebe05fd06 Name": "Fist Fighter", - "67604a890aa8253ebe05fd06 ShortName": "Fist Fighter", - "67604a890aa8253ebe05fd06 Description": "Fist Fighter", - "67604a9a8491fd0a830f3576 Name": "Cowboy", - "67604a9a8491fd0a830f3576 ShortName": "Cowboy", - "67604a9a8491fd0a830f3576 Description": "Cowboy", - "67604aa550dfa9253901a546 Name": "Sharpshooter", - "67604aa550dfa9253901a546 ShortName": "Sharpshooter", - "67604aa550dfa9253901a546 Description": "Sharpshooter", - "67604ab20aa8253ebe05fd08 Name": "Well What Is It", - "67604ab20aa8253ebe05fd08 ShortName": "Well What Is It", - "67604ab20aa8253ebe05fd08 Description": "Well What Is It", + "67603ea391ec8cab9406faa4 Description": "Camisa festiva.", + "67604a890aa8253ebe05fd06 Name": "Boxeador", + "67604a890aa8253ebe05fd06 ShortName": "Boxeador", + "67604a890aa8253ebe05fd06 Description": "Boxeador", + "67604a9a8491fd0a830f3576 Name": "Vaquero", + "67604a9a8491fd0a830f3576 ShortName": "Vaquero", + "67604a9a8491fd0a830f3576 Description": "Vaquero", + "67604aa550dfa9253901a546 Name": "Tirador", + "67604aa550dfa9253901a546 ShortName": "Tirador", + "67604aa550dfa9253901a546 Description": "Tirador", + "67604ab20aa8253ebe05fd08 Name": "Gladiador", + "67604ab20aa8253ebe05fd08 ShortName": "Gladiador", + "67604ab20aa8253ebe05fd08 Description": "Gladiador", "67604abb8491fd0a830f3578 Name": "Slav Squat", "67604abb8491fd0a830f3578 ShortName": "Slav Squat", - "67604abb8491fd0a830f3578 Description": "Only the mannequin is allowed to take the heels off the ground.", - "67604ac650dfa9253901a548 Name": "Feel My Gains", - "67604ac650dfa9253901a548 ShortName": "Feel My Gains", - "67604ac650dfa9253901a548 Description": "Now you'll know exactly how your clothes fit when showing off your muscles.", - "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", + "67604abb8491fd0a830f3578 Description": "El maniquí es el único al que se le permite despegar los talones del suelo.", + "67604ac650dfa9253901a548 Name": "Mira Estos Músculos", + "67604ac650dfa9253901a548 ShortName": "Mira Estos Músculos", + "67604ac650dfa9253901a548 Description": "Ahora sabrás exactamente cómo te queda la ropa cuando quieras presumir tus músculos.", + "6761492dc53ebe8c0f0a5efe Name": "Palanca de montar ambidiestra GEN 2 para MPX", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", - "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "Culata SB Tactical Pistol Stabilizing Brace para MPX/MCX", + "6761492dc53ebe8c0f0a5efe Description": "Una palanca de montar ambidiestra con dos pestillos para la segunda generación del subfusil MPX. Producida por SIG Sauer.", + "6761496fe2cf1419500357e9 Name": "Culata SB Tactical Pistol Stabilizing Brace para MPX", "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "Una \"culata\" telescópica retráctil para MCX/MPX producida por SB Tactical.", - "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", - "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", - "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149a3e2cf1419500357eb Name": "MPX 9x19 Ronin Arms 6.75 inch Ported SD Barrel", - "676149a3e2cf1419500357eb ShortName": "MPX-SD 6.75\"", - "676149a3e2cf1419500357eb Description": "A 6.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149c5062e6212f5058c36 Name": "MPX 9x19 Ronin Arms 8 inch SD Suppressor", + "6761496fe2cf1419500357e9 Description": "Una \"culata\" telescópica retráctil para MPX. Producida por SB Tactical.", + "67614994e889e1972605d6bb Name": "Cañón perforado de 4,75 pulgadas Ronin Arms Ported SD Barrel para MPX de 9x19 mm", + "67614994e889e1972605d6bb ShortName": "MPX-SD 4,75\"", + "67614994e889e1972605d6bb Description": "Un cañón perforado de 4,75 pulgadas del kit de conversión MPX-SD, diseñado para la instalación del silenciador especial. Producido por Ronin Arms.", + "676149a3e2cf1419500357eb Name": "Cañón perforado de 6,75 pulgadas Ronin Arms Ported SD Barrel para MPX de 9x19 mm", + "676149a3e2cf1419500357eb ShortName": "MPX-SD 6,75\"", + "676149a3e2cf1419500357eb Description": "Un cañón perforado de 6,75 pulgadas del kit de conversión MPX-SD, diseñado para la instalación del silenciador especial. Producido por Ronin Arms.", + "676149c5062e6212f5058c36 Name": "Silenciador Ronin Arms SD Suppressor de 8 pulgadas para MPX de 9x19 mm", "676149c5062e6212f5058c36 ShortName": "Ronin 8\"", - "676149c5062e6212f5058c36 Description": "An 8 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149d8e889e1972605d6be Name": "MPX 9x19 Ronin Arms 12 inch SD Suppressor", + "676149c5062e6212f5058c36 Description": "Un silenciador de 8 pulgadas del kit de conversión MPX-SD, diseñado para su instalación sobre el cañón perforado especial. Producido por Ronin Arms.", + "676149d8e889e1972605d6be Name": "Silenciador Ronin Arms SD Suppressor de 12 pulgadas para MPX de 9x19 mm", "676149d8e889e1972605d6be ShortName": "Ronin 12\"", - "676149d8e889e1972605d6be Description": "A 12 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149fbe2cf1419500357ee Name": "MPX GEN1 4 inch handguard", + "676149d8e889e1972605d6be Description": "Un silenciador de 12 pulgadas del kit de conversión MPX-SD, diseñado para su instalación sobre el cañón perforado especial. Producido por Ronin Arms.", + "676149fbe2cf1419500357ee Name": "Guardamano GEN1 de 4 pulgadas para MPX", "676149fbe2cf1419500357ee ShortName": "MPX GEN1 4\"", - "676149fbe2cf1419500357ee Description": "A 4 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a0be889e1972605d6c0 Name": "MPX GEN1 8 inch handguard", + "676149fbe2cf1419500357ee Description": "Un guardamano de primera generación de 4 pulgadas para el subfusil SIG Sauer MPX.", + "67614a0be889e1972605d6c0 Name": "Guardamano GEN1 de 8 pulgadas para MPX", "67614a0be889e1972605d6c0 ShortName": "MPX GEN1 8\"", - "67614a0be889e1972605d6c0 Description": "An 8 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a225152c0eaed08ec86 Name": "MPX GEN2 4 inch M-LOK handguard", + "67614a0be889e1972605d6c0 Description": "Un guardamano de primera generación de 8 pulgadas para el subfusil SIG Sauer MPX.", + "67614a225152c0eaed08ec86 Name": "Guardamano GEN2 M-LOK de 4 pulgadas para MPX", "67614a225152c0eaed08ec86 ShortName": "MPX GEN2 4\"", - "67614a225152c0eaed08ec86 Description": "A 4 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a31062e6212f5058c38 Name": "MPX GEN2 8 inch M-LOK handguard", + "67614a225152c0eaed08ec86 Description": "Un guardamano de segunda generación de 4 pulgadas para subfusiles SIG Sauer MPX, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", + "67614a31062e6212f5058c38 Name": "Guardamano GEN2 M-LOK de 8 pulgadas para MPX", "67614a31062e6212f5058c38 ShortName": "MPX GEN2 8\"", - "67614a31062e6212f5058c38 Description": "An 8 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a3ce2cf1419500357f4 Name": "MPX GEN2 6 inch M-LOK handguard", + "67614a31062e6212f5058c38 Description": "Un guardamano de segunda generación de 8 pulgadas para subfusiles SIG Sauer MPX, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", + "67614a3ce2cf1419500357f4 Name": "Guardamano GEN2 M-LOK de 6 pulgadas para MPX", "67614a3ce2cf1419500357f4 ShortName": "MPX GEN2 6\"", - "67614a3ce2cf1419500357f4 Description": "A 6 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", + "67614a3ce2cf1419500357f4 Description": "Un guardamano de segunda generación de 6 pulgadas para subfusiles SIG Sauer MPX, equipado con interfaz M-LOK para la instalación adicional de accesorios y dispositivos.", "67614b3ab8c060ebb204b106 Name": "Brazalete Jorovod", "67614b3ab8c060ebb204b106 ShortName": "Jorovod", "67614b3ab8c060ebb204b106 Description": "Un brazalete con el que los participantes del Jorovod pueden reconocerse entre sí. Sin él, no puedes ser parte de la celebración.", - "67614b542eb91250020f2b86 Name": "Armband (Prestige 1)", - "67614b542eb91250020f2b86 ShortName": "Prestige 1", - "67614b542eb91250020f2b86 Description": "This armband will help demonstrate your status in Tarkov.", - "67614b6b47c71ea3d40256d7 Name": "Armband (Prestige 2)", - "67614b6b47c71ea3d40256d7 ShortName": "Prestige 2", - "67614b6b47c71ea3d40256d7 Description": "These armbands are only for the best of the best.", - "67614e3a6a90e4f10b0b140d Name": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d ShortName": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d Description": "Festive airdrop supply crate", - "676175789dcee773150c6925 Name": "Leupold Mark 5HD 5-25x56mm 35mm riflescope (FDE)", + "67614b542eb91250020f2b86 Name": "Brazalete (Prestigio 1)", + "67614b542eb91250020f2b86 ShortName": "Prestigio 1", + "67614b542eb91250020f2b86 Description": "Este brazalete te ayudará a demostrar tu estatus en Tarkov.", + "67614b6b47c71ea3d40256d7 Name": "Brazalete (Prestigio 2)", + "67614b6b47c71ea3d40256d7 ShortName": "Prestigio 2", + "67614b6b47c71ea3d40256d7 Description": "Estos brazaletes son solo para lo mejor de lo mejor.", + "67614e3a6a90e4f10b0b140d Name": "Caja de Entrega Aérea de festividades", + "67614e3a6a90e4f10b0b140d ShortName": "Caja de Entrega Aérea de festividades", + "67614e3a6a90e4f10b0b140d Description": "Caja de Entrega Aérea de festividades", + "676175789dcee773150c6925 Name": "Óptica Leupold Mark 5HD 5-25x56mm de 35 mm (FDE)", "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", - "676175789dcee773150c6925 Description": "The Mark 5HD 5-25x56 riflescope is known for being a lighter and more efficient optic than other scopes in its class. Featuring optical glass, full multi-coated lenses and an advanced light management system, the scope offers low-glare, high-contrast imaging. Installed on 35mm ring mounts. Manufactured by Leupold. Flat Dark Earth version.", - "6761759e7ee06333f108bf86 Name": "Leupold Mark IMS 35mm ring scope mount", - "6761759e7ee06333f108bf86 ShortName": "IMS 35mm", - "6761759e7ee06333f108bf86 Description": "A 35mm scope mount for installation on Picatinny rails. Manufactured by Leupold.", - "676175bb48fa5c377e06fc36 Name": "KAC MWS Bipod Adapter", + "676175789dcee773150c6925 Description": "La óptica Mark 5HD 5-25x56 es conocida por ser más ligera y eficiente que otras ópticas de su clase. Con vidrio óptico, lentes con revestimiento múltiple completo y un sistema avanzado de gestión de luz, el visor ofrece imágenes de alto contraste y bajo nivel de deslumbramiento. Puede ser instalada en monturas de anillo de 35 mm. Producida por Leupold. Versión de color Flat Dark Earth.", + "6761759e7ee06333f108bf86 Name": "Montura de anillo de 35 mm Leupold Mark IMS para ópticas", + "6761759e7ee06333f108bf86 ShortName": "IMS 35 mm", + "6761759e7ee06333f108bf86 Description": "Una montura de 35 mm para ópticas, para su instalación en raíles Picatinny. Producida por Leupold.", + "676175bb48fa5c377e06fc36 Name": "Montura KAC MWS Bipod Adapter", "676175bb48fa5c377e06fc36 ShortName": "MWS BA", - "676175bb48fa5c377e06fc36 Description": "A mount allows installation of Harris bipods on standard Picatinny handguards. Manufactured by Knight's Armament Company.", - "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", - "6761763448fa5c377e06fc39 ShortName": "AKMS P", - "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", + "676175bb48fa5c377e06fc36 Description": "Una montura que permite la instalación de bípodes Harris en guardamanos Picatinny estándar. Producida por Knight's Armament Company.", + "6761763448fa5c377e06fc39 Name": "Adaptador de culata FAB Defense M4-AKMS P para AKMS", + "6761763448fa5c377e06fc39 ShortName": "Adapt. AKMS P", + "6761763448fa5c377e06fc39 Description": "Un adaptador de culata para el fusil automático AKMS. Permite la instalación de culatas Com-Spec y Mil-Spec en el arma. Hecho con aluminio resistente anodizado. Producido por FAB Defense.", "6761765f1f08ed5e8800b7a6 Name": "Cargador de tambor de 100 cartuchos 5,56x45 mm Beta C-Mag", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", "6761765f1f08ed5e8800b7a6 Description": "Un cargador de doble tambor con capacidad para 100 cartuchos de 5,56x45 mm, para la plataforma AR-15. Producido por Beta Company.", @@ -14462,37 +14462,37 @@ "6761770e48fa5c377e06fc3c Name": "Cargador de tambor de 50 cartuchos 7,62x51 mm X Products X-25 para AR-10", "6761770e48fa5c377e06fc3c ShortName": "X-25", "6761770e48fa5c377e06fc3c Description": "Un cargador de tambor con capacidad para 50 cartuchos de 7,62x51 mm para la plataforma AR-10. Producido por X Products.", - "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", + "676177591f08ed5e8800b7a9 Name": "Montura Quad Rail de 3 pulgadas para RFB", "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", - "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", - "6761777a1f08ed5e8800b7ac Name": "AR-15 DoubleStar ACE ARFX Skeleton Stock", + "676177591f08ed5e8800b7a9 Description": "Una montura de raíl cuádruple de 3 pulgadas para el fusil RFB, que permite la instalación de aditamentos tácticos adicionales. Producida por Kel-Tec.", + "6761777a1f08ed5e8800b7ac Name": "Culata DoubleStar ACE ARFX Skeleton Stock para AR-15", "6761777a1f08ed5e8800b7ac ShortName": "ARFX", - "6761777a1f08ed5e8800b7ac Description": "The lightweight ACE ARFX Skeleton Stock provides comfort, balance and aesthetics. Fits both the Mil-Spec and civilian M/AR platform. Manufactured by DoubleStar.", - "6761779c48fa5c377e06fc3f Name": "AK AK-EVO stock", + "6761777a1f08ed5e8800b7ac Description": "La culata ligera ACE ARFX Skeleton Stock proporciona comodidad, equilibrio y estética. Puede ser instalada tanto a la plataforma Mil-Spec como en M/AR civil. Producida por DoubleStar.", + "6761779c48fa5c377e06fc3f Name": "Culata AK-EVO para AK", "6761779c48fa5c377e06fc3f ShortName": "AK-EVO", - "6761779c48fa5c377e06fc3f Description": "A new polymer buttstock for the modern AK platform folding weapons. Manufactured by Kalashnikov Concern.", - "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", + "6761779c48fa5c377e06fc3f Description": "Una nueva culata de polímero para las armas plegables de plataforma AK modernas. Producida por Kalashnikov Concern.", + "676177b09cfcc4c25b027446 Name": "Abrazadera Toni System Tactical Barrel Clamp para cañones", "676177b09cfcc4c25b027446 ShortName": "TS TBC", - "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", + "676177b09cfcc4c25b027446 Description": "La abrazadera Tactical Barrel Clamp está diseñada para ser instalada en cargadores de tubo y cañones con un diámetro de 20 a 27 milímetros. Cuenta con un raíl para acoplar aditamentos adicionales. Producida por Toni System.", + "676177df1f08ed5e8800b7ae Name": "Guardamano con tubo de gases SAG MK1 M-LOK para PP-19-01 Vityaz", "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", - "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", - "6761a6ccd9bbb27ad703c48a Name": "Old house room key", - "6761a6ccd9bbb27ad703c48a ShortName": "Depot", - "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", - "6761a6f90575f25e020816a4 Name": "Company director's room key", - "6761a6f90575f25e020816a4 ShortName": "Company", - "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", - "676307b4d9ec0af3d9001fa8 Name": "Hybrid composite materials", + "676177df1f08ed5e8800b7ae Description": "Un kit combinado compuesto por un guardamano y un tubo de gases fresado diseñado para mejorar el rendimiento del PP-19-01 Vityaz y la carabina civil Saiga-9. El guardamano está equipado con una interfaz M-LOK para la instalación de aditamentos adicionales y el tubo de gases cuenta con un raíl Picatinny para instalar miras y unidades tácticas. Producido por Sureshot Armament Group.", + "6761a6ccd9bbb27ad703c48a Name": "Llave de la habitación en la casa antigua", + "6761a6ccd9bbb27ad703c48a ShortName": "Depósito", + "6761a6ccd9bbb27ad703c48a Description": "Una llave de una de las habitaciones de una casa antigua en algún lugar al borde del bosque Priozersk. Se dice que un hombre apodado Ogryzok solía comerciar por esas partes. Solía ​​vender productos raros, incluso tenía un suministro constante de baterías de tanques. Sin embargo, desde hace mucho tiempo no se sabe nada de Ogryzok y nadie sabe a dónde habrá desaparecido.", + "6761a6f90575f25e020816a4 Name": "Llave de la oficina del director de la compañía", + "6761a6f90575f25e020816a4 ShortName": "Compañía", + "6761a6f90575f25e020816a4 Description": "Esta llave debió haber sido usada para cerrar una de las oficinas de la compañía ubicadas en el área de la terminal aduanera.", + "676307b4d9ec0af3d9001fa8 Name": "Materiales compuestos híbridos", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", - "676307c004856a0b3c0dfffd Name": "Hybrid composite materials", + "676307c004856a0b3c0dfffd Name": "Materiales compuestos híbridos", "676307c004856a0b3c0dfffd ShortName": "", "676307c004856a0b3c0dfffd Description": "", - "676307d3d9ec0af3d9001fac Name": "Hybrid composite materials", + "676307d3d9ec0af3d9001fac Name": "Materiales compuestos híbridos", "676307d3d9ec0af3d9001fac ShortName": "", "676307d3d9ec0af3d9001fac Description": "", - "676307ded8b241b4f703a3e8 Name": "Hybrid composite materials", + "676307ded8b241b4f703a3e8 Name": "Materiales compuestos híbridos", "676307ded8b241b4f703a3e8 ShortName": "", "676307ded8b241b4f703a3e8 Description": "", "6764139c44b3c96e7b0e2f7b Name": "Cargador de 45 cartuchos 5,56x45 mm Molot Arms para AK", @@ -14501,15 +14501,15 @@ "6764194e4dec6d46f106f9f6 Name": "Takeda", "6764194e4dec6d46f106f9f6 ShortName": "Takeda", "6764194e4dec6d46f106f9f6 Description": "Takeda", - "67641a851b2899700609901a Name": "Cyclone Shakhin mount", - "67641a851b2899700609901a ShortName": "Shakhin", - "67641a851b2899700609901a Description": "A Weaver mount for installing the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", - "67641b461c2eb66ade05dba6 Name": "Cyclone Shakhin 3.7x thermal scope", + "67641a851b2899700609901a Name": "Montura para Cyclone Shakhin", + "67641a851b2899700609901a ShortName": "M. Shakhin", + "67641a851b2899700609901a Description": "Una montura Weaver para la instalación de la mira térmica Shakhin. Producida por el Instituto Central de Investigación Cyclone.", + "67641b461c2eb66ade05dba6 Name": "Óptica térmica Cyclone Shakhin 3,7x", "67641b461c2eb66ade05dba6 ShortName": "Shakhin", - "67641b461c2eb66ade05dba6 Description": "A 3.7x thermal scope manufactured by Central Research Institute Cyclone.", - "67641bec4ad898aa100c1079 Name": "Cyclone Shakhin scope eyecup", - "67641bec4ad898aa100c1079 ShortName": "Shakhin", - "67641bec4ad898aa100c1079 Description": "A rubber eyecup for the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", + "67641b461c2eb66ade05dba6 Description": "Una óptica térmica telescópica de 3,7x producida por el Instituto Central de Investigación Cyclone.", + "67641bec4ad898aa100c1079 Name": "Ocular para óptica Cyclone Shakhin", + "67641bec4ad898aa100c1079 ShortName": "O.Shakhin", + "67641bec4ad898aa100c1079 Description": "Un ocular de goma para la óptica térmica Shakhin. Producido por el Instituto Central de Investigación Cyclone.", "6764202ae307804338014c1a Name": "Chapa de identificación USEC", "6764202ae307804338014c1a ShortName": "USEC", "6764202ae307804338014c1a Description": "Una chapa de identificación militar especial de acero inoxidable que sirve para identificar rápidamente a los heridos y los fallecidos en combate. Disponible únicamente para los operadores PMC más experimentados.", @@ -14519,9 +14519,9 @@ "67654a6759116d347b0bfb86 Name": "Metralla de V40", "67654a6759116d347b0bfb86 ShortName": "Metralla de V40", "67654a6759116d347b0bfb86 Description": "Metralla de V40", - "676577166d874f6502106a21 Name": "20/70 Flechette ammo pack (25 pcs)", + "676577166d874f6502106a21 Name": "Paquete con municiones de 20/70 - Flechette (25 cartuchos)", "676577166d874f6502106a21 ShortName": "Flechette", - "676577166d874f6502106a21 Description": "A box of 20/70 Flechette cartridges, 25 pieces. ", + "676577166d874f6502106a21 Description": "Una caja con municiones Flechette para el calibre 20/70, 25 cartuchos.", "67657764c832f8c59c016d45 Name": "Paquete con municiones de 20/70 - Posta TSS Armor Piercing Slug (25 cartuchos)", "67657764c832f8c59c016d45 ShortName": "TSS AP", "67657764c832f8c59c016d45 Description": "Una caja con municiones de Posta TSS Armor Piercing Slug para el calibre 12/70, 25 cartuchos.", @@ -14534,87 +14534,87 @@ "6769b8e3c1a1466c850658a8 Name": "Paquete con municiones de 7,62x51 mm - M80A1 (20 cartuchos)", "6769b8e3c1a1466c850658a8 ShortName": "M80A1", "6769b8e3c1a1466c850658a8 Description": "Una caja con municiones M80A1 de calibre 7,62x51 mm, 20 cartuchos.", - "676a93c51888885b4e008b18 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Name": "Caja de Twitch Winter 2025 (Común)", "676a93c51888885b4e008b18 ShortName": "Twitch 2025", - "676a93c51888885b4e008b18 Description": "A case with some common goodies.", - "676a95041888885b4e008b36 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Description": "Una caja con algunas mercancías comunes.", + "676a95041888885b4e008b36 Name": "Caja de Twitch Winter 2025 (Común)", "676a95041888885b4e008b36 ShortName": "Twitch 2025", - "676a95041888885b4e008b36 Description": "A case with some common goodies.", - "676a98d7b4ba2f4afa04c704 Name": "Twitch Winter 2025 case (Common)", + "676a95041888885b4e008b36 Description": "Una caja con algunas mercancías comunes.", + "676a98d7b4ba2f4afa04c704 Name": "Caja de Twitch Winter 2025 (Común)", "676a98d7b4ba2f4afa04c704 ShortName": "Twitch 2025", - "676a98d7b4ba2f4afa04c704 Description": "A case with some common goodies.", - "676a9a5c744595610f0ed501 Name": "Twitch Winter 2025 case (Common)", + "676a98d7b4ba2f4afa04c704 Description": "Una caja con algunas mercancías comunes.", + "676a9a5c744595610f0ed501 Name": "Caja de Twitch Winter 2025 (Común)", "676a9a5c744595610f0ed501 ShortName": "Twitch 2025", - "676a9a5c744595610f0ed501 Description": "A case with some common goodies.", - "676a9b15b4ba2f4afa04c7ad Name": "Twitch Winter 2025 case (Common)", + "676a9a5c744595610f0ed501 Description": "Una caja con algunas mercancías comunes.", + "676a9b15b4ba2f4afa04c7ad Name": "Caja de Twitch Winter 2025 (Común)", "676a9b15b4ba2f4afa04c7ad ShortName": "Twitch 2025", - "676a9b15b4ba2f4afa04c7ad Description": "A case with some common goodies.", - "676a9b1afe1fc45172014d32 Name": "Twitch Winter 2025 case (Common)", + "676a9b15b4ba2f4afa04c7ad Description": "Una caja con algunas mercancías comunes.", + "676a9b1afe1fc45172014d32 Name": "Caja de Twitch Winter 2025 (Común)", "676a9b1afe1fc45172014d32 ShortName": "Twitch 2025", - "676a9b1afe1fc45172014d32 Description": "A case with some common goodies.", - "676a9bc6744595610f0ed52e Name": "Twitch Winter 2025 case (Common)", + "676a9b1afe1fc45172014d32 Description": "Una caja con algunas mercancías comunes.", + "676a9bc6744595610f0ed52e Name": "Caja de Twitch Winter 2025 (Común)", "676a9bc6744595610f0ed52e ShortName": "Twitch 2025", - "676a9bc6744595610f0ed52e Description": "A case with some common goodies.", - "676a9da81888885b4e008c51 Name": "Twitch Winter 2025 case (Rare)", + "676a9bc6744595610f0ed52e Description": "Una caja con algunas mercancías comunes.", + "676a9da81888885b4e008c51 Name": "Caja de Twitch Winter 2025 (Rara)", "676a9da81888885b4e008c51 ShortName": "Twitch 2025", - "676a9da81888885b4e008c51 Description": "A case with some rare goodies.", - "676a9e46744595610f0ed53f Name": "Twitch Winter 2025 case (Rare)", + "676a9da81888885b4e008c51 Description": "Una caja con algunas mercancías raras.", + "676a9e46744595610f0ed53f Name": "Caja de Twitch Winter 2025 (Rara)", "676a9e46744595610f0ed53f ShortName": "Twitch 2025", - "676a9e46744595610f0ed53f Description": "A case with some rare goodies.", - "676a9f03744595610f0ed55f Name": "Twitch Winter 2025 case (Rare)", + "676a9e46744595610f0ed53f Description": "Una caja con algunas mercancías raras.", + "676a9f03744595610f0ed55f Name": "Caja de Twitch Winter 2025 (Rara)", "676a9f03744595610f0ed55f ShortName": "Twitch 2025", - "676a9f03744595610f0ed55f Description": "A case with some rare goodies.", - "676a9fc7a65670a58c084c9e Name": "Twitch Winter 2025 case (Rare)", + "676a9f03744595610f0ed55f Description": "Una caja con algunas mercancías raras.", + "676a9fc7a65670a58c084c9e Name": "Caja de Twitch Winter 2025 (Rara)", "676a9fc7a65670a58c084c9e ShortName": "Twitch 2025", - "676a9fc7a65670a58c084c9e Description": "A case with some rare goodies.", - "676aa016744595610f0ed563 Name": "Twitch Winter 2025 case (Rare)", + "676a9fc7a65670a58c084c9e Description": "Una caja con algunas mercancías raras.", + "676aa016744595610f0ed563 Name": "Caja de Twitch Winter 2025 (Rara)", "676aa016744595610f0ed563 ShortName": "Twitch 2025", - "676aa016744595610f0ed563 Description": "A case with some rare goodies.", - "676aa025fe1fc45172014d9f Name": "Twitch Winter 2025 case (Rare)", + "676aa016744595610f0ed563 Description": "Una caja con algunas mercancías raras.", + "676aa025fe1fc45172014d9f Name": "Caja de Twitch Winter 2025 (Rara)", "676aa025fe1fc45172014d9f ShortName": "Twitch 2025", - "676aa025fe1fc45172014d9f Description": "A case with some rare goodies.", - "676aa0f11888885b4e008c8b Name": "Twitch Winter 2025 case (Rare)", + "676aa025fe1fc45172014d9f Description": "Una caja con algunas mercancías raras.", + "676aa0f11888885b4e008c8b Name": "Caja de Twitch Winter 2025 (Rara)", "676aa0f11888885b4e008c8b ShortName": "Twitch 2025", - "676aa0f11888885b4e008c8b Description": "A case with some rare goodies.", - "676aa104fe1fc45172014da3 Name": "Twitch Winter 2025 case (Epic)", + "676aa0f11888885b4e008c8b Description": "Una caja con algunas mercancías raras.", + "676aa104fe1fc45172014da3 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa104fe1fc45172014da3 ShortName": "Twitch 2025", - "676aa104fe1fc45172014da3 Description": "A case with some epic goodies.", - "676aa29243000db5340061b5 Name": "Twitch Winter 2025 case (Epic)", + "676aa104fe1fc45172014da3 Description": "Una caja con algunas mercancías épicas.", + "676aa29243000db5340061b5 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa29243000db5340061b5 ShortName": "Twitch 2025", - "676aa29243000db5340061b5 Description": "A case with some epic goodies.", - "676aa30ffe1fc45172014dce Name": "Twitch Winter 2025 case (Epic)", + "676aa29243000db5340061b5 Description": "Una caja con algunas mercancías épicas.", + "676aa30ffe1fc45172014dce Name": "Caja de Twitch Winter 2025 (Épica)", "676aa30ffe1fc45172014dce ShortName": "Twitch 2025", - "676aa30ffe1fc45172014dce Description": "A case with some epic goodies.", - "676aa37ff90b6f429601afb5 Name": "Twitch Winter 2025 case (Epic)", + "676aa30ffe1fc45172014dce Description": "Una caja con algunas mercancías épicas.", + "676aa37ff90b6f429601afb5 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa37ff90b6f429601afb5 ShortName": "Twitch 2025", - "676aa37ff90b6f429601afb5 Description": "A case with some epic goodies.", - "676aa3cf7a232aa5c70bda8d Name": "Twitch Winter 2025 case (Epic)", + "676aa37ff90b6f429601afb5 Description": "Una caja con algunas mercancías épicas.", + "676aa3cf7a232aa5c70bda8d Name": "Caja de Twitch Winter 2025 (Épica)", "676aa3cf7a232aa5c70bda8d ShortName": "Twitch 2025", - "676aa3cf7a232aa5c70bda8d Description": "A case with some epic goodies.", - "676aa3fc20a7cc6f4309e078 Name": "Twitch Winter 2025 case (Epic)", + "676aa3cf7a232aa5c70bda8d Description": "Una caja con algunas mercancías épicas.", + "676aa3fc20a7cc6f4309e078 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa3fc20a7cc6f4309e078 ShortName": "Twitch 2025", - "676aa3fc20a7cc6f4309e078 Description": "A case with some epic goodies.", - "676aa450fe1fc45172014df2 Name": "Twitch Winter 2025 case (Epic)", + "676aa3fc20a7cc6f4309e078 Description": "Una caja con algunas mercancías épicas.", + "676aa450fe1fc45172014df2 Name": "Caja de Twitch Winter 2025 (Épica)", "676aa450fe1fc45172014df2 ShortName": "Twitch 2025", - "676aa450fe1fc45172014df2 Description": "A case with some epic goodies.", + "676aa450fe1fc45172014df2 Description": "Una caja con algunas mercancías épicas.", "678f84bb9e85556ca60f0362 Name": "Tagilla's welding mask \"ZABEY\"", "678f84bb9e85556ca60f0362 ShortName": "\"ZABEY\"", "678f84bb9e85556ca60f0362 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy?", "678fa929819ddc4c350c0317 Name": "Valve handwheel", "678fa929819ddc4c350c0317 ShortName": "handwheel", "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "What You Seek poster", - "679b944d597ba2ed120c3d3c ShortName": "Poster", - "679b944d597ba2ed120c3d3c Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b946f90622daf9708da6d Name": "What You Seek poster", - "679b946f90622daf9708da6d ShortName": "Poster", - "679b946f90622daf9708da6d Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b94734e9ca6b3d80586a7 Name": "What You Seek poster", - "679b94734e9ca6b3d80586a7 ShortName": "Poster", - "679b94734e9ca6b3d80586a7 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", + "679b944d597ba2ed120c3d3c Name": "Last Breath poster", + "679b944d597ba2ed120c3d3c ShortName": "Last Breath", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b946f90622daf9708da6d Name": "Final Moment poster", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", + "679b94734e9ca6b3d80586a7 Name": "Taurus poster", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,42 +14681,303 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 ShortName": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "67adaf95cd47a1ad3f014bc6 Name": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 ShortName": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 Description": "How did these drawings even get here? You should probably improve your security system.", - "67adafa1e6a915f9fd050f66 Name": "They're Already Here", - "67adafa1e6a915f9fd050f66 ShortName": "They're Already Here", - "67adafa1e6a915f9fd050f66 Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "Chaqueta", - "67adf4a95247ac91530fcec7 ShortName": "Chaqueta", - "67adf4a95247ac91530fcec7 Description": "Chaqueta", - "67adf4b81c58bd68b2002fec Name": "Caja de munición de madera", - "67adf4b81c58bd68b2002fec ShortName": "Caja de munición de madera", - "67adf4b81c58bd68b2002fec Description": "Caja de munición de madera", - "67adf4db515e3dd542077a1d Name": "Caja de madera", - "67adf4db515e3dd542077a1d ShortName": "Caja de madera", - "67adf4db515e3dd542077a1d Description": "Caja de madera", - "67adf4eb110ba15da90c6413 Name": "Caja de granadas", - "67adf4eb110ba15da90c6413 ShortName": "Caja de granadas", - "67adf4eb110ba15da90c6413 Description": "Caja de granadas", - "67adf54d1c58bd68b2002ff0 Name": "Caja de herramientas", - "67adf54d1c58bd68b2002ff0 ShortName": "Caja de herramientas", - "67adf54d1c58bd68b2002ff0 Description": "Caja de herramientas", - "67adf5752fc5ee84020a9940 Name": "Scav muerto", - "67adf5752fc5ee84020a9940 ShortName": "Scav muerto", - "67adf5752fc5ee84020a9940 Description": "Scav muerto", - "67adf5f7adc1f43b0702b826 Name": "Caja de suministro técnica", - "67adf5f7adc1f43b0702b826 ShortName": "Caja de suministro técnica", - "67adf5f7adc1f43b0702b826 Description": "Caja de suministro técnica", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "Paladin BEAR (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Pantalones tácticos", + "67b32b69c57909356d0b0fee Name": "Paladin BEAR (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Pantalones tácticos", + "67b32b7c038008b0e105de2e Name": "Paladin BEAR (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Pantalones tácticos", + "67b32bcfc57909356d0b0ff0 Name": "K4 USEC (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Pantalones tácticos", + "67b32bdfab1a22b646087266 Name": "K4 USEC (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Pantalones tácticos", + "67b32bf0d813e783fc0ddac1 Name": "K4 USEC (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Pantalones tácticos", "67b70e43f753cf9f7a0a07a6 Name": "Caja de LATAM Drops Event 2025 (Común)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "Caja de LATAM Drops Event 2025 (Épica)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "V-Ex Carretera a la Base Militar", " Voip/DisabledForOffline": "El VoIP no está disponible en el modo Offline", " kg": " kg", @@ -14960,7 +15230,7 @@ "Apply all": "Aplicar todo", "ApplyMagPreset": "Cargar de plantilla", "Approx.": "Aprox.", - "Aquire specific item to proceed infiltration": "Acquire specific item to proceed to infiltration", + "Aquire specific item to proceed infiltration": "Adquiere un objeto en específico para realizar la infiltración", "Are you sure you want to buy selected items for {0}?": "¿Estás seguro de que quieres comprar los objetos seleccionados por {0}?", "Are you sure you want to cancel the transfer? All unsaved items will be lost": "¿Estás seguro de que deseas cancelar esta transferencia? Los objetos que no hayas guardado se perderán.", "Are you sure you want to cancel the transfer? You will be able to return to this process later": "¿Estás seguro de que quieres cancelar esta transferencia? Podrás volver a esta pantalla más tarde.", @@ -15646,7 +15916,7 @@ "Conditional/ConditionHasItem/Type": "Obtén los objetos:", "Conditional/ConditionHideoutArea/Type": "Mejoras del Refugio:", "Conditional/ConditionLevel/Type": "Nivel del personaje", - "Conditional/ConditionQuest/Type": "Tareas:", + "Conditional/ConditionQuest/Type": "Misiones:", "Conditional/ConditionSkill/Type": "Habilidades:", "Connecting to server": "Conectando al Servidor...", "Connection to server lost": "Conexión perdida con el servidor.", @@ -15748,7 +16018,7 @@ "DISCONNECT": "DESCONECTAR", "DISCONNECT FROM GLOBAL CHAT": "DESCONECTARSE DEL CHAT GLOBAL", "DISPOSE": "DESECHAR", - "DLSS Preset setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "DLSS Preset setting will be fully applied after the raid restarts": "La configuración será aplicada por completo tras reiniciar la incursión.", "DMR": "Fusiles de tirador designado", "DMRDescription": "La habilidad con el uso de fusiles de tirador designado su manejo, reduce el retroceso y el tiempo de recarga con este tipo de armas.", "DMRLevelingUpDescription": "La habilidad con Fusiles de Tirador Designado se mejora disparando y recargando el tipo de arma correspondiente.", @@ -15870,8 +16140,8 @@ "Disable legs stamina": "Desactivar aguante de las piernas", "Disable overload": "Desactivar sobrecarga", "Disable water and food consumption": "Desactivar el consumo de energía e hidratación", - "DisableGameFramerateLimit": "Disable game FPS limit", - "Disable_traps": "Disable traps", + "DisableGameFramerateLimit": "Deshabilitar límite de FPS en el juego", + "Disable_traps": "Desactivar trampas", "Disabled": "Desactivado", "DisbandGroup": "Disolver el grupo", "DisbandGroup message": "¿Estás seguro de que quieres disolver el grupo?", @@ -15881,7 +16151,7 @@ "Display offers from": "Mostrar ofertas de", "Do you really want to delete all messages with user: {0}?": "¿Estás seguro de que deseas eliminar todos los mensajes del usuario {0}?", "Do you really want to delete dialog with user: {0}?": "¿Estás seguro de que deseas eliminar la conversación con {0}?", - "Dogtag": "CHAPA DE IDENTIFICACIÓN", + "Dogtag": "CHAPA", "Don't allow to add me": "Bloquear peticiones de amistad", "Donate": "Sacrificar", "Dorms V-Ex": "V-Ex de Dormitorios", @@ -15910,7 +16180,7 @@ "E7_car": "Taxi V-Ex de Avda. Primorsky", "E8": "Complejo de Apartamentos Cardinal", "E8_yard": "Patio", - "E9_sniper": "Calle Klimov", + "E9_sniper": "Calle Klimov (Bengala)", "EARLY TERMINATION": "EXTRACCIÓN TEMPRANA", "EAntialiasingMode/FXAA": "FXAA", "EAntialiasingMode/None": "Desactivado", @@ -15997,7 +16267,7 @@ "EDLSSPreset/B": "B", "EDLSSPreset/C": "C", "EDLSSPreset/D": "D", - "EDLSSPreset/Default": "Default", + "EDLSSPreset/Default": "Por defecto", "EDLSSPreset/E": "E", "EDLSSPreset/F": "F", "EDLSSPreset/G": "G", @@ -16006,7 +16276,7 @@ "EDLSSPreset/J": "J", "EDLSSPreset/K": "K", "EDLSSPreset/L": "L", - "EDLSSPreset/Latest": "Latest", + "EDLSSPreset/Latest": "Más reciente", "EDLSSPreset/M": "M", "EDLSSPreset/N": "N", "EDLSSPreset/O": "O", @@ -16399,7 +16669,7 @@ "Game reconnection...": "Volviendo a conectar con la partida...", "Game settings": "Configuración del juego", "Game world creating...": "Creando el mundo de juego...", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", + "GameFramerateLimitBlockers/Description": "El límite de FPS en el juego está desactivado. Vuelve a activarlo para cambiar este parámetro.", "GameMode/Confirmation/PVE": "¿Estás seguro de que quieres cambiar al modo PvE?", "GameMode/Confirmation/PVP": "¿Estás seguro de que quieres cambiar al modo PvP?", "Gate 0": "Portón Nº0", @@ -16410,7 +16680,7 @@ "Gate_o": "Portón del Patio", "Gear parts": "Partes equipables", "Generator": "GENERADOR", - "Generator/Broken": "Repair needed", + "Generator/Broken": "Requiere reparación", "Generator/Disable": "Generador no disponible", "Generator/FillTheTank": "Repostar", "Generator/NeedIdle": "No puedes realizar acciones mientras te mueves", @@ -16421,7 +16691,7 @@ "Generator/Running": "El generador está encendido", "Get items": "Obtener objetos", "Get ready": "Prepárate", - "GetOffGesture": "Hacer la peineta", + "GetOffGesture": "Peineta", "GetOut": "Salir", "Goggles": "Gafas", "Good standing": "buena", @@ -17217,7 +17487,7 @@ "NoCompatibleAmmo": "(SIN MUNICIÓN)", "NoCorrespondingArea": "Hace falta la zona del Refugio requerida para poder reparar", "NoFutureUpgrades": "Sin más mejoras", - "NoGesture": "Pulgares abajo", + "NoGesture": "Pulgar abajo", "NoSignal": "SIN SEÑAL", "Noise": "Granulado", "NoiseSuppressionLevels/Disabled": "Deshabilitada", @@ -17300,7 +17570,7 @@ "OfflineRaid/startasgrouptooltip": "Con esta opción seleccionada los jugadores empezarán la incursión juntos", "OfflineRaidScreen/WarningHeader": "¡Atención! ¡Tu progreso no se guardará en el Modo de Prácticas!", "OfflineRaidScreen/WarningText": "El Modo Cooperativo requiere que todos los miembros del grupo tengan la versión Edge of Darkness del juego o la Expansión Co-op. \nEl juego se ejecutará en un servidor dedicado de Escape From Tarkov.", - "OkGesture": "Pulgares arriba", + "OkGesture": "Pulgar arriba", "Old Azs Gate": "Portón de la Antigua Gasolinera", "Old Gas Station": "Antigua Gasolinera ", "Old Road Gate": "Portón de la Carretera Vieja ", @@ -17427,7 +17697,7 @@ "Prestige/Levels/RewardsListCaption": "RECOMPENSAS POR OBTENER PRESTIGIO", "Prestige/Rewards/ModesCaption": "DISPONIBLE EN MODOS DE JUEGO:", "Prestige/Rewards/RewardDescription": "DESCRIPCIÓN:", - "PrestigeTooltip{0}": "Prestige level: {0}", + "PrestigeTooltip{0}": "Nivel de prestigio: {0}", "Previous": "Anterior", "PreviousMagazine": "Cargador anterior", "PreviousWalkPose": "Anterior pose", @@ -17474,11 +17744,11 @@ "Protect objective {0:F1}": "Protege el objetivo {0:F1}", "PveFirstTime/Caption": "Modo de juego: ZONA PVE", "PveFirstTime/Message": "Bienvenido al modo de juego ZONA PVE\n\nEn este modo puedes experimentar el juego completo con una persistente progresión de tu personaje en PvE estando solo o con amigos, sin preocuparte de ser atacado por otros jugadores durante la incursión.\n\nTodas las mecánicas son idénticas al modo de juego ZONA PVP.\n\n¡Buena suerte!", - "PveServerMode/ForceOnlineRaidInPVE": "This location can only be played on BSG servers", - "PveServerMode/IsInGroup": "Group raids can only be played on BSG servers", - "PveServerMode/IsScav": "Scav raids can only be played on BSG servers", - "PveServerModeCheckmark": "Play on BSG servers", - "PveServerModeHeader": "Server settings", + "PveServerMode/ForceOnlineRaidInPVE": "Esta ubicación solo puede ser jugada en servidores de BSG", + "PveServerMode/IsInGroup": "Incursiones en grupo solo pueden ser jugadas en servidores de BSG", + "PveServerMode/IsScav": "Incursiones como Scav solo pueden ser jugadas en servidores de BSG", + "PveServerModeCheckmark": "Jugar en servidores de BSG", + "PveServerModeHeader": "Configuración del servidor", "QUEST ITEM": "OBJETO DE MISIÓN", "QUEST ITEMS": "OBJETOS DE MISIÓN", "QUICK USE": "USO RÁPIDO", @@ -17860,9 +18130,9 @@ "SHO_TRANSIT_24": "TRÁN. 01", "SHO_TRANSIT_24_COND": " ", "SHO_TRANSIT_24_DESC": "Transitar a Lighthouse", - "SHO_TRANSIT_43": "TRANSIT??", - "SHO_TRANSIT_43_COND": "Probably requires Labrys access keycard (1)", - "SHO_TRANSIT_43_DESC": "Transit to Labyrinth?", + "SHO_TRANSIT_43": "TRÁN. ??", + "SHO_TRANSIT_43_COND": "Probablemente requiere una Tarjeta de acceso de Labrys (1)", + "SHO_TRANSIT_43_DESC": "¿Transitar a Labyrinth?", "SIDE": "FACCIÓN", "SIGHT CRATE": "Magnificación de la óptica", "SILENCE": "SILENCIO", @@ -17986,8 +18256,8 @@ "Settings/Graphics/DLSSLockThis": "Esta opción no está disponible cuando DLSS está activado", "Settings/Graphics/DLSSModeTooltip": "NVIDIA DLSS utiliza AI Super Resolution para proporcionar las más altas tasas de fotogramas posibles con la configuración máxima de gráficos. DLSS requiere una tarjeta gráfica NVIDIA RTX.", "Settings/Graphics/DLSSNotSupported": "DLSS no es compatible con tu sistema", - "Settings/Graphics/DLSSPreset": "DLSS Preset", - "Settings/Graphics/DLSSPresetTooltip": "Specific DLSS presets.", + "Settings/Graphics/DLSSPreset": "Modelo DLSS", + "Settings/Graphics/DLSSPresetTooltip": "Modelos preestablecidos DLSS específicos.", "Settings/Graphics/DLSSWrongSampling": "Desactiva el Remuestreo para poder activar DLSS", "Settings/Graphics/FSR2LockThis": "Esta opción no está disponible cuando FSR 2.2 está activado", "Settings/Graphics/FSR2ModeTooltip": "AMD FidelityFX Super Resolution 2.2 (FSR) es una nueva versión de la tecnología de escalado de imagen que te permite mejorar el rendimiento con una mínima pérdida de calidad de imagen.", @@ -18007,7 +18277,7 @@ "Settings/Graphics/Ultra": "Ultra", "Settings/Graphics/VeryHigh": "muy alto", "Settings/Graphics/VeryLow": "muy bajo", - "Settings/Graphics/VolumetricLight": "Volumetric lighting", + "Settings/Graphics/VolumetricLight": "Iluminación volumétrica", "Settings/NotSet": "Sin asignar", "Settings/OpticSensitivity": "Sensibilidad de ajuste de magnificación de la óptica", "Settings/PressType": "TIPO DE PULSACIÓN", @@ -18108,7 +18378,7 @@ "SniperLevelingUpDescription": "La habilidad con Fusiles de Cerrojo se mejora disparando y recargando el tipo de arma correspondiente.", "SniperRifle": "Fusiles de francotirador", "SniperRifle Mastering": "Fusil de francotirador", - "Sniper_exit": "Avenida Mira", + "Sniper_exit": "Avenida Mira (Bengala)", "Sniping": "Tirador Experto", "SnipingDescription": "Tirador Experto reduce el retroceso al disparar mientras apuntas, especialmente al estar tumbado, y te permite aguantar más tiempo la respiración.", "Softstop/You will be counted as a survivor": "El funcionamiento del servidor se verá interrumpido. Se te concederá el estatus de \"Superviviente\" cuando ocurra.", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "Incrementa la velocidad de movimiento y carrera en un [{0:0.#%}].", "StrengthBuffThrowDistanceInc": "Incrementa la distancia a la que lanzas en un [{0:0.#%}].", "StrengthDescription": "Incrementar tu fuerza te permitirá saltar más alto, correr más rápido, golpear más fuerte, lanzar más lejos y cargar con más peso.", - "StrengthLevelingUpDescription": "La habilidad de Fuerza se mejora corriendo con el efecto del sobrepeso, lanzando granadas, usando armas cuerpo a cuerpo y haciendo ejercicio en el Gimnasio del Refugio.", + "StrengthLevelingUpDescription": "La habilidad de Fuerza se mejora al moverse con el efecto del sobrepeso, lanzando granadas, usando armas cuerpo a cuerpo y haciendo ejercicio en el Gimnasio del Refugio.", "StressBerserk": "Acceso al modo Berserker.", "StressPainChance": "Reduce la posibilidad de sufrir una conmoción por el dolor en un [{0:0.#%}].", "StressResistance": "Resiliencia", @@ -18404,10 +18674,10 @@ "Trading/Dialog/Btr/News": "¿Qué novedades hay?", "Trading/Dialog/Btr/News/Next": "¿Alguna noticia más?", "Trading/Dialog/Btr/News1": "¡Unos gilipollas han saqueado mi almacén! Conseguí mantenerme a flote, ¡pero sigue siendo una situación jodida! Tengo que echarles a ostias... Pero primero, necesito un nuevo lugar donde pueda instalarme. Después, buscaré a alguien que me pueda ayudar. Si algo surge, me pondré en contacto contigo, ¿vale?", - "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", + "Trading/Dialog/Btr/News2": "¿Las noticias? ¿Has visto el calor que hace de repente? Mola lo cálido, ¡pero no puedes bajar la guardia! Hay que estar alerta en todo momento.", "Trading/Dialog/Btr/News3": "Escuché que algunos mercenarios entraron a las antiguas plantas industriales de Customs. Están por todas partes, saqueando cada puto rincón. Sabes, me pregunto por qué no habían abierto esas puertas y portones antes. ¿Lo habían intentado siquiera?", "Trading/Dialog/Btr/News4": "Alguien decidió contar a todos los veteranos de Tarkov. Si has estado aquí durante mucho tiempo, es posible que también puedas conseguir una insignia de distinción. ¡A partir de ahora, todos los novatos sabrán quiénes tienen más cojones por aquí!", - "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", + "Trading/Dialog/Btr/News5": "¡Hay barro por todas partes! Por suerte, este pequeñín es bastante grande, así que no se atascará. ¡El problema es tener que limpiarlo después! Y hablando de eso, ¿no te interesa currar medio turno lavando mi BTR? ¿No? Joder, qué coñazo...", "Trading/Dialog/Btr/NoNews": "Creo que esas son todas las noticias que tengo.", "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Lo haré. (aceptar misión \"{0}\")", "Trading/Dialog/Btr/PlayerFinishQuest{0}": "Hecho. (finalizar misión \"{0}\")", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Objeto", "UI/Quest/Reward/ProductionSchemeCaption": "Receta de elaboración en {0} al nivel {1}", "UI/Quest/Reward/QuestCaption": "Misión", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Nivel de prestigio: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Nivel del personaje: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "Habilidad {0} nivel: {1}", @@ -18847,8 +19118,8 @@ "Voip/VoiceActivationEnable": "Activación de la radio por voz", "Voip/WalkieTalkieVolume": "Volumen del radio:", "Voip/YouAreReported": "Has sido reportado por uso indebido del VoIP", - "VolumetricLight": "Volumetric lighting", - "VolumetricLight setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "VolumetricLight": "Iluminación volumétrica", + "VolumetricLight setting will be fully applied after the raid restarts": "La configuración será aplicada por completo tras reiniciar la incursión.", "WATCHLIST": "LISTA DE SEGUIMIENTO", "WEAPON BUILDS": "ESQUEMAS DE ARMAS", "WEAPON MASTERING (01)": "MAESTRÍA CON ARMAS (01)", @@ -18879,7 +19150,7 @@ "Warehouse 4": "Almacén Nº4", "Warning! You don’t have TerraGroup Labs access keycard!": "¡Advertencia! ¡No tienes una tarjeta de acceso de TerraGroup Labs!", "Warning! You don’t have a proper map in inventory!": "¡Atención! ¡No tienes el mapa apropiado en tu inventario!", - "Warning! You don’t have {0}!": "Warning! You don’t have {0}!", + "Warning! You don’t have {0}!": "¡Atención! ¡No tienes: {0}!", "Warning! You have missing parts required for assemble!": "¡Atención! ¡Faltan algunas piezas necesarias para montar el arma!", "Warning! You tried to leave this raid by disconnecting, either accidentally or on purpose. ": "¡Advertencia! Estás intentando abandonar la incursión desconectándote, ya sea a propósito o accidentalmente.", "Warnings/Inventory/ExaminationFailed": "Fallo al examinar el objeto.", @@ -19432,7 +19703,7 @@ "customization/Selected": "Seleccionado", "customs_secret_voron_boat": "Barca del Contrabandista", "customs_secret_voron_bunker": "Búnker del Contrabandista (ZB-1012)", - "customs_sniper_exit": "Pasaje de la Vía Férrea", + "customs_sniper_exit": "Pasaje de la Vía Férrea (Bengala)", "cz": "Čeština", "damApplied": "Daño realizado", "damAppliedArmor": "Daño absorbido por la protección", @@ -19796,8 +20067,8 @@ "lab_Parking_Gate": "Portón del Garaje", "lab_Under_Storage_Collector": "Conducto de Aguas Residuales", "lab_Vent": "Conducto de Ventilación", - "labir_exit": "The Way Up", - "labyrinth_secret_tagilla_key": "Ariadne's Path", + "labir_exit": "El Camino Arriba", + "labyrinth_secret_tagilla_key": "El Camino de Ariadna", "lastSession": "Última sesión de juego", "leader": "Líder", "left_side_plate": "PLACA IZQ.", @@ -20103,7 +20374,7 @@ "weapon name": "Nombre del arma", "will be available in:": "estará disponible en:", "will be destroyed after unpacking": "Será destruido al desempacarse", - "wood_sniper_exit": "Pasaje del Tendido Eléctrico", + "wood_sniper_exit": "Pasaje del Tendido Eléctrico (Bengala)", "woods_secret_minefield": "Puente Ferroviario a Tarkov", "you": "Tú", "you can't transfer item while moving": "No puedes transferir objetos mientras te mueves.", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20463,7 +20735,7 @@ "5704e4dad2720bb55b8b4567 Name": "Lighthouse", "5704e4dad2720bb55b8b4567 Description": "El faro del Cabo Dalniy solía ser un importante punto estratégico de camino a la ciudad de Tarkov. Durante las Contract Wars, fue el punto de entrada principal para las unidades USEC y sirvió como su base de operaciones. Después del conflicto, los Scavs le cogieron cariño al lugar, hasta que los viejos dueños volvieron y decidieron quedarse en Tarkov y establecer su propio orden.", "5704e554d2720bac5b8b456e Name": "Shoreline", - "5704e554d2720bac5b8b456e Description": "La zona costera de Shoreline está constituida por un vasto terreno a las afueras de Tarkov y se sitúa junto al puerto.\n\nSu territorio alberga un pueblo parcialmente abandonado, alojamientos privados de lujo, campos de cultivo, amplias playas, un embarcadero, una gasolinera, una estación meteorológica, así como una antena de telefonía y otras instalaciones comerciales. Su principal punto de interés es el Balneario \"Azure Coast\", que consta de varios edificios con toda clase de lujos. El complejo obtiene su energía únicamente gracias a una planta de energía hidroeléctrica cercana. El Balneario se utilizó como alojamiento temporal para el personal de TerraGroup y otras de sus empresas asociadas, mientras se organizaba la evacuación a través del puerto de Tarkov.", + "5704e554d2720bac5b8b456e Description": "La zona costera de Shoreline está constituida por un vasto terreno a las afueras de Tarkov y se sitúa junto al puerto.\n\nSu territorio alberga un pueblo parcialmente abandonado, alojamientos privados de lujo, campos de cultivo, amplias playas, un embarcadero, una gasolinera, una estación meteorológica, así como una antena de telefonía y otras instalaciones comerciales.\n\nSu principal punto de interés es el Balneario Azure Coast, que consta de varios edificios, y obtienen su energía únicamente de una planta de energía hidroeléctrica cercana. El Balneario se utilizó como alojamiento temporal para el personal de TerraGroup y otras de sus empresas asociadas, mientras se organizaba la evacuación a través del puerto de Tarkov.", "5704e5a4d2720bb45b8b4567 Name": "Terminal", "5704e5a4d2720bb45b8b4567 Description": "Una sección amplia de la zona portuaria, se rumorea que es el punto de extracción de respaldo de EMERCOM.", "5704e5fad2720bc05b8b4567 Name": "Reserve", @@ -20509,9 +20781,9 @@ "653e6760052c01c1c805532f Name": "Ground Zero", "653e6760052c01c1c805532f Description": "El centro de negocios de Tarkov. Aquí es donde tenía su sede TerraGroup. Aquí fue donde comenzó todo.", "65b8d6f5cdde2479cb2a3125 Name": "Ground Zero", - "65b8d6f5cdde2479cb2a3125 Description": "El centro de negocios de Tarkov. Aquí es donde tenía su sede TerraGroup. Aquí fue donde comenzó todo.", + "65b8d6f5cdde2479cb2a3125 Description": "El centro de negocios de Tarkov. Aquí es donde tenía su sede TerraGroup. Aquí fue donde comenzó todo. La zona se ha convertido de nuevo en un área de enfrentamientos desde los primeros días del conflicto.", "6733700029c367a3d40b02af Name": "The Labyrinth", - "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", + "6733700029c367a3d40b02af Description": "Una instalación de Knossos LLC, uno de los contratistas de TerraGroup. Según fuentes públicas, construyen parques de atracciones y temáticos. Sin embargo, este sitio parece más un búnker fortificado que un nuevo parque temático.", "5464e0404bdc2d2a708b4567 Name": "United Security", "5464e0404bdc2d2a708b4567 Description": "La compañía militar privada USEC se estableció en 1999 después de la fusión de dos compañías: KerniSEC y Safe Sea. En 2004, un agente de la multinacional TerraGroup se puso en contacto con USEC, y tras contratarla, convirtió a USEC en el ejército privado de la compañía, con oficinas en todo el mundo y más de 7.500 empleados.", "5464e0454bdc2d06708b4567 Name": "BEAR", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debut", "5936d90786f7742b1420ba5b description": "Hola, soldado. Tengo un trabajo que es demasiado fácil para mis chicos. Pero tú podrías hacerlo sin problemas. ¡Oye, no te cabrees, aún no te conozco lo suficiente como para darte un trabajo real!\n\nHay un montón de bandidos de mierda deambulando por las calles. No me molestan demasiado, pero siguen siendo un problema. Ve y haz que se calmen unos, digamos... cinco de ellos y coge un par de escopetas MP-133. Creo que eso será suficiente para ti. ¡Puedes retirarte, soldado!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -21546,9 +21830,9 @@ "5979ed3886f77431307dc512 declinePlayerMessage": "", "5979ed3886f77431307dc512 completePlayerMessage": "", "5979eee086f774311955e614 name": "Chapado en Oro", - "5979eee086f774311955e614 description": "Oi, street thug! Tell me, why has the world become so hypocritical, eh? People who haven't done a single proper thing in their lives are teaching me how to get shit done! One prick didn't like my business conditions, so he tried to pull a fast one on me. I taught him a lesson once, but he got all bullish.\n\nSo, it's a simple job. There's a group of Scavs at Polikhim. One of their top dogs is a certain Uruguay. He chose his nickname himself, the moron. \nWe should end him. But that's only half of the story. He's got a lighter, sort of lucky charm. A gold-plated Zibbo. He fidgets it all the time in his claws. Dropped by my place too, and kept fucking clicking it. \n\nI think he lived in the dorms, room 303. So, you gotta slip this thing into one of the special places so that someone gets a bit flabbergasted and gets the message. You feel me? Good. So the place is at the customs area, in a locked shed next to the trailer park. Here's the key to it.", + "5979eee086f774311955e614 description": "¡Oye, matón callejero! Cuéntame, ¿por qué el mundo se ha vuelto tan hipócrita, eh? ¡La peña que no ha hecho nada moralmente correcto en sus vidas me está tratando de enseñar cómo se hacen las cosas! A un idiota no le gustaron mis condiciones comerciales, así que intentó hacerse el listo y engañarme. Le di una lección esa vez, pero se puso terco.\n\nLo que tienes que hacer es muy fácil. Hay un grupo de Scavs en la Polikhim. Y uno de sus jefes es un tipo que se apoda Uruguay. ¿Quién coño elegiría un apodo como ese? Qué vergüenza de tío.\nDebemos acabar con él. Aunque esa es solo la mitad de la historia. Este gilipollas tiene una especie de amuleto de la suerte, un mechero Zibbo chapado en oro, que siempre lleva a la mano. Pasó por aquí hace poco y no dejaba de chasquear con él.\n\nCreo que vivía en los dormitorios de Customs, en la habitación 303. Así que necesito que ese mechero termine en un piso franco para que alguien lo encuentre y se dé por aludido, tal vez así capte la indirecta. ¿Entiendes? Bien. Ese piso franco está en Customs, en una caseta cercana al parking de tráileres. Aquí tienes la llave.", "5979eee086f774311955e614 failMessageText": "", - "5979eee086f774311955e614 successMessageText": "Proper good job. Let's see what comes of it. You go get some rest, yeah?", + "5979eee086f774311955e614 successMessageText": "Un trabajo bien hecho. Veamos qué sale de esto. Ve a descansar un poco, ¿vale?", "5979ef4586f77431307dc513": "Localiza y obtén el Encendedor Zibbo dorado en Customs", "5979ef7986f77431307dc514": "Esconde el Encendedor Zibbo dorado en la caseta portátil del parking de tráileres en Customs", "5979eee086f774311955e614 acceptPlayerMessage": "", @@ -21989,7 +22273,7 @@ "5a27c99a86f7747d2c6bdd8e declinePlayerMessage": "", "5a27c99a86f7747d2c6bdd8e completePlayerMessage": "", "5a27d2af86f7744e1115b323 name": "Amigo Occidental - Parte 2", - "5a27d2af86f7744e1115b323 description": "Bien, puesto que ahora somos buenos amigos, creo que tiene sentido dejarte entrar en los negocios de verdad.\n\nTenemos pedidos de un tío en especial. Su nombre es Peacekeeper, creo que sabes quién es. Pertenece a las fuerzas de la ONU, que supuestamente están aquí para prevenir los enfrentamientos... ¡Me parto! ¡Ja, ja, ja! Estoy compinchado con él desde el principio de toda esta mierda. Trabajando de aquí para allá, vendiéndole algunas cosillas, armando un poco de follón de cuando en cuando y cargándome a peña. La cosa es que está hasta arriba de curro y necesita alguien como tú, un tipo rudo y confiable.\n\nObviamente, me llevaré mi parte. Y tal como te imaginas, la oportunidad de trabajar directamente con un jefe extranjero no es gratis. Sí, sí, corta el rollo... Dame unos cuantos miles de pavos y podrás hacer negocios con él. Piensa en los beneficios de la civilización occidental. Je, je, je.", + "5a27d2af86f7744e1115b323 description": "Bien, puesto que ahora somos buenos amigos, creo que tiene sentido dejarte entrar en los negocios de verdad.\n\nTenemos pedidos de un tío en especial. Su nombre es Peacekeeper, creo que sabes quién es. Pertenece a las fuerzas de la ONU, que supuestamente están aquí para prevenir los enfrentamientos... ¡Me parto! ¡Ja, ja, ja! Estoy compinchado con él desde el principio de toda esta mierda. Trabajando de aquí para allá, vendiéndole algunas cosillas, armando un poco de follón de cuando en cuando y cargándome a peña. La cosa es que está hasta arriba de curro y necesita alguien como tú, un tipo duro y confiable.\n\nObviamente, me llevaré mi parte. Y tal como te imaginas, la oportunidad de trabajar directamente con un jefe extranjero no es gratis. Sí, sí, corta el rollo... Dame unos cuantos miles de pavos y podrás hacer negocios con él. Piensa en los beneficios de la civilización occidental. Je, je, je.", "5a27d2af86f7744e1115b323 failMessageText": "", "5a27d2af86f7744e1115b323 successMessageText": "¡Ahora hablamos en serio! El rublo cae en picado y los billetes verdes crecen como el culo de una puta de carretera. Je, je, je. ¡Espera la llamada de Peacekeeper, ambicioso profesional!", "5a27d34586f7744e1115b327": "Entrega los Dólares", @@ -22238,7 +22522,7 @@ "5ae3270f86f77445ba41d4dd declinePlayerMessage": "", "5ae3270f86f77445ba41d4dd completePlayerMessage": "", "5ae3277186f7745973054106 name": "Armero - Parte 8", - "5ae3277186f7745973054106 description": "Tengo dos redes neuronales, una escanea las caras en las cámaras de vigilancia y las compara con una base de datos; la otra monitoriza y reacciona a los flujos comerciales de criptomoneda. Hoy he decidido crear una nueva, que monitorizará la temperatura, la humedad y los parámetros de presión de mi refugio. Y entre otras cosas reaccionará a mi estado de ánimo. Veremos qué pasa cuando termine. Hay un pedido de un AKS-74N con modificaciones Zenit. La ergonomía debe ser superior a 65, el retroceso menor de 275 y que el arma no ocupe más de 10 huecos. Y lo más importante: guardamano Zenit B-30 con raíl superior B-31S, empuñadura táctica Zenit RK-0, cargador de AK-12, iluminador infrarrojo Zenit Klesch-2IKS y freno de boca Zenit DTK-1. ¡Zenit, todo Zenit! Quizá sea un regalo para un antiguo habitante de San Petersburgo.", + "5ae3277186f7745973054106 description": "Tengo dos redes neuronales, una escanea las caras en las cámaras de vigilancia y las compara con una base de datos; la otra monitoriza y reacciona a los flujos comerciales de criptomoneda. Hoy he decidido crear una nueva, que monitorizará la temperatura, la humedad y los parámetros de presión de mi refugio. Y entre otras cosas reaccionará a mi estado de ánimo. Veremos qué pasa cuando termine.\n\nHay un pedido de un AKS-74N con modificaciones Zenit. La ergonomía debe ser superior a 65, el retroceso menor de 275 y que el arma no ocupe más de 10 huecos.\n\nY ahora, lo más importante, las partes: Necesitamos un guardamano B-30 con raíl superior B-31S, empuñadura táctica RK-0, guardapolvo B-33, pistolete RK-3, culata PT-3, iluminador infrarrojo Klesch-2IKS, freno de boca DTK-1 y el nuevo cargador de AK-12, básicamente todo debe ser de la marca Zenit. Quizá sea un regalo para un antiguo habitante de San Petersburgo.", "5ae3277186f7745973054106 failMessageText": "", "5ae3277186f7745973054106 successMessageText": "¿Está listo el AK Zenit? Bien, déjala en esa caja, gracias. Puedes volver para el próximo encargo mañana, si quieres.", "5ae3570b86f7746efa6b4494": "Modifica un AKS-74N para que cumpla con las especificaciones requeridas", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "Mentiras", + "5c0bbaa886f7746941031d82 description": "Bien, te he llamado por esto... He pillado a un topo en mi equipo, el imbécil estaba filtrando información sobre mis vías de suministro y algunos lugares de interés. Así que me he encargado de averiguar qué coño está pasando.\n\nMi gente ha conseguido sacarle algo de información y parece ser que está compinchado con una pandilla de la zona, los que tienen montado su tinglado en los dormitorios de Customs. La cosa es que quiero darles información falsa de mi \"siguiente cargamento\". Entonces mi gente se colocará y esperará a que esos mamones lleguen a por la mercancía. Aunque tendrás que entregar la información sin liarla parda. El plan es que te hagas pasar por uno de los suyos, ¿lo pillas? Primero necesito que encuentres la memoria USB con información falsa que mi gente ha dejado en un coche quemado de color azul, sobre el puente de Customs. Es una lástima que hayan emboscado a mis chicos y no hayan podido acercarse más a los dormitorios. Bueno, a lo que iba, coloca la memoria USB junto con un fusil de francotirador SV-98 y un reloj Roler en los dormitorios como estaba previsto. Y lo más importante: ¡no te acerques a los Scavs de Customs! ¡No les toques ni un pelo! Una vez termines, te piras sin armar jaleo y punto.", + "5c0bbaa886f7746941031d82 failMessageText": "¿Pero qué coño...? ¡¿Por qué has disparado?! Ya no van a permitir que nadie se acerque a los dormitorios. Ahora van a estar montando guardia por un buen tiempo... ¿Cómo coño se supone que vamos a plantar esa información falsa ahora, eh? ¿Qué me estás contando? ¡¿De qué puto \"transmisor\" estás hablando?! ¡Cierra la boca y vete a tomar por culo de una vez!", + "5c0bbaa886f7746941031d82 successMessageText": "Parece que todo va según lo planeado, mis chicos están preparados y en posición. Creo que esta será la última vez que veamos a esos mierdas. Gracias por la ayuda.", "5c0bc32986f7743e4d1002d2": "Esconde el Fusil de francotirador SV-98 en la 3ª planta de los dormitorios, junto al montón de basura frente a las escaleras en Customs", "5c0bc43e86f7744794440ba5": "Esconde el Reloj Roler Submariner en la 3ª planta de los dormitorios, junto al montón de basura frente a las escaleras en Customs", "5c12320586f77437e44bcb15": "Esconde la Memoria USB con información falsa en la 3ª planta de los dormitorios, junto al montón de basura frente a las escaleras en Customs", @@ -22692,7 +22976,7 @@ "5c0bd94186f7747a727f09b2 declinePlayerMessage": "", "5c0bd94186f7747a727f09b2 completePlayerMessage": "", "5c0bdb5286f774166e38eed4 name": "Curtido", - "5c0bdb5286f774166e38eed4 description": "¡Eh!, ven aquí un momento. Como habrás podido comprobar, tus compañeros PMC están pasando por momentos difíciles... los más mierdecillas no consiguen sobrevivir. Pero te diré lo curioso de este asunto: se ven como tipos rudos por fuera, pero cuando se meten en algo chungo caen como moscas. El pánico se los carga, o los temblores... ¡Qué sé yo! Pero eso no cambia el resultado. Así que, puesto que estamos trabajando juntos en esto, no quiero tener que preocuparme por que la cagues.", + "5c0bdb5286f774166e38eed4 description": "¡Eh!, ven aquí un momento. Como habrás podido comprobar, tus compañeros PMC están pasando por momentos difíciles... los más mierdecillas no consiguen sobrevivir. Pero te diré lo curioso de este asunto: se ven como tipos duros por fuera, pero cuando se meten en algo chungo caen como moscas. Se los carga el pánico, o los temblores... ¡Qué sé yo! Pero eso no cambia el resultado. Así que, puesto que estamos trabajando juntos en esto, no quiero tener que preocuparme por que la vayas a palmar.", "5c0bdb5286f774166e38eed4 failMessageText": "", "5c0bdb5286f774166e38eed4 successMessageText": "¡Ahí está el tío! Ahora estoy seguro de que no saldrás corriendo cuando las cosas se pongan feas.", "5c0bdbb586f774166e38eed5": "Alcanza el nivel requerido con la habilidad de Resiliencia", @@ -23622,7 +23906,7 @@ "5ede567cfa6dc072ce15d6e3 declinePlayerMessage": "", "5ede567cfa6dc072ce15d6e3 completePlayerMessage": "", "5f04886a3937dc337a6b8238 name": "Armario de Química", - "5f04886a3937dc337a6b8238 description": "Hola, ¿te has enterado? Ha aparecido un tipo nuevo en la zona del Balneario. Se hace llamar Sanitar. Parece que no es un cualquiera, él trabajó para TerraGroup cuando se instalaron en el Balneario, eso es seguro. O es un científico muy importante, o era alguien cercano a cierta gente de la cual aún no tenemos información. Escuché que vende algunos estimulantes secretos, eso significa que entiende bastante de química. Yendo al grano, definitivamente o tiene su lugar de trabajo allí o un alijo propio en el Sanatorio y necesito que encuentres ese sitio. Enviaré a mis especialistas y quizá encuentren algo interesante para mí. Pero ve con cuidado, este hombre es peligroso.", + "5f04886a3937dc337a6b8238 description": "Hola, ¿te has enterado? Ha aparecido un tipo nuevo en la zona del Balneario. Se hace llamar Sanitar. Parece que no es un cualquiera, él trabajó para TerraGroup cuando se instalaron en el Balneario, eso es seguro. O es un científico muy importante, o era alguien cercano a cierta gente de la cual aún no tenemos información. Escuché que vende algunos estimulantes secretos, eso significa que entiende bastante de química. Yendo al grano, definitivamente o tiene su lugar de trabajo allí o un alijo propio en el Balneario y necesito que encuentres ese sitio. Enviaré a mis especialistas y quizá encuentren algo interesante para mí. Pero ve con cuidado, este hombre es peligroso.", "5f04886a3937dc337a6b8238 failMessageText": "", "5f04886a3937dc337a6b8238 successMessageText": "¿Está... justo en la primera planta? Mis hombres han estado allí muchas veces y no han encontrado nada. ¿Entraste a la habitación?, ¿Encontraste algo que fuera interesante? Bueno, no importa, de todos modos enviaré a mis chicos a que la revisen. Aquí está tu recompensa, te la has ganado. Gracias.", "5f0488c590eea473df674002": "Localiza la oficina de Sanitar en el Balneario", @@ -25549,7 +25833,7 @@ "6574e0dedc0d635f633a5805 description": "Tengo un nuevo juguete que he estado pensando en probar. Y justo llegas aquí, a tiempo para ayudarme con esto. Toma esta RPD y ve a estrenarla en Shoreline. Pero no vayas a perderla en el camino, no aceptaré resultados con otras configuraciones de esta arma.", "6574e0dedc0d635f633a5805 failMessageText": "", "6574e0dedc0d635f633a5805 successMessageText": "Bueno, ¿te gustó? Está muy bien, ¿verdad? ¡Es una auténtica belleza en combate!", - "6574e0dedc0d635f633a5807": "Eliminate any target while using an RPDN machine gun with 1P78-1 scope on Shoreline", + "6574e0dedc0d635f633a5807": "Elimina a cualquier objetivo en Shoreline usando una ametralladora RPDN con óptica NPZ 1P78-1", "6574e0dedc0d635f633a5805 acceptPlayerMessage": "", "6574e0dedc0d635f633a5805 declinePlayerMessage": "", "6574e0dedc0d635f633a5805 completePlayerMessage": "", @@ -25703,9 +25987,9 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Dinero Fácil - Parte 1", - "66058cb22cee99303f1ba067 description": "Qué pasa tío. Tengo un trabajo para ti. Un amigo mío está buscando a las personas adecuadas para su negocio. No conozco todos los detalles, solo la primera etapa del reclutamiento, por decirlo de alguna manera. Veo que estás interesado.\n\n¿Has escuchado algo sobre la Arena? Debes poner afiches alrededor de Tarkov. En plan, \"ven a ver\", y todo ese tipo de mierda, tú sabes. ¡Eh, los grandes siempre empiezan pequeño! Ve y coge los pósteres en el campamento USEC de Bosque, ¿Cómo terminaron allí? Quién sabe. Mi contacto podría tener buenos aliados. Una vez que consigas el paquete, sal, camina por ahí y pega los pósteres por toda la ciudad. Era broma. Llévalos a la ubicación especificada, ellos se encargarán de lo demás.", + "66058cb22cee99303f1ba067 description": "Qué pasa tío. Tengo un trabajo para ti. Un viejo amigo mío está buscando a las personas adecuadas para su negocio. No conozco todos los detalles, solo la primera etapa del reclutamiento, por decirlo así. Veo que estás interesado.\n\n¿Has escuchado algo sobre la Arena? Debes poner afiches alrededor de Tarkov. En plan, \"ven a ver\", y toda esa mierda, tú sabes. ¡Eh, los negocios grandes siempre comienzan con cosas pequeñas! Tengo un par de pósteres listos para ti, pero si los pierdes, será tu puto problema, ¿entendido? Llévalos a la fortaleza de los Scavs en Customs. Anda, vete ya.", "66058cb22cee99303f1ba067 failMessageText": "", - "66058cb22cee99303f1ba067 successMessageText": "¿Todo listo? Entonces les diré. Por mientras, coge estas cositas.", + "66058cb22cee99303f1ba067 successMessageText": "¿Todo listo? Entonces les diré. Por mientras, coge estas cosicas.", "6606b709f7ce34bb26221cab": "Coloca el paquete de pósteres de Bison VS Undertaker en el alojamiento de la base Scav en Customs", "6606b74ebce4c3e0bda438fd": "Coloca el paquete de pósteres de Killa y Tagilla en el andén del ferrocarril de Reserve", "6606b7501d9dfa39ba0b037e": "Coloca folletos en el Cine Rodina en Streets of Tarkov", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "¡Hola campeón! Un amigo mío te dio una pequeña misión de prueba. Así que he decidido conocerte en persona. La gente me llama Ref. Soy el Anfitrión de la Arena y me gusta ganar mucho dinero, ¡Ja-ja!\n\nClaramente, a ti no te vendría nada mal ganar algo de dinero y yo necesito personal nuevo de forma urgente. El negocio está en auge y me hace falta personal. ¡Nos expendemos!\n\nTenemos agendado otro combate pronto. Como decían en la antigua Roma, \"el pueblo quiere pan y circo\". Vamos bien con lo último, pero se nos está acabando el pan. Es solo una pequeña interrupción de suministros, nada de que preocuparse. Pero necesito que traigas un poco de comida y alcohol para el público.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Todo lo que has traído ha sido enviado a los asientos. Bien hecho.", - "6606bd2aa49db36b69b6dbf9": "Entrega el objeto encontrado en incursión: Botella de vodka Tarkovskaya", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Entrega el objeto encontrado en incursión: Botella de cerveza Pevko Light", "6606bd814120fcf7f0a38e55": "Entrega el objeto encontrado en incursión: Tableta de chocolate Alyonka", "6606bd9128b63f13e560592f": "Entrega el objeto encontrado en incursión: Paquete de carne seca Tarker", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balanceo - Parte 1", - "66058cb7c7f3584787181476 description": "Has hecho un gran trabajo en mis encargos. También te he buscado en mi base de datos... Solo como precaución, claro. Nunca contrato a un completo desconocido, ¿me entiendes, hermano? ¡Te he ascendido a evaluador! Estarás probando equipamiento para la Arena.\n\nAquí tienes un fusil de asalto G36 y un chaleco balístico THOR, prueba este conjunto con la escoria. Mis gladiadores usarán este kit después, si es que tus pruebas son satisfactorias.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Este kit está de puta madre, ¿verdad? Oh, hasta se me ha ocurrido un nombre: lo llamaremos Diesel. Creo que exageramos un poco con las placas, es todo un tanque andante. Creo que será mejor quitarlas, ¿te parece?", - "6606d133fcb99b9004aa2d1d": "Elimina Scavs en Interchange utilizando un fusil de asalto G36 y cualquier chaleco balístico NFM THOR", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balanceo - Parte 2", - "66058cb9e8e4f17985230805 description": "La forma en la que manejaste la última prueba fue un gran éxito. Menos mal que te elegí de entre todos los candidatos.\n\nAhora probaremos un conjunto nuevo en peces gordos. Ten, un fusil de asalto AKS-74UB y un chaleco balístico PACA. Si logras sobrevivir con esto, los gladiadores estarán felices también. Bien, anda y pruébalo.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Veo que en este kit te has enfocado más en la potencia del arma... No ofrece mucha protección, así que será un kit de Explorador. ¡Oh, ya tengo el nombre! Tenía un amigo que era delgado y de aspecto frágil, pero con mucha energía. Pateaba culos a diestra y siniestra. Lo llamábamos Tikhon. Así llamaré a este kit.", - "660a9c99c650fa4d531f4c96": "Elimina operadores PMC en Streets of Tarkov utilizando un AKS-74UB y un chaleco balístico PACA", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "Se me ocurrió una gran idea para mejorar aún más la Arena. Y necesito tu ayuda.\n\nNecesito encontrar algunas placas balísticas para alguien. Es un artista frecuente, por lo tanto, es hora de actualizarle para emocionar al público. Ese es el detalle con los espectáculos, si no le echas leña a tiempo, se apaga el fuego.\n\nBueno, anda y busca unas placas balísticas.\n\n¡El público gritará cuando le vean!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "¡Justo lo que necesito! No hace falta más. Todos estarán impactados cuando vean los resultados, ¡te lo prometo! Aquí tienes un casco como recompensa. Su último dueño ahora tiene uno mejor, ¡Ja!", - "6606d08b4e2e27ca2d80085e": "Entrega el objeto encontrado en incursión: Placas balísticas Korund-VM (Frontales)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Entrega el objeto encontrado en incursión: Placa balística SPRTN Omega", "6606d0a8f146598b0f492e12": "Entrega el objeto encontrado en incursión: Placa balística 6B33 (Frontal)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Crea Una Distracción - Parte 1", - "66058cbd9f59e625462acc8e description": "Mira, estoy empezando a verte como parte de la familia. ¡Como un hermano! Creo que puedo conseguirte un trabajo serio.\n\nTengo a ciertos cofundadores en la Arena, Kaban y Kollontay, tal vez les conozcas. Pensé que eran gente guay, pero ahora decidieron jugar a la política. Quieren poner a su campeón en la Arena, ¿te lo puedes imaginar? Y tú sabes que un buen campeón genera mucha pasta. Requerirá mucho tiempo y dinero reconstruir el negocio.\n\nNecesitamos asustar a estos tipos para que se enteren de que se están pasando de la raya. Coge unas pocas cargas explosivas y colócalas alrededor de sus escondites. Sin detonadores. No vamos a estallar nada, pero haremos que luzca como algo muy grave. Que corran por allí con los cojones de corbata.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "¡Ja, deberías haber visto el caos que hubo cuando encontraron las cargas! ¡Todo un espectáculo! Es una lástima que no lo hubiéramos grabado todo... Has hecho un buen trabajo. Aquí está tu recompensa.", - "660a9dc64c0927ead4fcfeef": "Coloca tres Cargas de TNT TP-200 debajo de la oficina de Kaban en Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Coloca tres Cargas de TNT TP-200 en la entrada de la academia MVD en Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Crea Una Distracción - Parte 2", - "66058cbf2f19c31a5a1337ec description": "Kaban y Kollontay se han recuperado desagradablemente rápido. También han sido lo suficientemente pasmados como para no captar la indirecta. Pero no hay problema, tú y yo, podemos darles otra pista, ¿no es así?\n\nTengo un plan. Debes volver a visitarlos y dispararle a sus perros falderos, los guardias. Todos ellos son sus socios de confianza. ¡Pero no toques a Kaban ni a Kollontay! Seguramente captarán la indirecta esta vez.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "¡¿Qué no miras a quién le disparas?! Te tenía con tan alta estima...", - "66058cbf2f19c31a5a1337ec successMessageText": "¡Buen trabajo! Kaban y Kollontay están montando toda una tormenta, buscando al que ordenó el ataque. Ya lo superarán y se darán cuenta de que se estaban pasando de la raya. Toma, esta es tu recompensa.", - "660d5effb318c171fb1ca234": "Elimina a los guardias de Kaban en Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Elimina a los guardias de Kollontay en Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "¡Hacia Grandes Alturas! - Parte 1", - "66058cc1da30b620a34e6e86 description": "Bueno, ahora Kaban y Kollontay están demasiado ocupados buscando a sus agresores como para hacer cualquier otra cosa. Lo que significa que es hora de un nuevo campeón en la Arena. Y ese serás tú. Con tu consentimiento, claro está. Aquí nos mantenemos firmes ante la explotación laboral, ¡Ja ja!\n\nPuedo ayudarte a alcanzar fama y riquezas más allá de tus sueños más locos. Solo tienes que aceptar mi oferta. Pero, ya sabes, las acciones siempre valen más que las palabras. Así que ve a la Arena y gana. Solo así sabré que estás listo para seguir adelante.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "¡Jamás dudé de ti ni por un segundo, hermano! Pero no lo olvides, estamos aquí para entretener al público. ¡Necesitamos un espectáculo más grande! A veces parece como si solo estuvieran disparando latas, ¿me entiendes?", - "662ba5a89d8041c264dd9673": "Gana una partida en el modo de juego clasificatorio en Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "Hermano, de ahora en adelante estarás bajo mi protección. Me aseguraré de que tengas un buen progreso, pero tendrás que mover el culo más seguido.\n\nEmpecemos con lo básico. La Arena está en Tarkov, pero los patrocinadores más importantes están en el extranjero. Ellos ven todas las partidas, hacen apuestas y arrojan dinero a los favoritos. Necesitas que algunos de esos peces gordos tomen interés en ti. Consigue su atención, demuéstrales que eres digno. Gánate un nombre. Una sola victoria no es suficiente para lograrlo. ¡Muéstrales que puedes realizar una actuación emocionante!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "¡Veo que vas progresando! Han comenzado a hablar de ti en el extranjero. La gente está interesada. ¡Es una señal de que vas por buen camino!", - "662ba78e19c86d3199ae0a93": "Gana una partida en el Modo Clasificatorio en Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Alcanza una puntuación ARP de 1700", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "¡Vas muy bien! Pero todavía es muy pronto como para renunciar. Saca a relucir tu rostro con mayor frecuencia, impresiona a la audiencia. Debes destacar. Conviértete en la persona de quien todos hablan, en aquel a quien vienen a ver. Después llegará el dinero, y luego otros beneficios: coches, chicas... Aunque a Tarkov le falta un poco de lo último.\n\nEn fin, en estos momentos, la Arena es una magnífica oportunidad profesional, ¡ja!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "¡Ahora estás un paso más cerca de las grandes ligas! Respeto, hermano.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "¿Cómo está el ánimo? ¿Listo para la batalla? ¿Listo para lucirte en la Arena una vez más? ¿Listo para destrozar a unos cuantos cabronazos? Las probabilidades aún están en tu contra, ¡así que no decepciones a la audiencia!\n\nY ya que estamos. ¿Tienes algo de dinero? Debes apostar por ti mismo y luego ganar seis veces. Ganarás toneladas de dinero y serás famoso. Trae el dinero, yo organizaré el resto. Solo ten cuidado: si pierdes cinco veces, comienzas de nuevo.", "66058cc72cee99303f1ba069 failMessageText": "Ahhh, tío, casi lo consigues. Inténtalo de nuevo, parece que la audiencia aún está a tu favor.", "66058cc72cee99303f1ba069 successMessageText": "Aquí está tu cheque. Deduje todos mis servicios de ahí: sobornos a oponentes, honorarios y todo eso. ¿Qué? ¿Pensabas que trabajo gratis?", - "662bb23200ae352a6d5a415d": "Gana 6 de 10 partidas en el Modo Clasificatorio en Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Condición de fracaso: Perder 5 partidas", "6633a85e347a2a2b4051a26b": "Entrega Rublos del saldo de EFT", "665493a649bd17856482ba77": "Condición de Fracaso: Perder 5 partidas", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "¡Tengo buenas noticias! ¡Mejor dicho, son excelentes noticias! Espero que hayas elegido un pequeño apartamento en la colonia pija de Tarkov, ¡porque pronto lo tendrás junto a todo este dinero! Es coña. De todos modos, todas las casas de esos vecindarios se derrumbarán en poco tiempo.\n\nEn fin, algunas personas muy poderosas del otro lado de la frontera están interesadas en ti. Poderosas y de mucho dinero. No puedo decirte sus nombres, es secreto empresarial y no quiero infringir los acuerdos que firmé. Entonces, estas personas están listas para tomarte bajo su protección y patrocinarte a lo grande, pero primero quieren garantías.\n\nDebes convertirte en el campeón. Vuela alto, vuela por encima del resto. Tendrás que pasar más tiempo en la Arena. Puedo ver en tus ojos que estás listo.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Eres muy bueno. Un francés muy famoso - no diré su nombre por razones de privacidad - está interesado en ti. Tiene un ceceo que es un coñazo, pero ofrece buena pasta. Ya he hecho los arreglos para tu patrocinio.", - "662ba87106e44407b79e9ab2": "Gana 3 partidas consecutivas en el modo de juego clasificatorio en Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25819,9 +26104,10 @@ "66058ccbc7f3584787181478 description": "Hola. Escuché que ahora trabajas para Ref. Te he seguido la pista de cerca desde hace un tiempo.\n\nConocí a un hombre que también se había enrolado con Ref, al igual que tú. Durante un tiempo, él fue el antiguo campeón de Ref y luego, de repente, desapareció. Y estoy seguro de que esto no tuvo nada que ver con Kaban y Kollontay.\n\nSi no quieres desaparecer al igual que ese tipo, busca el apartamento del último campeón. Creo que aún ha de quedar algo interesante por allí. El campeón solía pasar el tiempo con los contrabandistas en los dormitorios de Customs. Quizás encuentres algunas pistas sobre cómo entrar a la habitación.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "¿Irás en persona a preguntarle a Ref? Bueno, fue un placer conocerte.", - "664ef2e5c11296c444642040": "Localiza la habitación del antiguo campeón en Customs", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Averigua qué ocurrió con el campeón", "664ef3c238dad5c6686a6d1e": "Sobrevive y extrae de la localización", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "¿Dices que has ido al dormitorio del último campeón? Vale... voy a fingir que eso nunca pasó. Solo recuerda, la curiosidad mató al gato... y también al último campeón. Era un tío guay, me caía bien, pero se ablandó, perdió el toque.\n\nDeberías practicar más, no andar deambulando por la ciudad. De lo contrario, tu puntuación comenzará a bajar.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "¡Eso es! Debes dedicarle más tiempo a mejorar tus habilidades. Quién sabe qué podría pasar si no lo haces…", - "663b9bb7fe7953705cb09114": "Elimina a cualquier objetivo utilizando Carabinas de asalto en Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Elimina a cualquier objetivo utilizando Fusiles de asalto en Arena", "663b9c13d71a6a0be997a5d5": "Elimina a cualquier objetivo utilizando Ametralladoras en Arena", "663b9c1559c1d56ec9bd6b4a": "Elimina a cualquier objetivo utilizando Fusiles de tirador designado en Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Entre Dos Fuegos", "66058ccf06ef1d50a60c1f48 description": "Así que has encontrado un cadáver. ¿Lo registraste? ¿Revisaste alrededor? Solo estoy señalando que eres un ciego. El campeón, hasta donde sé, llevaba un diario. Sí, como un adolescente, pero la verdad es que esto juega a tu favor.\n\n¿Por qué no mejor vuelves y buscas con más cuidado? Debe haber más información sobre Ref en ese diario, algo sucio sobre él. ¿Quieres dejar de ser prescindible en la Arena? Entonces hazlo.\n\nY una cosa más: si me traes cualquier otra información sobre Ref que valga la pena, te pagaré bien.", "66058ccf06ef1d50a60c1f48 failMessageText": "¿Quieres quedarte bajo la falda de Ref? Vale, haz lo que quieras.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Bien hecho. Me alegra que hayas agarrado tu destino por los huevos.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Localiza y obtén la información comprometedora sobre Ref", "664fd7f0837ee02ad4c8e658": "Entrega la información recuperada", "66563f0a2684eee09e8dcd86": "Localiza la habitación del antiguo campeón", "6658eb28849643547f210708": "Regresa a la habitación del antiguo campeón en Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisiones, Decisiones", "66058cd19f59e625462acc90 description": "He estado escuchando rumores... Rumores muy desagradables. Dicen que intentas excavar en mis asuntos.\n\nMira, nos conocemos desde hace tiempo. ¡Eres como un hermano para mí! No hagas algo de lo que te vayas a arrepentir después. Cuanto menos sepas, dormirás mejor, ¿escuchaste?\n\nHasta que tenga absoluta confianza en ti, mis hombres te estarán vigilando. No quiero que hagas ninguna jugarreta, campeón. Y si encuentras algo durante tu pequeña cita con el antiguo campeón, tráelo. Solo entonces podremos olvidarnos de este pequeño y gracioso accidente.", - "66058cd19f59e625462acc90 failMessageText": "¡Bastardo! He hecho todo por ti, te saqué del barro, te hice un hombre de verdad, y tú... ¡Hijo de puta!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Has tomado la decisión correcta. Nunca dudé de ti, hermano. Muy bien, no quiero más jugarretas como estas de ahora en adelante, ¿me has escuchado?", "660da15a747708e25add9653": "Condición de fracaso: Lleva la información a Fence", - "664fd86520fa1bd9f8fa5489": "Localiza y obtén la información comprometedora sobre Ref", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Entrega la información recuperada", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -26287,7 +26576,7 @@ "6663148ed7f171c4c20226c1 successMessageText": "Gracias. Se han confirmado mis sospechas. Espero que comprendas que no debes de hablar de este asunto a nadie.", "666729738d4b7a9182ad4a89": "Encuentra en incursión la Figura de Ded Moroz", "66672a1a928cfea6db3ff6cb": "Entrega el objeto", - "66672a99bf7a7a1fcee35af0": "Encuentra en incursión la Figura del político Mutkevich", + "66672a99bf7a7a1fcee35af0": "Encuentra en incursión la Figura del político Mutkévich", "66672a9e351098ce6dee9d3e": "Entrega el objeto", "66672b010cf940754acb3a83": "Encuentra en incursión la Figura de Killa", "66672b18eba38faad31d29c3": "Entrega el objeto", @@ -27088,8 +27377,8 @@ "67040c78bf4be8a4ef041a65 successMessageText": "¡Tu contribución para salvar la ciudad es invaluable! Sin embargo, no puedo realizar un análisis completo de la muestra por mi cuenta.\n\nPero conozco a alguien que puede participar en el proceso. Un experto del más alto calibre... Te responderé con los resultados muy pronto.", "67068b5263a6a9dd703a29f2": "Localiza y obtén el vial de la vacuna en The Lab", "67068b5c3d3d44305f177281": "Entrega el objeto encontrado", - "67262b4023c03479138728fa": "Use the transit from The Lab to Streets of Tarkov", - "67262ba531b7021ec5cfc7e8": "Stash the vaccine under Kaban's office on Streets of Tarkov", + "67262b4023c03479138728fa": "Usa el tránsito de The Lab a Streets of Tarkov", + "67262ba531b7021ec5cfc7e8": "Esconde la vacuna debajo de la oficina de Kaban en Streets of Tarkov", "67040c78bf4be8a4ef041a65 acceptPlayerMessage": "", "67040c78bf4be8a4ef041a65 declinePlayerMessage": "", "67040c78bf4be8a4ef041a65 completePlayerMessage": "", @@ -27243,12 +27532,12 @@ "671a59e43d73dac1360765cc acceptPlayerMessage": "", "671a59e43d73dac1360765cc declinePlayerMessage": "", "671a59e43d73dac1360765cc completePlayerMessage": "", - "6727ef2c6015b7cc540ea754 name": "Contagious Beast", - "6727ef2c6015b7cc540ea754 description": "I never thought we'd have so much on our plate. Did you hear that the infected have gotten to Tagilla? He was already furious before, and now even more so. With such an active carrier of contagion, we'll soon run out of healthy people.\n\nHe must be stopped. Sure, there are tons of infected everywhere now, but none of them are as dangerous as Tagilla. So I'm asking you to put everything on hold and find the bastard. And don't leave until his body stops twitching.\n\nAfter everything that's happened, it wouldn't surprise me if Tagilla survives several magazines and then gets up as if nothing had happened... And hey, be careful out there.", + "6727ef2c6015b7cc540ea754 name": "Bestia Contagiosa", + "6727ef2c6015b7cc540ea754 description": "Nunca hubiera pensado que tendríamos tanto por hacer. ¿Has escuchado que los infectados han pillado a Tagilla? Antes ya estaba furioso, ahora está mucho peor. Con un portador contagioso tan activo, pronto nos quedaremos sin gente sana.\n\nHay que detenerle. Claro, ahora hay toneladas de infectados por todas partes, pero ninguno de ellos es tan peligroso como Tagilla. Así que te pido que dejes todo lo que estás haciendo y encuentres a ese bastardo. Y no dejes de disparar hasta que su cuerpo deje de moverse.\n\nDespués de todo lo que ha pasado, no me sorprendería que Tagilla lograse sobrevivir a varios cargadores y levantarse como si nada... Y eh, ten cuidado allá afuera.", "6727ef2c6015b7cc540ea754 failMessageText": "", - "6727ef2c6015b7cc540ea754 successMessageText": "You made sure this demon is out of commission, yes? Well, let's hope we've dealt with this threat for good.\n\nConserve your ammo and check back soon, it's important we all work together right now.", - "6727f18974e5bdcd3778dc54": "Locate and neutralize infected Tagilla", - "6727f338415cfa0beb19c5be": "Survive and extract", + "6727ef2c6015b7cc540ea754 successMessageText": "Te aseguraste de que este demonio quedara fuera del juego, ¿verdad? Bien, esperemos haber acabado con esta amenaza por siempre.\n\nConserva tu munición y vuelve a visitarme pronto. Es importante que todos trabajemos juntos en este momento.", + "6727f18974e5bdcd3778dc54": "Localiza y neutraliza a Tagilla infectado", + "6727f338415cfa0beb19c5be": "Sobrevive y extrae", "6727ef2c6015b7cc540ea754 acceptPlayerMessage": "", "6727ef2c6015b7cc540ea754 declinePlayerMessage": "", "6727ef2c6015b7cc540ea754 completePlayerMessage": "", @@ -27272,378 +27561,378 @@ "673f348dd3346c21670217e7 declinePlayerMessage": "", "673f348dd3346c21670217e7 completePlayerMessage": "", "673f4e956f1b89c7bc0f56ef name": "Hot Wheels", - "673f4e956f1b89c7bc0f56ef description": "So I went to the depot... Those assholes ruined the place and took my spare parts. I mean, I can understand tools or equipment. But why the fuck would someone take the fucking wheels? You're not gonna build a second BTR like that.\n\nAnyway, I need a spare wheel, and the sooner the better. You gotta find where the proper wheels could be laying around. I don't know where to look exactly, but you're not a moron, you'll figure it out. You can start with the customs area, but I haven't been there for ages, so I can't promise they'll be there.", - "673f4e956f1b89c7bc0f56ef failMessageText": "This is a joke, right?\n\nThese are fucking truck wheels, you idiot. I'm driving a BTR. B-T-R! Go mark fucking bicycle wheels next while you're at it.", - "673f4e956f1b89c7bc0f56ef successMessageText": "Awesome! These will do, and you also did it quick. I commend that! Changing the wheels will take some time though, it's not a Lada after all.", - "673f5065cdfe082966842575": "Complete the main objective as soon as possible", - "673f507029a1128d5c4d7498": "Locate and mark the spare BTR wheels with an MS2000 Marker", - "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "There are wheels everywhere, don't worry. I'll take care of it.", - "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f4e956f1b89c7bc0f56ef completePlayerMessage": "All done. I did what you asked.", - "673f5a4976553f78350bdac1 name": "Hot Wheels - Let's Try Again", - "673f5a4976553f78350bdac1 description": "We've already lost time, but if we wait any longer, the BTR's gonna stall. While you were screwing around, I did some digging and found out where we can get some proper wheels. Go to the reserve military base, the wheels we need are there. \n\nThey come with rims attached, and they're a proper diameter for the BTR, too. Don't mess it up this time, the deadline's coming up.", + "673f4e956f1b89c7bc0f56ef description": "Bueno, fui al depósito... Esos gamberros arruinaron el lugar por completo y se han llevado mis piezas de repuesto. A ver, puedo entender que se lleven las herramientas o los equipos. ¿Pero por qué coño se llevaría alguien las puñeteras ruedas? No van a construir un segundo BTR de la nada.\n\nEn fin, necesito una rueda de repuesto, y cuanto antes mejor. Debes encontrar dónde podrían estar las ruedas adecuadas. No sé exactamente dónde buscar, pero tú no eres un idiota, sé que encontrarás una manera de hacerlo. Puedes comenzar por la zona de Customs, pero no he estado allí durante mucho tiempo, así que no puedo prometerte que la encontrarás allí.", + "673f4e956f1b89c7bc0f56ef failMessageText": "¿Estás de coña, verdad?\n\nEstas son ruedas para un puto camión, idiota. Yo conduzco un BTR. ¡B-T-R! Vete a marcar las puñeteras ruedas de una bicicleta a la próxima, ya que andas de gracioso.", + "673f4e956f1b89c7bc0f56ef successMessageText": "¡Excelente! Estas son las que necesito, y lo has hecho rápido. ¡Te lo agradezco! Aunque cambiar las ruedas llevará algo de tiempo, después de todo no es un Lada.", + "673f5065cdfe082966842575": "Completa el objetivo principal lo antes posible", + "673f507029a1128d5c4d7498": "Localiza y marca las ruedas de repuesto del BTR con un Marcador MS2000", + "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "Hay ruedas por todas partes, no te preocupes, yo me encargo.", + "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Quizás en otro momento, ¿vale? Ahora no.", + "673f4e956f1b89c7bc0f56ef completePlayerMessage": "Listo. Hice lo que me pediste.", + "673f5a4976553f78350bdac1 name": "Hot Wheels - Intentemos Otra Vez", + "673f5a4976553f78350bdac1 description": "Ya perdimos bastante tiempo, pero si seguimos esperando, el BTR quedará varado. Mientras tú andabas por ahí haciendo el gilipollas, yo me he puesto a investigar un poco y descubrí dónde podemos conseguir ruedas adecuadas. Ve a la base militar de Reserve, las ruedas que necesitamos están allí.\n\nYa vienen con la llanta incluida y tienen el diámetro adecuado para el BTR. No la vayas a cagar esta vez, se acerca la fecha límite.", "673f5a4976553f78350bdac1 failMessageText": "", - "673f5a4976553f78350bdac1 successMessageText": "There you go. It's a pain in the ass to change the wheels, but at least we have spares now. \n\nThanks for your help. And, uh, I'm sorry for being an asshole. I just really can't lose my baby while we're dealing with this emergency.", - "673f5a9537550b9d7fd30777": "Locate and mark the spare BTR wheels with an MS2000 Marker on Reserve", - "673f5a4976553f78350bdac1 acceptPlayerMessage": "You should have just told me you needed rims too... Okay, I'll look some more.", - "673f5a4976553f78350bdac1 declinePlayerMessage": "Go do it yourself if it's that easy! I don't have time for this.", - "673f5a4976553f78350bdac1 completePlayerMessage": "I think I marked it right this time.", - "673f6027352b4da8e00322d2 name": "Inevitable Response", - "673f6027352b4da8e00322d2 description": "Have you seen the new wheels? Actually, nevermind, before you fuck them up by looking at them or something. We've lost enough time, but there's a chance we can still find those half-assed engineers. I learned they came from the reserve base. If we don't hesitate, we can still catch up with them and punish them. \n\nStart in the forest and follow that path to the military base, we need to nail these assholes before they lay low.", + "673f5a4976553f78350bdac1 successMessageText": "Eso es. Cambiar las ruedas es un dolor de huevos, pero al menos ahora tenemos repuestos.\n\nGracias por tu ayuda. Y, eh, perdona por comportarme como un imbécil. Es solo que no puedo perder a mi nene mientras lidiamos con esta emergencia.", + "673f5a9537550b9d7fd30777": "Localiza y marca las ruedas de repuesto del BTR con un Marcador MS2000 en Reserve", + "673f5a4976553f78350bdac1 acceptPlayerMessage": "Solo debías decirme que las necesitabas con llanta incluida... Pero está bien, buscaré un poco más.", + "673f5a4976553f78350bdac1 declinePlayerMessage": "¡Si es tan fácil, entonces ve a hacerlo tú mismo! No tengo tiempo para esto.", + "673f5a4976553f78350bdac1 completePlayerMessage": "Creo que esta vez lo he marcado bien.", + "673f6027352b4da8e00322d2 name": "Respuesta Inevitable", + "673f6027352b4da8e00322d2 description": "¿Ya le echaste un ojo a las nuevas ruedas? Sabes que, mejor olvídalo, antes de que las arruines con tu mal de ojo o algo así. Perdimos mucho tiempo, pero aún hay posibilidades de que podamos encontrar a esos ingenieros de pandereta. Me he enterado de que salieron de la base de Reserve. Si no lo dudamos demasiado, aún podríamos alcanzarlos y castigarlos.\n\nComienza en el bosque y sigue ese camino hacia la base militar, tenemos que atrapar a estos cabrones antes de que pasen desapercibidos.", "673f6027352b4da8e00322d2 failMessageText": "", - "673f6027352b4da8e00322d2 successMessageText": "You got them in time? Good. Let the others think twice before ransacking my place again.", - "673f60910aed589d887b5ea1": "Eliminate Scavs on Woods", - "67499a4f03b8295863172dea": "Use the transit from Woods to Reserve", - "67499a61ddf14e140a675607": "Eliminate Scavs on Reserve", - "673f6027352b4da8e00322d2 acceptPlayerMessage": "Understood, will do.", - "673f6027352b4da8e00322d2 declinePlayerMessage": "I cannot help you right now.", - "673f6027352b4da8e00322d2 completePlayerMessage": "It took some work, but your problem is solved. They're not coming back.", - "673f61a066e6a521aa04b62b name": "Order From Outside", - "673f61a066e6a521aa04b62b description": "Surely you don't think I would be interested in petty local conflicts? I have much more important matters to attend to, and I am not going to help either of the parties. Speaking of which. I need to move an item from point A to point B. \n\nIt is hidden at the electromechanical warehouse in the airspace control center at the military base. It's to be delivered to the Priozersk nature reserve. The landmark will be a small cemetery. You'll recognize it by the stretchers and the bodies around it -- not everyone has been buried in time. \n\nSince my cargo is very specific, some people may have a particular interest in it. That is why I need someone who can guarantee the safety of the cargo during transportation.", - "673f61a066e6a521aa04b62b failMessageText": "I thought you were dead, so I have already given the job to another person. Next time, don't take too long to complete the tasks I give you.", - "673f61a066e6a521aa04b62b successMessageText": "Perfect. I've already prepared the reward.", - "673f61d9c2bc3dc676297fde": "Locate and obtain the electronic jammer at the electromechanical warehouse on Reserve", - "673f61ea87e01cfaf780a482": "Stash the device at the specified location on Woods", - "673f61a066e6a521aa04b62b acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "673f61a066e6a521aa04b62b declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "673f61a066e6a521aa04b62b completePlayerMessage": "Here about the job. Everything's done on my end.", - "673f629c5b555b53460cf827 name": "Building Foundations", - "673f629c5b555b53460cf827 description": "You know, you've been helping me out for a while now, and I haven't even brought you up to speed with this whole situation. So, I'm working with Skier now. I deliver his goods, and sometimes I'm involved in his operations. At first it was a nice lucrative gig, but now this asshole won't let me off the hook for even a second. He thinks I'm his personal fucking mule now!\n\nHe seems to have found out somehow that I'm tired of all this, and now he's brought his punks to my base to teach me a lesson. I'm not gonna put up with this shit anymore. I'd leave him a long time ago, but I do need protection and guarantees, you know. And since you're in contact with other traders, you could put in a good word for me. Can you help a friend out?", + "673f6027352b4da8e00322d2 successMessageText": "¿Los has pillado a tiempo? Bien. Que los demás se lo piensen dos veces antes de volver a saquear mi casa.", + "673f60910aed589d887b5ea1": "Elimina Scavs en Woods", + "67499a4f03b8295863172dea": "Usa el tránsito de Woods a Reserve", + "67499a61ddf14e140a675607": "Elimina Scavs en Reserve", + "673f6027352b4da8e00322d2 acceptPlayerMessage": "Entendido, lo haré.", + "673f6027352b4da8e00322d2 declinePlayerMessage": "No puedo ayudarte ahora.", + "673f6027352b4da8e00322d2 completePlayerMessage": "Me ha costado un poco de trabajo, pero el problema está resuelto. Ya no volverán.", + "673f61a066e6a521aa04b62b name": "Orden Del Exterior", + "673f61a066e6a521aa04b62b description": "¿No creerás que estoy interesado en los pequeños conflictos locales, verdad? Tengo asuntos mucho más importantes que atender y no ayudaré a ninguna de las partes involucradas. Hablando de eso, necesito trasladar un objeto del punto A al punto B.\n\nEstá oculto en el almacén electromecánico del Centro de Control del Espacio Aéreo de la base militar. Debe ser entregado a la reserva natural de Priozersk. El punto de referencia será un pequeño cementerio. Lo reconocerás por las camillas y los cuerpos al rededor; no todos han sido enterrados a tiempo.\n\nComo mi carga es muy específica, algunas personas podrían tener un interés particular en ella. Por eso necesito a alguien que pueda garantizar la seguridad de la carga durante el transporte.", + "673f61a066e6a521aa04b62b failMessageText": "Pensé que habías muerto, así que le di el trabajo a otra persona. La próxima vez, no tardes tanto en completar las tareas que te encargo.", + "673f61a066e6a521aa04b62b successMessageText": "Perfecto, ya tengo preparada la recompensa.", + "673f61d9c2bc3dc676297fde": "Localiza y obtén el dispositivo de interferencia electrónica en el almacén electromecánico de Reserve", + "673f61ea87e01cfaf780a482": "Esconde el dispositivo en la ubicación especificada de Woods", + "673f61a066e6a521aa04b62b acceptPlayerMessage": "Parece fácil. Yo me encargo.", + "673f61a066e6a521aa04b62b declinePlayerMessage": "Tengo bastantes cosas que hacer. No puedo ayudarte.", + "673f61a066e6a521aa04b62b completePlayerMessage": "Vengo por lo del trabajo. He terminado con mi parte del trato.", + "673f629c5b555b53460cf827 name": "Cimientos de Construcción", + "673f629c5b555b53460cf827 description": "Sabes, me has ayudado durante algo de tiempo ya y ni siquiera te he puesto al día con toda esta situación. Así que te lo digo, estoy trabajando con Skier ahora mismo. Entrego sus productos y, a veces, participo en sus operaciones. Al comienzo era un trabajo agradable y lucrativo, pero ahora este idiota no deja que salga ni un solo segundo. ¡Cree que soy su puñetera mula personal!\n\nParece que de alguna manera se ha dado cuenta de que estoy cansado de todo esto y ahora trajo a sus gamberros a mi base para enseñarme una lección. No voy a seguir tolerando esta mierda. Lo dejé hace mucho tiempo, pero tú sabes, necesito protección y garantías. Y como tú te encuentras en contacto con otros vendedores, podrías hablarles bien de mí. ¿Podrías ayudar a un amigo?", "673f629c5b555b53460cf827 failMessageText": "", - "673f629c5b555b53460cf827 successMessageText": "Yeah, well, I was kinda expecting that.\n\nBut the key is that we've made a start. Now I have a real chance of getting away from this shithead.", - "673f637a1fbc23a60a72b743": "Sell any items to Ragman", - "67519696567b9773f0811bae": "Sell any items to Prapor", - "675196dff77c0b8436ec1ef5": "Sell any items to Peacekeeper", - "673f629c5b555b53460cf827 acceptPlayerMessage": "Alright, I'll try talking to them.", - "673f629c5b555b53460cf827 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f629c5b555b53460cf827 completePlayerMessage": "I've talked to them, but they're not giving me a quick answer.", - "6740a02a69a58fceba0ff399 name": "Natural Exchange", - "6740a02a69a58fceba0ff399 description": "Your friends are still taking their time, and I'm already running low on supplies because of that depot attack. I'm gonna run out of fuel if I don't do something. I found a place to get fuel, but I need your help.\n\nYou know the local smugglers? They got a base near the Azure Coast. That's where you gotta drop off some gas cans. They'll fill me some fuel in return. But I think we can handle that part without you. They'll send their own people. So, you in?", + "673f629c5b555b53460cf827 successMessageText": "Sí, bueno, ya me lo veía venir.\n\nPero la clave es que hemos comenzado. Ahora tengo una verdadera oportunidad de alejarme de este gilipollas.", + "673f637a1fbc23a60a72b743": "Vende cualquier objeto a Ragman", + "67519696567b9773f0811bae": "Vende cualquier objeto a Prapor", + "675196dff77c0b8436ec1ef5": "Vende cualquier objeto a Peacekeeper", + "673f629c5b555b53460cf827 acceptPlayerMessage": "Muy bien, trataré de hablar con ellos.", + "673f629c5b555b53460cf827 declinePlayerMessage": "Quizás en otro momento, ¿vale? Ahora no.", + "673f629c5b555b53460cf827 completePlayerMessage": "Hablé con ellos, pero no me dan una respuesta rápida.", + "6740a02a69a58fceba0ff399 name": "Intercambio Natural", + "6740a02a69a58fceba0ff399 description": "Tus amigos siguen tomándose su tiempo y yo estoy quedándome sin suministros por culpa de ese ataque a mi almacén. Voy a quedarme sin combustible si no hago algo. Encontré un lugar para conseguir combustible, pero necesito tu ayuda.\n\n¿Conoces a los contrabandistas locales? Tienen una base cerca del Balneario Azure Coast. Allí es donde debes ir a dejar algunos bidones de combustible. A cambio, me llenarán el tanque de combustible del BTR. Pero creo que podemos encargarnos de esa última parte sin ti. Enviarán a su propia gente. Entonces, ¿te apuntas?", "6740a02a69a58fceba0ff399 failMessageText": "", - "6740a02a69a58fceba0ff399 successMessageText": "Perfect. At least now the baby won't die in the middle of a random field. Thank you, friend!", - "6740a0c33c7152ccfe151146": "Stash the first metal fuel tank at the smugglers' base on Shoreline", - "6740a0d5b05fb787316fe7d5": "Stash the second metal fuel tank at the smugglers' base on Shoreline", - "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "6740a02a69a58fceba0ff399 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6740a02a69a58fceba0ff399 completePlayerMessage": "All done. I did what you asked.", - "6740a15566e6a521aa051b15 name": "Forge a Friendship", - "6740a15566e6a521aa051b15 description": "Hello, warrior! You asked about the BTR driver, and in theory we could work together. I've already used the services of his BTR, but going against Skier is not cheap.\n\nThat's why we need to solidify our intentions, so that no one slips up later! First, I need to get a package that came from outside the cordon. I'm told it's already here, somewhere in the Norvinsk port area.", + "6740a02a69a58fceba0ff399 successMessageText": "Perfecto. Al menos ahora mi bebé no morirá en medio de un campo cualquiera. ¡Gracias, amigo!", + "6740a0c33c7152ccfe151146": "Esconde el primer Depósito metálico de combustible en la base de los contrabandistas en Shoreline", + "6740a0d5b05fb787316fe7d5": "Esconde el segundo Depósito metálico de combustible en la base de los contrabandistas en Shoreline", + "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Parece fácil. Yo me encargo.", + "6740a02a69a58fceba0ff399 declinePlayerMessage": "Quizás en otro momento, ¿vale? Ahora no.", + "6740a02a69a58fceba0ff399 completePlayerMessage": "Listo. Hice lo que me pediste.", + "6740a15566e6a521aa051b15 name": "Forjar una Amistad", + "6740a15566e6a521aa051b15 description": "¡Hola, guerrero! Me preguntaste por el conductor del BTR y, en teoría, podríamos trabajar juntos. Ya he usado los servicios de su BTR en el pasado, pero ir contra Skier no es barato.\n\n¡Es por eso que necesitamos solidificar nuestras intenciones, para que nadie cometa errores más adelante! Primero, necesito conseguir un paquete que llegó desde fuera del bloqueo. Me dijeron que ya está aquí, en algún lugar de la zona portuaria de Norvinsk.", "6740a15566e6a521aa051b15 failMessageText": "", - "6740a15566e6a521aa051b15 successMessageText": "Good work, soldier! I'll be in touch with you about working with the driver.", - "6740a202086cf3dbf687279a": "Locate and obtain Prapor's cargo on Shoreline", - "6740a20cc6daae7f8f12a77d": "Hand over the found cargo", + "6740a15566e6a521aa051b15 successMessageText": "¡Buen trabajo, soldado! Me pondré en contacto contigo para trabajar con el conductor.", + "6740a202086cf3dbf687279a": "Localiza y obtén el cargamento de Prapor en Shoreline", + "6740a20cc6daae7f8f12a77d": "Entrega el cargamento recuperado", "6740a15566e6a521aa051b15 acceptPlayerMessage": "", "6740a15566e6a521aa051b15 declinePlayerMessage": "", "6740a15566e6a521aa051b15 completePlayerMessage": "", - "6740a2c17e3818d5bb0648b6 name": "Half-Empty", - "6740a2c17e3818d5bb0648b6 description": "So, about that cargo from across the cordon. Turns out it was only part of the shipment. The other part's supposed to be airdropped. But I suspect they didn't include everything there either, those bastards.\n\nLook, you could help me with this. The package still needs to be picked up. And if we don't actually have everything, we'll have to look somewhere else. Obviously, I'm not gonna work with these suppliers anymore, but right now I need all these electronics from the shipment.\n\nI won't forget your commitment. Who knows, maybe I'll figure out how to help comrade driver quicker after you're done.", + "6740a2c17e3818d5bb0648b6 name": "Medio Vacío", + "6740a2c17e3818d5bb0648b6 description": "Bueno, sobre ese cargamento proveniente del otro lado del bloqueo. Resulta que solo era una parte del envío. Se supone que la otra parte se entregará por aire. Pero sospecho que esos malditos bastardos tampoco incluirán todo lo que hace falta en esa entrega.\n\nMira, tú podrías ayudarme con esto. Ya que el paquete necesita ser recogido. Y si no tenemos todas las partes, tendremos que buscar en otro lado. Obviamente, no volveré a trabajar con estos proveedores nunca más, pero ahora mismo necesito todos estos dispositivos electrónicos del envío.\n\nNo olvidaré tu compromiso. Quién sabe, tal vez y encuentre una forma más rápida de ayudar a nuestro camarada conductor cuando hayas terminado.", "6740a2c17e3818d5bb0648b6 failMessageText": "", - "6740a2c17e3818d5bb0648b6 successMessageText": "You really helped me out! If the BTR driver is as reliable as you, we'll certainly get along. I just need to finish some other urgent things and prepare everything.", - "6740a322d42204d5c70767e9": "Find military electronics items in raid", - "6740a33685a62f9581c2beaf": "Hand over the found in raid PC component items", - "6749aa9b1badcb1e8056d769": "Hand over the found in raid military electronic items", + "6740a2c17e3818d5bb0648b6 successMessageText": "¡Realmente me has ayudado! Si el conductor del BTR es tan confiable como tú, seguramente nos llevaremos bien. Solo necesito terminar algunos pendientes urgentes y preparar todo.", + "6740a322d42204d5c70767e9": "Encuentra objetos electrónicos militares en incursión", + "6740a33685a62f9581c2beaf": "Entrega cualquier objeto de componentes de PC encontrado en incursión", + "6749aa9b1badcb1e8056d769": "Entrega cualquier objeto de electrónicos militares encontrado en incursión", "6740a2c17e3818d5bb0648b6 acceptPlayerMessage": "", "6740a2c17e3818d5bb0648b6 declinePlayerMessage": "", "6740a2c17e3818d5bb0648b6 completePlayerMessage": "", - "6740a3f4eca8acb2d2055159 name": "Stick in the Wheel", - "6740a3f4eca8acb2d2055159 description": "Here about the BTR driver again? Listen, it's not that simple. But things are slowly progressing, thanks to you. By the way, the Scavs are really coming down on my soldiers right now. \n\nI don't know if it's Skier who has learned something about our plans, or if someone is actively recruiting new bandits, but it's impossible to do business like this, that's for sure. If you want your comrade and I to work together, you have to remove this hindrance.", + "6740a3f4eca8acb2d2055159 name": "Un Palo Entre las Ruedas", + "6740a3f4eca8acb2d2055159 description": "¿Vienes otra vez por lo del conductor del BTR? Escucha, no es tan fácil. Pero gracias a ti, la cosa está progresando poco a poco. Por cierto, los Scavs están atacando a mis soldados en este momento.\n\nNo sé si es Skier que se enteró de nuestros planes o si alguien está reclutando activamente a nuevos bandidos, pero es imposible hacer negocios así, de eso no cabe duda alguna. Si quieres que tu camarada y yo trabajemos juntos, tienes que eliminar este obstáculo.", "6740a3f4eca8acb2d2055159 failMessageText": "", - "6740a3f4eca8acb2d2055159 successMessageText": "No more sticks in the wheels now. Thank you.\n\nYou can tell your friend that I will soon prepare everything for him to come under our protection.", - "6740a42c508599fd5a066f19": "Eliminate any target on any location", + "6740a3f4eca8acb2d2055159 successMessageText": "Ya no hay obstáculos ni palos entre las ruedas. Gracias.\n\nPuedes decirle a tu amigo que pronto prepararé todo para que quede bajo nuestra protección.", + "6740a42c508599fd5a066f19": "Elimina a cualquier objetivo en cualquier ubicación", "6740a3f4eca8acb2d2055159 acceptPlayerMessage": "", "6740a3f4eca8acb2d2055159 declinePlayerMessage": "", "6740a3f4eca8acb2d2055159 completePlayerMessage": "", - "6740b60c60a98cad1b0e0aa0 name": "Another Shipping Delay", - "6740b60c60a98cad1b0e0aa0 description": "Hey, brother! You say the BTR driver wants to leave Skier's gang? You know, that kind of transport would be good for my trade. But you do realize Skier won't appreciate such a move, and it's a risk to my business. Anyway, it's a lot to think about and weigh.\n\nThough, you can make the driver's offer more convincing. I got some urgent business to take care of. I lost contact with one of my crews. The guys were running a delivery and they were supposed to be back by now. Return to me if you find any sign of them.", + "6740b60c60a98cad1b0e0aa0 name": "Otro Retraso en el Envío", + "6740b60c60a98cad1b0e0aa0 description": "¡Hola, hermano! ¿Dices que el conductor del BTR quiere marcharse la banda de Skier? Sabes, a mi negocio le caería muy bien ese tipo de transporte. Pero si puedes darte cuenta de que a Skier no le agradará ese cambio, ¿verdad? Y es un riesgo para mi negocio. En fin, hay mucho que considerar y pensar.\n\nAunque puedes hacer que la oferta del conductor sea más convincente. Tengo algunos asuntos urgentes que atender. Perdí contacto con uno de mis equipos. Los chicos estaban haciendo una entrega, y se suponía que ya deberían estar de regreso. Ven a verme si encuentras alguna señal de ellos.", "6740b60c60a98cad1b0e0aa0 failMessageText": "", - "6740b60c60a98cad1b0e0aa0 successMessageText": "Someone's iced the couriers, huh? This means I have to switch routes, I've got three more trips planned! \n\nMan, I can't stop the trade, I need new routes. Maybe your driver friend could give some tips? Go ask him where I can move the goods safely. Pretty please.", - "6740b64f024f0e44fbed2c48": "Locate the missing courier crew on Woods", - "6740b66079ff8ea717dad584": "Survive and extract from the location", + "6740b60c60a98cad1b0e0aa0 successMessageText": "Así que alguien ha dejado a los mensajeros como fiambres, ¿eh? Esto significa que tengo que cambiar de ruta, ¡tengo planeados tres viajes más!\n\nNo puedo parar el comercio tío, necesito nuevas rutas. ¿Quizás tu amigo el conductor podría darte algunos consejos? Ve y pregúntale dónde puedo trasladar las mercancías de forma segura. Por favor.", + "6740b64f024f0e44fbed2c48": "Localiza al equipo de entrega desaparecido en Woods", + "6740b66079ff8ea717dad584": "Sobrevive y extrae de la localización", "6740b60c60a98cad1b0e0aa0 acceptPlayerMessage": "", "6740b60c60a98cad1b0e0aa0 declinePlayerMessage": "", "6740b60c60a98cad1b0e0aa0 completePlayerMessage": "", - "674492b6909d2013670a347a name": "Ask for Directions", - "674492b6909d2013670a347a description": "So Ragman's looking for new routes, you say? I'm thinking about that myself right now, since Skier won't let me go so easily. But there is one option that Ragman could use. I won't pass on my BTR through there, but when I was a puny pedestrian, I used to sneak around there often.\n\nYou know the village by the cliffs where the cottages are? You can go up from one of the backyards, and then follow the crevice. Then, you reach those wealthy houses, you'll have to be on guard over there.\n\nThere are no truly safe roads left, so I guess this one's better than nothing. Just make sure you come back to me when you've marked it, I'll double check it with my maps just to be sure.", + "674492b6909d2013670a347a name": "Preguntar por Direcciones", + "674492b6909d2013670a347a description": "¿Dices que Ragman está buscando nuevas rutas? Justo estaba pensando en eso ahora mismo, ahora que Skier no me dejará ir tan fácilmente. Pero hay una opción que Ragman podría usar. Digo, yo no pasaría con mi BTR por ahí, pero cuando yo era un peatón indefenso, solía pasar desapercibido por allí muchas veces.\n\n¿Conoces el pueblo junto a los acantilados cerca de donde están las casas de campo? Puedes subir desde uno de los patios traseros y luego seguir la grieta. Luego, cuando llegues a esas casas de gente pija, tendrás que levantar la guardia.\n\nRealmente no quedan caminos seguros, pero supongo que este es mejor que nada. Solo asegúrate de regresar conmigo cuando lo hayas marcado, lo comprobaré un par de veces con mis mapas solo para estar seguro.", "674492b6909d2013670a347a failMessageText": "", - "674492b6909d2013670a347a successMessageText": "I think you got it all right. Honestly, I don't remember the details very well...\n\nBut there was no other such path in the cliffs, so yeah, it's all good.", - "674492e56e8d2d5239a3fd37": "Locate and mark the first section of the cliff path with an MS2000 Marker on Lighthouse", - "674492ebf6f84f7d09ef1abb": "Locate and mark the second section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f0636d0661476732f2": "Locate and mark the third section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f30f45cb752f21df39": "Locate and mark the fourth section of the cliff path with an MS2000 Marker on Lighthouse", - "674492b6909d2013670a347a acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "674492b6909d2013670a347a declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "674492b6909d2013670a347a completePlayerMessage": "My job's done. Time to pay up.", - "6744a4717e3818d5bb0680bb name": "Stabilize Business", - "6744a4717e3818d5bb0680bb description": "I told you the driver knows the right paths! That's where I'll send the shipment, although I don't have time for that at present. First I have to deal with those who killed my couriers. I already found the culprits, so now it's for Ragman to send his regards.\n\nI can't do anything to help the driver until this matter is handled. That's why I suggest you take care of it. Quicker you start, quicker you finish.", + "674492b6909d2013670a347a successMessageText": "Creo que lo hiciste bien. Honestamente, no recuerdo muy bien los detalles...\n\nPero no había ningún otro camino así en los acantilados, así que sí, está todo bien.", + "674492e56e8d2d5239a3fd37": "Localiza y marca la primera sección del camino del acantilado con un Marcador MS2000 en Lighthouse", + "674492ebf6f84f7d09ef1abb": "Localiza y marca la segunda sección del camino del acantilado con un Marcador MS2000 en Lighthouse", + "674492f0636d0661476732f2": "Localiza y marca la tercera sección del camino del acantilado con un Marcador MS2000 en Lighthouse", + "674492f30f45cb752f21df39": "Localiza y marca la cuarta sección del camino del acantilado con un Marcador MS2000 en Lighthouse", + "674492b6909d2013670a347a acceptPlayerMessage": "Parece fácil. Yo me encargo.", + "674492b6909d2013670a347a declinePlayerMessage": "Quizás en otro momento, ¿vale? Ahora no.", + "674492b6909d2013670a347a completePlayerMessage": "He terminado el trabajo. Ahora págame.", + "6744a4717e3818d5bb0680bb name": "Estabilizar Negocios", + "6744a4717e3818d5bb0680bb description": "¡Te lo he dicho! ¡El conductor conoce los caminos correctos! Enviaré el envío por allí, aunque no tengo tiempo para eso en este momento. Primero debo encargarme de los que mataron a mis mensajeros. Ya he encontrado a los culpables, así que es hora de que Ragman les envíe saludos.\n\nNo puedo hacer nada para ayudar al conductor hasta que se haya resuelto este asunto. Por eso te sugiero que te encargues de esto. Si empiezas de una vez, terminarás más rápido.", "6744a4717e3818d5bb0680bb failMessageText": "", - "6744a4717e3818d5bb0680bb successMessageText": "That's great! Now there is nothing to interfere with my operations, and we can think about expansion.\n\nFor now, I need to figure out how to prepare for the BTR coming under my roof. Just be patient for a little longer.", - "6744a4e6c8a456e74064e7d7": "Eliminate Scavs in one raid on Ground Zero", - "6744a6b96cefb76fd3f70555": "Survive and extract from the location", + "6744a4717e3818d5bb0680bb successMessageText": "¡Magnífico! Ahora no hay nada que interfiera con mis operaciones, y podemos pensar en la expansión.\n\nPor ahora, debo averiguar cómo prepararme para la llegada del BTR bajo mi techo. Solo ten un poco más de paciencia.", + "6744a4e6c8a456e74064e7d7": "Elimina Scavs en Ground Zero durante una sola incursión", + "6744a6b96cefb76fd3f70555": "Sobrevive y extrae de la localización", "6744a4717e3818d5bb0680bb acceptPlayerMessage": "", "6744a4717e3818d5bb0680bb declinePlayerMessage": "", "6744a4717e3818d5bb0680bb completePlayerMessage": "", - "6744a728352b4da8e003eda9 name": "Battery Change", - "6744a728352b4da8e003eda9 description": "How are the negotiations progressing? I mean, I understand that Prapor needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 name": "Cambio de Batería", + "6744a728352b4da8e003eda9 description": "¿Cómo van las negociaciones? Quiero decir, entiendo que Prapor necesita procesarlo bien de primeras, ¡pero me estoy quedando sin tiempo! Tengo que sobrevivir de alguna manera mientras tú construyes estos puentes. Obviamente, no estoy quejándome de ti.\n\nAhora ni siquiera tengo baterías de repuesto, y todo lo eléctrico podría irse a la mierda en cualquier momento. Incluso una batería de tanque me vendría bien ahora mismo, podría hacerla funcionar con mi BTR.\n\n¿Crees que puedas encontrar una de esas? Porque sin una, estoy jodido.", "6744a728352b4da8e003eda9 failMessageText": "", - "6744a728352b4da8e003eda9 successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a964dc1b1e2ee134ffeb": "Hand over the item: 6-STEN-140-M military battery", - "6744a728352b4da8e003eda9 acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a728352b4da8e003eda9 declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a728352b4da8e003eda9 completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744a9dfef61d56e020b5c4a name": "Battery Change", - "6744a9dfef61d56e020b5c4a description": "How are the negotiations progressing? I mean, I understand that Ragman needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 successMessageText": "¡Esa cosa es enorme! Espero que no haya sido demasiada molestia. Bueno, déjala aquí. Estás haciendo un gran trabajo por mí y no lo olvidaré. Gracias.", + "6744a964dc1b1e2ee134ffeb": "Entrega el objeto: Batería militar 6-STEN-140-M", + "6744a728352b4da8e003eda9 acceptPlayerMessage": "Estoy partiéndome la espalda por ti... Vale, veré cómo me las apaño.", + "6744a728352b4da8e003eda9 declinePlayerMessage": "Mmm... no. Una vez tuve que arrastrarme durante horas con una de esas baterías. Perdona, pero no podré hacerlo.", + "6744a728352b4da8e003eda9 completePlayerMessage": "Aquí está lo que buscabas. Te juro que esta es la última vez que hago una entrega de batería de tanque.", + "6744a9dfef61d56e020b5c4a name": "Cambio de Batería", + "6744a9dfef61d56e020b5c4a description": "¿Cómo van las negociaciones? Quiero decir, entiendo que Ragman necesita procesarlo bien de primeras, ¡pero me estoy quedando sin tiempo! Tengo que sobrevivir de alguna manera mientras tú construyes estos puentes. Obviamente, no estoy quejándome de ti.\n\nAhora ni siquiera tengo baterías de repuesto, y todo lo eléctrico podría irse a la mierda en cualquier momento. Incluso una batería de tanque me vendría bien ahora mismo, podría hacerla funcionar con mi BTR.\n\n¿Crees que puedas encontrar una de esas? Porque sin una, estoy jodido.", "6744a9dfef61d56e020b5c4a failMessageText": "", - "6744a9dfef61d56e020b5c4a successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a9dfef61d56e020b5c54": "Hand over the item: 6-STEN-140-M military battery", - "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a9dfef61d56e020b5c4a completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744ab1def61d56e020b5c56 name": "Protect the Sky", - "6744ab1def61d56e020b5c56 description": "You weren't being tailed, were you? Skier is definitely up to something. I'm even afraid to sleep in the BTR now! But I can't back down now. I've started setting up a new base, and this time I want to build a solid defense.\n\nSomeone's willing to provide me with a decent electronic jamming system. We've already settled the payment, it's just a matter of delivering the package to me. They picked an unusual place for the transfer: a cemetery in the forest. It's not big, but you'll find it no problem. There's a stretcher and bodies lying around near it.\n\nCan you get the package from the stash? Oh, but don't go straight there from here. Go to your base, take a breather, and then go to the stash from there. Can't let anyone find out about my new purchase.", + "6744a9dfef61d56e020b5c4a successMessageText": "¡Esa cosa es enorme! Espero que no haya sido demasiada molestia. Bueno, déjala aquí. Estás haciendo un gran trabajo por mí y no lo olvidaré. Gracias.", + "6744a9dfef61d56e020b5c54": "Entrega el objeto: Batería militar 6-STEN-140-M", + "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Estoy partiéndome la espalda por ti... Vale, veré cómo me las apaño.", + "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Mmm... no. Una vez tuve que arrastrarme durante horas con una de esas baterías. Perdona, pero no podré hacerlo.", + "6744a9dfef61d56e020b5c4a completePlayerMessage": "Aquí está lo que buscabas. Te juro que esta es la última vez que hago una entrega de batería de tanque.", + "6744ab1def61d56e020b5c56 name": "Proteger el Cielo", + "6744ab1def61d56e020b5c56 description": "No te venían siguiendo, ¿verdad? Skier está tramando algo, no tengo dudas. ¡Ahora incluso me da miedo dormir en el BTR! Pero ahora no puedo dar marcha atrás. Empecé a preparar una nueva base, y esta vez quiero construir una defensa sólida.\n\nAlguien está dispuesto a proporcionarme un sistema de interferencia electrónica decente. Ya hemos liquidado el pago, solo es cuestión de entregarme el paquete. Eligieron un lugar inusual para la transferencia: un cementerio en el bosque. No es muy grande, pero lo encontrarás sin ningún problema. Hay una camilla y cuerpos tirados cerca.\n\n¿Puedes ir y coger el paquete del alijo? Ah, pero no vayas directamente allá desde aquí. Ve a tu base, tómate un respiro y luego ve al alijo desde allí. No puedo dejar que nadie se entere de mi nueva compra.", "6744ab1def61d56e020b5c56 failMessageText": "", - "6744ab1def61d56e020b5c56 successMessageText": "Thank you! At least now I have a place to sleep.\n\nNothing will come down from above now. And on the ground, the landmines should stop them. I've covered everything. Let's see them looting my spare parts again!", - "6744ab1def61d56e020b5c5f": "Locate the package in the specified spot on Woods", - "6744ab1def61d56e020b5c60": "Hand over the package", - "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Alright, I'm in.", - "6744ab1def61d56e020b5c56 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6744ab1def61d56e020b5c56 completePlayerMessage": "Here you go. Hope that's what you're looking for.", - "6744aca8d3346c216702c583 name": "Discombobulate", - "6744aca8d3346c216702c583 description": "I was right about Skier. He's not just trying to interrupt my work, he's trying to fucking destroy the BTR! Looks like somebody supplied him with a big load of RPG rockets. \n\nThose knuckle-dragging idiots can't even shoot it properly, but so what? With enough ammo, they'll take me down if not on the first, then on the tenth attempt. However, I might have an idea where Skier is storing these rockets. Plenty of time's passed, they've already organized their firing positions, I'm sure of it.\n\nThey could be anywhere in the city, but in the forest we may be able to find all of their positions. Just follow my usual driving route and check all the places they might use to ambush me.\n\nFind the rocket crates and leave some presents for those fuckers. Let them have an explosive surprise when they come for their ammo.", + "6744ab1def61d56e020b5c56 successMessageText": "¡Gracias! Al menos ahora tengo un lugar donde dormir.\n\nAhora no caerá nada desde el cielo. Y en tierra, las minas deberían detenerlos. He cubierto todo. ¡A ver cómo hacen para saquear mis piezas de repuesto otra vez!", + "6744ab1def61d56e020b5c5f": "Localiza el paquete en el lugar especificado de Woods", + "6744ab1def61d56e020b5c60": "Entrega el paquete", + "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Vale, cuenta conmigo.", + "6744ab1def61d56e020b5c56 declinePlayerMessage": "Quizás en otro momento, ¿vale? Ahora no.", + "6744ab1def61d56e020b5c56 completePlayerMessage": "Aquí tienes. Espero que sea lo que estabas buscando.", + "6744aca8d3346c216702c583 name": "Desconcertar", + "6744aca8d3346c216702c583 description": "Tenía razón sobre Skier. No solo está tratando de interrumpir mi trabajo, ¡está tratando de destruir mi puto BTR! Parece que alguien le ha suministrado una gran carga de cohetes RPG.\n\nEsos estúpidos cavernícolas ni siquiera pueden disparar bien, ¿pero y qué? Con toda esa munición, si no me derriban en el primer intento, lo lograrán en el décimo. Pero tengo una idea de dónde podría estar guardando esos cohetes Skier. Aunque ya ha pasado bastante tiempo y han organizado sus posiciones de tiro, de eso estoy seguro.\n\nPodrían estar en cualquier lugar de la ciudad, pero es posible que podamos encontrar todas sus posiciones en el bosque. Simplemente sigue la ruta por la que suelo conducir habitualmente y revisa todos los lugares que podrían usar para emboscarme.\n\nEncuentra las cajas de cohetes y deja algunos regalitos para esos hijos de puta. Déjales una sorpresa explosiva cuando vengan por su munición.", "6744aca8d3346c216702c583 failMessageText": "", - "6744aca8d3346c216702c583 successMessageText": "Magnificent! I think I heard one explosion about 20 minutes ago already. Now this bitch Skier will think twice before threatening me.", - "6744ae5cc771515803d615ec": "Stash a VOG-25 Khattabka grenade at the first RPG ammo crate on Woods", - "6744ae63b3b4be24ffc607a4": "Stash a VOG-25 Khattabka grenade at the second RPG ammo crate on Woods", - "6744ae65f8c1438fb9374575": "Stash a VOG-25 Khattabka grenade at the third RPG ammo crate on Woods", - "6744aca8d3346c216702c583 acceptPlayerMessage": "Oh man, I love life-threatening EOD missions. Alright, I'll do it.", - "6744aca8d3346c216702c583 declinePlayerMessage": "I cannot help you right now.", - "6744aca8d3346c216702c583 completePlayerMessage": "Here about the job. Everything's done on my end.", - "6744af0969a58fceba101fed name": "The Price of Independence", - "6744af0969a58fceba101fed description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away. When he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed! So listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee. You need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. The key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. \n\nAfter you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up! The best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6744af0969a58fceba101fed failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter. We sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", - "6744af0969a58fceba101fed successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me. What's most important is that we've already prepared the stage.\n\nIt won't be easy, but Prapor promised to help, and the letter ought to work too. I won't forget all the help you've given me. Drop by often, friend.", - "6745c8ccb4adeab3910332cc": "Locate and obtain the incriminating letter on Customs", - "6745c8de22c7ee46e3319c34": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745c8ee54d6972417ad7bad": "Use the transit from Customs to Reserve", - "6745c90842db81af412eae97": "Use the transit from Reserve to Woods", - "6745c9482ac6bee79dca869a": "Eliminate any target on Woods", - "6745c9623d362cd373b1de93": "Use the transit from Woods to Lighthouse", - "6745c986a3e10e0bf6472d8e": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745c992bf76b3aeaf6370e0": "Launch a yellow signal flare at the pier on Lighthouse", - "6745c9a86086867a2c723e9d": "Survive and extract from Lighthouse", - "6745c9b89c84a273d4a2dc28": "Eliminate Scavs while completing the other objectives", - "6744af0969a58fceba101fed acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", - "6744af0969a58fceba101fed declinePlayerMessage": "I cannot help you right now.", - "6744af0969a58fceba101fed completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745cbee909d2013670a4a55 name": "The Price of Independence", - "6745cbee909d2013670a4a55 description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away.\n\nWhen he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed!\n\nSo listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee.\n\nYou need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. \n\nThe key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. After you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up!\n\nThe best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6745cbee909d2013670a4a55 failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter.\n\nWe sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", - "6745cbee909d2013670a4a55 successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me.\n\nWhat's most important is that we've already prepared the stage. \n\nIt won't be easy, but Ragman promised to help, and the letter ought to work too.\n\nI won't forget all the help you've given me. Drop by often, friend.", - "6745cbee909d2013670a4a60": "Locate and obtain the incriminating letter on Customs", - "6745cbee909d2013670a4a61": "Use the transit from Customs to Reserve", - "6745cbee909d2013670a4a63": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745cbee909d2013670a4a64": "Use the transit from Reserve to Woods", - "6745cbee909d2013670a4a66": "Eliminate any target on Woods", - "6745cbee909d2013670a4a68": "Use the transit from Woods to Lighthouse", - "6745cbee909d2013670a4a6a": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745cbee909d2013670a4a6c": "Launch a yellow signal flare at the pier on Lighthouse", - "6745cbee909d2013670a4a6e": "Eliminate Scavs while completing the other objectives", - "6745cbee909d2013670a4a70": "Survive and extract from Lighthouse", - "6745cbee909d2013670a4a55 acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", - "6745cbee909d2013670a4a55 declinePlayerMessage": "I cannot help you right now.", - "6745cbee909d2013670a4a55 completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745fae369a58fceba10343d name": "The Higher They Fly", - "6745fae369a58fceba10343d description": "Hello-hello. I've got a worker guy who's gotten a little carried away with his ambitions. Obviously, I'll handle it later. The problem right now is that some PMCs are getting involved. I don't know if they've been bribed, or maybe they're in cahoots with this mule of mine.\n\nThing is, I don't need any extra faces in this matter, so these good little helpers need to be taken out of the picture. Last time they \"operated\" in the Priozersk area, so you're gonna start there.", - "6745fae369a58fceba10343d failMessageText": "Thought you could have a foot in both camps, you dumb fuck?\n\nA real pro knows how to pick a side. You fucked up, and believe me, you're not gonna unfuck it now.", - "6745fae369a58fceba10343d successMessageText": "Nice one! If any of those idiots are still thinking about helping this poor lad, now they're aware of all the risks that come with it.", - "6745fae369a58fceba103458": "Eliminate PMC operatives on Woods", + "6744aca8d3346c216702c583 successMessageText": "¡Magnífico! Creo que ya he escuchado una de las explosiones hace unos 20 minutos. Ahora la perra de Skier pensará dos veces antes de amenazarme.", + "6744ae5cc771515803d615ec": "Esconde una Granada VOG-25 Khattabka en la primera caja de munición de RPG en Woods", + "6744ae63b3b4be24ffc607a4": "Esconde una Granada VOG-25 Khattabka en la segunda caja de munición de RPG en Woods", + "6744ae65f8c1438fb9374575": "Esconde una Granada VOG-25 Khattabka en la tercera caja de munición de RPG en Woods", + "6744aca8d3346c216702c583 acceptPlayerMessage": "Ah, tío, me encantan las misiones con explosivos que ponen en peligro mi vida. Vale, lo haré.", + "6744aca8d3346c216702c583 declinePlayerMessage": "No puedo ayudarte ahora.", + "6744aca8d3346c216702c583 completePlayerMessage": "Vengo por lo del trabajo. He terminado con mi parte del trato.", + "6744af0969a58fceba101fed name": "El Precio de la Independencia", + "6744af0969a58fceba101fed description": "Conseguimos impedir los planes de Skier, y te diré esto: no podemos dejar pasar esta oportunidad. Cuando se recupere, nunca saldré de su vista. Es por eso que ahora debemos pensar en un plan defensivo, ¡porque vendrán a darnos por el culo! Así que escucha bien, tengo listo un plan. Solo que no tengo a nadie con quien confiarle algo tan complejo.\n\nLogré desenterrar algo de información sobre Skier y sus antecedentes. El tipo de información que podría comprometerlo seriamente si cayera en las manos adecuadas. Todo eso está en esa carta y es nuestra garantía. Debes ir a cogerla en el área de Customs. La carta estará en el piso superior del edificio junto al sitio de obras. Ya sabes, el que está cerca de la plataforma del tren, ya la verás. Eso espero...\n\nDesde ahí, ve directo a la base militar de Reserve y déjala en el tercer piso del cuartel general, en el punto fortificado con ventanas. La clave es asegurarse de que los hombres de Skier no intercepten esta carta. Por eso, después de esconderla, corre a Priozersk y haz algo de ruido.\n\nDespués de que mates a un par de Scavs, ve cerca de la península de Lighthouse y dispara una bengala. Necesitarás una de color amarillo, ¡no te confundas! El mejor lugar para hacerlo es en el muelle de las casas de vacaciones y en el andén de la estación de trenes, eso distraerá a los tíos en la base de Skier más cercana. Después de eso, ¡sal corriendo de ahí!\n\nEscribí todas las instrucciones en un trozo de papel para asegurarme de que no la vayas a cagar. Tienes que hacerlo todo a la vez, ¿lo has entendido?", + "6744af0969a58fceba101fed failMessageText": "No ha funcionado, colega. Skier interceptó la maldita carta. Estuvimos muy cerca, ¿no es así? ¡Nadie sabía nada de esto!\n\nSupongo que no tengo ninguna otra opción para separarme de Skier aún.", + "6744af0969a58fceba101fed successMessageText": "¡Su puta madre! ¡Lo has conseguido! Eres el único que me ha defendido. Lo más importante es que ya hemos preparado el escenario.\n\nNo será fácil, pero Prapor prometió ayudar y la carta también debería funcionar. No olvidaré toda la ayuda que me has brindado. Pásate más seguido, amigo mío.", + "6745c8ccb4adeab3910332cc": "Localiza y obtén la Carta incriminadora en Customs", + "6745c8de22c7ee46e3319c34": "Esconde la carta en el tercer piso del cuartel general de la base militar en Reserve", + "6745c8ee54d6972417ad7bad": "Usa el tránsito de Customs a Reserve", + "6745c90842db81af412eae97": "Usa el tránsito de Reserve a Woods", + "6745c9482ac6bee79dca869a": "Elimina a cualquier objetivo en Woods", + "6745c9623d362cd373b1de93": "Usa el tránsito de Woods a Lighthouse", + "6745c986a3e10e0bf6472d8e": "Dispara una bengala amarilla desde el almacén de la estación de tren en Lighthouse", + "6745c992bf76b3aeaf6370e0": "Dispara una bengala amarilla desde el muelle en Lighthouse", + "6745c9a86086867a2c723e9d": "Sobrevive y extrae de Lighthouse", + "6745c9b89c84a273d4a2dc28": "Elimina Scas mientras completas los otros objetivos", + "6744af0969a58fceba101fed acceptPlayerMessage": "Eso es... demasiado. Trataré de no cagarla.", + "6744af0969a58fceba101fed declinePlayerMessage": "No puedo ayudarte ahora.", + "6744af0969a58fceba101fed completePlayerMessage": "Hice todo lo que me pediste. Seguí estrictamente las instrucciones.", + "6745cbee909d2013670a4a55 name": "El Precio de la Independencia", + "6745cbee909d2013670a4a55 description": "Conseguimos impedir los planes de Skier, y te diré esto: no podemos dejar pasar esta oportunidad.\n\nCuando se recupere, nunca saldré de su vista. Es por eso que ahora debemos pensar en un plan defensivo, ¡porque vendrán a darnos por el culo!\n\nAsí que escucha bien, tengo listo un plan. Solo que no tengo a nadie con quien confiarle algo tan complejo.\n\nLogré desenterrar algo de información sobre Skier y sus antecedentes. El tipo de información que podría comprometerlo seriamente si cayera en las manos adecuadas. Todo eso está en esa carta y es nuestra garantía.\n\nDebes ir a cogerla en el área de Customs. La carta estará en el piso superior del edificio junto al sitio de obras. Ya sabes, el que está cerca de la plataforma del tren, ya la verás. Eso espero...\n\nDesde ahí, ve directo a la base militar de Reserve y déjala en el tercer piso del cuartel general, en el punto fortificado con ventanas.\n\nLa clave es asegurarse de que los hombres de Skier no intercepten esta carta. Por eso, después de esconderla, corre a Priozersk y haz algo de ruido. Después de que mates a un par de Scavs, ve cerca de la península de Lighthouse y dispara una bengala. Necesitarás una de color amarillo, ¡no te confundas!\n\nEl mejor lugar para hacerlo es en el muelle de las casas de vacaciones y en el andén de la estación de trenes, eso distraerá a los tíos en la base de Skier más cercana. Después de eso, ¡sal corriendo de ahí!\n\nEscribí todas las instrucciones en un trozo de papel para asegurarme de que no la vayas a cagar. Tienes que hacerlo todo a la vez, ¿lo has entendido?", + "6745cbee909d2013670a4a55 failMessageText": "No ha funcionado, colega. Skier interceptó la maldita carta.\n\nEstuvimos muy cerca, ¿no es así? ¡Nadie sabía nada de esto!\n\nSupongo que no tengo ninguna otra opción para separarme de Skier aún.", + "6745cbee909d2013670a4a55 successMessageText": "¡Su puta madre! ¡Lo has conseguido! Eres el único que me ha defendido.\n\nLo más importante es que ya hemos preparado el escenario.\n\nNo será fácil, pero Ragman prometió ayudar y la carta también debería funcionar.\n\nNo olvidaré toda la ayuda que me has brindado. Pásate más seguido, amigo mío.", + "6745cbee909d2013670a4a60": "Localiza y obtén la Carta incriminadora en Customs", + "6745cbee909d2013670a4a61": "Usa el tránsito de Customs a Reserve", + "6745cbee909d2013670a4a63": "Esconde la carta en el tercer piso del cuartel general de la base militar en Reserve", + "6745cbee909d2013670a4a64": "Usa el tránsito de Reserve a Woods", + "6745cbee909d2013670a4a66": "Elimina a cualquier objetivo en Woods", + "6745cbee909d2013670a4a68": "Usa el tránsito de Woods a Lighthouse", + "6745cbee909d2013670a4a6a": "Dispara una bengala amarilla desde el almacén de la estación de tren en Lighthouse", + "6745cbee909d2013670a4a6c": "Dispara una bengala amarilla desde el muelle en Lighthouse", + "6745cbee909d2013670a4a6e": "Elimina Scas mientras completas los otros objetivos", + "6745cbee909d2013670a4a70": "Sobrevive y extrae de Lighthouse", + "6745cbee909d2013670a4a55 acceptPlayerMessage": "Eso es... demasiado. Trataré de no cagarla.", + "6745cbee909d2013670a4a55 declinePlayerMessage": "No puedo ayudarte ahora.", + "6745cbee909d2013670a4a55 completePlayerMessage": "Hice todo lo que me pediste. Seguí estrictamente las instrucciones.", + "6745fae369a58fceba10343d name": "Cuanto Más Alto Vuelan", + "6745fae369a58fceba10343d description": "Hola-hola. Tengo un trabajador que se ha dejado llevar un poco por su ambición. Obviamente, me ocuparé de eso más tarde. El problema es que ahora algunos PMC se están involucrando. No sé si los han sobornado o tal vez están asociados con esta mula mía.\n\nEl problema es que no necesito más ojos en este asunto, así que hay que sacar de escena a estos pequeños ayudantes. La última vez \"operaron\" en la zona de Priozersk, así que comenzaremos por ahí.", + "6745fae369a58fceba10343d failMessageText": "¿Pensaste que podías tener un pie en ambos bandos, eh, gilipollas?\n\nUn verdadero profesional sabe cómo elegir un bando. La has cagado, y créeme, no vas a salirte tan fácil de esta.", + "6745fae369a58fceba10343d successMessageText": "¡Muy bien! Ahora esos idiotas serán más conscientes de todos los riesgos que conlleva el ayudar a ese pobre chaval.", + "6745fae369a58fceba103458": "Elimina operadores PMC en Woods", "6745fae369a58fceba10343d acceptPlayerMessage": "", "6745fae369a58fceba10343d declinePlayerMessage": "", "6745fae369a58fceba10343d completePlayerMessage": "", - "6745fcded0fbbc74ca0f721d name": "Swift Retribution", - "6745fcded0fbbc74ca0f721d description": "So? Feel how smooth it runs now? You did me a solid with the wheels. \n\nNow we can start thinking about the fuckers who robbed my base. They can't have gotten far, they're probably still in the nature reserve. Go and punish those fucks, will you?", + "6745fcded0fbbc74ca0f721d name": "Represalia Rápida", + "6745fcded0fbbc74ca0f721d description": "¿Y bien? ¿Puedes sentir lo suave que corre ahora? Me hiciste un gran favor con las ruedas.\n\nAhora podemos comenzar a pensar en los cabrones que robaron mi base. No pueden haber ido muy lejos, probablemente aún estén en la reserva natural. Ve y castiga a esos hijos de puta, ¿quieres?", "6745fcded0fbbc74ca0f721d failMessageText": "", - "6745fcded0fbbc74ca0f721d successMessageText": "Nice work! Now the Scavs will think twice before messing with me.", - "6745fd2e3d6070c3563039a9": "Eliminate Scavs on Woods", - "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Alright, I'm in.", - "6745fcded0fbbc74ca0f721d declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "6745fcded0fbbc74ca0f721d completePlayerMessage": "I found those dickheads. They won't be bothering you anymore.", - "6745fdddd3346c216702e0bf name": "Simple Side Job", - "6745fdddd3346c216702e0bf description": "I am not interested in localized conflicts and I am not going to help either side. But since you are already here, I have a job for you.\n\nThe task is simple: pick up one cargo from the roof of the military hospital at the reserve base and deliver it to the transfer point. Be careful with the cargo and do not open the crate. This shipment might be of interest to certain people, so I need a man with special skills. Someone like you.", - "6745fdddd3346c216702e0bf failMessageText": "You shouldn't have taken so long to complete my task. I've already found another merc who works faster.", - "6745fdddd3346c216702e0bf successMessageText": "Well done. The reward will not disappoint you.", - "6745fe81eae30b9fb3bb6166": "Locate and obtain Lightkeeper's cargo crate on the roof of the military hospital on Reserve", - "6745fe8d48cd7aeda7152b24": "Stash the cargo at the Scav house on Woods", - "6745fdddd3346c216702e0bf acceptPlayerMessage": "Okay, I'm in.", - "6745fdddd3346c216702e0bf declinePlayerMessage": "I cannot help you right now.", - "6745fdddd3346c216702e0bf completePlayerMessage": "Here about the job. Everything's done on my end.", - "674600a366e6a521aa05eb66 name": "Route Deviation", - "674600a366e6a521aa05eb66 description": "Yeah-yeah, your previous job was about the BTR driver. So what? It makes no difference to you. We made a deal, but the kid's still looking for ways around it. If I didn't know how to manage lads like him, I wouldn't have gotten on top myself.\n\nYou need good intel to manage them so you can nail them in time. There are no issues in Priozersk, but in the city he often deviates from my routes. I need to know where the BTR goes and why. Mark all his stops with strobe markers, after that my lads will handle it.", - "674600a366e6a521aa05eb66 failMessageText": "You decided to help the driver? Predictions don't seem to be your strong suit.\n\nWithout me, his wheelbarrow will fall apart, and without it, he'll be clapped by the first guy he meets! That's when you'll come crawling back to me.", - "674600a366e6a521aa05eb66 successMessageText": "You got all the spots, yeah? Cool. I'm gonna send my crew to check it out today, this rat's not going anywhere.", - "67460118d3498f1b35e0a025": "Mark the Collapsed Crane BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746011dfd1dc9d0f502e55d": "Mark the Old Scav Checkpoint BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601247aa943781a1cf3fc": "Mark the Pinewood Hotel BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601282043d1ef3c6b2eec": "Mark the City Center BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012a35218bb89951248e": "Mark the Tram BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012d871e69a9abb5873d": "Mark the Rodina Cinema BTR stop with an MS2000 Marker on Streets of Tarkov", + "6745fcded0fbbc74ca0f721d successMessageText": "¡Buen trabajo! Ahora los Scavs pensarán dos veces antes de meterse conmigo.", + "6745fd2e3d6070c3563039a9": "Elimina Scavs en Woods", + "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Vale, cuenta conmigo.", + "6745fcded0fbbc74ca0f721d declinePlayerMessage": "Tengo bastantes cosas que hacer. No puedo ayudarte.", + "6745fcded0fbbc74ca0f721d completePlayerMessage": "Encontré a esos gilipollas. No te volverán a molestar.", + "6745fdddd3346c216702e0bf name": "Trabajo Secundario Sencillo", + "6745fdddd3346c216702e0bf description": "No estoy interesado en los conflictos locales, y no ayudaré a ningún bando. Pero ya que estás aquí, tengo un trabajo para ti.\n\nLa tarea es sencilla: recoge un cargamento en el tejado del hospital militar de la base militar de Reserve y déjalo en el punto de transferencia. Ten cuidado con el cargamento y no abras el maletín. Este envío puede ser de interés para ciertas personas, así que necesito a un hombre con habilidades especiales. Alguien como tú.", + "6745fdddd3346c216702e0bf failMessageText": "No debiste haber tardado tanto en completar mi encargo. Encontré a otro mercenario que trabaja más rápido.", + "6745fdddd3346c216702e0bf successMessageText": "Bien hecho. No te decepcionará la recompensa.", + "6745fe81eae30b9fb3bb6166": "Localiza y obtén el maletín del cargamento de Lightkeeper en el tejado del hospital militar en Reserve", + "6745fe8d48cd7aeda7152b24": "Esconde el cargamento en la casa Scav de Woods", + "6745fdddd3346c216702e0bf acceptPlayerMessage": "Vale, cuenta conmigo.", + "6745fdddd3346c216702e0bf declinePlayerMessage": "No puedo ayudarte ahora.", + "6745fdddd3346c216702e0bf completePlayerMessage": "Vengo por lo del trabajo. He terminado con mi parte del trato.", + "674600a366e6a521aa05eb66 name": "Desviación de Ruta", + "674600a366e6a521aa05eb66 description": "Sí, sí, tu trabajo anterior era sobre el conductor del BTR. ¿Y qué? A ti no te viene a cuento. Habíamos hecho un trato, pero el crío sigue buscando formas de evitarlo. Si yo no supiera cómo manejar a criajos como él, no hubiera llegado a la cima.\n\nNecesitas buena información para manejarlos y poder atraparlos a tiempo. No hay problema en Priozersk, pero se desvía muy seguido de mis rutas en la ciudad. Necesito saber a dónde va el BTR y por qué. Marca todas sus paradas con marcadores estroboscópicos, mis chicos se encargarán de lo demás.", + "674600a366e6a521aa05eb66 failMessageText": "¿Decidiste ayudar al conductor? Las predicciones no parecen ser tu lado fuerte.\n\nSin mí, su cacharro se va a desmoronar, y sin él, ¡el primer tipo que se cruce en tu camino le dará un tiro! Luego volverás conmigo, arrastrándote.", + "674600a366e6a521aa05eb66 successMessageText": "Marcaste todos los sitios, ¿verdad? Guay. Enviaré a mi equipo a que los revisen hoy, esta rata no irá a ninguna parte.", + "67460118d3498f1b35e0a025": "Coloca un Marcador MS2000 en la parada del BTR: Grúa Colapsada de Streets of Tarkov", + "6746011dfd1dc9d0f502e55d": "Coloca un Marcador MS2000 en la parada del BTR: Viejo punto de control Scav de Streets of Tarkov", + "674601247aa943781a1cf3fc": "Coloca un Marcador MS2000 en la parada del BTR: Hotel Pinewood de Streets of Tarkov", + "674601282043d1ef3c6b2eec": "Coloca un Marcador MS2000 en la parada del BTR: Centro de la Ciudad de Streets of Tarkov", + "6746012a35218bb89951248e": "Coloca un Marcador MS2000 en la parada del BTR: Tranvía de Streets of Tarkov", + "6746012d871e69a9abb5873d": "Coloca un Marcador MS2000 en la parada del BTR: Cine Rodina de Streets of Tarkov", "674600a366e6a521aa05eb66 acceptPlayerMessage": "", "674600a366e6a521aa05eb66 declinePlayerMessage": "", "674600a366e6a521aa05eb66 completePlayerMessage": "", - "674602307e3818d5bb069489 name": "Hindsight 20/20", - "674602307e3818d5bb069489 description": "New assignment for ya. The driver still has someone helping him, and he knows too much to be left alone. If this shithead leaks my stashes, I'm gonna have to reorganize the whole fucking network!\n\nThe lads are already looking for new spots for merchandise drop-offs and ammo storage. You need to check one of these points, it's supposedly somewhere under the large mountain in Priozersk. If the tip is accurate, you can leave the supplies there for my crew. We need Russian armor-piercing ammo specifically. Keep your NATO ammo and other junk to yourself.", - "674602307e3818d5bb069489 failMessageText": "If you wanted to work for both sides, you should've been more fucking careful! \n\nYou won't make it far with that sucker. But you've already made your choice, fuckhead.", - "674602307e3818d5bb069489 successMessageText": "The bunker is open? These hooded pricks could be a problem, but they're not the focus at the moment. The plan can't be changed, but I will notify the group anyway.", - "674602682cb1c1f5999f27aa": "Locate the bunker under the mountain on Woods", - "674da90a45aa075a44b4d687": "Stash the first Russian armor-piercing ammo pack inside the bunker", - "674da90f96d4f32d517cb770": "Stash the second Russian armor-piercing ammo pack inside the bunker", - "674da9141cc05673dc69e7e7": "Stash the third Russian armor-piercing ammo pack inside the bunker", + "674602307e3818d5bb069489 name": "Visión Retrospectiva 20/20", + "674602307e3818d5bb069489 description": "Nueva misión para ti. El conductor aún tiene a alguien que lo está ayudando y sabe demasiado como para dejarlo pasar. ¡Si este gilipollas filtra mis alijos, tendré que reorganizar toda la puñetera red!\n\nLos muchachos ya están buscando nuevos lugares para dejar la mercancía y almacenar munición. Tienes que comprobar uno de estos puntos, supuestamente está en algún lugar bajo la gran montaña en Priozersk. Si la información es correcta, puedes dejar los suministros allí para mi equipo. Específicamente, necesitaremos munición perforante rusa. Tú puedes quedarte con la munición OTAN y demás basura.", + "674602307e3818d5bb069489 failMessageText": "Si querías trabajar para ambos bandos, ¡debiste haber sido más cuidadoso, gilipollas!\n\nNo llegarás muy lejos con ese paleto. Pero ya has tomado tu decisión, imbécil.", + "674602307e3818d5bb069489 successMessageText": "¿El búnker está abierto? Estos mamones encapuchados podrían ser un problema, pero no son el objetivo en este momento. No se puede cambiar el plan, pero le notificaré al grupo de todos modos.", + "674602682cb1c1f5999f27aa": "Localiza el búnker bajo la montaña de Woods", + "674da90a45aa075a44b4d687": "Esconde el primer paquete de munición perforante rusa dentro del búnker", + "674da90f96d4f32d517cb770": "Esconde el segundo paquete de munición perforante rusa dentro del búnker", + "674da9141cc05673dc69e7e7": "Esconde el tercer paquete de munición perforante rusa dentro del búnker", "674602307e3818d5bb069489 acceptPlayerMessage": "", "674602307e3818d5bb069489 declinePlayerMessage": "", "674602307e3818d5bb069489 completePlayerMessage": "", - "6746053b5b555b53460d9896 name": "Key Partner", - "6746053b5b555b53460d9896 description": "So a birdie told me the driver is determined and is looking for a new employer. I doubt the idiot realizes all the consequences of such a transition. In any case, I never even gave him that option anyway! The only lead I've confirmed now is about Peacekeeper. \n\nYou should go to him and remind him that we have common interests with him! Make him remember who his key partner is.", - "6746053b5b555b53460d9896 failMessageText": "Did you think I wouldn't find out about you helping the driver? You think I can't replace you?\n\nYou're gonna have to work very hard if you want to do business with me again.", - "6746053b5b555b53460d9896 successMessageText": "Peacekeeper is a forward thinker, even if he wants to seem like a simple hustler. He won't dare to go against me now.", - "675197664e610fc2b88e0bf3": "Sell any items to Peacekeeper", + "6746053b5b555b53460d9896 name": "Socio Clave", + "6746053b5b555b53460d9896 description": "Bueno, un pajarillo me ha dicho que el conductor está decidido y busca un nuevo patrón. Dudo que el idiota se dé cuenta de todas las consecuencias de tal transición. ¡De todos modos nunca le di esa opción! La única pista que he confirmado hasta ahora es sobre Peacekeeper.\n\n¡Deberías ir a visitarlo y recordarle que tenemos intereses comunes con él! Recuérdale quién es su socio clave.", + "6746053b5b555b53460d9896 failMessageText": "¿Pensabas que no me enteraría de que ayudabas al conductor? ¿Crees que no puedo reemplazarte?\n\nTendrás que trabajar muy duro si quieres volver a hacer negocios conmigo.", + "6746053b5b555b53460d9896 successMessageText": "Peacekeeper es una persona que piensa a futuro, aun cuando quiere parecer un simple estafador. Ahora no se atreverá a ir en mi contra.", + "675197664e610fc2b88e0bf3": "Vende cualquier objeto a Peacekeeper", "6746053b5b555b53460d9896 acceptPlayerMessage": "", "6746053b5b555b53460d9896 declinePlayerMessage": "", "6746053b5b555b53460d9896 completePlayerMessage": "", - "674605df60a98cad1b0ec799 name": "Killer Argument", - "674605df60a98cad1b0ec799 description": "Have you already heard that the driver has poached some of the traders over to his side? This kid's gotten a little far from his nest, so it's time to end it. I've made a deal with a certain someone to share some RPG ammo, enough to penetrate his BTR's armor. \n\nNow I need someone to deliver the package from the Scav house in Priozersk. Nobody knows about the delivery yet, so it should go smoothly. You gotta work fast, so that the driver doesn't find out what I'm preparing for him.", - "674605df60a98cad1b0ec799 failMessageText": "You're too sharp for your own good, punk. A proper bandit would never do that shit.\n\nYou can't betray your own gang. Who'd want to do business with you now?", - "674605df60a98cad1b0ec799 successMessageText": "Very good! Now the BTR armor won't save the driver. Stay in touch, you'll be useful during the assault.", - "6746061983996c4aa4765025": "Locate and obtain the package with RPG ammo on Woods", - "674606266884ca9cfc83530e": "Hand over the package", + "674605df60a98cad1b0ec799 name": "Argumento Asesino", + "674605df60a98cad1b0ec799 description": "¿Has escuchado que el conductor ha logrado que algunos de los vendedores se pasen a su bando? Este criajo se ha alejado bastante de su nido, así que es hora de acabar con él. Llegue a un acuerdo con cierta persona para que compartiera un poco de munición de RPG, suficiente como para penetrar el blindaje de su BTR.\n\nAhora necesito que alguien entregue el paquete desde la casa Scav en Priozersk. Nadie sabe nada de la entrega aún, así que debería ir sin problemas. Tienes que trabajar rápido, para que el conductor no se entere de lo que estoy preparando para él.", + "674605df60a98cad1b0ec799 failMessageText": "Eres demasiado listo para tu propio bien, imbécil. Un bandido de verdad nunca hubiera hecho esa mierda.\n\nNo puedes traicionar a tu propia banda. ¿Ahora quién querría hacer negocios contigo?", + "674605df60a98cad1b0ec799 successMessageText": "¡Muy bien! Ahora el blindaje del BTR no salvará al conductor. Mantente en contacto, serás útil durante el asalto.", + "6746061983996c4aa4765025": "Localiza y obtén el paquete con munición de RPG en Woods", + "674606266884ca9cfc83530e": "Entrega el paquete", "674605df60a98cad1b0ec799 acceptPlayerMessage": "", "674605df60a98cad1b0ec799 declinePlayerMessage": "", "674605df60a98cad1b0ec799 completePlayerMessage": "", - "67460662d0fbbc74ca0f7229 name": "Choose Your Friends Wisely", - "67460662d0fbbc74ca0f7229 description": "The assault is called off. Someone tipped off the driver about the ammo crates, so this motherfucker booby-trapped them! My lads got nailed. Now we're out of both manpower and ammo. We'll have to look for shells again. The driver's gonna start his bullshit counterattack now, you need to stop him.\n\nIf we let him build his route system now, he's gonna be a pain in the ass later. He's got some mercs around him again, but now they all know they're going against Skier! You need to do this quickly so that no one thinks they can oppose me and fucking survive. I got a route where you'll find all these shitheads.", - "67460662d0fbbc74ca0f7229 failMessageText": "So it was you who was helping him the whole time? No wonder you're backing off now.\n\nYou know I can deal with him one way or the other, right? But you, you're gonna be cleaning up this shit for a very long while.", - "67460662d0fbbc74ca0f7229 successMessageText": "Well, no one can help him after something like this. I'll take care of the little stuff, but without you, it could have gone south.\n\nYou're a smooth guy, and you kept your word, unlike that driver fuck.", - "674606bac840f707bea6242f": "Use the transit from Customs to Reserve", - "674606ccff406a9f6a28e26f": "Use the transit from Reserve to Woods", - "674606f1c63637e54bede3a6": "Use the transit from Woods to Lighthouse", - "6746071002dfd67c0629a379": "Survive and extract from Lighthouse", - "674607317781508c405fb979": "Eliminate PMC operatives while completing the other objectives", + "67460662d0fbbc74ca0f7229 name": "Elige a Tus Amigos Sabiamente", + "67460662d0fbbc74ca0f7229 description": "Se ha cancelado el asalto. Alguien ha avisado al conductor sobre las cajas de munición, ¡y el hijo de la gran puta les ha puesto trampas explosivas! Se ha cargado a mis chicos. Ahora nos hemos quedado sin personal y sin munición. Tendremos que buscar municiones otra vez. Ahora el conductor comenzará con su contraataque de mierda, debes detenerlo.\n\nSi le dejamos establecer su sistema de rutas ahora, luego será un dolor de culo. Tiene algunos mercenarios a su alrededor otra vez, ¡pero ahora todos saben que van contra Skier! Tienes que hacer esto rápido para que nadie piense que puede oponerse a mí y sobrevivir. Tengo una ruta en la que encontrarás a todos estos gilipollas.", + "67460662d0fbbc74ca0f7229 failMessageText": "¿Así que tú eras el que ha estado ayudándolo todo este tiempo? No me extraña que ahora te estés tirando para atrás.\n\nSabes que puedo lidiar con él de una forma u otra, ¿verdad? Pero tú, vas a tener que limpiar esta cagada durante mucho tiempo.", + "67460662d0fbbc74ca0f7229 successMessageText": "Bueno, nadie puede ayudarlo después de algo como esto. Me encargaré de los detalles, pero sin ti, todo podría haber ido mal.\n\nEres un tío astuto y has cumplido con tu palabra, a diferencia de ese conductor de mierda.", + "674606bac840f707bea6242f": "Usa el tránsito de Customs a Reserve", + "674606ccff406a9f6a28e26f": "Usa el tránsito de Reserve a Woods", + "674606f1c63637e54bede3a6": "Usa el tránsito de Woods a Lighthouse", + "6746071002dfd67c0629a379": "Sobrevive y extrae de Lighthouse", + "674607317781508c405fb979": "Elimina operadores PMC mientras completas los otros objetivos", "67460662d0fbbc74ca0f7229 acceptPlayerMessage": "", "67460662d0fbbc74ca0f7229 declinePlayerMessage": "", "67460662d0fbbc74ca0f7229 completePlayerMessage": "", - "674647f38466ebb03408b291 name": "That’s a Great Plan, Walter", - "674647f38466ebb03408b291 description": "Hello, gangster! My overseas colleague and I were working out a little deal, but things didn't seem to go according to plan. We needed to get a shipment across town, but it was too risky to move it all at once. \n\nSo they split up the big shipment into lots of little ones and locked the cases. Even if some loser finds it, they won't be able to open it! Peacekeeper said the shipment's already in Tarkov, but my guys at the drop points haven't seen shit yet. \n\nBe a good boy and go check it out. Scour around, and if you find our cargo, bring it here. Easy day's work, yeah?", + "674647f38466ebb03408b291 name": "Que Gran Plan, Walter", + "674647f38466ebb03408b291 description": "¡Hola, gánster! Mi colega extranjero y yo estábamos trabajando en un pequeño acuerdo, pero las cosas no tenían pinta de ir acorde al plan. Necesitábamos enviar un cargamento al otro lado de la ciudad, pero era demasiado arriesgado moverlo todo en un solo viaje.\n\nAsí que dividieron el envío grande en muchos más pequeños y cerraron los maletines bajo llave. ¡Así que si algún pobre infeliz los encuentra, no podrán abrirlos! Peacekeeper dijo que el envío ya está en Tarkov, pero mis hombres en los puntos de entrega aún no han visto nada.\n\nSé un buen chico y ve a echar un vistazo. Busca por todos lados y, si encuentras nuestro cargamento, tráelo aquí. Un día con trabajo fácil, ¿no lo crees?", "674647f38466ebb03408b291 failMessageText": "", - "674647f38466ebb03408b291 successMessageText": "Shit, the plan was solid... We kept it secret, nobody was in on it.\n\nBetter ask Peacekeeper what's happening with the couriers. Good thing we locked the cases beforehand. \n\nStay close by, maybe there'll be more work.", - "67464892f25c4371c2242a1a": "Locate and hand over the locked cases with cargo", + "674647f38466ebb03408b291 successMessageText": "Mierda... el plan era bueno... Lo mantuvimos en secreto, nadie sabía nada.\n\nSerá mejor que vayas a preguntar a Peacekeeper qué está pasando con los mensajeros. Menos mal que cerramos los maletines de antemano.\n\nQuédate cerca, tal vez haya más trabajo.", + "67464892f25c4371c2242a1a": "Localiza y entrega los maletines cerrados con la carga", "674647f38466ebb03408b291 acceptPlayerMessage": "", "674647f38466ebb03408b291 declinePlayerMessage": "", "674647f38466ebb03408b291 completePlayerMessage": "", - "6746480040ea3d1d4f0e5d51 name": "Shell Game", - "6746480040ea3d1d4f0e5d51 description": "Cheeky bastards. Those fuckers knew everything from the start! They even framed the courier attack and stole the keys! \n\nAnd to make it look legit, they took our contraband out of the cases and stuffed them with random fucking garbage. Now we gotta check every case. Every fucking case! We're short-handed for this bullshit, so you're gonna come in handy. \n\nIf you can't find the keys from the smugglers, go to Ref, he's already fucking selling them anyway. I only want my goods, you can have the rest. My buyer's pissed as shit, waiting for his order. \n\nSo if you do everything quick, you'll get both the goods and some nice cash.", + "6746480040ea3d1d4f0e5d51 name": "¿Dónde Está la Bolita?", + "6746480040ea3d1d4f0e5d51 description": "¡Bastardos hijos de puta! ¡Esos cabrones lo sabían todo desde el principio! ¡Incluso incriminaron al mensajero y robaron las llaves!\n\nY para que pareciera legítimo, sacaron nuestro contrabando de los maletines y los llenaron con basura. Ahora tenemos que revisar cada maletín. ¡Cada puto maletín! Estamos demasiado cortos de personal para estas gilipolleces, así que vas a ayudarnos.\n\nSi no puedes encontrar las llaves de los contrabandistas, ve a ver a Ref, las está vendiendo el muy cabrón. Solo quiero mis cosas, puedes quedarte con el resto. Mi comprador está cabreado que te cagas, y sigue esperando su pedido.\n\nAsí que si haces todo rápido, conseguirás los bienes y algo de dinero en efectivo.", "6746480040ea3d1d4f0e5d51 failMessageText": "", - "6746480040ea3d1d4f0e5d51 successMessageText": "Well done! I think we got most of our contraband back.\n\nThat was really fucking close, but I think the deal's done. Would've been a total bust without you.", - "67464916bbc0297381fcf753": "Hand over Skier's contraband from the locked cases", + "6746480040ea3d1d4f0e5d51 successMessageText": "¡Bien hecho! Creo que recuperamos la mayor parte de nuestro contrabando.\n\nEstuvo cerca, jodidamente cerca, pero creo que el trato está hecho. Sin ti, hubiera sido un fracaso total.", + "67464916bbc0297381fcf753": "Entrega el contrabando de Skier de los maletines cerrados", "6746480040ea3d1d4f0e5d51 acceptPlayerMessage": "", "6746480040ea3d1d4f0e5d51 declinePlayerMessage": "", "6746480040ea3d1d4f0e5d51 completePlayerMessage": "", - "6746480cd0b2f8eb9b034e3e name": "Chop the Thieving Hand", - "6746480cd0b2f8eb9b034e3e description": "I figure you've already been approached by my partner in our deal. The transfer was sabotaged, and I found the culprits. Local smugglers thought they were the only ones who could use the unrest in the region to transport goods.\n\nWe need to show them that interfering with big business is fatal. My contact in Europe is waiting for payment, and the buyer won't pay Skier without the goods.\n\nIf this deal falls through, we won't have a chance to secure any major contracts going forward. This has to be dealt with immediately. Are we clear?", + "6746480cd0b2f8eb9b034e3e name": "Cortar la Mano Ladrona", + "6746480cd0b2f8eb9b034e3e description": "Supongo que mi socio ya se ha puesto en contacto contigo respecto a nuestro trato. La transferencia fue saboteada y encontré a los culpables. Los contrabandistas locales pensaron que eran los únicos que podían aprovechar los disturbios en la región para transportar mercancías.\n\nDebemos enseñarles que interferir en negocios importantes es letal. Mi contacto en Europa está esperando el pago y el comprador no le pagará a Skier sin las mercancías.\n\nSi este trato fracasa, no tendremos la oportunidad de asegurar ningún contrato importante en el futuro. Esto tiene que solucionarse de inmediato. ¿Está claro?", "6746480cd0b2f8eb9b034e3e failMessageText": "", - "6746480cd0b2f8eb9b034e3e successMessageText": "Great! All that remains is to find out how badly those scavengers have messed things up.\n\nI need to contact Skier and provide security for a shipment with keys to the cases. You're free to go now, mercenary.", - "67464973800dfc0ed382cc34": "Eliminate the \"Smugglers\"", + "6746480cd0b2f8eb9b034e3e successMessageText": "¡Genial! Solo queda averiguar hasta donde han dañado las cosas esos carroñeros.\n\nTengo que ponerme en contacto con Skier y proporcionar seguridad para un envío con las llaves de los maletines. Puedes marcharte, mercenario.", + "67464973800dfc0ed382cc34": "Elimina a \"Smugglers\"", "6746480cd0b2f8eb9b034e3e acceptPlayerMessage": "", "6746480cd0b2f8eb9b034e3e declinePlayerMessage": "", "6746480cd0b2f8eb9b034e3e completePlayerMessage": "", - "675031be899713ccad00060c name": "Christmas Dinner", - "675031be899713ccad00060c description": "How's it going my friend! Not cold, are you? Well, here's the thing... We're going to arrange a feast with our comrades-in-arms at the base, it's Christmas after all!\n\nBut you know how it is in inventory warehouses. According to the records everything is there, but in reality there's only tushonka and a shitload of potatoes. We wanted to make olivier salad, maybe two bowls. Amd we need some booze, too. \n\nCan you get it? Just don't bring the potatoes, we have enough of it.", + "675031be899713ccad00060c name": "Cena de Navidad", + "675031be899713ccad00060c description": "¡Amigo mío, cómo estás! ¿Hace fresco, verdad? Vale, esta es la cuestión... Organizaremos un banquete con nuestros hermanos de armas en la base, ¡al fin y al cabo es Navidad!\n\nPero ya sabes cómo son las cosas en el inventario de los almacenes. Según los registros, está todo ahí, pero en realidad solo hay tushonkas y un mogollón de patatas. Queríamos hacer ensalada Olivier, tal vez dos tazones. Y también necesitamos algo de alcohol.\n\n¿Puedes conseguirlos? No vayas a traer patatas, ya tenemos suficientes.", "675031be899713ccad00060c failMessageText": "", - "675031be899713ccad00060c successMessageText": "Well done! Oh and yeah, I can't invite you too, sorry. It's for old acquaintances, officers and stuff, you know?\n\nBut you do deserve the reward for procuring the resources, so here you go.", - "67570c0d63b4ca18b62897b0": "Hand over the item: Salty Dog beef sausage", - "67570c1dd37fe94e53828e73": "Hand over the item: Can of green peas", - "67570c2cb9a6467518160e50": "Hand over the item: Jar of DevilDog mayo", - "67570c3d9453e3c86deaed51": "Hand over the item: Bottle of Tarkovskaya vodka", - "67570c4919a18dfbab35905c": "Hand over the item: Bottle of Dan Jackiel whiskey", - "67570cab8cba6bcd8d5f5dd7": "Hand over the item: Jar of pickles", + "675031be899713ccad00060c successMessageText": "¡Muy bien! Ah, sí, la cosa es que no puedo invitarte, lo siento mucho. Es solo para viejos conocidos, oficiales y esas cosas, ¿me entiendes?\n\nPero te mereces la recompensa por conseguir los recursos, así que aquí la tienes.", + "67570c0d63b4ca18b62897b0": "Entrega el objeto: Salchicha de res Salty Dog", + "67570c1dd37fe94e53828e73": "Entrega el objeto: Lata de guisantes verdes", + "67570c2cb9a6467518160e50": "Entrega el objeto: Tarro de mayonesa DevilDog", + "67570c3d9453e3c86deaed51": "Entrega el objeto: Botella de vodka Tarkovskaya", + "67570c4919a18dfbab35905c": "Entrega el objeto: Botella de whisky Dan Jackiel", + "67570cab8cba6bcd8d5f5dd7": "Entrega el objeto: Frasco de pepinillos", "675031be899713ccad00060c acceptPlayerMessage": "", "675031be899713ccad00060c declinePlayerMessage": "", "675031be899713ccad00060c completePlayerMessage": "", - "675031d3884e1da4a90b3bc9 name": "Chilly", - "675031d3884e1da4a90b3bc9 description": "Come on in, sit down. Tea's almost ready, it'll warm you up. We haven't had such temperatures since 1873. That winter was as tough as this one, I even warmed up a stray fox here!\n\nIt makes a big difference in a combat situation. You can freeze your fingers so cold that you can't even pull the trigger. Can't sit in an ambush either when you're freezing cold.\n\nIf you want to survive, you gotta toughen up your body. Try to take out a few enemies when you're cold.", + "675031d3884e1da4a90b3bc9 name": "Hace Fresco", + "675031d3884e1da4a90b3bc9 description": "Entra, ven y siéntate. El té está casi listo, te calentará un poco. No hemos tenido temperaturas así desde 1873. Ese invierno fue tan helado como este, ¡hasta tuve que dar cobijo a un zorro desorientado!\n\nEsto marca una gran diferencia en una situación de combate. Los dedos pueden congelarse tanto que ni siquiera puedes apretar el gatillo. Tampoco puedes quedarte sentado durante una emboscada mientras te mueres congelado.\n\nSi quieres sobrevivir, debes fortalecer tu cuerpo. Intenta eliminar a algunos enemigos mientras tienes frío.", "675031d3884e1da4a90b3bc9 failMessageText": "", - "675031d3884e1da4a90b3bc9 successMessageText": "So how's your condition? Now you need to warm up, or you'll be out of commission for a week.\n\nAfter you're warmed up, you'll have to practice again, otherwise your body won't get used to it. Then the cold will be an advantage, not a setback.", - "67585f77650907d333a3f082": "Eliminate any target while suffering from the Frostbite status effect", + "675031d3884e1da4a90b3bc9 successMessageText": "¿Cómo está tu condición? Ahora tienes que calentarte, o estarás fuera de combate durante una semana.\n\nDespués de que hayas entrado en calor, tendrás que volver a hacerlo, de lo contrario tu cuerpo no se acostumbrará. Solo entonces el frío será una ventaja, en vez de un inconveniente.", + "67585f77650907d333a3f082": "Elimina a cualquier objetivo mientras sufres el efecto de Congelamiento", "675031d3884e1da4a90b3bc9 acceptPlayerMessage": "", "675031d3884e1da4a90b3bc9 declinePlayerMessage": "", "675031d3884e1da4a90b3bc9 completePlayerMessage": "", - "675031e1f300496cc4104450 name": "Hide in Plain Sight", - "675031e1f300496cc4104450 description": "Have you seen how the city's changed? Lights, fairs everywhere.\n\nIt's like there was no war and they're selling next year's calendars everywhere. But all this cheerfullness is to our advantage. \n\nThe fairs have been put in prominent places, and I'd like to use them to traffic my merchandise. And in order to add new spots to my itineraries, I need the exact coordinates. \n\nCan you lend me a hand with that? You help me, I help you, like brother to brother! Finding fairs is easy - just follow wherever you see the most holiday lights.", + "675031e1f300496cc4104450 name": "Esconderse a Plena Vista", + "675031e1f300496cc4104450 description": "¿Has visto cómo ha cambiado la ciudad? Luces, ferias por todas partes.\n\nEs como si no hubiera guerra y vendieran calendarios de año nuevo por todas partes. Pero toda esta alegría es para nuestro beneficio.\n\nLas ferias están en lugares destacados y me gustaría usarlas para circular mi mercancía. Y para añadir nuevos lugares a mis itinerarios, necesito las coordenadas exactas.\n\n¿Podrías echarme un cable con eso? Tú me ayudas y yo te ayudo, ¡como hermano a hermano! Encontrar estas ferias es fácil, solo debes ir donde veas más luces navideñas.", "675031e1f300496cc4104450 failMessageText": "", - "675031e1f300496cc4104450 successMessageText": "Nice job! In better times I would've given you a good car for your active involvement in the business.\n\nBut you know what kind of merchandise is hot right now. Here, you'll need this.", - "67583687e90b8dcb52b2390f": "Locate and visit the Christmas tree on Lighthouse", - "6758369a1ac8288e78e907b9": "Locate and visit the Christmas tree on Customs", - "6758369be66a1e49655a8f6d": "Locate and visit the Christmas tree on Reserve", - "6758369d70ddf414fe0e06e3": "Locate and visit the Christmas tree on Interchange", - "6758369eac845ae2d6446a0e": "Locate and visit the Christmas tree on Shoreline", - "6758369f71ddaaf12e484444": "Locate and visit the Christmas tree on Woods", + "675031e1f300496cc4104450 successMessageText": "¡Buen trabajo! Si estos fueran mejores tiempos, te hubiera regalado un coche nuevo por tu activa participación en mi negocio.\n\nPero ya sabes qué tipo de mercancía está de moda ahora. Aquí tienes, te hará falta.", + "67583687e90b8dcb52b2390f": "Localiza y visita el Árbol de Navidad en Lighthouse", + "6758369a1ac8288e78e907b9": "Localiza y visita el Árbol de Navidad en Customs", + "6758369be66a1e49655a8f6d": "Localiza y visita el Árbol de Navidad en Reserve", + "6758369d70ddf414fe0e06e3": "Localiza y visita el Árbol de Navidad en Interchange", + "6758369eac845ae2d6446a0e": "Localiza y visita el Árbol de Navidad en Shoreline", + "6758369f71ddaaf12e484444": "Localiza y visita el Árbol de Navidad en Woods", "675031e1f300496cc4104450 acceptPlayerMessage": "", "675031e1f300496cc4104450 declinePlayerMessage": "", "675031e1f300496cc4104450 completePlayerMessage": "", - "675031f57775aada6b0f96a1 name": "Cheer Up", - "675031f57775aada6b0f96a1 description": "Have you even prepared for the holiday? And don't give me that bullshit about the fighting going on. I've seen plenty of soldiers and let me tell you this: if a man doesn't have a good soul, he won't last long in the field.\n\nYou may not like holidays. You can laugh at people who talk to pictures of their relatives before they go to bed. \n\nBut if there's nothing left in you but your fighting skills, you're gonna die quick. If not today, then tomorrow. Because you need a good fighting spirit. \n\nAnd where's it gonna come from if you don't have anything to hold on to? Ah well, I've rambled for too long, I'm getting old... But you get the point. So even if you don't have anyone to celebrate with, at least put up a Christmas tree in your bunker or wherever you live now.", + "675031f57775aada6b0f96a1 name": "Alegrarse", + "675031f57775aada6b0f96a1 description": "¿Te has preparado para las festividades? Y no me vengas con esa mierda de que hay que seguir combatiendo. He visto a muchos soldados y deja que te diga esto: si un hombre no tiene un alma buena, no durará mucho en el campo de batalla.\n\nPuede que no te gusten las festividades y puedes reírte de la gente que le habla a las fotos de sus familiares antes de ir a dormir.\n\nPero si no queda nada en ti, excepto tus habilidades de combate, morirás rápido. Si no es hoy, será mañana. Porque necesitas un buen espíritu combativo.\n\n¿Y de dónde va a salir si no tienes nada a que aferrarte? Ah, bueno, ya he divagado demasiado, me estoy haciendo viejo... Pero entiendes el punto. Así que, aunque no tengas a nadie con quien celebrar, al menos coloca un árbol de Navidad en tu búnker o donde sea que vivas ahora.", "675031f57775aada6b0f96a1 failMessageText": "", - "675031f57775aada6b0f96a1 successMessageText": "Well, there you go, that's something! There's still time, maybe you'll get some friends together.\n\nHere's a little something to keep your spirits up, so to speak.", - "6757069b842eb3c4d8220979": "Construct a Christmas Tree in the Hideout", + "675031f57775aada6b0f96a1 successMessageText": "¡Bueno, ahora tienes algo! Aún estás a tiempo, tal vez y puedas reunirte con algunos colegas.\n\nAquí tienes algo para mantener el animado, por decirlo de una manera.", + "6757069b842eb3c4d8220979": "Construye un Árbol de Navidad en el Refugio", "675031f57775aada6b0f96a1 acceptPlayerMessage": "", "675031f57775aada6b0f96a1 declinePlayerMessage": "", "675031f57775aada6b0f96a1 completePlayerMessage": "", - "6750320e23fc8fd9cc087d14 name": "Holiday Beyond the Means", - "6750320e23fc8fd9cc087d14 description": "Hello mate. Have you seen that they've started decorating the whole town for the celebrations?\n\nAs if all that pretty tinsel is worth the fuel that gives light to their garlands and lights. People are fucking stupid enough to spend all their resources on it. And apparently not just their own.\n\nThe other day, some wankers tried to rob a couple of my fuel depots. My guys are repelling the attacks alright, but I'm not going to risk the goods because of some dumb celebration!\n\nYou have to clearly show all those mercs that raising a hand on Skier during festivities is as dangerous as at any other time. \n\nAnd to make sure my message doesn't get confused with random casualties, take the appropriate outfit, something flashy.", + "6750320e23fc8fd9cc087d14 name": "Festividades Más Allá de los Medios", + "6750320e23fc8fd9cc087d14 description": "Hola, colega. ¿Has visto que han comenzado a decorar todo el pueblo para las festividades?\n\nComo si todo ese bonito espumillón valiera el combustible que ilumina sus guirnaldas y luces. La gente es lo suficientemente estúpida como para malgastar todos sus recursos en eso. Y parece que no solo los suyos.\n\nEl otro día, unos capullos intentaron robar un par de mis depósitos de combustible. Mis hombres están repeliendo los ataques sin problemas, ¡pero no pondré en riesgo mi mercancía por una estúpida celebración!\n\nTienes que enseñarles claramente a todos esos mercenarios que levantarle la mano a Skier durante las festividades es tan peligroso como en cualquier otro momento del año.\n\nY para asegurarnos de que mi mensaje no se confunda con bajas aleatorias, lleva un atuendo adecuado, algo llamativo.", "6750320e23fc8fd9cc087d14 failMessageText": "", - "6750320e23fc8fd9cc087d14 successMessageText": "Did you do what I said? Good.\n\nNow they'll stay off my turf with their shitty parties.", - "67570d63b9619534bf4857a1": "Eliminate PMC operatives while dressed as Ded Moroz or Santa (hat and beard)", + "6750320e23fc8fd9cc087d14 successMessageText": "¿Has hecho lo que te dije? Bien.\n\nAhora se mantendrán alejados de mi territorio con sus fiestecillas de mierda.", + "67570d63b9619534bf4857a1": "Elimina a operadores PMC mientras estás vestido como Ded Moroz o Santa (gorro y barba)", "6750320e23fc8fd9cc087d14 acceptPlayerMessage": "", "6750320e23fc8fd9cc087d14 declinePlayerMessage": "", "6750320e23fc8fd9cc087d14 completePlayerMessage": "", - "67503219527c9a38e80496ae name": "Illegal Logging", - "67503219527c9a38e80496ae description": "You know what hasn't changed since the peace times? This whole Christmas mess.\n\nEveryone's stocking up on groceries like it's the last time. And even normal-looking people get the stupid idea of cutting down a live tree in the forest for their celebrations.\n\nThese savages can't even tell the difference between a 200-year-old juniper and the weeds in their backyards.\n\nSo they come into my woods at night in groups. I can't shoot them all by myself. I need help. You seem like an alright kid, and you're a good shot, too. \n\nCan you help me save this nature reserve?", + "67503219527c9a38e80496ae name": "Tala Ilegal", + "67503219527c9a38e80496ae description": "¿Te digo algo que no ha cambiado desde los tiempos de paz? Todo este caos navideño.\n\nTodo el mundo se abastece de alimentos como si fuera la última vez que lo harán. Incluso a la gente de aspecto normal se le ocurre la necia idea de talar un árbol vivo en el bosque para sus celebraciones.\n\nEstos salvajes no pueden distinguir entre un enebro de 200 años y los matorrales de sus jardines.\n\nAsí que entran a mi bosque por la noche en grupos. No puedo dispararles a todos yo solo. Necesito ayuda. Pareces un buen chico y también eres un buen tirador.\n\n¿Podrías ayudarme a salvar esta reserva natural?", "67503219527c9a38e80496ae failMessageText": "", - "67503219527c9a38e80496ae successMessageText": "Good, good! Now they'll think ten times before going to my forest for Christmas trees.\n\nJust go to IDEA for your stupid plastic ones. They have no business in my nature reserve.", - "6758350db1147b9c91b62146": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Woods", - "67583547fb9ce4bfbc4e9327": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Shoreline", - "6758354d0be43ac224eefa04": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Lighthouse", - "67585985fda6ca5a90ef43a3": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Customs", + "67503219527c9a38e80496ae successMessageText": "¡Bien, muy bien! Ahora lo pensarán diez veces antes de venir a mi bosque a por árboles de Navidad.\n\nQue mejor vayan al IDEA a por esos estúpidos árboles de plástico. Nadie los tiene metiendo las narices en mi reserva natural.", + "6758350db1147b9c91b62146": "Elimina a cualquier objetivo en el área forestal de Woods entre las 22:00 y las 10:00 horas", + "67583547fb9ce4bfbc4e9327": "Elimina a cualquier objetivo en el área forestal de Shoreline entre las 22:00 y las 10:00 horas", + "6758354d0be43ac224eefa04": "Elimina a cualquier objetivo en el área forestal de Lighthouse entre las 22:00 y las 10:00 horas", + "67585985fda6ca5a90ef43a3": "Elimina a cualquier objetivo en el área forestal de Customs entre las 22:00 y las 10:00 horas", "67503219527c9a38e80496ae acceptPlayerMessage": "", "67503219527c9a38e80496ae declinePlayerMessage": "", "67503219527c9a38e80496ae completePlayerMessage": "", - "67503247622398376d0b57cd name": "Khorovod", - "67503247622398376d0b57cd description": "So the officers and I couldn't resist and we've already started celebrating... We haven't touched the salad yet, and we'll still get more booze, so don't worry.\n\nWe talked about the fighting spirit, so we've come up with something you'll like! Anyway, we want the whole city to have a party. Then even loners like you will think of home, even if it's just for a second.\n\nOur guys have already found the good big trees and dressed them up properly. We don't have enough fuel to keep them lit permanently, but we can still light them up all over the city for some time!\n\nHere's the plan: you take the fuel canisters, get to the holiday tree and turn on the generator. \n\nBut regular gasoline won't do, you need special, industrial fuel. The tree lights up, but you have to hold it up for everyone to see. \n\nObviously, this will attract all sorts of scum, but you're not going empty-handed. We can't surrender the trees to the bandits, you'll be the first and last line of defense.\n\nOnce you're done, go straight to the next one. We've prepared the trees wherever we could. It all has to be done at once, it's the only way to have the desired effect. I'll find someone else to help you. \n\nI've dug up some special armbands so you don't shoot each other. Put them on and don't shoot the people wearing them as well.", + "67503247622398376d0b57cd name": "Jorovod", + "67503247622398376d0b57cd description": "Bueno, los oficiales y yo no pudimos resistirnos y comenzamos a celebrar... Aún no tocamos la ensalada y aún queda alcohol, así que no te preocupes.\n\nHablamos sobre el espíritu de combate, ¡y se nos ocurrió algo que te va a gustar! Al fin y al cabo, queremos que toda la ciudad se divierta. De esta forma, incluso los solitarios como tú pensarán en su hogar, aunque sea solo por un segundo.\n\nNuestros chicos ya encontraron árboles grandes y los han decorado como es debido. No tenemos suficiente combustible para mantenerlos encendidos de forma permanente, ¡pero aún podemos encenderlos por toda la ciudad durante un rato!\n\nEste es el plan: tomas los bidones de combustible, llegas al árbol de Navidad y enciendes el generador.\n\nPero la gasolina normal no vale, necesitas un combustible industrial especial. El árbol se encenderá, pero debes mantenerlo así para que todo el mundo lo vea.\n\nObviamente, esto atraerá a todo tipo de escoria, pero no saldrás con las manos vacías. No podemos entregarles los árboles a los bandidos, tú serás la primera y última línea de defensa.\n\nCuando hayas terminado con uno, ve directamente al siguiente. Preparamos los árboles donde pudimos. Todo tiene que hacerse en un solo viaje, es la única forma de conseguir el efecto deseado. Encontraré a otra persona que te ayude.\n\nLogré desenterrar unos brazaletes especiales para que no vayan a dispararse entre ustedes. Póntelo y no vayas a disparar a la peña que los lleve.", "67503247622398376d0b57cd failMessageText": "", - "67503247622398376d0b57cd successMessageText": "What an awesome celebration! People are out on the streets, gathering and celebrating!\n\nI even got a message from a comrade I've thought was dead for a long time!\n\nI think you've already figured out that what you've done is very important. When things get tough, you'll remember. And when you do, you'll feel better.", - "675708d9432e1eb103266d6e": "Reach Interchange in the Khorovod mode", + "67503247622398376d0b57cd successMessageText": "¡Qué celebración tan increíble! ¡La gente está en las calles, reunida y celebrando!\n\n¡Incluso he recibido un mensaje de un camarada que creía muerto hacía mucho tiempo!\n\nCreo que te has dado cuenta de que has logrado algo muy importante. Cuando las cosas se pongan difíciles, lo recordarás. Y cuando lo hagas, te sentirás mejor.", + "675708d9432e1eb103266d6e": "Llega a Interchange en el modo Jorovod", "67503247622398376d0b57cd acceptPlayerMessage": "", "67503247622398376d0b57cd declinePlayerMessage": "", "67503247622398376d0b57cd completePlayerMessage": "", - "6750324fc06dd3d42a02a4f1 name": "This Is My Party", - "6750324fc06dd3d42a02a4f1 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "6750324fc06dd3d42a02a4f1 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "6750324fc06dd3d42a02a4f1 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "67580ca01a2155dcb73c1a74": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "6750324fc06dd3d42a02a4f1 name": "Esta es mi Fiesta", + "6750324fc06dd3d42a02a4f1 description": "No pensé que te llamaría de nuevo este año, pero necesito de tu ayuda. A la gente le encantó nuestro \"Jorovod\", deberíamos hacerlo de nuevo.\n\nExcepto que algún capullo se está volviendo en contra nuestra, poniendo a nuestros soldados en nuestra contra. También son PMC, pero no llevan nuestros brazaletes.\n\nSabes que estamos haciendo lo correcto. Necesitamos salvar la celebración y alejar a esos cabronazos de nuestro Jorovod. Dispara a cualquiera que se acerque a los árboles sin el brazalete. Nadie se interpondrá en el camino de la gente que hace buenas acciones.", + "6750324fc06dd3d42a02a4f1 failMessageText": "Después de todo lo que has logrado... ¿Cómo te atreves?\n\nParece que no has aprendido nada de lo que te he enseñado.", + "6750324fc06dd3d42a02a4f1 successMessageText": "¿Misión cumplida? ¡Enhorabuena, guerrero!\n\nAhora nos dejarán celebrar la Navidad en paz. Cuéntame, ¿qué tipo de persona debes de ser para no amar este tipo de celebraciones?", + "67580ca01a2155dcb73c1a74": "Elimina operadores PMC sin el brazalete navideño en el modo Jorovod", "6750324fc06dd3d42a02a4f1 acceptPlayerMessage": "", "6750324fc06dd3d42a02a4f1 declinePlayerMessage": "", "6750324fc06dd3d42a02a4f1 completePlayerMessage": "", - "67503256a1b980000e009ed1 name": "The Price of Celebration", - "67503256a1b980000e009ed1 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes!\n\nBecause of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now.\n\nThe ones who take part in this \"Khorovod\" wear special armbands. Those tossers made glowing targets of themselves! I need the job done quickly, so I'm gonna call other mercs as well. \n\nYou can work as a group if you want, but I can't guarantee they won't shoot at you. You know, every man for himself, and all that.", - "67503256a1b980000e009ed1 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "67503256a1b980000e009ed1 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "6758317731db0cb6e1ec71cc": "Eliminate PMC operatives who are wearing the Christmas armband", + "67503256a1b980000e009ed1 name": "El Precio de la Celebración", + "67503256a1b980000e009ed1 description": "¿Puedes creer esta puta mierda? Primero trataron de robarme los bidones de gasolina, ¡y ahora se están reuniendo en los árboles de Navidad que están justo en las rutas de mi banda!\n\nPor culpa de esto tengo que cambiar mis planes y organizar otros caminos para los mensajeros. Morirán congelados con todos esos desvíos jodidamente largos.\n\nNo voy a esperar a que terminen con las celebraciones y se vayan a sus agujeros después. Toda esta mierda debe terminar en este instante.\n\nLos que participan en este \"Jorovod\" llevan brazaletes especiales. ¡Esos idiotas se convirtieron en blancos brillantes! Necesito que el trabajo se haga rápido, así que también voy a llamar a otros mercenarios.\n\nPueden trabajar en grupo si quieren, pero no puedo garantizar que no te disparen. Ya sabes, cada quien está por su cuenta y todo eso.", + "67503256a1b980000e009ed1 failMessageText": "¿De verdad creíste que podrías ir en contra de mi gente sin que yo lo supiera? Esto no va a funcionar, colega. Vete a la mierda.", + "67503256a1b980000e009ed1 successMessageText": "¡Buen trabajo, colega! Ya hemos recuperado algunas de las rutas.\n\nEn cuanto a esos amantes de la Navidad...\n\nPodrían haber adivinado que toda esta emoción y celebraciones solo están obstaculizando el negocio y desperdiciando recursos valiosos. Así que recibieron lo que se merecían. En Tarkov uno no puede aflojar el puñetero culo.", + "6758317731db0cb6e1ec71cc": "Elimina operadores PMC que llevan puesto el brazalete navideño", "67503256a1b980000e009ed1 acceptPlayerMessage": "", "67503256a1b980000e009ed1 declinePlayerMessage": "", "67503256a1b980000e009ed1 completePlayerMessage": "", - "67503260899713ccad00060e name": "Enough Drinks for That One", - "67503260899713ccad00060e description": "Hello again! The fairs worked well, business is booming!\n\nI was gonna make a little gift for you, but my men were intercepted by Killa and his gang.\n\nI heard they're all dressed up in Christmas clothes and partying, so I organized a new route through Ultra while they're busy, but things didn't really go according to plan.\n\nI put a lot of money into this, and a lot of deals might go south because of Killa. So, you down to help me out?\n\nIf you can get rid of that psycho and his stupid friends, I'll owe you big! Just make sure you do this at night, cause they're not gonna let you anywhere near them in the daytime.", + "67503260899713ccad00060e name": "Suficientes Tragos para Ese", + "67503260899713ccad00060e description": "¡Hola de nuevo! Las ferias han funcionado bastante bien, ¡el negocio marcha!\n\nEstaba por hacerte un pequeño regalo, pero mis hombres fueron interceptados por Killa y su pandilla.\n\nEscuché que todos van vestidos con ropa navideña y de fiesta, así que organicé una nueva ruta a través del ULTRA mientras estaban distraídos, pero las cosas no salieron como estaba planeado.\n\nInvertí mucho dinero en esto y muchos negocios podrían salir mal por culpa de Killa. Así que, ¿estás dispuesto a ayudarme?\n\nSi puedes deshacerte de ese psicópata y los capullos de sus amigos, ¡te deberé una grande! Solo asegúrate de hacerlo durante la noche, porque no dejarán acercarte durante el día.", "67503260899713ccad00060e failMessageText": "", - "67503260899713ccad00060e successMessageText": "You got him? You sure? He took down plenty of my guys...\n\nBut if it's clear now, that means no one's gonna stop us from making cash anymore. \n\nAs promised, here's a little something for you. Consider it a Christmas present.", - "67583391869cf73efa21169f": "Locate and neutralize Killa in the time period of 22:00-10:00 on Interchange", - "675833a7fbbf777212206513": "Eliminate Scavs with festive masks in the time period of 22:00-10:00 on Interchange", + "67503260899713ccad00060e successMessageText": "¿Te los has cargado? ¿Estás seguro? Él acabó con muchos de mis hombres...\n\nPero si ahora está despejado, eso significa que nadie podrá detenernos de seguir ganando dinero.\n\nComo lo prometí, aquí tienes un pequeño obsequio. Considéralo un regalo de Navidad.", + "67583391869cf73efa21169f": "Localiza y neutraliza a Killa en Interchange entre las 22:00 y las 10:00 horas", + "675833a7fbbf777212206513": "Elimina Scavs que lleven puestas máscaras festivas en Interchange entre las 22:00 y las 10:00 horas", "67503260899713ccad00060e acceptPlayerMessage": "", "67503260899713ccad00060e declinePlayerMessage": "", "67503260899713ccad00060e completePlayerMessage": "", @@ -27657,206 +27946,206 @@ "6752f6d83038f7df520c83e8 acceptPlayerMessage": "", "6752f6d83038f7df520c83e8 declinePlayerMessage": "", "6752f6d83038f7df520c83e8 completePlayerMessage": "", - "675c03d1f7da9792a405549a name": "Abandoned Cargo", - "675c03d1f7da9792a405549a description": "Good afternoon, young man. I have received information about a recent suspicious shipment of TerraGroup cargo. According to the description, it could contain valuable records and even medical samples.\n\nEvery such shipment should have been prioritized for extraction, yet for some reason this shipment was left near the customs terminal. I have to know what's inside the cargo, and to do that, I need the exact location of the shipments.\n\nWill you be able to assist with this? You will recognize the necessary shipments by the boxes with the TerraGroup logo.", + "675c03d1f7da9792a405549a name": "Carga Abandonada", + "675c03d1f7da9792a405549a description": "Buenas tardes, joven. Recientemente, he recibido información sobre un envío sospechoso de TerraGroup. Según la descripción, podría contener registros valiosos e incluso muestras médicas.\n\nTodos los envíos de este tipo deberían haber sido priorizados para ser extraídos, pero por alguna razón este envío fue dejado cerca de la terminal aduanera. Tengo que saber qué hay dentro de la carga, y para ello, necesito la ubicación exacta de los envíos.\n\n¿Podrías ayudarme con esto? Reconocerás los envíos que necesito por las cajas con el logotipo de TerraGroup.", "675c03d1f7da9792a405549a failMessageText": "", - "675c03d1f7da9792a405549a successMessageText": "Excellent! You didn't open the boxes, correct? Good judgment, mercenary. It's best to have the professionals do it. \n\nJudging by the location of the shipments, they were abandoned in a hurry, or perhaps something happened during the transportation... We will have to investigate why TerraGroup decided to leave these shipments in Tarkov.", - "675c0444db2b69f48942f37c": "Locate and mark the first special TerraGroup cargo with an MS2000 Marker on Customs", - "675c04497439eaed82b6dfeb": "Locate and mark the second special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044cc482cb252c5a92d4": "Locate and mark the third special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044e3691199fe911a641": "Locate and mark the fourth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fbeb402d4fa5589516f": "Locate and mark the fifth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fd3a2c0bad5f70af01c": "Locate and mark the sixth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fdd5af984e99db7b4e1": "Locate and mark the seventh special TerraGroup cargo with an MS2000 Marker on Customs", + "675c03d1f7da9792a405549a successMessageText": "¡Excelente! No has abierto las cajas, ¿verdad? Buena decisión, mercenario. Es mejor dejarlo a los profesionales.\n\nA juzgar por la ubicación de los envíos, fueron abandonados a toda prisa, o tal vez ocurrió algo durante el transporte... Tendremos que investigar por qué TerraGroup decidió dejar estos envíos en Tarkov.", + "675c0444db2b69f48942f37c": "Localiza y marca la primera carga especial de TerraGroup con un Marcador MS2000 en Customs", + "675c04497439eaed82b6dfeb": "Localiza y marca la segunda carga especial de TerraGroup con un Marcador MS2000 en Customs", + "675c044cc482cb252c5a92d4": "Localiza y marca la tercera carga especial de TerraGroup con un Marcador MS2000 en Customs", + "675c044e3691199fe911a641": "Localiza y marca la cuarta carga especial de TerraGroup con un Marcador MS2000 en Customs", + "675c3fbeb402d4fa5589516f": "Localiza y marca la quinta carga especial de TerraGroup con un Marcador MS2000 en Customs", + "675c3fd3a2c0bad5f70af01c": "Localiza y marca la sexta carga especial de TerraGroup con un Marcador MS2000 en Customs", + "675c3fdd5af984e99db7b4e1": "Localiza y marca la séptima carga especial de TerraGroup con un Marcador MS2000 en Customs", "675c03d1f7da9792a405549a acceptPlayerMessage": "", "675c03d1f7da9792a405549a declinePlayerMessage": "", "675c03d1f7da9792a405549a completePlayerMessage": "", - "675c047fa46173572a0bd878 name": "Shipment Tracking", - "675c047fa46173572a0bd878 description": "My people haven't been able to access the cargo yet. However, if there's anything of value-- I mean of danger, we can't waste any time.\n\nAll shipments had to be documented one way or another. Perhaps an itinerary or a cargo manifest would shed more light on the situation. You need to locate that piece of information.\n\nLook in the offices of key persons at the customs: directors, supervisors. If there is anything we might find, it should be there.", + "675c047fa46173572a0bd878 name": "Seguimiento de Envíos", + "675c047fa46173572a0bd878 description": "Mi gente aún no ha conseguido acceder a la carga. Pero si contiene algo valioso... quiero decir peligroso, no debemos perder tiempo.\n\nTodos los envíos deben estar documentados de alguna manera. Tal vez un itinerario o un manifiesto de carga arrojaría más luz sobre la situación. Debes localizar esa información.\n\nBusca en las oficinas de las personas clave en la aduana: directores, supervisores. Si hay algo que podamos encontrar, debería estar allí.", "675c047fa46173572a0bd878 failMessageText": "", - "675c047fa46173572a0bd878 successMessageText": "It will take some time for me to study these documents. Nevertheless, we will soon discover everything that is wrong with this shipment and what it contains. \n\nAlong with a report from my specialists, we will receive comprehensive details.", - "675c04b3fc6b273a36ed294a": "Locate and obtain the TerraGroup shipment lists on Customs", - "675c04c1b68cc8180efb38c6": "Hand over the found information", + "675c047fa46173572a0bd878 successMessageText": "Me llevará algo de tiempo estudiar estos documentos, pero pronto descubriremos qué hay de malo en este envío y qué contiene.\n\nJunto con un informe de mis especialistas, recibiremos todos los detalles.", + "675c04b3fc6b273a36ed294a": "Localiza y obtén los reportes de envíos de TerraGroup en Customs", + "675c04c1b68cc8180efb38c6": "Entrega la información obtenida", "675c047fa46173572a0bd878 acceptPlayerMessage": "", "675c047fa46173572a0bd878 declinePlayerMessage": "", "675c047fa46173572a0bd878 completePlayerMessage": "", - "675c04f4db8807b75d0f38e8 name": "Closer to the People", - "675c04f4db8807b75d0f38e8 description": "Terrible news, young man. I have stopped receiving communications from my group, and the documents you brought me have been scrubbed of all the essential information.\n\nWe know neither the project code, nor the detailed itinerary. Not even a summary of these boxes' contents! I cannot possibly ask you to open them yourself. What if my group's demise has something to do with their contents?\n\nInstead, I came up with another idea. The documents said that in the event of obstacles along the transit, the delivery crews could opt to deviate from the route.\n\nIf the movers were attacked during transit, we might learn about it from the workers' records. Examine the places where the delivery crews may have stayed and search for this information.", + "675c04f4db8807b75d0f38e8 name": "Más Cerca de la Gente", + "675c04f4db8807b75d0f38e8 description": "Joven, hay terribles noticias. He perdido comunicación con mi grupo, y los documentos que trajiste tenían borrada toda la información esencial.\n\nNo conocemos ni el código del proyecto ni el itinerario con los detalles. ¡Ni siquiera un resumen del contenido de estas cajas! No puedo pedirte que las abras tú mismo. ¿Qué pasa si la desaparición de mi grupo tiene algo que ver con su contenido?\n\nEn cambio, se me ha ocurrido otra idea. En los documentos venía que en caso de obstáculos durante el tránsito, los equipos de entrega podrían optar por desviarse de la ruta.\n\nSi los transportistas fueron atacados durante el tránsito, podríamos saber de esto a través de los registros de los trabajadores. Examina los lugares donde los equipos de entrega pueden haber estado y busca esta información.", "675c04f4db8807b75d0f38e8 failMessageText": "", - "675c04f4db8807b75d0f38e8 successMessageText": "Impossible... According to these records, no one attacked the movers, the path was clear! \n\nYet the workers who spent several hours near the boxes reported itching and fever, and asked to go home.\n\nThe foreman's notes say that two delivery crews abandoned the boxes during transportation and flatly refused to continue their work! \n\nIt turns out that the transportation of these boxes required special protective equipment, which no one considered to provide to ordinary workers. It's unclear how dangerous the boxes are at the moment, but I wouldn't recommend approaching them without the appropriate equipment.", - "675c04f4db8807b75d0f38eb": "Locate and obtain the delivery crew's shipment notes on Customs", - "675c04f4db8807b75d0f38ec": "Hand over the found information", + "675c04f4db8807b75d0f38e8 successMessageText": "Imposible... Según estos registros, nadie atacó a los transportistas, ¡el camino estaba despejado!\n\nAun así, los trabajadores que pasaron varias horas cerca de las cajas reportaron picazón y fiebre, y pidieron irse a casa.\n\nLas notas del capataz dicen que dos equipos de entrega abandonaron las cajas durante el transporte, ¡y se negaron terminantemente a continuar con su trabajo!\n\nResulta que el transporte de estas cajas requería un equipo de protección especial, que nadie pensó en suministrar a los trabajadores ordinarios. No está claro que tan peligrosas son las cajas en este momento, pero no recomendaría acercarse a ellas sin el equipo adecuado.", + "675c04f4db8807b75d0f38eb": "Localiza y obtén las notas de envío del equipo de entrega en Customs", + "675c04f4db8807b75d0f38ec": "Entrega la información obtenida", "675c04f4db8807b75d0f38e8 acceptPlayerMessage": "", "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", - "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 name": "Romper el Trato", + "675c085d59b0575973005f52 description": "¿Qué pasa tío, todo bien? No creerás lo que te voy a contar. ¡Tengo un trabajo para ti! Vale, dejemos las bromas, este tío, Reshala, quiere meterse de lleno en un nuevo negocio. Y créeme, no quiero a ese cabrón metido allí.\n\nDescubrí que este idiota planea una reunión con uno de mis socios con vínculos en el exterior. El problema es que solo conocemos el lugar de la reunión, más no sabemos cuándo irán a hacer todo este jaleo.\n\nAsí que contraté a un francotirador de confianza para que arruinara la reunión el momento que ocurra. Pero ahora este tío está todo el tiempo en su puesto allá fuera, ni siquiera puede bajar a echar una meada.\n\nY lo que es peor, unos Scavs encontraron el alijo que preparé para él en el puesto de vigilancia y saquearon todo. ¿Crees poder dejar el resto del equipo? Es en la planta con tres tuberías grandes en medio de la zona industrial. Tiene un andamio de metal o algo similar alrededor... Escóndelo alrededor de todo ese andamio, ¿vale?\n\nVenga ya, hombre, es obvio que te pagaré. Trabaja duro y ganarás mucho dinero, je-je.", "675c085d59b0575973005f52 failMessageText": "", - "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", - "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", - "675c152299549b5b62094f06": "Stash a DVL-10 magazine at the specified spot on Customs", - "675c153ae96d38136d02f670": "Stash an ELCAN SpecterDR scope at the specified spot on Customs", - "67604476b1ae3717835ccaed": "Stash a pack of any 7.62x51 ammo at the specified spot on Customs", + "675c085d59b0575973005f52 successMessageText": "¿Viste a mi pistolero? ¡Claro que no, es un especialista de verdad! Ahora mis hombres le darán la señal y él cogerá todo en los puntos designados.\n\nToma, te agradezco el esfuerzo que has hecho.", + "675c14f54662a2fae349dbb9": "Esconde un Fusil de francotirador DVL-10 en el lugar especificado de Customs", + "675c152299549b5b62094f06": "Esconde un Cargador de DVL-10 en el lugar especificado de Customs", + "675c153ae96d38136d02f670": "Esconde una Óptica ELCAN SpecterDR en el lugar especificado de Customs", + "67604476b1ae3717835ccaed": "Esconde cualquier Paquete con municiones de 7,62x51 mm en el lugar especificado de Customs", "675c085d59b0575973005f52 acceptPlayerMessage": "", "675c085d59b0575973005f52 declinePlayerMessage": "", "675c085d59b0575973005f52 completePlayerMessage": "", - "675c1570526ff496850895d9 name": "Passion for Ergonomics", - "675c1570526ff496850895d9 description": "Hello. Do you know the feeling when you change the layout of your instrument in a seemingly insignificant way and it fundamentally changes the working comfort?\n\nThe Pareto principle, right. I had a friend who was the epitome of that concept. He was always tweaking something, filing, sanding a part to win a few millimeters....\n\nHis experience made me realize how important ergonomics is in any job. I have not heard from him in a while, but I know one of his outlets, it was either a sort of car service or a workshop, right in the garage complex. He always loved cars, especially the American ones.\n\nCan you come and check the place out? He probably moved somewhere else a long time ago, but his garage might still contain some of his tools or blueprints.", + "675c1570526ff496850895d9 name": "Pasión por la Ergonomía", + "675c1570526ff496850895d9 description": "Hola. ¿Conoces esa sensación que ocurre cuando cambias la disposición de tu instrumento de una forma aparentemente insignificante y eso cambia radicalmente la comodidad del trabajo?\n\nEl principio de Pareto, eso mismo. Tenía un amigo que era el epítome de ese concepto. Siempre estaba retocando algo, limando, lijando una pieza para ganar unos pocos milímetros...\n\nSu experiencia me hizo darme cuenta de lo importante que es la ergonomía en cualquier trabajo. Hace tiempo que no sé nada de él, pero conozco uno de sus locales, una especie de lugar de servicio para coches o un taller, justo en el complejo de garajes. Los coches eran su fascinación, especialmente los americanos.\n\n¿Podrías ir a ver ese sitio? Lo más probable es que se haya movido a otro lugar hace mucho tiempo, pero es posible que en su garaje aún queden algunas de sus herramientas o planos.", "675c1570526ff496850895d9 failMessageText": "", - "675c1570526ff496850895d9 successMessageText": "Hmm... He would never let his car burn down willingly. Something must have happened there.\n\nA car mechanic's death would be just an imperceptible blip in the death toll on the Tarkov scale. But hopefully he was able to make it out and find safety. Maybe we'll see each other again.", - "675c15916580a378dc0f012f": "Locate and obtain the customized tool set at the garage complex on Customs", - "675c1595a4c063af74ee5279": "Hand over the found item", + "675c1570526ff496850895d9 successMessageText": "Hmm... Él jamás hubiese permitido que su coche se incinerase así como así. Debió haber ocurrido algo allí.\n\nLa muerte de un mecánico de coches sería solo un pequeño detalle imperceptible en el gran número de muertos a la escala de Tarkov. Pero esperemos que con suerte haya logrado salir y encontrar un lugar seguro. Tal vez nos volvamos a ver.", + "675c15916580a378dc0f012f": "Localiza y obtén el conjunto de herramientas personalizadas en el complejo de garajes de Customs", + "675c1595a4c063af74ee5279": "Entrega el objeto encontrado", "675c1570526ff496850895d9 acceptPlayerMessage": "", "675c1570526ff496850895d9 declinePlayerMessage": "", "675c1570526ff496850895d9 completePlayerMessage": "", - "675c15fbf7da9792a4059871 name": "Provide Viewership", - "675c15fbf7da9792a4059871 description": "Greetings, gladiator! Judging by the fact that you're still in one piece, you've developed a good skill set. That's exactly what I need.\n\nArena fights are thriving, but you know the human nature. The audience gets used to everything and will always ask for more! So I've come up with something more interesting.\n\nI want to broadcast the fights in real Tarkov conditions for a group of special customers. You need to set up a camera and then show them what you're made of. You can put the camera on some building near the construction site at customs.\n\nI don't care who's in your crosshairs. You yourself are the centerpiece of this show! People will cheer for you and pay good money for it. Of course, I've taken your commitment into account, so expect a reward.", + "675c15fbf7da9792a4059871 name": "Proporcionar Audiencia", + "675c15fbf7da9792a4059871 description": "¡Saludos, gladiador! Juzgando el hecho de que aún sigues de una pieza, sé que has desarrollado un buen conjunto de habilidades. Y eso es exactamente lo que necesito.\n\nLos combates en la arena están prosperando, pero ya conoces la naturaleza humana. ¡El público se acostumbra a todo y siempre pedirá más! Así que se me ha ocurrido algo más interesante.\n\nQuiero transmitir combates en las condiciones reales de Tarkov para un grupo de clientes especiales. Debes instalar una cámara y luego mostrarles de qué estás hecho. Puedes colocar la cámara en algún edificio cerca del sitio de obras en Customs.\n\nNo me importa a quién tengas en la mira. ¡Tú mismo eres la pieza central de este espectáculo! La gente te aclamará y pagará buen dinero por esto. Por supuesto, tengo en cuenta tu compromiso, así que puedes esperar una buena recompensa.", "675c15fbf7da9792a4059871 failMessageText": "", - "675c15fbf7da9792a4059871 successMessageText": "There he is, a true Tarkov warrior! The audience loved it, so if you don't plan to drop out anytime soon, drop by often.\n\nYour talents deserve attention. And attention is expensive these days. Oh, by the way, here's your paycheck.", - "675c1c87caddcfa893af10e9": "Install the first WI-FI Camera inside the industrial plant on Customs", - "675c1c980fd114390c638b89": "Eliminate any target inside the industrial plant on Customs", - "676047054c9696a7d071bc08": "Install the second WI-FI Camera inside the industrial plant on Customs", - "6760470877d1b7790af5de11": "Install the third WI-FI Camera inside the industrial plant on Customs", - "6760470b7d65f702a6295820": "Install the fourth WI-FI Camera inside the industrial plant on Customs", + "675c15fbf7da9792a4059871 successMessageText": "¡Y aquí está, un verdadero guerrero de Tarkov! Al público le ha encantado, así que si no piensas en abandonar el juego en un futuro próximo, date la vuelta con más frecuencia.\n\nTu talento merece atención. Y la atención es cara hoy en día. Ah, por cierto, aquí tienes tu recompensa.", + "675c1c87caddcfa893af10e9": "Instala la primera Cámara WI-FI dentro de planta industrial en Customs", + "675c1c980fd114390c638b89": "Elimina a cualquier objetivo dentro de la planta industrial en Customs", + "676047054c9696a7d071bc08": "Instala la segunda Cámara WI-FI dentro de planta industrial en Customs", + "6760470877d1b7790af5de11": "Instala la tercera Cámara WI-FI dentro de planta industrial en Customs", + "6760470b7d65f702a6295820": "Instala la cuarta Cámara WI-FI dentro de planta industrial en Customs", "675c15fbf7da9792a4059871 acceptPlayerMessage": "", "675c15fbf7da9792a4059871 declinePlayerMessage": "", "675c15fbf7da9792a4059871 completePlayerMessage": "", - "675c1cf4a757ddd00404f0a3 name": "Work Smarter", - "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", + "675c1cf4a757ddd00404f0a3 name": "Trabajar Más Inteligentemente", + "675c1cf4a757ddd00404f0a3 description": "Tú sabes el dolor de cabeza que pueden ser las salidas seguras por aquí. Muchos mueren en el camino de regreso, no durante el viaje en sí.\n\nDebido a esto, para un verdadero cazador, es importante tener algo preparado siempre, como un plan de escape personal. Corren tiempos difíciles en estos momentos, así que no recomiendo tomar riesgos innecesarios.\n\nTomemos a Customs como ejemplo. He escuchado que algunas de las salidas ahora están bajo el control de alguien y que solo dejan entrar a los suyos. Eso significa que no le permiten la entrada a otros forasteros. Quizá quieras encontrar una forma de asegurar esas salidas para ti mismo.\n\nPuede que esto requiera un poco de delicadeza, pero para un verdadero guerrero, esos obstáculos no deberían ser un problema.", "675c1cf4a757ddd00404f0a3 failMessageText": "", - "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", - "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", + "675c1cf4a757ddd00404f0a3 successMessageText": "Has aprendido la lección. Asegúrate de no olvidarla.\n\nSiempre mantente preparado para que tu camino de regreso se vea amenazado. Sin importar en qué parte de Tarkov te encuentres. Tu conocimiento del terreno, los caminos entre las áreas y las rutas de escape seguras son tu punto fuerte.", + "675c1cf4a757ddd00404f0a6": "Localiza la extracción secreta en Customs", + "676ab31c058363b09072c78e": "Obtén el objeto especial para extraer a través de la extracción secreta", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", "675c1cf4a757ddd00404f0a3 completePlayerMessage": "", - "675c1d6d59b0575973008fc7 name": "Seizing the Initiative", - "675c1d6d59b0575973008fc7 description": "The operational situation in the city is ever-changing, meaning I always have to stay on top of what is happening.\n\nMy people have reported that some operatives have started using the new path from the customs terminal to the gulf coast.\n\nPreviously the passage was inaccessible there, but I've already had two targets evade my groups in that area. I have to see what is going on at that passage.\n\nIf you accept this task, you will have to travel all the way from the customs terminal to the coast and extract from there. You can count on an appropriate reward!", + "675c1d6d59b0575973008fc7 name": "Tomando la Iniciativa", + "675c1d6d59b0575973008fc7 description": "La situación operativa en la ciudad cambia constantemente, esto significa que siempre debo estar al tanto de lo que sucede.\n\nMi gente me ha informado que algunos operadores comenzaron a usar el nuevo camino desde la terminal de aduanas hasta la costa del golfo.\n\nAntes el tránsito por allí era inaccesible, pero ahora dos objetivos han evadido a mis grupos en esa zona. Necesito saber qué está ocurriendo en ese pasaje.\n\nSi aceptas esta tarea, deberás viajar desde la terminal aduanera hasta la costa y extraer de ahí. ¡Puedes contar con una recompensa apropiada!", "675c1d6d59b0575973008fc7 failMessageText": "", - "675c1d6d59b0575973008fc7 successMessageText": "This will help us cut off the escape routes of those who prevent us from conducting our business.\n\nEveryone needs resources to operate in Tarkov, and the Blue Helmets are no exception.", - "675c1d6d59b0575973008fc9": "Use the transit from Customs to Shoreline", - "675c1dbdcca03cb7f61fc735": "Survive and extract from Shoreline", + "675c1d6d59b0575973008fc7 successMessageText": "Esto nos ayudará a cortar las rutas de escape de aquellos que impiden que llevemos a cabo nuestros negocios.\n\nTodo el mundo necesita recursos para operar en Tarkov, y los Cascos Azules no son la excepción.", + "675c1d6d59b0575973008fc9": "Usa el tránsito de Customs a Shoreline", + "675c1dbdcca03cb7f61fc735": "Sobrevive y extrae de Shoreline", "675c1d6d59b0575973008fc7 acceptPlayerMessage": "", "675c1d6d59b0575973008fc7 declinePlayerMessage": "", "675c1d6d59b0575973008fc7 completePlayerMessage": "", - "675c1ec7a46173572a0bf20a name": "Rite of Passage", - "675c1ec7a46173572a0bf20a description": "Hello, merc. I have a new task, though I cannot tell yet if you are fit for a real job.\n\nBut you seem eager to help, so I might give you a chance to prove yourself.\n\nThe more experienced warriors who are already working for the good of Tarkov need to replenish their fuel reserves.\n\nSo you have a chance to do a good deed and prove to me that some drunken thug won't be a problem for you. \n\nBring me two cans of fuel. But don't run from the fight. To clean the city of filth, you must be ready to face the enemy head-on.", + "675c1ec7a46173572a0bf20a name": "Rito de Iniciación", + "675c1ec7a46173572a0bf20a description": "Hola, mercenario. Tengo una nueva misión, aunque aún no logro decidir si eres apto para un trabajo real.\n\nPero luces ansioso por ayudar, así que podría darte una oportunidad para demostrar tu valía.\n\nLos guerreros más experimentados que se encuentran trabajando por el bien de Tarkov necesitan reponer sus reservas de combustible.\n\nAsí que tienes la oportunidad de hacer una buena acción y mostrarme que un matón borracho no será problema para ti.\n\nTráeme dos bidones de combustible. Pero no huyas de la pelea. Para limpiar la ciudad de esta suciedad, debes estar listo para enfrentar al enemigo de frente.", "675c1ec7a46173572a0bf20a failMessageText": "", - "675c1ec7a46173572a0bf20a successMessageText": "Look who's back. You meet any of those pillagers? Well-well... Maybe you're actually fit for it.\n\nGet some rest for now, but do stay in touch. You've got some serious work ahead of you.", - "675c1f040a1128e59422a876": "Eliminate Scavs at the old gas station on Customs", - "675c1f17cf59d5433be7ae77": "Eliminate Scavs at the new gas station on Customs", - "675c1f311bd716cdb87947d1": "Hand over the found in raid item: Metal fuel tank", + "675c1ec7a46173572a0bf20a successMessageText": "Mira quién han regresado. ¿Te has topado con alguno de esos saqueadores? Muy bien... Quizá estés en condiciones para hacerlo.\n\nDescansa un poco por ahora, pero permanece en contacto. Te espera mucho trabajo.", + "675c1f040a1128e59422a876": "Elimina Scavs en la gasolinera antigua de Customs", + "675c1f17cf59d5433be7ae77": "Elimina Scavs en la gasolinera nueva de Customs", + "675c1f311bd716cdb87947d1": "Entrega el objeto encontrado en incursión: Depósito metálico de combustible", "675c1ec7a46173572a0bf20a acceptPlayerMessage": "", "675c1ec7a46173572a0bf20a declinePlayerMessage": "", "675c1ec7a46173572a0bf20a completePlayerMessage": "", - "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", - "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", + "675c1ff1a757ddd00404f0aa name": "Prueba de Conducción - Parte 6", + "675c1ff1a757ddd00404f0aa description": "¡Guerrero! Queda claro que te fascina disparar armas nuevas y exóticas. Hay un nuevo trabajo para ti sobre esto.\n\nEncontré algo interesante... ¡Nadie había visto algo así en Tarkov antes! ¿Que de dónde lo he sacado? ¡Es secreto comercial, ja-ja!\n\nDeja que te cuente algo, esta arma tiene potencial, sin duda alguna. Pero sin pruebas de combate adecuadas, todas estas especificaciones e informes de alcance no valen una mierda.\n\nEntonces, si estás interesado en probar un arma verdaderamente única, es posible que podamos ayudarnos el uno al otro.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", - "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", + "675c1ff1a757ddd00404f0aa successMessageText": "Va bien, ¿no es así? Bueno, supongo entonces que podría subir el precio un poco, ¿no lo crees?\n\n¿Qué, crees que lo daría gratis? Se merece un precio justo. Tu camarada Prapor nunca ha estafado a un soldado y, créeme, lo mantendré así.", + "675c1ff1a757ddd00404f0ae": "Elimina a cualquier objetivo utilizando un Fusil de asalto Aklys Defense Velociraptor en Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", "675c1ff1a757ddd00404f0aa completePlayerMessage": "", - "675c3507a06634b5110e3c18 name": "Belka and Strelka", - "675c3507a06634b5110e3c18 description": "Hey, soldier! I've got a new reconnaissance mission for ya.\n\nI was able to arrange a deal with the fellas who control the railroad at the old customs gas station, but I haven't sent any of my couriers that way yet. We gotta check it out first.\n\nThe plan is simple: you fire the green flare and extract. It's like a job Belka did... or was it Strelka? Ah, whatever, you know what I'm trying to say.\n\nI'll pay you for risking your skin, but make sure you don't get whacked before even getting to that place, and take your time on the exit itself. I've heard enough tales of mercs who shoot the flare and run to the exit immediately before the flare even lights up properly... On a completely unrelated note, may I interest you in a cheap new helmet with bullet hole vents?", + "675c3507a06634b5110e3c18 name": "Belka y Strelka", + "675c3507a06634b5110e3c18 description": "¡Eh, soldado! Tengo una nueva misión de reconocimiento para ti.\n\nLogré llegar a un acuerdo con los tíos que controlan la vía férrea cerca de la gasolinera antigua de Customs, pero aún no envío a ninguno de mis mensajeros por ahí. Debemos comprobarlo primero.\n\nEl plan es simple: disparas una bengala verde y extraes. Es como el trabajo que hizo Belka... ¿o fue Strelka? Ah, como sea, tú sabes lo que intento decir.\n\nTe pagaré por arriesgar el pellejo, pero asegúrate de no morir antes de llegar al sitio y tómate tu tiempo en la salida. He escuchado suficientes historias de mercenarios que disparan la bengala y corren de inmediato hacia la salida antes de que la bengala se encienda correctamente... Por otra parte, que no tiene nada que ver con lo que acabo de decir, ¿te interesaría un casco nuevo y barato con ventilación en forma de agujero de bala?", "675c3507a06634b5110e3c18 failMessageText": "", - "675c3507a06634b5110e3c18 successMessageText": "There, I told you it was a simple job! You can trust me, I'd never send an untrained soldier into harm's way.", - "675c3507a06634b5110e3c1a": "Survive and extract from Customs through Railroad Passage", + "675c3507a06634b5110e3c18 successMessageText": "¡Te lo he dicho, era un trabajo fácil! Puedes confiar en mí, nunca enviaría a un soldado sin entrenamiento a una situación peligrosa.", + "675c3507a06634b5110e3c1a": "Sobrevive y extrae de Customs a través de: Pasaje de la Vía Férrea", "675c3507a06634b5110e3c18 acceptPlayerMessage": "", "675c3507a06634b5110e3c18 declinePlayerMessage": "", "675c3507a06634b5110e3c18 completePlayerMessage": "", - "675c3582f6ddc329a90f9c6d name": "Private Club", - "675c3582f6ddc329a90f9c6d description": "Opachki, would you look at this little character. You got any ibuprofen? My noggin's fucking killing me.\n\nWhat, something wrong, princess? Yes, I got hammered last night, so what? It was a major league game! They wouldn't let a twat like you anywhere near that table.\n\nSometimes we get together to test our luck, but yesterday clearly wasn't my day. Not only did I lose a shitload of money, but also my fucking wallet.\n\nYou're here for work, ye? Here, I'll give you a fucking job. Find my wallet. And don't even try any bullshit, I'd recognize mine with my eyes closed. You may still be young and don't realize it, but there are things in life worth more than cash.", + "675c3582f6ddc329a90f9c6d name": "Club Privado", + "675c3582f6ddc329a90f9c6d description": "Opachki, mira a este personajazo... ¿Tienes ibuprofeno? Me está matando este dolor de cabeza.\n\n¿Qué, ocurre algo malo, princesa? Sí, me emborraché anoche, ¿y qué? ¡Era un partido de las grandes ligas! No dejarían que un cabronazo como tú se acercara a esa mesa.\n\nA veces nos reunimos para probar suerte, pero está claro que ayer no fue mi día. No solo he perdido un cojón de pasta, tampoco logro encontrar mi puñetera cartera.\n\nEstás aquí buscando curro, ¿no es así? Pues toma, te daré un puto trabajo. Encuentra mi cartera. Y que no se te ocurra intentar ninguna movida, que podría reconocer mi cartera hasta con los ojos cerrados. Puede que aún seas joven y no te enteres, pero hay cosas en la vida que valen más que el dinero.", "675c3582f6ddc329a90f9c6d failMessageText": "", - "675c3582f6ddc329a90f9c6d successMessageText": "Proper good fucking job mate! I knew it couldn't just vanish into thin air like that. We have some kind of connection, you and I.\n\nThis little baby is like a lucky charm for me. When I bought this wallet, things went booming for me. I've gotten it lost a thousand times since then, but it always comes back to me.", - "675c37d2da4b531ba8daaadd": "Locate and obtain Skier's wallet on Customs", - "675c37e07ac1a33fff170966": "Hand over the found item", + "675c3582f6ddc329a90f9c6d successMessageText": "¡Joder tío, qué buena! Sabía que no podía haber desaparecido de la nada. Tú y yo tenemos algún tipo de conexión.\n\nPara mí, esta pequeña nena es como un amuleto de la suerte. Cuando compré esta cartera, todo me fue de maravilla. La he perdido miles de veces desde entonces, pero siempre regresa a mi lado.", + "675c37d2da4b531ba8daaadd": "Localiza y obtén la Cartera de Skier en Customs", + "675c37e07ac1a33fff170966": "Entrega el objeto encontrado", "675c3582f6ddc329a90f9c6d acceptPlayerMessage": "", "675c3582f6ddc329a90f9c6d declinePlayerMessage": "", "675c3582f6ddc329a90f9c6d completePlayerMessage": "", - "675f535f07e24748400973e7 name": "Teacher", - "675f535f07e24748400973e7 description": "Always arriving just when I need you! Long story short, we've got lots of rookies joining us. I love young blood, the crowd does even more so.\n\nHowever, we need to make sure they don't all get iced in the first fight. \n\nShow them the ropes, how to shoot and win the crowd's attention. Obviously, you're not gonna work for free! I've saved something interesting for you. A cool little show-off gift.\n", + "675f535f07e24748400973e7 name": "Maestro", + "675f535f07e24748400973e7 description": "¡Siempre llegas justo cuando te necesito! En resumen, tenemos muchos novatos que se unen a nosotros. Me encanta la sangre joven, y a la multitud le encanta aún más.\n\nPero debemos asegurarnos de que no todos se queden congelados en el primer combate.\n\nMuéstrales cómo se hace, cómo disparar y cómo ganar la atención de la multitud. ¡Obviamente, no trabajarás gratis! He guardado algo interesante para ti. Un pequeño y genial regalo para presumir.", "675f535f07e24748400973e7 failMessageText": "", - "675f535f07e24748400973e7 successMessageText": "That was a sight to behold! Here's your reward, you deserve it.", - "675f535f07e24748400973ea": "Win 3 matches while claiming first place in ranked mode in Arena", - "675f55103f07bd367fd68078": "Play a game of TeamFight or BlastGang", - "675f55578e6311832a4ff2a4": "Play a game of LastHero", - "675f5582396267fcff04b16d": "Play a game of Checkpoint", - "675f55adfa27165a9495534a": "Win a match in any game mode", - "675f55db29a43a094b93bbd3": "Eliminate enemies ", + "675f535f07e24748400973e7 successMessageText": "¡Fue todo un espectáculo digno de ver! Aquí tienes tu recompensa, te la mereces.", + "675f535f07e24748400973ea": "Gana 3 partidas Clasificatorias llegando al primer lugar en Arena", + "675f55103f07bd367fd68078": "Juega una partida de TeamFight o BlastGang", + "675f55578e6311832a4ff2a4": "Juega una partida de LastHero", + "675f5582396267fcff04b16d": "Juega una partida de Checkpoint", + "675f55adfa27165a9495534a": "Gana una partida en cualquier modo de juego", + "675f55db29a43a094b93bbd3": "Elimina enemigos ", "675f535f07e24748400973e7 acceptPlayerMessage": "", "675f535f07e24748400973e7 declinePlayerMessage": "", "675f535f07e24748400973e7 completePlayerMessage": "", - "6761f28a022f60bb320f3e95 name": "New Beginning", - "6761f28a022f60bb320f3e95 description": "Hello my brother! So how's it hanging? Not bored yet?\n\nI know what'll rev you up. The effect is out of this world! Hey, don't get the wrong idea, it's nothing that was illegal in our past lives. \n\nLong story short, there are some special people making lists of the realest alphas in Tarkov. And I happen to know these special people. Rarely do I get to meet such influential figures in my life, that's for sure. With guys like that, you gotta do business in an exceptional fashion, not a single fuck-up. You mess up, you lose your chance to live a happy life ever after, if you catch my drift.\n\nOkay, so I can see you're clearly interested in finding out what this chad list is for. Tell you what, I have no fucking clue. I sure wish they'd tell me though!\n\nAnyway, you yourself can make it on this list. All you gotta do is prove you're worthy. They gave me a mission checklist, here ya go.", + "6761f28a022f60bb320f3e95 name": "Nuevo Comienzo", + "6761f28a022f60bb320f3e95 description": "¡Hola, hermano! ¿Cómo va la cosa? ¿Aún no te aburres?\n\nSé de algo que te animará. ¡El efecto es de otro mundo! Eh, no me malinterpretes, no es nada que fuera ilegal en nuestras vidas pasadas.\n\nEn resumen, hay gente especial que hace listados de los alfas más legítimos de Tarkov. Y resulta que yo conozco a esa gente especial. Rara vez me encuentro con figuras tan influyentes en mi vida, créeme lo que te digo. Con tipos así, tienes que hacer negocios de forma excepcional, sin cagarla ni una sola vez. Porque si la cagas, perderás tu oportunidad de vivir una vida de: felices por siempre, si es que entiendes a lo que me refiero.\n\nBueno, claramente veo que estás interesado en averiguar para qué es esta lista de chads. Te diré algo, no tengo ni puñetera idea. ¡Pero me gustaría que me lo contaran!\n\nEn fin, tú mismo podrías entrar en esta lista. Todo lo que debes hacer es demostrar que eres digno. Me han dado esta lista de chequeo para la misión, cógela.", "6761f28a022f60bb320f3e95 failMessageText": "", - "6761f28a022f60bb320f3e95 successMessageText": "I'm telling you, you're one worthy motherfucker. They are already aware of your progress.", - "6761f6f1bacf72169272e381": "Hand over the item: BEAR operative figurine", - "6761f7d086fd2d9c941b8aa3": "Hand over the item: Politician Mutkevich figurine", - "6761f7f87b309912d6b5f2a9": "Hand over the item: Killa figurine", - "6761f80838201b0588f39a07": "Hand over the item: Reshala figurine", - "6761f817d42b2f3a242de658": "Hand over the item: Ryzhy figurine", - "6761f826d5b89d2d15b53eca": "Hand over the item: Scav figurine", - "6761f838d641d60f18a45e1f": "Hand over the item: Tagilla figurine", - "6761f85183d342080d39ca98": "Hand over the item: USEC operative figurine", - "6761f862c1ba6ee8e161d3d6": "Hand over the item: Cultist figurine", - "6761f87227aeff895cef62c5": "Hand over the item: Den figurine", - "6761f93bc757eb8c228fa754": "Eliminate Scavs", - "6761f9d718fa62aac3264ff2": "Survive and extract from The Lab", + "6761f28a022f60bb320f3e95 successMessageText": "Te lo estoy diciendo tío, eres un cabronazo digno. Ellos están al tanto de tus progresos.", + "6761f6f1bacf72169272e381": "Entrega el objeto: Figura de operador BEAR", + "6761f7d086fd2d9c941b8aa3": "Entrega el objeto: Figura del político Mutkévich", + "6761f7f87b309912d6b5f2a9": "Entrega el objeto: Figura de Killa", + "6761f80838201b0588f39a07": "Entrega el objeto: Figura de Reshala", + "6761f817d42b2f3a242de658": "Entrega el objeto: Figura de Ryzhy", + "6761f826d5b89d2d15b53eca": "Entrega el objeto: Figura de Scav", + "6761f838d641d60f18a45e1f": "Entrega el objeto: Figura de Tagilla", + "6761f85183d342080d39ca98": "Entrega el objeto: Figura de operador USEC", + "6761f862c1ba6ee8e161d3d6": "Entrega el objeto: Figura de Sectario", + "6761f87227aeff895cef62c5": "Entrega el objeto: Figura de Den", + "6761f93bc757eb8c228fa754": "Elimina Scavs", + "6761f9d718fa62aac3264ff2": "Sobrevive y extrae de The Lab", "6761f28a022f60bb320f3e95 acceptPlayerMessage": "", "6761f28a022f60bb320f3e95 declinePlayerMessage": "", "6761f28a022f60bb320f3e95 completePlayerMessage": "", - "6761ff17cdc36bd66102e9d0 name": "New Beginning", - "6761ff17cdc36bd66102e9d0 description": "Hello my brother! So how's it hanging? Not bored yet? I know what'll rev you up. The effect is out of this world!\n\nHuh? I already told you that? Come on man, don't bullshit me. Wait, what? How do you know about the list? Shit, guess I really did tell you about it already. Anyway, it seems like you already have an idea of what to do.\n\nWait, so did I also already tell you about the influential people making these lists? Man, I guess I should get more sleep. I'm running around like a squirrel over here, negotiating things, solving problems. That's my life.\n\nIn fact, I've been thinking... These guys are on to you for a reason. Something big is going down, I'm telling you. So do your missions perfectly and on time.\n\nAll right, back to business. Here's the list. No, it's exactly the same as the “last time”, you're just confused. Maybe you need more sleep, too.", + "6761ff17cdc36bd66102e9d0 name": "Nuevo Comienzo", + "6761ff17cdc36bd66102e9d0 description": "¡Hola, hermano! ¿Cómo va la cosa? ¿Aún no te aburres? Sé de algo que te animará. ¡El efecto es de otro mundo!\n\n¿Eh? ¿Ya te había dicho esto antes? Venga tío, no me toques los cojones. Espera, ¿qué? ¿Cómo sabes lo de la lista? Mierda, supongo que ya te había contado. En fin, parece que ya te haces una idea de lo que tienes que hacer.\n\nEspera, ¿Ya te conté sobre las personas influyentes que hacen estos listados? Joder tronco, supongo que debería dormir más. Voy corriendo de aquí para allá como una ardilla, negociando cosas, resolviendo problemas. Esa es mi vida.\n\nDe hecho, estaba pensando... Estos tíos te siguen la pista por alguna razón. Algo grande está pasando, créeme. Así que haz tus misiones a la perfección y a tiempo.\n\nVale, volvamos al asunto. Aquí tienes la lista. ¿Que qué? No, es exactamente la misma que la \"última vez\", solo estás confundido. Quizá tú también deberías dormir un poco más.", "6761ff17cdc36bd66102e9d0 failMessageText": "", - "6761ff17cdc36bd66102e9d0 successMessageText": "Well done! Could've been quicker, but it'll do. The group knows you're done with the mission.", - "6761ff17cdc36bd66102e9d4": "Eliminate PMC operatives in one raid on any location", - "6761ff17cdc36bd66102e9d6": "Survive and extract from The Lab", - "6761ff17cdc36bd66102e9d8": "Hand over the found in raid item: BEAR operative figurine", - "6761ff17cdc36bd66102e9d9": "Hand over the found in raid item: Politician Mutkevich figurine", - "6761ff17cdc36bd66102e9da": "Hand over the found in raid item: Killa figurine", - "6761ff17cdc36bd66102e9db": "Hand over the found in raid item: Reshala figurine", - "6761ff17cdc36bd66102e9dc": "Hand over the found in raid item: Ryzhy figurine", - "6761ff17cdc36bd66102e9dd": "Hand over the found in raid item: Scav figurine", - "6761ff17cdc36bd66102e9de": "Hand over the found in raid item: Tagilla figurine", - "6761ff17cdc36bd66102e9df": "Hand over the found in raid item: USEC operative figurine", - "6761ff17cdc36bd66102e9e0": "Hand over the found in raid item: Cultist figurine", - "6761ff17cdc36bd66102e9e1": "Hand over the found in raid item: Den figurine", - "6762015739c53fca8ac51336": "Eliminate PMC operatives", + "6761ff17cdc36bd66102e9d0 successMessageText": "¡Enhorabuena! Pudiste haber sido más rápido, pero funcionará. El grupo sabe que has terminado la misión.", + "6761ff17cdc36bd66102e9d4": "Elimina operadores PMC durante una sola incursión en cualquier ubicación", + "6761ff17cdc36bd66102e9d6": "Sobrevive y extrae de The Lab", + "6761ff17cdc36bd66102e9d8": "Entrega el objeto encontrado en incursión: Figura de operador BEAR", + "6761ff17cdc36bd66102e9d9": "Entrega el objeto encontrado en incursión: Figura del político Mutkévich", + "6761ff17cdc36bd66102e9da": "Entrega el objeto encontrado en incursión: Figura de Killa", + "6761ff17cdc36bd66102e9db": "Entrega el objeto encontrado en incursión: Figura de Reshala", + "6761ff17cdc36bd66102e9dc": "Entrega el objeto encontrado en incursión: Figura de Ryzhy", + "6761ff17cdc36bd66102e9dd": "Entrega el objeto encontrado en incursión: Figura de Scav", + "6761ff17cdc36bd66102e9de": "Entrega el objeto encontrado en incursión: Figura de Tagilla", + "6761ff17cdc36bd66102e9df": "Entrega el objeto encontrado en incursión: Figura de operador USEC", + "6761ff17cdc36bd66102e9e0": "Entrega el objeto encontrado en incursión: Figura de Sectario", + "6761ff17cdc36bd66102e9e1": "Entrega el objeto encontrado en incursión: Figura de Den", + "6762015739c53fca8ac51336": "Elimina operadores PMC", "6761ff17cdc36bd66102e9d0 acceptPlayerMessage": "", "6761ff17cdc36bd66102e9d0 declinePlayerMessage": "", "6761ff17cdc36bd66102e9d0 completePlayerMessage": "", - "6764174c86addd02bc033d68 name": "Connections Up North", - "6764174c86addd02bc033d68 description": "Greetings, mate. Tell you what, I've got special import channels - they can bring things even from Finland! My friend there has set up a shipment of some real deadly toys, not just shitty-ass Toz or Gornostay. Thing is, you can't just sell those to any random bum off the street, speaking from experience, mate. Dumb twats with hands out their asses will bring down the credibility of even the toughest merchandise. \n\nThat's why I've come up with a little innocent trick. I want to start a rumor that there's a real bringer of death in Tarkov, you feel me? He shoots precisely and leaves heaps of corpses on his path. No one can even spot him in time, because the guy's a specialist, he sticks to the shadows and uses a bolty with a night sight. \n\nAnd then it turns out that this guy is using my guns! It's gonna make everybody think that I'm the guy who stocks up on the realest pro stuff. So I figured you'd be the perfect man for this little stunt. Make people afraid to even take a piss at night, and I'll arrange some of my hot new products for you. The first batch is free!", + "6764174c86addd02bc033d68 name": "Conexiones en el Norte", + "6764174c86addd02bc033d68 description": "Saludos, amigo. Te diré algo, tengo canales especiales de importación - ¡Incluso pueden traer cosas desde Finlandia! Mi amigo de allí organizo un envío de algunos juguetes verdaderamente letales, no solo una Toz o Gornostay de mierda. El problema es que no se los puedes vender a cualquier vagabundo en la calle, te lo digo por experiencia, amigo. Esos gilipollas que son más tontos que hechos a encargo pueden arruinar por completo la credibilidad de la mercancía más resistente.\n\nPara eso se me ha ocurrido un pequeño e inocente truco. Quiero hacer correr el rumor de que en Tarkov hay un verdadero portador de la muerte, ¿me sigues? Que dispara con precisión y deja montones de cadáveres a su camino. Nadie puede detectarlo a tiempo, porque el tío es un especialista, se mantiene en las sombras y usa un fusil de cerrojo con óptica nocturna.\n\n¡Y luego resulta que este tío está usando mis armas! Hará que todos piensen que yo soy el que se abastece de las cosas más profesionales. Así que se me ocurrió que tú serías el hombre perfecto para este pequeño truco. Haz que la gente tenga hasta miedo de ir a mear por la noche y yo te prepararé algunos de mis nuevos y más atractivos productos. ¡El primer lote es gratis!", "6764174c86addd02bc033d68 failMessageText": "", - "6764174c86addd02bc033d68 successMessageText": "I shit you not, even my partners heard about it! You're gonna become a real legend with this Finnish lady by your side.", - "676418a60b9bcbe280972288": "Eliminate PMC operatives from over 40 meters away while using a bolt-action rifle with night or thermal scope", + "6764174c86addd02bc033d68 successMessageText": "No te miento, ¡incluso mis socios han escuchado al respecto! Te convertirás en una verdadera leyenda con esta finlandesa a tu lado.", + "676418a60b9bcbe280972288": "Elimina operadores PMC a más de 40 metros utilizando un fusil de cerrojo con óptica de visión nocturna o térmica", "6764174c86addd02bc033d68 acceptPlayerMessage": "", "6764174c86addd02bc033d68 declinePlayerMessage": "", "6764174c86addd02bc033d68 completePlayerMessage": "", - "676529af9c90953d090882e7 name": "Gunsmith - Old Friend's Request", - "676529af9c90953d090882e7 description": "Hello. Do you ever find yourself crossing paths with a classmate decades after high school and hardly recognizing them? Although, I'd likely shock some of the folks from my class myself.\n\nRecently, a certain guy from my school days reached out to me. After school, he went into the army, wanting to join the special forces... It was clear even then that he had a peculiar, uh, aptitude for that job.\n\nSomehow he found me here and asked me for a favor. He wants to remember his early years in basic training. I'm not a big fan of that sort of hospitality, plus I've got heaps of work to do. But let me put it this way: he was, um, very insistent. I don't need any more trouble, so I agreed to his deal, hoping you'd help me sort it all out.\n\nPeople say this kind of equipment used to be somewhat standard issue at his job: ORSIS T-5000, Vityaz and a Glock 17. All with the special mods, of course.\n\nThe rifle was equipped with an ATACR 7-35x56 34mm scope, Harris bipod, and a suppressor, I can't recall which exact one... Well, probably doesn't matter. Just get any suitable silencer, that'll work.\n\nFor Vityaz I need the Micro T-1 red dot with a spacer, Zenit RK-6 front grip and RK-3 pistol grip, PT-3 Klassika buttstock... I also need a PEQ-15, Klesch-2P flashlight, and, as you probably guessed, a suppressor, the standard Vityaz one.\n\nThe Glock is simple. You need to replace the barrel with the Double Diamond with their thread protector, add a Pachmayr Grip Glove, Klesch-2P flashlight, and a 21-round extendo mag. I think that's everything.", + "676529af9c90953d090882e7 name": "Armero - Petición de un Viejo Amigo", + "676529af9c90953d090882e7 description": "Hola. ¿Alguna vez te has cruzado con un colega del colegio décadas después de terminar la escuela y apenas y lo puedes reconocer? Aunque, probablemente yo mismo sorprendería a algunos de mis compañeros de clase.\n\nUn tipo de mis años en el colegio se puso en contacto conmigo recientemente. Después del cole, ingresó al ejército, queriendo unirse a las fuerzas especiales... Incluso en aquel entonces se notaba que tenía una aptitud, uh, peculiar para ese trabajo.\n\nDe alguna forma me encontró aquí y me pidió un favor. Quiere recordar sus primeros años en entrenamiento básico. No soy un gran fan de ese tipo de hospitalidad, además de que tengo un montón de trabajo por hacer. Pero déjame ponértelo de esta manera: él fue, eh, muy insistente. No necesito más problemas, así que acepté el trato, esperando que me ayudaras a resolver todo esto.\n\nLa gente dice que este tipo de equipamiento solía ser algo habitual en su trabajo: Fusil ORSIS T-5000, Subfusil Vityaz y una Pistola Glock 17. Todo con modificaciones especiales, por supuesto.\n\nEl fusil estaba equipado con una óptica ATACR 7-35x56 de 34 mm, un bípode Harris y un silenciador, no recuerdo cuál exactamente... Bueno, probablemente no importa. Solo consigue cualquier silenciador adecuado, eso debería funcionar.\n\nPara el subfusil Vityaz necesito una mira de punto rojo Micro T-1 con una montura espaciadora, empuñadura Zenit RK-6 y pistolete RK-3 además de una culata PT-3 Klassika... También necesita un dispositivo PEQ-15, una linterna Klesch-2P y, como probablemente ya lo adivinaste, un silenciador, el estándar del Vityaz.\n\nLa Glock es sencilla. Debes reemplazar el cañón con el Double Diamond con su bocacha protectora de rosca, agrega una funda de goma Pachmayr Tactical Grip Glove, una linterna Klesch-2P y un cargador extendido de 21 cartuchos o más. Creo que eso es todo.", "676529af9c90953d090882e7 failMessageText": "", - "676529af9c90953d090882e7 successMessageText": "Alright, let me check the attachment list... Okay, my friend will be very pleased. \n\nIt's amazing that there's still room for some nostalgia in all of us, even if the conditions around us burn out all other emotions.", - "676529af9c90953d090882ea": "Modify a PP-19-01 to comply with the given specifications", - "676529e759261ce07bc47b62": "Modify a T-5000M to comply with the given specifications", - "67652a2f4f75e1a9543289ed": "Modify a Glock 17 to comply with the given specifications", + "676529af9c90953d090882e7 successMessageText": "Vale, déjame revisar la lista de aditamentos... Bien, mi amigo estará muy contento.\n\nEs sorprendente que aún haya espacio para un poco de nostalgia en todos nosotros, incluso si las condiciones que nos rodean queman todas las demás emociones.", + "676529af9c90953d090882ea": "Modifica un PP-19-01 para que cumpla con las especificaciones requeridas", + "676529e759261ce07bc47b62": "Modifica un T-5000M para que cumpla con las especificaciones requeridas", + "67652a2f4f75e1a9543289ed": "Modifica una Glock 17 para que cumpla con las especificaciones requeridas", "676529af9c90953d090882e7 acceptPlayerMessage": "", "676529af9c90953d090882e7 declinePlayerMessage": "", "676529af9c90953d090882e7 completePlayerMessage": "", - "676c243577f0257dd50239e6 name": "The Price of Celebration", - "676c243577f0257dd50239e6 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes! Because of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now. Punish those \"dancers\"! Just don't put on their band yourself. Otherwise, I’ve got the guys involved too, and they might take you down in the chaos.", - "676c243577f0257dd50239e6 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "676c243577f0257dd50239e6 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "676c243577f0257dd50239e8": "Eliminate PMC operators while not wearing the Christmas armband", + "676c243577f0257dd50239e6 name": "El Precio de la Celebración", + "676c243577f0257dd50239e6 description": "¿Te puedes creer esta puta mierda? Primero trataron de robarme los bidones de gasolina, ¡y ahora se están reuniendo en los árboles de Navidad que están justo en las rutas de mi banda! Por culpa de esto tengo que cambiar mis planes y organizar otros caminos para los mensajeros. Morirán congelados con todos esos desvíos jodidamente largos.\n\nNo voy a esperar a que terminen con las celebraciones y se vayan a sus agujeros después. Toda esta mierda debe terminar en este instante. ¡Ve y castiga a todos esos \"bailarines\"! Solo no te pongas su brazalete, tengo más peña involucrada en todo esto, y podrían confundirte y atacarte entre tanto caos.", + "676c243577f0257dd50239e6 failMessageText": "¿De verdad creíste que podrías ir en contra de mi gente sin que yo lo supiera? Esto no va a funcionar, colega. Vete a la mierda.", + "676c243577f0257dd50239e6 successMessageText": "¡Buen trabajo, colega! Ya hemos recuperado algunas de las rutas.\n\nEn cuanto a esos amantes de la Navidad...\n\nPodrían haber adivinado que toda esta emoción y celebraciones solo están obstaculizando el negocio y desperdiciando recursos valiosos. Así que recibieron lo que se merecían. En Tarkov uno no puede aflojar el puñetero culo.", + "676c243577f0257dd50239e8": "Elimina operadores PMC mientras no llevas puesto el brazalete navideño", "676c243577f0257dd50239e6 acceptPlayerMessage": "", "676c243577f0257dd50239e6 declinePlayerMessage": "", "676c243577f0257dd50239e6 completePlayerMessage": "", - "676c243fb16f4b14b905e7f4 name": "This Is My Party", - "676c243fb16f4b14b905e7f4 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "676c243fb16f4b14b905e7f4 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "676c243fb16f4b14b905e7f4 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "676c243fb16f4b14b905e7f6": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "676c243fb16f4b14b905e7f4 name": "Esta es mi Fiesta", + "676c243fb16f4b14b905e7f4 description": "No pensé que te llamaría de nuevo este año, pero necesito de tu ayuda. A la gente le encantó nuestro \"Jorovod\", deberíamos hacerlo de nuevo.\n\nExcepto que algún capullo se está volviendo en contra nuestra, poniendo a nuestros soldados en nuestra contra. También son PMC, pero no llevan nuestros brazaletes.\n\nSabes que estamos haciendo lo correcto. Necesitamos salvar la celebración y alejar a esos cabronazos de nuestro Jorovod. Dispara a cualquiera que se acerque a los árboles sin el brazalete. Nadie se interpondrá en el camino de la gente que hace buenas acciones.", + "676c243fb16f4b14b905e7f4 failMessageText": "Después de todo lo que has logrado... ¿Cómo te atreves?\n\nParece que no has aprendido nada de lo que te he enseñado.", + "676c243fb16f4b14b905e7f4 successMessageText": "¿Misión cumplida? ¡Enhorabuena, guerrero!\n\nAhora nos dejarán celebrar la Navidad en paz. Cuéntame, ¿qué tipo de persona debes de ser para no amar este tipo de celebraciones?", + "676c243fb16f4b14b905e7f6": "Elimina operadores PMC que no lleven el brazalete navideño en el modo Jorovod", "676c243fb16f4b14b905e7f4 acceptPlayerMessage": "", "676c243fb16f4b14b905e7f4 declinePlayerMessage": "", "676c243fb16f4b14b905e7f4 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "¿Dices que está todo despejado? Buen trabajo soldado.", @@ -28745,11 +29054,11 @@ "676094451fec2f7426093be6 name": "Más Prestigioso", "676094451fec2f7426093be6 description": "Consigue el nivel de Prestigio 2", "676094451fec2f7426093be6 successMessage": "", - "67a0e57117e34930e50075f3 name": "In Search of an Exit", - "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", + "67a0e57117e34930e50075f3 name": "En Busca de una Salida", + "67a0e57117e34930e50075f3 description": "Completa la serie de misiones del evento: Laberinto", "67a0e57117e34930e50075f3 successMessage": "", - "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 name": "Amo del Calabozo", + "67a0e57b972c11a3f50773b2 description": "Completa toda la serie de misiones principales y secundarias del evento: Laberinto", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/fr.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/fr.json index b8bb4b81..fd612553 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/fr.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/fr.json @@ -196,7 +196,7 @@ "544fb45d4bdc2dee738b4568 Description": "Un kit de premiers secours contenant une couverture de survie, différents bandages et pansements.", "544fb5454bdc2df8738b456a Name": "Pince multifonction Leatherman", "544fb5454bdc2df8738b456a ShortName": "Leatherman", - "544fb5454bdc2df8738b456a Description": "Avec cet outil multifonction compact et polyvalent, plus besoin de s'inquiéter de ne pas avoir les bons outils au bon moment.", + "544fb5454bdc2df8738b456a Description": "Avec cet outil multifonction compact et polyvalent, plus besoin de s'inquiéter de ne pas avoir les bons outils au bon moment. Leatherman est là, Leatherman est là, Leatherman est partout.", "544fb62a4bdc2dfb738b4568 Name": "Jus d'ananas de l'Armée Russe", "544fb62a4bdc2dfb738b4568 ShortName": "Ananas", "544fb62a4bdc2dfb738b4568 Description": "Jus d'ananas reconstitué \"Armée russe\". Il est difficile d'imaginer une meilleure source de glucides et de vitamines ces temps-ci.", @@ -1652,7 +1652,7 @@ "58889c7324597754281f9439 Name": "Embout de canon 7,62 x 51 mm pour DVL-10", "58889c7324597754281f9439 ShortName": "EC DVL-10", "58889c7324597754281f9439 Description": "Un embout de canon standard pour le fusil de précision DVL-10. Produit par Lobaev Arms.", - "58889d0c2459775bc215d981 Name": "Crosse Lobaev Arms pour DLV-10", + "58889d0c2459775bc215d981 Name": "Crosse Lobaev Arms pour DVL-10", "58889d0c2459775bc215d981 ShortName": "Lobaev", "58889d0c2459775bc215d981 Description": "Une crosse d'origine universelle pour les fusils de précision produits par Lobaev Arms.", "588b56d02459771481110ae2 Name": "Garde-main Daniel Defense RIS II 9.5 pour AR-15", @@ -1700,9 +1700,9 @@ "58a5c12e86f7745d585a2b9e Name": "Rail 4 pouces pour garde-main MPX GEN1", "58a5c12e86f7745d585a2b9e ShortName": "MPX 4\"", "58a5c12e86f7745d585a2b9e Description": "The 4 inch SIG Sauer GEN1 handguard rail adapter allows you to install additional equipment on the 1st generation SIG MPX handguard.", - "58ac1bf086f77420ed183f9f Name": "MPX/MCX Folding Knuckle Stock Adapter", + "58ac1bf086f77420ed183f9f Name": "SIG Sauer Folding Knuckle Stock Adapter", "58ac1bf086f77420ed183f9f ShortName": "SIG FKSA", - "58ac1bf086f77420ed183f9f Description": "An adapter for attaching buffer tubes to the rail mount, manufactured by SIG Sauer.", + "58ac1bf086f77420ed183f9f Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", "58ac60eb86f77401897560ff Name": "Cagoule_dev", "58ac60eb86f77401897560ff ShortName": "Cagoule_dev", "58ac60eb86f77401897560ff Description": "Cette cagoule en laine noire est non seulement un chauffe-tête, mais aussi un chauffe-âme pour quiconque est trop modeste pour des actes héroïques en public .", @@ -3738,7 +3738,7 @@ "5b3b99475acfc432ff4dcbee ShortName": "Vudu 1-6x24", "5b3b99475acfc432ff4dcbee Description": "The EOTech Vudu 1-6x24 riflescope, equally effective on AR platforms and bolt-action rifles. Its EOTech-style speed ring reticle is designed for fast target engagement at low power, while delivering the resolution and accuracy needed for longer range targets.", "5b3baf8f5acfc40dc5296692 Name": "Canon de 116 mm doré calibre 7,62 x 25 mm pour TT", - "5b3baf8f5acfc40dc5296692 ShortName": "TT 116mm gild", + "5b3baf8f5acfc40dc5296692 ShortName": "TT gilded", "5b3baf8f5acfc40dc5296692 Description": "A 116mm barrel for the TT pistol, gilded by an unknown gunsmith.", "5b3cadf35acfc400194776a0 Name": "Plaquettes de crosse décorées pour TT", "5b3cadf35acfc400194776a0 ShortName": "TT swag", @@ -4051,16 +4051,16 @@ "5bb20d53d4351e4502010a69 Description": "An upper receiver for the 416A5 assault rifle manufactured by Heckler & Koch. Equipped with a mount for attaching additional devices.", "5bb20d92d4351e00853263eb Name": "Canon de 11\" calibre 5,56 x 45 mm pour HK 416A5", "5bb20d92d4351e00853263eb ShortName": "416A5 11\"", - "5bb20d92d4351e00853263eb Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 11 inches (279mm) long.", + "5bb20d92d4351e00853263eb Description": "An 11 inch (279mm) barrel for 416-based weapons for 5.56x45 NATO ammo.", "5bb20d9cd4351e00334c9d8a Name": "Canon de 14,5\" calibre 5,56 x 45 mm pour HK 416A5", "5bb20d9cd4351e00334c9d8a ShortName": "416A5 14,5\"", - "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for HK416 based weapons for 5.56x45 NATO ammo, includes a flip-up front sight.", + "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", "5bb20da5d4351e0035629dbf Name": "Canon de 16,5\" avec guidon escamotable calibre 5,56 x 45 mm pour HK 416A5", "5bb20da5d4351e0035629dbf ShortName": "416A5 16,5\"", - "5bb20da5d4351e0035629dbf Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 16.5 inches (419mm) long with a flip-up front sight.", + "5bb20da5d4351e0035629dbf Description": "A 16.5 inch (419mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", "5bb20dadd4351e00367faeff Name": "Canon de 20\" calibre 5,56 x 45 mm pour HK 416A5", "5bb20dadd4351e00367faeff ShortName": "416A5 20\"", - "5bb20dadd4351e00367faeff Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 20 inches (505mm) long with a flip up front sight.", + "5bb20dadd4351e00367faeff Description": "A 20 inch (505mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", "5bb20dbcd4351e44f824c04e Name": "Levier d'armement avec un verrou allongé pour HK", "5bb20dbcd4351e44f824c04e ShortName": "Ext. Latch", "5bb20dbcd4351e44f824c04e Description": "A standard HK 416A5 charging handle with an extended latch.", @@ -4068,13 +4068,13 @@ "5bb20dcad4351e3bac1212da ShortName": "416A5", "5bb20dcad4351e3bac1212da Description": "Un bloc d'emprunt de gaz d'origine pour les fusils d'assaut HK 416A5. Produit par Heckler & Koch.", "5bb20de5d4351e0035629e59 Name": "Garde-main quadri-rail pour HK 416A5", - "5bb20de5d4351e0035629e59 ShortName": "416A5 4Rail", + "5bb20de5d4351e0035629e59 ShortName": "416 4Rail", "5bb20de5d4351e0035629e59 Description": "A quad rail handguard for 416 and compatibles. Comes with four picatinny rails for attaching wide amount of different tactical accessories. Manufactured by Heckler & Koch.", "5bb20df1d4351e00347787d5 Name": "Garde-main quadri-rail avec guidon escamotable pour HK 416A5", - "5bb20df1d4351e00347787d5 ShortName": "416A5 4Rail", + "5bb20df1d4351e00347787d5 ShortName": "416 4Rail FS", "5bb20df1d4351e00347787d5 Description": "A quad rail handguard for 416 and compatibles. Comes with a built-in flip-up front sight and four picatinny rails for attaching wide amount of different accessories. Manufactured by Heckler & Koch.", "5bb20dfcd4351e00334c9e24 Name": "Garde-main quadri-rail long pour HK 416A5", - "5bb20dfcd4351e00334c9e24 ShortName": "416A5 4Rail ext.", + "5bb20dfcd4351e00334c9e24 ShortName": "416 4Rail ext.", "5bb20dfcd4351e00334c9e24 Description": "An extended-length quad rail handguard for HK 416A5 and compatibles. Comes with four picatinny rails for attaching a wide amount of various tactical accessories. Manufactured by Heckler & Koch.", "5bb20e0ed4351e3bac1212dc Name": "Poignée pistolet HK Battle Grip Beavertail pour AR-15", "5bb20e0ed4351e3bac1212dc ShortName": "Battle Grip", @@ -4087,7 +4087,7 @@ "5bb20e49d4351e3bac1212de Description": "A removable folding rear sight for HK 416A5.", "5bb20e58d4351e00320205d7 Name": "Tube de crosse HK Enhanced Tube", "5bb20e58d4351e00320205d7 ShortName": "Enhanced Tube", - "5bb20e58d4351e00320205d7 Description": "Heckler & Koch Receiver Extension Buffer Tube, Mil-Spec diameter will fit any 416-based carbine or rifle.", + "5bb20e58d4351e00320205d7 Description": "Heckler & Koch Receiver Extension Buffer Tube, Mil-Spec diameter, will fit any 416-based carbine or rifle.", "5bb20e70d4351e0035629f8f Name": "Crosse HK Slim Line", "5bb20e70d4351e0035629f8f ShortName": "Slim Line", "5bb20e70d4351e0035629f8f Description": "A telescoping stock from the Slim Line series, designed and manufactured by Heckler & Koch.", @@ -4389,8 +4389,8 @@ "5c052e6986f7746b207bc3c9 ShortName": "Défibrillateur", "5c052e6986f7746b207bc3c9 Description": "Un arrêt cardio-respiratoire (ACR) peut arriver à n'importe qui, n'importe quand et n'importe où. Phipils utilise la technologie Biphasic au sein de ses défibrillateurs pour délivrer une décharge électrique efficace et de fort courant avec la plus petite dose d'énergie possible afin de minimiser les effets secondaires.", "5c052f6886f7746b1e3db148 Name": "Transmetteur militaire sans-fil COFDM", - "5c052f6886f7746b1e3db148 ShortName": "TA01NSN", - "5c052f6886f7746b1e3db148 Description": "A two-way speaking military COFDM wireless AV+data Signal Transmitter SG-C10.", + "5c052f6886f7746b1e3db148 ShortName": "SG-C10", + "5c052f6886f7746b1e3db148 Description": "Transmetteur militaire double sens sans-fil COFDM AV+Transmetteur de données SG-C10.", "5c052fb986f7746b2101e909 Name": "Lecteur RFID UHF", "5c052fb986f7746b2101e909 ShortName": "RFID UHF", "5c052fb986f7746b2101e909 Description": "Un lecteur haute performance. Basé sur un algorithme de traitement du signal exclusif, il permet des opérations rapide de lecture/écriture des puces. Il peut être intégré à un large éventail de systèmes RFID tels que la logistique, le contrôle d'accès, la lutte contre la contrefaçon et les systèmes de contrôle de production industrielle.", @@ -4408,7 +4408,7 @@ "5c05413a0db834001c390617 Description": "A 30-round HK Steel Maritime magazine designed in compliance with STANAG 4179 standard for 5.56x45 ammo.", "5c0548ae0db834001966a3c2 Name": "Chargeur Circle 10 5,56 x 45 mm 30 coups pour SLR-106/AK", "5c0548ae0db834001966a3c2 ShortName": "C-10 AK", - "5c0548ae0db834001966a3c2 Description": "A Bulgarian 30-round 5.56x45 \"Waffle Pattern\" magazine for the SLR-106 civilian AK-based rifles. Manufactured by Circle 10 and distributed by Arsenal Inc.", + "5c0548ae0db834001966a3c2 Description": "Chargeur bulgare de 30 coups 5,56 x 45 mm à motif \"gauffre\" pour les armes SLR-106 de type AK civils. Produit par Circle 10 et distribué par Arsenal Inc.", "5c0558060db834001b735271 Name": "Jumelles de vision nocturne GPNVG-18", "5c0558060db834001b735271 ShortName": "GPNVG-18", "5c0558060db834001b735271 Description": "Les jumelles de vision nocturne panoramiques GPNVG-18 (Ground Panoramic Night Vision Google). La différence majeure de ces jumelles par rapport aux autres est la présence de 4 objectifs, 2 pour chaque œil. Les 2 objectifs centraux sont dirigés vers l'avant, tandis que les autres sont dirigés sur les côtés. Cette conception innovante permet d'étendre le champ de vision des lunettes à 97 degrés.", @@ -4529,7 +4529,7 @@ "5c0d5ae286f7741e46554302 Name": "5,56 x 45 mm Warmageddon", "5c0d5ae286f7741e46554302 ShortName": "Warmage", "5c0d5ae286f7741e46554302 Description": "A .223 Remington (5.56x45mm) Warmageddon cartridge with a 3.6 gram lead core polymer tipped expansive bullet with a copper alloy jacket in a brass case; intended for hunting. This bullet features a ballistic tip that acts as a wedge on the lead core upon impact, allowing the bullet to expand and cause outstanding damage on the target, as well as being capable of causing severe adverse effects to the target upon impact, despite not having the full energy of an intermediate cartridge.", - "5c0d5e4486f77478390952fe Name": "5,45 x 39 mm PPBS gs \"Igolnik\"", + "5c0d5e4486f77478390952fe Name": "5,45 x 39 mm PPBS gs Igolnik", "5c0d5e4486f77478390952fe ShortName": "PPBS", "5c0d5e4486f77478390952fe Description": "Une cartouche 5,45 x 39 mm PPBS gs (Indice GRAU - 7N39) comprenant une balle de 4 grammes perforante à noyau en carbure de tungstène, une chemise de deux couches, celle intérieur en plomb et celle extérieur bimétallique, le tout dans un étui acier. Cette cartouche expérimentale a été conçue par TsNIITochMash et TechKomplekt sous le nom d'Igólnik\" (\"Aiguille\") en se basant sur la cartouche 5,45 x 39 mm BS gs et en améliorant son pouvoir de pénétration, fournissant d'excellents résultats contre les protections balistiques spécialisées les plus modernes, en plus de pouvoir perforer les couverts et les véhicules blindés légers. Cependant, dû à son design, elle a une haute probabilité de ricocher sur diverses surfaces.", "5c0d668f86f7747ccb7f13b2 Name": "9 x 39 mm SPP", @@ -4546,7 +4546,7 @@ "5c0e2f5cd174af02a012cfc9 Description": "An SVD-style wooden handguard for ADAR 2-15 carbines.", "5c0e2f94d174af029f650d56 Name": "Canon de 406 mm Molot Arms calibre 5,56 x 45 mm pour AR-15", "5c0e2f94d174af029f650d56 ShortName": "AR-15 406 mm", - "5c0e2f94d174af029f650d56 Description": "The Molot Arms 406mm barrel for AR-15 based weapons for 5.56x45 NATO ammo. A standard-issue barrel for ADAR 2-15.", + "5c0e2f94d174af029f650d56 Description": "A 16 inch (406mm) barrel for AR-15 platform weapons for 5.56x45 NATO ammo, manufactured by Molot Arms. A standard-issue barrel for ADAR 2-15.", "5c0e2ff6d174af02a1659d4a Name": "Crosse en bois ADAR 2-15", "5c0e2ff6d174af02a1659d4a ShortName": "ADAR wood", "5c0e2ff6d174af02a1659d4a Description": "A wooden SVD-style stock for ADAR 2-15 carbines.", @@ -4944,20 +4944,20 @@ "5c6bf4aa2e2216001219b0ae ShortName": "US Palm AK", "5c6bf4aa2e2216001219b0ae Description": "A light pistol grip for AK assault rifles, manufactured by US Palm.", "5c6c2c9c2e2216000f2002e4 Name": "Garde-main TROY M-LOK 13\" pour HK 146A5", - "5c6c2c9c2e2216000f2002e4 ShortName": "416A5 TROY 13\"", - "5c6c2c9c2e2216000f2002e4 Description": "The TROY Industries carbon fiber M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", + "5c6c2c9c2e2216000f2002e4 ShortName": "416 TROY 13\"", + "5c6c2c9c2e2216000f2002e4 Description": "The TROY Industries carbon fiber M-LOK foregrip for 416 equipped with an M-LOK interface for the installation of additional devices and accessories.", "5c6d10e82e221601da357b07 Name": "Garde-main MRS KeyMod 14\" pour HK 416A5", - "5c6d10e82e221601da357b07 ShortName": "416A5 MRS 14\"", - "5c6d10e82e221601da357b07 Description": "The HK MRS KeyMod handguard for 416A5 equipped with a KeyMod interface for the installation of additional devices and accessories.", + "5c6d10e82e221601da357b07 ShortName": "416 MRS 14\"", + "5c6d10e82e221601da357b07 Description": "The HK Modular Rail System handguard for 416 equipped with a KeyMod interface for the installation of additional devices and accessories.", "5c6d10fa2e221600106f3f23 Name": "Garde-main Midwest Industries 9\" M-LOK pour HK 416A5", - "5c6d10fa2e221600106f3f23 ShortName": "416A5 Midwest 9\"", + "5c6d10fa2e221600106f3f23 ShortName": "416 Midwest 9\"", "5c6d10fa2e221600106f3f23 Description": "The Midwest Industries M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", "5c6d11072e2216000e69d2e4 Name": "Garde-main Midwest Industries 13,5\" M-LOK pour HK 416A5", "5c6d11072e2216000e69d2e4 ShortName": "416A5 Midwest 13,5\"", "5c6d11072e2216000e69d2e4 Description": "The Midwest Industries M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", "5c6d11152e2216000f2003e7 Name": "Garde-main Strike Industries CRUX 15\" M-LOK pour HK 416A5", - "5c6d11152e2216000f2003e7 ShortName": "416A5 CRUX 15\"", - "5c6d11152e2216000f2003e7 Description": "The Strike Industries CRUX foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", + "5c6d11152e2216000f2003e7 ShortName": "416 CRUX 15\"", + "5c6d11152e2216000f2003e7 Description": "The Strike Industries CRUX foregrip for 416 equipped with an M-LOK interface for the installation of additional devices and accessories.", "5c6d42cb2e2216000e69d7d1 Name": "Chargeur STANAG polymère HK 30 5,56 x 45 mm 30 coups", "5c6d42cb2e2216000e69d7d1 ShortName": "HK poly", "5c6d42cb2e2216000e69d7d1 Description": "A 30-round HK polymer magazine, for 5.56x45 ammunition.", @@ -4978,7 +4978,7 @@ "5c6d7b3d2e221600114c9b7d Description": "The HK V2 pistol grip can be installed on any weapon compatible with AR-15 grips. Manufactured by Heckler & Koch.", "5c6d85e02e22165df16b81f4 Name": "Canon de 10,6\" calibre 5,56 x 45 pour HK 416A5", "5c6d85e02e22165df16b81f4 ShortName": "416A5 10,6\"", - "5c6d85e02e22165df16b81f4 Description": "A 10.6 inch (264mm) barrel for 416 based weapons for 5.56x45 NATO ammo.", + "5c6d85e02e22165df16b81f4 Description": "A 10.6 inch (264mm) barrel for 416-based weapons for 5.56x45 NATO ammo.", "5c78f2492e221600114c9f04 Name": "Garde-main SAI 14,5\" QD Rail pour AR-15", "5c78f2492e221600114c9f04 ShortName": "SAI QD 14,5\"", "5c78f2492e221600114c9f04 Description": "The Salient Arms International QD Rail handguard for AR-15 equipped with an M-LOK interface for the installation of additional devices and accessories.", @@ -5118,7 +5118,7 @@ "5cadc2e0ae9215051e1c21e7 ShortName": "M9A3", "5cadc2e0ae9215051e1c21e7 Description": "A standard 17-round 9x19 magazine for the Beretta M9A3 pistol.", "5cadc390ae921500126a77f1 Name": "Bague de protection de filetage pour M9A3", - "5cadc390ae921500126a77f1 ShortName": "M9A3 cap", + "5cadc390ae921500126a77f1 ShortName": "M9A3 thr.", "5cadc390ae921500126a77f1 Description": "A threading protection cap for the Beretta M9A3 9x19 barrel.", "5cadc431ae921500113bb8d5 Name": "Plaquettes de crosse en polymère pour M9A3", "5cadc431ae921500113bb8d5 ShortName": "M9A3", @@ -7365,8 +7365,8 @@ "5fc23678ab884124df0cd590 ShortName": "Mk-18 24\"", "5fc23678ab884124df0cd590 Description": "A 24 inch (610mm) barrel for Mk-18 .338 LM sniper rifle, manufactured by SWORD International.", "5fc2369685fd526b824a5713 Name": "Crosse B5 Systems Precision", - "5fc2369685fd526b824a5713 ShortName": "Precision", - "5fc2369685fd526b824a5713 Description": "The Precision telescoping stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", + "5fc2369685fd526b824a5713 ShortName": "B5 CPS", + "5fc2369685fd526b824a5713 Description": "The Collapsible Precision Stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", "5fc275cf85fd526b824a571a Name": ".338 Lapua Magnum FMJ", "5fc275cf85fd526b824a571a ShortName": "FMJ", "5fc275cf85fd526b824a571a Description": "Une cartouche de .338 Lapua Magnum (8,6 x 70 mm) FMJ comprenant une balle de 16,2 grammes à noyau de plomb dans une chemise bimétallique dans un étui en laiton. Malgré son design rudimentaire, elle est capable de traverser les protections balistiques basiques et intermédiaires, en plus d'avoir un pouvoir d'arrêt significatif et de provoquer des dégâts considérables dans la cible à l'impact. Elle possède cependant une forte probabilité de ricocher sur diverses surfaces.", @@ -7554,10 +7554,10 @@ "60228a76d62c9b14ed777a66 ShortName": "Guid. PL-15", "60228a76d62c9b14ed777a66 Description": "Guidon standard pour PL-15.", "60228a850ddce744014caf69 Name": "Guidon réhaussé pour PL-15", - "60228a850ddce744014caf69 ShortName": "PL15 FS ext.", + "60228a850ddce744014caf69 ShortName": "PL-15 FS ext.", "60228a850ddce744014caf69 Description": "Guidon réhaussé pour PL-15 conçu pour l'utilisation de la mire avec un réducteur de son.", "602293f023506e50807090cb Name": "Cran de mire réhaussée pour PL-15", - "602293f023506e50807090cb ShortName": "PL15 RS ext.", + "602293f023506e50807090cb ShortName": "PL-15 RS ext.", "602293f023506e50807090cb Description": "Cran de mire réhaussée pour PL-15 conçu pour l'utilisation de la mire avec un réducteur de son.", "60229948cacb6b0506369e27 Name": "Cran de mire pour PL-15", "60229948cacb6b0506369e27 ShortName": "CDM PL-15", @@ -8173,7 +8173,7 @@ "61817865d3a39d50044c13a4 Description": "Un cran de mire escamotable amovible pour les armes de la série SCAR. Produit par la Fabrique Nationale Herstal.", "618178aa1cb55961fa0fdc80 Name": "Cache-flamme AAC SCAR-SD 51T 7,62 x 51 mm", "618178aa1cb55961fa0fdc80 ShortName": "SCAR-SD 762", - "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on AR-10-based rifles.", + "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on SCAR-H/AR-10 platform rifles.", "61825d06d92c473c770215de Name": "Crosse polymère rabattable pour FN SCAR (FDE)", "61825d06d92c473c770215de ShortName": "SCAR rabatt.", "61825d06d92c473c770215de Description": "Une crosse polymère rabattable pour les armes de la série SCAR. Produit par la Fabrique Nationale Herstal. Modèle FDE.", @@ -11540,16 +11540,16 @@ "65711b07a330b8c9060f7b01 Name": "Couche de matériaux combinés", "65711b07a330b8c9060f7b01 ShortName": "", "65711b07a330b8c9060f7b01 Description": "", - "65711b489eb8c145180dbb9d Name": "Hybrid composite materials", + "65711b489eb8c145180dbb9d Name": "Couche de matériaux combinés", "65711b489eb8c145180dbb9d ShortName": "", "65711b489eb8c145180dbb9d Description": "", - "65711b706d197c216005b31c Name": "Hybrid composite materials", + "65711b706d197c216005b31c Name": "Couche de matériaux combinés", "65711b706d197c216005b31c ShortName": "", "65711b706d197c216005b31c Description": "", - "65711b9b65daf6aa960c9b1b Name": "Hybrid composite materials", + "65711b9b65daf6aa960c9b1b Name": "Couche de matériaux combinés", "65711b9b65daf6aa960c9b1b ShortName": "", "65711b9b65daf6aa960c9b1b Description": "", - "65711bc79eb8c145180dbba1 Name": "Hybrid composite materials", + "65711bc79eb8c145180dbba1 Name": "Couche de matériaux combinés", "65711bc79eb8c145180dbba1 ShortName": "", "65711bc79eb8c145180dbba1 Description": "", "65719f0775149d62ce0a670b Name": "Casque NPP KlASS Tor-2 (Olive Drab)", @@ -12083,7 +12083,7 @@ "6576504b526e320fbe035783 Name": "Insert en aramide 6,5 mm et plaques en titane", "6576504b526e320fbe035783 ShortName": "", "6576504b526e320fbe035783 Description": "", - "6576f4708ca9c4381d16cd9d Name": "9 x 21 mm 7N42 \"Zubilo\"", + "6576f4708ca9c4381d16cd9d Name": "9 x 21 mm 7N42 Zubilo", "6576f4708ca9c4381d16cd9d ShortName": "7N42", "6576f4708ca9c4381d16cd9d Description": "The 9x21mm PP cartridge (GRAU Index - 7N42) with increased penetration bullet is designed to engage armored personnel. The head part of the core is made with a cut edge. This design ensures the tearing of the threads of the fabric base of the body armor and significantly increases the penetration of the bullet. The core protrudes from the jacket, which increases its penetration capability. The bullet head is colored black.", "6576f93989f0062e741ba952 Name": "9 x 21 mm 7U4", @@ -12846,8 +12846,8 @@ "66687bc89111279d600b5062 ShortName": "Souvenir", "66687bc89111279d600b5062 Description": "In the old days, the symbol of power in large cities was a luxurious key the size of a hand. In Tarkov, this tradition was revived, but the key itself was made smaller. Some say that this is the reason why it was lost: someone attached the souvenir to a bunch of keys by mistake and took it away from the town day celebration.", "666b11055a706400b717cfa5 Name": "Kit de piégeage", - "666b11055a706400b717cfa5 ShortName": "Tripwire", - "666b11055a706400b717cfa5 Description": "An improvised booby trap kit made of tent pegs and wire with a carabiner. Allows the user to install tripwires on flat surfaces or to conceal explosives on an object.", + "666b11055a706400b717cfa5 ShortName": "Piège", + "666b11055a706400b717cfa5 Description": "Un kit de piégeage improvisé composé d'un piquet de tente, d'un fil de fer et d’un mousqueton. Il permet d’installer des pièges à fil de détente sur des surfaces planes ou de dissimuler des explosifs sur un objet.", "66740c3739b9da6ce402ee65 Name": "", "66740c3739b9da6ce402ee65 ShortName": "", "66740c3739b9da6ce402ee65 Description": "", @@ -12859,28 +12859,28 @@ "667a8ef464eea5fdef0db135 Description": "An issue of a gaming magazine that first wrote about one world-famous shooter game.", "6680304edadb7aa61d00cef0 Name": "Pistolet-mitrailleur IWI UZI PRO Pistol 9 x 19 mm", "6680304edadb7aa61d00cef0 ShortName": "UZI PRO Pistol", - "6680304edadb7aa61d00cef0 Description": "The UZI PRO Pistol (UPP9S) is a fully automatic conversion of the 9x19mm Parabellum submachine gun for law enforcement and military use. This ultra-compact submachine gun is an evolution of the full-size UZI submachine gun, ideal for concealed carry and featuring a high rate of fire. Manufactured by Israel Weapon Industries.", + "6680304edadb7aa61d00cef0 Description": "L'UZI PRO Pistol (UPP9S) est une version entièrement automatique du pistolet-mitrailleur en calibre 9 x 19 mm Parabellum, destinée aux forces de l’ordre et aux militaires. Ce pistolet-mitrailleur ultra-compact est une évolution du modèle UZI en taille standard, idéal pour le port dissimulé et doté d'une cadence de tir élevée. Fabriqué par Israel Weapon Industries.", "668031705014e211b4078046 Name": "Canon Pike Arms de 114 mm fileté calibre 9 x 19 mm pour UZI PRO", "668031705014e211b4078046 ShortName": "PA 114mm", "668031705014e211b4078046 Description": "A threaded 114mm barrel for the UZI PRO. Manufactured by Pike Arms.", "668031bde3e7eb26e8004cd7 Name": "Garde-main A3 M-LOK pour UZI PRO", "668031bde3e7eb26e8004cd7 ShortName": "A3 MLOK", - "668031bde3e7eb26e8004cd7 Description": "A handguard for the IWI UZI PRO Pistol, which functions as a foregrip and trigger guard. Equipped with M-LOK interface for attaching additional equipment. Manufactured by A3 Tactical.", + "668031bde3e7eb26e8004cd7 Description": "Un garde-main pour le pistolet-mitrailleur IWI UZI PRO Pistol, qui remplit la fonction de garde-main et de pontet. Équipé d'une interface M-LOK pour l'installation d'équipements et d'accessoires supplémentaires. Produit par A3 Tactical.", "668031ffe3e7eb26e8004cdd Name": "Chargeur 9 x 19 mm 20 coups pour UZI PRO", "668031ffe3e7eb26e8004cdd ShortName": "UZI PRO", - "668031ffe3e7eb26e8004cdd Description": "A 20-round magazine for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", + "668031ffe3e7eb26e8004cdd Description": "Un chargeur de 20 coups pour le pistolet-mitrailleur UZI PRO. Produit par Israel Weapon Industries.", "6680326874b8f2050c0b9178 Name": "Capot pour UZI PRO", - "6680326874b8f2050c0b9178 ShortName": "PRO DC", - "6680326874b8f2050c0b9178 Description": "A standard dust cover with a top rail for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", + "6680326874b8f2050c0b9178 ShortName": "Cap. PRO", + "6680326874b8f2050c0b9178 Description": "Un capot d'origine équipé d'un rail de montage pour le pistolet-mitrailleur UZI PRO. Produit par Israel Weapon Industries.", "668032ba74b8f2050c0b917d Name": "Crosse pour UZI PRO", "668032ba74b8f2050c0b917d ShortName": "PRO SB", "668032ba74b8f2050c0b917d Description": "A foldable pistol brace for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", "66866f4ec3d473265104f381 Name": "Chargeur 9 x 19 mm 25 coups pour UZI PRO", "66866f4ec3d473265104f381 ShortName": "UZI PRO", - "66866f4ec3d473265104f381 Description": "A 25-round magazine for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", + "66866f4ec3d473265104f381 Description": "Un chargeur de 25 coups pour le pistolet-mitrailleur UZI PRO. Produit par Israel Weapon Industries.", "66866f622a2296a8d9099639 Name": "Chargeur 9 x 19 mm 32 coups pour UZI PRO", "66866f622a2296a8d9099639 ShortName": "UZI PRO", - "66866f622a2296a8d9099639 Description": "A 32-round magazine for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", + "66866f622a2296a8d9099639 Description": "Un chargeur de 32 coups pour le pistolet-mitrailleur UZI PRO. Produit par Israel Weapon Industries.", "66866fe776d1a87cd80fd388 Name": "Canon de 114 mm calibre 9 x 19 mm pour UZI PRO", "66866fe776d1a87cd80fd388 ShortName": "PRO 114mm", "66866fe776d1a87cd80fd388 Description": "A 114mm barrel for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", @@ -12894,32 +12894,32 @@ "668670432b934a68630a7fe8 ShortName": "PRO 240mm", "668670432b934a68630a7fe8 Description": "A 240mm barrel for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", "668670e3fb75ee4a5e02eb16 Name": "Écrou de canon calibre 9 x 19 mm pour UZI PRO", - "668670e3fb75ee4a5e02eb16 ShortName": "PRO BRN", - "668670e3fb75ee4a5e02eb16 Description": "A special nut required to install 9x19 barrels on UZI PRO. Manufactured by Israel Weapon Industries.", + "668670e3fb75ee4a5e02eb16 ShortName": "Écrou PRO", + "668670e3fb75ee4a5e02eb16 Description": "Un écrou spécial requis pour l'installation des canons de calibre 9 x 19 mm sur l'UZI PRO. Produit par Israel Weapon Industries.", "668670f52a2296a8d909963c Name": "Bague de protection de filetage Masada 9 x 19 mm pour UZI PRO", - "668670f52a2296a8d909963c ShortName": "PRO TP", + "668670f52a2296a8d909963c ShortName": "PRO thr.", "668670f52a2296a8d909963c Description": "The Masada thread protector for UZI PRO submachine gun barrels. Manufactured by Israel Weapon Industries.", "6686717ffb75ee4a5e02eb19 Name": "Crosse rétractable A3 Tactical pour UZI PRO", - "6686717ffb75ee4a5e02eb19 ShortName": "A3 MFB", - "6686717ffb75ee4a5e02eb19 Description": "A foldable pistol brace for the UZI PRO submachine gun. Manufactured by A3 Tactical.", + "6686717ffb75ee4a5e02eb19 ShortName": "CMR A3", + "6686717ffb75ee4a5e02eb19 Description": "Une crosse rétractable pour le pistolet-mitrailleur UZI PRO. Produit par A3 Tactical.", "668672b8c99550c6fd0f0b29 Name": "Adaptateur de crosse A3 Tactical pour UZI PRO", - "668672b8c99550c6fd0f0b29 ShortName": "A3 RSA", - "668672b8c99550c6fd0f0b29 Description": "A Picatinny adapter designed for installation of various buttstocks on the UZI PRO submachine gun. Manufactured by A3 Tactical.", + "668672b8c99550c6fd0f0b29 ShortName": "Adapt. A3", + "668672b8c99550c6fd0f0b29 Description": "Un adaptateur Picatinny conçu pour installer divers tubes de crosse sur le pistolet-mitrailleur UZI PRO. Produit par A3 Tactical.", "66867310f3734a938b077f79 Name": "Crosse SBR pour UZI PRO", "66867310f3734a938b077f79 ShortName": "PRO SBR", "66867310f3734a938b077f79 Description": "A foldable buttstock for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", "668677330ae95580780867c6 Name": "Charlie", "668677330ae95580780867c6 ShortName": "Charlie", "668677330ae95580780867c6 Description": "Charlie", - "66881008f23233ee9a0742e7 Name": "Plaque arrière pour UZI PRO", - "66881008f23233ee9a0742e7 ShortName": "PRO plate", - "66881008f23233ee9a0742e7 Description": "A standard-issue receiver cover plate for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", + "66881008f23233ee9a0742e7 Name": "Cache pour UZI PRO", + "66881008f23233ee9a0742e7 ShortName": "Cache PRO", + "66881008f23233ee9a0742e7 Description": "Un cache de boitier d'origine pour le pistolet-mitrailleur UZI PRO. Produit par Israel Weapon Industries.", "668e71a8dadf42204c032ce1 Name": "Pistolet-mitrailleur IWI UZI PRO SMG 9 x 19 mm", "668e71a8dadf42204c032ce1 ShortName": "UZI PRO SMG", "668e71a8dadf42204c032ce1 Description": "The UZI PRO SMG is a submachine gun for law enforcement and military use. This ultra-compact submachine gun is an evolution of the full-size UZI submachine gun, ideal for concealed carry and featuring a high rate of fire. Manufactured by Israel Weapon Industries.", "668ea3f68117e4968b0cff4a Name": "Montage Picatinny pour UZI PRO SMG", - "668ea3f68117e4968b0cff4a ShortName": "SMG RA", - "668ea3f68117e4968b0cff4a Description": "A rail adapter for the UZI PRO SMG submachine gun, allows installation of tactical equipment on the sides of the weapon. Manufactured by Israel Weapon Industries.", + "668ea3f68117e4968b0cff4a ShortName": "Rail UZI", + "668ea3f68117e4968b0cff4a Description": "Un rail pour le pistolet-mitrailleur UZI PRO qui permet d'installer des équipements tactiques sur les côtés de l'arme. Produit par Israel Weapon Industries.", "668fe5a998b5ad715703ddd6 Name": "Pistolet Magnum Research Desert Eagle Mk XIX .50 AE", "668fe5a998b5ad715703ddd6 ShortName": "Desert Eagle Mk XIX", "668fe5a998b5ad715703ddd6 Description": "Desert Eagle (Mk XIX) is the third modification of the .50 Action Express caliber sport-hunting pistol. This pistol is huge, heavy and not the most practical in operation, but at the same time it is an absolutely unique short-barreled weapon, which undoubtedly became a frequent visitor in video games for its brutal appearance and impressive size. The Desert Eagle did not win any military approval, but deservedly became one of the most famous pistols in the world. Manufactured by Magnum Research.", @@ -12937,10 +12937,10 @@ "668fe5ec4315934ba10c6f96 Description": "A standard-issue front sight for the Desert Eagle pistol, manufactured by Magnum Research.", "668fe5f62a0f85eea407cc18 Name": "Canon de 152 mm calibre .50 AE pour Desert Eagle Mk XIX", "668fe5f62a0f85eea407cc18 ShortName": "XIX 152mm", - "668fe5f62a0f85eea407cc18 Description": "A Mark XIX 152mm .50 AE barrel for the Desert Eagle pistol, manufactured by Magnum Research.", + "668fe5f62a0f85eea407cc18 Description": "Un canon de 152 mm en calibre .50 AE pour le pistolet Desert Eagle Mark XIX, produit par Magnum Research.", "668fe60b56984d93550462c6 Name": "Culasse .50 AE pour Desert Eagle XIX", - "668fe60b56984d93550462c6 ShortName": "XIX slide", - "668fe60b56984d93550462c6 Description": "A Mark XIX slide for the Desert Eagle pistol, manufactured by Magnum Research.", + "668fe60b56984d93550462c6 ShortName": "Culasse XIX", + "668fe60b56984d93550462c6 Description": "Une culasse Mark XIX pour le pistolet Desert Eagle, produite par Magnum Research.", "668fe62ac62660a5d8071446 Name": ".50 AE FMJ", "668fe62ac62660a5d8071446 ShortName": "FMJ", "668fe62ac62660a5d8071446 Description": "A .50 Action Express FMJ cartridge (12.7x33mm) with a 300 grain flat-nose bullet, which provides an enormous stopping power. One of the most powerful unitary pistol cartridges in the world and has a significant lethality.", @@ -12955,22 +12955,22 @@ "6694f423909d2322a8073151 Description": "", "6698c89bfbc8142e60024b0e Name": "Canon de 238 mm à 3 tenons calibre 9 x 19 mm pour UZI", "6698c89bfbc8142e60024b0e ShortName": "UZI 238mm", - "6698c89bfbc8142e60024b0e Description": "A threaded 238mm barrel for the UZI submachine gun, equipped with a 3-lug type adapter for installing muzzle devices.", + "6698c89bfbc8142e60024b0e Description": "Un canon fileté de 238 mm chambré en 9 x 19 mm pour le pistolet-mitrailleur UZI, doté de 3 tenons pour l'installation d'accessoires de bouche du canon.", "6698c8ab29e062525d0ad8ab Name": "Canon de 259 mm calibre 9 x 19 mm pour UZI", "6698c8ab29e062525d0ad8ab ShortName": "UZI 259mm", - "6698c8ab29e062525d0ad8ab Description": "A 259mm barrel for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6698c8ab29e062525d0ad8ab Description": "Un canon de 259 mm chambré en 9 x 19 mm pour le pistolet-mitrailleur UZI. Produit par Israel Weapon Industries.", "6698c8b7710a4525fe0e9e55 Name": "Canon de 409 mm calibre 9 x 19 mm pour UZI", "6698c8b7710a4525fe0e9e55 ShortName": "UZI 409mm", - "6698c8b7710a4525fe0e9e55 Description": "A 409mm barrel for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6698c8b7710a4525fe0e9e55 Description": "Un canon de 409 mm chambré en 9 x 19 mm pour le pistolet-mitrailleur UZI. Produit par Israel Weapon Industries.", "6698c8c736ba38d29101770b Name": "Garde-main en polymère pour UZI", - "6698c8c736ba38d29101770b ShortName": "UZI HG", - "6698c8c736ba38d29101770b Description": "A standard-issue polymer handguard for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6698c8c736ba38d29101770b ShortName": "GM UZI", + "6698c8c736ba38d29101770b Description": "Un garde-main d'origine en polymère pour le pistolet-mitrailleur UZI. Produit par Israel Weapon Industries.", "6698c8f4710a4525fe0e9e57 Name": "Rail de garde-main pour UZI", - "6698c8f4710a4525fe0e9e57 ShortName": "UZI rail", - "6698c8f4710a4525fe0e9e57 Description": "A handguard rail for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6698c8f4710a4525fe0e9e57 ShortName": "Rail UZI", + "6698c8f4710a4525fe0e9e57 Description": "Un rail de garde-main pour le pistolet-mitrailleur UZI. Produit par Israel Weapon Industries.", "6698c90829e062525d0ad8ad Name": "Montage StormWerkz pour UZI", "6698c90829e062525d0ad8ad ShortName": "UZI SW", - "6698c90829e062525d0ad8ad Description": "A rail mount for installing various optics on the UZI submachine gun. Manufactured by StormWerkz.", + "6698c90829e062525d0ad8ad Description": "Un rail montage permettant l'installation de divers viseurs sur le pistolet-mitraileur UZI. Produit par StormWerkz.", "6698c9aa36ba38d29101770f Name": "Écrou de canon calibre 9 x 19 mm pour UZI", "6698c9aa36ba38d29101770f ShortName": "UZI BRN", "6698c9aa36ba38d29101770f Description": "A special nut required to install 9x19 barrels on the UZI submachine gun. Manufactured by Israel Weapon Industries.", @@ -12982,46 +12982,46 @@ "6698c9c636ba38d291017711 Description": "A thread protector for UZI submachine gun 3-lug barrels. Manufactured by Israel Weapon Industries.", "6698c9e07356874dfe0a0b88 Name": "Crosse type 7 pour UZI", "6698c9e07356874dfe0a0b88 ShortName": "Type 7", - "6698c9e07356874dfe0a0b88 Description": "A polymer buttstock for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6698c9e07356874dfe0a0b88 Description": "Une crosse en polymère pour le pistolet-mitrailleur UZI. Produit par Israel Weapon Industries.", "6698c9ed36ba38d291017713 Name": "Crosse type 3 pour UZI", "6698c9ed36ba38d291017713 ShortName": "Type 3", - "6698c9ed36ba38d291017713 Description": "A wooden buttstock for the UZI submachine gun. A relic from the 60's, still smells like preservation grease. Manufactured by Israel Weapon Industries.", + "6698c9ed36ba38d291017713 Description": "Une crosse en bois pour le pistolet-mitrailleur UZI. Une relique des années 60, elle sent encore la graisse de stockage. Produit par Israel Weapon Industries.", "6699249f3c4fda6471005cba Name": "Crosse type 5 pour UZI", "6699249f3c4fda6471005cba ShortName": "Type 5", - "6699249f3c4fda6471005cba Description": "A foldable buttstock for the UZI submachine gun. The most famous variant which has been involved in countless operations, from localized skirmishes on the southern continent, to protecting presidents during assassination attempts. Manufactured by Israel Weapon Industries.\nSlap it HARDER, I know you want it!", + "6699249f3c4fda6471005cba Description": "Une crosse rétractable pour le pistolet-mitrailleur UZI. Il s'agit de la variante la plus célèbre, impliquée dans d'innombrables opérations, allant des escarmouches localisées sur le continent sud à la protection de présidents lors de tentatives d'assassinat. Fabriquée par Israel Weapon Industries. \nFrappez-la PLUS FORT, je sais que vous en avez envie !", "669924a69950f5f4cd060295 Name": "Crosse type 6 pour UZI", "669924a69950f5f4cd060295 ShortName": "Type 6", - "669924a69950f5f4cd060295 Description": "A wire buttstock for the UZI submachine gun. That's right, it's just like those gangsters from the '80s. Manufactured by Israel Weapon Industries.", + "669924a69950f5f4cd060295 Description": "Une crosse type squelette pour le pistolet-mitrailleur UZI. C'est exact, tout comme dans les films de gangsters des années 80. Produit par Israel Weapon Industries.", "66992713ae08c5c29e0c4f97 Name": "Chargeur 9 x 19 mm 20 coups pour UZI", "66992713ae08c5c29e0c4f97 ShortName": "UZI", - "66992713ae08c5c29e0c4f97 Description": "A 20-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "66992713ae08c5c29e0c4f97 Description": "Un chargeur de 20 coups en calibre 9 x 19 mm pour le pistolet-mitrailleur UZI . Produit par Israel Weapon Industries.", "6699271b9950f5f4cd060299 Name": "Chargeur 9 x 19 mm 25 coups pour UZI", "6699271b9950f5f4cd060299 ShortName": "UZI", - "6699271b9950f5f4cd060299 Description": "A 25-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6699271b9950f5f4cd060299 Description": "Un chargeur de 25 coups en calibre 9 x 19 mm pour le pistolet-mitrailleur UZI . Produit par Israel Weapon Industries.", "669927203c4fda6471005cbe Name": "Chargeur 9 x 19 mm 32 coups pour UZI", "669927203c4fda6471005cbe ShortName": "UZI", - "669927203c4fda6471005cbe Description": "A 32-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "669927203c4fda6471005cbe Description": "Un chargeur de 32 coups en calibre 9 x 19 mm pour le pistolet-mitrailleur UZI . Produit par Israel Weapon Industries.", "66992725ae08c5c29e0c4f9a Name": "Chargeur 9 x 19 mm 40 coups pour UZI", "66992725ae08c5c29e0c4f9a ShortName": "UZI", - "66992725ae08c5c29e0c4f9a Description": "A 40-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "66992725ae08c5c29e0c4f9a Description": "Un chargeur de 40 coups en calibre 9 x 19 mm pour le pistolet-mitrailleur UZI . Produit par Israel Weapon Industries.", "6699272a3c4fda6471005cc1 Name": "Chargeur 9 x 19 mm 50 coups pour UZI", "6699272a3c4fda6471005cc1 ShortName": "UZI", - "6699272a3c4fda6471005cc1 Description": "A 50-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6699272a3c4fda6471005cc1 Description": "Un chargeur de 50 coups en calibre 9 x 19 mm pour le pistolet-mitrailleur UZI . Produit par Israel Weapon Industries.", "66992b349950f5f4cd06029f Name": "Pistolet-mitrailleur IWI UZI 9 x 19 mm", "66992b349950f5f4cd06029f ShortName": "UZI", "66992b349950f5f4cd06029f Description": "An Israeli 9x19mm submachine gun with an open bolt system. A very innovative product of its time which gained great popularity due to its reliability and simplicity of design. Despite being rather outdated, it is still quite popular all over the world.", "66992f4db9f31ddda10dd1c8 Name": "Adaptateur de crosse StormWerkz pour UZI", "66992f4db9f31ddda10dd1c8 ShortName": "UZI SW", - "66992f4db9f31ddda10dd1c8 Description": "A Picatinny adapter designed for installation of various buttstocks on the UZI submachine gun. Manufactured by StormWerkz.", - "66992f7d9950f5f4cd0602a8 Name": "Garde-main inférieur StormWerkz pour UZI", + "66992f4db9f31ddda10dd1c8 Description": "Un adaptateur Picatinny conçu pour installer divers tubes de crosse sur le pistolet-mitrailleur UZI. Produit par StormWerkz.", + "66992f7d9950f5f4cd0602a8 Name": "Rail inférieur StormWerkz pour UZI", "66992f7d9950f5f4cd0602a8 ShortName": "UZI SW", - "66992f7d9950f5f4cd0602a8 Description": "A rail designed for installation on the UZI submachine gun handguard. Manufactured by StormWerkz.", + "66992f7d9950f5f4cd0602a8 Description": "Un rail conçu pour être installé sur la partie inférieure du garde-main d'origine du pistolet-mitraileur UZI. Produit par StormWerkz.", "6699313af74fef4dfd0b04f6 Name": "Garde-main K-Grip pour UZI", "6699313af74fef4dfd0b04f6 ShortName": "K-Grip", - "6699313af74fef4dfd0b04f6 Description": "A handguard with a foregrip for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6699313af74fef4dfd0b04f6 Description": "Un garde-main équipé d'une poignée tactique pour le pistolet-mitrailleur UZI. Produit par Israel Weapon Industries.", "66993149558c59581e03c028 Name": "Garde-main avec poignée tactique pour UZI", - "66993149558c59581e03c028 ShortName": "UZI FG", - "66993149558c59581e03c028 Description": "A handguard with a vertical foregrip and side rail slots for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "66993149558c59581e03c028 ShortName": "UZI PT", + "66993149558c59581e03c028 Description": "Un garde-main équipé d'une poignée tactique verticale et d'emplacements de rail latéraux pour le pistolet-mitrailleur UZI. Produit par Israel Weapon Industries.", "6699370c57df3e2b4e0a0dab Name": "Manchon de canon éventé pour UZI", "6699370c57df3e2b4e0a0dab ShortName": "UZI shroud", "6699370c57df3e2b4e0a0dab Description": "A vented barrel shroud for the UZI submachine gun, which allows to reduce barrel heat when firing in bursts. Manufactured by Israel Weapon Industries.", @@ -13032,11 +13032,11 @@ "669946c157df3e2b4e0a0dc5 ShortName": "UZI PG", "669946c157df3e2b4e0a0dc5 Description": "A standard cover panel for the UZI submachine gun pistol grip. Manufactured by Israel Weapon Industries.", "669a6a4a525be1d2d004b8eb Name": "Rail Magpul M-LOK 0,93 pouce", - "669a6a4a525be1d2d004b8eb ShortName": "M-LOK 0.93\"", - "669a6a4a525be1d2d004b8eb Description": "The Magpul M-LOK 0.93 inch rail allows installation of additional equipment on the handguards equipped with an M-LOK interface.", + "669a6a4a525be1d2d004b8eb ShortName": "M-LOK 0,93\"", + "669a6a4a525be1d2d004b8eb Description": "Le rail Magpul de 0,93 pouce pour système M-LOK vous permet d'installer des équipements supplémentaires sur les garde-mains possédant une interface M-LOK.", "669cf78806768ff39504fc1c Name": "Adaptateur de crosse CSM pour UZI PRO", "669cf78806768ff39504fc1c ShortName": "PRO CSM", - "669cf78806768ff39504fc1c Description": "A Picatinny adapter designed for installation of various buttstocks on the UZI PRO submachine gun. Manufactured by Custom Smith Manufacturing.", + "669cf78806768ff39504fc1c Description": "Un adaptateur Picatinny conçu pour installer divers tubes de crosse sur le pistolet-mitrailleur UZI PRO. Produit par Custom Smith Manufacturing.", "669fa39b48fc9f8db6035a0c Name": "Pistolet Magnum Research Desert Eagle L6 .50 AE", "669fa39b48fc9f8db6035a0c ShortName": "Desert Eagle L6", "669fa39b48fc9f8db6035a0c Description": "Desert Eagle L6 is the modification of the .50 Action Express caliber sport-hunting pistol. This pistol is huge, heavy and not the most practical in operation, but at the same time it is an absolutely unique short-barreled weapon, which undoubtedly became a frequent visitor in video games for its brutal appearance and impressive size. The Desert Eagle did not win any military approval, but deservedly became one of the most famous pistols in the world. Manufactured by Magnum Research.", @@ -13048,13 +13048,13 @@ "669fa3f88abd2662d80eee77 Description": "Desert Eagle L5 is the lightweight modification of the .50 Action Express caliber sport-hunting pistol. This pistol is huge, heavy and not the most practical in operation, but at the same time it is an absolutely unique short-barreled weapon, which undoubtedly became a frequent visitor in video games for its brutal appearance and impressive size. The Desert Eagle did not win any military approval, but deservedly became one of the most famous pistols in the world. Manufactured by Magnum Research.", "669fa409933e898cce0c2166 Name": "Pistolet Magnum Research Desert Eagle L5 .357 Magnum", "669fa409933e898cce0c2166 ShortName": "Desert Eagle L5", - "669fa409933e898cce0c2166 Description": "Desert Eagle L5 is the lightweight modification of the .357 Magnum caliber sport-hunting pistol. This pistol is huge, heavy and not the most practical in operation, but at the same time it is an absolutely unique short-barreled weapon, which undoubtedly became a frequent visitor in video games for its brutal appearance and impressive size. The Desert Eagle did not win any military approval, but deservedly became one of the most famous pistols in the world. Manufactured by Magnum Research.", - "669fa435803b94fb5d0e3a76 Name": "Chargeur .357 Magnum 9 coups pour Desert Eagle", + "669fa409933e898cce0c2166 Description": "Le Desert Eagle L5 est une modification allégée du pistolet de calibre .357 Magnum destiné au sport et à la chasse. Ce pistolet est imposant, lourd et pas des plus pratiques à utiliser, mais il reste une arme de poing absolument unique, devenue incontournable dans les jeux vidéo grâce à son apparence brutale et sa taille impressionnante. Bien qu’il n’ait jamais été adopté par les forces armées, il est, à juste titre, l’un des pistolets les plus célèbres au monde. Fabriqué par Magnum Research.", + "669fa435803b94fb5d0e3a76 Name": "Chargeur .347 Magnum 9 coups pour Desert Eagle", "669fa435803b94fb5d0e3a76 ShortName": "DE", - "669fa435803b94fb5d0e3a76 Description": "A standard-issue 9-round .357 Magnum magazine for the Desert Eagle L5 pistol. Manufactured by Magnum Research.", + "669fa435803b94fb5d0e3a76 Description": "Un chargeur d'origine d'une capacité de 9 coups en calibre .357 Magnum pour le pistolet Desert Eagle L5, produit par Magnum Research.", "669fa47da0bab4e8510d9526 Name": "Canon de 152 mm calibre .50 AE pour Desert Eagle L6", "669fa47da0bab4e8510d9526 ShortName": "L6 152mm", - "669fa47da0bab4e8510d9526 Description": "An L6 152mm .50 AE barrel for the Desert Eagle pistol, manufactured by Magnum Research.", + "669fa47da0bab4e8510d9526 Description": "Un canon de 152 mm en calibre .50 AE pour le pistolet Desert Eagle L6, produit par Magnum Research.", "669fa48fa0bab4e8510d952a Name": "Canon de 152 mm calibre .50 AE pour Desert Eagle L6 (WTS)", "669fa48fa0bab4e8510d952a ShortName": "L6 152mm", "669fa48fa0bab4e8510d952a Description": "An L6 152mm .50 AE barrel for the Desert Eagle pistol, manufactured by Magnum Research. White Tiger Stripes version.", @@ -13063,22 +13063,22 @@ "669fa4ba1bd4416eaa09b3c6 Description": "An L5 127mm .50 AE barrel for the Desert Eagle pistol, manufactured by Magnum Research.", "669fa4c61bd4416eaa09b3ca Name": "Canon de 127 mm calibre .357 Magnum pour Desert Eagle L5", "669fa4c61bd4416eaa09b3ca ShortName": "L5 127mm", - "669fa4c61bd4416eaa09b3ca Description": "An L5 127mm .357 Magnum barrel for the Desert Eagle pistol, manufactured by Magnum Research.", + "669fa4c61bd4416eaa09b3ca Description": "Un canon de 127 mm en calibre .357 Magnum pour le pistolet Desert Eagle L5, produit par Magnum Research.", "669fa4d97a09bc295603b496 Name": "Culasse pour Desert Eagle L6", "669fa4d97a09bc295603b496 ShortName": "L6 slide", "669fa4d97a09bc295603b496 Description": "An L6 slide for the Desert Eagle pistol, manufactured by Magnum Research.", "669fa5019aa2a422600442f6 Name": "Culasse calibre .50 AE pour Desert Eagle L5", "669fa5019aa2a422600442f6 ShortName": "L5 .50", "669fa5019aa2a422600442f6 Description": "An L5 slide for the Desert Eagle pistol chambered in .50 AE, manufactured by Magnum Research.", - "669fa5127a09bc295603b499 Name": "Culasse calibre .357 Magnum Desert Eagle L5", + "669fa5127a09bc295603b499 Name": "Culasse .357 Magnum pour Desert Eagle L5", "669fa5127a09bc295603b499 ShortName": "L5 .357", - "669fa5127a09bc295603b499 Description": "An L5 slide for the Desert Eagle pistol chambered in .357 Magnum, manufactured by Magnum Research.", + "669fa5127a09bc295603b499 Description": "Une culasse L5 pour le pistolet Desert Eagle chambré en .357 Magnum, produite par Magnum Research.", "669fa5271bd4416eaa09b3ce Name": "Culasse pour Desert Eagle L6 (WTS)", "669fa5271bd4416eaa09b3ce ShortName": "L6 slide", "669fa5271bd4416eaa09b3ce Description": "An L6 slide for the Desert Eagle pistol, manufactured by Magnum Research. White Tiger Stripes version.", "669fac549b0ce3feae01a137 Name": "Échantillon de produit chimique", - "669fac549b0ce3feae01a137 ShortName": "Sample", - "669fac549b0ce3feae01a137 Description": "There's no telling what was in the tank container. It looks nasty, and smells even worse. TerraGroup must have used these tanks to store precursors for their research.", + "669fac549b0ce3feae01a137 ShortName": "Échantillon", + "669fac549b0ce3feae01a137 Description": "Il est impossible de dire ce qu'il y avait dans le silo. Ça a l'air dégoûtant, et ça sent encore pire. TerraGroup doit avoir utilisé ces réservoirs pour stocker des précurseurs pour leurs recherches.", "66a0d1c87d0d369e270bb9de Name": ".50 AE JHP", "66a0d1c87d0d369e270bb9de ShortName": "JHP", "66a0d1c87d0d369e270bb9de Description": "A .50 Action Express JHP cartridge (12.7x33mm) with a 300 grain jacketed hollow-point bullet, which provides an enormous stopping power. One of the most powerful unitary pistol cartridges in the world and has a significant lethality.", @@ -13118,9 +13118,9 @@ "66a8ce418ea1637a3c1b2044 Name": "", "66a8ce418ea1637a3c1b2044 ShortName": "", "66a8ce418ea1637a3c1b2044 Description": "", - "66a9f98f3bd5a41b162030f4 Name": "Sac de Partizan", + "66a9f98f3bd5a41b162030f4 Name": "Sac de Partisan", "66a9f98f3bd5a41b162030f4 ShortName": "Partisan", - "66a9f98f3bd5a41b162030f4 Description": "An old used Gorka bag. It seems that Partisan replaced his old Afghan trophies with patches of PMC operatives who were foolish enough to cross him in some way when they came to Tarkov.", + "66a9f98f3bd5a41b162030f4 Description": "Un vieux sac Gorka usé. Il semble que Partisan ait remplacé ses anciens trophées afghans par des écussons d'opérateurs des SMP assez imprudents pour lui avoir causé du tort en venant à Tarkov.", "66aa3a180d6ecb50a21a4e1a Name": "Caisse des Twitch Drops été 2024 (commune)", "66aa3a180d6ecb50a21a4e1a ShortName": "Twitch", "66aa3a180d6ecb50a21a4e1a Description": "", @@ -13152,17 +13152,17 @@ "66acff0a1d8e1083b303f5af ShortName": "Bank safe", "66acff0a1d8e1083b303f5af Description": "Bank safe", "66b22630a6b4e5ec7c02cdb7 Name": "Mallette d'outils de précision", - "66b22630a6b4e5ec7c02cdb7 ShortName": "Tools", - "66b22630a6b4e5ec7c02cdb7 Description": "A case containing various expensive precision tools.", + "66b22630a6b4e5ec7c02cdb7 ShortName": "Outils", + "66b22630a6b4e5ec7c02cdb7 Description": "Une mallette contenant divers outils de précision de valeur.", "66b37ea4c5d72b0277488439 Name": "Réplique de couteau Tamatthi kunai", "66b37ea4c5d72b0277488439 ShortName": "Tamatthi", "66b37ea4c5d72b0277488439 Description": "A replica of the Tamatthi ninja knife.", "66b37eb4acff495a29492407 Name": "Sneaker Viibiin", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "Une seule chaussure de la marque Viibiin. On se demande où est passée la seconde.", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Clé anglaise Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Une clé anglaise de la marque Inseq, brillante et colorée.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13193,7 +13193,7 @@ "66b5f69ea7f72d197e70bcdb Name": "Casque antibruit électronique Peltor ComTac V pour TW EXFIL (OD Green)", "66b5f69ea7f72d197e70bcdb ShortName": "ComTac V", "66b5f69ea7f72d197e70bcdb Description": "A communication headset equipped with a microphone and omnidirectional high-fidelity speakers that are optimized for voice communication and capable of picking up sounds with high sensitivity. Equipped with a mount for attaching the headset to Team Wendy EXFIL helmets. Manufactured by 3M Peltor. OD Green color version.", - "66b5f6a28ca68c6461709ed8 Name": "Casque antibruit électronique Peltor ComTac VI poru TW EXFIL (Coyote Brown)", + "66b5f6a28ca68c6461709ed8 Name": "Casque antibruit électronique Peltor ComTac VI pour TW EXFIL (Coyote Brown)", "66b5f6a28ca68c6461709ed8 ShortName": "ComTac VI", "66b5f6a28ca68c6461709ed8 Description": "An improved version of the ComTac V communication headset, equipped with advanced environmental listening settings and an NIB (Natural Interaction Behavior) feature, allowing to communicate with other ComTac VI users in a certain proximity without having to use radios. Equipped with a mount for attaching the headset to Team Wendy EXFIL helmets. Manufactured by 3M Peltor. Coyote Brown version.", "66b61ce0c5d72b027748867e Name": "Couche de matériaux combinés", @@ -13204,13 +13204,13 @@ "66b61cfae98be930d701c029 Description": "", "66b6295178bbc0200425f995 Name": "Gilet porte-plaque Stich Profi Stich Defense mod.2 (MultiCam)", "66b6295178bbc0200425f995 ShortName": "SD mod.2", - "66b6295178bbc0200425f995 Description": "A plate carrier designed for Granit and SAPI plates, made of heavy-duty materials with IR remission. Equipped with ROC buckles for quick donning and doffing. The inner sides are made of soft fabric and equipped with vent pads for increased comfort. Manufactured by Stich Profi. MultiCam camouflage version.", + "66b6295178bbc0200425f995 Description": "Un gilet porte-plaque conçu pour accueillir des plaques Granit et SAPI, fabriqué à partir de matériaux robustes et permettant une réduction de signature infrarouge. Équipé de boucles ROC pour un enfilage et un retrait rapides. Les faces internes sont en tissu doux et dotées de coussinets de ventilation pour un confort accru. Fabriqué par Stich Profi. Modèle camouflage MultiCam.", "66b6295a8ca68c6461709efa Name": "Gilet porte-plaque Tasmanian Tiger MKIII (Coyote Brown)", "66b6295a8ca68c6461709efa ShortName": "TT MKIII", - "66b6295a8ca68c6461709efa Description": "A lightweight low-profile plate carrier designed to fit SAPI plates. Manufactured by Tasmanian Tiger. Coyote Brown version.", + "66b6295a8ca68c6461709efa Description": "Un gilet tactique porte-plaque léger et fin conçu pour accueillir les plaques SAPI. Produit par Tasmanian Tiger. Modèle Coyote Brown.", "66b6296d7994640992013b17 Name": "Gilet porte-plaque Stich Profi V2 (noir)", "66b6296d7994640992013b17 ShortName": "SP PC V2", - "66b6296d7994640992013b17 Description": "An improved lightweight version of the standard plate carrier manufactured by Stich Profi. Black color version.", + "66b6296d7994640992013b17 Description": "Une version améliorée et allégée du gilet produit par Stich Profi. Modèle noir.", "66b884eaacff495a29492849 Name": "Insert en aramide", "66b884eaacff495a29492849 ShortName": "", "66b884eaacff495a29492849 Description": "", @@ -13239,15 +13239,15 @@ "66b8b22b78bbc0200425fb20 ShortName": "", "66b8b22b78bbc0200425fb20 Description": "", "66bc98a01a47be227a5e956e Name": "Caisse pour objets de streamer", - "66bc98a01a47be227a5e956e ShortName": "Streamer items", - "66bc98a01a47be227a5e956e Description": "A case for compact storage of those strange souvenirs scattered throughout Tarkov, perfect for collectors.", + "66bc98a01a47be227a5e956e ShortName": "Objets streamer", + "66bc98a01a47be227a5e956e Description": "Une caisse pour le rangement compact de ces étranges souvenirs éparpillés dans Tarkov, parfaite pour les collectionneurs.", "66bcd2c46c8ca126600ccc3f Name": "BEAR Phoenix", "66bcd2c46c8ca126600ccc3f ShortName": "", "66bcd2c46c8ca126600ccc3f Description": "Flannel shirt", - "66bcd31f6c8ca126600ccc41 Name": "USEC Legionnaire", + "66bcd31f6c8ca126600ccc41 Name": "USEC Légionnaire", "66bcd31f6c8ca126600ccc41 ShortName": "", "66bcd31f6c8ca126600ccc41 Description": "Combat shirt", - "66bcd461b544479add01acc6 Name": "USEC Legionnaire", + "66bcd461b544479add01acc6 Name": "USEC Légionnaire", "66bcd461b544479add01acc6 ShortName": "", "66bcd461b544479add01acc6 Description": "Combat pants", "66bcd48714b42ed1dc0af2e0 Name": "BEAR Paladin", @@ -13283,12 +13283,12 @@ "66c0b39ca1f68fcc1d0c0cc3 Name": "Journal du labo", "66c0b39ca1f68fcc1d0c0cc3 ShortName": "Journal", "66c0b39ca1f68fcc1d0c0cc3 Description": "Les dossiers dans ce journal révèlent des effets secondaires après l'utilisation des drogues de TerraGroup... Les ouvriers de l'usine n'étaient probablement pas informés de ces \"recherches\".", - "66c0b90c8398582e4b0c2e27 Name": "Pilot logbook", - "66c0b90c8398582e4b0c2e27 ShortName": "Logbook", - "66c0b90c8398582e4b0c2e27 Description": "A RUAF pilot logbook. It's unclear how it ended up in the cockpit of the foreign AS350 helicopter. Either the USECs ran out of their own logbooks, or the BEARs ran out of helicopters.", - "66d97834d2985e11480d5c1e Name": "Signal flare (Blue)", - "66d97834d2985e11480d5c1e ShortName": "Signal flare (Blue)", - "66d97834d2985e11480d5c1e Description": "Signal flare (Blue)", + "66c0b90c8398582e4b0c2e27 Name": "Carnet de bord du pilote", + "66c0b90c8398582e4b0c2e27 ShortName": "Carnet", + "66c0b90c8398582e4b0c2e27 Description": "Un carnet de bord de pilote de la RUAF. On ne sait pas très bien comment il s'est retrouvé dans le cockpit d'un hélicoptère étranger AS350. Soit les USEC n'avaient plus leurs propres carnets, soit les BEAR n'avaient plus d'hélicoptères.", + "66d97834d2985e11480d5c1e Name": "Fusée éclairante (bleue)", + "66d97834d2985e11480d5c1e ShortName": "Fusée éclairante (bleue)", + "66d97834d2985e11480d5c1e Description": "Fusée éclairante (bleue)", "66d98233302686954b0c6f81 Name": "Fusée de détresse à main RSP-30 (bleue)", "66d98233302686954b0c6f81 ShortName": "Bleue", "66d98233302686954b0c6f81 Description": "Une fusée de signalisation ayant pour but de contrôler les unités et de maintenir leur interaction. Des scavs utilisaient cette fusée pour envoyer des sortes de signaux. La question est, que signifiaient ces signaux ?", @@ -13307,15 +13307,15 @@ "66d9f8744827a77e870ecaf1 Name": "Dispositif de guerre électronique portable GARY ZONT", "66d9f8744827a77e870ecaf1 ShortName": "Unité GE", "66d9f8744827a77e870ecaf1 Description": "L'appareil supprime les signaux des systèmes de navigation satellite dans un rayon de plusieurs kilomètres. Parfois, ces « parapluies » peuvent être plus importants qu'un bon gilet pare-balles.", - "66da1b49099cf6adcc07a36b Name": "Airdrop technical supply crate", - "66da1b49099cf6adcc07a36b ShortName": "Airdrop technical supply crate", - "66da1b49099cf6adcc07a36b Description": "crate", - "66da1b546916142b3b022777 Name": "Airdrop technical supply crate", - "66da1b546916142b3b022777 ShortName": "Airdrop technical supply crate", - "66da1b546916142b3b022777 Description": "crate", - "66dae7cbeb28f0f96809f325 Name": "Grenade à main M67", - "66dae7cbeb28f0f96809f325 ShortName": "M67", - "66dae7cbeb28f0f96809f325 Description": "La grenade à fragmentation M67 est une grenade à main américaine, conçue pour le combat antipersonnel et adoptée en 1969 par l'armée des États-unis.", + "66da1b49099cf6adcc07a36b Name": "Caisse de largage technique", + "66da1b49099cf6adcc07a36b ShortName": "Caisse de largage technique", + "66da1b49099cf6adcc07a36b Description": "Caisse", + "66da1b546916142b3b022777 Name": "Caisse de largage technique", + "66da1b546916142b3b022777 ShortName": "Caisse de largage technique", + "66da1b546916142b3b022777 Description": "Caisse", + "66dae7cbeb28f0f96809f325 Name": "Mini-Grenade V40", + "66dae7cbeb28f0f96809f325 ShortName": "V40", + "66dae7cbeb28f0f96809f325 Description": "Une grenade à fragmentation néerlandaise. La grenade est de la taille d'une balle de golf standard et a un rayon létal garanti de seulement un mètre.", "66ec2aa6daf127599c0c31f1 Name": "Shrapnel O-832DU", "66ec2aa6daf127599c0c31f1 ShortName": "Shrapnel O-832DU", "66ec2aa6daf127599c0c31f1 Description": "Shrapnel O-832DU", @@ -13328,18 +13328,18 @@ "66fd4407390606b5e106e016 Name": "", "66fd4407390606b5e106e016 ShortName": "", "66fd4407390606b5e106e016 Description": "", - "66ffa9b66e19cc902401c5e8 Name": "MPS Auto Assault-12 Gen 1 12ga automatic shotgun", + "66ffa9b66e19cc902401c5e8 Name": "Fusil automatique MPS Auto Assault-12 Gen 1 calibre 12", "66ffa9b66e19cc902401c5e8 ShortName": "AA-12 Gen 1", - "66ffa9b66e19cc902401c5e8 Description": "The AA-12 (Auto Assault-12) is a reliable full-auto 12-gauge shotgun. The first generation features the high-mounted built-in iron sights. This shotgun is distinguished by its recoil pulse accumulation, which makes the recoil feel smooth without sacrificing fire rate and stopping power. The AA-12 is designed for military and police units. Manufactured by Military Police Systems.", - "66ffaab91f7492c901027bb8 Name": "AA-12 12ga 8-round magazine", + "66ffa9b66e19cc902401c5e8 Description": "L'AA-12 (Auto Assault-12) est un fusil automatique de calibre 12, réputé pour sa fiabilité. La première génération se distingue par ses organes de visée métalliques intégrés et montés en hauteur. Ce fusil se démarque par son système de gestion de recul par accumulation d'impulsions, rendant le recul plus fluide sans compromettre la cadence de tir ni le pouvoir d'arrêt. L'AA-12 est conçu pour les unités militaires et de police. Fabriqué par Military Police Systems.", + "66ffaab91f7492c901027bb8 Name": "Chargeur calibre 12 8 coups pour AA-12", "66ffaab91f7492c901027bb8 ShortName": "AA-12", - "66ffaab91f7492c901027bb8 Description": "An 8-round 12-gauge box magazine for the Auto Assault-12 shotgun.", - "66ffac601f7492c901027bbb Name": "AA-12 12ga 330mm barrel", + "66ffaab91f7492c901027bb8 Description": "Un chargeur de 8 coups pour calibre 12 pour le fusil Auto Assault-12.", + "66ffac601f7492c901027bbb Name": "Canon de 330 mm calibre 12 pour AA-12", "66ffac601f7492c901027bbb ShortName": "AA-12 330mm", - "66ffac601f7492c901027bbb Description": "A 330mm barrel for the Auto Assault-12 12-gauge shotgun.", - "66ffac9e316b08f6840a73e6 Name": "AA-12 stock assembly", + "66ffac601f7492c901027bbb Description": "Un canon de 330 mm chambré en calibre 12 pour le fusil Auto Assault-12.", + "66ffac9e316b08f6840a73e6 Name": "Crosse pour AA-12", "66ffac9e316b08f6840a73e6 ShortName": "AA-12", - "66ffac9e316b08f6840a73e6 Description": "A standard-issue stock assembly for the Auto Assault-12 shotgun.", + "66ffac9e316b08f6840a73e6 Description": "Une crosse d'origine pour le fusil Auto Assault-12.", "66ffbfb1a73a7bce3d0b45a8 Name": "FN SCAR Vltor RE-SCAR Stock Adapter", "66ffbfb1a73a7bce3d0b45a8 ShortName": "RE-SCAR", "66ffbfb1a73a7bce3d0b45a8 Description": "An adapter with a five-position tube for installing AR buttstocks, designed for FN SCAR rifles. Manufactured by Vltor.", @@ -13424,27 +13424,27 @@ "6707cd70aab679420007e018 Name": "TG-Vi-24 sample", "6707cd70aab679420007e018 ShortName": "TG-Vi-24", "6707cd70aab679420007e018 Description": "Judging by the vial's protection, the substance inside is either very rare or extremely dangerous.", - "6707cef3571b50abc703b64f Name": "V.O. signed diary", - "6707cef3571b50abc703b64f ShortName": "V.O. diary", - "6707cef3571b50abc703b64f Description": "A souvenir diary for private notes. Apparently, TerraGroup used to give them to people when they were promoted to a new position.", - "6707cf827d279daad80fa95f Name": "Vaccine sample IV", - "6707cf827d279daad80fa95f ShortName": "Sample IV", - "6707cf827d279daad80fa95f Description": "One of the vaccine prototypes that Vladimir O. developed in secret from his colleagues.", - "6707d0804e617ec94f0e562f Name": "TG-Vi-24 lethal vaccine", - "6707d0804e617ec94f0e562f ShortName": "Vaccine", - "6707d0804e617ec94f0e562f Description": "This vaccine was developed by Therapist and Sanitar. The lethality of an infected patient is extremely high.", - "6707d0bdaab679420007e01a Name": "TG-Vi-24 true vaccine", - "6707d0bdaab679420007e01a ShortName": "True vaccine", - "6707d0bdaab679420007e01a Description": "A modified version of the vaccine with minimal lethality risk. Looks like Therapist and Sanitar have no intention of sharing it.", + "6707cef3571b50abc703b64f Name": "Carnet signé V.O", + "6707cef3571b50abc703b64f ShortName": "Carnet V.O", + "6707cef3571b50abc703b64f Description": "Un journal souvenir pour des notes personnelles. Apparemment, TerraGroup les offrait aux personnes lors de leur promotion à un nouveau poste.", + "6707cf827d279daad80fa95f Name": "Échantillon IV du vaccin", + "6707cf827d279daad80fa95f ShortName": "Échantillons IV", + "6707cf827d279daad80fa95f Description": "Un des prototypes de vaccin que Vladimir O. a mis au point en secret.", + "6707d0804e617ec94f0e562f Name": "Vaccin létal TG-Vi-24", + "6707d0804e617ec94f0e562f ShortName": "Vaccin", + "6707d0804e617ec94f0e562f Description": "Ce vaccin a été mis au point par la Toubib et Sanitar. La létalité d'un patient infecté est extrêmement élevée.", + "6707d0bdaab679420007e01a Name": "Véritable vaccin TG-Vi-24", + "6707d0bdaab679420007e01a ShortName": "Véritable vaccin", + "6707d0bdaab679420007e01a Description": "Une version modifiée du vaccin avec un risque de létalité minimal. On dirait que La Toubib et Sanitar n'ont aucune intention de le partager.", "6707d13e4e617ec94f0e5631 Name": "Flash drive with special software", "6707d13e4e617ec94f0e5631 ShortName": "Access", "6707d13e4e617ec94f0e5631 Description": "This thumb drive can be used to set up a remote connection to the TerraGroup local servers for Mechanic.", - "6707d1f9571b50abc703b651 Name": "True vaccine recipe", - "6707d1f9571b50abc703b651 ShortName": "Vaccine recipe", - "6707d1f9571b50abc703b651 Description": "A recipe for a non-lethal vaccine that would drastically reduce the casualties of virus extermination.", - "6709133fa532466d5403fb7c Name": "AA-12 12ga 20-round drum magazine", + "6707d1f9571b50abc703b651 Name": "Formule du véritable vaccin", + "6707d1f9571b50abc703b651 ShortName": "Formule vaccin", + "6707d1f9571b50abc703b651 Description": "Une formule pour un vaccin non-létal qui réduirait drastiquement les pertes lors de l'extermination du virus.", + "6709133fa532466d5403fb7c Name": "Chargeur tambour calibre 12 20 coups pour AA-12", "6709133fa532466d5403fb7c ShortName": "AA-12", - "6709133fa532466d5403fb7c Description": "A 20-round 12-gauge drum magazine for the Auto Assault-12 shotgun.", + "6709133fa532466d5403fb7c Description": "Un chargeur tambour de 20 coups pour calibre 12 pour le fusil Auto Assault-12.", "670ad7f1ad195290cd00da7a Name": "Infectious strike", "670ad7f1ad195290cd00da7a ShortName": "Infectious strike", "670ad7f1ad195290cd00da7a Description": "It's best to avoid letting the infected get too close, as each strike can transmit the virus into your bloodstream.", @@ -13589,171 +13589,171 @@ "670fb7d425772b9ffb0c7f3a Name": "", "670fb7d425772b9ffb0c7f3a ShortName": "", "670fb7d425772b9ffb0c7f3a Description": "", - "670fced86a7e274b1a0964e8 Name": "AA-12 12ga 457mm barrel", + "670fced86a7e274b1a0964e8 Name": "Canon de 457 mm calibre 12 pour AA-12", "670fced86a7e274b1a0964e8 ShortName": "AA-12 457mm", - "670fced86a7e274b1a0964e8 Description": "A 457mm barrel for the Auto Assault-12 12-gauge shotgun.", - "670fd03dc424cf758f006946 Name": "AA-12 12ga 342mm threaded barrel", + "670fced86a7e274b1a0964e8 Description": "Un canon de 457 mm chambré en calibre 12 pour le fusil Auto Assault-12.", + "670fd03dc424cf758f006946 Name": "Canon fileté de 342 mm calibre 12 pour AA-12", "670fd03dc424cf758f006946 ShortName": "AA-12 342mm", - "670fd03dc424cf758f006946 Description": "A 342mm threaded barrel for the Auto Assault-12 12-gauge shotgun.", - "670fd0a8d8d4eae4790c8187 Name": "AA-12 12ga 417mm threaded barrel", + "670fd03dc424cf758f006946 Description": "Un canon fileté de 342 mm chambré en calibre 12 pour le fusil Auto Assault-12.", + "670fd0a8d8d4eae4790c8187 Name": "Canon fileté de 417 mm calibre 12 pour AA-12", "670fd0a8d8d4eae4790c8187 ShortName": "AA-12 417mm", - "670fd0a8d8d4eae4790c8187 Description": "A 417mm threaded barrel for the Auto Assault-12 12-gauge shotgun.", - "670fd0eed8d4eae4790c818a Name": "AA-12 thread protector", + "670fd0a8d8d4eae4790c8187 Description": "Un canon fileté de 417 mm chambré en calibre 12 pour le fusil Auto Assault-12.", + "670fd0eed8d4eae4790c818a Name": "Bague de protection de filetage pour AA-12", "670fd0eed8d4eae4790c818a ShortName": "AA-12 cap", "670fd0eed8d4eae4790c818a Description": "A barrel thread protector for the Auto Assault-12 12ga shotgun.", - "670fd1cc95c92bfc8e0bea39 Name": "AA-12 12ga choke", - "670fd1cc95c92bfc8e0bea39 ShortName": "AA-12 c.", - "670fd1cc95c92bfc8e0bea39 Description": "A special muzzle device for the Auto Assault-12 shotgun.", - "670fd23798663bc4b10e911a Name": "AA-12 stock assembly (FDE)", + "670fd1cc95c92bfc8e0bea39 Name": "Choke calibre 12 pour AA-12", + "670fd1cc95c92bfc8e0bea39 ShortName": "Choke AA-12", + "670fd1cc95c92bfc8e0bea39 Description": "Un choke spécifique pour le fusil Auto Assault-12.", + "670fd23798663bc4b10e911a Name": "Crosse pour AA-12 (FDE)", "670fd23798663bc4b10e911a ShortName": "AA-12", - "670fd23798663bc4b10e911a Description": "A standard-issue stock assembly for the Auto Assault-12 shotgun. Flat Dark Earth version.", - "6710cea62bb09af72f0e6bf8 Name": "Leapers UTG Universal Shotgun Barrel Mount", - "6710cea62bb09af72f0e6bf8 ShortName": "UTG USBM", - "6710cea62bb09af72f0e6bf8 Description": "The UTG Universal Shotgun Barrel Mount is designed for mounting on tubular magazines and barrels with a diameter of 20-25 millimeters. Features 3 rails for attaching additional equipment. Manufactured by Leapers Inc.", - "6711039f9e648049e50b3307 Name": "TerraGroup Labs residential unit keycard ", - "6711039f9e648049e50b3307 ShortName": "Res. unit", - "6711039f9e648049e50b3307 Description": "A keycard to the residential unit in the containment block of TerraGroup Labs.", - "67110d06723c2733410161e8 Name": "HK G36 IDZ adjustable stock", + "670fd23798663bc4b10e911a Description": "Une crosse d'origine pour le fusil Auto Assault-12. Modèle Flat Dark Earth.", + "6710cea62bb09af72f0e6bf8 Name": "Montage Leapers UTG universel pour canon de fusil", + "6710cea62bb09af72f0e6bf8 ShortName": "MUCF UTG", + "6710cea62bb09af72f0e6bf8 Description": "Le montage universel de canon UTG est conçu pour être installé sur les chargeurs tubulaires et les canons d'un diamètre de 20 à 25 millimètres des fusils. Il est doté de 3 rails pour fixer des équipements supplémentaires. Fabriqué par Leapers Inc.", + "6711039f9e648049e50b3307 Name": "Carte d'accès de l'unité résidentielle des laboratoires TerraGroup", + "6711039f9e648049e50b3307 ShortName": "Unité res.", + "6711039f9e648049e50b3307 Description": "Une carte d'accès de l'unité résidentielle du bloc de confinement des laboratoires TerraGroup.", + "67110d06723c2733410161e8 Name": "Crosse ajustable IDZ pour HK G36", "67110d06723c2733410161e8 ShortName": "G36 IDZ", "67110d06723c2733410161e8 Description": "A polymer adjustable buttstock for the G36 assault rifle, manufactured by Heckler & Koch.", - "67110d5ed1758189fc0bd221 Name": "HK G36 IDZ Convex Buttpad", + "67110d5ed1758189fc0bd221 Name": "Plaque de couche convexe IDZ pour HK G36", "67110d5ed1758189fc0bd221 ShortName": "IDZ Conv.", "67110d5ed1758189fc0bd221 Description": "An extended convex buttpad designed for installation on IDZ stocks for the G36 assault rifle. Manufactured by Heckler & Koch.", - "67110d6fa71d1f123d021cd3 Name": "HK G36 IDZ Concave Buttpad", + "67110d6fa71d1f123d021cd3 Name": "Plaque de couche concave IDZ pour HK G36", "67110d6fa71d1f123d021cd3 ShortName": "IDZ Conc.", "67110d6fa71d1f123d021cd3 Description": "A concave buttpad designed for installation on IDZ stocks for the G36 assault rifle. Manufactured by Heckler & Koch.", - "67110d8d388bded67304ceb4 Name": "Steyr AUG A3 Vltor 5.56x45 receiver", + "67110d8d388bded67304ceb4 Name": "Boitier Vltor 5,56 x 45 mm pour Steyr AUG A3", "67110d8d388bded67304ceb4 ShortName": "A3 Vltor", - "67110d8d388bded67304ceb4 Description": "A low-profile receiver with built-in tactical equipment rail for AUG A3. Manufactured by Vltor.", - "67110dd41ad01bb88705347b Name": "Steyr AUG A3 Corvus Defensio Receiver Rail MOI 30 Slots", + "67110d8d388bded67304ceb4 Description": "Un boîtier à profil bas comprenant un ensemble de rails taillés dans la masse pour l'AUG A3. Produit par Vltor.", + "67110dd41ad01bb88705347b Name": "Rail Corvus Defensio MOI 30 emplacements pour Steyr AUG A3", "67110dd41ad01bb88705347b ShortName": "A3 CD", - "67110dd41ad01bb88705347b Description": "A low-profile sight mount for AUG A3. Manufactured by Corvus Defensio.", - "6711107e1ad01bb88705347e Name": "Steyr AUG Corvus Defensio KeyMod Forward Accessory Rail", + "67110dd41ad01bb88705347b Description": "Un rail à profil bas pour l'AUG A3. Produit par Corvus Defensio.", + "6711107e1ad01bb88705347e Name": "Rail avant Corvus Defensio KeyMod pour Steyr AUG", "6711107e1ad01bb88705347e ShortName": "CD KM", "6711107e1ad01bb88705347e Description": "A KeyMod interface mount that replaces the standard front grip and allows installation of various accessories, designed for the AUG assault rifle. Manufactured by Corvus Defensio.", - "67111094d1758189fc0bd223 Name": "Corvus Defensio KeyMod 1.8 inch rail section", + "67111094d1758189fc0bd223 Name": "Rail Corvus Defensio KeyMod 1,8 pouce", "67111094d1758189fc0bd223 ShortName": "CD 1.8\"", "67111094d1758189fc0bd223 Description": "The Corvus Defensio 1.8 inch KeyMod rail allows installation of additional equipment on the handguards equipped with a standard KeyMod interface.", - "6711109e723c2733410161eb Name": "Corvus Defensio KeyMod 6.8 inch rail section", + "6711109e723c2733410161eb Name": "Rail Corvus Defensio KeyMod 6,8 pouces", "6711109e723c2733410161eb ShortName": "CD 6.8\"", "6711109e723c2733410161eb Description": "The Corvus Defensio 6.8 inch KeyMod rail allows installation of additional equipment on the handguards equipped with a standard KeyMod interface.", - "67112695fe5c8bf33f02476d Name": "Odin Works K-Pod KeyMod bipod adapter", + "67112695fe5c8bf33f02476d Name": "Adaptateur de bipied KeyMod Odin Works K-Pod", "67112695fe5c8bf33f02476d ShortName": "K-Pod", "67112695fe5c8bf33f02476d Description": "A KeyMod interface mount that allows installation of bipods. Manufactured by Odin Works.", - "671126a210d67adb5b08e925 Name": "AI AXMC KeySlot Harris bipod mount", + "671126a210d67adb5b08e925 Name": "Adaptateur de bipied KeySlot pour bipied Harris pour AI AXMC", "671126a210d67adb5b08e925 ShortName": "AI Harris", "671126a210d67adb5b08e925 Description": "A KeySlot interface adapter that allows installation of Harris bipods to the AXMC precision rifle. Manufactured by Accuracy International.", - "671126b049e181972e0681fa Name": "Magpul M-LOK Bipod Mount", + "671126b049e181972e0681fa Name": "Adaptateur de bipied Magpul M-LOK", "671126b049e181972e0681fa ShortName": "M-LOK BP", "671126b049e181972e0681fa Description": "A mount allows installation of bipods on handguards equipped with a standard M-LOK interface. Manufactured by Magpul.", - "67124dcfa3541f2a1f0e788b Name": "MPS Auto Assault-12 Gen 2 12ga automatic shotgun", + "67124dcfa3541f2a1f0e788b Name": "Fusil automatique MPS Auto Assault-12 Gen 2 calibre 12", "67124dcfa3541f2a1f0e788b ShortName": "AA-12 Gen 2", - "67124dcfa3541f2a1f0e788b Description": "The AA-12 (Auto Assault-12) is a reliable full-auto 12-gauge shotgun. The second generation features a mount for installing optics. This shotgun is distinguished by its recoil pulse accumulation, which makes the recoil feel smooth without sacrificing fire rate and stopping power. The AA-12 is designed for military and police units. Manufactured by Military Police Systems.", - "6718817435e3cfd9550d2c27 Name": "Steyr AUG A3 5.56x45 assault rifle (Black)", + "67124dcfa3541f2a1f0e788b Description": "L'AA-12 (Auto Assault-12) est un fusil automatique de calibre 12, réputé pour sa fiabilité. La seconde génération possède un rail de montage pour l'installation d'optiques. Ce fusil se démarque par son système de gestion de recul par accumulation d'impulsions, rendant le recul plus fluide sans compromettre la cadence de tir ni le pouvoir d'arrêt. L'AA-12 est conçu pour les unités militaires et de police. Fabriqué par Military Police Systems.", + "6718817435e3cfd9550d2c27 Name": "Fusil d'assaut Steyr AUG A3 5,56 x 45 mm (noir)", "6718817435e3cfd9550d2c27 ShortName": "AUG A3", - "6718817435e3cfd9550d2c27 Description": "Steyr AUG A3 is a 5.56x45 bullpup assault rifle, developed by the Austrian company Steyr-Daimler-Puch. AUG is known for good ergonomics, decent accuracy, low recoil and sufficient reliability. The rifle also stands out for its futuristic design. The A3 version features a bolt-catch button. Black version.", - "671883292e2eeb98d406f3b8 Name": "Steyr AUG vertical foregrip (Black)", + "6718817435e3cfd9550d2c27 Description": "Le Steyr AUG A3 est un fusil d'assaut bullpup de calibre 5,56 x 45 mm développé par la société autrichienne Steyr-Daimler-Puch. L'AUG est connu pour sa bonne ergonomie, sa précision, son faible recul et sa fiabilité. L'arme se démarque par son design futuriste. La version A3 comprend un bouton d'arrêtoir de culasse. Modèle noir.", + "671883292e2eeb98d406f3b8 Name": "Poignée tactique pour Steyr AUG (noire)", "671883292e2eeb98d406f3b8 ShortName": "AUG", - "671883292e2eeb98d406f3b8 Description": "A vertical foregrip for the Steyr AUG assault rifle. Black version.", - "6719023b612cc94b9008e78c Name": "AA-12 stock assembly (TerraGroup)", + "671883292e2eeb98d406f3b8 Description": "Une poignée tactique verticale pour le fusil d'assaut Steyr AUG. Modèle noir.", + "6719023b612cc94b9008e78c Name": "Crosse pour AA-12 (TerraGroup)", "6719023b612cc94b9008e78c ShortName": "AA-12 LABS", - "6719023b612cc94b9008e78c Description": "A standard-issue stock assembly for the Auto Assault-12 shotgun. TerraGroup version.", + "6719023b612cc94b9008e78c Description": "Une crosse d'origine pour le fusil Auto Assault-12. Modèle TerraGroup.", "671a406a6d315b526708f103 Name": "Stolen weapon case", "671a406a6d315b526708f103 ShortName": "Weapon case", "671a406a6d315b526708f103 Description": "Stolen weapon case.", - "671d85439ae8365d69117ba6 Name": "TT 7.62x25 tt-105 8-round magazine", + "671d85439ae8365d69117ba6 Name": "Chargeur 7,62 x 25 mm 8 coups pour TT-105", "671d85439ae8365d69117ba6 ShortName": "tt-105", "671d85439ae8365d69117ba6 Description": "A standard late-issue 8-round magazine for the TT pistol. It comes without a lanyard ring.", - "671d8617a3e45c1f5908278c Name": "MP-443 Grach 9x19 18-round magazine", + "671d8617a3e45c1f5908278c Name": "Chargeur 9 x 19 mm 18 coups pour MP-443 Grach", "671d8617a3e45c1f5908278c ShortName": "MP-443", "671d8617a3e45c1f5908278c Description": "A standard 18-round 9x19 magazine for the MP-443 pistol.", - "671d8ac8a3e45c1f59082799 Name": "Glock 9x19 19-round magazine (Coyote)", + "671d8ac8a3e45c1f59082799 Name": "Chargeur 9 x 19 mm 19 coups pour Glock (Coyote)", "671d8ac8a3e45c1f59082799 ShortName": "G19X", - "671d8ac8a3e45c1f59082799 Description": "A 19-round 9x19 magazine for Glock 19X pistols. Coyote version.", - "671d8b38b769f0d88c0950f8 Name": "M1911A1 .45 ACP Wilson Combat 7-round magazine", + "671d8ac8a3e45c1f59082799 Description": "Un chargeur 9 x 19 mm 19 coups pour le pistolet Glock 19X. Modèle coyote.", + "671d8b38b769f0d88c0950f8 Name": "Chargeur Wilson Combat .45 ACP 7 coups pour M1911A1", "671d8b38b769f0d88c0950f8 ShortName": "Wilson", - "671d8b38b769f0d88c0950f8 Description": "A 7-round .45 ACP magazine with a steel low-profile base pad for Colt M1911 pistols, manufactured by Wilson Combat. Comes as a standard-issue magazine for the M45A1 pistol.", - "671d8b8c0959c721a50ca838 Name": "HK USP Tactical .45 ACP 12-round magazine", + "671d8b38b769f0d88c0950f8 Description": "Un chargeur .45 ACP 7 coups avec un talon de chargeur profil bas en acier pour le pistolet Colt M1911, produit par Wilson Combat. Fourni comme chargeur d'origine avec le pistolet M45A1.", + "671d8b8c0959c721a50ca838 Name": "Chargeur .45 ACP 12 coups pour HK USP Tactical", "671d8b8c0959c721a50ca838 ShortName": "USP45T", - "671d8b8c0959c721a50ca838 Description": "A 12-round .45 ACP magazine for the special version of the USP45 pistol - USP45 Tactical.", + "671d8b8c0959c721a50ca838 Description": "Un chargeur en .45 ACP de 12 coups pour la version spéciale du pistolet USP45, l'USP45 Tactical.", "673b3f977038192ee006aa09 Name": "Bare ceiling", "673b3f977038192ee006aa09 ShortName": "Bare ceiling", "673b3f977038192ee006aa09 Description": "Nothing special. Luckily there are no spider webs. Unless?", "673c7b00cbf4b984b5099181 Name": "", "673c7b00cbf4b984b5099181 ShortName": "", "673c7b00cbf4b984b5099181 Description": "", - "673cab3e03c6a20581028bc1 Name": "Sako TRG M10 .338 LM bolt-action sniper rifle", + "673cab3e03c6a20581028bc1 Name": "Fusil de précision à verrou Sako TRG M10 .338 LM", "673cab3e03c6a20581028bc1 ShortName": "TRG M10", - "673cab3e03c6a20581028bc1 Description": "The TRG M10 is a precision bolt-action sniper rifle chambered for the .338 Lapua Magnum cartridge. The TRG M10 is an extremely versatile platform: it easily converts from a proper long-range rifle to a more compact weapon. The rifle is designed to be used by army, police and various special forces of several countries. Manufactured by Sako, which is part of Beretta Defense Technologies holding company.", - "673cb212e695740be0047a46 Name": "Sako TRG M10 chassis", + "673cab3e03c6a20581028bc1 Description": "Le TRG M10 est un fusil de précision à verrou chambré pour la cartouche de .338 Lapua Magnum. Le TRG M10 est une plateforme extrêmement polyvalente : il peut être facilement converti d’un fusil longue portée approprié à une arme plus compacte. Ce fusil de précision est conçu pour être utilisé par les forces armées, la police et diverses unités spéciales de plusieurs pays. Fabriqué par Sako, une société faisant partie du groupe Beretta Defense Technologies.", + "673cb212e695740be0047a46 Name": "Châssis pour Sako TRG M10", "673cb212e695740be0047a46 ShortName": "TRG M10", - "673cb212e695740be0047a46 Description": "Standard chassis with a folding stock for the TRG M10 sniper rifle, manufactured by Sako.", - "673cb4054ff4aa8f86076f4a Name": "Sako TRG M10 .338 LM bolt assembly", + "673cb212e695740be0047a46 Description": "Un châssis d'origine équipé d'une crosse rétractable pour le fusil de précision TRG M10, produit par Sako.", + "673cb4054ff4aa8f86076f4a Name": "Culasse .338 LM pour Sako TRG M10", "673cb4054ff4aa8f86076f4a ShortName": "M10 .338LM", - "673cb4054ff4aa8f86076f4a Description": "A .338 Lapua Magnum bolt assembly for the Sako TRG M10 sniper rifle.", - "673cb491280680de5e02ff36 Name": "Sako TRG M10 .338 LM receiver", + "673cb4054ff4aa8f86076f4a Description": "Une culasse en .338 LM pour le fusil de précision Sako TRG M10.", + "673cb491280680de5e02ff36 Name": "Boitier .338 LM pour Sako TRG M10", "673cb491280680de5e02ff36 ShortName": "M10 .338LM", - "673cb491280680de5e02ff36 Description": "A standard .338 Lapua Magnum receiver for the TRG M10 sniper rifle. Manufactured by Sako.", - "673cb51e093e0ea7fd0b8746 Name": "Sako TRG M10 scope mount", - "673cb51e093e0ea7fd0b8746 ShortName": "M10 SM", - "673cb51e093e0ea7fd0b8746 Description": "A universal rail for mounting various sights on the TRG M10 sniper rifle. Manufactured by Sako.", - "673cb551093e0ea7fd0b874a Name": "Sako TRG M10 .338 LM 23.5 inch barrel", - "673cb551093e0ea7fd0b874a ShortName": "M10 23.5\" .338LM", - "673cb551093e0ea7fd0b874a Description": "A 23.5 inch (597mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "673cb5d1280680de5e02ff3b Name": "Sako TRG M10 15 inch handguard assembly", + "673cb491280680de5e02ff36 Description": "Un boitier d'origine en calibre .338 Lapua Magnum pour le fusil de précision TRG M10, produit par Sako.", + "673cb51e093e0ea7fd0b8746 Name": "Montage pour Sako TRG M10", + "673cb51e093e0ea7fd0b8746 ShortName": "Mont. M10", + "673cb51e093e0ea7fd0b8746 Description": "Un rail universel pour le montage de diverses optiques pour le fusil de précision TRG M10, produit par Sako.", + "673cb551093e0ea7fd0b874a Name": "Canon de 23,5 pouces calibre .338 LM pour Sako TRG M10", + "673cb551093e0ea7fd0b874a ShortName": "M10 23,5\" .338LM", + "673cb551093e0ea7fd0b874a Description": "Un canon de 23,5 pouces (597 mm) chambré en .338 Lapua Magnum pour le fusil de précision TRG M10, produit par Sako.", + "673cb5d1280680de5e02ff3b Name": "Garde-main 15 pouces pour Sako TRG M10", "673cb5d1280680de5e02ff3b ShortName": "M10 15\"", - "673cb5d1280680de5e02ff3b Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "673cb81f5b1511adb10cd326 Name": "Sako TRG M10 grip pad", - "673cb81f5b1511adb10cd326 ShortName": "M10 pad", - "673cb81f5b1511adb10cd326 Description": "A standard-issue padded grip for the TRG M10 sniper rifle, manufactured by Sako. Comes with a hex and torx key set for quick access.", - "673cbdfad0453ba50c0f76d6 Name": "Sako TRG M10 .338 LM 8-round magazine", + "673cb5d1280680de5e02ff3b Description": "Un garde-main de 15 pouces (38,1 cm) pour le fusil de précision TRG M10, équipé d'une interface finlandaise pour l'installation d'équipements et d'accessoires supplémentaires. Produit par Sako.", + "673cb81f5b1511adb10cd326 Name": "Grip pour Sako TRG M10", + "673cb81f5b1511adb10cd326 ShortName": "Grip M10", + "673cb81f5b1511adb10cd326 Description": "Un grip d'origine pour le fusil de précision TRG M10, produit par Sako. Livré avec une clé Allen et Torx pour l'accès rapide.", + "673cbdfad0453ba50c0f76d6 Name": "Chargeur .338 LM 8 coups pour Sako TRG M10", "673cbdfad0453ba50c0f76d6 ShortName": "M10 .338", - "673cbdfad0453ba50c0f76d6 Description": "An 8-round .338 Lapua Magnum magazine for the TRG M10 sniper rifle, manufactured by Sako.", - "673dd5f73f92dc7e120d20a9 Name": "Sako TRG short length rail", - "673dd5f73f92dc7e120d20a9 ShortName": "TRG short", - "673dd5f73f92dc7e120d20a9 Description": "A short length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673dd617912f68467c0615b6 Name": "Sako TRG medium length rail", - "673dd617912f68467c0615b6 ShortName": "TRG med", - "673dd617912f68467c0615b6 Description": "A medium length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673ddbb567c759b3c90e5f76 Name": "Sako TRG M10 rear hook", - "673ddbb567c759b3c90e5f76 ShortName": "M10 hook", - "673ddbb567c759b3c90e5f76 Description": "A rail cover for the TRG M10 sniper rifle buttstock. Manufactured by Sako.", + "673cbdfad0453ba50c0f76d6 Description": "Un chargeur de 8 coups pour le calibre .338 Lapua Magnum pour le fusil de précision TRG M10, produit par Sako.", + "673dd5f73f92dc7e120d20a9 Name": "Rail court pour Sako TRG", + "673dd5f73f92dc7e120d20a9 ShortName": "TRG court", + "673dd5f73f92dc7e120d20a9 Description": "Un rail court pour l'installation d'équipements et d'accessoires supplémentaires sur le fusil de précision TRG M10, produit par Sako.", + "673dd617912f68467c0615b6 Name": "Rail moyen pour Sako TRG", + "673dd617912f68467c0615b6 ShortName": "TRG moy.", + "673dd617912f68467c0615b6 Description": "Un rail moyen pour l'installation d'équipements et d'accessoires supplémentaires sur le fusil de précision TRG M10, produit par Sako.", + "673ddbb567c759b3c90e5f76 Name": "Crochet de crosse pour Sako TRG M10", + "673ddbb567c759b3c90e5f76 ShortName": "Crochet M10", + "673ddbb567c759b3c90e5f76 Description": "Un crochet pour le fusil de précision TRG M10. Il permet à la main faible de plaquer la plaque de couche contre l'épaule du tireur.", "673f0a38259f5945d70e43a6 Name": "Ase Utra SL7i-BL BoreLock .338 LM sound suppressor", "673f0a38259f5945d70e43a6 ShortName": "SL7i-BL .338", - "673f0a38259f5945d70e43a6 Description": "The SL7i-BL sound suppressor, installed on compatible BoreLock muzzle brakes. Manufactured by Ase Utra.", - "673f0a9370a3ddcf0d0ee0b8 Name": "Sako TRG PGM Precision .338 LM sound suppressor", + "673f0a38259f5945d70e43a6 Description": "Le réducteur de son SL7i-BL, s'installe sur les frein de bouche BoreLock compatibles. Produit par Ase Utra.", + "673f0a9370a3ddcf0d0ee0b8 Name": "Réducteur de son PGM .338 LM pour Sako TRG", "673f0a9370a3ddcf0d0ee0b8 ShortName": "PGM .338", - "673f0a9370a3ddcf0d0ee0b8 Description": "A sound suppressor manufactured by PGM Precision, designed to fit .338 Lapua Magnum weapons.", - "673f0b36536d64240f01acd6 Name": "CGS Hekate DT .338 LM sound suppressor", + "673f0a9370a3ddcf0d0ee0b8 Description": "Un réducteur de son produit par PGM Precision, conçu pour les armes en calibre .338 Lapua Magnum. Pas mal, non ? C'est français !", + "673f0b36536d64240f01acd6 Name": "Réducteur de son CGS Hekate DT .338 LM", "673f0b36536d64240f01acd6 ShortName": "Hekate DT .338", - "673f0b36536d64240f01acd6 Description": "The Hekate DT .338 LM suppressor boasts great noise and flash reduction for large caliber rifles. Manufactured by CGS Group.", - "673f3ef1259f5945d70e43a8 Name": "Ase Utra BoreLock .338 LM muzzle brake", + "673f0b36536d64240f01acd6 Description": "Le réducteur de son Hekate DT .338 LM fournit une forte atténuation du son et du flash lumineux des armes de gros calibre. Produit par CGS Group.", + "673f3ef1259f5945d70e43a8 Name": "Frein de bouche Ase Utra BoreLock .338 LM", "673f3ef1259f5945d70e43a8 ShortName": "BoreLock .338", - "673f3ef1259f5945d70e43a8 Description": "A muzzle brake manufactured by Ase Utra for .338 LM (8.6x70). Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with BoreLock-type sound suppressors.", - "673f3f2f40aeca974e0b5c66 Name": "Ase Utra BoreLock thread protector", - "673f3f2f40aeca974e0b5c66 ShortName": "BoreLock thr.", - "673f3f2f40aeca974e0b5c66 Description": "A threading protection cap for Ase Utra BoreLock muzzle brakes.", - "673f3f5eef7545280c00f026 Name": "Sako TRG .338 LM thread protector", - "673f3f5eef7545280c00f026 ShortName": "TRG thr.", - "673f3f5eef7545280c00f026 Description": "A threading protection cap for the Sako TRG .338 LM rifle barrel.", - "673f3f9840aeca974e0b5c68 Name": "Sako TRG Coretac CoreBrake .338 LM muzzle brake", + "673f3ef1259f5945d70e43a8 Description": "Un frein de bouche produit par Ase Utra pour le calibre .338 Lapua Magnum (8,6 x 70 mm). Il réduit le recul et le relèvement du canon. Le frein de bouche comporte un filetage prévu pour recevoir les réducteurs de son compatibles avec le système BoreLock.", + "673f3f2f40aeca974e0b5c66 Name": "Bague de protection de filetage Ase Utra BoreLock", + "673f3f2f40aeca974e0b5c66 ShortName": "BPF BoreLock", + "673f3f2f40aeca974e0b5c66 Description": "Une bague de protection de filetage pour les freins de bouche Ase Utra BoreLock.", + "673f3f5eef7545280c00f026 Name": "Bague de protection de filetage pour Sako TRG .338 LM", + "673f3f5eef7545280c00f026 ShortName": "BPF TRG", + "673f3f5eef7545280c00f026 Description": "Une bague de protection de filetage pour canon du Sako TRG en calibre .338 LM.", + "673f3f9840aeca974e0b5c68 Name": "Frein de bouche Coretac CoreBrake .338 LM pour Sako TRG", "673f3f9840aeca974e0b5c68 ShortName": "CoreBrake .338", - "673f3f9840aeca974e0b5c68 Description": "A .338 LM muzzle brake for the TRG sniper rifle. Manufactured by Coretac Solutions.", - "673f4046259f5945d70e43ab Name": "Sako TRG 22/42/M10 .338 LM muzzle brake", + "673f3f9840aeca974e0b5c68 Description": "Un frein de bouche en calibre .338 LM pour le fusil de précision TRG, produit par Coretac Solutions.", + "673f4046259f5945d70e43ab Name": "Frein de bouche .338 LM pour Sako TRG 22/42/M10", "673f4046259f5945d70e43ab ShortName": "TRG .338", - "673f4046259f5945d70e43ab Description": "A TRG .338 LM sniper rifle muzzle brake, manufactured by Sako.", - "67405d760098dcb5940ea1a6 Name": "Sako TRG M10 .338 LM 20 inch barrel", + "673f4046259f5945d70e43ab Description": "Un frein de bouche en calibre .338 LM pour le fusil de précision TRG, produit par Sako.", + "67405d760098dcb5940ea1a6 Name": "Canon de 20 pouces calibre .338 LM pour Sako TRG M10", "67405d760098dcb5940ea1a6 ShortName": "M10 20\" .338LM", - "67405d760098dcb5940ea1a6 Description": "A 20 inch (508mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405e3b83ac5c69ae025406 Name": "Sako TRG M10 .338 LM 27 inch barrel", + "67405d760098dcb5940ea1a6 Description": "Un canon de 20 pouces (508 mm) chambré en .338 Lapua Magnum pour le fusil de précision TRG M10, produit par Sako.", + "67405e3b83ac5c69ae025406 Name": "Canon de 27 pouces calibre .338 LM pour Sako TRG M10", "67405e3b83ac5c69ae025406 ShortName": "M10 27\" .338LM", - "67405e3b83ac5c69ae025406 Description": "A 27 inch (685mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405ef125beb509e8070276 Name": "Sako TRG M10 11 inch handguard assembly", + "67405e3b83ac5c69ae025406 Description": "Un canon de 27 pouces (685 mm) chambré en .338 Lapua Magnum pour le fusil de précision TRG M10, produit par Sako.", + "67405ef125beb509e8070276 Name": "Garde-main 11 pouces pour Sako TRG M10", "67405ef125beb509e8070276 ShortName": "M10 11\"", - "67405ef125beb509e8070276 Description": "An 11 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "67405fd0812f476fb2020066 Name": "Sako TRG M10 M-LOK 15 inch handguard assembly", + "67405ef125beb509e8070276 Description": "Un garde-main de 11 pouces (27,94 cm) pour le fusil de précision TRG M10, équipé d'une interface finlandaise pour l'installation d'équipements et d'accessoires supplémentaires. Produit par Sako.", + "67405fd0812f476fb2020066 Name": "Garde-main M-LOK 15 pouces pour Sako TRG M10", "67405fd0812f476fb2020066 ShortName": "M10 15\" M-LOK", - "67405fd0812f476fb2020066 Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with an M-LOK interface for mounting additional equipment. Manufactured by Sako.", + "67405fd0812f476fb2020066 Description": "Un garde-main de 15 pouces (38,1 cm) pour le fusil de précision TRG M10, équipé d'une interface M-LOK pour l'installation d'équipements et d'accessoires supplémentaires. Produit par Sako.", "674078c4a9c9adf0450d59f9 Name": "Opened case", "674078c4a9c9adf0450d59f9 ShortName": "Case", "674078c4a9c9adf0450d59f9 Description": "This case contains several sealed boxes.", @@ -13769,21 +13769,21 @@ "6740987b89d5e1ddc603f4f0 Name": "Locked case", "6740987b89d5e1ddc603f4f0 ShortName": "Locked case", "6740987b89d5e1ddc603f4f0 Description": "The contents are unknown, but you'll need a key to open it.", - "67449b6c89d5e1ddc603f504 Name": "Case key", + "67449b6c89d5e1ddc603f504 Name": "Clé de mallette", "67449b6c89d5e1ddc603f504 ShortName": "Case key", "67449b6c89d5e1ddc603f504 Description": "A key suitable for opening most standard cases.", - "67458730df3c1da90b0b052b Name": "5.11 Tactical RUSH 100 backpack (Black)", + "67458730df3c1da90b0b052b Name": "Sac à dos 5.11 Tactical RUSH 100 (noir)", "67458730df3c1da90b0b052b ShortName": "RUSH 100", - "67458730df3c1da90b0b052b Description": "A tactical backpack with a complex modular system. The arrangement of internal compartments and side straps makes the RUSH 100 a highly versatile backpack that can be adapted to any combat situation.", - "67458794e21e5d724e066976 Name": "LBT-1476A 3Day Pack (MultiCam Alpine)", + "67458730df3c1da90b0b052b Description": "Un sac à dos tactique doté d’un système modulaire complexe. La disposition des compartiments internes et des sangles latérales fait du RUSH 100 un sac à dos hautement polyvalent, pouvant s’adapter à toutes les situations de combat.", + "67458794e21e5d724e066976 Name": "Sac à dos LBT-1476A 3Day (MultiCam Alpine)", "67458794e21e5d724e066976 ShortName": "LBT-1476A", - "67458794e21e5d724e066976 Description": "A medium-size 3-day backpack designed for both military and tourist use. Manufactured by London Bridge Trading. MultiCam Alpine version.", - "6745895717824b1ec20570a6 Name": "6B47 Ratnik-BSh helmet (EMR Arctic cover)", + "67458794e21e5d724e066976 Description": "Un sac à dos 3 jours taille moyenne conçu autant pour l'utilisation militaires que civile. Produit par London Bridge Trading. Modèle MultiCam Alpine.", + "6745895717824b1ec20570a6 Name": "Casque 6B47 Ratnik-BSh (EMR Arctic)", "6745895717824b1ec20570a6 ShortName": "6B47 EMRA", - "6745895717824b1ec20570a6 Description": "6B47 is an aramid helmet of Russian origin. As part of the Ratnik program, it is the new standard-issue helmet for most of the Russian Armed Forces. The 6B47 is similar to previous generation helmets such as the 6B7-1M and 6B27. It has equal protection but weighs slightly less, floats in water, and has mounting equipment for lights and night vision devices. The helmet can be fitted with a variety of covers for different environments. Equipped with an arctic EMR camouflage cover.", - "674589d98dd67746010329e6 Name": "Spiritus Systems Bank Robber chest rig (MultiCam Alpine)", + "6745895717824b1ec20570a6 Description": "Le 6B47 est un casque en aramide d'origine russe. Faisant partie du programme Ratnik, il s'agit du nouveau standard de dotation pour la plupart des forces armées russes. Le 6B47 est similaire aux casques de la précédente génération tel que le 6B7-1M et le 6B27. Il offre la même protection que ces derniers, mais est plus léger, flotte sur l'eau et possède une interface de montage pour les équipements lumineux et de vision nocturne. Le casque peut être équipé de divers couvre-casques selon les environnements. Modèle équipé d'un couvre-casque camouflage Digital Flora. Modèle équipé d'un couvre-casque arctique EMR.", + "674589d98dd67746010329e6 Name": "Gilet tactique Spiritus Systems Bank Robber (MultiCam Alpine)", "674589d98dd67746010329e6 ShortName": "Bank Robber", - "674589d98dd67746010329e6 Description": "An ultra-compact and lightweight chest rig for mobility and comfort. Manufactured by Spiritus Systems. MultiCam Alpine camouflage version, for all your winter LARP needs.", + "674589d98dd67746010329e6 Description": "Un gilet tactique ultra- compact et léger pour une mobilité et un confort accrus. Produit par Spiritus Systems. Modèle camouflage MultiCam Alpine, pour tous les fanas de l'hiver.", "6746fd09bafff85008048838 Name": "Dogtag BEAR", "6746fd09bafff85008048838 ShortName": "BEAR", "6746fd09bafff85008048838 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator that went through the Tarkov hell from the very beginning.", @@ -13802,48 +13802,48 @@ "674731d1170146228c0d222a Name": "Dogtag USEC", "674731d1170146228c0d222a ShortName": "USEC", "674731d1170146228c0d222a Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a USEC PMC operator.", - "67499a9669a58fceba104a41 Name": "Package for Prapor", - "67499a9669a58fceba104a41 ShortName": "Package", - "67499a9669a58fceba104a41 Description": "A package that the BTR driver was supposed to deliver to Prapor.", - "67499adbeca8acb2d2061634 Name": "Cargo for Prapor", - "67499adbeca8acb2d2061634 ShortName": "Cargo", - "67499adbeca8acb2d2061634 Description": "A delivery from outside the cordon that Prapor is waiting for. Judging by the weight, it feels like it's half-empty.", - "67499b3eeca8acb2d2061636 Name": "Lightkeeper's case", - "67499b3eeca8acb2d2061636 ShortName": "Case", - "67499b3eeca8acb2d2061636 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", + "67499a9669a58fceba104a41 Name": "Colis pour Prapor", + "67499a9669a58fceba104a41 ShortName": "Colis", + "67499a9669a58fceba104a41 Description": "Un colis que le chauffeur du BTR était censé livrer à Prapor.", + "67499adbeca8acb2d2061634 Name": "Cargaison pour Prapor", + "67499adbeca8acb2d2061634 ShortName": "Cargaison", + "67499adbeca8acb2d2061634 Description": "Une livraison en provenance de l'extérieur du cordon que Prapor attend. À en juger par le poids, elle semble à moitié vide.", + "67499b3eeca8acb2d2061636 Name": "Caisse de Lightkeeper", + "67499b3eeca8acb2d2061636 ShortName": "Caisse", + "67499b3eeca8acb2d2061636 Description": "De par le bruit qu'elle fait, la caisse est remplie de quelque chose de lourd, comme des obus OFZ ou autre.", "67499b9b909d2013670a5029 Name": "Brouilleur de drone KOSA", "67499b9b909d2013670a5029 ShortName": "KOSA", "67499b9b909d2013670a5029 Description": "L'appareil est conçu pour brouiller les systèmes de guidage des drones. Il aide à protéger de manière fiable toute installation contre les attaques aériennes.", - "67499d0eeca8acb2d2061639 Name": "Incriminating letter", - "67499d0eeca8acb2d2061639 ShortName": "Letter", - "67499d0eeca8acb2d2061639 Description": "A letter from the BTR driver. Apparently, the information inside could put serious pressure on Skier.", - "67499d2c69a58fceba104a43 Name": "Lightkeeper's case", - "67499d2c69a58fceba104a43 ShortName": "Case", - "67499d2c69a58fceba104a43 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", + "67499d0eeca8acb2d2061639 Name": "Lettre incriminante", + "67499d0eeca8acb2d2061639 ShortName": "Lettre", + "67499d0eeca8acb2d2061639 Description": "Une lettre du chauffeur du BTR. Apparemment, les informations qu'elle contient pourraient mettre un sérieux coup de pression à Skier.", + "67499d2c69a58fceba104a43 Name": "Caisse de Lightkeeper", + "67499d2c69a58fceba104a43 ShortName": "Caisse", + "67499d2c69a58fceba104a43 Description": "De par le bruit qu'elle fait, la caisse est remplie de quelque chose de lourd, comme des obus OFZ ou autre.", "67499d4deca8acb2d206163b Name": "Brouilleur de drone KOSA", "67499d4deca8acb2d206163b ShortName": "KOSA", "67499d4deca8acb2d206163b Description": "L'appareil est conçu pour brouiller les systèmes de guidage des drones. Il aide à protéger de manière fiable toute installation contre les attaques aériennes.", - "6749c40822a2740bb408d066 Name": "PP-19-01 9x19 F5 MFG 50-round drum magazine", + "6749c40822a2740bb408d066 Name": "Chargeur tambour F5 MFG 9 x 19 mm 50 coups pour PP-19-01", "6749c40822a2740bb408d066 ShortName": "PP19 F5", - "6749c40822a2740bb408d066 Description": "A PP-19-01 Vityaz 9x19 drum magazine with a 50-round capacity. Manufactured by F5 MFG.", - "674d5e287075e056160e0176 Name": "Velociraptor polymer handguard", - "674d5e287075e056160e0176 ShortName": "Vel HG", - "674d5e287075e056160e0176 Description": "A polymer handguard for the Velociraptor assault rifle. A modified version of the Tapco AK handguard based on the Galil AR handguard, designed to be installed over the suppressor shroud, preventing possible injury to the shooter's hands during firing.", - "674d6121c09f69dfb201a888 Name": "Aklys Defense Velociraptor .300 Blackout assault rifle", + "6749c40822a2740bb408d066 Description": "Un chargeur tambour pour le calibre 9 x 19 mm d'une capacité de 50 coups pour le pistolet-mitrailleur PP-19-01 Vityaz. Produit par F5 MFG.", + "674d5e287075e056160e0176 Name": "Garde-main polymère pour Velociraptor", + "674d5e287075e056160e0176 ShortName": "GM Vel", + "674d5e287075e056160e0176 Description": "Un garde-main en polymère pour le fusil d'assaut Velociraptor. Une version modifiée du garde-main Tapco pour AK basée sur le modèle du Galil AR, conçu pour être installé par-dessus le cache du réducteur de son, afin de prévenir d'éventuelles blessures aux mains du tireur lors du tir.", + "674d6121c09f69dfb201a888 Name": "Fusil d'assaut Aklys Defense Velociraptor .300 AAC Blackout", "674d6121c09f69dfb201a888 ShortName": "Velociraptor .300 BLK", - "674d6121c09f69dfb201a888 Description": "A special modification based on the AK assault rifle chambered in .300 Blackout caliber, manufactured by Aklys Defense. It replaces the standard barrel assembly with a modified integrally suppressed barrel, which allowed to achieve a significantly reduced sound signature.", + "674d6121c09f69dfb201a888 Description": "Une modification spéciale basée sur un système AK chambré en calibre .300 AAC Blackout, produit par Aklys Defense. Elle remplace l'ensemble canon d'origine par un canon modifié intégrant un réducteur de son, ce qui permet de réduire significativement la signature sonore.", "674d90b55704568fe60bc8f5 Name": "Akula push dagger", "674d90b55704568fe60bc8f5 ShortName": "Akula", "674d90b55704568fe60bc8f5 Description": "As dangerous as the fish it's named after.", - "674d91ce6e862d5a95059ed6 Name": "6B13 M assault armor (Christmas Edition)", - "674d91ce6e862d5a95059ed6 ShortName": "6B13 CE", - "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", - "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", + "674d91ce6e862d5a95059ed6 Name": "Gilet d'assaut pare-balles 6B13 M (édition de Noël)", + "674d91ce6e862d5a95059ed6 ShortName": "6B13 EN", + "674d91ce6e862d5a95059ed6 Description": "Pour célébrer Noël et le Nouvel An, Killa a redessiné son gilet pare-balles. Le gilet est désormais plus voyant, mais Killa n'a jamais été du genre à privilégier une approche discrète.", + "674da107c512807d1a0e7436 Name": "Sac à dos Mystery Ranch Terraplane (Olive Drab)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached antlers, this backpack used to belong to a hunter.", - "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe backpack (Christmas Edition)", - "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", - "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", + "674da107c512807d1a0e7436 Description": "Un sac à dos confortable et spacieux pour son volume, qui est resté populaire même en temps de guerre. À en juger par les cornes attachées, ce sac à dos appartenait autrefois à un chasseur.", + "674da9cf0cb4bcde7103c07b Name": "Sac à dos Mystery Ranch Terraplane (édition de Noël)", + "674da9cf0cb4bcde7103c07b ShortName": "Terraframe EN", + "674da9cf0cb4bcde7103c07b Description": "Quelqu'un a décoré le modèle standard Terraframe pour Noël. Le poids n'a pas beaucoup changé, mais partir en raid est devenu, d'une certaine manière... plus joyeux ?", "674dbf593bee1152d407f005 Name": "Dogtag (Prestige 1)", "674dbf593bee1152d407f005 ShortName": "Dogtag", "674dbf593bee1152d407f005 Description": "A special dogtag with rubber sides, serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the high status of the PMC operator.", @@ -13865,19 +13865,19 @@ "674fe8f6f34d761ab8020cc8 Name": "SOK-12 12ga MD Arms 20-round drum magazine", "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", "674fe8f6f34d761ab8020cc8 Description": "The MD Arms 20-shell drum magazine for SOK-12 and compatible weapons, intended for use with 12/76 or 12/70 shells.", - "674fe9a75e51f1c47c04ec23 Name": "Saiga-12K 12ga automatic shotgun", - "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K FA", - "674fe9a75e51f1c47c04ec23 Description": "A modification of the Saiga-12K smoothbore shotgun, enabling fully automatic fire. Hell of a beast.", + "674fe9a75e51f1c47c04ec23 Name": "Fusil automatique Saiga-12K calibre 12/76", + "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K Auto", + "674fe9a75e51f1c47c04ec23 Description": "Une modification du fusil Saiga-12K, lui permettant de tirer en automatique. Une machine d'enfer !", "675069c97348af9e3e0c2a96 Name": "bear_upper_SpNa", "675069c97348af9e3e0c2a96 ShortName": "", "675069c97348af9e3e0c2a96 Description": "", "67506a0bf31909748c0dcdb6 Name": "BEAR Nord", "67506a0bf31909748c0dcdb6 ShortName": "", - "67506a0bf31909748c0dcdb6 Description": "Tactical jacket", + "67506a0bf31909748c0dcdb6 Description": "Bomber jacket", "67506abae23c30f949061906 Name": "", "67506abae23c30f949061906 ShortName": "", "67506abae23c30f949061906 Description": "", - "67506ca81f18589016006aa6 Name": "PNV-57E night vision goggles", + "67506ca81f18589016006aa6 Name": "Jumelles de vision nocturne PNV-57E", "67506ca81f18589016006aa6 ShortName": "PNV-57E", "67506ca81f18589016006aa6 Description": "Despite the fact that this model was manufactured in the 80s, the Soviet quality is still evident. The picture might not be as good as gen 2 or gen 3 night vision, but it's definitely worth its price.", "67506f51caaa3394b2082166 Name": "bear_lower_spna", @@ -13885,7 +13885,7 @@ "67506f51caaa3394b2082166 Description": "", "67506fe494cadd62770abbe6 Name": "BEAR Nord", "67506fe494cadd62770abbe6 ShortName": "", - "67506fe494cadd62770abbe6 Description": "Field pants", + "67506fe494cadd62770abbe6 Description": "Pantalon de terrain", "6750704650f7ea9dc604afc6 Name": "", "6750704650f7ea9dc604afc6 ShortName": "", "6750704650f7ea9dc604afc6 Description": "", @@ -13894,13 +13894,13 @@ "6750707dc1b42fa2ee09aeb6 Description": "", "675070a550f7ea9dc604afc7 Name": "USEC Deadly Frog", "675070a550f7ea9dc604afc7 ShortName": "", - "675070a550f7ea9dc604afc7 Description": "Tactical pants", + "675070a550f7ea9dc604afc7 Description": "Pantalon tactique", "675071099170ae7dd00d4216 Name": "", "675071099170ae7dd00d4216 ShortName": "", "675071099170ae7dd00d4216 Description": "", "6750713a65b30e16220465d6 Name": "USEC Deadly Frog", "6750713a65b30e16220465d6 ShortName": "", - "6750713a65b30e16220465d6 Description": "Jacket", + "6750713a65b30e16220465d6 Description": "Tactical jacket", "675184a9490b32072c06f1a7 Name": "OK", "675184a9490b32072c06f1a7 ShortName": "OK", "675184a9490b32072c06f1a7 Description": "Now you can show the other PMCs that you're okay.", @@ -13982,11 +13982,11 @@ "675467c924c9a7ccb509d62f Name": "Quiet Luxury", "675467c924c9a7ccb509d62f ShortName": "Quiet Luxury", "675467c924c9a7ccb509d62f Description": "The luxury of silence. And marble.", - "675467d8b784110b2702fe11 Name": "Red paint", - "675467d8b784110b2702fe11 ShortName": "Red paint", + "675467d8b784110b2702fe11 Name": "Peinture rouge", + "675467d8b784110b2702fe11 ShortName": "Peinture rouge", "675467d8b784110b2702fe11 Description": "For Red mains. If anyone manages to sneak into your Hideout, the blood on the walls won't be as noticeable.", - "675467e643b934b1a7089ad3 Name": "Factory walls", - "675467e643b934b1a7089ad3 ShortName": "Factory walls", + "675467e643b934b1a7089ad3 Name": "Murs d'usine", + "675467e643b934b1a7089ad3 ShortName": "Murs d'usine", "675467e643b934b1a7089ad3 Description": "Who would actually think of decorating their Hideout in the style of an industrial factory? An ex-worker, obviously. Or someone with unusual tastes.", "675467f4c6e063d76309c60d Name": "Modest wallpaper", "675467f4c6e063d76309c60d ShortName": "Modest wallpaper", @@ -14023,10 +14023,10 @@ "675696574737376d69020746 Description": "", "675696bb7a69ab97c30a09f6 Name": "BEAR Instructor", "675696bb7a69ab97c30a09f6 ShortName": "", - "675696bb7a69ab97c30a09f6 Description": "Tactical jacket", + "675696bb7a69ab97c30a09f6 Description": "Polo", "675697337a69ab97c30a09f8 Name": "BEAR Instructor", "675697337a69ab97c30a09f8 ShortName": "", - "675697337a69ab97c30a09f8 Description": "Tactical pants", + "675697337a69ab97c30a09f8 Description": "Combat pants", "675697b09fe31e6df7031b26 Name": "USEC BOSS Delta", "675697b09fe31e6df7031b26 ShortName": "", "675697b09fe31e6df7031b26 Description": "", @@ -14038,10 +14038,10 @@ "675698339fe31e6df7031b28 Description": "", "675698eafb0f45813a055a36 Name": "USEC Special Ops", "675698eafb0f45813a055a36 ShortName": "", - "675698eafb0f45813a055a36 Description": "Combat shirt", + "675698eafb0f45813a055a36 Description": "Longsleeve", "6756997970afee6336051976 Name": "USEC Special Ops", "6756997970afee6336051976 ShortName": "", - "6756997970afee6336051976 Description": "Tactical pants", + "6756997970afee6336051976 Description": "Combat pants", "6756d0d27c4045d8c708a4ea Name": "", "6756d0d27c4045d8c708a4ea ShortName": "", "6756d0d27c4045d8c708a4ea Description": "", @@ -14057,8 +14057,8 @@ "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", "675844580ec1f5ab030c8ff6 Description": "A floor exclusively for walking barefoot. However, it looks like real grass only from a distance.", - "675844bdf94a97cbbe096f1a Name": "Standard walls", - "675844bdf94a97cbbe096f1a ShortName": "Standard walls", + "675844bdf94a97cbbe096f1a Name": "Murs standards", + "675844bdf94a97cbbe096f1a ShortName": "Murs standards", "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", "675844d50ec1f5ab030c8ff8 Name": "Tranquility", "675844d50ec1f5ab030c8ff8 ShortName": "Tranquility", @@ -14105,30 +14105,30 @@ "67585d6ab032beb9b5097e96 Name": "Duck target", "67585d6ab032beb9b5097e96 ShortName": "Duck target", "67585d6ab032beb9b5097e96 Description": "A target that brings some variety to shooting practice.", - "67586af7036d7f3da60c3612 Name": "Jar of pickles", - "67586af7036d7f3da60c3612 ShortName": "Pickles", - "67586af7036d7f3da60c3612 Description": "The jar has been sealed either a few months or a few years ago. There's hardly anyone left in the city who would waste time making fresh pickles.", - "67586b7e49c2fa592e0d8ed9 Name": "Olivier salad box", - "67586b7e49c2fa592e0d8ed9 ShortName": "Salad", - "67586b7e49c2fa592e0d8ed9 Description": "Even during a military conflict, experienced warriors strive to celebrate the holiday. Olivier salad is the mainstay of the New Year's Eve table.", - "67586bee39b1b82b0d0f9d06 Name": "Special 40-degree fuel", - "67586bee39b1b82b0d0f9d06 ShortName": "Fuel", - "67586bee39b1b82b0d0f9d06 Description": "Even gasoline can fail in extreme cold. That is why you have to use something stronger outdoors.", - "67586c61a0c49554ed0bb4a8 Name": "SHYSHKA Christmas tree life extender", + "67586af7036d7f3da60c3612 Name": "Pot de cornichons", + "67586af7036d7f3da60c3612 ShortName": "Cornichons", + "67586af7036d7f3da60c3612 Description": "Le pot a été scellé il y a quelques mois ou quelques années. Il est peu probable qu'il reste quelqu'un en ville qui perde du temps à faire des cornichons frais.", + "67586b7e49c2fa592e0d8ed9 Name": "Boite de salade Olivier", + "67586b7e49c2fa592e0d8ed9 ShortName": "Salade", + "67586b7e49c2fa592e0d8ed9 Description": "Même en période de conflit militaire, les guerriers expérimentés s'efforcent de célébrer les fêtes. La salade Olivier est l'élément incontournable du réveillon du Nouvel An.", + "67586bee39b1b82b0d0f9d06 Name": "Carburant grand froid", + "67586bee39b1b82b0d0f9d06 ShortName": "Carburant", + "67586bee39b1b82b0d0f9d06 Description": "Même l'essence peut échouer par grand froid. C'est pourquoi il faut utiliser quelque chose de plus fort à l'extérieur.", + "67586c61a0c49554ed0bb4a8 Name": "Prolongateur de vie de sapin de Noël SHYSHKA", "67586c61a0c49554ed0bb4a8 ShortName": "SHYSHKA", - "67586c61a0c49554ed0bb4a8 Description": "A special product designed for preserving the cut Christmas trees.", - "675956062f6ddfe8ff0e2806 Name": "MTEK FLUX Ballistic helmet (MultiCam Alpine)", + "67586c61a0c49554ed0bb4a8 Description": "Un produit spécial conçu pour préserver les sapins de Noël coupés.", + "675956062f6ddfe8ff0e2806 Name": "Casque balistique MTEK FLUX (MultiCam Alpine)", "675956062f6ddfe8ff0e2806 ShortName": "FLUX", - "675956062f6ddfe8ff0e2806 Description": "A version of the MTEK STRIKE helmet with extended modularity. MultiCam Alpine version.", - "6759655674aa5e0825040d62 Name": "MTEK FLUX Ballistic helmet (Olive Drab)", + "675956062f6ddfe8ff0e2806 Description": "Une version du casque MTEK STRIKE avec une modularité accrue. Modèle MultiCam Alpine.", + "6759655674aa5e0825040d62 Name": "Casque balistique MTEK FLUX (Olive Drab)", "6759655674aa5e0825040d62 ShortName": "FLUX", - "6759655674aa5e0825040d62 Description": "A version of the MTEK STRIKE helmet with extended modularity. Olive Drab version.", - "67597ceea35600b4c10cea86 Name": "MTEK STRIKE Ballistic helmet (Coyote)", + "6759655674aa5e0825040d62 Description": "Une version du casque MTEK STRIKE avec une modularité accrue. Modèle Olive Drab.", + "67597ceea35600b4c10cea86 Name": "Casque balistique MTEK STRIKE (Coyote)", "67597ceea35600b4c10cea86 ShortName": "STRIKE", - "67597ceea35600b4c10cea86 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote version.", - "67597d241d5a44f2f605df06 Name": "MTEK STRIKE Ballistic helmet (Coyote/MultiCam Arid)", + "67597ceea35600b4c10cea86 Description": "Un casque ergonomique léger fabriqué par MTEK. Modèle Coyote.", + "67597d241d5a44f2f605df06 Name": "Casque balistique MTEK STRIKE (Coyote/MultiCam Arid)", "67597d241d5a44f2f605df06 ShortName": "STRIKE", - "67597d241d5a44f2f605df06 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote/MultiCam Arid version.", + "67597d241d5a44f2f605df06 Description": "Un casque ergonomique léger fabriqué par MTEK. Modèle Coyote/MultiCam Arid.", "675994c9f7adb892bd080766 Name": "bear_lower_spna", "675994c9f7adb892bd080766 ShortName": "", "675994c9f7adb892bd080766 Description": "", @@ -14140,136 +14140,136 @@ "67599889a378f89a3e089b5a Description": "Tactical pants", "675998aba378f89a3e089b5c Name": "BEAR Winter", "675998aba378f89a3e089b5c ShortName": "", - "675998aba378f89a3e089b5c Description": "Tactical jacket", - "6759af0f9c8a538dd70bfae6 Name": "Maska-1SCh bulletproof helmet (Christmas Edition)", - "6759af0f9c8a538dd70bfae6 ShortName": "Maska-1SCh CE", - "6759af0f9c8a538dd70bfae6 Description": "The Maska-1 bulletproof protective helmet appeared in service in 1991 as a replacement for the \"Sphere\" helmet, designed for use by the Ministry of Internal Affairs of the Russian Federation armed forces. The Maska-1SCh (\"Mask-1 Shield\") modification features a bulletproof steel faceshield to ensure maximum protection of the user's face. Looks like Killa loves to celebrate Christmas and New Year.", - "6759bb94b8913ff13e049669 Name": "What You Seek poster", + "675998aba378f89a3e089b5c Description": "Veste tactique", + "6759af0f9c8a538dd70bfae6 Name": "Casque pare-balles Maska-1Sch (édition de Noël)", + "6759af0f9c8a538dd70bfae6 ShortName": "Maska-1SCh EN", + "6759af0f9c8a538dd70bfae6 Description": "Le casque de protection pare-balles Maska-1 est apparu en service en 1991 en remplacement du casque \"Sphere\", conçu pour être utilisé par le ministère de l'Intérieur des forces armées de la Fédération de Russie. La modification du Maska-1SCh (\"Mask-1 Shield\") comprend une visière pare-balles en acier pour assurer une protection maximale du visage de l'utilisateur. Il semblerait que Killa adore célébrer Noël et le Nouvel An.", + "6759bb94b8913ff13e049669 Name": "Poster What You Seek", "6759bb94b8913ff13e049669 ShortName": "Poster", - "6759bb94b8913ff13e049669 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "6759e07e4ff23436160d7fed Name": "I Bear Loot poster", + "6759bb94b8913ff13e049669 Description": "Un poster What You Seek rare. Seuls les opérateurs de l'USEC les plus hardcore peuvent l'obtenir.", + "6759e07e4ff23436160d7fed Name": "Poster I Bear Loot", "6759e07e4ff23436160d7fed ShortName": "Poster", - "6759e07e4ff23436160d7fed Description": "A rare I Bear Loot poster. Very few BEAR operators can get one of these.", - "6759e19a8367ee2b0c0f4b92 Name": "Girl poster", + "6759e07e4ff23436160d7fed Description": "Un poster I Bear Loot rare. Très peu d'opérateurs du BEAR peuvent mettre la main dessus.", + "6759e19a8367ee2b0c0f4b92 Name": "Poster d'une fille №1", "6759e19a8367ee2b0c0f4b92 ShortName": "Poster", - "6759e19a8367ee2b0c0f4b92 Description": "A simple poster of a girl. Perfect for a rest area.", - "6759e61067c8eb5cd10352f1 Name": "Girl poster", + "6759e19a8367ee2b0c0f4b92 Description": "Un simple poster d'une fille. Parfait pour le coin repos.", + "6759e61067c8eb5cd10352f1 Name": "Poster d'une fille №2", "6759e61067c8eb5cd10352f1 ShortName": "Poster", - "6759e61067c8eb5cd10352f1 Description": "A simple poster of a girl. A little weathered in some spots, but still pleasing to the eye.", - "6759e6c39422e1708e0e9b81 Name": "Girl poster", + "6759e61067c8eb5cd10352f1 Description": "Un simple poster d'une fille. Un peu abimé à certains endroits, mais toujours plaisant à regarder.", + "6759e6c39422e1708e0e9b81 Name": "Poster d'une fille №3", "6759e6c39422e1708e0e9b81 ShortName": "Poster", - "6759e6c39422e1708e0e9b81 Description": "A simple poster of a girl. So simple that every man in Tarkov had probably seen it at least once.", - "6759e7a44ff23436160d7ff5 Name": "Girl poster", + "6759e6c39422e1708e0e9b81 Description": "Un simple poster d'une fille. Tellement simple que tous les hommes de Tarkov l'ont déjà probablement vu une fois.", + "6759e7a44ff23436160d7ff5 Name": "Poster d'une fille №4", "6759e7a44ff23436160d7ff5 ShortName": "Poster", - "6759e7a44ff23436160d7ff5 Description": "A simple poster of a girl. Not perfect condition, but it's doubtful you could find a better one.", - "6759e8b1c3102563bd01c985 Name": "Girl poster", + "6759e7a44ff23436160d7ff5 Description": "Un simple poster d'une fille. Pas en parfait état, mais il est peu probable d'en trouver un en meilleure condition.", + "6759e8b1c3102563bd01c985 Name": "Poster d'une fille №5", "6759e8b1c3102563bd01c985 ShortName": "Poster", - "6759e8b1c3102563bd01c985 Description": "A rare poster of a girl. It is said that someone pawned five gold teeth for one of these. Who they used to belong to is not stated.", - "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", + "6759e8b1c3102563bd01c985 Description": "Un rare poster d'une fille. On raconte que quelqu'un a mis en gage cinq dents en or pour en obtenir un. À qui elles appartenaient à l'origine, nul ne le sait.", + "6759e91d8367ee2b0c0f4b94 Name": "Poster spécial d'une fille", "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", - "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", - "675a0288c3102563bd01c9c3 Name": "Arena poster", + "6759e91d8367ee2b0c0f4b94 Description": "Un poster qui est véritablement devenu légendaire. Seuls quelques privilégiés en possèdent un.", + "675a0288c3102563bd01c9c3 Name": "Poster de l'Arène №1", "675a0288c3102563bd01c9c3 ShortName": "Poster", - "675a0288c3102563bd01c9c3 Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", - "675a046b8f547d6cae01922e Name": "Bison vs Undertaker poster", + "675a0288c3102563bd01c9c3 Description": "Une publicité flagrante pour gagner de l'argent dans l'Arène. De nombreux habitants de Tarkov ont été tentés par l'argent facile, malgré le risque de mort.", + "675a046b8f547d6cae01922e Name": "Poster Bison vs Undertaker", "675a046b8f547d6cae01922e ShortName": "Poster", - "675a046b8f547d6cae01922e Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", - "675a04c01474133a0d0bb212 Name": "Arena poster", + "675a046b8f547d6cae01922e Description": "Un poster de l'Arène représentant les gladiateurs légendaires de l'époque. Tellement de scavs sont venus les voir combattre qu'il n'y avait même plus de places dans les gradins. Aujourd'hui, plus personne ne se souvient du vainqueur.", + "675a04c01474133a0d0bb212 Name": "Poster de l'Arène №2", "675a04c01474133a0d0bb212 ShortName": "Poster", - "675a04c01474133a0d0bb212 Description": "A poster advertising making money in the Arena. Sure, you can make money, but you can also die.", - "675a04fdb8913ff13e0496bb Name": "Killa and Tagilla poster", + "675a04c01474133a0d0bb212 Description": "Un poster faisant la promotion de l'argent facile dans l'Arène. Certes, on peut en gagner... mais aussi y laisser sa peau.", + "675a04fdb8913ff13e0496bb Name": "Poster Killa et Tagilla", "675a04fdb8913ff13e0496bb ShortName": "Poster", - "675a04fdb8913ff13e0496bb Description": "A poster with Killa and Tagila as anime girls. If only they were real.", - "675a06b84ff23436160d802f Name": "Alex Green poster", + "675a04fdb8913ff13e0496bb Description": "Un poster représentant Killa et Tagilla en filles d'anime. Si seulement elles étaient réelles.", + "675a06b84ff23436160d802f Name": "Poster Alex Green", "675a06b84ff23436160d802f ShortName": "Poster", - "675a06b84ff23436160d802f Description": "A poster of the avant-garde composer Alex Green. His music is multifaceted and unique, so much so that the world's leading media wrote about him. People used to pay huge sums of money to visit his concerts.", - "675a081c1474133a0d0bb214 Name": "Things Sure Are Strange poster", + "675a06b84ff23436160d802f Description": "Un poster du compositeur d'avant-garde Alex Green. Sa musique est riche et unique, au point que les plus grands médias du monde en ont parlé. À une époque, les gens payaient des sommes exorbitantes pour assister à ses concerts.", + "675a081c1474133a0d0bb214 Name": "Poster Les trucs sont clairement étranges", "675a081c1474133a0d0bb214 ShortName": "Poster", - "675a081c1474133a0d0bb214 Description": "A rare poster of the movie which was never released. Director N. Tankovsky said in an interview that the story would be about a young security guard who began to notice mystical strange things going on in Tarkov.", - "675a0a91af26c56ee1090728 Name": "TerraGroup Labs advertisement", + "675a081c1474133a0d0bb214 Description": "Un poster rare du film qui n’est jamais sorti. Le réalisateur N. Tankovsky a déclaré dans une interview que l’histoire porterait sur un jeune agent de sécurité qui commençait à remarquer des événements mystiques et étranges se déroulant à Tarkov.", + "675a0a91af26c56ee1090728 Name": "Publicité TerraGroup Labs", "675a0a91af26c56ee1090728 ShortName": "Poster", - "675a0a91af26c56ee1090728 Description": "At one point, the whole Tarkov was flooded with advertisements like this. But for some reason this particular poster is subtly different.", - "675a0b8d4ff23436160d8031 Name": "Geneburn concert advertisement", + "675a0a91af26c56ee1090728 Description": "À une époque, tout Tarkov était inondé de publicités comme celle-ci. Mais pour une raison étrange, ce poster en particulier est légèrement différent.", + "675a0b8d4ff23436160d8031 Name": "Publicité d'un concert de Geneburn", "675a0b8d4ff23436160d8031 ShortName": "Poster", "675a0b8d4ff23436160d8031 Description": "A rare poster. The concert was held overseas. Why were these posters put up all over Tarkov? No one knows to this day, but conspiracy theories are rampant.", - "675a0d2d57dd12f0260c4a31 Name": "Exodus poster", + "675a0d2d57dd12f0260c4a31 Name": "Poster Exodus", "675a0d2d57dd12f0260c4a31 ShortName": "Poster", "675a0d2d57dd12f0260c4a31 Description": "A regular poster of yet another movie from the director A. Bambetov.", - "675a0eacf905bde03d0f8253 Name": "Den of Wolves poster", + "675a0eacf905bde03d0f8253 Name": "Poster Den of Wolves", "675a0eacf905bde03d0f8253 ShortName": "Poster", "675a0eacf905bde03d0f8253 Description": "A regular poster for the unreleased movie Den of Wolves. Nothing special, just a wolf.", - "675a0fbbb98bf391510bafcd Name": "Highway poster", + "675a0fbbb98bf391510bafcd Name": "Poster Autoroute", "675a0fbbb98bf391510bafcd ShortName": "Poster", "675a0fbbb98bf391510bafcd Description": "An unknown artist tried to envision what a highway will look like in 2028. What is it: a flight of fancy or a subtle warning?", - "675a125caf26c56ee109072a Name": "Hell or Highwater poster", + "675a125caf26c56ee109072a Name": "Poster Hell or Highwater", "675a125caf26c56ee109072a ShortName": "Poster", "675a125caf26c56ee109072a Description": "A poster for the movie Hell or Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", - "675a191f67c8eb5cd1035305 Name": "Gunfight poster", + "675a191f67c8eb5cd1035305 Name": "Poster Fusillade", "675a191f67c8eb5cd1035305 ShortName": "Poster", "675a191f67c8eb5cd1035305 Description": "A poster for the action thriller Gunfight from the studio Battle Star. Years ago, cinemas used to have massive waiting lines for movie. Now all that's left are the posters. It's a nice reminder of the old days.", - "675a1a244ff23436160d8033 Name": "Last Flight poster", + "675a1a244ff23436160d8033 Name": "Poster Dernier vol", "675a1a244ff23436160d8033 ShortName": "Poster", "675a1a244ff23436160d8033 Description": "The thriller Last Flight did not win any awards, but the box office collected a decent amount of cash. The director of the movie, Yulin Kontorsky, must have been overjoyed.", - "675a1af21474133a0d0bb216 Name": "Spooky Movie poster", + "675a1af21474133a0d0bb216 Name": "Poster de film d'épouvante", "675a1af21474133a0d0bb216 ShortName": "Poster", "675a1af21474133a0d0bb216 Description": "The studio Bubble Step did a pretty good job on their debut horror film Spooky Movie. Too bad they didn't have enough imagination for the title.", - "675a1c129422e1708e0e9baa Name": "Vasily poster", + "675a1c129422e1708e0e9baa Name": "Poster Vasily", "675a1c129422e1708e0e9baa ShortName": "Poster", "675a1c129422e1708e0e9baa Description": "The movie Vasily from the legendary director Nikita Bayanov. It held the box office lead for 28 weeks, owing in no small part to its deep and unusual plot.", - "675a1e502eac6c76e104ea1e Name": "RUN poster", + "675a1e502eac6c76e104ea1e Name": "Poster RUN", "675a1e502eac6c76e104ea1e ShortName": "Poster", "675a1e502eac6c76e104ea1e Description": "The poster is not wordy, but straightforward. It'll look great at the front door. Or the exit door?", - "675a1f5c1474133a0d0bb218 Name": "Sharpshooter poster", + "675a1f5c1474133a0d0bb218 Name": "Poster Sharpshooter", "675a1f5c1474133a0d0bb218 ShortName": "Poster", "675a1f5c1474133a0d0bb218 Description": "The movie Sharpshooter never came out. A real shame. The poster's kinda stylish.", - "675a202b6aaafea7210915fd Name": "The Ambush poster", + "675a202b6aaafea7210915fd Name": "Poster The Ambush", "675a202b6aaafea7210915fd ShortName": "Poster", "675a202b6aaafea7210915fd Description": "A poster of the movie The Ambush. Although, in the end, the audience didn't see anything other than posters.", - "675a20c83fb2de89670113b4 Name": "The Hunted poster", + "675a20c83fb2de89670113b4 Name": "Poster The Hunted", "675a20c83fb2de89670113b4 ShortName": "Poster", "675a20c83fb2de89670113b4 Description": "A poster for the unreleased movie The Hunted. Something about this style reminds of... A sequel to another unreleased project?", - "675a213ff905bde03d0f8255 Name": "USEC poster", + "675a213ff905bde03d0f8255 Name": "Poster USEC", "675a213ff905bde03d0f8255 ShortName": "Poster", "675a213ff905bde03d0f8255 Description": "A poster of the unreleased movie USEC. It seems that this is how they wanted to fill the ranks of PMC operatives.", "675a99c17b193086ca09e8a9 Name": "Sports target", "675a99c17b193086ca09e8a9 ShortName": "Sports target", "675a99c17b193086ca09e8a9 Description": "Just an ordinary target, nothing special.", - "675aaa003107dac10006332f Name": "Minefield map (Reserve)", + "675aaa003107dac10006332f Name": "Carte du champ de mines (base militaire)", "675aaa003107dac10006332f ShortName": "Mines", - "675aaa003107dac10006332f Description": "Someone had sketched a hand-drawn diagram of the perimeter of the Federal Reserve military base in its northwestern part. According to the notes, there is a gap in the minefield that could be used for a safe exfil.", - "675aaa8f7f3c962069072b27 Name": "Minefield map (Lighthouse)", + "675aaa003107dac10006332f Description": "Quelqu'un a esquissé à la main un plan du périmètre de la base militaire de la Réserve fédérale dans sa partie nord-ouest. Selon les notes, il y a une brèche dans le champ de mines qui pourrait être utilisée pour une exfiltration en toute sécurité.", + "675aaa8f7f3c962069072b27 Name": "Carte des champs de mines (phare)", "675aaa8f7f3c962069072b27 ShortName": "Mines", - "675aaa8f7f3c962069072b27 Description": "Someone was preparing to assault the water treatment plant and had marked out the optimal routes to bypass the minefields. One of the routes goes toward the bay. Looks like there's a safe exfil route from the coast.", - "675aaa9a3107dac100063331 Name": "Minefield map (Woods)", + "675aaa8f7f3c962069072b27 Description": "Quelqu'un se préparait à attaquer la station d'épuration et avait tracé les itinéraires optimaux pour contourner les champs de mines. L'un des itinéraires mène vers la baie. On dirait qu'il y a une route d'exfiltration sécurisée depuis la côte.", + "675aaa9a3107dac100063331 Name": "Carte du champ de mines (bois)", "675aaa9a3107dac100063331 ShortName": "Mines", - "675aaa9a3107dac100063331 Description": "Someone has hand-drawn a diagram of the minefield next to the railroad in the nature reserve area. Apparently, you can safely exfil from Priozersk near the railroad bridge.", - "675aaab74bca0b001d02f356 Name": "Note with code word Voron", + "675aaa9a3107dac100063331 Description": "Quelqu'un a dessiné à la main un plan du champ de mines près de la voie ferrée dans la zone de la réserve naturelle. Apparemment, il est possible de s'exfiltrer en toute sécurité depuis Priozersk près du pont ferroviaire.", + "675aaab74bca0b001d02f356 Name": "Note avec le nom de code Voron", "675aaab74bca0b001d02f356 ShortName": "Code", - "675aaab74bca0b001d02f356 Description": "It seems that \"Voron\" is some kind of cipher or code. If someone has manipulated the exfils from Customs, they must have left access only for their own. The question is, where are these exits?", - "675aaae1dcf102478202c537 Name": "Note with code word Onyx", + "675aaab74bca0b001d02f356 Description": "Il semble que \"Voron\" (Ворон) soit une sorte de chiffre ou de code. Si quelqu'un a manipulé les exfiltrations depuis les Douanes, ils ont probablement laissé l'accès uniquement pour les leurs. La question est donc : où se trouvent ces sorties ?", + "675aaae1dcf102478202c537 Name": "Note avec le nom de code Onyx", "675aaae1dcf102478202c537 ShortName": "Code", - "675aaae1dcf102478202c537 Description": "“Onyx”. If it's not a random scribble, then it's some kind of code. Perhaps one of the Scavs has found a new exfil route out of the city, but only allows access to their own. In a densely built environment, a reliable escape route must be underground.", - "675aaae75a3ab8372d0b02a7 Name": "Note with code word Adaptation", + "675aaae1dcf102478202c537 Description": "« Onyx » (Оникс). Si ce n'est pas un gribouillage aléatoire, il s'agit probablement d'un code. Peut-être qu'un des scavs a trouvé un nouveau point d'exfiltration hors de la ville, mais n'en permet l'accès qu'à ses semblables. Dans un environnement densément construit, une route d'évasion fiable doit être souterraine.", + "675aaae75a3ab8372d0b02a7 Name": "Note avec le nom de code Adaptation", "675aaae75a3ab8372d0b02a7 ShortName": "Code", - "675aaae75a3ab8372d0b02a7 Description": "There's only one word on the note: “Adaptation”. Looks like a code word. If someone found a new exfil route out of the TerraGroup HQ area, they must have placed their men nearby to keep anyone from the outside from getting to the new exit. In that case, the code would help distinguish friend from foe.", - "675aaaf674a7619a5304c233 Name": "Note with code word Ark", + "675aaae75a3ab8372d0b02a7 Description": "Il n'y a qu'un seul mot sur la note : « Adaptation » (Адаптация). On dirait un mot de passe. Si quelqu'un a trouvé un nouveau point d'exfiltration près du quartier général de TerraGroup, il doit avoir placé ses hommes à proximité pour empêcher toute personne extérieure d'atteindre la nouvelle sortie. Dans ce cas, le code permettrait de distinguer les alliés des ennemis.", + "675aaaf674a7619a5304c233 Name": "Note avec le nom de code Arche", "675aaaf674a7619a5304c233 ShortName": "Code", - "675aaaf674a7619a5304c233 Description": "The word “Ark” hardly needs to be taken literally. It's more like a code word. There are quite a few locked doors under the Polikhim Factory, leading deeper into the catacombs. Perhaps someone will open the door for you if you know the code word.", - "675aab0d6b6addc02a08f097 Name": "Note with code word Heartbeat", + "675aaaf674a7619a5304c233 Description": "Le mot « Arche » (Ковчег) ne doit probablement pas être pris littéralement. C'est plutôt un mot de passe. Il y a pas mal de portes verrouillées sous l'usine Polikhim, menant plus profondément dans les catacombes. Peut-être que quelqu'un vous ouvrira la porte si vous connaissez le mot de passe.", + "675aab0d6b6addc02a08f097 Name": "Note avec le nom de code Pulsation", "675aab0d6b6addc02a08f097 ShortName": "Code", - "675aab0d6b6addc02a08f097 Description": "Someone wrote the word “Heartbeat” on a torn piece of paper. Sounds like one of Sanitar's weird pranks. Or perhaps a code word? If his men have their own exfil routes off Shoreline, they must be using a system of key phrases or signals. Maybe this note will make you look like one of their own.", - "675aadf3003bb2e826030996 Name": "Elf hat", - "675aadf3003bb2e826030996 ShortName": "Elf", - "675aadf3003bb2e826030996 Description": "Usually these hats ring loudly with each head movement. Looks like someone got all the bells out of it beforehand.", - "675aae1c26dc64e17800fee6 Name": "Hat with horns", - "675aae1c26dc64e17800fee6 ShortName": "Horns", - "675aae1c26dc64e17800fee6 Description": "A Christmas hat with horns. It won't protect you from gunshots, but it can distract your opponent for a split second. Sometimes that's all that matters.", + "675aab0d6b6addc02a08f097 Description": "Quelqu'un a écrit le mot « Pulsation » (Пульс) sur un morceau de papier déchiré. On dirait l'une des blagues étranges de Sanitar. Ou peut-être un mot de passe ? Si ses hommes ont leurs propres routes d'exfiltration sur le littoral, ils doivent utiliser un système de mots-clés ou de signaux. Peut-être que ce mot vous fera passer pour l'un des leurs.", + "675aadf3003bb2e826030996 Name": "Chapeau d'elfe", + "675aadf3003bb2e826030996 ShortName": "Elfe", + "675aadf3003bb2e826030996 Description": "Généralement, ces chapeaux sonnent bruyamment à chaque mouvement de tête. On dirait que quelqu'un en a retiré toutes les cloches au préalable.", + "675aae1c26dc64e17800fee6 Name": "Casquette avec des cornes", + "675aae1c26dc64e17800fee6 ShortName": "Cornes", + "675aae1c26dc64e17800fee6 Description": "Une casquette de Noël avec des cornes. Elle ne vous protégera pas des balles, mais elle peut distraire votre adversaire pendant une fraction de seconde. Parfois, c'est tout ce qui compte.", "675ac3957908e416a20861e6 Name": "Sariev", "675ac3957908e416a20861e6 ShortName": "Sariev", "675ac3957908e416a20861e6 Description": "Sariev", - "675ac888803644528007b3f6 Name": "Balaclava (White)", - "675ac888803644528007b3f6 ShortName": "Balaclava", - "675ac888803644528007b3f6 Description": "In normal conditions, this balaclava would be too visible. But in winter it becomes essential, especially in rough terrain.", + "675ac888803644528007b3f6 Name": "Cagoule (blanche)", + "675ac888803644528007b3f6 ShortName": "Cagoule", + "675ac888803644528007b3f6 Description": "Dans des conditions normales, cette cagoule serait trop visible. Mais en hiver, elle devient essentielle, surtout dans des zones à risque.", "675dc9d37ae1a8792107ca96 Name": "Dogtag BEAR", "675dc9d37ae1a8792107ca96 ShortName": "BEAR", "675dc9d37ae1a8792107ca96 Description": "A special army dogtag with rubber sides serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the PMC operative's status.", @@ -14279,24 +14279,24 @@ "675dcfea7ae1a8792107ca99 Name": "Dogtag (Prestige 2)", "675dcfea7ae1a8792107ca99 ShortName": "Dogtag", "675dcfea7ae1a8792107ca99 Description": "A special stainless steel dogtag, serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", - "675ea3d6312c0a5c4e04e317 Name": "RSP-30 reactive signal cartridge (Firework)", - "675ea3d6312c0a5c4e04e317 ShortName": "Firework", - "675ea3d6312c0a5c4e04e317 Description": "RSP-30 is a reactive signal cartridge for commanding and maintaining squad interaction. Multi-star rocket cartridges are used as flares.", - "675ea4891b2579e8fe0250aa Name": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa ShortName": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa Description": "Signal flare (New Year)", - "675f7acc4076a741a3061566 Name": "TerraGroup shipment report", + "675ea3d6312c0a5c4e04e317 Name": "Fusée de détresse à main RSP-30 (feux d'artifice)", + "675ea3d6312c0a5c4e04e317 ShortName": "Feux d'artifice", + "675ea3d6312c0a5c4e04e317 Description": "La RSP-30 est une fusée de signalisation ayant pour but de contrôler les unités et de maintenir leur interaction.", + "675ea4891b2579e8fe0250aa Name": "Fusée éclairante (Nouvel An)", + "675ea4891b2579e8fe0250aa ShortName": "Fusée éclairante (Nouvel An)", + "675ea4891b2579e8fe0250aa Description": "Fusée éclairante (Nouvel An)", + "675f7acc4076a741a3061566 Name": "Rapports d'expédition TerraGroup", "675f7acc4076a741a3061566 ShortName": "Documents", - "675f7acc4076a741a3061566 Description": "A stack of documents with data on TerraGroup shipments. Contains reports on completed and planned shipments.", + "675f7acc4076a741a3061566 Description": "Un tas de documents contenant les données des expéditions de TerraGroup. Il contient des rapports sur les expéditions réalisées et planifiées.", "675f7b168d28a25ec7007dbb Name": "Delivery crew report", "675f7b168d28a25ec7007dbb ShortName": "Report", "675f7b168d28a25ec7007dbb Description": "It looks like this journal was used by the entire loading crew to mark all the loads that had already been completed. How could the foreman make any sense of this handwriting?", - "675f7f224076a741a3061568 Name": "Skier's wallet", - "675f7f224076a741a3061568 ShortName": "Wallet", - "675f7f224076a741a3061568 Description": "It's hard to believe this wallet is anything special to Skier. It's just an old, shabby wallet. How has it not disintegrated yet?", - "675f80d4fe1b59cf490d3527 Name": "Box with upgraded tools", - "675f80d4fe1b59cf490d3527 ShortName": "Upgraded tools", - "675f80d4fe1b59cf490d3527 Description": "The box is sealed, but judging by the sounds inside, it contains the tools Mechanic was looking for.", + "675f7f224076a741a3061568 Name": "Portefeuille de Skier", + "675f7f224076a741a3061568 ShortName": "Portefeuille", + "675f7f224076a741a3061568 Description": "Il est difficile de croire que ce portefeuille soit quoi que ce soit de spécial pour Skier. C'est juste un vieux portefeuille usé. Comment a-t-il bien pu ne pas se désintégrer ?", + "675f80d4fe1b59cf490d3527 Name": "Mallette d'outils améliorés", + "675f80d4fe1b59cf490d3527 ShortName": "Outils améliorés", + "675f80d4fe1b59cf490d3527 Description": "La mallette est verrouillée, mais, à en juger par le bruit qu'elle fait, elle contient les outils que le mécano recherche.", "675fd6897a57e0b2a00e3405 Name": "USEC BOSS Delta", "675fd6897a57e0b2a00e3405 ShortName": "", "675fd6897a57e0b2a00e3405 Description": "", @@ -14305,40 +14305,40 @@ "675fd6b2f26b0db5f0060eb6 Description": "", "675fd6dc7a57e0b2a00e340a Name": "USEC Winter", "675fd6dc7a57e0b2a00e340a ShortName": "", - "675fd6dc7a57e0b2a00e340a Description": "Tactical jacket", + "675fd6dc7a57e0b2a00e340a Description": "Veste tactique", "675fd71c1c153e52f1050fd6 Name": "USEC Winter", "675fd71c1c153e52f1050fd6 ShortName": "", - "675fd71c1c153e52f1050fd6 Description": "Tactical pants", - "675fe8abbc3deae49a0b947f Name": "Standard lighting", + "675fd71c1c153e52f1050fd6 Description": "Gilets tactiques", + "675fe8abbc3deae49a0b947f Name": "Éclairage standard", "675fe8abbc3deae49a0b947f ShortName": "Standard lighting", "675fe8abbc3deae49a0b947f Description": "Standard lighting", "675ff2a7e3ee8ffb7e042465 Name": "usec_upper_commando", "675ff2a7e3ee8ffb7e042465 ShortName": "", "675ff2a7e3ee8ffb7e042465 Description": "", - "676008db84e242067d0dc4c9 Name": "Secure container Kappa (Desecrated)", + "676008db84e242067d0dc4c9 Name": "Conteneur sécurisé Kappa (profané)", "676008db84e242067d0dc4c9 ShortName": "Kappa", - "676008db84e242067d0dc4c9 Description": "A secret TerraGroup invention that has fallen into the hands of the cultists.", - "67600929bd0a0549d70993f6 Name": "Ballistic plate case", - "67600929bd0a0549d70993f6 ShortName": "Plates", - "67600929bd0a0549d70993f6 Description": "A spacious case for storing ballistic plates.", - "676009ddb623f3b8ba079419 Name": ".50 AE Copper Solid ammo pack (20 pcs)", + "676008db84e242067d0dc4c9 Description": "Une invention secrète de TerraGroup qui est tombée dans les mains des cultistes.", + "67600929bd0a0549d70993f6 Name": "Caisse à plaques balistiques", + "67600929bd0a0549d70993f6 ShortName": "Plaques", + "67600929bd0a0549d70993f6 Description": "Une caisse spacieuse pour le stockage de plaques balistiques.", + "676009ddb623f3b8ba079419 Name": "Boite de munitions .50 AE Copper Solid (20 cartouches)", "676009ddb623f3b8ba079419 ShortName": "Copper", - "676009ddb623f3b8ba079419 Description": "A pack of .50 AE Copper Solid ammo, 20 rounds.", - "676009ed8f1fee08740f9479 Name": ".50 AE FMJ ammo pack (20 pcs)", + "676009ddb623f3b8ba079419 Description": "Une boite de 20 cartouches de .50 AE Copper Solid.", + "676009ed8f1fee08740f9479 Name": "Boite de munitions .50 AE FMJ (20 cartouches)", "676009ed8f1fee08740f9479 ShortName": "FMJ", - "676009ed8f1fee08740f9479 Description": "A pack of .50 AE FMJ ammo, 20 rounds.", - "676009fe8f1fee08740f947c Name": ".50 AE JHP ammo pack (20 pcs)", + "676009ed8f1fee08740f9479 Description": "Une boite de 20 cartouches de .50 AE FMJ.", + "676009fe8f1fee08740f947c Name": "Boite de munitions .50 AE JHP (20 cartouches)", "676009fe8f1fee08740f947c ShortName": "JHP", - "676009fe8f1fee08740f947c Description": "A pack of .50 AE JHP ammo, 20 rounds.", - "67600a0e84e242067d0dc4cd Name": ".50 AE Hawk JSP ammo pack (20 pcs)", + "676009fe8f1fee08740f947c Description": "Une boite de 20 cartouches de .50 AE JHP.", + "67600a0e84e242067d0dc4cd Name": "Boite de munitions .50 AE Hawk JSP (20 cartouches)", "67600a0e84e242067d0dc4cd ShortName": "JSP", - "67600a0e84e242067d0dc4cd Description": "A pack of .50 AE Hawk JSP ammo, 20 rounds.", - "67600a42b32eb5d23e0eb459 Name": "6.8x51mm SIG FMJ ammo pack (20 pcs)", + "67600a0e84e242067d0dc4cd Description": "Une boite de 20 cartouches de .50 AE Hawk JSP.", + "67600a42b32eb5d23e0eb459 Name": "Boite de munitions 6,8 x 51 mm SIG FMJ (20 cartouches)", "67600a42b32eb5d23e0eb459 ShortName": "FMJ", - "67600a42b32eb5d23e0eb459 Description": "A box of 6.8x51mm SIG FMJ cartridges, 20 pieces.", - "67600a516f01341c9106ab4c Name": "Boite de munitions 7,62 x 51 mm BCP FMJ (20 cartouches)", - "67600a516f01341c9106ab4c ShortName": "BCP FMJ", - "67600a516f01341c9106ab4c Description": "Une boite contenant 20 cartouches de 7,62 x 51 mm BCP FMJ.", + "67600a42b32eb5d23e0eb459 Description": "Une boite de 20 cartouches de 6,8 x 51 mm SIG FMJ.", + "67600a516f01341c9106ab4c Name": "Boite de munitions 6,8 x 51 mm SIG Hybrid (20 cartouches)", + "67600a516f01341c9106ab4c ShortName": "Hybrid", + "67600a516f01341c9106ab4c Description": "Une boite de 20 cartouches de 6,8 x 51 mm SIG Hybrid.", "67600aa8e9db590d5601665f Name": "Briefing", "67600aa8e9db590d5601665f ShortName": "Briefing", "67600aa8e9db590d5601665f Description": "Briefing", @@ -14348,54 +14348,54 @@ "676017fe8cfeeba9f707c8d6 Name": "SOK-12 Kiba Arms Zombie Custom dust cover ", "676017fe8cfeeba9f707c8d6 ShortName": "SOK-12 ZC", "676017fe8cfeeba9f707c8d6 Description": "A receiver dust cover for the SOK-12 shotgun, modernized by Kiba Arms.", - "676029a6bdead929d40bc368 Name": "Rooster mask", - "676029a6bdead929d40bc368 ShortName": "Rooster", - "676029a6bdead929d40bc368 Description": "A children's mask stylized as a rooster. In the realities of Tarkov, it probably looks intimidating. Or not. As if there weren't enough mercs with cringy plastic skull masks already.", - "676029ca2749de558a0b7e67 Name": "Cipollino mask", + "676029a6bdead929d40bc368 Name": "Masque de coq", + "676029a6bdead929d40bc368 ShortName": "Coq", + "676029a6bdead929d40bc368 Description": "Un masque pour enfant stylisé en coq. Dans les réalités de Tarkov, il semble probablement intimidant. Ou pas. Comme s'il n'y avait pas déjà assez de mercenaires avec des masques de crâne en plastique bien cringe.", + "676029ca2749de558a0b7e67 Name": "Masque de Cipollino", "676029ca2749de558a0b7e67 ShortName": "Cipollino", - "676029ca2749de558a0b7e67 Description": "It looks like this mask was taken from a warehouse with props for a play based on a G. Rodari story.", - "676029e22749de558a0b7e69 Name": "Aybolit mask", + "676029ca2749de558a0b7e67 Description": "On dirait que ce masque a été pris dans un entrepôt de décors pour une pièce basée sur une histoire de G. Rodari.", + "676029e22749de558a0b7e69 Name": "Masque d'Aybolit", "676029e22749de558a0b7e69 ShortName": "Aybolit", - "676029e22749de558a0b7e69 Description": "A mask depicting one of the best doctors of all time.", - "676029f997f19b78f00a0197 Name": "Fox mask", - "676029f997f19b78f00a0197 ShortName": "Fox", - "676029f997f19b78f00a0197 Description": "These kinds of masks are often seen at kids' parties. But this one also fits an adult.", - "67602a0f97f19b78f00a0199 Name": "Grinch mask", + "676029e22749de558a0b7e69 Description": "Un masque représentant l'un des meilleurs médecins de tous les temps.", + "676029f997f19b78f00a0197 Name": "Masque de renard", + "676029f997f19b78f00a0197 ShortName": "Renard", + "676029f997f19b78f00a0197 Description": "Ce genre de masque est souvent vu lors des fêtes d'enfants. Mais celui-ci convient aussi à un adulte.", + "67602a0f97f19b78f00a0199 Name": "Marque du Grinch", "67602a0f97f19b78f00a0199 ShortName": "Grinch", - "67602a0f97f19b78f00a0199 Description": "A mask of someone who hates Christmas.", - "67602a23c8e72a73250de737 Name": "Hare mask", - "67602a23c8e72a73250de737 ShortName": "Hare", - "67602a23c8e72a73250de737 Description": "A common hare mask. It is unclear just who and why made a copy of this mask to fit an adult.", - "67602a39c8e72a73250de739 Name": "Astronomer mask", - "67602a39c8e72a73250de739 ShortName": "Astronomer", - "67602a39c8e72a73250de739 Description": "A stargazer mask with a cap worn by astronomers from children's fairy tales.", - "67603ea391ec8cab9406faa4 Name": "Snowman", - "67603ea391ec8cab9406faa4 ShortName": "Snowman", - "67603ea391ec8cab9406faa4 Description": "Festive T-shirt", - "67604a890aa8253ebe05fd06 Name": "Fist Fighter", - "67604a890aa8253ebe05fd06 ShortName": "Fist Fighter", - "67604a890aa8253ebe05fd06 Description": "Fist Fighter", + "67602a0f97f19b78f00a0199 Description": "Un masque de quelqu'un qui déteste Noël.", + "67602a23c8e72a73250de737 Name": "Masque de lièvre", + "67602a23c8e72a73250de737 ShortName": "Lièvre", + "67602a23c8e72a73250de737 Description": "Un masque de lièvre classqie. On ne sait pas qui et pourquoi quelqu'un a fabriqué une copie de ce masque pour un adulte.", + "67602a39c8e72a73250de739 Name": "Masque d'astronaume", + "67602a39c8e72a73250de739 ShortName": "Astronaume", + "67602a39c8e72a73250de739 Description": "Un masque de ciel étoilé avec un chapeau porté par les astronomes des contes pour enfants.", + "67603ea391ec8cab9406faa4 Name": "Bonhomme de neige", + "67603ea391ec8cab9406faa4 ShortName": "Bonhomme de neige", + "67603ea391ec8cab9406faa4 Description": "Tee-shirt festif", + "67604a890aa8253ebe05fd06 Name": "Combattant", + "67604a890aa8253ebe05fd06 ShortName": "Combattant", + "67604a890aa8253ebe05fd06 Description": "Combattant", "67604a9a8491fd0a830f3576 Name": "Cowboy", "67604a9a8491fd0a830f3576 ShortName": "Cowboy", "67604a9a8491fd0a830f3576 Description": "Cowboy", - "67604aa550dfa9253901a546 Name": "Sharpshooter", - "67604aa550dfa9253901a546 ShortName": "Sharpshooter", - "67604aa550dfa9253901a546 Description": "Sharpshooter", - "67604ab20aa8253ebe05fd08 Name": "Well What Is It", - "67604ab20aa8253ebe05fd08 ShortName": "Well What Is It", - "67604ab20aa8253ebe05fd08 Description": "Well What Is It", - "67604abb8491fd0a830f3578 Name": "Slav Squat", - "67604abb8491fd0a830f3578 ShortName": "Slav Squat", - "67604abb8491fd0a830f3578 Description": "Only the mannequin is allowed to take the heels off the ground.", + "67604aa550dfa9253901a546 Name": "Tireur", + "67604aa550dfa9253901a546 ShortName": "Tireur", + "67604aa550dfa9253901a546 Description": "Tireur", + "67604ab20aa8253ebe05fd08 Name": "Qu'est ce qu'il y a", + "67604ab20aa8253ebe05fd08 ShortName": "Qu'est ce qu'il y a", + "67604ab20aa8253ebe05fd08 Description": "Qu'est ce qu'il y a", + "67604abb8491fd0a830f3578 Name": "Squat slav", + "67604abb8491fd0a830f3578 ShortName": "Squat slav", + "67604abb8491fd0a830f3578 Description": "Seul le mannequin est autorisé à lever les talons du sol.", "67604ac650dfa9253901a548 Name": "Feel My Gains", "67604ac650dfa9253901a548 ShortName": "Feel My Gains", "67604ac650dfa9253901a548 Description": "Now you'll know exactly how your clothes fit when showing off your muscles.", "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "Crosse rabattable/téléscopique pour MPX/MCX", - "6761496fe2cf1419500357e9 ShortName": "MPX/MCX", - "6761496fe2cf1419500357e9 Description": "A telescopic retractable stock for early issues of MCX/MPX manufactured by SIG Sauer.", + "6761496fe2cf1419500357e9 Name": "SB Tactical MPX Pistol Stabilizing Brace", + "6761496fe2cf1419500357e9 ShortName": "MPX PSB", + "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MPX. Manufactured by SB Tactical.", "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", @@ -14423,21 +14423,21 @@ "67614a3ce2cf1419500357f4 Name": "MPX GEN2 6 inch M-LOK handguard", "67614a3ce2cf1419500357f4 ShortName": "MPX GEN2 6\"", "67614a3ce2cf1419500357f4 Description": "A 6 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614b3ab8c060ebb204b106 Name": "Khorovod armband", + "67614b3ab8c060ebb204b106 Name": "Brassard (Khorovod)", "67614b3ab8c060ebb204b106 ShortName": "Khorovod", - "67614b3ab8c060ebb204b106 Description": "An armband by which the participants of the Khorovod can recognize each other. Without it, you cannot be part of the celebration.", - "67614b542eb91250020f2b86 Name": "Brassard de l'Unheard", - "67614b542eb91250020f2b86 ShortName": "Unheard", - "67614b542eb91250020f2b86 Description": "Un brassard au symbole mystérieux que l'on retrouve dans différentes parties de la ville et de ses environs. Est-ce que ça veut dire qu'ils sont déjà parmi nous ?", - "67614b6b47c71ea3d40256d7 Name": "Brassard de l'Unheard", - "67614b6b47c71ea3d40256d7 ShortName": "Unheard", - "67614b6b47c71ea3d40256d7 Description": "Un brassard au symbole mystérieux que l'on retrouve dans différentes parties de la ville et de ses environs. Est-ce que ça veut dire qu'ils sont déjà parmi nous ?", - "67614e3a6a90e4f10b0b140d Name": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d ShortName": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d Description": "Festive airdrop supply crate", - "676175789dcee773150c6925 Name": "Lunette Nightforce ATACR 7-35 x 56 mm (34 mm)", - "676175789dcee773150c6925 ShortName": "ATACR 7-35 x 56", - "676175789dcee773150c6925 Description": "Lunette NightForce ATACR 7-35 x 56 avec une plage de grossissement élevée et un large champ de vision, elle rend facile l'acquisition et l'engagement des cibles.", + "67614b3ab8c060ebb204b106 Description": "Un brassard grâce auquel les participants du Khorovod peuvent se reconnaître. Sans lui, on ne peut pas faire partie de la célébration.", + "67614b542eb91250020f2b86 Name": "Brassard (prestige 1)", + "67614b542eb91250020f2b86 ShortName": "Prestige 1", + "67614b542eb91250020f2b86 Description": "Ce brassard permettra de démontrer votre statut à Tarkov.", + "67614b6b47c71ea3d40256d7 Name": "Brassard (prestige 2)", + "67614b6b47c71ea3d40256d7 ShortName": "Prestige 2", + "67614b6b47c71ea3d40256d7 Description": "Ce brassard est réservé aux meilleurs des meilleurs.", + "67614e3a6a90e4f10b0b140d Name": "Caisse de largage festive", + "67614e3a6a90e4f10b0b140d ShortName": "Caisse de largage festive", + "67614e3a6a90e4f10b0b140d Description": "Caisse de largage festive", + "676175789dcee773150c6925 Name": "Leupold Mark 5HD 5-25x56mm 35mm riflescope (FDE)", + "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", + "676175789dcee773150c6925 Description": "The Mark 5HD 5-25x56 riflescope is known for being a lighter and more efficient optic than other scopes in its class. Featuring optical glass, full multi-coated lenses and an advanced light management system, the scope offers low-glare, high-contrast imaging. Installed on 35mm ring mounts. Manufactured by Leupold. Flat Dark Earth version.", "6761759e7ee06333f108bf86 Name": "Leupold Mark IMS 35mm ring scope mount", "6761759e7ee06333f108bf86 ShortName": "IMS 35mm", "6761759e7ee06333f108bf86 Description": "A 35mm scope mount for installation on Picatinny rails. Manufactured by Leupold.", @@ -14447,21 +14447,21 @@ "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", "6761763448fa5c377e06fc39 ShortName": "AKMS P", "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", - "6761765f1f08ed5e8800b7a6 Name": "AR-15 5.56x45 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Name": "Chargeur tambour Beta C-Mag 5,56 x 45 mm 100 coups", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", - "6761765f1f08ed5e8800b7a6 Description": "A 100-round double drum magazine for the AR-15 platform weapons. Manufactured by Beta Company.", - "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Description": "Un chargeur tambour pour le calibre 5,56 x 45 mm d'une capacité de 100 coups pour les plateformes AR-15. Produit par Beta Company.", + "676176a162e0497044079f46 Name": "Chargeur tambour Beta C-Mag 9 x 19 mm 100 coups pour UZI", "676176a162e0497044079f46 ShortName": "UZI C-Mag", - "676176a162e0497044079f46 Description": "A 100-round double drum magazine for the UZI submachine gun. The magazine modification is equipped with a transparent plastic cover that allows to check the ammo count. Manufactured by Beta Company.", - "676176b762e0497044079f49 Name": "M9A3 9x19 CX4 30-round magazine", + "676176a162e0497044079f46 Description": "Un chargeur tambour pour pistolet-mitrailleur UZI. Le chargeur est fait de plastique transparent qui permet de vérifier la quantité de munition restante. Produit par Beta Company.", + "676176b762e0497044079f49 Name": "Chargeur CX4 9 x 19 mm 30 coups pour M9A3", "676176b762e0497044079f49 ShortName": "CX4", - "676176b762e0497044079f49 Description": "A 30-round 9x19 magazine for the Beretta M9A3 pistol.", - "676176d362e0497044079f4c Name": "FN SCAR-H X-17 7.62x51 assault rifle", + "676176b762e0497044079f49 Description": "Un chargeur 9 x 19 mm d'une capacité de 30 coups pour le pistolet Beretta M9A3.", + "676176d362e0497044079f4c Name": "Fusil d'assaut FN SCAR-H X-17 7,62 x 51 mm", "676176d362e0497044079f4c ShortName": "X-17", - "676176d362e0497044079f4c Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. The X-17 lower receiver allows the installation of AR-10 magazines. Manufactured by Fabrique Nationale Herstal and X Products.", - "6761770e48fa5c377e06fc3c Name": "Chargeur Lancer L7AWM 7,62 x 51 mm 25 coups pour AR-10", - "6761770e48fa5c377e06fc3c ShortName": "L7AWM", - "6761770e48fa5c377e06fc3c Description": "Un chargeur L7AWM 25 à piles imbriquées d'une capacité de 25 coups pour le calibre 7,62 x 51 mm OTAN. Produit par Lancer Systems.", + "676176d362e0497044079f4c Description": "Le fusil d'assaut FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) chambré en calibre 7,62 x 51 mm OTAN, a été adopté par L'US SOCOM sous le nom de Mk 17. Il comprend une crosse en polymère rabattable et un canon Mil-Spec martelé à froid dont l'âme est chromée. Ses contrôles complètement ambidextres adaptent instantanément le SCAR à n'importe quel utilisateur et à n'importe quelle position de tir. Le rail forgé dans le boitier et les trois rails d'accessoires supplémentaires permettent d'ajouter une grande variété d'optiques, de viseurs électroniques, de lampes tactiques et de dispositifs lasers. Le boitier inférieur X-17 permet l'utilisation des chargeurs AR-10. Produit par la Fabrique Nationale Herstal.", + "6761770e48fa5c377e06fc3c Name": "Chargeur tambour X Products X-25 7,62 x 51 mm 50 coups pour AR-10", + "6761770e48fa5c377e06fc3c ShortName": "X-25", + "6761770e48fa5c377e06fc3c Description": "Un chargeur tambour pour le calibre 7,62 x 51 mm d'une capacité de 50 coups pour les plateformes AR-10. Produit par X Products.", "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", @@ -14474,15 +14474,15 @@ "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", "676177b09cfcc4c25b027446 ShortName": "TS TBC", "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "Tube d'emprunt de gaz pour PP-19-01 \"Vityaz\"", - "676177df1f08ed5e8800b7ae ShortName": "TEG 19-01", - "676177df1f08ed5e8800b7ae Description": "Un tube d'emprunt de gaz standard pour le pistolet-mitrailleur PP-19-01 Vityaz. Le tube d'emprunt de gaz sert de guide au piston.", + "676177df1f08ed5e8800b7ae Name": "Garde-main SAG MK1 avec emprunt de gaz pour PP-19-01 Vityaz", + "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", + "676177df1f08ed5e8800b7ae Description": "Un kit combiné composé d'un garde-main et d'un emprunt de gaz usiné conçu pour améliorer les performances du PP-19-01 Vityaz et de la carabine civile Saiga-9. Le garde-main est équipé d'une interface M-LOK pour l'installation d'équipements supplémentaires, et l'emprunt de gaz possède un rail Picatinny pour y monter des viseurs et des modules tactiques. Fabriqué par Sureshot Armament Group.", "6761a6ccd9bbb27ad703c48a Name": "Old house room key", "6761a6ccd9bbb27ad703c48a ShortName": "Depot", "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", - "6761a6f90575f25e020816a4 Name": "Company director's room key", - "6761a6f90575f25e020816a4 ShortName": "Company", - "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", + "6761a6f90575f25e020816a4 Name": "Clé du bureau du directeur d'entreprise", + "6761a6f90575f25e020816a4 ShortName": "Entreprise", + "6761a6f90575f25e020816a4 Description": "Cette clé a dû être utilisée pour verrouiller l'un des bureaux de l'entreprise situés dans la zone du terminal de douane.", "676307b4d9ec0af3d9001fa8 Name": "Couche de matériaux combinés", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", @@ -14501,39 +14501,39 @@ "6764194e4dec6d46f106f9f6 Name": "Takeda", "6764194e4dec6d46f106f9f6 ShortName": "Takeda", "6764194e4dec6d46f106f9f6 Description": "Takeda", - "67641a851b2899700609901a Name": "Cyclone Shakhin mount", + "67641a851b2899700609901a Name": "Embase pour Cyclone Shakhin", "67641a851b2899700609901a ShortName": "Shakhin", - "67641a851b2899700609901a Description": "A Weaver mount for installing the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", - "67641b461c2eb66ade05dba6 Name": "Cyclone Shakhin 3.7x thermal scope", + "67641a851b2899700609901a Description": "Une embase Weaver pour l'installation de la lunette thermique Shakhin. Produite par Central Research Institute Cyclone.", + "67641b461c2eb66ade05dba6 Name": "Lunette thermique Cyclone Shakhin 3,7x", "67641b461c2eb66ade05dba6 ShortName": "Shakhin", - "67641b461c2eb66ade05dba6 Description": "A 3.7x thermal scope manufactured by Central Research Institute Cyclone.", - "67641bec4ad898aa100c1079 Name": "Cyclone Shakhin scope eyecup", + "67641b461c2eb66ade05dba6 Description": "Une lunette thermique produite par Central Research Institute Cyclone.", + "67641bec4ad898aa100c1079 Name": "Bonnette pour lunette Cyclone Shakhin", "67641bec4ad898aa100c1079 ShortName": "Shakhin", - "67641bec4ad898aa100c1079 Description": "A rubber eyecup for the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", + "67641bec4ad898aa100c1079 Description": "Une bonnette en caoutchouc pour la lunette thermique Shakhin, produite par Central Research Institute Cyclone.", "6764202ae307804338014c1a Name": "Dogtag USEC", "6764202ae307804338014c1a ShortName": "USEC", "6764202ae307804338014c1a Description": "A special stainless steel army dogtag serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", "6764207f2fa5e32733055c4a Name": "Dogtag USEC", "6764207f2fa5e32733055c4a ShortName": "USEC", "6764207f2fa5e32733055c4a Description": "A special army dogtag with rubber sides serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the PMC operative's status.", - "67654a6759116d347b0bfb86 Name": "V40 shrapnel", - "67654a6759116d347b0bfb86 ShortName": "V40 shrapnel", - "67654a6759116d347b0bfb86 Description": "V40 shrapnel", - "676577166d874f6502106a21 Name": "20/70 Flechette ammo pack (25 pcs)", - "676577166d874f6502106a21 ShortName": "Flechette", - "676577166d874f6502106a21 Description": "A box of 20/70 Flechette cartridges, 25 pieces. ", + "67654a6759116d347b0bfb86 Name": "Shrapnel V40", + "67654a6759116d347b0bfb86 ShortName": "Shrapnel V40", + "67654a6759116d347b0bfb86 Description": "Shrapnel V40", + "676577166d874f6502106a21 Name": "Boite de munitions 20/70 fléchettes (25 cartouches)", + "676577166d874f6502106a21 ShortName": "Fléchettes", + "676577166d874f6502106a21 Description": "Une boite contenant 25 cartouches de 20/70 à fléchettes.", "67657764c832f8c59c016d45 Name": "20/70 TSS Armor Piercing Slug ammo pack (25 pcs)", "67657764c832f8c59c016d45 ShortName": "TSS AP", "67657764c832f8c59c016d45 Description": "A box of 20/70 TSS Armor Piercing Slug cartridges, 25 pieces. ", "67657773b83469e4f102dc27 Name": "20/70 Dangerous Game Slug ammo pack (25 pcs)", "67657773b83469e4f102dc27 ShortName": "DGS", "67657773b83469e4f102dc27 Description": "A box of 20/70 Dangerous Game Slug cartridges, 25 pieces. ", - "6768c25aa7b238f14a08d3f6 Name": "7.62x51mm M80A1", + "6768c25aa7b238f14a08d3f6 Name": "7,62 x 51 mm M80A1", "6768c25aa7b238f14a08d3f6 ShortName": "M80A1", - "6768c25aa7b238f14a08d3f6 Description": "A 7.62x51mm NATO M80A1 cartridge with a 124 grain armor-piercing copper jacket bullet with an exposed hardened steel penetrator, in a stainless steel casing. Designed as a replacement for the M80 cartridge to improve the armor penetration and ballistics of the cartridge as part of a program to eliminate the use of lead in small arms ammunition in the U.S. Army.", - "6769b8e3c1a1466c850658a8 Name": "7.62x51mm M80A1 ammo pack (20 pcs)", + "6768c25aa7b238f14a08d3f6 Description": "Une cartouche 7,62 x 51 mm OTAN M80A1 avec une balle perforante de 124 grains à chemise en cuivre, dotée d'une pointe en acier trempé exposée, dans une douille en acier inoxydable. Conçue pour remplacer la cartouche M80 afin d'améliorer la pénétration des blindages et les performances balistiques dans le cadre d'un programme visant à éliminer l'utilisation de plomb dans les munitions légères de l'armée américaine.", + "6769b8e3c1a1466c850658a8 Name": "Boite de munitions 7,62 x 51 mm M80A1 (20 cartouches)", "6769b8e3c1a1466c850658a8 ShortName": "M80A1", - "6769b8e3c1a1466c850658a8 Description": "A box of 7.62x51mm M80A1 cartridges, 20 pieces.", + "6769b8e3c1a1466c850658a8 Description": "Une boite contenant 20 cartouches de 7,62 x 51 mm M80A1.", "676a93c51888885b4e008b18 Name": "Twitch Winter 2025 case (Common)", "676a93c51888885b4e008b18 ShortName": "Twitch 2025", "676a93c51888885b4e008b18 Description": "A case with some common goodies.", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", @@ -14693,30 +14915,69 @@ "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "Veste", - "67adf4a95247ac91530fcec7 ShortName": "Veste", - "67adf4a95247ac91530fcec7 Description": "Veste", - "67adf4b81c58bd68b2002fec Name": "Caisse à munitions en bois", - "67adf4b81c58bd68b2002fec ShortName": "Caisse à munitions en bois", - "67adf4b81c58bd68b2002fec Description": "Caisse à munitions en bois", - "67adf4db515e3dd542077a1d Name": "Caisse militaire", - "67adf4db515e3dd542077a1d ShortName": "Caisse militaire", - "67adf4db515e3dd542077a1d Description": "Caisse militaire", - "67adf4eb110ba15da90c6413 Name": "Caisse à grenades", - "67adf4eb110ba15da90c6413 ShortName": "Caisse à grenades", - "67adf4eb110ba15da90c6413 Description": "Caisse à grenades", - "67adf54d1c58bd68b2002ff0 Name": "Caisse à outils", - "67adf54d1c58bd68b2002ff0 ShortName": "Caisse à outils", - "67adf54d1c58bd68b2002ff0 Description": "Caisse à outils", - "67adf5752fc5ee84020a9940 Name": "Scav mort", - "67adf5752fc5ee84020a9940 ShortName": "Scav mort", - "67adf5752fc5ee84020a9940 Description": "Scav mort", - "67adf5f7adc1f43b0702b826 Name": "Caisse de fournitures techniques", - "67adf5f7adc1f43b0702b826 ShortName": "Caisse de fournitures techniques", - "67adf5f7adc1f43b0702b826 Description": "Caisse de fournitures techniques", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Tactical pants", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Tactical pants", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Tactical pants", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Véhicule vers la base militaire", " Voip/DisabledForOffline": "Le VOIP est indisponible en mode hors-ligne", " kg": " kg", @@ -14794,8 +15064,8 @@ "APC/ConfirmDestroyModified": "Are you sure you want to remove the modified equipment?", "APC/CustomizationTab": "Customization", "APC/EnterName": "Enter name", - "APC/FastAccess": "Quick access", - "APC/Locked": "Locked", + "APC/FastAccess": "Accès rapide", + "APC/Locked": "Verrouillé", "APC/PurchasedStatesAll": "All", "APC/ReadyToUlock": "Déblocable", "APC/Unlocked": "Débloquée", @@ -15185,7 +15455,7 @@ "Arena/Widgets/ally captured point": "Votre équipe a capturé l'objectif", "Arena/Widgets/ally capturing point": "Votre équipe capture l'objectif", "Arena/Widgets/capture point": "Capturez l'objectif", - "Arena/Widgets/capture point hold": "Capture and hold the objectives", + "Arena/Widgets/capture point hold": "Capturez et tenez les objectifs", "Arena/Widgets/contesting point": "Objectif contesté", "Arena/Widgets/deactivate object": "Désactiver le dispositif", "Arena/Widgets/defend object": "Défendre le dispositif", @@ -15202,9 +15472,9 @@ "Arena/Widgets/killed himself": "s'est suicidé", "Arena/Widgets/main time": "Temps principal", "Arena/Widgets/match": "Match", - "Arena/Widgets/match draw": "Match draw", - "Arena/Widgets/match lose": "Match lost", - "Arena/Widgets/match win": "Match won", + "Arena/Widgets/match draw": "Égalité", + "Arena/Widgets/match lose": "Match perdu", + "Arena/Widgets/match win": "Match gagné", "Arena/Widgets/pickup object": "Ramasser le dispositif", "Arena/Widgets/prepare to fight": "Préparez-vous au combat", "Arena/Widgets/ranked": "Mode classé", @@ -15221,12 +15491,12 @@ "Arena/Widgets/{0} team win": "L'équipe {0} a gagné", "Arena/popups/leadership for random player": "Un des joueurs restants sera choisi aléatoirement pour être le nouveau chef de groupe", "Arena/popups/you stay leader": "Vous resterez le chef de groupe", - "Arena/presets/footer/not ready": "NOT READY", + "Arena/presets/footer/not ready": "PAS PRÊT", "Arena/presets/footer/ready": "PRÊT", "ArenaArmoryItemReward/Description": "Unlocks item in Armory", "ArenaArmoryScreen/TutorialButton": "Tutoriel", "ArenaIntoxication": "Poison puissant", - "ArenaMemberCategory/UniqueID": "Ryzhy Edition", + "ArenaMemberCategory/UniqueID": "Édition Ryzhy", "ArenaPostMatchScreen/DailyExpBonus {0}": "Bonus de première victoire quotidien : {0}", "ArenaPresetCustomizationScreen/Delete": "Supprimer la configuration", "ArenaPresetCustomizationScreen/DownloadTo": "Charger comme modèle", @@ -15240,10 +15510,10 @@ "ArenaPresetViewScreen/exp_progress": "Progression de l'EXP des configurations", "ArenaPresetViewScreen/need_unlock": "Déblocage de la configuration nécessaire", "ArenaPresetViewScreen/unlocked": "Conditions remplies", - "ArenaQuestReroll/IsChangeNotAllowed": "Cannot replace this task", - "ArenaQuestReroll/NotHaveMoney": "Not enough money to replace this task", - "ArenaQuestReroll/NotHaveMoneyAndStanding": "Not enough standing and money to replace this task", - "ArenaQuestReroll/NotHaveStanding": "Not enough standing to replace this task", + "ArenaQuestReroll/IsChangeNotAllowed": "Impossible de remplacer cette tâche", + "ArenaQuestReroll/NotHaveMoney": "Pas assez d'argent pour remplacer cette tâche", + "ArenaQuestReroll/NotHaveMoneyAndStanding": "Pas assez de réputation et d'argent pour remplacer cette tâche", + "ArenaQuestReroll/NotHaveStanding": "Pas assez de réputation pour remplacer cette tâche", "ArenaRaidInviteDescription": "{0} vous invite à combattre", "ArenaTraderScreen/QuestTab/AnyGameMode": "Tous modes de jeu", "ArenaTraderScreen/QuestTab/GameModesBlockTitle": "Mode(s) de jeu", @@ -15321,7 +15591,7 @@ "ArmoryCondition/TraderStanding": "Atteignez la réputation avec {0} :", "ArmoryCondition/UnlockedAchievements": "Obtenez le succès :", "ArmoryCondition/UnlockedArenaArmoryItems": "Unlock item in Armory:", - "ArmoryTutor/Complete": "Finish tutorial", + "ArmoryTutor/Complete": "Terminer le tutoriel", "ArmoryTutor/LevelsDescription": "En combattant dans l'arène, vous gagnez des niveaux d'arme.\nChaque niveau débloque des accessoires qui améliorent les statistiques de l'arme.", "ArmoryTutor/LevelsTipDescription": "N'oubliez pas de réclamer les récompenses de niveau d'arme.", "ArmoryTutor/LevelsTitle": "Niveaux d'arme", @@ -15497,7 +15767,7 @@ "CUS_TRANSIT_11_DESC": "Transit vers l'échangeur", "CUS_TRANSIT_42": "TRANSIT04", "CUS_TRANSIT_42_COND": "", - "CUS_TRANSIT_42_DESC": "Transit to Shoreline", + "CUS_TRANSIT_42_DESC": "Transit vers le littoral", "CUS_TRANSIT_9": "TRANSIT03", "CUS_TRANSIT_9_COND": " ", "CUS_TRANSIT_9_DESC": "Transit vers la base militaire", @@ -15581,7 +15851,7 @@ "ClothingPanel/InternalObtain": "Conditions d'achat : ", "ClothingPanel/LoyaltyLevel": "Marchand\nNiveau de loyauté : ", "ClothingPanel/PlayerLevel": "Joueur\nNiveau : ", - "ClothingPanel/RequiredAchievements": "Achievement:", + "ClothingPanel/RequiredAchievements": "Succès : ", "ClothingPanel/RequiredPayment": "Requis\nPaiement : ", "ClothingPanel/RequiredQuest": "Complétée\nQuête :", "ClothingPanel/RequiredSkill": "Requis\nCompétence : ", @@ -15613,8 +15883,8 @@ "Collider Type LeftThigh": "Jambe gauche, cuisse", "Collider Type LeftUpperArm": "Bras gauche, épaule", "Collider Type LowerBack": "Estomac, bas du dos", - "Collider Type NeckBack": "Thorax, cou", - "Collider Type NeckFront": "Thorax, gorge", + "Collider Type NeckBack": "Thorax, Neck", + "Collider Type NeckFront": "Thorax, Throat", "Collider Type ParietalHead": "Tête, dessus de la tête", "Collider Type Pelvis": "Estomac, aine", "Collider Type PelvisBack": "Estomac, fesses", @@ -15637,17 +15907,17 @@ "Colorblind mode:": "Mode daltonien : ", "Colorfulness:": "Vibrance : ", "Combat": "Combat", - "ComeWithMeGesture": "Follow me", + "ComeWithMeGesture": "Suis-moi", "Commission": "Commission", "Common stats": "Statistiques générales", "CommonValue": "Valeur totale des objets dans la réserve", "Compass": "Boussole", "Complete": "COMPLÉTER", - "Conditional/ConditionHasItem/Type": "Obtain items:", - "Conditional/ConditionHideoutArea/Type": "Hideout upgrades:", - "Conditional/ConditionLevel/Type": "Character level", - "Conditional/ConditionQuest/Type": "Tasks:", - "Conditional/ConditionSkill/Type": "Skills:", + "Conditional/ConditionHasItem/Type": "Obtenir les objets : ", + "Conditional/ConditionHideoutArea/Type": "Amélirations de la planque : ", + "Conditional/ConditionLevel/Type": "Niveau du joueur", + "Conditional/ConditionQuest/Type": "Quêtes : ", + "Conditional/ConditionSkill/Type": "Compétence : ", "Connecting to server": "Connexion au serveur...", "Connection to server lost": "Connexion au serveur perdue", "Console": "Console", @@ -15718,20 +15988,20 @@ "CustomPresetsTutor/FireDescription": "Preset firepower bar displays the meta score for your weapon, ammo, and weapon mods.", "CustomPresetsTutor/FireTipDescription": "Don't forget to load ammo to your magazines.", "CustomPresetsTutor/FireTitle": "Meta score bars. Firepower", - "CustomPresetsTutor/MPDescription": "Meta score is a universal performance rating for items in EFT:Arena. \nEach piece of equipment has its own meta score.", - "CustomPresetsTutor/MPTipDescription": "It's best not to skip this tutorial.", - "CustomPresetsTutor/MPTitle": "Meta score", - "CustomPresetsTutor/Skip": "Skip", - "CustomPresetsTutor/TipTitle": "Quick tip!", + "CustomPresetsTutor/MPDescription": "Le score Meta est une mesure universelle du taux de performance des objets dans EFT : Arena.", + "CustomPresetsTutor/MPTipDescription": "Il est préférable de ne pas passer ce tutoriel.", + "CustomPresetsTutor/MPTitle": "Score Meta", + "CustomPresetsTutor/Skip": "Passer", + "CustomPresetsTutor/TipTitle": "Astuce rapide !", "CustomPresetsTutor/WelcomeDescription": "Here you will learn the basic mechanics of creating your own presets \nand how to build the most effective preset for your matches.", "CustomPresetsTutor/WelcomeStart": "Start", "CustomPresetsTutor/WelcomeTitle": "Welcome to Custom Presets", - "Custom_scav_pmc": "Boiler room basement (Co-op)", - "CustomizationDirectReward/Description": "You will unlock this style as a reward", + "Custom_scav_pmc": "Sous-sol de la chaufferie (Co-Op)", + "CustomizationDirectReward/Description": "Vous débloquerez ce style en récompense", "CustomizationNotExists": "Unavailable clothing in one or more presets", "CustomizationOfferReward/Description": "Unlocks tactical clothing offer", "CustomizationReward/Description": "Unlocks tactical clothing", - "Customizations/ObtainHeader": "Obtained:", + "Customizations/ObtainHeader": "Obtenu :", "Customs": "Douanes", "CyberEnvironmentUiType": "/ CyberTark /", "DAILY QUESTS": "Tâches opérationnelles", @@ -15783,14 +16053,14 @@ "DailyQuestName/PickUp": "Trouver et extraire", "DailyQuests": "Tâches opérationnelles", "DamageModifier": "Dégâts subis (sauf tête)", - "DamageType_Artillery": "82mm mortar round", + "DamageType_Artillery": "Obus de mortier de 82 mm", "DamageType_Barbed": "Barbelés", "DamageType_Bloodloss": "Hémorragie", "DamageType_Blunt": "Dégâts contondants", "DamageType_Btr": "Écrassé par le BTR", "DamageType_Bullet": "Blessure par balle", "DamageType_Dehydration": "Déhydratation", - "DamageType_Environment": "Environment object", + "DamageType_Environment": "Objet d'environnement", "DamageType_Exhaustion": "Épuisement", "DamageType_Explosion": "Explosion", "DamageType_Fall": "Chute", @@ -15804,7 +16074,7 @@ "DamageType_Poison": "Poison", "DamageType_RadExposure": "Exposition aux radiations", "DamageType_Sniper": "Tir de sniper", - "DamageType_Stimulator": "Effets secondaires des stimumants", + "DamageType_Stimulator": "Effets secondaires des stimulants", "DamageType_Undefined": "Dégâts précédents", "Day": "Jour", "DeactivateObject": "Désactiver le dispositif", @@ -15862,7 +16132,7 @@ "Deploying in progress": "Déploiement", "Deploying in:": "Déploiement dans\u00A0: ", "Description": "Description", - "Develop_Right": "Activate", + "Develop_Right": "Activer", "Dialog is not selected yet": "Pas de discussion sélectionnée", "Died": "Mort", "Disable": "Désactivé", @@ -15897,7 +16167,7 @@ "DropBackpack": "Jeter le sac à dos", "DropItem": "Lâcher l'objet", "Duck": "S'accroupir", - "Duplicate": "DUPLICATE", + "Duplicate": "DUPLIQUER", "Dur.": "Durée", "Duration": "Durée", "E1": "Ascenseur du bâtiment Stylobate", @@ -15919,10 +16189,10 @@ "EAreaType/CircleOfCultists/Tooltip": "Bonus du cercle des cultistes\n\nLa valeur de chaque objet sacrifié est additionnée. Ce total détermine la valeur des objets reçus en cadeau de la part des cultistes. \n\nSi la valeur d'un seul sacrifice dépasse un certain seuil, il y a une chance de recevoir des objets nécessaires pour les quêtes actives et les modules de la planque à améliorer.\n\nLa valeur des cadeaux est d'autant plus augmentée par les bonus.\n\nLes cultistes ne peuvent pas livrer leur cadeau tant que vous êtes dans la planque.\n\nBonus :\n- Sacrifier une amulette sacrée augmente la valeur du cadeau de {0}%\n- La compétence Gestion de la planque augmente le bonus de l'amulette sacrée", "EAreaType/EquipmentPresetsStand/Tooltip": "Le présentoir peut être équipé avec n'importe quel équipement.\n\nDans le menu des configurations d'équipement, vous pouvez revêtir rapidement l'équipement d'un des mannequins ou l'échanger avec l'équipement actuellement porté par votre opérateur.\n\nLes objets placés dans le conteneur sécurisé et dans les emplacements spéciaux ne sont pas affectés par la mécanique d'équipement rapide et d'échange d'équipement.", "EAreaType/PlaceOfFame/Tooltip": "Bonus des dogtags des opérateurs\n\nDes bonus sont attribués pour les dogtags des opérateurs qui :\n- Sont de la faction opposée à la votre\n- Ne sont pas de votre liste d'amis\n- Ne faisaient pas partie de votre groupe au moment de l'élimination\n\nChaque niveau de dogtag apporte un bonus de {0}%\nLe bonus maximum pour un dogtag est {1}%", - "EArenaClothingSortingType/All": "All", - "EArenaClothingSortingType/PurchaseAvailable": "Available for purchase", - "EArenaClothingSortingType/Purchased": "Purchased", - "EArenaClothingSortingType/Unavailable": "Unavailable", + "EArenaClothingSortingType/All": "Tout", + "EArenaClothingSortingType/PurchaseAvailable": "Disponible à l'achat", + "EArenaClothingSortingType/Purchased": "Acheté", + "EArenaClothingSortingType/Unavailable": "Indisponible", "EArenaPresetClass/Assault": "Assault", "EArenaPresetClass/CQB": "Homme de main", "EArenaPresetClass/Marksman": "Marksman", @@ -15957,7 +16227,7 @@ "EBackendErrorCode/PlayerNotLeader": "Le joueur n'est pas le chef de groupe", "EBackendErrorCode/PlayerProfileNotFound": "Profil du joueur introuvable", "EBackendErrorCode/PlayerTooManyPartyRequests": "Too many group invites. Please try again later.", - "EBackendErrorCode/RaidConfigurationError": "Game mode configuration error", + "EBackendErrorCode/RaidConfigurationError": "Erreur de la configuration du mode de jeu", "EBackendErrorCode/TooManyInviteRequests": "Dépassement de la limite d'invitations envoyées au même joueur. Ressayez dans {0} secondes.", "EBackenderrorcode/groupnotready": "Group is not ready", "EBtrInteractionStatus/Blacklisted": "Vous n'êtes pas autorisé à accéder au BTR !", @@ -15981,7 +16251,7 @@ "ECustomizationItemCategory/Clothing": "Tactical clothing", "ECustomizationItemCategory/DogTag": "Dogtag", "ECustomizationItemCategory/Environment": "Main menu background", - "ECustomizationItemCategory/Gesture": "Gesture", + "ECustomizationItemCategory/Gesture": "Gestes", "ECustomizationItemCategory/Head": "Character appearance", "ECustomizationItemCategory/Hideout": "Hideout customization", "ECustomizationItemCategory/MannequinPose": "Mannequin pose", @@ -16115,7 +16385,7 @@ "ERGONOMICS": "ERGONOMIE", "ERewardType/CustomizationDirect": "Customization", "ERewardType/ExtraDailyQuest": "Task", - "ERewardType/Skill/Description": "Permanently increases {0} ({1})", + "ERewardType/Skill/Description": "Augmente de façon permanente {0} ({1})", "ESSAOMode/ColoredHighestQuality": "Coloré + Ultra", "ESSAOMode/FastPerformance": "Haute performance", "ESSAOMode/FastestPerformance": "Performance max", @@ -16196,8 +16466,8 @@ "EXFIL_water_drain": "Abaissez le niveau d'eau", "EXFIL_water_wait": "Attendez que le niveau d'eau baisse", "EXHAUSTED": "ÉPUISÉ", - "EXIT REQUIREMENT COMPONENT": "Required for exfil activation", - "EXIT REQUIREMENT COMPONENT/Tooltip": "This item is a requirement to activate a special exfil and cannot be taken out of raid.", + "EXIT REQUIREMENT COMPONENT": "Requis pour activer l'extraction", + "EXIT REQUIREMENT COMPONENT/Tooltip": "Cet objet est un prérequis pour activer une extraction secrète et ne peut pas être sorti du raid.", "EXITLOCATED": "SORTIE LOCALISÉE", "EXPLOSION DELAY": "DÉLAI D’EXPLOSION", "EXPLOSION DISTANCE": "RAYON D’EXPLOSION", @@ -16268,7 +16538,7 @@ "Excellent standing": "excellente", "ExceptionItem": "Le marchand ne peut pas réparer cet objet", "Exceptions:": "Exceptions\u00A0: ", - "Exchange": "Exchange", + "Exchange": "Échanger", "Exhaustion": "Fatigue", "Exhibition/BlockedMessage": "Indisponible pour le compte actuel", "Exit": "SORTIE", @@ -16303,7 +16573,7 @@ "FAC_TRANSIT_13_COND": " ", "FAC_TRANSIT_13_DESC": "Transit vers les douanes", "FAC_TRANSIT_14": "TRANSIT03", - "FAC_TRANSIT_14_COND": "TerraGroup Labs access keycard required (1)", + "FAC_TRANSIT_14_COND": "Carte d'accès aux laboratoires Terragroup requise (1)", "FAC_TRANSIT_14_DESC": "Transit vers le labo", "FIND OTHER PLAYERS": "TROUVER D'AUTRES JOUEURS", "FIND PARTS": "TROUVER LES PIECES", @@ -16366,14 +16636,14 @@ "Friend request from {0} declined succesfully!": "La demande d'ami de {0} a été refusée !", "Friend request from {0} declined successfully!": "La demande d’ami de {0} a été refusée\u00A0!", "Friendly scavs": "Scavs amicaux", - "FriendlyGesture": "Greet", + "FriendlyGesture": "Salut", "Friends": "Amis", "Friends invite is already sent": "Vous avez déjà envoyé une demande d'ami.", "Friends list": "Liste d'amis", - "FrostbiteBuff": "Frostbite", + "FrostbiteBuff": "Morsure du froid", "Full": "Plein", "Full Recovery Time": "Temps complet de récupération", - "FullHeal": "FULL TREATMENT", + "FullHeal": "SOIN COMPLET", "Fullscreen mode:": "Mode d'affichage : ", "Func mods": "Accessoires fonctionnels", "Functional mods": "Accessoires fonctionnels", @@ -16400,8 +16670,8 @@ "Game settings": "Paramètres en jeu", "Game world creating...": "Création de la zone de jeu...", "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", - "GameMode/Confirmation/PVE": "Are you sure you want to switch to PvE mode?", - "GameMode/Confirmation/PVP": "Are you sure you want to switch to PvP mode?", + "GameMode/Confirmation/PVE": "Êtes-vous sûr de vouloir passer en mode JcE ?", + "GameMode/Confirmation/PVP": "Êtes-vous sûr de vouloir passer en mode JcJ ?", "Gate 0": "Porte 0", "Gate 2": "Porte 2", "Gate 3": "Porte 3", @@ -16411,17 +16681,17 @@ "Gear parts": "Pièces d'arme", "Generator": "GÉNÉRATEUR", "Generator/Broken": "Repair needed", - "Generator/Disable": "Generator unavailable", - "Generator/FillTheTank": "Refuel", - "Generator/NeedIdle": "Can't perform action while moving", - "Generator/NoRequiredItem": "Required items missing", - "Generator/NonInteractive": "Can't interact", - "Generator/Ready": "Ready for refuel", - "Generator/Repair": "Repair", - "Generator/Running": "Generator is on", + "Generator/Disable": "Générateur indisponible", + "Generator/FillTheTank": "Approvisionner", + "Generator/NeedIdle": "Impossible d'effectuer l'action en se déplaçant", + "Generator/NoRequiredItem": "Objet requis manquant", + "Generator/NonInteractive": "Impossible d'interagir", + "Generator/Ready": "Prêt à l'approvisionnement", + "Generator/Repair": "Réparer", + "Generator/Running": "Générateur en marche", "Get items": "Récupérer", "Get ready": "Préparez-vous", - "GetOffGesture": "Flip off", + "GetOffGesture": "Doigt d'honneur", "GetOut": "Sortir", "Goggles": "Lunettes", "Good standing": "bonne", @@ -16512,23 +16782,23 @@ "Hideout/CircleOfCultists/MaxItemsCount": "Max items: {0}", "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "Les cultistes ne peuvent pas octroyer leur offrande tant que vous êtes dans la planque", "Hideout/Craft/ToolMarkerTooltip": "Cet objet sera utilisé comme un outils auxiliaire. Il reviendra dans votre réserve à la fin de la production.", - "Hideout/Customization/Ceiling/TabName": "Ceiling", - "Hideout/Customization/Ceiling/WindowHeader": "Select the ceiling for installation", - "Hideout/Customization/CellSelected": "SELECTED", - "Hideout/Customization/Floor/TabName": "Floor", - "Hideout/Customization/Floor/WindowHeader": "Select the floor for installation", - "Hideout/Customization/Light/TabName": "Lighting", - "Hideout/Customization/Light/WindowHeader": "Select the lighting for installation", + "Hideout/Customization/Ceiling/TabName": "Plafond", + "Hideout/Customization/Ceiling/WindowHeader": "Sélectionnez le plafond à installer", + "Hideout/Customization/CellSelected": "SELECTIONNÉ", + "Hideout/Customization/Floor/TabName": "Sol", + "Hideout/Customization/Floor/WindowHeader": "Sélectionnez le sol à installer", + "Hideout/Customization/Light/TabName": "Éclairage", + "Hideout/Customization/Light/WindowHeader": "Sélectionnez l'éclairage à installer", "Hideout/Customization/PosterSlot/TabName": "Posters", - "Hideout/Customization/PosterSlot/WindowHeader": "Select the posters for installation", - "Hideout/Customization/ScreenOverlayButtonTitle": "Hideout customization", - "Hideout/Customization/ShootingRangeMark/TabName": "Targets", - "Hideout/Customization/ShootingRangeMark/WindowHeader": "Select the target for installation", + "Hideout/Customization/PosterSlot/WindowHeader": "Sélectionnez les posters à poser", + "Hideout/Customization/ScreenOverlayButtonTitle": "Personnalisation de la planque", + "Hideout/Customization/ShootingRangeMark/TabName": "Cibles", + "Hideout/Customization/ShootingRangeMark/WindowHeader": "Sélectionnez les cibles à installer", "Hideout/Customization/StatuetteSlot/TabName": "Figurines", - "Hideout/Customization/StatuetteSlot/WindowHeader": "Select the trophies for installation", - "Hideout/Customization/Wall/TabName": "Walls", - "Hideout/Customization/Wall/WindowHeader": "Select the wall for installation", - "Hideout/Customization/WindowCaption": "Customization", + "Hideout/Customization/StatuetteSlot/WindowHeader": "Sélectionnez les trophées à exposer", + "Hideout/Customization/Wall/TabName": "Murs", + "Hideout/Customization/Wall/WindowHeader": "Sélectionnez les murs à installer", + "Hideout/Customization/WindowCaption": "Personnalisation", "Hideout/EquipmentPresetsStand/MannequinTab": "MANNEQUIN {0}", "Hideout/Handover window/Caption/All weapons": "Toutes armes", "Hideout/Handover window/Message/Items in stash selected:": "Objets sélectionnés dans la réserve : ", @@ -16566,7 +16836,7 @@ "Hold to Lean": "Maintenir pour se pencher", "Hold to Sprint/hold breath": "Maintenir pour sprinter/Retenir sa respiration", "Hold to Walk": "Maintenir pour marcher", - "HoldGesture": "Hold", + "HoldGesture": "Attends", "Hole Exfill": "Trou dans la clôture", "Holster": "Holster", "Horrible standing": "horrible", @@ -16605,7 +16875,7 @@ "ImmunityPainKiller": "Augmente le temps d'effet des antidouleurs de [{0:0.#%}]", "ImmunityPoisonBuff": "Réduit la force des effets des poisons de [{0:0.#%}]", "ImmunityPoisonChance": "Augmente les chancee d'immunité aux poisons de [({0:0%})]", - "ImpossibleInHideout": "Unavailable at the shooting range", + "ImpossibleInHideout": "Indisponible dans le stand de tir", "In equipment": "DANS L’ÉQUIPEMENT", "InMenu": "Menu", "InRaid": "En raid", @@ -16682,8 +16952,8 @@ "InventoryError/DiscardLimitForContentReached{0}": "{0} contient des objets qui ne peuvent pas êtres transférés", "InventoryError/DiscardLimitForStackReached": "Une partie de la pile ne peut pas être transférée", "InventoryError/DiscardLimitReached{0}": "{0} ne peut pas être transféré", - "InventoryError/InventoryBlocked": "Inventory is blocked", - "InventoryError/ItemHasRestrictions": "Item has restrictions", + "InventoryError/InventoryBlocked": "L'inventaire est bloqué", + "InventoryError/ItemHasRestrictions": "L'objet a des restrictions", "InventoryError/ItemIsBusy": "Impossible d'interagir avec l'objet pendant qu'il est utilisé par un autre joueur.", "InventoryError/NoCompatibleAmmo": "Vous n'avez pas de munitions compatibles", "InventoryError/NoPossibleActions": "Pas d'action disponible", @@ -16830,7 +17100,7 @@ "LOAD": "CHARGER", "LOAD FROM DIRECTORY...": "Charger depuis un dossier...", "LOAD FROM FILE...": "Charger depuis un fichier...", - "LOCATIONKILLLIST": "LOCATION", + "LOCATIONKILLLIST": "ZONE", "LOCKEDDOOR": "PORTE VERROUILLÉE", "LOOT": "FOUILLE", "LOOT FROM SCAVS": "BUTIN DES SCAVS", @@ -16917,7 +17187,7 @@ "LockpickingDescription": "Compétence en crochetage", "LoginExist": "Nom d'utilisateur déjà existant", "Longevity": "Longévité", - "Look": "Attention!", + "Look": "Attention\u00A0!", "LookX negative": "Regarder à gauche", "LookX positive": "Regarder à droite", "LookY negative": "Regarder vers le haut", @@ -17118,7 +17388,7 @@ "ModeChange/Pve": "Zone JcE", "ModeChange/Regular": "Zone JcJ", "ModeChange/Unable": "Mode de jeu zone JcE indisponible", - "ModeChange/Unable/Tooltip": "The Unheard Edition or Edge of Darkness Edition is required to access PvE game mode.", + "ModeChange/Unable/Tooltip": "L'édition Unheard ou Edge of Darkness est nécessaire pour accéder au mode de jeu PvE.", "ModeUnavailable": "Mode indisponible", "Modification/Locked": "Verrouillée", "Modification/ReadyToUnlock": "Déblocable", @@ -17176,9 +17446,9 @@ "NVidia Reflex is on. Turn it off to change this parameter.": "NVIDIA Reflex est activé. Désactivez-le afin de modifier ce paramètre.", "NVidia Reflex settings will be applied after restart.": "Le paramètre NVIDIA Reflex sera appliqué après le redémarrage du jeu.", "NW Exfil": "Extraction chemin de fer", - "NY_FINAL": "EVENT", + "NY_FINAL": "ÉVÈNEMENT", "NY_FINAL_COND": "", - "NY_FINAL_DESC": "Final Generator", + "NY_FINAL_DESC": "Générateur final", "Nakatani_stairs_free_exit": "Escaliers du souterrain Nakatani", "Nape": "Nuque", "NeededSearch": "RECHERCHE ÉCHANGES", @@ -17191,7 +17461,7 @@ "Neutralizer": "Exterminateur", "New quest allowed": "", "NewOwner": "{0} est le nouveau chef de conversation !", - "NewYearEvent": "Christmas Event", + "NewYearEvent": "Évènement de Noël", "Next": "Suivant", "Next LL requirements:": "Conditions prochain NdL :", "Next Loyalty Level:": "Niveau de loyauté suivant\u00A0: ", @@ -17217,7 +17487,7 @@ "NoCompatibleAmmo": "(PAS DE MUNITIONS)", "NoCorrespondingArea": "Module de la planque manquant pour la réparation", "NoFutureUpgrades": "Pas d'autres améliorations", - "NoGesture": "Thumbs down", + "NoGesture": "Pouce en bas", "NoSignal": "PAS DE SIGNAL", "Noise": "Bruit", "NoiseSuppressionLevels/Disabled": "Désactivé", @@ -17226,7 +17496,7 @@ "NoiseSuppressionLevels/Moderate": "Moyenne", "NoiseSuppressionLevels/VeryHigh": "Très élevée", "Non-authentic": "Non-Authentique", - "NonAllTeammates": "Not all group members are ready to transit", + "NonAllTeammates": "Tous les joueurs ne sont pas prêts à débuter le transit", "Not available in alpha": "Non disponible dans la version Beta.", "Not available in raid": "Impossible en raid", "Not enough experience gained. Therefore, you have received the Ran Through exit status.": "Vous n'avez pas réussi à acquérir assez d'expérience. Par conséquent, vous avez reçu le statut de Touriste.", @@ -17288,9 +17558,9 @@ "Object LOD quality:": "Niveau détails objets\u00A0: ", "Objectives": "Objectif(s)", "Observer": "Spectateur", - "ObtainPrestigeScreen/Conformation/SubTitle": "General Info", + "ObtainPrestigeScreen/Conformation/SubTitle": "Info générales", "ObtainPrestigeScreen/Title": "PRESTIGE", - "ObtainPrestigeScreen/Transfer/SubTitle": "Item transfer", + "ObtainPrestigeScreen/Transfer/SubTitle": "Transfert d'objet", "Offer was sold or out of stock": "Offre déjà conclue", "Office Window": "Fenêtre du bureau", "Offline raid description": "Dans ce mode, vous pouvez vous entraîner hors-ligne seul, ou vous immerger dans un raid co-op avec des amis sans le risque de rencontrer d'autres joueurs. Vous pouvez utiliser ce mode pour explorer les zones, tester vos armes et faire d'autres activités avant d'aller en raid contre d'autres vrais joueurs.\nToutes les mécaniques du mode co-op (météo, IA, boss, etc.) sont identiques à celles en ligne.", @@ -17300,7 +17570,7 @@ "OfflineRaid/startasgrouptooltip": "Avec cette option sélectionnée, les joueurs débutent le raid côte à côte", "OfflineRaidScreen/WarningHeader": "Attention\u00A0! Votre progression n’est pas sauvegardée en mode entrainement !", "OfflineRaidScreen/WarningText": "Le mode co-op requiert une édition Edge of Darkness ou l'extension co-op du jeu pour tous les joueurs du groupe.\nLe raid se déroulera sur des serveurs Escape from Tarkov dédiés.", - "OkGesture": "Thumbs up", + "OkGesture": "Pouce en haut", "Old Azs Gate": "Ancienne station-service", "Old Gas Station": "Ancienne station-service", "Old Road Gate": "Portail de la vieille route", @@ -17328,7 +17598,7 @@ "OtherPlayerProfile/PlaceholderItems": "Pas d'objet favori", "OtherPlayerProfile/PlaceholderWeapons": "Pas d'arme favorite", "OtherPlayerProfile/RareAchievements": "Succès rares", - "OtherPlayerProfile/ViewHideout": "VIEW HIDEOUT", + "OtherPlayerProfile/ViewHideout": "VOIR LA PLANQUE", "Out of Stock": "En rupture", "Outskirts": "Périphérie", "Outskirts Water": "Pont scav", @@ -17351,7 +17621,7 @@ "Pain": "Douleur", "Painkiller": "Sous antidouleurs", "PanicEffect": "Terreur", - "PaperGesture": "Paper", + "PaperGesture": "Papier", "Paramedic": "Médecin", "Party is ready. Starting the game...": "Groupe Prêt. Lancement de la partie...", "Penalties": "Pénalités en cas d'échec", @@ -17398,7 +17668,7 @@ "Preparing the game...": "Préparation de la partie...", "PresetBonus": "Bonus de configuration", "PresetFooter/EditPreset": "Edit", - "PresetFooter/ViewPreset": "View", + "PresetFooter/ViewPreset": "Voir", "PresetManager": "Nouvelle configuration", "PresetPenalty": "Pénalité de l'équipement", "Preset_Unlock": "Déverrouiller", @@ -17406,17 +17676,17 @@ "Press Assemble button to build and place it in stash.": "Appuyez sur le bouton \"Assembler\" pour monter l'arme et la placer dans la réserve.", "Press any key...": "Appuyez sur n'importe quelle touche...", "Prestige": "Prestige", - "Prestige/Conformation/Lost": "RESETS", - "Prestige/Conformation/Lost/Arena": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH", - "Prestige/Conformation/Lost/EFT": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH\n• HIDEOUT PROGRESS", - "Prestige/Conformation/Save": "STAYS", + "Prestige/Conformation/Lost": "SERA RÉINITIALISÉ", + "Prestige/Conformation/Lost/Arena": "• RÉPUTATION MARCHAND\n• PROGRESSION DES QUÊTES\n• NIVEAU DU JOUEUR\n• RÉSERVE", + "Prestige/Conformation/Lost/EFT": "• RÉPUTATION MARCHAND\n• PROGRESSION DES QUÊTES\n• NIVEAU DU JOUEUR\n• RÉSERVE\n• PROGRESSION DE LA PLANQUE", + "Prestige/Conformation/Save": "SERA CONSERVÉ", "Prestige/Conformation/Save/Arena{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• ARP RATING\n• ARMORY PROGRESS\n• PROFILE STATISTICS", "Prestige/Conformation/Save/EFT{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• PROFILE STATISTICS\n• PRESTIGE PROGRESS", "Prestige/Conformation/Text": "Upon gaining Prestige, you will start the game from the beginning,\nbut you can keep some of your equipment and skills", "Prestige/Conformation/Title": "Congratulations, you have met all the requirements for the Prestige!", - "Prestige/ItemsTransfer/FitButtonTooltip": "Show allowed items", - "Prestige/ItemsTransfer/FitWindow": "All allowed items", - "Prestige/ItemsTransfer/Header": "Send items to yourself", + "Prestige/ItemsTransfer/FitButtonTooltip": "Montrer les objets autorisés", + "Prestige/ItemsTransfer/FitWindow": "Tous les objets autorisés", + "Prestige/ItemsTransfer/Header": "S'envoyer des objets", "Prestige/Levels/AlreadyClaimed": "ALREADY CLAIMED", "Prestige/Levels/Claim": "CLAIM", "Prestige/Levels/ConditionsListCaption": "UNLOCK CONDITIONS", @@ -17424,8 +17694,8 @@ "Prestige/Levels/NotAvailableInRaid": "NOT AVAILABLE IN RAID", "Prestige/Levels/PreviousNotClaimed": "PREVIOUS LEVEL NOT CLAIMED", "Prestige/Levels/RewardOverviewCaption": "REWARD OVERVIEW", - "Prestige/Levels/RewardsListCaption": "REWARDS FOR OBTAINING PRESTIGE", - "Prestige/Rewards/ModesCaption": "AVAILABLE IN GAME MODES:", + "Prestige/Levels/RewardsListCaption": "RÉCOMPENSE DE PRESTIGE", + "Prestige/Rewards/ModesCaption": "DISPONIBLE DANS LES MODES : ", "Prestige/Rewards/RewardDescription": "DESCRIPTION:", "PrestigeTooltip{0}": "Prestige level: {0}", "Previous": "Précédent", @@ -17589,7 +17859,7 @@ "QuestCondition/SurviveOnLocation/Location": "la zone", "QuestConditionVariable/EBodyPart/head": "tête", "QuestCount/Transfered": "transféré", - "QuestCount/Transferred": "Eliminated:", + "QuestCount/Transferred": "Éliminé : ", "QuestInitialsEquipment": "Équipement initial", "QuestIsNew": "Nouvelle !", "QuestRecieveRequared": "(cliquez sur COMPLÉTER pour recevoir)", @@ -17618,7 +17888,7 @@ "QuestTypeSkill": "Compétence", "QuestTypeStanding": "Réputation", "QuestTypeWeaponAssembly": "Personnalisation d'arme", - "QuestWidget/Objectives": "TASKS", + "QuestWidget/Objectives": "QUÊTES", "QuestsShowCompleted": "Voir complétées", "QuestsShowLocked": "Voir verrouillées", "Queststatusmarkedasfailed": "Quête échouée", @@ -17636,7 +17906,7 @@ "RECEIVE ALL": "TOUT RECEVOIR", "RECOIL": "RECUL", "RECONNECT": "SE RECONNECTER", - "REGIONS": "Regions", + "REGIONS": "Régions", "REGROUP": "REGROUPEMENT", "RELOAD": "RECHARGER", "REMEMBER ACCOUNT": "SE SOUVENIR DE MOI", @@ -17684,10 +17954,10 @@ "RUAF Gate": "Porte RUAF", "RUAF Roadblock": "Barrage RUAF", "RUAF Roadblock_scav": "Barrage RUAF", - "RUNDDANS_CAPTION": "PREPARE FOR KHOROVOD", + "RUNDDANS_CAPTION": "PREPAREZ-VOUS POUR LE KHOROVOD", "RWing Gym Entrance": "Gymnase de l'aile est", "RadioTransmitter/AttributeValues/Blocked": "Bloqué", - "Ragfair/AddOffersTemporaryDisabled{0}": "Access to offer placing will be opened in {0}", + "Ragfair/AddOffersTemporaryDisabled{0}": "L'ajout d'offres sera possible dans {0}", "Ragfair/No selected item": "Aucun objet sélectionné", "Raid lock": "Vous ne pouvez pas modifier cet élément lors d'un raid.", "Raid №{0}": "Raid #{0}", @@ -17738,18 +18008,18 @@ "Reconnection is not available at this moment due to testing purposes": "La reconnexion n’est pas disponible en ce moment en raison de tests", "RedRebel_alp": "Parcours d'escalade", "Refill": "Remplir", - "RegionsNotification/AllRegionsDisabled": "Automatic region selection was enabled due to high ping on selected servers.", - "RegionsNotification/BadConnection": "Failed to find a suitable server by ping in auto-detection mode. Connection issues may occur.", + "RegionsNotification/AllRegionsDisabled": "La sélection automatique de la région a été activée en raison du ping élevé sur les serveurs sélectionnés.", + "RegionsNotification/BadConnection": "Échec de la recherche d'un serveur adapté par ping en mode de détection automatique. Des problèmes de connexion peuvent survenir.", "RegionsNotification/SomeRegionsDisabled": "The following regions have been disabled due to high ping: {0}.", "RegionsTab/BigPing": "You cannot select a region with too high ping.", - "RegionsTab/RegionNotAvailableDueVersion": "This region is unavailable to your game version.", + "RegionsTab/RegionNotAvailableDueVersion": "Cette région est indisponible pour votre version du jeu.", "Registration": "INSCRIPTION", "Registration date": "Date d’inscription", "ReloadWeapon": "Recharger l'arme", "Remove": "Retirer", "RemoveAllBuffs": "Supprime les bienfaits", "RemoveBloodLosses": "Arrête les hémorragies", - "RemoveMagazine": "REMOVE MAG", + "RemoveMagazine": "RETIRER CHARGEUR", "RemoveNegativeEffects": "Supprime les effets négatifs", "RemovePlayer": "Exclure le joueur", "RemovePlayer message": "Êtes-vous sûr de vouloir exclure le joueur ?", @@ -17819,13 +18089,13 @@ "Rmed": "Moyenne", "Road to Customs": "Route vers les douanes", "Rock Passage": "Passage rocheux", - "RockGesture": "Rock", + "RockGesture": "Pierre", "Ruined House Fence": "Clôture maison détruite", "Runddans/LocationDescrition": "To become part of the Khorovod, you need to wear a special armband and stock up on the special festive fuel.\n\nAmong the locals, there will be plenty of those who want to ruin the celebration, so the lit tree will need protection.\n\nThe Khorovod will be complete once all of Prapor's trees are lit.", "Runddans/MarathonDescription": "Switch", "Runddans/MarathonTitle": "KHOROVOD", "Runddans/TarkovDescrition": "Switch", - "Runddans/TarkovTitle": "Standard game mode", + "Runddans/TarkovTitle": "Mode de jeu standard", "SAN_TRANSIT_1": "TRANSIT01", "SAN_TRANSIT_1_COND": " ", "SAN_TRANSIT_1_DESC": "Transit vers les rues de Tarkov", @@ -17917,7 +18187,7 @@ "ScavGroupMaxCountReached": "Nombre maximum de joueurs scav dans le groupe dépassé", "ScavInventoryScreen/ConfirmSellAll {0}{1}": "Tous les objets non transférés seront vendus à Fence pour {0} {1}. Êtes-vous sûr de vouloir finir le transfert et vendre le butin restant ?", "ScavInventoryScreen/SellAll": "TOUT VENDRE", - "ScavRole/ArenaFighterEvent": "Limier", + "ScavRole/ArenaFighterEvent": "Contrebandier", "ScavRole/Boss": "Boss", "ScavRole/ExUsec": "Renégat", "ScavRole/Follower": "Garde", @@ -17936,9 +18206,9 @@ "Scavs arrived with loot": "Les scavs sont arrivés avec un butin", "Scavs has brought you:": "Les scavs vous ont rapporté : ", "Scene loading...": "Chargement du décor...", - "ScissorGesture": "Scissors", - "ScopeZoomIn": "Scope zoom in", - "ScopeZoomOut": "Scope zoom out", + "ScissorGesture": "Ciseaux", + "ScopeZoomIn": "Augmenter le grossissement optique", + "ScopeZoomOut": "Diminuer le grossissement optique", "Screen resolution:": "Résolution de l'écran :", "Screen-space effects:": "Effets de l’espace de l’écran\u00A0:", "ScreenSettings/Display": "Moniteur : ", @@ -18100,8 +18370,8 @@ "Slot8": "Emplacement 8", "Slot9": "Emplacement 9", "Smg Mastering": "Pistolet-mitrailleur", - "Smuggler's Boat": "Bateau du passeur", - "Smugglers_Trail_coop": "Chemin du passeur (Co-op)", + "Smuggler's Boat": "Bateau des contrebandiers", + "Smugglers_Trail_coop": "Chemin des contrebandiers (Co-op)", "Sniper": "Fusil de précision", "Sniper Roadblock": "Barrage sniper", "SniperDescription": "La compétence en maniement des fusils de précision améliore le maniement général, réduit le recul et le temps de rechargement des fusils de précision.", @@ -18172,7 +18442,7 @@ "Stock build": "Configuration d'origine", "Stomach": "ESTOMAC", "StomachBloodloss": "Hémorragie abdominale", - "Stop looking for group": "Stopped looking for group", + "Stop looking for group": "Arrêt de la recherche de groupe", "Strength": "Force", "StrengthBuffAim": "Réduit la consommation d'endurance en visant de [{0:0.#%}]", "StrengthBuffElite": "Le poids des armes équipées sur votre personnage est ignoré (n'inclut pas les armes dans les sacs à dos)", @@ -18203,7 +18473,7 @@ "Subtitles/keeper_buy_09": "[{\"s\":0,\"e\":1,\"t\":\"Ceux-ci sont assez rares.\"}]", "Subtitles/keeper_dialog_option_who_are_you_01": "[{\"s\":0,\"e\":3,\"t\":\"Qui je suis n'est pas du tout important pour le moment.\"},{\"s\":3.1,\"e\":5,\"t\":\"Ce qui compte, c'est qui tu es et pourquoi tu es ici.\"}]", "Subtitles/keeper_dialog_option_who_are_you_02": "[{\"s\":0,\"e\":6,\"t\":\"Je suis Lightkeeper, le gardien du phare. Je vois tout et tout le monde, et tout le monde peut voir ma lumière.\"},{\"s\":6.1,\"e\":12,\"t\":\"Par les temps qui courent, il est critique d'avoir les informations nécessaires.\"},{\"s\":12.1,\"e\":18,\"t\":\"Les informations créent des connexions, les connexions créent des opportunités.\"}]", - "Subtitles/keeper_dialog_option_who_are_you_03": "[{\"s\":0,\"e\":6,\"t\":\"Oui. L'opportunité de changer l'environnement et, par conséquent, la réalité.\"},{\"s\":6.1,\"e\":10,\"t\":\"Dans ce type d'environnement, la nécessité fondamentale pour les êtres humains est la survie.\"},{\"s\":10.1,\"e\":15,\"t\":Je ne veux pas simplement survivre, je veux contrôler la survie.\"}]", + "Subtitles/keeper_dialog_option_who_are_you_03": "[{\"s\":0,\"e\":6,\"t\":\"Oui. L'opportunité de changer l'environnement et, par conséquent, la réalité.\"},{\"s\":6.1,\"e\":10,\"t\":\"Dans ce type d'environnement, la nécessité fondamentale pour les êtres humains est la survie.\"},{\"s\":10.1,\"e\":15,\"t\":\"Je ne veux pas simplement survivre, je veux contrôler la survie.\"}]", "Subtitles/keeper_dialog_option_who_are_you_04": "[{\"s\":0,\"e\":6,\"t\":\"C'est le cas, pour le survivant. Pour quelqu'un qui assure la survie, tout est différent\"},{\"s\":6.1,\"e\":14,\"t\":\"Tous les événements ont un sens, il n'y a pas d'accidents.\"}]", "Subtitles/keeper_dialog_option_who_are_you_05": "[{\"s\":0,\"e\":4,\"t\":\"Mais c'est toi qui me cherchais, n'est-ce pas ? T'es-tu demandé pourquoi ?\"}]", "Subtitles/keeper_dialog_option_who_are_you_06": "[{\"s\":0,\"e\":4,\"t\":\"Être proche de celui pour qui l'effondrement est le début du nouveau.\"},{\"s\":6.1,\"e\":10,\"t\":\"Tu ne veux pas simplement survivre, tu veux avoir le contrôle.\"}]", @@ -18310,12 +18580,12 @@ "Tarkov": "Tarkov", "TarkovStreets": "Rues de Tarkov", "Task": "Quête", - "Taskbar/Unavailable": "Unavailable", + "Taskbar/Unavailable": "Indisponible", "Taskperformance": "Performance d’intervention", "TeamFight": "TeamFight", "TeamFightDescription": "Match en équipe 5 contre 5. L'objectif est d'éliminer l'équipe adverse plus rapidement qu'elle ne peut vous éliminer.", "TeamFightDescriptionShort": "Match à mort en équipe", - "TeamTab": "Teams", + "TeamTab": "Équipes", "Teamkills": "Fratricides", "Terrain quality:": "Qualité du terrain\u00A0: ", "Texture quality settings will be applied after restart.": "Le nouveau paramètre de qualité des textures sera appliqué après redémarrage du jeu.", @@ -18332,7 +18602,7 @@ "The map is available to players from level": "La zone est accessible aux joueurs à partir du niveau {0}", "The map is available to players up to level": "La zone est accessible aux joueurs jusqu'au niveau {0}", "TheUnheardEditionEnvironmentUiType": "The Unheard", - "ThereGesture": "There", + "ThereGesture": "Là", "These items will be lost if you do not survive in the next raid. You can move them to a special stash for quest items.": "Vous pouvez déplacer ces objets dans une réserve spéciale pour les objets de quête. Ils seront perdus si vous ne survivez pas au raid.", "This is already equipped": "Objet déjà équipé", "This item is purchased in quantities of {0} pcs. (Max: {1}) limited for you in one restock": "Vous avez acheté cet article en quantité de {0} pièces.\nLa limite personnelle est de {1} au cours d'un re-stockage", @@ -18360,21 +18630,21 @@ "TimeoutError": "Erreur de délai d’attente", "Times of day": "Heure de la journée", "To spend": "À dépenser", - "ToQuestUpdateRemains": "Time until update", + "ToQuestUpdateRemains": "Temps avant mise à jour", "ToggleBipods": "Déployer le bipied", "ToggleGoggles": "Activer/désactiver l'équipement du casque (JVN, visière)", "ToggleHeadLight": "Activer/Désactiver l'équipement tactique du casque", "ToggleHeadLight:": "", "ToggleInfo": "Activer icônes", "ToggleLauncher": "Basculer sur l'arme sous le canon", - "ToggleLockMode": "Toggle item lock mode", - "TogglePinMode": "Toggle item pin mode", - "ToggleTacticalInteraction": "Tactical device activation mode", - "Toggle_Light": "Toggle", + "ToggleLockMode": "Mode verrouillage d'objets", + "TogglePinMode": "Mode épinglage d'objet", + "ToggleTacticalInteraction": "Mode d'activation de l'équipement tactique", + "Toggle_Light": "Basculer l'interrupteur", "Tooltips/PinLock/LockDescription": "Les objets verrouillés ne peuvent pas être déplacés, utilisés, modifiés, jetés ou remis", "Tooltips/PinLock/PinDescription": "Les objets épinglés resteront à leur place après le tri automatique", - "Tooltips/Priority/PriorityDescription": "Make stash a priority window", - "Tooltips/gridwindow/Priority/Description": "Prioritize this window", + "Tooltips/Priority/PriorityDescription": "Faire de la réserve la fenêtre prioritaire", + "Tooltips/gridwindow/Priority/Description": "Donner la priorité à cette fenêtre", "Top": "Dessus", "TopUp": "COMPLÉTER", "Total": "Total", @@ -18400,18 +18670,18 @@ "Trading/Dialog/AvailableServices/Description": "Tu veux mes services ? Bien, tu as démontré que tu pouvais être utile, donc je vais t'aider si tu es en mesure de me payer.", "Trading/Dialog/AvailableServices/Standing": "(Réputation avec Lightkeeper : {0:N2})", "Trading/Dialog/AvaliableServices": "Tu peux m'aider avec un truc ?", - "Trading/Dialog/Btr/AskForNewQuests": "Got any work for me?", + "Trading/Dialog/Btr/AskForNewQuests": "T'as du boulot pour moi ?", "Trading/Dialog/Btr/News": "Quoi de nouveau ?", "Trading/Dialog/Btr/News/Next": "D'autres nouvelles ?", - "Trading/Dialog/Btr/News1": "Some assholes pillaged my depot! I managed to stay out, but the situation's still fucked up! I gotta beat them out of there... But first, I need a new place to settle in. Afterwards, I'll look for someone who can help. Anything comes up, I'll get in touch with you, okay?", + "Trading/Dialog/Btr/News1": "Des enfoirés ont pillé mon dépôt ! J'ai réussi à rester à l'écart, mais la situation est toujours baisée ! Je dois les virer de là... Mais d'abord, il me faut un nouvel endroit où m'installer. Ensuite, je chercherai quelqu'un qui pourra m'aider. Si quelque chose se présente, je te contacterai, d'accord ?", "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", - "Trading/Dialog/Btr/News3": "I heard that some mercs have broken into the old industrial plants on customs. Running around, looting every damn corner. You know, I've been wondering why they didn't open those doors and gates sooner. Did they even try?", - "Trading/Dialog/Btr/News4": "Someone decided to head count all the veterans in Tarkov. If you've been here for a long time, you can probably get some distinguishing insignia too. From now on, all the freshies will know who's got the biggest balls around here!", + "Trading/Dialog/Btr/News3": "J'ai entendu dire que des mercenaires ont fait irruption dans les vieilles usines industrielles des douanes. Ils courent partout, pillant chaque foutu recoin. Tu sais, je me demande pourquoi ils n'ont pas ouvert ces portes et ces portails plus tôt. Est-ce qu'ils ont seulement essayé ?", + "Trading/Dialog/Btr/News4": "Quelqu'un a décidé de recenser tous les vétérans de Tarkov. Si tu traînes ici depuis longtemps, tu peux sûrement obtenir une insigne distinctive aussi. À partir de maintenant, tous les petits nouveaux sauront qui a les plus grosses couilles dans le coin !", "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", "Trading/Dialog/Btr/NoNews": "Je pense que c'est toutes les nouvelles que j'ai en stock.", - "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Will do. (accept task \"{0}\")", - "Trading/Dialog/Btr/PlayerFinishQuest{0}": "All done. (complete task \"{0}\")", - "Trading/Dialog/Btr/PlayerHandoverItem{0}": "Here. (hand over item \"{0}\")", + "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Je m'en occupe. (accepter la quête \"{0}\")", + "Trading/Dialog/Btr/PlayerFinishQuest{0}": "C'est fait. (compléter la quête \"{0}\")", + "Trading/Dialog/Btr/PlayerHandoverItem{0}": "Tiens. (livrer l'objet \"{0}\")", "Trading/Dialog/Btr/ServicePayoff{0}": "Ça me va. (Donner \"{0}\")", "Trading/Dialog/BtrBotCover/Description": "Pendant que tu es dans le BTR, nous ferons feu sur n'importe qui pointant le bout de son nez. On nettoiera aussi le point d'arrivée et nous te couvrirons pendant ta sortie, mais pas pour longtemps.", "Trading/Dialog/BtrBotCover/Name": "Tir de soutien", @@ -18479,7 +18749,7 @@ "Trailer Park": "Parc à remorques", "Trailer Park Workers Shack": "Cabane des travailleurs du parc à remorques", "Transfer": "TRANSFÉRER", - "TransferItemsMessage/Description": "Items left in the stash will be lost. ", + "TransferItemsMessage/Description": "Les objets laissés dans la réserve seront perdus.", "TransferItemsScreen/BtrContainerName": "COFFRE BTR-82A", "TransferLeadership": "NOMMER CHEF DE GROUPE", "TransferLeadership message": "Êtes-vous certain de vouloir changer de chef de groupe\u00A0?", @@ -18575,10 +18845,10 @@ "Tutorial_TabTrade_Description": "Ici vous pouvez voir la liste des marchands. Ils sont tous basés dans Tarkov, tout comme vous, et ont leurs propres intérêts. Chacun d'eux a ses propres besoins et les spécificités de la gamme d'articles pour l'achat ou à la vente. \\n\\nLes marchands ont plusieurs niveaux de fidélité, chaque niveau suivant donne accès à de nouveaux produits. La fidélité dépend de votre réputation avec un marchand, de votre niveau et la quantité d'argent dépensé.\\n\\n Prendre l'exemple de Prapor.", "Tutorial_TabTrade_Title": "Marchands", "Type": "Type", - "UI/AddOfferWindow/RefreshPrices": "REFRESH PRICES", + "UI/AddOfferWindow/RefreshPrices": "RAFRAICHIR LES PRIX", "UI/Arena/Place_-1": "Égalité", - "UI/Arena/Place_-2": "Absent from match", - "UI/Arena/Place_-3": "Match invalid", + "UI/Arena/Place_-2": "Absent du match", + "UI/Arena/Place_-3": "Match invalide", "UI/Arena/Place_1": "1re place", "UI/Arena/Place_10": "10e place", "UI/Arena/Place_11": "11e place", @@ -18604,7 +18874,7 @@ "UI/ArmorPenetration/Medium": "Moyenne", "UI/ArmorPenetration/VeryHigh": "Très élevée", "UI/ArmorPenetration/VeryLow": "Très faible ", - "UI/Artillery/ArtaManName": "Mortar crew", + "UI/Artillery/ArtaManName": "Équipe d'artillerie", "UI/Artillery/ArtilleryWeaponName": "Obus de mortier de 82 mm", "UI/Charisma/Discount/Insurance": "Coût d'assurance", "UI/Charisma/Discount/PostRaidHealing": "Coût des soins", @@ -18675,22 +18945,23 @@ "UI/Messaging/available_profile_changes": "CHANGEMENTS DE PROFIL DISPONIBLES", "UI/ModifiedByRepairKitEnhancement": "Amélioré par un kit de réparation", "UI/OldPrice:": "Ancien prix : ", - "UI/Prestige/NonEmptyContainerError": "You can't transfer a container containing items.", + "UI/Prestige/NonEmptyContainerError": "Vous ne pouvez pas transférer un conteneur n'étant pas vide.", "UI/ProfileStats/Liters": "l", "UI/ProfileStats/Meters": "m", "UI/Quest/Reward/AdditionalPocketsCaption": "+ 2 emplacements de poche", "UI/Quest/Reward/AdditionalStashRowsCaption": "Lignes d'inventaire dans la réserve", "UI/Quest/Reward/AdditionalStashRowsTooltip": "Votre réserve sera agrandie par l'addition de lignes supplémentaires.\nCes changements seront appliqués plus tard (voir le site internet pour plus de détails).", - "UI/Quest/Reward/AssortmentUnlockCaption": "Unlocks assortment at {0} Loyalty Level {1}", - "UI/Quest/Reward/CustomizationOfferCaption": "Tactical clothing", - "UI/Quest/Reward/ItemCaption": "Item", - "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", - "UI/Quest/Reward/QuestCaption": "Task", - "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", - "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", - "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", - "UI/Quests/Conditions/TraderLoyalty{0}{1}": "Loyalty level with {0}: {1}", - "UI/Quests/Conditions/TraderStanding{0}{1}": "Standing with {0}: {1}", + "UI/Quest/Reward/AssortmentUnlockCaption": "Débloque l'objet chez {0} au niveau de loyauté {1}", + "UI/Quest/Reward/CustomizationOfferCaption": "Habillement tactique", + "UI/Quest/Reward/ItemCaption": "Objet", + "UI/Quest/Reward/ProductionSchemeCaption": "Recette pour le module {0} niveau {1}", + "UI/Quest/Reward/QuestCaption": "Quête", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", + "UI/Quests/Conditions/PrestigeLevel{0}": "Niveau de prestige : {0}", + "UI/Quests/Conditions/ProfileLevel{0}": "Niveau du joueur : {0}", + "UI/Quests/Conditions/SkillLevel{0}{1}": "Niveau de compétence {0} : {1}", + "UI/Quests/Conditions/TraderLoyalty{0}{1}": "Niveau de loyauté avec {0} : {1}", + "UI/Quests/Conditions/TraderStanding{0}{1}": "Réputation avec {0} : {1}", "UI/Settings/ArenaWatchTimerAndExits": "Vérifier le temps et les objectifs", "UI/Settings/Armory": "Arsenal", "UI/Settings/Armory/Ammo": "Munitions", @@ -18713,7 +18984,7 @@ "UI/Settings/WishlistNotify": "Notification d'objet souhaité", "UI/Skills/Charisma/CharismaDiscount": "Remise de la compétence charisme", "UI/Standing:": "Réputation marchand : ", - "UI/Trader/TransferLocked": "Unavailable for transfer", + "UI/Trader/TransferLocked": "Indisponible pour transfert", "UI/TransferScreen/ExpirationWarning": "Le colis expire dans : ", "UI/TransferScreen/PackageHasExpired": "Le colis a expiré", "UI/leave_game_confirmation_caption": "SORTIE", @@ -18740,7 +19011,7 @@ "Ui/Settings/ClearAllWishlistMessage2": "Toute la liste de souhait sera effacée. Êtes-vous sûr ?", "Ui/Settings/ColorScheme/GreenToRed": "Polychrome", "Ui/Settings/ColorScheme/WhiteToRed": "Monochrome", - "Ui/Settings/ContinuousHealMode": "Continuous medkit healing", + "Ui/Settings/ContinuousHealMode": "Soin en continu", "Ui/Settings/EnableHideoutPreload": "Précharger la planque", "Ui/Settings/HealthColorScheme": "Thème couleur de santé", "Ui/Settings/HeathVisibility": "Conditions de santé", @@ -18752,10 +19023,10 @@ "Ui/Settings/NVidiaReflexNotAvailable": "NVIDIA Reflex n'est pas disponible sur ce système.", "Ui/Settings/NVidiaReflexType": "Latence basse NVIDIA Reflex", "Ui/Settings/NotificationTransportType": "Type de canal de notification", - "Ui/Settings/PriorityWindowMode": "Priority window", + "Ui/Settings/PriorityWindowMode": "Fenêtre prioritaire", "Ui/Settings/PriorityWindowMode/Auto": "Auto", - "Ui/Settings/PriorityWindowMode/Disabled": "Disabled", - "Ui/Settings/PriorityWindowMode/Manual": "Manual", + "Ui/Settings/PriorityWindowMode/Disabled": "Désactivé", + "Ui/Settings/PriorityWindowMode/Manual": "Manuel", "Ui/Settings/QuickSlotsVisibility": "Emplacements rapides", "Ui/Settings/SelectedMemberCategory": "Icône du profil", "Ui/Settings/StanimaVisibility": "Endurance et posture", @@ -18795,7 +19066,7 @@ "Use": "UTILISER", "Use only available parts": "N'utiliser que les pièces disponibles", "Used symbols: {0}": "Symboles utilisés\u00A0: {0}", - "UserCustomPreset": "Custom", + "UserCustomPreset": "Personnalisé", "VALIDATE DEVICE ID": "VALIDER L'ID DE L'APPAREIL", "VELOCITY": "VÉLOCITÉ", "VIEWMAP": "VOIR", @@ -18872,20 +19143,20 @@ "WOO_TRANSIT_17_DESC": "Transit vers le phare", "WOO_TRANSIT_41": "TRANSIT01", "WOO_TRANSIT_41_COND": "", - "WOO_TRANSIT_41_DESC": "Transit to Customs", + "WOO_TRANSIT_41_DESC": "Transit vers les douanes", "Walk": "Marcher", "WalkieTalkiePushToTalk": "Utiliser la radio", "Warehouse 17": "Entrepôt 17", "Warehouse 4": "Entrepôt 4", "Warning! You don’t have TerraGroup Labs access keycard!": "Attention ! Vous n'avez pas la carte d'accès des laboratoires TerraGroup !", "Warning! You don’t have a proper map in inventory!": "Attention ! Vous n'avez pas la bonne carte dans votre inventaire !", - "Warning! You don’t have {0}!": "Warning! You don’t have {0}!", + "Warning! You don’t have {0}!": "Attention ! Vous n'avez pas {0} !", "Warning! You have missing parts required for assemble!": "Attention ! Certains objets sont manquants pour la configuration !", "Warning! You tried to leave this raid by disconnecting, either accidentally or on purpose. ": "Attention ! Vous essayez de quitter ce raid en vous déconnectant accidentellement ou volontairement.", "Warnings/Inventory/ExaminationFailed": "Erreur de l'examen de l'objet.", "Warnings/Inventory/NotEnoughSpaceInStash": "Pas assez de place dans la réserve", "Watch Intro": "regarder l'introduction", - "WatchProfile": "Voir le profil du joueur", + "WatchProfile": "Voir le profil", "WatchTime": "Vérifiez l'heure", "WatchTimerAndExits": "Vérifier l'heure et les sorties", "WaterCloset": "SANITAIRES", @@ -18993,7 +19264,7 @@ "You still have untransfered items. Are you sure you want to end the transfer? You will not be able to return to this process later.": "Il reste des objets non transférés. Êtes-vous sûr de vouloir terminer le transfert ? Vous ne pourrez pas retourner à ce processus plus tard.", "You were kicked from group": "Vous avez été exclu du groupe", "You were removed from this dialogue": "Vous avez été retiré de cette discussion", - "You will unlock this quest as a reward": "Will be unlocked after completing the task", + "You will unlock this quest as a reward": "Sera débloqué après avoir complété la quête", "You will unlock this trader as a reward": "Vous débloquerez ce marchand en récompense", "You: ": "Vous : ", "YouSurvived": "Vous avez survécu\u00A0!", @@ -19009,7 +19280,7 @@ "ZeroWeaponDeteriorationOnRepair": "Pas d'usure pendant la réparation", "ZombieInfection": "Virus", "aimdrillsdescription": "L'entrainement à la visée améliore la vitesse de mise en joue et la rend plus silencieuse", - "already in this group": "Already in this list", + "already in this group": "Déjà dans cette liste", "ammoFound": "Munitions trouvées", "ammoUsed": "Munitions utilisées", "any": "Toutes", @@ -19018,7 +19289,7 @@ "apply": "APPLIQUER", "arena/AssistShort": "A", "arena/CapturePointScores": "Score", - "arena/CapturePointScoresОчкиArena/Widgets/capture point hold": "Capture and hold the objectives", + "arena/CapturePointScoresОчкиArena/Widgets/capture point hold": "Capturez et tenez les objectifs", "arena/DeathShort": "M", "arena/Exp": "EXP", "arena/KillShort": "É", @@ -19041,8 +19312,8 @@ "arena/Rank": "Rang", "arena/RespawnAwaiting": "En attente de réapparition...", "arena/Round": "Manche", - "arena/anyGameMode": "Any mode", - "arena/armory/AndOthers": "And more ...", + "arena/anyGameMode": "Tous modes de jeu", + "arena/armory/AndOthers": "Et plus...", "arena/armory/ConditionsComleted": "All conditions met", "arena/armory/ConditionsNotComleted": "Unlock conditions not met", "arena/armory/ProgressionFirtsTitle": "Progress any weapon to level:", @@ -19277,8 +19548,8 @@ "arena/presets/custom/not enough money": "not enough money", "arena/presets/custom/not enough money short": "insuf. cash", "arena/presets/custom/purchase": "purchase", - "arena/presets/custom/requirement level {0}": "Character level: {0}", - "arena/presets/custom/requirement standing {0}": "Ref standing: {0}", + "arena/presets/custom/requirement level {0}": "Niveau du joueur : {0}", + "arena/presets/custom/requirement standing {0}": "Réputation avec Ref : {0}", "arena/presets/custom/slot unlock error": "Slot unlock error", "arena/presets/custom/violations/class imbalance": "Incompatible with class", "arena/presets/custom/violations/duplicated guns": "Repeating weapons", @@ -19291,11 +19562,11 @@ "arena/presets/unlocked slots": "Unlocked", "arena/presets/unlocked slots count": "slots unlocked:", "arena/questLogTemplate/gameModes": "Mode(s) de jeu", - "arena/questLogTemplate/maps": "Location(s)", - "arena/resultContent/matchMVPExpTitle": "Match MVP bonus", - "arena/resultContent/matchMVPMoneyTitle": "Match MVP bonus", - "arena/resultContent/roundMVPExpTitle": "Round MVP bonus", - "arena/resultContent/roundMVPMoneyTitle": "Round MVP bonus", + "arena/questLogTemplate/maps": "Zone(s)", + "arena/resultContent/matchMVPExpTitle": "Bonus de MVP du match", + "arena/resultContent/matchMVPMoneyTitle": "Bonus de MVP du match", + "arena/resultContent/roundMVPExpTitle": "Bonus de MVP de la manche", + "arena/resultContent/roundMVPMoneyTitle": "Bonus de MVP de la manche", "arena/selection/gameMode": "mode de jeu", "arena/selection/tiers": "tier", "arena/tab/ASSAULT": "ASSAUT", @@ -19337,33 +19608,33 @@ "bodypartsLost": "Membres perdus", "bonus/unlockweaponmodification_required": "Le bonus de modification d'arme doit être débloqué dans la planque.", "bossKills": "Boss tués", - "btr_accept_quest_01": "Cool! I'll be waiting.", - "btr_accept_quest_02": "Never doubted you. ", - "btr_accept_quest_03": "Amazing! Come back when you're finished.", + "btr_accept_quest_01": "Cool, j'attend alors.", + "btr_accept_quest_02": "Je n'ai jamais douté de toi.", + "btr_accept_quest_03": "Incroyable ! Reviens quand tu auras terminé.", "btr_buy_01": "Affaire conclue ! Autre chose ?", - "btr_fail_accept_quest_01": "I think it's a little early for us to be working together.", + "btr_fail_accept_quest_01": "Je pense qu'il est un peu tôt pour qu'on travaille ensemble.", "btr_generic_greetings_01": "Tu es là pour papoter, ou on va quelque part ?", "btr_generic_greetings_02": "Tu t'es mordu la langue ? Dis-moi ce qu'il en est.", "btr_generic_greetings_03": "Entre et assieds-toi, besoin d'un taxi ?", "btr_generic_greetings_04": "Ne reste pas planté là. Tu as besoin d'aller quelque part ?", - "btr_has_quests_01": "Yeah, I got something, listen up.", - "btr_has_quests_02": "Damn right I do! Have a seat, I'll tell you.", - "btr_has_quests_03": "For you, there's something.", - "btr_has_quests_04": "There is something, actually!", - "btr_item_transferred_01": "Well done. Thanks!", - "btr_item_transferred_02": "Just what I wanted. Thank you!", - "btr_item_transferred_03": "Done already? Nice working with you.", - "btr_no_quests_reaction_01": "Nope, everything's fine for now.", - "btr_no_quests_reaction_02": "Things are going smoothly for now, so I don't need any help.", - "btr_no_quests_reaction_03": "Nah, I've sorted things out, for now at least.", - "btr_no_quests_reaction_04": "You should come back later. I can't offer anything right now.", - "btr_quest_complete_01": "Real professional! You and I are a good team, I'm telling you.", - "btr_quest_complete_02": "Well done! We're getting along well.", - "btr_quest_complete_03": "Thanks, mate. You're a big help.", - "btr_quest_finish_failed_01": "You sure took your sweet time. Too late for that now! ", - "btr_transfer_failed_01": "You're suspiciously early.", - "btr_transfer_failed_02": "I can't pick it up right now, come back later.", - "btr_transfer_failed_03": "Oh man, I don't have space for it right now. Come back later, okay?", + "btr_has_quests_01": "Ouais, j'ai un truc, écoute.", + "btr_has_quests_02": "Bien sûr que j'ai quelque chose ! Assieds-toi, je vais te le dire.", + "btr_has_quests_03": "Pour toi, il y a quelque chose.", + "btr_has_quests_04": "Il y a quelque chose, en fait !", + "btr_item_transferred_01": "Bien joué. Merci !", + "btr_item_transferred_02": "C'est exactement ce dont j'avais besoin. Merci !", + "btr_item_transferred_03": "Déjà terminé ? C'est sympa de travailler avec toi.", + "btr_no_quests_reaction_01": "Nope, tout va bien pour le moment.", + "btr_no_quests_reaction_02": "Les choses se passent bien pour l'instant, donc pas besoin d'aide.", + "btr_no_quests_reaction_03": "Non, j'ai réglé les choses, pour l'instant du moins.", + "btr_no_quests_reaction_04": "Tu devrais revenir plus tard. Je ne peux rien te proposer pour l'instant.", + "btr_quest_complete_01": "Un vrai pro ! Toi et moi, on fait une bonne équipe, je te le dis.", + "btr_quest_complete_02": "Bien joué ! On s'entend plutôt bien.", + "btr_quest_complete_03": "Merci mec. Tu m'as été d'une grande aide.", + "btr_quest_finish_failed_01": "Tu as bien pris ton temps. Il est trop tard pour ça maintenant !", + "btr_transfer_failed_01": "Tu es là surprenamment tôt.", + "btr_transfer_failed_02": "Je ne peux pas récupérer ça pour l'instant, reviens plus tard.", + "btr_transfer_failed_03": "Oh mec, j'ai pas la place pour ça pour l'instant. Reviens plus tard, ok ?", "buffer_zone_timer": "Le temps de visite chez Lightkeeper est limité", "burst": "Rafale", "camora_000": "Chambre 1", @@ -19430,9 +19701,9 @@ "customization/Default": "Par défaut", "customization/Locked": "Verrouillée", "customization/Selected": "Sélectionné", - "customs_secret_voron_boat": "Smuggler's Boat", - "customs_secret_voron_bunker": "Smuggler's Bunker (ZB-1012)", - "customs_sniper_exit": "Railroad Passage", + "customs_secret_voron_boat": "Bateau des contrebandiers", + "customs_secret_voron_bunker": "Bunker des contrebandiers (ZB-1012)", + "customs_sniper_exit": "Voie ferrée", "cz": "Čeština", "damApplied": "Dégâts infligés", "damAppliedArmor": "Dégâts absorbés par les protections", @@ -19476,7 +19747,7 @@ "factory4": "Usine", "factory4_day": "Usine", "factory4_night": "Usine de nuit", - "factory_secret_ark": "Smuggler's Passage", + "factory_secret_ark": "Passage des contrebandiers", "fast": "rapide", "fatalHits": "Tirs fatals", "favLocation": "Lieu favori", @@ -19494,7 +19765,7 @@ "front_plate": "PLAQUE AVANT", "fullauto": "Automatique", "fullscreenwindow": "Sans bordure", - "game completed or aborted": "Match is already completed or has been canceled", + "game completed or aborted": "Le match est déjà complet ou a été annulé", "ge": "Deutsch", "glKills": "Éliminations au lance-grenades", "good": "Bon", @@ -19503,7 +19774,7 @@ "grenadeThrowing": "Jeter", "groin": "AINE", "groin_back": "FESSES", - "groundzero_secret_adaptation": "Tartowers Sales Office", + "groundzero_secret_adaptation": "Bureau de vente Tartowers", "gym": "Coin sport", "h": "h.", "handbook/Categories": "Catégories", @@ -19806,7 +20077,7 @@ "leftupperarm": "Épaule gauche", "lessDamagedPart": "Zone la moins endommagée", "lightbleedingdelta": "Chance de provoquer une hémorragie légère", - "lighthouse_secret_minefield": "Passage by the Lake", + "lighthouse_secret_minefield": "Passage côté lac", "longshotDist": "Plus longue distance de tir", "longshots": "Tir à la tête à longue distance", "looking for group": "en recherche de groupe", @@ -20004,7 +20275,7 @@ "repairability/Unpredictable": "Imprévisible", "repairability/Very bad": "Très mauvaise", "repairability/Very good": "Très bonne", - "reserve_secret_minefield": "Exit to Woods", + "reserve_secret_minefield": "Sortie vers les bois", "rest space": "COIN REPOS", "restart_quest": "Redémarrer", "ribcage": "Poitrine", @@ -20031,7 +20302,7 @@ "select weapon body for the build": "SÉLECTIONNEZ UN BOITIER D'ARME POUR LA CONFIGURATION", "semiauto": "Semi-auto", "shootingrange": "STAND DE TIR", - "shoreline_secret_heartbeat": "Mountain Bunker", + "shoreline_secret_heartbeat": "Bunker de la montagne", "shotgunKills": "Éliminations au fusil", "shoulder_l": "ÉPL. DROITE", "shoulder_r": "ÉPL. GAUCHE", @@ -20059,7 +20330,7 @@ "spectator_yellow_team": "ÉQUIPE JAUNE", "starvDeaths": "Morts par famine", "stationHeals": "Soins en cours", - "streets_secret_onyx": "Smugglers' Basement", + "streets_secret_onyx": "Sous-sol des contrebandiers", "suicides": "Suicides", "survClass": "Classe de survivant", "taskperformancedescription": "Performance des tâches", @@ -20071,7 +20342,7 @@ "traders/trader_is_locked": "Ce marchand est verrouillé", "trading/less item {0} than you want. You bought all remaining items ({1})": "Le marchand possède une quantité d'objets inférieure ({0}). Vous avez acheté la quantité d'objets restante ({1}).", "tripleKills": "Triples éliminations", - "tripwireKills": "Landmine kills", + "tripwireKills": "Élimination au piège", "tu": "Türkçe", "tunnelvision": "Vision tunnel", "turn off": "ÉTEINDRE", @@ -20103,8 +20374,8 @@ "weapon name": "Nom de l'arme", "will be available in:": "Sera disponible dans : ", "will be destroyed after unpacking": "Sera détruit une fois ouvert", - "wood_sniper_exit": "Power Line Passage", - "woods_secret_minefield": "Railway Bridge to Tarkov", + "wood_sniper_exit": "Passage de la ligne haute tension", + "woods_secret_minefield": "Pont ferroviaire vers Tarkov", "you": "Vous", "you can't transfer item while moving": "Vous ne pouvez pas transférer d'objet en vous déplaçant", "you were disconnected for inactivity": "Vous avez été déconnecté pour inactivité", @@ -20146,7 +20417,7 @@ "{0}m": "{0} m", "{0}y{1}d": "{0}a{1}j", "{resetOnConditionFailed{0}}": " plusieurs fois d'affilée", - "{resetOnSessionEnd}": " in 1 match", + "{resetOnSessionEnd}": " en 1 match", "~ Empty": "~ Vide", "~ Full": "~ Plein", "Тrading/Dialog/AvailableServices/Description": "Tu veux mes services ? Bien, tu as démontré que tu pouvais être utile, donc je vais t'aider, si tu es en mesure de me payer.", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Première fois", "5936d90786f7742b1420ba5b description": "Bonjour, soldat. J’ai un travail qui est un peu trop facile pour mes gars. Mais tu t'en sortiras bien. Hé, ne t’énerve pas, je ne te connais pas encore très bien pour te donner un travail normal !\n\nIl y a beaucoup d'ordures de bandits qui errent dans les rues. Ils ne me dérangent pas beaucoup, mais ils sont toujours une nuisance. Calme-toi, disons, cinq d’entre eux, et retire-leur quelques fusils de chasse MP-133. Je pense que cela suffira. Renvoyé, soldat !", "5936d90786f7742b1420ba5b failMessageText": "", @@ -22436,7 +22720,7 @@ "5ae449d986f774453a54a7e1 declinePlayerMessage": "", "5ae449d986f774453a54a7e1 completePlayerMessage": "", "5b47749f86f7746c5d6a5fd4 name": "Armurier - Partie 17", - "5b47749f86f7746c5d6a5fd4 description": "Il y a quelque temps, j'ai rencontré le propriétaire de l'armurerie Kiba Arms, on est même allé au sauna ensemble, mais je ne suis pas tellement dans ce genre de truc. Lui, par contre, s'est cassé la jambe en essayant de plonger depuis la jetée. Un gars bien sympa, il rêvait constamment de monter un terrain d'airsoft. On dirait que son rêve est devenu réalité dans Tarkov, le plus grand et meilleur champ de bataille au monde, mais avec une petite différence, ici tu meurs et perds absolument tout d'une seule balle. Assemble-moi un AK-102, un CRD Ferfrans, une poignée tactique AFG OD, une lampe Zenith 2U, un tube de crosse pour RPK-16 et un chargeur Circle 10 coups. Je veux une ergonomie supérieure à 70, un recul inférieur à 250 et une portée du système de visée de 800 m ou plus. Fais en sorte que ça n'occupe pas plus de 8 cellules.", + "5b47749f86f7746c5d6a5fd4 description": "Il y a quelque temps, j'ai rencontré le propriétaire de l'armurerie Kiba Arms, on est même allé au sauna ensemble, mais je ne suis pas tellement dans ce genre de truc. Lui, par contre, s'est cassé la jambe en essayant de plonger depuis la jetée. Un gars bien sympa, il rêvait constamment de monter un terrain d'airsoft. On dirait que son rêve est devenu réalité dans Tarkov, le plus grand et meilleur champ de bataille au monde, mais avec une petite différence, ici tu meurs et perds absolument tout d'une seule balle. Assemble-moi un AK-102, un CRD Ferfrans, une poignée tactique AFG OD, une lampe Zenith 2U, un tube de crosse pour RPK-16 et un chargeur Circle 10. Je veux une ergonomie supérieure à 70, un recul inférieur à 250 et une portée du système de visée de 800 m ou plus. Fais en sorte que ça n'occupe pas plus de 8 cellules.", "5b47749f86f7746c5d6a5fd4 failMessageText": "", "5b47749f86f7746c5d6a5fd4 successMessageText": "N'allume juste pas la lampe à moins que tu veuilles être aveugle pendant quelques jours ! Dans tous les cas, bien joué, laisse-le sur cette caisse.", "5b47796686f774374f4a8bb1": "Modifiez un AK-102 pour se conformer aux spécifications requises", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "Conneries", + "5c0bbaa886f7746941031d82 description": "Alors, voilà pourquoi je t'ai appelé. J'ai attrapé une taupe dans mon équipe, ce petit con fuitait des informations sur mes canaux d'approvisionnement et les points d'intérêt. Forcément, je me demandais d'où venait ce bordel.\n\nMes hommes ont réussi à avoir des infos sur la taupe et ont appris qu'il balançait mes infos à des gars du gang local, celui qui s'est installé dans les dortoirs dans les douanes. Le truc, c'est que je veux leur donner des infos bidons sur ma prochaine cargaison. Et mes hommes iront les descendre quand ces connards iront la chercher. Mais ces informations doivent être livrées sans accroc et discrètement, comme si tu étais l'un d'eux, tu comprends ? Tu auras besoin de cacher la clé USB qui contient les fausses informations, elle se trouve dans le coffre de la voiture brûlée de couleur rouge sur le pont à proximité. Mes gars ont été pris à partie sur ce pont, donc ils n'ont pas pu la cacher plus proche que ça des dortoirs, désolé. Dépose la clé USB ainsi que le SV-98 et la montre Roler dans le dortoir, comme convenu. Et le plus important, ne fume pas de scavs et quitte les lieux en silence une fois que c'est fait.", + "5c0bbaa886f7746941031d82 failMessageText": "Mais putain, tu fous quoi abrutis ? Tu les as tués ? Ils ne vont pas nous laisser nous approcher à moins d'un kilomètre des dortoirs désormais. Ils vont monter la garde pendant un long moment... Comment est-ce qu'on met en place les fausses informations maintenant, hein ? De quoi tu parles ? De quel putain de \"transpondeur\" tu parles ? Dégage de là !", + "5c0bbaa886f7746941031d82 successMessageText": "On dirait que tout est bon, mes gars sont sur place, je pense que ça sera la dernière surprise de ces connards. Merci pour l'aide.", "5c0bc32986f7743e4d1002d2": "Déposez le fusil de précision SV-98 dans la pile de sacs poubelle en face des escaliers du dortoirs au 2e étage", "5c0bc43e86f7744794440ba5": "Déposez la montre bracelet en or Roler Submariner dans la pile de sacs poubelle en face des escaliers du dortoirs au 2e étage", "5c12320586f77437e44bcb15": "Déposez la clé USB falsifiée dans la pile de sacs poubelle en face des escaliers du dortoirs au 2e étage", @@ -23935,7 +24219,7 @@ "60e71ce009d7c801eb0c0ec6 failMessageText": "", "60e71ce009d7c801eb0c0ec6 successMessageText": "Bien bien, nous apprécions grandement tout ce que tu as fait pour nous, mercenaire. On se voit plus tard.", "60e74302d1a062318d3d225f": "Livrez les modules de stockage flash VPX", - "60e7432875131b4e61703b7a": "Trouvez les lecteurs RFID UHF", + "60e7432875131b4e61703b7a": "Livrez les lecteurs RFID UHF", "60e7434ed1a062318d3d2260": "Trouvez en raid des modules de stockage flash VPX", "60e7436675131b4e61703b7b": "Trouvez en raid des lecteurs RFID UHF", "60e7439975131b4e61703b7c": "Trouvez en raid des processeurs programmables Virtex", @@ -24010,9 +24294,9 @@ "60e729cf5698ee7b05057439 declinePlayerMessage": "", "60e729cf5698ee7b05057439 completePlayerMessage": "", "60effd818b669d08a35bfad5 name": "Le choix", - "60effd818b669d08a35bfad5 description": "Salutations mercenaire. Comme je le vois, tu ne perds pas ton temps et as accompli beaucoup de choses sur ton chemin. Des fois dans la vie, tu sais, il faut perdre quelque chose afin d'en accomplir de plus grandes au final. Tout ne monde n'est pas prêt à de tels sacrifices. Beaucoup ne veulent pas prendre de risques dans leur vie, ils ont peur, ils ne croient pas en eux-mêmes. Qu'en est-il de toi, es-tu prêt pour ce genre de chose ? Es-tu prêt à sacrifier quelque chose de valeur pour accomplir un plus grand but ?", + "60effd818b669d08a35bfad5 description": "Salutations mercenaire. Comme je le vois, tu ne perds pas ton temps et as accompli beaucoup de choses sur ton chemin. Des fois dans la vie, tu sais, il faut perdre quelque chose afin d'en accomplir de plus grandes au final. Tout le monde n'est pas prêt à de tels sacrifices. Beaucoup ne veulent pas prendre de risques dans leur vie, ils ont peur, ils ne croient pas en eux-mêmes. Qu'en est-il de toi, es-tu prêt pour ce genre de chose ? Es-tu prêt à sacrifier quelque chose de valeur pour accomplir un plus grand but ?", "60effd818b669d08a35bfad5 failMessageText": "", - "60effd818b669d08a35bfad5 successMessageText": "Un brave décision, mercenaire.", + "60effd818b669d08a35bfad5 successMessageText": "Une brave décision, mercenaire.", "60effdac12fec20321367038": "Livrez le conteneur sécurisé Epsilon", "60effd818b669d08a35bfad5 acceptPlayerMessage": "", "60effd818b669d08a35bfad5 declinePlayerMessage": "", @@ -25549,7 +25833,7 @@ "6574e0dedc0d635f633a5805 description": "J’ai un nouveau jouet que j’ai pensé tester. Et te voilà, juste à temps pour cela. Prends ce RPD vas sur le littoral, tire avec là-bas. Ne le perds pas en chemin, je n’accepterai pas d’autres armes.", "6574e0dedc0d635f633a5805 failMessageText": "", "6574e0dedc0d635f633a5805 successMessageText": "Alors, ça donne quoi, bon, oui ? C’est une vraie beauté en combat !", - "6574e0dedc0d635f633a5807": "Eliminate any target while using an RPDN machine gun with 1P78-1 scope on Shoreline", + "6574e0dedc0d635f633a5807": "Éliminez toutes cibles en utilisant un fusil-mitrailleur RPDN muni d'une lunette 1P78-1 sur le littoral", "6574e0dedc0d635f633a5805 acceptPlayerMessage": "", "6574e0dedc0d635f633a5805 declinePlayerMessage": "", "6574e0dedc0d635f633a5805 completePlayerMessage": "", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Bonjour, champion ! Un de mes amis t'a donné une petite mission d'essai. Maintenant, j'ai décidé de te rencontrer en personne. Les gens m'appellent Ref. Je mets en place les arènes et j'amasse les gros dollars, ha ! De toute évidence, cela ne te dérange pas de gagner de l'argent, et j'ai désespérément besoin de nouveau personnel. Les affaires sont en plein essor et je suis à court de main-d'œuvre. Nous nous agrandissons ! Nous avons prévu un autre combat bientôt. Comme on disait dans la Rome antique, « le peuple exige du pain et des cirques ». Sur ce dernier point c'est géré, mais le pain est en retard. Juste une petite rupture d'approvisionnement, ne t'inquiéte pas. Apporte-moi juste de la nourriture et de l'alcool pour le public.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Tout ce que tu as apporté a déjà été envoyé dans les tribunes. Bien joué.", - "6606bd2aa49db36b69b6dbf9": "Livrez l'objet trouvé en raid : Bouteille de vodka Tarkovskaya", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Livrez l'objet trouvé en raid : Bouteille de bière \"Pevko Light\"", "6606bd814120fcf7f0a38e55": "Livrez l'objet trouvé en raid : Barre chocolatée Alyonka", "6606bd9128b63f13e560592f": "Livrez l'objet trouvé en raid : Paquet de viande séchée Tarker", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Équilibrage - Partie 1", - "66058cb7c7f3584787181476 description": "Tu as fait un excellent travail dans le cadre de mes missions. Je t'ai également passé dans mes bases de données... Juste par précaution. Il ne faut pas embaucher n'importe qui, tu vois ce que je veux dire, frère ? Je t'ai promu au rang de testeur ! Tu vas devoir tester de l'équipement pour l'arène. Voici un fusil d'assaut G36 et un gilet THOR, essaie-le sur certaines des racailles. Mes gladiateurs porteront ce kit plus tard, si ton test se passe bien.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Ce kit est certainement de la bonne came. Oh, je lui ai même trouvé un nom tout à l'heure : nous l'appellerons Diesel. Je pense que nous sommes allés un peu trop loin avec les plaques, c'est un char ambulant. Je pense qu'il vaut mieux les retirer, n'est-ce pas ?", - "6606d133fcb99b9004aa2d1d": "Éliminez des scavs en utilisant un fusil d'assaut G36 et quelconque gilet NFM THOR dans l'échangeur", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Équilibrage - Partie 2", - "66058cb9e8e4f17985230805 description": "Tu as réussi ton dernier test avec brio. C'est une bonne chose que je t'aie choisi parmi tous les candidats.\n\nMaintenant, nous allons tester un nouvel équipement sur des cibles plus importantes. Voici un fusil d'assaut AKS-74UB et un gilet PACA. Si tu peux survivre avec ça, les gladiateurs en seront contents également. Très bien, va essayer.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Je vois que tu utilises davantage la force de l'arme avec cet équipement... Il n'y a pas beaucoup d'armure ici, donc ce sera un ensemble de reconnaissance. Oh ! J'ai un nom pour ça. J'avais un pote qui était mince et fragile, mais très énergique. Il bottait des culs à droite, à gauche. On l'appelait Tikhon. C'est le nom que je vais donner à cet ensemble.", - "660a9c99c650fa4d531f4c96": "Éliminez des opérateurs d'une SMP en utilisant un AKS-74UB et un gilet pare-balles PACA dans les rues de Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "J'ai eu une super idée pour rendre l'arène encore meilleure. Et j'ai besoin de ton aide.\n\nJe dois trouver des plaques balistiques pour un gars. C'est un artiste qui se produit régulièrement, donc il est temps de lui donner une mise à niveau pour enflammer la foule. C'est ça, les spectacles : si tu n'ajoutes pas de bois à temps, le feu s'éteint.\n\nEh bien, maintenant, va me chercher des plaques balistiques.\n\nLa foule va crier quand elle le verra !", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Juste ce dont j'avais besoin ! Il ne reste pas grand-chose. Tout le monde sera ravi de voir les résultats, je te le promets ! Voici un casque en récompense. Son dernier propriétaire en a un meilleur maintenant, ha !", - "6606d08b4e2e27ca2d80085e": "Livrez l'objet trouvé en raid : Plaques balistiques Korund-VM (avant)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Livrez l'objet trouvé en raid : Plaque balistique SPRTN Omega", "6606d0a8f146598b0f492e12": "Livrez l'objet trouvé en raid : Plaque balistique 6B33 (avant)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Créer une diversion - Partie 1", - "66058cbd9f59e625462acc8e description": "Écoute, tu commences à être un membre de la famille pour moi. Comme un frère ! Je pense que je peux te confier du travail sérieux.\n\nJ'ai des co-fondateurs dans l'arène, Kaban et Kollontay, peut-être que tu les connais. Je pensais qu'ils étaient des gars cool, mais ils ont décidé de faire de la politique. Ils veulent mettre leur champion dans l'arène, t'imagines ? Et un bon champion rapporte tellement d'argent, tu sais. Il va falloir beaucoup de temps et d'argent pour reconstruire l'entreprise.\n\nNous devons faire peur à ces gars-là pour qu'ils se rendent compte qu'ils dépassent les bornes. Prends des pains d'explosif et plante-les autour de leur panque. Sans détonateurs. Nous n'allons pas faire exploser quoi que ce soit, mais faire en sorte que cela ressemble à un gros problème. Laisse-les courir avec le cul en feu.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, tu aurais dû voir le chaos quand ils ont trouvé les pains ! Quel spectacle ! C'est vraiment dommage qu'on n'ait pas tout filmé... Tu as fait du bon travail. Voici ta récompense.", - "660a9dc64c0927ead4fcfeef": "Plantez 3 pains de TNT TP-200 sous le bureau de Kaban des rues de Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plantez 3 pains de TNT TP-200 dans l'entrée de l'académie MVD des de Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Créer une diversion - Partie 2", - "66058cbf2f19c31a5a1337ec description": "Kaban et Kollontay se sont rétablis affreusement rapidement. Ils sont également assez stupides pour ne pas avoir compris la leçon. Mais ce n'est pas grave, toi et moi, nous pouvons leur donner un autre indice, n'est-ce pas ? J'ai un plan. Tu dois leur rendre visite à nouveau et tirer sur leurs chiens de salon, les gardes. Ils sont tous des associés de confiance de ces deux-là. Mais ne touche pas à Kaban ni à Kollontay ! Ils vont comprendre à coup sûr cette fois-ci.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Tu ne regardes pas sur qui tu tires ?! J'avais tellement d'espoirs en toi.", - "66058cbf2f19c31a5a1337ec successMessageText": "Bon travail ! Kaban et Kollontay sont déjà en train de déclencher une tempête, à la recherche de celui qui a ordonné l'attaque. Ils s'en remettront et se rendront compte qu'ils franchissent la ligne. Voilà ta récompense.", - "660d5effb318c171fb1ca234": "Éliminez des gardes de Kaban dans les rues de Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Éliminez des gardes de Kollontay dans les rues de Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "Vers les sommets ! - Partie 1", - "66058cc1da30b620a34e6e86 description": "Eh bien, maintenant Kaban et Kollontay sont trop occupés à chercher leurs attaquants pour accomplir quoi que ce soit. Ce qui signifie qu'il est temps de désigner un nouveau champion de l'Arène. Et ce sera toi. Avec ton consentement, bien sûr. Nous ne pratiquons pas la cruauté ici, ha !\n\nJe peux t'aider à atteindre des sommets et des richesses au-delà de tes rêves les plus fous. Tu n'as qu'à accepter mon offre. Mais, tu sais, les actions valent toujours mieux que les mots. Alors entre dans l'Arène et gagne. C'est ainsi que je saurai que tu es prêt à aller de l'avant.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "Je n'ai jamais douté de toi une seconde, frère ! Mais souviens-toi, nous sommes ici pour divertir les gens. Nous avons besoin d'un plus grand spectacle ! Parfois, on dirait que tu tires juste sur des canettes, tu sais.", - "662ba5a89d8041c264dd9673": "Gagner un match en mode de jeu classé dans Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "Tu es sous mon aile à partir de maintenant, frère. Je vais m'assurer que tu progresses bien, mais tu vas devoir t'équiper le cul plus souvent.\n\nCommençons par les bases. L'Arène est à Tarkov, mais les plus gros sponsors sont à l'étranger. Ils regardent chaque match, parient, et lancent de l'argent sur leurs favoris. Et toi, tu dois attirer l'attention de ces gros bonnets. Montre-leur que tu en vaux la peine. Fais-toi un nom. Une seule victoire ne suffira pas. Montre-leur que tu es capable d'offrir un spectacle palpitant !", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "Je vois les progrès que tu fais ! On commence à parler de toi à l'étranger. Les gens s'intéressent. C'est signe que tu es sur la bonne voie !", - "662ba78e19c86d3199ae0a93": "Gagner un match en mode de jeu classé dans Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Atteignez 1700 de score ARP", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "Tu fais du bon travail ! Mais c'est encore trop tôt pour t'arrêter. Montre-toi plus souvent, impressionne le public. Fais-toi remarquer. Deviens celui dont tout le monde parle, celui qu'ils viennent voir. Ensuite, l'argent suivra, puis les autres plaisirs : voitures, filles... Même si Tarkov en manque un peu sur ce dernier point.\n\nQuoi qu'il en soit, l'Arène est une excellente opportunité de carrière en ce moment, ha !", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "Et te voilà maintenant un pas plus près des grandes ligues ! Respect, frère.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "Comment ça va ? Prêt pour la bataille ? Prêt à briller encore une fois dans l'Arène ? Prêt à déchiqueter des enfoirés ? Les chances sont toujours contre toi, alors ne déçois pas le public !\n\nEn parlant de ça, tu as un peu d'argent ? Tu dois parier sur toi-même et ensuite gagner six fois. Tu feras des tonnes de fric, et tu seras célèbre. Apporte l'argent, je m'occupe de tout. Juste un avertissement : si tu perds cinq fois, tu recommences à zéro.", "66058cc72cee99303f1ba069 failMessageText": "Oh mec, tu y étais presque. Réessaie, le public semble toujours t'apprécier.", "66058cc72cee99303f1ba069 successMessageText": "Voici ton chèque. J'ai directement déduit tous mes services : les pots-de-vin des adversaires, les frais, et tout ça. Quoi, tu pensais que je travaillais gratuitement ?", - "662bb23200ae352a6d5a415d": "Gagner 6 matchs sur 10 en mode de jeu classé dans Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Condition d'échec : Perdez 6 matchs", "6633a85e347a2a2b4051a26b": "Livrez des Roubles depuis la réserve EFT", "665493a649bd17856482ba77": "Condition d'échec : Perdez 5 matchs", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "J'ai de bonnes nouvelles ! Excellentes nouvelles, en fait ! J'espère que tu as déjà choisi un petit appartement dans le quartier chic de Tarkov, car tu l'auras bientôt avec tout cet argent ! Je plaisante. De toute façon, toutes les maisons de ces quartiers vont s'effondrer bientôt.\n\nQuoi qu'il en soit, des personnes très puissantes de l'autre côté de la frontière s'intéressent à toi. Puissantes et riches. Je ne peux pas te dire leurs noms, c'est un secret d'affaires, et je ne vais pas violer ce que j'ai signé. Alors, ces gens sont prêts à te prendre sous leur aile et à te sponsoriser généreusement, mais ils veulent d'abord des garanties.\n\nTu dois devenir le champion. Vole haut, surpasse les autres. Tu vas devoir passer plus de temps dans l'Arène. Je vois dans tes yeux que tu es prêt.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Tu es vraiment doué. Un homme très célèbre en France, je ne te dirai pas son nom pour des raisons de confidentialité, s'intéresse à toi. Il zozote comme pas possible, mais il propose une belle somme d'argent. J'ai déjà organisé ton sponsoring.", - "662ba87106e44407b79e9ab2": "Gagner 3 matchs d'affilée en mode de jeu classé dans Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25819,9 +26104,10 @@ "66058ccbc7f3584787181478 description": "Salut. J'ai entendu dire que tu travailles maintenant pour Ref. Je te surveille depuis un moment.\n\nJe connaissais un gars qui s'était retrouvé dans la même situation que toi. Il a été le champion de Ref pendant un certain temps, puis tout à coup, il a disparu. Et je sais pertinemment que ça n'avait rien à voir avec Kaban et Kollontay.\n\nSi tu ne veux pas disparaître comme lui, cherche l'appartement de l'ancien champion. Je crois qu'il y a encore des choses intéressantes là-bas. Il traînait souvent avec les contrebandiers dans les dortoirs des douanes. Peut-être que tu trouveras des indices pour accéder à l'appartement.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "Tu veux demander directement à Ref ? Eh bien, ça a été un plaisir de te connaître.", - "664ef2e5c11296c444642040": "Localiser la chambre de l'ancien champion dans les douanes", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Découvrez ce qui est arrivé au champion", "664ef3c238dad5c6686a6d1e": "Survivez et quittez la zone", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "Donc, tu dis que tu étais dans l'appartement de l'ancien champion ? Très bien. Je vais faire comme si cela n'était jamais arrivé. Rappelle-toi juste que la curiosité a tué le chat. Et le dernier champion aussi. C'était un bon gars, je l'aimais bien, mais il est devenu trop tendre, a perdu son mordant.\n\nTu devrais t'entraîner davantage, au lieu de traîner dans la ville. Sinon, ton classement va commencer à chuter.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "Voilà ! Le temps doit être consacré à améliorer tes compétences. Qui sait ce qui peut arriver si tu ne le fais pas ?", - "663b9bb7fe7953705cb09114": "Éliminez toutes cibles en utilisant une carabine d'assaut dans Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Éliminez toutes cibles en utilisant un fusil d'assaut dans Arena", "663b9c13d71a6a0be997a5d5": "Éliminez toutes cibles en utilisant un fusil-mitrailleur dans Arena", "663b9c1559c1d56ec9bd6b4a": "Éliminez toutes cibles en utilisant un fusil de précision semi-automatique dans Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Entre deux feux", "66058ccf06ef1d50a60c1f48 description": "Donc tu as vu un cadavre. Tu l'as cherché ? Tu as vérifié autour de lui ? Je souligne simplement que tu es aveugle. Le champion, pour autant que je sache, tenait un journal. Oui, comme un adolescent, mais cela joue en ta faveur. \n\nPourquoi ne pas y retourner et y regarder de plus près ? Il doit y avoir plus d'informations dans le journal sur Ref, des dossiers sur lui. Fais ça si tu veux arrêter d'être remplaçable dans l'arène. \n\nEt encore une chose : si tu m'apportes des informations sur Ref qui seront dignes de mon temps, je te paierai bien.", "66058ccf06ef1d50a60c1f48 failMessageText": "Tu souhaites rester dans les jupons de Réf ? Fais bien comme tu veux.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Bien joué, content que tu aies saisi ton destin par les couilles.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Localisez et obtenez les informations compromettantes sur Ref", "664fd7f0837ee02ad4c8e658": "Livrez les informations trouvées", "66563f0a2684eee09e8dcd86": "Localisez la planque de l'ancien champion", "6658eb28849643547f210708": "Retournez dans la planque de l'ancien champion dans les douanes", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Décisions, Décisions", "66058cd19f59e625462acc90 description": "J'ai entendu des rumeurs... Rumeurs très désagréables. Ils disent que tu essais d'enterrer mon entreprise.\n\nÉcoute, nous nous connaissons depuis un moment. Tu es comme un frère pour moi ! Ne faites pas quelque chose que tu regretteras plus tard. Moins tu en sais, mieux tu dormiras, tu comprends ?\n\nJusqu'à ce que j'aie absolument confiance en toi, mes hommes vont te surveiller. Je ne veux pas que tu fasses des cascades, champion. Et si tu trouves quelque chose lors de ton petit rendez-vous avec le vieux champion, apporte-le-moi. Alors nous pourrons oublier cet heureux petit accident.", - "66058cd19f59e625462acc90 failMessageText": "Espèce de bâtard ! J'ai tout fait pour toi, je t'ai sorti de la boue, j'ai fait de toi un vrai homme, et toi... Fils de pute !", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Tu as fait le bon choix. Je n'ai jamais douté de toi, frère. D'accord, plus d'affaires amusantes à partir de maintenant, tu m'entends ?", "660da15a747708e25add9653": "Condition d'échec : Apportez les documents à Fence", - "664fd86520fa1bd9f8fa5489": "Localisez et obtenez les informations compromettantes sur Ref", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Livrez les informations trouvées", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -26222,7 +26511,7 @@ "665eeacf5d86b6c8aa03c79b declinePlayerMessage": "", "665eeacf5d86b6c8aa03c79b completePlayerMessage": "", "665eec1f5e47a79f8605565a name": "Assoiffé - Gagne-pain", - "665eec1f5e47a79f8605565a description": "Le mec assoiffé ? Toi aussi ?! Pourquoi vous en parlez tous tout d'un coup ? \n\nOui, j'ai travaillé avec ce gars. Il ne pouvait pas tenir cinq minutes sans boire. Nous avons gagné beaucoup d'argent avec lui à l'époque. Il a toujours apporté du bon butin. Mais il a est hors jeu depuis longtemps, du moins à Tarkov. \n\nJe peux te donner un conseil sur l'endroit où il a jeté ses fournitures, mais pas gratuitement. Je cherche deux réservoirs de propane en ce moment. Pourquoi ne les trouves-tu pas pour moi, et ensuite nous parlerons de ton gars ?", + "665eec1f5e47a79f8605565a description": "Le mec assoiffé ? Toi aussi ?! Pourquoi vous nous en parlez tous tout d'un coup ? \n\nOui, j'ai travaillé avec ce gars. Il ne pouvait pas tenir cinq minutes sans boire. Nous avons gagné beaucoup d'argent avec lui à l'époque. Il a toujours apporté du bon butin. Mais il est hors jeu depuis longtemps, du moins à Tarkov. \n\nJe peux te donner un conseil sur l'endroit où il a jeté ses fournitures, mais pas gratuitement. Je cherche deux réservoirs de propane en ce moment. Pourquoi ne les trouves-tu pas pour moi, et ensuite nous parlerons de ton gars ?", "665eec1f5e47a79f8605565a failMessageText": "", "665eec1f5e47a79f8605565a successMessageText": "Tu les as ? C'est un bon début. Maintenant, nous pouvons parler de Thirsty.", "665ef4d93bd11acd294ac48c": "Trouvez en raid des bonbonnes de propane de 5 L", @@ -26830,7 +27119,7 @@ "66ab9da7eb102b9bcd08591c declinePlayerMessage": "", "66ab9da7eb102b9bcd08591c completePlayerMessage": "", "66aba85403e0ee3101042877 name": "En-dessous des rues", - "66aba85403e0ee3101042877 description": "Bonjourn, j'ai reçu des informations selon lesquelles quelque part sous la ville, il y a une entrée abandonnée du laboratoire. Apparemment, TerraGroup a converti l'un des anciens abris anti-bombes en sortie de secours de son laboratoire. Il s'agit d'une occasion unique d'acquérir tout le précieux équipement dont nous avons besoin avec un minimum de risques ! Cependant, je ne peux pas envoyer mes gars sans reconnaissance, ce serait trop dangereux. Il est préférable de d'abord faire vérifier ce passage par quelqu'un d'expérimenté et de s'assurer que les zones d'intérêt sont sécurisées. Tu vas nous aider ?", + "66aba85403e0ee3101042877 description": "Bonjour, j'ai reçu des informations selon lesquelles quelque part sous la ville, il y a une entrée abandonnée du laboratoire. Apparemment, TerraGroup a converti l'un des anciens abris anti-bombes en sortie de secours de son laboratoire. Il s'agit d'une occasion unique d'acquérir tout le précieux équipement dont nous avons besoin avec un minimum de risques ! Cependant, je ne peux pas envoyer mes gars sans reconnaissance, ce serait trop dangereux. Il est préférable de d'abord faire vérifier ce passage par quelqu'un d'expérimenté et de s'assurer que les zones d'intérêt sont sécurisées. Tu vas nous aider ?", "66aba85403e0ee3101042877 failMessageText": "", "66aba85403e0ee3101042877 successMessageText": "Tu l'as donc trouvé. Excellent ! Comment se passe le passage, est-il sûr ? Dans un état de délabrement, tu dis ? Eh bien, il semble que cette opportunité ne sera pas avec nous pour longtemps. J'enverrai mes hommes dès que possible.", "66aba85403e0ee3101042878": "Localisez le passage menant au labo dans les rues de Tarkov (en un raid)", @@ -27252,52 +27541,52 @@ "6727ef2c6015b7cc540ea754 acceptPlayerMessage": "", "6727ef2c6015b7cc540ea754 declinePlayerMessage": "", "6727ef2c6015b7cc540ea754 completePlayerMessage": "", - "673f2cd5d3346c2167020484 name": "Shipping Delay - Part 2", - "673f2cd5d3346c2167020484 description": "So Mechanic sent you, huh? Cool. So I used to have a base, with a hangar, spare parts, cargo shipments even. Then some assholes thought they could just clean the place out! I'm gonna find those bastards. But while I'm at it, all the deliveries are messing up! \n\nThe most important one is a package for Prapor, he's really anxious for it, and the box is still at the depot near the sawmill in Priozersk. If you're down to help me, look for this package and deliver it to Prapor. I can give you a ride to the depot, but I ain't leaving the BTR. I don't like it outside, it's more comforting inside this armor.", + "673f2cd5d3346c2167020484 name": "Retard de livraison - Partie 2", + "673f2cd5d3346c2167020484 description": "Alors, c'est le Mécano qui t'envoie, hein ? Cool. J'avais une base, avec un hangar, des pièces détachées, des livraisons de cargaisons, tout le bazar. Puis des connards ont décidé qu'ils pouvaient tout rafler ! Je vais retrouver ces salauds. Mais en attendant, toutes les livraisons partent en vrille ! \n\nLa plus importante, c'est un colis pour Prapor. Il est vraiment sur les nerfs à cause de ça, et la boîte est toujours au dépôt près de la scierie à Priozersk. Si tu veux bien m'aider, trouve ce colis et livre-le à Prapor.\n\nJe peux te conduire jusqu'au dépôt, mais je ne quitte pas le BTR. Je préfère rester là-dedans, c’est beaucoup plus rassurant derrière le blindage.", "673f2cd5d3346c2167020484 failMessageText": "", - "673f2cd5d3346c2167020484 successMessageText": "So, was Prapor pissed? Well shit, it's an emergency over here! But hey, thanks for helping me out.\n\nNow I might go and check out what's left of the base. You're a good guy, so stay in touch, yeah? When I find these shitheads, I'll need your help again.", - "673f2d938504a2d993bc2e68": "Locate and scout the warehouses at the depot on Woods", - "673f2d9a73ff76dd6d5a6344": "Locate and scout the office at the depot on Woods", - "673f2da118e615f9f5550544": "Locate and scout the garages at the depot on Woods", - "674eefb9b48df9e0cbba4e2f": "Complete the task A Helping Hand", - "673f2cd5d3346c2167020484 acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "673f2cd5d3346c2167020484 declinePlayerMessage": "I cannot help you right now.", - "673f2cd5d3346c2167020484 completePlayerMessage": "Your base is now clear. I found the package and delivered it to Prapor.", - "673f348dd3346c21670217e7 name": "Shipping Delay - Part 1", - "673f348dd3346c21670217e7 description": "Hey, do you know the BTR driver who's driving around Tarkov? I ordered an important delivery from him, but he just vanished somewhere.\n\nIf I had a soldier like that at my disposal, I'd teach him a lesson real quick. How can you delay military cargo shipments?! He was supposed to meet with my men yesterday.\n\nI need to find that bastard and show him what responsibility means. But the package is more important at the moment. Go find it and hand it over to me. We'll deal with the driver later.", + "673f2cd5d3346c2167020484 successMessageText": "Alors, Prapor était furax ? Eh merde, ici c’est un vrai chaos ! Mais bon, merci pour ton aide. \n\nJe vais peut-être aller voir ce qu’il reste de ma base. T’es un bon gars, alors reste dans le coin, d’accord ? Quand je retrouverai ces enfoirés, j’aurai encore besoin de toi.", + "673f2d938504a2d993bc2e68": "Localisez et faites un repérage des entrepôts dans le dépôt des bois", + "673f2d9a73ff76dd6d5a6344": "Localisez et faites un repérage duy bureau dans le dépôt des bois", + "673f2da118e615f9f5550544": "Localisez et faites un repérage des garages dans le dépôt des bois", + "674eefb9b48df9e0cbba4e2f": "Compléter la quête « Une main tendue »", + "673f2cd5d3346c2167020484 acceptPlayerMessage": "Ça a l'air assez facile, je vais m'en occuper.", + "673f2cd5d3346c2167020484 declinePlayerMessage": "Je ne peux pas t'aider pour l'instant.", + "673f2cd5d3346c2167020484 completePlayerMessage": "Ta base est maintenant sécurisée. J’ai trouvé le colis et je l’ai livré à Prapor.", + "673f348dd3346c21670217e7 name": "Retard de livraison - Partie 1", + "673f348dd3346c21670217e7 description": "Hé, tu connais le conducteur du BTR qui traîne dans Tarkov ? J'avais commandé une livraison importante auprès de lui, mais il a disparu dans la nature. \n\nSi j'avais un soldat comme lui sous mes ordres, je lui apprendrais vite ce que c'est que la discipline. Comment peut-on retarder des livraisons de fret militaire ? Il était censé rencontrer mes gars hier. \n\nJe dois retrouver ce salaud et lui montrer ce que signifie la responsabilité. Mais pour l'instant, le colis est plus important. Va le récupérer et remets-le-moi. On s'occupera du conducteur plus tard.", "673f348dd3346c21670217e7 failMessageText": "", - "673f348dd3346c21670217e7 successMessageText": "You talked with the driver, huh? His base was attacked? If you ask me, those couriers will always make excuses for being late.\n\nBut the guy did a good job hiring you. I've been dying to get this little package.", - "673f34c674ec5bf80ea69eee": "Hand over the package from the depot on Woods", + "673f348dd3346c21670217e7 successMessageText": "Tu as parlé avec le conducteur, hein ? Sa base a été attaquée ? Si tu veux mon avis, ces coursiers trouvent toujours des excuses pour leurs retards. \n\nMais ce type a bien fait de t'engager. J'attendais ce petit colis avec impatience.", + "673f34c674ec5bf80ea69eee": "Livrez le colis du dépôt des bois", "673f348dd3346c21670217e7 acceptPlayerMessage": "", "673f348dd3346c21670217e7 declinePlayerMessage": "", "673f348dd3346c21670217e7 completePlayerMessage": "", - "673f4e956f1b89c7bc0f56ef name": "Hot Wheels", - "673f4e956f1b89c7bc0f56ef description": "So I went to the depot... Those assholes ruined the place and took my spare parts. I mean, I can understand tools or equipment. But why the fuck would someone take the fucking wheels? You're not gonna build a second BTR like that.\n\nAnyway, I need a spare wheel, and the sooner the better. You gotta find where the proper wheels could be laying around. I don't know where to look exactly, but you're not a moron, you'll figure it out. You can start with the customs area, but I haven't been there for ages, so I can't promise they'll be there.", - "673f4e956f1b89c7bc0f56ef failMessageText": "This is a joke, right?\n\nThese are fucking truck wheels, you idiot. I'm driving a BTR. B-T-R! Go mark fucking bicycle wheels next while you're at it.", - "673f4e956f1b89c7bc0f56ef successMessageText": "Awesome! These will do, and you also did it quick. I commend that! Changing the wheels will take some time though, it's not a Lada after all.", - "673f5065cdfe082966842575": "Complete the main objective as soon as possible", - "673f507029a1128d5c4d7498": "Locate and mark the spare BTR wheels with an MS2000 Marker", - "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "There are wheels everywhere, don't worry. I'll take care of it.", - "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f4e956f1b89c7bc0f56ef completePlayerMessage": "All done. I did what you asked.", - "673f5a4976553f78350bdac1 name": "Hot Wheels - Let's Try Again", - "673f5a4976553f78350bdac1 description": "We've already lost time, but if we wait any longer, the BTR's gonna stall. While you were screwing around, I did some digging and found out where we can get some proper wheels. Go to the reserve military base, the wheels we need are there. \n\nThey come with rims attached, and they're a proper diameter for the BTR, too. Don't mess it up this time, the deadline's coming up.", + "673f4e956f1b89c7bc0f56ef name": "Ça roule", + "673f4e956f1b89c7bc0f56ef description": "Je suis allé au dépôt... Ces enfoirés ont ruiné l’endroit et pris mes pièces de rechange. Je veux bien comprendre qu’on prenne des outils ou de l’équipement, mais pourquoi diable voler les putains de roues ? Tu ne construiras pas un deuxième BTR avec ça.\n\nBref, j’ai besoin d’une roue de rechange, et le plus tôt sera le mieux. Il faut que tu trouves où ces roues pourraient traîner. Je ne sais pas exactement où chercher, mais t’es pas idiot, tu trouveras. Tu peux commencer dans la zone des douanes, mais ça fait un bail que je n’y suis pas allé, donc je ne te garantis rien.", + "673f4e956f1b89c7bc0f56ef failMessageText": "C'est une blague, c'est ça ?\n\nCe sont des putains de roues de camion, tête d'ail. Je conduis un BTR, B-T-R ! Va baliser des roues de vélo la prochaine fois, tant qu'on y est.", + "673f4e956f1b89c7bc0f56ef successMessageText": "Parfait ! Ces roues feront l’affaire, et en plus, tu as été rapide. Je te félicite pour ça ! Changer les roues va prendre un peu de temps, ce n’est pas une Lada, après tout.", + "673f5065cdfe082966842575": "Complétez l'objectif principal rapidemement", + "673f507029a1128d5c4d7498": "Localisez et balisez les roues de rechange du BTR à l'aide d'une balise MS2000", + "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "Il y a des roues partout, t'inquiète. Je m'en charge.", + "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Peut-être plus tard, d'accord ? Ce n'est pas le moment.", + "673f4e956f1b89c7bc0f56ef completePlayerMessage": "C'est fait, comme demandé.", + "673f5a4976553f78350bdac1 name": "Ça roule - On essaie encore", + "673f5a4976553f78350bdac1 description": "On a déjà perdu du temps, mais si on attend plus longtemps, le BTR va finir par tomber en panne. Pendant que tu traînais, j’ai fait quelques recherches et j’ai trouvé où on peut trouver des roues adaptées. \n\nRends-toi à la base militaire, les roues qu’il nous faut s’y trouvent. Elles sont déjà montées sur des jantes et ont le bon diamètre pour le BTR. Ne te plante pas cette fois, l’échéance approche.", "673f5a4976553f78350bdac1 failMessageText": "", - "673f5a4976553f78350bdac1 successMessageText": "There you go. It's a pain in the ass to change the wheels, but at least we have spares now. \n\nThanks for your help. And, uh, I'm sorry for being an asshole. I just really can't lose my baby while we're dealing with this emergency.", - "673f5a9537550b9d7fd30777": "Locate and mark the spare BTR wheels with an MS2000 Marker on Reserve", - "673f5a4976553f78350bdac1 acceptPlayerMessage": "You should have just told me you needed rims too... Okay, I'll look some more.", - "673f5a4976553f78350bdac1 declinePlayerMessage": "Go do it yourself if it's that easy! I don't have time for this.", - "673f5a4976553f78350bdac1 completePlayerMessage": "I think I marked it right this time.", - "673f6027352b4da8e00322d2 name": "Inevitable Response", - "673f6027352b4da8e00322d2 description": "Have you seen the new wheels? Actually, nevermind, before you fuck them up by looking at them or something. We've lost enough time, but there's a chance we can still find those half-assed engineers. I learned they came from the reserve base. If we don't hesitate, we can still catch up with them and punish them. \n\nStart in the forest and follow that path to the military base, we need to nail these assholes before they lay low.", + "673f5a4976553f78350bdac1 successMessageText": "Voilà. C'est toujours un gros bordel pour changer les roues, mais au moins on en a de rechange désormais.\n\nMerci pour ton aide. Et euh, désolé d'avoir été chiant, je peux vraiment pas me permettre de perdre mon bébé en pleine urgence comme ça.", + "673f5a9537550b9d7fd30777": "Localisez et balisez les roues de rechange du BTR dans la base militaire à l'aide d'une balise MS2000", + "673f5a4976553f78350bdac1 acceptPlayerMessage": "T'aurais dû me dire que t'avais aussi besoin de jantes... Bon, je vais regarder.", + "673f5a4976553f78350bdac1 declinePlayerMessage": "Va le faire toi-même si c'est si facile ! J'ai pas le temps pour ça.", + "673f5a4976553f78350bdac1 completePlayerMessage": "Je pense avoir balisé les bonnes cette fois-ci.", + "673f6027352b4da8e00322d2 name": "Réaction inévitable", + "673f6027352b4da8e00322d2 description": "As-tu vu les nouvelles roues ? En fait, laisse tomber, avant que tu les abîmes rien qu'en les regardant ou je sais pas quoi. On a déjà perdu assez de temps, mais il y a encore une chance de retrouver ces pseudo-ingénieurs. J’ai appris qu’ils venaient de la base militaire. Si on ne traîne pas, on peut encore les rattraper et leur faire payer.\n\nCommence dans la forêt et suis cette route jusqu'à la base militaire, on doit coincer ces enfoirés avant qu’ils ne disparaissent.", "673f6027352b4da8e00322d2 failMessageText": "", - "673f6027352b4da8e00322d2 successMessageText": "You got them in time? Good. Let the others think twice before ransacking my place again.", - "673f60910aed589d887b5ea1": "Eliminate Scavs on Woods", - "67499a4f03b8295863172dea": "Use the transit from Woods to Reserve", - "67499a61ddf14e140a675607": "Eliminate Scavs on Reserve", - "673f6027352b4da8e00322d2 acceptPlayerMessage": "Understood, will do.", - "673f6027352b4da8e00322d2 declinePlayerMessage": "I cannot help you right now.", - "673f6027352b4da8e00322d2 completePlayerMessage": "It took some work, but your problem is solved. They're not coming back.", + "673f6027352b4da8e00322d2 successMessageText": "Tu les as eus à temps ? Bien. Que les autres y réfléchissent à deux fois avant de piller mon repaire à nouveau.", + "673f60910aed589d887b5ea1": "Éliminez des scavs dans les bois", + "67499a4f03b8295863172dea": "Utilisez le transit des bois vers la base militaire", + "67499a61ddf14e140a675607": "Éliminez des scavs dans la base militaire", + "673f6027352b4da8e00322d2 acceptPlayerMessage": "Compris, je m'en occupe.", + "673f6027352b4da8e00322d2 declinePlayerMessage": "Je ne peux pas vous aider pour l'instant.", + "673f6027352b4da8e00322d2 completePlayerMessage": "Ça n’a pas été facile, mais ton problème est réglé. Ils ne reviendront pas.", "673f61a066e6a521aa04b62b name": "Order From Outside", "673f61a066e6a521aa04b62b description": "Surely you don't think I would be interested in petty local conflicts? I have much more important matters to attend to, and I am not going to help either of the parties. Speaking of which. I need to move an item from point A to point B. \n\nIt is hidden at the electromechanical warehouse in the airspace control center at the military base. It's to be delivered to the Priozersk nature reserve. The landmark will be a small cemetery. You'll recognize it by the stretchers and the bodies around it -- not everyone has been buried in time. \n\nSince my cargo is very specific, some people may have a particular interest in it. That is why I need someone who can guarantee the safety of the cargo during transportation.", "673f61a066e6a521aa04b62b failMessageText": "I thought you were dead, so I have already given the job to another person. Next time, don't take too long to complete the tasks I give you.", @@ -27353,7 +27642,7 @@ "6740a3f4eca8acb2d2055159 acceptPlayerMessage": "", "6740a3f4eca8acb2d2055159 declinePlayerMessage": "", "6740a3f4eca8acb2d2055159 completePlayerMessage": "", - "6740b60c60a98cad1b0e0aa0 name": "Another Shipping Delay", + "6740b60c60a98cad1b0e0aa0 name": "Encore un retard de livraison", "6740b60c60a98cad1b0e0aa0 description": "Hey, brother! You say the BTR driver wants to leave Skier's gang? You know, that kind of transport would be good for my trade. But you do realize Skier won't appreciate such a move, and it's a risk to my business. Anyway, it's a lot to think about and weigh.\n\nThough, you can make the driver's offer more convincing. I got some urgent business to take care of. I lost contact with one of my crews. The guys were running a delivery and they were supposed to be back by now. Return to me if you find any sign of them.", "6740b60c60a98cad1b0e0aa0 failMessageText": "", "6740b60c60a98cad1b0e0aa0 successMessageText": "Someone's iced the couriers, huh? This means I have to switch routes, I've got three more trips planned! \n\nMan, I can't stop the trade, I need new routes. Maybe your driver friend could give some tips? Go ask him where I can move the goods safely. Pretty please.", @@ -27459,7 +27748,7 @@ "6745fae369a58fceba10343d acceptPlayerMessage": "", "6745fae369a58fceba10343d declinePlayerMessage": "", "6745fae369a58fceba10343d completePlayerMessage": "", - "6745fcded0fbbc74ca0f721d name": "Swift Retribution", + "6745fcded0fbbc74ca0f721d name": "Rétribution rapide", "6745fcded0fbbc74ca0f721d description": "So? Feel how smooth it runs now? You did me a solid with the wheels. \n\nNow we can start thinking about the fuckers who robbed my base. They can't have gotten far, they're probably still in the nature reserve. Go and punish those fucks, will you?", "6745fcded0fbbc74ca0f721d failMessageText": "", "6745fcded0fbbc74ca0f721d successMessageText": "Nice work! Now the Scavs will think twice before messing with me.", @@ -27467,15 +27756,15 @@ "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Alright, I'm in.", "6745fcded0fbbc74ca0f721d declinePlayerMessage": "I've got enough on my plate already. I can't help you.", "6745fcded0fbbc74ca0f721d completePlayerMessage": "I found those dickheads. They won't be bothering you anymore.", - "6745fdddd3346c216702e0bf name": "Simple Side Job", - "6745fdddd3346c216702e0bf description": "I am not interested in localized conflicts and I am not going to help either side. But since you are already here, I have a job for you.\n\nThe task is simple: pick up one cargo from the roof of the military hospital at the reserve base and deliver it to the transfer point. Be careful with the cargo and do not open the crate. This shipment might be of interest to certain people, so I need a man with special skills. Someone like you.", - "6745fdddd3346c216702e0bf failMessageText": "You shouldn't have taken so long to complete my task. I've already found another merc who works faster.", - "6745fdddd3346c216702e0bf successMessageText": "Well done. The reward will not disappoint you.", - "6745fe81eae30b9fb3bb6166": "Locate and obtain Lightkeeper's cargo crate on the roof of the military hospital on Reserve", - "6745fe8d48cd7aeda7152b24": "Stash the cargo at the Scav house on Woods", - "6745fdddd3346c216702e0bf acceptPlayerMessage": "Okay, I'm in.", - "6745fdddd3346c216702e0bf declinePlayerMessage": "I cannot help you right now.", - "6745fdddd3346c216702e0bf completePlayerMessage": "Here about the job. Everything's done on my end.", + "6745fdddd3346c216702e0bf name": "Simple boulot secondaire", + "6745fdddd3346c216702e0bf description": "Je ne m'intéresse pas aux conflits locaux, et je n'ai pas l'intention d'aider l'un ou l'autre camp. Mais puisque tu es déjà là, j'ai un boulot pour toi. \n\nLa tâche est simple : récupère une cargaison sur le toit de l'hôpital militaire de la base militaire et livre-la au point de transfert. Fais attention à la cargaison et ne l'ouvre pas. Cet envoi pourrait intéresser certaines personnes, c'est pourquoi j'ai besoin d'un homme avec des compétences particulières. Quelqu'un comme toi.", + "6745fdddd3346c216702e0bf failMessageText": "Tu n'aurais pas dû mettre autant de temps à accomplir ma mission. J'ai déjà trouvé un autre mercenaire qui bosse plus vite.", + "6745fdddd3346c216702e0bf successMessageText": "Bien joué. La récompense ne va pas te décevoir.", + "6745fe81eae30b9fb3bb6166": "Localisez et obtenez la caisse manquante de la cargaison de Lightkeeper sur le toit de l'hôpital militaire de la base militaire", + "6745fe8d48cd7aeda7152b24": "Déposez la cargaison dans la maison des scavs des bois", + "6745fdddd3346c216702e0bf acceptPlayerMessage": "Ok, j'en suis.", + "6745fdddd3346c216702e0bf declinePlayerMessage": "Je ne peux pas vous aider pour l'instant.", + "6745fdddd3346c216702e0bf completePlayerMessage": "Je suis là à propos du boulot. Tout est accompli de mon côté.", "674600a366e6a521aa05eb66 name": "Route Deviation", "674600a366e6a521aa05eb66 description": "Yeah-yeah, your previous job was about the BTR driver. So what? It makes no difference to you. We made a deal, but the kid's still looking for ways around it. If I didn't know how to manage lads like him, I wouldn't have gotten on top myself.\n\nYou need good intel to manage them so you can nail them in time. There are no issues in Priozersk, but in the city he often deviates from my routes. I need to know where the BTR goes and why. Mark all his stops with strobe markers, after that my lads will handle it.", "674600a366e6a521aa05eb66 failMessageText": "You decided to help the driver? Predictions don't seem to be your strong suit.\n\nWithout me, his wheelbarrow will fall apart, and without it, he'll be clapped by the first guy he meets! That's when you'll come crawling back to me.", @@ -27508,12 +27797,12 @@ "6746053b5b555b53460d9896 acceptPlayerMessage": "", "6746053b5b555b53460d9896 declinePlayerMessage": "", "6746053b5b555b53460d9896 completePlayerMessage": "", - "674605df60a98cad1b0ec799 name": "Killer Argument", - "674605df60a98cad1b0ec799 description": "Have you already heard that the driver has poached some of the traders over to his side? This kid's gotten a little far from his nest, so it's time to end it. I've made a deal with a certain someone to share some RPG ammo, enough to penetrate his BTR's armor. \n\nNow I need someone to deliver the package from the Scav house in Priozersk. Nobody knows about the delivery yet, so it should go smoothly. You gotta work fast, so that the driver doesn't find out what I'm preparing for him.", - "674605df60a98cad1b0ec799 failMessageText": "You're too sharp for your own good, punk. A proper bandit would never do that shit.\n\nYou can't betray your own gang. Who'd want to do business with you now?", - "674605df60a98cad1b0ec799 successMessageText": "Very good! Now the BTR armor won't save the driver. Stay in touch, you'll be useful during the assault.", - "6746061983996c4aa4765025": "Locate and obtain the package with RPG ammo on Woods", - "674606266884ca9cfc83530e": "Hand over the package", + "674605df60a98cad1b0ec799 name": "Argument de choc", + "674605df60a98cad1b0ec799 description": "T'as déjà entendu que le chauffeur a débauché quelques marchands pour les mettre dans sa poche ? Ce gamin s'est un peu trop éloigné de son nid, donc il est temps d'y mettre un terme. J'ai fait un deal avec une certaine personne pour partager quelques munitions de RPG, de quoi pénétrer l'armure de son BTR.\n\nMaintenant, j'ai besoin de quelqu'un pour livrer le paquet depuis la maison des Scavs à Priozersk. Personne ne sait encore pour la livraison, donc ça devrait bien se passer. Faut que tu bosses vite, pour que le chauffeur ne découvre pas ce que je lui prépare.", + "674605df60a98cad1b0ec799 failMessageText": "T'es trop malin pour ton propre bien, morveux. Un vrai bandit ne ferait jamais ce genre de conneries.\n\nTu peux pas trahir ta propre bande. Qui voudra encore faire affaire avec toi maintenant ?", + "674605df60a98cad1b0ec799 successMessageText": "Très bien ! Maintenant, le blindage du BTR ne sauvera pas le chauffeur. On reste en contact, tu seras utile pendant l'assaut.", + "6746061983996c4aa4765025": "Localisez et obtenez le colis contenant les munitions de RPG dans les bois", + "674606266884ca9cfc83530e": "Livrez le colis", "674605df60a98cad1b0ec799 acceptPlayerMessage": "", "674605df60a98cad1b0ec799 declinePlayerMessage": "", "674605df60a98cad1b0ec799 completePlayerMessage": "", @@ -27529,61 +27818,61 @@ "67460662d0fbbc74ca0f7229 acceptPlayerMessage": "", "67460662d0fbbc74ca0f7229 declinePlayerMessage": "", "67460662d0fbbc74ca0f7229 completePlayerMessage": "", - "674647f38466ebb03408b291 name": "That’s a Great Plan, Walter", - "674647f38466ebb03408b291 description": "Hello, gangster! My overseas colleague and I were working out a little deal, but things didn't seem to go according to plan. We needed to get a shipment across town, but it was too risky to move it all at once. \n\nSo they split up the big shipment into lots of little ones and locked the cases. Even if some loser finds it, they won't be able to open it! Peacekeeper said the shipment's already in Tarkov, but my guys at the drop points haven't seen shit yet. \n\nBe a good boy and go check it out. Scour around, and if you find our cargo, bring it here. Easy day's work, yeah?", + "674647f38466ebb03408b291 name": "C'est un bon plan, Walter", + "674647f38466ebb03408b291 description": "Salut, gangster ! Mon collègue d'outre-mer et moi avions prévu un petit deal, mais il semblerait que ça ne se soit pas déroulé comme prévu. On devait transporter une cargaison à travers la ville, mais c'était trop risqué de tout déplacer d'un coup.\n\nAlors ils ont divisé la grosse cargaison en plusieurs petites et ont verrouillé les caisses. Même si un crétin tombe dessus, il ne pourra pas les ouvrir ! Peacekeeper a dit que la cargaison est déjà à Tarkov, mais mes gars aux points de largage n'ont rien vu.\n\nSois gentil et va jeter un œil. Fouille partout, et si tu trouves notre marchandise, rapporte-la ici. Une journée facile, non ?", "674647f38466ebb03408b291 failMessageText": "", - "674647f38466ebb03408b291 successMessageText": "Shit, the plan was solid... We kept it secret, nobody was in on it.\n\nBetter ask Peacekeeper what's happening with the couriers. Good thing we locked the cases beforehand. \n\nStay close by, maybe there'll be more work.", - "67464892f25c4371c2242a1a": "Locate and hand over the locked cases with cargo", + "674647f38466ebb03408b291 successMessageText": "Merde, le plan était solide... On l'a gardé secret, personne n'était dans la boucle.\n\nTu ferais mieux de demander à Peacekeeper ce qui se passe avec les coursiers. Heureusement qu'on a verrouillé les caisses à l'avance.\n\nReste dans le coin, il pourrait y avoir plus de boulot.", + "67464892f25c4371c2242a1a": "Localisez et livrez les mallettes verrouillées", "674647f38466ebb03408b291 acceptPlayerMessage": "", "674647f38466ebb03408b291 declinePlayerMessage": "", "674647f38466ebb03408b291 completePlayerMessage": "", - "6746480040ea3d1d4f0e5d51 name": "Shell Game", - "6746480040ea3d1d4f0e5d51 description": "Cheeky bastards. Those fuckers knew everything from the start! They even framed the courier attack and stole the keys! \n\nAnd to make it look legit, they took our contraband out of the cases and stuffed them with random fucking garbage. Now we gotta check every case. Every fucking case! We're short-handed for this bullshit, so you're gonna come in handy. \n\nIf you can't find the keys from the smugglers, go to Ref, he's already fucking selling them anyway. I only want my goods, you can have the rest. My buyer's pissed as shit, waiting for his order. \n\nSo if you do everything quick, you'll get both the goods and some nice cash.", + "6746480040ea3d1d4f0e5d51 name": "Bonneteau", + "6746480040ea3d1d4f0e5d51 description": "Ces enfoirés... Ces salauds savaient tout depuis le début ! Ils ont même organisé l’attaque du coursier et volé les clés !\n\nEt pour que ça ait l’air crédible, ils ont sorti notre contrebande des colis et les ont bourrées avec n’importe quelle foutue camelote. Maintenant, il faut vérifier chaque colis. Chaque foutu colis ! On manque de bras pour gérer cette merde, alors tu vas être utile.\n\nSi tu ne trouves pas les clés chez les contrebandiers, va voir Ref, il est déjà en train de les vendre, de toute façon. Moi, je veux juste mes marchandises. Le reste, tu peux le garder. Mon acheteur est furieux et attend sa commande.\n\nSi tu fais tout vite, tu récupères les marchandises et un joli paquet d’argent.", "6746480040ea3d1d4f0e5d51 failMessageText": "", - "6746480040ea3d1d4f0e5d51 successMessageText": "Well done! I think we got most of our contraband back.\n\nThat was really fucking close, but I think the deal's done. Would've been a total bust without you.", - "67464916bbc0297381fcf753": "Hand over Skier's contraband from the locked cases", + "6746480040ea3d1d4f0e5d51 successMessageText": "Bien joué ! Je crois qu’on a récupéré la majorité de notre contrebande.\n\nC’était vraiment limite, mais je pense que l’affaire est conclue. Sans toi, ça aurait été un fiasco total.", + "67464916bbc0297381fcf753": "Livrez des colis de contrebande de Skier trouvés dans des mallettes verrouillées", "6746480040ea3d1d4f0e5d51 acceptPlayerMessage": "", "6746480040ea3d1d4f0e5d51 declinePlayerMessage": "", "6746480040ea3d1d4f0e5d51 completePlayerMessage": "", - "6746480cd0b2f8eb9b034e3e name": "Chop the Thieving Hand", - "6746480cd0b2f8eb9b034e3e description": "I figure you've already been approached by my partner in our deal. The transfer was sabotaged, and I found the culprits. Local smugglers thought they were the only ones who could use the unrest in the region to transport goods.\n\nWe need to show them that interfering with big business is fatal. My contact in Europe is waiting for payment, and the buyer won't pay Skier without the goods.\n\nIf this deal falls through, we won't have a chance to secure any major contracts going forward. This has to be dealt with immediately. Are we clear?", + "6746480cd0b2f8eb9b034e3e name": "Couper la main du voleur", + "6746480cd0b2f8eb9b034e3e description": "Je suppose que mon partenaire t’a déjà contacté au sujet de notre accord. Le transfert a été saboté, et j’ai trouvé les coupables. Des contrebandiers locaux ont cru qu’ils étaient les seuls à pouvoir profiter des troubles dans la région pour transporter des marchandises.\n\nNous devons leur montrer que s’en prendre aux grandes affaires est fatal. Mon contact en Europe attend le paiement, et l’acheteur ne paiera pas Skier sans les marchandises.\n\nSi cet accord échoue, nous n’aurons aucune chance de décrocher des contrats majeurs à l’avenir. Cela doit être réglé immédiatement. C’est clair ?", "6746480cd0b2f8eb9b034e3e failMessageText": "", - "6746480cd0b2f8eb9b034e3e successMessageText": "Great! All that remains is to find out how badly those scavengers have messed things up.\n\nI need to contact Skier and provide security for a shipment with keys to the cases. You're free to go now, mercenary.", - "67464973800dfc0ed382cc34": "Eliminate the \"Smugglers\"", + "6746480cd0b2f8eb9b034e3e successMessageText": "Parfait ! Il ne reste plus qu’à découvrir à quel point ces charognards ont foutu le bordel.\n\nJe dois contacter Skier et assurer la sécurité d’une cargaison contenant les clés des caisses. Tu peux disposer maintenant, mercenaire.", + "67464973800dfc0ed382cc34": "Éliminez les \"contrebandiers\"", "6746480cd0b2f8eb9b034e3e acceptPlayerMessage": "", "6746480cd0b2f8eb9b034e3e declinePlayerMessage": "", "6746480cd0b2f8eb9b034e3e completePlayerMessage": "", - "675031be899713ccad00060c name": "Christmas Dinner", - "675031be899713ccad00060c description": "How's it going my friend! Not cold, are you? Well, here's the thing... We're going to arrange a feast with our comrades-in-arms at the base, it's Christmas after all!\n\nBut you know how it is in inventory warehouses. According to the records everything is there, but in reality there's only tushonka and a shitload of potatoes. We wanted to make olivier salad, maybe two bowls. Amd we need some booze, too. \n\nCan you get it? Just don't bring the potatoes, we have enough of it.", + "675031be899713ccad00060c name": "Dîner de Noël", + "675031be899713ccad00060c description": "Comment ça va, mon ami ? Pas trop froid, hein ? Bon, voilà le truc... On va organiser un festin avec les camarades à la base, c’est Noël après tout !\n\nMais tu sais comment c’est dans les entrepôts d’intendance. Sur le papier, tout est là, mais en vrai, y’a que des tushonkas et une putain de montagne de patates. On voulait faire une salade Olivier, peut-être deux bols. Et il faut aussi un peu de gnôle.\n\nTu peux t’en charger ? Laisse tomber les patates, on en a déjà bien assez.", "675031be899713ccad00060c failMessageText": "", - "675031be899713ccad00060c successMessageText": "Well done! Oh and yeah, I can't invite you too, sorry. It's for old acquaintances, officers and stuff, you know?\n\nBut you do deserve the reward for procuring the resources, so here you go.", - "67570c0d63b4ca18b62897b0": "Hand over the item: Salty Dog beef sausage", - "67570c1dd37fe94e53828e73": "Hand over the item: Can of green peas", - "67570c2cb9a6467518160e50": "Hand over the item: Jar of DevilDog mayo", - "67570c3d9453e3c86deaed51": "Hand over the item: Bottle of Tarkovskaya vodka", - "67570c4919a18dfbab35905c": "Hand over the item: Bottle of Dan Jackiel whiskey", - "67570cab8cba6bcd8d5f5dd7": "Hand over the item: Jar of pickles", + "675031be899713ccad00060c successMessageText": "Bien joué ! Ah, et ouais, désolé, je peux pas t’inviter. C’est pour les vieilles connaissances, les officiers et tout, tu vois ? \n\nMais t’as mérité ta récompense pour avoir récupéré les provisions, alors tiens, prends ça.", + "67570c0d63b4ca18b62897b0": "Livrez l'objet : Saucisse de bœuf Salty Dog", + "67570c1dd37fe94e53828e73": "Livrez l'objet : Conserve de petits pois", + "67570c2cb9a6467518160e50": "Livrez l'objet : Pot de mayonnaise DevilDog", + "67570c3d9453e3c86deaed51": "Livrez l'objet : Bouteille de vodka Tarkovskaya", + "67570c4919a18dfbab35905c": "Livrez l'objet : Bouteille de whisky Dan Jackiel", + "67570cab8cba6bcd8d5f5dd7": "Livrez l'objet : Pot de cornichons", "675031be899713ccad00060c acceptPlayerMessage": "", "675031be899713ccad00060c declinePlayerMessage": "", "675031be899713ccad00060c completePlayerMessage": "", - "675031d3884e1da4a90b3bc9 name": "Chilly", - "675031d3884e1da4a90b3bc9 description": "Come on in, sit down. Tea's almost ready, it'll warm you up. We haven't had such temperatures since 1873. That winter was as tough as this one, I even warmed up a stray fox here!\n\nIt makes a big difference in a combat situation. You can freeze your fingers so cold that you can't even pull the trigger. Can't sit in an ambush either when you're freezing cold.\n\nIf you want to survive, you gotta toughen up your body. Try to take out a few enemies when you're cold.", + "675031d3884e1da4a90b3bc9 name": "Frisquet", + "675031d3884e1da4a90b3bc9 description": "Allez, entre, assieds-toi. Le thé est presque prêt, ça va te réchauffer. On n’a pas eu des températures pareilles depuis 1873. Cet hiver-là était aussi rude que celui-ci, j’avais même réchauffé un renard errant ici !\n\nÇa fait une sacrée différence en combat. Tu peux te geler les doigts au point de plus pouvoir appuyer sur la queue détente. Impossible de rester planqué pour une embuscade non plus quand tu te les pèles.\n\nSi tu veux survivre, faut endurcir ton corps. Essaie de buter quelques ennemis en ayant bien froid.", "675031d3884e1da4a90b3bc9 failMessageText": "", - "675031d3884e1da4a90b3bc9 successMessageText": "So how's your condition? Now you need to warm up, or you'll be out of commission for a week.\n\nAfter you're warmed up, you'll have to practice again, otherwise your body won't get used to it. Then the cold will be an advantage, not a setback.", - "67585f77650907d333a3f082": "Eliminate any target while suffering from the Frostbite status effect", + "675031d3884e1da4a90b3bc9 successMessageText": "Alors, ça va ton état ? Maintenant, faut te réchauffer, sinon t’es bon pour rester hors service pendant une semaine.\n\nUne fois que t’es bien réchauffé, va falloir t’y remettre, sinon ton corps ne s’habituera jamais. Et là, le froid deviendra un atout, pas un handicap.", + "67585f77650907d333a3f082": "Éliminez toutes cibles en souffrant de l'effet « morsure du froid »", "675031d3884e1da4a90b3bc9 acceptPlayerMessage": "", "675031d3884e1da4a90b3bc9 declinePlayerMessage": "", "675031d3884e1da4a90b3bc9 completePlayerMessage": "", - "675031e1f300496cc4104450 name": "Hide in Plain Sight", - "675031e1f300496cc4104450 description": "Have you seen how the city's changed? Lights, fairs everywhere.\n\nIt's like there was no war and they're selling next year's calendars everywhere. But all this cheerfullness is to our advantage. \n\nThe fairs have been put in prominent places, and I'd like to use them to traffic my merchandise. And in order to add new spots to my itineraries, I need the exact coordinates. \n\nCan you lend me a hand with that? You help me, I help you, like brother to brother! Finding fairs is easy - just follow wherever you see the most holiday lights.", + "675031e1f300496cc4104450 name": "Caché en pleine lumière", + "675031e1f300496cc4104450 description": "T'as vu comment la ville a changé ? Des lumières, des marchés partout. \n\nOn dirait qu'il n'y a jamais eu de guerre, et ils vendent des calendriers pour l'année prochaine comme si de rien n'était. Mais tout cet enthousiasme joue en notre faveur. \n\nLes marchés sont installés dans des endroits bien visibles, et je voudrais les utiliser pour écouler ma marchandise. Mais pour ajouter de nouveaux arrêts à mes itinéraires, j'ai besoin des coordonnées exactes.\n\nTu peux me filer un coup de main pour ça ? Tu m'aides, je t'aide, comme des frères ! Trouver les marchés, c'est facile : il suffit de suivre les endroits les plus illuminés pour les fêtes.", "675031e1f300496cc4104450 failMessageText": "", - "675031e1f300496cc4104450 successMessageText": "Nice job! In better times I would've given you a good car for your active involvement in the business.\n\nBut you know what kind of merchandise is hot right now. Here, you'll need this.", - "67583687e90b8dcb52b2390f": "Locate and visit the Christmas tree on Lighthouse", - "6758369a1ac8288e78e907b9": "Locate and visit the Christmas tree on Customs", - "6758369be66a1e49655a8f6d": "Locate and visit the Christmas tree on Reserve", - "6758369d70ddf414fe0e06e3": "Locate and visit the Christmas tree on Interchange", - "6758369eac845ae2d6446a0e": "Locate and visit the Christmas tree on Shoreline", - "6758369f71ddaaf12e484444": "Locate and visit the Christmas tree on Woods", + "675031e1f300496cc4104450 successMessageText": "Beau boulot ! En des temps meilleurs, je t'aurais filé une bonne bagnole pour ton implication active dans le business. \n\nMais tu sais quel genre de marchandise fait fureur en ce moment. Tiens, ça te sera utile.", + "67583687e90b8dcb52b2390f": "Localisez et visitez le marché de Noël dans la zone du phare", + "6758369a1ac8288e78e907b9": "Localisez et visitez le marché de Noël dans les douanes", + "6758369be66a1e49655a8f6d": "Localisez et visitez le marché de Noël dans la base militaire", + "6758369d70ddf414fe0e06e3": "Localisez et visitez le marché de Noël dans l'échangeur", + "6758369eac845ae2d6446a0e": "Localisez et visitez le marché de Noël sur le littoral", + "6758369f71ddaaf12e484444": "Localisez et visitez le marché de Noël dans les bois", "675031e1f300496cc4104450 acceptPlayerMessage": "", "675031e1f300496cc4104450 declinePlayerMessage": "", "675031e1f300496cc4104450 completePlayerMessage": "", @@ -27615,10 +27904,10 @@ "67503219527c9a38e80496ae declinePlayerMessage": "", "67503219527c9a38e80496ae completePlayerMessage": "", "67503247622398376d0b57cd name": "Khorovod", - "67503247622398376d0b57cd description": "So the officers and I couldn't resist and we've already started celebrating... We haven't touched the salad yet, and we'll still get more booze, so don't worry.\n\nWe talked about the fighting spirit, so we've come up with something you'll like! Anyway, we want the whole city to have a party. Then even loners like you will think of home, even if it's just for a second.\n\nOur guys have already found the good big trees and dressed them up properly. We don't have enough fuel to keep them lit permanently, but we can still light them up all over the city for some time!\n\nHere's the plan: you take the fuel canisters, get to the holiday tree and turn on the generator. \n\nBut regular gasoline won't do, you need special, industrial fuel. The tree lights up, but you have to hold it up for everyone to see. \n\nObviously, this will attract all sorts of scum, but you're not going empty-handed. We can't surrender the trees to the bandits, you'll be the first and last line of defense.\n\nOnce you're done, go straight to the next one. We've prepared the trees wherever we could. It all has to be done at once, it's the only way to have the desired effect. I'll find someone else to help you. \n\nI've dug up some special armbands so you don't shoot each other. Put them on and don't shoot the people wearing them as well.", + "67503247622398376d0b57cd description": "Alors, les officiers et moi, on n'a pas pu résister et on a déjà commencé à célébrer... On n'a pas encore touché à la salade, et on aura encore plus de boisson, donc t'inquiète pas.\n\nOn a parlé de l'esprit combatif, et on a imaginé un truc qui va te plaire ! On veut que toute la ville fasse la fête. Comme ça, même les solitaires comme toi penseront à chez eux, même si c'est juste une seconde.\n\nNos gars ont déjà trouvé de grands sapins bien beaux et les ont bien décorés. On n'a pas assez de carburant pour les garder allumés en permanence, mais on peut encore les allumer un peu partout en ville pendant un moment !\n\nVoilà le plan : tu prends les bidons de carburant, tu vas jusqu'au sapin de Noël et tu démarres le générateur.\n\nMais de l'essence ordinaire ne fera pas l'affaire, il te faut du carburant industriel spécial. Le sapin s'illuminera, mais tu dois le maintenir allumé pour que tout le monde puisse le voir.\n\nÉvidemment, ça attirera toutes sortes de racaille, mais tu n'y vas pas les mains vides. On ne peut pas laisser les bandits prendre les sapins, tu seras la première et dernière ligne de défense.\n\nUne fois que tu as fini, va directement au suivant. On a préparé les sapins là où on pouvait. Il faut tout faire d'un coup, c'est le seul moyen d'avoir l'effet désiré. Je trouverai quelqu'un d'autre pour t'aider.\n\nJ'ai déterré des brassards spéciaux pour éviter que vous vous tiriez dessus. Mets-les et ne tire pas sur ceux qui les portent aussi.", "67503247622398376d0b57cd failMessageText": "", - "67503247622398376d0b57cd successMessageText": "What an awesome celebration! People are out on the streets, gathering and celebrating!\n\nI even got a message from a comrade I've thought was dead for a long time!\n\nI think you've already figured out that what you've done is very important. When things get tough, you'll remember. And when you do, you'll feel better.", - "675708d9432e1eb103266d6e": "Reach Interchange in the Khorovod mode", + "67503247622398376d0b57cd successMessageText": "Quelle célébration incroyable ! Les gens sont dans les rues, ils se rassemblent et célèbrent !\n\nJ'ai même reçu un message d'un camarade que je croyais mort depuis longtemps !\n\nJe pense que tu as déjà compris que ce que tu as fait est très important. Quand les choses deviendront difficiles, tu t'en souviendras. Et quand ce sera le cas, tu te sentiras mieux.", + "675708d9432e1eb103266d6e": "Atteingnez l'échangeur en mode Khorovod", "67503247622398376d0b57cd acceptPlayerMessage": "", "67503247622398376d0b57cd declinePlayerMessage": "", "67503247622398376d0b57cd completePlayerMessage": "", @@ -27638,12 +27927,12 @@ "67503256a1b980000e009ed1 acceptPlayerMessage": "", "67503256a1b980000e009ed1 declinePlayerMessage": "", "67503256a1b980000e009ed1 completePlayerMessage": "", - "67503260899713ccad00060e name": "Enough Drinks for That One", - "67503260899713ccad00060e description": "Hello again! The fairs worked well, business is booming!\n\nI was gonna make a little gift for you, but my men were intercepted by Killa and his gang.\n\nI heard they're all dressed up in Christmas clothes and partying, so I organized a new route through Ultra while they're busy, but things didn't really go according to plan.\n\nI put a lot of money into this, and a lot of deals might go south because of Killa. So, you down to help me out?\n\nIf you can get rid of that psycho and his stupid friends, I'll owe you big! Just make sure you do this at night, cause they're not gonna let you anywhere near them in the daytime.", + "67503260899713ccad00060e name": "Il a assez bu", + "67503260899713ccad00060e description": "Salut encore ! Les marchés ont bien fonctionné, les affaires sont en plein essor !\n\nJ'avais prévu de te faire un petit cadeau, mais mes gars se sont fait intercepter par Killa et sa bande.\n\nJ'ai entendu dire qu'ils sont tous déguisés en tenue de Noël et font la fête, alors j'ai organisé un nouvel itinéraire à travers l'ULTRA pendant qu'ils sont occupés, mais ça ne s'est pas vraiment passé comme prévu.\n\nJ'ai investi beaucoup d'argent là-dedans, et beaucoup de deals pourraient capoter à cause de Killa. Alors, tu veux bien m'aider ?\n\nSi tu peux te débarrasser de ce taré et de ses amis débiles, je te devrai une fière chandelle ! Assure-toi juste de faire ça la nuit, car ils ne te laisseront pas t'approcher en pleine journée.", "67503260899713ccad00060e failMessageText": "", - "67503260899713ccad00060e successMessageText": "You got him? You sure? He took down plenty of my guys...\n\nBut if it's clear now, that means no one's gonna stop us from making cash anymore. \n\nAs promised, here's a little something for you. Consider it a Christmas present.", - "67583391869cf73efa21169f": "Locate and neutralize Killa in the time period of 22:00-10:00 on Interchange", - "675833a7fbbf777212206513": "Eliminate Scavs with festive masks in the time period of 22:00-10:00 on Interchange", + "67503260899713ccad00060e successMessageText": "Tu l'as eu ? T'es sûr ? Il a descendu pas mal de mes gars...\n\nMais si c'est dégagé maintenant, ça veut dire que plus rien ne nous empêchera de faire du fric.\n\nComme promis, voilà un petit quelque chose pour toi. Considère ça comme un cadeau de Noël.", + "67583391869cf73efa21169f": "Localisez et éliminez Killa entre 22 h et 10 h dans l'échangeur", + "675833a7fbbf777212206513": "Éliminez des scavs portant des masques de célébration entre 22 h et 10 h dans l'échangeur", "67503260899713ccad00060e acceptPlayerMessage": "", "67503260899713ccad00060e declinePlayerMessage": "", "67503260899713ccad00060e completePlayerMessage": "", @@ -27651,196 +27940,196 @@ "6752f6d83038f7df520c83e8 description": "Salut. Je suppose que tu as déjà vu le BTR qui circule dans Tarkov. Le conducteur offrait autrefois ses services à des opérateurs comme toi, mais dernièrement, il a commencé à travailler aussi avec Skier. Ce conducteur est venu me voir lorsqu'il restaurait le BTR. Laisse-moi te dire que c'était un défi assez intéressant. Mais ce n’est pas le sujet.\n\nIl n’a pas donné signe de vie depuis un bon moment, et voilà qu’il demande soudain de l’aide. Apparemment, il se passe quelque chose de grave. Peux-tu aller le voir et découvrir ce qui se passe ? Il ne reste plus beaucoup d’hommes d’esprit et d’ambition à Tarkov. Les gens comme nous devraient se serrer les coudes.", "6752f6d83038f7df520c83e8 failMessageText": "", "6752f6d83038f7df520c83e8 successMessageText": "Je lui ai dit que c'était dangereux de rejoindre la bande de Skier... Certes, ça offre certains privilèges, mais il est difficile de rester indépendant dans une affaire d'une telle envergure.\n\nJe me demande qui aurait pu se retourner contre Skier ? Après tout, le BTR devrait être sous sa protection...", - "6752f85800c5b2c48240c45f": "Compléter la quête « Délai de livraison - Partie 1 »", + "6752f85800c5b2c48240c45f": "Compléter la quête « Retard de livraison - Partie 1 »", "6752f86d538945df8cc3fc3a": "Localisez et obtenez le colis de Prapor dans les bois", "6756bcb3f93f4c1fc2b2d685": "Survivez et quittez la zone", "6752f6d83038f7df520c83e8 acceptPlayerMessage": "", "6752f6d83038f7df520c83e8 declinePlayerMessage": "", "6752f6d83038f7df520c83e8 completePlayerMessage": "", - "675c03d1f7da9792a405549a name": "Abandoned Cargo", - "675c03d1f7da9792a405549a description": "Good afternoon, young man. I have received information about a recent suspicious shipment of TerraGroup cargo. According to the description, it could contain valuable records and even medical samples.\n\nEvery such shipment should have been prioritized for extraction, yet for some reason this shipment was left near the customs terminal. I have to know what's inside the cargo, and to do that, I need the exact location of the shipments.\n\nWill you be able to assist with this? You will recognize the necessary shipments by the boxes with the TerraGroup logo.", + "675c03d1f7da9792a405549a name": "Cargaison abandonnée", + "675c03d1f7da9792a405549a description": "Bonjour, jeune homme. J'ai reçu des informations sur un récent envoi suspect de cargaison de TerraGroup. Selon la description, il pourrait contenir des dossiers précieux, voire des échantillons médicaux. \n\nChaque cargaison de ce genre aurait dû être extraite en priorité, mais pour une raison inconnue, cet envoi a été laissé près du terminal des douanes. Je dois savoir ce que contient cette cargaison, et pour cela, j'ai besoin de la localisation exacte des colis.\n\nPenses-tu pouvoir m'aider ? Tu reconnaîtras les colis en question grâce aux boîtes portant le logo de TerraGroup.", "675c03d1f7da9792a405549a failMessageText": "", - "675c03d1f7da9792a405549a successMessageText": "Excellent! You didn't open the boxes, correct? Good judgment, mercenary. It's best to have the professionals do it. \n\nJudging by the location of the shipments, they were abandoned in a hurry, or perhaps something happened during the transportation... We will have to investigate why TerraGroup decided to leave these shipments in Tarkov.", - "675c0444db2b69f48942f37c": "Locate and mark the first special TerraGroup cargo with an MS2000 Marker on Customs", - "675c04497439eaed82b6dfeb": "Locate and mark the second special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044cc482cb252c5a92d4": "Locate and mark the third special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044e3691199fe911a641": "Locate and mark the fourth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fbeb402d4fa5589516f": "Locate and mark the fifth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fd3a2c0bad5f70af01c": "Locate and mark the sixth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fdd5af984e99db7b4e1": "Locate and mark the seventh special TerraGroup cargo with an MS2000 Marker on Customs", + "675c03d1f7da9792a405549a successMessageText": "Excellent ! Tu n'as pas ouvert les boîtes, n'est-ce pas ? Bonne décision, mercenaire. Mieux vaut laisser les professionnels s'en occuper. \n\nÀ en juger par la localisation des colis, ils ont été abandonnés à la hâte, ou peut-être qu'un incident est survenu pendant le transport... Nous devrons enquêter sur les raisons pour lesquelles TerraGroup a décidé de laisser ces colis à Tarkov.", + "675c0444db2b69f48942f37c": "Localisez et balisez la première cargaison spéciale de TerraGroup dans les douanes", + "675c04497439eaed82b6dfeb": "Localisez et balisez la deuxième cargaison spéciale de TerraGroup dans les douanes", + "675c044cc482cb252c5a92d4": "Localisez et balisez la troisième cargaison spéciale de TerraGroup dans les douanes", + "675c044e3691199fe911a641": "Localisez et balisez la quatrième cargaison spéciale de TerraGroup dans les douanes", + "675c3fbeb402d4fa5589516f": "Localisez et balisez la cinquième cargaison spéciale de TerraGroup dans les douanes", + "675c3fd3a2c0bad5f70af01c": "Localisez et balisez la sixième cargaison spéciale de TerraGroup dans les douanes", + "675c3fdd5af984e99db7b4e1": "Localisez et balisez la septième cargaison spéciale de TerraGroup dans les douanes", "675c03d1f7da9792a405549a acceptPlayerMessage": "", "675c03d1f7da9792a405549a declinePlayerMessage": "", "675c03d1f7da9792a405549a completePlayerMessage": "", - "675c047fa46173572a0bd878 name": "Shipment Tracking", - "675c047fa46173572a0bd878 description": "My people haven't been able to access the cargo yet. However, if there's anything of value-- I mean of danger, we can't waste any time.\n\nAll shipments had to be documented one way or another. Perhaps an itinerary or a cargo manifest would shed more light on the situation. You need to locate that piece of information.\n\nLook in the offices of key persons at the customs: directors, supervisors. If there is anything we might find, it should be there.", + "675c047fa46173572a0bd878 name": "Suivi de livraison", + "675c047fa46173572a0bd878 description": "Mes gens n'ont pas encore pu accéder à la cargaison. Cependant, s'il y a quoi que ce soit de valeur... ou plutôt de dangereux, nous ne pouvons pas perdre de temps.\n\nTous les envois devaient être documentés d'une manière ou d'une autre. Peut-être qu'un itinéraire ou un manifeste de cargaison pourrait éclaircir la situation. Tu dois retrouver ces informations.\n\nCherche dans les bureaux des personnes clés à la douane : directeurs, superviseurs. Si nous devons trouver quelque chose, ce sera là.", "675c047fa46173572a0bd878 failMessageText": "", - "675c047fa46173572a0bd878 successMessageText": "It will take some time for me to study these documents. Nevertheless, we will soon discover everything that is wrong with this shipment and what it contains. \n\nAlong with a report from my specialists, we will receive comprehensive details.", - "675c04b3fc6b273a36ed294a": "Locate and obtain the TerraGroup shipment lists on Customs", - "675c04c1b68cc8180efb38c6": "Hand over the found information", + "675c047fa46173572a0bd878 successMessageText": "Il me faudra un peu de temps pour étudier ces documents. Néanmoins, nous découvrirons bientôt tout ce qui cloche avec cet envoi et ce qu'il contient.\n\nAvec le rapport de mes spécialistes, nous aurons des détails complets.", + "675c04b3fc6b273a36ed294a": "Localisez et obtenez les listes d'expédition de TerraGroup dans les douanes", + "675c04c1b68cc8180efb38c6": "Livrez les informations trouvées", "675c047fa46173572a0bd878 acceptPlayerMessage": "", "675c047fa46173572a0bd878 declinePlayerMessage": "", "675c047fa46173572a0bd878 completePlayerMessage": "", - "675c04f4db8807b75d0f38e8 name": "Closer to the People", - "675c04f4db8807b75d0f38e8 description": "Terrible news, young man. I have stopped receiving communications from my group, and the documents you brought me have been scrubbed of all the essential information.\n\nWe know neither the project code, nor the detailed itinerary. Not even a summary of these boxes' contents! I cannot possibly ask you to open them yourself. What if my group's demise has something to do with their contents?\n\nInstead, I came up with another idea. The documents said that in the event of obstacles along the transit, the delivery crews could opt to deviate from the route.\n\nIf the movers were attacked during transit, we might learn about it from the workers' records. Examine the places where the delivery crews may have stayed and search for this information.", + "675c04f4db8807b75d0f38e8 name": "Plus proche du peuple", + "675c04f4db8807b75d0f38e8 description": "Terrible nouvelle, jeune homme. J'ai cessé de recevoir des communications de mon groupe, et les documents que tu m'as apportés ont été nettoyés de toutes les informations essentielles.\n\nNous ne connaissons ni le code du projet, ni l'itinéraire détaillé. Même pas un résumé du contenu de ces boîtes ! Je ne peux absolument pas te demander de les ouvrir toi-même. Et si la chute de mon groupe a quelque chose à voir avec leur contenu ?\n\nÀ la place, j'ai trouvé une autre idée. Les documents indiquaient qu'en cas d'obstacles durant le transit, les équipes de livraison pouvaient choisir de dévier de la route.\n\nSi les transporteurs ont été attaqués pendant le transit, nous pourrions le savoir grâce aux dossiers des travailleurs. Examine les endroits où les équipes de livraison ont pu séjourner et cherche ces informations.", "675c04f4db8807b75d0f38e8 failMessageText": "", - "675c04f4db8807b75d0f38e8 successMessageText": "Impossible... According to these records, no one attacked the movers, the path was clear! \n\nYet the workers who spent several hours near the boxes reported itching and fever, and asked to go home.\n\nThe foreman's notes say that two delivery crews abandoned the boxes during transportation and flatly refused to continue their work! \n\nIt turns out that the transportation of these boxes required special protective equipment, which no one considered to provide to ordinary workers. It's unclear how dangerous the boxes are at the moment, but I wouldn't recommend approaching them without the appropriate equipment.", - "675c04f4db8807b75d0f38eb": "Locate and obtain the delivery crew's shipment notes on Customs", - "675c04f4db8807b75d0f38ec": "Hand over the found information", + "675c04f4db8807b75d0f38e8 successMessageText": "Impossible... Selon ces rapports, personne n'a attaqué les transporteurs, la route était dégagée !\n\nPourtant, les travailleurs qui ont passé plusieurs heures près des boîtes ont signalé des démangeaisons et de la fièvre, et ont demandé à rentrer chez eux.\n\nLes notes du contremaître indiquent que deux équipes de livraison ont abandonné les boîtes en cours de route et ont catégoriquement refusé de poursuivre leur travail !\n\nIl semble que le transport de ces boîtes nécessitait un équipement de protection individuel spécial, que personne n'a pensé à fournir aux simples travailleurs. On ne sait pas encore à quel point ces boîtes sont dangereuses, mais je ne recommanderais pas de les approcher sans l'équipement adéquat.", + "675c04f4db8807b75d0f38eb": "Localisez et obtenez les notes de l'équipe de livraison de la cargaison dans les douanes", + "675c04f4db8807b75d0f38ec": "Livrez les informations trouvées", "675c04f4db8807b75d0f38e8 acceptPlayerMessage": "", "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", - "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 name": "Rupture de contrat", + "675c085d59b0575973005f52 description": "Yo, tu vas bien ? Tu ne croiras jamais ce que je vais te dire. J'ai un boulot pour toi ! Bon, blague à part, ce Reshala veut se lancer tête baissée dans un nouveau business. Et crois-moi, je ne veux pas de ce connard là-dedans.\n\nJ'ai découvert que ce punk prévoyait une réunion avec l'un de mes partenaires ayant des liens avec le Grand Continent. Le truc, c'est qu'on connaît seulement l'endroit de la réunion, mais on ne sait pas quand ils vont régler leur merde.\n\nAlors, j'ai engagé un sniper de confiance pour perturber la réunion quand elle aura lieu. Sauf que maintenant, il est en position là-bas tout le temps, même pas moyen de descendre pour pisser.\n\nEn plus, la cachette que j'avais installée pour lui au point d'observation a été découverte par les scavs, et ils ont tout pillé. Tu penses pouvoir déposer le reste du matos ? C'est à l'usine avec trois grandes colonnes de distillation au milieu de la zone industrielle. Il y a des échafaudages métalliques ou quelque chose autour... Planque tout là-dessus, d'accord ?\n\nMerde, mec, bien sûr que je te paierai pour ça. Travaille dur, et tu seras bien payé, hehe.", "675c085d59b0575973005f52 failMessageText": "", - "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", - "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", - "675c152299549b5b62094f06": "Stash a DVL-10 magazine at the specified spot on Customs", - "675c153ae96d38136d02f670": "Stash an ELCAN SpecterDR scope at the specified spot on Customs", - "67604476b1ae3717835ccaed": "Stash a pack of any 7.62x51 ammo at the specified spot on Customs", + "675c085d59b0575973005f52 successMessageText": "Alors, tu as vu mon flingueur ? Bien sûr que non, c'est un vrai spécialiste ! Maintenant, mes gars lui donneront le signal, et il récupérera tout aux points désignés.\n\nTiens, un petit merci pour le boulot bien fait.", + "675c14f54662a2fae349dbb9": "Déposez un fusil de précision DVL-10 à l'endroit spécifié des douanes", + "675c152299549b5b62094f06": "Déposez un chargeur pour fusil de précision DVL-10 à l'endroit spécifié des douanes", + "675c153ae96d38136d02f670": "Déposez une lunette d'assaut ELCAN SpecterDR à l'endroit spécifié des douanes", + "67604476b1ae3717835ccaed": "Déposez toute boite de munition de calibre 7,62 x 51 mm à l'endroit spécifié des douanes", "675c085d59b0575973005f52 acceptPlayerMessage": "", "675c085d59b0575973005f52 declinePlayerMessage": "", "675c085d59b0575973005f52 completePlayerMessage": "", - "675c1570526ff496850895d9 name": "Passion for Ergonomics", - "675c1570526ff496850895d9 description": "Hello. Do you know the feeling when you change the layout of your instrument in a seemingly insignificant way and it fundamentally changes the working comfort?\n\nThe Pareto principle, right. I had a friend who was the epitome of that concept. He was always tweaking something, filing, sanding a part to win a few millimeters....\n\nHis experience made me realize how important ergonomics is in any job. I have not heard from him in a while, but I know one of his outlets, it was either a sort of car service or a workshop, right in the garage complex. He always loved cars, especially the American ones.\n\nCan you come and check the place out? He probably moved somewhere else a long time ago, but his garage might still contain some of his tools or blueprints.", + "675c1570526ff496850895d9 name": "Passion pour l'ergonomie", + "675c1570526ff496850895d9 description": "Bonjour. Tu connais cette sensation quand tu modifies un détail apparemment insignifiant dans la disposition de ton outil et que cela change fondamentalement le confort de travail ?\n\nLe principe de Pareto, n'est-ce pas. J'avais un ami qui incarnait ce concept. Il ajustait toujours quelque chose, limait, ponçait une pièce pour gagner quelques millimètres...\n\nSon expérience m'a fait comprendre à quel point l'ergonomie est importante dans n'importe quel travail. Je n'ai pas eu de nouvelles de lui depuis un moment, mais je sais qu'il avait un de ses ateliers, ou une sorte de service automobile, directement dans le complexe de garages. Il a toujours aimé les voitures, surtout les américaines.\n\nPeux-tu aller vérifier l'endroit ? Il a probablement déménagé il y a longtemps, mais son garage pourrait encore contenir certains de ses outils ou plans.", "675c1570526ff496850895d9 failMessageText": "", - "675c1570526ff496850895d9 successMessageText": "Hmm... He would never let his car burn down willingly. Something must have happened there.\n\nA car mechanic's death would be just an imperceptible blip in the death toll on the Tarkov scale. But hopefully he was able to make it out and find safety. Maybe we'll see each other again.", - "675c15916580a378dc0f012f": "Locate and obtain the customized tool set at the garage complex on Customs", - "675c1595a4c063af74ee5279": "Hand over the found item", + "675c1570526ff496850895d9 successMessageText": "Hmm... Il n'aurait jamais laissé sa voiture brûler volontairement. Quelque chose a dû se passer là-bas.\n\nLa mort d'un mécanicien automobile serait juste un détail imperceptible dans le bilan des morts à l'échelle de Tarkov. Mais j'espère qu'il a pu s'en sortir et trouver un endroit sûr. Peut-être que nous nous reverrons un jour.", + "675c15916580a378dc0f012f": "Localisez et obtenez la mallette d'outils améliorés dans le complexe de garages des douanes", + "675c1595a4c063af74ee5279": "Livrez l'objet trouvé", "675c1570526ff496850895d9 acceptPlayerMessage": "", "675c1570526ff496850895d9 declinePlayerMessage": "", "675c1570526ff496850895d9 completePlayerMessage": "", - "675c15fbf7da9792a4059871 name": "Provide Viewership", - "675c15fbf7da9792a4059871 description": "Greetings, gladiator! Judging by the fact that you're still in one piece, you've developed a good skill set. That's exactly what I need.\n\nArena fights are thriving, but you know the human nature. The audience gets used to everything and will always ask for more! So I've come up with something more interesting.\n\nI want to broadcast the fights in real Tarkov conditions for a group of special customers. You need to set up a camera and then show them what you're made of. You can put the camera on some building near the construction site at customs.\n\nI don't care who's in your crosshairs. You yourself are the centerpiece of this show! People will cheer for you and pay good money for it. Of course, I've taken your commitment into account, so expect a reward.", + "675c15fbf7da9792a4059871 name": "Founir une audience", + "675c15fbf7da9792a4059871 description": "Salut, gladiateur ! Vu que tu es toujours entier, tu as développé de bonnes compétences. C'est exactement ce dont j'ai besoin.\n\nLes combats dans l'arène sont en plein essor, mais tu connais la nature humaine. Le public s'habitue à tout et demandera toujours plus ! J'ai donc imaginé quelque chose de plus intéressant.\n\nJe veux diffuser les combats dans les conditions réelles de Tarkov pour un groupe de clients spéciaux. Tu dois installer une caméra et leur montrer de quoi tu es capable. Tu peux placer la caméra sur un bâtiment près du chantier aux douanes.\n\nPeu importe qui se retrouve dans ton viseur. Tu es le centre de ce spectacle ! Les gens vont t'acclamer et payer cher pour ça. Bien sûr, j'ai pris en compte ton engagement, alors attends-toi à une récompense.", "675c15fbf7da9792a4059871 failMessageText": "", - "675c15fbf7da9792a4059871 successMessageText": "There he is, a true Tarkov warrior! The audience loved it, so if you don't plan to drop out anytime soon, drop by often.\n\nYour talents deserve attention. And attention is expensive these days. Oh, by the way, here's your paycheck.", - "675c1c87caddcfa893af10e9": "Install the first WI-FI Camera inside the industrial plant on Customs", - "675c1c980fd114390c638b89": "Eliminate any target inside the industrial plant on Customs", - "676047054c9696a7d071bc08": "Install the second WI-FI Camera inside the industrial plant on Customs", - "6760470877d1b7790af5de11": "Install the third WI-FI Camera inside the industrial plant on Customs", - "6760470b7d65f702a6295820": "Install the fourth WI-FI Camera inside the industrial plant on Customs", + "675c15fbf7da9792a4059871 successMessageText": "Le voilà, un véritable guerrier de Tarkov ! Le public a adoré, alors si tu ne comptes pas abandonner de sitôt, passe souvent.\n\nTes talents méritent de l'attention. Et l'attention, ça coûte cher de nos jours. Au fait, voici ta paie.", + "675c1c87caddcfa893af10e9": "Placez la première caméra WI-FI dans l'usine industrielle des douanes", + "675c1c980fd114390c638b89": "Éliminez toutes cibles dans l'usine industrielle des douanes", + "676047054c9696a7d071bc08": "Placez la deuxième caméra WI-FI dans l'usine industrielle des douanes", + "6760470877d1b7790af5de11": "Placez la troisième caméra WI-FI dans l'usine industrielle des douanes", + "6760470b7d65f702a6295820": "Placez la quatrième caméra WI-FI dans l'usine industrielle des douanes", "675c15fbf7da9792a4059871 acceptPlayerMessage": "", "675c15fbf7da9792a4059871 declinePlayerMessage": "", "675c15fbf7da9792a4059871 completePlayerMessage": "", - "675c1cf4a757ddd00404f0a3 name": "Work Smarter", - "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", + "675c1cf4a757ddd00404f0a3 name": "Travailler plus intelligemment", + "675c1cf4a757ddd00404f0a3 description": "Tu sais à quel point ça peut être chaud autours des sorties sécurisées par ici. Beaucoup meurent en rentrant, pas pendant le voyage lui-même.\n\nC'est pourquoi, pour un vrai chasseur, il est important d'avoir toujours quelque chose de préparé, comme un plan d'évasion personnel. Les temps sont durs en ce moment, donc je ne te conseille pas de prendre des risques inutiles.\n\nPrends les douanes, par exemple. J'ai entendu dire que certaines sorties sont désormais sous le contrôle de quelqu'un, et ils ne laissent entrer que les leurs. Cela signifie qu'aucun étranger ne sera autorisé à passer. Tu pourrais vouloir trouver un moyen de sécuriser ces sorties pour toi-même.\n\nÇa pourrait demander un peu de finesse, mais pour un vrai guerrier, ce genre d'obstacles ne devrait pas poser de problème.", "675c1cf4a757ddd00404f0a3 failMessageText": "", - "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", + "675c1cf4a757ddd00404f0a3 successMessageText": "Tu as retenu la leçon. Assure-toi de ne pas l'oublier.\n\nSois toujours prêt à ce que ton chemin de retour soit coupé, peu importe où tu te trouves dans Tarkov. Ta connaissance du terrain, des chemins entre les zones, et des routes d'évasion sécurisées est ta force.", + "675c1cf4a757ddd00404f0a6": "Locate the secret exfil on Customs", "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", "675c1cf4a757ddd00404f0a3 completePlayerMessage": "", - "675c1d6d59b0575973008fc7 name": "Seizing the Initiative", - "675c1d6d59b0575973008fc7 description": "The operational situation in the city is ever-changing, meaning I always have to stay on top of what is happening.\n\nMy people have reported that some operatives have started using the new path from the customs terminal to the gulf coast.\n\nPreviously the passage was inaccessible there, but I've already had two targets evade my groups in that area. I have to see what is going on at that passage.\n\nIf you accept this task, you will have to travel all the way from the customs terminal to the coast and extract from there. You can count on an appropriate reward!", + "675c1d6d59b0575973008fc7 name": "Prise d'initiative", + "675c1d6d59b0575973008fc7 description": "La situation opérationnelle dans la ville est en constante évolution, ce qui signifie que je dois toujours rester informé de ce qui se passe.\n\nMes hommes m'ont rapporté que certains opérateurs ont commencé à utiliser le nouveau passage du terminal des douanes à la côte du golfe.\n\nCe passage était auparavant inaccessible, mais j'ai déjà eu deux cibles qui ont échappé à mes groupes dans cette zone. Je dois comprendre ce qui se passe à cet endroit.\n\nSi tu acceptes cette mission, tu devras voyager depuis le terminal des douanes jusqu'à la côte et t'exfiltrer de là. Tu peux compter sur une récompense appropriée !", "675c1d6d59b0575973008fc7 failMessageText": "", - "675c1d6d59b0575973008fc7 successMessageText": "This will help us cut off the escape routes of those who prevent us from conducting our business.\n\nEveryone needs resources to operate in Tarkov, and the Blue Helmets are no exception.", - "675c1d6d59b0575973008fc9": "Use the transit from Customs to Shoreline", - "675c1dbdcca03cb7f61fc735": "Survive and extract from Shoreline", + "675c1d6d59b0575973008fc7 successMessageText": "Cela nous aidera à couper les voies d'évasion de ceux qui nous empêchent de mener nos affaires.\n\nTout le monde a besoin de ressources pour opérer à Tarkov, et les Casques Bleus ne font pas exception.", + "675c1d6d59b0575973008fc9": "Utilisez le transit des douanes vers le littoral", + "675c1dbdcca03cb7f61fc735": "Survivez et quittez le littoral", "675c1d6d59b0575973008fc7 acceptPlayerMessage": "", "675c1d6d59b0575973008fc7 declinePlayerMessage": "", "675c1d6d59b0575973008fc7 completePlayerMessage": "", - "675c1ec7a46173572a0bf20a name": "Rite of Passage", - "675c1ec7a46173572a0bf20a description": "Hello, merc. I have a new task, though I cannot tell yet if you are fit for a real job.\n\nBut you seem eager to help, so I might give you a chance to prove yourself.\n\nThe more experienced warriors who are already working for the good of Tarkov need to replenish their fuel reserves.\n\nSo you have a chance to do a good deed and prove to me that some drunken thug won't be a problem for you. \n\nBring me two cans of fuel. But don't run from the fight. To clean the city of filth, you must be ready to face the enemy head-on.", + "675c1ec7a46173572a0bf20a name": "Rite de passage", + "675c1ec7a46173572a0bf20a description": "Salut, mercenaire. J’ai une nouvelle tâche pour toi, mais je ne sais pas encore si tu es à la hauteur pour une vraie mission. \n\nTu sembles vouloir aider, alors je vais peut-être te donner une chance de prouver ce que tu vaux. \n\nLes guerriers plus expérimentés qui œuvrent déjà pour le bien de Tarkov doivent refaire leurs réserves de carburant. \n\nC’est ta chance de faire une bonne action et de me montrer qu’un soûlard violent ne te posera aucun problème. \n\nRamène-moi deux jerricans d’essence. Mais ne te défile pas face au combat. Pour nettoyer la ville de sa racaille, tu dois être prêt à affronter l’ennemi de front.", "675c1ec7a46173572a0bf20a failMessageText": "", - "675c1ec7a46173572a0bf20a successMessageText": "Look who's back. You meet any of those pillagers? Well-well... Maybe you're actually fit for it.\n\nGet some rest for now, but do stay in touch. You've got some serious work ahead of you.", - "675c1f040a1128e59422a876": "Eliminate Scavs at the old gas station on Customs", - "675c1f17cf59d5433be7ae77": "Eliminate Scavs at the new gas station on Customs", - "675c1f311bd716cdb87947d1": "Hand over the found in raid item: Metal fuel tank", + "675c1ec7a46173572a0bf20a successMessageText": "Tiens, tiens, regarde qui est de retour. T’as croisé des pillards ? Eh bien… Peut-être que t’as vraiment ce qu’il faut. \n\nRepose-toi un peu pour l’instant, mais reste joignable. Un boulot sérieux t’attend.", + "675c1f040a1128e59422a876": "Éliminez des scavs à l'ancienne station-service des douanes", + "675c1f17cf59d5433be7ae77": "Éliminez des scavs à la nouvelle station-service des douanes", + "675c1f311bd716cdb87947d1": "Livrez l'objet trouvé en raid : Jerrican en métal", "675c1ec7a46173572a0bf20a acceptPlayerMessage": "", "675c1ec7a46173572a0bf20a declinePlayerMessage": "", "675c1ec7a46173572a0bf20a completePlayerMessage": "", - "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", - "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", + "675c1ff1a757ddd00404f0aa name": "Banc d'essai - Partie 6", + "675c1ff1a757ddd00404f0aa description": "Guerrier ! Il est clair que tu adores tester des armes nouvelles et exotiques. Justement, j’ai un nouveau boulot qui devrait te plaire. \n\nJ’ai déniché quelque chose d’intéressant... Personne n’a jamais vu un truc pareil à Tarkov ! Où je l’ai trouvé ? Secret professionnel, haha ! \n\nTout ce que je peux te dire, c’est que cette arme a clairement du potentiel. Mais sans essais en combat réel, tous ces chiffres et rapports de portée, c’est du vent. \n\nAlors, si t’es partant pour essayer une arme vraiment unique, on pourrait bien se rendre service mutuellement.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", - "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", + "675c1ff1a757ddd00404f0aa successMessageText": "Elle te plaît, hein ? Eh bien, je me disais que je pourrais peut-être augmenter un peu le prix, qu’en penses-tu ? \n\nQuoi, tu pensais que j’allais te la filer gratos ? Cette arme mérite son prix. Ton pote Prapor n’a jamais arnaqué un soldat de base, et crois-moi, je compte bien continuer comme ça.", + "675c1ff1a757ddd00404f0ae": "Éliminez toutes cibles en utilisant un Aklys Defense Velociraptor dans les douanes", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", "675c1ff1a757ddd00404f0aa completePlayerMessage": "", - "675c3507a06634b5110e3c18 name": "Belka and Strelka", - "675c3507a06634b5110e3c18 description": "Hey, soldier! I've got a new reconnaissance mission for ya.\n\nI was able to arrange a deal with the fellas who control the railroad at the old customs gas station, but I haven't sent any of my couriers that way yet. We gotta check it out first.\n\nThe plan is simple: you fire the green flare and extract. It's like a job Belka did... or was it Strelka? Ah, whatever, you know what I'm trying to say.\n\nI'll pay you for risking your skin, but make sure you don't get whacked before even getting to that place, and take your time on the exit itself. I've heard enough tales of mercs who shoot the flare and run to the exit immediately before the flare even lights up properly... On a completely unrelated note, may I interest you in a cheap new helmet with bullet hole vents?", + "675c3507a06634b5110e3c18 name": "Belka et Strelka", + "675c3507a06634b5110e3c18 description": "Hey, soldat ! J'ai une nouvelle mission de reconnaissance pour toi.\n\nJ'ai réussi à négocier un deal avec les gars qui contrôlent le chemin de fer à l'ancienne station-service des douanes, mais je n'ai encore envoyé aucun de mes coursiers là-bas. On doit d'abord vérifier le terrain.\n\nLe plan est simple : tu tires une fusée verte et tu te barres. C'est comme un job que Belka a fait... ou c'était Strelka ? Peu importe, tu vois ce que je veux dire.\n\nJe te paierai pour risquer ta peau, mais assure-toi de ne pas te faire buter avant même d'arriver sur place, et prends ton temps pour l'extraction. J'ai entendu assez d'histoires de mercenaires qui tirent la fusée et courent vers la sortie avant que la fusée ne s'allume correctement... D'ailleurs, au passage, ça t'intéresserait un nouveau casque pas cher avec des trous d'aération faits par des balles ?", "675c3507a06634b5110e3c18 failMessageText": "", - "675c3507a06634b5110e3c18 successMessageText": "There, I told you it was a simple job! You can trust me, I'd never send an untrained soldier into harm's way.", - "675c3507a06634b5110e3c1a": "Survive and extract from Customs through Railroad Passage", + "675c3507a06634b5110e3c18 successMessageText": "Tu vois, je t'avais dit que c'était un boulot simple ! Tu peux me faire confiance, je ne t'enverrais jamais, toi, un soldat pas entraîné, dans une mission risquée.", + "675c3507a06634b5110e3c1a": "Survivez et quittez les douanes par l'extraction Voie ferrée", "675c3507a06634b5110e3c18 acceptPlayerMessage": "", "675c3507a06634b5110e3c18 declinePlayerMessage": "", "675c3507a06634b5110e3c18 completePlayerMessage": "", - "675c3582f6ddc329a90f9c6d name": "Private Club", - "675c3582f6ddc329a90f9c6d description": "Opachki, would you look at this little character. You got any ibuprofen? My noggin's fucking killing me.\n\nWhat, something wrong, princess? Yes, I got hammered last night, so what? It was a major league game! They wouldn't let a twat like you anywhere near that table.\n\nSometimes we get together to test our luck, but yesterday clearly wasn't my day. Not only did I lose a shitload of money, but also my fucking wallet.\n\nYou're here for work, ye? Here, I'll give you a fucking job. Find my wallet. And don't even try any bullshit, I'd recognize mine with my eyes closed. You may still be young and don't realize it, but there are things in life worth more than cash.", + "675c3582f6ddc329a90f9c6d name": "Club privé", + "675c3582f6ddc329a90f9c6d description": "Opachki, regarde donc ce petit bonhomme. T'as de l'ibuprofène? J'ai la tête qui explose.\n\nQuoi, y a un problème, princesse? Ouais, j'ai pris une cuite hier soir, et alors ? C'était un putain de gros jeu ! Ils te laisseraient même pas approcher cette table, trouduc.\n\nParfois, on se réunit pour tester notre chance, mais hier, c'était clairement pas mon jour. Non seulement j'ai perdu un paquet de fric, mais j'ai aussi paumé mon putain de portefeuille.\n\nT'es là pour bosser, hein ? Tiens, je vais te filer un boulot. Trouve mon portefeuille. Et n'essaie même pas de m'enfumer, je reconnaîtrais le mien les yeux fermés. T'es peut-être encore jeune et tu te rends pas compte, mais y a des trucs dans la vie qui valent plus que du pognon.", "675c3582f6ddc329a90f9c6d failMessageText": "", - "675c3582f6ddc329a90f9c6d successMessageText": "Proper good fucking job mate! I knew it couldn't just vanish into thin air like that. We have some kind of connection, you and I.\n\nThis little baby is like a lucky charm for me. When I bought this wallet, things went booming for me. I've gotten it lost a thousand times since then, but it always comes back to me.", - "675c37d2da4b531ba8daaadd": "Locate and obtain Skier's wallet on Customs", - "675c37e07ac1a33fff170966": "Hand over the found item", + "675c3582f6ddc329a90f9c6d successMessageText": "Putain de bon boulot, mon pote! Je savais que ce truc n'avait pas pu disparaître dans la nature comme ça. On a une sorte de connexion, toi et moi.\n\nCe petit bébé, c'est comme un porte-bonheur pour moi. Depuis que j'ai acheté ce portefeuille, tout a explosé pour moi. Je l'ai paumé mille fois, mais il revient toujours à moi.", + "675c37d2da4b531ba8daaadd": "Localisez et obtenez le portefeuille de Skier dans les douanes", + "675c37e07ac1a33fff170966": "Livrez l'objet trouvé", "675c3582f6ddc329a90f9c6d acceptPlayerMessage": "", "675c3582f6ddc329a90f9c6d declinePlayerMessage": "", "675c3582f6ddc329a90f9c6d completePlayerMessage": "", - "675f535f07e24748400973e7 name": "Teacher", - "675f535f07e24748400973e7 description": "Always arriving just when I need you! Long story short, we've got lots of rookies joining us. I love young blood, the crowd does even more so.\n\nHowever, we need to make sure they don't all get iced in the first fight. \n\nShow them the ropes, how to shoot and win the crowd's attention. Obviously, you're not gonna work for free! I've saved something interesting for you. A cool little show-off gift.\n", + "675f535f07e24748400973e7 name": "Enseignant", + "675f535f07e24748400973e7 description": "Tu arrives toujours au bon moment ! Bref, on a plein de nouvelles recrues qui nous rejoignent. J'adore le sang neuf, et le public encore plus.\n\nCependant, on doit s'assurer qu'ils ne se fassent pas tous descendre dès leur premier combat.\n\nMontre-leur les ficelles, comment tirer et capter l'attention du public. Évidemment, tu ne vas pas bosser gratuitement ! J'ai mis de côté un petit cadeau sympa pour toi. Un truc cool pour frimer un peu.", "675f535f07e24748400973e7 failMessageText": "", - "675f535f07e24748400973e7 successMessageText": "That was a sight to behold! Here's your reward, you deserve it.", - "675f535f07e24748400973ea": "Win 3 matches while claiming first place in ranked mode in Arena", - "675f55103f07bd367fd68078": "Play a game of TeamFight or BlastGang", - "675f55578e6311832a4ff2a4": "Play a game of LastHero", - "675f5582396267fcff04b16d": "Play a game of Checkpoint", - "675f55adfa27165a9495534a": "Win a match in any game mode", - "675f55db29a43a094b93bbd3": "Eliminate enemies ", + "675f535f07e24748400973e7 successMessageText": "C'était un sacré spectacle ! Voici ta récompense, tu l'as bien méritée.", + "675f535f07e24748400973ea": "Gagnez 3 matchs tout en décrochant la 1re place en mode de jeu classé dans Arena", + "675f55103f07bd367fd68078": "Jouez un match en mode TeamFight ou BlastGang", + "675f55578e6311832a4ff2a4": "Jouez un match en mode LastHero", + "675f5582396267fcff04b16d": "Jouez un match en mode CheckPoint", + "675f55adfa27165a9495534a": "Gagner un match dans n'importe quel mode de jeu", + "675f55db29a43a094b93bbd3": "Éliminez des ennemis", "675f535f07e24748400973e7 acceptPlayerMessage": "", "675f535f07e24748400973e7 declinePlayerMessage": "", "675f535f07e24748400973e7 completePlayerMessage": "", - "6761f28a022f60bb320f3e95 name": "New Beginning", - "6761f28a022f60bb320f3e95 description": "Hello my brother! So how's it hanging? Not bored yet?\n\nI know what'll rev you up. The effect is out of this world! Hey, don't get the wrong idea, it's nothing that was illegal in our past lives. \n\nLong story short, there are some special people making lists of the realest alphas in Tarkov. And I happen to know these special people. Rarely do I get to meet such influential figures in my life, that's for sure. With guys like that, you gotta do business in an exceptional fashion, not a single fuck-up. You mess up, you lose your chance to live a happy life ever after, if you catch my drift.\n\nOkay, so I can see you're clearly interested in finding out what this chad list is for. Tell you what, I have no fucking clue. I sure wish they'd tell me though!\n\nAnyway, you yourself can make it on this list. All you gotta do is prove you're worthy. They gave me a mission checklist, here ya go.", + "6761f28a022f60bb320f3e95 name": "Nouveau départ", + "6761f28a022f60bb320f3e95 description": "Salut mon frère ! Alors, comment ça roule ? T’as pas encore trouvé le temps long ?\n\nT'inquiète, j'ai ce qu'il te faut pour te booster. Effet garanti, c'est d'un autre monde ! Hé, te méprends pas, c’est rien qui aurait été illégal dans nos vies d’avant.\n\nBref, y’a des types spéciaux qui font des listes des vrais alphas de Tarkov. Et devine quoi ? Je connais ces types spéciaux. C’est pas souvent que je croise des figures aussi influentes dans ma vie, ça c’est sûr. Avec des gars comme ça, faut bosser proprement, pas une seule connerie. Tu te foires, tu rates ta chance de vivre une belle vie tranquille, tu vois ce que je veux dire ?\n\nAlors ouais, je vois bien que t’es curieux de savoir à quoi sert cette liste de chads. Mais laisse-moi te dire un truc : j’en sais foutrement rien. J’aimerais bien qu’ils m’expliquent, tiens !\n\nQuoi qu’il en soit, toi aussi tu peux te faire une place sur cette liste. Tout ce que t’as à faire, c’est prouver que t’es à la hauteur. Ils m’ont filé une checklist de missions. La voilà, c’est pour toi.", "6761f28a022f60bb320f3e95 failMessageText": "", - "6761f28a022f60bb320f3e95 successMessageText": "I'm telling you, you're one worthy motherfucker. They are already aware of your progress.", - "6761f6f1bacf72169272e381": "Hand over the item: BEAR operative figurine", - "6761f7d086fd2d9c941b8aa3": "Hand over the item: Politician Mutkevich figurine", - "6761f7f87b309912d6b5f2a9": "Hand over the item: Killa figurine", - "6761f80838201b0588f39a07": "Hand over the item: Reshala figurine", - "6761f817d42b2f3a242de658": "Hand over the item: Ryzhy figurine", - "6761f826d5b89d2d15b53eca": "Hand over the item: Scav figurine", - "6761f838d641d60f18a45e1f": "Hand over the item: Tagilla figurine", - "6761f85183d342080d39ca98": "Hand over the item: USEC operative figurine", - "6761f862c1ba6ee8e161d3d6": "Hand over the item: Cultist figurine", - "6761f87227aeff895cef62c5": "Hand over the item: Den figurine", - "6761f93bc757eb8c228fa754": "Eliminate Scavs", - "6761f9d718fa62aac3264ff2": "Survive and extract from The Lab", + "6761f28a022f60bb320f3e95 successMessageText": "Je te le dis, t’es un sacré enfoiré de valeur. Ils sont déjà au courant de tes exploits.", + "6761f6f1bacf72169272e381": "Livrez l'objet : Figurine d'opérateur BEAR", + "6761f7d086fd2d9c941b8aa3": "Livrez l'objet : Figurine du politicien Mutkevich", + "6761f7f87b309912d6b5f2a9": "Livrez l'objet : Figurine de Killa", + "6761f80838201b0588f39a07": "Livrez l'objet : Figurine de Reshala", + "6761f817d42b2f3a242de658": "Livrez l'objet : Figurine de Ryzhy", + "6761f826d5b89d2d15b53eca": "Livrez l'objet : Figurine de scav", + "6761f838d641d60f18a45e1f": "Livrez l'objet : Figurine de Tagilla", + "6761f85183d342080d39ca98": "Livrez l'objet : Figurine d'opérateur USEC", + "6761f862c1ba6ee8e161d3d6": "Livrez l'objet : Figurine de cultiste", + "6761f87227aeff895cef62c5": "Livrez l'objet : Figurine de Den", + "6761f93bc757eb8c228fa754": "Éliminez des scavs", + "6761f9d718fa62aac3264ff2": "Survivez et quittez le labo", "6761f28a022f60bb320f3e95 acceptPlayerMessage": "", "6761f28a022f60bb320f3e95 declinePlayerMessage": "", "6761f28a022f60bb320f3e95 completePlayerMessage": "", - "6761ff17cdc36bd66102e9d0 name": "New Beginning", - "6761ff17cdc36bd66102e9d0 description": "Hello my brother! So how's it hanging? Not bored yet? I know what'll rev you up. The effect is out of this world!\n\nHuh? I already told you that? Come on man, don't bullshit me. Wait, what? How do you know about the list? Shit, guess I really did tell you about it already. Anyway, it seems like you already have an idea of what to do.\n\nWait, so did I also already tell you about the influential people making these lists? Man, I guess I should get more sleep. I'm running around like a squirrel over here, negotiating things, solving problems. That's my life.\n\nIn fact, I've been thinking... These guys are on to you for a reason. Something big is going down, I'm telling you. So do your missions perfectly and on time.\n\nAll right, back to business. Here's the list. No, it's exactly the same as the “last time”, you're just confused. Maybe you need more sleep, too.", + "6761ff17cdc36bd66102e9d0 name": "Nouveau départ", + "6761ff17cdc36bd66102e9d0 description": "Salut mon frère ! Alors, comment ça roule ? T’as pas encore trouvé le temps long ? T'inquiète, j'ai ce qu'il te faut pour te booster. Effet garanti, c'est d'un autre monde !\n\nQuoi ? Je t'ai déjà dit ça ? Arrête de déconner, mec. Attends... Comment tu connais la liste ? Merde, c’est vrai que j’en ai déjà parlé... Bref, t’as déjà une idée de ce qu’il faut faire, non ?\n\nAttends, j’ai aussi parlé des mecs influents derrière ces listes ? Putain, faut vraiment que je dorme plus. Je cours partout comme un écureuil, à négocier des trucs, à régler des problèmes... C’est ça ma vie.\n\nEn vrai, j’y réfléchis, et ces types ne te collent pas pour rien. Y'a un truc énorme qui se prépare, j’en suis sûr. Alors fais tes missions à la perfection et dans les temps.\n\nBon, revenons au boulot. Voici la liste. Non, elle est exactement la même que \"la dernière fois\", c’est toi qui te fais des idées. Peut-être que toi aussi, t’as besoin de plus de sommeil.", "6761ff17cdc36bd66102e9d0 failMessageText": "", - "6761ff17cdc36bd66102e9d0 successMessageText": "Well done! Could've been quicker, but it'll do. The group knows you're done with the mission.", - "6761ff17cdc36bd66102e9d4": "Eliminate PMC operatives in one raid on any location", - "6761ff17cdc36bd66102e9d6": "Survive and extract from The Lab", - "6761ff17cdc36bd66102e9d8": "Hand over the found in raid item: BEAR operative figurine", - "6761ff17cdc36bd66102e9d9": "Hand over the found in raid item: Politician Mutkevich figurine", - "6761ff17cdc36bd66102e9da": "Hand over the found in raid item: Killa figurine", - "6761ff17cdc36bd66102e9db": "Hand over the found in raid item: Reshala figurine", - "6761ff17cdc36bd66102e9dc": "Hand over the found in raid item: Ryzhy figurine", - "6761ff17cdc36bd66102e9dd": "Hand over the found in raid item: Scav figurine", - "6761ff17cdc36bd66102e9de": "Hand over the found in raid item: Tagilla figurine", - "6761ff17cdc36bd66102e9df": "Hand over the found in raid item: USEC operative figurine", - "6761ff17cdc36bd66102e9e0": "Hand over the found in raid item: Cultist figurine", - "6761ff17cdc36bd66102e9e1": "Hand over the found in raid item: Den figurine", - "6762015739c53fca8ac51336": "Eliminate PMC operatives", + "6761ff17cdc36bd66102e9d0 successMessageText": "Bien joué ! T’aurais pu être plus rapide, mais ça passe. Le groupe sait que t’as terminé la mission.", + "6761ff17cdc36bd66102e9d4": "Éliminez des opérateurs d'une SMP en un raid dans n'importe quelle zone", + "6761ff17cdc36bd66102e9d6": "Survivez et quittez le labo", + "6761ff17cdc36bd66102e9d8": "Livrez l'objet trouvé en raid : Figurine d'opérateur BEAR", + "6761ff17cdc36bd66102e9d9": "Livrez l'objet trouvé en raid : Figurine du politicien Mutkevich", + "6761ff17cdc36bd66102e9da": "Livrez l'objet trouvé en raid : Figurine de Killa", + "6761ff17cdc36bd66102e9db": "Livrez l'objet trouvé en raid : Figurine de Reshala", + "6761ff17cdc36bd66102e9dc": "Livrez l'objet trouvé en raid : Figurine de Ryzhy", + "6761ff17cdc36bd66102e9dd": "Livrez l'objet trouvé en raid : Figurine de scav", + "6761ff17cdc36bd66102e9de": "Livrez l'objet trouvé en raid : Figurine de Tagilla", + "6761ff17cdc36bd66102e9df": "Livrez l'objet trouvé en raid : Figurine d'opérateur USEC", + "6761ff17cdc36bd66102e9e0": "Livrez l'objet trouvé en raid : Figurine de cultiste", + "6761ff17cdc36bd66102e9e1": "Livrez l'objet trouvé en raid : Figurine de Den", + "6762015739c53fca8ac51336": "Éliminez des opérateurs d'une SMP", "6761ff17cdc36bd66102e9d0 acceptPlayerMessage": "", "6761ff17cdc36bd66102e9d0 declinePlayerMessage": "", "6761ff17cdc36bd66102e9d0 completePlayerMessage": "", - "6764174c86addd02bc033d68 name": "Connections Up North", - "6764174c86addd02bc033d68 description": "Greetings, mate. Tell you what, I've got special import channels - they can bring things even from Finland! My friend there has set up a shipment of some real deadly toys, not just shitty-ass Toz or Gornostay. Thing is, you can't just sell those to any random bum off the street, speaking from experience, mate. Dumb twats with hands out their asses will bring down the credibility of even the toughest merchandise. \n\nThat's why I've come up with a little innocent trick. I want to start a rumor that there's a real bringer of death in Tarkov, you feel me? He shoots precisely and leaves heaps of corpses on his path. No one can even spot him in time, because the guy's a specialist, he sticks to the shadows and uses a bolty with a night sight. \n\nAnd then it turns out that this guy is using my guns! It's gonna make everybody think that I'm the guy who stocks up on the realest pro stuff. So I figured you'd be the perfect man for this little stunt. Make people afraid to even take a piss at night, and I'll arrange some of my hot new products for you. The first batch is free!", + "6764174c86addd02bc033d68 name": "Connexions du Nord", + "6764174c86addd02bc033d68 description": "Salut, mon pote. Écoute, j'ai des canaux d'importation spéciaux, ils peuvent même ramener des trucs de Finlande ! Un ami là-bas a organisé un envoi de jouets vraiment mortels, pas seulement des merdes comme des Toz ou des Gornostay. Le truc, c'est que tu ne peux pas vendre ça à n'importe quel clampin dans la rue, tu vois ce que je veux dire ? Les abrutis qui savent à peine tenir une arme ruineront la crédibilité même du matos le plus costaud.\n\nC'est pourquoi j'ai imaginé une petite astuce innocente. Je veux lancer une rumeur qu'il y a un vrai faucheur dans Tarkov, tu vois ? Il tire avec précision et laisse des tas de cadavres sur son passage. Personne ne peut même le repérer à temps, parce que le gars est un spécialiste, il reste dans l'ombre et utilise un fusil de précision à verrou avec une lunette spéciale.\n\nEt puis il s'avère que ce gars utilise mes armes ! Ça va faire penser à tout le monde que je suis celui qui fournit du matos vraiment pro. Alors, je me suis dit que tu serais l'homme parfait pour ce petit coup. Fais en sorte que les gens aient peur de pisser la nuit, et je te préparerai quelques-unes de mes nouvelles marchandises en vogue. La première livraison est gratuite !", "6764174c86addd02bc033d68 failMessageText": "", - "6764174c86addd02bc033d68 successMessageText": "I shit you not, even my partners heard about it! You're gonna become a real legend with this Finnish lady by your side.", - "676418a60b9bcbe280972288": "Eliminate PMC operatives from over 40 meters away while using a bolt-action rifle with night or thermal scope", + "6764174c86addd02bc033d68 successMessageText": "Je te jure, même mes partenaires en ont entendu parler ! Tu vas devenir une vraie légende avec cette petite dame finlandaise à tes côtés.", + "676418a60b9bcbe280972288": "Éliminez des opérateurs d'une SMP à plus de 40 mètres avec un fusil de précision à verrou muni d'une lunette de visée nocturne ou thermique", "6764174c86addd02bc033d68 acceptPlayerMessage": "", "6764174c86addd02bc033d68 declinePlayerMessage": "", "6764174c86addd02bc033d68 completePlayerMessage": "", - "676529af9c90953d090882e7 name": "Gunsmith - Old Friend's Request", - "676529af9c90953d090882e7 description": "Hello. Do you ever find yourself crossing paths with a classmate decades after high school and hardly recognizing them? Although, I'd likely shock some of the folks from my class myself.\n\nRecently, a certain guy from my school days reached out to me. After school, he went into the army, wanting to join the special forces... It was clear even then that he had a peculiar, uh, aptitude for that job.\n\nSomehow he found me here and asked me for a favor. He wants to remember his early years in basic training. I'm not a big fan of that sort of hospitality, plus I've got heaps of work to do. But let me put it this way: he was, um, very insistent. I don't need any more trouble, so I agreed to his deal, hoping you'd help me sort it all out.\n\nPeople say this kind of equipment used to be somewhat standard issue at his job: ORSIS T-5000, Vityaz and a Glock 17. All with the special mods, of course.\n\nThe rifle was equipped with an ATACR 7-35x56 34mm scope, Harris bipod, and a suppressor, I can't recall which exact one... Well, probably doesn't matter. Just get any suitable silencer, that'll work.\n\nFor Vityaz I need the Micro T-1 red dot with a spacer, Zenit RK-6 front grip and RK-3 pistol grip, PT-3 Klassika buttstock... I also need a PEQ-15, Klesch-2P flashlight, and, as you probably guessed, a suppressor, the standard Vityaz one.\n\nThe Glock is simple. You need to replace the barrel with the Double Diamond with their thread protector, add a Pachmayr Grip Glove, Klesch-2P flashlight, and a 21-round extendo mag. I think that's everything.", + "676529af9c90953d090882e7 name": "Armurier - Demande d'un vieil ami", + "676529af9c90953d090882e7 description": "Salut. T’es déjà tombé sur un ancien camarade de classe des décennies après le lycée, au point de presque pas le reconnaître ? Même si, honnêtement, je pense que je leur ferais aussi un sacré choc aujourd’hui. \n\nDernièrement, un gars de mes années d’école m’a retrouvé. Après le lycée, il s’est engagé dans l’armée, avec l’idée de rejoindre les forces spéciales… C’était déjà clair à l’époque qu’il avait, disons, un certain don pour ce genre de taf. \n\nD’une manière ou d’une autre, il m’a trouvé ici et m’a demandé un service. Il veut se rappeler ses débuts à l’entraînement de base. Moi, ce genre d’accueil, c’est pas trop mon truc, et en plus, j’ai déjà plein de boulot sur les bras. Mais disons-le franchement : il était… très insistant. J’ai pas besoin de me foutre plus d’emmerdes, alors j’ai accepté son deal, en espérant que tu puisses m’aider à gérer ça. \n\nIl paraît que ce type d’équipement faisait partie du standard de son job : un ORSIS T-5000, un Vityaz et un Glock. Tous avec les accessoires spéciaux, bien sûr. \n\nPour le fusil de précision, il faut une lunette ATACR 7-35 x 56 mm (34 mm), un bipied Harris et un réducteur de son. J’me rappelle plus du modèle exact, mais bon, n’importe quel réducteur de son adapté fera l’affaire. \n\nPour le Vityaz, il me faut un Micro T-1 avec sa réhausse, une poignée tactique Zenit RK-6, une poignée pistolet RK-3, une crosse PT-3 Klassika… Il me faut aussi un PEQ-15, une lampe Klesch-2P, et comme tu t’en doutes, un réducteur de son adapté. \n\nLe Glock, c’est plus simple. Il suffit de remplacer le canon par un Double Diamond avec sa bague de protection de filetage, d’ajouter un grip Pachmayr et une lampe Klesch-2P. Je pense que c’est tout.", "676529af9c90953d090882e7 failMessageText": "", - "676529af9c90953d090882e7 successMessageText": "Alright, let me check the attachment list... Okay, my friend will be very pleased. \n\nIt's amazing that there's still room for some nostalgia in all of us, even if the conditions around us burn out all other emotions.", - "676529af9c90953d090882ea": "Modify a PP-19-01 to comply with the given specifications", - "676529e759261ce07bc47b62": "Modify a T-5000M to comply with the given specifications", - "67652a2f4f75e1a9543289ed": "Modify a Glock 17 to comply with the given specifications", + "676529af9c90953d090882e7 successMessageText": "Parfait, laisse-moi jeter un œil à la liste des accessoires... OK, ça devrait bien plaire à mon pote. \n\nC’est dingue, non ? Qu’il reste encore un peu de place pour la nostalgie en chacun de nous, même quand les conditions autour brûlent toutes les autres émotions.", + "676529af9c90953d090882ea": "Modifiez un PP-19-01 pour se conformer aux spécifications requises", + "676529e759261ce07bc47b62": "Modifiez un T-5000M pour se conformer aux spécifications requises", + "67652a2f4f75e1a9543289ed": "Modifiez un Glock 17 pour se conformer aux spécifications requise", "676529af9c90953d090882e7 acceptPlayerMessage": "", "676529af9c90953d090882e7 declinePlayerMessage": "", "676529af9c90953d090882e7 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Tout est clair, tu dis ? Bon travail, soldat.", @@ -28733,17 +29042,17 @@ "670febed5ee0fc738a0965a4 name": "Issue fatale", "670febed5ee0fc738a0965a4 description": "Détruisez le virus ainsi que tous les infectés et complétez la série de quêtes des évènements d'Halloween 2024", "670febed5ee0fc738a0965a4 successMessage": "", - "675709bef4e2a2ce0f058f56 name": "8 roues motrices", + "675709bef4e2a2ce0f058f56 name": "Traction intégrale", "675709bef4e2a2ce0f058f56 description": "Résoudre les problèmes avec le chauffeur du BTR d'une façon ou d'une autre", "675709bef4e2a2ce0f058f56 successMessage": "", "675998a894008342eb04e47f name": "Khorovod", "675998a894008342eb04e47f description": "Célébrez Noël et le nouvel an et complétez la série de quêtes Khorovod 2024", "675998a894008342eb04e47f successMessage": "", - "676091c0f457869a94017a23 name": "Prestigious", - "676091c0f457869a94017a23 description": "Earn the Prestige level 1", + "676091c0f457869a94017a23 name": "Prestigieux", + "676091c0f457869a94017a23 description": "Obtenez le niveau de prestige 1", "676091c0f457869a94017a23 successMessage": "", - "676094451fec2f7426093be6 name": "More Prestigious", - "676094451fec2f7426093be6 description": "Earn the Prestige level 2", + "676094451fec2f7426093be6 name": "Encore plus prestigieux", + "676094451fec2f7426093be6 description": "Obtenez le niveau de prestige 2", "676094451fec2f7426093be6 successMessage": "", "67a0e57117e34930e50075f3 name": "In Search of an Exit", "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ge.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ge.json index fcb412ff..bc92686f 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ge.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ge.json @@ -808,7 +808,7 @@ "571a26d524597720680fbe8a Description": "Standard-Lauf für die TT-Pistole.", "571a279b24597720b4066566 Name": "TT 7,62x25mm 121mm selbstgemachter Gewindelauf", "571a279b24597720b4066566 ShortName": "TT 121mm Gew.", - "571a279b24597720b4066566 Description": "A homespun barrel for TT pistol with threading for sound suppressor installation.", + "571a279b24597720b4066566 Description": "A makeshift barrel for TT pistol with threading for sound suppressor installation.", "571a282c2459771fb2755a69 Name": "TT Seitenschalen", "571a282c2459771fb2755a69 ShortName": "TT GS", "571a282c2459771fb2755a69 Description": "Standard Nachkriegsversion der TT-Pistolen Griffschalen.", @@ -1360,7 +1360,7 @@ "57acb6222459771ec34b5cb0 Description": "An aluminum sight support with a Picatinny rail mount for the installation of scopes and accessories.", "57ade1442459771557167e15 Name": "Armacon Baskak Schulterstütze", "57ade1442459771557167e15 ShortName": "Baskak SS", - "57ade1442459771557167e15 Description": "A Russian-made light tube stock of very spartan-like design for use with AK systems that can be installed both on Mil-Spec and Com-Spec M/AR standard receiver adapters.", + "57ade1442459771557167e15 Description": "A Russian-made light tube stock of a very spartan-like design for use with AK systems that can be installed both on Mil-Spec and Com-Spec M/AR standard receiver adapters.", "57adff4f24597737f373b6e6 Name": "Sig Sauer BRAVO4 4X30 Zielfernrohr", "57adff4f24597737f373b6e6 ShortName": "BRAVO4", "57adff4f24597737f373b6e6 Description": "Designed by SIG Sauer, the BRAVO4 4x30 optical scope sight features the uniquely large FOV, 43% wider than closest competitors. It also has an extra rail mount on top of it that allows installation of a backup compact sight.", @@ -1462,10 +1462,10 @@ "57d17e212459775a1179a0f5 Description": "Universelle Plattform zur Installation von 25mm Zubehör auf Picatinny-Halterungen.", "57da93632459771cb65bf83f Name": "KAC QDSS NT-4 5,56x45mm Schalldämpfer (Schwarz)", "57da93632459771cb65bf83f ShortName": "NT-4 SD schw.", - "57da93632459771cb65bf83f Description": "The Knight's Armament Company QDSS NT-4 5.56x45 and .223 sound suppressor can only be installed on compatible KAC muzzle devices. Black in color.", + "57da93632459771cb65bf83f Description": "The Knight's Armament Company QDSS NT4 5.56x45 and .223 sound suppressor. Can only be installed on compatible KAC muzzle devices. Black version.", "57dbb57e2459774673234890 Name": "KAC QDSS NT-4 5,56x45mm Schalldämpfer (FDE)", "57dbb57e2459774673234890 ShortName": "NT-4 FDE SD", - "57dbb57e2459774673234890 Description": "The Knight's Armament Company QDSS NT-4 5.56x45 and .223 sound suppressor can only be installed on compatible KAC muzzle devices. Flat Dark Earth version.", + "57dbb57e2459774673234890 Description": "The Knight's Armament Company QDSS NT4 5.56x45 and .223 sound suppressor. Can only be installed on compatible KAC muzzle devices. Flat Dark Earth version.", "57dc2fa62459775949412633 Name": "Kalashnikov AKS-74U 5,45x39mm Sturmgewehr", "57dc2fa62459775949412633 ShortName": "AKS-74U", "57dc2fa62459775949412633 Description": "AKS-74U (Avtomat Kalashnikova Skladnoy 74 Ukorochenny - \"Kalashnikov's Shortened Automatic rifle 74 with a foldable stock\") is a shortened version of the AKS-74 assault rifle, developed in the early 80s for combat vehicle crews and airborne troops, also became very popular with law enforcement and special forces for its compact size.", @@ -1568,7 +1568,7 @@ "5857a8bc2459772bad15db29 Name": "Sicherheitsbehälter „Gamma“", "5857a8bc2459772bad15db29 ShortName": "Gamma", "5857a8bc2459772bad15db29 Description": "Ein einzigartiger, sicherer Container, der nur von erfahrenen PMCs verwendet wird, die früher in Tarkov stationiert waren.", - "587de4282459771bca0ec90b Name": "P226 9x19 threaded barrel", + "587de4282459771bca0ec90b Name": "P226 9x19 112mm threaded barrel", "587de4282459771bca0ec90b ShortName": "P226 Gew.", "587de4282459771bca0ec90b Description": "A standard-issue threaded barrel for SIG Sauer P226 9x19 pistols.", "587de5ba2459771c0f1e8a58 Name": "P226 Gewinde-Schutzkappe", @@ -1631,7 +1631,7 @@ "588892092459774ac91d4b11 Name": "Lobaev Arms DVL-10 7,62x51mm Repetier-Scharfschützengewehr", "588892092459774ac91d4b11 ShortName": "DVL-10", "588892092459774ac91d4b11 Description": "DVL-10 is a lightweight, compact, and silenced rifle in proprietary and current military subsonic calibers. Developed for special service and combat missions where exceptional accuracy and range are needed. Equipped with a standard Lobaev Arms foldable buttstock and Lobaev Hummer Barrels stainless steel match-grade barrel.", - "5888945a2459774bf43ba385 Name": "DVL-10 7.62x51 500mm barrel", + "5888945a2459774bf43ba385 Name": "DVL-10 7.62x51 500mm suppressed barrel", "5888945a2459774bf43ba385 ShortName": "DVL-10 500mm", "5888945a2459774bf43ba385 Description": "A 500 mm long 7.62x51 match-grade stainless steel barrel with an integral sound suppressor manufactured by LOBAEV Hummer Barrels for the DVL-10 sniper rifle.", "5888956924597752983e182d Name": "DVL-10 M2 7.62x51 660mm barrel", @@ -1673,7 +1673,7 @@ "5894a05586f774094708ef75 Name": "MPX 9x19 30-round magazine", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "A standard 30-round capacity semitransparent 9x19mm MPX magazine, manufactured by SIG Sauer.", - "5894a13e86f7742405482982 Name": "MPX/MCX Collapsing/Telescoping Stock", + "5894a13e86f7742405482982 Name": "SIG Sauer Collapsing/Telescoping Stock", "5894a13e86f7742405482982 ShortName": "MPX/MCX", "5894a13e86f7742405482982 Description": "A telescopic retractable stock for early issues of MCX/MPX manufactured by SIG Sauer.", "5894a2c386f77427140b8342 Name": "MPX 9x19 8 inch barrel", @@ -1700,9 +1700,9 @@ "58a5c12e86f7745d585a2b9e Name": "MPX GEN1 handguard 4 inch rail", "58a5c12e86f7745d585a2b9e ShortName": "MPX 4\" HS", "58a5c12e86f7745d585a2b9e Description": "The 4 inch SIG Sauer GEN1 handguard rail adapter allows you to install additional equipment on the 1st generation SIG MPX handguard.", - "58ac1bf086f77420ed183f9f Name": "MPX/MCX Folding Knuckle Stock Adapter", + "58ac1bf086f77420ed183f9f Name": "SIG Sauer Folding Knuckle Stock Adapter", "58ac1bf086f77420ed183f9f ShortName": "MPX/MCX", - "58ac1bf086f77420ed183f9f Description": "An adapter for attaching buffer tubes to the rail mount, manufactured by SIG Sauer.", + "58ac1bf086f77420ed183f9f Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", "58ac60eb86f77401897560ff Name": "Entwicklersturmhaube", "58ac60eb86f77401897560ff ShortName": "Entwicklersturmhaube", "58ac60eb86f77401897560ff Description": "Diese Sturmhaube aus Wolle wärmt nicht nur deinen Kopf, sondern verschleiert auch deine Identität, damit du in der Öffentlichkeit Heldentaten ausüben kannst, ohne enttarnt zu werden.", @@ -2027,9 +2027,9 @@ "5926dad986f7741f82604363 Name": "HK MP5 MFI HK universal low profile scope mount", "5926dad986f7741f82604363 ShortName": "MFI HK", "5926dad986f7741f82604363 Description": "A universal mount for HK weapon systems, designed and manufactured by MFI. Designed for the installation of reflex sights and scopes.", - "5926e16e86f7742f5a0f7ecb Name": "HK MP5 3-lug thread protector", + "5926e16e86f7742f5a0f7ecb Name": "HK MP5 3-lug muzzle adapter", "5926e16e86f7742f5a0f7ecb ShortName": "3 Lug Gew.", - "5926e16e86f7742f5a0f7ecb Description": "A thread protector for MP5 barrels with three lugs for installation of sound suppressors. Manufactured by Heckler & Koch.", + "5926e16e86f7742f5a0f7ecb Description": "A 3-lug adapter for installing various muzzle devices on the MP5 SMG. Manufactured by Heckler & Koch.", "5926f2e086f7745aae644231 Name": "HK MP5SD 9x19mm obere Empfangseinheit", "5926f2e086f7745aae644231 ShortName": "MP5SD ob.E", "5926f2e086f7745aae644231 Description": "An upper receiver for the MP5SD SMG, manufactured by Heckler & Koch.", @@ -2921,21 +2921,21 @@ "5a6b59a08dc32e000b452fb7 Name": "Glock SAI 9x19 thread protector", "5a6b59a08dc32e000b452fb7 ShortName": "G SAI SK", "5a6b59a08dc32e000b452fb7 Description": "A thread protector for threaded barrels of Glock family pistols, manufactured by Salient Arms International.", - "5a6b5b8a8dc32e001207faf3 Name": "Glock 9x19 Lone Wolf AlphaWolf threaded barrel", + "5a6b5b8a8dc32e001207faf3 Name": "Glock 9x19 Lone Wolf AlphaWolf 114mm threaded barrel", "5a6b5b8a8dc32e001207faf3 ShortName": "G AW", "5a6b5b8a8dc32e001207faf3 Description": "A threaded barrel for 9x19 pistols of the Glock family. Manufactured by Lone Wolf.", - "5a6b5e468dc32e001207faf5 Name": "Glock 9x19 Double Diamond threaded barrel", + "5a6b5e468dc32e001207faf5 Name": "Glock 9x19 Double Diamond 114mm threaded barrel", "5a6b5e468dc32e001207faf5 ShortName": "G DD", "5a6b5e468dc32e001207faf5 Description": "A threaded barrel for 9x19 pistols of Glock family. Manufactured by Double Diamond.", - "5a6b5ed88dc32e000c52ec86 Name": "Glock 9x19 SAI threaded barrel", + "5a6b5ed88dc32e000c52ec86 Name": "Glock 9x19 SAI 114mm threaded barrel", "5a6b5ed88dc32e000c52ec86 ShortName": "G SAI", "5a6b5ed88dc32e000c52ec86 Description": "A threaded barrel for 9x19 pistols of Glock family. Manufactured by Salient Arms International.", - "5a6b5f868dc32e000a311389 Name": "Glock 17 9x19 barrel", + "5a6b5f868dc32e000a311389 Name": "Glock 17 9x19 114mm barrel", "5a6b5f868dc32e000a311389 ShortName": "G17 Std", "5a6b5f868dc32e000a311389 Description": "A standard barrel for the Glock 17 9x19 pistol.", - "5a6b60158dc32e000a31138b Name": "Glock 17 9x19 barrel with a compensator", + "5a6b60158dc32e000a31138b Name": "Glock 17 9x19 114mm compensated barrel", "5a6b60158dc32e000a31138b ShortName": "G17 MB", - "5a6b60158dc32e000a31138b Description": "A 114mm long barrel with a mounted compensator for Glock 17 pistols.", + "5a6b60158dc32e000a31138b Description": "A 114mm barrel with a mounted compensator for Glock 17 pistols.", "5a6f58f68dc32e000a311390 Name": "Glock front sight", "5a6f58f68dc32e000a311390 ShortName": "Glock Korn", "5a6f58f68dc32e000a311390 Description": "Standard Korn für Glock Pistolen.", @@ -3247,7 +3247,7 @@ "5aaf8e43e5b5b00015693246 Description": "The SOCOM 16 polymer stock for M1A rifles, manufactured by Springfield Armory.", "5aaf9d53e5b5b00015042a52 Name": "M1A 7.62x51 16 inch barrel", "5aaf9d53e5b5b00015042a52 ShortName": "M1A 16\"", - "5aaf9d53e5b5b00015042a52 Description": "A 16 inch (410mm) barrel for M1A based weapons chambered in 7.62x51 NATO ammo.", + "5aaf9d53e5b5b00015042a52 Description": "A 16 inch (410mm) Springfield 6-Groove Carbon Steel barrel for M1A-based weapons chambered in 7.62x51 NATO ammo.", "5aafa1c2e5b5b00015042a56 Name": "M1A SOCOM 16 7.62x51 muzzle brake-compensator", "5aafa1c2e5b5b00015042a56 ShortName": "SOCOM16 M1A", "5aafa1c2e5b5b00015042a56 Description": "A muzzle brake-compensator for M1A rifles, manufactured by Springfield Armory.", @@ -3445,7 +3445,7 @@ "5addba3e5acfc4001669f0ab Description": "The National Match .062 Blade detachable front sight for M1A rifles, manufactured by Springfield Armory.", "5addbac75acfc400194dbc56 Name": "M1A 7.62x51 22 inch barrel", "5addbac75acfc400194dbc56 ShortName": "M1A 22″", - "5addbac75acfc400194dbc56 Description": "A 22 inch match barrel for M1A based weapons chambered in 7.62x51 NATO ammo.", + "5addbac75acfc400194dbc56 Description": "A 22 inch (558mm) Springfield 6-Groove National Match barrel for M1A-based weapons chambered in 7.62x51 NATO ammo.", "5addbb6e5acfc408fb1393fd Name": "M1A National Match 7.62x51 flash suppressor", "5addbb6e5acfc408fb1393fd ShortName": "NM", "5addbb6e5acfc408fb1393fd Description": "A muzzle brake-compensator for M1A rifles, manufactured by Springfield Armory.", @@ -3647,7 +3647,7 @@ "5b1fa9b25acfc40018633c01 Name": "Glock 18C 9x19mm Maschinenpistole", "5b1fa9b25acfc40018633c01 ShortName": "Glock 18C", "5b1fa9b25acfc40018633c01 Description": "Die Glock 18 ist eine Variante der Glock 17 mit Feuerwahlmöglichkeit. Die Faustfeuerwaffe wird normalerweise mit einem erweiterten 33-Schuss-Magazin genutzt, auch wenn andere Magazine der Glock 17, mit einer Kapazität von 10, 17 oder 19 Schuss, ebenfalls genutzt werden können. Sie verfügt über eine Öffnung an der Vorderseite des Schlittens, ähnlich der Öffnungen an Glocks mit langem Schlitten, obwohl die Glock 18 einen Standardschlitten verwendet.\nDie Öffnung erlaubt es, den vier immer größer werdenden, in den Lauf gearbeiteten Kompensatorschlitzen, Treibgase nach oben abzuleiten, um mehr Kontrolle über die Schnellfeuer-Maschinenpistole zu erlangen.", - "5b1fa9ea5acfc40018633c0a Name": "Glock 18C 9x19 barrel with a compensator", + "5b1fa9ea5acfc40018633c0a Name": "Glock 18C 9x19 114mm compensated barrel", "5b1fa9ea5acfc40018633c0a ShortName": "G18C MB", "5b1fa9ea5acfc40018633c0a Description": "A 114mm long barrel with a mounted compensator for Glock 18C automatic pistols.", "5b1faa0f5acfc40dc528aeb5 Name": "Glock 18C pistol slide", @@ -4049,32 +4049,32 @@ "5bb20d53d4351e4502010a69 Name": "HK 416A5 5,56x45mm obere Empfangseinheit", "5bb20d53d4351e4502010a69 ShortName": "416A5 ob.E", "5bb20d53d4351e4502010a69 Description": "An upper receiver for the 416A5 assault rifle manufactured by Heckler & Koch. Equipped with a mount for attaching additional devices.", - "5bb20d92d4351e00853263eb Name": "HK 416A5 5.56x45 11 inch barrel", - "5bb20d92d4351e00853263eb ShortName": "416A5 11\"", - "5bb20d92d4351e00853263eb Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 11 inches (279mm) long.", - "5bb20d9cd4351e00334c9d8a Name": "HK 416A5 5.56x45 14.5 inch barrel", - "5bb20d9cd4351e00334c9d8a ShortName": "416A5 14.5\"", - "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for HK416 based weapons for 5.56x45 NATO ammo, includes a flip-up front sight.", - "5bb20da5d4351e0035629dbf Name": "HK 416A5 5.56x45 16.5 inch barrel with flip-up front sight", - "5bb20da5d4351e0035629dbf ShortName": "416A5 16.5\"", - "5bb20da5d4351e0035629dbf Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 16.5 inches (419mm) long with a flip-up front sight.", - "5bb20dadd4351e00367faeff Name": "HK 416A5 5.56x45 20 inch barrel", - "5bb20dadd4351e00367faeff ShortName": "416A5 20\"", - "5bb20dadd4351e00367faeff Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 20 inches (505mm) long with a flip up front sight.", + "5bb20d92d4351e00853263eb Name": "HK 416 5.56x45 11 inch barrel", + "5bb20d92d4351e00853263eb ShortName": "416 11\"", + "5bb20d92d4351e00853263eb Description": "An 11 inch (279mm) barrel for 416-based weapons for 5.56x45 NATO ammo.", + "5bb20d9cd4351e00334c9d8a Name": "HK 416 5.56x45 14.5 inch barrel with flip-up front sight", + "5bb20d9cd4351e00334c9d8a ShortName": "416 14.5\"", + "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", + "5bb20da5d4351e0035629dbf Name": "HK 416 5.56x45 16.5 inch barrel with flip-up front sight", + "5bb20da5d4351e0035629dbf ShortName": "416 16.5\"", + "5bb20da5d4351e0035629dbf Description": "A 16.5 inch (419mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", + "5bb20dadd4351e00367faeff Name": "HK 416 5.56x45 20 inch barrel with flip-up front sight", + "5bb20dadd4351e00367faeff ShortName": "416 20\"", + "5bb20dadd4351e00367faeff Description": "A 20 inch (505mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", "5bb20dbcd4351e44f824c04e Name": "AR-15 HK Extended Latch charging handle", "5bb20dbcd4351e44f824c04e ShortName": "Ext. Latch", "5bb20dbcd4351e44f824c04e Description": "A standard HK 416A5 charging handle with an extended latch.", "5bb20dcad4351e3bac1212da Name": "HK 416A5 low profile gas block", "5bb20dcad4351e3bac1212da ShortName": "416A5 GB", "5bb20dcad4351e3bac1212da Description": "A standard gas block for 416A5 assault rifles, manufactured by Heckler & Koch.", - "5bb20de5d4351e0035629e59 Name": "HK 416A5 Quad Rail handguard", - "5bb20de5d4351e0035629e59 ShortName": "416A5 4Rail", + "5bb20de5d4351e0035629e59 Name": "HK 416 Quad Rail handguard", + "5bb20de5d4351e0035629e59 ShortName": "416 4Rail", "5bb20de5d4351e0035629e59 Description": "A quad rail handguard for 416 and compatibles. Comes with four picatinny rails for attaching wide amount of different tactical accessories. Manufactured by Heckler & Koch.", - "5bb20df1d4351e00347787d5 Name": "HK 416A5 Quad Rail handguard with flip-up front sight", - "5bb20df1d4351e00347787d5 ShortName": "416A5 4Rail", + "5bb20df1d4351e00347787d5 Name": "HK 416 Quad Rail handguard with flip-up front sight", + "5bb20df1d4351e00347787d5 ShortName": "416 4Rail FS", "5bb20df1d4351e00347787d5 Description": "A quad rail handguard for 416 and compatibles. Comes with a built-in flip-up front sight and four picatinny rails for attaching wide amount of different accessories. Manufactured by Heckler & Koch.", - "5bb20dfcd4351e00334c9e24 Name": "HK 416A5 Quad Rail Extended handguard", - "5bb20dfcd4351e00334c9e24 ShortName": "416A5 4Rail ext.", + "5bb20dfcd4351e00334c9e24 Name": "HK 416 Quad Rail Extended handguard", + "5bb20dfcd4351e00334c9e24 ShortName": "416 4Rail ext.", "5bb20dfcd4351e00334c9e24 Description": "An extended-length quad rail handguard for HK 416A5 and compatibles. Comes with four picatinny rails for attaching a wide amount of various tactical accessories. Manufactured by Heckler & Koch.", "5bb20e0ed4351e3bac1212dc Name": "AR-15 HK Battle Grip Beavertail pistol grip", "5bb20e0ed4351e3bac1212dc ShortName": "Battle Grip PG", @@ -4085,9 +4085,9 @@ "5bb20e49d4351e3bac1212de Name": "HK 416A5 flip-up rear sight", "5bb20e49d4351e3bac1212de ShortName": "416A5 Kimme", "5bb20e49d4351e3bac1212de Description": "A removable folding rear sight for HK 416A5.", - "5bb20e58d4351e00320205d7 Name": "HK Enhanced Tube buffer tube", + "5bb20e58d4351e00320205d7 Name": "HK 416 Enhanced Buffer Tube", "5bb20e58d4351e00320205d7 ShortName": "Enhanced Tube PR", - "5bb20e58d4351e00320205d7 Description": "Heckler & Koch Receiver Extension Buffer Tube, Mil-Spec diameter will fit any 416-based carbine or rifle.", + "5bb20e58d4351e00320205d7 Description": "Heckler & Koch Receiver Extension Buffer Tube, Mil-Spec diameter, will fit any 416-based carbine or rifle.", "5bb20e70d4351e0035629f8f Name": "AR-15 HK Slim Line buttstock", "5bb20e70d4351e0035629f8f ShortName": "Slim Line SS", "5bb20e70d4351e0035629f8f Description": "A telescoping stock from the Slim Line series, designed and manufactured by Heckler & Koch.", @@ -4297,10 +4297,10 @@ "5bfeb32b0db834001a6694d9 Description": "The Overmolded Ghillie stock for the Remington Model 700 bolt-action sniper rifle. Manufactured by Hogue.", "5bfebc250db834001a6694e1 Name": "M700 7.62x51 26 inch barrel", "5bfebc250db834001a6694e1 ShortName": "M700 26\"", - "5bfebc250db834001a6694e1 Description": "A 26 inches (660mm) long barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5bfebc250db834001a6694e1 Description": "A 26 inch (660mm) barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", "5bfebc320db8340019668d79 Name": "M700 7.62x51 20 inch threaded barrel", "5bfebc320db8340019668d79 ShortName": "M700 20\"", - "5bfebc320db8340019668d79 Description": "A 20 inches (508mm) long threaded barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5bfebc320db8340019668d79 Description": "A 20 inch (508mm) threaded barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", "5bfebc530db834001d23eb65 Name": "M700 Weaver extended multi-slot rail base", "5bfebc530db834001d23eb65 ShortName": "M700 Multi-slot", "5bfebc530db834001d23eb65 Description": "A Weaver-type extended multi-slot rail base for the Remington Model 700 bolt-action sniper rifle for installation of various optics.", @@ -4332,8 +4332,8 @@ "5bffef760db8340019668fe4 ShortName": "P226 CL", "5bffef760db8340019668fe4 Description": "The G10 Chain Link pistol grip for P226 pistols. Manufactured by Hogue.", "5c0000c00db834001a6697fc Name": "HK MP5 3-lug suppressor adapter", - "5c0000c00db834001a6697fc ShortName": "MP5 3Lug", - "5c0000c00db834001a6697fc Description": "A 3-lug threaded adapter for installing various sound suppressors on the MP5 SMG. Manufactured by Heckler & Koch.", + "5c0000c00db834001a6697fc ShortName": "MP5 Navy 3Lug", + "5c0000c00db834001a6697fc Description": "A threaded 3-lug adapter for installing various sound suppressors on the MP5 SMG. Manufactured by Heckler & Koch.", "5c0006470db834001a6697fe Name": "P226 Emperor Scorpion pistol grip", "5c0006470db834001a6697fe ShortName": "P226 Scorpion", "5c0006470db834001a6697fe Description": "The Emperor Scorpion polymer grip panels for P226 pistols, manufactured by SIG Sauer.", @@ -4544,9 +4544,9 @@ "5c0e2f5cd174af02a012cfc9 Name": "AR-15 ADAR 2-15 wooden handguard", "5c0e2f5cd174af02a012cfc9 ShortName": "ADAR wood", "5c0e2f5cd174af02a012cfc9 Description": "An SVD-style wooden handguard for ADAR 2-15 carbines.", - "5c0e2f94d174af029f650d56 Name": "AR-15 5.56x45 Molot Arms 406mm barrel", - "5c0e2f94d174af029f650d56 ShortName": "AR-15 406mm", - "5c0e2f94d174af029f650d56 Description": "The Molot Arms 406mm barrel for AR-15 based weapons for 5.56x45 NATO ammo. A standard-issue barrel for ADAR 2-15.", + "5c0e2f94d174af029f650d56 Name": "AR-15 5.56x45 Molot Arms 16 inch barrel", + "5c0e2f94d174af029f650d56 ShortName": "ADAR 16\"", + "5c0e2f94d174af029f650d56 Description": "A 16 inch (406mm) barrel for AR-15 platform weapons for 5.56x45 NATO ammo, manufactured by Molot Arms. A standard-issue barrel for ADAR 2-15.", "5c0e2ff6d174af02a1659d4a Name": "ADAR 2-15 Schulterstütze aus Holz für AR-15 Waffen", "5c0e2ff6d174af02a1659d4a ShortName": "ADAR wood", "5c0e2ff6d174af02a1659d4a Description": "A wooden SVD-style stock for ADAR 2-15 carbines.", @@ -4813,7 +4813,7 @@ "5c471c842e221615214259b5 Description": "A standard gas tube for SVDS sniper rifles. Gas tubes channel the travel direction of gas piston.", "5c471cb32e221602b177afaa Name": "SVDS 7,62x54mm R 22\" Lauf", "5c471cb32e221602b177afaa ShortName": "SVDS 22\"", - "5c471cb32e221602b177afaa Description": "A 22 inch barrel for SVDS sniper rifles chambered in 7.62x54R ammo.", + "5c471cb32e221602b177afaa Description": "A 565mm barrel for the SVD sniper rifle chambered in 7.62x54R ammo.", "5c488a752e221602b412af63 Name": "Desert Tech MDR 5,56x45mm Sturmgewehr", "5c488a752e221602b412af63 ShortName": "MDR", "5c488a752e221602b412af63 Description": "The MDR 5.56x45 bullpup assault rifle, designed and manufactured by Desert Tech LLC. A modular multi-caliber weapon with a compact bullpup layout intended for use by police and military special forces. Barrel lengths and calibers can be changed by the end-user within minutes with a minimum amount of tools.", @@ -4823,7 +4823,7 @@ "5c48a2852e221602b21d5923 Name": "MDR 5.56x45 16 inch barrel", "5c48a2852e221602b21d5923 ShortName": "MDR 556 16\"", "5c48a2852e221602b21d5923 Description": "A 16 inch (406mm) barrel for MDR based weapons for 5.56x45 NATO ammo.", - "5c48a2a42e221602b66d1e07 Name": "Desert Tech 5.56x45 flash hider", + "5c48a2a42e221602b66d1e07 Name": "AR-15 Desert Tech 5.56x45 flash hider", "5c48a2a42e221602b66d1e07 ShortName": "MDR 556", "5c48a2a42e221602b66d1e07 Description": "A flash hider developed by Desert Tech specifically for the MDR 5.56x45 assault rifles.", "5c48a2c22e221602b313fb6c Name": "MDR pistol grip (FDE)", @@ -4943,21 +4943,21 @@ "5c6bf4aa2e2216001219b0ae Name": "AK US Palm pistol grip", "5c6bf4aa2e2216001219b0ae ShortName": "US Palm AK PG", "5c6bf4aa2e2216001219b0ae Description": "A light pistol grip for AK assault rifles, manufactured by US Palm.", - "5c6c2c9c2e2216000f2002e4 Name": "HK 416A5 TROY M-LOK 13 inch handguard", - "5c6c2c9c2e2216000f2002e4 ShortName": "416A5 TROY 13\"", - "5c6c2c9c2e2216000f2002e4 Description": "The TROY Industries carbon fiber M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", - "5c6d10e82e221601da357b07 Name": "HK 416A5 MRS KeyMod 14 inch handguard", - "5c6d10e82e221601da357b07 ShortName": "416A5 MRS 14\"", - "5c6d10e82e221601da357b07 Description": "The HK MRS KeyMod handguard for 416A5 equipped with a KeyMod interface for the installation of additional devices and accessories.", - "5c6d10fa2e221600106f3f23 Name": "HK 416A5 Midwest Industries 9 inch M-LOK handguard", - "5c6d10fa2e221600106f3f23 ShortName": "416A5 Midwest 9\"", + "5c6c2c9c2e2216000f2002e4 Name": "HK 416 TROY M-LOK 13 inch handguard", + "5c6c2c9c2e2216000f2002e4 ShortName": "416 TROY 13\"", + "5c6c2c9c2e2216000f2002e4 Description": "The TROY Industries carbon fiber M-LOK foregrip for 416 equipped with an M-LOK interface for the installation of additional devices and accessories.", + "5c6d10e82e221601da357b07 Name": "HK 416 MRS KeyMod 14 inch handguard", + "5c6d10e82e221601da357b07 ShortName": "416 MRS 14\"", + "5c6d10e82e221601da357b07 Description": "The HK Modular Rail System handguard for 416 equipped with a KeyMod interface for the installation of additional devices and accessories.", + "5c6d10fa2e221600106f3f23 Name": "HK 416 Midwest Industries 9 inch M-LOK handguard", + "5c6d10fa2e221600106f3f23 ShortName": "416 Midwest 9\"", "5c6d10fa2e221600106f3f23 Description": "The Midwest Industries M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", - "5c6d11072e2216000e69d2e4 Name": "HK 416A5 Midwest Industries 13.5 inch M-LOK handguard", - "5c6d11072e2216000e69d2e4 ShortName": "416A5 Midwest 13.5\"", + "5c6d11072e2216000e69d2e4 Name": "HK 416 Midwest Industries 13.5 inch M-LOK handguard", + "5c6d11072e2216000e69d2e4 ShortName": "416 Midwest 13.5\"", "5c6d11072e2216000e69d2e4 Description": "The Midwest Industries M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", - "5c6d11152e2216000f2003e7 Name": "HK 416A5 Strike Industries CRUX 15 inch M-LOK handguard", - "5c6d11152e2216000f2003e7 ShortName": "416A5 CRUX 15\"", - "5c6d11152e2216000f2003e7 Description": "The Strike Industries CRUX foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", + "5c6d11152e2216000f2003e7 Name": "HK 416 Strike Industries CRUX 15 inch M-LOK handguard", + "5c6d11152e2216000f2003e7 ShortName": "416 CRUX 15\"", + "5c6d11152e2216000f2003e7 Description": "The Strike Industries CRUX foregrip for 416 equipped with an M-LOK interface for the installation of additional devices and accessories.", "5c6d42cb2e2216000e69d7d1 Name": "5,56x45mm HK 30 STANAG Polymer 30-Schuss Magazin", "5c6d42cb2e2216000e69d7d1 ShortName": "HK poly", "5c6d42cb2e2216000e69d7d1 Description": "A 30-round HK polymer magazine, for 5.56x45 ammunition.", @@ -4976,9 +4976,9 @@ "5c6d7b3d2e221600114c9b7d Name": "AR-15 HK V2 pistol grip", "5c6d7b3d2e221600114c9b7d ShortName": "HK V2", "5c6d7b3d2e221600114c9b7d Description": "The HK V2 pistol grip can be installed on any weapon compatible with AR-15 grips. Manufactured by Heckler & Koch.", - "5c6d85e02e22165df16b81f4 Name": "HK 416A5 5.56x45 10.6 inch barrel", - "5c6d85e02e22165df16b81f4 ShortName": "416A5 10.6\"", - "5c6d85e02e22165df16b81f4 Description": "A 10.6 inch (264mm) barrel for 416 based weapons for 5.56x45 NATO ammo.", + "5c6d85e02e22165df16b81f4 Name": "HK 416 5.56x45 10.6 inch barrel", + "5c6d85e02e22165df16b81f4 ShortName": "416 10.6\"", + "5c6d85e02e22165df16b81f4 Description": "A 10.6 inch (264mm) barrel for 416-based weapons for 5.56x45 NATO ammo.", "5c78f2492e221600114c9f04 Name": "AR-15 SAI 14.5 inch QD Rail handguard", "5c78f2492e221600114c9f04 ShortName": "SAI QD 14.5\"", "5c78f2492e221600114c9f04 Description": "The Salient Arms International QD Rail handguard for AR-15 equipped with an M-LOK interface for the installation of additional devices and accessories.", @@ -5111,14 +5111,14 @@ "5cadc190ae921500103bb3b6 Name": "Beretta M9A3 9х19mm Pistole", "5cadc190ae921500103bb3b6 ShortName": "M9A3", "5cadc190ae921500103bb3b6 Description": "The Beretta M9A3 is the newest addition to the M9 series of pistols. It was designed for military and police forces, as well as for sport and a home defense use. The main features of the A3 generation are a more ergonomic and durable FDE coating.", - "5cadc1c6ae9215000f2775a4 Name": "M9A3 9x19 threaded barrel", + "5cadc1c6ae9215000f2775a4 Name": "M9A3 9x19 127mm threaded barrel", "5cadc1c6ae9215000f2775a4 ShortName": "M9A3 thr.", "5cadc1c6ae9215000f2775a4 Description": "A standard threaded barrel for the Beretta M9A3 9x19 pistol.", "5cadc2e0ae9215051e1c21e7 Name": "M9A3 9x19mm 17-Schuss-Magazin", "5cadc2e0ae9215051e1c21e7 ShortName": "M9A3", "5cadc2e0ae9215051e1c21e7 Description": "A standard 17-round 9x19 magazine for the Beretta M9A3 pistol.", "5cadc390ae921500126a77f1 Name": "M9A3 Gewinde-Schutzkappe", - "5cadc390ae921500126a77f1 ShortName": "M9A3 cap", + "5cadc390ae921500126a77f1 ShortName": "M9A3 thr.", "5cadc390ae921500126a77f1 Description": "A threading protection cap for the Beretta M9A3 9x19 barrel.", "5cadc431ae921500113bb8d5 Name": "M9A3 polymer side grips", "5cadc431ae921500113bb8d5 ShortName": "M9A3", @@ -5845,15 +5845,15 @@ "5d25d0ac8abbc3054f3e61f7 Description": "The AT AICS polymer chassis for the Remington M700 sniper rifle. Manufactured by Accuracy International.", "5d2702e88abbc31ed91efc44 Name": "M700 7.62x51 26 inch stainless steel barrel", "5d2702e88abbc31ed91efc44 ShortName": "M700 26\"", - "5d2702e88abbc31ed91efc44 Description": "A 26 inches (660mm) long stainless steel barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5d2702e88abbc31ed91efc44 Description": "A 26 inch (660mm) stainless steel barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", "5d2703038abbc3105103d94c Name": "M700 7.62x51 20 inch stainless steel threaded barrel", "5d2703038abbc3105103d94c ShortName": "M700 20\"", - "5d2703038abbc3105103d94c Description": "A 20 inches (508mm) long stainless steel threaded barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", - "5d270b3c8abbc3105335cfb8 Name": "M700 thread protection cap", - "5d270b3c8abbc3105335cfb8 ShortName": "M700 cap", + "5d2703038abbc3105103d94c Description": "A 20 inch (508mm) stainless steel threaded barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5d270b3c8abbc3105335cfb8 Name": "M700 thread protector", + "5d270b3c8abbc3105335cfb8 ShortName": "M700 thr.", "5d270b3c8abbc3105335cfb8 Description": "A threading protection cap for the Remington M700 7.62x51 sniper rifle barrels.", - "5d270ca28abbc31ee25ee821 Name": "M700 thread protection cap (Stainless steel)", - "5d270ca28abbc31ee25ee821 ShortName": "M700 cap", + "5d270ca28abbc31ee25ee821 Name": "M700 stainless steel thread protector", + "5d270ca28abbc31ee25ee821 ShortName": "M700 thr.", "5d270ca28abbc31ee25ee821 Description": "A stainless steel threading protection cap for the Remington M700 7.62x51 barrels.", "5d28ae4986f7742926686187 Name": "", "5d28ae4986f7742926686187 ShortName": "", @@ -6254,7 +6254,7 @@ "5dcbe9431e1f4616d354987e Name": "MDR 7.62x51 16 inch barrel", "5dcbe9431e1f4616d354987e ShortName": "MDR 762 16\"", "5dcbe9431e1f4616d354987e Description": "A 16 inch (406mm) barrel for MDR based weapons for 7.62x51 NATO ammo.", - "5dcbe965e4ed22586443a79d Name": "Desert Tech 7.62x51 flash hider", + "5dcbe965e4ed22586443a79d Name": "AR-10 Desert Tech 7.62x51 flash hider", "5dcbe965e4ed22586443a79d ShortName": "MDR 762", "5dcbe965e4ed22586443a79d Description": "A flash hider developed by Desert Tech specifically for the MDR 7.62x51 (.308) assault rifles.", "5de652c31b7e3716273428be Name": "Molot Arms VPO-215 „Gornostay“ .366 TKM Repetier-Scharfschützengewehr", @@ -6267,7 +6267,7 @@ "5de65547883dde217541644b ShortName": "600mm VPO-215", "5de65547883dde217541644b Description": "Ein 23 Zoll (600 mm) langer Lauf für das Gewehr VPO-215 mit dem Kaliber .366TKM.", "5de6556a205ddc616a6bc4f7 Name": "VPO-215 „Gornostay“ Gewinde-Schutzkappe", - "5de6556a205ddc616a6bc4f7 ShortName": "215 cap", + "5de6556a205ddc616a6bc4f7 ShortName": "215 thr.", "5de6556a205ddc616a6bc4f7 Description": "A threading protection cap for the VPO-215 .366TKM rifle barrel.", "5de6558e9f98ac2bc65950fc Name": "VPO-215 „Gornostay“ Zielfernrohr-Halterung", "5de6558e9f98ac2bc65950fc ShortName": "215 rail", @@ -6825,8 +6825,8 @@ "5e9de109f6164249e54453d2 ShortName": "", "5e9de109f6164249e54453d2 Description": "", "5ea02bb600685063ec28bfa1 Name": "PPSh-41 7,62x25mm TT 10,6\" Lauf", - "5ea02bb600685063ec28bfa1 ShortName": "PPSh41 10.6\"", - "5ea02bb600685063ec28bfa1 Description": "A 10.6 inch (269mm) long barrel for the PPSh-41, chambered in 7.62x25.", + "5ea02bb600685063ec28bfa1 ShortName": "PPSh-41", + "5ea02bb600685063ec28bfa1 Description": "A 269mm barrel for the PPSh-41, chambered in 7.62x25.", "5ea034eb5aad6446a939737b Name": "PPSh-41 7,62x25mm TT 35-Schuss Magazin", "5ea034eb5aad6446a939737b ShortName": "PPSh", "5ea034eb5aad6446a939737b Description": "A 35-round 7.62x25 steel magazine for the PPSh-41.", @@ -7011,7 +7011,7 @@ "5f2aa43ba9b91d26f20ae6d2 ShortName": "RFB spacer", "5f2aa43ba9b91d26f20ae6d2 Description": "A thread spacer for the RFB rifle, manufactured by Kel-Tec. It is required for installation of different muzzle devices.", "5f2aa4464b50c14bcf07acdb Name": "RFB Gewinde-Schutzkappe", - "5f2aa4464b50c14bcf07acdb ShortName": "RFB cap", + "5f2aa4464b50c14bcf07acdb ShortName": "RFB thr.", "5f2aa4464b50c14bcf07acdb Description": "A threading protection cap for the Kel-Tec RFB 7.62x51 rifle barrel.", "5f2aa4559b44de6b1b4e68d1 Name": "RFB 7.62x51 flash hider", "5f2aa4559b44de6b1b4e68d1 ShortName": "RFB", @@ -7046,10 +7046,10 @@ "5f3e77b26cda304dcc634057 Name": "M1911A1 .45 ACP Wilson Combat 7-round magazine", "5f3e77b26cda304dcc634057 ShortName": "Wilson", "5f3e77b26cda304dcc634057 Description": "A 7-round .45 ACP magazine with a steel low-profile base pad for Colt M1911 pistols, manufactured by Wilson Combat. Comes as a standard-issue magazine for the M45A1 pistol.", - "5f3e77f59103d430b93f94c1 Name": "M1911A1 .45 ACP threaded barrel", + "5f3e77f59103d430b93f94c1 Name": "M1911A1 .45 ACP 141mm threaded barrel", "5f3e77f59103d430b93f94c1 ShortName": "M1911A1 .45", "5f3e77f59103d430b93f94c1 Description": "A standard-issue threaded barrel for the M1911A1 .45 ACP pistol, manufactured by Colt.", - "5f3e7801153b8571434a924c Name": "M1911A1 .45 ACP National Match barrel", + "5f3e7801153b8571434a924c Name": "M1911A1 .45 ACP National Match 127mm barrel", "5f3e7801153b8571434a924c ShortName": "1911 NM", "5f3e7801153b8571434a924c Description": "The National Match barrel for the M1911A1 .45 ACP pistol, manufactured by Colt.", "5f3e7823ddc4f03b010e2045 Name": "M45A1 Pistolenschlitten", @@ -7235,8 +7235,8 @@ "5fb65424956329274326f316 Name": "KRISS Vector .45 ACP flash hider", "5fb65424956329274326f316 ShortName": "Vector .45", "5fb65424956329274326f316 Description": "A standard-issue flash hider for the KRISS Vector .45 ACP SMG.", - "5fb6548dd1409e5ca04b54f9 Name": "KRISS Vector .45 ACP thread protection cap", - "5fb6548dd1409e5ca04b54f9 ShortName": "Vector cap", + "5fb6548dd1409e5ca04b54f9 Name": "KRISS Vector .45 ACP thread protector", + "5fb6548dd1409e5ca04b54f9 ShortName": "Vector thr.", "5fb6548dd1409e5ca04b54f9 Description": "A thread protector cap for the KRISS Vector .45 ACP barrel.", "5fb6558ad6f0b2136f2d7eb7 Name": "KRISS Vector Gen.2 folding stock", "5fb6558ad6f0b2136f2d7eb7 ShortName": "Vector klapp.", @@ -7265,8 +7265,8 @@ "5fbbc3324e8a554c40648348 Name": "KRISS Vector 9x19mm Mündungsfeuerdämpfer", "5fbbc3324e8a554c40648348 ShortName": "Vector 9x19mm MFD", "5fbbc3324e8a554c40648348 Description": "Standard-Mündungsfeuerdämpfer für die KRISS Vector 9x19mm Machinenpistole.", - "5fbbc34106bde7524f03cbe9 Name": "KRISS Vector 9x19 thread protection cap", - "5fbbc34106bde7524f03cbe9 ShortName": "Vector cap", + "5fbbc34106bde7524f03cbe9 Name": "KRISS Vector 9x19 thread protector", + "5fbbc34106bde7524f03cbe9 ShortName": "Vector thr.", "5fbbc34106bde7524f03cbe9 Description": "A thread protector cap for the KRISS Vector 9x19 barrel.", "5fbbc366ca32ed67276c1557 Name": "KRISS Vector 9x19 5 inch barrel", "5fbbc366ca32ed67276c1557 ShortName": "Vector 9x19 5\"", @@ -7313,7 +7313,7 @@ "5fbcc429900b1d5091531dd7 Name": "MCX/MPX Teleskop-/Faltstütze", "5fbcc429900b1d5091531dd7 ShortName": "SIG TFS", "5fbcc429900b1d5091531dd7 Description": "Eine teleskopische Schulterstütze für MCX/MPX, hergestellt von von SIG Sauer.", - "5fbcc437d724d907e2077d5c Name": "MPX/MCX Thin Side-Folding Stock", + "5fbcc437d724d907e2077d5c Name": "SIG Sauer Thin Side-Folding Stock", "5fbcc437d724d907e2077d5c ShortName": "SIG TSFS", "5fbcc437d724d907e2077d5c Description": "Eine schmale und leichte Schulterstütze für die MCX/MPX, hergestellt von von SIG Sauer.", "5fbcc640016cce60e8341acc Name": "MCX charging handle", @@ -7365,8 +7365,8 @@ "5fc23678ab884124df0cd590 ShortName": "Mk-18 24\"", "5fc23678ab884124df0cd590 Description": "A 24 inch (610mm) barrel for Mk-18 .338 LM sniper rifle, manufactured by SWORD International.", "5fc2369685fd526b824a5713 Name": "B5 Systems Precision Schulterstütze für AR-15 Waffen", - "5fc2369685fd526b824a5713 ShortName": "Precision", - "5fc2369685fd526b824a5713 Description": "The Precision telescoping stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", + "5fc2369685fd526b824a5713 ShortName": "B5 CPS", + "5fc2369685fd526b824a5713 Description": "The Collapsible Precision Stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", "5fc275cf85fd526b824a571a Name": ".338 Lapua Magnum FMJ", "5fc275cf85fd526b824a571a ShortName": ".338 LM", "5fc275cf85fd526b824a571a Description": "A .338 Lapua Magnum (8.6x70mm) FMJ cartridge with a 16.2 gram lead core bullet with a bimetallic jacket in a brass case. Despite its rudimentary design, this cartridge possesses capabilities of piercing basic and intermediate ballistic body protections, as well as providing a considerable stopping power effect and being capable of causing critical adverse effects on the target after impact. However, due to its design, it has a high probability of bouncing off various surfaces.", @@ -7554,10 +7554,10 @@ "60228a76d62c9b14ed777a66 ShortName": "PL15 Korn", "60228a76d62c9b14ed777a66 Description": "Standard Korn für PL-15.", "60228a850ddce744014caf69 Name": "PL-15 verlängertes Korn", - "60228a850ddce744014caf69 ShortName": "PL15 FS ext.", + "60228a850ddce744014caf69 ShortName": "PL-15 FS ext.", "60228a850ddce744014caf69 Description": "Verlängertes PL-15 Korn designet für die Benutzung in Verbindung mit einem Schalldämpfer.", "602293f023506e50807090cb Name": "PL-15 erhöhte Kimme", - "602293f023506e50807090cb ShortName": "PL15 RS ext.", + "602293f023506e50807090cb ShortName": "PL-15 RS ext.", "602293f023506e50807090cb Description": "Erhöhte PL-15 Kimme, entwickelt für die Benutzung mit einem Schalldämpfer.", "60229948cacb6b0506369e27 Name": "PL-15 rear sight", "60229948cacb6b0506369e27 ShortName": "PL15 Kimme", @@ -7568,7 +7568,7 @@ "602a95edda11d6478d5a06da Name": "PL-15 9x19mm Lauf", "602a95edda11d6478d5a06da ShortName": "PL-15 Lauf", "602a95edda11d6478d5a06da Description": "Standard-Lauf für die 9x19mm PL-15 Pistole.", - "602a95fe4e02ce1eaa358729 Name": "PL-15 9x19 threaded barrel", + "602a95fe4e02ce1eaa358729 Name": "PL-15 9x19 112mm threaded barrel", "602a95fe4e02ce1eaa358729 ShortName": "PL-15 Gew.", "602a95fe4e02ce1eaa358729 Description": "A threaded barrel for the PL-15 pistol, chambered in 9x19.", "602a97060ddce744014caf6f Name": "PL-15 9x19 sound suppressor", @@ -7967,7 +7967,7 @@ "612e0cfc8004cc50514c2d9e Name": "AR-15 AWC PSR 5.56x45 muzzle brake", "612e0cfc8004cc50514c2d9e ShortName": "PSR 556", "612e0cfc8004cc50514c2d9e Description": "PSR is an effective muzzle brake manufactured by AWC Silencers for 5.56x45. Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with AWC PSR Thor sound suppressors.", - "612e0d3767085e45ef14057f Name": "AWC PSR 7.62x51 muzzle brake", + "612e0d3767085e45ef14057f Name": "AR-10 AWC PSR 7.62x51 muzzle brake", "612e0d3767085e45ef14057f ShortName": "PSR 762", "612e0d3767085e45ef14057f Description": "PSR is an effective muzzle brake manufactured by AWC Silencers for 7.62x51. Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with AWC PSR THOR sound suppressors.", "612e0d81290d254f5e6b291a Name": "AWC PSR .338 LM muzzle brake", @@ -8155,7 +8155,7 @@ "6181688c6c780c1e710c9b04 Description": "A standard-issue charging handle for the SCAR-series assault rifles, manufactured by Fabrique Nationale Herstal.", "618168b350224f204c1da4d8 Name": "FN SCAR-H 7,62x51mm 13\" Lauf", "618168b350224f204c1da4d8 ShortName": "Mk17 13\"", - "618168b350224f204c1da4d8 Description": "A 13 inches long (330mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "618168b350224f204c1da4d8 Description": "A 13 inch (330mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "618168dc8004cc50514c34fc Name": "FN SCAR-H 7,62x51mm 20-Schuss Magazin", "618168dc8004cc50514c34fc ShortName": "Mk17", "618168dc8004cc50514c34fc Description": "A 20-round magazine for the FN SCAR-H 7.62x51 battle rifle.", @@ -8173,7 +8173,7 @@ "61817865d3a39d50044c13a4 Description": "A removable flip-up rear sight for the SCAR-series assault rifles. Manufactured by Fabrique Nationale Herstal.", "618178aa1cb55961fa0fdc80 Name": "AAC SCAR-SD 51T 7,62x51mm Mündungsfeuerdämpfer", "618178aa1cb55961fa0fdc80 ShortName": "SCAR-SD 762 MFD", - "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on AR-10-based rifles.", + "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on SCAR-H/AR-10 platform rifles.", "61825d06d92c473c770215de Name": "FN SCAR folding polymer stock (FDE)", "61825d06d92c473c770215de ShortName": "SCAR fold.", "61825d06d92c473c770215de Description": "A folding polymer stock for the SCAR-series rifles, manufactured by Fabrique Nationale Herstal. Flat Dark Earth version.", @@ -8188,22 +8188,22 @@ "6183afd850224f204c1da514 Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. Manufactured by Fabrique Nationale Herstal.", "6183b0711cb55961fa0fdcad Name": "FN SCAR-H 7,62x51mm 16\" Lauf", "6183b0711cb55961fa0fdcad ShortName": "Mk17 16\"", - "6183b0711cb55961fa0fdcad Description": "A 16 inches long (406mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "6183b0711cb55961fa0fdcad Description": "A 16 inch (406mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "6183b084a112697a4b3a6e6c Name": "FN SCAR-H 7,62x51mm 20\" Lauf", "6183b084a112697a4b3a6e6c ShortName": "Mk17 20\"", - "6183b084a112697a4b3a6e6c Description": "A 20 inches long (508mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "6183b084a112697a4b3a6e6c Description": "A 20 inch (508mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "6183d53f1cb55961fa0fdcda Name": "FN SCAR-H 7,62x51mm 20-Schuss Magazin (FDE)", "6183d53f1cb55961fa0fdcda ShortName": "Mk17", "6183d53f1cb55961fa0fdcda Description": "A 20-round magazine for the FN SCAR-H 7.62x51 battle rifle. Flat Dark Earth version.", "6183fc15d3a39d50044c13e9 Name": "FN SCAR-L 5,56x45mm 10\" Lauf", "6183fc15d3a39d50044c13e9 ShortName": "Mk16 10\"", - "6183fc15d3a39d50044c13e9 Description": "A 10 inches long (254mm) CQB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fc15d3a39d50044c13e9 Description": "A 10 inch (254mm) CQB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "6183fd911cb55961fa0fdce9 Name": "FN SCAR-L 5,56x45mm 14\" Lauf", "6183fd911cb55961fa0fdce9 ShortName": "Mk16 14\"", - "6183fd911cb55961fa0fdce9 Description": "A 14 inches long (355mm) STD barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fd911cb55961fa0fdce9 Description": "A 14 inch (355mm) STD barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "6183fd9e8004cc50514c358f Name": "FN SCAR-L 5,56x45mm 18\" Lauf", "6183fd9e8004cc50514c358f ShortName": "Mk16 18\"", - "6183fd9e8004cc50514c358f Description": "An 18 inches long (457mm) LB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fd9e8004cc50514c358f Description": "An 18 inch (457mm) LB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "618405198004cc50514c3594 Name": "FN SCAR-L 5,56x45mm obere Empfangseinheit", "618405198004cc50514c3594 ShortName": "SCAR-L ob.E", "618405198004cc50514c3594 Description": "An upper receiver for the SCAR-L assault rifle, manufactured by Fabrique Nationale Herstal. Features a top rail for installation of additional equipment.", @@ -8318,20 +8318,20 @@ "6194ef39de3cdf1d2614a768 Name": "HK USP .45 ACP Standard-Lauf", "6194ef39de3cdf1d2614a768 ShortName": "USP45 std", "6194ef39de3cdf1d2614a768 Description": "A standard-issue 112mm .45 ACP barrel for the USP pistol, manufactured by Heckler & Koch.", - "6194efe07c6c7b169525f11b Name": "HK USP Tactical .45 ACP threaded barrel", + "6194efe07c6c7b169525f11b Name": "HK USP Tactical .45 ACP 129mm threaded barrel", "6194efe07c6c7b169525f11b ShortName": "USP45T", "6194efe07c6c7b169525f11b Description": "A 129mm threaded barrel for the special version of the USP pistol - USP Tactical, chambered in .45 ACP. Manufactured by Heckler & Koch.", - "6194eff92d2c397d6600348b Name": "HK USP Expert .45 ACP barrel", + "6194eff92d2c397d6600348b Name": "HK USP Expert .45 ACP 132mm barrel", "6194eff92d2c397d6600348b ShortName": "USP45EX", "6194eff92d2c397d6600348b Description": "A 132mm barrel for the special version of the USP pistol - USP Expert, chambered in .45 ACP. Manufactured by Heckler & Koch.", - "6194f017ed0429009f543eaa Name": "HK USP Elite .45 ACP barrel", + "6194f017ed0429009f543eaa Name": "HK USP Elite .45 ACP 153mm barrel", "6194f017ed0429009f543eaa ShortName": "USP45EL", "6194f017ed0429009f543eaa Description": "A 153mm barrel for the special version of the USP pistol - USP Elite, chambered in .45 ACP. Manufactured by Heckler & Koch.", - "6194f02d9bb3d20b0946d2f0 Name": "HK USP Match .45 ACP barrel", + "6194f02d9bb3d20b0946d2f0 Name": "HK USP Match .45 ACP 153mm barrel", "6194f02d9bb3d20b0946d2f0 ShortName": "USP45M", "6194f02d9bb3d20b0946d2f0 Description": "A 153mm barrel for the special version of the USP pistol - USP Match, chambered in .45 ACP. Manufactured by Heckler & Koch.", "6194f1f918a3974e5e7421e4 Name": "HK USP Tactical thread protector", - "6194f1f918a3974e5e7421e4 ShortName": "USP45T", + "6194f1f918a3974e5e7421e4 ShortName": "USP45T thr.", "6194f1f918a3974e5e7421e4 Description": "A thread protector for the Tactical barrel for the USP pistol, manufactured by Heckler & Koch.", "6194f2912d2c397d6600348d Name": "HK USP rear sight", "6194f2912d2c397d6600348d ShortName": "USP RS", @@ -8825,7 +8825,7 @@ "625ff31daaaa8c1130599f64 Name": "Toni System Kaliber 12 13-Schuss Magazin für die Benelli M3 Super 90", "625ff31daaaa8c1130599f64 ShortName": "M3x13", "625ff31daaaa8c1130599f64 Description": "A 12ga 13-shell capacity tube magazine by Toni System for Benelli M3 S90 shotguns.", - "626667e87379c44d557b7550 Name": "KAC QDC 5.56x45 3-Prong Flash Eliminator", + "626667e87379c44d557b7550 Name": "AR-15 KAC QDC 5.56x45 3-Prong Flash Eliminator", "626667e87379c44d557b7550 ShortName": "QDC-3 556", "626667e87379c44d557b7550 Description": "Knight's Armament QDC 3-Prong 5.56x45 flash hider is an effective flash suppressor that also serves as a platform for attaching KAC QDC 556 sound suppressor. Can be Installed on AR-15 weapon systems.", "626673016f1edc06f30cf6d5 Name": "KAC QDC 5.56x45 sound suppressor", @@ -8912,8 +8912,8 @@ "6281204f308cb521f87a8f9b Name": "AI AXMC .338 LM chassis", "6281204f308cb521f87a8f9b ShortName": "AXMC .338LM", "6281204f308cb521f87a8f9b Description": "The factory fitted .338 Lapua Magnum chassis for the AXMC sniper rifle, manufactured by Accuracy International.", - "628120621d5df4475f46a335 Name": "AI AXMC thread protection cap", - "628120621d5df4475f46a335 ShortName": "AXMC cap", + "628120621d5df4475f46a335 Name": "AI AXMC thread protector", + "628120621d5df4475f46a335 ShortName": "AXMC thr.", "628120621d5df4475f46a335 Description": "A threading protection cap for the AXMC barrel. Manufactured by Accuracy International.", "62812081d23f207deb0ab216 Name": "AI .338 LM Tactical Muzzle Brake ", "62812081d23f207deb0ab216 ShortName": "TMB 338LM", @@ -9287,7 +9287,7 @@ "63075cc5962d0247b029dc2a Name": "Glock 19X pistol slide", "63075cc5962d0247b029dc2a ShortName": "G19X", "63075cc5962d0247b029dc2a Description": "Der Standard-Pistolenschlitten für die Glock 19X Pistole. Die Oberflächen des Schlittens sind mit einer fortschrittlichen nPVD-Beschichtung behandelt, die den Stahl vor Korrosion, chemischen Angriffen und rauen Umweltbedingungen schützt.", - "630764fea987397c0816d219 Name": "Glock 19X 9x19 barrel", + "630764fea987397c0816d219 Name": "Glock 19X 9x19 102mm barrel", "630764fea987397c0816d219 ShortName": "G19X", "630764fea987397c0816d219 Description": "A standard barrel for the Glock 19X 9x19 pistol. The barrel is treated with an nDLC coating that protects against corrosion and scratches.", "630765777d50ff5e8a1ea718 Name": "Glock 19X front sight", @@ -9776,15 +9776,15 @@ "63d114019e35b334d82302f7 Name": "SAG AK Dovetail Seitenhalterung", "63d114019e35b334d82302f7 ShortName": "SAG AK", "63d114019e35b334d82302f7 Description": "Die SAG AK Dovetail Seitenhalterung ist für die Montage von Zielfernrohren auf AK-Gewehren und deren zahlreichen Versionen konzipiert: Saiga, SVD, etc. Hergestellt von Sureshot Armament Group.", - "63d3ce0446bd475bcb50f55f Name": "AR-15 Hanson Carbine 5.56x45 13.7 inch barrel", - "63d3ce0446bd475bcb50f55f ShortName": "Hanson 13.7\"", - "63d3ce0446bd475bcb50f55f Description": "The Hanson Carbine barrel for AR-15 based weapons for 5.56x45 NATO ammo, 13.7 inch long.", + "63d3ce0446bd475bcb50f55f Name": "AR-15 5.56x45 Ballistic Advantage Hanson Carbine Pro 13.7 inch barrel", + "63d3ce0446bd475bcb50f55f ShortName": "BA Hanson 13.7\"", + "63d3ce0446bd475bcb50f55f Description": "A 13.7 inch (348mm) Hanson Carbine Pro barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Manufactured by Ballistic Advantage.", "63d3ce281fe77d0f2801859e Name": "AR-15 Ballistic Advantage Lo-Pro Gas Block", "63d3ce281fe77d0f2801859e ShortName": "LoPro", "63d3ce281fe77d0f2801859e Description": "A Low-profile gas block for AR-15 system barrels. Manufactured by Ballistic Advantage.", - "63d3d44a2a49307baf09386d Name": "AR-15 Hanson Carbine 5.56x45 16 inch barrel", - "63d3d44a2a49307baf09386d ShortName": "Hanson 16\"", - "63d3d44a2a49307baf09386d Description": "The Hanson Carbine barrel for AR-15 based weapons for 5.56x45 NATO ammo, 16 inch long.", + "63d3d44a2a49307baf09386d Name": "AR-15 5.56x45 Ballistic Advantage Hanson Carbine Pro 16 inch barrel", + "63d3d44a2a49307baf09386d ShortName": "BA Hanson 16\"", + "63d3d44a2a49307baf09386d Description": "A 16 inch (406mm) Hanson Carbine Pro barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Manufactured by Ballistic Advantage.", "63dbd45917fff4dee40fe16e Name": "", "63dbd45917fff4dee40fe16e ShortName": "", "63dbd45917fff4dee40fe16e Description": "", @@ -10673,10 +10673,10 @@ "6529302b8c26af6326029fb7 Name": "6,8x51mm SIG FMJ", "6529302b8c26af6326029fb7 ShortName": "FMJ", "6529302b8c26af6326029fb7 Description": "A civilian 6.8x51mm (.277 FURY) Elite Ball FMJ (Full Metal Jacket) 135 grain rifle round, manufactured by SIG Sauer.", - "6529348224cbe3c74a05e5c4 Name": "MPX/MCX Stock Locking Hinge Assembly", - "6529348224cbe3c74a05e5c4 ShortName": "SIG SLHA", - "6529348224cbe3c74a05e5c4 Description": "A folding stock adapter for SIG rifles and SMGs. Manufactured by SIG Sauer.", - "6529366450dc782999054ba0 Name": "MPX/MCX Stock Adapter Low Profile Tube (Coyote Tan)", + "6529348224cbe3c74a05e5c4 Name": "SIG Sauer Locking Stock Hinge Assembly", + "6529348224cbe3c74a05e5c4 ShortName": "SIG LSHA", + "6529348224cbe3c74a05e5c4 Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", + "6529366450dc782999054ba0 Name": "SIG Sauer Stock Adapter Low Profile Tube (Coyote Tan)", "6529366450dc782999054ba0 ShortName": "SIG LPT", "6529366450dc782999054ba0 Description": "A buffer tube for the folding stock adapter for SIG AR platform rifles and SMGs. Manufactured by SIG Sauer. Coyote Tan version.", "6529370c405a5f51dd023db8 Name": "AR-15 Magpul MOE SL-K buttstock (Coyote Tan)", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "„Viibiin“-Sneaker", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "Ein einzelner Sneaker der Marke „Viibiin“. Fragt sich nur, wo der andere ist.", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "„Inseq“-Gasrohrzange", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Eine Gasrohrzange der Marke „Inseq“, glänzend und farbenfroh.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13840,7 +13840,7 @@ "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached horns, this backpack used to belong to a hunter.", + "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached antlers, this backpack used to belong to a hunter.", "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe backpack (Christmas Edition)", "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", @@ -14056,13 +14056,13 @@ "6758443ff94a97cbbe096f18 Description": "The floor that came with the Hideout. If it's cleaned up, it would look \"okay\".", "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", - "675844580ec1f5ab030c8ff6 Description": "Something like this is used in kindergartens, apparently. Walking on this barefoot would feel great.", + "675844580ec1f5ab030c8ff6 Description": "A floor exclusively for walking barefoot. However, it looks like real grass only from a distance.", "675844bdf94a97cbbe096f1a Name": "Standard walls", "675844bdf94a97cbbe096f1a ShortName": "Standard walls", "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", - "675844d50ec1f5ab030c8ff8 Name": "Kindergarten", - "675844d50ec1f5ab030c8ff8 ShortName": "Kindergarten", - "675844d50ec1f5ab030c8ff8 Description": "For those who wish to dive back into childhood. Each hare and butterfly are hand-painted. A real master's work.", + "675844d50ec1f5ab030c8ff8 Name": "Tranquility", + "675844d50ec1f5ab030c8ff8 ShortName": "Tranquility", + "675844d50ec1f5ab030c8ff8 Description": "For those who seek peace and tranquility. Each hare and butterfly are hand-painted. A real master's work.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", @@ -14168,12 +14168,12 @@ "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", - "675a0288c3102563bd01c9c3 Name": "Bison vs Undertaker poster", + "675a0288c3102563bd01c9c3 Name": "Arena poster", "675a0288c3102563bd01c9c3 ShortName": "Poster", - "675a0288c3102563bd01c9c3 Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", - "675a046b8f547d6cae01922e Name": "Arena poster", + "675a0288c3102563bd01c9c3 Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", + "675a046b8f547d6cae01922e Name": "Bison vs Undertaker poster", "675a046b8f547d6cae01922e ShortName": "Poster", - "675a046b8f547d6cae01922e Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", + "675a046b8f547d6cae01922e Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", "675a04c01474133a0d0bb212 Name": "Arena poster", "675a04c01474133a0d0bb212 ShortName": "Poster", "675a04c01474133a0d0bb212 Description": "A poster advertising making money in the Arena. Sure, you can make money, but you can also die.", @@ -14201,9 +14201,9 @@ "675a0fbbb98bf391510bafcd Name": "Highway poster", "675a0fbbb98bf391510bafcd ShortName": "Poster", "675a0fbbb98bf391510bafcd Description": "An unknown artist tried to envision what a highway will look like in 2028. What is it: a flight of fancy or a subtle warning?", - "675a125caf26c56ee109072a Name": "Hell of Highwater poster", + "675a125caf26c56ee109072a Name": "Hell or Highwater poster", "675a125caf26c56ee109072a ShortName": "Poster", - "675a125caf26c56ee109072a Description": "A poster for the movie Hell of Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", + "675a125caf26c56ee109072a Description": "A poster for the movie Hell or Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", "675a191f67c8eb5cd1035305 Name": "Gunfight poster", "675a191f67c8eb5cd1035305 ShortName": "Poster", "675a191f67c8eb5cd1035305 Description": "A poster for the action thriller Gunfight from the studio Battle Star. Years ago, cinemas used to have massive waiting lines for movie. Now all that's left are the posters. It's a nice reminder of the old days.", @@ -14393,9 +14393,9 @@ "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "MPX/MCX SB Tactical Pistol Stabilizing Brace", + "6761496fe2cf1419500357e9 Name": "SB Tactical MPX Pistol Stabilizing Brace", "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MCX/MPX manufactured by SB Tactical.", + "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MPX. Manufactured by SB Tactical.", "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", @@ -14447,7 +14447,7 @@ "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", "6761763448fa5c377e06fc39 ShortName": "AKMS P", "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", - "6761765f1f08ed5e8800b7a6 Name": "5.56x45 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Name": "AR-15 5.56x45 Beta C-Mag 100-round drum magazine", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", "6761765f1f08ed5e8800b7a6 Description": "A 100-round double drum magazine for the AR-15 platform weapons. Manufactured by Beta Company.", "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag 100-round drum magazine", @@ -14603,18 +14603,18 @@ "678fa929819ddc4c350c0317 Name": "Valve handwheel", "678fa929819ddc4c350c0317 ShortName": "handwheel", "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "What You Seek poster", - "679b944d597ba2ed120c3d3c ShortName": "Poster", - "679b944d597ba2ed120c3d3c Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b946f90622daf9708da6d Name": "What You Seek poster", - "679b946f90622daf9708da6d ShortName": "Poster", - "679b946f90622daf9708da6d Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b94734e9ca6b3d80586a7 Name": "What You Seek poster", - "679b94734e9ca6b3d80586a7 ShortName": "Poster", - "679b94734e9ca6b3d80586a7 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", + "679b944d597ba2ed120c3d3c Name": "Last Breath poster", + "679b944d597ba2ed120c3d3c ShortName": "Last Breath", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b946f90622daf9708da6d Name": "Final Moment poster", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", + "679b94734e9ca6b3d80586a7 Name": "Taurus poster", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,42 +14681,303 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 ShortName": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "67adaf95cd47a1ad3f014bc6 Name": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 ShortName": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 Description": "How did these drawings even get here? You should probably improve your security system.", - "67adafa1e6a915f9fd050f66 Name": "They're Already Here", - "67adafa1e6a915f9fd050f66 ShortName": "They're Already Here", - "67adafa1e6a915f9fd050f66 Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "Jacke", - "67adf4a95247ac91530fcec7 ShortName": "Jacke", - "67adf4a95247ac91530fcec7 Description": "Jacke", - "67adf4b81c58bd68b2002fec Name": "Hölzerne Munitionskiste", - "67adf4b81c58bd68b2002fec ShortName": "Hölzerne Munitionskiste", - "67adf4b81c58bd68b2002fec Description": "Hölzerne Munitionskiste", - "67adf4db515e3dd542077a1d Name": "Holzkiste", - "67adf4db515e3dd542077a1d ShortName": "Holzkiste", - "67adf4db515e3dd542077a1d Description": "Holzkiste", - "67adf4eb110ba15da90c6413 Name": "Granatenkiste", - "67adf4eb110ba15da90c6413 ShortName": "Granatenkiste", - "67adf4eb110ba15da90c6413 Description": "Granatenkiste", - "67adf54d1c58bd68b2002ff0 Name": "Werkzeugkiste", - "67adf54d1c58bd68b2002ff0 ShortName": "Werkzeugkiste", - "67adf54d1c58bd68b2002ff0 Description": "Werkzeugkiste", - "67adf5752fc5ee84020a9940 Name": "Toter Scav", - "67adf5752fc5ee84020a9940 ShortName": "Toter Scav", - "67adf5752fc5ee84020a9940 Description": "Toter Scav", - "67adf5f7adc1f43b0702b826 Name": "Technische Versorgungskiste", - "67adf5f7adc1f43b0702b826 ShortName": "Technische Versorgungskiste", - "67adf5f7adc1f43b0702b826 Description": "Technische Versorgungskiste", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Taktische Hosen", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Taktische Hosen", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Taktische Hosen", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Auto zur Straße der Militärbasis", " Voip/DisabledForOffline": "VoIP ist im Offline-Modus nicht verfügbar.", " kg": " kg", @@ -15613,8 +15883,8 @@ "Collider Type LeftThigh": "Linkes Bein, Oberschenkel", "Collider Type LeftUpperArm": "Linker Arm, Schulter", "Collider Type LowerBack": "Bauch, Unterer Rücken", - "Collider Type NeckBack": "Thorax, Unterer Nacken", - "Collider Type NeckFront": "Thorax, Hals", + "Collider Type NeckBack": "Thorax, Neck", + "Collider Type NeckFront": "Thorax, Throat", "Collider Type ParietalHead": "Kopf, Scheitel", "Collider Type Pelvis": "Bauch, Leiste", "Collider Type PelvisBack": "Bauch, Hintern", @@ -15726,7 +15996,7 @@ "CustomPresetsTutor/WelcomeDescription": "Hier lernst du die grundlegenden Mechaniken zum Erstellen eigener Presets kennen \nund erfährst, wie du die effektivsten Presets für deine Spiele erstellst.", "CustomPresetsTutor/WelcomeStart": "Start", "CustomPresetsTutor/WelcomeTitle": "Willkommen zu Individuellen Presets", - "Custom_scav_pmc": "Boiler room basement (Co-op)", + "Custom_scav_pmc": "Boiler Room Basement (Co-op)", "CustomizationDirectReward/Description": "You will unlock this style as a reward", "CustomizationNotExists": "Unavailable clothing in one or more presets", "CustomizationOfferReward/Description": "Unlocks tactical clothing offer", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Item", "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", "UI/Quest/Reward/QuestCaption": "Task", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Charakterstufe: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "„{0}“-Fertigkeitsstufe: {1}", @@ -19430,9 +19701,9 @@ "customization/Default": "Standard", "customization/Locked": "Verschlossen", "customization/Selected": "Ausgewählt", - "customs_secret_voron_boat": "Smuggler's Boat", - "customs_secret_voron_bunker": "Smuggler's Bunker (ZB-1012)", - "customs_sniper_exit": "Railroad Passage", + "customs_secret_voron_boat": "Smugglers' Boat", + "customs_secret_voron_bunker": "Smugglers' Bunker (ZB-1012)", + "customs_sniper_exit": "Railroad Passage (Flare)", "cz": "Čeština", "damApplied": "Ausgeteilter Schaden", "damAppliedArmor": "Absorbierter Schaden durch Rüstung", @@ -19476,7 +19747,7 @@ "factory4": "Factory", "factory4_day": "Factory", "factory4_night": "Factory bei Nacht", - "factory_secret_ark": "Smuggler's Passage", + "factory_secret_ark": "Smugglers' Passage", "fast": "schnell", "fatalHits": "Tödliche Treffer", "favLocation": "Lieblingskarte", @@ -20059,7 +20330,7 @@ "spectator_yellow_team": "GELBES TEAM", "starvDeaths": "Tode durch Hunger", "stationHeals": "Stationäre Heilungen", - "streets_secret_onyx": "Smuggler's Basement", + "streets_secret_onyx": "Smugglers' Basement", "suicides": "Selbstmorde", "survClass": "Klasse", "taskperformancedescription": "Aufgabenleistung", @@ -20103,7 +20374,7 @@ "weapon name": "Waffenname", "will be available in:": "wird verfügbar sein in:", "will be destroyed after unpacking": "Wird nach entpacken zerstört", - "wood_sniper_exit": "Power Line Passage", + "wood_sniper_exit": "Power Line Passage (Flare)", "woods_secret_minefield": "Railway Bridge to Tarkov", "you": "Du", "you can't transfer item while moving": "Zum Bewegen der Gegemstände musst du stehen bleiben.", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debüt", "5936d90786f7742b1420ba5b description": "Hallo, Soldat. Ich habe einen Job, der ein bisschen zu einfach für meine Jungs ist. Aber du wirst schon klarkommen. Hey, sei nicht sauer, ich kenne dich noch nicht so gut, um dir einen normalen Job zu geben!\n\nAuf den Straßen treibt sich eine Menge Abschaum herum. Die stören mich nicht sehr, aber sie sind trotzdem lästig. Bring ungefähr fünf von denen zur Strecke und nimm ihnen ein paar MP-133-Schrotflinten ab. Ich denke, das wird reichen. Wegtreten, Soldat!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -22655,9 +22939,9 @@ "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 description": "Also, hier ist der Grund, warum ich dich herbestellt habe: Ich habe einen Maulwurf in meinem Team erwischt, der Informationen über meine Lieferkanäle und wichtige Standorte weitergegeben hat. Natürlich begann ich mich zu fragen, was zum Teufel da los ist.\n\nMeine Männer haben ihn ausfindig gemacht und herausgefunden, dass er die Informationen an eine der örtlichen Crews weitergegeben hat, an die, die sich in den Wohnheimen im Zollgebiet niedergelassen haben. Die Sache ist die, dass ich ihnen ein paar falsche Informationen über meine „nächste Lieferung“ geben will, und meine Männer werden sie ausschalten, wenn diese Arschlöcher sie abgreifen wollen. Diese Informationen müssen ohne viel Wirbel abgegeben werden, als wärst du einer von ihnen, verstanden? Du musst den USB-Stick mit den speziellen Informationen aus dem Kofferraum des roten Wagens auf der großen Brücke auf dem Zollgelände holen. Meine Jungs wurden auf der Brücke überfallen, deshalb konnten sie ihn nicht näher am Wohnheim verstecken, tut mir leid. Verstaue den USB-Stick zusammen mit einer SV-98 und einer Roler-Uhr im Wohnheim, so haben wir es abgemacht. Und das Wichtigste: Keine Scavs auf dem Zollgelände abknallen und danach leise verschwinden, wenn du fertig bist.", + "5c0bbaa886f7746941031d82 failMessageText": "Was zum Teufel, du Idiot? Warum hast du auf sie geschossen? Jetzt lassen die uns nicht mehr in die Nähe der wohnheime. Die werden jetzt eine lange Zeit Wache halten... Wie zur Hölle sollen wir jetzt die falschen Informationen platzieren, hm? Was soll das heißen? Von welchem verdammten „Übertragungsgerät“ redest du? Raus hier, verdammt!", + "5c0bbaa886f7746941031d82 successMessageText": "Sieht so aus, als wäre alles in Ordnung, meine Jungs sind vor Ort, und ich denke, dass es die letzte Überraschung für diese Arschlöcher sein wird. Vielen Dank für die Hilfe.", "5c0bc32986f7743e4d1002d2": "Platziere das SV-98 Scharfschützengewehr im Müll gegenüber den Treppen im 3. Stock des Wohnheims", "5c0bc43e86f7744794440ba5": "Platziere Roler Submariner Armbanduhren im Müll gegenüber den Treppen im 3. Stock des Wohnheims", "5c12320586f77437e44bcb15": "Platziere den präparierten USB-Stick im Müll gegenüber den Treppen im 3. Stock des Wohnheims", @@ -24672,7 +24956,7 @@ "639135e8c115f907b14700aa declinePlayerMessage": "", "639135e8c115f907b14700aa completePlayerMessage": "", "639135f286e646067c176a87 name": "Revision - Streets of Tarkov", - "639135f286e646067c176a87 description": "Good morning! You've done a great job of finding the military vehicles. According to my sources, there were at least three Strykers in the city. You know, it's not a good idea to leave that kind of equipment out in the open in these conditions. I need a lead on them. You know what to do.", + "639135f286e646067c176a87 description": "Good morning! You're doing a great job with finding valuable military vehicles. According to my sources, there were at least three Stryker type vehicles in the city. You know, it's not a good idea to leave that kind of equipment out in the open in these conditions. I need a lead on them. You know what to do.", "639135f286e646067c176a87 failMessageText": "", "639135f286e646067c176a87 successMessageText": "You did an amazing job, mercenary! What's the condition of the vehicles? I'm sure we'll be able to fix it, and you'll see more Strykers on the streets of the city in the future... What? Of course, I hope it doesn't come to that!", "63927f14744e452011470816": "Markiere den ersten LAV III mit einem MS2000 Marker auf Streets of Tarkov", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Hallo, Champion! Ein Freund von mir hat dir einen kleinen Probeauftrag gegeben. Jetzt habe ich beschlossen, dich persönlich zu treffen. Man nennt mich Ref. Ich bin der Host der Arena und des großen Geldes, ha!\n\nOffensichtlich macht es dir nichts aus, Geld zu verdienen, und ich brauche dringend neues Personal. Das Geschäft boomt, und ich habe zu wenig Arbeitskräfte. Wir wollen expandieren!\n\nWir haben bald einen weiteren Wettkampf geplant. Wie man im alten Rom zu sagen pflegte: „Das Volk verlangt Brot und Zirkus.“ Letzteres ist bereits organisiert, aber das Brot kommt zu spät. Eine kleine Unterbrechung der Lieferkette, aber keine Sorge. Besorg mir nur etwas zu essen und zu saufen für die Zuschauer.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Alles, was du mitgebracht hast, ist bereits an die Sitzplätze verteilt worden. Gut gemacht.", - "6606bd2aa49db36b69b6dbf9": "Übergebe im Raid gefundenen „Tarkovskaya“ Vodka", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Übergebe im Raid gefundenes „Pevko Light“ Bier", "6606bd814120fcf7f0a38e55": "Übergebe im Raid gefundene „Alyonka“ Schokoladentafeln", "6606bd9128b63f13e560592f": "Übergebe im Raid gefundenes „Tarker“ Trockenfleisch", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Teil 1", - "66058cb7c7f3584787181476 description": "Du hast bei meinen Aufträgen großartige Arbeit geleistet. Ich habe deinen Namen auch durch meine Datenbanken laufen lassen... Nur eine Vorsichtsmaßnahme. Man stellt ja nicht einfach irgendjemanden ein, verstehst du, Bruder? Ich ernenne dich hiermit zum Tester! Du wirst die Ausrüstung für die Arena testen.\n\nHier hast du ein G36-Sturmgewehr und eine THOR-Rüstung, probiere sie an ein paar von dem minderen Abschaum aus. Meine Gladiatoren werden diese Ausrüstung später tragen, wenn dein Test gut läuft.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Dieses Set ist mit Sicherheit der Hammer. Oh, ich habe mir sogar gerade einen Namen für das Set ausgedacht: Wir werden es Diesel nennen. Ich glaube, wir haben es mit den Platten ein bisschen übertrieben, denn damit wird man zu einem wandelnden Panzer. Ich denke, wir sollten sie besser entfernen, ja?", - "6606d133fcb99b9004aa2d1d": "Eliminiere Scavs mit einem G36 Sturmgewehr in Interchange, während du eine NFM THOR Schutzweste trägst", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Teil 2", - "66058cb9e8e4f17985230805 description": "Die letzte Prüfung hast du mit Bravour gemeistert. Gut, dass ich dich unter all den Kandidaten ausgewählt habe.\n\nNun werden wir ein neues Ausrüstungsset an einem größeren Fisch testen. Hier, ein AKS-74UB-Sturmgewehr und eine PACA-Rüstung. Wenn du damit überleben kannst, werden die Gladiatoren auch zufrieden sein. In Ordnung, probier's aus.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Wie ich sehe, nutzt du die Stärke der Waffe in diesem Set mehr aus... Nicht viel Rüstung hier, also wird es ein Scout-Set sein. Oh! Ich habe einen Namen dafür. Ich hatte einen Kumpel, der dünn und zerbrechlich aussah, aber sehr angriffslustig war. Trat den Leuten links und rechts in den Arsch. Wir nannten ihn Tikhon. So werde ich dieses Set nennen.", - "660a9c99c650fa4d531f4c96": "Eliminiere PMCs mit einer AKS-74UB in Streets of Tarkov, während du eine PACA Schutzweste trägst", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "Ich habe eine tolle Idee, um die Arena noch besser zu machen. Und ich brauche deine Hilfe.\n\nIch muss ein paar Rüstungsplatten für einen Typen finden. Er tritt häufig auf, also ist es an der Zeit, ihm ein Upgrade zu verpassen, um die Menge zu begeistern. So ist das mit Shows, wenn man nicht rechtzeitig Holz nachlegt, geht das Feuer aus.\n\nNun, jetzt geh und besorg mir ein paar Rüstungsplatten.\n\nDie Menge wird kreischen, wenn sie ihn sieht!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Genau das, was ich brauchte! Viel mehr bleibt nicht zu tun. Alle werden sich freuen, wenn sie das Ergebnis sehen, das verspreche ich! Hier ist ein Helm als Belohnung. Sein letzter Besitzer hat jetzt einen besseren, ha!", - "6606d08b4e2e27ca2d80085e": "Übergebe im Raid gefundene Korund-VM ballistische Front-Schutzplatten", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Übergebe die im Raid gefundenen SPRTN Omega ballistische Schutzplatten", "6606d0a8f146598b0f492e12": "Übergebe im Raid gefundene 6B33 ballistische Front-Schutzplatten", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Ablenkungsmanöver - Teil 1", - "66058cbd9f59e625462acc8e description": "Schau mal, so häufig wie wir uns sehen könnte man meinen, dass du zur Familie gehörst. Wie ein Bruder! Ich glaube, ich kann dir einen guten Auftrag verschaffen.\n\nIch habe ein paar Mitgründer der Arena, Kaban und Kollontay, vielleicht kennst du sie. Ich dachte, das sind coole Typen, aber jetzt wollen sie politisch werden. Sie wollen ihren eigenen Champion in die Arena bringen, kannst du dir das vorstellen? Und ein guter Champion bringt so viel Geld ein, weißt du. Es wird eine Menge Zeit und Geld kosten, das Geschäft wieder aufzubauen.\n\nWir müssen den Typen Angst einjagen, damit sie merken, dass sie die Grenze überschreiten. Nimm ein paar Sprengkörper und platziere sie um ihre Verstecke herum. Ohne Zünder. Wir werden nichts in die Luft jagen, aber es wie eine Riesennummer aussehen lassen. Wir wollen denen richtig Angst einjagen.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, du hättest das Chaos sehen sollen, als sie den Sprengstoff gefunden haben! Was für eine Show! Es ist eine verdammte Schande, dass wir das Ganze nicht gefilmt haben... Du hast gute Arbeit geleistet. Hier ist deine Belohnung.", - "660a9dc64c0927ead4fcfeef": "Platziere drei TP-200 TNT Sprengstoff-Ziegel unter Kabans Büro in Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Platziere drei TP-200 TNT Sprengstoff-Ziegel in der Eingangshalle der MVD-Akademie in Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Ablenkungsmanöver - Teil 2", - "66058cbf2f19c31a5a1337ec description": "Kaban und Kollontay hatten sich erschreckend schnell erholt. Leider waren sie zu dumm, den Wink mit dem Zaunpfahl nicht zu verstehen. Aber das ist in Ordnung. Wir beide können einen weiteren Hinweis geben, oder?\n\nIch habe einen Plan. Du musst sie noch einmal besuchen und ihre Schoßhunde, die Wachen, umlegen. Das sind vertrauenswürdige Komplizen von den beiden. Aber lass die Finger von Kaban und Kollontay! Den Hinweis müssen die beiden dieses Mal unbedingt verstehen.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Siehst du nicht, auf wen du schießt?! Ich hatte so große Hoffnungen in dich gesetzt.", - "66058cbf2f19c31a5a1337ec successMessageText": "Gute Arbeit! Kaban und Kollontay sind bereits auf der Suche nach demjenigen, der den Anschlag angeordnet hat. Die kommen drüber weg und merken, dass sie die Grenze überschreiten. Hier, das ist deine Belohnung.", - "660d5effb318c171fb1ca234": "Eliminiere Kabans Wächter auf Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminiere Kollontays Wächter auf Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "Auf zu großen Höhen! - Teil 1", - "66058cc1da30b620a34e6e86 description": "Nun, jetzt sind Kaban und Kollontay zu sehr damit beschäftigt, ihre Widersacher zu finden, um überhaupt etwas zu erreichen. Das heißt, es ist Zeit für einen neuen Champion der Arena. Und das wirst du sein. Mit deiner Zustimmung, versteht sich. Wir praktizieren hier keine Grausamkeit, ha!\n\nIch kann dir zu Höhen und Reichtümern verhelfen, die deine kühnsten Träume übertreffen. Du musst nur auf mein Angebot eingehen. Aber du weißt ja, Handlungen zählen immer mehr als Worte. Also betritt die Arena und gewinne. Daran werde ich erkennen, dass du bereit bist, voranzukommen.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "Ich habe nicht eine Sekunde an dir gezweifelt, Bruder! Aber denk dran, wir sind hier, um die Leute zu unterhalten. Wir brauchen eine größere Show!", - "662ba5a89d8041c264dd9673": "Gewinne ein Ranglisten-Spiel in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "Von nun an bist du unter meinen Fittichen, Bruder. Ich sorge dafür, dass du gute Fortschritte machst, aber du musst deinen Arsch öfter in Bewegung setzen.\n\nFangen wir mit den Grundlagen an. Die Arena ist in Tarkov, aber die größten Sponsoren sind in Übersee. Sie sehen sich jedes Spiel an, schließen Wetten ab und setzen Geld auf die Favoriten. Und du musst einige dieser hohen Tiere für dich interessieren. Mach sie auf dich aufmerksam, zeig ihnen, dass du es wert bist. Mach dir einen Namen. Ein Sieg allein reicht nicht aus, um das zu erreichen. Zeig ihnen, dass du eine aufregende Performance hinlegen kannst!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "Ich sehe die Fortschritte, die du machst! Man beginnt, im Ausland über dich zu sprechen. Die Leute sind interessiert. Das ist ein Zeichen dafür, dass du das Richtige tust!", - "662ba78e19c86d3199ae0a93": "Gewinne ein Ranglisten-Spiel in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Erreiche eine ARP-Wertung von 1700", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "Du machst das großartig! Aber es ist zu früh, um aufzuhören. Zeige dich öfter, beeindrucke das Publikum. Heb dich ab. Werde derjenige, über den sie reden, derjenige, den sie sehen wollen. Dann wird das Geld kommen, und dann kommen andere Dinge: Autos, Mädchen... Obwohl es bei Tarkov ein wenig an Letzterem mangelt.\n\nJedenfalls ist die Arena im Moment eine großartige Karrierechance, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "Und jetzt bist du einen Schritt näher an den ganz großen Ligen! Respekt, Bruder.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "Wie ist die Stimmung? Bereit für die Schlacht? Bereit, noch einmal in der Arena zu glänzen? Bereit, ein paar Mistkerle zu zerfetzen? Die Chancen stehen immer noch schlecht für dich, also lass das Publikum nicht im Stich!\n\nWo wir gerade dabei sind. Hast du etwas Geld? Du musst auf dich selbst wetten und dann sechsmal gewinnen. Du wirst tonnenweise Geld machen und berühmt werden. Bring das Geld mit, ich werde alles organisieren. Aber sei gewarnt: Wenn du fünfmal verlierst, fängst du wieder von vorne an.", "66058cc72cee99303f1ba069 failMessageText": "Oh Mann, du hast es fast geschafft. Versuch es noch einmal, das Publikum scheint dich immer noch zu mögen.", "66058cc72cee99303f1ba069 successMessageText": "Hier ist dein Gehaltsscheck. Ich habe gleich alle meine Leistungen davon abgezogen: Bestechung von Gegnern, Honorare und so weiter. Dachtest du etwa, ich arbeite umsonst?", - "662bb23200ae352a6d5a415d": "Gewinne 6 von 10 Ranglisten-Spiele in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Die Aufgabe schlägt fehl, wenn du 5 Spiele verlierst", "6633a85e347a2a2b4051a26b": "Übergebe Rubel aus deinem EFT-Versteck", "665493a649bd17856482ba77": "Die Aufgabe schlägt fehl, wenn du 5 Spiele verlierst", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "Ich habe gute Nachrichten! Ausgezeichnete Nachrichten sogar! Ich hoffe, du hast dir schon eine kleine Wohnung in Tarkovs Nobelviertel ausgesucht, denn mit all dem Geld wirst du dir das schon bald leisten können! Kleiner Scherz. Alle Häuser in diesen Vierteln werden sowieso bald in sich zusammenfallen.\n\nWie auch immer, ein paar sehr mächtige Leute von jenseits der Grenze sind an dir interessiert. Mächtig und wohlhabend. Ich kann dir ihre Namen nicht nennen, das ist ein Geschäftsgeheimnis, und ich werde mich an mein Wort halten. Diese Leute sind bereit, dich unter ihre Fittiche zu nehmen und dich massiv zu unterstützen, aber zuerst wollen sie Garantien.\n\nDu musst der Champion werden. Fliege hoch, erhebe dich über den Rest. Du wirst mehr Zeit in der Arena verbringen müssen. Ich kann es in deinen Augen sehen, dass du bereit bist.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Du bist wirklich sehr gut. Ein sehr berühmter französischer Mann ist an dir interessiert, Namen kann ich aber nicht nennen, Privatsphäre und so. Er lispelt stark, aber er bietet viel Geld. Ich habe mich bereits um dein Sponsoring gekümmert.", - "662ba87106e44407b79e9ab2": "Gewinne drei Ranglisten-Spiele am Stück in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25819,9 +26104,10 @@ "66058ccbc7f3584787181478 description": "Hallo. Ich habe gehört, du arbeitest jetzt für Ref. Ich beobachte dich schon seit einer Weile. \n\nIch kannte mal einen Mann, der genau wie du in die gleichen Dinge verwickelt war. Er war eine Zeit lang Refs früherer Champion und verschwand dann ganz plötzlich. Und ich weiß genau, dass das nichts mit Kaban und Kollontay zu tun hat. \n\nWenn du nicht auf die gleiche Weise verschwinden willst wie dieser Typ, dann schau dich nach der Wohnung des letzten Champions um. Ich glaube, dass dort etwas Interessantes hinterlassen worden ist. Der Champion hing immer mit den Schmugglern in den Wohnheimen des Zollgeländes herum. Vielleicht findest du ein paar Hinweise, wie du in die Wohnung kommst.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "Willst du Ref selbst fragen? Nun, es war schön, dich gekannt zu haben.", - "664ef2e5c11296c444642040": "Finde das Zimmer des alten Champions in Customs", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Finde heraus, was mit dem Champion passiert ist", "664ef3c238dad5c6686a6d1e": "Überlebe und entkomme aus dem Bereich", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "Du sagst also, dass du in der Wohnung des letzten Champions warst? Also gut. Ich werde so tun, als wäre das nie passiert. Aber denk dran: „Curiosity killed the cat“, wie man so schön sagt. Genau wie beim letzten Champion. Er war ein guter Kerl, ich mochte ihn, aber er wurde weich, verlor seinen Reiz.\n\nDu solltest mehr trainieren und nicht in der Stadt herumlaufen. Sonst sinkt dein Rang.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "Genau so! Man sollte seine Zeit damit verbringen, seine Fähigkeiten zu verbessern. Wer weiß, was passiert, wenn man das nicht tut?", - "663b9bb7fe7953705cb09114": "Eliminiere etwaige Gegner mit einem Sturmkarabiner in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminiere etwaige Gegner mit einem Sturmgewehr in Arena", "663b9c13d71a6a0be997a5d5": "Eliminiere etwaige Gegner mit einem Maschinengewehr in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminiere etwaige Gegner mit einem Präzisionsgewehr in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Zwischen Zwei Feuern", "66058ccf06ef1d50a60c1f48 description": "Du hast also eine Leiche gesehen. Hast du sie untersucht? Hast du die Umgebung abgecheckt? Ich weise nur darauf hin, dass du blind bist. Der Champion hat, soweit ich weiß, ein Tagebuch geführt. Ja, wie ein Teenager, aber das ist eigentlich ein Vorteil für dich.\n\nWarum gehst du nicht noch mal hin und schaust dir das genauer an? In dem Tagebuch muss es mehr Informationen über Ref geben, etwas Unerfreuliches über ihn. Tu das, wenn du in der Arena nicht länger verzichtbar sein willst.\n\nUnd noch etwas: Wenn du mir Informationen über Ref bringst, die meine Zeit wert sind, werde ich dich gut bezahlen.", "66058ccf06ef1d50a60c1f48 failMessageText": "Du willst unter dem Rock von Ref bleiben? Dann mach das.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Gut gemacht. Ich bin froh, dass du dein Schicksal bei den Eiern genommen hast.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Finde kompromittierende Informationen über Ref", "664fd7f0837ee02ad4c8e658": "Übergebe die gefundenen Informationen", "66563f0a2684eee09e8dcd86": "Finde das Versteck des alten Champions", "6658eb28849643547f210708": "Kehre zum Versteck des alten Champions zurück", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Entscheidungen, Entscheidungen", "66058cd19f59e625462acc90 description": "Ich habe Gerüchte gehört... Sehr unangenehme Gerüchte. Es heißt, du willst mir das Geschäft vermasseln.\n\nHör zu, wir kennen uns schon eine Weile. Du bist wie ein Bruder für mich! Tu nichts, was du später bereuen könntest. Je weniger du weißt, desto besser schläfst du, verstehst du?\n\nBis ich dir absolut vertraue, lasse ich dich von meinen Leuten beobachten. Ich will nicht, dass du irgendwelche Stunts abziehst, Champ. Und wenn du bei deinem Rendezvous mit dem alten Champion etwas findest, bring es zu mir. Dann können wir diesen glücklichen kleinen Unfall vergessen.", - "66058cd19f59e625462acc90 failMessageText": "Du Bastard! Ich hab alles für dich gemacht, dich aus dem Dreck aufgezogen, dich in einen echten Mann umgewandelt und du... du Hurensohn!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Du hast dich richtig entschieden. Ich habe gar nicht an dich gezweifelt, Bruder. Keine fragwürdigen Geschäfte mehr, verstanden?", "660da15a747708e25add9653": "Die Aufgabe schlägt fehl, wenn du die Informationen zu Fence gibst", - "664fd86520fa1bd9f8fa5489": "Finde kompromittierende Informationen über Ref", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Übergebe die gefundenen Informationen", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27690,7 +27979,7 @@ "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 description": "Yo, you doing good? You will never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some metal scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", "675c085d59b0575973005f52 failMessageText": "", "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", @@ -27725,7 +28014,7 @@ "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", "675c1cf4a757ddd00404f0a3 failMessageText": "", "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", + "675c1cf4a757ddd00404f0a6": "Locate the secret exfil on Customs", "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", @@ -27752,7 +28041,7 @@ "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", + "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you think I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Alles sicher sagst du? Dann gute Arbeit, Soldat.", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/hu.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/hu.json index 26e9327e..49246b78 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/hu.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/hu.json @@ -11405,9 +11405,9 @@ "6570880f4a747dbb63005ee5 Name": "13 mm aramid insert and ceramic plates", "6570880f4a747dbb63005ee5 ShortName": "", "6570880f4a747dbb63005ee5 Description": "", - "657089638db3adca1009f4ca Name": "Atomic Defense CQCM ballistic mask (Black)", + "657089638db3adca1009f4ca Name": "Atomic Defense CQCM up armored ballistic mask (Black)", "657089638db3adca1009f4ca ShortName": "CQCM", - "657089638db3adca1009f4ca Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This heavyweight reinforced mask covers the wearer's face completely. It features an inner lining and wraps slightly around the sides of the head for added protection. The mask also features five-point adjustable straps to ensure a comfortable and precise fit.", + "657089638db3adca1009f4ca Description": "Atomic Defense's CQCM ballistic mask provides protection against wide variety of short-mid range weapons including shotguns and assault rifles. This heavyweight reinforced mask covers the wearer's face completely. It features an inner lining and wraps slightly around the sides of the head for added protection. The mask also features five-point adjustable straps to ensure a comfortable and precise fit.", "65708afe4a747dbb63005eee Name": "Aramid insert", "65708afe4a747dbb63005eee ShortName": "", "65708afe4a747dbb63005eee Description": "", @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", @@ -14717,6 +14939,45 @@ "67adf5f7adc1f43b0702b826 Name": "Műszaki ellátmány láda", "67adf5f7adc1f43b0702b826 ShortName": "Műszaki ellátmány láda", "67adf5f7adc1f43b0702b826 Description": "Műszaki ellátmány láda", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Tactical pants", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Tactical pants", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Tactical pants", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Road to Military Base V-Ex", " Voip/DisabledForOffline": "VOIP is unavailable in the offline mode", " kg": "Kg", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Item", "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", "UI/Quest/Reward/QuestCaption": "Task", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Bemutatkozás", "5936d90786f7742b1420ba5b description": "Hello there, soldier. I got a job that's a little too easy for my guys. But you'll do fine. Hey, don't get pissy, I don't know you that well yet to give you a normal job!\n\nThere's a lot of bandit scum roaming the streets. They don't bother me much, but they're still a nuisance. Calm down, say, five of them, and get a couple of MP-133 shotguns off them. I think that'll be enough for you. Dismissed, soldier!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -25720,26 +26004,26 @@ "66058cb5ae4719735349b9e8 description": "Hello, champion! A friend of mine gave you a little tryout assignment. Now I've decided to meet you in person. People call me Ref. Hosting the Arena and the big bucks, ha!\n\nClearly you don't mind making money, and I'm in desperate need of new staff. Business is booming, and I'm short-handed. We're expanding!\n\nWe got another fight planned soon. As they used to say in ancient Rome, \"the people demand bread and circuses.\" The latter is fine, but the bread is running late. A little supply disruption, don't worry about it. Just get me some food and booze for the audience.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Everything you brought has already been sent to the seats. Well done.", - "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid item: Bottle of Tarkovskaya vodka", - "6606bd6768f8018fffebd998": "Hand over the found in raid item: Bottle of Pevko Light beer", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", + "6606bd6768f8018fffebd998": "Hand over the found in raid items from the Food category", "6606bd814120fcf7f0a38e55": "Hand over the found in raid item: Alyonka chocolate bar", "6606bd9128b63f13e560592f": "Hand over the found in raid item: Pack of Tarker dried meat", "66058cb5ae4719735349b9e8 acceptPlayerMessage": "", "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Part 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Part 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", - "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plant three TP-200 TNT bricks at the MVD academy entrance on Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,10 +26085,10 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", - "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", + "665493a649bd17856482ba77": "Failure Condition: Lose 4 matches", "66058cc72cee99303f1ba069 acceptPlayerMessage": "", "66058cc72cee99303f1ba069 declinePlayerMessage": "", "66058cc72cee99303f1ba069 completePlayerMessage": "", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Between Two Fires", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", - "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", + "660da15a747708e25add9653": "You must not complete the task Between Two Fires", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Hand over the found info", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in LastHero more in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "All clear, you say? Good work then, soldier.", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/it.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/it.json index dd47925e..cf1a2c86 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/it.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/it.json @@ -1493,8 +1493,8 @@ "57ee59b42459771c7b045da5 Name": "Supporto PP-91 \"Kedr\" Rotor 43 RIS", "57ee59b42459771c7b045da5 ShortName": "PP91 RIS", "57ee59b42459771c7b045da5 Description": "Un attacco RIS per la pistola mitragliatrice PP-91 Kedr, prodotto dalla Rotor 43.", - "57f3a5ae2459772b0e0bf19e Name": "Ottica oculare PSO", - "57f3a5ae2459772b0e0bf19e ShortName": "Mirino oculare PSO", + "57f3a5ae2459772b0e0bf19e Name": "Oculare per ottica PSO", + "57f3a5ae2459772b0e0bf19e ShortName": "Oculare PSO", "57f3a5ae2459772b0e0bf19e Description": "Un oculare in gomma per la famiglia di ottiche PSO.", "57f3c6bd24597738e730fa2f Name": "Pistola mitragliatrice PP-91-01 \"Kedr-B\" 9x18PM", "57f3c6bd24597738e730fa2f ShortName": "PP-91-01 Kedr-B", @@ -1572,7 +1572,7 @@ "587de4282459771bca0ec90b ShortName": "P226 fil.", "587de4282459771bca0ec90b Description": "Canna filettata standard per pistole SIG Sauer P226 9x19.", "587de5ba2459771c0f1e8a58 Name": "Coprifiletto P226", - "587de5ba2459771c0f1e8a58 ShortName": "P226 cap. fil.", + "587de5ba2459771c0f1e8a58 ShortName": "P226 fil.", "587de5ba2459771c0f1e8a58 Description": "Coprifiletto per canna P226 9x19.", "587df3a12459772c28142567 Name": "Caricatore a scatola interna da 10 colpi SKS 7.62x39", "587df3a12459772c28142567 ShortName": "SKS int.", @@ -1637,9 +1637,9 @@ "5888956924597752983e182d Name": "Canna da 600mm DVL-10 M2 7.62x51", "5888956924597752983e182d ShortName": "DVL10 660mm", "5888956924597752983e182d Description": "Una canna in acciaio inossidabile 7.62x51 lunga 660mm prodotta dalla LOBAEV Hummer Barrels per il fucile da cecchino DVL-10 M2.", - "5888961624597754281f93f3 Name": "Harris S-BRM 6-9\" Bipod", + "5888961624597754281f93f3 Name": "Harris S-BRM 6-9\" Bipiede", "5888961624597754281f93f3 ShortName": "S-BRM", - "5888961624597754281f93f3 Description": "The S-BRM 6-9\" ultralight foldable bipod with a spring retraction mechanism. Used by service operators and civilian shooters worldwide. Manufactured by Harris.", + "5888961624597754281f93f3 Description": "Il bipiede ultraleggero S-BRM 6-9\" pieghevole con meccanismo di ritrazione a molla. Utilizzato da operatori di servizio e tiratori civili in tutto il mondo. Prodotto dalla Harris.", "5888976c24597754281f93f5 Name": "Paramano M2 DVL-10", "5888976c24597754281f93f5 ShortName": "DVL-10 М2", "5888976c24597754281f93f5 Description": "Un paramano standard per il fucile da cecchino DVL-10 M2, prodotto dalla Loabev Arms.", @@ -1664,12 +1664,12 @@ "58949dea86f77409483e16a8 Name": "Spegnifiamma MPX A2 9x19", "58949dea86f77409483e16a8 ShortName": "MPX A2", "58949dea86f77409483e16a8 Description": "Lo spegnifiamma A2 Bird Cage, progettato per l'installazione su pistola mitragliatrice MPX 9x19, prodotto dalla SIG Sauer.", - "58949edd86f77409483e16a9 Name": "MPX ambidextrous charging handle", + "58949edd86f77409483e16a9 Name": "Maniglia di ricarica ambidestra MPX", "58949edd86f77409483e16a9 ShortName": "MPX 2x", - "58949edd86f77409483e16a9 Description": "An ambidextrous charging handle with two latches for the MPX SMG. Manufactured by SIG Sauer.", + "58949edd86f77409483e16a9 Description": "Impugnatura di carica ambidestra con due chiusure per l'MPX SMG. Prodotto dalla SIG Sauer.", "58949fac86f77409483e16aa Name": "Leva di armamento per MPX a singolo scatto", "58949fac86f77409483e16aa ShortName": "MPX 1x", - "58949fac86f77409483e16aa Description": "A charging handle with one latch for the MPX SMG. Manufactured by SIG Sauer.", + "58949fac86f77409483e16aa Description": "Impugnatura di carica con un solo laccio per l'MPX SMG. Prodotto dalla SIG Sauer.", "5894a05586f774094708ef75 Name": "Caricatore da 30 colpi MPX 9x19", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "Caricatore standard semi-trasparente con capacità di 30 colpi da 9x19mm, per MPX prodotto dalla SIG Sauer.", @@ -4037,7 +4037,7 @@ "5ba26b17d4351e00367f9bdd Name": "Tacca di mira ribaltabile HK MP7", "5ba26b17d4351e00367f9bdd ShortName": "MP7 RS", "5ba26b17d4351e00367f9bdd Description": "Una tacca di mira ribaltabile pieghevole rimovibile per pistola mitragliatrice MP7. Prodotto dalla Heckler & Koch.", - "5ba36f85d4351e0085325c81 Name": "Ottica con oculare NSPU-M", + "5ba36f85d4351e0085325c81 Name": "Oculare per ottica NSPU-M", "5ba36f85d4351e0085325c81 ShortName": "Oculare NSPU-M", "5ba36f85d4351e0085325c81 Description": "Un oculare in gomma per ottica notturna NSPU-M.", "5bae13bad4351e00320204af Name": "Calcio Mosin Rifle ProMag Archangel OPFOR PRS", @@ -4434,7 +4434,7 @@ "5c06779c86f77426e00dd782 ShortName": "Fili", "5c06779c86f77426e00dd782 Description": "Pezzi di filo per scopi vari. Potrebbero essere utilizzabili per scopi elettronici.", "5c06782b86f77426df5407d2 Name": "Condensatori", - "5c06782b86f77426df5407d2 ShortName": "Berretti", + "5c06782b86f77426df5407d2 ShortName": "Cond", "5c06782b86f77426df5407d2 Description": "Vari condensatori elettrici. Utili nell'ingegneria elettrica.", "5c0684e50db834002a12585a Name": "Impugnatura in gomma TT Hogue-like", "5c0684e50db834002a12585a ShortName": "Hogue-like", @@ -5408,7 +5408,7 @@ "5cf638cbd7f00c06595bc936 Name": "Ottica 4x NPZ USP-1", "5cf638cbd7f00c06595bc936 ShortName": "USP-1", "5cf638cbd7f00c06595bc936 Description": "L'ottica unificata USP-1 'Tyulpan' è progettata per un fuoco accurato da fucili d'assalto AK-74N, AK-74M, AN-94 e mitragliatrici RPK-74N e PKMN di giorno e di notte. Installato su slitta di montaggio a coda di rondine.", - "5cf639aad7f00c065703d455 Name": "Oculare per mirino NPZ USP-1", + "5cf639aad7f00c065703d455 Name": "Oculare per ottica NPZ USP-1", "5cf639aad7f00c065703d455 ShortName": "Oculare USP-1", "5cf639aad7f00c065703d455 Description": "Un oculare in gomma per ottica NPZ USP-1.", "5cf656f2d7f00c06585fb6eb Name": "Combinazione di paramani e tubo del gas AK Vezhlivyy Strelok VS-24 + VS-33c", @@ -5543,7 +5543,7 @@ "5d0a3e8cd7ad1a6f6a3d35bd Name": "Cannocchiale KMZ 1P69 3-10x", "5d0a3e8cd7ad1a6f6a3d35bd ShortName": "1P69", "5d0a3e8cd7ad1a6f6a3d35bd Description": "Il mirino pancratico 1P69 \"Giperon\" è un ulteriore sviluppo dei mirini \"Giperon\" ed è destinato all'installazione sul fucile da cecchino SV-98 per aumentare l'efficacia sul campo di battaglia. Il mirino ha multipli di regolazione flessibili, oltre a un telemetro abbastanza preciso, che facilita l'operazione di combinazione, misurando la distanza dal bersaglio e inserendo gli angoli di mira.", - "5d0b5cd3d7ad1a3fe32ad263 Name": "Oculare per mirino KMZ 1P59", + "5d0b5cd3d7ad1a3fe32ad263 Name": "Oculare per ottica KMZ 1P59", "5d0b5cd3d7ad1a3fe32ad263 ShortName": "Ocul. 1P59", "5d0b5cd3d7ad1a3fe32ad263 Description": "Un oculare in gomma per ottica KMZ 1P59.", "5d10b49bd7ad1a1a560708b0 Name": "Dispositivo tattico AN/PEQ-2", @@ -6102,7 +6102,7 @@ "5d6e68e6a4b9361c140bcfe0 ShortName": "FTX", "5d6e68e6a4b9361c140bcfe0 Description": "La cartuccia a palla FTX Custom Lite 12/70 per fucili a pompa calibro 12.", "5d6e6911a4b9361bd5780d52 Name": "12/70 Flechette", - "5d6e6911a4b9361bd5780d52 ShortName": "Autopropulsiva", + "5d6e6911a4b9361bd5780d52 ShortName": "Flechette", "5d6e6911a4b9361bd5780d52 Description": "Una cartuccia calibro 12/70 caricata con flechette affilate come rasoi per fucili a pompa calibro 12. Lungi dall'essere il proiettile più efficace, ma credeteci: sicuramente non vorrete essere sul lato ricevente dell'arma caricata con esso.", "5d6e695fa4b936359b35d852 Name": "Pallettoni 20/70 da 5.6mm", "5d6e695fa4b936359b35d852 ShortName": "5.6mm", @@ -8237,7 +8237,7 @@ "618a75f0bd321d49084cd399 Name": "Ottica NPZ 1P78-1 2.8x", "618a75f0bd321d49084cd399 ShortName": "1P78-1", "618a75f0bd321d49084cd399 Description": "Un'ottica diurna con ingrandimento 2.8x, installata su slitte a coda di rondine. Prodotto dalla NPZ.", - "618a760e526131765025aae3 Name": "Oculare per mirino NPZ 1P78", + "618a760e526131765025aae3 Name": "Oculare per ottica NPZ 1P78", "618a760e526131765025aae3 ShortName": "Ocu. 1P78", "618a760e526131765025aae3 Description": "Un oculare in gomma per ottica NPZ 1P78.", "618aef6d0a5a59657e5f55ee Name": "Cappello di Jack Pyke Hunting LLCS", @@ -8957,12 +8957,12 @@ "6284bd5f95250a29bc628a30 Name": "Mirino reflex per lanciagranate Milkor M2A1", "6284bd5f95250a29bc628a30 ShortName": "M2A1", "6284bd5f95250a29bc628a30 Description": "Il mirino M2A1 è stato progettato per compensare la deriva naturale della granata da 40mm. Il sensore di luce integrato oscura il reticolo durante le ore diurne e consente un reticolo più luminoso durante le operazioni notturne. Il mirino reflex M2A1 migliora le capacità complessive e l'utilizzo dei MUSA MSGL.", - "6284d67f8e4092597733b7a4 Name": "Alex (English)", - "6284d67f8e4092597733b7a4 ShortName": "Alex (English)", - "6284d67f8e4092597733b7a4 Description": "Alex (English)", - "6284d6948e4092597733b7a5 Name": "Sergei (English)", - "6284d6948e4092597733b7a5 ShortName": "Sergei (English)", - "6284d6948e4092597733b7a5 Description": "Sergei (English)", + "6284d67f8e4092597733b7a4 Name": "Alex (Inglese)", + "6284d67f8e4092597733b7a4 ShortName": "Alex (Inglese)", + "6284d67f8e4092597733b7a4 Description": "Alex (Inglese)", + "6284d6948e4092597733b7a5 Name": "Sergei (Inglese)", + "6284d6948e4092597733b7a5 ShortName": "Sergei (Inglese)", + "6284d6948e4092597733b7a5 Description": "Sergei (Inglese)", "6284d6a28e4092597733b7a6 Name": "Brent", "6284d6a28e4092597733b7a6 ShortName": "Brent", "6284d6a28e4092597733b7a6 Description": "Brent", @@ -9154,7 +9154,7 @@ "62a09e73af34e73a266d932a Description": "BakeEzy, un libro sul cibo delizioso e salutare, contiene molte ricette per vari piatti per una festa di lavoro e per la specifica festa dell'alcol dietro a garage sporchi. Bon Appetite!", "62a09e974f842e1bd12da3f0 Name": "Videocassetta con il film Cyborg Killer", "62a09e974f842e1bd12da3f0 ShortName": "VHS", - "62a09e974f842e1bd12da3f0 Description": "Una videocassetta VHS con un film d'azione degli anni '90 su un cyborg assassino del futuro.", + "62a09e974f842e1bd12da3f0 Description": "Una videocassetta VHS con un film d'azione degli anni '90 su un cyborg assassino che viene dal futuro. Sembra che provenga dal negozio di Prokhodimets.", "62a09ec84f842e1bd12da3f2 Name": "Chiave muletto Missam", "62a09ec84f842e1bd12da3f2 ShortName": "Danex", "62a09ec84f842e1bd12da3f2 Description": "Una chiave del carrello elevatore Missam. Il nome dell'ex proprietario è scritto sul nastro.", @@ -12374,9 +12374,9 @@ "658420d8085fea07e674cdb6 Name": "Civile morto", "658420d8085fea07e674cdb6 ShortName": "Cadavere civile", "658420d8085fea07e674cdb6 Description": "Cadavere civile", - "65ae4f57e343f0acc00824da Name": "PP-19-01 Vityaz Vector VR-LPS left-side charging handle", + "65ae4f57e343f0acc00824da Name": "PP-19-01 Vityaz Vector VR-LPS leva di armamento sinistra", "65ae4f57e343f0acc00824da ShortName": "VR-LPS", - "65ae4f57e343f0acc00824da Description": "VR-LPS is a device that allows for reloading the weapon with the support hand. Installed in place of the gas tube and enables quick and efficient reloading. Manufactured by Vector 7.62.", + "65ae4f57e343f0acc00824da Description": "VR-LPS è un dispositivo che consente di ricaricare l'arma con la mano d'appoggio. Si installa al posto del tubo del gas e consente una ricarica rapida ed efficiente. Prodotto dalla Vector 7.62.", "65ca457b4aafb5d7fc0dcb5d Name": "Kukri Tattico m48 United Cutlery", "65ca457b4aafb5d7fc0dcb5d ShortName": "M48 Kukri", "65ca457b4aafb5d7fc0dcb5d Description": "Una serie di 48 kukri tattici prodotti dalla United Cutlery. Lama in acciaio inossidabile e un manico di gomma. È una grande aggiunta all'arsenale di ogni sopravvissuto!", @@ -12452,15 +12452,15 @@ "66012d9a3dff5074ed002e33 Name": "Bipiede M60", "66012d9a3dff5074ed002e33 ShortName": "Bipiede M60", "66012d9a3dff5074ed002e33 Description": "Bipiede di serie per la mitragliatrice M60. Prodotto dalla U.S. Ordnance.", - "660137d8481cc6907a0c5cda Name": "20/70 TSS Armor Piercing Slug", + "660137d8481cc6907a0c5cda Name": "Cartuccia perforante 20/70 TSS", "660137d8481cc6907a0c5cda ShortName": "TSS AP", - "660137d8481cc6907a0c5cda Description": "An armor-piercing slug for 20/70 caliber shotguns. Combines decent accuracy with increased penetration. Excellent choice if the target needs to be eliminated, not just intimidated. ", - "660137ef76c1b56143052be8 Name": "20/70 Dangerous Game Slug", + "660137d8481cc6907a0c5cda Description": "Una cartuccia perforante per fucili a pompa calibro 20/70. Combina una discreta precisione con una maggiore penetrazione. Ottima scelta se il bersaglio deve essere eliminato, non solo intimidito.", + "660137ef76c1b56143052be8 Name": "Cartuccia Dangerous Game 20/70", "660137ef76c1b56143052be8 ShortName": "DGS", - "660137ef76c1b56143052be8 Description": "A slug cartridge for 20/70 caliber shotguns. Loses very little velocity over distance, so it is suitable for reliable target engagement at a long range. ", - "6601380580e77cfd080e3418 Name": "20/70 flechette", + "660137ef76c1b56143052be8 Description": "Cartuccia a pallini per fucili calibro 20/70. Perde pochissima velocità sulla distanza, quindi è adatta per un ingaggio affidabile del bersaglio a lunga distanza.", + "6601380580e77cfd080e3418 Name": "20/70 Flechette", "6601380580e77cfd080e3418 ShortName": "Flechette", - "6601380580e77cfd080e3418 Description": "A shell loaded with razor-sharp flechettes for 20ga shotguns. Far from being the most effective round, but believe us - you definitely don't want to be on the receiving end of the weapon loaded with it. ", + "6601380580e77cfd080e3418 Description": "Un proiettile caricato con flechette affilate come rasoi per fucili a pompa calibro 20. Non è certo il proiettile più efficace, ma credeteci: non vorrete di certo trovarvi di fronte a un'arma caricata con questo proiettile.", "66015072e9f84d5680039678 Name": "Arma giocattolo da 20x1mm", "66015072e9f84d5680039678 ShortName": "Blicky", "66015072e9f84d5680039678 Description": "Un'arma giocattolo semi automatica che spara colpi a forma di disco da 20x1mm. Progettato per bambini da 5 anni in su. Prodotta negli URSS.", @@ -12978,7 +12978,7 @@ "6698c9ba29e062525d0ad8b1 ShortName": "UZI 3lug", "6698c9ba29e062525d0ad8b1 Description": "Uno speciale dado a 3 viti necessario per installare le canne 9x19 sul fucile mitragliatore UZI. Prodotto dalla Israel Weapon Industries.", "6698c9c636ba38d291017711 Name": "UZI 9x19 3-lug protezione filettatura canna", - "6698c9c636ba38d291017711 ShortName": "UZI thr.", + "6698c9c636ba38d291017711 ShortName": "UZI fil.", "6698c9c636ba38d291017711 Description": "Una protezione della filettatura per le canne delle pistole mitragliatrici UZI a 3 attacchi. Prodotto dalla Israel Weapon Industries.", "6698c9e07356874dfe0a0b88 Name": "Calcio UZI tipo 7", "6698c9e07356874dfe0a0b88 ShortName": "Type 7", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "Scarpe da ginnastica Viibiin", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "Una sola scarpa da ginnastica di marca Viibiin. Mi chiedo dove sia l'altra.", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Chiave per tubi del gas Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Una chiave inglese regolabile a marchio Inseq di colore blu ceruleo, che ricorda le fredde profondità del cielo siberiano. Unisce l'affidabilità alla semplicità funzionalità.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13313,9 +13313,9 @@ "66da1b546916142b3b022777 Name": "Cassa aerea tecnica di rifornimenti", "66da1b546916142b3b022777 ShortName": "Cassa aerea tecnica di rifornimenti", "66da1b546916142b3b022777 Description": "cassa", - "66dae7cbeb28f0f96809f325 Name": "V40 Mini-Grenade", + "66dae7cbeb28f0f96809f325 Name": "Mini granata V40", "66dae7cbeb28f0f96809f325 ShortName": "V40", - "66dae7cbeb28f0f96809f325 Description": "A Dutch fragmentation hand grenade. The grenade is the size of a standard golf ball and has a guaranteed lethal radius of only one meter.", + "66dae7cbeb28f0f96809f325 Description": "Granata a mano olandese a frammentazione. La granata ha le dimensioni di una normale pallina da golf e ha un raggio letale garantito di un solo metro.", "66ec2aa6daf127599c0c31f1 Name": "Shrapnel O-832DU", "66ec2aa6daf127599c0c31f1 ShortName": "Shrapnel O-832DU", "66ec2aa6daf127599c0c31f1 Description": "Shrapnel O-832DU", @@ -13676,216 +13676,216 @@ "671d8b8c0959c721a50ca838 Name": "Caricatore da 12 colpi HK USP Tactical .45 ACP", "671d8b8c0959c721a50ca838 ShortName": "USP45T", "671d8b8c0959c721a50ca838 Description": "Un caricatore .45 ACP da 12 colpi per la versione speciale della pistola USP45 - USP45 Tactical.", - "673b3f977038192ee006aa09 Name": "Bare ceiling", - "673b3f977038192ee006aa09 ShortName": "Bare ceiling", - "673b3f977038192ee006aa09 Description": "Nothing special. Luckily there are no spider webs. Unless?", + "673b3f977038192ee006aa09 Name": "Soffitto nudo", + "673b3f977038192ee006aa09 ShortName": "Soffitto nudo", + "673b3f977038192ee006aa09 Description": "Niente di speciale. Per fortuna non ci sono ragnatele. A meno che...", "673c7b00cbf4b984b5099181 Name": "", "673c7b00cbf4b984b5099181 ShortName": "", "673c7b00cbf4b984b5099181 Description": "", - "673cab3e03c6a20581028bc1 Name": "Sako TRG M10 .338 LM bolt-action sniper rifle", + "673cab3e03c6a20581028bc1 Name": "Fucile da cecchino a retro carica Sako TRG M10 .338 LM", "673cab3e03c6a20581028bc1 ShortName": "TRG M10", - "673cab3e03c6a20581028bc1 Description": "The TRG M10 is a precision bolt-action sniper rifle chambered for the .338 Lapua Magnum cartridge. The TRG M10 is an extremely versatile platform: it easily converts from a proper long-range rifle to a more compact weapon. The rifle is designed to be used by army, police and various special forces of several countries. Manufactured by Sako, which is part of Beretta Defense Technologies holding company.", - "673cb212e695740be0047a46 Name": "Sako TRG M10 chassis", + "673cab3e03c6a20581028bc1 Description": "Il TRG M10 è un fucile da cecchino di precisione a retro carica camerato per la cartuccia .338 Lapua Magnum. Il TRG M10 è una piattaforma estremamente versatile: si trasforma facilmente da un vero e proprio fucile a lungo raggio a un'arma più compatta. Il fucile è stato progettato per essere utilizzato dall'esercito, dalla polizia e da varie forze speciali di diversi Paesi. Prodotto dalla Sako, che fa parte della holding Beretta Defense Technologies.", + "673cb212e695740be0047a46 Name": "Telaio Sako TRG M10", "673cb212e695740be0047a46 ShortName": "TRG M10", - "673cb212e695740be0047a46 Description": "Standard chassis with a folding stock for the TRG M10 sniper rifle, manufactured by Sako.", - "673cb4054ff4aa8f86076f4a Name": "Sako TRG M10 .338 LM bolt assembly", + "673cb212e695740be0047a46 Description": "Telaio standard con calcio pieghevole per il fucile di precisione TRG M10, prodotto dalla Sako.", + "673cb4054ff4aa8f86076f4a Name": "Otturatore Sako TRG M10 .338 LM", "673cb4054ff4aa8f86076f4a ShortName": "M10 .338LM", - "673cb4054ff4aa8f86076f4a Description": "A .338 Lapua Magnum bolt assembly for the Sako TRG M10 sniper rifle.", - "673cb491280680de5e02ff36 Name": "Sako TRG M10 .338 LM receiver", + "673cb4054ff4aa8f86076f4a Description": "Un otturatore .338 Lapua Magnum per il fucile di precisione Sako TRG M10.", + "673cb491280680de5e02ff36 Name": "Culatta Sako TRG M10 .338 LM", "673cb491280680de5e02ff36 ShortName": "M10 .338LM", - "673cb491280680de5e02ff36 Description": "A standard .338 Lapua Magnum receiver for the TRG M10 sniper rifle. Manufactured by Sako.", - "673cb51e093e0ea7fd0b8746 Name": "Sako TRG M10 scope mount", + "673cb491280680de5e02ff36 Description": "Culatta standard .338 Lapua Magnum per il fucile di precisione TRG M10. Prodotto dalla Sako.", + "673cb51e093e0ea7fd0b8746 Name": "Attacco per ottica Sako TRG M10", "673cb51e093e0ea7fd0b8746 ShortName": "M10 SM", - "673cb51e093e0ea7fd0b8746 Description": "A universal rail for mounting various sights on the TRG M10 sniper rifle. Manufactured by Sako.", - "673cb551093e0ea7fd0b874a Name": "Sako TRG M10 .338 LM 23.5 inch barrel", + "673cb51e093e0ea7fd0b8746 Description": "Una slitta universale per il montaggio di vari mirini sul fucile da cecchino TRG M10. Prodotto dalla Sako.", + "673cb551093e0ea7fd0b874a Name": "Sako TRG M10 .338 LM canna da 23.5 pollici", "673cb551093e0ea7fd0b874a ShortName": "M10 23.5\" .338LM", - "673cb551093e0ea7fd0b874a Description": "A 23.5 inch (597mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "673cb5d1280680de5e02ff3b Name": "Sako TRG M10 15 inch handguard assembly", + "673cb551093e0ea7fd0b874a Description": "Canna da 23.5 pollici (597mm) .338 Lapua Magnum per il fucile di precisione TRG M10, prodotto dalla Sako.", + "673cb5d1280680de5e02ff3b Name": "Paramano Sako TRG M10 15 pollici", "673cb5d1280680de5e02ff3b ShortName": "M10 15\"", - "673cb5d1280680de5e02ff3b Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "673cb81f5b1511adb10cd326 Name": "Sako TRG M10 grip pad", - "673cb81f5b1511adb10cd326 ShortName": "M10 pad", - "673cb81f5b1511adb10cd326 Description": "A standard-issue padded grip for the TRG M10 sniper rifle, manufactured by Sako. Comes with a hex and torx key set for quick access.", - "673cbdfad0453ba50c0f76d6 Name": "Sako TRG M10 .338 LM 8-round magazine", + "673cb5d1280680de5e02ff3b Description": "Un paramano lungo 15 pollici per il fucile di precisione TRG M10, dotato di un'interfaccia finlandese per il montaggio di equipaggiamenti aggiuntivi. Prodotto dalla Sako.", + "673cb81f5b1511adb10cd326 Name": "Impugnatura TRG M10", + "673cb81f5b1511adb10cd326 ShortName": "Pad M10", + "673cb81f5b1511adb10cd326 Description": "Impugnatura imbottita di serie per il fucile di precisione TRG M10, prodotto dalla Sako. Viene fornita con un set di chiavi esagonali e torx per un accesso rapido.", + "673cbdfad0453ba50c0f76d6 Name": "Caricatore da 8 colpi Sako TRG M10 .338 LM", "673cbdfad0453ba50c0f76d6 ShortName": "M10 .338", - "673cbdfad0453ba50c0f76d6 Description": "An 8-round .338 Lapua Magnum magazine for the TRG M10 sniper rifle, manufactured by Sako.", - "673dd5f73f92dc7e120d20a9 Name": "Sako TRG short length rail", - "673dd5f73f92dc7e120d20a9 ShortName": "TRG short", - "673dd5f73f92dc7e120d20a9 Description": "A short length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673dd617912f68467c0615b6 Name": "Sako TRG medium length rail", + "673cbdfad0453ba50c0f76d6 Description": "Un caricatore da 8 colpi in .338 Lapua Magnum per il fucile di precisione TRG M10, prodotto dalla Sako.", + "673dd5f73f92dc7e120d20a9 Name": "Sako TRG slitta corta", + "673dd5f73f92dc7e120d20a9 ShortName": "TRG corta", + "673dd5f73f92dc7e120d20a9 Description": "Una slitta per paramano di lunghezza ridotta per l'installazione di equipaggiamenti aggiuntivi sui fucili di precisione della serie TRG. Prodotto dalla Sako.", + "673dd617912f68467c0615b6 Name": "Sako TRG slitta media", "673dd617912f68467c0615b6 ShortName": "TRG med", - "673dd617912f68467c0615b6 Description": "A medium length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", - "673ddbb567c759b3c90e5f76 Name": "Sako TRG M10 rear hook", - "673ddbb567c759b3c90e5f76 ShortName": "M10 hook", - "673ddbb567c759b3c90e5f76 Description": "A rail cover for the TRG M10 sniper rifle buttstock. Manufactured by Sako.", - "673f0a38259f5945d70e43a6 Name": "Ase Utra SL7i-BL BoreLock .338 LM sound suppressor", + "673dd617912f68467c0615b6 Description": "Una slitta per paramano di media lunghezza per l'installazione di equipaggiamenti aggiuntivi sui fucili di precisione della serie TRG. Prodotto dalla Sako.", + "673ddbb567c759b3c90e5f76 Name": "Gancio posteriore Sako TRG M10", + "673ddbb567c759b3c90e5f76 ShortName": "Gancio M10", + "673ddbb567c759b3c90e5f76 Description": "Copertura per slitta per il calcio del fucile da cecchino TRG M10. Prodotto dalla Sako.", + "673f0a38259f5945d70e43a6 Name": "Soppressore acustico Ase Utra SL7i-BL BoreLock .338 LM", "673f0a38259f5945d70e43a6 ShortName": "SL7i-BL .338", - "673f0a38259f5945d70e43a6 Description": "The SL7i-BL sound suppressor, installed on compatible BoreLock muzzle brakes. Manufactured by Ase Utra.", - "673f0a9370a3ddcf0d0ee0b8 Name": "Sako TRG PGM Precision .338 LM sound suppressor", + "673f0a38259f5945d70e43a6 Description": "Silenziatore SL7i-BL, installato sui freni di volata BoreLock compatibili. Prodotto dalla Ase Utra.", + "673f0a9370a3ddcf0d0ee0b8 Name": "Silenziatore Sako TRG PGM Precision .338 LM", "673f0a9370a3ddcf0d0ee0b8 ShortName": "PGM .338", - "673f0a9370a3ddcf0d0ee0b8 Description": "A sound suppressor manufactured by PGM Precision, designed to fit .338 Lapua Magnum weapons.", - "673f0b36536d64240f01acd6 Name": "CGS Hekate DT .338 LM sound suppressor", + "673f0a9370a3ddcf0d0ee0b8 Description": "Un silenziatore prodotto dalla PGM Precision, progettato per le armi .338 Lapua Magnum.", + "673f0b36536d64240f01acd6 Name": "Silenziatore CGS Hekate DT .338 LM", "673f0b36536d64240f01acd6 ShortName": "Hekate DT .338", - "673f0b36536d64240f01acd6 Description": "The Hekate DT .338 LM suppressor boasts great noise and flash reduction for large caliber rifles. Manufactured by CGS Group.", - "673f3ef1259f5945d70e43a8 Name": "Ase Utra BoreLock .338 LM muzzle brake", + "673f0b36536d64240f01acd6 Description": "Il silenziatore Hekate DT .338 LM vanta un'ottima riduzione del rumore e del flash per i fucili di grosso calibro. Prodotto dalla CGS Group.", + "673f3ef1259f5945d70e43a8 Name": "Freno di volata Ase Utra BoreLock .338 LM", "673f3ef1259f5945d70e43a8 ShortName": "BoreLock .338", - "673f3ef1259f5945d70e43a8 Description": "A muzzle brake manufactured by Ase Utra for .338 LM (8.6x70). Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with BoreLock-type sound suppressors.", - "673f3f2f40aeca974e0b5c66 Name": "Ase Utra BoreLock thread protector", - "673f3f2f40aeca974e0b5c66 ShortName": "BoreLock thr.", - "673f3f2f40aeca974e0b5c66 Description": "A threading protection cap for Ase Utra BoreLock muzzle brakes.", - "673f3f5eef7545280c00f026 Name": "Sako TRG .338 LM thread protector", - "673f3f5eef7545280c00f026 ShortName": "TRG thr.", - "673f3f5eef7545280c00f026 Description": "A threading protection cap for the Sako TRG .338 LM rifle barrel.", - "673f3f9840aeca974e0b5c68 Name": "Sako TRG Coretac CoreBrake .338 LM muzzle brake", + "673f3ef1259f5945d70e43a8 Description": "Freno di volata prodotto dalla Ase Utra per .338 LM (8.6x70). Riduce il rinculo e contrasta l'aumento della canna. Il freno è filettato e compatibile con i soppressori acustici di tipo BoreLock.", + "673f3f2f40aeca974e0b5c66 Name": "Protezione della filettatura Ase Utra BoreLock", + "673f3f2f40aeca974e0b5c66 ShortName": "BoreLock fil.", + "673f3f2f40aeca974e0b5c66 Description": "Tappo di protezione della filettatura per i freni ad avancarica Ase Utra BoreLock.", + "673f3f5eef7545280c00f026 Name": "Sako TRG .338 LM protezione del filetto", + "673f3f5eef7545280c00f026 ShortName": "TRG fil.", + "673f3f5eef7545280c00f026 Description": "Un tappo di protezione della filettatura per la canna del fucile Sako TRG .338 LM.", + "673f3f9840aeca974e0b5c68 Name": "TRG Coretac CoreBrake .338 LM freno di avancarica", "673f3f9840aeca974e0b5c68 ShortName": "CoreBrake .338", - "673f3f9840aeca974e0b5c68 Description": "A .338 LM muzzle brake for the TRG sniper rifle. Manufactured by Coretac Solutions.", - "673f4046259f5945d70e43ab Name": "Sako TRG 22/42/M10 .338 LM muzzle brake", + "673f3f9840aeca974e0b5c68 Description": "Freno di volata in .338 LM per il fucile di precisione TRG. Prodotto dalla Coretac Solutions.", + "673f4046259f5945d70e43ab Name": "Sako TRG 22/42/M10 .338 LM freno alla volata", "673f4046259f5945d70e43ab ShortName": "TRG .338", - "673f4046259f5945d70e43ab Description": "A TRG .338 LM sniper rifle muzzle brake, manufactured by Sako.", - "67405d760098dcb5940ea1a6 Name": "Sako TRG M10 .338 LM 20 inch barrel", + "673f4046259f5945d70e43ab Description": "Un freno di volata per fucile di precisione TRG .338 LM, Prodotto dalla Sako.", + "67405d760098dcb5940ea1a6 Name": "Sako TRG M10 .338 LM canna da 20 pollici", "67405d760098dcb5940ea1a6 ShortName": "M10 20\" .338LM", - "67405d760098dcb5940ea1a6 Description": "A 20 inch (508mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405e3b83ac5c69ae025406 Name": "Sako TRG M10 .338 LM 27 inch barrel", + "67405d760098dcb5940ea1a6 Description": "Canna da 20 pollici (508mm) in .338 Lapua Magnum per il fucile di precisione TRG M10, prodotto dalla Sako.", + "67405e3b83ac5c69ae025406 Name": "Sako TRG M10 .338 LM canna da 27 pollici", "67405e3b83ac5c69ae025406 ShortName": "M10 27\" .338LM", - "67405e3b83ac5c69ae025406 Description": "A 27 inch (685mm) .338 Lapua Magnum barrel for the TRG M10 sniper rifle, manufactured by Sako.", - "67405ef125beb509e8070276 Name": "Sako TRG M10 11 inch handguard assembly", + "67405e3b83ac5c69ae025406 Description": "Canna da 27 pollici (685mm) in .338 Lapua Magnum per il fucile di precisione TRG M10, prodotto dalla Sako.", + "67405ef125beb509e8070276 Name": "Sako TRG M10 11 pollici paramano", "67405ef125beb509e8070276 ShortName": "M10 11\"", - "67405ef125beb509e8070276 Description": "An 11 inch long handguard assembly for the TRG M10 sniper rifle, equipped with a Finnish interface for mounting additional equipment. Manufactured by Sako.", - "67405fd0812f476fb2020066 Name": "Sako TRG M10 M-LOK 15 inch handguard assembly", + "67405ef125beb509e8070276 Description": "Un paramano lungo 11 pollici per il fucile da cecchino TRG M10, dotato di un'interfaccia finlandese per il montaggio di attrezzature aggiuntive. Prodotto dalla Sako.", + "67405fd0812f476fb2020066 Name": "Sako TRG M10 M-LOK 15 pollici paramano", "67405fd0812f476fb2020066 ShortName": "M10 15\" M-LOK", - "67405fd0812f476fb2020066 Description": "A 15 inch long handguard assembly for the TRG M10 sniper rifle, equipped with an M-LOK interface for mounting additional equipment. Manufactured by Sako.", - "674078c4a9c9adf0450d59f9 Name": "Opened case", - "674078c4a9c9adf0450d59f9 ShortName": "Case", - "674078c4a9c9adf0450d59f9 Description": "This case contains several sealed boxes.", - "67408903268737ef6908d432 Name": "Contraband box", - "67408903268737ef6908d432 ShortName": "Contraband", - "67408903268737ef6908d432 Description": "A box containing contraband cargo from Peacekeeper. Opening it might not be a good idea.", - "67409848d0b2f8eb9b034db9 Name": "Sealed box", - "67409848d0b2f8eb9b034db9 ShortName": "Sealed box", - "67409848d0b2f8eb9b034db9 Description": "The box is sealed to protect its contents. A multitool is required to open it.", - "674098588466ebb03408b210 Name": "Opened box", - "674098588466ebb03408b210 ShortName": "Box", - "674098588466ebb03408b210 Description": "This box can't hold much, but now you can see what's inside.", - "6740987b89d5e1ddc603f4f0 Name": "Locked case", - "6740987b89d5e1ddc603f4f0 ShortName": "Locked case", - "6740987b89d5e1ddc603f4f0 Description": "The contents are unknown, but you'll need a key to open it.", - "67449b6c89d5e1ddc603f504 Name": "Case key", - "67449b6c89d5e1ddc603f504 ShortName": "Case key", - "67449b6c89d5e1ddc603f504 Description": "A key suitable for opening most standard cases.", - "67458730df3c1da90b0b052b Name": "5.11 Tactical RUSH 100 backpack (Black)", + "67405fd0812f476fb2020066 Description": "Un paramano lungo 15 pollici per il fucile di precisione TRG M10, dotato di interfaccia M-LOK per il montaggio di equipaggiamenti aggiuntivi. Prodotto dalla Sako.", + "674078c4a9c9adf0450d59f9 Name": "Valigetta aperta", + "674078c4a9c9adf0450d59f9 ShortName": "Valigetta", + "674078c4a9c9adf0450d59f9 Description": "Questa valigetta contiene diverse scatole sigillate.", + "67408903268737ef6908d432 Name": "Scatola di contrabbando", + "67408903268737ef6908d432 ShortName": "Contrabbando", + "67408903268737ef6908d432 Description": "Una scatola contenente un carico di contrabbando proveniente da Peacekeeper. Aprirla potrebbe non essere una buona idea.", + "67409848d0b2f8eb9b034db9 Name": "Scatola sigillata", + "67409848d0b2f8eb9b034db9 ShortName": "Scatola sigillata", + "67409848d0b2f8eb9b034db9 Description": "La scatola è sigillata per proteggere il contenuto. Per aprirla è necessario un multiutensile.", + "674098588466ebb03408b210 Name": "Scatola aperta", + "674098588466ebb03408b210 ShortName": "Scatola", + "674098588466ebb03408b210 Description": "Questa scatola non può contenere molto, ma ora potete vedere cosa c'è dentro.", + "6740987b89d5e1ddc603f4f0 Name": "Valigetta chiusa a chiave", + "6740987b89d5e1ddc603f4f0 ShortName": "Valigetta chiusa a chiave", + "6740987b89d5e1ddc603f4f0 Description": "Il contenuto è sconosciuto, ma per aprirlo è necessaria una chiave.", + "67449b6c89d5e1ddc603f504 Name": "Chiave della valigetta", + "67449b6c89d5e1ddc603f504 ShortName": "Chiave della valigetta", + "67449b6c89d5e1ddc603f504 Description": "Una chiave adatta all'apertura della maggior parte delle valigiette standard.", + "67458730df3c1da90b0b052b Name": "Zaino 5.11 Tactical RUSH 100 (Nero)", "67458730df3c1da90b0b052b ShortName": "RUSH 100", - "67458730df3c1da90b0b052b Description": "A tactical backpack with a complex modular system. The arrangement of internal compartments and side straps makes the RUSH 100 a highly versatile backpack that can be adapted to any combat situation.", + "67458730df3c1da90b0b052b Description": "Uno zaino tattico con un complesso sistema modulare. La disposizione degli scomparti interni e delle cinghie laterali rende il RUSH 100 uno zaino altamente versatile che può essere adattato a qualsiasi situazione di combattimento.", "67458794e21e5d724e066976 Name": "LBT-1476A 3Day Pack (MultiCam Alpine)", "67458794e21e5d724e066976 ShortName": "LBT-1476A", - "67458794e21e5d724e066976 Description": "A medium-size 3-day backpack designed for both military and tourist use. Manufactured by London Bridge Trading. MultiCam Alpine version.", - "6745895717824b1ec20570a6 Name": "6B47 Ratnik-BSh helmet (EMR Arctic cover)", + "67458794e21e5d724e066976 Description": "Zaino di medie dimensioni per 3 giorni, progettato per uso militare e turistico. Prodotto dalla London Bridge Trading. Versione MultiCam Alpine.", + "6745895717824b1ec20570a6 Name": "6B47 Casco Ratnik-BSh (Copertura EMR Arctic)", "6745895717824b1ec20570a6 ShortName": "6B47 EMRA", - "6745895717824b1ec20570a6 Description": "6B47 is an aramid helmet of Russian origin. As part of the Ratnik program, it is the new standard-issue helmet for most of the Russian Armed Forces. The 6B47 is similar to previous generation helmets such as the 6B7-1M and 6B27. It has equal protection but weighs slightly less, floats in water, and has mounting equipment for lights and night vision devices. The helmet can be fitted with a variety of covers for different environments. Equipped with an arctic EMR camouflage cover.", - "674589d98dd67746010329e6 Name": "Spiritus Systems Bank Robber chest rig (MultiCam Alpine)", - "674589d98dd67746010329e6 ShortName": "Bank Robber", - "674589d98dd67746010329e6 Description": "An ultra-compact and lightweight chest rig for mobility and comfort. Manufactured by Spiritus Systems. MultiCam Alpine camouflage version, for all your winter LARP needs.", - "6746fd09bafff85008048838 Name": "Dogtag BEAR", + "6745895717824b1ec20570a6 Description": "Il 6B47 è un elmetto in aramide di origine russa. Parte del programma Ratnik, è il nuovo elmetto di serie per la maggior parte delle Forze Armate russe. Il 6B47 è simile agli elmetti della generazione precedente, come il 6B7-1M e il 6B27. Ha la stessa protezione ma pesa leggermente meno, galleggia in acqua ed è dotato di dispositivi di montaggio per luci e visori notturni. Il casco può essere dotato di una varietà di coperture per ambienti diversi. Dotato di copertura mimetica EMR artica.", + "674589d98dd67746010329e6 Name": "Spiritus Systems - Attrezzatura toracica per rapinatori di banche (MultiCam Alpine)", + "674589d98dd67746010329e6 ShortName": "Rapinatore di banche", + "674589d98dd67746010329e6 Description": "Un gilet tattico ultracompatto e leggero per la mobilità e il comfort. Prodotto dalla Spiritus Systems. Versione MultiCam Alpine camouflage, per tutte le esigenze del LARP invernale.", + "6746fd09bafff85008048838 Name": "Piastrina BEAR", "6746fd09bafff85008048838 ShortName": "BEAR", - "6746fd09bafff85008048838 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator that went through the Tarkov hell from the very beginning.", - "67471928d17d6431550563b5 Name": "Dogtag BEAR", + "6746fd09bafff85008048838 Description": "Le piastrine dell'esercito servono a identificare rapidamente i feriti e i deceduti in combattimento. Questa apparteneva a un operatore PMC BEAR che ha vissuto l'inferno di Tarkov fin dall'inizio.", + "67471928d17d6431550563b5 Name": "Piastrina BEAR", "67471928d17d6431550563b5 ShortName": "BEAR", - "67471928d17d6431550563b5 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator that remained loyal to his ideals.", - "67471938bafff850080488b7 Name": "Dogtag USEC", + "67471928d17d6431550563b5 Description": "Le piastrine dell'esercito servono a identificare rapidamente i feriti e i deceduti in combattimento. Questa apparteneva a un operatore PMC BEAR che è rimasto fedele ai suoi ideali.", + "67471938bafff850080488b7 Name": "Piastrina USEC", "67471938bafff850080488b7 ShortName": "USEC", - "67471938bafff850080488b7 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a USEC PMC operator that went through the Tarkov hell from the very beginning.", - "6747193f170146228c0d2226 Name": "Dogtag USEC", + "67471938bafff850080488b7 Description": "Le piastrine dell'esercito servono a identificare rapidamente i feriti e i deceduti in combattimento. Questa apparteneva a un operatore USEC PMC che ha vissuto l'inferno di Tarkov fin dall'inizio.", + "6747193f170146228c0d2226 Name": "Piastrina USEC", "6747193f170146228c0d2226 ShortName": "USEC", - "6747193f170146228c0d2226 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a USEC PMC operator that remained loyal to his ideals.", - "674731c8bafff850080488bb Name": "Dogtag BEAR", + "6747193f170146228c0d2226 Description": "Le piastrine dell'esercito servono a identificare rapidamente i feriti e i deceduti in combattimento. Questa apparteneva a un operatore USEC PMC rimasto fedele ai suoi ideali.", + "674731c8bafff850080488bb Name": "Piastrina BEAR", "674731c8bafff850080488bb ShortName": "BEAR", - "674731c8bafff850080488bb Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator.", - "674731d1170146228c0d222a Name": "Dogtag USEC", + "674731c8bafff850080488bb Description": "Le piastrine dell'esercito servono a identificare rapidamente i feriti e i deceduti in combattimento. Questa apparteneva a un operatore PMC BEAR.", + "674731d1170146228c0d222a Name": "Piastrina USEC", "674731d1170146228c0d222a ShortName": "USEC", - "674731d1170146228c0d222a Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a USEC PMC operator.", - "67499a9669a58fceba104a41 Name": "Package for Prapor", - "67499a9669a58fceba104a41 ShortName": "Package", - "67499a9669a58fceba104a41 Description": "A package that the BTR driver was supposed to deliver to Prapor.", - "67499adbeca8acb2d2061634 Name": "Cargo for Prapor", + "674731d1170146228c0d222a Description": "Le piastrine dell'esercito servono a identificare rapidamente i feriti e i deceduti in combattimento. Questa apparteneva a un operatore USEC PMC.", + "67499a9669a58fceba104a41 Name": "Pacchetto per Prapor", + "67499a9669a58fceba104a41 ShortName": "Pacchetto", + "67499a9669a58fceba104a41 Description": "Un pacco che l'autista del BTR avrebbe dovuto consegnare a Prapor.", + "67499adbeca8acb2d2061634 Name": "Cargo per Prapor", "67499adbeca8acb2d2061634 ShortName": "Cargo", - "67499adbeca8acb2d2061634 Description": "A delivery from outside the cordon that Prapor is waiting for. Judging by the weight, it feels like it's half-empty.", - "67499b3eeca8acb2d2061636 Name": "Lightkeeper's case", - "67499b3eeca8acb2d2061636 ShortName": "Case", - "67499b3eeca8acb2d2061636 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499b9b909d2013670a5029 Name": "KOSA UAV electronic jamming device", + "67499adbeca8acb2d2061634 Description": "Una consegna dall'esterno del cordone che Prapor sta aspettando. A giudicare dal peso, sembra che sia mezzo vuoto.", + "67499b3eeca8acb2d2061636 Name": "La valigetta di Lightkeeper", + "67499b3eeca8acb2d2061636 ShortName": "Valigetta", + "67499b3eeca8acb2d2061636 Description": "A quanto pare, la valigietta è riempita con qualcosa di pesante, come proiettili OFZ o altre munizioni.", + "67499b9b909d2013670a5029 Name": "Dispositivo di disturbo elettronico KOSA UAV", "67499b9b909d2013670a5029 ShortName": "KOSA", - "67499b9b909d2013670a5029 Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", - "67499d0eeca8acb2d2061639 Name": "Incriminating letter", - "67499d0eeca8acb2d2061639 ShortName": "Letter", - "67499d0eeca8acb2d2061639 Description": "A letter from the BTR driver. Apparently, the information inside could put serious pressure on Skier.", - "67499d2c69a58fceba104a43 Name": "Lightkeeper's case", - "67499d2c69a58fceba104a43 ShortName": "Case", - "67499d2c69a58fceba104a43 Description": "From the sounds of it, the case is filled with something heavy like OFZ shells or other munitions.", - "67499d4deca8acb2d206163b Name": "KOSA UAV electronic jamming device", + "67499b9b909d2013670a5029 Description": "Il dispositivo è progettato per sopprimere i sistemi di guida UAV. Aiuta a proteggere in modo affidabile qualsiasi struttura dagli attacchi aerei.", + "67499d0eeca8acb2d2061639 Name": "Lettera incriminata", + "67499d0eeca8acb2d2061639 ShortName": "Lettera", + "67499d0eeca8acb2d2061639 Description": "Una lettera dell'autista di BTR. A quanto pare, le informazioni contenute all'interno potrebbero esercitare una forte pressione su Skier.", + "67499d2c69a58fceba104a43 Name": "Valigetta di Lightkeeper", + "67499d2c69a58fceba104a43 ShortName": "Valigetta", + "67499d2c69a58fceba104a43 Description": "A quanto pare, la valigietta è riempita con qualcosa di pesante, come proiettili OFZ o altre munizioni.", + "67499d4deca8acb2d206163b Name": "Dispositivo di disturbo elettronico KOSA UAV", "67499d4deca8acb2d206163b ShortName": "KOSA", - "67499d4deca8acb2d206163b Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", - "6749c40822a2740bb408d066 Name": "PP-19-01 9x19 F5 MFG 50-round drum magazine", + "67499d4deca8acb2d206163b Description": "Il dispositivo è progettato per sopprimere i sistemi di guida UAV. Aiuta a proteggere in modo affidabile qualsiasi struttura dagli attacchi aerei.", + "6749c40822a2740bb408d066 Name": "PP-19-01 Caricatore a tamburo da 50 colpi 9x19 F5 MFG", "6749c40822a2740bb408d066 ShortName": "PP19 F5", - "6749c40822a2740bb408d066 Description": "A PP-19-01 Vityaz 9x19 drum magazine with a 50-round capacity. Manufactured by F5 MFG.", - "674d5e287075e056160e0176 Name": "Velociraptor polymer handguard", + "6749c40822a2740bb408d066 Description": "Caricatore a tamburo PP-19-01 Vityaz 9x19 con capacità di 50 colpi. Prodotto dalla F5 MFG.", + "674d5e287075e056160e0176 Name": "Paramano in polimero Velociraptor", "674d5e287075e056160e0176 ShortName": "Vel HG", - "674d5e287075e056160e0176 Description": "A polymer handguard for the Velociraptor assault rifle. A modified version of the Tapco AK handguard based on the Galil AR handguard, designed to be installed over the suppressor shroud, preventing possible injury to the shooter's hands during firing.", - "674d6121c09f69dfb201a888 Name": "Aklys Defense Velociraptor .300 Blackout assault rifle", + "674d5e287075e056160e0176 Description": "Paramano in polimero per il fucile d'assalto Velociraptor. Una versione modificata del guardamano Tapco AK, basata sul guardamano Galil AR, progettata per essere installata sopra il mantello del soppressore, evitando possibili lesioni alle mani del tiratore durante lo sparo.", + "674d6121c09f69dfb201a888 Name": "Fucile d'assalto Aklys Defense Velociraptor .300 Blackout", "674d6121c09f69dfb201a888 ShortName": "Velociraptor .300 BLK", - "674d6121c09f69dfb201a888 Description": "A special modification based on the AK assault rifle chambered in .300 Blackout caliber, manufactured by Aklys Defense. It replaces the standard barrel assembly with a modified integrally suppressed barrel, which allowed to achieve a significantly reduced sound signature.", - "674d90b55704568fe60bc8f5 Name": "Akula push dagger", + "674d6121c09f69dfb201a888 Description": "Una modifica speciale basata sul fucile d'assalto AK in calibro .300 Blackout, prodotto dalla Aklys Defense. Sostituisce il gruppo della canna standard con una canna modificata con soppressione integrale, che ha permesso di ottenere una firma sonora significativamente ridotta.", + "674d90b55704568fe60bc8f5 Name": "Pugnale a spinta Akula", "674d90b55704568fe60bc8f5 ShortName": "Akula", - "674d90b55704568fe60bc8f5 Description": "As dangerous as the fish it's named after.", - "674d91ce6e862d5a95059ed6 Name": "6B13 M assault armor (Christmas Edition)", + "674d90b55704568fe60bc8f5 Description": "Pericoloso come il pesce da cui prende il nome.", + "674d91ce6e862d5a95059ed6 Name": "Armatura d'assalto 6B13 M (Edizione natalizia)", "674d91ce6e862d5a95059ed6 ShortName": "6B13 CE", - "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", - "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", + "674d91ce6e862d5a95059ed6 Description": "Per festeggiare il Natale e il nuovo anno, Killa ha ridisegnato la sua armatura. L'armatura è ora più evidente, ma Killa non è mai stato un tipo da ricognizione prudente.", + "674da107c512807d1a0e7436 Name": "Zaino Mystery Ranch Terraframe (Olive Drab)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached horns, this backpack used to belong to a hunter.", - "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe backpack (Christmas Edition)", + "674da107c512807d1a0e7436 Description": "Zaino comodo e spazioso per il suo volume, è rimasto popolare anche in tempo di guerra. A giudicare dalle corna attaccate, questo zaino apparteneva a un cacciatore.", + "674da9cf0cb4bcde7103c07b Name": "Zaino Mystery Ranch Terraframe (Edizione natalizia)", "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", - "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", - "674dbf593bee1152d407f005 Name": "Dogtag (Prestige 1)", - "674dbf593bee1152d407f005 ShortName": "Dogtag", - "674dbf593bee1152d407f005 Description": "A special dogtag with rubber sides, serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the high status of the PMC operator.", - "674fe57721a9aa6be6045b96 Name": "SOK-12 Chaos Titan Quad Rail handguard", - "674fe57721a9aa6be6045b96 ShortName": "Titan Quad Rail", - "674fe57721a9aa6be6045b96 Description": "A lightweight handguard from the Titan Quad Rail System for Saiga shotguns. Manufactured by Chaos.", - "674fe89a4472d471fb0f07d8 Name": "SOK-12 Chaos Titan Quad Rail handguard top cover", - "674fe89a4472d471fb0f07d8 ShortName": "Titan QRTC", - "674fe89a4472d471fb0f07d8 Description": "A handguard top rail for the Titan Quad Rail System, manufactured by Chaos.", - "674fe8b9362ea1f88b0e278d Name": "SOK-12 Chaos Titan receiver top rail", + "674da9cf0cb4bcde7103c07b Description": "Qualcuno ha decorato il modello standard di Terraframe per Natale. Il peso non è cambiato molto, ma l'ingresso in un raid è diventato in qualche modo... più allegro?", + "674dbf593bee1152d407f005 Name": "Piastrina (Prestigio 1)", + "674dbf593bee1152d407f005 ShortName": "Piastrina", + "674dbf593bee1152d407f005 Description": "Una speciale piastrina con lati in gomma, che serve a identificare rapidamente i feriti e i deceduti in combattimento. Indicatore dell'elevato status dell'operatore PMC.", + "674fe57721a9aa6be6045b96 Name": "Paramano SOK-12 Chaos Titan Quad Rail", + "674fe57721a9aa6be6045b96 ShortName": "Slitta quadrupla Titan", + "674fe57721a9aa6be6045b96 Description": "Paramano leggero del sistema Titan Quad Rail per fucili Saiga. Prodotto dalla Chaos.", + "674fe89a4472d471fb0f07d8 Name": "SOK-12 Chaos Titan Quad Rail, copertura superiore del guardamano", + "674fe89a4472d471fb0f07d8 ShortName": "Titano QRTC", + "674fe89a4472d471fb0f07d8 Description": "Una slitta superiore per paramano per il sistema Titan Quad Rail, prodotto dalla Chaos.", + "674fe8b9362ea1f88b0e278d Name": "SOK-12 Chaos Titan slitta superiore per culatta", "674fe8b9362ea1f88b0e278d ShortName": "Titan TR", - "674fe8b9362ea1f88b0e278d Description": "A receiver top rail for the Titan Quad Rail System, manufactured by Chaos.", - "674fe8cf4472d471fb0f07df Name": "Chaos HK Style rear sight", - "674fe8cf4472d471fb0f07df ShortName": "Chaos RS", - "674fe8cf4472d471fb0f07df Description": "A rear sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", - "674fe8dd362ea1f88b0e2792 Name": "Chaos HK Style front sight", - "674fe8dd362ea1f88b0e2792 ShortName": "Chaos FS", - "674fe8dd362ea1f88b0e2792 Description": "A front sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", - "674fe8f6f34d761ab8020cc8 Name": "SOK-12 12ga MD Arms 20-round drum magazine", + "674fe8b9362ea1f88b0e278d Description": "Una slitta superiore per culatta del sistema Titan Quad Rail, prodotto dalla Chaos.", + "674fe8cf4472d471fb0f07df Name": "Mirino Chaos HK Style", + "674fe8cf4472d471fb0f07df ShortName": "Caos RS", + "674fe8cf4472d471fb0f07df Description": "Una tacca di mira modellata sui popolari mirini Heckler & Koch, prodotti da Chaos.", + "674fe8dd362ea1f88b0e2792 Name": "Mirino Chaos HK Style", + "674fe8dd362ea1f88b0e2792 ShortName": "Caos FS", + "674fe8dd362ea1f88b0e2792 Description": "Un mirino modellato sul modello dei popolari mirini Heckler & Koch, prodotti da Chaos.", + "674fe8f6f34d761ab8020cc8 Name": "SOK-12 12ga MD Arms Caricatore a tamburo da 20 colpi", "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", - "674fe8f6f34d761ab8020cc8 Description": "The MD Arms 20-shell drum magazine for SOK-12 and compatible weapons, intended for use with 12/76 or 12/70 shells.", - "674fe9a75e51f1c47c04ec23 Name": "Saiga-12K 12ga automatic shotgun", + "674fe8f6f34d761ab8020cc8 Description": "Il caricatore a tamburo da 20 bossoli MD Arms per SOK-12 e armi compatibili, destinato all'uso con bossoli 12/76 o 12/70.", + "674fe9a75e51f1c47c04ec23 Name": "Fucile automatico Saiga-12K 12ga", "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K FA", - "674fe9a75e51f1c47c04ec23 Description": "A modification of the Saiga-12K smoothbore shotgun, enabling fully automatic fire. Hell of a beast.", + "674fe9a75e51f1c47c04ec23 Description": "Una modifica del fucile a canna liscia Saiga-12K che consente il fuoco completamente automatico. Una bestia infernale.", "675069c97348af9e3e0c2a96 Name": "bear_upper_SpNa", "675069c97348af9e3e0c2a96 ShortName": "", "675069c97348af9e3e0c2a96 Description": "", "67506a0bf31909748c0dcdb6 Name": "BEAR Nord", "67506a0bf31909748c0dcdb6 ShortName": "", - "67506a0bf31909748c0dcdb6 Description": "Bomber jacket", + "67506a0bf31909748c0dcdb6 Description": "Giacca bomber", "67506abae23c30f949061906 Name": "", "67506abae23c30f949061906 ShortName": "", "67506abae23c30f949061906 Description": "", - "67506ca81f18589016006aa6 Name": "PNV-57E night vision goggles", + "67506ca81f18589016006aa6 Name": "Occhiali per la visione notturna PNV-57E", "67506ca81f18589016006aa6 ShortName": "PNV-57E", - "67506ca81f18589016006aa6 Description": "Despite the fact that this model was manufactured in the 80s, the Soviet quality is still evident. The picture might not be as good as gen 2 or gen 3 night vision, but it's definitely worth its price.", + "67506ca81f18589016006aa6 Description": "Nonostante questo modello sia stato prodotto negli anni '80, la qualità sovietica è ancora evidente. L'immagine non è forse all'altezza dei visori notturni di tipo 2 o 3, ma vale sicuramente il suo prezzo.", "67506f51caaa3394b2082166 Name": "bear_lower_spna", "67506f51caaa3394b2082166 ShortName": "", "67506f51caaa3394b2082166 Description": "", "67506fe494cadd62770abbe6 Name": "BEAR Nord", "67506fe494cadd62770abbe6 ShortName": "", - "67506fe494cadd62770abbe6 Description": "Field pants", + "67506fe494cadd62770abbe6 Description": "Pantaloni da campo", "6750704650f7ea9dc604afc6 Name": "", "6750704650f7ea9dc604afc6 ShortName": "", "6750704650f7ea9dc604afc6 Description": "", @@ -13894,124 +13894,124 @@ "6750707dc1b42fa2ee09aeb6 Description": "", "675070a550f7ea9dc604afc7 Name": "USEC Deadly Frog", "675070a550f7ea9dc604afc7 ShortName": "", - "675070a550f7ea9dc604afc7 Description": "Tactical pants", + "675070a550f7ea9dc604afc7 Description": "Pantaloni tattici", "675071099170ae7dd00d4216 Name": "", "675071099170ae7dd00d4216 ShortName": "", "675071099170ae7dd00d4216 Description": "", "6750713a65b30e16220465d6 Name": "USEC Deadly Frog", "6750713a65b30e16220465d6 ShortName": "", - "6750713a65b30e16220465d6 Description": "Tactical jacket", + "6750713a65b30e16220465d6 Description": "Giacca tattica", "675184a9490b32072c06f1a7 Name": "OK", "675184a9490b32072c06f1a7 ShortName": "OK", - "675184a9490b32072c06f1a7 Description": "Now you can show the other PMCs that you're okay.", - "675198f2a34a61ba7f053e4d Name": "Rock", - "675198f2a34a61ba7f053e4d ShortName": "Rock", - "675198f2a34a61ba7f053e4d Description": "The easiest gesture for those who fail to decide which one to go with. Or for the Rock mains, if those exist.", - "6751990a490b32072c06f1b3 Name": "Scissors", - "6751990a490b32072c06f1b3 ShortName": "Scissors", - "6751990a490b32072c06f1b3 Description": "For the Scissors mains.", - "67519925ba5968fd800a01e4 Name": "Paper", - "67519925ba5968fd800a01e4 ShortName": "Paper", - "67519925ba5968fd800a01e4 Description": "For the Paper mains.", - "67519adaba5968fd800a01f0 Name": "Thumbs down", + "675184a9490b32072c06f1a7 Description": "Ora potete dimostrare agli altri PMC che state bene.", + "675198f2a34a61ba7f053e4d Name": "Sasso", + "675198f2a34a61ba7f053e4d ShortName": "Sasso", + "675198f2a34a61ba7f053e4d Description": "Il gesto più semplice per chi non riesce a decidere quale scegliere. O per gli appassionati dei Sassi, se esistono.", + "6751990a490b32072c06f1b3 Name": "Forbici", + "6751990a490b32072c06f1b3 ShortName": "Forbici", + "6751990a490b32072c06f1b3 Description": "Per gli appassionati delle Forbici.", + "67519925ba5968fd800a01e4 Name": "Carta", + "67519925ba5968fd800a01e4 ShortName": "Carta", + "67519925ba5968fd800a01e4 Description": "Per gli appassionati della Carta.", + "67519adaba5968fd800a01f0 Name": "Pollice in giù", "67519adaba5968fd800a01f0 ShortName": "", "67519adaba5968fd800a01f0 Description": "", - "67519afca34a61ba7f053e5c Name": "Thumbs up", + "67519afca34a61ba7f053e5c Name": "Pollice in su", "67519afca34a61ba7f053e5c ShortName": "", "67519afca34a61ba7f053e5c Description": "", - "67519b21ba5968fd800a01f5 Name": "Greet", + "67519b21ba5968fd800a01f5 Name": "Saluto", "67519b21ba5968fd800a01f5 ShortName": "", "67519b21ba5968fd800a01f5 Description": "", - "67519b33490b32072c06f1c4 Name": "Hold", + "67519b33490b32072c06f1c4 Name": "Tenere", "67519b33490b32072c06f1c4 ShortName": "", "67519b33490b32072c06f1c4 Description": "", - "67519b48ba5968fd800a01fa Name": "There", + "67519b48ba5968fd800a01fa Name": "Lì", "67519b48ba5968fd800a01fa ShortName": "", "67519b48ba5968fd800a01fa Description": "", - "67519b66490b32072c06f1c9 Name": "Follow me", + "67519b66490b32072c06f1c9 Name": "Seguitemi", "67519b66490b32072c06f1c9 ShortName": "", "67519b66490b32072c06f1c9 Description": "", - "67519b77a34a61ba7f053e67 Name": "Flip off", + "67519b77a34a61ba7f053e67 Name": "Spegnete", "67519b77a34a61ba7f053e67 ShortName": "", "67519b77a34a61ba7f053e67 Description": "", - "675307301f7c19a9780f2668 Name": "AR-15 Magpul B.A.D. Lever bolt release", + "675307301f7c19a9780f2668 Name": "AR-15 Magpul B.A.D. Sblocco dell'otturatore a leva", "675307301f7c19a9780f2668 ShortName": "B.A.D.", - "675307301f7c19a9780f2668 Description": "The Battery Assist Device Lever for the AR-15 platform and compatibles. Allows to release the bolt into battery from the right side of the rifle, making it easier to operate the weapon for left-handed shooters. Manufactured by Magpul.", - "675465f0b784110b2702fe0f Name": "Bare concrete", - "675465f0b784110b2702fe0f ShortName": "Bare concrete", - "675465f0b784110b2702fe0f Description": "Perfect flooring for those who appreciate simplicity. And those who never take their shoes off.", - "6754661924c9a7ccb509d62d Name": "Chalk drawings", - "6754661924c9a7ccb509d62d ShortName": "Chalk drawings", - "6754661924c9a7ccb509d62d Description": "How did these drawings even get here? You should probably improve your security system.", + "675307301f7c19a9780f2668 Description": "Leva del dispositivo di assistenza alla batteria per la piattaforma AR-15 e i modelli compatibili. Consente di rilasciare l'otturatore in batteria dal lato destro dell'arma, facilitando l'uso dell'arma per i tiratori mancini. Prodotto dalla Magpul.", + "675465f0b784110b2702fe0f Name": "Cemento spoglio", + "675465f0b784110b2702fe0f ShortName": "Cemento spoglio", + "675465f0b784110b2702fe0f Description": "Una pavimentazione perfetta per chi apprezza la semplicità. E per chi non si toglie mai le scarpe.", + "6754661924c9a7ccb509d62d Name": "Disegni a gesso", + "6754661924c9a7ccb509d62d ShortName": "Disegni a gesso", + "6754661924c9a7ccb509d62d Description": "Come sono arrivati qui questi disegni? Probabilmente dovreste migliorare il vostro sistema di sicurezza.", "6754662cc6e063d76309c607 Name": "Linoleum", "6754662cc6e063d76309c607 ShortName": "Linoleum", - "6754662cc6e063d76309c607 Description": "Has a warm, familiar feel to it. It bounces underfoot and looks nice.", - "6754666c76e1f2b24c0cc956 Name": "Laminate", - "6754666c76e1f2b24c0cc956 ShortName": "Laminate", - "6754666c76e1f2b24c0cc956 Description": "A good coating that requires little maintenance. Practical and stylish.", - "675466825b7ebafefd0ebc2c Name": "Luxury flooring", - "675466825b7ebafefd0ebc2c ShortName": "Luxury flooring", - "675466825b7ebafefd0ebc2c Description": "Is it actual marble or is it merely pretending to be? Either way, be careful: marble floors are usually very slippery.", - "675466a8215930ae4c03ac54 Name": "Factory floor", - "675466a8215930ae4c03ac54 ShortName": "Factory floor", - "675466a8215930ae4c03ac54 Description": "A brilliant solution for a manufacturing plant, but somewhat questionable for a living space. Who are we to stop you, though?", - "675466bcc6e063d76309c609 Name": "Small tiles", - "675466bcc6e063d76309c609 ShortName": "Small tiles", - "675466bcc6e063d76309c609 Description": "Mechanic shared his favorite style. Too bad he didn't warn in advance that such floors are very awkward to clean.", - "675466d57dadca6836092b26 Name": "English herringbone", - "675466d57dadca6836092b26 ShortName": "English herringbone", - "675466d57dadca6836092b26 Description": "Your grandma probably had the same flooring. Or your friend's grandma. Either way, it looks good.", + "6754662cc6e063d76309c607 Description": "Ha una sensazione calda e familiare. Si muove bene sotto i piedi e ha un aspetto gradevole.", + "6754666c76e1f2b24c0cc956 Name": "Laminato", + "6754666c76e1f2b24c0cc956 ShortName": "Laminato", + "6754666c76e1f2b24c0cc956 Description": "Un buon rivestimento che richiede poca manutenzione. Pratico ed elegante.", + "675466825b7ebafefd0ebc2c Name": "Pavimenti di lusso", + "675466825b7ebafefd0ebc2c ShortName": "Pavimenti di lusso", + "675466825b7ebafefd0ebc2c Description": "Si tratta di marmo vero e proprio o solo di finzione? In ogni caso, fate attenzione: i pavimenti in marmo sono solitamente molto scivolosi.", + "675466a8215930ae4c03ac54 Name": "Pavimento da fabbrica", + "675466a8215930ae4c03ac54 ShortName": "Pavimento da fabbrica", + "675466a8215930ae4c03ac54 Description": "Una soluzione brillante per un impianto di produzione, ma alquanto discutibile per uno spazio abitativo. Ma chi siamo noi per impedirvelo?", + "675466bcc6e063d76309c609 Name": "Piastrelle piccole", + "675466bcc6e063d76309c609 ShortName": "Piastrelle piccole", + "675466bcc6e063d76309c609 Description": "Il meccanico ha condiviso il suo stile preferito. Peccato che non abbia avvertito in anticipo che questi pavimenti sono molto difficili da pulire.", + "675466d57dadca6836092b26 Name": "Spina di pesce inglese", + "675466d57dadca6836092b26 ShortName": "Spina di pesce inglese", + "675466d57dadca6836092b26 Description": "Probabilmente vostra nonna aveva la stessa pavimentazione. O la nonna di un vostro amico. In ogni caso, ha un bell'aspetto.", "675466ea8b3797a0e8038bd2 Name": "Parquet", "675466ea8b3797a0e8038bd2 ShortName": "Parquet", - "675466ea8b3797a0e8038bd2 Description": "Classic parquet. Wood and lacquer - nothing extra.", - "6754673ec6e063d76309c60b Name": "They're Already Here", - "6754673ec6e063d76309c60b ShortName": "They're Already Here", - "6754673ec6e063d76309c60b Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "675467577dadca6836092b28 Name": "Concrete", - "675467577dadca6836092b28 ShortName": "Concrete", - "675467577dadca6836092b28 Description": "Fully exposed walls for brutalism lovers.", - "675467728b3797a0e8038bd4 Name": "Blue paint", - "675467728b3797a0e8038bd4 ShortName": "Blue paint", - "675467728b3797a0e8038bd4 Description": "For Blue mains. Blue is believed to be a calming color for the nervous system. With walls like this, you should be able to sleep better. A good lock on the door would help too.", - "675467aa81067119a10938cb Name": "Bricks", - "675467aa81067119a10938cb ShortName": "Bricks", - "675467aa81067119a10938cb Description": "For those who want to turn their Hideout into a trendy loft. Exposing the brick and removing layers of plaster takes quite a bit of effort. Hopefully, it's worth it.", - "675467bb5b7ebafefd0ebc2e Name": "Orange paint", - "675467bb5b7ebafefd0ebc2e ShortName": "Orange paint", - "675467bb5b7ebafefd0ebc2e Description": "A fun color to elevate your mood. Or to go completely insane in a cheerful way.", - "675467c924c9a7ccb509d62f Name": "Quiet Luxury", - "675467c924c9a7ccb509d62f ShortName": "Quiet Luxury", - "675467c924c9a7ccb509d62f Description": "The luxury of silence. And marble.", - "675467d8b784110b2702fe11 Name": "Red paint", - "675467d8b784110b2702fe11 ShortName": "Red paint", - "675467d8b784110b2702fe11 Description": "For Red mains. If anyone manages to sneak into your Hideout, the blood on the walls won't be as noticeable.", - "675467e643b934b1a7089ad3 Name": "Factory walls", - "675467e643b934b1a7089ad3 ShortName": "Factory walls", - "675467e643b934b1a7089ad3 Description": "Who would actually think of decorating their Hideout in the style of an industrial factory? An ex-worker, obviously. Or someone with unusual tastes.", - "675467f4c6e063d76309c60d Name": "Modest wallpaper", - "675467f4c6e063d76309c60d ShortName": "Modest wallpaper", - "675467f4c6e063d76309c60d Description": "A surefire solution. Too bad this is the only wallpaper style you could find.", - "6754684a24c9a7ccb509d631 Name": "Rotten ceiling", - "6754684a24c9a7ccb509d631 ShortName": "Rotten ceiling", - "6754684a24c9a7ccb509d631 Description": "An untidy ceiling for those who don't care about the looks. It doesn't leak, and that's all that matters.", - "6754685b215930ae4c03ac56 Name": "Mysterious drawings", - "6754685b215930ae4c03ac56 ShortName": "Mysterious drawings", - "6754685b215930ae4c03ac56 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "675468937dadca6836092b2a Name": "White ceiling", - "675468937dadca6836092b2a ShortName": "White ceiling", - "675468937dadca6836092b2a Description": "Visually makes the room look larger. A good choice for those who like more air.", - "675468a924c9a7ccb509d633 Name": "Dropped ceiling", - "675468a924c9a7ccb509d633 ShortName": "Dropped ceiling", - "675468a924c9a7ccb509d633 Description": "A non-fake, original production drop ceiling, the good stuff. For those who are particularly sensitive, it may evoke memories of office life from the past.", - "675468bdb784110b2702fe13 Name": "Factory ceiling", - "675468bdb784110b2702fe13 ShortName": "Factory ceiling", - "675468bdb784110b2702fe13 Description": "Unmaintained, but sturdy ceiling. When you look at it, you feel a strange desire to visit Factory once more.", - "675468cb43b934b1a7089ad7 Name": "Gray ceiling", - "675468cb43b934b1a7089ad7 ShortName": "Gray ceiling", - "675468cb43b934b1a7089ad7 Description": "The simplest of ceiling finishes. All the seams are sealed, no stains. It's not very cozy, but it does its main function quite well.", - "675468d8c6e063d76309c60f Name": "Dirty ceiling", - "675468d8c6e063d76309c60f ShortName": "Dirty ceiling", - "675468d8c6e063d76309c60f Description": "Looks like someone tried to whitewash it, but something went wrong. Your grandma's basement must have had one just like it.", + "675466ea8b3797a0e8038bd2 Description": "Parquet classico. Legno e vernice, niente di più.", + "6754673ec6e063d76309c60b Name": "Sono già qui", + "6754673ec6e063d76309c60b ShortName": "Sono già qui", + "6754673ec6e063d76309c60b Description": "Se guardate abbastanza a lungo questi disegni, vi sembrerà che vi guardino a loro volta.", + "675467577dadca6836092b28 Name": "Calcestruzzo", + "675467577dadca6836092b28 ShortName": "Calcestruzzo", + "675467577dadca6836092b28 Description": "Pareti completamente a vista per gli amanti del brutalismo.", + "675467728b3797a0e8038bd4 Name": "Vernice blu", + "675467728b3797a0e8038bd4 ShortName": "Vernice blu", + "675467728b3797a0e8038bd4 Description": "Per le colonne portanti blu. Si ritiene che il blu sia un colore calmante per il sistema nervoso. Con pareti di questo tipo, si dovrebbe riuscire a dormire meglio. Anche una buona serratura alla porta aiuterebbe.", + "675467aa81067119a10938cb Name": "Mattoni", + "675467aa81067119a10938cb ShortName": "Mattoni", + "675467aa81067119a10938cb Description": "Per chi vuole trasformare il proprio rifugio in un loft alla moda. Esporre i mattoni e rimuovere gli strati di intonaco richiede un certo impegno. Speriamo che ne valga la pena.", + "675467bb5b7ebafefd0ebc2e Name": "Vernice arancione", + "675467bb5b7ebafefd0ebc2e ShortName": "Vernice arancione", + "675467bb5b7ebafefd0ebc2e Description": "Un colore divertente per elevare il vostro umore. O per impazzire completamente in modo allegro.", + "675467c924c9a7ccb509d62f Name": "Lusso tranquillo", + "675467c924c9a7ccb509d62f ShortName": "Lusso tranquillo", + "675467c924c9a7ccb509d62f Description": "Il lusso del silenzio. E del marmo.", + "675467d8b784110b2702fe11 Name": "Vernice rossa", + "675467d8b784110b2702fe11 ShortName": "Vernice rossa", + "675467d8b784110b2702fe11 Description": "Per le madri rosse. Se qualcuno riesce a intrufolarsi nel vostro nascondiglio, il sangue sulle pareti non sarà più così evidente.", + "675467e643b934b1a7089ad3 Name": "Pareti da fabbrica", + "675467e643b934b1a7089ad3 ShortName": "Pareti da fabbrica", + "675467e643b934b1a7089ad3 Description": "A chi verrebbe in mente di arredare il proprio rifugio nello stile di una fabbrica industriale? Un ex operaio, ovviamente. O qualcuno con gusti insoliti.", + "675467f4c6e063d76309c60d Name": "Carta da parati modesta", + "675467f4c6e063d76309c60d ShortName": "Carta da parati modesta", + "675467f4c6e063d76309c60d Description": "Una soluzione sicura. Peccato che questo sia l'unico stile di carta da parati che si possa trovare.", + "6754684a24c9a7ccb509d631 Name": "Soffitto marcio", + "6754684a24c9a7ccb509d631 ShortName": "Soffitto marcio", + "6754684a24c9a7ccb509d631 Description": "Un soffitto disordinato per chi non si preoccupa dell'aspetto. Non perde, e questo è ciò che conta.", + "6754685b215930ae4c03ac56 Name": "Disegni misteriosi", + "6754685b215930ae4c03ac56 ShortName": "Disegni misteriosi", + "6754685b215930ae4c03ac56 Description": "Chi, sano di mente, dipingerebbe qualcosa sul soffitto? State in guardia: non si sa cos'altro potrebbero inventarsi queste persone.", + "675468937dadca6836092b2a Name": "Soffitto bianco", + "675468937dadca6836092b2a ShortName": "Soffitto bianco", + "675468937dadca6836092b2a Description": "Fa sembrare visivamente più grande la stanza. Una buona scelta per chi ama l'aria aperta.", + "675468a924c9a7ccb509d633 Name": "Soffitto ribassato", + "675468a924c9a7ccb509d633 ShortName": "Soffitto ribassato", + "675468a924c9a7ccb509d633 Description": "Un controsoffitto non finto, di produzione originale, di quelli buoni. Per chi è particolarmente sensibile, può evocare ricordi di vita d'ufficio del passato.", + "675468bdb784110b2702fe13 Name": "Soffitto da fabbrica", + "675468bdb784110b2702fe13 ShortName": "Soffitto da fabbrica", + "675468bdb784110b2702fe13 Description": "Soffitto non manutenuto, ma robusto. Quando lo si guarda, si prova uno strano desiderio di visitare ancora una volta la Fabbrica.", + "675468cb43b934b1a7089ad7 Name": "Soffitto grigio", + "675468cb43b934b1a7089ad7 ShortName": "Soffitto grigio", + "675468cb43b934b1a7089ad7 Description": "La più semplice delle finiture per soffitti. Tutte le giunture sono sigillate, nessuna macchia. Non è molto accogliente, ma svolge egregiamente la sua funzione principale.", + "675468d8c6e063d76309c60f Name": "Soffitto sporco", + "675468d8c6e063d76309c60f ShortName": "Soffitto sporco", + "675468d8c6e063d76309c60f Description": "Sembra che qualcuno abbia cercato di imbiancarlo, ma qualcosa è andato storto. La cantina di tua nonna deve averne avuto uno uguale.", "675695d6e08b3ae7480096bf Name": "BEAR Ghost Marksman", "675695d6e08b3ae7480096bf ShortName": "", "675695d6e08b3ae7480096bf Description": "", @@ -14026,7 +14026,7 @@ "675696bb7a69ab97c30a09f6 Description": "Polo", "675697337a69ab97c30a09f8 Name": "BEAR Instructor", "675697337a69ab97c30a09f8 ShortName": "", - "675697337a69ab97c30a09f8 Description": "Combat pants", + "675697337a69ab97c30a09f8 Description": "Pantaloni da combattimento", "675697b09fe31e6df7031b26 Name": "USEC BOSS Delta", "675697b09fe31e6df7031b26 ShortName": "", "675697b09fe31e6df7031b26 Description": "", @@ -14038,47 +14038,47 @@ "675698339fe31e6df7031b28 Description": "", "675698eafb0f45813a055a36 Name": "USEC Special Ops", "675698eafb0f45813a055a36 ShortName": "", - "675698eafb0f45813a055a36 Description": "Longsleeve", + "675698eafb0f45813a055a36 Description": "Manica lunga", "6756997970afee6336051976 Name": "USEC Special Ops", "6756997970afee6336051976 ShortName": "", - "6756997970afee6336051976 Description": "Combat pants", + "6756997970afee6336051976 Description": "Pantaloni da combattimento", "6756d0d27c4045d8c708a4ea Name": "", "6756d0d27c4045d8c708a4ea ShortName": "", "6756d0d27c4045d8c708a4ea Description": "", "6756d0f97c4045d8c708a4ec Name": "", "6756d0f97c4045d8c708a4ec ShortName": "", "6756d0f97c4045d8c708a4ec Description": "", - "675843aef98f37560b029094 Name": "Sunshine", - "675843aef98f37560b029094 ShortName": "Sunshine", - "675843aef98f37560b029094 Description": "A charming ceiling for those who don't like the outdoors. Why leave the house when you can just paint the sun on the ceiling?", - "6758443ff94a97cbbe096f18 Name": "Standard floor", - "6758443ff94a97cbbe096f18 ShortName": "Standard floor", - "6758443ff94a97cbbe096f18 Description": "The floor that came with the Hideout. If it's cleaned up, it would look \"okay\".", - "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", - "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", - "675844580ec1f5ab030c8ff6 Description": "Something like this is used in kindergartens, apparently. Walking on this barefoot would feel great.", - "675844bdf94a97cbbe096f1a Name": "Standard walls", - "675844bdf94a97cbbe096f1a ShortName": "Standard walls", - "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", - "675844d50ec1f5ab030c8ff8 Name": "Kindergarten", - "675844d50ec1f5ab030c8ff8 ShortName": "Kindergarten", - "675844d50ec1f5ab030c8ff8 Description": "For those who wish to dive back into childhood. Each hare and butterfly are hand-painted. A real master's work.", + "675843aef98f37560b029094 Name": "Sole", + "675843aef98f37560b029094 ShortName": "Sole", + "675843aef98f37560b029094 Description": "Un soffitto affascinante per chi non ama l'aria aperta. Perché uscire di casa quando si può dipingere il sole sul soffitto?", + "6758443ff94a97cbbe096f18 Name": "Pavimento standard", + "6758443ff94a97cbbe096f18 ShortName": "Pavimento standard", + "6758443ff94a97cbbe096f18 Description": "Il pavimento fornito con il nascondiglio. Se viene ripulito, sembrerebbe \"ok\".", + "675844580ec1f5ab030c8ff6 Name": "Erba sintetica", + "675844580ec1f5ab030c8ff6 ShortName": "Erba sintetica", + "675844580ec1f5ab030c8ff6 Description": "Un pavimento progettato per poterci camminare a piedi nudi. Da lontanto sembra veramente erba reale.", + "675844bdf94a97cbbe096f1a Name": "Pareti standard", + "675844bdf94a97cbbe096f1a ShortName": "Pareti standard", + "675844bdf94a97cbbe096f1a Description": "Pareti di base per un cittadino di Tarkov. Ricorda un po' un vecchio ospedale sovietico.", + "675844d50ec1f5ab030c8ff8 Name": "Tranquility", + "675844d50ec1f5ab030c8ff8 ShortName": "Tranquility", + "675844d50ec1f5ab030c8ff8 Description": "Per quelli che desiderano avere pace e tranquillità. Ogni coniglio e farfalla sono disegnati a mano. Una vera opera d'arte.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", "675845ecb96fa6b76c075a39 Name": "", "675845ecb96fa6b76c075a39 ShortName": "", "675845ecb96fa6b76c075a39 Description": "", - "67584eda8b8204ec00019362 Name": "Random", + "67584eda8b8204ec00019362 Name": "Casuale", "67584eda8b8204ec00019362 ShortName": "", "67584eda8b8204ec00019362 Description": "", - "6758501933627edb710b058c Name": "Factory", + "6758501933627edb710b058c Name": "Fabbrica", "6758501933627edb710b058c ShortName": "", "6758501933627edb710b058c Description": "", - "675850678b8204ec0001936c Name": "Woods", + "675850678b8204ec0001936c Name": "Bosco", "675850678b8204ec0001936c ShortName": "", "675850678b8204ec0001936c Description": "", - "67585083ff58ff0e7909e440 Name": "The Lab", + "67585083ff58ff0e7909e440 Name": "Laboratorio", "67585083ff58ff0e7909e440 ShortName": "", "67585083ff58ff0e7909e440 Description": "", "675850ba33627edb710b0592 Name": "The Unheard", @@ -14086,49 +14086,49 @@ "675850ba33627edb710b0592 Description": "", "67585108def253bd97084552 Name": "/ CyberTark /", "67585108def253bd97084552 ShortName": "CyberTark", - "67585108def253bd97084552 Description": "The future is now. Or was it No Future?", - "67585bf5428877c04c038ee3 Name": "Bear target", - "67585bf5428877c04c038ee3 ShortName": "Bear target", - "67585bf5428877c04c038ee3 Description": "Know your enemy.", - "67585cf55ec257bf740a446f Name": "Hog target", - "67585cf55ec257bf740a446f ShortName": "Hog target", - "67585cf55ec257bf740a446f Description": "A target for real hunters. Making Jaeger proud.", - "67585d161840a37ff10ebdd1 Name": "Bottle target", - "67585d161840a37ff10ebdd1 ShortName": "Bottle target", - "67585d161840a37ff10ebdd1 Description": "Let's see what kind of a shot you are, pilgrim. Take a crack at this bottle.", - "67585d2cd7a2703986067e99 Name": "Colored target", - "67585d2cd7a2703986067e99 ShortName": "Colored target", - "67585d2cd7a2703986067e99 Description": "A contrast of sectors allows you to shoot more accurately.", - "67585d416c72998cf60ed85a Name": "Standard target", - "67585d416c72998cf60ed85a ShortName": "Standard target", - "67585d416c72998cf60ed85a Description": "A target for the most precise.", - "67585d6ab032beb9b5097e96 Name": "Duck target", - "67585d6ab032beb9b5097e96 ShortName": "Duck target", - "67585d6ab032beb9b5097e96 Description": "A target that brings some variety to shooting practice.", - "67586af7036d7f3da60c3612 Name": "Jar of pickles", - "67586af7036d7f3da60c3612 ShortName": "Pickles", - "67586af7036d7f3da60c3612 Description": "The jar has been sealed either a few months or a few years ago. There's hardly anyone left in the city who would waste time making fresh pickles.", - "67586b7e49c2fa592e0d8ed9 Name": "Olivier salad box", - "67586b7e49c2fa592e0d8ed9 ShortName": "Salad", - "67586b7e49c2fa592e0d8ed9 Description": "Even during a military conflict, experienced warriors strive to celebrate the holiday. Olivier salad is the mainstay of the New Year's Eve table.", - "67586bee39b1b82b0d0f9d06 Name": "Special 40-degree fuel", - "67586bee39b1b82b0d0f9d06 ShortName": "Fuel", - "67586bee39b1b82b0d0f9d06 Description": "Even gasoline can fail in extreme cold. That is why you have to use something stronger outdoors.", - "67586c61a0c49554ed0bb4a8 Name": "SHYSHKA Christmas tree life extender", + "67585108def253bd97084552 Description": "Il futuro è adesso. O forse era Nessun futuro?", + "67585bf5428877c04c038ee3 Name": "Bersaglio BEAR", + "67585bf5428877c04c038ee3 ShortName": "Bersaglio BEAR", + "67585bf5428877c04c038ee3 Description": "Conoscere il proprio nemico.", + "67585cf55ec257bf740a446f Name": "Bersaglio maiale", + "67585cf55ec257bf740a446f ShortName": "Bersaglio maiale", + "67585cf55ec257bf740a446f Description": "Un obiettivo per veri cacciatori. Rendendo Jaeger orgoglioso.", + "67585d161840a37ff10ebdd1 Name": "Bersaglio bottiglia", + "67585d161840a37ff10ebdd1 ShortName": "Bersaglio bottiglia", + "67585d161840a37ff10ebdd1 Description": "Vediamo che tipo di tiratore sei, pellegrino. Prova con questa bottiglia.", + "67585d2cd7a2703986067e99 Name": "Bersaglio colorato", + "67585d2cd7a2703986067e99 ShortName": "Bersaglio colorato", + "67585d2cd7a2703986067e99 Description": "Un contrasto di settori permette di sparare con maggiore precisione.", + "67585d416c72998cf60ed85a Name": "Bersaglio standard", + "67585d416c72998cf60ed85a ShortName": "Bersaglio standard", + "67585d416c72998cf60ed85a Description": "Un bersaglio per i più precisi.", + "67585d6ab032beb9b5097e96 Name": "Bersaglio anatra", + "67585d6ab032beb9b5097e96 ShortName": "Bersaglio anatra", + "67585d6ab032beb9b5097e96 Description": "Un bersaglio che offre una certa varietà alle esercitazioni di tiro.", + "67586af7036d7f3da60c3612 Name": "Barattolo di sottaceti", + "67586af7036d7f3da60c3612 ShortName": "Sottaceti", + "67586af7036d7f3da60c3612 Description": "Il barattolo è stato sigillato qualche mese o qualche anno fa. In città non c'è quasi più nessuno che perda tempo a fare sottaceti freschi.", + "67586b7e49c2fa592e0d8ed9 Name": "Insalatia Olivier", + "67586b7e49c2fa592e0d8ed9 ShortName": "Insalata", + "67586b7e49c2fa592e0d8ed9 Description": "Anche durante un conflitto militare, i guerrieri esperti si sforzano di celebrare la festa. L'insalata Olivier è il pilastro della tavola di Capodanno.", + "67586bee39b1b82b0d0f9d06 Name": "Carburante speciale a 40 gradi", + "67586bee39b1b82b0d0f9d06 ShortName": "Carburante", + "67586bee39b1b82b0d0f9d06 Description": "Persino la benzina può fallire in caso di freddo estremo. Per questo motivo è necessario utilizzare qualcosa di più resistente all'aperto.", + "67586c61a0c49554ed0bb4a8 Name": "SHYSHKA Albero di Natale estensore di vita", "67586c61a0c49554ed0bb4a8 ShortName": "SHYSHKA", - "67586c61a0c49554ed0bb4a8 Description": "A special product designed for preserving the cut Christmas trees.", - "675956062f6ddfe8ff0e2806 Name": "MTEK FLUX Ballistic helmet (MultiCam Alpine)", + "67586c61a0c49554ed0bb4a8 Description": "Un prodotto speciale studiato per la conservazione degli alberi di Natale tagliati.", + "675956062f6ddfe8ff0e2806 Name": "Casco balistico MTEK FLUX (MultiCam Alpine)", "675956062f6ddfe8ff0e2806 ShortName": "FLUX", - "675956062f6ddfe8ff0e2806 Description": "A version of the MTEK STRIKE helmet with extended modularity. MultiCam Alpine version.", - "6759655674aa5e0825040d62 Name": "MTEK FLUX Ballistic helmet (Olive Drab)", + "675956062f6ddfe8ff0e2806 Description": "Versione del casco MTEK STRIKE con modularità estesa. Versione MultiCam Alpine.", + "6759655674aa5e0825040d62 Name": "Casco balistico MTEK FLUX (Olive Drab)", "6759655674aa5e0825040d62 ShortName": "FLUX", - "6759655674aa5e0825040d62 Description": "A version of the MTEK STRIKE helmet with extended modularity. Olive Drab version.", - "67597ceea35600b4c10cea86 Name": "MTEK STRIKE Ballistic helmet (Coyote)", + "6759655674aa5e0825040d62 Description": "Versione del casco MTEK STRIKE con modularità estesa. Versione Olive Drab.", + "67597ceea35600b4c10cea86 Name": "Casco balistico MTEK STRIKE (Coyote)", "67597ceea35600b4c10cea86 ShortName": "STRIKE", - "67597ceea35600b4c10cea86 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote version.", - "67597d241d5a44f2f605df06 Name": "MTEK STRIKE Ballistic helmet (Coyote/MultiCam Arid)", + "67597ceea35600b4c10cea86 Description": "Casco leggero ed ergonomico prodotto dalla MTEK. Versione coyote.", + "67597d241d5a44f2f605df06 Name": "Casco balistico MTEK STRIKE (Coyote/MultiCam Arid)", "67597d241d5a44f2f605df06 ShortName": "STRIKE", - "67597d241d5a44f2f605df06 Description": "A lightweight ergonomic helmet manufactured by MTEK. Coyote/MultiCam Arid version.", + "67597d241d5a44f2f605df06 Description": "Casco leggero ed ergonomico prodotto dalla MTEK. Versione Coyote/MultiCam Arid.", "675994c9f7adb892bd080766 Name": "bear_lower_spna", "675994c9f7adb892bd080766 ShortName": "", "675994c9f7adb892bd080766 Description": "", @@ -14137,166 +14137,166 @@ "67599500a378f89a3e089b56 Description": "", "67599889a378f89a3e089b5a Name": "BEAR Winter", "67599889a378f89a3e089b5a ShortName": "", - "67599889a378f89a3e089b5a Description": "Tactical pants", + "67599889a378f89a3e089b5a Description": "Pantaloni tattici", "675998aba378f89a3e089b5c Name": "BEAR Winter", "675998aba378f89a3e089b5c ShortName": "", - "675998aba378f89a3e089b5c Description": "Tactical jacket", - "6759af0f9c8a538dd70bfae6 Name": "Maska-1SCh bulletproof helmet (Christmas Edition)", + "675998aba378f89a3e089b5c Description": "Giacca tattica", + "6759af0f9c8a538dd70bfae6 Name": "Casco antiproiettile Maska-1SCh (Edizione natalizia)", "6759af0f9c8a538dd70bfae6 ShortName": "Maska-1SCh CE", - "6759af0f9c8a538dd70bfae6 Description": "The Maska-1 bulletproof protective helmet appeared in service in 1991 as a replacement for the \"Sphere\" helmet, designed for use by the Ministry of Internal Affairs of the Russian Federation armed forces. The Maska-1SCh (\"Mask-1 Shield\") modification features a bulletproof steel faceshield to ensure maximum protection of the user's face. Looks like Killa loves to celebrate Christmas and New Year.", - "6759bb94b8913ff13e049669 Name": "What You Seek poster", + "6759af0f9c8a538dd70bfae6 Description": "L'elmetto protettivo antiproiettile Maska-1 è entrato in servizio nel 1991 in sostituzione dell'elmetto \"Sphere\", progettato per l'uso da parte del Ministero degli Affari Interni delle forze armate della Federazione Russa. La modifica Maska-1SCh (\"Mask-1 Shield\") è dotata di uno schermo facciale in acciaio antiproiettile per garantire la massima protezione del viso dell'utente. Sembra che Killa ami festeggiare il Natale e il Capodanno.", + "6759bb94b8913ff13e049669 Name": "Poster What You Seek", "6759bb94b8913ff13e049669 ShortName": "Poster", - "6759bb94b8913ff13e049669 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "6759e07e4ff23436160d7fed Name": "I Bear Loot poster", + "6759bb94b8913ff13e049669 Description": "Un raro poster di What You Seek. Solo gli operatori USEC più accaniti possono ottenerlo.", + "6759e07e4ff23436160d7fed Name": "Poster I Bear Loot", "6759e07e4ff23436160d7fed ShortName": "Poster", - "6759e07e4ff23436160d7fed Description": "A rare I Bear Loot poster. Very few BEAR operators can get one of these.", - "6759e19a8367ee2b0c0f4b92 Name": "Girl poster", + "6759e07e4ff23436160d7fed Description": "Un raro poster I Bear Loot. Pochissimi operatori BEAR possono ottenere uno di questi.", + "6759e19a8367ee2b0c0f4b92 Name": "Poster ragazza", "6759e19a8367ee2b0c0f4b92 ShortName": "Poster", - "6759e19a8367ee2b0c0f4b92 Description": "A simple poster of a girl. Perfect for a rest area.", - "6759e61067c8eb5cd10352f1 Name": "Girl poster", + "6759e19a8367ee2b0c0f4b92 Description": "Un semplice poster di una ragazza. Perfetto per un'area di sosta.", + "6759e61067c8eb5cd10352f1 Name": "Poster ragazza", "6759e61067c8eb5cd10352f1 ShortName": "Poster", - "6759e61067c8eb5cd10352f1 Description": "A simple poster of a girl. A little weathered in some spots, but still pleasing to the eye.", - "6759e6c39422e1708e0e9b81 Name": "Girl poster", + "6759e61067c8eb5cd10352f1 Description": "Un semplice poster di una ragazza. Un po' invecchiato in alcuni punti, ma comunque gradevole alla vista.", + "6759e6c39422e1708e0e9b81 Name": "Poster ragazza", "6759e6c39422e1708e0e9b81 ShortName": "Poster", - "6759e6c39422e1708e0e9b81 Description": "A simple poster of a girl. So simple that every man in Tarkov had probably seen it at least once.", - "6759e7a44ff23436160d7ff5 Name": "Girl poster", + "6759e6c39422e1708e0e9b81 Description": "Un semplice poster di una ragazza. Così semplice che probabilmente ogni uomo di Tarkov lo aveva visto almeno una volta.", + "6759e7a44ff23436160d7ff5 Name": "Poster ragazza", "6759e7a44ff23436160d7ff5 ShortName": "Poster", - "6759e7a44ff23436160d7ff5 Description": "A simple poster of a girl. Not perfect condition, but it's doubtful you could find a better one.", - "6759e8b1c3102563bd01c985 Name": "Girl poster", + "6759e7a44ff23436160d7ff5 Description": "Un semplice poster di una ragazza. Non è in perfette condizioni, ma è difficile trovarne uno migliore.", + "6759e8b1c3102563bd01c985 Name": "Poster ragazza", "6759e8b1c3102563bd01c985 ShortName": "Poster", - "6759e8b1c3102563bd01c985 Description": "A rare poster of a girl. It is said that someone pawned five gold teeth for one of these. Who they used to belong to is not stated.", - "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", + "6759e8b1c3102563bd01c985 Description": "Un raro poster di ragazza. Si dice che qualcuno abbia impegnato cinque denti d'oro per uno di questi. Non si sa a chi appartenessero.", + "6759e91d8367ee2b0c0f4b94 Name": "Poster ragazza speciale", "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", - "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", - "675a0288c3102563bd01c9c3 Name": "Bison vs Undertaker poster", + "6759e91d8367ee2b0c0f4b94 Description": "Un poster che è diventato davvero leggendario. Solo poche persone ne possiedono uno.", + "675a0288c3102563bd01c9c3 Name": "Poster dell'Arena", "675a0288c3102563bd01c9c3 ShortName": "Poster", - "675a0288c3102563bd01c9c3 Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", - "675a046b8f547d6cae01922e Name": "Arena poster", + "675a0288c3102563bd01c9c3 Description": "Una palese pubblicità per fare soldi nell'Arena. Molti cittadini di Tarkov si sono lasciati tentare dal denaro facile, pur sapendo di rischiare la vita.", + "675a046b8f547d6cae01922e Name": "Poster di Bison contro Undertaker", "675a046b8f547d6cae01922e ShortName": "Poster", - "675a046b8f547d6cae01922e Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", - "675a04c01474133a0d0bb212 Name": "Arena poster", + "675a046b8f547d6cae01922e Description": "Una locandina dell'Arena. Raffigura i leggendari gladiatori dell'epoca. Gli Scav che venivano a vederli combattere erano così tanti che non c'erano abbastanza posti a sedere sugli spalti. Oggi nessuno ricorda più chi vinse al tempo.", + "675a04c01474133a0d0bb212 Name": "Poster dell'Arena", "675a04c01474133a0d0bb212 ShortName": "Poster", - "675a04c01474133a0d0bb212 Description": "A poster advertising making money in the Arena. Sure, you can make money, but you can also die.", - "675a04fdb8913ff13e0496bb Name": "Killa and Tagilla poster", + "675a04c01474133a0d0bb212 Description": "Un poster che pubblicizza la possibilità di fare soldi nell'Arena. Certo, si possono fare soldi, ma si può anche morire.", + "675a04fdb8913ff13e0496bb Name": "Poster Killa and Tagilla", "675a04fdb8913ff13e0496bb ShortName": "Poster", - "675a04fdb8913ff13e0496bb Description": "A poster with Killa and Tagila as anime girls. If only they were real.", - "675a06b84ff23436160d802f Name": "Alex Green poster", + "675a04fdb8913ff13e0496bb Description": "Un poster con Killa e Tagila come ragazze anime. Se solo fossero reali.", + "675a06b84ff23436160d802f Name": "Poster di Alex Green", "675a06b84ff23436160d802f ShortName": "Poster", - "675a06b84ff23436160d802f Description": "A poster of the avant-garde composer Alex Green. His music is multifaceted and unique, so much so that the world's leading media wrote about him. People used to pay huge sums of money to visit his concerts.", - "675a081c1474133a0d0bb214 Name": "Things Sure Are Strange poster", + "675a06b84ff23436160d802f Description": "Un poster del compositore d'avanguardia Alex Green. La sua musica è poliedrica e unica, tanto che i principali media del mondo hanno scritto di lui. La gente era solita pagare ingenti somme di denaro per assistere ai suoi concerti.", + "675a081c1474133a0d0bb214 Name": "Poster di Things Sure Are Strange", "675a081c1474133a0d0bb214 ShortName": "Poster", - "675a081c1474133a0d0bb214 Description": "A rare poster of the movie which was never released. Director N. Tankovsky said in an interview that the story would be about a young security guard who began to notice mystical strange things going on in Tarkov.", - "675a0a91af26c56ee1090728 Name": "TerraGroup Labs advertisement", + "675a081c1474133a0d0bb214 Description": "Un raro poster del film che non è mai stato distribuito. Il regista N. Tankovsky ha dichiarato in un'intervista che la storia sarebbe stata incentrata su una giovane guardia di sicurezza che inizia a notare stranezze mistiche a Tarkov.", + "675a0a91af26c56ee1090728 Name": "Pubblicità di TerraGroup Labs", "675a0a91af26c56ee1090728 ShortName": "Poster", - "675a0a91af26c56ee1090728 Description": "At one point, the whole Tarkov was flooded with advertisements like this. But for some reason this particular poster is subtly different.", - "675a0b8d4ff23436160d8031 Name": "Geneburn concert advertisement", + "675a0a91af26c56ee1090728 Description": "A un certo punto, l'intero Tarkov fu inondato di pubblicità come questa. Ma per qualche motivo questo particolare poster è sottilmente diverso.", + "675a0b8d4ff23436160d8031 Name": "Pubblicità del concerto di Geneburn", "675a0b8d4ff23436160d8031 ShortName": "Poster", - "675a0b8d4ff23436160d8031 Description": "A rare poster. The concert was held overseas. Why were these posters put up all over Tarkov? No one knows to this day, but conspiracy theories are rampant.", - "675a0d2d57dd12f0260c4a31 Name": "Exodus poster", + "675a0b8d4ff23436160d8031 Description": "Un poster raro. Il concerto si è tenuto all'estero. Perché questi manifesti sono stati affissi in tutta Tarkov? Nessuno lo sa ancora oggi, ma le teorie cospirazioniste dilagano.", + "675a0d2d57dd12f0260c4a31 Name": "Poster di Exodus", "675a0d2d57dd12f0260c4a31 ShortName": "Poster", - "675a0d2d57dd12f0260c4a31 Description": "A regular poster of yet another movie from the director A. Bambetov.", - "675a0eacf905bde03d0f8253 Name": "Den of Wolves poster", + "675a0d2d57dd12f0260c4a31 Description": "Un normale poster dell'ennesimo film del regista A. Bambetov.", + "675a0eacf905bde03d0f8253 Name": "Poster di Den of Wolves", "675a0eacf905bde03d0f8253 ShortName": "Poster", - "675a0eacf905bde03d0f8253 Description": "A regular poster for the unreleased movie Den of Wolves. Nothing special, just a wolf.", - "675a0fbbb98bf391510bafcd Name": "Highway poster", + "675a0eacf905bde03d0f8253 Description": "Un normale poster per il film inedito Den of Wolves. Niente di speciale, solo un lupo.", + "675a0fbbb98bf391510bafcd Name": "Poster autostradale", "675a0fbbb98bf391510bafcd ShortName": "Poster", - "675a0fbbb98bf391510bafcd Description": "An unknown artist tried to envision what a highway will look like in 2028. What is it: a flight of fancy or a subtle warning?", - "675a125caf26c56ee109072a Name": "Hell of Highwater poster", + "675a0fbbb98bf391510bafcd Description": "Un artista sconosciuto ha provato a immaginare come sarà un'autostrada nel 2028. Che cos'è: un volo di fantasia o un sottile avvertimento?", + "675a125caf26c56ee109072a Name": "Poster di Hell of Highwater", "675a125caf26c56ee109072a ShortName": "Poster", - "675a125caf26c56ee109072a Description": "A poster for the movie Hell of Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", - "675a191f67c8eb5cd1035305 Name": "Gunfight poster", + "675a125caf26c56ee109072a Description": "Una locandina del film Hell of Highwater. I grandi schermi non l'hanno mai proiettato, ma a Tarkov sono rimasti abbastanza locandine da essere usate come decorazione.", + "675a191f67c8eb5cd1035305 Name": "Poster della sparatoria", "675a191f67c8eb5cd1035305 ShortName": "Poster", - "675a191f67c8eb5cd1035305 Description": "A poster for the action thriller Gunfight from the studio Battle Star. Years ago, cinemas used to have massive waiting lines for movie. Now all that's left are the posters. It's a nice reminder of the old days.", - "675a1a244ff23436160d8033 Name": "Last Flight poster", + "675a191f67c8eb5cd1035305 Description": "Un poster per il thriller d'azione Gunfight dello studio Battle Star. Anni fa, i cinema avevano file d'attesa enormi per i film. Ora sono rimaste solo le locandine. È un bel ricordo dei vecchi tempi.", + "675a1a244ff23436160d8033 Name": "Poster dell'ultimo volo", "675a1a244ff23436160d8033 ShortName": "Poster", - "675a1a244ff23436160d8033 Description": "The thriller Last Flight did not win any awards, but the box office collected a decent amount of cash. The director of the movie, Yulin Kontorsky, must have been overjoyed.", - "675a1af21474133a0d0bb216 Name": "Spooky Movie poster", + "675a1a244ff23436160d8033 Description": "Il thriller Last Flight non ha vinto alcun premio, ma al botteghino ha incassato una discreta quantità di denaro. Il regista del film, Yulin Kontorsky, deve essere stato felicissimo.", + "675a1af21474133a0d0bb216 Name": "Poster cinematografico spettrale", "675a1af21474133a0d0bb216 ShortName": "Poster", - "675a1af21474133a0d0bb216 Description": "The studio Bubble Step did a pretty good job on their debut horror film Spooky Movie. Too bad they didn't have enough imagination for the title.", - "675a1c129422e1708e0e9baa Name": "Vasily poster", + "675a1af21474133a0d0bb216 Description": "Lo studio Bubble Step ha fatto un buon lavoro con il suo film horror d'esordio, Spooky Movie. Peccato che non abbiano avuto abbastanza fantasia per il titolo.", + "675a1c129422e1708e0e9baa Name": "Poster di Vasily", "675a1c129422e1708e0e9baa ShortName": "Poster", - "675a1c129422e1708e0e9baa Description": "The movie Vasily from the legendary director Nikita Bayanov. It held the box office lead for 28 weeks, owing in no small part to its deep and unusual plot.", - "675a1e502eac6c76e104ea1e Name": "RUN poster", + "675a1c129422e1708e0e9baa Description": "Il film Vasily del leggendario regista Nikita Bayanov. Ha mantenuto il primato al botteghino per 28 settimane, grazie soprattutto alla sua trama profonda e insolita.", + "675a1e502eac6c76e104ea1e Name": "Poster RUN", "675a1e502eac6c76e104ea1e ShortName": "Poster", - "675a1e502eac6c76e104ea1e Description": "The poster is not wordy, but straightforward. It'll look great at the front door. Or the exit door?", - "675a1f5c1474133a0d0bb218 Name": "Sharpshooter poster", + "675a1e502eac6c76e104ea1e Description": "Il manifesto non è prolisso, ma semplice. Sarà perfetto per la porta d'ingresso. O sulla porta d'uscita?", + "675a1f5c1474133a0d0bb218 Name": "Poster del tiratore scelto", "675a1f5c1474133a0d0bb218 ShortName": "Poster", - "675a1f5c1474133a0d0bb218 Description": "The movie Sharpshooter never came out. A real shame. The poster's kinda stylish.", - "675a202b6aaafea7210915fd Name": "The Ambush poster", + "675a1f5c1474133a0d0bb218 Description": "Il film Sharpshooter non è mai uscito. Un vero peccato. Il poster è piuttosto elegante.", + "675a202b6aaafea7210915fd Name": "Il poster dell'imboscata", "675a202b6aaafea7210915fd ShortName": "Poster", - "675a202b6aaafea7210915fd Description": "A poster of the movie The Ambush. Although, in the end, the audience didn't see anything other than posters.", - "675a20c83fb2de89670113b4 Name": "The Hunted poster", + "675a202b6aaafea7210915fd Description": "Un poster del film L'agguato. Anche se, alla fine, il pubblico non ha visto altro che manifesti.", + "675a20c83fb2de89670113b4 Name": "Il poster di The Hunted", "675a20c83fb2de89670113b4 ShortName": "Poster", - "675a20c83fb2de89670113b4 Description": "A poster for the unreleased movie The Hunted. Something about this style reminds of... A sequel to another unreleased project?", - "675a213ff905bde03d0f8255 Name": "USEC poster", + "675a20c83fb2de89670113b4 Description": "Un poster per il film inedito The Hunted. Qualcosa in questo stile ricorda... Un sequel di un altro progetto inedito?", + "675a213ff905bde03d0f8255 Name": "Poster USEC", "675a213ff905bde03d0f8255 ShortName": "Poster", - "675a213ff905bde03d0f8255 Description": "A poster of the unreleased movie USEC. It seems that this is how they wanted to fill the ranks of PMC operatives.", - "675a99c17b193086ca09e8a9 Name": "Sports target", - "675a99c17b193086ca09e8a9 ShortName": "Sports target", - "675a99c17b193086ca09e8a9 Description": "Just an ordinary target, nothing special.", - "675aaa003107dac10006332f Name": "Minefield map (Reserve)", - "675aaa003107dac10006332f ShortName": "Mines", - "675aaa003107dac10006332f Description": "Someone had sketched a hand-drawn diagram of the perimeter of the Federal Reserve military base in its northwestern part. According to the notes, there is a gap in the minefield that could be used for a safe exfil.", - "675aaa8f7f3c962069072b27 Name": "Minefield map (Lighthouse)", - "675aaa8f7f3c962069072b27 ShortName": "Mines", - "675aaa8f7f3c962069072b27 Description": "Someone was preparing to assault the water treatment plant and had marked out the optimal routes to bypass the minefields. One of the routes goes toward the bay. Looks like there's a safe exfil route from the coast.", - "675aaa9a3107dac100063331 Name": "Minefield map (Woods)", - "675aaa9a3107dac100063331 ShortName": "Mines", - "675aaa9a3107dac100063331 Description": "Someone has hand-drawn a diagram of the minefield next to the railroad in the nature reserve area. Apparently, you can safely exfil from Priozersk near the railroad bridge.", - "675aaab74bca0b001d02f356 Name": "Note with code word Voron", - "675aaab74bca0b001d02f356 ShortName": "Code", - "675aaab74bca0b001d02f356 Description": "It seems that \"Voron\" is some kind of cipher or code. If someone has manipulated the exfils from Customs, they must have left access only for their own. The question is, where are these exits?", - "675aaae1dcf102478202c537 Name": "Note with code word Onyx", - "675aaae1dcf102478202c537 ShortName": "Code", - "675aaae1dcf102478202c537 Description": "“Onyx”. If it's not a random scribble, then it's some kind of code. Perhaps one of the Scavs has found a new exfil route out of the city, but only allows access to their own. In a densely built environment, a reliable escape route must be underground.", - "675aaae75a3ab8372d0b02a7 Name": "Note with code word Adaptation", - "675aaae75a3ab8372d0b02a7 ShortName": "Code", - "675aaae75a3ab8372d0b02a7 Description": "There's only one word on the note: “Adaptation”. Looks like a code word. If someone found a new exfil route out of the TerraGroup HQ area, they must have placed their men nearby to keep anyone from the outside from getting to the new exit. In that case, the code would help distinguish friend from foe.", - "675aaaf674a7619a5304c233 Name": "Note with code word Ark", - "675aaaf674a7619a5304c233 ShortName": "Code", - "675aaaf674a7619a5304c233 Description": "The word “Ark” hardly needs to be taken literally. It's more like a code word. There are quite a few locked doors under the Polikhim Factory, leading deeper into the catacombs. Perhaps someone will open the door for you if you know the code word.", - "675aab0d6b6addc02a08f097 Name": "Note with code word Heartbeat", - "675aab0d6b6addc02a08f097 ShortName": "Code", - "675aab0d6b6addc02a08f097 Description": "Someone wrote the word “Heartbeat” on a torn piece of paper. Sounds like one of Sanitar's weird pranks. Or perhaps a code word? If his men have their own exfil routes off Shoreline, they must be using a system of key phrases or signals. Maybe this note will make you look like one of their own.", - "675aadf3003bb2e826030996 Name": "Elf hat", - "675aadf3003bb2e826030996 ShortName": "Elf", - "675aadf3003bb2e826030996 Description": "Usually these hats ring loudly with each head movement. Looks like someone got all the bells out of it beforehand.", - "675aae1c26dc64e17800fee6 Name": "Hat with horns", - "675aae1c26dc64e17800fee6 ShortName": "Horns", - "675aae1c26dc64e17800fee6 Description": "A Christmas hat with horns. It won't protect you from gunshots, but it can distract your opponent for a split second. Sometimes that's all that matters.", + "675a213ff905bde03d0f8255 Description": "Un poster del film inedito USEC. Sembra che questo sia il modo in cui volevano riempire i ranghi degli agenti della PMC.", + "675a99c17b193086ca09e8a9 Name": "Bersaglio sportivo", + "675a99c17b193086ca09e8a9 ShortName": "Bersaglio sportivo", + "675a99c17b193086ca09e8a9 Description": "Un bersaglio ordinario, niente di speciale.", + "675aaa003107dac10006332f Name": "Mappa del campo minato (Reserve)", + "675aaa003107dac10006332f ShortName": "Mine", + "675aaa003107dac10006332f Description": "Qualcuno aveva tracciato un diagramma disegnato a mano del perimetro della base militare della Federal Reserve nella sua parte nord-occidentale. Secondo gli appunti, c'è un varco nel campo minato che potrebbe essere usato per un'uscita sicura.", + "675aaa8f7f3c962069072b27 Name": "Mappa del campo minato (Lighthouse)", + "675aaa8f7f3c962069072b27 ShortName": "Mine", + "675aaa8f7f3c962069072b27 Description": "Qualcuno si stava preparando ad assaltare l'impianto di trattamento delle acque e aveva tracciato i percorsi ottimali per aggirare i campi minati. Uno dei percorsi va verso la baia. Sembra che ci sia una via di fuga sicura dalla costa.", + "675aaa9a3107dac100063331 Name": "Mappa del campo minato (Woods)", + "675aaa9a3107dac100063331 ShortName": "Mine", + "675aaa9a3107dac100063331 Description": "Qualcuno ha disegnato a mano un diagramma del campo minato vicino alla ferrovia nell'area della riserva naturale. A quanto pare, si può uscire in sicurezza da Priozersk vicino al ponte della ferrovia.", + "675aaab74bca0b001d02f356 Name": "Nota con parola in codice Voron", + "675aaab74bca0b001d02f356 ShortName": "Codice", + "675aaab74bca0b001d02f356 Description": "Sembra che \"Voron\" sia una sorta di cifrario o codice. Se qualcuno ha manipolato le uscite dalla Dogana, deve aver lasciato l'accesso solo ai propri. La domanda è: dove sono queste uscite?", + "675aaae1dcf102478202c537 Name": "Nota con parola in codice Onyx", + "675aaae1dcf102478202c537 ShortName": "Codice", + "675aaae1dcf102478202c537 Description": "\"Onyx\". Se non è uno scarabocchio casuale, allora è una specie di codice. Forse uno degli Scav ha trovato una nuova via di fuga dalla città, ma consente l'accesso solo alla propria. In un ambiente densamente costruito, una via di fuga affidabile deve essere sotterranea.", + "675aaae75a3ab8372d0b02a7 Name": "Nota con parola in codice Adattamento", + "675aaae75a3ab8372d0b02a7 ShortName": "Codice", + "675aaae75a3ab8372d0b02a7 Description": "Sul biglietto c'è solo una parola: \"Adattamento\". Sembra una parola in codice. Se qualcuno ha trovato una nuova via di fuga dall'area del quartier generale del TerraGroup, deve aver piazzato i suoi uomini nelle vicinanze per impedire a chiunque dall'esterno di raggiungere la nuova uscita. In questo caso, il codice aiuterebbe a distinguere gli amici dai nemici.", + "675aaaf674a7619a5304c233 Name": "Nota con parola in codice Ark", + "675aaaf674a7619a5304c233 ShortName": "Codice", + "675aaaf674a7619a5304c233 Description": "La parola \"Arca\" non deve essere presa alla lettera. È più una parola in codice. Sotto la fabbrica di Polikhim ci sono diverse porte chiuse a chiave che conducono in profondità nelle catacombe. Forse qualcuno vi aprirà la porta se conoscete la parola in codice.", + "675aab0d6b6addc02a08f097 Name": "Nota con parola chiave Heartbeat", + "675aab0d6b6addc02a08f097 ShortName": "Codice", + "675aab0d6b6addc02a08f097 Description": "Qualcuno ha scritto la parola \"Heartbeat\" su un pezzo di carta strappato. Sembra uno degli strani scherzi di Sanitar. O forse una parola in codice? Se i suoi uomini hanno i loro percorsi di esfiltrazione da Shoreline, devono usare un sistema di frasi o segnali chiave. Forse questo biglietto vi farà sembrare uno di loro.", + "675aadf3003bb2e826030996 Name": "Cappello da elfo", + "675aadf3003bb2e826030996 ShortName": "Elfo", + "675aadf3003bb2e826030996 Description": "Di solito questi cappelli suonano forte a ogni movimento della testa. Sembra che qualcuno abbia tolto tutte le campane in precedenza.", + "675aae1c26dc64e17800fee6 Name": "Cappello con corna", + "675aae1c26dc64e17800fee6 ShortName": "Corna", + "675aae1c26dc64e17800fee6 Description": "Un cappello natalizio con le corna. Non vi proteggerà dai colpi di pistola, ma può distrarre l'avversario per una frazione di secondo. A volte è l'unica cosa che conta.", "675ac3957908e416a20861e6 Name": "Sariev", "675ac3957908e416a20861e6 ShortName": "Sariev", "675ac3957908e416a20861e6 Description": "Sariev", - "675ac888803644528007b3f6 Name": "Balaclava (White)", - "675ac888803644528007b3f6 ShortName": "Balaclava", - "675ac888803644528007b3f6 Description": "In normal conditions, this balaclava would be too visible. But in winter it becomes essential, especially in rough terrain.", - "675dc9d37ae1a8792107ca96 Name": "Dogtag BEAR", + "675ac888803644528007b3f6 Name": "Balaclava (Bianco)", + "675ac888803644528007b3f6 ShortName": "Passamontagna", + "675ac888803644528007b3f6 Description": "In condizioni normali, questo passamontagna sarebbe troppo visibile. Ma in inverno diventa indispensabile, soprattutto su terreni accidentati.", + "675dc9d37ae1a8792107ca96 Name": "Piastrina BEAR", "675dc9d37ae1a8792107ca96 ShortName": "BEAR", - "675dc9d37ae1a8792107ca96 Description": "A special army dogtag with rubber sides serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the PMC operative's status.", - "675dcb0545b1a2d108011b2b Name": "Dogtag BEAR", + "675dc9d37ae1a8792107ca96 Description": "Una speciale piastrina dell'esercito con lati in gomma che serve a identificare rapidamente i feriti e i deceduti in combattimento. Un indicatore dello status dell'agente PMC.", + "675dcb0545b1a2d108011b2b Name": "Piastrina BEAR", "675dcb0545b1a2d108011b2b ShortName": "BEAR", - "675dcb0545b1a2d108011b2b Description": "A special stainless steel army dogtag serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", - "675dcfea7ae1a8792107ca99 Name": "Dogtag (Prestige 2)", - "675dcfea7ae1a8792107ca99 ShortName": "Dogtag", - "675dcfea7ae1a8792107ca99 Description": "A special stainless steel dogtag, serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", - "675ea3d6312c0a5c4e04e317 Name": "RSP-30 reactive signal cartridge (Firework)", - "675ea3d6312c0a5c4e04e317 ShortName": "Firework", - "675ea3d6312c0a5c4e04e317 Description": "RSP-30 is a reactive signal cartridge for commanding and maintaining squad interaction. Multi-star rocket cartridges are used as flares.", - "675ea4891b2579e8fe0250aa Name": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa ShortName": "Signal flare (New Year)", - "675ea4891b2579e8fe0250aa Description": "Signal flare (New Year)", - "675f7acc4076a741a3061566 Name": "TerraGroup shipment report", - "675f7acc4076a741a3061566 ShortName": "Documents", - "675f7acc4076a741a3061566 Description": "A stack of documents with data on TerraGroup shipments. Contains reports on completed and planned shipments.", - "675f7b168d28a25ec7007dbb Name": "Delivery crew report", - "675f7b168d28a25ec7007dbb ShortName": "Report", - "675f7b168d28a25ec7007dbb Description": "It looks like this journal was used by the entire loading crew to mark all the loads that had already been completed. How could the foreman make any sense of this handwriting?", - "675f7f224076a741a3061568 Name": "Skier's wallet", - "675f7f224076a741a3061568 ShortName": "Wallet", - "675f7f224076a741a3061568 Description": "It's hard to believe this wallet is anything special to Skier. It's just an old, shabby wallet. How has it not disintegrated yet?", - "675f80d4fe1b59cf490d3527 Name": "Box with upgraded tools", - "675f80d4fe1b59cf490d3527 ShortName": "Upgraded tools", - "675f80d4fe1b59cf490d3527 Description": "The box is sealed, but judging by the sounds inside, it contains the tools Mechanic was looking for.", + "675dcb0545b1a2d108011b2b Description": "Una speciale piastrina militare in acciaio inossidabile che serve a identificare rapidamente i feriti e i deceduti in combattimento. Disponibile solo per gli operatori PMC più esperti.", + "675dcfea7ae1a8792107ca99 Name": "Piastrina (Prestigio 2)", + "675dcfea7ae1a8792107ca99 ShortName": "Piastrina", + "675dcfea7ae1a8792107ca99 Description": "Una speciale piastrina in acciaio inossidabile che serve a identificare rapidamente i feriti e i deceduti in combattimento. Disponibile solo per gli operatori PMC più esperti.", + "675ea3d6312c0a5c4e04e317 Name": "Cartuccia a segnale reattivo RSP-30 (Fuoco d'artificio)", + "675ea3d6312c0a5c4e04e317 ShortName": "Fuoco d'artificio", + "675ea3d6312c0a5c4e04e317 Description": "L'RSP-30 è una cartuccia di segnalazione reattiva per comandare e mantenere l'interazione tra le squadre. Le cartucce a razzo multi-star sono utilizzate come razzi.", + "675ea4891b2579e8fe0250aa Name": "Segnale luminoso (Capodanno)", + "675ea4891b2579e8fe0250aa ShortName": "Segnale luminoso (Capodanno)", + "675ea4891b2579e8fe0250aa Description": "Segnale luminoso (Capodanno)", + "675f7acc4076a741a3061566 Name": "Rapporto sulle spedizioni di TerraGroup", + "675f7acc4076a741a3061566 ShortName": "Documenti", + "675f7acc4076a741a3061566 Description": "Una pila di documenti con dati sulle spedizioni di TerraGroup. Contiene rapporti sulle spedizioni completate e pianificate.", + "675f7b168d28a25ec7007dbb Name": "Rapporto dell'equipaggio di consegna", + "675f7b168d28a25ec7007dbb ShortName": "Rapporto", + "675f7b168d28a25ec7007dbb Description": "Sembra che questo diario sia stato usato da tutta la squadra di carico per segnare tutti i carichi che erano già stati completati. Come poteva il caposquadra dare un senso a questa calligrafia?", + "675f7f224076a741a3061568 Name": "Portafoglio di Skier", + "675f7f224076a741a3061568 ShortName": "Portafoglio", + "675f7f224076a741a3061568 Description": "È difficile credere che questo portafoglio sia qualcosa di speciale per Skier. È solo un vecchio portafoglio malandato. Come mai non si è ancora disintegrato?", + "675f80d4fe1b59cf490d3527 Name": "Scatola con strumenti aggiornati", + "675f80d4fe1b59cf490d3527 ShortName": "Strumenti aggiornati", + "675f80d4fe1b59cf490d3527 Description": "La scatola è sigillata, ma a giudicare dai suoni all'interno, contiene gli strumenti che Mechanic stava cercando.", "675fd6897a57e0b2a00e3405 Name": "USEC BOSS Delta", "675fd6897a57e0b2a00e3405 ShortName": "", "675fd6897a57e0b2a00e3405 Description": "", @@ -14305,316 +14305,316 @@ "675fd6b2f26b0db5f0060eb6 Description": "", "675fd6dc7a57e0b2a00e340a Name": "USEC Winter", "675fd6dc7a57e0b2a00e340a ShortName": "", - "675fd6dc7a57e0b2a00e340a Description": "Tactical jacket", + "675fd6dc7a57e0b2a00e340a Description": "Giacca tattica", "675fd71c1c153e52f1050fd6 Name": "USEC Winter", "675fd71c1c153e52f1050fd6 ShortName": "", - "675fd71c1c153e52f1050fd6 Description": "Tactical pants", - "675fe8abbc3deae49a0b947f Name": "Standard lighting", - "675fe8abbc3deae49a0b947f ShortName": "Standard lighting", - "675fe8abbc3deae49a0b947f Description": "Standard lighting", + "675fd71c1c153e52f1050fd6 Description": "Pantaloni tattici", + "675fe8abbc3deae49a0b947f Name": "Illuminazione standard", + "675fe8abbc3deae49a0b947f ShortName": "Illuminazione standard", + "675fe8abbc3deae49a0b947f Description": "Illuminazione standard", "675ff2a7e3ee8ffb7e042465 Name": "usec_upper_commando", "675ff2a7e3ee8ffb7e042465 ShortName": "", "675ff2a7e3ee8ffb7e042465 Description": "", - "676008db84e242067d0dc4c9 Name": "Secure container Kappa (Desecrated)", + "676008db84e242067d0dc4c9 Name": "Contenitore sicuro Kappa (Profanato)", "676008db84e242067d0dc4c9 ShortName": "Kappa", - "676008db84e242067d0dc4c9 Description": "A secret TerraGroup invention that has fallen into the hands of the cultists.", - "67600929bd0a0549d70993f6 Name": "Ballistic plate case", - "67600929bd0a0549d70993f6 ShortName": "Plates", - "67600929bd0a0549d70993f6 Description": "A spacious case for storing ballistic plates.", - "676009ddb623f3b8ba079419 Name": ".50 AE Copper Solid ammo pack (20 pcs)", - "676009ddb623f3b8ba079419 ShortName": "Copper", - "676009ddb623f3b8ba079419 Description": "A pack of .50 AE Copper Solid ammo, 20 rounds.", - "676009ed8f1fee08740f9479 Name": ".50 AE FMJ ammo pack (20 pcs)", + "676008db84e242067d0dc4c9 Description": "Un'invenzione segreta del TerraGroup caduta nelle mani dei cultisti.", + "67600929bd0a0549d70993f6 Name": "Valigetta per piastra balistica", + "67600929bd0a0549d70993f6 ShortName": "Piastre", + "67600929bd0a0549d70993f6 Description": "Una valigetta spaziosa per riporre le piastre balistiche.", + "676009ddb623f3b8ba079419 Name": "Confezione di munizioni .50 AE Copper Solid (20 pz)", + "676009ddb623f3b8ba079419 ShortName": "Rame", + "676009ddb623f3b8ba079419 Description": "Una confezione di munizioni .50 AE Copper Solid, 20 colpi.", + "676009ed8f1fee08740f9479 Name": "Una confezione di munizioni .50 AE FMJ (20 pz)", "676009ed8f1fee08740f9479 ShortName": "FMJ", - "676009ed8f1fee08740f9479 Description": "A pack of .50 AE FMJ ammo, 20 rounds.", - "676009fe8f1fee08740f947c Name": ".50 AE JHP ammo pack (20 pcs)", + "676009ed8f1fee08740f9479 Description": "Una confezione di munizioni .50 AE FMJ, 20 colpi.", + "676009fe8f1fee08740f947c Name": "Una confezione di munizioni .50 AE JHP (20 pz)", "676009fe8f1fee08740f947c ShortName": "JHP", - "676009fe8f1fee08740f947c Description": "A pack of .50 AE JHP ammo, 20 rounds.", - "67600a0e84e242067d0dc4cd Name": ".50 AE Hawk JSP ammo pack (20 pcs)", + "676009fe8f1fee08740f947c Description": "Una confezione di munizioni .50 AE JHP, 20 colpi.", + "67600a0e84e242067d0dc4cd Name": "Una confezione di munizioni .50 AE Hawk JSP (20 pz)", "67600a0e84e242067d0dc4cd ShortName": "JSP", - "67600a0e84e242067d0dc4cd Description": "A pack of .50 AE Hawk JSP ammo, 20 rounds.", - "67600a42b32eb5d23e0eb459 Name": "6.8x51mm SIG FMJ ammo pack (20 pcs)", + "67600a0e84e242067d0dc4cd Description": "Una confezione di munizioni .50 AE Hawk JSP, 20 colpi.", + "67600a42b32eb5d23e0eb459 Name": "Una confezione di munizioni 6.8x51mm SIG FMJ (20 pz)", "67600a42b32eb5d23e0eb459 ShortName": "FMJ", - "67600a42b32eb5d23e0eb459 Description": "A box of 6.8x51mm SIG FMJ cartridges, 20 pieces.", - "67600a516f01341c9106ab4c Name": "6.8x51mm SIG Hybrid ammo pack (20 pcs)", + "67600a42b32eb5d23e0eb459 Description": "Una scatola di cartucce SIG FMJ da 6.851mm, 20 pezzi.", + "67600a516f01341c9106ab4c Name": "Confezione di munizioni SIG Hybrid 6.8x51 mm (20 pz)", "67600a516f01341c9106ab4c ShortName": "Hybrid", - "67600a516f01341c9106ab4c Description": "A box of 6.8x51mm SIG Hybrid cartridges, 20 pieces.", - "67600aa8e9db590d5601665f Name": "Briefing", + "67600a516f01341c9106ab4c Description": "Una scatola di cartucce SIG Hybrid da 6.851mm, 20 pezzi.", + "67600aa8e9db590d5601665f Name": "Rapporto", "67600aa8e9db590d5601665f ShortName": "Briefing", - "67600aa8e9db590d5601665f Description": "Briefing", + "67600aa8e9db590d5601665f Description": "Rapporto", "676014635fa2f21d3c0b9f56 Name": "", "676014635fa2f21d3c0b9f56 ShortName": "", "676014635fa2f21d3c0b9f56 Description": "", - "676017fe8cfeeba9f707c8d6 Name": "SOK-12 Kiba Arms Zombie Custom dust cover ", + "676017fe8cfeeba9f707c8d6 Name": "SOK-12 Kiba Arms Zombie copertura antipolvere personalizzato", "676017fe8cfeeba9f707c8d6 ShortName": "SOK-12 ZC", - "676017fe8cfeeba9f707c8d6 Description": "A receiver dust cover for the SOK-12 shotgun, modernized by Kiba Arms.", - "676029a6bdead929d40bc368 Name": "Rooster mask", - "676029a6bdead929d40bc368 ShortName": "Rooster", - "676029a6bdead929d40bc368 Description": "A children's mask stylized as a rooster. In the realities of Tarkov, it probably looks intimidating. Or not. As if there weren't enough mercs with cringy plastic skull masks already.", - "676029ca2749de558a0b7e67 Name": "Cipollino mask", + "676017fe8cfeeba9f707c8d6 Description": "Un parapolvere per il fucile SOK-12, modernizzato da Kiba Arms.", + "676029a6bdead929d40bc368 Name": "Maschera di gallo", + "676029a6bdead929d40bc368 ShortName": "Gallo", + "676029a6bdead929d40bc368 Description": "Una maschera per bambini stilizzata come un gallo. Nella realtà di Tarkov, probabilmente ha un aspetto intimidatorio. Oppure no. Come se non ci fossero già abbastanza mercenari con maschere di plastica da teschio.", + "676029ca2749de558a0b7e67 Name": "Maschera Cipollino", "676029ca2749de558a0b7e67 ShortName": "Cipollino", - "676029ca2749de558a0b7e67 Description": "It looks like this mask was taken from a warehouse with props for a play based on a G. Rodari story.", - "676029e22749de558a0b7e69 Name": "Aybolit mask", - "676029e22749de558a0b7e69 ShortName": "Aybolit", - "676029e22749de558a0b7e69 Description": "A mask depicting one of the best doctors of all time.", - "676029f997f19b78f00a0197 Name": "Fox mask", - "676029f997f19b78f00a0197 ShortName": "Fox", - "676029f997f19b78f00a0197 Description": "These kinds of masks are often seen at kids' parties. But this one also fits an adult.", - "67602a0f97f19b78f00a0199 Name": "Grinch mask", + "676029ca2749de558a0b7e67 Description": "Sembra che questa maschera sia stata presa da un magazzino con oggetti di scena per una rappresentazione teatrale basata su una storia di G. Rodari.", + "676029e22749de558a0b7e69 Name": "Maschera Aybolit", + "676029e22749de558a0b7e69 ShortName": "Aybolite", + "676029e22749de558a0b7e69 Description": "Una maschera che raffigura uno dei migliori medici di tutti i tempi.", + "676029f997f19b78f00a0197 Name": "Maschera da volpe", + "676029f997f19b78f00a0197 ShortName": "Volpe", + "676029f997f19b78f00a0197 Description": "Questo tipo di maschere si vedono spesso alle feste per bambini. Ma questa è adatta anche a un adulto.", + "67602a0f97f19b78f00a0199 Name": "Maschera da Grinch", "67602a0f97f19b78f00a0199 ShortName": "Grinch", - "67602a0f97f19b78f00a0199 Description": "A mask of someone who hates Christmas.", - "67602a23c8e72a73250de737 Name": "Hare mask", + "67602a0f97f19b78f00a0199 Description": "Una maschera di chi odia il Natale.", + "67602a23c8e72a73250de737 Name": "Maschera di lepre", "67602a23c8e72a73250de737 ShortName": "Hare", - "67602a23c8e72a73250de737 Description": "A common hare mask. It is unclear just who and why made a copy of this mask to fit an adult.", - "67602a39c8e72a73250de739 Name": "Astronomer mask", + "67602a23c8e72a73250de737 Description": "Una comune maschera da lepre. Non è chiaro chi e perché abbia realizzato una copia di questa maschera per adattarla a un adulto.", + "67602a39c8e72a73250de739 Name": "Maschera da astronomo", "67602a39c8e72a73250de739 ShortName": "Astronomer", - "67602a39c8e72a73250de739 Description": "A stargazer mask with a cap worn by astronomers from children's fairy tales.", - "67603ea391ec8cab9406faa4 Name": "Snowman", - "67603ea391ec8cab9406faa4 ShortName": "Snowman", - "67603ea391ec8cab9406faa4 Description": "Festive T-shirt", - "67604a890aa8253ebe05fd06 Name": "Fist Fighter", - "67604a890aa8253ebe05fd06 ShortName": "Fist Fighter", - "67604a890aa8253ebe05fd06 Description": "Fist Fighter", + "67602a39c8e72a73250de739 Description": "Maschera da astronomo con berretto, indossata dagli astronomi delle fiabe per bambini.", + "67603ea391ec8cab9406faa4 Name": "Pupazzo di neve", + "67603ea391ec8cab9406faa4 ShortName": "Pupazzo di neve", + "67603ea391ec8cab9406faa4 Description": "Maglietta festiva", + "67604a890aa8253ebe05fd06 Name": "Combattente di pugni", + "67604a890aa8253ebe05fd06 ShortName": "Combattente di pugni", + "67604a890aa8253ebe05fd06 Description": "Combattente di pugni", "67604a9a8491fd0a830f3576 Name": "Cowboy", "67604a9a8491fd0a830f3576 ShortName": "Cowboy", "67604a9a8491fd0a830f3576 Description": "Cowboy", - "67604aa550dfa9253901a546 Name": "Sharpshooter", - "67604aa550dfa9253901a546 ShortName": "Sharpshooter", - "67604aa550dfa9253901a546 Description": "Sharpshooter", - "67604ab20aa8253ebe05fd08 Name": "Well What Is It", - "67604ab20aa8253ebe05fd08 ShortName": "Well What Is It", - "67604ab20aa8253ebe05fd08 Description": "Well What Is It", - "67604abb8491fd0a830f3578 Name": "Slav Squat", - "67604abb8491fd0a830f3578 ShortName": "Slav Squat", - "67604abb8491fd0a830f3578 Description": "Only the mannequin is allowed to take the heels off the ground.", - "67604ac650dfa9253901a548 Name": "Feel My Gains", - "67604ac650dfa9253901a548 ShortName": "Feel My Gains", - "67604ac650dfa9253901a548 Description": "Now you'll know exactly how your clothes fit when showing off your muscles.", - "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", + "67604aa550dfa9253901a546 Name": "Tiratore scelto", + "67604aa550dfa9253901a546 ShortName": "Tiratore scelto", + "67604aa550dfa9253901a546 Description": "Tiratore scelto", + "67604ab20aa8253ebe05fd08 Name": "Che cos'è", + "67604ab20aa8253ebe05fd08 ShortName": "Che cos'è", + "67604ab20aa8253ebe05fd08 Description": "Che cos'è", + "67604abb8491fd0a830f3578 Name": "Squat Slavo", + "67604abb8491fd0a830f3578 ShortName": "Squat Slavo", + "67604abb8491fd0a830f3578 Description": "Solo il manichino può staccare i tacchi da terra.", + "67604ac650dfa9253901a548 Name": "Guarda Che Muscoli", + "67604ac650dfa9253901a548 ShortName": "Guarda Che Muscoli", + "67604ac650dfa9253901a548 Description": "Ora saprete esattamente come si adattano i vostri vestiti quando mostrate i vostri muscoli.", + "6761492dc53ebe8c0f0a5efe Name": "Maniglia di carica ambidestra MPX GEN 2", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", - "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "MPX/MCX SB Tactical Pistol Stabilizing Brace", + "6761492dc53ebe8c0f0a5efe Description": "Impugnatura di carica ambidestra con due chiusure per la seconda generazione di MPX SMG. Prodotto dalla SIG Sauer.", + "6761496fe2cf1419500357e9 Name": "Stabilizzatore tattico per pistola MPX/MCX SB", "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MCX/MPX manufactured by SB Tactical.", - "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", + "6761496fe2cf1419500357e9 Description": "Calcio a bretella telescopico retrattile per MCX/MPX prodotto dalla SB Tactical.", + "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms canna SD ported da 4.75 pollici", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", - "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149a3e2cf1419500357eb Name": "MPX 9x19 Ronin Arms 6.75 inch Ported SD Barrel", + "67614994e889e1972605d6bb Description": "Canna portante da 4,75 pollici del kit di conversione MPX-SD, progettata per l'installazione del soppressore speciale. Prodotto dalla Ronin Arms.", + "676149a3e2cf1419500357eb Name": "MPX 9x19 Ronin Arms 6.75 pollici Canna SD con camiciatura", "676149a3e2cf1419500357eb ShortName": "MPX-SD 6.75\"", - "676149a3e2cf1419500357eb Description": "A 6.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149c5062e6212f5058c36 Name": "MPX 9x19 Ronin Arms 8 inch SD Suppressor", + "676149a3e2cf1419500357eb Description": "Canna portante da 6.75 pollici del kit di conversione MPX-SD, progettata per l'installazione del soppressore speciale. Prodotto dalla Ronin Arms.", + "676149c5062e6212f5058c36 Name": "Silenziatore MPX 9x19 Ronin Arms 8 pollici SD", "676149c5062e6212f5058c36 ShortName": "Ronin 8\"", - "676149c5062e6212f5058c36 Description": "An 8 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149d8e889e1972605d6be Name": "MPX 9x19 Ronin Arms 12 inch SD Suppressor", + "676149c5062e6212f5058c36 Description": "Un silenziatore da 8 pollici del kit di conversione MPX-SD, progettato per essere installato sulla canna con condotto personalizzato. Prodotto dalla Ronin Arms.", + "676149d8e889e1972605d6be Name": "Silenziatore MPX 9x19 Ronin Arms 12 pollici SD", "676149d8e889e1972605d6be ShortName": "Ronin 12\"", - "676149d8e889e1972605d6be Description": "A 12 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149fbe2cf1419500357ee Name": "MPX GEN1 4 inch handguard", + "676149d8e889e1972605d6be Description": "Un silenziatore da 12 pollici del kit di conversione MPX-SD, progettato per essere installato sulla canna con condotto personalizzato. Prodotto dalla Ronin Arms.", + "676149fbe2cf1419500357ee Name": "Paramano MPX GEN1 da 4 pollici", "676149fbe2cf1419500357ee ShortName": "MPX GEN1 4\"", - "676149fbe2cf1419500357ee Description": "A 4 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a0be889e1972605d6c0 Name": "MPX GEN1 8 inch handguard", + "676149fbe2cf1419500357ee Description": "Un paramano da 4 pollici per la prima generazione di SIG Sauer MPX SMG.", + "67614a0be889e1972605d6c0 Name": "Paramano MPX GEN1 da 8 pollici", "67614a0be889e1972605d6c0 ShortName": "MPX GEN1 8\"", - "67614a0be889e1972605d6c0 Description": "An 8 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a225152c0eaed08ec86 Name": "MPX GEN2 4 inch M-LOK handguard", + "67614a0be889e1972605d6c0 Description": "Un paramano da 8 pollici per la prima generazione di SIG Sauer MPX SMG.", + "67614a225152c0eaed08ec86 Name": "Paramano MPX GEN2 4 pollici M-LOK", "67614a225152c0eaed08ec86 ShortName": "MPX GEN2 4\"", - "67614a225152c0eaed08ec86 Description": "A 4 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a31062e6212f5058c38 Name": "MPX GEN2 8 inch M-LOK handguard", + "67614a225152c0eaed08ec86 Description": "Paramano da 4 pollici per la seconda generazione di SIG Sauer MPX SMG dotato di interfaccia M-LOK per l'installazione di dispositivi e accessori aggiuntivi.", + "67614a31062e6212f5058c38 Name": "Paramano M-LOK da 8 pollici MPX GEN2", "67614a31062e6212f5058c38 ShortName": "MPX GEN2 8\"", - "67614a31062e6212f5058c38 Description": "An 8 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a3ce2cf1419500357f4 Name": "MPX GEN2 6 inch M-LOK handguard", + "67614a31062e6212f5058c38 Description": "Un paramano da 8 pollici per la seconda generazione di SIG Sauer MPX SMG dotato di interfaccia M-LOK per l'installazione di dispositivi e accessori aggiuntivi.", + "67614a3ce2cf1419500357f4 Name": "Paramano MPX GEN2 da 6 pollici M-LOK", "67614a3ce2cf1419500357f4 ShortName": "MPX GEN2 6\"", - "67614a3ce2cf1419500357f4 Description": "A 6 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614b3ab8c060ebb204b106 Name": "Khorovod armband", + "67614a3ce2cf1419500357f4 Description": "Paramano da 6 pollici per la seconda generazione di SIG Sauer MPX SMG dotato di interfaccia M-LOK per l'installazione di dispositivi e accessori aggiuntivi.", + "67614b3ab8c060ebb204b106 Name": "Fascia da braccio Khorovod", "67614b3ab8c060ebb204b106 ShortName": "Khorovod", - "67614b3ab8c060ebb204b106 Description": "An armband by which the participants of the Khorovod can recognize each other. Without it, you cannot be part of the celebration.", - "67614b542eb91250020f2b86 Name": "Armband (Prestige 1)", - "67614b542eb91250020f2b86 ShortName": "Prestige 1", - "67614b542eb91250020f2b86 Description": "This armband will help demonstrate your status in Tarkov.", - "67614b6b47c71ea3d40256d7 Name": "Armband (Prestige 2)", - "67614b6b47c71ea3d40256d7 ShortName": "Prestige 2", - "67614b6b47c71ea3d40256d7 Description": "These armbands are only for the best of the best.", - "67614e3a6a90e4f10b0b140d Name": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d ShortName": "Festive airdrop supply crate", - "67614e3a6a90e4f10b0b140d Description": "Festive airdrop supply crate", - "676175789dcee773150c6925 Name": "Leupold Mark 5HD 5-25x56mm 35mm riflescope (FDE)", + "67614b3ab8c060ebb204b106 Description": "Un bracciale con il quale i partecipanti al Khorovod possono riconoscersi a vicenda. Senza di essa, non si può partecipare alla celebrazione.", + "67614b542eb91250020f2b86 Name": "Fascia (Prestigio 1)", + "67614b542eb91250020f2b86 ShortName": "Prestigio 1", + "67614b542eb91250020f2b86 Description": "Questa fascia da braccio vi aiuterà a dimostrare il vostro status a Tarkov.", + "67614b6b47c71ea3d40256d7 Name": "Fascia (prestigio 2)", + "67614b6b47c71ea3d40256d7 ShortName": "Prestigio 2", + "67614b6b47c71ea3d40256d7 Description": "Queste fasce sono riservate ai migliori tra i migliori.", + "67614e3a6a90e4f10b0b140d Name": "Cassa di rifornimento per aviolanci festivi", + "67614e3a6a90e4f10b0b140d ShortName": "Cassa di rifornimento per aviolanci festivi", + "67614e3a6a90e4f10b0b140d Description": "Cassa di rifornimento per aviolanci festivi", + "676175789dcee773150c6925 Name": "Ottica Leupold Mark 5HD 5-25x56mm 35mm (FDE)", "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", - "676175789dcee773150c6925 Description": "The Mark 5HD 5-25x56 riflescope is known for being a lighter and more efficient optic than other scopes in its class. Featuring optical glass, full multi-coated lenses and an advanced light management system, the scope offers low-glare, high-contrast imaging. Installed on 35mm ring mounts. Manufactured by Leupold. Flat Dark Earth version.", - "6761759e7ee06333f108bf86 Name": "Leupold Mark IMS 35mm ring scope mount", - "6761759e7ee06333f108bf86 ShortName": "IMS 35mm", - "6761759e7ee06333f108bf86 Description": "A 35mm scope mount for installation on Picatinny rails. Manufactured by Leupold.", - "676175bb48fa5c377e06fc36 Name": "KAC MWS Bipod Adapter", + "676175789dcee773150c6925 Description": "L'ottica Mark 5HD 5-25x56 è noto per essere un'ottica più leggera ed efficiente rispetto ad altri cannocchiali della sua categoria. Dotato di vetro ottico, lenti completamente multistrato e un sistema avanzato di gestione della luce, il cannocchiale offre immagini a basso bagliore e ad alto contrasto. Si installa su attacchi ad anello da 35 mm. Prodotto dalla Leupold. Versione Flat Dark Earth.", + "6761759e7ee06333f108bf86 Name": "Attacco per ottica ad anello Leupold Mark IMS da 35 mm", + "6761759e7ee06333f108bf86 ShortName": "IMS 35 mm", + "6761759e7ee06333f108bf86 Description": "Attacco per ottica da 35 mm da installare su guide Picatinny. Prodotto dalla Leupold.", + "676175bb48fa5c377e06fc36 Name": "Adattatore per bipiede KAC MWS", "676175bb48fa5c377e06fc36 ShortName": "MWS BA", - "676175bb48fa5c377e06fc36 Description": "A mount allows installation of Harris bipods on standard Picatinny handguards. Manufactured by Knight's Armament Company.", - "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", + "676175bb48fa5c377e06fc36 Description": "Un attacco consente l'installazione di bipiedi Harris su paramani Picatinny standard. Prodotto dalla Knight's Armament Company.", + "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P adattatore per il calcio", "6761763448fa5c377e06fc39 ShortName": "AKMS P", - "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", - "6761765f1f08ed5e8800b7a6 Name": "5.56x45 Beta C-Mag 100-round drum magazine", + "6761763448fa5c377e06fc39 Description": "Adattatore per il calcio del fucile automatico AKMS. Permette di installare sull'arma i glutei Com-Spec e Mil-Spec. Realizzato in resistente alluminio anodizzato. Prodotto dalla FAB Defense.", + "6761765f1f08ed5e8800b7a6 Name": "5,56x45 Beta C-Mag Caricatore a tamburo da 100 colpi", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", - "6761765f1f08ed5e8800b7a6 Description": "A 100-round double drum magazine for the AR-15 platform weapons. Manufactured by Beta Company.", - "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Description": "Caricatore a doppio tamburo da 100 colpi per armi con piattaforma AR-15. Prodotto dalla Beta Company.", + "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag caricatore a tamburo da 100 colpi", "676176a162e0497044079f46 ShortName": "UZI C-Mag", - "676176a162e0497044079f46 Description": "A 100-round double drum magazine for the UZI submachine gun. The magazine modification is equipped with a transparent plastic cover that allows to check the ammo count. Manufactured by Beta Company.", - "676176b762e0497044079f49 Name": "M9A3 9x19 CX4 30-round magazine", + "676176a162e0497044079f46 Description": "Caricatore a doppio tamburo da 100 colpi per la pistola mitragliatrice UZI. La modifica del caricatore è dotata di un coperchio di plastica trasparente che consente di controllare il numero di munizioni. Prodotto dalla Beta Company.", + "676176b762e0497044079f49 Name": "M9A3 9x19 CX4 Caricatore da 30 colpi", "676176b762e0497044079f49 ShortName": "CX4", - "676176b762e0497044079f49 Description": "A 30-round 9x19 magazine for the Beretta M9A3 pistol.", - "676176d362e0497044079f4c Name": "FN SCAR-H X-17 7.62x51 assault rifle", + "676176b762e0497044079f49 Description": "Un caricatore 9x19 da 30 colpi per la pistola Beretta M9A3.", + "676176d362e0497044079f4c Name": "FN SCAR-H X-17 fucile d'assalto 7,62x51", "676176d362e0497044079f4c ShortName": "X-17", - "676176d362e0497044079f4c Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. The X-17 lower receiver allows the installation of AR-10 magazines. Manufactured by Fabrique Nationale Herstal and X Products.", - "6761770e48fa5c377e06fc3c Name": "AR-10 7.62x51 X Products X-25 50-round drum magazine", + "676176d362e0497044079f4c Description": "Il fucile d'assalto FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy), con camera di cartuccia 7,62x51 NATO, è stato adottato dal SOCOM degli Stati Uniti come Mk 17. Presenta un calcio in polimero ripiegabile lateralmente e una canna Mil-Spec forgiata a freddo con canna cromata. I comandi operativi completamente ambidestri adattano istantaneamente lo SCAR a qualsiasi utente o posizione di tiro. La guida ottica integrata nel ricevitore e le tre guide per accessori consentono il montaggio di un'ampia gamma di cannocchiali, mirini elettronici, luci tattiche e laser. Il ricevitore inferiore X-17 consente l'installazione di caricatori AR-10. Prodotto dalla Fabrique Nationale Herstal e X Products.", + "6761770e48fa5c377e06fc3c Name": "AR-10 7,62x51 X Products X-25 caricatore a tamburo da 50 colpi", "6761770e48fa5c377e06fc3c ShortName": "X-25", - "6761770e48fa5c377e06fc3c Description": "A 50-round 7.62x51 drum magazine for the AR-10 platform weapons. Manufactured by X Products.", - "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", + "6761770e48fa5c377e06fc3c Description": "Caricatore a tamburo da 50 colpi 7,62x51 per armi su piattaforma AR-10. Prodotto dalla X Products.", + "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail da 3 pollici", "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", - "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", - "6761777a1f08ed5e8800b7ac Name": "AR-15 DoubleStar ACE ARFX Skeleton Stock", + "676177591f08ed5e8800b7a9 Description": "Un supporto a slitta quadrupla da 3 pollici per il fucile RFB, che consente l'installazione di attrezzature tattiche aggiuntive. Prodotto dalla Kel-Tec.", + "6761777a1f08ed5e8800b7ac Name": "Calcio scheletrato AR-15 DoubleStar ACE ARFX", "6761777a1f08ed5e8800b7ac ShortName": "ARFX", - "6761777a1f08ed5e8800b7ac Description": "The lightweight ACE ARFX Skeleton Stock provides comfort, balance and aesthetics. Fits both the Mil-Spec and civilian M/AR platform. Manufactured by DoubleStar.", - "6761779c48fa5c377e06fc3f Name": "AK AK-EVO stock", + "6761777a1f08ed5e8800b7ac Description": "Il leggero calcio scheletrato ACE ARFX offre comfort, equilibrio ed estetica. Si adatta sia alla piattaforma Mil-Spec che a quella civile M/AR. Prodotto dalla DoubleStar.", + "6761779c48fa5c377e06fc3f Name": "AK Calcio AK-EVO", "6761779c48fa5c377e06fc3f ShortName": "AK-EVO", - "6761779c48fa5c377e06fc3f Description": "A new polymer buttstock for the modern AK platform folding weapons. Manufactured by Kalashnikov Concern.", - "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", + "6761779c48fa5c377e06fc3f Description": "Un nuovo calcio in polimero per le moderne armi pieghevoli della piattaforma AK. Prodotto dalla Kalashnikov Concern.", + "676177b09cfcc4c25b027446 Name": "Morsetto tattico per canna Toni System", "676177b09cfcc4c25b027446 ShortName": "TS TBC", - "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", + "676177b09cfcc4c25b027446 Description": "Il Tactical Barrel Clamp è progettato per il montaggio su caricatori tubolari e canne con un diametro di 20-27 millimetri. Dispone di una guida per il fissaggio di attrezzature aggiuntive. Prodotto dalla Toni System.", + "676177df1f08ed5e8800b7ae Name": "PP-19-01 Paramano Vityaz SAG MK1 M-LOK con tubo a gas", "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", - "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", - "6761a6ccd9bbb27ad703c48a Name": "Old house room key", - "6761a6ccd9bbb27ad703c48a ShortName": "Depot", - "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", - "6761a6f90575f25e020816a4 Name": "Company director's room key", - "6761a6f90575f25e020816a4 ShortName": "Company", - "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", - "676307b4d9ec0af3d9001fa8 Name": "Hybrid composite materials", + "676177df1f08ed5e8800b7ae Description": "Un kit combinato composto da un paramano e da un tubo gas fresato, progettato per migliorare le prestazioni del PP-19-01 Vityaz e della carabina civile Saiga-9. Il paramano è dotato di un'interfaccia M-LOK per l'installazione di equipaggiamenti aggiuntivi, mentre il tubo del gas ha una guida picatinny per il montaggio di mirini e unità tattiche. Prodotto dalla Sureshot Armament Group.", + "6761a6ccd9bbb27ad703c48a Name": "Chiave della camera della vecchia casa", + "6761a6ccd9bbb27ad703c48a ShortName": "Deposito", + "6761a6ccd9bbb27ad703c48a Description": "La chiave di una stanza di una vecchia casa ai margini della foresta di Priozersk. Si dice che una persona soprannominata Ogryzok fosse solita commerciare da queste parti. Vendeva merci rare, tra cui anche una fornitura costante di batterie per carri armati. Tuttavia, da tempo non si hanno più notizie di Ogryzok e nessuno sa dove sia scomparso.", + "6761a6f90575f25e020816a4 Name": "Chiave della camera del direttore della società", + "6761a6f90575f25e020816a4 ShortName": "Azienda", + "6761a6f90575f25e020816a4 Description": "Questa chiave deve essere stata utilizzata per chiudere uno degli uffici della società situati nell'area del terminal doganale.", + "676307b4d9ec0af3d9001fa8 Name": "Materiali compositi ibridi", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", - "676307c004856a0b3c0dfffd Name": "Hybrid composite materials", + "676307c004856a0b3c0dfffd Name": "Materiali compositi ibridi", "676307c004856a0b3c0dfffd ShortName": "", "676307c004856a0b3c0dfffd Description": "", - "676307d3d9ec0af3d9001fac Name": "Hybrid composite materials", + "676307d3d9ec0af3d9001fac Name": "Materiali compositi ibridi", "676307d3d9ec0af3d9001fac ShortName": "", "676307d3d9ec0af3d9001fac Description": "", - "676307ded8b241b4f703a3e8 Name": "Hybrid composite materials", + "676307ded8b241b4f703a3e8 Name": "Materiali compositi ibridi", "676307ded8b241b4f703a3e8 ShortName": "", "676307ded8b241b4f703a3e8 Description": "", - "6764139c44b3c96e7b0e2f7b Name": "AK 5.56x45 Molot Arms 45-round magazine", + "6764139c44b3c96e7b0e2f7b Name": "AK 5.56x45 Caricatore da 45 colpi Molot Arms", "6764139c44b3c96e7b0e2f7b ShortName": "Molot 223", - "6764139c44b3c96e7b0e2f7b Description": "A 45-round 5.56x45 polymer magazine for AK. Manufactured by Molot Arms.", + "6764139c44b3c96e7b0e2f7b Description": "Caricatore in polimero da 45 colpi 5,56x45 per AK. Prodotto dalla Molot Arms.", "6764194e4dec6d46f106f9f6 Name": "Takeda", "6764194e4dec6d46f106f9f6 ShortName": "Takeda", "6764194e4dec6d46f106f9f6 Description": "Takeda", - "67641a851b2899700609901a Name": "Cyclone Shakhin mount", + "67641a851b2899700609901a Name": "Adattatore Cyclone Shakhin ", "67641a851b2899700609901a ShortName": "Shakhin", - "67641a851b2899700609901a Description": "A Weaver mount for installing the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", - "67641b461c2eb66ade05dba6 Name": "Cyclone Shakhin 3.7x thermal scope", + "67641a851b2899700609901a Description": "Un attacco Weaver per l'installazione del cannocchiale termico Shakhin. Prodotto dalla Central Research Institute Cyclone.", + "67641b461c2eb66ade05dba6 Name": "Ottica termica Cyclone Shakhin 3.7x", "67641b461c2eb66ade05dba6 ShortName": "Shakhin", - "67641b461c2eb66ade05dba6 Description": "A 3.7x thermal scope manufactured by Central Research Institute Cyclone.", - "67641bec4ad898aa100c1079 Name": "Cyclone Shakhin scope eyecup", + "67641b461c2eb66ade05dba6 Description": "Un'ottica termica 3.7x prodotto dalla Central Research Institute Cyclone.", + "67641bec4ad898aa100c1079 Name": "Oculare per ottica Cyclone Shakhin", "67641bec4ad898aa100c1079 ShortName": "Shakhin", - "67641bec4ad898aa100c1079 Description": "A rubber eyecup for the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", - "6764202ae307804338014c1a Name": "Dogtag USEC", + "67641bec4ad898aa100c1079 Description": "Conchiglia oculare in gomma per l'ottica termica Shakhin. Prodotto dall'Istituto Centrale di Ricerca Cyclone.", + "6764202ae307804338014c1a Name": "Piastrina USEC", "6764202ae307804338014c1a ShortName": "USEC", - "6764202ae307804338014c1a Description": "A special stainless steel army dogtag serving the purpose of quickly identifying the wounded and deceased in combat. Available only to the most experienced PMC operatives.", - "6764207f2fa5e32733055c4a Name": "Dogtag USEC", + "6764202ae307804338014c1a Description": "Una speciale piastrina militare in acciaio inossidabile che serve a identificare rapidamente i feriti e i deceduti in combattimento. Disponibile solo per gli operatori PMC più esperti.", + "6764207f2fa5e32733055c4a Name": "Piastrina USEC", "6764207f2fa5e32733055c4a ShortName": "USEC", - "6764207f2fa5e32733055c4a Description": "A special army dogtag with rubber sides serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the PMC operative's status.", - "67654a6759116d347b0bfb86 Name": "V40 shrapnel", - "67654a6759116d347b0bfb86 ShortName": "V40 shrapnel", - "67654a6759116d347b0bfb86 Description": "V40 shrapnel", - "676577166d874f6502106a21 Name": "20/70 Flechette ammo pack (25 pcs)", + "6764207f2fa5e32733055c4a Description": "Una speciale piastrina dell'esercito con lati in gomma che serve a identificare rapidamente i feriti e i deceduti in combattimento. Un indicatore dello status dell'agente PMC.", + "67654a6759116d347b0bfb86 Name": "Schegge di V40", + "67654a6759116d347b0bfb86 ShortName": "Schegge di V40", + "67654a6759116d347b0bfb86 Description": "Schegge di V40", + "676577166d874f6502106a21 Name": "Confezione munizioni 20/70 Flechette (25 pz)", "676577166d874f6502106a21 ShortName": "Flechette", - "676577166d874f6502106a21 Description": "A box of 20/70 Flechette cartridges, 25 pieces. ", - "67657764c832f8c59c016d45 Name": "20/70 TSS Armor Piercing Slug ammo pack (25 pcs)", + "676577166d874f6502106a21 Description": "Una confezione di cartucce Flechette 20/70, 25 pezzi.", + "67657764c832f8c59c016d45 Name": "Confezione di munizioni 20/70 TSS Armor Piercing Slug (25 pz)", "67657764c832f8c59c016d45 ShortName": "TSS AP", - "67657764c832f8c59c016d45 Description": "A box of 20/70 TSS Armor Piercing Slug cartridges, 25 pieces. ", - "67657773b83469e4f102dc27 Name": "20/70 Dangerous Game Slug ammo pack (25 pcs)", + "67657764c832f8c59c016d45 Description": "Una scatola di cartucce 20/70 TSS Armor Piercing Slug, 25 pezzi.", + "67657773b83469e4f102dc27 Name": "Confezione di munizioni 20/70 Dangerous Game Slug (25 pz)", "67657773b83469e4f102dc27 ShortName": "DGS", - "67657773b83469e4f102dc27 Description": "A box of 20/70 Dangerous Game Slug cartridges, 25 pieces. ", - "6768c25aa7b238f14a08d3f6 Name": "7.62x51mm M80A1", + "67657773b83469e4f102dc27 Description": "Una scatola di cartucce 20/70 Dangerous Game Slug, 25 pezzi.", + "6768c25aa7b238f14a08d3f6 Name": "7.62x51 mm M80A1", "6768c25aa7b238f14a08d3f6 ShortName": "M80A1", - "6768c25aa7b238f14a08d3f6 Description": "A 7.62x51mm NATO M80A1 cartridge with a 124 grain armor-piercing copper jacket bullet with an exposed hardened steel penetrator, in a stainless steel casing. Designed as a replacement for the M80 cartridge to improve the armor penetration and ballistics of the cartridge as part of a program to eliminate the use of lead in small arms ammunition in the U.S. Army.", - "6769b8e3c1a1466c850658a8 Name": "7.62x51mm M80A1 ammo pack (20 pcs)", + "6768c25aa7b238f14a08d3f6 Description": "Cartuccia 7.62x51 mm NATO M80A1 con proiettile blindato da 124 grani con rivestimento in rame e penetratore in acciaio temprato esposto, in un bossolo in acciaio inossidabile. Progettata come sostituto della cartuccia M80 per migliorarne la penetrazione nella corazza e la balistica, nell'ambito del programma di eliminazione dell'uso del piombo nelle munizioni per armi leggere dell'esercito americano.", + "6769b8e3c1a1466c850658a8 Name": "Confezione munizioni 7.62x51mm M80A1 (20 pz)", "6769b8e3c1a1466c850658a8 ShortName": "M80A1", - "6769b8e3c1a1466c850658a8 Description": "A box of 7.62x51mm M80A1 cartridges, 20 pieces.", - "676a93c51888885b4e008b18 Name": "Twitch Winter 2025 case (Common)", + "6769b8e3c1a1466c850658a8 Description": "Una scatola di cartucce M80A1 da 7.62x51 mm, 20 pezzi.", + "676a93c51888885b4e008b18 Name": "Valigetta Twitch Inverno 2025 (Comune)", "676a93c51888885b4e008b18 ShortName": "Twitch 2025", - "676a93c51888885b4e008b18 Description": "A case with some common goodies.", - "676a95041888885b4e008b36 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Description": "Una valigetta con alcuni oggetti comuni.", + "676a95041888885b4e008b36 Name": "Valigetta Twitch Inverno 2025 (Comune)", "676a95041888885b4e008b36 ShortName": "Twitch 2025", - "676a95041888885b4e008b36 Description": "A case with some common goodies.", - "676a98d7b4ba2f4afa04c704 Name": "Twitch Winter 2025 case (Common)", + "676a95041888885b4e008b36 Description": "Una valigetta con alcuni oggetti comuni.", + "676a98d7b4ba2f4afa04c704 Name": "Valigetta Twitch Inverno 2025 (Comune)", "676a98d7b4ba2f4afa04c704 ShortName": "Twitch 2025", - "676a98d7b4ba2f4afa04c704 Description": "A case with some common goodies.", - "676a9a5c744595610f0ed501 Name": "Twitch Winter 2025 case (Common)", + "676a98d7b4ba2f4afa04c704 Description": "Una valigetta con alcuni oggetti comuni.", + "676a9a5c744595610f0ed501 Name": "Valigetta Twitch Inverno 2025 (Comune)", "676a9a5c744595610f0ed501 ShortName": "Twitch 2025", - "676a9a5c744595610f0ed501 Description": "A case with some common goodies.", - "676a9b15b4ba2f4afa04c7ad Name": "Twitch Winter 2025 case (Common)", + "676a9a5c744595610f0ed501 Description": "Una valigetta con alcuni oggetti comuni.", + "676a9b15b4ba2f4afa04c7ad Name": "Valigetta Twitch Inverno 2025 (Comune)", "676a9b15b4ba2f4afa04c7ad ShortName": "Twitch 2025", - "676a9b15b4ba2f4afa04c7ad Description": "A case with some common goodies.", - "676a9b1afe1fc45172014d32 Name": "Twitch Winter 2025 case (Common)", + "676a9b15b4ba2f4afa04c7ad Description": "Una valigetta con alcuni oggetti comuni.", + "676a9b1afe1fc45172014d32 Name": "Valigetta Twitch Inverno 2025 (Comune)", "676a9b1afe1fc45172014d32 ShortName": "Twitch 2025", - "676a9b1afe1fc45172014d32 Description": "A case with some common goodies.", - "676a9bc6744595610f0ed52e Name": "Twitch Winter 2025 case (Common)", + "676a9b1afe1fc45172014d32 Description": "Una valigetta con alcuni oggetti comuni.", + "676a9bc6744595610f0ed52e Name": "Valigetta Twitch Inverno 2025 (Comune)", "676a9bc6744595610f0ed52e ShortName": "Twitch 2025", - "676a9bc6744595610f0ed52e Description": "A case with some common goodies.", - "676a9da81888885b4e008c51 Name": "Twitch Winter 2025 case (Rare)", + "676a9bc6744595610f0ed52e Description": "Una valigetta con alcuni oggetti comuni.", + "676a9da81888885b4e008c51 Name": "Valigetta Twitch Inverno 2025 (Rara)", "676a9da81888885b4e008c51 ShortName": "Twitch 2025", - "676a9da81888885b4e008c51 Description": "A case with some rare goodies.", - "676a9e46744595610f0ed53f Name": "Twitch Winter 2025 case (Rare)", + "676a9da81888885b4e008c51 Description": "Una valigetta con alcuni oggetti rari.", + "676a9e46744595610f0ed53f Name": "Valigetta Twitch Inverno 2025 (Rara)", "676a9e46744595610f0ed53f ShortName": "Twitch 2025", - "676a9e46744595610f0ed53f Description": "A case with some rare goodies.", - "676a9f03744595610f0ed55f Name": "Twitch Winter 2025 case (Rare)", + "676a9e46744595610f0ed53f Description": "Una valigetta con alcuni oggetti rari.", + "676a9f03744595610f0ed55f Name": "Valigetta Twitch Inverno 2025 (Rara)", "676a9f03744595610f0ed55f ShortName": "Twitch 2025", - "676a9f03744595610f0ed55f Description": "A case with some rare goodies.", - "676a9fc7a65670a58c084c9e Name": "Twitch Winter 2025 case (Rare)", + "676a9f03744595610f0ed55f Description": "Una valigetta con alcuni oggetti rari.", + "676a9fc7a65670a58c084c9e Name": "Valigetta Twitch Inverno 2025 (Rara)", "676a9fc7a65670a58c084c9e ShortName": "Twitch 2025", - "676a9fc7a65670a58c084c9e Description": "A case with some rare goodies.", - "676aa016744595610f0ed563 Name": "Twitch Winter 2025 case (Rare)", + "676a9fc7a65670a58c084c9e Description": "Una valigetta con alcuni oggetti rari.", + "676aa016744595610f0ed563 Name": "Valigetta Twitch Inverno 2025 (Rara)", "676aa016744595610f0ed563 ShortName": "Twitch 2025", - "676aa016744595610f0ed563 Description": "A case with some rare goodies.", - "676aa025fe1fc45172014d9f Name": "Twitch Winter 2025 case (Rare)", + "676aa016744595610f0ed563 Description": "Una valigetta con alcuni oggetti rari.", + "676aa025fe1fc45172014d9f Name": "Valigetta Twitch Inverno 2025 (Rara)", "676aa025fe1fc45172014d9f ShortName": "Twitch 2025", - "676aa025fe1fc45172014d9f Description": "A case with some rare goodies.", - "676aa0f11888885b4e008c8b Name": "Twitch Winter 2025 case (Rare)", + "676aa025fe1fc45172014d9f Description": "Una valigetta con alcuni oggetti rari.", + "676aa0f11888885b4e008c8b Name": "Valigetta Twitch Inverno 2025 (Rara)", "676aa0f11888885b4e008c8b ShortName": "Twitch 2025", - "676aa0f11888885b4e008c8b Description": "A case with some rare goodies.", - "676aa104fe1fc45172014da3 Name": "Twitch Winter 2025 case (Epic)", + "676aa0f11888885b4e008c8b Description": "Una valigetta con alcuni oggetti rari.", + "676aa104fe1fc45172014da3 Name": "Valigetta Twitch Inverno 2025 (Rara)", "676aa104fe1fc45172014da3 ShortName": "Twitch 2025", - "676aa104fe1fc45172014da3 Description": "A case with some epic goodies.", - "676aa29243000db5340061b5 Name": "Twitch Winter 2025 case (Epic)", + "676aa104fe1fc45172014da3 Description": "Una valigetta con alcuni oggetti epici.", + "676aa29243000db5340061b5 Name": "Valigetta Twitch Inverno 2025 (Rara)", "676aa29243000db5340061b5 ShortName": "Twitch 2025", - "676aa29243000db5340061b5 Description": "A case with some epic goodies.", - "676aa30ffe1fc45172014dce Name": "Twitch Winter 2025 case (Epic)", + "676aa29243000db5340061b5 Description": "Una valigetta con alcuni oggetti epici.", + "676aa30ffe1fc45172014dce Name": "Valigetta Twitch Inverno 2025 (Epica)", "676aa30ffe1fc45172014dce ShortName": "Twitch 2025", - "676aa30ffe1fc45172014dce Description": "A case with some epic goodies.", - "676aa37ff90b6f429601afb5 Name": "Twitch Winter 2025 case (Epic)", + "676aa30ffe1fc45172014dce Description": "Una valigetta con alcuni oggetti epici.", + "676aa37ff90b6f429601afb5 Name": "Valigetta Twitch Inverno 2025 (Epica)", "676aa37ff90b6f429601afb5 ShortName": "Twitch 2025", - "676aa37ff90b6f429601afb5 Description": "A case with some epic goodies.", - "676aa3cf7a232aa5c70bda8d Name": "Twitch Winter 2025 case (Epic)", + "676aa37ff90b6f429601afb5 Description": "Una valigetta con alcuni oggetti epici.", + "676aa3cf7a232aa5c70bda8d Name": "Valigetta Twitch Inverno 2025 (Epica)", "676aa3cf7a232aa5c70bda8d ShortName": "Twitch 2025", - "676aa3cf7a232aa5c70bda8d Description": "A case with some epic goodies.", - "676aa3fc20a7cc6f4309e078 Name": "Twitch Winter 2025 case (Epic)", + "676aa3cf7a232aa5c70bda8d Description": "Una valigetta con alcuni oggetti epici.", + "676aa3fc20a7cc6f4309e078 Name": "Valigetta Twitch Inverno 2025 (Epica)", "676aa3fc20a7cc6f4309e078 ShortName": "Twitch 2025", - "676aa3fc20a7cc6f4309e078 Description": "A case with some epic goodies.", - "676aa450fe1fc45172014df2 Name": "Twitch Winter 2025 case (Epic)", + "676aa3fc20a7cc6f4309e078 Description": "Una valigetta con alcuni oggetti epici.", + "676aa450fe1fc45172014df2 Name": "Valigetta Twitch Inverno 2025 (Epica)", "676aa450fe1fc45172014df2 ShortName": "Twitch 2025", - "676aa450fe1fc45172014df2 Description": "A case with some epic goodies.", + "676aa450fe1fc45172014df2 Description": "Una valigetta con alcuni oggetti epici.", "678f84bb9e85556ca60f0362 Name": "Tagilla's welding mask \"ZABEY\"", "678f84bb9e85556ca60f0362 ShortName": "\"ZABEY\"", "678f84bb9e85556ca60f0362 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy?", - "678fa929819ddc4c350c0317 Name": "Valve handwheel", - "678fa929819ddc4c350c0317 ShortName": "handwheel", + "678fa929819ddc4c350c0317 Name": "Manovella a Valvola", + "678fa929819ddc4c350c0317 ShortName": "manovella", "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "What You Seek poster", - "679b944d597ba2ed120c3d3c ShortName": "Poster", - "679b944d597ba2ed120c3d3c Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b946f90622daf9708da6d Name": "What You Seek poster", - "679b946f90622daf9708da6d ShortName": "Poster", - "679b946f90622daf9708da6d Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b94734e9ca6b3d80586a7 Name": "What You Seek poster", - "679b94734e9ca6b3d80586a7 ShortName": "Poster", - "679b94734e9ca6b3d80586a7 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b9477708cfcb2060b9ade Name": "Tark Souls poster", + "679b944d597ba2ed120c3d3c Name": "Last Breath poster", + "679b944d597ba2ed120c3d3c ShortName": "L'Ultimo Respiro", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b946f90622daf9708da6d Name": "Final Moment poster", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", + "679b94734e9ca6b3d80586a7 Name": "Poster di Taurus", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b9477708cfcb2060b9ade Name": "Poster di Tark Souls", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14622,116 +14622,386 @@ "679b9819a2f2dd4da9023512 ShortName": "Labrys", "679b9819a2f2dd4da9023512 Description": "A keycard to one of Knossos facilities. The design references the Minotaur mythos, but it's somewhat strange there are no Minotaur theme parks in Tarkov.", "679b98e429acd1f2f60985a3 Name": "Container with suspicious substance", - "679b98e429acd1f2f60985a3 ShortName": "Substance", + "679b98e429acd1f2f60985a3 ShortName": "Sostanza", "679b98e429acd1f2f60985a3 Description": "A chemical container with a thick, murky liquid inside. Only a lunatic like Sanitar would want to study something like this.", "679b992329acd1f2f60985a5 Name": "Labrys research notes", "679b992329acd1f2f60985a5 ShortName": "Labrys", "679b992329acd1f2f60985a5 Description": "The documents are encrypted, but appear to contain research notes on some kind of technology or weapon. The records mention the name “Item 1156”.", "679b998180a165f7a40b4c2c Name": "Slaughter videotape", - "679b998180a165f7a40b4c2c ShortName": "Slaughter", + "679b998180a165f7a40b4c2c ShortName": "Massacro", "679b998180a165f7a40b4c2c Description": "A videotape with traces of blood and the words “Slaughter”. The owner of the tape hardly felt sympathy for his victims.", "679b9a1a4e4ed4b3b40ae5c2 Name": "Knossos senior manager's diary", "679b9a1a4e4ed4b3b40ae5c2 ShortName": "Knossos", "679b9a1a4e4ed4b3b40ae5c2 Description": "Meetings, facilities, and other notes from Knossos senior manager are noted in the diary. If you study them, you can get at least a rough summary of the company's facilities.", "679b9aa490622daf9708da73 Name": "VPX Flash Storage Module marked Group #3", - "679b9aa490622daf9708da73 ShortName": "Group #3", + "679b9aa490622daf9708da73 ShortName": "Gruppo #3", "679b9aa490622daf9708da73 Description": "The VPX Flash Storage Module (FSM) provides high-performance, high-capacity, solid-state SATA storage with AES-256 bit encryption using an Application Specific Integrated Circuit (ASIC). Judging by the marking, it contains data on the focus group experiments and research.", - "679b9cce4e4ed4b3b40ae5c5 Name": "Nailhead figurine", - "679b9cce4e4ed4b3b40ae5c5 ShortName": "Nailhead", + "679b9cce4e4ed4b3b40ae5c5 Name": "Statuetta di Nailhead", + "679b9cce4e4ed4b3b40ae5c5 ShortName": "Testa del chiodo", "679b9cce4e4ed4b3b40ae5c5 Description": "A limited edition Tarko figurine. What's more strange: the pale skin or the nails stuck in his head? It looks like this poor guy has experienced the full spectrum of human pain.", "679b9d43597ba2ed120c3d44 Name": "Petya Crooker figurine", "679b9d43597ba2ed120c3d44 ShortName": "Crooker", "679b9d43597ba2ed120c3d44 Description": "A limited edition Tarko figurine. A creepy dude with a disfigured face and blades on his arm. Doing Obdolbos would give you nightmares.", "679b9d4b3374fb14f40efe6d Name": "Count Bloodsucker figurine", - "679b9d4b3374fb14f40efe6d ShortName": "Bloodsucker", + "679b9d4b3374fb14f40efe6d ShortName": "Succhia Sangue", "679b9d4b3374fb14f40efe6d Description": "A limited edition Tarko figurine. Count Bloodsucker wouldn't have lasted more than a couple days in Tarkov. Sucking blood is cool and all, but does it work against flashbangs and .308?", "679b9d55708cfcb2060b9ae3 Name": "Xenoalien figurine", "679b9d55708cfcb2060b9ae3 ShortName": "Xenoalien", "679b9d55708cfcb2060b9ae3 Description": "A limited edition Tarko figurine. Looks like a monster with a disproportionately elongated head and a double mouth. Totally \"Alien\" (good one) to the Tarko universe.", "679b9d6390622daf9708da76 Name": "Pointy guy figurine", - "679b9d6390622daf9708da76 ShortName": "Pointy guy", + "679b9d6390622daf9708da76 ShortName": "Un Tizio Sveglio", "679b9d6390622daf9708da76 Description": "A limited edition Tarko figurine. This funny little character is wearing something like a pyramid on his head. A character like this could only exist in a fictional world, along with zombies and other monsters.", - "679ba90d269ddfea47012159 Name": "Chained Labrys", + "679ba90d269ddfea47012159 Name": "Labrys incatenata", "679ba90d269ddfea47012159 ShortName": "Labrys", "679ba90d269ddfea47012159 Description": "A two-handed axe made out of a sewer hatch... With that weight, a single blow is enough to split a skull, whether the blade is sharp or not.", - "679baa2c61f588ae2b062a24 Name": "Key 01", - "679baa2c61f588ae2b062a24 ShortName": "Key 01", + "679baa2c61f588ae2b062a24 Name": "Chiave 01", + "679baa2c61f588ae2b062a24 ShortName": "Chiave 01", "679baa2c61f588ae2b062a24 Description": "An old key, the markings are unreadable. Could be useful for surviving the Labyrinth.", - "679baa4f59b8961f370dd683 Name": "Key 02", - "679baa4f59b8961f370dd683 ShortName": "Key 02", + "679baa4f59b8961f370dd683 Name": "Chiave 02", + "679baa4f59b8961f370dd683 ShortName": "Chiave 02", "679baa4f59b8961f370dd683 Description": "This key probably opens some kind of an old lock. The number engraving has been practically scratched off. Could be useful for surviving the Labyrinth.", - "679baa5a59b8961f370dd685 Name": "Key 03", - "679baa5a59b8961f370dd685 ShortName": "Key 03", + "679baa5a59b8961f370dd685 Name": "Chiave 03", + "679baa5a59b8961f370dd685 ShortName": "Chiave 03", "679baa5a59b8961f370dd685 Description": "The number engraving is barely recognizable on the weathered metal. Could be useful for surviving the Labyrinth.", - "679baa9091966fe40408f149 Name": "Key 04", - "679baa9091966fe40408f149 ShortName": "Key 04", + "679baa9091966fe40408f149 Name": "Chiave 04", + "679baa9091966fe40408f149 ShortName": "Chiave 04", "679baa9091966fe40408f149 Description": "The engraving on this key is barely readable: it's either the number 4 or the Russian letter Ч. Could be useful for surviving the Labyrinth.", "679baace4e9ca6b3d80586b2 Name": "Observation room key", - "679baace4e9ca6b3d80586b2 ShortName": "Observe", + "679baace4e9ca6b3d80586b2 ShortName": "Osserva", "679baace4e9ca6b3d80586b2 Description": "A key that opens one of the personnel workstation rooms in the Labyrinth. That room may have something to do with the research that took place in the Labyrinth.", - "679baae891966fe40408f14c Name": "Torture room key", - "679baae891966fe40408f14c ShortName": "Torture", + "679baae891966fe40408f14c Name": "Chiave della stanza delle torture", + "679baae891966fe40408f14c ShortName": "Tortura", "679baae891966fe40408f14c Description": "An old key that would be more suitable for a shabby lock on a grate or fence than a modern door.", "679bab714e9ca6b3d80586b4 Name": "Corpse room key", - "679bab714e9ca6b3d80586b4 ShortName": "Corpses", + "679bab714e9ca6b3d80586b4 ShortName": "Cadaveri", "679bab714e9ca6b3d80586b4 Description": "An old key that has a strong odor of death. Probably opens a morgue or a room where bodies were kept.", - "679bac1d61f588ae2b062a26 Name": "Labyrinth key", - "679bac1d61f588ae2b062a26 ShortName": "Labyrinth", + "679bac1d61f588ae2b062a26 Name": "Chiave Labirinto", + "679bac1d61f588ae2b062a26 ShortName": "Labirinto", "679bac1d61f588ae2b062a26 Description": "A key that opens a certain room in the Labyrinth. There's no telling what might be inside.", "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 ShortName": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "67adaf95cd47a1ad3f014bc6 Name": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 ShortName": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 Description": "How did these drawings even get here? You should probably improve your security system.", - "67adafa1e6a915f9fd050f66 Name": "They're Already Here", - "67adafa1e6a915f9fd050f66 ShortName": "They're Already Here", - "67adafa1e6a915f9fd050f66 Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "La Tana del Minotauro", + "67adaf8b1230c973bb0433a6 ShortName": "La Tana del Minotauro", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "La Tana del Minotauro", + "67adaf95cd47a1ad3f014bc6 ShortName": "La Tana del Minotauro", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "La Tana del Minotauro", + "67adafa1e6a915f9fd050f66 ShortName": "La Tana del Minotauro", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "Granata Shrapnel VOG-30", + "67ade494d748873e5f0161df ShortName": "Granata Shrapnel VOG-30", + "67ade494d748873e5f0161df Description": "Granata Shrapnel VOG-30", "67adf4a95247ac91530fcec7 Name": "Giacca", "67adf4a95247ac91530fcec7 ShortName": "Giacca", "67adf4a95247ac91530fcec7 Description": "Giacca", - "67adf4b81c58bd68b2002fec Name": "Scatola munizioni di legno", - "67adf4b81c58bd68b2002fec ShortName": "Scatola munizioni di legno", - "67adf4b81c58bd68b2002fec Description": "Cassa munizioni di legno", + "67adf4b81c58bd68b2002fec Name": "Cassa di munizioni in legno", + "67adf4b81c58bd68b2002fec ShortName": "Cassa munizioni in legno", + "67adf4b81c58bd68b2002fec Description": "Cassa munizioni in legno", "67adf4db515e3dd542077a1d Name": "Cassa di legno", "67adf4db515e3dd542077a1d ShortName": "Cassa di legno", "67adf4db515e3dd542077a1d Description": "Cassa di legno", "67adf4eb110ba15da90c6413 Name": "Cassa di granate", - "67adf4eb110ba15da90c6413 ShortName": "Cassa di granate", - "67adf4eb110ba15da90c6413 Description": "Cassa di granate", + "67adf4eb110ba15da90c6413 ShortName": "Scatola di granate", + "67adf4eb110ba15da90c6413 Description": "Scatola di granate", "67adf54d1c58bd68b2002ff0 Name": "Cassetta degli attrezzi", "67adf54d1c58bd68b2002ff0 ShortName": "Cassetta degli attrezzi", "67adf54d1c58bd68b2002ff0 Description": "Cassetta degli attrezzi", - "67adf5752fc5ee84020a9940 Name": "Scav morto", - "67adf5752fc5ee84020a9940 ShortName": "Scav morto", - "67adf5752fc5ee84020a9940 Description": "Scav morto", - "67adf5f7adc1f43b0702b826 Name": "Cassa di rifornimenti tecnici", + "67adf5752fc5ee84020a9940 Name": "Cadavere Scav", + "67adf5752fc5ee84020a9940 ShortName": "Cadavere Scav", + "67adf5752fc5ee84020a9940 Description": "Cadavere Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", "67adf5f7adc1f43b0702b826 ShortName": "Cassa di rifornimenti tecnici", "67adf5f7adc1f43b0702b826 Description": "Cassa di rifornimenti tecnici", - "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "Paladino BEAR (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Pantaloni tattici", + "67b32b69c57909356d0b0fee Name": "Paladino BEAR (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Pantaloni tattici", + "67b32b7c038008b0e105de2e Name": "Paladino BEAR (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Pantaloni tattici", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Pantaloni tattici", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Pantaloni tattici", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Pantaloni tattici", + "67b70e43f753cf9f7a0a07a6 Name": "Valigetta Evento LATAM Drops 2025 (Comune)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", - "67b72271e5673725070b0456 Name": "LATAM Drops Event 2025 case (Rare)", + "67b72271e5673725070b0456 Name": "Valigetta Evento LATAM Drops 2025 (Rara)", "67b72271e5673725070b0456 ShortName": "Twitch", "67b72271e5673725070b0456 Description": "", - "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", + "67b72c64f753cf9f7a0a07aa Name": "Valigetta Evento LATAM Drops 2025 (Epica)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", - "67d3ed3271c17ff82e0a5b0b Name": "Key case", - "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", + "67d3ed3271c17ff82e0a5b0b Name": "Custodia per chiavi", + "67d3ed3271c17ff82e0a5b0b ShortName": "Chiavi", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", - "67e183377c6c2011970f3149 Name": "Ariadne symbol key", - "67e183377c6c2011970f3149 ShortName": "Ariadne", + "67e183377c6c2011970f3149 Name": "Chiave con il simbolo di Ariadne", + "67e183377c6c2011970f3149 ShortName": "Ariadna", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Strada per la Base Militare V-Ex", " Voip/DisabledForOffline": "VoIP non è disponibile in modalità offline", " kg": " Kg", @@ -14764,10 +15034,10 @@ "4:3 - Not wide": "Schermo intero - 4:3", "4x supersampling": "4x supersampling", "5070Kills": "Giocatori livello 51-70 uccisi", - "615ffc701c97c768137e719b Description": "One extra daily task.", - "615ffc701c97c768137e719b Name": "Daily task", - "618035d38012292db3081bf0 Description": "One extra weekly task.", - "618035d38012292db3081bf0 Name": "Weekly task", + "615ffc701c97c768137e719b Description": "Una missione extra quotidiana.", + "615ffc701c97c768137e719b Name": "Missione giornaliera", + "618035d38012292db3081bf0 Description": "Una missione extra settimanale.", + "618035d38012292db3081bf0 Name": "Missione settimanale", "65bd1875c443e7fffb006e83": "Tier 1", "65bd187e578fa4a9f503f003": "Tier 2", "65bd1882b7378d56ab0817c3": "Tier 3", @@ -14784,7 +15054,7 @@ "ACTIVE TASKS": "MISSIONI ATTIVE", "ADD NOTE": "AGGIUNGI NOTA", "ADD/EDIT CONTAINER TAG": "AGGIUNGI/MODIFICA ETICHETTA DEL CONTENITORE", - "ADDOFFER": "Add offer", + "ADDOFFER": "Aggiungi offerta", "ADDTOFAVORITES": "Visualizza sul profilo", "AI amount": "Quantità IA", "AI difficulty": "Difficoltà IA", @@ -14913,7 +15183,7 @@ "Acquire map to review infiltration areas and exfiltration points.": "Acquista una mappa per analizzare le aree di entrata ed i punti di estrazione.", "ActivateObject": "Posiziona dispositivo", "Adaprive sharpen:": "Nitidezza adattiva:", - "AddOfferButton{0}/{1}": "Add offer {0}/{1}", + "AddOfferButton{0}/{1}": "Aggiungi offerta {0}/{1}", "AddTOWISHLIST": "Aggiungi alla lista dei desideri", "AddUserToDialog": "{0} è entrato nella chat.", "Adm Basement": "Seminterrato amministrativo", @@ -14960,7 +15230,7 @@ "Apply all": "Applica tutto", "ApplyMagPreset": "Carica da preset", "Approx.": "Circa.", - "Aquire specific item to proceed infiltration": "Acquire specific item to proceed to infiltration", + "Aquire specific item to proceed infiltration": "Acquisisci un oggetto specifico per procedere all'infiltrazione", "Are you sure you want to buy selected items for {0}?": "Sei sicuro di voler acquistare gli oggetti selezionati per {0}?", "Are you sure you want to cancel the transfer? All unsaved items will be lost": "Sei sicuro di voler annullare questo trasferimento? Gli oggetti non salvati, saranno persi.", "Are you sure you want to cancel the transfer? You will be able to return to this process later": "Sei sicuro di voler annullare il trasferimento? Potrai ritornare a questa fase in seguito.", @@ -14991,7 +15261,7 @@ "Arena/Armory/LevelReward/readyToUlockState": "Pronto", "Arena/Armory/LevelReward/unlockedState": "Pronto", "Arena/BigCustomPurchaseInfo/Blocked": "Bloccato", - "Arena/BigCustomPurchaseInfo/NotEnoughMoney": "Denaro insufficiente", + "Arena/BigCustomPurchaseInfo/NotEnoughMoney": "Soldi insufficienti", "Arena/BigCustomPurchaseInfo/Purchase": "Acquista", "Arena/BlastGang/AtackGoal": "Attaccanti", "Arena/BlastGang/DefenceGoal": "Difendenti", @@ -15025,8 +15295,8 @@ "Arena/CustomGames/Popup/Enter to server": "Accesso al server", "Arena/CustomGames/Popup/RefreshDailyQuest {0}": "Cambia missione operativa / Ref", "Arena/CustomGames/Settings": "Opzioni", - "Arena/CustomGames/Settings/disable": "Disattivato", - "Arena/CustomGames/Settings/enable": "Attivato", + "Arena/CustomGames/Settings/disable": "Disabilitato", + "Arena/CustomGames/Settings/enable": "Abilitato", "Arena/CustomGames/create/enter name": "Inserisci il nickname", "Arena/CustomGames/create/enter password": "Inserisci password", "Arena/CustomGames/errors/notification/AttemptsCountExceeded": "Numero massimo di tentativi superato", @@ -15052,12 +15322,12 @@ "Arena/MVP/DeactivatedBomb": "Disattivato il dispositivo", "Arena/MVP/DeviceInteractLabel": "Dispositivo piazzato/disattivato", "Arena/MVP/ExplodedBomb": "Dispositivo attivato con successo", - "Arena/MVP/HeadshotsStatLabel": "Headshot kills", - "Arena/MVP/KillsStatLabel": "Enemies killed", - "Arena/MVP/MaxKillStreakStatLabel": "Highest kill streak", + "Arena/MVP/HeadshotsStatLabel": "Uccisioni con colpi alla testa", + "Arena/MVP/KillsStatLabel": "Nemici uccisi", + "Arena/MVP/MaxKillStreakStatLabel": "Miglior serie di uccisioni", "Arena/MVP/ObjectiveCaptureLabel": "Obiettivi catturati", "Arena/MVP/PointCaptured": "Catturato l'obiettivo", - "Arena/MVP/PointCapturedCheckpoint": "Captured most objectives", + "Arena/MVP/PointCapturedCheckpoint": "Catturato la maggior parte degli obiettivi", "Arena/MVP/RoundMVPLabel": "GMV del girone ricevuti", "Arena/MVP/TeamDefenseKilled": "Numero più alto di uccisioni", "Arena/MVP/TeamKilled": "Numero più alto di uccisioni", @@ -15122,12 +15392,12 @@ "Arena/TeamColor/white_plural": "Bianco", "Arena/TeamColor/yellow": "Giallo", "Arena/TeamColor/yellow_plural": "Giallo", - "Arena/Tiers/LockedBy/GroupPlayerPovertyThresholdBlocked": "Non ci sono abbastanza soldi per uno o più membri del gruppo", + "Arena/Tiers/LockedBy/GroupPlayerPovertyThresholdBlocked": "Soldi insufficienti per uno o più membri del gruppo", "Arena/Tiers/LockedBy/GroupPlayerTierPresetsUnlocked": "Non ci sono abbastanza Tier preset sbloccati per uno o più membri del gruppo", "Arena/Tiers/LockedBy/GroupPlayerTierPresetsUnlocked {0}": "Non ci sono preset sbloccati {0} per uno o più membri del gruppo", - "Arena/Tiers/LockedBy/PovertyThreshold": "Non ci sono abbastanza soldi per il Tier", + "Arena/Tiers/LockedBy/PovertyThreshold": "Soldi insufficienti per il Tier", "Arena/Tiers/LockedBy/PovertyThreshold {0}": "Soldi insufficienti per {0}", - "Arena/Tiers/LockedBy/PovertyTreshold {0}": "Non ci abbastanza soldi per {0}", + "Arena/Tiers/LockedBy/PovertyTreshold {0}": "Soldi insufficienti per {0}", "Arena/Tiers/LockedBy/PresetsUnlocked": "Non ci sono abbastanza preset sbloccati", "Arena/Tiers/LockedBy/UnavailableTier": "Questo Tier non è disponibile per la partita", "Arena/Tiers/LockedBy/UnavailableTier {0}": "{0} attualmente non è disponibile per la partita", @@ -15136,12 +15406,12 @@ "Arena/Tiers/UnlockedPresets": "Preset sbloccati", "Arena/Tooltip/MapSelectedCounter": "Numero di luoghi selezionati", "Arena/Tooltip/MinMapCount {0}": "Seleziona più luoghi. Devi selezionare almeno {0} luogo/i", - "Arena/UI/APCConditionsUncompleted": "Conditions are not met", + "Arena/UI/APCConditionsUncompleted": "Condizioni non soddisfatte", "Arena/UI/APCItemBuyCaption": "Sblocco oggetto", "Arena/UI/APCItemBuyDescription": "Acquistare l'oggetto?", "Arena/UI/APCItemGetDescription": "Oggetto ricevuto?", - "Arena/UI/APCItemNoMoneyDescription": "Non hai abbastanza soldi", - "Arena/UI/APCPreviousSLotLocked": "Previous slot is locked.", + "Arena/UI/APCItemNoMoneyDescription": "Soldi insufficienti", + "Arena/UI/APCPreviousSLotLocked": "Lo slot precedente è bloccato.", "Arena/UI/Awaiting-Players": "In attesa dei giocatori", "Arena/UI/BasePreset": "PRESET BASE", "Arena/UI/Confirm-Match": "Conferma", @@ -15223,10 +15493,10 @@ "Arena/popups/you stay leader": "Ora sei il leader del gruppo", "Arena/presets/footer/not ready": "NON PRONTO", "Arena/presets/footer/ready": "PRONTO", - "ArenaArmoryItemReward/Description": "Unlocks item in Armory", + "ArenaArmoryItemReward/Description": "Sblocca oggetto nell'Armeria", "ArenaArmoryScreen/TutorialButton": "Tutorial", "ArenaIntoxication": "Veleno potente", - "ArenaMemberCategory/UniqueID": "Ryzhy Edition", + "ArenaMemberCategory/UniqueID": "Edizione Ryzhy", "ArenaPostMatchScreen/DailyExpBonus {0}": "Bonus giornaliero per la prima vittoria: {0}", "ArenaPresetCustomizationScreen/Delete": "Elimina preset", "ArenaPresetCustomizationScreen/DownloadTo": "Carica preset come modello", @@ -15240,10 +15510,10 @@ "ArenaPresetViewScreen/exp_progress": "Avanzamento ESP preset", "ArenaPresetViewScreen/need_unlock": "È richiesto lo sblocco del preset", "ArenaPresetViewScreen/unlocked": "Requisiti soddisfatti", - "ArenaQuestReroll/IsChangeNotAllowed": "Cannot replace this task", - "ArenaQuestReroll/NotHaveMoney": "Not enough money to replace this task", - "ArenaQuestReroll/NotHaveMoneyAndStanding": "Not enough standing and money to replace this task", - "ArenaQuestReroll/NotHaveStanding": "Not enough standing to replace this task", + "ArenaQuestReroll/IsChangeNotAllowed": "Non è possibile sostituire questa missione", + "ArenaQuestReroll/NotHaveMoney": "Soldi insufficienti per sostituire la missione", + "ArenaQuestReroll/NotHaveMoneyAndStanding": "Reputazione e soldi insufficienti per sostituire la missione", + "ArenaQuestReroll/NotHaveStanding": "Reputazione insufficiente per sostituire la missione", "ArenaRaidInviteDescription": "{0} ti ha invitato", "ArenaTraderScreen/QuestTab/AnyGameMode": "Qualsiasi modalità", "ArenaTraderScreen/QuestTab/GameModesBlockTitle": "Modalità di gioco", @@ -15366,7 +15636,7 @@ "Authorization/SystemMessageHeader": "Messaggio del sistema", "AuthorizationErrorHeader": "Errore di Autorizzazione", "AuthorizationErrorMessage": "Si è verificato un errore di autorizzazione", - "Autofill": "Riempi con il necessario", + "Autofill": "Ricarica oggetti", "Average lifetime": "Durata media di vita", "Avoid the engagement of all PMCs": "Evita di ingaggiare i PMC di ogni fazione", "Avoid the engagement of your own PMC": "Evita di ingaggiare i PMC della tua stessa fazione", @@ -15497,7 +15767,7 @@ "CUS_TRANSIT_11_DESC": "Transita verso Interchange", "CUS_TRANSIT_42": "TRANSIT04", "CUS_TRANSIT_42_COND": "", - "CUS_TRANSIT_42_DESC": "Transit to Shoreline", + "CUS_TRANSIT_42_DESC": "Transita verso Shoreline", "CUS_TRANSIT_9": "TRANSIT03", "CUS_TRANSIT_9_COND": " ", "CUS_TRANSIT_9_DESC": "Transita verso Reserve", @@ -15548,7 +15818,7 @@ "CheckAmmo": "Controlla munizioni", "CheckChamber": "Controlla la camera di scoppio\\Ripara il malfunzionamento", "CheckFireMode": "Controlla la modalità di fuoco", - "CheckPointDescription": "Fight for control over the game location along with your team by capturing and holding the objectives.", + "CheckPointDescription": "Lotta per il controllo della zona insieme al tuo team catturando e mantenendo gli obiettivi.", "CheckTimeSpeed": "Modificatore di velocità del controllo", "Chest": "TORACE", "Choose Look": "Scegli l'aspetto", @@ -15637,17 +15907,17 @@ "Colorblind mode:": "Modalità Colorblind:", "Colorfulness:": "Vivacità:", "Combat": "Combattimento", - "ComeWithMeGesture": "Follow me", + "ComeWithMeGesture": "Seguimi", "Commission": "Commissione", "Common stats": "Statistiche comuni", "CommonValue": "Il costo totale di tutti gli oggetti nell'inventario", "Compass": "Bussola", "Complete": "COMPLETA", - "Conditional/ConditionHasItem/Type": "Obtain items:", - "Conditional/ConditionHideoutArea/Type": "Hideout upgrades:", - "Conditional/ConditionLevel/Type": "Character level", - "Conditional/ConditionQuest/Type": "Tasks:", - "Conditional/ConditionSkill/Type": "Skills:", + "Conditional/ConditionHasItem/Type": "Ottieni oggetti:", + "Conditional/ConditionHideoutArea/Type": "Aggiornamenti del Rifugio:", + "Conditional/ConditionLevel/Type": "Livello personaggio", + "Conditional/ConditionQuest/Type": "Missioni:", + "Conditional/ConditionSkill/Type": "Abilità:", "Connecting to server": "Connessione al server...", "Connection to server lost": "Connessione al server persa", "Console": "Console", @@ -15726,12 +15996,12 @@ "CustomPresetsTutor/WelcomeDescription": "Qui imparerai le meccaniche di base per creare i tuoi preset \ne come costruire il preset più efficace per le tue partite.", "CustomPresetsTutor/WelcomeStart": "Inizia", "CustomPresetsTutor/WelcomeTitle": "Benvenuti ai preset personalizzati", - "Custom_scav_pmc": "Boiler room basement (Co-op)", - "CustomizationDirectReward/Description": "You will unlock this style as a reward", + "Custom_scav_pmc": "Centrale termica nel seminterrato (Co-op)", + "CustomizationDirectReward/Description": "Sbloccherai questo stile come premio", "CustomizationNotExists": "Vestiario non disponibile in uno o più predefiniti", - "CustomizationOfferReward/Description": "Unlocks tactical clothing offer", - "CustomizationReward/Description": "Unlocks tactical clothing", - "Customizations/ObtainHeader": "Obtained:", + "CustomizationOfferReward/Description": "Sblocca l'offerta di abbigliamento tattico", + "CustomizationReward/Description": "Sblocca l'abbigliamento tattico", + "Customizations/ObtainHeader": "Ottenuto:", "Customs": "Customs", "CyberEnvironmentUiType": "/ CyberTark /", "DAILY QUESTS": "Missioni operative", @@ -15748,7 +16018,7 @@ "DISCONNECT": "DISCONNETTITI", "DISCONNECT FROM GLOBAL CHAT": "DISCONNETTITI DALLA CHAT GLOBALE", "DISPOSE": "SCARTA", - "DLSS Preset setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "DLSS Preset setting will be fully applied after the raid restarts": "Le impostazioni saranno completamente applicate nel raid successivo", "DMR": "DMR", "DMRDescription": "L'abilità di maneggiare il fucile da cecchino, migliora la maneggevolezza complessiva, riduce il rinculo e il tempo di ricarica di quel tipo di arma.", "DMRLevelingUpDescription": "L'abilità Fucili da Cecchino aumenterà tutte le volte che sparerai o ricaricherai con il tipo d'arma corrispondente.", @@ -15790,7 +16060,7 @@ "DamageType_Btr": "Investito da BTR", "DamageType_Bullet": "Ferita da arma da fuoco", "DamageType_Dehydration": "Disidratazione", - "DamageType_Environment": "Environment object", + "DamageType_Environment": "Oggetto ambientale", "DamageType_Exhaustion": "Sfinimento", "DamageType_Explosion": "Esplosione", "DamageType_Fall": "Caduta", @@ -15865,14 +16135,14 @@ "Develop_Right": "Attivazione", "Dialog is not selected yet": "Nessun chat è selezionata", "Died": "Morto", - "Disable": "Disattivato", + "Disable": "Disabilitato", "Disable arms stamina": "Disabilita resistenza braccia", "Disable legs stamina": "Disabilita resistenza gambe", "Disable overload": "Disabilita il sovraccarico", "Disable water and food consumption": "Disattivare il consumo di acqua ed energia", - "DisableGameFramerateLimit": "Disable game FPS limit", - "Disable_traps": "Disable traps", - "Disabled": "Disattivato", + "DisableGameFramerateLimit": "Disattiva il limite degli FPS in gioco", + "Disable_traps": "Disattiva le trappole", + "Disabled": "Disabilitato", "DisbandGroup": "Abbandona il gruppo", "DisbandGroup message": "Sei sicuro di voler abbandonare il gruppo?", "DiskMipStreamingUsageIntensity: ": "Limite di uso del disco Mip Streaming", @@ -15931,7 +16201,7 @@ "EArenaPresetsListType/Base": "Comune", "EArenaPresetsListType/Custom": "Personalizzato", "EAutoAddToWishlist/AllHideout": "Ricette di creazione preferite e zone del rifugio", - "EAutoAddToWishlist/Disabled": "Disattivato", + "EAutoAddToWishlist/Disabled": "Disabilitato", "EAutoAddToWishlist/Recipes": "Ricette di creazione preferite", "EAutoAddToWishlist/Zones": "Oggetti di aggiornamento del rifugio", "EAutoVaultingUseMode/Automatic": "Auto", @@ -15959,7 +16229,7 @@ "EBackendErrorCode/PlayerTooManyPartyRequests": "Troppi inviti in gruppo. Per favore riprova più tardi.", "EBackendErrorCode/RaidConfigurationError": "Errore di configurazione della modalità di gioco", "EBackendErrorCode/TooManyInviteRequests": "Superato il limite di inviti inviati a un giocatore. Riprova tra {0} sec.", - "EBackenderrorcode/groupnotready": "Group is not ready", + "EBackenderrorcode/groupnotready": "Il gruppo non è pronto", "EBtrInteractionStatus/Blacklisted": "Non ti è consentito l'accesso al BTR!", "EBtrInteractionStatus/BusyDoor": "La porta è in uso!", "EBtrInteractionStatus/BusySide": "Il lato è occupato!", @@ -15971,21 +16241,21 @@ "ECompareMethod/More": "più di", "EConnectionType/Default": "Predefinito", "EConnectionType/HttpConnection": "Http", - "EContinuousHealMode/Disabled": "Disabled", - "EContinuousHealMode/Enabled": "Enabled", + "EContinuousHealMode/Disabled": "Disabilitato", + "EContinuousHealMode/Enabled": "Abilitato", "ECoopBlock/GameVersionUnavailable": "Versione preordine invalida", "ECoopBlock/GroupPlayerWrongVersion": "La modalità cooperativa non è disponibile per alcuni membri del gruppo", "ECoopBlock/LocationUnavailable": "Non disponibile per questo luogo", "ECoopBlock/OnlineUnavailable": "Non disponibile per questo account", "ECoopBlock/PveGameMode": "La modalità cooperativa non è disponibile in modalità PVE.", - "ECustomizationItemCategory/Clothing": "Tactical clothing", - "ECustomizationItemCategory/DogTag": "Dogtag", - "ECustomizationItemCategory/Environment": "Main menu background", - "ECustomizationItemCategory/Gesture": "Gesture", - "ECustomizationItemCategory/Head": "Character appearance", - "ECustomizationItemCategory/Hideout": "Hideout customization", - "ECustomizationItemCategory/MannequinPose": "Mannequin pose", - "ECustomizationItemCategory/Voice": "Character voice", + "ECustomizationItemCategory/Clothing": "Abbigliamento tattico", + "ECustomizationItemCategory/DogTag": "Piastrina", + "ECustomizationItemCategory/Environment": "Sfondo del menu principale", + "ECustomizationItemCategory/Gesture": "Gesti", + "ECustomizationItemCategory/Head": "Aspetto del personaggio", + "ECustomizationItemCategory/Hideout": "Personalizzazione del Rifugio", + "ECustomizationItemCategory/MannequinPose": "Pose del manichino", + "ECustomizationItemCategory/Voice": "Voce personaggio", "EDIT": "MODIFICA", "EDLSSMode/Auto": "auto", "EDLSSMode/Balanced": "bilanciato", @@ -15997,7 +16267,7 @@ "EDLSSPreset/B": "B", "EDLSSPreset/C": "C", "EDLSSPreset/D": "D", - "EDLSSPreset/Default": "Default", + "EDLSSPreset/Default": "Predefinito", "EDLSSPreset/E": "E", "EDLSSPreset/F": "F", "EDLSSPreset/G": "G", @@ -16006,7 +16276,7 @@ "EDLSSPreset/J": "J", "EDLSSPreset/K": "K", "EDLSSPreset/L": "L", - "EDLSSPreset/Latest": "Latest", + "EDLSSPreset/Latest": "Ultimi", "EDLSSPreset/M": "M", "EDLSSPreset/N": "N", "EDLSSPreset/O": "O", @@ -16056,7 +16326,7 @@ "EFenceStandingSource/BossHelp": "Assistenza al Capo", "EFenceStandingSource/BossKill": "Penalità per l'uccisione dei Boss", "EFenceStandingSource/CoopExit": "Estrazione simultanea PMC e Scav", - "EFenceStandingSource/ExitStanding": "Reputazione con Fence per estrarre", + "EFenceStandingSource/ExitStanding": "Estrazione riuscita", "EFenceStandingSource/PmcBotKill": "Assistenza Scav", "EFenceStandingSource/ScavKill": "Penalità per l'uccisione di Scav", "EFencestandingsource/scavhelp": "In aiuto agli scav", @@ -16113,9 +16383,9 @@ "EQUIPMENTPRESETSSTAND": "Rastrelliera equipaggiamento", "EQteActivityType/Gym": "Inizia l'allenamento", "ERGONOMICS": "ERGONOMIA", - "ERewardType/CustomizationDirect": "Customization", - "ERewardType/ExtraDailyQuest": "Task", - "ERewardType/Skill/Description": "Permanently increases {0} ({1})", + "ERewardType/CustomizationDirect": "Personalizzazione", + "ERewardType/ExtraDailyQuest": "Missione", + "ERewardType/Skill/Description": "{0} incrementato permanentemente ({1})", "ESSAOMode/ColoredHighestQuality": "colori ultra", "ESSAOMode/FastPerformance": "prestazioni alte", "ESSAOMode/FastestPerformance": "prestazioni massime", @@ -16148,8 +16418,8 @@ "EWishlistGroup/Other": "Altro", "EWishlistGroup/Quests": "Missioni", "EWishlistGroup/Trading": "Baratto", - "EWishlistNotificationsType/All": "Attivato", - "EWishlistNotificationsType/Disabled": "Disattivato", + "EWishlistNotificationsType/All": "Abilitato", + "EWishlistNotificationsType/Disabled": "Disabilitato", "EWishlistNotificationsType/MenuOnly": "Solo nella scorta", "EWishlistNotificationsType/RaidOnly": "Solo in raid", "EXAMINE": "ESAMINA", @@ -16196,8 +16466,8 @@ "EXFIL_water_drain": "Ridurre il livello dell'acqua", "EXFIL_water_wait": "Aspettare che il livello dell'acqua diminuisca", "EXHAUSTED": "ESAUSTO", - "EXIT REQUIREMENT COMPONENT": "Required for exfil activation", - "EXIT REQUIREMENT COMPONENT/Tooltip": "This item is a requirement to activate a special exfil and cannot be taken out of raid.", + "EXIT REQUIREMENT COMPONENT": "Necessario per l'attivazione dell'estrazione", + "EXIT REQUIREMENT COMPONENT/Tooltip": "Questo oggetto è un requisito per attivare un'estrazione speciale e non può essere portato del Rifugio.", "EXITLOCATED": "USCITA INDIVIDUATA", "EXPLOSION DELAY": "RITARDO DELL'ESPLOSIONE", "EXPLOSION DISTANCE": "RAGGIO D'ESPLOSIONE", @@ -16211,13 +16481,13 @@ "EmergencyWall": "Muro difettoso", "Empty": "Vuoto", "EmptyMapSlotMessage": "Non ci sono mappe nel tuo inventario", - "Enable": "Attivato", + "Enable": "Abilitato", "Enable Bosses": "Abilita i Boss", "Enable NVidia Highlights": "Abilita NVIDIA Highlights", "Enable OFFLINE mode for this raid": "Attivare la modalità pratica per questo raid", "Enable PostFX": "Attiva PostFX", "Enable PvE": "Abilita PvE", - "Enabled": "Attivato", + "Enabled": "Abilitato", "Endurance": "Resistenza", "EnduranceBreathElite": "Respirare è indipendente dall'energia", "EnduranceBuffBreathTimeInc": "Aumenta il tempo di apnea del [{0:0.#%}]", @@ -16271,7 +16541,7 @@ "Exchange": "Scambio", "Exhaustion": "Affaticamento", "Exhibition/BlockedMessage": "Non disponibile per questo account", - "Exit": "ESCI", + "Exit": "USCITA", "Exit1": "Buco nel muro vicino alle montagne", "Exit2": "Tubo di riscaldamento", "Exit3": "Porta ermetica del magazzino", @@ -16325,8 +16595,8 @@ "FUTURE NEGATIV BONUSES:": "PENALITÀ FUTURE:", "FaceCover": "Maschera", "Factory": "Factory", - "Factory Far Corner": "Factory Angolo Lontano", - "Factory Shacks": "Factory Baracche", + "Factory Far Corner": "Angolo lontano della fabbrica", + "Factory Shacks": "Baracche della Fabbrica", "Factory gate": "Ponte dell'Amicizia (Co-Op)", "FactoryEnvironmentUiType": "Factory", "Failed to sort item in {0}": "Errore nell'ordinamento dell'oggetto {0}", @@ -16366,14 +16636,14 @@ "Friend request from {0} declined succesfully!": "La richiesta di amicizia da {0} è stata rifiutata!", "Friend request from {0} declined successfully!": "Richiesta d'amicizia da {0} rifiutata con successo!", "Friendly scavs": "Scav Amichevoli", - "FriendlyGesture": "Greet", + "FriendlyGesture": "Saluti", "Friends": "Amici", "Friends invite is already sent": "Hai già inviato la richiesta di amicizia.", "Friends list": "Lista amici", - "FrostbiteBuff": "Frostbite", + "FrostbiteBuff": "Assideramento", "Full": "Pieno", "Full Recovery Time": "Tempo di recupero totale", - "FullHeal": "FULL TREATMENT", + "FullHeal": "TRATTAMENTO COMPLETO", "Fullscreen mode:": "Modalità Schermo:", "Func mods": "Modifiche funzionali", "Functional mods": "Modifiche funzionali", @@ -16399,9 +16669,9 @@ "Game reconnection...": "Riconnessione alla partita...", "Game settings": "Impostazioni di gioco", "Game world creating...": "Creazione del mondo di gioco...", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", - "GameMode/Confirmation/PVE": "Are you sure you want to switch to PvE mode?", - "GameMode/Confirmation/PVP": "Are you sure you want to switch to PvP mode?", + "GameFramerateLimitBlockers/Description": "Il limite degli FPS in gioco è disabilitato. Per poter modificare questa impostazione, attivala nuovamente.", + "GameMode/Confirmation/PVE": "Sei sicuro di voler passare alla modalità PvE?", + "GameMode/Confirmation/PVP": "Sei sicuro di voler passare alla modalità PvP?", "Gate 0": "Cancello 0", "Gate 2": "Cancello 2", "Gate 3": "Cancello 3", @@ -16410,18 +16680,18 @@ "Gate_o": "Cancello del cortile", "Gear parts": "Modifiche equipaggiamento", "Generator": "GENERATORE", - "Generator/Broken": "Repair needed", - "Generator/Disable": "Generator unavailable", - "Generator/FillTheTank": "Refuel", - "Generator/NeedIdle": "Can't perform action while moving", - "Generator/NoRequiredItem": "Required items missing", - "Generator/NonInteractive": "Can't interact", - "Generator/Ready": "Ready for refuel", - "Generator/Repair": "Repair", - "Generator/Running": "Generator is on", + "Generator/Broken": "Riparazione necessaria", + "Generator/Disable": "Generatore non disponibile", + "Generator/FillTheTank": "Rifornisci", + "Generator/NeedIdle": "Non è possibile eseguire azioni mentre ci si muove", + "Generator/NoRequiredItem": "Mancano gli oggetti necessari", + "Generator/NonInteractive": "Impossibile interagire", + "Generator/Ready": "Pronto per il rifornimento", + "Generator/Repair": "Ripara", + "Generator/Running": "Generatore acceso", "Get items": "Ottieni gli oggetti", "Get ready": "Preparati", - "GetOffGesture": "Flip off", + "GetOffGesture": "Dito medio", "GetOut": "Esci", "Goggles": "Occhiali", "Good standing": "buono", @@ -16512,33 +16782,33 @@ "Hideout/CircleOfCultists/MaxItemsCount": "Oggetti massimi: {0}", "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "I cultisti non possono conferire il loro Regalo mentre sei nel Rifugio", "Hideout/Craft/ToolMarkerTooltip": "Questo oggetto verrà usato come strumento ausiliario. Tornerà nella tua scorta una volta che la produzione è stata completata.", - "Hideout/Customization/Ceiling/TabName": "Ceiling", - "Hideout/Customization/Ceiling/WindowHeader": "Select the ceiling for installation", - "Hideout/Customization/CellSelected": "SELECTED", - "Hideout/Customization/Floor/TabName": "Floor", - "Hideout/Customization/Floor/WindowHeader": "Select the floor for installation", - "Hideout/Customization/Light/TabName": "Lighting", - "Hideout/Customization/Light/WindowHeader": "Select the lighting for installation", - "Hideout/Customization/PosterSlot/TabName": "Posters", - "Hideout/Customization/PosterSlot/WindowHeader": "Select the posters for installation", - "Hideout/Customization/ScreenOverlayButtonTitle": "Hideout customization", - "Hideout/Customization/ShootingRangeMark/TabName": "Targets", - "Hideout/Customization/ShootingRangeMark/WindowHeader": "Select the target for installation", - "Hideout/Customization/StatuetteSlot/TabName": "Figurines", - "Hideout/Customization/StatuetteSlot/WindowHeader": "Select the trophies for installation", - "Hideout/Customization/Wall/TabName": "Walls", - "Hideout/Customization/Wall/WindowHeader": "Select the wall for installation", - "Hideout/Customization/WindowCaption": "Customization", + "Hideout/Customization/Ceiling/TabName": "Soffitto", + "Hideout/Customization/Ceiling/WindowHeader": "Selezionare il soffitto per l'installazione", + "Hideout/Customization/CellSelected": "SELEZIONATO", + "Hideout/Customization/Floor/TabName": "Pavimento", + "Hideout/Customization/Floor/WindowHeader": "Selezionare il pavimento per l'installazione", + "Hideout/Customization/Light/TabName": "Illuminazione", + "Hideout/Customization/Light/WindowHeader": "Selezionare l'illuminazione per l'installazione", + "Hideout/Customization/PosterSlot/TabName": "Manifesti", + "Hideout/Customization/PosterSlot/WindowHeader": "Selezionare i manifersti per l'installazione", + "Hideout/Customization/ScreenOverlayButtonTitle": "Personalizzazione del Rifugio", + "Hideout/Customization/ShootingRangeMark/TabName": "Obiettivi", + "Hideout/Customization/ShootingRangeMark/WindowHeader": "Selezionare gli obiettivi per l'installazione", + "Hideout/Customization/StatuetteSlot/TabName": "Statuette", + "Hideout/Customization/StatuetteSlot/WindowHeader": "Selezionare le statuette per l'installazione", + "Hideout/Customization/Wall/TabName": "Muri", + "Hideout/Customization/Wall/WindowHeader": "Selezionare i muri per l'installazione", + "Hideout/Customization/WindowCaption": "Personalizzazione", "Hideout/EquipmentPresetsStand/MannequinTab": "MANICHINO {0}", "Hideout/Handover window/Caption/All weapons": "Tutte le armi", "Hideout/Handover window/Message/Items in stash selected:": "Oggetti nella scorta selezionati:", "Hideout/Mannequin/Pose/boxing": "Primo Combattente", "Hideout/Mannequin/Pose/fingerguns": "Cowboy", "Hideout/Mannequin/Pose/fingerguns2": "Tiratore scelto", - "Hideout/Mannequin/Pose/gopnik": "Slav Squat", - "Hideout/Mannequin/Pose/muscles_flex": "Feel My Gains", - "Hideout/Mannequin/Pose/spreadinghands": "Bene Cosa È Quello", - "Hideout/Mannequin/Pose/standing": "Incontro", + "Hideout/Mannequin/Pose/gopnik": "Squat Slavo", + "Hideout/Mannequin/Pose/muscles_flex": "Guarda Che Muscoli", + "Hideout/Mannequin/Pose/spreadinghands": "Gladiatore", + "Hideout/Mannequin/Pose/standing": "Rapporto", "Hideout/Production/Decryption/Fail": "Decriptazione non riuscita", "Hideout/Production/Decryption/Success": "Decriptazione avvenuta con successo", "Hideout/WeaponStand": "Rastrelliera per armi", @@ -16566,7 +16836,7 @@ "Hold to Lean": "Tieni premuto per sporgerti", "Hold to Sprint/hold breath": "Tieni premuto per correre/trattenere il respiro", "Hold to Walk": "Tieni premuto per camminare", - "HoldGesture": "Hold", + "HoldGesture": "Stop", "Hole Exfill": "Buco nella recinzione", "Holster": "Fondina", "Horrible standing": "orribile", @@ -16591,7 +16861,7 @@ "INT_TRANSIT_6_DESC": "Transita verso Customs", "INT_TRANSIT_7": "TRANSIT02", "INT_TRANSIT_7_COND": " ", - "INT_TRANSIT_7_DESC": "Transita per Streets of Tarkov", + "INT_TRANSIT_7_DESC": "Transita verso Streets of Tarkov", "INVITE": "INVITA", "ITEM IS NOT EXAMINED!": "L'OGGETTO NON È ANCORA STATO ESAMINATO!", "Identifier": "Stringa sorgente", @@ -16805,7 +17075,7 @@ "Knock & run": "Bussa", "LAB_TRANSIT_8": "TRANSIT01", "LAB_TRANSIT_8_COND": " ", - "LAB_TRANSIT_8_DESC": "Transita per Streets of Tarkov", + "LAB_TRANSIT_8_DESC": "Transita verso Streets of Tarkov", "LATER": "PIÙ TARDI", "LEAVE_BTN": "ESCI", "LEFT: ": "SINISTRA:", @@ -16843,7 +17113,7 @@ "LVLKILLLIST": "LVL", "Laboratory": "The Lab", "LaboratoryEnvironmentUiType": "The Lab", - "Labyrinth": "The Labyrinth", + "Labyrinth": "Il Labirinto", "Last game session": "Ultima sessione di gioco", "LastHero": "LastHero", "LastHeroDescription": "Una lotta senza fine a colpi di arma da fuoco. Ci sarà un solo vincintore.", @@ -16902,7 +17172,7 @@ "LoadingBundles": "Caricamento file dati...", "Lobby FPS Limit": "Limite FPS (Sala d'attesa):", "Lobby FPS Limit:": "Limite FPS (Menu):", - "Local game matching...": "Abbinamento partita locale...", + "Local game matching...": "Entrando in una partita locale...", "Local game starting...": "Inizio partita in locale...", "Location": "Posizione", "Location Locked": "BLOCCATO", @@ -16917,7 +17187,7 @@ "LockpickingDescription": "Abilità di scassinare", "LoginExist": "Login già esistente", "Longevity": "Longevità", - "Look": "Attention!", + "Look": "Attenzione!", "LookX negative": "Guarda a sinistra", "LookX positive": "Guarda a destra", "LookY negative": "Guarda in alto", @@ -17021,7 +17291,7 @@ "MainMenu": "MENU PRINCIPALE", "Maintenance/Disconnected": "Connessione persa alla rete EFT: Arena", "Maintenance/DisconnectedDescription": "La connessione di rete è stata persa:\n• Controlla la tua connessione Internet\n• Assicurati di non utilizzare una VPN o altri booster\n• Prova a riavviare il router\n• Controlla i social network e le piattaforme ufficiali per nuovi aggiornamenti\n• Se nessuna delle soluzioni precedenti ha risolto il problema, contattare l'assistenza", - "Maintenance/MaintenanceDescription": "Game is currently unavailable due to maintenance", + "Maintenance/MaintenanceDescription": "Il gioco non è attualmente disponibile a causa di manutenzione", "Maintenance/MaintenanceLabel": "Manutenzione tecnica in corso", "Maintenance/ReconnectRequired": "Connessione ripristinata. È necessaria una nuova autorizzazione.", "Maintenance/Reconnected": "Connessione ripristinata alla rete EFT: Arena", @@ -17070,7 +17340,7 @@ "Match canceled": "Partita annullata. I soldi ti verranno rimborsati e il ranking non verrà calcolato. Puoi lasciare la partita.", "MatchEndExpBonus": "Risultati della partita bonus", "Matchend/ErrorUpdatingDataForHealing": "Impossibile caricare i dati, controllare lo stato della rete. Provare ad accedere nuovamente alla schermata di cura, o saltare e andare al menu principale?", - "Matching...": "Abbinamento...", + "Matching...": "Entrando in partita...", "Max S in a row": "Sopravvivenze massime di fila", "MaxStamina": "Resistenza massima", "Maximizedwindow": "Finestra", @@ -17176,9 +17446,9 @@ "NVidia Reflex is on. Turn it off to change this parameter.": "NVIDIA Reflex attivo. Disattivalo per modificare questo parametro.", "NVidia Reflex settings will be applied after restart.": "L'impostazione NVIDIA Reflex verrà applicata dopo il riavvio.", "NW Exfil": "Estrazione ferrovia", - "NY_FINAL": "EVENT", + "NY_FINAL": "EVENTO", "NY_FINAL_COND": "", - "NY_FINAL_DESC": "Final Generator", + "NY_FINAL_DESC": "Generatore finale", "Nakatani_stairs_free_exit": "Scale del seminterrato Nakatani", "Nape": "Nuca", "NeededSearch": "RICERCA RICHIESTA", @@ -17191,7 +17461,7 @@ "Neutralizer": "Neutralizzatore", "New quest allowed": "", "NewOwner": "La chat di comando è stata trasferita a {0}!", - "NewYearEvent": "Christmas Event", + "NewYearEvent": "Evento Natalizio", "Next": "Successivo", "Next LL requirements:": "Requisiti per successivo LF:", "Next Loyalty Level:": "Nuovo livello fedeltà:", @@ -17217,10 +17487,10 @@ "NoCompatibleAmmo": "(NESSUNA MUNIZIONE)", "NoCorrespondingArea": "Manca la zona nel Rifugio richiesta per la riparazione", "NoFutureUpgrades": "Nessun ulteriore miglioramento", - "NoGesture": "Thumbs down", + "NoGesture": "Pollice giù", "NoSignal": "NESSUN SEGNALE", "Noise": "Rumore", - "NoiseSuppressionLevels/Disabled": "Disattivata", + "NoiseSuppressionLevels/Disabled": "Disabilitato", "NoiseSuppressionLevels/High": "Modesta", "NoiseSuppressionLevels/Low": "Bassa", "NoiseSuppressionLevels/Moderate": "Moderato", @@ -17288,9 +17558,9 @@ "Object LOD quality:": "Qualità LOD degli oggetti:", "Objectives": "Obiettivo(i)", "Observer": "Spettatore", - "ObtainPrestigeScreen/Conformation/SubTitle": "General Info", - "ObtainPrestigeScreen/Title": "PRESTIGE", - "ObtainPrestigeScreen/Transfer/SubTitle": "Item transfer", + "ObtainPrestigeScreen/Conformation/SubTitle": "Informazioni generali", + "ObtainPrestigeScreen/Title": "PRESTIGIO", + "ObtainPrestigeScreen/Transfer/SubTitle": "Trasferimento oggetto", "Offer was sold or out of stock": "L'offerta è stata venduta", "Office Window": "Finestra Ufficio", "Offline raid description": "In questa modalità, potrai impratichirti offline per conto tuo, ti potrai inoltre immergere in partite cooperative con i tuoi amici senza il rischo di incontrare altri giocatori. Puoi usare questa modalità per esplorare luoghi, testare le tue armi, e fare altro, prima di affrontare veri combattimenti contro avversari in carne e ossa. Tutte le meccaniche in modalità cooperativa (tempo atmosferico, bot, Boss, ecc.) sono comunque identiche alle meccaniche online.", @@ -17300,7 +17570,7 @@ "OfflineRaid/startasgrouptooltip": "Con questa opzione selezionata, i giocatori inizieranno il raid fianco a fianco", "OfflineRaidScreen/WarningHeader": "Attenzione! I tuoi progressi non saranno salvati quando sei in modalità pratica!", "OfflineRaidScreen/WarningText": "La modalità Cooperativa richiede che tutti i giocatori posseggano la versione di gioco Edge of Darkness o l'espansione Co-op per tutti i membri del gruppo. Il gioco si svolgerà su server ufficiali di Escape from Tarkov.", - "OkGesture": "Thumbs up", + "OkGesture": "Pollice su", "Old Azs Gate": "Cancello vecchia stazione di servizio", "Old Gas Station": "Vecchia stazione di servizio", "Old Road Gate": "Cancello della Vecchia Strada", @@ -17328,7 +17598,7 @@ "OtherPlayerProfile/PlaceholderItems": "Nessun oggetto preferito", "OtherPlayerProfile/PlaceholderWeapons": "Nessuna arma preferita", "OtherPlayerProfile/RareAchievements": "Riconoscimenti rari", - "OtherPlayerProfile/ViewHideout": "VIEW HIDEOUT", + "OtherPlayerProfile/ViewHideout": "VISUALIZZA NASCONDIGLIO", "Out of Stock": "Esaurito", "Outskirts": "Periferie", "Outskirts Water": "Ponte Scav", @@ -17351,7 +17621,7 @@ "Pain": "Dolore", "Painkiller": "Sotto antidolorifici", "PanicEffect": "Orrore agghiacciante", - "PaperGesture": "Paper", + "PaperGesture": "Carta", "Paramedic": "Paramedico", "Party is ready. Starting the game...": "Il gruppo è pronto. Inizio della partita...", "Penalties": "Penalità per il fallimento", @@ -17380,7 +17650,7 @@ "Player {0} has left the group": "Il giocatore {0} ha lasciato il gruppo", "Player {0} invite you to the group": "Il giocatore {0} ti invita nel gruppo", "Player {0} was invited to your group": "Il giocatore {0} è stato invitato nel tuo gruppo", - "PlayerEquipmentWindow/Caption{0}": "Equipment preview: {0}", + "PlayerEquipmentWindow/Caption{0}": "Anteprima dell'equipaggiamento: {0}", "PlayerProfile/Unavailable": "Profilo PMC nascosto", "Players spawn": "Spawn giocatore", "PlayersSpawnPlace/AtTheEndsOfTheMap": "2 squadre", @@ -17405,29 +17675,29 @@ "Preset_unlocking": "Sbloccaggio...", "Press Assemble button to build and place it in stash.": "Premi il pulsante assembla per montare e mettere l'arma nella scorta.", "Press any key...": "Premi un tasto qualsiasi...", - "Prestige": "Prestige", - "Prestige/Conformation/Lost": "RESETS", - "Prestige/Conformation/Lost/Arena": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH", - "Prestige/Conformation/Lost/EFT": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH\n• HIDEOUT PROGRESS", - "Prestige/Conformation/Save": "STAYS", - "Prestige/Conformation/Save/Arena{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• ARP RATING\n• ARMORY PROGRESS\n• PROFILE STATISTICS", - "Prestige/Conformation/Save/EFT{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• PROFILE STATISTICS\n• PRESTIGE PROGRESS", - "Prestige/Conformation/Text": "Upon gaining Prestige, you will start the game from the beginning,\nbut you can keep some of your equipment and skills", - "Prestige/Conformation/Title": "Congratulations, you have met all the requirements for the Prestige!", - "Prestige/ItemsTransfer/FitButtonTooltip": "Show allowed items", - "Prestige/ItemsTransfer/FitWindow": "All allowed items", - "Prestige/ItemsTransfer/Header": "Send items to yourself", - "Prestige/Levels/AlreadyClaimed": "ALREADY CLAIMED", - "Prestige/Levels/Claim": "CLAIM", - "Prestige/Levels/ConditionsListCaption": "UNLOCK CONDITIONS", - "Prestige/Levels/ConditionsNotReady": "CONDITIONS NOT MET", - "Prestige/Levels/NotAvailableInRaid": "NOT AVAILABLE IN RAID", - "Prestige/Levels/PreviousNotClaimed": "PREVIOUS LEVEL NOT CLAIMED", - "Prestige/Levels/RewardOverviewCaption": "REWARD OVERVIEW", - "Prestige/Levels/RewardsListCaption": "REWARDS FOR OBTAINING PRESTIGE", - "Prestige/Rewards/ModesCaption": "AVAILABLE IN GAME MODES:", - "Prestige/Rewards/RewardDescription": "DESCRIPTION:", - "PrestigeTooltip{0}": "Prestige level: {0}", + "Prestige": "Prestigio", + "Prestige/Conformation/Lost": "RESETTA", + "Prestige/Conformation/Lost/Arena": "• REPUTAZIONE MERCANTE\n• PROGRESSO MISSIONE\n• LIVELLO PERSONAGGIO\n• SCORTA", + "Prestige/Conformation/Lost/EFT": "• REPUTAZIONE MERCANTE\n• PROGRESSO MISSIONE\n• LIVELLO PERSONAGGIO\n• SCORTA\n• PROGRESSO RIFUGIO", + "Prestige/Conformation/Save": "STAI", + "Prestige/Conformation/Save/Arena{S}{M}": "• {S}% ABILITA\n• {M}% PADRONANZA\n• RICONOSCIMENTI CONQUISTATI\n• VALUTAZIONE ARP\n• PROGRESSO DELL'ARMERIA\n• STATISTICHE DEL PROFILO", + "Prestige/Conformation/Save/EFT{S}{M}": "• {S}% ABILITA\n• {M}% PADRONANZA\n• RICONOSCIMENTI CONQUISTATI\n• STATISTICHE DEL PROFILO\n• PROGRESSO PRESTIGIO", + "Prestige/Conformation/Text": "Dopo aver ottenuto prestigio, inizierai il gioco dall'inizio,\nma puoi mantenere parte del tuo equipaggiamento e delle tue abilità", + "Prestige/Conformation/Title": "Congratulazioni, hai soddisfatto tutti i requisiti per il Prestigio!", + "Prestige/ItemsTransfer/FitButtonTooltip": "Mostra gli oggetti consentiti", + "Prestige/ItemsTransfer/FitWindow": "Tutti gli oggetti consentiti", + "Prestige/ItemsTransfer/Header": "Invia oggetti a te stesso", + "Prestige/Levels/AlreadyClaimed": "GIÀ RICHIESTO", + "Prestige/Levels/Claim": "RICHIEDI", + "Prestige/Levels/ConditionsListCaption": "CONDIZIONI DI SBLOCCO", + "Prestige/Levels/ConditionsNotReady": "CONDIZIONI NON RISPETTATE", + "Prestige/Levels/NotAvailableInRaid": "NON DISPONIBILE IN RAID", + "Prestige/Levels/PreviousNotClaimed": "LIVELLO PRECEDENTE NON RICHIESTO", + "Prestige/Levels/RewardOverviewCaption": "PANORAMICA DEI PREMI", + "Prestige/Levels/RewardsListCaption": "RICOMPENSE PER L'OTTENIMENTO DEL PRESTIGIO", + "Prestige/Rewards/ModesCaption": "DISPONIBILE NELLE MODALITÀ DI GIOCO:", + "Prestige/Rewards/RewardDescription": "DESCRIZIONE:", + "PrestigeTooltip{0}": "Livello di prestigio: {0}", "Previous": "Precedente", "PreviousMagazine": "Caricatore precedente", "PreviousWalkPose": "Posa precedente camminata", @@ -17474,11 +17744,11 @@ "Protect objective {0:F1}": "Proteggi l'obiettivo {0:F1}", "PveFirstTime/Caption": "Modalità gioco: ZONA PVE", "PveFirstTime/Message": "Benvenuto nella modalità di gioco ZONA PVE\n\nIn questa modalità è possibile sperimentare il gioco completo con una progressione persistente del personaggio in PVE da solo o con i tuoi amici, senza preoccuparsi di essere attaccati da altri giocatori umani in raid.\n\nTutte le meccaniche di gioco sono identiche alla modalità di gioco PVP ZONE.\n\nBuona fortuna!", - "PveServerMode/ForceOnlineRaidInPVE": "This location can only be played on BSG servers", - "PveServerMode/IsInGroup": "Group raids can only be played on BSG servers", - "PveServerMode/IsScav": "Scav raids can only be played on BSG servers", - "PveServerModeCheckmark": "Play on BSG servers", - "PveServerModeHeader": "Server settings", + "PveServerMode/ForceOnlineRaidInPVE": "Questo luogo può essere giocato solo su server BSG", + "PveServerMode/IsInGroup": "Gruppi scav possono essere solo giocati su server BSG", + "PveServerMode/IsScav": "I raid scav possono essere solo giocati su server BSG", + "PveServerModeCheckmark": "Gioca sui server BSG", + "PveServerModeHeader": "Impostazioni del server", "QUEST ITEM": "OGGETTO DELLA MISSIONE", "QUEST ITEMS": "OGG. MISSIONE", "QUICK USE": "USO RAPIDO", @@ -17565,7 +17835,7 @@ "QuestCondition/HandoverItem": "Consegna l'oggetto {onlyfoundinraid}: \"{item}\"{durability}{durabilitystrict}", "QuestCondition/HandoverItem/Durability": " ({0}% to {1}% durabilità)", "QuestCondition/HandoverItem/DurabilityStrict": " (durabilità {0}%)", - "QuestCondition/HandoverItem/OnlyFoundInRaid": " trovato in raid o creato", + "QuestCondition/HandoverItem/OnlyFoundInRaid": "trovato in raid", "QuestCondition/HideoutArea": "{0} livello {1}", "QuestCondition/Inventory": "Estrai con gli oggetti della categoria: {0}", "QuestCondition/Many{0}{1}": "{0} {1} volta(e)", @@ -17663,7 +17933,7 @@ "RESUME": "RIPRENDI", "RETURN TIME:": "TEMPO DI RITORNO:", "RETURN TO RAID": "RITORNA AL RAID", - "REVIEW INFIL & EXFIL ON {0}": "ANALISI ENTRATA ED ESTRAZIONE SU {0}", + "REVIEW INFIL & EXFIL ON {0}": "ANALISI INFILTRAZIONE ED ESTRAZIONE SU {0}", "REZ_TRANSIT_18": "TRANSIT03", "REZ_TRANSIT_18_COND": " ", "REZ_TRANSIT_18_DESC": "Transita verso Customs", @@ -17684,10 +17954,10 @@ "RUAF Gate": "Cancello RUAF", "RUAF Roadblock": "Posto di blocco RUAF", "RUAF Roadblock_scav": "Posto di blocco RUAF", - "RUNDDANS_CAPTION": "PREPARE FOR KHOROVOD", + "RUNDDANS_CAPTION": "PREPARATI PER KHOROVOD", "RWing Gym Entrance": "Entrata Palestra - Ala Destra", "RadioTransmitter/AttributeValues/Blocked": "Bloccata", - "Ragfair/AddOffersTemporaryDisabled{0}": "Access to offer placing will be opened in {0}", + "Ragfair/AddOffersTemporaryDisabled{0}": "L'accesso all'immissione delle offerte verrà aperto tra {0}", "Ragfair/No selected item": "Nessun oggetto selezionato", "Raid lock": "Non puoi modificare quella parte durante il raid.", "Raid №{0}": "Raid #{0}", @@ -17737,7 +18007,7 @@ "RecommendedVRAM:": "VRAM Raccomandata", "Reconnection is not available at this moment due to testing purposes": "La riconnessione non è disponibile in questo momento a causa di test in corso", "RedRebel_alp": "Sentiero dello scalatore", - "Refill": "Riempire", + "Refill": "Ricarica", "RegionsNotification/AllRegionsDisabled": "La selezione automatica della regione è stata abilitata a causa del ping elevato sui server selezionati.", "RegionsNotification/BadConnection": "Impossibile trovare un server adatto eseguendo il ping in modalità di rilevamento automatico. Potrebbero verificarsi problemi di connessione.", "RegionsNotification/SomeRegionsDisabled": "Le seguenti regioni sono state disabilitate a causa del ping elevato: {0}.", @@ -17807,7 +18077,7 @@ "Revolver Mastering": "Revolver", "RevolverDescription": "L'abilità di maneggiare i Revolver migliora la maneggevolezza complessiva, riduce il rinculo di quel tipo di arma.", "RevolverLevelingUpDescription": "L'abilità Revolver aumenterà tutte le volte che sparerai or ricaricherai con il tipo d'arma corrispondente.", - "Rewards/Type/Stats": "Character stats", + "Rewards/Type/Stats": "Statistiche del personaggio", "RezervBase": "Reserve", "Rig": "Gilet Tattico", "Right Arm": "BRACCIO DESTRO", @@ -17819,16 +18089,16 @@ "Rmed": "Medio", "Road to Customs": "Strada per Customs", "Rock Passage": "Passaggio Roccioso", - "RockGesture": "Rock", + "RockGesture": "Roccia", "Ruined House Fence": "Staccionata della Casa rovinata", - "Runddans/LocationDescrition": "To become part of the Khorovod, you need to wear a special armband and stock up on the special festive fuel.\n\nAmong the locals, there will be plenty of those who want to ruin the celebration, so the lit tree will need protection.\n\nThe Khorovod will be complete once all of Prapor's trees are lit.", - "Runddans/MarathonDescription": "Switch", + "Runddans/LocationDescrition": "Per entrare a far parte del Khorovod, devi indossare una fascia speciale e fare scorta dello speciale carburante festivo.\n\nTra la gente del posto non mancheranno quelli che vogliono rovinare la celebrazione, quindi l'albero illuminato avrà bisogno di protezione.\n\nIl Khorovod sarà completato una volta che tutti gli alberi di Prapor saranno accesi.", + "Runddans/MarathonDescription": "Scambio", "Runddans/MarathonTitle": "KHOROVOD", - "Runddans/TarkovDescrition": "Switch", - "Runddans/TarkovTitle": "Standard game mode", + "Runddans/TarkovDescrition": "Scambio", + "Runddans/TarkovTitle": "Modalità di gioco standard", "SAN_TRANSIT_1": "TRANSIT01", "SAN_TRANSIT_1_COND": " ", - "SAN_TRANSIT_1_DESC": "Transita per Streets of Tarkov", + "SAN_TRANSIT_1_DESC": "Transita verso Streets of Tarkov", "SAVAGE": "SCAV", "SAVE AS ...": "SALVA COME ...", "SAVE AS...": "Salva come...", @@ -17860,9 +18130,9 @@ "SHO_TRANSIT_24": "TRANSIT01", "SHO_TRANSIT_24_COND": " ", "SHO_TRANSIT_24_DESC": "Transita verso Lighthouse", - "SHO_TRANSIT_43": "TRANSIT??", - "SHO_TRANSIT_43_COND": "Probably requires Labrys access keycard (1)", - "SHO_TRANSIT_43_DESC": "Transit to Labyrinth?", + "SHO_TRANSIT_43": "TRANSITO??", + "SHO_TRANSIT_43_COND": "Probabilmente richiede la tessera magnetica d'accesso Labrys (1)", + "SHO_TRANSIT_43_DESC": "Transito verso il Labirinto?", "SIDE": "LATO", "SIGHT CRATE": "Ingrandimento vista", "SILENCE": "SILENZIO", @@ -17936,7 +18206,7 @@ "Scavs arrived with loot": "Gli scav sono arrivati con il bottino", "Scavs has brought you:": "Gli Scav ti hanno riportato:", "Scene loading...": "Caricamento scena...", - "ScissorGesture": "Scissors", + "ScissorGesture": "Forbici", "ScopeZoomIn": "Ingrandisci l'ottica", "ScopeZoomOut": "Diminuisci l'ottica", "Screen resolution:": "Risoluzione schermo:", @@ -17986,8 +18256,8 @@ "Settings/Graphics/DLSSLockThis": "DLSS attivo", "Settings/Graphics/DLSSModeTooltip": "NVIDIA DLSS utilizza AI Super Resolution per fornire i migliori frame rate possibili alle impostazioni grafiche massime. DLSS richiede una scheda grafica RTX NVIDIA.", "Settings/Graphics/DLSSNotSupported": "Il DLSS non é supportato dal tuo sistema", - "Settings/Graphics/DLSSPreset": "DLSS Preset", - "Settings/Graphics/DLSSPresetTooltip": "Specific DLSS presets.", + "Settings/Graphics/DLSSPreset": "Preset DLSS", + "Settings/Graphics/DLSSPresetTooltip": "Preset DLSS specifico.", "Settings/Graphics/DLSSWrongSampling": "Disabilita Resampling per abilitare il DLSS", "Settings/Graphics/FSR2LockThis": "Questa impostazione non è disponibile mentre l'FSR 2.2 è attivo", "Settings/Graphics/FSR2ModeTooltip": "L'AMD FidelityFX Super Resolution 2.2 (FSR) è una versione più recente della tecnologia di ridimensionamento dell'immagine che consente di aumentare le prestazioni con una perdita minima della qualità dell'immagine", @@ -18007,7 +18277,7 @@ "Settings/Graphics/Ultra": "ultra", "Settings/Graphics/VeryHigh": "molto alta", "Settings/Graphics/VeryLow": "molto bassa", - "Settings/Graphics/VolumetricLight": "Volumetric lighting", + "Settings/Graphics/VolumetricLight": "Luci volumetriche", "Settings/NotSet": "Non impostato", "Settings/OpticSensitivity": "Sensibilità della regolazione dello zoom del mirino", "Settings/PressType": "TIPOLOGIA CLICK", @@ -18030,7 +18300,7 @@ "Settings/Sound/ReadyToMatchSoundVolume": "Volume audio della schermata conferma partita:", "Settings/UnavailablePressType": "Non disponibile", "SevereMusclePain": "Forte dolore muscolare", - "Shack": "Base militare CP", + "Shack": "CP Base Militare", "Shadow visibility:": "Visibilità ombre:", "Shadowconnections": "Connessioni Fantasma", "Shadowconnectionsdescription": "Connessioni Fantasma", @@ -18172,7 +18442,7 @@ "Stock build": "Configurazione standard", "Stomach": "STOMACO", "StomachBloodloss": "Sanguinamento addominale", - "Stop looking for group": "Stopped looking for group", + "Stop looking for group": "Ricerca di un gruppo fermata", "Strength": "Forza", "StrengthBuffAim": "Riduce il consumo di resistenza durante la mira del [{0:0.#%}]", "StrengthBuffElite": "Le armi equipaggiate non si sommano al peso del tuo personaggio (escluse le armi negli zaini)", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "Aumenta la velocità di movimento e di scatto del [{0:0.#%}]", "StrengthBuffThrowDistanceInc": "Aumenta la distanza di lancio del [{0:0.#%}]", "StrengthDescription": "Aumentare la forza consente di saltare più in alto, correre più veloce, colpire più forte, lanciare più lontano e portare più peso.", - "StrengthLevelingUpDescription": "L'abilità Forza aumenterà tutte le volte che si scatterà essendo sovraccarichi, lanciando granate, usando armi bianche e dall'allenamento nella palestra del Rifugio.", + "StrengthLevelingUpDescription": "L'abilità Forza aumenterà tutte le volte che si scatterà pur essendo sovraccaricati o lanciando granate, usando armi bianche e allenandosi nella palestra del Rifugio.", "StressBerserk": "Accesso in modalità berserk", "StressPainChance": "Riduce la probabilità di shock da dolore del [{0:0.#%}]", "StressResistance": "Resistenza allo stress", @@ -18310,7 +18580,7 @@ "Tarkov": "Tarkov", "TarkovStreets": "Streets of Tarkov", "Task": "Missione", - "Taskbar/Unavailable": "Unavailable", + "Taskbar/Unavailable": "Non disponibile", "Taskperformance": "Prestazioni missione", "TeamFight": "TeamFight", "TeamFightDescription": "Le squadre combattono 5 contro 5. L'obiettivo è eliminare la squadra avversaria prima che vi uccidano.", @@ -18332,7 +18602,7 @@ "The map is available to players from level": "La mappa è disponibile per i giocatori dal livello {0}", "The map is available to players up to level": "La mappa è disponibile per i giocatori fino al livello {0}", "TheUnheardEditionEnvironmentUiType": "The Unheard", - "ThereGesture": "There", + "ThereGesture": "Là", "These items will be lost if you do not survive in the next raid. You can move them to a special stash for quest items.": "Puoi spostare questi oggetti nella scorta speciale per gli oggetti missione. Risulteranno persi se non si sopravvivi al raid.", "This is already equipped": "Questo è già equipaggiato", "This item is purchased in quantities of {0} pcs. (Max: {1}) limited for you in one restock": "Hai acquistato questo elemento per un totale di {0} pezzi.\n(Max: {1}) limitato per te in un solo rifornimento", @@ -18370,13 +18640,13 @@ "ToggleLockMode": "Alterna la modalità di blocco degli elementi", "TogglePinMode": "Disattiva modalità oggetti fissati", "ToggleTacticalInteraction": "Modalità di attivazione del dispositivo tattico", - "Toggle_Light": "Toggle", + "Toggle_Light": "Attiva/disattiva", "Tooltips/PinLock/LockDescription": "Gli oggetti bloccati non possono essere spostati, usati, modificati, scartati o consegnati", "Tooltips/PinLock/PinDescription": "Gli oggetti fissati manterranno la loro posizione dopo l'ordinamento automatico", - "Tooltips/Priority/PriorityDescription": "Make stash a priority window", - "Tooltips/gridwindow/Priority/Description": "Prioritize this window", + "Tooltips/Priority/PriorityDescription": "Rendi la scorta una finestra prioritaria", + "Tooltips/gridwindow/Priority/Description": "Dai priorità a questa finestra", "Top": "Superiore", - "TopUp": "RIEMPI", + "TopUp": "RICARICA", "Total": "Totale", "Total (or estimated) price:": "Totale (o stimato) prezzo:", "Tournament": "Torneo", @@ -18400,18 +18670,18 @@ "Trading/Dialog/AvailableServices/Description": "Vuoi i miei servizi? Bene, hai già raggiunto il tuo scopo, quindi ti aiuterò se ne avrai abbastanza per coprire il costo.", "Trading/Dialog/AvailableServices/Standing": "(Reputazione Lightkeeper: {0:N2})", "Trading/Dialog/AvaliableServices": "Mi potresti aiutare con una cosa?", - "Trading/Dialog/Btr/AskForNewQuests": "Got any work for me?", + "Trading/Dialog/Btr/AskForNewQuests": "Hai del lavoro per me?", "Trading/Dialog/Btr/News": "Che novità ci sono?", "Trading/Dialog/Btr/News/Next": "Altre novità?", - "Trading/Dialog/Btr/News1": "Some assholes pillaged my depot! I managed to stay out, but the situation's still fucked up! I gotta beat them out of there... But first, I need a new place to settle in. Afterwards, I'll look for someone who can help. Anything comes up, I'll get in touch with you, okay?", - "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", - "Trading/Dialog/Btr/News3": "I heard that some mercs have broken into the old industrial plants on customs. Running around, looting every damn corner. You know, I've been wondering why they didn't open those doors and gates sooner. Did they even try?", - "Trading/Dialog/Btr/News4": "Someone decided to head count all the veterans in Tarkov. If you've been here for a long time, you can probably get some distinguishing insignia too. From now on, all the freshies will know who's got the biggest balls around here!", - "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", + "Trading/Dialog/Btr/News1": "Alcuni stronzi hanno saccheggiato il mio deposito! Sono riuscito a restare fuori, ma la situazione è ancora incasinata! Devo cacciarli da lì... Ma prima ho bisogno di un nuovo posto dove sistemarmi. Poi cercherò qualcuno che possa aiutarmi. Se dovesse succedere qualcosa, ti contatterò, ok?", + "Trading/Dialog/Btr/News2": "Le novità? Hai notato come è diventato caldo all'improvviso? Il calore è sempre una cosa fantastica. Ma mai, dico mai abbassare la guardia! Cerca di stare sempre all'erta.", + "Trading/Dialog/Btr/News3": "Ho sentito che alcuni mercenari sono entrati nei vecchi stabilimenti industriali alla dogana. Correndo in giro, saccheggiando ogni maledetto angolo. Sai, mi chiedevo perché non abbiano aperto quelle porte e quei cancelli prima. Ci hanno almeno provato?", + "Trading/Dialog/Btr/News4": "Qualcuno ha deciso di contare tutti i veterani di Tarkov. Se sei qui da molto tempo, probabilmente puoi anche ricevere delle insegne distintive. D'ora in poi, tutte le matricole sapranno chi ha le palle più grandi da queste parti!", + "Trading/Dialog/Btr/News5": "C'è fango ovunque! Fortunatamente, questo piccolino è abbastanza grande, non si impantanerà. Tranne che per il lavaggio successivo! A proposito, ti andrebbe un lavoro part-time per lavare il mio BTR? No? Che fatica.", "Trading/Dialog/Btr/NoNews": "Penso che quelle siano tutte le notizie che ho.", - "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Will do. (accept task \"{0}\")", - "Trading/Dialog/Btr/PlayerFinishQuest{0}": "All done. (complete task \"{0}\")", - "Trading/Dialog/Btr/PlayerHandoverItem{0}": "Here. (hand over item \"{0}\")", + "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Lo farò. (accetta missione \"{0}\")", + "Trading/Dialog/Btr/PlayerFinishQuest{0}": "Tutto fatto. (completa missione \"{0}\")", + "Trading/Dialog/Btr/PlayerHandoverItem{0}": "Ecco. (consegna oggetto \"{0}\")", "Trading/Dialog/Btr/ServicePayoff{0}": "Va bene per me, sì. (consegna \"{0}\")", "Trading/Dialog/BtrBotCover/Description": "Per tutto il tempo che sarai nel BTR, spareremo a chiunque metta fuori il naso. Puliremo anche la zona d'arrivo e ti copriremo mentre scendi, ma non per molto.", "Trading/Dialog/BtrBotCover/Name": "Fuoco di copertura", @@ -18477,9 +18747,9 @@ "Trading/InsufficientNumberOfItemsInStock{}{}": "Il mercante non possiede più {0} di questi oggetti in magazzino. Hai comprato l'ultimo {1}.", "Trading/NoSelectedItems": "Nessun oggetto selezionato", "Trailer Park": "Parcheggio Rimorchi", - "Trailer Park Workers Shack": "Prefabbricato dei lavoratori nel parcheggio rimorchi", + "Trailer Park Workers Shack": "Baracca Lavoratori del Parco Roulotte", "Transfer": "TRASFERISCI", - "TransferItemsMessage/Description": "Items left in the stash will be lost. ", + "TransferItemsMessage/Description": "Gli oggetti rimasti nella scorta andranno persi.", "TransferItemsScreen/BtrContainerName": "BAULE BTR-82A", "TransferLeadership": "TRASFERISCI LEADERSHIP", "TransferLeadership message": "Sei sicuro di voler trasferire il ruolo di leader?", @@ -18575,7 +18845,7 @@ "Tutorial_TabTrade_Description": "Qui puoi vedere la lista dei mercanti. Sono tutti insediati a Tarkov e proprio come te, hanno i loro interessi. Ognuno di loro ha i suoi bisogni ed è specializzato nella compravendita di alcuni tipi di oggetti. \\n\\nI mercanti hanno diversi livelli di fedeltà, Ogni livello che guadagni ti da accesso a nuovi oggetti. La fedeltà dipende dalla tua reputazione con un mercante, il tuo livello, e l'ammontare di soldi spesi o guadagnati al suo mercato. \\n\\nSpostiamoci da Prapor, per esempio.", "Tutorial_TabTrade_Title": "Mercanti", "Type": "Tipo", - "UI/AddOfferWindow/RefreshPrices": "REFRESH PRICES", + "UI/AddOfferWindow/RefreshPrices": "AGGIORNA PREZZI", "UI/Arena/Place_-1": "Pareggio", "UI/Arena/Place_-2": "Assente dalla partita", "UI/Arena/Place_-3": "Partita non valida", @@ -18675,7 +18945,7 @@ "UI/Messaging/available_profile_changes": "MODIFICHE AL PROFILO DISPONIBILI", "UI/ModifiedByRepairKitEnhancement": "Migliorato grazie ad un kit di riparazione", "UI/OldPrice:": "Vecchio prezzo:", - "UI/Prestige/NonEmptyContainerError": "You can't transfer a container containing items.", + "UI/Prestige/NonEmptyContainerError": "Non è possibile trasferire un contenitore contenente oggetti.", "UI/ProfileStats/Liters": "l", "UI/ProfileStats/Meters": "m", "UI/Quest/Reward/AdditionalPocketsCaption": "+2 spazi tasca", @@ -18686,7 +18956,8 @@ "UI/Quest/Reward/ItemCaption": "Oggetto", "UI/Quest/Reward/ProductionSchemeCaption": "Creazione di ricette a {0} al livello {1}", "UI/Quest/Reward/QuestCaption": "Compito", - "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", + "UI/Quests/Conditions/PrestigeLevel{0}": "Livello di prestigio: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Livello personaggio: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} abilità livello: {1}", "UI/Quests/Conditions/TraderLoyalty{0}{1}": "Livello di fedeltà con {0}: {1}", @@ -18740,7 +19011,7 @@ "Ui/Settings/ClearAllWishlistMessage2": "Tutte le voci salvate in precedenza verranno cancellate. Sei sicuro?", "Ui/Settings/ColorScheme/GreenToRed": "Policromo", "Ui/Settings/ColorScheme/WhiteToRed": "Monocromatico", - "Ui/Settings/ContinuousHealMode": "Continuous medkit healing", + "Ui/Settings/ContinuousHealMode": "Guarigione continua del kit medico", "Ui/Settings/EnableHideoutPreload": "Precarica Rifugio", "Ui/Settings/HealthColorScheme": "Combinazione dei colori della salute", "Ui/Settings/HeathVisibility": "Condizioni salute", @@ -18752,10 +19023,10 @@ "Ui/Settings/NVidiaReflexNotAvailable": "NVIDIA Reflex non è disponibile su questo sistema.", "Ui/Settings/NVidiaReflexType": "NVIDIA Reflex a bassa latenza", "Ui/Settings/NotificationTransportType": "Tipo di canale per le notifiche", - "Ui/Settings/PriorityWindowMode": "Priority window", + "Ui/Settings/PriorityWindowMode": "Finestra prioritaria", "Ui/Settings/PriorityWindowMode/Auto": "Auto", - "Ui/Settings/PriorityWindowMode/Disabled": "Disabled", - "Ui/Settings/PriorityWindowMode/Manual": "Manual", + "Ui/Settings/PriorityWindowMode/Disabled": "Disabilitato", + "Ui/Settings/PriorityWindowMode/Manual": "Manuale", "Ui/Settings/QuickSlotsVisibility": "Slot Veloce", "Ui/Settings/SelectedMemberCategory": "Icona del profilo", "Ui/Settings/StanimaVisibility": "Resistenza e postura", @@ -18765,7 +19036,7 @@ "Ui/Settings/Visibility/Always": "Sempre visibile", "Ui/Settings/Visibility/Autohide": "Nascondi automaticamente", "Ui/Settings/Visibility/Never": "Sempre nascosto", - "UnavailableDuringMatching": "Unavailable during matching", + "UnavailableDuringMatching": "Non disponibile durante l'abbinamento", "Unban": "Rimuovi il ban", "UnbanPlayer": "{0} gli è stato rimosso il ban.", "Uncover": "Annulla assicurazione", @@ -18847,8 +19118,8 @@ "Voip/VoiceActivationEnable": "Attivazione vocale via radio", "Voip/WalkieTalkieVolume": "Volume radio", "Voip/YouAreReported": "Il tuo uso improprio del VoIP è stato segnalato", - "VolumetricLight": "Volumetric lighting", - "VolumetricLight setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "VolumetricLight": "Luci volumetriche", + "VolumetricLight setting will be fully applied after the raid restarts": "Le impostazioni saranno completamente applicate nel raid successivo", "WATCHLIST": "LISTA DI CONTROLLO", "WEAPON BUILDS": "SCHEMA DELL'ARMA", "WEAPON MASTERING (01)": "PADRONANZA ARMA (01)", @@ -18872,14 +19143,14 @@ "WOO_TRANSIT_17_DESC": "Transita verso Lighthouse", "WOO_TRANSIT_41": "TRANSIT01", "WOO_TRANSIT_41_COND": "", - "WOO_TRANSIT_41_DESC": "Transit to Customs", + "WOO_TRANSIT_41_DESC": "Transita verso Customs", "Walk": "Cammina", "WalkieTalkiePushToTalk": "Usa la radio", "Warehouse 17": "Magazzino 17", "Warehouse 4": "Magazzino 4", "Warning! You don’t have TerraGroup Labs access keycard!": "Attenzione! Non hai nessuna tessera magnetica di accesso per i TerraGroup Labs!", "Warning! You don’t have a proper map in inventory!": "Attenzione! Non disponi della mappa corretta nell'inventario!", - "Warning! You don’t have {0}!": "Warning! You don’t have {0}!", + "Warning! You don’t have {0}!": "Attenzione! Non hai {0}!", "Warning! You have missing parts required for assemble!": "Attenzione! Mancano alcuni dei pezzi necessari per l'assemblamento!", "Warning! You tried to leave this raid by disconnecting, either accidentally or on purpose. ": "Attenzione! Stai tentando di uscire da questo raid disconnettendoti accidentalmente o di proposito.", "Warnings/Inventory/ExaminationFailed": "Fallimento esaminazione oggetto.", @@ -18993,7 +19264,7 @@ "You still have untransfered items. Are you sure you want to end the transfer? You will not be able to return to this process later.": "Hai ancora degli oggetti non trasferiti. Sei sicuro di voler concludere il trasferimento? Non potrai tornare a questa operazione successivamente.", "You were kicked from group": "Sei stato buttato fuori dal gruppo", "You were removed from this dialogue": "Sei stato rimosso da questa chat", - "You will unlock this quest as a reward": "Will be unlocked after completing the task", + "You will unlock this quest as a reward": "Verrà sbloccato dopo aver completato la missione", "You will unlock this trader as a reward": "Sbloccherai questo mercante come ricompensa", "You: ": "Tu:", "YouSurvived": "Sei sopravvissuto!", @@ -19292,10 +19563,10 @@ "arena/presets/unlocked slots count": "spazi sbloccati:", "arena/questLogTemplate/gameModes": "Modalità di gioco", "arena/questLogTemplate/maps": "Zona(e)", - "arena/resultContent/matchMVPExpTitle": "Match MVP bonus", - "arena/resultContent/matchMVPMoneyTitle": "Match MVP bonus", - "arena/resultContent/roundMVPExpTitle": "Round MVP bonus", - "arena/resultContent/roundMVPMoneyTitle": "Round MVP bonus", + "arena/resultContent/matchMVPExpTitle": "Bonus MVP della partita", + "arena/resultContent/matchMVPMoneyTitle": "Bonus MVP della partita", + "arena/resultContent/roundMVPExpTitle": "Bonus MVP del turno", + "arena/resultContent/roundMVPMoneyTitle": "Bonus MVP del turno", "arena/selection/gameMode": "modalità di gioco", "arena/selection/tiers": "tier", "arena/tab/ASSAULT": "ASSALTO", @@ -19337,33 +19608,33 @@ "bodypartsLost": "Arti persi", "bonus/unlockweaponmodification_required": "Devi sbloccare la modifica dell'equipaggiamento nel rifugio.", "bossKills": "Boss uccisi", - "btr_accept_quest_01": "Cool! I'll be waiting.", - "btr_accept_quest_02": "Never doubted you. ", - "btr_accept_quest_03": "Amazing! Come back when you're finished.", + "btr_accept_quest_01": "Ottimo! Aspetterò.", + "btr_accept_quest_02": "Non ho mai dubitato di te.", + "btr_accept_quest_03": "Sorprendente! Torna quando hai finito.", "btr_buy_01": "Transazione riuscita! Altro?", - "btr_fail_accept_quest_01": "I think it's a little early for us to be working together.", + "btr_fail_accept_quest_01": "Penso che sia un po' presto per lavorare insieme.", "btr_generic_greetings_01": "Sei qui per una chiacchierata o andiamo da qualche parte?", "btr_generic_greetings_02": "Ti sei morso la lingua? Dimmi perchè sei qui.", "btr_generic_greetings_03": "Entra, siediti. Serve un passaggio?", "btr_generic_greetings_04": "Non startene lì. Ti serve un passaggio?", - "btr_has_quests_01": "Yeah, I got something, listen up.", - "btr_has_quests_02": "Damn right I do! Have a seat, I'll tell you.", - "btr_has_quests_03": "For you, there's something.", - "btr_has_quests_04": "There is something, actually!", - "btr_item_transferred_01": "Well done. Thanks!", - "btr_item_transferred_02": "Just what I wanted. Thank you!", - "btr_item_transferred_03": "Done already? Nice working with you.", - "btr_no_quests_reaction_01": "Nope, everything's fine for now.", - "btr_no_quests_reaction_02": "Things are going smoothly for now, so I don't need any help.", - "btr_no_quests_reaction_03": "Nah, I've sorted things out, for now at least.", - "btr_no_quests_reaction_04": "You should come back later. I can't offer anything right now.", - "btr_quest_complete_01": "Real professional! You and I are a good team, I'm telling you.", - "btr_quest_complete_02": "Well done! We're getting along well.", - "btr_quest_complete_03": "Thanks, mate. You're a big help.", - "btr_quest_finish_failed_01": "You sure took your sweet time. Too late for that now! ", - "btr_transfer_failed_01": "You're suspiciously early.", - "btr_transfer_failed_02": "I can't pick it up right now, come back later.", - "btr_transfer_failed_03": "Oh man, I don't have space for it right now. Come back later, okay?", + "btr_has_quests_01": "Sì, ho qualcosa, ascolta.", + "btr_has_quests_02": "Dannazione! Siediti, te lo dico io.", + "btr_has_quests_03": "Per te, c'è qualcosa.", + "btr_has_quests_04": "C'è qualcosa, in realtà!", + "btr_item_transferred_01": "Ben fatto. Grazie!", + "btr_item_transferred_02": "Proprio quello che volevo. Grazie!", + "btr_item_transferred_03": "Già fatto? È stato un piacere lavorare con te.", + "btr_no_quests_reaction_01": "No, per ora va tutto bene.", + "btr_no_quests_reaction_02": "Le cose stanno andando bene per ora, quindi non ho bisogno di alcun aiuto.", + "btr_no_quests_reaction_03": "No, ho sistemato le cose, almeno per ora.", + "btr_no_quests_reaction_04": "Dovresti tornare più tardi. Non posso offrirti nulla in questo momento.", + "btr_quest_complete_01": "Vero professionista! Tu ed io siamo una bella squadra, te lo assicuro.", + "btr_quest_complete_02": "Ben fatto! Stiamo andando d'accordo.", + "btr_quest_complete_03": "Grazie, amico. Sei di grande aiuto.", + "btr_quest_finish_failed_01": "Sicuramente ti sei preso il tuo bel tempo. Ormai è troppo tardi!", + "btr_transfer_failed_01": "Sei sospettosamente in anticipo.", + "btr_transfer_failed_02": "Non posso ritirarlo adesso, torna più tardi.", + "btr_transfer_failed_03": "Oh cavolo, non ho spazio per questo adesso. Torna più tardi, ok?", "buffer_zone_timer": "Il tempo di visita di Lightkeeper è limitato", "burst": "Raffica", "camora_000": "Camera di scoppio 1", @@ -19430,9 +19701,9 @@ "customization/Default": "Predefinito", "customization/Locked": "Chiuso", "customization/Selected": "Selezionato", - "customs_secret_voron_boat": "Smuggler's Boat", - "customs_secret_voron_bunker": "Smuggler's Bunker (ZB-1012)", - "customs_sniper_exit": "Railroad Passage", + "customs_secret_voron_boat": "Barca del Contrabbandiere", + "customs_secret_voron_bunker": "Bunker del Contrabbandiere (ZB-1012)", + "customs_sniper_exit": "Passaggio Ferroviario", "cz": "Čeština", "damApplied": "Danno inflitto", "damAppliedArmor": "Danno assorbito dalla armatura", @@ -19476,7 +19747,7 @@ "factory4": "Factory", "factory4_day": "Factory", "factory4_night": "Factory Notturna", - "factory_secret_ark": "Smuggler's Passage", + "factory_secret_ark": "Passaggio dei Contrabbandieri", "fast": "veloce", "fatalHits": "Colpi fatali", "favLocation": "Luogo preferito", @@ -19494,7 +19765,7 @@ "front_plate": "PIASTRA ANTERIORE", "fullauto": "Automatico", "fullscreenwindow": "Senza bordi", - "game completed or aborted": "Match is already completed or has been canceled", + "game completed or aborted": "La partita è già stata completata o è stata annullata", "ge": "Deutsch", "glKills": "Uccisioni con lanciagranate", "good": "buono", @@ -19503,7 +19774,7 @@ "grenadeThrowing": "Lancia", "groin": "INGUINE", "groin_back": "INGUINE (POSTERIORE)", - "groundzero_secret_adaptation": "Tartowers Sales Office", + "groundzero_secret_adaptation": "Ufficio Vendite Tartowers", "gym": "Palestra", "h": "h.", "handbook/Categories": "Categorie", @@ -19783,7 +20054,7 @@ "keycard_type": "Tipo di chiave", "keycard_unlimited": "Illimitato", "keysFound": "Chiavi trovate", - "killStreak": "Maggior serie di uccisioni", + "killStreak": "Striscia di uccisioni più lunga", "kmTraveled": "Km percorsi", "knifeDeaths": "Morti da arma corpo a corpo", "knifeKills": "Uccisioni con coltello", @@ -19796,8 +20067,8 @@ "lab_Parking_Gate": "Cancello del parcheggio", "lab_Under_Storage_Collector": "Fognatura", "lab_Vent": "Pozzo di ventilazione", - "labir_exit": "The Way Up", - "labyrinth_secret_tagilla_key": "Ariadne's Path", + "labir_exit": "La Strada in Salita", + "labyrinth_secret_tagilla_key": "Il Sentiero di Ariadne", "lastSession": "Ultima sessione", "leader": "Leader", "left_side_plate": "PIASTRA S.", @@ -19806,7 +20077,7 @@ "leftupperarm": "Spalla sinistra", "lessDamagedPart": "Parte meno danneggiata", "lightbleedingdelta": "Possibilitá di causare sanguinamento leggero", - "lighthouse_secret_minefield": "Passage by the Lake", + "lighthouse_secret_minefield": "Passaggio dal Lago", "longshotDist": "Colpo a distanza più lungo", "longshots": "Uccisioni alla testa da lunga distanza", "looking for group": "cercando", @@ -19819,7 +20090,7 @@ "matchmaker/health_is_not_full": "Il tuo personaggio è ancora ferito", "matchmaker/return_and_heal_advise": "È meglio tornare e guarire prima di affrontare un nuovo raid", "matchmaker/return_and_heal_command": "Dovresti riposare e curarti prima di tornare in un nuovo raid", - "maxWinStreak": "Maggior serie di sopravvivenza", + "maxWinStreak": "Striscia di sopravvivenza più lunga", "maxed": "al massimo", "medicineUsed": "Medicine usate", "meters": "metri", @@ -19931,7 +20202,7 @@ "ragfair/REMOVE": "RIMUOVI", "ragfair/REQUIREMENTS": "REQUISITI", "ragfair/Reached maximum amount of offers": "Raggiunto il limite massimo delle offerte", - "ragfair/Remember selected filter": "Ricorda il filtro selezionato", + "ragfair/Remember selected filter": "Memorizza il filtro selezionato", "ragfair/RemoveBartering": "Escludi le offerte di baratto", "ragfair/RemoveMerchant": "Escludi offerte del mercante", "ragfair/Require for all items in offer": "Elenca come un pacchetto", @@ -20004,7 +20275,7 @@ "repairability/Unpredictable": "Imprevedibile", "repairability/Very bad": "Molto cattiva", "repairability/Very good": "Molto buona", - "reserve_secret_minefield": "Exit to Woods", + "reserve_secret_minefield": "Uscita a Woods", "rest space": "ZONA RIPOSO", "restart_quest": "Riavvia", "ribcage": "Petto", @@ -20031,7 +20302,7 @@ "select weapon body for the build": "SELEZIONARE IL CORPO DELL'ARMA PER LO SCHEMA", "semiauto": "Semi automatica", "shootingrange": "POLIGONO DI TIRO", - "shoreline_secret_heartbeat": "Mountain Bunker", + "shoreline_secret_heartbeat": "Bunker di Montagna", "shotgunKills": "Uccisioni con fucile a pompa", "shoulder_l": "SPALLA SIN", "shoulder_r": "SPALLA DES.", @@ -20059,7 +20330,7 @@ "spectator_yellow_team": "SQUADRA GIALLA", "starvDeaths": "Morti per fame", "stationHeals": "Trattamenti vitali", - "streets_secret_onyx": "Smugglers' Basement", + "streets_secret_onyx": "Seminterrato dei Contrabbandieri", "suicides": "Suicidi", "survClass": "Classe sopravvissuto", "taskperformancedescription": "Prestazioni missione", @@ -20104,7 +20375,7 @@ "will be available in:": "sarà disponibile in:", "will be destroyed after unpacking": "Verrà distrutto dopo il disimballaggio", "wood_sniper_exit": "Passaggio della linea elettrica", - "woods_secret_minefield": "Railway Bridge to Tarkov", + "woods_secret_minefield": "Ponte Ferroviario per Tarkov", "you": "Tu", "you can't transfer item while moving": "Non puoi trasferire oggetti mentre sei in movimento", "you were disconnected for inactivity": "Sei stato scollegato per inattività", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Esordio", "5936d90786f7742b1420ba5b description": "Salve, soldato. Ho un lavoro che è un po' troppo facile per i miei ragazzi. Ma te la caverai bene. Ehi, non arrabbiarti, non ti conosco ancora così bene per darti un lavoro normale!\n\nC'è un sacco di feccia di banditi che vaga per le strade. Non mi danno molto fastidio, ma sono comunque una seccatura. Calmati, diciamo, cinque di loro e prendi loro un paio di fucili MP-133. Penso che basterà. Puoi andare, soldato!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -21402,7 +21686,7 @@ "5967725e86f774601a446662 declinePlayerMessage": "", "5967725e86f774601a446662 completePlayerMessage": "", "5967733e86f774602332fc84 name": "Carenza", - "5967733e86f774602332fc84 description": "Ciao, mercenario. Ti interessa un piccolo lavoro part-time? Non è un compito difficile, ma è abbastanza redditizio. Non dimenticare che da me puoi ricevere sia cibo che bevande, nonché assistenza medica qualificata. Ma prima parliamo del lavoro.\n\nMi servono tre kit medici di emergenza. Si chiamano Salewa, quelli rossi occidentali. Ho bisogno che tu li ottenga da solo, senza comprarli da qualcun altro. Giusto per dimostrare che siamo gente seria. Possiamo conoscerci, ma non abbastanza per fidarmi ancora di te. Sei pronto per il lavoro?", + "5967733e86f774602332fc84 description": "Ciao, mercenario. Ti interessa un lavoretto part-time? Nulla di difficile, ma abbastanza redditizio. Non dimenticare che io pago con cibo e bevande, oltre che ad assistenza medica qualificata. Lascia che ti dica di cosa si tratta.\n\nHo bisogno che tu mi trovi tre kit medici di emergenza. I Salewa, quelli rossi dell'ovest europeo. Non potrai comprarli ma ti chiedo di cercarli a giro. Questo per dimostrare che siamo gente seria. Puoi anche dirmi di conoscermi, ma mai abbastanza per potermi fidare di te. Sei pronto per il lavoro?", "5967733e86f774602332fc84 failMessageText": "", "5967733e86f774602332fc84 successMessageText": "Grazie, giovanotto. I kit di pronto soccorso verranno utilizzati al meglio. Non ti dirò altro, però.", "59689eb886f7740d137ebfc3": "Consegna i kit di pronto soccorso", @@ -21537,7 +21821,7 @@ "596b455186f77457cb50eccb declinePlayerMessage": "", "596b455186f77457cb50eccb completePlayerMessage": "", "5979ed3886f77431307dc512 name": "Cosa c'è nella chiavetta USB?", - "5979ed3886f77431307dc512 description": "Hey there, mister operator, come here. I got a little something for you. I'm not saying it's a real sure bet, but it might be interesting. One drunken punk’s been blabbing that back during the Contract Wars, he guided a few groups of some VIPs who didn't want to be caught by our soldiers or cops. \n\nAnd I agree with the latter. You can still make deals with war dogs as there are many decent people there, but cops are no damn good! Anyway, he guided several such groups. \n\nOh and a fool as he is, he managed to steal everything he could during their camping breaks. Now that deadbeat swears on his mom’s name that he snatched two thumb drives on his latest run. What was on them - if anything at all - he’s got no clue. \n\nAnd he’s been permanently shit-faced for so long that he can’t remember anything at all - no location, no landmarks, nothing. Yet he says those VIP were some big enough to even bring security with them, so this might be worth a while. Check any campsite you find. I know that these paths have been beaten through and through since, but what if, you know?", + "5979ed3886f77431307dc512 description": "Heilà signor operatore, vieni un attimo qua. Ho qualcosa per te. Non è una cosa sicurissima ma forse ti potrebbe stuzzicare. Un brutto teppistello ubriaco ha spifferato che durante le guerre dei contratti ha guidato alcuni gruppi VIP che non volevano essere catturati dai nostri soldati e dai poliziotti. \n\nDopo tutto, potrei anche essere d'accordo con lui. Qua tutto è lecito, anche fare accordi con i mastini della guerra, qualcuno che si salva c'è ancora, ma i poliziotti no, con loro è diverso, fottuti corrotti! \nComunque, aveva già fatto da guida a diversi gruppi. \n\nE da stupido qual è, è riuscito a rubare tutto quello che poteva durante le soste in campeggio. Ora quel fannullone giura sul nome di sua madre di aver rubato due chiavette nella sua ultima escursione. Di cosa contenessero, se c'era qualcosa, non ne ha la minima idea. \n\nEd è stato perennemente con la faccia di merda per così tanto tempo che non riesce a ricordare nulla: nessun luogo, nessun punto di riferimento, niente. Eppure dice che quei VIP erano abbastanza grandi da portarsi dietro anche la sicurezza, quindi potrebbe valere la pena di fare qualcosa. Qui entri in gioco tu, controlla ogni tenda o campeggio che trovi. So che questi sentieri sono stati battuti in lungo e in largo da allora, ma cosa succederebbe se le trovassi?", "5979ed3886f77431307dc512 failMessageText": "", "5979ed3886f77431307dc512 successMessageText": "E avevi detto che non c'era niente là! Sebbene potessero essere vuote. Devo controllare con i miei occhi. Comunque sia, ecco la tua fetta.", "5979ee2986f7743ec214c7a4": "Trova chiavette USB protette in raid", @@ -21546,9 +21830,9 @@ "5979ed3886f77431307dc512 declinePlayerMessage": "", "5979ed3886f77431307dc512 completePlayerMessage": "", "5979eee086f774311955e614 name": "Bottino dorato", - "5979eee086f774311955e614 description": "Oi, street thug! Tell me, why has the world become so hypocritical, eh? People who haven't done a single proper thing in their lives are teaching me how to get shit done! One prick didn't like my business conditions, so he tried to pull a fast one on me. I taught him a lesson once, but he got all bullish.\n\nSo, it's a simple job. There's a group of Scavs at Polikhim. One of their top dogs is a certain Uruguay. He chose his nickname himself, the moron. \nWe should end him. But that's only half of the story. He's got a lighter, sort of lucky charm. A gold-plated Zibbo. He fidgets it all the time in his claws. Dropped by my place too, and kept fucking clicking it. \n\nI think he lived in the dorms, room 303. So, you gotta slip this thing into one of the special places so that someone gets a bit flabbergasted and gets the message. You feel me? Good. So the place is at the customs area, in a locked shed next to the trailer park. Here's the key to it.", + "5979eee086f774311955e614 description": "Ehi, teppistello di strada! Dimmi, perché il mondo è diventato così ipocrita, mmh? Gente che non ha mai fatto una sola cosa come si deve in vita sua che mi viene a dare lezioni di vita! Tipo quel coglione a cui non piacevano le mie condizioni di lavoro e ha cercato di fregarmi. Una volta gli ho dato pure una lezione, ma non è bastato e si è pure montato la testa l'imbecille.\n\nTornando a noi, il lavoro è semplice. C'è un gruppo di Scav a Polikhim. Uno dei loro capi è un certo Uruguay. Ha scelto lui stesso il suo soprannome, il coglione.\nDovrai eliminarlo. Ma questa è solo metà della storia. Sto tizio porta con sé sempre un accendino, una specie di portafortuna. Uno Zippo placcato d'oro. Lo tiene sempre con sé. È passato pure da casa mia e continuava a giocherellarci accendendolo di continuo... cazzo che nervi. \n\nCredo che vivesse nel dormitorio, stanza 303. Quello che ti chiedo è di nascondere quello che ti darò in uno dei posti \"speciali\" in modo che qualcuno rimanga un po' sbalordito e capisca il messaggio. Mi senti? Bene. Allora, il luogo è a Customs, in un capannone chiuso a chiave, vicino al parcheggio delle roulotte. Ecco la chiave.", "5979eee086f774311955e614 failMessageText": "", - "5979eee086f774311955e614 successMessageText": "Proper good job. Let's see what comes of it. You go get some rest, yeah?", + "5979eee086f774311955e614 successMessageText": "Un lavoro fatto bene. Vediamo cosa ne viene fuori. Va riposati, sarai stanco dopo tutto questo no?", "5979ef4586f77431307dc513": "Trova l'accendino dorato Zibbo", "5979ef7986f77431307dc514": "Colloca l'accendino dorato Zibbo nel prefabbricato del parcheggio rimorchi a Customs", "5979eee086f774311955e614 acceptPlayerMessage": "", @@ -22238,7 +22522,7 @@ "5ae3270f86f77445ba41d4dd declinePlayerMessage": "", "5ae3270f86f77445ba41d4dd completePlayerMessage": "", "5ae3277186f7745973054106 name": "Armaiolo - Parte 8", - "5ae3277186f7745973054106 description": "Ho a disposizione due reti neurali, una riconosce le facce e le compara con quelle presenti sul database, l'altra monitora i commerci fatti con le cryptovalute e reagisce di conseguenza. Oggi ho deciso di crearne un'altra, che misura la temperatura, l'umidità, la pressione e gli altri parametri del mio Rifugio, e tra l'altro reagisce al mio umore. Vediamo come si comporterà una volta attiva. C'è un ordine per un AKS-74N con componenti Zenit. Monta una ergonomia di 65, un rinculo minore di 250 e che stia in 8 celle massimo. E, cosa più importante, con un paramano B-30 con paramano superiore B-31S, impugnatura tattica RK-0, caricatore AK-12, Klesch-2IKS e DTK-1, Zenit. Forse, un regalo per un ex cittadino di San Pietroburgo.", + "5ae3277186f7745973054106 description": "Ho a disposizione due reti neurali, una riconosce le facce e le compara con quelle presenti sul database, l'altra monitora i commerci fatti con le cryptovalute e reagisce di conseguenza. Oggi ho deciso di crearne un'altra, che misura la temperatura, l'umidità, la pressione e gli altri parametri del mio Rifugio, e tra l'altro reagisce al mio umore. Vediamo come si comporterà una volta attive. \n\nC'è un ordine per un AKS-74N con componenti Zenit. Dovrebbe montare un'ergonomia di 65, avere un rinculo minore di 250 e che abbia al massimo 10 celle.\n\nCose che devono essere obblicatorie: un paramano B-30 con copri polvere B-31S, un'impugnatura a pistola RK-0, di un'impugnatura a pistola RK-3, di un calcio PT-3, di un illuminatore Klesch-2IKS, di un freno DTK-1 e del nuovo caricatore AK-12, in pratica di uno Zenit. Forse verrà regalato ad un ex Cittadino di San Pietroburgo.", "5ae3277186f7745973054106 failMessageText": "", "5ae3277186f7745973054106 successMessageText": "Allora, lo Zenit AK è pronto? Fantastico, lascialo su quella cassa, grazie. Puoi venire domani per il prossimo ordine, se vuoi.", "5ae3570b86f7746efa6b4494": "Modifica un АKS-74N affinché rispetti le specifiche richieste", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "Stronzate", + "5c0bbaa886f7746941031d82 description": "Quindi, ecco perché ti ho chiamato. Ho beccato una talpa infiltrata nella mia squadra, questo coglione stava facendo trapelare informazioni sui miei canali di approvvigionamento e punti di interesse. Ovviamente ho iniziato a chiedermi cosa cazzo stesse succedendo.\n\nI miei uomini hanno avuto informazioni da lui e hanno scoperto che stava facendo trapelare le informazioni a una delle squadre locali, quelle che si stabilirono nei dormitori su Customs. Il punto è che voglio fargli arrivare informazioni sbagliate sulla mia prossima \"spedizione\". I miei uomini a quel punto li falceranno quando quei pezzi di merda verranno a prenderla. Ma questa informazione deve arrivare senza sollevare sospetti, come se tu fossi uno di loro, capito? Dovrai nascondere una penna USB con delle informazioni speciali, è situata nel bagagliaio della macchina bruciata rossa, sul ponte vicino. I miei ragazzi hanno subito un'imboscata a quel ponte, quindi non potevano nasconderla vicino al dormitorio, mi dispiace. Nascondila insieme ad un SV-98 e degli orologi Roler come da accordi. Cosa molto importante quando hai fatto non uccidere nessuno Scav su Customs e allontanati senza farti notare.", + "5c0bbaa886f7746941031d82 failMessageText": "Ma che cazzo, brutto coglione!? Perché hai sparato? Non ti permetteranno di avvicinarti a più di un miglio dai dormitori. Manterranno le guardie per un lungo periodo adesso... Come cazzo le piazzo le fottute informazioni adesso è? Di cosa stai parlando? Di quale maledetto \"trasmettitore\" stai parlando? Fanculo, fuori di qui!", + "5c0bbaa886f7746941031d82 successMessageText": "Sembra che stia andando tutto per il verso giusto, i miei uomini sono nel luogo, e penso che quegli stronzi avranno una brutta sorpresa alla fine. Grazie per l'aiuto.", "5c0bc32986f7743e4d1002d2": "Nascondi il fucile di precisione SV-98 nella spazzatura di fronte alle scale al terzo piano del dormitorio", "5c0bc43e86f7744794440ba5": "Nascondi l'orologio da polso in oro Roler Submariner nella spazzatura di fronte alle scale al terzo piano del dormitorio", "5c12320586f77437e44bcb15": "Nascondi la penna USB finta nella spazzatura di fronte alle scale al terzo piano del dormitorio", @@ -25431,7 +25715,7 @@ "6572e876dc0d635f633a5714 declinePlayerMessage": "", "6572e876dc0d635f633a5714 completePlayerMessage": "", "657315ddab5a49b71f098853 name": "Primo della fila", - "657315ddab5a49b71f098853 description": "Saluti, giovanotto. Non ci conosciamo ancora. Tutti a Tarkov mi chiamano Therapist. Penso che tu possa indovinare dal mio nome cosa faccio qui. Mi è stato detto che vuoi stabilire dei contatti. Ho bisogno che tu completi una missione veloce per me, poi potremo lavorare insieme.\n\nCi sono ancora civili in città e vogliono andarsene. È meglio organizzare l'evacuazione dal punto di controllo Emercom: Hanno sia il trasporto che l'attrezzatura necessaria. Almeno lo spero. Comunque sono stata raramente in questa parte della città, non so esattamente dove sia la stazione. Devi trovarla. Poi manderò i miei uomini a controllare la zona.\n\nOh, un altro favore. Ho bisogno di forniture mediche per i miei doveri di medico. Non posso più importarli a Tarkov, quindi devo cercarli qui. Non importa cosa porti, provviste, farmaci, stimolanti. Qualunque cosa andrà bene. Ti aspetto.", + "657315ddab5a49b71f098853 description": "Ben trovato, giovanotto. Non ci siamo ancora presentati. Tutti a Tarkov mi chiamano \"Therapist\". Penso che tu possa facilmente capire dal mio nome di cosa mi occupo. Ma veniamo al dunque, voci di corridoio mi hanno detto che sei in cerca di contatti per collaborare, ecco ho giusto giusto un lavoretto veloce, se lo accetterai e avrai successo, potrei anche prendere in considerazione una nostra futura collaborazione.\n\nDalle mie fonti so che in città ci sono ancora civili che la vogliono abbandonare. Quindi vorrei poter organizzare al meglio un piano di evacuazione dal punto di controllo Emercom: so che hanno già sia i mezzi di trasporto che l'attrezzatura necessaria. O quantomeno lo spero vivamente. Comunque, non sono mai stata da quelle parti e non saprei con esattezza dove si trovi la stazione. Il tuo compito sarà trovarla. Poi una volta tornato, manderò i miei uomini a controllare la zona.\n\nOh, un altro favore. Ho bisogno di forniture mediche per adempiere ai miei doveri di medico. Non posso più importarli a Tarkov, quindi gioco forza, dovrò cercare qua in giro. Non importa cosa troverai, provviste, farmaci, stimolanti. Qualunque cosa andrà bene. Non mi deludere.", "657315ddab5a49b71f098853 failMessageText": "Vedo che hai già abbastanza esperienza per questioni più complesse. Lascia questo compito ai principianti allora.", "657315ddab5a49b71f098853 successMessageText": "Missione compiuta? È un'ottima notizia, grazie. Spero che la nostra collaborazione sarà altrettanto produttiva in futuro.", "657320308c789bb102d2cde8": "Trova il Ministero delle situazioni di emergenza", @@ -25462,7 +25746,7 @@ "657315e1dccd301f1301416a declinePlayerMessage": "", "657315e1dccd301f1301416a completePlayerMessage": "", "657315e270bb0b8dba00cc48 name": "Pneumatici infuocati", - "657315e270bb0b8dba00cc48 description": "Il nuovo ragazzo? Sì, sì, ciao. Cerchi lavoro? Ho una piccola cosa di cui occuparmi...\n\nHo un amico che porta in giro la gente con il suo SUV dal centro della città. In contanti, ovviamente! Devi sussurrargli qualcosa all'orecchio, ma fallo durante il viaggio, in modo che nessuna feccia possa sentirti. Non ti affiderò nulla di molto segreto, non me lo sogno nemmeno, ma non voglio che si diffondano voci.\n\nIl lavoro è abbastanza facile, ti darò anche i soldi per il viaggio. Sei pronto?", + "657315e270bb0b8dba00cc48 description": "Il ragazzo nuovo? Sì, certo, ciao. Sei in cerca di lavoro? Ottimo, avrei una piccola cosa di cui occuparmi...\n\nHo un amico che porta in giro la gente con il suo SUV dal centro della città. Si fa pagare in contanti, ovviamente! Una volta dentro al mezzo, dovrai avvicinarti e sussuragli qualcosa nell'orecchio, senza che nessuna feccia presente possa sentirti. Non ti affiderò nulla di così segreto, non me lo sogno nemmeno, soprattutto a gente che non conosco, ma non voglio che si diffondano voci.\n\nIl lavoro è abbastanza facile, ti procurerà anche i soldi per il viaggio. Pronto a partire?", "657315e270bb0b8dba00cc48 failMessageText": "Sei diventato un duro, fare piccoli lavoretti come questo è uno spreco di talento. Troverò qualcosa di meglio, ma per ora tieni duro.", "657315e270bb0b8dba00cc48 successMessageText": "Va bene, il ragazzo mi ha detto che sei arrivato e hai fatto tutto bene.", "65733e571b7e7ed95fcd2f0c": "Usa l'estrazione del veicolo a pagamento a Ground Zero", @@ -25470,7 +25754,7 @@ "657315e270bb0b8dba00cc48 declinePlayerMessage": "", "657315e270bb0b8dba00cc48 completePlayerMessage": "", "657315e4a6af4ab4b50f3459 name": "Salvare la Talpa", - "657315e4a6af4ab4b50f3459 description": "Ciao, mercenario. Sono Mechanic. Mi è stato detto che volevi incontrarmi. Potremmo organizzare la cosa, ma prima c'è una questione da risolvere.\n\nTerraGroup ha inviato una task force dell'USEC alla ricerca di uno dei suoi dipendenti. Era stato accusato di aver divulgato informazioni e volevano che fosse allontanato. Non so se ci siano riusciti o meno, motivo per cui è necessario indagare. Controlla il complesso TerraGroup nel centro della città, cerca tracce sia della squadra che del dipendente. Lavoravo con lui, quindi sono interessato su quello che è successo alla fine. Quasi sempre portava con sé un disco con i suoi dati importanti, quindi se lo trovi, portamelo.", + "657315e4a6af4ab4b50f3459 description": "Salve, mercenario. Mi chiamano Mechanic. Mi è arrivata voce che volevi incontrarmi. Nessun problema, potremmo organizzare la cosa, ma prima c'è una questione da risolvere.\n\nLa TerraGroup ha inviato una task force dell'USEC alla ricerca di uno dei suoi dipendenti. Era stato accusato di aver divulgato informazioni sensibili, e quindi hanno deciso che fosse \"allontanato\". Non so se ci siano riusciti o meno, motivo in più per averti scomodato. Quello che dovrai fare è controllare l'edificio della TerraGroup in centro, cercare tracce sia della squadra che è stata mandata che dello stesso dipendente. Un'ultima cosa, io quel tizio lo conoscevo, in passato abbiamo lavoravato assieme, quindi sono ancor più interessato nel sapere che cosa gli è accaduto. Un'ultima cosa, da quel che ricordo non si separava mai da un disco di memoria, so che potrebbe contenere qualcosa di importane, tu trovalo e portamelo.", "657315e4a6af4ab4b50f3459 failMessageText": "Sto annullando la missione. Ovviamente hai bisogno di qualcosa di più sostanziale di quello.", "657315e4a6af4ab4b50f3459 successMessageText": "Lo hanno ucciso? Beh, è ​​triste, ma era previsto. TerraGroup voleva disperatamente coprire le proprie tracce. Avete fatto un buon lavoro, penso che possiamo continuare questa partnership. E grazie per l'unità dati.", "6575a524a39d2be74e620546": "Individua il gruppo PMC USEC nel parcheggio del complesso TerraGroup a Ground Zero", @@ -25549,7 +25833,7 @@ "6574e0dedc0d635f633a5805 description": "Ho un nuovo giocattolo che stavo pensando di provare. Ed eccoti qui, giusto in tempo per questo. Prendi questo RPD e vai a Shoreline, sparaci. Ma non perderlo per strada, non accetterò nessun'altra arma.", "6574e0dedc0d635f633a5805 failMessageText": "", "6574e0dedc0d635f633a5805 successMessageText": "Allora, ti piace, bene, sì? È una vera bellezza nel combattimento!", - "6574e0dedc0d635f633a5807": "Eliminate any target while using an RPDN machine gun with 1P78-1 scope on Shoreline", + "6574e0dedc0d635f633a5807": "Elimina qualsiasi bersaglio utilizzando un RPDN con un mirino 1P78-1 su Shoreline", "6574e0dedc0d635f633a5805 acceptPlayerMessage": "", "6574e0dedc0d635f633a5805 declinePlayerMessage": "", "6574e0dedc0d635f633a5805 completePlayerMessage": "", @@ -25703,7 +25987,7 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Soldi Facili - 1° Parte", - "66058cb22cee99303f1ba067 description": "Ho un lavoro per te. Un mio amico sta cercando delle persone giuste per la sua azienda. Non conosco i dettagli, ma solo la prima fase del reclutamento, per così dire. Vedo che sei interessato.\n\nHai già saputo qualcosa dell'Arena? Dovresti mettere dei volantini in giro per Tarkov. Tipo \"vieni a dare un'occhiata\", cose del genere, sai. Ehi, le persone serie iniziano sempre dal basso! vai a prendere i volantini al campo USEC a Woods, come sono finiti lì? Chi lo sa? Il mio contatto potrebbe avere dei buoni alleati. Una volta trovati, vai in giro e attacca quei volantini per tutta la città. Scherzo. Portali nei luoghi specificati, da lì capiranno tutto.", + "66058cb22cee99303f1ba067 description": "Com'è? Ascolta, ho un lavoro per te. Un mio caro vecchio amico sta cercando delle persone giuste per i suoi affari. Non conosco i dettagli, ma solo informazioni sulla prima fase del reclutamento, per così dire. Vedo che la cosa ti può interessare.\n\nHai mai sentito parlare dell'Arena? Dovresti attaccare in qua e in la per Tarkov alcuni volantini. Tipo \"vieni a dare un'occhiata\", cose di questo genere. Non mi guardare così, sai anche tu che le persone serie iniziano sempre dal basso! Ho un paio di manifesti pronti per te, ma se li perdi è un tuo dannato problema, capito? Portali alla roccaforte Scav al terminal doganale. Adesso puoi andarre.", "66058cb22cee99303f1ba067 failMessageText": "", "66058cb22cee99303f1ba067 successMessageText": "Tutto finito? Allora poi passerò. Nel frattempo ecco alcune chicche.", "6606b709f7ce34bb26221cab": "Piazza il poster \"Bison VS Undertaker\" negli alloggi della base Scav a Customs", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Ciao, campione! Un mio amico ti ha dato un piccolo incarico di prova. Ora ho deciso di incontrarti di persona. La gente mi chiama Ref. Ospito l'Arena e i suoi grandi guadagni, ah!\n\nÈ chiaro che non ti dispiace fare soldi, e io ho un disperato bisogno di nuovo personale. Gli affari vanno a gonfie vele e io sono a corto di personale. Ci stiamo espandendo!\n\nAbbiamo in programma un altro incontro a breve. Come si diceva nell'antica Roma, \"il popolo chiede pane e circo\". Quest'ultimo va bene, ma il pane è in ritardo. Una piccola interruzione dei rifornimenti, non preoccuparti. Procurami solo cibo e alcolici per il pubblico.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Tutto ciò che hai portato è già stato inviato ai posti. Ben fatto.", - "6606bd2aa49db36b69b6dbf9": "Consegna l'oggetto trovato in raid: Bottiglia di vodka Tarkovskaya", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Consegna l'oggetto trovato in raid: Bottiglia di birra Pevko", "6606bd814120fcf7f0a38e55": "Consegna l'oggetto trovato in raid: Tavoletta di cioccolato Alyonka", "6606bd9128b63f13e560592f": "Consegna l'oggetto trovato in raid: Pacco di carne secca Tarker", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Bilanciamento - 1° Parte", - "66058cb7c7f3584787181476 description": "Hai fatto un ottimo lavoro con i miei compiti. Ti ho anche fatto controllare nei miei database... Solo per precauzione. Non si assume persone qualsiasi, capisci cosa intendo, fratello? Ti promuovo a collaudatore! Dovrai testare le attrezzature per l'Arena.\n\nEcco un fucile d'assalto G36 e un'armatura THOR, provali su qualcuno dei più scarsi. I miei gladiatori useranno questo kit più tardi, se il tuo test andrà bene.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Questo set è sicuramente roba buona. Oh, mi è persino venuto in mente di dargli un nome: lo chiameremo Diesel. Penso che abbiamo esagerato un po' con le piastre, è un vero e proprio carro armato ambulante. Credo sia meglio rimuoverle, no?", - "6606d133fcb99b9004aa2d1d": "Elimina gli Scav usando un fucile d'assalto G36 e un'armatura NFM THOR a Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Bilanciamento - 2° Parte", - "66058cb9e8e4f17985230805 description": "Hai affrontato l'ultimo test a pieni voti. Per fortuna ho scelto te tra tutti i candidati.\n\nOra testeremo un nuovo equipaggiamento su pesci più grandi. Ecco, un fucile d'assalto AKS-74UB e un'armatura PACA. Se riuscirai a sopravvivere con questa, anche i gladiatori saranno contenti. Bene, vai a provarlo.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Vedo che stai sfruttando la maggiore forza dell'arma in questo kit... L'armatura non è il massimo, quindi sarà un set da esploratore. Oh! Ho un nome per questo. Avevo un amico che era magro e dall'aspetto gracile, ma molto grintoso. Spaccava a destra e a manca. Lo chiamavamo Tikhon. È così che chiamerò questo set.", - "660a9c99c650fa4d531f4c96": "Elimina i PMC usando l'AKS-74UB e l'armatura PACA a Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "Ho avuto una grande idea per rendere l'Arena ancora migliore. E ho bisogno del tuo aiuto.\n\nDevo trovare delle piastre di armatura per un ragazzo. È un artista che si esibisce spesso, quindi è ora di dargli un aggiornamento per far emozionare il pubblico. Questo è il problema degli spettacoli: se non si aggiunge legna in tempo, il fuoco si spegne.\n\nBene, ora vai a prendermi delle piastre per l'armatura.\n\nLa folla strillerà quando lo vedrà!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Proprio quello di cui avevo bisogno! Non manca molto. Tutti saranno entusiasti quando vedranno i risultati, lo prometto! Ecco un casco come ricompensa. Il suo ultimo proprietario ne ha uno migliore, ah!", - "6606d08b4e2e27ca2d80085e": "Consegna l'oggetto trovato in raid: Piastre balistiche Korund-VM (Anteriore)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Consegna l'oggetto trovato in raid: Piastra balistica SPRTN Omega", "6606d0a8f146598b0f492e12": "Consegna l'oggetto trovato in raid: Piastra balistica 6B33 (Anteriore)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Crea un Diversivo - 1° Parte", - "66058cbd9f59e625462acc8e description": "Senti, sto iniziando a sentirti come uno di famiglia per me. Come un fratello! Penso di poterti trovare un lavoro serio.\n\nHo dei co-fondatori nell'Arena, Kaban e Kollontay, forse li conosci. Credevo fossero dei tipi in gamba, ma ora hanno deciso di fare politica. Vogliono mettere il loro campione nell'Arena, te lo immagini? E un buon campione porta tanti soldi, lo sai. Ci vorrà molto tempo e denaro per ricostruire il business.\n\nDobbiamo spaventare questi ragazzi per fargli capire che stanno oltrepassando il limite. Prendi dei mattoni esplosivi e mettili intorno ai loro nascondigli. Senza detonatori. Non faremo saltare in aria nulla, ma faremo in modo che sembri una cosa grossa. Lasciali andare in giro con il culo in fiamme.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Avresti dovuto vedere il caos quando hanno trovato i mattoni! Che spettacolo! È un vero peccato non aver filmato tutto... Hai fatto un buon lavoro. Ecco la tua ricompensa.", - "660a9dc64c0927ead4fcfeef": "Posiziona tre mattoni TP-200 TNT sotto l'ufficio di Kaban a Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Posiziona tre mattoni TP-200 TNT all'ingresso dell'accademia MVD a Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Creare una distrazione - Parte 2", - "66058cbf2f19c31a5a1337ec description": "Kaban e Kollontay si sono ripresi in modo odiosamente veloce. Sono stati anche così sciocchi da non aver colto l'indizio. Ma va bene così, io e te possiamo dargli un altro indizio, no?\n\nHo un piano. Devi andare di nuovo da loro e sparare ai loro cagnolini, le guardie. Sono tutti collaboratori fidati di quei due. Ma non toccare Kaban e Kollontay! Questa volta devono capire l'antifona.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Non vedevi a chi stavi sparando?! Avevo grandi speranze per te.", - "66058cbf2f19c31a5a1337ec successMessageText": "Ottimo lavoro! Kaban e Kollontay stanno già scatenando una tempesta, alla ricerca del mandante dell'omicidio. Si riprenderanno e si renderanno conto di aver oltrepassato il limite. Ecco, questa è la tua ricompensa.", - "660d5effb318c171fb1ca234": "Elimina le guardie di Kaban a Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Elimina le guardie di Kollontay a Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "A Grandi Altezze! - Parte 1", - "66058cc1da30b620a34e6e86 description": "Ora Kaban e Kollontay sono troppo impegnati a trovare i loro aggressori per poter fare qualcosa. Il che significa che è tempo di un nuovo campione dell'Arena. E sarai tu. Con il tuo consenso, ovviamente. Non pratichiamo crudeltà qui, ah!\n\nPosso aiutarti a raggiungere vette e ricchezze che vanno oltre i tuoi sogni più sfrenati. Devi solo accettare la mia offerta. Ma, si sa, i fatti hanno sempre la meglio sulle parole. Quindi entra nell'Arena e vinci. È così che saprò che sarai pronto ad andare avanti.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "Non ho mai dubitato di te nemmeno per un secondo, fratello! Ma ricorda, siamo qui per intrattenere la gente. Abbiamo bisogno di uno spettacolo più grande! A volte sembra che stai sparando a delle lattine, sai?", - "662ba5a89d8041c264dd9673": "Vinci una partita nella modalità di gioco classificata su Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "D'ora in poi sei sotto la mia ala, fratello. Farò in modo che tu possa progredire bene, ma dovrai mettere in moto il tuo culo più spesso.\n\nCominciamo con le basi. L'Arena è a Tarkov, ma i maggiori sponsor sono all'estero. Guardano tutte le partite, fanno scommesse, buttano soldi sui favoriti. E te dovrai far interessare alcuni di questi pezzi grossi. Attirare la loro attenzione, dimostrare che sei all'altezza. Fatti un nome. Una vittoria da sola non basta. Dimostra loro che sei in grado di fare una performance entusiasmante!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "Vedo i progressi che stai facendo! All'estero iniziano a parlare di te. La gente è interessata. È un segno che stai facendo la cosa giusta!", - "662ba78e19c86d3199ae0a93": "Vinci una partita in modalità classificata su Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Raggiungi un punteggio di 1770 ARP", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "Stai andando alla grande! Ma è troppo presto per fermarsi. Fai brillare il tuo volto più spesso, impressiona il pubblico. Distinguiti. Diventa quello di cui parlano, quello che vengono a vedere. Poi arriveranno i soldi, e poi altre chicche: macchine, ragazze... Anche se Tarkov è un po' a corto di queste ultime.\n\nComunque, l'Arena è una grande opportunità di carriera in questo momento, ah!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "E ora sei un passo più vicino alla serie A! Rispetto, fratello.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "Com'è l'umore? Pronto per la battaglia? Pronto a brillare ancora una volta nell'Arena? Pronto a fare a pezzi qualche figlio di puttana? Le probabilità sono ancora contro di te, quindi non deludere il pubblico!\n\nA proposito di questo. Hai dei soldi? Scommetti su te stesso e vinci sei volte. Farai un sacco di soldi e diventerai famoso. Porta i soldi, io organizzerò tutto. Ma ti avverto: se perdi cinque volte, ricominci da capo.", "66058cc72cee99303f1ba069 failMessageText": "Oh amico, ce l'hai quasi fatta. Riprova, il pubblico sembra ancora favorirti.", "66058cc72cee99303f1ba069 successMessageText": "Ecco la tua busta paga. Ho detratto subito tutti i miei servizi: corruzione degli avversari, onorari e tutto il resto. Pensavi che lavorassi gratis?", - "662bb23200ae352a6d5a415d": "Vinci 6 partite su 10 in modalità classificata su Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Condizione di fallimento: Perdi 5 partite", "6633a85e347a2a2b4051a26b": "Consegna di rubli dal saldo EFT", "665493a649bd17856482ba77": "Condizione di fallimento: Perdi 5 partite", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "Ho buone notizie! Anzi, ottime notizie! Spero che tu abbia già scelto un piccolo appartamento nel quartiere d'élite di Tarkov, perché con tutti questi soldi lo avrete presto! Scherzo. Tutte le case di quei quartieri presto crolleranno comunque.\n\nComunque, alcune persone molto potenti dall'altra parte del confine sono interessate a te. Potenti e ricchi. Non posso dirti i loro nomi, è un segreto d'affari e non voglio violare quello che ho firmato. Quindi, queste persone sono pronte a prenderti sotto la loro ala e a sponsorizzarti pesantemente, ma prima vogliono delle garanzie.\n\nDovete diventare il campione. Volare in alto, volare al di sopra degli altri. Dovrai passare più tempo nell'Arena. Posso vedere nei tuoi occhi che sei pronto.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Sei davvero bravo. Un uomo francese molto famoso - non vi dirò il suo nome per privacy - è interessato a te. È un po' viscido, ma offre un bel po' di soldi. Ho già organizzato la tua sponsorizzazione.", - "662ba87106e44407b79e9ab2": "Vinci 3 partite di seguito nella modalità di gioco classificata su Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25819,9 +26104,10 @@ "66058ccbc7f3584787181478 description": "Salve. Ho sentito che ora lavori per Ref. Ti tengo d'occhio da un po'.\n\nConoscevo un uomo che è rimasto invischiato proprio come te. È stato il precedente campione di Ref per un po' e poi all'improvviso è scomparso. E so per certo che non ha nulla a che fare con Kaban e Kollontay.\n\nSe non vuoi scomparire come questo ragazzo, cerca l'appartamento dell'ultimo campione. Credo che lì sia rimasto qualcosa di interessante. Il campione era solito frequentare i contrabbandieri del Dormitorio a Customs. Forse troverete qualche indizio su come entrare nell'appartamento.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "Vuoi chiedere te stesso a Ref? Beh, è stato un piacere conoscerti.", - "664ef2e5c11296c444642040": "Individua la stanza del vecchio campione a Customs", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Scopri cosa è successo al campione", "664ef3c238dad5c6686a6d1e": "Sopravvivi ed estrai dalla zona", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "Quindi sta dicendo che era nell'appartamento dell'ultimo campione? Va bene, allora. Farò finta che non sia mai successo. Ricorda solo che la curiosità ha ucciso il gatto. E anche l'ultimo campione. Era un bravo ragazzo, mi piaceva, ma si è rammollito, ha perso il suo tocco.\n\nDovresti allenarti di più, non andare in giro per la città. Altrimenti, la tua classifica inizierà a scendere.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "Ecco fatto! Il tempo va speso per migliorare le proprie capacità. Chi sa cosa succede se non lo si fa?", - "663b9bb7fe7953705cb09114": "Elimina qualsiasi bersaglio utilizzando una carabina d'assalto su Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Elimina qualsiasi bersaglio utilizzando un fucile d'assalto su Arena", "663b9c13d71a6a0be997a5d5": "Elimina qualsiasi bersaglio utilizzando una mitragliatrice su Arena", "663b9c1559c1d56ec9bd6b4a": "Elimina qualsiasi bersaglio utilizzando un fucile da cecchino su Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Tra Due Fuochi", "66058ccf06ef1d50a60c1f48 description": "Quindi hai visto un cadavere. L'hai perquisito? Hai controllato intorno? Ti sto solo facendo notare che sei cieco. Il campione, per quanto ne so, teneva un diario. Sì, come un adolescente, ma questo gioca a tuo favore.\n\nPerché non vai di nuovo lì e dai un'occhiata più da vicino? Nel diario ci devono essere altre informazioni su Ref, del marcio su di lui. Fallo se vuoi smettere di essere un agnello sacrificabile nell'Arena.\n\nE un'altra cosa: se mi porterai qualche informazione su Ref che sia degna del mio tempo, ti pagherò bene.", "66058ccf06ef1d50a60c1f48 failMessageText": "Vuoi stare sotto la gonna di Ref? Allora arrangiati.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Ben fatto. Sono contento che tu abbia preso il tuo destino per le palle.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Individua e ottieni le informazioni compromettenti su Ref.", "664fd7f0837ee02ad4c8e658": "Consegna le informazioni trovate", "66563f0a2684eee09e8dcd86": "Individua il nascondiglio del vecchio campione", "6658eb28849643547f210708": "Ritorna al nascondiglio del vecchio campione a Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisioni, Decisioni", "66058cd19f59e625462acc90 description": "Ho sentito delle voci... Voci molto sgradevoli. Dicono che tu stia cercando di dissotterrare i miei affari.\n\nSenti, ci conosciamo da un po'. Sei come un fratello per me! Non fare qualcosa di cui poi ti pentirai. Meno sai, meglio dormirai, hai capito?\n\nFinché non avrò piena fiducia in te, i miei uomini ti terranno d'occhio. Non voglio che tu faccia nessuna bravata, campione. E se troverai qualcosa durante il tuo appuntamento con il vecchio campione, portamelo. Così potremo dimenticare questo piccolo e felice incidente.", - "66058cd19f59e625462acc90 failMessageText": "Bastardo! Ho fatto di tutto per te, ti ho tirato fuori dal fango, ti ho fatto diventare un vero uomo, e tu... Figlio di puttana!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Hai fatto la scelta giusta. Non ho mai dubitato di te, fratello. D'ora in poi niente più scherzi, capito?", "660da15a747708e25add9653": "Condizione di fallimento: Portare le informazioni a Fence", - "664fd86520fa1bd9f8fa5489": "Individua e ottieni le informazioni compromettenti su Ref.", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Consegna le informazioni trovate", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27088,8 +27377,8 @@ "67040c78bf4be8a4ef041a65 successMessageText": "Il tuo contributo per salvare la città è inestimabile! Tuttavia, non posso fare da solo un'analisi completa del campione.\n\nMa conosco qualcuno che può essere coinvolto nel processo. Un esperto di altissimo livello... Ti farò sapere i risultati molto presto.", "67068b5263a6a9dd703a29f2": "Individuare e ottenere la fiala di vaccino nel laboratorio", "67068b5c3d3d44305f177281": "Consegna l'oggetto trovato", - "67262b4023c03479138728fa": "Use the transit from The Lab to Streets of Tarkov", - "67262ba531b7021ec5cfc7e8": "Stash the vaccine under Kaban's office on Streets of Tarkov", + "67262b4023c03479138728fa": "Usa il passaggio da The Lab a Streets of Tarkov", + "67262ba531b7021ec5cfc7e8": "Nascondi il vaccino sotto l'ufficio di Kaban su Streets of Tarkov", "67040c78bf4be8a4ef041a65 acceptPlayerMessage": "", "67040c78bf4be8a4ef041a65 declinePlayerMessage": "", "67040c78bf4be8a4ef041a65 completePlayerMessage": "", @@ -27243,374 +27532,374 @@ "671a59e43d73dac1360765cc acceptPlayerMessage": "", "671a59e43d73dac1360765cc declinePlayerMessage": "", "671a59e43d73dac1360765cc completePlayerMessage": "", - "6727ef2c6015b7cc540ea754 name": "Contagious Beast", - "6727ef2c6015b7cc540ea754 description": "I never thought we'd have so much on our plate. Did you hear that the infected have gotten to Tagilla? He was already furious before, and now even more so. With such an active carrier of contagion, we'll soon run out of healthy people.\n\nHe must be stopped. Sure, there are tons of infected everywhere now, but none of them are as dangerous as Tagilla. So I'm asking you to put everything on hold and find the bastard. And don't leave until his body stops twitching.\n\nAfter everything that's happened, it wouldn't surprise me if Tagilla survives several magazines and then gets up as if nothing had happened... And hey, be careful out there.", + "6727ef2c6015b7cc540ea754 name": "Bestia Contagiosa", + "6727ef2c6015b7cc540ea754 description": "Non avrei mai pensato di avere così tanto da fare. Hai sentito dell'infezione che ha preso Tagilla? Se era già incazzato prima, adesso lo è ancor di più. Con quell'untore così attivo, le persone sane le conteremo su le dita di una mano.\n\nDobbiamo fermarlo. In questo momento ci sono sicuramente infetti ovunque, ma nessuno di loro è pericoloso come lo è Tagilla. Ti chiedo di mettere in pausa tutto quello che stai facendo e dare la priorità per trovare il bastardo. Non venire via finché il suo corpo non smetterà di contorcersi.\n\nDopo tutto quello che è successo, non mi sorprenderebbe se Tagilla si rialzasse come nulla fosse dopo averlo crivellato di colpi... E comunque sta attento, là fuori.", "6727ef2c6015b7cc540ea754 failMessageText": "", - "6727ef2c6015b7cc540ea754 successMessageText": "You made sure this demon is out of commission, yes? Well, let's hope we've dealt with this threat for good.\n\nConserve your ammo and check back soon, it's important we all work together right now.", - "6727f18974e5bdcd3778dc54": "Locate and neutralize infected Tagilla", - "6727f338415cfa0beb19c5be": "Survive and extract", + "6727ef2c6015b7cc540ea754 successMessageText": "Ti sei assicurato di aver messo a teacere quel demone maledetto vero? Speriamo di aver eliminato quella fottuta minaccia per sempre.\n\nConserva le munizioni, riposa e poi torna da noi, è importante stare uniti e lavorare tutti insieme in questo momento.", + "6727f18974e5bdcd3778dc54": "Individua ed elimina Tagilla l'infettato", + "6727f338415cfa0beb19c5be": "Sopravvivi ed estrai", "6727ef2c6015b7cc540ea754 acceptPlayerMessage": "", "6727ef2c6015b7cc540ea754 declinePlayerMessage": "", "6727ef2c6015b7cc540ea754 completePlayerMessage": "", - "673f2cd5d3346c2167020484 name": "Shipping Delay - Part 2", - "673f2cd5d3346c2167020484 description": "So Mechanic sent you, huh? Cool. So I used to have a base, with a hangar, spare parts, cargo shipments even. Then some assholes thought they could just clean the place out! I'm gonna find those bastards. But while I'm at it, all the deliveries are messing up! \n\nThe most important one is a package for Prapor, he's really anxious for it, and the box is still at the depot near the sawmill in Priozersk. If you're down to help me, look for this package and deliver it to Prapor. I can give you a ride to the depot, but I ain't leaving the BTR. I don't like it outside, it's more comforting inside this armor.", + "673f2cd5d3346c2167020484 name": "Ritardo di Consegna - Parte 2", + "673f2cd5d3346c2167020484 description": "Quindi è il Mechanic che ti manda? Figo. In passato avevo una base, con un hangar, pezzi di dicambio, e anche spedizioni merci. Poi qualche fottuto stronzo ha deciso di ripulire il posto! Devo trovare quei bastardi, ma tutte le consegne sono andate in fumo e ho perso diversi clienti!\n\nQuella più importante era un pacco per Prapor, molto ansioso di riceverlo, la scatola è ancora nel deposito vicino alla segheria di Prozersk. Se sei disposto ad aiutarmi va e cerca questo pacco, poi consegnalo direttamente a Prapor. Io posso darti un passaggio fino al deposito, ma non posso scenderò dal BTR. Mi sento più al sicuro dentro un mezzo corazzato che fuori all'aperto.", "673f2cd5d3346c2167020484 failMessageText": "", - "673f2cd5d3346c2167020484 successMessageText": "So, was Prapor pissed? Well shit, it's an emergency over here! But hey, thanks for helping me out.\n\nNow I might go and check out what's left of the base. You're a good guy, so stay in touch, yeah? When I find these shitheads, I'll need your help again.", - "673f2d938504a2d993bc2e68": "Locate and scout the warehouses at the depot on Woods", - "673f2d9a73ff76dd6d5a6344": "Locate and scout the office at the depot on Woods", - "673f2da118e615f9f5550544": "Locate and scout the garages at the depot on Woods", - "674eefb9b48df9e0cbba4e2f": "Complete the task A Helping Hand", - "673f2cd5d3346c2167020484 acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "673f2cd5d3346c2167020484 declinePlayerMessage": "I cannot help you right now.", - "673f2cd5d3346c2167020484 completePlayerMessage": "Your base is now clear. I found the package and delivered it to Prapor.", - "673f348dd3346c21670217e7 name": "Shipping Delay - Part 1", - "673f348dd3346c21670217e7 description": "Hey, do you know the BTR driver who's driving around Tarkov? I ordered an important delivery from him, but he just vanished somewhere.\n\nIf I had a soldier like that at my disposal, I'd teach him a lesson real quick. How can you delay military cargo shipments?! He was supposed to meet with my men yesterday.\n\nI need to find that bastard and show him what responsibility means. But the package is more important at the moment. Go find it and hand it over to me. We'll deal with the driver later.", + "673f2cd5d3346c2167020484 successMessageText": "Quindi Prapor è incazzato? Beh merda, allora deve essere una vera emergenza! Ma ehi! Grazie comunque per avermi aiutato.\n\nAdesso vado a controllare cosa è rimasto della base. Sei un bravo ragazzo, quindi non perdiamo di vista intesi? Quando troverò queste teste di cazzo, avrò di nuovo bisogno del tuo aiuto.", + "673f2d938504a2d993bc2e68": "Individua e visita i magazzini del deposito su Woods", + "673f2d9a73ff76dd6d5a6344": "Individua e visita l'ufficio nel deposito su Woods", + "673f2da118e615f9f5550544": "Individua e visita l'ufficio al garage nel deposito su Woods", + "674eefb9b48df9e0cbba4e2f": "Completa la missione Una Mano Amica", + "673f2cd5d3346c2167020484 acceptPlayerMessage": "Sembra abbastanza fattibile. Ci penso io.", + "673f2cd5d3346c2167020484 declinePlayerMessage": "Non ti posso aiutare al momento.", + "673f2cd5d3346c2167020484 completePlayerMessage": "La tua base è sgombera adesso. Ho trovato il pacchetto e l'ho spedito a Prapor.", + "673f348dd3346c21670217e7 name": "Ritardo di Consegna - Parte 1", + "673f348dd3346c21670217e7 description": "Ehi amico, conosci l'autista del BTR che gira per Tarkov? Gli ho ordinato una consegna importante, ma deve essere sparito da qualche parte.\n\nSe avessi tra le mie file un soldato del genere, gli darei una bella lezione. Come diavolo lavora? Come ha fatto a ritardare le spedizioni di merci militari?! Doveva incontrare i miei uomini ieri.\n\nDevo trovare quel bastardo e mostrargli cosa significa responsabilità. Ma la consegna è più importante al momento. Vai e capisic che fine ha fatto. Poi portami il pacco, di lui ci occuperemo più tardi.", "673f348dd3346c21670217e7 failMessageText": "", - "673f348dd3346c21670217e7 successMessageText": "You talked with the driver, huh? His base was attacked? If you ask me, those couriers will always make excuses for being late.\n\nBut the guy did a good job hiring you. I've been dying to get this little package.", - "673f34c674ec5bf80ea69eee": "Hand over the package from the depot on Woods", + "673f348dd3346c21670217e7 successMessageText": "Hai parlato con l'autista? La sua base è stata attaccata? Se lo chiedi a me ti rispondo che a me sembrano soltanto scuse per giustificare il ritardo.\n\nMa il tizio ha fatto un ottimo acquisto nell'arruolarti. Morivo dalla voglia di ricevere questo pacchetto.", + "673f34c674ec5bf80ea69eee": "Consegna il pacchetto dal deposito di Woods", "673f348dd3346c21670217e7 acceptPlayerMessage": "", "673f348dd3346c21670217e7 declinePlayerMessage": "", "673f348dd3346c21670217e7 completePlayerMessage": "", "673f4e956f1b89c7bc0f56ef name": "Hot Wheels", "673f4e956f1b89c7bc0f56ef description": "So I went to the depot... Those assholes ruined the place and took my spare parts. I mean, I can understand tools or equipment. But why the fuck would someone take the fucking wheels? You're not gonna build a second BTR like that.\n\nAnyway, I need a spare wheel, and the sooner the better. You gotta find where the proper wheels could be laying around. I don't know where to look exactly, but you're not a moron, you'll figure it out. You can start with the customs area, but I haven't been there for ages, so I can't promise they'll be there.", "673f4e956f1b89c7bc0f56ef failMessageText": "This is a joke, right?\n\nThese are fucking truck wheels, you idiot. I'm driving a BTR. B-T-R! Go mark fucking bicycle wheels next while you're at it.", - "673f4e956f1b89c7bc0f56ef successMessageText": "Awesome! These will do, and you also did it quick. I commend that! Changing the wheels will take some time though, it's not a Lada after all.", - "673f5065cdfe082966842575": "Complete the main objective as soon as possible", - "673f507029a1128d5c4d7498": "Locate and mark the spare BTR wheels with an MS2000 Marker", - "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "There are wheels everywhere, don't worry. I'll take care of it.", - "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f4e956f1b89c7bc0f56ef completePlayerMessage": "All done. I did what you asked.", - "673f5a4976553f78350bdac1 name": "Hot Wheels - Let's Try Again", - "673f5a4976553f78350bdac1 description": "We've already lost time, but if we wait any longer, the BTR's gonna stall. While you were screwing around, I did some digging and found out where we can get some proper wheels. Go to the reserve military base, the wheels we need are there. \n\nThey come with rims attached, and they're a proper diameter for the BTR, too. Don't mess it up this time, the deadline's coming up.", + "673f4e956f1b89c7bc0f56ef successMessageText": "Fantastico! Questi andranno bene, e hai fatto anche in fretta. Mi complimento per questo! Per cambiare le ruote ci vorrà un po' più di tempo, dopotutto non è una Lada.", + "673f5065cdfe082966842575": "Completa l'obiettivo principale velocemente", + "673f507029a1128d5c4d7498": "Individua e segnala il set di gomme di ricambio del BTR con un marcatore MS2000", + "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "Ci sono ruote ovunque, ma non preoccuparti. Ci penserò io.", + "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Forse in un altro momento, ok? Non adesso.", + "673f4e956f1b89c7bc0f56ef completePlayerMessage": "Tutto a posto. Ho fatto quello che mi avevi chiesto.", + "673f5a4976553f78350bdac1 name": "Hot Wheels - Riproviamoci", + "673f5a4976553f78350bdac1 description": "Abbiamo già perso diverso tempo, ma se aspettiamo un altro po' il BTR si bloccherà. Mentre stavi cazzeggiando, ho fatto alcune ricerche e ho scoperto dove possiamo trovare delle ruote in buono stato. La base militare di Rserve, le ruote che ci servono le troverai lì.\n\nVengono fornite già coi cerchioni che hanno un diametro adeguato per il BTR. Cerca di non creare casini stavolta, la scadenza si avvicina.", "673f5a4976553f78350bdac1 failMessageText": "", "673f5a4976553f78350bdac1 successMessageText": "There you go. It's a pain in the ass to change the wheels, but at least we have spares now. \n\nThanks for your help. And, uh, I'm sorry for being an asshole. I just really can't lose my baby while we're dealing with this emergency.", - "673f5a9537550b9d7fd30777": "Locate and mark the spare BTR wheels with an MS2000 Marker on Reserve", - "673f5a4976553f78350bdac1 acceptPlayerMessage": "You should have just told me you needed rims too... Okay, I'll look some more.", - "673f5a4976553f78350bdac1 declinePlayerMessage": "Go do it yourself if it's that easy! I don't have time for this.", - "673f5a4976553f78350bdac1 completePlayerMessage": "I think I marked it right this time.", - "673f6027352b4da8e00322d2 name": "Inevitable Response", + "673f5a9537550b9d7fd30777": "Individua e segnala il set di gomme di ricambio del BTR con un marcatore MS2000 su Reserve", + "673f5a4976553f78350bdac1 acceptPlayerMessage": "Avresti dovuto dirmi di aver bisogno anche dei cerchi... Ok, guarderò ancora un po'.", + "673f5a4976553f78350bdac1 declinePlayerMessage": "Vai e risolvitela da solo visto che è così \"facile!\" Non ho tempo per questo genere di cose.", + "673f5a4976553f78350bdac1 completePlayerMessage": "Penso di averlo marcato giusto a questo giro.", + "673f6027352b4da8e00322d2 name": "Risposta Inevitabile", "673f6027352b4da8e00322d2 description": "Have you seen the new wheels? Actually, nevermind, before you fuck them up by looking at them or something. We've lost enough time, but there's a chance we can still find those half-assed engineers. I learned they came from the reserve base. If we don't hesitate, we can still catch up with them and punish them. \n\nStart in the forest and follow that path to the military base, we need to nail these assholes before they lay low.", "673f6027352b4da8e00322d2 failMessageText": "", - "673f6027352b4da8e00322d2 successMessageText": "You got them in time? Good. Let the others think twice before ransacking my place again.", - "673f60910aed589d887b5ea1": "Eliminate Scavs on Woods", - "67499a4f03b8295863172dea": "Use the transit from Woods to Reserve", - "67499a61ddf14e140a675607": "Eliminate Scavs on Reserve", - "673f6027352b4da8e00322d2 acceptPlayerMessage": "Understood, will do.", - "673f6027352b4da8e00322d2 declinePlayerMessage": "I cannot help you right now.", - "673f6027352b4da8e00322d2 completePlayerMessage": "It took some work, but your problem is solved. They're not coming back.", - "673f61a066e6a521aa04b62b name": "Order From Outside", + "673f6027352b4da8e00322d2 successMessageText": "Te li sei fatti in tempo? Bene. Che gli sia di lezione. Ci penseranno due volte prima di saccheggiare di nuovo casa mia.", + "673f60910aed589d887b5ea1": "Elimina gli Scav a Woods", + "67499a4f03b8295863172dea": "Utilizza il transito da Woods a Reserve", + "67499a61ddf14e140a675607": "Elimina gli Scav a Reserve", + "673f6027352b4da8e00322d2 acceptPlayerMessage": "Capito, lo farò.", + "673f6027352b4da8e00322d2 declinePlayerMessage": "Non ti posso aiutare adesso.", + "673f6027352b4da8e00322d2 completePlayerMessage": "C'è voluto un bel po' ma alla fine il problema è risolto. Non torneranno, tranquillo.", + "673f61a066e6a521aa04b62b name": "Ordini Da Fuori", "673f61a066e6a521aa04b62b description": "Surely you don't think I would be interested in petty local conflicts? I have much more important matters to attend to, and I am not going to help either of the parties. Speaking of which. I need to move an item from point A to point B. \n\nIt is hidden at the electromechanical warehouse in the airspace control center at the military base. It's to be delivered to the Priozersk nature reserve. The landmark will be a small cemetery. You'll recognize it by the stretchers and the bodies around it -- not everyone has been buried in time. \n\nSince my cargo is very specific, some people may have a particular interest in it. That is why I need someone who can guarantee the safety of the cargo during transportation.", - "673f61a066e6a521aa04b62b failMessageText": "I thought you were dead, so I have already given the job to another person. Next time, don't take too long to complete the tasks I give you.", - "673f61a066e6a521aa04b62b successMessageText": "Perfect. I've already prepared the reward.", - "673f61d9c2bc3dc676297fde": "Locate and obtain the electronic jammer at the electromechanical warehouse on Reserve", - "673f61ea87e01cfaf780a482": "Stash the device at the specified location on Woods", - "673f61a066e6a521aa04b62b acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "673f61a066e6a521aa04b62b declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "673f61a066e6a521aa04b62b completePlayerMessage": "Here about the job. Everything's done on my end.", - "673f629c5b555b53460cf827 name": "Building Foundations", + "673f61a066e6a521aa04b62b failMessageText": "Pensavo tu fossi morto, per questo ho dato il lavoro ad un'altra persona. Magari la prossima volta non ci mettere così tanto a completare una missione.", + "673f61a066e6a521aa04b62b successMessageText": "Perfetto. Ho già preparato la ricompensa.", + "673f61d9c2bc3dc676297fde": "Individua e procurati il disturbatore elettronico presso il magazzino elettromeccanico su Reserve", + "673f61ea87e01cfaf780a482": "Nascondi il dispositivo sul posto specificato su Woods", + "673f61a066e6a521aa04b62b acceptPlayerMessage": "Sembra abbastanza fattibile. Ci penso io.", + "673f61a066e6a521aa04b62b declinePlayerMessage": "Ho già fatto abbastanza. Non ti posso essere d'aiuto.", + "673f61a066e6a521aa04b62b completePlayerMessage": "Ecco il lavoro. La mia parte l'ho fatta.", + "673f629c5b555b53460cf827 name": "Fondamenta Edificio", "673f629c5b555b53460cf827 description": "You know, you've been helping me out for a while now, and I haven't even brought you up to speed with this whole situation. So, I'm working with Skier now. I deliver his goods, and sometimes I'm involved in his operations. At first it was a nice lucrative gig, but now this asshole won't let me off the hook for even a second. He thinks I'm his personal fucking mule now!\n\nHe seems to have found out somehow that I'm tired of all this, and now he's brought his punks to my base to teach me a lesson. I'm not gonna put up with this shit anymore. I'd leave him a long time ago, but I do need protection and guarantees, you know. And since you're in contact with other traders, you could put in a good word for me. Can you help a friend out?", "673f629c5b555b53460cf827 failMessageText": "", "673f629c5b555b53460cf827 successMessageText": "Yeah, well, I was kinda expecting that.\n\nBut the key is that we've made a start. Now I have a real chance of getting away from this shithead.", - "673f637a1fbc23a60a72b743": "Sell any items to Ragman", - "67519696567b9773f0811bae": "Sell any items to Prapor", - "675196dff77c0b8436ec1ef5": "Sell any items to Peacekeeper", - "673f629c5b555b53460cf827 acceptPlayerMessage": "Alright, I'll try talking to them.", - "673f629c5b555b53460cf827 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "673f629c5b555b53460cf827 completePlayerMessage": "I've talked to them, but they're not giving me a quick answer.", - "6740a02a69a58fceba0ff399 name": "Natural Exchange", + "673f637a1fbc23a60a72b743": "Vendi qualsiasi oggetto a Ragman", + "67519696567b9773f0811bae": "Vendi qualsiasi arma a Prapor", + "675196dff77c0b8436ec1ef5": "Vendi qualsiasi oggetto a Peacekeeper", + "673f629c5b555b53460cf827 acceptPlayerMessage": "D'accordo, proverò a parlarci.", + "673f629c5b555b53460cf827 declinePlayerMessage": "Forse in un altro momento, ok? Non adesso.", + "673f629c5b555b53460cf827 completePlayerMessage": "Ci ho parlato, ma non sono stati in grado di darmi una risposta veloce.", + "6740a02a69a58fceba0ff399 name": "Scambio Naturale", "6740a02a69a58fceba0ff399 description": "Your friends are still taking their time, and I'm already running low on supplies because of that depot attack. I'm gonna run out of fuel if I don't do something. I found a place to get fuel, but I need your help.\n\nYou know the local smugglers? They got a base near the Azure Coast. That's where you gotta drop off some gas cans. They'll fill me some fuel in return. But I think we can handle that part without you. They'll send their own people. So, you in?", "6740a02a69a58fceba0ff399 failMessageText": "", - "6740a02a69a58fceba0ff399 successMessageText": "Perfect. At least now the baby won't die in the middle of a random field. Thank you, friend!", - "6740a0c33c7152ccfe151146": "Stash the first metal fuel tank at the smugglers' base on Shoreline", - "6740a0d5b05fb787316fe7d5": "Stash the second metal fuel tank at the smugglers' base on Shoreline", - "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "6740a02a69a58fceba0ff399 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6740a02a69a58fceba0ff399 completePlayerMessage": "All done. I did what you asked.", - "6740a15566e6a521aa051b15 name": "Forge a Friendship", + "6740a02a69a58fceba0ff399 successMessageText": "Perfetto. Almeno il bambino non morirà nel mezzo di un campo qualsiasi. Grazie mille amico!", + "6740a0c33c7152ccfe151146": "Nascondi la prima tanica di benzina nella base dei contrabbandieri su Shoreline", + "6740a0d5b05fb787316fe7d5": "Nascondi la seconda tanica di benzina nella base dei contrabbandieri su Shoreline", + "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Sembra abbastanza fattibile. Ci penso io.", + "6740a02a69a58fceba0ff399 declinePlayerMessage": "Forse in un altro momento, ok? Non adesso.", + "6740a02a69a58fceba0ff399 completePlayerMessage": "Tutto a posto. Ho fatto quello che mi avevi chiesto.", + "6740a15566e6a521aa051b15 name": "Stringere Amicizia", "6740a15566e6a521aa051b15 description": "Hello, warrior! You asked about the BTR driver, and in theory we could work together. I've already used the services of his BTR, but going against Skier is not cheap.\n\nThat's why we need to solidify our intentions, so that no one slips up later! First, I need to get a package that came from outside the cordon. I'm told it's already here, somewhere in the Norvinsk port area.", "6740a15566e6a521aa051b15 failMessageText": "", - "6740a15566e6a521aa051b15 successMessageText": "Good work, soldier! I'll be in touch with you about working with the driver.", - "6740a202086cf3dbf687279a": "Locate and obtain Prapor's cargo on Shoreline", - "6740a20cc6daae7f8f12a77d": "Hand over the found cargo", + "6740a15566e6a521aa051b15 successMessageText": "Ottimo lavoro soldato! Ti contatterò per farti lavorare con Driver.", + "6740a202086cf3dbf687279a": "Individua e ottieni il cargo di Prapor su Shoreline", + "6740a20cc6daae7f8f12a77d": "Consegna il cargo ritrovato", "6740a15566e6a521aa051b15 acceptPlayerMessage": "", "6740a15566e6a521aa051b15 declinePlayerMessage": "", "6740a15566e6a521aa051b15 completePlayerMessage": "", - "6740a2c17e3818d5bb0648b6 name": "Half-Empty", + "6740a2c17e3818d5bb0648b6 name": "Mezzo Vuoto", "6740a2c17e3818d5bb0648b6 description": "So, about that cargo from across the cordon. Turns out it was only part of the shipment. The other part's supposed to be airdropped. But I suspect they didn't include everything there either, those bastards.\n\nLook, you could help me with this. The package still needs to be picked up. And if we don't actually have everything, we'll have to look somewhere else. Obviously, I'm not gonna work with these suppliers anymore, but right now I need all these electronics from the shipment.\n\nI won't forget your commitment. Who knows, maybe I'll figure out how to help comrade driver quicker after you're done.", "6740a2c17e3818d5bb0648b6 failMessageText": "", "6740a2c17e3818d5bb0648b6 successMessageText": "You really helped me out! If the BTR driver is as reliable as you, we'll certainly get along. I just need to finish some other urgent things and prepare everything.", - "6740a322d42204d5c70767e9": "Find military electronics items in raid", - "6740a33685a62f9581c2beaf": "Hand over the found in raid PC component items", - "6749aa9b1badcb1e8056d769": "Hand over the found in raid military electronic items", + "6740a322d42204d5c70767e9": "Trova gli oggetti militari elettronici in raid", + "6740a33685a62f9581c2beaf": "Consegna l'oggetto trovato in raid componenti PC", + "6749aa9b1badcb1e8056d769": "Consegna gli oggetti elettronici militare trovati in raid", "6740a2c17e3818d5bb0648b6 acceptPlayerMessage": "", "6740a2c17e3818d5bb0648b6 declinePlayerMessage": "", "6740a2c17e3818d5bb0648b6 completePlayerMessage": "", - "6740a3f4eca8acb2d2055159 name": "Stick in the Wheel", + "6740a3f4eca8acb2d2055159 name": "Bastoni tra le Ruote", "6740a3f4eca8acb2d2055159 description": "Here about the BTR driver again? Listen, it's not that simple. But things are slowly progressing, thanks to you. By the way, the Scavs are really coming down on my soldiers right now. \n\nI don't know if it's Skier who has learned something about our plans, or if someone is actively recruiting new bandits, but it's impossible to do business like this, that's for sure. If you want your comrade and I to work together, you have to remove this hindrance.", "6740a3f4eca8acb2d2055159 failMessageText": "", - "6740a3f4eca8acb2d2055159 successMessageText": "No more sticks in the wheels now. Thank you.\n\nYou can tell your friend that I will soon prepare everything for him to come under our protection.", - "6740a42c508599fd5a066f19": "Eliminate any target on any location", + "6740a3f4eca8acb2d2055159 successMessageText": "Non abbiamo più bastoni tra le ruote. Grazie.\nPuoi dire al tuo amico che presto preparerò tutto quello che ha richiesto per metterlo sotto protezione.", + "6740a42c508599fd5a066f19": "Eliminare qualsiasi obiettivo in ogni luogo", "6740a3f4eca8acb2d2055159 acceptPlayerMessage": "", "6740a3f4eca8acb2d2055159 declinePlayerMessage": "", "6740a3f4eca8acb2d2055159 completePlayerMessage": "", - "6740b60c60a98cad1b0e0aa0 name": "Another Shipping Delay", + "6740b60c60a98cad1b0e0aa0 name": "Un Altro Ritardo di Consegna", "6740b60c60a98cad1b0e0aa0 description": "Hey, brother! You say the BTR driver wants to leave Skier's gang? You know, that kind of transport would be good for my trade. But you do realize Skier won't appreciate such a move, and it's a risk to my business. Anyway, it's a lot to think about and weigh.\n\nThough, you can make the driver's offer more convincing. I got some urgent business to take care of. I lost contact with one of my crews. The guys were running a delivery and they were supposed to be back by now. Return to me if you find any sign of them.", "6740b60c60a98cad1b0e0aa0 failMessageText": "", "6740b60c60a98cad1b0e0aa0 successMessageText": "Someone's iced the couriers, huh? This means I have to switch routes, I've got three more trips planned! \n\nMan, I can't stop the trade, I need new routes. Maybe your driver friend could give some tips? Go ask him where I can move the goods safely. Pretty please.", - "6740b64f024f0e44fbed2c48": "Locate the missing courier crew on Woods", - "6740b66079ff8ea717dad584": "Survive and extract from the location", + "6740b64f024f0e44fbed2c48": "Individua l'equipaggio del corriere scomparso su Woods", + "6740b66079ff8ea717dad584": "Sopravvivi ed estrai dalla zona", "6740b60c60a98cad1b0e0aa0 acceptPlayerMessage": "", "6740b60c60a98cad1b0e0aa0 declinePlayerMessage": "", "6740b60c60a98cad1b0e0aa0 completePlayerMessage": "", - "674492b6909d2013670a347a name": "Ask for Directions", + "674492b6909d2013670a347a name": "Chiedere Informazioni", "674492b6909d2013670a347a description": "So Ragman's looking for new routes, you say? I'm thinking about that myself right now, since Skier won't let me go so easily. But there is one option that Ragman could use. I won't pass on my BTR through there, but when I was a puny pedestrian, I used to sneak around there often.\n\nYou know the village by the cliffs where the cottages are? You can go up from one of the backyards, and then follow the crevice. Then, you reach those wealthy houses, you'll have to be on guard over there.\n\nThere are no truly safe roads left, so I guess this one's better than nothing. Just make sure you come back to me when you've marked it, I'll double check it with my maps just to be sure.", "674492b6909d2013670a347a failMessageText": "", - "674492b6909d2013670a347a successMessageText": "I think you got it all right. Honestly, I don't remember the details very well...\n\nBut there was no other such path in the cliffs, so yeah, it's all good.", - "674492e56e8d2d5239a3fd37": "Locate and mark the first section of the cliff path with an MS2000 Marker on Lighthouse", - "674492ebf6f84f7d09ef1abb": "Locate and mark the second section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f0636d0661476732f2": "Locate and mark the third section of the cliff path with an MS2000 Marker on Lighthouse", - "674492f30f45cb752f21df39": "Locate and mark the fourth section of the cliff path with an MS2000 Marker on Lighthouse", - "674492b6909d2013670a347a acceptPlayerMessage": "Sounds easy enough. I'll handle it.", - "674492b6909d2013670a347a declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "674492b6909d2013670a347a completePlayerMessage": "My job's done. Time to pay up.", - "6744a4717e3818d5bb0680bb name": "Stabilize Business", + "674492b6909d2013670a347a successMessageText": "Penso che tu abbia capito molto bene. Onestamente non ricordo i dettagli così bene....\n\nMa non c'era nessun altro sentiero lungo la scogliera, quindi direi, che va bene così.", + "674492e56e8d2d5239a3fd37": "Individua e segnala il primo tratto del sentiero della scogliera con un marcatore MS2000 su Lighthouse", + "674492ebf6f84f7d09ef1abb": "Individua e segnala il secondo tratto del sentiero della scogliera con un marcatore MS2000 su Lighthouse", + "674492f0636d0661476732f2": "Individua e segnala il terzo tratto del sentiero della scogliera con un marcatore MS2000 su Lighthouse", + "674492f30f45cb752f21df39": "Individua e segnala il quarto tratto del sentiero della scogliera con un marcatore MS2000 su Lighthouse", + "674492b6909d2013670a347a acceptPlayerMessage": "Sembra abbastanza fattibile. Ci penso io.", + "674492b6909d2013670a347a declinePlayerMessage": "Forse in un altro momento, ok? Non adesso.", + "674492b6909d2013670a347a completePlayerMessage": "Il mio lavoro è concluso. È tempo di riscuotere.", + "6744a4717e3818d5bb0680bb name": "Stabilizzare l'Attività", "6744a4717e3818d5bb0680bb description": "I told you the driver knows the right paths! That's where I'll send the shipment, although I don't have time for that at present. First I have to deal with those who killed my couriers. I already found the culprits, so now it's for Ragman to send his regards.\n\nI can't do anything to help the driver until this matter is handled. That's why I suggest you take care of it. Quicker you start, quicker you finish.", "6744a4717e3818d5bb0680bb failMessageText": "", "6744a4717e3818d5bb0680bb successMessageText": "That's great! Now there is nothing to interfere with my operations, and we can think about expansion.\n\nFor now, I need to figure out how to prepare for the BTR coming under my roof. Just be patient for a little longer.", - "6744a4e6c8a456e74064e7d7": "Eliminate Scavs in one raid on Ground Zero", - "6744a6b96cefb76fd3f70555": "Survive and extract from the location", + "6744a4e6c8a456e74064e7d7": "Elimina Scav in un solo raid su Ground Zero", + "6744a6b96cefb76fd3f70555": "Sopravvivi ed estrai dalla zona", "6744a4717e3818d5bb0680bb acceptPlayerMessage": "", "6744a4717e3818d5bb0680bb declinePlayerMessage": "", "6744a4717e3818d5bb0680bb completePlayerMessage": "", - "6744a728352b4da8e003eda9 name": "Battery Change", - "6744a728352b4da8e003eda9 description": "How are the negotiations progressing? I mean, I understand that Prapor needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 name": "Cambio Batteria", + "6744a728352b4da8e003eda9 description": "Come progedono i negoziati? Posso capire che Prapor abbia bisogno di riflettere prima, ma non ho più il tempo a disposizione! Si deve sopravvivere in qualche modo mentre si costruiscono i ponti. Nessuna lamentela per carità nei suoi confronti, ovviamente.\n\nNon ho nemmeno batterie di riserva in questo momento, e l'elettronica può andare a puttane da un momento all'altro. Mi basterebbe anche una batteria da carro armato, rose riuscirei a farla funzionare con il mio BTR.\n\nPensi di poterne trovare una? Perché senza, per me è finita.", "6744a728352b4da8e003eda9 failMessageText": "", - "6744a728352b4da8e003eda9 successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a964dc1b1e2ee134ffeb": "Hand over the item: 6-STEN-140-M military battery", - "6744a728352b4da8e003eda9 acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a728352b4da8e003eda9 declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a728352b4da8e003eda9 completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744a9dfef61d56e020b5c4a name": "Battery Change", - "6744a9dfef61d56e020b5c4a description": "How are the negotiations progressing? I mean, I understand that Ragman needs to mull it over first, but I'm running out of time! Gotta survive somehow while you're building bridges. No complaints against you, obviously.\n\nI don't even have any spare batteries now, and electronics can go to shit at any moment. I could even do with a tank battery right now, I might be able to make it work with my BTR.\n\nYou think you can find one of those? Because without it, it's over for me.", + "6744a728352b4da8e003eda9 successMessageText": "È una cosa davvero grossa! Spero che non sia stato troppo faticoso. Vai, lasaciala pure qui. Stai facendo un ottimo lavoro per me e non lo dimenticherò. Grazie.", + "6744a964dc1b1e2ee134ffeb": "Consegna l'oggetto: batteria militare 6-Sten-140-M", + "6744a728352b4da8e003eda9 acceptPlayerMessage": "Rompermi la schiena per te... Ok, cercherò una soluzione.", + "6744a728352b4da8e003eda9 declinePlayerMessage": "Già, non proprio. Una volta ho dovuto strisciare non poco con una batteria di quel tipo. E penso che non lo farò mai più.", + "6744a728352b4da8e003eda9 completePlayerMessage": "Ecco la tua roba. Questa è l'ultima volta che consegno una batteria da carro. Ci puoi giurare.", + "6744a9dfef61d56e020b5c4a name": "Cambio Batteria", + "6744a9dfef61d56e020b5c4a description": "Come progedono i negoziati? Posso capire che Ragman abbia bisogno di riflettere prima, ma non ho più il tempo a disposizione! Si deve sopravvivere in qualche modo mentre si costruiscono i ponti. Nessuna lamentela per carità nei suoi confronti, ovviamente.\n\nNon ho nemmeno batterie di riserva in questo momento, e l'elettronica può andare a puttane da un momento all'altro. Mi basterebbe anche una batteria da carro armato, rose riuscirei a farla funzionare con il mio BTR.\n\nPensi di poterne trovare una? Perché senza, per me è finita.", "6744a9dfef61d56e020b5c4a failMessageText": "", "6744a9dfef61d56e020b5c4a successMessageText": "That's a big one! I hope it wasn't too much of a hassle. Alright, just leave it right here. You're doing a lot of work for me, and I won't forget it. Thank you.", - "6744a9dfef61d56e020b5c54": "Hand over the item: 6-STEN-140-M military battery", - "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Breaking my back for you... Okay, I'll figure it out.", - "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Yeah no. One time I had to crawl for several hours with a battery like that. Sorry, but I'm not doing this.", - "6744a9dfef61d56e020b5c4a completePlayerMessage": "Here's your stuff. This is the last time I'm doing tank battery delivery. Surely.", - "6744ab1def61d56e020b5c56 name": "Protect the Sky", - "6744ab1def61d56e020b5c56 description": "You weren't being tailed, were you? Skier is definitely up to something. I'm even afraid to sleep in the BTR now! But I can't back down now. I've started setting up a new base, and this time I want to build a solid defense.\n\nSomeone's willing to provide me with a decent electronic jamming system. We've already settled the payment, it's just a matter of delivering the package to me. They picked an unusual place for the transfer: a cemetery in the forest. It's not big, but you'll find it no problem. There's a stretcher and bodies lying around near it.\n\nCan you get the package from the stash? Oh, but don't go straight there from here. Go to your base, take a breather, and then go to the stash from there. Can't let anyone find out about my new purchase.", + "6744a9dfef61d56e020b5c54": "Consegna l'oggetto: batteria militare 6-Sten-140-M", + "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Rompermi la schiena per te... Ok, cercherò una soluzione.", + "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Già, non proprio. Una volta ho dovuto strisciare non poco con una batteria di quel tipo. E penso che non lo farò mai più.", + "6744a9dfef61d56e020b5c4a completePlayerMessage": "Ecco la tua roba. Questa è l'ultima volta che consegno una batteria da carro. Stanne certo.", + "6744ab1def61d56e020b5c56 name": "Proteggi il Cielo", + "6744ab1def61d56e020b5c56 description": "Non ti stavano pedinando, vero? Skier sta sicuramente tramando qualcosa. Ho persino paura di dormire nel BTR! Ma non posso certo tirarmi indietro. Ho iniziato a creare una nuova base e questa volta voglio costruirne una solid. a\n\nQualcuno è disposto a fornirmi un sistema di disturbo elettronico decente. Abbiamo già stabilito il pagamento, si tratta solo di consegnarmi il pacco. Hanno scelto un luogo insolito per la consegna: un cimitero nella foresta. Non è grande, ma lo troverai senza problemi. Vicino c'è una barella e dei corpi.\n\nLì trovare il pacco accanto alla scorta. Mi raccomando, non andare direttamente lì da qui. Vai alla tua base, fai una pausa e poi vai al nascondiglio da lì. Non posso permettere che qualcuno scopra il mio nuovo acquisto.", "6744ab1def61d56e020b5c56 failMessageText": "", "6744ab1def61d56e020b5c56 successMessageText": "Thank you! At least now I have a place to sleep.\n\nNothing will come down from above now. And on the ground, the landmines should stop them. I've covered everything. Let's see them looting my spare parts again!", - "6744ab1def61d56e020b5c5f": "Locate the package in the specified spot on Woods", - "6744ab1def61d56e020b5c60": "Hand over the package", - "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Alright, I'm in.", - "6744ab1def61d56e020b5c56 declinePlayerMessage": "Perhaps some other time, okay? Not right now.", - "6744ab1def61d56e020b5c56 completePlayerMessage": "Here you go. Hope that's what you're looking for.", - "6744aca8d3346c216702c583 name": "Discombobulate", + "6744ab1def61d56e020b5c5f": "Individua il pacchetto di deposito nel punto secificato su Woods", + "6744ab1def61d56e020b5c60": "Consegna il pacco", + "6744ab1def61d56e020b5c56 acceptPlayerMessage": "D'accordo ci sto.", + "6744ab1def61d56e020b5c56 declinePlayerMessage": "Forse in un altro momento, ok? Non adesso.", + "6744ab1def61d56e020b5c56 completePlayerMessage": "Ecco qua. Spero che sia quello che stai cercando.", + "6744aca8d3346c216702c583 name": "Scompaginare", "6744aca8d3346c216702c583 description": "I was right about Skier. He's not just trying to interrupt my work, he's trying to fucking destroy the BTR! Looks like somebody supplied him with a big load of RPG rockets. \n\nThose knuckle-dragging idiots can't even shoot it properly, but so what? With enough ammo, they'll take me down if not on the first, then on the tenth attempt. However, I might have an idea where Skier is storing these rockets. Plenty of time's passed, they've already organized their firing positions, I'm sure of it.\n\nThey could be anywhere in the city, but in the forest we may be able to find all of their positions. Just follow my usual driving route and check all the places they might use to ambush me.\n\nFind the rocket crates and leave some presents for those fuckers. Let them have an explosive surprise when they come for their ammo.", "6744aca8d3346c216702c583 failMessageText": "", "6744aca8d3346c216702c583 successMessageText": "Magnificent! I think I heard one explosion about 20 minutes ago already. Now this bitch Skier will think twice before threatening me.", - "6744ae5cc771515803d615ec": "Stash a VOG-25 Khattabka grenade at the first RPG ammo crate on Woods", - "6744ae63b3b4be24ffc607a4": "Stash a VOG-25 Khattabka grenade at the second RPG ammo crate on Woods", - "6744ae65f8c1438fb9374575": "Stash a VOG-25 Khattabka grenade at the third RPG ammo crate on Woods", - "6744aca8d3346c216702c583 acceptPlayerMessage": "Oh man, I love life-threatening EOD missions. Alright, I'll do it.", - "6744aca8d3346c216702c583 declinePlayerMessage": "I cannot help you right now.", - "6744aca8d3346c216702c583 completePlayerMessage": "Here about the job. Everything's done on my end.", - "6744af0969a58fceba101fed name": "The Price of Independence", + "6744ae5cc771515803d615ec": "Nascondi una granata VOG-25 Khattabka dentro la prima cassa di munizioni RPG su Woods", + "6744ae63b3b4be24ffc607a4": "Nascondi una granata VOG-25 Khattabka dentro la seconda cassa di munizioni RPG su Woods", + "6744ae65f8c1438fb9374575": "Nascondi una granata VOG-25 Khattabka dentro la terza cassa di munizioni RPG su Woods", + "6744aca8d3346c216702c583 acceptPlayerMessage": "Oh che meraviglia, amo le missioni EOD dove si rischia la vita. D'accordo ci sto.", + "6744aca8d3346c216702c583 declinePlayerMessage": "Non ti posso aiutare adesso.", + "6744aca8d3346c216702c583 completePlayerMessage": "Ecco il lavoro. La mia parte l'ho fatta.", + "6744af0969a58fceba101fed name": "Il Prezzo dell'Indipendenza", "6744af0969a58fceba101fed description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away. When he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed! So listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee. You need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. The key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. \n\nAfter you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up! The best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6744af0969a58fceba101fed failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter. We sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", + "6744af0969a58fceba101fed failMessageText": "Non ha funzionato amico. Skier ha intercettato quella dannata lettera. Ma ci eravamo quasi, così vicino vero? Nessuno ne sapeva niente!\n\nSuppongo di non potermi ancora staccare da Skier.", "6744af0969a58fceba101fed successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me. What's most important is that we've already prepared the stage.\n\nIt won't be easy, but Prapor promised to help, and the letter ought to work too. I won't forget all the help you've given me. Drop by often, friend.", - "6745c8ccb4adeab3910332cc": "Locate and obtain the incriminating letter on Customs", - "6745c8de22c7ee46e3319c34": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745c8ee54d6972417ad7bad": "Use the transit from Customs to Reserve", - "6745c90842db81af412eae97": "Use the transit from Reserve to Woods", - "6745c9482ac6bee79dca869a": "Eliminate any target on Woods", - "6745c9623d362cd373b1de93": "Use the transit from Woods to Lighthouse", - "6745c986a3e10e0bf6472d8e": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745c992bf76b3aeaf6370e0": "Launch a yellow signal flare at the pier on Lighthouse", - "6745c9a86086867a2c723e9d": "Survive and extract from Lighthouse", - "6745c9b89c84a273d4a2dc28": "Eliminate Scavs while completing the other objectives", - "6744af0969a58fceba101fed acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", - "6744af0969a58fceba101fed declinePlayerMessage": "I cannot help you right now.", - "6744af0969a58fceba101fed completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745cbee909d2013670a4a55 name": "The Price of Independence", - "6745cbee909d2013670a4a55 description": "We foiled Skier's plans, and I'll tell you this - we can't let this opportunity slip away.\n\nWhen he recovers, he will never let me out of his sight. That's why we need to think of a defensive plan now, because you and I are both going to get nailed!\n\nSo listen, I've got a plan all worked out. Except I don't have anybody else I'd trust to do something this complex. \n\nI was able to dig up some background intel on Skier. The kind of information that could compromise him real bad if it fell into the right hands. It's all in this letter, and it's our guarantee.\n\nYou need to pick it up at the customs area. The letter will be on the top floor of the building by the construction site. You know, the one near the railroad platform, you'll see it. Hopefully.\n\nFrom there, go straight to the reserve base and leave it in the headquarters on the third floor, at the fortified point with windows. \n\nThe key is to make sure that Skier's men don't intercept the letter. That is why after stashing the letter, run to Priozersk and make some noise. After you kill a couple of Scavs, go to the lighthouse peninsula and shoot a flare. You need a yellow one, don't get it mixed up!\n\nThe best place to do it is on the pier at the vacation houses and on the platform at the train station, it'll distract the guys from Skier's nearest base. After that, you run out of there! \n\nI've written all the instructions on a piece of paper to make sure you don't fuck it up. You gotta do it all at once, you understand?", - "6745cbee909d2013670a4a55 failMessageText": "It didn't work out, friend. Skier has intercepted the damn letter.\n\nWe sure were close, weren't we? Nobody even knew about this!\n\nI guess I don't have any options to break away from Skier yet.", + "6745c8ccb4adeab3910332cc": "Individua e ottieni la lettera incriminata su Customs", + "6745c8de22c7ee46e3319c34": "Nascondi la lettera al terzo piano del quartier generale militare su Reserve", + "6745c8ee54d6972417ad7bad": "Utilizza il transito da Customs a Reserve", + "6745c90842db81af412eae97": "Utilizzare il transito da Reserve a Woods", + "6745c9482ac6bee79dca869a": "Eliminare qualsiasi obiettivo a Woods", + "6745c9623d362cd373b1de93": "Utilizzare il transito da Woods a Lighthouse", + "6745c986a3e10e0bf6472d8e": "Spara un razzo di segnalazione giallo al magazzino della stazione ferroviaria su Lightohouse", + "6745c992bf76b3aeaf6370e0": "Spara un razzo di segnalazione giallo sul molo di Lighthouse", + "6745c9a86086867a2c723e9d": "Sopravvivi ed estrai da Lighthouse", + "6745c9b89c84a273d4a2dc28": "Elimina gli Scav mentre stai completando altri obiettivi", + "6744af0969a58fceba101fed acceptPlayerMessage": "È... molto. Tenterò di non fare confusione.", + "6744af0969a58fceba101fed declinePlayerMessage": "Non ti posso aiutare adesso.", + "6744af0969a58fceba101fed completePlayerMessage": "Ho fatto quello che hai richiesto. Perfettamente come da istruzioni.", + "6745cbee909d2013670a4a55 name": "Il Prezzo dell'Indipendenza", + "6745cbee909d2013670a4a55 description": "Abbiamo sventato i piani di Skier e ti dico una cosa, non lasciamoci sfuggire questa opportunità.\n\nQuando si riprenderà, non mi perderà mai di vista. Ecco perché dobbiamo pensare subito a un piano difensivo, perché sappi che sia io che te verremo inchiodati!\n\nAllora, ascolta, ho un piano già pronto. Solo che devi ascoltarmi molto bene perché oltre ad essere un piano complesso, non ho nessun altro di cui fidarmi.\n\nSono riuscito a scovare alcune informazioni di base su Skier. Il tipo di informazioni che potrebbero comprometterlo gravemente se finissero nelle mani giuste. È tutto in questa lettera, ed è la nostra sola unica garanzia.\n\nDovrai ritirarla alla dogana. La lettera si trova all'ultimo piano dell'edificio vicino al cantiere. Sai, quello vicino alla piattaforma ferroviaria, lo vedrai. Incrocio le dita.\n\nDa lì, devi andare direttamente alla base di Reserve e lasciarla nel quartier generale al terzo piano, nel punto fortificato con le finestre. \n\nL'importante è assicurarsi che gli uomini di Skier non intercettino la lettera. Per questo motivo, dopo aver nascosto la lettera, dovrai correre a Priozersk per fare un po' di rumore. Dopo aver ucciso un paio di Scav, vai alla penisola del faro e spara un razzo. Mi raccomando, giallo, non confondermi i colori!\n\nIl posto migliore per spararlo è il molo presso le case di villeggiatura e anche sulla piattaforma della stazione ferroviaria: distrarrà i ragazzi della base più vicina a Skier. Dopodiché, spostati da lì!\n\nHo scritto tutte le istruzioni su un foglio di carta per essere sicuro di non sbagliare. Devi fare tutto in una volta, hai capito?", + "6745cbee909d2013670a4a55 failMessageText": "Non ha funzionato amico. Skier ha intercettato quella dannata lettera. Ma ci eravamo quasi, così vicino vero? Nessuno ne sapeva niente!\n\nSuppongo di non potermi ancora staccare da Skier.", "6745cbee909d2013670a4a55 successMessageText": "Ho-ly shit! You did it! You're the only one to stick up for me.\n\nWhat's most important is that we've already prepared the stage. \n\nIt won't be easy, but Ragman promised to help, and the letter ought to work too.\n\nI won't forget all the help you've given me. Drop by often, friend.", - "6745cbee909d2013670a4a60": "Locate and obtain the incriminating letter on Customs", - "6745cbee909d2013670a4a61": "Use the transit from Customs to Reserve", - "6745cbee909d2013670a4a63": "Stash the letter on the third floor of the military headquarters on Reserve", - "6745cbee909d2013670a4a64": "Use the transit from Reserve to Woods", - "6745cbee909d2013670a4a66": "Eliminate any target on Woods", - "6745cbee909d2013670a4a68": "Use the transit from Woods to Lighthouse", - "6745cbee909d2013670a4a6a": "Launch a yellow signal flare at the train station warehouse on Lighthouse", - "6745cbee909d2013670a4a6c": "Launch a yellow signal flare at the pier on Lighthouse", - "6745cbee909d2013670a4a6e": "Eliminate Scavs while completing the other objectives", - "6745cbee909d2013670a4a70": "Survive and extract from Lighthouse", - "6745cbee909d2013670a4a55 acceptPlayerMessage": "That's... a lot. I'll try not to mess it up.", - "6745cbee909d2013670a4a55 declinePlayerMessage": "I cannot help you right now.", - "6745cbee909d2013670a4a55 completePlayerMessage": "I did everything you asked. Strictly as instructed.", - "6745fae369a58fceba10343d name": "The Higher They Fly", + "6745cbee909d2013670a4a60": "Individua e ottieni la lettera incriminata su Customs", + "6745cbee909d2013670a4a61": "Utilizza il transito da Customs a Reserve", + "6745cbee909d2013670a4a63": "Nascondi la lettera al terzo piano del quartier generale militare su Reserve", + "6745cbee909d2013670a4a64": "Utilizzare il transito da Reserve a Woods", + "6745cbee909d2013670a4a66": "Eliminare qualsiasi obiettivo a Woods", + "6745cbee909d2013670a4a68": "Utilizzare il transito da Woods a Lighthouse", + "6745cbee909d2013670a4a6a": "Spara un razzo di segnalazione giallo al magazzino della stazione ferroviaria su Lightohouse", + "6745cbee909d2013670a4a6c": "Spara un razzo di segnalazione giallo sul molo di Lighthouse", + "6745cbee909d2013670a4a6e": "Elimina gli Scav mentre stai completando altri obiettivi", + "6745cbee909d2013670a4a70": "Sopravvivi ed estrai da Lighthouse", + "6745cbee909d2013670a4a55 acceptPlayerMessage": "È... molto. Tenterò di non fare confusione.", + "6745cbee909d2013670a4a55 declinePlayerMessage": "Non ti posso aiutare adesso.", + "6745cbee909d2013670a4a55 completePlayerMessage": "Ho fatto quello che hai richiesto. Perfettamente come da istruzioni.", + "6745fae369a58fceba10343d name": "Più In Alto Volano", "6745fae369a58fceba10343d description": "Hello-hello. I've got a worker guy who's gotten a little carried away with his ambitions. Obviously, I'll handle it later. The problem right now is that some PMCs are getting involved. I don't know if they've been bribed, or maybe they're in cahoots with this mule of mine.\n\nThing is, I don't need any extra faces in this matter, so these good little helpers need to be taken out of the picture. Last time they \"operated\" in the Priozersk area, so you're gonna start there.", "6745fae369a58fceba10343d failMessageText": "Thought you could have a foot in both camps, you dumb fuck?\n\nA real pro knows how to pick a side. You fucked up, and believe me, you're not gonna unfuck it now.", "6745fae369a58fceba10343d successMessageText": "Nice one! If any of those idiots are still thinking about helping this poor lad, now they're aware of all the risks that come with it.", - "6745fae369a58fceba103458": "Eliminate PMC operatives on Woods", + "6745fae369a58fceba103458": "Elimina gli agenti PMC a Woods", "6745fae369a58fceba10343d acceptPlayerMessage": "", "6745fae369a58fceba10343d declinePlayerMessage": "", "6745fae369a58fceba10343d completePlayerMessage": "", - "6745fcded0fbbc74ca0f721d name": "Swift Retribution", + "6745fcded0fbbc74ca0f721d name": "Vendetta Rapida", "6745fcded0fbbc74ca0f721d description": "So? Feel how smooth it runs now? You did me a solid with the wheels. \n\nNow we can start thinking about the fuckers who robbed my base. They can't have gotten far, they're probably still in the nature reserve. Go and punish those fucks, will you?", "6745fcded0fbbc74ca0f721d failMessageText": "", - "6745fcded0fbbc74ca0f721d successMessageText": "Nice work! Now the Scavs will think twice before messing with me.", - "6745fd2e3d6070c3563039a9": "Eliminate Scavs on Woods", - "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Alright, I'm in.", - "6745fcded0fbbc74ca0f721d declinePlayerMessage": "I've got enough on my plate already. I can't help you.", - "6745fcded0fbbc74ca0f721d completePlayerMessage": "I found those dickheads. They won't be bothering you anymore.", - "6745fdddd3346c216702e0bf name": "Simple Side Job", + "6745fcded0fbbc74ca0f721d successMessageText": "Ottimo lavoro! Ora gli Scav ci penseranno due volte prima di prendersi nuovamente gioco di me.", + "6745fd2e3d6070c3563039a9": "Elimina gli Scav a Woods", + "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "D'accordo ci sto.", + "6745fcded0fbbc74ca0f721d declinePlayerMessage": "Ho già fatto abbastanza. Non ti posso essere d'aiuto.", + "6745fcded0fbbc74ca0f721d completePlayerMessage": "Ho trovato quelle teste di cazzo. Non ti disturberanno mai più.", + "6745fdddd3346c216702e0bf name": "Lavoretto Secondario Facile", "6745fdddd3346c216702e0bf description": "I am not interested in localized conflicts and I am not going to help either side. But since you are already here, I have a job for you.\n\nThe task is simple: pick up one cargo from the roof of the military hospital at the reserve base and deliver it to the transfer point. Be careful with the cargo and do not open the crate. This shipment might be of interest to certain people, so I need a man with special skills. Someone like you.", - "6745fdddd3346c216702e0bf failMessageText": "You shouldn't have taken so long to complete my task. I've already found another merc who works faster.", - "6745fdddd3346c216702e0bf successMessageText": "Well done. The reward will not disappoint you.", - "6745fe81eae30b9fb3bb6166": "Locate and obtain Lightkeeper's cargo crate on the roof of the military hospital on Reserve", - "6745fe8d48cd7aeda7152b24": "Stash the cargo at the Scav house on Woods", - "6745fdddd3346c216702e0bf acceptPlayerMessage": "Okay, I'm in.", - "6745fdddd3346c216702e0bf declinePlayerMessage": "I cannot help you right now.", - "6745fdddd3346c216702e0bf completePlayerMessage": "Here about the job. Everything's done on my end.", - "674600a366e6a521aa05eb66 name": "Route Deviation", + "6745fdddd3346c216702e0bf failMessageText": "Non avresti dovuto metterci così tanto per completare il mio compito. Ho già trovato un altro mercenario che lavora più velocemente di te.", + "6745fdddd3346c216702e0bf successMessageText": "Ben fatto. La ricompensa non ti deluderà.", + "6745fe81eae30b9fb3bb6166": "Individua e ottieni la cassa dal cargo del Guardiano del faro sul tetto dell'ospedale militare di Reserve", + "6745fe8d48cd7aeda7152b24": "Nascondi il cargo nella casa Scav su Woods", + "6745fdddd3346c216702e0bf acceptPlayerMessage": "Okay, ci sto.", + "6745fdddd3346c216702e0bf declinePlayerMessage": "Non ti posso aiutare adesso.", + "6745fdddd3346c216702e0bf completePlayerMessage": "Ecco il lavoro. La mia parte l'ho fatta.", + "674600a366e6a521aa05eb66 name": "Deviazione Stradale", "674600a366e6a521aa05eb66 description": "Yeah-yeah, your previous job was about the BTR driver. So what? It makes no difference to you. We made a deal, but the kid's still looking for ways around it. If I didn't know how to manage lads like him, I wouldn't have gotten on top myself.\n\nYou need good intel to manage them so you can nail them in time. There are no issues in Priozersk, but in the city he often deviates from my routes. I need to know where the BTR goes and why. Mark all his stops with strobe markers, after that my lads will handle it.", "674600a366e6a521aa05eb66 failMessageText": "You decided to help the driver? Predictions don't seem to be your strong suit.\n\nWithout me, his wheelbarrow will fall apart, and without it, he'll be clapped by the first guy he meets! That's when you'll come crawling back to me.", - "674600a366e6a521aa05eb66 successMessageText": "You got all the spots, yeah? Cool. I'm gonna send my crew to check it out today, this rat's not going anywhere.", - "67460118d3498f1b35e0a025": "Mark the Collapsed Crane BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746011dfd1dc9d0f502e55d": "Mark the Old Scav Checkpoint BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601247aa943781a1cf3fc": "Mark the Pinewood Hotel BTR stop with an MS2000 Marker on Streets of Tarkov", - "674601282043d1ef3c6b2eec": "Mark the City Center BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012a35218bb89951248e": "Mark the Tram BTR stop with an MS2000 Marker on Streets of Tarkov", - "6746012d871e69a9abb5873d": "Mark the Rodina Cinema BTR stop with an MS2000 Marker on Streets of Tarkov", + "674600a366e6a521aa05eb66 successMessageText": "Hai tutto sotto controllo, vero? Bene. Manderò la mia squadra a controllare oggi stesso, quel ratto non andrà da nessuna parte.", + "67460118d3498f1b35e0a025": "Segnala la fermata BTR della gru collassata con un marcatore MS2000 su Streets of Tarkov", + "6746011dfd1dc9d0f502e55d": "Segnala il vecchio Checkpoint Old Scav con un marcatore MS2000 su Streets of Tarkov", + "674601247aa943781a1cf3fc": "Segnala la fermata BTR del Pinewood Hotel con un marcatore MS2000 su Streets of Tarkov", + "674601282043d1ef3c6b2eec": "Segnala la fermata BTR nel Centro Città con un marcatore MS2000 su Streets of Tarkov", + "6746012a35218bb89951248e": "Segnala la fermata BTR del Tram con un marcatore MS2000 su Streets of Tarkov", + "6746012d871e69a9abb5873d": "Segnala la fermata BTR Rodina con un marcatore MS2000 su Streets of Tarkov", "674600a366e6a521aa05eb66 acceptPlayerMessage": "", "674600a366e6a521aa05eb66 declinePlayerMessage": "", "674600a366e6a521aa05eb66 completePlayerMessage": "", - "674602307e3818d5bb069489 name": "Hindsight 20/20", + "674602307e3818d5bb069489 name": "Col senno di poi 20/20", "674602307e3818d5bb069489 description": "New assignment for ya. The driver still has someone helping him, and he knows too much to be left alone. If this shithead leaks my stashes, I'm gonna have to reorganize the whole fucking network!\n\nThe lads are already looking for new spots for merchandise drop-offs and ammo storage. You need to check one of these points, it's supposedly somewhere under the large mountain in Priozersk. If the tip is accurate, you can leave the supplies there for my crew. We need Russian armor-piercing ammo specifically. Keep your NATO ammo and other junk to yourself.", "674602307e3818d5bb069489 failMessageText": "If you wanted to work for both sides, you should've been more fucking careful! \n\nYou won't make it far with that sucker. But you've already made your choice, fuckhead.", "674602307e3818d5bb069489 successMessageText": "The bunker is open? These hooded pricks could be a problem, but they're not the focus at the moment. The plan can't be changed, but I will notify the group anyway.", - "674602682cb1c1f5999f27aa": "Locate the bunker under the mountain on Woods", - "674da90a45aa075a44b4d687": "Stash the first Russian armor-piercing ammo pack inside the bunker", - "674da90f96d4f32d517cb770": "Stash the second Russian armor-piercing ammo pack inside the bunker", - "674da9141cc05673dc69e7e7": "Stash the third Russian armor-piercing ammo pack inside the bunker", + "674602682cb1c1f5999f27aa": "Trova il bunker sotto la montagna su Woods", + "674da90a45aa075a44b4d687": "Nascondi la prima confezione di munizioni perforanti russe all'interno del bunker", + "674da90f96d4f32d517cb770": "Nascondi la seconda confezione di munizioni perforanti russe all'interno del bunker", + "674da9141cc05673dc69e7e7": "Nascondi la terza confezione di munizioni perforanti russe all'interno del bunker", "674602307e3818d5bb069489 acceptPlayerMessage": "", "674602307e3818d5bb069489 declinePlayerMessage": "", "674602307e3818d5bb069489 completePlayerMessage": "", - "6746053b5b555b53460d9896 name": "Key Partner", + "6746053b5b555b53460d9896 name": "Partner Chiave", "6746053b5b555b53460d9896 description": "So a birdie told me the driver is determined and is looking for a new employer. I doubt the idiot realizes all the consequences of such a transition. In any case, I never even gave him that option anyway! The only lead I've confirmed now is about Peacekeeper. \n\nYou should go to him and remind him that we have common interests with him! Make him remember who his key partner is.", "6746053b5b555b53460d9896 failMessageText": "Did you think I wouldn't find out about you helping the driver? You think I can't replace you?\n\nYou're gonna have to work very hard if you want to do business with me again.", - "6746053b5b555b53460d9896 successMessageText": "Peacekeeper is a forward thinker, even if he wants to seem like a simple hustler. He won't dare to go against me now.", - "675197664e610fc2b88e0bf3": "Sell any items to Peacekeeper", + "6746053b5b555b53460d9896 successMessageText": "Peacekeeper è un pensatore lungimirante, anche se vuole sembrare un semplice imbroglione. Non oserà più mettersi contro di me.", + "675197664e610fc2b88e0bf3": "Vendi qualsiasi oggetto a Peacekeeper", "6746053b5b555b53460d9896 acceptPlayerMessage": "", "6746053b5b555b53460d9896 declinePlayerMessage": "", "6746053b5b555b53460d9896 completePlayerMessage": "", - "674605df60a98cad1b0ec799 name": "Killer Argument", + "674605df60a98cad1b0ec799 name": "Argomentazione Mortale", "674605df60a98cad1b0ec799 description": "Have you already heard that the driver has poached some of the traders over to his side? This kid's gotten a little far from his nest, so it's time to end it. I've made a deal with a certain someone to share some RPG ammo, enough to penetrate his BTR's armor. \n\nNow I need someone to deliver the package from the Scav house in Priozersk. Nobody knows about the delivery yet, so it should go smoothly. You gotta work fast, so that the driver doesn't find out what I'm preparing for him.", "674605df60a98cad1b0ec799 failMessageText": "You're too sharp for your own good, punk. A proper bandit would never do that shit.\n\nYou can't betray your own gang. Who'd want to do business with you now?", - "674605df60a98cad1b0ec799 successMessageText": "Very good! Now the BTR armor won't save the driver. Stay in touch, you'll be useful during the assault.", - "6746061983996c4aa4765025": "Locate and obtain the package with RPG ammo on Woods", - "674606266884ca9cfc83530e": "Hand over the package", + "674605df60a98cad1b0ec799 successMessageText": "Ben fatto! Ora l'armatura del BTR non salverà la vita del pilota. RImaniamo in contatto, mi servirai nel momento in cui l'assalteremo.", + "6746061983996c4aa4765025": "Individua e ottieni il pacchetto di munizioni per RPS su Woods", + "674606266884ca9cfc83530e": "Consegna il pacco", "674605df60a98cad1b0ec799 acceptPlayerMessage": "", "674605df60a98cad1b0ec799 declinePlayerMessage": "", "674605df60a98cad1b0ec799 completePlayerMessage": "", - "67460662d0fbbc74ca0f7229 name": "Choose Your Friends Wisely", + "67460662d0fbbc74ca0f7229 name": "Scegli con Cura i Tuoi Amici", "67460662d0fbbc74ca0f7229 description": "The assault is called off. Someone tipped off the driver about the ammo crates, so this motherfucker booby-trapped them! My lads got nailed. Now we're out of both manpower and ammo. We'll have to look for shells again. The driver's gonna start his bullshit counterattack now, you need to stop him.\n\nIf we let him build his route system now, he's gonna be a pain in the ass later. He's got some mercs around him again, but now they all know they're going against Skier! You need to do this quickly so that no one thinks they can oppose me and fucking survive. I got a route where you'll find all these shitheads.", "67460662d0fbbc74ca0f7229 failMessageText": "So it was you who was helping him the whole time? No wonder you're backing off now.\n\nYou know I can deal with him one way or the other, right? But you, you're gonna be cleaning up this shit for a very long while.", "67460662d0fbbc74ca0f7229 successMessageText": "Well, no one can help him after something like this. I'll take care of the little stuff, but without you, it could have gone south.\n\nYou're a smooth guy, and you kept your word, unlike that driver fuck.", - "674606bac840f707bea6242f": "Use the transit from Customs to Reserve", - "674606ccff406a9f6a28e26f": "Use the transit from Reserve to Woods", - "674606f1c63637e54bede3a6": "Use the transit from Woods to Lighthouse", - "6746071002dfd67c0629a379": "Survive and extract from Lighthouse", - "674607317781508c405fb979": "Eliminate PMC operatives while completing the other objectives", + "674606bac840f707bea6242f": "Utilizza il transito da Customs a Reserve", + "674606ccff406a9f6a28e26f": "Utilizzare il transito da Reserve a Woods", + "674606f1c63637e54bede3a6": "Utilizzare il transito da Woods a Lighthouse", + "6746071002dfd67c0629a379": "Sopravvivi ed estrai da Lighthouse", + "674607317781508c405fb979": "Elimina gli agenti PMC mentre stai completanto gli altri obiettivi", "67460662d0fbbc74ca0f7229 acceptPlayerMessage": "", "67460662d0fbbc74ca0f7229 declinePlayerMessage": "", "67460662d0fbbc74ca0f7229 completePlayerMessage": "", - "674647f38466ebb03408b291 name": "That’s a Great Plan, Walter", + "674647f38466ebb03408b291 name": "È un Gran Piano, Walter", "674647f38466ebb03408b291 description": "Hello, gangster! My overseas colleague and I were working out a little deal, but things didn't seem to go according to plan. We needed to get a shipment across town, but it was too risky to move it all at once. \n\nSo they split up the big shipment into lots of little ones and locked the cases. Even if some loser finds it, they won't be able to open it! Peacekeeper said the shipment's already in Tarkov, but my guys at the drop points haven't seen shit yet. \n\nBe a good boy and go check it out. Scour around, and if you find our cargo, bring it here. Easy day's work, yeah?", "674647f38466ebb03408b291 failMessageText": "", "674647f38466ebb03408b291 successMessageText": "Shit, the plan was solid... We kept it secret, nobody was in on it.\n\nBetter ask Peacekeeper what's happening with the couriers. Good thing we locked the cases beforehand. \n\nStay close by, maybe there'll be more work.", - "67464892f25c4371c2242a1a": "Locate and hand over the locked cases with cargo", + "67464892f25c4371c2242a1a": "Trova e consegna la valigetta chiusa a chiave con il cargo", "674647f38466ebb03408b291 acceptPlayerMessage": "", "674647f38466ebb03408b291 declinePlayerMessage": "", "674647f38466ebb03408b291 completePlayerMessage": "", - "6746480040ea3d1d4f0e5d51 name": "Shell Game", + "6746480040ea3d1d4f0e5d51 name": "Gioco della Conchiglia", "6746480040ea3d1d4f0e5d51 description": "Cheeky bastards. Those fuckers knew everything from the start! They even framed the courier attack and stole the keys! \n\nAnd to make it look legit, they took our contraband out of the cases and stuffed them with random fucking garbage. Now we gotta check every case. Every fucking case! We're short-handed for this bullshit, so you're gonna come in handy. \n\nIf you can't find the keys from the smugglers, go to Ref, he's already fucking selling them anyway. I only want my goods, you can have the rest. My buyer's pissed as shit, waiting for his order. \n\nSo if you do everything quick, you'll get both the goods and some nice cash.", "6746480040ea3d1d4f0e5d51 failMessageText": "", "6746480040ea3d1d4f0e5d51 successMessageText": "Well done! I think we got most of our contraband back.\n\nThat was really fucking close, but I think the deal's done. Would've been a total bust without you.", - "67464916bbc0297381fcf753": "Hand over Skier's contraband from the locked cases", + "67464916bbc0297381fcf753": "Consegna gli oggetti di contrabbando di Skier dalle valigette chiuse a chiave", "6746480040ea3d1d4f0e5d51 acceptPlayerMessage": "", "6746480040ea3d1d4f0e5d51 declinePlayerMessage": "", "6746480040ea3d1d4f0e5d51 completePlayerMessage": "", - "6746480cd0b2f8eb9b034e3e name": "Chop the Thieving Hand", + "6746480cd0b2f8eb9b034e3e name": "Taglia la Mano che Ruba", "6746480cd0b2f8eb9b034e3e description": "I figure you've already been approached by my partner in our deal. The transfer was sabotaged, and I found the culprits. Local smugglers thought they were the only ones who could use the unrest in the region to transport goods.\n\nWe need to show them that interfering with big business is fatal. My contact in Europe is waiting for payment, and the buyer won't pay Skier without the goods.\n\nIf this deal falls through, we won't have a chance to secure any major contracts going forward. This has to be dealt with immediately. Are we clear?", "6746480cd0b2f8eb9b034e3e failMessageText": "", "6746480cd0b2f8eb9b034e3e successMessageText": "Great! All that remains is to find out how badly those scavengers have messed things up.\n\nI need to contact Skier and provide security for a shipment with keys to the cases. You're free to go now, mercenary.", - "67464973800dfc0ed382cc34": "Eliminate the \"Smugglers\"", + "67464973800dfc0ed382cc34": "Elimina i \"Contrabbandieri\"", "6746480cd0b2f8eb9b034e3e acceptPlayerMessage": "", "6746480cd0b2f8eb9b034e3e declinePlayerMessage": "", "6746480cd0b2f8eb9b034e3e completePlayerMessage": "", - "675031be899713ccad00060c name": "Christmas Dinner", + "675031be899713ccad00060c name": "Cena di Natale", "675031be899713ccad00060c description": "How's it going my friend! Not cold, are you? Well, here's the thing... We're going to arrange a feast with our comrades-in-arms at the base, it's Christmas after all!\n\nBut you know how it is in inventory warehouses. According to the records everything is there, but in reality there's only tushonka and a shitload of potatoes. We wanted to make olivier salad, maybe two bowls. Amd we need some booze, too. \n\nCan you get it? Just don't bring the potatoes, we have enough of it.", "675031be899713ccad00060c failMessageText": "", "675031be899713ccad00060c successMessageText": "Well done! Oh and yeah, I can't invite you too, sorry. It's for old acquaintances, officers and stuff, you know?\n\nBut you do deserve the reward for procuring the resources, so here you go.", - "67570c0d63b4ca18b62897b0": "Hand over the item: Salty Dog beef sausage", - "67570c1dd37fe94e53828e73": "Hand over the item: Can of green peas", - "67570c2cb9a6467518160e50": "Hand over the item: Jar of DevilDog mayo", - "67570c3d9453e3c86deaed51": "Hand over the item: Bottle of Tarkovskaya vodka", - "67570c4919a18dfbab35905c": "Hand over the item: Bottle of Dan Jackiel whiskey", - "67570cab8cba6bcd8d5f5dd7": "Hand over the item: Jar of pickles", + "67570c0d63b4ca18b62897b0": "Consegna l'oggetto: Salsicce Salty Dog", + "67570c1dd37fe94e53828e73": "Consegna l'oggetto: Barattolo di pisellini verdi", + "67570c2cb9a6467518160e50": "Consegna l'oggetto: Barattolo di Maionese DevilDog", + "67570c3d9453e3c86deaed51": "Consegna l'oggetto: Bottiglia di vodka Tarkovskaya", + "67570c4919a18dfbab35905c": "Consegna l'oggetto: Bottiglia di whiskey Dan Jackiel", + "67570cab8cba6bcd8d5f5dd7": "Consegna l'oggetto: Barattolo di sottaceti", "675031be899713ccad00060c acceptPlayerMessage": "", "675031be899713ccad00060c declinePlayerMessage": "", "675031be899713ccad00060c completePlayerMessage": "", - "675031d3884e1da4a90b3bc9 name": "Chilly", + "675031d3884e1da4a90b3bc9 name": "Freddo", "675031d3884e1da4a90b3bc9 description": "Come on in, sit down. Tea's almost ready, it'll warm you up. We haven't had such temperatures since 1873. That winter was as tough as this one, I even warmed up a stray fox here!\n\nIt makes a big difference in a combat situation. You can freeze your fingers so cold that you can't even pull the trigger. Can't sit in an ambush either when you're freezing cold.\n\nIf you want to survive, you gotta toughen up your body. Try to take out a few enemies when you're cold.", "675031d3884e1da4a90b3bc9 failMessageText": "", "675031d3884e1da4a90b3bc9 successMessageText": "So how's your condition? Now you need to warm up, or you'll be out of commission for a week.\n\nAfter you're warmed up, you'll have to practice again, otherwise your body won't get used to it. Then the cold will be an advantage, not a setback.", - "67585f77650907d333a3f082": "Eliminate any target while suffering from the Frostbite status effect", + "67585f77650907d333a3f082": "Elimina qualsiasi bersaglio mentre sei sotto l'effetto di congelamento", "675031d3884e1da4a90b3bc9 acceptPlayerMessage": "", "675031d3884e1da4a90b3bc9 declinePlayerMessage": "", "675031d3884e1da4a90b3bc9 completePlayerMessage": "", - "675031e1f300496cc4104450 name": "Hide in Plain Sight", + "675031e1f300496cc4104450 name": "Nascondersi in Bella Vista", "675031e1f300496cc4104450 description": "Have you seen how the city's changed? Lights, fairs everywhere.\n\nIt's like there was no war and they're selling next year's calendars everywhere. But all this cheerfullness is to our advantage. \n\nThe fairs have been put in prominent places, and I'd like to use them to traffic my merchandise. And in order to add new spots to my itineraries, I need the exact coordinates. \n\nCan you lend me a hand with that? You help me, I help you, like brother to brother! Finding fairs is easy - just follow wherever you see the most holiday lights.", "675031e1f300496cc4104450 failMessageText": "", "675031e1f300496cc4104450 successMessageText": "Nice job! In better times I would've given you a good car for your active involvement in the business.\n\nBut you know what kind of merchandise is hot right now. Here, you'll need this.", - "67583687e90b8dcb52b2390f": "Locate and visit the Christmas tree on Lighthouse", - "6758369a1ac8288e78e907b9": "Locate and visit the Christmas tree on Customs", - "6758369be66a1e49655a8f6d": "Locate and visit the Christmas tree on Reserve", - "6758369d70ddf414fe0e06e3": "Locate and visit the Christmas tree on Interchange", - "6758369eac845ae2d6446a0e": "Locate and visit the Christmas tree on Shoreline", - "6758369f71ddaaf12e484444": "Locate and visit the Christmas tree on Woods", + "67583687e90b8dcb52b2390f": "Individua e visita l'albero di Natale su Lighthouse", + "6758369a1ac8288e78e907b9": "Individua e visita l'Albero di Natale su Customs", + "6758369be66a1e49655a8f6d": "Individua e visita l'albero di Natale su Reserve", + "6758369d70ddf414fe0e06e3": "Individua e visita l'albero di Natale su Interchange", + "6758369eac845ae2d6446a0e": "Individua e visita l'albero di Natale su Shoreline", + "6758369f71ddaaf12e484444": "Individua e visita l'albero di Natale su Woods", "675031e1f300496cc4104450 acceptPlayerMessage": "", "675031e1f300496cc4104450 declinePlayerMessage": "", "675031e1f300496cc4104450 completePlayerMessage": "", - "675031f57775aada6b0f96a1 name": "Cheer Up", + "675031f57775aada6b0f96a1 name": "Allegria", "675031f57775aada6b0f96a1 description": "Have you even prepared for the holiday? And don't give me that bullshit about the fighting going on. I've seen plenty of soldiers and let me tell you this: if a man doesn't have a good soul, he won't last long in the field.\n\nYou may not like holidays. You can laugh at people who talk to pictures of their relatives before they go to bed. \n\nBut if there's nothing left in you but your fighting skills, you're gonna die quick. If not today, then tomorrow. Because you need a good fighting spirit. \n\nAnd where's it gonna come from if you don't have anything to hold on to? Ah well, I've rambled for too long, I'm getting old... But you get the point. So even if you don't have anyone to celebrate with, at least put up a Christmas tree in your bunker or wherever you live now.", "675031f57775aada6b0f96a1 failMessageText": "", "675031f57775aada6b0f96a1 successMessageText": "Well, there you go, that's something! There's still time, maybe you'll get some friends together.\n\nHere's a little something to keep your spirits up, so to speak.", - "6757069b842eb3c4d8220979": "Construct a Christmas Tree in the Hideout", + "6757069b842eb3c4d8220979": "Costruisci un Albero di Natale nel Nascondiglio", "675031f57775aada6b0f96a1 acceptPlayerMessage": "", "675031f57775aada6b0f96a1 declinePlayerMessage": "", "675031f57775aada6b0f96a1 completePlayerMessage": "", - "6750320e23fc8fd9cc087d14 name": "Holiday Beyond the Means", + "6750320e23fc8fd9cc087d14 name": "Vacanza Oltre i Limiti", "6750320e23fc8fd9cc087d14 description": "Hello mate. Have you seen that they've started decorating the whole town for the celebrations?\n\nAs if all that pretty tinsel is worth the fuel that gives light to their garlands and lights. People are fucking stupid enough to spend all their resources on it. And apparently not just their own.\n\nThe other day, some wankers tried to rob a couple of my fuel depots. My guys are repelling the attacks alright, but I'm not going to risk the goods because of some dumb celebration!\n\nYou have to clearly show all those mercs that raising a hand on Skier during festivities is as dangerous as at any other time. \n\nAnd to make sure my message doesn't get confused with random casualties, take the appropriate outfit, something flashy.", "6750320e23fc8fd9cc087d14 failMessageText": "", - "6750320e23fc8fd9cc087d14 successMessageText": "Did you do what I said? Good.\n\nNow they'll stay off my turf with their shitty parties.", - "67570d63b9619534bf4857a1": "Eliminate PMC operatives while dressed as Ded Moroz or Santa (hat and beard)", + "6750320e23fc8fd9cc087d14 successMessageText": "Hai fatto quel che ti ho detto? Molto bene.\n\nOra staranno finalmente lontani dal mio territorio con le loro feste di merda.", + "67570d63b9619534bf4857a1": "Elimina gli agenti PMC operativi mentre indossi un vestito da Ded Morozo o Babbo Natale (cappello e barba inclusi)", "6750320e23fc8fd9cc087d14 acceptPlayerMessage": "", "6750320e23fc8fd9cc087d14 declinePlayerMessage": "", "6750320e23fc8fd9cc087d14 completePlayerMessage": "", - "67503219527c9a38e80496ae name": "Illegal Logging", + "67503219527c9a38e80496ae name": "Taglio Illegale", "67503219527c9a38e80496ae description": "You know what hasn't changed since the peace times? This whole Christmas mess.\n\nEveryone's stocking up on groceries like it's the last time. And even normal-looking people get the stupid idea of cutting down a live tree in the forest for their celebrations.\n\nThese savages can't even tell the difference between a 200-year-old juniper and the weeds in their backyards.\n\nSo they come into my woods at night in groups. I can't shoot them all by myself. I need help. You seem like an alright kid, and you're a good shot, too. \n\nCan you help me save this nature reserve?", "67503219527c9a38e80496ae failMessageText": "", "67503219527c9a38e80496ae successMessageText": "Good, good! Now they'll think ten times before going to my forest for Christmas trees.\n\nJust go to IDEA for your stupid plastic ones. They have no business in my nature reserve.", - "6758350db1147b9c91b62146": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Woods", - "67583547fb9ce4bfbc4e9327": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Shoreline", - "6758354d0be43ac224eefa04": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Lighthouse", - "67585985fda6ca5a90ef43a3": "Eliminate any target in the forest area in the time period of 22:00-10:00 on Customs", + "6758350db1147b9c91b62146": "Elimina qualsiasi bersaglio nell'area della foresta nel periodo di tempo dalle 22:00 alle 10:00 su Woods", + "67583547fb9ce4bfbc4e9327": "Elimina qualsiasi bersaglio nell'area della foresta nel periodo di tempo dalle 22:00 alle 10:00 su Shoreline", + "6758354d0be43ac224eefa04": "Elimina qualsiasi bersaglio nell'area della foresta nel periodo di tempo dalle 22:00 alle 10:00 su Lighthouse", + "67585985fda6ca5a90ef43a3": "Elimina qualsiasi bersaglio nell'area della foresta nel periodo di tempo dalle 22:00 alle 10:00 su Customs", "67503219527c9a38e80496ae acceptPlayerMessage": "", "67503219527c9a38e80496ae declinePlayerMessage": "", "67503219527c9a38e80496ae completePlayerMessage": "", @@ -27618,245 +27907,245 @@ "67503247622398376d0b57cd description": "So the officers and I couldn't resist and we've already started celebrating... We haven't touched the salad yet, and we'll still get more booze, so don't worry.\n\nWe talked about the fighting spirit, so we've come up with something you'll like! Anyway, we want the whole city to have a party. Then even loners like you will think of home, even if it's just for a second.\n\nOur guys have already found the good big trees and dressed them up properly. We don't have enough fuel to keep them lit permanently, but we can still light them up all over the city for some time!\n\nHere's the plan: you take the fuel canisters, get to the holiday tree and turn on the generator. \n\nBut regular gasoline won't do, you need special, industrial fuel. The tree lights up, but you have to hold it up for everyone to see. \n\nObviously, this will attract all sorts of scum, but you're not going empty-handed. We can't surrender the trees to the bandits, you'll be the first and last line of defense.\n\nOnce you're done, go straight to the next one. We've prepared the trees wherever we could. It all has to be done at once, it's the only way to have the desired effect. I'll find someone else to help you. \n\nI've dug up some special armbands so you don't shoot each other. Put them on and don't shoot the people wearing them as well.", "67503247622398376d0b57cd failMessageText": "", "67503247622398376d0b57cd successMessageText": "What an awesome celebration! People are out on the streets, gathering and celebrating!\n\nI even got a message from a comrade I've thought was dead for a long time!\n\nI think you've already figured out that what you've done is very important. When things get tough, you'll remember. And when you do, you'll feel better.", - "675708d9432e1eb103266d6e": "Reach Interchange in the Khorovod mode", + "675708d9432e1eb103266d6e": "Raggiungi Interchange in modalità Khorovod", "67503247622398376d0b57cd acceptPlayerMessage": "", "67503247622398376d0b57cd declinePlayerMessage": "", "67503247622398376d0b57cd completePlayerMessage": "", - "6750324fc06dd3d42a02a4f1 name": "This Is My Party", - "6750324fc06dd3d42a02a4f1 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "6750324fc06dd3d42a02a4f1 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "6750324fc06dd3d42a02a4f1 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "67580ca01a2155dcb73c1a74": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "6750324fc06dd3d42a02a4f1 name": "Questa È La Mia Festa", + "6750324fc06dd3d42a02a4f1 description": "Penso che per quest'anno non ti chiamerò più, anche se ho un'ultima richiesta. La gente ha apprezzato molto il nostro \"Khorovod\" e dovremmo farlo di nuovo.\n\nA parte il fatto che qualche stronzo ci si è rivoltato contro, mettendoci i nostri soldati contro. So che sono dei PMC come noi ma che gli mancano le nostre fascie da braccio.\n\nGià sai che stiamo facendo la cosa giusta. Dobbiamo salvare le celebrazioni e allontanare quegli stronzi dal nostro Khorovod. Spara a chiunque si avvicini agli alberi senza indossare la nostra fascia. Nessuno si metterà nel mezzo tra noi e le nostre buone azioni.", + "6750324fc06dd3d42a02a4f1 failMessageText": "Dopo tutto quello che hai fatto... come hai potuto?\n\nNon hai proprio imparato una sega di niente, quando ti parlavo.", + "6750324fc06dd3d42a02a4f1 successMessageText": "Missione completata? Ben fatto guerriero!\n\nFinalmente ci faranno festeggiare il Natale in santa pace. Anche perché, a chi non piacerebbe festeggiare il Natale?", + "67580ca01a2155dcb73c1a74": "Elimina gli agenti PMC operativi senza la fascia da braccio natalizia in modalità Khorovod", "6750324fc06dd3d42a02a4f1 acceptPlayerMessage": "", "6750324fc06dd3d42a02a4f1 declinePlayerMessage": "", "6750324fc06dd3d42a02a4f1 completePlayerMessage": "", - "67503256a1b980000e009ed1 name": "The Price of Celebration", + "67503256a1b980000e009ed1 name": "Il Prezzo della Celebrazione", "67503256a1b980000e009ed1 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes!\n\nBecause of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now.\n\nThe ones who take part in this \"Khorovod\" wear special armbands. Those tossers made glowing targets of themselves! I need the job done quickly, so I'm gonna call other mercs as well. \n\nYou can work as a group if you want, but I can't guarantee they won't shoot at you. You know, every man for himself, and all that.", - "67503256a1b980000e009ed1 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "67503256a1b980000e009ed1 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "6758317731db0cb6e1ec71cc": "Eliminate PMC operatives who are wearing the Christmas armband", + "67503256a1b980000e009ed1 failMessageText": "Pensavi veramente di poterti mettere contro la mia gente senza che io lo sapessi? No, tutto questo non basta amico. Vattene da qui ora, cazzo.", + "67503256a1b980000e009ed1 successMessageText": "Un lavoro pulito! Abbiamo già ripreso possesso di alcune strade.\n\nE per quelli che amano il Natale...\n\nCapiranno che tutti questi festeggiamenti e questo eccitamento non fanno altro che ostacolare gli affari e sprecare risorse preziose. Hanno avuto quel che si meritavano. Non bisogna mai rompre il cazzo a Tarkov, cazzo.", + "6758317731db0cb6e1ec71cc": "Elimina gli agenti PMC che indossano la fascia da braccio Natalizia", "67503256a1b980000e009ed1 acceptPlayerMessage": "", "67503256a1b980000e009ed1 declinePlayerMessage": "", "67503256a1b980000e009ed1 completePlayerMessage": "", - "67503260899713ccad00060e name": "Enough Drinks for That One", + "67503260899713ccad00060e name": "Ha Bevuto Anche Troppo", "67503260899713ccad00060e description": "Hello again! The fairs worked well, business is booming!\n\nI was gonna make a little gift for you, but my men were intercepted by Killa and his gang.\n\nI heard they're all dressed up in Christmas clothes and partying, so I organized a new route through Ultra while they're busy, but things didn't really go according to plan.\n\nI put a lot of money into this, and a lot of deals might go south because of Killa. So, you down to help me out?\n\nIf you can get rid of that psycho and his stupid friends, I'll owe you big! Just make sure you do this at night, cause they're not gonna let you anywhere near them in the daytime.", "67503260899713ccad00060e failMessageText": "", "67503260899713ccad00060e successMessageText": "You got him? You sure? He took down plenty of my guys...\n\nBut if it's clear now, that means no one's gonna stop us from making cash anymore. \n\nAs promised, here's a little something for you. Consider it a Christmas present.", - "67583391869cf73efa21169f": "Locate and neutralize Killa in the time period of 22:00-10:00 on Interchange", - "675833a7fbbf777212206513": "Eliminate Scavs with festive masks in the time period of 22:00-10:00 on Interchange", + "67583391869cf73efa21169f": "Individua e uccidi Killa nel periodo di tempo dalle 22:00 alle 10:00 su Interchange", + "675833a7fbbf777212206513": "Elimina Scav che indossano maschere a festa, nel periodo di tempo 22:00-10:00 su Interchange", "67503260899713ccad00060e acceptPlayerMessage": "", "67503260899713ccad00060e declinePlayerMessage": "", "67503260899713ccad00060e completePlayerMessage": "", - "6752f6d83038f7df520c83e8 name": "A Helping Hand", + "6752f6d83038f7df520c83e8 name": "Una Mano Amica", "6752f6d83038f7df520c83e8 description": "Hello. I figure you've already seen the BTR that's been driving around Tarkov. The driver used to offer his services to PMCs like you, but lately he has started working with Skier as well. The driver came to me when he was restoring the BTR. It was an quite an interesting challenge, let me tell you. But that's beside the point. \n\nHe hasn't been in touch for quite some time, and now he's suddenly asked for help. Apparently, something serious has happened. Can you check in with him and find out what's going on? There aren't many men of wit and ambition left in Tarkov. People like us should stick together.", "6752f6d83038f7df520c83e8 failMessageText": "", "6752f6d83038f7df520c83e8 successMessageText": "I told him it was dangerous to become part of Skier's gang... Granted, it does have its privileges, but you can hardly stay independent in such a big business. \n\nI wonder who could have turned against Skier? After all, the BTR should be under his protection...", - "6752f85800c5b2c48240c45f": "Complete the task Shipping Delay - Part 1", - "6752f86d538945df8cc3fc3a": "Locate and obtain Prapor's package on Woods", - "6756bcb3f93f4c1fc2b2d685": "Survive and extract from the location", + "6752f85800c5b2c48240c45f": "Completa la missione Consegna in Ritardo - 1° Parte", + "6752f86d538945df8cc3fc3a": "Individua e ottieni il pacchetto di Prapor su Woods", + "6756bcb3f93f4c1fc2b2d685": "Sopravvivi ed estrai dalla zona", "6752f6d83038f7df520c83e8 acceptPlayerMessage": "", "6752f6d83038f7df520c83e8 declinePlayerMessage": "", "6752f6d83038f7df520c83e8 completePlayerMessage": "", - "675c03d1f7da9792a405549a name": "Abandoned Cargo", + "675c03d1f7da9792a405549a name": "Cargo Abbandonato", "675c03d1f7da9792a405549a description": "Good afternoon, young man. I have received information about a recent suspicious shipment of TerraGroup cargo. According to the description, it could contain valuable records and even medical samples.\n\nEvery such shipment should have been prioritized for extraction, yet for some reason this shipment was left near the customs terminal. I have to know what's inside the cargo, and to do that, I need the exact location of the shipments.\n\nWill you be able to assist with this? You will recognize the necessary shipments by the boxes with the TerraGroup logo.", "675c03d1f7da9792a405549a failMessageText": "", "675c03d1f7da9792a405549a successMessageText": "Excellent! You didn't open the boxes, correct? Good judgment, mercenary. It's best to have the professionals do it. \n\nJudging by the location of the shipments, they were abandoned in a hurry, or perhaps something happened during the transportation... We will have to investigate why TerraGroup decided to leave these shipments in Tarkov.", - "675c0444db2b69f48942f37c": "Locate and mark the first special TerraGroup cargo with an MS2000 Marker on Customs", - "675c04497439eaed82b6dfeb": "Locate and mark the second special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044cc482cb252c5a92d4": "Locate and mark the third special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044e3691199fe911a641": "Locate and mark the fourth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fbeb402d4fa5589516f": "Locate and mark the fifth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fd3a2c0bad5f70af01c": "Locate and mark the sixth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fdd5af984e99db7b4e1": "Locate and mark the seventh special TerraGroup cargo with an MS2000 Marker on Customs", + "675c0444db2b69f48942f37c": "Individua e contrassegna il primo carico speciale TerraGroup con un marcatore MS2000 su Customs", + "675c04497439eaed82b6dfeb": "Individua e contrassegna il secondo carico speciale TerraGroup con un marcatore MS2000 su Customs", + "675c044cc482cb252c5a92d4": "Individua e contrassegna il terzo carico speciale TerraGroup con un marcatore MS2000 su Customs", + "675c044e3691199fe911a641": "Individua e contrassegna il quarto carico speciale TerraGroup con un marcatore MS2000 su Customs", + "675c3fbeb402d4fa5589516f": "Individua e contrassegna il quinto carico speciale TerraGroup con un marcatore MS2000 su Customs", + "675c3fd3a2c0bad5f70af01c": "Individua e contrassegna il sesto carico speciale TerraGroup con un marcatore MS2000 su Customs", + "675c3fdd5af984e99db7b4e1": "Individua e contrassegna il settimo carico speciale TerraGroup con un marcatore MS2000 su Customs", "675c03d1f7da9792a405549a acceptPlayerMessage": "", "675c03d1f7da9792a405549a declinePlayerMessage": "", "675c03d1f7da9792a405549a completePlayerMessage": "", - "675c047fa46173572a0bd878 name": "Shipment Tracking", + "675c047fa46173572a0bd878 name": "Tracciamento Della Spedizione", "675c047fa46173572a0bd878 description": "My people haven't been able to access the cargo yet. However, if there's anything of value-- I mean of danger, we can't waste any time.\n\nAll shipments had to be documented one way or another. Perhaps an itinerary or a cargo manifest would shed more light on the situation. You need to locate that piece of information.\n\nLook in the offices of key persons at the customs: directors, supervisors. If there is anything we might find, it should be there.", "675c047fa46173572a0bd878 failMessageText": "", "675c047fa46173572a0bd878 successMessageText": "It will take some time for me to study these documents. Nevertheless, we will soon discover everything that is wrong with this shipment and what it contains. \n\nAlong with a report from my specialists, we will receive comprehensive details.", - "675c04b3fc6b273a36ed294a": "Locate and obtain the TerraGroup shipment lists on Customs", - "675c04c1b68cc8180efb38c6": "Hand over the found information", + "675c04b3fc6b273a36ed294a": "Individua e ottieni l'elenco delle spedizioni della Terragroup su Customs", + "675c04c1b68cc8180efb38c6": "Consegna le informazioni trovate", "675c047fa46173572a0bd878 acceptPlayerMessage": "", "675c047fa46173572a0bd878 declinePlayerMessage": "", "675c047fa46173572a0bd878 completePlayerMessage": "", - "675c04f4db8807b75d0f38e8 name": "Closer to the People", + "675c04f4db8807b75d0f38e8 name": "Vicino alla Gente", "675c04f4db8807b75d0f38e8 description": "Terrible news, young man. I have stopped receiving communications from my group, and the documents you brought me have been scrubbed of all the essential information.\n\nWe know neither the project code, nor the detailed itinerary. Not even a summary of these boxes' contents! I cannot possibly ask you to open them yourself. What if my group's demise has something to do with their contents?\n\nInstead, I came up with another idea. The documents said that in the event of obstacles along the transit, the delivery crews could opt to deviate from the route.\n\nIf the movers were attacked during transit, we might learn about it from the workers' records. Examine the places where the delivery crews may have stayed and search for this information.", "675c04f4db8807b75d0f38e8 failMessageText": "", "675c04f4db8807b75d0f38e8 successMessageText": "Impossible... According to these records, no one attacked the movers, the path was clear! \n\nYet the workers who spent several hours near the boxes reported itching and fever, and asked to go home.\n\nThe foreman's notes say that two delivery crews abandoned the boxes during transportation and flatly refused to continue their work! \n\nIt turns out that the transportation of these boxes required special protective equipment, which no one considered to provide to ordinary workers. It's unclear how dangerous the boxes are at the moment, but I wouldn't recommend approaching them without the appropriate equipment.", - "675c04f4db8807b75d0f38eb": "Locate and obtain the delivery crew's shipment notes on Customs", - "675c04f4db8807b75d0f38ec": "Hand over the found information", + "675c04f4db8807b75d0f38eb": "Individua e ottieni le note di spedizione dell'equipaggio su Customs", + "675c04f4db8807b75d0f38ec": "Consegna le informazioni trovate", "675c04f4db8807b75d0f38e8 acceptPlayerMessage": "", "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", - "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 name": "Rompere l'Accordo", + "675c085d59b0575973005f52 description": "Yo, you doing good? You will never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some metal scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", "675c085d59b0575973005f52 failMessageText": "", "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", - "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", - "675c152299549b5b62094f06": "Stash a DVL-10 magazine at the specified spot on Customs", - "675c153ae96d38136d02f670": "Stash an ELCAN SpecterDR scope at the specified spot on Customs", - "67604476b1ae3717835ccaed": "Stash a pack of any 7.62x51 ammo at the specified spot on Customs", + "675c14f54662a2fae349dbb9": "Nascondi un fucile da cecchino DVL-10 nel punto specificato su Customs", + "675c152299549b5b62094f06": "Nascondi un caricatore DVL-10 nel punto specificato su Customs", + "675c153ae96d38136d02f670": "Nascondi un mirino ELCAN SpecterDR nel punto specificato su Customs", + "67604476b1ae3717835ccaed": "Nascondi una confezione di munizioni 7.62x51 nel punto specificato su Customs", "675c085d59b0575973005f52 acceptPlayerMessage": "", "675c085d59b0575973005f52 declinePlayerMessage": "", "675c085d59b0575973005f52 completePlayerMessage": "", - "675c1570526ff496850895d9 name": "Passion for Ergonomics", + "675c1570526ff496850895d9 name": "Maniaco dell'Ergonomia", "675c1570526ff496850895d9 description": "Hello. Do you know the feeling when you change the layout of your instrument in a seemingly insignificant way and it fundamentally changes the working comfort?\n\nThe Pareto principle, right. I had a friend who was the epitome of that concept. He was always tweaking something, filing, sanding a part to win a few millimeters....\n\nHis experience made me realize how important ergonomics is in any job. I have not heard from him in a while, but I know one of his outlets, it was either a sort of car service or a workshop, right in the garage complex. He always loved cars, especially the American ones.\n\nCan you come and check the place out? He probably moved somewhere else a long time ago, but his garage might still contain some of his tools or blueprints.", "675c1570526ff496850895d9 failMessageText": "", "675c1570526ff496850895d9 successMessageText": "Hmm... He would never let his car burn down willingly. Something must have happened there.\n\nA car mechanic's death would be just an imperceptible blip in the death toll on the Tarkov scale. But hopefully he was able to make it out and find safety. Maybe we'll see each other again.", - "675c15916580a378dc0f012f": "Locate and obtain the customized tool set at the garage complex on Customs", - "675c1595a4c063af74ee5279": "Hand over the found item", + "675c15916580a378dc0f012f": "Individua e ottieni il set di attrezzi personalizzati presso il complesso di garage su Customs", + "675c1595a4c063af74ee5279": "Consegna l'oggetto trovato", "675c1570526ff496850895d9 acceptPlayerMessage": "", "675c1570526ff496850895d9 declinePlayerMessage": "", "675c1570526ff496850895d9 completePlayerMessage": "", - "675c15fbf7da9792a4059871 name": "Provide Viewership", + "675c15fbf7da9792a4059871 name": "Fornire il Pubblico", "675c15fbf7da9792a4059871 description": "Greetings, gladiator! Judging by the fact that you're still in one piece, you've developed a good skill set. That's exactly what I need.\n\nArena fights are thriving, but you know the human nature. The audience gets used to everything and will always ask for more! So I've come up with something more interesting.\n\nI want to broadcast the fights in real Tarkov conditions for a group of special customers. You need to set up a camera and then show them what you're made of. You can put the camera on some building near the construction site at customs.\n\nI don't care who's in your crosshairs. You yourself are the centerpiece of this show! People will cheer for you and pay good money for it. Of course, I've taken your commitment into account, so expect a reward.", "675c15fbf7da9792a4059871 failMessageText": "", "675c15fbf7da9792a4059871 successMessageText": "There he is, a true Tarkov warrior! The audience loved it, so if you don't plan to drop out anytime soon, drop by often.\n\nYour talents deserve attention. And attention is expensive these days. Oh, by the way, here's your paycheck.", - "675c1c87caddcfa893af10e9": "Install the first WI-FI Camera inside the industrial plant on Customs", - "675c1c980fd114390c638b89": "Eliminate any target inside the industrial plant on Customs", - "676047054c9696a7d071bc08": "Install the second WI-FI Camera inside the industrial plant on Customs", - "6760470877d1b7790af5de11": "Install the third WI-FI Camera inside the industrial plant on Customs", - "6760470b7d65f702a6295820": "Install the fourth WI-FI Camera inside the industrial plant on Customs", + "675c1c87caddcfa893af10e9": "Installa la prima Telecamera WI-FI all'interno dell'impianto industriale su Customs", + "675c1c980fd114390c638b89": "Elimina qualsiasi bersaglio dentro l'impianto industriale su Customs", + "676047054c9696a7d071bc08": "Installa la seconda Telecamera WI-FI all'interno dell'impianto industriale su Customs", + "6760470877d1b7790af5de11": "Installa la terza Telecamera WI-FI all'interno dell'impianto industriale su Customs", + "6760470b7d65f702a6295820": "Installa la quarta Telecamera WI-FI all'interno dell'impianto industriale su Customs", "675c15fbf7da9792a4059871 acceptPlayerMessage": "", "675c15fbf7da9792a4059871 declinePlayerMessage": "", "675c15fbf7da9792a4059871 completePlayerMessage": "", - "675c1cf4a757ddd00404f0a3 name": "Work Smarter", + "675c1cf4a757ddd00404f0a3 name": "Lavora Bene", "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", "675c1cf4a757ddd00404f0a3 failMessageText": "", "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", - "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", + "675c1cf4a757ddd00404f0a6": "Individua l'uscita del bunker segreto su Customs", + "676ab31c058363b09072c78e": "Ottieni l'oggetto speciale per estrarre attraverso la exfil segreta", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", "675c1cf4a757ddd00404f0a3 completePlayerMessage": "", - "675c1d6d59b0575973008fc7 name": "Seizing the Initiative", + "675c1d6d59b0575973008fc7 name": "Prendere Iniziativa", "675c1d6d59b0575973008fc7 description": "The operational situation in the city is ever-changing, meaning I always have to stay on top of what is happening.\n\nMy people have reported that some operatives have started using the new path from the customs terminal to the gulf coast.\n\nPreviously the passage was inaccessible there, but I've already had two targets evade my groups in that area. I have to see what is going on at that passage.\n\nIf you accept this task, you will have to travel all the way from the customs terminal to the coast and extract from there. You can count on an appropriate reward!", "675c1d6d59b0575973008fc7 failMessageText": "", "675c1d6d59b0575973008fc7 successMessageText": "This will help us cut off the escape routes of those who prevent us from conducting our business.\n\nEveryone needs resources to operate in Tarkov, and the Blue Helmets are no exception.", - "675c1d6d59b0575973008fc9": "Use the transit from Customs to Shoreline", - "675c1dbdcca03cb7f61fc735": "Survive and extract from Shoreline", + "675c1d6d59b0575973008fc9": "Utilizza il transito da Customs a Shoreline", + "675c1dbdcca03cb7f61fc735": "Sopravvivi ed estrai da Shoreline", "675c1d6d59b0575973008fc7 acceptPlayerMessage": "", "675c1d6d59b0575973008fc7 declinePlayerMessage": "", "675c1d6d59b0575973008fc7 completePlayerMessage": "", - "675c1ec7a46173572a0bf20a name": "Rite of Passage", + "675c1ec7a46173572a0bf20a name": "Rito di Passaggio", "675c1ec7a46173572a0bf20a description": "Hello, merc. I have a new task, though I cannot tell yet if you are fit for a real job.\n\nBut you seem eager to help, so I might give you a chance to prove yourself.\n\nThe more experienced warriors who are already working for the good of Tarkov need to replenish their fuel reserves.\n\nSo you have a chance to do a good deed and prove to me that some drunken thug won't be a problem for you. \n\nBring me two cans of fuel. But don't run from the fight. To clean the city of filth, you must be ready to face the enemy head-on.", "675c1ec7a46173572a0bf20a failMessageText": "", "675c1ec7a46173572a0bf20a successMessageText": "Look who's back. You meet any of those pillagers? Well-well... Maybe you're actually fit for it.\n\nGet some rest for now, but do stay in touch. You've got some serious work ahead of you.", - "675c1f040a1128e59422a876": "Eliminate Scavs at the old gas station on Customs", - "675c1f17cf59d5433be7ae77": "Eliminate Scavs at the new gas station on Customs", - "675c1f311bd716cdb87947d1": "Hand over the found in raid item: Metal fuel tank", + "675c1f040a1128e59422a876": "Elimina gli Scav alla stazione di benzina su Customs", + "675c1f17cf59d5433be7ae77": "Elimina gli Scav alla nuova stazione di benzina su Customs", + "675c1f311bd716cdb87947d1": "Consegna l'oggetto trovato in raid: Serbatoio di metallo", "675c1ec7a46173572a0bf20a acceptPlayerMessage": "", "675c1ec7a46173572a0bf20a declinePlayerMessage": "", "675c1ec7a46173572a0bf20a completePlayerMessage": "", - "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", + "675c1ff1a757ddd00404f0aa name": "Test di guida - Parte 6", "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", - "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", + "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you think I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", + "675c1ff1a757ddd00404f0ae": "Elimina qualsiasi bersaglio utilizzando un Aklys Defense Velociraptor su Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", "675c1ff1a757ddd00404f0aa completePlayerMessage": "", - "675c3507a06634b5110e3c18 name": "Belka and Strelka", + "675c3507a06634b5110e3c18 name": "Belka a Strelka", "675c3507a06634b5110e3c18 description": "Hey, soldier! I've got a new reconnaissance mission for ya.\n\nI was able to arrange a deal with the fellas who control the railroad at the old customs gas station, but I haven't sent any of my couriers that way yet. We gotta check it out first.\n\nThe plan is simple: you fire the green flare and extract. It's like a job Belka did... or was it Strelka? Ah, whatever, you know what I'm trying to say.\n\nI'll pay you for risking your skin, but make sure you don't get whacked before even getting to that place, and take your time on the exit itself. I've heard enough tales of mercs who shoot the flare and run to the exit immediately before the flare even lights up properly... On a completely unrelated note, may I interest you in a cheap new helmet with bullet hole vents?", "675c3507a06634b5110e3c18 failMessageText": "", - "675c3507a06634b5110e3c18 successMessageText": "There, I told you it was a simple job! You can trust me, I'd never send an untrained soldier into harm's way.", - "675c3507a06634b5110e3c1a": "Survive and extract from Customs through Railroad Passage", + "675c3507a06634b5110e3c18 successMessageText": "Te lo avevo detto che sarebbe stato un compito da ragazzi! Ti puoi fidare di me, non manderei mai un novellino non addestrato in situazione di pericolo.", + "675c3507a06634b5110e3c1a": "Sopravvivi ed estrai da Customs attraverso il Passaggio della Ferrovia", "675c3507a06634b5110e3c18 acceptPlayerMessage": "", "675c3507a06634b5110e3c18 declinePlayerMessage": "", "675c3507a06634b5110e3c18 completePlayerMessage": "", - "675c3582f6ddc329a90f9c6d name": "Private Club", + "675c3582f6ddc329a90f9c6d name": "Club Privato", "675c3582f6ddc329a90f9c6d description": "Opachki, would you look at this little character. You got any ibuprofen? My noggin's fucking killing me.\n\nWhat, something wrong, princess? Yes, I got hammered last night, so what? It was a major league game! They wouldn't let a twat like you anywhere near that table.\n\nSometimes we get together to test our luck, but yesterday clearly wasn't my day. Not only did I lose a shitload of money, but also my fucking wallet.\n\nYou're here for work, ye? Here, I'll give you a fucking job. Find my wallet. And don't even try any bullshit, I'd recognize mine with my eyes closed. You may still be young and don't realize it, but there are things in life worth more than cash.", "675c3582f6ddc329a90f9c6d failMessageText": "", "675c3582f6ddc329a90f9c6d successMessageText": "Proper good fucking job mate! I knew it couldn't just vanish into thin air like that. We have some kind of connection, you and I.\n\nThis little baby is like a lucky charm for me. When I bought this wallet, things went booming for me. I've gotten it lost a thousand times since then, but it always comes back to me.", - "675c37d2da4b531ba8daaadd": "Locate and obtain Skier's wallet on Customs", - "675c37e07ac1a33fff170966": "Hand over the found item", + "675c37d2da4b531ba8daaadd": "Individua e ottieni il portafogli di Skier su Customs", + "675c37e07ac1a33fff170966": "Consegnare l'oggetto trovato", "675c3582f6ddc329a90f9c6d acceptPlayerMessage": "", "675c3582f6ddc329a90f9c6d declinePlayerMessage": "", "675c3582f6ddc329a90f9c6d completePlayerMessage": "", - "675f535f07e24748400973e7 name": "Teacher", + "675f535f07e24748400973e7 name": "Insegnante", "675f535f07e24748400973e7 description": "Always arriving just when I need you! Long story short, we've got lots of rookies joining us. I love young blood, the crowd does even more so.\n\nHowever, we need to make sure they don't all get iced in the first fight. \n\nShow them the ropes, how to shoot and win the crowd's attention. Obviously, you're not gonna work for free! I've saved something interesting for you. A cool little show-off gift.\n", "675f535f07e24748400973e7 failMessageText": "", - "675f535f07e24748400973e7 successMessageText": "That was a sight to behold! Here's your reward, you deserve it.", - "675f535f07e24748400973ea": "Win 3 matches while claiming first place in ranked mode in Arena", - "675f55103f07bd367fd68078": "Play a game of TeamFight or BlastGang", - "675f55578e6311832a4ff2a4": "Play a game of LastHero", - "675f5582396267fcff04b16d": "Play a game of Checkpoint", - "675f55adfa27165a9495534a": "Win a match in any game mode", - "675f55db29a43a094b93bbd3": "Eliminate enemies ", + "675f535f07e24748400973e7 successMessageText": "È stato proprio un bello spettacolo! Ecco la tua ricompensa, te la sei meritata.", + "675f535f07e24748400973ea": "Vinci 3 partite e aggiudicati il primo posto nella modalità classificata nell'Arena", + "675f55103f07bd367fd68078": "Fai una partita a TeamFight o BlastGang", + "675f55578e6311832a4ff2a4": "Gioca una partita di LastHero", + "675f5582396267fcff04b16d": "Gioca una partita a Checkpoint", + "675f55adfa27165a9495534a": "Vinci una partita in ogni modalità di gioco", + "675f55db29a43a094b93bbd3": "Elimina i nemici ", "675f535f07e24748400973e7 acceptPlayerMessage": "", "675f535f07e24748400973e7 declinePlayerMessage": "", "675f535f07e24748400973e7 completePlayerMessage": "", - "6761f28a022f60bb320f3e95 name": "New Beginning", - "6761f28a022f60bb320f3e95 description": "Hello my brother! So how's it hanging? Not bored yet?\n\nI know what'll rev you up. The effect is out of this world! Hey, don't get the wrong idea, it's nothing that was illegal in our past lives. \n\nLong story short, there are some special people making lists of the realest alphas in Tarkov. And I happen to know these special people. Rarely do I get to meet such influential figures in my life, that's for sure. With guys like that, you gotta do business in an exceptional fashion, not a single fuck-up. You mess up, you lose your chance to live a happy life ever after, if you catch my drift.\n\nOkay, so I can see you're clearly interested in finding out what this chad list is for. Tell you what, I have no fucking clue. I sure wish they'd tell me though!\n\nAnyway, you yourself can make it on this list. All you gotta do is prove you're worthy. They gave me a mission checklist, here ya go.", + "6761f28a022f60bb320f3e95 name": "Un Nuovo Inizio", + "6761f28a022f60bb320f3e95 description": "Ciao fratello mio! Allora, come va? Non ti sei ancora annoiato? \n\nSo io cosa ti darà la carica. L'effetto è fuori dal mondo! Ehi non farti idee sbagliate, niente di illegale dal nostro passato. \n\nPer farla breve, ci sono personaggi \"speciali\", che stilano liste dei veri alfa di Tarkov. E si dà il caso che io conosca queste persone speciali. Raramente mi capita di incontrare figure così influenti nella mia vita, questo è certo. Con gente del genere, devi fare affari in modo impeccabile, senza fare una sola cazzata. Se sbagli, perdi la possibilità di vivere una vita felice per sempre, se capisci cosa intendo.\n\nOk, vedo che sei chiaramente interessato a scoprire a cosa serve questa lista di ciambelle. Ti dico una cosa: non ne ho la più pallida idea. Vorrei tanto che me lo dicessero, però!\n\nComunque, anche tu puoi entrare in questa lista. Tutto quello che devi fare è dimostrare di esserne degno. Mi hanno dato una lista di controllo della missione, ecco qui.", "6761f28a022f60bb320f3e95 failMessageText": "", - "6761f28a022f60bb320f3e95 successMessageText": "I'm telling you, you're one worthy motherfucker. They are already aware of your progress.", - "6761f6f1bacf72169272e381": "Hand over the item: BEAR operative figurine", - "6761f7d086fd2d9c941b8aa3": "Hand over the item: Politician Mutkevich figurine", - "6761f7f87b309912d6b5f2a9": "Hand over the item: Killa figurine", - "6761f80838201b0588f39a07": "Hand over the item: Reshala figurine", - "6761f817d42b2f3a242de658": "Hand over the item: Ryzhy figurine", - "6761f826d5b89d2d15b53eca": "Hand over the item: Scav figurine", - "6761f838d641d60f18a45e1f": "Hand over the item: Tagilla figurine", - "6761f85183d342080d39ca98": "Hand over the item: USEC operative figurine", - "6761f862c1ba6ee8e161d3d6": "Hand over the item: Cultist figurine", - "6761f87227aeff895cef62c5": "Hand over the item: Den figurine", - "6761f93bc757eb8c228fa754": "Eliminate Scavs", - "6761f9d718fa62aac3264ff2": "Survive and extract from The Lab", + "6761f28a022f60bb320f3e95 successMessageText": "Sei proprio un figlio di puttana meritevole. Sono già al corrente dei tuoi progressi.", + "6761f6f1bacf72169272e381": "Consegna l'oggetto: una statuetta di un operativo BEAR", + "6761f7d086fd2d9c941b8aa3": "Consegna l'oggetto: Statuetta del politico Mutkevich", + "6761f7f87b309912d6b5f2a9": "Consegna l'oggetto: una statuetta di Killa", + "6761f80838201b0588f39a07": "Consegna l'oggetto: una statuetta di Reshala", + "6761f817d42b2f3a242de658": "Consegna l'oggetto: una statuetta di Ryzhy", + "6761f826d5b89d2d15b53eca": "Consegna l'oggetto: una statuetta Scav", + "6761f838d641d60f18a45e1f": "Consegna l'oggetto: una statuetta di Tagilla", + "6761f85183d342080d39ca98": "Consegna l'oggetto: una statuetta di un operativo USEC", + "6761f862c1ba6ee8e161d3d6": "Consegna l'oggetto: una statuetta di un Cultista", + "6761f87227aeff895cef62c5": "Consegna l'oggetto: una statuetta Den", + "6761f93bc757eb8c228fa754": "Elimina gli Scav", + "6761f9d718fa62aac3264ff2": "Sopravvivi ed estrai da The Lab", "6761f28a022f60bb320f3e95 acceptPlayerMessage": "", "6761f28a022f60bb320f3e95 declinePlayerMessage": "", "6761f28a022f60bb320f3e95 completePlayerMessage": "", - "6761ff17cdc36bd66102e9d0 name": "New Beginning", - "6761ff17cdc36bd66102e9d0 description": "Hello my brother! So how's it hanging? Not bored yet? I know what'll rev you up. The effect is out of this world!\n\nHuh? I already told you that? Come on man, don't bullshit me. Wait, what? How do you know about the list? Shit, guess I really did tell you about it already. Anyway, it seems like you already have an idea of what to do.\n\nWait, so did I also already tell you about the influential people making these lists? Man, I guess I should get more sleep. I'm running around like a squirrel over here, negotiating things, solving problems. That's my life.\n\nIn fact, I've been thinking... These guys are on to you for a reason. Something big is going down, I'm telling you. So do your missions perfectly and on time.\n\nAll right, back to business. Here's the list. No, it's exactly the same as the “last time”, you're just confused. Maybe you need more sleep, too.", + "6761ff17cdc36bd66102e9d0 name": "Un Nuovo Inizio", + "6761ff17cdc36bd66102e9d0 description": "Ciao fratello caro! Come va? Non ti sei ancora annoiato? So io che che cosa ti potrebbe rimettere al mondo. L'effetto è stupefacente!\n\nMmh? Come te l'ho già detto? Dai non raccontarmi stronzate. Aspetta cosa? Come fai a sapere della lista? Merdaa, allora te l'ho detto per davvero. Comunque, sembrerebbe che tu hai già un'idea su come fare.\n\nAspetta, ti ho già anche detto delle persone influenti che fanno questo tipo di liste? Cavolo, mi sa che devo dormire di più. Corro come un pazzo, negozio con il negoziabile, risolvo problemi di tutti i tipi. Beh questa è la mia vita.\n\nIn effetti ora che mi ci fai pensare... Questi tizi ti stanno addosso per un motivo. Sta per succedere qualcosa di grosso, te lo dico io. A maggior ragione cerca di portare a termine le missioni a modo e in tempo.\n\nBene torniamo agli affari. Questa è la lista. No è esattamente la stessa dell' \"ultima volta\", ti sei solo forse un po' confuso. Perdita del sonno anche tu? Bisogno di un pisolino?", "6761ff17cdc36bd66102e9d0 failMessageText": "", - "6761ff17cdc36bd66102e9d0 successMessageText": "Well done! Could've been quicker, but it'll do. The group knows you're done with the mission.", - "6761ff17cdc36bd66102e9d4": "Eliminate PMC operatives in one raid on any location", - "6761ff17cdc36bd66102e9d6": "Survive and extract from The Lab", - "6761ff17cdc36bd66102e9d8": "Hand over the found in raid item: BEAR operative figurine", - "6761ff17cdc36bd66102e9d9": "Hand over the found in raid item: Politician Mutkevich figurine", - "6761ff17cdc36bd66102e9da": "Hand over the found in raid item: Killa figurine", - "6761ff17cdc36bd66102e9db": "Hand over the found in raid item: Reshala figurine", - "6761ff17cdc36bd66102e9dc": "Hand over the found in raid item: Ryzhy figurine", - "6761ff17cdc36bd66102e9dd": "Hand over the found in raid item: Scav figurine", - "6761ff17cdc36bd66102e9de": "Hand over the found in raid item: Tagilla figurine", - "6761ff17cdc36bd66102e9df": "Hand over the found in raid item: USEC operative figurine", - "6761ff17cdc36bd66102e9e0": "Hand over the found in raid item: Cultist figurine", - "6761ff17cdc36bd66102e9e1": "Hand over the found in raid item: Den figurine", - "6762015739c53fca8ac51336": "Eliminate PMC operatives", + "6761ff17cdc36bd66102e9d0 successMessageText": "Ben fatto! Poteva essere stato fatto più velocmente, ma va bene così. Il gruppo sa che hai portato a termine la missione.", + "6761ff17cdc36bd66102e9d4": "Elimina PMC operativi in un raid di qualsiasi luogo", + "6761ff17cdc36bd66102e9d6": "Sopravvivi ed estrai da The Lab", + "6761ff17cdc36bd66102e9d8": "Consegna l'oggetto trovato in raid: statuetta operatore BEAR", + "6761ff17cdc36bd66102e9d9": "Consegna l'ggetto trovato in raid: Statuetta del politico Mutkevich", + "6761ff17cdc36bd66102e9da": "Consegna l'oggetto trovato in raid: statuetta Killa", + "6761ff17cdc36bd66102e9db": "Consegna l'oggetto trovato in raid: Statuetta di Reshala", + "6761ff17cdc36bd66102e9dc": "Consegna l'oggetto trovato in raid: statuetta di Ryzhy", + "6761ff17cdc36bd66102e9dd": "Consegna l'oggetto trovato in raid: Statuetta Scav", + "6761ff17cdc36bd66102e9de": "Consegna l'oggetto trovato in raid: Statuetta di Tagilla", + "6761ff17cdc36bd66102e9df": "Consegna l'oggetto trovato in raid: statuetta operatore USEC", + "6761ff17cdc36bd66102e9e0": "Consegna l'oggetto trovato in raid: Statuetta di un Cultista", + "6761ff17cdc36bd66102e9e1": "Consegna l'oggetto trovato in raid: Statuetta di Den", + "6762015739c53fca8ac51336": "Elimina gli agenti PMC", "6761ff17cdc36bd66102e9d0 acceptPlayerMessage": "", "6761ff17cdc36bd66102e9d0 declinePlayerMessage": "", "6761ff17cdc36bd66102e9d0 completePlayerMessage": "", - "6764174c86addd02bc033d68 name": "Connections Up North", + "6764174c86addd02bc033d68 name": "Collegamenti al Nord", "6764174c86addd02bc033d68 description": "Greetings, mate. Tell you what, I've got special import channels - they can bring things even from Finland! My friend there has set up a shipment of some real deadly toys, not just shitty-ass Toz or Gornostay. Thing is, you can't just sell those to any random bum off the street, speaking from experience, mate. Dumb twats with hands out their asses will bring down the credibility of even the toughest merchandise. \n\nThat's why I've come up with a little innocent trick. I want to start a rumor that there's a real bringer of death in Tarkov, you feel me? He shoots precisely and leaves heaps of corpses on his path. No one can even spot him in time, because the guy's a specialist, he sticks to the shadows and uses a bolty with a night sight. \n\nAnd then it turns out that this guy is using my guns! It's gonna make everybody think that I'm the guy who stocks up on the realest pro stuff. So I figured you'd be the perfect man for this little stunt. Make people afraid to even take a piss at night, and I'll arrange some of my hot new products for you. The first batch is free!", "6764174c86addd02bc033d68 failMessageText": "", - "6764174c86addd02bc033d68 successMessageText": "I shit you not, even my partners heard about it! You're gonna become a real legend with this Finnish lady by your side.", - "676418a60b9bcbe280972288": "Eliminate PMC operatives from over 40 meters away while using a bolt-action rifle with night or thermal scope", + "6764174c86addd02bc033d68 successMessageText": "Non ci posso credere, l'hanno saputo anche i miei soci! Diventerai una vera leggenda con questa donna finlandese al tuo fianco.", + "676418a60b9bcbe280972288": "Elimina gli agenti PMC da una distanza da oltre 40 metri usando un fucile a retrocarica con un mirino notturno o termico", "6764174c86addd02bc033d68 acceptPlayerMessage": "", "6764174c86addd02bc033d68 declinePlayerMessage": "", "6764174c86addd02bc033d68 completePlayerMessage": "", - "676529af9c90953d090882e7 name": "Gunsmith - Old Friend's Request", - "676529af9c90953d090882e7 description": "Hello. Do you ever find yourself crossing paths with a classmate decades after high school and hardly recognizing them? Although, I'd likely shock some of the folks from my class myself.\n\nRecently, a certain guy from my school days reached out to me. After school, he went into the army, wanting to join the special forces... It was clear even then that he had a peculiar, uh, aptitude for that job.\n\nSomehow he found me here and asked me for a favor. He wants to remember his early years in basic training. I'm not a big fan of that sort of hospitality, plus I've got heaps of work to do. But let me put it this way: he was, um, very insistent. I don't need any more trouble, so I agreed to his deal, hoping you'd help me sort it all out.\n\nPeople say this kind of equipment used to be somewhat standard issue at his job: ORSIS T-5000, Vityaz and a Glock 17. All with the special mods, of course.\n\nThe rifle was equipped with an ATACR 7-35x56 34mm scope, Harris bipod, and a suppressor, I can't recall which exact one... Well, probably doesn't matter. Just get any suitable silencer, that'll work.\n\nFor Vityaz I need the Micro T-1 red dot with a spacer, Zenit RK-6 front grip and RK-3 pistol grip, PT-3 Klassika buttstock... I also need a PEQ-15, Klesch-2P flashlight, and, as you probably guessed, a suppressor, the standard Vityaz one.\n\nThe Glock is simple. You need to replace the barrel with the Double Diamond with their thread protector, add a Pachmayr Grip Glove, Klesch-2P flashlight, and a 21-round extendo mag. I think that's everything.", + "676529af9c90953d090882e7 name": "Gunsmith - Una Richiesta da Un Vecchio Amico", + "676529af9c90953d090882e7 description": "Ciao. Ti è mai capitato di incrociare qualche vecchio compagno di classe e di non riconoscerlo? Beh, anche se forse se mi vedessi dall'esterno anche io mi sconvolgerei ad incontrarmi.\n\nComunque, ti dico questo perché recentemente un mio vecchio compagno di classe mi ha contattato. Dopo la scuola si è arruolato nell'esercito e poi voleva entrare nelle forze speciali... Era chiaro già allora che aveva una particolare... attitudine per quel lavoro.\n\nIn qualche modo è riuscito a trovarmi e mi ha chiesto un favore. Vorrebbe rivivere i primi anni da recluta durante l'addestramento di base, non sono un appassionato di ospitalità, e inoltre ho un macello di lavoro da fare.\nMa mettiamola così, è stato... hem, molto insistente. Non ho bisogno di altri grattacapi in questo momento, quindi ho accettato, nella speranza che tu mi avessi aiutato.\n\nDice che questo tipo di attrezzatura fosse un po' la dotazione standard del suo lavoro: un ORSIS T-5000, Vityaz e una Glock. Ovviamente tutte con modifiche speciali.\n\nIl fucile era dotato di un cannocchiale ATACR 7-35x56 da 34mm, un bipiede Harris e un soppressore, non ricordo quale... Beh, probabilmente non ha importanza. Basta prendere un qualsiasi silenziatore compatibile e andrà bene.\n\nPer il Vityaz mi serve il punto rosso Micro T-1 con un distanziatore, un'impugnatura anteriore Zenit RK-6 e quella a pistola RK-3, il calcio deve essere il PT-3 Klassika... Mi servono anche una PEQ-15, una torcia Klesch-2P e, come probabilmente avrai intuito, un soppressore, quello standard Vityaz.\n\nLa Glock è semplice. È necessario sostituire la canna con quella Double Diamond con protezione della filettatura, aggiungere un Pachmayr Grip Glove, una torcia Klesch-2P e un caricatore esteso da 21 o più colpi. Penso che sia tutto.", "676529af9c90953d090882e7 failMessageText": "", - "676529af9c90953d090882e7 successMessageText": "Alright, let me check the attachment list... Okay, my friend will be very pleased. \n\nIt's amazing that there's still room for some nostalgia in all of us, even if the conditions around us burn out all other emotions.", - "676529af9c90953d090882ea": "Modify a PP-19-01 to comply with the given specifications", - "676529e759261ce07bc47b62": "Modify a T-5000M to comply with the given specifications", - "67652a2f4f75e1a9543289ed": "Modify a Glock 17 to comply with the given specifications", + "676529af9c90953d090882e7 successMessageText": "Va bene, fammi controllare l'elenco degli allegati... Ok, il mio amico sarà molto contento. \n\nÈ incredibile che ci sia ancora spazio per un po' di nostalgia in tutti noi, anche se le condizioni che ci circondano bruciano tutte le altre emozioni.", + "676529af9c90953d090882ea": "Modifica un PP-19-01 affinché rispetti le specifiche richieste", + "676529e759261ce07bc47b62": "Modifica un T-5000M affinché rispetti le specifiche richieste", + "67652a2f4f75e1a9543289ed": "Modifica un Glock 17 affinché rispetti le specifiche richieste", "676529af9c90953d090882e7 acceptPlayerMessage": "", "676529af9c90953d090882e7 declinePlayerMessage": "", "676529af9c90953d090882e7 completePlayerMessage": "", - "676c243577f0257dd50239e6 name": "The Price of Celebration", + "676c243577f0257dd50239e6 name": "Il Prezzo della Celebrazione", "676c243577f0257dd50239e6 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes! Because of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now. Punish those \"dancers\"! Just don't put on their band yourself. Otherwise, I’ve got the guys involved too, and they might take you down in the chaos.", - "676c243577f0257dd50239e6 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "676c243577f0257dd50239e6 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "676c243577f0257dd50239e8": "Eliminate PMC operators while not wearing the Christmas armband", + "676c243577f0257dd50239e6 failMessageText": "Pensavi veramente di poterti mettere contro la mia gente senza che io lo sapessi? No, tutto questo non basta amico. Vattene da qui ora, cazzo.", + "676c243577f0257dd50239e6 successMessageText": "Un lavoro pulito! Abbiamo già ripreso possesso di alcune strade.\n\nE per quelli che amano il Natale...\n\nCapiranno che tutti questi festeggiamenti e questo eccitamento non fanno altro che ostacolare gli affari e sprecare risorse preziose. Hanno avuto quel che si meritavano. Non bisogna mai rompre il cazzo a Tarkov, cazzo.", + "676c243577f0257dd50239e8": "Elimina gli agenti PMC quando non indossano la fascia da braccio Natalizia", "676c243577f0257dd50239e6 acceptPlayerMessage": "", "676c243577f0257dd50239e6 declinePlayerMessage": "", "676c243577f0257dd50239e6 completePlayerMessage": "", - "676c243fb16f4b14b905e7f4 name": "This Is My Party", - "676c243fb16f4b14b905e7f4 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "676c243fb16f4b14b905e7f4 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "676c243fb16f4b14b905e7f4 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "676c243fb16f4b14b905e7f6": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "676c243fb16f4b14b905e7f4 name": "Questa È La Mia Festa", + "676c243fb16f4b14b905e7f4 description": "Penso che per quest'anno non ti chiamerò più, anche se ho un'ultima richiesta. La gente ha apprezzato molto il nostro \"Khorovod\" e dovremmo farlo di nuovo.\n\nA parte il fatto che qualche stronzo ci si è rivoltato contro, mettendoci i nostri soldati contro. So che sono dei PMC come noi ma che gli mancano le nostre fascie da braccio.\n\nGià sai che stiamo facendo la cosa giusta. Dobbiamo salvare le celebrazioni e allontanare quegli stronzi dal nostro Khorovod. Spara a chiunque si avvicini agli alberi senza indossare la nostra fascia. Nessuno si metterà nel mezzo tra noi e le nostre buone azioni.", + "676c243fb16f4b14b905e7f4 failMessageText": "Dopo tutto quello che hai fatto... come hai potuto?\n\nNon hai proprio imparato una sega di niente, quando ti parlavo.", + "676c243fb16f4b14b905e7f4 successMessageText": "Missione completata? Ben fatto guerriero!\n\nFinalmente ci faranno festeggiare il Natale in santa pace. Anche perché, a chi non piacerebbe festeggiare il Natale?", + "676c243fb16f4b14b905e7f6": "Elimina gli agenti PMC operativi senza la fascia da braccio natalizia in modalità Khorovod", "676c243fb16f4b14b905e7f4 acceptPlayerMessage": "", "676c243fb16f4b14b905e7f4 declinePlayerMessage": "", "676c243fb16f4b14b905e7f4 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Tutto pulito quindi? Ben fatto, soldato.", @@ -28733,23 +29042,23 @@ "670febed5ee0fc738a0965a4 name": "Esito fatale", "670febed5ee0fc738a0965a4 description": "Distruggi il virus insieme a tutti gli infetti e completa la linea di attività dell'evento Halloween 2024", "670febed5ee0fc738a0965a4 successMessage": "", - "675709bef4e2a2ce0f058f56 name": "All-Wheel Drive", - "675709bef4e2a2ce0f058f56 description": "Resolve the issue with the BTR driver one way or another", + "675709bef4e2a2ce0f058f56 name": "Trazione Integrale", + "675709bef4e2a2ce0f058f56 description": "Risolvi il problema con l'autista del BTR in un modo o nell'altro", "675709bef4e2a2ce0f058f56 successMessage": "", "675998a894008342eb04e47f name": "Khorovod", - "675998a894008342eb04e47f description": "Celebrate Christmas and New Year and complete the Khorovod 2024 event task line", + "675998a894008342eb04e47f description": "Celebra il Natale e il Capodanno e completa la missione dell'evento Khorovod 2024", "675998a894008342eb04e47f successMessage": "", - "676091c0f457869a94017a23 name": "Prestigious", - "676091c0f457869a94017a23 description": "Earn the Prestige level 1", + "676091c0f457869a94017a23 name": "Prestigioso", + "676091c0f457869a94017a23 description": "Guadagna il livello 1 di Prestigio", "676091c0f457869a94017a23 successMessage": "", - "676094451fec2f7426093be6 name": "More Prestigious", - "676094451fec2f7426093be6 description": "Earn the Prestige level 2", + "676094451fec2f7426093be6 name": "Più Prestigioso", + "676094451fec2f7426093be6 description": "Guadagna il livello 2 di Prestigio", "676094451fec2f7426093be6 successMessage": "", - "67a0e57117e34930e50075f3 name": "In Search of an Exit", - "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", + "67a0e57117e34930e50075f3 name": "In Cerca di un'Uscita", + "67a0e57117e34930e50075f3 description": "Completare la linea di attività dell'evento Labirinto", "67a0e57117e34930e50075f3 successMessage": "", "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 description": "Completare la linea di attività dell'evento Labirinto e tutti gli obiettivi secondari", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/jp.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/jp.json index e8220f29..837227f0 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/jp.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/jp.json @@ -155,10 +155,10 @@ "544a11ac4bdc2d470e8b456a Name": "セキュアコンテナ Alpha", "544a11ac4bdc2d470e8b456a ShortName": "Alpha", "544a11ac4bdc2d470e8b456a Description": "かつてタルコフに配備されていた PMC が使っていた小さなセキュアコンテナ。", - "544a378f4bdc2d30388b4567 Name": "5.56x45 Magpul PMAG 40 GEN M3 STANAG 40-round magazine", + "544a378f4bdc2d30388b4567 Name": "AR-15 5.56x45 Magpul PMAG 40 GEN M3 STANAG 40-round magazine", "544a378f4bdc2d30388b4567 ShortName": "GEN M3", "544a378f4bdc2d30388b4567 Description": "The PMAG 40 GEN M3 is a 40-round 5.56x45 NATO (.223 Remington) polymer magazine for AR-15/M4 compatible weapons.", - "544a37c44bdc2d25388b4567 Name": "5.56x45 SureFire MAG5-60 STANAG 60-round magazine", + "544a37c44bdc2d25388b4567 Name": "AR-15 5.56x45 SureFire MAG5-60 STANAG 60-round magazine", "544a37c44bdc2d25388b4567 ShortName": "MAG5-60", "544a37c44bdc2d25388b4567 Description": "A 60-round 5.56x45 SureFire MAG5-60 metal high capacity magazine.", "544a38634bdc2d58388b4568 Name": "AR-15 Colt USGI A2 5.56x45 flash hider", @@ -173,9 +173,9 @@ "544a3f024bdc2d1d388b4568 Name": "ELCAN Specter OS4x アサルトスコープ", "544a3f024bdc2d1d388b4568 ShortName": "OS4x", "544a3f024bdc2d1d388b4568 Description": "The Specter OS4x optic scope produced by ELCAN is designed for small arms utilizing 5.56 NATO ammunition (M4, SA80, C7). It has a fixed 4x magnification and 6 degree field of view.", - "544a5caa4bdc2d1a388b4568 Name": "Crye Precision AVS プレートキャリア", + "544a5caa4bdc2d1a388b4568 Name": "Crye Precision AVS プレートキャリア (レンジャーグリーン)", "544a5caa4bdc2d1a388b4568 ShortName": "AVS", - "544a5caa4bdc2d1a388b4568 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. One of the most comfortable to wear plate carriers.", + "544a5caa4bdc2d1a388b4568 Description": "Crye Precision AVS プレートキャリアに、グロインプロテクターとポーチを備えたアサルト仕様。最も快適なプレートキャリアの1つだ。", "544a5cde4bdc2d39388b456b Name": "Flyye MBSSバックパック", "544a5cde4bdc2d39388b456b ShortName": "MBSS", "544a5cde4bdc2d39388b456b Description": "耐久性の高い1000デニール コーデュラナイロンで作られた、ウォーターパック収納用のポケットとサイドのMOLLEシステムが特徴のバックパックだ。", @@ -244,7 +244,7 @@ "557596e64bdc2dc2118b4571 Description": "Item", "557ff21e4bdc2d89578b4586 Name": "タクティカルグラス", "557ff21e4bdc2d89578b4586 ShortName": "TGlasses", - "557ff21e4bdc2d89578b4586 Description": "A pair of commonplace tactical glasses with glare and impact protection.", + "557ff21e4bdc2d89578b4586 Description": "閃光や衝撃から保護する、ありふれたタクティカルグラス。", "557ffd194bdc2d28148b457f Name": "ポケット", "557ffd194bdc2d28148b457f ShortName": "Pockets", "557ffd194bdc2d28148b457f Description": "ポケット", @@ -257,13 +257,13 @@ "5580223e4bdc2d1c128b457f Name": "MP-43-1C 12ga ダブルバレルショットガン", "5580223e4bdc2d1c128b457f ShortName": "MP-43-1C", "5580223e4bdc2d1c128b457f Description": "ハンターたちの憧れ。無駄のない洗練されたデザインの伝統的なダブルバレルの傑作。12ゲージのショットシェルを使用する。", - "558022b54bdc2dac148b458d Name": "EOTech EXPS3 holographic sight (Tan)", - "558022b54bdc2dac148b458d ShortName": "EXPS3", - "558022b54bdc2dac148b458d Description": "The EOTech EXPS3 holographic sight. Thanks to design features it can be used with a wide range of weapons, even with non-folding sights. Compatible with night vision devices by means of the NV reticle mode. Utilized by US SOCOM as a sight for operations in confined spaces.", + "558022b54bdc2dac148b458d Name": "EOTech EXPS3-0 holographic sight (Tan)", + "558022b54bdc2dac148b458d ShortName": "EXPS3-0", + "558022b54bdc2dac148b458d Description": "The EOTech EXPS3-0 holographic sight. Thanks to design features it can be used with a wide range of weapons, even with non-folding sights. Compatible with night vision devices when using the NV reticle mode. Utilized by US SOCOM as a sight for operations in confined spaces.", "5580239d4bdc2de7118b4583 Name": "GK-01 12ga コンペンセイター", "5580239d4bdc2de7118b4583 ShortName": "GK-01", "5580239d4bdc2de7118b4583 Description": "A heavy muzzle brake for the Vepr/Saiga 12ga is extremely good at cutting recoil and completely eliminates barrel climb and yaw. It fits all Saiga/Vepr shotguns with external chokes and, with an optional adapter, all single-barrelled shotguns with both external and internal chokes.", - "55802d5f4bdc2dac148b458e Name": "5.56x45 Magpul PMAG 30 GEN M3 W STANAG 30-round magazine", + "55802d5f4bdc2dac148b458e Name": "AR-15 5.56x45 Magpul PMAG 30 GEN M3 W STANAG 30-round magazine", "55802d5f4bdc2dac148b458e ShortName": "GEN M3", "55802d5f4bdc2dac148b458e Description": "A 30-round 5.56x45 Magpul PMAG GEN M3 30 polymer magazine with an observation slot for faster capacity checking.", "55802f3e4bdc2de7118b4584 Name": "追加mod", @@ -344,12 +344,12 @@ "55d355e64bdc2d962f8b4569 Name": "M4A1 5.56x45 upper receiver", "55d355e64bdc2d962f8b4569 ShortName": "M4A1 Upper", "55d355e64bdc2d962f8b4569 Description": "An upper receiver for the M4A1 assault rifle manufactured by Colt. Equipped with a mount for attaching additional devices.", - "55d35ee94bdc2d61338b4568 Name": "AR-15 5.56x45 260mm barrel", - "55d35ee94bdc2d61338b4568 ShortName": "AR-15 260mm", - "55d35ee94bdc2d61338b4568 Description": "A 260mm barrel for AR-15 based weapons for 5.56x45 NATO ammo. Corresponds with standard service M4 CQBR barrel.", - "55d3632e4bdc2d972f8b4569 Name": "AR-15 5.56x45 370mm barrel", - "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 370mm", - "55d3632e4bdc2d972f8b4569 Description": "A 370mm barrel for AR-15 based weapons for 5.56x45 NATO ammo. Corresponds with standard service M4A1 barrel.", + "55d35ee94bdc2d61338b4568 Name": "AR-15 5.56x45 10.3 inch barrel", + "55d35ee94bdc2d61338b4568 ShortName": "AR-15 10.3\"", + "55d35ee94bdc2d61338b4568 Description": "A 10.3 inch (260mm) barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Corresponds with standard service M4 CQBR barrel.", + "55d3632e4bdc2d972f8b4569 Name": "AR-15 5.56x45 14.5 inch barrel", + "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 14.5\"", + "55d3632e4bdc2d972f8b4569 Description": "A 14.5 inch (370mm) barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Corresponds with standard service M4A1 barrel.", "55d447bb4bdc2d892f8b456f Name": "MP-43-1C 12ga 725mm バレル", "55d447bb4bdc2d892f8b456f ShortName": "MP-43 725mm", "55d447bb4bdc2d892f8b456f Description": "A 725mm long 12 gauge barrel for the MP-43-1C double-barrelled shotgun.", @@ -395,7 +395,7 @@ "55d485be4bdc2d962f8b456f Name": "PM 9x18PM 84-round makeshift drum magazine", "55d485be4bdc2d962f8b456f ShortName": "PM drum", "55d485be4bdc2d962f8b456f Description": "A makeshift 84-round PM magazine. First assembled by an unknown genius by combining PM and PPSH magazines into a single design for operations in narrow spaces with the aid of ballistic shields. Although it was never serialized even in the smallest number, it can be crafted pretty easily, provided you have the donor mags and skillful hands.", - "55d4887d4bdc2d962f8b4570 Name": "5.56x45 Colt AR-15 STANAG 30-round magazine", + "55d4887d4bdc2d962f8b4570 Name": "AR-15 5.56x45 Colt STANAG 30-round magazine", "55d4887d4bdc2d962f8b4570 ShortName": "STANAG", "55d4887d4bdc2d962f8b4570 Description": "A 30-round metal Colt AR-15 magazine designed in compliance with the STANAG 4179 standard for 5.56x45 ammo.\nThe STANAG 4179 standard was approved by NATO members in 1980 for the unification of allied personnel ammo and magazines.", "55d48a634bdc2d8b2f8b456a Name": "Kiba Arms SPRM rail mount for pump-action shotguns", @@ -503,9 +503,9 @@ "5645bcb74bdc2ded0b8b4578 Name": "ヘッドフォン", "5645bcb74bdc2ded0b8b4578 ShortName": "Item", "5645bcb74bdc2ded0b8b4578 Description": "Item", - "5645bcc04bdc2d363b8b4572 Name": "Peltor ComTac 2 ヘッドセット", + "5645bcc04bdc2d363b8b4572 Name": "Peltor ComTac 2 ヘッドセット (ODグリーン)", "5645bcc04bdc2d363b8b4572 ShortName": "ComTac II", - "5645bcc04bdc2d363b8b4572 Description": "The ComTac II amplifies low-level sounds while suppressing impulse noises. Water resistant for outdoor usage. Manufactured by Peltor.", + "5645bcc04bdc2d363b8b4572 Description": "Com-Tac 2はノイズを軽減しつつ小さな音を増幅する。屋外での耐水性も持ち合わせている。Peltor 製。", "5648a69d4bdc2ded0b8b457b Name": "BlackRock チェストリグ", "5648a69d4bdc2ded0b8b457b ShortName": "BlackRock", "5648a69d4bdc2ded0b8b457b Description": "市街地戦などの際にアーマーの上から着るカスタムメイドチェストリグ。丈夫で汎用性が高く、MOLLEやALICEアタッチメントシステムにも対応する。", @@ -806,9 +806,9 @@ "571a26d524597720680fbe8a Name": "TT 7.62x25 116mm barrel", "571a26d524597720680fbe8a ShortName": "TT 116mm", "571a26d524597720680fbe8a Description": "TTピストル用標準バレル", - "571a279b24597720b4066566 Name": "TT 7.62x25 121mm homespun threaded barrel", - "571a279b24597720b4066566 ShortName": "TT 121mm thr.", - "571a279b24597720b4066566 Description": "A homespun barrel for TT pistol with threading for sound suppressor installation.", + "571a279b24597720b4066566 Name": "TT 7.62x25 121mm makeshift threaded barrel", + "571a279b24597720b4066566 ShortName": "TT thr.", + "571a279b24597720b4066566 Description": "A makeshift barrel for TT pistol with threading for sound suppressor installation.", "571a282c2459771fb2755a69 Name": "TT side grips", "571a282c2459771fb2755a69 ShortName": "TT grips", "571a282c2459771fb2755a69 Description": "戦後に登場した標準的なTTピストルのサイドグリップ。", @@ -1190,7 +1190,7 @@ "576165642459773c7a400233 Name": "Saiga 12K ver.10 12ga セミオートショットガン", "576165642459773c7a400233 ShortName": "Saiga-12K", "576165642459773c7a400233 Description": "折り畳み式ストックを備えたセミオートの12ゲージショットガンだ。展開されたストック位置からのみの発射を許可する安全装置を装備していて、短い430mmの銃身が特徴だ。", - "576167ab2459773cad038c43 Name": "SOK-12 thread protection tube", + "576167ab2459773cad038c43 Name": "SOK-12 thread protector", "576167ab2459773cad038c43 ShortName": "SOK-12 thr.", "576167ab2459773cad038c43 Description": "SOK-12用の標準スレッドプロテクションチューブ。", "576169e62459773c69055191 Name": "SOK-12 polymer handguard", @@ -1343,9 +1343,9 @@ "57a3459f245977764a01f703 Name": "VSS/VAL Zenit B-3 ring mount", "57a3459f245977764a01f703 ShortName": "B-3", "57a3459f245977764a01f703 Description": "The B-3 mounts are installed on the VSS/VAL suppressor to form a Picatinny rail for the installation of additional weapon equipment. Manufactured by Zenit.", - "57a349b2245977762b199ec7 Name": "Pumping station front door key", + "57a349b2245977762b199ec7 Name": "ポンプ室表口の鍵", "57a349b2245977762b199ec7 ShortName": "Pump Frnt", - "57a349b2245977762b199ec7 Description": "An old soviet factory key labeled \"Pumping Station\".", + "57a349b2245977762b199ec7 Description": "「ポンプ室」と書かれたソ連の古い工場の鍵。", "57a9b9ce2459770ee926038d Name": "SOK-12 rear sight", "57a9b9ce2459770ee926038d ShortName": "SOK12 RS", "57a9b9ce2459770ee926038d Description": "Izhmash製 SOK-12用標準リアサイト。", @@ -1360,7 +1360,7 @@ "57acb6222459771ec34b5cb0 Description": "An aluminum sight support with a Picatinny rail mount for the installation of scopes and accessories.", "57ade1442459771557167e15 Name": "Armacon Baskak ストック", "57ade1442459771557167e15 ShortName": "Baskak", - "57ade1442459771557167e15 Description": "A Russian-made light tube stock of very spartan-like design for use with AK systems that can be installed both on Mil-Spec and Com-Spec M/AR standard receiver adapters.", + "57ade1442459771557167e15 Description": "A Russian-made light tube stock of a very spartan-like design for use with AK systems that can be installed both on Mil-Spec and Com-Spec M/AR standard receiver adapters.", "57adff4f24597737f373b6e6 Name": "SIG Sauer BRAVO4 4x30 scope", "57adff4f24597737f373b6e6 ShortName": "BRAVO4", "57adff4f24597737f373b6e6 Description": "Designed by SIG Sauer, the BRAVO4 4x30 optical scope sight features the uniquely large FOV, 43% wider than closest competitors. It also has an extra rail mount on top of it that allows installation of a backup compact sight.", @@ -1445,14 +1445,14 @@ "57d14d2524597714373db789 Name": "PP-91 Kedr 9x18PM サブマシンガン", "57d14d2524597714373db789 ShortName": "PP-91 Kedr", "57d14d2524597714373db789 Description": "PP-91 \"ケダール\" は、9x18mm PM口径のサブマシンガンで、エフゲニー・ドラグノフによって内務省の命令で1990年代初頭に設計され、ZMZ(Zlatoústovskiy Mashinostroítelnyy Zavód - \"ズラトゥースト機械製造工場\")で生産されている。シンプルで効率的な設計がされていて、軽量だからパフォーマンスに影響を与えずに快適に運ぶことができるだけなく、反動に影響を与えないで高い発射速度を備えている。これらの特性から、ほとんどのロシアの法執行機関で現在も制式武器として使用されている。", - "57d14e1724597714010c3f4b Name": "PP-91 \"Kedr\" 9x18PM 20-round magazine", - "57d14e1724597714010c3f4b ShortName": "PP91", + "57d14e1724597714010c3f4b Name": "PP-91 Kedr 9x18PM 20-round magazine", + "57d14e1724597714010c3f4b ShortName": "PP-91", "57d14e1724597714010c3f4b Description": "A standard 20-round capacity metal magazine for PP-91 Kedr-based 9x18PM SMGs, manufactured by ZMZ.", - "57d1519e24597714373db79d Name": "PP-91 \"Kedr\" 9x18PM 30-round magazine", - "57d1519e24597714373db79d ShortName": "PP91", + "57d1519e24597714373db79d Name": "PP-91 Kedr 9x18PM 30-round magazine", + "57d1519e24597714373db79d ShortName": "PP-91", "57d1519e24597714373db79d Description": "A standard 30-round capacity metal magazine for PP-91 Kedr-based 9x18PM SMGs, manufactured by ZMZ.", "57d152ec245977144076ccdf Name": "PP-91 Kedr polymer pistol grip", - "57d152ec245977144076ccdf ShortName": "PP91", + "57d152ec245977144076ccdf ShortName": "PP-91", "57d152ec245977144076ccdf Description": "A ZMZ-produced polymer pistol grip for PP-91 Kedr family weapons.", "57d17c5e2459775a5c57d17d Name": "Ultrafire WF-501B フラッシュライト", "57d17c5e2459775a5c57d17d ShortName": "WF501B", @@ -1460,12 +1460,12 @@ "57d17e212459775a1179a0f5 Name": "Kiba Arms 25mm accessory ring mount", "57d17e212459775a1179a0f5 ShortName": "25mm ring", "57d17e212459775a1179a0f5 Description": "ピカティニーレイルに様々な25mm径のアクセサリーを装着するためのマウントリング。", - "57da93632459771cb65bf83f Name": "KAC QDSS NT-4 5.56x45 sound suppressor (Black)", + "57da93632459771cb65bf83f Name": "KAC QDSS NT4 5.56x45 sound suppressor (Black)", "57da93632459771cb65bf83f ShortName": "NT-4 blk.", - "57da93632459771cb65bf83f Description": "The Knight's Armament Company QDSS NT-4 5.56x45 and .223 sound suppressor can only be installed on compatible KAC muzzle devices. Black in color.", - "57dbb57e2459774673234890 Name": "KAC QDSS NT-4 5.56x45 sound suppressor (FDE)", + "57da93632459771cb65bf83f Description": "The Knight's Armament Company QDSS NT4 5.56x45 and .223 sound suppressor. Can only be installed on compatible KAC muzzle devices. Black version.", + "57dbb57e2459774673234890 Name": "KAC QDSS NT4 5.56x45 sound suppressor (FDE)", "57dbb57e2459774673234890 ShortName": "NT-4 FDE", - "57dbb57e2459774673234890 Description": "The Knight's Armament Company QDSS NT-4 5.56x45 and .223 sound suppressor can only be installed on compatible KAC muzzle devices. Flat Dark Earth version.", + "57dbb57e2459774673234890 Description": "The Knight's Armament Company QDSS NT4 5.56x45 and .223 sound suppressor. Can only be installed on compatible KAC muzzle devices. Flat Dark Earth version.", "57dc2fa62459775949412633 Name": "Kalashnikov AKS-74U 5.45x39 アサルトライフル", "57dc2fa62459775949412633 ShortName": "AKS-74U", "57dc2fa62459775949412633 Description": "AKS-74U(Avtomat Kalashnikova Skladnoy 74 Ukorochenny - \"カラシニコフ自動小銃74 短縮型\")は、AKS-74 の短縮型で、1980年代初頭に戦車の乗組員や空挺部隊向けに開発された。そのコンパクトなサイズから、法執行機関や特殊部隊にも非常に人気がある銃だった。", @@ -1568,11 +1568,11 @@ "5857a8bc2459772bad15db29 Name": "セキュアコンテナ Gamma", "5857a8bc2459772bad15db29 ShortName": "Gamma", "5857a8bc2459772bad15db29 Description": "かつてタルコフに配備されていたベテランの PMC だけが使っていたユニークなセキュアコンテナ。", - "587de4282459771bca0ec90b Name": "P226 9x19 threaded barrel", + "587de4282459771bca0ec90b Name": "P226 9x19 112mm threaded barrel", "587de4282459771bca0ec90b ShortName": "P226 thr.", "587de4282459771bca0ec90b Description": "A standard-issue threaded barrel for SIG Sauer P226 9x19 pistols.", "587de5ba2459771c0f1e8a58 Name": "P226 スレッドプロテクションキャップ", - "587de5ba2459771c0f1e8a58 ShortName": "P226 thr. cap", + "587de5ba2459771c0f1e8a58 ShortName": "P226 thr.", "587de5ba2459771c0f1e8a58 Description": "A threading protection cap for the P226 9x19 barrel.", "587df3a12459772c28142567 Name": "SKS 7.62x39 10-round internal box magazine", "587df3a12459772c28142567 ShortName": "SKS int.", @@ -1631,11 +1631,11 @@ "588892092459774ac91d4b11 Name": "Lobaev Arms DVL-10 7.62x51 ボルトアクション スナイパーライフル", "588892092459774ac91d4b11 ShortName": "DVL-10", "588892092459774ac91d4b11 Description": "DVL-10 は、軍独自の亜音速口径を使用した、軽量でコンパクトなサイレンサー付ライフルで、特殊な作戦や精密射撃が必要な戦闘作戦向けに開発された。標準の Lobaev Arms 製の折り畳み式バットストックと Lobaev Hummer Barrels 製ステンレススチールのマッチグレード・バレルが装備されている。", - "5888945a2459774bf43ba385 Name": "DVL-10 7.62x51 500mm barrel", - "5888945a2459774bf43ba385 ShortName": "DVL10 500mm", + "5888945a2459774bf43ba385 Name": "DVL-10 7.62x51 500mm suppressed barrel", + "5888945a2459774bf43ba385 ShortName": "DVL-10 500mm", "5888945a2459774bf43ba385 Description": "A 500 mm long 7.62x51 match-grade stainless steel barrel with an integral sound suppressor manufactured by LOBAEV Hummer Barrels for the DVL-10 sniper rifle.", "5888956924597752983e182d Name": "DVL-10 M2 7.62x51 660mm barrel", - "5888956924597752983e182d ShortName": "DVL10 660mm", + "5888956924597752983e182d ShortName": "DVL-10 M2 660mm", "5888956924597752983e182d Description": "A 660mm long 7.62x51 match-grade stainless steel barrel manufactured by LOBAEV Hummer Barrels for the DVL-10 M2 sniper rifle.", "5888961624597754281f93f3 Name": "Harris S-BRM 6-9\" Bipod", "5888961624597754281f93f3 ShortName": "S-BRM", @@ -1673,7 +1673,7 @@ "5894a05586f774094708ef75 Name": "MPX 9x19 30-round magazine", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "A standard 30-round capacity semitransparent 9x19mm MPX magazine, manufactured by SIG Sauer.", - "5894a13e86f7742405482982 Name": "MPX/MCX Collapsing/Telescoping Stock", + "5894a13e86f7742405482982 Name": "SIG Sauer Collapsing/Telescoping Stock", "5894a13e86f7742405482982 ShortName": "SIG CTS", "5894a13e86f7742405482982 Description": "A telescopic retractable stock for early issues of MCX/MPX manufactured by SIG Sauer.", "5894a2c386f77427140b8342 Name": "MPX 9x19 8 inch barrel", @@ -1700,9 +1700,9 @@ "58a5c12e86f7745d585a2b9e Name": "MPX GEN1 handguard 4 inch rail", "58a5c12e86f7745d585a2b9e ShortName": "MPX 4\"", "58a5c12e86f7745d585a2b9e Description": "The 4 inch SIG Sauer GEN1 handguard rail adapter allows you to install additional equipment on the 1st generation SIG MPX handguard.", - "58ac1bf086f77420ed183f9f Name": "MPX/MCX Folding Knuckle Stock Adapter", + "58ac1bf086f77420ed183f9f Name": "SIG Sauer Folding Knuckle Stock Adapter", "58ac1bf086f77420ed183f9f ShortName": "SIG FKSA", - "58ac1bf086f77420ed183f9f Description": "An adapter for attaching buffer tubes to the rail mount, manufactured by SIG Sauer.", + "58ac1bf086f77420ed183f9f Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", "58ac60eb86f77401897560ff Name": "Balaclava_dev", "58ac60eb86f77401897560ff ShortName": "Balaclava_dev", "58ac60eb86f77401897560ff Description": "黒いウールのバラクラバはただ顔を温めるだけではなく、普段は大人しい人々の義憤にも火をつけ、大胆な行動へと走らせる。", @@ -2027,18 +2027,18 @@ "5926dad986f7741f82604363 Name": "HK MP5 MFI HK universal low profile scope mount", "5926dad986f7741f82604363 ShortName": "MFI HK", "5926dad986f7741f82604363 Description": "A universal mount for HK weapon systems, designed and manufactured by MFI. Designed for the installation of reflex sights and scopes.", - "5926e16e86f7742f5a0f7ecb Name": "HK MP5 3-lug thread protector", + "5926e16e86f7742f5a0f7ecb Name": "HK MP5 3-lug muzzle adapter", "5926e16e86f7742f5a0f7ecb ShortName": "3 Lug", - "5926e16e86f7742f5a0f7ecb Description": "A thread protector for MP5 barrels with three lugs for installation of sound suppressors. Manufactured by Heckler & Koch.", + "5926e16e86f7742f5a0f7ecb Description": "A 3-lug adapter for installing various muzzle devices on the MP5 SMG. Manufactured by Heckler & Koch.", "5926f2e086f7745aae644231 Name": "HK MP5SD 9x19 upper receiver", "5926f2e086f7745aae644231 ShortName": "MP5SD", "5926f2e086f7745aae644231 Description": "An upper receiver for the MP5SD SMG, manufactured by Heckler & Koch.", "5926f34786f77469195bfe92 Name": "HK MP5SD polymer handguard", "5926f34786f77469195bfe92 ShortName": "MP5SD HG", "5926f34786f77469195bfe92 Description": "A polymer handguard for the MP5SD SMG, manufactured by Heckler & Koch.", - "5929a2a086f7744f4b234d43 Name": "UMTBS 6sh112スカウトスナイパー ベスト", + "5929a2a086f7744f4b234d43 Name": "UMTBS 6Sh112 スカウトスナイパーチェストリグ (EMR)", "5929a2a086f7744f4b234d43 ShortName": "6sh112", - "5929a2a086f7744f4b234d43 Description": "The Universal Modular Transport-Combat System (UMTBS) \"Scout-Sniper\" is officially part of the equipment of the armed forces of the Russian Federation. The vest is designed with a modular approach and can be transformed to suit various specific combat tasks. This system includes the vest base, various purpose pouches, and backpacks. Due to the fact that the vest is based on the MOLLE system, it can be used with various compatible pouches beyond those included with the kit. The belt system has soft bumper pads, and its inside is made from breathable materials.", + "5929a2a086f7744f4b234d43 Description": "Universal Modular transport-combat system (UMTBS) \"スカウト・スナイパー\" ベストは、ロシア連邦軍の正式装備の一つだ。このベストはモジュラー方式で設計されおり、様々な戦闘任務に合わせて組み替えることができる。このシステムには、ベストのベース、様々な目的のポーチ、バックパックが含まれている。ベストは MOLLE システムに基づいているため、キットに含まれているもの以外にも様々な互換性のあるポーチを使用することができる。ベルトシステムにはソフトバンパーパッドを使用し、内部は通気性の良い素材でできている。", "592c2d1a86f7746dbe2af32a Name": "ANA Tactical Alpha チェストリグ", "592c2d1a86f7746dbe2af32a ShortName": "Alpha", "592c2d1a86f7746dbe2af32a Description": "高品質な\"Alpha\" チェストリグ。信頼性と機能性で完全に軍からの要求水準を満たしている。組み込まれたポーチとMOLLEストラップの組み合わせで膨大な数の必要な装備を携帯することができるようになっている。ベストは旧来のチェストリグとして設計されており、このタイプのベストではすべての装備品はベスト正面と両側面に位置している一方、背面には調整用ベルトとストラップがある。", @@ -2063,9 +2063,9 @@ "5938504186f7740991483f30 Name": "社員寮203号室の鍵", "5938504186f7740991483f30 ShortName": "Dorm 203", "5938504186f7740991483f30 Description": "\"203\" と書かれたタグが付いた3階建ての社員寮の鍵。", - "593858c486f774253a24cb52 Name": "Pumping station back door key", + "593858c486f774253a24cb52 Name": "ポンプ室裏口の鍵", "593858c486f774253a24cb52 ShortName": "Pump Back", - "593858c486f774253a24cb52 Description": "An old soviet factory key labeled \"Pumping Station\".", + "593858c486f774253a24cb52 Description": "「ポンプ室」と書かれたソ連の古い工場の鍵。", "5938603e86f77435642354f4 Name": "社員寮206号室の鍵", "5938603e86f77435642354f4 ShortName": "Dorm 206", "5938603e86f77435642354f4 Description": "\"206\" と書かれたタグが付いた2階建ての社員寮の鍵。", @@ -2210,7 +2210,7 @@ "59c0ec5b86f77435b128bfca Name": "Hexagon 12K 12ga sound suppressor", "59c0ec5b86f77435b128bfca ShortName": "Hexagon 12K", "59c0ec5b86f77435b128bfca Description": "12ゲージショットガンやカービン(Saiga、Veprやその他)用のHexagon製サプレッサー。", - "59c1383d86f774290a37e0ca Name": "5.56x45 Magpul PMAG D-60 STANAG 60-round magazine", + "59c1383d86f774290a37e0ca Name": "AR-15 5.56x45 Magpul PMAG D-60 STANAG 60-round magazine", "59c1383d86f774290a37e0ca ShortName": "PMAG D60", "59c1383d86f774290a37e0ca Description": "The Magpul PMAG D-60 polymer 60-round magazine for 5.56x45 rounds.", "59c63b4486f7747afb151c1c Name": "HK MP5SD B&T tri-rail ring mount", @@ -2416,7 +2416,7 @@ "59e7708286f7742cbd762753 Description": "The Ushanka ear flap hat is a classic hat worn by Russian people, or that is at least what most people from the west seem to believe.", "59e770b986f7742cbd762754 Name": "耐破片用ゴーグル", "59e770b986f7742cbd762754 ShortName": "AFGlass", - "59e770b986f7742cbd762754 Description": "These anti-fragmentation glasses are designed to protect the eyes and part of user's face from shell fragments, drops of chemically aggressive liquids and oils, coarsely dispersed aerosols, thermal factors, atmospheric influences, and mechanical damages in all types of combat operations and during daily activities.", + "59e770b986f7742cbd762754 Description": "この耐破片用ゴーグルは、あらゆるタイプの戦闘作戦や日常活動において、砲弾の破片、化学的に攻撃的な液体や油の滴、粗く分散したエアロゾル、熱的要因、大気の影響、機械的損傷から目と顔の一部を保護するように設計されています。", "59e770f986f7742cbe3164ef Name": "アーミーキャップ", "59e770f986f7742cbe3164ef ShortName": "Army", "59e770f986f7742cbe3164ef Description": "A standard military cap, worn by soldiers.", @@ -2921,21 +2921,21 @@ "5a6b59a08dc32e000b452fb7 Name": "Glock SAI 9x19 thread protector", "5a6b59a08dc32e000b452fb7 ShortName": "G SAI thr.", "5a6b59a08dc32e000b452fb7 Description": "A thread protector for threaded barrels of Glock family pistols, manufactured by Salient Arms International.", - "5a6b5b8a8dc32e001207faf3 Name": "Glock 9x19 Lone Wolf AlphaWolf threaded barrel", - "5a6b5b8a8dc32e001207faf3 ShortName": "G AW", + "5a6b5b8a8dc32e001207faf3 Name": "Glock 9x19 Lone Wolf AlphaWolf 114mm threaded barrel", + "5a6b5b8a8dc32e001207faf3 ShortName": "G AW thr.", "5a6b5b8a8dc32e001207faf3 Description": "A threaded barrel for 9x19 pistols of the Glock family. Manufactured by Lone Wolf.", - "5a6b5e468dc32e001207faf5 Name": "Glock 9x19 Double Diamond threaded barrel", + "5a6b5e468dc32e001207faf5 Name": "Glock 9x19 Double Diamond 114mm threaded barrel", "5a6b5e468dc32e001207faf5 ShortName": "G DD thr.", "5a6b5e468dc32e001207faf5 Description": "A threaded barrel for 9x19 pistols of Glock family. Manufactured by Double Diamond.", - "5a6b5ed88dc32e000c52ec86 Name": "Glock 9x19 SAI threaded barrel", + "5a6b5ed88dc32e000c52ec86 Name": "Glock 9x19 SAI 114mm threaded barrel", "5a6b5ed88dc32e000c52ec86 ShortName": "G SAI", "5a6b5ed88dc32e000c52ec86 Description": "A threaded barrel for 9x19 pistols of Glock family. Manufactured by Salient Arms International.", - "5a6b5f868dc32e000a311389 Name": "Glock 17 9x19 barrel", + "5a6b5f868dc32e000a311389 Name": "Glock 17 9x19 114mm barrel", "5a6b5f868dc32e000a311389 ShortName": "G17", "5a6b5f868dc32e000a311389 Description": "A standard barrel for the Glock 17 9x19 pistol.", - "5a6b60158dc32e000a31138b Name": "Glock 17 9x19 barrel with a compensator", + "5a6b60158dc32e000a31138b Name": "Glock 17 9x19 114mm compensated barrel", "5a6b60158dc32e000a31138b ShortName": "G17 comp", - "5a6b60158dc32e000a31138b Description": "A 114mm long barrel with a mounted compensator for Glock 17 pistols.", + "5a6b60158dc32e000a31138b Description": "A 114mm barrel with a mounted compensator for Glock 17 pistols.", "5a6f58f68dc32e000a311390 Name": "Glock front sight", "5a6f58f68dc32e000a311390 ShortName": "Glock FS", "5a6f58f68dc32e000a311390 Description": "Glockピストル用の標準フロントサイト。", @@ -3178,10 +3178,10 @@ "5aa2b8d7e5b5b00014028f4a Description": "A Tarkov police cap, ususally worn by patrol units.", "5aa2b923e5b5b000137b7589 Name": "ラウンドフレーム サングラス", "5aa2b923e5b5b000137b7589 ShortName": "RGlasses", - "5aa2b923e5b5b000137b7589 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "5aa2b923e5b5b000137b7589 Description": "丸型フレームのサングラス。カッコよくてスタイリッシュだ!", "5aa2b986e5b5b00014028f4c Name": "Dundukk スポーツサングラス", "5aa2b986e5b5b00014028f4c ShortName": "Dundukk", - "5aa2b986e5b5b00014028f4c Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "5aa2b986e5b5b00014028f4c Description": "スポーティなスタイルで作られたモダンなサングラス。ガソリンスタンドでのスタイリッシュな撃ち合いに最適。", "5aa2b9aee5b5b00015693121 Name": "RayBench ヒップスターリザーブ サングラス", "5aa2b9aee5b5b00015693121 ShortName": "RayBench", "5aa2b9aee5b5b00015693121 Description": "流行の最先端に立ちたいのならこのサングラスがオススメだ。プレゼントとしても喜ばれるだろう。", @@ -3194,7 +3194,7 @@ "5aa2ba46e5b5b000137b758d Name": "UX PRO beanie", "5aa2ba46e5b5b000137b758d ShortName": "UXPRO", "5aa2ba46e5b5b000137b758d Description": "The warm and comfortable UX PRO beanie. For you, only for you. And that guy, too.", - "5aa2ba71e5b5b000137b758f Name": "MSA Sordin Supreme PRO-X/L headset", + "5aa2ba71e5b5b000137b758f Name": "MSA Sordin Supreme PRO-X/L ヘッドセット", "5aa2ba71e5b5b000137b758f ShortName": "Sordin", "5aa2ba71e5b5b000137b758f Description": "Sordin Supreme PRO-X/Lは騒音を低減しつつ小さな音を増幅する。屋外での耐水性も持ち合わせている。", "5aa66a9be5b5b0214e506e89 Name": "Nightforce Magmount 34mm ring scope mount", @@ -3220,7 +3220,7 @@ "5aa7e276e5b5b000171d0647 Description": "The \"Altyn\" helmets passed real combat tests in Afghanistan and Chechnya and are still in service with the Ministry of Internal Affairs of the Russian Federation and the army special forces. Can be equipped with an armored faceshield visor.", "5aa7e373e5b5b000137b76f0 Name": "Altyn フェイスシールド", "5aa7e373e5b5b000137b76f0 ShortName": "Altyn FS", - "5aa7e373e5b5b000137b76f0 Description": "A special armored face shield for the \"Altyn\" heavy assault helmet. Increases the chances of surviving the impacts of bullets and shrapnel.", + "5aa7e373e5b5b000137b76f0 Description": "Altyn ヘビーヘルメット用の特殊な防弾フェイスシールド。銃弾や破片から着用者を保護し生存率を向上させる。", "5aa7e3abe5b5b000171d064d Name": "ZSh-1-2M フェイスシールド", "5aa7e3abe5b5b000171d064d ShortName": "ZSh-1-2M FS", "5aa7e3abe5b5b000171d064d Description": "A special face shield for the ZSH-1-2M armored helmet. Made of heavy-duty materials.", @@ -3233,10 +3233,10 @@ "5aaa4194e5b5b055d06310a5 Name": "AK-74 5.45x39 Magpul PMAG 30 GEN M3 30-round magazine", "5aaa4194e5b5b055d06310a5 ShortName": "GEN M3", "5aaa4194e5b5b055d06310a5 Description": "A 30-round polymer Magpul Pmag 30 AK74 GEN M3 magazine for 5.45x39 AK and compatible weapons.", - "5aaa5dfee5b5b000140293d3 Name": "5.56x45 Magpul PMAG 30 GEN M3 STANAG 30-round magazine", + "5aaa5dfee5b5b000140293d3 Name": "AR-15 5.56x45 Magpul PMAG 30 GEN M3 STANAG 30-round magazine", "5aaa5dfee5b5b000140293d3 ShortName": "GEN M3", "5aaa5dfee5b5b000140293d3 Description": "A 30-round polymer Magpul PMAG GEN M3 30 magazine, for 5.56x45 ammunition.", - "5aaa5e60e5b5b000140293d6 Name": "5.56x45 Magpul PMAG 10 GEN M3 STANAG 10-round magazine", + "5aaa5e60e5b5b000140293d6 Name": "AR-15 5.56x45 Magpul PMAG 10 GEN M3 STANAG 10-round magazine", "5aaa5e60e5b5b000140293d6 ShortName": "GEN M3", "5aaa5e60e5b5b000140293d6 Description": "A 10-round polymer Magpul PMAG GEN M3 10 magazine, for 5.56x45 ammunition.", "5aaf8a0be5b5b00015693243 Name": "M1A 7.62x51 20-round magazine", @@ -3247,7 +3247,7 @@ "5aaf8e43e5b5b00015693246 Description": "The SOCOM 16 polymer stock for M1A rifles, manufactured by Springfield Armory.", "5aaf9d53e5b5b00015042a52 Name": "M1A 7.62x51 16 inch barrel", "5aaf9d53e5b5b00015042a52 ShortName": "M1A 16\"", - "5aaf9d53e5b5b00015042a52 Description": "A 16 inch (410mm) barrel for M1A based weapons chambered in 7.62x51 NATO ammo.", + "5aaf9d53e5b5b00015042a52 Description": "A 16 inch (410mm) Springfield 6-Groove Carbon Steel barrel for M1A-based weapons chambered in 7.62x51 NATO ammo.", "5aafa1c2e5b5b00015042a56 Name": "M1A SOCOM 16 7.62x51 muzzle brake-compensator", "5aafa1c2e5b5b00015042a56 ShortName": "SOCOM16 M1A", "5aafa1c2e5b5b00015042a56 Description": "A muzzle brake-compensator for M1A rifles, manufactured by Springfield Armory.", @@ -3278,12 +3278,12 @@ "5ab8dab586f77441cd04f2a2 Name": "WARTECH MK3 TV-104 チェストリグ (マルチカム)", "5ab8dab586f77441cd04f2a2 ShortName": "MK3 TV-104", "5ab8dab586f77441cd04f2a2 Description": "このチェストリグプラットフォームは胸部や腹部に装備を配置するよう作られており、背面は空いている。マガジンを 8 本収納可能なポーチが付いている。単体でもアーマーベストの上からでも使用可能だ。WARTECH 社製。", - "5ab8dced86f774646209ec87 Name": "ANA Tactical M2 アーマーリグ", + "5ab8dced86f774646209ec87 Name": "ANA Tactical M2 アーマーリグ (EMR)", "5ab8dced86f774646209ec87 ShortName": "ANA M2", - "5ab8dced86f774646209ec87 Description": "The M2 vest is created with the use of the best experience of Russian special forces operators. The versatility of the system makes it possible to use this vest both when carrying out urban tasks and when performing tasks on rough terrain. Equipped with additional pouches for 8 magazines. Manufactured by ANA Tactical.", - "5ab8e4ed86f7742d8e50c7fa Name": "MF-UNTAR body armor", + "5ab8dced86f774646209ec87 Description": "M1ベストは、ロシアの特殊部隊オペレーターたちの最良の経験を活かして製作された。多用途に使用できるため、都市部での任務や荒地での任務にも対応可能である。マガジン8本分の追加ポーチが装備されている。ANA Tactical 社製。", + "5ab8e4ed86f7742d8e50c7fa Name": "MF-UNTAR ボディアーマー", "5ab8e4ed86f7742d8e50c7fa ShortName": "MF-UN", - "5ab8e4ed86f7742d8e50c7fa Description": "A class III body armor used by UN soldiers during the UNTAR mission in Tarkov.", + "5ab8e4ed86f7742d8e50c7fa Description": "タルコフでの UNTAR ミッションで国連兵が使用しているクラスIIIのボディアーマー。", "5ab8e79e86f7742d8b372e78 Name": "BNTI Gzhel-K ボディアーマー", "5ab8e79e86f7742d8b372e78 ShortName": "GZHEL-K", "5ab8e79e86f7742d8b372e78 Description": "Gzhel アサルト防弾ベストは、ロシアの国内軍や法執行機関に所属する特殊部隊向けに設計された。その中でも Gzhel-K \"グジェリ - カ\" と呼ばれる特殊派生型は、コランダムという非常に硬い酸化アルミニウムの結晶をベースとしたセラミック製防弾プレートを装備しており、GOST規格でクラス4の防弾性能を有している。", @@ -3445,7 +3445,7 @@ "5addba3e5acfc4001669f0ab Description": "The National Match .062 Blade detachable front sight for M1A rifles, manufactured by Springfield Armory.", "5addbac75acfc400194dbc56 Name": "M1A 7.62x51 22 inch barrel", "5addbac75acfc400194dbc56 ShortName": "M1A 22\"", - "5addbac75acfc400194dbc56 Description": "A 22 inch match barrel for M1A based weapons chambered in 7.62x51 NATO ammo.", + "5addbac75acfc400194dbc56 Description": "A 22 inch (558mm) Springfield 6-Groove National Match barrel for M1A-based weapons chambered in 7.62x51 NATO ammo.", "5addbb6e5acfc408fb1393fd Name": "M1A National Match 7.62x51 flash suppressor", "5addbb6e5acfc408fb1393fd ShortName": "NM", "5addbb6e5acfc408fb1393fd Description": "A muzzle brake-compensator for M1A rifles, manufactured by Springfield Armory.", @@ -3647,7 +3647,7 @@ "5b1fa9b25acfc40018633c01 Name": "Glock 18C 9x19 マシンピストル", "5b1fa9b25acfc40018633c01 ShortName": "Glock 18C", "5b1fa9b25acfc40018633c01 Description": "Glock 18はGlock 17にフルオート機能を追加したモデルだ。33発の弾が入る拡張マガジンと共に使用されることが多いが、Glock 17用の10/17/19発マガジンも使用できる。Glock 18のスライドは通常の長さだが、ロングスライドモデルと同様にスライド前端に穴が開いている。バレルにもマズル先端に向かうにつれ大きくなる4つの切り欠きが入っており、スライドの穴を通して発射ガスが上に逃げることで反動の制御がしやすくなっている。", - "5b1fa9ea5acfc40018633c0a Name": "Glock 18C 9x19 barrel with a compensator", + "5b1fa9ea5acfc40018633c0a Name": "Glock 18C 9x19 114mm compensated barrel", "5b1fa9ea5acfc40018633c0a ShortName": "G18C comp", "5b1fa9ea5acfc40018633c0a Description": "A 114mm long barrel with a mounted compensator for Glock 18C automatic pistols.", "5b1faa0f5acfc40dc528aeb5 Name": "Glock 18C pistol slide", @@ -3738,7 +3738,7 @@ "5b3b99475acfc432ff4dcbee ShortName": "1-6x24", "5b3b99475acfc432ff4dcbee Description": "The EOTech Vudu 1-6x24 riflescope, equally effective on AR platforms and bolt-action rifles. Its EOTech-style speed ring reticle is designed for fast target engagement at low power, while delivering the resolution and accuracy needed for longer range targets.", "5b3baf8f5acfc40dc5296692 Name": "TT 7.62x25 116mm gilded barrel", - "5b3baf8f5acfc40dc5296692 ShortName": "TT 116mm gild", + "5b3baf8f5acfc40dc5296692 ShortName": "TT gilded", "5b3baf8f5acfc40dc5296692 Description": "A 116mm barrel for the TT pistol, gilded by an unknown gunsmith.", "5b3cadf35acfc400194776a0 Name": "TT ornated side grips", "5b3cadf35acfc400194776a0 ShortName": "TT grips", @@ -3817,11 +3817,11 @@ "5b432b6c5acfc4001a599bf0 Description": "A lightweight mask that does not provide any protection, but at least makes you look scarier.", "5b432b965acfc47a8774094e Name": "GSSh-01 アクティブヘッドセット", "5b432b965acfc47a8774094e ShortName": "GSSh-01", - "5b432b965acfc47a8774094e Description": "The GSSh-01 headset is used in the Russian Ratnik military gear set.", - "5b432be65acfc433000ed01f Name": "6B34 anti-fragmentation glasses", + "5b432b965acfc47a8774094e Description": "GSSh-01 ヘッドセットは、ロシア軍のラトニク装備セットで使用されている。", + "5b432be65acfc433000ed01f Name": "6B34 耐破片用ゴーグル", "5b432be65acfc433000ed01f ShortName": "6B34", - "5b432be65acfc433000ed01f Description": "A pair of 6B34 anti-fragmentation glasses from the Ratnik Russian military gear set.", - "5b432c305acfc40019478128 Name": "GP-5 gas mask", + "5b432be65acfc433000ed01f Description": "ロシア軍のラトニク装備セットの、6B34 耐破片用ゴーグルだ。", + "5b432c305acfc40019478128 Name": "GP-5 ガスマスク", "5b432c305acfc40019478128 ShortName": "GP-5", "5b432c305acfc40019478128 Description": "民間用ガスマスクモデル5(GP-5)は着用者の呼吸器や目、顔などを守るガスマスクだ。", "5b432d215acfc4771e1c6624 Name": "LZSh ライト ヘルメット", @@ -3845,9 +3845,9 @@ "5b44c8ea86f7742d1627baf1 Name": "BlackHawk! Commando チェストハーネス (デザートタン)", "5b44c8ea86f7742d1627baf1 ShortName": "Commando", "5b44c8ea86f7742d1627baf1 Description": "快適さと素早い操作を念頭に設計されたこのハーネスは、多数の追加マガジンを使用者の手元に収納する。BlackHawk製。デザートタンバージョン。", - "5b44cad286f77402a54ae7e5 Name": "5.11 Tactical TacTec plate carrier (Ranger Green)", + "5b44cad286f77402a54ae7e5 Name": "5.11 Tactical TacTec プレートキャリア (レンジャーグリーン)", "5b44cad286f77402a54ae7e5 ShortName": "TacTec", - "5b44cad286f77402a54ae7e5 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical.", + "5b44cad286f77402a54ae7e5 Description": "アサルトライフル用のポーチがセットになったプレートキャリア。5.11 Tactical 社製。", "5b44cd8b86f774503d30cba2 Name": "IOTV Gen4 ボディアーマー (フルプロテクションバージョン、マルチカム)", "5b44cd8b86f774503d30cba2 ShortName": "Gen4 Full", "5b44cd8b86f774503d30cba2 Description": "Improved Outer Tactical Vest(IOTV - 改良型タクティカルボディアーマー)の第4世代Gen IVは、体を自由に動かせるように設計されており射撃姿勢をとる際にも妨げとならない。最適化されたデザインにより装備の重量を最適に分散することができ、着心地と耐久性と機動性が向上している。これは全身を保護するバージョンだ。", @@ -4049,32 +4049,32 @@ "5bb20d53d4351e4502010a69 Name": "HK 416A5 5.56x45 upper receiver", "5bb20d53d4351e4502010a69 ShortName": "416A5 Upper", "5bb20d53d4351e4502010a69 Description": "An upper receiver for the 416A5 assault rifle manufactured by Heckler & Koch. Equipped with a mount for attaching additional devices.", - "5bb20d92d4351e00853263eb Name": "HK 416A5 5.56x45 11 inch barrel", - "5bb20d92d4351e00853263eb ShortName": "416A5 11\"", - "5bb20d92d4351e00853263eb Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 11 inches (279mm) long.", - "5bb20d9cd4351e00334c9d8a Name": "HK 416A5 5.56x45 14.5 inch barrel", - "5bb20d9cd4351e00334c9d8a ShortName": "416A5 14.5\"", - "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for HK416 based weapons for 5.56x45 NATO ammo, includes a flip-up front sight.", - "5bb20da5d4351e0035629dbf Name": "HK 416A5 5.56x45 16.5 inch barrel with flip-up front sight", - "5bb20da5d4351e0035629dbf ShortName": "416A5 16.5\"", - "5bb20da5d4351e0035629dbf Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 16.5 inches (419mm) long with a flip-up front sight.", - "5bb20dadd4351e00367faeff Name": "HK 416A5 5.56x45 20 inch barrel", - "5bb20dadd4351e00367faeff ShortName": "416A5 20\"", - "5bb20dadd4351e00367faeff Description": "A barrel for 416 based weapons for 5.56x45 NATO ammo, 20 inches (505mm) long with a flip up front sight.", + "5bb20d92d4351e00853263eb Name": "HK 416 5.56x45 11 inch barrel", + "5bb20d92d4351e00853263eb ShortName": "416 11\"", + "5bb20d92d4351e00853263eb Description": "An 11 inch (279mm) barrel for 416-based weapons for 5.56x45 NATO ammo.", + "5bb20d9cd4351e00334c9d8a Name": "HK 416 5.56x45 14.5 inch barrel with flip-up front sight", + "5bb20d9cd4351e00334c9d8a ShortName": "416 14.5\"", + "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", + "5bb20da5d4351e0035629dbf Name": "HK 416 5.56x45 16.5 inch barrel with flip-up front sight", + "5bb20da5d4351e0035629dbf ShortName": "416 16.5\"", + "5bb20da5d4351e0035629dbf Description": "A 16.5 inch (419mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", + "5bb20dadd4351e00367faeff Name": "HK 416 5.56x45 20 inch barrel with flip-up front sight", + "5bb20dadd4351e00367faeff ShortName": "416 20\"", + "5bb20dadd4351e00367faeff Description": "A 20 inch (505mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", "5bb20dbcd4351e44f824c04e Name": "AR-15 HK Extended Latch charging handle", "5bb20dbcd4351e44f824c04e ShortName": "Ext. Latch", "5bb20dbcd4351e44f824c04e Description": "A standard HK 416A5 charging handle with an extended latch.", "5bb20dcad4351e3bac1212da Name": "HK 416A5 low profile gas block", "5bb20dcad4351e3bac1212da ShortName": "416A5", "5bb20dcad4351e3bac1212da Description": "A standard gas block for 416A5 assault rifles, manufactured by Heckler & Koch.", - "5bb20de5d4351e0035629e59 Name": "HK 416A5 Quad Rail handguard", - "5bb20de5d4351e0035629e59 ShortName": "416A5 4Rail", + "5bb20de5d4351e0035629e59 Name": "HK 416 Quad Rail handguard", + "5bb20de5d4351e0035629e59 ShortName": "416 4Rail", "5bb20de5d4351e0035629e59 Description": "A quad rail handguard for 416 and compatibles. Comes with four picatinny rails for attaching wide amount of different tactical accessories. Manufactured by Heckler & Koch.", - "5bb20df1d4351e00347787d5 Name": "HK 416A5 Quad Rail handguard with flip-up front sight", - "5bb20df1d4351e00347787d5 ShortName": "416A5 4Rail", + "5bb20df1d4351e00347787d5 Name": "HK 416 Quad Rail handguard with flip-up front sight", + "5bb20df1d4351e00347787d5 ShortName": "416 4Rail FS", "5bb20df1d4351e00347787d5 Description": "A quad rail handguard for 416 and compatibles. Comes with a built-in flip-up front sight and four picatinny rails for attaching wide amount of different accessories. Manufactured by Heckler & Koch.", - "5bb20dfcd4351e00334c9e24 Name": "HK 416A5 Quad Rail Extended handguard", - "5bb20dfcd4351e00334c9e24 ShortName": "416A5 4Rail ext.", + "5bb20dfcd4351e00334c9e24 Name": "HK 416 Quad Rail Extended handguard", + "5bb20dfcd4351e00334c9e24 ShortName": "416 4Rail ext.", "5bb20dfcd4351e00334c9e24 Description": "An extended-length quad rail handguard for HK 416A5 and compatibles. Comes with four picatinny rails for attaching a wide amount of various tactical accessories. Manufactured by Heckler & Koch.", "5bb20e0ed4351e3bac1212dc Name": "AR-15 HK Battle Grip Beavertail pistol grip", "5bb20e0ed4351e3bac1212dc ShortName": "Battle Grip", @@ -4085,9 +4085,9 @@ "5bb20e49d4351e3bac1212de Name": "HK 416A5 flip-up rear sight", "5bb20e49d4351e3bac1212de ShortName": "416A5 RS", "5bb20e49d4351e3bac1212de Description": "A removable folding rear sight for HK 416A5.", - "5bb20e58d4351e00320205d7 Name": "HK Enhanced Tube buffer tube", + "5bb20e58d4351e00320205d7 Name": "HK 416 Enhanced Buffer Tube", "5bb20e58d4351e00320205d7 ShortName": "Enhanced Tube", - "5bb20e58d4351e00320205d7 Description": "Heckler & Koch Receiver Extension Buffer Tube, Mil-Spec diameter will fit any 416-based carbine or rifle.", + "5bb20e58d4351e00320205d7 Description": "Heckler & Koch Receiver Extension Buffer Tube, Mil-Spec diameter, will fit any 416-based carbine or rifle.", "5bb20e70d4351e0035629f8f Name": "HK Slim Line ストック", "5bb20e70d4351e0035629f8f ShortName": "Slim Line", "5bb20e70d4351e0035629f8f Description": "A telescoping stock from the Slim Line series, designed and manufactured by Heckler & Koch.", @@ -4297,10 +4297,10 @@ "5bfeb32b0db834001a6694d9 Description": "The Overmolded Ghillie stock for the Remington Model 700 bolt-action sniper rifle. Manufactured by Hogue.", "5bfebc250db834001a6694e1 Name": "M700 7.62x51 26 inch barrel", "5bfebc250db834001a6694e1 ShortName": "M700 26\"", - "5bfebc250db834001a6694e1 Description": "A 26 inches (660mm) long barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5bfebc250db834001a6694e1 Description": "A 26 inch (660mm) barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", "5bfebc320db8340019668d79 Name": "M700 7.62x51 20 inch threaded barrel", "5bfebc320db8340019668d79 ShortName": "M700 20\"", - "5bfebc320db8340019668d79 Description": "A 20 inches (508mm) long threaded barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5bfebc320db8340019668d79 Description": "A 20 inch (508mm) threaded barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", "5bfebc530db834001d23eb65 Name": "M700 Weaver extended multi-slot rail base", "5bfebc530db834001d23eb65 ShortName": "M700 Multi-slot", "5bfebc530db834001d23eb65 Description": "A Weaver-type extended multi-slot rail base for the Remington Model 700 bolt-action sniper rifle for installation of various optics.", @@ -4313,12 +4313,12 @@ "5bffd7ed0db834001d23ebf9 Name": "TT PM-Laser DTK-TT muzzle brake-compensator", "5bffd7ed0db834001d23ebf9 ShortName": "DTK-TT", "5bffd7ed0db834001d23ebf9 Description": "A custom compensator for TT pistols manufactured by PM-Laser.", - "5bffdc370db834001d23eca8 Name": "6Kh5 銃剣", + "5bffdc370db834001d23eca8 Name": "6Kh5 Bayonet", "5bffdc370db834001d23eca8 ShortName": "6Kh5", "5bffdc370db834001d23eca8 Description": "いわゆる \"Item 6Kh5\" は1989年に AK-74 アサルトライフル用の標準装備品として採用された銃剣だ。", "5bffdd7e0db834001b734a1a Name": "Miller Bros. Blades M-2 タクティカルソード", "5bffdd7e0db834001b734a1a ShortName": "M-2", - "5bffdd7e0db834001b734a1a Description": "Miller Bros. Blades 社製の、 \"M-2\" ショートタクティカルソード。", + "5bffdd7e0db834001b734a1a Description": "Miller Bros. Blades 社製の \"M-2\" ショートタクティカルソード。", "5bffe7930db834001b734a39 Name": "クラッシュアックス", "5bffe7930db834001b734a39 ShortName": "SCA", "5bffe7930db834001b734a39 Description": "硬質の表面にも対応できるよう設計されたツール。素材と構造を工夫することで最適な衝撃力と強度を兼ね備えている。斧の頭部は厚さ2.85インチの6AL4Vチタン製。", @@ -4332,8 +4332,8 @@ "5bffef760db8340019668fe4 ShortName": "P226 CL", "5bffef760db8340019668fe4 Description": "The G10 Chain Link pistol grip for P226 pistols. Manufactured by Hogue.", "5c0000c00db834001a6697fc Name": "HK MP5 3-lug suppressor adapter", - "5c0000c00db834001a6697fc ShortName": "MP5 3Lug", - "5c0000c00db834001a6697fc Description": "A 3-lug threaded adapter for installing various sound suppressors on the MP5 SMG. Manufactured by Heckler & Koch.", + "5c0000c00db834001a6697fc ShortName": "MP5 Navy 3Lug", + "5c0000c00db834001a6697fc Description": "A threaded 3-lug adapter for installing various sound suppressors on the MP5 SMG. Manufactured by Heckler & Koch.", "5c0006470db834001a6697fe Name": "P226 Emperor Scorpion pistol grip", "5c0006470db834001a6697fe ShortName": "P226 Scorpion", "5c0006470db834001a6697fe Description": "The Emperor Scorpion polymer grip panels for P226 pistols, manufactured by SIG Sauer.", @@ -4361,7 +4361,7 @@ "5c0125fc0db834001a669aa3 Name": "P226 Legion full size pistol slide", "5c0125fc0db834001a669aa3 ShortName": "P226 Legion", "5c0125fc0db834001a669aa3 Description": "A full-size slide from the Legion modification for the P226 9x19 pistols, manufactured by SIG Sauer.", - "5c0126f40db834002a125382 Name": "Red Rebel ice pick", + "5c0126f40db834002a125382 Name": "Red Rebel アイスピック", "5c0126f40db834002a125382 ShortName": "RedRebel", "5c0126f40db834002a125382 Description": "完璧にバランスの取れたアイスピックで、先端は一枚の硬化金属でできている。", "5c012ffc0db834001d23f03f Name": "キャンプ用斧", @@ -4403,7 +4403,7 @@ "5c0530ee86f774697952d952 Name": "LEDX 静脈発見器", "5c0530ee86f774697952d952 ShortName": "LEDX", "5c0530ee86f774697952d952 Description": "皮膚の上から静脈の位置を正確に把握するために設計された医療機器。", - "5c05413a0db834001c390617 Name": "5.56x45 HK Steel Maritime STANAG 30-round magazine", + "5c05413a0db834001c390617 Name": "AR-15 5.56x45 HK Steel Maritime STANAG 30-round magazine", "5c05413a0db834001c390617 ShortName": "HK Steel", "5c05413a0db834001c390617 Description": "A 30-round HK Steel Maritime magazine designed in compliance with STANAG 4179 standard for 5.56x45 ammo.", "5c0548ae0db834001966a3c2 Name": "SLR-106/AK 5.56x45 Circle 10 30-round magazine", @@ -4451,9 +4451,9 @@ "5c079ec50db834001966a706 Name": "TT Razor Arms rubber grip", "5c079ec50db834001966a706 ShortName": "TT RazorA", "5c079ec50db834001966a706 Description": "A rubber grip for TT pistols, manufactured by Razor Arms.", - "5c079ed60db834001a66b372 Name": "TT DLP Tactical Precision Laser Sight", + "5c079ed60db834001a66b372 Name": "TT DLP Tactical Precision レーザーサイト", "5c079ed60db834001a66b372 ShortName": "TT PLS", - "5c079ed60db834001a66b372 Description": "A laser designator for the TT pistol, manufactured by DLP Tactical.", + "5c079ed60db834001a66b372 Description": "DLP Tactical 社製のTTピストル用レーザーサイト。", "5c07a8770db8340023300450 Name": "AR-15 Noveske Gen.3 5.56x45 upper receiver", "5c07a8770db8340023300450 ShortName": "Gen.3", "5c07a8770db8340023300450 Description": "The Gen.3 modular upper receiver for AR-based weapons, manufactured by Noveske. Fitted with mounts for attaching additional equipment.", @@ -4519,7 +4519,7 @@ "5c0d2727d174af02a012cf58 Description": "The PSh-97 \"DJETA\" police helmet is designed to protect the head from being hit by heavy objects, metal rods, etc.", "5c0d32fcd174af02a1659c75 Name": "Pyramex Proximity セーフティゴーグル", "5c0d32fcd174af02a1659c75 ShortName": "Proximity", - "5c0d32fcd174af02a1659c75 Description": "Ballistic glasses with impact-resistant polycarbonate lenses. Manufactured by Pyramex.", + "5c0d32fcd174af02a1659c75 Description": "耐衝撃性ポリカーボネートレンズを使用した防弾グラス。Pyramex 社製。", "5c0d56a986f774449d5de529 Name": "9x19mm RIP", "5c0d56a986f774449d5de529 ShortName": "RIP", "5c0d56a986f774449d5de529 Description": "A 9x19mm Parabellum RIP (Radically Invasive Projectile), is a cartridge with a 6 gram frangible bullet designed to produce multiple wound channels to incapacitate assailants quickly. In a departure from conventional hollow-point design, the \"R.I.P.\" round features 8 machined lead-free copper petals or \"trocars\", designed to fragment quickly and move in multiple directions, thus providing a superior stopping power effect of its caliber, in addition to being able to inflict substantial adverse effects on the target after impact.", @@ -4544,18 +4544,18 @@ "5c0e2f5cd174af02a012cfc9 Name": "AR-15 ADAR 2-15 wooden handguard", "5c0e2f5cd174af02a012cfc9 ShortName": "ADAR wood", "5c0e2f5cd174af02a012cfc9 Description": "An SVD-style wooden handguard for ADAR 2-15 carbines.", - "5c0e2f94d174af029f650d56 Name": "AR-15 5.56x45 Molot Arms 406mm barrel", - "5c0e2f94d174af029f650d56 ShortName": "AR-15 406mm", - "5c0e2f94d174af029f650d56 Description": "The Molot Arms 406mm barrel for AR-15 based weapons for 5.56x45 NATO ammo. A standard-issue barrel for ADAR 2-15.", + "5c0e2f94d174af029f650d56 Name": "AR-15 5.56x45 Molot Arms 16 inch barrel", + "5c0e2f94d174af029f650d56 ShortName": "ADAR 16\"", + "5c0e2f94d174af029f650d56 Description": "A 16 inch (406mm) barrel for AR-15 platform weapons for 5.56x45 NATO ammo, manufactured by Molot Arms. A standard-issue barrel for ADAR 2-15.", "5c0e2ff6d174af02a1659d4a Name": "ADAR 2-15 木製ストック", "5c0e2ff6d174af02a1659d4a ShortName": "ADAR wood", "5c0e2ff6d174af02a1659d4a Description": "A wooden SVD-style stock for ADAR 2-15 carbines.", - "5c0e3eb886f7742015526062 Name": "6B5-16 Zh-86 Uley armored rig (Khaki)", + "5c0e3eb886f7742015526062 Name": "6B5-16 Zh-86 Uley アーマーリグ (カーキー)", "5c0e3eb886f7742015526062 ShortName": "6B5-16", - "5c0e3eb886f7742015526062 Description": "The 6B5 bulletproof vest was adopted by the armed forces of the USSR in 1986. Option 6B5-16 is designed to protect against fragments and bullets of fire arms (class 3 protection, titanium). Also has several pouches for magazines and other equipment.", - "5c0e446786f7742013381639 Name": "6B5-15 Zh-86 Uley armored rig (Flora)", + "5c0e3eb886f7742015526062 Description": "6B5 防弾ベストは1986年にソ連軍で採用された。6B5-16モデルは、破片や小火器の弾丸に対する防護を目的として設計されている(クラス3防護、チタン製)。また、マガジンやその他の装備用の複数のポーチが付属している。", + "5c0e446786f7742013381639 Name": "6B5-15 Zh-86 Uley アーマーリグ (フローラ)", "5c0e446786f7742013381639 ShortName": "6B5-15", - "5c0e446786f7742013381639 Description": "The 6B5 bulletproof vest was adopted by the armed forces of the USSR in 1986. Option 6B5-15 is designed for assault units (class 4 protection, boron carbide). Also has several pouches for magazines and other equipment.", + "5c0e446786f7742013381639 Description": "6B5 防弾ベストは1986年にソ連軍で採用された。6B5-15モデルは突撃部隊向けに設計されている(クラス4防護、炭化ホウ素製)。また、マガジンやその他の装備用の複数のポーチを備えている。", "5c0e51be86f774598e797894 Name": "6B13 アサルトアーマー (フローラ)", "5c0e51be86f774598e797894 ShortName": "6B13 FL", "5c0e51be86f774598e797894 Description": "ロシアの陸軍歩兵、空挺部隊、海軍歩兵部隊といった戦闘部隊員向けの主力防弾ベスト。このベストは銃弾や砲弾の破片、地雷、グレネード、鋭利な刃物による攻撃といった戦闘中に受けるダメージから重要な臓器を保護し、また衝撃を吸収、軽減できるように設計されている。", @@ -4601,12 +4601,12 @@ "5c0e6a1586f77404597b4965 Name": "Poyas-A + Poyas-B gear リグ", "5c0e6a1586f77404597b4965 ShortName": "Poyas combo", "5c0e6a1586f77404597b4965 Description": "Poyas-A ( \"Belt-A\" ) は、アフガン戦争時代の伝説的なリグだ。このリグは1989年に採用されてから21世紀初頭にかけてGRU特殊部隊で使用されていた。VOGグレネード用のポーチを10個備えた Poyas-B ( \"Belt-B\" ) が追加で備え付けられている。", - "5c0e722886f7740458316a57 Name": "ANA Tactical M1 アーマーリグ", + "5c0e722886f7740458316a57 Name": "ANA Tactical M1 アーマーリグ (オリーブドラブ)", "5c0e722886f7740458316a57 ShortName": "ANA M1", - "5c0e722886f7740458316a57 Description": "The M1 vest is created with the use of the best experience of Russian special forces operators. The versatility of the system makes it possible to use this vest both when carrying out city tasks and when performing tasks on rough terrain. Equipped with additional pouches. Manufactured by ANA Tactical.", - "5c0e746986f7741453628fe5 Name": "WARTECH TV-110 plate carrier (Coyote)", + "5c0e722886f7740458316a57 Description": "M1ベストは、ロシアの特殊部隊オペレーターたちの最良の経験を活かして製作された。多用途に使用できるため、都市部での任務や荒地での任務にも対応可能である。追加のポーチが装備されている。ANA Tactical 社製。", + "5c0e746986f7741453628fe5 Name": "WARTECH TV-110 プレートキャリア (コヨーテ)", "5c0e746986f7741453628fe5 ShortName": "TV-110", - "5c0e746986f7741453628fe5 Description": "The LBS TV-110 plate carrier equipped with a set of pouches. Manufactured by WARTECH.", + "5c0e746986f7741453628fe5 Description": "ポーチのセットを備えた LBS TV-110 プレートキャリア。WARTECH 社製。", "5c0e774286f77468413cc5b2 Name": "Mystery Ranch ブラックジャック 50 バックパック (マルチカム)", "5c0e774286f77468413cc5b2 ShortName": "Blackjack 50", "5c0e774286f77468413cc5b2 Description": "Mystery Ranch 社製の、長時間にわたる行軍を行うためのバックパックだ。", @@ -4690,7 +4690,7 @@ "5c13cef886f774072e618e82 Description": "清潔で柔らかなダブルのトイレットペーパー。この暗黒時代に残された宝物だ。", "5c165d832e2216398b5a7e36 Name": "Peltor Tactical Sport ヘッドセット", "5c165d832e2216398b5a7e36 ShortName": "Tactical Sport", - "5c165d832e2216398b5a7e36 Description": "The Peltor Tactical Sport electronic earmuff uses digital chip technology. It gives users fast shutoff and recovery time while helping protect ears from dangerous impulse noises, such as gunfire. Sound amplification allows the user to hear low-level sounds, including range commands and conversation.", + "5c165d832e2216398b5a7e36 Description": "Peltor Tactical Sport 電子イヤーマフはデジタルチップ技術を使用している。これにより、銃声などの危険な衝撃音から耳を保護しつつ、素早い遮断と復帰が可能となっている。音声増幅機能により、射撃場での指示や会話などの低レベルの音を聞き取ることができる。", "5c17664f2e2216398b5a7e3c Name": "AK Vltor CMRD KeyMod handguard", "5c17664f2e2216398b5a7e3c ShortName": "CMRD", "5c17664f2e2216398b5a7e3c Description": "The CMRD lightweight handguard by Vltor, compatible with AK-74 and AKM series automatic rifles. Includes KeyMod slots for rail installation.", @@ -4702,10 +4702,10 @@ "5c17804b2e2216152006c02f Description": "A removable folding front sight by Knight's Armament Company, installed on the mount.", "5c178a942e22164bef5ceca3 Name": "Crye Precision AirFrame Chops", "5c178a942e22164bef5ceca3 ShortName": "Chops", - "5c178a942e22164bef5ceca3 Description": "An additional armor module for the Crye Precision AirFrame helmet, which protects the ear and the jaw area from fragmentation and small-caliber ricochets.", + "5c178a942e22164bef5ceca3 Description": "Crye Precision AirFrame ヘルメット用の追加装甲モジュールで、破片や小口径銃の跳弾から耳と顎を保護する。", "5c1793902e221602b21d3de2 Name": "Crye Precision AirFrame Ears", "5c1793902e221602b21d3de2 ShortName": "CP Ears", - "5c1793902e221602b21d3de2 Description": "An additional armor module for the Crye Precision AirFrame helmet, which protects the ear area from fragmentation and small-caliber ricochets.", + "5c1793902e221602b21d3de2 Description": "Crye Precision AirFrame ヘルメット用の追加装甲モジュールで、破片や小口径銃の跳弾から耳を保護する。", "5c17a7ed2e2216152142459c Name": "Crye Precision AirFrame helmet (Tan)", "5c17a7ed2e2216152142459c ShortName": "AirFrame", "5c17a7ed2e2216152142459c Description": "The AirFrame ballistic helmet sets the standards in protection, comfort, and modularity. The unique overlapping shell design of the AirFrame creates an integrated vent that provides passive cooling and can reduce the damaging effects of explosive blast waves. Highly modular. Manufactured by Crye Precision.", @@ -4715,7 +4715,7 @@ "5c18b9192e2216398b5a8104 Name": "Magpul MBUS Gen2 flip-up rear sight (FDE)", "5c18b9192e2216398b5a8104 ShortName": "MBUS RS", "5c18b9192e2216398b5a8104 Description": "The MBUS Gen2 removable flip-up rear sight, installed on the mount. Manufactured by Magpul. Flat Dark Earth version.", - "5c1a1cc52e221602b3136e3d Name": "Oakley SI M Frame safety glasses", + "5c1a1cc52e221602b3136e3d Name": "Oakley SI M Frame セーフティグラス", "5c1a1cc52e221602b3136e3d ShortName": "M Frame", "5c1a1cc52e221602b3136e3d Description": "耐衝撃性ポリカーボネイト製のセーフティグラス。", "5c1a1e3f2e221602b66cc4c2 Name": "付け白髭", @@ -4811,9 +4811,9 @@ "5c471c842e221615214259b5 Name": "SVDS gas tube", "5c471c842e221615214259b5 ShortName": "SVDS gas", "5c471c842e221615214259b5 Description": "A standard gas tube for SVDS sniper rifles. Gas tubes channel the travel direction of gas piston.", - "5c471cb32e221602b177afaa Name": "SVDS 7.62x54R 22 inch barrel", - "5c471cb32e221602b177afaa ShortName": "SVDS 22\"", - "5c471cb32e221602b177afaa Description": "A 22 inch barrel for SVDS sniper rifles chambered in 7.62x54R ammo.", + "5c471cb32e221602b177afaa Name": "SVD 7.62x54R 565mm barrel", + "5c471cb32e221602b177afaa ShortName": "SVD 565mm", + "5c471cb32e221602b177afaa Description": "A 565mm barrel for the SVD sniper rifle chambered in 7.62x54R ammo.", "5c488a752e221602b412af63 Name": "MDR 5.56x45 アサルトライフル", "5c488a752e221602b412af63 ShortName": "MDR", "5c488a752e221602b412af63 Description": "MDR は、Desert Tech LLC によって設計および製造された、5.56x45mm弾を使用するブルパップ方式アサルトライフルだ。組み立てユニットのマルチキャリバーライフルで、コンパクトなブルパップのレイアウトを備え、警察および軍の特殊部隊向けに設計されている。銃身の長さや口径は、最小限の工具を使用して、数分でエンドユーザーによって改造ができる。", @@ -4823,7 +4823,7 @@ "5c48a2852e221602b21d5923 Name": "MDR 5.56x45 16 inch barrel", "5c48a2852e221602b21d5923 ShortName": "MDR 556 16\"", "5c48a2852e221602b21d5923 Description": "A 16 inch (406mm) barrel for MDR based weapons for 5.56x45 NATO ammo.", - "5c48a2a42e221602b66d1e07 Name": "Desert Tech 5.56x45 flash hider", + "5c48a2a42e221602b66d1e07 Name": "AR-15 Desert Tech 5.56x45 flash hider", "5c48a2a42e221602b66d1e07 ShortName": "MDR 556", "5c48a2a42e221602b66d1e07 Description": "A flash hider developed by Desert Tech specifically for the MDR 5.56x45 assault rifles.", "5c48a2c22e221602b313fb6c Name": "MDR pistol grip (FDE)", @@ -4934,7 +4934,7 @@ "5c61a40d2e2216001403158d Name": "Zenit B-13 \"Klassika\" dovetail rail platform", "5c61a40d2e2216001403158d ShortName": "B-13", "5c61a40d2e2216001403158d Description": "The B-13 rail platform mounts on the standard dovetail mount of the AK 103, 104, 105, 74M, AKMN, Saiga MK, Saiga MK-03, Saiga 410 carbines and provides a platform for sighting devices. Manufactured by Zenit.", - "5c6592372e221600133e47d7 Name": "5.56x45 SureFire MAG5-100 STANAG 100-round magazine", + "5c6592372e221600133e47d7 Name": "AR-15 5.56x45 SureFire MAG5-100 STANAG 100-round magazine", "5c6592372e221600133e47d7 ShortName": "MAG5-100", "5c6592372e221600133e47d7 Description": "A 100-round 5.56x45 SureFire MAG5-100 metal high capacity magazine.", "5c6beec32e221601da3578f2 Name": "P226 TJ's Custom 9x19 compensator", @@ -4943,28 +4943,28 @@ "5c6bf4aa2e2216001219b0ae Name": "AK US Palm pistol grip", "5c6bf4aa2e2216001219b0ae ShortName": "US Palm AK", "5c6bf4aa2e2216001219b0ae Description": "A light pistol grip for AK assault rifles, manufactured by US Palm.", - "5c6c2c9c2e2216000f2002e4 Name": "HK 416A5 TROY M-LOK 13 inch handguard", - "5c6c2c9c2e2216000f2002e4 ShortName": "416A5 TROY 13\"", - "5c6c2c9c2e2216000f2002e4 Description": "The TROY Industries carbon fiber M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", - "5c6d10e82e221601da357b07 Name": "HK 416A5 MRS KeyMod 14 inch handguard", - "5c6d10e82e221601da357b07 ShortName": "416A5 MRS 14\"", - "5c6d10e82e221601da357b07 Description": "The HK MRS KeyMod handguard for 416A5 equipped with a KeyMod interface for the installation of additional devices and accessories.", - "5c6d10fa2e221600106f3f23 Name": "HK 416A5 Midwest Industries 9 inch M-LOK handguard", - "5c6d10fa2e221600106f3f23 ShortName": "416A5 Midwest 9\"", + "5c6c2c9c2e2216000f2002e4 Name": "HK 416 TROY M-LOK 13 inch handguard", + "5c6c2c9c2e2216000f2002e4 ShortName": "416 TROY 13\"", + "5c6c2c9c2e2216000f2002e4 Description": "The TROY Industries carbon fiber M-LOK foregrip for 416 equipped with an M-LOK interface for the installation of additional devices and accessories.", + "5c6d10e82e221601da357b07 Name": "HK 416 MRS KeyMod 14 inch handguard", + "5c6d10e82e221601da357b07 ShortName": "416 MRS 14\"", + "5c6d10e82e221601da357b07 Description": "The HK Modular Rail System handguard for 416 equipped with a KeyMod interface for the installation of additional devices and accessories.", + "5c6d10fa2e221600106f3f23 Name": "HK 416 Midwest Industries 9 inch M-LOK handguard", + "5c6d10fa2e221600106f3f23 ShortName": "416 Midwest 9\"", "5c6d10fa2e221600106f3f23 Description": "The Midwest Industries M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", - "5c6d11072e2216000e69d2e4 Name": "HK 416A5 Midwest Industries 13.5 inch M-LOK handguard", - "5c6d11072e2216000e69d2e4 ShortName": "416A5 Midwest 13.5\"", + "5c6d11072e2216000e69d2e4 Name": "HK 416 Midwest Industries 13.5 inch M-LOK handguard", + "5c6d11072e2216000e69d2e4 ShortName": "416 Midwest 13.5\"", "5c6d11072e2216000e69d2e4 Description": "The Midwest Industries M-LOK foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", - "5c6d11152e2216000f2003e7 Name": "HK 416A5 Strike Industries CRUX 15 inch M-LOK handguard", - "5c6d11152e2216000f2003e7 ShortName": "416A5 CRUX 15\"", - "5c6d11152e2216000f2003e7 Description": "The Strike Industries CRUX foregrip for 416A5 equipped with an M-LOK interface for the installation of additional devices and accessories.", - "5c6d42cb2e2216000e69d7d1 Name": "5.56x45 HK 30 STANAG polymer 30-round magazine", + "5c6d11152e2216000f2003e7 Name": "HK 416 Strike Industries CRUX 15 inch M-LOK handguard", + "5c6d11152e2216000f2003e7 ShortName": "416 CRUX 15\"", + "5c6d11152e2216000f2003e7 Description": "The Strike Industries CRUX foregrip for 416 equipped with an M-LOK interface for the installation of additional devices and accessories.", + "5c6d42cb2e2216000e69d7d1 Name": "AR-15 5.56x45 HK 30 STANAG polymer 30-round magazine", "5c6d42cb2e2216000e69d7d1 ShortName": "HK poly", "5c6d42cb2e2216000e69d7d1 Description": "A 30-round HK polymer magazine, for 5.56x45 ammunition.", - "5c6d450c2e221600114c997d Name": "5.56x45 HK PM Gen.2 STANAG 30-round magazine", + "5c6d450c2e221600114c997d Name": "AR-15 5.56x45 HK PM Gen.2 STANAG 30-round magazine", "5c6d450c2e221600114c997d ShortName": "PM Gen.2", "5c6d450c2e221600114c997d Description": "A 30-round polymer HK PM Gen.2 magazine, for 5.56x45 ammunition.", - "5c6d46132e221601da357d56 Name": "5.56x45 TROY BattleMag STANAG 30-round magazine", + "5c6d46132e221601da357d56 Name": "AR-15 5.56x45 TROY BattleMag STANAG 30-round magazine", "5c6d46132e221601da357d56 ShortName": "Battlemag", "5c6d46132e221601da357d56 Description": "The TROY BattleMag polymer 30-round magazine, for 5.56x45 ammunition.", "5c6d5d8b2e221644fc630b39 Name": "AR-15 STNGR VYPR 10 inch M-LOK handguard", @@ -4976,9 +4976,9 @@ "5c6d7b3d2e221600114c9b7d Name": "AR-15 HK V2 pistol grip", "5c6d7b3d2e221600114c9b7d ShortName": "HK V2", "5c6d7b3d2e221600114c9b7d Description": "The HK V2 pistol grip can be installed on any weapon compatible with AR-15 grips. Manufactured by Heckler & Koch.", - "5c6d85e02e22165df16b81f4 Name": "HK 416A5 5.56x45 10.6 inch barrel", - "5c6d85e02e22165df16b81f4 ShortName": "416A5 10.6\"", - "5c6d85e02e22165df16b81f4 Description": "A 10.6 inch (264mm) barrel for 416 based weapons for 5.56x45 NATO ammo.", + "5c6d85e02e22165df16b81f4 Name": "HK 416 5.56x45 10.6 inch barrel", + "5c6d85e02e22165df16b81f4 ShortName": "416 10.6\"", + "5c6d85e02e22165df16b81f4 Description": "A 10.6 inch (264mm) barrel for 416-based weapons for 5.56x45 NATO ammo.", "5c78f2492e221600114c9f04 Name": "AR-15 SAI 14.5 inch QD Rail handguard", "5c78f2492e221600114c9f04 ShortName": "SAI QD 14.5\"", "5c78f2492e221600114c9f04 Description": "The Salient Arms International QD Rail handguard for AR-15 equipped with an M-LOK interface for the installation of additional devices and accessories.", @@ -5111,14 +5111,14 @@ "5cadc190ae921500103bb3b6 Name": "Beretta M9A3 9x19ピストル", "5cadc190ae921500103bb3b6 ShortName": "M9A3", "5cadc190ae921500103bb3b6 Description": "Beretta M9A3 は M9 シリーズの最新版のピストルだ。軍や警察、スポーツ、ホームディフェンス用に設計された。A3 世代の主な特徴は、よりエルゴノミクスが高く耐久性のある FDE コーティングだ。", - "5cadc1c6ae9215000f2775a4 Name": "M9A3 9x19 threaded barrel", + "5cadc1c6ae9215000f2775a4 Name": "M9A3 9x19 127mm threaded barrel", "5cadc1c6ae9215000f2775a4 ShortName": "M9A3 thr.", "5cadc1c6ae9215000f2775a4 Description": "A standard threaded barrel for the Beretta M9A3 9x19 pistol.", "5cadc2e0ae9215051e1c21e7 Name": "M9A3用 9x19 17発マガジン", "5cadc2e0ae9215051e1c21e7 ShortName": "M9A3", "5cadc2e0ae9215051e1c21e7 Description": "A standard 17-round 9x19 magazine for the Beretta M9A3 pistol.", "5cadc390ae921500126a77f1 Name": "M9A3 スレッドプロテクションキャップ", - "5cadc390ae921500126a77f1 ShortName": "M9A3 cap", + "5cadc390ae921500126a77f1 ShortName": "M9A3 thr.", "5cadc390ae921500126a77f1 Description": "A threading protection cap for the Beretta M9A3 9x19 barrel.", "5cadc431ae921500113bb8d5 Name": "M9A3 polymer side grips", "5cadc431ae921500113bb8d5 ShortName": "M9A3", @@ -5582,13 +5582,13 @@ "5d133067d7ad1a33013f95b4 Name": "KAC URX 3 3 inch rail", "5d133067d7ad1a33013f95b4 ShortName": "URX3 3\"", "5d133067d7ad1a33013f95b4 Description": "The KAC URX3 3 inch rail allows installation of additional equipment on the Knight's Armanent Company URX handguards.", - "5d1340b3d7ad1a0b52682ed7 Name": "5.56x45 Magpul PMAG 30 GEN M3 STANAG 30-round magazine (FDE)", + "5d1340b3d7ad1a0b52682ed7 Name": "AR-15 5.56x45 Magpul PMAG 30 GEN M3 STANAG 30-round magazine (FDE)", "5d1340b3d7ad1a0b52682ed7 ShortName": "GEN M3", "5d1340b3d7ad1a0b52682ed7 Description": "A 30-round polymer Magpul PMAG GEN M3 30 magazine, for 5.56x45 ammunition. Flat Dark Earth version.", - "5d1340bdd7ad1a0e8d245aab Name": "5.56x45 Magpul PMAG 40 GEN M3 STANAG 40-round magazine (FDE)", + "5d1340bdd7ad1a0e8d245aab Name": "AR-15 5.56x45 Magpul PMAG 40 GEN M3 STANAG 40-round magazine (FDE)", "5d1340bdd7ad1a0e8d245aab ShortName": "GEN M3", "5d1340bdd7ad1a0e8d245aab Description": "A 40-round polymer Magpul PMAG GEN M3 40 magazine for 5.56x45 ammo. Flat Dark Earth version.\n", - "5d1340cad7ad1a0b0b249869 Name": "5.56x45 Magpul PMAG 30 GEN M3 W STANAG 30-round magazine (FDE)", + "5d1340cad7ad1a0b0b249869 Name": "AR-15 5.56x45 Magpul PMAG 30 GEN M3 W STANAG 30-round magazine (FDE)", "5d1340cad7ad1a0b0b249869 ShortName": "GEN M3", "5d1340cad7ad1a0b0b249869 Description": "A 30-round 5.56x45 polymer Magpul PMAG GEN M3 30 magazine with an observation slot. Flat Dark Earth version.", "5d135e83d7ad1a21b83f42d8 Name": "Magpul CTR カービンストック", @@ -5845,15 +5845,15 @@ "5d25d0ac8abbc3054f3e61f7 Description": "The AT AICS polymer chassis for the Remington M700 sniper rifle. Manufactured by Accuracy International.", "5d2702e88abbc31ed91efc44 Name": "M700 7.62x51 26 inch stainless steel barrel", "5d2702e88abbc31ed91efc44 ShortName": "M700 26\"", - "5d2702e88abbc31ed91efc44 Description": "A 26 inches (660mm) long stainless steel barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5d2702e88abbc31ed91efc44 Description": "A 26 inch (660mm) stainless steel barrel for Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", "5d2703038abbc3105103d94c Name": "M700 7.62x51 20 inch stainless steel threaded barrel", "5d2703038abbc3105103d94c ShortName": "M700 20\"", - "5d2703038abbc3105103d94c Description": "A 20 inches (508mm) long stainless steel threaded barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", - "5d270b3c8abbc3105335cfb8 Name": "M700 thread protection cap", - "5d270b3c8abbc3105335cfb8 ShortName": "M700 cap", + "5d2703038abbc3105103d94c Description": "A 20 inch (508mm) stainless steel threaded barrel for the Remington Model 700 sniper rifle chambered in 7.62x51 NATO ammo.", + "5d270b3c8abbc3105335cfb8 Name": "M700 thread protector", + "5d270b3c8abbc3105335cfb8 ShortName": "M700 thr.", "5d270b3c8abbc3105335cfb8 Description": "A threading protection cap for the Remington M700 7.62x51 sniper rifle barrels.", - "5d270ca28abbc31ee25ee821 Name": "M700 thread protection cap (Stainless steel)", - "5d270ca28abbc31ee25ee821 ShortName": "M700 cap", + "5d270ca28abbc31ee25ee821 Name": "M700 stainless steel thread protector", + "5d270ca28abbc31ee25ee821 ShortName": "M700 thr.", "5d270ca28abbc31ee25ee821 Description": "A stainless steel threading protection cap for the Remington M700 7.62x51 barrels.", "5d28ae4986f7742926686187 Name": "", "5d28ae4986f7742926686187 ShortName": "", @@ -5915,10 +5915,10 @@ "5d3eb536a4b9363b1f22f8e2 Name": "FN Five-seveN MK2 front sight", "5d3eb536a4b9363b1f22f8e2 ShortName": "5-7 FS", "5d3eb536a4b9363b1f22f8e2 Description": "A standard-issue front sight for the FN Five-seveN MK2 pistol, manufactured by Fabrique Nationale Herstal.", - "5d3eb59ea4b9361c284bb4b2 Name": "FN Five-seveN 5.7x28 threaded barrel", + "5d3eb59ea4b9361c284bb4b2 Name": "FN Five-seveN 5.7x28 120mm threaded barrel", "5d3eb59ea4b9361c284bb4b2 ShortName": "5-7 thr.", "5d3eb59ea4b9361c284bb4b2 Description": "A regular threaded barrel for the FN Five-seveN pistol, manufacted by Fabrique Nationale Herstal.", - "5d3eb5b6a4b9361eab311902 Name": "FN Five-seveN 5.7x28 barrel", + "5d3eb5b6a4b9361eab311902 Name": "FN Five-seveN 5.7x28 120mm barrel", "5d3eb5b6a4b9361eab311902 ShortName": "5-7 barrel", "5d3eb5b6a4b9361eab311902 Description": "A standard-issue barrel for the FN Five-seveN pistol, manufactured by Fabrique Nationale Herstal.", "5d3eb5eca4b9363b1f22f8e4 Name": "FN Five-seveN 5.7x28 20-round magazine", @@ -6011,15 +6011,15 @@ "5d53f4b7a4b936793d58c780 Name": "PAG-17 スコープ", "5d53f4b7a4b936793d58c780 ShortName": "PAG-17", "5d53f4b7a4b936793d58c780 Description": "A medium range scope for AGS-30 grenade launcher for precise targeting.", - "5d5d646386f7742797261fd9 Name": "6B3TM-01M アーマーリグ", + "5d5d646386f7742797261fd9 Name": "6B3TM-01M アーマーリグ (カーキー)", "5d5d646386f7742797261fd9 ShortName": "6B3TM-01", - "5d5d646386f7742797261fd9 Description": "The 6B3 modified general army body armor under the index 6B3TM-01. Actively used during the war in Afghanistan. It has a comprehensive titanium class 4 (Russian GOST) protection and a set of several pouches for magazines and grenades.", + "5d5d646386f7742797261fd9 Description": "6B3 改良型一般軍用ボディアーマー、インデックス6B3TM-01。アフガニスタン戦争中に盛んに使用された。ロシアの \n GOST 規格におけるクラス4のチタン製防護を備え、マガジンやグレネード用の複数のポーチが付属している。", "5d5d85c586f774279a21cbdb Name": "Haley Strategic D3CRX チェストハーネス", "5d5d85c586f774279a21cbdb ShortName": "D3CRX", "5d5d85c586f774279a21cbdb Description": "Haley Strategic製D3CRXコンバットチェストリグはもっと高く評価されているPMC向けリグのひとつ。最適な数のポーチにより、楽にそして快適に使用できる。", - "5d5d87f786f77427997cfaef Name": "Ars Arma A18 Skanda プレートキャリア", + "5d5d87f786f77427997cfaef Name": "Ars Arma A18 Skanda プレートキャリア (マルチカム)", "5d5d87f786f77427997cfaef ShortName": "A18 Skanda", - "5d5d87f786f77427997cfaef Description": "A plate carrier equipped with a set of pouches in assault configuration. Manufactured by Ars Arma.", + "5d5d87f786f77427997cfaef Description": "アサルト仕様のポーチ一式を装備したプレートキャリア。Ars Arma 社製。", "5d5d8ca986f7742798716522 Name": "SOE マイクロリグ", "5d5d8ca986f7742798716522 ShortName": "Micro Rig", "5d5d8ca986f7742798716522 Description": "必要最小限のポーチしか持たない、極めて軽量でコンパクトなチェストリグ。", @@ -6047,12 +6047,12 @@ "5d6d2bb386f774785b07a77a Name": "隠しバレル", "5d6d2bb386f774785b07a77a ShortName": "Buried barrel cache", "5d6d2bb386f774785b07a77a Description": "隠しバレル", - "5d6d2e22a4b9361bd5780d05 Name": "Oakley SI Gascan glasses", + "5d6d2e22a4b9361bd5780d05 Name": "Oakley SI Gascan グラス", "5d6d2e22a4b9361bd5780d05 ShortName": "Gascan", "5d6d2e22a4b9361bd5780d05 Description": "バリスティックシューティンググラス。着用者の目を守ると同時に、格好もよくなる。", "5d6d2ef3a4b93618084f58bd Name": "レイベンチ アビエイターグラス", "5d6d2ef3a4b93618084f58bd ShortName": "Aviator", - "5d6d2ef3a4b93618084f58bd Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "5d6d2ef3a4b93618084f58bd Description": "世界中で伝説の傭兵用メガネ。Vovan みたいにかっこよくなりたいなら、これをかけよう。", "5d6d3716a4b9361bc8618872 Name": "BNTI LShZ-2DTM helmet (Black)", "5d6d3716a4b9361bc8618872 ShortName": "LShZ-2DTM", "5d6d3716a4b9361bc8618872 Description": "The LShZ-2DTM helmet is intended for periodic wearing with the purpose of protection from bullets of small arms of a user’s head, as well as for protection from bullets of small arms of a user’s face and neck when equipped with a visor and aventail.", @@ -6220,7 +6220,7 @@ "5d947d3886f774447b415893 Description": "連邦国家準備局の基地内にある部隊司令部の医薬品保管室の鍵。", "5d947d4e86f774447b415895 Name": "RB-KSM の鍵", "5d947d4e86f774447b415895 ShortName": "RB-KSM", - "5d947d4e86f774447b415895 Description": "A key to the Federal State Reserve Agency base Military unit Headquarters' doctor's office.", + "5d947d4e86f774447b415895 Description": "連邦国家準備局の基地内にある部隊司令部の医務室の鍵。", "5d95d6be86f77424444eb3a7 Name": "RB-PSV2 の鍵", "5d95d6be86f77424444eb3a7 ShortName": "RB-PSV2", "5d95d6be86f77424444eb3a7 Description": "連邦国家準備局の基地内にある地下補給倉庫の鉄網扉を開けるための鍵。", @@ -6254,7 +6254,7 @@ "5dcbe9431e1f4616d354987e Name": "MDR 7.62x51 16 inch barrel", "5dcbe9431e1f4616d354987e ShortName": "MDR 762 16\"", "5dcbe9431e1f4616d354987e Description": "A 16 inch (406mm) barrel for MDR based weapons for 7.62x51 NATO ammo.", - "5dcbe965e4ed22586443a79d Name": "Desert Tech 7.62x51 flash hider", + "5dcbe965e4ed22586443a79d Name": "AR-10 Desert Tech 7.62x51 flash hider", "5dcbe965e4ed22586443a79d ShortName": "MDR 762", "5dcbe965e4ed22586443a79d Description": "A flash hider developed by Desert Tech specifically for the MDR 7.62x51 (.308) assault rifles.", "5de652c31b7e3716273428be Name": "Molot Arms VPO-215 \"Gornostay\" .366 TKM ボルトアクション ライフル", @@ -6267,7 +6267,7 @@ "5de65547883dde217541644b ShortName": "215 600mm", "5de65547883dde217541644b Description": "A 600mm barrel for VPO-215 rifle chambered in .366TKM.", "5de6556a205ddc616a6bc4f7 Name": "VPO-215 スレッド保護キャップ", - "5de6556a205ddc616a6bc4f7 ShortName": "215 cap", + "5de6556a205ddc616a6bc4f7 ShortName": "215 thr.", "5de6556a205ddc616a6bc4f7 Description": "A threading protection cap for the VPO-215 .366TKM rifle barrel.", "5de6558e9f98ac2bc65950fc Name": "VPO-215 scope rail mount", "5de6558e9f98ac2bc65950fc ShortName": "215 rail", @@ -6364,7 +6364,7 @@ "5df8a08886f7740bfe6df775 Description": "", "5df8a2ca86f7740bfe6df777 Name": "6B2 ボディアーマー (フローラ)", "5df8a2ca86f7740bfe6df777 ShortName": "6B2", - "5df8a2ca86f7740bfe6df777 Description": "An old army body armor from Afghanistan war times, mainly designed to protect against pistol bullets and explosion fragments. It fulfilled its mission, but was soon replaced by bulletproof vests with differentiated protection.", + "5df8a2ca86f7740bfe6df777 Description": "アフガン戦争時代からある旧式の軍用ボディーアーマー。主に拳銃弾や爆発物の破片からの保護を目的として設計された。その役割を果たしたが、すぐに異なる保護性能を持つ防弾チョッキへと置き換えられた。", "5df8a42886f77412640e2e75 Name": "Velocity Systems 多目的パトロールベスト (ウルフグレイ)", "5df8a42886f77412640e2e75 ShortName": "MPPV", "5df8a42886f77412640e2e75 Description": "多目的パトロールベストは、アーマーを必要としないパトロールで使用することを想定し、設計されている。多くのポーチを備えた軽量なリグだ。Velocity Systems製。", @@ -6602,9 +6602,9 @@ "5e4abfed86f77406a2713cf7 Name": "Splav Tarzan M22 チェストリグ (スモッグ)", "5e4abfed86f77406a2713cf7 ShortName": "Tarzan", "5e4abfed86f77406a2713cf7 Description": "単純な構造で使いやすいタクティカルリグ。ロシアの警備会社や法執行機関、民間の射撃愛好家により現在も使用されている。", - "5e4ac41886f77406a511c9a8 Name": "Ars Arma CPC MOD.1 plate carrier (A-TACS FG)", + "5e4ac41886f77406a511c9a8 Name": "Ars Arma CPC MOD.1 プレートキャリア (A-TACS FG)", "5e4ac41886f77406a511c9a8 ShortName": "CPC MOD.1", - "5e4ac41886f77406a511c9a8 Description": "The first generation of the modified CPC plate carrier originally designed by Crye Precision and adapted by Ars Arma for use by special forces of the Russian Federation. This modular body armor is based on a polymer harness that fits the thorax, which avoids the plate carrier backlash during active movement and also contributes to a more even distribution of weight. Made in the assault configuration of pouches. Manufactured by Ars Arma.", + "5e4ac41886f77406a511c9a8 Description": "Crye Precision 社が独自に設計し、Ars Arma 社がロシア連邦の特殊部隊用に改良した CPC プレートキャリア改良型の第1世代。このモジュール式ボディアーマーは、胸郭にフィットするポリマー製ハーネスをベースとしており、アクティブな動作時のプレートキャリアのバックラッシュを回避し、重量をより均等に配分することにも貢献している。ポーチはアサルト仕様で作られている。Ars Arma 社製。", "5e4bb08f86f774069619fbbc Name": "BEAR テルニク", "5e4bb08f86f774069619fbbc ShortName": "", "5e4bb08f86f774069619fbbc Description": "Telnik", @@ -6635,9 +6635,9 @@ "5e4bfc1586f774264f7582d3 Name": "MSA Gallet TC 800 High Cut コンバットヘルメット", "5e4bfc1586f774264f7582d3 ShortName": "TC 800", "5e4bfc1586f774264f7582d3 Description": "MSA TC 800バリスティックヘルメットは警察系特殊部隊の戦闘任務及び偵察任務のために設計された。様々なパーツを加えて改造することができる。", - "5e4d34ca86f774264f758330 Name": "Walker's Razor Digital headset", + "5e4d34ca86f774264f758330 Name": "Walker's Razor デジタルヘッドセット", "5e4d34ca86f774264f758330 ShortName": "Razor", - "5e4d34ca86f774264f758330 Description": "The Razor electronic ear muffs feature an ultra low-profile design and a rubberized coating for added durability and comfort, also providing optimal hearing protection. Manufactured by Walker's.", + "5e4d34ca86f774264f758330 Description": "Razor 電子イヤーマフは、超薄型デザインで、耐久性と快適性を高めるラバーコーティングが施され、最適な聴覚保護も提供している。Walker's 社製。", "5e54f62086f774219b0f1937 Name": "カラスの置物", "5e54f62086f774219b0f1937 ShortName": "Raven", "5e54f62086f774219b0f1937 Description": "希少な素材を使用した鴉の置物。台座には \"Markstrom\" と文字が刻まれている。", @@ -6670,7 +6670,7 @@ "5e71f6be86f77429f2683c44 Description": "A special mask from the Twitch Rivals 2020 event.", "5e71f70186f77429ee09f183 Name": "Twitch Rivals 2020 グラス", "5e71f70186f77429ee09f183 ShortName": "Rivals", - "5e71f70186f77429ee09f183 Description": "Special glasses from the Twitch Rivals 2020 event.", + "5e71f70186f77429ee09f183 Description": "Twitch Rivals 2020 イベントの特別なメガネ。", "5e71fad086f77422443d4604 Name": "Twitch Rivals 2020 ハーフマスク", "5e71fad086f77422443d4604 ShortName": "Rivals", "5e71fad086f77422443d4604 Description": "A special half-mask from the Twitch Rivals 2020 event.", @@ -6824,9 +6824,9 @@ "5e9de109f6164249e54453d2 Name": "モトクロスジャケット", "5e9de109f6164249e54453d2 ShortName": "", "5e9de109f6164249e54453d2 Description": "", - "5ea02bb600685063ec28bfa1 Name": "PPSh-41 7.62x25 10.6 inch barrel", - "5ea02bb600685063ec28bfa1 ShortName": "PPSh41 10.6\"", - "5ea02bb600685063ec28bfa1 Description": "A 10.6 inch (269mm) long barrel for the PPSh-41, chambered in 7.62x25.", + "5ea02bb600685063ec28bfa1 Name": "PPSh-41 7.62x25 269mm barrel", + "5ea02bb600685063ec28bfa1 ShortName": "PPSh-41", + "5ea02bb600685063ec28bfa1 Description": "A 269mm barrel for the PPSh-41, chambered in 7.62x25.", "5ea034eb5aad6446a939737b Name": "PPSh-41 7.62x25 35-round magazine", "5ea034eb5aad6446a939737b ShortName": "PPSh", "5ea034eb5aad6446a939737b Description": "A 35-round 7.62x25 steel magazine for the PPSh-41.", @@ -6842,9 +6842,9 @@ "5ea03f7400685063ec28bfa8 Name": "PPSh-41 7.62x25 サブマシンガン", "5ea03f7400685063ec28bfa8 ShortName": "PPSh41", "5ea03f7400685063ec28bfa8 Description": "The PPSh-41 (Pistolet-Pulemyot Shpagina obraztsa 1941 goda - \"Shpagin's submachine gun, 1941 version\") is a Soviet submachine gun designed by Georgy Shpagin as a cheap, reliable, and simplified alternative to the PPD-40.", - "5ea058e01dbce517f324b3e2 Name": "Tac-Kek Heavy Trooper mask for Ops-Core-type helmets", + "5ea058e01dbce517f324b3e2 Name": "Ops-Core-type ヘルメット用 Tac-Kek Heavy Trooper マスク", "5ea058e01dbce517f324b3e2 ShortName": "TK Heavy Trooper", - "5ea058e01dbce517f324b3e2 Description": "The Tac-Kek Heavy Trooper mask is an additional ballistic module for Ops-Core-type helmets, based on the famous movie universe. This is the way.", + "5ea058e01dbce517f324b3e2 Description": "Tac-Kek Heavy Trooper マスクは、有名な映画の世界をベースとした、Ops-Core タイプのヘルメット用の追加防弾装備だ。これぞ”我らの道”。", "5ea05cf85ad9772e6624305d Name": "Tac-Kek FAST MT helmet (Replica)", "5ea05cf85ad9772e6624305d ShortName": "TK FAST MT", "5ea05cf85ad9772e6624305d Description": "A lower protection class replica of the Ops-Core FAST MT Super High Cut Helmet from Tac-Kek. Features Ops-Core ARC Rails for attaching various components to the helmet.", @@ -6866,7 +6866,7 @@ "5ea17ca01412a1425304d1c0 Name": "Diamond Age Bastion helmet (Black)", "5ea17ca01412a1425304d1c0 ShortName": "DA Bastion", "5ea17ca01412a1425304d1c0 Description": "メーカーによると、Bastionは銃口初速のライフルの徹甲弾でさえも防ぐことができる世界で初めてのコンバットヘルメットだ。", - "5ea18c84ecf1982c7712d9a2 Name": "Diamond Age Bastion helmet armor plate", + "5ea18c84ecf1982c7712d9a2 Name": "Diamond Age Bastion ヘルメット アーマープレート", "5ea18c84ecf1982c7712d9a2 ShortName": "Bastion plate", "5ea18c84ecf1982c7712d9a2 Description": "Diamond Age製Bastionヘルメット用の追加防弾モジュール。", "5ea2a8e200685063ec28c05a Name": ".45 ACP RIP", @@ -7011,7 +7011,7 @@ "5f2aa43ba9b91d26f20ae6d2 ShortName": "RFB spacer", "5f2aa43ba9b91d26f20ae6d2 Description": "A thread spacer for the RFB rifle, manufactured by Kel-Tec. It is required for installation of different muzzle devices.", "5f2aa4464b50c14bcf07acdb Name": "RFB スレッドプロテクションキャップ", - "5f2aa4464b50c14bcf07acdb ShortName": "RFB cap", + "5f2aa4464b50c14bcf07acdb ShortName": "RFB thr.", "5f2aa4464b50c14bcf07acdb Description": "A threading protection cap for the Kel-Tec RFB 7.62x51 rifle barrel.", "5f2aa4559b44de6b1b4e68d1 Name": "RFB 7.62x51 flash hider", "5f2aa4559b44de6b1b4e68d1 ShortName": "RFB", @@ -7046,10 +7046,10 @@ "5f3e77b26cda304dcc634057 Name": "M1911A1 .45 ACP Wilson Combat 7-round magazine", "5f3e77b26cda304dcc634057 ShortName": "Wilson", "5f3e77b26cda304dcc634057 Description": "A 7-round .45 ACP magazine with a steel low-profile base pad for Colt M1911 pistols, manufactured by Wilson Combat. Comes as a standard-issue magazine for the M45A1 pistol.", - "5f3e77f59103d430b93f94c1 Name": "M1911A1 .45 ACP threaded barrel", + "5f3e77f59103d430b93f94c1 Name": "M1911A1 .45 ACP 141mm threaded barrel", "5f3e77f59103d430b93f94c1 ShortName": "M1911A1 .45", "5f3e77f59103d430b93f94c1 Description": "A standard-issue threaded barrel for the M1911A1 .45 ACP pistol, manufactured by Colt.", - "5f3e7801153b8571434a924c Name": "M1911A1 .45 ACP National Match barrel", + "5f3e7801153b8571434a924c Name": "M1911A1 .45 ACP National Match 127mm barrel", "5f3e7801153b8571434a924c ShortName": "1911 NM", "5f3e7801153b8571434a924c Description": "The National Match barrel for the M1911A1 .45 ACP pistol, manufactured by Colt.", "5f3e7823ddc4f03b010e2045 Name": "M45A1 .45 ACP スライド", @@ -7133,7 +7133,7 @@ "5f60c85b58eff926626a60f7 Name": "Rys-T フェイスシールド", "5f60c85b58eff926626a60f7 ShortName": "Rys-T FS", "5f60c85b58eff926626a60f7 Description": "Rysヘビーヘルメット用の特殊な防弾フェイスシールド。銃弾や破片から着用者を保護し生存率を向上させる。", - "5f60cd6cf2bcbb675b00dac6 Name": "Walker's XCEL 500BT Digital headset", + "5f60cd6cf2bcbb675b00dac6 Name": "Walker's XCEL 500BT デジタルヘッドセット", "5f60cd6cf2bcbb675b00dac6 ShortName": "XCEL", "5f60cd6cf2bcbb675b00dac6 Description": "周辺環境音をひずみを生じさせることなく電子的に最適化するアクティブ式聴覚保護デバイス", "5f60e6403b85f6263c14558c Name": "Beret (Black)", @@ -7235,8 +7235,8 @@ "5fb65424956329274326f316 Name": "KRISS Vector .45 ACP flash hider", "5fb65424956329274326f316 ShortName": "Vector .45", "5fb65424956329274326f316 Description": "A standard-issue flash hider for the KRISS Vector .45 ACP SMG.", - "5fb6548dd1409e5ca04b54f9 Name": "KRISS Vector .45 ACP thread protection cap", - "5fb6548dd1409e5ca04b54f9 ShortName": "Vector cap", + "5fb6548dd1409e5ca04b54f9 Name": "KRISS Vector .45 ACP thread protector", + "5fb6548dd1409e5ca04b54f9 ShortName": "Vector thr.", "5fb6548dd1409e5ca04b54f9 Description": "A thread protector cap for the KRISS Vector .45 ACP barrel.", "5fb6558ad6f0b2136f2d7eb7 Name": "KRISS Vector Gen.2 folding stock", "5fb6558ad6f0b2136f2d7eb7 ShortName": "Vector fold.", @@ -7265,8 +7265,8 @@ "5fbbc3324e8a554c40648348 Name": "KRISS Vector 9x19 flash hider", "5fbbc3324e8a554c40648348 ShortName": "Vector 9x19", "5fbbc3324e8a554c40648348 Description": "A standard-issue flash hider for the KRISS Vector 9x19 SMG.", - "5fbbc34106bde7524f03cbe9 Name": "KRISS Vector 9x19 thread protection cap", - "5fbbc34106bde7524f03cbe9 ShortName": "Vector cap", + "5fbbc34106bde7524f03cbe9 Name": "KRISS Vector 9x19 thread protector", + "5fbbc34106bde7524f03cbe9 ShortName": "Vector thr.", "5fbbc34106bde7524f03cbe9 Description": "A thread protector cap for the KRISS Vector 9x19 barrel.", "5fbbc366ca32ed67276c1557 Name": "KRISS Vector 9x19 5 inch barrel", "5fbbc366ca32ed67276c1557 ShortName": "Vector 9x19 5\"", @@ -7313,7 +7313,7 @@ "5fbcc429900b1d5091531dd7 Name": "MCX/MPX telescoping stock", "5fbcc429900b1d5091531dd7 ShortName": "MCX/MPX tele", "5fbcc429900b1d5091531dd7 Description": "SIG Sauer社製のMCX/MPX用 伸縮式ストック。", - "5fbcc437d724d907e2077d5c Name": "MPX/MCX Thin Side-Folding Stock", + "5fbcc437d724d907e2077d5c Name": "SIG Sauer Thin Side-Folding Stock", "5fbcc437d724d907e2077d5c ShortName": "SIG TSFS", "5fbcc437d724d907e2077d5c Description": "SIG Sauer 社製の MCX/MPX 用 薄型軽量ストック。", "5fbcc640016cce60e8341acc Name": "MCX charging handle", @@ -7365,8 +7365,8 @@ "5fc23678ab884124df0cd590 ShortName": "Mk-18 24\"", "5fc23678ab884124df0cd590 Description": "A 24 inch (610mm) barrel for Mk-18 .338 LM sniper rifle, manufactured by SWORD International.", "5fc2369685fd526b824a5713 Name": "B5 Systems Precision stock", - "5fc2369685fd526b824a5713 ShortName": "Precision", - "5fc2369685fd526b824a5713 Description": "The Precision telescoping stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", + "5fc2369685fd526b824a5713 ShortName": "B5 CPS", + "5fc2369685fd526b824a5713 Description": "The Collapsible Precision Stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", "5fc275cf85fd526b824a571a Name": ".338 Lapua Magnum FMJ", "5fc275cf85fd526b824a571a ShortName": "FMJ", "5fc275cf85fd526b824a571a Description": "A .338 Lapua Magnum (8.6x70mm) FMJ cartridge with a 16.2 gram lead core bullet with a bimetallic jacket in a brass case. Despite its rudimentary design, this cartridge possesses capabilities of piercing basic and intermediate ballistic body protections, as well as providing a considerable stopping power effect and being capable of causing critical adverse effects on the target after impact. However, due to its design, it has a high probability of bouncing off various surfaces.", @@ -7551,25 +7551,25 @@ "60228924961b8d75ee233c32 ShortName": "PL15 Slide", "60228924961b8d75ee233c32 Description": "PL-15 ピストルの標準スライド", "60228a76d62c9b14ed777a66 Name": "PL-15 front sight", - "60228a76d62c9b14ed777a66 ShortName": "PL15 FS", + "60228a76d62c9b14ed777a66 ShortName": "PL-15 FS", "60228a76d62c9b14ed777a66 Description": "PL-15用の標準フロントサイト", "60228a850ddce744014caf69 Name": "PL-15 拡張フロントサイト", - "60228a850ddce744014caf69 ShortName": "PL15 FS ext.", + "60228a850ddce744014caf69 ShortName": "PL-15 FS ext.", "60228a850ddce744014caf69 Description": "サプレッサーとの併用を前提としたPL-15用拡張フロントサイト。", "602293f023506e50807090cb Name": "PL-15 拡張リアサイト", - "602293f023506e50807090cb ShortName": "PL15 RS ext.", + "602293f023506e50807090cb ShortName": "PL-15 RS ext.", "602293f023506e50807090cb Description": "サプレッサーとの併用を前提としたPL-15用拡張リアサイト。", "60229948cacb6b0506369e27 Name": "PL-15 rear sight", - "60229948cacb6b0506369e27 ShortName": "PL15 RS", + "60229948cacb6b0506369e27 ShortName": "PL-15 RS", "60229948cacb6b0506369e27 Description": "PL-15用の標準リアサイト", "602543c13fee350cd564d032 Name": "", "602543c13fee350cd564d032 ShortName": "", "602543c13fee350cd564d032 Description": "", - "602a95edda11d6478d5a06da Name": "PL-15 9x19 barrel", - "602a95edda11d6478d5a06da ShortName": "PL-15 9x19", + "602a95edda11d6478d5a06da Name": "PL-15 9x19 112mm barrel", + "602a95edda11d6478d5a06da ShortName": "PL-15", "602a95edda11d6478d5a06da Description": "A standard barrel for the PL-15 pistol, chambered in 9x19.", - "602a95fe4e02ce1eaa358729 Name": "PL-15 9x19 threaded barrel", - "602a95fe4e02ce1eaa358729 ShortName": "PL15 thr.", + "602a95fe4e02ce1eaa358729 Name": "PL-15 9x19 112mm threaded barrel", + "602a95fe4e02ce1eaa358729 ShortName": "PL-15 thr.", "602a95fe4e02ce1eaa358729 Description": "A threaded barrel for the PL-15 pistol, chambered in 9x19.", "602a97060ddce744014caf6f Name": "PL-15 9x19 sound suppressor", "602a97060ddce744014caf6f ShortName": "PL-15", @@ -7634,7 +7634,7 @@ "6033fa48ffd42c541047f728 Name": "Opsmen Earmor M32 ヘッドセット", "6033fa48ffd42c541047f728 ShortName": "M32", "6033fa48ffd42c541047f728 Description": "EARMOR M32は戦闘用として理想的なイヤープロテクション機能を持った無線機用ヘッドセットだ。", - "603409c80ca681766b6a0fb2 Name": "NPP KlASS Condor glasses", + "603409c80ca681766b6a0fb2 Name": "NPP KlASS Condor グラス", "603409c80ca681766b6a0fb2 ShortName": "Condor", "603409c80ca681766b6a0fb2 Description": "耐衝撃性の高いレンズを使用した頑丈なバリスティックシューティンググラス。", "6034cf5fffd42c541047f72e Name": "Umka M33-SET1 ハンターベスト (オリーブドラブ)", @@ -7673,7 +7673,7 @@ "60361b5a9a15b10d96792291 Name": "Army cap (UCP)", "60361b5a9a15b10d96792291 ShortName": "Cap", "60361b5a9a15b10d96792291 Description": "A regular army cap, colored in UCP camouflage.", - "60363c0c92ec1c31037959f5 Name": "GP-7 gas mask", + "60363c0c92ec1c31037959f5 Name": "GP-7 ガスマスク", "60363c0c92ec1c31037959f5 ShortName": "GP-7", "60363c0c92ec1c31037959f5 Description": "GP-7民生用ガスマスクは呼吸器や目、顔といった器官を保護する個人防護具だ。", "603648ff5a45383c122086ac Name": "Azimut SS \"Zhuk\" チェストハーネス (ブラック)", @@ -7685,9 +7685,9 @@ "6038b24cd6505c1ec64a44a0 Name": "USEC Sandstone", "6038b24cd6505c1ec64a44a0 ShortName": "", "6038b24cd6505c1ec64a44a0 Description": "Tactical jacket", - "6038b4b292ec1c3103795a0b Name": "LBT-6094A Slick Plate Carrier (Coyote Tan)", + "6038b4b292ec1c3103795a0b Name": "LBT-6094A Slick プレートキャリア (コヨーテタン)", "6038b4b292ec1c3103795a0b ShortName": "Slick", - "6038b4b292ec1c3103795a0b Description": "A simple yet effective plate carrier by London Bridge Trading company. The most minimalistic design intended for use with chest rigs. Coyote Tan version.", + "6038b4b292ec1c3103795a0b Description": "London Bridge Trading 社製のシンプルだが強力なプレートキャリア。チェストリグとの併用を想定した必要最小限のデザインになっている。コヨーテタンバージョン。", "6038b4ca92ec1c3103795a0d Name": "LBT-6094A Slick プレートキャリア ( オリーブドラブ )", "6038b4ca92ec1c3103795a0d ShortName": "Slick", "6038b4ca92ec1c3103795a0d Description": "London Bridge Trading 社製のシンプルだが強力なプレートキャリア。チェストリグとの併用を想定した必要最小限のデザインになっている。オリーブドラブバージョン。", @@ -7709,9 +7709,9 @@ "603d01b9d10cbf667352dd4a Name": "USEC Sage Warrior", "603d01b9d10cbf667352dd4a ShortName": "", "603d01b9d10cbf667352dd4a Description": "Field pants", - "6040dd4ddcf9592f401632d2 Name": "Azimut SS \"Zhuk\" チェストハーネス (SURPAT)", + "6040dd4ddcf9592f401632d2 Name": "Azimut SS \"Zhuk\" チェストハーネス (サーパット)", "6040dd4ddcf9592f401632d2 ShortName": "Azimut", - "6040dd4ddcf9592f401632d2 Description": "A simple nylon bearing system with non-removable pouches. Allows you to carry a fairly impressive amount of ammunition at the expense of convenience. SURPAT camouflage version.", + "6040dd4ddcf9592f401632d2 Description": "取り外しできないポーチのついたシンプルなナイロン製のリグ。利便性を犠牲にすることにより、多くの弾薬を持ち運ぶことができる。サーパット迷彩バージョン。", "6040de02647ad86262233012 Name": "Army cap (CADPAT)", "6040de02647ad86262233012 ShortName": "Cap", "6040de02647ad86262233012 Description": "A regular army cap, colored in CADPAT camouflage.", @@ -7850,12 +7850,12 @@ "609bab8b455afd752b2e6138 Name": "Torrey Pines Logic T12W サーマルリフレックスサイト", "609bab8b455afd752b2e6138 ShortName": "T12W", "609bab8b455afd752b2e6138 Description": "A compact termal reflex sight with a low frequency. Manufactured by Torrey Pines Logic.", - "609e8540d5c319764c2bc2e9 Name": "NFM THOR Concealable Reinforced Vest body armor", + "609e8540d5c319764c2bc2e9 Name": "NFM THOR Concealable Reinforced Vest ボディアーマー", "609e8540d5c319764c2bc2e9 ShortName": "THOR CRV", - "609e8540d5c319764c2bc2e9 Description": "The THOR Concealable Reinforced Vest enables the overt or covert carrying of soft ballistic panels providing 360 degrees protection against high-speed fragments and handgun ammunition. Adding hard ballistic plates enables protection against rifle ammunition for the vital organs. The ergonomic shape of the soft ballistic panels and the position of the back plate combined with the integrated lumbar support belt provides comfort and stability close to the body’s center of mass. Manufactured by NFM.", - "609e860ebd219504d8507525 Name": "Crye Precision AVS plate carrier (Tagilla Edition)", + "609e8540d5c319764c2bc2e9 Description": "THOR Concealable Reinforced Vest は、高速の破片や拳銃弾から360度保護するソフト防弾パネルを目立たない形で携帯することができる。ハードアーマープレートを追加することで、ライフル弾から重要な臓器を守ることもできる。ソフトアーマープレートの人間工学に基づいた形状とバックプレートの位置、そして内蔵されたランバーサポートベルトが、体の重心に近い位置で快適性と安定性を確保している。NFM 社製。", + "609e860ebd219504d8507525 Name": "Crye Precision AVS プレートキャリア (Tagilla エディション)", "609e860ebd219504d8507525 ShortName": "AVS TE", - "609e860ebd219504d8507525 Description": "Tagilla's well-worn plate carrier based on the AVS module system by Crye Precision. Equipped with a front panel with three magazine pouches. And that's pretty much it. Nothing more, nothing less.", + "609e860ebd219504d8507525 Description": "Crye Precision 社の AVS モジュールシステムをベースとしている、Tagilla の使い込まれたプレートキャリア。プロントパネルに3つのマガジンポーチを備えている。それだけだ。それ以上でも以下でもない。", "60a23797a37c940de7062d02 Name": "SIG Sauer ROMEO8T reflex sight", "60a23797a37c940de7062d02 ShortName": "ROMEO8T", "60a23797a37c940de7062d02 Description": "The ROMEO8T reflex sight, designed for precision shooting for modern sporting rifles and shotguns. Manufactured by SIG Sauer.", @@ -7882,7 +7882,7 @@ "60a3c68c37ea821725773ef5 Description": "イギリス軍や特殊部隊によって使用されているOspreyプレートキャリア。Protectionセットには頑丈な防弾プレートの上に弾薬やグレネード、特殊装備を収納できるポーチが十分な数備わっている。", "60a3c70cde5f453f634816a3 Name": "CQC Osprey MK4A プレートキャリア (Assault, MTP)", "60a3c70cde5f453f634816a3 ShortName": "Osprey MK4A (A)", - "60a3c70cde5f453f634816a3 Description": "The Osprey plate carrier is actively used by the British army and specialists. The Assault preset features a large amount of pouches for ammunition and grenades.", + "60a3c70cde5f453f634816a3 Description": "イギリス軍や特殊部隊によって使用されているOspreyプレートキャリア。Assaultセットには弾薬やグレネードを入れるポーチが大量に用意されている。", "60a621c49c197e4e8c4455e6 Name": "Stich Profi チェストリグ MK2 (Assault, A-TACS FG)", "60a621c49c197e4e8c4455e6 ShortName": "CR MK2 (A)", "60a621c49c197e4e8c4455e6 Description": "「チェストリグ」タクティカルシステムは、個別の装備として、または MOLLE システムを備えていないボディアーマに対しての追加装備として使用できる。戦闘訓練教官や特殊部隊の使用に適している。A-TACS FG 迷彩の Assault プリセット版。Stich Profi 社製。", @@ -7967,7 +7967,7 @@ "612e0cfc8004cc50514c2d9e Name": "AR-15 AWC PSR 5.56x45 muzzle brake", "612e0cfc8004cc50514c2d9e ShortName": "PSR 556", "612e0cfc8004cc50514c2d9e Description": "PSR is an effective muzzle brake manufactured by AWC Silencers for 5.56x45. Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with AWC PSR THOR sound suppressors.", - "612e0d3767085e45ef14057f Name": "AWC PSR 7.62x51 muzzle brake", + "612e0d3767085e45ef14057f Name": "AR-10 AWC PSR 7.62x51 muzzle brake", "612e0d3767085e45ef14057f ShortName": "PSR 762", "612e0d3767085e45ef14057f Description": "PSR is an effective muzzle brake manufactured by AWC Silencers for 7.62x51. Reduces recoil and counters the muzzle rise. The brake is threaded and compatible with AWC PSR THOR sound suppressors.", "612e0d81290d254f5e6b291a Name": "AWC PSR .338 LM muzzle brake", @@ -8155,7 +8155,7 @@ "6181688c6c780c1e710c9b04 Description": "A standard-issue charging handle for the SCAR-series assault rifles, manufactured by Fabrique Nationale Herstal.", "618168b350224f204c1da4d8 Name": "FN SCAR-H 7.62x51 13 inch barrel", "618168b350224f204c1da4d8 ShortName": "Mk17 13\"", - "618168b350224f204c1da4d8 Description": "A 13 inches long (330mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "618168b350224f204c1da4d8 Description": "A 13 inch (330mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "618168dc8004cc50514c34fc Name": "FN SCAR-H 7.62x51 20-round magazine", "618168dc8004cc50514c34fc ShortName": "Mk17", "618168dc8004cc50514c34fc Description": "A 20-round magazine for the FN SCAR-H 7.62x51 battle rifle.", @@ -8171,9 +8171,9 @@ "61817865d3a39d50044c13a4 Name": "FN SCAR flip-up rear sight", "61817865d3a39d50044c13a4 ShortName": "SCAR RS", "61817865d3a39d50044c13a4 Description": "A removable flip-up rear sight for the SCAR-series assault rifles. Manufactured by Fabrique Nationale Herstal.", - "618178aa1cb55961fa0fdc80 Name": "AAC SCAR-SD 51T 7.62x51 flash hider", + "618178aa1cb55961fa0fdc80 Name": "AR-10 AAC SCAR-SD 51T 7.62x51 flash hider", "618178aa1cb55961fa0fdc80 ShortName": "SCAR-SD 762", - "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on AR-10-based rifles.", + "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on SCAR-H/AR-10 platform rifles.", "61825d06d92c473c770215de Name": "FN SCAR folding polymer stock (FDE)", "61825d06d92c473c770215de ShortName": "SCAR fold.", "61825d06d92c473c770215de Description": "A folding polymer stock for the SCAR-series rifles, manufactured by Fabrique Nationale Herstal. Flat Dark Earth version.", @@ -8183,27 +8183,27 @@ "61825d24d3a39d50044c13af Name": "FN SCAR cheek rest (FDE)", "61825d24d3a39d50044c13af ShortName": "SCAR", "61825d24d3a39d50044c13af Description": "A standard cheek rest that is installed on top of the FN SCAR polymer stock. Manufactured by Fabrique Nationale Herstal. Flat Dark Earth version.", - "6183afd850224f204c1da514 Name": "FN SCAR-H 7.62x51 assault rifle", + "6183afd850224f204c1da514 Name": "FN SCAR-H 7.62x51 アサルトライフル", "6183afd850224f204c1da514 ShortName": "Mk 17", - "6183afd850224f204c1da514 Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. Manufactured by Fabrique Nationale Herstal.", + "6183afd850224f204c1da514 Description": "FN SCAR-H(特殊部隊用戦闘アサルトライフル - ヘビー)は、7.62x51 NATO 弾を使用するアサルトライフルで、アメリカ特殊作戦軍(US SOCOM)で Mk 17 として採用された。折り畳み可能なストックと、フリーフローティングの硬クロムメッキ製Mil-Specバレルを特徴としている。両方の利き手操作に対応しており、SCARはあらゆる使用者や射撃姿勢に適応しやすい。レシーバーに統合された光学照準器用レールと、3つのアクセサリーレールにより、さまざまな光学照準器、ライト、およびレーザーを取り付けることができる。製造はファブリーク・ナシオナール・ハースタル(Fabrique Nationale Herstal)によって行われている。", "6183b0711cb55961fa0fdcad Name": "FN SCAR-H 7.62x51 16 inch barrel", "6183b0711cb55961fa0fdcad ShortName": "Mk17 16\"", - "6183b0711cb55961fa0fdcad Description": "A 16 inches long (406mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "6183b0711cb55961fa0fdcad Description": "A 16 inch (406mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "6183b084a112697a4b3a6e6c Name": "FN SCAR-H 7.62x51 20 inch barrel", "6183b084a112697a4b3a6e6c ShortName": "Mk17 20\"", - "6183b084a112697a4b3a6e6c Description": "A 20 inches long (508mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "6183b084a112697a4b3a6e6c Description": "A 20 inch (508mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "6183d53f1cb55961fa0fdcda Name": "FN SCAR-H 7.62x51 20-round magazine (FDE)", "6183d53f1cb55961fa0fdcda ShortName": "Mk17", "6183d53f1cb55961fa0fdcda Description": "A 20-round magazine for the FN SCAR-H 7.62x51 battle rifle. Flat Dark Earth version.", "6183fc15d3a39d50044c13e9 Name": "FN SCAR-L 5.56x45 10 inch barrel", "6183fc15d3a39d50044c13e9 ShortName": "Mk16 10\"", - "6183fc15d3a39d50044c13e9 Description": "A 10 inches long (254mm) CQB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fc15d3a39d50044c13e9 Description": "A 10 inch (254mm) CQB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "6183fd911cb55961fa0fdce9 Name": "FN SCAR-L 5.56x45 14 inch barrel", "6183fd911cb55961fa0fdce9 ShortName": "Mk16 14\"", - "6183fd911cb55961fa0fdce9 Description": "A 14 inches long (355mm) STD barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fd911cb55961fa0fdce9 Description": "A 14 inch (355mm) STD barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "6183fd9e8004cc50514c358f Name": "FN SCAR-L 5.56x45 18 inch barrel", "6183fd9e8004cc50514c358f ShortName": "Mk16 18\"", - "6183fd9e8004cc50514c358f Description": "An 18 inches long (457mm) LB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fd9e8004cc50514c358f Description": "An 18 inch (457mm) LB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "618405198004cc50514c3594 Name": "FN SCAR-L 5.56x45 upper receiver", "618405198004cc50514c3594 ShortName": "Mk16", "618405198004cc50514c3594 Description": "An upper receiver for the SCAR-L assault rifle, manufactured by Fabrique Nationale Herstal. Features a top rail for installation of additional equipment.", @@ -8318,20 +8318,20 @@ "6194ef39de3cdf1d2614a768 Name": "HK USP .45 ACP standard barrel", "6194ef39de3cdf1d2614a768 ShortName": "USP45 std", "6194ef39de3cdf1d2614a768 Description": "A standard-issue 112mm .45 ACP barrel for the USP pistol, manufactured by Heckler & Koch.", - "6194efe07c6c7b169525f11b Name": "HK USP Tactical .45 ACP threaded barrel", + "6194efe07c6c7b169525f11b Name": "HK USP Tactical .45 ACP 129mm threaded barrel", "6194efe07c6c7b169525f11b ShortName": "USP45T", "6194efe07c6c7b169525f11b Description": "A 129mm threaded barrel for the special version of the USP pistol - USP Tactical, chambered in .45 ACP. Manufactured by Heckler & Koch.", - "6194eff92d2c397d6600348b Name": "HK USP Expert .45 ACP barrel", + "6194eff92d2c397d6600348b Name": "HK USP Expert .45 ACP 132mm barrel", "6194eff92d2c397d6600348b ShortName": "USP45EX", "6194eff92d2c397d6600348b Description": "A 132mm barrel for the special version of the USP pistol - USP Expert, chambered in .45 ACP. Manufactured by Heckler & Koch.", - "6194f017ed0429009f543eaa Name": "HK USP Elite .45 ACP barrel", + "6194f017ed0429009f543eaa Name": "HK USP Elite .45 ACP 153mm barrel", "6194f017ed0429009f543eaa ShortName": "USP45EL", "6194f017ed0429009f543eaa Description": "A 153mm barrel for the special version of the USP pistol - USP Elite, chambered in .45 ACP. Manufactured by Heckler & Koch.", - "6194f02d9bb3d20b0946d2f0 Name": "HK USP Match .45 ACP barrel", + "6194f02d9bb3d20b0946d2f0 Name": "HK USP Match .45 ACP 153mm barrel", "6194f02d9bb3d20b0946d2f0 ShortName": "USP45M", "6194f02d9bb3d20b0946d2f0 Description": "A 153mm barrel for the special version of the USP pistol - USP Match, chambered in .45 ACP. Manufactured by Heckler & Koch.", "6194f1f918a3974e5e7421e4 Name": "HK USP Tactical thread protector", - "6194f1f918a3974e5e7421e4 ShortName": "USP45T", + "6194f1f918a3974e5e7421e4 ShortName": "USP45T thr.", "6194f1f918a3974e5e7421e4 Description": "A thread protector for the Tactical barrel for the USP pistol, manufactured by Heckler & Koch.", "6194f2912d2c397d6600348d Name": "HK USP rear sight", "6194f2912d2c397d6600348d ShortName": "USP RS", @@ -8558,15 +8558,15 @@ "61b9e1aaef9a1b5d6a79899a Name": "サンタクロースのバック", "61b9e1aaef9a1b5d6a79899a ShortName": "Santa's bag", "61b9e1aaef9a1b5d6a79899a Description": "サンタが残していった、たくさん物が入れられる大きなクリスマスバッグだ。", - "61bc85697113f767765c7fe7 Name": "Eagle Industries MMAC plate carrier (Ranger Green)", + "61bc85697113f767765c7fe7 Name": "Eagle Industries MMAC プレートキャリア (レンジャーグリーン)", "61bc85697113f767765c7fe7 ShortName": "MMAC", - "61bc85697113f767765c7fe7 Description": "The Eagle Industries Multi-Mission Tactical Vest (MMAC) is a traditional profile vest offering modularity and scalability. The tactical vest is constructed of MIL-SPEC 500 denier nylon and is fully MOLLE/PALS compatible. It features padded shoulders with detachable retention loops, push-to-talk (PTT) attachment points at upper left and right chest and many other features.", + "61bc85697113f767765c7fe7 Description": "Eagle Industries 社製のマルチミッションタクティカルベスト (MMAC) は、モジュール性と拡張性を提供する伝統的なプロファイルベストだ。このタクティカルベストは、MIL-SPEC 500 デニールナイロン製で、MOLLE/PALS に完全対応している。取り外し可能なリテンションループを備えたパッド入りショルダー、左右胸部上部のプッシュトゥトーク(PTT)アタッチメントポイント、その他多くの機能を備えている。", "61bca7cda0eae612383adf57 Name": "NFM HJELM helmet (Hellhound Grey)", "61bca7cda0eae612383adf57 ShortName": "HJELM", "61bca7cda0eae612383adf57 Description": "The new-gen HJELM system applies new ideas for modularity of attachments and electronics without the extra weight and bulk of previous generations. Manufactured by NFM.", - "61bcc89aef0f505f0c6cd0fc Name": "FirstSpear Strandhogg plate carrier (Ranger Green)", + "61bcc89aef0f505f0c6cd0fc Name": "FirstSpear Strandhogg プレートキャリア (レンジャーグリーン)", "61bcc89aef0f505f0c6cd0fc ShortName": "Strandhogg", - "61bcc89aef0f505f0c6cd0fc Description": "Taking its name from an Old Norse Viking term for a lightning raid, Strandhögg was one of the first formalized battle tactics to use covert infiltrators in advance of an actual raiding operation. Strandhögg was a tactical game-changer in its time, just like the technological advances FirstSpear is bringing forward in this line of plate carriers.", + "61bcc89aef0f505f0c6cd0fc Description": "古ノルド語のバイキング用語であるライトニングレイドからその名を取った Strandhögg は、実際の襲撃作戦に先立ち、秘密の潜入者を用いる、最初に公式化された戦闘戦術の一つであった。FirstSpear 社がこのようなプレートキャリアのラインナップを取り入れた技術的進歩のように、Strandhögg は当時の戦術的ゲームチェンジャーであった。", "61bf7b6302b3924be92fa8c3 Name": "金属製のスペアパーツ", "61bf7b6302b3924be92fa8c3 ShortName": "M.parts", "61bf7b6302b3924be92fa8c3 Description": "金属製の技術部品、クランプ、スペーサーなどを集めたもの。機械や装置の組み立て、修理の際にはとても役立つはずだ。", @@ -8576,9 +8576,9 @@ "61bf83814088ec1a363d7097 Name": "ソーイングセット", "61bf83814088ec1a363d7097 ShortName": "Krasavch.", "61bf83814088ec1a363d7097 Description": "服の補修をしたり、ファッションの世界で何か新しいものを生み出すために作られた \"Krasavchik\" のシンプルな裁縫セット。", - "61c18d83b00456371a66814b Name": "Gas welder safety goggles", + "61c18d83b00456371a66814b Name": "ガス溶接用安全ゴーグル", "61c18d83b00456371a66814b ShortName": "Gaswelder", - "61c18d83b00456371a66814b Description": "Gas welder safety goggles. Protects against bright flashes and sparks when welding.", + "61c18d83b00456371a66814b Description": "ガス溶接用の安全ゴーグル。溶接時の明るい閃光や火花から保護する。", "61c18db6dfd64163ea78fbb4 Name": "Leather cap", "61c18db6dfd64163ea78fbb4 ShortName": "Cap", "61c18db6dfd64163ea78fbb4 Description": "A respected gentleman's headdress. Protects the head from slander.", @@ -8747,7 +8747,7 @@ "623c3c1f37b4b31470357737 Name": "SV-98 CNC Guns OV-SV98 KeyMod handguard", "623c3c1f37b4b31470357737 ShortName": "OV KM", "623c3c1f37b4b31470357737 Description": "CNC Guns Keymod System aircraft-grade aluminum handguard for the OV-SV98 stock with KeyMod slots for rail installation.", - "6241c2c2117ad530666a5108 Name": "6mm Magpul PMAG 30 GEN M3 STANAG 30-round magazine (FDE)", + "6241c2c2117ad530666a5108 Name": "AR-15 6mm Magpul PMAG 30 GEN M3 STANAG 30-round magazine (FDE)", "6241c2c2117ad530666a5108 ShortName": "GEN M3", "6241c2c2117ad530666a5108 Description": "A 30-round polymer Magpul PMAG GEN M3 30 magazine, for 6mm BB ammunition. Flat Dark Earth version. Hilarious.", "6241c316234b593b5676b637 Name": "Airsoft 6mm BB", @@ -8825,7 +8825,7 @@ "625ff31daaaa8c1130599f64 Name": "Benelli M3 Super 90 12ga Toni System 13-shell magazine", "625ff31daaaa8c1130599f64 ShortName": "M3x13", "625ff31daaaa8c1130599f64 Description": "A 12ga 13-shell capacity tube magazine by Toni System for Benelli M3 S90 shotguns.", - "626667e87379c44d557b7550 Name": "KAC QDC 5.56x45 3-Prong Flash Eliminator", + "626667e87379c44d557b7550 Name": "AR-15 KAC QDC 5.56x45 3-Prong Flash Eliminator", "626667e87379c44d557b7550 ShortName": "QDC-3 556", "626667e87379c44d557b7550 Description": "Knight's Armament QDC 3-Prong 5.56x45 flash hider is an effective flash suppressor that also serves as a platform for attaching KAC QDC 556 sound suppressor. Can be Installed on AR-15 weapon systems.", "626673016f1edc06f30cf6d5 Name": "KAC QDC 5.56x45 sound suppressor", @@ -8912,8 +8912,8 @@ "6281204f308cb521f87a8f9b Name": "AI AXMC .338 LM chassis", "6281204f308cb521f87a8f9b ShortName": "AXMC .338LM", "6281204f308cb521f87a8f9b Description": "The factory fitted .338 Lapua Magnum chassis for the AXMC sniper rifle, manufactured by Accuracy International.", - "628120621d5df4475f46a335 Name": "AI AXMC thread protection cap", - "628120621d5df4475f46a335 ShortName": "AXMC cap", + "628120621d5df4475f46a335 Name": "AI AXMC thread protector", + "628120621d5df4475f46a335 ShortName": "AXMC thr.", "628120621d5df4475f46a335 Description": "A threading protection cap for the AXMC barrel. Manufactured by Accuracy International.", "62812081d23f207deb0ab216 Name": "AI .338 LM Tactical Muzzle Brake ", "62812081d23f207deb0ab216 ShortName": "TMB 338LM", @@ -9035,9 +9035,9 @@ "628b9471078f94059a4b9bfb Name": "AK-545 rear sight", "628b9471078f94059a4b9bfb ShortName": "AK-545 RS", "628b9471078f94059a4b9bfb Description": "A standard rear sight for AK-545 carbines, manufactured by Sureshot Armament Group.", - "628b9784bcf6e2659e09b8a2 Name": "S&S Precision PlateFrame plate carrier (Goons Edition)", + "628b9784bcf6e2659e09b8a2 Name": "S&S Precision PlateFrame プレートキャリア (Goons エディション)", "628b9784bcf6e2659e09b8a2 ShortName": "PlateFrame GE", - "628b9784bcf6e2659e09b8a2 Description": "A plate carrier with a minimalistic, lightweight, semi rigid plastic design, which was configured by Big Pipe - member of the Goons squad. Manufactured by S&S Precision.", + "628b9784bcf6e2659e09b8a2 Description": "Goons 部隊のメンバーである Big Pipe によって構成された、ミニマルで軽量な、半硬質プラスチックデザインのプレートキャリア。S&S Precision 社製。", "628b9a40717774443b15e9f2 Name": "AK-545 buffer tube", "628b9a40717774443b15e9f2 ShortName": "SAG tube", "628b9a40717774443b15e9f2 Description": "Sureshot Armament Group Receiver Extension Buffer Tube, 6-position, Mil-Spec diameter, designed specifically for AK-545.", @@ -9047,9 +9047,9 @@ "628b9c37a733087d0d7fe84b Name": "AK-545 Short 5.45x39 カービン", "628b9c37a733087d0d7fe84b ShortName": "AK-545 Short", "628b9c37a733087d0d7fe84b Description": "Sureshot Armament Group による AK-545 カービンの短縮型で、現代の AK プラットフォームを基にしている。", - "628b9c7d45122232a872358f Name": "Crye Precision CPC plate carrier (Goons Edition)", + "628b9c7d45122232a872358f Name": "Crye Precision CPC プレートキャリア (Goons エディション)", "628b9c7d45122232a872358f ShortName": "CPC GE", - "628b9c7d45122232a872358f Description": "The CAGE PLATE CARRIER (CPC) offers unrivaled comfort and load support in a low profile plate carrier configuration. The system supports a range of different pouches. In this case, the configuration is made by the leader of the Goons squad - Knight - for conducting assault operations with increased mobility.", + "628b9c7d45122232a872358f Description": "CAGE PLATE CARRIER (CPC) は、薄型のプレートキャリアとしては類を見ない快適性と荷重サポートを提供する。このシステムは様々なポーチに対応している。これは、Goons 部隊のリーダーである Knight が、機動性を高めて突撃作戦を行うための構成になっている。", "628baf0b967de16aab5a4f36 Name": "LBT-1961A Load Bearing chest rig (Goons Edition)", "628baf0b967de16aab5a4f36 ShortName": "LBCR GE", "628baf0b967de16aab5a4f36 Description": "小型なボディアーマーを装備した上でマガジンやグレネード、特殊装備を持ち運ぶことを目的として設計された、荷重支持システムだ。London Bridge Trading社製。Goons 部隊のメンバーである Birdeye による特別仕様となっている。", @@ -9061,22 +9061,22 @@ "628c9ab845c59e5b80768a81 Description": "A lightweight pistol grip for AK assault rifles, manufactured by TangoDown. Flat Dark Earth version.", "628cd624459354321c4b7fa2 Name": "Tasmanian Tiger SK プレートキャリア (マルチカム\u3000ブラック)", "628cd624459354321c4b7fa2 ShortName": "TT SK", - "628cd624459354321c4b7fa2 Description": "The ultra-light and skeletal TT Plate Carrier SK vest is made primarily from lightweight, thin and durable TPU-laminated Cordura nylon material with a claimed density of at least 700 denier. The design of the vest provides two lightweight covers for plates, adjustable shoulder straps and a light waist jumper. Equipped with a front panel for 4 magazines.", - "628d0618d1ba6e4fa07ce5a4 Name": "NPP KlASS Bagariy plate carrier (EMR)", + "628cd624459354321c4b7fa2 Description": "超軽量で骨組みのある TT プレートキャリア SK ベストは、軽量で薄く耐久性のある TPU ラミネートコーデュラナイロンを主な素材としており、少なくとも 700 デニールの密度を謳っている。ベストの設計は、プレート用の2つの軽量カバー、調節可能なショルダーストラップ、軽いウエストジャンパーを提供している。マガジンを4本収納可能なフロンをパネルを備えている。", + "628d0618d1ba6e4fa07ce5a4 Name": "NPP KlASS Bagariy プレートキャリア (EMR)", "628d0618d1ba6e4fa07ce5a4 ShortName": "Bagariy", - "628d0618d1ba6e4fa07ce5a4 Description": "In the second millennium, the equipment of a soldier received serious changes in view of new threats and tasks. A better level of protection was required, so the Russian army needed a reliable and functional body armor. In the mid-2000s, the MVD, which was later reorganized into the Russian Guard, received Bagariy bulletproof vests. Bagariy was used both by ordinary soldiers of the internal troops, and in special forces. Actively was used by PMC BEAR as the main heavy body armor.", - "628dc750b910320f4c27a732 Name": "ECLiPSE RBAV-AF plate carrier (Ranger Green)", + "628d0618d1ba6e4fa07ce5a4 Description": "第二千年紀、新たな脅威と任務の観点から兵士の装備には重大な変化がもたらされた。より優れた防護レベルが要求され、そのためにロシア軍は信頼性が高く機能的なボディアーマーを必要としていた。2000年代半ば、後にロシア国家親衛隊に改編されたMVD(ロシア内務省)は、Bagariy 防弾ベストを採用した。Bagariy は内務省軍の一般兵と特殊部隊の両方で使用された。BEAR の PMC には主要なヘビーボディアーマー積極的に使用された。", + "628dc750b910320f4c27a732 Name": "ECLiPSE RBAV-AF プレートキャリア (レンジャーグリーン)", "628dc750b910320f4c27a732 ShortName": "RBAV-AF", - "628dc750b910320f4c27a732 Description": "The BAE ECLiPSE RBAV (Releasable Body Armor Vest, Air Force) variant is designed specifically for the Guardian Angel Weapon System (USAF PJ) and contains several new features not found in other versions.", + "628dc750b910320f4c27a732 Description": "BAE ECLiPSE RBAV (Releasable Body Armor Vest, Air Force) バリアントは、Guardian Angel 兵器システム(米空軍パラレスキュー部隊)向けに特別に設計されおり、他のバージョンにはないいくつかの新しい機能が含まれている。", "628e1ffc83ec92260c0f437f Name": "Gruppa 99 T30 バックパック", "628e1ffc83ec92260c0f437f ShortName": "T30", "628e1ffc83ec92260c0f437f Description": "Gruppa 99 社製の30Lアサルトバックパックで、軍事作戦を行う際に良い選択肢となるバックパックだ。", "628e4dd1f477aa12234918aa Name": "Big Pipe's bandana", "628e4dd1f477aa12234918aa ShortName": "Bandana", "628e4dd1f477aa12234918aa Description": "Big Pipe's personal headgear. A black bandana with the Goons squad identification symbol.", - "628e4e576d783146b124c64d Name": "Peltor ComTac IV Hybrid headset (Coyote Brown)", + "628e4e576d783146b124c64d Name": "Peltor ComTac IV ハイブリッドヘッドセット (コヨーテブラウン)", "628e4e576d783146b124c64d ShortName": "ComTac IV", - "628e4e576d783146b124c64d Description": "The ComTac IV Hybrid Communication Headset is designed to help reduce exposure to hazardous levels of noise, improve situational awareness and at the same time enable two-way radio communication in noisy environments. The headset's electronics are contained completely inside the headset housing, eliminating the need for a large, heavy external radio control box. The headband mechanically stabilizes the headset to help relieve issues of earplugs dislodging from cable snags and body movement. Designed for comfortable use with a ballistic helmet.", + "628e4e576d783146b124c64d Description": "ComTac IV ハイブリッドコミュニケーションヘッドセットは、危険なレベルの騒音への暴露を低減し、状況認識を向上させると同時に、ノイズの多い環境での双方向の無線通信を可能にするよう設計されている。ヘッドセットの電子回路はヘッドセットの本体に完全に収納されており、大きく重い外付けの無線コントロールボックスは必要ない。ヘッドバンドはヘッドセットを機械的に安定させ、ケーブルの引っ掛かりや体の動きによって耳栓脱落を軽減している。また、防弾ヘルメットとの快適な併用を考慮して設計されている。", "6295e63de08ed747e64ae991 Name": "bear_lower_tactical_long", "6295e63de08ed747e64ae991 ShortName": "", "6295e63de08ed747e64ae991 Description": "", @@ -9137,18 +9137,18 @@ "62a09d3bcf4a99369e262447 Name": "Gingy のキーホルダー", "62a09d3bcf4a99369e262447 ShortName": "Gingy", "62a09d3bcf4a99369e262447 Description": "四つ葉のクローバーの形をしたキーホルダー。", - "62a09d79de7ac81993580530 Name": "DRD body armor", + "62a09d79de7ac81993580530 Name": "DRD ボディアーマー", "62a09d79de7ac81993580530 ShortName": "DRD", - "62a09d79de7ac81993580530 Description": "A light but durable and reliable body armor. Special edition from the one and only Dr. Disrespect. Ruthless!", + "62a09d79de7ac81993580530 Description": "軽量でありながら耐久性と信頼性を兼ね備えたボディアーマー。唯一無二のDr.Disrespectによるスペシャル・エディション。容赦ない!", "62a09dd4621468534a797ac7 Name": "Baddie's red beard", "62a09dd4621468534a797ac7 ShortName": "Baddie", "62a09dd4621468534a797ac7 Description": "An artificial red beard from Baddie.", "62a09e08de7ac81993580532 Name": "Glorious E lightweight armored mask", "62a09e08de7ac81993580532 ShortName": "Glorious", "62a09e08de7ac81993580532 Description": "The \"Glorious E\" face protection mask, reinforced with aramid fibers.", - "62a09e410b9d3c46de5b6e78 Name": "JohnB Liquid DNB glasses", + "62a09e410b9d3c46de5b6e78 Name": "JohnB Liquid DNB グラス", "62a09e410b9d3c46de5b6e78 ShortName": "JohnB", - "62a09e410b9d3c46de5b6e78 Description": "Ultra-stylish glasses for electronic music lovers from John B.", + "62a09e410b9d3c46de5b6e78 Description": "John B による電子音楽愛好家のための超スタイリッシュなメガネ。", "62a09e73af34e73a266d932a Name": "BakeEzy レシピ本", "62a09e73af34e73a266d932a ShortName": "BakeEzy", "62a09e73af34e73a266d932a Description": "美味しくて健康的な料理を紹介する \"BakeEzy\" には、ビジネスでの宴会はもちろん、小汚いガレージ裏での酒盛りにもぴったりな料理のレシピがたくさん掲載されている。ボナペティ!", @@ -9194,9 +9194,9 @@ "62a61bbf8ec41a51b34758d2 Name": "Big Pipe's smoking pipe", "62a61bbf8ec41a51b34758d2 ShortName": "Pipe", "62a61bbf8ec41a51b34758d2 Description": "A smoking pipe owned by one of the commanders of the Rogues - Big Pipe.", - "62a61c988ec41a51b34758d5 Name": "Oakley SI Batwolf glasses", + "62a61c988ec41a51b34758d5 Name": "Oakley SI Batwolf グラス", "62a61c988ec41a51b34758d5 ShortName": "Batwolf", - "62a61c988ec41a51b34758d5 Description": "Special edition Oakley glasses. Oakley lenses have been identified and tested under extreme forces resulting in uncompromising protection against a wide variety of challenging conditions.", + "62a61c988ec41a51b34758d5 Description": "Oakley 社の特別仕様のメガネ。Oakley のレンズは過酷な条件下でのテストによって認められ、さまざまな厳しい条件に対して妥協のない保護性能を発揮する。", "62a9cb937377a65d7b070cef Name": "Rogue USEC の兵舎の鍵", "62a9cb937377a65d7b070cef ShortName": "Barrack", "62a9cb937377a65d7b070cef Description": "Rogues の仮設の兵舎に入るための鍵。", @@ -9287,7 +9287,7 @@ "63075cc5962d0247b029dc2a Name": "Glock 19X pistol slide", "63075cc5962d0247b029dc2a ShortName": "G19X", "63075cc5962d0247b029dc2a Description": "A standard-issue slide for the Glock 19X 9x19 pistol. Slide surfaces are treated with an advanced nPVD coating that protects the steel from corrosion, chemical attack and harsh environmental conditions.", - "630764fea987397c0816d219 Name": "Glock 19X 9x19 barrel", + "630764fea987397c0816d219 Name": "Glock 19X 9x19 102mm barrel", "630764fea987397c0816d219 ShortName": "G19X", "630764fea987397c0816d219 Description": "A standard barrel for the Glock 19X 9x19 pistol. The barrel is treated with an nDLC coating that protects against corrosion and scratches.", "630765777d50ff5e8a1ea718 Name": "Glock 19X front sight", @@ -9611,9 +9611,9 @@ "6393262086e646067c176aa2 Name": "Medical observation record", "6393262086e646067c176aa2 ShortName": "Journal", "6393262086e646067c176aa2 Description": "A journal of medical records. Contains descriptions of various symptoms of patients under the influence of unknown substances.", - "639343fce101f4caa40a4ef3 Name": "Shellback Tactical Banshee plate carrier (A-TACS AU)", + "639343fce101f4caa40a4ef3 Name": "Shellback Tactical Banshee プレートキャリア (A-TACS AU)", "639343fce101f4caa40a4ef3 ShortName": "Banshee", - "639343fce101f4caa40a4ef3 Description": "The Banshee Rifle Plate Carrier was designed to meet and exceed the needs of law enforcement, military, and tactical operators. This ultra lightweight, low profile, high-quality plate carrier has great load carrying capacity.", + "639343fce101f4caa40a4ef3 Description": "Banshee Rifle プレートキャリアは、法執行機関、軍隊、タクティカルオペレーターのニーズを満たし、それを上回るように設計されている。この超軽量で薄型、高品質のプレートキャリアは優れた積載能力を備えている。", "639346cc1c8f182ad90c8972 Name": "Tasmanian Tiger トルーパー 35 バックパック", "639346cc1c8f182ad90c8972 ShortName": "Trooper 35", "639346cc1c8f182ad90c8972 Description": "Tasmanian Tiger トルーパー ライトパック 35 は35Lの容量を備えた軽量で機能的なバックパックだ。人間工学・解剖学に基づいた背面のパッド付サスペンションシステムやショルダーストラップを備えている。", @@ -9776,15 +9776,15 @@ "63d114019e35b334d82302f7 Name": "SAG AK dovetail sidemount", "63d114019e35b334d82302f7 ShortName": "SAG AK", "63d114019e35b334d82302f7 Description": "The \"SAG AK\" sidemount is designed to mount sights on AK rifles and their numerous versions: Saiga, SVD, etc. Manufactured by Sureshot Armament Group.", - "63d3ce0446bd475bcb50f55f Name": "AR-15 Hanson Carbine 5.56x45 13.7 inch barrel", - "63d3ce0446bd475bcb50f55f ShortName": "Hanson 13.7\"", - "63d3ce0446bd475bcb50f55f Description": "The Hanson Carbine barrel for AR-15 based weapons for 5.56x45 NATO ammo, 13.7 inch long.", + "63d3ce0446bd475bcb50f55f Name": "AR-15 5.56x45 Ballistic Advantage Hanson Carbine Pro 13.7 inch barrel", + "63d3ce0446bd475bcb50f55f ShortName": "BA Hanson 13.7\"", + "63d3ce0446bd475bcb50f55f Description": "A 13.7 inch (348mm) Hanson Carbine Pro barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Manufactured by Ballistic Advantage.", "63d3ce281fe77d0f2801859e Name": "AR-15 Ballistic Advantage Lo-Pro Gas Block", "63d3ce281fe77d0f2801859e ShortName": "LoPro", "63d3ce281fe77d0f2801859e Description": "A Low-profile gas block for AR-15 system barrels. Manufactured by Ballistic Advantage.", - "63d3d44a2a49307baf09386d Name": "AR-15 Hanson Carbine 5.56x45 16 inch barrel", - "63d3d44a2a49307baf09386d ShortName": "Hanson 16\"", - "63d3d44a2a49307baf09386d Description": "The Hanson Carbine barrel for AR-15 based weapons for 5.56x45 NATO ammo, 16 inch long.", + "63d3d44a2a49307baf09386d Name": "AR-15 5.56x45 Ballistic Advantage Hanson Carbine Pro 16 inch barrel", + "63d3d44a2a49307baf09386d ShortName": "BA Hanson 16\"", + "63d3d44a2a49307baf09386d Description": "A 16 inch (406mm) Hanson Carbine Pro barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Manufactured by Ballistic Advantage.", "63dbd45917fff4dee40fe16e Name": "", "63dbd45917fff4dee40fe16e ShortName": "", "63dbd45917fff4dee40fe16e Description": "", @@ -9917,7 +9917,7 @@ "643ea5b23db6f9f57107d9fd Name": "SVT-40 7.62x54R ライフル", "643ea5b23db6f9f57107d9fd ShortName": "SVT-40", "643ea5b23db6f9f57107d9fd Description": "SVT-40は、第二次世界大戦初期、サブマシンガンの大量生産が始まる前に製造された唯一の大量生産された個人用武器だ。兵士たちはこのライフルをスヴェタ(Sveta)と愛称で呼びました。しかし、スヴェタ(Sveta)が部隊に配備された際、赤軍すべての兵士がこの武器を使いこなすことが不可能であることが判明し、代わりに海兵隊の部隊や狙撃手で効果的に活用された。生産は戦争の終わりまで続き、SVT-40は総合的な勝利に貢献を果たした。", - "644674a13d52156624001fbc Name": "KBP 9A-91 9x39 コンパクトアサルトライル", + "644674a13d52156624001fbc Name": "KBP 9A-91 9x39 コンパクトアサルトライフル", "644674a13d52156624001fbc ShortName": "9A-91", "644674a13d52156624001fbc Description": "9A-91は SR-3 \"Vikhr\" アサルトライフルより技術的に進歩した類似品および競合製品として設計された、9x39mm 口径のアサルトライフルだ。KBP器械製造設計局製。", "644675573d52156624001fc9 Name": "9A-91 handguard", @@ -10298,12 +10298,12 @@ "64a436122d2c4e6e970f4117 Name": "", "64a436122d2c4e6e970f4117 ShortName": "", "64a436122d2c4e6e970f4117 Description": "", - "64a536392d2c4e6e970f4121 Name": "WARTECH TV-115 plate carrier (Olive Drab)", + "64a536392d2c4e6e970f4121 Name": "WARTECH TV-115 プレートキャリア (オリーブドラブ)", "64a536392d2c4e6e970f4121 ShortName": "TV-115", - "64a536392d2c4e6e970f4121 Description": "Operational armor system TV-115 with high-density polyethylene (class 3) plates, protecting only the chest and the back. Manufactured by WARTECH.", + "64a536392d2c4e6e970f4121 Description": "胸部と背部のみを保護する高密度ポリエチレン (クラス3) プレートを装備したオペレーショナル・アーマー・システムTV-115。WARTECH社製。", "64a5366719bab53bd203bf33 Name": "Eagle Allied Industries MBSS プレートキャリア (コヨーテブラウン)", "64a5366719bab53bd203bf33 ShortName": "MBSS", - "64a5366719bab53bd203bf33 Description": "The MBSS vest is part of the Maritime Ballistic Survivor System. The vest can be used with flotation inserts to provide buoyancy as it is not equipped with a quick release system. Manufactured by Eagle Allied Industries.", + "64a5366719bab53bd203bf33 Description": "MBSS ベストは、海上作戦用防弾装備システムの一部だ。このベストはクイックリリースシステムを備えていないため、フローテーションインサートと併用することで浮力を得ることができる。Eagle Allied Industries 社製。", "64abd93857958b4249003418 Name": "Interceptor OTV ボディアーマー (UCP)", "64abd93857958b4249003418 ShortName": "OTV", "64abd93857958b4249003418 Description": "Interceptor ベストは、背部と胸部にポケットを備えた布製のアウター・タクティカル・ベスト(OTV)と、2つの保護用セラミック複合材 SAPI または ESAPI が挿入されている。アウター・タクティカル・ベスト(OTV)は、弾薬の破片や9ミリ拳銃の弾丸を防ぐアラミド生地のポーチを装備した基本的なベストだ。", @@ -10577,7 +10577,7 @@ "6513f05a94c72326990a3866 Name": "RPD wooden handguard", "6513f05a94c72326990a3866 ShortName": "RPD wood", "6513f05a94c72326990a3866 Description": "A standard-issue wooden handguard for the RPD machine gun. Manufactured by V.A. Degtyarev Plant.", - "6513f0a194c72326990a3868 Name": "RPD 7.62x39 \"Buben\" 100-round box", + "6513f0a194c72326990a3868 Name": "RPD 7.62x39 Buben 100-round box", "6513f0a194c72326990a3868 ShortName": "Buben", "6513f0a194c72326990a3868 Description": "A standard-issue 100-round box for the RPD machine gun nicknamed \"Buben\" for its round shape. Manufactured by V.A. Degtyarev Plant.", "6513f0f5e63f29908d0ffab8 Name": "RPD barrel thread protector", @@ -10673,10 +10673,10 @@ "6529302b8c26af6326029fb7 Name": "6.8x51mm SIG FMJ", "6529302b8c26af6326029fb7 ShortName": "FMJ", "6529302b8c26af6326029fb7 Description": "A civilian 6.8x51mm (.277 FURY) Elite Ball FMJ (Full Metal Jacket) 135 grain rifle round, manufactured by SIG Sauer.", - "6529348224cbe3c74a05e5c4 Name": "MPX/MCX Stock Locking Hinge Assembly", - "6529348224cbe3c74a05e5c4 ShortName": "SIG SLHA", - "6529348224cbe3c74a05e5c4 Description": "A folding stock adapter for SIG rifles and SMGs. Manufactured by SIG Sauer.", - "6529366450dc782999054ba0 Name": "MPX/MCX Stock Adapter Low Profile Tube (Coyote Tan)", + "6529348224cbe3c74a05e5c4 Name": "SIG Sauer Locking Stock Hinge Assembly", + "6529348224cbe3c74a05e5c4 ShortName": "SIG LSHA", + "6529348224cbe3c74a05e5c4 Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", + "6529366450dc782999054ba0 Name": "SIG Sauer Stock Adapter Low Profile Tube (Coyote Tan)", "6529366450dc782999054ba0 ShortName": "SIG LPT", "6529366450dc782999054ba0 Description": "A buffer tube for the folding stock adapter for SIG AR platform rifles and SMGs. Manufactured by SIG Sauer. Coyote Tan version.", "6529370c405a5f51dd023db8 Name": "AR-15 Magpul MOE SL-K buttstock (Coyote Tan)", @@ -10868,9 +10868,9 @@ "656efaf54772930db4031ff5 Name": "Granit 4 ballistic plates (Back)", "656efaf54772930db4031ff5 ShortName": "Granit 4 Back", "656efaf54772930db4031ff5 Description": "Two Granit 4RS armor plates for the back section of 6B13 body armor. Features improved ergonomic characteristics: anatomical shape and division into two panels provides an optimal fit to the user's figure, increasing the comfort of use.", - "656efd66034e8e01c407f35c Name": "6B13 custom ballistic plates (Back)", + "656efd66034e8e01c407f35c Name": "6B13 カスタム防弾プレート (ブラック)", "656efd66034e8e01c407f35c ShortName": "6B13 Back", - "656efd66034e8e01c407f35c Description": "Custom homespun ballistic plates for the 6B13 bulletproof vest.", + "656efd66034e8e01c407f35c Description": "6B13 防弾ベスト用にカスタムされた自家製の防弾プレート。", "656f198fb27298d6fd005466 Name": "Direct Action Dragon Egg Mark II バックパック (ブラック)", "656f198fb27298d6fd005466 ShortName": "Dragon Egg MKII", "656f198fb27298d6fd005466 Description": "軍や法執行機関向けにデザインされた、容量25リットル以上の軽量で多用途なバックパック。", @@ -11420,9 +11420,9 @@ "65709d2d21b9f815e208ff95 Name": "Diamond Age NeoSteel High Cut helmet (Black)", "65709d2d21b9f815e208ff95 ShortName": "NeoSteel", "65709d2d21b9f815e208ff95 Description": "The Diamond Age NeoSteel helmet features a unique design that combines high-strength steel with composite materials to provide advanced protection against ballistic and impact threats. It is designed to withstand high velocity impacts and can provide protection against a variety of threats.", - "6570a88c8f221f3b210353b7 Name": "Diamond Age NeoSteel helmet ballistic mandible", + "6570a88c8f221f3b210353b7 Name": "Diamond Age NeoSteel ヘルメット用防弾マンドブル", "6570a88c8f221f3b210353b7 ShortName": "NeoSteel", - "6570a88c8f221f3b210353b7 Description": "An extra ballistic protection with a special design for the Diamond Age NeoSteel helmet.", + "6570a88c8f221f3b210353b7 Description": "Diamond Age NeoSteel ヘルメット用に特別にデザインされた追加の防弾装備。", "6570aead4d84f81fd002a033 Name": "Death Shadow lightweight armored mask", "6570aead4d84f81fd002a033 ShortName": "Death Shadow", "6570aead4d84f81fd002a033 Description": "The \"Death Shadow\" mask for face protection, reinforced with aramid fibers.", @@ -12368,9 +12368,9 @@ "6582e6c6edf14c4c6023adf2 Name": "Lab technician body", "6582e6c6edf14c4c6023adf2 ShortName": "Lab technician body", "6582e6c6edf14c4c6023adf2 Description": "Lab technician body", - "6582e6d7b14c3f72eb071420 Name": "PMC body", + "6582e6d7b14c3f72eb071420 Name": "PMC の死体", "6582e6d7b14c3f72eb071420 ShortName": "PMC body", - "6582e6d7b14c3f72eb071420 Description": "PMC body", + "6582e6d7b14c3f72eb071420 Description": "PMC の死体", "658420d8085fea07e674cdb6 Name": "Civilian body", "658420d8085fea07e674cdb6 ShortName": "Civilian body", "658420d8085fea07e674cdb6 Description": "Civilian body", @@ -12647,9 +12647,9 @@ "664a5480bfcc521bad3192ca Name": "Armband (ARENA)", "664a5480bfcc521bad3192ca ShortName": "ARENA", "664a5480bfcc521bad3192ca Description": "Armband given by Ref. The mark of the Tarkov Arena champion.", - "664a55d84a90fc2c8a6305c9 Name": "Secure container Theta", + "664a55d84a90fc2c8a6305c9 Name": "セキュアコンテナ Theta", "664a55d84a90fc2c8a6305c9 ShortName": "Theta", - "664a55d84a90fc2c8a6305c9 Description": "A unique secure container available only for Tarkov Arena champions.", + "664a55d84a90fc2c8a6305c9 Description": "タルコフアリーナのチャンピオンのみが使用できるユニークなセキュアコンテナ。", "664a5775f3d3570fba06be64 Name": "Bison VS Undertaker poster pack", "664a5775f3d3570fba06be64 ShortName": "Posters", "664a5775f3d3570fba06be64 Description": "A large pack of posters advertising the Arena supposed to be stashed on Customs.", @@ -12662,9 +12662,9 @@ "664b69f3a082271bc46c4e13 Name": "Easy Money poster pack", "664b69f3a082271bc46c4e13 ShortName": "Posters", "664b69f3a082271bc46c4e13 Description": "A large pack of Arena posters supposed to be stashed on Woods.", - "664d3db6db5dea2bad286955 Name": "Shatun's hideout key", + "664d3db6db5dea2bad286955 Name": "Shatun のハイドアウトの鍵", "664d3db6db5dea2bad286955 ShortName": "Shatun", - "664d3db6db5dea2bad286955 Description": "A key that unlocks a door to one of the village houses located somewhere in Priozersk natural reserve. Belonged to one of the Arena gladiators by the name \"Shatun\".", + "664d3db6db5dea2bad286955 Description": "プリオゼルスク自然保護区のどこかにある村の家のドアを開ける鍵。アリーナの戦士の一人、\"Shatun\" が持っていた。", "664d3dd590294949fe2d81b7 Name": "Grumpy's hideout key", "664d3dd590294949fe2d81b7 ShortName": "Grumpy", "664d3dd590294949fe2d81b7 Description": "A key that unlocks the room located at the power station next to the ULTRA mall. Belonged to one of the Arena gladiators by the name \"Grumpy\".", @@ -12674,18 +12674,18 @@ "664d3de85f2355673b09aed5 Name": "Leon's hideout key", "664d3de85f2355673b09aed5 ShortName": "Leon", "664d3de85f2355673b09aed5 Description": "A key to the room in the big house next to the bridge that leads to the water treatment plant. Belonged to one of Arena gladiators by the name \"Leon\".", - "664d4b0103ef2c61246afb56 Name": "Dorm overseer key", + "664d4b0103ef2c61246afb56 Name": "寮の監督の鍵", "664d4b0103ef2c61246afb56 ShortName": "Overseer", - "664d4b0103ef2c61246afb56 Description": "A key to the three-story dormitory with a tag reading \"Overseer\" on it. Appears to be extremely fragile, one-two uses and the key will break apart.", + "664d4b0103ef2c61246afb56 Description": "「監督」と書かれた札が付いた3階建ての社員寮の鍵。非常に壊れやすいようで、1、2回も使えばバラバラになってしまうだろう。", "664fce7a90294949fe2d81cb Name": "Ref dirt", "664fce7a90294949fe2d81cb ShortName": "Dirt", "664fce7a90294949fe2d81cb Description": "A folder of photos, charts, bank records, e-mail printouts and surveillance diaries of Arena employees.", - "66507eabf5ddb0818b085b68 Name": "2A2-(b-TG) stimulant injector", + "66507eabf5ddb0818b085b68 Name": "2A2-(b-TG) の注射器", "66507eabf5ddb0818b085b68 ShortName": "2A2-(b-TG)", - "66507eabf5ddb0818b085b68 Description": "TerraGroup's next development after the 3-(b-TG) stimulant. The goal of the project was to obtain a drug that would give an advantage in reconnaissance and crossing combat zones far away from supply points. At the same time, the drug is required to be manufacturable in handicraft conditions. The obtained substance allows to keep the CNS in tone for a long period of time, which positively affects the fighter's efficiency to assess the environment, and also enhances their ability to carry equipment. The stimulant’s effective duration is accompanied by increased loss of hydration.", - "6655e35b6bc645cb7b059912 Name": "\"The Eye\" mortar strike signaling device", + "66507eabf5ddb0818b085b68 Description": "TerraGroup が 3-(b-TG) の注射器 の次に開発した注射器。補給拠点から遠く離れた戦闘地域への偵察や行軍を行う際に役立つことを目的として開発された。同時に、この薬品は手作業で製造できる必要があった。得られた物質はCNS(中枢神経系)の興奮を長時間維持することが可能で、状況判断力を向上させるとともに、装備の運搬能力を高める。この注射器の効果中、水分をより消費する。", + "6655e35b6bc645cb7b059912 Name": "\"The Eye\" 迫撃砲攻撃信号装置", "6655e35b6bc645cb7b059912 ShortName": "\"The Eye\"", - "6655e35b6bc645cb7b059912 Description": "A special device that utilizes a whole network of detectors, communication systems and satellites. Mechanic built it from the blueprints of a certain someone named Mr. Kerman. Although the device doesn't allow you to connect to digital maps of the area, it can warn you of an impending mortar attack.", + "6655e35b6bc645cb7b059912 Description": "探知器、通信システム、衛星のネットワーク全体を利用した特殊な装置。Mechanic が Mr.Kerman と呼ばれる人物の設計図を基に作り上げたものだ。この装置はエリアのデジタルマップに接続することはできないが、迫撃砲攻撃の接近を警告することができる。", "6656560053eaaa7a23349c86 Name": "Lega Medal", "6656560053eaaa7a23349c86 ShortName": "Lega", "6656560053eaaa7a23349c86 Description": "A medal with the Legendary Kill mark. An extremely rare reward for Arena gladiators, which can be earned by completing Ref's hardest challenges.", @@ -12897,7 +12897,7 @@ "668670e3fb75ee4a5e02eb16 ShortName": "PRO BRN", "668670e3fb75ee4a5e02eb16 Description": "A special nut required to install 9x19 barrels on UZI PRO. Manufactured by Israel Weapon Industries.", "668670f52a2296a8d909963c Name": "UZI PRO 9x19 Masada thread protector", - "668670f52a2296a8d909963c ShortName": "PRO TP", + "668670f52a2296a8d909963c ShortName": "PRO thr.", "668670f52a2296a8d909963c Description": "The Masada thread protector for UZI PRO submachine gun barrels. Manufactured by Israel Weapon Industries.", "6686717ffb75ee4a5e02eb19 Name": "UZI PRO A3 Tactical Modular Folding Brace", "6686717ffb75ee4a5e02eb19 ShortName": "A3 MFB", @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13181,36 +13181,36 @@ "66b5f666cad6f002ab7214c2 Name": "Ballistic Armor Co. Bastion helmet (MultiCam)", "66b5f666cad6f002ab7214c2 ShortName": "BAC Bastion", "66b5f666cad6f002ab7214c2 Description": "The Bastion NIJ level IIIA tactical helmet designed for law enforcement and civilian use. Equipped with M-LOK interface rails for mounting additional equipment. Manufactured by Ballistic Armor Co. MultiCam camouflage version.", - "66b5f68de98be930d701c00e Name": "Safariland Liberator HP 2.0 Hearing Protection Headset (FDE)", + "66b5f68de98be930d701c00e Name": "Safariland Liberator HP 2.0 聴覚保護ヘッドセット(FDE)", "66b5f68de98be930d701c00e ShortName": "Liberator", - "66b5f68de98be930d701c00e Description": "A next generation low-profile active headset, designed to protect the user's hearing from external factors. Manufactured by Safariland. Flat Dark Earth version.", - "66b5f693acff495a294927e3 Name": "Peltor ComTac V headset (OD Green)", + "66b5f68de98be930d701c00e Description": "次世代の低プロファイルアクティブヘッドセット、外部の要因から使用者の聴覚を保護するために設計されている。Safariland 社製。FDE 版。", + "66b5f693acff495a294927e3 Name": "Peltor ComTac V ヘッドセット(ODグリーン)", "66b5f693acff495a294927e3 ShortName": "ComTac V", - "66b5f693acff495a294927e3 Description": "A communication headset equipped with a microphone and omnidirectional high-fidelity speakers that are optimized for voice communication and capable of picking up sounds with high sensitivity. Manufactured by 3M Peltor. OD Green color version.", - "66b5f6985891c84aab75ca76 Name": "Peltor ComTac VI headset (Coyote Brown)", + "66b5f693acff495a294927e3 Description": "マイクと無指向性の高忠実度スピーカーを備え、音声通信に最適化されており、高感度で音を拾うことができるコミュニケーションヘッドセット。3M Peltor 製。ODグリーンカラーバージョン。", + "66b5f6985891c84aab75ca76 Name": "Peltor ComTac VI ヘッドセット(コヨーテブラウン)", "66b5f6985891c84aab75ca76 ShortName": "ComTac VI", - "66b5f6985891c84aab75ca76 Description": "An improved version of the ComTac V communication headset, equipped with advanced environmental listening settings and an NIB (Natural Interaction Behavior) feature, allowing to communicate with other ComTac VI users in a certain proximity without having to use radios. Manufactured by 3M Peltor. Coyote Brown version.", - "66b5f69ea7f72d197e70bcdb Name": "TW EXFIL Peltor ComTac V headset (OD Green)", + "66b5f6985891c84aab75ca76 Description": "ComTac VI コミュニケーションヘッドセットの改良版で、高度な環境リスニング設定と NIB(Natural Interaction Behavior)機能を搭載し、一定の距離内にいる他の ComTac VI ユーザーと無線を使用せずに通信することができる。3M Peltor 社製。コヨーテブラウンバージョン。", + "66b5f69ea7f72d197e70bcdb Name": "TW EXFIL Peltor ComTac V ヘッドセット(ODグリーン)", "66b5f69ea7f72d197e70bcdb ShortName": "ComTac V", - "66b5f69ea7f72d197e70bcdb Description": "A communication headset equipped with a microphone and omnidirectional high-fidelity speakers that are optimized for voice communication and capable of picking up sounds with high sensitivity. Equipped with a mount for attaching the headset to Team Wendy EXFIL helmets. Manufactured by 3M Peltor. OD Green color version.", - "66b5f6a28ca68c6461709ed8 Name": "TW EXFIL Peltor ComTac VI headset (Coyote Brown)", + "66b5f69ea7f72d197e70bcdb Description": "マイクと無指向性の高忠実度スピーカーを備え、音声通信に最適化されており、高感度で音を拾うことができるコミュニケーションヘッドセット。Team Wendy EXFIL ヘルメットに取り付けるためのマウントを備えている。3M Peltor 製。ODグリーンカラーバージョン。", + "66b5f6a28ca68c6461709ed8 Name": "TW EXFIL Peltor ComTac VI ヘッドセット(コヨーテブラウン)", "66b5f6a28ca68c6461709ed8 ShortName": "ComTac VI", - "66b5f6a28ca68c6461709ed8 Description": "An improved version of the ComTac V communication headset, equipped with advanced environmental listening settings and an NIB (Natural Interaction Behavior) feature, allowing to communicate with other ComTac VI users in a certain proximity without having to use radios. Equipped with a mount for attaching the headset to Team Wendy EXFIL helmets. Manufactured by 3M Peltor. Coyote Brown version.", + "66b5f6a28ca68c6461709ed8 Description": "ComTac VI コミュニケーションヘッドセットの改良版で、高度な環境リスニング設定と NIB(Natural Interaction Behavior)機能を搭載し、一定の距離内にいる他の ComTac VI ユーザーと無線を使用せずに通信することができる。Team Wendy EXFIL ヘルメットに取り付けるためのマウントを備えている。3M Peltor 社製。コヨーテブラウンバージョン。", "66b61ce0c5d72b027748867e Name": "Hybrid composite materials", "66b61ce0c5d72b027748867e ShortName": "", "66b61ce0c5d72b027748867e Description": "", "66b61cfae98be930d701c029 Name": "Hybrid composite materials", "66b61cfae98be930d701c029 ShortName": "", "66b61cfae98be930d701c029 Description": "", - "66b6295178bbc0200425f995 Name": "Stich Profi Stich Defense mod.2 plate carrier (MultiCam)", + "66b6295178bbc0200425f995 Name": "Stich Profi Stich Defense mod.2 プレートキャリア (マルチカム)", "66b6295178bbc0200425f995 ShortName": "SD mod.2", - "66b6295178bbc0200425f995 Description": "A plate carrier designed for Granit and SAPI plates, made of heavy-duty materials with IR remission. Equipped with ROC buckles for quick donning and doffing. The inner sides are made of soft fabric and equipped with vent pads for increased comfort. Manufactured by Stich Profi. MultiCam camouflage version.", - "66b6295a8ca68c6461709efa Name": "Tasmanian Tiger Plate Carrier MKIII (Coyote Brown)", + "66b6295178bbc0200425f995 Description": "Granit プレートと SAPI プレート用に設計されたプレートキャリア。IR 反射機能を備えた頑丈な素材で作られている。ROC バックルにより素早い着脱が可能になっている。内側はソフトな生地でできており、快適性を高めるベストパッドが付いている。Stich Profi 社製。マルチカム迷彩バージョン。", + "66b6295a8ca68c6461709efa Name": "Tasmanian Tiger プレートキャリア MKIII (コヨーテブラウン)", "66b6295a8ca68c6461709efa ShortName": "TT MKIII", - "66b6295a8ca68c6461709efa Description": "A lightweight low-profile plate carrier designed to fit SAPI plates. Manufactured by Tasmanian Tiger. Coyote Brown version.", - "66b6296d7994640992013b17 Name": "Stich Profi Plate Carrier V2 (Black)", + "66b6295a8ca68c6461709efa Description": "SAPI プレート用に設計された軽量で薄型のプレートキャリア。Tasmanian Tiger 社製。コヨーテブラウンバージョン。", + "66b6296d7994640992013b17 Name": "Stich Profi プレートキャリア V2 (ブラック)", "66b6296d7994640992013b17 ShortName": "SP PC V2", - "66b6296d7994640992013b17 Description": "An improved lightweight version of the standard plate carrier manufactured by Stich Profi. Black color version.", + "66b6296d7994640992013b17 Description": "Stich Profi 社製の標準プレートキャリアの改良軽量版。ブラックカラーバージョン。", "66b884eaacff495a29492849 Name": "Aramid insert", "66b884eaacff495a29492849 ShortName": "", "66b884eaacff495a29492849 Description": "", @@ -13238,9 +13238,9 @@ "66b8b22b78bbc0200425fb20 Name": "Aramid insert", "66b8b22b78bbc0200425fb20 ShortName": "", "66b8b22b78bbc0200425fb20 Description": "", - "66bc98a01a47be227a5e956e Name": "Streamer item case", + "66bc98a01a47be227a5e956e Name": "ストリーマーアイテムケース", "66bc98a01a47be227a5e956e ShortName": "Streamer items", - "66bc98a01a47be227a5e956e Description": "A case for compact storage of those strange souvenirs scattered throughout Tarkov, perfect for collectors.", + "66bc98a01a47be227a5e956e Description": "タルコフに散在する奇妙な土産物をコンパクトに収納できるケース、コレクターに最適。", "66bcd2c46c8ca126600ccc3f Name": "BEAR Phoenix", "66bcd2c46c8ca126600ccc3f ShortName": "", "66bcd2c46c8ca126600ccc3f Description": "Flannel shirt", @@ -13313,9 +13313,9 @@ "66da1b546916142b3b022777 Name": "Airdrop technical supply crate", "66da1b546916142b3b022777 ShortName": "Airdrop technical supply crate", "66da1b546916142b3b022777 Description": "crate", - "66dae7cbeb28f0f96809f325 Name": "V40 Mini-Grenade", + "66dae7cbeb28f0f96809f325 Name": "V40 ミニグレネード", "66dae7cbeb28f0f96809f325 ShortName": "V40", - "66dae7cbeb28f0f96809f325 Description": "A Dutch fragmentation hand grenade. The grenade is the size of a standard golf ball and has a guaranteed lethal radius of only one meter.", + "66dae7cbeb28f0f96809f325 Description": "オランダ製のフラググレネード。このグレネードは標準的なゴルフボールほどのサイズで、致死半径はわずか 1m ほどだ。", "66ec2aa6daf127599c0c31f1 Name": "O-832DU Shrapnel", "66ec2aa6daf127599c0c31f1 ShortName": "O-832DU Shrapnel", "66ec2aa6daf127599c0c31f1 Description": "O-832DU Shrapnel", @@ -13610,9 +13610,9 @@ "6710cea62bb09af72f0e6bf8 Name": "Leapers UTG Universal Shotgun Barrel Mount", "6710cea62bb09af72f0e6bf8 ShortName": "UTG USBM", "6710cea62bb09af72f0e6bf8 Description": "The UTG Universal Shotgun Barrel Mount is designed for mounting on tubular magazines and barrels with a diameter of 20-25 millimeters. Features 3 rails for attaching additional equipment. Manufactured by Leapers Inc.", - "6711039f9e648049e50b3307 Name": "TerraGroup Labs residential unit keycard ", + "6711039f9e648049e50b3307 Name": "TerraGroup Labs 住居区画キーカード", "6711039f9e648049e50b3307 ShortName": "Res. unit", - "6711039f9e648049e50b3307 Description": "A keycard to the residential unit in the containment block of TerraGroup Labs.", + "6711039f9e648049e50b3307 Description": "TerraGroup Labs の収容ブロック内にある居住区画のキーカード。", "67110d06723c2733410161e8 Name": "HK G36 IDZ adjustable stock", "67110d06723c2733410161e8 ShortName": "G36 IDZ", "67110d06723c2733410161e8 Description": "A polymer adjustable buttstock for the G36 assault rifle, manufactured by Heckler & Koch.", @@ -13649,9 +13649,9 @@ "67124dcfa3541f2a1f0e788b Name": "MPS Auto Assult-12 Gen2 12ga オートマチックショットガン", "67124dcfa3541f2a1f0e788b ShortName": "AA-12 Gen 2", "67124dcfa3541f2a1f0e788b Description": "AA-12(Auto Assult-12)は信頼性の高い12ゲージのフルオートショットガンだ。第2世代では光学機器を取り付けるためのマウントが備わっている。このショットガンの特徴は独自の反動システムにより発射速度とストッピングパワーを犠牲にすることなく、反動を低減させている。AA-12は軍や警察向けに設計されている。Military Police Systems社製。", - "6718817435e3cfd9550d2c27 Name": "Steyr AUG A3 5.56x45 assault rifle (Black)", + "6718817435e3cfd9550d2c27 Name": "Steyr AUG A3 5.56x45 アサルトライフル (ブラック)", "6718817435e3cfd9550d2c27 ShortName": "AUG A3", - "6718817435e3cfd9550d2c27 Description": "Steyr AUG A3 is a 5.56x45 bullpup assault rifle, developed by the Austrian company Steyr-Daimler-Puch. AUG is known for good ergonomics, decent accuracy, low recoil and sufficient reliability. The rifle also stands out for its futuristic design. The A3 version features a bolt-catch button. Black version.", + "6718817435e3cfd9550d2c27 Description": "Steyr AUG A3 は、オーストリアの企業である Steyr-Daimler-Puch によって開発された、5.56x45mm 弾を使用するのブルパップ方式アサルトライフルで、優れたエルゴノミクス、ある程度の精度、低い反動、そして十分な信頼性で知られている。また、未来的なデザインも目立つライフルだ。A3のバージョンにはボルトキャッチボタンが搭載されている。ブラックバージョン。", "671883292e2eeb98d406f3b8 Name": "Steyr AUG vertical foregrip (Black)", "671883292e2eeb98d406f3b8 ShortName": "AUG", "671883292e2eeb98d406f3b8 Description": "A vertical foregrip for the Steyr AUG assault rifle. Black version.", @@ -13678,7 +13678,7 @@ "671d8b8c0959c721a50ca838 Description": "A 12-round .45 ACP magazine for the special version of the USP45 pistol - USP45 Tactical.", "673b3f977038192ee006aa09 Name": "むき出しの天井", "673b3f977038192ee006aa09 ShortName": "Bare ceiling", - "673b3f977038192ee006aa09 Description": "特に何も無い。幸運にも蜘蛛の巣は無いようだ。そうでなければ?", + "673b3f977038192ee006aa09 Description": "特別なことはない。幸運にも蜘蛛の巣は無いようだ。そうでなければ?", "673c7b00cbf4b984b5099181 Name": "", "673c7b00cbf4b984b5099181 ShortName": "", "673c7b00cbf4b984b5099181 Description": "", @@ -13772,18 +13772,18 @@ "67449b6c89d5e1ddc603f504 Name": "Case key", "67449b6c89d5e1ddc603f504 ShortName": "Case key", "67449b6c89d5e1ddc603f504 Description": "A key suitable for opening most standard cases.", - "67458730df3c1da90b0b052b Name": "5.11 Tactical RUSH 100 backpack (Black)", + "67458730df3c1da90b0b052b Name": "5.11 Tactical RUSH 100 バックパック (ブラック)", "67458730df3c1da90b0b052b ShortName": "RUSH 100", - "67458730df3c1da90b0b052b Description": "A tactical backpack with a complex modular system. The arrangement of internal compartments and side straps makes the RUSH 100 a highly versatile backpack that can be adapted to any combat situation.", - "67458794e21e5d724e066976 Name": "LBT-1476A 3Day Pack (MultiCam Alpine)", + "67458730df3c1da90b0b052b Description": "複雑なモジュラーシステムを採用したタクティカルバックパック。内部コンパートメントとサイドストラップの配置により、RUSH 100 はあらゆる戦闘状況に対応できる汎用性の高いバックパックとなっている。", + "67458794e21e5d724e066976 Name": "LBT-1476A 3Day パック(マルチカムアルパイン)", "67458794e21e5d724e066976 ShortName": "LBT-1476A", - "67458794e21e5d724e066976 Description": "A medium-size 3-day backpack designed for both military and tourist use. Manufactured by London Bridge Trading. MultiCam Alpine version.", + "67458794e21e5d724e066976 Description": "軍事用途と旅行用途の両方に対応した、中型サイズの3デイバックパック。London Bridge Trading 社製。マルチカムアルパインバージョン。", "6745895717824b1ec20570a6 Name": "6B47 Ratnik-BSh helmet (EMR Arctic cover)", "6745895717824b1ec20570a6 ShortName": "6B47 EMRA", "6745895717824b1ec20570a6 Description": "6B47 is an aramid helmet of Russian origin. As part of the Ratnik program, it is the new standard-issue helmet for most of the Russian Armed Forces. The 6B47 is similar to previous generation helmets such as the 6B7-1M and 6B27. It has equal protection but weighs slightly less, floats in water, and has mounting equipment for lights and night vision devices. The helmet can be fitted with a variety of covers for different environments. Equipped with an arctic EMR camouflage cover.", - "674589d98dd67746010329e6 Name": "Spiritus Systems Bank Robber chest rig (MultiCam Alpine)", + "674589d98dd67746010329e6 Name": "Spiritus Systems Bank Robber チェストリグ (マルチカムアルパイン)", "674589d98dd67746010329e6 ShortName": "Bank Robber", - "674589d98dd67746010329e6 Description": "An ultra-compact and lightweight chest rig for mobility and comfort. Manufactured by Spiritus Systems. MultiCam Alpine camouflage version, for all your winter LARP needs.", + "674589d98dd67746010329e6 Description": "機動性と快適性を追求した超小型かつ軽量のチェストリグだ。Spiritus Systems社製。冬の LARP のあらゆるニーズに応える、マルチカムアルパイン迷彩バージョン。", "6746fd09bafff85008048838 Name": "Dogtag BEAR", "6746fd09bafff85008048838 ShortName": "BEAR", "6746fd09bafff85008048838 Description": "Army dogtags serve the purpose of quickly identifying the wounded and deceased in combat. This one belonged to a BEAR PMC operator that went through the Tarkov hell from the very beginning.", @@ -13832,18 +13832,18 @@ "674d6121c09f69dfb201a888 Name": "Aklys Defense Velociraptor .300 Blackout アサルトライフル", "674d6121c09f69dfb201a888 ShortName": "Velociraptor .300 BLK", "674d6121c09f69dfb201a888 Description": "AK アサルトライフルを基に、.300 Blackout 弾を使用するように特別に改良されたモデル。Aklys Defense 社が製造している。バレルをサプレッサー一体型のバレルに換装することで、作動音の大幅な低減を実現している。", - "674d90b55704568fe60bc8f5 Name": "Akula push dagger", + "674d90b55704568fe60bc8f5 Name": "Akula プッシュダガー", "674d90b55704568fe60bc8f5 ShortName": "Akula", - "674d90b55704568fe60bc8f5 Description": "As dangerous as the fish it's named after.", - "674d91ce6e862d5a95059ed6 Name": "6B13 M assault armor (Christmas Edition)", + "674d90b55704568fe60bc8f5 Description": "名前の由来となった魚と同じくらい危険だ。", + "674d91ce6e862d5a95059ed6 Name": "6B13 M アサルトアーマー (クリスマスエディション)", "674d91ce6e862d5a95059ed6 ShortName": "6B13 CE", - "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", - "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", + "674d91ce6e862d5a95059ed6 Description": "クリスマスと新年を祝うため、Killa はボディアーマーを再デザインした。アーマーはより目立つようになったが、Killa はもともと慎重な偵察をするようなタイプではない。", + "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe バックパック (オリーブドラブ)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached horns, this backpack used to belong to a hunter.", - "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe backpack (Christmas Edition)", + "674da107c512807d1a0e7436 Description": "容量の割に快適で広々としたバックパックであり、戦時下でも人気があった。鹿の角が付いていることから、このリュックはハンターのものだったようだ。", + "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe バックパック(クリスマスエディション)", "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", - "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", + "674da9cf0cb4bcde7103c07b Description": "誰かが Terraframe の標準モデルをクリスマス用に装飾したようだ。重さはそこまで変わっていないが、レイドに向かう気分がどことなく…明るくなったような?", "674dbf593bee1152d407f005 Name": "Dogtag (Prestige 1)", "674dbf593bee1152d407f005 ShortName": "Dogtag", "674dbf593bee1152d407f005 Description": "A special dogtag with rubber sides, serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the high status of the PMC operator.", @@ -13865,9 +13865,9 @@ "674fe8f6f34d761ab8020cc8 Name": "SOK-12 12ga MD Arms 20-round drum magazine", "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", "674fe8f6f34d761ab8020cc8 Description": "The MD Arms 20-shell drum magazine for SOK-12 and compatible weapons, intended for use with 12/76 or 12/70 shells.", - "674fe9a75e51f1c47c04ec23 Name": "Saiga-12K 12ga automatic shotgun", + "674fe9a75e51f1c47c04ec23 Name": "Saiga-12K 12ga オートマチックショットガン", "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K FA", - "674fe9a75e51f1c47c04ec23 Description": "A modification of the Saiga-12K smoothbore shotgun, enabling fully automatic fire. Hell of a beast.", + "674fe9a75e51f1c47c04ec23 Description": "Saiga-12K ショットガンを改造し、フルオート射撃を可能にしたもの。とんでもない武器だ。", "675069c97348af9e3e0c2a96 Name": "bear_upper_SpNa", "675069c97348af9e3e0c2a96 ShortName": "", "675069c97348af9e3e0c2a96 Description": "", @@ -13903,16 +13903,16 @@ "6750713a65b30e16220465d6 Description": "Tactical jacket", "675184a9490b32072c06f1a7 Name": "OK", "675184a9490b32072c06f1a7 ShortName": "OK", - "675184a9490b32072c06f1a7 Description": "Now you can show the other PMCs that you're okay.", - "675198f2a34a61ba7f053e4d Name": "Rock", + "675184a9490b32072c06f1a7 Description": "これで他の PMC に大丈夫だとアピールできる。", + "675198f2a34a61ba7f053e4d Name": "グー", "675198f2a34a61ba7f053e4d ShortName": "Rock", - "675198f2a34a61ba7f053e4d Description": "The easiest gesture for those who fail to decide which one to go with. Or for the Rock mains, if those exist.", - "6751990a490b32072c06f1b3 Name": "Scissors", + "675198f2a34a61ba7f053e4d Description": "どれを選ぶか決められない人にとっては、最も簡単なジェスチャーだ。もしくは岩が好きな人のために、もしそんな人がいるのなら。", + "6751990a490b32072c06f1b3 Name": "チョキ", "6751990a490b32072c06f1b3 ShortName": "Scissors", - "6751990a490b32072c06f1b3 Description": "For the Scissors mains.", - "67519925ba5968fd800a01e4 Name": "Paper", + "6751990a490b32072c06f1b3 Description": "ハサミが好きな人のために。", + "67519925ba5968fd800a01e4 Name": "パー", "67519925ba5968fd800a01e4 ShortName": "Paper", - "67519925ba5968fd800a01e4 Description": "For the Paper mains.", + "67519925ba5968fd800a01e4 Description": "紙が好きな人のために。", "67519adaba5968fd800a01f0 Name": "Thumbs down", "67519adaba5968fd800a01f0 ShortName": "", "67519adaba5968fd800a01f0 Description": "", @@ -14026,7 +14026,7 @@ "675696bb7a69ab97c30a09f6 Description": "Polo", "675697337a69ab97c30a09f8 Name": "BEAR Instructor", "675697337a69ab97c30a09f8 ShortName": "", - "675697337a69ab97c30a09f8 Description": "Tactical pants", + "675697337a69ab97c30a09f8 Description": "Combat pants", "675697b09fe31e6df7031b26 Name": "USEC BOSS Delta", "675697b09fe31e6df7031b26 ShortName": "", "675697b09fe31e6df7031b26 Description": "", @@ -14038,31 +14038,31 @@ "675698339fe31e6df7031b28 Description": "", "675698eafb0f45813a055a36 Name": "USEC Special Ops", "675698eafb0f45813a055a36 ShortName": "", - "675698eafb0f45813a055a36 Description": "Combat shirt", + "675698eafb0f45813a055a36 Description": "Longsleeve", "6756997970afee6336051976 Name": "USEC Special Ops", "6756997970afee6336051976 ShortName": "", - "6756997970afee6336051976 Description": "Tactical pants", + "6756997970afee6336051976 Description": "Combat pants", "6756d0d27c4045d8c708a4ea Name": "", "6756d0d27c4045d8c708a4ea ShortName": "", "6756d0d27c4045d8c708a4ea Description": "", "6756d0f97c4045d8c708a4ec Name": "", "6756d0f97c4045d8c708a4ec ShortName": "", "6756d0f97c4045d8c708a4ec Description": "", - "675843aef98f37560b029094 Name": "Sunshine", + "675843aef98f37560b029094 Name": "日光", "675843aef98f37560b029094 ShortName": "Sunshine", - "675843aef98f37560b029094 Description": "A charming ceiling for those who don't like the outdoors. Why leave the house when you can just paint the sun on the ceiling?", - "6758443ff94a97cbbe096f18 Name": "Standard floor", + "675843aef98f37560b029094 Description": "屋外が苦手な人のための魅力的な天井。天井に太陽を描くことができるのに、なぜ家を出るのだろう?", + "6758443ff94a97cbbe096f18 Name": "標準の床", "6758443ff94a97cbbe096f18 ShortName": "Standard floor", - "6758443ff94a97cbbe096f18 Description": "The floor that came with the Hideout. If it's cleaned up, it would look \"okay\".", - "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", + "6758443ff94a97cbbe096f18 Description": "ハイドアウトにあった床。掃除すれば「まあまあ」にはなるだろう。", + "675844580ec1f5ab030c8ff6 Name": "人工芝", "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", - "675844580ec1f5ab030c8ff6 Description": "A floor exclusively for walking barefoot. However, it looks like real grass only from a distance.", - "675844bdf94a97cbbe096f1a Name": "Standard walls", + "675844580ec1f5ab030c8ff6 Description": "裸足で歩くための専用の床。しかし、遠目には本物の芝生にしか見えない。", + "675844bdf94a97cbbe096f1a Name": "標準の壁", "675844bdf94a97cbbe096f1a ShortName": "Standard walls", - "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", - "675844d50ec1f5ab030c8ff8 Name": "Tranquility", + "675844bdf94a97cbbe096f1a Description": "基本的なタルコフ市民のためのベーシックな壁。旧ソ連の病院を彷彿とさせる。", + "675844d50ec1f5ab030c8ff8 Name": "静けさ", "675844d50ec1f5ab030c8ff8 ShortName": "Tranquility", - "675844d50ec1f5ab030c8ff8 Description": "For those who seek peace and tranquility. Each hare and butterfly are hand-painted. A real master's work.", + "675844d50ec1f5ab030c8ff8 Description": "平和と静寂を求める人のために。うさぎと蝶はひとつひとつ手描きだ。まさに巨匠の作品。", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", @@ -14086,25 +14086,25 @@ "675850ba33627edb710b0592 Description": "", "67585108def253bd97084552 Name": "/ CyberTark /", "67585108def253bd97084552 ShortName": "CyberTark", - "67585108def253bd97084552 Description": "The future is now. Or was it No Future?", - "67585bf5428877c04c038ee3 Name": "Bear target", + "67585108def253bd97084552 Description": "未来は今だ。それとも未来はなかったのか?", + "67585bf5428877c04c038ee3 Name": "Bear ターゲット", "67585bf5428877c04c038ee3 ShortName": "Bear target", - "67585bf5428877c04c038ee3 Description": "Know your enemy.", - "67585cf55ec257bf740a446f Name": "Hog target", + "67585bf5428877c04c038ee3 Description": "敵を知れ。", + "67585cf55ec257bf740a446f Name": "豚のターゲット", "67585cf55ec257bf740a446f ShortName": "Hog target", - "67585cf55ec257bf740a446f Description": "A target for real hunters. Making Jaeger proud.", - "67585d161840a37ff10ebdd1 Name": "Bottle target", + "67585cf55ec257bf740a446f Description": "本物のハンターのターゲット。Jeager の誇り。", + "67585d161840a37ff10ebdd1 Name": "ボトルターゲット", "67585d161840a37ff10ebdd1 ShortName": "Bottle target", - "67585d161840a37ff10ebdd1 Description": "Let's see what kind of a shot you are, pilgrim. Take a crack at this bottle.", - "67585d2cd7a2703986067e99 Name": "Colored target", + "67585d161840a37ff10ebdd1 Description": "旅人よ、君の腕前を見せてもらおう。このボトルに一発当ててみろ。", + "67585d2cd7a2703986067e99 Name": "色付きの的", "67585d2cd7a2703986067e99 ShortName": "Colored target", - "67585d2cd7a2703986067e99 Description": "A contrast of sectors allows you to shoot more accurately.", - "67585d416c72998cf60ed85a Name": "Standard target", + "67585d2cd7a2703986067e99 Description": "区画のコントラストによって、より正確な射撃が可能になる。", + "67585d416c72998cf60ed85a Name": "標準のターゲット", "67585d416c72998cf60ed85a ShortName": "Standard target", - "67585d416c72998cf60ed85a Description": "A target for the most precise.", - "67585d6ab032beb9b5097e96 Name": "Duck target", + "67585d416c72998cf60ed85a Description": "最も正確なターゲット。", + "67585d6ab032beb9b5097e96 Name": "アヒルのターゲット", "67585d6ab032beb9b5097e96 ShortName": "Duck target", - "67585d6ab032beb9b5097e96 Description": "A target that brings some variety to shooting practice.", + "67585d6ab032beb9b5097e96 Description": "射撃練習に変化をもたらすターゲット。", "67586af7036d7f3da60c3612 Name": "Jar of pickles", "67586af7036d7f3da60c3612 ShortName": "Pickles", "67586af7036d7f3da60c3612 Description": "The jar has been sealed either a few months or a few years ago. There's hardly anyone left in the city who would waste time making fresh pickles.", @@ -14150,24 +14150,24 @@ "6759e07e4ff23436160d7fed Name": "I Bear Loot poster", "6759e07e4ff23436160d7fed ShortName": "Poster", "6759e07e4ff23436160d7fed Description": "A rare I Bear Loot poster. Very few BEAR operators can get one of these.", - "6759e19a8367ee2b0c0f4b92 Name": "Girl poster", + "6759e19a8367ee2b0c0f4b92 Name": "女性のポスター", "6759e19a8367ee2b0c0f4b92 ShortName": "Poster", - "6759e19a8367ee2b0c0f4b92 Description": "A simple poster of a girl. Perfect for a rest area.", - "6759e61067c8eb5cd10352f1 Name": "Girl poster", + "6759e19a8367ee2b0c0f4b92 Description": "シンプルな女性のポスター。休憩スペースには最適だろう。", + "6759e61067c8eb5cd10352f1 Name": "女性のポスター", "6759e61067c8eb5cd10352f1 ShortName": "Poster", - "6759e61067c8eb5cd10352f1 Description": "A simple poster of a girl. A little weathered in some spots, but still pleasing to the eye.", - "6759e6c39422e1708e0e9b81 Name": "Girl poster", + "6759e61067c8eb5cd10352f1 Description": "シンプルな女性のポスター。少し風化しているところもあるが、それでも目を楽しませてくれる。", + "6759e6c39422e1708e0e9b81 Name": "女性のポスター", "6759e6c39422e1708e0e9b81 ShortName": "Poster", - "6759e6c39422e1708e0e9b81 Description": "A simple poster of a girl. So simple that every man in Tarkov had probably seen it at least once.", - "6759e7a44ff23436160d7ff5 Name": "Girl poster", + "6759e6c39422e1708e0e9b81 Description": "シンプルな女性のポスター。タルコフの男なら誰でも一度は目にしたことがあるだろう。", + "6759e7a44ff23436160d7ff5 Name": "女性のポスター", "6759e7a44ff23436160d7ff5 ShortName": "Poster", - "6759e7a44ff23436160d7ff5 Description": "A simple poster of a girl. Not perfect condition, but it's doubtful you could find a better one.", - "6759e8b1c3102563bd01c985 Name": "Girl poster", + "6759e7a44ff23436160d7ff5 Description": "シンプルな女性のポスター。完璧な状態ではないが、これ以上のものは見つからないだろう。", + "6759e8b1c3102563bd01c985 Name": "女性のポスター", "6759e8b1c3102563bd01c985 ShortName": "Poster", - "6759e8b1c3102563bd01c985 Description": "A rare poster of a girl. It is said that someone pawned five gold teeth for one of these. Who they used to belong to is not stated.", - "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", + "6759e8b1c3102563bd01c985 Description": "珍しい女性のポスター。誰かがこのポスターのために、5本の金歯を質に入れたと言われている。これが誰のものだったかは不明。", + "6759e91d8367ee2b0c0f4b94 Name": "特別な女性のポスター", "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", - "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", + "6759e91d8367ee2b0c0f4b94 Description": "まさに伝説になったポスター。これを所有しているのはほんの一握りの人だけだろう。", "675a0288c3102563bd01c9c3 Name": "Arena poster", "675a0288c3102563bd01c9c3 ShortName": "Poster", "675a0288c3102563bd01c9c3 Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", @@ -14186,9 +14186,9 @@ "675a081c1474133a0d0bb214 Name": "Things Sure Are Strange poster", "675a081c1474133a0d0bb214 ShortName": "Poster", "675a081c1474133a0d0bb214 Description": "A rare poster of the movie which was never released. Director N. Tankovsky said in an interview that the story would be about a young security guard who began to notice mystical strange things going on in Tarkov.", - "675a0a91af26c56ee1090728 Name": "TerraGroup Labs advertisement", + "675a0a91af26c56ee1090728 Name": "TerraGroup Labs の広告", "675a0a91af26c56ee1090728 ShortName": "Poster", - "675a0a91af26c56ee1090728 Description": "At one point, the whole Tarkov was flooded with advertisements like this. But for some reason this particular poster is subtly different.", + "675a0a91af26c56ee1090728 Description": "一時期、タルコフ全体がこのような広告で溢れかえっていた。しかし、なぜかこの特定のポスターは微妙に異なっている。", "675a0b8d4ff23436160d8031 Name": "Geneburn concert advertisement", "675a0b8d4ff23436160d8031 ShortName": "Poster", "675a0b8d4ff23436160d8031 Description": "A rare poster. The concert was held overseas. Why were these posters put up all over Tarkov? No one knows to this day, but conspiracy theories are rampant.", @@ -14231,33 +14231,33 @@ "675a213ff905bde03d0f8255 Name": "USEC poster", "675a213ff905bde03d0f8255 ShortName": "Poster", "675a213ff905bde03d0f8255 Description": "A poster of the unreleased movie USEC. It seems that this is how they wanted to fill the ranks of PMC operatives.", - "675a99c17b193086ca09e8a9 Name": "Sports target", + "675a99c17b193086ca09e8a9 Name": "スポーツターゲット", "675a99c17b193086ca09e8a9 ShortName": "Sports target", - "675a99c17b193086ca09e8a9 Description": "Just an ordinary target, nothing special.", - "675aaa003107dac10006332f Name": "Minefield map (Reserve)", + "675a99c17b193086ca09e8a9 Description": "何の変哲もない、普通のターゲット。", + "675aaa003107dac10006332f Name": "地雷原マップ (Reserve)", "675aaa003107dac10006332f ShortName": "Mines", - "675aaa003107dac10006332f Description": "Someone had sketched a hand-drawn diagram of the perimeter of the Federal Reserve military base in its northwestern part. According to the notes, there is a gap in the minefield that could be used for a safe exfil.", - "675aaa8f7f3c962069072b27 Name": "Minefield map (Lighthouse)", + "675aaa003107dac10006332f Description": "誰かが連邦国家準備局の軍事基地の北西部を手書きでスケッチしていた。そのメモによると、地雷原には安全に脱出するために使える隙間があるようだ。", + "675aaa8f7f3c962069072b27 Name": "地雷原マップ (Lighthouse)", "675aaa8f7f3c962069072b27 ShortName": "Mines", - "675aaa8f7f3c962069072b27 Description": "Someone was preparing to assault the water treatment plant and had marked out the optimal routes to bypass the minefields. One of the routes goes toward the bay. Looks like there's a safe exfil route from the coast.", - "675aaa9a3107dac100063331 Name": "Minefield map (Woods)", + "675aaa8f7f3c962069072b27 Description": "誰かが浄水場を襲撃する準備をしていて、地雷原を迂回する最適なルートをマークしていた。そのうちのひとつが湾に向かうルートだ。海岸から安全に脱出するルートがあるようだ。", + "675aaa9a3107dac100063331 Name": "地雷原マップ (Woods)", "675aaa9a3107dac100063331 ShortName": "Mines", - "675aaa9a3107dac100063331 Description": "Someone has hand-drawn a diagram of the minefield next to the railroad in the nature reserve area. Apparently, you can safely exfil from Priozersk near the railroad bridge.", - "675aaab74bca0b001d02f356 Name": "Note with code word Voron", + "675aaa9a3107dac100063331 Description": "誰かが、自然保護区の鉄道の横にある地雷原の地図を手書きで書いてくれたようだ。どうやら、鉄道橋の近くでプリオゼルスクから安全に脱出できるようだ。", + "675aaab74bca0b001d02f356 Name": "コードワード \"Voron\" のメモ", "675aaab74bca0b001d02f356 ShortName": "Code", - "675aaab74bca0b001d02f356 Description": "It seems that \"Voron\" is some kind of cipher or code. If someone has manipulated the exfils from Customs, they must have left access only for their own. The question is, where are these exits?", - "675aaae1dcf102478202c537 Name": "Note with code word Onyx", + "675aaab74bca0b001d02f356 Description": "\"Voron\" は何かの暗号かコードのようだ。誰かが Customs からの脱出地点を操作したのなら、自分たちだけが使えるようにしたに違いない。問題は、その出口がどこにあるかということだ。", + "675aaae1dcf102478202c537 Name": "コードワード \"Onyx\" のメモ", "675aaae1dcf102478202c537 ShortName": "Code", - "675aaae1dcf102478202c537 Description": "“Onyx”. If it's not a random scribble, then it's some kind of code. Perhaps one of the Scavs has found a new exfil route out of the city, but only allows access to their own. In a densely built environment, a reliable escape route must be underground.", - "675aaae75a3ab8372d0b02a7 Name": "Note with code word Adaptation", + "675aaae1dcf102478202c537 Description": "\"Onyx\"。でたらめな落書きでないなら、何かの暗号だろう。おそらく、Scav の誰かが街から脱出する新しいルートを見つけたのだろうが、そのルートは彼らだけが使えるのだろう。建物が密集している環境では、確かな脱出ルートは地下にあるに違いない。", + "675aaae75a3ab8372d0b02a7 Name": "コードワード \"Adaptation\" のメモ", "675aaae75a3ab8372d0b02a7 ShortName": "Code", - "675aaae75a3ab8372d0b02a7 Description": "There's only one word on the note: “Adaptation”. Looks like a code word. If someone found a new exfil route out of the TerraGroup HQ area, they must have placed their men nearby to keep anyone from the outside from getting to the new exit. In that case, the code would help distinguish friend from foe.", - "675aaaf674a7619a5304c233 Name": "Note with code word Ark", + "675aaae75a3ab8372d0b02a7 Description": "メモには \"Adaptation\" とだけ書かれている。暗号のようだ。もし誰かが TerraGruop の本社からの新しい脱出ルートを見つけたのなら、外部からの侵入者を防ぐために近くに部下を配置したに違いない。その場合、暗号は敵と味方を見分けるのに役立つだろう。", + "675aaaf674a7619a5304c233 Name": "コードワード \"Ark\" のメモ", "675aaaf674a7619a5304c233 ShortName": "Code", - "675aaaf674a7619a5304c233 Description": "The word “Ark” hardly needs to be taken literally. It's more like a code word. There are quite a few locked doors under the Polikhim Factory, leading deeper into the catacombs. Perhaps someone will open the door for you if you know the code word.", - "675aab0d6b6addc02a08f097 Name": "Note with code word Heartbeat", + "675aaaf674a7619a5304c233 Description": "\"Ark\" という言葉を文字通りに受け取る必要はないだろう。これは暗号のようなものだ。Polikhim Factory の地下には、カタコンベの奥深くへと続く、鍵のかかったドアがいくつもある。合言葉を知っていれば、誰かがドアを開けてくれるかもしれない。", + "675aab0d6b6addc02a08f097 Name": "コードワード \"Hearbeat\" のメモ", "675aab0d6b6addc02a08f097 ShortName": "Code", - "675aab0d6b6addc02a08f097 Description": "Someone wrote the word “Heartbeat” on a torn piece of paper. Sounds like one of Sanitar's weird pranks. Or perhaps a code word? If his men have their own exfil routes off Shoreline, they must be using a system of key phrases or signals. Maybe this note will make you look like one of their own.", + "675aab0d6b6addc02a08f097 Description": "誰かが破れた紙に、\"Hearbeat\" と書いたようだ。Sanitar のおかしないたずらみたいだ。あるいは暗号なのか?彼の部下が Shoreline から脱出する独自のルートを持っているなら、キーフレーズや信号といった仕組みを使っているに違いない。このメモがあれば彼らの仲間の一人に見えるかもしれない。", "675aadf3003bb2e826030996 Name": "Elf hat", "675aadf3003bb2e826030996 ShortName": "Elf", "675aadf3003bb2e826030996 Description": "Usually these hats ring loudly with each head movement. Looks like someone got all the bells out of it beforehand.", @@ -14309,18 +14309,18 @@ "675fd71c1c153e52f1050fd6 Name": "USEC Winter", "675fd71c1c153e52f1050fd6 ShortName": "", "675fd71c1c153e52f1050fd6 Description": "Tactical pants", - "675fe8abbc3deae49a0b947f Name": "Standard lighting", + "675fe8abbc3deae49a0b947f Name": "標準のライト", "675fe8abbc3deae49a0b947f ShortName": "Standard lighting", - "675fe8abbc3deae49a0b947f Description": "Standard lighting", + "675fe8abbc3deae49a0b947f Description": "標準のライト", "675ff2a7e3ee8ffb7e042465 Name": "usec_upper_commando", "675ff2a7e3ee8ffb7e042465 ShortName": "", "675ff2a7e3ee8ffb7e042465 Description": "", - "676008db84e242067d0dc4c9 Name": "Secure container Kappa (Desecrated)", + "676008db84e242067d0dc4c9 Name": "セキュアコンテナ Kappa (穢された)", "676008db84e242067d0dc4c9 ShortName": "Kappa", - "676008db84e242067d0dc4c9 Description": "A secret TerraGroup invention that has fallen into the hands of the cultists.", - "67600929bd0a0549d70993f6 Name": "Ballistic plate case", + "676008db84e242067d0dc4c9 Description": "カルティストの手に落ちた、TerraGroup の秘密の発明品。", + "67600929bd0a0549d70993f6 Name": "防弾プレートケース", "67600929bd0a0549d70993f6 ShortName": "Plates", - "67600929bd0a0549d70993f6 Description": "A spacious case for storing ballistic plates.", + "67600929bd0a0549d70993f6 Description": "防弾プレートを保管するための広々としたケース", "676009ddb623f3b8ba079419 Name": ".50 AE Copper Solid ammo pack (20 pcs)", "676009ddb623f3b8ba079419 ShortName": "Copper", "676009ddb623f3b8ba079419 Description": "A pack of .50 AE Copper Solid ammo, 20 rounds.", @@ -14338,7 +14338,7 @@ "67600a42b32eb5d23e0eb459 Description": "A box of 6.8x51mm SIG FMJ cartridges, 20 pieces.", "67600a516f01341c9106ab4c Name": "6.8x51mm SIG Hybrid ammo pack (20 pcs)", "67600a516f01341c9106ab4c ShortName": "Hybrid", - "67600a516f01341c9106ab4c Description": "A box of 7.62x51mm BCP FMJ cartridges, 20 pieces.", + "67600a516f01341c9106ab4c Description": "A box of 6.8x51mm SIG Hybrid cartridges, 20 pieces.", "67600aa8e9db590d5601665f Name": "Briefing", "67600aa8e9db590d5601665f ShortName": "Briefing", "67600aa8e9db590d5601665f Description": "Briefing", @@ -14372,18 +14372,18 @@ "67603ea391ec8cab9406faa4 Name": "Snowman", "67603ea391ec8cab9406faa4 ShortName": "Snowman", "67603ea391ec8cab9406faa4 Description": "Festive T-shirt", - "67604a890aa8253ebe05fd06 Name": "Fist Fighter", - "67604a890aa8253ebe05fd06 ShortName": "Fist Fighter", + "67604a890aa8253ebe05fd06 Name": "ボクサー", + "67604a890aa8253ebe05fd06 ShortName": "ボクサー", "67604a890aa8253ebe05fd06 Description": "Fist Fighter", - "67604a9a8491fd0a830f3576 Name": "Cowboy", + "67604a9a8491fd0a830f3576 Name": "カウボーイ", "67604a9a8491fd0a830f3576 ShortName": "Cowboy", - "67604a9a8491fd0a830f3576 Description": "Cowboy", - "67604aa550dfa9253901a546 Name": "Sharpshooter", + "67604a9a8491fd0a830f3576 Description": "カウボーイ", + "67604aa550dfa9253901a546 Name": "狙撃手", "67604aa550dfa9253901a546 ShortName": "Sharpshooter", - "67604aa550dfa9253901a546 Description": "Sharpshooter", - "67604ab20aa8253ebe05fd08 Name": "Well What Is It", + "67604aa550dfa9253901a546 Description": "狙撃手", + "67604ab20aa8253ebe05fd08 Name": "さあ!どうした!", "67604ab20aa8253ebe05fd08 ShortName": "Well What Is It", - "67604ab20aa8253ebe05fd08 Description": "Well What Is It", + "67604ab20aa8253ebe05fd08 Description": "さあ!どうした!", "67604abb8491fd0a830f3578 Name": "Slav Squat", "67604abb8491fd0a830f3578 ShortName": "Slav Squat", "67604abb8491fd0a830f3578 Description": "Only the mannequin is allowed to take the heels off the ground.", @@ -14423,21 +14423,21 @@ "67614a3ce2cf1419500357f4 Name": "MPX GEN2 6 inch M-LOK handguard", "67614a3ce2cf1419500357f4 ShortName": "MPX GEN2 6\"", "67614a3ce2cf1419500357f4 Description": "A 6 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614b3ab8c060ebb204b106 Name": "Khorovod armband", + "67614b3ab8c060ebb204b106 Name": "ハラヴォードアームバンド", "67614b3ab8c060ebb204b106 ShortName": "Khorovod", - "67614b3ab8c060ebb204b106 Description": "An armband by which the participants of the Khorovod can recognize each other. Without it, you cannot be part of the celebration.", - "67614b542eb91250020f2b86 Name": "Armband (Prestige 1)", + "67614b3ab8c060ebb204b106 Description": "ハラヴォードの参加者がお互いを認識するためのアームバンド。これがないとお祝いに参加できない。", + "67614b542eb91250020f2b86 Name": "アームバンド(プレステージ1)", "67614b542eb91250020f2b86 ShortName": "Prestige 1", - "67614b542eb91250020f2b86 Description": "This armband will help demonstrate your status in Tarkov.", - "67614b6b47c71ea3d40256d7 Name": "Armband (Prestige 2)", + "67614b542eb91250020f2b86 Description": "この腕章は、タルコフでのステータスを表すのに役立つ。", + "67614b6b47c71ea3d40256d7 Name": "アームバンド(プレステージ2)", "67614b6b47c71ea3d40256d7 ShortName": "Prestige 2", - "67614b6b47c71ea3d40256d7 Description": "These armbands are only for the best of the best.", + "67614b6b47c71ea3d40256d7 Description": "これらの腕章は、選ばれし者だけのものだ。", "67614e3a6a90e4f10b0b140d Name": "Festive airdrop supply crate", "67614e3a6a90e4f10b0b140d ShortName": "Festive airdrop supply crate", "67614e3a6a90e4f10b0b140d Description": "Festive airdrop supply crate", - "676175789dcee773150c6925 Name": "Nightforce ATACR 7-35x56 ライフルスコープ", - "676175789dcee773150c6925 ShortName": "ATACR 7-35x56", - "676175789dcee773150c6925 Description": "The NightForce ATACR 7-35x56 versatile scope with an extensive magnification range and a wide field-of-view across the entire range making it easy to see and engage targets.", + "676175789dcee773150c6925 Name": "Leupold Mark 5HD 5-25x56mm 35mm riflescope (FDE)", + "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", + "676175789dcee773150c6925 Description": "The Mark 5HD 5-25x56 riflescope is known for being a lighter and more efficient optic than other scopes in its class. Featuring optical glass, full multi-coated lenses and an advanced light management system, the scope offers low-glare, high-contrast imaging. Installed on 35mm ring mounts. Manufactured by Leupold. Flat Dark Earth version.", "6761759e7ee06333f108bf86 Name": "Leupold Mark IMS 35mm ring scope mount", "6761759e7ee06333f108bf86 ShortName": "IMS 35mm", "6761759e7ee06333f108bf86 Description": "A 35mm scope mount for installation on Picatinny rails. Manufactured by Leupold.", @@ -14456,12 +14456,12 @@ "676176b762e0497044079f49 Name": "M9A3 9x19 CX4 30-round magazine", "676176b762e0497044079f49 ShortName": "CX4", "676176b762e0497044079f49 Description": "A 30-round 9x19 magazine for the Beretta M9A3 pistol.", - "676176d362e0497044079f4c Name": "FN SCAR-H X-17 7.62x51 assault rifle", + "676176d362e0497044079f4c Name": "FN SCAR-H X-17 7.62x51 アサルトライフル", "676176d362e0497044079f4c ShortName": "X-17", - "676176d362e0497044079f4c Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. The X-17 lower receiver allows the installation of AR-10 magazines. Manufactured by Fabrique Nationale Herstal and X Products.", - "6761770e48fa5c377e06fc3c Name": "AR-10 7.62x51 Lancer L7AWM 25-round magazine", - "6761770e48fa5c377e06fc3c ShortName": "L7AWM", - "6761770e48fa5c377e06fc3c Description": "A 25-round double-stack L7AWM 25 magazine for 7.62x51 NATO ammunition. Manufactured by Lancer Systems.", + "676176d362e0497044079f4c Description": "FN SCAR-H(特殊部隊用戦闘アサルトライフル - ヘビー)は、7.62x51 NATO 弾を使用するアサルトライフルで、アメリカ特殊作戦軍(US SOCOM)で Mk 17 として採用された。折り畳み可能なストックと、フリーフローティングの硬クロムメッキ製Mil-Specバレルを特徴としている。両方の利き手操作に対応しており、SCARはあらゆる使用者や射撃姿勢に適応しやすい。レシーバーに統合された光学照準器用レールと、3つのアクセサリーレールにより、さまざまな光学照準器、ライト、およびレーザーを取り付けることができる。 X-17 ロアレシーバーによって AR-10 マガジンを使用することができる。製造は Fabrique Nationale Herstal 社と X Products 社。", + "6761770e48fa5c377e06fc3c Name": "AR-10 7.62x51 X Products X-25 50-round drum magazine", + "6761770e48fa5c377e06fc3c ShortName": "X-25", + "6761770e48fa5c377e06fc3c Description": "A 50-round 7.62x51 drum magazine for the AR-10 platform weapons. Manufactured by X Products.", "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", @@ -14474,15 +14474,15 @@ "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", "676177b09cfcc4c25b027446 ShortName": "TS TBC", "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz gas tube", - "676177df1f08ed5e8800b7ae ShortName": "19-01 gas", - "676177df1f08ed5e8800b7ae Description": "A standard gas tube for PP-19-01 Vityaz submachine guns. Gas tubes channel the travel direction of gas piston.", - "6761a6ccd9bbb27ad703c48a Name": "Old house room key", + "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", + "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", + "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", + "6761a6ccd9bbb27ad703c48a Name": "古い家の部屋の鍵", "6761a6ccd9bbb27ad703c48a ShortName": "Depot", - "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", - "6761a6f90575f25e020816a4 Name": "Company director's room key", + "6761a6ccd9bbb27ad703c48a Description": "プリオゼルスク森林の端にある古い家の一室の鍵。かつて Ogryzok というあだ名の人物がこのあたりで取引を行っていたと言われている。彼は希少な物品を取り扱い、中には戦車用バッテリーの安定供給さえ含まれていた。しかし、Ogryzok の消息は長らく途絶えており、彼がどこに消えたのかは誰も知らない。", + "6761a6f90575f25e020816a4 Name": "会社役員室の鍵", "6761a6f90575f25e020816a4 ShortName": "Company", - "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", + "6761a6f90575f25e020816a4 Description": "この鍵はCustoms のターミナルエリアにある、会社オフィスのひとつを施錠するために使われたに違いない。", "676307b4d9ec0af3d9001fa8 Name": "Hybrid composite materials", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", @@ -14597,45 +14597,45 @@ "676aa450fe1fc45172014df2 Name": "Twitch Winter 2025 case (Epic)", "676aa450fe1fc45172014df2 ShortName": "Twitch 2025", "676aa450fe1fc45172014df2 Description": "A case with some epic goodies.", - "678f84bb9e85556ca60f0362 Name": "Tagilla's welding mask \"ZABEY\"", + "678f84bb9e85556ca60f0362 Name": "Tagillaの溶接面 \"ZABEY\"", "678f84bb9e85556ca60f0362 ShortName": "\"ZABEY\"", - "678f84bb9e85556ca60f0362 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy?", - "678fa929819ddc4c350c0317 Name": "Valve handwheel", + "678f84bb9e85556ca60f0362 Description": "このマスクから判断するに、Labyrinth は Tagilla の精神状態に深刻な影響を与え、彼をより狂わせ、血に飢えさせた。彼がこれ以上狂うだなんて誰が思っただろう?", + "678fa929819ddc4c350c0317 Name": "バルブハンドル", "678fa929819ddc4c350c0317 ShortName": "handwheel", - "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", + "678fa929819ddc4c350c0317 Description": "何かのバルブから外された巨大なバルブハンドル。Knossos の地下施設で水やガスの供給を調整するために使われていたに違いない。", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", - "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9716597ba2ed120c3d3f Name": "Knossos LLC の施設の鍵", "679b9716597ba2ed120c3d3f ShortName": "Knossos", - "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", - "679b9819a2f2dd4da9023512 Name": "Labrys access keycard", + "679b9716597ba2ed120c3d3f Description": "\"Knossos LLC\" と記された、使い古されたオフィスのドアの鍵。おそらく、Knossos のユーティリティルームなどを開けるのに使われたのだろう。", + "679b9819a2f2dd4da9023512 Name": "Labrys アクセスキーカード", "679b9819a2f2dd4da9023512 ShortName": "Labrys", - "679b9819a2f2dd4da9023512 Description": "A keycard to one of Knossos facilities. The design references the Minotaur mythos, but it's somewhat strange there are no Minotaur theme parks in Tarkov.", - "679b98e429acd1f2f60985a3 Name": "Container with suspicious substance", + "679b9819a2f2dd4da9023512 Description": "Knossos の施設のひとつで使われるキーカード。デザインはミノタウロス神話にちなんでいるが、タルコフにミノタウロスのテーマパークがないのは少々不思議だ。", + "679b98e429acd1f2f60985a3 Name": "不審な物質の入った容器", "679b98e429acd1f2f60985a3 ShortName": "Substance", - "679b98e429acd1f2f60985a3 Description": "A chemical container with a thick, murky liquid inside. Only a lunatic like Sanitar would want to study something like this.", - "679b992329acd1f2f60985a5 Name": "Labrys research notes", + "679b98e429acd1f2f60985a3 Description": "化学薬品の容器で、中には濃く濁った液体が入っている。こんなものを研究したがるのは、Sanitar のような狂人だけだろう。", + "679b992329acd1f2f60985a5 Name": "Labrys の研究ノート", "679b992329acd1f2f60985a5 ShortName": "Labrys", - "679b992329acd1f2f60985a5 Description": "The documents are encrypted, but appear to contain research notes on some kind of technology or weapon. The records mention the name “Item 1156”.", - "679b998180a165f7a40b4c2c Name": "Slaughter videotape", + "679b992329acd1f2f60985a5 Description": "文書は暗号化されているが、何らかの技術や兵器に関する研究メモが含まれているようだ。記録には「アイテム 1156」という名前が記載されている。", + "679b998180a165f7a40b4c2c Name": "虐殺のビデオテープ", "679b998180a165f7a40b4c2c ShortName": "Slaughter", - "679b998180a165f7a40b4c2c Description": "A videotape with traces of blood and the words “Slaughter”. The owner of the tape hardly felt sympathy for his victims.", - "679b9a1a4e4ed4b3b40ae5c2 Name": "Knossos senior manager's diary", + "679b998180a165f7a40b4c2c Description": "血の跡と「虐殺」の文字が入ったビデオテープ。持ち主は被害者に同情などしていない。", + "679b9a1a4e4ed4b3b40ae5c2 Name": "Knossos のシニアマネージャーの日記", "679b9a1a4e4ed4b3b40ae5c2 ShortName": "Knossos", - "679b9a1a4e4ed4b3b40ae5c2 Description": "Meetings, facilities, and other notes from Knossos senior manager are noted in the diary. If you study them, you can get at least a rough summary of the company's facilities.", - "679b9aa490622daf9708da73 Name": "VPX Flash Storage Module marked Group #3", + "679b9a1a4e4ed4b3b40ae5c2 Description": "日記には、Knossos のシニアマネージャーによるミーティング、施設、その他のメモが記されている。それらを調べれば会社の施設についての大まかな概要くらいは分かるだろう。", + "679b9aa490622daf9708da73 Name": "グループ #3 と記された VPX フラッシュストレージモジュール", "679b9aa490622daf9708da73 ShortName": "Group #3", - "679b9aa490622daf9708da73 Description": "The VPX Flash Storage Module (FSM) provides high-performance, high-capacity, solid-state SATA storage with AES-256 bit encryption using an Application Specific Integrated Circuit (ASIC). Judging by the marking, it contains data on the focus group experiments and research.", + "679b9aa490622daf9708da73 Description": "VPX フラッシュストレージモジュールは、特定用途向け集積回路 (ASIC) によって、256ビット暗号鍵を使用する堅固な暗号化方式 AES256 でデータを暗号化できる高性能かつ大容量のSATA SSDだ。マークから判断すると、フォーカスグループの実験と調査に関するデータが含まれている。", "679b9cce4e4ed4b3b40ae5c5 Name": "Nailhead figurine", "679b9cce4e4ed4b3b40ae5c5 ShortName": "Nailhead", "679b9cce4e4ed4b3b40ae5c5 Description": "A limited edition Tarko figurine. What's more strange: the pale skin or the nails stuck in his head? It looks like this poor guy has experienced the full spectrum of human pain.", @@ -14651,63 +14651,285 @@ "679b9d6390622daf9708da76 Name": "Pointy guy figurine", "679b9d6390622daf9708da76 ShortName": "Pointy guy", "679b9d6390622daf9708da76 Description": "A limited edition Tarko figurine. This funny little character is wearing something like a pyramid on his head. A character like this could only exist in a fictional world, along with zombies and other monsters.", - "679ba90d269ddfea47012159 Name": "Chained Labrys", + "679ba90d269ddfea47012159 Name": "鎖で繋がれた Labrys", "679ba90d269ddfea47012159 ShortName": "Labrys", - "679ba90d269ddfea47012159 Description": "A two-handed axe made out of a sewer hatch... With that weight, a single blow is enough to split a skull, whether the blade is sharp or not.", - "679baa2c61f588ae2b062a24 Name": "Key 01", + "679ba90d269ddfea47012159 Description": "下水道のハッチから作られた両手斧...あの重さなら、刃が鋭くなかろうと一撃で頭蓋骨を割るのに十分だ。", + "679baa2c61f588ae2b062a24 Name": "キー 01", "679baa2c61f588ae2b062a24 ShortName": "Key 01", - "679baa2c61f588ae2b062a24 Description": "An old key, the markings are unreadable. Could be useful for surviving the Labyrinth.", - "679baa4f59b8961f370dd683 Name": "Key 02", + "679baa2c61f588ae2b062a24 Description": "古い鍵で、刻印は読めない。Labyrinth を生き延びるのに役立つかもしれない。", + "679baa4f59b8961f370dd683 Name": "キー 02", "679baa4f59b8961f370dd683 ShortName": "Key 02", - "679baa4f59b8961f370dd683 Description": "This key probably opens some kind of an old lock. The number engraving has been practically scratched off. Could be useful for surviving the Labyrinth.", - "679baa5a59b8961f370dd685 Name": "Key 03", + "679baa4f59b8961f370dd683 Description": "この鍵はおそらく古い錠前を開けるものだろう。数字の刻印はほとんど削り取られている。Labyrinth を生き延びるのに役立つかもしれない。", + "679baa5a59b8961f370dd685 Name": "キー 03", "679baa5a59b8961f370dd685 ShortName": "Key 03", - "679baa5a59b8961f370dd685 Description": "The number engraving is barely recognizable on the weathered metal. Could be useful for surviving the Labyrinth.", - "679baa9091966fe40408f149 Name": "Key 04", + "679baa5a59b8961f370dd685 Description": "風化した金属に刻まれた数字はかろうじて認識できる。Labyrinth を生き延びるのに役立つかもしれない。", + "679baa9091966fe40408f149 Name": "キー 04", "679baa9091966fe40408f149 ShortName": "Key 04", - "679baa9091966fe40408f149 Description": "The engraving on this key is barely readable: it's either the number 4 or the Russian letter Ч. Could be useful for surviving the Labyrinth.", - "679baace4e9ca6b3d80586b2 Name": "Observation room key", + "679baa9091966fe40408f149 Description": "この鍵の刻印はかろうじて読める。数字の 4 かロシア文字の Ч のどちらか。Labyrinth を生き延びるのに役立つかもしれない。", + "679baace4e9ca6b3d80586b2 Name": "観測室の鍵", "679baace4e9ca6b3d80586b2 ShortName": "Observe", - "679baace4e9ca6b3d80586b2 Description": "A key that opens one of the personnel workstation rooms in the Labyrinth. That room may have something to do with the research that took place in the Labyrinth.", - "679baae891966fe40408f14c Name": "Torture room key", + "679baace4e9ca6b3d80586b2 Description": "Labyrinth の人事ワークステーションの部屋のひとつを開ける鍵。その部屋は、Labyrinth で行われた研究に関係しているかもしれない。", + "679baae891966fe40408f14c Name": "拷問室の鍵", "679baae891966fe40408f14c ShortName": "Torture", - "679baae891966fe40408f14c Description": "An old key that would be more suitable for a shabby lock on a grate or fence than a modern door.", - "679bab714e9ca6b3d80586b4 Name": "Corpse room key", + "679baae891966fe40408f14c Description": "現代的なドアよりも、格子やフェンスのみすぼらしい錠前にふさわしい古い鍵。", + "679bab714e9ca6b3d80586b4 Name": "遺体安置所の鍵", "679bab714e9ca6b3d80586b4 ShortName": "Corpses", - "679bab714e9ca6b3d80586b4 Description": "An old key that has a strong odor of death. Probably opens a morgue or a room where bodies were kept.", - "679bac1d61f588ae2b062a26 Name": "Labyrinth key", + "679bab714e9ca6b3d80586b4 Description": "死臭の強い古い鍵。おそらく遺体安置所か死体が保管されていた部屋を開けるものだろう。", + "679bac1d61f588ae2b062a26 Name": "Labyrinth の鍵\n", "679bac1d61f588ae2b062a26 ShortName": "Labyrinth", - "679bac1d61f588ae2b062a26 Description": "A key that opens a certain room in the Labyrinth. There's no telling what might be inside.", + "679bac1d61f588ae2b062a26 Description": "Labyrinth のある部屋を開ける鍵。中に何があるのか分からない。", "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", - "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", + "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 ガストーチ", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", - "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "奇妙な絵", - "67adaf8b1230c973bb0433a6 ShortName": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 Description": "まともな考えのヤツが天井に何か描くだろうか?油断は禁物だ。ヤツらが他に何を考え出すか分からない。", - "67adaf95cd47a1ad3f014bc6 Name": "チョークで書かれた図形", - "67adaf95cd47a1ad3f014bc6 ShortName": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 Description": "この図形はどうやってここに?セキュリティシステムを見直した方がいいだろう。", - "67adafa1e6a915f9fd050f66 Name": "彼らはすでにここにいる", - "67adafa1e6a915f9fd050f66 ShortName": "They're Already Here", - "67adafa1e6a915f9fd050f66 Description": "これらの絵をずっと見つめていると、絵から見つめ返されているように感じる。", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", + "67ab3d4b83869afd170fdd3f Description": "ガスの供給が限られている携帯用トーチ。こいつは、壁に穴を開けることはできそうにないが、小さな金属には十分役立つだろう。", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", "67adf4a95247ac91530fcec7 Name": "ジャケット", "67adf4a95247ac91530fcec7 ShortName": "Jacket", "67adf4a95247ac91530fcec7 Description": "ジャケット", - "67adf4b81c58bd68b2002fec Name": "木製弾薬箱", + "67adf4b81c58bd68b2002fec Name": "木製の弾薬箱", "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", - "67adf4b81c58bd68b2002fec Description": "木製弾薬箱", + "67adf4b81c58bd68b2002fec Description": "木製の弾薬箱", "67adf4db515e3dd542077a1d Name": "木製の箱", "67adf4db515e3dd542077a1d ShortName": "Wooden crate", "67adf4db515e3dd542077a1d Description": "木箱", "67adf4eb110ba15da90c6413 Name": "グレネードボックス", "67adf4eb110ba15da90c6413 ShortName": "Grenade box", - "67adf4eb110ba15da90c6413 Description": "グレネードボックス", + "67adf4eb110ba15da90c6413 Description": "Grenade box", "67adf54d1c58bd68b2002ff0 Name": "ツールボックス", "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", "67adf54d1c58bd68b2002ff0 Description": "ツールボックス", @@ -14717,6 +14939,45 @@ "67adf5f7adc1f43b0702b826 Name": "工具類補給クレート", "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", "67adf5f7adc1f43b0702b826 Description": "工具類補給クレート", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Tactical pants", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Tactical pants", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Tactical pants", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", - "67d3ed3271c17ff82e0a5b0b Name": "Key case", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", + "67d3ed3271c17ff82e0a5b0b Name": "キーケース", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", - "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", - "67e183377c6c2011970f3149 Name": "Ariadne symbol key", + "67d3ed3271c17ff82e0a5b0b Description": "このケースは、さまざまな鍵をスタッシュに溜め込むという問題に対する究極の解決策であり、鍵を一箇所に保管するのに役立つ。", + "67e183377c6c2011970f3149 Name": "アリアドネーシンボルキー", "67e183377c6c2011970f3149 ShortName": "Ariadne", - "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67e183377c6c2011970f3149 Description": "誰かがこの鍵にかろうじて見える、毛玉のようなマークをつけていた。ただ、保管が不注意だったためついたのかもしれないが。", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Road to Military Base V-Ex", " Voip/DisabledForOffline": "オフラインモードではVOIPは無効です", " kg": " kg", @@ -14960,7 +15230,7 @@ "Apply all": "全て適用", "ApplyMagPreset": "プリセットから装填", "Approx.": "約", - "Aquire specific item to proceed infiltration": "Acquire specific item to proceed to infiltration", + "Aquire specific item to proceed infiltration": "侵入するために必要なアイテムを入手する", "Are you sure you want to buy selected items for {0}?": "選択したアイテムを {0} で購入しますか?", "Are you sure you want to cancel the transfer? All unsaved items will be lost": "本当にアイテムの受け取りをキャンセルしますか? 残ったアイテムはすべて失われます", "Are you sure you want to cancel the transfer? You will be able to return to this process later": "アイテムの受け取りをキャンセルしますか? また後で受け取ることができます", @@ -15072,7 +15342,7 @@ "Arena/Popup/RefreshDailyQuest {0}": "Task replacement / {0}", "Arena/Popups/ReceivePackage": "パッケージを受け取る / TARKOV", "Arena/Popups/TwitchDropsHeader": "報酬を引き換える", - "Arena/Preset/Tooltip/Tab/6": "Various unique collectible presets.", + "Arena/Preset/Tooltip/Tab/6": "様々のユニークなコレクションプリセット。", "Arena/Preset/Tooltip/Tab/Assault": "Assault クラスは最も汎用性の高いクラスだ。様々な状況に適応できるような、バランスの取れた装備となっている。", "Arena/Preset/Tooltip/Tab/CQB": "Enforcer クラスは Arena で最も装甲が厚めのクラスだ。このクラスの特徴はフェイスシールドが装備に加わっていること、メイン武器の弾薬が多いことである。これにより陣地防衛や長時間の戦闘に適している ", "Arena/Preset/Tooltip/Tab/Collection": "アリーナで特殊条件を満たすと与えられるプリセット", @@ -15637,7 +15907,7 @@ "Colorblind mode:": "カラーブラインドモード:", "Colorfulness:": "彩度:", "Combat": "コンバット", - "ComeWithMeGesture": "Follow me", + "ComeWithMeGesture": "ついて来い", "Commission": "手数料", "Common stats": "基本情報", "CommonValue": "スタッシュ内の全アイテムの総額", @@ -15748,7 +16018,7 @@ "DISCONNECT": "切断", "DISCONNECT FROM GLOBAL CHAT": "グローバルチャットから離れる", "DISPOSE": "捨てる", - "DLSS Preset setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "DLSS Preset setting will be fully applied after the raid restarts": "この設定は次のレイドで完全に適用されます", "DMR": "DMR", "DMRDescription": "このスキルは、マークスマンライフルの取り回しを向上させて、反動を軽減し、リロードにかかる時間を短縮する。", "DMRLevelingUpDescription": "DMR の武器スキルは、対応する武器種の射撃とリロードによって上がる。", @@ -15870,8 +16140,8 @@ "Disable legs stamina": "足のスタミナ消費を無効化", "Disable overload": "オーバーロードを無効化", "Disable water and food consumption": "水分とエネルギー消費を無効化", - "DisableGameFramerateLimit": "Disable game FPS limit", - "Disable_traps": "Disable traps", + "DisableGameFramerateLimit": "ゲームの FPS 制限を無効化", + "Disable_traps": "トラップを無効にする", "Disabled": "無効", "DisbandGroup": "グループを解散", "DisbandGroup message": "本当にグループを解散しますか?", @@ -15920,7 +16190,7 @@ "EAreaType/EquipmentPresetsStand/Tooltip": "ラックには好きな装備を持たせることができます。\n\nプリセットメニューで、マネキンの装備を着用したり、PMCの装備とマネキンの装備を交換したりすることができます。\n\nポーチのアイテムやSPスロットのアイテムは装備、交換の対象外です。\n\n", "EAreaType/PlaceOfFame/Tooltip": "PMC ドッグタグのボーナス。\n\nボーナスは以下のドッグタグに対して与えられる:\n- 同じ派閥に所属していない;\n- フレンドリストにいない;\n- キル時にあなたのグループにいなかった。\n\nドッグタグレベルは{0}% のボーナスをもたらします。\n1つのドッグタグに対する最大ボーナスは{1}%です。", "EArenaClothingSortingType/All": "全て", - "EArenaClothingSortingType/PurchaseAvailable": "購入によって利用可能", + "EArenaClothingSortingType/PurchaseAvailable": "購入可能", "EArenaClothingSortingType/Purchased": "購入済み", "EArenaClothingSortingType/Unavailable": "利用不可", "EArenaPresetClass/Assault": "Assault", @@ -15949,8 +16219,8 @@ "EBackendErrorCode/PlayerAlreadyLookingForGame": "プレイヤーはすでにマッチング中です", "EBackendErrorCode/PlayerForbiddenGroupInvites": "プレイヤーはグループへの招待を無効化しています", "EBackendErrorCode/PlayerInRaid": "プレイヤーはレイド中です", - "EBackendErrorCode/PlayerIsInPveMode": "プレイヤーは PVE プレイ中です。", - "EBackendErrorCode/PlayerIsInRegularMode": "プレイヤーは PVP プレイ中です。", + "EBackendErrorCode/PlayerIsInPveMode": "プレイヤーは PvE モードをプレイ中です", + "EBackendErrorCode/PlayerIsInRegularMode": "プレイヤーは PvP モードをプレイ中です", "EBackendErrorCode/PlayerIsNotSearchingForGroup": "プレイヤーは参加するグループを探していません", "EBackendErrorCode/PlayerIsOffline": "プレイヤーはオフラインです", "EBackendErrorCode/PlayerNotInGroup": "プレイヤーはグループに入っていません", @@ -15962,7 +16232,7 @@ "EBackenderrorcode/groupnotready": "グループの準備ができていません", "EBtrInteractionStatus/Blacklisted": "BTR へのアクセスは許可されていません!", "EBtrInteractionStatus/BusyDoor": "ドアは使用中です!", - "EBtrInteractionStatus/BusySide": "Side is occupied!", + "EBtrInteractionStatus/BusySide": "サイドは埋まっています!", "EBtrInteractionStatus/BusySlot": "席が埋まっています!", "EBtrState/Running": "走行中", "EBtrState/Stop": "支払いを待っています", @@ -15997,7 +16267,7 @@ "EDLSSPreset/B": "B", "EDLSSPreset/C": "C", "EDLSSPreset/D": "D", - "EDLSSPreset/Default": "Default", + "EDLSSPreset/Default": "デフォルト", "EDLSSPreset/E": "E", "EDLSSPreset/F": "F", "EDLSSPreset/G": "G", @@ -16006,7 +16276,7 @@ "EDLSSPreset/J": "J", "EDLSSPreset/K": "K", "EDLSSPreset/L": "L", - "EDLSSPreset/Latest": "Latest", + "EDLSSPreset/Latest": "最新", "EDLSSPreset/M": "M", "EDLSSPreset/N": "N", "EDLSSPreset/O": "O", @@ -16235,7 +16505,7 @@ "Enter player nickname": "プレイヤーネームを入力", "Enter your message here": "ここにメッセージを入力してください", "Entry point": "侵入地点", - "Equip item has been built": "装備保存", + "Equip item has been built": "装備が保存されました", "EquipItemWindow/Caption": "利用可能", "EquipItemWindow/EnterName": "名前を入力", "EquipItemWindow/NoItems": "該当するアイテムがありません", @@ -16366,7 +16636,7 @@ "Friend request from {0} declined succesfully!": "{0} からのフレンドリクエストを拒否しました!", "Friend request from {0} declined successfully!": "{0} からのフレンド リクエストを断りました!", "Friendly scavs": "友好的な Scav", - "FriendlyGesture": "Greet", + "FriendlyGesture": "挨拶", "Friends": "フレンド", "Friends invite is already sent": "フレンドリクエストは送信済みです。", "Friends list": "フレンドリスト", @@ -16399,7 +16669,7 @@ "Game reconnection...": "ゲームに再接続中…", "Game settings": "ゲーム内設定", "Game world creating...": "ゲームマップを作成中…", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", + "GameFramerateLimitBlockers/Description": "ゲーム FPS 制限が無効になっています。この設定を変更するには、オンに戻してください。", "GameMode/Confirmation/PVE": "PvE モードに切り替えますか?", "GameMode/Confirmation/PVP": "PvP モードに切り替えますか?", "Gate 0": "Gate 0", @@ -16410,18 +16680,18 @@ "Gate_o": "Courtyard Gate", "Gear parts": "追加装備", "Generator": "発電機", - "Generator/Broken": "Repair needed", + "Generator/Broken": "修理が必要", "Generator/Disable": "発電機利用不可", "Generator/FillTheTank": "給油", "Generator/NeedIdle": "移動中はアクションを実行できない", "Generator/NoRequiredItem": "必要なアイテムがない", - "Generator/NonInteractive": "操作できない", + "Generator/NonInteractive": "操作不可", "Generator/Ready": "給油可能", "Generator/Repair": "修理", "Generator/Running": "発電機稼働中", "Get items": "アイテムを取得", "Get ready": "Get ready", - "GetOffGesture": "Flip off", + "GetOffGesture": "中指を立てる", "GetOut": "離脱", "Goggles": "ゴーグル", "Good standing": "良好", @@ -16566,7 +16836,7 @@ "Hold to Lean": "長押しでリーン", "Hold to Sprint/hold breath": "長押しで走る/息を止める", "Hold to Walk": "長押しで歩く", - "HoldGesture": "Hold", + "HoldGesture": "止まれ", "Hole Exfill": "Hole in the Fence", "Holster": "ホルスター", "Horrible standing": "最低", @@ -16683,7 +16953,7 @@ "InventoryError/DiscardLimitForStackReached": "スタックの一部が移動できません", "InventoryError/DiscardLimitReached{0}": "{0} は移動できません", "InventoryError/InventoryBlocked": "インベントリはブロックされています", - "InventoryError/ItemHasRestrictions": "アイテムは制限されています", + "InventoryError/ItemHasRestrictions": "アイテムには制限があります", "InventoryError/ItemIsBusy": "他のプレイヤーが使用しているアイテムをインタラクトすることはできない。", "InventoryError/NoCompatibleAmmo": "適合する弾薬を持っていない", "InventoryError/NoPossibleActions": "実行不可", @@ -16917,7 +17187,7 @@ "LockpickingDescription": "ピッキングスキル", "LoginExist": "すでにログインされています", "Longevity": "最長生存時間", - "Look": "Attention!", + "Look": "注意!", "LookX negative": "左を見る", "LookX positive": "右を見る", "LookY negative": "上を見る", @@ -17176,7 +17446,7 @@ "NVidia Reflex is on. Turn it off to change this parameter.": "NVidia Reflexが有効になっています。設定を変えるには無効にしてください。", "NVidia Reflex settings will be applied after restart.": "NVIDIA Reflexの設定は再起動後に適用されます", "NW Exfil": "Railway Exfil", - "NY_FINAL": "イベント", + "NY_FINAL": "EVENT", "NY_FINAL_COND": "", "NY_FINAL_DESC": "最後の発電機", "Nakatani_stairs_free_exit": "Nakatani Basement Stairs", @@ -17217,7 +17487,7 @@ "NoCompatibleAmmo": "(弾切れ)", "NoCorrespondingArea": "修理に必要な場所がハイドアウトにない", "NoFutureUpgrades": "これ以上のアップグレードは行えません", - "NoGesture": "Thumbs down", + "NoGesture": "サムズダウン", "NoSignal": "信号なし", "Noise": "ノイズ", "NoiseSuppressionLevels/Disabled": "無効", @@ -17300,7 +17570,7 @@ "OfflineRaid/startasgrouptooltip": "このオプションを選択した場合、プレイヤーたちはまとまってレイドを開始します", "OfflineRaidScreen/WarningHeader": "注意!練習モードでは進行状況は保存されません!", "OfflineRaidScreen/WarningText": "Co-op モードをプレイするにはグループメンバーの全員が Edge of Darkness エディションを所有している必要があります。 \nCo-op モードは Escape from Tarkov の専用サーバーで実行されます", - "OkGesture": "Thumbs up", + "OkGesture": "サムズアップ", "Old Azs Gate": "Old Gas Station Gate", "Old Gas Station": "Old Gas Station", "Old Road Gate": "Old Road Gate", @@ -17351,7 +17621,7 @@ "Pain": "痛み", "Painkiller": "鎮痛効果", "PanicEffect": "Chilling horror", - "PaperGesture": "Paper", + "PaperGesture": "パー", "Paramedic": "パラメディック", "Party is ready. Starting the game...": "グループの準備が完了。ゲームの開始…", "Penalties": "失敗時のペナルティ", @@ -17412,7 +17682,7 @@ "Prestige/Conformation/Save": "保持", "Prestige/Conformation/Save/Arena{S}{M}": "• スキルの {S}%\n• 熟練度の {M}%\n• 獲得した実績\n• ARPレーティング\n• 武器庫の進捗\n• プロフィール統計", "Prestige/Conformation/Save/EFT{S}{M}": "• スキルの {S}%\n• 熟練度の {M}%\n• 獲得した実績\n• プロフィール統計\n• プレステージの進捗", - "Prestige/Conformation/Text": "プレステージを進めるとゲームは最初から始まります\nただし、装備品やスキルの一部は保持できます", + "Prestige/Conformation/Text": "プレステージを得るとゲームは最初から始まります\nただし、装備品やスキルの一部は保持できます", "Prestige/Conformation/Title": "おめでとうございます!プレステージの要件をすべて満たしました!", "Prestige/ItemsTransfer/FitButtonTooltip": "持ち込み可能なアイテムを表示", "Prestige/ItemsTransfer/FitWindow": "持ち込み可能なすべてのアイテム", @@ -17427,7 +17697,7 @@ "Prestige/Levels/RewardsListCaption": "プレステージによる報酬", "Prestige/Rewards/ModesCaption": "利用できるゲームモード:", "Prestige/Rewards/RewardDescription": "説明:", - "PrestigeTooltip{0}": "Prestige level: {0}", + "PrestigeTooltip{0}": "プレステージレベル: {0}", "Previous": "前へ", "PreviousMagazine": "前のマガジン", "PreviousWalkPose": "前の歩行姿勢", @@ -17474,11 +17744,11 @@ "Protect objective {0:F1}": "目標を守れ {0:F1}", "PveFirstTime/Caption": "ゲームモード: PVE モード", "PveFirstTime/Message": "PVE モードへようこそ\n\nこのモードではワイプのない PVE 専用のキャラクターで、他のプレイヤーと戦闘することなく、ソロもしくはフレンドと一緒に楽しむことができます。\n\n他プレイヤーがいない点以外を除き、PVP ゲームモードと同じ仕様になっています。\n\nグッドラック!", - "PveServerMode/ForceOnlineRaidInPVE": "This location can only be played on BSG servers", - "PveServerMode/IsInGroup": "Group raids can only be played on BSG servers", - "PveServerMode/IsScav": "Scav raids can only be played on BSG servers", - "PveServerModeCheckmark": "Play on BSG servers", - "PveServerModeHeader": "Server settings", + "PveServerMode/ForceOnlineRaidInPVE": "このロケーションは BSG サーバーでのみプレイできます", + "PveServerMode/IsInGroup": "グループレイドは BSG サーバーでのみプレイできます", + "PveServerMode/IsScav": "Scav レイドは BSG サーバーでのみプレイできます", + "PveServerModeCheckmark": "BSG サーバーでプレイ", + "PveServerModeHeader": "サーバー設定", "QUEST ITEM": "クエストアイテム", "QUEST ITEMS": "クエストアイテム", "QUICK USE": "クイックユーズ", @@ -17528,8 +17798,8 @@ "QuestCondition/ArenaRoundResult/State/CleanUpTeam": " 掃除屋が出現後に", "QuestCondition/ArenaRoundResult/State/MainTime": " main time 中に", "QuestCondition/ArenaRoundResult/State/PointCapture": " extra time 中に", - "QuestCondition/ArenaWinMatch": "{matchPlace}{resetOnConditionFailed{0}}{roundCount}{playerInTeamPlace}{roundResult}{playerPreset}{deathCount}", - "QuestCondition/ArenaWinRound": "{roundPlace}{resetOnConditionFailed{0}}{resetOnSessionEnd}{roundResult}{playerAction}{playerPreset}{deathCount}", + "QuestCondition/ArenaWinMatch": "{roundResult}{playerPreset}{deathCount}{resetOnConditionFailed{0}}{roundCount}{playerInTeamPlace}{matchPlace}", + "QuestCondition/ArenaWinRound": "{roundResult}{playerPreset}{deathCount}{resetOnSessionEnd}{resetOnConditionFailed{0}}{playerAction}{roundPlace}", "QuestCondition/Category": "1回のレイド中に \" {0} \" カテゴリのアイテムを見つける", "QuestCondition/Elimination": "{resetOnSessionEnd}{playerPreset}{zone}{enemyPreset}{kill}を排除", "QuestCondition/Elimination/Kill": " {onesession}{weapontype}{weapon}{distance}{bodypart}{botrole}{target}", @@ -17716,7 +17986,7 @@ "Random weather conditions": "ランダムな天候条件", "RandomEnvironmentUiType": "ランダム", "RankChanges": "ランク進捗", - "Ranked": "RANKED", + "Ranked": "ランク", "Ranked/Description": "ランク戦\nランク戦にはバランスの取れたモードのみが含まれており、将来の競技に向けて最も公平で面白い試合に集中する事ができます。\nこのモードで獲得したランキングは、最強のファイターを決定するために使用されます。一部のプリセットはランク戦用に制限される場合があります。マッチメイキングには同じレーティングが適用されます。", "Ratings": "レーティング", "Ready!": "READY!", @@ -17819,9 +18089,9 @@ "Rmed": "普通", "Road to Customs": "Road to Customs", "Rock Passage": "Rock Passage", - "RockGesture": "Rock", + "RockGesture": "グー", "Ruined House Fence": "Ruined House Fence", - "Runddans/LocationDescrition": "ハラヴォードの一員になるには、特別なアームバンドをつけ、特別なお祝いの燃料を蓄える必要がある。\n\n地元の人々の中には、お祝いを台無しにしようとする輩もたくさんいるので、点火されたツリーは保護する必要がある。\n\nPrapor のすべての木に火が灯されると、ハラヴォードは完成する。", + "Runddans/LocationDescrition": "ハラヴォードの一員になるには、特別なアームバンドをつけ、特別なお祝いの燃料を蓄える必要がある。\n\n地元の人々の中には、お祝いを台無しにしようとする輩もたくさんいるので、点灯されたツリーは保護する必要がある。\n\nPrapor のすべてのツリーに光が灯ると、ハラヴォードは完成する。", "Runddans/MarathonDescription": "切り替え", "Runddans/MarathonTitle": "KHOROVOD", "Runddans/TarkovDescrition": "切り替え", @@ -17861,7 +18131,7 @@ "SHO_TRANSIT_24_COND": " ", "SHO_TRANSIT_24_DESC": "Transit to Lighthouse", "SHO_TRANSIT_43": "TRANSIT??", - "SHO_TRANSIT_43_COND": "Probably requires Labrys access keycard (1)", + "SHO_TRANSIT_43_COND": "おそらく Labrys アクセスキーカードが必要 (1)", "SHO_TRANSIT_43_DESC": "Transit to Labyrinth?", "SIDE": "所属", "SIGHT CRATE": "サイト倍率", @@ -17917,7 +18187,7 @@ "ScavGroupMaxCountReached": "Scav グループの最大人数を超過しました", "ScavInventoryScreen/ConfirmSellAll {0}{1}": "スタッシュに移動していないアイテムは {0} {1} で Fence に売却されます。戦利品の移動を終了し、本当に残りのアイテムをすべて売却しても良いですか?", "ScavInventoryScreen/SellAll": "すべて売却", - "ScavRole/ArenaFighterEvent": "猟犬", + "ScavRole/ArenaFighterEvent": "Smuggler", "ScavRole/Boss": "ボス", "ScavRole/ExUsec": "ローグ", "ScavRole/Follower": "護衛", @@ -17936,7 +18206,7 @@ "Scavs arrived with loot": "Scavが戦利品を持ってきた", "Scavs has brought you:": "Scavsの持ってきたもの:", "Scene loading...": "シーンを読み込み中…", - "ScissorGesture": "Scissors", + "ScissorGesture": "チョキ", "ScopeZoomIn": "スコープ倍率拡大", "ScopeZoomOut": "Scope zoom out", "Screen resolution:": "解像度:", @@ -17948,7 +18218,7 @@ "SearchDescription": "探索スキルの熟練により死体やコンテナを素早く効率的に探ることができるようになる。", "SearchDouble": "同時に二つのコンテナを調べる", "SearchLevelingUpDescription": "サーチのスキルは、コンテナなどを物色することで上がる。", - "SeasonActivity/ZombieEvent/LocationInfectionCaption": "地域の感染レベル:", + "SeasonActivity/ZombieEvent/LocationInfectionCaption": "ロケーションの感染レベル:", "SecondPrimaryWeapon": "セカンダリ", "SecondaryWeapon": "サイドアーム", "SecuredContainer": "ポーチ", @@ -17986,8 +18256,8 @@ "Settings/Graphics/DLSSLockThis": "DLSS オン", "Settings/Graphics/DLSSModeTooltip": "NVIDIA DLSSは、AI Super Resolutionを使用し、最大グラフィックス設定で最高のフレームレートを提供します。DLSSにはNVIDIA RTXグラフィックカードが必要です。", "Settings/Graphics/DLSSNotSupported": "お使いのシステムでは DLSS をご利用いただけません", - "Settings/Graphics/DLSSPreset": "DLSS Preset", - "Settings/Graphics/DLSSPresetTooltip": "Specific DLSS presets.", + "Settings/Graphics/DLSSPreset": "DLSS プリセット", + "Settings/Graphics/DLSSPresetTooltip": "特定のDLSSプリセット。", "Settings/Graphics/DLSSWrongSampling": " DLSS有効化のためリサンプリングを無効化", "Settings/Graphics/FSR2LockThis": "FSR 2.1 が有効である場合、この設定はご利用いただけません", "Settings/Graphics/FSR2ModeTooltip": "AMD FidelityFX Super Resolution 2.1 (FSR) は画質をほとんど損なうことなくパフォーマンスを向上させる、より新しいバージョンの解像度スケーリング技術です", @@ -18007,7 +18277,7 @@ "Settings/Graphics/Ultra": "最高", "Settings/Graphics/VeryHigh": "非常に高い", "Settings/Graphics/VeryLow": "最低", - "Settings/Graphics/VolumetricLight": "Volumetric lighting", + "Settings/Graphics/VolumetricLight": "ボルメトリックライティング", "Settings/NotSet": "設定なし", "Settings/OpticSensitivity": "スコープ倍率変更感度", "Settings/PressType": "入力タイプ", @@ -18172,7 +18442,7 @@ "Stock build": "標準プリセット", "Stomach": "腹部", "StomachBloodloss": "腹部出血", - "Stop looking for group": "Stopped looking for group", + "Stop looking for group": "グループ検索を中止", "Strength": "筋力", "StrengthBuffAim": "エイミング時のスタミナ消耗を [{0:0.#%}] 低減", "StrengthBuffElite": "装備中の武器がキャラクターの重量に加算されなくなる (バックパック内の武器を除く)", @@ -18332,7 +18602,7 @@ "The map is available to players from level": "このマップはレベル {0} から利用可能", "The map is available to players up to level": "このマップはレベル {0} までのプレイヤーが利用可能", "TheUnheardEditionEnvironmentUiType": "The Unheard", - "ThereGesture": "There", + "ThereGesture": "進め", "These items will be lost if you do not survive in the next raid. You can move them to a special stash for quest items.": "これらのクエストアイテムは特別なスタッシュに移動されます。これらのアイテムはレイドから生還できなかった場合に失われます。", "This is already equipped": "既に装備しています", "This item is purchased in quantities of {0} pcs. (Max: {1}) limited for you in one restock": "この商品を{0} 個購入しました。(最大: {1}) \n1回の入荷で購入できる数に上限があります", @@ -18370,7 +18640,7 @@ "ToggleLockMode": "アイテムピン留めモード切り替え", "TogglePinMode": "アイテムロックモード切り替え", "ToggleTacticalInteraction": "タクティカルデバイス起動モード", - "Toggle_Light": "Toggle", + "Toggle_Light": "切り替え", "Tooltips/PinLock/LockDescription": "ロックされたアイテムは移動や使用、改造、廃棄、持ち出しすることができません", "Tooltips/PinLock/PinDescription": "ピン留めされたアイテムは自動整理の後でも移動しません", "Tooltips/Priority/PriorityDescription": "スタッシュを優先ウィンドウにする", @@ -18404,10 +18674,10 @@ "Trading/Dialog/Btr/News": "ほかに情報は?", "Trading/Dialog/Btr/News/Next": "ほかに情報は?", "Trading/Dialog/Btr/News1": "どっかのバカ野郎が俺の倉庫を略奪しやがった!なんとか逃げ延びたが、状況は最悪だ!奴らを叩き出さないと...その前に腰を据える場所を探す。その後に助けてくれるヤツを探す。何かあったら連絡する、いいか?", - "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", + "Trading/Dialog/Btr/News2": "ニュース?急に暖かくなっただろう?暖かいのは良いことだが、油断は禁物だ!常に気を抜かないようにしなくちゃならない。", "Trading/Dialog/Btr/News3": "Customs の古い工場に傭兵が押し入ったらしい。あちこち走り回って、あちこちで略奪してるって話だ。なぜもっと早くドアやゲートを開けなかったのか不思議だったんだ。そもそも開けようとしてなかったのか?", "Trading/Dialog/Btr/News4": "誰かがタルコフにいるベテランの数を数えようとしてる。長い間ここにいるのなら、きっと区別できるような記章も手に入るだろう。これからは、誰が一番肝っ玉が据わっているか、新参者にもわかるようになるぞ!", - "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", + "Trading/Dialog/Btr/News5": "泥だらけだ!幸い、こいつはかなりでかいから泥にはまる事はないだろう。ただしその後の洗車は別だ!そういえば、俺の BTR を洗うバイトをしないか?しない?ちぇっ。", "Trading/Dialog/Btr/NoNews": "俺からの情報はこれだけだな。", "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "やってみよう。(accept task \"{0}\")", "Trading/Dialog/Btr/PlayerFinishQuest{0}": "完了だ。 (complete task \"{0}\")", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "アイテム", "UI/Quest/Reward/ProductionSchemeCaption": "{0} レベル {1} でのクラフトレシピ", "UI/Quest/Reward/QuestCaption": "タスク", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "プレステージレベル: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "キャラクターレベル: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} スキルレベル: {1}", @@ -18787,7 +19058,7 @@ "Unmute": "ミュート解除", "UnmuteVoip": "VoIP & 無線 ミュート解除", "Unranked": "アンランク", - "Unranked/Description": "Unranked Game\nUnranked games include all modes for which it is difficult to determine personal or team ranking, as well as PvE modes and modes in which players simply fight to the death.", + "Unranked/Description": "アンランクゲーム\nアンランクゲームには、個人ランキングやチームランキングを決定することが難しいモード、PvEモード、プレイヤーが死ぬまで戦うモードが含まれます。", "UnremovableItem/Attributes/CannotDroppedInRaid": "レイド中に破棄できません", "Unselected": "未選択", "Upgrading": "アップグレード中", @@ -18847,8 +19118,8 @@ "Voip/VoiceActivationEnable": "無線音声起動", "Voip/WalkieTalkieVolume": "無線音量:", "Voip/YouAreReported": "あなたのVOIP不正利用が報告されました", - "VolumetricLight": "Volumetric lighting", - "VolumetricLight setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "VolumetricLight": "ボルメトリックライティング", + "VolumetricLight setting will be fully applied after the raid restarts": "この設定は次のレイドで完全に適用されます", "WATCHLIST": "ウォッチリスト", "WEAPON BUILDS": "WEAPON BUILDS", "WEAPON MASTERING (01)": "武器熟練度 (01)", @@ -19138,14 +19409,14 @@ "arena/career/shootOutStats/winrat": "トーナメント勝率, %", "arena/career/shootOutStats/wins": "トーナメント勝利", "arena/career/shootOutStats/winsWithFavPreset": "お気に入りのプリセットでトーナメントに勝利する", - "arena/career/skills/bottom": "公平で競争力のあるゲームプレイを維持するために、{0}スキル{1}と{0}効果{1}の最大レベルは{0}レベル30{1}に制限されます", + "arena/career/skills/bottom": "公平で競争力のあるゲームプレイを維持するために、{0}スキル{1}と{0}パーク{1}の最大レベルは{0}レベル30{1}に制限されます", "arena/career/skills/top": "{0}スキル{1}と{0}武器熟練度{1}はアリーナとEFT PVPゾーンで同期されます。アリーナで{0}レベル{1}を上げると、EFTでも{0}レベル{1}が上がります。", "arena/career/tabs/common": "全般", "arena/career/tabs/health": "体力", "arena/career/tabs/history": "履歴", "arena/career/tabs/inventory": "インベントリ", "arena/career/tabs/pile": "デッキ", - "arena/career/tabs/quests/daily": "Operational", + "arena/career/tabs/quests/daily": "期限付き", "arena/career/tabs/quests/main": "メイン", "arena/career/tabs/skills": "スキル", "arena/career/teamFightStats/assists": "キルアシスト", @@ -19975,19 +20246,19 @@ "ragfair/to:": "~", "ragfair/traderownertype": "トレーダー", "ragfair/you don't have enough money for the transaction": "取引に十分なお金を持っていない", - "rank_01": "略奪者", - "rank_02": "刺客", - "rank_03": "兵隊", - "rank_04": "ファイター", - "rank_05": "強者", - "rank_06": "闘技者", - "rank_07": "古兵", - "rank_08": "職人", - "rank_09": "精鋭", - "rank_10": "虐殺者", - "rank_11": "炎の戦士", + "rank_01": "Marauder", + "rank_02": "Jackal", + "rank_03": "Mercenary", + "rank_04": "Fighter", + "rank_05": "Warrior", + "rank_06": "Gladiator", + "rank_07": "Veteran", + "rank_08": "Professional", + "rank_09": "Elite", + "rank_10": "Whisper of Death", + "rank_11": "Flame Warrior", "rank_12": "Big Boss", - "rank_13": "アリーナの英雄", + "rank_13": "Legend of the Arena", "ratingExpPos": "EXPランク", "readytoinstallupgrade": "アップグレード完了", "receive": "受取", @@ -20071,7 +20342,7 @@ "traders/trader_is_locked": "トレーダーは利用できません", "trading/less item {0} than you want. You bought all remaining items ({1})": "トレーダーの在庫が{0} に満たなかったため残りを全て購入しました({1})", "tripleKills": "トリプルキル", - "tripwireKills": "Landmine kills", + "tripwireKills": "設置物キル", "tu": "Türkçe", "tunnelvision": "視野狭窄", "turn off": "オフにする", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20509,9 +20781,9 @@ "653e6760052c01c1c805532f Name": "Ground Zero", "653e6760052c01c1c805532f Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began.", "65b8d6f5cdde2479cb2a3125 Name": "Ground Zero", - "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began.", + "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began. The area has yet again become a hot zone since the early days of the conflict.", "6733700029c367a3d40b02af Name": "The Labyrinth", - "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", + "6733700029c367a3d40b02af Description": "TerraGruop の請負業者のひとつ、Knossos LLC の施設。公的な情報によれば、彼らは遊園地やテーマパークを建設している。しかし、ここは新しいテーマパークというより厳重に要塞化されたバンカーのようだ。", "5464e0404bdc2d2a708b4567 Name": "United Security", "5464e0404bdc2d2a708b4567 Description": "USEC は KerniSEC と Safe Sea の企業合併によって1999年に誕生した民間軍事会社だ。2004年に Terra Group インターナショナル・ホールディングスの代理人と接触した後は事実上、彼らの私兵部隊となった。現在では世界各国に拠点を持っており7500人を超えるスタッフを有している。", "5464e0454bdc2d06708b4567 Name": "BEAR", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debut", "5936d90786f7742b1420ba5b description": "よお、兵士よ。俺の部下にはちょっと簡単すぎる仕事があるんだが、お前なら大丈夫だろう。おい、ムキになるんじゃない!普通の仕事をさせるほど俺はお前のことはよく知らんだろう。\n\n街には盗賊のクズどもがかなりうろついている。そこまで気には障らないが、それでも迷惑な奴らだ。5人ほど黙らせてやって、MP-133 ショットガンを2丁もってこい。これくらいで十分だろう。行ってこい!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -21763,13 +22047,13 @@ "5a0327ba86f77456b9154236 failMessageText": "", "5a0327ba86f77456b9154236 successMessageText": "最高の仕事ぶりだ。これで仕事は予定通りに進む。\"Dziękuję\" 傭兵。これが報酬だ。", "5a03282286f77456b91542ef": "レイド中に WD-40 (100ml) を見つける", - "5a03289686f7745dbc6c5063": "WD-40 (100ml) を渡す", + "5a03289686f7745dbc6c5063": "レイド中に見つけた WD-40 を渡す", "5a0328b086f77457a7099ea5": "レイド中に クリン ウィンドウクリーナー を見つける", - "5a0328cb86f77456b91543b8": "クリン ウィンドウクリーナー を渡す", + "5a0328cb86f77456b91543b8": "レイド中に見つけた クリン ウィンドウクリーナー を渡す", "5a0328f586f774580168ced4": "レイド中に コルゲートチューブ を見つける", - "5a03290586f774584d1594c4": "コルゲートチューブ を渡す", + "5a03290586f774584d1594c4": "レイド中に見つけた コルゲートチューブ を渡す", "5a280b3c86f7741b16366337": "レイド中に Ox 漂白剤 を見つける", - "5a280b5486f7741f751bfeea": "Ox 漂白剤 を渡す", + "5a280b5486f7741f751bfeea": "レイド中に見つけた Ox 漂白剤 を渡す", "5a0327ba86f77456b9154236 acceptPlayerMessage": "", "5a0327ba86f77456b9154236 declinePlayerMessage": "", "5a0327ba86f77456b9154236 completePlayerMessage": "", @@ -21974,7 +22258,7 @@ "5a27bc8586f7741b543d8ea4 description": "やあ、親愛なる友よ。どうやら興味深い取引が待ち受けているみたいだ。君が持ってきたハードディスクには西側諸国が興味を持ちそうなミサイルエンジンの設計図の一部が入っていた。そいつは今使われていないタイフーン型潜水艦に配備されていたものだ。他にも、バルチック艦隊の水兵についての詳細な情報も入っていた。本物の水兵がタルコフのどこかにいる。どうやら、奴は海軍司令部とのコネクションもあるようだ。私達は奴を手に入れる必要がある。情報によれば、奴は秘密裏に Scav と取引をしているらしい。奴に接触にするのはそう簡単ではないだろう。今回の仕事は慎重に、気づかれずやる必要がある。チャンスは一度しかない、失敗してこの機会を失うなんて以ての外だ。こうして話している間も手が震えているよ。君はこの仕事がどれほど重要か分かっていないだろうな。失敗という選択肢は存在しないんだ。君は素晴らしい戦士だが、隠密作戦に長けていることも私の目で確かめたい。経験豊富な狙撃手が必要なんだ。準備ができたらまた戻ってきてくれ。", "5a27bc8586f7741b543d8ea4 failMessageText": "", "5a27bc8586f7741b543d8ea4 successMessageText": "正直、君がやり遂げられると思わなかったよ...傭兵。君はもう私から見たら\"シャープシューター\"だ。君が必要になったらまた連絡しよう。", - "5a28235e86f7741da250b438": "ボルトアクションライフル のスキルレベルが必要な値に達する", + "5a28235e86f7741da250b438": "必要なボルトアクションライフルのスキルレベルに到達する", "5a27bc8586f7741b543d8ea4 acceptPlayerMessage": "", "5a27bc8586f7741b543d8ea4 declinePlayerMessage": "", "5a27bc8586f7741b543d8ea4 completePlayerMessage": "", @@ -22165,7 +22449,7 @@ "5cb6f81d86f7740e9d452683": "レイド中に CPU を見つける", "5cb6f88d86f7747d215f09c1": "レイド中に 充電式バッテリー を見つける", "5cb6f8de86f7740e9d452685": "レイド中に プリント基板 を見つける", - "5cb6f9c586f7740ace254c44": "レイド中に 壊れた GPhone を渡す", + "5cb6f9c586f7740ace254c44": "レイド中に 壊れた GPhone を見つける", "5ac346a886f7744e1b083d67 acceptPlayerMessage": "", "5ac346a886f7744e1b083d67 declinePlayerMessage": "", "5ac346a886f7744e1b083d67 completePlayerMessage": "", @@ -22336,13 +22620,13 @@ "5ae4493d86f7744b8e15aa8f declinePlayerMessage": "", "5ae4493d86f7744b8e15aa8f completePlayerMessage": "", "5ae4495086f77443c122bc40 name": "Sew it Good - Part 1", - "5ae4495086f77443c122bc40 description": "Hi there homie, I have a solid business proposal for you. Don't you worry, I’m not bullshitting you, it's the real deal. Can’t say what it is right now, but if it starts off good, I’ll be sure to tell you. I need a big backpack, the purple \"Pilgrim\" one, and a ski hat, you know, with ninja-type slits. Look for them yourself though, no traders, brother. I need to keep this in secret, don't want anyone to find out about our little thing, you know?", + "5ae4495086f77443c122bc40 description": "やあ、友よ!俺から手堅いビジネスを提案してあげよう。心配する必要はない、なにもお前を騙そうってわけじゃない…本物の取引さ。今は細かいことは言えないが、うまく行ったら話すことは約束しよう。\"Pilgrim\" っていうデカい紫色のバックパックと、スキー帽が必要だ。ニンジャみたいな目出し帽のやつだ。トレーダーは使わずに自分で見つけてくれ兄弟。これは誰にもバレないようにしたいんだ…些細なことも嗅ぎつけられたくないのは分かるよな?", "5ae4495086f77443c122bc40 failMessageText": "", - "5ae4495086f77443c122bc40 successMessageText": "Taken off dead Scavs, I presume? Whatever, that’ll do. Everything is going according to the plan, so come by for the next task later.", - "5ae4559386f7742dc043c95e": "Find a Ski hat with holes for eyes in raid", - "5ae455be86f7742dc043c969": "Hand over the ski hat", - "5ae455fb86f7744dd8242380": "Find a Pilgrim tourist backpack in raid", - "5ae4562086f774498b05e0dc": "Hand over the backpack", + "5ae4495086f77443c122bc40 successMessageText": "察するに、死んだ Scav から剥ぎとってきたのか?まあ、いいだろう。全ては計画通りだ。また仕事のために来てくれ。", + "5ae4559386f7742dc043c95e": "レイド中に 目出しスキー帽 を見つける", + "5ae455be86f7742dc043c969": "スキー帽 を渡す", + "5ae455fb86f7744dd8242380": "レイド中に Pilgrim ツーリストバックパック を見つける", + "5ae4562086f774498b05e0dc": "バックパック を渡す", "5ae4495086f77443c122bc40 acceptPlayerMessage": "", "5ae4495086f77443c122bc40 declinePlayerMessage": "", "5ae4495086f77443c122bc40 completePlayerMessage": "", @@ -22436,7 +22720,7 @@ "5ae449d986f774453a54a7e1 declinePlayerMessage": "", "5ae449d986f774453a54a7e1 completePlayerMessage": "", "5b47749f86f7746c5d6a5fd4 name": "Gunsmith - Part 17", - "5b47749f86f7746c5d6a5fd4 description": "だいぶ前に Kiba Arms のオーナーとあったことがある。サウナなんかも一緒に行った事がある。普段は行くことなんて無いんだけどね。彼は桟橋から飛び込もうとして足を折ったこともあったな。そんな愉快な彼だけど、サバイバルゲームフィールドを作ることを夢見たいたよ。そして、彼の夢はこのタルコフで実現されたようだ。世界最大で最高なフィールドを…一発流れ弾を食らったら全て失う、っていう些細な違いを除けばね。AK-102 に Ferfrans のコンペンセイターと、Magpul の AFG OD タクティカルグリップ、Zenit の Kleshch-2U フラッシュライト、RPK-16 バッファチューブ、Circle 10 のマガジンを付けて欲しい。エルゴノミクスは 70 以上、リコイルは合計 250 未満、照準距離は 800 メートル以上だね。8 マス以上の場所を取らないことを忘れないでね。", + "5b47749f86f7746c5d6a5fd4 description": "だいぶ前に Kiba Arms のオーナーとあったことがある。サウナなんかも一緒に行った事がある。普段は行くことなんて無いんだけどね。彼は桟橋から飛び込もうとして足を折ったこともあったな。そんな愉快な彼だけど、サバイバルゲームフィールドを作ることを夢見ていたよ。そして、彼の夢はこのタルコフで実現されたようだ。世界最大で最高なフィールドを…一発流れ弾を食らったら全て失う、っていう些細な違いを除けばね。AK-102 に Ferfrans のコンペンセイターと、Magpul の AFG OD タクティカルグリップ、Zenit の Kleshch-2U フラッシュライト、RPK-16 バッファチューブ、Circle 10 のマガジンを付けて欲しい。エルゴノミクスは 70 以上、リコイルは合計 250 未満、照準距離は 800 メートル以上だね。8 マス以上の場所を取らないことを忘れないでね。", "5b47749f86f7746c5d6a5fd4 failMessageText": "", "5b47749f86f7746c5d6a5fd4 successMessageText": "盲目になりたくないなら、フラッシュライトをつけるべきじゃないね!とにかく、よくやった。そこの箱の上に置いといて。", "5b47796686f774374f4a8bb1": "AK-102 を指定された仕様に改造する", @@ -22505,9 +22789,9 @@ "5b478b1886f7744d1b23c57d description": "Hey, I have a task for you. Not complicated, everything's gonna go smooth, don't worry. My business is quite dangerous, as you have probably understood already. You, friend, are a good fighter, that's why you can safely come to visit me whenever you want, but not all my clients can afford such luxury: one was already found in a pool of blood at the gas station, for example. It appears that many are being watched, motherfuckers know they have thick wads. So clients don't want to drop by in the open, attracting more undesired attention. But that doesn't really hinder the business: If people do not come for goods, goods come to people, ha-ha. Help a brother out, get the required items and stash them for proper folks to pick up on Interchange. They need two sets of helmets and headwear (6B47 and Peltor ComTac 2) stashed in a trash pile in the Avokado store - you've already been there, you know the place, and they also need two grey Gzhel body armors, stash them in the garbage heap near the stage on the outside, it's near the Ultra main entrance. I'll make it up to you, believe me.", "5b478b1886f7744d1b23c57d failMessageText": "", "5b478b1886f7744d1b23c57d successMessageText": "The guys said they got the stuff, nicely done, brother. Told you, all smooth and quick. As promised, here's your reward.", - "5b478c4c86f7744d1a393fac": "Stash Peltor ComTac 2 in the specified place", - "5b478c7386f7744d1a393fb1": "Stash 6B47 Helmets in the specified place", - "5b478cb586f7744d1a393fb5": "Stash BNTI Gzhel-K armor in the specified place", + "5b478c4c86f7744d1a393fac": "Stash the ComTac II headsets in the specified place on Interchange", + "5b478c7386f7744d1a393fb1": "Stash the 6B47 helmets (Olive Drab) in the specified place on Interchange", + "5b478cb586f7744d1a393fb5": "Stash the Gzhel-K body armor in the specified place on Interchange", "5b478b1886f7744d1b23c57d acceptPlayerMessage": "", "5b478b1886f7744d1b23c57d declinePlayerMessage": "", "5b478b1886f7744d1b23c57d completePlayerMessage": "", @@ -22655,9 +22939,9 @@ "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 description": "仕事があってお前を呼んだんだ。……俺のチームの中にスパイがいた。そのクソ野郎はずっと、うちの仕入れルートとシノギに関する情報を外に漏らしていやがったんだ。もちろん、俺も何かがおかしいとは気付いていたんだが、部下のおかげで、そいつがこの地域のグループの一員だと分かった。Customs の寮に住み着いてる連中だ。お前にやって欲しいのは、次の積荷に関する \"偽の情報\" を掴ませることだ。それに釣られてノコノコやってきたマヌケどもを俺の部下が始末する。だがその情報はドンパチなしで届けなきゃならねえ。まるでヤツらの一味みてえなフリしてよ。分かったか?特別なデータを入れたフラッシュドライブは、デカい橋の上にある焼け焦げた赤い車のトランクに置いてあるから、それを回収して持って行け。……悪いな、俺の部下はその橋で待ち伏せを受けたから、寮の近くまで持って行けなかったらしい。それから、フラッシュドライブと一緒に SV-98 と Rolerの腕時計 も隠しておくんだ。ヤツらとの約束通りにな。最後にもう一度言っておくが、くれぐれも Costoms で連中を撃ち殺したりしてくれるなよ。やることが終わったら静かに立ち去るんだ。", + "5c0bbaa886f7746941031d82 failMessageText": "人の話を聞いてたのか?なんで撃ったんだ、この間抜け!これじゃあ寮に 1マイル も近付けねえだろうが!……ヤツらはあれからずっと警戒してる。この状態で、どうやって偽の情報を仕込むつもりだ。ああ!?……何を言っている? \"送信機\" がどうしたって?さっさと失せやがれ!", + "5c0bbaa886f7746941031d82 successMessageText": "どうやら上手くいったようだな。俺の部下は配置についてる。マヌケどもにとっちゃ人生最後のサプライズになるだろうよ。助かったぜ。", "5c0bc32986f7743e4d1002d2": "社員寮 3階 にある階段の向かい側のごみ置き場に SV-98 スナイパーライフル を隠す", "5c0bc43e86f7744794440ba5": "社員寮 3階 にある階段の向かい側のごみ置き場に Roler サブマリーナー を隠す", "5c12320586f77437e44bcb15": "社員寮 3階 にある階段の向かい側のごみ置き場に 偽情報の入ったフラッシュドライブ を隠す", @@ -22884,7 +23168,7 @@ "5c51aac186f77432ea65c552 description": "Hello, mercenary. I have been watching you for quite a while now, and I know that you are able to solve the tasks assigned to you. Don't get too cocky now, you're not the only one who knows how to follow orders. There are more fighters like you, even more competent. I want to offer you a job, to give you a chance to become a part of something bigger than you can imagine. If you are ready, then here's an assignment for you: my people operate all over Tarkov and often leave souvenirs after themselves. The mission is to obtain and deliver those items to me. No questions asked. The things are extremely rare. I hope I don't have to remind you that you have to obtain all these items by yourself? Believe me, I like no other know when people lie. You will be informed of the drop spot. And one more thing, all my partners have already mastered their skills a long time ago and proven themselves reliable, and if you want to be one of them, then prove to me that you are not inferior to them in training. Don't try to contact me, I will do it myself when the time comes.", "5c51aac186f77432ea65c552 failMessageText": "", "5c51aac186f77432ea65c552 successMessageText": "Have you got it all? Good, mercenary. Your hard-earned reward awaits you in the specified drop-spot, just as promised. Congratulations, and welcome.", - "5c51bed886f77478bb033461": "レイド中に Battered antique book を見つけて渡す", + "5c51bed886f77478bb033461": "レイド中に見つけた アンティークの本 を渡す", "5c51bf8786f77416a11e5cb2": "Hand over the found in raid item: #FireKlean gun lube", "5c51bf9a86f77478bf5632aa": "Hand over the found in raid item: Golden rooster figurine", "5c51bfb186f77478bd516d37": "Hand over the found in raid item: Silver Badge", @@ -22965,9 +23249,9 @@ "5d24b81486f77439c92d6ba8 description": "おお、ようこそ。私は長いこと、お前さんのことを見ていたよ。もちろん、お前さんがしてきた善い行いや悪い行いについても聞いている。だが、こんな状況では、誰しも昔のままの自分でいるのは難しい。……お前さんはどちらの側につくか決めなければならない。私はこの土地から病原菌のような奴らを取り除く側にいる。我々を更に暗い深淵へ引きずりこもうとする奴らをな。もしこちら側に加わってくれるなら、どんな助けであっても感謝しよう。Mechanicがお前さんの実績について教えてくれたよ。信頼できると言っていた。今の状況を考えれば、これ以上、周りから目を逸らしているわけにはいかない。当初は外界との関りを絶って保護区の大自然の中で過ごすのが一番だと思っていた。あの野盗どもの行いを……奴らが物を盗み、人々を殺すさまを見るまでは……。いや、つまり、お前さんの協力がどうしても必要なんだ。何よりもまず物資の調達を頼みたい。仙人のような生活をしていたら食料が底をついてしまったのさ。", "5d24b81486f77439c92d6ba8 failMessageText": "", "5d24b81486f77439c92d6ba8 successMessageText": "すまんな。今となっては食料の調達もままならんというのに、食わねば生きてはいけないのだから難儀なものだ。では、時間のあるときに改めて仕事の話をしよう。たまには顔を見せてくれよ、若人よ。", - "5d24ba7886f77439c92d6baa": "レイド中に Iskra レーションパック を見つける", - "5d24bb4886f77439c92d6bad": "レイド中に インスタント ヌードル を見つける", - "5d24bb7286f7741f7956be74": "レイド中に ビーフシチューの缶詰 (大) を見つける", + "5d24ba7886f77439c92d6baa": "レイド中に見つけた Iskra レーションパック を渡す", + "5d24bb4886f77439c92d6bad": "レイド中に見つけた インスタント ヌードル を渡す", + "5d24bb7286f7741f7956be74": "レイド中に見つけた ビーフシチューの缶詰 (大) を渡す", "5d24b81486f77439c92d6ba8 acceptPlayerMessage": "", "5d24b81486f77439c92d6ba8 declinePlayerMessage": "", "5d24b81486f77439c92d6ba8 completePlayerMessage": "", @@ -23811,15 +24095,15 @@ "6089743983426423753cd58a acceptPlayerMessage": "", "6089743983426423753cd58a declinePlayerMessage": "", "6089743983426423753cd58a completePlayerMessage": "", - "608974af4b05530f55550c21 name": "Inventory check", - "608974af4b05530f55550c21 description": "Salam, brother! Come in! Got a task for you. The reserve base's got several soldier barracks, and usually, they're supposed to have an arsenal and a storage room in them. I wanna know if there's anything left there so I could gather a group for it, or if everything's already looted. Wanna stroll there and check it out? Need to search some specific places, I've even got a list of where there could still be unlooted stuff.", + "608974af4b05530f55550c21 name": "Inventory Check", + "608974af4b05530f55550c21 description": "やあ兄弟!さあ入ってくれ、仕事があるんだ。あの補給基地には兵舎が幾つかあるが、そういう場所にはもちろん武器庫や倉庫だってあるはずだよな。まだそこに人を送る価値があるのか、それとも何もかも持っていかれちまった後なのか知りたいんだ。散歩がてら見に行ってくれないか?物資が残っていそうな場所のリストもあるから、何か所か確認してきてくれ。", "608974af4b05530f55550c21 failMessageText": "", "608974af4b05530f55550c21 successMessageText": "たしかにそこに行って見てきたんだよな?…ほとんど漁られた後だったのか?…そうか…じゃあ仕方ないよな。", - "608bd0a053b9dd01a116f474": "Reserve西側の兵舎にある1つ目の武器庫を調べる", - "608bd0c20637f21f9934b6e4": "Reserve西側の兵舎にある2つ目の武器庫を調べる", - "608bd136c61c4b541b381da3": "Reserve北側の兵舎にある1つ目の武器庫を調べる", - "608bd149f597ad0a33574d74": "Reserve北側の兵舎にある2つ目の武器庫を調べる", - "608bd2465e0ef91ab810f98a": "Reserve西側の兵舎にある待機部屋を調べる", + "608bd0a053b9dd01a116f474": "Reserve 東側の兵舎(ブラックポーン)にある1つ目の武器庫を調べる", + "608bd0c20637f21f9934b6e4": "Reserve 東側の兵舎(ブラックポーン)にある2つ目の武器庫を調べる", + "608bd136c61c4b541b381da3": "Reserve 南側の兵舎(ホワイトポーン)にある1つ目の武器庫を調べる", + "608bd149f597ad0a33574d74": "Reserve 南側の兵舎(ホワイトポーン)にある2つ目の武器庫を調べる", + "608bd2465e0ef91ab810f98a": "Reserve 東側の兵舎(ブラックポーン)にある待機部屋を調べる", "608c187853b9dd01a116f480": "この地域から生還する", "608974af4b05530f55550c21 acceptPlayerMessage": "", "608974af4b05530f55550c21 declinePlayerMessage": "", @@ -24135,7 +24419,7 @@ "6179b5b06e9dd54ac275e409 description": "Greetings, comrade. Come on in, come on in. And lock the door behind you. Gonna have a serious talk... It's time to show everyone whose land we're standing on and who's the boss around here. Because there are already more of these tourists than us - everything that's left in Tarkov has been plundered. They turned Norvinsk region into some garbage lot. You agree, right? It's not even about the money, it's about driving those fuckers out from our own land! Although I will make it worth your while anyway, as always. Start by clearing the area near the Lighthouse, and then we will throw them out of our other territories. So, are you in?", "6179b5b06e9dd54ac275e409 failMessageText": "", "6179b5b06e9dd54ac275e409 successMessageText": "Thank you, warrior. Our homeland won't forget this!", - "6193dc1e6623e330c82e0be9": "Eliminate USEC PMC operatives all over the Lighthouse territory", + "6193dc1e6623e330c82e0be9": "Eliminate USEC PMC operatives on Lighthouse", "6194fbf785a6d62c481a7aee": "Hand over the found in raid USEC PMC dogtags", "6179b5b06e9dd54ac275e409 acceptPlayerMessage": "", "6179b5b06e9dd54ac275e409 declinePlayerMessage": "", @@ -24145,7 +24429,7 @@ "6179b5eabca27a099552e052 failMessageText": "", "6179b5eabca27a099552e052 successMessageText": "I hope you understand that such an assignment is not given to just anyone. But the reward is appropriate. Here's what you've earned.", "617fc08b30ccff6c7c37fcd3": "Hand over the found in raid BEAR PMC dogtags", - "61a61c085d06a344766f3a29": "Eliminate BEAR PMC operatives all over the Lighthouse territory", + "61a61c085d06a344766f3a29": "Eliminate BEAR PMC operatives on Lighthouse", "6179b5eabca27a099552e052 acceptPlayerMessage": "", "6179b5eabca27a099552e052 declinePlayerMessage": "", "6179b5eabca27a099552e052 completePlayerMessage": "", @@ -24672,7 +24956,7 @@ "639135e8c115f907b14700aa declinePlayerMessage": "", "639135e8c115f907b14700aa completePlayerMessage": "", "639135f286e646067c176a87 name": "Revision - Streets of Tarkov", - "639135f286e646067c176a87 description": "Good morning! You've done a great job of finding the military vehicles. According to my sources, there were at least three Strykers in the city. You know, it's not a good idea to leave that kind of equipment out in the open in these conditions. I need a lead on them. You know what to do.", + "639135f286e646067c176a87 description": "Good morning! You're doing a great job with finding valuable military vehicles. According to my sources, there were at least three Stryker type vehicles in the city. You know, it's not a good idea to leave that kind of equipment out in the open in these conditions. I need a lead on them. You know what to do.", "639135f286e646067c176a87 failMessageText": "", "639135f286e646067c176a87 successMessageText": "You did an amazing job, mercenary! What's the condition of the vehicles? I'm sure we'll be able to fix it, and you'll see more Strykers on the streets of the city in the future... What? Of course, I hope it doesn't come to that!", "63927f14744e452011470816": "Locate and mark the first LAV III with an MS2000 Marker on Streets of Tarkov", @@ -25447,7 +25731,7 @@ "657315df034d76585f032e01 successMessageText": "やったのか?よくやった!お前は本当に役に立つのかもな。", "657333fee3fbaa77d3b5cd7c": "Ground Zero で Utyos マシンガン を見つける", "6573340403f471fb2bb12df1": "Ground Zero で AGS グレネードランチャー を見つける", - "657334311dbb8b7569bb83c4": "Ground Zero で殺す", + "657334311dbb8b7569bb83c4": "Ground Zero で任意の目標を殺す", "657315df034d76585f032e01 acceptPlayerMessage": "", "657315df034d76585f032e01 declinePlayerMessage": "", "657315df034d76585f032e01 completePlayerMessage": "", @@ -25703,10 +25987,10 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Easy Money - Part 1", - "66058cb22cee99303f1ba067 description": "Sup. Got a job for ya. A friend of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You should put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! You pick up the flyers at the USEC camp on Woods, how did it end up there? Who knows? My contact might have good allies. Once you get the package, walk around and stick them fliers all over the city. Just kidding. Bring it over to the specified locations, they'll figure it out from there. ", + "66058cb22cee99303f1ba067 description": "Sup mate. Got a job for ya. An old pal of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You gotta put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! I've got a couple of posters ready for ya, but if you lose them, it's your own bloody problem, got it? Bring them to the Scav stronghold at the customs terminal. Off you go then.", "66058cb22cee99303f1ba067 failMessageText": "", - "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here's some goodies in the meantime.", - "6606b709f7ce34bb26221cab": "Plant the \"Bison VS Undertaker\" poster in the living quarters at the Scav base on Customs", + "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here are some goodies in the meantime.", + "6606b709f7ce34bb26221cab": "Plant the Bison vs Undertaker poster in the living quarters at the Scav base on Customs", "6606b74ebce4c3e0bda438fd": "Plant the \"Killa and Tagilla\" poster at the railway platform on Reserve", "6606b7501d9dfa39ba0b037e": "Put up flyers at the Rodina cinema on Streets of Tarkov", "6606b752a6c704c4333a804d": "Plant the \"Easy Money\" poster inside the helicopter at the water treatment plant on Lighthouse", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Hello, champion! A friend of mine gave you a little tryout assignment. Now I've decided to meet you in person. People call me Ref. Hosting the Arena and the big bucks, ha!\n\nClearly you don't mind making money, and I'm in desperate need of new staff. Business is booming, and I'm short-handed. We're expanding!\n\nWe got another fight planned soon. As they used to say in ancient Rome, \"the people demand bread and circuses.\" The latter is fine, but the bread is running late. A little supply disruption, don't worry about it. Just get me some food and booze for the audience.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Everything you brought has already been sent to the seats. Well done.", - "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid item: Bottle of Tarkovskaya vodka", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Hand over the found in raid item: Bottle of Pevko Light beer", "6606bd814120fcf7f0a38e55": "Hand over the found in raid item: Alyonka chocolate bar", "6606bd9128b63f13e560592f": "Hand over the found in raid item: Pack of Tarker dried meat", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Part 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Part 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", - "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plant three TP-200 TNT bricks at the MVD academy entrance on Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Between Two Fires", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Hand over the found info", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27690,7 +27979,7 @@ "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 description": "Yo, you doing good? You will never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some metal scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", "675c085d59b0575973005f52 failMessageText": "", "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", @@ -27725,7 +28014,7 @@ "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", "675c1cf4a757ddd00404f0a3 failMessageText": "", "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", + "675c1cf4a757ddd00404f0a6": "Locate the secret exfil on Customs", "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", @@ -27752,7 +28041,7 @@ "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", + "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you think I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", @@ -27861,37 +28150,37 @@ "676c243fb16f4b14b905e7f4 declinePlayerMessage": "", "676c243fb16f4b14b905e7f4 completePlayerMessage": "", "67a09636b8725511260bc421 name": "Shady Contractor", - "67a09636b8725511260bc421 description": "Hey. You may be aware that TerraGroup's aggressive expansion in Tarkov has raised quite a few questions in its time, no doubt? Back then, they were buying out properties and companies left and right in the Norvinsk region, and some of the deals were clearly shady in nature...\n\nTerraGroup has had a particularly interesting contractor, a company called Knossos. Officially they build amusement parks, playgrounds, and other family entertainment venues. But tell me, what possible connection can TerraGroup's scientific research and playgrounds have?\n\nThat's exactly why this smells fishy to me. Knossos could be hiding TerraGroup documents or equipment. Yet to know for certain, we'd have to examine their facilities. And to do that, we'd have to find some kind of record... Knossos definitely had managers overseeing the facilities. You should check out the vehicles in the city center and look for any internal records there.", + "67a09636b8725511260bc421 description": "やあ、TerraGroup のタルコフでの積極的な事業展開が、その過程でかなりの疑問を呼んでいることは知ってるだろう?当時、彼らはノルヴィンスク地域の不動産や会社を次々と買収していて、その中には明らかに怪しい取引もあった...\n\nTerraGroup には Knossos と呼ばれる、特に興味深い請負業者があった。公式には遊園地や遊び場、その他の家族向けの娯楽施設を建設している。でも教えてくれ、TerraGroup の科学研究と遊び場にどんな繋がりがあるんだ?\n\nだからこそ、これは怪しい匂いがするんだ。Knossos は TerraGroup の文書や設備を隠しているかもしれない。だけど、それを確かめるには彼らの施設を調べなきゃいけない。そのためには、何らかの記録が必要だ... Knossos には間違いなく施設を監督する管理者がいた。市街地にある車両を調べて、そこに何か内部記録がないか探してみるといい。", "67a09636b8725511260bc421 failMessageText": "", - "67a09636b8725511260bc421 successMessageText": "A manager's diary, huh? Even though it's not official documentation, there might be something useful in there. I'll get back to you in a bit, right now I need to examine these records carefully.", - "67a0a91f4681b4e43d13892b": "Locate the Knossos LLC senior manager's car on Ground Zero", - "67a0ab610345d81cb3cbb24c": "Locate and obtain the manager's diary", - "67a0ab83359e2d00cf9d6b06": "Hand over the diary", + "67a09636b8725511260bc421 successMessageText": "マネージャーの日記?公式な文書じゃないけど、何か役立つ情報があるかもしれない。ちょっと後で連絡するよ、今はこの記録を注意深く調べなきゃいけない。", + "67a0a91f4681b4e43d13892b": "Ground Zero で Knossos LLC のシニアマネージャーの車を見つける", + "67a0ab610345d81cb3cbb24c": "マネージャーの日記 を手に入れる", + "67a0ab83359e2d00cf9d6b06": "日記 を渡す", "67a09636b8725511260bc421 acceptPlayerMessage": "", "67a09636b8725511260bc421 declinePlayerMessage": "", "67a09636b8725511260bc421 completePlayerMessage": "", "67a0964e972c11a3f507731b name": "Needle in a Haystack", - "67a0964e972c11a3f507731b description": "You're just in time! I have studied the manager's diary and prepared for you a list of facilities that appear most often in the records. You need to investigate all of these locations. \n\nSo far, I can't tell what exactly to look for. Maybe you'll find equipment or other traces of TerraGroup around there. Focus on these locations and look around.", + "67a0964e972c11a3f507731b description": "ちょうどよかった!マネージャーの日記を調べて、記録によく出てくる施設のリストを用意したんだ。このすべての場所を調査しなきゃいけない。\n\n今のところ、具体的に何を探せばいいのかは分からない。もしかしたら、そこで TerraGroup の設備や痕跡があるかもしれない。これらの場所に集中して周りを調べてみて。", "67a0964e972c11a3f507731b failMessageText": "", - "67a0964e972c11a3f507731b successMessageText": "Really, nothing at all? Perhaps it really is just a coincidence... I'll have to think about it and check my sources again.", - "67a0bc81fcbc1c559d09b58f": "Investigate the courtyard park by TerraGroup HQ on Ground Zero", - "67a0bc83182c4b0c71edd0ce": "Investigate the kart track on Interchange", - "67a0bc84f19d5b1120a55762": "Investigate the children's playground on Interchange", - "67a0bc87c60a93d7a3f28b23": "Investigate the children's playground by Concordia on Streets of Tarkov", - "67a0bc8848d9d2cbd274ffd9": "Investigate the coast-side construction site on Shoreline", - "67a0bc8ab12fe4b1baa60e4c": "Investigate the children's playground by the Health Resort on Shoreline", + "67a0964e972c11a3f507731b successMessageText": "本当に何もなかった?もしかしたら本当にただの偶然なのかもしれないね...もう一回考えて、情報源を確認し直さないと。", + "67a0bc81fcbc1c559d09b58f": "Ground Zero で TerraGroup 本社の中庭公園を調査する", + "67a0bc83182c4b0c71edd0ce": "Interchange でカートコースを調査する", + "67a0bc84f19d5b1120a55762": "Interchange で子どもの遊び場を調査する", + "67a0bc87c60a93d7a3f28b23": "Streets of Tarkov でコンコルディアの子どもの遊び場を調査する", + "67a0bc8848d9d2cbd274ffd9": "Shoreline で海岸沿いの工事現場を調査する", + "67a0bc8ab12fe4b1baa60e4c": "Shoreline で保養所近くの子どもの遊び場を調査する", "67a0964e972c11a3f507731b acceptPlayerMessage": "", "67a0964e972c11a3f507731b declinePlayerMessage": "", "67a0964e972c11a3f507731b completePlayerMessage": "", "67a096577e86e067eb045733 name": "Hidden Layer", - "67a096577e86e067eb045733 description": "You know, I've thought it over again and I'm definitely positive there's a hidden layer to TerraGroup's connection with Knossos. Granted, we don't know what they were hiding yet, but that just means we haven't searched hard enough. We need to double-check everything again.\n\nTry to examine the Knossos facilities from the list again, you can also check out the adjacent buildings. Although last time my advice didn't lead you to a proper result... This time, you'd better trust your skills and intuition. Maybe we'll get lucky this way.", + "67a096577e86e067eb045733 description": "考え直してみたんだけど、TerraGroup と Knossos の繋がりには絶対に隠された側面があると思う。確かに、彼らが何を隠していたのかはまだ分からないけど、それは僕たちが十分に調べられてなかっただけだ。もう一度すべてを確認しなきゃいけない。\n\nリストにある Knossos の施設をもう一度調べてみて、隣接する建物も確認するといい。前回は僕のアドバイスがいい結果にならなかったけど...今回は自分の腕と勘を信じたほうがいい。もしかしたら運が向いてくるかもしれない。", "67a096577e86e067eb045733 failMessageText": "", - "67a096577e86e067eb045733 successMessageText": "Why didn't I think of that before? Knossos didn't purchase the whole territory of Azure Coast, but only the basements under it! That's why I thought this playground was our target.\n\nA door like this is unlikely to be accessed with a regular TerraGroup keycard. Considering they, meaning TerraGroup specifically, disguised that place as a Knossos facility, the keycard to access it should probably also have a suitable design.\n\nI'll try to find out more about these keycards and secure access to them, but it will take a considerable amount of time. If you don't wanna wait, try to find some other useful information, or better yet, the keycards themselves.", - "67a0bf7103442ae640dba835": "Locate a good lead related to Knossos LLC", - "67a0d4f554021b3adef76c42": "Locate and obtain the Knossos LLC facility key", - "67a0d50b04d3f4b66ede1e3a": "Find a way inside the Knossos LLC facility", - "67dbdd4d6a2e4b8e002b647d": "Find a way inside the Knossos LLC facility", - "67dbdd819d8208bb2082480e": "Locate and obtain the Knossos LLC facility key", + "67a096577e86e067eb045733 successMessageText": "どうして今まで思いつかなかったんだろう?Knossos はアズール・コースト全体を買ったんじゃなくて、その下の地下室だけを買ったんだ!だからこの遊び場がターゲットだと思ったんだ。\n\nこんなドアは普通の TerraGroup のキーカードじゃアクセスできそうにないね。TerraGroup があそこを Knossos の施設に偽装しているのを考えると、アクセスするためのキーカードもそれに見合ったデザインになってるはず。\n\nこのキーカードについてもっと調べて、アクセスを確保しようと思うけど、かなり時間がかかるだろうね。もし待ちたくないなら、他の有用な情報を探してみるか、いっそのことキーカードそのものを探してみるといい。", + "67a0bf7103442ae640dba835": "Knossos LLC に関連するいい手がかりを見つける", + "67a0d4f554021b3adef76c42": "Knossos LLC の施設の鍵 を手に入れる", + "67a0d50b04d3f4b66ede1e3a": "Knossos LLC の施設内に入る方法を探す", + "67dbdd4d6a2e4b8e002b647d": "Knossos LLC の施設内に入る方法を探す", + "67dbdd819d8208bb2082480e": "Knossos LLC の施設の鍵 を手に入れる", "67a096577e86e067eb045733 acceptPlayerMessage": "", "67a096577e86e067eb045733 declinePlayerMessage": "", "67a096577e86e067eb045733 completePlayerMessage": "", @@ -27903,46 +28192,46 @@ "67a0966005d1611ed90be758 declinePlayerMessage": "", "67a0966005d1611ed90be758 completePlayerMessage": "", "67a0966817e34930e500754c name": "Forced Alliance", - "67a0966817e34930e500754c description": "Been waiting for you. I don't know about your own search, but I think I found a way to get the keycards. Apparently, Sanitar had access to the basement beneath the health resort. That alone proves my hunch about Knossos' ties to TerraGroup.\n\nBut right now, we need to find the keycards. I can't help you with that, but Therapist definitely has Sanitar's contacts. I've already reached out to her, and she's willing to help. I believe that the trail we've found is more important than our conflicting viewpoints.\n\nHowever, if you can find another way to get the keycards without having to deal with Sanitar, I'll wish you luck.", + "67a0966817e34930e500754c description": "待っていたよ。君自身の調査については知らないが、僕の方ではキーカードを手に入れる方法を見つけたと思う。どうやら Sanitar は保養所の地下にアクセスできたようだ。それだけでも、Knossos と TerraGroup の繋がりについて僕の予感が証明されたことになる。\n\nだけど、今はキーカードを見つけなきゃいけない。それは手伝えないけど、Therapist は間違いなく Sanitar の連絡先を知ってる。彼女にはもう連絡をしてて、協力するって言ってる。僕たちが見つけた痕跡は、僕たちの見解の対立よりも大事だと思う。\n\nだけど、もし Sanitar と取引しないでキーカードを手に入れる別の方法が見つかるのなら、君の幸運を祈ってるよ。", "67a0966817e34930e500754c failMessageText": "", - "67a0966817e34930e500754c successMessageText": "Excellent, now we have access to this facility. There's no time to lose. The rumor of the health resort cellars and the keycards has already spread throughout the city, and you may very well have competition on your tail. Gotta hurry up.", + "67a0966817e34930e500754c successMessageText": "素晴らしい。これで施設にアクセスできる。時間がない。保養所の地下室とキーカードについての噂はもう街中にひろがっていて、君の後ろには競争相手がいるかも知れない。急ぐんだ。", "67a0d8f2db972857cd90d9c0": "Assist Therapist with her investigation", - "67dfa35c8c11bf33774c38a3": "Find a way to get behind the Health Resort bunker door on Shoreline", - "67e11d97f2b4ba8761d0861b": "Assist Therapist with her investigation", - "67e17995c7204639f43caf60": "Assist Therapist with her investigation", + "67dfa35c8c11bf33774c38a3": "Shoreline で保養所のバンカーの向こう側に行く方法を見つける", + "67e11d97f2b4ba8761d0861b": "Therapist の調査を助ける", + "67e17995c7204639f43caf60": "Therapist の調査を助ける", "67e41d4e9f783e8f4b234a1b": "Find a way to get behind the Health Resort bunker door on Shoreline", "67a0966817e34930e500754c acceptPlayerMessage": "", "67a0966817e34930e500754c declinePlayerMessage": "", "67a0966817e34930e500754c completePlayerMessage": "", "67a09673972c11a3f507731d name": "The Tarkov Butcher", - "67a09673972c11a3f507731d description": "Greetings. Yes, Sergei told me that you're looking for the keycards to the health resort basement. I have no idea what is down there, but one of my colleagues visits there somewhat often. Perhaps it is one of the places where he might store valuable equipment... It's hardly anything important if he agrees to give you the keycards. Obviously, it wouldn't be for free.\n\nYou may have heard stories about a certain, um, criminal operating out of the central city district? The first rumors of the Tarkov Butcher date back to the Contract Wars. However, some of my patients say that he still haunts the streets... \n\nA colleague of mine has taken an interest in this matter and is looking for traces of this “butcher”. For the greater good, naturally. Such a dangerous individual is not simple to track down, therefore we must understand his motives and goals, no matter how much they diverge from human values. \n\nWe were able to obtain a criminal case file from the local police department. According to this, the “butcher” worked as a driver for a meat packing plant here in the city limits. The bodies of the victims were found in refrigerator trucks used to transport frozen meat... But as the conflict escalated, the case was abandoned.\n\nNow, you have all the details. If you can find anything to help my colleague's research, he will hand you the keycards to that basement.", + "67a09673972c11a3f507731d description": "ごきげんよう。そう、セルゲイから聞いたのだけど、あなたは保養所の地下へのキーカードを探しているそうね。地下に何があるのか検討もつかないけれど、私の同僚の一人がたびたびそこを訪ねているの。もしかしたら、貴重な装備を保管する場所のひとつなのかも...もし彼がキーカードを渡すことに同意してくれるなら、それは重要なことじゃないわ。もちろん、ただというわけにはいかないわ。\n\n中央地区で活動している...その、ある犯罪者の話を聞いたことはあるかしら?タルコフブッチャーの最初の噂は、契約戦争の頃まで遡るわ。だけれど、患者の中にはまだ彼が街に出没しているという人もいるわ...\n\n私の同僚がこのことに興味を持って、その\"ブッチャー\"の痕跡を追っているの。当然、社会のためよ。このような危険な人物を追跡するのは容易じゃないわ。だからこそ、彼の動機と目標を理解する必要がある。それがいかに人間の価値観から逸脱していようともね。\n\n私たちは地元警察から刑事事件ファイルを手に入れることができたの。それによると、この”ブッチャー”はこの市内にある食肉加工工場の運転手として働いていたわ。被害者の死体は、冷凍肉の輸送に使われた冷凍トラックの中で発見されたの...だけど、紛争が激化するにつれてこの事件は放棄されたわ。\n\n今、あなたはすべての詳細を知っているわ。もし私の同僚の研究に役立つものを見つけれくれれば、彼は地下室のキーカードをあなたに渡すでしょうね。", "67a09673972c11a3f507731d failMessageText": "", - "67a09673972c11a3f507731d successMessageText": "Did he seriously transport the bodies of his victims along with the meat, which then went to the store shelves? That is appalling. The fact that you found this substance used by the maniac will help my colleague make progress on the... evidence file on this case.\n\nHere are your keycards, I already received them. Along with them, I was asked to tell you to watch your step when visiting the basement. Apparently the cellars have deteriorated over the years.", - "67a0d92a6cf4a5745d0bc94f": "Locate and obtain the chemical container on Ground Zero", - "67a0d9b0771af75e83c19178": "Stash the container inside the ambulance car by the cottages on Shoreline", + "67a09673972c11a3f507731d successMessageText": "まさか、彼は被害者の死体を肉と一緒に運び、それが店頭に並んだとでも言うの?ひどい話ね。あなたがあの狂人の使っていたこの物質を見つけたことで、私の同僚は進捗を...事件の証拠に出来るわ。\n\nこれがキーカードよ。彼から受け取っていたの。それと、地下室に行くときは足元に気をつけろ、と伝えてほしいと言われたわ。どうやら貯蔵庫は長年老朽化しているようね。", + "67a0d92a6cf4a5745d0bc94f": "Ground Zero で 薬品容器 を手に入れる", + "67a0d9b0771af75e83c19178": "Shoreline のコテージのそばにある救急車の車内に容器を隠す", "67a09673972c11a3f507731d acceptPlayerMessage": "", "67a09673972c11a3f507731d declinePlayerMessage": "", "67a09673972c11a3f507731d completePlayerMessage": "", "67a0967c003a9986cb0f5ac1 name": "Sensory Analysis - Part 1", - "67a0967c003a9986cb0f5ac1 description": "Hello my brother! Okay, okay, not so loud, I'm hung over as shit. Don't know how the BTR guy's still driving after last night. The engine is surely screeching louder than fucking generators!\n\nBy the way, you came at a really good time, almost like you knew I'm gonna need help. So, about the meeting we had yesterday. I have a moonshine supplier, he makes legit good stuff! We've been working together for six months now, everything was fine. And now, customers started complaining that I was selling them fake stuff. So, I had to check the product quality, and no one in our region knows as much about liquor as the BTR driver.\n\nSo I invited him over for... let's call it sampling, hehe. And there he was, saying that no one starts with hard hitters right off the bat, he needed a warm-up. Then another. Then another... So after all that, I checked the moonshine in the morning, and we didn't even open it!\n\nLong story short, the driver didn't finish the job. I'm not gonna live through this kind of sampling party a second time, so I'll let him taste everything by himself. Can you pass him this bottle? Don't lose it, alright?", + "67a0967c003a9986cb0f5ac1 description": "よう、兄弟!オーケー、オーケー、そんなにうるさくするなよ。クソみたいに二日酔いなんだ。BTR のヤツ、よく昨夜から運転してるな。エンジン音なんか、発電機よりもうるさいんじゃないか!\n\nところで、本当にいいタイミングで来てくれたな。まるで俺が助けを求めてるのを分かってたみたいだな。それで昨日の話だが、俺にはムーンシャインの仕入先があるんだが、あいつは本当にいいものを作ってる!半年前から一緒に仕事をしていて、何も問題はなかった。なのに、客から偽物を売ってるってクレームが入ったんだ。それで商品の品質を確認することになった。BTRドライバーほど酒に詳しい奴はこの地域にはいない。\n\nそれで俺は奴を招いて...まあ、試飲会とでも言おうか、へへ。すると彼は、誰も最初から強打者で始めることはない、ウォームアップが必要だと言ったんだ。それからもう1回。そしてまた...で、結局、朝にムーンシャインを確認したら、開けてもいないんだ!\n\n手短に話すが、ドライバーは仕事を終わらせてなかったんだ。こんな試飲会は2度とごめんだから、全部自分で試飲させるよ。このボトルを渡してやってくれないか?失くすなよ?", "67a0967c003a9986cb0f5ac1 failMessageText": "", - "67a0967c003a9986cb0f5ac1 successMessageText": "So, did'ya deliver the bottle? Huh? Man, this driver guy's such a prick. I love him! Hey, easy there, man, I get it. Listen, some things just shouldn't be talked about right off the bat, the Labyrinth is one of them.\n\nI have to consider all the risks that come with this info, so sit tight for a little while.", - "67b89ab86d4d6fd2c26b22a0": "Hand over a Bottle of Fierce Hatchling moonshine to BTR driver", - "67dc294d681db91b2fa3b279": "Hand over the Bottle of Fierce Hatchling moonshine to BTR driver", - "67dc35a55ec6148bf565204d": "Go to the Woods or Streets of Tarkov location with Moonshine", - "67dc3861d5c0070b960c1bba": "Obtain the item: Bottle of Fierce Hatchling moonshine", - "67dc393c6089aa48050efa02": "Go to Woods or Streets of Tarkov", + "67a0967c003a9986cb0f5ac1 successMessageText": "それで、ボトルは届けたのか?え?このドライバー、本当にムカつく奴だな。最高だよ!おい、落ち着けよ。聞いてくれ、すぐに話すべきでないこともある。Labyrinth もそのひとつだ。\n\nこの情報にどんなリスクが伴うか考えなきゃならない。だから、ちょっと大人しく待っててくれよ。", + "67b89ab86d4d6fd2c26b22a0": "BTR ドライバーに 密造酒 \"フィアス ハッチリング\" を渡す", + "67dc294d681db91b2fa3b279": "BTR ドライバーに 密造酒 \"フィアス ハッチリング\" を渡す", + "67dc35a55ec6148bf565204d": "ムーンシャインを持って Woods か Streets of Tarkov に行く", + "67dc3861d5c0070b960c1bba": "密造酒 \"フィアス ハッチリング\" を手に入れる", + "67dc393c6089aa48050efa02": "Woods か Streets of Tarkov に行く", "67a0967c003a9986cb0f5ac1 acceptPlayerMessage": "", "67a0967c003a9986cb0f5ac1 declinePlayerMessage": "", "67a0967c003a9986cb0f5ac1 completePlayerMessage": "", "67a096ed77dd677f600804ba name": "Sensory Analysis - Part 2", - "67a096ed77dd677f600804ba description": "I miscalculated my abilities yesterday at a friendly get-together. Don't worry, we've sailed in worse storms than this. One time I was so wasted I couldn't find the gearbox in this thing. So I tied my hand to the lever with a bandage! Inventiveness is the main principle for a machinist!\n\nRagman needed to check some goods, and I'm a veteran in this field. Except I can't remember, for the life of me, whether we finally got to his test sample or not. Well, whatever. If it's so important, we can get together again. Such an evening is a sin not to do again, I know you'd like it too!\n\nBut still, if you need to visit Ragman, ask him about the moonshine, I promised I'd help him. And now I don't even know if I did help him or not.", + "67a096ed77dd677f600804ba description": "昨日の集まりで、自分の限界を見過ちまった。でも心配するな、俺たちはこれよりひどい嵐を乗り越えてきたんだ。昔なんか、酔いすぎてギアボックスの場所すらわからなくなったことがあったんだ。だから、包帯で手をレバーに縛り付けたんだ!発明の才こそが機械工の基本だろ?\n\nRagman はある品物をチェックする必要があってな、俺はその道のベテランなんだよ。ただ、結局あいつのテスト用サンプルまでたどり着けたのか、どうしても思い出せないんだ。でもまぁ、そんなに大事なことだったらまた集まればいいだろう。あんな夜をもう一度やらないのは罪ってもんだろ?お前だって楽しめるはずさ!\n\nとはいえ、もし Ragman のとこに行くっていうんなら、ムーンシャインについて聞いてみれくれ。あいつを手伝うって約束したんだが、手伝ったのかどうか分からないんだ。", "67a096ed77dd677f600804ba failMessageText": "", - "67a096ed77dd677f600804ba successMessageText": "Are you sure this is it? Okay, I can smell it, that's definitely the one! \n\nRagman told me about the health resort's cellars yesterday, I even had to fucking get him wasted so we could finally change the subject. Anyway, there was a Soviet bomb shelter under the health resort, and Ref was going to organize a new arena there, for VIP audiences. I think it also involved Tagilla somehow... No, it was something else...\n\nAnyway, for this arena, Ref organized a big gear acquisition from Ragman, everything was almost ready. And then our host guy suddenly backed out. Why? Who the fuck knows.\n\nRagman was really upset that the idea had fallen through. But he'd already delivered some of the gear, and he definitely used those keycards you're looking for. You better ask him yourself, I don't remember much from yesterday. Thanks for the drink, by the way.", - "67a0da26a3b8d254347b8634": "Hand over a Bottle of Fierce Hatchling moonshine", - "67a096ed77dd677f600804ba acceptPlayerMessage": "You didn't make it to the \"test sample\" yesterday. Here, Ragman asked me to give it to you so that you could test it yourself.", + "67a096ed77dd677f600804ba successMessageText": "本当にこれか?オーケー、この匂い、間違いないな!\n\n昨日、Ragman が保養所の地下室のことについて話してくれたんだ。あいつが話題を変えるまでに、ベロベロに酔わせる羽目になったけどな。とにかく、保養所の地下にはソ連の防空壕があって、Ref もそこで VIP 観客向けの新しいアリーナを作るつもりだった。確か Tagilla も絡んでいたような...いや、別のことか...\n\nとにかく、このアリーナのために Ref は Ragman から大量の装備を調達して、準備はほぼ完了ってとこだったんだ。その後に、ホストの男が突然手を引いたんだ。なぜかって?知るかよ。\n\nRagman はこのアイデアが頓挫したことに相当怒ってた。でも、あいつは既にいくつかの装備を届けてたし、お前たちが探しているキーカードも間違いなく使ってた。あいつに直接聞いたほうがいい。昨日のことはよく覚えてないんだ。ところで、酒をありがとうな。", + "67a0da26a3b8d254347b8634": "密造酒 \"フィアス ハッチリング\" を渡す", + "67a096ed77dd677f600804ba acceptPlayerMessage": "昨日は「テスト用サンプル」までたどり着けなかったみたいだな。ほら、Ragman から自分でテストできるよう、あんたにこれを渡してくれって言われたんだ。", "67a096ed77dd677f600804ba declinePlayerMessage": "", - "67a096ed77dd677f600804ba completePlayerMessage": "By the way, I wanted to ask you: have you heard anything about the facility under the health resort and the keycards to access it?", + "67a096ed77dd677f600804ba completePlayerMessage": "ところで聞きたいんだが、保養所の地下にある施設と、そこにアクセスするためのキーカードについて何か聞いたことはないか?", "67a096f605d1611ed90be75a name": "Hot Zone", "67a096f605d1611ed90be75a description": "Okie-dokie, so I took some time to think about the Labyrinth and your interest in it. Things have cooled off, so I might be able to help you out. Maybe we can find some mutual benefits along the way, eh? But first, I need you to help me with a specific order. For the kind of information I'm about to give you, it's a real bargain!\n\nI've got two shipments that are sitting on hold right now. One is waiting at Customs, the other at the military base. My couriers were really badly received there. I lost one group, and from the second one, only half of them came back. The fuckers took almost all the goods! Things are too hot in those areas for my courier guys.\n\nThe PMC pricks really took a liking to those places or something. It's either camping snipers, some ushanka-wearing psychos with shotguns, or fucking \"grenadiers\" in the military bunkers. Thing is, this order is big and important for me, I can't let it go to waste.\n\nYou have good experience in this kind of work. Maybe not in one go, but I'm sure you'll do everything perfectly. And while you're at it, I'll arrange everything for your Labyrinth business! Here's the gear that survived the ambushes. Take it right away, it'll be less work later.\n\nStash the rigs at the gas station near the road on Customs, and the plates on the roof of the military base's workshop with, uh, a black knight symbol, whatever that means.", "67a096f605d1611ed90be75a failMessageText": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "All clear, you say? Good work then, soldier.", @@ -28746,10 +29055,10 @@ "676094451fec2f7426093be6 description": "プレステージレベル2を得る", "676094451fec2f7426093be6 successMessage": "", "67a0e57117e34930e50075f3 name": "In Search of an Exit", - "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", + "67a0e57117e34930e50075f3 description": "Labyrinth のイベントタスクを完了する", "67a0e57117e34930e50075f3 successMessage": "", "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 description": "Labyrinth のイベントタスクと全てのサイドタスクを完了する", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/kr.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/kr.json index 0454fcc0..28305505 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/kr.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/kr.json @@ -6,8 +6,8 @@ "543be5664bdc2dd4348b4569 ShortName": "아이템", "543be5664bdc2dd4348b4569 Description": "아이템", "543be5cb4bdc2deb348b4568 Name": "탄약 보관함", - "543be5cb4bdc2deb348b4568 ShortName": "Item", - "543be5cb4bdc2deb348b4568 Description": "Item", + "543be5cb4bdc2deb348b4568 ShortName": "아이템", + "543be5cb4bdc2deb348b4568 Description": "아이템", "543be5dd4bdc2deb348b4569 Name": "돈", "543be5dd4bdc2deb348b4569 ShortName": "아이템", "543be5dd4bdc2deb348b4569 Description": "아이템", @@ -164,7 +164,7 @@ "544a38634bdc2d58388b4568 Name": "AR-15 Colt USGI A2 5.56x45 소염기 ", "544a38634bdc2d58388b4568 ShortName": "USGI A2", "544a38634bdc2d58388b4568 Description": "The 5.56x45 Colt USGI A2 flash hider (a.k.a. Bird Cage) is designed for mounting on 5.56x45 weapons built on the AR-15 system. However, it can be installed on other weapons of the same caliber provided that barrel has the same threading for muzzle devices. A service muzzle device for M4A1.", - "544a3a774bdc2d3a388b4567 Name": "Leupold Mark 4 HAMR 4x24 DeltaPoint hybrid assault scope", + "544a3a774bdc2d3a388b4567 Name": "Leupold Mark 4 HAMR 4x24 DeltaPoint 하이브리드 돌격 조준경 ", "544a3a774bdc2d3a388b4567 ShortName": "HAMR", "544a3a774bdc2d3a388b4567 Description": "The Hybrid Leupold-produced scope comprises of the Mark 4 HAMR 4x24mm optical sight with the DeltaPoint reflex sight installed on top of it. It was developed for precision mid-range carbine fire using the 4x optics while being equally effective in close quarters thanks to use of compact reflex sight when necessary.", "544a3d0a4bdc2d1b388b4567 Name": "Nightforce NXS 2.5-10x24 망원 조준경 ", @@ -258,8 +258,8 @@ "5580223e4bdc2d1c128b457f ShortName": "MP-43-1C", "5580223e4bdc2d1c128b457f Description": "A hunter's dream. A classic double-barrelled beauty, simple and elegant. Fed with 12 gauge shells.", "558022b54bdc2dac148b458d Name": "EOTech EXPS3 홀로그래픽 조준경 (Tan)", - "558022b54bdc2dac148b458d ShortName": "EXPS3", - "558022b54bdc2dac148b458d Description": "The EOTech EXPS3 holographic sight. Thanks to design features it can be used with a wide range of weapons, even with non-folding sights. Compatible with night vision devices by means of the NV reticle mode. Utilized by US SOCOM as a sight for operations in confined spaces.", + "558022b54bdc2dac148b458d ShortName": "EXPS3-0", + "558022b54bdc2dac148b458d Description": "The EOTech EXPS3-0 holographic sight. Thanks to design features it can be used with a wide range of weapons, even with non-folding sights. Compatible with night vision devices when using the NV reticle mode. Utilized by US SOCOM as a sight for operations in confined spaces.", "5580239d4bdc2de7118b4583 Name": "GK-01 12게이지 보정기 ", "5580239d4bdc2de7118b4583 ShortName": "GK-01", "5580239d4bdc2de7118b4583 Description": "A heavy muzzle brake for the Vepr/Saiga 12ga is extremely good at cutting recoil and completely eliminates barrel climb and yaw. It fits all Saiga/Vepr shotguns with external chokes and, with an optional adapter, all single-barrelled shotguns with both external and internal chokes.", @@ -345,11 +345,11 @@ "55d355e64bdc2d962f8b4569 ShortName": "M4A1 상부", "55d355e64bdc2d962f8b4569 Description": "An upper receiver for the M4A1 assault rifle manufactured by Colt. Equipped with a mount for attaching additional devices.", "55d35ee94bdc2d61338b4568 Name": "260mm, AR-15 5.56x45 총열 ", - "55d35ee94bdc2d61338b4568 ShortName": "AR-15 260mm", - "55d35ee94bdc2d61338b4568 Description": "A 260mm barrel for AR-15 based weapons for 5.56x45 NATO ammo. Corresponds with standard service M4 CQBR barrel.", + "55d35ee94bdc2d61338b4568 ShortName": "AR-15 10.3\"", + "55d35ee94bdc2d61338b4568 Description": "A 10.3 inch (260mm) barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Corresponds with standard service M4 CQBR barrel.", "55d3632e4bdc2d972f8b4569 Name": "370mm, AR-15 5.56x45 총열 ", - "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 370mm", - "55d3632e4bdc2d972f8b4569 Description": "A 370mm barrel for AR-15 based weapons for 5.56x45 NATO ammo. Corresponds with standard service M4A1 barrel.", + "55d3632e4bdc2d972f8b4569 ShortName": "AR-15 14.5\"", + "55d3632e4bdc2d972f8b4569 Description": "A 14.5 inch (370mm) barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Corresponds with standard service M4A1 barrel.", "55d447bb4bdc2d892f8b456f Name": "725mm, MP-43-1C 12게이지 총열 ", "55d447bb4bdc2d892f8b456f ShortName": "MP-43 725mm", "55d447bb4bdc2d892f8b456f Description": "A 725mm long 12 gauge barrel for the MP-43-1C double-barrelled shotgun.", @@ -519,7 +519,7 @@ "5648ae314bdc2d3d1c8b457f ShortName": "RS47", "5648ae314bdc2d3d1c8b457f Description": "The RS47 lightweight polymer handguard, fits the majority of rifles and carbines built on the base of AK-family rifles. Equipped with two short and two long rail mounts for installing additional devices. Manufactured by Command Arms.", "5648b0744bdc2d363b8b4578 Name": "AK-74 목제 총열덮개 (6P20 Sb.6)", - "5648b0744bdc2d363b8b4578 ShortName": "AK-74 wood", + "5648b0744bdc2d363b8b4578 ShortName": "AK-74 목제", "5648b0744bdc2d363b8b4578 Description": "A standard Izhmash-produced 6P20 Sb.6 wooden handguard for AK-74 assault rifles.", "5648b1504bdc2d9d488b4584 Name": "AK-74 폴리머 총열덮개 (6P20 Sb.9)", "5648b1504bdc2d9d488b4584 ShortName": "AK-74M", @@ -619,7 +619,7 @@ "567143bf4bdc2d1a0f8b4567 Description": "A small case for pistol and ammunition storage.", "5671446a4bdc2d97058b4569 Name": "Pistol case key", "5671446a4bdc2d97058b4569 ShortName": "PCase", - "5671446a4bdc2d97058b4569 Description": "(권총 보관함 열쇠) 이 열쇠로 어딘가에 있을 권총 보관함을 열 수 있습니다.", + "5671446a4bdc2d97058b4569 Description": "[권총 보관함 열쇠]\n이 열쇠로 어딘가에 있을 권총 보관함을 열 수 있습니다.", "5672c92d4bdc2d180f8b4567 Name": "Dorm room 118 key", "5672c92d4bdc2d180f8b4567 ShortName": "Dorm 118", "5672c92d4bdc2d180f8b4567 Description": "세관(Customs)지역의 3층짜리 기숙사 118호 열쇠입니다.", @@ -1194,16 +1194,16 @@ "576167ab2459773cad038c43 ShortName": "SOK-12 나사산", "576167ab2459773cad038c43 Description": "SOK-12용 제식 나사산 보호 튜브입니다.", "576169e62459773c69055191 Name": "SOK-12 폴리머 총열덮개 (Sb.7-1) ", - "576169e62459773c69055191 ShortName": "Sb.7-1", + "576169e62459773c69055191 ShortName": "SOK-12", "576169e62459773c69055191 Description": "Sb.7-1은 피탈 방지끈 고리가 달린 표준 폴리머 총열덮개로, SOK-12 또는 SOK-12S에 사용됩니다.", "57616a9e2459773c7a400234 Name": "5발, SOK-12 12/76 sb.5 탄창 ", "57616a9e2459773c7a400234 ShortName": "Sb.5", "57616a9e2459773c7a400234 Description": "SAI-12는 SOK-12 호환 총기용 5발들이 Sb.5 폴리머 플라스틱 탄창입니다. 12/76 또는 12/70 규격 탄에 사용할 수 있습니다.", "57616c112459773cce774d66 Name": "SOK-12 먼지덮개 (Sb.0-2) ", - "57616c112459773cce774d66 ShortName": "Sb.0-2", + "57616c112459773cce774d66 ShortName": "SOK-12 DC", "57616c112459773cce774d66 Description": "Saiga 12용 표준형 먼지덮개로, Izhmash 에서 제작되었습니다.", "57616ca52459773c69055192 Name": "SOK-12 AK-스타일 개머리판 ", - "57616ca52459773c69055192 ShortName": "SOK12 AK", + "57616ca52459773c69055192 ShortName": "SOK-12 AK", "57616ca52459773c69055192 Description": "Izhmash제 SOK-12용 AK스타일 접이식 폴리머 개머리판 입니다.", "576a581d2459771e7b1bc4f1 Name": "Yarygin MP-443 \"Grach\" 9х19 권총 ", "576a581d2459771e7b1bc4f1 ShortName": "MP-443 Grach", @@ -1446,13 +1446,13 @@ "57d14d2524597714373db789 ShortName": "PP-91 Kedr", "57d14d2524597714373db789 Description": "The PP-91 Kedr is a submachine gun chambered in 9x18 PM, designed by Yevgeny Dragunov in the early 90s by order of the Ministry of Internal Affairs and produced at ZMZ (Zlatoústovskiy Mashinostroítelnyy Zavód - \"Zlatoust Machine-Building Plant\"). This submachine gun has a simple but effective design. Its light weight makes it more comfortable to carry without affecting its performance, and it provides a high rate of fire without affecting its recoil. Thanks to these characteristics, it's still used as a service weapon in almost all Russian law enforcement agencies.", "57d14e1724597714010c3f4b Name": "20발, PP-91 \"Kedr\" 9x18PM 탄창 ", - "57d14e1724597714010c3f4b ShortName": "PP91", + "57d14e1724597714010c3f4b ShortName": "PP-91", "57d14e1724597714010c3f4b Description": "ZMZ에서 제작한 PP-91 Kedr 기반 9x18PM 기관단총 전용 20발들이 철제 탄창입니다.", "57d1519e24597714373db79d Name": "30발, PP-91 \"Kedr\" 9x18PM 탄창 ", - "57d1519e24597714373db79d ShortName": "PP91", + "57d1519e24597714373db79d ShortName": "PP-91", "57d1519e24597714373db79d Description": "ZMZ에서 제작한 PP-91 Kedr 기반 9x18PM 기관단총 전용 30발들이 철제 탄창입니다.", "57d152ec245977144076ccdf Name": "PP-91 \"Kedr\" 폴리머 권총 손잡이 ", - "57d152ec245977144076ccdf ShortName": "PP91", + "57d152ec245977144076ccdf ShortName": "PP-91", "57d152ec245977144076ccdf Description": "ZMZ에서 제작한 PP-91 Kedr 계열 총기용 폴리머 권총 손잡이입니다.", "57d17c5e2459775a5c57d17d Name": "Ultrafire WF-501B 손전등 ", "57d17c5e2459775a5c57d17d ShortName": "WF501B", @@ -1486,7 +1486,7 @@ "57e26ea924597715ca604a09 Description": "[Bars A-2607 Damascus knife]\nBars A-2607 나이프, 웬지(Wenge) 나무로 만든 손잡이, 황동 칼자루와 다마스쿠스 강철로 제작되었습니다.", "57e26fc7245977162a14b800 Name": "Bars A-2607 95Kh18 나이프 ", "57e26fc7245977162a14b800 ShortName": "A-2607", - "57e26fc7245977162a14b800 Description": "Bars A-2607 나이프, 품질 좋은 나무로 만든 손잡이와 황동 칼자루가 달려있고, 95Kh18 강철을 단조하여 제작했습니다.", + "57e26fc7245977162a14b800 Description": "[Bars A-2607 95Kh18 knife]\nBars A-2607 나이프, 품질 좋은 나무로 만든 손잡이와 황동 칼자루가 달려있고, 95Kh18 강철을 단조하여 제작했습니다.", "57e3dba62459770f0c32322b Name": "AK 베이클라이트 권총 손잡이 (6P4 Sb.9)", "57e3dba62459770f0c32322b ShortName": "AKS-74U bak.", "57e3dba62459770f0c32322b Description": "An Izhmash-manufatured 6P4 Sb.9 bakelite pistol grip for the AK-74U automatic rifles and compatible weapon systems.", @@ -1632,14 +1632,14 @@ "588892092459774ac91d4b11 ShortName": "DVL-10", "588892092459774ac91d4b11 Description": "DVL-10은 높은 명중률을 필요로 하는 특수부대의 임무를 위해 개발된 작고 가벼우며, 조용한 저격총입니다. Lobaev사의 표준 접이식 개머리판, Lobaev Hummer Barrels사의 Match-grade (사격경기용으로 정밀한) 스테인리스강 총열을 사용하고 있습니다.", "5888945a2459774bf43ba385 Name": "500mm, DVL-10 7.62x51 총열 ", - "5888945a2459774bf43ba385 ShortName": "DVL10 500mm", + "5888945a2459774bf43ba385 ShortName": "DVL-10 500mm", "5888945a2459774bf43ba385 Description": "A 500 mm long 7.62x51 match-grade stainless steel barrel with an integral sound suppressor manufactured by LOBAEV Hummer Barrels for the DVL-10 sniper rifle.", "5888956924597752983e182d Name": "660mm, DVL-10 M2 7.62x51 총열 ", - "5888956924597752983e182d ShortName": "DVL10 660mm", + "5888956924597752983e182d ShortName": "DVL-10 M2 660mm", "5888956924597752983e182d Description": "A 660mm long 7.62x51 match-grade stainless steel barrel manufactured by LOBAEV Hummer Barrels for the DVL-10 M2 sniper rifle.", - "5888961624597754281f93f3 Name": "Harris HBR 양각대 ", - "5888961624597754281f93f3 ShortName": "Harris HBR", - "5888961624597754281f93f3 Description": "스프링 수축형 메커니즘을 사용한 Harris HBR 초경량 접이식 양각대입니다. 여러 사업자들과 민간인 사격수들에게 널리 사용됩니다.", + "5888961624597754281f93f3 Name": "Harris S-BRM 6-9\" Bipod", + "5888961624597754281f93f3 ShortName": "S-BRM", + "5888961624597754281f93f3 Description": "The S-BRM 6-9\" ultralight foldable bipod with a spring retraction mechanism. Used by service operators and civilian shooters worldwide. Manufactured by Harris.", "5888976c24597754281f93f5 Name": "DVL-10 M2 총열덮개 ", "5888976c24597754281f93f5 ShortName": "DVL-10 M2", "5888976c24597754281f93f5 Description": "DVL-10 M2 저격소총을 위한 LOBAEV Arms 사의 표준 총열덮개입니다.", @@ -1664,23 +1664,23 @@ "58949dea86f77409483e16a8 Name": "MPX A2 9x19 소염기 ", "58949dea86f77409483e16a8 ShortName": "MPX A2", "58949dea86f77409483e16a8 Description": "The A2 Bird Cage flash hider, designed for installation on MPX 9x19 SMGs, manufactured by SIG Sauer.", - "58949edd86f77409483e16a9 Name": "MPX 이중 걸쇠 장전 손잡이 ", + "58949edd86f77409483e16a9 Name": "MPX ambidextrous charging handle", "58949edd86f77409483e16a9 ShortName": "MPX 2x", - "58949edd86f77409483e16a9 Description": "SIG Sauer에서 제작한 MPX 기반 총기용 이중 걸쇠 장전 손잡이입니다.", + "58949edd86f77409483e16a9 Description": "An ambidextrous charging handle with two latches for the MPX SMG. Manufactured by SIG Sauer.", "58949fac86f77409483e16aa Name": "MPX 단일 걸쇠 장전 손잡이 ", "58949fac86f77409483e16aa ShortName": "MPX 1x", - "58949fac86f77409483e16aa Description": "A retracting handle with one latch for MPX-based weapons. Manufactured by SIG Sauer.", + "58949fac86f77409483e16aa Description": "A charging handle with one latch for the MPX SMG. Manufactured by SIG Sauer.", "5894a05586f774094708ef75 Name": "30발, MPX 9x19 탄창 ", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "A standard 30-round capacity semitransparent 9x19mm MPX magazine, manufactured by SIG Sauer.", - "5894a13e86f7742405482982 Name": "MPX/MCX 신축식 개머리판 ", - "5894a13e86f7742405482982 ShortName": "MPX/MCX 신축", + "5894a13e86f7742405482982 Name": "SIG Sauer 신축식 개머리판 ", + "5894a13e86f7742405482982 ShortName": "SIG CTS", "5894a13e86f7742405482982 Description": "SIG Sauer에서 제작한 MCX/MPX용 초기형 신축식 개머리판입니다.", "5894a2c386f77427140b8342 Name": "203mm, MPX 9x19 총열 ", - "5894a2c386f77427140b8342 ShortName": "MPX 203mm", - "5894a2c386f77427140b8342 Description": "A 203mm long barrel for MPX-based weapons chambered for 9x19 ammunition.", + "5894a2c386f77427140b8342 ShortName": "MPX 8\"", + "5894a2c386f77427140b8342 Description": "An 8 inch (203mm) barrel for MPX-based weapons chambered for 9x19 ammunition.", "5894a42086f77426d2590762 Name": "MPX GEN1 총열덮개 ", - "5894a42086f77426d2590762 ShortName": "MPX GEN1", + "5894a42086f77426d2590762 ShortName": "MPX GEN1 6\"", "5894a42086f77426d2590762 Description": "1세대 SIG MPX 총열 덮개입니다.", "5894a51286f77426d13baf02 Name": "MPX 권총 손잡이 ", "5894a51286f77426d13baf02 ShortName": "MPX", @@ -1700,14 +1700,14 @@ "58a5c12e86f7745d585a2b9e Name": "MPX GEN1 총열덮개 4인치 레일 ", "58a5c12e86f7745d585a2b9e ShortName": "MPX 4\"", "58a5c12e86f7745d585a2b9e Description": "SIG MPX Gen1 총열 덮개에 이 4인치 레일 어댑터를 장착하면 추가 장비를 설치할 수 있습니다.", - "58ac1bf086f77420ed183f9f Name": "MPX/MCX 신축형 개머리판 어댑터 ", + "58ac1bf086f77420ed183f9f Name": "SIG Sauer 접이식 개머리판 어댑터 ", "58ac1bf086f77420ed183f9f ShortName": "SIG FKSA", - "58ac1bf086f77420ed183f9f Description": "An adapter for attaching buffer tubes to the rail mount, manufactured by SIG Sauer.", + "58ac1bf086f77420ed183f9f Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", "58ac60eb86f77401897560ff Name": "Balaclava_dev", "58ac60eb86f77401897560ff ShortName": "Balaclava_dev", "58ac60eb86f77401897560ff Description": "검은 모직으로 만들어진 발라클라바는 머리만 따뜻하게 하진 않습니다. 이 모자는 당신을 영혼조차 불태울 만큼 신념을 가진 영웅으로 만들어냅니다.", "58aeaaa886f7744fc1560f81 Name": "165mm, MPX-SD 9x19 총열 ", - "58aeaaa886f7744fc1560f81 ShortName": "MPXSD 165mm", + "58aeaaa886f7744fc1560f81 ShortName": "MPX-SD 6.5\"", "58aeaaa886f7744fc1560f81 Description": "9x19 탄약을 사용하는 MPX-SD용 165mm 특수 총열입니다.", "58aeac1b86f77457c419f475 Name": "MPX-SD 9x19 소음기 ", "58aeac1b86f77457c419f475 ShortName": "MPX-SD", @@ -2029,7 +2029,7 @@ "5926dad986f7741f82604363 Description": "MFI사가 설계/제작한 HK 총기류용 범용 마운트입니다. 반사 조준경이나 망원 조준경 부착을 위해 설계되었습니다.", "5926e16e86f7742f5a0f7ecb Name": "HK MP5 3돌기 나사산 보호대 ", "5926e16e86f7742f5a0f7ecb ShortName": "MP5 3방향", - "5926e16e86f7742f5a0f7ecb Description": "A thread protector for MP5 barrels with three lugs for installation of sound suppressors. Manufactured by Heckler & Koch.", + "5926e16e86f7742f5a0f7ecb Description": "A 3-lug adapter for installing various muzzle devices on the MP5 SMG. Manufactured by Heckler & Koch.", "5926f2e086f7745aae644231 Name": "HK MP5SD 9x19 상부 총몸 ", "5926f2e086f7745aae644231 ShortName": "MP5SD", "5926f2e086f7745aae644231 Description": "Heckler & Koch에서 제작한 MP5SD 기관단총용 상부 총몸입니다.", @@ -2037,7 +2037,7 @@ "5926f34786f77469195bfe92 ShortName": "MP5SD 총열덮개", "5926f34786f77469195bfe92 Description": "MP5SD 기관단총용 폴리머 총열덮개로, Heckler & Koch 에서 만들었습니다.", "5929a2a086f7744f4b234d43 Name": "UMTBS 6sh112 스카우트-스나이퍼 (Digital Flora)", - "5929a2a086f7744f4b234d43 ShortName": "6sh112 S-S", + "5929a2a086f7744f4b234d43 ShortName": "6Sh112 S-S", "5929a2a086f7744f4b234d43 Description": "UMTBS (Universal Modular transport-combat system) \"스카우트-스나이퍼\"는 공식적으로 러시아 연방 군대 장비의 일부입니다. 이 조끼는 특정 전투 임무를 위해 여러 버전의 모듈 방식으로 설계되었습니다. 이 시스템에는 조끼 받침대, 다양한 용도의 파우치 및 배낭이 포함됩니다. 조끼는 MOLLE 시스템을 기반으로 키트에 포함된 것 이외의 다양한 호환 가능한 주머니와 함께 사용할 수 있습니다. 벨트 시스템은 부드러운 완충 장치를 가지고 있으며 내부는 공기 순환 소재로 만들어져 있습니다.", "592c2d1a86f7746dbe2af32a Name": "ANA Tactical Alpha 체스트 리그 (Olive Drab)", "592c2d1a86f7746dbe2af32a ShortName": "Alpha", @@ -2921,8 +2921,8 @@ "5a6b59a08dc32e000b452fb7 Name": "Glock SAI 9x19 나사산 보호대 ", "5a6b59a08dc32e000b452fb7 ShortName": "G SAI 나사산", "5a6b59a08dc32e000b452fb7 Description": "Salient Arms International사에서 제작한 Glock 나사산 총열을 위한 나사산 보호대입니다.", - "5a6b5b8a8dc32e001207faf3 Name": "Glock 9x19 Lone Wolf AlphaWolf threaded barrel", - "5a6b5b8a8dc32e001207faf3 ShortName": "G AW", + "5a6b5b8a8dc32e001207faf3 Name": "Glock 9x19 Lone Wolf AlphaWolf 114mm threaded barrel", + "5a6b5b8a8dc32e001207faf3 ShortName": "G AW thr.", "5a6b5b8a8dc32e001207faf3 Description": "Lone Wolf에서 제작한 Glock 9x19 계열용 나사산 총열입니다.", "5a6b5e468dc32e001207faf5 Name": "Glock 9x19 Double Diamond 나사산 총열 ", "5a6b5e468dc32e001207faf5 ShortName": "G DD 나사산", @@ -3140,7 +3140,7 @@ "5a9d6d34a2750c00141e07da Name": "AK Strike Industries TRAX 2 확장형 총열덮개 ", "5a9d6d34a2750c00141e07da ShortName": "TRAX 2", "5a9d6d34a2750c00141e07da Description": "TRAX 2 is a front rail section that covers the gas block. Provides additional places to mount accessories. Requires the TRAX Bridge rail to be mounted with the TRAX 1 handguard. Manufactured by Strike Industries.", - "5a9e81fba2750c00164f6b11 Name": "30발, 9x39 SR3M.130 탄창 ", + "5a9e81fba2750c00164f6b11 Name": "30발, VSS/VAL 9x39 SR3M.130 탄창 ", "5a9e81fba2750c00164f6b11 ShortName": "SR3M.130", "5a9e81fba2750c00164f6b11 Description": "A 30-round steel TsNIITochMash SR3M.130 magazine for 9x39 caliber SR-3M, VSS, and AS VAL.", "5a9ea27ca2750c00137fa672 Name": "AK Spikes Tactical Dynacomp 7.62x39 제퇴기 - 보정기 ", @@ -3207,8 +3207,8 @@ "5aa66c72e5b5b00016327c93 ShortName": "NF 34mm RIS", "5aa66c72e5b5b00016327c93 Description": "Nightforce X-Treme Duty Ultralite one piece Magmount is a universal 34mm scope base mount for installation on Picatinny rails. Comes attached with the Ruggedized Accessory Platform (RAP) for installing additional tactical devices and reflex sights.", "5aa7cfc0e5b5b00015693143 Name": "6B47 \"Ratnik-BSh\" 헬멧 (Digital Flora cover)", - "5aa7cfc0e5b5b00015693143 ShortName": "6B47 DFL", - "5aa7cfc0e5b5b00015693143 Description": "6B47 is an aramid helmet of Russian origin. As part of the Ratnik program, it is the new standard-issue helmet for most of the Russian Armed Forces. The 6B47 is similar to previous generation helmets such as the 6B7-1M and 6B27. It has equal protection but weighs slightly less, floats in water, and has mounting equipment for lights and night vision devices. The helmet can be fitted with a variety of covers for different environments. Equipped with a Digital Flora camouflage cover.", + "5aa7cfc0e5b5b00015693143 ShortName": "6B47 EMR", + "5aa7cfc0e5b5b00015693143 Description": "6B47 is an aramid helmet of Russian origin. As part of the Ratnik program, it is the new standard-issue helmet for most of the Russian Armed Forces. The 6B47 is similar to previous generation helmets such as the 6B7-1M and 6B27. It has equal protection but weighs slightly less, floats in water, and has mounting equipment for lights and night vision devices. The helmet can be fitted with a variety of covers for different environments. Equipped with an EMR (Digital Flora) camouflage cover.", "5aa7d03ae5b5b00016327db5 Name": "UNTAR 헬멧 ", "5aa7d03ae5b5b00016327db5 ShortName": "UNTAR", "5aa7d03ae5b5b00016327db5 Description": "타르코프에 배치된 UNTAR의 표준용 헬멧입니다.", @@ -3574,7 +3574,7 @@ "5af04c0b86f774138708f78e Description": "모터 컨트롤러는 무기 체계나 주력전차에 주로 사용됩니다.", "5af04e0a86f7743a532b79e2 Name": "단일 축 광섬유 자이로스코프 #1", "5af04e0a86f7743a532b79e2 ShortName": "자이로 #1", - "5af04e0a86f7743a532b79e2 Description": "단일 축 및 이중 축 광섬유 자이로스코프(FOG)는 고성능 군사용으로 개발되었으며 품질이 가장 우수합니다. FOG는 지능형 센서(IBIS)용 동기식 통합 버스 또는 비동기식 RS-422 인터페이스에 보정된 요 레이트(yaw rate)를 제공합니다.\n\n특히 가혹한 환경에서 사용하기 위해 개발된 자이로스코프는 MIL-STD-810 규격을 충족하고 있어 극심한 충격과 진동을 견딜 수 있습니다. 완전히 디지털화되었고, 온라인 BIT를 포함하며, 움직이는 부품이 없습니다.", + "5af04e0a86f7743a532b79e2 Description": "극한 환경 속 군사 활동을 위해 개발된 뛰어난 내구성을 자랑하는 단일축 광섬유 자이로스코프. 차량 내비게이션 및 무기 시스템에 사용된다.", "5af0534a86f7743b6f354284 Name": "Ophthalmoscope 검안경 ", "5af0534a86f7743b6f354284 ShortName": "검안경", "5af0534a86f7743b6f354284 Description": "[Ophthalmoscope]\n안구 검진을 위한 의료 기구입니다.", @@ -3619,16 +3619,16 @@ "5b099a765acfc47a8607efe3 Description": "DS Arms SA-58 7.62x51용 11인치 (280mm) 총열입니다.", "5b099a9d5acfc47a8607efe7 Name": "SA-58 쿼드 레일 총열덮개 ", "5b099a9d5acfc47a8607efe7 ShortName": "SA58 4레일", - "5b099a9d5acfc47a8607efe7 Description": "A quad rail handguard for SA-58 rifles, manufactured by DS Arms. Equipped with 4 mounts for installation of additional devices and accessories.", + "5b099a9d5acfc47a8607efe7 Description": "A quad rail handguard for SA58 rifles, manufactured by DS Arms. Equipped with 4 mounts for installation of additional devices and accessories.", "5b099ac65acfc400186331e1 Name": "20발, SA-58/FAL 7.62x51 탄창 ", "5b099ac65acfc400186331e1 ShortName": "SA58/FAL", "5b099ac65acfc400186331e1 Description": "FAL/SA-58 7.62x51 NATO 탄약용 20발 들이 철제 복열 탄창입니다.", "5b099b7d5acfc400186331e4 Name": "SA-58 삼지창 7.62x51 소염기 ", "5b099b7d5acfc400186331e4 ShortName": "SA58 삼지창", "5b099b7d5acfc400186331e4 Description": "DS Arms에서 제작한 SA-58 돌격소총용 삼지창 소염기입니다.", - "5b099b965acfc400186331e6 Name": "SA-58 SAW-style pistol grip (Black)", + "5b099b965acfc400186331e6 Name": "SA58 SAW-style pistol grip (Black)", "5b099b965acfc400186331e6 ShortName": "SAW SA58", - "5b099b965acfc400186331e6 Description": "An anatomical pistol grip for SA-58 assault rifles, inspired by the M249 SAW LMG grip, manufactured by DS Arms.", + "5b099b965acfc400186331e6 Description": "An anatomical pistol grip for SA58 assault rifles, inspired by the M249 SAW LMG grip, manufactured by DS Arms.", "5b099bb25acfc400186331e8 Name": "SA-58 Extreme Duty 먼지덮개 ", "5b099bb25acfc400186331e8 ShortName": "SA58 ED", "5b099bb25acfc400186331e8 Description": "DS에서 제작한 SA-58 돌격소총용 Extreme Duty 먼지덮개입니다. 피카티니 레일이 달려있습니다.", @@ -3636,7 +3636,7 @@ "5b099bf25acfc4001637e683 ShortName": "SA58 어댑터", "5b099bf25acfc4001637e683 Description": "DS Arms에서 SA-58 소총에 신축식 개머리판 완충튜브를 설치하기 위해 제작한 어댑터입니다.", "5b0bbe4e5acfc40dc528a72d Name": "DS Arms SA-58 7.62x51 돌격소총 ", - "5b0bbe4e5acfc40dc528a72d ShortName": "SA-58", + "5b0bbe4e5acfc40dc528a72d ShortName": "SA58", "5b0bbe4e5acfc40dc528a72d Description": "미국 기업 DSA(David Selvaggio Arms) 가 제조한 SA-58 OSW(Operations Specialist Weapon) 는 FAL의 면허생산 제품으로, StG-58과 동일한 Steyr-Daimler-Puch 생산라인 장비로 제작되었습니다. 다양한 길이의 총열, 알루미늄 합금 하부총몸, 유리섬유 강화 나일론 부품 등이 제공됩니다. 민수용 모델은 반자동이지만 군 및 법 집행기관용 모델은 분당 750발의 속도로 자동사격이 가능합니다. DSA-58은 모든 미터법 기준으로 만들어진 FAL 탄창을 사용할 수 있습니다.", "5b0bc22d5acfc47a8607f085 Name": "SA-58 네덜란드식 가늠자 ", "5b0bc22d5acfc47a8607f085 ShortName": "SA58 네덜란드", @@ -3877,7 +3877,7 @@ "5b4c72c686f77462ac37e907 Description": "모터 컨트롤러는 무기 체계나 주력전차에 주로 사용됩니다.", "5b4c72fb86f7745cef1cffc5 Name": "단일 축 광섬유 자이로스코프 #2", "5b4c72fb86f7745cef1cffc5 ShortName": "자이로 #2", - "5b4c72fb86f7745cef1cffc5 Description": "단일 축 및 이중 축 광섬유 자이로스코프(FOG)는 고성능 군사용으로 개발되었으며 품질이 가장 우수합니다. FOG는 지능형 센서(IBIS)용 동기식 통합 버스 또는 비동기식 RS-422 인터페이스에 보정된 요 레이트(yaw rate)를 제공합니다.\n\n특히 가혹한 환경에서 사용하기 위해 개발된 자이로스코프는 MIL-STD-810 규격을 충족하고 있어 극심한 충격과 진동을 견딜 수 있습니다. 완전히 디지털화되었고, 온라인 BIT를 포함하며, 움직이는 부품이 없습니다.", + "5b4c72fb86f7745cef1cffc5 Description": "극한 환경 속 군사 활동을 위해 개발된 뛰어난 내구성을 자랑하는 단일축 광섬유 자이로스코프. 차량 내비게이션 및 무기 시스템에 사용된다.", "5b4c81a086f77417d26be63f Name": "화학 약품 보관함 #2", "5b4c81a086f77417d26be63f ShortName": "화학용기", "5b4c81a086f77417d26be63f Description": "다양한 화학 약품을 보관하기 위한 밀폐 용기입니다.", @@ -3967,7 +3967,7 @@ "5b7d678a5acfc4001a5c4022 Description": "DS Arms에서 제작한 SA-58용 권총 손잡이입니다.", "5b7d679f5acfc4001a5c4024 Name": "SA-58 FAB Defense AG-FAL 권총 손잡이 ", "5b7d679f5acfc4001a5c4024 ShortName": "AG-FAL", - "5b7d679f5acfc4001a5c4024 Description": "The AG-FAL anatomical pistol grip for SA-58 rifles manufactured by FAB Defense.", + "5b7d679f5acfc4001a5c4024 Description": "The AG-FAL anatomical pistol grip for SA58 rifles manufactured by FAB Defense.", "5b7d68af5acfc400170e30c3 Name": "SA-58 7.62x51 오스트리아식 제퇴기 ", "5b7d68af5acfc400170e30c3 ShortName": "SA58 AUT", "5b7d68af5acfc400170e30c3 Description": "DS Arms에서 제작한 SA-58 소총용 오스트리아 스타일 제퇴기입니다.", @@ -4050,16 +4050,16 @@ "5bb20d53d4351e4502010a69 ShortName": "416A5 상부", "5bb20d53d4351e4502010a69 Description": "An upper receiver for the 416A5 assault rifle manufactured by Heckler & Koch. Equipped with a mount for attaching additional devices.", "5bb20d92d4351e00853263eb Name": "11인치, HK 416A5 5.56x45 총열 ", - "5bb20d92d4351e00853263eb ShortName": "416A5 11\"", + "5bb20d92d4351e00853263eb ShortName": "416 11\"", "5bb20d92d4351e00853263eb Description": "5.56x45 NATO 탄약을 사용하는 416 기반 총기들을 위한, 11인치 (279mm) 총열입니다.", "5bb20d9cd4351e00334c9d8a Name": "14.5인치, HK 416A5 5.56x45 총열 ", - "5bb20d9cd4351e00334c9d8a ShortName": "416A5 14.5\"", - "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for HK416 based weapons for 5.56x45 NATO ammo, includes a flip-up front sight.", + "5bb20d9cd4351e00334c9d8a ShortName": "416 14.5\"", + "5bb20d9cd4351e00334c9d8a Description": "A 14.5 inch (368mm) barrel for 416-based weapons for 5.56x45 NATO ammo. Equipped with a flip-up front sight.", "5bb20da5d4351e0035629dbf Name": "16.5인치, 접이식 가늠쇠가 달린 HK 416A5 5.56x45 총열 ", - "5bb20da5d4351e0035629dbf ShortName": "416A5 16.5\"", + "5bb20da5d4351e0035629dbf ShortName": "416 16.5\"", "5bb20da5d4351e0035629dbf Description": "5.56x45 NATO 탄약을 사용하는 416 기반 총기들을 위한, 접이식 가늠쇠가 달린 16.5인치 (419mm) 총열입니다.", "5bb20dadd4351e00367faeff Name": "20인치, HK 416A5 5.56x45 총열 ", - "5bb20dadd4351e00367faeff ShortName": "416A5 20\"", + "5bb20dadd4351e00367faeff ShortName": "416 20\"", "5bb20dadd4351e00367faeff Description": "5.56x45 NATO 탄약을 사용하는 416 기반 총기들을 위한, 접이식 가늠쇠가 달린 22인치 (505mm) 총열입니다.", "5bb20dbcd4351e44f824c04e Name": "HK 걸쇠 연장형 장전 손잡이 ", "5bb20dbcd4351e44f824c04e ShortName": "연장형 장전 손잡이", @@ -4382,9 +4382,9 @@ "5c052a900db834001a66acbd Name": "Trijicon ACOG TA01NSN 4x32 조준경 (Tan)", "5c052a900db834001a66acbd ShortName": "TA01NSN", "5c052a900db834001a66acbd Description": "정예 미군에게 지급하기 위해 미 특수전사령부(US Special Operations Command)의 요구에 맞춰 설계한 Trijicon ACOG TA01NSN은 Trijicon에서 가장 인기 있는 ACOG(Advanced Combat Optical Gunsight)입니다. 십자 조준선에 표시된 거리계를 이용하면 별도의 영점조정 없이 600미터 거리까지 조준사격할 수 있습니다. 그리고 보조 조준기 장착이 가능합니다. 조준경을 사용할 때 배터리가 필요하지 않습니다. Tan색 버전입니다.", - "5c052cea86f7746b2101e8d8 Name": "플라스틱 여행가방", - "5c052cea86f7746b2101e8d8 ShortName": "플라스틱 여행가방", - "5c052cea86f7746b2101e8d8 Description": "플라스틱 여행가방", + "5c052cea86f7746b2101e8d8 Name": "여행용 캐리어", + "5c052cea86f7746b2101e8d8 ShortName": "여행용 캐리어", + "5c052cea86f7746b2101e8d8 Description": "여행용 캐리어", "5c052e6986f7746b207bc3c9 Name": "Portable defibrillator 휴대용 제세동기 ", "5c052e6986f7746b207bc3c9 ShortName": "제세동기", "5c052e6986f7746b207bc3c9 Description": "[Portable defibrillator]\n급성 심정지(Sudden Cardiac Arrest, SCA)는 언제 어디서든, 누구에게나 일어날 수 있습니다. Phipils는 자사의 HeartStart 제세동기에 SMART Biphasic 기술을 사용하여, 적은 에너지 사용으로 효과적인 고 전류 제세동 충격을 가함으로써 부작용을 최소화합니다.", @@ -4545,7 +4545,7 @@ "5c0e2f5cd174af02a012cfc9 ShortName": "ADAR 목제", "5c0e2f5cd174af02a012cfc9 Description": "ADAR 2-15 카빈용 SVD 스타일 목제 총열덮개입니다.", "5c0e2f94d174af029f650d56 Name": "406mm, AR-15 Molot Arms 5.56x45 총열 ", - "5c0e2f94d174af029f650d56 ShortName": "AR-15 406mm", + "5c0e2f94d174af029f650d56 ShortName": "ADAR 16\"", "5c0e2f94d174af029f650d56 Description": "5.56x45 NATO 탄약을 사용하는 AR-15 기반 총기들을 위한 Molot Arms 406mm 총열입니다. ADAR 2-15용 표준형 총열로 사용됩니다.", "5c0e2ff6d174af02a1659d4a Name": "AR-15 ADAR 2-15 목제 개머리판 ", "5c0e2ff6d174af02a1659d4a ShortName": "ADAR 목제", @@ -4584,13 +4584,13 @@ "5c0e57ba86f7747fa141986d ShortName": "6B23-2 MF", "5c0e57ba86f7747fa141986d Description": "육군, 공수부대, 해병대 등의 전투부대원들을 위한 \"Zabralo-8\" 방탄조끼입니다. 이 조끼는 화기, 탄약 파편, 지뢰, 수류탄, 냉병기에 의해 중요한 장기가 손상되는 것을 막기 위해 디자인된 것으로, 전투 임무를 수행할 때 타박상을 줄여줍니다.", "5c0e5bab86f77461f55ed1f3 Name": "6B23-1 방탄복 (Digital Flora)", - "5c0e5bab86f77461f55ed1f3 ShortName": "6B23-1 DFL", + "5c0e5bab86f77461f55ed1f3 ShortName": "6B23-1 EMR", "5c0e5bab86f77461f55ed1f3 Description": "육군, 공수부대, 해병대 등의 전투부대원들을 위한 \"Zabralo-8\" 방탄조끼입니다. 이 조끼는 화기, 탄약 파편, 지뢰, 수류탄, 냉병기에 의해 중요한 장기가 손상되는 것을 막기 위해 디자인된 것으로, 전투 임무를 수행할 때 타박상을 줄여줍니다.", "5c0e5edb86f77461f55ed1f7 Name": "BNTI Zhuk 방탄복 (기자)", "5c0e5edb86f77461f55ed1f7 ShortName": "Zhuk", "5c0e5edb86f77461f55ed1f7 Description": "전투지역에서 일하는 기자들을 위한 방탄조끼입니다.", "5c0e625a86f7742d77340f62 Name": "BNTI Zhuk 방탄복 (Digital Flora)", - "5c0e625a86f7742d77340f62 ShortName": "Zhuk DFL", + "5c0e625a86f7742d77340f62 ShortName": "Zhuk EMR", "5c0e625a86f7742d77340f62 Description": "An armored vest designed for assault units. Based on the Gzhel armor, serving as its lightweight copy.", "5c0e655586f774045612eeb2 Name": "HighCom Trooper TFO 방탄복 (MultiCam)", "5c0e655586f774045612eeb2 ShortName": "Trooper", @@ -4812,7 +4812,7 @@ "5c471c842e221615214259b5 ShortName": "SVDS 가스", "5c471c842e221615214259b5 Description": "A standard gas tube for SVDS sniper rifles. Gas tubes channel the travel direction of gas piston.", "5c471cb32e221602b177afaa Name": "22인치, SVDS 7.62x54R 총열 ", - "5c471cb32e221602b177afaa ShortName": "SVDS 22\"", + "5c471cb32e221602b177afaa ShortName": "SVD 565mm", "5c471cb32e221602b177afaa Description": "7.62x54R 탄약을 사용하는 SVDS 저격소총용 22인치 총열입니다.", "5c488a752e221602b412af63 Name": "Desert Tech MDR 5.56x45 돌격소총 ", "5c488a752e221602b412af63 ShortName": "MDR", @@ -4944,19 +4944,19 @@ "5c6bf4aa2e2216001219b0ae ShortName": "US Palm AK", "5c6bf4aa2e2216001219b0ae Description": "A light pistol grip for AK assault rifles, manufactured by US Palm.", "5c6c2c9c2e2216000f2002e4 Name": "HK 416A5 TROY M-LOK 13인치 총열덮개 ", - "5c6c2c9c2e2216000f2002e4 ShortName": "416A5 TROY 13\"", + "5c6c2c9c2e2216000f2002e4 ShortName": "416 TROY 13\"", "5c6c2c9c2e2216000f2002e4 Description": "추가 장치 및 액세서리 설치를 위한 M-LOK 인터페이스가 장착된, TROY Industries에서 제작한 416A5 용 카본 섬유 재질의 M-LOK 총열덮개입니다.", "5c6d10e82e221601da357b07 Name": "HK 416A5 MRS 키모드 14인치 총열덮개 ", - "5c6d10e82e221601da357b07 ShortName": "416A5 MRS 14\"", + "5c6d10e82e221601da357b07 ShortName": "416 MRS 14\"", "5c6d10e82e221601da357b07 Description": "추가 장치 및 액세서리 설치를 위한 키모드 인터페이스가 장착된 416A5용 HK MRS 키모드 총열 덮개입니다.", "5c6d10fa2e221600106f3f23 Name": "HK 416A5 Midwest Industries 9인치 M-LOK 총열덮개 ", - "5c6d10fa2e221600106f3f23 ShortName": "416A5 Midwest 9\"", + "5c6d10fa2e221600106f3f23 ShortName": "416 Midwest 9\"", "5c6d10fa2e221600106f3f23 Description": "추가 장치 및 액세서리 설치를 위한 M-LOK 인터페이스가 장착된, Midwest Industries에서 제작한 416A5 용 CRUX 총열덮개입니다.", "5c6d11072e2216000e69d2e4 Name": "HK 416A5 Midwest Industries 13.5인치 M-LOK 총열덮개 ", - "5c6d11072e2216000e69d2e4 ShortName": "416A5 Midwest 13.5\"", + "5c6d11072e2216000e69d2e4 ShortName": "416 Midwest 13.5\"", "5c6d11072e2216000e69d2e4 Description": "추가 장치 및 액세서리 설치를 위한 M-LOK 인터페이스가 장착된, Midwest Industries에서 제작한 416A5 용 CRUX 총열덮개입니다.", "5c6d11152e2216000f2003e7 Name": "HK 416A5 Strike Industries CRUX 15 인치 M-LOK 총열덮개 ", - "5c6d11152e2216000f2003e7 ShortName": "416A5 CRUX 15\"", + "5c6d11152e2216000f2003e7 ShortName": "416 CRUX 15\"", "5c6d11152e2216000f2003e7 Description": "추가 장치 및 액세서리 설치를 위한 M-LOK 인터페이스가 장착된, Strike Industries에서 제작한 416A5 용 CRUX 총열덮개입니다.", "5c6d42cb2e2216000e69d7d1 Name": "30발, 5.56x45 HK 30 STANAG 폴리머 탄창 ", "5c6d42cb2e2216000e69d7d1 ShortName": "HK 폴리머", @@ -4977,7 +4977,7 @@ "5c6d7b3d2e221600114c9b7d ShortName": "HK V2", "5c6d7b3d2e221600114c9b7d Description": "The HK V2 pistol grip can be installed on any weapon compatible with AR-15 grips. Manufactured by Heckler & Koch.", "5c6d85e02e22165df16b81f4 Name": "10.6인치, HK 416A5 5.56x45 총열 ", - "5c6d85e02e22165df16b81f4 ShortName": "416A5 10.6\"", + "5c6d85e02e22165df16b81f4 ShortName": "416 10.6\"", "5c6d85e02e22165df16b81f4 Description": "5.56x45 NATO 탄약을 사용하는 416 기반 총기용 10.6인치(264mm) 총열입니다.", "5c78f2492e221600114c9f04 Name": "AR-15 SAI 14.5인치 쿼드 레일 총열덮개 ", "5c78f2492e221600114c9f04 ShortName": "SAI QD 14.5\"", @@ -5098,7 +5098,7 @@ "5ca20d5986f774331e7c9602 Description": "WARTECH에서 제작한 전면 개방형(Front loading, Front open) 전술배낭입니다. 군용 또는 보안군 또는 군사 작전에 사용하기에 적합합니다.", "5ca20ee186f774799474abc2 Name": "Vulkan-5 LShZ-5 방탄 헬멧 (Black)", "5ca20ee186f774799474abc2 ShortName": "Vulkan-5", - "5ca20ee186f774799474abc2 Description": "높은 등급의 보호성능을 가진 중갑 헬멧 Vulkan-5 LShZ-5는 보통~무거운 발사체로부터 머리를 보호하기 위해 5등급(러시아 GOST) 방호력을 제공해 줍니다.", + "5ca20ee186f774799474abc2 Description": "The Vulkan-5 LShZ-5 high-level protection helmet is intended for use in a set of combat equipment with circular 5-class (Russian GOST) head protection from medium to heavy projectiles.", "5ca2113f86f7740b2547e1d2 Name": "Vulkan-5 헬멧 안면 보호대 ", "5ca2113f86f7740b2547e1d2 ShortName": "Vulkan-5 FS", "5ca2113f86f7740b2547e1d2 Description": "Vulkan-5 헬멧에 사용되는 특수 강화된 안면 보호구입니다. 총알이나 파편에 맞았을 때 살아남을 수 있는 확률을 증가시켜줍니다.", @@ -5168,13 +5168,13 @@ "5cbda392ae92155f3c17c39f Name": "AK-100 시리즈 폴리머 총열덮개 ", "5cbda392ae92155f3c17c39f ShortName": "AK100", "5cbda392ae92155f3c17c39f Description": "A polymer handguard for the 100-series AKs, manufactured by Izhmash. A further modification of the polymer AK-74M handguard. Features a bottom rail for installation of tactical foregrips.", - "5cbda9f4ae9215000e5b9bfc Name": "AK-74 \"자두색\" 폴리머 총열덮개 (6P20 Sb.9)", + "5cbda9f4ae9215000e5b9bfc Name": "AK-74 폴리머 총열덮개 (자두색)", "5cbda9f4ae9215000e5b9bfc ShortName": "AK-74 poly", "5cbda9f4ae9215000e5b9bfc Description": "A 6P20 Sb.9 polymer handguard for AK-74 automatic rifles, manufactured by Izhmash. Made out of plum-colored polymer, for which has earned the nickname \"Sliva\" (\"Plum\").", "5cbdaf89ae9215000e5b9c94 Name": "30발, AK-74 5.45x39 6L23 \"자두색\" 탄창 ", "5cbdaf89ae9215000e5b9c94 ShortName": "6L23", "5cbdaf89ae9215000e5b9c94 Description": "A 30-round 5.45x39 polymer Izhmash 6L23 magazine for AK-74 and compatible systems. Made out of plum-colored polymer, for which has earned the nickname \"Sliva\" (\"Plum\").", - "5cbdb1b0ae9215000d50e105 Name": "AK-74 \"자두색\" 폴리머 개머리판 (6P20 Sb.7)", + "5cbdb1b0ae9215000d50e105 Name": "AK-74 폴리머 개머리판 (자두색)", "5cbdb1b0ae9215000d50e105 ShortName": "AK-74 poly", "5cbdb1b0ae9215000d50e105 Description": "A polymer 6P20 Sb.7 stock for AK-74 automatic rifles, manufactured by Izhmash. Made out of plum-colored polymer, for which has earned the nickname \"Sliva\" (\"Plum\").", "5cbdc23eae9215001136a407 Name": "75발, AK 7.62x39 Molot Arms 드럼 탄창 ", @@ -5279,10 +5279,10 @@ "5cc9c20cd7f00c001336c65d Name": "NcSTAR 전술 청색 레이저 LAM 모듈", "5cc9c20cd7f00c001336c65d ShortName": "TBL", "5cc9c20cd7f00c001336c65d Description": "A compact tactical Laser Aiming Module with a blue dot. Mounts on any Picatinny/Weaver rail for precise target acquisition. Manufactured by NcSTAR.", - "5cd945d71388ce000a659dfb Name": "BEAR 기본 상의", + "5cd945d71388ce000a659dfb Name": "BEAR 기본", "5cd945d71388ce000a659dfb ShortName": "", "5cd945d71388ce000a659dfb Description": "Combat shirt", - "5cd946231388ce000d572fe3 Name": "BEAR 기본 하의", + "5cd946231388ce000d572fe3 Name": "BEAR 기본", "5cd946231388ce000d572fe3 ShortName": "", "5cd946231388ce000d572fe3 Description": "Combat pants", "5cda9bcfd7f00c0c0b53e900 Name": "ASh-12 수직 손잡이 ", @@ -5324,10 +5324,10 @@ "5cde96047d6c8b20b577f016 Name": "Taylor", "5cde96047d6c8b20b577f016 ShortName": "Taylor", "5cde96047d6c8b20b577f016 Description": "Taylor", - "5cde9e957d6c8b0474535da7 Name": "USEC 기본 하의", + "5cde9e957d6c8b0474535da7 Name": "USEC 기본", "5cde9e957d6c8b0474535da7 ShortName": "", "5cde9e957d6c8b0474535da7 Description": "Combat pants", - "5cde9ec17d6c8b04723cf479 Name": "USEC 기본 상의", + "5cde9ec17d6c8b04723cf479 Name": "USEC 기본", "5cde9ec17d6c8b04723cf479 ShortName": "", "5cde9ec17d6c8b04723cf479 Description": "Combat shirt", "5cde9ff17d6c8b0474535daa Name": "", @@ -5522,7 +5522,7 @@ "5d03794386f77420415576f5 Name": "Tank battery 6-STEN-140-M 탱크 배터리 ", "5d03794386f77420415576f5 ShortName": "탱크 배터리", "5d03794386f77420415576f5 Description": "[6-STEN-140-M military battery (Tank battery)]\n대용량 전차 배터리. 군 기준을 충족한 전자제품입니다.", - "5d0379a886f77420407aa271 Name": "OFZ 30x160mm 포탄 ", + "5d0379a886f77420407aa271 Name": "OFZ 30x165mm 포탄 ", "5d0379a886f77420407aa271 ShortName": "OFZ", "5d0379a886f77420407aa271 Description": "[OFZ 30x160mm shell (OFZ)]\n30mm 파편식 고폭탄으로, 30mm 2A42 포에서 쓰이며 장갑차량과 헬리콥터를 상대로 효과적입니다.", "5d07b91b86f7745a077a9432 Name": "일반 자금보관소", @@ -6825,8 +6825,8 @@ "5e9de109f6164249e54453d2 ShortName": "", "5e9de109f6164249e54453d2 Description": "", "5ea02bb600685063ec28bfa1 Name": "10.6인치, PPSh-41 7.62x25 총열 ", - "5ea02bb600685063ec28bfa1 ShortName": "PPSh41 10.6\"", - "5ea02bb600685063ec28bfa1 Description": "A 10.6 inch (269mm) long barrel for the PPSh-41, chambered in 7.62x25.", + "5ea02bb600685063ec28bfa1 ShortName": "PPSh-41", + "5ea02bb600685063ec28bfa1 Description": "A 269mm barrel for the PPSh-41, chambered in 7.62x25.", "5ea034eb5aad6446a939737b Name": "35발, PPSh-41 7.62x25 탄창 ", "5ea034eb5aad6446a939737b ShortName": "PPSh", "5ea034eb5aad6446a939737b Description": "A 35-round 7.62x25 steel magazine for the PPSh-41.", @@ -7275,11 +7275,11 @@ "5fbbc383d5cb881a7363194a ShortName": "Vector 9x19 6\"", "5fbbc383d5cb881a7363194a Description": "A 6 inch (170mm) threaded barrel for the KRISS Vector 9x19 submachine gun.", "5fbbfabed5cb881a7363194e Name": "171mm, MCX .300 BLK 총열 ", - "5fbbfabed5cb881a7363194e ShortName": "MCX 171mm", - "5fbbfabed5cb881a7363194e Description": "A 171mm barrel for MCX-based weapons, chambered in .300 BLK.", + "5fbbfabed5cb881a7363194e ShortName": "MCX 6.75\"", + "5fbbfabed5cb881a7363194e Description": "A 6.75 inch (171mm) barrel for MCX-based weapons, chambered in .300 BLK.", "5fbbfacda56d053a3543f799 Name": "229mm, MCX .300 BLK 총열 ", - "5fbbfacda56d053a3543f799 ShortName": "MCX 229mm", - "5fbbfacda56d053a3543f799 Description": "A 229mm barrel for MCX-based weapons, chambered in .300 BLK.", + "5fbbfacda56d053a3543f799 ShortName": "MCX 9\"", + "5fbbfacda56d053a3543f799 Description": "A 9 inch (229mm) barrel for MCX-based weapons, chambered in .300 BLK.", "5fbc210bf24b94483f726481 Name": "MCX 가스블록 ", "5fbc210bf24b94483f726481 ShortName": "MCX 가스", "5fbc210bf24b94483f726481 Description": "A gas block designed for the MCX assault rifles, manufactured by SIG Sauer.", @@ -7310,12 +7310,12 @@ "5fbcc3e4d6fa9c00c571bb58 Name": "MCX GEN1 .300 BLK 상부 총몸 ", "5fbcc3e4d6fa9c00c571bb58 ShortName": "MCX GEN1", "5fbcc3e4d6fa9c00c571bb58 Description": "An upper receiver for the first generation MCX assault rifles manufactured by SIG Sauer. Features a mount for attaching additional equipment.", - "5fbcc429900b1d5091531dd7 Name": "MCX/MPX 신축식 개머리판 ", - "5fbcc429900b1d5091531dd7 ShortName": "MCX/MPX 신축", + "5fbcc429900b1d5091531dd7 Name": "SIG Sauer 신축식/접이식 개머리판 ", + "5fbcc429900b1d5091531dd7 ShortName": "SIG TFS", "5fbcc429900b1d5091531dd7 Description": "SIG Sauer에서 제작한 MCX/MPX 용 신축식 개머리판입니다.", - "5fbcc437d724d907e2077d5c Name": "MPX/MCX 경량 개머리판 ", - "5fbcc437d724d907e2077d5c ShortName": "MPX/MCX 경량", - "5fbcc437d724d907e2077d5c Description": "SIG Sauer에서 제작한 MCX/MPX를 위한 얇고 가벼운 개머리판입니다.", + "5fbcc437d724d907e2077d5c Name": "SIG Sauer 얇은 측면 접이식 개머리판 ", + "5fbcc437d724d907e2077d5c ShortName": "SIG TSFS", + "5fbcc437d724d907e2077d5c Description": "SIG Sauer에서 MPX/MCX를 위해 제작한 경량 개머리판입니다.", "5fbcc640016cce60e8341acc Name": "MCX 장전 손잡이 ", "5fbcc640016cce60e8341acc ShortName": "MCX", "5fbcc640016cce60e8341acc Description": "A standard charging handle for SIG Sauer MCX rifles and compatible systems.", @@ -7365,8 +7365,8 @@ "5fc23678ab884124df0cd590 ShortName": "Mk-18 24\"", "5fc23678ab884124df0cd590 Description": "A 24 inch (610mm) barrel for Mk-18 .338 LM sniper rifle, manufactured by SWORD International.", "5fc2369685fd526b824a5713 Name": "B5 Systems Precision 개머리판 ", - "5fc2369685fd526b824a5713 ShortName": "Precision", - "5fc2369685fd526b824a5713 Description": "The Precision telescoping stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", + "5fc2369685fd526b824a5713 ShortName": "B5 CPS", + "5fc2369685fd526b824a5713 Description": "The Collapsible Precision Stock manufactured by B5 Systems. Designed to be installed on AR-system weapons.", "5fc275cf85fd526b824a571a Name": ".338 Lapua Magnum FMJ", "5fc275cf85fd526b824a571a ShortName": "FMJ", "5fc275cf85fd526b824a571a Description": "A .338 Lapua Magnum (8.6x70mm) FMJ cartridge with a 16.2 gram lead core bullet with a bimetallic jacket in a brass case. Despite its rudimentary design, this cartridge possesses capabilities of piercing basic and intermediate ballistic body protections, as well as providing a considerable stopping power effect and being capable of causing critical adverse effects on the target after impact. However, due to its design, it has a high probability of bouncing off various surfaces.", @@ -7545,7 +7545,7 @@ "601aa3d2b2bcb34913271e6d ShortName": "MAI AP", "601aa3d2b2bcb34913271e6d Description": "A 7.62x39mm MAI AP cartridge with a two-part armor-piercing projectile, the bullet consists of a sabot and a tungsten carbide penetrator body, in a steel case. This bullet was designed by MAI to increase the penetration capabilities of the 7.62x39mm caliber, thanks to its muzzle velocity and peculiar design, it is capable of piercing basic and intermediate ballistic body protections, in addition to providing outstanding results against some modern specialized protection models, however, it has a high bounce probability on various surfaces.", "602286df23506e50807090c6 Name": "16발, PL-15 9x19 탄창 ", - "602286df23506e50807090c6 ShortName": "PL15", + "602286df23506e50807090c6 ShortName": "PL-15", "602286df23506e50807090c6 Description": "A standard-issue 16-round magazine for the PL-15 9x19 pistol.", "60228924961b8d75ee233c32 Name": "PL-15 권총 슬라이드 ", "60228924961b8d75ee233c32 ShortName": "PL15 슬라이드", @@ -7566,7 +7566,7 @@ "602543c13fee350cd564d032 ShortName": "", "602543c13fee350cd564d032 Description": "", "602a95edda11d6478d5a06da Name": "PL-15 9x19 총열 ", - "602a95edda11d6478d5a06da ShortName": "PL-15 9x19", + "602a95edda11d6478d5a06da ShortName": "PL-15", "602a95edda11d6478d5a06da Description": "A standard barrel for the PL-15 pistol, chambered in 9x19.", "602a95fe4e02ce1eaa358729 Name": "PL-15 9x19 나사산 총열 ", "602a95fe4e02ce1eaa358729 ShortName": "PL15 나사산", @@ -8105,7 +8105,7 @@ "61714b2467085e45ef140b2c Name": "Aimpoint T-1 조준경용 Recknagel Era-Tac Sunshade 마운트 ", "61714b2467085e45ef140b2c ShortName": "T-1 Sun", "61714b2467085e45ef140b2c Description": "The Recknagel Era-Tac Sunshade mount for the Aimpoint Micro T-1 reflex sight.", - "61714eec290d254f5e6b2ffc Name": "Schmidt & Bender PM II 3-12x50 조준경 ", + "61714eec290d254f5e6b2ffc Name": "Schmidt & Bender PM II 3-20x50 34mm 조준경 ", "61714eec290d254f5e6b2ffc ShortName": "PM II 3-20x50", "61714eec290d254f5e6b2ffc Description": "The Schmidt & Bender PM II 3-20x50 riflescope was originally created for elite military forces for high-quality target acquisition and pinpoint accuracy.", "617151c1d92c473c770214ab Name": "Schmidt & Bender PM II 1-8x24 조준경 ", @@ -8155,7 +8155,7 @@ "6181688c6c780c1e710c9b04 Description": "A standard-issue charging handle for the SCAR-series assault rifles, manufactured by Fabrique Nationale Herstal.", "618168b350224f204c1da4d8 Name": "13인치, FN SCAR-H 7.62x51 총열 ", "618168b350224f204c1da4d8 ShortName": "Mk17 13\"", - "618168b350224f204c1da4d8 Description": "A 13 inches long (330mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "618168b350224f204c1da4d8 Description": "A 13 inch (330mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "618168dc8004cc50514c34fc Name": "20발, FN SCAR-H 7.62x51 탄창 ", "618168dc8004cc50514c34fc ShortName": "Mk17", "618168dc8004cc50514c34fc Description": "A 20-round magazine for the FN SCAR-H 7.62x51 battle rifle.", @@ -8164,7 +8164,7 @@ "61816df1d3a39d50044c139e Description": "A bottom rail for the SCAR-series handguards that allows installation of tactical foregrips or other devices.", "61816dfa6ef05c2ce828f1ad Name": "FN SCAR 측면 레일 ", "61816dfa6ef05c2ce828f1ad ShortName": "SCAR 측면", - "61816dfa6ef05c2ce828f1ad Description": "A side rail for the SCAR-series handguards that allows installation of additional tactical equipment.", + "61816dfa6ef05c2ce828f1ad Description": "Standard Picatinny side rails for the SCAR-series handguards that allow installation of additional tactical equipment. ", "61816fcad92c473c770215cc Name": "FN SCAR 접이식 가늠쇠 ", "61816fcad92c473c770215cc ShortName": "SCAR 가늠쇠", "61816fcad92c473c770215cc Description": "Fabrique Nationale Herstal(FN)에서 제작한 SCAR 시리즈 돌격소총용 접이식 가늠쇠입니다. 탈부착이 가능하며 가스 블록 위에 설치되어 있습니다.", @@ -8173,7 +8173,7 @@ "61817865d3a39d50044c13a4 Description": "Fabrique Nationale Herstal(FN)에서 제작한 SCAR 시리즈 돌격소총용 접이식 가늠자입니다. 탈부착이 가능하며 가스 블록 위에 설치되어 있습니다.", "618178aa1cb55961fa0fdc80 Name": "AAC SCAR-SD 51T 7.62x51 소염기 ", "618178aa1cb55961fa0fdc80 ShortName": "SCAR-SD 762", - "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on AR-10-based rifles.", + "618178aa1cb55961fa0fdc80 Description": "The Advanced Armament Corporation (AAC) SCAR-SD 51T flash hider is an effective flash suppressor that also serves as an attachment platform for the AAC 762-SDN-6 sound suppressor. Can be installed on SCAR-H/AR-10 platform rifles.", "61825d06d92c473c770215de Name": "FN SCAR 접이식 폴리머 개머리판 (FDE)", "61825d06d92c473c770215de ShortName": "SCAR 접이식", "61825d06d92c473c770215de Description": "A folding polymer stock for the SCAR-series rifles, manufactured by Fabrique Nationale Herstal. Flat Dark Earth version.", @@ -8188,22 +8188,22 @@ "6183afd850224f204c1da514 Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. Manufactured by Fabrique Nationale Herstal.", "6183b0711cb55961fa0fdcad Name": "16인치, FN SCAR-H 7.62x51 총열 ", "6183b0711cb55961fa0fdcad ShortName": "Mk17 16\"", - "6183b0711cb55961fa0fdcad Description": "A 16 inches long (406mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "6183b0711cb55961fa0fdcad Description": "A 16 inch (406mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "6183b084a112697a4b3a6e6c Name": "20인치, FN SCAR-H 7.62x51 총열 ", "6183b084a112697a4b3a6e6c ShortName": "Mk17 20\"", - "6183b084a112697a4b3a6e6c Description": "A 20 inches long (508mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", + "6183b084a112697a4b3a6e6c Description": "A 20 inch (508mm) barrel for the SCAR-series weapons chambered in 7.62x51 NATO ammo.", "6183d53f1cb55961fa0fdcda Name": "20발, FN SCAR-H 7.62x51 탄창 (FDE)", "6183d53f1cb55961fa0fdcda ShortName": "Mk17", "6183d53f1cb55961fa0fdcda Description": "A 20-round magazine for the FN SCAR-H 7.62x51 battle rifle. Flat Dark Earth version.", "6183fc15d3a39d50044c13e9 Name": "10인치, FN SCAR-L 5.56x45 총열 ", "6183fc15d3a39d50044c13e9 ShortName": "Mk16 10\"", - "6183fc15d3a39d50044c13e9 Description": "A 10 inches long (254mm) CQB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fc15d3a39d50044c13e9 Description": "A 10 inch (254mm) CQB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "6183fd911cb55961fa0fdce9 Name": "14인치, FN SCAR-L 5.56x45 총열 ", "6183fd911cb55961fa0fdce9 ShortName": "Mk16 14\"", - "6183fd911cb55961fa0fdce9 Description": "A 14 inches long (355mm) STD barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fd911cb55961fa0fdce9 Description": "A 14 inch (355mm) STD barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "6183fd9e8004cc50514c358f Name": "18인치, FN SCAR-L 5.56x45 총열 ", "6183fd9e8004cc50514c358f ShortName": "Mk16 18\"", - "6183fd9e8004cc50514c358f Description": "An 18 inches long (457mm) LB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", + "6183fd9e8004cc50514c358f Description": "An 18 inch (457mm) LB barrel for the SCAR-series weapons chambered in 5.56x45 NATO ammo.", "618405198004cc50514c3594 Name": "FN SCAR-L 5.56x45 상부 총몸 ", "618405198004cc50514c3594 ShortName": "Mk16", "618405198004cc50514c3594 Description": "An upper receiver for the SCAR-L assault rifle, manufactured by Fabrique Nationale Herstal. Features a top rail for installation of additional equipment.", @@ -8331,7 +8331,7 @@ "6194f02d9bb3d20b0946d2f0 ShortName": "USP45M", "6194f02d9bb3d20b0946d2f0 Description": "A 153mm barrel for the special version of the USP pistol - USP Match, chambered in .45 ACP. Manufactured by Heckler & Koch.", "6194f1f918a3974e5e7421e4 Name": "HK USP Tactical 나사산 보호대 ", - "6194f1f918a3974e5e7421e4 ShortName": "USP45T", + "6194f1f918a3974e5e7421e4 ShortName": "USP45T thr.", "6194f1f918a3974e5e7421e4 Description": "A thread protector for the Tactical barrel for the USP pistol, manufactured by Heckler & Koch.", "6194f2912d2c397d6600348d Name": "HK USP 가늠자 ", "6194f2912d2c397d6600348d ShortName": "USP 가늠자", @@ -8825,7 +8825,7 @@ "625ff31daaaa8c1130599f64 Name": "Benelli M3 Super 90 12ga Toni System 13-shell magazine", "625ff31daaaa8c1130599f64 ShortName": "M3x13", "625ff31daaaa8c1130599f64 Description": "A 12ga 13-shell capacity tube magazine by Toni System for Benelli M3 S90 shotguns.", - "626667e87379c44d557b7550 Name": "KAC QDC 5.56x45 3-Prong Flash Eliminator", + "626667e87379c44d557b7550 Name": "AR-15 KAC QDC 5.56x45 3-Prong Flash Eliminator", "626667e87379c44d557b7550 ShortName": "QDC-3 556", "626667e87379c44d557b7550 Description": "Knight's Armament QDC 3-Prong 5.56x45 flash hider is an effective flash suppressor that also serves as a platform for attaching KAC QDC 556 sound suppressor. Can be Installed on AR-15 weapon systems.", "626673016f1edc06f30cf6d5 Name": "KAC QDC 5.56x45 sound suppressor", @@ -8912,8 +8912,8 @@ "6281204f308cb521f87a8f9b Name": "AI AXMC .338 LM chassis", "6281204f308cb521f87a8f9b ShortName": "AXMC .338LM", "6281204f308cb521f87a8f9b Description": "The factory fitted .338 Lapua Magnum chassis for the AXMC sniper rifle, manufactured by Accuracy International.", - "628120621d5df4475f46a335 Name": "AI AXMC thread protection cap", - "628120621d5df4475f46a335 ShortName": "AXMC cap", + "628120621d5df4475f46a335 Name": "AI AXMC thread protector", + "628120621d5df4475f46a335 ShortName": "AXMC thr.", "628120621d5df4475f46a335 Description": "A threading protection cap for the AXMC barrel. Manufactured by Accuracy International.", "62812081d23f207deb0ab216 Name": "AI .338 LM Tactical Muzzle Brake ", "62812081d23f207deb0ab216 ShortName": "TMB 338LM", @@ -9014,7 +9014,7 @@ "628a7b23b0f75035732dd565 Name": "AK RD Enhanced V2 Rear Sight", "628a7b23b0f75035732dd565 ShortName": "V2 ERS", "628a7b23b0f75035732dd565 Description": "The V2 Enhanced rear sight for AK automatic rifles, manufactured by Rifle Dynamics.", - "628a83c29179c324ed269508 Name": "RD-704 SLR ION Lite + Railed Gas Tube handguard & gas tube combo", + "628a83c29179c324ed269508 Name": "RD-704 SLR ION Lite + Railed Gas Tube handguard with gas tube", "628a83c29179c324ed269508 ShortName": "ION Lite 9\"", "628a83c29179c324ed269508 Description": "A combined kit of the ION Lite 9 inch handguard with the Railed Gas Tube, can be installed on RD-704 assault rifles. Manufactured by SLR.", "628a85ee6b1d481ff772e9d5 Name": "AR-15 SB Tactical SBA3 brace", @@ -9062,7 +9062,7 @@ "628cd624459354321c4b7fa2 Name": "Tasmanian Tiger SK plate carrier (MultiCam Black)", "628cd624459354321c4b7fa2 ShortName": "TT SK", "628cd624459354321c4b7fa2 Description": "The ultra-light and skeletal TT Plate Carrier SK vest is made primarily from lightweight, thin and durable TPU-laminated Cordura nylon material with a claimed density of at least 700 denier. The design of the vest provides two lightweight covers for plates, adjustable shoulder straps and a light waist jumper. Equipped with a front panel for 4 magazines.", - "628d0618d1ba6e4fa07ce5a4 Name": "NPP KlASS Bagariy plate carrier (Digital Flora)", + "628d0618d1ba6e4fa07ce5a4 Name": "NPP KlASS Bagariy plate carrier (EMR)", "628d0618d1ba6e4fa07ce5a4 ShortName": "Bagariy", "628d0618d1ba6e4fa07ce5a4 Description": "In the second millennium, the equipment of a soldier received serious changes in view of new threats and tasks. A better level of protection was required, so the Russian army needed a reliable and functional body armor. In the mid-2000s, the MVD, which was later reorganized into the Russian Guard, received Bagariy bulletproof vests. Bagariy was used both by ordinary soldiers of the internal troops, and in special forces. Actively was used by PMC BEAR as the main heavy body armor.", "628dc750b910320f4c27a732 Name": "ECLiPSE RBAV-AF plate carrier (Ranger Green)", @@ -9287,7 +9287,7 @@ "63075cc5962d0247b029dc2a Name": "Glock 19X pistol slide", "63075cc5962d0247b029dc2a ShortName": "G19X", "63075cc5962d0247b029dc2a Description": "A standard-issue slide for the Glock 19X 9x19 pistol. Slide surfaces are treated with an advanced nPVD coating that protects the steel from corrosion, chemical attack and harsh environmental conditions.", - "630764fea987397c0816d219 Name": "Glock 19X 9x19 barrel", + "630764fea987397c0816d219 Name": "Glock 19X 9x19 102mm barrel", "630764fea987397c0816d219 ShortName": "G19X", "630764fea987397c0816d219 Description": "A standard barrel for the Glock 19X 9x19 pistol. The barrel is treated with an nDLC coating that protects against corrosion and scratches.", "630765777d50ff5e8a1ea718 Name": "Glock 19X front sight", @@ -9776,15 +9776,15 @@ "63d114019e35b334d82302f7 Name": "SAG AK dovetail sidemount", "63d114019e35b334d82302f7 ShortName": "SAG AK", "63d114019e35b334d82302f7 Description": "The \"SAG AK\" sidemount is designed to mount sights on AK rifles and their numerous versions: Saiga, SVD, etc. Manufactured by Sureshot Armament Group.", - "63d3ce0446bd475bcb50f55f Name": "AR-15 Hanson Carbine 5.56x45 13.7 inch barrel", - "63d3ce0446bd475bcb50f55f ShortName": "Hanson 13.7\"", - "63d3ce0446bd475bcb50f55f Description": "The Hanson Carbine barrel for AR-15 based weapons for 5.56x45 NATO ammo, 13.7 inch long.", + "63d3ce0446bd475bcb50f55f Name": "AR-15 5.56x45 Ballistic Advantage Hanson Carbine Pro 13.7 inch barrel", + "63d3ce0446bd475bcb50f55f ShortName": "BA Hanson 13.7\"", + "63d3ce0446bd475bcb50f55f Description": "A 13.7 inch (348mm) Hanson Carbine Pro barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Manufactured by Ballistic Advantage.", "63d3ce281fe77d0f2801859e Name": "AR-15 Ballistic Advantage Lo-Pro Gas Block", "63d3ce281fe77d0f2801859e ShortName": "LoPro", "63d3ce281fe77d0f2801859e Description": "A Low-profile gas block for AR-15 system barrels. Manufactured by Ballistic Advantage.", - "63d3d44a2a49307baf09386d Name": "AR-15 Hanson Carbine 5.56x45 16 inch barrel", - "63d3d44a2a49307baf09386d ShortName": "Hanson 16\"", - "63d3d44a2a49307baf09386d Description": "The Hanson Carbine barrel for AR-15 based weapons for 5.56x45 NATO ammo, 16 inch long.", + "63d3d44a2a49307baf09386d Name": "AR-15 5.56x45 Ballistic Advantage Hanson Carbine Pro 16 inch barrel", + "63d3d44a2a49307baf09386d ShortName": "BA Hanson 16\"", + "63d3d44a2a49307baf09386d Description": "A 16 inch (406mm) Hanson Carbine Pro barrel for AR-15 platform weapons for 5.56x45 NATO ammo. Manufactured by Ballistic Advantage.", "63dbd45917fff4dee40fe16e Name": "", "63dbd45917fff4dee40fe16e ShortName": "", "63dbd45917fff4dee40fe16e Description": "", @@ -9821,7 +9821,7 @@ "6410733d5dd49d77bd07847e Name": "Tokarev AVT-40 7.62x54R automatic rifle", "6410733d5dd49d77bd07847e ShortName": "AVT-40", "6410733d5dd49d77bd07847e Description": "The AVT-40 partially compensated for the lack of handguns and submachine guns at the beginning of WW2. The AVT-40 is similar to the SVT-40 in its design, but due to the presence of a fire selector, the role of which is played by the safety lever, it can fire both single and automatic fire.", - "6410745d5dd49d77bd078485 Name": "AVT-40 wooden stock ", + "6410745d5dd49d77bd078485 Name": "AVT-40 wooden stock", "6410745d5dd49d77bd078485 ShortName": "AVT wood", "6410745d5dd49d77bd078485 Description": "A standard-issue wooden stock for the AVT-40 rifle, manufactured by TOZ.", "641074a07fd350b98c0b3f96 Name": "AVT-40 7.62x54R 15-round magazine", @@ -10439,9 +10439,9 @@ "64be79c487d1510151095552 Name": "NPP KlASS Kora-Kulon body armor (Black)", "64be79c487d1510151095552 ShortName": "Kora-Kulon", "64be79c487d1510151095552 Description": "The Kora-Kulon bulletproof vest is a means of individual armor protection of long-term wear, allowing to perform all types of professional activities of the personnel of the Ministry of Internal Affairs and Ministry of Defense units. The design of the bulletproof vest allows its use in concealed operation under outer clothing. Designed to protect the wearer from firearms and sharp weapons. Black version.", - "64be79e2bf8412471d0d9bcc Name": "NPP KlASS Kora-Kulon body armor (Digital Flora)", - "64be79e2bf8412471d0d9bcc ShortName": "Kora-Kulon DFL", - "64be79e2bf8412471d0d9bcc Description": "The Kora-Kulon bulletproof vest is a means of individual armor protection of long-term wear, allowing to perform all types of professional activities of the personnel of the Ministry of Internal Affairs and Ministry of Defense units. The design of the bulletproof vest allows its use in concealed operation under outer clothing. Designed to protect the wearer from firearms and sharp weapons. Digital Flora camouflage version.", + "64be79e2bf8412471d0d9bcc Name": "NPP KlASS Kora-Kulon body armor (EMR)", + "64be79e2bf8412471d0d9bcc ShortName": "Kora-Kulon EMR", + "64be79e2bf8412471d0d9bcc Description": "The Kora-Kulon bulletproof vest is a means of individual armor protection of long-term wear, allowing to perform all types of professional activities of the personnel of the Ministry of Internal Affairs and Ministry of Defense units. The design of the bulletproof vest allows its use in concealed operation under outer clothing. Designed to protect the wearer from firearms and sharp weapons. EMR (Digital Flora) camouflage version.", "64c196ad26a15b84aa07132f Name": "AK-12 5.45x39 sound suppressor", "64c196ad26a15b84aa07132f ShortName": "AK-12", "64c196ad26a15b84aa07132f Description": "A standard-issue sound suppressor for AK-12 automatic rifles. Manufactured by Izhmash.", @@ -10577,7 +10577,7 @@ "6513f05a94c72326990a3866 Name": "RPD wooden handguard", "6513f05a94c72326990a3866 ShortName": "RPD wood", "6513f05a94c72326990a3866 Description": "A standard-issue wooden handguard for the RPD machine gun. Manufactured by V.A. Degtyarev Plant.", - "6513f0a194c72326990a3868 Name": "RPD 7.62x39 \"Buben\" 100-round box", + "6513f0a194c72326990a3868 Name": "RPD 7.62x39 Buben 100-round box", "6513f0a194c72326990a3868 ShortName": "Buben", "6513f0a194c72326990a3868 Description": "A standard-issue 100-round box for the RPD machine gun nicknamed \"Buben\" for its round shape. Manufactured by V.A. Degtyarev Plant.", "6513f0f5e63f29908d0ffab8 Name": "RPD barrel thread protector", @@ -10643,8 +10643,8 @@ "65290f395ae2ae97b80fdf2d Name": "SIG MCX-SPEAR 6.8x51 assault rifle", "65290f395ae2ae97b80fdf2d ShortName": "SPEAR 6.8", "65290f395ae2ae97b80fdf2d Description": "The MCX SPEAR is a multi-caliber assault rifle designed and manufactured by SIG Sauer based on the MCX assault rifle. Primarily chambered in the new 6.8x51mm (.277 FURY) ammunition. Designed specifically for the US Military to replace the M4 carbine.", - "652910565ae2ae97b80fdf35 Name": "MCX-SPEAR 6.8x51 330mm barrel", - "652910565ae2ae97b80fdf35 ShortName": "SPEAR 330mm", + "652910565ae2ae97b80fdf35 Name": "MCX-SPEAR 6.8x51 13 inch barrel", + "652910565ae2ae97b80fdf35 ShortName": "SPEAR 13\"", "652910565ae2ae97b80fdf35 Description": "A 13 inch (330mm) barrel for the MCX-SPEAR assault rifle chambered in 6.8x51 (.277 FURY) ammo. Manufactured by SIG Sauer.", "6529109524cbe3c74a05e5b7 Name": "MCX-SPEAR charging handle", "6529109524cbe3c74a05e5b7 ShortName": "SPEAR", @@ -10658,7 +10658,7 @@ "6529113b5ae2ae97b80fdf39 Name": "MCX-SPEAR Clutch-Lok QD 6.8x51 Shouldered Flash Hider", "6529113b5ae2ae97b80fdf39 ShortName": "CLQD", "6529113b5ae2ae97b80fdf39 Description": "The SPEAR Clutch-Lok Shouldered Flash Hider is an effective flash suppressor that also serves as an attachment platform for the SLX/SLH sound suppressor. Manufactured by SIG Sauer.", - "652911675ae2ae97b80fdf3c Name": "AR-15 SIG Reduced Angle Pistol Grip (Coyote Tan)", + "652911675ae2ae97b80fdf3c Name": "AR-15 SIG Sauer Reduced Angle Pistol Grip (Coyote Tan)", "652911675ae2ae97b80fdf3c ShortName": "SIG RAPG", "652911675ae2ae97b80fdf3c Description": "The polymer Reduced Angle Pistol Grip fits any weapon compatible with AR-15 system. Manufactured by SIG Sauer. Coyote Tan version.", "6529119424cbe3c74a05e5bb Name": "MCX-SPEAR 6.8x51 upper receiver", @@ -10673,10 +10673,10 @@ "6529302b8c26af6326029fb7 Name": "6.8x51mm SIG FMJ", "6529302b8c26af6326029fb7 ShortName": "FMJ", "6529302b8c26af6326029fb7 Description": "A civilian 6.8x51mm (.277 FURY) Elite Ball FMJ (Full Metal Jacket) 135 grain rifle round, manufactured by SIG Sauer.", - "6529348224cbe3c74a05e5c4 Name": "MPX/MCX Stock Locking Hinge Assembly", - "6529348224cbe3c74a05e5c4 ShortName": "SIG SLHA", - "6529348224cbe3c74a05e5c4 Description": "A folding stock adapter for SIG rifles and SMGs. Manufactured by SIG Sauer.", - "6529366450dc782999054ba0 Name": "MPX/MCX Stock Adapter Low Profile Tube (Coyote Tan)", + "6529348224cbe3c74a05e5c4 Name": "SIG Sauer Locking Stock Hinge Assembly", + "6529348224cbe3c74a05e5c4 ShortName": "SIG LSHA", + "6529348224cbe3c74a05e5c4 Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", + "6529366450dc782999054ba0 Name": "SIG Sauer Stock Adapter Low Profile Tube (Coyote Tan)", "6529366450dc782999054ba0 ShortName": "SIG LPT", "6529366450dc782999054ba0 Description": "A buffer tube for the folding stock adapter for SIG AR platform rifles and SMGs. Manufactured by SIG Sauer. Coyote Tan version.", "6529370c405a5f51dd023db8 Name": "AR-15 Magpul MOE SL-K buttstock (Coyote Tan)", @@ -10847,16 +10847,16 @@ "6565c3ab977bcc2dbb01c2e7 Name": "SR-3M polymer handguard (Plum)", "6565c3ab977bcc2dbb01c2e7 ShortName": "SR-3M", "6565c3ab977bcc2dbb01c2e7 Description": "A standard-issue polymer handguard for the SR-3M assault rifle. Made out of plum-colored polymer, earning the nickname \"Sliva\" (Plum).", - "6567e751a715f85433025998 Name": "SIG ALPHA4 30mm ring scope mount", + "6567e751a715f85433025998 Name": "SIG Sauer ALPHA4 30mm ring scope mount", "6567e751a715f85433025998 ShortName": "ALPHA4", "6567e751a715f85433025998 Description": "A mount for 30mm riflescopes, installed on Weaver/Picatinny type rails. Manufactured by SIG Sauer.", - "6567e7681265c8a131069b0f Name": "SIG TANGO6T 1-6x24 30mm riflescope", + "6567e7681265c8a131069b0f Name": "SIG Sauer TANGO6T 1-6x24 30mm riflescope", "6567e7681265c8a131069b0f ShortName": "TANGO6T", "6567e7681265c8a131069b0f Description": "The TANGO6T is a rugged and well-built low power variable optic. This model features a 1x to 6x magnification and a first focal plane reticle. This rifle scope is ideal for short and medium distances, as well as for backcountry hunting. Manufactured by SIG Sauer.", "6568a6bf2c5fb7afc70bc424 Name": "SR-3M railed polymer handguard (Black)", "6568a6bf2c5fb7afc70bc424 ShortName": "SR-3M R", "6568a6bf2c5fb7afc70bc424 Description": "A polymer handguard with Zenit Picatinny rails for the SR-3M assault rifle.", - "656ddcf0f02d7bcea90bf395 Name": "Tehinkom RK-PT-25 patrol backpack (Digital Flora)", + "656ddcf0f02d7bcea90bf395 Name": "Tehinkom RK-PT-25 patrol backpack (EMR)", "656ddcf0f02d7bcea90bf395 ShortName": "RK-PT-25", "656ddcf0f02d7bcea90bf395 Description": "This backpack is a multifunctional piece of equipment designed for transportation of various items of combat and marching equipment, additional weaponry, etc. It can be used both as part of the UMTBS transportation and gear system (ZhTU 6Sh112) and independently, as part of various sets of individual combat equipment.", "656df4fec921ad01000481a2 Name": "Pack of instant noodles", @@ -12776,7 +12776,7 @@ "66588bb047fbd536a674240e Name": "Locked valuables crate (Common)", "66588bb047fbd536a674240e ShortName": "Valuables (Common)", "66588bb047fbd536a674240e Description": "A trophy for participating in Arena battles. Unlike cash, barter will always be viable, and the contents of this box may be more valuable than a few packs of crunchy paper. But first, you need to find a way to open this box.", - "66589a1547fbd536a674249a Name": "USEC Range Specialist", + "66589a1547fbd536a674249a Name": "Range Specialist", "66589a1547fbd536a674249a ShortName": "", "66589a1547fbd536a674249a Description": "Polo shirt", "66589baadaadd1069736c54c Name": "USEC Practical", @@ -12785,7 +12785,7 @@ "66589c2edaadd1069736c54e Name": "USEC Dead Vektor", "66589c2edaadd1069736c54e ShortName": "", "66589c2edaadd1069736c54e Description": "T-shirt", - "66589cceb00aec5c0278573c Name": "USEC Outdoor Tactical", + "66589cceb00aec5c0278573c Name": "Outdoor Tactical", "66589cceb00aec5c0278573c ShortName": "", "66589cceb00aec5c0278573c Description": "Tactical pants", "66589eb63733207cb6677dc5 Name": "USEC Troubleshooter", @@ -12794,7 +12794,7 @@ "66589ef5146af22739040fbb Name": "USEC Lowland Green", "66589ef5146af22739040fbb ShortName": "", "66589ef5146af22739040fbb Description": "Tactical pants", - "66589f9b2c4a1b73af576b85 Name": "BEAR White Collar", + "66589f9b2c4a1b73af576b85 Name": "White Collar", "66589f9b2c4a1b73af576b85 ShortName": "", "66589f9b2c4a1b73af576b85 Description": "Shirt", "6658a01e3733207cb6677dc7 Name": "BEAR Rifleman", @@ -12803,7 +12803,7 @@ "6658a05f146af22739040fbd Name": "BEAR Polo", "6658a05f146af22739040fbd ShortName": "", "6658a05f146af22739040fbd Description": "Polo shirt", - "6658a0ca4de4820934746dd2 Name": "BEAR Wastelander", + "6658a0ca4de4820934746dd2 Name": "Wastelander", "6658a0ca4de4820934746dd2 ShortName": "", "6658a0ca4de4820934746dd2 Description": "Tactical pants", "6658a1466e007c6f3366200b Name": "BEAR Gladiator", @@ -12897,7 +12897,7 @@ "668670e3fb75ee4a5e02eb16 ShortName": "PRO BRN", "668670e3fb75ee4a5e02eb16 Description": "A special nut required to install 9x19 barrels on UZI PRO. Manufactured by Israel Weapon Industries.", "668670f52a2296a8d909963c Name": "UZI PRO 9x19 Masada thread protector", - "668670f52a2296a8d909963c ShortName": "PRO TP", + "668670f52a2296a8d909963c ShortName": "PRO thr.", "668670f52a2296a8d909963c Description": "The Masada thread protector for UZI PRO submachine gun barrels. Manufactured by Israel Weapon Industries.", "6686717ffb75ee4a5e02eb19 Name": "UZI PRO A3 Tactical Modular Folding Brace", "6686717ffb75ee4a5e02eb19 ShortName": "A3 MFB", @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13313,9 +13313,9 @@ "66da1b546916142b3b022777 Name": "Airdrop technical supply crate", "66da1b546916142b3b022777 ShortName": "Airdrop technical supply crate", "66da1b546916142b3b022777 Description": "crate", - "66dae7cbeb28f0f96809f325 Name": "M67 수류탄 ", - "66dae7cbeb28f0f96809f325 ShortName": "M67", - "66dae7cbeb28f0f96809f325 Description": "미국의 M67 수류탄 (M67 파편 수류탄)은 대인 전투 목적으로 설계되었고, 1969년 미 육군에 의해 채택되었습니다.", + "66dae7cbeb28f0f96809f325 Name": "V40 미니 수류탄 ", + "66dae7cbeb28f0f96809f325 ShortName": "V40", + "66dae7cbeb28f0f96809f325 Description": "A Dutch fragmentation hand grenade. The grenade is the size of a standard golf ball and has a guaranteed lethal radius of only one meter.", "66ec2aa6daf127599c0c31f1 Name": "O-832DU Shrapnel", "66ec2aa6daf127599c0c31f1 ShortName": "O-832DU Shrapnel", "66ec2aa6daf127599c0c31f1 Description": "O-832DU Shrapnel", @@ -13355,9 +13355,9 @@ "66ffc2ecfe9b3825960652f7 Name": "FN SCAR Vltor VSS-11 polymer stock (Patriot Brown)", "66ffc2ecfe9b3825960652f7 ShortName": "VSS-11", "66ffc2ecfe9b3825960652f7 Description": "The VSS-11 telescopic polymer buttstock for SCAR series rifles, manufactured by Vltor. Patriot Brown version.", - "66ffc6ceb7ff397142017c3a Name": "FN SCAR Kinetic MREX 6.5 M-LOK 레일 ", + "66ffc6ceb7ff397142017c3a Name": "FN SCAR Kinetic MREX 6.5 M-LOK rail (FDE)", "66ffc6ceb7ff397142017c3a ShortName": "MREX 6.5 M-LOK", - "66ffc6ceb7ff397142017c3a Description": "The MREX 6.5 M-LOK rail for SCAR series rifles allows the installation of additional equipment. Manufactured by Kinetic.", + "66ffc6ceb7ff397142017c3a Description": "The MREX 6.5 M-LOK rail for SCAR series rifles allows the installation of additional equipment. Manufactured by Kinetic. Flat Dark Earth version.", "66ffc72082d36dec82030c1f Name": "FN SCAR PMM M-LOK lower rail", "66ffc72082d36dec82030c1f ShortName": "PMM low", "66ffc72082d36dec82030c1f Description": "A bottom rail with an M-LOK interface designed for SCAR series rifles. Manufactured by Parker Mountain Machine.", @@ -13562,7 +13562,7 @@ "670e2af7565b504d2b09371c Name": "", "670e2af7565b504d2b09371c ShortName": "", "670e2af7565b504d2b09371c Description": "", - "670e8eab8c1bb0e5a7075acf Name": "8발, PM 9x18PM 90-93 탄창 ", + "670e8eab8c1bb0e5a7075acf Name": "PM 9x18PM 90-93 8-round magazine", "670e8eab8c1bb0e5a7075acf ShortName": "PM", "670e8eab8c1bb0e5a7075acf Description": "A standard 8-round magazine for IzhMekh-produced Makarov PM pistols. It features a side observation slot for checking the magazine capacity.", "670fa21e788477a9ce0549f6 Name": "", @@ -13649,31 +13649,31 @@ "67124dcfa3541f2a1f0e788b Name": "MPS Auto Assault-12 Gen 2 12ga automatic shotgun", "67124dcfa3541f2a1f0e788b ShortName": "AA-12 Gen 2", "67124dcfa3541f2a1f0e788b Description": "The AA-12 (Auto Assault-12) is a reliable full-auto 12-gauge shotgun. The second generation features a mount for installing optics. This shotgun is distinguished by its recoil pulse accumulation, which makes the recoil feel smooth without sacrificing fire rate and stopping power. The AA-12 is designed for military and police units. Manufactured by Military Police Systems.", - "6718817435e3cfd9550d2c27 Name": "Steyr AUG A3 5.56x45 assault rifle", + "6718817435e3cfd9550d2c27 Name": "Steyr AUG A3 5.56x45 assault rifle (Black)", "6718817435e3cfd9550d2c27 ShortName": "AUG A3", - "6718817435e3cfd9550d2c27 Description": "Steyr AUG A3 is a 5.56x45 bullpup assault rifle, developed by the Austrian company Steyr-Daimler-Puch. AUG is known for good ergonomics, decent accuracy, low recoil and sufficient reliability. The rifle also stands out for its futuristic design. The A3 version features a bolt-catch button.", - "671883292e2eeb98d406f3b8 Name": "Steyr AUG vertical foregrip", + "6718817435e3cfd9550d2c27 Description": "Steyr AUG A3 is a 5.56x45 bullpup assault rifle, developed by the Austrian company Steyr-Daimler-Puch. AUG is known for good ergonomics, decent accuracy, low recoil and sufficient reliability. The rifle also stands out for its futuristic design. The A3 version features a bolt-catch button. Black version.", + "671883292e2eeb98d406f3b8 Name": "Steyr AUG vertical foregrip (Black)", "671883292e2eeb98d406f3b8 ShortName": "AUG", - "671883292e2eeb98d406f3b8 Description": "A vertical foregrip for the Steyr AUG assault rifle.", + "671883292e2eeb98d406f3b8 Description": "A vertical foregrip for the Steyr AUG assault rifle. Black version.", "6719023b612cc94b9008e78c Name": "AA-12 stock assembly (TerraGroup)", "6719023b612cc94b9008e78c ShortName": "AA-12 LABS", "6719023b612cc94b9008e78c Description": "A standard-issue stock assembly for the Auto Assault-12 shotgun. TerraGroup version.", - "671a406a6d315b526708f103 Name": "그래픽 카드가 담긴 상자", - "671a406a6d315b526708f103 ShortName": "그래픽카드", - "671a406a6d315b526708f103 Description": "A package sealed with a large amount of tape. It's quite battered, but the contents appear to be intact.", - "671d85439ae8365d69117ba6 Name": "8발, TT 7.62x25 TT-105 탄창 ", - "671d85439ae8365d69117ba6 ShortName": "TT-105", - "671d85439ae8365d69117ba6 Description": "TT 권총용 8발들이 표준 후기형 탄창입니다. 피탈방지끈 고리가 없습니다.", - "671d8617a3e45c1f5908278c Name": "18발, MP-443 9x19 탄창 ", + "671a406a6d315b526708f103 Name": "Stolen weapon case", + "671a406a6d315b526708f103 ShortName": "Weapon case", + "671a406a6d315b526708f103 Description": "Stolen weapon case.", + "671d85439ae8365d69117ba6 Name": "TT 7.62x25 tt-105 8-round magazine", + "671d85439ae8365d69117ba6 ShortName": "tt-105", + "671d85439ae8365d69117ba6 Description": "A standard late-issue 8-round magazine for the TT pistol. It comes without a lanyard ring.", + "671d8617a3e45c1f5908278c Name": "MP-443 Grach 9x19 18-round magazine", "671d8617a3e45c1f5908278c ShortName": "MP-443", - "671d8617a3e45c1f5908278c Description": "MP-443 권총용 표준형 18발 9x19 탄창입니다.", + "671d8617a3e45c1f5908278c Description": "A standard 18-round 9x19 magazine for the MP-443 pistol.", "671d8ac8a3e45c1f59082799 Name": "Glock 9x19 19-round magazine (Coyote)", "671d8ac8a3e45c1f59082799 ShortName": "G19X", "671d8ac8a3e45c1f59082799 Description": "A 19-round 9x19 magazine for Glock 19X pistols. Coyote version.", - "671d8b38b769f0d88c0950f8 Name": "7발, M1911A1 .45 ACP Wilson Combat 탄창 ", + "671d8b38b769f0d88c0950f8 Name": "M1911A1 .45 ACP Wilson Combat 7-round magazine", "671d8b38b769f0d88c0950f8 ShortName": "Wilson", - "671d8b38b769f0d88c0950f8 Description": "Wilson Combat에서 제작한 Colt M1911 권총용 7발 들이 탄창입니다. 저시인성 철제 탄창 범퍼가 장착되어 있고 M45A1 권총의 표준형 탄창으로 채택되었습니다.", - "671d8b8c0959c721a50ca838 Name": "12발, HK USP Tactical .45 ACP 탄창 ", + "671d8b38b769f0d88c0950f8 Description": "A 7-round .45 ACP magazine with a steel low-profile base pad for Colt M1911 pistols, manufactured by Wilson Combat. Comes as a standard-issue magazine for the M45A1 pistol.", + "671d8b8c0959c721a50ca838 Name": "HK USP Tactical .45 ACP 12-round magazine", "671d8b8c0959c721a50ca838 ShortName": "USP45T", "671d8b8c0959c721a50ca838 Description": "A 12-round .45 ACP magazine for the special version of the USP45 pistol - USP45 Tactical.", "673b3f977038192ee006aa09 Name": "Bare ceiling", @@ -13873,7 +13873,7 @@ "675069c97348af9e3e0c2a96 Description": "", "67506a0bf31909748c0dcdb6 Name": "BEAR Nord", "67506a0bf31909748c0dcdb6 ShortName": "", - "67506a0bf31909748c0dcdb6 Description": "Tactical jacket", + "67506a0bf31909748c0dcdb6 Description": "Bomber jacket", "67506abae23c30f949061906 Name": "", "67506abae23c30f949061906 ShortName": "", "67506abae23c30f949061906 Description": "", @@ -13900,7 +13900,7 @@ "675071099170ae7dd00d4216 Description": "", "6750713a65b30e16220465d6 Name": "USEC Deadly Frog", "6750713a65b30e16220465d6 ShortName": "", - "6750713a65b30e16220465d6 Description": "Jacket", + "6750713a65b30e16220465d6 Description": "Tactical jacket", "675184a9490b32072c06f1a7 Name": "OK", "675184a9490b32072c06f1a7 ShortName": "OK", "675184a9490b32072c06f1a7 Description": "Now you can show the other PMCs that you're okay.", @@ -14023,10 +14023,10 @@ "675696574737376d69020746 Description": "", "675696bb7a69ab97c30a09f6 Name": "BEAR Instructor", "675696bb7a69ab97c30a09f6 ShortName": "", - "675696bb7a69ab97c30a09f6 Description": "Tactical jacket", + "675696bb7a69ab97c30a09f6 Description": "Polo", "675697337a69ab97c30a09f8 Name": "BEAR Instructor", "675697337a69ab97c30a09f8 ShortName": "", - "675697337a69ab97c30a09f8 Description": "Tactical pants", + "675697337a69ab97c30a09f8 Description": "Combat pants", "675697b09fe31e6df7031b26 Name": "USEC BOSS Delta", "675697b09fe31e6df7031b26 ShortName": "", "675697b09fe31e6df7031b26 Description": "", @@ -14038,10 +14038,10 @@ "675698339fe31e6df7031b28 Description": "", "675698eafb0f45813a055a36 Name": "USEC Special Ops", "675698eafb0f45813a055a36 ShortName": "", - "675698eafb0f45813a055a36 Description": "Combat shirt", + "675698eafb0f45813a055a36 Description": "Longsleeve", "6756997970afee6336051976 Name": "USEC Special Ops", "6756997970afee6336051976 ShortName": "", - "6756997970afee6336051976 Description": "Tactical pants", + "6756997970afee6336051976 Description": "Combat pants", "6756d0d27c4045d8c708a4ea Name": "", "6756d0d27c4045d8c708a4ea ShortName": "", "6756d0d27c4045d8c708a4ea Description": "", @@ -14336,9 +14336,9 @@ "67600a42b32eb5d23e0eb459 Name": "6.8x51mm SIG FMJ ammo pack (20 pcs)", "67600a42b32eb5d23e0eb459 ShortName": "FMJ", "67600a42b32eb5d23e0eb459 Description": "A box of 6.8x51mm SIG FMJ cartridges, 20 pieces.", - "67600a516f01341c9106ab4c Name": "7.62x51mm BCP FMJ ammo pack (20 pcs)", - "67600a516f01341c9106ab4c ShortName": "BCP FMJ", - "67600a516f01341c9106ab4c Description": "A box of 7.62x51mm BCP FMJ cartridges, 20 pieces.", + "67600a516f01341c9106ab4c Name": "6.8x51mm SIG Hybrid ammo pack (20 pcs)", + "67600a516f01341c9106ab4c ShortName": "Hybrid", + "67600a516f01341c9106ab4c Description": "A box of 6.8x51mm SIG Hybrid cartridges, 20 pieces.", "67600aa8e9db590d5601665f Name": "Briefing", "67600aa8e9db590d5601665f ShortName": "Briefing", "67600aa8e9db590d5601665f Description": "Briefing", @@ -14393,9 +14393,9 @@ "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "MPX/MCX 신축식 개머리판 ", - "6761496fe2cf1419500357e9 ShortName": "MPX/MCX 신축", - "6761496fe2cf1419500357e9 Description": "SIG Sauer에서 제작한 MCX/MPX용 초기형 신축식 개머리판입니다.", + "6761496fe2cf1419500357e9 Name": "SB Tactical MPX Pistol Stabilizing Brace", + "6761496fe2cf1419500357e9 ShortName": "MPX PSB", + "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MPX. Manufactured by SB Tactical.", "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", @@ -14426,18 +14426,18 @@ "67614b3ab8c060ebb204b106 Name": "Khorovod armband", "67614b3ab8c060ebb204b106 ShortName": "Khorovod", "67614b3ab8c060ebb204b106 Description": "An armband by which the participants of the Khorovod can recognize each other. Without it, you cannot be part of the celebration.", - "67614b542eb91250020f2b86 Name": "Armband of The Unheard", - "67614b542eb91250020f2b86 ShortName": "Unheard", - "67614b542eb91250020f2b86 Description": "An armband with a mysterious symbol that can be found in various parts of the city and its outskirts. Does this mean they are already among us?", - "67614b6b47c71ea3d40256d7 Name": "Armband of The Unheard", - "67614b6b47c71ea3d40256d7 ShortName": "Unheard", - "67614b6b47c71ea3d40256d7 Description": "An armband with a mysterious symbol that can be found in various parts of the city and its outskirts. Does this mean they are already among us?", + "67614b542eb91250020f2b86 Name": "Armband (Prestige 1)", + "67614b542eb91250020f2b86 ShortName": "Prestige 1", + "67614b542eb91250020f2b86 Description": "This armband will help demonstrate your status in Tarkov.", + "67614b6b47c71ea3d40256d7 Name": "Armband (Prestige 2)", + "67614b6b47c71ea3d40256d7 ShortName": "Prestige 2", + "67614b6b47c71ea3d40256d7 Description": "These armbands are only for the best of the best.", "67614e3a6a90e4f10b0b140d Name": "Festive airdrop supply crate", "67614e3a6a90e4f10b0b140d ShortName": "Festive airdrop supply crate", "67614e3a6a90e4f10b0b140d Description": "Festive airdrop supply crate", - "676175789dcee773150c6925 Name": "Nightforce ATACR 7-35x56 소총조준경 ", - "676175789dcee773150c6925 ShortName": "ATACR 7-35x56", - "676175789dcee773150c6925 Description": "The NightForce ATACR 7-35x56 versatile scope with an extensive magnification range and a wide field-of-view across the entire range making it easy to see and engage targets.", + "676175789dcee773150c6925 Name": "Leupold Mark 5HD 5-25x56mm 35mm riflescope (FDE)", + "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", + "676175789dcee773150c6925 Description": "The Mark 5HD 5-25x56 riflescope is known for being a lighter and more efficient optic than other scopes in its class. Featuring optical glass, full multi-coated lenses and an advanced light management system, the scope offers low-glare, high-contrast imaging. Installed on 35mm ring mounts. Manufactured by Leupold. Flat Dark Earth version.", "6761759e7ee06333f108bf86 Name": "Leupold Mark IMS 35mm ring scope mount", "6761759e7ee06333f108bf86 ShortName": "IMS 35mm", "6761759e7ee06333f108bf86 Description": "A 35mm scope mount for installation on Picatinny rails. Manufactured by Leupold.", @@ -14459,9 +14459,9 @@ "676176d362e0497044079f4c Name": "FN SCAR-H X-17 7.62x51 assault rifle", "676176d362e0497044079f4c ShortName": "X-17", "676176d362e0497044079f4c Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. The X-17 lower receiver allows the installation of AR-10 magazines. Manufactured by Fabrique Nationale Herstal and X Products.", - "6761770e48fa5c377e06fc3c Name": "AR-10 7.62x51 Lancer L7AWM 25-round magazine", - "6761770e48fa5c377e06fc3c ShortName": "L7AWM", - "6761770e48fa5c377e06fc3c Description": "A 25-round double-stack L7AWM 25 magazine for 7.62x51 NATO ammunition. Manufactured by Lancer Systems.", + "6761770e48fa5c377e06fc3c Name": "AR-10 7.62x51 X Products X-25 50-round drum magazine", + "6761770e48fa5c377e06fc3c ShortName": "X-25", + "6761770e48fa5c377e06fc3c Description": "A 50-round 7.62x51 drum magazine for the AR-10 platform weapons. Manufactured by X Products.", "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", @@ -14474,9 +14474,9 @@ "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", "676177b09cfcc4c25b027446 ShortName": "TS TBC", "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "PP-19-01 \"Vityaz\" 가스튜브 ", - "676177df1f08ed5e8800b7ae ShortName": "19-01 가스", - "676177df1f08ed5e8800b7ae Description": "A standard gas tube for PP-19-01 Vityaz submachine guns. Gas tubes channel the travel direction of gas piston.", + "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", + "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", + "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", "6761a6ccd9bbb27ad703c48a Name": "Old house room key", "6761a6ccd9bbb27ad703c48a ShortName": "Depot", "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", @@ -14516,9 +14516,9 @@ "6764207f2fa5e32733055c4a Name": "Dogtag USEC", "6764207f2fa5e32733055c4a ShortName": "USEC", "6764207f2fa5e32733055c4a Description": "A special army dogtag with rubber sides serving the purpose of quickly identifying the wounded and deceased in combat. An indicator of the PMC operative's status.", - "67654a6759116d347b0bfb86 Name": "V40 shrapnel", - "67654a6759116d347b0bfb86 ShortName": "V40 shrapnel", - "67654a6759116d347b0bfb86 Description": "V40 shrapnel", + "67654a6759116d347b0bfb86 Name": "V40 파편", + "67654a6759116d347b0bfb86 ShortName": "V40 파편", + "67654a6759116d347b0bfb86 Description": "V40 파편", "676577166d874f6502106a21 Name": "20/70 Flechette ammo pack (25 pcs)", "676577166d874f6502106a21 ShortName": "Flechette", "676577166d874f6502106a21 Description": "A box of 20/70 Flechette cartridges, 25 pieces. ", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", @@ -14693,9 +14915,9 @@ "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", "67adf4a95247ac91530fcec7 Name": "재킷", "67adf4a95247ac91530fcec7 ShortName": "재킷", "67adf4a95247ac91530fcec7 Description": "재킷", @@ -14717,6 +14939,45 @@ "67adf5f7adc1f43b0702b826 Name": "전자, 철물 상자", "67adf5f7adc1f43b0702b826 ShortName": "전자, 철물 상자", "67adf5f7adc1f43b0702b826 Description": "전자, 철물 상자", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Tactical pants", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Tactical pants", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Tactical pants", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", - "67d3ed3271c17ff82e0a5b0b Name": "Key case", - "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", - "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", + "67d3ed3271c17ff82e0a5b0b Name": "열쇠 보관함", + "67d3ed3271c17ff82e0a5b0b ShortName": "열쇠", + "67d3ed3271c17ff82e0a5b0b Description": "이 보관함은 창고에서 한 곳에 수많은 열쇠를 보관할 수 있게 도와주어 넘쳐흐르는 열쇠들을 정리할 수 있는 궁극의 해결책입니다.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Road to Military Base V-Ex", " Voip/DisabledForOffline": "오프라인 모드에서는 VOIP 사용이 불가능합니다", " kg": " kg", @@ -14765,9 +15035,9 @@ "4x supersampling": "4x 슈퍼 샘플링", "5070Kills": "사살한 플레이어 수 (레벨 51 ~ 70)", "615ffc701c97c768137e719b Description": "One extra daily task.", - "615ffc701c97c768137e719b Name": "Daily task", + "615ffc701c97c768137e719b Name": "일일 임무", "618035d38012292db3081bf0 Description": "One extra weekly task.", - "618035d38012292db3081bf0 Name": "Weekly task", + "618035d38012292db3081bf0 Name": "주간 임무", "65bd1875c443e7fffb006e83": "티어 1", "65bd187e578fa4a9f503f003": "티어 2", "65bd1882b7378d56ab0817c3": "티어 3", @@ -14784,101 +15054,101 @@ "ACTIVE TASKS": "활성화된 임무", "ADD NOTE": "메모 추가", "ADD/EDIT CONTAINER TAG": "이름표 추가/수정", - "ADDOFFER": "Add offer", + "ADDOFFER": "매물 등록", "ADDTOFAVORITES": "프로필에 표시", "AI amount": "AI 숫자", "AI difficulty": "AI 난이도", "AMD FSR 2.1:": "AMD FSR 2.2:", "AMMO PENETRATION POWER": "관통력", "AMMO PROJECTILE COUNT": "발사체 개수", - "APC/ConfirmDestroyModified": "Are you sure you want to remove the modified equipment?", - "APC/CustomizationTab": "Customization", - "APC/EnterName": "Enter name", + "APC/ConfirmDestroyModified": "정말 개조된 장비를 제거하시겠습니까?", + "APC/CustomizationTab": "커스터마이징", + "APC/EnterName": "이름 입력", "APC/FastAccess": "Quick access", - "APC/Locked": "Locked", - "APC/PurchasedStatesAll": "All", - "APC/ReadyToUlock": "Unlockable", - "APC/Unlocked": "Unlocked", + "APC/Locked": "잠김", + "APC/PurchasedStatesAll": "전체", + "APC/ReadyToUlock": "잠금 해제 가능", + "APC/Unlocked": "잠금 해제됨", "APC/ViewPreset": "View", "APCBar/Defence": "{0}Defense{1}", "APCBar/Firepower": "{0}Firepower{1}", "APCBar/Metascore": "{0}Metascore{1}", "APCBar/Utility": "{0}Utility{1}", "APCBar/Weight": "{0}Weight{1}", - "APCFilter/Ammo": "Ammo", - "APCFilter/Armor": "Body armor", - "APCFilter/ArmorePlate": "Ballistic plates", - "APCFilter/ArmoredFaceCover": "Armored masks", - "APCFilter/ArmoredHeadwear": "Armored headwear", - "APCFilter/ArmoredVest": "Armored vests", - "APCFilter/ArmoredVisors": "Ballistic glasses", - "APCFilter/AssaultCarbine": "Assault carbines", - "APCFilter/AssaultRifles": "Assault rifles", - "APCFilter/AssaultScope": "Assault scopes", - "APCFilter/Auxiliary": "Auxiliary parts", - "APCFilter/Barrel": "Barrels", - "APCFilter/Bipod": "Bipods", - "APCFilter/Charge": "Charging handles", - "APCFilter/Collimator": "Reflex sights", - "APCFilter/CompactCollimator": "Compact reflex sights", - "APCFilter/Drugs": "Pills", + "APCFilter/Ammo": "탄약", + "APCFilter/Armor": "방탄복", + "APCFilter/ArmorePlate": "방탄판", + "APCFilter/ArmoredFaceCover": "방탄 마스크", + "APCFilter/ArmoredHeadwear": "방탄 헬멧", + "APCFilter/ArmoredVest": "방탄 조끼", + "APCFilter/ArmoredVisors": "보안경", + "APCFilter/AssaultCarbine": "돌격카빈", + "APCFilter/AssaultRifles": "돌격소총", + "APCFilter/AssaultScope": "돌격 조준경", + "APCFilter/Auxiliary": "예비 부품", + "APCFilter/Barrel": "총열", + "APCFilter/Bipod": "양각대", + "APCFilter/Charge": "장전 손잡이", + "APCFilter/Collimator": "반사 조준기", + "APCFilter/CompactCollimator": "소형 반사 조준기", + "APCFilter/Drugs": "알약", "APCFilter/FaceCover": "Facewear", "APCFilter/FaceShield": "Face shields", - "APCFilter/FlashHiderComensator": "Flash hiders, Muzzle brakes", - "APCFilter/Foregrip": "Foregrips", - "APCFilter/Functional": "Functional parts", - "APCFilter/Gasblock": "Gas systems", - "APCFilter/Gear": "Gear parts", - "APCFilter/GrenadeLauncher": "Grenade launchers", - "APCFilter/Handguard": "Handguards", - "APCFilter/Hats": "Hats", - "APCFilter/Headphones": "Active headsets", + "APCFilter/FlashHiderComensator": "소염기, 보정기", + "APCFilter/Foregrip": "전방 손잡이", + "APCFilter/Functional": "기능성 부품", + "APCFilter/Gasblock": "가스 시스템", + "APCFilter/Gear": "장비 부품", + "APCFilter/GrenadeLauncher": "유탄발사기", + "APCFilter/Handguard": "총열덮개", + "APCFilter/Hats": "모자", + "APCFilter/Headphones": "액티브 헤드셋", "APCFilter/Headwear": "Headwear", - "APCFilter/IronSight": "Iron sights", - "APCFilter/Laser": "Lasers", - "APCFilter/Launcher": "Underbarrel launchers", - "APCFilter/LightLaser": "Light and laser sights", - "APCFilter/MachineGuns": "Machine guns", - "APCFilter/Magazine": "Magazines", - "APCFilter/MarksmanRifles": "Marksman rifles", - "APCFilter/Master": "Vital parts", - "APCFilter/Medical": "Wound treatment", - "APCFilter/Medkit": "Medkits", - "APCFilter/Melee": "Melee weapons", - "APCFilter/Mount": "Mounts", - "APCFilter/Muzzle": "Muzzle devices", - "APCFilter/MuzzleCombo": "Muzzle adapters", - "APCFilter/OpticScope": "Optics", - "APCFilter/PistolGrip": "Pistol grips", - "APCFilter/Pistols": "Pistols", - "APCFilter/Receiver": "Dust covers, Receivers, Trigger groups", - "APCFilter/SMGs": "Submachine guns", - "APCFilter/Shotguns": "Shotguns", - "APCFilter/Sight": "Sights", - "APCFilter/Silencer": "Suppressors", - "APCFilter/SniperRifles": "Bolt-action rifles", - "APCFilter/SpecialScope": "Special scopes", - "APCFilter/Stimulator": "Injectors", - "APCFilter/Stock": "Buttstocks", - "APCFilter/TacticalCombo": "Combo devices", - "APCFilter/Vest": "Gear rigs", + "APCFilter/IronSight": "기계식 조준기", + "APCFilter/Laser": "레이저", + "APCFilter/Launcher": "총열 하부 발사기", + "APCFilter/LightLaser": "조명 및 레이저 조준기", + "APCFilter/MachineGuns": "기관총", + "APCFilter/Magazine": "탄창", + "APCFilter/MarksmanRifles": "지정사수 소총", + "APCFilter/Master": "핵심 부품", + "APCFilter/Medical": "상처 치료", + "APCFilter/Medkit": "응급 치료 키트", + "APCFilter/Melee": "근접 무기", + "APCFilter/Mount": "마운트", + "APCFilter/Muzzle": "총구 장치", + "APCFilter/MuzzleCombo": "총구 어댑터", + "APCFilter/OpticScope": "광학 조준경", + "APCFilter/PistolGrip": "권총 손잡이", + "APCFilter/Pistols": "권총", + "APCFilter/Receiver": "먼지덮개, 총몸, 방아쇠 뭉치", + "APCFilter/SMGs": "기관단총", + "APCFilter/Shotguns": "산탄총", + "APCFilter/Sight": "조준기", + "APCFilter/Silencer": "소음기", + "APCFilter/SniperRifles": "볼트액션 소총", + "APCFilter/SpecialScope": "특수 조준경", + "APCFilter/Stimulator": "주사기", + "APCFilter/Stock": "개머리판", + "APCFilter/TacticalCombo": "복합 장치", + "APCFilter/Vest": "장비 리그", "APCFilter/Visors": "Eyewear", - "APCFilter/Weapons": "Weapons", - "APCFilters/ArmorPiece": "Armor components", + "APCFilter/Weapons": "무기", + "APCFilters/ArmorPiece": "방어구 부품", "APCMetascoreBarDescription/Defence": "Preset defense bar displays the meta score for all armor elements and items with protective properties", "APCMetascoreBarDescription/Firepower": "Preset firepower bar displays the meta score for your weapon, ammo, and weapon mods", "APCMetascoreBarDescription/Metascore": "Total potential preset power. Displays the sum of the {0}; {1}; {2} bars", "APCMetascoreBarDescription/Utility": "Preset utility bar displays the meta score for medicine, gear rigs, and headsets", "APCMetascoreBarDescription/Weight": "Depending on the weight of the equipment, different debuffs apply.{0}{0}Overweight status applies if you are in the {2}yellow{4} part of the bar:{0}{1}You make more noise{1}Reduced jump height{1}Increased stamina consumption{1}Increased fall damage{1}Reduced movement speed{1}Walking drains stamina{0}{0}Critical status is added to regular Overweight if you are in the {3}red{4} part of the bar:{0}{1}Cannot sprint{1}Reduced max stance height{1}Prone movement consumes stamina{1}Standing stance blocks stamina regain", - "APCTab/Ammo": "Ammo", - "APCTab/Favorite": "Favorites", - "APCTab/Meds": "Meds", - "APCTab/Mods": "Mods", - "APCTab/Weapon": "Weapon", - "APCTab/Wearings": "Gear", - "ARENA/ARMORY/LEVELINGUP": "LEVELING", - "ARENA/ARMORY/LINKS": "LINKS", - "ARENA/MERCHANTS/NOEFTBUTTONTEXT": "Transfer to EFT is unavailable", + "APCTab/Ammo": "탄약", + "APCTab/Favorite": "즐겨찾기", + "APCTab/Meds": "의약품", + "APCTab/Mods": "부품", + "APCTab/Weapon": "무기", + "APCTab/Wearings": "장비", + "ARENA/ARMORY/LEVELINGUP": "레벨", + "ARENA/ARMORY/LINKS": "연관된 부품", + "ARENA/MERCHANTS/NOEFTBUTTONTEXT": "EFT로 전송이 불가능합니다", "ARMOR CLASS": "방탄 등급", "ARMOR POINTS": "장갑 내구도", "ARMOR TYPE": "장갑 종류", @@ -14911,7 +15181,7 @@ "Achievements/Tooltip/Conditions": "목표", "Achievements/Tooltip/Task rewards": "보상", "Acquire map to review infiltration areas and exfiltration points.": "투입 지역 및 탈출구를 찾기 위해 지도를 획득하십시오.", - "ActivateObject": "Plant the device", + "ActivateObject": "장치 설치", "Adaprive sharpen:": "Adaptive sharpen(선명도):", "AddOfferButton{0}/{1}": "Add offer {0}/{1}", "AddTOWISHLIST": "즐겨찾기에 추가", @@ -14960,7 +15230,7 @@ "Apply all": "모두 적용", "ApplyMagPreset": "프리셋 불러오기", "Approx.": "대략.", - "Aquire specific item to proceed infiltration": "침투하려면 특정 아이템이 필요합니다", + "Aquire specific item to proceed infiltration": "Acquire specific item to proceed to infiltration", "Are you sure you want to buy selected items for {0}?": "선택된 물품을 {0}에 구매하시겠습니까?", "Are you sure you want to cancel the transfer? All unsaved items will be lost": "정말로 아이템 이동을 취소하시겠습니까? 저장하지 않은 아이템들은 삭제됩니다.", "Are you sure you want to cancel the transfer? You will be able to return to this process later": "정말로 아이템 이동을 취소하시겠습니까? 나중에 이 작업을 다시 하실 수 있습니다.", @@ -14972,32 +15242,32 @@ "Are you sure you want to insure {0} items?": "선택한 아이템들을 보험에 드시겠습니까?", "Are you sure you want to report {0}?": "정말로 {0} 을(를) 신고하시겠습니까?", "Arena welcome screen description": "Welcome to Arena!\n\nThis is where your character, an operator of a private military company (PMC), will battle other fighters for glory and cash. \n\nDue to the chaos of the conflict, in the city of Tarkov, Norvinsk region, law and order have taken a back seat. This is the place where rich observers have chosen to organize battles where PMCs will fight each other to the last survivor or work as a team to complete a certain objective - which, of course, they will be set by the Masters. \n\nIf you don't own Escape From Tarkov yet, you can purchase the game and transfer all your progress from the Arena there. \nIf you already own Escape From Tarkov, all progress gained in the Arena (experience and skills) will also count for your character in EFT and vice versa - progress in EFT counts for Arena.", - "Arena/Apc/ClearHeader": "Deletion", - "Arena/Apc/ClearMessage": "Delete all items?", - "Arena/Apc/CloseHeader": "Confirmation", - "Arena/Apc/CloseMessage": "Save the changes?", - "Arena/Apc/CopyHeader": "Build copy", - "Arena/Apc/CopyMessage": "Loading the selected build will override the current build. Continue?", - "Arena/Apc/LoadHeader": "Reset", - "Arena/Apc/LoadMessage": "Reset the changes?", - "Arena/Apc/SaveHeader": "Preset saving", - "Arena/Apc/SaveMessage": "Save the changes?", - "Arena/Armory/ItemAlreadyUnlockedErrorDescription": "This Armory item is already unlocked", - "Arena/Armory/ItemAlreadyUnlockedErrorHeader": "Item already unlocked", - "Arena/Armory/ItemNotAvailabeToUnlockErrorDescription": "This item is unavailable to unlock", - "Arena/Armory/ItemNotAvailabeToUnlockErrorHeader": "Unlock unavailable", + "Arena/Apc/ClearHeader": "삭제", + "Arena/Apc/ClearMessage": "모든 아이템을 제거하시겠습니까?", + "Arena/Apc/CloseHeader": "확인", + "Arena/Apc/CloseMessage": "변경사항을 저장 하시겠습니까?", + "Arena/Apc/CopyHeader": "빌드 복사", + "Arena/Apc/CopyMessage": "선택한 빌드를 불러오면 현재 빌드를 덮어씌우게 됩니다. 계속 하시겠습니까?", + "Arena/Apc/LoadHeader": "초기화", + "Arena/Apc/LoadMessage": "변경사항을 초기화 하시겠습니까?", + "Arena/Apc/SaveHeader": "프리셋 저장", + "Arena/Apc/SaveMessage": "변경사항을 저장 하시겠습니까?", + "Arena/Armory/ItemAlreadyUnlockedErrorDescription": "이미 해제된 아이템입니다", + "Arena/Armory/ItemAlreadyUnlockedErrorHeader": "이미 해제된 아이템입니다", + "Arena/Armory/ItemNotAvailabeToUnlockErrorDescription": "잠금 해제할 수 없는 아이템입니다", + "Arena/Armory/ItemNotAvailabeToUnlockErrorHeader": "잠금 해제 불가", "Arena/Armory/ItemNotFoundErrorDescription": "This item was not found", "Arena/Armory/ItemNotFoundErrorHeader": "Item not found", - "Arena/Armory/LevelReward/readyToUlockState": "Ready", - "Arena/Armory/LevelReward/unlockedState": "Ready", + "Arena/Armory/LevelReward/readyToUlockState": "준비", + "Arena/Armory/LevelReward/unlockedState": "준비", "Arena/BigCustomPurchaseInfo/Blocked": "Blocked", - "Arena/BigCustomPurchaseInfo/NotEnoughMoney": "Not enough money", + "Arena/BigCustomPurchaseInfo/NotEnoughMoney": "돈이 부족합니다", "Arena/BigCustomPurchaseInfo/Purchase": "Purchase", "Arena/BlastGang/AtackGoal": "Attackers", "Arena/BlastGang/DefenceGoal": "Defenders", "Arena/BlastGang/ResultScreenOvertime": "Overtime", "Arena/BlastGang/ResultScreenRoundsProgress": "{0} of {1}", - "Arena/BlastGang/ResultScreenSwapSides": "Switching sides", + "Arena/BlastGang/ResultScreenSwapSides": "공수 전환", "Arena/CustomGame/Lobby/cancel invite to friends": "친구 추가 취소", "Arena/CustomGame/Lobby/cancel invite to group": "파티 초대 취소", "Arena/CustomGame/Lobby/invite to friends": "친구 추가", @@ -15015,7 +15285,7 @@ "Arena/CustomGames/Creation/TitleScreen": "방 설정", "Arena/CustomGames/GamesList": "방 목록", "Arena/CustomGames/Guests": "미배정", - "Arena/CustomGames/LastHeroTitle": "Players", + "Arena/CustomGames/LastHeroTitle": "플레이어", "Arena/CustomGames/Lobby/AdditionalSettings": "추가 설정", "Arena/CustomGames/Lobby/Game": "게임", "Arena/CustomGames/Lobby/ServerSettings": "서버", @@ -15046,30 +15316,30 @@ "Arena/CustomGames/toggle/room name": "방 이름", "Arena/CustomGames/toggle/tournament": "토너먼트", "Arena/EndMatchNotification": "당신이 없는 동안 매치가 종료되었습니다", - "Arena/EnterPresetName": "Enter preset name", + "Arena/EnterPresetName": "프리셋 이름을 입력하세요", "Arena/MVP": "MVP", - "Arena/MVP/DamageStatLabel": "Damage dealt to enemies", - "Arena/MVP/DeactivatedBomb": "Deactivated the device", + "Arena/MVP/DamageStatLabel": "적에게 준 피해량", + "Arena/MVP/DeactivatedBomb": "폭탄 해제", "Arena/MVP/DeviceInteractLabel": "Devices planted/deactivated", "Arena/MVP/ExplodedBomb": "Successfully activated the device", - "Arena/MVP/HeadshotsStatLabel": "Headshot kills", - "Arena/MVP/KillsStatLabel": "Enemies killed", - "Arena/MVP/MaxKillStreakStatLabel": "Highest kill streak", + "Arena/MVP/HeadshotsStatLabel": "헤드샷 킬", + "Arena/MVP/KillsStatLabel": "사살한 적", + "Arena/MVP/MaxKillStreakStatLabel": "가장 높은 연속 사살 횟수", "Arena/MVP/ObjectiveCaptureLabel": "Objectives captured", - "Arena/MVP/PointCaptured": "Captured the objective", + "Arena/MVP/PointCaptured": "목표 점령하기", "Arena/MVP/PointCapturedCheckpoint": "Captured most objectives", "Arena/MVP/RoundMVPLabel": "Round MVPs received", - "Arena/MVP/TeamDefenseKilled": "Highest kill count", - "Arena/MVP/TeamKilled": "Highest kill count", + "Arena/MVP/TeamDefenseKilled": "최다 킬 수", + "Arena/MVP/TeamKilled": "최다 킬 수", "Arena/MVP/TechnicalWin": "For good behavior", - "Arena/MainQuestLabel": "Main task", + "Arena/MainQuestLabel": "주 임무", "Arena/Matching/CustomGames": "커스텀 게임", "Arena/Notification/Selection/Blocked": "프리셋 구매가 막혀있습니다", "Arena/OnCancelMatch": "로딩 문제로 인해 매칭이 취소되었습니다", - "Arena/OnCancelMatch/Group": "Matching canceled due to group member having loading issues", - "Arena/OnCancelMatch/NoServer": "Could not find an available server. Please try later.", - "Arena/Popup/Quests/FreeRefresh {0}": "Free {0}", - "Arena/Popup/RefreshDailyQuest {0}": "Task replacement / {0}", + "Arena/OnCancelMatch/Group": "파티원에게 문제가 발생하여 매칭이 취소되었습니다", + "Arena/OnCancelMatch/NoServer": "이용 가능한 서버를 찾지 못했습니다. 나중에 다시 시도해주세요.", + "Arena/Popup/Quests/FreeRefresh {0}": "무료 {0}", + "Arena/Popup/RefreshDailyQuest {0}": "임무 교체 / {0}", "Arena/Popups/ReceivePackage": "RECEIVE PACKAGE / TARKOV", "Arena/Popups/TwitchDropsHeader": "선물 코드 입력", "Arena/Preset/Tooltip/Tab/6": "Various unique collectible presets.", @@ -15115,7 +15385,7 @@ "Arena/TeamColor/fuchsia_plural": "핑크", "Arena/TeamColor/green": "그린", "Arena/TeamColor/green_plural": "그린", - "Arena/TeamColor/grey": "Grey", + "Arena/TeamColor/grey": "그레이", "Arena/TeamColor/red": "레드", "Arena/TeamColor/red_plural": "레드", "Arena/TeamColor/white": "화이트", @@ -15138,9 +15408,9 @@ "Arena/Tooltip/MinMapCount {0}": "여러개의 맵을 선택하세요. 최소 {0} 개의 맵을 선택해야 합니다", "Arena/UI/APCConditionsUncompleted": "Conditions are not met", "Arena/UI/APCItemBuyCaption": "Item unlock", - "Arena/UI/APCItemBuyDescription": "Purchase the item?", - "Arena/UI/APCItemGetDescription": "Receive item?", - "Arena/UI/APCItemNoMoneyDescription": "Not enough money", + "Arena/UI/APCItemBuyDescription": "구매 하시겠습니까?", + "Arena/UI/APCItemGetDescription": "수령 하시겠습니까?", + "Arena/UI/APCItemNoMoneyDescription": "돈이 부족합니다", "Arena/UI/APCPreviousSLotLocked": "Previous slot is locked.", "Arena/UI/Awaiting-Players": "다른 플레이어를 기다리는 중", "Arena/UI/BasePreset": "기본 프리셋", @@ -15168,38 +15438,38 @@ "Arena/UI/Selection/Blocked": "Preset taken", "Arena/UI/Waiting": "대기 중...", "Arena/Ui/ServerFounding": "서버 찾는 중...", - "Arena/Widgets/Event/activating object": "Planting the device", - "Arena/Widgets/Event/can activate object": "Plant the device", - "Arena/Widgets/Event/deactivate object": "Deactivate the device", - "Arena/Widgets/Event/deactivating object": "Deactivating the device", - "Arena/Widgets/Event/defend object": "Defend the device", - "Arena/Widgets/Event/pickup object": "Pick up the device", - "Arena/Widgets/Observer/capture point": "목표 확보하기", + "Arena/Widgets/Event/activating object": "장치 설치중", + "Arena/Widgets/Event/can activate object": "장치 설치", + "Arena/Widgets/Event/deactivate object": "장치 해체", + "Arena/Widgets/Event/deactivating object": "장치 해체중", + "Arena/Widgets/Event/defend object": "장치 보호하기", + "Arena/Widgets/Event/pickup object": "장치 줍기", + "Arena/Widgets/Observer/capture point": "목표 점령하기", "Arena/Widgets/Observer/contesting point": "목표에서 경쟁 중", "Arena/Widgets/Observer/eliminate team": "청소부들이 진입합니다!", "Arena/Widgets/Observer/kill all enemies": "상대 팀을 섬멸하세요", "Arena/Widgets/Observer/{0} team capturing point": "{0} 팀이 목표를 확보하는 중", "Arena/Widgets/Observer/{0} team win": "{0} 팀 승리", - "Arena/Widgets/activate object": "Plant the device", + "Arena/Widgets/activate object": "장치 설치", "Arena/Widgets/additional time": "추가 시간", - "Arena/Widgets/ally captured point": "우리 팀이 목표를 확보했습니다", + "Arena/Widgets/ally captured point": "우리 팀이 목표를 점령했습니다", "Arena/Widgets/ally capturing point": "우리 팀이 목표를 확보하는 중", - "Arena/Widgets/capture point": "목표 확보하기", - "Arena/Widgets/capture point hold": "Capture and hold the objectives", + "Arena/Widgets/capture point": "목표 점령하기", + "Arena/Widgets/capture point hold": "목표 점령 후 유지", "Arena/Widgets/contesting point": "목표에서 경쟁 중", - "Arena/Widgets/deactivate object": "Deactivate the device", - "Arena/Widgets/defend object": "Defend the device", + "Arena/Widgets/deactivate object": "장치 해제", + "Arena/Widgets/defend object": "장치 보호하기", "Arena/Widgets/died": "사망함", "Arena/Widgets/draw": "무승부", "Arena/Widgets/eliminate team": "청소부들이 진입합니다!", "Arena/Widgets/end time": "시간 초과", - "Arena/Widgets/enemy captured point": "Enemy team captured the objective", + "Arena/Widgets/enemy captured point": "적 팀이 목표를 점령했습니다", "Arena/Widgets/enemy capturing point": "적 팀이 목표를 확보하는 중", "Arena/Widgets/final lasthero": "Battle over", "Arena/Widgets/goal lasthero": "Eliminate all enemies", "Arena/Widgets/kill all enemies": "Eliminate the enemy team", "Arena/Widgets/killed": "killed", - "Arena/Widgets/killed himself": "commited suicide", + "Arena/Widgets/killed himself": "자살함", "Arena/Widgets/main time": "Main time", "Arena/Widgets/match": "Match", "Arena/Widgets/match draw": "Match draw", @@ -15211,7 +15481,7 @@ "Arena/Widgets/round lose": "라운드 패배", "Arena/Widgets/round start in": "라운드 시작까지", "Arena/Widgets/round win": "라운드 승리", - "Arena/Widgets/skip text": "Skip", + "Arena/Widgets/skip text": "건너뛰기", "Arena/Widgets/tarkov": "타르코프", "Arena/Widgets/unranked": "언랭크 모드", "Arena/Widgets/wait next round": "다음 라운드를 준비하세요", @@ -15221,32 +15491,32 @@ "Arena/Widgets/{0} team win": "{0} 팀 승리", "Arena/popups/leadership for random player": "Leadership will be transferred to a random remaining player", "Arena/popups/you stay leader": "You will stay the group leader", - "Arena/presets/footer/not ready": "NOT READY", - "Arena/presets/footer/ready": "READY", + "Arena/presets/footer/not ready": "준비 안됨", + "Arena/presets/footer/ready": "준비", "ArenaArmoryItemReward/Description": "Unlocks item in Armory", - "ArenaArmoryScreen/TutorialButton": "Tutorial", + "ArenaArmoryScreen/TutorialButton": "튜토리얼", "ArenaIntoxication": "맹독", "ArenaMemberCategory/UniqueID": "Ryzhy Edition", "ArenaPostMatchScreen/DailyExpBonus {0}": "일일 첫 승리 보너스: {0}", - "ArenaPresetCustomizationScreen/Delete": "Delete preset", + "ArenaPresetCustomizationScreen/Delete": "프리셋 삭제", "ArenaPresetCustomizationScreen/DownloadTo": "Load preset as template", "ArenaPresetCustomizationScreen/Favorite": "Add preset to Favorites", "ArenaPresetCustomizationScreen/HighlightToggle": "Display item compatibility", - "ArenaPresetCustomizationScreen/Save": "Save preset", + "ArenaPresetCustomizationScreen/Save": "프리셋 저장", "ArenaPresetCustomizationScreen/StepBack": "Revert changes", - "ArenaPresetCustomizationScreen/TutorialButton": "Tutorial", + "ArenaPresetCustomizationScreen/TutorialButton": "튜토리얼", "ArenaPresetViewScreen/CurrentRankPreset": "현재 랭크 프리셋", "ArenaPresetViewScreen/base": "Base", "ArenaPresetViewScreen/exp_progress": "Preset EXP progress", "ArenaPresetViewScreen/need_unlock": "Preset unlock required", "ArenaPresetViewScreen/unlocked": "Requirements fulfilled", - "ArenaQuestReroll/IsChangeNotAllowed": "Cannot replace this task", - "ArenaQuestReroll/NotHaveMoney": "Not enough money to replace this task", - "ArenaQuestReroll/NotHaveMoneyAndStanding": "Not enough standing and money to replace this task", - "ArenaQuestReroll/NotHaveStanding": "Not enough standing to replace this task", + "ArenaQuestReroll/IsChangeNotAllowed": "이 임무를 교체할 수 없습니다", + "ArenaQuestReroll/NotHaveMoney": "임무 교체를 위한 돈이 부족합니다", + "ArenaQuestReroll/NotHaveMoneyAndStanding": "임무 교체를 위한 우호도와 돈이 부족합니다", + "ArenaQuestReroll/NotHaveStanding": "임무 교체를 위한 우호도가 부족합니다", "ArenaRaidInviteDescription": "{0} 님이 당신을 전투에 초대했습니다", - "ArenaTraderScreen/QuestTab/AnyGameMode": "Any game mode", - "ArenaTraderScreen/QuestTab/GameModesBlockTitle": "Game mode(s)", + "ArenaTraderScreen/QuestTab/AnyGameMode": "Any mode", + "ArenaTraderScreen/QuestTab/GameModesBlockTitle": "게임 모드", "ArenaTraderScreen/QuestTab/LocationsBlockTitle": "Locations", "ArenaTraderScreen/QuestTab/MultiplyGameModes": "Multiple game modes", "ArenaUI/BattleMenu/ForbiddenQuitWarning": "정말로 게임에서 일찍 나가시겠습니까?", @@ -15310,30 +15580,30 @@ "Armor Zone SpineTop": "등 위쪽", "ArmorVest": "방탄복\n", "ArmoryCondition/ArenaArmoryProgression": "Reach weapon level {0} with:", - "ArmoryCondition/ArenaRank": "Rank", - "ArmoryCondition/CompletedDailyQuests": "Complete daily tasks:", - "ArmoryCondition/CompletedWeeklyQuests": "Complete weekly tasks:", + "ArmoryCondition/ArenaRank": "랭크", + "ArmoryCondition/CompletedDailyQuests": "완료한 일일 임무:", + "ArmoryCondition/CompletedWeeklyQuests": "완료한 주간 임무:", "ArmoryCondition/HideoutAreaLevel": "Reach Hideout level:", "ArmoryCondition/ProfileLevel": "Reach level:", "ArmoryCondition/QuestStatus": "Complete task:", "ArmoryCondition/Side": "Available only to:", "ArmoryCondition/TraderLoyaltyLevel": "Reach {0} loyalty level:", - "ArmoryCondition/TraderStanding": "Reach {0} standing:", + "ArmoryCondition/TraderStanding": "우호도 {0} 도달:", "ArmoryCondition/UnlockedAchievements": "Earn achievement:", "ArmoryCondition/UnlockedArenaArmoryItems": "Unlock item in Armory:", - "ArmoryTutor/Complete": "Finish tutorial", - "ArmoryTutor/LevelsDescription": "When fighting in the Arena, you level up your weapons.\nEach level unlocks weapon attachments that improve the weapon's stats.", - "ArmoryTutor/LevelsTipDescription": "Don't forget to claim your weapon level rewards.", - "ArmoryTutor/LevelsTitle": "Weapon levels", - "ArmoryTutor/LinkedDescription": "Link search will help you explore the connections between items.\nFor weapons, it's attachments, ammo and magazines, and for armor, it's ballistic plates.", - "ArmoryTutor/LinkedTipDescription": "Unlocked attachments are available on any compatible weapon.", - "ArmoryTutor/LinkedTitle": "Links", - "ArmoryTutor/UnlockDescription": "You can buy items for roubles and GP Coins.\nTo buy some items you need to fulfill special conditions,\nsuch as completing daily tasks or reaching a certain profile level.", - "ArmoryTutor/UnlockTipDescription": "GP Coins can be earned for completing operational tasks given by Ref.", - "ArmoryTutor/UnlockTitle": "Unlocking items", - "ArmoryTutor/WelcomeDescription": "This is where you will find all the items to customize your character", - "ArmoryTutor/WelcomeStart": "Start", - "ArmoryTutor/WelcomeTitle": "Welcome to the Armory", + "ArmoryTutor/Complete": "튜토리얼 완료", + "ArmoryTutor/LevelsDescription": "아레나에서 전투를 하면 당신의 무기를 레벨업 할 수 있습니다.\n무기의 레벨마다 해당 무기를 개조할 수 있는 부품이 잠금해제됩니다.", + "ArmoryTutor/LevelsTipDescription": "무기 레벨 보상을 획득하는 걸 잊지 마세요.", + "ArmoryTutor/LevelsTitle": "무기 레벨", + "ArmoryTutor/LinkedDescription": "연관된 부품 탭에서 선택한 아이템과 호환되는 다양한 물건들을 찾을 수 있습니다.\n무기를 대상으로 하면, 부품, 총알, 탄창 등을 찾을 수 있고,\n방어구를 대상으로 하면 호환되는 방탄판들을 찾을 수 있습니다.", + "ArmoryTutor/LinkedTipDescription": "잠금해제된 부품은 호환되는 모든 다른 무기에 사용할 수 있습니다.", + "ArmoryTutor/LinkedTitle": "연관된 부품", + "ArmoryTutor/UnlockDescription": "루블과 GP 코인으로 아이템을 구입할 수 있습니다.\n일부 아이템은 구입하기 위해 일일 임무 완료 또는\n특정 레벨에 도달하는 등의 특별한 조건을 달성해야 합니다.", + "ArmoryTutor/UnlockTipDescription": "GP 코인은 레프(Ref)가 주는 임무를 완료하면 획득할 수 있습니다.", + "ArmoryTutor/UnlockTitle": "아이템 잠금해제", + "ArmoryTutor/WelcomeDescription": "이곳에서 당신의 캐릭터를 커스터마이징 할 수 있습니다", + "ArmoryTutor/WelcomeStart": "시작", + "ArmoryTutor/WelcomeTitle": "무기고에 오신 것을 환영합니다", "Aspect ratio:": "종횡비:", "Assault": "돌격소총", "AssaultCarbine Mastering": "돌격카빈", @@ -15460,7 +15730,7 @@ "CHANGE TURNING SPEED": "회전 속도 변화", "CHECKHIM": "그놈을 확인해", "CHECKMAGAZINE": "탄창 확인", - "CIRCLEOFCULTISTS": "Cultist Circle", + "CIRCLEOFCULTISTS": "광신도 제단", "CLEAR": "CLEAR", "CLONE": "복제", "CLOTHING UNLOCK": "의류 잠금 해제", @@ -15531,7 +15801,7 @@ "Charisma": "카리스마", "CharismaAdditionalDailyQuests": "일일/주간 임무 1개 추가", "CharismaBuff1": "상인에게 환전 시 가격 [{0:0.#%}] 할인", - "CharismaBuff2": "상인 우호도 획득량 [{0:0.#%}] 증가", + "CharismaBuff2": "상인 우호도 [{0:0.#%}] 증가", "CharismaDailyQuestsRerollDiscount": "일일/주간 퀘스트 새로고침 비용 [{0:0.#%}] 감소", "CharismaDescription": "[Charisma]\n카리스마가 오를수록 다양한 서비스들을 할인받을 수 있습니다.", "CharismaEliteBuff1": "최신 거래 소식을 가장 먼저 접할 수 있습니다.", @@ -15575,17 +15845,17 @@ "ClothingItem/Preview": "미리보기", "ClothingItem/Purchase": "구매 가능", "ClothingItem/Unavailable": "구매 불가능", - "ClothingPanel/Available_both_games": "Available both in EFT and Arena", - "ClothingPanel/Available_only_arena": "Available only in Arena", + "ClothingPanel/Available_both_games": "EFT와 아레나 겸용", + "ClothingPanel/Available_only_arena": "아레나 전용", "ClothingPanel/ExternalObtain": "웹사이트에서 구매 가능", "ClothingPanel/InternalObtain": "Trader purchase conditions:", "ClothingPanel/LoyaltyLevel": "상인\n우호도 레벨:", "ClothingPanel/PlayerLevel": "플레이어\n레벨:", - "ClothingPanel/RequiredAchievements": "Achievement:", + "ClothingPanel/RequiredAchievements": "도전과제:", "ClothingPanel/RequiredPayment": "필요한\n금액:", "ClothingPanel/RequiredQuest": "완료해야 하는\n임무:", "ClothingPanel/RequiredSkill": "필요한\n스킬:", - "ClothingPanel/StandingLevel": "상인\n평판:", + "ClothingPanel/StandingLevel": "상인\n우호도:", "CloudinessType/Clear": "맑음", "CloudinessType/Cloudy": "흐림", "CloudinessType/CloudyWithGaps": "구름 보통", @@ -15613,8 +15883,8 @@ "Collider Type LeftThigh": "왼다리, 허벅지", "Collider Type LeftUpperArm": "왼팔, 어깨", "Collider Type LowerBack": "복부, 아래쪽 등", - "Collider Type NeckBack": "흉부, 목 뒤쪽", - "Collider Type NeckFront": "흉부, 목 앞쪽", + "Collider Type NeckBack": "Thorax, Neck", + "Collider Type NeckFront": "Thorax, Throat", "Collider Type ParietalHead": "머리, 윗머리", "Collider Type Pelvis": "복부, 골반", "Collider Type PelvisBack": "복부, 엉덩이", @@ -15638,7 +15908,7 @@ "Colorfulness:": "색채:", "Combat": "전투", "ComeWithMeGesture": "Follow me", - "Commission": "Commission", + "Commission": "의뢰", "Common stats": "일반 통계", "CommonValue": "창고에 있는 모든 아이템의 가치", "Compass": "나침반", @@ -15668,7 +15938,7 @@ "Copy to clipboard": "클립보드로 복사", "CopyId": "ID 복사", "Corpse": "시체", - "CounterTag/FenceStanding": "평판 변화 총합", + "CounterTag/FenceStanding": "우호도 변화 총합", "CovertMovement": "은밀한 움직임", "CovertMovementDescription": "[Covert Movement]\n\"은밀한 움직임\" 기술은 발소리를 더 조용하게 만들어주고 소리가 퍼져나가는 반경을 줄여줍니다.", "CovertMovementElite": "은밀하게 움직일 때 바닥의 재질과 상관없이 조용하게 움직입니다", @@ -15695,7 +15965,7 @@ "Current location:": "현재 지역:", "Custom/Description": "Custom Game\nIn this mode, you can create a match according to your own rules or join an existing room.\nProgress made in this game mode is not saved!", "CustomPresetsTutor/ClassAssaultDescription": "A versatile class balancing offense and defense", - "CustomPresetsTutor/ClassAssaultTitle": "Assault", + "CustomPresetsTutor/ClassAssaultTitle": "어썰트", "CustomPresetsTutor/ClassDescription": "Available preset classes:", "CustomPresetsTutor/ClassInfo": "Each class has different metascore limits. Equip your preset with weapons, \nammunition, armor, and medical supplies so that each of the bars is within the green zone.", "CustomPresetsTutor/ClassMPHigh": "upper limit", @@ -15706,11 +15976,11 @@ "CustomPresetsTutor/ClassSniperDescription": "A specialist class that fights at long distances", "CustomPresetsTutor/ClassSniperTitle": "Marksman", "CustomPresetsTutor/ClassSqbDescription": "A defensive class with great variability in body and head protection", - "CustomPresetsTutor/ClassSqbTitle": "Enforcer", + "CustomPresetsTutor/ClassSqbTitle": "인포서", "CustomPresetsTutor/ClassTitle": "Class system and preset meta score", "CustomPresetsTutor/Complete": "Start building", "CustomPresetsTutor/ConsumeDescription": "Preset utility bar displays the meta score for medicine, gear rigs, and headsets.", - "CustomPresetsTutor/ConsumeTipDescription": "Don't forget to add consumables to the quick access panel.", + "CustomPresetsTutor/ConsumeTipDescription": "소모품들을 퀵슬롯에 추가하는 걸 잊지 마세요.", "CustomPresetsTutor/ConsumeTitle": "Meta score bars. Utility", "CustomPresetsTutor/DefenceDescription": "Preset defense bar displays the meta score for all armor elements and items with protective properties. \nYou can swap ballistic plates, and add or remove extra protection attachments from helmets.", "CustomPresetsTutor/DefenceTipDescription": "You can change the ballistic plates in body armor and plate carriers. Helmets can be equipped with visors.", @@ -15721,10 +15991,10 @@ "CustomPresetsTutor/MPDescription": "Meta score is a universal performance rating for items in EFT:Arena. \nEach piece of equipment has its own meta score.", "CustomPresetsTutor/MPTipDescription": "It's best not to skip this tutorial.", "CustomPresetsTutor/MPTitle": "Meta score", - "CustomPresetsTutor/Skip": "Skip", - "CustomPresetsTutor/TipTitle": "Quick tip!", + "CustomPresetsTutor/Skip": "건너뛰기", + "CustomPresetsTutor/TipTitle": "추가 팁!", "CustomPresetsTutor/WelcomeDescription": "Here you will learn the basic mechanics of creating your own presets \nand how to build the most effective preset for your matches.", - "CustomPresetsTutor/WelcomeStart": "Start", + "CustomPresetsTutor/WelcomeStart": "시작하기", "CustomPresetsTutor/WelcomeTitle": "Welcome to Custom Presets", "Custom_scav_pmc": "Boiler Room Basement (Co-op)", "CustomizationDirectReward/Description": "You will unlock this style as a reward", @@ -15775,15 +16045,15 @@ "Daily/Stat/Total": "임무 완료한 횟수", "Daily/Stat/VeryEasy": "\"매우 쉬운\" 임무 완료 횟수", "Daily/Stat/VeryHard": "\"매우 어려운\" 임무 완료 횟수", - "DailyQuestName/ArenaWinMatch": "Win a match", - "DailyQuestName/ArenaWinRound": "Win a round", + "DailyQuestName/ArenaWinMatch": "매치 승리", + "DailyQuestName/ArenaWinRound": "라운드 승리", "DailyQuestName/Completion": "물건 전달 임무", "DailyQuestName/Elimination": "사살 임무", "DailyQuestName/Exploration": "지역 탈출 임무", "DailyQuestName/PickUp": "레이드에서 구해오기", "DailyQuests": "일일/주간 임무", "DamageModifier": "받은 피해량 (머리 제외)", - "DamageType_Artillery": "82mm mortar round", + "DamageType_Artillery": "82mm 박격포탄", "DamageType_Barbed": "철조망", "DamageType_Bloodloss": "출혈", "DamageType_Blunt": "충격(Blunt) 피해", @@ -15870,7 +16140,7 @@ "Disable legs stamina": "다리 스태미나 비활성화", "Disable overload": "과적 비활성화", "Disable water and food consumption": "수분 및 에너지 소모 비활성화", - "DisableGameFramerateLimit": "Disable game FPS limit", + "DisableGameFramerateLimit": "게임 FPS 제한 끄기", "Disable_traps": "Disable traps", "Disabled": "비활성화", "DisbandGroup": "파티 해체", @@ -15883,7 +16153,7 @@ "Do you really want to delete dialog with user: {0}?": "정말 {0} 이 대화를 삭제하시겠습니까?", "Dogtag": "인식표", "Don't allow to add me": "친구 추가 요청받지 않기", - "Donate": "Sacrifice", + "Donate": "제물 바치기", "Dorms V-Ex": "Dorms V-Ex", "Draw": "무승부", "DrawElite": "스태미나 상태와 관계없이 처음 3초 동안 안정적으로 조준 가능", @@ -15916,21 +16186,21 @@ "EAntialiasingMode/None": "끄기", "EAntialiasingMode/TAA_High": "TTA 높음", "EAntialiasingMode/TAA_Low": "TAA", - "EAreaType/CircleOfCultists/Tooltip": "Cultist Circle bonuses\n\nThe value of each sacrificed item is added up. This total determines the value of items received as a Gift from the cultists.\n\nIf the value of a single sacrifice is above a certain threshold, there is a chance to receive items needed for active tasks and unfinished Hideout zones.\n\nThe value of the Gifts is further increased by the bonuses.\n\nThe cultists cannot deliver their Gift while you are in the Hideout.\n\nBonuses:\n— Sacrificing a Sacred Amulet increases the Gift's value by {0}%\n— The Hideout Management skill increases the bonus of Sacred Amulet", + "EAreaType/CircleOfCultists/Tooltip": "광신도 제단 보너스\n\n제단에 바쳐진 아이템들의 가치를 합산하여 광신도들에게서 선물로 받을 아이템의 가치를 결정합니다.\n\n한 번 바칠 때 합산된 가치가 특정 기준을 초과하면, 진행 중인 임무나 미완성된 은신처 시설들에 필요한 아이템을 받을 가능성도 있습니다.\n\n보너스에 따라 선물의 가치가 더욱 증가합니다.\n\n당신이 은신처에 있는 동안에는 광신도들이 선물을 줄 수 없습니다.\n\n보너스:\n— 성스러운 부적(Sacred Amulet)을 제단에 바치면 선물의 가치가 {0}% 증가합니다.\n— 은신처 관리(Hideout Management) 스킬은 성스러운 부적의 보너스 효과를 증가시킵니다.", "EAreaType/EquipmentPresetsStand/Tooltip": "The rack can be equipped with any gear. \n\nIn the presets menu, you can equip gear from one of the mannequins or exchange the gear already equipped by your PMC for the mannequin's gear. \n\nPouch items and special slot items do not apply to equipping and exchanging.", "EAreaType/PlaceOfFame/Tooltip": "Gaining bonuses for PMC dogtags.\n\nBonuses are given for dogtags of PMC players who are:\n- Of the opposing faction;\n- Not in your friend list;\n- Not in your group at the time of the kill.\n\nEach dogtag level brings a {0}% bonus\nMaximum bonus for one dogtag is {1}%", "EArenaClothingSortingType/All": "All", "EArenaClothingSortingType/PurchaseAvailable": "Available for purchase", "EArenaClothingSortingType/Purchased": "Purchased", "EArenaClothingSortingType/Unavailable": "Unavailable", - "EArenaPresetClass/Assault": "Assault", - "EArenaPresetClass/CQB": "Enforcer", + "EArenaPresetClass/Assault": "어썰트", + "EArenaPresetClass/CQB": "인포서", "EArenaPresetClass/Marksman": "Marksman", "EArenaPresetClass/Scout": "Scout", "EArenaPresetClass/collection": "COLLECTION", "EArenaPresetsListType/Base": "Standard", "EArenaPresetsListType/Custom": "Custom", - "EAutoAddToWishlist/AllHideout": "Favorite crafting recipes and Hideout zones", + "EAutoAddToWishlist/AllHideout": "Favorite recipes + zone upgrades", "EAutoAddToWishlist/Disabled": "Disabled", "EAutoAddToWishlist/Recipes": "Favorite crafting recipes", "EAutoAddToWishlist/Zones": "Hideout zone upgrade items", @@ -15949,8 +16219,8 @@ "EBackendErrorCode/PlayerAlreadyLookingForGame": "플레이어가 매칭 중입니다", "EBackendErrorCode/PlayerForbiddenGroupInvites": "플레이어가 파티 초대를 차단한 상태입니다", "EBackendErrorCode/PlayerInRaid": "플레이어가 이미 레이드에 들어가있는 상태입니다", - "EBackendErrorCode/PlayerIsInPveMode": "Player is in PVE mode.", - "EBackendErrorCode/PlayerIsInRegularMode": "Player is in PVP mode.", + "EBackendErrorCode/PlayerIsInPveMode": "Player is in PvE mode", + "EBackendErrorCode/PlayerIsInRegularMode": "Player is in PvP mode", "EBackendErrorCode/PlayerIsNotSearchingForGroup": "플레이어가 파티를 찾지 않고 있습니다", "EBackendErrorCode/PlayerIsOffline": "플레이어가 오프라인 상태입니다", "EBackendErrorCode/PlayerNotInGroup": "플레이어가 파티에 없습니다", @@ -15979,11 +16249,11 @@ "ECoopBlock/OnlineUnavailable": "이 계정에서는 이용할 수 없습니다", "ECoopBlock/PveGameMode": "Co-op mode is unavailable in PVE mode.", "ECustomizationItemCategory/Clothing": "Tactical clothing", - "ECustomizationItemCategory/DogTag": "Dogtag", - "ECustomizationItemCategory/Environment": "Main menu background", + "ECustomizationItemCategory/DogTag": "인식표", + "ECustomizationItemCategory/Environment": "메인 메뉴 바탕화면", "ECustomizationItemCategory/Gesture": "Gesture", "ECustomizationItemCategory/Head": "Character appearance", - "ECustomizationItemCategory/Hideout": "Hideout customization", + "ECustomizationItemCategory/Hideout": "은신처 꾸미기", "ECustomizationItemCategory/MannequinPose": "Mannequin pose", "ECustomizationItemCategory/Voice": "Character voice", "EDIT": "수정", @@ -16032,32 +16302,32 @@ "EFT/UI/TRADING/ARENAEFTITEMSTRANSFER": "ITEM TRANSFER", "EFT/UI/TRADING/ARENAEFTTRANSFER/ARENANOTPURCHASED": "An active EFT: Arena profile is required to transfer items", "EFT/UI/Trading/ArenaEftTransfer/ArenaEftItemsTransfer": "Items transfer", - "EFT/UI/Trading/ArenaEftTransfer/CancelTransfer": "Cancel transfer", + "EFT/UI/Trading/ArenaEftTransfer/CancelTransfer": "전송 취소", "EFT/UI/Trading/ArenaEftTransfer/CannotTransferToArena": "Unable to transfer to Arena", - "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/ArenaNotPurchased": "Arena not purchased", + "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/ArenaNotPurchased": "아레나를 구매하지 않았습니다", "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/LimitExhausted": "Transfer limit exhausted", "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/NotEnoughMoneyForTax": "Not enough money to cover the fee", "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/ServiceUnavaliable": "Transfer unavailable", "EFT/UI/Trading/ArenaEftTransfer/NoArenaSyncButtonText": "No connection with Arena! Retry in {0}", - "EFT/UI/Trading/ArenaEftTransfer/TimeLetfToCancelTransfer": "Time left to cancel transfer:", + "EFT/UI/Trading/ArenaEftTransfer/TimeLetfToCancelTransfer": "전송 취소까지 남은 시간:", "EFT/UI/Trading/ArenaEftTransfer/Transfertoarena": "Transfer to Arena", "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/CharismaBonus": "charisma bonus", "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/Header": "Fee calculation", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/ItemTransfer": "Item transfer", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/MoneyTransfer": "Money transfer", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/StandingBonus": "standing bonus", - "EFT/UI/Trading/Arenaefttransfer/Dailytansferlimit": "Daily limit", - "EFT/UI/Trading/Arenaefttransfer/Dailytransferlimit": "Daily limit", - "EFT/UI/Trading/Arenaefttransfer/Storage": "Stash", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/ItemTransfer": "아이템 전송", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/MoneyTransfer": "재화 전송", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/StandingBonus": "우호도 보너스", + "EFT/UI/Trading/Arenaefttransfer/Dailytansferlimit": "일일 제한", + "EFT/UI/Trading/Arenaefttransfer/Dailytransferlimit": "일일 제한", + "EFT/UI/Trading/Arenaefttransfer/Storage": "창고", "EFT/UI/Trading/Arenaefttransfer/Timelefttoresetlimit": "Time until limits reset", "EFT/UI/Trading/Arenaefttransfer/Timeletftoresetlimit": "Time until limits reset", - "EFT/UI/Trading/Arenaefttransfer/Transfertax": "Commission", + "EFT/UI/Trading/Arenaefttransfer/Transfertax": "수수료", "EFenceStandingSource/AggressorKill": "스캐브 도움", "EFenceStandingSource/BossHelp": "보스 지원", "EFenceStandingSource/BossKill": "보스 사살로 인한 패널티", "EFenceStandingSource/CoopExit": "PMC / SCAV 협동 탈출", "EFenceStandingSource/ExitStanding": "탈출로 인한 펜스 우호도 획득", - "EFenceStandingSource/PmcBotKill": "Scav assistance", + "EFenceStandingSource/PmcBotKill": "스캐브 지원", "EFenceStandingSource/ScavKill": "스캐브 사살로 인한 패널티", "EFencestandingsource/scavhelp": "스캐브 돕기", "EFencestandingsource/traitorKill": "배신자 사살", @@ -16082,11 +16352,11 @@ "EMatchingStatus/GroupPlayer": "오직 파티장만이 게임을 시작할 수 있습니다", "EMatchingStatus/NotEnoughPlayers": "시작하려면 더 많은 플레이어가 필요합니다", "EMatchingStatus/NotReady": "레이드를 시작하려면 모든 플레이어가 준비된 상태여야 합니다", - "EMemberCategory/Default": "Default", - "EMemberCategory/Developer": "Developer", - "EMemberCategory/Emissary": "Emissary", - "EMemberCategory/Sherpa": "Sherpa", - "EMemberCategory/Unheard": "The Unheard Edition", + "EMemberCategory/Default": "기본", + "EMemberCategory/Developer": "개발자", + "EMemberCategory/Emissary": "특사", + "EMemberCategory/Sherpa": "셰르파", + "EMemberCategory/Unheard": "The Unheard 에디션", "EMemberCategory/UniqueId": "Edge of Darkness", "ENEMY": "ENEMY", "ENEMYDOWN": "ENEMY DOWN", @@ -16107,10 +16377,10 @@ "EPanelType/Production": "Production:", "EPressType/Continuous": "계속 누를 때", "EPressType/DoubleClick": "더블 클릭할 때", - "EPressType/Press": "한번 누를 때", + "EPressType/Press": "누를 때", "EPressType/Release": "눌렀다 뗄 때", "EQUIP": "착용하기", - "EQUIPMENTPRESETSSTAND": "Gear Rack", + "EQUIPMENTPRESETSSTAND": "장비 거치대", "EQteActivityType/Gym": "운동하기", "ERGONOMICS": "인체 공학", "ERewardType/CustomizationDirect": "Customization", @@ -16136,20 +16406,20 @@ "EScavLockReason/ScavNotReadyGroup": "\b파티원이 스캐브로 레이드를 시작할 수 없는 상태입니다", "ESessionMode/Pve": "PVE ZONE", "ESessionMode/Regular": "PVP ZONE", - "EStatGroupId/StandingStats": "평판", + "EStatGroupId/StandingStats": "우호도", "EStatQuestType/BringItemToTrader": "물건 전달 임무", "EStatQuestType/Eliminate": "사살하기", "EStatQuestType/SurviveOnLocation": "지역 탈출 임무", "ETraderServiceType/BtrBotCover": "엄호 사격", "ETraderServiceType/BtrItemsDelivery": "창고로 아이템 옮기기", "ETraderServiceType/PlayerTaxi": "택시", - "EWishlistGroup/Equipment": "Equipment", - "EWishlistGroup/Hideout": "Hideout", - "EWishlistGroup/Other": "Other", - "EWishlistGroup/Quests": "Tasks", - "EWishlistGroup/Trading": "Barter", - "EWishlistNotificationsType/All": "Enabled", - "EWishlistNotificationsType/Disabled": "Disabled", + "EWishlistGroup/Equipment": "장비", + "EWishlistGroup/Hideout": "은신처", + "EWishlistGroup/Other": "기타", + "EWishlistGroup/Quests": "임무", + "EWishlistGroup/Trading": "물물교환", + "EWishlistNotificationsType/All": "활성화", + "EWishlistNotificationsType/Disabled": "비활성화", "EWishlistNotificationsType/MenuOnly": "In stash only", "EWishlistNotificationsType/RaidOnly": "In raid only", "EXAMINE": "조사", @@ -16327,7 +16597,7 @@ "Factory": "공장", "Factory Far Corner": "Factory Far Corner", "Factory Shacks": "Factory Shacks", - "Factory gate": "Factory Gate (Co-Op)", + "Factory gate": "Friendship Bridge (Co-Op)", "FactoryEnvironmentUiType": "공장", "Failed to sort item in {0}": "{0} 에 있는 아이템을 정렬하는데 실패했습니다", "Fails": "실패", @@ -16370,10 +16640,10 @@ "Friends": "친구", "Friends invite is already sent": "이미 친구 요청을 보냈습니다.", "Friends list": "친구 목록", - "FrostbiteBuff": "모라나의 동상", + "FrostbiteBuff": "동상", "Full": "가득 참", "Full Recovery Time": "최대 회복 시간", - "FullHeal": "FULL TREATMENT", + "FullHeal": "전체 치료", "Fullscreen mode:": "화면 모드:", "Func mods": "기능성 부품", "Functional mods": "기능성 부품", @@ -16399,7 +16669,7 @@ "Game reconnection...": "게임에 재접속 중...", "Game settings": "게임 설정", "Game world creating...": "게임 월드 생성 중...", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", + "GameFramerateLimitBlockers/Description": "게임 FPS 제한이 꺼져있습니다. 이 설정을 변경하려면 게임 FPS 제한을 켜주세요.", "GameMode/Confirmation/PVE": "Are you sure you want to switch to PvE mode?", "GameMode/Confirmation/PVP": "Are you sure you want to switch to PvP mode?", "Gate 0": "Gate 0", @@ -16508,9 +16778,9 @@ "HeavyVestsDescription": "[Heavy Vests]\n중 방탄복 착용 스킬은 관통과 폭발로 인한 피해를 줄여주며, 기동력을 향상시켜 줍니다.", "HeavyVestsLevelingUpDescription": "The Heavy Vests skill is improved by repairing heavy body armor and ballistic plates with repair kits.", "Hideout/Bestowed": "The Gift is bestowed", - "Hideout/CircleOfCultists": "Cultist Circle", - "Hideout/CircleOfCultists/MaxItemsCount": "Max items: {0}", - "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "Cultists can't bestow their Gift while you're in the Hideout", + "Hideout/CircleOfCultists": "광신도 제단", + "Hideout/CircleOfCultists/MaxItemsCount": "아이템 최대 개수: {0}", + "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "당신이 은신처에 있는 동안에는 광신도들이 선물을 줄 수 없습니다", "Hideout/Craft/ToolMarkerTooltip": "이 아이템은 보조 도구로 사용됩니다. 제작이 완료될 때 마다 창고로 반환됩니다.", "Hideout/Customization/Ceiling/TabName": "Ceiling", "Hideout/Customization/Ceiling/WindowHeader": "Select the ceiling for installation", @@ -16538,7 +16808,7 @@ "Hideout/Mannequin/Pose/gopnik": "Slav Squat", "Hideout/Mannequin/Pose/muscles_flex": "Feel My Gains", "Hideout/Mannequin/Pose/spreadinghands": "Well What Is It", - "Hideout/Mannequin/Pose/standing": "Briefing", + "Hideout/Mannequin/Pose/standing": "브리핑", "Hideout/Production/Decryption/Fail": "Unsuccessful decryption", "Hideout/Production/Decryption/Success": "Successful decryption", "Hideout/WeaponStand": "무기 거치대", @@ -16549,7 +16819,7 @@ "Hideout/placeoffame/smalltrophies": "작은 전리품", "HideoutExtraSlots": "+2 발전기 연료통 슬롯\n+2 물 필터 슬롯\n+2 공기 필터 슬롯\n+2 비트코인 최대 저장 개수", "HideoutInteractions/EquipMannequins": "Equip mannequins", - "HideoutInteractions/Sacrifice": "Sacrifice", + "HideoutInteractions/Sacrifice": "제물 바치기", "HideoutInteractions/TransferItems": "아이템 옮기기", "HideoutManagement": "은신처 관리", "HideoutManagementLevelingUpDescription": "The Hideout Management skill is improved by creating items and upgrading zones in the Hideout.", @@ -16560,7 +16830,7 @@ "Hiding objective {0:F1}": "목표물 숨기는 중 {0:F1}", "HighQualityColor": "고품질 색상", "HighQualityColor setting will be fully applied after the raid restarts": "레이드를 재시작하면 설정값이 완전히 적용됩니다", - "HighQualityFog": "High-quality fog (Test)", + "HighQualityFog": "고품질 안개 (테스트)", "Hold to Aim": "누르는 동안 조준하기", "Hold to Crouch": "누르는 동안 앉기", "Hold to Lean": "누르는 동안 기울이기", @@ -16739,7 +17009,7 @@ "Item {0} is not found in stash": "{0} 아이템을 창고에서 찾을 수 없습니다.", "ItemReward/Description": "보상으로 이 아이템을 받게 될 것입니다.", "Items in stash selected:": "창고에서 선택된 아이템", - "ItemsResearching": "Examining and looting of items", + "ItemsResearching": "아이템 확인 및 파밍", "JOIN": "참가", "Jaws": "턱", "Jump": "점프", @@ -16957,7 +17227,7 @@ "MOD_EQUIPMENT_000": "ARCH", "MOD_EQUIPMENT_001": "헤드셋", "MOD_FOREGRIP": "전방 손잡이", - "MOD_Flashlight": "LIGHT", + "MOD_Flashlight": "조명", "MOD_GAS_BLOCK": "가스 블록", "MOD_HAMMER": "공이치기", "MOD_HANDGUARD": "총열 덮개", @@ -16970,7 +17240,7 @@ "MOD_MOUNT_002": "마운트2", "MOD_MUZZLE": "총구", "MOD_NVG": "NVG마운트", - "MOD_PISTOLGRIP": "GRIP", + "MOD_PISTOLGRIP": "손잡이", "MOD_PISTOL_GRIP": "권총 손잡이", "MOD_PISTOL_GRIP_AKMS": "권총 손잡이", "MOD_RECIEVER": "총기 몸체", @@ -17050,7 +17320,7 @@ "MapMarkerType_Loot": "전리품", "MapMarkerType_Other": "알 수 없는/기타", "Marathon/LocationDescrition": "마라톤 모드에서는 한 위치에서 시작하여 다른 장소까지 이동하며 진행하는 모드입니다.", - "Marathon/MarathonDescription": "마라톤 모드에서는 한 위치에서 시작하여 다른 장소까지 이동하며 진행하는 모드입니다.", + "Marathon/MarathonDescription": "마라톤 모드에서는 한 지역에서 시작하여 다른 지역까지 이동하며 진행하는 모드입니다.", "Marathon/MarathonTitle": "TRANSITION", "Marathon/TarkovDescrition": "탈출구가 하나인 레이드 모드.", "MarkerCreate": "마커 생성", @@ -17067,7 +17337,7 @@ "MatGlass": "유리", "MatTitan": "티타늄", "MatUHMWPE": "초고분자량 폴리에틸렌", - "Match canceled": "The match is canceled. You can leave the game freely. Money for the match will be refunded. Rating will not be deducted.", + "Match canceled": "매치가 취소되었습니다. 게임에서 자유롭게 나가실 수 있습니다. 참가비는 환불될 예정이며 나가시더라도 순위 등에 전혀 영향을 미치지 않습니다.", "MatchEndExpBonus": "매치 결과 보너스", "Matchend/ErrorUpdatingDataForHealing": "데이터를 불러오지 못했습니다. 네트워크 상태를 점검해 보세요. 치료 화면으로 다시 돌아가시겠습니까? 아니면 메인화면으로 가시겠습니까?", "Matching...": "매칭 중...", @@ -17118,10 +17388,10 @@ "ModeChange/Pve": "PVE ZONE", "ModeChange/Regular": "PVP ZONE", "ModeChange/Unable": "PVE ZONE 게임 모드 이용불가", - "ModeChange/Unable/Tooltip": "The Unheard Edition or Edge of Darkness Edition is required to access PvE game mode.", + "ModeChange/Unable/Tooltip": "PvE 게임 모드를 이용하시려면 The Unheard 에디션 또는 Edge of Darkness 에디션이 필요합니다.", "ModeUnavailable": "사용할 수 없는 모드", - "Modification/Locked": "Locked", - "Modification/ReadyToUnlock": "Unlockable", + "Modification/Locked": "잠김", + "Modification/ReadyToUnlock": "잠금 해제 가능", "Monitor parameters": "모니터 설정값", "Most leveled": "높은 레벨 순", "Most recent": "최근 습득 순", @@ -17131,7 +17401,7 @@ "Mouse sensitivity (aiming)": "마우스 감도 (정조준)", "Mouse0": "마우스 왼쪽 버튼", "Mouse1": "오른쪽 마우스 버튼", - "Mouse2": "마우스 휠 내리기", + "Mouse2": "마우스 휠 버튼", "Move in": "진입", "MoveX negative": "왼쪽으로 이동", "MoveX positive": "오른쪽으로 이동", @@ -17204,7 +17474,7 @@ "Nidnod": "고개 돌리기", "NightOps": "야간 작전", "NightOpsDescription": "[Night Ops]\n야간 작전 스킬은 야간에 기동이 쉬워지고, 평소보다 더 많은 경험치를 얻을 수 있으며, 야간투시경 장비의 가격에 영향을 끼칩니다.", - "No": "없음", + "No": "아니요", "No Space ({0})": "공간 부족 ({0})", "No Traders": "이용 가능한 상인 없음", "No action available": "할 수 없는 행동입니다", @@ -17255,8 +17525,8 @@ "NotificationGroupMatchRaidReady": "{0} 플레이어가 준비했습니다", "Notifications/Matchmaker/GroupIsFull": "파티가 가득 찼습니다", "Notifications/NewQuestAvailable": "새로운 주간/일일 임무가 있습니다", - "Notifications/TraderStandingDecreased{0}{1}": "평판({0})이 {1} 만큼 감소했습니다", - "Notifications/TraderStandingIncreased{0}{1}": "평판({0})이 {1} 만큼 증가했습니다", + "Notifications/TraderStandingDecreased{0}{1}": "우호도({0})가 {1} 만큼 감소했습니다", + "Notifications/TraderStandingIncreased{0}{1}": "우호도({0})가 {1} 만큼 증가했습니다", "NotifierQuestAvailableForFinish": "{0} 퀘스트를 완료할 수 있습니다", "NotifierQuestAvailableForStart": "{0} 퀘스트를 수락할 수 있습니다", "NotifierQuestFail": "퀘스트 {0} 목표 달성 실패", @@ -17272,7 +17542,7 @@ "OPEN PRESET": "프리셋 선택", "OPENDOOR": "문 열기", "OVERALL": "종합정보", - "OVERWEIGHT_EFFECT_DRAIN": "Standing stance blocks stamina regain", + "OVERWEIGHT_EFFECT_DRAIN": "자세가 스태미나 회복을 방해함", "OVERWEIGHT_EFFECT_FALL": "추락 피해량 증가", "OVERWEIGHT_EFFECT_HUGE_OVERWEIGHT {0}": "치명적인 과적", "OVERWEIGHT_EFFECT_JUMP": "Jump height decreased", @@ -17289,7 +17559,7 @@ "Objectives": "목표", "Observer": "Spectator", "ObtainPrestigeScreen/Conformation/SubTitle": "General Info", - "ObtainPrestigeScreen/Title": "PRESTIGE", + "ObtainPrestigeScreen/Title": "프레스티지", "ObtainPrestigeScreen/Transfer/SubTitle": "Item transfer", "Offer was sold or out of stock": "매진", "Office Window": "Office Window", @@ -17335,7 +17605,7 @@ "OverRun": "OverRun", "Overall Health": "전체 체력", "Overall graphics quality:": "전반적인 그래픽 품질:", - "Overall lifetime": "계정 사용 기간", + "Overall lifetime": "캐릭터 나이", "Overall visibility:": "전체 가시거리:", "Overkills": "Overkills", "PASTE": "붙여넣기", @@ -17347,7 +17617,7 @@ "PRESETS": "프리셋", "PRODUCTION:": "제작 목록:", "PUBLISH ...": "공유하기", - "PVE settings": "PvE 설정", + "PVE settings": "\bAI 설정", "Pain": "고통", "Painkiller": "진통제 복용 상태", "PanicEffect": "Chilling horror", @@ -17374,7 +17644,7 @@ "PlantLocationDescription": "[Factory, 팩토리]\n16번 화학공장의 산업 단지 및 설비는 테라그룹(TerraGroup)이 불법으로 임대했던 장소입니다. Contract Wars 기간 동안에 USEC과 BEAR는 타르코프 산업단지의 통제권을 얻고자 했었고, 공장 부지에서 수많은 총격전을 벌였습니다.\n시간이 지남에 따라 이 공장 부지는 민간인과 스캐브의 은신처로 사용되었고, 때때로 USEC과 BEAR의 요원들도 이 지역에 머무르기도 했습니다.", "Player": "플레이어", "Player level": "플레이어 레벨", - "Player {0} accepted your invitation": "{0} 님이 당신의 초대를 수락하였습니다.", + "Player {0} accepted your invitation": "{0} 님이 초대를 수락하였습니다.", "Player {0} already in a group or cancel group searching": "플레이어 {0} 님은 이미 파티에 속해있거나 파티 검색을 취소했습니다.", "Player {0} declined your invitation": "{0} 님이 당신의 초대를 거절하였습니다.", "Player {0} has left the group": "{0} 님이 파티를 떠났습니다.", @@ -17401,14 +17671,14 @@ "PresetFooter/ViewPreset": "View", "PresetManager": "Create new preset", "PresetPenalty": "Preset penalty", - "Preset_Unlock": "Unlock", - "Preset_unlocking": "Unlocking...", + "Preset_Unlock": "잠금 해제", + "Preset_unlocking": "잠금 해제중...", "Press Assemble button to build and place it in stash.": "조립 버튼을 누르면 무기를 조립하여 창고에 보관합니다.", "Press any key...": "아무 키나 입력하세요...", - "Prestige": "Prestige", + "Prestige": "프레스티지", "Prestige/Conformation/Lost": "RESETS", - "Prestige/Conformation/Lost/Arena": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH", - "Prestige/Conformation/Lost/EFT": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH\n• HIDEOUT PROGRESS", + "Prestige/Conformation/Lost/Arena": "• 상인 우호도\n• 임무 진행도\n• 캐릭터 레벨\n• 창고", + "Prestige/Conformation/Lost/EFT": "• 상인 우호도\n• 임무 진행도\n• 캐릭터 레벨\n• 창고\n• 은신처 진행도", "Prestige/Conformation/Save": "STAYS", "Prestige/Conformation/Save/Arena{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• ARP RATING\n• ARMORY PROGRESS\n• PROFILE STATISTICS", "Prestige/Conformation/Save/EFT{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• PROFILE STATISTICS\n• PRESTIGE PROGRESS", @@ -17434,7 +17704,7 @@ "Price changed error": "죄송합니다. 가격에 변동이 생겼습니다.", "Price of all items to insure must be more than minimum payment": "선택된 아이템들의 보험 비용은 최소 지불 금액보다 높아야 합니다", "Price/CashBack": "Compensated", - "Price/FREE": "FREE", + "Price/FREE": "무료", "PrimaryWeaponFirst": "주무기 1", "PrimaryWeaponSecond": "주무기 2", "Production completed: {0}": "제작 완료: {0}", @@ -17460,8 +17730,8 @@ "ProfileEvent/StashRows": "New inventory lines in the stash: {0}", "ProfileEvent/TraderSalesSum": "소모한 재화 양 {0} 에서 {1}로 변경.", "ProfileEvent/TraderSalesSumDelta": "누적 재화 소모량 변화 {0} ({1}).", - "ProfileEvent/TraderStanding": "평판이 {0} 에서 {1}로 변경.", - "ProfileEvent/TraderStandingDelta": "평판 변화 {0} ({1}).", + "ProfileEvent/TraderStanding": "우호도가 {0} 에서 {1}로 변경.", + "ProfileEvent/TraderStandingDelta": "우호도 변화 {0} ({1}).", "ProfileEvent/UnlockTrader": "{0} 상인 잠금해제.", "Progress": "진행률", "Prone": "엎드리기", @@ -17531,7 +17801,7 @@ "QuestCondition/ArenaWinMatch": "{matchPlace}{resetOnConditionFailed{0}}{roundCount}{playerInTeamPlace}{roundResult}{playerPreset}{deathCount}", "QuestCondition/ArenaWinRound": "{roundPlace}{resetOnConditionFailed{0}}{resetOnSessionEnd}{roundResult}{playerAction}{playerPreset}{deathCount}", "QuestCondition/Category": "특정 카테고리의 아이템을 레이드 한 번 만에 찾기: {0}", - "QuestCondition/Elimination": "Eliminate{kill}{zone}{enemyPreset}{playerPreset}{resetOnSessionEnd}", + "QuestCondition/Elimination": "{kill}{zone}{enemyPreset}{playerPreset}{resetOnSessionEnd} 사살하기", "QuestCondition/Elimination/Kill": " {onesession}{weapon}{weapontype}{distance}{bodypart}{botrole}{target}", "QuestCondition/Elimination/Kill/BodyPart": " {0}를 맞춰서", "QuestCondition/Elimination/Kill/BodyPart/Chest": "흉부", @@ -17550,20 +17820,20 @@ "QuestCondition/Elimination/Kill/BotRole/bossTagilla": "타길라", "QuestCondition/Elimination/Kill/BotRole/cursedAssault": "광신도 전사", "QuestCondition/Elimination/Kill/BotRole/sectantPriest": "광신도 사제", - "QuestCondition/Elimination/Kill/Distance": " from a distance of{0} {1}m", + "QuestCondition/Elimination/Kill/Distance": " {0} {1}m 거리에서", "QuestCondition/Elimination/Kill/OneSession": " 레이드 한판 동안", "QuestCondition/Elimination/Kill/Target/Any": "아무 타겟", "QuestCondition/Elimination/Kill/Target/AnyPMC": "모든 PMC 요원", "QuestCondition/Elimination/Kill/Target/Bear": "BEAR 요원", "QuestCondition/Elimination/Kill/Target/Bot": "cleanup crew", "QuestCondition/Elimination/Kill/Target/Enemy": "enemies", - "QuestCondition/Elimination/Kill/Target/EnemyWithBomb": "the device-carrying enemies", + "QuestCondition/Elimination/Kill/Target/EnemyWithBomb": "장치를 운반 중인 적들을", "QuestCondition/Elimination/Kill/Target/Savage": "스캐브", "QuestCondition/Elimination/Kill/Target/Usec": "USEC 요원", - "QuestCondition/Elimination/Kill/Weapon": " {0}를 사용하여", - "QuestCondition/Elimination/Kill/WeaponType": " {0}를 사용하여", + "QuestCondition/Elimination/Kill/Weapon": " {0}을(를) 사용하여", + "QuestCondition/Elimination/Kill/WeaponType": " {0}을(를) 사용하여", "QuestCondition/HandoverItem": "{onlyfoundinraid} 아이템 건네주기: \"{item}\"{durability}{durabilitystrict}", - "QuestCondition/HandoverItem/Durability": " ({0}% to {1}% durability)", + "QuestCondition/HandoverItem/Durability": " (내구도 {0}% ~ {1}%)", "QuestCondition/HandoverItem/DurabilityStrict": " (내구도 {0}%)", "QuestCondition/HandoverItem/OnlyFoundInRaid": " \"레이드에서 발견\" 상태 이거나 제작한", "QuestCondition/HideoutArea": "{0} 레벨 {1}", @@ -17571,8 +17841,8 @@ "QuestCondition/Many{0}{1}": "{0} {1} time(s)", "QuestCondition/PickUp": "{equipment}", "QuestCondition/Preset": "{presetid}{presettype}", - "QuestCondition/Preset/632f7afadcb4c7c2c209ba8f": "Enforcer", - "QuestCondition/Preset/632f8229f6541cacd808452c": "Assault", + "QuestCondition/Preset/632f7afadcb4c7c2c209ba8f": "인포서", + "QuestCondition/Preset/632f8229f6541cacd808452c": "어썰트", "QuestCondition/Preset/632f8d94f6541cacd808452d": "Ranked preset", "QuestCondition/Preset/632f8dadbe00240c170aab18": "Scout", "QuestCondition/Preset/632f8e11f6541cacd808452e": "Marksman", @@ -17618,7 +17888,7 @@ "QuestTypeSkill": "스킬", "QuestTypeStanding": "달성하기", "QuestTypeWeaponAssembly": "무기개조", - "QuestWidget/Objectives": "TASKS", + "QuestWidget/Objectives": "임무", "QuestsShowCompleted": "완료한 임무 표시", "QuestsShowLocked": "잠긴 임무 표시", "Queststatusmarkedasfailed": "퀘스트 실패", @@ -17636,12 +17906,12 @@ "RECEIVE ALL": "모두 받기", "RECOIL": "반동", "RECONNECT": "재접속", - "REGIONS": "Regions", + "REGIONS": "지역", "REGROUP": "REGROUP", "RELOAD": "재장전", "REMEMBER ACCOUNT": "계정 정보 기억하기", "REMOVEFROMFAVORITES": "Remove from profile", - "REMOVEFROMWISHLIST": "Remove from Wishlist", + "REMOVEFROMWISHLIST": "즐겨찾기에서 제거", "REMOVES BLOODLOSS": "출혈 제거", "REMOVES CONTUSION": "타박상 치료", "REMOVES FRACTURE": "골절 치료", @@ -17749,7 +18019,7 @@ "Remove": "제외", "RemoveAllBuffs": "모든 버프 제거", "RemoveBloodLosses": "출혈 효과 제거", - "RemoveMagazine": "REMOVE MAG", + "RemoveMagazine": "탄창 제거", "RemoveNegativeEffects": "부정적인 효과 제거", "RemovePlayer": "플레이어 추방", "RemovePlayer message": "정말 이 플레이어를 추방하시겠습니까?", @@ -17895,7 +18165,7 @@ "STR_TRANSIT_5_COND": "TerraGroup Labs access keycard required (1)", "STR_TRANSIT_5_DESC": "Transit to The Lab", "SUPPRESS": "SUPPRESS", - "SURVEY": "SURVEY", + "SURVEY": "설문조사", "Saferoom Exfil": "Saferoom Exfil", "Sales sum with {0} increased by {1}": "평판({0})이 {1} 만큼 증가했습니다", "Sandbox": "그라운드 제로", @@ -17917,7 +18187,7 @@ "ScavGroupMaxCountReached": "스캐브 진영 최대 인원수 도달", "ScavInventoryScreen/ConfirmSellAll {0}{1}": "옮기지 않은 모든 아이템은 펜스에게 {0} {1} 가격으로 판매됩니다. 정말로 옮기지 않은 전리품들을 모두 판매하시겠습니까?", "ScavInventoryScreen/SellAll": "모두 판매", - "ScavRole/ArenaFighterEvent": "Smuggler", + "ScavRole/ArenaFighterEvent": "밀수업자", "ScavRole/Boss": "보스", "ScavRole/ExUsec": "로그", "ScavRole/Follower": "경호원", @@ -17937,8 +18207,8 @@ "Scavs has brought you:": "스캐브들이 물건을 가져왔습니다:", "Scene loading...": "장면 로딩 중...", "ScissorGesture": "Scissors", - "ScopeZoomIn": "Scope zoom in", - "ScopeZoomOut": "Scope zoom out", + "ScopeZoomIn": "조준경 확대", + "ScopeZoomOut": "조준경 축소", "Screen resolution:": "화면 해상도:", "Screen-space effects:": "화면 공간 효과:", "ScreenSettings/Display": "모니터:", @@ -17981,7 +18251,7 @@ "Settings/Control/ResetWarning": "All controls settings have been reset to default.\n\n• Action \"Melee weapon\" has been reassigned to \"U\". \"Melee attack\" has been reassigned to \"U\" on Double click.\n• Added a new action \"Mount weapon\" on \"V\". \n• Added a new action \"Toggle bipod\" on \"V+LCtrl\".\n• Added a new action \"Smooth scope zoom adjustment\" on \"Alt + ScrollUp/ScrollDown\".\n\nPlease try these settings in-game before changing them.", "Settings/DoubleClickTimeout": "더블 클릭 시간제한", "Settings/Game/ConnectionType": "연결 종류", - "Settings/Graphics/CloudsQuality": "Clouds quality", + "Settings/Graphics/CloudsQuality": "구름 품질:", "Settings/Graphics/CloudsQualityTooltip": "Allows you to manually adjust the quality settings of clouds to achieve the desired balance between performance and visual effects.", "Settings/Graphics/DLSSLockThis": "DLSS 켜짐", "Settings/Graphics/DLSSModeTooltip": "NVIDIA DLSS는 AI Super Resolution을 사용하여 가장 높은 그래픽 설정에서도 높은 프레임을 제공해 줍니다. DLSS는 NVIDIA RTX 그래픽카드가 장착되어 있어야 사용할 수 있습니다.", @@ -17991,8 +18261,8 @@ "Settings/Graphics/DLSSWrongSampling": "DLSS를 사용하기 위해 Resampling 끄기", "Settings/Graphics/FSR2LockThis": "이 설정은 FSR 2.2\b가 켜져 있으면 사용할 수 없습니다", "Settings/Graphics/FSR2ModeTooltip": "AMD FidelityFX Super Resolution 2.2 (FSR)는 해상도를 일부러 낮게 렌더링 한 후 원래 해상도로 화면을 늘리고 화면을 다듬어서 보여주는 기술로 게임의 프레임을 상승시켜주지만 화면 품질이 조금 낮아질 수 있습니다.", - "Settings/Graphics/FSR3LockThis": "This setting is unavailable while FSR 3.0 is on", - "Settings/Graphics/FSR3ModeTooltip": "AMD FidelityFX Super Resolution 3.0 (FSR) is a newer version of the picture scaling technology that allows you to increase performance with minimal loss of image quality.", + "Settings/Graphics/FSR3LockThis": "FSR 3.0이 켜져 있으면 이 설정을 사용할 수 없습니다", + "Settings/Graphics/FSR3ModeTooltip": "AMD FidelityFX Super Resolution 3.0 (FSR)는 해상도를 일부러 낮게 렌더링 한 후 원래 해상도로 화면을 늘리고 화면을 다듬어서 보여주는 기술로 게임의 프레임을 상승시켜주지만 화면 품질이 조금 낮아질 수 있습니다.", "Settings/Graphics/FSRLockThis": "FSR 켜짐", "Settings/Graphics/FSRModeTooltip": "AMD FidelityFX Super Resolution (FSR)는 해상도를 일부러 낮게 렌더링 한 후 원래 해상도로 화면을 늘리고 화면을 다듬어서 보여주는 기술로 게임의 프레임을 상승시켜주지만 화면 품질이 조금 낮아질 수 있습니다.", "Settings/Graphics/FSRTooLowResolution": "이 옵션을 사용하기에 해상도가 너무 낮습니다", @@ -18009,7 +18279,7 @@ "Settings/Graphics/VeryLow": "매우 낮음", "Settings/Graphics/VolumetricLight": "Volumetric lighting", "Settings/NotSet": "미 설정", - "Settings/OpticSensitivity": "Scope zoom adjustment sensitivity", + "Settings/OpticSensitivity": "조준경 배율 조정 민감도", "Settings/PressType": "작동 조건", "Settings/Regions/AutoRegions": "Use automatic server detection", "Settings/Regions/Name": "Name", @@ -18131,8 +18401,8 @@ "SprintAndBreath": "전력 질주/숨 참기", "StaminaRate": "스태미나 회복", "Standard": "표준형", - "Standing": "평판", - "Standing with {0} increased by {1}": "평판({0})이 {1} 만큼 증가했습니다", + "Standing": "우호도", + "Standing with {0} increased by {1}": "우호도({0})가 {1} 만큼 증가했습니다", "Start": "시작", "StartDialogue": "대화 시작하기", "StartInGroup": "함께 시작", @@ -18172,7 +18442,7 @@ "Stock build": "기본 프리셋", "Stomach": "복부", "StomachBloodloss": "복부 출혈", - "Stop looking for group": "파티 찾기 중단", + "Stop looking for group": "Stopped looking for group", "Strength": "근력", "StrengthBuffAim": "정조준을 유지할 때 소모되는 스태미나량 [{0:0.#%}] 감소", "StrengthBuffElite": "장비하고 있는 무기의 무게가 캐릭터 전체 무게에서 제외됩니다 (배낭 속에 들어있는 무기는 이 효과를 받지 않습니다)", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "이동속도 및 전력질주 속도 [{0:0.#%}] 증가", "StrengthBuffThrowDistanceInc": "투척 거리 [{0:0.#%}] 증가", "StrengthDescription": "[Strength]\n힘이 증가하게 되면 더 높이 뛰고, 더 빠르게 달리고, 더 강하게 때리고, 더욱 멀리 던질 수 있게 됩니다. 무엇보다 더 많은 무게를 짊어질 수 있게 됩니다.", - "StrengthLevelingUpDescription": "The Strength skill is improved by sprinting with the overweight status effect, throwing grenades, using melee weapons, and by working out in the Hideout gym.", + "StrengthLevelingUpDescription": "The Strength skill is improved by moving around with the overweight status effect, throwing grenades, using melee weapons, and by working out in the Hideout gym.", "StressBerserk": "버서커 모드 활성화", "StressPainChance": "통증쇼크 확률 [{0:0.#%}] 감소", "StressResistance": "스트레스 저항력", @@ -18258,11 +18528,11 @@ "SurgeryLevelingUpDescription": "The Surgery skill is improved by using surgical kits on injured body parts.", "SurgeryReducePenalty": "수술 후 HP 페널티 [{0:0.#%}] 감소", "SurgerySpeed": "수술 속도 [{0:0.#%}] 증가", - "Survey/Completed": "Survey completed\nThank you for your feedback!", - "Survey/HasUncompletedQuestions": "Please answer all questions before submitting", - "Survey/HeaderTitle": "Feedback form", + "Survey/Completed": "설문조사 완료\n피드백해 주셔서 감사합니다!", + "Survey/HasUncompletedQuestions": "제출하기 전에 모든 질문에 답변해 주세요", + "Survey/HeaderTitle": "피드백 양식", "Survey/NoAvailableSurvey": "No active surveys available\nStay tuned for updates!", - "Survey/Question": "QUESTION", + "Survey/Question": "질문", "Survey/TextAnswer/InputFieldTitle": "Describe your experience in the form below", "Survival Rate Short": "S/R: {0}%", "SurvivalRate": "생존율", @@ -18335,7 +18605,7 @@ "ThereGesture": "There", "These items will be lost if you do not survive in the next raid. You can move them to a special stash for quest items.": "레이드에서 생존하지 못하면 이 아이템들을 잃어버릴 수 있습니다. 이 아이템들은 퀘스트 아이템 전용 창고로 옮겨놓을 수 있습니다. ", "This is already equipped": "이미 착용되었습니다.", - "This item is purchased in quantities of {0} pcs. (Max: {1}) limited for you in one restock": "선택한 아이템을 {0}개 구매합니다.\n(최대: {1}개 구매 가능)", + "This item is purchased in quantities of {0} pcs. (Max: {1}) limited for you in one restock": "이 아이템을 {0}개 구매했었습니다.\n(최대 {1}개 구매 가능)", "This light level has not been unlocked yet": "조명 시설을 업그레이드해야 사용할 수 있습니다.", "This location is not available for scav": "스캐브는 이곳에 들어갈 수 없습니다", "ThrowGrenade": "수류탄 꺼내기", @@ -18379,7 +18649,7 @@ "TopUp": "모으기", "Total": "Total", "Total (or estimated) price:": "최종 (또는 예상) 가격:", - "Tournament": "Tournament", + "Tournament": "토너먼트", "TournamentDescription": "Only the winners will make it to the finals. Win in style and gain glory with the audience. ", "TournamentDescriptionShort": "PARTICIPATE IN THE TOURNAMENT FOR THE TITLE \"CHAMPION OF THE ARENA\"", "Trader": "상인:", @@ -18403,10 +18673,10 @@ "Trading/Dialog/Btr/AskForNewQuests": "Got any work for me?", "Trading/Dialog/Btr/News": "새로운 소식 없나?", "Trading/Dialog/Btr/News/Next": "다른 소식은?", - "Trading/Dialog/Btr/News1": "What I can't understand is: why did Skier and Peacekeeper stir all this shit up and then back out so quickly without actually accomplishing anything?", + "Trading/Dialog/Btr/News1": "Some assholes pillaged my depot! I managed to stay out, but the situation's still fucked up! I gotta beat them out of there... But first, I need a new place to settle in. Afterwards, I'll look for someone who can help. Anything comes up, I'll get in touch with you, okay?", "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", - "Trading/Dialog/Btr/News3": "I heard that this arms race was caused by Kaban's guys. He didn't keep a good track of them. Or maybe that was his plan. What do you think?", - "Trading/Dialog/Btr/News4": "A new business is brewing in Tarkov: some guides offer safe passage from one neighborhood to another. I don't know if these people are my colleagues or my competitors.... I'll keep an eye out.", + "Trading/Dialog/Btr/News3": "I heard that some mercs have broken into the old industrial plants on customs. Running around, looting every damn corner. You know, I've been wondering why they didn't open those doors and gates sooner. Did they even try?", + "Trading/Dialog/Btr/News4": "Someone decided to head count all the veterans in Tarkov. If you've been here for a long time, you can probably get some distinguishing insignia too. From now on, all the freshies will know who's got the biggest balls around here!", "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", "Trading/Dialog/Btr/NoNews": "I think that's all the news I have.", "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Will do. (accept task \"{0}\")", @@ -18498,8 +18768,8 @@ "Transition in ": "Transition in ", "Transition in {0:F1}": "Transition in {0:F1}", "Tremor": "떨림", - "Tripwire/Interaction/Disable": "Disarm", - "Tripwire/Interaction/DisablingText{0:F1}": "Disarming {0:F1}", + "Tripwire/Interaction/Disable": "해제하기", + "Tripwire/Interaction/DisablingText{0:F1}": "해제중 {0:F1}", "Tripwire/Interaction/MustBeIdle": "Cannot disarm tripwire while moving", "Tripwire/NoKit": "Tripwire installation kit missing", "Tripwire/NoPlantFireMode": "Unable to set tripwire with this grenade", @@ -18678,17 +18948,18 @@ "UI/Prestige/NonEmptyContainerError": "You can't transfer a container containing items.", "UI/ProfileStats/Liters": "리터", "UI/ProfileStats/Meters": "m", - "UI/Quest/Reward/AdditionalPocketsCaption": "+2 pocket slots", + "UI/Quest/Reward/AdditionalPocketsCaption": "+2 주머니 슬롯", "UI/Quest/Reward/AdditionalStashRowsCaption": "창고 가로줄 수", "UI/Quest/Reward/AdditionalStashRowsTooltip": "Your stash will be expanded by the addition of new inventory slot lines.\nThese changes will be applied later on (check our website for details).", "UI/Quest/Reward/AssortmentUnlockCaption": "Unlocks assortment at {0} Loyalty Level {1}", - "UI/Quest/Reward/CustomizationOfferCaption": "Tactical clothing", + "UI/Quest/Reward/CustomizationOfferCaption": "전술 의류", "UI/Quest/Reward/ItemCaption": "Item", "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", - "UI/Quest/Reward/QuestCaption": "Task", - "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", - "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", - "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", + "UI/Quest/Reward/QuestCaption": "임무", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", + "UI/Quests/Conditions/PrestigeLevel{0}": "프레스티지 레벨: {0}", + "UI/Quests/Conditions/ProfileLevel{0}": "캐릭터 레벨: {0}", + "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} 스킬 레벨: {1}", "UI/Quests/Conditions/TraderLoyalty{0}{1}": "Loyalty level with {0}: {1}", "UI/Quests/Conditions/TraderStanding{0}{1}": "Standing with {0}: {1}", "UI/Settings/ArenaWatchTimerAndExits": "목표와 시간 확인", @@ -18768,7 +19039,7 @@ "UnavailableDuringMatching": "Unavailable during matching", "Unban": "차단 해제", "UnbanPlayer": "{0} 님이 차단 해제되었습니다.", - "Uncover": "Cancel insurance", + "Uncover": "보험들기 취소", "UndefinedDescription": "Undefined", "UndefinedDescriptionShort": "Undefined", "Unit is ready to be installed": "시설 업그레이드가 완료되었습니다.", @@ -18786,7 +19057,7 @@ "UnlocksOn": "레벨 {0} 에 해금됨", "Unmute": "음소거 해제", "UnmuteVoip": "음성채팅 및 라디오 음소거 해제", - "Unranked": "UNRANKED", + "Unranked": "언랭크", "Unranked/Description": "Unranked Game\nUnranked games include all modes for which it is difficult to determine personal or team ranking, as well as PvE modes and modes in which players simply fight to the death.", "UnremovableItem/Attributes/CannotDroppedInRaid": "레이드에서 버릴 수 없음", "Unselected": "Unselected", @@ -18885,7 +19156,7 @@ "Warnings/Inventory/ExaminationFailed": "아이템 조사를 실패했습니다.", "Warnings/Inventory/NotEnoughSpaceInStash": "창고에 공간이 부족합니다", "Watch Intro": "인트로 보기", - "WatchProfile": "유저 프로필 보기", + "WatchProfile": "프로필 보기", "WatchTime": "시간 확인", "WatchTimerAndExits": "탈출구와 시간 확인", "WaterCloset": "화장실", @@ -18903,7 +19174,7 @@ "WeaponJammed": "총기 기능고장", "WeaponModding": "무기 개조", "WeaponModdingDescription": "[Weapon Modding]\n무기 개조 스킬은 부품의 인체공학 수치를 올려주고 소음기의 손상을 줄여줍니다.", - "WeaponMounting": "Mount weapon", + "WeaponMounting": "무기 거치", "WeaponPunch": "개머리판으로 공격", "WeaponRecoilBuff": "총기 반동 [{0:0.#%}] 감소", "WeaponReloadBuff": "재장전속도 [{0:0.#%}] 상승", @@ -19018,7 +19289,7 @@ "apply": "적용", "arena/AssistShort": "A", "arena/CapturePointScores": "Score", - "arena/CapturePointScoresОчкиArena/Widgets/capture point hold": "Capture and hold the objectives", + "arena/CapturePointScoresОчкиArena/Widgets/capture point hold": "목표 점령 후 유지", "arena/DeathShort": "D", "arena/Exp": "경험치", "arena/KillShort": "K", @@ -19039,9 +19310,9 @@ "arena/Place": "Place", "arena/Player": "Player", "arena/Rank": "Rank", - "arena/RespawnAwaiting": "Awaiting respawn...", + "arena/RespawnAwaiting": "리스폰 대기중...", "arena/Round": "Round", - "arena/anyGameMode": "Any game mode", + "arena/anyGameMode": "Any mode", "arena/armory/AndOthers": "And more ...", "arena/armory/ConditionsComleted": "All conditions met", "arena/armory/ConditionsNotComleted": "Unlock conditions not met", @@ -19057,7 +19328,7 @@ "arena/button/Armory": "Armory", "arena/button/Career": "CAREER", "arena/button/Presets": "PRESETS", - "arena/button/QuitGame": "QUIT GAME", + "arena/button/QuitGame": "게임 종료", "arena/button/Rating": "RATING", "arena/career/LastHeroStats/title": "LastHero statistics", "arena/career/blastGangStats/activatedObjects": "Devices planted", @@ -19212,7 +19483,7 @@ "arena/matching/PrepareForGlory": "PREPARE FOR GLORY", "arena/matching/PresetsLoading": "LOADING PRESETS", "arena/matching/Rules": "RULES", - "arena/matching/SearchingMatch": "SEARCHING MATCH", + "arena/matching/SearchingMatch": "매치 찾는중", "arena/matching/SelectArenaMap": "SELECT ARENA", "arena/matching/SelectGametype": "SELECT GAME TYPE", "arena/matching/SelectRankedGamemode": "SELECT RANKED GAME MODE", @@ -19238,20 +19509,20 @@ "arena/merchants/tooltip/commission/ItemTransfer": "Item transfer", "arena/merchants/tooltip/commission/MoneyTransfer": "Money transfer", "arena/merchants/tooltip/commission/NoMoneyForCommission": "Not enough money to pay the transfer and fee", - "arena/merchants/tooltip/commission/StandingBonus": "standing bonus", + "arena/merchants/tooltip/commission/StandingBonus": "우호도 보너스", "arena/merchants/tooltip/commission/TransferNotAwailable": "Service unavailable", "arena/merchants/transfer": "Transfer", "arena/merchants/transfer amount": "Transfer amount", "arena/merchants/transfer of items": "Item transfer", "arena/merchants/transfer to EFT": "Transfer to EFT", "arena/merchants/transferred from arena": "Transferred from Arena", - "arena/merchants/сancellation": "Cancel", + "arena/merchants/сancellation": "취소", "arena/monitors/score": "SCORE", "arena/monitors/style": "STYLE", "arena/popup/delete preset description": "Are you sure you want to delete this preset?", "arena/popup/delete preset header": "Preset deletion", "arena/popup/quests/price": "REPLACEMENT COST:", - "arena/popup/quests/standing": "TRADER STANDING:", + "arena/popup/quests/standing": "상인 우호도:", "arena/popup/quests/time": "REMAINING TIME:", "arena/postmatch/Calibration": "Matches left to earn a rank", "arena/postmatch/EnemyTeam ": "상대 팀", @@ -19273,7 +19544,7 @@ "arena/postmatch/preset_modificator": "Modifier", "arena/postmatch/ranked_preset_unlock": "Ranked preset unlocked", "arena/postmatch/reward_panel": "보상", - "arena/presets/custom/blocked": "locked", + "arena/presets/custom/blocked": "잠김", "arena/presets/custom/not enough money": "not enough money", "arena/presets/custom/not enough money short": "insuf. cash", "arena/presets/custom/purchase": "purchase", @@ -19288,7 +19559,7 @@ "arena/presets/custom/violations/malfunction weapon": "Missing ammo", "arena/presets/custom/violations/total": "Out of meta score limits", "arena/presets/custom/violations/unclothed equipment": "Unused equipment", - "arena/presets/unlocked slots": "Unlocked", + "arena/presets/unlocked slots": "잠금 해제됨", "arena/presets/unlocked slots count": "slots unlocked:", "arena/questLogTemplate/gameModes": "Game mode(s)", "arena/questLogTemplate/maps": "Location(s)", @@ -19298,13 +19569,13 @@ "arena/resultContent/roundMVPMoneyTitle": "Round MVP bonus", "arena/selection/gameMode": "game mode", "arena/selection/tiers": "tier", - "arena/tab/ASSAULT": "돌격", + "arena/tab/ASSAULT": "어썰트", "arena/tab/COLLECTION": "COLLECTION", "arena/tab/FAVORITES": "즐겨찾기", - "arena/tab/MARKSMAN": "지정사수", - "arena/tab/RATING": "RATING", - "arena/tab/SCOUT": "정찰", - "arena/tab/SQB": "ENFORCER", + "arena/tab/MARKSMAN": "막스맨", + "arena/tab/RATING": "랭킹", + "arena/tab/SCOUT": "스카웃", + "arena/tab/SQB": "인포서", "arena/tooltip/GP": "GP Coin. Used to unlock equipment for presets and to purchase gear in EFT. Earned for completing operational tasks in Arena.", "arena/tooltip/OverallMatches": "Total number of ranked and unranked matches played.", "arena/tooltip/Presets": "프리셋", @@ -19314,7 +19585,7 @@ "arena/tooltip/kdRatio": "Your overall Kill to Death ratio, calculated from all kills and deaths in ranked and unranked matches. Only the player kills are counted.", "arena/tooltip/leftGlp": "Amount of ARP rating required to reach the next rank.", "arena/tooltip/mainMenu": "메인 메뉴", - "arena/tooltip/moneyRubles": "Roubles. Used to buy presets and earned for victories in the Arena.", + "arena/tooltip/moneyRubles": "루블. 프리셋을 구입할 때 필요하며 아레나에서 승리하면 획득할 수 있습니다.", "arena/tooltip/quests/gotoeft": "Switch to EFT to complete the task", "arena/tooltip/ratingPlace": "Your position in the leaderboard.", "arena/tooltip/settings": "설정", @@ -19324,7 +19595,7 @@ "arena/tooltip/winRate": "Your overall win ratio, calculated from all wins and losses in ranked and unranked matches.", "arena/widget/ally_capture_point": "Allies captured point", "arena/widget/enemy_capture_point": "Enemies captured point", - "arenaui/presetview/lockedpreset": "Preset unavailable", + "arenaui/presetview/lockedpreset": "사용할 수 없는 프리셋", "arm broke": "당신의 팔이 부러졌습니다", "assaultKills": "사살한 횟수 : 돌격소총", "back_plate": "BACK PLATE", @@ -19332,7 +19603,7 @@ "bartitemsFound": "발견한 물물교환 상품", "bearKills": "BEAR 사살 횟수", "bigmap": "세관", - "bloodLost": "손실한 혈액", + "bloodLost": "내가 흘린 피의 총량", "bodiesLooted": "약탈한 시체", "bodypartsLost": "사지 손실 횟수", "bonus/unlockweaponmodification_required": "은신처에서 무기 개조 기능을 잠금 해제해야 합니다.", @@ -19491,14 +19762,14 @@ "freqLoot": "가장 많이 발견한 아이템", "friend": "친구", "from {0} to {1} items": "{0} 에서 {1} 개의 아이템", - "front_plate": "FRONT PLATE", + "front_plate": "앞쪽 방탄판", "fullauto": "자동 사격", "fullscreenwindow": "전체 창모드", - "game completed or aborted": "Match is already completed or has been canceled", + "game completed or aborted": "매치가 이미 끝났거나 취소되었습니다", "ge": "Deutsch", "glKills": "사살한 횟수 : 유탄발사기", "good": "좋음", - "greanadePlanting": "Tripwire", + "greanadePlanting": "인계철선", "grenadeKills": "사살한 횟수 : 수류탄", "grenadeThrowing": "Throw", "groin": "사타구니", @@ -19681,14 +19952,14 @@ "hideout_area_24_stage_1_description": "A small weapon rack. Simplifies firearm storage and allows to display weapons in a fancy way.", "hideout_area_24_stage_2_description": "A medium-sized weapon rack. Simplifies firearm storage and allows to display weapons in a fancy way.", "hideout_area_24_stage_3_description": "A large weapon rack. Simplifies firearm storage and allows to display weapons in a fancy way.", - "hideout_area_26_name": "Gear Rack", + "hideout_area_26_name": "장비 거치대", "hideout_area_26_stage_0_description": "This place would be good to put a couple of mannequins found at the shopping malls. It just needs a little clean-up.", "hideout_area_26_stage_1_description": "A mannequin with a weapon rack. Allows you to prepare a set of equipment for the raid.", "hideout_area_26_stage_2_description": "With two mannequins, you can not only prepare gear for a raid, but also display something cool and rare. Would look great.", "hideout_area_26_stage_3_description": "Several mannequins with a weapon rack. With a wardrobe like this, it will be easy to store quick access gear for any occasion.", - "hideout_area_27_name": "Cultist Circle", + "hideout_area_27_name": "광신도 제단", "hideout_area_27_stage_0_description": "A good place to meet the suspicious hooded persons. Although, you'll have to make contact with them first.", - "hideout_area_27_stage_1_description": "A circle drawn in chalk and cluttered with mysterious symbols. Such circles are used by the cultists for their rituals. One wonders what would happen if you put something in the middle of it...?", + "hideout_area_27_stage_1_description": "수수께끼 같은 기호들로 뒤덮인 원이 분필로 그려져 있다. 이런 원은 광신도들이 의식을 치를 때 사용한다. 만약 그 중앙에 무언가를 놓는다면 무슨 일이 벌어질까...?", "hideout_area_2_name": "화장실", "hideout_area_2_stage_1_description": "원시적인 화장실입니다. 양철통과 거름상자뿐이지만 없는 것보다는 나은 최소한의 위생을 보장합니다.", "hideout_area_2_stage_2_description": "나무로 만들어진 변기와 물 공급 시스템과 연결된 세면대가 있는 기본 화장실입니다. 이 시설 덕분에 은신처의 전반적인 위생 상태가 향상되었습니다.", @@ -19783,7 +20054,7 @@ "keycard_type": "키카드 종류", "keycard_unlimited": "무제한", "keysFound": "발견한 열쇠", - "killStreak": "최고 연속 사살 횟수", + "killStreak": "최다 연속 사살 횟수", "kmTraveled": "이동한 거리 (Km)", "knifeDeaths": "근접무기에 의한 사망 횟수", "knifeKills": "사살한 횟수 : 근접무기", @@ -19807,7 +20078,7 @@ "lessDamagedPart": "가장 적게 다친 부위", "lightbleedingdelta": "가벼운 출혈 발생 확률", "lighthouse_secret_minefield": "Passage by the Lake", - "longshotDist": "최장 명중 거리", + "longshotDist": "적을 맞춘 가장 먼 거리", "longshots": "장거리 헤드샷 횟수", "looking for group": "파티 찾는 중", "loudness": "음량", @@ -19819,14 +20090,14 @@ "matchmaker/health_is_not_full": "당신의 캐릭터가 부상당했습니다", "matchmaker/return_and_heal_advise": "레이드 전에 치료를 받는 것이 좋습니다.", "matchmaker/return_and_heal_command": "레이드 전에 반드시 치료를 받아야 합니다.", - "maxWinStreak": "최다 연속 승수", + "maxWinStreak": "최다 연속 생존 횟수", "maxed": "한도치", "medicineUsed": "의약품 사용 횟수", "meters": "미터", "mgKills": "사살한 횟수 : 기관총", "moa": "MOA", - "mod_pistolgrip_000": "Grip", - "mod_pistolgrip_001": "GRIP", + "mod_pistolgrip_000": "손잡이", + "mod_pistolgrip_001": "손잡이", "modsFound": "발견한 부품", "multiple_locations Name": "multiple locations", "neckback": "목 뒤쪽", @@ -19976,7 +20247,7 @@ "ragfair/traderownertype": "상인", "ragfair/you don't have enough money for the transaction": "거래할 돈이 부족합니다.", "rank_01": "약탈자", - "rank_02": "앞잡이", + "rank_02": "자칼", "rank_03": "용병", "rank_04": "투사", "rank_05": "전사", @@ -19985,7 +20256,7 @@ "rank_08": "전문가", "rank_09": "엘리트", "rank_10": "죽음의 속삭임", - "rank_11": "불꽃 전사", + "rank_11": "플레임 워리어", "rank_12": "빅 보스", "rank_13": "아레나의 전설", "ratingExpPos": "경험치 순위", @@ -20071,7 +20342,7 @@ "traders/trader_is_locked": "해당 상인은 잠겨있습니다.", "trading/less item {0} than you want. You bought all remaining items ({1})": "상인이 더 적은 양의 물품을 가지고 있습니다 {0}. 당신은 남은 아이템을 모두 구입했습니다 ({1})", "tripleKills": "트리플 킬 횟수", - "tripwireKills": "Tripwire kills", + "tripwireKills": "사살한 횟수 : 지뢰", "tu": "Türkçe", "tunnelvision": "터널시야", "turn off": "끄기.", @@ -20146,7 +20417,7 @@ "{0}m": "{0}분", "{0}y{1}d": "{0}년{1}일", "{resetOnConditionFailed{0}}": " several times in a row", - "{resetOnSessionEnd}": " in 1 match", + "{resetOnSessionEnd}": " 한 번의 매치 동안", "~ Empty": "거의 빔", "~ Full": "거의 가득 참", "Тrading/Dialog/AvailableServices/Description": "Want my services? Well, you've served your purpose already, so I'll help you — if you can pay me back.", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20493,9 +20765,9 @@ "5fbba71d42cc58698a0f3e0c Name": "Tarkov streets 6", "5fbba71d42cc58698a0f3e0c Description": "", "61e800b841ee214fbf1f0e53 Name": "에어 핏", - "61e800b841ee214fbf1f0e53 Description": "[Air Pit]\n버려진 터미널 격납고, 죽음의 아레나가 되기 위해 지역주민에게 빌렸습니다.", + "61e800b841ee214fbf1f0e53 Description": "[Air Pit]\n버려진 터미널 격납고, 죽음의 경기장들 중 하나로 만들기 위해 지역주민들에게 빌렸습니다.", "621df90bf200a905ed57d31d Name": "이퀘이터", - "621df90bf200a905ed57d31d Description": "[Arena]\n타르코프에 남아있는 주민들이 투사들의 싸움을 위해 이퀘이터-2 쇼핑몰을 재설계해서 만든 임시 경기장입니다.", + "621df90bf200a905ed57d31d Description": "[Equator]\n타르코프에 남아있는 주민들이 투사들의 싸움을 위해 이퀘이터-2 쇼핑몰을 재설계해서 만든 임시 경기장입니다.", "62a05c960a18b50b7c575b1b Name": "베이 5", "62a05c960a18b50b7c575b1b Description": "[Bay 5]\n과거에 테라그룹 연구소가 보호했었던 항구 지역의 화물 보관 구역입니다.", "62a20c387949e8388b2f97c8 Name": "제재소", @@ -20508,8 +20780,8 @@ "64b7d7f23d81c8a9ee03ac27 Description": "A courtyard in one of residential neighborhoods, equipped by the Host for Arena fights.", "653e6760052c01c1c805532f Name": "그라운드 제로", "653e6760052c01c1c805532f Description": "[Ground Zero]\n타르코프의 상업 중심지입니다. 테라그룹의 본사가 있었던 장소로, 모든 것이 여기서 시작되었습니다.", - "65b8d6f5cdde2479cb2a3125 Name": "Ground Zero", - "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began.", + "65b8d6f5cdde2479cb2a3125 Name": "그라운드 제로", + "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began. The area has yet again become a hot zone since the early days of the conflict.", "6733700029c367a3d40b02af Name": "The Labyrinth", "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "5464e0404bdc2d2a708b4567 Name": "United Security", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,8 +21591,14 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "데뷔", - "5936d90786f7742b1420ba5b description": "Hello there, soldier. I got a job that's a little too easy for my guys. But you'll do fine. Hey, don't get pissy, I don't know you that well yet to give you a normal job!\n\nThere's a lot of bandit scum roaming the streets. They don't bother me much, but they're still a nuisance. Calm down, say, five of them, and get a couple of MP-133 shotguns off them. I think that'll be enough for you. Dismissed, soldier!", + "5936d90786f7742b1420ba5b description": "[데뷔(Debut)]\n잘 왔나, 제군. 내 부하들한텐 너무 쉬운 일거리가 하나 있는데 자네라면 딱이겠어. 이봐, 삐지지 말게나. 아직 자네를 잘 모르니 제대로 된 임무를 맡길 순 없지 않나!\n\n거리엔 쓰레기 같은 도적떼들이 나돌아다니고 있다네. 나한텐 큰 문제가 되진 않지만, 여전히 성가시긴 하군. 그 중에 다섯 놈 정도만 조용히 처리하고, MP-133 샷건도 두어 정 빼앗아 오게. 자네한텐 충분한 임무일 걸세. 해산하도록!", "5936d90786f7742b1420ba5b failMessageText": "", "5936d90786f7742b1420ba5b successMessageText": "[Debut, 성공]\n그래, 일은 잘 마쳤군, 좋아. 아마 상인들한테 떨이로 사서 가져온 거일 테지만 말이야, 안 그래? 뭐 어찌 됐든, 상관없어. 물건을 잘 가져왔다는 것 그게 중요 한 거지.", "5967379186f77463860dadd6": "타르코프의 모든 지역에서 스캐브 사살하기", @@ -21322,10 +21606,10 @@ "5936d90786f7742b1420ba5b acceptPlayerMessage": "", "5936d90786f7742b1420ba5b declinePlayerMessage": "", "5936d90786f7742b1420ba5b completePlayerMessage": "", - "5936da9e86f7742d65037edf name": "Background Check", - "5936da9e86f7742d65037edf description": "How's it going, warrior? I have an errand for you. My comrade Arseny worked at the factory as a tanker driver. His family left during the evacuation while he stayed behind to make some extra money, and perished here. He lived in a three-story dormitory near Polikhim, I don't remember the room.\n\nAnyway, he had a chain watch, a family heirloom. Bragged about it to everyone. Find that watch and bring it to me, I want to send it to his kid. I want the kid to have something to remember his old man by. The watch must be either in his room or in the tanker truck somewhere at the construction site. Arseny always kept the keys in his jacket. Anyway, do the job. So long!", + "5936da9e86f7742d65037edf name": "배경 조사", + "5936da9e86f7742d65037edf description": "[배경 조사(Background Check)]\n어떻게 지내나, 제군? 부탁할 일이 있어서 불렀네. 내 전우 아르세니가 공장에서 유조차 운전사로 일했었다네. 그의 가족은 대피할 때 떠났지만, 그 녀석은 돈을 더 벌겠다고 남았다가 여기서 최후를 맞이했지. 폴리킴 근처 3층짜리 기숙사에서 살았는데, 방 번호는 기억이 안 나는군.\n\n아무튼, 그 녀석에겐 대대로 내려오는 회중시계가 있었네. 늘 그 시계 자랑을 하고 다녔지. 그 시계를 찾아와 주게. 그의 아이에게 보내주고 싶어서 말일세. 최소한 아비를 기억할 무언가는 있어야 하지 않겠나. 시계는 아마도 그의 방이나 공사장 어딘가에 있는 유조차 안에 있을 걸세. 아르세니는 항상 재킷 주머니에 열쇠를 갖고 다녔으니. 자, 임무 수행하도록. 해산!", "5936da9e86f7742d65037edf failMessageText": "", - "5936da9e86f7742d65037edf successMessageText": "You know what? I didn't think you'd find it. But big thanks to you regardless. This was, you might say, a personal matter. Anyway, here's the reward.", + "5936da9e86f7742d65037edf successMessageText": "이것 봐라! 자네가 찾아올 줄은 몰랐네. 하지만 정말 고맙군. 이건 말하자면, 개인적인 부탁이었거든. 자, 여기 보상이네.", "5967920f86f77468d219d632": "[청동 회중시계] 건네주기", "5968ec9986f7741ddd6c1012": "세관(Customs)에서 [청동 회중시계] 획득하기", "5975de1f86f7744ca53b7c82": "유조차 열쇠 획득하기", @@ -21700,9 +21984,9 @@ "59ca264786f77445a80ed044 description": "[퍼니셔 - 파트 4(The Punisher - Part 4)]\n자네, 스캐브들 썰어버리는 솜씨가 정말 훌륭해! 다들 계속 내게 도대체 무슨 일이 벌어지고 있는 거냐고 물어보더군. 알고 보니 내 친구들이 남아있는 몇몇 지방 관리들과 짜고 쳐서 용병들끼리 싸움을 붙이고 있더라고 마치 검투사 대결같이 말이야. 그 지방 관리들에게 남은 게 뭐가 있을까 싶지만, 아무튼 아무리 생각해도 믿기지가 않는군! 이런 걸 들으면 마치 우리가 중세 시대 때로 후퇴해 버린 것 같네! 아무튼, 자네는, 뭐... 말하자면 그 시스템을 실험하는 기니피그인 거지. 자네의 행동에 따라 자기들의 행동 방침을 조정한다더군. 무슨 소리인지는 잘 모르겠다만, 쉽게 말하자면 계속하라고 제안을 하더군. 이번에는 훨씬 더 어려운 상대들인 PMC들을 죽이라는 임무를 제안받았어. 스캐브들처럼 분장하고 말이야. 구체적으로는, [스캐브 조끼]와 [발라클라바]를 입고 말이지. 거기에 추가로 12 게이지 산탄총을 들고 스캐브들도 족쳐놓으라고도 하던데. 무슨 3차 세계대전을 준비하려는 것도 아니고, 그런 짓을 하면 스캐브들끼리 치고 박치며 싸우겠다만... 어때, 이 일을 받겠나?", "59ca264786f77445a80ed044 failMessageText": "", "59ca264786f77445a80ed044 successMessageText": "[퍼니셔 - 파트 4(The Punisher - Part 4), 성공]\n정말 이보다 더 악랄할 수 있을까. 여기 보상 챙겨가게. 나중에 다시 오면, 내 친구들이 새로운 일거리를 줄걸세.", - "59674d5986f77446b872d5f7": "Eliminate Scavs while using a 12ga shotgun on Lighthouse", - "59ca27f786f77445aa0ddc14": "Eliminate PMC operatives while wearing a balaclava and Scav vest on Lighthouse", - "59ca293c86f91445a80ed047": "Find Bars A-2607 95Kh18 knives in raid", + "59674d5986f77446b872d5f7": "등대(Lighthouse)에서 12 게이지 산탄총을 사용하여 스캐브 사살하기", + "59ca27f786f77445aa0ddc14": "등대(Lighthouse)에서 [발라클라바] 와 [스캐브 조끼]를 착용하고 PMC 사살하기", + "59ca293c86f91445a80ed047": "레이드에서 [Bars A-2607 95Kh18 나이프] 획득하기", "59ca29ab86f77445ab431c86": "나이프 건네주기", "59ca264786f77445a80ed044 acceptPlayerMessage": "", "59ca264786f77445a80ed044 declinePlayerMessage": "", @@ -21711,8 +21995,8 @@ "59ca29fb86f77445ab465c87 description": "[퍼니셔 - 파트 5(The Punisher - Part 5)]\n내 친구들이 자신들을 마스터라고 자칭하기 시작했네. 심지어 이 검투사 시합을 더 발전시키는 데 필요한 물건들이 생겼다는군. 솔직히, 나는 이런 활동들이 썩 좋지도 않고 이런 혼란이 밖으로 퍼지는 걸 좋아하지도 않는다네. 그러니 어서 그들이 원하는 물건을 가져다주게. 내가 대신 전달해 주지. 그리고 간단히 얻은 것이 아니라는 증거로서 마스터들이 시외에서 소란을 피우길 요청하더군. 대충 차려입지 말고, [PACA 방탄복]과 [6B47 헬멧]을 쓰고 말일세. 이게 무슨 가면무도회인가 싶지만... 자네의 외모에 관해 자기들만의 이유가 있지 않을까 하는 추측을 하고 있다네.", "59ca29fb86f77445ab465c87 failMessageText": "", "59ca29fb86f77445ab465c87 successMessageText": "[퍼니셔 - 파트 5(The Punisher - Part 5), 성공]\n보아하니 다 찾아왔나 보군. 아주 훌륭해! 솔직히 말해서, 난 이 모든 거래가 굉장히 불쾌해. 하지만, 돈은 정직하다는 말이 있잖나. 여기 보상을 받게나.", - "59ca293c86f77445a80ed147": "Find any Kalashnikov AK-74 assault rifle in raid", - "59ca29ab86f77445ab133c86": "Hand over the AK-74", + "59ca293c86f77445a80ed147": "레이드에서 아무 [Kalashnikov AK-74 돌격소총] 획득하기", + "59ca29ab86f77445ab133c86": "AK-74 건네주기", "59ca2bdc86f77445a80ed148": "레이드에서 [Colt M4A1 5.56x45 돌격소총] 획득하기", "59ca2c3086f77445aa0ddc15": "[Colt M4A1 5.56x45 돌격소총] 건네주기", "59ca2c9e86f77428ea721232": "레이드에서 [PM \"Makarov\" 9x18PM 권총] 획득하기", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "개소리", + "5c0bbaa886f7746941031d82 description": "[개소리 (Bullshit)]\n그래, 이번일 때문에 널 불렀어. 내 부하들 속에서 끄나풀 한 마리를 찾았거든. 이 개새끼가 내 쪽의 보급망과 사업 아이템들을 몽땅 유출하고 있더라고. 그래서 난 이게 무슨 씨발 같은 일인지 알아봤지.\n\n내 부하중 하나가 뒷조사한 바로는 그 새끼가 세관(Customs) 기숙사 쪽에 자리 잡은 놈들과 한패라 하더군. 내 계획은 바로 걔네한테 개소리를 넘기는 거지, 내 \"다음 상품\"에 대한 개소리를 말이야. 그리고 그 새끼들이 보기 좋게 낚이는 순간, 내 부하들이 기습해서 다 닦아내는 거지. 중요한 건 이 정보를 슬쩍 흘리러 갈 때, 등신마냥 \"내가 첩자요\" 하고 나불대지 말고 그놈들로 위장해서 조용히 놓고 와야 해, 알겠지? 다리 근처에 불탄 빨간 자동차에 낚시용 고급 정보를 듬뿍 담아둔 플래시 드라이브가 하나 있을 거야. 얼간이 같은 부하 놈들이 쫄아서 그쪽에 놓고 냅다 줄행랑을 쳤거든. 그걸 주워다가, 그 새끼들이 낚이기 좋게 SV-98과 롤러 시계 한 개를 함께 숨겨둬. 그리고 스캐브들은 건들지 말고, 일이 끝나면 조용히 빠져나와.", + "5c0bbaa886f7746941031d82 failMessageText": "[개소리 (Bullshit), 실패]\n이런 씨발, 목 위에 달아둔 건 장식이야? 도대체 왜 총을 쏴 재낀 거야? 분명 그 새끼들이 우리를 기숙사 근처에 얼씬도 못하게 할 거야. 꽤 오랜 시간 동안 경계병력을 배치해둘게 분명해... 대체 씨발 이제 어떻게 거짓 정보를 흘릴 거냐고? 무슨 소리야? 무슨 빌어먹을 \"송신기\"를 말하는거야? 당장 꺼져!", + "5c0bbaa886f7746941031d82 successMessageText": "[개소리 (Bullshit), 성공]\n전부 끝내주게 준비된 것 같군! 내 친구들은 이미 잠복 중이고, 그 약탈꾼 놈들에게는 최고이자 최후의 선물이 될거야. 도와줘서 고마워.", "5c0bc32986f7743e4d1002d2": "기숙사 3층 중앙 계단 맞은편 쓰레기 더미에 [SV-98 저격소총] 숨겨두기", "5c0bc43e86f7744794440ba5": "기숙사 3층 중앙 계단 맞은편 쓰레기 더미에 [롤러 서브마리너 골드 손목시계] 숨겨두기", "5c12320586f77437e44bcb15": "기숙사 3층 중앙 계단 맞은편 쓰레기 더미에 [가짜 정보가 들어있는 USB] 숨겨두기", @@ -22739,7 +23023,7 @@ "5c0d0d5086f774363760aef2 description": "[운동선수(Athlete)]\n당신도 아시다시피, 저는 의사로서 제 책무를 다하기 위해 어떤 힘든 상황에서도 아픈 사람들을 치료해왔어요. 그러니, 당신이 종종 제 심부름을 해주는 만큼, 저는 당신이 건강한지 확인해야겠어요. 앞으로도 안심하고 다른 부탁들을 할 수 있도록 말이죠. 질병과 부상 정도로는 당신을 막지 못한다는 것을 증명해 보세요.", "5c0d0d5086f774363760aef2 failMessageText": "", "5c0d0d5086f774363760aef2 successMessageText": "[운동선수(Athlete), 성공]\n솔직히, 당신의 일 외적인 부분들도 믿어도 될지 확신이 서지 않았어요.", - "5c0d0dfd86f7747f482a89a5": "[건강] 스킬 레벨 올리기", + "5c0d0dfd86f7747f482a89a5": "[체력] 스킬 레벨 올리기", "5c0d0d5086f774363760aef2 acceptPlayerMessage": "", "5c0d0d5086f774363760aef2 declinePlayerMessage": "", "5c0d0d5086f774363760aef2 completePlayerMessage": "", @@ -22865,7 +23149,7 @@ "5c12487386f7742a60324299": "피스키퍼와의 우호도 4레벨 달성하기", "5c12489886f77452db1d2b05": "프라퍼와의 우호도 4레벨 달성하기", "5c1248ef86f77428266184c2": "테라피스트와의 우호도 4레벨 달성하기", - "65e08db1a97b2cd4e452432d": "Reach level 4 loyalty with Jaeger", + "65e08db1a97b2cd4e452432d": "예거와의 우호도 4레벨 달성하기", "5c12452c86f7744b83469073 acceptPlayerMessage": "", "5c12452c86f7744b83469073 declinePlayerMessage": "", "5c12452c86f7744b83469073 completePlayerMessage": "", @@ -23864,8 +24148,8 @@ "60ec0af8a664b027ab1441af": "인터체인지(Interchange)에서 PMC 사살하기", "60ec0b1871035f300c301acd": "연구소(The Lab)에서 PMC 사살하기", "60ec2b04bc9a8b34cd453b81": "퀘스트가 진행되는 도중에 죽거나 레이드에서 탈주하면 안 됩니다 (상태: 사망(KIA), 탈주(Left the Action), 실종(MIA), 도망(Run Through))", - "65e09b343458a36a766837c7": "Eliminate PMC operatives in Ground Zero", - "65e19abadf39d26751b3bb1e": "Eliminate PMC operatives on Ground Zero", + "65e09b343458a36a766837c7": "그라운드 제로(Ground Zero)에서 PMC 사살하기", + "65e19abadf39d26751b3bb1e": "그라운드 제로(Ground Zero)에서 PMC 사살하기", "60e71b62a0beca400d69efc4 acceptPlayerMessage": "", "60e71b62a0beca400d69efc4 declinePlayerMessage": "", "60e71b62a0beca400d69efc4 completePlayerMessage": "", @@ -24692,7 +24976,7 @@ "639136d68ba6894d155e77cf name": "안전한 통로", "639136d68ba6894d155e77cf description": "[안전한 통로 (Green Corridor)]\n저 빌어먹을 양놈들! 그들이 원하는 건 모두를 쏴 재끼는 것 뿐이군! 이미 협상이 끝났고, 심지어 통행료까지 지급했는데! 하지만 그 망할 놈들은 우리의 피를 더 원하나 보군! 좋네, 제군. 이리 와서 들어보게. 호송대가 마을을 지나고 있었다네. 중요한, 그것도 엄청나게 중요한 화물을 가지고 말일세. 심지어 나조차도 그 안에 뭐가 들었는지 몰라. 누군가가 호송대의 안전한 이동을 위한 요금을 가져갔고, 호송대가 통째로 사라져버렸다고. 생각해봐. 이 개자식들이! 무슨 일이 일어나고 있는지, 그리고 혹시나 건질게 남아있는지 찾아보게. 그리고 어디서 저놈들이 총격을 가했는지도 찾아보게나...", "639136d68ba6894d155e77cf failMessageText": "", - "639136d68ba6894d155e77cf successMessageText": "The convoy was swept clean, huh? So it was all planned from the beginning... But the main vehicle wasn't breached, that's the main thing. The shooting started from the car dealership? So it was Kaban... Oh, sorry, I'm just thinking out loud, I'll have to think it over. Thank you. Come back later.", + "639136d68ba6894d155e77cf successMessageText": "정차 중이던 호송대가 몽땅 쓸려나갔다고? 흠... 그럼 처음부터 계획된 일이었던 거군... 하지만 주력 차량은 손상되지 않았다니 다행이군. 총격이 자동차 매장에서 시작됐다고? 그렇다면 카반 놈이었겠군... 아, 미안하네. 혼잣말을 했군. 좀 더 생각해봐야겠어. 고맙네. 나중에 다시 오도록.", "639cee16f5765f47cc7f0ea1": "살아서 탈출하기", "63a7d53904d3dc28a52a2100": "타르코프 시내(Streets of Tarkov)에서 화물 수송대 찾기", "63a7d58004d3dc28a52a2102": "매복 지점 찾기", @@ -25215,26 +25499,26 @@ "64e7b985e34817363c4684d2 acceptPlayerMessage": "", "64e7b985e34817363c4684d2 declinePlayerMessage": "", "64e7b985e34817363c4684d2 completePlayerMessage": "", - "64e7b99017ab941a6f7bf9d7 name": "Gendarmerie - Mall Cop", - "64e7b99017ab941a6f7bf9d7 description": "Hoorah, warrior. My unofficially best employee! Anyway, there's a new pain in the ass I want you to deal with. There's a few places where we need to make dead silent, if you know what I mean. You'll be the first member of our Tarkov gendarmerie division! The first spot is Klimov Shopping Mall. This place has seen better days, that's for certain. Now it's just scumbags and looters, and I don't feel sorry for them in the slightest. Come on, get to it. We got a lot of work to do.", + "64e7b99017ab941a6f7bf9d7 name": "헌병대 - 쇼핑몰 경비대", + "64e7b99017ab941a6f7bf9d7 description": "제군, 반갑군! 내 비공식적인 최고의 부하로군! 아무튼, 자네가 처리해줬으면 하는 새로운 골칫거리가 있네. 조용히 해결해야 할 장소가 몇 군데 있다네, 무슨 뜻인지 알겠지? 자네를 우리 타르코프 헌병대의 첫 번째 대원으로 임명하도록 하지! 첫 번째 현장은 클리모프 쇼핑몰일세. 그곳도 한때는 좋은 시절이 있었지만, 이젠 아닌 게 확실하군. 이제는 그저 인간쓰레기들과 약탈자들만 들끓고 있어서, 그놈들에 대해선 눈곱만큼도 동정심이 들지 않네. 자, 이제 시작하도록. 할 일이 산더미같이 쌓여있다네.", "64e7b99017ab941a6f7bf9d7 failMessageText": "", - "64e7b99017ab941a6f7bf9d7 successMessageText": "Well done, officer. Your reward, as promised!", - "64e7bc2c5e6d3e61ca2ca097": "Eliminate any target at the stylobate building while using Pistols on Streets of Tarkov", + "64e7b99017ab941a6f7bf9d7 successMessageText": "잘 했네, 제군! 약속한 보상이네!", + "64e7bc2c5e6d3e61ca2ca097": "타르코프 시내(Streets of Tarkov)에서 권총으로 Stylobate 건물에 있는 모든 목표물을 사살하기", "64e7b99017ab941a6f7bf9d7 acceptPlayerMessage": "", "64e7b99017ab941a6f7bf9d7 declinePlayerMessage": "", "64e7b99017ab941a6f7bf9d7 completePlayerMessage": "", - "64e7b9a4aac4cd0a726562cb name": "Gendarmerie - Tickets, Please", - "64e7b9a4aac4cd0a726562cb description": "Right, let's get straight to the point. The new task is the Rodina movie theater. Clean it up properly, then report to me right away.", + "64e7b9a4aac4cd0a726562cb name": "헌병대 - 표 검사", + "64e7b9a4aac4cd0a726562cb description": "좋아, 바로 본론으로 들어가지. 새로운 임무는 로디나 영화관일세. 깔끔하게 청소하고, 즉시 보고하도록.", "64e7b9a4aac4cd0a726562cb failMessageText": "", - "64e7b9a4aac4cd0a726562cb successMessageText": "Never cease to amaze me, warrior. Attaboy.", - "64e7bd0c6393886f74119f41": "Eliminate any target at the Rodina cinema while using SMGs on Streets of Tarkov", + "64e7b9a4aac4cd0a726562cb successMessageText": "역시 놀랍군, 제군. 잘 했네, 잘 했어.", + "64e7bd0c6393886f74119f41": "타르코프 시내(Streets of Tarkov)에서 SMG로 Rodina 영화관에 있는 모든 목표물을 사살하기", "64e7b9a4aac4cd0a726562cb acceptPlayerMessage": "", "64e7b9a4aac4cd0a726562cb declinePlayerMessage": "", "64e7b9a4aac4cd0a726562cb completePlayerMessage": "", - "64e7b9bffd30422ed03dad38 name": "Gendarmerie - District Patrol", - "64e7b9bffd30422ed03dad38 description": "One last mission for our gendarmerie division, at least for now. Our target is the Cardinal apartment complex. My men have to get into that neighborhood, but the looters won't be very pleased. So you go there first and do some tidy-up, understand? Move then!", + "64e7b9bffd30422ed03dad38 name": "헌병대 - 지역 순찰", + "64e7b9bffd30422ed03dad38 description": "헌병대를 위한 마지막 임무일세, 적어도 당분간은. 우리의 목표는 카디널 아파트 단지네. 내 부하들이 그 구역에 들어가야 하는데, 약탈자들이 반길 것 같진 않군. 그러니 자네가 먼저 가서 정리 좀 해주게, 알겠나? 지금 즉시 이동하도록!", "64e7b9bffd30422ed03dad38 failMessageText": "", - "64e7b9bffd30422ed03dad38 successMessageText": "My respects to you, soldier.", + "64e7b9bffd30422ed03dad38 successMessageText": "자네에게 경의를 표하네, 제군.", "64e7bdd52d369a1c0172722f": "Eliminate any target at the Cardinal apartment complex while using Assault rifles or Assault carbines on Streets of Tarkov", "64e7b9bffd30422ed03dad38 acceptPlayerMessage": "", "64e7b9bffd30422ed03dad38 declinePlayerMessage": "", @@ -25324,22 +25608,22 @@ "64f3176921045e77405d63b5 acceptPlayerMessage": "", "64f3176921045e77405d63b5 declinePlayerMessage": "", "64f3176921045e77405d63b5 completePlayerMessage": "", - "64f5aac4b63b74469b6c14c2 name": "Glory to CPSU - Part 2", - "64f5aac4b63b74469b6c14c2 description": "No, I don't believe Oleg's gone. So we keep looking. The last time we were in touch, he said he got a new job, eyes sparkling. But then we were distracted by another topic, and being drunk didn't help... Anyway, I don't know where he got a job, but if he was so excited, it must have had something to do with everything Soviet. That's what we'll be looking for. Find this place and search it clean. I don't want to lose my comrade.", + "64f5aac4b63b74469b6c14c2 name": "소련공산당에 영광을 - 파트 2", + "64f5aac4b63b74469b6c14c2 description": "아니야, 올렉이 죽었다고는 믿을 수 없네. 계속 찾아야만 하네. 마지막으로 연락했을 때, 그 녀석이 새로운 일자리를 구했다며 눈을 반짝이고 있더군. 하지만 그때 다른 얘기로 화제가 새고, 술에 취해있던 것도 도움이 안 됐지... 어쨌든, 그 녀석이 어디서 일하게 됐는진 모르지만, 그렇게 신나있었던 걸 보면 분명 소련과 관련된 뭔가였을 거야. 우린 그걸 찾아보면 되겠군. 그 장소를 찾아서 구석구석 수색하도록. 전우를 잃고 싶지 않아.", "64f5aac4b63b74469b6c14c2 failMessageText": "", - "64f5aac4b63b74469b6c14c2 successMessageText": "No sign of Oleg again? Oh, the journal, huh? We'll look into it. Thank you, soldier.", - "64f5aac4b63b74469b6c14c7": "Locate the place of work of Prapor's friend on Streets of Tarkov", - "64f5aac4b63b74469b6c14c9": "Survive and extract from the location", - "64f5b876a2a5bb727b61c5ad": "Obtain any information on the fate of Prapor's friend", - "64f5bbc967e11a7c6206e00e": "Hand over the found data", + "64f5aac4b63b74469b6c14c2 successMessageText": "올렉의 흔적을 또 못 찾았나? 오, 일기장이라... 한번 살펴보도록 하지. 고맙네, 제군.", + "64f5aac4b63b74469b6c14c7": "타르코프 시내(Streets of Tarkov)에서 프라퍼의 친구의 직장 찾기", + "64f5aac4b63b74469b6c14c9": "살아서 탈출하기", + "64f5b876a2a5bb727b61c5ad": "프라퍼의 친구의 행방에 관한 정보 찾기", + "64f5bbc967e11a7c6206e00e": "발견한 정보 건네주기", "64f5aac4b63b74469b6c14c2 acceptPlayerMessage": "", "64f5aac4b63b74469b6c14c2 declinePlayerMessage": "", "64f5aac4b63b74469b6c14c2 completePlayerMessage": "", - "64f5deac39e45b527a7c4232 name": "Test Drive - Part 3", - "64f5deac39e45b527a7c4232 description": "No shortage of patriots... I had a conversation with a group of BEARs the other day, we chatted about domestic weapons. Anyway, a new AK has arrived in stock, I need to test it somewhere... How about Dalniy? Yeah, that'll work. Alrighty, here's your build, go operate!", + "64f5deac39e45b527a7c4232 name": "시범운용 - 파트 3", + "64f5deac39e45b527a7c4232 description": "애국자들은 참 많군... 며칠 전에 BEAR 부대원들과 대화를 나눴는데, 국산 무기에 대해 이야기를 했다네. 아무튼, 새로운 AK가 들어왔는데, 어딘가에서 시험사격을 해봐야 하거든... 달니(Dalniy)는 어떨까? 그래, 그곳이면 되겠어. 좋아, 여기 조립한 총이네. 가서 실전 테스트 해보도록!", "64f5deac39e45b527a7c4232 failMessageText": "", - "64f5deac39e45b527a7c4232 successMessageText": "Of course it works! Thanks for the help, soldier.", - "64f5deac39e45b527a7c4235": "Eliminate PMC operatives while using an AK-12 with a suppressor and Valday PS-320 1/6x scope on Lighthouse", + "64f5deac39e45b527a7c4232 successMessageText": "역시 잘 작동하는군! 도움 고맙네, 제군.", + "64f5deac39e45b527a7c4235": "등대(Lighthouse)에서 소음기와 Valday PS-320 1/6x 조준경을 장착한 AK-12를 사용하여 PMC 사살하기", "64f5deac39e45b527a7c4232 acceptPlayerMessage": "", "64f5deac39e45b527a7c4232 declinePlayerMessage": "", "64f5deac39e45b527a7c4232 completePlayerMessage": "", @@ -25441,23 +25725,23 @@ "657315ddab5a49b71f098853 acceptPlayerMessage": "", "657315ddab5a49b71f098853 declinePlayerMessage": "", "657315ddab5a49b71f098853 completePlayerMessage": "", - "657315df034d76585f032e01 name": "Shooting Cans", - "657315df034d76585f032e01 description": "Greetings! I hear you're looking for a little extra cash. I'm looking for new people around here. I won't take you on any big jobs right away, of course. We'll start with something simple to get you up to speed.\n\nI know that the city center is where AGSs and KORDs were deployed during the hottest fights. Find me one of each and report back. Also, sweep the area around them, make sure no one gets to the firing positions before my guys do. I think five bodies will be enough. Scavs, PMCs, whatever. Less trespassers, less chance of an ambush, you know? That'll test your shooting skills, too.", - "657315df034d76585f032e01 failMessageText": "All right, relax, kid, this is clearly too easy for you. I'll find you something more interesting.", - "657315df034d76585f032e01 successMessageText": "You did it? Well done! Maybe you could really be useful.", - "657333fee3fbaa77d3b5cd7c": "Locate the Utyos machine gun on Ground Zero", - "6573340403f471fb2bb12df1": "Locate the AGS grenade launcher on Ground Zero", - "657334311dbb8b7569bb83c4": "Eliminate any target on Ground Zero", + "657315df034d76585f032e01 name": "사격 연습", + "657315df034d76585f032e01 description": "이봐, 반갑네! 자네가 돈벌이를 찾고 있다고 들었군. 마침 새로운 인원을 찾고 있었다네. 물론 큰 임무를 바로 맡길 순 없고, 자네의 실력을 파악하기 위해 간단한 것부터 시작해보지. 시내 중심가에 격전이 벌어질 때 AGS와 KORD가 배치됐었다는 걸 알고 있네. 각각 하나씩 찾아와 주게. 그리고 그 주변도 수색하도록. 우리 부대원들이 그 사격 진지에 도착하기 전에 아무도 접근하지 못하게 말일세. 다섯 구 정도면 충분할 거야. 스캐브든 PMC든 상관없네. 침입자가 적을수록 매복당할 위험도 줄어들지 않겠나? 자네의 사격 실력도 시험해볼 수 있겠군.", + "657315df034d76585f032e01 failMessageText": "좋아, 진정하게, 꼬마. 이건 자네한텐 너무 쉬웠나 보군. 좀 더 재미있는 걸 찾아보도록 하지.", + "657315df034d76585f032e01 successMessageText": "해냈나? 잘했네! 자네라면 정말 쓸모가 있을 것 같군.", + "657333fee3fbaa77d3b5cd7c": "그라운드 제로(Ground Zero)에서 Utyos 기관총 찾기 ", + "6573340403f471fb2bb12df1": "그라운드 제로(Ground Zero)에서 AGS 유탄 발사기 찾기 ", + "657334311dbb8b7569bb83c4": "그라운드 제로(Ground Zero)에서 아무 목표나 사살하기", "657315df034d76585f032e01 acceptPlayerMessage": "", "657315df034d76585f032e01 declinePlayerMessage": "", "657315df034d76585f032e01 completePlayerMessage": "", - "657315e1dccd301f1301416a name": "Luxurious Life", - "657315e1dccd301f1301416a description": "Hey! You did well on the first job, but it's not enough to make me happy. You're gonna have to do a little more legwork, soldier. \n\nI need to find a bottle of wine. I myself am more of a hard drinker, but I know a man who collects wine. And not just any kind, but the rarest kind! I want to give him a bottle as a gesture of goodwill. Nowadays in Tarkov, any connections with reputable people are worth their weight in gold, you know?\n\nThere was a liquor store in the city center. They used to sell booze three times the price, for the elite folks. I'm sure there's some left. Go there and search the place and get me a good bottle of some French wine! And don't even try to slip me some fake shit.", - "657315e1dccd301f1301416a failMessageText": "You've become too experienced for this kind of job, warrior. We'll leave the fetch tasks to the greens.", - "657315e1dccd301f1301416a successMessageText": "O-ho, that's a beautiful bottle! The man is gonna love it. Here's your reward, well deserved.", - "6575aa67197bd678a0c3f552": "Locate the liquor store on Ground Zero", - "65817cabba2ba6ef71fc72ca": "Locate and obtain the wine bottle in the store", - "65817cd2881a7e07b3ec1249": "Hand over the wine bottle", + "657315e1dccd301f1301416a name": "호화로운 삶", + "657315e1dccd301f1301416a description": "정말 수고했다네, 용사여! 첫 임무는 잘 해냈지만, 아직 나를 만족시키기엔 부족하군. 좀 더 뛰어다녀야 할 것 같네. 와인 한 병을 구해와야 하는데 말일세. 난 독한 술을 더 좋아하지만, 와인을 수집하는 지인이 있다네. 그것도 아주 희귀한 것만 찾는 사람이지! 그에게 선물로 와인 한 병을 주고 싶어서 말일세. 요즘 타르코프에선 믿을만한 사람과의 인맥이 금값이란 걸 알지 않나? 시내 중심가에 주류점이 하나 있었는데, 상류층을 위해 시가의 세 배로 술을 팔던 곳이었지. 분명 아직도 뭔가 남아있을 걸세. 가서 프랑스산 와인 한 병을 구해오게! 가짜는 가져오지 말라고.", + "657315e1dccd301f1301416a failMessageText": "전사여, 자네는 이런 심부름하기엔 너무 노련해졌어. 이런 잡일은 신병들에게나 맡기도록 하지.", + "657315e1dccd301f1301416a successMessageText": "오호, 이거 아주 멋진 병이군! 그 사람이 틀림없이 좋아할 거야. 여기 자네의 보상이네, 충분히 값어치를 했어.", + "6575aa67197bd678a0c3f552": "그라운드 제로(Ground Zero)에서 주류 판매점 찾기", + "65817cabba2ba6ef71fc72ca": "판매점에서 와인병 찾아서 획득하기", + "65817cd2881a7e07b3ec1249": "와인병 건네주기", "657315e1dccd301f1301416a acceptPlayerMessage": "", "657315e1dccd301f1301416a declinePlayerMessage": "", "657315e1dccd301f1301416a completePlayerMessage": "", @@ -25525,13 +25809,13 @@ "6573387d0b26ed4fde798de3 acceptPlayerMessage": "", "6573387d0b26ed4fde798de3 declinePlayerMessage": "", "6573387d0b26ed4fde798de3 completePlayerMessage": "", - "6573397ef3f8344c4575cd87 name": "Properties All Around", - "6573397ef3f8344c4575cd87 description": "Heyo, soldier! I've got a little job for you, easy as always.\n\nYou probably know that TerraGroup acted honorably at first: they filed official requests, compiled documents, paid taxes, all this crap. It's only later that they went off the motherfucking rails. I have a feeling that the city's real estate fund may have kept records of the facilities bought or leased by those fucks. If you poke around, you might find something interesting. I'll bet it'll uncover a lot of hidden assets. You up for it?", + "6573397ef3f8344c4575cd87 name": "도시의 부동산", + "6573397ef3f8344c4575cd87 description": "어이, 제군! 간단한 일거리가 하나 있다네. 늘 그렇듯 쉬운 일이지. 테라그룹이 처음엔 꽤나 점잖게 굴었다는 건 알고 있을 걸세. 공식 요청서도 제출하고, 서류도 준비하고, 세금도 냈다네, 그런 잡다한 것들 말일세. 나중에야 그 개새끼들이 미쳐 날뛰기 시작했지. 내 생각엔 시 부동산 기금에 그놈들이 매입하거나 임대한 시설들의 기록이 남아있을 것 같군. 잘 뒤져보면 재미있는 걸 찾을 수 있을 거야. 틀림없이 숨겨둔 자산들이 많이 나올 거라고. 한번 해볼 텐가?", "6573397ef3f8344c4575cd87 failMessageText": "", - "6573397ef3f8344c4575cd87 successMessageText": "Did you find it? Nice work, now bring it here! And take your reward, you deserve it.", - "6573397ef3f8344c4575cd88": "Locate the real estate fund on Streets of Tarkov", - "6581676e7a18ff402fd23e68": "Locate and obtain the Tarkov real estate transactions document", - "658167a0e53c40116f8632fa": "Hand over the obtained information", + "6573397ef3f8344c4575cd87 successMessageText": "찾아왔나? 잘했네, 이리 가져오게! 여기 자네 보상일세, 당연히 받을 자격이 있어.", + "6573397ef3f8344c4575cd88": "타르코프 시내(Streets of Tarkov)에서 부동산 기금 찾기", + "6581676e7a18ff402fd23e68": "타르코프 부동산 기록 찾아서 획득하기", + "658167a0e53c40116f8632fa": "획득한 정보 건네주기", "6573397ef3f8344c4575cd87 acceptPlayerMessage": "", "6573397ef3f8344c4575cd87 declinePlayerMessage": "", "6573397ef3f8344c4575cd87 completePlayerMessage": "", @@ -25545,11 +25829,11 @@ "65734c186dc1e402c80dc19e acceptPlayerMessage": "", "65734c186dc1e402c80dc19e declinePlayerMessage": "", "65734c186dc1e402c80dc19e completePlayerMessage": "", - "6574e0dedc0d635f633a5805 name": "Test Drive - Part 4", - "6574e0dedc0d635f633a5805 description": "I've got a new toy I've been thinking about testing out. And here you are, just in time for this. Take this RPD and go to Shoreline, shoot with it there. Just don't lose it on the way there, I won't accept any other guns.", + "6574e0dedc0d635f633a5805 name": "시범운용 - 파트 4", + "6574e0dedc0d635f633a5805 description": "새로운 장난감을 시험해보고 싶었는데, 때마침 자네가 왔군. 이 RPD를 가지고 해안선에 가서 사격 좀 해보게. 단, 도중에 잃어버리진 말게. 다른 총으론 대체가 안되니까.", "6574e0dedc0d635f633a5805 failMessageText": "", - "6574e0dedc0d635f633a5805 successMessageText": "So how do you like it, good, yeah? It's a real beauty in combat!", - "6574e0dedc0d635f633a5807": "Eliminate any target while using an RPDN machine gun with 1P78-1 scope on Shoreline", + "6574e0dedc0d635f633a5805 successMessageText": "어떤가, 좋지 않나? 실전에선 정말 아름다운 녀석이라니까!", + "6574e0dedc0d635f633a5807": "해안선(Shoreline)에서 1P78-1 조준경을 부착한 RPDN 기관총으로 아무 목표물이나 사살하기", "6574e0dedc0d635f633a5805 acceptPlayerMessage": "", "6574e0dedc0d635f633a5805 declinePlayerMessage": "", "6574e0dedc0d635f633a5805 completePlayerMessage": "", @@ -25703,10 +25987,10 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Easy Money - Part 1", - "66058cb22cee99303f1ba067 description": "Sup. Got a job for ya. A friend of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You should put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! You pick up the flyers at the USEC camp on Woods, how did it end up there? Who knows? My contact might have good allies. Once you get the package, walk around and stick them fliers all over the city. Just kidding. Bring it over to the specified locations, they'll figure it out from there. ", + "66058cb22cee99303f1ba067 description": "Sup mate. Got a job for ya. An old pal of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You gotta put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! I've got a couple of posters ready for ya, but if you lose them, it's your own bloody problem, got it? Bring them to the Scav stronghold at the customs terminal. Off you go then.", "66058cb22cee99303f1ba067 failMessageText": "", - "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here's some goodies in the meantime.", - "6606b709f7ce34bb26221cab": "Plant the \"Bison VS Undertaker\" poster in the living quarters at the Scav base on Customs", + "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here are some goodies in the meantime.", + "6606b709f7ce34bb26221cab": "Plant the Bison vs Undertaker poster in the living quarters at the Scav base on Customs", "6606b74ebce4c3e0bda438fd": "Plant the \"Killa and Tagilla\" poster at the railway platform on Reserve", "6606b7501d9dfa39ba0b037e": "Put up flyers at the Rodina cinema on Streets of Tarkov", "6606b752a6c704c4333a804d": "Plant the \"Easy Money\" poster inside the helicopter at the water treatment plant on Lighthouse", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Hello, champion! A friend of mine gave you a little tryout assignment. Now I've decided to meet you in person. People call me Ref. Hosting the Arena and the big bucks, ha!\n\nClearly you don't mind making money, and I'm in desperate need of new staff. Business is booming, and I'm short-handed. We're expanding!\n\nWe got another fight planned soon. As they used to say in ancient Rome, \"the people demand bread and circuses.\" The latter is fine, but the bread is running late. A little supply disruption, don't worry about it. Just get me some food and booze for the audience.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Everything you brought has already been sent to the seats. Well done.", - "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid item: Bottle of Tarkovskaya vodka", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Hand over the found in raid item: Bottle of Pevko Light beer", "6606bd814120fcf7f0a38e55": "Hand over the found in raid item: Alyonka chocolate bar", "6606bd9128b63f13e560592f": "Hand over the found in raid item: Pack of Tarker dried meat", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Part 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Part 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", - "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plant three TP-200 TNT bricks at the MVD academy entrance on Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Between Two Fires", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Hand over the found info", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -26374,27 +26663,27 @@ "666314a50aa5c7436c00908a acceptPlayerMessage": "", "666314a50aa5c7436c00908a declinePlayerMessage": "", "666314a50aa5c7436c00908a completePlayerMessage": "", - "666314b0acf8442f8b0531a1 name": "Hell on Earth - Part 1", - "666314b0acf8442f8b0531a1 description": "What's up, warrior. I've been talking to my nephew about some video game where you shoot demons. I thought I'd give him a little present. \n\nAnyway, here's the task: get me a double-barrelled shotgun like in that game, and make it look real nasty! Oh, and make the barrel shorter.", + "666314b0acf8442f8b0531a1 name": "생지옥 - 파트 1", + "666314b0acf8442f8b0531a1 description": "안녕하신가, 전사여. 조카와 악마를 쏴잡는 비디오 게임 얘기를 하다가 말이야. 그 녀석에게 작은 선물을 해주고 싶어졌다네. 자, 임무는 이렇다네: 그 게임에 나오는 것처럼 이중 총열 샷건을 구해와주게. 정말 무시무시하게 생긴 걸로 말일세! 아, 그리고 총열은 좀 더 짧게 개조해오게.", "666314b0acf8442f8b0531a1 failMessageText": "", - "666314b0acf8442f8b0531a1 successMessageText": "It really is a beast! Even I'm now interested in seeing this game...", - "66632cf3fbd7dedfa6153a9f": "Modify an MP-43-1C shotgun to comply with the given specifications", + "666314b0acf8442f8b0531a1 successMessageText": "이건 정말 짐승 같은 녀석이군! 이제 나도 그 게임이 궁금해졌어...", + "66632cf3fbd7dedfa6153a9f": "MP-43-1C 산탄총을 요구 사항에 맞게 개조하기", "666314b0acf8442f8b0531a1 acceptPlayerMessage": "", "666314b0acf8442f8b0531a1 declinePlayerMessage": "", "666314b0acf8442f8b0531a1 completePlayerMessage": "", - "666314b2a9290f9e0806cca3 name": "Hell on Earth - Part 2", - "666314b2a9290f9e0806cca3 description": "Warrior! Remember the DB you were building? I couldn't deliver it past the border. That's a bummer, the shotty is gorgeous. Speaking of, we've got plenty of demons of our own in Tarkov. \n\nCan't even take a shit in the woods at night! Why don't you take this gun out for a spin and deal with those devils?", + "666314b2a9290f9e0806cca3 name": "생지옥 - 파트 2", + "666314b2a9290f9e0806cca3 description": "이봐, 용사여! 자네가 만들었던 그 더블배럴 기억하나? 국경을 넘기지 못했다네. 아쉽군, 정말 멋진 샷건이었는데 말이야. 그나저나, 우리 타르코프에도 악마들이 많이 있지 않나. 밤에는 삼림쪽에서 볼일도 못 볼 지경이라니까! 자네가 이 총을 가지고 나가서 그 악마들을 처리해보는 건 어떤가?", "666314b2a9290f9e0806cca3 failMessageText": "", - "666314b2a9290f9e0806cca3 successMessageText": "How'd it go? We really should add something like that to the inventory... I think it's gonna be a big hit!", - "66632deea5607d352f3aa844": "Eliminate the hooded men while using the double barrel shotgun", + "666314b2a9290f9e0806cca3 successMessageText": "어떻게 됐나? 우리도 이런 물건을 재고에 추가해야 할 것 같군... 아주 인기 있을 것 같다네!", + "66632deea5607d352f3aa844": "더블배럴 산탄총으로 후드 쓴 사람 사살하기", "666314b2a9290f9e0806cca3 acceptPlayerMessage": "", "666314b2a9290f9e0806cca3 declinePlayerMessage": "", "666314b2a9290f9e0806cca3 completePlayerMessage": "", - "666314b4d7f171c4c20226c3 name": "The Good Times - Part 1", - "666314b4d7f171c4c20226c3 description": "Hello again! Remember the good old time when all the major fighting took place at Polikhim? People were buying tons of gear from me back then. There was a kit, the most popular among PMCs. \n\nI was wondering how it performs in the field nowadays. Check it out for me and tell me how it is, yea?", + "666314b4d7f171c4c20226c3 name": "좋았던 시절 - 파트 1", + "666314b4d7f171c4c20226c3 description": "어이, 다시 만났군! 폴리킴에서 대규모 전투가 벌어졌던 그 좋은 시절 기억하나? 그때는 사람들이 내 장비를 엄청나게 사 갔었지. PMC들 사이에서 가장 인기 있었던 장비 세트가 있었는데 말일세. 요즘은 현장에서 어떤지 궁금해졌다네. 한번 시험해보고 어떤지 알려주게나.", "666314b4d7f171c4c20226c3 failMessageText": "", - "666314b4d7f171c4c20226c3 successMessageText": "Thanks for your help, soldier! Nowadays, there's battles all over the city, and everyone's got their own different equipment. It's an arms race, I'll tell you that!", - "666333e93962787efd64004a": "Eliminate PMC operatives while using Colt M4A1, 6B43 body armor, and Kiver-M helmet on Factory", + "666314b4d7f171c4c20226c3 successMessageText": "도와줘서 고맙네, 제군! 요즘은 도시 전체에서 전투가 벌어지고, 모두가 제각각 다른 장비를 쓰고 있지. 말 그대로 군비 경쟁이라니까!", + "666333e93962787efd64004a": "공장(Factory)에서 Colt M4A1, 6B43 방탄복, Kiver-M 헬멧을 착용한 상태로 PMC 사살하기", "666314b4d7f171c4c20226c3 acceptPlayerMessage": "", "666314b4d7f171c4c20226c3 declinePlayerMessage": "", "666314b4d7f171c4c20226c3 completePlayerMessage": "", @@ -26415,11 +26704,11 @@ "666314b8312343839d032d24 acceptPlayerMessage": "", "666314b8312343839d032d24 declinePlayerMessage": "", "666314b8312343839d032d24 completePlayerMessage": "", - "666314bafd5ca9577902e03a name": "The Good Times - Part 2", - "666314bafd5ca9577902e03a description": "The factory run was amazing, your stories made my memory come flooding back! The gunfights are one thing, but when the bandits' leaders showed up, that's when it got real hot. \n\nReshala was the first to show up, always bragging about his gold TT. Back then, everyone wanted one of these in their holster. \n\nBut now, for some reason, the demand for TTs is going down. Can you remind everyone what kind of weapons real men fight with?", + "666314bafd5ca9577902e03a name": "좋았던 시절 - 파트 2", + "666314bafd5ca9577902e03a description": "공장에서의 무용담은 정말 대단하더군! 자네 이야기를 듣고 있자니 옛 기억이 물밀듯이 떠오르는군. 총격전도 대단했지만, 도적단 두목들이 나타났을 때가 진짜 열기가 뜨거웠지. 르샬라가 첫 번째였는데, 늘 자기 금장 TT를 자랑하고 다녔다네. 그때는 모두가 이걸 차고 다니고 싶어했었지. 하지만 지금은 어째서인지 TT에 대한 수요가 줄어들고 있다네. 진정한 사내들이 어떤 무기로 싸우는지 모두에게 보여주지 않겠나?", "666314bafd5ca9577902e03a failMessageText": "", - "666314bafd5ca9577902e03a successMessageText": "Older models always have a kind of personality to them. And this one, the gilding, the grip... Something about it just feels right, doesn't it?", - "6663389aa257916ad3c89529": "Eliminate any target while using the golden TT-33 pistol", + "666314bafd5ca9577902e03a successMessageText": "오래된 모델들은 늘 독특한 개성이 있지. 이것 봐, 도금도 그렇고 손잡이도 그렇고... 뭔가 딱 맞는 느낌이 드는군, 그렇지 않나?", + "6663389aa257916ad3c89529": "TT-33 권총으로 아무 목표물이나 사살하기", "666314bafd5ca9577902e03a acceptPlayerMessage": "", "666314bafd5ca9577902e03a declinePlayerMessage": "", "666314bafd5ca9577902e03a completePlayerMessage": "", @@ -26432,13 +26721,13 @@ "666314bc1d3ec95634095e77 acceptPlayerMessage": "", "666314bc1d3ec95634095e77 declinePlayerMessage": "", "666314bc1d3ec95634095e77 completePlayerMessage": "", - "666314bd920800278d0f6748 name": "Viewer", - "666314bd920800278d0f6748 description": "Hello, soldier. I've met some rookies recently, here in Tarkov. They say people don't watch everything on tape anymore, they watch it live! Programs, stories, and some even show their everyday life non-stop. \n\nThey even said a bunch of civilians are watching Tarkov's activities live! It seems that the whole world is interested in our city!\n\nI don't understand how they organized the broadcast to the outside world, but I wouldn't mind a second pair of eyes. It's a simple task - organize surveillance in some spots, and I'll return the favor.", + "666314bd920800278d0f6748 name": "시청자", + "666314bd920800278d0f6748 description": "이봐, 제군! 최근에 이곳에서 신병들을 만났다네. 요즘 사람들은 녹화본만 보는 게 아니라 생방송을 본다더군! 예능도 있고, 이야기도 하고, 심지어 어떤 이들은 자신의 일상을 쉬지 않고 보여준다는구만. 민간인들이 타르코프의 상황을 실시간으로 본다고도 하더군! 온 세상이 우리 도시에 관심이 있는 것 같아! 어떻게 외부 세계로 방송을 하는지는 모르겠지만, 나도 한 쌍의 눈이 더 있으면 나쁘지 않을 것 같네. 간단한 임무라네 - 몇 군데 감시 체계만 구축해주게. 그럼 내가 보답하도록 하지.", "666314bd920800278d0f6748 failMessageText": "", - "666314bd920800278d0f6748 successMessageText": "I think I'm beginning to understand why people watch these \"live streams\". It's addictive!", - "6667579086472aaf0bf7bef5": "Передать жесткий диск с утечкой", - "666757c530b9b77ff2d9ac58": "Найти жесткий диск с утечкой в покосившемся доме на локации Берег", - "667bf8370849ce7edf2b124e": "Install a WI-FI Camera on the mountain ledge on Woods", + "666314bd920800278d0f6748 successMessageText": "이제 사람들이 왜 이런 \"실시간 방송\"을 보는지 이해가 되는군. 중독성이 있어!", + "6667579086472aaf0bf7bef5": "누출이 있는 하드 드라이브를 넘겨주세요", + "666757c530b9b77ff2d9ac58": "쇼어 지역의 허름한 집에서 누수가 있는 하드 드라이브를 찾으세요", + "667bf8370849ce7edf2b124e": "삼림(Woods)의 산 돌출부에 WI-FI 카메라 설치하기", "667bf840981b1c594af358ce": "Install a WI-FI Camera at the pier tower on Shoreline", "667bf845dc371ee9869f185e": "Install a WI-FI Camera at the office corridor on Factory", "66d07fa69d373d977f437fe0": " Install a WI-FI Camera at the office corridor on Factory", @@ -27690,7 +27979,7 @@ "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 description": "Yo, you doing good? You will never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some metal scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", "675c085d59b0575973005f52 failMessageText": "", "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", @@ -27725,7 +28014,7 @@ "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", "675c1cf4a757ddd00404f0a3 failMessageText": "", "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", + "675c1cf4a757ddd00404f0a6": "Locate the secret exfil on Customs", "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", @@ -27752,7 +28041,7 @@ "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", + "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you think I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "All clear, you say? Good work then, soldier.", @@ -28578,7 +28887,7 @@ "651415d13c02ff4aa9e9a426": "버드아이 사살하기", "657b1f2e057c1607e83c2c26": "콜론타이 사살하기", "657b21a3564a9197c2778f5a": "콜론타이 사살하기", - "66c34bbbd5d174a3c9cd1382": "Locate and eliminate Partisan", + "66c34bbbd5d174a3c9cd1382": "파르티잔 사살하기", "6514174fb1c08b0feb216d73 name": "크리스의 후계자", "6514174fb1c08b0feb216d73 description": "PMC로 플레이하며 500미터 이상 거리에 있는 PMC를 헤드샷으로 사살하기", "6514174fb1c08b0feb216d73 successMessage": "", @@ -28666,7 +28975,7 @@ "65290f3fd7c6005f6d78f453": "빅 파이프 사살하기", "65290f50897943fb9bf8955d": "버드아이 사살하기", "657b1e91958145eb193f9a40": "콜론타이 사살하기", - "66c34ab2c3eee7ac0c41d160": "Locate and eliminate Partisan", + "66c34ab2c3eee7ac0c41d160": "파르티잔 사살하기", "655b49bc91aa9e07687ae47c name": "정의", "655b49bc91aa9e07687ae47c description": "PMC로 플레이하며 처음으로 콜론타이 사살하기", "655b49bc91aa9e07687ae47c successMessage": "", @@ -28692,7 +29001,7 @@ "664f1f8768508d74604bf556 description": "Obtain Secure container Kappa", "664f1f8768508d74604bf556 successMessage": "", "664f23e44702fd5db50ee732 name": "Jack of All Trades", - "664f23e44702fd5db50ee732 description": "Complete the Gunsmith questline", + "664f23e44702fd5db50ee732 description": "Complete all of Gunsmith series tasks", "664f23e44702fd5db50ee732 successMessage": "", "66742c003a67b164a300fcbf name": "A Key to Salvation", "66742c003a67b164a300fcbf description": "Help Therapist save lives and complete the Key to Salvation event task line", @@ -28740,16 +29049,16 @@ "675998a894008342eb04e47f description": "Celebrate Christmas and New Year and complete the Khorovod 2024 event task line", "675998a894008342eb04e47f successMessage": "", "676091c0f457869a94017a23 name": "Prestigious", - "676091c0f457869a94017a23 description": "Earn the Prestige level 1", + "676091c0f457869a94017a23 description": "프레스티지 레벨 1 달성", "676091c0f457869a94017a23 successMessage": "", "676094451fec2f7426093be6 name": "More Prestigious", - "676094451fec2f7426093be6 description": "Earn the Prestige level 2", + "676094451fec2f7426093be6 description": "프레스티지 레벨 2 달성", "676094451fec2f7426093be6 successMessage": "", "67a0e57117e34930e50075f3 name": "In Search of an Exit", "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", "67a0e57117e34930e50075f3 successMessage": "", - "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 name": "던전 마스터", + "67a0e57b972c11a3f50773b2 description": "미궁(Labyrinth) 이벤트 임무들과 모든 사이드 임무들을 완료", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/pl.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/pl.json index 4f501a36..cae205dd 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/pl.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/pl.json @@ -1205,16 +1205,16 @@ "57616ca52459773c69055192 Name": "Kolba do SOK-12 w stylu AK", "57616ca52459773c69055192 ShortName": "SOK-12 AK", "57616ca52459773c69055192 Description": "Składana polimerowa kolba w stylu AK do SOK-12. Wyprodukowana przez zakłady Iżmasz.", - "576a581d2459771e7b1bc4f1 Name": "Pistolet Jarygina MP-443 „Gracz” 9 x 19", - "576a581d2459771e7b1bc4f1 ShortName": "MP-443 „Gracz”", + "576a581d2459771e7b1bc4f1 Name": "Pistolet Jarygina MP-443 Gracz 9 x 19", + "576a581d2459771e7b1bc4f1 ShortName": "MP-443 Gracz", "576a581d2459771e7b1bc4f1 Description": "PJa MP-443 (Pistolet Jarygina MP-443, indeks GRAU 6P35) powszechnie znany jako „Gracz” (Gawron) to rosyjski samopowtarzalny pistolet kalibru 9 × 19 mm. Został zaprojektowany przez Władimira Jarygina w latach 90. i przyjęty jako standardowa broń boczna przez rosyjskie wojsko, organy ścigania i jednostki specjalne MSW. Posiada magazynek o dużej pojemności i może być wyposażony w montaż Zenit B-8 do instalacji dodatkowych akcesoriów pod lufą.", - "576a5ed62459771e9c2096cb Name": "18-nabojowy magazynek MP-443 „Gracz” 9 x 19", + "576a5ed62459771e9c2096cb Name": "18-nabojowy magazynek MP-443 Gracz 9 x 19", "576a5ed62459771e9c2096cb ShortName": "MP-443", "576a5ed62459771e9c2096cb Description": "Standardowy 18-nabojowy magazynek kalibru 9 × 19 mm do pistoletu MP-433.", - "576a63cd2459771e796e0e11 Name": "Chwyt pistoletowy do MP-443 „Gracz”, polimerowy", + "576a63cd2459771e796e0e11 Name": "Chwyt pistoletowy do MP-443 Gracz, polimerowy", "576a63cd2459771e796e0e11 ShortName": "MP443", "576a63cd2459771e796e0e11 Description": "Standardowy chwyt pistoletowy do pistoletu MP-443. Wyprodukowany przez zakłady Iżmech.", - "576a7c512459771e796e0e17 Name": "Montaż do MP-443 „Gracz” Zenit B-8", + "576a7c512459771e796e0e17 Name": "Montaż do MP-443 Gracz Zenit B-8", "576a7c512459771e796e0e17 ShortName": "B-8", "576a7c512459771e796e0e17 Description": "Szyna montażowa B-8 może być instalowana na pistolecie Jarygina (MP-443 „Gracz” i jego cywilnej wersji MP-446 „Wiking”) do użycia z dodatkowymi przystawkami, takimi jak taktyczna latarka z laserem Klesch-2P. Wyprodukowana przez firmę Zenit.", "576fd4ec2459777f0b518431 Name": "Luneta BelOMO PSO-1M2-1 4x24", @@ -1442,16 +1442,16 @@ "57cffe20245977632f391a9d Name": "Łoże do AK Magpul MOE AKM (Stealth Grey)", "57cffe20245977632f391a9d ShortName": "MOE AKM", "57cffe20245977632f391a9d Description": "Łoże MOE AKM jest instalowane na systemach broni kompatybilnych z AKM/AK-74. Jest Wyposażone w licencjonowane punkty montażowe M-LOK do instalacji dodatkowych urządzeń lub szyn. Wyprodukowane przez firmę Magpul. Wersja Stealth Grey.", - "57d14d2524597714373db789 Name": "Pistolet maszynowy PP-91 „Kedr” 9 x 18 PM", - "57d14d2524597714373db789 ShortName": "PP-91 „Kedr”", + "57d14d2524597714373db789 Name": "Pistolet maszynowy PP-91 Kedr 9 x 18 PM", + "57d14d2524597714373db789 ShortName": "PP-91 Kedr", "57d14d2524597714373db789 Description": "Pistolet maszynowy PP-91 Kedr kalibru 9 × 18 mm PM zaprojektowany przez Jewgienija Dragunowa na początku lat 90. na zlecenie MSW i produkowany w ZMZ (Złatoustowskij Maszynostroitielnyj Zawod – „Złatouski Zakład Budowy Maszyn”). Ten pistolet maszynowy ma prostą, ale skuteczną konstrukcję. Jego niewielka waga sprawia, że jest wygodniejszy w noszeniu bez wpływu na jego osiągi, a także zapewnia dużą szybkostrzelność bez wpływu na odrzut. Dzięki tym cechom jest nadal używany jako broń służbowa w prawie wszystkich rosyjskich organach ścigania.", - "57d14e1724597714010c3f4b Name": "20-nabojowy magazynek do PP-91 „Kedr” 9 x 18 PM", + "57d14e1724597714010c3f4b Name": "20-nabojowy magazynek do PP-91 Kedr 9 x 18 PM", "57d14e1724597714010c3f4b ShortName": "PP91", "57d14e1724597714010c3f4b Description": "Standardowy 20-nabojowy metalowy magazynek kalibru 9 × 19 mm PM do pistoletów maszynowych opartych na PP-91 Kedr. Wyprodukowany przez firmę ZMZ.", - "57d1519e24597714373db79d Name": "30-nabojowy magazynek do PP-91 „Kedr” 9 x 18 PM", + "57d1519e24597714373db79d Name": "30-nabojowy magazynek do PP-91 Kedr 9 x 18 PM", "57d1519e24597714373db79d ShortName": "PP91", "57d1519e24597714373db79d Description": "Standardowy 30-nabojowy metalowy magazynek kalibru 9 × 18 mm PM do pistoletów maszynowych opartych na PP-91 Kedr. Wyprodukowany przez firmę ZMZ.", - "57d152ec245977144076ccdf Name": "Chwyt pistoletowy do PP-91 „Kedr”, polimerowy", + "57d152ec245977144076ccdf Name": "Chwyt pistoletowy do PP-91 Kedr, polimerowy", "57d152ec245977144076ccdf ShortName": "PP91", "57d152ec245977144076ccdf Description": "Polimerowy chwyt pistoletowy do broni z rodziny PP-91 Kedr. Wyprodukowany przez firmę ZMZ.", "57d17c5e2459775a5c57d17d Name": "Latarka Ultrafire WF-501B", @@ -1490,23 +1490,23 @@ "57e3dba62459770f0c32322b Name": "Chwyt pistoletowy do AK, bakelitowy (6P4 Sb.9)", "57e3dba62459770f0c32322b ShortName": "6P4 Sb.9", "57e3dba62459770f0c32322b Description": "Bakelitowy chwyt pistoletowy do karabinków automatycznych AK i kompatybilnych. Wyprodukowany przez zakłady Iżmasz.", - "57ee59b42459771c7b045da5 Name": "Montaż do PP-91 „Kedr” Rotor 43 RIS", + "57ee59b42459771c7b045da5 Name": "Montaż do PP-91 Kedr Rotor 43 RIS", "57ee59b42459771c7b045da5 ShortName": "PP91 RIS", "57ee59b42459771c7b045da5 Description": "Montaż RIS do pistoletu maszynowego PP-91 Kedr. Wyprodukowany przez firmę\u00A0Rotor 43.", "57f3a5ae2459772b0e0bf19e Name": "Muszla oczna do lunety PSO", "57f3a5ae2459772b0e0bf19e ShortName": "Muszla PSO", "57f3a5ae2459772b0e0bf19e Description": "Gumowa muszla oczna do lunet z rodziny PSO.", - "57f3c6bd24597738e730fa2f Name": "Pistolet maszynowy PP-91-01 „Kedr-B” 9 x 18 PM", - "57f3c6bd24597738e730fa2f ShortName": "PP-91-01 „Kedr-B”", + "57f3c6bd24597738e730fa2f Name": "Pistolet maszynowy PP-91-01 Kedr-B 9 x 18 PM", + "57f3c6bd24597738e730fa2f ShortName": "PP-91-01 Kedr-B", "57f3c6bd24597738e730fa2f Description": "Rzadka, wytłumiona wersja pistoletu maszynowego PP-91 Kedr, oznaczona jako PP-91-01 Kedr-B.", - "57f3c7e024597738ea4ba286 Name": "Gwintowany adapter na tłumik do PP-91-01 „Kedr-B”", + "57f3c7e024597738ea4ba286 Name": "Gwintowany adapter na tłumik do PP-91-01 Kedr-B", "57f3c7e024597738ea4ba286 ShortName": "PP9101 gw.", - "57f3c7e024597738ea4ba286 Description": "Adapter z gwintem na lufę do pistoletu maszynowego PP-91-01 „Kedr-B” z komorą rozprężną, pozwala na instalację tłumika dźwięku.", - "57f3c8cc2459773ec4480328 Name": "Tłumik dźwięku do PP-91-01 „Kedr-B” 9 x 18 PM", + "57f3c7e024597738ea4ba286 Description": "Adapter z gwintem na lufę do pistoletu maszynowego PP-91-01 Kedr-B z komorą rozprężną, pozwala na instalację tłumika dźwięku.", + "57f3c8cc2459773ec4480328 Name": "Tłumik dźwięku do PP-91-01 Kedr-B 9 x 18 PM", "57f3c8cc2459773ec4480328 ShortName": "PP9101", "57f3c8cc2459773ec4480328 Description": "Standardowy odczepiany tłumik dźwięku do pistoletu maszynowego PP-91-91 Kedr-B kalibru 9 × 18 mm PM. Można go zdjąć w celu kompaktowego przenoszenia.", - "57f4c844245977379d5c14d1 Name": "Pistolet maszynowy PP-9 „Klin” 9 x 18 PMM", - "57f4c844245977379d5c14d1 ShortName": "PP-9 „Klin”", + "57f4c844245977379d5c14d1 Name": "Pistolet maszynowy PP-9 Klin 9 x 18 PMM", + "57f4c844245977379d5c14d1 ShortName": "PP-9 Klin", "57f4c844245977379d5c14d1 Description": "Pistolet maszynowy PP-9 Klin jest dalszą ewolucją pistoletu maszynowego Kedr. Posiada większą szybkostrzelność, a jego komora została przystosowana do użycia naboju 9 × 18 mm PMM. Produkowany był w latach 1996-2002 na zlecenie Ministerstwa Spraw Wewnętrznych.", "57fd23e32459772d0805bcf1 Name": "Urządzenie taktyczne Holosun LS321", "57fd23e32459772d0805bcf1 ShortName": "LS321", @@ -1666,10 +1666,10 @@ "58949dea86f77409483e16a8 Description": "Tłumik płomini A2 typu „bird cage” zaprojektowany do instalacji na pistolecie maszynowym MPX kalibru 9 × 19 mm. Wyprodukowany przez firmę\u00A0SIG Sauer.", "58949edd86f77409483e16a9 Name": "Rączka przeładowania do MPX, oburęczna", "58949edd86f77409483e16a9 ShortName": "MPX 2×", - "58949edd86f77409483e16a9 Description": "An ambidextrous charging handle with two latches for the MPX SMG. Manufactured by SIG Sauer.", + "58949edd86f77409483e16a9 Description": "Oburęczna rączka przeładowania z dwoma zatrzaskami do pistoletu maszynowego MPX. Wyprodukowana przez firmę SIG Sauer.", "58949fac86f77409483e16aa Name": "Rączka przeładowania do MPX z pojedynczym zatrzaskiem", "58949fac86f77409483e16aa ShortName": "MPX 1×", - "58949fac86f77409483e16aa Description": "A charging handle with one latch for the MPX SMG. Manufactured by SIG Sauer.", + "58949fac86f77409483e16aa Description": "Rączka przeładowania z jednym zatrzaskiem do pistoletu maszynowego MPX. Wyprodukowana przez firmę SIG Sauer.", "5894a05586f774094708ef75 Name": "30-nabojowy magazynek do MPX 9 x 19", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "Standardowy 30-nabojowy półprzeźroczysty magazynek kalibru 9 × 19 mm do pistoletu maszynowego MPX. Wyprodukowany przez firmę\u00A0SIG Sauer.", @@ -1706,9 +1706,9 @@ "58ac60eb86f77401897560ff Name": "Kominiarka_dev", "58ac60eb86f77401897560ff ShortName": "Kominiarka_dev", "58ac60eb86f77401897560ff Description": "Wełniana kominiarka nie tylko ogrzewa głowę, ale też i duszę każdego, kto jest zbyt skromny na publiczne bohaterskie czyny.", - "58aeaaa886f7744fc1560f81 Name": "165-milimetrowa lufa do MPX-SD 9 x 19", + "58aeaaa886f7744fc1560f81 Name": "165-milimetrowa lufa do MPX-SD 9 x 19 z portem", "58aeaaa886f7744fc1560f81 ShortName": "MPXSD 165 mm", - "58aeaaa886f7744fc1560f81 Description": "Specjalna 165-milimetrowa lufa do pistoletu maszynowego MPX-SD kalibru 9 × 19 mm.", + "58aeaaa886f7744fc1560f81 Description": "Specjalna 165-milimetrowa lufa do pistoletu maszynowego MPX-SD kalibru 9 × 19 mm z portem.", "58aeac1b86f77457c419f475 Name": "Zintegrowany tłumik dźwięku do MPX-SD 9 x 19", "58aeac1b86f77457c419f475 ShortName": "MPX-SD", "58aeac1b86f77457c419f475 Description": "Zintegrowany tłumik dźwięku do specjalnej „cichej” wersji MPX, oznaczonej jako MPX-SD. Wyprodukowany przez firmę SIG Sauer.", @@ -2036,7 +2036,7 @@ "5926f34786f77469195bfe92 Name": "Łoże do HK MP5SD, polimerowe", "5926f34786f77469195bfe92 ShortName": "Łoże MP5SD", "5926f34786f77469195bfe92 Description": "Polimerowe łoże do pistoletu maszynowego MP5SD. Wyprodukowane przez firmę Heckler & Koch.", - "5929a2a086f7744f4b234d43 Name": "Kamizelka taktyczna UMTBS 6Sz112 „Strzelec AK” (Digital Flora)", + "5929a2a086f7744f4b234d43 Name": "Kamizelka taktyczna UMTBS 6Sz112 Strzelec AK (Digital Flora)", "5929a2a086f7744f4b234d43 ShortName": "6Sz112 S-AK", "5929a2a086f7744f4b234d43 Description": "Uniwersalny modułowy system transportowo-bojowy (UMTBS) w konfiguracji „Strzelec AK” jest oficjalną częścią wyposażenia sił zbrojnych Federacji Rosyjskiej. Kamizelka taktyczna została zaprojektowana w kilku wersjach do konkretnych zadań bojowych. System ten obejmuje podstawę kamizelki, ładownice, kieszenie i plecaki. Ze względu na to, że kamizelka jest oparta na systemie MOLLE, może być używana z różnymi kompatybilnymi ładownicami poza tymi dołączonymi do zestawu. System pasów ma miękkie wkładki, a jego wnętrze wykonane jest z oddychających materiałów.", "592c2d1a86f7746dbe2af32a Name": "Kamizelka taktyczna ANA Tactical Alpha (Olive Drab)", @@ -2165,39 +2165,39 @@ "5996f6fc86f7745e585b4de3 Name": "Odłamek M67", "5996f6fc86f7745e585b4de3 ShortName": "Odłamek M67", "5996f6fc86f7745e585b4de3 Description": "Odłamek M67", - "59984ab886f7743e98271174 Name": "Pistolet maszynowy PP-19-01 „Witiaź” 9 x 19", + "59984ab886f7743e98271174 Name": "Pistolet maszynowy PP-19-01 Witiaź 9 x 19", "59984ab886f7743e98271174 ShortName": "PP-19-01", "59984ab886f7743e98271174 Description": "PP-19-01, znany również jako „Witiaź” to rosyjski pistolet maszynowy kalibru 9 × 19 opracowany w 2004 roku przez zakłady Iżmasz na podstawie platformy AK. Standardowy pistolet maszynowy w wielu jednostkach organów ścigania i jednostkach wojskowych Federacji Rosyjskiej.", - "5998517986f7746017232f7e Name": "Chwyt pistoletowy do PP-19-01 „Witiaź””", + "5998517986f7746017232f7e Name": "Chwyt pistoletowy do PP-19-01 Witiaź", "5998517986f7746017232f7e ShortName": "PP-19-01", - "5998517986f7746017232f7e Description": "Chwyt pistoletowy do pistoletu maszynowego PP-19-01 „Witiaź” i pistoletu Sajga-9. Wyprodukowany przez zakłady Iżmasz.", - "599851db86f77467372f0a18 Name": "Szkieletowa kolba do PP-19-01 „Witiaź”, metalowa", + "5998517986f7746017232f7e Description": "Chwyt pistoletowy do pistoletu maszynowego PP-19-01 Witiaź i pistoletu Sajga-9. Wyprodukowany przez zakłady Iżmasz.", + "599851db86f77467372f0a18 Name": "Szkieletowa kolba do PP-19-01 Witiaź, metalowa", "599851db86f77467372f0a18 ShortName": "PP-19-01", - "599851db86f77467372f0a18 Description": "Szkieletowa metalowa kolba do pistoletu maszynowego PP-19-01 „Witiaź” i pistoletu Sajga-9. Wyprodukowana przez zakłady Iżmasz.", + "599851db86f77467372f0a18 Description": "Szkieletowa metalowa kolba do pistoletu maszynowego PP-19-01 Witiaź i pistoletu Sajga-9. Wyprodukowana przez zakłady Iżmasz.", "5998529a86f774647f44f421 Name": "10-nabojowy magazynek do Sajga-9 9 x 19 sb.7", "5998529a86f774647f44f421 ShortName": "Sb.7", "5998529a86f774647f44f421 Description": "Magazynek Iż.9x19 Sb.7 kalibru 9 × 19 mm do pistoletu Sajga-9 z 10-nabojowym ogranicznikiem pojemności.", - "5998597786f77414ea6da093 Name": "Hamulec wylotowy do PP-19-01 „Witiaź” 9 x 19", + "5998597786f77414ea6da093 Name": "Hamulec wylotowy do PP-19-01 Witiaź 9 x 19", "5998597786f77414ea6da093 ShortName": "PP-19-01", - "5998597786f77414ea6da093 Description": "Standardowy hamulec wylotowy do pistoletu maszynowego PP-19-01 „Witiaź”. Wyprodukowany przez zakłady Iżmasz.", + "5998597786f77414ea6da093 Description": "Standardowy hamulec wylotowy do pistoletu maszynowego PP-19-01 Witiaź. Wyprodukowany przez zakłady Iżmasz.", "5998598e86f7740b3f498a86 Name": "Hamulec wylotowy do Sajga-9 9 x 19", "5998598e86f7740b3f498a86 ShortName": "Sajga-9", "5998598e86f7740b3f498a86 Description": "Standardowy hamulec wylotowy do pistoletu Sajga-9. Wyprodukowany przez zakłady Iżmasz.", - "59985a6c86f77414ec448d17 Name": "Pokrywa komory zamkowej do PP-19-01 „Witiaź-SN”", + "59985a6c86f77414ec448d17 Name": "Pokrywa komory zamkowej do PP-19-01 Witiaź-SN", "59985a6c86f77414ec448d17 ShortName": "Witiaź-SN", - "59985a6c86f77414ec448d17 Description": "Standardowa pokrywa komory zamkowej do pistoletów maszynowych PP-19-01 „Witiaź-SN” (mod. 20) z szyną\u00A0na górze do instalacji różnego rodzaju celowników. Wyprodukowana przez zakłady Iżmasz.", - "59985a8086f77414ec448d1a Name": "Pokrywa komory zamkowej do PP-19-01 „Witiaź”", + "59985a6c86f77414ec448d17 Description": "Standardowa pokrywa komory zamkowej do pistoletów maszynowych PP-19-01 Witiaź-SN (mod. 20) z szyną\u00A0na górze do instalacji różnego rodzaju celowników. Wyprodukowana przez zakłady Iżmasz.", + "59985a8086f77414ec448d1a Name": "Pokrywa komory zamkowej do PP-19-01 Witiaź", "59985a8086f77414ec448d1a ShortName": "Witiaź", - "59985a8086f77414ec448d1a Description": "Standardowa pokrywa komory zamkowej do pistoletu maszynowego PP-19-01 „Witiaź”. Wyprodukowana przez zakłady Iżmasz.", - "599860ac86f77436b225ed1a Name": "30-nabojowy magazynek do PP-19-01 „Witiaź” 9 x 19", + "59985a8086f77414ec448d1a Description": "Standardowa pokrywa komory zamkowej do pistoletu maszynowego PP-19-01 Witiaź. Wyprodukowana przez zakłady Iżmasz.", + "599860ac86f77436b225ed1a Name": "30-nabojowy magazynek do PP-19-01 Witiaź 9 x 19", "599860ac86f77436b225ed1a ShortName": "PP-19-01", - "599860ac86f77436b225ed1a Description": "Standardowy 30-nabojowy magazynek kalibru 9 × 19 mm do pistoletu maszynowego PP-19-01 „Witiaź”.", - "599860e986f7743bb57573a6 Name": "Szczerbinka do PP-19-01 „Witiaź”", + "599860ac86f77436b225ed1a Description": "Standardowy 30-nabojowy magazynek kalibru 9 × 19 mm do pistoletu maszynowego PP-19-01 Witiaź.", + "599860e986f7743bb57573a6 Name": "Szczerbinka do PP-19-01 Witiaź", "599860e986f7743bb57573a6 ShortName": "PP-19-01", - "599860e986f7743bb57573a6 Description": "Standardowa szczerbinka do pistoletu maszynowego PP-19-01 „Witiaź”. Wyprodukowana przez zakłady Iżmasz.", - "59bfc5c886f7743bf6794e62 Name": "Tłumik dźwięku do PP-19-01 „Witiaź” 9 x 19", + "599860e986f7743bb57573a6 Description": "Standardowa szczerbinka do pistoletu maszynowego PP-19-01 Witiaź. Wyprodukowana przez zakłady Iżmasz.", + "59bfc5c886f7743bf6794e62 Name": "Tłumik dźwięku do PP-19-01 Witiaź 9 x 19", "59bfc5c886f7743bf6794e62 ShortName": "Witiaź", - "59bfc5c886f7743bf6794e62 Description": "Tłumik dźwięku do pistoletu maszynowego PP-19-01 „Witiaź” kalibru 9 × 19 mm starej generacji. Wyprodukowany przez zakłady Iżmasz.", + "59bfc5c886f7743bf6794e62 Description": "Tłumik dźwięku do pistoletu maszynowego PP-19-01 Witiaź kalibru 9 × 19 mm starej generacji. Wyprodukowany przez zakłady Iżmasz.", "59bfe68886f7746004266202 Name": "Komora zamkowa AR-15 Vltor MUR-1S 5,56 x 45", "59bfe68886f7746004266202 ShortName": "MUR-1S – komora ", "59bfe68886f7746004266202 Description": "Modułowa komora zamkowa MUR-1S do broni opartych o system AR. Wyprodukowana przez firmę\u00A0Vltor. Wyposażona w montaże do mocowania dodatkowego wyposażenia.", @@ -2219,9 +2219,9 @@ "59c6633186f7740cf0493bb9 Name": "Rura gazowa do AK-74 (6P20 Sb.1-2)", "59c6633186f7740cf0493bb9 ShortName": "6P20 Sb.1-2", "59c6633186f7740cf0493bb9 Description": "Standardowa rura gazowa do karabinka automatycznego AK-74. Rury gazowe wpływają\u00A0na kierunek przemieszczania się tłoka gazowego.", - "59ccd11386f77428f24a488f Name": "Rura gazowa do PP-19-01 „Witiaź”", + "59ccd11386f77428f24a488f Name": "Rura gazowa do PP-19-01 Witiaź", "59ccd11386f77428f24a488f ShortName": "19-01 gaz", - "59ccd11386f77428f24a488f Description": "Standardowa rura gazowa do pistoletu maszynowego PP-19-01 „Witiaź”. Rury gazowe wpływają\u00A0na kierunek przemieszczania się tłoka gazowego.", + "59ccd11386f77428f24a488f Description": "Standardowa rura gazowa do pistoletu maszynowego PP-19-01 Witiaź. Rury gazowe wpływają\u00A0na kierunek przemieszczania się tłoka gazowego.", "59ccfdba86f7747f2109a587 Name": "Rura gazowa i łoże do AK UltiMAK M1-B", "59ccfdba86f7747f2109a587 ShortName": "M1-B", "59ccfdba86f7747f2109a587 Description": "Rura gazowa UltiMAK M1-B do karabinków automatycznych AK przekierowuje gazy wylotowe, które wprawiają tłoczysko w ruch, a także pozwala na zainstalowanie celowników i akcesoriów taktycznych.", @@ -2348,18 +2348,18 @@ "59e5f5a486f7746c530b3ce2 Name": "40-nabojowy magazynek do AK 7,62 x 39 Molot Arms (6P2.Sb-11)", "59e5f5a486f7746c530b3ce2 ShortName": "6P2 Sb-11", "59e5f5a486f7746c530b3ce2 Description": "Standardowy 40-nabojowy magazynek 6P2 Sb-11 kalibru 7.62 × 39 mm do ręcznego karabinu maszynowego RPK wyprodukowanych po 1961 roku, pasuje do dowolnej broni kompatybilnej z AK. Może być również załadowany amunicją .366 TKM do użytku z bronią kompatybilną z AK o odpowiednim kalibrze.", - "59e6152586f77473dc057aa1 Name": "Karabinek Molot Arms WPO-136 „Wiepr-KM” 7,62 x 39", - "59e6152586f77473dc057aa1 ShortName": "WPO-136 „Wiepr-KM”", + "59e6152586f77473dc057aa1 Name": "Karabinek Molot Arms WPO-136 Wiepr-KM 7,62 x 39", + "59e6152586f77473dc057aa1 ShortName": "WPO-136 Wiepr-KM", "59e6152586f77473dc057aa1 Description": "Karabinek Wiepr-KM/WPO-136 oparty jest na znanym karabinku AKM Kałasznikowa i ma niemal identyczny wygląd, wagę i wymiary. Przeznaczony do polowań na średnią i dużą zwierzynę, a także do użytku sportowego. Wyprodukowany przez firmę\u00A0Mołot-Orużje.", - "59e61eb386f77440d64f5daf Name": "Hamulec wylotowy do WPO-136 „Wiepr-KM” 7,62 x 39", + "59e61eb386f77440d64f5daf Name": "Hamulec wylotowy do WPO-136 Wiepr-KM 7,62 x 39", "59e61eb386f77440d64f5daf ShortName": "WPO136", - "59e61eb386f77440d64f5daf Description": "Standardowy hamulec wylotowy do karabinka WPO-136 „Wiepr-KM” kalibru 7,62 × 39 mm. Pasuje także na karabinki automatyczne z rodziny AK o tym samym kalibrze. Wyprodukowany przez firmę Molot Arms.", - "59e6227d86f77440d64f5dc2 Name": "Kolba do WPO-136 „Wiepr-KM”, drewniana", + "59e61eb386f77440d64f5daf Description": "Standardowy hamulec wylotowy do karabinka WPO-136 Wiepr-KM kalibru 7,62 × 39 mm. Pasuje także na karabinki automatyczne z rodziny AK o tym samym kalibrze. Wyprodukowany przez firmę Molot Arms.", + "59e6227d86f77440d64f5dc2 Name": "Kolba do WPO-136 Wiepr-KM, drewniana", "59e6227d86f77440d64f5dc2 ShortName": "WPO136", - "59e6227d86f77440d64f5dc2 Description": "Standardowa drewniana kolba do karabinka WPO-136 „Wiepr-KM”. Wyprodukowana przez firmę Molot Arms.", - "59e6284f86f77440d569536f Name": "Łoże do WPO-136 „Wiepr-KM”, drewniane", + "59e6227d86f77440d64f5dc2 Description": "Standardowa drewniana kolba do karabinka WPO-136 Wiepr-KM. Wyprodukowana przez firmę Molot Arms.", + "59e6284f86f77440d569536f Name": "Łoże do WPO-136 Wiepr-KM, drewniane", "59e6284f86f77440d569536f ShortName": "WPO136", - "59e6284f86f77440d569536f Description": "Standardowe drewniane łoże do karabinka WPO-136 „Wiepr-KM”. Wyprodukowane przez firmę Molot Arms.", + "59e6284f86f77440d569536f Description": "Standardowe drewniane łoże do karabinka WPO-136 Wiepr-KM. Wyprodukowane przez firmę Molot Arms.", "59e62cc886f77440d40b52a1 Name": "Chwyt pistoletowy do AKM, bakelitowy", "59e62cc886f77440d40b52a1 ShortName": "AKM bak.", "59e62cc886f77440d40b52a1 Description": "Bakelitowy chwyt pistoletowy do karabinków automatycznych AKM. Wyprodukowany przez zakłady Iżmasz.", @@ -2452,7 +2452,7 @@ "59ecc28286f7746d7a68aa8c Description": "Przejściówka zaprojektowana do instalacji kolb PT-1 i PT-3 do broni. Ten model zaprojektowano do instalacji na karabinkach automatycznych AKS-74 i AKS-74U ze składaną kolbą. Wyprodukowana przez firmę Zenit.", "59ecc3dd86f7746dc827481c Name": "Kolba do AK Zenit PT-3 „Klassika”", "59ecc3dd86f7746dc827481c ShortName": "PT-3", - "59ecc3dd86f7746dc827481c Description": "Teleskopowa kolba PT-3 instalowana zamiast standardowej kolby broni AK-103, 104, 105, 74M, AKS74U i PP „Witiaź”. Wyposażona w mechanizm regulacji długości oraz regulowaną\u00A0bakę. Do instalacji wymagana jest specjalna przejściówka PT. Wyprodukowana przez firmę Zenit.", + "59ecc3dd86f7746dc827481c Description": "Teleskopowa kolba PT-3 instalowana zamiast standardowej kolby broni AK-103, 104, 105, 74M, AKS74U i PP Witiaź. Wyposażona w mechanizm regulacji długości oraz regulowaną\u00A0bakę. Do instalacji wymagana jest specjalna przejściówka PT. Wyprodukowana przez firmę Zenit.", "59ef13ca86f77445fd0e2483 Name": "Taktyczny hełm dyniowy", "59ef13ca86f77445fd0e2483 ShortName": "Dynia", "59ef13ca86f77445fd0e2483 Description": "Latarnia z dyni jest tutaj, aby chronić cię przed złem.", @@ -2473,7 +2473,7 @@ "59f99a7d86f7745b134aa97b Description": "Standardowy 18-nabojowy magazynek kalibru 9 × 21 mm do pistoletu SR-1MP.", "59f9cabd86f7743a10721f46 Name": "Pistolet Sajga-9 9 x 19", "59f9cabd86f7743a10721f46 ShortName": "Sajga-9", - "59f9cabd86f7743a10721f46 Description": "Pistolet Sajga-9 został opracowany jako samopowtarzalny wariant pistoletu maszynowego PP-19-01 „Witiaź” na rynek cywilny i przeznaczony do celów strzelectwa sportowego i strzelania do celu.", + "59f9cabd86f7743a10721f46 Description": "Pistolet Sajga-9 został opracowany jako samopowtarzalny wariant pistoletu maszynowego PP-19-01 Witiaź na rynek cywilny i przeznaczony do celów strzelectwa sportowego i strzelania do celu.", "59f9d81586f7744c7506ee62 Name": "Celownik holograficzny Vortex Razor AMG UH-1", "59f9d81586f7744c7506ee62 ShortName": "UH-1", "59f9d81586f7744c7506ee62 Description": "Celownik holograficzny Vortex Razor AMG UH-1 to nie tylko futurystyczny design, ale według jego twórców również i rewolucja wśród celowników holograficznych i kolimatorowych.", @@ -2744,7 +2744,7 @@ "5a17fc70fcdbcb0176308b3d Name": "Okładziny do APS, bakelitowe", "5a17fc70fcdbcb0176308b3d ShortName": "APS bak.", "5a17fc70fcdbcb0176308b3d Description": "Standardowe bakelitowe okładziny do pistoletu APS.", - "5a1eaa87fcdbcb001865f75e Name": "Celownik termiczny Trijicon REAP-IR", + "5a1eaa87fcdbcb001865f75e Name": "Luneta termiczna Trijicon REAP-IR", "5a1eaa87fcdbcb001865f75e ShortName": "REAP-IR", "5a1eaa87fcdbcb001865f75e Description": "Uniwersalna luneta termowizyjna z wieloma zastosowaniami i zaletami. Może być zainstalowana na: broni do wykorzystania w postaci celownika; na hełmie – przez adapter – jako okular oraz jako oddzielne urządzenie obserwacyjne.", "5a1eacb3fcdbcb09800872be Name": "Muszla oczna do celownika Trijicon REAP-IR", @@ -3151,7 +3151,7 @@ "5a9eb32da2750c00171b3f9c Description": "Teleskopowa kolba z regulowaną baką. Wyprodukowana przez firmę FAB Defense.", "5a9fb739a2750c003215717f Name": "Hamulec wylotowy Rotor 43 9 x 19", "5a9fb739a2750c003215717f ShortName": "R43 9×19", - "5a9fb739a2750c003215717f Description": "Hamulec wylotowy Rotor 43, przeznaczony do instalacji na pistolecie maszynowym PP-19-01 „Witiaź” kalibru 9 × 19 mm. Mimo że jest to hamulec wylotowy, działa również jako tłumik dźwięku.", + "5a9fb739a2750c003215717f Description": "Hamulec wylotowy Rotor 43, przeznaczony do instalacji na pistolecie maszynowym PP-19-01 Witiaź kalibru 9 × 19 mm. Mimo że jest to hamulec wylotowy, działa również jako tłumik dźwięku.", "5a9fbacda2750c00141e080f Name": "Hamulec wylotowy Rotor 43 7,62 x 39", "5a9fbacda2750c00141e080f ShortName": "R43 7,62×39", "5a9fbacda2750c00141e080f Description": "Hamulec wylotowy Rotor 43, przeznaczony do instalacji na karabinkach AK kalibru 7,62 × 39 mm. Mimo że jest to hamulec wylotowy, działa również jako tłumik dźwięku.", @@ -3664,7 +3664,7 @@ "5b222d335acfc4771e1be099 Description": "Przejściówka zaprojektowana do instalacji kolby PT-1 do broni. Ten model zaprojektowano do instalacji na karabinkach automatycznych AKM i AK-74 ze stałą kolbą. Wyprodukowana przez firmę Zenit.", "5b222d405acfc400153af4fe Name": "Kolba do AK Zenit PT-1 „Klassika”", "5b222d405acfc400153af4fe ShortName": "PT-1", - "5b222d405acfc400153af4fe Description": "Teleskopowa kolba PT-1 instalowana zamiast zwykłej kolby AK 103, 104, 105, 74M, AKS-74U oraz PP „Witiaź”. Posiada mechanizm regulacji długości kolby oraz wysokości baki. Do instalacji wymagana jest specjalna przejściówka. Wyprodukowana przez firmę Zenit.", + "5b222d405acfc400153af4fe Description": "Teleskopowa kolba PT-1 instalowana zamiast zwykłej kolby AK 103, 104, 105, 74M, AKS-74U oraz PP Witiaź. Posiada mechanizm regulacji długości kolby oraz wysokości baki. Do instalacji wymagana jest specjalna przejściówka. Wyprodukowana przez firmę Zenit.", "5b2240bf5acfc40dc528af69 Name": "Rączka przeładowania do AR-15 Radian Weapons Raptor", "5b2240bf5acfc40dc528af69 ShortName": "Raptor", "5b2240bf5acfc40dc528af69 Description": "Rączka przeładowania Raptor do broni opartej o platformę AR-15 i kompatybilnych. Wyprodukowana przez firmę\u00A0Radian Weapons.", @@ -4424,12 +4424,12 @@ "5c066ef40db834001966a595 Name": "Uprząż na głowę Armasight NVG", "5c066ef40db834001966a595 ShortName": "Uprząż NVG", "5c066ef40db834001966a595 Description": "Standardowy system montażu paska głowy dla różnych urządzeń Armasight.", - "5c0672ed0db834001b7353f3 Name": "30-nabojowy magazynek do PP-19-01 „Witiaź” 9 x 19 PUFGUN SG-919 30", + "5c0672ed0db834001b7353f3 Name": "30-nabojowy magazynek do PP-19-01 Witiaź 9 x 19 PUFGUN SG-919 30", "5c0672ed0db834001b7353f3 ShortName": "SG-919", - "5c0672ed0db834001b7353f3 Description": "30-nabojowy magazynek kalibru 9 × 19 mm PUFGUN SG-919 30 do pistoletu maszynowego PP-19-01 „Witiaź”. Taktyczny kamuflaż w kolorze żółtego banana.", - "5c0673fb0db8340023300271 Name": "20-nabojowy magazynek do PP-19-01 „Witiaź” 9 x 19 PUFGUN SG-919 20", + "5c0672ed0db834001b7353f3 Description": "30-nabojowy magazynek kalibru 9 × 19 mm PUFGUN SG-919 30 do pistoletu maszynowego PP-19-01 Witiaź. Taktyczny kamuflaż w kolorze żółtego banana.", + "5c0673fb0db8340023300271 Name": "20-nabojowy magazynek do PP-19-01 Witiaź 9 x 19 PUFGUN SG-919 20", "5c0673fb0db8340023300271 ShortName": "SG-919", - "5c0673fb0db8340023300271 Description": "20-nabojowy magazynek kalibru 9 × 19 mm PUFGUN SG-919 20 do pistoletu maszynowego PP-19-01 „Witiaź”. Taktyczny kamuflaż w kolorze żółtego banana.", + "5c0673fb0db8340023300271 Description": "20-nabojowy magazynek kalibru 9 × 19 mm PUFGUN SG-919 20 do pistoletu maszynowego PP-19-01 Witiaź. Taktyczny kamuflaż w kolorze żółtego banana.", "5c06779c86f77426e00dd782 Name": "Wiązka przewodów", "5c06779c86f77426e00dd782 ShortName": "Przewody", "5c06779c86f77426e00dd782 Description": "Części przewodów różnego zastosowania. Mogą się przydać do różnej elektroniki.", @@ -4489,7 +4489,7 @@ "5c091a4e0db834001d5addc8 Description": "Kuloodporny hełm ochronny Maska-1 pojawił się w służbie w 1991 roku jako zamiennik hełmu „Sfera”, przeznaczony do użytku przez Ministerstwo Spraw Wewnętrznych sił zbrojnych Federacji Rosyjskiej. Modyfikacja Maska-1SzCz posiada kuloodporną stalową osłonę twarzy, aby zapewnić maksymalną ochronę twarzy użytkownika.", "5c093ca986f7740a1867ab12 Name": "Zabezpieczony pojemnik Kappa", "5c093ca986f7740a1867ab12 ShortName": "Kappa", - "5c093ca986f7740a1867ab12 Description": "Sekretny wynalazek TerraGroup – zabezpieczony pojemnik Kappa.", + "5c093ca986f7740a1867ab12 Description": "Tajny wynalazek TerraGroup – zabezpieczony pojemnik Kappa.", "5c093db286f7740a1b2617e3 Name": "Pojemnik termiczny Mr. Holodilnick", "5c093db286f7740a1b2617e3 ShortName": "Holodilnick", "5c093db286f7740a1b2617e3 Description": "Specjalna torba termiczno-elektryczna do przechowywania żywności. Torba Mr. Holodilnicka schładza wszystko, nawet najbardziej nieschłodzone.", @@ -4529,7 +4529,7 @@ "5c0d5ae286f7741e46554302 Name": "5,56 x 45 mm Warmageddon", "5c0d5ae286f7741e46554302 ShortName": "Warmage", "5c0d5ae286f7741e46554302 Description": "Nabój .223 Remington (5,56 × 45 mm) Warmageddon z pociskiem grzybkującym o masie 3,6 grama z ołowianym rdzeniem z polimerowym wierzchołkiem i płaszczem ze stopu miedzi w mosiężnej łusce; przeznaczony do polowań. Ten pocisk posiada balistyczny wierzchołek, który działa przy uderzeniu jak klin na ołowiany rdzeń, pozwalając pociskowi na rozszerzenie się w celu i zadanie znaczących obrażeń w celu po uderzeniu, pomimo braku pełnej energii pocisku pośredniego.", - "5c0d5e4486f77478390952fe Name": "5,45 x 39 mm PPBS GS „Igolnik”", + "5c0d5e4486f77478390952fe Name": "5,45 x 39 mm PPBS GS Igolnik", "5c0d5e4486f77478390952fe ShortName": "PPBS", "5c0d5e4486f77478390952fe Description": "Nabój 5,45\u00A0×\u00A039 mm PPBS GS (indeks GRAU 7N39) z przeciwpancernym pociskiem o masie 4 gramów z zaostrzonym rdzeniem z węglika wolframu i dwuwarstwowym płaszczem, ołowianym wewnątrz i ze stopu na zewnątrz w stalowej łusce. Ten eksperymentalny nabój został opracowany przez Instytut Badawczy Precyzyjnej Inżynierii Maszynowej (CNIIToczMasz) i TechKomplekt pod nazwą PPBS (Powyszennoj Probiwajemosti, Broniebojnyj Sierdiecznik – „zwiększona penetracja, przeciwpancerny rdzeń”) „Igolnik” („Igielnik”) na bazie naboju 5,45 × 39 mm BS GS w celu zwiększenia jego zdolności penetracyjnych, zapewniając świetne wyniki przeciwko większości współczesnych specjalistycznych ochron balistycznych ciała, dodatkowo będąc w stanie przebijać lekkie osłony i lekkie pojazdy opancerzone, jednak ze względu na swoją konstrukcję ma duże prawdopodobieństwo odbicia się od różnych powierzchni.", "5c0d668f86f7747ccb7f13b2 Name": "9 x 39 mm SPP GS", @@ -4667,7 +4667,7 @@ "5c12620d86f7743f8b198b72 Name": "Przenośna gra Tetriz", "5c12620d86f7743f8b198b72 ShortName": "Tetriz", "5c12620d86f7743f8b198b72 Description": "Starożytny artefakt z zapomnianej przeszłości. Może zainteresować Mechanika, zapalonego kolekcjonera elektroniki.", - "5c1262a286f7743f8a69aab2 Name": "Pudełko nabojów 5,45 x 39 mm PPBS GS „Igolnik” (30 szt.)", + "5c1262a286f7743f8a69aab2 Name": "Pudełko nabojów 5,45 x 39 mm PPBS GS Igolnik (30 szt.)", "5c1262a286f7743f8a69aab2 ShortName": "PPBS", "5c1262a286f7743f8a69aab2 Description": "Papierowe pudełko nabojów 5,45 × 39 mm PPBS GS „Igolnik”, 30 sztuk.", "5c1265fc86f7743f896a21c2 Name": "Zepsuty GPhone X", @@ -4841,27 +4841,27 @@ "5c4eecde2e221602b3140418 Name": "Osłona płomienia do tłumika dźwięku SW-98", "5c4eecde2e221602b3140418 ShortName": " OT SW-98", "5c4eecde2e221602b3140418 Description": "Standardowa osłona płomienia do tłumików dźwięku SW-98.", - "5c501a4d2e221602b412b540 Name": "Karabin Molot Arms WPO-101 „Wiepr-Hunter” 7,62 x 51", - "5c501a4d2e221602b412b540 ShortName": "WPO-101 „Wiepr-Hunter”", + "5c501a4d2e221602b412b540 Name": "Karabin Molot Arms WPO-101 Wiepr-Hunter 7,62 x 51", + "5c501a4d2e221602b412b540 ShortName": "WPO-101 Wiepr-Hunter", "5c501a4d2e221602b412b540 Description": "Samopowtarzalny karabinek myśliwski. Powstał na platformie ręcznego karabinu maszynowego Kałasznikowa (RPK) i ma podobny wygląd, wagę i wymiary. Przeznaczony do profesjonalnych i amatorskich polowań na średnią i dużą zwierzynę, a także do użytku sportowego.", - "5c5039be2e221602b177c9ff Name": "Rura gazowa do WPO-101 „Wiepr-Hunter”", + "5c5039be2e221602b177c9ff Name": "Rura gazowa do WPO-101 Wiepr-Hunter", "5c5039be2e221602b177c9ff ShortName": "101 gaz", - "5c5039be2e221602b177c9ff Description": "Standardowa rura gazowa do karabinka WPO-101 „Wiepr-Hunter”. Rury gazowe wpływają\u00A0na kierunek przemieszczania się tłoka gazowego.", - "5c503ac82e221602b21d6e9a Name": "5-nabojowy magazynek do WPO-101 „Wiepr-Hunter” 7,62 x 51", + "5c5039be2e221602b177c9ff Description": "Standardowa rura gazowa do karabinka WPO-101 Wiepr-Hunter. Rury gazowe wpływają\u00A0na kierunek przemieszczania się tłoka gazowego.", + "5c503ac82e221602b21d6e9a Name": "5-nabojowy magazynek do WPO-101 Wiepr-Hunter 7,62 x 51", "5c503ac82e221602b21d6e9a ShortName": "WPO101", "5c503ac82e221602b21d6e9a Description": "5-nabojowy magazynek kalibru 7,62 × 51 mm do karabinka WPO-101 i kompatybilnych. Wyprodukowany przez firmę Molot Arms.", - "5c503ad32e2216398b5aada2 Name": "10-nabojowy magazynek do WPO-101 „Wiepr-Hunter” 7,62 x 51", + "5c503ad32e2216398b5aada2 Name": "10-nabojowy magazynek do WPO-101 Wiepr-Hunter 7,62 x 51", "5c503ad32e2216398b5aada2 ShortName": "WPO101", "5c503ad32e2216398b5aada2 Description": "10-nabojowy magazynek kalibru 7,62 × 51 mm do karabinka WPO-101 i kompatybilnych. Wyprodukowany przez firmę\u00A0Molot Arms.", - "5c503af12e221602b177ca02 Name": "Łoże do WPO-101 „Wiepr-Hunter”", + "5c503af12e221602b177ca02 Name": "Łoże do WPO-101 Wiepr-Hunter", "5c503af12e221602b177ca02 ShortName": "WPO101", - "5c503af12e221602b177ca02 Description": "Standardowa lufa do karabinka WPO-101 „Wiepr-Hunter”.", - "5c503b1c2e221602b21d6e9d Name": "Szczerbinka do WPO-101 „Wiepr-Hunter”", + "5c503af12e221602b177ca02 Description": "Standardowa lufa do karabinka WPO-101 Wiepr-Hunter.", + "5c503b1c2e221602b21d6e9d Name": "Szczerbinka do WPO-101 Wiepr-Hunter", "5c503b1c2e221602b21d6e9d ShortName": "Sz. 101", - "5c503b1c2e221602b21d6e9d Description": "Standardowa szczerbinka krzywkowa do karabinków WPO-101 „Wiepr-Hunter”.", - "5c503d0a2e221602b542b7ef Name": "Pokrywa komory zamkowej do WPO-101 „Wiepr-Hunter”", + "5c503b1c2e221602b21d6e9d Description": "Standardowa szczerbinka krzywkowa do karabinków WPO-101 Wiepr-Hunter.", + "5c503d0a2e221602b542b7ef Name": "Pokrywa komory zamkowej do WPO-101 Wiepr-Hunter", "5c503d0a2e221602b542b7ef ShortName": "WPO101", - "5c503d0a2e221602b542b7ef Description": "Standardowa pokrywa komory zamkowej do karabinów WPO-101 „Wiepr-Hunter”. Wyprodukowana przez firmę Molot Arms.", + "5c503d0a2e221602b542b7ef Description": "Standardowa pokrywa komory zamkowej do karabinów WPO-101 Wiepr-Hunter. Wyprodukowana przez firmę Molot Arms.", "5c5952732e2216398b5abda2 Name": "Urządzenie taktyczne Zenit Perst-3", "5c5952732e2216398b5abda2 ShortName": "Perst-3", "5c5952732e2216398b5abda2 Description": "Perst-3 to urządzenie taktyczne łączące laserowe wskaźniki celu z reflektorem podczerwieni, zarówno w paśmie widzialnym, jak i podczerwonym. Wyprodukowane przez firmę\u00A0Zenit.", @@ -5062,7 +5062,7 @@ "5c88f24b2e22160bc12c69a6 Description": "20-nabojowy stalowy magazynek SWD kalibru 7,62 × 54 mm R do karabinów opartych na SWD.", "5c90c3622e221601da359851 Name": "Szyna Zenit B-13W „Klassika” na jaskółczy ogon", "5c90c3622e221601da359851 ShortName": "B-13W", - "5c90c3622e221601da359851 Description": "Szyna B-13W do montażu na szynie jaskółczy ogon na komorze zamkowej. Zaprojektowana do instalacji na pistolecie PP-19-01 „Witiaź-SN”, ale może też być\u00A0instalowana na dowolnej broni z komorą\u00A0zamkową\u00A0z jaskółczym ogonem. Wyprodukowana przez firmę Zenit.", + "5c90c3622e221601da359851 Description": "Szyna B-13W do montażu na szynie jaskółczy ogon na komorze zamkowej. Zaprojektowana do instalacji na pistolecie PP-19-01 Witiaź-SN, ale może też być\u00A0instalowana na dowolnej broni z komorą\u00A0zamkową\u00A0z jaskółczym ogonem. Wyprodukowana przez firmę Zenit.", "5c920e902e221644f31c3c99 Name": "20-nabojowy powiększony magazynek do P226 9 x 19", "5c920e902e221644f31c3c99 ShortName": "P226", "5c920e902e221644f31c3c99 Description": "20-nabojowy powiększony magazynek kalibru 9 × 19 mm do pistoletu SIG Sauer P226.", @@ -5363,8 +5363,8 @@ "5cdeaca5d7f00c00b61c4b70 Name": "Montaż wewnętrzny do łoża do M700 Magpul Pro 700", "5cdeaca5d7f00c00b61c4b70 ShortName": "Szyna Pro700", "5cdeaca5d7f00c00b61c4b70 Description": "Uniwersalna szyna montażowa do instalacji dodatkowych taktycznych urządzeń, może być\u00A0zainstalowana na korpusie Pro 700 do powtarzalnego karabinu wyborowego Remington Model 700. Wyprodukowana przez firmę Magpul.", - "5cdeb229d7f00c000e7ce174 Name": "Karabin maszynowy NSW „Utios” 12,7 x 108", - "5cdeb229d7f00c000e7ce174 ShortName": "NSW „Utios”", + "5cdeb229d7f00c000e7ce174 Name": "Karabin maszynowy NSW Utios 12,7 x 108", + "5cdeb229d7f00c000e7ce174 ShortName": "NSW Utios", "5cdeb229d7f00c000e7ce174 Description": "NSW, znany również jako „Utios”, to ciężki karabin maszynowy kalibru 12,7 mm radzieckiego pochodzenia, nazwany na cześć projektantów, G. I. Nikitina, J. S. Sokołowa i W. I. Wołkowa (NSW). Został zaprojektowany w celu zastąpienia karabinu maszynowego DSzK i został przyjęty przez Armię Radziecką w 1971 roku. Produkcja została przerwana, licencja na produkcję NSW trafiła do Kazachstanu po rozpadzie Związku Radzieckiego. NSW był produkowany na licencji w Bułgarii, Indiach, Polsce i Jugosławii.", "5ce69cbad7f00c00b61c5098 Name": "5-nabojowy magazynek do M700 7,62 x 51 Magpul PMAG AC", "5ce69cbad7f00c00b61c5098 ShortName": "PMAG .308 AC", @@ -5405,7 +5405,7 @@ "5cf54404d7f00c108840b2ef Name": "Chwyt pistoletowy do AK KGB MG-47", "5cf54404d7f00c108840b2ef ShortName": "MG-47 AK", "5cf54404d7f00c108840b2ef Description": "Obrobiony maszynowo aluminiowy chwyt ze stylem zapożyczonym od trójkątnych składanych na bok kolb. Kompatybilny z wszystkimi systemami z rodziny AK. Wyprodukowany przez firmę Kraft Gun Builders.", - "5cf638cbd7f00c06595bc936 Name": "Celownik NPZ USP-1 „Tulipan” 4x", + "5cf638cbd7f00c06595bc936 Name": "Celownik NPZ USP-1 Tulipan 4x", "5cf638cbd7f00c06595bc936 ShortName": "USP-1", "5cf638cbd7f00c06595bc936 Description": "Zunifikowany celownik USP-1 „Tulipan” jest zaprojektowany, aby zapewnić precyzyjne prowadzenie ognia z karabinków automatycznych AK-74N, AK-74M, AN-94 oraz ciężkich karabinów maszynowych RPK-74N i PKMN w dzień i w nocy na podświetlone cele. Instalowany na szynie typu jaskółczy ogon.", "5cf639aad7f00c065703d455 Name": "Muszla oczna do celownika NPZ USP-1", @@ -6077,10 +6077,10 @@ "5d6e6869a4b9361c140bcfde Name": "Breneka 12/70 Grizli 40", "5d6e6869a4b9361c140bcfde ShortName": "Grizli", "5d6e6869a4b9361c140bcfde Description": "Grzybkująca breneka „Grizli 40” do strzelb kalibru 12/70.", - "5d6e6891a4b9361bd473feea Name": "Breneka 12/70 „Polewa-3”", + "5d6e6891a4b9361bd473feea Name": "Breneka 12/70 Polewa-3", "5d6e6891a4b9361bd473feea ShortName": "Polewa-3", "5d6e6891a4b9361bd473feea Description": "Grzybkująca breneka „Polewa-3” do strzelb kalibru 12/70.", - "5d6e689ca4b9361bc8618956 Name": "Breneka 12/70 „Polewa-6u”", + "5d6e689ca4b9361bc8618956 Name": "Breneka 12/70 Polewa-6u", "5d6e689ca4b9361bc8618956 ShortName": "Polewa-6u", "5d6e689ca4b9361bc8618956 Description": "Grzybkująca pełnopłaszczowa breneka „Polewa-6u” do strzelb kalibru 12/70.", "5d6e68a8a4b9360b6c0d54e2 Name": "Breneka 12/70 AP-20", @@ -6116,10 +6116,10 @@ "5d6e6a05a4b93618084f58d0 Name": "Breneka 20/70 Star", "5d6e6a05a4b93618084f58d0 ShortName": "Star", "5d6e6a05a4b93618084f58d0 Description": "Breneka do strzelb kalibru 20/70.", - "5d6e6a42a4b9364f07165f52 Name": "Breneka 20/70 „Polewa-6u”", + "5d6e6a42a4b9364f07165f52 Name": "Breneka 20/70 Polewa-6u", "5d6e6a42a4b9364f07165f52 ShortName": "Polewa-6u", "5d6e6a42a4b9364f07165f52 Description": "Grzybkująca pełnopłaszczowa breneka „Polewa-6u” do strzelb kalibru 20/70.", - "5d6e6a53a4b9361bd473feec Name": "Breneka 20/70 „Polewa-3”", + "5d6e6a53a4b9361bd473feec Name": "Breneka 20/70 Polewa-3", "5d6e6a53a4b9361bd473feec ShortName": "Polewa-3", "5d6e6a53a4b9361bd473feec Description": "Grzybkująca breneka „Polewa-3” do strzelb kalibru 20/70.", "5d6e6a5fa4b93614ec501745 Name": "Breneka 20/70 Devastator", @@ -6257,24 +6257,24 @@ "5dcbe965e4ed22586443a79d Name": "Tłumik płomieni Desert Tech 7,62 x 51", "5dcbe965e4ed22586443a79d ShortName": "MDR 762", "5dcbe965e4ed22586443a79d Description": "Tłumik płomieni zaprojektowany specjalnie do karabinu automatycznego MDR kalibru 7,62 × 51 mm (.308). Wyprodukowany przez firmę\u00A0Desert Tech.", - "5de652c31b7e3716273428be Name": "Karabinek powtarzalny Molot Arms WPO-215 „Gornostaj” .366 TKM", - "5de652c31b7e3716273428be ShortName": "WPO-215 „Gornostaj”", - "5de652c31b7e3716273428be Description": "WPO-215 „Gornostaj” („Gronostaj”) kalibru .336 TKM to rosyjski powtarzalny karabinek przeznaczony do polowań i strzelań sportowych. Wyprodukowany przez firmę Molot Arms.", - "5de653abf76fdc1ce94a5a2a Name": "4-nabojowy magazynek do WPO-215 „Gornostaj” .366 TKM", + "5de652c31b7e3716273428be Name": "Karabinek powtarzalny Molot Arms WPO-215 Gornostaj .366 TKM", + "5de652c31b7e3716273428be ShortName": "WPO-215 Gornostaj", + "5de652c31b7e3716273428be Description": "WPO-215 Gornostaj („Gronostaj”) kalibru .336 TKM to rosyjski powtarzalny karabinek przeznaczony do polowań i strzelań sportowych. Wyprodukowany przez firmę Molot Arms.", + "5de653abf76fdc1ce94a5a2a Name": "4-nabojowy magazynek do WPO-215 Gornostaj .366 TKM", "5de653abf76fdc1ce94a5a2a ShortName": "WPO215", "5de653abf76fdc1ce94a5a2a Description": "4-nabojowy magazynek kalibru .366 TKM do karabinka WPO-215 i kompatybilnych. Wyprodukowany przez firmę\u00A0Molot Arms.", - "5de65547883dde217541644b Name": "23-calowa lufa do WPO-215 „Gornostaj” .366 TKM", + "5de65547883dde217541644b Name": "23-calowa lufa do WPO-215 Gornostaj .366 TKM", "5de65547883dde217541644b ShortName": "215 600 mm", "5de65547883dde217541644b Description": "23-calowa (600 mm) lufa do karabinka WPO-215 kalibru .366 TKM.", - "5de6556a205ddc616a6bc4f7 Name": "Końcówka zabezpieczająca gwint do WPO-215 „Gornostaj”", + "5de6556a205ddc616a6bc4f7 Name": "Końcówka zabezpieczająca gwint do WPO-215 Gornostaj", "5de6556a205ddc616a6bc4f7 ShortName": "Zab. 215", "5de6556a205ddc616a6bc4f7 Description": "Osłona gwintu do lufy karabinka WPO-215 kalibru .366 TKM.", - "5de6558e9f98ac2bc65950fc Name": "Szyna montażowa na celowniki do WPO-215 „Gornostaj”", + "5de6558e9f98ac2bc65950fc Name": "Szyna montażowa na celowniki do WPO-215 Gornostaj", "5de6558e9f98ac2bc65950fc ShortName": "Szyna 215", - "5de6558e9f98ac2bc65950fc Description": "Uniwersalna szyna montażowa do karabinka WPO-215 „Gornostaj”, pozwala na instalację różnego rodzaju optyki.", - "5de655be4a9f347bc92edb88 Name": "Łoże do WPO-215 „Gornostaj”", + "5de6558e9f98ac2bc65950fc Description": "Uniwersalna szyna montażowa do karabinka WPO-215 Gornostaj, pozwala na instalację różnego rodzaju optyki.", + "5de655be4a9f347bc92edb88 Name": "Łoże do WPO-215 Gornostaj", "5de655be4a9f347bc92edb88 ShortName": "WPO-215", - "5de655be4a9f347bc92edb88 Description": "Standardowa kolba do karabinka WPO-215 „Gornostaj”.", + "5de655be4a9f347bc92edb88 Description": "Standardowa kolba do karabinka WPO-215 Gornostaj.", "5de7bd7bfd6b4e6e2276dc25 Name": "Pistolet maszynowy B&T MP9-N 9 x 19", "5de7bd7bfd6b4e6e2276dc25 ShortName": "MP9-N", "5de7bd7bfd6b4e6e2276dc25 Description": "MP9-N to dalsza modyfikacja pistoletu maszynowego MP9, który został dopracowany i zoptymalizowany we współpracy z jednostkami specjalnymi policji i wojska. MP9-N jest obecnie w służbie zespołów ochrony osobistej, a także zespołów SWAT na całym świecie. Jest to również doskonały wybór jako Broń Ochrony Osobistej (PDW).", @@ -6890,7 +6890,7 @@ "5ed51652f6c34d2cc26336a1 Name": "Wstrzykiwacz stymulanta MULE", "5ed51652f6c34d2cc26336a1 ShortName": "MULE", "5ed51652f6c34d2cc26336a1 Description": "Muscular Ultra Large Exciter (ultra duży pobudzacz mięśni). Stosowany w celu rozszerzenia możliwości organizmu przed długimi marszami. Pozwala organizmowi na długotrwałe przenoszenie zwiększonego ciężaru. Wykazał skuteczność w działaniach bojowych w miejscach, gdzie transport jest niedostępny. Dopuszczony do stosowania przez żołnierzy sił specjalnych. Opracowany przez TerraGroup Labs, oznaczony nazwą M. U. L. E.", - "5ed5166ad380ab312177c100 Name": "Wstrzykiwacz koktajlu „Obdołbos”", + "5ed5166ad380ab312177c100 Name": "Wstrzykiwacz koktajlu Obdołbos", "5ed5166ad380ab312177c100 ShortName": "Obdołbos", "5ed5166ad380ab312177c100 Description": "Strzykawka z domowym narkotykiem, autorstwa byłego pracownika TerraGroup Labs. Negatywne skutki są za każdym razem inne. Możesz zaryzykować, i tak nie masz nic do stracenia.", "5ede4739e0350d05467f73e8 Name": "Granat 40 x 46 mm M406 (HE)", @@ -7163,10 +7163,10 @@ "5f633ff5c444ce7e3c30a006 Name": "Rączka przeładowania do AR-15 Rainier Arms Avalanche MOD2", "5f633ff5c444ce7e3c30a006 ShortName": "Avalanche", "5f633ff5c444ce7e3c30a006 Description": "Rączka przeładowania Avalanche MOD2 do broni opartej o platformę AR-15 i kompatybilnych. Wyprodukowana przez firmę Rainier Arms.", - "5f63405df5750b524b45f114 Name": "Łoże do WPO-101 „Wiepr-Hunter” w stylu SWD", + "5f63405df5750b524b45f114 Name": "Łoże do WPO-101 Wiepr-Hunter w stylu SWD", "5f63405df5750b524b45f114 ShortName": "101 styl SWD", - "5f63405df5750b524b45f114 Description": "Drewniane łoże w stylu SWD zaprojektowane do karabinów WPO-101 „Wiepr-Hunter”.", - "5f63407e1b231926f2329f15 Name": "Hamulec wylotowy do WPO-101 „Wiepr-Hunter” Rotor 43 7,62 x 51", + "5f63405df5750b524b45f114 Description": "Drewniane łoże w stylu SWD zaprojektowane do karabinów WPO-101 Wiepr-Hunter.", + "5f63407e1b231926f2329f15 Name": "Hamulec wylotowy do WPO-101 Wiepr-Hunter Rotor 43 7,62 x 51", "5f63407e1b231926f2329f15 ShortName": "R43 101", "5f63407e1b231926f2329f15 Description": "Hamulec wylotowy Rotor 43, przeznaczony do instalacji na karabinkach WPO kalibru 7,62 × 51 mm. Mimo że jest to hamulec wylotowy, działa również jako tłumik dźwięku.", "5f6340d3ca442212f4047eb2 Name": "Chwyt przedni Tactical Dynamics Skeletonized", @@ -7187,7 +7187,7 @@ "5f647f31b6238e5dd066e196 Name": "Amunicja śrutowa 23 x 75 mm R Szrapnel-25", "5f647f31b6238e5dd066e196 ShortName": "Szrap-25", "5f647f31b6238e5dd066e196 Description": "Amunicja śrutowa kalibru 23 × 75 mm R Szrapnel-25 o znamionowym maksymalnym skutecznym zasięgu 25 metrów.", - "5f647fd3f6e4ab66c82faed6 Name": "Breneka 23 x 75 mm R „Wołna-R”, gumowa", + "5f647fd3f6e4ab66c82faed6 Name": "Breneka 23 x 75 mm R Wołna-R, gumowa", "5f647fd3f6e4ab66c82faed6 ShortName": "Wołna-R", "5f647fd3f6e4ab66c82faed6 Description": "Breneka 23 × 75 mm R „Wołna-R” („Fala-R”) to mniej śmiercionośny nabój z kulą gumową. Minimalny „bezpieczny” zasięg to około 40 metrów (przy bliższym zasięgu może spowodować poważne uszkodzenie ciała lub śmierć).", "5f68c4a7c174a17c0f4c8945 Name": "", @@ -7676,7 +7676,7 @@ "60363c0c92ec1c31037959f5 Name": "Maska przeciwgazowa GP-7", "60363c0c92ec1c31037959f5 ShortName": "GP-7", "60363c0c92ec1c31037959f5 Description": "Cywilna maska przeciwgazowa GP-7 jest filtrującym środkiem indywidualnej ochrony narządów oddechowych, oczu i skóry twarzy.", - "603648ff5a45383c122086ac Name": "Kamizelka taktyczna Azimut SS „Żuk” (czarna)", + "603648ff5a45383c122086ac Name": "Kamizelka taktyczna Azimut SS Żuk (czarna)", "603648ff5a45383c122086ac ShortName": "Azimut", "603648ff5a45383c122086ac Description": "Prosty nylonowy system przenoszenia z niewyjmowanymi ładownicami. Pozwala na przenoszenie dość imponującej ilości amunicji kosztem wygody. Wersja czarna.", "6038b228af2e28262649af14 Name": "BEAR Rash Guard", @@ -7709,7 +7709,7 @@ "603d01b9d10cbf667352dd4a Name": "USEC Sage Warrior", "603d01b9d10cbf667352dd4a ShortName": "", "603d01b9d10cbf667352dd4a Description": "Spodnie polowe", - "6040dd4ddcf9592f401632d2 Name": "Kamizelka taktyczna Azimut SS „Żuk” (SURPAT)", + "6040dd4ddcf9592f401632d2 Name": "Kamizelka taktyczna Azimut SS Żuk (SURPAT)", "6040dd4ddcf9592f401632d2 ShortName": "Azimut", "6040dd4ddcf9592f401632d2 Description": "Prosty nylonowy system przenoszenia z niewyjmowanymi ładownicami. Pozwala na przenoszenie dość imponującej ilości amunicji kosztem wygody. Wersja z kamuflażem SURPAT.", "6040de02647ad86262233012 Name": "Czapka wojskowa (CADPAT)", @@ -7840,8 +7840,8 @@ "60926df0132d4d12c81fd9df Description": "Tłumik dźwięku ASR 556 zaprojektowany do użytku z bronią kalibru 5,56 × 45 mm, może być instalowany na urządzeniu wylotowym kompatybilnym z ASR. Wyprodukowany przez firmę SilencerCo.", "609a4b4fe2ff132951242d04 Name": "Montaż do WPO-102 Arbalet", "609a4b4fe2ff132951242d04 ShortName": "Arbalet WPO", - "609a4b4fe2ff132951242d04 Description": "Aluminiowy montaż\u00A0do instalacji różnych celowników i akcesoriów na karabinku WPO-102 „Wiepr-Hunter”. Wyprodukowany przez firmę\u00A0Arbalet.", - "609a63b6e2ff132951242d09 Name": "Celownik kolimatorowy Valday „Krieczet”", + "609a4b4fe2ff132951242d04 Description": "Aluminiowy montaż\u00A0do instalacji różnych celowników i akcesoriów na karabinku WPO-102 Wiepr-Hunter. Wyprodukowany przez firmę\u00A0Arbalet.", + "609a63b6e2ff132951242d09 Name": "Celownik kolimatorowy Valday Krieczet", "609a63b6e2ff132951242d09 ShortName": "Krieczet", "609a63b6e2ff132951242d09 Description": "Celownik kolimatorowy Krieczet zaprojektowany do precyzyjnego celowania w dzień i w nocy w połączeniu z noktowizorem.", "609b9e31506cf869cf3eaf41 Name": "Celownik kolimatorowy VOMZ Pilad TargetRing", @@ -8228,8 +8228,8 @@ "618a431df1eb8e24b8741deb Name": "Granat ręczny RGO", "618a431df1eb8e24b8741deb ShortName": "RGO", "618a431df1eb8e24b8741deb Description": "RGO (Rucznaja Granata Oboronitielnaja –\u00A0„obronny granat ręczny”) to obronny antypiechotny granat odłamkowy wybuchający po uderzeniu.", - "618a5d5852ecee1505530b2a Name": "Celownik kolimatorowy NPZ PK1 „Obzor” na jaskółczy ogon", - "618a5d5852ecee1505530b2a ShortName": "„Obzor”", + "618a5d5852ecee1505530b2a Name": "Celownik kolimatorowy NPZ PK1 Obzor na jaskółczy ogon", + "618a5d5852ecee1505530b2a ShortName": "Obzor", "618a5d5852ecee1505530b2a Description": "Celownik kolimatorowy zaprojektowany dla myśliwych do szybkiego namierzania celu podczas pracy w bardzo niskich temperaturach, montowany na szynach typu jaskółczy ogon. Wyprodukowany przez firmę NPZ.", "618a75c9a3884f56c957ca1b Name": "Montaż NPZ 1P78-1 na jaskółczy ogon", "618a75c9a3884f56c957ca1b ShortName": "1P78 JO", @@ -9443,7 +9443,7 @@ "637784c5f7b3f4ac1a0d1a9a Name": "Chwyt pistoletowy do PM FAB Defense PM-G", "637784c5f7b3f4ac1a0d1a9a ShortName": "PM-G", "637784c5f7b3f4ac1a0d1a9a Description": "Chwyt do pistoletu Makarowa z wbudowanym mechanizmem zwalniania magazynka, który zmienia radziecki klasyk w nowoczesny, poręczny pistolet, znacznie poprawiając ergonomię. Wyprodukowany przez firmę\u00A0FAB Defense.", - "637b60c3b7afa97bfc3d7001 Name": "Wstrzykiwacz koktajlu „Obdołbos 2”", + "637b60c3b7afa97bfc3d7001 Name": "Wstrzykiwacz koktajlu Obdołbos 2", "637b60c3b7afa97bfc3d7001 ShortName": "Obd. 2", "637b60c3b7afa97bfc3d7001 Description": "Strzykawka z domowym narkotykiem, zaprojektowana przez Sanitara. Nowa wersja starego klasyka. Wygląda na to, że eksperymenty TerraGroup Labs nie skończyły się\u00A0z zamknięciem samego TerraGroup Labs.", "637b612fb7afa97bfc3d7005 Name": "Wstrzykiwacz stymulanta bojowego SJ12 TGLabs", @@ -10558,7 +10558,7 @@ "64f69b4267e11a7c6206e010 Description": "Notatnik zawierający cenne dane należący do szefa kuchni z restauracji Beluga.", "64f6f4c5911bcdfe8b03b0dc Name": "Zabezpieczony pojemnik turniejowy", "64f6f4c5911bcdfe8b03b0dc ShortName": "Turniejowy", - "64f6f4c5911bcdfe8b03b0dc Description": "Sekretny wynalazek TerraGroup – zabezpieczony pojemnik turniejowy.", + "64f6f4c5911bcdfe8b03b0dc Description": "Tajny wynalazek TerraGroup – zabezpieczony pojemnik turniejowy.", "651178336cad06c37c049eb4 Name": "Łoże do WSS/Wał, polimerowe (śliwka)", "651178336cad06c37c049eb4 ShortName": "WSS/Wał", "651178336cad06c37c049eb4 Description": "Polimerowe łoże do AS Wał i WSS Wintoriez. Wyprodukowane w Instytucie Badawczym Precyzyjnej Inżynierii Maszynowej (CNIIToczMasz). Wykonane z polimeru w kolorze śliwkowym, co dało mu przydomek „Sliwoj” („śliwka”).", @@ -11036,10 +11036,10 @@ "6570244ec5d7d4cb4d078558 Name": "Pudełko nabojów breneki 12/70 Grizli 40 (25 szt.)", "6570244ec5d7d4cb4d078558 ShortName": "Grizli 40", "6570244ec5d7d4cb4d078558 Description": "Pudełko nabojów breneki 12/70 Grizli 40, 25 sztuk.", - "65702452cfc010a0f50069fe Name": "Pudełko nabojów breneki 12/70 „Polewa-3” (25 szt.)", + "65702452cfc010a0f50069fe Name": "Pudełko nabojów breneki 12/70 Polewa-3 (25 szt.)", "65702452cfc010a0f50069fe ShortName": "Polewa-3", "65702452cfc010a0f50069fe Description": "Pudełko nabojów breneki 12/70 „Polewa-3”, 25 sztuk.", - "657024581419851aef03e700 Name": "Pudełko nabojów breneki 12/70 „Polewa-6u” (25 szt.)", + "657024581419851aef03e700 Name": "Pudełko nabojów breneki 12/70 Polewa-6u (25 szt.)", "657024581419851aef03e700 ShortName": "Polewa-6u", "657024581419851aef03e700 Description": "Pudełko nabojów breneki 12/70 „Polewa-6u”, 25 sztuk.", "65702469c5d7d4cb4d07855b Name": "Pudełko nabojów breneki 12/70 z pociskiem .50 BMG (25 szt.)", @@ -11075,10 +11075,10 @@ "6570249f1419851aef03e709 Name": "Pudełko nabojów breneki 20/70 Star (25 szt.)", "6570249f1419851aef03e709 ShortName": "Star", "6570249f1419851aef03e709 Description": "Pudełko nabojów breneki 20/70 Star, 25 sztuk.", - "657024a4bfc87b3a3409322c Name": "Pudełko nabojów breneki 20/70 „Polewa-3” (25 szt.)", + "657024a4bfc87b3a3409322c Name": "Pudełko nabojów breneki 20/70 Polewa-3 (25 szt.)", "657024a4bfc87b3a3409322c ShortName": "Polewa-3", "657024a4bfc87b3a3409322c Description": "Pudełko nabojów breneki 20/70 „Polewa-3”, 25 sztuk.", - "657024a91419851aef03e70c Name": "Pudełko nabojów breneki 20/70 „Polewa-6u” (25 szt.)", + "657024a91419851aef03e70c Name": "Pudełko nabojów breneki 20/70 Polewa-6u (25 szt.)", "657024a91419851aef03e70c ShortName": "Polewa-6u", "657024a91419851aef03e70c Description": "Pudełko nabojów breneki 20/70 „Polewa-6u”, 25 sztuk.", "657024aebfc87b3a3409322f Name": "Pudełko nabojów amunicji śrutowej 23 x 75 mm Szrapnel-10 (5 szt.)", @@ -11234,7 +11234,7 @@ "657025dfcfc010a0f5006a3b Name": "Pudełko nabojów 9 x 39 mm SPP GS (20 szt.)", "657025dfcfc010a0f5006a3b ShortName": "SPP", "657025dfcfc010a0f5006a3b Description": "Pudełko nabojów 9 × 39 mm SPP GS 20 sztuk.", - "657025ebc5d7d4cb4d078588 Name": "Pudełko nabojów 5,45 x 39 mm PPBS GS „Igolnik” (120 szt.)", + "657025ebc5d7d4cb4d078588 Name": "Pudełko nabojów 5,45 x 39 mm PPBS GS Igolnik (120 szt.)", "657025ebc5d7d4cb4d078588 ShortName": "PPBS", "657025ebc5d7d4cb4d078588 Description": "Pudełko nabojów 5,45 × 39 mm PPBS GS „Igolnik”, 120 sztuk.", "65702606cfc010a0f5006a3e Name": "Pudełko nabojów 9 x 18 mm PM BŻT GŻ (50 szt.)", @@ -12083,7 +12083,7 @@ "6576504b526e320fbe035783 Name": "6,5-milimetrowa wkładka aramidowa i tytanowe płyty", "6576504b526e320fbe035783 ShortName": "", "6576504b526e320fbe035783 Description": "", - "6576f4708ca9c4381d16cd9d Name": "9 x 21 mm 7N42 „Zubiło”", + "6576f4708ca9c4381d16cd9d Name": "9 x 21 mm 7N42 Zubiło", "6576f4708ca9c4381d16cd9d ShortName": "7N42", "6576f4708ca9c4381d16cd9d Description": "Nabój 9 × 21 mm PP (indeks GRAU 7N42) z pociskiem o zwiększonej penetracji jest przeznaczony do walki z opancerzonym personelem. Część głowicowa rdzenia na ściętą krawędź. Taka konstrukcja zapewnia rozerwanie włókien materiałowej podstawy pancerza i znacznie zwiększa penetrację pocisku. Rdzeń wystaje z płaszcza, co zwiększa jego zdolność penetracji. Głowica pocisku jest koloru czarnego.", "6576f93989f0062e741ba952 Name": "9 x 21 mm 7U4", @@ -12374,9 +12374,9 @@ "658420d8085fea07e674cdb6 Name": "Martwy cywil", "658420d8085fea07e674cdb6 ShortName": "Martwy cywil", "658420d8085fea07e674cdb6 Description": "Martwy cywil", - "65ae4f57e343f0acc00824da Name": "PP-19-01 Vityaz Vector VR-LPS left-side charging handle", - "65ae4f57e343f0acc00824da ShortName": "VR-LPS", - "65ae4f57e343f0acc00824da Description": "VR-LPS is a device that allows for reloading the weapon with the support hand. Installed in place of the gas tube and enables quick and efficient reloading. Manufactured by Vector 7.62.", + "65ae4f57e343f0acc00824da Name": "Lewostronna rączka przeładowania do PP-19-01 Witiaź WR-ŁPS", + "65ae4f57e343f0acc00824da ShortName": "WR-ŁPS", + "65ae4f57e343f0acc00824da Description": "WR-ŁPS to urządzenie pozwalające na przeładowanie broni przy użyciu ręki podpierającej. Montowane w miejsce rury gazowej umożliwia szybkie i sprawne przeładowanie. Wyprodukowany przez firmę Vector 7.62.", "65ca457b4aafb5d7fc0dcb5d Name": "Taktyczne kukri M48 United Cutlery", "65ca457b4aafb5d7fc0dcb5d ShortName": "M48 Kukri", "65ca457b4aafb5d7fc0dcb5d Description": "Taktyczne kukri z serii 48. Posiada ostrze ze stali nierdzewnej i gumowaną rękojeść. Świetny dodatek do arsenału każdego survivalowca! Wyprodukowane przez United Cutlery.", @@ -12452,15 +12452,15 @@ "66012d9a3dff5074ed002e33 Name": "Dwójnóg do M60", "66012d9a3dff5074ed002e33 ShortName": "Dwójnóg M60", "66012d9a3dff5074ed002e33 Description": "Standardowy dwójnóg do karabinka maszynowego M60. Wyprodukowany przez firmę\u00A0U.S. Ordnance.", - "660137d8481cc6907a0c5cda Name": "20/70 TSS Armor Piercing Slug", + "660137d8481cc6907a0c5cda Name": "Breneka 20/70 TSS Armor Piercing Slug", "660137d8481cc6907a0c5cda ShortName": "TSS AP", - "660137d8481cc6907a0c5cda Description": "An armor-piercing slug for 20/70 caliber shotguns. Combines decent accuracy with increased penetration. Excellent choice if the target needs to be eliminated, not just intimidated. ", - "660137ef76c1b56143052be8 Name": "20/70 Dangerous Game Slug", + "660137d8481cc6907a0c5cda Description": "Pocisk przeciwpancerny do strzelb kalibru 20/70. Łączy przyzwoitą celność ze zwiększoną penetracją. Doskonały wybór, jeśli cel ma zostać wyeliminowany, a nie tylko zastraszony.", + "660137ef76c1b56143052be8 Name": "Breneka 20/70 Dangerous Game Slug", "660137ef76c1b56143052be8 ShortName": "DGS", - "660137ef76c1b56143052be8 Description": "A slug cartridge for 20/70 caliber shotguns. Loses very little velocity over distance, so it is suitable for reliable target engagement at a long range. ", + "660137ef76c1b56143052be8 Description": "Breneka do strzelb kalibru 20/70. Traci bardzo małą prędkość na dystansie, dzięki czemu nadaje się do niezawodnego strzelania do celu z dużej odległości.", "6601380580e77cfd080e3418 Name": "Amunicja strzałkowa 20/70", "6601380580e77cfd080e3418 ShortName": "Strzałkowa", - "6601380580e77cfd080e3418 Description": "A shell loaded with razor-sharp flechettes for 20ga shotguns. Far from being the most effective round, but believe us - you definitely don't want to be on the receiving end of the weapon loaded with it. ", + "6601380580e77cfd080e3418 Description": "Pocisk do strzelb kalibru 20 ga wypełniony ostrymi jak brzytwa strzałkami. Daleko jej do najskuteczniejszego naboju, ale uwierz – zdecydowanie nie chciałbyś być po stronie lufy załadowanej nim broni.", "66015072e9f84d5680039678 Name": "Zabawkowy pistolet 20 x 1 mm", "66015072e9f84d5680039678 ShortName": "Blicky", "66015072e9f84d5680039678 Description": "Plastikowy samopowtarzalny zabawkowy pistolet strzelający krążkami 20 × 1 mm. Przeznaczony dla dzieci powyżej 5 roku życia. Wyprodukowany w ZSRR.", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "Trampek Viibiin", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "Pojedynczy trampek marki Viibiin. Ciekawe, gdzie jest drugi.", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Klucz do rur gazowych Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "Błyszczący i kolorowy klucz hydrauliczny marki Inseq.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13315,7 +13315,7 @@ "66da1b546916142b3b022777 Description": "skrzynia", "66dae7cbeb28f0f96809f325 Name": "V40 Mini-Grenade", "66dae7cbeb28f0f96809f325 ShortName": "V40", - "66dae7cbeb28f0f96809f325 Description": "A Dutch fragmentation hand grenade. The grenade is the size of a standard golf ball and has a guaranteed lethal radius of only one meter.", + "66dae7cbeb28f0f96809f325 Description": "Holenderski ręczny granat odłamkowy. Granat jest wielkości standardowej piłki golfowej i ma gwarantowany śmiertelny promień wynoszący zaledwie jeden metr.", "66ec2aa6daf127599c0c31f1 Name": "Odłamek O-832DU", "66ec2aa6daf127599c0c31f1 ShortName": "Odłamek O-832DU", "66ec2aa6daf127599c0c31f1 Description": "Odłamek O-832DU", @@ -13718,7 +13718,7 @@ "673ddbb567c759b3c90e5f76 Name": " Tylni hak do Sako TRG M10", "673ddbb567c759b3c90e5f76 ShortName": "Hak M10", "673ddbb567c759b3c90e5f76 Description": "Osłona szyny do powtarzalnego karabinu wyborowego TRG M10. Wyprodukowana przez firmę\u00A0Sako.", - "673f0a38259f5945d70e43a6 Name": "Ase Utra SL7i-BL BoreLock .338 LM sound suppressor", + "673f0a38259f5945d70e43a6 Name": "Tłumik dźwięku Ase Utra SL7i-BL BoreLock .338 LM", "673f0a38259f5945d70e43a6 ShortName": "SL7i-BL .338", "673f0a38259f5945d70e43a6 Description": "Tłumik dźwięku SL7i-BL, instalowany na kompatybilnych hamulcach wylotowych BoreLock. Wyprodukowany przez firmę\u00A0Ase Utra.", "673f0a9370a3ddcf0d0ee0b8 Name": "Tłumik dźwięku do Sako TRG PGM Precision .338 LM", @@ -13825,7 +13825,7 @@ "67499d4deca8acb2d206163b Description": "Urządzenie zostało zaprojektowane do tłumienia systemów naprowadzania dronów. Pomaga niezawodnie chronić każdy obiekt przed atakami z powietrza.", "6749c40822a2740bb408d066 Name": "50-nabojowy magazynek bębnowy do PP-19-01 9 x 19 F5 MFG", "6749c40822a2740bb408d066 ShortName": "PP19 F5", - "6749c40822a2740bb408d066 Description": "50-nabojowy magazynek bębnowy PP-19-01 „Witiaź” kalibru 9 × 19 mm. Wyprodukowany przez firmę F5 MFG.", + "6749c40822a2740bb408d066 Description": "50-nabojowy magazynek bębnowy PP-19-01 Witiaź kalibru 9 × 19 mm. Wyprodukowany przez firmę F5 MFG.", "674d5e287075e056160e0176 Name": "Łoże do Velociraptora, polimerowe", "674d5e287075e056160e0176 ShortName": "Łoże Vel", "674d5e287075e056160e0176 Description": "Polimerowe łoże do karabinka automatycznego Velociraptor. Zmodyfikowana wersja łoża Tapco AK oparta na łożu Galil AR, zaprojektowana do montażu na osłonie tłumika, zapobiegająca możliwym obrażeniom dłoni strzelca podczas strzelania.", @@ -13847,21 +13847,21 @@ "674dbf593bee1152d407f005 Name": "Nieśmiertelnik (prestiż 1)", "674dbf593bee1152d407f005 ShortName": "Nieśmiertelnik", "674dbf593bee1152d407f005 Description": "Specjalny nieśmiertelnik z gumowymi bokami, służący do szybkiej identyfikacji rannych i zmarłych w walce. Wskaźnik wysokiego statusu operatora PMC.", - "674fe57721a9aa6be6045b96 Name": "SOK-12 Chaos Titan Quad Rail handguard", + "674fe57721a9aa6be6045b96 Name": "Łoże czteroszynowe do SOK-12 Chaos Titan Quad Rail", "674fe57721a9aa6be6045b96 ShortName": "Titan Quad Rail", - "674fe57721a9aa6be6045b96 Description": "A lightweight handguard from the Titan Quad Rail System for Saiga shotguns. Manufactured by Chaos.", - "674fe89a4472d471fb0f07d8 Name": "SOK-12 Chaos Titan Quad Rail handguard top cover", - "674fe89a4472d471fb0f07d8 ShortName": "Titan QRTC", - "674fe89a4472d471fb0f07d8 Description": "A handguard top rail for the Titan Quad Rail System, manufactured by Chaos.", - "674fe8b9362ea1f88b0e278d Name": "SOK-12 Chaos Titan receiver top rail", - "674fe8b9362ea1f88b0e278d ShortName": "Titan TR", - "674fe8b9362ea1f88b0e278d Description": "A receiver top rail for the Titan Quad Rail System, manufactured by Chaos.", + "674fe57721a9aa6be6045b96 Description": "Lekkie łoże systemu Titan Quad Rail do strzelb Sajga. Wyprodukowane przez firmę Chaos.", + "674fe89a4472d471fb0f07d8 Name": "Górna osłona do łoża czteroszynowego do SOK-12 Chaos Titan Quad Rail", + "674fe89a4472d471fb0f07d8 ShortName": "Titan QR g.o.", + "674fe89a4472d471fb0f07d8 Description": "Górna szyna łoża systemu Titan Quad Rail. Wyprodukowana przez firmę Chaos.", + "674fe8b9362ea1f88b0e278d Name": "Górna szyna komory zamkowej do SOK-12 Chaos Titan", + "674fe8b9362ea1f88b0e278d ShortName": "Titan góra", + "674fe8b9362ea1f88b0e278d Description": "Górna szyna komory zamkowej systemu Titan Quad Rail. Wyprodukowana przez firmę Chaos.", "674fe8cf4472d471fb0f07df Name": "Szczerbinka Chaos w stylu HK", "674fe8cf4472d471fb0f07df ShortName": "Sz. Chaos", - "674fe8cf4472d471fb0f07df Description": "A rear sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", + "674fe8cf4472d471fb0f07df Description": "Szczerbinka wzorowana na popularnych celownikach mechanicznych Heckler & Koch. Wyprodukowana przez firmę Chaos.", "674fe8dd362ea1f88b0e2792 Name": "Muszka Chaos w stylu HK", "674fe8dd362ea1f88b0e2792 ShortName": "Mu. Chaos", - "674fe8dd362ea1f88b0e2792 Description": "A front sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", + "674fe8dd362ea1f88b0e2792 Description": "Muszka wzorowana na popularnych celownikach mechanicznych Heckler & Koch. Wyprodukowana przez firmę Chaos.", "674fe8f6f34d761ab8020cc8 Name": "20-nabojowy magazynek bębnowy do SOK-12 12 ga MD Arms", "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", "674fe8f6f34d761ab8020cc8 Description": "20-nabojowy magazynek bębnowy MD Arms do SOK-12 i kompatybilnych, zasilany amunicją 12/76 lub 12/70.", @@ -13934,9 +13934,9 @@ "67519b77a34a61ba7f053e67 Name": "Środkowy palec", "67519b77a34a61ba7f053e67 ShortName": "", "67519b77a34a61ba7f053e67 Description": "", - "675307301f7c19a9780f2668 Name": "AR-15 Magpul B.A.D. Lever bolt release", + "675307301f7c19a9780f2668 Name": "Dźwignia zwolnienia zamka do AR-15 Magpul B.A.D.", "675307301f7c19a9780f2668 ShortName": "B.A.D.", - "675307301f7c19a9780f2668 Description": "The Battery Assist Device Lever for the AR-15 platform and compatibles. Allows to release the bolt into battery from the right side of the rifle, making it easier to operate the weapon for left-handed shooters. Manufactured by Magpul.", + "675307301f7c19a9780f2668 Description": "Dźwignia Battery Assist Device dla platformy AR-15 i kompatybilnych. Umożliwia zwolnienie zamka z prawej strony karabinka, ułatwiając obsługę broni strzelcom leworęcznym. Wyprodukowana przez firmę Magpul.", "675465f0b784110b2702fe0f Name": "Czysty beton", "675465f0b784110b2702fe0f ShortName": "Czysty beton", "675465f0b784110b2702fe0f Description": "Idealna podłoga dla tych, którzy cenią sobie prostotę. I tych, którzy nigdy nie zdejmują butów.", @@ -14056,13 +14056,13 @@ "6758443ff94a97cbbe096f18 Description": "Podłoga, która była w kryjówce. Gdyby ją wyczyścić, wyglądałaby „w porządku”.", "675844580ec1f5ab030c8ff6 Name": "Sztuczna trawa", "675844580ec1f5ab030c8ff6 ShortName": "Sztuczna trawa", - "675844580ec1f5ab030c8ff6 Description": "Podobno coś takiego jest używane w przedszkolach. Chodzenie po tym boso byłoby świetnym uczuciem.", + "675844580ec1f5ab030c8ff6 Description": "Podłoga przeznaczona wyłącznie do chodzenia boso. Jednak tylko z daleka wygląda jak prawdziwa trawa.", "675844bdf94a97cbbe096f1a Name": "Standardowe ściany", "675844bdf94a97cbbe096f1a ShortName": "Standardowe ściany", "675844bdf94a97cbbe096f1a Description": "Podstawowe ściany dla podstawowego obywatela Tarkowa. Przypomina nieco stary radziecki szpital.", - "675844d50ec1f5ab030c8ff8 Name": "Przedszkole", - "675844d50ec1f5ab030c8ff8 ShortName": "Przedszkole", - "675844d50ec1f5ab030c8ff8 Description": "Dla tych, którzy chcą wrócić do dzieciństwa. Każdy zając i motyl są ręcznie malowane. Prawdziwie mistrzowskie dzieło.", + "675844d50ec1f5ab030c8ff8 Name": "Spokój", + "675844d50ec1f5ab030c8ff8 ShortName": "Spokój", + "675844d50ec1f5ab030c8ff8 Description": "Dla tych, którzy szukają spokoju i wyciszenia. Każdy zając i motyl są ręcznie malowane. Prawdziwe dzieło mistrza.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", @@ -14168,12 +14168,12 @@ "6759e91d8367ee2b0c0f4b94 Name": "Specjalny plakat z dziewczyną", "6759e91d8367ee2b0c0f4b94 ShortName": "Plakat", "6759e91d8367ee2b0c0f4b94 Description": "Plakat, który stał się prawdziwą legendą. Tylko kilka osób posiada jeden z nich.", - "675a0288c3102563bd01c9c3 Name": "Plakat Bison kontra Undertaker", + "675a0288c3102563bd01c9c3 Name": "Plakat Areny", "675a0288c3102563bd01c9c3 ShortName": "Plakat", - "675a0288c3102563bd01c9c3 Description": "Plakat z Areny. Przedstawia ówczesnych legendarnych gladiatorów. Wiele Scavów przyszło zobaczyć walkę, że zabrakło miejsc na trybunach. Dzisiaj nikt nawet nie pamięta, kto wygrał.", - "675a046b8f547d6cae01922e Name": "Plakat Areny", + "675a0288c3102563bd01c9c3 Description": "Bezczelna reklama zarabiania pieniędzy na Arenie. Wielu mieszkańców Tarkowa skusiło się na szybki zarobek, pomimo ryzyka śmierci.", + "675a046b8f547d6cae01922e Name": "Plakat Bison kontra Undertaker", "675a046b8f547d6cae01922e ShortName": "Plakat", - "675a046b8f547d6cae01922e Description": "Bezczelna reklama zarabiania pieniędzy na Arenie. Wielu mieszkańców Tarkowa skusiło się na szybki zarobek, pomimo ryzyka śmierci.", + "675a046b8f547d6cae01922e Description": "Plakat z Areny. Przedstawia ówczesnych legendarnych gladiatorów. Wiele Scavów przyszło zobaczyć walkę, że zabrakło miejsc na trybunach. Dzisiaj nikt nawet nie pamięta, kto wygrał.", "675a04c01474133a0d0bb212 Name": "Plakat Areny", "675a04c01474133a0d0bb212 ShortName": "Plakat", "675a04c01474133a0d0bb212 Description": "Plakat reklamujący zarabianie pieniędzy na Arenie. Jasne, można zarobić, ale można też zginąć.", @@ -14201,9 +14201,9 @@ "675a0fbbb98bf391510bafcd Name": "Plakat z autostradą", "675a0fbbb98bf391510bafcd ShortName": "Plakat", "675a0fbbb98bf391510bafcd Description": "Nieznany artysta próbował wyobrazić sobie, jak będzie wyglądać autostrada w 2028 roku. Co to jest: fantazja czy subtelne ostrzeżenie?", - "675a125caf26c56ee109072a Name": "Plakat Hell of Highwater", + "675a125caf26c56ee109072a Name": "Plakat Hell or Highwater", "675a125caf26c56ee109072a ShortName": "Plakat", - "675a125caf26c56ee109072a Description": "Plakat do filmu Hell of Highwater. Nigdy nie trafił na duże ekrany, ale Tarkow wciąż ma wystarczająco dużo tych plakatów, by użyć ich jako dekoracji.", + "675a125caf26c56ee109072a Description": "Plakat do filmu Hell or Highwater. Nigdy nie trafił na duże ekrany, ale Tarkow wciąż ma wystarczająco dużo tych plakatów, by użyć ich jako dekoracji.", "675a191f67c8eb5cd1035305 Name": "Plakat Gunfight", "675a191f67c8eb5cd1035305 ShortName": "Plakat", "675a191f67c8eb5cd1035305 Description": "Plakat thrillera akcji Gunfight od studia Battle Star. Lata temu kina miały ogromne kolejki oczekujących na film. Teraz pozostały tylko plakaty. To miłe przypomnienie dawnych czasów.", @@ -14285,18 +14285,18 @@ "675ea4891b2579e8fe0250aa Name": "Flara sygnalizacyjna (Nowy Rok)", "675ea4891b2579e8fe0250aa ShortName": "Flara sygnalizacyjna (Nowy Rok)", "675ea4891b2579e8fe0250aa Description": "Flara sygnalizacyjna (Nowy Rok)", - "675f7acc4076a741a3061566 Name": "TerraGroup shipment report", + "675f7acc4076a741a3061566 Name": "Raport z wysyłki TerraGroup", "675f7acc4076a741a3061566 ShortName": "Dokumenty", - "675f7acc4076a741a3061566 Description": "A stack of documents with data on TerraGroup shipments. Contains reports on completed and planned shipments.", - "675f7b168d28a25ec7007dbb Name": "Delivery crew report", - "675f7b168d28a25ec7007dbb ShortName": "Report", - "675f7b168d28a25ec7007dbb Description": "It looks like this journal was used by the entire loading crew to mark all the loads that had already been completed. How could the foreman make any sense of this handwriting?", - "675f7f224076a741a3061568 Name": "Skier's wallet", - "675f7f224076a741a3061568 ShortName": "Wallet", - "675f7f224076a741a3061568 Description": "It's hard to believe this wallet is anything special to Skier. It's just an old, shabby wallet. How has it not disintegrated yet?", - "675f80d4fe1b59cf490d3527 Name": "Box with upgraded tools", - "675f80d4fe1b59cf490d3527 ShortName": "Upgraded tools", - "675f80d4fe1b59cf490d3527 Description": "The box is sealed, but judging by the sounds inside, it contains the tools Mechanic was looking for.", + "675f7acc4076a741a3061566 Description": "Stos dokumentów z danymi dotyczącymi przesyłek TerraGroup. Zawiera raporty dotyczące zrealizowanych i planowanych wysyłek.", + "675f7b168d28a25ec7007dbb Name": "Raport ekipy załadunkowej", + "675f7b168d28a25ec7007dbb ShortName": "Raport", + "675f7b168d28a25ec7007dbb Description": "Wygląda na to, że ten dziennik był używany przez całą ekipę załadunkową do oznaczania wszystkich ładunków, które zostały już załadowane. Jak brygadzista mógł zrozumieć coś z tego pisma?", + "675f7f224076a741a3061568 Name": "Portfel Narciarza", + "675f7f224076a741a3061568 ShortName": "Portfel", + "675f7f224076a741a3061568 Description": "Trudno uwierzyć, że ten portfel jest dla Narciarza czymś wyjątkowym. To po prostu stary, zniszczony portfel. Jakim cudem jeszcze się nie rozpadł?", + "675f80d4fe1b59cf490d3527 Name": "Skrzynka z ulepszonymi narzędziami", + "675f80d4fe1b59cf490d3527 ShortName": "Ulepszone narzędzia", + "675f80d4fe1b59cf490d3527 Description": "Pudełko jest zapieczętowane, ale sądząc po dźwiękach w środku, zawiera narzędzia, których szukał Mechanik.", "675fd6897a57e0b2a00e3405 Name": "USEC BOSS Delta", "675fd6897a57e0b2a00e3405 ShortName": "", "675fd6897a57e0b2a00e3405 Description": "", @@ -14345,9 +14345,9 @@ "676014635fa2f21d3c0b9f56 Name": "", "676014635fa2f21d3c0b9f56 ShortName": "", "676014635fa2f21d3c0b9f56 Description": "", - "676017fe8cfeeba9f707c8d6 Name": "SOK-12 Kiba Arms Zombie Custom dust cover ", + "676017fe8cfeeba9f707c8d6 Name": "Pokrywa komory zamkowej do SOK-12 Kiba Arms Zombie Custom", "676017fe8cfeeba9f707c8d6 ShortName": "SOK-12 ZC", - "676017fe8cfeeba9f707c8d6 Description": "A receiver dust cover for the SOK-12 shotgun, modernized by Kiba Arms.", + "676017fe8cfeeba9f707c8d6 Description": "Osłona pokrywy zamkowej do strzelby SOK-12, zmodernizowana przez Kiba Arms.", "676029a6bdead929d40bc368 Name": "Maska koguta", "676029a6bdead929d40bc368 ShortName": "Kogut", "676029a6bdead929d40bc368 Description": "Dziecięca maska stylizowana na koguta. W realiach Tarkowa prawdopodobnie wygląda onieśmielająco. Albo i nie. Jakby nie było już wystarczająco dużo najemników z tandetnymi plastikowymi maskami czaszek.", @@ -14390,69 +14390,69 @@ "67604ac650dfa9253901a548 Name": "Patrz na moje muły", "67604ac650dfa9253901a548 ShortName": "Patrz na moje muły", "67604ac650dfa9253901a548 Description": "Teraz będziesz dokładnie wiedzieć, jak dopasowane są twoje ubrania, gdy pokazujesz swoje mięśnie.", - "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", + "6761492dc53ebe8c0f0a5efe Name": "Rączka przeładowania do MPX GEN 2, oburęczna", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", - "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "MPX/MCX SB Tactical Pistol Stabilizing Brace", - "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MCX/MPX manufactured by SB Tactical.", - "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", - "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", - "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149a3e2cf1419500357eb Name": "MPX 9x19 Ronin Arms 6.75 inch Ported SD Barrel", - "676149a3e2cf1419500357eb ShortName": "MPX-SD 6.75\"", - "676149a3e2cf1419500357eb Description": "A 6.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", - "676149c5062e6212f5058c36 Name": "MPX 9x19 Ronin Arms 8 inch SD Suppressor", - "676149c5062e6212f5058c36 ShortName": "Ronin 8\"", - "676149c5062e6212f5058c36 Description": "An 8 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149d8e889e1972605d6be Name": "MPX 9x19 Ronin Arms 12 inch SD Suppressor", - "676149d8e889e1972605d6be ShortName": "Ronin 12\"", - "676149d8e889e1972605d6be Description": "A 12 inch suppressor from the MPX-SD conversion kit designed for installation over the custom ported barrel. Manufactured by Ronin Arms.", - "676149fbe2cf1419500357ee Name": "MPX GEN1 4 inch handguard", - "676149fbe2cf1419500357ee ShortName": "MPX GEN1 4\"", - "676149fbe2cf1419500357ee Description": "A 4 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a0be889e1972605d6c0 Name": "MPX GEN1 8 inch handguard", - "67614a0be889e1972605d6c0 ShortName": "MPX GEN1 8\"", - "67614a0be889e1972605d6c0 Description": "An 8 inch handguard for the first generation of the SIG Sauer MPX SMG.", - "67614a225152c0eaed08ec86 Name": "MPX GEN2 4 inch M-LOK handguard", - "67614a225152c0eaed08ec86 ShortName": "MPX GEN2 4\"", - "67614a225152c0eaed08ec86 Description": "A 4 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a31062e6212f5058c38 Name": "MPX GEN2 8 inch M-LOK handguard", - "67614a31062e6212f5058c38 ShortName": "MPX GEN2 8\"", - "67614a31062e6212f5058c38 Description": "An 8 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", - "67614a3ce2cf1419500357f4 Name": "MPX GEN2 6 inch M-LOK handguard", - "67614a3ce2cf1419500357f4 ShortName": "MPX GEN2 6\"", - "67614a3ce2cf1419500357f4 Description": "A 6 inch handguard for the second generation of the SIG Sauer MPX SMG equipped with an M-LOK interface for installation of additional devices and accessories.", + "6761492dc53ebe8c0f0a5efe Description": "Oburęczna rączka przeładowania z dwoma zatrzaskami do pistoletu maszynowego MPX drugiej generacji. Wyprodukowana przez firmę SIG Sauer.", + "6761496fe2cf1419500357e9 Name": "Kolba pistoletowa do MPX/MCX SB Tactical", + "6761496fe2cf1419500357e9 ShortName": "MPX", + "6761496fe2cf1419500357e9 Description": "Teleskopowa rozkładana kolba do MCX/MPX. Wyprodukowana przez firmę SB Tactical.", + "67614994e889e1972605d6bb Name": "4,75-calowa lufa do MPX 9 x 19 Ronin Arms SD z portem", + "67614994e889e1972605d6bb ShortName": "MPX-SD 4,75″", + "67614994e889e1972605d6bb Description": "4,75-calowa lufa z portem z zestawu do konwersji MPX-SD przeznaczona do montażu specjalnego tłumika. Wyprodukowana przez firmę Ronin Arms.", + "676149a3e2cf1419500357eb Name": "6,75-calowa lufa do MPX 9 x 19 Ronin Arms SD z portem", + "676149a3e2cf1419500357eb ShortName": "MPX-SD 6,75″", + "676149a3e2cf1419500357eb Description": "6,75-calowa lufa z portem z zestawu do konwersji MPX-SD przeznaczona do montażu specjalnego tłumika. Wyprodukowana przez firmę Ronin Arms.", + "676149c5062e6212f5058c36 Name": "8-calowy tłumik SD do MPX 9 x 19 Ronin Arms", + "676149c5062e6212f5058c36 ShortName": "Ronin 8″", + "676149c5062e6212f5058c36 Description": "8-calowy tłumik z zestawu do konwersji MPX-SD przeznaczony do montażu na niestandardowej lufie. Wyprodukowany przez firmę Ronin Arms.", + "676149d8e889e1972605d6be Name": "12-calowy tłumik SD do MPX 9 x 19 Ronin Arms", + "676149d8e889e1972605d6be ShortName": "Ronin 12″", + "676149d8e889e1972605d6be Description": "12-calowy tłumik z zestawu do konwersji MPX-SD przeznaczony do montażu na niestandardowej lufie. Wyprodukowany przez firmę Ronin Arms.", + "676149fbe2cf1419500357ee Name": "4-calowe łoże do MPX GEN1", + "676149fbe2cf1419500357ee ShortName": "MPX GEN1 4″", + "676149fbe2cf1419500357ee Description": "4-calowe łoże do pierwszej generacji pistoletu maszynowego SIG Sauer MPX.", + "67614a0be889e1972605d6c0 Name": "8-calowe łoże do MPX GEN1", + "67614a0be889e1972605d6c0 ShortName": "MPX GEN1 8″", + "67614a0be889e1972605d6c0 Description": "8-calowe łoże do pierwszej generacji pistoletu maszynowego SIG Sauer MPX.", + "67614a225152c0eaed08ec86 Name": "4-calowe łoże do MPX GEN2 M-LOK", + "67614a225152c0eaed08ec86 ShortName": "MPX GEN2 4″", + "67614a225152c0eaed08ec86 Description": "4-calowe łoże do drugiej generacji pistoletu maszynowego SIG Sauer MPX wyposażone w złącze M-LOK do montażu dodatkowych urządzeń i akcesoriów.", + "67614a31062e6212f5058c38 Name": "8-calowe łoże do MPX GEN2 M-LOK", + "67614a31062e6212f5058c38 ShortName": "MPX GEN2 8″", + "67614a31062e6212f5058c38 Description": "8-calowe łoże do drugiej generacji pistoletu maszynowego SIG Sauer MPX wyposażone w złącze M-LOK do montażu dodatkowych urządzeń i akcesoriów.", + "67614a3ce2cf1419500357f4 Name": "6-calowe łoże do MPX GEN2 M-LOK", + "67614a3ce2cf1419500357f4 ShortName": "MPX GEN2 6″", + "67614a3ce2cf1419500357f4 Description": "6-calowe łoże do drugiej generacji pistoletu maszynowego SIG Sauer MPX wyposażone w złącze M-LOK do montażu dodatkowych urządzeń i akcesoriów.", "67614b3ab8c060ebb204b106 Name": "Opaska Korowód", "67614b3ab8c060ebb204b106 ShortName": "Korowód", "67614b3ab8c060ebb204b106 Description": "Opaska, po której uczestnicy Korowodu mogą się rozpoznać. Bez niej nie można być częścią uroczystości.", "67614b542eb91250020f2b86 Name": "Opaska (prestiż 1)", "67614b542eb91250020f2b86 ShortName": "Prestiż 1", - "67614b542eb91250020f2b86 Description": "This armband will help demonstrate your status in Tarkov.", + "67614b542eb91250020f2b86 Description": "Ta opaska pomoże zademonstrować twój status w Tarkowie.", "67614b6b47c71ea3d40256d7 Name": "Opaska (prestiż 2)", "67614b6b47c71ea3d40256d7 ShortName": "Prestiż 2", - "67614b6b47c71ea3d40256d7 Description": "These armbands are only for the best of the best.", + "67614b6b47c71ea3d40256d7 Description": "Te opaski są przeznaczone tylko dla najlepszych z najlepszych.", "67614e3a6a90e4f10b0b140d Name": "Festiwalowa skrzynia ze zrzutem", "67614e3a6a90e4f10b0b140d ShortName": "Festiwalowa skrzynia ze zrzutem", "67614e3a6a90e4f10b0b140d Description": "Festiwalowa skrzynia ze zrzutem", - "676175789dcee773150c6925 Name": "Leupold Mark 5HD 5-25x56mm 35mm riflescope (FDE)", + "676175789dcee773150c6925 Name": "Luneta Leupold Mark 5HD 5-25x56 35 mm (FDE)", "676175789dcee773150c6925 ShortName": "Mark 5HD 5-25x56", - "676175789dcee773150c6925 Description": "The Mark 5HD 5-25x56 riflescope is known for being a lighter and more efficient optic than other scopes in its class. Featuring optical glass, full multi-coated lenses and an advanced light management system, the scope offers low-glare, high-contrast imaging. Installed on 35mm ring mounts. Manufactured by Leupold. Flat Dark Earth version.", - "6761759e7ee06333f108bf86 Name": "Leupold Mark IMS 35mm ring scope mount", - "6761759e7ee06333f108bf86 ShortName": "IMS 35mm", - "6761759e7ee06333f108bf86 Description": "A 35mm scope mount for installation on Picatinny rails. Manufactured by Leupold.", - "676175bb48fa5c377e06fc36 Name": "KAC MWS Bipod Adapter", - "676175bb48fa5c377e06fc36 ShortName": "MWS BA", - "676175bb48fa5c377e06fc36 Description": "A mount allows installation of Harris bipods on standard Picatinny handguards. Manufactured by Knight's Armament Company.", - "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", + "676175789dcee773150c6925 Description": "Luneta Mark 5HD 5-25x56 jest znana z bycia lżejszą i bardziej wydajną niż inne lunety w swojej klasie. Wyposażona w szkło optyczne, soczewki z pełną wielowarstwową powłoką i zaawansowany system zarządzania światłem, luneta oferuje obraz o niskim poziomie odblasków i wysokim kontraście. Montaż na pierścieniu 35 mm. Wyprodukowana przez firmę Leupold. Wersja Flat Dark Earth.", + "6761759e7ee06333f108bf86 Name": "Pierścień montażowy na lunety 35 mm Leupold Mark IMS", + "6761759e7ee06333f108bf86 ShortName": "IMS 35 mm", + "6761759e7ee06333f108bf86 Description": "35-milimetrowa podstawa montażowa\u00A0na lunety do instalacji na szynach Picatinny. Wyprodukowana przez firmę Leupold.", + "676175bb48fa5c377e06fc36 Name": "Adapter dwójnoga KAC MWS", + "676175bb48fa5c377e06fc36 ShortName": "MWS", + "676175bb48fa5c377e06fc36 Description": "Montaż pozwalający na instalację dwójnogów Harris na standardowych łożach Picatinny. Wyprodukowany przez firmę Knight’s Armament Company.", + "6761763448fa5c377e06fc39 Name": "Adapter kolb do AKMS FAB Defense M4-AKMS P", "6761763448fa5c377e06fc39 ShortName": "AKMS P", - "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", - "6761765f1f08ed5e8800b7a6 Name": "5.56x45 Beta C-Mag 100-round drum magazine", + "6761763448fa5c377e06fc39 Description": "Adapter kolb do karabinka automatycznego AKMS. Umożliwia zamontowanie na broni kolb Com-Spec i Mil-Spec. Wykonany z wytrzymałego anodyzowanego aluminium. Wyprodukowany przez firmę FAB Defense.", + "6761765f1f08ed5e8800b7a6 Name": "100-nabojowy magazynek dwubębnowy Beta C-Mag 5,56 x 45", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", - "6761765f1f08ed5e8800b7a6 Description": "A 100-round double drum magazine for the AR-15 platform weapons. Manufactured by Beta Company.", - "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Description": "100-nabojowy dwubębnowy magazynek do broni platformy AR-15. Wyprodukowany przez firmę Beta Company.", + "676176a162e0497044079f46 Name": "100-nabojowy magazynek dwubębnowy Beta C-Mag do UZI 9 x 19", "676176a162e0497044079f46 ShortName": "UZI C-Mag", - "676176a162e0497044079f46 Description": "A 100-round double drum magazine for the UZI submachine gun. The magazine modification is equipped with a transparent plastic cover that allows to check the ammo count. Manufactured by Beta Company.", + "676176a162e0497044079f46 Description": "100-nabojowy dwubębnowy magazynek do pistoletu maszynowego UZI. Modyfikacja magazynka jest wyposażona w przezroczystą plastikową pokrywę, która pozwala sprawdzić liczbę amunicji. Wyprodukowany przez firmę Beta Company.", "676176b762e0497044079f49 Name": "30-nabojowy magazynek do M9A3 9x19 CX4", "676176b762e0497044079f49 ShortName": "CX4", "676176b762e0497044079f49 Description": "30-nabojowy magazynek kalibru 9 × 19 mm do pistoletu Beretta M9A3.", @@ -14462,27 +14462,27 @@ "6761770e48fa5c377e06fc3c Name": "50-nabojowy magazynek bębnowy do AR-10 7,62 x 51 X Products X-25", "6761770e48fa5c377e06fc3c ShortName": "X-25", "6761770e48fa5c377e06fc3c Description": "50-nabojowy magazynek bębnowy kalibru 7,62 × 51 mm NATO do karabinu broni opartej o platformę\u00A0AR-10. Wyprodukowany przez firmę X Products.", - "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", - "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", - "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", - "6761777a1f08ed5e8800b7ac Name": "AR-15 DoubleStar ACE ARFX Skeleton Stock", + "676177591f08ed5e8800b7a9 Name": "3-calowy montaż RFB Quad Rail", + "676177591f08ed5e8800b7a9 ShortName": "RFB 3″", + "676177591f08ed5e8800b7a9 Description": "3-calowa poczwórna szyna montażowa do karabinu RFB, umożliwiająca instalację dodatkowego wyposażenia taktycznego. Wyprodukowana przez firmę Kel-Tec.", + "6761777a1f08ed5e8800b7ac Name": "Szkieletowa kolba do AR-15 DoubleStar ACE ARFX", "6761777a1f08ed5e8800b7ac ShortName": "ARFX", - "6761777a1f08ed5e8800b7ac Description": "The lightweight ACE ARFX Skeleton Stock provides comfort, balance and aesthetics. Fits both the Mil-Spec and civilian M/AR platform. Manufactured by DoubleStar.", - "6761779c48fa5c377e06fc3f Name": "AK AK-EVO stock", + "6761777a1f08ed5e8800b7ac Description": "Lekka kolba szkieletowa ACE ARFX zapewnia komfort, równowagę i estetykę. Pasuje zarówno do platformy Mil-Spec, jak i cywilnej M/AR. Wyprodukowana przez firmę DoubleStar.", + "6761779c48fa5c377e06fc3f Name": "Kolba do AK AK-EVO", "6761779c48fa5c377e06fc3f ShortName": "AK-EVO", - "6761779c48fa5c377e06fc3f Description": "A new polymer buttstock for the modern AK platform folding weapons. Manufactured by Kalashnikov Concern.", - "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", + "6761779c48fa5c377e06fc3f Description": "Nowa polimerowa kolba do współczesnych składanych broni platformy AK. Wyprodukowana przez koncern Kałasznikowa.", + "676177b09cfcc4c25b027446 Name": "Zacisk na lufę Toni System Tactical Barrel Clamp", "676177b09cfcc4c25b027446 ShortName": "TS TBC", - "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", - "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", + "676177b09cfcc4c25b027446 Description": "Zacisk na lufę Tactical Barrel Clamp jest przeznaczony do montażu na magazynkach rurowych i lufach o średnicy 20-27 milimetrów. Posiada szynę do mocowania dodatkowego wyposażenia. Wyprodukowany przez firmę Toni System.", + "676177df1f08ed5e8800b7ae Name": "Rura gazowa i łoże do PP-19-01 Witiaź SAG MK1 M-LOK", "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", - "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", - "6761a6ccd9bbb27ad703c48a Name": "Old house room key", - "6761a6ccd9bbb27ad703c48a ShortName": "Depot", - "6761a6ccd9bbb27ad703c48a Description": "A key to one of the rooms in an old house somewhere on the edge of the Priozersk forest. It is said that a person nicknamed Ogryzok used to trade in these parts. He used to sell rare goods including even a steady supply of tank batteries. Yet nothing had long been heard of Ogryzok, and no one knows where he had disappeared to.", - "6761a6f90575f25e020816a4 Name": "Company director's room key", - "6761a6f90575f25e020816a4 ShortName": "Company", - "6761a6f90575f25e020816a4 Description": "This key must have been used to lock one of the company offices located in the customs terminal area.", + "676177df1f08ed5e8800b7ae Description": "Połączony zestaw składający się z łoża i frezowanej rury gazowej, zaprojektowany w celu poprawy wydajności PP-19-01 Witiaź i cywilnego pistoletu Sajga-9. Łoże jest wyposażone w złącze M-LOK do montażu dodatkowego wyposażenia, a rura gazowa ma szynę Picatinny do montażu celowników i urządzeń taktycznych. Wyprodukowany przez firmę Sureshot Armament Group.", + "6761a6ccd9bbb27ad703c48a Name": "Klucz do pokoju w starym domu", + "6761a6ccd9bbb27ad703c48a ShortName": "Magazyn", + "6761a6ccd9bbb27ad703c48a Description": "Klucz do jednego z pomieszczeń w starym domu gdzieś na skraju lasu Priozersk. Mówi się, że ktoś o pseudonimie Ogryzok handlował w tych okolicach. Sprzedawał rzadkie towary, w tym nawet stałe dostawy baterii czołgowych. Jednak od dawna nic o nim nie słyszano i nikt nie wie, gdzie zniknął.", + "6761a6f90575f25e020816a4 Name": "Klucz do pokoju dyrektora firmy", + "6761a6f90575f25e020816a4 ShortName": "Firma", + "6761a6f90575f25e020816a4 Description": "Ten klucz musiał zostać użyty do zamknięcia jednego z biur firmy znajdujących się na terenie terminalu składu celnego.", "676307b4d9ec0af3d9001fa8 Name": "Hybrydowe materiały kompozytowe", "676307b4d9ec0af3d9001fa8 ShortName": "", "676307b4d9ec0af3d9001fa8 Description": "", @@ -14495,21 +14495,21 @@ "676307ded8b241b4f703a3e8 Name": "Hybrydowe materiały kompozytowe", "676307ded8b241b4f703a3e8 ShortName": "", "676307ded8b241b4f703a3e8 Description": "", - "6764139c44b3c96e7b0e2f7b Name": "AK 5.56x45 Molot Arms 45-round magazine", - "6764139c44b3c96e7b0e2f7b ShortName": "Mołot 223", - "6764139c44b3c96e7b0e2f7b Description": "A 45-round 5.56x45 polymer magazine for AK. Manufactured by Molot Arms.", + "6764139c44b3c96e7b0e2f7b Name": "45-nabojowy magazynek do AK 5,56 x 45 Molot Arms", + "6764139c44b3c96e7b0e2f7b ShortName": "Molot 223", + "6764139c44b3c96e7b0e2f7b Description": "45-nabojowy polimerowy magazynek do AK kalibru 5,56 × 45 mm. Wyprodukowany przez firmę\u00A0Molot Arms.", "6764194e4dec6d46f106f9f6 Name": "Takeda", "6764194e4dec6d46f106f9f6 ShortName": "Takeda", "6764194e4dec6d46f106f9f6 Description": "Takeda", - "67641a851b2899700609901a Name": "Cyclone Shakhin mount", - "67641a851b2899700609901a ShortName": "Shakhin", - "67641a851b2899700609901a Description": "A Weaver mount for installing the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", - "67641b461c2eb66ade05dba6 Name": "Cyclone Shakhin 3.7x thermal scope", - "67641b461c2eb66ade05dba6 ShortName": "Shakhin", - "67641b461c2eb66ade05dba6 Description": "A 3.7x thermal scope manufactured by Central Research Institute Cyclone.", - "67641bec4ad898aa100c1079 Name": "Cyclone Shakhin scope eyecup", - "67641bec4ad898aa100c1079 ShortName": "Shakhin", - "67641bec4ad898aa100c1079 Description": "A rubber eyecup for the Shakhin thermal scope. Manufactured by Central Research Institute Cyclone.", + "67641a851b2899700609901a Name": "Montaż do Cyklon Szachin", + "67641a851b2899700609901a ShortName": "Szachin", + "67641a851b2899700609901a Description": "Montaż Weaver do instalacji lunety termowizyjnej Szachin. Wyprodukowany przez Centralny Instytut Badawczy Cyklon.", + "67641b461c2eb66ade05dba6 Name": "Luneta termiczna Cyklon Szachin 3,7x", + "67641b461c2eb66ade05dba6 ShortName": "Szachin", + "67641b461c2eb66ade05dba6 Description": "Luneta termiczna z 3,7-krotnym powiększeniem. Wyprodukowana przez Centralny Instytut Badawczy Cyklon.", + "67641bec4ad898aa100c1079 Name": "Muszla oczna do lunety Cyklon Szachin", + "67641bec4ad898aa100c1079 ShortName": "Szachin", + "67641bec4ad898aa100c1079 Description": "Gumowa muszla oczna do lunety termicznej Szachin. Wyprodukowana przez Centralny Instytut Badawczy Cyklon.", "6764202ae307804338014c1a Name": "Nieśmiertelnik USEC", "6764202ae307804338014c1a ShortName": "USEC", "6764202ae307804338014c1a Description": "Specjalny wojskowy nieśmiertelnik ze stali nierdzewnej służący do szybkiej identyfikacji rannych i zmarłych w walce. Dostępny tylko dla najbardziej doświadczonych operatorów PMC.", @@ -14522,99 +14522,99 @@ "676577166d874f6502106a21 Name": "Pudełko nabojów amunicji strzałkowej 20/70 (25 szt.)", "676577166d874f6502106a21 ShortName": "Strzałkowa", "676577166d874f6502106a21 Description": "Pudełko nabojów amunicji strzałkowej 20/70, 25 sztuk.", - "67657764c832f8c59c016d45 Name": "20/70 TSS Armor Piercing Slug ammo pack (25 pcs)", + "67657764c832f8c59c016d45 Name": "Pudełko nabojów breneki 20/70 TSS Armor Piercing Slug (25 szt.)", "67657764c832f8c59c016d45 ShortName": "TSS AP", - "67657764c832f8c59c016d45 Description": "A box of 20/70 TSS Armor Piercing Slug cartridges, 25 pieces. ", - "67657773b83469e4f102dc27 Name": "20/70 Dangerous Game Slug ammo pack (25 pcs)", + "67657764c832f8c59c016d45 Description": "Pudełko nabojów breneki 20/70 TSS Armor Piercing Slug, 25 sztuk. ", + "67657773b83469e4f102dc27 Name": "Pudełko nabojów breneki 20/70 Dangerous Game Slug (25 szt.)", "67657773b83469e4f102dc27 ShortName": "DGS", - "67657773b83469e4f102dc27 Description": "A box of 20/70 Dangerous Game Slug cartridges, 25 pieces. ", - "6768c25aa7b238f14a08d3f6 Name": "7.62x51mm M80A1", + "67657773b83469e4f102dc27 Description": "Pudełko nabojów breneki 20/70 Dangerous Game Slug, 25 sztuk. ", + "6768c25aa7b238f14a08d3f6 Name": "7,62 x 51 mm M80A1", "6768c25aa7b238f14a08d3f6 ShortName": "M80A1", - "6768c25aa7b238f14a08d3f6 Description": "A 7.62x51mm NATO M80A1 cartridge with a 124 grain armor-piercing copper jacket bullet with an exposed hardened steel penetrator, in a stainless steel casing. Designed as a replacement for the M80 cartridge to improve the armor penetration and ballistics of the cartridge as part of a program to eliminate the use of lead in small arms ammunition in the U.S. Army.", + "6768c25aa7b238f14a08d3f6 Description": "Nabój 7,62 × 51 mm NATO M80A1 ze 124-granowym pociskiem przeciwpancernym z płaszczem miedzianym z odsłoniętym penetratorem ze stali hartowanej, w łusce ze stali nierdzewnej. Zaprojektowany jako następca dla pocisku M80, by usprawnić penetrację pancerzy i balistyki naboju w ramach programu mającego na celu wyeliminowanie użycia ołowiu w amunicji do broni strzeleckiej w armii amerykańskiej.", "6769b8e3c1a1466c850658a8 Name": "Pudełko nabojów 7,62\u00A0x\u00A051 mm M80A1 (20 szt.)", "6769b8e3c1a1466c850658a8 ShortName": "M80A1", "6769b8e3c1a1466c850658a8 Description": "Pudełko nabojów 7,62 × 51 mm M80A1, 20 sztuk.", - "676a93c51888885b4e008b18 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Name": "Zimowa skrzynia Twitch 2025 (powszechna)", "676a93c51888885b4e008b18 ShortName": "Twitch 2025", - "676a93c51888885b4e008b18 Description": "A case with some common goodies.", - "676a95041888885b4e008b36 Name": "Twitch Winter 2025 case (Common)", + "676a93c51888885b4e008b18 Description": "Skrzynia z powszechnym łupem.", + "676a95041888885b4e008b36 Name": "Zimowa skrzynia Twitch 2025 (powszechna)", "676a95041888885b4e008b36 ShortName": "Twitch 2025", - "676a95041888885b4e008b36 Description": "A case with some common goodies.", - "676a98d7b4ba2f4afa04c704 Name": "Twitch Winter 2025 case (Common)", + "676a95041888885b4e008b36 Description": "Skrzynia z powszechnym łupem.", + "676a98d7b4ba2f4afa04c704 Name": "Zimowa skrzynia Twitch 2025 (powszechna)", "676a98d7b4ba2f4afa04c704 ShortName": "Twitch 2025", - "676a98d7b4ba2f4afa04c704 Description": "A case with some common goodies.", - "676a9a5c744595610f0ed501 Name": "Twitch Winter 2025 case (Common)", + "676a98d7b4ba2f4afa04c704 Description": "Skrzynia z powszechnym łupem.", + "676a9a5c744595610f0ed501 Name": "Zimowa skrzynia Twitch 2025 (powszechna)", "676a9a5c744595610f0ed501 ShortName": "Twitch 2025", - "676a9a5c744595610f0ed501 Description": "A case with some common goodies.", - "676a9b15b4ba2f4afa04c7ad Name": "Twitch Winter 2025 case (Common)", + "676a9a5c744595610f0ed501 Description": "Skrzynia z powszechnym łupem.", + "676a9b15b4ba2f4afa04c7ad Name": "Zimowa skrzynia Twitch 2025 (powszechna)", "676a9b15b4ba2f4afa04c7ad ShortName": "Twitch 2025", - "676a9b15b4ba2f4afa04c7ad Description": "A case with some common goodies.", - "676a9b1afe1fc45172014d32 Name": "Twitch Winter 2025 case (Common)", + "676a9b15b4ba2f4afa04c7ad Description": "Skrzynia z powszechnym łupem.", + "676a9b1afe1fc45172014d32 Name": "Zimowa skrzynia Twitch 2025 (powszechna)", "676a9b1afe1fc45172014d32 ShortName": "Twitch 2025", - "676a9b1afe1fc45172014d32 Description": "A case with some common goodies.", - "676a9bc6744595610f0ed52e Name": "Twitch Winter 2025 case (Common)", + "676a9b1afe1fc45172014d32 Description": "Skrzynia z powszechnym łupem.", + "676a9bc6744595610f0ed52e Name": "Zimowa skrzynia Twitch 2025 (powszechna)", "676a9bc6744595610f0ed52e ShortName": "Twitch 2025", - "676a9bc6744595610f0ed52e Description": "A case with some common goodies.", - "676a9da81888885b4e008c51 Name": "Twitch Winter 2025 case (Rare)", + "676a9bc6744595610f0ed52e Description": "Skrzynia z powszechnym łupem.", + "676a9da81888885b4e008c51 Name": "Zimowa skrzynia Twitch 2025 (rzadka)", "676a9da81888885b4e008c51 ShortName": "Twitch 2025", - "676a9da81888885b4e008c51 Description": "A case with some rare goodies.", - "676a9e46744595610f0ed53f Name": "Twitch Winter 2025 case (Rare)", + "676a9da81888885b4e008c51 Description": "Skrzynia z rzadkim łupem.", + "676a9e46744595610f0ed53f Name": "Zimowa skrzynia Twitch 2025 (rzadka)", "676a9e46744595610f0ed53f ShortName": "Twitch 2025", - "676a9e46744595610f0ed53f Description": "A case with some rare goodies.", - "676a9f03744595610f0ed55f Name": "Twitch Winter 2025 case (Rare)", + "676a9e46744595610f0ed53f Description": "Skrzynia z rzadkim łupem.", + "676a9f03744595610f0ed55f Name": "Zimowa skrzynia Twitch 2025 (rzadka)", "676a9f03744595610f0ed55f ShortName": "Twitch 2025", - "676a9f03744595610f0ed55f Description": "A case with some rare goodies.", - "676a9fc7a65670a58c084c9e Name": "Twitch Winter 2025 case (Rare)", + "676a9f03744595610f0ed55f Description": "Skrzynia z rzadkim łupem.", + "676a9fc7a65670a58c084c9e Name": "Zimowa skrzynia Twitch 2025 (rzadka)", "676a9fc7a65670a58c084c9e ShortName": "Twitch 2025", - "676a9fc7a65670a58c084c9e Description": "A case with some rare goodies.", - "676aa016744595610f0ed563 Name": "Twitch Winter 2025 case (Rare)", + "676a9fc7a65670a58c084c9e Description": "Skrzynia z rzadkim łupem.", + "676aa016744595610f0ed563 Name": "Zimowa skrzynia Twitch 2025 (rzadka)", "676aa016744595610f0ed563 ShortName": "Twitch 2025", - "676aa016744595610f0ed563 Description": "A case with some rare goodies.", - "676aa025fe1fc45172014d9f Name": "Twitch Winter 2025 case (Rare)", + "676aa016744595610f0ed563 Description": "Skrzynia z rzadkim łupem.", + "676aa025fe1fc45172014d9f Name": "Zimowa skrzynia Twitch 2025 (rzadka)", "676aa025fe1fc45172014d9f ShortName": "Twitch 2025", - "676aa025fe1fc45172014d9f Description": "A case with some rare goodies.", - "676aa0f11888885b4e008c8b Name": "Twitch Winter 2025 case (Rare)", + "676aa025fe1fc45172014d9f Description": "Skrzynia z rzadkim łupem.", + "676aa0f11888885b4e008c8b Name": "Zimowa skrzynia Twitch 2025 (rzadka)", "676aa0f11888885b4e008c8b ShortName": "Twitch 2025", - "676aa0f11888885b4e008c8b Description": "A case with some rare goodies.", - "676aa104fe1fc45172014da3 Name": "Twitch Winter 2025 case (Epic)", + "676aa0f11888885b4e008c8b Description": "Skrzynia z rzadkim łupem.", + "676aa104fe1fc45172014da3 Name": "Zimowa skrzynia Twitch 2025 (epicka)", "676aa104fe1fc45172014da3 ShortName": "Twitch 2025", - "676aa104fe1fc45172014da3 Description": "A case with some epic goodies.", - "676aa29243000db5340061b5 Name": "Twitch Winter 2025 case (Epic)", + "676aa104fe1fc45172014da3 Description": "Skrzynia z rzadkim łupem.", + "676aa29243000db5340061b5 Name": "Zimowa skrzynia Twitch 2025 (epicka)", "676aa29243000db5340061b5 ShortName": "Twitch 2025", - "676aa29243000db5340061b5 Description": "A case with some epic goodies.", - "676aa30ffe1fc45172014dce Name": "Twitch Winter 2025 case (Epic)", + "676aa29243000db5340061b5 Description": "Skrzynia z epickim łupem.", + "676aa30ffe1fc45172014dce Name": "Zimowa skrzynia Twitch 2025 (epicka)", "676aa30ffe1fc45172014dce ShortName": "Twitch 2025", - "676aa30ffe1fc45172014dce Description": "A case with some epic goodies.", - "676aa37ff90b6f429601afb5 Name": "Twitch Winter 2025 case (Epic)", + "676aa30ffe1fc45172014dce Description": "Skrzynia z epickim łupem.", + "676aa37ff90b6f429601afb5 Name": "Zimowa skrzynia Twitch 2025 (epicka)", "676aa37ff90b6f429601afb5 ShortName": "Twitch 2025", - "676aa37ff90b6f429601afb5 Description": "A case with some epic goodies.", - "676aa3cf7a232aa5c70bda8d Name": "Twitch Winter 2025 case (Epic)", + "676aa37ff90b6f429601afb5 Description": "Skrzynia z epickim łupem.", + "676aa3cf7a232aa5c70bda8d Name": "Zimowa skrzynia Twitch 2025 (epicka)", "676aa3cf7a232aa5c70bda8d ShortName": "Twitch 2025", - "676aa3cf7a232aa5c70bda8d Description": "A case with some epic goodies.", - "676aa3fc20a7cc6f4309e078 Name": "Twitch Winter 2025 case (Epic)", + "676aa3cf7a232aa5c70bda8d Description": "Skrzynia z epickim łupem.", + "676aa3fc20a7cc6f4309e078 Name": "Zimowa skrzynia Twitch 2025 (epicka)", "676aa3fc20a7cc6f4309e078 ShortName": "Twitch 2025", - "676aa3fc20a7cc6f4309e078 Description": "A case with some epic goodies.", - "676aa450fe1fc45172014df2 Name": "Twitch Winter 2025 case (Epic)", + "676aa3fc20a7cc6f4309e078 Description": "Skrzynia z epickim łupem.", + "676aa450fe1fc45172014df2 Name": "Zimowa skrzynia Twitch 2025 (epicka)", "676aa450fe1fc45172014df2 ShortName": "Twitch 2025", - "676aa450fe1fc45172014df2 Description": "A case with some epic goodies.", + "676aa450fe1fc45172014df2 Description": "Skrzynia z epickim łupem.", "678f84bb9e85556ca60f0362 Name": "Tagilla's welding mask \"ZABEY\"", "678f84bb9e85556ca60f0362 ShortName": "\"ZABEY\"", "678f84bb9e85556ca60f0362 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy?", "678fa929819ddc4c350c0317 Name": "Valve handwheel", "678fa929819ddc4c350c0317 ShortName": "handwheel", "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "Plakat What You Seek", - "679b944d597ba2ed120c3d3c ShortName": "Plakat", - "679b944d597ba2ed120c3d3c Description": "Rzadki plakat What You Seek. Tylko najbardziej zagorzali operatorzy USEC mogą go zdobyć.", - "679b946f90622daf9708da6d Name": "Plakat What You Seek", - "679b946f90622daf9708da6d ShortName": "Plakat", - "679b946f90622daf9708da6d Description": "Rzadki plakat What You Seek. Tylko najbardziej zagorzali operatorzy USEC mogą go zdobyć.", - "679b94734e9ca6b3d80586a7 Name": "Plakat What You Seek", - "679b94734e9ca6b3d80586a7 ShortName": "Plakat", - "679b94734e9ca6b3d80586a7 Description": "Rzadki plakat What You Seek. Tylko najbardziej zagorzali operatorzy USEC mogą go zdobyć.", + "679b944d597ba2ed120c3d3c Name": "Last Breath poster", + "679b944d597ba2ed120c3d3c ShortName": "Last Breath", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b946f90622daf9708da6d Name": "Final Moment poster", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", + "679b94734e9ca6b3d80586a7 Name": "Taurus poster", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,57 +14681,327 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Tajemnicze rysunki", - "67adaf8b1230c973bb0433a6 ShortName": "Tajemnicze rysunki", - "67adaf8b1230c973bb0433a6 Description": "Kto przy zdrowych zmysłach malowałby coś na suficie? Bądź czujny: nie wiadomo, co jeszcze mogą wymyślić ci ludzie.", - "67adaf95cd47a1ad3f014bc6 Name": "Kredowe rysunki", - "67adaf95cd47a1ad3f014bc6 ShortName": "Kredowe rysunki", - "67adaf95cd47a1ad3f014bc6 Description": "Jak te rysunki w ogóle się tu znalazły? Chyba powinieneś polepszyć swój system bezpieczeństwa.", - "67adafa1e6a915f9fd050f66 Name": "Już tu są", - "67adafa1e6a915f9fd050f66 ShortName": "Już tu są", - "67adafa1e6a915f9fd050f66 Description": "Jeśli wpatrzysz się w te rysunki wystarczająco długo, wydaje się, że one wpatrują się w ciebie.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "Kurtka", - "67adf4a95247ac91530fcec7 ShortName": "Kurtka", - "67adf4a95247ac91530fcec7 Description": "Kurtka", - "67adf4b81c58bd68b2002fec Name": "Drewniana skrzynia z amunicją", - "67adf4b81c58bd68b2002fec ShortName": "Drewniana skrzynia z amunicją", - "67adf4b81c58bd68b2002fec Description": "Drewniana skrzynia z amunicją", - "67adf4db515e3dd542077a1d Name": "Drewniana skrzynia", - "67adf4db515e3dd542077a1d ShortName": "Drewniana skrzynia", - "67adf4db515e3dd542077a1d Description": "Drewniana skrzynia", - "67adf4eb110ba15da90c6413 Name": "Skrzynka na granaty", - "67adf4eb110ba15da90c6413 ShortName": "Skrzynka na granaty", - "67adf4eb110ba15da90c6413 Description": "Skrzynka na granaty", - "67adf54d1c58bd68b2002ff0 Name": "Skrzynka z narzędziami", - "67adf54d1c58bd68b2002ff0 ShortName": "Skrzynka z narzędziami", - "67adf54d1c58bd68b2002ff0 Description": "Skrzynka z narzędziami", - "67adf5752fc5ee84020a9940 Name": "Martwy Scav", - "67adf5752fc5ee84020a9940 ShortName": "Martwy Scav", - "67adf5752fc5ee84020a9940 Description": "Martwy Scav", - "67adf5f7adc1f43b0702b826 Name": "Skrzynia z zaopatrzeniem technicznym", - "67adf5f7adc1f43b0702b826 ShortName": "Skrzynia z zaopatrzeniem technicznym", - "67adf5f7adc1f43b0702b826 Description": "Skrzynia z zaopatrzeniem technicznym", - "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladyn (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Spodnie taktyczne", + "67b32b69c57909356d0b0fee Name": "BEAR Paladyn (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Spodnie taktyczne", + "67b32b7c038008b0e105de2e Name": "BEAR Paladyn (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Spodnie taktyczne", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Spodnie taktyczne", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Spodnie taktyczne", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Spodnie taktyczne", + "67b70e43f753cf9f7a0a07a6 Name": "Skrzynia LATAM Drops Event 2025 (powszechna)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", - "67b72271e5673725070b0456 Name": "LATAM Drops Event 2025 case (Rare)", + "67b72271e5673725070b0456 Name": "Skrzynia LATAM Drops Event 2025 (rzadka)", "67b72271e5673725070b0456 ShortName": "Twitch", "67b72271e5673725070b0456 Description": "", - "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", + "67b72c64f753cf9f7a0a07aa Name": "Skrzynia LATAM Drops Event 2025 (epicka)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", - "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", + "67d3ed3271c17ff82e0a5b0b Description": "Ta skrzynka to ostateczne rozwiązanie problemu nagromadzenia różnych kluczy w schowku, pomoże trzymać je w jednym miejscu.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Droga do bazy wojskowej: wyjazd", " Voip/DisabledForOffline": "VOIP jest niedostępny w trybie offline", " kg": " kg", @@ -15494,7 +15764,7 @@ "CUS_TRANSIT_10_DESC": "Przejście do fabryki", "CUS_TRANSIT_11": "PRZEJŚ.02", "CUS_TRANSIT_11_COND": " ", - "CUS_TRANSIT_11_DESC": "Przejście do węzła transportowego", + "CUS_TRANSIT_11_DESC": "Przejście do węzła drogowego", "CUS_TRANSIT_42": "PRZEJŚ.04", "CUS_TRANSIT_42_COND": "", "CUS_TRANSIT_42_DESC": "Przejście do wybrzeża", @@ -15613,8 +15883,8 @@ "Collider Type LeftThigh": "Lewa noga, udo", "Collider Type LeftUpperArm": "Lewa ręka, bark", "Collider Type LowerBack": "Brzuch, dolne plecy", - "Collider Type NeckBack": "Tyłów, szyja", - "Collider Type NeckFront": "Tyłów, gardło", + "Collider Type NeckBack": "Tułów, szyja", + "Collider Type NeckFront": "Tułów, gardło", "Collider Type ParietalHead": "Głowa, czubek głowy", "Collider Type Pelvis": "Brzuch, krocze", "Collider Type PelvisBack": "Brzuch, pośladki", @@ -15748,7 +16018,7 @@ "DISCONNECT": "ROZŁĄCZ", "DISCONNECT FROM GLOBAL CHAT": "ROZŁĄCZ Z GLOBALNYM CZATEM", "DISPOSE": "WYRZUĆ", - "DLSS Preset setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "DLSS Preset setting will be fully applied after the raid restarts": "Ustawienie zostanie w pełni zastosowane w kolejnym rajdzie", "DMR": "Samopowtarzalne karabiny wyborowe", "DMRDescription": "Umiejętność obsługi samopowtarzalnych karabinów wyborowych poprawia ogólną obsługę, zmniejsza odrzut i czas przeładowania tego typu broni.", "DMRLevelingUpDescription": "Umiejętność samopowtarzalne karabiny wyborowe jest ulepszana poprzez strzelanie i przeładowywanie odpowiadającego typu broni.", @@ -15870,8 +16140,8 @@ "Disable legs stamina": "Wyłącz staminę\u00A0nóg", "Disable overload": "Wyłącz przeciążenie", "Disable water and food consumption": "Wyłącz zużycie wody i energii", - "DisableGameFramerateLimit": "Disable game FPS limit", - "Disable_traps": "Disable traps", + "DisableGameFramerateLimit": "Wyłącz limit FPS w grze", + "Disable_traps": "Rozbrój pułapki", "Disabled": "Wyłączone", "DisbandGroup": "Rozwiąż grupę", "DisbandGroup message": "Na pewno chcesz rozwiązać grupę?", @@ -15881,7 +16151,7 @@ "Display offers from": "Pokaż oferty od", "Do you really want to delete all messages with user: {0}?": "Czy na pewno chcesz usunąć wszystkie wiadomości z użytkownikiem: {0}?", "Do you really want to delete dialog with user: {0}?": "Na pewno chcesz usunąć konwersację\u00A0z {0}?", - "Dogtag": "NIEŚMIERTELNIK", + "Dogtag": "Nieśmiertel.", "Don't allow to add me": "Zapobiegaj przychodzącym zaproszeniom do znajomych", "Donate": "Poświęć", "Dorms V-Ex": "Budynki noclegowe: wyjazd", @@ -15997,7 +16267,7 @@ "EDLSSPreset/B": "B", "EDLSSPreset/C": "C", "EDLSSPreset/D": "D", - "EDLSSPreset/Default": "Default", + "EDLSSPreset/Default": "Domyślne", "EDLSSPreset/E": "E", "EDLSSPreset/F": "F", "EDLSSPreset/G": "G", @@ -16006,7 +16276,7 @@ "EDLSSPreset/J": "J", "EDLSSPreset/K": "K", "EDLSSPreset/L": "L", - "EDLSSPreset/Latest": "Latest", + "EDLSSPreset/Latest": "Ostatnie", "EDLSSPreset/M": "M", "EDLSSPreset/N": "N", "EDLSSPreset/O": "O", @@ -16399,7 +16669,7 @@ "Game reconnection...": "Ponowne łączenie do gry…", "Game settings": "Ustawienia gry", "Game world creating...": "Tworzenie świata gry…", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", + "GameFramerateLimitBlockers/Description": "Limit FPS w grze jest wyłączony. Włącz go ponownie, by zmienić to ustawienie.", "GameMode/Confirmation/PVE": "Na pewno chcesz zmienić\u00A0na tryb PvE?", "GameMode/Confirmation/PVP": "Na pewno chcesz zmienić\u00A0na tryb PvP?", "Gate 0": "Brama 0", @@ -16410,7 +16680,7 @@ "Gate_o": "Brama dziedzińca", "Gear parts": "Modyfikacje sprzętu", "Generator": "GENERATOR", - "Generator/Broken": "Repair needed", + "Generator/Broken": "Potrzebna naprawa", "Generator/Disable": "Generator niedostępny", "Generator/FillTheTank": "Napełnij", "Generator/NeedIdle": "Nie można wykonać akcji podczas ruchu", @@ -16635,7 +16905,7 @@ "IntelligenceCenter": "CENTRUM WYWIADOWCZE", "Intensity:": "Intensywność:", "Interact": "Interakcja", - "Interchange": "Węzeł transportowy", + "Interchange": "Węzeł drogowy", "Interchange Cooperation": "Obozowisko Scavów (współpraca)", "Interface language:": "Język interfejsu", "Interface layout:": "Wygląd interfejsu:", @@ -16843,7 +17113,7 @@ "LVLKILLLIST": "POZ", "Laboratory": "Laboratorium", "LaboratoryEnvironmentUiType": "Laboratorium", - "Labyrinth": "The Labyrinth", + "Labyrinth": "Labirynt", "Last game session": "Ostatnia sesja", "LastHero": "LastHero", "LastHeroDescription": "Walka z przeciwnikami w niekończącej się strzelaninie. Będzie tylko jeden zwycięzca.", @@ -17427,7 +17697,7 @@ "Prestige/Levels/RewardsListCaption": "NAGRODY ZA OSIĄGNIĘCIE PRESTIŻU", "Prestige/Rewards/ModesCaption": "DOSTĘPNE W TRYBACH GRY:", "Prestige/Rewards/RewardDescription": "OPIS:", - "PrestigeTooltip{0}": "Prestige level: {0}", + "PrestigeTooltip{0}": "Poziom prestiżu: {0}", "Previous": "Poprzednie", "PreviousMagazine": "Poprzedni magazynek", "PreviousWalkPose": "Poprzednia faza chodu", @@ -17474,11 +17744,11 @@ "Protect objective {0:F1}": "Chroń cel {0:F1}", "PveFirstTime/Caption": "Tryb gry: STREFA PVE", "PveFirstTime/Message": "Witamy w trybie gry STREFA PVE\n\nW tym trybie możesz doświadczyć pełnej gry z trwałym postępem PvE postaci solo lub ze znajomymi, nie martwiąc się o to, że zostaniesz zaatakowany przez innych graczy podczas rajdu.\n\nWszystkie mechaniki są identyczne jak w trybie STREFA PVP.\n\nPowodzenia!", - "PveServerMode/ForceOnlineRaidInPVE": "This location can only be played on BSG servers", - "PveServerMode/IsInGroup": "Group raids can only be played on BSG servers", - "PveServerMode/IsScav": "Scav raids can only be played on BSG servers", - "PveServerModeCheckmark": "Play on BSG servers", - "PveServerModeHeader": "Server settings", + "PveServerMode/ForceOnlineRaidInPVE": "Ta lokalizacja może być grana tylko na serwerach BSG", + "PveServerMode/IsInGroup": "Rajdy grupowe mogą\u00A0być\u00A0grane tylko na serwerach BSG", + "PveServerMode/IsScav": "Rajdy Scavów mogą\u00A0być\u00A0grane tylko na serwerach BSG", + "PveServerModeCheckmark": "Graj na serwerach BSG", + "PveServerModeHeader": "Ustawienia serwera", "QUEST ITEM": "PRZEDMIOT FABULARNY", "QUEST ITEMS": "P. FABULARNE", "QUICK USE": "SZYBKIE UŻYCIE", @@ -17795,7 +18065,7 @@ "Required {0}, level {1}": "Wymagane: {0}, poziom {1}", "Required skill {0}, level {1}": "Wymagana umiejętność {0}, poziom {1}", "Resampling": "Resampling:", - "ReserveBase": "Reserve", + "ReserveBase": "Rezerwy", "ResetTag": "Zresetuj oznaczenie", "Resolution has changed. Do you want to keep current resolution?": "Rozdzielczość została zmieniona. Czy chcesz zachować obecną rozdzielczość?", "Resource": "ZASÓB", @@ -17860,9 +18130,9 @@ "SHO_TRANSIT_24": "PRZEJŚ.01", "SHO_TRANSIT_24_COND": " ", "SHO_TRANSIT_24_DESC": "Przejście do latarni morskiej", - "SHO_TRANSIT_43": "TRANSIT??", - "SHO_TRANSIT_43_COND": "Probably requires Labrys access keycard (1)", - "SHO_TRANSIT_43_DESC": "Transit to Labyrinth?", + "SHO_TRANSIT_43": "TRANZYT??", + "SHO_TRANSIT_43_COND": "Prawdopodobnie wymaga karty dostępu Labrys (1)", + "SHO_TRANSIT_43_DESC": "Przejść do Labiryntu?", "SIDE": "FRAKCJA", "SIGHT CRATE": "Przybliżenie celownika", "SILENCE": "CISZA", @@ -17890,7 +18160,7 @@ "STR_TRANSIT_3_DESC": "Przejście do strefy zero", "STR_TRANSIT_4": "PRZEJŚ.01", "STR_TRANSIT_4_COND": " ", - "STR_TRANSIT_4_DESC": "Przejście do węzła transportowego", + "STR_TRANSIT_4_DESC": "Przejście do węzła drogowego", "STR_TRANSIT_5": "PRZEJŚ.03", "STR_TRANSIT_5_COND": "Wymagana karta dostępu do laboratorium TerraGroup (1)", "STR_TRANSIT_5_DESC": "Przejście do laboratorium", @@ -17981,13 +18251,13 @@ "Settings/Control/ResetWarning": "Przywrócono domyślne ustawienia wszystkich ustawień sterowania.\n\n• Akcja „Broń biała” została przypisana do „U”. „Atak bronią białą” została przypisana do „U” na podwójne kliknięcie.\n• Dodano nową\u00A0akcję „Postaw broń” pod „V”.\n• Dodano nową\u00A0akcję „Przełącz dwójnóg” pod „V+LCtrl”.\n• Dodano nową\u00A0akcję „Przybliżenie lunety” pod „Alt + ScrollUp/ScrollDown”.\n\nWypróbuj te ustawienia w grze przed ich zmianą.", "Settings/DoubleClickTimeout": "Opóźnienie podwójnego kliknięcia", "Settings/Game/ConnectionType": "Typ połączenia", - "Settings/Graphics/CloudsQuality": "Jakość chmur", + "Settings/Graphics/CloudsQuality": "Jakość chmur:", "Settings/Graphics/CloudsQualityTooltip": "Umożliwia ręczne dostosowanie ustawień jakości chmur w celu osiągnięcia pożądanej równowagi między wydajnością a efektami wizualnymi.", "Settings/Graphics/DLSSLockThis": "DLSS jest włączone", "Settings/Graphics/DLSSModeTooltip": "NVIDIA DLSS wykorzystuje technologię AI Super Resolution, aby zapewnić najwyższą możliwą liczbę klatek na sekundę przy maksymalnych ustawieniach graficznych. DLSS wymaga karty graficznej NVIDIA RTX.", "Settings/Graphics/DLSSNotSupported": "DLSS nie jest dostępne na tym systemie.", - "Settings/Graphics/DLSSPreset": "DLSS Preset", - "Settings/Graphics/DLSSPresetTooltip": "Specific DLSS presets.", + "Settings/Graphics/DLSSPreset": "Predefiniowane ustawienie DLSS", + "Settings/Graphics/DLSSPresetTooltip": "Predefiniowane ustawienia DLSS.", "Settings/Graphics/DLSSWrongSampling": "Wyłącz resampling, by włączyć DLSS", "Settings/Graphics/FSR2LockThis": "To ustawienie jest niedostępne, gdy FSR 2.2 jest włączone.", "Settings/Graphics/FSR2ModeTooltip": "AMD FidelityFX Super Resolution (FSR) 2.2 to nowsza wersja technologii skalowania obrazu, która pozwala na zwiększenie wydajności przy minimalnej utracie jakości obrazu.", @@ -18007,7 +18277,7 @@ "Settings/Graphics/Ultra": "ultra", "Settings/Graphics/VeryHigh": "bardzo wysokie", "Settings/Graphics/VeryLow": "bardzo niskie", - "Settings/Graphics/VolumetricLight": "Volumetric lighting", + "Settings/Graphics/VolumetricLight": "Światło wolumetryczne", "Settings/NotSet": "Nieustawiony", "Settings/OpticSensitivity": "Czułość regulacji przybliżenia lunety", "Settings/PressType": "TYP NACIŚNIĘCIA", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "Zwiększa prędkość poruszania się\u00A0i sprintu o [{0:0.#%}]", "StrengthBuffThrowDistanceInc": "Zwiększa zasięg rzutu o [{0:0.#%}]", "StrengthDescription": "Zwiększenie siły pozwoli ci na wyższy skok, szybszy sprint, uderzanie mocniej bronią białą, rzucanie dalej, a także na noszenie większej wagi.", - "StrengthLevelingUpDescription": "Umiejętność siła jest ulepszana poprzez sprintowanie z efektem przeciążenia, rzucanie granatami, używanie broni białej oraz przez trening na siłowni w kryjówce.", + "StrengthLevelingUpDescription": "Umiejętność siła jest ulepszana poprzez poruszanie się z efektem przeciążenia, rzucanie granatami, używanie broni białej oraz przez trening na siłowni w kryjówce.", "StressBerserk": "Dostęp do trybu Berserka", "StressPainChance": "Zmniejsza szansę na szok z bólu o [{0:0.#%}]", "StressResistance": "Odporność na stres", @@ -18404,10 +18674,10 @@ "Trading/Dialog/Btr/News": "Co nowego?", "Trading/Dialog/Btr/News/Next": "Jakieś nowe wiadomości?", "Trading/Dialog/Btr/News1": "Jakieś dupki splądrowały mój magazyn! Udało mi się uciec, ale sytuacja nadal jest pojebana! Muszę ich stamtąd wykurzyć… Ale najpierw muszę znaleźć nowe miejsce do osiedlenia się. Potem poszukam kogoś, kto może pomóc. Jeśli coś się wydarzy, skontaktuję się z tobą, okej?", - "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", + "Trading/Dialog/Btr/News2": "Wiadomości? Widziałeś, jak nagle zrobiło się ciepło? Ciepło to wspaniała rzecz, ale nie można tracić czujności! Trzeba zawsze mieć się na baczności.", "Trading/Dialog/Btr/News3": "Słyszałem, że jacyś najemnicy włamali się do starych zakładów przemysłowych w składzie celnym. Biegają wokół, plądrując każdy cholerny kąt. Wiesz, zastanawiałem się, dlaczego nie otworzyli tych drzwi i bram wcześniej. W ogóle coś próbowali?", "Trading/Dialog/Btr/News4": "Ktoś postanowił policzyć wszystkich weteranów w Tarkowie. Jeśli jesteś tu od dłuższego czasu, prawdopodobnie możesz też zdobyć jakieś wyróżniające insygnia. Od teraz wszyscy nowicjusze będą wiedzieć, kto ma tu największe jaja!", - "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", + "Trading/Dialog/Btr/News5": "Błoto jest wszędzie! Na szczęście ten mały chłoptaś jest dość duży, nie ugrzęźnie. Poza tym, że trzeba go później umyć! Skoro o tym mowa, może chciałbyś dorabiać po godzinach, myjąc mojego BTR-a? Nie? Szkoda.", "Trading/Dialog/Btr/NoNews": "To chyba wszystkie wiadomości, jakie mam.", "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "W porządku. (zaakceptuj zadanie „{0}”)", "Trading/Dialog/Btr/PlayerFinishQuest{0}": "Zrobione. (ukończ zadanie „{0}”)", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Przedmiot", "UI/Quest/Reward/ProductionSchemeCaption": "Wytwarzanie przepisu w {0} na poziomie {1}", "UI/Quest/Reward/QuestCaption": "Zadanie", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Poziom prestiżu: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Poziom postaci: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} poziom umiejętności: {1}", @@ -18847,8 +19118,8 @@ "Voip/VoiceActivationEnable": "Aktywacja głosowa radia", "Voip/WalkieTalkieVolume": "Głośność radia:", "Voip/YouAreReported": "Twoje nadużycie VOIP-a zostało zgłoszone", - "VolumetricLight": "Volumetric lighting", - "VolumetricLight setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "VolumetricLight": "Światło wolumetryczne", + "VolumetricLight setting will be fully applied after the raid restarts": "Ustawienie zostanie w pełni zastosowane w kolejnym rajdzie", "WATCHLIST": "OBSERWOWANE", "WEAPON BUILDS": "KONFIGURACJE BRONI", "WEAPON MASTERING (01)": "OPANOWANIE BRONI (01)", @@ -19796,8 +20067,8 @@ "lab_Parking_Gate": "Brama garażowa", "lab_Under_Storage_Collector": "Rury kanalizacyjne", "lab_Vent": "Szyb wentylacyjny", - "labir_exit": "The Way Up", - "labyrinth_secret_tagilla_key": "Ariadne's Path", + "labir_exit": "Droga w górę", + "labyrinth_secret_tagilla_key": "Scieżka Ariadny", "lastSession": "Ostatnia sesja", "leader": "Dowódca", "left_side_plate": "L. PŁYTA", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20458,20 +20730,20 @@ "56f40101d2720b2a4d8b45d6 Description": "Duży obszar parku przemysłowego przyległego do fabryki. Obszar ten mieści terminal celny, magazyny paliwa, biura, budynki noclegowe oraz szereg innych budynków infrastruktury.", "5704e3c2d2720bac5b8b4567 Name": "Las", "5704e3c2d2720bac5b8b4567 Description": "Rezerwat priozerski stał się niedawno częścią chronionych przez państwo rezerwatów dzikiej przyrody Północno-Zachodniego Okręgu Federalnego.", - "5704e47ed2720bb35b8b4568 Name": "Miasto", + "5704e47ed2720bb35b8b4568 Name": "Miasteczko", "5704e47ed2720bb35b8b4568 Description": "Osada Wierchnieje jest małym nadmorskim miasteczkiem, które lokalni mieszkańcy cenią sobie jako wymarzone miejsce do wypoczynku na świeżym powietrzu i ogrodnictwa.", "5704e4dad2720bb55b8b4567 Name": "Latarnia morska", "5704e4dad2720bb55b8b4567 Description": "Latarnia morska na przylądku Dalnij była ważnym punktem strategicznym na drodze do Tarkowa. Podczas Wojen Kontraktowych była głównym przejściem dla oddziałów USEC i służyła jako ich baza wypadowa. Po wojnie Scavy zawłaszczyły sobie latarnię do momentu, gdy poprzedni właściciele postanowili powrócić, chcąc wprowadzić w Tarkowie własne reguły.", "5704e554d2720bac5b8b456e Name": "Wybrzeże", "5704e554d2720bac5b8b456e Description": "Wybrzeże stanowi główną część przedmieść Tarkowa i położone jest obok obszaru portowego.\n\nNa tym obszarze znajduje się częściowo opuszczona wioska, nowoczesne prywatne domy, pola rolnicze, długie połacie plaży, przystań, stacja benzynowa, stacja meteorologiczna oraz stacja przekaźnikowa i inne obiekty handlowe. Główna atrakcja wybrzeża to sanatorium „Lazurowe Wybrzeże” składające się z kilku luksusowych budynków. Sanatorium jest zasilane w całości z pobliskiej elektrowni wodnej. Ośrodek był wcześniej używany jako tymczasowe zakwaterowanie dla personelu TerraGroup i wydziałów powiązanych z firmą w przygotowaniach do ewakuacji portu w Tarkowie.", - "5704e5a4d2720bb45b8b4567 Name": "Port morski", - "5704e5a4d2720bb45b8b4567 Description": "Duża część obszaru portowego podejrzewana jako zapasowy punkt ewakuacji dla EMERCOM.", + "5704e5a4d2720bb45b8b4567 Name": "Terminal", + "5704e5a4d2720bb45b8b4567 Description": "Duża część obszaru portowego, podobno zapasowy punkt ewakuacji dla sił EMERCOM.", "5704e5fad2720bc05b8b4567 Name": "Rezerwy", "5704e5fad2720bc05b8b4567 Description": "Tajna baza Federalnej Agencji Rezerw Państwowych, która według miejskich legend zawiera wystarczająco dużo zapasów: żywności, leków i innych produktów, by przetrwać tam przez wiele lat. Zapasów jest na tyle dużo, że można by tam przetrwać wojnę nuklearną.", "5704e64ad2720bb55b8b456e Name": "Sektor prywatny", "5704e64ad2720bb55b8b456e Description": "Prywatny sektor mieszkaniowy z domami elity mieszkańców Tarkowa. W pierwszych tygodniach chaosu służył jako obóz przejściowy dla uchodźców, a później stał się znaną speluną.", - "5714dbc024597771384a510d Name": "Węzeł transportowy", - "5714dbc024597771384a510d Description": "Południowy węzeł transportowy jest kluczowym punktem dla komunikacji miasta. To strategiczne miejsce łączy port i przystań z przemysłowymi przedmieściami Tarkowa. Zlokalizowane w centrum węzła jest ogromne centrum handlowe ULTRA, które było używane jako główna baza operacyjna do ewakuacji EMERCOM.", + "5714dbc024597771384a510d Name": "Węzeł drogowy", + "5714dbc024597771384a510d Description": "Południowy węzeł drogowy jest kluczowym punktem dla komunikacji miasta. To strategiczne miejsce łączy port i przystań z przemysłowymi przedmieściami Tarkowa. Zlokalizowane w centrum węzła jest ogromne centrum handlowe ULTRA, które było używane jako główna baza operacyjna do ewakuacji EMERCOM.", "5714dc342459777137212e0b Name": "Przedmieścia", "5714dc342459777137212e0b Description": "Przedmieścia i podmiejskie obszary Tarkowa zawierające całą infrastrukturę i udogodnienia do długiego i szczęśliwego życia.", "5714dc692459777137212e12 Name": "Ulice Tarkowa", @@ -20481,7 +20753,7 @@ "59fc81d786f774390775787e Name": "Fabryka", "59fc81d786f774390775787e Description": "Teren placówki chemicznej nr 16 został nielegalnie wynajęty wraz z jej budynkami firmie TerraGroup. Podczas Wojen Kontraktowych, placówka była miejscem potyczek grup USEC i BEAR, które dążyły do przejęcia kontroli nad przemysłową dzielnicą Tarkowa.\n\nPo opadnięciu bitewnego pyłu placówka stała się schronieniem dla ocalałych cywilów, Scavów i niedobitków sił zbrojnych, w tym także rozbitych oddziałów USEC oraz BEAR.", "5b0fc42d86f7744a585f9105 Name": "Laboratorium", - "5b0fc42d86f7744a585f9105 Description": "Podziemny kompleks laboratoriów TerraGroup Labs jest tajnym obiektem położonym bezpośrednio pod centrum Tarkowa. Oficjalnie ten ośrodek badawczy nie istnieje i, opierając się na skrawkach informacji, zajmuje się pracami badawczo-rozwojowymi, testowaniem i symulacją projektów w zakresie chemii, fizyki, biologii i nowych technologii.", + "5b0fc42d86f7744a585f9105 Description": "Podziemny kompleks laboratoriów TerraGroup jest tajnym obiektem położonym bezpośrednio pod centrum Tarkowa. Oficjalnie ten ośrodek badawczy nie istnieje i, opierając się na skrawkach informacji, zajmuje się pracami badawczo-rozwojowymi, testowaniem i symulacją projektów w zakresie chemii, fizyki, biologii i nowych technologii.", "5fbba5831a7d180f131c50bf Name": "City_SW_01_A.ScenesPreset", "5fbba5831a7d180f131c50bf Description": "", "5fbba6bd1a7d180f131c50c9 Name": "Tarkov streets 3", @@ -20493,7 +20765,7 @@ "5fbba71d42cc58698a0f3e0c Name": "Tarkov streets 6", "5fbba71d42cc58698a0f3e0c Description": "", "61e800b841ee214fbf1f0e53 Name": "Hangar", - "61e800b841ee214fbf1f0e53 Description": "Opuszczony hangar portu morskiego, wypożyczony przez miejscowych, by stać się jedną z aren śmierci.", + "61e800b841ee214fbf1f0e53 Description": "Opuszczony hangar portu lotniczego, wypożyczony przez miejscowych, by stać się jedną z aren śmierci.", "621df90bf200a905ed57d31d Name": "Equator", "621df90bf200a905ed57d31d Description": "Prowizoryczna arena walk gladiatorów przeprojektowana przez pozostałych mieszkańców z centrum handlowego Equator-2.", "62a05c960a18b50b7c575b1b Name": "Dok 5", @@ -20510,8 +20782,8 @@ "653e6760052c01c1c805532f Description": "Centrum biznesowe Tarkowa. W tym miejscu TerraGroup miało swoją siedzibę. To tutaj wszystko się zaczęło.", "65b8d6f5cdde2479cb2a3125 Name": "Strefa zero", "65b8d6f5cdde2479cb2a3125 Description": "Centrum biznesowe Tarkowa. W tym miejscu TerraGroup miało swoją siedzibę. To tutaj wszystko się zaczęło.", - "6733700029c367a3d40b02af Name": "The Labyrinth", - "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", + "6733700029c367a3d40b02af Name": "Labirynt", + "6733700029c367a3d40b02af Description": "Obiekt należący do jednego z podmiotów TerraGroup, Knossos LLC. Według informacji dostępnych publicznie budują parki rozrywki i wesołe miasteczka. Jednak to miejsce bardziej przypomina ciężko uzbrojony bunkier niż wesołe miasteczko.", "5464e0404bdc2d2a708b4567 Name": "United Security", "5464e0404bdc2d2a708b4567 Description": "Prywatna firma wojskowa USEC została założona w 1999 roku, po fuzji dwóch organizacji: KerniSEC i Safe Sea. W 2004 roku agent międzynarodowego holdingu TerraGroup skontaktował się z USEC, co w następstwie sprawiło, że USEC stało się prywatną armią holdingu, z biurami na całym świecie i z personelem liczącym 7500 osób.", "5464e0454bdc2d06708b4567 Name": "Battle Encounter Assault Regiment", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debiut", "5936d90786f7742b1420ba5b description": "Witaj, żołnierzu. Mam robotę, która jest trochę za łatwa dla moich ludzi. Ale ty sobie poradzisz. Hej, nie denerwuj się, nie znam cię jeszcze tak dobrze, żeby dać ci normalną robotę!\n\nPo ulicach włóczy się sporo bandyckich szumowin. Nie przeszkadzają mi zbytnio, ale i tak są uciążliwi. Uspokój, powiedzmy, pięciu z nich i zabierz im kilka strzelb MP-133. Myślę, że to wystarczy. Odmaszerować, żołnierzu!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -22238,7 +22522,7 @@ "5ae3270f86f77445ba41d4dd declinePlayerMessage": "", "5ae3270f86f77445ba41d4dd completePlayerMessage": "", "5ae3277186f7745973054106 name": "Rusznikarz – część 8", - "5ae3277186f7745973054106 description": "Mam dwie sieci neuronowe, jedna skanuje twarze z obrazu kamer i porównuje je z bazą danych, druga monitoruje rynek kryptowalut i reaguje na zmiany. Dziś zdecydowałem się jedną nauczyć więcej, będzie monitorować temperaturę, wilgotność, ciśnienie i inne parametry mojej kryjówki, a poza tym wszystkim, będzie reagować na mój nastrój. Zobaczymy, co z tego wyjdzie. Jest zamówienie na AKS-74N z częściami od Zenit. Ergonomia powinna być powyżej 65, suma odrzutu poniżej 275 i broń ma zajmować nie więcej niż 10 miejsc. I najważniejsze, łoże B-30 z szyną\u00A0B-31S, chwyt taktyczny RK-0, magazynek AK-12, Klesch-2IKS i DTK-1, wszędzie Zenit. Może to jest prezent dla byłego mieszkańca Petersburga.", + "5ae3277186f7745973054106 description": "Mam dwie sieci neuronowe, jedna skanuje twarze na kamerach i porównuje je z bazą danych, a druga monitoruje handel kryptowalutami i reaguje na niego. Dziś postanowiłem stworzyć jeszcze jedną, która będzie monitorować temperaturę, wilgotność, ciśnienie i inne parametry mojej kryjówki, a także – między innymi – reagować na mój nastrój. Zobaczymy, jak to wyjdzie, gdy skończę.\n\nJest zamówienie na AKS-74N z częściami Zenita. Ergonomia powinna być powyżej 65, suma odrzutu poniżej 275, a broń powinna zajmować nie więcej niż 10 miejsc.\n\nTeraz najważniejsza część – sam zestaw. Potrzebujemy łoża B-30, chwytu przedniego RK-0, pokrywy komory zamkowej B-33, chwytu pistoletowego RK-3, kolby PT-3, latarki Klesch-2IKS, hamulca DTK-1 i nowszego magazynka do AK-12, w zasadzie wszystko od Zenita. Być może jest to prezent dla byłego mieszkańca Petersburga.", "5ae3277186f7745973054106 failMessageText": "", "5ae3277186f7745973054106 successMessageText": "A więc AK Zenit jest gotowy? Świetnie, zostaw go na tej skrzyni, dziękuję. Jeśli chcesz, możesz wpaść jutro po kolejne zamówienie.", "5ae3570b86f7746efa6b4494": "Zmodyfikuj АKS-74N zgodnie z podaną specyfikacją", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": ".", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "Gówno prawda", + "5c0bbaa886f7746941031d82 description": "Oto dlaczego wezwałem cię do siebie. Złapałem kreta w mojej drużynie, ta szuja przekazywała informacje o moich kanałach dostaw i punktach zainteresowania. Oczywiście zacząłem się zastanawiać, co tu jest kurwa grane.\n\nMoi ludzie wyciągnęli z niego informacje i dowiedzieli się, że przerzucał je do jednej z lokalnych ekip, tych, które osiedlały się w budynkach noclegowych w obszarze składu celnego. Sprawa polega na tym, że chcę im przekazać jakieś bzdurne informacje o moim „kolejnym ładunku”, a moi ludzie skasują ich, gdy te fiuty po to przyjdą. Ale ta informacja musi być dostarczona bez żadnych podejrzeń, jakbyś był jednym z nich, łapiesz? Będziesz musiał podstawić\u00A0pendrive’a ze specjalną\u00A0informacją, umieszczony został w bagażniku czerwonego samochodu, przy dużym moście w składzie celnym. Moi ludzie wpadli w zasadzkę na tym moście, więc nie mogli go ukryć bliżej budynków noclegowych, sorki. Zostaw ten pendrive razem z SW-98 i zegarkiem Roler w budynku noclegowym, tak się umówiliśmy. I najważniejsza rzecz: nie kropnij żadnych Scavów w składzie celnym i po prostu wyjdź cichaczem, jak skończysz.", + "5c0bbaa886f7746941031d82 failMessageText": "Co do kurwy, idioto? Dlaczego do nich strzelałeś? Nie pozwolą nam zbliżyć się na odległość mniejszą niż kilometr do budynków noclegowych. Będą się pilnować przez dłuższy czas… Jak teraz, kurwa, podrzucimy fałszywe informacje, co? O jakim kurwa „nadajniku” mówisz? Spierdalaj stąd!", + "5c0bbaa886f7746941031d82 successMessageText": "Wygląda, że wszystko jest spoko, moje chłopaki są już na miejscu i myślę, że będzie to ostatnia niespodzianka dla tych dupków. Dzięki za pomoc.", "5c0bc32986f7743e4d1002d2": "Zostaw przedmiot: „Karabin powtarzalny SW-98 7,62 x 54 R” w koszu na śmieci naprzeciw schodów na trzecim poziomie budynku noclegowego", "5c0bc43e86f7744794440ba5": "Zostaw przedmiot: „Złoty zegarek Roler Submariner” w koszu na śmieci naprzeciw schodów na trzecim poziomie budynku noclegowego", "5c12320586f77437e44bcb15": "Zostaw przedmiot: „Pendrive z fałszywymi informacjami” w koszu na śmieci naprzeciw schodów na trzecim poziomie budynku noclegowego", @@ -24410,7 +24694,7 @@ "625d700aefebc4442a7b3875 completePlayerMessage": "", "625d700cc48e6c62a440fab5 name": "Zapoznanie się", "625d700cc48e6c62a440fab5 description": "Wejdź do środka! Masz ochotę na herbatę z miodem? Nawet nie pytaj, ile kosztował mnie miód. W czasie wojny ceny takie są, wiesz… Chcę też przeprogramować transponder, ale potrzebuję specjalnego oprogramowania. Z tego, co wiem od moich kontaktów, takie oprogramowanie można dostać od byłych USEC-ów w oczyszczalni ścieków. Wiem, że nie jest to łatwe, ale warto. Kiedy przeprogramuję transponder? Koleżko, ty go przeprogramujesz. Nie mam tu wystarczającej ilości sprzętu, ale twoje centrum wywiadowcze powinno mieć wszystko, czego potrzebujesz, jeśli dobrze to ustawisz. Zapiszę dokładnie, co trzeba zrobić. Jeszcze jedno: handlarz przesyła ci zasady wizyty, że tak powiem. Po pierwsze: do latarni możesz dostać się tylko mając przy sobie transponder, inaczej jak odróżnią was od innych PMC? Po drugie: nie wbiegaj tam od razu, upewnij się, że transponder zadziałał. Usłyszysz sygnał dźwiękowy, oznacza to, że transponder jest zautoryzowany i możesz iść dalej. No cóż, powodzenia! Jestem pewien, że tym razem na pewno się uda.", - "625d700cc48e6c62a440fab5 failMessageText": "I had no idea you could manage to do it wrong... But hell, you did it. Well, you'll never get near Lightkeeper until you make it up to him. That's a sketchy thing you did, mercenary, this set me up pretty bad. Don't expect to get away with it scot-free.", + "625d700cc48e6c62a440fab5 failMessageText": "Nie miałem pojęcia, że da się to spieprzyć... A tu cholera, tobie się udało. Cóż, nigdy nie dotrzesz do Latarnika, dopóki mu tego nie wynagrodzisz. Bardzo ślisko się zachowałes najemniku, stawiasz mnie w złym świetle. Nie oczekuj, że ujdzie ci to na sucho.", "625d700cc48e6c62a440fab5 successMessageText": "Jak poszło? Powiedz mi wszystko.", "6391e2f9e705511c8a4a1b85": "Znajdź\u00A0przedmiot: „Zaszyfrowany pendrive V3” na latarni morskiej", "6391e31bfa894f0a866afdec": "Przeprogramuj nadajnik radiowy", @@ -25549,7 +25833,7 @@ "6574e0dedc0d635f633a5805 description": "Mam nową zabawkę, którą chciałem przetestować. I oto jesteś, w samą porę. Weź te RPD i idź na wybrzeże, strzelaj tam z niego. Tylko nie zgub go po drodze, bo nie zaakceptuję żadnej innej broni.", "6574e0dedc0d635f633a5805 failMessageText": "", "6574e0dedc0d635f633a5805 successMessageText": "Jak ci się podoba, dobrze, tak? To prawdziwa piękność w boju!", - "6574e0dedc0d635f633a5807": "Eliminate any target while using an RPDN machine gun with 1P78-1 scope on Shoreline", + "6574e0dedc0d635f633a5807": "Zlikwiduj dowolny cel używając karabinka maszynowego RPDN z lunetą 1P78-1 na wybrzeżu", "6574e0dedc0d635f633a5805 acceptPlayerMessage": "", "6574e0dedc0d635f633a5805 declinePlayerMessage": "", "6574e0dedc0d635f633a5805 completePlayerMessage": "", @@ -25703,7 +25987,7 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Łatwa kasa – część 1", - "66058cb22cee99303f1ba067 description": "Jak leci? Mam dla ciebie pracę. Mój znajomy szuka odpowiednich ludzi do swojej firmy. Nie znam tajników, tylko pierwszy etap rekrutacji, że tak powiem. Widzę, że jesteś zainteresowany.\n\nWiadomo już coś o Arenie? Powinieneś rozwiesić ulotki wokół Tarkowa. W stylu „przyjdź i sprawdź”, takie tam gówna. Poważni ludzie zawsze zaczynają od małych rzeczy! Ulotki można znaleźć w obozie USEC w lesie, jak tam się znalazły? Kto wie? Mój kontakt może mieć dobrych partnerów. Jak tylko będziesz mieć paczkę, rozklej ulotki po całym mieście. Tylko żartowałem. Przynieś je w określone miejsca, a oni się tym zajmą.", + "66058cb22cee99303f1ba067 description": "Jak leci ziom? Mam dla ciebie pracę. Mój stary znajomy szuka odpowiednich ludzi do swojej działalności. Nie znam tajników, tylko pierwszy etap rekrutacji, że tak powiem. Widzę, że jesteś zainteresowany.\n\nSłyszałeś już coś o Arenie? Trzeba porozwieszać ulotki po Tarkowie. Na przykład „przyjdź i sprawdź”, takie tam gówna. Poważni ludzie zawsze zaczynają od małych rzeczy! Mam dla ciebie kilka plakatów, ale jeśli je zgubisz, to twój cholerny problem, jasne? Przynieś je do twierdzy Scavów w terminalu składu celnego. No to ruchy.", "66058cb22cee99303f1ba067 failMessageText": "", "66058cb22cee99303f1ba067 successMessageText": "Wszystko gotowe? Przekażę to dalej w takim razie. Na razie masz tu kilka drobiazgów.", "6606b709f7ce34bb26221cab": "Umieść\u00A0plakat „Bison kontra Undertaker” w pomieszczeniach mieszkalnych w bazie Scavów w składzie celnym", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Witaj, mistrzu! Mój przyjaciel dał ci małe zadanie próbne. Teraz postanowiłem spotkać się z tobą osobiście. Ludzie nazywają mnie Ref. Gospodarz Areny i wielkie pieniądze, ha!\n\nNajwyraźniej nie masz nic przeciwko zarabianiu pieniędzy, a ja desperacko potrzebuję nowych pracowników. Biznes kwitnie, a ja nie mam rąk do pracy. Rozwijamy się!\n\nWkrótce planujemy kolejną walkę. Jak mawiali w starożytnym Rzymie, „ludzie potrzebują chleba i igrzysk”. To drugie daje radę, ale chleb się spóźnia. Małe zakłócenia w dostawach, nie martw się o to. Przynieś mi trochę jedzenia i alkoholu dla publiczności.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Wszystko, co przyniosłeś, zostało już oddane na miejsca. Dobra robota.", - "6606bd2aa49db36b69b6dbf9": "Przekaż znaleziony w rajdzie przedmiot: „Butelka wódki Tarkowskaja”", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Przekaż znaleziony w rajdzie przedmiot: „Butelka piwa Piewko swietłoje”", "6606bd814120fcf7f0a38e55": "Przekaż znaleziony w rajdzie przedmiot: „Tabliczka czekolady Alonka”", "6606bd9128b63f13e560592f": "Przekaż znaleziony w rajdzie przedmiot: „Opakowanie suszonego mięsa Tarker”", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balansowanie – część\u00A01", - "66058cb7c7f3584787181476 description": "Świetnie poradziłeś sobie z moimi zadaniami. Sprawdziłem cię również w moich bazach danych… Tak na wszelki wypadek. Nie zatrudnia się byle kogo, wiesz, o co mi chodzi, bracie? Awansuję cię na testera! Będziesz testował sprzęt dla Areny.\n\nOto karabinek automatyczny G36 i pancerz THOR, wypróbuj je na mniejszych szumowinach. Moi gladiatorzy będą nosić ten zestaw później, jeśli test pójdzie dobrze.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Ten zestaw to z pewnością dobry towar. Wymyśliłem nawet dla niego nazwę: nazwiemy go Diesel. Myślę jednak, że posunęliśmy się trochę za daleko z płytami, to w pełni chodzący czołg. Myślę, że lepiej będzie się ich pozbyć, co?", - "6606d133fcb99b9004aa2d1d": "Zlikwiduj Scavy używając G36 i nosząc pancerz NFM THOR na węźle transportowym", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balansowanie – część\u00A02", - "66058cb9e8e4f17985230805 description": "Z ostatnim testem poradziłeś sobie śpiewająco. Dobrze, że wybrałem cię spośród wszystkich kandydatów.\n\nTeraz przetestujemy nowy zestaw sprzętu na większych rybach. Oto karabin szturmowy AKS-74UB i pancerz PACA. Jeśli uda ci się w tym przetrwać, gladiatorzy też będą zadowoleni. W porządku, spróbuj.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Widzę, że w tym zestawie bardziej wykorzystujesz siłę broni… Niewiele tu pancerza, więc będzie to zestaw zwiadowcy. Mam dla niego nazwę. Miałem kumpla, który był chudy i wątły, ale bardzo zadziorny. Kopał tyłki na prawo i lewo. Nazywaliśmy go Tichon. Tak będę nazywał ten zestaw.", - "660a9c99c650fa4d531f4c96": "Zlikwiduj Scavy używając AKS-74UB i nosząc pancerz PACA na ulicach Tarkowa", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "Wpadłem na świetny pomysł, aby Arena była jeszcze lepsza. I potrzebuję twojej pomocy.\n\nMuszę znaleźć kilka płyt pancernych dla gościa. Często występuje, więc nadszedł czas, aby dać mu ulepszenie, aby podekscytować tłum. Z występami jest tak, że jeśli nie dołożysz drewna na czas, ogień zgaśnie.\n\nA teraz idź i kup mi kilka płyt pancernych.\n\nTłum będzie piszczeć, gdy go zobaczy!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Właśnie tego potrzebowałem! Niewiele więcej do zrobienia. Wszyscy będą zachwyceni, gdy zobaczą wyniki, obiecuję! Oto hełm jako nagroda. Jego poprzedni właściciel ma teraz lepszy, ha!", - "6606d08b4e2e27ca2d80085e": "Przekaż znaleziony w rajdzie przedmiot: „Płyta balistyczna Korund-WM (przód)”", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Przekaż znaleziony w rajdzie przedmiot: „Płyta balistyczna SPRTN Omega”", "6606d0a8f146598b0f492e12": "Przekaż znaleziony w rajdzie przedmiot: „Płyty balistyczne 6B33 (przód)”", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Odwrócenie uwagi – część 1", - "66058cbd9f59e625462acc8e description": "Zaczynasz być dla mnie jak rodzina. Jak brat! Myślę, że mogę ci załatwić jakąś poważną pracę.\n\nMam kilku współzałożycieli w Arenie, Kaban i Kołontaj, może ich znasz. Myślałem, że to spoko goście, ale teraz postanowili pobawić się w politykę. Chcą umieścić swojego mistrza na Arenie, wyobrażasz sobie? A dobry mistrz przynosi tyle pieniędzy, chyba wiesz. Odbudowanie biznesu zajmie dużo czasu i pieniędzy.\n\nMusimy postraszyć tych gości, aby zdali sobie sprawę, że przekraczają granicę. Weźmy kilka wybuchowych bloków i umieśćmy je wokół ich kryjówek. Bez detonatorów. Niczego nie wysadzimy, ale niech to wygląda na poważną rzecz. Niech biegają, aż\u00A0będzie się za nimi dymić.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, trzeba było widzieć chaos, gdy znaleźli bloki! Co za przedstawienie! Cholerna szkoda, że nie sfilmowaliśmy tego wszystkiego… Zrobiłeś kawał dobrej roboty. Oto twoja nagroda.", - "660a9dc64c0927ead4fcfeef": "Umieść\u00A03 bloki trotylu TP-200 pod biurem Kabana na ulicach Tarkowa", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Umieść\u00A03 bloki trotylu TP-200 przy wejściu do akademii MSW na ulicach Tarkowa", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Odwrócenie uwagi – część 2", - "66058cbf2f19c31a5a1337ec description": "Kaban i Kołontaj bardzo szybko doszli do siebie. Byli też na tyle głupi, że nie zrozumieli co mamy im do przekazania. Ale w porządku, ty i ja, możemy dać im kolejną wskazówkę, prawda?\n\nMam plan. Musisz odwiedzić ich ponownie i zastrzelić ich pieski, strażników. Oni wszyscy są zaufanymi współpracownikami tych dwóch. Tylko nie ruszaj Kabana i Kołontaja! Tym razem na pewno zrozumieją aluzję.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Nie widzisz, do kogo strzelasz?! Pokładałem w tobie wielkie nadzieje.", - "66058cbf2f19c31a5a1337ec successMessageText": "Dobra robota! Kaban i Kołontaj już rozpętują burzę, szukając tego, który zlecił zabójstwo. Przejdzie im i zdadzą sobie sprawę, że przekroczyli granicę. Masz, to twoja nagroda.", - "660d5effb318c171fb1ca234": "Zlikwiduj ochroniarzy Kabana na ulicach Tarkowa", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Zlikwiduj ochroniarzy Kołontaja na ulicach Tarkowa", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "Na wyżyny! – część 1", - "66058cc1da30b620a34e6e86 description": "Cóż, teraz Kaban i Kołontaj są zbyt zajęci szukaniem napastników, aby cokolwiek osiągnąć. Co oznacza, że nadszedł czas na nowego mistrza Areny. I będziesz nim ty. Oczywiście za zgodą. Nie praktykujemy tu okrucieństwa, ha!\n\nMogę pomóc ci osiągnąć wyżyny i bogactwa przekraczające twoje najśmielsze marzenia. Musisz tylko przyjąć moją ofertę. Ale wiesz, czyny zawsze przebijają słowa. Więc wejdź na Arenę i wygraj. W ten sposób będę wiedział, że jesteś gotowy iść naprzód.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "Nigdy w ciebie nie wątpiłem, bracie! Ale pamiętaj, jesteśmy tu, by zabawiać ludzi. Potrzebujemy większego przedstawienia! Czasami wygląda to tak, jakbyśmy po prostu strzelali do puszek, sam wiesz.", - "662ba5a89d8041c264dd9673": "Wygraj mecz w trybie rankingowym na Arenie", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "Od teraz jesteś pod moimi skrzydłami, bracie. Upewnię się, że będziesz robił postępy, ale będziesz musiał częściej ruszać dupę.\n\nZacznijmy od podstaw. Arena jest w Tarkowie, ale najwięksi sponsorzy są za granicą. Oglądają każdy mecz, stawiają zakłady, rzucają pieniądze na faworytów. Musisz zainteresować niektórych z nich. Przyciągnij ich uwagę, pokaż, że jesteś tego wart. Zdobądź sławę. Samo zwycięstwo nie wystarczy. Pokaż im, że potrafisz zrobić ekscytujący występ!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "Widzę, jakie robisz postępy! Zaczynają o tobie mówić za granicą. Ludzie są zainteresowani. To znak, że robisz właściwie!", - "662ba78e19c86d3199ae0a93": "Wygraj mecz w trybie rankingowym na Arenie", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Zdobądź ocenę 1700 ARP", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "Świetnie sobie radzisz! Ale jest za wcześnie, by przestać. Pokazuj swoją twarz częściej, zaimponuj publiczności. Wyróżnij się. Stań się tym, o którym mówią, tym, którego chcą zobaczyć. Wtedy przyjdzie kasa, a potem inne dobroci: samochody, dziewczyny… Chociaż tego ostatniego Tarkowowi trochę brakuje.\n\nTak czy inaczej, Arena jest teraz świetną okazją do kariery, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "A teraz jesteś o krok bliżej do wielkiej ligi! Szacunek, bracie.", - "662ba61d3ed61b6b78187b71": "Wygraj 3 mecze zajmując pierwsze miejsce w trybie rankingowym na Arenie", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "Jak nastrój? Gotów do bitwy? Gotowy, by ponownie zabłysnąć na Arenie? Gotowy, by roznieść paru skurwysynów? Szanse wciąż są przeciwko tobie, więc nie zawiedź publiczności!\n\nSkoro o tym mowa. Masz trochę pieniędzy? Musisz postawić siebie i po tym wygrać sześć razy. Zarobisz mnóstwo kasy i będziesz sławny. Przynieś pieniądze, ja wszystko zorganizuję. Tylko ostrzegam: jeśli przegrasz pięć razy, zaczynasz od nowa.", "66058cc72cee99303f1ba069 failMessageText": "Och stary, prawie ci się udało. Spróbuj jeszcze raz, publiczność wciąż wydaje się ciebie faworyzować.", "66058cc72cee99303f1ba069 successMessageText": "Oto twoja wypłata. Od razu odliczyłem od niej wszystkie moje usługi: przekupywanie przeciwników, opłaty i tak dalej. Co, myślałeś, że pracuję za darmo?", - "662bb23200ae352a6d5a415d": "Wygraj 6 z 10 meczów w trybie rankingowym na Arenie", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Warunek niepowodzenia: przegraj 5 meczy", "6633a85e347a2a2b4051a26b": "Przekaż ruble z balansu EFT", "665493a649bd17856482ba77": "Warunek niepowodzenia: przegraj 5 meczy", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "Mam dobre wieści! Wspaniałe wieści! Mam nadzieję, że wybrałeś już małe mieszkanko w elitarnej dzielnicy Tarkowa, bo dzięki tym pieniądzom wkrótce będziesz je miał! Żartuję. Wszystkie domy w tych dzielnicach i tak wkrótce się zawalą.\n\nW każdym razie bardzo potężni ludzie zza granicy są tobą zainteresowani. Potężni i bogaci. Nie mogę zdradzić ich nazwisk, to tajemnica handlowa, a ja nie naruszam tego, co podpisałem. Ci ludzie są gotowi wziąć cię pod swoje skrzydła i mocno sponsorować, ale najpierw chcą gwarancji.\n\nMusisz zostać mistrzem. Wzlecieć wysoko, wznieść się ponad resztę. Będziesz musiał spędzić więcej czasu na Arenie. Widzę w twoich oczach, że jesteś gotowy.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Jesteś naprawdę dobry. Pewien bardzo znany Francuz – nie zdradzę jego nazwiska ze względu na ochronę prywatności – jest tobą zainteresowany. Śliski jak diabli, ale oferuje dobre pieniądze. Już załatwiłem ci sponsora.", - "662ba87106e44407b79e9ab2": "Wygraj 3 mecze z rzędu w trybie rankingowym na Arenie", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25819,9 +26104,10 @@ "66058ccbc7f3584787181478 description": "Witam. Słyszałem, że pracujesz teraz dla Refa. Mam cię na oku od jakiegoś czasu.\n\nZnałem kiedyś człowieka, który wplątał się tak jak ty. Przez jakiś czas był poprzednim mistrzem Refa, a potem nagle zniknął. I wiem na pewno, że nie miało to nic wspólnego z Kabanem i Kołontajem.\n\nJeśli nie chcesz zniknąć tak samo, jak ten gość, poszukaj mieszkania ostatniego mistrza. Wierzę, że zostało tam coś interesującego. Mistrz spędzał czas z przemytnikami w budynku noclegowym w składzie celnym. Może znajdziesz jakieś wskazówki, jak dostać się do mieszkania.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "Chcesz sam zapytać Refa? Cóż, miło było cię poznać.", - "664ef2e5c11296c444642040": "Zlokalizuj pokój dawnego mistrza w składzie celnym", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Dowiedz się, co się stało z mistrzem", "664ef3c238dad5c6686a6d1e": "Przetrwaj i ewakuuj się z lokalizacji", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "Więc mówisz, że byłeś w mieszkaniu ostatniego mistrza? W porządku. Będę udawał, że to się nigdy nie wydarzyło. Tylko pamiętaj, ciekawość zabiła kota. I ostatniego mistrza też. Był dobrym facetem, lubiłem go, ale zmiękł, stracił wyczucie.\n\nPowinieneś więcej ćwiczyć, a nie włóczyć się po mieście. W przeciwnym razie twój ranking zacznie spadać.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "Proszę bardzo! Czas należy poświęcić na doskonalenie swoich umiejętności. Kto wie, co się stanie, jeśli tego nie zrobisz?", - "663b9bb7fe7953705cb09114": "Zlikwiduj dowolny cel używając karabin. samopowtarzalnego na Arenie", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Zlikwiduj dowolny cel używając karabin. automatycznego na Arenie", "663b9c13d71a6a0be997a5d5": "Zlikwiduj dowolny cel używając karabinu maszynowego na Arenie", "663b9c1559c1d56ec9bd6b4a": "Zlikwiduj dowolny cel używając samopowtarzalnego karabinu wyborowego na Arenie", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Między dwoma ogniami", "66058ccf06ef1d50a60c1f48 description": "Widziałeś martwe ciało. Przeszukałeś je? Sprawdziłeś dookoła? Zwracam tylko uwagę, że jesteś ślepy. Z tego, co wiem, mistrz prowadził dziennik. Tak, jak jakiś nastolatek, ale to akurat działa na twoją korzyść.\n\nMoże pójdziesz tam jeszcze raz i przyjrzysz się bliżej? W dzienniku musi być więcej informacji o Refie, jakieś brudy na jego temat. Zrób to, jeśli chcesz przestać być zbędny na Arenie.\n\nI jeszcze jedno: jeśli przyniesiesz mi jakieś informacje na temat Refa, które będą warte mojego czasu, dobrze ci zapłacę.", "66058ccf06ef1d50a60c1f48 failMessageText": "Chcesz zostać pod spódnicą Refa? Jak tam chcesz.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Dobra robota. Cieszę się, że wziąłeś los za jaja.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Znajdź\u00A0przedmiot: „Brudy Refa”", "664fd7f0837ee02ad4c8e658": "Przekaż przedmiot: „Brudy Refa”", "66563f0a2684eee09e8dcd86": "Zlokalizuj kryjówkę starego mistrza", "6658eb28849643547f210708": "Wróć do kryjówki starego mistrza w składzie celnym", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decyzje, decyzje", "66058cd19f59e625462acc90 description": "Słyszałem plotki… Bardzo nieprzyjemne plotki. Mówią, że próbujesz podkopać moje interesy.\n\nZnamy się od jakiegoś czasu. Jesteś dla mnie jak brat! Nie rób czegoś, czego będziesz później żałował. Im mniej wiesz, tym lepiej śpisz, słyszysz?\n\nDopóki nie będę miał co do ciebie całkowitej pewności, moi ludzie będą cię obserwować. Nie chcę, żebyś robił jakieś sztuczki, mistrzu. A jeśli znajdziesz coś podczas swojej małej randki ze starym mistrzem, przynieś mi to. Wtedy możemy zapomnieć o tym małym szczęśliwym wypadku.", - "66058cd19f59e625462acc90 failMessageText": "Ty draniu! Zrobiłem dla ciebie wszystko, wyciągnąłem cię z błota, zrobiłem z ciebie prawdziwego mężczyznę, a ty… Ty sukinsynu!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Dokonałeś właściwego wyboru. Nigdy w ciebie nie wątpiłem, bracie. No dobra, od teraz koniec z żartami, słyszysz mnie?", "660da15a747708e25add9653": "Warunek niepowodzenia: przekaż informacje Paserowi", - "664fd86520fa1bd9f8fa5489": "Znajdź\u00A0przedmiot: „Brudy Refa”", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Przekaż przedmiot: „Brudy Refa”", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -26723,7 +27012,7 @@ "669fa3a40c828825de06d6a1 declinePlayerMessage": "", "669fa3a40c828825de06d6a1 completePlayerMessage": "", "66a1a806bd092031693a6e25 name": "Złe przeczucia", - "66a1a806bd092031693a6e25 description": "Witam. Wygląda na to, że grupie Scavów udało się dostać do podziemnego laboratorium, o którym mówili ludzie. Najwyraźniej szukali jakiegoś sekretnego pomieszczenia, ale Najeźdźcy ich powstrzymali. Teraz wszyscy przeszukują laboratorium w poszukiwaniu tego pomieszczenia, a ktoś nawet odblokował główne wejście do obiektu.\n\nI powiem ci jedno: jeśli pokój był ukryty nawet przed ich własnym personelem, to zdecydowanie działo się tam coś niesamowicie niebezpiecznego. Mam co do tego naprawdę złe przeczucia, więc proszę o powstrzymanie ciekawskich bandytów. Jest wiele innych miejsc do szabrowania, prawda?", + "66a1a806bd092031693a6e25 description": "Witam. Wygląda na to, że grupie Scavów udało się dostać do podziemnego laboratorium, o którym mówili ludzie. Najwyraźniej szukali jakiegoś tajnego pomieszczenia, ale Najeźdźcy ich powstrzymali. Teraz wszyscy przeszukują laboratorium w poszukiwaniu tego pomieszczenia, a ktoś nawet odblokował główne wejście do obiektu.\n\nI powiem ci jedno: jeśli pokój był ukryty nawet przed ich własnym personelem, to zdecydowanie działo się tam coś niesamowicie niebezpiecznego. Mam co do tego naprawdę złe przeczucia, więc proszę o powstrzymanie ciekawskich bandytów. Jest wiele innych miejsc do szabrowania, prawda?", "66a1a806bd092031693a6e25 failMessageText": "", "66a1a806bd092031693a6e25 successMessageText": "Wiedziałem, że mogę na ciebie liczyć. Uratowałeś miasto przed kolejnym konfliktem. Nie powinniśmy grzebać w szemranych interesach tych „naukowców”, nic dobrego z tego nie wyniknie.", "66a1a89b9944dffe44a21072": "Zlikwiduj najeźdźców w laboratorium", @@ -27275,7 +27564,7 @@ "673f4e956f1b89c7bc0f56ef description": "Pojechałem więc do składu… Te dupki zrujnowały to miejsce i zabrały moje części zamienne. To znaczy, mogę zrozumieć narzędzia czy sprzęt. Ale dlaczego, kurwa, ktoś miałby zabierać jebane koła? Nie zbudujesz drugiego BTR-a w ten sposób.\n\nTak czy inaczej, potrzebuję zapasowego koła, a im szybciej, tym lepiej. Trzeba znaleźć miejsce, gdzie mogą leżeć odpowiednie koła. Nie wiem, gdzie dokładnie szukać, ale nie jesteś kretynem, poradzisz sobie. Możesz zacząć od obszaru składu celnego, ale nie byłem tam od wieków, więc nie mogę obiecać, że tam będą.", "673f4e956f1b89c7bc0f56ef failMessageText": "To jakiś żart, prawda?\n\nTo są jebane koła do ciężarówek, idioto. Prowadzę BTR. B-T-R! Następnie oznacz jebane koła do roweru, jak już to robisz.", "673f4e956f1b89c7bc0f56ef successMessageText": "Super! Te się nadadzą, a dodatkowo zrobiłeś to szybko. Pochwalam to! Zmiana kół zajmie jednak trochę czasu, w końcu to nie Łada.", - "673f5065cdfe082966842575": "Complete the main objective as soon as possible", + "673f5065cdfe082966842575": "Ukończ szybko główne zadanie", "673f507029a1128d5c4d7498": "Zlokalizuj i oznacz zapasowe koła BTR-a nadajnikiem MS2000", "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "Koła są wszędzie, nie martw się. Zajmę się tym.", "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Może innym razem, dobrze? Nie teraz.", @@ -27570,7 +27859,7 @@ "675031d3884e1da4a90b3bc9 description": "Wejdź, usiądź. Herbata jest prawie gotowa, rozgrzeje cię. Nie mieliśmy takich temperatur od 1873 roku. Tamta zima była równie ciężka, jak ta, ogrzałem tu nawet zabłąkanego lisa!\n\nTo robi wielką różnicę w sytuacji bojowej. Można odmrozić sobie palce tak bardzo, że nie da się nawet pociągnąć za spust. Nie można też siedzieć w zasadzce, gdy jest się przemarzniętym.\n\nJeśli chcesz przetrwać, musisz wzmocnić swoje ciało. Spróbuj zlikwidować kilku przeciwników, gdy jest ci zimno.", "675031d3884e1da4a90b3bc9 failMessageText": "", "675031d3884e1da4a90b3bc9 successMessageText": "Jak twoja kondycja? Teraz musisz się rozgrzać, w przeciwnym razie przez tydzień nie będziesz mógł ćwiczyć.\n\nPo rozgrzewce musisz znowu ćwiczyć, bo inaczej twoje ciało się nie przyzwyczai. Wtedy zimno będzie zaletą, a nie przeszkodą.", - "67585f77650907d333a3f082": "Eliminate any target while suffering from the Frostbite status effect", + "67585f77650907d333a3f082": "Zlikwiduj dowolny cel pod wpływem efektu odmrożenia", "675031d3884e1da4a90b3bc9 acceptPlayerMessage": "", "675031d3884e1da4a90b3bc9 declinePlayerMessage": "", "675031d3884e1da4a90b3bc9 completePlayerMessage": "", @@ -27657,241 +27946,241 @@ "6752f6d83038f7df520c83e8 acceptPlayerMessage": "", "6752f6d83038f7df520c83e8 declinePlayerMessage": "", "6752f6d83038f7df520c83e8 completePlayerMessage": "", - "675c03d1f7da9792a405549a name": "Abandoned Cargo", - "675c03d1f7da9792a405549a description": "Good afternoon, young man. I have received information about a recent suspicious shipment of TerraGroup cargo. According to the description, it could contain valuable records and even medical samples.\n\nEvery such shipment should have been prioritized for extraction, yet for some reason this shipment was left near the customs terminal. I have to know what's inside the cargo, and to do that, I need the exact location of the shipments.\n\nWill you be able to assist with this? You will recognize the necessary shipments by the boxes with the TerraGroup logo.", + "675c03d1f7da9792a405549a name": "Porzucony ładunek", + "675c03d1f7da9792a405549a description": "Dzień dobry, młody człowieku. Otrzymałam informację o niedawnym podejrzanym transporcie ładunku TerraGroup. Według opisu może on zawierać cenne dane, a nawet próbki medyczne.\n\nKażda taka przesyłka powinna być priorytetowo traktowana, ale z jakiegoś powodu ta została pozostawiona w pobliżu terminalu składu celnego. Muszę wiedzieć, co znajduje się wewnątrz ładunku, a do tego potrzebuję dokładnej lokalizacji przesyłek.\n\nCzy będziesz w stanie mi w tym pomóc? Niezbędne przesyłki można rozpoznać po pudełkach z logo TerraGroup.", "675c03d1f7da9792a405549a failMessageText": "", - "675c03d1f7da9792a405549a successMessageText": "Excellent! You didn't open the boxes, correct? Good judgment, mercenary. It's best to have the professionals do it. \n\nJudging by the location of the shipments, they were abandoned in a hurry, or perhaps something happened during the transportation... We will have to investigate why TerraGroup decided to leave these shipments in Tarkov.", - "675c0444db2b69f48942f37c": "Locate and mark the first special TerraGroup cargo with an MS2000 Marker on Customs", - "675c04497439eaed82b6dfeb": "Locate and mark the second special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044cc482cb252c5a92d4": "Locate and mark the third special TerraGroup cargo with an MS2000 Marker on Customs", - "675c044e3691199fe911a641": "Locate and mark the fourth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fbeb402d4fa5589516f": "Locate and mark the fifth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fd3a2c0bad5f70af01c": "Locate and mark the sixth special TerraGroup cargo with an MS2000 Marker on Customs", - "675c3fdd5af984e99db7b4e1": "Locate and mark the seventh special TerraGroup cargo with an MS2000 Marker on Customs", + "675c03d1f7da9792a405549a successMessageText": "Doskonale! Nie otworzyłeś pudełek, prawda? Dobra decyzja, najemniku. Najlepiej zlecić to profesjonalistom.\n\nSądząc po lokalizacji przesyłek, zostały one porzucone w pośpiechu, a może coś się stało podczas transportu… Będziemy musieli zbadać, dlaczego TerraGroup zdecydowało się zostawić te przesyłki w Tarkowie.", + "675c0444db2b69f48942f37c": "Zlokalizuj i oznacz pierwszy specjalny ładunek TerraGroup nadajnikiem MS2000 w składzie celnym", + "675c04497439eaed82b6dfeb": "Zlokalizuj i oznacz drugi specjalny ładunek TerraGroup nadajnikiem MS2000 w składzie celnym", + "675c044cc482cb252c5a92d4": "Zlokalizuj i oznacz trzeci specjalny ładunek TerraGroup nadajnikiem MS2000 w składzie celnym", + "675c044e3691199fe911a641": "Zlokalizuj i oznacz czwarty specjalny ładunek TerraGroup nadajnikiem MS2000 w składzie celnym", + "675c3fbeb402d4fa5589516f": "Zlokalizuj i oznacz piąty specjalny ładunek TerraGroup nadajnikiem MS2000 w składzie celnym", + "675c3fd3a2c0bad5f70af01c": "Zlokalizuj i oznacz szósty specjalny ładunek TerraGroup nadajnikiem MS2000 w składzie celnym", + "675c3fdd5af984e99db7b4e1": "Zlokalizuj i oznacz siódmy specjalny ładunek TerraGroup nadajnikiem MS2000 w składzie celnym", "675c03d1f7da9792a405549a acceptPlayerMessage": "", "675c03d1f7da9792a405549a declinePlayerMessage": "", "675c03d1f7da9792a405549a completePlayerMessage": "", - "675c047fa46173572a0bd878 name": "Shipment Tracking", - "675c047fa46173572a0bd878 description": "My people haven't been able to access the cargo yet. However, if there's anything of value-- I mean of danger, we can't waste any time.\n\nAll shipments had to be documented one way or another. Perhaps an itinerary or a cargo manifest would shed more light on the situation. You need to locate that piece of information.\n\nLook in the offices of key persons at the customs: directors, supervisors. If there is anything we might find, it should be there.", + "675c047fa46173572a0bd878 name": "Śledzenie przesyłki", + "675c047fa46173572a0bd878 description": "Moi ludzie nie byli jeszcze w stanie uzyskać dostępu do ładunku. Jeśli jednak jest w nim coś wartościowego – znaczy mam na myśli niebezpiecznego – nie możemy tracić czasu.\n\nWszystkie przesyłki muszą być udokumentowane w ten czy inny sposób. Być może plan podróży lub manifest ładunku rzuciłyby więcej światła na sytuację. Musisz znaleźć te informacje.\n\nZajrzyj do biur kluczowych osób w składzie celnym: dyrektorów, kierowników. Jeśli jest coś, co możemy znaleźć, to powinno tam być.", "675c047fa46173572a0bd878 failMessageText": "", - "675c047fa46173572a0bd878 successMessageText": "It will take some time for me to study these documents. Nevertheless, we will soon discover everything that is wrong with this shipment and what it contains. \n\nAlong with a report from my specialists, we will receive comprehensive details.", - "675c04b3fc6b273a36ed294a": "Locate and obtain the TerraGroup shipment lists on Customs", - "675c04c1b68cc8180efb38c6": "Hand over the found information", + "675c047fa46173572a0bd878 successMessageText": "Przestudiowanie tych dokumentów zajmie mi trochę czasu. Niemniej jednak wkrótce odkryjemy wszystko, co jest nie tak z tą przesyłką i co zawiera.\n\nWraz z raportem od moich specjalistów otrzymamy szczegółowe informacje.", + "675c04b3fc6b273a36ed294a": "Znajdź przedmiot: „Raport z wysyłki TerraGroup” w składzie celnym", + "675c04c1b68cc8180efb38c6": "Przekaż\u00A0przedmiot: „Raport z wysyłki TerraGroup”", "675c047fa46173572a0bd878 acceptPlayerMessage": "", "675c047fa46173572a0bd878 declinePlayerMessage": "", "675c047fa46173572a0bd878 completePlayerMessage": "", - "675c04f4db8807b75d0f38e8 name": "Closer to the People", - "675c04f4db8807b75d0f38e8 description": "Terrible news, young man. I have stopped receiving communications from my group, and the documents you brought me have been scrubbed of all the essential information.\n\nWe know neither the project code, nor the detailed itinerary. Not even a summary of these boxes' contents! I cannot possibly ask you to open them yourself. What if my group's demise has something to do with their contents?\n\nInstead, I came up with another idea. The documents said that in the event of obstacles along the transit, the delivery crews could opt to deviate from the route.\n\nIf the movers were attacked during transit, we might learn about it from the workers' records. Examine the places where the delivery crews may have stayed and search for this information.", + "675c04f4db8807b75d0f38e8 name": "Bliżej ludzi", + "675c04f4db8807b75d0f38e8 description": "Okropna wiadomość, młody człowieku. Przestałam otrzymywać wiadomości od mojej grupy, a dokumenty, które mi przyniosłeś, zostały pozbawione wszystkich istotnych informacji.\n\nNie znamy ani kodu projektu, ani szczegółowego planu podróży. Nie znamy nawet ogólnej zawartości tych pudeł! Nie mogę prosić o ich samodzielne otwarcie. A jeśli strata mojej grupy ma coś wspólnego z ich zawartością?\n\nZamiast tego wpadłem na inny pomysł. Dokumenty mówiły, że w przypadku przeszkód na trasie tranzytu, ekipy dostawcze mogły zdecydować się na zboczenie z trasy.\n\nJeśli przewoźnicy zostali zaatakowani podczas transportu, możemy dowiedzieć się o tym z zapisków pracowników. Sprawdź miejsca, w których mogły przebywać ekipy dostawcze i poszukaj tych informacji.", "675c04f4db8807b75d0f38e8 failMessageText": "", - "675c04f4db8807b75d0f38e8 successMessageText": "Impossible... According to these records, no one attacked the movers, the path was clear! \n\nYet the workers who spent several hours near the boxes reported itching and fever, and asked to go home.\n\nThe foreman's notes say that two delivery crews abandoned the boxes during transportation and flatly refused to continue their work! \n\nIt turns out that the transportation of these boxes required special protective equipment, which no one considered to provide to ordinary workers. It's unclear how dangerous the boxes are at the moment, but I wouldn't recommend approaching them without the appropriate equipment.", - "675c04f4db8807b75d0f38eb": "Locate and obtain the delivery crew's shipment notes on Customs", - "675c04f4db8807b75d0f38ec": "Hand over the found information", + "675c04f4db8807b75d0f38e8 successMessageText": "Niemożliwe… Według tych zapisów nikt nie zaatakował przenoszących, droga była czysta!\n\nMimo to pracownicy, którzy spędzili kilka godzin w pobliżu pudeł, zgłosili swędzenie i gorączkę i poprosili o powrót do domu.\n\nNotatki brygadzisty mówią, że dwie ekipy dostawcze porzuciły pudła podczas transportu i stanowczo odmówiły kontynuowania pracy!\n\nOkazuje się, że transport tych skrzyń wymagał specjalnego sprzętu ochronnego, którego nikt nie pomyślał o zapewnieniu zwykłym pracownikom. Nie jest jasne, jak niebezpieczne są obecnie skrzynie, ale nie zalecałbym zbliżania się do nich bez odpowiedniego sprzętu.", + "675c04f4db8807b75d0f38eb": "Znajdź przedmiot: „Raport ekipy załadunkowej” w składzie celnym", + "675c04f4db8807b75d0f38ec": "Przekaż\u00A0przedmiot: „Raport ekipy załadunkowej”", "675c04f4db8807b75d0f38e8 acceptPlayerMessage": "", "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", - "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 name": "Zerwanie umowy", + "675c085d59b0575973005f52 description": "Hejka, jak leci? Nigdy nie uwierzysz w to, co ci teraz powiem. Mam dla ciebie pracę! Dobra, żarty na bok, ten gość Reshala chce wskoczyć w nowy biznes. I uwierz mi, nie chcę tam tego skurwiela.\n\nDowiedziałem się, że ten gnojek planuje spotkanie z jednym z moich partnerów, który ma powiązania z wielką krainą. Rzecz w tym, że znamy tylko miejsce spotkania, ale nie wiemy, kiedy uporządkują swoje sprawy.\n\nNająłem więc godnego zaufania snajpera, aby rozbił spotkanie, gdy do niego dojdzie. Tyle tylko, że teraz cały czas siedzi tam na swojej pozycji i nie może nawet zejść na dół, żeby się odlać.\n\nCo więcej, skrytka, którą przygotowałem dla niego w punkcie obserwacyjnym, została znaleziona przez Scavy, a oni splądrowali wszystko do cna. Myślisz, że możesz podrzucić resztę sprzętu? Jest w zakładzie z trzema dużymi rurami w środku strefy przemysłowej. Wokół niego są jakieś rusztowania… Ukryj wszystko na tym rusztowaniu, dobrze?\n\nKurwa, stary, oczywiście, że ci za to zapłacę. Ciężko pracuj, a ciężko zarobisz, hehe.", "675c085d59b0575973005f52 failMessageText": "", - "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", - "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", - "675c152299549b5b62094f06": "Stash a DVL-10 magazine at the specified spot on Customs", - "675c153ae96d38136d02f670": "Stash an ELCAN SpecterDR scope at the specified spot on Customs", - "67604476b1ae3717835ccaed": "Stash a pack of any 7.62x51 ammo at the specified spot on Customs", + "675c085d59b0575973005f52 successMessageText": "Więc widziałeś mojego rewolwerowca? Oczywiście, że nie, to prawdziwy specjalista! Teraz moi ludzie dadzą mu sygnał, a on odbierze wszystko z wyznaczonych punktów.\n\nProszę, małe podziękowanie za ciężką pracę.", + "675c14f54662a2fae349dbb9": "Zostaw przedmiot: „Powtarzalny karabin wyborowy Lobaev Arms DWL-10 7,62 x 51” w wyznaczonym miejscu w składzie celnym", + "675c152299549b5b62094f06": "Zostaw przedmiot: „10-nabojowy magazynek do DWL-10 7,62 x 51” w wyznaczonym miejscu w składzie celnym", + "675c153ae96d38136d02f670": "Zostaw przedmiot: „Luneta ELCAN SpecterDR 1x/4x” w wyznaczonym miejscu w składzie celnym", + "67604476b1ae3717835ccaed": "Zostaw dowolną amunicję 7,62 x 51 w wyznaczonym miejscu w składzie celnym", "675c085d59b0575973005f52 acceptPlayerMessage": "", "675c085d59b0575973005f52 declinePlayerMessage": "", "675c085d59b0575973005f52 completePlayerMessage": "", - "675c1570526ff496850895d9 name": "Passion for Ergonomics", - "675c1570526ff496850895d9 description": "Hello. Do you know the feeling when you change the layout of your instrument in a seemingly insignificant way and it fundamentally changes the working comfort?\n\nThe Pareto principle, right. I had a friend who was the epitome of that concept. He was always tweaking something, filing, sanding a part to win a few millimeters....\n\nHis experience made me realize how important ergonomics is in any job. I have not heard from him in a while, but I know one of his outlets, it was either a sort of car service or a workshop, right in the garage complex. He always loved cars, especially the American ones.\n\nCan you come and check the place out? He probably moved somewhere else a long time ago, but his garage might still contain some of his tools or blueprints.", + "675c1570526ff496850895d9 name": "Zamiłowanie do ergonomii", + "675c1570526ff496850895d9 description": "Witam. Znasz to uczucie, gdy zmieniasz rozkład swoich narzędzi w pozornie nieistotny sposób i zasadniczo zmienia to komfort pracy?\n\nZasada Pareta, prawda. Miałem przyjaciela, który był uosobieniem tej koncepcji. Zawsze coś poprawiał, piłował, szlifował, by zyskać kilka milimetrów…\n\nJego doświadczenie uświadomiło mi, jak ważna jest ergonomia w każdej pracy. Nie miałem z nim kontaktu przez jakiś czas, ale znam jeden z jego punktów sprzedaży, był to albo rodzaj serwisu samochodowego, albo warsztat, bezpośrednio w kompleksie garażowym. Zawsze kochał samochody, zwłaszcza amerykańskie.\n\nMożesz przyjść i sprawdzić to miejsce? Prawdopodobnie przeniósł się gdzieś indziej dawno temu, ale w jego garażu wciąż mogą znajdować się jego narzędzia lub plany.", "675c1570526ff496850895d9 failMessageText": "", - "675c1570526ff496850895d9 successMessageText": "Hmm... He would never let his car burn down willingly. Something must have happened there.\n\nA car mechanic's death would be just an imperceptible blip in the death toll on the Tarkov scale. But hopefully he was able to make it out and find safety. Maybe we'll see each other again.", - "675c15916580a378dc0f012f": "Locate and obtain the customized tool set at the garage complex on Customs", - "675c1595a4c063af74ee5279": "Hand over the found item", + "675c1570526ff496850895d9 successMessageText": "Hmm… Nigdy nie pozwoliłby swojemu samochodowi dobrowolnie spłonąć. Coś musiało się tam wydarzyć.\n\nŚmierć mechanika samochodowego byłaby tylko niezauważalnym punktem na liście ofiar śmiertelnych w skali Tarkowa. Ale miejmy nadzieję, że udało mu się wydostać i znaleźć bezpieczeństwo. Może jeszcze się spotkamy.", + "675c15916580a378dc0f012f": "Zlokalizuj i zdobądź przedmiot: „Skrzynka z ulepszonymi narzędziami” w kompleksie garażowym w składzie celnym", + "675c1595a4c063af74ee5279": "Przekaż\u00A0przedmiot: „Skrzynka z ulepszonymi narzędziami”", "675c1570526ff496850895d9 acceptPlayerMessage": "", "675c1570526ff496850895d9 declinePlayerMessage": "", "675c1570526ff496850895d9 completePlayerMessage": "", - "675c15fbf7da9792a4059871 name": "Provide Viewership", - "675c15fbf7da9792a4059871 description": "Greetings, gladiator! Judging by the fact that you're still in one piece, you've developed a good skill set. That's exactly what I need.\n\nArena fights are thriving, but you know the human nature. The audience gets used to everything and will always ask for more! So I've come up with something more interesting.\n\nI want to broadcast the fights in real Tarkov conditions for a group of special customers. You need to set up a camera and then show them what you're made of. You can put the camera on some building near the construction site at customs.\n\nI don't care who's in your crosshairs. You yourself are the centerpiece of this show! People will cheer for you and pay good money for it. Of course, I've taken your commitment into account, so expect a reward.", + "675c15fbf7da9792a4059871 name": "Zapewnienie oglądalności", + "675c15fbf7da9792a4059871 description": "Witaj, gladiatorze! Sądząc po tym, że nadal jesteś w jednym kawałku, rozwinąłeś dobry zestaw umiejętności. Dokładnie tego potrzebuję.\n\nWalki na arenie są ekscytujące, ale znasz ludzką naturę. Publiczność przyzwyczaja się do wszystkiego i zawsze będzie prosić o więcej! Wymyśliłem więc coś bardziej interesującego.\n\nChcę transmitować walki w prawdziwych tarkowskich warunkach dla grupy specjalnych klientów. Musisz ustawić kamerę, a następnie pokazać im, na co cię stać. Możesz umieścić kamerę na jakimś budynku w pobliżu placu budowy przy składzie celnym.\n\nNie obchodzi mnie, kto jest na celowniku. Ty sam jesteś centralnym punktem tego show! Ludzie będą ci kibicować i zapłacą za to dobre pieniądze. Oczywiście wziąłem pod uwagę twoje zaangażowanie, więc spodziewaj się nagrody.", "675c15fbf7da9792a4059871 failMessageText": "", - "675c15fbf7da9792a4059871 successMessageText": "There he is, a true Tarkov warrior! The audience loved it, so if you don't plan to drop out anytime soon, drop by often.\n\nYour talents deserve attention. And attention is expensive these days. Oh, by the way, here's your paycheck.", - "675c1c87caddcfa893af10e9": "Install the first WI-FI Camera inside the industrial plant on Customs", - "675c1c980fd114390c638b89": "Eliminate any target inside the industrial plant on Customs", - "676047054c9696a7d071bc08": "Install the second WI-FI Camera inside the industrial plant on Customs", - "6760470877d1b7790af5de11": "Install the third WI-FI Camera inside the industrial plant on Customs", - "6760470b7d65f702a6295820": "Install the fourth WI-FI Camera inside the industrial plant on Customs", + "675c15fbf7da9792a4059871 successMessageText": "Oto on, prawdziwy tarkowski wojownik! Publiczność była zachwycona, więc jeśli nie planujesz odejść w najbliższym czasie, wpadaj często.\n\nTwoje talenty zasługują na uwagę. A uwaga w dzisiejszych czasach jest droga. A tak przy okazji, oto twoja wypłata.", + "675c1c87caddcfa893af10e9": "Zainstaluj pierwszą kamerę wi-fi w zakładzie przemysłowym w składzie celnym", + "675c1c980fd114390c638b89": "Zlikwiduj dowolny cel w obszarze zakładu przemysłowego w składzie celnym", + "676047054c9696a7d071bc08": "Zainstaluj drugą kamerę wi-fi w zakładzie przemysłowym w składzie celnym", + "6760470877d1b7790af5de11": "Zainstaluj trzecią kamerę wi-fi w zakładzie przemysłowym w składzie celnym", + "6760470b7d65f702a6295820": "Zainstaluj czwartą kamerę wi-fi w zakładzie przemysłowym w składzie celnym", "675c15fbf7da9792a4059871 acceptPlayerMessage": "", "675c15fbf7da9792a4059871 declinePlayerMessage": "", "675c15fbf7da9792a4059871 completePlayerMessage": "", - "675c1cf4a757ddd00404f0a3 name": "Work Smarter", - "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", + "675c1cf4a757ddd00404f0a3 name": "Pracuj mądrzej", + "675c1cf4a757ddd00404f0a3 description": "Wiesz, jak gorąco może być na bezpiecznych wyjściach tu w okolicy. Wielu ginie w drodze powrotnej, a nie podczas samej podróży.\n\nDlatego dla prawdziwego łowcy ważne jest, aby zawsze mieć coś przygotowanego, na przykład osobisty plan ucieczki. Czasy są teraz trudne, więc nie radzę podejmować niepotrzebnego ryzyka.\n\nWeźmy na przykład skład celny. Słyszałem, że niektóre wyjścia są teraz pod czyjąś kontrolą i wpuszczają tylko swoich. Oznacza to, że nikt z zewnątrz nie zostanie wpuszczony. Warto znaleźć sposób na zabezpieczenie tych wyjść.\n\nMoże to wymagać nieco finezji, ale dla prawdziwego wojownika takie przeszkody nie powinny stanowić problemu.", "675c1cf4a757ddd00404f0a3 failMessageText": "", - "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", - "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", + "675c1cf4a757ddd00404f0a3 successMessageText": "Dostałeś swoją lekcję. Upewnij się, że jej nie zapomnisz.\n\nZawsze bądź przygotowany na to, że twoja droga powrotna zostanie przerwana. Nieważne, w której części Tarkowa się znajdziesz. Znajomość terenu, ścieżek między obszarami i bezpiecznych dróg ucieczki to twoja mocna strona.", + "675c1cf4a757ddd00404f0a6": "Zlokalizuj tajny bunkier w składzie celnym", + "676ab31c058363b09072c78e": "Zdobądź specjalny przedmiot do ewakuacji za pomocą tajnego wyjścia", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", "675c1cf4a757ddd00404f0a3 completePlayerMessage": "", - "675c1d6d59b0575973008fc7 name": "Seizing the Initiative", - "675c1d6d59b0575973008fc7 description": "The operational situation in the city is ever-changing, meaning I always have to stay on top of what is happening.\n\nMy people have reported that some operatives have started using the new path from the customs terminal to the gulf coast.\n\nPreviously the passage was inaccessible there, but I've already had two targets evade my groups in that area. I have to see what is going on at that passage.\n\nIf you accept this task, you will have to travel all the way from the customs terminal to the coast and extract from there. You can count on an appropriate reward!", + "675c1d6d59b0575973008fc7 name": "Przejęcie inicjatywy", + "675c1d6d59b0575973008fc7 description": "Sytuacja operacyjna w mieście ciągle się zmienia, co oznacza, że zawsze muszę być na bieżąco.\n\nMoi ludzie donoszą, że niektórzy operatorzy zaczęli korzystać z nowej drogi prowadzącej z terminalu składu celnego na wybrzeże Zatoki Perskiej.\n\nWcześniej przejście było tam niedostępne, ale miałem już dwa cele, które uniknęły moich grup w tym obszarze. Muszę sprawdzić, co się tam dzieje.\n\nJeśli przyjmiesz to zadanie, będziesz musiał przebyć całą drogę od terminalu składu celnego do wybrzeża i stamtąd się wydostać. Możesz liczyć na odpowiednią nagrodę!", "675c1d6d59b0575973008fc7 failMessageText": "", - "675c1d6d59b0575973008fc7 successMessageText": "This will help us cut off the escape routes of those who prevent us from conducting our business.\n\nEveryone needs resources to operate in Tarkov, and the Blue Helmets are no exception.", - "675c1d6d59b0575973008fc9": "Use the transit from Customs to Shoreline", - "675c1dbdcca03cb7f61fc735": "Survive and extract from Shoreline", + "675c1d6d59b0575973008fc7 successMessageText": "Pomoże nam to odciąć drogi ucieczki tym, którzy uniemożliwiają nam prowadzenie działalności.\n\nKażdy potrzebuje zasobów do działania w Tarkowie, a niebieskie hełmy nie są wyjątkiem.", + "675c1d6d59b0575973008fc9": "Użyj przejścia ze składu celnego na wybrzeże", + "675c1dbdcca03cb7f61fc735": "Przetrwaj i ewakuuj się z wybrzeża", "675c1d6d59b0575973008fc7 acceptPlayerMessage": "", "675c1d6d59b0575973008fc7 declinePlayerMessage": "", "675c1d6d59b0575973008fc7 completePlayerMessage": "", - "675c1ec7a46173572a0bf20a name": "Rite of Passage", - "675c1ec7a46173572a0bf20a description": "Hello, merc. I have a new task, though I cannot tell yet if you are fit for a real job.\n\nBut you seem eager to help, so I might give you a chance to prove yourself.\n\nThe more experienced warriors who are already working for the good of Tarkov need to replenish their fuel reserves.\n\nSo you have a chance to do a good deed and prove to me that some drunken thug won't be a problem for you. \n\nBring me two cans of fuel. But don't run from the fight. To clean the city of filth, you must be ready to face the enemy head-on.", + "675c1ec7a46173572a0bf20a name": "Rytuał przejścia", + "675c1ec7a46173572a0bf20a description": "Witaj, najemniku. Mam nowe zadanie, choć nie mogę jeszcze stwierdzić, czy nadajesz się do prawdziwej pracy.\n\nChociaż wydajesz się chętny do pomocy, więc może dam ci szansę się wykazać.\n\nBardziej doświadczeni wojownicy, którzy już pracują dla dobra Tarkowa, muszą uzupełnić zapasy paliwa.\n\nMasz więc szansę zrobić dobry uczynek i udowodnić mi, że jakiś pijany zbój nie będzie dla ciebie problemem. \n\nPrzynieś mi dwa kanistry paliwa. Ale nie uciekaj przed walką. Aby oczyścić miasto z plugastwa, musisz być gotowy stawić czoła wrogowi. Pomoże nam to odciąć drogi ucieczki tym, którzy uniemożliwiają nam prowadzenie naszych interesów.\n\nKażdy potrzebuje zasobów do działania w Tarkowie, a niebieskie hełmy nie są wyjątkiem.", "675c1ec7a46173572a0bf20a failMessageText": "", - "675c1ec7a46173572a0bf20a successMessageText": "Look who's back. You meet any of those pillagers? Well-well... Maybe you're actually fit for it.\n\nGet some rest for now, but do stay in touch. You've got some serious work ahead of you.", - "675c1f040a1128e59422a876": "Eliminate Scavs at the old gas station on Customs", - "675c1f17cf59d5433be7ae77": "Eliminate Scavs at the new gas station on Customs", - "675c1f311bd716cdb87947d1": "Hand over the found in raid item: Metal fuel tank", + "675c1ec7a46173572a0bf20a successMessageText": "Spójrz, kto wrócił. Spotkałeś któregoś z tych łupieżców? No cóż… Może faktycznie się do tego nadajesz.\n\nNa razie odpocznij, ale bądź w kontakcie. Przed tobą poważna praca.", + "675c1f040a1128e59422a876": "Zlikwiduj Scavy na starej stacji paliw w składzie celnym", + "675c1f17cf59d5433be7ae77": "Zlikwiduj Scavy na starej nowej paliw w składzie celnym", + "675c1f311bd716cdb87947d1": "Przekaż znaleziony w rajdzie przedmiot: „Metalowy kanister”", "675c1ec7a46173572a0bf20a acceptPlayerMessage": "", "675c1ec7a46173572a0bf20a declinePlayerMessage": "", "675c1ec7a46173572a0bf20a completePlayerMessage": "", - "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", - "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", + "675c1ff1a757ddd00404f0aa name": "Jazda próbna – część 6", + "675c1ff1a757ddd00404f0aa description": "Wojowniku! To jasne, że naprawdę uwielbiasz strzelać z nowych i egzotycznych broni. Jest dla ciebie nowa praca na ten temat.\n\nZnalazłem coś ciekawego… Nikt wcześniej nie widział czegoś takiego w Tarkowie! Skąd ja to mam? Tajemnica handlowa, haha!\n\nPowiem tak, ta broń z pewnością ma potencjał. Ale bez odpowiednich testów bojowych wszystkie te specyfikacje i raporty zasięgu to bzdura.\n\nJeśli więc chcesz doświadczyć prawdziwej, unikalnej broni, być może będziemy w stanie sobie pomóc.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", - "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", + "675c1ff1a757ddd00404f0aa successMessageText": "Dobre, prawda? Chyba mógłbym podnieść cenę trochę wyżej, nie sądzisz? \n\nCzekaj, myślisz, że oddałbym to za darmo? Zasługuje na uczciwą cenę. Twój towarzysz Prapor nigdy nie okradł zwykłego żołnierza i wierz mi, że tak pozostanie.", + "675c1ff1a757ddd00404f0ae": "Zlikwiduj dowolny cel używając Aklys Defense Velociraptor w składzie celnym", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", "675c1ff1a757ddd00404f0aa completePlayerMessage": "", - "675c3507a06634b5110e3c18 name": "Belka and Strelka", - "675c3507a06634b5110e3c18 description": "Hey, soldier! I've got a new reconnaissance mission for ya.\n\nI was able to arrange a deal with the fellas who control the railroad at the old customs gas station, but I haven't sent any of my couriers that way yet. We gotta check it out first.\n\nThe plan is simple: you fire the green flare and extract. It's like a job Belka did... or was it Strelka? Ah, whatever, you know what I'm trying to say.\n\nI'll pay you for risking your skin, but make sure you don't get whacked before even getting to that place, and take your time on the exit itself. I've heard enough tales of mercs who shoot the flare and run to the exit immediately before the flare even lights up properly... On a completely unrelated note, may I interest you in a cheap new helmet with bullet hole vents?", + "675c3507a06634b5110e3c18 name": "Biełka i Striełka", + "675c3507a06634b5110e3c18 description": "Hej, żołnierzu! Mam dla ciebie nową misję zwiadowczą.\n\nUdało mi się dogadać z gośćmi, którzy kontrolują linię kolejową przy starej stacji benzynowej, ale nie wysłałem tam jeszcze żadnego z moich kurierów. Musimy to najpierw sprawdzić.\n\nPlan jest prosty: odpalasz zieloną flarę i ewakuujesz się. To jak robota Biełki… a może Striełki? Ach, nieważne, wiesz, co próbuję powiedzieć.\n\nZapłacę ci za ryzykowanie skóry, ale upewnij się, że nie dostaniesz w mordę, zanim jeszcze dotrzesz do tego miejsca, i nie spiesz się przy samym wyjściu. Słyszałem wystarczająco dużo opowieści o najemnikach, którzy wystrzelili flarę i natychmiast pobiegli do wyjścia, zanim jeszcze flara zapaliła się na dobre… Zupełnie niezwiązane z tematem, czy mogę cię zainteresować nowym, tanim hełmem z otworami wentylacyjnymi po kulach?", "675c3507a06634b5110e3c18 failMessageText": "", - "675c3507a06634b5110e3c18 successMessageText": "There, I told you it was a simple job! You can trust me, I'd never send an untrained soldier into harm's way.", - "675c3507a06634b5110e3c1a": "Survive and extract from Customs through Railroad Passage", + "675c3507a06634b5110e3c18 successMessageText": "Mówiłem, że to prosta robota! Możesz mi zaufać, nigdy nie wysłałbym niewyszkolonego żołnierza na niebezpieczeństwo.", + "675c3507a06634b5110e3c1a": "Przetrwaj i ewakuuj się ze składu celnego przez przejazd kolejowy", "675c3507a06634b5110e3c18 acceptPlayerMessage": "", "675c3507a06634b5110e3c18 declinePlayerMessage": "", "675c3507a06634b5110e3c18 completePlayerMessage": "", - "675c3582f6ddc329a90f9c6d name": "Private Club", - "675c3582f6ddc329a90f9c6d description": "Opachki, would you look at this little character. You got any ibuprofen? My noggin's fucking killing me.\n\nWhat, something wrong, princess? Yes, I got hammered last night, so what? It was a major league game! They wouldn't let a twat like you anywhere near that table.\n\nSometimes we get together to test our luck, but yesterday clearly wasn't my day. Not only did I lose a shitload of money, but also my fucking wallet.\n\nYou're here for work, ye? Here, I'll give you a fucking job. Find my wallet. And don't even try any bullshit, I'd recognize mine with my eyes closed. You may still be young and don't realize it, but there are things in life worth more than cash.", + "675c3582f6ddc329a90f9c6d name": "Prywatny klub", + "675c3582f6ddc329a90f9c6d description": "Opaczki, spójrz na tego małego bohatera. Masz jakiś ibuprofen? Mój łeb mnie, kurwa, dobija.\n\nCo, coś nie tak, księżniczko? Tak, byłem wczoraj nawalony i co z tego? To była ważna ligowa gra! Nie pozwoliliby takiemu pizdusiowi jak ty w ogóle zbliżyć się do tego stołu.\n\nCzasami spotykamy się, żeby sprawdzić swoje szczęście, ale wczoraj to nie był mój dzień. Straciłem nie tylko kupę forsy, ale i pieprzony portfel.\n\nPrzyjechałeś tu po pracę, tak? Dam ci jebaną pracę. Znajdź mój portfel. I nawet nie próbuj pieprzyć, rozpoznałbym swój z zamkniętymi oczami. Może jesteś jeszcze młody i nie zdajesz sobie z tego sprawy, ale są w życiu rzeczy warte więcej niż kasa.", "675c3582f6ddc329a90f9c6d failMessageText": "", - "675c3582f6ddc329a90f9c6d successMessageText": "Proper good fucking job mate! I knew it couldn't just vanish into thin air like that. We have some kind of connection, you and I.\n\nThis little baby is like a lucky charm for me. When I bought this wallet, things went booming for me. I've gotten it lost a thousand times since then, but it always comes back to me.", - "675c37d2da4b531ba8daaadd": "Locate and obtain Skier's wallet on Customs", - "675c37e07ac1a33fff170966": "Hand over the found item", + "675c3582f6ddc329a90f9c6d successMessageText": "Dobra, kurwa, robota, stary! Wiedziałem, że to nie może tak po prostu rozpłynąć się w powietrzu. Mamy jakąś więź, ty i ja.\n\nTo maleństwo jest dla mnie jak talizman. Kiedy kupiłem ten portfel, wszystko zaczęło mi się układać. Od tamtej pory gubiłem go tysiące razy, ale zawsze do mnie wracał.", + "675c37d2da4b531ba8daaadd": "Znajdź przedmiot: „Portfel Narciarza” w składzie celnym", + "675c37e07ac1a33fff170966": "Przekaż\u00A0przedmiot: „Portfel Narciarza”", "675c3582f6ddc329a90f9c6d acceptPlayerMessage": "", "675c3582f6ddc329a90f9c6d declinePlayerMessage": "", "675c3582f6ddc329a90f9c6d completePlayerMessage": "", "675f535f07e24748400973e7 name": "Nauczyciel", - "675f535f07e24748400973e7 description": "Always arriving just when I need you! Long story short, we've got lots of rookies joining us. I love young blood, the crowd does even more so.\n\nHowever, we need to make sure they don't all get iced in the first fight. \n\nShow them the ropes, how to shoot and win the crowd's attention. Obviously, you're not gonna work for free! I've saved something interesting for you. A cool little show-off gift.\n", + "675f535f07e24748400973e7 description": "Zawsze pojawiasz się wtedy, kiedy cię potrzebuję! Krótko mówiąc, dołączyło do nas wielu nowych. Uwielbiam młodą krew, a tłum jeszcze bardziej.\n\nMusimy jednak upewnić się, że nie wszyscy zostaną kropnięci w pierwszej walce.\n\nPokażemy im podstawy, jak strzelać i zdobyć uwagę ludzi. Oczywiście nie będziesz pracować za darmo! Mam dla ciebie coś interesującego. Fajny mały prezent.", "675f535f07e24748400973e7 failMessageText": "", - "675f535f07e24748400973e7 successMessageText": "That was a sight to behold! Here's your reward, you deserve it.", - "675f535f07e24748400973ea": "Win 3 matches while claiming first place in ranked mode in Arena", - "675f55103f07bd367fd68078": "Play a game of TeamFight or BlastGang", - "675f55578e6311832a4ff2a4": "Play a game of LastHero", - "675f5582396267fcff04b16d": "Play a game of Checkpoint", - "675f55adfa27165a9495534a": "Win a match in any game mode", + "675f535f07e24748400973e7 successMessageText": "To był wspaniały widok! Oto twoja nagroda, zasłużyłeś na nią.", + "675f535f07e24748400973ea": "Wygraj 3 mecze zajmując pierwsze miejsce w trybie rankingowym na Arenie", + "675f55103f07bd367fd68078": "Zagraj grę\u00A0TeamFight lub BlastGang", + "675f55578e6311832a4ff2a4": "Zagraj grę\u00A0LastHero", + "675f5582396267fcff04b16d": "Zagraj grę\u00A0CheckPoint", + "675f55adfa27165a9495534a": "Wygraj mecz w dowolnym trybie gry", "675f55db29a43a094b93bbd3": "Wyeliminuj przeciwników ", "675f535f07e24748400973e7 acceptPlayerMessage": "", "675f535f07e24748400973e7 declinePlayerMessage": "", "675f535f07e24748400973e7 completePlayerMessage": "", - "6761f28a022f60bb320f3e95 name": "New Beginning", - "6761f28a022f60bb320f3e95 description": "Hello my brother! So how's it hanging? Not bored yet?\n\nI know what'll rev you up. The effect is out of this world! Hey, don't get the wrong idea, it's nothing that was illegal in our past lives. \n\nLong story short, there are some special people making lists of the realest alphas in Tarkov. And I happen to know these special people. Rarely do I get to meet such influential figures in my life, that's for sure. With guys like that, you gotta do business in an exceptional fashion, not a single fuck-up. You mess up, you lose your chance to live a happy life ever after, if you catch my drift.\n\nOkay, so I can see you're clearly interested in finding out what this chad list is for. Tell you what, I have no fucking clue. I sure wish they'd tell me though!\n\nAnyway, you yourself can make it on this list. All you gotta do is prove you're worthy. They gave me a mission checklist, here ya go.", + "6761f28a022f60bb320f3e95 name": "Nowy początek", + "6761f28a022f60bb320f3e95 description": "Witaj mój bracie! Jak tam leci? Nie znudzony jeszcze?\n\nWiem, co cię ożywi. Efekt nie z tego świata! Hej, nie zrozum tego źle, to nic co było nielegalne w naszych poprzednim życiach.\n\nKrótko mówiąc, są wyjątkowi ludzie, którzy tworzą listy najprawdziwszych alf w Tarkowie. Tak się składa, że znam tych wyjątkowych ludzi. Rzadko spotykam tak wpływowe postacie w moim życiu, to na pewno. Z gośćmi takimi jak oni trzeba robić interesy w wyjątkowy sposób, bez żadnej wpadki. Jeśli coś spieprzysz, stracisz później szansę na szczęśliwe życie po życiu.\n\nOk, widzę, że jesteś wyraźnie zainteresowany dowiedzeniem się, po co jest ta lista czadów. Powiem ci coś, nie mam pieprzonego pojęcia. Na pewno chciałbym, żeby mi powiedzieli!\n\nW każdym razie sam możesz znaleźć się na tej liście. Wszystko, co musisz zrobić, to udowodnić, że jesteś tego wart. Dali mi spis, proszę\u00A0bardzo.", "6761f28a022f60bb320f3e95 failMessageText": "", - "6761f28a022f60bb320f3e95 successMessageText": "I'm telling you, you're one worthy motherfucker. They are already aware of your progress.", - "6761f6f1bacf72169272e381": "Hand over the item: BEAR operative figurine", - "6761f7d086fd2d9c941b8aa3": "Hand over the item: Politician Mutkevich figurine", - "6761f7f87b309912d6b5f2a9": "Hand over the item: Killa figurine", - "6761f80838201b0588f39a07": "Hand over the item: Reshala figurine", - "6761f817d42b2f3a242de658": "Hand over the item: Ryzhy figurine", - "6761f826d5b89d2d15b53eca": "Hand over the item: Scav figurine", - "6761f838d641d60f18a45e1f": "Hand over the item: Tagilla figurine", - "6761f85183d342080d39ca98": "Hand over the item: USEC operative figurine", - "6761f862c1ba6ee8e161d3d6": "Hand over the item: Cultist figurine", - "6761f87227aeff895cef62c5": "Hand over the item: Den figurine", - "6761f93bc757eb8c228fa754": "Eliminate Scavs", - "6761f9d718fa62aac3264ff2": "Survive and extract from The Lab", + "6761f28a022f60bb320f3e95 successMessageText": "Mówię ci, jesteś godnym skurwielem. Oni już wiedzą o twoich postępkach.", + "6761f6f1bacf72169272e381": "Przekaż przedmiot: „Figurka operatora BEAR”", + "6761f7d086fd2d9c941b8aa3": "Przekaż przedmiot: „Figurka polityka Mutkiewicza”", + "6761f7f87b309912d6b5f2a9": "Przekaż przedmiot: „Figurka Killi”", + "6761f80838201b0588f39a07": "Przekaż przedmiot: „Figurka Reshali”", + "6761f817d42b2f3a242de658": "Przekaż przedmiot: „Figurka Ryżego”", + "6761f826d5b89d2d15b53eca": "Przekaż przedmiot: „Figurka Scava”", + "6761f838d641d60f18a45e1f": "Przekaż przedmiot: „Figurka Tagilli”", + "6761f85183d342080d39ca98": "Przekaż przedmiot: „Figurka operatora USEC”", + "6761f862c1ba6ee8e161d3d6": "Przekaż przedmiot: „Figurka kultysty”", + "6761f87227aeff895cef62c5": "Przekaż przedmiot: „Figurka Dena”", + "6761f93bc757eb8c228fa754": "Zlikwiduj Scavy", + "6761f9d718fa62aac3264ff2": "Przetrwaj i ewakuuj się z laboratorium", "6761f28a022f60bb320f3e95 acceptPlayerMessage": "", "6761f28a022f60bb320f3e95 declinePlayerMessage": "", "6761f28a022f60bb320f3e95 completePlayerMessage": "", - "6761ff17cdc36bd66102e9d0 name": "New Beginning", - "6761ff17cdc36bd66102e9d0 description": "Hello my brother! So how's it hanging? Not bored yet? I know what'll rev you up. The effect is out of this world!\n\nHuh? I already told you that? Come on man, don't bullshit me. Wait, what? How do you know about the list? Shit, guess I really did tell you about it already. Anyway, it seems like you already have an idea of what to do.\n\nWait, so did I also already tell you about the influential people making these lists? Man, I guess I should get more sleep. I'm running around like a squirrel over here, negotiating things, solving problems. That's my life.\n\nIn fact, I've been thinking... These guys are on to you for a reason. Something big is going down, I'm telling you. So do your missions perfectly and on time.\n\nAll right, back to business. Here's the list. No, it's exactly the same as the “last time”, you're just confused. Maybe you need more sleep, too.", + "6761ff17cdc36bd66102e9d0 name": "Nowy początek", + "6761ff17cdc36bd66102e9d0 description": "Witaj mój bracie! Jak tam leci? Nie znudzony jeszcze? Wiem, co cię ożywi. Efekt nie z tego świata!\n\nCo? Już ci to mówiłem? Daj spokój, nie wciskaj mi kitu. Czekaj, co? Skąd wiesz o liście? Cholera, chyba naprawdę już ci o niej mówiłem. W każdym razie wygląda na to, że masz już pomysł, co robić.\n\nCzekaj, czy ja też już ci mówiłem o wpływowych ludziach tworzących te listy? Stary, chyba powinienem więcej spać. Biegam tutaj jak wiewiórka, negocjuję, rozwiązuję problemy. To moje życie.\n\nW rzeczywistości, myślałem… Ci faceci są na ciebie z jakiegoś powodu. Szykuje się coś dużego, mówię ci. Więc wykonuj swoje misje perfekcyjnie i na czas.\n\nW porządku, wracamy do interesów. Oto lista. Nie, jest dokładnie taka sama jak „ostatnim razem”, jesteś po prostu zdezorientowany. Może potrzebujesz też więcej snu.", "6761ff17cdc36bd66102e9d0 failMessageText": "", - "6761ff17cdc36bd66102e9d0 successMessageText": "Well done! Could've been quicker, but it'll do. The group knows you're done with the mission.", - "6761ff17cdc36bd66102e9d4": "Eliminate PMC operatives in one raid on any location", - "6761ff17cdc36bd66102e9d6": "Survive and extract from The Lab", - "6761ff17cdc36bd66102e9d8": "Hand over the found in raid item: BEAR operative figurine", - "6761ff17cdc36bd66102e9d9": "Hand over the found in raid item: Politician Mutkevich figurine", - "6761ff17cdc36bd66102e9da": "Hand over the found in raid item: Killa figurine", - "6761ff17cdc36bd66102e9db": "Hand over the found in raid item: Reshala figurine", - "6761ff17cdc36bd66102e9dc": "Hand over the found in raid item: Ryzhy figurine", - "6761ff17cdc36bd66102e9dd": "Hand over the found in raid item: Scav figurine", - "6761ff17cdc36bd66102e9de": "Hand over the found in raid item: Tagilla figurine", - "6761ff17cdc36bd66102e9df": "Hand over the found in raid item: USEC operative figurine", - "6761ff17cdc36bd66102e9e0": "Hand over the found in raid item: Cultist figurine", - "6761ff17cdc36bd66102e9e1": "Hand over the found in raid item: Den figurine", - "6762015739c53fca8ac51336": "Eliminate PMC operatives", + "6761ff17cdc36bd66102e9d0 successMessageText": "Dobra robota! Mogło być szybciej, ale wystarczy. Grupa wie, że zakończyłeś misję.", + "6761ff17cdc36bd66102e9d4": "Zlikwiduj operatorów PMC w jednym rajdzie w dowolnej lokalizacji", + "6761ff17cdc36bd66102e9d6": "Przetrwaj i ewakuuj się z laboratorium", + "6761ff17cdc36bd66102e9d8": "Przekaż znaleziony w rajdzie przedmiot: „Figurka operatora BEAR”", + "6761ff17cdc36bd66102e9d9": "Przekaż znaleziony w rajdzie przedmiot: „Figurka polityka Mutkiewicza”", + "6761ff17cdc36bd66102e9da": "Przekaż znaleziony w rajdzie przedmiot: „Figurka Killi”", + "6761ff17cdc36bd66102e9db": "Przekaż znaleziony w rajdzie przedmiot: „Figurka Reshali”", + "6761ff17cdc36bd66102e9dc": "Przekaż znaleziony w rajdzie przedmiot: „Figurka Ryżego”", + "6761ff17cdc36bd66102e9dd": "Przekaż znaleziony w rajdzie przedmiot: „Figurka Scava”", + "6761ff17cdc36bd66102e9de": "Przekaż znaleziony w rajdzie przedmiot: „Figurka Tagilli”", + "6761ff17cdc36bd66102e9df": "Przekaż znaleziony w rajdzie przedmiot: „Figurka operatora USEC”", + "6761ff17cdc36bd66102e9e0": "Przekaż znaleziony w rajdzie przedmiot: „Figurka kultysty”", + "6761ff17cdc36bd66102e9e1": "Przekaż znaleziony w rajdzie przedmiot: „Figurka Dena”", + "6762015739c53fca8ac51336": "Zlikwiduj operatorów PMC", "6761ff17cdc36bd66102e9d0 acceptPlayerMessage": "", "6761ff17cdc36bd66102e9d0 declinePlayerMessage": "", "6761ff17cdc36bd66102e9d0 completePlayerMessage": "", - "6764174c86addd02bc033d68 name": "Connections Up North", - "6764174c86addd02bc033d68 description": "Greetings, mate. Tell you what, I've got special import channels - they can bring things even from Finland! My friend there has set up a shipment of some real deadly toys, not just shitty-ass Toz or Gornostay. Thing is, you can't just sell those to any random bum off the street, speaking from experience, mate. Dumb twats with hands out their asses will bring down the credibility of even the toughest merchandise. \n\nThat's why I've come up with a little innocent trick. I want to start a rumor that there's a real bringer of death in Tarkov, you feel me? He shoots precisely and leaves heaps of corpses on his path. No one can even spot him in time, because the guy's a specialist, he sticks to the shadows and uses a bolty with a night sight. \n\nAnd then it turns out that this guy is using my guns! It's gonna make everybody think that I'm the guy who stocks up on the realest pro stuff. So I figured you'd be the perfect man for this little stunt. Make people afraid to even take a piss at night, and I'll arrange some of my hot new products for you. The first batch is free!", + "6764174c86addd02bc033d68 name": "Połączenia na północy", + "6764174c86addd02bc033d68 description": "Pozdrowienia, stary. Powiem ci coś, mam specjalne kanały importowe – mogą sprowadzać rzeczy nawet z Finlandii! Mój przyjaciel zorganizował tam wysyłkę naprawdę zabójczych zabawek, a nie tylko gównianych Toz czy Gornostaj. Rzecz w tym, że nie można ich po prostu sprzedać przypadkowemu menelowi z ulicy. Tępaki z wyciągniętymi rękami obniżą wiarygodność nawet najtwardszego towaru.\n\nDlatego wymyśliłem małą, niewinną sztuczkę. Chcę rozpuścić plotkę, że w Tarkowie jest prawdziwy zwiastun śmierci, czujesz? Strzela precyzyjnie i zostawia na swojej drodze sterty trupów. Nikt nawet nie jest w stanie zauważyć go na czas, bo facet jest specjalistą, trzyma się cienia i używa samopowtarzalnej z noktowizorem.\n\nA potem okazuje się, że ten gość używa mojej broni! To sprawi, że wszyscy pomyślą, że jestem facetem, który zaopatruje się w najprawdziwszą broń. Więc pomyślałem, że będziesz idealnym człowiekiem do tego małego wyczynu. Spraw, by ludzie bali się nawet odlać w nocy, a ja zorganizuję dla ciebie kilka moich nowych, gorących produktów. Pierwsza partia jest darmowa!", "6764174c86addd02bc033d68 failMessageText": "", - "6764174c86addd02bc033d68 successMessageText": "I shit you not, even my partners heard about it! You're gonna become a real legend with this Finnish lady by your side.", - "676418a60b9bcbe280972288": "Eliminate PMC operatives from over 40 meters away while using a bolt-action rifle with night or thermal scope", + "6764174c86addd02bc033d68 successMessageText": "Nie robię sobie jaj, nawet moi współpracownicy o tym słyszeli! Staniesz się prawdziwą legendą z tą fińską damą u boku.", + "676418a60b9bcbe280972288": "Zlikwiduj operatorów PMC z odległości ponad 40 metrów używając karabinu powtarzalnego z lunetą noktowizyjną lub termiczną", "6764174c86addd02bc033d68 acceptPlayerMessage": "", "6764174c86addd02bc033d68 declinePlayerMessage": "", "6764174c86addd02bc033d68 completePlayerMessage": "", - "676529af9c90953d090882e7 name": "Gunsmith - Old Friend's Request", - "676529af9c90953d090882e7 description": "Hello. Do you ever find yourself crossing paths with a classmate decades after high school and hardly recognizing them? Although, I'd likely shock some of the folks from my class myself.\n\nRecently, a certain guy from my school days reached out to me. After school, he went into the army, wanting to join the special forces... It was clear even then that he had a peculiar, uh, aptitude for that job.\n\nSomehow he found me here and asked me for a favor. He wants to remember his early years in basic training. I'm not a big fan of that sort of hospitality, plus I've got heaps of work to do. But let me put it this way: he was, um, very insistent. I don't need any more trouble, so I agreed to his deal, hoping you'd help me sort it all out.\n\nPeople say this kind of equipment used to be somewhat standard issue at his job: ORSIS T-5000, Vityaz and a Glock 17. All with the special mods, of course.\n\nThe rifle was equipped with an ATACR 7-35x56 34mm scope, Harris bipod, and a suppressor, I can't recall which exact one... Well, probably doesn't matter. Just get any suitable silencer, that'll work.\n\nFor Vityaz I need the Micro T-1 red dot with a spacer, Zenit RK-6 front grip and RK-3 pistol grip, PT-3 Klassika buttstock... I also need a PEQ-15, Klesch-2P flashlight, and, as you probably guessed, a suppressor, the standard Vityaz one.\n\nThe Glock is simple. You need to replace the barrel with the Double Diamond with their thread protector, add a Pachmayr Grip Glove, Klesch-2P flashlight, and a 21-round extendo mag. I think that's everything.", + "676529af9c90953d090882e7 name": "Rusznikarz – prośba starego przyjaciela", + "676529af9c90953d090882e7 description": "Dzień dobry. Czy kiedykolwiek zdarzyło ci się spotkać kolegę z klasy kilkadziesiąt lat po ukończeniu szkoły średniej i prawie go nie rozpoznać? Chociaż sam prawdopodobnie zszokowałbym niektórych ludzi z mojej klasy.\n\nNiedawno odezwał się do mnie pewien chłopak z czasów szkolnych. Po szkole poszedł do wojska, chcąc dołączyć do sił specjalnych… Już wtedy było jasne, że ma szczególne predyspozycje do tej pracy.\n\nW jakiś sposób znalazł mnie tutaj i poprosił o przysługę. Chce przypomnieć sobie swoje wczesne lata szkolenia podstawowego. Nie jestem wielkim fanem tego rodzaju gościnności, a poza tym mam mnóstwo pracy. Ale ujmę to tak: był, hm, bardzo natarczywy. Nie chcę więcej kłopotów, więc zgodziłem się na jego ofertę, mając nadzieję, że pomożesz mi to wszystko rozwiązać.\n\nLudzie mówią, że tego rodzaju sprzęt był kiedyś standardowym wyposażeniem w jego pracy: ORSIS T-5000, Witiaź i Glock. Wszystko oczywiście ze specjalnymi modyfikacjami.\n\nKarabin był wyposażony w lunetę ATACR 7-35x56 34 mm, dwójnóg Harris i tłumik, nie pamiętam, który dokładnie… Cóż, prawdopodobnie nie ma to znaczenia. Wystarczy jakikolwiek odpowiedni tłumik, który będzie działał.\n\nDo Witiazia potrzebuję red dot Micro T-1 z dystansem, chwyt przedni Zenit RK-6 i chwyt pistoletowy RK-3, kolbę PT-3 Klassika… Potrzebuję też PEQ-15, latarki Klesch-2P i, jak się pewnie domyślasz, odpowiedniego tłumika.\n\nGlock jest prosty. Trzeba wymienić lufę na Double Diamond z jej zabezpieczeniem gwintu, dodać Pachmayr Grip Glove i latarkę Klesch-2P. To chyba wszystko.", "676529af9c90953d090882e7 failMessageText": "", - "676529af9c90953d090882e7 successMessageText": "Alright, let me check the attachment list... Okay, my friend will be very pleased. \n\nIt's amazing that there's still room for some nostalgia in all of us, even if the conditions around us burn out all other emotions.", - "676529af9c90953d090882ea": "Modify a PP-19-01 to comply with the given specifications", - "676529e759261ce07bc47b62": "Modify a T-5000M to comply with the given specifications", - "67652a2f4f75e1a9543289ed": "Modify a Glock 17 to comply with the given specifications", + "676529af9c90953d090882e7 successMessageText": "Dobra, sprawdzę listę załączników… Dobrze, mój przyjaciel będzie bardzo zadowolony.\n\nTo niesamowite, że w każdym z nas jest jeszcze miejsce na odrobinę nostalgii, nawet jeśli otaczające nas warunki wypalają wszystkie inne emocje.", + "676529af9c90953d090882ea": "Zmodyfikuj PP-19-01 zgodnie z podaną specyfikacją", + "676529e759261ce07bc47b62": "Zmodyfikuj T-5000M zgodnie z podaną specyfikacją", + "67652a2f4f75e1a9543289ed": "Zmodyfikuj Glock 17 zgodnie z podaną specyfikacją", "676529af9c90953d090882e7 acceptPlayerMessage": "", "676529af9c90953d090882e7 declinePlayerMessage": "", "676529af9c90953d090882e7 completePlayerMessage": "", - "676c243577f0257dd50239e6 name": "The Price of Celebration", - "676c243577f0257dd50239e6 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes! Because of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now. Punish those \"dancers\"! Just don't put on their band yourself. Otherwise, I’ve got the guys involved too, and they might take you down in the chaos.", - "676c243577f0257dd50239e6 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "676c243577f0257dd50239e6 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "676c243577f0257dd50239e8": "Eliminate PMC operators while not wearing the Christmas armband", + "676c243577f0257dd50239e6 name": "Cena świętowania", + "676c243577f0257dd50239e6 description": "Możesz w to kurwa uwierzyć? Najpierw próbowali ukraść moje kanistry z benzyną, a teraz zbierają się przy choinkach bezpośrednio na trasach mojego gangu! Z tego powodu muszę zmienić plany i zorganizować inne trasy dla kurierów. Zamarzną na śmierć przez te wszystkie długie objazdy.\n\nNie zamierzam czekać, aż skończą świętować i pójdą do swoich dziur. To gówno musi się natychmiast skończyć. Ukaraj tych „tancerzy”! Tylko sam nie zakładaj ich opaski. W przeciwnym razie mam też innych zamiesznych chłopaków, którzy mogą cię załatwić w chaosie.", + "676c243577f0257dd50239e6 failMessageText": "Naprawdę myślałeś, że możesz zadzdierać z moimi ludźmi bez mojej wiedzy? To się nie uda, stary. Wypierdalaj stąd.", + "676c243577f0257dd50239e6 successMessageText": "Dobra robota, stary! Odzyskaliśmy już część tras.\n\nA ci miłośnicy świąt…\n\nMogli się domyślić, że cała ta ekscytacja i świętowanie tylko utrudniają biznes i marnują cenne zasoby. Więc dostali to, na co zasłużyli. Nigdy, kurwa, nie rozluźniaj swojej dupy w Tarkowie.", + "676c243577f0257dd50239e8": "Zlikwiduj operatorów PMC nie nosząc świątecznej\u00A0opaski", "676c243577f0257dd50239e6 acceptPlayerMessage": "", "676c243577f0257dd50239e6 declinePlayerMessage": "", "676c243577f0257dd50239e6 completePlayerMessage": "", - "676c243fb16f4b14b905e7f4 name": "This Is My Party", - "676c243fb16f4b14b905e7f4 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "676c243fb16f4b14b905e7f4 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "676c243fb16f4b14b905e7f4 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "676c243fb16f4b14b905e7f6": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "676c243fb16f4b14b905e7f4 name": "To moja impreza", + "676c243fb16f4b14b905e7f4 description": "Nie sądziłem, że zawołam cię ponownie w tym roku, ale potrzebuję twojej pomocy. Ludzie naprawdę pokochali nasz „Korowód”, powinniśmy to powtórzyć.\n\nZ wyjątkiem tego, że jakiś dupek zwraca się przeciwko nam, zwracając naszych żołnierzy przeciwko nam. Oni też są operatorami PMC, ale nie noszą naszych opasek.\n\nWiesz, że postępujemy słusznie. Musimy uratować uroczystość i odciągnąć tych dupków od naszego Korowodu. Zastrzelić każdego, kto zbliży się do drzew bez opaski. Nikt nie będzie przeszkadzał ludziom w spełnianiu dobrych uczynków.", + "676c243fb16f4b14b905e7f4 failMessageText": "Po tym wszystkim, co zrobiłeś… Jak mogłeś?\n\nWygląda na to, że gówno się nauczyłeś z tego, co ci powiedziałem.", + "676c243fb16f4b14b905e7f4 successMessageText": "Misja zakończona? Dobra robota, wojowniku! \n\nTeraz pozwolą nam świętować Boże Narodzenie w spokoju. Powiedz mi, kim trzeba być, żeby nie kochać tego rodzaju świętowania?", + "676c243fb16f4b14b905e7f6": "Zlikwiduj operatorów PMC bez świątecznej opaski w trybie Korowodu", "676c243fb16f4b14b905e7f4 acceptPlayerMessage": "", "676c243fb16f4b14b905e7f4 declinePlayerMessage": "", "676c243fb16f4b14b905e7f4 completePlayerMessage": "", - "67a09636b8725511260bc421 name": "Shady Contractor", - "67a09636b8725511260bc421 description": "Hey. You may be aware that TerraGroup's aggressive expansion in Tarkov has raised quite a few questions in its time, no doubt? Back then, they were buying out properties and companies left and right in the Norvinsk region, and some of the deals were clearly shady in nature...\n\nTerraGroup has had a particularly interesting contractor, a company called Knossos. Officially they build amusement parks, playgrounds, and other family entertainment venues. But tell me, what possible connection can TerraGroup's scientific research and playgrounds have?\n\nThat's exactly why this smells fishy to me. Knossos could be hiding TerraGroup documents or equipment. Yet to know for certain, we'd have to examine their facilities. And to do that, we'd have to find some kind of record... Knossos definitely had managers overseeing the facilities. You should check out the vehicles in the city center and look for any internal records there.", + "67a09636b8725511260bc421 name": "Śliski Kontrahent", + "67a09636b8725511260bc421 description": "Hej. Pewnie słyszałeś, że agresywna ekspansja TerraGroup w Tarkowie postawiła wiele znaków zapytania w swoim czasie? W tamtych czasach wykupywali nieruchomości i firmy na lewo i prawo w Norwińsku, a niektóre z tych transakcji były co najmniej szemrane...\n\nTerraGroup miała jednego szczególnie ciekawego kontrahenta, firmę o nazwie Knossos. Oficjalnie budowali parki, place zabaw i inne miejsca rozrywki rodzinnej. Ale powidz mi, co mogą mieć wspólnego badania naukowe TerraGroup z placami zabaw?\n\nI właśnie dlatego coś tu śmierdzi. Knossos może ukrywać dokumenty albo sprzęt TerraGroup. Nie wiem jeszcze na pewno, trzeba by najpierw zbadać ich obiekty. Ale żeby to zrobić, potrzbujemy jakiejś dokumentacji, dowodów... Knossos na pewno miało managerów nadzorujących ich obiekty. Powinieneś sprawdzić pojazdy w centrum miasta i poszukać tam jakichś ich wewnętrznych zapisków.", "67a09636b8725511260bc421 failMessageText": "", - "67a09636b8725511260bc421 successMessageText": "A manager's diary, huh? Even though it's not official documentation, there might be something useful in there. I'll get back to you in a bit, right now I need to examine these records carefully.", - "67a0a91f4681b4e43d13892b": "Locate the Knossos LLC senior manager's car on Ground Zero", - "67a0ab610345d81cb3cbb24c": "Locate and obtain the manager's diary", - "67a0ab83359e2d00cf9d6b06": "Hand over the diary", + "67a09636b8725511260bc421 successMessageText": "Dziennik managera, hm? Nawet jeśli to nie jest oficjalna dokumentacja, w środku może być coś przydatnego. Odezwę się w tej sprawie za jakiś czas do ciebie, na razie muszę to dokładnie przeczytać.", + "67a0a91f4681b4e43d13892b": "Znajdź samochód głównego managera Knossos LLC w Strefie Zero", + "67a0ab610345d81cb3cbb24c": "Znajdź i oddaj dziennik managera", + "67a0ab83359e2d00cf9d6b06": "Przekaż dziennik", "67a09636b8725511260bc421 acceptPlayerMessage": "", "67a09636b8725511260bc421 declinePlayerMessage": "", "67a09636b8725511260bc421 completePlayerMessage": "", - "67a0964e972c11a3f507731b name": "Needle in a Haystack", - "67a0964e972c11a3f507731b description": "You're just in time! I have studied the manager's diary and prepared for you a list of facilities that appear most often in the records. You need to investigate all of these locations. \n\nSo far, I can't tell what exactly to look for. Maybe you'll find equipment or other traces of TerraGroup around there. Focus on these locations and look around.", + "67a0964e972c11a3f507731b name": "Igła w stogu siana", + "67a0964e972c11a3f507731b description": "W samą porę! Przeczytałem dziennik tego managera i zrobiłem ci listę najczęściej pojawiających się tam placówek. Musisz sprawdzić wszystkie te lokacje.\n\nJak na razie nie umiem stwierdzić, czego dokładnie masz szukać. Może jakiś sprzęt albo inne ślady po TerraGroup. Skup się na tych lokacjach i poszperaj dookoła.", "67a0964e972c11a3f507731b failMessageText": "", - "67a0964e972c11a3f507731b successMessageText": "Really, nothing at all? Perhaps it really is just a coincidence... I'll have to think about it and check my sources again.", - "67a0bc81fcbc1c559d09b58f": "Investigate the courtyard park by TerraGroup HQ on Ground Zero", - "67a0bc83182c4b0c71edd0ce": "Investigate the kart track on Interchange", - "67a0bc84f19d5b1120a55762": "Investigate the children's playground on Interchange", - "67a0bc87c60a93d7a3f28b23": "Investigate the children's playground by Concordia on Streets of Tarkov", - "67a0bc8848d9d2cbd274ffd9": "Investigate the coast-side construction site on Shoreline", - "67a0bc8ab12fe4b1baa60e4c": "Investigate the children's playground by the Health Resort on Shoreline", + "67a0964e972c11a3f507731b successMessageText": "Serio, zupełnie nic? Może to wszystko to tylko zbieg okoliczności... Muszę to przemyśleć i jeszcze raz sprawdzić moje źródła.", + "67a0bc81fcbc1c559d09b58f": "Sprawdź park przed budynkiem TerraGroup HQ w Strefie Zero", + "67a0bc83182c4b0c71edd0ce": "Sprawdź tor gokartów na Węźle Drogowym", + "67a0bc84f19d5b1120a55762": "Sprawdź plac zabaw dla dzieci na Węźle Drogowym", + "67a0bc87c60a93d7a3f28b23": "Sprawdź plac zabaw przy kompleksie Concordia na Ulicach Tarkowa", + "67a0bc8848d9d2cbd274ffd9": "Sprawdź przybrzeżny plac budowy na Wybrzeżu", + "67a0bc8ab12fe4b1baa60e4c": "Sprawdź plac zabaw przy resorcie na Wybrzeżu", "67a0964e972c11a3f507731b acceptPlayerMessage": "", "67a0964e972c11a3f507731b declinePlayerMessage": "", "67a0964e972c11a3f507731b completePlayerMessage": "", - "67a096577e86e067eb045733 name": "Hidden Layer", - "67a096577e86e067eb045733 description": "You know, I've thought it over again and I'm definitely positive there's a hidden layer to TerraGroup's connection with Knossos. Granted, we don't know what they were hiding yet, but that just means we haven't searched hard enough. We need to double-check everything again.\n\nTry to examine the Knossos facilities from the list again, you can also check out the adjacent buildings. Although last time my advice didn't lead you to a proper result... This time, you'd better trust your skills and intuition. Maybe we'll get lucky this way.", + "67a096577e86e067eb045733 name": "Ukryte dno", + "67a096577e86e067eb045733 description": "Wiesz, myślałem o tym na okrągło i jestem przekonany, że jest jakieś ukryte dno w powiązaniach TerraGroup z Knossos. Oczywiście, jeszcze nie wiemy, co ukrywali, ale to tylko znaczy, że nie zagłębiliśmy się dostatecznie w ten temat. Musimy wszystko sprawdzić jeszcze raz.\n\nSpróbuj znowu przeszukać te obiekty Knossos z listy, może też budynki obok. Chociaż ostatnim razem moje porady nie przyniosły oczekiwanego rezultatu... Może tym razem zaufaj swojej intuicji i umiejętnościom. Może nam się poszczęści.", "67a096577e86e067eb045733 failMessageText": "", - "67a096577e86e067eb045733 successMessageText": "Why didn't I think of that before? Knossos didn't purchase the whole territory of Azure Coast, but only the basements under it! That's why I thought this playground was our target.\n\nA door like this is unlikely to be accessed with a regular TerraGroup keycard. Considering they, meaning TerraGroup specifically, disguised that place as a Knossos facility, the keycard to access it should probably also have a suitable design.\n\nI'll try to find out more about these keycards and secure access to them, but it will take a considerable amount of time. If you don't wanna wait, try to find some other useful information, or better yet, the keycards themselves.", - "67a0bf7103442ae640dba835": "Locate a good lead related to Knossos LLC", - "67a0d4f554021b3adef76c42": "Locate and obtain the Knossos LLC facility key", - "67a0d50b04d3f4b66ede1e3a": "Find a way inside the Knossos LLC facility", - "67dbdd4d6a2e4b8e002b647d": "Find a way inside the Knossos LLC facility", - "67dbdd819d8208bb2082480e": "Locate and obtain the Knossos LLC facility key", + "67a096577e86e067eb045733 successMessageText": "Czemu wcześniej o tym nie pomyślałem? Knossos nie wykupiło całego terytorium Lazurowego Wybrzeża, tylko jego piwnice! Dlatego myślałem, że ten plac zabaw to nasz cel.\n\nTakie drzwi nie wyglądają na dostępne dzięki zwykłej karcie TerraGroup. Biorąc pod uwagę to, że oni, mianowicie TerraGroup, zamaskowali to miejsce jako placówkę Knossos, karta dostępu do niego pewnie będzie podobnie oznaczona. \n\nSpróbuję dowiedzieć się czegoś więcej o tych kartach i bezpiecznym dostępie do nich, ale trochę to potrwa. Jak nie chcesz czekać, spróbuj się czegoś sam dowiedzieć, a najlepiej to jakbyś te karty znalazł.", + "67a0bf7103442ae640dba835": "Znajdź dobry trop związany z Knossos LLC", + "67a0d4f554021b3adef76c42": "Znajdź i zdobądź klucz do placówki Knossos LLC", + "67a0d50b04d3f4b66ede1e3a": "Znajdź sposób na dostanie się do placówki Knossos LLC", + "67dbdd4d6a2e4b8e002b647d": "Znajdź sposób na dostanie się do placówki Knossos LLC", + "67dbdd819d8208bb2082480e": "Znajdź i zdobądź klucz do placówki Knossos LLC", "67a096577e86e067eb045733 acceptPlayerMessage": "", "67a096577e86e067eb045733 declinePlayerMessage": "", "67a096577e86e067eb045733 completePlayerMessage": "", @@ -27902,140 +28191,160 @@ "67a0966005d1611ed90be758 acceptPlayerMessage": "", "67a0966005d1611ed90be758 declinePlayerMessage": "", "67a0966005d1611ed90be758 completePlayerMessage": "", - "67a0966817e34930e500754c name": "Forced Alliance", - "67a0966817e34930e500754c description": "Been waiting for you. I don't know about your own search, but I think I found a way to get the keycards. Apparently, Sanitar had access to the basement beneath the health resort. That alone proves my hunch about Knossos' ties to TerraGroup.\n\nBut right now, we need to find the keycards. I can't help you with that, but Therapist definitely has Sanitar's contacts. I've already reached out to her, and she's willing to help. I believe that the trail we've found is more important than our conflicting viewpoints.\n\nHowever, if you can find another way to get the keycards without having to deal with Sanitar, I'll wish you luck.", + "67a0966817e34930e500754c name": "Przymusowy sojusz", + "67a0966817e34930e500754c description": "Czekałem na ciebie. Nie wiem, jak tobie poszło, ale ja chyba znalazłem sposób na zdobycie tych kart dostępu. Okazuje się, że Sanitar miał dostęp do piwnic pod resortem. To samo w sobie potwierdza moje przypuszczenia o powiązaniach pomiędzy TerraGroup i Knossos. \n\nNa ten moment musimy znaleźć te karty. Nie pomogę ci z tym, ale Terapeutka na bank ma kontakty Sanitara. Odezwałem się już do niej i zgodziła się pomóc. Wierzę, że ten trop jest ważniejszy niż jakiekolwiek animozje między nami.\n\nJeśli jednak uda ci się znaleźć inny sposób na zdobycie tych kart bez konieczności użerania się z Sanitarem, będę trzymał za ciebie kciuki.", "67a0966817e34930e500754c failMessageText": "", - "67a0966817e34930e500754c successMessageText": "Excellent, now we have access to this facility. There's no time to lose. The rumor of the health resort cellars and the keycards has already spread throughout the city, and you may very well have competition on your tail. Gotta hurry up.", + "67a0966817e34930e500754c successMessageText": "Doskonale, mamy dostęp to placówki. Nie ma czasu do stracenia. Pogłoski o piwnicy resortu i kartach dostępu już się rozniosły po mieście i bardzo prawdopodobne, że będziesz miał konkurencję na ogonie. Musimy się spieszyć.", "67a0d8f2db972857cd90d9c0": "Assist Therapist with her investigation", - "67dfa35c8c11bf33774c38a3": "Find a way to get behind the Health Resort bunker door on Shoreline", - "67e11d97f2b4ba8761d0861b": "Assist Therapist with her investigation", - "67e17995c7204639f43caf60": "Assist Therapist with her investigation", + "67dfa35c8c11bf33774c38a3": "Znajdź sposób na przejście przez drzwi bunkra w resorcie na Wybrzeżu", + "67e11d97f2b4ba8761d0861b": "Pomóż Terapeutce w jej śledztwie", + "67e17995c7204639f43caf60": "Pomóż Terapeutce w jej śledztwie", "67e41d4e9f783e8f4b234a1b": "Find a way to get behind the Health Resort bunker door on Shoreline", "67a0966817e34930e500754c acceptPlayerMessage": "", "67a0966817e34930e500754c declinePlayerMessage": "", "67a0966817e34930e500754c completePlayerMessage": "", - "67a09673972c11a3f507731d name": "The Tarkov Butcher", - "67a09673972c11a3f507731d description": "Greetings. Yes, Sergei told me that you're looking for the keycards to the health resort basement. I have no idea what is down there, but one of my colleagues visits there somewhat often. Perhaps it is one of the places where he might store valuable equipment... It's hardly anything important if he agrees to give you the keycards. Obviously, it wouldn't be for free.\n\nYou may have heard stories about a certain, um, criminal operating out of the central city district? The first rumors of the Tarkov Butcher date back to the Contract Wars. However, some of my patients say that he still haunts the streets... \n\nA colleague of mine has taken an interest in this matter and is looking for traces of this “butcher”. For the greater good, naturally. Such a dangerous individual is not simple to track down, therefore we must understand his motives and goals, no matter how much they diverge from human values. \n\nWe were able to obtain a criminal case file from the local police department. According to this, the “butcher” worked as a driver for a meat packing plant here in the city limits. The bodies of the victims were found in refrigerator trucks used to transport frozen meat... But as the conflict escalated, the case was abandoned.\n\nNow, you have all the details. If you can find anything to help my colleague's research, he will hand you the keycards to that basement.", + "67a09673972c11a3f507731d name": "Rzeźnik Tarkowa", + "67a09673972c11a3f507731d description": "Czołem. Tak, Sergei wspominał, że szukasz kart dostępu do piwnicy resortu. Nie mam pojęcia, co tam jest, ale jeden z moich kolegów dosyć często tam bywa. Może to jedno z miejsc, w których trzyma wartościowy sprzęt... Na pewno nic ważnego, jeśli zgadza się dać ci karty. Wiadomo, nie za darmo.\n\nMogłeś słyszeć historie o pewnym, uhm, kryminaliście, operującym w centrum miasta? Pierwsze plotki o Rzeźniku Tarkowa pojawiły się jeszcze w czasie Wojen Kontraktowych. Jednakże, niektórzy z moich pacjentów mówią, że wciąż nawiedza ulice...\n\nMój znajomy zainteresował się tą sprawą i szuka śladów tego \"rzeźnika\". Dla większego dodra, oczywiście. Kogoś tak niebezpiecznego nie jest jednak łatwo wytropić, dlatego musimy lepiej zrozumieć jego cele i motywacje, bez względu na to jak odległe są od ludzkich wartości.\n\nUdało nam się zdobyć akta policyjne z lokalnego posterunku. Według nich, \"rzeźnik\" pracował jako kierowca dla zakłądu przetwórstwa mięsnego tu w mieście. Ciała jego ofiar znaleziono w cięzarówkach z chłodniami do przewozu mięsa... Ale w miarę jak konflikt w rejonie eskalował, policja porzuciła tę sprawę.\n\nTeraz wiesz tyle co ja. Jeśli uda ci się znaleźć coś co pomoze mojemu koledze w zbieraniu informacji, w zamian dostaniesz od niego karty dostępu do tej piwnicy.", "67a09673972c11a3f507731d failMessageText": "", - "67a09673972c11a3f507731d successMessageText": "Did he seriously transport the bodies of his victims along with the meat, which then went to the store shelves? That is appalling. The fact that you found this substance used by the maniac will help my colleague make progress on the... evidence file on this case.\n\nHere are your keycards, I already received them. Along with them, I was asked to tell you to watch your step when visiting the basement. Apparently the cellars have deteriorated over the years.", - "67a0d92a6cf4a5745d0bc94f": "Locate and obtain the chemical container on Ground Zero", - "67a0d9b0771af75e83c19178": "Stash the container inside the ambulance car by the cottages on Shoreline", + "67a09673972c11a3f507731d successMessageText": "Czy on naprawdę przewoził ciała swoich ofiar razem z mięsem, które potem trafiało na półki sklepowe? Obrzydliwe. Ale fakt, że znalazłeś substancję, której używał ten psychol, pomoże mojemu koledze w postępach przy zbieraniu... dowodów w tej sprawie.", + "67a0d92a6cf4a5745d0bc94f": "Znajdź i zdobądź pojemnik z chemikaliami w Strefie Zero", + "67a0d9b0771af75e83c19178": "Umieść kontener w karetce przy willach na Wybrzeżu", "67a09673972c11a3f507731d acceptPlayerMessage": "", "67a09673972c11a3f507731d declinePlayerMessage": "", "67a09673972c11a3f507731d completePlayerMessage": "", - "67a0967c003a9986cb0f5ac1 name": "Sensory Analysis - Part 1", - "67a0967c003a9986cb0f5ac1 description": "Hello my brother! Okay, okay, not so loud, I'm hung over as shit. Don't know how the BTR guy's still driving after last night. The engine is surely screeching louder than fucking generators!\n\nBy the way, you came at a really good time, almost like you knew I'm gonna need help. So, about the meeting we had yesterday. I have a moonshine supplier, he makes legit good stuff! We've been working together for six months now, everything was fine. And now, customers started complaining that I was selling them fake stuff. So, I had to check the product quality, and no one in our region knows as much about liquor as the BTR driver.\n\nSo I invited him over for... let's call it sampling, hehe. And there he was, saying that no one starts with hard hitters right off the bat, he needed a warm-up. Then another. Then another... So after all that, I checked the moonshine in the morning, and we didn't even open it!\n\nLong story short, the driver didn't finish the job. I'm not gonna live through this kind of sampling party a second time, so I'll let him taste everything by himself. Can you pass him this bottle? Don't lose it, alright?", + "67a0967c003a9986cb0f5ac1 name": "Analiza sensoryczna - część 1", + "67a0967c003a9986cb0f5ac1 description": "Witaj bracie! Okej, okej, nie tak głośno, mam kaca jak skurwysyn. Nie mam pojęcia jak ten typ z BTRy siedzi za kółkiem po wczorajszym. Ten silnik warczy głośniej niż te zasrane generatory!\n\nPrzy okazji, przychodzisz w samą porę, jakbyś wiedział, że potrzebuję pomocy. Dobra, co do wczorajszego spotkania. Miałem bimber z meliny, gość robi doskonały! Pracujemy razem już od sześciu miesięcy, wszystko super. I nagle klienci zaczęli narzekać, że sprzedają im jakieś tanie gówno. No to musiałem sprawdzić jakość produktu, a nikt nie wie w naszym rejonie więcej o wódce niż kierowca BTRy. \n\nNo to zaprosiłem go na... nazwijmy to delektacją, hehe. A on na to, że hola hola, nie zaczyna się od ciężkiego kalibru, trzeba rozgrzewki. A potem następnej. I następnej... Jak sprawdziłem rano bimber, to nawet go nie otworzyliśmy!\n\nW skrócie, kierowca nie dokończył roboty. Drugi raz takiej degustacji nie przeżyję, to niech teraz sam próbuje. Przekażesz mu tę butelkę? Nie zgub jej, dobra?", "67a0967c003a9986cb0f5ac1 failMessageText": "", - "67a0967c003a9986cb0f5ac1 successMessageText": "So, did'ya deliver the bottle? Huh? Man, this driver guy's such a prick. I love him! Hey, easy there, man, I get it. Listen, some things just shouldn't be talked about right off the bat, the Labyrinth is one of them.\n\nI have to consider all the risks that come with this info, so sit tight for a little while.", - "67b89ab86d4d6fd2c26b22a0": "Hand over a Bottle of Fierce Hatchling moonshine to BTR driver", - "67dc294d681db91b2fa3b279": "Hand over the Bottle of Fierce Hatchling moonshine to BTR driver", - "67dc35a55ec6148bf565204d": "Go to the Woods or Streets of Tarkov location with Moonshine", - "67dc3861d5c0070b960c1bba": "Obtain the item: Bottle of Fierce Hatchling moonshine", - "67dc393c6089aa48050efa02": "Go to Woods or Streets of Tarkov", + "67a0967c003a9986cb0f5ac1 successMessageText": "I jak, dostarczyłeś butelkę? Hę? Stary, ten kierowca to taki chujek. Kocham go! Ej, spokojnie, spokojnie, czaję. Słuchaj, o niektórych rzeczach nie mówi się tak od razu, Labirynt to jedna z nich.", + "67b89ab86d4d6fd2c26b22a0": "Oddaj butelkę bimbru \"Dziki hatchling\" kierowcy BTR.", + "67dc294d681db91b2fa3b279": "Oddaj butelkę bimbru \"Dziki hatchling\" kierowcy BTR.", + "67dc35a55ec6148bf565204d": "Udaj się do lokacji Las lub Ulice Tarkowa z bimbrem", + "67dc3861d5c0070b960c1bba": "Zdobądź przedmiot: butelka bimbru \"Dziki hatchling\"", + "67dc393c6089aa48050efa02": "Udaj się do lokacji Las lub Ulice Tarkowa", "67a0967c003a9986cb0f5ac1 acceptPlayerMessage": "", "67a0967c003a9986cb0f5ac1 declinePlayerMessage": "", "67a0967c003a9986cb0f5ac1 completePlayerMessage": "", - "67a096ed77dd677f600804ba name": "Sensory Analysis - Part 2", - "67a096ed77dd677f600804ba description": "I miscalculated my abilities yesterday at a friendly get-together. Don't worry, we've sailed in worse storms than this. One time I was so wasted I couldn't find the gearbox in this thing. So I tied my hand to the lever with a bandage! Inventiveness is the main principle for a machinist!\n\nRagman needed to check some goods, and I'm a veteran in this field. Except I can't remember, for the life of me, whether we finally got to his test sample or not. Well, whatever. If it's so important, we can get together again. Such an evening is a sin not to do again, I know you'd like it too!\n\nBut still, if you need to visit Ragman, ask him about the moonshine, I promised I'd help him. And now I don't even know if I did help him or not.", + "67a096ed77dd677f600804ba name": "Analiza sensoryczna - część 2", + "67a096ed77dd677f600804ba description": "Przeceniłem swoje umiejętności wczoraj na małej posiadówce. Nie martw się, żeglowaliśmy już przez bardziej wzburzone wody. Raz byłem tak najebany, że nie mogłem znaleźć w tym gównie skrzyni biegów. To przywiązałem rękę do lewarka bandażem! Pomysłowość to najważniejsza rzecz u maszynisty!\n\nRagman potrzebował sprawdzić jakiś towar, a ja jestem zaprawiony w tym temacie. Tylko za cholerę nie pamiętam czy udało nam się koniec końców przetestowac akurat tę konkretną próbkę. A, chuj z tym. Jak to takie ważne, to się znowu spotkamy. Taki cudowny wieczór, grzechem byłoby nie powtórzyć, pewnie też byś chętnie dołączył!\n\nNo ale jeśli będziesz odwiedzał Ragmana, zapytaj go o bimber, obiecałem, że mu pomogę. A teraz nie wiem czy to zrobiłem.", "67a096ed77dd677f600804ba failMessageText": "", - "67a096ed77dd677f600804ba successMessageText": "Are you sure this is it? Okay, I can smell it, that's definitely the one! \n\nRagman told me about the health resort's cellars yesterday, I even had to fucking get him wasted so we could finally change the subject. Anyway, there was a Soviet bomb shelter under the health resort, and Ref was going to organize a new arena there, for VIP audiences. I think it also involved Tagilla somehow... No, it was something else...\n\nAnyway, for this arena, Ref organized a big gear acquisition from Ragman, everything was almost ready. And then our host guy suddenly backed out. Why? Who the fuck knows.\n\nRagman was really upset that the idea had fallen through. But he'd already delivered some of the gear, and he definitely used those keycards you're looking for. You better ask him yourself, I don't remember much from yesterday. Thanks for the drink, by the way.", - "67a0da26a3b8d254347b8634": "Hand over a Bottle of Fierce Hatchling moonshine", - "67a096ed77dd677f600804ba acceptPlayerMessage": "You didn't make it to the \"test sample\" yesterday. Here, Ragman asked me to give it to you so that you could test it yourself.", + "67a096ed77dd677f600804ba successMessageText": "Jesteś pewien, że to ta? Dobra, czuję tę woń, to na pewno ta!\n\nRagman mówił mi wczoraj o piwnicach w resorcie, musiałem go kurwa upić, żeby przestał o tym pieprzyć. W każdym razie, pod resortem był stary sowiecki schron przeciwbombowy, Ref miał tam zrobić nową arenę, taką dla publiczności VIP. Tagilla miał w to być jakoś zamieszany... A nie, to co innego było...\n\nW każdym razie, na potrzeby tej areny, Ref zorganizował masę zaopatrzenia u Ragmana, wszystko dopięte na ostatni guzik. I nagle nasz gospodarz się wycofał. Czemu? Kto go tam kurwa wie.\n\nRagman się wkurwił, że pomysł upadł. Ale już dostarczył część sprzętu i na bank użył do tego tych kart, których szukasz. Najlepiej sam go zapytaj, nie pamiętam zbyt wiele z wczoraj. Przy okazji dzięki za bimberek mordeczko.", + "67a0da26a3b8d254347b8634": "Oddaj butelkę bimbru \"Dziki hatchling\"", + "67a096ed77dd677f600804ba acceptPlayerMessage": "Nie dotarłeś na wczorajszą \"degustację\". Trzymaj, Ragman prosił, żeby ci to dać, żebyś mógł sam sprawdzić jak smakuje.", "67a096ed77dd677f600804ba declinePlayerMessage": "", - "67a096ed77dd677f600804ba completePlayerMessage": "By the way, I wanted to ask you: have you heard anything about the facility under the health resort and the keycards to access it?", - "67a096f605d1611ed90be75a name": "Hot Zone", - "67a096f605d1611ed90be75a description": "Okie-dokie, so I took some time to think about the Labyrinth and your interest in it. Things have cooled off, so I might be able to help you out. Maybe we can find some mutual benefits along the way, eh? But first, I need you to help me with a specific order. For the kind of information I'm about to give you, it's a real bargain!\n\nI've got two shipments that are sitting on hold right now. One is waiting at Customs, the other at the military base. My couriers were really badly received there. I lost one group, and from the second one, only half of them came back. The fuckers took almost all the goods! Things are too hot in those areas for my courier guys.\n\nThe PMC pricks really took a liking to those places or something. It's either camping snipers, some ushanka-wearing psychos with shotguns, or fucking \"grenadiers\" in the military bunkers. Thing is, this order is big and important for me, I can't let it go to waste.\n\nYou have good experience in this kind of work. Maybe not in one go, but I'm sure you'll do everything perfectly. And while you're at it, I'll arrange everything for your Labyrinth business! Here's the gear that survived the ambushes. Take it right away, it'll be less work later.\n\nStash the rigs at the gas station near the road on Customs, and the plates on the roof of the military base's workshop with, uh, a black knight symbol, whatever that means.", + "67a096ed77dd677f600804ba completePlayerMessage": "Przy okazji, chciałem cię zapytać, słyszałeś coś o placówce pod resortem i kartach dostępu do niej?", + "67a096f605d1611ed90be75a name": "Gorąca strefa", + "67a096f605d1611ed90be75a description": "Dobra, pomyślałem trochę o Labiryncie i twoim zainteresowaniu tematem. Trochę się uspokoiło ostatnio, także może będę mógł ci pomóc. Może znajdziemy po drodze jakieś wspólne korzyści, co? Ale najpierw potrzebuję twojej pomocy z konkretnym zamówienie. Ale za informacje, jakie ode mnie dostaniesz, to w zasadzie dla ciebie pół darmo!\n\nMam dwie dostawy oczekujące. Jedna w Składzie Celnym, druga w bazie wojskowej. Moi kurierzy nie byli tam mile widziani. Straciłem jedną grupę, z drugiej wróciła tylko połowa. Skurwiele zajebali prawie cały towar! Dla moich kurierów w tych rejonach jest za gorąco.\n\nTe chuje PMCki naprawdę sobie te miejscówki upodobali czy coś. Albo snajperzy kampią, albo psychole w uszankach łażą ze strzelbami, albo jebani granaciarze w bunkrach. Problem w tym, że to dla mnie ważne zamówienie, nie może się zmarnować.\n\nMasz spore doświadczenie w tego rodzaju pracy. Może nie za jednym razem, ale na pewno dasz radę to ogarnąć. A w czasie gdy będziesz to ogarniał, ja przygotuję twoją wycieczkę do Labiryntu. Tu jest sprzęt, który przetrwał zasadzki. Weź go teraz, będzie mniej roboty potem.\n\nSchowaj kamizelki na stacji benzynowej przy ulicy w Składzie Celnym, a płyty na dachu warsztatu w bazie wojskowej, tego z czarnym skoczkiem, cokolwiek to znaczy.", "67a096f605d1611ed90be75a failMessageText": "", - "67a096f605d1611ed90be75a successMessageText": "Never doubted you, brotherman! Alright, time to do my part. One day, Ref came to me with an idea for a big project. He found these cellars under Azure Coast, he even had investors already. Even back then I already thought that somebody out there really liked the chaos we had going on here a little too much.\n\nEverything went as planned, we agreed on deliveries and drop-off points. He even had a name for the new Arena format: you guessed it, \"The Labyrinth\"! I don't know what it had to do with these cellars. So, after that, Ref suddenly canceled everything, said that it wasn't up to him, and disappeared from the radar for a while.\n\nIt was hard to give up such a good deal. However, I still have those keycards, I even wanted to stop by sometime to see the arena with my own eyes. There's not many of them, but for you, I'll make a good deal. No haggling though!", - "67b880086630950141bf71ee": "Stash the Zulu Nylon Gear M4 RSCR chest rigs at the new gas station on Customs", - "67b88020f3c5f1e3e6eb1f83": "Stash the class 4 ballistic plates on the roof of the specified repair workshop on Reserve", + "67a096f605d1611ed90be75a successMessageText": "Ani chwili w ciebie nie wątpiłem bratku! Dobra, moja kolej. Któregoś dnia Ref do mnie przyszedł z pomysłem na duży projekt. Znalazł piwnice pod Lazurowym Wybrzeżem, nawet inwestorów już miał. Już wtedy myślałem, że komuś za bardzo się podoba ten chaos, który tu mamy.\n\nWszystko szło zgodnie z planem, umówiliśmy się z dostawami i miejscami odbioru. Miał nawet nazwę dla nowego formatu Areny: tak, zgadłeś, \"Labirynt\"! Nie wiem co to miało wspólnego z tymi piwnicami. Ale nagle Ref wszystko anulował, powiedział, że to nie jego decyzja i stracił się na jakiś czas.\n\nCiężko było się poożagnać z tak intratnym interesem. Na szczęście zostały mi jeszcze te karty, nawet myślałem, żeby tam wpaść kiedyś, zobaczyć na własne oczy tę arenę. Nie ma ich dużo, ale dla ciebie za pół darmo. Tylko bez targowania!", + "67b880086630950141bf71ee": "Schowaj kamizelki taktyczne Zulu Nylon Gear M4 Reduced Signature na nowej stacji benzynowej w Składzie Celnym", + "67b88020f3c5f1e3e6eb1f83": "Schowaj płyty balistyczne klasy 4 na dachu wyznaczonego warsztatu na Rezerwach", "67a096f605d1611ed90be75a acceptPlayerMessage": "", "67a096f605d1611ed90be75a declinePlayerMessage": "", "67a096f605d1611ed90be75a completePlayerMessage": "", - "67a096fe972c11a3f5077321 name": "Competition Protection", - "67a096fe972c11a3f5077321 description": "Hello, gladiator! I hear you're interested in those health resort cellars. I'll be honest, the idea was a good one, I might even revisit it later... But at this moment, it's not the right time for the Labyrinth. So I'm not gonna tell you anything about it, sorry.\n\nIf you want to go to the entry site on your own and rummage through the garbage left there, I won't stop you. But without the access keycard, you can't get inside the Labyrinth. That's where our interests align. One of my gladiators has been getting a little starstruck lately. He thinks that nobody can beat his arena performance, and wants to up his salary. Even took to blackmailing me, the bastard! However, it's not profitable to just outright take him out of the fights.\n\nI want to show him that there are no indispensable people, and to do that, we need to make some noise in the Arena. Hopefully that'll bring this guy to his senses. You're a capable fighter, and I'll make you a fair deal: if you can get on the Arena's best gladiator ranks, I'll help you with the keycards to the Labyrinth. You up for it?", + "67a096fe972c11a3f5077321 name": "Ochrona konkurencji", + "67a096fe972c11a3f5077321 description": "Witaj gladiatorze! Słyszałem, że interesują cię te piwnice w resorcie. Będę z tobą szczery, pomysł był niezły, może nawet kiedyś do niego wrócę... Ale na ten moment, to nie jest czas na Labirynt. Także nic ci o nim nie powiem, sorry.\n\nJeśli chcesz iść do wejścia i samemu pogrzebać w śmieciach, nie będę cię zatrzymywał. Ale bez karty dostępu nie wejdziesz do Labiryntu. I tu nasze interesy się zbliżają. Jednemu z moich wojowników ostatnio sodówka odjebała. Mysli, że nikt nie pobije jego wyniku na arenie i chce podwyżki. Nawet zaczął mnie szantażować, skurwiel! Ale wycofanie go z walk nikomu się nie opłaci.\n\nChcę mu pokazać, że nie ma ludzi niezastąpionych, żeby tego dokonać, musimy zrobić trochę rabanu na Arenie. Mam nadzieję, że to go usadzi na dupie. Jesteś zdolnym wojownikiem i mam dla ciebie uczciwą propozycję: jeśli uda ci się wbić w ranking najlepszy gladiatorów na Arenie, pomogę ci z kartami do Labiryntu. Wchodzisz w to?", "67a096fe972c11a3f5077321 failMessageText": "", - "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", - "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a096fe972c11a3f5077321 successMessageText": "Okazałeś się prawdziwym czarnym koniem... Wyniki przechodzą wszelkie oczekiwania. Nie każdy dałby radę to zrobić. \n\nOtworzę ci jedną z tych skrytek z kartami. Ale miej na uwadze, że to naprawdę wyjątkowy przedmiot, więc nie oddam ci go za darmo.\n\nI jeszcze jedno. Arena nagradza najlepszych wojowników, a w tobie widać potencjał. Jak się znudzisz grzebaniem w ruinach i będziesz chciał prawdziwej chwały, wiesz, gdzie mnie znaleźć.", + "67a0db1217cd5fe7e5a2e36e": "Wyeliminuj przeciwników w dowolnym trybie gry w Arenie", + "67a0dbaf93ac1717d296be98": "Zdobądź przynajmniej 3cie miejsce w dowolnym trybie gry w Arenie", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", - "67a0970744893b9f3f0d9b68 name": "Offensive Reconnaissance", - "67a0970744893b9f3f0d9b68 description": "You got the keycard? Perfect. Judging by how much everyone's interested in these cellars, you and I are on a truly important trail. There could be a TerraGroup warehouse or another lab that's been sealed there ever since the evacuation! We don't have time to waste.\n\nFirst we need to search these premises and figure out what the purpose of the facility is. TerraGroup would not be so eager to hide it if what is going on inside corresponds to their company's public profile. Try to memorize everything you see: the structure of the premises, equipment, tools, markings or other symbols... Every detail counts.\n\nI'll wait for your return and set up my surveillance system to track any information about the health resort. If anyone finds more than we do, I'll see it.", + "67a0970744893b9f3f0d9b68 name": "Ofensywny rekonesans", + "67a0970744893b9f3f0d9b68 description": "Masz kartę? Doskonale. Sądząc po zainteresowaniu wszystkich tymi piwnicami, ty i ja jesteśmy na naprawdę ważnym tropie. Tam może być jakiś ukryty magazyn TerraGroup albo kolejne laboratorium, zamknięte od czasu ewakuacji! Nie ma czasu do stracenia.\n\nNajpierw musimy przeszukać otoczenie i dojść do tego, jaki jest cel tej placówki. TerraGroup nie ukrywałaby tego miejsca tak pilnie, gdyby było w zgodzie z ich publicznym wizerunkiem. Postaraj się zapamiętać wszystko co się da: struktury, wymiary, ekwipunek, narzędzia, oznaczenia, symbole... Każdy szczegół ma znaczenie.\n\nZaczekam aż wrócisz i skonfiguruję mój system obserwacji tak, żeby śledził wszystkie informacje o resorcie. Jeśli ktokolwiek dowie się więcej niż my, zobaczę to.", "67a0970744893b9f3f0d9b68 failMessageText": "", - "67a0970744893b9f3f0d9b68 successMessageText": "An old bunker? Yes, there was one mentioned in the archives, an old Soviet shelter. Thing is, it was closed down about twenty years ago due to some kind of technical failure. Looks like Knossos restored it to working order. But why would TerraGroup need an abandoned bomb shelter? \n\nUm, hang on. I'm picking up a signal from my interception network. An encrypted message that seems to be coming straight from these cellars... Give me a minute.", - "67a0dc6bf47ca0fde27cf1f7": "Find out what is behind the Health Resort bunker door on Shoreline", - "67a0dc94a4d798e79853f2eb": "Obtain the Labrys access keycard", - "67dbe0f532ff08bfa13237a8": "Find out what is behind the Health Resort bunker door on Shoreline", + "67a0970744893b9f3f0d9b68 successMessageText": "Stary bunkier? Tak, były o nim jakieś wspominki w archiwach, stary sowiecki schron. Tylko problem w tym, że zamknęli go jakieś dwadzieścia lat temu, jakaś awaria techniczna. Wygląda na to, że Knossos przywróciło go do stanu używalności. Ale po co TerraGroup opuszczony schron przeciwbombowy?\n\nUhm, czekaj no. Łapię sygnał z mojej sieci obserwacyjnej. Zaszyfrowana wiadomość, która wydaje się dochodzić z tych piwnic... Daj mi chwilę.", + "67a0dc6bf47ca0fde27cf1f7": "Dowiedz się co jest za drzwiami bunkra w resorcie na Wybrzeżu", + "67a0dc94a4d798e79853f2eb": "Zdobądź kartę dostępu Labrys", + "67dbe0f532ff08bfa13237a8": "Dowiedz się co jest za drzwiami bunkra w resorcie na Wybrzeżu", "67a0970744893b9f3f0d9b68 acceptPlayerMessage": "", "67a0970744893b9f3f0d9b68 declinePlayerMessage": "", "67a0970744893b9f3f0d9b68 completePlayerMessage": "", - "67a0970f05d1611ed90be75d name": "Hypotheses Testing", - "67a0970f05d1611ed90be75d description": "I was able to decipher the signal. It's old and very faint, apparently the bunker completely blocked it until you opened the doors. For some reason, the message is on loop, but this doesn't mean anything, the equipment inside could have been damaged for a while. Besides, we still don't know what the TerraGroup team was doing in there.\n\nThe message says that the facility still contains materials and data that fall under the first priority of evacuation. Moreover, it mentions reports of experiments conducted at the site. This is astonishing, we couldn't have found a better time to discover something as valuable as this!\n\nKnowing more and more people are finding out about these cellars every day, it means that soon the traders and other PMCs will want to explore the area we've discovered. Perhaps even Lightkeeper will be interested... I need those documents mentioned in the signal. Whatever you can find, please bring them to me as soon as you can.", + "67a0970f05d1611ed90be75d name": "Sprawdzanie hipotezy", + "67a0970f05d1611ed90be75d description": "Udało mi się rozszyfrować ten sygnał. Jest stary i bardzo słaby, okazuje się, że bunkier go blokował do momentu, w którym otworzyłeś drzwi. Z jakiegoś powodu ta wiadomość jest zapętlona, ale to nic nie znaczy, sprzęt w środku mógł być uszkodzony przez jakiś czas. Poza tym, dalej nie wiemy, co TerraGroup tam robiła.\n\nWiadomość mówi, że placówka wciąż zawiera materiały i dane, które podpadają pod priorytetową ewakuację. Co więcej, wspomina o sprawozdaniach z eksperymentów, które tam przeprowadzano. To jest oszałamiające, nie mogliśmy znaleźć czegoś tak cennego w lepszym momencie!\n\nWiedząc, że coraz więcej ludzi dowiaduje się o tych piwnicach z dnia na dzień, wkrótce handlarze i reszta PMCków będą chcieli sprawdzić ten teren, który odkryliśmy. Może nawet Latarnik będzie zainteresowany... Potrzebuję dokumentów, o których mówi ta wiadomość. COkolwiek znajdziesz, przynies mi to jak najszybciej.", "67a0970f05d1611ed90be75d failMessageText": "", - "67a0970f05d1611ed90be75d successMessageText": "Well done. The data is fragmented, but still extremely useful. The health resort's basements have changed a lot since the disaster began, but at some point in time, they were definitely used as a testing ground for some kind of weapon... An experimental EW or hacking device, maybe. This remains to be determined.\n\nI can already see that some of the measurements and experiments will be very useful in their own right. So your labors were definitely not in vain. Thank you.", - "67a0dce6c7627dac621fd539": "Locate the lab area with the prototype weapon inside The Labyrinth", - "67a0dcf4ff6f74931359b9f9": "Hand over the found in raid item: Labrys research notes", - "67dbe16ece16a02860ed9d33": "Locate the lab area with the prototype weapon inside The Labyrinth", + "67a0970f05d1611ed90be75d successMessageText": "Świetna robota. Dane są poszatkowane, ale i tak bardzo się przydadzą. Piwnice resortu bardzo się zmieniły od początku tego cyrku, ale w którymś momencie na pewno były używane jako miejsce testów jakiegoś rodzaju broni... Jakaś eksperymentalna broń elektroniczna albo urządzenie do hakowania. Trzeba to ustalić.\n\nJuż mogę stwierdzić, że niektóre pomiary i eksperymenty będą przydatne same w sobie. Także twoje trudy nie poszły na marne. Dziękuję.", + "67a0dce6c7627dac621fd539": "Znajdź laboratorium, z prototypową bronią w Labiryncie", + "67a0dcf4ff6f74931359b9f9": "Oddaj przedmiot znaleziony w rajdzie: notatki badawcze Labrys", + "67dbe16ece16a02860ed9d33": "Znajdź laboratorium, z prototypową bronią w Labiryncie", "67a0970f05d1611ed90be75d acceptPlayerMessage": "", "67a0970f05d1611ed90be75d declinePlayerMessage": "", "67a0970f05d1611ed90be75d completePlayerMessage": "", - "67a09724972c11a3f5077324 name": "Confidential Info", - "67a09724972c11a3f5077324 description": "Greetings, my friend. According to my information, you've gained access to one of TerraGroup's abandoned facilities. We've witnessed many times what happens when dangerous developments fall into the hands of unqualified people. Our partners are very concerned about what happened in Tarkov after that outbreak in the Laboratory.\n\nThere's no way we're going to let this crisis happen again. That's why I have a high-priority assignment for you. I need to retrieve a storage device containing sensitive information from that facility. The details are highly classified. The client can trace an independent attempt to read the data and cancel the contract, so please do not even attempt it.\n\nIn addition to the storage device, I was told that there is also a maintenance room on the site, the client has said that it should look like a workshop. It must be destroyed or at least damaged. But be careful with the explosives: we don't want you perishing with the storage device.", + "67a09724972c11a3f5077324 name": "Tajne informacje", + "67a09724972c11a3f5077324 description": "Witaj przyjacielu. Według moich informacji udało ci się uzyskać dostęp do jednej z opuszczonych placówek TerraGroup. Wiele razy byliśmy świadkami tego, co się dzieje, gdy niebezpieczne technologie wpadają w niewykwalifikowane ręce. Nasi partnerzy są mocno zmartwieni tym, co się dzieje w Tarkowie po wybuchu epidemii w Laboratorium.\n\nNie ma możliwości, że pozwolimy, żeby to się wydarzyło ponownie. Dlatego mam dla ciebie priorytetowe zadanie. Potrzebuję odzyskać urządzenie z wrażliwymi danymi z tej placówki. Szczegóły są ściśle tajne. Klient jest w stanie stwierdzić zdalnie czy została podjęta próba odczytu i anulować zlecenie, więc ani mi się waż.\n\nPonadto, zostałem poinformowany, że w placówce znajduje się pomieszczenie techniczne, według klienta przypominające warsztat. Musi zostać zniszczone, a przynajmniej uszkodzone. Ale ostrożnie z materiałami wybuchowymi: nie chcemy, żebyś poległ wraz z danymi.", "67a09724972c11a3f5077324 failMessageText": "", - "67a09724972c11a3f5077324 successMessageText": "Great job, my friend! My partner especially appreciates your respect for privacy and requested a proper reward for you.", - "67a0dd7a2519959b187db47f": "Locate and obtain the special storage module inside The Labyrinth", - "67a0dda1370e2f877a6c8531": "Hand over the found information", - "67a0de2750fdff39d267ea16": "Plant a hand grenade in the assembly workshop inside The Labyrinth", + "67a09724972c11a3f5077324 successMessageText": "Świetna robota przyjacielu! Mój partner wyjątkowo docenia twoje uszanowanie dla jego prywatności i poprosił o odpowiednią nagrodę dla ciebie.", + "67a0dd7a2519959b187db47f": "Znajdź i zdobądź specjalne urządzenie z danymi w Labiryncie", + "67a0dda1370e2f877a6c8531": "Oddaj znalezione informacje", + "67a0de2750fdff39d267ea16": "Podłóż granat odłamkowy w warsztacie w Labiryncie", "67a09724972c11a3f5077324 acceptPlayerMessage": "", "67a09724972c11a3f5077324 declinePlayerMessage": "", "67a09724972c11a3f5077324 completePlayerMessage": "", - "67a0972e77dd677f600804bd name": "This Tape Sucks", - "67a0972e77dd677f600804bd description": "Hello again. I received a patient who was recently wounded in the resort cellars and barely escaped from this monster in a bull mask... Obvious mental trauma, perhaps more than one. But besides the stories about this Minotaur, the patient also mentioned many confinement and even torture chambers.\n\nYou surely recognize the unacceptable nature of such human confinement, even under wartime conditions, so I am counting on your cooperation. We must get to the bottom of what is or was going on in these cellars. \n\nExplore those jail rooms and try to uncover any information or evidence that will help us find out who is responsible for what happened. And most importantly, what was the purpose of all these \"experiments\".", + "67a0972e77dd677f600804bd name": "Ta taśma ssie", + "67a0972e77dd677f600804bd description": "Witaj ponownie. Miałam ostatnio pacjenta, który został ciężko ranny w piwnicach resortu i ledwo uciekł przed tym potworem w masce byka... Oczywista trauma psychiczna, może nawet coś poważniejszego. Ale poza historiami o tym Minotaurze pacjent wspomniał o wielu celach i miejscach tortur.\n\nZ pewnością rozumiesz, że takie miejsce jest nie do zaakceptowania, nawet w czasie wojny, więc liczę na twoją współpracę. Musimy zgłębić ten problem i odkryć co dokładnie tam się działo.\n\nPrzeszukaj te cele więzienne i spróbuj znaleźć informacje lub dowody, które pomogą nam ustalić kto jest za to odpowiedzialny. I co najważniejsze, jaki był cel tych \"eksperymentów\".", "67a0972e77dd677f600804bd failMessageText": "", - "67a0972e77dd677f600804bd successMessageText": "A video tape... You haven't watched it yet, have you? Now I know what is happening. I was wrong before.\n\nThe resort was one of the evacuation points when it all started, and its cellars could have been used for, uh, different purposes... The situation wasn't so severe yet at that time, and they tried to isolate the deceased bodies from crowded places.\n\nThis tape is definitely not a cause for concern... However, I would refrain from visiting these cellars if I were you. Ventilation in bomb shelters has always been a weak point, and humidity only contributes to possible intoxication...", - "67a0de6954c67082e9148328": "Locate the torture room inside The Labyrinth", - "67a0de84e8e35296a13500c8": "Locate and obtain any evidence of torture", - "67a0de9190545ec5612fdda5": "Hand over the found information", + "67a0972e77dd677f600804bd successMessageText": "Taśma wideo... Obejrzałeś ją już? Teraz wiem, co się dzieje. Myliłam się wcześniej.\n\nResort był jednym z punktów ewakuacyjnych, gdy to wszystko się zaczęło i jego cele mogły być używane z różnych powodów... Sytuacja nie była wtedy jeszcze tak poważna i może chcieli oddzielić zwłoki od zatłoczonych miejsc.\n\nTa kaseta na pewno nie jest powodem do zmartwień... Powstrzymałabym się jednak przed odwiedzaniem tych piwnic na twoim miejscu. Wentylacja to zawsze był słaby punkt takich bunkrów a wilgotność tylko zwiększa ryzyko zakażenia...", + "67a0de6954c67082e9148328": "Zlokalizuj pokój tortur w Labiryncie", + "67a0de84e8e35296a13500c8": "Znajdź i zdobądź jakiekolwiek dowody torturowania", + "67a0de9190545ec5612fdda5": "Oddaj znalezione informacje", "67a0972e77dd677f600804bd acceptPlayerMessage": "", "67a0972e77dd677f600804bd declinePlayerMessage": "", "67a0972e77dd677f600804bd completePlayerMessage": "", - "67a097379f2068e74603c6ac name": "Indisputable Authority", - "67a097379f2068e74603c6ac description": "Oi, operator! There's a job for you, I don't want no tosser for this. Everyone's been checking out the dungeons under the resort, you ought to know about it by now. They say there's a bogeyman sitting there, safeguarding the whole territory, yelling like a madman and chasing everyone outta there. \nNobody can put him down!\n\nSome partners of mine have started asking questions, trying to drive down prices because of this situation. But let me tell you this: the key to authority is not to fuck up the opportunity. We need to act now, and we need to do it in a way that every little prick knows his place. So we gotta take this fucker down. If you do it in my name, so to speak, everyone will understand.\n\nYou've got the skills, so this \"Minotaur\" idiot won't be a problem for you. But still, better be careful, this bastard is no joke either.", + "67a097379f2068e74603c6ac name": "Niepodważalny autorytet", + "67a097379f2068e74603c6ac description": "Ej, operator! Jest robota dla ciebie, nie chcę frajerów do tego. Wszyscy sprawdzają ten loch pod resortem, pewnie już o tym wiesz. Mówią, że jakiś potwór tam siedzi i pilnuje tego miejsca, wrzeszczy jak szalony i goni wszystkich. Nikt go nie może zabić!\n\nNiektórzy z moich partnerów zaczęli zadawać niewygodne pytania, próbują zbijać ceny przez tę całą sytuację. Ale powiem ci jedno: kluczem do autorytetu jest nie spierdolić okazji. Musimy działać od razu i musimy to zrobić tak, żeby każdy chujek znał swoje miejsce. Musisz zabić tego skurwiela. jeśli zrobisz to w moim imieniu, że tak się wyrażę, wszyscy zrozumieją. \n\nUmiejętności masz, więc ten debil \"Minotaur\" nie będzie dla ciebie problemem. Ale i tak na siebie uważaj, żartów z nim nie ma.", "67a097379f2068e74603c6ac failMessageText": "", - "67a097379f2068e74603c6ac successMessageText": "I knew I bet on the right guy! So, all safe and sound, ye? Good for you, good for you... Word's already out about your feat, no one's gonna blabber any bullshit to me anymore.\n\nSurely a lasting impression. You helped my business today, so I won't disappoint you either. Here, all yours.", - "67a0df619fb6c42b9a08e8e9": "Locate and neutralize the \"Minotaur\" inside The Labyrinth", - "67a0df7f2cd4d4413cd29b45": "Eliminate the \"Minotaur's\" guards inside The Labyrinth", + "67a097379f2068e74603c6ac successMessageText": "Wiedziałem, że postawiłem na właściwego konia! I co, cały i zdrowy? Doskonale, doskonale... Słowo o twoim wyczynie już się rozeszło, nikt mi tu już nie będzie pierdolił. \n\nPrędko o tym nie zapomną. Pomogłeś dzisiaj mi i moim interesom, to i ja ciebie nie zawiodę. Trzymaj, wszystko twoje.", + "67a0df619fb6c42b9a08e8e9": "Znajdź i zneutralizuj \"Minotaura\" w Labiryncie", + "67a0df7f2cd4d4413cd29b45": "Wyeliminuj strażników \"Minotaura\" w Labiryncie", "67a097379f2068e74603c6ac acceptPlayerMessage": "", "67a097379f2068e74603c6ac declinePlayerMessage": "", "67a097379f2068e74603c6ac completePlayerMessage": "", - "67a0975992ad467b1906d468 name": "Vacate the Premises", - "67a0975992ad467b1906d468 description": "That whole health resort thing went massive, didn't it? Thing is, as I told you, I had business there with Ref, in those cellars. I used to think Ref took all the equipment outta there, but now it turns out there's still tons of tech still down there. So I figured, what's the harm in taking some of it?\n\nNah, you don't have to bring me those TVs and cameras, don't worry. Those need careful inspection and good packing. I got my own people for that. But I can't just send them out there right now! They're good with tech, but they're dogshit with guns. If a real professional, wink-wink, would make it down there and chase all the other mercs out of there, then we'd be in business.\n\nSo just when I thought of that, I remembered you, brother! You ready to help with a good cause? Obviously, if you do the job properly, I'll give you some goodies in return!", + "67a0975992ad467b1906d468 name": "Opuszczanie lokalu", + "67a0975992ad467b1906d468 description": "Ten cały cyrk z resortem to wielkie halo, co? Tylko widzisz, jak ci mówiłem, mam interesy z Refem w tych piwnicach. Myślałem, że Ref zabrał stamtąd cały sprzęt, ale okazuje się, że zostawił tak masę rzeczy. To sobie myślę, komu szkodzi, jak część z niego weźmiemy?\n\nNie, telewizorów i kamer nie potrzebuję, nie martw się. One potrzebują ostrożnej inspekcji i pakowania. Od tego mam swoich ludzi. Ale nie mogę ich tam ot tak teraz wysłać! Są dobrzy z techniką itede, ale chujowi z bronią. Jeśli prawdziwy profesjonalista, taki jak no na przykład ty, zszedłby tam najpierw i przegonił wszystkich innych najemników, wtedy jesteśmy ustawieni.\n\nI jak tylko mi to przyszło do głowy, od razu o tobie pomyślałem! Gotów pomóc w słusznej sprawie? Oczywiście jesli dobrze wykonasz robotę, dostaniesz dobre rzeczy w zamian!", "67a0975992ad467b1906d468 failMessageText": "", - "67a0975992ad467b1906d468 successMessageText": "Good thing I asked you to do this. Alrighty then, I'll pass it on to my guys. If we're lucky, we'll be swimming in tech sales for a long time. Here's your share, Ragman always rewards good deeds!", - "67a0e075445754a936be25b7": "Eliminate PMC operatives inside The Labyrinth", + "67a0975992ad467b1906d468 successMessageText": "Dobrze, że cię o to poprosiłem. Dobra, dam znać moim ludziom. Przy odrobinie szczęścia będziemy pływać w hajsie z tej sprzedaży przez długi czas. Tu twoja działka, Ragman zawsze nagradza dobre uczynki!", + "67a0e075445754a936be25b7": "Wyeliminuj operatorów PMC w Labiryncie", "67a0975992ad467b1906d468 acceptPlayerMessage": "", "67a0975992ad467b1906d468 declinePlayerMessage": "", "67a0975992ad467b1906d468 completePlayerMessage": "", - "67a09761e720611a6a01f288 name": "Keeper's Word", - "67a09761e720611a6a01f288 description": "I have a new job for you. Someone found a way into the cellars under the health resort. This is not a good set of circumstances for Tarkov. Excessive curiosity often ruins a man in peacetime, but in the present situation, the mistake of one will lead to the death of many.\n\nI know how to safeguard the bunker. You may not have yet met the wardens who watch the city at night. But they certainly have met you. And now I need you to leave a short message for them at the Knossos facility, with their instruments.\n\nHowever, just dropping these knives in the rubble won't be enough. You need places with meaning, so that the knife you stick in becomes a symbol of sorts. Which places should you choose? You'll figure it out on your own. And if you can't, why should I even work with you?", + "67a09761e720611a6a01f288 name": "Słowo opiekuna", + "67a09761e720611a6a01f288 description": "Mam dla ciebie nową robotę. Ktoś znalazł sposób na wejście to piwnic pod resortem. To nie jest dobry układ okoliczności dla Tarkowa. Nadmierna ciekawość potrafi zrujnować człowieka w czasach pokoju, ale w obecnej sytuacji błąd jednego może prowadzić do śmierci wielu.\n\nWiem jak zabezpieczyć bunkier. Może jeszcze nie poznałeś strażników, którzy pilnują miasta w nocy. Ale oni z pewnością poznali ciebie. A teraz potrzebuję, żebyś zostawił im krótką wiadomość w placówce Knossos, razem z ich sprzętem.\n\nTylko samo podłożenie noży w gruzie nie wystarczy. Musisz je ułożyć tak, aby miały znaczenie, żeby nóż, który tam wbijesz, stał się symbolem. Które miejsca powinieneś wybrać? Ogarniesz to sam. A jeśli nie, to po co ja z tobą w ogóle pracuję?", "67a09761e720611a6a01f288 failMessageText": "", - "67a09761e720611a6a01f288 successMessageText": "Perhaps now you've saved Tarkov from a new calamity that could have wiped the city off the face of the earth... before its time.\n\nYour reward is here. Oh, and one more thing. If I were you, I'd stop enquiring about those dungeons if you want to survive these troubled times.", - "67a0e4df8cddbe2df31dd1d9": "Stash a Cultist knife in the first special place inside The Labyrinth", - "67a0e4e399e34c9ffcdc6e00": "Stash a Cultist knife in the second special place inside The Labyrinth", - "67a0e4e64cb065811d95c6d9": "Stash a Cultist knife in the third special place inside The Labyrinth", - "67a09761e720611a6a01f288 acceptPlayerMessage": "I didn't think I'd be part of some ritual... Well, I'll figure it out when I get there.", + "67a09761e720611a6a01f288 successMessageText": "Być może teraz ocaliłeś Tarkow przed nową katastrofą, która mogła wymazać miasto z powierzchni ziemii... przed jego czasem\n\nTu jest twoja nagroda. Och, jeszcze jedno. Na twoim miejscu przestałbym wypytywać o te lochy, jeśli chcesz przeżyć te ciężkie czasy.", + "67a0e4df8cddbe2df31dd1d9": "Podłóż nóż Kultystów w pierwszym specjalnym miejscu w Labiryncie", + "67a0e4e399e34c9ffcdc6e00": "Podłóż nóż Kultystów w drugim specjalnym miejscu w Labiryncie", + "67a0e4e64cb065811d95c6d9": "Podłóż nóż Kultystów w trzecim specjalnym miejscu w Labiryncie", + "67a09761e720611a6a01f288 acceptPlayerMessage": "Nie sądziłem, że będę częścią jakiegoś rytuału... No cóż, ogarnę to, jak tam dotrę.", "67a09761e720611a6a01f288 declinePlayerMessage": "", - "67a09761e720611a6a01f288 completePlayerMessage": "It's done. Your friends are gonna love this.", - "67d03be712fb5f8fd2096332 name": "Vacate the Premises", - "67d03be712fb5f8fd2096332 description": "That whole health resort thing went massive, didn't it? Thing is, as I told you, I had business there with Ref, in those cellars. I used to think Ref took all the equipment outta there, but now it turns out there's still tons of tech still down there. So I figured, what's the harm in taking some of it?\n\nNah, you don't have to bring me those TVs and cameras, don't worry. Those need careful inspection and good packing. I got my own people for that. But I can't just send them out there right now! They're good with tech, but they're dogshit with guns. If a real professional, wink-wink, would make it down there and chase all the other guys out of there, then we'd be in business.\n\nSo just when I thought of that, I remembered you, brother! You ready to help with a good cause? Obviously, if you do the job properly, I'll give you some goodies in return!", + "67a09761e720611a6a01f288 completePlayerMessage": "Zrobione. Twoim kolegom się to spodoba.", + "67d03be712fb5f8fd2096332 name": "Opuszczanie lokalu", + "67d03be712fb5f8fd2096332 description": "Ten cały cyrk z resortem to wielkie halo, co? Tylko widzisz, jak ci mówiłem, mam interesy z Refem w tych piwnicach. Myślałem, że Ref zabrał stamtąd cały sprzęt, ale okazuje się, że zostawił tak masę rzeczy. To sobie myślę, komu szkodzi, jak część z niego weźmiemy?\n\nNie, telewizorów i kamer nie potrzebuję, nie martw się. One potrzebują ostrożnej inspekcji i pakowania. Od tego mam swoich ludzi. Ale nie mogę ich tam ot tak teraz wysłać! Są dobrzy z techniką itede, ale chujowi z bronią. Jeśli prawdziwy profesjonalista, taki jak no na przykład ty, zszedłby tam najpierw i przegonił wszystkich innych typów, wtedy jesteśmy ustawieni.\n\nI jak tylko mi to przyszło do głowy, od razu o tobie pomyślałem! Gotów pomóc w słusznej sprawie? Oczywiście jesli dobrze wykonasz robotę, dostaniesz dobre rzeczy w zamian!", "67d03be712fb5f8fd2096332 failMessageText": "", - "67d03be712fb5f8fd2096332 successMessageText": "Good thing I asked you to do this. Alrighty then, I'll pass it on to my guys. If we're lucky, we'll be swimming in tech sales for a long time. Here's your share, Ragman always rewards good deeds!", - "67d03be712fb5f8fd2096334": "Eliminate any target inside The Labyrinth", + "67d03be712fb5f8fd2096332 successMessageText": "Dobrze, że cię o to poprosiłem. Dobra, dam znać moim ludziom. Przy odrobinie szczęścia będziemy pływać w hajsie z tej sprzedaży przez długi czas. Tu twoja działka, Ragman zawsze nagradza dobre uczynki!", + "67d03be712fb5f8fd2096334": "Wyeliminuj dowolne cele w Labiryncie", "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Czysto, powiadasz? Dobra robota, żołnierzu.", @@ -28745,11 +29054,11 @@ "676094451fec2f7426093be6 name": "Bardziej prestiżowy", "676094451fec2f7426093be6 description": "Zdobądź 2. poziom prestiżu", "676094451fec2f7426093be6 successMessage": "", - "67a0e57117e34930e50075f3 name": "In Search of an Exit", - "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", + "67a0e57117e34930e50075f3 name": "W poszukiwaniu Wyjścia", + "67a0e57117e34930e50075f3 description": "Ukończ linię zadań w wydarzeniu Labirynt", "67a0e57117e34930e50075f3 successMessage": "", - "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 name": "Mistrz Lochu", + "67a0e57b972c11a3f50773b2 description": "Ukończ linię zadań w wydarzeniu Labirynt wraz ze wszystkimi misjami pobocznymi", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/po.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/po.json index e731c297..76910e6b 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/po.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/po.json @@ -205,10 +205,10 @@ "544fb6cc4bdc2d34748b456e Description": "Doce barra nutricional para uma refeição rápida. Bem balanceada em proteínas, fibras e vitaminas, mas um pouco exagerado em doçura.", "54527a984bdc2d4e668b4567 Name": "5.56x45mm M855", "54527a984bdc2d4e668b4567 ShortName": "M855", - "54527a984bdc2d4e668b4567 Description": "Um cartucho NATO M855 de 5.56x45mm com uma bala de 4 gramas com uma ponta penetradora de aço sobre um núcleo de chumbo com uma capa de cobre em uma caixa de latão. Este cartucho foi projetado na década de 1980 como o equivalente ao cartucho FN SS109 para o armamento de calibre 5.56x45mm NATO usado pelo Exército dos Estados Unidos. Graças ao seu design, a bala neste cartucho é capaz de perfurar equipamentos básicos de proteção balística, bem como certos equipamentos de proteção intermediários, no entanto, tem alta probabilidade de rebote em várias superfícies.", + "54527a984bdc2d4e668b4567 Description": "Uma munição NATO M855 de 5.56x45mm com uma bala de 4 gramas com uma ponta penetradora de aço sobre um núcleo de chumbo com uma capa de cobre em uma caixa de latão. Esta munição foi projetado na década de 1980 como o equivalente ao cartucho FN SS109 para o armamento de calibre 5.56x45mm NATO usado pelo Exército dos Estados Unidos. Graças ao seu design, a bala neste cartucho é capaz de perfurar equipamentos básicos de proteção balística, bem como certos equipamentos de proteção intermediários, no entanto, tem alta probabilidade de rebote em várias superfícies.", "54527ac44bdc2d36668b4567 Name": "5.56x45mm M855A1", "54527ac44bdc2d36668b4567 ShortName": "M855A1", - "54527ac44bdc2d36668b4567 Description": "Um cartucho OTAN M855A1 de 5.56x45mm com uma bala perfurante de armadura de 4 gramas com uma ponta penetradora de aço sobre um núcleo de liga de cobre com uma semi-revestimento de cobre em uma caixa de latão. Este cartucho foi projetado para melhorar as capacidades de penetração do cartucho 5.56x45mm NATO M855 do Exército dos Estados Unidos, sendo capaz de perfurar proteções balísticas de corpo básico e intermediário, porém, devido ao seu design, possui alta probabilidade de ricochete em várias superfícies.", + "54527ac44bdc2d36668b4567 Description": "Uma munição OTAN M855A1 de 5.56x45mm com uma bala perfurante de armadura de 4 gramas com uma ponta penetradora de aço sobre um núcleo de liga de cobre com uma semi-revestimento de cobre em uma caixa de latão. Esta munição foi projetado para melhorar as capacidades de penetração do cartucho 5.56x45mm NATO M855 do Exército dos Estados Unidos, sendo capaz de perfurar proteções balísticas de corpo básico e intermediário, porém, devido ao seu design, possui alta probabilidade de ricochete em várias superfícies.", "545cdae64bdc2d39198b4568 Name": "Mochila CamelBak Tri-Zip (Foliage)", "545cdae64bdc2d39198b4568 ShortName": "Tri-Zip", "545cdae64bdc2d39198b4568 Description": "Mochila de assalto versátil tamanho médio. Espaçosa, robusta e confortável, essa mochila é amada por militares e mochileiros de todo o mundo. Espaço total de 34L, sistema de hidratação, fácil acesso aos bolsos laterais, suspensão quase perfeita e sistema de anexo MOLLE faz dela uma ótima escolha para caminhadas autônomas de até 72 horas... ou para carregar uma boa quantidade de itens. ", @@ -256,7 +256,7 @@ "55801eed4bdc2d89578b4588 Description": "SV-98 é um rifle de precisão Russo desenvolvido em 1998-2000 por um grupo de engenheiros militares liderado por V. Stronskiy. Produzido em série pelo grupo IzhMash. É um rifle de ferrolho com alimentação por carregador, desenvolvido para ser eficaz em distâncias de até 1000m.", "5580223e4bdc2d1c128b457f Name": "Escopeta de cano duplo MP-43-1C", "5580223e4bdc2d1c128b457f ShortName": "МР43e", - "5580223e4bdc2d1c128b457f Description": "O sonho de um caçador. Uma clássica espingarda de cano duplo, simples e elegante, com ejetor seletivo de cartuchos. Alimentado com cartuchos 12ga.", + "5580223e4bdc2d1c128b457f Description": "O sonho de um caçador. Uma clássica espingarda de cano duplo, simples e elegante, com ejetor seletivo de munições. Alimentado com munições 12ga.", "558022b54bdc2dac148b458d Name": "Mira holográfica EOTech EXPS3", "558022b54bdc2dac148b458d ShortName": "EXPS3", "558022b54bdc2dac148b458d Description": "Mira holográfica EOTech EXPS3. Graças a características de seu design pode ser usada em uma grande variedade de armas, mesmo com miras não-dobráveis. Compatível com dispositivos de visão noturna por meio da modalidade reticular de NV. Utilizada por US SOCOM como uma mira para operações em espaços confinados.", @@ -355,10 +355,10 @@ "55d447bb4bdc2d892f8b456f Description": "Cano duplo de 725mm de comprimento calibre 12 para escopeta MP-43e-1s.", "55d448594bdc2d8c2f8b4569 Name": "Cano 610mm para escopeta MP-133 12ga", "55d448594bdc2d8c2f8b4569 ShortName": "MP-133 610mm 12ga", - "55d448594bdc2d8c2f8b4569 Description": "Cano produzido em serie para padrão MP-133, 610mm de comprimento para cartuchos 12ga.", + "55d448594bdc2d8c2f8b4569 Description": "Cano produzido em serie para padrão MP-133, 610mm de comprimento para munições 12ga.", "55d4491a4bdc2d882f8b456e Name": "Cano 510mm para escopeta MP-133 12ga", "55d4491a4bdc2d882f8b456e ShortName": "MP-133 510mm 12ga", - "55d4491a4bdc2d882f8b456e Description": "Cano padrão produzido em serie para MP-133, 510mm de comprimento para cartuchos 12ga.", + "55d4491a4bdc2d882f8b456e Description": "Cano padrão produzido em serie para MP-133, 510mm de comprimento para munições 12ga.", "55d449444bdc2d962f8b456d Name": "Cano 610mm para escopeta MP-133 12ga com protetor", "55d449444bdc2d962f8b456d ShortName": "MP-133 610mm 12ga", "55d449444bdc2d962f8b456d Description": "Cano padrão produzido em serie para MP-133, 610mm de comprimento para calibre de 12ga.", @@ -388,10 +388,10 @@ "55d4837c4bdc2d1d4e8b456c Description": "Carregador de 10 munições calibre 5.45x39 estilo Saiga 545, produzido para as versões civis da família AK. Produzido pela Izhmekh.", "55d484b44bdc2d1d4e8b456d Name": "Carregador de 6 munições MP-133 12ga", "55d484b44bdc2d1d4e8b456d ShortName": "MP-133x6", - "55d484b44bdc2d1d4e8b456d Description": "Tubo alimentador para escopeta MP-133 com capacidade para 6 cartuchos calibre 12ga. Produzido pela Izhmekh.", + "55d484b44bdc2d1d4e8b456d Description": "Tubo alimentador para escopeta MP-133 com capacidade para 6 munições calibre 12ga. Produzido pela Izhmekh.", "55d485804bdc2d8c2f8b456b Name": "Carregador de 8 munições MP-133 12ga", "55d485804bdc2d8c2f8b456b ShortName": "MP-133x8", - "55d485804bdc2d8c2f8b456b Description": "Tubo alimentador para escopeta MP-133 com capacidade para 8 cartuchos calibre 12ga. Produzido pela Izhmekh.", + "55d485804bdc2d8c2f8b456b Description": "Tubo alimentador para escopeta MP-133 com capacidade para 8 munições calibre 12ga. Produzido pela Izhmekh.", "55d485be4bdc2d962f8b456f Name": "Carregador de 84 munições de tambor PM/PPSH 9x18PM", "55d485be4bdc2d962f8b456f ShortName": "PM/PPSH", "55d485be4bdc2d962f8b456f Description": "Carregador improvisado de 84 balas para pistola PM. Primeiramente montado por um gênio desconhecido, combinando carregadores de pistola PM e PPSH em um projeto único para operações em espaços estreitos, com o auxílio de escudo balístico. Embora ele nunca tenha sido fabricado mesmo em pequena quantidade, pode ser criado facilmente desde que tenha os carregadores e mãos habilidosas.", @@ -436,31 +436,31 @@ "55f84c3c4bdc2d5f408b4576 Description": "O guarda-mão Daniel Defense RIS II 9.5 é parte do SOPMOD Block II, substitui as empunhaduras padrões M4CQBR ou Mk18 em missão SOCOM dos EUA. Feito com ligas de alumínio leve e durável. Equipado com 4 trilhos para instalação de dispositivos e acessórios adicionais. Esta opção de empunhadura é incompatível com М203 UBGL.", "560835c74bdc2dc8488b456f Name": "Cano 510mm para escopeta MP-133 12ga com trilho", "560835c74bdc2dc8488b456f ShortName": "MP-133 510mm 12ga", - "560835c74bdc2dc8488b456f Description": "Cano padrão produzido em série para MP-133, 510mm de comprimento para cartuchos de 12 ga, com trilho superior largo.", + "560835c74bdc2dc8488b456f Description": "Cano padrão produzido em série para MP-133, 510mm de comprimento para munições de 12 ga, com trilho superior largo.", "560836484bdc2d20478b456e Name": "Cano 540mm para escopeta MP-133 12ga", "560836484bdc2d20478b456e ShortName": "540mm MP-133", "560836484bdc2d20478b456e Description": "Cano padrão produzido em serie para MP-133, 540mm de comprimento para os reservatórios de 12ga.", "560836b64bdc2d57468b4567 Name": "Cano 540mm para escopeta МR-133 12g com trilho", "560836b64bdc2d57468b4567 ShortName": "540mm MP-133 12ga", - "560836b64bdc2d57468b4567 Description": "Cano padrão produzido em série para MP-133, 540mm de comprimento para cartuchos de 12 ga, com trilho superior larga.", + "560836b64bdc2d57468b4567 Description": "Cano padrão produzido em série para MP-133, 540mm de comprimento para munições de 12 ga, com trilho superior larga.", "560836fb4bdc2d773f8b4569 Name": "Cano 660mm para escopeta МR-133 12ga", "560836fb4bdc2d773f8b4569 ShortName": "660mm МR-133", - "560836fb4bdc2d773f8b4569 Description": "Cano padrão produzido em série para MP-133, 660mm de comprimento para cartuchos 12ga.", + "560836fb4bdc2d773f8b4569 Description": "Cano padrão produzido em série para MP-133, 660mm de comprimento para munições 12ga.", "560837154bdc2da74d8b4568 Name": "Cano 660mm para MP-133 escopeta 12ga com trilho", "560837154bdc2da74d8b4568 ShortName": "660mm MP-133 12ga", "560837154bdc2da74d8b4568 Description": "Cano padrão produzido em serie para MP-133, 660mm de comprimento para os reservatórios de 12ga.", "5608373c4bdc2dc8488b4570 Name": "Cano 710mm para escopeta MP-133 12ga", "5608373c4bdc2dc8488b4570 ShortName": "710mm MP-133", - "5608373c4bdc2dc8488b4570 Description": "Cano padrão produzido em série para MP-133, 710mm de comprimento para cartuchos de 12ga.", + "5608373c4bdc2dc8488b4570 Description": "Cano padrão produzido em série para MP-133, 710mm de comprimento para munições de 12ga.", "560837544bdc2de22e8b456e Name": "Cano 710mm para escopeta MP-133 12ga com trilho", "560837544bdc2de22e8b456e ShortName": "710mm MP-133 12ga", - "560837544bdc2de22e8b456e Description": "Cano padrão produzido em série para MP-133, 710mm de comprimento para cartuchos de 12 ga, com trilho superior largo.", + "560837544bdc2de22e8b456e Description": "Cano padrão produzido em série para MP-133, 710mm de comprimento para munições de 12 ga, com trilho superior largo.", "560837824bdc2d57468b4568 Name": "Cano 750mm para escopeta MP-133 12ga", "560837824bdc2d57468b4568 ShortName": "750mm MP-133", - "560837824bdc2d57468b4568 Description": "Cano padrão produzido em série para MP-133, 750mm de comprimento para cartuchos 12ga.", + "560837824bdc2d57468b4568 Description": "Cano padrão produzido em série para MP-133, 750mm de comprimento para munições 12ga.", "5608379a4bdc2d26448b4569 Name": "Cano 750mm para escopeta MP-133 12ga com trilho", "5608379a4bdc2d26448b4569 ShortName": "750mm MP-133 12ga", - "5608379a4bdc2d26448b4569 Description": "Cano padrão produzido em série para MP-133, 750mm de comprimento para cartuchos de 12 ga, com trilho superior largo.", + "5608379a4bdc2d26448b4569 Description": "Cano padrão produzido em série para MP-133, 750mm de comprimento para munições de 12 ga, com trilho superior largo.", "560838c94bdc2d77798b4569 Name": "Quebra chamas tático Remigton 12ga", "560838c94bdc2d77798b4569 ShortName": "RTC calibre 12", "560838c94bdc2d77798b4569 Description": "O quebra chamas tático Remington 12ga foi desenvolvido especificamente para uso em espingardas táticas e escopetas de autodefesa. Combina as propriedades do cilindro e quebra chamas.", @@ -484,13 +484,13 @@ "560d5e524bdc2d25448b4571 Description": "Chumbo grosso 12/70 para escopeta 12ga", "560d61e84bdc2da74d8b4571 Name": "7.62x54mm R SNB gzh", "560d61e84bdc2da74d8b4571 ShortName": "SNB", - "560d61e84bdc2da74d8b4571 Description": "Um cartucho 7.62x54mm R SNB gzh (GRAU Index - 7N14) com uma bala perfurante de blindagem de 9,8 gramas com um núcleo pontiagudo de aço reforçado a calor sobre uma base de chumbo com revestimento bimetálico, em uma caixa bimetálica. Este cartucho SNB (SNíperskiy s Bronebóynoy púley - \"Sniper with Armor-piercing bullet\") foi desenvolvido em meados da década de 1990 como uma modernização do cartucho 7.62x54mm R PS gzh para melhorar suas capacidades de penetração quando disparado de um sniper ou rifles de atirador designados, gerenciando a perfuração de proteções balísticas especializadas do corpo, além de fornecer um efeito significativo de poder de parada.", + "560d61e84bdc2da74d8b4571 Description": "Uma munição 7.62x54mm R SNB gzh (GRAU Index - 7N14) com uma bala perfurante de blindagem de 9,8 gramas com um núcleo pontiagudo de aço reforçado a calor sobre uma base de chumbo com revestimento bimetálico, em uma caixa bimetálica. Esta munição SNB (SNíperskiy s Bronebóynoy púley - \"Sniper with Armor-piercing bullet\") foi desenvolvido em meados da década de 1990 como uma modernização do cartucho 7.62x54mm R PS gzh para melhorar suas capacidades de penetração quando disparado de um sniper ou rifles de atirador designados, gerenciando a perfuração de proteções balísticas especializadas do corpo, além de fornecer um efeito significativo de poder de parada.", "560d657b4bdc2da74d8b4572 Name": "Lanterna Zenit 2P Klesch + designador laser", "560d657b4bdc2da74d8b4572 ShortName": "Klesch", "560d657b4bdc2da74d8b4572 Description": "Lanterna de LED \"2P Klesch + LCU\" produzida pela Zenith.", "560d75f54bdc2da74d8b4573 Name": "Pacote de munições 7.62x54mm R SNB gzh (20 un)", "560d75f54bdc2da74d8b4573 ShortName": "SNB 7.62x54 R", - "560d75f54bdc2da74d8b4573 Description": "Um pacote com 20 unidades da munição de SNB R 7.62x54.", + "560d75f54bdc2da74d8b4573 Description": "Um pacote com 20 unidades da munição 7.62x54R SNB.", "560e620e4bdc2d724b8b456b Name": "Quebra chamas para SV-98", "560e620e4bdc2d724b8b456b ShortName": "SV-98 STD", "560e620e4bdc2d724b8b456b Description": "Dispositivo de quebra chamas padrão para SV-98", @@ -574,7 +574,7 @@ "5649d9a14bdc2d79388b4580 Description": "Adaptador de alça de mira TT01, projetado pela Tactica Tula Company para a AK. Instalado no lugar da Alça original, ainda permite sua utilização se nenhuma mira alternativa estiver instalada.", "5649ed104bdc2d3d1c8b458b Name": "Pacote de munições 7.62x39mm PS gzh (20 un)", "5649ed104bdc2d3d1c8b458b ShortName": "PS 7.62x39", - "5649ed104bdc2d3d1c8b458b Description": "Pacote com 20 munições da munição 7.62x39 PS.", + "5649ed104bdc2d3d1c8b458b Description": "Pacote com 20 munições 7.62x39 PS gzh.", "564ca99c4bdc2d16268b4589 Name": "Carregador de 30 munições 6L20 calibre 5.45x39mm, para AK-74 e armas compatíveis", "564ca99c4bdc2d16268b4589 ShortName": "6L20", "564ca99c4bdc2d16268b4589 Description": "Carregador de baquelite da marca Izhmash, modelo 6L20, com capacidade de 30 munições calibre 5.45x39, para AK-74 e outros sistemas compatíveis.", @@ -586,7 +586,7 @@ "564caa3d4bdc2d17108b458e Description": "Dispositivo de quebra chamas tático e supressor TGP-A, fabricado pela Agência de R&D do estado \"Dispositivos especiais e comunicadores\" para rifles AK 5.45х39 e similares.", "5656d7c34bdc2d9d198b4587 Name": "7.62x39mm PS", "5656d7c34bdc2d9d198b4587 ShortName": "PS", - "5656d7c34bdc2d9d198b4587 Description": "Um cartucho de 7.62x39mm PS gzh (Índice GAU - 57-N-231) com uma bala de 7,9 gramas com um núcleo de aço temperado com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa bimetálica. O cartucho PS (Púlya so Stal'ným serdéchnikom - \"Bala com núcleo de aço\") foi introduzido em serviço em 1949 para o armamento soviético de calibre 7.62x39mm e, ao longo dos anos, sofreu inúmeras mudanças nos materiais usados para sua construção. Graças ao núcleo de aço temperado que este modelo possui, ele é capaz de perfurar as proteções básicas do corpo balístico, bem como alguns modelos intermediários, além de fornecer um efeito de poder de parada significativo, no entanto, possui uma alta probabilidade de ricochete em várias superfícies.", + "5656d7c34bdc2d9d198b4587 Description": "Uma munição de 7.62x39mm PS gzh (Índice GAU - 57-N-231) com uma bala de 7,9 gramas com um núcleo de aço temperado com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa bimetálica. O cartucho PS (Púlya so Stal'ným serdéchnikom - \"Bala com núcleo de aço\") foi introduzido em serviço em 1949 para o armamento soviético de calibre 7.62x39mm e, ao longo dos anos, sofreu inúmeras mudanças nos materiais usados para sua construção. Graças ao núcleo de aço temperado que este modelo possui, ele é capaz de perfurar as proteções básicas do corpo balístico, bem como alguns modelos intermediários, além de fornecer um efeito de poder de parada significativo, no entanto, possui uma alta probabilidade de ricochete em várias superfícies.", "5656eb674bdc2d35148b457c Name": "Granada 40mm VOG-25", "5656eb674bdc2d35148b457c ShortName": "VOG-25", "5656eb674bdc2d35148b457c Description": "Granada VOG 40mm de fragmentação para lança-granadas", @@ -616,7 +616,7 @@ "5671435f4bdc2d96058b4569 Description": "Item", "567143bf4bdc2d1a0f8b4567 Name": "Caixa de pistolas", "567143bf4bdc2d1a0f8b4567 ShortName": "Estojo", - "567143bf4bdc2d1a0f8b4567 Description": "O estojo para pistola e armazenamento de munição. Conta com um mecanismo de tranca confiável que requer uma chave.", + "567143bf4bdc2d1a0f8b4567 Description": "Um pequeno estojo para pistola e armazenamento de munição.", "5671446a4bdc2d97058b4569 Name": "Chave da caixa de pistolas", "5671446a4bdc2d97058b4569 ShortName": "Estojo pistola", "5671446a4bdc2d97058b4569 Description": "Em algum lugar, há um estojo de pistola esperando ser aberta por essa chave.", @@ -667,7 +667,7 @@ "56d59948d2720bb7418b4582 Description": "Carregador de 15 munições 9x19 para P226.", "56d59d3ad2720bdb418b4577 Name": "9x19mm Pst gzh", "56d59d3ad2720bdb418b4577 ShortName": "Pst gzh", - "56d59d3ad2720bdb418b4577 Description": "Um cartucho 9x19mm Parabellum Pst gzh (RG057, GRAU Index - 7N21) com uma bala de núcleo de aço reforçado termicamente de 5,4 gramas com semi-revestimento de duas camadas, um interior de polietileno e um exterior bimetálico, em uma caixa bimetálica. Este cartucho PS modificado (Púlya Stal'náya - \"Steel Bullet\") foi desenvolvido por TsNIITochMash no início dos anos 1990 com base no cartucho PS gzh \"SP10\" de 9x21mm para aumentar a capacidade de penetração das armas russas 9x19mm contra proteções balísticas básicas do corpo de até 50 metros, além de proporcionar melhor velocidade de saída.", + "56d59d3ad2720bdb418b4577 Description": "Uma munição 9x19mm Parabellum Pst gzh (RG057, GRAU Index - 7N21) com uma bala de núcleo de aço reforçado termicamente de 5,4 gramas com semi-revestimento de duas camadas, um interior de polietileno e um exterior bimetálico, em uma caixa bimetálica. Esta munição PS modificado (Púlya Stal'náya - \"Steel Bullet\") foi desenvolvido por TsNIITochMash no início dos anos 1990 com base no cartucho PS gzh \"SP10\" de 9x21mm para aumentar a capacidade de penetração das armas russas 9x19mm contra proteções balísticas básicas do corpo de até 50 metros, além de proporcionar melhor velocidade de saída.", "56d5a1f7d2720bb3418b456a Name": "Cano 112mm para P226 9x19", "56d5a1f7d2720bb3418b456a ShortName": "P226 112mm", "56d5a1f7d2720bb3418b456a Description": "Cano 112mm de comprimento padrão para P226.", @@ -688,7 +688,7 @@ "56dee2bdd2720bc8328b4567 Description": "Escopeta semi-automática de cano liso MP-153, produzida por Izhmekh. Uma arma confiável para caça ou defesa pessoal.", "56deec93d2720bec348b4568 Name": "Cano 750mm para a escopeta MP-153 12ga", "56deec93d2720bec348b4568 ShortName": "750mm MP-153 12ga", - "56deec93d2720bec348b4568 Description": "Cano 750mm de comprimento produzido em série para a escopeta MP-153, para cartuchos 12ga.", + "56deec93d2720bec348b4568 Description": "Cano 750mm de comprimento produzido em série para a escopeta MP-153, para munições 12ga.", "56deed6ed2720b4c698b4583 Name": "Guarda-mão de polímero Izhmash MP-153", "56deed6ed2720b4c698b4583 ShortName": "Polím.MP-153", "56deed6ed2720b4c698b4583 Description": "Coronha padrão em polímero fabricada pela Izhmekh para a escopeta MP-153.", @@ -697,7 +697,7 @@ "56deee15d2720bee328b4567 Description": "Tampa carregador para МP-153 12ga 30x25", "56deeefcd2720bc8328b4568 Name": "Carregador de 8 munições MP-153 12ga", "56deeefcd2720bc8328b4568 ShortName": "MP153x8", - "56deeefcd2720bc8328b4568 Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 8 cartuchos", + "56deeefcd2720bc8328b4568 Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 8 munições", "56def37dd2720bec348b456a Name": "Lanterna tática X400", "56def37dd2720bec348b456a ShortName": "X400", "56def37dd2720bec348b456a Description": "Lanterna para arma SureFire X400 que combina LED com laser vermelho.", @@ -706,34 +706,34 @@ "56dfef82d2720bbd668b4567 Description": "Cartucho 5.45x39mm BP gs (GRAU Index - 7N22) com uma bala perfurante de 3,7 gramas com núcleo de aço carbono endurecido com revestimento de chumbo na ponta e revestimento bimetálico, em caixa de aço. Esta bala BP (Bronebóynaya Púlya - \"Armor-piercing Bullet\") foi desenvolvida pela TsNIITochMash em 1998 com base no cartucho 5.45x39mm PP gs para melhorar seu design e capacidade de penetração, resultando em uma melhoria na perfuração de alguns modelos intermediários de proteção balística do corpo, no entanto, devido ao seu design, tem uma probabilidade significativa de ricochete em várias superfícies.", "56dff026d2720bb8668b4567 Name": "5.45x39mm BS gs", "56dff026d2720bb8668b4567 ShortName": "BS", - "56dff026d2720bb8668b4567 Description": "Um cartucho BS gs de 5.45x39mm (GRAU Index - 7N24) com uma bala perfurante de 4,1 gramas com um núcleo pontiagudo de carboneto de tungstênio sobre uma base de chumbo com revestimento bimetálico, em uma caixa de aço. Esta bala BS (Broneboynyy Serdechnik - \"Armor-piercing Core\") foi desenvolvida por TsNIITochMash em 1998 para aumentar consideravelmente as capacidades de penetração das armas russas de calibre 5.45x39mm, sendo capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer resultados excelentes contra alguns modelos de proteção especializados, apesar de ter uma velocidade de saída relativamente baixa em comparação com outros cartuchos. No entanto, devido ao seu design, tem uma alta probabilidade de ricochete em várias superfícies.", + "56dff026d2720bb8668b4567 Description": "Uma munição BS gs de 5.45x39mm (GRAU Index - 7N24) com uma bala perfurante de 4,1 gramas com um núcleo pontiagudo de carboneto de tungstênio sobre uma base de chumbo com revestimento bimetálico, em uma caixa de aço. Esta bala BS (Broneboynyy Serdechnik - \"Armor-piercing Core\") foi desenvolvida por TsNIITochMash em 1998 para aumentar consideravelmente as capacidades de penetração das armas russas de calibre 5.45x39mm, sendo capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer resultados excelentes contra alguns modelos de proteção especializados, apesar de ter uma velocidade de saída relativamente baixa em comparação com outras munições. No entanto, devido ao seu design, tem uma alta probabilidade de ricochete em várias superfícies.", "56dff061d2720bb5668b4567 Name": "5.45x39mm BT gs", "56dff061d2720bb5668b4567 ShortName": "BT", - "56dff061d2720bb5668b4567 Description": "Um cartucho BT gs de 5.45x39mm (GRAU Index - 7BT4) com uma bala traçante perfurante de armadura de 3,1 gramas com um núcleo de aço temperado com revestimento bimetálico, em uma caixa de aço; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta bala BT (Bronebóynaya Trassíruyushchaya - \"Armor-piercing Tracer\") é uma versão melhorada da usada no cartucho Tgs 5.45x39mm (Índice GRAU - 7T3), já que o núcleo de chumbo foi substituído por um de aço temperado, fornecendo armas de fogo automáticas com capacidade de penetração contra proteções balísticas básicas do corpo, bem como excelentes resultados contra modelos intermediários, no entanto, devido ao seu design, possui uma probabilidade significativa de ricochete em várias superfícies.", + "56dff061d2720bb5668b4567 Description": "Uma munição BT gs de 5.45x39mm (GRAU Index - 7BT4) com uma bala traçante perfurante de armadura de 3,1 gramas com um núcleo de aço temperado com revestimento bimetálico, em uma caixa de aço; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta bala BT (Bronebóynaya Trassíruyushchaya - \"Armor-piercing Tracer\") é uma versão melhorada da usada no cartucho Tgs 5.45x39mm (Índice GRAU - 7T3), já que o núcleo de chumbo foi substituído por um de aço temperado, fornecendo armas de fogo automáticas com capacidade de penetração contra proteções balísticas básicas do corpo, bem como excelentes resultados contra modelos intermediários, no entanto, devido ao seu design, possui uma probabilidade significativa de ricochete em várias superfícies.", "56dff0bed2720bb0668b4567 Name": "5.45x39mm FMJ", "56dff0bed2720bb0668b4567 ShortName": "FMJ", - "56dff0bed2720bb0668b4567 Description": "Um cartucho de 5.45x39mm com uma bala de revestimento de metal completo (FMJ) com núcleo de chumbo de 3,9 gramas em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. Apesar de seu design rudimentar, é capaz de perfurar a proteção balística básica do corpo, além de ter um efeito significativo de poder de parada.", + "56dff0bed2720bb0668b4567 Description": "Uma munição de 5.45x39mm com uma bala de revestimento de metal completo (FMJ) com núcleo de chumbo de 3,9 gramas em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. Apesar de seu design rudimentar, é capaz de perfurar a proteção balística básica do corpo, além de ter um efeito significativo de poder de parada.", "56dff216d2720bbd668b4568 Name": "5.45x39mm HP", "56dff216d2720bbd668b4568 ShortName": "HP", - "56dff216d2720bbd668b4568 Description": "Um cartucho de 5.45x39mm com uma bala de ponta oca (HP) com núcleo de chumbo de 3,6 gramas com uma semi-revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. A bala neste cartucho tem uma excelente energia de expansão e impacto que lhe confere excelentes efeitos de poder de parada, além de poder causar efeitos adversos substanciais no alvo após o impacto, tornando-o uma boa escolha para caça.", + "56dff216d2720bbd668b4568 Description": "Uma munição de 5.45x39mm com uma bala de ponta oca (HP) com núcleo de chumbo de 3,6 gramas com uma semi-revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. A bala neste cartucho tem uma excelente energia de expansão e impacto que lhe confere excelentes efeitos de poder de parada, além de poder causar efeitos adversos substanciais no alvo após o impacto, tornando-o uma boa escolha para caça.", "56dff2ced2720bb4668b4567 Name": "5.45x39mm PP gs", "56dff2ced2720bb4668b4567 ShortName": "PP gs", "56dff2ced2720bb4668b4567 Description": "Cartucho de 5.45x39mm PP gs (GRAU Index - 7N10) com uma bala de 3,5 gramas com núcleo de aço temperado com revestimento de chumbo na ponta e revestimento bimetálico, em caixa de aço. A bala PP (Povýshennoy Probiváyemosti - \"Increased Penetration\") foi projetada na década de 1990 como uma versão atualizada da usada no cartucho PS gs 5.45x39mm, pois foi escolhido um núcleo de aço temperado mais longo e mais estreito, permitindo que ele perfurasse proteções balísticas do corpo, bem como alguns modelos intermediários, porém, devido ao seu design, possui alta probabilidade de ricochete em várias superfícies.", "56dff338d2720bbd668b4569 Name": "5.45x39mm PRS gs", "56dff338d2720bbd668b4569 ShortName": "PRS", - "56dff338d2720bbd668b4569 Description": "Um cartucho PRS gs de 5.45x39mm com uma bala de núcleo de chumbo macio de 3,9 gramas com uma jaqueta bimetálica em uma caixa de aço. Esta bala PRS (Ponízhennoy Rikoshetíruyushchey Sposóbnosti - \"Reduced Ricochet Ability\") foi projetada no início dos anos 2000 para desmoronar e perder velocidade rapidamente ao atingir um objeto sólido, a fim de reduzir substancialmente os danos colaterais dos ricochetes durante as operações urbanas realizadas pelas agências policiais e grupos do Ministério da Administração Interna, conseguindo assim um considerável efeito de poder de parada no alvo ao custo da capacidade de penetração, mesmo contra proteção balística básica.", + "56dff338d2720bbd668b4569 Description": "Uma munição PRS gs de 5.45x39mm com uma bala de núcleo de chumbo macio de 3,9 gramas com uma jaqueta bimetálica em uma caixa de aço. Esta bala PRS (Ponízhennoy Rikoshetíruyushchey Sposóbnosti - \"Reduced Ricochet Ability\") foi projetada no início dos anos 2000 para desmoronar e perder velocidade rapidamente ao atingir um objeto sólido, a fim de reduzir substancialmente os danos colaterais dos ricochetes durante as operações urbanas realizadas pelas agências policiais e grupos do Ministério da Administração Interna, conseguindo assim um considerável efeito de poder de parada no alvo ao custo da capacidade de penetração, mesmo contra proteção balística básica.", "56dff3afd2720bba668b4567 Name": "5.45x39mm PS gs", "56dff3afd2720bba668b4567 ShortName": "PS gs", - "56dff3afd2720bba668b4567 Description": "Um cartucho PS gs 5.45x39mm (GRAU Index - 7N6) com uma bala de núcleo de aço de 3,4 gramas com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa de aço. O cartucho PS (Púlya so Stal'ným serdéchnikom - \"Bala com núcleo de aço\") foi introduzido em serviço em 1974 juntamente com o armamento soviético de calibre 5.45x39mm, fornecendo ao Exército Soviético a capacidade de perfurar proteções balísticas básicas do corpo, no entanto, devido a seu design, tem uma alta probabilidade de ricochete em várias superfícies.", + "56dff3afd2720bba668b4567 Description": "Uma munição PS gs 5.45x39mm (GRAU Index - 7N6) com uma bala de núcleo de aço de 3,4 gramas com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa de aço. O cartucho PS (Púlya so Stal'ným serdéchnikom - \"Bala com núcleo de aço\") foi introduzido em serviço em 1974 juntamente com o armamento soviético de calibre 5.45x39mm, fornecendo ao Exército Soviético a capacidade de perfurar proteções balísticas básicas do corpo, no entanto, devido a seu design, tem uma alta probabilidade de ricochete em várias superfícies.", "56dff421d2720b5f5a8b4567 Name": "5.45x39mm SP", "56dff421d2720b5f5a8b4567 ShortName": "SP", - "56dff421d2720b5f5a8b4567 Description": "Um cartucho de 5.45x39mm com uma bala de ponta macia (SP) de núcleo de chumbo de 3,6 gramas com uma semi-jaqueta bimetálica em uma caixa de aço, destinada à caça, defesa doméstica e prática de tiro ao alvo. Esta bala tem uma boa expansão inicial no impacto devido à exposição do núcleo de chumbo na ponta, dando-lhe efeitos consideráveis de poder de parada ao custo da capacidade de penetração, mesmo contra a proteção balística básica, além de poder causar efeitos adversos substanciais no alvo após o impacto.", + "56dff421d2720b5f5a8b4567 Description": "Uma munição de 5.45x39mm com uma bala de ponta macia (SP) de núcleo de chumbo de 3,6 gramas com uma semi-jaqueta bimetálica em uma caixa de aço, destinada à caça, defesa doméstica e prática de tiro ao alvo. Esta bala tem uma boa expansão inicial no impacto devido à exposição do núcleo de chumbo na ponta, dando-lhe efeitos consideráveis de poder de parada ao custo da capacidade de penetração, mesmo contra a proteção balística básica, além de poder causar efeitos adversos substanciais no alvo após o impacto.", "56dff4a2d2720bbd668b456a Name": "5.45x39mm T gs", "56dff4a2d2720bbd668b456a ShortName": "T gs", - "56dff4a2d2720bbd668b456a Description": "Cartucho 5.45x39mm T gs (GRAU Index - 7T3) com projétil traçador de núcleo de chumbo de 3,2 gramas com revestimento bimetálico, em caixa de aço; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Este cartucho T (Trassíruyushchaya - \"Tracer\") foi introduzido em 1974 juntamente com o cartucho PS gs (GRAU Index - 7N6) para fornecer recursos de rastreamento ao armamento soviético de calibre 5.45x39mm, além de poder perfurar a proteção balística básica do corpo, além de tendo efeito de poder de parada significativo. No entanto, devido ao seu design, tem uma alta probabilidade de ricochete em várias superfícies.", + "56dff4a2d2720bbd668b456a Description": "Cartucho 5.45x39mm T gs (GRAU Index - 7T3) com projétil traçador de núcleo de chumbo de 3,2 gramas com revestimento bimetálico, em caixa de aço; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta munição T (Trassíruyushchaya - \"Tracer\") foi introduzido em 1974 juntamente com o cartucho PS gs (GRAU Index - 7N6) para fornecer recursos de rastreamento ao armamento soviético de calibre 5.45x39mm, além de poder perfurar a proteção balística básica do corpo, além de tendo efeito de poder de parada significativo. No entanto, devido ao seu design, tem uma alta probabilidade de ricochete em várias superfícies.", "56dff4ecd2720b5f5a8b4568 Name": "5.45x39mm US gs", "56dff4ecd2720b5f5a8b4568 ShortName": "US gs", - "56dff4ecd2720b5f5a8b4568 Description": "Um cartucho 5.45x39mm US gs (GRAU Index - 7U1) com uma bala subsônica de 5,1 gramas com um núcleo pontiagudo de carboneto de tungstênio sobre uma base de chumbo com revestimento bimetálico, em uma caixa de aço com carga reduzida. Este cartucho americano (Umén'shennoy Skórosti - \"Reduced Speed\") foi projetado por TsNIITochMash em meados da década de 1980 para uso nos modelos AKS-74UB e AKS-74UBN em conjunto com um supressor, garantindo o ciclo de disparo da arma e alcançando um excelente redução de ruído além de conceder um efeito de poder de parada considerável, mas apesar da composição da bala, tem dificuldades para perfurar as proteções balísticas básicas do corpo e devido ao seu design, tem uma alta probabilidade de ricochete em várias superfícies.", + "56dff4ecd2720b5f5a8b4568 Description": "Uma munição 5.45x39mm US gs (GRAU Index - 7U1) com uma bala subsônica de 5,1 gramas com um núcleo pontiagudo de carboneto de tungstênio sobre uma base de chumbo com revestimento bimetálico, em uma caixa de aço com carga reduzida. Esta munição americano (Umén'shennoy Skórosti - \"Reduced Speed\") foi projetado por TsNIITochMash em meados da década de 1980 para uso nos modelos AKS-74UB e AKS-74UBN em conjunto com um supressor, garantindo o ciclo de disparo da arma e alcançando um excelente redução de ruído além de conceder um efeito de poder de parada considerável, mas apesar da composição da bala, tem dificuldades para perfurar as proteções balísticas básicas do corpo e devido ao seu design, tem uma alta probabilidade de ricochete em várias superfícies.", "56e0598dd2720bb5668b45a6 Name": "Pistola silenciada PB 9x18PM", "56e0598dd2720bb5668b45a6 ShortName": "PB", "56e0598dd2720bb5668b45a6 Description": "A pistola silenciada PB (Índice GRAU 6П9) foi desenvolvida para os grupos de reconhecimento do exército e para a equipe da KGB da União Soviética e foi introduzida em serviço em 1967. Ainda utilizada atualmente pelas forças especiais do FSB e tropas internas do Ministério dos Assuntos Internos.", @@ -931,67 +931,67 @@ "57347da92459774491567cf5 Description": "Ensopado de carne, comumente referido como Tushonka, pode ser armazenado por anos, assim, rivalizando com leite condensado em importância como alimentação militar e turístico.", "5735fdcd2459776445391d61 Name": "7.62x25mm TT AKBS", "5735fdcd2459776445391d61 ShortName": "AKBS", - "5735fdcd2459776445391d61 Description": "Um cartucho Tokarev de 7.62x25mm com uma bala não magnética de 5,5 gramas em uma caixa de latão; destinado ao tiro esportivo e à caça. Este cartucho é fabricado com maior atenção aos detalhes, proporcionando ao atirador mais benefícios em relação a outros cartuchos do mesmo calibre utilizados pelos militares, como a redução do recuo sem alterar sua velocidade de saída e causar danos consideráveis ao alvo, tornando-o ideal para a caça.", + "5735fdcd2459776445391d61 Description": "Uma munição Tokarev de 7.62x25mm com uma bala não magnética de 5,5 gramas em uma caixa de latão; destinado ao tiro esportivo e à caça. Esta munição é fabricado com maior atenção aos detalhes, proporcionando ao atirador mais benefícios em relação a outras munições do mesmo calibre utilizados pelos militares, como a redução do recuo sem alterar sua velocidade de saída e causar danos consideráveis ao alvo, tornando-o ideal para a caça.", "5735ff5c245977640e39ba7e Name": "7.62x25mm TT FMJ43", "5735ff5c245977640e39ba7e ShortName": "FMJ43", - "5735ff5c245977640e39ba7e Description": "Um cartucho Tokarev FMJ de 7.62x25mm para tiro recreativo e caça, projetado para uso com rifles civis autocarregáveis. Esta munição não pode ter grande poder de penetração, no entanto, tem um efeito de poder de parada significativo em comparação com outros cartuchos do mesmo calibre usados ​​pelo exército.", + "5735ff5c245977640e39ba7e Description": "Uma munição Tokarev FMJ de 7.62x25mm para tiro recreativo e caça, projetado para uso com rifles civis autocarregáveis. Esta munição não pode ter grande poder de penetração, no entanto, tem um efeito de poder de parada significativo em comparação com outras munições do mesmo calibre usados ​​pelo exército.", "573601b42459776410737435 Name": "7.62x25mm TT LRN", "573601b42459776410737435 ShortName": "LRN", - "573601b42459776410737435 Description": "Um cartucho Tokarev de 7.62x25mm com uma bala de ponta redonda de chumbo (LRN); destinado ao tiro esportivo e à caça. Por design, este cartucho fornece um efeito de poder de parada considerável, além de causar efeitos adversos substanciais no alvo após o impacto, isso ocorre ao custo da capacidade de penetração, mesmo contra a proteção balística básica do corpo, além de ter uma baixa velocidade de saída.", + "573601b42459776410737435 Description": "Uma munição Tokarev de 7.62x25mm com uma bala de ponta redonda de chumbo (LRN); destinado ao tiro esportivo e à caça. Por design, este cartucho fornece um efeito de poder de parada considerável, além de causar efeitos adversos substanciais no alvo após o impacto, isso ocorre ao custo da capacidade de penetração, mesmo contra a proteção balística básica do corpo, além de ter uma baixa velocidade de saída.", "573602322459776445391df1 Name": "7.62x25mm TT LRNPC", "573602322459776445391df1 ShortName": "LRNPC", - "573602322459776445391df1 Description": "Um cartucho Tokarev de 7.62x25mm com um projétil de ponta redonda de chumbo, revestido com polímero (LRNPC); destinado ao tiro esportivo e à caça. Este cartucho oferece um excelente poder de parada em comparação com outros cartuchos do mesmo calibre usados pelos militares, pois pode causar efeitos adversos substanciais no alvo após o impacto, no entanto, sua velocidade inicial é menor, sem mencionar sua baixa capacidade de penetração.", + "573602322459776445391df1 Description": "Uma munição Tokarev de 7.62x25mm com um projétil de ponta redonda de chumbo, revestido com polímero (LRNPC); destinado ao tiro esportivo e à caça. Esta munição oferece um excelente poder de parada em comparação com outras munições do mesmo calibre usados pelos militares, pois pode causar efeitos adversos substanciais no alvo após o impacto, no entanto, sua velocidade inicial é menor, sem mencionar sua baixa capacidade de penetração.", "5736026a245977644601dc61 Name": "7.62x25mm TT P gl", "5736026a245977644601dc61 ShortName": "P gl", - "5736026a245977644601dc61 Description": "Um cartucho Tokarev P gl de 7.62x25mm (Índice GAU - 57-N-132) com uma bala de núcleo de chumbo de 5,5 gramas com uma jaqueta bimetálica em uma caixa de latão. Este é um cartucho rudimentar que foi lançado juntamente com a adoção da pistola TT na URSS.", + "5736026a245977644601dc61 Description": "Uma munição Tokarev P gl de 7.62x25mm (Índice GAU - 57-N-132) com uma bala de núcleo de chumbo de 5,5 gramas com uma jaqueta bimetálica em uma caixa de latão. Este é uma munição rudimentar que foi lançado juntamente com a adoção da pistola TT na URSS.", "573603562459776430731618 Name": "7.62x25mm TT Pst gzh", "573603562459776430731618 ShortName": "Pst gzh", - "573603562459776430731618 Description": "Um cartucho Tokarev Pst gzh (Índice GAU - 57-N-134S) de 7.62x25mm com uma bala de núcleo de aço de 5,4 gramas com revestimento de chumbo e revestimento bimetálico, em uma caixa bimetálica. Embora este cartucho tenha sido criado com a intenção de neutralizar o pessoal hostil atrás de objetos com baixa resistência estrutural, atualmente é capaz de perfurar eficientemente proteções balísticas básicas do corpo, bem como alguns modelos intermediários a curta distância.", + "573603562459776430731618 Description": "Uma munição Tokarev Pst gzh (Índice GAU - 57-N-134S) de 7.62x25mm com uma bala de núcleo de aço de 5,4 gramas com revestimento de chumbo e revestimento bimetálico, em uma caixa bimetálica. Embora este cartucho tenha sido criado com a intenção de neutralizar o pessoal hostil atrás de objetos com baixa resistência estrutural, atualmente é capaz de perfurar eficientemente proteções balísticas básicas do corpo, bem como alguns modelos intermediários a curta distância.", "573603c924597764442bd9cb Name": "7.62x25mm TT PT gzh", "573603c924597764442bd9cb ShortName": "PT gzh", "573603c924597764442bd9cb Description": "Um Tokarev PT gzh de 7.62x25mm (Índice GAU - 57-T-133) com um marcador de núcleo de chumbo de 5,8 gramas em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Embora este cartucho tenha um alcance efetivo de 100 metros, sua capacidade de rastreamento excede em muito essa distância, projetado para ser usado nas submetralhadoras PPD, PPS e PPSh juntamente com o cartucho TT Pst gzh 7.62x25mm e fornecer um efeito de poder de parada semelhante.", "573718ba2459775a75491131 Name": "9x18mm PM BZhT gzh", "573718ba2459775a75491131 ShortName": "9 BZT gzh", - "573718ba2459775a75491131 Description": "Um cartucho 9x18mm Makarov BZhT gzh (GRAU Index - 7N15) com uma bala de 5 gramas feita de aço endurecido sólido em uma caixa bimetálica. A bala neste cartucho tem um design de cone truncado para aumentar sua capacidade de penetração contra alguns modelos de proteção balística básica do corpo.", + "573718ba2459775a75491131 Description": "Uma munição 9x18mm Makarov BZhT gzh (GRAU Index - 7N15) com uma bala de 5 gramas feita de aço endurecido sólido em uma caixa bimetálica. A bala neste cartucho tem um design de cone truncado para aumentar sua capacidade de penetração contra alguns modelos de proteção balística básica do corpo.", "573719762459775a626ccbc1 Name": "9x18mm PM P gzh", "573719762459775a626ccbc1 ShortName": "9 P gzh", - "573719762459775a626ccbc1 Description": "Um cartucho 9x18mm Makarov P gzh (Índice GAU - 57-N-181-01) com uma bala de núcleo de chumbo de 6,1 gramas com uma jaqueta bimetálica em uma caixa bimetálica. Este é um cartucho rudimentar que foi lançado juntamente com a adoção da pistola PM na URSS.", + "573719762459775a626ccbc1 Description": "Uma munição 9x18mm Makarov P gzh (Índice GAU - 57-N-181-01) com uma bala de núcleo de chumbo de 6,1 gramas com uma jaqueta bimetálica em uma caixa bimetálica. Este é uma munição rudimentar que foi lançado juntamente com a adoção da pistola PM na URSS.", "573719df2459775a626ccbc2 Name": "9x18mm PM PBM gzh", "573719df2459775a626ccbc2 ShortName": "PBM", - "573719df2459775a626ccbc2 Description": "Um cartucho 9x18mm Makarov PBM gzh (GRAU Index - 7N25) com uma bala perfurante de núcleo de aço carbono endurecido de 3,7 gramas com uma semi-revestimento bimetálico em uma caixa bimetálica. Este cartucho foi projetado na década de 1990 para aumentar a capacidade de penetração de armas de calibre 9x18mm PM e, graças à sua alta velocidade de saída, é capaz de perfurar equipamentos básicos de proteção balística do corpo, bem como certos equipamentos de proteção intermediários a curtas distâncias ao custo. de um pequeno aumento no recuo.", + "573719df2459775a626ccbc2 Description": "Uma munição 9x18mm Makarov PBM gzh (GRAU Index - 7N25) com uma bala perfurante de núcleo de aço carbono endurecido de 3,7 gramas com uma semi-revestimento bimetálico em uma caixa bimetálica. Esta munição foi projetado na década de 1990 para aumentar a capacidade de penetração de armas de calibre 9x18mm PM e, graças à sua alta velocidade de saída, é capaz de perfurar equipamentos básicos de proteção balística do corpo, bem como certos equipamentos de proteção intermediários a curtas distâncias ao custo. de um pequeno aumento no recuo.", "57371aab2459775a77142f22 Name": "9x18mm PMM PstM gzh", "57371aab2459775a77142f22 ShortName": "PMM", - "57371aab2459775a77142f22 Description": "Um cartucho 9x18mm PMM PstM gzh (GAU Index - 57-N-181SM, GRAU Index - 7N16) com uma bala de núcleo de aço de 5,6 gramas com uma jaqueta bimetálica em forma de cone truncado, em uma caixa bimetálica. O cartucho PMM 9x18mm é a modernização do cartucho PM 9x18mm, projetado com a intenção de aumentar suas capacidades de perfuração contra proteções corporais balísticas básicas, e possui uma carga de pólvora aumentada, tornando perigoso disparar em armas não compatíveis. Destina-se a ser usado com a pistola PMM (Makarov Pistol Modernized) e a submetralhadora PP-9 \"Klin\".", + "57371aab2459775a77142f22 Description": "Uma munição 9x18mm PMM PstM gzh (GAU Index - 57-N-181SM, GRAU Index - 7N16) com uma bala de núcleo de aço de 5,6 gramas com uma jaqueta bimetálica em forma de cone truncado, em uma caixa bimetálica. O cartucho PMM 9x18mm é a modernização do cartucho PM 9x18mm, projetado com a intenção de aumentar suas capacidades de perfuração contra proteções corporais balísticas básicas, e possui uma carga de pólvora aumentada, tornando perigoso disparar em armas não compatíveis. Destina-se a ser usado com a pistola PMM (Makarov Pistol Modernized) e a submetralhadora PP-9 \"Klin\".", "57371b192459775a9f58a5e0 Name": "9x18mm PM PPe gzh", "57371b192459775a9f58a5e0 ShortName": "PPe gzh", - "57371b192459775a9f58a5e0 Description": "Um cartucho Makarov PPe gzh de 9x18mm com uma bala de ponta oca com núcleo de chumbo de 7,6 gramas com uma semi-revestimento bimetálico, em uma caixa bimetálica. O design desta bala é baseado em experiências adquiridas com outros cartuchos de ponta oca 9x18mm PM. O cartucho de PPe possui um orifício cônico em seu núcleo e a jaqueta possui seis entalhes para melhorar sua capacidade de expansão no impacto, obtendo assim um efeito significativo de poder de parada.", + "57371b192459775a9f58a5e0 Description": "Uma munição Makarov PPe gzh de 9x18mm com uma bala de ponta oca com núcleo de chumbo de 7,6 gramas com uma semi-revestimento bimetálico, em uma caixa bimetálica. O design desta bala é baseado em experiências adquiridas com outras munições de ponta oca 9x18mm PM. O cartucho de PPe possui um orifício cônico em seu núcleo e a jaqueta possui seis entalhes para melhorar sua capacidade de expansão no impacto, obtendo assim um efeito significativo de poder de parada.", "57371e4124597760ff7b25f1 Name": "9x18mm PM PPT gzh", "57371e4124597760ff7b25f1 ShortName": "PPT gzh", - "57371e4124597760ff7b25f1 Description": "Um cartucho 9x18mm Makarov PPT gzh (Índice GAU - 57-T-181) com uma bala de 3,6 gramas de núcleo de chumbo com uma jaqueta bimetálica em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Com a chegada de novas metralhadoras na década de 1990, o Ministério da Administração Interna se interessou em desenvolver munições com capacidade de rastreamento superior a 100 metros, além de fornecer poder de parada no impacto.", + "57371e4124597760ff7b25f1 Description": "Uma munição 9x18mm Makarov PPT gzh (Índice GAU - 57-T-181) com uma bala de 3,6 gramas de núcleo de chumbo com uma jaqueta bimetálica em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Com a chegada de novas metralhadoras na década de 1990, o Ministério da Administração Interna se interessou em desenvolver munições com capacidade de rastreamento superior a 100 metros, além de fornecer poder de parada no impacto.", "57371eb62459776125652ac1 Name": "9x18mm PM PRS gs", "57371eb62459776125652ac1 ShortName": "PRS gs", - "57371eb62459776125652ac1 Description": "Um cartucho Makarov PRS gs de 9x18mm com uma bala de núcleo de chumbo macio de 6,1 gramas com uma jaqueta bimetálica, em uma caixa de aço. A bala PRS (Ponízhennoy Rikoshetíruyushchey Sposóbnosti - \"Reduced Ricochet Ability\") foi projetada para desmoronar e perder velocidade rapidamente ao atingir um objeto sólido, a fim de reduzir substancialmente os danos colaterais de ricochetes durante operações urbanas realizadas por agências policiais e grupos do Ministério de Assuntos Internos.", + "57371eb62459776125652ac1 Description": "Uma munição Makarov PRS gs de 9x18mm com uma bala de núcleo de chumbo macio de 6,1 gramas com uma jaqueta bimetálica, em uma caixa de aço. A bala PRS (Ponízhennoy Rikoshetíruyushchey Sposóbnosti - \"Reduced Ricochet Ability\") foi projetada para desmoronar e perder velocidade rapidamente ao atingir um objeto sólido, a fim de reduzir substancialmente os danos colaterais de ricochetes durante operações urbanas realizadas por agências policiais e grupos do Ministério de Assuntos Internos.", "57371f2b24597761224311f1 Name": "9x18mm PM PS gs PPO", "57371f2b24597761224311f1 ShortName": "PS gs PPO", - "57371f2b24597761224311f1 Description": "Um cartucho Makarov PS gs PPO de 9x18mm com uma bala de núcleo de chumbo de 6,3 gramas com uma jaqueta bimetálica em forma de nariz redondo de cone truncado, em uma caixa de aço. O cartucho PS gs PPO foi desenvolvido devido à necessidade do Ministério da Administração Interna equipar as agências de aplicação da lei com um cartucho que tivesse capacidade de ricochete reduzida para minimizar os danos colaterais durante as operações urbanas.", + "57371f2b24597761224311f1 Description": "Uma munição Makarov PS gs PPO de 9x18mm com uma bala de núcleo de chumbo de 6,3 gramas com uma jaqueta bimetálica em forma de nariz redondo de cone truncado, em uma caixa de aço. O cartucho PS gs PPO foi desenvolvido devido à necessidade do Ministério da Administração Interna equipar as agências de aplicação da lei com uma munição que tivesse capacidade de ricochete reduzida para minimizar os danos colaterais durante as operações urbanas.", "57371f8d24597761006c6a81 Name": "9x18mm PM PSO gzh", "57371f8d24597761006c6a81 ShortName": "PSO gzh", - "57371f8d24597761006c6a81 Description": "Um cartucho Makarov PSO gzh de 9x18mm com uma bala de núcleo de chumbo de 6,1 gramas em uma caixa bimetálica; destinado ao tiro esportivo e à caça. Rudimentar projetado para caça de pequeno porte.", + "57371f8d24597761006c6a81 Description": "Uma munição Makarov PSO gzh de 9x18mm com uma bala de núcleo de chumbo de 6,1 gramas em uma caixa bimetálica; destinado ao tiro esportivo e à caça. Rudimentar projetado para caça de pequeno porte.", "5737201124597760fc4431f1 Name": "9x18mm PM Pst gzh", "5737201124597760fc4431f1 ShortName": "Pst gzh", - "5737201124597760fc4431f1 Description": "Um cartucho 9x18mm Makarov Pst gzh (Índice GAU - 57-N-181S-01) com uma bala de núcleo de aço de 5,9 gramas com um revestimento de chumbo e uma jaqueta bimetálica, em uma caixa bimetálica. Este cartucho foi desenvolvido logo após a adoção da pistola PM com base no cartucho PM P gzh 9x18mm para fornecer uma solução mais eficaz contra pessoal hostil sem proteção balística do corpo em distâncias de até 50 metros.", + "5737201124597760fc4431f1 Description": "Uma munição 9x18mm Makarov Pst gzh (Índice GAU - 57-N-181S-01) com uma bala de núcleo de aço de 5,9 gramas com um revestimento de chumbo e uma jaqueta bimetálica, em uma caixa bimetálica. Esta munição foi desenvolvido logo após a adoção da pistola PM com base no cartucho PM P gzh 9x18mm para fornecer uma solução mais eficaz contra pessoal hostil sem proteção balística do corpo em distâncias de até 50 metros.", "5737207f24597760ff7b25f2 Name": "9x18mm PM PSV", "5737207f24597760ff7b25f2 ShortName": "PSV", - "5737207f24597760ff7b25f2 Description": "Um cartucho Makarov PSV 9x18mm com uma bala de ponta oca de 7,5 gramas; destinado ao tiro esportivo e à caça. Apesar de sua baixa velocidade inicial, tem um efeito de poder de parada considerável graças à sua excepcional capacidade de expansão após atingir o alvo.", + "5737207f24597760ff7b25f2 Description": "Uma munição Makarov PSV 9x18mm com uma bala de ponta oca de 7,5 gramas; destinado ao tiro esportivo e à caça. Apesar de sua baixa velocidade inicial, tem um efeito de poder de parada considerável graças à sua excepcional capacidade de expansão após atingir o alvo.", "573720e02459776143012541 Name": "9x18mm PM RG028 gzh", "573720e02459776143012541 ShortName": "RG028 gzh", - "573720e02459776143012541 Description": "Um cartucho Makarov RG028 gzh de 9x18mm com uma bala de ponta oca de 6 gramas com um núcleo cilíndrico de aço temperado com revestimento de chumbo e uma semi-revestimento bimetálico, em uma caixa bimetálica. Este cartucho foi desenvolvido especificamente para a pistola PM no final da década de 1970 por ordem da KGB para fornecer um efeito de poder de parada significativo e aumentar suas capacidades de penetração contra alguns modelos de proteção balística básica do corpo em curtas distâncias.", + "573720e02459776143012541 Description": "Uma munição Makarov RG028 gzh de 9x18mm com uma bala de ponta oca de 6 gramas com um núcleo cilíndrico de aço temperado com revestimento de chumbo e uma semi-revestimento bimetálico, em uma caixa bimetálica. Esta munição foi desenvolvido especificamente para a pistola PM no final da década de 1970 por ordem da KGB para fornecer um efeito de poder de parada significativo e aumentar suas capacidades de penetração contra alguns modelos de proteção balística básica do corpo em curtas distâncias.", "57372140245977611f70ee91 Name": "9x18mm PM SP7 gzh", "57372140245977611f70ee91 ShortName": "SP7 gzh", - "57372140245977611f70ee91 Description": "Um cartucho Makarov SP7 gzh de 9x18mm com uma bala expansível de 5,2 gramas com núcleo de chumbo em um plugue de plástico com uma semi-revestimento de latão, em uma caixa bimetálica com carga aprimorada. Este cartucho foi desenvolvido pela TsNIITochMash em meados da década de 1980 para fornecer um excelente efeito de parada ao custo das capacidades de penetração, além de causar efeitos adversos substanciais no alvo após o impacto, e graças ao seu aumento da carga de pó, pode atingir uma boca alta velocidade sem comprometer a arma ou seu operador.", + "57372140245977611f70ee91 Description": "Uma munição Makarov SP7 gzh de 9x18mm com uma bala expansível de 5,2 gramas com núcleo de chumbo em um plugue de plástico com uma semi-revestimento de latão, em uma caixa bimetálica com carga aprimorada. Esta munição foi desenvolvido pela TsNIITochMash em meados da década de 1980 para fornecer um excelente efeito de parada ao custo das capacidades de penetração, além de causar efeitos adversos substanciais no alvo após o impacto, e graças ao seu aumento da carga de pó, pode atingir uma boca alta velocidade sem comprometer a arma ou seu operador.", "5737218f245977612125ba51 Name": "9x18mm PM SP8 gzh", "5737218f245977612125ba51 ShortName": "SP8 gzh", - "5737218f245977612125ba51 Description": "Um cartucho Makarov SP8 gzh de 9x18mm com uma bala de ponta oca frangível de 3,9 gramas com núcleo de chumbo em um plugue de plástico com uma semi-revestimento de latão, em uma caixa bimetálica com carga reduzida. Desenvolvido em meados da década de 1980 pela TsNIITochMash com o objetivo de fornecer um cartucho de baixa penetração para minimizar a destruição e sobreperfuração de objetos com baixa resistência estrutural (por exemplo, durante operações antiterroristas em uma aeronave) e ainda fornecer um poder de parada considerável bem como causar efeitos adversos substanciais no alvo após o impacto.", + "5737218f245977612125ba51 Description": "Uma munição Makarov SP8 gzh de 9x18mm com uma bala de ponta oca frangível de 3,9 gramas com núcleo de chumbo em um plugue de plástico com uma semi-revestimento de latão, em uma caixa bimetálica com carga reduzida. Desenvolvido em meados da década de 1980 pela TsNIITochMash com o objetivo de fornecer uma munição de baixa penetração para minimizar a destruição e sobreperfuração de objetos com baixa resistência estrutural (por exemplo, durante operações antiterroristas em uma aeronave) e ainda fornecer um poder de parada considerável bem como causar efeitos adversos substanciais no alvo após o impacto.", "573722e82459776104581c21 Name": "Pacote de munições 9x18 PM BZHT gzh (16 un)", "573722e82459776104581c21 ShortName": "BZHT gzh", "573722e82459776104581c21 Description": "Caixa de munição 9x18 PM BZHT gzh, com 16 munições.", @@ -1198,7 +1198,7 @@ "576169e62459773c69055191 Description": "O Sb.7-1 é um guarda-mão de polímero com fivela giratória, para SOK-12 e SOK-12S.", "57616a9e2459773c7a400234 Name": "Carregador de 5 munições Sb.5 12x76 para SOK-12 e armas compatíveis", "57616a9e2459773c7a400234 ShortName": "Sb.5", - "57616a9e2459773c7a400234 Description": "Carregador de polímero plástico Sb.5, capacidade de 5 munições para SOK-12 e armas compatíveis, destinadas ao uso com cartuchos 12x76 ou 12/70.", + "57616a9e2459773c7a400234 Description": "Carregador de polímero plástico Sb.5, capacidade de 5 munições para SOK-12 e armas compatíveis, destinadas ao uso com munições 12x76 ou 12/70.", "57616c112459773cce774d66 Name": "Dust cover Izhmash SOK-12 Sb.0-2", "57616c112459773cce774d66 ShortName": "Sb.0-2", "57616c112459773cce774d66 Description": "Dust cover metálico SOK-12. fabricado pela Izhmash. ", @@ -1268,12 +1268,12 @@ "57838e1b2459774a256959b1 Name": "Alça de mira padrão VSS Vintorez", "57838e1b2459774a256959b1 ShortName": "VSS alça", "57838e1b2459774a256959b1 Description": "Alça de mira mecânica, verticalmente ajustável, padrão para VSS Vintorez.", - "57838f0b2459774a256959b2 Name": "VSS/VAL 9x39 6L24 10-round magazine", + "57838f0b2459774a256959b2 Name": "Carregador de 10 munições 6L24 9x39 para VSS/VAL", "57838f0b2459774a256959b2 ShortName": "6L24", "57838f0b2459774a256959b2 Description": "Carregador de polímero 6L24 calibre 9x39 para VSS e AS VAL, capacidade 10 munições da TSNIITochMash.", - "57838f9f2459774a150289a0 Name": "VSS/VAL 9x39 6L25 20-round magazine (Plum)", + "57838f9f2459774a150289a0 Name": "Carregador de 20 munições 6L25 9x39 para VSS/VAL (Ameixa)", "57838f9f2459774a150289a0 ShortName": "6L25", - "57838f9f2459774a150289a0 Description": "A 20-round polymer TsNIITochMash 6L25 9x39 magazine for the AS VAL special assault rifle. Made out of plum-colored polymer, earning the nickname \"Sliva\" (Plum).", + "57838f9f2459774a150289a0 Description": "Um carregador em polímero TsNIITochMash 6L25 9x39 de 20 munições para o rifle de assalto especial AS VAL. Feito de polímero na cor ameixa, ganhando o apelido de \"Sliva\" (Ameixa).", "578395402459774a256959b5 Name": "Dust cover VSS Vintorez", "578395402459774a256959b5 ShortName": "VSS", "578395402459774a256959b5 Description": "Dust cover padrão da VSS Vintorez por TSNIITochMash.", @@ -1336,10 +1336,10 @@ "5798a2832459774b53341029 Description": "Uma planta das vastas instalações da Customs, talvez não seja a mais atualizada, mas ainda melhor do que nada.", "57a0dfb82459774d3078b56c Name": "9x39mm SP-5 gs", "57a0dfb82459774d3078b56c ShortName": "SP5", - "57a0dfb82459774d3078b56c Description": "Um cartucho especial 9x39mm SP-5 gs (GRAU Index - 7N8) com uma bala subsônica de 16 gramas com núcleo de aço pontiagudo sobre uma base de chumbo com revestimento bimetálico, em caixa de aço. Este cartucho foi projetado em meados da década de 1980 com base no cartucho 7.62x39mm US gzh para uso no rifle sniper especial VSS Vintorez, sendo capaz de perfurar proteções balísticas básicas do corpo, além de fornecer excelentes resultados contra alguns modelos de proteção intermediária, além de seu considerável efeito de poder de parada, no entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", + "57a0dfb82459774d3078b56c Description": "Uma munição especial 9x39mm SP-5 gs (GRAU Index - 7N8) com uma bala subsônica de 16 gramas com núcleo de aço pontiagudo sobre uma base de chumbo com revestimento bimetálico, em caixa de aço. Esta munição foi projetado em meados da década de 1980 com base no cartucho 7.62x39mm US gzh para uso no rifle sniper especial VSS Vintorez, sendo capaz de perfurar proteções balísticas básicas do corpo, além de fornecer excelentes resultados contra alguns modelos de proteção intermediária, além de seu considerável efeito de poder de parada, no entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", "57a0e5022459774d1673f889 Name": "9x39mm SP-6 gs", "57a0e5022459774d1673f889 ShortName": "SP6", - "57a0e5022459774d1673f889 Description": "Um cartucho especial 9x39mm SP-6 gs (GRAU Index - 7N9) com uma bala perfurante subsônica de 16 gramas com um núcleo de aço carbono endurecido com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço. Este cartucho foi projetado em meados da década de 1980 para equipar o fuzil de assalto reprimido AS VAL com capacidade de neutralizar pessoal hostil equipado com proteção balística básica e intermediária, além de fornecer um efeito de poder de parada significativo, no entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", + "57a0e5022459774d1673f889 Description": "Uma munição especial 9x39mm SP-6 gs (GRAU Index - 7N9) com uma bala perfurante subsônica de 16 gramas com um núcleo de aço carbono endurecido com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço. Esta munição foi projetado em meados da década de 1980 para equipar o fuzil de assalto reprimido AS VAL com capacidade de neutralizar pessoal hostil equipado com proteção balística básica e intermediária, além de fornecer um efeito de poder de parada significativo, no entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", "57a3459f245977764a01f703 Name": "Suporte B-3", "57a3459f245977764a01f703 ShortName": "B-3", "57a3459f245977764a01f703 Description": "Suportes B-3 são fixados nos silenciadores VSS ou VAL para formar tilhos do tipo Picatinny para instalação de equipamento adicional.", @@ -1385,7 +1385,7 @@ "57c44f4f2459772d2c627113 Name": "Dust cover AS VAL", "57c44f4f2459772d2c627113 ShortName": "VAL", "57c44f4f2459772d2c627113 Description": "Dust cover AS VAL fabricada pela TSNIITochMash.", - "57c44fa82459772d2d75e415 Name": "AS VAL pistol grip (Plum)", + "57c44fa82459772d2d75e415 Name": "Empunhadura AS VAL (Ameixa)", "57c44fa82459772d2d75e415 ShortName": "VAL", "57c44fa82459772d2d75e415 Description": "Empunhadura de polímero da AS VAL.", "57c450252459772d28133253 Name": "Coronha TSNIITochMash para AS VAL", @@ -1591,25 +1591,25 @@ "587e08ee245977446b4410cf Description": "Trilho para instalação de miras e outros dispositivos na OP-SKS.", "588200af24597742fa221dfb Name": "Cano 610mm para a escopeta MP-153 12ga", "588200af24597742fa221dfb ShortName": "610mm МР-153 12ga", - "588200af24597742fa221dfb Description": "Cano 610mm para cartuchos 12ga produzido em série para escopeta MP-153.", + "588200af24597742fa221dfb Description": "Cano 610mm para munições 12ga produzido em série para escopeta MP-153.", "588200c224597743990da9ed Name": "Cano 660mm para a escopeta MP-153 12ga", "588200c224597743990da9ed ShortName": "660mm MP-153 12ga", - "588200c224597743990da9ed Description": "Cano 660mm produzido em série para cartuchos 12ga para escopeta MP-153.", + "588200c224597743990da9ed Description": "Cano 660mm produzido em série para munições 12ga para escopeta MP-153.", "588200cf2459774414733d55 Name": "Cano 710mm para a escopeta MP-153 12ga", "588200cf2459774414733d55 ShortName": "710mm МР-153 12ga", - "588200cf2459774414733d55 Description": "Cano 710mm para cartuchos 12ga produzido em série para escopeta MP-153.", + "588200cf2459774414733d55 Description": "Cano 710mm para munições 12ga produzido em série para escopeta MP-153.", "58820d1224597753c90aeb13 Name": "12/70 Balote de chumbo", "58820d1224597753c90aeb13 ShortName": "Balote", "58820d1224597753c90aeb13 Description": "Balote 12/70 para escopetas 12/70", "5882163224597757561aa920 Name": "Carregador de 7 munições MP-153 12ga", "5882163224597757561aa920 ShortName": "МP153x7", - "5882163224597757561aa920 Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 7 cartuchos", + "5882163224597757561aa920 Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 7 munições", "5882163824597757561aa922 Name": "Carregador de 6 munições MP-153 12ga", "5882163824597757561aa922 ShortName": "МP153x6", - "5882163824597757561aa922 Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 6 cartuchos", + "5882163824597757561aa922 Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 6 munições", "5882163e24597758206fee8c Name": "Carregador de 5 munições MP-153 12ga", "5882163e24597758206fee8c ShortName": "МP153x5", - "5882163e24597758206fee8c Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 5 cartuchos", + "5882163e24597758206fee8c Description": "Tubo alimentador estendido para a MP-153 12ga, com capacidade de 5 munições", "588226d124597767ad33f787 Name": "Empunhadura tática Magpul AFG preta", "588226d124597767ad33f787 ShortName": "AFG preto", "588226d124597767ad33f787 Description": "Magpul AFG (Empunhadura angular) empunhadura tática. Permite um controle mais natural da elevação do cano. Graças a isso, reduz o recuo e melhora o controle de armas. Versão Preta.", @@ -1624,10 +1624,10 @@ "588226ef24597767af46e39c Description": "Magpul AFG (Empunhadura angular) empunhadura tática. Permite um controle mais natural da elevação do cano. Graças a isso, reduz o recuo e melhora o controle de armas. Versão Verde Oliva.", "58864a4f2459770fcc257101 Name": "9x19mm PSO gzh", "58864a4f2459770fcc257101 ShortName": "PSO gzh", - "58864a4f2459770fcc257101 Description": "Um cartucho Parabellum PSO gzh de 9x19mm com uma bala de 7,5 gramas em uma caixa bimetálica; destinado ao tiro esportivo e à caça. Apesar da baixa velocidade inicial do projétil, ele tem um considerável poder de parada, graças à sua excepcional capacidade de expansão após atingir o alvo.", + "58864a4f2459770fcc257101 Description": "Uma munição Parabellum PSO gzh de 9x19mm com uma bala de 7,5 gramas em uma caixa bimetálica; destinado ao tiro esportivo e à caça. Apesar da baixa velocidade inicial do projétil, ele tem um considerável poder de parada, graças à sua excepcional capacidade de expansão após atingir o alvo.", "5887431f2459777e1612938f Name": "7.62х54R LPS Gzh", "5887431f2459777e1612938f ShortName": "LPS Gzh", - "5887431f2459777e1612938f Description": "Um cartucho de 7.62x54mm R LPS gzh (GRAU Index - 57-N-323S) com uma bala de núcleo de aço de 9,6 gramas com revestimento de chumbo e revestimento bimetálico, em uma caixa bimetálica. O cartucho LPS (Lyógkaya Púlya so Stal'ným serdéchnikom - \"Light Steel core Bullet\") foi introduzido em serviço em 1953 para o armamento soviético de calibre 7.62x54mm R e, ao longo dos anos, sofreu inúmeras mudanças nos materiais usados para sua construção. Graças ao seu núcleo de aço, é capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de proporcionar um efeito de poder de parada considerável, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", + "5887431f2459777e1612938f Description": "Uma munição de 7.62x54mm R LPS gzh (GRAU Index - 57-N-323S) com uma bala de núcleo de aço de 9,6 gramas com revestimento de chumbo e revestimento bimetálico, em uma caixa bimetálica. O cartucho LPS (Lyógkaya Púlya so Stal'ným serdéchnikom - \"Light Steel core Bullet\") foi introduzido em serviço em 1953 para o armamento soviético de calibre 7.62x54mm R e, ao longo dos anos, sofreu inúmeras mudanças nos materiais usados para sua construção. Graças ao seu núcleo de aço, é capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de proporcionar um efeito de poder de parada considerável, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", "588892092459774ac91d4b11 Name": "Rifle Sniper DVL-10", "588892092459774ac91d4b11 ShortName": "DVL-10", "588892092459774ac91d4b11 Description": "DVL-10 é um rifle leve, compacto e silenciado com uso de calibres proprietários e militares subsônicos atuais, desenvolvido para serviço especial e missões de combate, onde alcance e precisão excepcional são necessários. Equipado com um apoio Lobaev dobrável padrão e tambores Lobaev Hummer de qualidade equivalente a tambores de aço inoxidável.", @@ -1637,9 +1637,9 @@ "5888956924597752983e182d Name": "Cano 600mm 7.62x51para DVL-10 M2", "5888956924597752983e182d ShortName": "DVL-10 M2 660mm", "5888956924597752983e182d Description": "Cano com 660mm de comprimento em aço inoxidável, para .308, de alta qualidade produzido pela LOBAEV Hummer Barrels para o rifle DVL-10 M2.\n", - "5888961624597754281f93f3 Name": "Harris S-BRM 6-9\" Bipod", + "5888961624597754281f93f3 Name": "Bipé Harris S-BRM 6-9\"", "5888961624597754281f93f3 ShortName": "S-BRM", - "5888961624597754281f93f3 Description": "The S-BRM 6-9\" ultralight foldable bipod with a spring retraction mechanism. Used by service operators and civilian shooters worldwide. Manufactured by Harris.", + "5888961624597754281f93f3 Description": "Bipé S-BRM 6-9\" ultraleve dobrável com mecanismo de mola retrátil. Usado pelo mundo por operadores profissionais e atiradores civis. Fabricado pela Harris.", "5888976c24597754281f93f5 Name": "Guarda-mão DVL-10 M2 LOBAEV Arms", "5888976c24597754281f93f5 ShortName": "DVL-10 М2", "5888976c24597754281f93f5 Description": "Guarda-mão LOBAEV padrão para rifles snipers DVL-10 М2", @@ -1664,12 +1664,12 @@ "58949dea86f77409483e16a8 Name": "Quebra Chamas A2 9x19 para MPX", "58949dea86f77409483e16a8 ShortName": "MPX A2", "58949dea86f77409483e16a8 Description": "Quebra chamas A2 Bird Cage, projetado para instalação em MPX calibre 9x19mm.", - "58949edd86f77409483e16a9 Name": "MPX ambidextrous charging handle", + "58949edd86f77409483e16a9 Name": "Alça do ferrolho MPX ambidestra", "58949edd86f77409483e16a9 ShortName": "Ferr.MPX", - "58949edd86f77409483e16a9 Description": "An ambidextrous charging handle with two latches for the MPX SMG. Manufactured by SIG Sauer.", + "58949edd86f77409483e16a9 Description": "Uma alça de ferrolho ambidestra com duas travas para a MPX SMG. Fabricada pela SIG Sauer.", "58949fac86f77409483e16aa Name": "Alça do ferrolho de presilha única SIG para MPX", "58949fac86f77409483e16aa ShortName": "Ferrolho MPX", - "58949fac86f77409483e16aa Description": "A charging handle with one latch for the MPX SMG. Manufactured by SIG Sauer.", + "58949fac86f77409483e16aa Description": "Uma alça de ferrolho com uma trava para a MPX SMG. Fabricado pela SIG Sauer.", "5894a05586f774094708ef75 Name": "Carregador de 30 munições MPX 9x19", "5894a05586f774094708ef75 ShortName": "MPX", "5894a05586f774094708ef75 Description": "Carregador semitransparente com capacidade de 30 munições, calibre 9×19 MPX.", @@ -1753,7 +1753,7 @@ "58d3db5386f77426186285a0 Description": "Granada M67 (Granada de fragmentação M67) é uma granada Americana de mão, projetada para combate antipessoal adotada em 1969 pelo exército dos Estados Unidos.", "58dd3ad986f77403051cba8f Name": "7.62x51mm M80", "58dd3ad986f77403051cba8f ShortName": "M80", - "58dd3ad986f77403051cba8f Description": "Um cartucho NATO M80 de 7.62x51mm com uma bala de núcleo de liga de chumbo-antimônio de 9,5 gramas com uma jaqueta bimetálica, em uma caixa de latão. Este cartucho foi adotado nas Forças Armadas dos Estados Unidos como um substituto para o cartucho 7.62x51mm NATO M59 após a Guerra do Vietnã como munição padrão, pois fornece um efeito de poder de parada considerável, além de ser capaz de perfurar proteções balísticas básicas e intermediárias do corpo. No entanto, tem uma alta probabilidade de ricochete em várias superfícies.", + "58dd3ad986f77403051cba8f Description": "Uma munição NATO M80 de 7.62x51mm com uma bala de núcleo de liga de chumbo-antimônio de 9,5 gramas com uma jaqueta bimetálica, em uma caixa de latão. Esta munição foi adotado nas Forças Armadas dos Estados Unidos como um substituto para o cartucho 7.62x51mm NATO M59 após a Guerra do Vietnã como munição padrão, pois fornece um efeito de poder de parada considerável, além de ser capaz de perfurar proteções balísticas básicas e intermediárias do corpo. No entanto, tem uma alta probabilidade de ricochete em várias superfícies.", "5900b89686f7744e704a8747 Name": "Mapa da Woods", "5900b89686f7744e704a8747 ShortName": "Woods", "5900b89686f7744e704a8747 Description": "Planta da área protegida de Priozeskaya", @@ -2287,7 +2287,7 @@ "59e0bed186f774156f04ce84 Description": "Trilho 6 polegadas Vltor CASV Permite a instalação de equipamentos táticos e empunhaduras no guarda-mão com interface padrão keymod.", "59e0d99486f7744a32234762 Name": "7.62x39mm BP", "59e0d99486f7744a32234762 ShortName": "BP", - "59e0d99486f7744a32234762 Description": "Um cartucho de 7.62x39mm BP gzh (GRAU Index - 7N23) com uma bala perfurante de 7,9 gramas com um núcleo de aço carbono endurecido com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa bimetálica. Esta bala BP (Bronebóynaya Púlya - \"Armor-piercing Bullet\") foi desenvolvida na década de 1990 com base no cartucho gzh PS 7.62x39mm para melhorar seu design e capacidade de penetração, pois um núcleo de aço reforçado mais longo e estreito foi escolhido, permitindo que perfure através de proteções balísticas básicas e intermediárias do corpo além de fornecer um efeito de poder de parada significativo, no entanto, tem uma probabilidade significativa de ricochete em várias superfícies.", + "59e0d99486f7744a32234762 Description": "Uma munição de 7.62x39mm BP gzh (GRAU Index - 7N23) com uma bala perfurante de 7,9 gramas com um núcleo de aço carbono endurecido com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa bimetálica. Esta bala BP (Bronebóynaya Púlya - \"Armor-piercing Bullet\") foi desenvolvida na década de 1990 com base no cartucho gzh PS 7.62x39mm para melhorar seu design e capacidade de penetração, pois um núcleo de aço reforçado mais longo e estreito foi escolhido, permitindo que perfure através de proteções balísticas básicas e intermediárias do corpo além de fornecer um efeito de poder de parada significativo, no entanto, tem uma probabilidade significativa de ricochete em várias superfícies.", "59e3556c86f7741776641ac2 Name": "Alvejante Ox", "59e3556c86f7741776641ac2 ShortName": "Alvejante", "59e3556c86f7741776641ac2 Description": "Removedor de manchas e água sanitária Ox. Os agentes branqueadores destroem as ligações químicas, normalmente usado em produção química.", @@ -2335,13 +2335,13 @@ "59e36c6f86f774176c10a2a7 Description": "Cabo de alimentação de 220 volts para PC.", "59e4cf5286f7741778269d8a Name": "7.62x39mm T45M", "59e4cf5286f7741778269d8a ShortName": "T45M", - "59e4cf5286f7741778269d8a Description": "Um cartucho de 7.62x39mm T-45M1 gzh (Índice GAU - 57-T-231PM1) com uma bala traçadora de núcleo de chumbo de 7,6 gramas com revestimento bimetálico, em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Este cartucho rastreador é uma versão atualizada do modelo T-45 (Índice GAU - 57-T-231), pois fornece recursos de rastreamento de distância mais longa. E apesar do design rudimentar da bala, ela pode perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários, além de fornecer um efeito de poder de parada considerável, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", + "59e4cf5286f7741778269d8a Description": "Uma munição de 7.62x39mm T-45M1 gzh (Índice GAU - 57-T-231PM1) com uma bala traçadora de núcleo de chumbo de 7,6 gramas com revestimento bimetálico, em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta munição rastreador é uma versão atualizada do modelo T-45 (Índice GAU - 57-T-231), pois fornece recursos de rastreamento de distância mais longa. E apesar do design rudimentar da bala, ela pode perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários, além de fornecer um efeito de poder de parada considerável, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", "59e4d24686f7741776641ac7 Name": "7.62x39mm US", "59e4d24686f7741776641ac7 ShortName": "US", - "59e4d24686f7741776641ac7 Description": "Um cartucho de 7.62x39mm US gzh (Índice GAU - 57-N-231U) com uma bala subsônica de 12,6 gramas com um núcleo pontiagudo de aço reforçado a calor sobre uma base de chumbo com revestimento bimetálico, em uma caixa bimetálica com carga reduzida. Este cartucho americano (Umén'shennoy Skórosti - \"Velocidade Reduzida\") foi projetado na década de 1950 para ser usado em conjunto com um supressor, obtendo uma excelente redução de ruído, além de garantir o ciclo do armamento soviético de calibre 7.62x39mm e, graças ao seu design,, a bala é capaz de perfurar proteções balísticas básicas do corpo, no entanto, tem uma alta probabilidade de ricochetear em várias superfícies.", + "59e4d24686f7741776641ac7 Description": "Uma munição de 7.62x39mm US gzh (Índice GAU - 57-N-231U) com uma bala subsônica de 12,6 gramas com um núcleo pontiagudo de aço reforçado a calor sobre uma base de chumbo com revestimento bimetálico, em uma caixa bimetálica com carga reduzida. Esta munição americano (Umén'shennoy Skórosti - \"Velocidade Reduzida\") foi projetado na década de 1950 para ser usado em conjunto com um supressor, obtendo uma excelente redução de ruído, além de garantir o ciclo do armamento soviético de calibre 7.62x39mm e, graças ao seu design,, a bala é capaz de perfurar proteções balísticas básicas do corpo, no entanto, tem uma alta probabilidade de ricochetear em várias superfícies.", "59e4d3d286f774176a36250a Name": "7.62x39mm HP", "59e4d3d286f774176a36250a ShortName": "HP", - "59e4d3d286f774176a36250a Description": "Um cartucho de 7.62x39mm com uma bala de ponta oca (HP) de núcleo de chumbo de 8 gramas com uma semi-revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. A bala neste cartucho tem uma excelente energia de expansão e impacto que lhe confere excelentes efeitos de poder de parada, além de poder causar efeitos adversos substanciais no alvo após o impacto, tornando-o uma boa escolha para caça.", + "59e4d3d286f774176a36250a Description": "Uma munição de 7.62x39mm com uma bala de ponta oca (HP) de núcleo de chumbo de 8 gramas com uma semi-revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. A bala neste cartucho tem uma excelente energia de expansão e impacto que lhe confere excelentes efeitos de poder de parada, além de poder causar efeitos adversos substanciais no alvo após o impacto, tornando-o uma boa escolha para caça.", "59e5d83b86f7745aed03d262 Name": "Carregador de 10 munições de metal estriado 7.62x39mm, para AK e compatíveis", "59e5d83b86f7745aed03d262 ShortName": "10 mun", "59e5d83b86f7745aed03d262 Description": "Carregador para AK e sistemas compatíveis fabricados por sawing off um carregador militar para cumprir as leis da Federação da Rússia para uso com armas civis.", @@ -2374,34 +2374,34 @@ "59e649f986f77411d949b246 Description": "O gas tube direciona o curso do pistão", "59e6542b86f77411dc52a77a Name": ".366 ТКМ FMJ", "59e6542b86f77411dc52a77a ShortName": "FMJ", - "59e6542b86f77411dc52a77a Description": "Um cartucho FMJ .366 TKM (9,55x39mm) com uma bala de núcleo de chumbo de 13 gramas com uma jaqueta de latão em uma caixa de aço; destinado ao tiro esportivo e à caça. Embora este cartucho seja destinado à caça de pequeno porte, seu design permite que ele perfure as proteções básicas do corpo balístico, além de fornecer um excelente efeito de poder de parada e ser capaz de causar efeitos adversos graves no alvo após o impacto. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", + "59e6542b86f77411dc52a77a Description": "Uma munição FMJ .366 TKM (9,55x39mm) com uma bala de núcleo de chumbo de 13 gramas com uma jaqueta de latão em uma caixa de aço; destinado ao tiro esportivo e à caça. Embora este cartucho seja destinado à caça de pequeno porte, seu design permite que ele perfure as proteções básicas do corpo balístico, além de fornecer um excelente efeito de poder de parada e ser capaz de causar efeitos adversos graves no alvo após o impacto. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", "59e655cb86f77411dc52a77b Name": ".366 ТКМ EKO", "59e655cb86f77411dc52a77b ShortName": "Eko", - "59e655cb86f77411dc52a77b Description": "Um cartucho EKO .366 TKM (9,55x39mm) com uma bala de 6 gramas feita inteiramente de zinco, em caixa de aço; destinado ao tiro esportivo e à caça. Embora este cartucho seja destinado à caça de pequeno porte, seu design permite que ele perfure as proteções básicas do corpo balístico, bem como alguns modelos intermediários, além de fornecer um efeito de poder de parada significativo e ser capaz de causar efeitos adversos severos no alvo após impacto. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", + "59e655cb86f77411dc52a77b Description": "Uma munição EKO .366 TKM (9,55x39mm) com uma bala de 6 gramas feita inteiramente de zinco, em caixa de aço; destinado ao tiro esportivo e à caça. Embora este cartucho seja destinado à caça de pequeno porte, seu design permite que ele perfure as proteções básicas do corpo balístico, bem como alguns modelos intermediários, além de fornecer um efeito de poder de parada significativo e ser capaz de causar efeitos adversos severos no alvo após impacto. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", "59e6658b86f77411d949b250 Name": ".366 ТКМ Geksa", "59e6658b86f77411d949b250 ShortName": "Geksa", - "59e6658b86f77411d949b250 Description": "Um cartucho Geksa .366 TKM (9,55x39mm) com uma bala de ponta macia (SP) de núcleo de chumbo de 15,5 gramas com uma semi-revestimento de latão em uma caixa de aço; destinado ao tiro esportivo e à caça. Esta bala tem uma boa expansão inicial no impacto devido à exposição do núcleo de chumbo na ponta, conferindo-lhe um efeito de poder de parada superior ao seu calibre, além de poder infligir efeitos adversos substanciais no alvo após o impacto. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", + "59e6658b86f77411d949b250 Description": "Uma munição Geksa .366 TKM (9,55x39mm) com uma bala de ponta macia (SP) de núcleo de chumbo de 15,5 gramas com uma semi-revestimento de latão em uma caixa de aço; destinado ao tiro esportivo e à caça. Esta bala tem uma boa expansão inicial no impacto devido à exposição do núcleo de chumbo na ponta, conferindo-lhe um efeito de poder de parada superior ao seu calibre, além de poder infligir efeitos adversos substanciais no alvo após o impacto. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", "59e6687d86f77411d949b251 Name": "Molot VPO-209 .366 TKM", "59e6687d86f77411d949b251 ShortName": "AKM/VPO-209", "59e6687d86f77411d949b251 Description": "VPO-209 foi criado sobre a plataforma do famoso Kalashnikov AKM, tendo aparência, peso e tamanho idêntico. O sistema de ferrolho produz disparos semi-automáticos e permite uma sistema de trava seguro. A munição é alimentada por um carregador destacável.", "59e68f6f86f7746c9f75e846 Name": "5.56x45mm M856", "59e68f6f86f7746c9f75e846 ShortName": "M856", - "59e68f6f86f7746c9f75e846 Description": "Um cartucho NATO M856 de 5.56x45mm com uma bala de rastreamento de núcleo de chumbo de 4,1 gramas com uma capa de cobre, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Este cartucho foi projetado na década de 1980 para fornecer recursos de rastreamento para o armamento de calibre OTAN 5.56x45mm usado pelo Exército dos Estados Unidos quando usado em conjunto com o cartucho M855. Apesar de não possuir ponta penetradora de aço, comparado ao M855, a bala neste cartucho é capaz de perfurar proteções balísticas básicas do corpo, possui alta probabilidade de rebote em diversas superfícies.", + "59e68f6f86f7746c9f75e846 Description": "Uma munição NATO M856 de 5.56x45mm com uma bala de rastreamento de núcleo de chumbo de 4,1 gramas com uma capa de cobre, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta munição foi projetado na década de 1980 para fornecer recursos de rastreamento para o armamento de calibre OTAN 5.56x45mm usado pelo Exército dos Estados Unidos quando usado em conjunto com o cartucho M855. Apesar de não possuir ponta penetradora de aço, comparado ao M855, a bala neste cartucho é capaz de perfurar proteções balísticas básicas do corpo, possui alta probabilidade de rebote em diversas superfícies.", "59e6906286f7746c9f75e847 Name": "5.56x45mm M856A1", "59e6906286f7746c9f75e847 ShortName": "M856A1", - "59e6906286f7746c9f75e847 Description": "Um cartucho NATO M856A1 de 5.56x45mm com uma bala rastreadora de núcleo de liga de cobre de 3,6 gramas com uma jaqueta de cobre, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Este cartucho foi projetado para fornecer recursos de rastreamento quando usado em conjunto com o cartucho 5.56x45mm NATO M855A1 e ter um desempenho balístico semelhante, sendo capaz de perfurar proteções balísticas básicas do corpo, além de fornecer excelentes resultados contra modelos intermediários, porém, possui um alta probabilidade de ricochetear em várias superfícies.", + "59e6906286f7746c9f75e847 Description": "Uma munição NATO M856A1 de 5.56x45mm com uma bala rastreadora de núcleo de liga de cobre de 3,6 gramas com uma jaqueta de cobre, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta munição foi projetado para fornecer recursos de rastreamento quando usado em conjunto com o cartucho 5.56x45mm NATO M855A1 e ter um desempenho balístico semelhante, sendo capaz de perfurar proteções balísticas básicas do corpo, além de fornecer excelentes resultados contra modelos intermediários, porém, possui um alta probabilidade de ricochetear em várias superfícies.", "59e690b686f7746c9f75e848 Name": "5.56x45mm M995", "59e690b686f7746c9f75e848 ShortName": "M995", - "59e690b686f7746c9f75e848 Description": "Um cartucho OTAN M995 de 5.56x45mm com uma bala perfurante de armadura de 3,4 gramas com um penetrador de carboneto de tungstênio sobre uma base de alumínio com revestimento de cobre, em uma caixa de latão. Este cartucho foi projetado durante a década de 1990 para fornecer ao pessoal do Exército dos Estados Unidos a capacidade de perfurar coberturas leves e veículos leves, bem como proteções de corpos balísticos básicos e intermediários, além de fornecer excelentes resultados contra alguns modelos de proteção especializados. No entanto, devido ao seu design, tem uma probabilidade significativa de ricochete em várias superfícies.", + "59e690b686f7746c9f75e848 Description": "Uma munição OTAN M995 de 5.56x45mm com uma bala perfurante de armadura de 3,4 gramas com um penetrador de carboneto de tungstênio sobre uma base de alumínio com revestimento de cobre, em uma caixa de latão. Esta munição foi projetado durante a década de 1990 para fornecer ao pessoal do Exército dos Estados Unidos a capacidade de perfurar coberturas leves e veículos leves, bem como proteções de corpos balísticos básicos e intermediários, além de fornecer excelentes resultados contra alguns modelos de proteção especializados. No entanto, devido ao seu design, tem uma probabilidade significativa de ricochete em várias superfícies.", "59e6918f86f7746c9f75e849 Name": "5.56x45mm Mk 255 Mod 0 (RRLP)", "59e6918f86f7746c9f75e849 ShortName": "RRLP", - "59e6918f86f7746c9f75e849 Description": "Um cartucho NATO MK 255 Mod 0 (RRLP) de 5.56x45mm com uma bala de 4 gramas com um núcleo composto de cobre/polímero com revestimento de cobre, em uma caixa de latão. Este cartucho foi projetado sob o nome de RRLP (Reduced Ricochet Limited Penetration) para reduzir substancialmente os danos colaterais de ricochetes e perfurações durante o treinamento e operações de curta distância, além de fornecer um efeito de poder de parada substancial.", + "59e6918f86f7746c9f75e849 Description": "Uma munição NATO MK 255 Mod 0 (RRLP) de 5.56x45mm com uma bala de 4 gramas com um núcleo composto de cobre/polímero com revestimento de cobre, em uma caixa de latão. Esta munição foi projetado sob o nome de RRLP (Reduced Ricochet Limited Penetration) para reduzir substancialmente os danos colaterais de ricochetes e perfurações durante o treinamento e operações de curta distância, além de fornecer um efeito de poder de parada substancial.", "59e6920f86f77411d82aa167 Name": "5.56x45mm FMJ", "59e6920f86f77411d82aa167 ShortName": "FMJ", - "59e6920f86f77411d82aa167 Description": "Um cartucho FMJ .223 Remington (5.56x45mm) com uma bala de núcleo de chumbo de 3,6 gramas com um revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. Apesar de seu design rudimentar e não ter a energia total de um cartucho intermediário, a bala é capaz de perfurar proteções balísticas básicas do corpo.", + "59e6920f86f77411d82aa167 Description": "Uma munição FMJ .223 Remington (5.56x45mm) com uma bala de núcleo de chumbo de 3,6 gramas com um revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. Apesar de seu design rudimentar e não ter a energia total de uma munição intermediário, a bala é capaz de perfurar proteções balísticas básicas do corpo.", "59e6927d86f77411da468256 Name": "5.56x45mm 55 HP", "59e6927d86f77411da468256 ShortName": "HP", - "59e6927d86f77411da468256 Description": "Um cartucho HP .223 Remington (5.56x42mm) com uma bala de ponta oca com núcleo de chumbo de 3,6 gramas com um revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. Apesar de não ter toda a energia de um cartucho intermediário, o projétil tem um considerável efeito de poder de parada, além de poder causar efeitos adversos substanciais no alvo após o impacto, ao custo da capacidade de penetração, mesmo contra a proteção balística básica.", + "59e6927d86f77411da468256 Description": "Uma munição HP .223 Remington (5.56x42mm) com uma bala de ponta oca com núcleo de chumbo de 3,6 gramas com um revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo. Apesar de não ter toda a energia de uma munição intermediário, o projétil tem um considerável efeito de poder de parada, além de poder causar efeitos adversos substanciais no alvo após o impacto, ao custo da capacidade de penetração, mesmo contra a proteção balística básica.", "59e7635f86f7742cbf2c1095 Name": "Colete Modular 3M", "59e7635f86f7742cbf2c1095 ShortName": "3M", "59e7635f86f7742cbf2c1095 Description": "Colete à prova de balas leve, de segunda classe de proteção, usada por companhias de segurança privada e serviços de coleta.", @@ -2428,7 +2428,7 @@ "59e7715586f7742ee5789605 Description": "Equipamento básico de proteção respiratória - máscara respiratória ou filtro de gases", "59e77a2386f7742ee578960a Name": "7.62x54mm R PS gzh", "59e77a2386f7742ee578960a ShortName": "PS", - "59e77a2386f7742ee578960a Description": "Um cartucho 7.62x54mm R PS gzh (GRAU Index - 7N1) com uma bala de 9,8 gramas com núcleo de aço pontiagudo sobre uma base de chumbo com revestimento bimetálico, em uma caixa bimetálica. Este cartucho PS (Púlya so Stal'ným serdéchnikom - \"Bala com núcleo de aço\") foi desenvolvido por TsNIITochMash em meados da década de 1960 a partir do cartucho gzh 7.62x54mm R LPS especificamente para aumentar sua precisão quando disparado de um sniper ou rifles de atirador designados, como o SVD e suas variantes, sendo capaz de perfurar as proteções balísticas básicas e intermediárias do corpo, além de fornecer um excelente efeito de poder de parada.", + "59e77a2386f7742ee578960a Description": "Uma munição 7.62x54mm R PS gzh (GRAU Index - 7N1) com uma bala de 9,8 gramas com núcleo de aço pontiagudo sobre uma base de chumbo com revestimento bimetálico, em uma caixa bimetálica. Esta munição PS (Púlya so Stal'ným serdéchnikom - \"Bala com núcleo de aço\") foi desenvolvido por TsNIITochMash em meados da década de 1960 a partir do cartucho gzh 7.62x54mm R LPS especificamente para aumentar sua precisão quando disparado de um sniper ou rifles de atirador designados, como o SVD e suas variantes, sendo capaz de perfurar as proteções balísticas básicas e intermediárias do corpo, além de fornecer um excelente efeito de poder de parada.", "59e8936686f77467ce798647 Name": "Balaclava_test", "59e8936686f77467ce798647 ShortName": "Balaclava_test", "59e8936686f77467ce798647 Description": "Uma balaclava de lã preta não serve apenas para esquentar a cabeça, mas também a alma, para aqueles que são modestos demais para feitos heroicos em público.", @@ -2755,16 +2755,16 @@ "5a1ead28fcdbcb001912fa9f Description": "Suporte universal UNV DLOC-IRD para instalação de lunetas.", "5a269f97c4a282000b151807 Name": "9x21mm PS gzh", "5a269f97c4a282000b151807 ShortName": "SP10", - "5a269f97c4a282000b151807 Description": "Um cartucho 9x21mm Gyurza PS gzh (SP10, GRAU Index - 7N29) com uma bala perfurante de armadura de 6,7 gramas com um núcleo de aço reforçado a quente e uma semi-revestimento de duas camadas, um interior de polietileno e um exterior bimetálico, em uma caixa bimetálica. Este cartucho foi projetado na década de 1990 pela TsNIITochMash para fornecer capacidades de penetração superiores em relação aos seus homólogos padrão 9x19mm, sendo capaz de perfurar equipamentos básicos de proteção balística do corpo e alguns modelos intermediários, no entanto, devido ao seu design, tem uma alta probabilidade de ricochetear. várias superfícies.", + "5a269f97c4a282000b151807 Description": "Uma munição 9x21mm Gyurza PS gzh (SP10, GRAU Index - 7N29) com uma bala perfurante de armadura de 6,7 gramas com um núcleo de aço reforçado a quente e uma semi-revestimento de duas camadas, um interior de polietileno e um exterior bimetálico, em uma caixa bimetálica. Esta munição foi projetado na década de 1990 pela TsNIITochMash para fornecer capacidades de penetração superiores em relação aos seus homólogos padrão 9x19mm, sendo capaz de perfurar equipamentos básicos de proteção balística do corpo e alguns modelos intermediários, no entanto, devido ao seu design, tem uma alta probabilidade de ricochetear. várias superfícies.", "5a26abfac4a28232980eabff Name": "9x21mm P gzh", "5a26abfac4a28232980eabff ShortName": "P gzh", - "5a26abfac4a28232980eabff Description": "Um cartucho 9x21mm Gyurza P gzh (SP11, GRAU Index - 7N28) com uma bala de núcleo de chumbo macio de 7,5 gramas com uma jaqueta bimetálica em uma caixa bimetálica. Este cartucho foi projetado por TsNIITochMash devido à necessidade de criar um cartucho PS gzh \"SP10\" de 9x21mm mais barato para praticar tiro durante a experimentação com armas do mesmo calibre. Por causa disso, o cartucho teve que atender a critérios semelhantes, como recuo, velocidade inicial e trajetórias. O resultado foi tão satisfatório que foi adotado pelo FSB devido ao seu considerável efeito de poder de parada.", + "5a26abfac4a28232980eabff Description": "Uma munição 9x21mm Gyurza P gzh (SP11, GRAU Index - 7N28) com uma bala de núcleo de chumbo macio de 7,5 gramas com uma jaqueta bimetálica em uma caixa bimetálica. Esta munição foi projetado por TsNIITochMash devido à necessidade de criar uma munição PS gzh \"SP10\" de 9x21mm mais barato para praticar tiro durante a experimentação com armas do mesmo calibre. Por causa disso, o cartucho teve que atender a critérios semelhantes, como recuo, velocidade inicial e trajetórias. O resultado foi tão satisfatório que foi adotado pelo FSB devido ao seu considerável efeito de poder de parada.", "5a26ac06c4a282000c5a90a8 Name": "9x21mm PE gzh", "5a26ac06c4a282000c5a90a8 ShortName": "SP12", - "5a26ac06c4a282000c5a90a8 Description": "Um cartucho Gyurza PE gzh (SP12) de 9x21mm com uma bala expansiva de 5,7 gramas com um núcleo de chumbo semi-encamisado bimetálico e uma ponta de polietileno balístico, em uma caixa bimetálica. Este cartucho foi desenvolvido pela TsNIITochMash devido às necessidades do FSB de equipar suas forças especiais com um cartucho capaz de conceder excelentes efeitos de poder de parada em distâncias de até 200 metros e mantendo critérios semelhantes aos seus equivalentes do mesmo calibre, como recuo, velocidade do focinho e trajetórias.", + "5a26ac06c4a282000c5a90a8 Description": "Uma munição Gyurza PE gzh (SP12) de 9x21mm com uma bala expansiva de 5,7 gramas com um núcleo de chumbo semi-encamisado bimetálico e uma ponta de polietileno balístico, em uma caixa bimetálica. Esta munição foi desenvolvido pela TsNIITochMash devido às necessidades do FSB de equipar suas forças especiais com uma munição capaz de conceder excelentes efeitos de poder de parada em distâncias de até 200 metros e mantendo critérios semelhantes aos seus equivalentes do mesmo calibre, como recuo, velocidade do focinho e trajetórias.", "5a26ac0ec4a28200741e1e18 Name": "9x21mm BT gzh", "5a26ac0ec4a28200741e1e18 ShortName": "BT", - "5a26ac0ec4a28200741e1e18 Description": "Um cartucho 9x21mm Gyurza BT gzh (SP13, GRAU Index - 7BT3) com uma bala traçante perfurante de armadura de 7,3 gramas com núcleo de aço e uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta bala BT (Bronebóynaya Trassíruyushchaya - \"Armor-piercing Tracer\") foi desenvolvida para submetralhadoras de calibre 9x21mm pela TsNIITochMash baseada no cartucho 9x21mm PS gzh \"SP10\" e possui características superiores, sendo capaz de perfurar proteções balísticas básicas e intermediárias do corpo, como além de ter um efeito de poder de parada considerável, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", + "5a26ac0ec4a28200741e1e18 Description": "Uma munição 9x21mm Gyurza BT gzh (SP13, GRAU Index - 7BT3) com uma bala traçante perfurante de armadura de 7,3 gramas com núcleo de aço e uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta bala BT (Bronebóynaya Trassíruyushchaya - \"Armor-piercing Tracer\") foi desenvolvida para submetralhadoras de calibre 9x21mm pela TsNIITochMash baseada no cartucho 9x21mm PS gzh \"SP10\" e possui características superiores, sendo capaz de perfurar proteções balísticas básicas e intermediárias do corpo, como além de ter um efeito de poder de parada considerável, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", "5a27b281c4a28200741e1e52 Name": "Suporte trilho SR1MP", "5a27b281c4a28200741e1e52 ShortName": "SR1MP 1x", "5a27b281c4a28200741e1e52 Description": "Suporte SR1MP, incluído no kit da pistola, feito para instalação de guia e silenciador única.", @@ -2887,7 +2887,7 @@ "5a398b75c4a282000a51a266 Description": "Adaptador de montagem para instalação de trilho universal no capacete, para consecutiva instalação de equipamento adicional.", "5a3c16fe86f77452b62de32a Name": "9x19mm Luger CCI", "5a3c16fe86f77452b62de32a ShortName": "Luger CCI", - "5a3c16fe86f77452b62de32a Description": "Um cartucho 9x19mm Parabellum \"Luger CCI\" com uma bala pesada especial; marcado com uma ponta azul, fabricado pela CCI. Apesar da bala pesada neste cartucho, ele ainda tem uma velocidade média do cano em relação a outros cartuchos do mesmo calibre, dotando-o de um efeito de poder de parada considerável, além de causar graves efeitos adversos no alvo após o impacto ao custo da capacidade de penetração.", + "5a3c16fe86f77452b62de32a Description": "Uma munição 9x19mm Parabellum \"Luger CCI\" com uma bala pesada especial; marcado com uma ponta azul, fabricado pela CCI. Apesar da bala pesada neste cartucho, ele ainda tem uma velocidade média do cano em relação a outras munições do mesmo calibre, dotando-o de um efeito de poder de parada considerável, além de causar graves efeitos adversos no alvo após o impacto ao custo da capacidade de penetração.", "5a43943586f77416ad2f06e2 Name": "Chapéu Senhor das Neves", "5a43943586f77416ad2f06e2 ShortName": "Gorro", "5a43943586f77416ad2f06e2 Description": "Chapéu de Ded Moroz (Avô Geada). Um chapéu tradicional Russo, se quiseres ir mesmo em grande na Véspera de Ano Novo", @@ -2899,10 +2899,10 @@ "5a5f1ce64f39f90b401987bc Description": "O iluminador IR montado sob o cano Klesch-2IKS com um módulo de mira a laser IR, projetado para ser usado com dispositivos de visão noturna. Este modelo específico não possui funcionalidade não IR. Fabricado pela Zenit.", "5a6086ea4f39f99cd479502f Name": "7.62x51mm M61", "5a6086ea4f39f99cd479502f ShortName": "M61", - "5a6086ea4f39f99cd479502f Description": "Um cartucho NATO M61 de 7.62x51mm com uma bala perfurante de 9,8 gramas com um núcleo de aço endurecido com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa de latão. Este cartucho foi projetado na década de 1950 com base no cartucho .30-06 Springfield AP M2 para fornecer às Forças Armadas dos Estados Unidos uma bala perfurante para armamento automático calibre 7.62x51mm NATO, sendo capaz de perfurar o corpo balístico especializado mais moderno proteções, além de fornecer um efeito de poder de parada significativo. No entanto, tem uma probabilidade de ricochete significativa em várias superfícies.", + "5a6086ea4f39f99cd479502f Description": "Uma munição NATO M61 de 7.62x51mm com uma bala perfurante de 9,8 gramas com um núcleo de aço endurecido com revestimento de chumbo na ponta e uma jaqueta bimetálica, em uma caixa de latão. Esta munição foi projetado na década de 1950 com base no cartucho .30-06 Springfield AP M2 para fornecer às Forças Armadas dos Estados Unidos uma bala perfurante para armamento automático calibre 7.62x51mm NATO, sendo capaz de perfurar o corpo balístico especializado mais moderno proteções, além de fornecer um efeito de poder de parada significativo. No entanto, tem uma probabilidade de ricochete significativa em várias superfícies.", "5a608bf24f39f98ffc77720e Name": "7.62x51mm M62 Tracer", "5a608bf24f39f98ffc77720e ShortName": "M62", - "5a608bf24f39f98ffc77720e Description": "Um cartucho NATO M62 de 7.62x51mm com uma bala rastreadora de núcleo de liga de chumbo-antimônio de 9,2 gramas com uma jaqueta bimetálica, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Este cartucho foi projetado para fornecer recursos de rastreamento ao armamento automático calibre 7.62x51mm NATO utilizado pelas Forças Armadas dos Estados Unidos, sendo capaz de perfurar proteções balísticas de corpo básico e intermediário, além de proporcionar um efeito de poder de parada considerável. No entanto, tem uma alta probabilidade de ricochete em várias superfícies.", + "5a608bf24f39f98ffc77720e Description": "Uma munição NATO M62 de 7.62x51mm com uma bala rastreadora de núcleo de liga de chumbo-antimônio de 9,2 gramas com uma jaqueta bimetálica, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Esta munição foi projetado para fornecer recursos de rastreamento ao armamento automático calibre 7.62x51mm NATO utilizado pelas Forças Armadas dos Estados Unidos, sendo capaz de perfurar proteções balísticas de corpo básico e intermediário, além de proporcionar um efeito de poder de parada considerável. No entanto, tem uma alta probabilidade de ricochete em várias superfícies.", "5a6860d886f77411cd3a9e47 Name": "Pasta segura para documentos nº 0060", "5a6860d886f77411cd3a9e47 ShortName": "60", "5a6860d886f77411cd3a9e47 Description": "Pasta especial protegida para guardar documentos importantes. Quase impossível quebrar ou destruir. Possui o número 0060 e um símbolo estranho gravado.", @@ -2992,14 +2992,14 @@ "5a7828548dc32e5a9c28b516 Description": "A Remington Modelo 870 é uma escopeta de ação bomba fabricada pela Remington Arms Company, LLC. É amplamente utilizado pelo público para o esporte de tiro, de caça, e de auto-defesa e utilizado por policiais militares e organizações de todo o mundo.", "5a787ebcc5856700142fdd98 Name": "Cano 508mm para M870 12ga com mira fixa", "5a787ebcc5856700142fdd98 ShortName": "508mm M870 FS", - "5a787ebcc5856700142fdd98 Description": "Cano com mira fixa para Remington Modelo 870, 508mm de comprimentos para cartuchos 12ga.", + "5a787ebcc5856700142fdd98 Description": "Cano com mira fixa para Remington Modelo 870, 508mm de comprimentos para munições 12ga.", "5a787f25c5856700186c4ab9 Name": "Cano 355mm para M870 12ga", "5a787f25c5856700186c4ab9 ShortName": "355mm M870", - "5a787f25c5856700186c4ab9 Description": "Cano para Remington Modelo 870, com 355mm de comprimento para cartuchos calibre 12ga.", + "5a787f25c5856700186c4ab9 Description": "Cano para Remington Modelo 870, com 355mm de comprimento para munições calibre 12ga.", "5a787f7ac5856700177af660 Name": "Cano 508mm para M870 12ga", "5a787f7ac5856700177af660 ShortName": "508mm M870", - "5a787f7ac5856700177af660 Description": "Cano para Remington Modelo 870, com 508mm de comprimento para cartuchos calibre 12ga.", - "5a787fadc5856700155a6ca1 Name": "Cano ventilado para Remington Modelo 870, com 660mm de comprimento para cartuchos calibre 12ga", + "5a787f7ac5856700177af660 Description": "Cano para Remington Modelo 870, com 508mm de comprimento para munições calibre 12ga.", + "5a787fadc5856700155a6ca1 Name": "Cano ventilado para Remington Modelo 870, com 660mm de comprimento para munições calibre 12ga", "5a787fadc5856700155a6ca1 ShortName": "660mm M870", "5a787fadc5856700155a6ca1 Description": "Cano ventilado para Remington Modelo 870, 660mm de comprimento para calibre 12ga.", "5a787fdfc5856700142fdd9a Name": "Cano serrado 325mm para M870 12ga", @@ -3023,15 +3023,15 @@ "5a788169c5856700142fdd9e Name": "Empunhadura Raptor para M870", "5a788169c5856700142fdd9e ShortName": "Raptor", "5a788169c5856700142fdd9e Description": "Empunhadura curta de polímero para escopeta Remington Modelo 870 fabricada pela Shockwave technologies.", - "5a7882dcc5856700177af662 Name": "Tampa do tubo alimentador de 4 cartuchos da M870", + "5a7882dcc5856700177af662 Name": "Tampa do tubo alimentador de 4 munições da M870", "5a7882dcc5856700177af662 ShortName": "M870x4", - "5a7882dcc5856700177af662 Description": "Tampa superior rosqueável do carregador de 4 cartuchos feito pela Remington, para Remington Modelo 870 calibre 12ga.", - "5a78830bc5856700137e4c90 Name": "Carregador de 7 cartuchos 12ga M870x7", + "5a7882dcc5856700177af662 Description": "Tampa superior rosqueável do carregador de 4 munições feito pela Remington, para Remington Modelo 870 calibre 12ga.", + "5a78830bc5856700137e4c90 Name": "Carregador de 7 munições 12ga M870x7", "5a78830bc5856700137e4c90 ShortName": "M870x7", - "5a78830bc5856700137e4c90 Description": "Tubo alimentador com capacidade de 7 cartuchos feita pela Remington, para cartuchos calibre 12ga da Remington Modelo 870.", + "5a78830bc5856700137e4c90 Description": "Tubo alimentador com capacidade de 7 munições feita pela Remington, para munições calibre 12ga da Remington Modelo 870.", "5a78832ec5856700155a6ca3 Name": "Carregador de 10 munições 12ga M870x10", "5a78832ec5856700155a6ca3 ShortName": "M870x10", - "5a78832ec5856700155a6ca3 Description": "Tubo alimentador com capacidade de 10 cartuchos feita pela Remington, para cartuchos calibre 12ga da Remington Modelo 870.", + "5a78832ec5856700155a6ca3 Description": "Tubo alimentador com capacidade de 10 munições feita pela Remington, para munições calibre 12ga da Remington Modelo 870.", "5a789261c5856700186c65d3 Name": "Braçadeira Mesa Tactical para carregadores da M870", "5a789261c5856700186c65d3 ShortName": "Braçadeira MT", "5a789261c5856700186c65d3 Description": "Braçadeira para carregadores da M870 produzido pela Mesa Tactical.", @@ -3121,7 +3121,7 @@ "5a966ec8a2750c00171b3f36 Description": "Trilho de suporte desenvolvido pela Brügger & Thomet para MP5, é usado para a instalação de Lunetas e Miras refletiva.", "5a966f51a2750c00156aacf6 Name": "Carregador de 10 munições SAI-02 12x76 para SOK-12 e armas compatíveis", "5a966f51a2750c00156aacf6 ShortName": "SAI-02", - "5a966f51a2750c00156aacf6 Description": "SAI-02 Sb.5 é um carregador de polímero com capacidade de 10 munições para SOK-12 e armas compatíveis, destinadas para serem usadas com cartuchos 12x76 ou 12/70.", + "5a966f51a2750c00156aacf6 Description": "SAI-02 Sb.5 é um carregador de polímero com capacidade de 10 munições para SOK-12 e armas compatíveis, destinadas para serem usadas com munições 12x76 ou 12/70.", "5a9685b1a2750c0032157104 Name": "Ferrolho Glock Moto Cut", "5a9685b1a2750c0032157104 ShortName": "Corte Moto", "5a9685b1a2750c0032157104 Description": "Ferrolho leve para Glock 9x19 pistols.", @@ -3142,7 +3142,7 @@ "5a9d6d34a2750c00141e07da Description": "A seção TRAX 2 é o Trilho frontal que cobre o Bloco de Gás. Providenciando lugares adicionais para a montagem de mais acessórios.", "5a9e81fba2750c00164f6b11 Name": "Carregador de 30 munições SR3M.130 9x39 SR3M", "5a9e81fba2750c00164f6b11 ShortName": "SR3M.130", - "5a9e81fba2750c00164f6b11 Description": "Carregador de aço 30-cartuchos TSNIITochMash 6L25 para munição 9x39 SR3M, VSS e AS VAL.", + "5a9e81fba2750c00164f6b11 Description": "Carregador de aço 30-munições TSNIITochMash 6L25 para munição 9x39 SR3M, VSS e AS VAL.", "5a9ea27ca2750c00137fa672 Name": "Quebra chamas & compensador Spike Tactical Dynacomp 7.62х39 para AK ", "5a9ea27ca2750c00137fa672 ShortName": "Dynacomp", "5a9ea27ca2750c00137fa672 Description": "Quebra chamas compensador Dynacomp por Spike Tactical é projetado para AK 7.62x39 e similares. Reduz recuo e contrabalança a elevação do cano. ", @@ -3358,7 +3358,7 @@ "5ac66c5d5acfc4001718d314 Description": "Carregador de baquelite Izhmash 6L29, com capacidade de 30 munições calibre 5.56x45, para AK-101 e outros sistemas compatíveis.", "5ac66cb05acfc40198510a10 Name": "Rifle de assalto АК-101 5.56x45", "5ac66cb05acfc40198510a10 ShortName": "АК-101", - "5ac66cb05acfc40198510a10 Description": "Versão modernizada da Kalashnikov para cartuchos 5.56 também equipado com coronha de ombro rebatível e um suporte para miras ópticas e miras visão noturna.", + "5ac66cb05acfc40198510a10 Description": "Versão modernizada da Kalashnikov para munições 5.56 também equipado com coronha de ombro rebatível e um suporte para miras ópticas e miras visão noturna.", "5ac66d015acfc400180ae6e4 Name": "Rifle de Assalto AK-102 5.56x45", "5ac66d015acfc400180ae6e4 ShortName": "AK-102", "5ac66d015acfc400180ae6e4 Description": "O fuzil de assalto AK-102 5.56x45mm é uma versão mais modernizada da base AK-74M, mais precisamente a versão abreviada do AK-101. Uma versão compacta curta equipada com uma coronha de ombro dobrável lateralmente e uma montagem lateral para miras ópticas e noturnas. O AK-102 é compartimentado para disparar munição OTAN de 5,56x45mm e é projetado inteiramente para fins de exportação. Os AKs da série 100 são produzidos pelas fábricas Izhmash em Izhevsk, Rússia.", @@ -3637,7 +3637,7 @@ "5b099bf25acfc4001637e683 Description": "Adaptador para instalação de tubo da coronha telescópicas em rifles SA-58.", "5b0bbe4e5acfc40dc528a72d Name": "Rifle de Assalto DS Arms SA-58 7.62x51", "5b0bbe4e5acfc40dc528a72d ShortName": "SA-58", - "5b0bbe4e5acfc40dc528a72d Description": "SA-58 OSW (Operations Specialist Weapon), fabricado pela empresa americana DSA (David Selvaggio Arms) é uma cópia legal do FAL, feita com o mesmo produto de linha de equipamentos da Steyr-Daimler-Puch como o StG-58. Pode vir com um tamanho de cano diferente, lower receiver de uma liga de alumínio, partes de Nylon com fibras de vidro. Modelos civis são semiautomática, mas, modelos militares podem adquirir modo seletor de tiro que possuem modo automático com taxa de 750 cartuchos/minuto. O DSA-58 pode usar qualquer carregador disponível para o FAL.", + "5b0bbe4e5acfc40dc528a72d Description": "SA-58 OSW (Operations Specialist Weapon), fabricado pela empresa americana DSA (David Selvaggio Arms) é uma cópia legal do FAL, feita com o mesmo produto de linha de equipamentos da Steyr-Daimler-Puch como o StG-58. Pode vir com um tamanho de cano diferente, lower receiver de uma liga de alumínio, partes de Nylon com fibras de vidro. Modelos civis são semiautomática, mas, modelos militares podem adquirir modo seletor de tiro que possuem modo automático com taxa de 750 munições/minuto. O DSA-58 pode usar qualquer carregador disponível para o FAL.", "5b0bc22d5acfc47a8607f085 Name": "Alça de mira tipo Holland da DS Arms para SA-58", "5b0bc22d5acfc47a8607f085 ShortName": "Holland Type", "5b0bc22d5acfc47a8607f085 Description": "Alça de mira Holland Type fabricada pela DS Arms.", @@ -3646,7 +3646,7 @@ "5b0e794b5acfc47a877359b2 Description": "Coronha Zhukov-S para AKM/AK74 produzida pela Magpul. ", "5b1fa9b25acfc40018633c01 Name": "Pistola GLOCK 18C 9x19", "5b1fa9b25acfc40018633c01 ShortName": "GLOCK18C", - "5b1fa9b25acfc40018633c01 Description": "A Glock 18 é um modelo variante da Glock 17, que possui modo seletor de tiro. A arma de fogo é geralmente usada com um carregador estendido de 33 cartuchos, porém outros carregadores para Glock 17 podem ser usados, com disponibilidade de 10, 17 ou 19 cartuchos. Possui uma abertura chave na parte frontal do ferrolho, similar a abertura de Glock com modelos de ferrolho alongado, porém a Glock 18 tem um ferrolho de tamanho padrão. Esta abertura chave providência uma área que permite quatro, cortes progressivamente maiores (da ponta a base) feitos no cano para que a liberação dos gases seja para cima, providenciando maior controle sobre o rápido acionamento da pistola automática.", + "5b1fa9b25acfc40018633c01 Description": "A Glock 18 é um modelo variante da Glock 17, que possui modo seletor de tiro. A arma de fogo é geralmente usada com um carregador estendido de 33 munições, porém outros carregadores para Glock 17 podem ser usados, com disponibilidade de 10, 17 ou 19 munições. Possui uma abertura chave na parte frontal do ferrolho, similar a abertura de Glock com modelos de ferrolho alongado, porém a Glock 18 tem um ferrolho de tamanho padrão. Esta abertura chave providência uma área que permite quatro, cortes progressivamente maiores (da ponta a base) feitos no cano para que a liberação dos gases seja para cima, providenciando maior controle sobre o rápido acionamento da pistola automática.", "5b1fa9ea5acfc40018633c0a Name": "Cano com compensador para Glock 18C 9x19", "5b1fa9ea5acfc40018633c0a ShortName": "G18C 9x19 comp", "5b1fa9ea5acfc40018633c0a Description": "Cano com compensador de Glock 18C.", @@ -3655,10 +3655,10 @@ "5b1faa0f5acfc40dc528aeb5 Description": "Ferrolho padrão para pistolas Glock 18C 9x19.", "5b1fb3e15acfc4001637f068 Name": "Carregador de 40 munições 7.62x39 de Baquelite para AK e compatíveis", "5b1fb3e15acfc4001637f068 ShortName": "6P2 Bak", - "5b1fb3e15acfc4001637f068 Description": "Carregador de baquelite com capacidade de 40 cartuchos 7.62x39 para RPK, se encaixa em AK e armas compatíveis.", + "5b1fb3e15acfc4001637f068 Description": "Carregador de baquelite com capacidade de 40 munições 7.62x39 para RPK, se encaixa em AK e armas compatíveis.", "5b1fd4e35acfc40018633c39 Name": "Carregador de 10 munições em alumínio Izhmash 7.62x39 AK para AK e compatíveis", "5b1fd4e35acfc40018633c39 ShortName": "AK al. 10", - "5b1fd4e35acfc40018633c39 Description": "Carregador de 10 munições 7.62x39 feito de alumínio para AK e compatíveis, feito com liga leve de alumínio e reforçado com nervuras adicionais para ajudar na estabilidade. Essa modificação vem com capacidade limitada de 10 cartuchos para o mercado civil.", + "5b1fd4e35acfc40018633c39 Description": "Carregador de 10 munições 7.62x39 feito de alumínio para AK e compatíveis, feito com liga leve de alumínio e reforçado com nervuras adicionais para ajudar na estabilidade. Essa modificação vem com capacidade limitada de 10 munições para o mercado civil.", "5b222d335acfc4771e1be099 Name": "Trava PT AKM/AK-74", "5b222d335acfc4771e1be099 ShortName": "Trava AKM", "5b222d335acfc4771e1be099 Description": "Esta trava é projetada para instalar a coronha PT-1 na arma.\nEste modelo é projetado para instalação na AKM e AK-74.", @@ -3806,9 +3806,9 @@ "5b4329075acfc400153b78ff Name": "Gorro Pompom", "5b4329075acfc400153b78ff ShortName": "Pompom", "5b4329075acfc400153b78ff Description": "Gorro quente com um pompom. Só Scavs podem usar. Bem, ou uns caras que querem ser o centro das atenções.", - "5b4329f05acfc47a86086aa1 Name": "DevTac Ronin Respirator", - "5b4329f05acfc47a86086aa1 ShortName": "Ronin Respirator", - "5b4329f05acfc47a86086aa1 Description": "A Japan-styled tactical helmet, manufactured by DevTac. Not used by any military or special forces. Just somehow happened to be in Tarkov for some frivolous price. Features a full NIJ level IIIA protection of the whole head, though you really don't want to get shot in the face with this thing.", + "5b4329f05acfc47a86086aa1 Name": "Respirador DevTac Ronin", + "5b4329f05acfc47a86086aa1 ShortName": "Respirador Ronin", + "5b4329f05acfc47a86086aa1 Description": "Um capacete tático estilo japonês, fabricado pela DevTac. Não é usado por nenhuma força militar ou especial. Só aconteceu de estar em Tarkov por um preço frívolo. Apresenta proteção completa NIJ nível IIIA de toda a cabeça, embora você realmente não queira levar um tiro no rosto com essa coisa.", "5b432b2f5acfc4771e1c6622 Name": "Máscara quebrada de armadura leve", "5b432b2f5acfc4771e1c6622 ShortName": "Máscara quebrada", "5b432b2f5acfc4771e1c6622 Description": "A máscara de proteção facial, reforçado por fibras de aramida", @@ -4015,16 +4015,16 @@ "5ba26586d4351e44f824b340 Description": "Carregador de 40 munições, calibre 4.6x30 para MP7.", "5ba2678ad4351e44f824b344 Name": "4.6x30mm FMJ SX", "5ba2678ad4351e44f824b344 ShortName": "FMJ SX", - "5ba2678ad4351e44f824b344 Description": "Um cartucho HK FMJ SX de 4,6x30mm com uma bala de núcleo de liga de antimônio e chumbo de 2,6 gramas com uma jaqueta de metal completo (FMJ) de latão em uma caixa de latão. Este cartucho foi desenvolvido para uso militar geral, mas as capacidades balísticas de sua bala permitem perfurar proteções balísticas básicas e intermediárias do corpo, no entanto, devido ao seu design, possui uma alta probabilidade de ricochete em várias superfícies.", + "5ba2678ad4351e44f824b344 Description": "Uma munição HK FMJ SX de 4,6x30mm com uma bala de núcleo de liga de antimônio e chumbo de 2,6 gramas com uma jaqueta de metal completo (FMJ) de latão em uma caixa de latão. Esta munição foi desenvolvido para uso militar geral, mas as capacidades balísticas de sua bala permitem perfurar proteções balísticas básicas e intermediárias do corpo, no entanto, devido ao seu design, possui uma alta probabilidade de ricochete em várias superfícies.", "5ba26812d4351e003201fef1 Name": "4.6x30mm Action SX", "5ba26812d4351e003201fef1 ShortName": "Action SX", - "5ba26812d4351e003201fef1 Description": "Um cartucho HK Action SX de 4,6 x 30mm com uma bala de ponta oca de 2 gramas feita inteiramente de latão, em uma caixa de latão. Este cartucho foi projetado para incapacitar efetivamente um agressor durante operações de curta distância, graças ao seu considerável efeito de poder de parada, além de impedir a perfuração excessiva, no entanto, devido ao seu design, possui uma probabilidade significativa de ricochete em várias superfícies.", + "5ba26812d4351e003201fef1 Description": "Uma munição HK Action SX de 4,6 x 30mm com uma bala de ponta oca de 2 gramas feita inteiramente de latão, em uma caixa de latão. Esta munição foi projetado para incapacitar efetivamente um agressor durante operações de curta distância, graças ao seu considerável efeito de poder de parada, além de impedir a perfuração excessiva, no entanto, devido ao seu design, possui uma probabilidade significativa de ricochete em várias superfícies.", "5ba26835d4351e0035628ff5 Name": "4.6x30mm AP SX", "5ba26835d4351e0035628ff5 ShortName": "AP SX", - "5ba26835d4351e0035628ff5 Description": "Um cartucho HK AP SX de 4,6 x 30mm com uma bala perfurante de núcleo de aço banhado a cobre de 2 gramas em uma caixa de latão. O cartucho AP SX oferece a maior capacidade de penetração do calibre 4,6x30mm, permitindo que o atirador perfure proteções balísticas básicas e intermediárias do corpo, além de fornecer excelentes resultados contra alguns modelos de proteção especializados, porém, devido ao seu design, possui um alto ricochete probabilidade de várias superfícies.", + "5ba26835d4351e0035628ff5 Description": "Uma munição HK AP SX de 4,6 x 30mm com uma bala perfurante de núcleo de aço banhado a cobre de 2 gramas em uma caixa de latão. O cartucho AP SX oferece a maior capacidade de penetração do calibre 4,6x30mm, permitindo que o atirador perfure proteções balísticas básicas e intermediárias do corpo, além de fornecer excelentes resultados contra alguns modelos de proteção especializados, porém, devido ao seu design, possui um alto ricochete probabilidade de várias superfícies.", "5ba26844d4351e00334c9475 Name": "4.6x30mm Subsonic SX", "5ba26844d4351e00334c9475 ShortName": "Subsonic SX", - "5ba26844d4351e00334c9475 Description": "Um cartucho HK Subsonic SX de 4,6 x 30mm com uma bala subsônica de núcleo de liga de tungstênio banhada a cobre de 5 gramas em uma caixa de latão com carga reduzida. A carga de pólvora neste cartucho subsônico é ajustada para operar com a família MP7 de metralhadoras, garantindo o ciclo de disparo da arma e obtendo excelente redução de ruído quando usada em conjunto com um supressor, apesar de sua baixa velocidade de saída, a bala tem capacidade balística para perfurar proteções balísticas básicas do corpo e oferece excelentes resultados contra modelos de proteção intermediária, porém, devido ao seu design, possui alta probabilidade de ricochete em várias superfícies.", + "5ba26844d4351e00334c9475 Description": "Uma munição HK Subsonic SX de 4,6 x 30mm com uma bala subsônica de núcleo de liga de tungstênio banhada a cobre de 5 gramas em uma caixa de latão com carga reduzida. A carga de pólvora neste cartucho subsônico é ajustada para operar com a família MP7 de metralhadoras, garantindo o ciclo de disparo da arma e obtendo excelente redução de ruído quando usada em conjunto com um supressor, apesar de sua baixa velocidade de saída, a bala tem capacidade balística para perfurar proteções balísticas básicas do corpo e oferece excelentes resultados contra modelos de proteção intermediária, porém, devido ao seu design, possui alta probabilidade de ricochete em várias superfícies.", "5ba26acdd4351e003562908e Name": "Quebra chamas HK A1 4.6x30 para MP7", "5ba26acdd4351e003562908e ShortName": "MP7", "5ba26acdd4351e003562908e Description": "Quebra chamas projetado para instalação na MP7 calibre 4.6x30mm.", @@ -4522,22 +4522,22 @@ "5c0d32fcd174af02a1659c75 Description": "Óculos balístico com resistência ao impacto com lentes de policarbonato.", "5c0d56a986f774449d5de529 Name": "9x19mm RIP", "5c0d56a986f774449d5de529 ShortName": "RIP", - "5c0d56a986f774449d5de529 Description": "Um Parabellum RIP (Projétil Radical Invasivo) de 9x19mm, é um cartucho com uma bala frangível de 6 gramas projetada para produzir múltiplos canais de feridas para incapacitar os assaltantes rapidamente. Em um afastamento do design convencional de ponta oca, o \"R.I.P.\" rodada possui 8 pétalas de cobre sem chumbo usinadas ou \"trocars\", projetadas para se fragmentar rapidamente e se mover em várias direções, proporcionando um efeito de poder de parada superior de seu calibre, além de poder infligir efeitos adversos substanciais no alvo após o impacto.", + "5c0d56a986f774449d5de529 Description": "Um Parabellum RIP (Projétil Radical Invasivo) de 9x19mm, é uma munição com uma bala frangível de 6 gramas projetada para produzir múltiplos canais de feridas para incapacitar os assaltantes rapidamente. Em um afastamento do design convencional de ponta oca, o \"R.I.P.\" rodada possui 8 pétalas de cobre sem chumbo usinadas ou \"trocars\", projetadas para se fragmentar rapidamente e se mover em várias direções, proporcionando um efeito de poder de parada superior de seu calibre, além de poder infligir efeitos adversos substanciais no alvo após o impacto.", "5c0d591486f7744c505b416f Name": "12/70 RIP", "5c0d591486f7744c505b416f ShortName": "RIP", "5c0d591486f7744c505b416f Description": "RIP (Projétil Radicalmente Invasivo) é a escolha devastadora de munição para uso antipessoal. Esse cartucho calibre 12 possui talhas feitas com precisão em cobre, sem chumbo, feita especialmente para dilacerar o alvo.", "5c0d5ae286f7741e46554302 Name": "5.56x45mm Warmage", "5c0d5ae286f7741e46554302 ShortName": "WG", - "5c0d5ae286f7741e46554302 Description": "Um cartucho Warmageddon .223 Remington (5.56x45mm) com um projétil expansivo com ponta de polímero de chumbo de 3,6 gramas com revestimento de liga de cobre em uma caixa de latão; destinado à caça. Esta bala possui uma ponta balística que atua como uma cunha no núcleo de chumbo no momento do impacto, permitindo que a bala se expanda e cause danos notáveis no alvo, além de ser capaz de causar graves efeitos adversos ao alvo no momento do impacto, apesar de não ter toda a energia de um cartucho intermediário.", + "5c0d5ae286f7741e46554302 Description": "Uma munição Warmageddon .223 Remington (5.56x45mm) com um projétil expansivo com ponta de polímero de chumbo de 3,6 gramas com revestimento de liga de cobre em uma caixa de latão; destinado à caça. Esta bala possui uma ponta balística que atua como uma cunha no núcleo de chumbo no momento do impacto, permitindo que a bala se expanda e cause danos notáveis no alvo, além de ser capaz de causar graves efeitos adversos ao alvo no momento do impacto, apesar de não ter toda a energia de uma munição intermediário.", "5c0d5e4486f77478390952fe Name": "5.45x39mm PPBS gs \"Igolnik\"", "5c0d5e4486f77478390952fe ShortName": "7N39", - "5c0d5e4486f77478390952fe Description": "Um cartucho PPBS gs de 5.45x39mm (GRAU Index - 7N39) com uma bala perfurante de 4 gramas com um núcleo pontiagudo de carboneto de tungstênio com revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço. Este cartucho experimental foi desenvolvido por TsNIITochMash e TechKomplekt sob o nome de PPBS (Povyshennoy Probivayemosti, Broneboynyy Serdechnik - \"Increased Penetration, Armor-piercing Core\") \"Igólnik\" (\"Needlecase\") baseado no cartucho BS gs de 5.45x39mm para aumentar sua capacidade de penetração, proporcionando excelentes resultados contra as mais modernas proteções balísticas especializadas, além de ser capaz de perfurar coberturas leves e veículos blindados leves, porém, devido ao seu design, possui alta probabilidade de ricochete em diversas superfícies.", + "5c0d5e4486f77478390952fe Description": "Uma munição PPBS gs de 5.45x39mm (GRAU Index - 7N39) com uma bala perfurante de 4 gramas com um núcleo pontiagudo de carboneto de tungstênio com revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço. Esta munição experimental foi desenvolvido por TsNIITochMash e TechKomplekt sob o nome de PPBS (Povyshennoy Probivayemosti, Broneboynyy Serdechnik - \"Increased Penetration, Armor-piercing Core\") \"Igólnik\" (\"Needlecase\") baseado no cartucho BS gs de 5.45x39mm para aumentar sua capacidade de penetração, proporcionando excelentes resultados contra as mais modernas proteções balísticas especializadas, além de ser capaz de perfurar coberturas leves e veículos blindados leves, porém, devido ao seu design, possui alta probabilidade de ricochete em diversas superfícies.", "5c0d668f86f7747ccb7f13b2 Name": "9x39mm SPP gs", "5c0d668f86f7747ccb7f13b2 ShortName": "SPP", - "5c0d668f86f7747ccb7f13b2 Description": "Um cartucho especial 9x39mm SPP gs (GRAU Index - 7N9) com uma bala perfurante subsônica de 15,7 gramas com um núcleo pontiagudo de aço carbono endurecido sobre uma base de chumbo com um semi-revestimento bimetálico, em uma caixa de aço. Este cartucho foi desenvolvido no início dos anos 2000 com base no cartucho 9x39mm SP-5 gs para melhorar seu design e capacidade de penetração, resultando em uma melhoria na perfuração de proteções balísticas básicas e intermediárias além de fornecer resultados excelentes contra alguns modelos de proteção especializados, e tendo um efeito de poder de parada considerável. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", + "5c0d668f86f7747ccb7f13b2 Description": "Uma munição especial 9x39mm SPP gs (GRAU Index - 7N9) com uma bala perfurante subsônica de 15,7 gramas com um núcleo pontiagudo de aço carbono endurecido sobre uma base de chumbo com um semi-revestimento bimetálico, em uma caixa de aço. Esta munição foi desenvolvido no início dos anos 2000 com base no cartucho 9x39mm SP-5 gs para melhorar seu design e capacidade de penetração, resultando em uma melhoria na perfuração de proteções balísticas básicas e intermediárias além de fornecer resultados excelentes contra alguns modelos de proteção especializados, e tendo um efeito de poder de parada considerável. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", "5c0d688c86f77413ae3407b2 Name": "9x39mm BP gs", "5c0d688c86f77413ae3407b2 ShortName": "BP", - "5c0d688c86f77413ae3407b2 Description": "Um cartucho especial 9x39mm BP gs (GRAU Index - 7N12) com uma bala perfurante subsônica de 15,5 gramas com um núcleo de aço carbono endurecido com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço. Este cartucho BP (Bronebóynaya Púlya - \"Armor-piercing Bullet\") foi desenvolvido no início dos anos 2000 com base no cartucho 9x39mm SP-6 para melhorar seu design e capacidade de penetração, resultando em uma melhoria na perfuração da maioria dos modelos de proteções balísticas especializadas, além de fornecer um efeito de poder de parada significativo. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", + "5c0d688c86f77413ae3407b2 Description": "Uma munição especial 9x39mm BP gs (GRAU Index - 7N12) com uma bala perfurante subsônica de 15,5 gramas com um núcleo de aço carbono endurecido com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço. Esta munição BP (Bronebóynaya Púlya - \"Armor-piercing Bullet\") foi desenvolvido no início dos anos 2000 com base no cartucho 9x39mm SP-6 para melhorar seu design e capacidade de penetração, resultando em uma melhoria na perfuração da maioria dos modelos de proteções balísticas especializadas, além de fornecer um efeito de poder de parada significativo. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", "5c0e2f26d174af02a9625114 Name": "Upper receiver 5.56x45 para rifles AR-15 ADAR 2-15", "5c0e2f26d174af02a9625114 ShortName": "2-15 Super", "5c0e2f26d174af02a9625114 Description": "Upper receiver para ADAR 2-15 fabricado pela ADAR. Com trilho para dispositivos adicionais.", @@ -4777,7 +4777,7 @@ "5c1f79a086f7746ed066fb8f Description": "Chave de acesso à sala", "5c3df7d588a4501f290594e5 Name": "9x19mm Green Tracer", "5c3df7d588a4501f290594e5 ShortName": "GT", - "5c3df7d588a4501f290594e5 Description": "Um cartucho 9x19mm Parabellum Green Tracer. Destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Apesar de apresentar um núcleo de aço, a bala neste cartucho ainda tem dificuldades em perfurar a proteção balística básica do corpo, no entanto, pode fornecer um efeito significativo de poder de parada no alvo.", + "5c3df7d588a4501f290594e5 Description": "Uma munição 9x19mm Parabellum Green Tracer. Destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Apesar de apresentar um núcleo de aço, a bala neste cartucho ainda tem dificuldades em perfurar a proteção balística básica do corpo, no entanto, pode fornecer um efeito significativo de poder de parada no alvo.", "5c46fbd72e2216398b5a8c9c Name": "Rifle Sniper SVDS 7.62x54", "5c46fbd72e2216398b5a8c9c ShortName": "SVDS", "5c46fbd72e2216398b5a8c9c Description": "O rifle de precisão Dragunov com coronha dobrável - variante da SVDS. Foi especialmente projetada para paraquedistas russos e unidades de forças especias.", @@ -5068,7 +5068,7 @@ "5c920e902e221644f31c3c99 Description": "Carregador estendido de 20 munições 9x19 para P226.", "5c925fa22e221601da359b7b Name": "9x19mm AP 6.3", "5c925fa22e221601da359b7b ShortName": "AP 6.3", - "5c925fa22e221601da359b7b Description": "Um cartucho Parabellum AP 6.3 de 9x19mm com um projétil de fragmentação controlado em duas partes, uma bala perfurante que apresenta um sabot de latão e um penetrador de aço endurecido de 6,3mm. Graças ao design desta bala AP (Armor-Piercing) e apesar de ter uma velocidade média do cano em relação a outros cartuchos do mesmo calibre, tem capacidade de perfurar a proteção balística básica do corpo junto com alguns modelos intermediários.", + "5c925fa22e221601da359b7b Description": "Uma munição Parabellum AP 6.3 de 9x19mm com um projétil de fragmentação controlado em duas partes, uma bala perfurante que apresenta um sabot de latão e um penetrador de aço endurecido de 6,3mm. Graças ao design desta bala AP (Armor-Piercing) e apesar de ter uma velocidade média do cano em relação a outras munições do mesmo calibre, tem capacidade de perfurar a proteção balística básica do corpo junto com alguns modelos intermediários.", "5c94bbff86f7747ee735c08f Name": "Cartão de acesso à Terragroup Labs", "5c94bbff86f7747ee735c08f ShortName": "Cartão", "5c94bbff86f7747ee735c08f Description": "Cartão para acesso à Terragroup Labs de uso único", @@ -5098,7 +5098,7 @@ "5ca20d5986f774331e7c9602 Description": "Mochila tática com carregamento frontal. Indicado para uso por forças militares, de segurança ou para treinamento tático militar.", "5ca20ee186f774799474abc2 Name": "Capacete a prova de balas Vulkan-5 LShZ-5 (Preto)", "5ca20ee186f774799474abc2 ShortName": "Vulkan-5", - "5ca20ee186f774799474abc2 Description": "Capacete pesado com alto nível de proteção, \"Vulkan-5\" é destinado para uso com um conjunto de equipamentos com proteção de classe 5, proteção para cabeça de projéteis de médio e alto calibres.", + "5ca20ee186f774799474abc2 Description": "O capacete de alta proteção Vulkan-5 LShZ-5 foi projetado para uso em um conjunto de equipamentos de combate com proteção de cabeça circular de classe 5 (GOST russo) contra projéteis médios a pesados.", "5ca2113f86f7740b2547e1d2 Name": "Protector facial Vulkan-5", "5ca2113f86f7740b2547e1d2 ShortName": "Visor Vulkan-5", "5ca2113f86f7740b2547e1d2 Description": "Protetor facial blindado especial para o capacete pesado Vulkan-5. Aumenta as chances de sobreviver aos impactos de balas e estilhaços.", @@ -5137,13 +5137,13 @@ "5cadd954ae921500103bb3c2 Description": "Alça de mira produzida pela Sight Mount company para pistolas Beretta M9. É instalada como substituta para a alça de mira original e permite usá-la caso não tenha nenhuma mira instalada.", "5cadf6ddae9215051e1c23b2 Name": "12.7x55mm PS12", "5cadf6ddae9215051e1c23b2 ShortName": "PS12", - "5cadf6ddae9215051e1c23b2 Description": "Um cartucho especial PS12 de 12,7x55mm com uma bala pesada subsônica de 33 gramas com núcleo de chumbo e revestimento bimetálico, em uma caixa de latão. Este cartucho foi projetado no início da década de 2010 para o fuzil de assalto ASh-12 e apesar de seu design rudimentar, o projétil é capaz de perfurar proteções balísticas básicas do corpo, além de proporcionar um efeito considerável de poder de parada e ser capaz de infligir efeitos adversos severos em o alvo após o impacto. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", + "5cadf6ddae9215051e1c23b2 Description": "Uma munição especial PS12 de 12,7x55mm com uma bala pesada subsônica de 33 gramas com núcleo de chumbo e revestimento bimetálico, em uma caixa de latão. Esta munição foi projetado no início da década de 2010 para o fuzil de assalto ASh-12 e apesar de seu design rudimentar, o projétil é capaz de perfurar proteções balísticas básicas do corpo, além de proporcionar um efeito considerável de poder de parada e ser capaz de infligir efeitos adversos severos em o alvo após o impacto. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", "5cadf6e5ae921500113bb973 Name": "12.7x55mm PS12A", "5cadf6e5ae921500113bb973 ShortName": "PS12A", - "5cadf6e5ae921500113bb973 Description": "Um cartucho especial PS12A de 12,7x55mm com uma bala de luz subsônica de 7 gramas com núcleo de alumínio e semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de latão. A bala neste cartucho foi projetada para desmoronar e perder velocidade rapidamente ao atingir um objeto sólido, a fim de reduzir a probabilidade de ricochete durante as operações urbanas ao custo da capacidade de penetração, consequentemente, isso lhe confere um excelente efeito de poder de parada graças ao seu calibre e capacidade de infligir efeitos adversos críticos no alvo após o impacto.", + "5cadf6e5ae921500113bb973 Description": "Uma munição especial PS12A de 12,7x55mm com uma bala de luz subsônica de 7 gramas com núcleo de alumínio e semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de latão. A bala neste cartucho foi projetada para desmoronar e perder velocidade rapidamente ao atingir um objeto sólido, a fim de reduzir a probabilidade de ricochete durante as operações urbanas ao custo da capacidade de penetração, consequentemente, isso lhe confere um excelente efeito de poder de parada graças ao seu calibre e capacidade de infligir efeitos adversos críticos no alvo após o impacto.", "5cadf6eeae921500134b2799 Name": "12.7x55mm PS12B", "5cadf6eeae921500134b2799 ShortName": "PS12B", - "5cadf6eeae921500134b2799 Description": "Um cartucho especial PS12B de 12,7x55mm com uma bala perfurante subsônica de 18 gramas com um núcleo de aço reforçado com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de latão. Este cartucho foi projetado no início da década de 2010 para fornecer ao fuzil de assalto ASh-12 capacidade de neutralizar pessoal hostil equipado com proteção balística básica e intermediária, além de fornecer um efeito de poder de parada significativo devido ao seu calibre e poder infligir efeitos adversos no alvo após o impacto. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", + "5cadf6eeae921500134b2799 Description": "Uma munição especial PS12B de 12,7x55mm com uma bala perfurante subsônica de 18 gramas com um núcleo de aço reforçado com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de latão. Esta munição foi projetado no início da década de 2010 para fornecer ao fuzil de assalto ASh-12 capacidade de neutralizar pessoal hostil equipado com proteção balística básica e intermediária, além de fornecer um efeito de poder de parada significativo devido ao seu calibre e poder infligir efeitos adversos no alvo após o impacto. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", "5cadfbf7ae92152ac412eeef Name": "Rifle de assalto ASh-12 12.7x55", "5cadfbf7ae92152ac412eeef ShortName": "ASh-12", "5cadfbf7ae92152ac412eeef Description": "O rifle de batalha ASh-12.7 (que significa \"Rifle de assalto automático, de 12,7mm\") é um rifle dedicado a CQB/Operações Urbanas, desenvolvido pela TsKIB SOO (\"Central de Design e Agência de Pesquisas de Armas Esportivas e de Caça\"), uma subsidiária da KBP Instrument Design Bureau of Tula, por solicitação do FSB (Serviço Federal de Segurança). A arma foi projetada para ter um altíssimo poder de parada a curta distância para unidades de combate urbano do FSB.", @@ -5239,19 +5239,19 @@ "5cc701d7e4a94900100ac4e7 Description": "Um cano para P90 5.7x28mm, com 407mm de comprimento.", "5cc80f38e4a949001152b560 Name": "5.7x28mm SS190", "5cc80f38e4a949001152b560 ShortName": "SS190", - "5cc80f38e4a949001152b560 Description": "Um cartucho FN SS190 de 5.7x28mm com uma bala perfurante de blindagem de 2 gramas com um penetrador de aço sobre um núcleo de alumínio com revestimento de cobre reforçado, em uma caixa de latão. Graças à sua velocidade de saída e design, este cartucho é capaz de perfurar proteções balísticas básicas do corpo e oferece excelentes resultados contra modelos de proteção intermediária, porém, devido ao seu design, possui alta probabilidade de ricochete em várias superfícies.", + "5cc80f38e4a949001152b560 Description": "Uma munição FN SS190 de 5.7x28mm com uma bala perfurante de blindagem de 2 gramas com um penetrador de aço sobre um núcleo de alumínio com revestimento de cobre reforçado, em uma caixa de latão. Graças à sua velocidade de saída e design, este cartucho é capaz de perfurar proteções balísticas básicas do corpo e oferece excelentes resultados contra modelos de proteção intermediária, porém, devido ao seu design, possui alta probabilidade de ricochete em várias superfícies.", "5cc80f53e4a949000e1ea4f8 Name": "5.7x28mm L191", "5cc80f53e4a949000e1ea4f8 ShortName": "L191", - "5cc80f53e4a949000e1ea4f8 Description": "Um cartucho FN L191 de 5.7x28mm com uma bala traçante perfurante de armadura de 2,1 gramas com um penetrador de aço sobre um núcleo de alumínio com revestimento de cobre reforçado, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Este cartucho foi projetado para fornecer recursos de rastreamento para metralhadoras de calibre 5.7x28mm durante o disparo automático, especificamente para a submetralhadora FN P90 em conjunto com o cartucho FN SS190 de 5.7x28mm, além de ser capaz de perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários, no entanto, devido ao seu design, possui uma alta probabilidade de ricochete em várias superfícies.", + "5cc80f53e4a949000e1ea4f8 Description": "Uma munição FN L191 de 5.7x28mm com uma bala traçante perfurante de armadura de 2,1 gramas com um penetrador de aço sobre um núcleo de alumínio com revestimento de cobre reforçado, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta munição foi projetado para fornecer recursos de rastreamento para metralhadoras de calibre 5.7x28mm durante o disparo automático, especificamente para a submetralhadora FN P90 em conjunto com o cartucho FN SS190 de 5.7x28mm, além de ser capaz de perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários, no entanto, devido ao seu design, possui uma alta probabilidade de ricochete em várias superfícies.", "5cc80f67e4a949035e43bbba Name": "5.7x28mm SB193", "5cc80f67e4a949035e43bbba ShortName": "SB193", - "5cc80f67e4a949035e43bbba Description": "Um cartucho FN SB193 de 5.7x28mm com uma bala subsônica de núcleo de chumbo de 4 gramas com revestimento de cobre reforçado, em uma caixa de latão com carga reduzida. A carga de pólvora neste cartucho é ajustada para garantir o ciclo de tiro da arma quando disparada da pistola FN Five-seveN e da submetralhadora FN P90, obtendo excelente redução de ruído quando usada em conjunto com um supressor e, apesar de sua baixa velocidade de saída, a bullet possui capacidades balísticas para perfurar proteções balísticas básicas do corpo e fornece excelentes resultados contra modelos de proteção intermediária, porém, devido ao seu design, possui uma probabilidade significativa de ricochete em várias superfícies.", + "5cc80f67e4a949035e43bbba Description": "Uma munição FN SB193 de 5.7x28mm com uma bala subsônica de núcleo de chumbo de 4 gramas com revestimento de cobre reforçado, em uma caixa de latão com carga reduzida. A carga de pólvora neste cartucho é ajustada para garantir o ciclo de tiro da arma quando disparada da pistola FN Five-seveN e da submetralhadora FN P90, obtendo excelente redução de ruído quando usada em conjunto com um supressor e, apesar de sua baixa velocidade de saída, a bullet possui capacidades balísticas para perfurar proteções balísticas básicas do corpo e fornece excelentes resultados contra modelos de proteção intermediária, porém, devido ao seu design, possui uma probabilidade significativa de ricochete em várias superfícies.", "5cc80f79e4a949033c7343b2 Name": "5.7x28mm SS198LF", "5cc80f79e4a949033c7343b2 ShortName": "SS198LF", - "5cc80f79e4a949033c7343b2 Description": "Um cartucho FN SS198LF de 5.7x28mm com uma bala de ponta aberta de núcleo de alumínio de 1,8 grama com uma capa de cobre, em uma caixa de latão. Este cartucho foi projetado para uso pelas forças policiais, atingindo velocidades de saída mais altas em comparação com outros cartuchos do mesmo calibre e proporcionando um efeito de poder de parada considerável, embora seu próprio design diminuísse sua capacidade de perfurar até as proteções balísticas mais básicas.", + "5cc80f79e4a949033c7343b2 Description": "Uma munição FN SS198LF de 5.7x28mm com uma bala de ponta aberta de núcleo de alumínio de 1,8 grama com uma capa de cobre, em uma caixa de latão. Esta munição foi projetado para uso pelas forças policiais, atingindo velocidades de saída mais altas em comparação com outras munições do mesmo calibre e proporcionando um efeito de poder de parada considerável, embora seu próprio design diminuísse sua capacidade de perfurar até as proteções balísticas mais básicas.", "5cc80f8fe4a949033b0224a2 Name": "5.7x28mm SS197SR", "5cc80f8fe4a949033b0224a2 ShortName": "SS197SR", - "5cc80f8fe4a949033b0224a2 Description": "Um cartucho FN SS197SR de 5.7x28mm com uma bala expansiva com ponta de polímero de chumbo de 2,6 gramas com uma jaqueta de metal de cobre, em uma caixa de latão. Esta bala possui uma ponta balística que atua como uma cunha no núcleo de chumbo no momento do impacto, permitindo que a bala se expanda e cause danos significativos no alvo, e apesar da peculiaridade de seu design e sua baixa velocidade em relação a outros cartuchos de seu calibre, é capaz de perfurar proteções básicas do corpo balístico.", + "5cc80f8fe4a949033b0224a2 Description": "Uma munição FN SS197SR de 5.7x28mm com uma bala expansiva com ponta de polímero de chumbo de 2,6 gramas com uma jaqueta de metal de cobre, em uma caixa de latão. Esta bala possui uma ponta balística que atua como uma cunha no núcleo de chumbo no momento do impacto, permitindo que a bala se expanda e cause danos significativos no alvo, e apesar da peculiaridade de seu design e sua baixa velocidade em relação a outras munições de seu calibre, é capaz de perfurar proteções básicas do corpo balístico.", "5cc82796e24e8d000f5859a8 Name": "Quebra chamas FN P90 5.7x28", "5cc82796e24e8d000f5859a8 ShortName": "P90", "5cc82796e24e8d000f5859a8 Description": "Corta chama padrão P90, produzido pela Fabrique Nationale Herstal.", @@ -5260,10 +5260,10 @@ "5cc82d76e24e8d00134b4b83 Description": "A FN P90, também conhecida como FN Project 1990, é uma compacta personal defense weapon (PDW) projetada e fabricada pela FN Herstal, na Bélgica. Criado em resposta a pedidos da substituição do 9×19mm Parabellum pela OTAN, a P90 foi concebida como uma compacta, mas poderosa arma para tripulações de veículos, operadores de armas montadas, pessoal de apoio, forças especiais, e a luta contra grupos terroristas.", "5cc86832d7f00c000d3a6e6c Name": "5.7x28mm R37.F", "5cc86832d7f00c000d3a6e6c ShortName": "R37.F", - "5cc86832d7f00c000d3a6e6c Description": "Um cartucho FN R37.F de 5.7x28mm com uma bala frangível de 2,4 gramas feita inteiramente de cobre, em uma caixa de latão; produzido pela R&R Weapon Systems. A bala é projetada para se fragmentar após o impacto, transformando a ponta da bala em três pétalas afiadas, proporcionando um efeito de poder de parada superior de seu calibre, além de causar efeitos adversos substanciais no alvo após o impacto, ao custo da capacidade de penetração, mesmo contra a proteção balística básica.", + "5cc86832d7f00c000d3a6e6c Description": "Uma munição FN R37.F de 5.7x28mm com uma bala frangível de 2,4 gramas feita inteiramente de cobre, em uma caixa de latão; produzido pela R&R Weapon Systems. A bala é projetada para se fragmentar após o impacto, transformando a ponta da bala em três pétalas afiadas, proporcionando um efeito de poder de parada superior de seu calibre, além de causar efeitos adversos substanciais no alvo após o impacto, ao custo da capacidade de penetração, mesmo contra a proteção balística básica.", "5cc86840d7f00c002412c56c Name": "5.7x28mm R37.X", "5cc86840d7f00c002412c56c ShortName": "R37.X", - "5cc86840d7f00c002412c56c Description": "Um cartucho FN R37.X de 5.7x28mm com uma bala de ponta aberta de 2,4 gramas feita inteiramente de cobre, em uma caixa de latão; produzido pela R&R Weapon Systems. A bala é projetada para se expandir após o impacto, transformando a ponta da bala em uma forma de estrela de três pontas cujas pétalas são afiadas, garantindo um excelente efeito de poder de parada, além de causar efeitos adversos substanciais no alvo após o impacto, ao custo de penetração capacidades, mesmo contra proteção balística básica.", + "5cc86840d7f00c002412c56c Description": "Uma munição FN R37.X de 5.7x28mm com uma bala de ponta aberta de 2,4 gramas feita inteiramente de cobre, em uma caixa de latão; produzido pela R&R Weapon Systems. A bala é projetada para se expandir após o impacto, transformando a ponta da bala em uma forma de estrela de três pontas cujas pétalas são afiadas, garantindo um excelente efeito de poder de parada, além de causar efeitos adversos substanciais no alvo após o impacto, ao custo de penetração capacidades, mesmo contra proteção balística básica.", "5cc9a96cd7f00c011c04e04a Name": "Quebra chamas para AK-74 SRVV 5.45x39", "5cc9a96cd7f00c011c04e04a ShortName": "SRVV", "5cc9a96cd7f00c011c04e04a Description": "Quebra chamas para AK-74 produzido pela SRVV.", @@ -5311,7 +5311,7 @@ "5cde7b43d7f00c000d36b93e Description": "Trilho A*B Arms MOD X é universalmente compatível com Remington Modelo 700.", "5cde8864d7f00c0010373be1 Name": "12.7x108mm B-32", "5cde8864d7f00c0010373be1 ShortName": "B-32", - "5cde8864d7f00c0010373be1 Description": "Um cartucho 12,7x108mm B-32 gl (Índice GAU - 57-BZ-542, Índice GRAU - 7B3-2) com uma bala incendiária perfurante de 48 gramas com um núcleo de aço tratado termicamente de alta resistência com um composto incendiário no ponta e uma jaqueta bimetálica, em uma caixa de latão. Este cartucho foi introduzido em serviço em 1936 para o armamento soviético de calibre 12.7x108mm, projetado principalmente para neutralizar veículos blindados leves, bem como helicópteros e para poder neutralizar pessoal hostil por trás de coberturas leves, sem mencionar seus excelentes resultados contra os mais modernos equipamentos balísticos especializados. proteções do corpo, além de ter um efeito de poder de parada considerável e ser capaz de infligir efeitos adversos graves no alvo após o impacto.", + "5cde8864d7f00c0010373be1 Description": "Uma munição 12,7x108mm B-32 gl (Índice GAU - 57-BZ-542, Índice GRAU - 7B3-2) com uma bala incendiária perfurante de 48 gramas com um núcleo de aço tratado termicamente de alta resistência com um composto incendiário no ponta e uma jaqueta bimetálica, em uma caixa de latão. Esta munição foi introduzido em serviço em 1936 para o armamento soviético de calibre 12.7x108mm, projetado principalmente para neutralizar veículos blindados leves, bem como helicópteros e para poder neutralizar pessoal hostil por trás de coberturas leves, sem mencionar seus excelentes resultados contra os mais modernos equipamentos balísticos especializados. proteções do corpo, além de ter um efeito de poder de parada considerável e ser capaz de infligir efeitos adversos graves no alvo após o impacto.", "5cde95d97d6c8b647a3769b0 Name": "Upper padrão BEAR", "5cde95d97d6c8b647a3769b0 ShortName": "", "5cde95d97d6c8b647a3769b0 Description": "", @@ -5368,7 +5368,7 @@ "5cdeb229d7f00c000e7ce174 Description": "NSV", "5ce69cbad7f00c00b61c5098 Name": "Carregador de 5 munições PMAG .308 AC M700", "5ce69cbad7f00c00b61c5098 ShortName": "PMAG .308 AC", - "5ce69cbad7f00c00b61c5098 Description": "Carregador Magpul em polímero para o rifle sniper M700, com capacidade para 5 cartuchos .308.", + "5ce69cbad7f00c00b61c5098 Description": "Carregador Magpul em polímero para o rifle sniper M700, com capacidade para 5 munições .308.", "5cebec00d7f00c065c53522a Name": "Supressor FN Attenuator 5.7x28", "5cebec00d7f00c065c53522a ShortName": "Atenuador", "5cebec00d7f00c065c53522a Description": "O Attenuator é um supressor 5.7x28 produzido por Fabrique Nationale Herstal.\n", @@ -5420,9 +5420,9 @@ "5cf67cadd7f00c065a5abab7 Name": "Adaptador de modificações SKS", "5cf67cadd7f00c065a5abab7 ShortName": "WT0032-1", "5cf67cadd7f00c065a5abab7 Description": "Adaptador quebra chamas Weapon Tuning permite instalação de quebra chamas 7.62 modernos na SKS.", - "5cf6935bd7f00c06585fb791 Name": "TACCOM Carbine Brake 9x19 muzzle brake", + "5cf6935bd7f00c06585fb791 Name": "Compensador TACCOM Carbine Brake 9x19", "5cf6935bd7f00c06585fb791 ShortName": "TACCOM", - "5cf6935bd7f00c06585fb791 Description": "The \"Carbine Brake\" muzzle brake manufactured by TACCOM for SIG MPX.", + "5cf6935bd7f00c06585fb791 Description": "Compensador \"Carbine Brake\" fabricado pela TACCOM para a SIG MPX.", "5cf6937cd7f00c056c53fb39 Name": "Quebra Chamas Bulletec ST-6012 5.56x45 para AR-15", "5cf6937cd7f00c056c53fb39 ShortName": "ST-6012", "5cf6937cd7f00c056c53fb39 Description": "O quebra chamas ST-6012 é muito eficaz na plataforma AR-15, produzido por Bulletec.", @@ -5443,7 +5443,7 @@ "5cf7acfcd7f00c1084477cf2 Description": "Upper reveiver padrão para PS90, produzido pela Fabrique Nationale Herstal.", "5cf8f3b0d7f00c00217872ef Name": "Carregador de 20 munições MaxRounds Powermag 12x76 para SOK-12 e compatíveis", "5cf8f3b0d7f00c00217872ef ShortName": "Powermag 20", - "5cf8f3b0d7f00c00217872ef Description": "Carregador MaxRounds Powermag 20 munições para SOK-12 e compatíveis, para uso de cartuchos 12/76 e 12/70.", + "5cf8f3b0d7f00c00217872ef Description": "Carregador MaxRounds Powermag 20 munições para SOK-12 e compatíveis, para uso de munições 12/76 e 12/70.", "5cfe8010d7ad1a59283b14c6 Name": "Carregador de 50 munições X-47 para AK 7.62x39mm", "5cfe8010d7ad1a59283b14c6 ShortName": "X-47 7.62", "5cfe8010d7ad1a59283b14c6 Description": "O X-47 é um carregador tambor com capacidade de 50 munições calibre 7.62x39 para AK produzido pela X-Products.", @@ -5836,7 +5836,7 @@ "5d25a6a48abbc306c62e6310 Description": "Carregador de 12 munições do rifle sniper M700 feito por Modular Driven Technologies LP para calibres .308.", "5d25a7b88abbc3054f3e60bc Name": "Carregador de 10 munições PMAG .308 AC M700", "5d25a7b88abbc3054f3e60bc ShortName": "PMAG .308 AC", - "5d25a7b88abbc3054f3e60bc Description": "Carregador Magpul em polímero para o rifle sniper M700, com capacidade para 10 cartuchos .308.", + "5d25a7b88abbc3054f3e60bc Description": "Carregador Magpul em polímero para o rifle sniper M700, com capacidade para 10 munições .308.", "5d25af8f8abbc3055079fec5 Name": "Carregador de 10 munições Promag M700 AA-70 .308", "5d25af8f8abbc3055079fec5 ShortName": "AA-70 10", "5d25af8f8abbc3055079fec5 Description": "Carregador Promag para rifle sniper M700, para chassi Archangel M700 calibre .308, capacidade para 10 munições.", @@ -5896,7 +5896,7 @@ "5d2f261548f03576f500e7b7 Description": "Upper receiver padrão para MP5 Kurz fabricado pela HK.\n", "5d2f2ab648f03550091993ca Name": "12.7x108mm BZT-44M", "5d2f2ab648f03550091993ca ShortName": "BZT-44M", - "5d2f2ab648f03550091993ca Description": "Um cartucho de 12,7x108mm BZT-44M gzh (Índice GRAU - 57-BZT-542M) com uma bala traçante incendiária perfurante de 44 gramas com um núcleo de aço reforçado termicamente com um composto incendiário na ponta e uma jaqueta bimetálica, em um bimetálico caso; destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Este cartucho foi modernizado pela TsNIITochMash em 2002 para ser usado em conjunto com o cartucho B-32 gl e ter um desempenho balístico semelhante, sendo capaz de neutralizar veículos blindados leves, helicópteros e pessoal hostil atrás de coberturas leves, sem contar sua excelente resultados contra as mais modernas proteções de corpo balístico especializado, além de ter um excelente efeito de poder de parada e ser capaz de infligir efeitos adversos devastadores no alvo após o impacto.", + "5d2f2ab648f03550091993ca Description": "Uma munição de 12,7x108mm BZT-44M gzh (Índice GRAU - 57-BZT-542M) com uma bala traçante incendiária perfurante de 44 gramas com um núcleo de aço reforçado termicamente com um composto incendiário na ponta e uma jaqueta bimetálica, em um bimetálico caso; destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Esta munição foi modernizado pela TsNIITochMash em 2002 para ser usado em conjunto com o cartucho B-32 gl e ter um desempenho balístico semelhante, sendo capaz de neutralizar veículos blindados leves, helicópteros e pessoal hostil atrás de coberturas leves, sem contar sua excelente resultados contra as mais modernas proteções de corpo balístico especializado, além de ter um excelente efeito de poder de parada e ser capaz de infligir efeitos adversos devastadores no alvo após o impacto.", "5d2f2d5748f03572ec0c0139 Name": "Alça do ferrolho MP5 Kurz", "5d2f2d5748f03572ec0c0139 ShortName": "MP5k hnd.", "5d2f2d5748f03572ec0c0139 Description": "Alça do ferrolho padrão para HK MP5 Kurz.", @@ -6007,7 +6007,7 @@ "5d52cc5ba4b9367408500062 Description": "EDITAR", "5d52d479a4b936793d58c76b Name": "Caixa AGS-30 para 30 granadas 30x29", "5d52d479a4b936793d58c76b ShortName": "AGS-30", - "5d52d479a4b936793d58c76b Description": "Uma caixa de 30 cartuchos 30x29 para lançador de granadas AGS-30.", + "5d52d479a4b936793d58c76b Description": "Uma caixa de 30 munições 30x29 para lançador de granadas AGS-30.", "5d53f4b7a4b936793d58c780 Name": "Luneta PAG-17", "5d53f4b7a4b936793d58c780 ShortName": "PAG-17", "5d53f4b7a4b936793d58c780 Description": "Uma mira de médio alcance para o lançador de granadas AGS-30 para direcionamento preciso.", @@ -6085,7 +6085,7 @@ "5d6e689ca4b9361bc8618956 Description": "Balote 12/70 \"Poleva-6u\" com núcleo FMJ para escopetas 12ga", "5d6e68a8a4b9360b6c0d54e2 Name": "12/70 Balote AP-20", "5d6e68a8a4b9360b6c0d54e2 ShortName": "AP-20", - "5d6e68a8a4b9360b6c0d54e2 Description": "A 12/70 armor-piercing slug shell for 12 gauge shotguns. Designed for stopping vehicles and penetrating targets behind cover.", + "5d6e68a8a4b9360b6c0d54e2 Description": "Um projétil perfurante de blindagem 12/70 para espingardas calibre 12. Projetado para parar veículos e penetrar alvos atrás de cobertura.", "5d6e68b3a4b9361bca7e50b5 Name": "12/70 Balote HP Copper Sabot Premier", "5d6e68b3a4b9361bca7e50b5 ShortName": "CSP", "5d6e68b3a4b9361bca7e50b5 Description": "Balote 12/70 de cobre sólido para escopetas 12ga.", @@ -6142,7 +6142,7 @@ "5d6fe50986f77449d97f7463 Description": "Caixa de mantimentos médicos", "5d70e500a4b9364de70d38ce Name": "30x29mm VOG-30", "5d70e500a4b9364de70d38ce ShortName": "VOG-30", - "5d70e500a4b9364de70d38ce Description": "Um cartucho VOG-30 (GRAU 7P36) de 30x29mm com uma granada de fragmentação.", + "5d70e500a4b9364de70d38ce Description": "Uma munição VOG-30 (GRAU 7P36) de 30x29mm com uma granada de fragmentação.", "5d7b6bafa4b93652786f4c76 Name": "Suporte FN RMR para 5-7 Mk.2", "5d7b6bafa4b93652786f4c76 ShortName": "Supor 57 RMR", "5d7b6bafa4b93652786f4c76 Description": "Suporte Trijicon RMR Fabrique Nationale Herstal, também compatível com Holosun HS507C.", @@ -6281,16 +6281,16 @@ "5de8e67c4a9f347bc92edbd7 Name": "Upper receiver B&T 9x19 para MP9-N SMG", "5de8e67c4a9f347bc92edbd7 ShortName": "MP9-N Superior", "5de8e67c4a9f347bc92edbd7 Description": "Upper receiver para SMG MP9-N fabricada pela Brugger & Thomet.\n", - "5de8e8dafd6b4e6e2276dc32 Name": "Carregador de 15 cartuchos 9x19 para MP9", + "5de8e8dafd6b4e6e2276dc32 Name": "Carregador de 15 munições 9x19 para MP9", "5de8e8dafd6b4e6e2276dc32 ShortName": "MP9", "5de8e8dafd6b4e6e2276dc32 Description": "Carregador em polímero de 15 munições para SMGs baseadas na MP9, produzida pela Brugger & Thomet.", "5de8ea8ffd6b4e6e2276dc35 Name": "Carregadorde de 20 munições 9x19 para MP9", "5de8ea8ffd6b4e6e2276dc35 ShortName": "MP9", "5de8ea8ffd6b4e6e2276dc35 Description": "Carregador em polímero de 20 munições para SMGs baseadas na MP9, produzida pela Brugger & Thomet.", - "5de8eaadbbaf010b10528a6d Name": "Carregador de 25 cartuchos 9x19 para MP9", + "5de8eaadbbaf010b10528a6d Name": "Carregador de 25 munições 9x19 para MP9", "5de8eaadbbaf010b10528a6d ShortName": "MP9", "5de8eaadbbaf010b10528a6d Description": "Carregador em polímero de 25 munições para SMGs baseadas na MP9, produzida pela Brugger & Thomet.", - "5de8eac42a78646d96665d91 Name": "Carregador de 30 cartuchos 9x19 para MP9", + "5de8eac42a78646d96665d91 Name": "Carregador de 30 munições 9x19 para MP9", "5de8eac42a78646d96665d91 ShortName": "MP9", "5de8eac42a78646d96665d91 Description": "Carregador em polímero de 30 munições para SMGs baseadas na MP9, produzida pela Brugger & Thomet.", "5de8f237bbaf010b10528a70 Name": "Adaptador B&T para supressor padrão MP9.", @@ -6499,22 +6499,22 @@ "5e01f37686f774773c6f6c15 Description": "Viseira leve, de perfil baixo, feita de vidro a prova de balas que acopla facilmente e sem precisar de ferramentas na frente do capacete EXFIL.", "5e023cf8186a883be655e54f Name": "7.62x54mm R T-46M gzh", "5e023cf8186a883be655e54f ShortName": "T46M", - "5e023cf8186a883be655e54f Description": "Um cartucho 7.62x54mm R T-46M gzh (GRAU Index - 7T2M) com um projétil traçador de núcleo de chumbo de 9,6 gramas com revestimento bimetálico, em caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Este cartucho traçador é uma versão modernizada do modelo T-46 (Índice GRAU - 7T2), pois oferece recursos de rastreamento de maior distância e tem eficácia balística semelhante ao cartucho gzh LPS (Índice GRAU - 57-N-323S), pois apesar o design rudimentar da bala, é capaz de perfurar as proteções básicas e intermediárias do corpo balístico, além de fornecer um efeito de poder de parada considerável, no entanto, tem uma probabilidade significativa de ricochete em várias superfícies.", + "5e023cf8186a883be655e54f Description": "Uma munição 7.62x54mm R T-46M gzh (GRAU Index - 7T2M) com um projétil traçador de núcleo de chumbo de 9,6 gramas com revestimento bimetálico, em caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Esta munição traçador é uma versão modernizada do modelo T-46 (Índice GRAU - 7T2), pois oferece recursos de rastreamento de maior distância e tem eficácia balística semelhante ao cartucho gzh LPS (Índice GRAU - 57-N-323S), pois apesar o design rudimentar da bala, é capaz de perfurar as proteções básicas e intermediárias do corpo balístico, além de fornecer um efeito de poder de parada considerável, no entanto, tem uma probabilidade significativa de ricochete em várias superfícies.", "5e023d34e8a400319a28ed44 Name": "7.62x54mm R BT gzh", "5e023d34e8a400319a28ed44 ShortName": "BT", - "5e023d34e8a400319a28ed44 Description": "Um cartucho 7.62x54mm R BT gzh (GRAU Index - 7BT1) com uma bala traçante perfurante de armadura de 9,2 gramas com um núcleo pontiagudo de aço reforçado com revestimento bimetálico, em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traçante: Verde). Esta bala BT (Bronebóynaya Trassíruyushchaya - \"Armor-piercing Tracer\") é uma versão melhorada da usada no cartucho 7.62x54mm R T-46M, já que o núcleo de chumbo foi substituído por um de aço termo-reforçado, proporcionando a armas de fogo automáticas capacidade de penetração contra proteções balísticas básicas, intermediárias e especializadas do corpo, além de fornecer um efeito significativo de poder de parada.", + "5e023d34e8a400319a28ed44 Description": "Uma munição 7.62x54mm R BT gzh (GRAU Index - 7BT1) com uma bala traçante perfurante de armadura de 9,2 gramas com um núcleo pontiagudo de aço reforçado com revestimento bimetálico, em uma caixa bimetálica; destinado à designação de alvos e ajuste de fogo em batalha (cor do traçante: Verde). Esta bala BT (Bronebóynaya Trassíruyushchaya - \"Armor-piercing Tracer\") é uma versão melhorada da usada no cartucho 7.62x54mm R T-46M, já que o núcleo de chumbo foi substituído por um de aço termo-reforçado, proporcionando a armas de fogo automáticas capacidade de penetração contra proteções balísticas básicas, intermediárias e especializadas do corpo, além de fornecer um efeito significativo de poder de parada.", "5e023d48186a883be655e551 Name": "7.62x54mm R BS gs", "5e023d48186a883be655e551 ShortName": "BS", - "5e023d48186a883be655e551 Description": "Um cartucho R BS gs 7.62x54mm R BS gs (GRAU Index - 7N37) com uma bala perfurante de 12,2 gramas com um núcleo pontiagudo de carboneto de tungstênio sobre uma base de chumbo com revestimento bimetálico, em uma caixa de aço. Esta bala BS (Broneboynyy Serdechnik - \"Armor-piercing Core\") foi desenvolvida por TsNIITochMash na década de 2010 para aumentar muito as capacidades de penetração de rifles de atirador designados, como o SVD e suas variantes, sendo capaz de perfurar o corpo balístico especializado mais moderno proteções, além de ser capaz de perfurar coberturas leves e veículos blindados leves, apesar de ter uma velocidade de saída relativamente baixa em comparação com outros cartuchos. No entanto, devido ao seu design, tem uma probabilidade significativa de ricochete em várias superfícies.", + "5e023d48186a883be655e551 Description": "Uma munição R BS gs 7.62x54mm R BS gs (GRAU Index - 7N37) com uma bala perfurante de 12,2 gramas com um núcleo pontiagudo de carboneto de tungstênio sobre uma base de chumbo com revestimento bimetálico, em uma caixa de aço. Esta bala BS (Broneboynyy Serdechnik - \"Armor-piercing Core\") foi desenvolvida por TsNIITochMash na década de 2010 para aumentar muito as capacidades de penetração de rifles de atirador designados, como o SVD e suas variantes, sendo capaz de perfurar o corpo balístico especializado mais moderno proteções, além de ser capaz de perfurar coberturas leves e veículos blindados leves, apesar de ter uma velocidade de saída relativamente baixa em comparação com outras munições. No entanto, devido ao seu design, tem uma probabilidade significativa de ricochete em várias superfícies.", "5e023e53d4353e3302577c4c Name": "7.62x51mm BCP FMJ", "5e023e53d4353e3302577c4c ShortName": "BCP FMJ", - "5e023e53d4353e3302577c4c Description": "Um cartucho BCP FMJ de 7.62x51mm com uma bala de núcleo de chumbo de 10,9 gramas com uma jaqueta bimetálica em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo, produzido pela Barnaul Cartridge Plant. Apesar de seu design rudimentar, este cartucho é capaz de fornecer um excelente efeito de poder de parada, além de poder perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários.", + "5e023e53d4353e3302577c4c Description": "Uma munição BCP FMJ de 7.62x51mm com uma bala de núcleo de chumbo de 10,9 gramas com uma jaqueta bimetálica em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo, produzido pela Barnaul Cartridge Plant. Apesar de seu design rudimentar, este cartucho é capaz de fornecer um excelente efeito de poder de parada, além de poder perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários.", "5e023e6e34d52a55c3304f71 Name": "7.62x51mm TCW SP", "5e023e6e34d52a55c3304f71 ShortName": "TPZ SP", - "5e023e6e34d52a55c3304f71 Description": "Um cartucho de 7.62x51mm com uma bala de ponta macia (SP) de núcleo de chumbo de 10,7 gramas com uma semi-revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo, produzido por Tula Cartridge Works. Este cartucho é destinado ao público amador, tanto de caça, recreação e tiro esportivo, graças à sua versatilidade, além de poder perfurar as proteções balísticas básicas do corpo e apresentar excelentes resultados contra modelos intermediários, porém, possui alta probabilidade de quicando em várias superfícies.", + "5e023e6e34d52a55c3304f71 Description": "Uma munição de 7.62x51mm com uma bala de ponta macia (SP) de núcleo de chumbo de 10,7 gramas com uma semi-revestimento bimetálico em uma caixa de aço; destinado à caça, defesa doméstica e prática de tiro ao alvo, produzido por Tula Cartridge Works. Esta munição é destinado ao público amador, tanto de caça, recreação e tiro esportivo, graças à sua versatilidade, além de poder perfurar as proteções balísticas básicas do corpo e apresentar excelentes resultados contra modelos intermediários, porém, possui alta probabilidade de quicando em várias superfícies.", "5e023e88277cce2b522ff2b1 Name": "7.62x51mm Ultra Nosler", "5e023e88277cce2b522ff2b1 ShortName": "Ultra Nosler", - "5e023e88277cce2b522ff2b1 Description": "Um cartucho Ultra Nosler de 7.62x51mm com uma bala de ponta mole de 10,6 gramas com dois núcleos de chumbo separados por uma divisória sólida fundida ao cobre semi-encamisado, em uma caixa de aço; destinados à caça e à prática de tiro ao alvo. Graças ao seu design, este cartucho oferece uma das melhores transferências de energia do seu calibre, podendo causar graves efeitos adversos no alvo após o impacto devido ao núcleo traseiro, oferecendo assim um excelente efeito de poder de parada.", + "5e023e88277cce2b522ff2b1 Description": "Uma munição Ultra Nosler de 7.62x51mm com uma bala de ponta mole de 10,6 gramas com dois núcleos de chumbo separados por uma divisória sólida fundida ao cobre semi-encamisado, em uma caixa de aço; destinados à caça e à prática de tiro ao alvo. Graças ao seu design, este cartucho oferece uma das melhores transferências de energia do seu calibre, podendo causar graves efeitos adversos no alvo após o impacto devido ao núcleo traseiro, oferecendo assim um excelente efeito de poder de parada.", "5e208b9842457a4a7a33d074 Name": "Supressor \"DTKP MK.2\" Hexagon 7.62x39", "5e208b9842457a4a7a33d074 ShortName": "DTKP ", "5e208b9842457a4a7a33d074 Description": "Supressor DTKP 7.62x39mm da empresa Hexagon. Projetado para modificações modernas da AK com rosca 24x1.5.", @@ -6709,7 +6709,7 @@ "5e81ee4dcb2b95385c177582 Description": "Alça de mira padrão para a pistola M1911A1, produzida por Colt.", "5e81f423763d9f754677bf2e Name": ".45 ACP FMJ", "5e81f423763d9f754677bf2e ShortName": "FMJ", - "5e81f423763d9f754677bf2e Description": "Um cartucho .45 ACP (11.43x23mm) Match FMJ (Cartucho, Calibre .45, Ball, Match, M1911) com uma bala de núcleo de chumbo de 14.9 gramas com uma capa de cobre, em uma caixa de latão. Este cartucho é fabricado com maior precisão para atender às necessidades do moderno armamento de calibre .45 ACP usado pelas Forças Armadas dos Estados Unidos, sendo capaz de perfurar a proteção balística básica do corpo, além de oferecer um efeito significativo de poder de parada.", + "5e81f423763d9f754677bf2e Description": "Uma munição .45 ACP (11.43x23mm) Match FMJ (Cartucho, Calibre .45, Ball, Match, M1911) com uma bala de núcleo de chumbo de 14.9 gramas com uma capa de cobre, em uma caixa de latão. Esta munição é fabricado com maior precisão para atender às necessidades do moderno armamento de calibre .45 ACP usado pelas Forças Armadas dos Estados Unidos, sendo capaz de perfurar a proteção balística básica do corpo, além de oferecer um efeito significativo de poder de parada.", "5e831507ea0a7c419c2f9bd9 Name": "Torniquete Esmarch", "5e831507ea0a7c419c2f9bd9 ShortName": "Esmarch", "5e831507ea0a7c419c2f9bd9 Description": "Este torniquete hemostático leva o nome de Friedrich August von Esmarch, deve ser junto com outros métodos, na cirurgia militar de campo.", @@ -6742,7 +6742,7 @@ "5e85a9a6eacf8c039e4e2ac1 Description": "Cartucho chumbo grosso 23x75mm projetado para ser efetivo a 10 metros o menos.", "5e85a9f4add9fe03027d9bf1 Name": "Munição 23x75mm Zvezda flashbang", "5e85a9f4add9fe03027d9bf1 ShortName": "Star", - "5e85a9f4add9fe03027d9bf1 Description": "Um cartucho de granada flash-bang 23x75mmR \"Zvezda\" (\"Estrela\") feito para efeito psicológico no inimigo.", + "5e85a9f4add9fe03027d9bf1 Description": "Uma munição de granada flash-bang 23x75mmR \"Zvezda\" (\"Estrela\") feito para efeito psicológico no inimigo.", "5e85aa1a988a8701445df1f5 Name": "Balote 23x75mm Barrikada", "5e85aa1a988a8701445df1f5 ShortName": "Barr.", "5e85aa1a988a8701445df1f5 Description": "Cartucho 23x75mmR \"Barrikada\" (\"Barricada\") com projétil de aço sólido capaz de destruir o bloco do motor de um carro a até 100 metros.", @@ -6754,13 +6754,13 @@ "5e870397991fd70db46995c8 Description": "A série 500 da Mossberg é uma das escopetas mais famosas e difundidas do mundo. Protegendo sua propriedade desde 1961.", "5e87071478f43e51ca2de5e1 Name": "Cano 20\" para M590 12ga", "5e87071478f43e51ca2de5e1 ShortName": "20\" M590", - "5e87071478f43e51ca2de5e1 Description": "Cano para Mossberg M590A1, com 508mm de comprimento para cartuchos calibre 12ga.", + "5e87071478f43e51ca2de5e1 Description": "Cano para Mossberg M590A1, com 508mm de comprimento para munições calibre 12ga.", "5e87076ce2db31558c75a11d Name": "Guarda-mão Speedfeed curto para M590A1", "5e87076ce2db31558c75a11d ShortName": "Speedfeed", "5e87076ce2db31558c75a11d Description": "Guarda-mão clássico de polímero feito para a escopeta Mossberg M590.", "5e87080c81c4ed43e83cefda Name": "Carregador de 8 munições da M590A1", "5e87080c81c4ed43e83cefda ShortName": "M590A1x8", - "5e87080c81c4ed43e83cefda Description": "Tampa do carregador de 8 cartuchos para Mossberg M590A1 calibre 12ga.", + "5e87080c81c4ed43e83cefda Description": "Tampa do carregador de 8 munições para Mossberg M590A1 calibre 12ga.", "5e8708d4ae379e67d22e0102 Name": "Massa de mira Kit Ghost ring M590", "5e8708d4ae379e67d22e0102 ShortName": "590 GR FS", "5e8708d4ae379e67d22e0102 Description": "Massa de mira Ghost ring para M590 produzida por Mossberg.", @@ -6871,7 +6871,7 @@ "5ea18c84ecf1982c7712d9a2 Description": "Armadura protetora opcional para o capacete Diamond Age Bastion.", "5ea2a8e200685063ec28c05a Name": ".45 ACP RIP", "5ea2a8e200685063ec28c05a ShortName": "RIP", - "5ea2a8e200685063ec28c05a Description": "Um .45 ACP (11,43x23mm) RIP (Projétil Radical Invasivo), é um cartucho com uma bala frangível de 10,5 gramas projetada para produzir múltiplos canais de feridas para incapacitar os assaltantes rapidamente. Em um afastamento do design convencional de ponta oca, o \"R.I.P.\" rodada possui 8 pétalas de cobre usinadas sem chumbo ou \"trocars\", projetadas para se fragmentar rapidamente e se mover em várias direções, proporcionando assim um efeito de poder de parada superior de seu calibre, além de poder infligir efeitos adversos severos no alvo após o impacto .", + "5ea2a8e200685063ec28c05a Description": "Um .45 ACP (11,43x23mm) RIP (Projétil Radical Invasivo), é uma munição com uma bala frangível de 10,5 gramas projetada para produzir múltiplos canais de feridas para incapacitar os assaltantes rapidamente. Em um afastamento do design convencional de ponta oca, o \"R.I.P.\" rodada possui 8 pétalas de cobre usinadas sem chumbo ou \"trocars\", projetadas para se fragmentar rapidamente e se mover em várias direções, proporcionando assim um efeito de poder de parada superior de seu calibre, além de poder infligir efeitos adversos severos no alvo após o impacto .", "5ed515c8d380ab312177c0fa Name": "3-(b-TG)", "5ed515c8d380ab312177c0fa ShortName": "3-(b-TG)", "5ed515c8d380ab312177c0fa Description": "Droga de combate. Tem um efeito estimulante ao Sistema Nervoso Central. Aumenta a percepção e a atenção. Pode melhorar rapidamente os indicadores de força devido ao aumento do sinal nervoso exercido sobre os músculos. A substancia ativa é o 3-(b-\nFenilisopropil)-hidrocloridrato de sydnonimina. Uso permitido apenas para médicos militares e paramédicos.", @@ -6967,22 +6967,22 @@ "5efaf417aeb21837e749c7f2 Description": "O guarda-mão B - 10M é fabricado em liga de alumínio D16T totalmente usinada com revestimento preto e substitui a empunhadura padrão da série AK-103, 104, 105, 74S 74 M, AKM e AKMS. O trilho B-19 é basicamente um suporte para mira acima do gas tube. Também totalmente usinado em liga de alumínio D16T com revestimento preto, ele pode ser instalado em empunhaduras B - 10M ou B - 21m. © Zenith", "5efb0c1bd79ff02a1f5e68d9 Name": "7.62x51mm M993", "5efb0c1bd79ff02a1f5e68d9 ShortName": "M993", - "5efb0c1bd79ff02a1f5e68d9 Description": "Um cartucho NATO M993 de 7.62x51mm com uma bala perfurante de 8,2 gramas com um penetrador de carboneto de tungstênio sobre uma base de alumínio com revestimento de cobre, em uma caixa de latão. Este cartucho foi projetado durante a década de 1990 para fornecer ao pessoal das Forças Armadas dos Estados Unidos a capacidade de perfurar coberturas leves e veículos blindados leves, além de fornecer excelentes resultados contra as mais modernas proteções de corpos balísticos especializados.", + "5efb0c1bd79ff02a1f5e68d9 Description": "Uma munição NATO M993 de 7.62x51mm com uma bala perfurante de 8,2 gramas com um penetrador de carboneto de tungstênio sobre uma base de alumínio com revestimento de cobre, em uma caixa de latão. Esta munição foi projetado durante a década de 1990 para fornecer ao pessoal das Forças Armadas dos Estados Unidos a capacidade de perfurar coberturas leves e veículos blindados leves, além de fornecer excelentes resultados contra as mais modernas proteções de corpos balísticos especializados.", "5efb0cabfb3e451d70735af5 Name": ".45 ACP AP", "5efb0cabfb3e451d70735af5 ShortName": "AP", - "5efb0cabfb3e451d70735af5 Description": "Um cartucho AP .45 ACP (11,43x23mm) com um projétil de fragmentação controlado em duas partes, uma bala perfurante que apresenta um sabot de latão e um penetrador de aço endurecido de 7mm. Graças ao design desta bala AP (Armor-Piercing) e apesar de ter uma velocidade média do cano em relação a outros cartuchos do mesmo calibre, tem capacidade de perfurar a proteção balística básica do corpo junto com alguns modelos intermediários e ainda fornece um poder de parada significativo efeito.", + "5efb0cabfb3e451d70735af5 Description": "Uma munição AP .45 ACP (11,43x23mm) com um projétil de fragmentação controlado em duas partes, uma bala perfurante que apresenta um sabot de latão e um penetrador de aço endurecido de 7mm. Graças ao design desta bala AP (Armor-Piercing) e apesar de ter uma velocidade média do cano em relação a outras munições do mesmo calibre, tem capacidade de perfurar a proteção balística básica do corpo junto com alguns modelos intermediários e ainda fornece um poder de parada significativo efeito.", "5efb0d4f4bc50b58e81710f3 Name": ".45 ACP Lasermatch FMJ", "5efb0d4f4bc50b58e81710f3 ShortName": "LM", - "5efb0d4f4bc50b58e81710f3 Description": "Um cartucho Lasermatch FMJ .45 ACP (11,43x23mm) com uma bala de núcleo de chumbo de 14,5 gramas com revestimento de cobre, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Este cartucho foi projetado para fornecer recursos de rastreamento para submetralhadoras de calibre .45 ACP durante o disparo automático, além de oferecer um efeito de poder de parada considerável e ser capaz de perfurar a proteção balística básica do corpo.", + "5efb0d4f4bc50b58e81710f3 Description": "Uma munição Lasermatch FMJ .45 ACP (11,43x23mm) com uma bala de núcleo de chumbo de 14,5 gramas com revestimento de cobre, em uma caixa de latão; destinado à designação de alvos e ajuste de fogo em batalha (cor do traço: vermelho). Esta munição foi projetado para fornecer recursos de rastreamento para submetralhadoras de calibre .45 ACP durante o disparo automático, além de oferecer um efeito de poder de parada considerável e ser capaz de perfurar a proteção balística básica do corpo.", "5efb0da7a29a85116f6ea05f Name": "9x19mm PBP gzh", "5efb0da7a29a85116f6ea05f ShortName": "PBP", - "5efb0da7a29a85116f6ea05f Description": "Um cartucho 9x19mm Parabellum PBP gzh (GRAU Index - 7N31) com uma bala perfurante de armadura de 4,1 gramas com um núcleo de aço carbono endurecido com um revestimento cilíndrico de alumínio e semi-revestimento bimetálico em uma caixa bimetálica. Esse projeto de bala é baseado em experiências com vários cartuchos de pistola perfurantes no final da década de 1990, com o objetivo de neutralizar pessoal hostil equipado com proteção balística básica e intermediária, além de ser capaz de perfurar coberturas leves e ter uma excelente velocidade de saída.", + "5efb0da7a29a85116f6ea05f Description": "Uma munição 9x19mm Parabellum PBP gzh (GRAU Index - 7N31) com uma bala perfurante de armadura de 4,1 gramas com um núcleo de aço carbono endurecido com um revestimento cilíndrico de alumínio e semi-revestimento bimetálico em uma caixa bimetálica. Esse projeto de bala é baseado em experiências com vários munições de pistola perfurantes no final da década de 1990, com o objetivo de neutralizar pessoal hostil equipado com proteção balística básica e intermediária, além de ser capaz de perfurar coberturas leves e ter uma excelente velocidade de saída.", "5efb0e16aeb21837e749c7ff Name": "9x19mm QuakeMaker", "5efb0e16aeb21837e749c7ff ShortName": "QuakeMaker", - "5efb0e16aeb21837e749c7ff Description": "Um cartucho Parabellum QuakeMaker de 9x19mm com uma bala de ponta oca de 11,9 gramas feita inteiramente de chumbo em uma caixa leve de aço com base de alumínio anodizado vermelho; destinado à defesa doméstica e prática de tiro ao alvo. Devido ao seu design, este cartucho fornece um excelente efeito de poder de parada, além de causar graves efeitos adversos no alvo após o impacto ao custo da capacidade de penetração, além de ter uma velocidade de saída consideravelmente menor em relação a outros cartuchos do mesmo calibre.", + "5efb0e16aeb21837e749c7ff Description": "Uma munição Parabellum QuakeMaker de 9x19mm com uma bala de ponta oca de 11,9 gramas feita inteiramente de chumbo em uma caixa leve de aço com base de alumínio anodizado vermelho; destinado à defesa doméstica e prática de tiro ao alvo. Devido ao seu design, este cartucho fornece um excelente efeito de poder de parada, além de causar graves efeitos adversos no alvo após o impacto ao custo da capacidade de penetração, além de ter uma velocidade de saída consideravelmente menor em relação a outras munições do mesmo calibre.", "5efb0fc6aeb21837e749c801 Name": ".45 ACP Hydra-Shok", "5efb0fc6aeb21837e749c801 ShortName": "HS", - "5efb0fc6aeb21837e749c801 Description": "Um cartucho Hydra-Shok .45 ACP (11.43x23mm) com uma bala de ponta oca de 14,9 gramas de chumbo com um semi-revestimento de cobre, em uma caixa de latão. Apesar de ter uma velocidade de saída um pouco menor para seu calibre, este cartucho oferece uma das melhores transferências de energia do calibre .45 ACP, podendo causar efeitos adversos severos no alvo após o impacto, oferecendo um excelente efeito de poder de parada ao custo de penetração capacidades.", + "5efb0fc6aeb21837e749c801 Description": "Uma munição Hydra-Shok .45 ACP (11.43x23mm) com uma bala de ponta oca de 14,9 gramas de chumbo com um semi-revestimento de cobre, em uma caixa de latão. Apesar de ter uma velocidade de saída um pouco menor para seu calibre, este cartucho oferece uma das melhores transferências de energia do calibre .45 ACP, podendo causar efeitos adversos severos no alvo após o impacto, oferecendo um excelente efeito de poder de parada ao custo de penetração capacidades.", "5efdaf6de6a30218ed211a48 Name": "Oftalmoscópio Marcado", "5efdaf6de6a30218ed211a48 ShortName": "Oftalmoscópio", "5efdaf6de6a30218ed211a48 Description": "Dispositivo médico para diagnóstico de exame dos olhos, com um pedaço de fita.", @@ -7000,7 +7000,7 @@ "5eff135be0d3331e9d282b7b Description": "Pendrive marcado com fita adesiva azul. Geralmente esses pendrives são usados pelo pessoal do TerraGroup.", "5f0596629e22f464da6bbdd9 Name": ".366 AP", "5f0596629e22f464da6bbdd9 ShortName": "AP-M", - "5f0596629e22f464da6bbdd9 Description": "Um cartucho AP-M .366 TKM (9.55x39mm) carregado com uma bala perfurante de 16 gramas de um cartucho SP-6 gs 9x39mm, composto por um núcleo de aço carbono endurecido com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço modificada. Este cartucho engenhosamente improvisado foi criado pela Mechanic devido à situação precária de seus clientes em Tarkov, resultando em um cartucho que pode perfurar a proteção balística básica e intermediária do corpo, além de proporcionar um efeito de poder de parada considerável, no entanto, seu próprio design altera seu padrão de vôo, tornando-o menos preciso. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", + "5f0596629e22f464da6bbdd9 Description": "Uma munição AP-M .366 TKM (9.55x39mm) carregado com uma bala perfurante de 16 gramas de uma munição SP-6 gs 9x39mm, composto por um núcleo de aço carbono endurecido com uma semi-revestimento de duas camadas, um interior de chumbo e um exterior bimetálico, em uma caixa de aço modificada. Esta munição engenhosamente improvisado foi criado pela Mechanic devido à situação precária de seus clientes em Tarkov, resultando em uma munição que pode perfurar a proteção balística básica e intermediária do corpo, além de proporcionar um efeito de poder de parada considerável, no entanto, seu próprio design altera seu padrão de vôo, tornando-o menos preciso. Seu design também permite que seja usado em carregadores AK de 7.62x39mm sem nenhum problema.", "5f0c892565703e5c461894e9 Name": "40x46mm M433 (HEDP)", "5f0c892565703e5c461894e9 ShortName": "M433", "5f0c892565703e5c461894e9 Description": "Capsula 40-mm M386 com granada de fragmentação equipada com fusível instantâneo, que deve ser armado antes de atirar, com distância de até 15-30 metros.", @@ -7045,7 +7045,7 @@ "5f3e778efcd9b651187d7201 Description": "Empunhadura GVT G10 lateral de fibra de vidro para M45A1, produzida pela Mil-Tac.", "5f3e77b26cda304dcc634057 Name": "Carregador de 7-munições .45 ACP Wilson Combat para M1911A1", "5f3e77b26cda304dcc634057 ShortName": "Wilson", - "5f3e77b26cda304dcc634057 Description": "Um carregador ACP .45 de 7 cartuchos com uma base de aço de baixo perfil para pistolas Colt M1911, fabricadas pela Wilson Combat. Vem como um carregador edição padrão para a pistola M45A1.", + "5f3e77b26cda304dcc634057 Description": "Um carregador ACP .45 de 7 munições com uma base de aço de baixo perfil para pistolas Colt M1911, fabricadas pela Wilson Combat. Vem como um carregador edição padrão para a pistola M45A1.", "5f3e77f59103d430b93f94c1 Name": "Cano com rosca .45 ACP para M1911A1", "5f3e77f59103d430b93f94c1 ShortName": "M1911A1 .45", "5f3e77f59103d430b93f94c1 Description": "Cano com rosca para M1911A1 .45 ACP, produzido por Colt.", @@ -7111,7 +7111,7 @@ "5f5f64f947344c2e4f6c431e Description": "", "5f5f65180bc58666c37e784a Name": "Scav Hunter", "5f5f65180bc58666c37e784a ShortName": "", - "5f5f65180bc58666c37e784a Description": "Hunting pants", + "5f5f65180bc58666c37e784a Description": "Calças de caça", "5f5f653179db6e3f0e19b762 Name": "Scav Drystch", "5f5f653179db6e3f0e19b762 ShortName": "", "5f5f653179db6e3f0e19b762 Description": "", @@ -7181,15 +7181,15 @@ "5f6372e2865db925d54f3869 Name": "Quebra chamas Ferfrans CQB 5.56x45", "5f6372e2865db925d54f3869 ShortName": "Ferfrans QC", "5f6372e2865db925d54f3869 Description": "Quebra chamas Ferfranse. Pode ser equipado também com Dispositivo Ferfrans Modular Redutor de Concussão.", - "5f647d9f8499b57dc40ddb93 Name": "Tampa do tubo alimentador de 3 cartuchos KS-23M 23mm", + "5f647d9f8499b57dc40ddb93 Name": "Tampa do tubo alimentador de 3 munições KS-23M 23mm", "5f647d9f8499b57dc40ddb93 ShortName": "KS-23Mx3", - "5f647d9f8499b57dc40ddb93 Description": "Tampa do carregador de 3 cartuchos para KS-23M 23mm.", + "5f647d9f8499b57dc40ddb93 Description": "Tampa do carregador de 3 munições para KS-23M 23mm.", "5f647f31b6238e5dd066e196 Name": "23x75mm Chumbo Grosso Shrapnel-25", "5f647f31b6238e5dd066e196 ShortName": "Shr.25", "5f647f31b6238e5dd066e196 Description": "Cartucho chumbo grosso 23x75mm projetado para ser efetivo a 25 metros o menos.", "5f647fd3f6e4ab66c82faed6 Name": "23x75mm Balote de borracha \"Volna-R\"", "5f647fd3f6e4ab66c82faed6 ShortName": "Wave-R.10", - "5f647fd3f6e4ab66c82faed6 Description": "Um cartucho menos letal 23x75mmR \"Volna-R\" (\"Wave-R\") com uma bala de bola de borracha. O alcance mínimo \"seguro\" é de cerca de 40 metros (mais próximo pode causar lesões corporais graves ou morte).", + "5f647fd3f6e4ab66c82faed6 Description": "Uma munição menos letal 23x75mmR \"Volna-R\" (\"Wave-R\") com uma bala de bola de borracha. O alcance mínimo \"seguro\" é de cerca de 40 metros (mais próximo pode causar lesões corporais graves ou morte).", "5f68c4a7c174a17c0f4c8945 Name": "", "5f68c4a7c174a17c0f4c8945 ShortName": "", "5f68c4a7c174a17c0f4c8945 Description": "", @@ -7369,19 +7369,19 @@ "5fc2369685fd526b824a5713 Description": "Coronha telescópica Precision feita por B5.", "5fc275cf85fd526b824a571a Name": ".338 Lapua Magnum FMJ", "5fc275cf85fd526b824a571a ShortName": "FMJ", - "5fc275cf85fd526b824a571a Description": "Um cartucho FMJ .338 Lapua Magnum (8,6 x 70mm) com uma bala de núcleo de chumbo de 16,2 gramas com uma jaqueta bimetálica em uma caixa de latão. Apesar de seu design rudimentar, este cartucho possui capacidade de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer um efeito de poder de parada considerável e ser capaz de causar efeitos adversos críticos no alvo após o impacto. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", + "5fc275cf85fd526b824a571a Description": "Uma munição FMJ .338 Lapua Magnum (8,6 x 70mm) com uma bala de núcleo de chumbo de 16,2 gramas com uma jaqueta bimetálica em uma caixa de latão. Apesar de seu design rudimentar, este cartucho possui capacidade de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer um efeito de poder de parada considerável e ser capaz de causar efeitos adversos críticos no alvo após o impacto. No entanto, devido ao seu design, tem uma alta probabilidade de ricochetear em várias superfícies.", "5fc278107283c4046c581489 Name": "Upper receiver Sword Int. Mk-18 mod 1", "5fc278107283c4046c581489 ShortName": "Mk-18 Upper", "5fc278107283c4046c581489 Description": "Upper receiver regular para Mk-18 Mod 1 por Sword International. Vem com mount para acoplar equipamentos adicionais.", "5fc382a9d724d907e2077dab Name": ".338 Lapua Magnum AP", "5fc382a9d724d907e2077dab ShortName": "AP", - "5fc382a9d724d907e2077dab Description": "Um cartucho .338 Lapua Magnum (8.6x70mm) AP com um projétil perfurante de blindagem de duas partes de 15,4 gramas, a bala consiste em um sabot e um corpo penetrador de carboneto de tungstênio, em uma caixa de latão. Este cartucho foi projetado para aumentar, de forma limitada, as capacidades anti-material dos fuzis calibre .338 Lapua Magnum, conseguindo perfurar veículos blindados leves sem contar seus excelentes resultados contra as mais modernas proteções balísticas especializadas bem como ter um efeito de poder de parada considerável e ser capaz de infligir efeitos adversos devastadores no alvo após o impacto. No entanto, devido ao seu design, tem uma probabilidade significativa de ricochetear em várias superfícies.", + "5fc382a9d724d907e2077dab Description": "Uma munição .338 Lapua Magnum (8.6x70mm) AP com um projétil perfurante de blindagem de duas partes de 15,4 gramas, a bala consiste em um sabot e um corpo penetrador de carboneto de tungstênio, em uma caixa de latão. Esta munição foi projetado para aumentar, de forma limitada, as capacidades anti-material dos fuzis calibre .338 Lapua Magnum, conseguindo perfurar veículos blindados leves sem contar seus excelentes resultados contra as mais modernas proteções balísticas especializadas bem como ter um efeito de poder de parada considerável e ser capaz de infligir efeitos adversos devastadores no alvo após o impacto. No entanto, devido ao seu design, tem uma probabilidade significativa de ricochetear em várias superfícies.", "5fc382b6d6fa9c00c571bbc3 Name": ".338 Lapua Magnum TAC-X", "5fc382b6d6fa9c00c571bbc3 ShortName": "TAC-X", - "5fc382b6d6fa9c00c571bbc3 Description": "Um cartucho TAC-X .338 Lapua Magnum (8.6x70mm) com uma bala expansiva de 18,4 gramas feita inteiramente de cobre em uma caixa de latão. A bala deste cartucho fornece um bom agrupamento de impacto a longas distâncias e foi projetada para ser usada em Big Game Hunting, pois possui um efeito de poder de parada superior para seu calibre e é capaz de causar efeitos adversos críticos no alvo após o impacto, porém , apesar da alta energia do calibre .338 Lapua Magnum e devido ao desenho do projétil TAC-X, ele tem dificuldades de perfurar proteções balísticas básicas do corpo e tem alta probabilidade de ricochetear em várias superfícies.", + "5fc382b6d6fa9c00c571bbc3 Description": "Uma munição TAC-X .338 Lapua Magnum (8.6x70mm) com uma bala expansiva de 18,4 gramas feita inteiramente de cobre em uma caixa de latão. A bala deste cartucho fornece um bom agrupamento de impacto a longas distâncias e foi projetada para ser usada em Big Game Hunting, pois possui um efeito de poder de parada superior para seu calibre e é capaz de causar efeitos adversos críticos no alvo após o impacto, porém , apesar da alta energia do calibre .338 Lapua Magnum e devido ao desenho do projétil TAC-X, ele tem dificuldades de perfurar proteções balísticas básicas do corpo e tem alta probabilidade de ricochetear em várias superfícies.", "5fc382c1016cce60e8341b20 Name": ".338 Lapua Magnum UPZ", "5fc382c1016cce60e8341b20 ShortName": "UPZ", - "5fc382c1016cce60e8341b20 Description": "Um cartucho de 12,7x108mm BZT-44M gzh (Índice GRAU - 57-BZT-542M) com uma bala traçante incendiária perfurante de 44 gramas com um núcleo de reforço termicamente com um composto incendiário na ponta e uma jaqueta bimetálica, em um bimetálico caso; À designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Este cartucho foi modernizado pela TsNIITochMash em 2002 para ser em conjunto com o cartucho B-32 gl e ter um desempenho balístico, sendo capaz de neutralizar veículos blindados leves, helicópteros e pessoal hostil atrás de coberturas excelentes, sem contar seus resultados contra como as mais modernas proteções de corpo balístico, especializadas em um excelente poder de parada e devastadores capazes de infligir efeitos adversos além do alvo após o impacto.", + "5fc382c1016cce60e8341b20 Description": "Uma munição de 12,7x108mm BZT-44M gzh (Índice GRAU - 57-BZT-542M) com uma bala traçante incendiária perfurante de 44 gramas com um núcleo de reforço termicamente com um composto incendiário na ponta e uma jaqueta bimetálica, em um bimetálico caso; À designação de alvos e ajuste de fogo em batalha (Cor do traço: Verde). Esta munição foi modernizado pela TsNIITochMash em 2002 para ser em conjunto com o cartucho B-32 gl e ter um desempenho balístico, sendo capaz de neutralizar veículos blindados leves, helicópteros e pessoal hostil atrás de coberturas excelentes, sem contar seus resultados contra como as mais modernas proteções de corpo balístico, especializadas em um excelente poder de parada e devastadores capazes de infligir efeitos adversos além do alvo após o impacto.", "5fc3e272f8b6a877a729eac5 Name": "Submetralhadora HK UMP 45", "5fc3e272f8b6a877a729eac5 ShortName": "UMP 45", "5fc3e272f8b6a877a729eac5 Description": "Heckler & Koch UMP - Submetralhadora projetada pela empresa Heckler & Koch nos anos 90 como uma versão mais barata e mais leve da MP5. Esta versão é projetada para o calibre .45 ACP e tem uma cadência reduzida a 600 disparos por minuto.", @@ -7468,7 +7468,7 @@ "5fcf9477fe40296c1d5fd7c8 Description": "Calças táticas", "5fd20ff893a8961fc660a954 Name": ".300 Blackout AP", "5fd20ff893a8961fc660a954 ShortName": "300 AP", - "5fd20ff893a8961fc660a954 Description": "Um cartucho AP .300 Blackout (7.62x35mm) carregado com uma bala perfurante de 8,4 gramas de um cartucho OTAN M80A1 de 7.62x51mm, composto por uma ponta penetradora de aço sobre um núcleo de liga de cobre com uma semi-revestimento de cobre em uma caixa de latão. Apesar das características próprias do projétil quando utilizado em um cartucho de potência total, estes são afetados quando transferidos para um cartucho intermediário, porém, o projétil continua tendo capacidade de perfurar proteções balísticas básicas e intermediárias do corpo, além de poder causar efeitos adversos substanciais. efeitos no alvo após o impacto. Seu design também permite que seja usado em revistas da OTAN STANAG 5.56x45mm sem problemas.", + "5fd20ff893a8961fc660a954 Description": "Uma munição AP .300 Blackout (7.62x35mm) carregado com uma bala perfurante de 8,4 gramas de uma munição OTAN M80A1 de 7.62x51mm, composto por uma ponta penetradora de aço sobre um núcleo de liga de cobre com uma semi-revestimento de cobre em uma caixa de latão. Apesar das características próprias do projétil quando utilizado em uma munição de potência total, estes são afetados quando transferidos para uma munição intermediário, porém, o projétil continua tendo capacidade de perfurar proteções balísticas básicas e intermediárias do corpo, além de poder causar efeitos adversos substanciais. efeitos no alvo após o impacto. Seu design também permite que seja usado em revistas da OTAN STANAG 5.56x45mm sem problemas.", "5fd3e77be504291efd0040ad Name": "USEC VEKTOR", "5fd3e77be504291efd0040ad ShortName": "", "5fd3e77be504291efd0040ad Description": "Jaqueta tática", @@ -7537,13 +7537,13 @@ "601948682627df266209af05 Description": "UVSR \"Dispositivo para realizar operações de resgate\" Taiga-1. Uma ferramenta de sobrevivência verdadeiramente versátil. É uma arma, uma pá, um machado e tudo o que você possa imaginar. Foi desenvolvido e produzido na URSS para várias agências.", "60194943740c5d77f6705eea Name": "5.56x45mm Mk 318 Mod 0 (SOST)", "60194943740c5d77f6705eea ShortName": "SOST", - "60194943740c5d77f6705eea Description": "Um cartucho NATO MK 318 Mod 0 (SOST) de 5.56x45mm com uma bala de ponta aberta de 4 gramas com núcleo de chumbo sobre uma base de cobre com revestimento de cobre, em uma caixa de latão. O cartucho foi especialmente projetado para o Corpo de Fuzileiros Navais dos Estados Unidos, sob o nome SOST (Special Operations Science and Technology) para fornecer penetração em objetos com baixa resistência estrutural e proporcionar um efeito de poder de parada considerável, sendo capaz de perfurar até mesmo proteções balísticas básicas do corpo.", + "60194943740c5d77f6705eea Description": "Uma munição NATO MK 318 Mod 0 (SOST) de 5.56x45mm com uma bala de ponta aberta de 4 gramas com núcleo de chumbo sobre uma base de cobre com revestimento de cobre, em uma caixa de latão. O cartucho foi especialmente projetado para o Corpo de Fuzileiros Navais dos Estados Unidos, sob o nome SOST (Special Operations Science and Technology) para fornecer penetração em objetos com baixa resistência estrutural e proporcionar um efeito de poder de parada considerável, sendo capaz de perfurar até mesmo proteções balísticas básicas do corpo.", "601949593ae8f707c4608daa Name": "5.56x45mm SSA AP", "601949593ae8f707c4608daa ShortName": "SSA AP", - "601949593ae8f707c4608daa Description": "Um cartucho OTAN SSA AP 5.56x45mm com um projétil perfurante de blindagem de duas partes, a bala consiste em um sabot e um corpo penetrador de carboneto de tungstênio, em uma caixa de latão. Esta bala foi projetada para superar a utilizada no cartucho 5.56x45mm NATO M995 no que diz respeito à sua capacidade de penetração, graças à sua velocidade de saída e design peculiar, é capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer resultados excelentes contra alguns modelos modernos de proteção especializada, no entanto, devido ao seu design, possui uma alta probabilidade de ricochete em várias superfícies.", + "601949593ae8f707c4608daa Description": "Uma munição OTAN SSA AP 5.56x45mm com um projétil perfurante de blindagem de duas partes, a bala consiste em um sabot e um corpo penetrador de carboneto de tungstênio, em uma caixa de latão. Esta bala foi projetada para superar a utilizada no cartucho 5.56x45mm NATO M995 no que diz respeito à sua capacidade de penetração, graças à sua velocidade de saída e design peculiar, é capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer resultados excelentes contra alguns modelos modernos de proteção especializada, no entanto, devido ao seu design, possui uma alta probabilidade de ricochete em várias superfícies.", "601aa3d2b2bcb34913271e6d Name": "7.62x39mm MAI AP", "601aa3d2b2bcb34913271e6d ShortName": "MAI AP", - "601aa3d2b2bcb34913271e6d Description": "Um cartucho MAI AP de 7.62x39mm com um projétil perfurante de blindagem de duas partes, a bala consiste em um sabot e um corpo penetrador de carboneto de tungstênio, em uma caixa de aço. Esta bala foi projetada pela MAI para aumentar as capacidades de penetração do calibre 7.62x39mm, graças à sua velocidade de saída e design peculiar, é capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer excelentes resultados contra alguns modelos modernos de proteção especializada, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", + "601aa3d2b2bcb34913271e6d Description": "Uma munição MAI AP de 7.62x39mm com um projétil perfurante de blindagem de duas partes, a bala consiste em um sabot e um corpo penetrador de carboneto de tungstênio, em uma caixa de aço. Esta bala foi projetada pela MAI para aumentar as capacidades de penetração do calibre 7.62x39mm, graças à sua velocidade de saída e design peculiar, é capaz de perfurar proteções balísticas básicas e intermediárias do corpo, além de fornecer excelentes resultados contra alguns modelos modernos de proteção especializada, no entanto, tem uma alta probabilidade de ricochete em várias superfícies.", "602286df23506e50807090c6 Name": "Carregador de 16 munições calibre 9x19 para PL-15", "602286df23506e50807090c6 ShortName": "9x19 PL15", "602286df23506e50807090c6 Description": "Carregador de 16 munições PL-15 9x19.", @@ -7777,7 +7777,7 @@ "606f2696f2cb2e02a42aceb1 Description": "Uma câmera térmica especial para escopetas Ultima. A imagem da câmera será apresentada em uma tela atrás da arma.", "6076c1b9f2cb2e02a42acedc Name": "Cano 510mm para MP-155 12ga", "6076c1b9f2cb2e02a42acedc ShortName": "MP-155 12ga 510mm", - "6076c1b9f2cb2e02a42acedc Description": "Cano padrão produzido em serie para MP-155, 510mm de comprimento para cartuchos 12ga.", + "6076c1b9f2cb2e02a42acedc Description": "Cano padrão produzido em serie para MP-155, 510mm de comprimento para munições 12ga.", "6076c87f232e5a31c233d50e Name": "Carregador de 8 munições MP-155 12ga", "6076c87f232e5a31c233d50e ShortName": "МP155x6", "6076c87f232e5a31c233d50e Description": "Extensão de carregador de 6 munições MP-155 12ga", @@ -8083,10 +8083,10 @@ "61712eae6c780c1e710c9a1d Description": "O antebraço DMR HK417 e G28 com uma massa de mira flip up e recorte da janela supressora. Design otimizado para mitigar as emissões de calor para disparos de longa distância e prevenir o efeito miragem.", "617130016c780c1e710c9a24 Name": "Carregador de 10 munições HK417/G28 7.62x51", "617130016c780c1e710c9a24 ShortName": "417 10 762", - "617130016c780c1e710c9a24 Description": "Um carregador HK417 / G28 de pilha dupla de 10 cartuchos para munição 7.62x51. A placa de piso pode ser facilmente removida para desmontagem e limpeza.", + "617130016c780c1e710c9a24 Description": "Um carregador HK417 / G28 de pilha dupla de 10 munições para munição 7.62x51. A placa de piso pode ser facilmente removida para desmontagem e limpeza.", "617131a4568c120fdd29482d Name": "Carregador de 20 munições HK417/G28 7.62x51", "617131a4568c120fdd29482d ShortName": "417 20 762", - "617131a4568c120fdd29482d Description": "Um carregador HK417 / G28 de pilha dupla de 20 cartuchos para munição 7.62x51. A placa de piso pode ser facilmente removida para desmontagem e limpeza.", + "617131a4568c120fdd29482d Description": "Um carregador HK417 / G28 de pilha dupla de 20 munições para munição 7.62x51. A placa de piso pode ser facilmente removida para desmontagem e limpeza.", "61713308d92c473c770214a0 Name": "Quebra chamas prolongado HK 7.62x51", "61713308d92c473c770214a0 ShortName": "Prolong", "61713308d92c473c770214a0 Description": "O quebra chamas Heckler & Koch \"Prolongado\" 7.62x51. Suprime efetivamente o flash e também pode servir como uma plataforma para o supressor de som QD da B&T.", @@ -8158,7 +8158,7 @@ "618168b350224f204c1da4d8 Description": "Um cano de 330mm (13 polegadas) para as armas da série SCAR com munição 7.62x51 NATO.", "618168dc8004cc50514c34fc Name": "Carregador de 20 munições FN SCAR-H 7.62x51", "618168dc8004cc50514c34fc ShortName": "Mk.17 308", - "618168dc8004cc50514c34fc Description": "Um carregador 7.62x51 de 20 cartuchos para o rifle de batalha FN SCAR-H.", + "618168dc8004cc50514c34fc Description": "Um carregador 7.62x51 de 20 munições para o rifle de batalha FN SCAR-H.", "61816df1d3a39d50044c139e Name": "Trilho inferior SCAR", "61816df1d3a39d50044c139e ShortName": "SCAR bottom", "61816df1d3a39d50044c139e Description": "Um trilho inferior para os protetores de mão da série SCAR que permite a instalação de foregrips táticos ou outros dispositivos.", @@ -8194,7 +8194,7 @@ "6183b084a112697a4b3a6e6c Description": "Um cano de 20 polegadas (508mm) para as armas da série SCAR no calibre 7.62x51 NATO.", "6183d53f1cb55961fa0fdcda Name": "Carregador de 20 munições FN SCAR-H 7.62x51 (Areia)", "6183d53f1cb55961fa0fdcda ShortName": "Mk.17 308", - "6183d53f1cb55961fa0fdcda Description": "Um carregador 7.62x51 de 20 cartuchos projetado para as armas da série SCAR. Versão Flat Dark Earth.", + "6183d53f1cb55961fa0fdcda Description": "Um carregador 7.62x51 de 20 munições projetado para as armas da série SCAR. Versão Flat Dark Earth.", "6183fc15d3a39d50044c13e9 Name": "Cano FN SCAR 5.56x45 10\"", "6183fc15d3a39d50044c13e9 ShortName": "Cano Mk16 10\"", "6183fc15d3a39d50044c13e9 Description": "Um cano CQB de 10 polegadas (254mm) para as armas da série SCAR no calibre 5.56x45 NATO.", @@ -8215,10 +8215,10 @@ "618407a850224f204c1da549 Description": "Um flash hider de 3 pinos projetado especificamente para os rifles de assalto da série SCAR 5.56x45. Pode ser equipado com um supressor proprietário. Fabricado pela Fabrique Nationale Herstal.", "61840bedd92c473c77021635 Name": "Carregador de 30 munições FN SCAR-L 5.56x45", "61840bedd92c473c77021635 ShortName": "Mk.16 std", - "61840bedd92c473c77021635 Description": "Um carregador de metal 5.56x45 de 30 cartuchos projetado para as armas da série SCAR.", + "61840bedd92c473c77021635 Description": "Um carregador de metal 5.56x45 de 30 munições projetado para as armas da série SCAR.", "61840d85568c120fdd2962a5 Name": "Carregador de 30 munições FN SCAR-L 5.56x45 (Areia)", "61840d85568c120fdd2962a5 ShortName": "Mk.16 std", - "61840d85568c120fdd2962a5 Description": "Um carregador de metal 5.56x45 de 30 cartuchos projetado para as armas da série SCAR. Versão Flat Dark Earth.", + "61840d85568c120fdd2962a5 Description": "Um carregador de metal 5.56x45 de 30 munições projetado para as armas da série SCAR. Versão Flat Dark Earth.", "618426d96c780c1e710c9b9f Name": "Upper receiver (FDE) Colt M4A1 5.56x45 para rifle de assalto SCAR-L", "618426d96c780c1e710c9b9f ShortName": "Mk.17 Upper", "618426d96c780c1e710c9b9f Description": "Um upper receiver para o rifle de assalto SCAR-L, fabricado pela Fabrique Nationale Herstal. Possui um trilho superior para instalação de equipamentos adicionais. Versão Flat Dark Earth.", @@ -8296,10 +8296,10 @@ "6193a720f8ee7e52e42109ed Description": "A pistola HK USP (Universelle Selbstladepistole - \"Universal Self-loading Pistol\") é uma nova substituição das pistolas da série HK P7. Aceita internacionalmente como uma arma de fogo precisa e ultraconfiável. Usando uma ação do tipo Browning modificada com um sistema de redução de recuo patenteado especial, o sistema de redução de recuo USP reduz os efeitos de recuo nos componentes da pistola e também diminui as forças de recuo sentidas pelo atirador. Esta variante particular é compartimentada em .45 ACP. Fabricado pela Heckler & Koch.", "6193d3149fb0c665d5490e32 Name": "Carregador de 12 munições HK USP Tactical .45 ACP", "6193d3149fb0c665d5490e32 ShortName": "USP45T", - "6193d3149fb0c665d5490e32 Description": "Um carregador de 12 cartuchos para a versão especial da pistola USP - USP Tactical, compartimentada em .45 ACP.", + "6193d3149fb0c665d5490e32 Description": "Um carregador de 12 munições para a versão especial da pistola USP - USP Tactical, compartimentada em .45 ACP.", "6193d338de3cdf1d2614a6fc Name": "Carregador de 12 tiros HK USP .45 ACP", "6193d338de3cdf1d2614a6fc ShortName": "USP45", - "6193d338de3cdf1d2614a6fc Description": "Um carregador de 12 cartuchos de edição padrão para a pistola USP, compartimentada em .45 ACP.", + "6193d338de3cdf1d2614a6fc Description": "Um carregador de 12 munições de edição padrão para a pistola USP, compartimentada em .45 ACP.", "6193d382ed0429009f543e65 Name": "Ferrolho de pistola HK USP .45 ACP", "6193d382ed0429009f543e65 ShortName": "USP", "6193d382ed0429009f543e65 Description": "Um ferrolho padrão para a pistola USP45, fabricada pela Heckler & Koch.", @@ -8380,7 +8380,7 @@ "6196365d58ef8c428c287da1 Description": "O cartucho Whisper é um design leve e hipervelocidade com núcleo de alumínio e capa protetora. O núcleo de alumínio inicia a expansão ligeiramente após o contato, pressionando de volta a jaqueta pré-tensionada e ativando uma transferência de energia violenta e incapacitante. O cartucho é ideal para contatos de fogo próximos de alvos sem armadura e / ou com armadura leve.", "619636be6db0f2477964e710 Name": ".300 Blackout M62 Tracer", "619636be6db0f2477964e710 ShortName": "M62", - "619636be6db0f2477964e710 Description": "Um cartucho M62 Tracer .300 Blackout (7,62x35mm) carregado com uma bala tracer de 9,2 gramas de um cartucho NATO M62 de 7,62x51mm, composto por um núcleo de liga de chumbo-antimônio com uma capa bimetálica, em uma caixa de latão; destinado a designação de alvo e ajuste de fogo em batalha (cor do traço: Vermelho). Apesar das características próprias da bala quando usada em um cartucho de potência total, estas são afetadas quando transferidas para um cartucho intermediário, ainda assim, a bala continua a ter capacidade de perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários. No entanto, tem uma alta probabilidade de rejeição em várias superfícies. Seu design também permite que seja usado em revistas da OTAN STANAG 5,56x45mm sem problemas.", + "619636be6db0f2477964e710 Description": "Uma munição M62 Tracer .300 Blackout (7,62x35mm) carregado com uma bala tracer de 9,2 gramas de uma munição NATO M62 de 7,62x51mm, composto por um núcleo de liga de chumbo-antimônio com uma capa bimetálica, em uma caixa de latão; destinado a designação de alvo e ajuste de fogo em batalha (cor do traço: Vermelho). Apesar das características próprias da bala quando usada em uma munição de potência total, estas são afetadas quando transferidas para uma munição intermediário, ainda assim, a bala continua a ter capacidade de perfurar proteções balísticas básicas do corpo, bem como alguns modelos intermediários. No entanto, tem uma alta probabilidade de rejeição em várias superfícies. Seu design também permite que seja usado em revistas da OTAN STANAG 5,56x45mm sem problemas.", "61963a852d2c397d660036ad Name": "Mount de mira HK USP Red Dot", "61963a852d2c397d660036ad ShortName": "USP RD", "61963a852d2c397d660036ad Description": "Um mount de mira traseira permite a instalação de miras Burris Fast Fire, Docter e outras miras refletivas semelhantes.", @@ -8495,9 +8495,9 @@ "61a00bcb177fb945751bbe6a Name": "Documentos militares roubados", "61a00bcb177fb945751bbe6a ShortName": "Doc militares", "61a00bcb177fb945751bbe6a Description": "Documentos militares roubados", - "61a49f549128666d8302b5f1 Name": "Scav Lighthouse", + "61a49f549128666d8302b5f1 Name": "Farol Scav", "61a49f549128666d8302b5f1 ShortName": "", - "61a49f549128666d8302b5f1 Description": "Raincoat", + "61a49f549128666d8302b5f1 Description": "Capa de chuva", "61a4a06dba63c0388e05613e Name": "Maníaco na estrada", "61a4a06dba63c0388e05613e ShortName": "", "61a4a06dba63c0388e05613e Description": "", @@ -8608,16 +8608,16 @@ "61faa91878830f069b6b7967 Description": "Uma coronha de madeira padrão para o SV-98, fabricado pela Izhmash.", "620109578d82e67e7911abf2 Name": "Pistola de sinalizador ZiD SP-81 26x75", "620109578d82e67e7911abf2 ShortName": "SP-81", - "620109578d82e67e7911abf2 Description": "Uma pistola de mão de cano liso projetada para disparar cartuchos de sinalização de várias cores. Fabricado por V. A. Planta Degtyarev.", + "620109578d82e67e7911abf2 Description": "Uma pistola de mão de cano liso projetada para disparar munições de sinalização de várias cores. Fabricado por V. A. Planta Degtyarev.", "6217726288ed9f0845317459 Name": "Cartucho RSP-30 de sinal reativo (Verde)", "6217726288ed9f0845317459 ShortName": "Verde", - "6217726288ed9f0845317459 Description": "O RSP-30 é um cartucho de sinal reativo para controlar unidades e manter sua interação. Cartuchos de foguetes multi-estrela são usados como sinalizadores.", + "6217726288ed9f0845317459 Description": "O RSP-30 é uma munição de sinal reativo para controlar unidades e manter sua interação. Cartuchos de foguetes multi-estrela são usados como sinalizadores.", "62178be9d0050232da3485d9 Name": "Cartucho RSP-30 de flare reativo (Branco)", "62178be9d0050232da3485d9 ShortName": "Flare", - "62178be9d0050232da3485d9 Description": "ROP-30 é um cartucho de flare reativo para iluminar áreas de baixa visibilidade durante a noite.", + "62178be9d0050232da3485d9 Description": "ROP-30 é uma munição de flare reativo para iluminar áreas de baixa visibilidade durante a noite.", "62178c4d4ecf221597654e3d Name": "Cartucho RSP-30 de sinal reativo (Vermelho)", "62178c4d4ecf221597654e3d ShortName": "Vermelho", - "62178c4d4ecf221597654e3d Description": "O RSP-30 é um cartucho de sinal reativo para controlar unidades e manter sua interação. Cartuchos de foguetes multi-estrela são usados como sinalizadores.", + "62178c4d4ecf221597654e3d Description": "O RSP-30 é uma munição de sinal reativo para controlar unidades e manter sua interação. Cartuchos de foguetes multi-estrela são usados como sinalizadores.", "6223349b3136504a544d1608 Name": "Caixa de suprimentos de lançamento aéreo comum (Airdrop)", "6223349b3136504a544d1608 ShortName": "Caixa de suprimentos de lançamento aéreo comum (Airdrop)", "6223349b3136504a544d1608 Description": "Caixa de suprimentos de lançamento aéreo comum (Airdrop)", @@ -8704,16 +8704,16 @@ "6231670f0b8aa5472d060095 Description": "Uma alça de mira destacável para o fuzil de assalto G36, fabricado pela Heckler & Koch.", "62330b3ed4dc74626d570b95 Name": ".357 Magnum FMJ", "62330b3ed4dc74626d570b95 ShortName": "FMJ", - "62330b3ed4dc74626d570b95 Description": "Um cartucho de revólver Magnum .357 jaquetada de alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", + "62330b3ed4dc74626d570b95 Description": "Uma munição de revólver Magnum .357 jaquetada de alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", "62330bfadc5883093563729b Name": ".357 Magnum Ponta Oca", "62330bfadc5883093563729b ShortName": "HP", - "62330bfadc5883093563729b Description": "Um cartucho de revólver Magnum .357 de ponta oca de alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", + "62330bfadc5883093563729b Description": "Uma munição de revólver Magnum .357 de ponta oca de alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", "62330c18744e5e31df12f516 Name": ".357 Magnum JHP", "62330c18744e5e31df12f516 ShortName": "JHP", - "62330c18744e5e31df12f516 Description": "Um cartucho de revólver Magnum .357 semi jaquetada com ponta oca de alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", + "62330c18744e5e31df12f516 Description": "Uma munição de revólver Magnum .357 semi jaquetada com ponta oca de alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", "62330c40bdd19b369e1e53d1 Name": ".357 Magnum Soft Point", "62330c40bdd19b369e1e53d1 ShortName": "SP", - "62330c40bdd19b369e1e53d1 Description": "Um cartucho de revólver Magnum .357 de ponta macia com alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", + "62330c40bdd19b369e1e53d1 Description": "Uma munição de revólver Magnum .357 de ponta macia com alta potência fabricado nos Estados Unidos, fabricado pela Smith & Wesson.", "62386b2adf47d66e835094b2 Name": "Guarda-mão HK G36 2-vent", "62386b2adf47d66e835094b2 ShortName": "G36 2-vent", "62386b2adf47d66e835094b2 Description": "Um guarda-mão de polímero padrão de 2 aberturas com um escudo térmico para o fuzil de assalto G36. Fabricado pela Heckler & Koch.", @@ -8773,7 +8773,7 @@ "624c09e49b98e019a3315b66 Description": "Sinalizador (Amarelo)", "624c0b3340357b5f566e8766 Name": "Cartucho RSP-30 de sinal reativo (Amarelo)", "624c0b3340357b5f566e8766 ShortName": "Amarelo", - "624c0b3340357b5f566e8766 Description": "O RSP-30 é um cartucho de sinal reativo para controlar unidades e manter sua interação. Cartuchos de foguetes multi-estrela são usados como sinalizadores.", + "624c0b3340357b5f566e8766 Description": "O RSP-30 é uma munição de sinal reativo para controlar unidades e manter sua interação. Cartuchos de foguetes multi-estrela são usados como sinalizadores.", "624c29ce09cd027dff2f8cd7 Name": "Coronha CNC Guns OV-SV98 M12B", "624c29ce09cd027dff2f8cd7 ShortName": "M12B", "624c29ce09cd027dff2f8cd7 Description": "Uma coronha universal da CNC Guns para o kit OV-SV98.", @@ -8932,10 +8932,10 @@ "628120dd308cb521f87a8fa1 Description": "Um trilho médio para instalação na interface KeySlot no rifle sniper AXMC, fabricado pela \"Accuracy International.", "628120f210e26c1f344e6558 Name": "!!!DO_NOT_USE!!!Carregador de 10 munições AXMC 7.62x51", "628120f210e26c1f344e6558 ShortName": "AXMC 308", - "628120f210e26c1f344e6558 Description": "Um carregador de rifle sniper AXMC de 10 tiros da \"Accuracy International\", para cartuchos 7.62x51/.308.", + "628120f210e26c1f344e6558 Description": "Um carregador de rifle sniper AXMC de 10 tiros da \"Accuracy International\", para munições 7.62x51/.308.", "628120fd5631d45211793c9f Name": "Carregador de 10 munições AI AXMC .338 LM", "628120fd5631d45211793c9f ShortName": "AXMC 338LM", - "628120fd5631d45211793c9f Description": "Um carregador de rifle sniper AXMC de 10 tiros da \"Accuracy International\", para cartuchos .338 Lapua Magnum.", + "628120fd5631d45211793c9f Description": "Um carregador de rifle sniper AXMC de 10 tiros da \"Accuracy International\", para munições .338 Lapua Magnum.", "6281212a09427b40ab14e770 Name": "Alça de guarda-mão acolchoada AI AXMC", "6281212a09427b40ab14e770 ShortName": "AXMC pad", "6281212a09427b40ab14e770 Description": "Um empunhadura acolchoado padrão para o rifle sniper AXMC, fabricado pela \"Accuracy International\".", @@ -9211,7 +9211,7 @@ "62e14904c2699c0ec93adc47 Description": "SR-2M \"Veresk\" é uma submetralhadora compacta projetada para um poderoso cartucho perfurante de blindagem 9x21mm por ordem da FSB e do FSO da Federação Russa. Esta submetralhadora faz parte de um complexo de fuzis de alto desempenho projetado para forças especiais. Equipado com foregrip dobrável. Desenvolvido por TsNIItochmash.", "62e153bcdb1a5c41971c1b5b Name": "Carregador de 30 munições SR-2M 9x21", "62e153bcdb1a5c41971c1b5b ShortName": "SR-2M", - "62e153bcdb1a5c41971c1b5b Description": "Um carregador padrão com capacidade para 30 cartuchos para SR-2M \"Veresk\", fabricado pela TsNIItochmash.", + "62e153bcdb1a5c41971c1b5b Description": "Um carregador padrão com capacidade para 30 munições para SR-2M \"Veresk\", fabricado pela TsNIItochmash.", "62e15547db1a5c41971c1b5e Name": "Guarda-mão de polímero SR-2M", "62e15547db1a5c41971c1b5e ShortName": "SR-2M", "62e15547db1a5c41971c1b5e Description": "Um guarda mão de polímero para SR-2M \"Veresk\" padrão para proteção contra queimaduras. Fabricado por TsNIItochmash.", @@ -9298,13 +9298,13 @@ "630765cb962d0247b029dc45 Description": "Alçade mira de uso padrão para pistola Glock 19X.", "63076701a987397c0816d21b Name": "Carregador de 19 munições Glock 9x19 (Coyote)", "63076701a987397c0816d21b ShortName": "G19X", - "63076701a987397c0816d21b Description": "Um carregador 9x19 de 19 cartuchos para pistolas Glock 19X. Versão Coiote.", + "63076701a987397c0816d21b Description": "Um carregador 9x19 de 19 munições para pistolas Glock 19X. Versão Coiote.", "630767c37d50ff5e8a1ea71a Name": "Carregador de 31 munições \"Big Stick\" para Glock 9x19 (Coyote)", "630767c37d50ff5e8a1ea71a ShortName": "Big Stick", - "630767c37d50ff5e8a1ea71a Description": "Um carregador 9x19 de 31 cartuchos fabricados para pistolas Glock. Versão Coiote.", + "630767c37d50ff5e8a1ea71a Description": "Um carregador 9x19 de 31 munições fabricados para pistolas Glock. Versão Coiote.", "630769c4962d0247b029dc60 Name": "Carregador de 24 munições \"Big Stick\" para Glock 9x19 (Coyote)", "630769c4962d0247b029dc60 ShortName": "Big Stick", - "630769c4962d0247b029dc60 Description": "Um carregador 9x19 de 24 cartuchos fabricados para pistolas Glock. Versão Coiote.", + "630769c4962d0247b029dc60 Description": "Um carregador 9x19 de 24 munições fabricados para pistolas Glock. Versão Coiote.", "63088377b5cd696784087147 Name": "Pistola Glock 19X 9x19", "63088377b5cd696784087147 ShortName": "Glock 19X", "63088377b5cd696784087147 Description": "A Glock 19X é uma pistola austríaca baseada no Glock 19 Modular Handgun System desenvolvido pela Glock. Glock 19X é um híbrido dos modelos Glock 17 e Glock 19: parafuso e cano da 19 e o cabo longo da 17. Além disso, a Glock 19X não possui recessos para os dedos, mas possui um laço para um cordão de segurança. A arma é feita na cor Coyote.", @@ -9346,8 +9346,8 @@ "6333f05d1bc0e6217a0e9d34 Description": "Um cano para a Steyr AUG A1 projetado para o calibre 5.56x45 NATO com 16 polegadas (417mm) de comprimento.", "633a98eab8b0506e48497c1a Name": "Carregador de 20 munições SR-2M 9x21", "633a98eab8b0506e48497c1a ShortName": "SR-2M", - "633a98eab8b0506e48497c1a Description": "Um carregador padrão com capacidade para 20 cartuchos para SR-2M \"Veresk\", fabricado pela TsNIItochmash.", - "633ec6ee025b096d320a3b15 Name": "Tambor de 5 cartuchos para RSh-12 12.7x55", + "633a98eab8b0506e48497c1a Description": "Um carregador padrão com capacidade para 20 munições para SR-2M \"Veresk\", fabricado pela TsNIItochmash.", + "633ec6ee025b096d320a3b15 Name": "Tambor de 5 munições para RSh-12 12.7x55", "633ec6ee025b096d320a3b15 ShortName": "RSh12", "633ec6ee025b096d320a3b15 Description": "Um tambor com capacidade de 5 munições para o revolver RSh-12 no calibre 12.7x55.", "633ec7c2a6918cb895019c6c Name": "Revolver RSh-12 12.7x55", @@ -9404,9 +9404,9 @@ "635267ab3c89e2112001f826 Name": "Máscara de caveira assustadora", "635267ab3c89e2112001f826 ShortName": "Skull", "635267ab3c89e2112001f826 Description": "Uma máscara de caveira realmente assustadora, usada apenas pelos operadores mais assustadores.", - "635267f063651329f75a4ee8 Name": "26x75mm flare cartridge (Acid Green)", + "635267f063651329f75a4ee8 Name": "Cartucho 26x75 flare (Verde Acido)", "635267f063651329f75a4ee8 ShortName": "AC", - "635267f063651329f75a4ee8 Description": "A 26x75mm acid green flare cartridge for the SP-81 flare gun. The unusual color indicates that the cartridge is used for some special signals to \"friendlies\". Worth trying to use it to save yourself when near aggressive Scavs or Bosses.", + "635267f063651329f75a4ee8 Description": "Um cartucho sinalizador verde ácido de 26x75mm para a pistola sinalizadora SP-81. A cor incomum indica que o cartucho é usado para alguns sinais especiais para \"amigos\". Vale a pena tentar usá-lo para se salvar quando estiver perto de Scavs ou Bosses agressivos.", "6353fe04f0de2294830a0dbe Name": "", "6353fe04f0de2294830a0dbe ShortName": "", "6353fe04f0de2294830a0dbe Description": "", @@ -9983,9 +9983,9 @@ "646f6322f43d0c5d62063715 Name": "Suporte de geração antiga Zenit KR-2", "646f6322f43d0c5d62063715 ShortName": "KR-2", "646f6322f43d0c5d62063715 Description": "O suporte KR-2 foi projetado para instalar vários dispositivos de iluminação tática em trilhos do tipo Weaver. Fabricado pela Zenit.", - "64748cb8de82c85eaf0a273a Name": "Cano serrado duplo para escopeta calibre 12 MP-43", + "64748cb8de82c85eaf0a273a Name": "Escopeta calibre 12 MP-43 com cano serrado", "64748cb8de82c85eaf0a273a ShortName": "Serrada", - "64748cb8de82c85eaf0a273a Description": "Um cano serrado de cano duplo. Arma pessoal de Ryzhy. Carregado com cartuchos calibre 12.", + "64748cb8de82c85eaf0a273a Description": "Um cano serrado de cano duplo. Arma pessoal de Ryzhy. Carregado com munições calibre 12.", "64748d02d1c009260702b526 Name": "Cano serrado 310mm para MP-43 12ga", "64748d02d1c009260702b526 ShortName": "MP-43 310mm", "64748d02d1c009260702b526 Description": "Cano serrado duplo de 310mm de comprimento para escopeta calibre 12 MP-43.", @@ -10396,7 +10396,7 @@ "64b6979341772715af0f9c39 Description": "Munição de Ponta Macia de 40gr. Fibonacci para o calibre 4.6x30 HK. Esse cartucho foi projetado seguindo a mesma linha do cartucho 5.7x28. A ponta macia torna essa munição adequada para caça de pequenos animais e aves. Pode ser utilizada na H&K MP7. Essa munição é de estojo de latão, espoletada por percussão, e não corrosiva.", "64b7af434b75259c590fa893 Name": "7.62x39mm PP gzh", "64b7af434b75259c590fa893 ShortName": "PP", - "64b7af434b75259c590fa893 Description": "O cartucho PP gzh (índice GRAU - 7N27) possui uma bala de penetração aprimorada. A bala PP é composta por uma jaqueta de aço revestida de tompak com uma ponta truncada, um núcleo afiado de aço endurecido, uma capa de folha de metal fina revestida com verniz verde e uma jaqueta de chumbo. A folha é usada para evitar desgaste na arma e no carregador ao alimentar os cartuchos.", + "64b7af434b75259c590fa893 Description": "O cartucho PP gzh (índice GRAU - 7N27) possui uma bala de penetração aprimorada. A bala PP é composta por uma jaqueta de aço revestida de tompak com uma ponta truncada, um núcleo afiado de aço endurecido, uma capa de folha de metal fina revestida com verniz verde e uma jaqueta de chumbo. A folha é usada para evitar desgaste na arma e no carregador ao alimentar os munições.", "64b7af5a8532cf95ee0a0dbd Name": "7.62x39mm FMJ", "64b7af5a8532cf95ee0a0dbd ShortName": "FMJ", "64b7af5a8532cf95ee0a0dbd Description": "Bala de chumbo com revestimento totalmente metálico. Excelente para tiro prático e recreativo.", @@ -10405,13 +10405,13 @@ "64b7af734b75259c590fa895 Description": "Munição raiada 7,62x39 com bala SP de 123 gr (8 g) é ótima para prática e tiro recreativo.", "64b7bbb74b75259c590fa897 Name": "9x19mm FMJ M882", "64b7bbb74b75259c590fa897 ShortName": "M882", - "64b7bbb74b75259c590fa897 Description": "A munição 9mm do Exército dos EUA é uma das mais confiáveis disponíveis no mercado, ótima para tiro ao alvo, recreação e prática. Carregada com projéteis de jaqueta de metal completa de 124 grains M882 a uma velocidade de 1140 pés por segundo, esta munição é considerada +P (um pouco menos que +P+). Essas munições de pressão aumentada viajam mais longe e penetram melhor do que os cartuchos 9mm padrão.", + "64b7bbb74b75259c590fa897 Description": "A munição 9mm do Exército dos EUA é uma das mais confiáveis disponíveis no mercado, ótima para tiro ao alvo, recreação e prática. Carregada com projéteis de jaqueta de metal completa de 124 grains M882 a uma velocidade de 1140 pés por segundo, esta munição é considerada +P (um pouco menos que +P+). Essas munições de pressão aumentada viajam mais longe e penetram melhor do que os munições 9mm padrão.", "64b8725c4b75259c590fa899 Name": ".300 Blackout CBJ", "64b8725c4b75259c590fa899 ShortName": "CBJ", "64b8725c4b75259c590fa899 Description": "Munição experimental perfurante de blindagem da CBJ Tech. Contém um projétil de núcleo de tungstênio de 6,1g dentro de um sabote de plástico de 1g. Possui capacidades aprimoradas de penetração de blindagem e velocidade melhorada.", "64b8ee384b75259c590fa89b Name": "12/70 Piranha", "64b8ee384b75259c590fa89b ShortName": "Piranha", - "64b8ee384b75259c590fa89b Description": "Este cartucho calibre 12 contém dezenas de tachinhas de aço afiadas que são lançadas a alta velocidade, o que praticamente garante que não haverá resposta por parte do agressor. Cada cartucho é polido com esferas de chumbo #12, criando assim um duplo impacto na área da ferida. Não causará danos à sua espingarda. Deve ser utilizado a uma distância não menor que 10 pés e não maior que 50 pés.", + "64b8ee384b75259c590fa89b Description": "Esta munição calibre 12 contém dezenas de tachinhas de aço afiadas que são lançadas a alta velocidade, o que praticamente garante que não haverá resposta por parte do agressor. Cada cartucho é polido com esferas de chumbo #12, criando assim um duplo impacto na área da ferida. Não causará danos à sua espingarda. Deve ser utilizado a uma distância não menor que 10 pés e não maior que 50 pés.", "64b8f7968532cf95ee0a0dbf Name": "7.62x54mm R FMJ", "64b8f7968532cf95ee0a0dbf ShortName": "FMJ", "64b8f7968532cf95ee0a0dbf Description": "Munição Full Metal Jacket. Núcleo padrão de chumbo com um revestimento metálico. Ideal para treinamento e prática de tiro em alvos.", @@ -10426,7 +10426,7 @@ "64b9cf0ac12b9c38db26923a Description": "Um carregador de polímero Magpul PMAG 20 AK/AKM GEN M3 de 20 tiros para armas 7.62x39 AK e compatíveis. Também pode ser fornecido com munição .366 TKM para uso em armas compatíveis com AK no calibre correspondente.", "64b9e2037fdfb81df81e3c25 Name": "Carregador de 10 munições M1A 7.62x51", "64b9e2037fdfb81df81e3c25 ShortName": "M1A", - "64b9e2037fdfb81df81e3c25 Description": "Um carregador 7.62x51mm de pilha dupla de 10 cartuchos para o rifle M1A, produzido pela Springfield Armory.", + "64b9e2037fdfb81df81e3c25 Description": "Um carregador 7.62x51mm de pilha dupla de 10 munições para o rifle M1A, produzido pela Springfield Armory.", "64b9e265c94d0d15c5027e35 Name": "Carregador de 20 munições AK-74 \"Saiga 545\" 5.45x39", "64b9e265c94d0d15c5027e35 ShortName": "Saiga 545", "64b9e265c94d0d15c5027e35 Description": "Carregador de 20 munições calibre 5.45x39 estilo Saiga 545, produzido para as versões civis da família AK.", @@ -10559,12 +10559,12 @@ "64f6f4c5911bcdfe8b03b0dc Name": "Contêiner seguro Tournament", "64f6f4c5911bcdfe8b03b0dc ShortName": "Tournament", "64f6f4c5911bcdfe8b03b0dc Description": "Invenção secreta Terragroup - Contêiner seguro Tournament.", - "651178336cad06c37c049eb4 Name": "VSS/VAL polymer handguard (Plum)", + "651178336cad06c37c049eb4 Name": "Guarda mão em polímero da VSS/VAL (Ameixa)", "651178336cad06c37c049eb4 ShortName": "VSS/VAL", - "651178336cad06c37c049eb4 Description": "A polymer handguard for the AS Val and VSS Vintorez. Manufactured by TsNIITochMash. Made out of plum-colored polymer, earning the nickname \"Sliva\" (Plum).", - "65118f531b90b4fc77015083 Name": "VSS/VAL 9x39 30-round magazine", + "651178336cad06c37c049eb4 Description": "Um guarda mão de polímero para a AS Val e VSS Vintorez. Fabricado pela TsNIITochMash. Feito de polímero cor de ameixa, ganhando o apelido de \"Sliva\" (Ameixa).", + "65118f531b90b4fc77015083 Name": "Carregador de 30 munições 9x39 para VSS/VAL", "65118f531b90b4fc77015083 ShortName": "VSS/VAL", - "65118f531b90b4fc77015083 Description": "A 30-round polymer TsNIITochMash 9x39 magazine for the AS VAL special assault rifle.", + "65118f531b90b4fc77015083 Description": "Carregador de polímero calibre 9x39 para VSS e AS VAL, capacidade de 30 munições da TSNIITochMash.", "6513ef33e06849f06c0957ca Name": "Metralhadora RPD Degtyarev 7.62x39", "6513ef33e06849f06c0957ca ShortName": "RPD", "6513ef33e06849f06c0957ca Description": "A metralhadora portátil Degtyarev no calibre 7.62x39. Esta metralhadora foi adotada pelo Exército Soviético e foi usada como meio de reforçar esquadrões e pelotões de infantaria desde o final da década de 40 até o início dos anos 60. O RPD tem um design elegante, resultando em uma arma de apoio de fogo compacta, confiável e bastante poderosa. Fabricado pela planta V.A. Degtyarev.", @@ -10669,7 +10669,7 @@ "652911e650dc782999054b9d Description": "O supressor SLX68-MG-QD foi projetado para uso com o cartucho calibre 6.8x51 (.277 FURY). Só pode ser montado em supressores de flash Clutch-Lok. Fabricado pela SIG Sauer.", "6529243824cbe3c74a05e5c1 Name": "6.8x51mm SIG Hybrid", "6529243824cbe3c74a05e5c1 ShortName": "Hybrid", - "6529243824cbe3c74a05e5c1 Description": "Uma munição com especificação militar 6.8x51mm (.277 FURY) com estojo bimetálico(base de aço inoxidável acoplada a um corpo de latão), fabricado pela SIG Sauer. Fornece maior velocidade, mais energia sendo transferida para o alvo e um cartucho mais leve que 5.56x45 que atinge mais forte que o 7.62x51, além de ter um grande poder de penetração contra armaduras modernas.", + "6529243824cbe3c74a05e5c1 Description": "Uma munição com especificação militar 6.8x51mm (.277 FURY) com estojo bimetálico(base de aço inoxidável acoplada a um corpo de latão), fabricado pela SIG Sauer. Fornece maior velocidade, mais energia sendo transferida para o alvo e uma munição mais leve que 5.56x45 que atinge mais forte que o 7.62x51, além de ter um grande poder de penetração contra armaduras modernas.", "6529302b8c26af6326029fb7 Name": "6.8x51mm SIG FMJ", "6529302b8c26af6326029fb7 ShortName": "FMJ", "6529302b8c26af6326029fb7 Description": "Uma versão civil da munição 6.8x51mm (.277 FURY) totalmente jaquetada de 135 grains, fabricada pela SIG Sauer.", @@ -12372,9 +12372,9 @@ "6582e6d7b14c3f72eb071420 ShortName": "Corpo PMC", "6582e6d7b14c3f72eb071420 Description": "Corpo PMC", "658420d8085fea07e674cdb6 Name": "Civil morto", - "658420d8085fea07e674cdb6 ShortName": "Civilian body", - "658420d8085fea07e674cdb6 Description": "Civilian body", - "65ae4f57e343f0acc00824da Name": "PP-19-01 Vityaz Vector VR-LPS left-side charging handle", + "658420d8085fea07e674cdb6 ShortName": "Corpo civil", + "658420d8085fea07e674cdb6 Description": "Corpo civil", + "65ae4f57e343f0acc00824da Name": "Alça de ferrolho do lado esquerdo da Vityaz PP-19-01 Vector VR-LPS", "65ae4f57e343f0acc00824da ShortName": "VR-LPS", "65ae4f57e343f0acc00824da Description": "VR-LPS is a device that allows for reloading the weapon with the support hand. Installed in place of the gas tube and enables quick and efficient reloading. Manufactured by Vector 7.62.", "65ca457b4aafb5d7fc0dcb5d Name": "Kukri Tática United Cutlery M48", @@ -12449,7 +12449,7 @@ "66012d64c752a02bbe05e69b Name": "M60E4 Mod 1 handguard", "66012d64c752a02bbe05e69b ShortName": "E4 Mod 1", "66012d64c752a02bbe05e69b Description": "An aluminium railed handguard for the M60E4 Mod 1 light machine gun. Manufactured by U.S Ordnance.", - "66012d9a3dff5074ed002e33 Name": "M60 bipod", + "66012d9a3dff5074ed002e33 Name": "Bipé M60", "66012d9a3dff5074ed002e33 ShortName": "M60", "66012d9a3dff5074ed002e33 Description": "A standard-issue bipod for the M60 machine gun. Manufactured by U.S Ordnance.", "660137d8481cc6907a0c5cda Name": "20/70 TSS Armor Piercing Slug", @@ -12607,7 +12607,7 @@ "661e53149c8b4dadef008579 Description": "The BGV-QDITI vertical grip with a compartment for batteries or small items. Manufactured by TangoDown. Flat Dark Earth version.", "661f8995c341ea101e0d33e8 Name": "PM PM-Laser grip with laser sight", "661f8995c341ea101e0d33e8 ShortName": "PM-L", - "661f8995c341ea101e0d33e8 Description": "A Makarov Pistol grip with built-in magazine release mechanism and laser designator. Manufactured by PM-Laser.", + "661f8995c341ea101e0d33e8 Description": "Um punho de pistola Makarov com mecanismo de liberação de carregador integrado e designador a laser. Fabricado pela PM-Laser.", "661fbe066751ee51930b01f2 Name": "M60E4 Mod 1 handguard (FDE)", "661fbe066751ee51930b01f2 ShortName": "E4 Mod 1", "661fbe066751ee51930b01f2 Description": "An aluminium railed handguard for the M60E4 Mod 1 light machine gun. Manufactured by U.S Ordnance. Flat Dark Earth version.", @@ -12854,9 +12854,9 @@ "66760b3deb51b08bd40c2b08 Name": "Hard drive", "66760b3deb51b08bd40c2b08 ShortName": "HDD", "66760b3deb51b08bd40c2b08 Description": "A random access storage device (information storage device), based on the magnetic recording principle. Contains stolen user data.", - "667a8ef464eea5fdef0db135 Name": "Gaming magazine", - "667a8ef464eea5fdef0db135 ShortName": "Magazine", - "667a8ef464eea5fdef0db135 Description": "An issue of a gaming magazine that first wrote about one world-famous shooter game.", + "667a8ef464eea5fdef0db135 Name": "Revista Gamer", + "667a8ef464eea5fdef0db135 ShortName": "Revista", + "667a8ef464eea5fdef0db135 Description": "Uma edição de uma revista de jogos que escreveu pela primeira vez sobre um jogo de tiro mundialmente famoso.", "6680304edadb7aa61d00cef0 Name": "IWI UZI PRO Pistol 9x19 submachine gun", "6680304edadb7aa61d00cef0 ShortName": "UZI PRO Pistol", "6680304edadb7aa61d00cef0 Description": "The UZI PRO Pistol (UPP9S) is a fully automatic conversion of the 9x19mm Parabellum submachine gun for law enforcement and military use. This ultra-compact submachine gun is an evolution of the full-size UZI submachine gun, ideal for concealed carry and featuring a high rate of fire. Manufactured by Israel Weapon Industries.", @@ -12866,21 +12866,21 @@ "668031bde3e7eb26e8004cd7 Name": "UZI PRO A3 Tactical M-LOK handguard", "668031bde3e7eb26e8004cd7 ShortName": "A3 MLOK", "668031bde3e7eb26e8004cd7 Description": "A handguard for the IWI UZI PRO Pistol, which functions as a foregrip and trigger guard. Equipped with M-LOK interface for attaching additional equipment. Manufactured by A3 Tactical.", - "668031ffe3e7eb26e8004cdd Name": "UZI PRO 9x19 20-round magazine", + "668031ffe3e7eb26e8004cdd Name": "Carregador de 20 munições 9x19 para UZI PRO", "668031ffe3e7eb26e8004cdd ShortName": "UZI PRO", - "668031ffe3e7eb26e8004cdd Description": "A 20-round magazine for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", + "668031ffe3e7eb26e8004cdd Description": "Carregador da submetralhadora UZI PRO em 9mm, capacidade de 20 munições. Fabricado pela Israel Weapon Industries.", "6680326874b8f2050c0b9178 Name": "UZI PRO dust cover", "6680326874b8f2050c0b9178 ShortName": "PRO DC", "6680326874b8f2050c0b9178 Description": "A standard dust cover with a top rail for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", "668032ba74b8f2050c0b917d Name": "UZI PRO Stabilizing Brace", "668032ba74b8f2050c0b917d ShortName": "PRO SB", "668032ba74b8f2050c0b917d Description": "A foldable pistol brace for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", - "66866f4ec3d473265104f381 Name": "UZI PRO 9x19 25-round magazine", + "66866f4ec3d473265104f381 Name": "Carregador de 25 munições 9x19 para UZI PRO", "66866f4ec3d473265104f381 ShortName": "UZI PRO", - "66866f4ec3d473265104f381 Description": "A 25-round magazine for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", - "66866f622a2296a8d9099639 Name": "UZI PRO 9x19 32-round magazine", + "66866f4ec3d473265104f381 Description": "Carregador da submetralhadora UZI PRO em 9mm, capacidade de 25 munições. Fabricado pela Israel Weapon Industries.", + "66866f622a2296a8d9099639 Name": "Carregador de 32 munições 9x19 para UZI PRO", "66866f622a2296a8d9099639 ShortName": "UZI PRO", - "66866f622a2296a8d9099639 Description": "A 32-round magazine for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", + "66866f622a2296a8d9099639 Description": "Carregador da submetralhadora UZI PRO em 9mm, capacidade de 32 munições. Fabricado pela Israel Weapon Industries.", "66866fe776d1a87cd80fd388 Name": "UZI PRO 9x19 114mm barrel", "66866fe776d1a87cd80fd388 ShortName": "PRO 114mm", "66866fe776d1a87cd80fd388 Description": "A 114mm barrel for the UZI PRO submachine gun. Manufactured by Israel Weapon Industries.", @@ -12897,7 +12897,7 @@ "668670e3fb75ee4a5e02eb16 ShortName": "PRO BRN", "668670e3fb75ee4a5e02eb16 Description": "A special nut required to install 9x19 barrels on UZI PRO. Manufactured by Israel Weapon Industries.", "668670f52a2296a8d909963c Name": "UZI PRO 9x19 Masada thread protector", - "668670f52a2296a8d909963c ShortName": "PRO TP", + "668670f52a2296a8d909963c ShortName": "PRO thr.", "668670f52a2296a8d909963c Description": "The Masada thread protector for UZI PRO submachine gun barrels. Manufactured by Israel Weapon Industries.", "6686717ffb75ee4a5e02eb19 Name": "UZI PRO A3 Tactical Modular Folding Brace", "6686717ffb75ee4a5e02eb19 ShortName": "A3 MFB", @@ -12923,9 +12923,9 @@ "668fe5a998b5ad715703ddd6 Name": "Magnum Research Desert Eagle Mk XIX .50 AE pistol", "668fe5a998b5ad715703ddd6 ShortName": "Desert Eagle Mk XIX", "668fe5a998b5ad715703ddd6 Description": "Desert Eagle (Mk XIX) is the third modification of the .50 Action Express caliber sport-hunting pistol. This pistol is huge, heavy and not the most practical in operation, but at the same time it is an absolutely unique short-barreled weapon, which undoubtedly became a frequent visitor in video games for its brutal appearance and impressive size. The Desert Eagle did not win any military approval, but deservedly became one of the most famous pistols in the world. Manufactured by Magnum Research.", - "668fe5c5f35310705d02b696 Name": "Desert Eagle .50 AE 7-round magazine", + "668fe5c5f35310705d02b696 Name": "Carregador de 7 munições .50 AE para Desert Eagle", "668fe5c5f35310705d02b696 ShortName": "DE", - "668fe5c5f35310705d02b696 Description": "A standard-issue 7-round .50 AE magazine for the Desert Eagle pistol. Manufactured by Magnum Research.", + "668fe5c5f35310705d02b696 Description": "Um carregador padrão de 7 munições .50 AE para a pistola Desert Eagle. Fabricado pela Magnum Research.", "668fe5d42a0f85eea407cc16 Name": "Desert Eagle Hogue Rubber Grip", "668fe5d42a0f85eea407cc16 ShortName": "DE RG", "668fe5d42a0f85eea407cc16 Description": "A rubberized grip for the Desert Eagle pistol. Manufactured by Hogue.", @@ -12992,21 +12992,21 @@ "669924a69950f5f4cd060295 Name": "UZI Type 6 buttstock", "669924a69950f5f4cd060295 ShortName": "Type 6", "669924a69950f5f4cd060295 Description": "A wire buttstock for the UZI submachine gun. That's right, it's just like those gangsters from the '80s. Manufactured by Israel Weapon Industries.", - "66992713ae08c5c29e0c4f97 Name": "UZI 9x19 20-round magazine", + "66992713ae08c5c29e0c4f97 Name": "Carregador de 20 munições 9x19 para UZI", "66992713ae08c5c29e0c4f97 ShortName": "UZI", - "66992713ae08c5c29e0c4f97 Description": "A 20-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", - "6699271b9950f5f4cd060299 Name": "UZI 9x19 25-round magazine", + "66992713ae08c5c29e0c4f97 Description": "Carregador da submetralhadora UZI em 9mm, capacidade de 20 munições. Fabricado pela Israel Weapon Industries.", + "6699271b9950f5f4cd060299 Name": "Carregador de 25 munições 9x19 para UZI", "6699271b9950f5f4cd060299 ShortName": "UZI", - "6699271b9950f5f4cd060299 Description": "A 25-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", - "669927203c4fda6471005cbe Name": "UZI 9x19 32-round magazine", + "6699271b9950f5f4cd060299 Description": "Carregador da submetralhadora UZI em 9mm, capacidade de 25 munições. Fabricado pela Israel Weapon Industries.", + "669927203c4fda6471005cbe Name": "Carregador de 32 munições 9x19 para UZI", "669927203c4fda6471005cbe ShortName": "UZI", - "669927203c4fda6471005cbe Description": "A 32-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", - "66992725ae08c5c29e0c4f9a Name": "UZI 9x19 40-round magazine", + "669927203c4fda6471005cbe Description": "Carregador da submetralhadora UZI em 9mm, capacidade de 32 munições. Fabricado pela Israel Weapon Industries.", + "66992725ae08c5c29e0c4f9a Name": "Carregador de 40 munições 9x19 para UZI", "66992725ae08c5c29e0c4f9a ShortName": "UZI", - "66992725ae08c5c29e0c4f9a Description": "A 40-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", - "6699272a3c4fda6471005cc1 Name": "UZI 9x19 50-round magazine", + "66992725ae08c5c29e0c4f9a Description": "Carregador da submetralhadora UZI em 9mm, capacidade de 40 munições. Fabricado pela Israel Weapon Industries.", + "6699272a3c4fda6471005cc1 Name": "Carregador de 50 munições 9x19 para UZI", "6699272a3c4fda6471005cc1 ShortName": "UZI", - "6699272a3c4fda6471005cc1 Description": "A 50-round magazine for the UZI submachine gun. Manufactured by Israel Weapon Industries.", + "6699272a3c4fda6471005cc1 Description": "Carregador da submetralhadora UZI em 9mm, capacidade de 50 munições. Fabricado pela Israel Weapon Industries.", "66992b349950f5f4cd06029f Name": "IWI UZI 9x19 submachine gun", "66992b349950f5f4cd06029f ShortName": "UZI", "66992b349950f5f4cd06029f Description": "An Israeli 9x19mm submachine gun with an open bolt system. A very innovative product of its time which gained great popularity due to its reliability and simplicity of design. Despite being rather outdated, it is still quite popular all over the world.", @@ -13049,9 +13049,9 @@ "669fa409933e898cce0c2166 Name": "Magnum Research Desert Eagle L5 .357 pistol", "669fa409933e898cce0c2166 ShortName": "Desert Eagle L5", "669fa409933e898cce0c2166 Description": "Desert Eagle L5 is the lightweight modification of the .357 Magnum caliber sport-hunting pistol. This pistol is huge, heavy and not the most practical in operation, but at the same time it is an absolutely unique short-barreled weapon, which undoubtedly became a frequent visitor in video games for its brutal appearance and impressive size. The Desert Eagle did not win any military approval, but deservedly became one of the most famous pistols in the world. Manufactured by Magnum Research.", - "669fa435803b94fb5d0e3a76 Name": "Desert Eagle .357 9-round magazine", + "669fa435803b94fb5d0e3a76 Name": "Carregador de 9 munições .357 para Desert Eagle", "669fa435803b94fb5d0e3a76 ShortName": "DE", - "669fa435803b94fb5d0e3a76 Description": "A standard-issue 9-round .357 Magnum magazine for the Desert Eagle L5 pistol. Manufactured by Magnum Research.", + "669fa435803b94fb5d0e3a76 Description": "Um carregador padrão de 9 munições .357 Magnum para a pistola Desert Eagle L5. Fabricado pela Magnum Research.", "669fa47da0bab4e8510d9526 Name": "Desert Eagle L6 .50 AE 152mm barrel", "669fa47da0bab4e8510d9526 ShortName": "L6 152mm", "669fa47da0bab4e8510d9526 Description": "An L6 152mm .50 AE barrel for the Desert Eagle pistol, manufactured by Magnum Research.", @@ -13160,9 +13160,9 @@ "66b37eb4acff495a29492407 Name": "Viibiin sneaker", "66b37eb4acff495a29492407 ShortName": "Viibiin", "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", - "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", + "66b37f114410565a8f6789e2 Name": "Chave inglesa Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13331,9 +13331,9 @@ "66ffa9b66e19cc902401c5e8 Name": "MPS Auto Assault-12 Gen 1 12ga automatic shotgun", "66ffa9b66e19cc902401c5e8 ShortName": "AA-12 Gen 1", "66ffa9b66e19cc902401c5e8 Description": "The AA-12 (Auto Assault-12) is a reliable full-auto 12-gauge shotgun. The first generation features the high-mounted built-in iron sights. This shotgun is distinguished by its recoil pulse accumulation, which makes the recoil feel smooth without sacrificing fire rate and stopping power. The AA-12 is designed for military and police units. Manufactured by Military Police Systems.", - "66ffaab91f7492c901027bb8 Name": "AA-12 12ga 8-round magazine", + "66ffaab91f7492c901027bb8 Name": "Carregador de 8 munições AA-12 12ga", "66ffaab91f7492c901027bb8 ShortName": "AA-12", - "66ffaab91f7492c901027bb8 Description": "An 8-round 12-gauge box magazine for the Auto Assault-12 shotgun.", + "66ffaab91f7492c901027bb8 Description": "Um carregador de calibre 12 com capacidade para 8 munições para a escopeta Auto Assault-12.", "66ffac601f7492c901027bbb Name": "AA-12 12ga 330mm barrel", "66ffac601f7492c901027bbb ShortName": "AA-12 330mm", "66ffac601f7492c901027bbb Description": "A 330mm barrel for the Auto Assault-12 12-gauge shotgun.", @@ -13442,9 +13442,9 @@ "6707d1f9571b50abc703b651 Name": "True vaccine recipe", "6707d1f9571b50abc703b651 ShortName": "Vaccine recipe", "6707d1f9571b50abc703b651 Description": "A recipe for a non-lethal vaccine that would drastically reduce the casualties of virus extermination.", - "6709133fa532466d5403fb7c Name": "AA-12 12ga 20-round drum magazine", + "6709133fa532466d5403fb7c Name": "Carregador de tambor 20 munições AA-12 12ga", "6709133fa532466d5403fb7c ShortName": "AA-12", - "6709133fa532466d5403fb7c Description": "A 20-round 12-gauge drum magazine for the Auto Assault-12 shotgun.", + "6709133fa532466d5403fb7c Description": "Um carregador de tambor de calibre 12 com capacidade para 20 munições para a escopeta Auto Assault-12.", "670ad7f1ad195290cd00da7a Name": "Infectious strike", "670ad7f1ad195290cd00da7a ShortName": "Infectious strike", "670ad7f1ad195290cd00da7a Description": "It's best to avoid letting the infected get too close, as each strike can transmit the virus into your bloodstream.", @@ -13562,9 +13562,9 @@ "670e2af7565b504d2b09371c Name": "", "670e2af7565b504d2b09371c ShortName": "", "670e2af7565b504d2b09371c Description": "", - "670e8eab8c1bb0e5a7075acf Name": "PM 9x18PM 90-93 8-round magazine", + "670e8eab8c1bb0e5a7075acf Name": "Carregador de 8 munições 90-93 9х18mm para PM", "670e8eab8c1bb0e5a7075acf ShortName": "PM", - "670e8eab8c1bb0e5a7075acf Description": "A standard 8-round magazine for IzhMekh-produced Makarov PM pistols. It features a side observation slot for checking the magazine capacity.", + "670e8eab8c1bb0e5a7075acf Description": "Carregador de 8 munições para pistolas Makarov PM produzidas pela Izhmekh. Possui abertura lateral para observação da capacidade do carregador.", "670fa21e788477a9ce0549f6 Name": "", "670fa21e788477a9ce0549f6 ShortName": "", "670fa21e788477a9ce0549f6 Description": "", @@ -13609,7 +13609,7 @@ "670fd23798663bc4b10e911a Description": "A standard-issue stock assembly for the Auto Assault-12 shotgun. Flat Dark Earth version.", "6710cea62bb09af72f0e6bf8 Name": "Leapers UTG Universal Shotgun Barrel Mount", "6710cea62bb09af72f0e6bf8 ShortName": "UTG USBM", - "6710cea62bb09af72f0e6bf8 Description": "The UTG Universal Shotgun Barrel Mount is designed for mounting on tubular magazines and barrels with a diameter of 20-25 millimeters. Features 3 rails for attaching additional equipment. Manufactured by Leapers Inc.", + "6710cea62bb09af72f0e6bf8 Description": "O UTG Universal Shotgun Barrel Mount foi projetado para montagem em carregadores tubulares e canos com um diâmetro de 20-25 milímetros. Possui 3 trilhos para fixação de equipamentos adicionais. Fabricado pela Leapers Inc.", "6711039f9e648049e50b3307 Name": "TerraGroup Labs residential unit keycard ", "6711039f9e648049e50b3307 ShortName": "Res. unit", "6711039f9e648049e50b3307 Description": "A keycard to the residential unit in the containment block of TerraGroup Labs.", @@ -13661,21 +13661,21 @@ "671a406a6d315b526708f103 Name": "Stolen weapon case", "671a406a6d315b526708f103 ShortName": "Weapon case", "671a406a6d315b526708f103 Description": "Stolen weapon case.", - "671d85439ae8365d69117ba6 Name": "TT 7.62x25 tt-105 8-round magazine", + "671d85439ae8365d69117ba6 Name": "Carregador de 8 munições TT 7.62x25 tt-105", "671d85439ae8365d69117ba6 ShortName": "tt-105", - "671d85439ae8365d69117ba6 Description": "A standard late-issue 8-round magazine for the TT pistol. It comes without a lanyard ring.", - "671d8617a3e45c1f5908278c Name": "MP-443 Grach 9x19 18-round magazine", + "671d85439ae8365d69117ba6 Description": "Carregador de versão nova com capacidade de 8 munições a pistola TT. Vem sem o anel para guia.", + "671d8617a3e45c1f5908278c Name": "Carregador de 18 munições MP-443 9x19", "671d8617a3e45c1f5908278c ShortName": "MP-443", - "671d8617a3e45c1f5908278c Description": "A standard 18-round 9x19 magazine for the MP-443 pistol.", - "671d8ac8a3e45c1f59082799 Name": "Glock 9x19 19-round magazine (Coyote)", + "671d8617a3e45c1f5908278c Description": "Carregador de 18 munições calibre 9x19 para pistola MP-443.", + "671d8ac8a3e45c1f59082799 Name": "Carregador de 19 munições Glock 9x19 (Coyote)", "671d8ac8a3e45c1f59082799 ShortName": "G19X", - "671d8ac8a3e45c1f59082799 Description": "A 19-round 9x19 magazine for Glock 19X pistols. Coyote version.", - "671d8b38b769f0d88c0950f8 Name": "M1911A1 .45 ACP Wilson Combat 7-round magazine", + "671d8ac8a3e45c1f59082799 Description": "Um carregador 9x19 de 19 munições para pistolas Glock 19X. Versão Coiote.", + "671d8b38b769f0d88c0950f8 Name": "Carregador de 7 munições .45 ACP Wilson Combat para M1911A1", "671d8b38b769f0d88c0950f8 ShortName": "Wilson", - "671d8b38b769f0d88c0950f8 Description": "A 7-round .45 ACP magazine with a steel low-profile base pad for Colt M1911 pistols, manufactured by Wilson Combat. Comes as a standard-issue magazine for the M45A1 pistol.", - "671d8b8c0959c721a50ca838 Name": "HK USP Tactical .45 ACP 12-round magazine", + "671d8b38b769f0d88c0950f8 Description": "Um carregador ACP .45 de 7 munições com uma base de aço de baixo perfil para pistolas Colt M1911, fabricadas pela Wilson Combat. Vem como um carregador edição padrão para a pistola M45A1.", + "671d8b8c0959c721a50ca838 Name": "Carregador de 12 munições HK USP Tactical .45 ACP", "671d8b8c0959c721a50ca838 ShortName": "USP45T", - "671d8b8c0959c721a50ca838 Description": "A 12-round .45 ACP magazine for the special version of the USP45 pistol - USP45 Tactical.", + "671d8b8c0959c721a50ca838 Description": "Um carregador de 12 munições .45 ACP para a versão especial da pistola USP45 Tactical.", "673b3f977038192ee006aa09 Name": "Bare ceiling", "673b3f977038192ee006aa09 ShortName": "Bare ceiling", "673b3f977038192ee006aa09 Description": "Nothing special. Luckily there are no spider webs. Unless?", @@ -13706,9 +13706,9 @@ "673cb81f5b1511adb10cd326 Name": "Sako TRG M10 grip pad", "673cb81f5b1511adb10cd326 ShortName": "M10 pad", "673cb81f5b1511adb10cd326 Description": "A standard-issue padded grip for the TRG M10 sniper rifle, manufactured by Sako. Comes with a hex and torx key set for quick access.", - "673cbdfad0453ba50c0f76d6 Name": "Sako TRG M10 .338 LM 8-round magazine", + "673cbdfad0453ba50c0f76d6 Name": "Carregador de 8 munições Sako TRG M10 .338 LM", "673cbdfad0453ba50c0f76d6 ShortName": "M10 .338", - "673cbdfad0453ba50c0f76d6 Description": "An 8-round .338 Lapua Magnum magazine for the TRG M10 sniper rifle, manufactured by Sako.", + "673cbdfad0453ba50c0f76d6 Description": "Um carregador de 8 munições em .338 Lapua Magnum para o rifle de precisão TRG M10, fabricado pela Sako.", "673dd5f73f92dc7e120d20a9 Name": "Sako TRG short length rail", "673dd5f73f92dc7e120d20a9 ShortName": "TRG short", "673dd5f73f92dc7e120d20a9 Description": "A short length handguard rail for installing additional equipment on the TRG series sniper rifles. Manufactured by Sako.", @@ -13823,9 +13823,9 @@ "67499d4deca8acb2d206163b Name": "KOSA UAV electronic jamming device", "67499d4deca8acb2d206163b ShortName": "KOSA", "67499d4deca8acb2d206163b Description": "The device is designed to suppress UAV guidance systems. Helps to reliably protect any facility from airborne attacks.", - "6749c40822a2740bb408d066 Name": "PP-19-01 9x19 F5 MFG 50-round drum magazine", + "6749c40822a2740bb408d066 Name": "Carregador de tambor 50 munições para PP-19-01 9x19 F5 MFG", "6749c40822a2740bb408d066 ShortName": "PP19 F5", - "6749c40822a2740bb408d066 Description": "A PP-19-01 Vityaz 9x19 drum magazine with a 50-round capacity. Manufactured by F5 MFG.", + "6749c40822a2740bb408d066 Description": "Carregador de tambor para PP-19-01 Vityaz produzido pela F5 MFG, com capacidade de 50 munições calibre 9x19.", "674d5e287075e056160e0176 Name": "Velociraptor polymer handguard", "674d5e287075e056160e0176 ShortName": "Vel HG", "674d5e287075e056160e0176 Description": "A polymer handguard for the Velociraptor assault rifle. A modified version of the Tapco AK handguard based on the Galil AR handguard, designed to be installed over the suppressor shroud, preventing possible injury to the shooter's hands during firing.", @@ -13840,7 +13840,7 @@ "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached horns, this backpack used to belong to a hunter.", + "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached antlers, this backpack used to belong to a hunter.", "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe backpack (Christmas Edition)", "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", @@ -13862,9 +13862,9 @@ "674fe8dd362ea1f88b0e2792 Name": "Chaos HK Style front sight", "674fe8dd362ea1f88b0e2792 ShortName": "Chaos FS", "674fe8dd362ea1f88b0e2792 Description": "A front sight modeled after the popular Heckler & Koch iron sights, manufactured by Chaos.", - "674fe8f6f34d761ab8020cc8 Name": "SOK-12 12ga MD Arms 20-round drum magazine", + "674fe8f6f34d761ab8020cc8 Name": "Carregador de tambor 20 munições SOK-12 12ga MD Arms", "674fe8f6f34d761ab8020cc8 ShortName": "MD Arms", - "674fe8f6f34d761ab8020cc8 Description": "The MD Arms 20-shell drum magazine for SOK-12 and compatible weapons, intended for use with 12/76 or 12/70 shells.", + "674fe8f6f34d761ab8020cc8 Description": "Carregador de tambor MD Arms de 20 munições para SOK-12 e armas compatíveis, projetado para uso com munições 12/76 ou 12/70.", "674fe9a75e51f1c47c04ec23 Name": "Saiga-12K 12ga automatic shotgun", "674fe9a75e51f1c47c04ec23 ShortName": "Saiga-12K FA", "674fe9a75e51f1c47c04ec23 Description": "A modification of the Saiga-12K smoothbore shotgun, enabling fully automatic fire. Hell of a beast.", @@ -14056,13 +14056,13 @@ "6758443ff94a97cbbe096f18 Description": "The floor that came with the Hideout. If it's cleaned up, it would look \"okay\".", "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", - "675844580ec1f5ab030c8ff6 Description": "Something like this is used in kindergartens, apparently. Walking on this barefoot would feel great.", + "675844580ec1f5ab030c8ff6 Description": "A floor exclusively for walking barefoot. However, it looks like real grass only from a distance.", "675844bdf94a97cbbe096f1a Name": "Standard walls", "675844bdf94a97cbbe096f1a ShortName": "Standard walls", "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", - "675844d50ec1f5ab030c8ff8 Name": "Kindergarten", - "675844d50ec1f5ab030c8ff8 ShortName": "Kindergarten", - "675844d50ec1f5ab030c8ff8 Description": "For those who wish to dive back into childhood. Each hare and butterfly are hand-painted. A real master's work.", + "675844d50ec1f5ab030c8ff8 Name": "Tranquility", + "675844d50ec1f5ab030c8ff8 ShortName": "Tranquility", + "675844d50ec1f5ab030c8ff8 Description": "For those who seek peace and tranquility. Each hare and butterfly are hand-painted. A real master's work.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", @@ -14168,12 +14168,12 @@ "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", - "675a0288c3102563bd01c9c3 Name": "Bison vs Undertaker poster", + "675a0288c3102563bd01c9c3 Name": "Arena poster", "675a0288c3102563bd01c9c3 ShortName": "Poster", - "675a0288c3102563bd01c9c3 Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", - "675a046b8f547d6cae01922e Name": "Arena poster", + "675a0288c3102563bd01c9c3 Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", + "675a046b8f547d6cae01922e Name": "Bison vs Undertaker poster", "675a046b8f547d6cae01922e ShortName": "Poster", - "675a046b8f547d6cae01922e Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", + "675a046b8f547d6cae01922e Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", "675a04c01474133a0d0bb212 Name": "Arena poster", "675a04c01474133a0d0bb212 ShortName": "Poster", "675a04c01474133a0d0bb212 Description": "A poster advertising making money in the Arena. Sure, you can make money, but you can also die.", @@ -14201,9 +14201,9 @@ "675a0fbbb98bf391510bafcd Name": "Highway poster", "675a0fbbb98bf391510bafcd ShortName": "Poster", "675a0fbbb98bf391510bafcd Description": "An unknown artist tried to envision what a highway will look like in 2028. What is it: a flight of fancy or a subtle warning?", - "675a125caf26c56ee109072a Name": "Hell of Highwater poster", + "675a125caf26c56ee109072a Name": "Hell or Highwater poster", "675a125caf26c56ee109072a ShortName": "Poster", - "675a125caf26c56ee109072a Description": "A poster for the movie Hell of Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", + "675a125caf26c56ee109072a Description": "A poster for the movie Hell or Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", "675a191f67c8eb5cd1035305 Name": "Gunfight poster", "675a191f67c8eb5cd1035305 ShortName": "Poster", "675a191f67c8eb5cd1035305 Description": "A poster for the action thriller Gunfight from the studio Battle Star. Years ago, cinemas used to have massive waiting lines for movie. Now all that's left are the posters. It's a nice reminder of the old days.", @@ -14390,12 +14390,12 @@ "67604ac650dfa9253901a548 Name": "Feel My Gains", "67604ac650dfa9253901a548 ShortName": "Feel My Gains", "67604ac650dfa9253901a548 Description": "Now you'll know exactly how your clothes fit when showing off your muscles.", - "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", + "6761492dc53ebe8c0f0a5efe Name": "Alça do ferrolho MPX GEN 2 ambidestra", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", - "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "MPX/MCX SB Tactical Pistol Stabilizing Brace", + "6761492dc53ebe8c0f0a5efe Description": "Uma alça de ferrolho ambidestra com duas travas para a MPX SMG. Fabricada pela SIG Sauer.", + "6761496fe2cf1419500357e9 Name": "SB Tactical MPX Pistol Stabilizing Brace", "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MCX/MPX manufactured by SB Tactical.", + "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MPX. Manufactured by SB Tactical.", "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", @@ -14447,21 +14447,21 @@ "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", "6761763448fa5c377e06fc39 ShortName": "AKMS P", "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", - "6761765f1f08ed5e8800b7a6 Name": "5.56x45 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Name": "Carregador de tambor Beta C-Mag 5.56x45 com capacidade para 100 munições", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", - "6761765f1f08ed5e8800b7a6 Description": "A 100-round double drum magazine for the AR-15 platform weapons. Manufactured by Beta Company.", - "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Description": "Um carregador de tambor duplo de 100 munições para as armas de plataforma AR-15. Fabricado pela Beta Company.", + "676176a162e0497044079f46 Name": "Carregador de tambor UZI 9x19 Beta C-Mag com capacidade para 100 munições", "676176a162e0497044079f46 ShortName": "UZI C-Mag", - "676176a162e0497044079f46 Description": "A 100-round double drum magazine for the UZI submachine gun. The magazine modification is equipped with a transparent plastic cover that allows to check the ammo count. Manufactured by Beta Company.", - "676176b762e0497044079f49 Name": "M9A3 9x19 CX4 30-round magazine", + "676176a162e0497044079f46 Description": "Um carregador de tambor duplo de 100 munições para a submetralhadora UZI. A modificação do carregador é equipada com uma capa de plástico transparente que permite verificar a contagem de munição. Fabricado pela Beta Company.", + "676176b762e0497044079f49 Name": "Carregador de 30 munições M9A3 9x19", "676176b762e0497044079f49 ShortName": "CX4", - "676176b762e0497044079f49 Description": "A 30-round 9x19 magazine for the Beretta M9A3 pistol.", + "676176b762e0497044079f49 Description": "Carregador de 30 munições 9x19 para Beretta M9A3.", "676176d362e0497044079f4c Name": "FN SCAR-H X-17 7.62x51 assault rifle", "676176d362e0497044079f4c ShortName": "X-17", - "676176d362e0497044079f4c Description": "The FN SCAR-H (Special Operations Forces Combat Assault Rifle - Heavy) assault rifle chambered in 7.62x51 NATO rounds, was adopted by the US SOCOM as the Mk 17. Features a side-folding polymer stock and a free-floating, cold hammer-forged Mil-Spec barrel with hardchromed bore. Fully-ambidextrous operating controls instantly adapt the SCAR to any user or any shooting position. The receiver-integrated optical rail plus three accessory rails enable mounting of a wide variety of scopes, electronic sights, tactical lights and lasers. The X-17 lower receiver allows the installation of AR-10 magazines. Manufactured by Fabrique Nationale Herstal and X Products.", - "6761770e48fa5c377e06fc3c Name": "AR-10 7.62x51 X Products X-25 50-round drum magazine", + "676176d362e0497044079f4c Description": "O fuzil de assalto FN SCAR-H (Rifle de Assalto de Combate das Forças de Operações Especiais - Pesado) no calibre 7.62x51 NATO, foi adotado pelo SOCOM dos EUA como o Mk 17. Apresenta uma coronha de polímero dobrável lateralmente e um martelo frio de flutuação livre Cano Mil-Spec forjado com furo cromado. Os controles operacionais totalmente ambidestros adaptam instantaneamente o SCAR a qualquer usuário ou posição de tiro. O trilho óptico integrado ao receptor mais três trilhos acessórios permitem a montagem de uma ampla variedade de miras, miras eletrônicas, luzes táticas e lasers. Fabricado pela Fabrique Nationale Herstal.", + "6761770e48fa5c377e06fc3c Name": "Carregador de 50 munições X Products X-25 7.62x51 para AR-10", "6761770e48fa5c377e06fc3c ShortName": "X-25", - "6761770e48fa5c377e06fc3c Description": "A 50-round 7.62x51 drum magazine for the AR-10 platform weapons. Manufactured by X Products.", + "6761770e48fa5c377e06fc3c Description": "Um carregador de tambor 7.62x51 de 50 munições para armas de plataforma AR-10. Fabricado pela X Products.", "676177591f08ed5e8800b7a9 Name": "RFB Quad Rail 3 inch mount", "676177591f08ed5e8800b7a9 ShortName": "RFB 3\"", "676177591f08ed5e8800b7a9 Description": "A 3 inch quad rail mount for the RFB rifle, allowing the installation of additional tactical equipment. Manufactured by Kel-Tec.", @@ -14473,7 +14473,7 @@ "6761779c48fa5c377e06fc3f Description": "A new polymer buttstock for the modern AK platform folding weapons. Manufactured by Kalashnikov Concern.", "676177b09cfcc4c25b027446 Name": "Toni System Tactical Barrel Clamp", "676177b09cfcc4c25b027446 ShortName": "TS TBC", - "676177b09cfcc4c25b027446 Description": "The Tactical Barrel Clamp is designed for mounting on tubular magazines and barrels with a diameter of 20-27 millimeters. Features a rail for attaching additional equipment. Manufactured by Toni System.", + "676177b09cfcc4c25b027446 Description": "O Tactical Barrel Clamp é projetado para montagem em carregadores tubulares e canos com um diâmetro de 20-27 milímetros. Possui um trilho para prender equipamentos adicionais. Fabricado pela Toni System.", "676177df1f08ed5e8800b7ae Name": "PP-19-01 Vityaz SAG MK1 M-LOK handguard with gas tube", "676177df1f08ed5e8800b7ae ShortName": "SAG MK1", "676177df1f08ed5e8800b7ae Description": "A combined kit consisting of a handguard and a milled gas tube designed to improve the performance of the PP-19-01 Vityaz and the Saiga-9 civilian carbine. The handguard is equipped with an M-LOK interface for installing additional equipment, and the gas tube has a picatinny rail for mounting sights and tactical units. Manufactured by Sureshot Armament Group.", @@ -14495,9 +14495,9 @@ "676307ded8b241b4f703a3e8 Name": "Hybrid composite materials", "676307ded8b241b4f703a3e8 ShortName": "", "676307ded8b241b4f703a3e8 Description": "", - "6764139c44b3c96e7b0e2f7b Name": "AK 5.56x45 Molot Arms 45-round magazine", + "6764139c44b3c96e7b0e2f7b Name": "Carregador de 45 munições 5.56x45 Molot para AK e compatíveis", "6764139c44b3c96e7b0e2f7b ShortName": "Molot 223", - "6764139c44b3c96e7b0e2f7b Description": "A 45-round 5.56x45 polymer magazine for AK. Manufactured by Molot Arms.", + "6764139c44b3c96e7b0e2f7b Description": "Um carregador de polímero 5.56x45 de 45 munições para AK. Fabricado pela Molot Arms.", "6764194e4dec6d46f106f9f6 Name": "Takeda", "6764194e4dec6d46f106f9f6 ShortName": "Takeda", "6764194e4dec6d46f106f9f6 Description": "Takeda", @@ -14603,18 +14603,18 @@ "678fa929819ddc4c350c0317 Name": "Valve handwheel", "678fa929819ddc4c350c0317 ShortName": "handwheel", "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "What You Seek poster", - "679b944d597ba2ed120c3d3c ShortName": "Poster", - "679b944d597ba2ed120c3d3c Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b946f90622daf9708da6d Name": "What You Seek poster", - "679b946f90622daf9708da6d ShortName": "Poster", - "679b946f90622daf9708da6d Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b94734e9ca6b3d80586a7 Name": "What You Seek poster", - "679b94734e9ca6b3d80586a7 ShortName": "Poster", - "679b94734e9ca6b3d80586a7 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", + "679b944d597ba2ed120c3d3c Name": "Last Breath poster", + "679b944d597ba2ed120c3d3c ShortName": "Last Breath", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b946f90622daf9708da6d Name": "Final Moment poster", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", + "679b94734e9ca6b3d80586a7 Name": "Taurus poster", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,57 +14681,327 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 ShortName": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "67adaf95cd47a1ad3f014bc6 Name": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 ShortName": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 Description": "How did these drawings even get here? You should probably improve your security system.", - "67adafa1e6a915f9fd050f66 Name": "They're Already Here", - "67adafa1e6a915f9fd050f66 ShortName": "They're Already Here", - "67adafa1e6a915f9fd050f66 Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "Jaqueta", - "67adf4a95247ac91530fcec7 ShortName": "Jaqueta", - "67adf4a95247ac91530fcec7 Description": "Jaqueta", - "67adf4b81c58bd68b2002fec Name": "Caixa de munição de madeira", - "67adf4b81c58bd68b2002fec ShortName": "Caixa munição M", - "67adf4b81c58bd68b2002fec Description": "Caixa de munição de madeira", - "67adf4db515e3dd542077a1d Name": "Caixa de madeira", - "67adf4db515e3dd542077a1d ShortName": "Caixa de madeira", - "67adf4db515e3dd542077a1d Description": "Caixa de madeira", - "67adf4eb110ba15da90c6413 Name": "Caixa de Granada", - "67adf4eb110ba15da90c6413 ShortName": "Caixa de Granadas", - "67adf4eb110ba15da90c6413 Description": "Caixa de Granada", - "67adf54d1c58bd68b2002ff0 Name": "Caixa de ferramentas", - "67adf54d1c58bd68b2002ff0 ShortName": "Cx.Fer.", - "67adf54d1c58bd68b2002ff0 Description": "Caixa de ferramentas", - "67adf5752fc5ee84020a9940 Name": "Scav morto", - "67adf5752fc5ee84020a9940 ShortName": "Scav morto", - "67adf5752fc5ee84020a9940 Description": "Scav morto", - "67adf5f7adc1f43b0702b826 Name": "Caixa de equipamentos técnicos", - "67adf5f7adc1f43b0702b826 ShortName": "Caixa Equip.Tec.", - "67adf5f7adc1f43b0702b826 Description": "Caixa de equipamentos técnicos", - "67b70e43f753cf9f7a0a07a6 Name": "Caixa LATAM Drops Event 2025 (Comum)", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Calças táticas", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Calças táticas", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Calças táticas", + "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", - "67b72271e5673725070b0456 Name": "Caixa LATAM Drops Event 2025 (Raro)", + "67b72271e5673725070b0456 Name": "LATAM Drops Event 2025 case (Rare)", "67b72271e5673725070b0456 ShortName": "Twitch", "67b72271e5673725070b0456 Description": "", - "67b72c64f753cf9f7a0a07aa Name": "Caixa LATAM Drops Event 2025 (Épico)", + "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Road to Military Base V-Ex", " Voip/DisabledForOffline": "VOIP está desativado no modo offline", " kg": " kg", @@ -15326,12 +15596,12 @@ "ArmoryTutor/LevelsTipDescription": "Não se esqueça de coletar suas recompensas de nível de arma.", "ArmoryTutor/LevelsTitle": "Níveis de arma", "ArmoryTutor/LinkedDescription": "A pesquisa vinculadas ajudam a explorar as ligações entre os itens.\nPara as armas, são os acessórios, munições e carregadores, e para as armaduras, são as placas balísticas.", - "ArmoryTutor/LinkedTipDescription": "Unlocked attachments are available on any compatible weapon.", - "ArmoryTutor/LinkedTitle": "Links", - "ArmoryTutor/UnlockDescription": "You can buy items for roubles and GP Coins.\nTo buy some items you need to fulfill special conditions,\nsuch as completing daily tasks or reaching a certain profile level.", - "ArmoryTutor/UnlockTipDescription": "GP Coins can be earned for completing operational tasks given by Ref.", - "ArmoryTutor/UnlockTitle": "Unlocking items", - "ArmoryTutor/WelcomeDescription": "This is where you will find all the items to customize your character", + "ArmoryTutor/LinkedTipDescription": "Acessórios desbloqueados estão disponíveis em qualquer arma compatível.", + "ArmoryTutor/LinkedTitle": "Vinculos", + "ArmoryTutor/UnlockDescription": "Você pode comprar itens por rublos e GP Coins.\nPara comprar alguns itens, você precisa cumprir condições especiais,\ncomo completar missões diárias ou atingir um certo nível de perfil.", + "ArmoryTutor/UnlockTipDescription": "GP coins podem ser ganhas ao completar missões operacionais dadas pelo Ref.", + "ArmoryTutor/UnlockTitle": "Desbloqueando Itens", + "ArmoryTutor/WelcomeDescription": "Aqui é onde você encontrará todos os itens para customizar seu personagem", "ArmoryTutor/WelcomeStart": "Iniciar", "ArmoryTutor/WelcomeTitle": "Bem vindo ao arsenal", "Aspect ratio:": "Proporção da tela:", @@ -15497,7 +15767,7 @@ "CUS_TRANSIT_11_DESC": "Viajar para Interchange", "CUS_TRANSIT_42": "TRANSIT04", "CUS_TRANSIT_42_COND": "", - "CUS_TRANSIT_42_DESC": "Transit to Shoreline", + "CUS_TRANSIT_42_DESC": "Viajar para Shoreline", "CUS_TRANSIT_9": "TRANSIT03", "CUS_TRANSIT_9_COND": " ", "CUS_TRANSIT_9_DESC": "Viajar para Reserva", @@ -15548,7 +15818,7 @@ "CheckAmmo": "Verificar munição", "CheckChamber": "Checar câmara\\Resolver pane", "CheckFireMode": "Checar modo de tiro", - "CheckPointDescription": "Fight for control over the game location along with your team by capturing and holding the objectives.", + "CheckPointDescription": "Lute pelo controle dos objetivos juntamente com seu time, capturando e mantendo os objetivos.", "CheckTimeSpeed": "Verificar o modificador de velocidade", "Chest": "TÓRAX", "Choose Look": "Escolher aparência", @@ -15637,17 +15907,17 @@ "Colorblind mode:": "Modo daltônico:", "Colorfulness:": "Coloração:", "Combat": "Combate", - "ComeWithMeGesture": "Follow me", + "ComeWithMeGesture": "Siga-me", "Commission": "Comissão", "Common stats": "Estatísticas comuns", "CommonValue": "O custo total de todos os itens do inventário", "Compass": "Bússola", "Complete": "COMPLETAR", - "Conditional/ConditionHasItem/Type": "Obtain items:", - "Conditional/ConditionHideoutArea/Type": "Hideout upgrades:", - "Conditional/ConditionLevel/Type": "Character level", - "Conditional/ConditionQuest/Type": "Tasks:", - "Conditional/ConditionSkill/Type": "Skills:", + "Conditional/ConditionHasItem/Type": "Itens obtidos:", + "Conditional/ConditionHideoutArea/Type": "Melhorias no esconderijo:", + "Conditional/ConditionLevel/Type": "Nível do personagem", + "Conditional/ConditionQuest/Type": "Missões:", + "Conditional/ConditionSkill/Type": "Habilidades:", "Connecting to server": "Conectando ao servidor...", "Connection to server lost": "Conexão com o servidor perdida", "Console": "Console", @@ -15698,40 +15968,40 @@ "CustomPresetsTutor/ClassAssaultTitle": "Assalto", "CustomPresetsTutor/ClassDescription": "Classes predefinidas disponíveis:", "CustomPresetsTutor/ClassInfo": "Cada classe tem limites de metascore diferentes. Equipe sua predefinição com armas,\nmunição, armadura e suprimentos médicos para que cada uma das barras fique dentro da zona verde.", - "CustomPresetsTutor/ClassMPHigh": "upper limit", - "CustomPresetsTutor/ClassMPLow": "lower limit", - "CustomPresetsTutor/ClassMPTarget": "permitted meta score", - "CustomPresetsTutor/ClassScoutDescription": "An offensive class with access to armor-piercing ammunition and rapid-fire weapons", - "CustomPresetsTutor/ClassScoutTitle": "Scout", - "CustomPresetsTutor/ClassSniperDescription": "A specialist class that fights at long distances", - "CustomPresetsTutor/ClassSniperTitle": "Marksman", - "CustomPresetsTutor/ClassSqbDescription": "A defensive class with great variability in body and head protection", - "CustomPresetsTutor/ClassSqbTitle": "Enforcer", - "CustomPresetsTutor/ClassTitle": "Class system and preset meta score", - "CustomPresetsTutor/Complete": "Start building", - "CustomPresetsTutor/ConsumeDescription": "Preset utility bar displays the meta score for medicine, gear rigs, and headsets.", - "CustomPresetsTutor/ConsumeTipDescription": "Don't forget to add consumables to the quick access panel.", - "CustomPresetsTutor/ConsumeTitle": "Meta score bars. Utility", - "CustomPresetsTutor/DefenceDescription": "Preset defense bar displays the meta score for all armor elements and items with protective properties. \nYou can swap ballistic plates, and add or remove extra protection attachments from helmets.", - "CustomPresetsTutor/DefenceTipDescription": "You can change the ballistic plates in body armor and plate carriers. Helmets can be equipped with visors.", - "CustomPresetsTutor/DefenceTitle": "Meta score bars. Defense", - "CustomPresetsTutor/FireDescription": "Preset firepower bar displays the meta score for your weapon, ammo, and weapon mods.", - "CustomPresetsTutor/FireTipDescription": "Don't forget to load ammo to your magazines.", - "CustomPresetsTutor/FireTitle": "Meta score bars. Firepower", - "CustomPresetsTutor/MPDescription": "Meta score is a universal performance rating for items in EFT:Arena. \nEach piece of equipment has its own meta score.", - "CustomPresetsTutor/MPTipDescription": "It's best not to skip this tutorial.", - "CustomPresetsTutor/MPTitle": "Meta score", - "CustomPresetsTutor/Skip": "Skip", - "CustomPresetsTutor/TipTitle": "Quick tip!", - "CustomPresetsTutor/WelcomeDescription": "Here you will learn the basic mechanics of creating your own presets \nand how to build the most effective preset for your matches.", - "CustomPresetsTutor/WelcomeStart": "Start", - "CustomPresetsTutor/WelcomeTitle": "Welcome to Custom Presets", + "CustomPresetsTutor/ClassMPHigh": "limite superior", + "CustomPresetsTutor/ClassMPLow": "limite inferior", + "CustomPresetsTutor/ClassMPTarget": "pontos meta permitidos", + "CustomPresetsTutor/ClassScoutDescription": "Uma classe ofensiva com acesso à munição perfurante e armas de disparo rápido", + "CustomPresetsTutor/ClassScoutTitle": "Batedor", + "CustomPresetsTutor/ClassSniperDescription": "Uma classe especialista que luta a longas distâncias", + "CustomPresetsTutor/ClassSniperTitle": "Atirador", + "CustomPresetsTutor/ClassSqbDescription": "Uma classe defensiva com grande variabilidade em coletes e capacetes", + "CustomPresetsTutor/ClassSqbTitle": "Executor", + "CustomPresetsTutor/ClassTitle": "Sistema de classes e pontuação de kits", + "CustomPresetsTutor/Complete": "Iniciar construção", + "CustomPresetsTutor/ConsumeDescription": "A barra de utilidades predefinida exibe a meta pontuação para medicina, vestes táticas e fones de ouvido.", + "CustomPresetsTutor/ConsumeTipDescription": "Não esqueça de adicionar os consumíveis para o painel de acesso rápido.", + "CustomPresetsTutor/ConsumeTitle": "Barra de pontuação meta. Utilidade", + "CustomPresetsTutor/DefenceDescription": "A barra de defesa predefinida exibe a pontuação meta para todos os elementos de armadura e itens com propriedades de proteção.\nVocê pode trocar placas balísticas e adicionar ou remover acessórios de proteção extra dos capacetes.", + "CustomPresetsTutor/DefenceTipDescription": "Você pode mudar as placas balísticas em armaduras corporais e porta-placas. Capacetes podem ser equipados com viseiras.", + "CustomPresetsTutor/DefenceTitle": "Barra de pontuação meta. Defesa", + "CustomPresetsTutor/FireDescription": "A barra de poder de fogo predefinida exibe a pontuação meta para sua arma, munição e mods de arma.", + "CustomPresetsTutor/FireTipDescription": "Não esqueça de inserir munição em seus carregadores.", + "CustomPresetsTutor/FireTitle": "Barra de pontuação meta. Poder de Fogo", + "CustomPresetsTutor/MPDescription": "Pontuação Meta é uma classificação de desempenho universal para itens em EFT:Arena.\nCada peça de equipamento tem sua própria pontuação meta.", + "CustomPresetsTutor/MPTipDescription": "Melhor não pular o tutorial.", + "CustomPresetsTutor/MPTitle": "Pontuação Meta", + "CustomPresetsTutor/Skip": "Pular", + "CustomPresetsTutor/TipTitle": "Dica rápida!", + "CustomPresetsTutor/WelcomeDescription": "Aqui você aprenderá a mecânica básica de criação de seus próprios kits\ne como construir os kits mais eficazes para suas partidas.", + "CustomPresetsTutor/WelcomeStart": "Iniciar", + "CustomPresetsTutor/WelcomeTitle": "Bem vindo aos kits personalizados", "Custom_scav_pmc": "Boiler room basement (Co-op)", - "CustomizationDirectReward/Description": "You will unlock this style as a reward", - "CustomizationNotExists": "Unavailable clothing in one or more presets", - "CustomizationOfferReward/Description": "Unlocks tactical clothing offer", - "CustomizationReward/Description": "Unlocks tactical clothing", - "Customizations/ObtainHeader": "Obtained:", + "CustomizationDirectReward/Description": "Você vai desbloquear este estilo como recompensa", + "CustomizationNotExists": "Vestimentas indisponíveis em um ou mais kits", + "CustomizationOfferReward/Description": "Desbloqueia vestes táticas", + "CustomizationReward/Description": "Desbloqueia vestes táticas", + "Customizations/ObtainHeader": "Obtido:", "Customs": "Customs", "CyberEnvironmentUiType": "/ CyberTark /", "DAILY QUESTS": "Missões operacionais", @@ -15748,7 +16018,7 @@ "DISCONNECT": "DESCONECTAR-SE", "DISCONNECT FROM GLOBAL CHAT": "DESCONECTE DO CHAT GLOBAL", "DISPOSE": "DESCARTAR", - "DLSS Preset setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "DLSS Preset setting will be fully applied after the raid restarts": "A configuração será aplicada completamente na próxima incursão", "DMR": "DMR", "DMRDescription": "A habilidade de manuseio do rifle de atirador designado melhora o manuseio geral, reduz o recuo e o tempo de recarga deste tipo de arma.", "DMRLevelingUpDescription": "A habilidade de arma de Fuzis de Atirador Designado é melhorada ao disparar e recarregar o tipo de arma correspondente.", @@ -15775,22 +16045,22 @@ "Daily/Stat/Total": "Total de missões concluídas", "Daily/Stat/VeryEasy": "Total de missões muito fáceis concluídas", "Daily/Stat/VeryHard": "Total de missões muito difíceis concluídas", - "DailyQuestName/ArenaWinMatch": "Win a match", - "DailyQuestName/ArenaWinRound": "Win a round", + "DailyQuestName/ArenaWinMatch": "Vencer uma partida", + "DailyQuestName/ArenaWinRound": "Vencer uma rodada", "DailyQuestName/Completion": "Encontre a transferência", "DailyQuestName/Elimination": "Eliminações", "DailyQuestName/Exploration": "Saia do local", "DailyQuestName/PickUp": "Encontre e extraia da incursão", "DailyQuests": "Missões operacionais", "DamageModifier": "Dano recebido (exceto da cabeça)", - "DamageType_Artillery": "82mm mortar round", + "DamageType_Artillery": "Munição de morteiro 82mm", "DamageType_Barbed": "Arame farpado", "DamageType_Bloodloss": "Sangramento", "DamageType_Blunt": "Dano colateral", "DamageType_Btr": "Atropelado pelo BTR", "DamageType_Bullet": "Ferimento de bala", "DamageType_Dehydration": "Desidratação", - "DamageType_Environment": "Environment object", + "DamageType_Environment": "Objeto do ambiente", "DamageType_Exhaustion": "Exaustão", "DamageType_Explosion": "Explosão", "DamageType_Fall": "Queda", @@ -15807,7 +16077,7 @@ "DamageType_Stimulator": "Efeito colateral de estimulantes", "DamageType_Undefined": "Dano prévio", "Day": "Dia", - "DeactivateObject": "Deactivate the device", + "DeactivateObject": "Desative o dispositivo", "Dead": "Morto", "Dead Man's Place": "Dead Man's Place", "DeathInfo/BackHead": "Nuca", @@ -15862,7 +16132,7 @@ "Deploying in progress": "Infiltrando", "Deploying in:": "Infiltrando em:", "Description": "Descrição", - "Develop_Right": "Activate", + "Develop_Right": "Ativar", "Dialog is not selected yet": "Bate-papo ainda não está selecionado", "Died": "Morreu", "Disable": "Desabilitado", @@ -15870,8 +16140,8 @@ "Disable legs stamina": "Desabilitar stamina das pernas", "Disable overload": "Desabilitar sobrepeso", "Disable water and food consumption": "Desabilitar consumo de agua e energia", - "DisableGameFramerateLimit": "Disable game FPS limit", - "Disable_traps": "Disable traps", + "DisableGameFramerateLimit": "Desabilitar limite de FPS", + "Disable_traps": "Desabilitar armadilhas", "Disabled": "Desabilitado", "DisbandGroup": "Dispersar o grupo", "DisbandGroup message": "Você tem certeza que deseja desfazer o grupo?", @@ -15883,7 +16153,7 @@ "Do you really want to delete dialog with user: {0}?": "Tem certeza que quer deletar esse diálogo com {0}?", "Dogtag": "IDENTIFICAÇÃO", "Don't allow to add me": "Prevenir que me adicionem como amigo", - "Donate": "Sacrifice", + "Donate": "Sacrificar", "Dorms V-Ex": "Dorms V-Ex", "Draw": "Empate", "DrawElite": "Mira firme pelos primeiros 3 segundos independente da resistência", @@ -15897,7 +16167,7 @@ "DropBackpack": "Deixar mochila", "DropItem": "Soltar item", "Duck": "Agachar", - "Duplicate": "DUPLICATE", + "Duplicate": "DUPLICAR", "Dur.": "Dur.", "Duration": "Duração", "E1": "Elevador do Edifício Stylobate", @@ -15916,24 +16186,24 @@ "EAntialiasingMode/None": "desligado", "EAntialiasingMode/TAA_High": "TAA Alto", "EAntialiasingMode/TAA_Low": "TAA", - "EAreaType/CircleOfCultists/Tooltip": "Cultist Circle bonuses\n\nThe value of each sacrificed item is added up. This total determines the value of items received as a Gift from the cultists.\n\nIf the value of a single sacrifice is above a certain threshold, there is a chance to receive items needed for active tasks and unfinished Hideout zones.\n\nThe value of the Gifts is further increased by the bonuses.\n\nThe cultists cannot deliver their Gift while you are in the Hideout.\n\nBonuses:\n— Sacrificing a Sacred Amulet increases the Gift's value by {0}%\n— The Hideout Management skill increases the bonus of Sacred Amulet", - "EAreaType/EquipmentPresetsStand/Tooltip": "The rack can be equipped with any gear. \n\nIn the presets menu, you can equip gear from one of the mannequins or exchange the gear already equipped by your PMC for the mannequin's gear. \n\nPouch items and special slot items do not apply to equipping and exchanging.", + "EAreaType/CircleOfCultists/Tooltip": "Bônus do Círculo de Cultistas\n\nO valor de cada item sacrificado é somado. Esse total determina o valor dos itens recebidos como um Presente dos cultistas.\n\nSe o valor de um único sacrifício estiver acima de um certo limite, há uma chance de receber itens necessários para tarefas ativas e zonas de Esconderijo inacabadas.\n\nO valor dos Presentes é aumentado ainda mais pelos bônus.\n\nOs cultistas não podem entregar seus Presentes enquanto você estiver no Esconderijo.\n\nBônus:\n— Sacrificar um Amuleto Sagrado aumenta o valor do Presente em {0}%\n— A habilidade de Gerenciamento de Esconderijo aumenta o bônus do Amuleto Sagrado", + "EAreaType/EquipmentPresetsStand/Tooltip": "O rack pode ser equipado com qualquer equipamento.\n\nNo menu de kits, você pode usar equipamentos de um dos manequins ou trocar os equipamentos já equipados pelo seu PMC pelos equipamentos do manequim.\n\nItens de bolsa e itens de slot especial não se aplicam a equipar e trocar.", "EAreaType/PlaceOfFame/Tooltip": "Ganhar bônus por dogtags PMC.\n\nOs bônus são concedidos para dogtags de jogadores PMC que são:\n- Da facção adversária;\n- Não está na sua lista de amigos;\n- Não estava no seu grupo na hora do assassinato.\n\nCada nível de dogtag traz um {0}% bônus\nO bônus máximo para uma dogtag é {1}%", - "EArenaClothingSortingType/All": "All", - "EArenaClothingSortingType/PurchaseAvailable": "Available for purchase", - "EArenaClothingSortingType/Purchased": "Purchased", - "EArenaClothingSortingType/Unavailable": "Unavailable", - "EArenaPresetClass/Assault": "Assault", - "EArenaPresetClass/CQB": "Enforcer", - "EArenaPresetClass/Marksman": "Marksman", + "EArenaClothingSortingType/All": "Todos", + "EArenaClothingSortingType/PurchaseAvailable": "Disponível para compra", + "EArenaClothingSortingType/Purchased": "Comprado", + "EArenaClothingSortingType/Unavailable": "Indisponível", + "EArenaPresetClass/Assault": "Assalto", + "EArenaPresetClass/CQB": "Executor", + "EArenaPresetClass/Marksman": "Atirador", "EArenaPresetClass/Scout": "Batedor", - "EArenaPresetClass/collection": "COLLECTION", - "EArenaPresetsListType/Base": "Standard", - "EArenaPresetsListType/Custom": "Custom", - "EAutoAddToWishlist/AllHideout": "Favorite recipes + zone upgrades", - "EAutoAddToWishlist/Disabled": "Disabled", - "EAutoAddToWishlist/Recipes": "Favorite crafting recipes", - "EAutoAddToWishlist/Zones": "Hideout zone upgrade items", + "EArenaPresetClass/collection": "COLEÇÃO", + "EArenaPresetsListType/Base": "Padrão", + "EArenaPresetsListType/Custom": "Personalizado", + "EAutoAddToWishlist/AllHideout": "Receitas favoritas + Melhoria de zonas", + "EAutoAddToWishlist/Disabled": "Desabilitado", + "EAutoAddToWishlist/Recipes": "Receitas de criação favoritas", + "EAutoAddToWishlist/Zones": "Itens de melhorias nas zonas do esconderijo", "EAutoVaultingUseMode/Automatic": "Auto", "EAutoVaultingUseMode/Hotkey": "Atalho", "EBackendErrorCode/CantChangeReadyState": "Erro ao mudar status pronto", @@ -15943,23 +16213,23 @@ "EBackendErrorCode/GroupSendInviteError": "Erro ao enviar convite para grupo", "EBackendErrorCode/ItemHasBeenSold": "O item já foi vendido.", "EBackendErrorCode/LimitForPresetsReached": "Limite de kits atingido", - "EBackendErrorCode/NoArenaSync": "Error connecting to Arena. Please, try again later.", + "EBackendErrorCode/NoArenaSync": "Erro ao conectar-se ao Arena. Por favor tente novamente mais tarde.", "EBackendErrorCode/OfferSold": "Oferta já vendida", "EBackendErrorCode/PlayerAlreadyInGroup": "Jogador já está em um grupo", "EBackendErrorCode/PlayerAlreadyLookingForGame": "Jogador já está procurando partida", "EBackendErrorCode/PlayerForbiddenGroupInvites": "Jogador bloqueou convites para grupo", "EBackendErrorCode/PlayerInRaid": "Jogadores em incursão", - "EBackendErrorCode/PlayerIsInPveMode": "Player is in PvE mode", - "EBackendErrorCode/PlayerIsInRegularMode": "Player is in PvP mode", + "EBackendErrorCode/PlayerIsInPveMode": "Jogador está no modo PvE", + "EBackendErrorCode/PlayerIsInRegularMode": "Jogador está no modo PvP", "EBackendErrorCode/PlayerIsNotSearchingForGroup": "Jogador não está procurando grupo", "EBackendErrorCode/PlayerIsOffline": "Jogador está offline", "EBackendErrorCode/PlayerNotInGroup": "Jogador não está em um grupo", "EBackendErrorCode/PlayerNotLeader": "Jogador não é o líder", "EBackendErrorCode/PlayerProfileNotFound": "Perfil não encontrado", - "EBackendErrorCode/PlayerTooManyPartyRequests": "Too many group invites. Please try again later.", - "EBackendErrorCode/RaidConfigurationError": "Game mode configuration error", + "EBackendErrorCode/PlayerTooManyPartyRequests": "Muitos convites para grupo. Por favor tente novamente mais tarde.", + "EBackendErrorCode/RaidConfigurationError": "Erro na configuração do modo de jogo", "EBackendErrorCode/TooManyInviteRequests": "Excedeu o limite de convites enviados para um jogador. Tente novamente em {0} segundos.", - "EBackenderrorcode/groupnotready": "Group is not ready", + "EBackenderrorcode/groupnotready": "Grupo não está pronto", "EBtrInteractionStatus/Blacklisted": "Você não tem permissão para acessar o BTR!", "EBtrInteractionStatus/BusyDoor": "Porta em uso!", "EBtrInteractionStatus/BusySide": "O lado está ocupado!", @@ -15971,21 +16241,21 @@ "ECompareMethod/More": "mais que", "EConnectionType/Default": "Padrão", "EConnectionType/HttpConnection": "Http", - "EContinuousHealMode/Disabled": "Disabled", - "EContinuousHealMode/Enabled": "Enabled", + "EContinuousHealMode/Disabled": "Desabilitado", + "EContinuousHealMode/Enabled": "Habilitado", "ECoopBlock/GameVersionUnavailable": "Versão de pré-compra inválida", "ECoopBlock/GroupPlayerWrongVersion": "Modo co-op indisponível para alguns membros do seu grupo", "ECoopBlock/LocationUnavailable": "Não disponível para esta localização", "ECoopBlock/OnlineUnavailable": "Não disponível para esta conta", "ECoopBlock/PveGameMode": "Modo co-op indisponível para o modo PVE.", - "ECustomizationItemCategory/Clothing": "Tactical clothing", + "ECustomizationItemCategory/Clothing": "Roupas táticas", "ECustomizationItemCategory/DogTag": "Dogtag", - "ECustomizationItemCategory/Environment": "Main menu background", - "ECustomizationItemCategory/Gesture": "Gesture", - "ECustomizationItemCategory/Head": "Character appearance", - "ECustomizationItemCategory/Hideout": "Hideout customization", - "ECustomizationItemCategory/MannequinPose": "Mannequin pose", - "ECustomizationItemCategory/Voice": "Character voice", + "ECustomizationItemCategory/Environment": "Plano de fundo do menu principal", + "ECustomizationItemCategory/Gesture": "Gestos", + "ECustomizationItemCategory/Head": "Aparência do personagem", + "ECustomizationItemCategory/Hideout": "Customização do esconderijo", + "ECustomizationItemCategory/MannequinPose": "Pode do manequim", + "ECustomizationItemCategory/Voice": "Voz do personagem", "EDIT": "EDITAR", "EDLSSMode/Auto": "auto", "EDLSSMode/Balanced": "balanceado", @@ -15997,7 +16267,7 @@ "EDLSSPreset/B": "B", "EDLSSPreset/C": "C", "EDLSSPreset/D": "D", - "EDLSSPreset/Default": "Default", + "EDLSSPreset/Default": "Padrão", "EDLSSPreset/E": "E", "EDLSSPreset/F": "F", "EDLSSPreset/G": "G", @@ -16006,7 +16276,7 @@ "EDLSSPreset/J": "J", "EDLSSPreset/K": "K", "EDLSSPreset/L": "L", - "EDLSSPreset/Latest": "Latest", + "EDLSSPreset/Latest": "Últimos", "EDLSSPreset/M": "M", "EDLSSPreset/N": "N", "EDLSSPreset/O": "O", @@ -16019,49 +16289,49 @@ "EFSR2Mode/Performance": "performance", "EFSR2Mode/Quality": "qualidade", "EFSR2Mode/UltraPerformance": "ultra performance", - "EFSR3Mode/Balanced": "balanced", + "EFSR3Mode/Balanced": "balanceado", "EFSR3Mode/Off": "off", "EFSR3Mode/Performance": "performance", - "EFSR3Mode/Quality": "quality", + "EFSR3Mode/Quality": "qualidade", "EFSR3Mode/UltraPerformance": "ultra performance", "EFSRMode/Balanced": "balanceado", "EFSRMode/Off": "desligado", "EFSRMode/Performance": "performance", "EFSRMode/Quality": "qualidade", "EFSRMode/UltraQuality": "ultra qualidade", - "EFT/UI/TRADING/ARENAEFTITEMSTRANSFER": "ITEM TRANSFER", - "EFT/UI/TRADING/ARENAEFTTRANSFER/ARENANOTPURCHASED": "An active EFT: Arena profile is required to transfer items", - "EFT/UI/Trading/ArenaEftTransfer/ArenaEftItemsTransfer": "Items transfer", - "EFT/UI/Trading/ArenaEftTransfer/CancelTransfer": "Cancel transfer", - "EFT/UI/Trading/ArenaEftTransfer/CannotTransferToArena": "Unable to transfer to Arena", - "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/ArenaNotPurchased": "Arena not purchased", - "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/LimitExhausted": "Transfer limit exhausted", - "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/NotEnoughMoneyForTax": "Not enough money to cover the fee", - "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/ServiceUnavaliable": "Transfer unavailable", - "EFT/UI/Trading/ArenaEftTransfer/NoArenaSyncButtonText": "No connection with Arena! Retry in {0}", - "EFT/UI/Trading/ArenaEftTransfer/TimeLetfToCancelTransfer": "Time left to cancel transfer:", - "EFT/UI/Trading/ArenaEftTransfer/Transfertoarena": "Transfer to Arena", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/CharismaBonus": "charisma bonus", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/Header": "Fee calculation", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/ItemTransfer": "Item transfer", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/MoneyTransfer": "Money transfer", - "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/StandingBonus": "standing bonus", - "EFT/UI/Trading/Arenaefttransfer/Dailytansferlimit": "Daily limit", - "EFT/UI/Trading/Arenaefttransfer/Dailytransferlimit": "Daily limit", - "EFT/UI/Trading/Arenaefttransfer/Storage": "Estoque", - "EFT/UI/Trading/Arenaefttransfer/Timelefttoresetlimit": "Time until limits reset", - "EFT/UI/Trading/Arenaefttransfer/Timeletftoresetlimit": "Time until limits reset", - "EFT/UI/Trading/Arenaefttransfer/Transfertax": "Commission", + "EFT/UI/TRADING/ARENAEFTITEMSTRANSFER": "TRANSFERENCIA DE ITEM", + "EFT/UI/TRADING/ARENAEFTTRANSFER/ARENANOTPURCHASED": "EFT Ativo: É necessário um perfil no Arena para transferir itens", + "EFT/UI/Trading/ArenaEftTransfer/ArenaEftItemsTransfer": "Transferência de itens", + "EFT/UI/Trading/ArenaEftTransfer/CancelTransfer": "Cancelar transferência", + "EFT/UI/Trading/ArenaEftTransfer/CannotTransferToArena": "Não foi possível transferir para o Arena", + "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/ArenaNotPurchased": "Arena não adquirido", + "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/LimitExhausted": "Limite de transferência atingido", + "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/NotEnoughMoneyForTax": "Dinheiro insuficiente para cobrir a taxa", + "EFT/UI/Trading/ArenaEftTransfer/CommissionTooltip/ServiceUnavaliable": "Transferir indisponível", + "EFT/UI/Trading/ArenaEftTransfer/NoArenaSyncButtonText": "Sem conexão com o Arena! Tente novamente em {0}", + "EFT/UI/Trading/ArenaEftTransfer/TimeLetfToCancelTransfer": "Tempo restante para cancelar a transferência:", + "EFT/UI/Trading/ArenaEftTransfer/Transfertoarena": "Transferir para o Arena", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/CharismaBonus": "Bonus de natal", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/Header": "Calculo de taxa", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/ItemTransfer": "Transferir itens", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/MoneyTransfer": "Transferir dinheiro\n", + "EFT/UI/Trading/ArenaEftTransfer/СommissionTooltip/StandingBonus": "Bonus de reputação", + "EFT/UI/Trading/Arenaefttransfer/Dailytansferlimit": "Limite diário", + "EFT/UI/Trading/Arenaefttransfer/Dailytransferlimit": "Limite diário", + "EFT/UI/Trading/Arenaefttransfer/Storage": "Stash", + "EFT/UI/Trading/Arenaefttransfer/Timelefttoresetlimit": "Tempo até reiniciar limite", + "EFT/UI/Trading/Arenaefttransfer/Timeletftoresetlimit": "Tempo até reiniciar limite", + "EFT/UI/Trading/Arenaefttransfer/Transfertax": "Comissão", "EFenceStandingSource/AggressorKill": "Ajudante de scavs", "EFenceStandingSource/BossHelp": "Assistência ao Boss", "EFenceStandingSource/BossKill": "Penalidade por matar Boss", "EFenceStandingSource/CoopExit": "Extração PMC and Scav co-op", "EFenceStandingSource/ExitStanding": "Reputação com Fence para extração", - "EFenceStandingSource/PmcBotKill": "Scav assistance", + "EFenceStandingSource/PmcBotKill": "Assistência Scav", "EFenceStandingSource/ScavKill": "Penalidade por matar scavs", "EFencestandingsource/scavhelp": "Ajudando scavs", "EFencestandingsource/traitorKill": "Matar traidor", - "EHideoutNotificationType/DecryptionComplete": "Decryption complete", + "EHideoutNotificationType/DecryptionComplete": "Descriptografia completa", "EItemAttributeId/CoolFactor": "RESFRIAMENTO", "EItemAttributeId/DurabilityBurn": "Perda de durabilidade", "EItemAttributeId/HeatFactor": "CALOR", @@ -16082,11 +16352,11 @@ "EMatchingStatus/GroupPlayer": "Apenas o lider pode começar a partida", "EMatchingStatus/NotEnoughPlayers": "Sem jogadores suficientes para iniciar", "EMatchingStatus/NotReady": "Nem todos os jogadores estão prontos para começar a incursão", - "EMemberCategory/Default": "Default", - "EMemberCategory/Developer": "Developer", - "EMemberCategory/Emissary": "Emissary", - "EMemberCategory/Sherpa": "Sherpa", - "EMemberCategory/Unheard": "The Unheard Edition", + "EMemberCategory/Default": "Padrão", + "EMemberCategory/Developer": "Desenvolvedor", + "EMemberCategory/Emissary": "Emissários", + "EMemberCategory/Sherpa": "Sherpas", + "EMemberCategory/Unheard": "Edição \"Unheard\"", "EMemberCategory/UniqueId": "Edge of Darkness", "ENEMY": "INIMIGO", "ENEMYDOWN": "INIMIGO ABATIDO", @@ -16103,19 +16373,19 @@ "ENvidiaReflexMode/Off": "desligado", "ENvidiaReflexMode/On": "ligado", "ENvidiaReflexMode/OnAndBoost": "ligado e ampliado", - "EPanelType/Decryption": "Decryption:", - "EPanelType/Production": "Production:", + "EPanelType/Decryption": "Descriptografia:", + "EPanelType/Production": "Produção:", "EPressType/Continuous": "Contínuo", "EPressType/DoubleClick": "Duplo Clique", "EPressType/Press": "Pressionar", "EPressType/Release": "Soltar", "EQUIP": "EQUIPAR", - "EQUIPMENTPRESETSSTAND": "Gear Rack", + "EQUIPMENTPRESETSSTAND": "Estante de equipamentos", "EQteActivityType/Gym": "Iniciar treinamento", "ERGONOMICS": "ERGONOMIA", - "ERewardType/CustomizationDirect": "Customization", - "ERewardType/ExtraDailyQuest": "Task", - "ERewardType/Skill/Description": "Permanently increases {0} ({1})", + "ERewardType/CustomizationDirect": "Personalização", + "ERewardType/ExtraDailyQuest": "Missão", + "ERewardType/Skill/Description": "Aumentado permanentemente {0} ({1})", "ESSAOMode/ColoredHighestQuality": "ultra colorido", "ESSAOMode/FastPerformance": "performance alta", "ESSAOMode/FastestPerformance": "maior performance", @@ -16143,15 +16413,15 @@ "ETraderServiceType/BtrBotCover": "Fogo de cobertura", "ETraderServiceType/BtrItemsDelivery": "Mover itens para o esconderijo", "ETraderServiceType/PlayerTaxi": "Entra ai", - "EWishlistGroup/Equipment": "Equipment", - "EWishlistGroup/Hideout": "Hideout", + "EWishlistGroup/Equipment": "Equipamento", + "EWishlistGroup/Hideout": "Esconderijo", "EWishlistGroup/Other": "Outro", "EWishlistGroup/Quests": "Missões", - "EWishlistGroup/Trading": "Barter", - "EWishlistNotificationsType/All": "Enabled", - "EWishlistNotificationsType/Disabled": "Disabled", - "EWishlistNotificationsType/MenuOnly": "In stash only", - "EWishlistNotificationsType/RaidOnly": "In raid only", + "EWishlistGroup/Trading": "Troca", + "EWishlistNotificationsType/All": "Habilitado", + "EWishlistNotificationsType/Disabled": "Desabilitado", + "EWishlistNotificationsType/MenuOnly": "Apenas no stash", + "EWishlistNotificationsType/RaidOnly": "Apenas em incursão", "EXAMINE": "EXAMINAR", "EXAMINE IN PROGRESS": "EXAMINANDO", "EXAMINE: ": "EXAMINAR: ", @@ -16196,8 +16466,8 @@ "EXFIL_water_drain": "Abaixe o nível da água", "EXFIL_water_wait": "Aguarde o nível da água descer", "EXHAUSTED": "EXAUSTO", - "EXIT REQUIREMENT COMPONENT": "Required for exfil activation", - "EXIT REQUIREMENT COMPONENT/Tooltip": "This item is a requirement to activate a special exfil and cannot be taken out of raid.", + "EXIT REQUIREMENT COMPONENT": "Necessário para ativação da extração", + "EXIT REQUIREMENT COMPONENT/Tooltip": "Este item é necesário para ativar uma extração especial e não pode ser levado para fora da incursão.", "EXITLOCATED": "SAÍDA LOCALIZADA", "EXPLOSION DELAY": "ATRASO DE EXPLOSÃO", "EXPLOSION DISTANCE": "RAIO DE EXPLOSÃO", @@ -16235,7 +16505,7 @@ "Enter player nickname": "Digite o apelido do jogador", "Enter your message here": "Digite sua mensagem aqui", "Entry point": "Ponto de Entrada", - "Equip item has been built": "Equipment saved", + "Equip item has been built": "Equipamento salvo", "EquipItemWindow/Caption": "Disponível", "EquipItemWindow/EnterName": "Insira o nome", "EquipItemWindow/NoItems": "Sem itens disponíveis", @@ -16268,7 +16538,7 @@ "Excellent standing": "excelente", "ExceptionItem": "O comerciante não pode reparar esse item", "Exceptions:": "Exceções:", - "Exchange": "Exchange", + "Exchange": "Troca", "Exhaustion": "Fadiga", "Exhibition/BlockedMessage": "Não disponível para a conta atual", "Exit": "SAIR", @@ -16298,13 +16568,13 @@ "FACTION": "FACÇÃO", "FAC_TRANSIT_12": "TRANSIT01", "FAC_TRANSIT_12_COND": " ", - "FAC_TRANSIT_12_DESC": "Transit to Woods", + "FAC_TRANSIT_12_DESC": "Viajar para Woods", "FAC_TRANSIT_13": "TRANSIT02", "FAC_TRANSIT_13_COND": " ", - "FAC_TRANSIT_13_DESC": "Transit to Customs", + "FAC_TRANSIT_13_DESC": "Viajar para a Customs", "FAC_TRANSIT_14": "TRANSIT03", - "FAC_TRANSIT_14_COND": "TerraGroup Labs access keycard required (1)", - "FAC_TRANSIT_14_DESC": "Transit to The Lab", + "FAC_TRANSIT_14_COND": "Cartão de acesso à Terragroup Labs necessário (1)", + "FAC_TRANSIT_14_DESC": "Viajar para a Labs", "FIND OTHER PLAYERS": "ENCONTRAR OUTROS JOGADORES", "FIND PARTS": "ENCONTRAR PEÇAS", "FINDAMMO": "ENCONTRAR MUNIÇÃO", @@ -16316,7 +16586,7 @@ "FOV:": "Campo de Visão:", "FR": "Français", "FRACTURE": "INFLINGE FRATURA", - "FRAGMENTS COUNT": "CONTAGEM DE FRAGMENTOS", + "FRAGMENTS COUNT": "NÚMERO DE FRAGMENTOS", "FRIENDLYFIRE": "FOGO AMIGO", "FSR is on": "FSR ativado", "FUCKYOU": "VAI SE FODER", @@ -16339,7 +16609,7 @@ "FinalRunDescription": "Missões suicidas nos famosos locais de Tarkov. A missão é completar a missão enquanto se defende contra ondas de scavs e tentar sair de lá vivo.", "FinalRunDescriptionShort": "LAST MAN STANDING", "FindEp": "Encontre um ponto de extração", - "FindLinked": "Find linked", + "FindLinked": "Encontrar vinculado", "FirstAid": "Primeiros Socorros", "FirstAidDescription": "Habilidade com Kit de primeiros socorros faz uso de medicamentos mais rápidos e mais efetivos.", "FirstPrimaryWeapon": "Na bandoleira", @@ -16356,7 +16626,7 @@ "Foregrip": "Empunhadura", "FoundInRaid": "Encontrado em incursão", "Free cam": "Câmera livre", - "FreeChangeQuest": "Free of charge", + "FreeChangeQuest": "Gratuito", "Freetrading": "Negociações Livres", "Freetradingdescription": "Negociação Livre", "Friend invite to {0} was sent succesfully": "Uma solicitação de amizade foi enviada com sucesso para {0}!", @@ -16366,14 +16636,14 @@ "Friend request from {0} declined succesfully!": "A solicitação de amizade de {0} foi negada!", "Friend request from {0} declined successfully!": "Solicitação de amizade de {0} recusada com sucesso!", "Friendly scavs": "Scavs amigáveis", - "FriendlyGesture": "Greet", + "FriendlyGesture": "Saudação", "Friends": "Amigos", "Friends invite is already sent": "Você já enviou um pedido de amizade.", "Friends list": "Lista de amigos", - "FrostbiteBuff": "Frostbite", + "FrostbiteBuff": "Congelamento", "Full": "Cheio", "Full Recovery Time": "Tempo de recuperação completa", - "FullHeal": "FULL TREATMENT", + "FullHeal": "TRATAMENTO COMPLETO", "Fullscreen mode:": "Modo de tela:", "Func mods": "Modificações funcionais", "Functional mods": "Peças funcionais", @@ -16382,7 +16652,7 @@ "GAME CONDITIONS": "TERMOS DO JOGO", "GEAR": "EQUIPAMENTO", "GET": "PEGAR", - "GET READY FOR THE MARATHON": "GET READY FOR THE MARATHON", + "GET READY FOR THE MARATHON": "PREPARE-SE PARA A MARATONA", "GET READY!": "PREPARE-SE!", "GETBACK": "VOLTAR", "GETINCOVER": "PROTEJAM-SE", @@ -16399,9 +16669,9 @@ "Game reconnection...": "Reconectando ao jogo...", "Game settings": "Configurações do jogo", "Game world creating...": "Criando o mundo do jogo...", - "GameFramerateLimitBlockers/Description": "Game FPS limit is disabled. Turn it back on to change this setting.", - "GameMode/Confirmation/PVE": "Are you sure you want to switch to PvE mode?", - "GameMode/Confirmation/PVP": "Are you sure you want to switch to PvP mode?", + "GameFramerateLimitBlockers/Description": "Limite de FPS desabilitado. Ative-o para mudar esta opção.", + "GameMode/Confirmation/PVE": "Você tem certeza que deseja mudar para o modo PvE?", + "GameMode/Confirmation/PVP": "Você tem certeza que deseja mudar para o modo PvP?", "Gate 0": "Gate 0", "Gate 2": "Portão 2", "Gate 3": "Gate 3", @@ -16410,18 +16680,18 @@ "Gate_o": "Courtyard Gate", "Gear parts": "Peças de equipamento", "Generator": "GERADOR", - "Generator/Broken": "Repair needed", - "Generator/Disable": "Generator unavailable", - "Generator/FillTheTank": "Refuel", - "Generator/NeedIdle": "Can't perform action while moving", - "Generator/NoRequiredItem": "Required items missing", - "Generator/NonInteractive": "Can't interact", - "Generator/Ready": "Ready for refuel", - "Generator/Repair": "Repair", - "Generator/Running": "Generator is on", + "Generator/Broken": "Reparo necessário", + "Generator/Disable": "Gerador indisponível", + "Generator/FillTheTank": "Re-abastecer", + "Generator/NeedIdle": "Impossível realizar ação se movendo", + "Generator/NoRequiredItem": "Itens necessários faltando", + "Generator/NonInteractive": "Impossível interagir", + "Generator/Ready": "Pronto para abastecer", + "Generator/Repair": "Reparar", + "Generator/Running": "Gerador ligado", "Get items": "Obter itens", "Get ready": "Prepare-se", - "GetOffGesture": "Flip off", + "GetOffGesture": "Vai tomar no C#", "GetOut": "Saia", "Goggles": "Óculos", "Good standing": "bem", @@ -16507,40 +16777,40 @@ "HeavyVests": "Coletes Pesados", "HeavyVestsDescription": "Habilidade em Armaduras Pesadas melhora a mobilidade e reduz a quantidade de dano penetrado e explosivo a saúde.", "HeavyVestsLevelingUpDescription": "A habilidade Coletes Pesados é melhorada reparando armaduras pesadas e placas balísticas com kits de reparo.", - "Hideout/Bestowed": "The Gift is bestowed", - "Hideout/CircleOfCultists": "Cultist Circle", - "Hideout/CircleOfCultists/MaxItemsCount": "Max items: {0}", - "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "Cultists can't bestow their Gift while you're in the Hideout", + "Hideout/Bestowed": "O presente foi concedido", + "Hideout/CircleOfCultists": "Circulo Cultista", + "Hideout/CircleOfCultists/MaxItemsCount": "Quantidade máxima: {0}", + "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "Os cultistas não podem conceder sua recompensa enquanto você estiver no Esconderijo", "Hideout/Craft/ToolMarkerTooltip": "Este item será usado como uma ferramenta auxiliar. Ele retornará ao seu estoque assim que a produção for concluída.", - "Hideout/Customization/Ceiling/TabName": "Ceiling", - "Hideout/Customization/Ceiling/WindowHeader": "Select the ceiling for installation", - "Hideout/Customization/CellSelected": "SELECTED", - "Hideout/Customization/Floor/TabName": "Floor", - "Hideout/Customization/Floor/WindowHeader": "Select the floor for installation", - "Hideout/Customization/Light/TabName": "Lighting", - "Hideout/Customization/Light/WindowHeader": "Select the lighting for installation", - "Hideout/Customization/PosterSlot/TabName": "Posters", - "Hideout/Customization/PosterSlot/WindowHeader": "Select the posters for installation", - "Hideout/Customization/ScreenOverlayButtonTitle": "Hideout customization", - "Hideout/Customization/ShootingRangeMark/TabName": "Targets", - "Hideout/Customization/ShootingRangeMark/WindowHeader": "Select the target for installation", - "Hideout/Customization/StatuetteSlot/TabName": "Figurines", - "Hideout/Customization/StatuetteSlot/WindowHeader": "Select the trophies for installation", - "Hideout/Customization/Wall/TabName": "Walls", - "Hideout/Customization/Wall/WindowHeader": "Select the wall for installation", - "Hideout/Customization/WindowCaption": "Customization", - "Hideout/EquipmentPresetsStand/MannequinTab": "MANNEQUIN {0}", + "Hideout/Customization/Ceiling/TabName": "Forro", + "Hideout/Customization/Ceiling/WindowHeader": "Selecione o forro para intalação", + "Hideout/Customization/CellSelected": "SELECIONADO", + "Hideout/Customization/Floor/TabName": "Piso", + "Hideout/Customization/Floor/WindowHeader": "Selecione o piso para instalação", + "Hideout/Customization/Light/TabName": "Iluminação", + "Hideout/Customization/Light/WindowHeader": "Selecione a iluminação para instalação", + "Hideout/Customization/PosterSlot/TabName": "Ponteres", + "Hideout/Customization/PosterSlot/WindowHeader": "Selecione os posteres para intalação", + "Hideout/Customization/ScreenOverlayButtonTitle": "Customização do esconderijo", + "Hideout/Customization/ShootingRangeMark/TabName": "Alvos", + "Hideout/Customization/ShootingRangeMark/WindowHeader": "Selecione os alvos para intalação", + "Hideout/Customization/StatuetteSlot/TabName": "Miniaturas", + "Hideout/Customization/StatuetteSlot/WindowHeader": "Selecione os troféus para intalação", + "Hideout/Customization/Wall/TabName": "Paredes", + "Hideout/Customization/Wall/WindowHeader": "Selecione as paredes para intalação", + "Hideout/Customization/WindowCaption": "Personalização", + "Hideout/EquipmentPresetsStand/MannequinTab": "MANEQUIM {0}", "Hideout/Handover window/Caption/All weapons": "Todas as armas", "Hideout/Handover window/Message/Items in stash selected:": "Itens no estoque selecionados:", - "Hideout/Mannequin/Pose/boxing": "Fist Fighter", + "Hideout/Mannequin/Pose/boxing": "Boxeador", "Hideout/Mannequin/Pose/fingerguns": "Cowboy", - "Hideout/Mannequin/Pose/fingerguns2": "Sharpshooter", - "Hideout/Mannequin/Pose/gopnik": "Slav Squat", - "Hideout/Mannequin/Pose/muscles_flex": "Feel My Gains", - "Hideout/Mannequin/Pose/spreadinghands": "Well What Is It", - "Hideout/Mannequin/Pose/standing": "Briefing", - "Hideout/Production/Decryption/Fail": "Unsuccessful decryption", - "Hideout/Production/Decryption/Success": "Successful decryption", + "Hideout/Mannequin/Pose/fingerguns2": "Pistoleiro", + "Hideout/Mannequin/Pose/gopnik": "Na Boquina da Garrafa", + "Hideout/Mannequin/Pose/muscles_flex": "Double Biceps", + "Hideout/Mannequin/Pose/spreadinghands": "Vencedor", + "Hideout/Mannequin/Pose/standing": "Neutro", + "Hideout/Production/Decryption/Fail": "Descriptografia falhou", + "Hideout/Production/Decryption/Success": "Sucesso na descriptografia", "Hideout/WeaponStand": "Estante de Armas", "Hideout/handover window/Caption/All items": "Todos os itens", "Hideout/placeoffame": "Hall da Fama", @@ -16548,8 +16818,8 @@ "Hideout/placeoffame/dogtags": "Dogtags", "Hideout/placeoffame/smalltrophies": "Troféus pequenos", "HideoutExtraSlots": "+2 espaços para galões de combustíveis\n+2 espaços para filtro de água\n+2 espaços para filtros de ar\n+2 para o limite de bitcoins armazenados", - "HideoutInteractions/EquipMannequins": "Equip mannequins", - "HideoutInteractions/Sacrifice": "Sacrifice", + "HideoutInteractions/EquipMannequins": "Equipar manequins", + "HideoutInteractions/Sacrifice": "Sacrificar", "HideoutInteractions/TransferItems": "Tranferir itens", "HideoutManagement": "Gerenciamento do esconderijo", "HideoutManagementLevelingUpDescription": "A habilidade de gerenciamento do esconderijo é aprimorada com a criação de itens e a atualização de zonas no esconderijo.", @@ -16560,13 +16830,13 @@ "Hiding objective {0:F1}": "Escondendo objetivo {0:F1}", "HighQualityColor": "Cor de alta qualidade", "HighQualityColor setting will be fully applied after the raid restarts": "A configuração será aplicada completamente após a incursão ser reiniciada", - "HighQualityFog": "High-quality fog (Test)", + "HighQualityFog": "Névoa de alta qualidade (Teste)", "Hold to Aim": "Segure para mirar", "Hold to Crouch": "Segure para agachar", "Hold to Lean": "Segure para inclinar", "Hold to Sprint/hold breath": "Segure para correr/Prender a respiração", "Hold to Walk": "Segure para andar", - "HoldGesture": "Hold", + "HoldGesture": "Aguardar", "Hole Exfill": "Hole in fence", "Holster": "Coldre", "Horrible standing": "horrível", @@ -16588,10 +16858,10 @@ "INTHEFRONT": "NA FRENTE", "INT_TRANSIT_6": "TRANSIT01", "INT_TRANSIT_6_COND": " ", - "INT_TRANSIT_6_DESC": "Transit to Customs", + "INT_TRANSIT_6_DESC": "Viajar para a Customs", "INT_TRANSIT_7": "TRANSIT02", "INT_TRANSIT_7_COND": " ", - "INT_TRANSIT_7_DESC": "Transit to Streets of Tarkov", + "INT_TRANSIT_7_DESC": "Viajar para Streets of Tarkov", "INVITE": "CONVIDAR", "ITEM IS NOT EXAMINED!": "ITEM NÃO FOI EXAMINADO!", "Identifier": "Fonte de caracteres", @@ -16605,7 +16875,7 @@ "ImmunityPainKiller": "Aumenta a duração dos efeitos analgésicos em [{0:0.#%}]", "ImmunityPoisonBuff": "Reduz a potência do veneno em [{0:0.#%}]", "ImmunityPoisonChance": "Chance de ganhar imunidade a envenenamento em [{0:0.#%}]", - "ImpossibleInHideout": "Unavailable at the shooting range", + "ImpossibleInHideout": "Indisponível no estande de tiro", "In equipment": "NO EQUIPAMENTO", "InMenu": "Menu", "InRaid": "Incursão", @@ -16630,7 +16900,7 @@ "IntellectEliteNaturalLearner": "Você não precisa de um manual para examinar esse item", "IntellectLearningSpeed": "Aumenta a velocidade de exame de itens em [{0:0.#%}]", "IntellectLevelingUpDescription": "A habilidade Intelecto é melhorada examinando itens anteriormente não identificados e consertando armas.", - "IntellectRepairPointsCostReduction": "Reduces repair kit durability consumption by [{0:0.#%}]", + "IntellectRepairPointsCostReduction": "Reduz o consumo de durabilidade dos kits de reparo em [{0:0.#%}]", "IntellectWeaponMaintance": "Aumenta a efetividade do reparo de armas em [{0:0.#%}]", "IntelligenceCenter": "CENTRO DE INTELIGÊNCIA", "Intensity:": "Intensidade:", @@ -16682,8 +16952,8 @@ "InventoryError/DiscardLimitForContentReached{0}": "Recipiente {0} contém itens que não podem ser transferidos", "InventoryError/DiscardLimitForStackReached": "Parte da pilha não pode ser transferida", "InventoryError/DiscardLimitReached{0}": "{0} não pode ser transferido", - "InventoryError/InventoryBlocked": "Inventory is blocked", - "InventoryError/ItemHasRestrictions": "Item has restrictions", + "InventoryError/InventoryBlocked": "Inventário bloqueado", + "InventoryError/ItemHasRestrictions": "O item tem restrições", "InventoryError/ItemIsBusy": "Impossível interagir com o item enquanto está sendo usado por outro jogador.", "InventoryError/NoCompatibleAmmo": "Você não possui munição compatível", "InventoryError/NoPossibleActions": "Sem ações disponíveis", @@ -16699,15 +16969,15 @@ "InventoryError/you can't unload from this item": "Você não pode remover munição desse item", "InventoryErrors/Container/ContentModificationUnavailable": "Impossível repor a arma", "InventoryErrors/MalfunctionError": "Você precisa reparar as panes primeiro", - "InventoryErrors/MaxItemsCountReached": "Cannot sacrifice more than {0} items", - "InventoryErrors/PinLock/ContainerHasLockedItem{0}": "Container has locked item:\n{0}", - "InventoryErrors/PinLock/ItemAlreadyLocked{0}": "Item {0} is already locked", - "InventoryErrors/PinLock/ItemAlreadyPinned{0}": "Item {0} is already pinned", - "InventoryErrors/PinLock/ItemAlreadyUnlocked{0}": "Item {0} is already unlocked", - "InventoryErrors/PinLock/ItemLockInWrongContainer": "Can't lock items in this container", - "InventoryErrors/PinLock/ItemLocked": "Item is locked", - "InventoryErrors/PinLock/ItemPinInWrongContainer": "Can't pin items in this container", - "InventoryErrors/PinLock/SortingTableLock": "Can't lock items on sorting table", + "InventoryErrors/MaxItemsCountReached": "Não pode sacrificar mais de {0} itens", + "InventoryErrors/PinLock/ContainerHasLockedItem{0}": "Contêiner tem o item bloqueado:\n{0}", + "InventoryErrors/PinLock/ItemAlreadyLocked{0}": "Item {0} já está trancado", + "InventoryErrors/PinLock/ItemAlreadyPinned{0}": "Item {0} já está marcado", + "InventoryErrors/PinLock/ItemAlreadyUnlocked{0}": "Item {0} já está destrancado", + "InventoryErrors/PinLock/ItemLockInWrongContainer": "Não pode trancar itens neste contêiner", + "InventoryErrors/PinLock/ItemLocked": "Item está trancado", + "InventoryErrors/PinLock/ItemPinInWrongContainer": "Não pode marcar itens neste contêiner", + "InventoryErrors/PinLock/SortingTableLock": "Não pode trancar itens no slot organizador", "InventoryScreen/SpecialSlotsHeader": "Slot Especial", "InventoryWarning/ItemsToBeDestroyed": "Alguns itens foram perdidos", "InventoryWarning/ItemsWillBeDestroyed": "ATENÇÃO! Os próximos itens serão perdidos permanentemente:", @@ -16805,7 +17075,7 @@ "Knock & run": "Bater", "LAB_TRANSIT_8": "TRANSIT01", "LAB_TRANSIT_8_COND": " ", - "LAB_TRANSIT_8_DESC": "Transit to Streets of Tarkov", + "LAB_TRANSIT_8_DESC": "Viajar para Streets of Tarkov", "LATER": "DEPOIS", "LEAVE_BTN": "SAIR", "LEFT: ": "ESQUERDA:", @@ -16816,13 +17086,13 @@ "LH": "LH", "LIG_TRANSIT_21": "TRANSIT01", "LIG_TRANSIT_21_COND": " ", - "LIG_TRANSIT_21_DESC": "Transit to Shoreline", + "LIG_TRANSIT_21_DESC": "Viajar para Shoreline", "LIG_TRANSIT_22": "TRANSIT02", "LIG_TRANSIT_22_COND": " ", - "LIG_TRANSIT_22_DESC": "Transit to Reserve", + "LIG_TRANSIT_22_DESC": "Viajar para Reserva", "LIG_TRANSIT_23": "TRANSIT03", "LIG_TRANSIT_23_COND": " ", - "LIG_TRANSIT_23_DESC": "Transit to Woods", + "LIG_TRANSIT_23_DESC": "Viajar para Woods", "LL": "LL", "LMG": "Metralhadora Leve", "LMGDescription": "A habilidade de manuseio de metralhadora leve melhora o manuseio geral, reduz o recuo e o tempo de recarga deste tipo de arma.", @@ -16830,7 +17100,7 @@ "LOAD": "CARREGAR", "LOAD FROM DIRECTORY...": "Carregar do diretório...", "LOAD FROM FILE...": "Carregar arquivo...", - "LOCATIONKILLLIST": "LOCATION", + "LOCATIONKILLLIST": "LOCAIS", "LOCKEDDOOR": "PORTA TRANCADA", "LOOT": "SAQUE", "LOOT FROM SCAVS": "SAQUE DOS SCAVS", @@ -16843,7 +17113,7 @@ "LVLKILLLIST": "LVL", "Laboratory": "The Lab", "LaboratoryEnvironmentUiType": "Laboratório", - "Labyrinth": "The Labyrinth", + "Labyrinth": "O Labirinto", "Last game session": "Último sessão de jogo", "LastHero": "LastHero", "LastHeroDescription": "Uma luta contra oponentes em um tiroteio sem fim. Haverá apenas um vencedor.", @@ -16917,7 +17187,7 @@ "LockpickingDescription": "Habilidade de abrir fechaduras", "LoginExist": "Login já existe", "Longevity": "Longevidade", - "Look": "Attention!", + "Look": "Atenção!", "LookX negative": "Olhe para a esquerda", "LookX positive": "Olhar para a direita", "LookY negative": "Olhar para cima", @@ -16943,7 +17213,7 @@ "MATERIAL": "Material", "MAX AMMO DAMAGE": "Dano", "MAXCOUNT": "CONTAGEM MÁXIMA", - "MAXIMUM THROW DAMAGE": "Dano máximo de arremesso", + "MAXIMUM THROW DAMAGE": "DANO MÁXIMO POR FRAGMENTO", "MED USE TIME": "TEMPO DE USO DO MEDICAMENTO", "MERCHANTS": "COMERCIANTES", "MIA": "Desaparecido Em Combate (DEC)", @@ -16970,7 +17240,7 @@ "MOD_MOUNT_002": "SUPORTE", "MOD_MUZZLE": "QUEBRA-CHAMAS", "MOD_NVG": "COBERTURA", - "MOD_PISTOLGRIP": "GRIP", + "MOD_PISTOLGRIP": "EMPUNHADURA", "MOD_PISTOL_GRIP": "PUNHO", "MOD_PISTOL_GRIP_AKMS": "EMPUNHADURA", "MOD_RECIEVER": "RECEPTOR", @@ -17019,15 +17289,15 @@ "Magazine": "Carregador", "Magazine checked: ": "Carregador verificado:", "MainMenu": "MENU PRINCIPAL", - "Maintenance/Disconnected": "Lost connection to EFT: Arena network", - "Maintenance/DisconnectedDescription": "Network connection has been lost:\n• Check your Internet connection\n• Make sure you are not using a VPN or other boosters\n• Try restarting your router\n• Check official social networks and platforms for new updates\n• If none of the above has helped, please contact support", - "Maintenance/MaintenanceDescription": "Game is currently unavailable due to maintenance", - "Maintenance/MaintenanceLabel": "Technical maintenance in progress", - "Maintenance/ReconnectRequired": "Connection restored. Re-authorization required.", - "Maintenance/Reconnected": "Connection to EFT: Arena network has been restored", - "Maintenance/RetryConnection": "Reconnecting to EFT: Arena servers", - "Maintenance/StartMatchButton/Disconnected": "Arena battles are currently unavailable. Re-establishing connection to game servers.", - "Maintenance/StartMatchButton/Maintenance": "Arena battles are currently unavailable. Technical maintenance in progress.", + "Maintenance/Disconnected": "Conexão perdida ao EFT: Rede Arena", + "Maintenance/DisconnectedDescription": "A conexão de rede foi perdida:\n• Verifique sua conexão com a Internet\n• Certifique-se de que você não esteja usando uma VPN ou outros boosters\n• Tente reiniciar seu roteador\n• Verifique as redes sociais e plataformas oficiais para novas atualizações\n• Se nenhuma das opções acima ajudou, entre em contato com o suporte", + "Maintenance/MaintenanceDescription": "Jogo atualmente indisponível devido a manutenção", + "Maintenance/MaintenanceLabel": "Manutenção Técnica em andamento", + "Maintenance/ReconnectRequired": "Conexão restaurada. Nova autorização necessária.", + "Maintenance/Reconnected": "Conexão ao EFT: Rede Arena restaurada", + "Maintenance/RetryConnection": "Reconectando ao EFT: Servidores do Arena", + "Maintenance/StartMatchButton/Disconnected": "Batalhas no Arena estão atualmente indisponíveis. Reestabelecendo conexão ao servidor.", + "Maintenance/StartMatchButton/Maintenance": "Batalhas no Arena estão atualmente indisponíveis. Manutenção Técnica em andamento.", "MakeScreenshot": "Captura de tela", "Malfunction/HighChance": "ALTO", "Malfunction/LowChance": "BAIXO", @@ -17049,10 +17319,10 @@ "MapMarkerType_LockedStuff": "Bloqueado", "MapMarkerType_Loot": "Saque", "MapMarkerType_Other": "Desconhecido/outro", - "Marathon/LocationDescrition": "A marathon mode in which you will need to travel from one location to another to progress.", - "Marathon/MarathonDescription": "A marathon mode in which you will need to\ntravel from one location to another to progress.", - "Marathon/MarathonTitle": "TRANSITION", - "Marathon/TarkovDescrition": "A standard single extraction raid mode.", + "Marathon/LocationDescrition": "Modo maratona é quando você precisará viajar de um mapa para o outro para progredir.", + "Marathon/MarathonDescription": "Modo maratona é quando você precisará \nviajar de um mapa para o outro para progredir.", + "Marathon/MarathonTitle": "TRANSIÇÃO", + "Marathon/TarkovDescrition": "Modo padrão de extração única.", "MarkerCreate": "Criar marcador", "MarkerDelete": "Excluir o marcador", "MarkerEdit": "Editar marcador", @@ -17118,10 +17388,10 @@ "ModeChange/Pve": "ZONA PVE", "ModeChange/Regular": "ZONA PVP", "ModeChange/Unable": "Modo de jogo ZONA PVE indisponível", - "ModeChange/Unable/Tooltip": "The Unheard Edition or Edge of Darkness Edition is required to access PvE game mode.", + "ModeChange/Unable/Tooltip": " A Edição Unheard ou Edição Edge of Darkness é necessária para acessar o modo de jogo PvE.", "ModeUnavailable": "Modo indisponível", - "Modification/Locked": "Locked", - "Modification/ReadyToUnlock": "Unlockable", + "Modification/Locked": "Bloqueado", + "Modification/ReadyToUnlock": "Desbloqueável", "Monitor parameters": "Parâmetros do Monitor", "Most leveled": "Mais nivelado", "Most recent": "Mais recente", @@ -17171,14 +17441,14 @@ "NOT SECURED": "NÃO ESTÁ SEGURO", "NOTES": "NOTAS", "NOTHING": "-", - "NO_EFT_TOOLTIP_LOCALIZATION_KEY": "Transfer condition\nEscape from Tarkov not purchased\nOr the character hasn't been created yet", + "NO_EFT_TOOLTIP_LOCALIZATION_KEY": "Condição de transferência\nEscape from Tarkov não adquirido\nOu o personagem ainda não foi criado", "NO_POWER_TIP": "SEM ENERGIA", "NVidia Reflex is on. Turn it off to change this parameter.": "NVidia Reflex está ligado. Desligue-o para alterar esse parâmetro.", "NVidia Reflex settings will be applied after restart.": "A configuração NVidia Reflex será aplicado após reinicialização.", "NW Exfil": "Railway Exfil", - "NY_FINAL": "EVENT", + "NY_FINAL": "EVENTO", "NY_FINAL_COND": "", - "NY_FINAL_DESC": "Final Generator", + "NY_FINAL_DESC": "Gerador Final", "Nakatani_stairs_free_exit": "Nakatani Basement Stairs", "Nape": "Nuca", "NeededSearch": "Pesquisa necessária", @@ -17191,7 +17461,7 @@ "Neutralizer": "Neutralizador", "New quest allowed": "", "NewOwner": "A liderança do grupo foi transferida para {0}!", - "NewYearEvent": "Christmas Event", + "NewYearEvent": "Evento de Natal", "Next": "Próximo", "Next LL requirements:": "Requisitos do próximo NL:", "Next Loyalty Level:": "Próximo nível de lealdade:", @@ -17217,7 +17487,7 @@ "NoCompatibleAmmo": "(SEM MUNIÇÃO)", "NoCorrespondingArea": "Zona de reparo necessária ausente no esconderijo", "NoFutureUpgrades": "Sem atualizações futuras", - "NoGesture": "Thumbs down", + "NoGesture": "Polegar para baixo", "NoSignal": "SEM SINAL", "Noise": "Granulado", "NoiseSuppressionLevels/Disabled": "Desabilitado", @@ -17226,13 +17496,13 @@ "NoiseSuppressionLevels/Moderate": "Moderado", "NoiseSuppressionLevels/VeryHigh": "Muito alto", "Non-authentic": "Não autêntico", - "NonAllTeammates": "Not all group members are ready to transit", + "NonAllTeammates": "Integrante do grupo não está pronto para viajar", "Not available in alpha": "Não disponível na versão beta", "Not available in raid": "Não disponível durante a incursão", "Not enough experience gained. Therefore, you have received the Ran Through exit status.": "Você falhou em ganhar experiência suficiente. Entretanto, você recebeu o status Só de Passagem.", "Not enough place for item": "Não há espaço suficiente para o item", "Not implemented yet": "Ainda não implementado", - "Not in wishlist": "Item is not in Wishlist", + "Not in wishlist": "Item não está na lista de desejos", "NotEnoughMoney": "Dinheiro insuficiente ", "NotEnoughRepairPoints": "Sem pontos de reparo suficiente", "NotEqual": "Senha não corresponde", @@ -17272,25 +17542,25 @@ "OPEN PRESET": "ABRIR KIT", "OPENDOOR": "ABRA A PORTA", "OVERALL": "GLOBAL", - "OVERWEIGHT_EFFECT_DRAIN": "Standing stance blocks stamina regain", + "OVERWEIGHT_EFFECT_DRAIN": "Sem recuperação de estamina de pé", "OVERWEIGHT_EFFECT_FALL": "Dano de queda aumentado", "OVERWEIGHT_EFFECT_HUGE_OVERWEIGHT {0}": "Sobrepeso crítico", - "OVERWEIGHT_EFFECT_JUMP": "Jump height decreased", + "OVERWEIGHT_EFFECT_JUMP": "Altura do pulo reduzida", "OVERWEIGHT_EFFECT_MS": "Velocidade de movimento diminuída", "OVERWEIGHT_EFFECT_NOISE": "Você faz mais barulho", "OVERWEIGHT_EFFECT_OVERWEIGHT {0}": "Sobrepeso", "OVERWEIGHT_EFFECT_PRONE": "Rastejar esgota resistência", - "OVERWEIGHT_EFFECT_SPRINT": "Sprint blocked", + "OVERWEIGHT_EFFECT_SPRINT": "Correr bloqueado", "OVERWEIGHT_EFFECT_STAMINA": "Esgotamento da resistência aumentado", - "OVERWEIGHT_EFFECT_STANCE": "Stance height decreased", - "OVERWEIGHT_EFFECT_WALK": "Walking drains stamina", + "OVERWEIGHT_EFFECT_STANCE": "Altura da postura reduzida", + "OVERWEIGHT_EFFECT_WALK": "Caminhas drena estamina", "OVR": "OVR", "Object LOD quality:": "Qualidade de detalhes dos objetos:", "Objectives": "Objetivo(s)", - "Observer": "Spectator", - "ObtainPrestigeScreen/Conformation/SubTitle": "General Info", - "ObtainPrestigeScreen/Title": "PRESTIGE", - "ObtainPrestigeScreen/Transfer/SubTitle": "Item transfer", + "Observer": "Espectador", + "ObtainPrestigeScreen/Conformation/SubTitle": "Infos Gerais", + "ObtainPrestigeScreen/Title": "PRESTÍGIO", + "ObtainPrestigeScreen/Transfer/SubTitle": "Transferência de item", "Offer was sold or out of stock": "Oferta já vendida", "Office Window": "Office Window", "Offline raid description": "Com a finalidade de reforçar as capacidades de testes, a versão Beta do jogo irá incluir um modo offline especial que permite aos jogadores entrar na incursão completamente sozinho (com ou sem Scavs).\nIsso pode ser usado para exploração e teste do mapa, ajuste de armas, testes do personagem e outras atividades que sejam desejadas em caso dos servidores do jogo estarem lotados ou indisponíveis.\n\nTodas as mecânicas de jogo no modo cooperativo (clima, bots, chefes, etc.) são idênticas às mecânicas online.", @@ -17300,7 +17570,7 @@ "OfflineRaid/startasgrouptooltip": "Com esta opção selecionada, os jogadores começam a incursão lado a lado", "OfflineRaidScreen/WarningHeader": "Atenção! Seu progresso não será salvo no modo praticar!", "OfflineRaidScreen/WarningText": "O jogo cooperativo requer a versão do jogo Edge of Darkness ou a expansão cooperativa para todos os membros do grupo.\nO jogo acontecerá em servidores dedicados de Escape from Tarkov.", - "OkGesture": "Thumbs up", + "OkGesture": "Joinha", "Old Azs Gate": "Old Gas Station", "Old Gas Station": "Old Gas Station", "Old Road Gate": "Old Road Gate", @@ -17328,7 +17598,7 @@ "OtherPlayerProfile/PlaceholderItems": "Sem itens favoritos", "OtherPlayerProfile/PlaceholderWeapons": "Sem armas favoritos", "OtherPlayerProfile/RareAchievements": "Conquistas raras", - "OtherPlayerProfile/ViewHideout": "VIEW HIDEOUT", + "OtherPlayerProfile/ViewHideout": "VISUALIZAR ESCONDERIJO", "Out of Stock": "Sem estoque", "Outskirts": "Outskirts", "Outskirts Water": "Scav bridge", @@ -17351,7 +17621,7 @@ "Pain": "Dor", "Painkiller": "Sob efeito de analgésicos", "PanicEffect": "Horror arrepiante", - "PaperGesture": "Paper", + "PaperGesture": "Papel", "Paramedic": "Paramédico", "Party is ready. Starting the game...": "O grupo está pronto. Começando a partida...", "Penalties": "Penalidades por falha", @@ -17380,7 +17650,7 @@ "Player {0} has left the group": "Usuário {0} deixou o grupo.", "Player {0} invite you to the group": "{0} te convidou para o grupo", "Player {0} was invited to your group": "Jogador {0} foi convidado para seu grupo", - "PlayerEquipmentWindow/Caption{0}": "Equipment preview: {0}", + "PlayerEquipmentWindow/Caption{0}": "Pré-visualizar equipamento: {0}", "PlayerProfile/Unavailable": "Perfil de PMC oculto", "Players spawn": "Players spawn", "PlayersSpawnPlace/AtTheEndsOfTheMap": "2 equipes", @@ -17397,37 +17667,37 @@ "Prepare for Escape": "PREPARE-SE PARA ESCAPAR", "Preparing the game...": "Preparando o jogo...", "PresetBonus": "Bonus de kit", - "PresetFooter/EditPreset": "Edit", - "PresetFooter/ViewPreset": "View", + "PresetFooter/EditPreset": "Editar", + "PresetFooter/ViewPreset": "Visualizar", "PresetManager": "Criar novo padrão", "PresetPenalty": "Penalidade de kit", "Preset_Unlock": "Desbloquear", "Preset_unlocking": "Desbloqueando...", "Press Assemble button to build and place it in stash.": "Pressione o botão Montar para construir e colocar em seu inventário.", "Press any key...": "Pressione qualquer tecla...", - "Prestige": "Prestige", - "Prestige/Conformation/Lost": "RESETS", - "Prestige/Conformation/Lost/Arena": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH", - "Prestige/Conformation/Lost/EFT": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH\n• HIDEOUT PROGRESS", - "Prestige/Conformation/Save": "STAYS", - "Prestige/Conformation/Save/Arena{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• ARP RATING\n• ARMORY PROGRESS\n• PROFILE STATISTICS", - "Prestige/Conformation/Save/EFT{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• PROFILE STATISTICS\n• PRESTIGE PROGRESS", - "Prestige/Conformation/Text": "Upon gaining Prestige, you will start the game from the beginning,\nbut you can keep some of your equipment and skills", - "Prestige/Conformation/Title": "Congratulations, you have met all the requirements for the Prestige!", - "Prestige/ItemsTransfer/FitButtonTooltip": "Show allowed items", - "Prestige/ItemsTransfer/FitWindow": "All allowed items", - "Prestige/ItemsTransfer/Header": "Send items to yourself", - "Prestige/Levels/AlreadyClaimed": "ALREADY CLAIMED", - "Prestige/Levels/Claim": "CLAIM", - "Prestige/Levels/ConditionsListCaption": "UNLOCK CONDITIONS", - "Prestige/Levels/ConditionsNotReady": "CONDITIONS NOT MET", - "Prestige/Levels/NotAvailableInRaid": "NOT AVAILABLE IN RAID", - "Prestige/Levels/PreviousNotClaimed": "PREVIOUS LEVEL NOT CLAIMED", - "Prestige/Levels/RewardOverviewCaption": "REWARD OVERVIEW", - "Prestige/Levels/RewardsListCaption": "REWARDS FOR OBTAINING PRESTIGE", - "Prestige/Rewards/ModesCaption": "AVAILABLE IN GAME MODES:", - "Prestige/Rewards/RewardDescription": "DESCRIPTION:", - "PrestigeTooltip{0}": "Prestige level: {0}", + "Prestige": "Prestígio", + "Prestige/Conformation/Lost": "RESTAURA", + "Prestige/Conformation/Lost/Arena": "• REPUTAÇÃO DO COMERCIANTE\n• PROGRESSO DA MISSÃO\n• NÍVEL DO PERSONAGEM\n• STASH", + "Prestige/Conformation/Lost/EFT": "• REPUTAÇÃO DO COMERCIANTE\n• PROGRESSO DA MISSÃO\n• NÍVEL DO PERSONAGEM\n• STASH\n• PROGRESSO DO ESCONDERIJO", + "Prestige/Conformation/Save": "PERMANECE", + "Prestige/Conformation/Save/Arena{S}{M}": "• {S}% HABILIDADES\n• {M}% MAESTRIA\n• CONQUISTAS OBTIDAS\n• CLASSIFICAÇÃO ARP\n• PROGRESSO NO ARSENAL\n• ESTATÍSTICAS DO PERFIL", + "Prestige/Conformation/Save/EFT{S}{M}": "• {S}% HABILIDADES\n• {M}% MAESTRIA\n• CONQUISTAS OBTIDAS\n• PROGRESSO NO ARSENAL\n• ESTATÍSTICAS DO PERFIL", + "Prestige/Conformation/Text": "Ao ganhar Prestígio, você começará o jogo do início,\nmas poderá manter alguns de seus equipamentos e habilidades", + "Prestige/Conformation/Title": "Parabéns, você atendeu a todos os requisitos para o Prestígio!", + "Prestige/ItemsTransfer/FitButtonTooltip": "Mostrar itens permitidos", + "Prestige/ItemsTransfer/FitWindow": "Todos itens permitidos", + "Prestige/ItemsTransfer/Header": "Mandar itens para você", + "Prestige/Levels/AlreadyClaimed": "JÁ COLETADOS", + "Prestige/Levels/Claim": "REIVINDICAR", + "Prestige/Levels/ConditionsListCaption": "CONDIÇÕES DE DESBLOQUEIO", + "Prestige/Levels/ConditionsNotReady": "CONDIÇÕES NÃO ATINGIDAS", + "Prestige/Levels/NotAvailableInRaid": "NÃO DISPONÍVEL EM INCURSÃO", + "Prestige/Levels/PreviousNotClaimed": "NÍVEL ANTERIOR NÃO COLETADO", + "Prestige/Levels/RewardOverviewCaption": "VISUALIZAÇÃO DA RECOMPENSA", + "Prestige/Levels/RewardsListCaption": "RECOMPENSAS POR OBTER O PRESTÍGIO", + "Prestige/Rewards/ModesCaption": "DISPONÍVEL NOS MODOS:", + "Prestige/Rewards/RewardDescription": "DESCRIÇÃO:", + "PrestigeTooltip{0}": "Nível de Prestígio: {0}", "Previous": "Anterior", "PreviousMagazine": "Carregador anterior", "PreviousWalkPose": "Descer postura", @@ -17474,11 +17744,11 @@ "Protect objective {0:F1}": "Proteger o objetivo {0:F1}", "PveFirstTime/Caption": "Modos de jogo: ZONA PVE", "PveFirstTime/Message": "Bem-vindo ao modo de jogo PVE ZONE\n\nNeste modo você pode experimentar o jogo completo com progressão persistente de personagem PvE sozinho ou com amigos, sem se preocupar em ser atacado por outros jogadores em uma invasão.\n\nTodas as mecânicas são idênticas ao modo de jogo PVP ZONE.\n\nBoa sorte!", - "PveServerMode/ForceOnlineRaidInPVE": "This location can only be played on BSG servers", - "PveServerMode/IsInGroup": "Group raids can only be played on BSG servers", - "PveServerMode/IsScav": "Scav raids can only be played on BSG servers", - "PveServerModeCheckmark": "Play on BSG servers", - "PveServerModeHeader": "Server settings", + "PveServerMode/ForceOnlineRaidInPVE": "Este local pode ser jogado apenas nos servidores da BSG", + "PveServerMode/IsInGroup": "Incursões em grupo podem ser jogadas apenas nos servidores da BSG", + "PveServerMode/IsScav": "Incursões como Scavs podem ser jogadas apenas nos servidores da BSG", + "PveServerModeCheckmark": "Jogar nos servidores da BSG", + "PveServerModeHeader": "Configurações do servidor", "QUEST ITEM": "ITEM DE MISSÃO", "QUEST ITEMS": "ITENS", "QUICK USE": "USO RÁPIDO", @@ -17494,44 +17764,44 @@ "Quest/Change/Price": "Custo de substituição:", "Quest/Change/TimeLeft": "Tempo restante para completar a missão:", "Quest/Change/Tooltip": "Custo de substituição da missão operacional:", - "QuestCondition/ArenaDeathCount/Equal{0}": " dying {0} time(s)", - "QuestCondition/ArenaDeathCount/LessOrEqual{0}": " dying less than {0} time(s)", - "QuestCondition/ArenaDeathCount/More{0}": " dying more than {0} time(s)", - "QuestCondition/ArenaDeathCount/NeverDie": " without dying", - "QuestCondition/ArenaMatchPlace/Any": "Play a match", - "QuestCondition/ArenaMatchPlace/BetterThenOrEqual{0}": "Claim at least {0} place", - "QuestCondition/ArenaMatchPlace/Defeat": "Lose a match", - "QuestCondition/ArenaMatchPlace/Equal{0}": "Claim {0} place", - "QuestCondition/ArenaMatchPlace/Win": "Win a match", - "QuestCondition/ArenaMatchPlace/WorseThen{0}": "Claim lower than {0} place", - "QuestCondition/ArenaPlayerAction/BombActivated": " by planting the device yourself", - "QuestCondition/ArenaPlayerAction/BombDeactivated": " by deactivating the device yourself", - "QuestCondition/ArenaPlayerAction/BombExploded": " by planting the device yourself and letting it activate", - "QuestCondition/ArenaPlayerAction/PointCapture": " by capturing the objective yourself", - "QuestCondition/ArenaPlayerInTeamPlace/BetterThenOrEqual{0}": " while claiming at least {0} place", - "QuestCondition/ArenaPlayerInTeamPlace/WorseThen{0}": " while claiming lower than {0} place", - "QuestCondition/ArenaPlayerInTeamPlace{0}": " claiming {0} place in the team", - "QuestCondition/ArenaRoundCount/Equal{0}": " playing {0} round(s)", - "QuestCondition/ArenaRoundCount/LessOrEqual{0}": " in {0} round(s) or fewer", - "QuestCondition/ArenaRoundCount/More{0}": " playing more than {0} round(s)", - "QuestCondition/ArenaRoundPlace/Any": "Play a round", - "QuestCondition/ArenaRoundPlace/Defeat": "Lose a round", - "QuestCondition/ArenaRoundPlace/Win": "Win a round", - "QuestCondition/ArenaRoundResult/RoundEndType/Any": " by finishing a round", - "QuestCondition/ArenaRoundResult/RoundEndType/BombDeactivated": " by deactivating the device", - "QuestCondition/ArenaRoundResult/RoundEndType/BombExploded": " by letting the device activate", - "QuestCondition/ArenaRoundResult/RoundEndType/Defended": " by protecting the plant site", - "QuestCondition/ArenaRoundResult/RoundEndType/PointCaptured": " by capturing the objective", - "QuestCondition/ArenaRoundResult/RoundEndType/TeamKilled": " by eliminating the enemy team", - "QuestCondition/ArenaRoundResult/RoundEndType/TeamKilledDefense": " by eliminating the defenders", - "QuestCondition/ArenaRoundResult/State/BombTime": " during the device activation timer", - "QuestCondition/ArenaRoundResult/State/CleanUpTeam": " after the cleanup crew is released", - "QuestCondition/ArenaRoundResult/State/MainTime": " in the main time", - "QuestCondition/ArenaRoundResult/State/PointCapture": " in the extra time", + "QuestCondition/ArenaDeathCount/Equal{0}": " morreu {0} vez(es)", + "QuestCondition/ArenaDeathCount/LessOrEqual{0}": " morreu menos de {0} vez(es)", + "QuestCondition/ArenaDeathCount/More{0}": " morreu mais de {0} vez(es)", + "QuestCondition/ArenaDeathCount/NeverDie": " sem morrer", + "QuestCondition/ArenaMatchPlace/Any": "Jogar uma partida", + "QuestCondition/ArenaMatchPlace/BetterThenOrEqual{0}": "Consiga pelo menos {0} lugar", + "QuestCondition/ArenaMatchPlace/Defeat": "Perca uma partida", + "QuestCondition/ArenaMatchPlace/Equal{0}": "Consiga {0} lugar", + "QuestCondition/ArenaMatchPlace/Win": "Vença uma partida", + "QuestCondition/ArenaMatchPlace/WorseThen{0}": "Consiga menos de {0} lugar", + "QuestCondition/ArenaPlayerAction/BombActivated": " por conseguir plantar o dispositivo", + "QuestCondition/ArenaPlayerAction/BombDeactivated": " por desativar o dispositivo", + "QuestCondition/ArenaPlayerAction/BombExploded": " por plantar o dispositivo e deixar ser ativado", + "QuestCondition/ArenaPlayerAction/PointCapture": " por conseguir capturar o objetivo", + "QuestCondition/ArenaPlayerInTeamPlace/BetterThenOrEqual{0}": " conseguido pelo menos {0} lugar", + "QuestCondition/ArenaPlayerInTeamPlace/WorseThen{0}": " conseguido menos que o {0} lugar", + "QuestCondition/ArenaPlayerInTeamPlace{0}": " conseguido {0} lugar no time", + "QuestCondition/ArenaRoundCount/Equal{0}": " jogando {0} rodada(s)", + "QuestCondition/ArenaRoundCount/LessOrEqual{0}": " em {0} rodada(s) ou menos", + "QuestCondition/ArenaRoundCount/More{0}": " jogando mais de {0} rodada(s)", + "QuestCondition/ArenaRoundPlace/Any": "Jogar uma rodada", + "QuestCondition/ArenaRoundPlace/Defeat": "Perder uma partida", + "QuestCondition/ArenaRoundPlace/Win": "Vencer uma partida", + "QuestCondition/ArenaRoundResult/RoundEndType/Any": " por finalizar uma rodada", + "QuestCondition/ArenaRoundResult/RoundEndType/BombDeactivated": " por desativar o dispositivo", + "QuestCondition/ArenaRoundResult/RoundEndType/BombExploded": " por deixar o dispositivo se ativar", + "QuestCondition/ArenaRoundResult/RoundEndType/Defended": " por proteger a área do dispositivo", + "QuestCondition/ArenaRoundResult/RoundEndType/PointCaptured": " por capturar um objetivo", + "QuestCondition/ArenaRoundResult/RoundEndType/TeamKilled": " por eliminar o time inimigo", + "QuestCondition/ArenaRoundResult/RoundEndType/TeamKilledDefense": " por eliminar os defensores", + "QuestCondition/ArenaRoundResult/State/BombTime": " durante o tempo de ativação do dispositivo", + "QuestCondition/ArenaRoundResult/State/CleanUpTeam": " após a equipe de limpeza ser acionada", + "QuestCondition/ArenaRoundResult/State/MainTime": " no meio tempo", + "QuestCondition/ArenaRoundResult/State/PointCapture": " no tempo extra", "QuestCondition/ArenaWinMatch": "{matchPlace}{resetOnConditionFailed{0}}{roundCount}{playerInTeamPlace}{roundResult}{playerPreset}{deathCount}", "QuestCondition/ArenaWinRound": "{roundPlace}{resetOnConditionFailed{0}}{resetOnSessionEnd}{roundResult}{playerAction}{playerPreset}{deathCount}", "QuestCondition/Category": "Encontre um item da categoria em incursão única: {0}", - "QuestCondition/Elimination": "Eliminate{kill}{zone}{enemyPreset}{playerPreset}{resetOnSessionEnd}", + "QuestCondition/Elimination": "Eliminar{kill}{zone}{enemyPreset}{playerPreset}{resetOnSessionEnd}", "QuestCondition/Elimination/Kill": " {target}{botrole}{bodypart}{distance}{weapon}{weapontype}{onesession}", "QuestCondition/Elimination/Kill/BodyPart": " com tiros na(o) {0}", "QuestCondition/Elimination/Kill/BodyPart/Chest": "torax", @@ -17550,46 +17820,46 @@ "QuestCondition/Elimination/Kill/BotRole/bossTagilla": "Tagilla", "QuestCondition/Elimination/Kill/BotRole/cursedAssault": "Cultista Guerreiro", "QuestCondition/Elimination/Kill/BotRole/sectantPriest": "Sacerdote cultista", - "QuestCondition/Elimination/Kill/Distance": " from a distance of{0} {1}m", + "QuestCondition/Elimination/Kill/Distance": " de uma distância {0} {1}m", "QuestCondition/Elimination/Kill/OneSession": " em uma unica incursão", "QuestCondition/Elimination/Kill/Target/Any": "qualquer alvo", "QuestCondition/Elimination/Kill/Target/AnyPMC": "qualquer operador PMC", "QuestCondition/Elimination/Kill/Target/Bear": "Operadores BEAR", - "QuestCondition/Elimination/Kill/Target/Bot": "cleanup crew", - "QuestCondition/Elimination/Kill/Target/Enemy": "enemies", - "QuestCondition/Elimination/Kill/Target/EnemyWithBomb": "the device-carrying enemies", + "QuestCondition/Elimination/Kill/Target/Bot": "esquadrão de limpeza", + "QuestCondition/Elimination/Kill/Target/Enemy": "inimigos", + "QuestCondition/Elimination/Kill/Target/EnemyWithBomb": "inimigos que carregam o dispositivo", "QuestCondition/Elimination/Kill/Target/Savage": "Scavs", "QuestCondition/Elimination/Kill/Target/Usec": "Operadores USEC", "QuestCondition/Elimination/Kill/Weapon": " usando {0}", "QuestCondition/Elimination/Kill/WeaponType": " usando {0}", "QuestCondition/HandoverItem": "Entregue o item{onlyfoundinraid}: \"{item}\"{durability}{durabilitystrict}", - "QuestCondition/HandoverItem/Durability": " ({0}% to {1}% durability)", + "QuestCondition/HandoverItem/Durability": " ({0}% a {1}% de durabilidade)", "QuestCondition/HandoverItem/DurabilityStrict": " (durabilidade {0}%)", "QuestCondition/HandoverItem/OnlyFoundInRaid": " encontrado em incursão ou criado", "QuestCondition/HideoutArea": "{0} level {1}", "QuestCondition/Inventory": "Traga um item encontrado em incursão da categoria: {0}", - "QuestCondition/Many{0}{1}": "{0} {1} time(s)", + "QuestCondition/Many{0}{1}": "{0} {1} vez(es)", "QuestCondition/PickUp": "{equipment}", "QuestCondition/Preset": "{presetid}{presettype}", - "QuestCondition/Preset/632f7afadcb4c7c2c209ba8f": "Enforcer", - "QuestCondition/Preset/632f8229f6541cacd808452c": "Assault", - "QuestCondition/Preset/632f8d94f6541cacd808452d": "Ranked preset", + "QuestCondition/Preset/632f7afadcb4c7c2c209ba8f": "Executor", + "QuestCondition/Preset/632f8229f6541cacd808452c": "Assalto", + "QuestCondition/Preset/632f8d94f6541cacd808452d": "Kits ranqueados", "QuestCondition/Preset/632f8dadbe00240c170aab18": "Batedor", - "QuestCondition/Preset/632f8e11f6541cacd808452e": "Marksman", - "QuestCondition/Preset/64f70b7d6706c3eeaf0ca809": "Collection preset", - "QuestCondition/Preset/Enemy/PresetId{0}": " who are playing as the {0} preset", - "QuestCondition/Preset/Enemy/PresetType/Any": " who are playing as any preset", - "QuestCondition/Preset/Enemy/PresetType{0}": " who are playing as {0}", - "QuestCondition/Preset/Player/PresetId{0}": " playing the {0} preset", - "QuestCondition/Preset/Player/PresetType/Any": " playing as any preset", - "QuestCondition/Preset/Player/PresetType{0}": " playing as {0}", + "QuestCondition/Preset/632f8e11f6541cacd808452e": "Atirador", + "QuestCondition/Preset/64f70b7d6706c3eeaf0ca809": "Padrão Colecionador", + "QuestCondition/Preset/Enemy/PresetId{0}": " quem estava jogando com o kit {0}", + "QuestCondition/Preset/Enemy/PresetType/Any": " quem estava jogando com qualquer kit", + "QuestCondition/Preset/Enemy/PresetType{0}": " quem estava jogando como {0}", + "QuestCondition/Preset/Player/PresetId{0}": " jogando o kit {0}", + "QuestCondition/Preset/Player/PresetType/Any": " jogando com qualquer kit", + "QuestCondition/Preset/Player/PresetType{0}": " jogando como {0}", "QuestCondition/SurviveOnLocation": "Sobreviva na {location}{exitName}", "QuestCondition/SurviveOnLocation/Any": "qualquer local", "QuestCondition/SurviveOnLocation/ExitName": " extraindo através de \"{0}\"", "QuestCondition/SurviveOnLocation/Location": "localização", "QuestConditionVariable/EBodyPart/head": "cabeça", "QuestCount/Transfered": "transferido", - "QuestCount/Transferred": "Eliminated:", + "QuestCount/Transferred": "Eliminados:", "QuestInitialsEquipment": "Equipamento inicial", "QuestIsNew": "nova!", "QuestRecieveRequared": "(clique COMPLETAR para receber)", @@ -17618,7 +17888,7 @@ "QuestTypeSkill": "Habilidade", "QuestTypeStanding": "Em pé", "QuestTypeWeaponAssembly": "Modificação orientada por parâmetro", - "QuestWidget/Objectives": "TASKS", + "QuestWidget/Objectives": "MISSÕES", "QuestsShowCompleted": "Mostrar concluídas", "QuestsShowLocked": "Mostrar bloqueadas", "Queststatusmarkedasfailed": "Missão falhou", @@ -17636,12 +17906,12 @@ "RECEIVE ALL": "RECEBER TUDO", "RECOIL": "RECUO", "RECONNECT": "RECONECTAR-SE", - "REGIONS": "Regions", + "REGIONS": "Regiões", "REGROUP": "REAGRUPAR", "RELOAD": "RECARRREGAR", "REMEMBER ACCOUNT": "Lembrar da conta", "REMOVEFROMFAVORITES": "Remover do perfil", - "REMOVEFROMWISHLIST": "Remove from Wishlist", + "REMOVEFROMWISHLIST": "Remover da Lista de Desejos", "REMOVES BLOODLOSS": "ESTANCAR SANGRAMENTO", "REMOVES CONTUSION": "REMOVE A CONTUSÃO", "REMOVES FRACTURE": "REMOVE A FRATURA", @@ -17666,13 +17936,13 @@ "REVIEW INFIL & EXFIL ON {0}": "REVISÃO INFIL & EXFIL ATIVO {0}", "REZ_TRANSIT_18": "TRANSIT03", "REZ_TRANSIT_18_COND": " ", - "REZ_TRANSIT_18_DESC": "Transit to Customs", + "REZ_TRANSIT_18_DESC": "Viajar para a Customs", "REZ_TRANSIT_19": "TRANSIT02", "REZ_TRANSIT_19_COND": " ", - "REZ_TRANSIT_19_DESC": "Transit to Woods", + "REZ_TRANSIT_19_DESC": "Viajar para Woods", "REZ_TRANSIT_20": "TRANSIT01", "REZ_TRANSIT_20_COND": " ", - "REZ_TRANSIT_20_DESC": "Transit to Lighthouse", + "REZ_TRANSIT_20_DESC": "Viajar para Lighthouse", "RHigh": "Alta", "RICOCHET CHANCE": "Taxa de Ricochete", "RIGHT: ": "DIREITA: ", @@ -17684,10 +17954,10 @@ "RUAF Gate": "Portão RUAF", "RUAF Roadblock": "RUAF Roadblock", "RUAF Roadblock_scav": "RUAF Roadblock", - "RUNDDANS_CAPTION": "PREPARE FOR KHOROVOD", + "RUNDDANS_CAPTION": "PREPARE-SE PARA KHOROVOD", "RWing Gym Entrance": "RWing Gym Entrance", "RadioTransmitter/AttributeValues/Blocked": "Bloqueado", - "Ragfair/AddOffersTemporaryDisabled{0}": "Access to offer placing will be opened in {0}", + "Ragfair/AddOffersTemporaryDisabled{0}": "Acesso a ofertas estará aberto em {0}", "Ragfair/No selected item": "Nenhum item selecionado", "Raid lock": "Você não pode modificar essa peça durante a incursão.", "Raid №{0}": "Incursão #{0}", @@ -17738,18 +18008,18 @@ "Reconnection is not available at this moment due to testing purposes": "Reconexão não está disponível neste momento devido a testes", "RedRebel_alp": "Climber's Trail", "Refill": "Recarregar", - "RegionsNotification/AllRegionsDisabled": "Automatic region selection was enabled due to high ping on selected servers.", - "RegionsNotification/BadConnection": "Failed to find a suitable server by ping in auto-detection mode. Connection issues may occur.", - "RegionsNotification/SomeRegionsDisabled": "The following regions have been disabled due to high ping: {0}.", - "RegionsTab/BigPing": "You cannot select a region with too high ping.", - "RegionsTab/RegionNotAvailableDueVersion": "This region is unavailable to your game version.", + "RegionsNotification/AllRegionsDisabled": "Seleção automática de região foi habilitada devido a latência alta nos servidores selecionados.", + "RegionsNotification/BadConnection": "Falha ao encontrar um servidor adequado por ping no modo de detecção automática. Podem ocorrer problemas de conexão.", + "RegionsNotification/SomeRegionsDisabled": "As seguintes regiões foram desabilitadas devido ao ping alto: {0}.", + "RegionsTab/BigPing": "Você não pode selecionar uma região com ping muito alto.", + "RegionsTab/RegionNotAvailableDueVersion": "Esta região está indisponível na sua versão do jogo.", "Registration": "REGISTRO", "Registration date": "Data de registro", "ReloadWeapon": "Recarregar arma", "Remove": "Remover", "RemoveAllBuffs": "Remove todos os efeitos positivos", "RemoveBloodLosses": "Estanca sangramentos", - "RemoveMagazine": "REMOVE MAG", + "RemoveMagazine": "REMOVER CARREG", "RemoveNegativeEffects": "Remove efeitos negativos", "RemovePlayer": "Expulsar jogador", "RemovePlayer message": "Você tem certeza que quer remover este jogador?", @@ -17795,7 +18065,7 @@ "Required {0}, level {1}": "É necessário {0}, nível {1}", "Required skill {0}, level {1}": "Habilidade {0}, nível {1} necessária", "Resampling": "Reamostragem", - "ReserveBase": "Reserve", + "ReserveBase": "Reserva", "ResetTag": "Resetar etiqueta", "Resolution has changed. Do you want to keep current resolution?": "Resolução foi alterada. Deseja manter a resolução atual?", "Resource": "RECURSO", @@ -17807,7 +18077,7 @@ "Revolver Mastering": "Revólver", "RevolverDescription": "A habilidade de manuseio do revólver melhora o manuseio geral, reduz o recuo e o tempo de recarga deste tipo de arma.", "RevolverLevelingUpDescription": "A habilidade com a arma Revólveres é melhorada ao disparar e recarregar o tipo de arma correspondente.", - "Rewards/Type/Stats": "Character stats", + "Rewards/Type/Stats": "Estatísticas do personagem", "RezervBase": "Reserve", "Rig": "Veste tática", "Right Arm": "BRAÇO DIREITO", @@ -17819,16 +18089,16 @@ "Rmed": "Médio", "Road to Customs": "Road to Customs", "Rock Passage": "Rock Passage", - "RockGesture": "Rock", + "RockGesture": "Pedra", "Ruined House Fence": "Ruined House Fence", - "Runddans/LocationDescrition": "To become part of the Khorovod, you need to wear a special armband and stock up on the special festive fuel.\n\nAmong the locals, there will be plenty of those who want to ruin the celebration, so the lit tree will need protection.\n\nThe Khorovod will be complete once all of Prapor's trees are lit.", - "Runddans/MarathonDescription": "Switch", + "Runddans/LocationDescrition": "Para se tornar parte do Khorovod, você precisa usar uma braçadeira especial e estocar o combustível festivo especial.\n\nEntre os habitantes locais, haverá muitos que querem arruinar a celebração, por isso a árvore de natal precisará de proteção.\n\nO Khorovod estará completo assim que todas as árvores do Prapor estiverem acesas.", + "Runddans/MarathonDescription": "Trocar", "Runddans/MarathonTitle": "KHOROVOD", - "Runddans/TarkovDescrition": "Switch", - "Runddans/TarkovTitle": "Standard game mode", + "Runddans/TarkovDescrition": "Trocar", + "Runddans/TarkovTitle": "Modo de jogo padrão", "SAN_TRANSIT_1": "TRANSIT01", "SAN_TRANSIT_1_COND": " ", - "SAN_TRANSIT_1_DESC": "Transit to Streets of Tarkov", + "SAN_TRANSIT_1_DESC": "Viajar para Streets of Tarkov", "SAVAGE": "SCAV", "SAVE AS ...": "SALVAR COMO ...", "SAVE AS...": "Salvar como...", @@ -17859,10 +18129,10 @@ "SHOWCASE": "MOSTRUÁRIO", "SHO_TRANSIT_24": "TRANSIT01", "SHO_TRANSIT_24_COND": " ", - "SHO_TRANSIT_24_DESC": "Transit to Lighthouse", - "SHO_TRANSIT_43": "TRANSIT??", - "SHO_TRANSIT_43_COND": "Probably requires Labrys access keycard (1)", - "SHO_TRANSIT_43_DESC": "Transit to Labyrinth?", + "SHO_TRANSIT_24_DESC": "Viajar para Lighthouse", + "SHO_TRANSIT_43": "TRANSITAR??", + "SHO_TRANSIT_43_COND": "Provavelmente requer cartão de acesso Labrys (1)", + "SHO_TRANSIT_43_DESC": "Viajar para o Labirinto?", "SIDE": "LADO", "SIGHT CRATE": "Magnificação ótica", "SILENCE": "SILÊNCIO", @@ -17887,13 +18157,13 @@ "STOP": "PARE", "STR_TRANSIT_3": "TRANSIT02", "STR_TRANSIT_3_COND": " ", - "STR_TRANSIT_3_DESC": "Transit to Ground Zero", + "STR_TRANSIT_3_DESC": "Viajar para Ground Zero", "STR_TRANSIT_4": "TRANSIT01", "STR_TRANSIT_4_COND": " ", - "STR_TRANSIT_4_DESC": "Transit to Interchange", + "STR_TRANSIT_4_DESC": "Viajar para Interchange", "STR_TRANSIT_5": "TRANSIT03", - "STR_TRANSIT_5_COND": "TerraGroup Labs access keycard required (1)", - "STR_TRANSIT_5_DESC": "Transit to The Lab", + "STR_TRANSIT_5_COND": "Cartão de acesso à Terragroup Labs necessário (1)", + "STR_TRANSIT_5_DESC": "Viajar para a Labs", "SUPPRESS": "SUPRIMIR", "SURVEY": "SURVEY", "Saferoom Exfil": "Saferoom Exfil", @@ -17924,11 +18194,11 @@ "ScavRole/Marksman": "Sniper", "ScavRole/PmcBot": "Raider", "ScavRole/Sectant": "???", - "ScavRole/infectedAssault": "Infected", - "ScavRole/infectedCivil": "Infected", - "ScavRole/infectedLaborant": "Infected", - "ScavRole/infectedPmc": "Infected", - "ScavRole/infectedTagilla": "Infected", + "ScavRole/infectedAssault": "Infectado", + "ScavRole/infectedCivil": "Infectado", + "ScavRole/infectedLaborant": "Infectado", + "ScavRole/infectedPmc": "Infectado", + "ScavRole/infectedTagilla": "Infectado", "ScavTimerNotification": "Jogador {0} terá o Scav disponivel em {1}", "Scav_Coastal_South": "South road landslide", "Scav_Hideout_at_the_grotto": "Scav hideout at the grotto", @@ -17936,9 +18206,9 @@ "Scavs arrived with loot": "Scavs chegaram carregados", "Scavs has brought you:": "Scavs te trouxeram:", "Scene loading...": "Carregando a cenário...", - "ScissorGesture": "Scissors", - "ScopeZoomIn": "Scope zoom in", - "ScopeZoomOut": "Scope zoom out", + "ScissorGesture": "Tesoura", + "ScopeZoomIn": "Zoom da luneta +", + "ScopeZoomOut": "Zoom da luneta -", "Screen resolution:": "Resolução da tela", "Screen-space effects:": "Efeitos do espaço na tela:", "ScreenSettings/Display": "Monitor:", @@ -17948,7 +18218,7 @@ "SearchDescription": "Habilidade de busca rápida e eficaz em corpos", "SearchDouble": "Pesquisa de dois contêineres simultâneos", "SearchLevelingUpDescription": "A habilidade Pesquisar é aprimorada pesquisando contêineres.", - "SeasonActivity/ZombieEvent/LocationInfectionCaption": "LOCATION INFECTION LEVEL:", + "SeasonActivity/ZombieEvent/LocationInfectionCaption": "NÍVEL DA INFECÇÃO NO LOCAL:", "SecondPrimaryWeapon": "Nas Costas", "SecondaryWeapon": "Arma secundária", "SecuredContainer": "Contêiner", @@ -17959,14 +18229,14 @@ "Select friends to add:": "Selecione amigos para adicionar:", "Select pre-saved weapon build": "Selecionar um kit salvo", "Select to auto fill requirements": "Selecione para auto preencher requisitos", - "SelectPresetButton/AlreadySelectedPreset": "Selected", - "SelectPresetButton/ChangePreset": "Change", - "SelectPresetButton/SelectPreset": "Select", + "SelectPresetButton/AlreadySelectedPreset": "Selecionado", + "SelectPresetButton/ChangePreset": "Mudar", + "SelectPresetButton/SelectPreset": "Selecionar", "SelectedPreset": "Kit selecionado", - "SelectedPreset/CurrentSelected": "Selecting now: {0}", - "SelectedPreset/OnlyMe": "only you", - "SelectedPreset/PresetClassBlocked": "Class already taken", - "SelectedPreset/YouAnd": "You + {0}", + "SelectedPreset/CurrentSelected": "Selecionando agora: {0}", + "SelectedPreset/OnlyMe": "apenas você", + "SelectedPreset/PresetClassBlocked": "Classe ocupada", + "SelectedPreset/YouAnd": "Você + {0}", "SelectedQuest": "Missão selecionada", "Sells:": "Vendas:", "SendFriendsRequest": "Enviar pedido de amizade", @@ -17978,21 +18248,21 @@ "Sessions": "Sessões", "SetAffinityToLogicalCores": "Utilizar apenas núcleos físicos", "SetMessageResponse": "Respostas à mensagem", - "Settings/Control/ResetWarning": "All controls settings have been reset to default.\n\n• Action \"Melee weapon\" has been reassigned to \"U\". \"Melee attack\" has been reassigned to \"U\" on Double click.\n• Added a new action \"Mount weapon\" on \"V\". \n• Added a new action \"Toggle bipod\" on \"V+LCtrl\".\n• Added a new action \"Smooth scope zoom adjustment\" on \"Alt + ScrollUp/ScrollDown\".\n\nPlease try these settings in-game before changing them.", + "Settings/Control/ResetWarning": "Todas as configurações de controle foram redefinidas para o padrão.\n\n• A ação \"Arma corpo a corpo\" foi reatribuída a \"U\". \"Ataque corpo a corpo\" foi reatribuído a \"U\" no clique duplo.\n• Adicionada uma nova ação \"Montar arma\" em \"V\".\n• Adicionada uma nova ação \"Alternar bipé\" em \"V+LCtrl\".\n• Adicionada uma nova ação \"Ajuste suave do zoom do escopo\" em \"Alt + ScrollUp/ScrollDown\".\n\nPor favor, tente essas configurações no jogo antes de alterá-las.", "Settings/DoubleClickTimeout": "Tempo de espera do clique duplo", "Settings/Game/ConnectionType": "Tipo de conexão", - "Settings/Graphics/CloudsQuality": "Clouds quality", - "Settings/Graphics/CloudsQualityTooltip": "Allows you to manually adjust the quality settings of clouds to achieve the desired balance between performance and visual effects.", + "Settings/Graphics/CloudsQuality": "Qualidade das Nuvens:", + "Settings/Graphics/CloudsQualityTooltip": "Permite ajustar manualmente as configurações de qualidade das nuvens para atingir o equilíbrio desejado entre desempenho e efeitos visuais.", "Settings/Graphics/DLSSLockThis": "DLSS ativado", "Settings/Graphics/DLSSModeTooltip": "O NVIDIA DLSS usa IA Super Resolution para fornecer as taxas de quadros mais altas possíveis nas configurações gráficas máximas. O DLSS requer uma placa gráfica NVIDIA RTX.", "Settings/Graphics/DLSSNotSupported": "DLSS não suportado no seu sistema", - "Settings/Graphics/DLSSPreset": "DLSS Preset", - "Settings/Graphics/DLSSPresetTooltip": "Specific DLSS presets.", + "Settings/Graphics/DLSSPreset": "Padrão DLSS", + "Settings/Graphics/DLSSPresetTooltip": "Especificar padrão DLSS.", "Settings/Graphics/DLSSWrongSampling": "Desabilite a reamostragem para habilitar o DLSS", "Settings/Graphics/FSR2LockThis": "Esta opção está indisponível enquanto o FSR 2.2 estiver ligado", "Settings/Graphics/FSR2ModeTooltip": "AMD FidelityFX Super Resolution 2.2 (FSR) é uma versão mais recente da tecnologia de dimensionamento de imagem que permite aumentar o desempenho com perda mínima de qualidade de imagem", - "Settings/Graphics/FSR3LockThis": "This setting is unavailable while FSR 3.0 is on", - "Settings/Graphics/FSR3ModeTooltip": "AMD FidelityFX Super Resolution 3.0 (FSR) is a newer version of the picture scaling technology that allows you to increase performance with minimal loss of image quality.", + "Settings/Graphics/FSR3LockThis": "Esta opção está indisponível enquanto o FSR 3.0 estiver ligado", + "Settings/Graphics/FSR3ModeTooltip": "AMD FidelityFX Super Resolution 3.0 (FSR) é uma versão mais recente da tecnologia de dimensionamento de imagem que permite aumentar o desempenho com perda mínima de qualidade de imagem.", "Settings/Graphics/FSRLockThis": "FSR ativado", "Settings/Graphics/FSRModeTooltip": "AMD FidelityFX Super Resolution (FSR) é uma tecnologia de dimensionamento de imagem que permite aumentar o desempenho com perda mínima de qualidade de imagem", "Settings/Graphics/FSRTooLowResolution": "Resolução de tela muito baixa para esta configuração", @@ -18007,14 +18277,14 @@ "Settings/Graphics/Ultra": "ultra", "Settings/Graphics/VeryHigh": "muito alto", "Settings/Graphics/VeryLow": "muito baixo", - "Settings/Graphics/VolumetricLight": "Volumetric lighting", + "Settings/Graphics/VolumetricLight": "Iluminação volumétrica", "Settings/NotSet": "Não definido", - "Settings/OpticSensitivity": "Scope zoom adjustment sensitivity", + "Settings/OpticSensitivity": "Ajuste de sensibilidade da ampliação da luneta", "Settings/PressType": "TIPO DE COMANDO", - "Settings/Regions/AutoRegions": "Use automatic server detection", - "Settings/Regions/Name": "Name", + "Settings/Regions/AutoRegions": "Usar detecção de servidor automática", + "Settings/Regions/Name": "Nome", "Settings/Regions/Ping": "Ping", - "Settings/Regions/Region": "Region", + "Settings/Regions/Region": "Região", "Settings/RevertControl": "CONTROLE REVERTIDO", "Settings/RevertControlToDefault": "Reverter as configurações para o padrão?", "Settings/Settings have been changed": "As configurações foram alteradas. Salvar?", @@ -18037,26 +18307,26 @@ "Shadows quality:": "Qualidade de sombras:", "Shaft": "Eixo", "Sharpen:": "Nitidez:", - "ShellingWarningMessage": "Danger! Mortar strike incoming at: unknown sector", - "ShellingWarningMessage/11": "Danger! Mortar strike incoming at: Tarcone", - "ShellingWarningMessage/12": "Danger! Mortar strike incoming at: Bridge", - "ShellingWarningMessage/13": "Danger! Mortar strike incoming at: Scav base", - "ShellingWarningMessage/14": "Danger! Mortar strike incoming at: Dorms", - "ShellingWarningMessage/15": "Danger! Mortar strike incoming at: USEC camp", - "ShellingWarningMessage/21": "Danger! Mortar strike incoming at: Port", - "ShellingWarningMessage/22": "Danger! Mortar strike incoming at: Health Resort", - "ShellingWarningMessage/23": "Danger! Mortar strike incoming at: Smugglers' camp", - "ShellingWarningMessage/24": "Danger! Mortar strike incoming at: Swamp village", - "ShellingWarningMessage/31": "Danger! Mortar strike incoming at: Sawmill", - "ShellingWarningMessage/32": "Danger! Mortar strike incoming at: Road checkpoint", - "ShellingWarningMessage/33": "Danger! Mortar strike incoming at: Emercom base", - "ShellingWarningMessage/34": "Danger! Mortar strike incoming at: Village", - "ShellingWarningMessage/35": "Danger! Mortar strike incoming at: Abandoned village", - "ShellingWarningMessage/41": "Danger! Mortar strike incoming at: Barracks", - "ShellingWarningMessage/42": "Danger! Mortar strike incoming at: Bunker E2", - "ShellingWarningMessage/43": "Danger! Mortar strike incoming at: Garages", - "ShellingWarningMessage/44": "Danger! Mortar strike incoming at: Bunker E1", - "Shellingbusy": "Mortar crew is busy", + "ShellingWarningMessage": "Perigo! Ataque de morteiro chegando em: setor desconhecido", + "ShellingWarningMessage/11": "Perigo! Ataque de morteiro chegando em: Tarcone", + "ShellingWarningMessage/12": "Perigo! Ataque de morteiro chegando em: Bridge", + "ShellingWarningMessage/13": "Perigo! Ataque de morteiro chegando em: Scav base", + "ShellingWarningMessage/14": "Perigo! Ataque de morteiro chegando em: Dorms", + "ShellingWarningMessage/15": "Perigo! Ataque de morteiro chegando em: USEC camp", + "ShellingWarningMessage/21": "Perigo! Ataque de morteiro chegando em: Port", + "ShellingWarningMessage/22": "Perigo! Ataque de morteiro chegando em: Health Resort", + "ShellingWarningMessage/23": "Perigo! Ataque de morteiro chegando em: Smugglers' camp", + "ShellingWarningMessage/24": "Perigo! Ataque de morteiro chegando em: Swamp village", + "ShellingWarningMessage/31": "Perigo! Ataque de morteiro chegando em: Sawmill", + "ShellingWarningMessage/32": "Perigo! Ataque de morteiro chegando em: Road checkpoint", + "ShellingWarningMessage/33": "Perigo! Ataque de morteiro chegando em: Emercom base", + "ShellingWarningMessage/34": "Perigo! Ataque de morteiro chegando em: Village", + "ShellingWarningMessage/35": "Perigo! Ataque de morteiro chegando em: Abandoned village", + "ShellingWarningMessage/41": "Perigo! Ataque de morteiro chegando em: Barracks", + "ShellingWarningMessage/42": "Perigo! Ataque de morteiro chegando em: Bunker E2", + "ShellingWarningMessage/43": "Perigo! Ataque de morteiro chegando em: Garages", + "ShellingWarningMessage/44": "Perigo! Ataque de morteiro chegando em: Bunker E1", + "Shellingbusy": "Morteiro ocupado", "Shoot": "Atirar", "Shoot with the range": "EXPERIMENTAR ARMA", "ShootOut": "ShootOut", @@ -18083,8 +18353,8 @@ "Show icons": "Exibir ícones", "Show:": "Mostrar:", "SightingRange": "Alcance efetivo", - "SignalizatorVibrationOff": "Disable vibration", - "SignalizatorVibrationOn": "Enable vibration", + "SignalizatorVibrationOff": "Desabilitar Vibração", + "SignalizatorVibrationOn": "Habilitar Vibração", "Silent bots": "Bots silenciosos", "SilentOps": "Operações Silenciosas", "SilentOpsDescription": "A habilidade de permanecer indetectável em todos os aspectos em incursão, melhor velocidade de combate corpo a corpo e volume de sons reduzido em procuras e ao abrir portas.", @@ -18172,7 +18442,7 @@ "Stock build": "Versão padrão", "Stomach": "ESTÔMAGO", "StomachBloodloss": "Hemorragia abdominal", - "Stop looking for group": "Stopped looking for group", + "Stop looking for group": "Busca de grupo interrompida", "Strength": "Força", "StrengthBuffAim": "Reduz o consumo de estamina enquanto mira em [{0:0.#%}]", "StrengthBuffElite": "Armas equipadas não somam ao peso de seu personagem (exceto armas em mochilas)", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "Aumenta a velocidade do movimento e corrida em [{0:0.#%}]", "StrengthBuffThrowDistanceInc": "Aumenta a distancia de arremesso em [{0:0.#%}]", "StrengthDescription": "O aumento da força permite que você pule mais alto, corra mais rápido, bata com mais força, arremesse mais longe e carregue mais peso.", - "StrengthLevelingUpDescription": "A habilidade de Força é melhorada ao correr com o efeito de status de sobrepeso, lançando granadas, usando armas corpo a corpo e ao se exercitar na academia do Esconderijo.", + "StrengthLevelingUpDescription": "A habilidade de Força é melhorada ao se mover com o efeito de status de sobrepeso, lançando granadas, usando armas corpo a corpo e ao se exercitar na academia do Esconderijo.", "StressBerserk": "Acesso ao modo Berserker", "StressPainChance": "Reduz a chance de dor intensa em [{0:0.#%}]", "StressResistance": "Resistência ao estresse", @@ -18258,12 +18528,12 @@ "SurgeryLevelingUpDescription": "A habilidade Cirurgia é aprimorada com o uso de kits cirúrgicos em partes do corpo feridas.", "SurgeryReducePenalty": "Reduz a penalidade de vida em cirurgia em [{0:0.#%}]", "SurgerySpeed": "Aumenta a velocidade de cirurgia em [{0:0.#%}]", - "Survey/Completed": "Survey completed\nThank you for your feedback!", - "Survey/HasUncompletedQuestions": "Please answer all questions before submitting", - "Survey/HeaderTitle": "Feedback form", - "Survey/NoAvailableSurvey": "No active surveys available\nStay tuned for updates!", - "Survey/Question": "QUESTION", - "Survey/TextAnswer/InputFieldTitle": "Describe your experience in the form below", + "Survey/Completed": "Pesquisa Completada\nObrigado pelo seu feedback!", + "Survey/HasUncompletedQuestions": "Por favor, responda a todas as perguntas antes de enviar", + "Survey/HeaderTitle": "Formulário de feedback", + "Survey/NoAvailableSurvey": "Sem pesquisas disponíveis\nMantenha-se atento a atualizações!", + "Survey/Question": "PERGUNTA", + "Survey/TextAnswer/InputFieldTitle": "Descreva sua experiência no formulário abaixo", "Survival Rate Short": "FS: {0}%", "SurvivalRate": "Taxa de sobrevivência", "Survived": "Sobreviveu", @@ -18295,8 +18565,8 @@ "TO SELL": "PARA VENDER", "TOTAL SUM TO PAY: ": "SOMA TOTAL A PAGAR: ", "TURN ON": "LIGAR", - "TURNOFF": "FLIP UP", - "TURNON": "FLIP DOWN", + "TURNOFF": "DESCOBRIR", + "TURNON": "COBRIR", "TYPES OF FIRE": "MODOS DE TIRO", "Tactical": "Alternar dispositivo tático", "Tactical clothing": "Roupas táticas", @@ -18310,12 +18580,12 @@ "Tarkov": "Tarkov", "TarkovStreets": "Streets of Tarkov", "Task": "Missão", - "Taskbar/Unavailable": "Unavailable", + "Taskbar/Unavailable": "Indisponível", "Taskperformance": "Desempenho da Missão", "TeamFight": "TeamFight", "TeamFightDescription": "Luta em equipe 5 contra 5. O objetivo é eliminar a equipe adversária antes que ela te mate.", "TeamFightDescriptionShort": "Mata-Mata em equipe", - "TeamTab": "Teams", + "TeamTab": "Times", "Teamkills": "Eliminações de aliados", "Terrain quality:": "Qualidade do terreno:", "Texture quality settings will be applied after restart.": "A qualidade da textura será alterada após reiniciar a aplicação.", @@ -18332,7 +18602,7 @@ "The map is available to players from level": "O mapa está disponível para jogadores no nível {0}", "The map is available to players up to level": "O mapa está disponível para jogadores até o nível {0}", "TheUnheardEditionEnvironmentUiType": "The Unheard", - "ThereGesture": "There", + "ThereGesture": "Apontar", "These items will be lost if you do not survive in the next raid. You can move them to a special stash for quest items.": "Esses itens serão perdidos se você não sobreviver a próxima incursão. Você pode movê-los para um inventário especial para itens de missão.", "This is already equipped": "Isso já está equipado", "This item is purchased in quantities of {0} pcs. (Max: {1}) limited for you in one restock": "Você comprou {0} unidades. (Máximo: {1}) por reabastecimento", @@ -18360,21 +18630,21 @@ "TimeoutError": "Erro de tempo limite", "Times of day": "Hora do dia", "To spend": "Para gastar", - "ToQuestUpdateRemains": "Time until update", - "ToggleBipods": "Toggle bipod", + "ToQuestUpdateRemains": "Tempo para atualização", + "ToggleBipods": "Alternar bipé", "ToggleGoggles": "Alternar Óculos de Visão Noturna", "ToggleHeadLight": "Alternar dispositivo tático do capacete", "ToggleHeadLight:": "", "ToggleInfo": "Alternância de ícones", "ToggleLauncher": "Ativar Arma Sob-Cano", - "ToggleLockMode": "Toggle item lock mode", - "TogglePinMode": "Toggle item pin mode", - "ToggleTacticalInteraction": "Tactical device activation mode", - "Toggle_Light": "Toggle", - "Tooltips/PinLock/LockDescription": "Locked items can't be moved, used, modified, discarded or handed over", - "Tooltips/PinLock/PinDescription": "Pinned items will retain their position after auto-sorting", - "Tooltips/Priority/PriorityDescription": "Make stash a priority window", - "Tooltips/gridwindow/Priority/Description": "Prioritize this window", + "ToggleLockMode": "Modo de travamento de item", + "TogglePinMode": "Modo de fixação de item", + "ToggleTacticalInteraction": "Modo de ativação do dispositivo tático", + "Toggle_Light": "Alternar", + "Tooltips/PinLock/LockDescription": "Itens bloqueados não podem ser movidos, usados, modificados, descartados ou entregues", + "Tooltips/PinLock/PinDescription": "Os itens fixados manterão sua posição após a classificação automática", + "Tooltips/Priority/PriorityDescription": "Faça do estoque uma janela prioritária", + "Tooltips/gridwindow/Priority/Description": "Priorizar esta janela", "Top": "Topo", "TopUp": "AGRUPAR", "Total": "Total", @@ -18389,7 +18659,7 @@ "Trader lock": "Você não pode modificar um item de um comerciante.", "Trader/Attitude": "Reputação com vendedor", "Traders are not available now": "Os comerciantes não estão disponíveis agora", - "Trading": "MERCADO", + "Trading": "COMERCIANTES", "Trading/AssortmentUpdated": "reabastecido", "Trading/Bad standing": "O vendedor não quer comprar de você por causa da sua baixa reputação", "Trading/Btr/Dialog/AvailableServices/Description": "Posso levá-lo aonde você quer ir, posso fornecer fogo de cobertura se você estiver sendo seguido. Também posso mover suas coisas para o lugar certo, para o seu esconderijo. Então, o que vai ser?", @@ -18400,18 +18670,18 @@ "Trading/Dialog/AvailableServices/Description": "Quer meus serviços? Bem, você já cumpriu seu propósito, então vou ajudá-lo – se você puder me pagar.", "Trading/Dialog/AvailableServices/Standing": "(Reputação com Lightkeeper: {0:N2})", "Trading/Dialog/AvaliableServices": "Você pode me ajudar com uma coisa?", - "Trading/Dialog/Btr/AskForNewQuests": "Got any work for me?", + "Trading/Dialog/Btr/AskForNewQuests": "Tem algum trabalho pra mim?", "Trading/Dialog/Btr/News": "Qual é a boa?", "Trading/Dialog/Btr/News/Next": "Novidades?", - "Trading/Dialog/Btr/News1": "Some assholes pillaged my depot! I managed to stay out, but the situation's still fucked up! I gotta beat them out of there... But first, I need a new place to settle in. Afterwards, I'll look for someone who can help. Anything comes up, I'll get in touch with you, okay?", - "Trading/Dialog/Btr/News2": "The news? Have you seen how warm it's gotten all of a sudden? Warmth is a great thing, but you can't drop your guard! Gotta always be on your toes.", - "Trading/Dialog/Btr/News3": "I heard that some mercs have broken into the old industrial plants on customs. Running around, looting every damn corner. You know, I've been wondering why they didn't open those doors and gates sooner. Did they even try?", - "Trading/Dialog/Btr/News4": "Someone decided to head count all the veterans in Tarkov. If you've been here for a long time, you can probably get some distinguishing insignia too. From now on, all the freshies will know who's got the biggest balls around here!", - "Trading/Dialog/Btr/News5": "There's mud all over! Fortunately, this lil boy is quite large, he won't get bogged down. Except all the washing up afterwards! Speaking of, perhaps you want a part-time job, washing my BTR? No? Bollocks.", + "Trading/Dialog/Btr/News1": "Alguns babacas saquearam meu depósito! Consegui ficar de fora, mas a situação continua uma merda! Tenho que tirá-los de lá... Mas primeiro, preciso de um novo lugar para me estabelecer. Depois, vou procurar alguém que possa ajudar. Qualquer coisa que surgir, entro em contato com você, ok?", + "Trading/Dialog/Btr/News2": "As notícias? Você viu como ficou quente de repente? Calor é uma coisa ótima, mas você não pode baixar a guarda! Tem que estar sempre alerta.", + "Trading/Dialog/Btr/News3": "Ouvi dizer que alguns mercenários invadiram as antigas plantas industriais na alfândega. Correndo por aí, saqueando cada maldito canto. Sabe, eu estava me perguntando por que eles não abriram aquelas portas e portões antes. Eles ao menos tentaram?", + "Trading/Dialog/Btr/News4": "Alguém decidiu contar todos os veteranos em Tarkov. Se você está aqui há muito tempo, provavelmente também pode ganhar alguma insígnia distintiva. De agora em diante, todos os calouros saberão quem tem mais coragem por aqui!", + "Trading/Dialog/Btr/News5": "Tem lama por todo lado! Felizmente, esse garotinho é bem grande, ele não vai ficar atolado. Exceto toda a louça para lavar depois! Falando nisso, talvez você queira um emprego de meio período, lavando meu BTR? Não? Que merda.", "Trading/Dialog/Btr/NoNews": "Eu acho que estas são todas as informações que eu tenho.", - "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Will do. (accept task \"{0}\")", - "Trading/Dialog/Btr/PlayerFinishQuest{0}": "All done. (complete task \"{0}\")", - "Trading/Dialog/Btr/PlayerHandoverItem{0}": "Here. (hand over item \"{0}\")", + "Trading/Dialog/Btr/PlayerAcceptQuest{0}": "Vou fazer. (aceitar missão \"{0}\")", + "Trading/Dialog/Btr/PlayerFinishQuest{0}": "Tudo feito. (finalizar missão \"{0}\")", + "Trading/Dialog/Btr/PlayerHandoverItem{0}": "Aqui. (entregar item \"{0}\")", "Trading/Dialog/Btr/ServicePayoff{0}": "Pra mim está bom, sim. (entregar \"{0}\")", "Trading/Dialog/BtrBotCover/Description": "Enquanto você estiver no BTR, atiraremos em qualquer um que colocar o nariz para fora. Também limparemos a zona de desembarque e daremos cobertura enquanto você sair, mas não por muito tempo.", "Trading/Dialog/BtrBotCover/Name": "Fogo de cobertura", @@ -18479,7 +18749,7 @@ "Trailer Park": "Trailer Park", "Trailer Park Workers Shack": "Trailer Park Workers' Shack", "Transfer": "TRANSFERIR", - "TransferItemsMessage/Description": "Items left in the stash will be lost. ", + "TransferItemsMessage/Description": "Os itens deixados no estoque serão perdidos.", "TransferItemsScreen/BtrContainerName": "Porta malas do BTR-82A", "TransferLeadership": "Transferir liderança", "TransferLeadership message": "Tem certeza de que deseja transferir a liderança?", @@ -18492,19 +18762,19 @@ "TransferScreen/PriceMessage": "A entrega custará:", "TransferScreen/TransferFailed": "Falha ao adquirir o serviço", "TransferScreen/TransferSuccess": "Serviço adquirido!", - "Transit/AccessNotGranted": "Access denied", - "Transit/InactivePoint": "Transit unavailable", - "Transit/Interaction": "Interact", - "Transition in ": "Transition in ", - "Transition in {0:F1}": "Transition in {0:F1}", + "Transit/AccessNotGranted": "Acesso negado", + "Transit/InactivePoint": "Viagem indisponível", + "Transit/Interaction": "Interagir", + "Transition in ": "Viajar em ", + "Transition in {0:F1}": "Viajar em {0:F1}", "Tremor": "Tremedeira", - "Tripwire/Interaction/Disable": "Disarm", - "Tripwire/Interaction/DisablingText{0:F1}": "Disarming {0:F1}", - "Tripwire/Interaction/MustBeIdle": "Cannot disarm tripwire while moving", - "Tripwire/NoKit": "Tripwire installation kit missing", - "Tripwire/NoPlantFireMode": "Unable to set tripwire with this grenade", - "Tripwire/PlantUnavailable": "Unable to install tripwire", - "Tripwire/PlantUnavailable/Height": "Angle too steep", + "Tripwire/Interaction/Disable": "Desarmar", + "Tripwire/Interaction/DisablingText{0:F1}": "Desarmar {0:F1}", + "Tripwire/Interaction/MustBeIdle": "Não é possível desarmar a armadilha enquanto se move", + "Tripwire/NoKit": "Kit de desarmar armadilha ausente", + "Tripwire/NoPlantFireMode": "Impossível armar armadilha com esta granada", + "Tripwire/PlantUnavailable": "Impossível armar armadilha", + "Tripwire/PlantUnavailable/Height": "Terreno muito inclinado", "TroubleFixing": "Aumenta a velocidade de resolução de pane em [{0:0.#%}]", "TroubleFixingAmmoElite": "Reduz a chance de mau funcionamento de carregadores depois de resolver mau funcionamento pela mesma razão em [50%]", "TroubleFixingDurElite": "Reduz a chance de mau funcionamento baseado na durabilidade da arma depois de resolver mau funcionamento pela mesma razão em [50%]", @@ -18575,10 +18845,10 @@ "Tutorial_TabTrade_Description": "Aqui você pode ver uma lista de comerciantes. Todos eles estão baseados em Tarkov, assim como você, e têm os seus próprios interesses. Cada um deles tem suas próprias necessidades e especialização em itens para compra ou na venda. \\n\\nos Comerciantes têm vários níveis de lealdade, cada nível dá acesso a novos produtos. A lealdade depende de sua reputação com um comerciante, seu nível e a quantidade de dinheiro gasto. \\n\\nVamos para o exemplo do Prapor.", "Tutorial_TabTrade_Title": "Comerciantes", "Type": "Tipo", - "UI/AddOfferWindow/RefreshPrices": "REFRESH PRICES", + "UI/AddOfferWindow/RefreshPrices": "RECARREGAR PREÇOS", "UI/Arena/Place_-1": "Empate", - "UI/Arena/Place_-2": "Absent from match", - "UI/Arena/Place_-3": "Match invalid", + "UI/Arena/Place_-2": "Ausente da partida", + "UI/Arena/Place_-3": "Partida inválida", "UI/Arena/Place_1": "1º Lugar", "UI/Arena/Place_10": "10º Lugar", "UI/Arena/Place_11": "11º Lugar", @@ -18604,8 +18874,8 @@ "UI/ArmorPenetration/Medium": "Média", "UI/ArmorPenetration/VeryHigh": "Muito alto", "UI/ArmorPenetration/VeryLow": "Muito baixo ", - "UI/Artillery/ArtaManName": "Mortar crew", - "UI/Artillery/ArtilleryWeaponName": "82mm mortar round", + "UI/Artillery/ArtaManName": "Tripulação de morteiro", + "UI/Artillery/ArtilleryWeaponName": "Munição de morteiro 82mm", "UI/Charisma/Discount/Insurance": "Custos de seguros", "UI/Charisma/Discount/PostRaidHealing": "Custo de cura", "UI/Charisma/Discount/ScavCase": "Custo da Caixa Scav", @@ -18675,29 +18945,30 @@ "UI/Messaging/available_profile_changes": "MUDANÇAS DE PERFIL DISPONÍVEIS", "UI/ModifiedByRepairKitEnhancement": "Melhorado por um kit de reparo", "UI/OldPrice:": "Preço anterior:", - "UI/Prestige/NonEmptyContainerError": "You can't transfer a container containing items.", + "UI/Prestige/NonEmptyContainerError": "Você não pode transferir contêineres com itens dentro.", "UI/ProfileStats/Liters": "l", "UI/ProfileStats/Meters": "m", - "UI/Quest/Reward/AdditionalPocketsCaption": "+2 pocket slots", + "UI/Quest/Reward/AdditionalPocketsCaption": "+2 espaços de bolso", "UI/Quest/Reward/AdditionalStashRowsCaption": "Linhas de slots de inventário no estoque", "UI/Quest/Reward/AdditionalStashRowsTooltip": "Sua área de armazenamento será expandida com a adição de novas linhas de slots de inventário.\nEssas mudanças serão aplicadas mais tarde (verifique nosso site para mais detalhes).", - "UI/Quest/Reward/AssortmentUnlockCaption": "Unlocks assortment at {0} Loyalty Level {1}", - "UI/Quest/Reward/CustomizationOfferCaption": "Tactical clothing", + "UI/Quest/Reward/AssortmentUnlockCaption": "Desbloqueia melhorias com {0} no Nível de Fidelidade {1}", + "UI/Quest/Reward/CustomizationOfferCaption": "Roupas táticas", "UI/Quest/Reward/ItemCaption": "Item", - "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", - "UI/Quest/Reward/QuestCaption": "Task", - "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", - "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", - "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", - "UI/Quests/Conditions/TraderLoyalty{0}{1}": "Loyalty level with {0}: {1}", - "UI/Quests/Conditions/TraderStanding{0}{1}": "Standing with {0}: {1}", + "UI/Quest/Reward/ProductionSchemeCaption": "Receita de criação no {0} no nível {1}", + "UI/Quest/Reward/QuestCaption": "Missão", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", + "UI/Quests/Conditions/PrestigeLevel{0}": "Nível de Prestígio: {0}", + "UI/Quests/Conditions/ProfileLevel{0}": "Nível do personagem: {0}", + "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} nível de habilidade: {1}", + "UI/Quests/Conditions/TraderLoyalty{0}{1}": "Nível de lealdade com {0}: {1}", + "UI/Quests/Conditions/TraderStanding{0}{1}": "Reputação com {0}: {1}", "UI/Settings/ArenaWatchTimerAndExits": "Mostrar tempo e objetivos", "UI/Settings/Armory": "Arsenal", "UI/Settings/Armory/Ammo": "Munição", "UI/Settings/Armory/Interactions": "Interações de armas", "UI/Settings/Armory/Other": "Outros equipamentos", "UI/Settings/Armory/Weapons": "Armas", - "UI/Settings/AutoAddHideout": "Auto add to Wishlist", + "UI/Settings/AutoAddHideout": "Adicionar a Lista de Desejos automaticamente", "UI/Settings/Control/MouseAndKeys": "Mouse e teclas", "UI/Settings/Control/Phrases": "Frases", "UI/Settings/Interface": "Interface", @@ -18710,10 +18981,10 @@ "UI/Settings/NotificationType/WebSocket": "Web socket", "UI/Settings/OtherActions": "Outras ações", "UI/Settings/Rest": "Outros", - "UI/Settings/WishlistNotify": "Wishlist item notifications", - "UI/Skills/Charisma/CharismaDiscount": "Disconto por nivel de carisma", + "UI/Settings/WishlistNotify": "Notificações da Lista de Desejos", + "UI/Skills/Charisma/CharismaDiscount": "Desconto por nivel de carisma", "UI/Standing:": "Reputação com vendedor:", - "UI/Trader/TransferLocked": "Unavailable for transfer", + "UI/Trader/TransferLocked": "Impossível transferir", "UI/TransferScreen/ExpirationWarning": "Pacote expira em:", "UI/TransferScreen/PackageHasExpired": "O pacote expirou.", "UI/leave_game_confirmation_caption": "SAIR", @@ -18735,12 +19006,12 @@ "Ui/Settings/AutoVaultingMode": "Pular sob obstáculos médios", "Ui/Settings/BlockGroupInvites": "Bloquear convites para grupo", "Ui/Settings/CantModifyWhenMipStreamingIsOff": "Impossível modificar o parâmetro enquanto Mip Streaming estiver desativado", - "Ui/Settings/ClearAllWishlist": "Clear Wishlist", - "Ui/Settings/ClearAllWishlistMessage1": "Your Wishlist will be cleared.", - "Ui/Settings/ClearAllWishlistMessage2": "All previously saved entries will be deleted. Are you sure?", + "Ui/Settings/ClearAllWishlist": "Limpar lista de desejo", + "Ui/Settings/ClearAllWishlistMessage1": "Sua lista de desejos será limpa.", + "Ui/Settings/ClearAllWishlistMessage2": "Todos os itens anteriores serão deletados. Tem certeza?", "Ui/Settings/ColorScheme/GreenToRed": "Colorido", "Ui/Settings/ColorScheme/WhiteToRed": "Monocromático", - "Ui/Settings/ContinuousHealMode": "Continuous medkit healing", + "Ui/Settings/ContinuousHealMode": "Cura contínua de kit médico", "Ui/Settings/EnableHideoutPreload": "Pré-carregar esconderijo", "Ui/Settings/HealthColorScheme": "Cor da interface de saúde", "Ui/Settings/HeathVisibility": "Condições de saúde", @@ -18752,12 +19023,12 @@ "Ui/Settings/NVidiaReflexNotAvailable": "NVIDIA Reflex não está disponível no seu sistema.", "Ui/Settings/NVidiaReflexType": "NVidia Reflex Baixa latência", "Ui/Settings/NotificationTransportType": "Tipo de canal de notificação", - "Ui/Settings/PriorityWindowMode": "Priority window", + "Ui/Settings/PriorityWindowMode": "Janela prioritária", "Ui/Settings/PriorityWindowMode/Auto": "Auto", - "Ui/Settings/PriorityWindowMode/Disabled": "Disabled", + "Ui/Settings/PriorityWindowMode/Disabled": "Desabilitado", "Ui/Settings/PriorityWindowMode/Manual": "Manual", "Ui/Settings/QuickSlotsVisibility": "Espaço rápido", - "Ui/Settings/SelectedMemberCategory": "Profile icon", + "Ui/Settings/SelectedMemberCategory": "Ícone de perfil", "Ui/Settings/StanimaVisibility": "Resistência e postura", "Ui/Settings/TemporaryDisabled": "Desativado temporariamente", "Ui/Settings/TraderIntermadiateScreen": "Tela intermediária de troca", @@ -18765,10 +19036,10 @@ "Ui/Settings/Visibility/Always": "Sempre mostrar", "Ui/Settings/Visibility/Autohide": "Auto esconder", "Ui/Settings/Visibility/Never": "Sempre esconder", - "UnavailableDuringMatching": "Unavailable during matching", + "UnavailableDuringMatching": "Indisponível durante a busca de partida", "Unban": "Desbanir", "UnbanPlayer": "{0} foi desbanido.", - "Uncover": "Cancel insurance", + "Uncover": "Cancelar seguro", "UndefinedDescription": "Indefinido", "UndefinedDescriptionShort": "Indefinido", "Unit is ready to be installed": "Unidade pronta para ser instalada", @@ -18847,8 +19118,8 @@ "Voip/VoiceActivationEnable": "Ativação de voz por rádio", "Voip/WalkieTalkieVolume": "Volume de rádio", "Voip/YouAreReported": "Sua utilização incorreta do VOIP foi reportada", - "VolumetricLight": "Volumetric lighting", - "VolumetricLight setting will be fully applied after the raid restarts": "The setting will be fully applied in the next raid", + "VolumetricLight": "Iluminação volumétrica", + "VolumetricLight setting will be fully applied after the raid restarts": "A configuração será aplicada completamente na próxima incursão", "WATCHLIST": "LISTA DE OBSERVAÇÃO", "WEAPON BUILDS": "ESQUEMAS DE ARMAS", "WEAPON MASTERING (01)": "MAESTRIA EM ARMAS (01)", @@ -18863,23 +19134,23 @@ "WEIGHT": "Peso", "WOO_TRANSIT_15": "TRANSIT02", "WOO_TRANSIT_15_COND": " ", - "WOO_TRANSIT_15_DESC": "Transit to Factory", + "WOO_TRANSIT_15_DESC": "Viajar para Factory", "WOO_TRANSIT_16": "TRANSIT01", "WOO_TRANSIT_16_COND": " ", - "WOO_TRANSIT_16_DESC": "Transit to Reserve", + "WOO_TRANSIT_16_DESC": "Viajar para Reserva", "WOO_TRANSIT_17": "TRANSIT03", "WOO_TRANSIT_17_COND": " ", - "WOO_TRANSIT_17_DESC": "Transit to Lighthouse", + "WOO_TRANSIT_17_DESC": "Viajar para Lighthouse", "WOO_TRANSIT_41": "TRANSIT01", "WOO_TRANSIT_41_COND": "", - "WOO_TRANSIT_41_DESC": "Transit to Customs", + "WOO_TRANSIT_41_DESC": "Viajar para a Customs", "Walk": "Andar", "WalkieTalkiePushToTalk": "Usar rádio", "Warehouse 17": "Warehouse 17", "Warehouse 4": "Warehouse 4", "Warning! You don’t have TerraGroup Labs access keycard!": "Aviso! Você não tem o cartão de acesso à TerraGroup Labs!", "Warning! You don’t have a proper map in inventory!": "Atenção! Você não tem o mapa adequado em seu inventário!", - "Warning! You don’t have {0}!": "Warning! You don’t have {0}!", + "Warning! You don’t have {0}!": "Aviso! Você não tem {0}!", "Warning! You have missing parts required for assemble!": "Atenção! Você não tem todas as peças necessárias para a montagem!", "Warning! You tried to leave this raid by disconnecting, either accidentally or on purpose. ": "Cuidado! Você tentou sair dessa incursão desconectando.", "Warnings/Inventory/ExaminationFailed": "Examinação de item falhou.", @@ -18903,7 +19174,7 @@ "WeaponJammed": "ARMA EMPERRADA", "WeaponModding": "Modificações de Arma", "WeaponModdingDescription": "Habilidade Básica em modificação em campo aumenta a ergonomia e reduz a deterioração de silenciadores.", - "WeaponMounting": "Mount weapon", + "WeaponMounting": "Montar arma", "WeaponPunch": "Coronha", "WeaponRecoilBuff": "Reduz o recuo da arma em [{0:0.#%}]", "WeaponReloadBuff": "Aumenta a velocidade de recarga em [{0:0.#%}]", @@ -18930,12 +19201,12 @@ "WindSpeed/Strong": "Vento forte", "WindSpeed/VeryStrong": "Windstorm", "Windowed": "Modo janela", - "Wishlist": "Wishlist", - "Wishlist/AlreadyInWishlist": "Item is already in Wishlist", - "Wishlist/NotInWishlist": "Item is not in Wishlist", - "Wishlist/Notify/Default{0}": "Wishlist item {0} acquired", - "Wishlist/Notify/Purchase{0}": "Wishlist item {0} purchased", - "Wishlist/RemoveFromWishlist": "Remove from Wishlist", + "Wishlist": "Lista de desejos", + "Wishlist/AlreadyInWishlist": "O item já esta na lista de desejos", + "Wishlist/NotInWishlist": "Item não está na lista de desejos", + "Wishlist/Notify/Default{0}": "Item {0} da lista de desejo adquirido", + "Wishlist/Notify/Purchase{0}": "Item {0} da lista de desejo comprado", + "Wishlist/RemoveFromWishlist": "Remover da Lista de Desejos", "WoodEnvironmentUiType": "Woods", "Woods": "Woods", "Workbench": "BANCADA DE TRABALHO", @@ -18955,10 +19226,10 @@ "You are now the leader of the group": "Você agora é o líder do grupo.", "You can change your nickname only once": "Você só pode alterar seu apelido uma vez", "You can recover your password using the website.": "Você pode recuperar sua senha usando o site.", - "You can't activate an object here": "You can't plant the device in this spot", - "You can't activate an object while moving": "You can't plant the device while moving", + "You can't activate an object here": "Você não pode plantar o dispositivo neste local", + "You can't activate an object while moving": "Você não pode plantar o dispositivo enquanto se move", "You can't apply medkit. You're at full HP": "Você não pode usar kit médico. Não há ferimentos", - "You can't deactivate an object while moving": "You can't deactivate the device while moving", + "You can't deactivate an object while moving": "Você não pode desativar o dispositivo enquanto se move", "You can't disassemble equipped item": "Você não pode desmontar itens equipados", "You can't do this to this item": "Você não pode fazer isso com este item", "You can't do this to weapon with internal magazine": "Você não pode fazer isso com arma de carregador interno", @@ -18993,7 +19264,7 @@ "You still have untransfered items. Are you sure you want to end the transfer? You will not be able to return to this process later.": "Você ainda possui itens não transferidos. Tem certeza que deseja finalizar a transferência? Você não poderá retornar mais tarde para terminar o processo.", "You were kicked from group": "Você foi removido do grupo", "You were removed from this dialogue": "Você foi removido desta conversa", - "You will unlock this quest as a reward": "Will be unlocked after completing the task", + "You will unlock this quest as a reward": "Será desbloqueado após completar a tarefa", "You will unlock this trader as a reward": "Você vai desbloquear o comerciante como recompensa", "You: ": "Você:", "YouSurvived": "Você sobreviveu!", @@ -19009,7 +19280,7 @@ "ZeroWeaponDeteriorationOnRepair": "Não equipar enquanto conserta", "ZombieInfection": "Virus", "aimdrillsdescription": "Prática de mira irá aumentar a velocidade de mira e permitir mirar mais silenciosamente", - "already in this group": "Already in this list", + "already in this group": "Já na lista", "ammoFound": "Munições encontradas", "ammoUsed": "Munição usada", "any": "Qualquer local", @@ -19017,8 +19288,8 @@ "anyownertype": "Todos", "apply": "APLICAR", "arena/AssistShort": "A", - "arena/CapturePointScores": "Score", - "arena/CapturePointScoresОчкиArena/Widgets/capture point hold": "Capture and hold the objectives", + "arena/CapturePointScores": "Pontuação", + "arena/CapturePointScoresОчкиArena/Widgets/capture point hold": "Capture e mantenha os objetivos", "arena/DeathShort": "M", "arena/Exp": "Exp", "arena/KillShort": "E", @@ -19041,30 +19312,30 @@ "arena/Rank": "Rank", "arena/RespawnAwaiting": "Aguardando respawn...", "arena/Round": "Rodada", - "arena/anyGameMode": "Any mode", - "arena/armory/AndOthers": "And more ...", - "arena/armory/ConditionsComleted": "All conditions met", - "arena/armory/ConditionsNotComleted": "Unlock conditions not met", - "arena/armory/ProgressionFirtsTitle": "Progress any weapon to level:", - "arena/armory/unselectedItem": "Item not selected", - "arena/buildEditor/Do you want to save changes?": "Do you want to save the changes?", - "arena/buildEditor/equip item building": "Equipment build", - "arena/buildEditor/missing vital parts": "Unable to save preset. Weapon is missing vital parts.", - "arena/buildEditor/not suitable for class {0}": "Not suitable for {0} class", - "arena/buildEditor/save with missing vital parts": "Save preset with missing vital parts?", - "arena/buildEditor/weapon building": "Weapon build", + "arena/anyGameMode": "Qualquer modo", + "arena/armory/AndOthers": "E mais ...", + "arena/armory/ConditionsComleted": "Todas condições atingidas", + "arena/armory/ConditionsNotComleted": "Condições de desbloqueio não atingidas", + "arena/armory/ProgressionFirtsTitle": "Progrida qualquer arma ao nível:", + "arena/armory/unselectedItem": "Item não selecionado", + "arena/buildEditor/Do you want to save changes?": "Você deseja salvar as alterações?", + "arena/buildEditor/equip item building": "Design de equipamento", + "arena/buildEditor/missing vital parts": "Impossível salvar kit. Arma faltando partes virais.", + "arena/buildEditor/not suitable for class {0}": "Não elegível para classe {0}", + "arena/buildEditor/save with missing vital parts": "Salvar kit com partes vitais faltando?", + "arena/buildEditor/weapon building": "Composição de arma", "arena/button/ArenaBattle": "BATALHA NA ARENA", - "arena/button/Armory": "Armory", + "arena/button/Armory": "Arsenal", "arena/button/Career": "CARREIRA", "arena/button/Presets": "KITS", "arena/button/QuitGame": "SAIR DO JOGO", "arena/button/Rating": "AVALIAÇÃO", - "arena/career/LastHeroStats/title": "LastHero statistics", - "arena/career/blastGangStats/activatedObjects": "Devices planted", - "arena/career/blastGangStats/deactivatedObjects": "Devices deactivated", - "arena/career/blastGangStats/explodedObjectsCoef": "Devices successfully activated, %", - "arena/career/blastGangStats/title": "BlastGang statistics", - "arena/career/checkPointStats/title": "CheckPoint statistics", + "arena/career/LastHeroStats/title": "Estatísticas LastHero", + "arena/career/blastGangStats/activatedObjects": "Dispositivos plantados", + "arena/career/blastGangStats/deactivatedObjects": "Dispositivos desativados", + "arena/career/blastGangStats/explodedObjectsCoef": "Dispositivos ativados com sucesso %", + "arena/career/blastGangStats/title": "Estatísticas BlastGang", + "arena/career/checkPointStats/title": "Estatísticas CheckPoint", "arena/career/commonStats/avgGlpPerDay": "Média ARP diário", "arena/career/commonStats/bestGlp": "Maior ARP", "arena/career/commonStats/bestMatchKillStreak": "Maior sequência de eliminações em partida", @@ -19078,8 +19349,8 @@ "arena/career/commonStats/lastSession": "Última sessão na Arena", "arena/career/commonStats/moneyEarned": "Dinheiro obtido", "arena/career/commonStats/moneySpent": "Dinheiro gasto", - "arena/career/commonStats/mvpMatch": "Match MVPs received", - "arena/career/commonStats/mvpRound": "Round MVPs received", + "arena/career/commonStats/mvpMatch": "MVP da partida recebidos", + "arena/career/commonStats/mvpRound": "MVP da rodada recebidos", "arena/career/commonStats/startDate": "Data de registro", "arena/career/commonStats/title": "Estatísticas gerais", "arena/career/commonStats/xpHeal": "XP de cura", @@ -19138,14 +19409,14 @@ "arena/career/shootOutStats/winrat": "Taxa de vitória em Torneio, %", "arena/career/shootOutStats/wins": "Vitória no Torneio", "arena/career/shootOutStats/winsWithFavPreset": "Torneio vencido com o kit favorito", - "arena/career/skills/bottom": "In order to sustain fair and competitive gameplay, the max level of {0}Skills{1} and {0}Perks{1} is locked at {0}level 30{1}.", - "arena/career/skills/top": "{0}Skills{1} and {0}Weapon mastering{1} are linked between Arena and EFT PVP zone. {0}Levelling{1} them in Arena will also {0}level{1} them in EFT.", + "arena/career/skills/bottom": "Para manter uma jogabilidade justa e competitiva, o nível máximo de {0}Habilidades{1} e {0}Vantagens{1} está bloqueado no {0}nível 30{1}.", + "arena/career/skills/top": "{0}Habilidades{1} e {0}Maestria de armas{1} estão vinculados entre a Arena e a zona EFT PVP. {0}Subir de nível{1} na Arena também irá {0}subir de nível{1} na EFT.", "arena/career/tabs/common": "Geral", "arena/career/tabs/health": "Vida", "arena/career/tabs/history": "História", "arena/career/tabs/inventory": "Inventário", "arena/career/tabs/pile": "Deck", - "arena/career/tabs/quests/daily": "Operational", + "arena/career/tabs/quests/daily": "Operacional", "arena/career/tabs/quests/main": "Principal", "arena/career/tabs/skills": "Habilidades", "arena/career/teamFightStats/assists": "Assistências", @@ -19171,28 +19442,28 @@ "arena/career/teamFightStats/maxMatchXp": "Maior XP em partida", "arena/career/teamFightStats/moneyEarned": "Dinheiro obtido", "arena/career/teamFightStats/moneySpent": "Dinheiro gasto", - "arena/career/teamFightStats/mvpMatch": "Match MVPs received", - "arena/career/teamFightStats/mvpRound": "Round MVPs received", + "arena/career/teamFightStats/mvpMatch": "MVP da partida recebidos", + "arena/career/teamFightStats/mvpRound": "MVP da rodada recebidos", "arena/career/teamFightStats/overKills": "Overkills", "arena/career/teamFightStats/title": "Estatísticas em TeamFight", "arena/career/teamFightStats/winrat": "Taxa de vitória, %", "arena/career/teamFightStats/wins": "Vitórias", "arena/career/teamFightStats/winsWithFavPreset": "Partidas vencidas com o kit preferido", - "arena/contextInteractions/card/delete": "Delete", - "arena/contextInteractions/card/edit": "Edit", - "arena/contextInteractions/card/inspect default preset": "Inspect", - "arena/customGames/create/gameModeBlastGang": "GAME MODE (BLASTGANG)", - "arena/customGames/create/gameModeCheckPoint": "Game mode (CheckPoint)", - "arena/customGames/create/overtime": "Overtime", + "arena/contextInteractions/card/delete": "Deletar", + "arena/contextInteractions/card/edit": "Editar", + "arena/contextInteractions/card/inspect default preset": "Inspecionar", + "arena/customGames/create/gameModeBlastGang": "MODO DE JOGO (BLASTGANG)", + "arena/customGames/create/gameModeCheckPoint": "Modo de Jogo (CheckPoint)", + "arena/customGames/create/overtime": "Prorrogação", "arena/customGames/create/samePresets": "Kits duplicados:", - "arena/customGames/create/setMatchDuration": "Match duration:", - "arena/customGames/create/setOvertime": "Set overtime", + "arena/customGames/create/setMatchDuration": "Duração da partida:", + "arena/customGames/create/setOvertime": "Inserir prorrogação", "arena/customGames/create/setSamePresets": "Permitir kits duplicados", - "arena/customGames/create/setScoresToWinCount": "Points to win:", + "arena/customGames/create/setScoresToWinCount": "Pontos para ganhar:", "arena/customGames/invite/message{0}": "CONVITE PARA JOGO CUSTOMIZADO DE {0}", "arena/customGames/notify/GameRemoved": "A sala foi desfeita", "arena/customgames/errors/notification/gamealreadystarted": "O jogo já começou", - "arena/customgames/popup/refreshdailyquest": "Replace operational task?", + "arena/customgames/popup/refreshdailyquest": "Substituir missão operacional?", "arena/customgames/popups/attemptscountleft:": "Tentativas restantes:", "arena/info/GLP Left": "ARP RESTANTE", "arena/info/GP": "GP", @@ -19221,25 +19492,25 @@ "arena/matching/buyPreset": "COMPRAR KIT", "arena/matching/presetSelection": "SELEÇÃO DE KIT", "arena/matching/readyPlayers0 Ready\\nplayers": "Jogadores prontos", - "arena/merchants/DayLimitOferflowed": "Daily limit exceeded", - "arena/merchants/NoMoneyForCommission": "Not enough money to pay the fee", - "arena/merchants/NoSyncedServerButton": "Service temporarily unavailable", - "arena/merchants/NoSyncedServerTooltip": "Service unavailable\n\nSynchronization error\nPlease try again later", + "arena/merchants/DayLimitOferflowed": "Limite diário excedido", + "arena/merchants/NoMoneyForCommission": "Dinheiro insuficiente para pagar a taxa", + "arena/merchants/NoSyncedServerButton": "Serviço temporariamente indisponível", + "arena/merchants/NoSyncedServerTooltip": "Serviço indisponível\n\nErro de sincronização\nTente novamente mais tarde", "arena/merchants/SynkError": "Synchronization error\nPlease try again later", - "arena/merchants/TemporaryUnavailabeButton": "Synchronization error, please wait", + "arena/merchants/TemporaryUnavailabeButton": "Synchronization error, por favor aguarde", "arena/merchants/add": "Adicionar", "arena/merchants/commission": "Taxa", "arena/merchants/services": "Serviços", "arena/merchants/storage": "Inventário", "arena/merchants/task": "Missão", "arena/merchants/to update": "Para atualizar", - "arena/merchants/tooltip/commission/CharismaBonus": "charisma bonus", - "arena/merchants/tooltip/commission/Header": "Fee calculation", - "arena/merchants/tooltip/commission/ItemTransfer": "Item transfer", - "arena/merchants/tooltip/commission/MoneyTransfer": "Money transfer", - "arena/merchants/tooltip/commission/NoMoneyForCommission": "Not enough money to pay the transfer and fee", - "arena/merchants/tooltip/commission/StandingBonus": "standing bonus", - "arena/merchants/tooltip/commission/TransferNotAwailable": "Service unavailable", + "arena/merchants/tooltip/commission/CharismaBonus": "bonus de natal", + "arena/merchants/tooltip/commission/Header": "Calculo de taxa", + "arena/merchants/tooltip/commission/ItemTransfer": "Transferência de item", + "arena/merchants/tooltip/commission/MoneyTransfer": "Transferir dinheiro", + "arena/merchants/tooltip/commission/NoMoneyForCommission": "Dinheiro insuficiente para pagar a taxa e transferência", + "arena/merchants/tooltip/commission/StandingBonus": "bonus de reputação", + "arena/merchants/tooltip/commission/TransferNotAwailable": "Serviço indisponível", "arena/merchants/transfer": "Transferir", "arena/merchants/transfer amount": "Tranferir quantia", "arena/merchants/transfer of items": "Transferir itens", @@ -19248,11 +19519,11 @@ "arena/merchants/сancellation": "Cancelar", "arena/monitors/score": "PLACAR", "arena/monitors/style": "ESTILO", - "arena/popup/delete preset description": "Are you sure you want to delete this preset?", - "arena/popup/delete preset header": "Preset deletion", - "arena/popup/quests/price": "REPLACEMENT COST:", - "arena/popup/quests/standing": "TRADER STANDING:", - "arena/popup/quests/time": "REMAINING TIME:", + "arena/popup/delete preset description": "Tem certeza que quer deletar esse esquema?", + "arena/popup/delete preset header": "Exclusão de padrão", + "arena/popup/quests/price": "CUSTO DE SUBSTITUIÇÃO:", + "arena/popup/quests/standing": "REPUTAÇÃO COM MERCADOR:", + "arena/popup/quests/time": "TEMPO RESTANTE:", "arena/postmatch/Calibration": "Partidas restantes para obter rank", "arena/postmatch/EnemyTeam ": "Time inimigo", "arena/postmatch/LastHeroStatistic": "Estatísticas", @@ -19273,30 +19544,30 @@ "arena/postmatch/preset_modificator": "Modificador", "arena/postmatch/ranked_preset_unlock": "Kit de classe desbloqueado", "arena/postmatch/reward_panel": "Recompensa", - "arena/presets/custom/blocked": "locked", - "arena/presets/custom/not enough money": "not enough money", - "arena/presets/custom/not enough money short": "insuf. cash", - "arena/presets/custom/purchase": "purchase", - "arena/presets/custom/requirement level {0}": "Character level: {0}", - "arena/presets/custom/requirement standing {0}": "Ref standing: {0}", - "arena/presets/custom/slot unlock error": "Slot unlock error", - "arena/presets/custom/violations/class imbalance": "Incompatible with class", - "arena/presets/custom/violations/duplicated guns": "Repeating weapons", - "arena/presets/custom/violations/forbidden equipment": "Forbidden equipment", - "arena/presets/custom/violations/incompatible ammo": "Incompatible ammo", - "arena/presets/custom/violations/incompatible mags": "Incompatible magazines", - "arena/presets/custom/violations/malfunction weapon": "Missing ammo", - "arena/presets/custom/violations/total": "Out of meta score limits", - "arena/presets/custom/violations/unclothed equipment": "Unused equipment", - "arena/presets/unlocked slots": "Unlocked", - "arena/presets/unlocked slots count": "slots unlocked:", - "arena/questLogTemplate/gameModes": "Game mode(s)", - "arena/questLogTemplate/maps": "Location(s)", - "arena/resultContent/matchMVPExpTitle": "Match MVP bonus", - "arena/resultContent/matchMVPMoneyTitle": "Match MVP bonus", - "arena/resultContent/roundMVPExpTitle": "Round MVP bonus", - "arena/resultContent/roundMVPMoneyTitle": "Round MVP bonus", - "arena/selection/gameMode": "game mode", + "arena/presets/custom/blocked": "bloqueado", + "arena/presets/custom/not enough money": "dinheiro insuficiente", + "arena/presets/custom/not enough money short": "sem dinh", + "arena/presets/custom/purchase": "compra", + "arena/presets/custom/requirement level {0}": "Nível do personagem: {0}", + "arena/presets/custom/requirement standing {0}": "Reputação: {0}", + "arena/presets/custom/slot unlock error": "Erro ao desbloquear", + "arena/presets/custom/violations/class imbalance": "Incompatível com classe", + "arena/presets/custom/violations/duplicated guns": "Armas repetidas", + "arena/presets/custom/violations/forbidden equipment": "Equipamentos proibidos", + "arena/presets/custom/violations/incompatible ammo": "Munição incompatível", + "arena/presets/custom/violations/incompatible mags": "Carregadores incompatíveis", + "arena/presets/custom/violations/malfunction weapon": "Munição faltando", + "arena/presets/custom/violations/total": "Sem pontuação meta disponível", + "arena/presets/custom/violations/unclothed equipment": "Equipamento não utilizado", + "arena/presets/unlocked slots": "Desbloqueado", + "arena/presets/unlocked slots count": "slots desbloqueados:", + "arena/questLogTemplate/gameModes": "Modo(s) de jogo", + "arena/questLogTemplate/maps": "Localizações", + "arena/resultContent/matchMVPExpTitle": "Bonus por MVP da partida", + "arena/resultContent/matchMVPMoneyTitle": "Bonus por MVP da partida", + "arena/resultContent/roundMVPExpTitle": "Bonus por MVP da rodada", + "arena/resultContent/roundMVPMoneyTitle": "Bonus por MVP da rodada", + "arena/selection/gameMode": "modos de jogo", "arena/selection/tiers": "tier", "arena/tab/ASSAULT": "ASSALTO", "arena/tab/COLLECTION": "COLEÇÃO", @@ -19305,7 +19576,7 @@ "arena/tab/RATING": "AVALIAÇÃO", "arena/tab/SCOUT": "BATEDOR", "arena/tab/SQB": "ENFORCER", - "arena/tooltip/GP": "GP Coin. Used to unlock equipment for presets and to purchase gear in EFT. Earned for completing operational tasks in Arena.", + "arena/tooltip/GP": "GP Coin. Usada para desbloquear equipamentos para kits e para comprar equipamentos no EFT. Ganha por completar tarefas operacionais no Arena.", "arena/tooltip/OverallMatches": "Total de partidas ranqueadas e não ranqueadas jogadas.", "arena/tooltip/Presets": "Kits", "arena/tooltip/countGlp": "Sua classificação total de ARP (Pontos de Reputação de Arena). Esta é uma estatística que determina sua classificação obtida nos modos de jogo ranqueados. É usado para combinar com jogadores de igual habilidade, bem como para desbloquear novas classificações e predefinições.", @@ -19315,15 +19586,15 @@ "arena/tooltip/leftGlp": "Quantia de ARP necessária para o próximo rank.", "arena/tooltip/mainMenu": "Menu principal", "arena/tooltip/moneyRubles": "Rublos. São utilizados para comprar kits e obtidos a cada vitória na Arena.", - "arena/tooltip/quests/gotoeft": "Switch to EFT to complete the task", + "arena/tooltip/quests/gotoeft": "Alterne pro EFT para completar a tarefa", "arena/tooltip/ratingPlace": "Sua posição na classificação.", "arena/tooltip/settings": "Configurações", "arena/tooltip/skillsLocked": "Todas as habilidades do personagem estão bloqueadas no nível 30.", "arena/tooltip/sourcesGlp": "Fontes de ganho de ARP:", "arena/tooltip/winMatches": "Total de vitórias em partidas ranqueadas e não ranqueadas.", "arena/tooltip/winRate": "Sua média de vitória, calculada de todas as vitórias e derrotas em partidas ranqueadas e não ranqueadas.", - "arena/widget/ally_capture_point": "Allies captured point", - "arena/widget/enemy_capture_point": "Enemies captured point", + "arena/widget/ally_capture_point": "Aliados capturaram", + "arena/widget/enemy_capture_point": "Inimigos capturaram", "arenaui/presetview/lockedpreset": "Kit indisponível", "arm broke": "Você quebrou seu braço", "assaultKills": "Eliminações por Rifle de assalto", @@ -19337,33 +19608,33 @@ "bodypartsLost": "Membros perdidos", "bonus/unlockweaponmodification_required": "É necessário que a modificação de equipamentos esteja desbloqueado no esconderijo.", "bossKills": "Chefes eliminados", - "btr_accept_quest_01": "Cool! I'll be waiting.", - "btr_accept_quest_02": "Never doubted you. ", - "btr_accept_quest_03": "Amazing! Come back when you're finished.", + "btr_accept_quest_01": "Legal! Eu estarei aguardando.", + "btr_accept_quest_02": "Nunca duvidei de você.", + "btr_accept_quest_03": "Incrível! Volte quando tiver terminado.", "btr_buy_01": "Transação concluída. Mais alguma coisa?", - "btr_fail_accept_quest_01": "I think it's a little early for us to be working together.", + "btr_fail_accept_quest_01": "Acho que é um pouco cedo para trabalharmos juntos.", "btr_generic_greetings_01": "Você veio aqui para bater papo ou nós vamos para algum lugar?", "btr_generic_greetings_02": "Mordesse a lingua? Fala ai pra onde a gente vai.", "btr_generic_greetings_03": "Qual foi, entra ai. Precisa de carona?", "btr_generic_greetings_04": "Não fica parado ai. Precisa de carona pra algum lugar?", - "btr_has_quests_01": "Yeah, I got something, listen up.", - "btr_has_quests_02": "Damn right I do! Have a seat, I'll tell you.", - "btr_has_quests_03": "For you, there's something.", - "btr_has_quests_04": "There is something, actually!", - "btr_item_transferred_01": "Well done. Thanks!", - "btr_item_transferred_02": "Just what I wanted. Thank you!", - "btr_item_transferred_03": "Done already? Nice working with you.", - "btr_no_quests_reaction_01": "Nope, everything's fine for now.", - "btr_no_quests_reaction_02": "Things are going smoothly for now, so I don't need any help.", - "btr_no_quests_reaction_03": "Nah, I've sorted things out, for now at least.", - "btr_no_quests_reaction_04": "You should come back later. I can't offer anything right now.", - "btr_quest_complete_01": "Real professional! You and I are a good team, I'm telling you.", - "btr_quest_complete_02": "Well done! We're getting along well.", - "btr_quest_complete_03": "Thanks, mate. You're a big help.", - "btr_quest_finish_failed_01": "You sure took your sweet time. Too late for that now! ", - "btr_transfer_failed_01": "You're suspiciously early.", - "btr_transfer_failed_02": "I can't pick it up right now, come back later.", - "btr_transfer_failed_03": "Oh man, I don't have space for it right now. Come back later, okay?", + "btr_has_quests_01": "Isso, eu tenho algo, escuta aqui.", + "btr_has_quests_02": "Claro que sim! Sente-se, eu vou te contar.", + "btr_has_quests_03": "Pra você, tem uma coisinha.", + "btr_has_quests_04": "Tem alguma coisa na verdade!", + "btr_item_transferred_01": "Bem feito. Valeu!", + "btr_item_transferred_02": "Bem o que eu queria. Obrigado!", + "btr_item_transferred_03": "Já terminou? Legal trabalhar com você.", + "btr_no_quests_reaction_01": "Não, tudo certo por enquanto.", + "btr_no_quests_reaction_02": "As coisas estão indo bem por enquanto, então não preciso de ajuda.", + "btr_no_quests_reaction_03": "Não, já resolvi as coisas, pelo menos por enquanto.", + "btr_no_quests_reaction_04": "Você deveria voltar mais tarde. Não posso oferecer nada agora.", + "btr_quest_complete_01": "Realmente profissional! Você e eu somos uma boa equipe, to te falando.", + "btr_quest_complete_02": "Muito bem! Estamos nos dando bem.", + "btr_quest_complete_03": "Valeu cara. Você ajudou bastante.", + "btr_quest_finish_failed_01": "Você realmente demorou. Tarde demais para isso agora!", + "btr_transfer_failed_01": "Você chegou suspeitosamente cedo.", + "btr_transfer_failed_02": "Não posso atender agora, volto mais tarde.", + "btr_transfer_failed_03": "Ah cara, não tenho espaço para isso agora. Volte mais tarde, ok?", "buffer_zone_timer": "O tempo de visita do Lightkeeper é limitado", "burst": "Rajada", "camora_000": "Câmara 1", @@ -19431,8 +19702,8 @@ "customization/Locked": "Bloqueado", "customization/Selected": "Selecionado", "customs_secret_voron_boat": "Smuggler's Boat", - "customs_secret_voron_bunker": "Smuggler's Bunker (ZB-1012)", - "customs_sniper_exit": "Railroad Passage", + "customs_secret_voron_bunker": "Smugglers' Bunker (ZB-1012)", + "customs_sniper_exit": "Railroad Passage (Sinalizador)", "cz": "Čeština", "damApplied": "Dano causado", "damAppliedArmor": "Dano absorvido pela armadura", @@ -19476,7 +19747,7 @@ "factory4": "Factory", "factory4_day": "Fábrica", "factory4_night": "Factory à Noite", - "factory_secret_ark": "Smuggler's Passage", + "factory_secret_ark": "Smugglers' Passage", "fast": "rápido", "fatalHits": "Acertos fatais", "favLocation": "Local favorito", @@ -19494,11 +19765,11 @@ "front_plate": "PLACA FRONTAL", "fullauto": "Full Auto", "fullscreenwindow": "Janela sem bordas", - "game completed or aborted": "Match is already completed or has been canceled", + "game completed or aborted": "A partida já foi concluída ou foi cancelada", "ge": "Deutsch", "glKills": "Eliminações por Lançador de Granada", "good": "bom", - "greanadePlanting": "Tripwire", + "greanadePlanting": "Armadilha", "grenadeKills": "Eliminações por Granada", "grenadeThrowing": "Jogar", "groin": "VIRILHA", @@ -19547,8 +19818,8 @@ "hideout/Producing": "Produzindo", "hideout/Replace targets": "Recolocar alvos", "hideout/Requirements are not fulfilled": "Requisitos não preenchidos", - "hideout/RestoreEquipment": "Restore consumables", - "hideout/Sacrificing": "Ritual in progress", + "hideout/RestoreEquipment": "Restaurar consumíveis", + "hideout/Sacrificing": "Ritual em andamento", "hideout/Stop": "Parar", "hideout/Switched off": "Desligar", "hideout/Take crafted items": "Você precisa pegar os itens", @@ -19588,10 +19859,10 @@ "hideout_6549f1c405b256642e3e9131": "Dogtags de PMC", "hideout_6549f1cdde376a2fc737e8a8": "Troféus pequenos", "hideout_6549f1d37d6e4756c83afa77": "Troféus grandes", - "hideout_6698e6d817b8f677b3077ef0": "Additional mannequins", - "hideout_6698e72c17b8f677b3077ef1": "Additional mannequins", - "hideout_6698e73c0ab2cbb83904ee2a": "Additional mannequins", - "hideout_669fa357d562926a0e01fd65": "Total bonus to the Gift", + "hideout_6698e6d817b8f677b3077ef0": "Manequins adicionais", + "hideout_6698e72c17b8f677b3077ef1": "Manequins adicionais", + "hideout_6698e73c0ab2cbb83904ee2a": "Manequins adicionais", + "hideout_669fa357d562926a0e01fd65": "Bonus total ao presente", "hideout_AdditionalSlots": "Espaços adicionais", "hideout_DebuffEndDelay": "Taxa de remoção de efeitos negativos", "hideout_EnergyRegeneration": "Taxa de recuperação de energia", @@ -19681,14 +19952,14 @@ "hideout_area_24_stage_1_description": "Um pequeno estande de armas. Simplifica o armazenamento de armas e permite mostrá-las de forma organizada.", "hideout_area_24_stage_2_description": "Um estande de armas médio. Simplifica o armazenamento de armas e permite mostrá-las de forma organizada.", "hideout_area_24_stage_3_description": "Um estande de armas grande. Simplifica o armazenamento de armas e permite mostrá-las de forma organizada.", - "hideout_area_26_name": "Gear Rack", - "hideout_area_26_stage_0_description": "This place would be good to put a couple of mannequins found at the shopping malls. It just needs a little clean-up.", - "hideout_area_26_stage_1_description": "A mannequin with a weapon rack. Allows you to prepare a set of equipment for the raid.", - "hideout_area_26_stage_2_description": "With two mannequins, you can not only prepare gear for a raid, but also display something cool and rare. Would look great.", - "hideout_area_26_stage_3_description": "Several mannequins with a weapon rack. With a wardrobe like this, it will be easy to store quick access gear for any occasion.", - "hideout_area_27_name": "Cultist Circle", - "hideout_area_27_stage_0_description": "A good place to meet the suspicious hooded persons. Although, you'll have to make contact with them first.", - "hideout_area_27_stage_1_description": "A circle drawn in chalk and cluttered with mysterious symbols. Such circles are used by the cultists for their rituals. One wonders what would happen if you put something in the middle of it...?", + "hideout_area_26_name": "Estante de equipamentos", + "hideout_area_26_stage_0_description": "Este lugar seria bom para colocar alguns manequins encontrados em shoppings. Só precisa de uma pequena limpeza.", + "hideout_area_26_stage_1_description": "Um manequim com um suporte para armas. Permite que você prepare um conjunto de equipamentos para a incursão.", + "hideout_area_26_stage_2_description": "Com dois manequins, você não só pode preparar equipamentos para um ataque, mas também exibir algo legal e raro. Ficaria ótimo.", + "hideout_area_26_stage_3_description": "Vários manequins com um suporte para armas. Com um guarda-roupa como esse, será fácil armazenar equipamentos de acesso rápido para qualquer ocasião.", + "hideout_area_27_name": "Circulo Cultista", + "hideout_area_27_stage_0_description": "Um bom lugar para conhecer pessoas encapuzadas suspeitas. Embora, você terá que fazer contato com elas primeiro.", + "hideout_area_27_stage_1_description": "Um círculo desenhado em giz e cheio de símbolos misteriosos. Tais círculos são usados ​​pelos cultistas para suas macumbas. Você se pergunta onde está a galinha preta, farofa e a cachaça...?", "hideout_area_2_name": "Lavatório", "hideout_area_2_stage_1_description": "Banheiro primitivo. Não há duvidas que é inconfortável. Apenas um balde e uma caixa pequena para manter o saneamento básico no alojamento.", "hideout_area_2_stage_2_description": "Banheiro básico com um vaso de madeira do tipo \"Fossa\", um lavatório, ligado ao sistema de abastecimento de água. Tudo isso aumenta a higiene e a limpeza do abrigo.", @@ -19796,8 +20067,8 @@ "lab_Parking_Gate": "Parking Gate - Y", "lab_Under_Storage_Collector": "Sewage Conduit - B1", "lab_Vent": "Ventilation Shaft - GB", - "labir_exit": "The Way Up", - "labyrinth_secret_tagilla_key": "Ariadne's Path", + "labir_exit": "Para cima", + "labyrinth_secret_tagilla_key": "Caminho da Ariadne", "lastSession": "Última sessão", "leader": "Líder", "left_side_plate": "PLACA ESQUERDA", @@ -19813,7 +20084,7 @@ "loudness": "VOLUME", "lowernape": "Nuca inferior", "m/s": "m/s", - "marathon Name": "Transition", + "marathon Name": "Viajar", "matching/timeout": "Falha ao encontrar incursão. Por favor tente novamente mais tarde", "matchmaker/health_is_low": "Seu personagem está gravemente ferido", "matchmaker/health_is_not_full": "Seu personagem está ferido", @@ -19825,8 +20096,8 @@ "meters": "metros", "mgKills": "Eliminações por Metralhadora", "moa": "MOA", - "mod_pistolgrip_000": "Grip", - "mod_pistolgrip_001": "GRIP", + "mod_pistolgrip_000": "Empunhadura", + "mod_pistolgrip_001": "EMPUNHADURA", "modsFound": "Modificações encontradas", "multiple_locations Name": "vários locais", "neckback": "Nuca", @@ -19853,7 +20124,7 @@ "purchase all": "COMPRAR TUDO", "pushtotalk": "Pressionar para falar", "quadKills": "Eliminações quádruplas", - "quests": "Tasks", + "quests": "Missões", "quick secondary weapon": "Saque rápido secundária", "rQualityAverage": "Médio", "rQualityExcellent": "Excelente", @@ -19971,7 +20242,7 @@ "ragfair/per pack ({0} items)": "por pacote ({0} de itens)", "ragfair/playerownertype": "Jogadores", "ragfair/prioritized offers": "Ofertas prioritárias", - "ragfair/restrictionLimits{0}{1}{2}": "This item ({0}) has a listing limit!\nMaximum: {1}, in one pack: {2}", + "ragfair/restrictionLimits{0}{1}{2}": "Este item ({0}) tem um limite de listagem!\nMáximo: {1}, em um pacote: {2}", "ragfair/to:": "para:", "ragfair/traderownertype": "Comerciantes", "ragfair/you don't have enough money for the transaction": "Você não tem dinheiro suficiente para a transação", @@ -20004,7 +20275,7 @@ "repairability/Unpredictable": "Imprevisível", "repairability/Very bad": "Muito ruim", "repairability/Very good": "Muito bom", - "reserve_secret_minefield": "Exit to Woods", + "reserve_secret_minefield": "Saída para Woods", "rest space": "ÁREA DE DESCANSO", "restart_quest": "Reiniciar", "ribcage": "Peito", @@ -20059,7 +20330,7 @@ "spectator_yellow_team": "TIME AMARELO", "starvDeaths": "Mortes por fome", "stationHeals": "Cura em andamento", - "streets_secret_onyx": "Smuggler's Basement", + "streets_secret_onyx": "Smugglers' Basement", "suicides": "Suicídios", "survClass": "Classe de sobrevivente", "taskperformancedescription": "Desempenho da missão", @@ -20071,7 +20342,7 @@ "traders/trader_is_locked": "Comerciante bloqueado", "trading/less item {0} than you want. You bought all remaining items ({1})": "O vendedor tinha menos itens que o que você queria comprar ({0}). Você comprou tudo que ele tinha em estoque ({1})", "tripleKills": "Eliminações triplas", - "tripwireKills": "Landmine kills", + "tripwireKills": "Mortes por minas terrestres", "tu": "Türkçe", "tunnelvision": "Visão de tunel", "turn off": "DESLIGAR", @@ -20091,7 +20362,7 @@ "unpack": "desempacotar", "usecKills": "USECs eliminados", "various": "Vários", - "various name": "Various", + "various name": "Vários", "very bad": "muito ruim", "very fast": "muito rápido", "very good": "muito bom", @@ -20103,7 +20374,7 @@ "weapon name": "Nome da arma", "will be available in:": "estará disponível em:", "will be destroyed after unpacking": "Será destruído após desembalar", - "wood_sniper_exit": "Power Line Passage", + "wood_sniper_exit": "Power Line Passage (Sinalizador)", "woods_secret_minefield": "Railway Bridge to Tarkov", "you": "Você", "you can't transfer item while moving": "Você não pode transferir um item enquanto se move", @@ -20145,8 +20416,8 @@ "{0}h{1:00}m": "{0}h{1:00}m", "{0}m": "{0}m", "{0}y{1}d": "{0}a{1}d", - "{resetOnConditionFailed{0}}": " several times in a row", - "{resetOnSessionEnd}": " in 1 match", + "{resetOnConditionFailed{0}}": " muitas tentativas seguidas", + "{resetOnSessionEnd}": " em 1 partida", "~ Empty": "~ Vazio", "~ Full": "~ Cheio", "Тrading/Dialog/AvailableServices/Description": "Quer meus serviços? Bem, você já cumpriu seu propósito, então vou ajudá-lo – se você puder me pagar.", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20504,14 +20776,14 @@ "62eba95b7ba21c1d534d305a Description": "Uma antiga arena esportiva com arquibancadas, convertida para combates mortais.", "6441004f8ab20b218807f14b Name": "Chop Shop", "6441004f8ab20b218807f14b Description": "Um negócio que já foi bem-sucedido foi remodelado em uma arena ainda mais bem-sucedida para tiroteios violentos.", - "64b7d7f23d81c8a9ee03ac27 Name": "Yard", - "64b7d7f23d81c8a9ee03ac27 Description": "A courtyard in one of residential neighborhoods, equipped by the Host for Arena fights.", + "64b7d7f23d81c8a9ee03ac27 Name": "Block", + "64b7d7f23d81c8a9ee03ac27 Description": "Um pátio em um dos bairros residenciais, equipado pelo Anfitrião para lutas na Arena.", "653e6760052c01c1c805532f Name": "Ground Zero", - "653e6760052c01c1c805532f Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began.", + "653e6760052c01c1c805532f Description": "O centro de negócios de Tarkov. É aqui que o TerraGroup estava sediado. Este é o lugar onde tudo começou.", "65b8d6f5cdde2479cb2a3125 Name": "Ground Zero", - "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began.", - "6733700029c367a3d40b02af Name": "The Labyrinth", - "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", + "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began. The area has yet again become a hot zone since the early days of the conflict.", + "6733700029c367a3d40b02af Name": "O Labirinto", + "6733700029c367a3d40b02af Description": "Uma instalação de um dos contratados da TerraGroup, a Knossos LLC. De acordo com fontes públicas, eles constroem parques de diversão e temáticos. No entanto, este lugar parece mais um bunker fortemente fortificado do que um novo parque temático.", "5464e0404bdc2d2a708b4567 Name": "United Security", "5464e0404bdc2d2a708b4567 Description": "A empresa militar privada USEC foi criada em 1999 após a fusão de duas empresas: KerniSEC e Safe Sea. Em 2004, um agente da holding internacional Terra Group entrou em contato com a USEC, que se tornaram consecutivamente, essencialmente, um exército privado da holding, com escritórios em todo o mundo e mais de 7500 funcionários.", "5464e0454bdc2d06708b4567 Name": "BEAR", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Estréia", "5936d90786f7742b1420ba5b description": "Olá, soldado. Tenho um trabalho que é um pouco fácil demais para os meus rapazes. Mas você vai se sair bem. Ei, não fique chateado, ainda não te conheço tão bem para te dar um emprego normal!\n\nHá muita escória de bandidos vagando pelas ruas. Eles não me incomodam muito, mas ainda são um incômodo. Acalme-se, digamos, cinco deles, e pegue algumas escopetas MP-133 deles. Acho que isso será suficiente para você. Dispensado, soldado!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -21351,7 +21635,7 @@ "59674eb386f774539f14813a declinePlayerMessage": "", "59674eb386f774539f14813a completePlayerMessage": "", "5967530a86f77462ba22226b name": "Evidencia de má reputação", - "5967530a86f77462ba22226b description": "Falaí guerreiro, entra aí. Tem um trampo pra você, se tiver afim. Preciso achar uma bosta, e estou sem ideia de como. Resumindo - um dos encarregados que trabalhou naquela porra do Polikhim conseguiu pôr a mão em uns documentos bem importantes. Você sabe, claro, como todo mundo ainda tá atrás de qualquer evidência da TerraGroup e seus associados, né? Exato. Mas os caras que tentaram tirar as informações daquele encarregado acabaram sendo mais nervosinhos do que espertos. O coração do cara parou de bater antes da língua começar a largar o verbo. Consegue imaginar? Que debiloides! Como fazem negócio com gente assim? Okay, voltando ao ponto. Então ele pegou os documentos e escondeu em algum lugar. Conversei com alguns que trabalharam com ele antes. No geral, as chances não parecem muito boas, mas quem sabe o quanto de sorte a gente pode ter? Resumindo, aquele encarregado trabalhou na fábrica de químicos. A porra mais porca, saca? E em algum lugar nas instalações da Alfândega eles tinham suas casas. Comendo lá, relaxando, com certeza levando mulher, bom, você entendeu. Eu imagino que está escondido por lá em algum lugar, provavelmente. Se não estiver lá, então não vamos achar porra nenhuma. Então, eu quero que você procure os barracos na Alfândega e me traga esses documentos. Acho melhor procurar pelos que estão trancados.", + "5967530a86f77462ba22226b description": "Falaí guerreiro, entra aí. Tem um trampo pra você, se tiver afim. Preciso achar uma bosta, e estou sem ideia de como. Resumindo - um dos encarregados que trabalhou naquela porra do Polikhim conseguiu pôr a mão em uns documentos bem importantes. Você sabe, claro, como todo mundo ainda tá atrás de qualquer evidência da TerraGroup e seus associados, né? Exato. Mas os caras que tentaram tirar as informações daquele encarregado acabaram sendo mais nervosinhos do que espertos. O coração do cara parou de bater antes da língua começar a largar o verbo. Consegue imaginar? Que debiloides! Como fazem negócio com gente assim? Okay, voltando ao ponto. Então ele pegou os documentos e escondeu em algum lugar. Conversei com alguns que trabalharam com ele antes. No geral, as chances não parecem muito boas, mas quem sabe o quanto de sorte a gente pode ter? Resumindo, aquele encarregado trabalhou na fábrica de químicos. A porra mais porca, saca? E em algum lugar nas instalações da Customs eles tinham suas casas. Comendo lá, relaxando, com certeza levando mulher, bom, você entendeu. Eu imagino que está escondido por lá em algum lugar, provavelmente. Se não estiver lá, então não vamos achar porra nenhuma. Então, eu quero que você procure os barracos na Customs e me traga esses documentos. Acho melhor procurar pelos que estão trancados.", "5967530a86f77462ba22226b failMessageText": "", "5967530a86f77462ba22226b successMessageText": "Tem sorte, soldado! Belo tesouro você encontrou. Isso merece uma grande recompensa. E também um extra por não vazar a informação - e o meu favor, que vale mais que qualquer dinheiro.", "596762ec86f77426d3687a87": "Sobreviva e extraia da localização", @@ -21392,7 +21676,7 @@ "596760e186f7741e11214d58 declinePlayerMessage": "", "596760e186f7741e11214d58 completePlayerMessage": "", "5967725e86f774601a446662 name": "Agitando o caixa", - "5967725e86f774601a446662 description": "Salve, grande! Chegaram informações curiosas recentemente. Tem cheiro de lucro sem se esforçar demais. Pronto? Veja. Havia um rapaz que dirigia as lojas, morava em um dormitório que fica perto da fabrica. E, como de costume, conseguia algum dinheiro extra. Ele morava no quarto 214. Mas esse não é o ponto. Eu não acho que você vai encontrar muito lá, se encontrar... Embora ele tenha jurado que há algo lá. Algo mais surgiu: no mesmo dormitório, ele possuía mais um quarto, 203, mas não falava sobre isso e, de fato, ele o usava como armazenamento. Agora, é aí que ele tem algo de valor com certeza, mais de um de seus corredores de recados pereceu lá. Além disso, ele tinha uma garagem. Não conheço o número, mas certamente dois dígitos - eu tenho uma lista dos proprietários começando com 100, e o nome dele não está lá.", + "5967725e86f774601a446662 description": "Salve, grande! Chegaram informações curiosas recentemente. Tem cheiro de lucro sem se esforçar demais. Pronto? Veja. Havia um rapaz que dirigia as lojas, morava em um dormitório que fica perto da Factory. E, como de costume, conseguia algum dinheiro extra. Ele morava no quarto 214. Mas esse não é o ponto. Eu não acho que você vai encontrar muito lá, se encontrar... Embora ele tenha jurado que há algo lá. Algo mais surgiu: no mesmo dormitório, ele possuía mais um quarto, 203, mas não falava sobre isso e, de fato, ele o usava como armazenamento. Agora, é aí que ele tem algo de valor com certeza, mais de um de seus corredores de recados pereceu lá. Além disso, ele tinha uma garagem. Não conheço o número, mas certamente dois dígitos - eu tenho uma lista dos proprietários começando com 100, e o nome dele não está lá.", "5967725e86f774601a446662 failMessageText": "", "5967725e86f774601a446662 successMessageText": "Realmente impressionante! É quase uma bomba nuclear! Não é surpresa que tenha contratado todos que podia para buscar isso.", "5968981986f7740d1648df42": "Encontre algo valioso no dormitório 203 na Customs", @@ -21480,7 +21764,7 @@ "596a101f86f7741ddb481582 declinePlayerMessage": "", "596a101f86f7741ddb481582 completePlayerMessage": "", "596a1e6c86f7741ddc2d3206 name": "Mercadorias", - "596a1e6c86f7741ddc2d3206 description": "Olá novamente. Estou com falta de comidas não perecíveis em forma de carne enlatada. Você pode ajudar? Eu preciso ter uma reserva de 30 latas de carne enlatada. E eu sei de alguns lugares onde você pode consegui-los. Claro, nossos amigos Scavs costumavam ter uma dispensa na estação de gás perto da Fabrica, talvez tenha sobrado algo. Havia outra dispensa em algum lugar nos dormitórios, com algo mais além de comida enlatada. Mas por-enquanto estou apenas interessado nelas, então pode ficar com o resto pra você. Concorda? Eu sei que essas duas gangues são aliadas, mas pra prevenir roubo aos estoques pelos próprios companheiros, os lideres trocaram chaves entre eles. Então isso deve ser bem fácil pra você, eu acho.", + "596a1e6c86f7741ddc2d3206 description": "Olá novamente. Estou com falta de comidas não perecíveis em forma de carne enlatada. Você pode ajudar? Eu preciso ter uma reserva de 30 latas de carne enlatada. E eu sei de alguns lugares onde você pode consegui-los. Claro, nossos amigos Scavs costumavam ter uma dispensa na estação de gás perto da Factory, talvez tenha sobrado algo. Havia outra dispensa em algum lugar nos dormitórios, com algo mais além de comida enlatada. Mas por-enquanto estou apenas interessado nelas, então pode ficar com o resto pra você. Concorda? Eu sei que essas duas gangues são aliadas, mas pra prevenir roubo aos estoques pelos próprios companheiros, os lideres trocaram chaves entre eles. Então isso deve ser bem fácil pra você, eu acho.", "596a1e6c86f7741ddc2d3206 failMessageText": "", "596a1e6c86f7741ddc2d3206 successMessageText": "Ótimo, agora podemos adicionar carne ao nosso variado cardápio. Muito obrigado meu jovem.", "596a1f0486f77456630ea4d2": "Encontre em incursão: Latas de carne (Pequena)", @@ -21546,9 +21830,9 @@ "5979ed3886f77431307dc512 declinePlayerMessage": "", "5979ed3886f77431307dc512 completePlayerMessage": "", "5979eee086f774311955e614 name": "Ostentação", - "5979eee086f774311955e614 description": "Oi, bandido de rua! Diz-me, porque é que o mundo se tornou tão hipócrita, eh? Pessoas que nunca fizeram nada de jeito na vida estão a ensinar-me como fazer as coisas! Um idiota não gostou das minhas condições de trabalho e tentou enganar-me. Dei-lhe uma lição uma vez, mas ele ficou todo convencido.\n\nEntão, é um trabalho simples. Há um grupo de Scavs em Polikhim. Um dos seus melhores cães é um certo Uruguai. Ele próprio escolheu a sua alcunha, o idiota. \nTemos de acabar com ele. Mas isso é só metade da história. Ele tem um isqueiro, uma espécie de amuleto da sorte. Um Zibbo banhado a ouro. Está sempre a mexer nele com as suas garras. Passou por minha casa também, e não parava de clicar nele. \n\nAcho que ele vivia nos dormitórios, quarto 303. Por isso, tens de meter esta coisa num dos sítios especiais para que alguém fique atónito e perceba a mensagem. Percebeste? Sim. O lugar é na área da alfândega, num barracão trancado ao lado do parque de caravanas. Aqui está a chave.", + "5979eee086f774311955e614 description": "Oi, bandido de rua! Me fala, porque é que o mundo se tornou tão hipócrita, em? Pessoas que nunca fizeram nada de jeito na vida estão me ensinando como fazer as coisas! Um idiota não gostou das minhas condições de trabalho e tentou me passar a perna. Eu dei uma lição uma vez, mas ele ficou todo mordido.\n\nEntão, é um trabalho simples. Há um grupo de Scavs em Polikhim. Um dos seus melhores cães é um certo Uruguai. Ele próprio escolheu o seu apelido, o idiota. \nTemos de acabar com ele. Mas isso é só metade da história. Ele tem um isqueiro, uma espécie de amuleto da sorte. Um Zibbo banhado a ouro. Está sempre com suas patinhas fedidas nele. Passou por minha casa também, e não parava de mexer nele. \n\nAcho que ele vivia nos dormitórios, quarto 303. Por isso, tens que meter esta merda num dos sítios especiais para que alguém fique abismado e perceba a mensagem. Entende? Sim. O lugar é na área da Customs, num barracão trancado ao lado do parque de caravanas. Aqui está a chave.", "5979eee086f774311955e614 failMessageText": "", - "5979eee086f774311955e614 successMessageText": "Um bom trabalho. Vamos ver o que resulta disso. Vai descansar um pouco, sim?", + "5979eee086f774311955e614 successMessageText": "Um bom trabalho. Vamos ver o que resulta disso. Vai descansar um pouco, né?", "5979ef4586f77431307dc513": "Encontre o isqueiro Zibbo dourado na Customs", "5979ef7986f77431307dc514": "Deixe um isqueiro no barraco do estacionamento dos caminhões (Customs)", "5979eee086f774311955e614 acceptPlayerMessage": "", @@ -21804,7 +22088,7 @@ "5a27b75b86f7742e97191958 declinePlayerMessage": "", "5a27b75b86f7742e97191958 completePlayerMessage": "", "5a27b7a786f774579c3eb376 name": "Safári dos Tigres", - "5a27b7a786f774579c3eb376 description": "Ok, este é o próximo trabalho. A Rússia gentilmente forneceu a missão UNTAR com vários veículos LAVs Tigr. Agora a missão virtualmente colapsou, e os veículos foram deixados para apodrecer na chuva e no sol. Eu preciso que você localize três veículos blindados abandonados na Alfândega e marque-os com sinalizadores. Ainda existem muitos objetos de valor deixados no interior que podem ser recuperados e vendidos, por exemplo, à inteligência americana. Infelizmente, eu não tenho os sinalizadores agora.", + "5a27b7a786f774579c3eb376 description": "Ok, este é o próximo trabalho. A Rússia gentilmente forneceu a missão UNTAR com vários veículos LAVs Tigr. Agora a missão virtualmente colapsou, e os veículos foram deixados para apodrecer na chuva e no sol. Eu preciso que você localize três veículos blindados abandonados na Customs e marque-os com sinalizadores. Ainda existem muitos objetos de valor deixados no interior que podem ser recuperados e vendidos, por exemplo, à inteligência americana. Infelizmente, eu não tenho os sinalizadores agora.", "5a27b7a786f774579c3eb376 failMessageText": "", "5a27b7a786f774579c3eb376 successMessageText": "Espero que não tenha mencionado isso as autoridades? Ótimo! Aqui está seu prêmio.", "5a27e73f86f7740fb275c94b": "Marque o primeiro veículo Tiger com um marcador MS2000 na Customs", @@ -22008,9 +22292,9 @@ "5a68661a86f774500f48afb0 description": "Bom dia, jovem. Muitas pessoas tentaram escapar da situação atual e algumas se comportaram como se não fossem mais seres humanos, mas para nós, médicos, nada mudou. Nosso trabalho é salvar vidas, independentemente das circunstâncias. Quando o túnel da costa desmoronou, vários sobreviventes ficaram feridos. As ambulâncias foram imediatamente despachadas para um pedido de socorro, mas, presumo que você saiba o que aconteceu lá. Para encurtar a história, é onde eles ficaram. Eu sei que havia duas ou três vans, e as chances são altas de que a maioria dos equipamentos e remédios ainda esteja dentro... Se você os encontrar, apenas marque-os e meu pessoal cuidará do resto.", "5a68661a86f774500f48afb0 failMessageText": "", "5a68661a86f774500f48afb0 successMessageText": "Então você está me dizendo que uma das vans está estacionada perto do resort, hmm... Interessante.", - "5a6873bc86f7741f8d4589a3": "Localize e marque a primeira ambulância com um marcador MS2000 em Shoreline", - "5a6873d786f7743ad1151d6e": "Localize e marque a segunda ambulância com um marcador MS2000 em Shoreline", - "5a6873ec86f7743cc55d8622": "Localize e marque a terceira ambulância com um marcador MS2000 em Shoreline", + "5a6873bc86f7741f8d4589a3": "Localize e marque a primeira ambulância com um marcador MS2000 na Shoreline", + "5a6873d786f7743ad1151d6e": "Localize e marque a segunda ambulância com um marcador MS2000 na Shoreline", + "5a6873ec86f7743cc55d8622": "Localize e marque a terceira ambulância com um marcador MS2000 na Shoreline", "5a68661a86f774500f48afb0 acceptPlayerMessage": "", "5a68661a86f774500f48afb0 declinePlayerMessage": "", "5a68661a86f774500f48afb0 completePlayerMessage": "", @@ -22047,7 +22331,7 @@ "5a68669a86f774255929b4d4 description": "Sangue é uma boa fonte de informações. Não tão boa quanto documentação adequada, claro, mas ainda suficientemente boa. Já faz um tempo desde minha última pesquisa. Eu estava ajudando um virologista estagiário com a tese dele. Parece que foi ontem e ao mesmo tempo parece ter sido há muito tempo atrás. Quando a Internet foi inventada, ficou muito mais fácil trocar informações, até mesmo com colegas de outros países. Sinto falta dessa oportunidade agora de vasculhar a base de dados Scopus, tenho quase certeza de que ela tem as respostas para minhas perguntas, que surgiram após aquela pesquisa com amostras de sangue. Onde é possível encontrar acesso à web agora, você pergunta? Para resolver esse problema, me aconselharam a entrar em contato com aquele que atende pelo nome de Mecânico. Como se constatou, ele tem acesso à Internet e até é relativamente rápido. Pedi a ele que procurasse os artigos necessários para mim. Ele pediu uma pequena taxa pelos serviços dele, na forma de pólvora, por algum motivo. Parece que ele está abastecendo alguém com munição ou algo assim, mas eu não estou realmente interessado nisso. O mais importante é que ele fornecerá as informações que precisamos. Encontre o que ele pede e deixe no local indicado na Fábrica. Ele pediu para esconder a carga no terceiro andar, atrás de uma das portas trancadas. A porta é bastante frágil, como ele disse, então você pode arrombá-la sem chave. O lugar está infestado de Scavs durante o dia, então é melhor fazer isso à noite.", "5a68669a86f774255929b4d4 failMessageText": "", "5a68669a86f774255929b4d4 successMessageText": "Bom trabalho, o Mecânico recebeu o propelente.", - "5a6879be86f774284429b1bb": "Localize o local de entrega na Fábrica durante a noite ", + "5a6879be86f774284429b1bb": "Localize o local de entrega na Factory durante a noite ", "5a687a1c86f7745f2152168c": "Pegue 3 pacotes de pólvora e deixe-os no local designado", "5a68669a86f774255929b4d4 acceptPlayerMessage": "", "5a68669a86f774255929b4d4 declinePlayerMessage": "", @@ -22238,7 +22522,7 @@ "5ae3270f86f77445ba41d4dd declinePlayerMessage": "", "5ae3270f86f77445ba41d4dd completePlayerMessage": "", "5ae3277186f7745973054106 name": "Armeiro - Parte 8", - "5ae3277186f7745973054106 description": "Tenho duas redes neurais, uma com reconhecimento facial pelas câmeras de vigilância e as compara com o banco de dados, e a outra monitora o fluxo comercial de criptomoedas e reage com as negociações. Hoje decidi criar mais uma rede, que vai monitorar a temperatura, umidade, pressão e outros parâmetros do meu esconderijo, entre outras coisas, por exemplo que reaja ao meu estado de ânimo... Vamos ver quando eu terminar. Tem um pedido de uma AKS-74N com peças Zenit. A ergonomia deve ser superior a 65, o recuo inferior a 250 e ocupar não mais de 10 slots. E o mais importante, guarda-mão B-30 e trilho B-31C empunhadura RK-0, carregador de AK-12, Klesch-2IKS e Quebra-chamas DTK-1 da Zenit, Tudo Zenit! Talvez seja um presente para um ex-cidadão de São Petersburgo.", + "5ae3277186f7745973054106 description": "Tenho duas redes neurais, uma escaneia os rostos nas câmeras e os compara com o banco de dados, e a outra monitora a negociação de criptomoedas e reage a ela. Hoje, decidi criar mais uma, que monitorará a temperatura, umidade, pressão e outros parâmetros do meu esconderijo e, entre outras coisas, responderá ao meu humor. Vamos ver como fica quando eu terminar.\n\nHá um pedido de AKS-74N com peças Zenit. A ergonomia deve ser superior a 65, a soma do recuo inferior a 275 e a arma não deve ocupar mais do que 10 slots.\n\nAgora, a parte mais importante — o kit em si. Precisamos de um guarda-mão B-30, empunhadura frontal RK-0, dust cover B-33, empunhadura de pistola RK-3, coronha PT-3, iluminador Klesch-2IKS, compensador DTK-1 e o carregador AK-12 mais novo, basicamente Zenit por toda parte. Talvez este seja um presente para um antigo morador de São Petersburgo.", "5ae3277186f7745973054106 failMessageText": "", "5ae3277186f7745973054106 successMessageText": "Então, o AK Zenit está pronto? Ótimo, deixe-o nessa caixa, obrigado. Você pode vir para o próximo pedido amanhã, se quiser.", "5ae3570b86f7746efa6b4494": "Modifique uma АKS-74N para cumprir com os requisitos especificados", @@ -22525,13 +22809,13 @@ "5b478eca86f7744642012254 name": "\"Vitaminas\" - Parte 1", "5b478eca86f7744642012254 description": "Ah, é você... faz tempo que não te vejo. Eu pensei que tinha perdido você, mas, como vejo, você está sofrido. Que seja, está vivo, isso é o que importa, então escute aqui.\n \nAs pessoas estão dizendo que há um novo produto no mercado, alguma coisa em extravagantes recipientes de produtos químicos, como o silenciador da sua arma, mas um pouco maior.\n \nSobre o que tem dentro desses recipientes... podem ser novos medicamentos ou vitaminas do complexo B, ou sei lá que porra, mas não faço ideia nenhuma do que seja. E é isso que nós precisamos descobrir, a minha aposta é que o merda azul do Polikhim, de alguma forma, está ligado com isso, mas eu não tenho certeza. Esses recipientes foram vistos no resort, e um chegado meu afirma ter visto eles pela EMERCOM na Interchange, mas ele estava muito louco na hora, talvez seja apenas sua imaginação. Para encurtar a história, consiga-me um par desses recipientes, que eu conheço uns \"cabeça\" que poderiam descobrir que diabos tem dentro.", "5b478eca86f7744642012254 failMessageText": "", - "5b478eca86f7744642012254 successMessageText": "Ah, trouxe algo? Excelente! Vou mandar os nerds trabalharem nisso, deixe que pesquisem.", - "5b478f6886f774464201225a": "Encontre o primeiro Contêiner químico", - "5b478f8886f7744d1b23c622": "Entregue o primeiro Contêiner Químico", - "5b4c826b86f7743cc87bcee4": "Encontre o segundo Contêiner químico", - "5b4c82cd86f774170c6e4169": "Encontre o terceiro Contêiner químico", - "5b4c832686f77419603eb8f0": "Entregue o segundo Contêiner químico", - "5b4c836486f77417063a09dc": "Entregue o terceiro Contêiner químico", + "5b478eca86f7744642012254 successMessageText": "Ah, então você realmente trouxe alguns? Esplêndido! De mãos ainda intactas depois de tocar em todos esses produtos químicos? Vou fazer os cabeças de ovo trabalharem então, deixá eles mexer com essas coisas.", + "5b478f6886f774464201225a": "Localize e obtenha o primeiro recipiente químico na Shoreline", + "5b478f8886f7744d1b23c622": "Entregue o primeiro recipiente químico", + "5b4c826b86f7743cc87bcee4": "Localize e obtenha o segundo recipiente químico na Interchange", + "5b4c82cd86f774170c6e4169": "Localize e obtenha o terceiro recipiente químico na Interchange", + "5b4c832686f77419603eb8f0": "Entregue o segundo recipiente químico", + "5b4c836486f77417063a09dc": "Entregue o terceiro recipiente químico", "5b478eca86f7744642012254 acceptPlayerMessage": "", "5b478eca86f7744642012254 declinePlayerMessage": "", "5b478eca86f7744642012254 completePlayerMessage": "", @@ -22654,10 +22938,10 @@ "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", - "5c0bbaa886f7746941031d82 description": "\n", - "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", - "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", + "5c0bbaa886f7746941031d82 name": "Lorota", + "5c0bbaa886f7746941031d82 description": "Então, eu chamei você pelo seguinte: Eu peguei um ratão na minha equipe, esse idiota estava vazando informações sobre o meu fornecimento, canais e pontos de interesse. E eu pensando que merda estava acontecendo. Meus homens pegaram informações dele e descobrimos que ele é um dos locais, aqueles que se estabeleceram pelos dormitórios na customs.\n\nO negócio é o seguinte, eu quero inventar alguma besteira e soltar a informação sobre a minha \"próxima de carga\". E os meus homens vão acabar com esses otários quando aparecerem pegar. Mas essa informação deve ser entregue sem barulho, sem bagunça, como se você fosse um deles, entende? Você vai precisar guardar a unidade Flash com a informação especial, que meus companheiros deixaram em um carro vermelho queimado, perto da ponte. Eles se cagam pra chegar perto. Esconda a unidade flash juntamente com a SV-98 e os Rolers, como combinamos. E não toque nos Scavs, enquanto não terminar - apenas saia em silêncio.\n", + "5c0bbaa886f7746941031d82 failMessageText": "Que merda, seu idiota? Por que você atirou neles? Eles não vão nos deixar chegar a menos de um quilômetro dos dormitórios. Eles vão ficar de guarda por muito tempo agora... Como diabos vamos plantar a informação falsa agora, hein? O que você está falando? O que diabos é \"transmissor\"? Saia!", + "5c0bbaa886f7746941031d82 successMessageText": "Parece que ta tudo bem, meus amigos estão no local e eu acho que será a ultima surpresa para aqueles raiders.", "5c0bc32986f7743e4d1002d2": "Coloque o rifle sniper SV-98 (Dormitórios, 3º Andar. Pilha de lixo no lado oposto ao da escada)", "5c0bc43e86f7744794440ba5": "Coloque os relógios Roler (Dormitórios, 3º Andar. Pilha de lixo em frente a escada)", "5c12320586f77437e44bcb15": "Coloque o Pen Drive falso (Dormitórios, 3º Andar. Pilha de lixo em frente a escada)", @@ -23119,7 +23403,7 @@ "5d25e44386f77409453bce7b declinePlayerMessage": "", "5d25e44386f77409453bce7b completePlayerMessage": "", "5d25e44f86f77443e625e385 name": "Caminho do caçador - Matador - Parte 1", - "5d25e44f86f77443e625e385 description": "Venha, sente-se, essa não é uma tarefa especial para você. Você conhece a base militar sul da alfândega? Um cara conseguiu se acampar por lá, um soltado classe A, um ex-fuzileiro, mesmo antes dos problemas que ocorreram em Tarkov, ele se interessou nos negócios crime de negócios, eles tem tudo sob controle, segurança, serviços de alfândega, e tudo mais, mas na época a maioria da quadrilha fugiu, mas esta não... Ele reuniu os seus homens mais próximos, ex-soldados, em torno de si e cavaram para algum lugar na base. Se garante com as reservas do armazém e não gosta de convidados, ele também está fazendo negócios no estrangeiro, safado. Este deve ser interrompido, mas isso não será fácil.", + "5d25e44f86f77443e625e385 description": "Venha, sente-se, essa não é uma tarefa especial para você. Você conhece a base militar sul da Customs? Um cara conseguiu se acampar por lá, um soltado classe A, um ex-fuzileiro, mesmo antes dos problemas que ocorreram em Tarkov, ele se interessou nos negócios crime de negócios, eles tem tudo sob controle, segurança, serviços de Customs, e tudo mais, mas na época a maioria da quadrilha fugiu, mas esta não... Ele reuniu os seus homens mais próximos, ex-soldados, em torno de si e cavaram para algum lugar na base. Se garante com as reservas do armazém e não gosta de convidados, ele também está fazendo negócios no estrangeiro, safado. Este deve ser interrompido, mas isso não será fácil.", "5d25e44f86f77443e625e385 failMessageText": "", "5d25e44f86f77443e625e385 successMessageText": "Finalmente, esse safado vai ter seu caldeirão no inferno. Mandou bem", "5d27369586f774457411b264": "Elimine o Glukhar", @@ -23151,7 +23435,7 @@ "5d25e48186f77443e625e386 successMessageText": "Então você viu a casa do presidente intacta? mas não viu ele? Espero que ele tenha conseguido...", "5d357b6c86f774588d4d7e25": "Localize a casa do presidente na vila abandonada na Shoreline", "5d357b9586f7745b422d653f": "Localize a casa do pescador na vila abandonada na Shoreline", - "5d357bb786f774588d4d7e27": "Localize a casa do padre na vila abandonada em Shoreline", + "5d357bb786f774588d4d7e27": "Localize a casa do padre na vila abandonada na Shoreline", "629f4f080f57046e362e6e9e": "Sobreviva e extraia na Shoreline com o status de saída \"Sobreviveu\"", "5d25e48186f77443e625e386 acceptPlayerMessage": "", "5d25e48186f77443e625e386 declinePlayerMessage": "", @@ -23232,7 +23516,7 @@ "5dc53acb86f77469c740c893 description": "Bem, o negócio é o seguinte, temos este babaca estiloso andando pelo shopping Ultra, sempre à espreita, limpando os produtos, atirando em todo mundo que vê. Então, eu preciso de você para se livrar dele. De uma vez por todas. Pessoas lá fora estão se tremendo de medo dele, e cada esforço fez ele ficar facilmente reconhecido. Eu te digo uma coisa, você se livra dele, e eu vou te trazer uma roupa maneira, para que você possa fazer um bom uso dela.", "5dc53acb86f77469c740c893 failMessageText": "", "5dc53acb86f77469c740c893 successMessageText": "Conseguiu? Bom trabalho! Espera um minuto, eu preciso anotar o tamanho e terminar essa técnica de costura. Mas ei, você já deve ter observado, os materiais não estão baratos hoje em dia!", - "5dc53fd386f77469c87589a3": "Eliminar o Killa", + "5dc53fd386f77469c87589a3": "Elimine o Killa", "5dc53acb86f77469c740c893 acceptPlayerMessage": "", "5dc53acb86f77469c740c893 declinePlayerMessage": "", "5dc53acb86f77469c740c893 completePlayerMessage": "", @@ -23721,7 +24005,7 @@ "600302d73b897b11364cd161 description": "Saudações! Chega mais. Tenho um trabalho pra você. Recém recebi um carregamento de armas importadas. As grandes, de longa distância, calibre .338. E fiquei sabendo que você é fã dessas coisas. E existe um outro atirador chamado Shturman. Se resolva com ele, ele tem sido um problemão já faz algum tempo, e vou te dar a oportunidade de comprar essas armas monstruosas do exterior. Agora vamos, quero noticias.", "600302d73b897b11364cd161 failMessageText": "", "600302d73b897b11364cd161 successMessageText": "Mas é claro que ouvi sobre o estouro na Woods. O Shturman teve o que mereceu. Não fique aí parado, agora você já pode comprar os rifles novos.", - "600303250b79c6604058ce30": "Eliminar Shturman", + "600303250b79c6604058ce30": "Elimine Shturman", "600302d73b897b11364cd161 acceptPlayerMessage": "", "600302d73b897b11364cd161 declinePlayerMessage": "", "600302d73b897b11364cd161 completePlayerMessage": "", @@ -23870,7 +24154,7 @@ "60e71b62a0beca400d69efc4 declinePlayerMessage": "", "60e71b62a0beca400d69efc4 completePlayerMessage": "", "60e71b9bbd90872cb85440f3 name": "Capturando Postos avançados", - "60e71b9bbd90872cb85440f3 description": "E aí, guerreiro. Escuta só, tenho uma missão para você. Outro dia fui informado de que PMCs capturaram várias bases de Scavs na região, e dizem que há toneladas de mercadorias lá. Pode ajudar o velho soldado? Mate esses PMCs para que meus cachorros possam pegar o saque sem problemas. São três bases no total: o grande prédio fortificado no canteiro de obras em Customs, a antiga unidade médica EMERCOM em Woods e o resort de saúde em Shoreline. Limpe os lugares e me avise quando estiver feito.", + "60e71b9bbd90872cb85440f3 description": "E aí, guerreiro. Escuta só, tenho uma missão para você. Outro dia fui informado de que PMCs capturaram várias bases de Scavs na região, e dizem que há toneladas de mercadorias lá. Pode ajudar o velho soldado? Mate esses PMCs para que meus cachorros possam pegar o saque sem problemas. São três bases no total: o grande prédio fortificado no canteiro de obras na Customs, a antiga unidade médica EMERCOM na Woods e o resort de saúde na Shoreline. Limpe os lugares e me avise quando estiver feito.", "60e71b9bbd90872cb85440f3 failMessageText": "", "60e71b9bbd90872cb85440f3 successMessageText": "Tudo limpo agora? Bom trabalho, guerreiro. Vou enviar meu pessoal para pegar as coisas então.", "60ec18b73b5f7d790a7ad034": "Elimine PMCs na base Scav na Customs", @@ -23925,8 +24209,8 @@ "60e71ccb5688f6424c7bfec4 description": "Mercenário, venha aqui um minuto. Tenho uma ordem de eliminação de vários grupos de PMCs, os mais experientes. Enviar meus soldados para isso seria uma missão suicida, por isso sugiro que você cuide desse assunto. O que você disse? Como prova do trabalho realizado, você tem que me trazer dogtags de ambos os grupos.", "60e71ccb5688f6424c7bfec4 failMessageText": "", "60e71ccb5688f6424c7bfec4 successMessageText": "Ótimo, ótimo! Os clientes já deposit.... é, digo, agradeceram o sucesso da missão. Bom trabalho, mercenário.", - "60e8174d0367e10a450f7818": "Encontre em incursão e entregue: Dogtag de PMC BEAR nível 50+", - "60e81795479eef59b01b0bdf": "Encontre em incursão e entregue: Dogtag de PMC USEC nível 50+", + "60e8174d0367e10a450f7818": "Encontre em incursão e entregue: Dogtag de PMC BEAR (nível 50+)", + "60e81795479eef59b01b0bdf": "Encontre em incursão e entregue: Dogtag de PMC USEC (nível 50+)", "60e71ccb5688f6424c7bfec4 acceptPlayerMessage": "", "60e71ccb5688f6424c7bfec4 declinePlayerMessage": "", "60e71ccb5688f6424c7bfec4 completePlayerMessage": "", @@ -23956,7 +24240,7 @@ "60e71d23c1bfa3050473b8e6 declinePlayerMessage": "", "60e71d23c1bfa3050473b8e6 completePlayerMessage": "", "60e71d6d7fcf9c556f325055 name": "O entregador", - "60e71d6d7fcf9c556f325055 description": "Olá, mercenário, você pode me ajudar com alguma coisa? Tenho um cliente aqui, ele precisa que eu entregue alguns itens em dois pontos específicos de entrega na alfândega. Você está pra baixo? O cliente precisa de dois escopos REAP-IR: o primeiro deve ser guardado sob o guindaste amarelo no canteiro de obras, fica próximo a um grande edifício fortificado e o segundo deve ser guardado atrás dos contêineres de lixo no posto de gasolina, o um na estrada principal. O único problema é que não tenho esses escopos comigo agora.", + "60e71d6d7fcf9c556f325055 description": "Olá, mercenário, você pode me ajudar com alguma coisa? Tenho um cliente aqui, ele precisa que eu entregue alguns itens em dois pontos específicos de entrega na Customs. Você está pra baixo? O cliente precisa de dois escopos REAP-IR: o primeiro deve ser guardado sob o guindaste amarelo no canteiro de obras, fica próximo a um grande edifício fortificado e o segundo deve ser guardado atrás dos contêineres de lixo no posto de gasolina, o um na estrada principal. O único problema é que não tenho esses escopos comigo agora.", "60e71d6d7fcf9c556f325055 failMessageText": "", "60e71d6d7fcf9c556f325055 successMessageText": "Ótimo, muito obrigado, amigo. O cliente já informou que recebeu os pacotes. Não acho que seja o último pedido deles, então ainda vou precisar de você.", "60e84ba726b88043510e0ad8": "Armazene uma luneta Trijicon REAP-IR abaixo do guindaste amarelo na área da construção da Customs", @@ -24225,7 +24509,7 @@ "61bb47516b70332c062ca7b9 description": "Você já ouviu falar da recente comoção, mercenário? Os soldados não estão apenas matando bandidos, mas agora até mesmo os seus próprios! Muita vodka comemorativa ou algo assim? Ou alguns movimentos patrióticos... Bem, não importa. Enviei um mercenário do USEC para proteger um grupo de refugiados valiosos, mas ele foi morto por nossos compatriotas. Só porque ele era um USEC! Bem, eles também são culpados: atiraram em meus BEARs contratados em outra missão. Todos os meus planos foram para o lixo! Os sobreviventes dizem que os mais agressivos usavam chapéus de Papai Noel e Ded Moroz. Por favor, mercenário, livre-se de todos eles.", "61bb47516b70332c062ca7b9 failMessageText": "", "61bb47516b70332c062ca7b9 successMessageText": "Excelente, acho que mais danos financeiros podem ser evitados. Você merece uma recompensa.", - "61bb6d65d511a47f501702f0": "Elimine os agentes da PMC que estão vestidos com chapéus de Papai Noel ou Ded Moroz", + "61bb6d65d511a47f501702f0": "Elimine os operadores PMC que estão vestidos com chapéus de Papai Noel ou Ded Moroz", "61bb47516b70332c062ca7b9 acceptPlayerMessage": "", "61bb47516b70332c062ca7b9 declinePlayerMessage": "", "61bb47516b70332c062ca7b9 completePlayerMessage": "", @@ -24293,7 +24577,7 @@ "61e6e60223374d168a4576a6 description": "Então, você quer melhorar sua reputação ruim por essas partes? Duas pessoas influentes fizeram uma aposta em você: você consegue repetir seu sucesso de atirar em tudo que se move, mas com uma arma específica que lhe mandam usar? Para sua sorte, a moeda lançada não caiu em uma faca, mas em um rifle Kalashnikov. Uma pena, honestamente, eu prefiro olhar para você correndo com uma faca e se sujando todas as vezes. Seria um grande arco de redenção, não seria? Bem, já que eles escolheram um AK, apostei também: que você vai lidar com isso. Seus alvos são os mercenários indesejados vagando por alguns lugares. Então é melhor você não estragar tudo.", "61e6e60223374d168a4576a6 failMessageText": "", "61e6e60223374d168a4576a6 successMessageText": "Você agradou meus amigos. Parabéns pelo seu sucesso.", - "61e6ed30d007ca50d54baae5": "Elimine os agentes da PMC enquanto estiver usando qualquer rifle de assalto da série AK", + "61e6ed30d007ca50d54baae5": "Elimine os operadores PMC enquanto estiver usando qualquer rifle de assalto da série AK", "61e6e60223374d168a4576a6 acceptPlayerMessage": "", "61e6e60223374d168a4576a6 declinePlayerMessage": "", "61e6e60223374d168a4576a6 completePlayerMessage": "", @@ -24529,7 +24813,7 @@ "626bdcc3a371ee3a7a3514c5 declinePlayerMessage": "", "626bdcc3a371ee3a7a3514c5 completePlayerMessage": "", "636a2f5759cb834f8a5825d6 name": "Cartas", - "636a2f5759cb834f8a5825d6 description": "Entre, amigo! Tenho um pedido para você. Um conhecido meu meteu-se numa situação muito complicada na Alfândega - o Sanitar procura-o com o seu esquadrão da morte. Eu não gostaria de perder esse garoto, ele é um excelente informante e mensageiro, e uma boa pessoa, até onde eu sei. Como você já deve ter adivinhado, precisamos lidar com Sanitar para ajudar o cara... Quem é o garoto, você pergunta? Ele é um dos Scavs, apelido de Ryzhy. Tudo bem, vamos lidar com isso rápido.", + "636a2f5759cb834f8a5825d6 description": "Entre, amigo! Tenho um pedido para você. Um conhecido meu meteu-se numa situação muito complicada na Customs - o Sanitar procura-o com o seu esquadrão da morte. Eu não gostaria de perder esse garoto, ele é um excelente informante e mensageiro, e uma boa pessoa, até onde eu sei. Como você já deve ter adivinhado, precisamos lidar com Sanitar para ajudar o cara... Quem é o garoto, você pergunta? Ele é um dos Scavs, apelido de Ryzhy. Tudo bem, vamos lidar com isso rápido.", "636a2f5759cb834f8a5825d6 failMessageText": "", "636a2f5759cb834f8a5825d6 successMessageText": "Deu um fim no Sanitar?... Excelente. Fiz a coisa certa entrando em contato com você imediatamente. Se não fosse por você, Ryzhy definitivamente estaria acabado.", "636a2fbfaa5efe6e055057d7": "Elimine o Sanitar utilizando rifles de assalto", @@ -24869,7 +25153,7 @@ "63990a1ddcdd126fef1771c1": "Obtenha o diário do informante", "63990ae2dcdd126fef1771c2": "Traga as informações para Lightkeeper", "63a7ce31cc389e31a64596d8": "Localize o esconderijo do informante na Streets of Tarkov", - "63a7cee004d3dc28a52a20f8": "Localize o esconderijo reserva do informante", + "63a7cee004d3dc28a52a20f8": "Localize o esconderijo reserva do informante na Streets of Tarkov", "63abf37987413d64ae0ac215": "Obtenha a chave para o segundo esconderijo", "63966fbeea19ac7ed845db2e acceptPlayerMessage": "", "63966fbeea19ac7ed845db2e declinePlayerMessage": "", @@ -24878,7 +25162,7 @@ "63966fccac6f8f3c677b9d89 description": "Você está aqui, bom. Agora ouça com atenção. Meus homens foram ao ponto de encontro, o trabalho deles era substituir a pasta que essas cobras estavam preparando tão diligentemente por aquela que eu havia arranjado, mas já se passaram várias horas desde que meu grupo parou de responder. A última vez que eles me contataram, eles relataram ter visto um grupo de Rogues. Knight e seus homens não estão cientes desta operação, talvez um deles tenha interferido na entrega. A primeira coisa que você deve fazer é verificar a base dos rogues e encontrar os dados perdidos, mas não vá até eles imediatamente, ou eles descobrirão que estou envolvido e começarão a fazer perguntas. Então você terá que entregá-lo na base da reserva federal, um ponto de encontro foi montado no centro de reparo de máquinas e equipamentos. Encontre aquela pasta e deixe na base, e traga a verdadeira para mim. É crucial entregar esta informação para mim. É hora de descobrir quem são essas toupeiras suicidas.", "63966fccac6f8f3c677b9d89 failMessageText": "", "63966fccac6f8f3c677b9d89 successMessageText": "Bem vindo de volta. Agora, vamos ver o que eles estão fazendo.", - "6399b45d98e4ed53fa4632db": "Obtenha a inteligência forjada na base Rogue em Lighthouse", + "6399b45d98e4ed53fa4632db": "Obtenha a inteligência forjada na base Rogue na Lighthouse", "6399c929d65735732c6ba766": "Obtenha a inteligência original na oficina da Reserve", "6399ca5fe101160ce05706ac": "Esconda a inteligência forjada em baixo do the BMP-2 no lugar da original", "6399cc30b5992f573c65782b": "Traga a inteligência original para Lightkeeper", @@ -24902,7 +25186,7 @@ "63966fe7ea74a47c2d3fc0e6 failMessageText": "", "63966fe7ea74a47c2d3fc0e6 successMessageText": "Você fez bem, mercenário. Você será um ativo útil. Volte mais tarde, ainda há alguns negócios inacabados para resolver.", "639914b61c712b1e1d4dafcb": "Elimine agentes PMC ao redor da área montanhosa na Woods", - "639915f339cb4711771bedc6": "Esconda a pasta de materiais TerraGroup \"Pastas Azuis\" dentro do SUV preto no acampamento USEC", + "639915f339cb4711771bedc6": "Esconda a pasta de materiais TerraGroup \"Pastas Azuis\" dentro do SUV preto no acampamento USEC da Woods", "63991601deadb12b2d7c6027": "Esconda os materiais \"Pastas Azuis\" da TerraGroup nas caixas perto da antena de satélite no acampamento USEC", "63966fe7ea74a47c2d3fc0e6 acceptPlayerMessage": "", "63966fe7ea74a47c2d3fc0e6 declinePlayerMessage": "", @@ -24911,7 +25195,7 @@ "63966ff54c3ef01b6f3ffad8 description": "Tempo é essencial. Minha equipe de limpeza encontrou evidências da conexão de Glukhar com o desenvolvimento de armas que ocorreu sob a égide do TerraGroup. A próxima tarefa para você é provocar os contatos de Glukhar a fazer algo tolo. Eles provavelmente ainda não sabem que Glukhar não está mais disponível. Vá para o Ultra, o TerraGroup tem um posto de estágio lá desde os primeiros dias. Faça uma bagunça, faça um show disso. Use o troféu que você tirou do corpo do touro. E para os particularmente experientes, deixe algo humilhante para dizer olá, por assim dizer. Os vira-latas devem saber seu lugar.", "63966ff54c3ef01b6f3ffad8 failMessageText": "", "63966ff54c3ef01b6f3ffad8 successMessageText": "Então, você deixou uma mensagem para nossos amigos, agora vamos esperar uma reação. Por enquanto, você pode ir.", - "639a76e3e4aa7349085cb6e3": "Elimine qualquer inimigo ao redor da loja Kiba Arms usando um ASh-12 na Interchange", + "639a76e3e4aa7349085cb6e3": "Elimine qualquer alvo ao redor da loja Kiba Arms usando um ASh-12 na Interchange", "639a77b97cb1a8023d49f683": "Esconda um salame de carne Salty Dog dentro da loja Kiba Arms", "639a78046402c537c15d012f": "Esconda uma garrafa de cachaça dentro do esconderijo secreto e seguro", "639a78c27cb1a8023d49f684": "Esconda um papel higiênico dentro do recipiente secreto", @@ -25040,7 +25324,7 @@ "63a5cf262964a7488f5243ce description": "Saudações! Bem, vamos começar, você está animado? A tarefa é bastante específica, precisamos testar o brinquedo russo para combate corpo a corpo, para que as condições sejam de combate bem real em ambiente urbano. Tenho clientes que não acreditam na eficácia deste brinquedo... Você pode fazê-los mudar de ideia?", "63a5cf262964a7488f5243ce failMessageText": "", "63a5cf262964a7488f5243ce successMessageText": "Nós iremos? Funciona bem? Adequado para combate corpo a corpo em ambientes urbanos?", - "63a5cf262964a7488f5243d1": "Elimine agentes PMC enquanto usa um SR-2M \"Veresk\" com um supressor e mira reflex KP-SR2 em Streets of Tarkov", + "63a5cf262964a7488f5243d1": "Elimine operadores PMC enquanto usa um SR-2M com um supressor e KP-SR2 na Streets of Tarkov", "63a5cf262964a7488f5243ce acceptPlayerMessage": "", "63a5cf262964a7488f5243ce declinePlayerMessage": "", "63a5cf262964a7488f5243ce completePlayerMessage": "", @@ -25074,7 +25358,7 @@ "63a9ae24009ffc6a551631a5 description": "Tudo bem, soldado! Ouça! Sem putaria. Você sabe que não quero arriscar a vida dos soldados cujas famílias os esperam em casa. E não quero estragar as estatísticas. Então cabe a você, desesperado. Preciso limpar uma ou duas gangues de saqueadores para meus registros. Portanto, seja exigente com suas ferramentas, certo? Vamos, vamos, você não vai ficar sem. Mova isso!", "63a9ae24009ffc6a551631a5 failMessageText": "", "63a9ae24009ffc6a551631a5 successMessageText": "Está feito? Excelente. A pátria não vai esquecer isso. Agora pegue sua recompensa e vá se foder. Eu tenho muito trabalho para fazer.", - "63a9ae63da7999196148ba5c": "Elimine qualquer inimigo a mais de 100 metros de distância usando rifles de assalto da série AK-74", + "63a9ae63da7999196148ba5c": "Elimine qualquer alvo a mais de 100 metros de distância usando rifles de assalto da série AK-74", "63a9ae24009ffc6a551631a5 acceptPlayerMessage": "", "63a9ae24009ffc6a551631a5 declinePlayerMessage": "", "63a9ae24009ffc6a551631a5 completePlayerMessage": "", @@ -25082,7 +25366,7 @@ "63a9b229813bba58a50c9ee5 description": "Olá mercenário! Você sabe, o trabalho de um pacificador é muito difícil. Espera-se que os soldados da paz atinjam um equilíbrio estrito entre as partes em conflito, e muitas vezes nos encontramos nos piores tipos de situações. Em geral, a ONU está tão interessada em uma resolução rápida do conflito quanto as autoridades locais. Mas os elementos criminosos locais estão dificultando. Então meus superiores exigem que eu alcance novos resultados na luta contra os saqueadores. Mas como posso fazer isso sem baixas entre as forças da ONU? Você vê onde eu quero chegar com isso?", "63a9b229813bba58a50c9ee5 failMessageText": "", "63a9b229813bba58a50c9ee5 successMessageText": "Você fez isso? Bom trabalho! É tudo sobre o bem maior!", - "63a9b229813bba58a50c9ee6": "Elimine qualquer inimigo a mais de 100 metros de distância usando armas de plataforma AR-15", + "63a9b229813bba58a50c9ee6": "Elimine qualquer alvo a mais de 100 metros de distância usando armas de plataforma AR-15", "63a9b229813bba58a50c9ee5 acceptPlayerMessage": "", "63a9b229813bba58a50c9ee5 declinePlayerMessage": "", "63a9b229813bba58a50c9ee5 completePlayerMessage": "", @@ -25539,7 +25823,7 @@ "65734c186dc1e402c80dc19e description": "Ei irmão! E aí, como você está? Bom? Bem, infelizmente tenho alguns caras mexendo comigo. Eles têm uma gangue, acham que são os caras mais fodas do pedaço e estão interferindo nos meus negócios também!\n\nTemos que mostrar a eles qual o lugar deles. E não é naquela barbearia chique onde eles estão escondidos, isso é certo. Não, não há necessidade de expulsar ninguém. Seremos sutis. Finja ser um deles e atire em praticamente qualquer pessoa que encontrar. Preciso que todos na cidade comecem a odiá-los. Quando terminar, deixe a roupa na barbearia para que as pessoas saibam quem é o maníaco que está atirando em tudo. Você pode fazer isso?", "65734c186dc1e402c80dc19e failMessageText": "", "65734c186dc1e402c80dc19e successMessageText": "Ah, sim, eu já ouvi os rumores. As pessoas vão pregar esses punks na parede em breve. Você fez um ótimo trabalho. Aqui está sua recompensa.", - "65734c186dc1e402c80dc1a2": "Elimine qualquer inimigo usando um gorro Bomber e óculos de sol Raybench Hipster Reserve na Streets of Tarkov", + "65734c186dc1e402c80dc1a2": "Elimine qualquer alvo usando um gorro Bomber e óculos de sol Raybench Hipster Reserve na Streets of Tarkov", "657356c410becd24bc776f55": "Guarde um gorro Bomber dentro da barbearia na Streets of Tarkov", "657356d0a95a1e7e1a8d8d99": "Guarde o óculos de sol RayBench Hipster Reserve dentro da barbearia na Streets of Tarkov", "65734c186dc1e402c80dc19e acceptPlayerMessage": "", @@ -25642,10 +25926,10 @@ "6604128c0e8e4148260fde55 declinePlayerMessage": "", "6604128c0e8e4148260fde55 completePlayerMessage": "", "6604233fe73f456f6a07466b name": "Decryption Hurdles - Part 3", - "6604233fe73f456f6a07466b description": "Olá, amigo. Houve uma emergência inesperada. Não, eu descriptografei o pen drive e o enviei com meu pessoal. Mas alguém os interceptou. Ouvi no rádio que eles foram mortos a tiros. É horrível. Os atacantes estavam obviamente atrás do pen drive. Esse é um negócio perigoso em que me meti... De qualquer forma, tenho que honrar minhas promessas. Preciso de sua ajuda novamente. O tiroteio aconteceu na alfândega. Não acho que os agressores tenham ido muito longe. Persiga-os e acabe com eles. Talvez seja melhor entregar o pen drive diretamente ao Skier. É mais seguro assim.", + "6604233fe73f456f6a07466b description": "Olá, amigo. Houve uma emergência inesperada. Não, eu descriptografei o pen drive e o enviei com meu pessoal. Mas alguém os interceptou. Ouvi no rádio que eles foram mortos a tiros. É horrível. Os atacantes estavam obviamente atrás do pen drive. Esse é um negócio perigoso em que me meti... De qualquer forma, tenho que honrar minhas promessas. Preciso de sua ajuda novamente. O tiroteio aconteceu na Customs. Não acho que os agressores tenham ido muito longe. Persiga-os e acabe com eles. Talvez seja melhor entregar o pen drive diretamente ao Skier. É mais seguro assim.", "6604233fe73f456f6a07466b failMessageText": "", "6604233fe73f456f6a07466b successMessageText": "O que foi, você não conseguiu encontrar o pen drive? Agora temos que fazer tudo de novo. Não tenho tempo para isso. Aqui está o programa de descriptografia. Quando você encontrar um novo pen drive, descriptografe-o e entregue-o a quem você decidir, eu não me importo mais. ", - "66042504d53622d3126f91b8": "Eliminar Scavs na alfândega", + "66042504d53622d3126f91b8": "Elimine Scavs na Customs", "6604233fe73f456f6a07466b acceptPlayerMessage": "", "6604233fe73f456f6a07466b declinePlayerMessage": "", "6604233fe73f456f6a07466b completePlayerMessage": "", @@ -25661,9 +25945,9 @@ "6604287a7eb22f375205b662 description": "Um passarinho me disse que temos concorrência. Eles descobriram nosso trabalho de alguma forma e agora querem mais informações! Tarkov é como uma pequena aldeia, todo mundo sabe tudo sobre tudo. Isso sempre me irritou. De qualquer forma, estamos na temporada de caça às fotos. Deveríamos colocar câmeras para pegar os idiotas. No centro da cidade, foi onde esses caras foram vistos pela última vez.", "6604287a7eb22f375205b662 failMessageText": "", "6604287a7eb22f375205b662 successMessageText": "Você também levou um tiro? Malditos cabeças de merda, hein! Nós os lembraremos mais tarde. Só precisamos memorizar seus rostos primeiro.", - "66042ab391e733b860e7ccae": "Esconda uma câmera WI-FI na entrada do estacionamento da sede do TerraGroup no Marco Zero", - "66042ab84b6f518fea037626": "Esconda uma câmera WI-FI na escada barricada do TerraGroup HQ no Marco Zero", - "66042aba50a94654eff19e0e": "Esconder uma câmera WI-FI na estante de livros nº 3 do escritório central do TerraGroup no Marco Zero", + "66042ab391e733b860e7ccae": "Esconda uma câmera WI-FI na entrada do estacionamento da sede do TerraGroup no Ground Zero", + "66042ab84b6f518fea037626": "Esconda uma câmera WI-FI na escada barricada do TerraGroup HQ no Ground Zero", + "66042aba50a94654eff19e0e": "Esconder uma câmera WI-FI na estante de livros nº 3 do escritório central do TerraGroup no Ground Zero", "661026e93f34f355326781a5": "Esconder uma câmera WI-FI na janela de canto nº 4 do escritório central do TerraGroup no Ground Zero", "6604287a7eb22f375205b662 acceptPlayerMessage": "", "6604287a7eb22f375205b662 declinePlayerMessage": "", @@ -25680,7 +25964,7 @@ "66042c0d7eb22f375205b66d description": "Olá. É bom tê-lo aqui, preciso de ajuda externa. Você se sairá muito bem.\n\nRecentemente, meu pessoal notou que alguém está instalando câmeras no centro da cidade. Estão tentando nos espionar! Meus homens não devem ser vistos envolvidos nesse assunto, portanto, precisamos de sua ajuda. Derrube as pessoas que estão instalando as câmeras. Eu pagarei por tudo, não se preocupe.", "66042c0d7eb22f375205b66d failMessageText": "", "66042c0d7eb22f375205b66d successMessageText": "Já me disseram que você cuidou de tudo. Muito bem!", - "66042c64c0fce2c4099c5a90": "Eliminar os agentes da PMC na sede do TerraGroup no Marco Zero", + "66042c64c0fce2c4099c5a90": "Elimine os operadores PMC na sede do TerraGroup no Ground Zero", "66042c0d7eb22f375205b66d acceptPlayerMessage": "", "66042c0d7eb22f375205b66d declinePlayerMessage": "", "66042c0d7eb22f375205b66d completePlayerMessage": "", @@ -25688,8 +25972,8 @@ "66042e3b0e8e4148260fde68 description": "Olá! Você já esteve em Cape Dalniy? Você já viu os chalés de luxo de lá? Eles construíram muito lá, estragaram a paisagem... Mas esse não é o ponto. Em algum lugar dessas casas estão escondidas algumas pessoas que fugiram do TerraGroup. \n\nFui avisado por um grupo de pessoas que invadiu o terminal do ARRS. Só que ninguém tem as coordenadas exatas. Por que você não dá uma olhada?", "66042e3b0e8e4148260fde68 failMessageText": "", "66042e3b0e8e4148260fde68 successMessageText": "Então, como foi? Tudo fechado? Estou vendo. Na verdade, eu ficaria mais surpreso se tudo estivesse aberto. Aqui, pegue sua recompensa.", - "66057eab351b07c36162a8a4": "Localize o esconderijo nos chalés em Lighthouse", - "66057ec52b600a150291e35d": "Sobreviver e sair do local", + "66057eab351b07c36162a8a4": "Localize o esconderijo nos chalés na Lighthouse", + "66057ec52b600a150291e35d": "Sobreviva e extraia do local", "66042e3b0e8e4148260fde68 acceptPlayerMessage": "", "66042e3b0e8e4148260fde68 declinePlayerMessage": "", "66042e3b0e8e4148260fde68 completePlayerMessage": "", @@ -25697,22 +25981,22 @@ "6605852a0e8e4148260fde76 description": "Olá! Você já esteve em Cape Dalniy? Você já viu os chalés de luxo de lá? Eles construíram muito lá, estragaram a paisagem... Mas esse não é o ponto. Em algum lugar dessas casas estão escondidas algumas pessoas que fugiram do TerraGroup. \n\nFui avisado por um grupo de pessoas que invadiu o terminal do ARRS. Só que ninguém tem as coordenadas exatas. Por que você não dá uma olhada?", "6605852a0e8e4148260fde76 failMessageText": "", "6605852a0e8e4148260fde76 successMessageText": "Então, como foi? Tudo fechado? Estou vendo. Na verdade, eu ficaria mais surpreso se tudo estivesse aberto. Aqui, pegue sua recompensa.", - "6605852a0e8e4148260fde79": "Localize o esconderijo nos chalés em Lighthouse", - "6605852a0e8e4148260fde7b": "Sobreviver e sair do local", + "6605852a0e8e4148260fde79": "Localize o esconderijo nos chalés na Lighthouse", + "6605852a0e8e4148260fde7b": "Sobreviva e extraia do local", "6605852a0e8e4148260fde76 acceptPlayerMessage": "", "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Dinheiro fácil - Parte 1", - "66058cb22cee99303f1ba067 description": "Sup. Tenho um trabalho para você. Um amigo meu está procurando as pessoas certas para sua empresa. Não conheço os detalhes, apenas o primeiro estágio do recrutamento, por assim dizer. Vejo que você está interessado.\n\nVocê já ouviu alguma coisa sobre a Arena? Você deveria colocar panfletos em Tarkov. Do tipo \"venha e dê uma olhada\", coisas assim. Ei, pessoas sérias sempre começam com pouco! Você pega os panfletos no acampamento da USEC em Woods, como eles foram parar lá? Quem sabe? Meu contato pode ter bons aliados. Quando você receber o pacote, ande por aí e cole os panfletos por toda a cidade. Estou brincando. Leve-o para os locais especificados e eles descobrirão o que fazer a partir daí. ", + "66058cb22cee99303f1ba067 description": "E ae. Tenho um trabalho para você. Um amigo meu está procurando as pessoas certas para seu negócio. Não conheço os detalhes, apenas o primeiro estágio do recrutamento, por assim dizer. Vejo que você está interessado.\n\nVocê já ouviu falar da Arena? Você tem que colocar panfletos em Tarkov. Tipo \"venha e confira\", merdas assim, sabe. Ei, gente séria sempre começa pequeno! Eu tenho alguns pôsteres prontos para você, mas se você os perder, é problema seu, entendeu? Leve-os para a fortaleza Scav no terminal da Customs. Pode ir então.", "66058cb22cee99303f1ba067 failMessageText": "", "66058cb22cee99303f1ba067 successMessageText": "Tudo pronto? Então, vou passar adiante. Enquanto isso, aqui estão algumas guloseimas.", - "6606b709f7ce34bb26221cab": "Coloque o pôster \"Bison VS Undertaker\" nos alojamentos da base Scav na Alfândega", - "6606b74ebce4c3e0bda438fd": "Plante o pôster \"Killa e Tagilla\" na plataforma ferroviária em Reserve", + "6606b709f7ce34bb26221cab": "Coloque o pôster \"Bison VS Undertaker\" nos alojamentos da base Scav na Customs", + "6606b74ebce4c3e0bda438fd": "Plante o pôster \"Killa e Tagilla\" na plataforma ferroviária na Reserva", "6606b7501d9dfa39ba0b037e": "Colocar panfletos no cinema Rodina sobre Streets of Tarkov", - "6606b752a6c704c4333a804d": "Coloque o pôster \"Easy Money\" dentro do helicóptero na estação de tratamento de água em Lighthouse", - "664bbad8d5057479ac4b8002": "Localize e obtenha o pôster \"Bison VS Undertaker\" no acampamento da USEC em Woods", - "664bbb5f217c767c35ae3d51": "Localize e obtenha o pôster \"Killa e Tagilla\" no acampamento do USEC em Woods", - "664bbb73c71d456fd03714ca": "Localize e obtenha o pôster \"Easy Money\" no acampamento da USEC em Woods", + "6606b752a6c704c4333a804d": "Coloque o pôster \"Easy Money\" dentro do helicóptero na estação de tratamento de água na Lighthouse", + "664bbad8d5057479ac4b8002": "Localize e obtenha o pôster \"Bison VS Undertaker\" no acampamento da USEC na Woods", + "664bbb5f217c767c35ae3d51": "Localize e obtenha o pôster \"Killa e Tagilla\" no acampamento do USEC na Woods", + "664bbb73c71d456fd03714ca": "Localize e obtenha o pôster \"Easy Money\" no acampamento da USEC na Woods", "66058cb22cee99303f1ba067 acceptPlayerMessage": "", "66058cb22cee99303f1ba067 declinePlayerMessage": "", "66058cb22cee99303f1ba067 completePlayerMessage": "", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Olá, campeão! Um amigo meu lhe deu uma pequena tarefa de teste. Agora decidi conhecê-lo pessoalmente. As pessoas me chamam de Ref. Hospedando a Arena e os grandes dólares, ha!\n\nÉ claro que você não se importa em ganhar dinheiro, e estou precisando desesperadamente de novos funcionários. Os negócios estão crescendo e estou com falta de pessoal. Estamos expandindo!\n\nTemos outra luta planejada para breve. Como se costumava dizer na Roma antiga, \"o povo exige pão e circo\". Este último é bom, mas o pão está atrasado. Uma pequena interrupção no fornecimento, não se preocupe com isso. Apenas me dê comida e bebida para o público.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Tudo o que você trouxe já foi enviado para os assentos. Muito bem.", - "6606bd2aa49db36b69b6dbf9": "Entregue o item encontrado na incursão: Garrafa de vodca Tarkovskaya", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Entregue o item encontrado na incursão: Garrafa de cerveja Pevko Light", "6606bd814120fcf7f0a38e55": "Entregue o item encontrado na incursão: Barra de chocolate Alyonka", "6606bd9128b63f13e560592f": "Entregue o item encontrado na incursão: Pacote de carne seca Tarker", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balanceamento - Parte 1", - "66058cb7c7f3584787181476 description": "Você fez um ótimo trabalho em minhas tarefas. Também o examinei em meus bancos de dados... Só por precaução. Não se contrata qualquer um, entende o que quero dizer, irmão? Vou promovê-lo a testador! Você vai testar equipamentos para a Arena.\n\nAqui está um fuzil de assalto G36 e uma armadura THOR, experimente-os em alguns dos piores. Meus gladiadores estarão carregando esse kit mais tarde, se seu teste for bem-sucedido.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Esse conjunto é certamente muito bom. Ah, eu até inventei um nome para ele agora mesmo: vamos chamá-lo de Diesel. Mas acho que fomos um pouco longe demais com as placas, ele é um tanque ambulante completo. Acho que é melhor removê-las, certo?", - "6606d133fcb99b9004aa2d1d": "Elimine os Scavs usando um fuzil de assalto G36 e qualquer armadura corporal NFM THOR no Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balanceamento - Parte 2", - "66058cb9e8e4f17985230805 description": "Você passou no último teste com louvor. Ainda bem que eu o escolhi entre todos os candidatos.\n\nAgora vamos testar um novo conjunto de equipamentos em peixes maiores. Aqui, um fuzil de assalto AKS-74UB e uma armadura PACA. Se você conseguir sobreviver com isso, os gladiadores também ficarão felizes. Muito bem, vá experimentar.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Vejo que você está utilizando mais a força da arma nesse kit... Não há muita armadura aqui, então será um conjunto de batedor. Ah! Já tenho um nome para ele. Eu tinha um amigo que era magro e de aparência frágil, mas muito forte. Dava porrada a torto e a direito. Nós o chamávamos de Tikhon. É assim que vou chamar esse conjunto.", - "660a9c99c650fa4d531f4c96": "Elimine os PMCs enquanto estiver usando o AKS-74UB e o colete à prova de balas PACA em Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "Tive uma ótima ideia para tornar a Arena ainda melhor. E preciso de sua ajuda.\n\nPreciso encontrar algumas placas de armadura para um cara. Ele é um artista frequente, então é hora de dar a ele um upgrade para deixar o público animado. Esse é o problema dos shows: se você não colocar lenha a tempo, o fogo se apaga.\n\nBem, agora vá buscar algumas placas de armadura para mim. \n\nO público vai gritar quando o vir!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Era exatamente o que eu precisava! Não falta muito mais. Todos ficarão entusiasmados quando virem os resultados, eu prometo! Aqui está um capacete como recompensa. Seu último dono tem um melhor agora, ha!", - "6606d08b4e2e27ca2d80085e": "Entregue o item encontrado na incursão: Placas balísticas Korund-VM (Frente)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Entregue o item encontrado na incursão: Placa balística SPRTN Omega", "6606d0a8f146598b0f492e12": "Entregue o item encontrado na incursão: Placa balística 6B33 (Frente)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Criar uma distração - Parte 1", - "66058cbd9f59e625462acc8e description": "Veja, você está começando a se sentir como da família para mim. Como um irmão! Acho que posso lhe arranjar um trabalho sério.\n\nTenho alguns cofundadores na Arena, Kaban e Kollontay, talvez você os conheça. Achava que eles eram caras legais, mas agora decidiram fazer política. Eles querem colocar seu campeão na Arena, você pode imaginar? E um bom campeão traz muito dinheiro, você sabe. Vai ser preciso muito tempo e dinheiro para reconstruir o negócio.\n\nPrecisamos assustar esses caras para que percebam que estão passando dos limites. Pegue alguns tijolos explosivos e coloque-os em seus esconderijos. Sem detonadores. Não vamos explodir nada, mas vamos fazer com que pareça uma grande coisa. Deixe-os correr por aí com a bunda pegando fogo.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, você deveria ter visto o caos quando eles encontraram os tijolos! Que espetáculo! É uma pena não termos filmado tudo... Você fez um bom trabalho. Aqui está sua recompensa.", - "660a9dc64c0927ead4fcfeef": "Coloque três tijolos TP-200 TNT sob o escritório de Kaban em Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plante três tijolos TP-200 TNT na entrada da academia MVD em Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Criar uma distração - Parte 2", - "66058cbf2f19c31a5a1337ec description": "Kaban e Kollontay haviam se recuperado muito rápido. Eles também foram tolos o suficiente para não aceitar a dica. Mas tudo bem, você e eu podemos dar outra dica, certo?\n\nEu tenho um plano. Você precisa visitá-los novamente e atirar em seus cães de estimação, os guardas. Eles são todos associados de confiança desses dois. Mas não toque em Kaban e Kollontay! Eles devem entender a dica com certeza desta vez.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Não consegue ver em quem está atirando? Eu tinha grandes esperanças em você.", - "66058cbf2f19c31a5a1337ec successMessageText": "Bom trabalho! Kaban e Kollontay já estão se preparando para uma tempestade, procurando quem ordenou o ataque. Eles vão superar isso e perceberão que estão passando dos limites. Aqui, esta é a sua recompensa.", - "660d5effb318c171fb1ca234": "Eliminar os guardas de Kaban em Streets of Tarkov", - "660d5f5a99b1db9725ca1543": "Eliminar os guardas de Kollontay em Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", + "660d5f5a99b1db9725ca1543": "Elimine os guardas de Kollontay na Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "Para grandes alturas! - Parte 1", - "66058cc1da30b620a34e6e86 description": "Bem, agora Kaban e Kollontay estão ocupados demais encontrando seus atacantes para realizar qualquer coisa. Isso significa que está na hora de um novo campeão da Arena. E será você. Por consentimento, é claro. Não praticamos a crueldade aqui, ha!\n\nPosso ajudá-lo a alcançar alturas e riquezas além de seus sonhos mais loucos. Você só precisa aceitar minha oferta. Mas, você sabe, as ações sempre superam as palavras. Portanto, entre na Arena e ganhe. É assim que saberei que você está pronto para seguir em frente.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "Nunca duvidei de você nem por um segundo, irmão! Mas lembre-se, estamos aqui para entreter as pessoas. Precisamos de um show maior! Às vezes, parece que você está apenas atirando em latas, sabe.", - "662ba5a89d8041c264dd9673": "Vencer uma partida no modo de jogo classificado na Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "De agora em diante, você está sob minha proteção, irmão. Farei com que você tenha um bom progresso, mas terá de se mexer com mais frequência.\n\nVamos começar com o básico. A Arena fica em Tarkov, mas os maiores patrocinadores estão no exterior. Eles assistem a todos os jogos, fazem apostas, jogam dinheiro nos favoritos. E você precisa fazer com que alguns desses figurões se interessem. Chame a atenção deles, mostre que você é digno. Faça um nome para você. Uma vitória apenas não é suficiente para isso. Mostre a eles que você pode fazer uma apresentação emocionante!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "Estou vendo o progresso que você está fazendo! Estão começando a falar sobre você no exterior. As pessoas estão interessadas. Isso é um sinal de que você está fazendo a coisa certa!", - "662ba78e19c86d3199ae0a93": "Vencer uma partida no modo de classificação na Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Atingir a classificação ARP de 1700", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "Você está indo muito bem! Mas é muito cedo para parar. Mostre seu rosto com mais frequência, impressione o público. Destaque-se. Torne-se aquele de quem eles falam, aquele que eles vêm ver. Então, o dinheiro virá e, depois, outras coisas boas: carros, garotas... Embora Tarkov seja um pouco fraco nesse último aspecto.\n\nDe qualquer forma, a Arena é uma ótima oportunidade de carreira no momento, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "E agora você está um passo mais perto das grandes ligas! Respeito, irmão.", - "662ba61d3ed61b6b78187b71": "Vença 3 partidas e conquiste o primeiro lugar no modo de classificação na Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "Como está o clima? Prontos para a batalha? Pronto para brilhar na Arena mais uma vez? Pronto para destruir alguns filhos da puta? As chances ainda estão contra você, então não decepcione o público!\n\nFalando nisso. Você tem algum dinheiro? Aposte em você mesmo e ganhe seis vezes. Você ganhará muito dinheiro e ficará famoso. Traga o dinheiro, eu organizarei tudo. Mas fique atento: se você perder cinco vezes, comece de novo.", "66058cc72cee99303f1ba069 failMessageText": "Ah, cara, você quase conseguiu. Tente novamente, o público ainda parece estar a seu favor.", "66058cc72cee99303f1ba069 successMessageText": "Aqui está seu salário. Deduzi todos os meus serviços dele imediatamente: suborno de oponentes, taxas e tudo o mais. O quê, você pensou que eu trabalhava de graça?", - "662bb23200ae352a6d5a415d": "Vencer 6 partidas de 10 no modo de classificação na Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Condição de falha: Perder 5 partidas", "6633a85e347a2a2b4051a26b": "Transferir rublos do saldo da EFT", "665493a649bd17856482ba77": "Condição de falha: Perder 5 partidas", @@ -25811,17 +26096,18 @@ "66058cc9ae4719735349b9ea description": "Tenho boas notícias! Excelentes notícias, de fato! Espero que você já tenha escolhido um pequeno apartamento no bairro de elite de Tarkov, porque você o terá em breve com todo esse dinheiro! Brincadeira. De qualquer forma, todas as casas nesses bairros vão desabar em breve.\n\nDe qualquer forma, algumas pessoas muito poderosas do outro lado da fronteira estão interessadas em você. Poderosas e ricas. Não posso lhe dizer seus nomes, é um segredo comercial e não estou violando o que assinei. Então, essas pessoas estão prontas para cuidar de você e patrociná-lo fortemente, mas primeiro querem garantias.\n\nVocê precisa se tornar o campeão. Voar alto, elevar-se acima dos demais. Você terá que passar mais tempo na Arena. Posso ver em seus olhos que você está pronto.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "Você é muito boa. Um francês muito famoso - não direi o nome dele por questões de privacidade - está interessado em você. Ele é muito esperto, mas está oferecendo um bom dinheiro. Já providenciei seu patrocínio.", - "662ba87106e44407b79e9ab2": "Vença 3 partidas seguidas no modo de jogo classificado na Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", "66058ccbc7f3584787181478 name": "Contra a consciência - Parte 1", - "66058ccbc7f3584787181478 description": "Olá. Soube que você está trabalhando para a Ref agora. Estou de olho em você há algum tempo. \n\nEu conhecia um homem que se envolveu em uma confusão como a sua. Ele foi o campeão anterior do Ref por um tempo e, de repente, desapareceu. E tenho certeza de que isso não tem nada a ver com Kaban e Kollontay. \n\nSe você não quiser desaparecer da mesma forma que esse cara, procure o apartamento do último campeão. Acredito que há algo de interesse lá. O campeão costumava sair com os contrabandistas nos Dormitórios da Alfândega. Talvez você encontre alguma pista sobre como entrar no apartamento.", + "66058ccbc7f3584787181478 description": "Olá. Soube que você está trabalhando para a Ref agora. Estou de olho em você há algum tempo. \n\nEu conhecia um homem que se envolveu em uma confusão como a sua. Ele foi o campeão anterior do Ref por um tempo e, de repente, desapareceu. E tenho certeza de que isso não tem nada a ver com Kaban e Kollontay. \n\nSe você não quiser desaparecer da mesma forma que esse cara, procure o apartamento do último campeão. Acredito que há algo de interesse lá. O campeão costumava sair com os contrabandistas nos Dormitórios da Customs. Talvez você encontre alguma pista sobre como entrar no apartamento.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "Você quer perguntar ao Ref você mesmo? Bem, foi um prazer conhecê-lo.", - "664ef2e5c11296c444642040": "Localize o quarto do antigo campeão na alfândega", + "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Descubra o que aconteceu com o campeão", - "664ef3c238dad5c6686a6d1e": "Sobreviver e sair do local", + "664ef3c238dad5c6686a6d1e": "Sobreviva e extraia do local", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,12 +26115,12 @@ "66058ccde8e4f17985230807 description": "Então você está dizendo que esteve no apartamento do último campeão? Tudo bem, então. Vou fingir que isso nunca aconteceu. Mas lembre-se, a curiosidade matou o gato. E o último campeão também. Ele era um cara legal, eu gostava dele, mas ele ficou mole, perdeu o jeito.\n\nVocê deveria estar treinando mais, e não perambulando pela cidade. Caso contrário, sua classificação começará a cair.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "Pronto! É preciso dedicar tempo para aprimorar suas habilidades. Quem sabe o que acontece se você não o fizer?", - "663b9bb7fe7953705cb09114": "Elimine qualquer alvo enquanto estiver usando uma carabina de assalto na Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Elimine qualquer alvo enquanto estiver usando um fuzil de assalto na Arena", "663b9c13d71a6a0be997a5d5": "Elimine qualquer alvo enquanto estiver usando uma metralhadora na Arena", "663b9c1559c1d56ec9bd6b4a": "Elimine qualquer alvo ao usar um rifle Marksman na Arena", "663b9c16a612c1a70593d2ed": "Elimine qualquer alvo enquanto estiver usando uma espingarda na Arena", - "663b9ce73139057b454fc501": "Eliminar qualquer alvo ao usar uma SMG na Arena", + "663b9ce73139057b454fc501": "Elimine qualquer alvo ao usar uma SMG na Arena", "665862d77ac0198753d0303e": "Atingir a classificação ARP de 2200", "6659eef149369cde213a3681": "Atingir a classificação ARP de 2200", "665dc6145426e0409a313c26": "Atingir a classificação ARP de 2200", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Entre dois fogos", "66058ccf06ef1d50a60c1f48 description": "Então você viu um corpo morto. Você o revistou? Verificou ao redor dele? Estou apenas apontando que você é cego. O campeão, pelo que sei, tinha um diário. Sim, como um adolescente, mas isso está trabalhando a seu favor.\n\nPor que não vai até lá novamente e dá uma olhada mais de perto? Deve haver mais informações no diário sobre o Ref, alguma sujeira sobre ele. Faça isso se quiser deixar de ser dispensável na Arena.\n\nE mais uma coisa: se você me trouxer alguma informação sobre o Ref que seja digna do meu tempo, eu lhe pagarei bem.", "66058ccf06ef1d50a60c1f48 failMessageText": "Você quer ficar embaixo da saia do Ref? Então, faça você mesmo.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Muito bem. Ainda bem que você pegou seu destino pelas bolas.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Localizar e obter as informações comprometedoras sobre o Ref", "664fd7f0837ee02ad4c8e658": "Entregue as informações encontradas", "66563f0a2684eee09e8dcd86": "Localize o esconderijo do antigo campeão", - "6658eb28849643547f210708": "Retorne ao esconderijo do antigo campeão na alfândega", + "6658eb28849643547f210708": "Retorne ao esconderijo do antigo campeão na Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisões, decisões", "66058cd19f59e625462acc90 description": "Estou ouvindo rumores... Rumores muito desagradáveis. Dizem que você está tentando desenterrar meu negócio.\n\nOlhe, nós nos conhecemos há algum tempo. Você é como um irmão para mim! Não faça algo de que se arrependerá depois. Quanto menos você sabe, melhor você dorme, ouviu?\n\nAté que eu esteja absolutamente confiante em você, vou ter meus homens de olho em você. Não quero que você faça nenhuma proeza, campeão. E se encontrar algo durante seu encontro com o antigo campeão, traga para mim. Então poderemos esquecer esse pequeno e feliz acidente.", - "66058cd19f59e625462acc90 failMessageText": "Seu desgraçado! Eu fiz tudo por você, tirei você da lama, fiz de você um homem de verdade, e você... Seu filho da puta!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "Você fez a escolha certa. Nunca duvidei de você, irmão. Tudo bem, nada mais de gracinhas a partir de agora, está me ouvindo?", "660da15a747708e25add9653": "Condição de falha: Trazer as informações para o Fence", - "664fd86520fa1bd9f8fa5489": "Localizar e obter as informações comprometedoras sobre o Ref", + "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Entregue as informações encontradas", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -25867,11 +26156,11 @@ "6605a079ab236c96120c92c1 description": "Investigamos o celular que você trouxe dos mirtilos. Tem muita coisa interessante nele. Como, por exemplo, informações sobre um esconderijo. Ele não diz exatamente onde está, portanto, teremos de encontrá-lo. Para fazer isso, precisamos colocar repetidores nas áreas altas da floresta. Mas há muita escória selvagem por aí ultimamente, por isso não quero que eles denunciem nossas coisas. Você vai atirar neles? Não se preocupe, eu lhe darei repetidoras, mas não pense que é uma campanha reutilizável! Você e o Mecânico farão novas por conta própria se as perderem.", "6605a079ab236c96120c92c1 failMessageText": "", "6605a079ab236c96120c92c1 successMessageText": "Olá, bandido. Muito bem feito, muito bom. Fique com sua parte.", - "6605a0fe0e429680ccec8432": "Eliminar os escavadores nas madeiras", - "6605a18f20776d78b09a83b5": "Instalar um repetidor de rádio na caixa da montanha em Woods", - "6617c7d1290fa4436d3a69a6": "Instalar um repetidor de rádio no esconderijo da ravina da montanha em Woods", - "6617c7dd22116442dd3f7cd0": "Instalar um repetidor de rádio no bunker da montanha em Woods", - "6617ed739820ce859e8ba89d": "Sobreviver e sair do local", + "6605a0fe0e429680ccec8432": "Elimine os escavadores nas madeiras", + "6605a18f20776d78b09a83b5": "Instalar um repetidor de rádio na caixa da montanha na Woods", + "6617c7d1290fa4436d3a69a6": "Instalar um repetidor de rádio no esconderijo da ravina da montanha na Woods", + "6617c7dd22116442dd3f7cd0": "Instalar um repetidor de rádio no bunker da montanha na Woods", + "6617ed739820ce859e8ba89d": "Sobreviva e extraia do local", "6605a079ab236c96120c92c1 acceptPlayerMessage": "", "6605a079ab236c96120c92c1 declinePlayerMessage": "", "6605a079ab236c96120c92c1 completePlayerMessage": "", @@ -25879,19 +26168,19 @@ "6605a4850b96140a550f067a description": "Bem, garoto, perdemos nossa chance de pegar o hacker. Temos que fazer alguma coisa. Não podemos ficar sentados e nos lamentando, não é? Vamos seguir o mesmo caminho que esse anônimo. Bem, nós não. Você. Eu acredito em você, irmão, você vai se sair muito bem. E as recompensas continuarão chegando. Vá para Shoreline, o hacker foi visto pela última vez ao lado de um caminhão levando pessoas para fora da área.", "6605a4850b96140a550f067a failMessageText": "", "6605a4850b96140a550f067a successMessageText": "Você já conseguiu? Que bom para você, que bom para você! Eu acreditei em você. Aqui está seu pagamento.", - "6605a4bb5f604fc96ecf522c": "Localize e obtenha o telefone do The Unheard na base dos contrabandistas em Shoreline", + "6605a4bb5f604fc96ecf522c": "Localize e obtenha o telefone do The Unheard na base dos contrabandistas na Shoreline", "6605a4c8caf3647e62c3f974": "Entregue o telefone", "6605a4850b96140a550f067a acceptPlayerMessage": "", "6605a4850b96140a550f067a declinePlayerMessage": "", "6605a4850b96140a550f067a completePlayerMessage": "", "6605a6300e8e4148260fde88 name": "Contato", - "6605a6300e8e4148260fde88 description": "Olá. Lembra quando eu esperava que o laptop fosse fácil de ser invadido? Eu estava errado, afinal, ele é criptografado. Não quero entregar o laptop ao Mechanic, pois ele poderia vender as informações para alguém de fora. Não quero correr mais riscos.\n\nJá encontrei as pessoas certas, mas agora preciso de sua ajuda. Preciso entregar a essas pessoas um pagamento na alfândega, na estação meteorológica, e mostrar que você fez isso. É claro que não será uma reunião cara a cara. Eu lhe darei o lançador de sinalizadores e lhe pagarei depois, não se preocupe.", + "6605a6300e8e4148260fde88 description": "Olá. Lembra quando eu esperava que o laptop fosse fácil de ser invadido? Eu estava errado, afinal, ele é criptografado. Não quero entregar o laptop ao Mechanic, pois ele poderia vender as informações para alguém de fora. Não quero correr mais riscos.\n\nJá encontrei as pessoas certas, mas agora preciso de sua ajuda. Preciso entregar a essas pessoas um pagamento na Customs, na estação meteorológica, e mostrar que você fez isso. É claro que não será uma reunião cara a cara. Eu lhe darei o lançador de sinalizadores e lhe pagarei depois, não se preocupe.", "6605a6300e8e4148260fde88 failMessageText": "", "6605a6300e8e4148260fde88 successMessageText": "Rápido e tranquilo como sempre. Já entraram em contato comigo e os dados serão descriptografados em breve.", - "6605a6cac70b3cd3a3ce8990": "Localize a zona especificada na alfândega", + "6605a6cac70b3cd3a3ce8990": "Localize a zona especificada na Customs", "6605a852ee3bda1b7166595e": "Guarde um Bitcoin Físico no armário dentro da cabana do trabalhador", "6605a8d07111a0318286d461": "Lançar um sinalizador na estação meteorológica", - "6617c042f835d3d7c599edb6": "Sobreviver e sair do local", + "6617c042f835d3d7c599edb6": "Sobreviva e extraia do local", "6605a6300e8e4148260fde88 acceptPlayerMessage": "", "6605a6300e8e4148260fde88 declinePlayerMessage": "", "6605a6300e8e4148260fde88 completePlayerMessage": "", @@ -25899,25 +26188,25 @@ "6605a9b80e8e4148260fde94 description": "Boa tarde, amigo. Não tivemos sorte em interceptar esse desconhecido e obter os dados. É tudo culpa dos homens do Skier, aqueles... Ahem, desculpe a explosão novamente. Podemos verificar os locais onde o desconhecido foi visto. Talvez haja algo por lá.\n\nPode nos ajudar novamente? Vá para Shoreline, o criminoso foi visto em um veículo levando pessoas para fora da área.", "6605a9b80e8e4148260fde94 failMessageText": "", "6605a9b80e8e4148260fde94 successMessageText": "Muito bem! Mais uma vez você não nos decepcionou. Esperamos que o laptop seja fácil de hackear.", - "6605a9f0dab4bd78934d670a": "Localize e obtenha o laptop do The Unheard na base dos contrabandistas em Shoreline", + "6605a9f0dab4bd78934d670a": "Localize e obtenha o laptop do The Unheard na base dos contrabandistas na Shoreline", "6605aa05a7969d9b9ab957a0": "Entregue o laptop", "6605a9b80e8e4148260fde94 acceptPlayerMessage": "", "6605a9b80e8e4148260fde94 declinePlayerMessage": "", "6605a9b80e8e4148260fde94 completePlayerMessage": "", "6606861f38601abe5103e1e7 name": "Cessar-fogo - Informações", - "6606861f38601abe5103e1e7 description": "A corrida dos ratos que o Skier e o Peacekeeper vêm fazendo por aqui não tem agradado a algumas pessoas muito importantes. Isso tem que parar. Você está envolvido até o pescoço nessa merda, então vá em frente e me compense.\n\nOs dois bandidos estão fugindo em silêncio. Precisamos descobrir o que eles estão tramando. De acordo com minhas informações, eles estão se comunicando entre si. Um deles envia um mensageiro, o mensageiro esconde um bilhete em um esconderijo e o outro mensageiro o pega. Tenho certeza de que você mesmo já fez esse tipo de coisa. Meu pessoal conseguiu descobrir a localização do bilhete. Vá até a vila em Shoreline e me traga o maldito bilhete.", + "6606861f38601abe5103e1e7 description": "A corrida dos ratos que o Skier e o Peacekeeper vêm fazendo por aqui não tem agradado a algumas pessoas muito importantes. Isso tem que parar. Você está envolvido até o pescoço nessa merda, então vá em frente e me compense.\n\nOs dois bandidos estão fugindo em silêncio. Precisamos descobrir o que eles estão tramando. De acordo com minhas informações, eles estão se comunicando entre si. Um deles envia um mensageiro, o mensageiro esconde um bilhete em um esconderijo e o outro mensageiro o pega. Tenho certeza de que você mesmo já fez esse tipo de coisa. Meu pessoal conseguiu descobrir a localização do bilhete. Vá até a vila na Shoreline e me traga o maldito bilhete.", "6606861f38601abe5103e1e7 failMessageText": "", "6606861f38601abe5103e1e7 successMessageText": "Vamos ver sobre o que eles estão conversando. Enquanto isso, aqui está sua recompensa.", - "6606861f38601abe5103e1ea": "Localize e obtenha a correspondência do esquiador e do pacificador na vila em Shoreline", + "6606861f38601abe5103e1ea": "Localize e obtenha a correspondência do esquiador e do pacificador na vila na Shoreline", "6606861f38601abe5103e1eb": "Entregue a carta", "6606861f38601abe5103e1e7 acceptPlayerMessage": "", "6606861f38601abe5103e1e7 declinePlayerMessage": "", "6606861f38601abe5103e1e7 completePlayerMessage": "", "6606870338601abe5103e1f4 name": "Cessar-fogo - Informações", - "6606870338601abe5103e1f4 description": "A corrida dos ratos que o Skier e o Peacekeeper vêm fazendo por aqui não tem agradado a algumas pessoas muito importantes. Isso tem que parar. Você está envolvido até o pescoço nessa merda, então vá em frente e me compense.\n\nOs dois bandidos estão fugindo em silêncio. Precisamos descobrir o que eles estão tramando. De acordo com minhas informações, eles estão se comunicando entre si. Um deles envia um mensageiro, o mensageiro esconde um bilhete em um esconderijo e o outro mensageiro o pega. Tenho certeza de que você mesmo já fez esse tipo de coisa. Meu pessoal conseguiu descobrir a localização do bilhete. Vá até a vila em Shoreline e me traga o maldito bilhete.", + "6606870338601abe5103e1f4 description": "A corrida dos ratos que o Skier e o Peacekeeper vêm fazendo por aqui não tem agradado a algumas pessoas muito importantes. Isso tem que parar. Você está envolvido até o pescoço nessa merda, então vá em frente e me compense.\n\nOs dois bandidos estão fugindo em silêncio. Precisamos descobrir o que eles estão tramando. De acordo com minhas informações, eles estão se comunicando entre si. Um deles envia um mensageiro, o mensageiro esconde um bilhete em um esconderijo e o outro mensageiro o pega. Tenho certeza de que você mesmo já fez esse tipo de coisa. Meu pessoal conseguiu descobrir a localização do bilhete. Vá até a vila na Shoreline e me traga o maldito bilhete.", "6606870338601abe5103e1f4 failMessageText": "", "6606870338601abe5103e1f4 successMessageText": "Vamos ver sobre o que eles estão conversando. Enquanto isso, aqui está sua recompensa.", - "6606870338601abe5103e1f7": "Localize e obtenha a correspondência do esquiador e do pacificador na vila em Shoreline", + "6606870338601abe5103e1f7": "Localize e obtenha a correspondência do esquiador e do pacificador na vila na Shoreline", "6606870338601abe5103e1f8": "Entregue a carta", "6606870338601abe5103e1f4 acceptPlayerMessage": "", "6606870338601abe5103e1f4 declinePlayerMessage": "", @@ -25926,7 +26215,7 @@ "6606886d98866953a10907a8 description": "Tenho lido o bate-papo feminino delas. As pombas querem se unir porque perderam muitas pessoas nessas escaramuças estúpidas. Precisamos impedi-las de formar uma aliança. Elas já causaram danos suficientes.\n\nE eu já tenho um plano. Pegue seu equipamento e vá atirar nos homens de Skier. Faça barulho e faça-os duvidar de sua ideia.", "6606886d98866953a10907a8 failMessageText": "", "6606886d98866953a10907a8 successMessageText": "Funcionou bem. Melhor do que eu esperava. Aqui, você merece.", - "660688a3c555f1153d9f01c0": "Eliminar o pessoal do Skier usando uma M4A1, capacete UNTAR e armadura na alfândega", + "660688a3c555f1153d9f01c0": "Elimine o pessoal do Skier usando uma M4A1, capacete UNTAR e armadura na Customs", "6606886d98866953a10907a8 acceptPlayerMessage": "", "6606886d98866953a10907a8 declinePlayerMessage": "", "6606886d98866953a10907a8 completePlayerMessage": "", @@ -25958,8 +26247,8 @@ "660a9d592b8fe02e9409704a description": "Olá, cara. Parece que conseguimos chamar a atenção de algumas figuras importantes. Agora é uma maldita armadilha! Pensei que finalmente tínhamos uma democracia aqui, mas não, sempre há alguém que assume o controle de tudo. \n\nMuito bem, chega de reclamações. Precisamos consertar essa situação antes que sejamos mortos. Devolveremos o telefone à base ou algo assim. Vamos aos dormitórios dos trabalhadores e limpamos o local, depois encontramos um bom lugar para meus cães esconderem o telefone. E, a partir daí, as pessoas certas entrarão em contato com você.\n\nEstamos expiando nossos erros, eu acho.", "660a9d592b8fe02e9409704a failMessageText": "", "660a9d592b8fe02e9409704a successMessageText": "Espero que eles se danem agora.", - "660ac0149fda332e3fbf33b6": "Chegue ao telhado do dormitório de três andares na Alfândega", - "660ac0260d27f9a01235cc9e": "Eliminar Scavs na alfândega", + "660ac0149fda332e3fbf33b6": "Chegue ao telhado do dormitório de três andares na Customs", + "660ac0260d27f9a01235cc9e": "Elimine Scavs na Customs", "660a9d592b8fe02e9409704a acceptPlayerMessage": "", "660a9d592b8fe02e9409704a declinePlayerMessage": "", "660a9d592b8fe02e9409704a completePlayerMessage": "", @@ -25968,7 +26257,7 @@ "660ab96ef50cbdad7906e080 failMessageText": "", "660ab96ef50cbdad7906e080 successMessageText": "O telefone é falso. Alguém realmente queria que o Skier e seus homens se concentrassem nele. Parece que o jogo tem um novo jogador. Vamos dar uma olhada nisso.", "660ab9c4fcef83ea40e29efe": "Entregue o telefone", - "660ac159205fdc5a2afb1665": "Localize e obtenha o telefone do The Unheard na alfândega", + "660ac159205fdc5a2afb1665": "Localize e obtenha o telefone do The Unheard na Customs", "663b6f2e01248a081e0a6c6c": "Vender qualquer arma para o esquiador", "660ab96ef50cbdad7906e080 acceptPlayerMessage": "", "660ab96ef50cbdad7906e080 declinePlayerMessage": "", @@ -25977,7 +26266,7 @@ "660ac213fe86665a3a04c50e description": "É bom saber que o esquiador finalmente entendeu. Você está satisfazendo o último capricho dele? Isso é bom. Traga-me o telefone, e eu cuidarei disso a partir daí.", "660ac213fe86665a3a04c50e failMessageText": "Ouvi dizer que o cliente recebeu o telefone diretamente. Não espero que isso aconteça novamente. Não gosto de ser feito de bobo. De qualquer forma, tenho algo para você.", "660ac213fe86665a3a04c50e successMessageText": "É isso, o telefone vai para a pessoa certa. O esquiador pode ficar feliz por estar se ferrando.", - "660ac213fe86665a3a04c510": "Localize e obtenha o telefone do The Unheard na alfândega", + "660ac213fe86665a3a04c510": "Localize e obtenha o telefone do The Unheard na Customs", "660ac213fe86665a3a04c511": "Entregue o telefone", "664364440007081889b665df": "Ajude o esquiador a se redimir", "660ac213fe86665a3a04c50e acceptPlayerMessage": "", @@ -25987,9 +26276,9 @@ "660acaf6f50cbdad7906e08e description": "Olá, cara. Parece que conseguimos chamar a atenção de algumas figuras importantes. Agora é uma maldita armadilha! Pensei que finalmente tínhamos uma democracia aqui, mas não, sempre há alguém que assume o controle de tudo. \n\nMuito bem, chega de reclamações. Precisamos consertar essa situação antes que sejamos mortos. Devolveremos o telefone à base ou algo assim. Vamos aos dormitórios dos trabalhadores e limpamos o local, depois encontramos um bom lugar para meus cães esconderem o telefone. E, a partir daí, as pessoas certas entrarão em contato com você.\n\nEstamos expiando nossos erros, eu acho.", "660acaf6f50cbdad7906e08e failMessageText": "", "660acaf6f50cbdad7906e08e successMessageText": "Espero que eles se danem agora.", - "660acaf6f50cbdad7906e091": "Chegue ao telhado do dormitório de três andares na Alfândega", - "660acaf6f50cbdad7906e093": "Sobreviver e sair do local", - "663ab1cdd7c6e27cc15715b9": "Eliminar Scavs na alfândega", + "660acaf6f50cbdad7906e091": "Chegue ao telhado do dormitório de três andares na Customs", + "660acaf6f50cbdad7906e093": "Sobreviva e extraia do local", + "663ab1cdd7c6e27cc15715b9": "Elimine Scavs na Customs", "660acaf6f50cbdad7906e08e acceptPlayerMessage": "", "660acaf6f50cbdad7906e08e declinePlayerMessage": "", "660acaf6f50cbdad7906e08e completePlayerMessage": "", @@ -25997,7 +26286,7 @@ "660acbac1d2f7aa65505e056 description": "Você quer ganhar minha confiança? Você descobriu quem está insatisfeito com o Skier ou apenas apontou o dedo para o céu? Não importa. Venda armas para o Skier para que ele entenda que está perdoado. E me dê o celular que os homens dele estavam escondendo nos dormitórios. Vamos descobrir por que tantas pessoas morreram.", "660acbac1d2f7aa65505e056 failMessageText": "", "660acbac1d2f7aa65505e056 successMessageText": "O telefone é falso. Alguém realmente queria que o Skier e seus homens se concentrassem nele. Parece que o jogo tem um novo jogador. Vamos dar uma olhada nisso.", - "660acbac1d2f7aa65505e058": "Localize e obtenha o telefone do The Unheard na alfândega", + "660acbac1d2f7aa65505e058": "Localize e obtenha o telefone do The Unheard na Customs", "660acbac1d2f7aa65505e059": "Entregue o telefone", "663b6f8b890260b75752e98c": "Vender qualquer arma para o esquiador", "660acbac1d2f7aa65505e056 acceptPlayerMessage": "", @@ -26007,7 +26296,7 @@ "660acbe2f50cbdad7906e09c description": "É bom saber que o esquiador finalmente entendeu. Você está satisfazendo o último capricho dele? Isso é bom. Traga-me o telefone, e eu cuidarei disso a partir daí.", "660acbe2f50cbdad7906e09c failMessageText": "Ouvi dizer que o cliente recebeu o telefone diretamente. Não espero que isso aconteça novamente. Não gosto de ser feito de bobo. De qualquer forma, tenho algo para você.", "660acbe2f50cbdad7906e09c successMessageText": "É isso, o telefone vai para a pessoa certa. O esquiador pode ficar feliz por estar se ferrando.", - "660acbe2f50cbdad7906e09e": "Localize e obtenha o telefone do The Unheard na alfândega", + "660acbe2f50cbdad7906e09e": "Localize e obtenha o telefone do The Unheard na Customs", "660acbe2f50cbdad7906e09f": "Entregue o telefone", "66436583b716ca6f848fd194": "Ajude o esquiador a se redimir", "660acbe2f50cbdad7906e09c acceptPlayerMessage": "", @@ -26025,8 +26314,8 @@ "660acdce1d2f7aa65505e066 description": "Olá. Tenho notícias, e não são agradáveis. Como é isso em russo... А! Algumas pessoas poderosas estão me pressionando por causa do que combinamos. Ameaçando-me. Não posso perder minha posição, entendeu?\n\nA única opção é recuperar o laptop. Elimine os olhares curiosos desnecessários no Health Resort e prepare um local para entregar o laptop às pessoas certas. Eles disseram que entrariam em contato com você por conta própria. Boa sorte, soldado.", "660acdce1d2f7aa65505e066 failMessageText": "", "660acdce1d2f7aa65505e066 successMessageText": "Bom trabalho. Espero que não haja mais problemas. Acho que realmente fomos longe demais.", - "660acdce1d2f7aa65505e069": "Chegar à ala leste do Health Resort em Shoreline", - "660acdce1d2f7aa65505e06b": "Eliminar os resíduos na linha costeira", + "660acdce1d2f7aa65505e069": "Chegar à ala leste do Health Resort na Shoreline", + "660acdce1d2f7aa65505e06b": "Elimine os Scavs na Shoreline", "660acdce1d2f7aa65505e066 acceptPlayerMessage": "", "660acdce1d2f7aa65505e066 declinePlayerMessage": "", "660acdce1d2f7aa65505e066 completePlayerMessage": "", @@ -26034,7 +26323,7 @@ "660acf9b2392822f6e0dc0a5 description": "Então você está aqui para ganhar minha confiança? Está começando a entender Tarkov. Isso é louvável.\n\nVenda algumas armas ao nosso amigo estrangeiro. Dessa forma, ele perceberá que as sanções foram suspensas e que ele fez as pazes. Depois, traga-me o laptop que os homens dele deixaram no Health Resort e eu investigarei o que ele estava procurando.", "660acf9b2392822f6e0dc0a5 failMessageText": "", "660acf9b2392822f6e0dc0a5 successMessageText": "Esse laptop é falso. Alguém inventou toda essa história de propósito. Eu diria que o Peacekeeper deveria pensar em quem poderia tê-lo incriminado, mas acho que o alvo era toda a cidade de Tarkov.", - "660acf9b2392822f6e0dc0a7": "Localize e obtenha o laptop do The Unheard's em Shoreline", + "660acf9b2392822f6e0dc0a7": "Localize e obtenha o laptop do The Unheard's na Shoreline", "660acf9b2392822f6e0dc0a8": "Entregue o laptop", "663b6dc33069022283d98108": "Vender qualquer arma para o Peacekeeper", "660acf9b2392822f6e0dc0a5 acceptPlayerMessage": "", @@ -26044,26 +26333,26 @@ "660acfc12392822f6e0dc0b1 description": "Então o Peacekeeper descobriu o que precisa ser feito. Ele enviou você? Espero que tenha lhe pago bem. Dê-me o laptop e vamos nos separar amigavelmente.", "660acfc12392822f6e0dc0b1 failMessageText": "Decidiu entregar o laptop sem um intermediário? Astuto, não é? E arrogante. Não vou permitir que isso aconteça novamente. De qualquer forma, tenho algo para você.", "660acfc12392822f6e0dc0b1 successMessageText": "Isso é ótimo. Diga ao Peacekeeper que ele está perdoado, mas não esquecido.", - "660acfc12392822f6e0dc0b3": "Localize e obtenha o laptop do The Unheard's em Shoreline", + "660acfc12392822f6e0dc0b3": "Localize e obtenha o laptop do The Unheard's na Shoreline", "66181d46562b9a63c12e4e6f": "Entregue o laptop", "6643633305cbc0d8967a03c1": "Ajude o Peacekeeper a se redimir", "660acfc12392822f6e0dc0b1 acceptPlayerMessage": "", "660acfc12392822f6e0dc0b1 declinePlayerMessage": "", "660acfc12392822f6e0dc0b1 completePlayerMessage": "", - "660ad0b01d2f7aa65505e076 name": "Embargo comercial - última chance", - "660ad0b01d2f7aa65505e076 description": "Conheço muitos idiotas, mas nunca vi ninguém tão estúpido quanto você. Eu lhe disse para não negociar com eles.\n\nTudo bem, vou lhe dar uma última chance. Última chance, está me ouvindo? Caso contrário, você não receberá nada depois de lidarmos com o esquiador e o pacificador.", + "660ad0b01d2f7aa65505e076 name": "Embargo Comercial - Última Chance", + "660ad0b01d2f7aa65505e076 description": "Conheço muitos idiotas, mas nunca vi ninguém tão estúpido quanto você. Eu lhe disse para não negociar com eles.\n\nTudo bem, vou lhe dar uma última chance. Última chance, está me ouvindo? Caso contrário, você não receberá nada depois de lidarmos com o Skier e o Peacekeeper.", "660ad0b01d2f7aa65505e076 failMessageText": "Você desperdiçou sua chance de lucrar. Nós lidaremos com esses pombinhos sem você.", "660ad0b01d2f7aa65505e076 successMessageText": "Por pouco não conseguiu. Sua recompensa.", "660ad0b01d2f7aa65505e079": "Vender itens de troca para a Fence", "660ad0b01d2f7aa65505e076 acceptPlayerMessage": "", "660ad0b01d2f7aa65505e076 declinePlayerMessage": "", "660ad0b01d2f7aa65505e076 completePlayerMessage": "", - "660ad149367a625fab0b63a2 name": "Expiação", + "660ad149367a625fab0b63a2 name": "Reparação", "660ad149367a625fab0b63a2 description": "Olá. Tenho notícias, e não são agradáveis. Como é isso em russo... А! Algumas pessoas poderosas estão me pressionando por causa do que combinamos. Ameaçando-me. Não posso perder minha posição, entendeu?\n\nA única opção é recuperar o laptop. Elimine os olhares curiosos desnecessários no Health Resort e prepare um local para entregar o laptop às pessoas certas. Eles disseram que entrariam em contato com você por conta própria. Boa sorte, soldado.", "660ad149367a625fab0b63a2 failMessageText": "", "660ad149367a625fab0b63a2 successMessageText": "Bom trabalho. Espero que não haja mais problemas. Acho que realmente fomos longe demais.", - "660ad149367a625fab0b63a5": "Chegar à ala leste do Health Resort em Shoreline", - "660ad149367a625fab0b63a7": "Eliminar os resíduos na linha costeira", + "660ad149367a625fab0b63a5": "Chegar à ala leste do Health Resort na Shoreline", + "660ad149367a625fab0b63a7": "Elimine os resíduos na linha costeira", "660ad149367a625fab0b63a2 acceptPlayerMessage": "", "660ad149367a625fab0b63a2 declinePlayerMessage": "", "660ad149367a625fab0b63a2 completePlayerMessage": "", @@ -26071,7 +26360,7 @@ "660ad1902392822f6e0dc0bd description": "Então você está aqui para ganhar minha confiança? Está começando a entender Tarkov. Isso é louvável.\n\nVenda algumas armas ao nosso amigo estrangeiro. Dessa forma, ele perceberá que as sanções foram suspensas e que ele fez as pazes. Depois, traga-me o laptop que os homens dele deixaram no Health Resort e eu investigarei o que ele estava procurando.", "660ad1902392822f6e0dc0bd failMessageText": "", "660ad1902392822f6e0dc0bd successMessageText": "Esse laptop é falso. Alguém inventou toda essa história de propósito. Eu diria que o Peacekeeper deveria pensar em quem poderia tê-lo incriminado, mas acho que o alvo era toda a cidade de Tarkov.", - "660ad1902392822f6e0dc0bf": "Localize e obtenha o laptop do The Unheard's em Shoreline", + "660ad1902392822f6e0dc0bf": "Localize e obtenha o laptop do The Unheard's na Shoreline", "660ad1902392822f6e0dc0c0": "Entregue o laptop", "663b6e8c53b8fd3ae8652d21": "Vender qualquer arma para o Peacekeeper", "660ad1902392822f6e0dc0bd acceptPlayerMessage": "", @@ -26081,7 +26370,7 @@ "660ad1eaf50cbdad7906e0b1 description": "Então o Peacekeeper descobriu o que precisa ser feito. Ele enviou você? Espero que tenha lhe pago bem. Dê-me o laptop e vamos nos separar amigavelmente.", "660ad1eaf50cbdad7906e0b1 failMessageText": "Decidiu entregar o laptop sem um intermediário? Astuto, não é? E arrogante. Não vou permitir que isso aconteça novamente. De qualquer forma, tenho algo para você.", "660ad1eaf50cbdad7906e0b1 successMessageText": "Isso é ótimo. Diga ao Peacekeeper que ele está perdoado, mas não esquecido.", - "660ad1eaf50cbdad7906e0b3": "Localize e obtenha o laptop do The Unheard's em Shoreline", + "660ad1eaf50cbdad7906e0b3": "Localize e obtenha o laptop do The Unheard's na Shoreline", "660ad1eaf50cbdad7906e0b4": "Entregue o laptop", "6643604d50b34cba8feba61a": "Ajude o Peacekeeper a se redimir", "660ad1eaf50cbdad7906e0b1 acceptPlayerMessage": "", @@ -26132,9 +26421,9 @@ "6616a96a577801372605b602 description": "Tenho uma atualização sobre a sala trancada. Há rumores de que os ex-USECs têm sido vistos por lá há algum tempo. Talvez eles saibam como abrir as portas. A outra pergunta é: o que aconteceu com quem estava lá dentro? Ou eles escaparam ou já estão mortos. É melhor descobrirmos. Veja se você consegue encontrar alguma coisa interessante lá enquanto estiver fazendo isso.", "6616a96a577801372605b602 failMessageText": "", "6616a96a577801372605b602 successMessageText": "Portanto, está vazio por dentro. Isso é bom: se não há corpos, é provável que os refugiados estejam vivos. Você conhece o princípio da superposição, certo?\nMuito bem, voltando ao assunto. Dei uma olhada no drive. Havia uma senha [bmV3ZGF3bi4u] com \"importante\" escrito nela. Acho que você pode descobrir.", - "6616a9a14df4f14a474c92ba": "Localize e obtenha o disco rígido dentro do esconderijo do chalé em Lighthouse", + "6616a9a14df4f14a474c92ba": "Localize e obtenha o disco rígido dentro do esconderijo do chalé na Lighthouse", "6616a9a98a97f72b921665f2": "Entregue o disco rígido", - "663b75f01f52e8017dccea96": "Localize e obtenha o disco rígido dentro do esconderijo do chalé em Lighthouse", + "663b75f01f52e8017dccea96": "Localize e obtenha o disco rígido dentro do esconderijo do chalé na Lighthouse", "6616a96a577801372605b602 acceptPlayerMessage": "", "6616a96a577801372605b602 declinePlayerMessage": "", "6616a96a577801372605b602 completePlayerMessage": "", @@ -26142,9 +26431,9 @@ "6616a9fdfd94e03533038da8 description": "Tenho uma atualização sobre a sala trancada. Há rumores de que os ex-USECs têm sido vistos por lá há algum tempo. Talvez eles saibam como abrir as portas. A outra pergunta é: o que aconteceu com quem estava lá dentro? Ou eles escaparam ou já estão mortos. É melhor descobrirmos. Veja se você consegue encontrar alguma coisa interessante lá enquanto estiver fazendo isso.", "6616a9fdfd94e03533038da8 failMessageText": "", "6616a9fdfd94e03533038da8 successMessageText": "Portanto, está vazio por dentro. Isso é bom: se não há corpos, é provável que os refugiados estejam vivos. Você conhece o princípio da superposição, certo?\nMuito bem, voltando ao assunto. Dei uma olhada no drive. Havia uma senha [bmV3ZGF3bi4u] com \"importante\" escrito nela. Acho que você pode descobrir.", - "6616a9fdfd94e03533038dab": "Localize e obtenha o disco rígido dentro do esconderijo do chalé em Lighthouse", + "6616a9fdfd94e03533038dab": "Localize e obtenha o disco rígido dentro do esconderijo do chalé na Lighthouse", "6616a9fdfd94e03533038dac": "Entregue o disco rígido", - "663b763025d88834a5bb15fc": "Localize e obtenha o disco rígido dentro do esconderijo do chalé em Lighthouse", + "663b763025d88834a5bb15fc": "Localize e obtenha o disco rígido dentro do esconderijo do chalé na Lighthouse", "6616a9fdfd94e03533038da8 acceptPlayerMessage": "", "6616a9fdfd94e03533038da8 declinePlayerMessage": "", "6616a9fdfd94e03533038da8 completePlayerMessage": "", @@ -26159,7 +26448,7 @@ "662912ad882d410eb12cd807 description": "Alguém conseguiu entrar no laboratório e roubar as informações de que eu precisava. Ele baixou tudo, sabe o que estou dizendo? De qualquer forma, preciso encontrar esse idiota, mas os mirtilos estão tentando fazer paz e amizade aqui. Eles estão me irritando, atrapalhando meu caminho. Por que não nos livramos deles?", "662912ad882d410eb12cd807 failMessageText": "Por que gastei tanto dinheiro com um bando de idiotas desonestos? É possível ver esses mirtilos a quilômetros de distância, não há como não vê-los! Agora não temos informações por causa de vocês.", "662912ad882d410eb12cd807 successMessageText": "Sim, eu ouvi, todos nós fomos muito bem. Gostaria de ver a cara daquele europeu idiota agora, ha!", - "662912ad882d410eb12cd80a": "Eliminar o pessoal do Peacekeeper em Shoreline", + "662912ad882d410eb12cd80a": "Elimine o pessoal do Peacekeeper na Shoreline", "662912ad882d410eb12cd807 acceptPlayerMessage": "", "662912ad882d410eb12cd807 declinePlayerMessage": "", "662912ad882d410eb12cd807 completePlayerMessage": "", @@ -26167,7 +26456,7 @@ "662912e4a2228f385c7a5b7d description": "Bom dia. Enviei meus homens para inspecionar o laboratório, mas alguém chegou lá primeiro. Eles destruíram todos os dados úteis, esses bastardos! Meus homens dizem que eles devem ter copiado tudo para eles mesmos. É importante pegá-los, mas os caipiras do Skier estão nos obstruindo. Conto com sua ajuda para livrar os territórios de elementos criminosos. Não se preocupe, você não estará trabalhando sozinho.", "662912e4a2228f385c7a5b7d failMessageText": "Estou surpreso e desapontado. A tarefa era simples! Talvez eu deva reconsiderar minha opinião sobre ajuda externa.", "662912e4a2228f385c7a5b7d successMessageText": "Bom trabalho! Ao trabalharmos juntos, nos livramos de parte do problema. ", - "662912e4a2228f385c7a5b80": "Eliminar o pessoal do esquiador na alfândega", + "662912e4a2228f385c7a5b80": "Elimine o pessoal do esquiador na Customs", "662912e4a2228f385c7a5b7d acceptPlayerMessage": "", "662912e4a2228f385c7a5b7d declinePlayerMessage": "", "662912e4a2228f385c7a5b7d completePlayerMessage": "", @@ -26188,7 +26477,7 @@ "66588c0c98194a5d2601019e": "Localize e neutralize Shturman em um único ataque", "66588c0c98194a5d260101a0": "Localize e neutralize a Sanitar em um único ataque", "66588c0c98194a5d260101a2": "Localize e neutralize o Tagilla em um único ataque", - "66588c0c98194a5d260101a4": "Sobreviver e sair do local", + "66588c0c98194a5d260101a4": "Sobreviva e extraia do local", "66588c0c98194a5d26010197 acceptPlayerMessage": "", "66588c0c98194a5d26010197 declinePlayerMessage": "", "66588c0c98194a5d26010197 completePlayerMessage": "", @@ -26196,20 +26485,20 @@ "6658a15615cbb1b2c6014d5b description": "Entre, garoto. Já ouviu as notícias?\n\nParece que todos os tipos de pessoas estão fazendo visitas sociais àquele resort de saúde agora. Todo mundo quer um pouco de ação. Os idiotas os assustaram e os tiraram de lá. Meus cães de caça estão me dizendo que viram aquele grupo de desajustados indo em direção à antiga base da reserva. Portanto, agora você precisa se apressar. Quem sabe quando essa janela de oportunidade se fechará.", "6658a15615cbb1b2c6014d5b failMessageText": "", "6658a15615cbb1b2c6014d5b successMessageText": "Você cortou todas as cabeças da hidra de uma só vez? Eles fizeram um bom trabalho ao se reunirem assim, sem dúvida alguma. Tarkov será eternamente grato a você.\nE mantenho minha palavra: aqui está a recompensa prometida.", - "6658a15615cbb1b2c6014d5c": "Localizar e neutralizar Reshala na Reserva", + "6658a15615cbb1b2c6014d5c": "Localize e neutralize Reshala na Reserva", "6658a15615cbb1b2c6014d5e": "Localize e neutralize Glukhar na Reserva", - "6658a15615cbb1b2c6014d60": "Localizar e neutralizar Killa na reserva", - "6658a15615cbb1b2c6014d62": "Localizar e neutralizar Shturman na reserva", - "6658a15615cbb1b2c6014d64": "Localizar e neutralizar o Knight on Reserve", - "6658a15615cbb1b2c6014d66": "Localizar e neutralizar o Big Pipe na Reserva", - "6658a15615cbb1b2c6014d68": "Localizar e neutralizar o Birdeye na Reserva", - "6658a15615cbb1b2c6014d6a": "Localizar e neutralizar o Sanitar na Reserva", - "6658a15615cbb1b2c6014d6c": "Localizar e neutralizar o Tagilla na Reserva", - "6658a15615cbb1b2c6014d6e": "Eliminar os invasores", - "6658a15615cbb1b2c6014d70": "Eliminar Rogues", - "6658a15615cbb1b2c6014d72": "Localizar e neutralizar o Priest", - "6658a220a4dc74f102c355ce": "Localizar e neutralizar Kaban na Reserva", - "6658a2387aed962d75700786": "Localizar e neutralizar Kollontay na Reserva", + "6658a15615cbb1b2c6014d60": "Localize e neutralize Killa na reserva", + "6658a15615cbb1b2c6014d62": "Localize e neutralize Shturman na reserva", + "6658a15615cbb1b2c6014d64": "Localize e neutralize o Knight on Reserve", + "6658a15615cbb1b2c6014d66": "Localize e neutralize o Big Pipe na Reserva", + "6658a15615cbb1b2c6014d68": "Localize e neutralize o Birdeye na Reserva", + "6658a15615cbb1b2c6014d6a": "Localize e neutralize o Sanitar na Reserva", + "6658a15615cbb1b2c6014d6c": "Localize e neutralize o Tagilla na Reserva", + "6658a15615cbb1b2c6014d6e": "Elimine os invasores", + "6658a15615cbb1b2c6014d70": "Elimine Rogues", + "6658a15615cbb1b2c6014d72": "Localize e neutralize o Priest", + "6658a220a4dc74f102c355ce": "Localize e neutralize Kaban na Reserva", + "6658a2387aed962d75700786": "Localize e neutralize Kollontay na Reserva", "6658a15615cbb1b2c6014d5b acceptPlayerMessage": "", "6658a15615cbb1b2c6014d5b declinePlayerMessage": "", "6658a15615cbb1b2c6014d5b completePlayerMessage": "", @@ -26217,7 +26506,7 @@ "665eeacf5d86b6c8aa03c79b description": "Precisamos conversar. Os capangas de Sanitar têm rondado a área da costa à noite. Obviamente, estão procurando algo. Não podemos deixar isso passar em branco. Espante-os enquanto eu tento descobrir o que eles estão tramando.", "665eeacf5d86b6c8aa03c79b failMessageText": "", "665eeacf5d86b6c8aa03c79b successMessageText": "Você lutou contra eles? Excelente! Descobri que eles estão procurando o esconderijo do Thirsty. Ele era o cara que costumava levar sempre um suprimento duplo de água com ele. Não o vejo há algum tempo, logo depois que ele se envolveu com o Skier. Acho que isso teve um fim ruim para ele.", - "665eed28bdbf7b1f92394ecb": "Eliminar Scavs no período de 22:00-07:00 em Shoreline", + "665eed28bdbf7b1f92394ecb": "Elimine Scavs no período de 22:00-07:00 na Shoreline", "665eeacf5d86b6c8aa03c79b acceptPlayerMessage": "", "665eeacf5d86b6c8aa03c79b declinePlayerMessage": "", "665eeacf5d86b6c8aa03c79b completePlayerMessage": "", @@ -26231,7 +26520,7 @@ "665eec1f5e47a79f8605565a declinePlayerMessage": "", "665eec1f5e47a79f8605565a completePlayerMessage": "", "665eec4a4dfc83b0ed0a9dca name": "Com sede - Entrega", - "665eec4a4dfc83b0ed0a9dca description": "Então, eu mantenho minha palavra. Antes de você, a Sanitar também estava bisbilhotando aquele cara. Mas a proposta de negócios dele era uma porcaria, então não contei nada a ele. Vou lhe contar, mas um pouco mais tarde.\n\nAqui estão alguns bons tanques de propano para você. Sim, os que você trouxe. Agora você precisa guardá-los. Um na reserva natural, no bunker do Scav com a torre de rádio. O outro na área da alfândega, na pequena loja perto da encruzilhada. Apenas certifique-se de não atirar nos tanques, ok? Se terminar o trabalho, você obterá mais informações.", + "665eec4a4dfc83b0ed0a9dca description": "Então, eu mantenho minha palavra. Antes de você, a Sanitar também estava bisbilhotando aquele cara. Mas a proposta de negócios dele era uma porcaria, então não contei nada a ele. Vou lhe contar, mas um pouco mais tarde.\n\nAqui estão alguns bons tanques de propano para você. Sim, os que você trouxe. Agora você precisa guardá-los. Um na reserva natural, no bunker do Scav com a torre de rádio. O outro na área da Customs, na pequena loja perto da encruzilhada. Apenas certifique-se de não atirar nos tanques, ok? Se terminar o trabalho, você obterá mais informações.", "665eec4a4dfc83b0ed0a9dca failMessageText": "", "665eec4a4dfc83b0ed0a9dca successMessageText": "Já terminou? Muito bem. Vou lhe dar um bônus por não reclamar do trabalho. Então, de qualquer forma, o Thirsty costumava ficar na ala oeste do Health Resort, no porão. Isso foi há muito tempo, antes de os drogados chegarem lá. Limpamos aquele lugar há muito tempo, mas talvez ainda tenha sobrado alguma coisa, não sei. Dê uma olhada por si mesmo.", "666057c94381b34642e07f09": "Найти место закладки на локации Лес", @@ -26240,7 +26529,7 @@ "66605b6f46d32cc9188e07aa": "Заложить Балон пропана (5л)", "6661a14545909ae2e92ca2d5": "Localize o ponto de armazenamento especificado no Woods", "6661a170945719c63f28d9c6": "Armazenar o primeiro tanque de propano (5L)", - "6661a18a12e8457716d59f5d": "Localize o local de armazenamento especificado na alfândega", + "6661a18a12e8457716d59f5d": "Localize o local de armazenamento especificado na Customs", "6661a1a1b1953d6c96da8f0e": "Armazenar o segundo tanque de propano (5L)", "665eec4a4dfc83b0ed0a9dca acceptPlayerMessage": "", "665eec4a4dfc83b0ed0a9dca declinePlayerMessage": "", @@ -26260,7 +26549,7 @@ "665eeca92f7aedcc900b0437 failMessageText": "", "665eeca92f7aedcc900b0437 successMessageText": "Eu tinha certeza de que você se interessaria por isso! Aqui estão os resultados do trabalho.", "6661a28be2cdba6a469447c7": "Entregue o item encontrado na incursão: Injetor de adrenalina", - "6661a2ae387c59056c822add": "Entregue o item encontrado na batida: Frasco de multivitaminas OLOLO", + "6661a2ae387c59056c822add": "Entregue o item encontrado na incursão: Frasco de multivitaminas OLOLO", "6661a2bf4846fd2b6ba30f90": "Entregue o item encontrado na incursão: Frasco de solução salina", "665eeca92f7aedcc900b0437 acceptPlayerMessage": "", "665eeca92f7aedcc900b0437 declinePlayerMessage": "", @@ -26269,7 +26558,7 @@ "66631489acf8442f8b05319f description": "Você fez seu nome, e talvez eu tenha uma missão para alguém como você. Mas, antes disso, quero ter certeza de que você sabe distinguir quem é um recurso e quem é uma ameaça. É simples, atire nos PMCs, mas não machuque meu pessoal. Entendido?", "66631489acf8442f8b05319f failMessageText": "Não parece que esteja tentando manter meu pessoal seguro. Acontece que você é mais um risco do que um benefício. Se quiser trabalhar comigo, terá de provar seu valor.", "66631489acf8442f8b05319f successMessageText": "Aqui está sua recompensa.", - "6667193a41b0135d2df10fd9": "Eliminar os agentes da PMC sem matar os Scavs", + "6667193a41b0135d2df10fd9": "Elimine os operadores PMC sem matar os Scavs", "66631489acf8442f8b05319f acceptPlayerMessage": "", "66631489acf8442f8b05319f declinePlayerMessage": "", "66631489acf8442f8b05319f completePlayerMessage": "", @@ -26287,7 +26576,7 @@ "6663148ed7f171c4c20226c1 successMessageText": "Obrigado. Minhas suspeitas foram confirmadas. Espero que você entenda que não se deve falar sobre esse trabalho.", "666729738d4b7a9182ad4a89": "Encontre uma estatueta de Ded Moroz em uma incursão", "66672a1a928cfea6db3ff6cb": "Entregar o item", - "66672a99bf7a7a1fcee35af0": "Encontre uma estatueta do político Mutkevich em uma batida", + "66672a99bf7a7a1fcee35af0": "Encontre uma estatueta do político Mutkevich em uma incursão", "66672a9e351098ce6dee9d3e": "Entregar o item", "66672b010cf940754acb3a83": "Encontre uma estatueta do Killa em uma incursão", "66672b18eba38faad31d29c3": "Entregar o item", @@ -26297,7 +26586,7 @@ "66672b88a8236f9caf29c39e": "Entregar o item", "6667306ec19fb654f22fa05a": "Encontre uma estatueta de Scav em uma incursão", "6667308a456e86f33c87437c": "Entregar o item", - "666730b475bbbbfd5049b7da": "Encontre uma estatueta Tagilla em uma batida", + "666730b475bbbbfd5049b7da": "Encontre uma estatueta Tagilla em uma incursão", "666730d6386cf75012a431f2": "Entregar o item", "666730f88db8c7927a859959": "Encontre uma estatueta de Cultista em uma incursão", "6667310584936a1238607d39": "Entregar o item", @@ -26318,10 +26607,10 @@ "66631493312343839d032d22 description": "O \"empresário\" foi tratado, mas ainda há pessoas na cidade que compraram meu produto sem me contornar. Lembra-se dos cultistas da toxina? São eles. Deixe uma mensagem minha para os fanáticos. Diga a eles que há apenas uma Fence nesta cidade. Faça isso e eu me certificarei de que você receba algo especial.", "66631493312343839d032d22 failMessageText": "", "66631493312343839d032d22 successMessageText": "Você encontrou todos os círculos deles? Depois de um trabalho como esse, você definitivamente provou que é confiável. Aqui está.", - "666733e0c62a5c652f3c4b45": "Esconda uma faca Cultista no círculo marcado da vila submersa em Shoreline", - "666733e3f2c2969cf600991b": "Esconda uma faca Cultist no círculo marcado na ala leste do Health Resort em Shoreline", - "666733e565831d5bafa18bbb": "Esconda uma faca Cultista no círculo marcado na vila do rio em Woods", - "666733e7430c8972d6a5f438": "Esconda uma faca Cultist no círculo marcado pela serraria em Woods", + "666733e0c62a5c652f3c4b45": "Esconda uma faca Cultista no círculo marcado da vila submersa na Shoreline", + "666733e3f2c2969cf600991b": "Esconda uma faca Cultist no círculo marcado na ala leste do Health Resort na Shoreline", + "666733e565831d5bafa18bbb": "Esconda uma faca Cultista no círculo marcado na vila do rio na Woods", + "666733e7430c8972d6a5f438": "Esconda uma faca Cultist no círculo marcado pela serraria na Woods", "66631493312343839d032d22 acceptPlayerMessage": "", "66631493312343839d032d22 declinePlayerMessage": "", "66631493312343839d032d22 completePlayerMessage": "", @@ -26347,26 +26636,26 @@ "666314a1920800278d0f6746 successMessageText": "Quer saber mais? Essas coisinhas são tão boas que vou medi-las e produzi-las eu mesmo. Eles vão se esgotar instantaneamente!", "666976536518781b9feb2f28": "Encontre a bolsa de Sanitar na incursão", "6669766290442b8d8e0688b3": "Entregar o equipamento", - "6669769ff0cb253ff7649f27": "Encontre o suporte de placa Crye Precision AVS (Tagilla Edition) em uma batida", + "6669769ff0cb253ff7649f27": "Encontre o suporte de placa Crye Precision AVS (Tagilla Edition) em incursão", "666976ab1a6ef5fa7b813883": "Entregar o equipamento", - "66697774640ec1284ed1621f": "Encontre o LBT-1961A Load Bearing Chest Rig (Goons Edition) em uma incursão", + "66697774640ec1284ed1621f": "Encontre o LBT-1961A Load Bearing Chest Rig (Goons Edition) em incursão", "666977849154974010adb5ec": "Entregar o equipamento", - "666977bfe975ac480a8f914e": "Encontre o sistema de quadro Mystery Ranch NICE COMM 3 BVS (Coyote) em uma batida", + "666977bfe975ac480a8f914e": "Encontre o sistema de quadro Mystery Ranch NICE COMM 3 BVS (Coyote) em incursão", "666977ca5fa54985173f8e2c": "Entregar o equipamento", - "666977f2dd6e511e9f33005a": "Encontre o suporte de placa Crye Precision CPC (Goons Edition) em uma incursão", + "666977f2dd6e511e9f33005a": "Encontre o suporte de placa Crye Precision CPC (Goons Edition) em incursão", "666978023255d2720cbdf76d": "Entregar o equipamento", "666314a1920800278d0f6746 acceptPlayerMessage": "", "666314a1920800278d0f6746 declinePlayerMessage": "", "666314a1920800278d0f6746 completePlayerMessage": "", - "666314a31cd52e3d040a2e76 name": "Combate comprovado", + "666314a31cd52e3d040a2e76 name": "Provado em combate", "666314a31cd52e3d040a2e76 description": "Veja o que meus rapazes fizeram! Os equipamentos parecem combinar perfeitamente, mas ainda precisam ser testados. Se você conseguir derrotar os caçadores locais com eles, então é um bom produto.", "666314a31cd52e3d040a2e76 failMessageText": "", "666314a31cd52e3d040a2e76 successMessageText": "Então, como foi? Sem rigidez, sem rasgos? Então talvez eu possa aumentar um pouco o preço... Ah, certo, aqui está sua recompensa, você salvou uma vida!", - "6669abb8dac5788ebd0ff74a": "Localize e neutralize qualquer chefe (exceto The Goons e Partisan) usando qualquer equipamento tático da Goons Edition", + "6669abb8dac5788ebd0ff74a": "Localize e neutralize qualquer Boss(exceto The Goons e Partisan) usando qualquer veste tática da Goons Edition", "666314a31cd52e3d040a2e76 acceptPlayerMessage": "", "666314a31cd52e3d040a2e76 declinePlayerMessage": "", "666314a31cd52e3d040a2e76 completePlayerMessage": "", - "666314a50aa5c7436c00908a name": "Padrões antigos", + "666314a50aa5c7436c00908a name": "Padrões Antigos", "666314a50aa5c7436c00908a description": "Fizemos um ótimo trabalho juntos com a nova linha de equipamentos! Como nos velhos tempos, quando os negócios estavam crescendo e o dinheiro estava entrando. A propósito, tive uma ideia de um corte especial para aumentar os bolsos das calças. Quer que eu experimente na sua? Então você terá de pagar por eles. Os moldes são bem antigos e caros. Não dá para fazer isso de memória!", "666314a50aa5c7436c00908a failMessageText": "", "666314a50aa5c7436c00908a successMessageText": "Lindo. Tudo bem, estou tirando as calças agora, é hora de fazer uma atualização!", @@ -26390,15 +26679,15 @@ "666314b2a9290f9e0806cca3 acceptPlayerMessage": "", "666314b2a9290f9e0806cca3 declinePlayerMessage": "", "666314b2a9290f9e0806cca3 completePlayerMessage": "", - "666314b4d7f171c4c20226c3 name": "Os bons tempos - Parte 1", + "666314b4d7f171c4c20226c3 name": "Os Bons Tempos - Parte 1", "666314b4d7f171c4c20226c3 description": "Olá novamente! Lembra-se dos bons e velhos tempos em que todos os principais combates aconteciam em Polikhim? Naquela época, as pessoas compravam toneladas de equipamentos de mim. Havia um kit, o mais popular entre as PMCs. \n\nEu queria saber como ele se comporta no campo hoje em dia. Dê uma olhada nele e me diga como é, sim?", "666314b4d7f171c4c20226c3 failMessageText": "", "666314b4d7f171c4c20226c3 successMessageText": "Obrigado por sua ajuda, soldado! Hoje em dia, há batalhas por toda a cidade, e todos têm seus próprios equipamentos diferentes. É uma corrida armamentista, eu lhe digo!", - "666333e93962787efd64004a": "Elimine os agentes da PMC usando a Colt M4A1, a armadura 6B43 e o capacete Kiver-M na Factory", + "666333e93962787efd64004a": "Elimine os operadores PMC usando a Colt M4A1, a armadura 6B43 e o capacete Kiver-M na Factory", "666314b4d7f171c4c20226c3 acceptPlayerMessage": "", "666314b4d7f171c4c20226c3 declinePlayerMessage": "", "666314b4d7f171c4c20226c3 completePlayerMessage": "", - "666314b696a9349baa021bac name": "Padrão de qualidade", + "666314b696a9349baa021bac name": "Padrão de Qualidade", "666314b696a9349baa021bac description": "Boa tarde. Fiquei sabendo que o camarada Prapor tem se tornado nostálgico ultimamente. Embora eu mesmo não consiga encontrar tempo para essas coisas, seus assuntos e os de Prapor me levaram a uma boa ideia. \n\nQuando os habitantes locais souberam do laboratório subterrâneo do TerraGroup, houve um grande alvoroço! Foi um avanço para meus negócios, pois foi do laboratório que obtive meus equipamentos exclusivos. \n\nBem, talvez ainda existam alguns LEDX originais americanos que sobraram daquela época. Você pode me conseguir um desses? Isso ajudaria muito a nossa causa.", "666314b696a9349baa021bac failMessageText": "", "666314b696a9349baa021bac successMessageText": "Meus agradecimentos a você. Não sei o que faríamos se o laboratório não fosse acessível a pessoas como você.", @@ -26407,15 +26696,15 @@ "666314b696a9349baa021bac acceptPlayerMessage": "", "666314b696a9349baa021bac declinePlayerMessage": "", "666314b696a9349baa021bac completePlayerMessage": "", - "666314b8312343839d032d24 name": "Correio aéreo", + "666314b8312343839d032d24 name": "Correio Aéreo", "666314b8312343839d032d24 description": "Olá, amigo! Você sabe como até mesmo pequenas mudanças afetam nosso mundo isolado de Tarkov. Veja, por exemplo, a chegada da ajuda humanitária que está sendo lançada de aviões. \n\nAntes, nem eu conseguia obter alguns dos componentes para meu trabalho. Mas agora você pode encontrar verdadeiros tesouros nessas caixas! \n\nA propósito, gostaria de providenciar um novo pacote. Para isso, preciso me certificar de que os pilotos trabalhem conforme as instruções, dando uma queda logo após o lançamento do sinalizador vermelho. Você pode me ajudar com isso?", "666314b8312343839d032d24 failMessageText": "", "666314b8312343839d032d24 successMessageText": "Funcionou, certo? Obrigado, amigo. Nosso correio aéreo é muito útil!", - "6672edebec0c3e2ad7d4e489": "Lançar um sinalizador vermelho na antiga serraria em Woods", + "6672edebec0c3e2ad7d4e489": "Lançar um sinalizador vermelho na antiga serraria na Woods", "666314b8312343839d032d24 acceptPlayerMessage": "", "666314b8312343839d032d24 declinePlayerMessage": "", "666314b8312343839d032d24 completePlayerMessage": "", - "666314bafd5ca9577902e03a name": "Os bons tempos - Parte 2", + "666314bafd5ca9577902e03a name": "Os Bons Tempos - Parte 2", "666314bafd5ca9577902e03a description": "A corrida na fábrica foi incrível, suas histórias fizeram com que minha memória voltasse à tona! Os tiroteios são uma coisa, mas quando os líderes dos bandidos apareceram, aí é que a coisa ficou realmente quente. \n\nReshala foi o primeiro a aparecer, sempre se gabando de seu TT dourado. Naquela época, todo mundo queria um desses em seu coldre. \n\nMas agora, por algum motivo, a demanda por TTs está diminuindo. Você pode lembrar a todos com que tipo de armas os homens de verdade lutam?", "666314bafd5ca9577902e03a failMessageText": "", "666314bafd5ca9577902e03a successMessageText": "Os modelos mais antigos sempre têm um tipo de personalidade. E este aqui, o dourado, a empunhadura... Há algo nela que parece certo, não é?", @@ -26424,10 +26713,10 @@ "666314bafd5ca9577902e03a declinePlayerMessage": "", "666314bafd5ca9577902e03a completePlayerMessage": "", "666314bc1d3ec95634095e77 name": "Minuto da Fama", - "666314bc1d3ec95634095e77 description": "E aí, bandido! Como vai a vida? Um passarinho me contou que há uma revista especial no shopping Ultra, no Interchange. Eles escreveram sobre o nosso videogame russo, que é reconhecido em todo o mundo! Acho que os caras realmente criaram um ótimo conceito!", + "666314bc1d3ec95634095e77 description": "E aí, bandido! Como vai a vida? Um passarinho me contou que há uma revista especial no shopping Ultra, na Interchange. Eles escreveram sobre o nosso videogame russo, que é reconhecido em todo o mundo! Acho que os caras realmente criaram um ótimo conceito!", "666314bc1d3ec95634095e77 failMessageText": "", "666314bc1d3ec95634095e77 successMessageText": "Isso sim é uma vitória! A revista tirou a sorte grande! Parece uma verdadeira merda histórica.", - "667a958eb30fe2e2938a6387": "Localize e obtenha a edição especial da revista de jogos no Interchange", + "667a958eb30fe2e2938a6387": "Localize e obtenha a edição especial da revista de jogos na Interchange", "667a95972740eaeca1ecda21": "Entregue o item encontrado", "666314bc1d3ec95634095e77 acceptPlayerMessage": "", "666314bc1d3ec95634095e77 declinePlayerMessage": "", @@ -26438,10 +26727,10 @@ "666314bd920800278d0f6748 successMessageText": "Acho que estou começando a entender por que as pessoas assistem a essas \"transmissões ao vivo\". É viciante!", "6667579086472aaf0bf7bef5": "Передать жесткий диск с утечкой", "666757c530b9b77ff2d9ac58": "Найти жесткий диск с утечкой в покосившемся доме на локации Берег", - "667bf8370849ce7edf2b124e": "Instale uma câmera WI-FI na borda da montanha em Woods", - "667bf840981b1c594af358ce": "Instalar uma câmera WI-FI na torre do píer em Shoreline", - "667bf845dc371ee9869f185e": "Instalar uma câmera WI-FI no corredor do escritório na fábrica", - "66d07fa69d373d977f437fe0": " Instalar uma câmera WI-FI no corredor do escritório na fábrica", + "667bf8370849ce7edf2b124e": "Instale uma câmera WI-FI na borda da montanha na Woods", + "667bf840981b1c594af358ce": "Instalar uma câmera WI-FI na torre do píer na Shoreline", + "667bf845dc371ee9869f185e": "Instalar uma câmera WI-FI no corredor do escritório na Factory", + "66d07fa69d373d977f437fe0": " Instalar uma câmera WI-FI no corredor do escritório na Factory", "666314bd920800278d0f6748 acceptPlayerMessage": "", "666314bd920800278d0f6748 declinePlayerMessage": "", "666314bd920800278d0f6748 completePlayerMessage": "", @@ -26451,7 +26740,7 @@ "666314bf1cd52e3d040a2e78 successMessageText": "Deixe-me ver. Ha, é um espaço em branco! Sim, os editores acabaram sendo bons e, acredite, esse garoto das alegações será esquecido por todos.", "666759ec97f6cdd83434764e": "Передать жесткий диск с утечкой", "666759f6742e5c250f2065fe": "Найти жесткий диск с утечкой в покосившемся доме на локации Берег", - "667571ad6889d3af44af7be2": "Localizar e obter o disco rígido na antiga casa em Shoreline", + "667571ad6889d3af44af7be2": "Localizar e obter o disco rígido na antiga casa na Shoreline", "667571cb7620e3041bad913c": "Entregue o item encontrado", "666314bf1cd52e3d040a2e78 acceptPlayerMessage": "", "666314bf1cd52e3d040a2e78 declinePlayerMessage": "", @@ -26465,10 +26754,10 @@ "66675a5b89c89dbbf90361d5": "Entregue o item encontrado na incursão: Powerbank portátil", "66675a66e7b6dbc6ff88de91": "Entregue o item encontrado na incursão: Bateria recarregável", "667c252898eab887725ef789": "Entregue o item encontrado na incursão: CPU DE PC", - "667c25452c353b0176f883d1": "Entregue o item encontrado na batida: Componentes eletrônicos", + "667c25452c353b0176f883d1": "Entregue o item encontrado na incursão: Componentes eletrônicos", "667c257562774a862480925c": "Entregue o item encontrado na incursão: Feixe de fios", "667c25970b2c3c93bfc0f204": "Entregue o item encontrado na incursão: Capacitores", - "667c25a8b3d49a2e3f4bd05c": "Entregue o item encontrado na batida: Lente NIXXOR", + "667c25a8b3d49a2e3f4bd05c": "Entregue o item encontrado na incursão: Lente NIXXOR", "667c25b7b4419ddadbe352be": "Entregue o item encontrado no raid: RAM stick", "667c25eeb3fba3b8f07b9193": "Entregue o item encontrado na incursão: LCD funcionando", "667c26159bd3d32fb565578e": "Entregue o item encontrado na incursão: Lâmpada", @@ -26479,10 +26768,10 @@ "666314c3acf8442f8b0531a3 description": "Você é um bom sujeito, eu lhe digo isso. Eu não confiaria em outro homem para fazer isso, mas você é um sujeito experiente, entende o que estou dizendo. Ouvi dizer que Prapor agora gosta de tecnologia moderna e tem câmeras por toda parte, observando tudo de sua caverna de homem. \n\nE recentemente ele arruinou um de meus negócios, começou a gritar como um maldito galo, algo sobre as regras de comércio e ordem militar... Temos que mostrar a ele o filho da puta que ele se tornou. Opa, desculpe pela linguagem ofensiva. Espero que isso não desrespeite as diretrizes de sua comunidade.", "666314c3acf8442f8b0531a3 failMessageText": "", "666314c3acf8442f8b0531a3 successMessageText": "Muito bem! Dizem que até o mundo exterior ficou sabendo da nossa pequena mudança, haha!", - "667442da875be5fb415df535": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor em Woods", - "6682873d755938fa4cb73073": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor em Shoreline", - "66828746efaecf435dde20ca": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor na fábrica", - "66d080533a3c33d823a3477d": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor na fábrica", + "667442da875be5fb415df535": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor na Woods", + "6682873d755938fa4cb73073": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor na Shoreline", + "66828746efaecf435dde20ca": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor na Factory", + "66d080533a3c33d823a3477d": "Guarde uma estatueta de galo de ouro na câmera WI-FI da Prapor na Factory", "666314c3acf8442f8b0531a3 acceptPlayerMessage": "", "666314c3acf8442f8b0531a3 declinePlayerMessage": "", "666314c3acf8442f8b0531a3 completePlayerMessage": "", @@ -26492,7 +26781,7 @@ "666314c5a9290f9e0806cca5 successMessageText": "Você conseguiu? Muito bom! O que significam esses números? Apenas as mentes brilhantes que conhecem a história de Tarkov entenderão isso, provavelmente. ", "66675ab84ae46ba8cb5f8f5d": "передать Ключ от города", "66675abf3763d2d5e42654b4": "Найти Ключ от города на локации улицы Таркова", - "6679884cef969161e3e9d64d": "Localize e obtenha a chave de lembrança da cidade em Streets of Tarkov", + "6679884cef969161e3e9d64d": "Localize e obtenha a chave de lembrança da cidade na Streets of Tarkov", "667988545af9f7082798b67d": "Entregue o item encontrado", "666314c5a9290f9e0806cca5 acceptPlayerMessage": "", "666314c5a9290f9e0806cca5 declinePlayerMessage": "", @@ -26510,11 +26799,11 @@ "6672ec2a2b6f3b71be794cc5 description": "Boa tarde. Preciso desesperadamente dos cartões de acesso da equipe do laboratório do TerraGroup, e você sabe muito bem como é impossível conseguir um deles. Ouvi dizer que o Mechanic está disposto a trocar os cartões por alguns equipamentos militares, mas não tenho mão de obra para reuni-los no momento. Isso é uma questão de vida ou morte. Você pode ajudar?", "6672ec2a2b6f3b71be794cc5 failMessageText": "", "6672ec2a2b6f3b71be794cc5 successMessageText": "Obrigado! Não sei como ou onde você os conseguiu, mas agora posso obter o equipamento que certamente encantará meus clientes - Ahem, pacientes, é claro. Esses cartões são a chave para a salvação, nada menos que isso!", - "66742e9871a1ea849356d1a1": "Entregue um cartão de acesso do TerraGroup Labs (preto)", - "66742eb113141dd347c1515f": "Entregue um cartão de acesso do TerraGroup Labs (azul)", - "66742ebfbe505da164e5068d": "Entregue um cartão de acesso do TerraGroup Labs (verde)", - "66742efcb6a664c20e32cc11": "Entregue um cartão de acesso do TerraGroup Labs (vermelho)", - "66742f60da136c794ff6df0c": "Entregue um cartão de acesso do TerraGroup Labs (amarelo)", + "66742e9871a1ea849356d1a1": "Entregue um cartão de acesso do TerraGroup Labs (Preto)", + "66742eb113141dd347c1515f": "Entregue um cartão de acesso do TerraGroup Labs (Azul)", + "66742ebfbe505da164e5068d": "Entregue um cartão de acesso do TerraGroup Labs (Verde)", + "66742efcb6a664c20e32cc11": "Entregue um cartão de acesso do TerraGroup Labs (Vermelho)", + "66742f60da136c794ff6df0c": "Entregue um cartão de acesso do TerraGroup Labs (Amarelo)", "66742f71f4a5f593020a5554": "Entregue um cartão de acesso do TerraGroup Labs (Violet)", "66742f90653d4d410e6908ea": "Entregue um cartão de acesso do TerraGroup Labs", "6672ec2a2b6f3b71be794cc5 acceptPlayerMessage": "", @@ -26531,7 +26820,7 @@ "668bcccc167d507eb01a268b description": "Olá, vou colocá-lo a par de tudo. Aparentemente, o Peacekeeper e o camarada Prapor estão tentando dividir novamente o mercado de armas. Ambos estão fazendo dumping para ganhar clientes um do outro. Isso lembra alguma coisa, não é? A história sempre se repete, e estamos em mais uma página do livro com essa corrida armamentista...\n\nBem, tanto faz, não vale a pena divagar agora, além disso, essa situação pode ser benéfica para mim. Eu estava prestes a reabastecer meu estoque de armas importadas. Ouvi dizer que até mesmo os Scavs de Polikhim já estão usando armas ocidentais! Você pode me conseguir algumas delas? Acho que ninguém vai lamentar esses bandidos.", "668bcccc167d507eb01a268b failMessageText": "", "668bcccc167d507eb01a268b successMessageText": "Isso é estranho... Eu achava que o Peacekeeper só vendia produtos de qualidade. A condição dessas armas faria com que muitas pessoas considerassem a possibilidade de mudar para outro vendedor.", - "668bceb012b42f685164674c": "Eliminar Scavs na fábrica", + "668bceb012b42f685164674c": "Elimine Scavs na Factory", "668bcf4e734d42388944ccf5": "Entregue as armas Scav ocidentais encontradas na incursão", "668bcccc167d507eb01a268b acceptPlayerMessage": "", "668bcccc167d507eb01a268b declinePlayerMessage": "", @@ -26548,18 +26837,18 @@ "668bcd1b194be70f18427a00 description": "Ah, sim, sim, meu amigo, você chegou bem na hora! Conduzi uma investigação e encontrei a origem das armas defeituosas. Acontece que a Prapor não tem nada a ver com isso. As armas importadas nessa condição e quantidade só estão disponíveis para os ex-bandidos da USEC. Parece que eles próprios decidiram entrar no mercado. \n\nNo entanto, eles não podem vender seus produtos por conta própria por motivos óbvios, o que significa que devem ter cúmplices... Você precisa montar uma vigilância na base deles para que possamos encontrar seus revendedores.", "668bcd1b194be70f18427a00 failMessageText": "", "668bcd1b194be70f18427a00 successMessageText": "Ótimo! Agora vou localizar os revendedores que estão me desacreditando. Depois disso, entrarei em contato com você para seu próximo trabalho.", - "668be8a88b5800f44b533e21": "Instalar uma câmera WI-FI para vigiar a entrada do primeiro prédio da estação de tratamento de água no Lighthouse", - "668be8dfd906438a21fc839c": "Instalar uma câmera WI-FI para vigiar a segunda entrada do prédio da estação de tratamento de água no Lighthouse", - "668be8e5ed860032551c901f": "Instalar uma câmera WI-FI para vigiar a terceira entrada do prédio da estação de tratamento de água no Lighthouse", + "668be8a88b5800f44b533e21": "Instalar uma câmera WI-FI para vigiar a entrada do primeiro prédio da estação de tratamento de água na Lighhouse", + "668be8dfd906438a21fc839c": "Instalar uma câmera WI-FI para vigiar a segunda entrada do prédio da estação de tratamento de água na Lighhouse", + "668be8e5ed860032551c901f": "Instalar uma câmera WI-FI para vigiar a terceira entrada do prédio da estação de tratamento de água na Lighhouse", "668bcd1b194be70f18427a00 acceptPlayerMessage": "", "668bcd1b194be70f18427a00 declinePlayerMessage": "", "668bcd1b194be70f18427a00 completePlayerMessage": "", "668bcd253e2c5f65cc64d7da name": "Riscos das pequenas empresas", - "668bcd253e2c5f65cc64d7da description": "Portanto, as câmeras funcionaram perfeitamente. Os ex-USECs estão recebendo ajuda dos Svavs, e meu homem conseguiu identificá-los. São dois dos homens de Kaban, Gus e Basmach. Não tenho certeza se o chefe deles sabe sobre esse trabalho paralelo, mas agora não é hora de investigar. \n\nO dano à reputação já é muito grande, e preciso acabar com esses dois filhos da puta o mais rápido possível. Um antigo rival meu decidiu tirar proveito da situação, portanto, temos que trabalhar rápido!", + "668bcd253e2c5f65cc64d7da description": "Portanto, as câmeras funcionaram perfeitamente. Os ex-USECs estão recebendo ajuda dos Scavs, e meu homem conseguiu identificá-los. São dois dos homens de Kaban, Gus e Basmach. Não tenho certeza se o chefe deles sabe sobre esse trabalho paralelo, mas agora não é hora de investigar. \n\nO dano à reputação já é muito grande, e preciso acabar com esses dois filhos da puta o mais rápido possível. Um antigo rival meu decidiu tirar proveito da situação, portanto, temos que trabalhar rápido!", "668bcd253e2c5f65cc64d7da failMessageText": "Então você está se recusando a me ajudar? Protegendo esses Scavs sob as ordens de Prapor? Não vou me esquecer disso, mercenário.", "668bcd253e2c5f65cc64d7da successMessageText": "Excelente trabalho. Esses dois voaram muito perto do sol, estou certo? Bem, é hora de restaurar meu bom nome.", - "668bd044fd212b5f7ca0d830": "Eliminar Basmach em Streets of Tarkov", - "668bd0c04fd3b3f3aa50c893": "Eliminar Gus em Streets of Tarkov", + "668bd044fd212b5f7ca0d830": "Elimine o Basmach na Streets of Tarkov", + "668bd0c04fd3b3f3aa50c893": "Elimine o Gus na Streets of Tarkov", "668bcd253e2c5f65cc64d7da acceptPlayerMessage": "", "668bcd253e2c5f65cc64d7da declinePlayerMessage": "", "668bcd253e2c5f65cc64d7da completePlayerMessage": "", @@ -26567,13 +26856,13 @@ "668bcd367eb38c3c4d58603c description": "Olá, guerreiro! Fiquei sabendo sobre nosso colega ocidental e sua suposta \"investigação\". Os desertores da USEC decidiram vender armas usadas e entraram em contato com os Scavs. Dizem que foram os rapazes do Kaban que armaram para o Peacekeeper. Problemas para ele, mas um lucro enorme para mim! \n\nO único problema é que ele descobriu sobre Gus e Basmach, e agora quer acabar com eles. Ouça, eu não gosto muito desses bandidos, mas eles são muito úteis para o meu negócio. Seja um bom rapaz e vá ajudar esses rapazes, está bem?", "668bcd367eb38c3c4d58603c failMessageText": "Você está sabotando minha operação aqui, garoto. Foi por causa de um jeans importado ou de um refrigerante que você se vendeu?", "668bcd367eb38c3c4d58603c successMessageText": "O PK não poupou recursos para conseguir esses dois, não foi? Mas você se saiu bem. Eu sabia que você me ajudaria. Depois de um constrangimento desses, o turista levará muito tempo para se recuperar. Os dois garotos parecem ter uma boa ambição, eles irão longe, estou lhe dizendo! Tudo o que eles precisam é sair de baixo do Kaban.", - "668be97f77ef4d66357d6393": "Eliminar os agentes da PMC em Streets of Tarkov", + "668be97f77ef4d66357d6393": "Elimine os operadores PMC na Streets of Tarkov", "668be9bfd999e5485ead4306": "Você não deve matar Gus ou Basmach enquanto a tarefa estiver ativa", "668f9ec2f575f0ed515f8cc6": "Não mate Gus ou Basmach enquanto a missão estiver ativa", "668bcd367eb38c3c4d58603c acceptPlayerMessage": "", "668bcd367eb38c3c4d58603c declinePlayerMessage": "", "668bcd367eb38c3c4d58603c completePlayerMessage": "", - "668bcd6c3e2c5f65cc64d7dc name": "Testado pelo tempo", + "668bcd6c3e2c5f65cc64d7dc name": "Macaco Velho", "668bcd6c3e2c5f65cc64d7dc description": "É isso aí, guerreiro! Chegou a hora do avanço decisivo nessa corrida armamentista! O pacificador está em uma posição vulnerável, por isso temos que acabar com ele de vez. Mostre que não há nada em Tarkov que seja melhor do que nossas armas domésticas. Acho que você sabe muito bem como demonstrar a qualidade das armas russas.", "668bcd6c3e2c5f65cc64d7dc failMessageText": "", "668bcd6c3e2c5f65cc64d7dc successMessageText": "Você realmente mostrou a eles! Agora todos sabem de quem comprar uma arma confiável. Fico imaginando como Gus e Basmach se sairão de agora em diante.", @@ -26581,7 +26870,7 @@ "668bcd6c3e2c5f65cc64d7dc acceptPlayerMessage": "", "668bcd6c3e2c5f65cc64d7dc declinePlayerMessage": "", "668bcd6c3e2c5f65cc64d7dc completePlayerMessage": "", - "668bcd7459a35c28386482d0 name": "Padrões de qualidade ocidentais", + "668bcd7459a35c28386482d0 name": "Padrões de Qualidade Ocidentais", "668bcd7459a35c28386482d0 description": "Bom dia para você! Portanto, lidamos com a causa dos rumores negativos, mas os rumores ainda correm pela cidade. E há aquele velho soldado que ainda está fazendo campanha. Ele acha que pode me derrotar nessa luta. \n\nVamos provar a ele que não pode. As vantagens das armas importadas são óbvias, e você deve demonstrá-las em ação. É hora de um bom show, meu amigo! ", "668bcd7459a35c28386482d0 failMessageText": "", "668bcd7459a35c28386482d0 successMessageText": "Espetacular. Mais uma vez você provou que trabalha para obter resultados. Agora todos sabem quem visitar para obter produtos inovadores e da mais alta qualidade.", @@ -26596,16 +26885,16 @@ "669f9584e749756c920d02c6 acceptPlayerMessage": "", "669f9584e749756c920d02c6 declinePlayerMessage": "", "669f9584e749756c920d02c6 completePlayerMessage": "", - "669fa38fad7f1eac2607ed46 name": "Uma ponta solta a menos", + "669fa38fad7f1eac2607ed46 name": "Uma Ponta Solta a Menos", "669fa38fad7f1eac2607ed46 description": "Olá, querido amigo. Há um trabalho importante só para alguém como você. Você precisa pegar um diário no laboratório de campo do TerraGroup na fábrica de Polikhim e deixá-lo em um local específico. É em uma antiga serraria na reserva natural de Priozersk. Deixe o pacote na casa com os transformadores. \n\nNão quero aborrecer meu cliente influente, portanto não posso confiar o trabalho a uma pessoa aleatória.", "669fa38fad7f1eac2607ed46 failMessageText": "Tem certeza de que fez a coisa certa, mercenário? Meu cliente não vai tolerar isso, e eu recomendaria que você olhasse por cima do ombro com mais frequência a partir de agora. Não conte comigo para se proteger.", "669fa38fad7f1eac2607ed46 successMessageText": "Excelente! Você conhece o ditado \"O que acontece em Vegas, fica em Vegas\"? Todos têm seus segredos, e bisbilhotar esses segredos pode ser muito perigoso...", "669faeb6a6e02d00c47ad812": "Localize e obtenha o diário do laboratório na Factory", - "669faecceb01bf6324de66c4": "Guarde o diário na antiga serraria em Woods", + "669faecceb01bf6324de66c4": "Guarde o diário na antiga serraria na Woods", "669fa38fad7f1eac2607ed46 acceptPlayerMessage": "", "669fa38fad7f1eac2607ed46 declinePlayerMessage": "", "669fa38fad7f1eac2607ed46 completePlayerMessage": "", - "669fa3910c828825de06d69f name": "Uma alternativa saudável", + "669fa3910c828825de06d69f name": "Uma Alternativa Saudável", "669fa3910c828825de06d69f description": "Olá. Soube que você foi encarregado de encontrar o registro do laboratório da fábrica de produtos químicos. Aparentemente, o TerraGroup está disposto a pagar muito bem pela extração de seus documentos. \n\nPeço que você reconsidere. Se a corporação se preocupa tanto com esse material, ela deve estar escondendo algo valioso! Obviamente, quero dizer valioso para a cidade e seus cidadãos. Deixe o diário sob meus cuidados.", "669fa3910c828825de06d69f failMessageText": "Você decidiu devolver o diário para a corporação? Você não parece se importar muito com as pessoas desta cidade. Estou desapontado com sua escolha.", "669fa3910c828825de06d69f successMessageText": "Você escolheu o lado certo! Esse diário será muito útil para meu conhecido em seus experimentos.... Quero dizer, pesquisas! Dessa forma, poderemos aliviar o sofrimento dos cidadãos de Tarkov que ainda estão na cidade.", @@ -26616,19 +26905,19 @@ "669fa394e0c9f9fafa082897 name": "Certificado de empilhadeira", "669fa394e0c9f9fafa082897 description": "Olá, amigo! Como está se sentindo? As coisas estão indo bem para mim aqui. Às vezes, parece até bom demais para ser verdade. Bem, mas não posso me queixar!\n\nNão posso mais jogar Tetriz no antigo depósito, então encontrei um novo e maior playground. Mas não há maquinário! \n\nQuero construir uma empilhadeira com o que sobrou da fábrica. Deve haver peças sobreviventes suficientes para uma. Não é preciso coletar peças, basta encaminhar meus homens por todas as empilhadeiras.", "669fa394e0c9f9fafa082897 failMessageText": "", - "669fa394e0c9f9fafa082897 successMessageText": "Eu não sabia que havia tantas empilhadeiras na fábrica! Lembro-me das vezes em que passava o dia inteiro com meu pai na garagem trabalhando em seu Volga...", - "669faf99963982aef42a5ba4": "Localize a primeira empilhadeira na fábrica", - "669fafa09a13dcb8bf66e6bd": "Localize a segunda empilhadeira na fábrica", - "669fafa1d0fe63abcf15fac8": "Localize a terceira empilhadeira na fábrica", - "669fafa2394f7353883ffd8d": "Localize a quarta empilhadeira na fábrica", - "669fafa49bf4b277e24f3681": "Localize a quinta empilhadeira na fábrica", - "669fafa5f597899ad6bc55bb": "Localize a sexta empilhadeira na fábrica", - "669fafa76172f63531f6e74d": "Localize a sétima empilhadeira na fábrica", - "669fafa9299830ffe78e937d": "Localize a oitava empilhadeira na fábrica", - "66a80f20fe47046136f14c8b": "Localize a nona empilhadeira na fábrica", - "66bd67615936a4753b7345be": "Localize a décima empilhadeira na fábrica", - "66bd6765b9e77d3672edfeee": "Localize a décima primeira empilhadeira na fábrica", - "66c2331d75e8aa67fbf65930": "Localize a décima segunda empilhadeira na fábrica", + "669fa394e0c9f9fafa082897 successMessageText": "Eu não sabia que havia tantas empilhadeiras na Factory! Lembro-me das vezes em que passava o dia inteiro com meu pai na garagem trabalhando em seu Volga...", + "669faf99963982aef42a5ba4": "Localize a primeira empilhadeira na Factory", + "669fafa09a13dcb8bf66e6bd": "Localize a segunda empilhadeira na Factory", + "669fafa1d0fe63abcf15fac8": "Localize a terceira empilhadeira na Factory", + "669fafa2394f7353883ffd8d": "Localize a quarta empilhadeira na Factory", + "669fafa49bf4b277e24f3681": "Localize a quinta empilhadeira na Factory", + "669fafa5f597899ad6bc55bb": "Localize a sexta empilhadeira na Factory", + "669fafa76172f63531f6e74d": "Localize a sétima empilhadeira na Factory", + "669fafa9299830ffe78e937d": "Localize a oitava empilhadeira na Factory", + "66a80f20fe47046136f14c8b": "Localize a nona empilhadeira na Factory", + "66bd67615936a4753b7345be": "Localize a décima empilhadeira na Factory", + "66bd6765b9e77d3672edfeee": "Localize a décima primeira empilhadeira na Factory", + "66c2331d75e8aa67fbf65930": "Localize a décima segunda empilhadeira na Factory", "669fa394e0c9f9fafa082897 acceptPlayerMessage": "", "669fa394e0c9f9fafa082897 declinePlayerMessage": "", "669fa394e0c9f9fafa082897 completePlayerMessage": "", @@ -26636,7 +26925,7 @@ "669fa395c4c5c04798002497 description": "Ei, notei que mais e mais pessoas estão se esgueirando pela fábrica de produtos químicos, que está ficando um pouco cheia para o meu gosto... É por isso que preciso que você encontre uma nova rota de saída, caso algo dê errado. Se você fizer isso, poderá contar com uma recompensa magnífica, acredite!", "669fa395c4c5c04798002497 failMessageText": "", "669fa395c4c5c04798002497 successMessageText": "No quintal, não é? Muitas pessoas tentaram passar por lá antes, mas foram explodidas por armadilhas com muita frequência. Mas você está me dizendo que não sobrou uma única mina antiga? \n\nBem, isso é bom! Só não fale muito sobre nosso novo esconderijo, certo? Quando os idiotas descobrirem essa saída, já teremos saqueado toda a fábrica!", - "669fb12eb01ceef19a5b4ebc": "Sobreviva e saia da fábrica pela saída principal", + "669fb12eb01ceef19a5b4ebc": "Sobreviva e saia da Factory pela saída principal", "669fa395c4c5c04798002497 acceptPlayerMessage": "", "669fa395c4c5c04798002497 declinePlayerMessage": "", "669fa395c4c5c04798002497 completePlayerMessage": "", @@ -26652,7 +26941,7 @@ "669fa399033a3ce9870338a8 description": "Ei, guerreiro! Você já deve ter visto um helicóptero acidentado na fábrica antes, não é? Fico imaginando quando e como ele foi parar lá. Mas tenho certeza de uma coisa: eles nunca enviaram helicópteros a Tarkov para buscar ninguém, nem antes nem agora. Devemos descobrir quem estava no helicóptero e qual era a missão deles.\n\nVocê deveria ir explorar aquele helicóptero. Deve haver um diário de bordo ou algo assim.", "669fa399033a3ce9870338a8 failMessageText": "", "669fa399033a3ce9870338a8 successMessageText": "Haha! Eu sabia que você era o mercenário certo para o trabalho. O helicóptero não parece ser russo, mas isso é só à primeira vista. Parece que nossos agentes secretos se infiltraram nos USECs e capturaram um deles!\n\nSe não houver corpos perto do helicóptero, isso significa que os rapazes conseguiram escapar e a tarefa foi cumprida.", - "669fb4a56e66d3d79183a5c9": "Localize e obtenha o livro de registro do helicóptero na fábrica", + "669fb4a56e66d3d79183a5c9": "Localize e obtenha o livro de registro do helicóptero na Factory", "669fb4b21f2e5268651cc96a": "Entregue as informações encontradas", "669fa399033a3ce9870338a8 acceptPlayerMessage": "", "669fa399033a3ce9870338a8 declinePlayerMessage": "", @@ -26661,9 +26950,9 @@ "669fa39b91b0a8c9680fc467 description": "Não entendo por que ninguém percebe os padrões óbvios na variação do preço da platina. Estamos enfrentando uma crise total, mas é a mim que estão chamando de pessimista! Bem, vamos ver como eles compram a platina pelo preço excessivo.\n\nA propósito, temos trocadores de calor antigos embaixo da usina, eles têm aqueles velhos tubos corrugados da época soviética com inserções de platina. Em momentos como esse, é sempre bom estar preparado para uma possível crise.\n\nVocê pode me ajudar a fazer um estoque? Basta marcar os trocadores de calor com luzes estroboscópicas.", "669fa39b91b0a8c9680fc467 failMessageText": "", "669fa39b91b0a8c9680fc467 successMessageText": "Tem certeza de que não perdeu nenhum? Tudo bem, ótimo. Ainda assim, é uma pena que a complacência impeça alguns investidores de ver mudanças reais. \n\nTodos dirão então que a crise da platina pegou todo mundo de surpresa e não poderia ter sido prevista... Sim, é verdade.", - "669fb647a5be751be095da27": "Localize e marque o primeiro trocador de calor com um marcador MS2000 na fábrica", - "669fb64aa7e974b27a9c7e1f": "Localize e marque o segundo trocador de calor com um marcador MS2000 na fábrica", - "669fb64b5150ba5196dae347": "Localize e marque o terceiro trocador de calor com um marcador MS2000 na fábrica", + "669fb647a5be751be095da27": "Localize e marque o primeiro trocador de calor com um marcador MS2000 na Factory", + "669fb64aa7e974b27a9c7e1f": "Localize e marque o segundo trocador de calor com um marcador MS2000 na Factory", + "669fb64b5150ba5196dae347": "Localize e marque o terceiro trocador de calor com um marcador MS2000 na Factory", "669fa39b91b0a8c9680fc467 acceptPlayerMessage": "", "669fa39b91b0a8c9680fc467 declinePlayerMessage": "", "669fa39b91b0a8c9680fc467 completePlayerMessage": "", @@ -26671,9 +26960,9 @@ "669fa39c64ea11e84c0642a6 description": "Você chegou bem na hora, cara! Lembro que você me ajudou muito com a vigilância nos subúrbios. \n\nE agora há toda essa agitação na fábrica de produtos químicos, aposto que você está bem ciente disso! Seja um verdadeiro amigo, arranje alguns olhos para mim lá também, sim?\n\nVi alguns guindastes lá, seriam o lugar perfeito para uma câmera. Muito bem, vamos lá.", "669fa39c64ea11e84c0642a6 failMessageText": "", "669fa39c64ea11e84c0642a6 successMessageText": "Incrível, obrigado pela ajuda.", - "669fb5c58c03e61e1a33ddf0": "Instalar uma câmera WI-FI no cockpit do primeiro guindaste na fábrica", - "669fb5c7d5fbaaa7b285e83d": "Instalar uma câmera WI-FI no cockpit do segundo guindaste na fábrica", - "669fb5c9d798aa41b9bd60b5": "Instalar uma câmera WI-FI no cockpit do terceiro guindaste na fábrica", + "669fb5c58c03e61e1a33ddf0": "Instalar uma câmera WI-FI no cockpit do primeiro guindaste na Factory", + "669fb5c7d5fbaaa7b285e83d": "Instalar uma câmera WI-FI no cockpit do segundo guindaste na Factory", + "669fb5c9d798aa41b9bd60b5": "Instalar uma câmera WI-FI no cockpit do terceiro guindaste na Factory", "669fa39c64ea11e84c0642a6 acceptPlayerMessage": "", "669fa39c64ea11e84c0642a6 declinePlayerMessage": "", "669fa39c64ea11e84c0642a6 completePlayerMessage": "", @@ -26681,7 +26970,7 @@ "669fa39ee749756c920d02c8 description": "Olá, meu jovem. Recebi informações de que um dos contêineres-tanque da fábrica de produtos químicos de Polikhim foi danificado. A julgar pela descrição do líquido em seu interior, ele não se parece com nenhuma das emulsões declaradas nos documentos oficiais.\n\nAcho que a substância no tanque pode ser perigosa, por isso peço que me tragam uma amostra o mais rápido possível. Essa é a única maneira de termos certeza de nossa avaliação da segurança química em Tarkov.", "669fa39ee749756c920d02c8 failMessageText": "", "669fa39ee749756c920d02c8 successMessageText": "Excelente! Já procurei um especialista para dar uma olhada nesse assunto. Sua contribuição para a segurança da cidade é inestimável!", - "669fb6c859bdae826f7325d4": "Retire uma amostra dos produtos químicos do contêiner do tanque danificado na fábrica", + "669fb6c859bdae826f7325d4": "Retire uma amostra dos produtos químicos do contêiner do tanque danificado na Factory", "66a7eebed6bac3ecc16f7d6b": "Entregue a amostra coletada", "669fa39ee749756c920d02c8 acceptPlayerMessage": "", "669fa39ee749756c920d02c8 declinePlayerMessage": "", @@ -26695,22 +26984,22 @@ "669fa3a08b4a64b332041ff7 acceptPlayerMessage": "", "669fa3a08b4a64b332041ff7 declinePlayerMessage": "", "669fa3a08b4a64b332041ff7 completePlayerMessage": "", - "669fa3a1c26f13bd04030f37 name": "Verificação de capacidade", + "669fa3a1c26f13bd04030f37 name": "Verificação de Capacidade", "669fa3a1c26f13bd04030f37 description": "Olá. Tenho parceiros que estão interessados nas condições dos equipamentos da fábrica. Não se trata de qualquer equipamento do TerraGroup, mas de misturadores de reatores comuns, entre outras coisas! Acho que os caras encontraram algum uso para eles. Eu confio neles e gostaria de ajudá-los. Que pelo menos tentem executar seu plano. \n\nDe acordo com minhas informações, os próprios misturadores estão intactos, mas os motores acima provavelmente estão fora de serviço. Sei que você é capaz de fazer isso e já me socorreu muitas vezes. Então, vai me ajudar novamente?", "669fa3a1c26f13bd04030f37 failMessageText": "", "669fa3a1c26f13bd04030f37 successMessageText": "Está tudo funcionando agora? Ótimo, vou passar a notícia para meus mecânicos.", - "66a0e7581ad4ff329a13ebc8": "Conserte o misturador do primeiro reator com um conjunto de ferramentas na fábrica", - "66a0e75bd9cb07ea69e018c7": "Fixe o misturador do segundo reator com um conjunto de ferramentas na fábrica", - "66a0e75df6e0911101eed474": "Conserte o misturador do terceiro reator com um conjunto de ferramentas na fábrica", + "66a0e7581ad4ff329a13ebc8": "Conserte o misturador do primeiro reator com um conjunto de ferramentas na Factory", + "66a0e75bd9cb07ea69e018c7": "Fixe o misturador do segundo reator com um conjunto de ferramentas na Factory", + "66a0e75df6e0911101eed474": "Conserte o misturador do terceiro reator com um conjunto de ferramentas na Factory", "669fa3a1c26f13bd04030f37 acceptPlayerMessage": "", "669fa3a1c26f13bd04030f37 declinePlayerMessage": "", "669fa3a1c26f13bd04030f37 completePlayerMessage": "", - "669fa3a3ad7f1eac2607ed48 name": "Privacidade no setor de saúde - Parte 6", + "669fa3a3ad7f1eac2607ed48 name": "Atenção Médica - Parte 6", "669fa3a3ad7f1eac2607ed48 description": "Junto com vocês, percorremos um longo caminho na trilha dos habitantes de Tarkov que morreram misteriosamente. \nAgora tenho novas informações.\n\nOs corpos dos trabalhadores da fábrica foram encontrados sem sinais de violência. Isso pode ser um sintoma de envenenamento ou algo pior... Amostras de sangue ajudariam a esclarecer o mistério da morte desses trabalhadores. Não podemos correr esse risco.\n\nVocê já tem boa experiência em coletar amostras, portanto, gostaria de confiar esse caso a você. ", "669fa3a3ad7f1eac2607ed48 failMessageText": "", "669fa3a3ad7f1eac2607ed48 successMessageText": "Você tem as amostras? Muito bem, vamos movê-las cuidadosamente para cá... Parece não haver conexão com riscos epidemiológicos. Mas a textura do sangue é bem diferente do esperado, então isso deve ser influenciado de alguma forma pela TerraGroup!", "66a0f37f04fb80a0bfdbaf60": "Entregar a amostra de sangue", - "66a0f391676953651bd8b796": "Localize o trabalhador morto e colete sua amostra de sangue na fábrica", + "66a0f391676953651bd8b796": "Localize o trabalhador morto e colete sua amostra de sangue na Factory", "669fa3a3ad7f1eac2607ed48 acceptPlayerMessage": "", "669fa3a3ad7f1eac2607ed48 declinePlayerMessage": "", "669fa3a3ad7f1eac2607ed48 completePlayerMessage": "", @@ -26718,24 +27007,24 @@ "669fa3a40c828825de06d6a1 description": "Aqui está você, guerreiro! Já faz um tempo que você e eu não fazemos um bom e velho teste de armas, não é?\n\nComprei uma nova, embora importada. Leve, fácil de manusear. Isso é algo que às vezes falta em nossas armas.\n\nPrecisamos testar essa fera em locais próximos, à distância de um beijo, hehe. A fábrica seria perfeita para isso. Depois me diga como foi.", "669fa3a40c828825de06d6a1 failMessageText": "", "669fa3a40c828825de06d6a1 successMessageText": "Como é a sensação, fácil de mirar? O silenciador atrapalha? Certo, estou convencido. Só um tolo recusaria uma boa arma.", - "66a0f5a7f9eae6761253114c": "Elimine qualquer alvo ao usar uma UZI PRO com cano de 240 mm, coronha SBR e mira reflexiva BOSS Xe na fábrica", + "66a0f5a7f9eae6761253114c": "Elimine qualquer alvo ao usar uma UZI PRO com cano de 240 mm, coronha SBR e mira reflexiva BOSS Xe na Factory", "669fa3a40c828825de06d6a1 acceptPlayerMessage": "", "669fa3a40c828825de06d6a1 declinePlayerMessage": "", "669fa3a40c828825de06d6a1 completePlayerMessage": "", - "66a1a806bd092031693a6e25 name": "Sentimento ruim", + "66a1a806bd092031693a6e25 name": "Mal Pressentimento", "66a1a806bd092031693a6e25 description": "Olá. Parece que um grupo de Scavs conseguiu entrar no laboratório subterrâneo de que as pessoas estavam falando. Aparentemente, eles estavam procurando por uma sala secreta, mas os Raiders os impediram. Agora todos estão procurando essa sala no laboratório, e alguém até destrancou a entrada principal da instalação.\n\nE vou lhe dizer uma coisa: se a sala estava escondida até mesmo de sua própria equipe, então definitivamente havia algo incrivelmente perigoso acontecendo lá. Tenho um pressentimento muito ruim em relação a isso, por isso peço que você pare com os bandidos curiosos. Há muitos outros lugares para procurar comida, certo?", "66a1a806bd092031693a6e25 failMessageText": "", "66a1a806bd092031693a6e25 successMessageText": "Eu sabia que podia contar com você. Você salvou a cidade de outro conflito. Não deveríamos estar investigando os negócios obscuros desses \"cientistas\", nada de bom resulta disso.", - "66a1a89b9944dffe44a21072": "Eliminar os invasores no laboratório", - "66a1a8db0b2909ec8990395a": "Eliminar os agentes da PMC no laboratório", + "66a1a89b9944dffe44a21072": "Elimine os Raiders da Labs", + "66a1a8db0b2909ec8990395a": "Elimine os operadores PMC da Labs", "66a1a806bd092031693a6e25 acceptPlayerMessage": "", "66a1a806bd092031693a6e25 declinePlayerMessage": "", "66a1a806bd092031693a6e25 completePlayerMessage": "", - "66a74c628410476dd65543be name": "Armeiro - Pedido especial", + "66a74c628410476dd65543be name": "Armeiro - Pedido Especial", "66a74c628410476dd65543be description": "Olá, amigo. As coisas estão um pouco turbulentas para mim ultimamente. A partir de hoje, aumentarei temporariamente os preços de meus produtos e serviços até que eu possa resolver alguns assuntos urgentes. Um mercenário amigo meu está montando uma equipe para invadir o laboratório subterrâneo e precisa de poder de fogo confiável. Você pode ajudar? Vejo que você sabe tanto sobre os ARs quanto eu, então pensei em confiar isso a você. Preciso de uma M4A1 com recuo total não superior a 300 e ergonomia não inferior a 70. Não é fácil, eu sei. Agora, não se esqueça de colocar uma EOTech XPS 3-0 nela, já que o cliente se recusa a usar qualquer outra mira.", "66a74c628410476dd65543be failMessageText": "", "66a74c628410476dd65543be successMessageText": "Muito obrigado. Acho que isso me manterá no caminho certo por algum tempo.", - "66a74c628410476dd65543c2": "Modifique um M4A1 para atender às especificações fornecidas", + "66a74c628410476dd65543c2": "Modifique uma M4A1 para atender às especificações fornecidas", "66a74c628410476dd65543be acceptPlayerMessage": "", "66a74c628410476dd65543be declinePlayerMessage": "", "66a74c628410476dd65543be completePlayerMessage": "", @@ -26743,24 +27032,24 @@ "66a75b44243a6548ff5e5ff9 description": "Obrigado pela ajuda com o M4, você realmente me ajudou. Infelizmente, esse mercenário nunca transferiu o pagamento que me prometeu. Eu confiava nele por causa de velhos conhecidos, mas o cara foi direto para o laboratório assim que recebeu a arma e, até agora, não há notícias dele. Ficou ganancioso demais, é o que eu acho... Bem, de qualquer forma, posso tratar desse assunto mais tarde, mas também tenho outra coisa em mente.\nEstou coletando feedback sobre meus serviços, buscando uma nova perspectiva, sabe? Decidi não apenas fazer pedidos individuais, mas também vender armas em conjuntos, totalmente carregadas. Teste-a adequadamente, talvez pergunte a seus colegas. Cada pequeno detalhe e ponto de vista é importante! E não deixe de conferir as armas em ação, tenho certeza de que você sabe como....", "66a75b44243a6548ff5e5ff9 failMessageText": "", "66a75b44243a6548ff5e5ff9 successMessageText": "Hmm, estou vendo. Praticamente o que eu esperava, é claro. Mas ainda preciso de mais feedback... De qualquer forma, entrarei em contato.", - "66a76d45acbbf739afad1fea": "Elimine qualquer alvo ao usar armas de calibre 5.56x45", - "66a76d693cda803a9788be30": "Elimine qualquer alvo ao usar armas de calibre 5.45x39", - "66a76daa3a883f3481e56b96": "Elimine qualquer alvo usando armas de calibre 7,62x39", - "66a76efbe0a0eb89847ac586": "Elimine qualquer alvo ao usar armas de calibre 7,62x54R", - "66a76fb52a58ea63fbb62d67": "Elimine qualquer alvo ao usar armas de calibre 9x19", - "66a76fc57a265a8879856491": "Elimine qualquer alvo ao usar armas de calibre 9x39", + "66a76d45acbbf739afad1fea": "Elimine qualquer alvo usando armas de calibre 5.56x45", + "66a76d693cda803a9788be30": "Elimine qualquer alvo usando armas de calibre 5.45x39", + "66a76daa3a883f3481e56b96": "Elimine qualquer alvo usando armas de calibre 7.62x39", + "66a76efbe0a0eb89847ac586": "Elimine qualquer alvo usando armas de calibre 7.62x54R", + "66a76fb52a58ea63fbb62d67": "Elimine qualquer alvo usando armas de calibre 9x19", + "66a76fc57a265a8879856491": "Elimine qualquer alvo usando armas de calibre 9x39", "66a75b44243a6548ff5e5ff9 acceptPlayerMessage": "", "66a75b44243a6548ff5e5ff9 declinePlayerMessage": "", "66a75b44243a6548ff5e5ff9 completePlayerMessage": "", - "66a77394243a6548ff5e601d name": "Comunicação com o cliente", + "66a77394243a6548ff5e601d name": "Comunicação com o Cliente", "66a77394243a6548ff5e601d description": "Conversei com outros mercenários e esbocei o quadro geral para vendas futuras. Obrigado por sua opinião também. Infelizmente, os problemas não estão diminuindo. Há apenas alguns dias, alguns vagabundos cortaram meus canais de comunicação de longa distância com meus fornecedores. Vou precisar de alguns fios, principalmente cabos de energia. Estou disposto a comprá-los de você imediatamente.", "66a77394243a6548ff5e601d failMessageText": "", "66a77394243a6548ff5e601d successMessageText": "Excelente, nunca vou me esquecer disso! Enviarei seus colegas para consertar meus cabos. As coisas estão melhorando, não estão? Aqui, outro presente para você.", - "66a77394243a6548ff5e6021": "Encontre um cabo militar em uma batida", - "66a77394243a6548ff5e6022": "Localizar cabos de alimentação na batida", + "66a77394243a6548ff5e6021": "Encontre em incursão: Cabo militar", + "66a77394243a6548ff5e6022": "Encontre em incursão: Cabo de força", "66a77394243a6548ff5e6023": "Entregar o item", "66a77394243a6548ff5e6024": "Entregar os itens", - "66a7763955ff26e1599f23e7": "Encontre monitores LCD em uma batida", + "66a7763955ff26e1599f23e7": "Encontre em incursão: Tela LCD", "66a77688f2d282a4946547b0": "Entregar os itens", "66a77394243a6548ff5e601d acceptPlayerMessage": "", "66a77394243a6548ff5e601d declinePlayerMessage": "", @@ -26779,10 +27068,10 @@ "66aa58245ab22944110db6e9 successMessageText": "Incrível, você a encontrou! Espero que esteja igualmente seguro quando o comboio partir.\n\nNo entanto, não entendo como eles conseguiram restaurar a estrada. A estrada foi bloqueada pelo prédio da Paradigm Shipping que desmoronou, e foi aí que os suprimentos foram cortados. Poucas pessoas têm os recursos necessários para limpar um local como esse.\n\nAparentemente, alguém está muito interessado em organizar rotas fáceis...", "66aa5b2cecad9c067780924b": "Explorar o cruzamento da Mira Ave e o viaduto no Ground Zero (em um único ataque)", "66aa5bb281dff8466b076894": "Localize a passagem que leva a Streets of Tarkov no Ground Zero (em um ataque)", - "66aa5be8035c6a410dc570b2": "Use o transporte público de Ground Zero para Streets of Tarkov (em uma única incursão)", - "66aa5c88c085db7d8158db4a": "Explorar a estrada na Avenida Primorsky em Streets of Tarkov (em um ataque)", - "66aa5c8ba8c36eaef492ef92": "Sobreviver e sair das Ruas de Tarkov (ou ir para o próximo local)", - "66b0e57eddc25d8d17e3e3c0": "Explore a área ao redor do cinema Rodina em Streets of Tarkov (em uma única incursão)", + "66aa5be8035c6a410dc570b2": "Use a viajem da Ground Zero para Streets of Tarkov (em uma única incursão)", + "66aa5c88c085db7d8158db4a": "Explorar a estrada na Avenida Primorsky na Streets of Tarkov (em um ataque)", + "66aa5c8ba8c36eaef492ef92": "Sobreviva e extraia da Streets of Tarkov (ou utilize a viajem para outro local)", + "66b0e57eddc25d8d17e3e3c0": "Explore a área ao redor do cinema Rodina na Streets of Tarkov (em uma única incursão)", "66aa58245ab22944110db6e9 acceptPlayerMessage": "", "66aa58245ab22944110db6e9 declinePlayerMessage": "", "66aa58245ab22944110db6e9 completePlayerMessage": "", @@ -26790,19 +27079,19 @@ "66aa61663aa37705c5024277 description": "Chegou aqui exatamente quando eu precisava de você! Encontrei uma nova rota de entrega pela cidade. Bem, não exatamente a encontrei, por si só. Alguém levou um pacote do centro da cidade para o Ultra duas vezes mais rápido do que o normal.\n\nEsses caras devem ter encontrado um guia veterano que esteve aqui antes de todos os aparelhos eletrônicos serem desligados... Talvez até mesmo alguém como esse guerrilheiro maluco dos cogumelos, você já ouviu falar dele? Ele aparecia do nada, e até foi levado em cativeiro. Mas ele sempre encontrava uma maneira de sair e despistar seus perseguidores.\n\nDe qualquer forma, precisamos assumir o controle da rota. Encontre o local de onde os contrabandistas saem e mostre a todos que essa rota agora é do Ragman! Então, sim, vá em frente e assuste todo mundo na cidade e perto de Ultra.", "66aa61663aa37705c5024277 failMessageText": "", "66aa61663aa37705c5024277 successMessageText": "Acho que pegamos os caras errados, cara. Alguém passou por aqui e me disse que essa rota é usada por algumas pessoas muito importantes. Deveria ter pensado bem nisso...", - "66aa61663aa37705c5024278": "Elimine qualquer alvo em Streets of Tarkov (em uma única incursão)", - "66aa61663aa37705c502427c": "Use o transporte público de Streets of Tarkov para Interchange (em uma única incursão)", - "66aa61663aa37705c502427e": "Eliminar qualquer alvo no Interchange (em uma única incursão)", + "66aa61663aa37705c5024278": "Elimine qualquer alvo na Streets of Tarkov (em uma única incursão)", + "66aa61663aa37705c502427c": "Use a viajem da Streets of Tarkov para Interchange (em uma única incursão)", + "66aa61663aa37705c502427e": "Elimine qualquer alvo no Interchange (em uma única incursão)", "66aa61663aa37705c5024277 acceptPlayerMessage": "", "66aa61663aa37705c5024277 declinePlayerMessage": "", "66aa61663aa37705c5024277 completePlayerMessage": "", "66aa74571e5e199ecd094f18 name": "Segredos de Polikhim", - "66aa74571e5e199ecd094f18 description": "Estava esperando por você, amigo. Meus funcionários encontraram um raro medidor de espessura ultrassônico no armazém da alfândega, juntamente com alguns equipamentos igualmente úteis. Não há nada melhor que possa me dar esse tipo de precisão em minhas medições!\n\nNão posso arriscar, portanto, confio a você essa missão de recuperação. Pegue o pacote na alfândega e entregue-o no ponto designado em Polikhim. Há algo que estou querendo testar há algum tempo... Espere, você não sabia sobre o atalho da área industrial?\n\nEu o usava quando trabalhava em Polikhim. Era a única maneira de levar equipamentos para a fábrica que, de outra forma, ficariam presos na alfândega por meses. \n\nUm colega engenheiro florestal me mostrou esse caminho. Ele disse que as pessoas tinham medo de colher cogumelos perto da fábrica, por isso o caminho estava sempre cheio de boas colheitas.", + "66aa74571e5e199ecd094f18 description": "Estava esperando por você, amigo. Meus funcionários encontraram um raro medidor de espessura ultrassônico no armazém da Customs, juntamente com alguns equipamentos igualmente úteis. Não há nada melhor que possa me dar esse tipo de precisão em minhas medições!\n\nNão posso arriscar, portanto, confio a você essa missão de recuperação. Pegue o pacote na Customs e entregue-o no ponto designado em Polikhim. Há algo que estou querendo testar há algum tempo... Espere, você não sabia sobre o atalho da área industrial?\n\nEu o usava quando trabalhava em Polikhim. Era a única maneira de levar equipamentos para a fábrica que, de outra forma, ficariam presos na Customs por meses. \n\nUm colega engenheiro florestal me mostrou esse caminho. Ele disse que as pessoas tinham medo de colher cogumelos perto da fábrica, por isso o caminho estava sempre cheio de boas colheitas.", "66aa74571e5e199ecd094f18 failMessageText": "", "66aa74571e5e199ecd094f18 successMessageText": "Você não perdeu nada no caminho, correto? Tudo bem, então é hora de enviar os engenheiros para fazer algumas medições, estamos prestes a descobrir o que essas paredes da fábrica estão escondendo. Obrigado por sua ajuda, amigo.", - "66aa74571e5e199ecd094f1b": "Utilize o trânsito da alfândega para a fábrica (em um único ataque)", - "66aa74571e5e199ecd094f1e": "Eliminar Scavs na fábrica (em uma única incursão)", - "66ab97a5c74ce045d6c32578": "Localize e obtenha o pacote de ferramentas de precisão no laboratório da Alfândega", + "66aa74571e5e199ecd094f1b": "Use a viajem da Customs para a Factory (em uma única incursão)", + "66aa74571e5e199ecd094f1e": "Elimine Scavs na Factory (em uma única incursão)", + "66ab97a5c74ce045d6c32578": "Localize e obtenha o pacote de ferramentas de precisão no laboratório da Customs", "66ab97d56cb6e3bfd7c79fbc": "Guarde o pacote na sala de armazenamento do laboratório na Factory", "66aa74571e5e199ecd094f18 acceptPlayerMessage": "", "66aa74571e5e199ecd094f18 declinePlayerMessage": "", @@ -26811,9 +27100,9 @@ "66ab970848ddbe9d4a0c49a8 description": "Saudações! Uma importante tarefa acaba de chegar dos altos escalões. Prioridade máxima e tudo o mais. Há um caminho de Priozersk até a base da Reserva, e nosso pessoal precisa de comunicação urgente com essas partes.\n\nO caminho? Ah, bem, vou compartilhar com você, mas certifique-se de que ninguém mais saiba disso! Quando as Guerras de Contrato estavam em pleno andamento, um artesão conseguiu colocar um caminho paralelo à nossa estrada. Localizamos o cara e começamos a interrogá-lo sobre para quem ele estava trabalhando, em que tipo de missão ele estava, você sabe como é. \n\nAchamos que tínhamos capturado um espião! No entanto, ele continuava se dizendo um colhedor de cogumelos e sorrindo como um idiota. Queríamos mandá-lo para o quartel-general. Mas, à noite, nosso catador de cogumelos desapareceu e ninguém mais o viu depois disso.\n\nPortanto, com sua ajuda, construiremos uma linha de comunicação ao longo desse caminho e você será responsável pelo equipamento. Você entregará uma parte dele no local, irá para a base da Reserva e deixará a segunda parte lá.", "66ab970848ddbe9d4a0c49a8 failMessageText": "", "66ab970848ddbe9d4a0c49a8 successMessageText": "Seu país terá orgulho de você, soldado! \n\nMas o fato de os Scavs terem começado a vagar por esse caminho me preocupa um pouco... Alguém deve estar procurando todas as rotas de atalho esquecidas no mapa de Tarkov.", - "66ab970848ddbe9d4a0c49ab": "Use o transporte público de Woods para Reserve", - "66ab9c5c60199cdb0902f8cc": "Esconda um cabo militar na rocha próxima ao portão da RUAF em Woods", - "66ab9c78e192b852d889e2bf": "Esconda um cortador de cabos Bulbex na rocha próxima ao portão da RUAF em Woods", + "66ab970848ddbe9d4a0c49ab": "Use a viajem da Woods para Reserva", + "66ab9c5c60199cdb0902f8cc": "Esconda um cabo militar na rocha próxima ao portão da RUAF na Woods", + "66ab9c78e192b852d889e2bf": "Esconda um cortador de cabos Bulbex na rocha próxima ao portão da RUAF na Woods", "66ab9c7ea3a7219e87d4b75e": "Esconda um cortador de cabos Bulbex nos sacos de areia ao lado do LAV III, acima do depósito de armazenamento na Reserva", "66ab9c914a7cba3ea786ce58": "Esconda um cabo militar nos sacos de areia ao lado do LAV III acima do depósito na Reserva", "66ab970848ddbe9d4a0c49a8 acceptPlayerMessage": "", @@ -26823,9 +27112,9 @@ "66ab9da7eb102b9bcd08591c description": "Olá. Eu costumava caminhar por muitas trilhas, mas o tempo me venceu. Os saqueadores limparam todos os lugares populares e agora estão se dirigindo para as florestas. \n\nEu vi alguns desses Scavs outro dia. Eles estavam arrastando algo pelo pântano perto de Azure Coast. Mesmo antes da guerra, as pessoas costumavam chamar esse lugar de armadilha mortal. Somente eu e meu amigo colhedor de cogumelos sabíamos como atravessá-lo inteiro e sobreviver.\n\nVocê poderia afugentar esses bandidos? Faça com que eles saibam que as florestas não são para eles devastarem. Certifique-se de cruzar o caminho que mencionei também, limpe-o para sempre.", "66ab9da7eb102b9bcd08591c failMessageText": "", "66ab9da7eb102b9bcd08591c successMessageText": "A floresta gosta de silêncio, não podemos permitir que destruam esses lugares. \n\nNão sei como eles podem ter descoberto essa trilha... Meu amigo nunca mostrou suas trilhas para pessoas ruins.", - "66ab9da7eb102b9bcd08591d": "Elimine os Scavs na vila em Lighthouse (em uma única incursão)", - "66ab9da7eb102b9bcd08591f": "Use o transporte público de Lighthouse para Shoreline (em uma única incursão)", - "66ab9da7eb102b9bcd085922": "Elimine os Scavs na vila em Shoreline (em uma única incursão)", + "66ab9da7eb102b9bcd08591d": "Elimine os Scavs na vila na Lighthouse (em uma única incursão)", + "66ab9da7eb102b9bcd08591f": "Use a viajem da Lighthouse para Shoreline (em uma única incursão)", + "66ab9da7eb102b9bcd085922": "Elimine os Scavs na vila na Shoreline (em uma única incursão)", "66ab9da7eb102b9bcd08591c acceptPlayerMessage": "", "66ab9da7eb102b9bcd08591c declinePlayerMessage": "", "66ab9da7eb102b9bcd08591c completePlayerMessage": "", @@ -26834,7 +27123,7 @@ "66aba85403e0ee3101042877 failMessageText": "", "66aba85403e0ee3101042877 successMessageText": "Então, de fato, você a encontrou. Excelente! Como está a passagem, é segura? Em estado deplorável, você diz? Bem, parece que essa oportunidade não estará conosco por muito tempo. Enviarei meus homens o mais rápido possível.", "66aba85403e0ee3101042878": "Localize a passagem que leva ao Laboratório nas Ruas de Tarkov (em uma única incursão)", - "66aba85403e0ee310104287a": "Use o transporte público de Streets of Tarkov para The Lab (em uma única incursão)", + "66aba85403e0ee310104287a": "Use a viajem da Streets of Tarkov para Labs (em uma única incursão)", "66aba97b1000025218c82ea8": "Localize a passagem que leva a Streets of Tarkov em The Lab (em uma única incursão)", "66b090f5723e7bbe8b518ca8": "Explore a sala do servidor no Laboratório (em uma única incursão)", "66b0910951c5294b9d213918": "Explore a cúpula de perigo no Laboratório (em uma única incursão)", @@ -26847,88 +27136,88 @@ "66abb019f5ca239a1006258b failMessageText": "", "66abb019f5ca239a1006258b successMessageText": "Já terminou o passeio turístico? Muito bom, amigo! Ah, a propósito... É verdade o que dizem sobre esse colhedor de cogumelos que vaga pelo pântano à noite?", "66abb07983e00cd68c493b93": "Marque a passagem para Streets of Tarkov com um marcador MS2000 no Ground Zero", - "66abb07f5186167dc936b545": "Marque a passagem para Interchange com um marcador MS2000 em Streets of Tarkov", - "66abb081f95aebc762e59c21": "Marque a passagem para Streets of Tarkov com um marcador MS2000 no The Lab", - "66abb0869dfc42f39dae135b": "Marque a passagem para a alfândega com um marcador MS2000 no Interchange", - "66abb087ce20f2d428c52435": "Marque a passagem para a Factory com um marcador MS2000 na alfândega", - "66abb0895ffee6d7968d3f4c": "Marque a passagem para Woods com um marcador MS2000 na fábrica", - "66abb08bf51ed35fd1af9b6f": "Marque a passagem para a Reserva com um marcador MS2000 em Woods", - "66abb08f50fe485b45cb5d6e": "Marque a passagem para o Lighthouse com um marcador MS2000 na reserva", - "66abb0918d26bf2c9da1507e": "Marque a passagem para Shoreline com um marcador MS2000 no Lighthouse", - "66b0fc1ee4b718b3f29d2e49": "Marque a passagem para o laboratório com um marcador MS2000 em Streets of Tarkov", + "66abb07f5186167dc936b545": "Marque a passagem para Interchange com um marcador MS2000 na Streets of Tarkov", + "66abb081f95aebc762e59c21": "Marque a passagem para Streets of Tarkov com um marcador MS2000 na Labs", + "66abb0869dfc42f39dae135b": "Marque a passagem para a Customs com um marcador MS2000 na Interchange", + "66abb087ce20f2d428c52435": "Marque a passagem para a Factory com um marcador MS2000 na Customs", + "66abb0895ffee6d7968d3f4c": "Marque a passagem para Woods com um marcador MS2000 na Factory", + "66abb08bf51ed35fd1af9b6f": "Marque a passagem para a Reserva com um marcador MS2000 na Woods", + "66abb08f50fe485b45cb5d6e": "Marque a passagem para a Lighthouse com um marcador MS2000 na Reserva", + "66abb0918d26bf2c9da1507e": "Marque a passagem para Shoreline com um marcador MS2000 na Lighthouse", + "66b0fc1ee4b718b3f29d2e49": "Marque a passagem para a Labs com um marcador MS2000 na Streets of Tarkov", "66abb019f5ca239a1006258b acceptPlayerMessage": "", "66abb019f5ca239a1006258b declinePlayerMessage": "", "66abb019f5ca239a1006258b completePlayerMessage": "", - "66abb32aeb102b9bcd088d5f name": "Maratona - Do começo ao fim", + "66abb32aeb102b9bcd088d5f name": "Maratona - Do Começo ao Fim", "66abb32aeb102b9bcd088d5f description": "Olá, mercenário. Você deve ter ouvido falar sobre as \"novas\" rotas entre a cidade e seus subúrbios. \n\nNa verdade, elas existem desde as Guerras de Contrato. Tudo o que tivemos de fazer foi validá-las e colocá-las em rede. Mais tarde, vou abri-las para o público: menos pessoas vão querer colocar as mãos em meus produtos em lugares populares.\n\nMas, no momento, preciso transportar um carregamento pela cidade, imediatamente. Você liderará o caminho para assegurar a passagem dos meus homens em áreas perigosas. \n\nJá tenho algumas das rotas sob o controle do meu pessoal, para que eles possam transferir suas coisas para o seu Hideout.", "66abb32aeb102b9bcd088d5f failMessageText": "", "66abb32aeb102b9bcd088d5f successMessageText": "O comprador me disse que está tudo pronto. Você ganhou sua recompensa e pode esperar que meus homens o ajudem nas novas trilhas.", - "66abb32aeb102b9bcd088d62": "Use o transporte público do Ground Zero para as Ruas de Tarkov", - "66abb39bf1d97b9b55390a79": "Use o transporte público de Streets of Tarkov para Interchange", - "66abb3aae25c1c539ab84870": "Use o trânsito do Interchange para a alfândega", - "66abb3ac416b26ade4a1446c": "Utilize o trânsito da alfândega para a fábrica", - "66abb3bf228ace5ca9f3d745": "Use o trânsito da fábrica para o bosque", - "66abb3c546296c1d3abd4ec5": "Use o transporte público de Woods para Reserve", - "66abb3ca1925053c0493f8b0": "Use o transporte público de Reserve para Lighthouse", - "66abb3d0b87953519dc5e04b": "Use o transporte público de Lighthouse para Shoreline", - "66b2165e67c60d029fd20ec8": "Sobreviver e sair de Shoreline", + "66abb32aeb102b9bcd088d62": "Use a viajem do Ground Zero para Streets of Tarkov", + "66abb39bf1d97b9b55390a79": "Use a viajem da Streets of Tarkov para Interchange", + "66abb3aae25c1c539ab84870": "Use a viajem da Interchange para Customs", + "66abb3ac416b26ade4a1446c": "Use a viajem da Customs para Factory", + "66abb3bf228ace5ca9f3d745": "Use a viajem da Factory para Woods", + "66abb3c546296c1d3abd4ec5": "Use a viajem da Woods para Reserva", + "66abb3ca1925053c0493f8b0": "Use a viajem da Reserva para Lighthouse", + "66abb3d0b87953519dc5e04b": "Use a viajem da Lighthouse para Shoreline", + "66b2165e67c60d029fd20ec8": "Sobreviva e extraia da Shoreline", "66abb32aeb102b9bcd088d5f acceptPlayerMessage": "", "66abb32aeb102b9bcd088d5f declinePlayerMessage": "", "66abb32aeb102b9bcd088d5f completePlayerMessage": "", - "66b38c7bf85b8bf7250f9cb6 name": "Tarkov bruto", + "66b38c7bf85b8bf7250f9cb6 name": "Tarkov Bruto", "66b38c7bf85b8bf7250f9cb6 description": "Olá. Vejo que você se tornou muito confiante em suas habilidades de sobrevivência. É isso que leva as pessoas à morte. O excesso de confiança enfraquece seus sentidos, e Tarkov não tolera isso. \n\nEu estava conversando com um velho camarada meu, e deixe-me dizer que as armadilhas são o teste definitivo de alerta. O Partisan já expulsou muitos bastardos da existência e, na maioria das vezes, foi apenas uma questão de pegar o inimigo desatento. Sim, seus métodos são extremos, mas ele tem sido assim desde o Afeganistão.\n\nMesmo que você esteja do lado bom do meu amigo, ainda há muitos \"presentes\" em Tarkov, mesmo sem ele. E não apenas na floresta. Às vezes, até mesmo uma sala aleatória pode trazer uma surpresa explosiva. É por isso que eu o aconselho a diminuir sua ansiedade e dar uma olhada mais de perto nesses lugares. \n\nVocê viverá mais se aprender a reconhecer o perigo mortal.", "66b38c7bf85b8bf7250f9cb6 failMessageText": "", "66b38c7bf85b8bf7250f9cb6 successMessageText": "Veja só, você está vivo! Enquanto você estava fora, preparei esta coisinha para você, para que possa aprender os segredos das armadilhas por conta própria. Considere isso como uma tarefa de casa, mas certifique-se de não se explodir.", - "66b38c7bf85b8bf7250f9cb7": "Localize a área fortemente minerada em Woods", + "66b38c7bf85b8bf7250f9cb7": "Localize a área fortemente minada na Woods", "66b38de6a97d8cbafd711846": "Localize a mina Claymore no Ground Zero", "66b38c7bf85b8bf7250f9cb6 acceptPlayerMessage": "", "66b38c7bf85b8bf7250f9cb6 declinePlayerMessage": "", "66b38c7bf85b8bf7250f9cb6 completePlayerMessage": "", - "66b38e144f2ab7cc530c3fe7 name": "Todo caçador sabe disso", + "66b38e144f2ab7cc530c3fe7 name": "Todo Caçador Sabe Disso", "66b38e144f2ab7cc530c3fe7 description": "Entre. Então, como está indo o seu negócio de fios de viagem? Sem sorte? Já imaginava. Isso não é como atirar em todo mundo sem pensar. É preciso ter um senso de intuição e saber onde a presa vai estar. Se você fosse um caçador, entenderia.\n\nTente observar onde os bandidos se encontram. Pense em onde sua escuta pegaria o bandido desprevenido e como escondê-la. Não tenha pressa, use seu bom senso. \n\nSomente assim sua caçada será proveitosa. Volte quando encontrar pelo menos dois pontos bons. Eu não seria tão rápido em instalar essas armadilhas, caso contrário, você matará alguns dos seus companheiros de equipe por acidente.", "66b38e144f2ab7cc530c3fe7 failMessageText": "", "66b38e144f2ab7cc530c3fe7 successMessageText": "Bom trabalho, você encontrou alguns pontos decentes. Os tripwires exigem uma abordagem específica, e agora você está começando a pegar o jeito. Volte se precisar de outro kit de tripwire.\n\nMas tenha cuidado! Você não é o único que sabe como instalar um tripwire, o que significa que cada arbusto, cada sala e cada rocha pode matá-lo. Lembre-se bem disso. Lembre-se bem disso.", - "66b38e144f2ab7cc530c3fe8": "Localize um bom ponto de instalação do tripwire na fábrica", - "66b38e144f2ab7cc530c3fea": "Localize um bom ponto de instalação do tripwire na alfândega", + "66b38e144f2ab7cc530c3fe8": "Localize um bom ponto de instalação da armadilha na Factory", + "66b38e144f2ab7cc530c3fea": "Localize um bom ponto de instalação da armadilha na Customs", "66b38e144f2ab7cc530c3fe7 acceptPlayerMessage": "", "66b38e144f2ab7cc530c3fe7 declinePlayerMessage": "", "66b38e144f2ab7cc530c3fe7 completePlayerMessage": "", - "66d9cbb67b491f9d5304f6e6 name": "Isso é uma referência?", + "66d9cbb67b491f9d5304f6e6 name": "Isso é uma Referência?", "66d9cbb67b491f9d5304f6e6 description": "Olá, merc. Você já se pegou pensando que certos lugares em Tarkov parecem suspeitosamente semelhantes a algo que você já viu antes?\n\nUm dos meus contatos externos provou ser um ávido admirador de tais coincidências. Bem, agora preciso de alguém para montar uma vigilância nesses locais listados.\n\nAh, mais uma coisa. O cliente me pediu para dizer a quem quer que aceite o trabalho para fazer isso com \"esforço máximo\" e algo sobre \"207 ossos no corpo humano\", seja lá o que isso signifique. Parece que esse comediante está morrendo de tédio e não sabe o que fazer com ele mesmo.", "66d9cbb67b491f9d5304f6e6 failMessageText": "", "66d9cbb67b491f9d5304f6e6 successMessageText": "Bem, dê uma olhada nisso. O cliente está muito satisfeito com o material. Ele até disse que se encaixaria bem na cultura local com suas lâminas e pistolas.\n\nNós realmente não precisamos de mais amantes de katanas em ternos de couro por aqui... Espero que seu interesse por Tarkov passe tão rápido quanto surgiu.", - "66d9cbb67b491f9d5304f6e9": "Instale uma câmera WI-FI no esconderijo dos amantes de pizza anfíbios em Streets of Tarkov", - "66d9cbb67b491f9d5304f6ea": "Instale uma câmera WI-FI no quarto de doente da menina queimada em Streets of Tarkov", - "66d9cbb67b491f9d5304f6eb": "Instale uma câmera WI-FI no corpo de arame farpado em Streets of Tarkov", - "66dacf2a88c7001436a67390": "Instale uma câmera WI-FI no buraco na parede realmente assustador em Streets of Tarkov", + "66d9cbb67b491f9d5304f6e9": "Instale uma câmera WI-FI no esconderijo dos amantes de pizza anfíbios na Streets of Tarkov", + "66d9cbb67b491f9d5304f6ea": "Instale uma câmera WI-FI no quarto de doente da menina queimada na Streets of Tarkov", + "66d9cbb67b491f9d5304f6eb": "Instale uma câmera WI-FI no corpo de arame farpado na Streets of Tarkov", + "66dacf2a88c7001436a67390": "Instale uma câmera WI-FI no buraco na parede realmente assustador na Streets of Tarkov", "66dad1d7811532f53e472c13": "Instale uma câmera WI-FI no arranha-céu onde um cara obstinado deu uma surra no Ground Zero", - "66dad1d941756590432b0eaa": "Instale uma câmera WI-FI no computador com uma piada para programadores no Marco Zero", - "66dad1dbb16caebe0e214d89": "Instale uma câmera WI-FI na pequena cadeira cercada por grandes cadeiras pretas no Marco Zero", - "66dad1ddec53b0df3b10a1b9": "Instale uma câmera WI-FI com seu amigo Wilson no Lighthouse", - "66dad1de93c8fcffd5790d89": "Instalar uma câmera WI-FI no local de descanso da kindled em Lighthouse", - "66dad1e0703b718902451ee4": "Instale uma câmera WI-FI na sinistra placa de boas-vindas no Lighthouse", - "66dad1e21e7ef28d17a69a93": "Instale uma câmera WI-FI no assento do cientista megagenius no Lighthouse", + "66dad1d941756590432b0eaa": "Instale uma câmera WI-FI no computador com uma piada para programadores no Ground Zero", + "66dad1dbb16caebe0e214d89": "Instale uma câmera WI-FI na pequena cadeira cercada por grandes cadeiras pretas no Ground Zero", + "66dad1ddec53b0df3b10a1b9": "Instale uma câmera WI-FI com seu amigo Wilson na Lighhouse", + "66dad1de93c8fcffd5790d89": "Instalar uma câmera WI-FI no lugar de descanso aceso na Lighthouse", + "66dad1e0703b718902451ee4": "Instale uma câmera WI-FI na sinistra placa de boas-vindas na Lighhouse", + "66dad1e21e7ef28d17a69a93": "Instale uma câmera WI-FI no assento do cientista mega genio na Lighhouse", "66dad1e607181e2f78a3a0a2": "Instale uma câmera WI-FI no local onde os recrutas realizaram uma tarefa muito importante na Reserva", "66dad1e843a718561db0fdd3": "Instalar uma câmera WI-FI no local de duas cadeiras na Reserva", "66dad1ebc5c8e6cd26dd1d31": "Instale uma câmera WI-FI no primeiro videogame de cada motorista de tanque na reserva", - "66dad1edbc4fdd0c6eb38c5e": "Instale uma câmera WI-FI no vilão da cabeça de balde na alfândega", - "66dad1f00e049ac7abb6d801": "Instalar uma câmera WI-FI no local de execução do membro da tripulação do Anvil 3-4 na alfândega", - "66dad1f22edc2103eb176de8": "Instalar uma câmera WI-FI no pior pesadelo de todo desenvolvedor independente na alfândega", - "66db1f8d7539f4b4eb640aff": "Instale uma câmera WI-FI na sala onde o bombeiro queimou os livros para ficar feliz na fábrica", - "66db1f8f564045697071d934": "Instalar uma câmera WI-FI no local onde alguns técnicos de válvulas não conseguiram terminar seu terceiro projeto na fábrica", - "66db1f928d59a9fe511dfc25": "Instale uma câmera WI-FI na perigosa beleza do chocolate russo na fábrica", + "66dad1edbc4fdd0c6eb38c5e": "Instale uma câmera WI-FI no vilão da cabeça de balde na Customs", + "66dad1f00e049ac7abb6d801": "Instalar uma câmera WI-FI no local de execução do membro da tripulação do Anvil 3-4 na Customs", + "66dad1f22edc2103eb176de8": "Instalar uma câmera WI-FI no pior pesadelo de todo desenvolvedor independente na Customs", + "66db1f8d7539f4b4eb640aff": "Instale uma câmera WI-FI na sala onde o bombeiro queimou os livros para ficar feliz na Factory", + "66db1f8f564045697071d934": "Instalar uma câmera WI-FI no local onde alguns técnicos de válvulas não conseguiram terminar seu terceiro projeto na Factory", + "66db1f928d59a9fe511dfc25": "Instale uma câmera WI-FI na perigosa beleza do chocolate russo na Factory", "66db1f94a147d9840ec0dfba": "Instale uma câmera WI-FI na sala do teórico da conspiração na Factory", "66db1f98b8e22a92437fe5c6": "Instalar uma câmera WI-FI perto do local onde alguém pensou que seria transportado para a escola de magia na Factory", - "66db1f9b4f7bf01d937eb150": "Instale uma câmera WI-FI na mãe de todos os jogos de estratégia na fábrica", - "66db1ff798d52a5a8e4ed1f8": "Instalar uma câmera WI-FI na escada para os céus na fábrica", - "66debf2b9e4ce2ef233ee5b7": "Instale uma câmera WI-FI no urso que sentou em um carro em chamas em Woods", - "66debf2e1e254957b82711ff": "Instalar uma câmera WI-FI na cadeira de cabeça para baixo em Shoreline", - "66debf30802386a45d0adb60": "Instale uma câmera WI-FI no banheiro não tão solitário em Shoreline", + "66db1f9b4f7bf01d937eb150": "Instale uma câmera WI-FI na mãe de todos os jogos de estratégia na Factory", + "66db1ff798d52a5a8e4ed1f8": "Instalar uma câmera WI-FI na escada para os céus na Factory", + "66debf2b9e4ce2ef233ee5b7": "Instale uma câmera WI-FI no urso que sentou em um carro em chamas na Woods", + "66debf2e1e254957b82711ff": "Instalar uma câmera WI-FI na cadeira de cabeça para baixo na Shoreline", + "66debf30802386a45d0adb60": "Instale uma câmera WI-FI no banheiro não tão solitário na Shoreline", "66d9cbb67b491f9d5304f6e6 acceptPlayerMessage": "", "66d9cbb67b491f9d5304f6e6 declinePlayerMessage": "", "66d9cbb67b491f9d5304f6e6 completePlayerMessage": "", - "66e01aca214f88109006a4b5 name": "Into the Inferno", - "66e01aca214f88109006a4b5 description": "O soldado da fortuna chegou para sua nova tarefa! Há rumores de que Tarkov se tornou ainda mais perigoso. Quem poderia imaginar, não é mesmo? Alguém começou a atacar certas áreas com morteiros. \n\nÉ melhor você ir e ver o que está acontecendo. E sim, isso significa ir direto para o meio dessas áreas de ataque de morteiros. Sim. Certo, então notamos os bombardeios na reserva natural, na base militar, no escritório da alfândega e na linha costeira. Então, vamos lá.", + "66e01aca214f88109006a4b5 name": "No Inferno", + "66e01aca214f88109006a4b5 description": "O soldado da fortuna chegou para sua nova tarefa! Há rumores de que Tarkov se tornou ainda mais perigoso. Quem poderia imaginar, não é mesmo? Alguém começou a atacar certas áreas com morteiros. \n\nÉ melhor você ir e ver o que está acontecendo. E sim, isso significa ir direto para o meio dessas áreas de ataque de morteiros. Sim. Certo, então notamos os bombardeios na reserva natural, na base militar, no escritório da Customs e na linha costeira. Então, vamos lá.", "66e01aca214f88109006a4b5 failMessageText": "", "66e01aca214f88109006a4b5 successMessageText": "Vivo e bem, isso é ótimo. Então, vamos ver com o que estamos trabalhando aqui. Alguém roubou os morteiros e agora eles estão atingindo vários locais logo antes da chegada dos suprimentos de lançamento aéreo. \n\nMuito suspeito. Esses homens da pólvora locais não poderiam ter assegurado a comunicação com o mundo exterior, poderiam? De qualquer forma, tudo o que podemos fazer por enquanto é observar.", "66e19b019f1774a3038c0c67": "Visite uma área ativa de ataque de morteiro em qualquer local especificado (Shoreline, Woods, Reserve, Customs)", @@ -26939,7 +27228,7 @@ "66e01ad15a8890455a0d9eea description": "Nova missão, soldado. Quero o que quer que seja que venha nessas caixas. De acordo com as informações, há equipamentos militares valiosos em seu interior. Ah, e sim, não se esqueça de eliminar a concorrência para garantir que eles não roubem nada importante.\n\nA propósito, recebi um pacote que achei que você poderia precisar. É um presente de um amigo nosso em comum. Não olhe para mim assim, estou falando do quatro-olhos.", "66e01ad15a8890455a0d9eea failMessageText": "", "66e01ad15a8890455a0d9eea successMessageText": "Bom trabalho! Agora, o que temos aqui? Bingo, são peças de radar. Elas serão úteis no futuro. Acho que sei quem pode estar interessado. \n\nO quê? Você também quer saber? Não é trabalho de um soldado fazer perguntas. A caminho, mercenário.", - "66e01e5c807dd6f2b14da31b": "Elimine os agentes da PMC em qualquer local que tenha ataques de morteiros (Shoreline, Woods, Reserve, Customs)", + "66e01e5c807dd6f2b14da31b": "Elimine os operadores PMC em qualquer local que tenha ataques de morteiros (Shoreline, Woods, Reserve, Customs)", "66e01ef8c2c37ef8fe110ba9": "Entregue o item encontrado na incursão: Peças sobressalentes da estação de radar", "66e01ad15a8890455a0d9eea acceptPlayerMessage": "", "66e01ad15a8890455a0d9eea declinePlayerMessage": "", @@ -26949,10 +27238,10 @@ "66e01ad6835f78499f049180 failMessageText": "", "66e01ad6835f78499f049180 successMessageText": "Esplêndido, os novos brinquedos chegaram. Meus rapazes vão adorar. Hoje em dia, é preciso estar pronto para tudo, e essa proteção definitivamente não é supérflua.", "66e19f1821f233c7928e32dc": "Entregue o item encontrado na incursão: Dispositivo portátil de guerra eletrônica GARY ZONT", - "66e19f359fee1e54e0e01f7c": "Eliminar Rogues", - "66e19f7d534a8ff2bb7e9f89": "Localizar e neutralizar o Big Pipe", - "66e19fb429e9c0617af804a8": "Localizar e neutralizar o Birdeye", - "66e19ff1d9a36fb31bc2b96a": "Localizar e neutralizar o Knight", + "66e19f359fee1e54e0e01f7c": "Elimine Rogues", + "66e19f7d534a8ff2bb7e9f89": "Localize e neutralize o Big Pipe", + "66e19fb429e9c0617af804a8": "Localize e neutralize o Birdeye", + "66e19ff1d9a36fb31bc2b96a": "Localize e neutralize o Knight", "66e01ad6835f78499f049180 acceptPlayerMessage": "", "66e01ad6835f78499f049180 declinePlayerMessage": "", "66e01ad6835f78499f049180 completePlayerMessage": "", @@ -26960,21 +27249,21 @@ "66e01adbd3d014f3ae061c12 description": "Essa coisa toda de comerciante está indo muito bem para mim, não acha? Sabe, se eu não tivesse juízo, já estaria morto neste buraco do inferno há muito tempo. De qualquer forma, lidarei com os relatórios mais tarde, não na primeira vez. \n\nNo momento, preciso equipar os caras que estão fora do meu território. Leve a eles esse novo equipamento que encontramos. Eu lhe darei uma parte, mas o resto você mesmo precisa conseguir - você já sabe onde procurar. Não, você não os encontrará cara a cara. Apenas guarde os itens no local designado.", "66e01adbd3d014f3ae061c12 failMessageText": "", "66e01adbd3d014f3ae061c12 successMessageText": "Ótimo, agora que eles estão a salvo de ameaças aéreas, sua missão de combate será cumprida sem problemas.", - "66e070d21022d2c195b847aa": "Esconda o dispositivo portátil de guerra eletrônica GARY ZONT dentro da igreja afundada em Woods", - "66e071c8a9e80c3f25bb1bad": "Guarde as peças sobressalentes da estação de radar dentro do antigo hangar da serraria em Woods", - "66e0735089627301d900ef1d": "Esconda o dispositivo portátil de guerra eletrônica GARY ZONT dentro da torre da estação meteorológica em Shoreline", - "66e073bb328d35f5dcb8f0cc": "Esconder o dispositivo portátil de guerra eletrônica GARY ZONT dentro da casa do presidente em Shoreline", + "66e070d21022d2c195b847aa": "Esconda o dispositivo portátil de guerra eletrônica GARY ZONT dentro da igreja afundada na Woods", + "66e071c8a9e80c3f25bb1bad": "Guarde as peças sobressalentes da estação de radar dentro do antigo hangar da serraria na Woods", + "66e0735089627301d900ef1d": "Esconda o dispositivo portátil de guerra eletrônica GARY ZONT dentro da torre da estação meteorológica na Shoreline", + "66e073bb328d35f5dcb8f0cc": "Esconder o dispositivo portátil de guerra eletrônica GARY ZONT dentro da casa do presidente na Shoreline", "66e01adbd3d014f3ae061c12 acceptPlayerMessage": "", "66e01adbd3d014f3ae061c12 declinePlayerMessage": "", "66e01adbd3d014f3ae061c12 completePlayerMessage": "", "66e01ae0c391e4c94903d220 name": "Creme da safra", - "66e01ae0c391e4c94903d220 description": "Que bom que você passou por aqui! Tenho um trabalho para você, cargas novamente. Parece que alguém descobriu que alguns dos equipamentos caíram em mãos erradas. Mas esse não é o problema. \n\nRecebemos a notícia de um lançamento aéreo importante que eles atacarão imediatamente se o virem. Teremos que trabalhar duro para obtê-lo. Manter o máximo de confidencialidade possível. O segredo é garantir que você não seja visto com o pacote. \n\nPegue um sinalizador amarelo especial do RSP no litoral. Eles ficam escondidos em locais altos, como telhados e torres. Em seguida, encontre um local fora do caminho e atire nele.\n\nAs pessoas necessárias o reconhecerão e enviarão o pacote. Espere por ele e pegue o que estiver dentro dele. Depois, corra para esconder os dispositivos nos locais designados no Lighthouse. Vá direto da costa, será mais rápido.\n\nFaça tudo de uma só vez, não seja morto nem volte para o bunker até terminar o trabalho. Ah, e evite bombardeios, obviamente. Esse equipamento não pode ser desperdiçado. Pessoas sérias estão interessadas nesse assunto, e o senhor Lightkeeper espera receber notícias minhas quando a tarefa for concluída.", + "66e01ae0c391e4c94903d220 description": "Que bom que você passou por aqui! Tenho um trabalho para você, cargas novamente. Parece que alguém descobriu que alguns dos equipamentos caíram em mãos erradas. Mas esse não é o problema. \n\nRecebemos a notícia de um lançamento aéreo importante que eles atacarão imediatamente se o virem. Teremos que trabalhar duro para obtê-lo. Manter o máximo de confidencialidade possível. O segredo é garantir que você não seja visto com o pacote. \n\nPegue um sinalizador amarelo especial do RSP no litoral. Eles ficam escondidos em locais altos, como telhados e torres. Em seguida, encontre um local fora do caminho e atire nele.\n\nAs pessoas necessárias o reconhecerão e enviarão o pacote. Espere por ele e pegue o que estiver dentro dele. Depois, corra para esconder os dispositivos nos locais designados na Lighhouse. Vá direto da costa, será mais rápido.\n\nFaça tudo de uma só vez, não seja morto nem volte para o bunker até terminar o trabalho. Ah, e evite bombardeios, obviamente. Esse equipamento não pode ser desperdiçado. Pessoas sérias estão interessadas nesse assunto, e o senhor Lightkeeper espera receber notícias minhas quando a tarefa for concluída.", "66e01ae0c391e4c94903d220 failMessageText": "", "66e01ae0c391e4c94903d220 successMessageText": "A tarefa era difícil, mas você a cumpriu perfeitamente, soldado! Agora só falta descobrir quem trouxe essas ferramentas raras para Tarkov e com que finalidade. Mas isso é problema meu, você não precisa se envolver.\n\nTenho uma boa recompensa para você. Meus homens interceptaram alguns Scavs, eles tinham alguns sinalizadores especiais da RSP. Devem ser úteis!", "66e0864adb7c624eb1ebfc85": "Encontre o dispositivo de interferência eletrônica KOSA UAV em uma incursão", - "66e086a04a164106f15e5f3f": "Guarde o dispositivo KOSA no segundo andar do chalé do iate clube em Lighthouse", - "66e086e294bc96e5460ca731": "Esconda o dispositivo KOSA dentro da casa abandonada perto da ponte do Lightkeeper no Lighthouse", - "66e2c832596e2895181e1bd4": "Use o transporte público de Shoreline para Lighthouse", + "66e086a04a164106f15e5f3f": "Guarde o dispositivo KOSA no segundo andar do chalé do iate clube na Lighthouse", + "66e086e294bc96e5460ca731": "Esconda o dispositivo KOSA dentro da casa abandonada perto da ponte do Lightkeeper na Lighhouse", + "66e2c832596e2895181e1bd4": "Use a viajem da Shoreline para Lighthouse", "66e01ae0c391e4c94903d220 acceptPlayerMessage": "", "66e01ae0c391e4c94903d220 declinePlayerMessage": "", "66e01ae0c391e4c94903d220 completePlayerMessage": "", @@ -26991,45 +27280,45 @@ "66e3e2ee2136472d220bcb36 description": "Já era hora de você passar por aqui. Você também notou aqueles demônios noturnos saindo de todos os lugares, não notou? Eles estão se armando muito melhor, hein. É como se alguém estivesse realmente trabalhando com eles. De cima, sabe?\n\nDeveríamos dar uma olhada no que esses bastardos estão tramando. Além disso, será ainda melhor se conseguirmos reduzir o número deles. Mas tenha cuidado. \n\nHá um boato entre os catadores de que você pode se deparar com uma fera invencível à noite. Dizem que ela caça e devora humanos. \n\nLembro-me de uma história oriental sobre esse demônio, cujo apelido era... \"O Oni\". Eu não teria mencionado essas histórias antes. Mas agora algo está definitivamente se formando, e pensamentos sombrios continuam a rastejar em minha cabeça.", "66e3e2ee2136472d220bcb36 failMessageText": "", "66e3e2ee2136472d220bcb36 successMessageText": "Então, o que você encontrou? Eu também não fiquei parado enquanto você estava fora, eu me encontrei com Partisan. Ele disse que eles estão preparando um ritual especial, e é por isso que estão saindo de suas tocas. Todos eles estão mencionando algum tipo de \"Noite do Culto\".\n\nNão sei do que se trata, mas definitivamente são más notícias para Tarkov. E algo me diz que há alguém que está orquestrando tudo isso. Esse demônio não apareceu em nossas partes sem motivo. \n\nMas eu mesmo vi algo ontem à noite. Seu rosto estava vermelho, como se estivesse queimando. Peguei minha arma e apontei, mas quando pisquei, não havia ninguém lá. Alucinações de velho, talvez...", - "66e3e780e4dbb01803c493f4": "Eliminar as pessoas noturnas encapuzadas", + "66e3e780e4dbb01803c493f4": "Elimine as pessoas noturnas encapuzadas", "66e3e2ee2136472d220bcb36 acceptPlayerMessage": "", "66e3e2ee2136472d220bcb36 declinePlayerMessage": "", "66e3e2ee2136472d220bcb36 completePlayerMessage": "", - "66e3e2fcb26de0e0790d3fe6 name": "A imagem gravada", + "66e3e2fcb26de0e0790d3fe6 name": "A Imagem Gravada", "66e3e2fcb26de0e0790d3fe6 description": "Muito bem, tenho boas notícias para você. \nPartisan conseguiu escutar a conversa dos cultistas antes de serem mortos pelo fio elétrico.\n\nO Harbinger, como eles o chamam, é o responsável por toda essa parada de terror. Ele prometeu a eles que, se fizessem o que ele mandasse, receberiam o novo Dom do Inédito. Mas que diabos? Não faço ideia do que isso significa. Mas tenho certeza de que, se você permitir que eles realizem o maldito ritual, haverá inúmeras vítimas entre as pessoas decentes. As pessoas começaram a fugir das ruas, dizem que um fantasma está caçando almas.\n\nNão sabemos os detalhes desse mistério, mas ele está definitivamente ligado a tudo isso! E sabemos quem está por trás disso. Precisamos eliminar o Harbinger e, se você encontrar alguma coisa assustadora perto dele, tente enterrá-la bem fundo no chão. Talvez isso mantenha os cultistas na linha.", "66e3e2fcb26de0e0790d3fe6 failMessageText": "", "66e3e2fcb26de0e0790d3fe6 successMessageText": "Os bastardos estão sendo tratados? De qualquer forma, o lugar dos malditos é no inferno. Esperamos que o restante dos cultistas se afaste e volte para suas tocas. \n\nO engraçado é que Zryachiy também tem estado ausente ultimamente. Será que ele desceu do Farol para terminar o ritual e deixar esses demônios saírem para a luz do dia?", "66e3eb3592c6be7be7fdc2e5": "Localize e neutralize o Oni", - "66e3eb4c4a5359f2db0be81a": "Localizar e neutralizar o Harbinger", - "66e3eb65e385f94b38f061d7": "Localizar e neutralizar o Ghost", + "66e3eb4c4a5359f2db0be81a": "Localize e neutralize o Harbinger", + "66e3eb65e385f94b38f061d7": "Localize e neutralize o Ghost", "66e3e2fcb26de0e0790d3fe6 acceptPlayerMessage": "", "66e3e2fcb26de0e0790d3fe6 declinePlayerMessage": "", "66e3e2fcb26de0e0790d3fe6 completePlayerMessage": "", - "66e3e3027804a21d860755d6 name": "Até o amanhecer", + "66e3e3027804a21d860755d6 name": "Até o Amanhecer", "66e3e3027804a21d860755d6 description": "Acho que você pode ver o que está acontecendo agora que está de volta. Esses brutos não só não se dispersaram, como também começaram a organizar seus preparativos com ainda mais vigor! \n\nAcabei de receber a notícia de que o pobre garoto Ryzhy foi capturado pelo próprio Zryachiy. Dizem que ele será o principal sacrifício. Isso significa que estamos ficando sem tempo!\n\nPartisan ainda está na floresta caçando cultistas, mas nem mesmo ele pode fazer isso sozinho. Agora cabe a nós limpar a escória com nossas próprias mãos. Se não houver ninguém para realizar o ritual, talvez ele acabe.", "66e3e3027804a21d860755d6 failMessageText": "", "66e3e3027804a21d860755d6 successMessageText": "Quieto, seu verme! Ah, é você. Eles também estão começando a aparecer na minha região. Já recebi alguns desses visitantes antes de você.\n\nVocê diz que limpou Tarkov dos cultistas? Bem, com perdas como essa, eles não poderão fazer nada tão cedo. Eles esquecerão tudo sobre o Precursor. No entanto, não sei se vou conseguir dormir tranquilo por um tempo.\n\nObrigado por sua ajuda. Não teria conseguido sem você.", - "66e3e9b4218d34e0cce29dfc": "Eliminar as pessoas noturnas encapuzadas no Ground Zero", - "66e3ec28ecbe7102342ea56a": "Eliminar as pessoas noturnas encapuzadas em Lighthouse", - "66e3ecad063ef452798d369d": "Eliminar as pessoas noturnas encapuzadas em Shoreline", - "66e3ecdc80b51f15f1043595": "Eliminar as pessoas noturnas encapuzadas em Streets of Tarkov", - "66e3ed0e637221ba629e2c14": "Eliminar as pessoas noturnas encapuzadas em Woods", - "66e3ed3a01f926ac4c2c3c94": "Eliminar as pessoas noturnas encapuzadas na alfândega", - "66e3ef4c458485a487458eed": "Eliminar as pessoas noturnas encapuzadas na fábrica noturna", + "66e3e9b4218d34e0cce29dfc": "Elimine as pessoas noturnas encapuzadas no Ground Zero", + "66e3ec28ecbe7102342ea56a": "Elimine as pessoas noturnas encapuzadas na Lighthouse", + "66e3ecad063ef452798d369d": "Elimine as pessoas noturnas encapuzadas na Shoreline", + "66e3ecdc80b51f15f1043595": "Elimine as pessoas noturnas encapuzadas na Streets of Tarkov", + "66e3ed0e637221ba629e2c14": "Elimine as pessoas noturnas encapuzadas na Woods", + "66e3ed3a01f926ac4c2c3c94": "Elimine as pessoas noturnas encapuzadas na Customs", + "66e3ef4c458485a487458eed": "Elimine as pessoas noturnas encapuzadas na Factory noturna", "66e3e3027804a21d860755d6 acceptPlayerMessage": "", "66e3e3027804a21d860755d6 declinePlayerMessage": "", "66e3e3027804a21d860755d6 completePlayerMessage": "", - "670404a2ea1caa8f2e0be106 name": "Não acredite em seus olhos", + "670404a2ea1caa8f2e0be106 name": "Não Acredite em Seus Olhos", "670404a2ea1caa8f2e0be106 description": "Olá. Diga-me, está se sentindo saudável? Tem se falado de algum tipo de doença, seja do laboratório ou de outro lugar. Até mesmo uma \"testemunha\" chegou, claramente enlouquecida. \n\nEle me contou sobre os mortos-vivos que sangram a si mesmos e caçam pessoas. Vou lhe dizer uma coisa, já ouvi muitas histórias assim antes.\n\nNo entanto, o cabelo grisalho do homem e aquele olhar em seus olhos... Ele definitivamente viu algo sinistro. Talvez alguns saqueadores tenham mutilado um cadáver por diversão, ou algum pobre coitado tenha derramado ácido sobre si mesmo. \n\nDe qualquer forma, acho que você deveria investigar essa história. Você sabe como o pânico se espalha por este lugar.", "670404a2ea1caa8f2e0be106 failMessageText": "", "670404a2ea1caa8f2e0be106 successMessageText": "Não posso acreditar nisso! Então o louco estava dizendo a verdade? Se isso estiver ligado à TerraGroup e seus experimentos, é uma má notícia.\n\nParece que alguém abriu o laboratório por dentro, interrompeu toda a segurança e agora qualquer um pode entrar e sair de lá.\n\nCuide de você e prepare-se para um trabalho sério. Tarkov está correndo um grande perigo.", - "67040502c599a240aeb7fc94": "Eliminar os infectados em qualquer local", - "671b9af6038f464a253ff93c": "Localize a fonte dos rumores sobre os mortos-vivos no laboratório", - "671b9d4ef32cf95e65e0d54b": "Encontre uma maneira de entrar na seção de quarentena do The Lab", + "67040502c599a240aeb7fc94": "Elimine os infectados em qualquer local", + "671b9af6038f464a253ff93c": "Localize a fonte dos rumores sobre os mortos-vivos na Labs", + "671b9d4ef32cf95e65e0d54b": "Encontre uma maneira de entrar na seção de quarentena da Labs", "670404a2ea1caa8f2e0be106 acceptPlayerMessage": "", "670404a2ea1caa8f2e0be106 declinePlayerMessage": "", "670404a2ea1caa8f2e0be106 completePlayerMessage": "", - "67040b3d10b18d153a08f636 name": "Sangue sujo", + "67040b3d10b18d153a08f636 name": "Sangue Sujo", "67040b3d10b18d153a08f636 description": "Nunca mais quero ficar na mesma sala que essa vadia, mas parece que não temos muita escolha... Neste momento, nossa sobrevivência depende de conseguirmos ou não derrotar essa infecção.\n\nColete amostras de sangue dos infectados e traga-as para mim. Eu vou falar com a terapeuta e lhe contar o que está acontecendo. \n\nAcho que ela estaria disposta a ajudar a cidade diante de tal ameaça, mesmo que não haja dinheiro para ela.", "67040b3d10b18d153a08f636 failMessageText": "", "67040b3d10b18d153a08f636 successMessageText": "Muito bem, ótimo. Fico feliz que você ainda esteja inteiro. Não seja pego por esses bastardos, ainda preciso de sua ajuda.", @@ -27038,15 +27327,15 @@ "67040b3d10b18d153a08f636 acceptPlayerMessage": "", "67040b3d10b18d153a08f636 declinePlayerMessage": "", "67040b3d10b18d153a08f636 completePlayerMessage": "", - "67040b6c45eaf70db10dbec6 name": "Burn It Down", + "67040b6c45eaf70db10dbec6 name": "Destruição Completa", "67040b6c45eaf70db10dbec6 description": "Então, fui ver essa nossa \"amiga\". Ela disse que precisa de tempo. É exatamente isso que não temos agora! O contágio está se espalhando rapidamente, os doentes já foram vistos acima do solo.\n\nDevemos esquecer os problemas antigos por um tempo e colocar todas as nossas energias para matar o flagelo. Leve bastante munição e não deixe que eles o cerquem. \n\nAté que tenhamos uma cura, nossa única opção é matar o maior número possível.", "67040b6c45eaf70db10dbec6 failMessageText": "", "67040b6c45eaf70db10dbec6 successMessageText": "Ah, é você. Tem certeza absoluta de que não está infectado? Dizem que o primeiro sintoma é coceira e febre.\n\nMas se você matou tantos deles e não ficou doente, então tenho certeza de que ainda pode ajudar. Por enquanto, você pode ir, e eu vou fazer um chá de limão com mel. Para manter meu sistema imunológico forte, sabe?", - "67040b6c45eaf70db10dbec9": "Eliminar os infectados em qualquer local", + "67040b6c45eaf70db10dbec9": "Elimine os infectados em qualquer local", "67040b6c45eaf70db10dbec6 acceptPlayerMessage": "", "67040b6c45eaf70db10dbec6 declinePlayerMessage": "", "67040b6c45eaf70db10dbec6 completePlayerMessage": "", - "67040ba4578a46e44a05c0a8 name": "A causa principal", + "67040ba4578a46e44a05c0a8 name": "A Causa Principal", "67040ba4578a46e44a05c0a8 description": "Saudações. Imagino que você já esteja ciente da situação recente, já que encontrou as amostras de sangue que Jaeger me trouxe. Eu as analisei, mas não é suficiente.\n\nPara começar, preciso de uma amostra do próprio vírus. Isso é extremamente perigoso, portanto, tome todas as precauções durante a missão!\n\nVenha me ver assim que a encontrar. Isso é para minimizar o tempo em que o vírus fica à vista de todos.", "67040ba4578a46e44a05c0a8 failMessageText": "", "67040ba4578a46e44a05c0a8 successMessageText": "Somente quando você sabe o que está enfrentando é que pode fazer um remédio eficaz.\n\nMas isso levará tempo. As informações que podem ter sido armazenadas em alguns dispositivos do TerraGroup ajudariam a acelerar o processo. \n\nEntrei em contato com o Mechanic. Se ele encontrar algo útil, ele mesmo entrará em contato com você.", @@ -27055,16 +27344,16 @@ "67040ba4578a46e44a05c0a8 acceptPlayerMessage": "", "67040ba4578a46e44a05c0a8 declinePlayerMessage": "", "67040ba4578a46e44a05c0a8 completePlayerMessage": "", - "67040c22cc1f3752720376e9 name": "Questão de técnica", + "67040c22cc1f3752720376e9 name": "Questão de Técnica", "67040c22cc1f3752720376e9 description": "Estamos passando por tempos difíceis, não é? O TerraGroup é uma grande caixa de mistérios.\n\nO que poderia ser mais louco do que transformar um homem em um morto-vivo? Duvido que Tarkov sobreviva a esse golpe se não conseguirmos enfrentá-lo.\n\nA pedido do Terapeuta, fiz algumas pesquisas e encontrei um computador em funcionamento que pode ter alguns dados úteis. Mas agora precisamos de você.\n\nPrepare o pen drive exatamente como instruído, vá até o computador do TerraGroup em seu escritório na cidade e deixe-o lá. Você terá que ficar no computador para garantir que a conexão seja estabelecida. \n\nDepois de fazer sua parte, nosso conhecido em comum e eu faremos o resto - tudo uma questão de técnica.", "67040c22cc1f3752720376e9 failMessageText": "", "67040c22cc1f3752720376e9 successMessageText": "Ok, estou vendo a conexão, então você fez tudo certo... Oh, eles são à prova de DDoS. Mas e se acessarmos daqui, seus idiotas? É aí que entra o Sr. Kerman.\n\nVocê ainda está aqui? Desculpe-me, não tenho mais tempo para conversar. Kerman acabou de enviar seus dados e disse que não vai deixar os projetos do TerraGroup arruinarem nossa cidade. \n\nEnquanto ele derruba a segurança, tenho de formatar as unidades para dar ao terapeuta tudo o que pudermos descobrir.", - "670411a2cded018840f5b599": "Localize o computador necessário no escritório Cardinal do TerraGroup em Streets of Tarkov", + "670411a2cded018840f5b599": "Localize o computador necessário no escritório Cardinal do TerraGroup na Streets of Tarkov", "670411d819aafd130ebc4bb8": "Instale a unidade flash no computador para fazer o download dos arquivos", "67040c22cc1f3752720376e9 acceptPlayerMessage": "", "67040c22cc1f3752720376e9 declinePlayerMessage": "", "67040c22cc1f3752720376e9 completePlayerMessage": "", - "67040c43ce929d6ee506c7c7 name": "Encontre a fonte", + "67040c43ce929d6ee506c7c7 name": "Encontre a Fonte", "67040c43ce929d6ee506c7c7 description": "É bom que você tenha voltado. As informações do TerraGroup foram úteis, mas ainda não são suficientes para criar um antídoto funcional. No entanto, encontrei uma pista importante.\n\nO projeto para criar esse vírus era altamente secreto, mas o Mechanic combinou os códigos do vírus com os índices da divisão interna do TerraGroup. E encontramos uma sobreposição.\n\nUm dos principais funcionários, não oficialmente designado para nenhum projeto aberto, era um certo Vladimir O. Tenho certeza de que um especialista dessa importância guardava tudo o que era importante em seu bolso, para não correr o risco de espalhar informações.\n\nVocê precisa verificar minuciosamente o território do Laboratório, especialmente na área do bloco onde o vírus foi desenvolvido. Se meu palpite estiver correto, é possível que encontre os registros de Vladimir lá.", "67040c43ce929d6ee506c7c7 failMessageText": "", "67040c43ce929d6ee506c7c7 successMessageText": "Ótimo! Vou começar a trabalhar imediatamente e entrar em contato com o Mechanic. \n\nO diário provavelmente está criptografado, portanto, o gosto do nosso amigo por enigmas complexos será útil.", @@ -27088,8 +27377,8 @@ "67040c78bf4be8a4ef041a65 successMessageText": "Sua contribuição para salvar a cidade é inestimável! No entanto, não posso fazer uma análise completa da amostra por conta própria.\n\nMas conheço alguém que pode se envolver no processo. Um especialista do mais alto calibre... Entrarei em contato com você com os resultados em breve.", "67068b5263a6a9dd703a29f2": "Localize e obtenha o frasco de vacina no laboratório", "67068b5c3d3d44305f177281": "Entregue o item encontrado", - "67262b4023c03479138728fa": "Use o transporte público do The Lab para Streets of Tarkov", - "67262ba531b7021ec5cfc7e8": "Esconda a vacina embaixo do escritório de Kaban em Streets of Tarkov", + "67262b4023c03479138728fa": "Use a viajem da Labs para Streets of Tarkov", + "67262ba531b7021ec5cfc7e8": "Esconda a vacina embaixo do escritório de Kaban na Streets of Tarkov", "67040c78bf4be8a4ef041a65 acceptPlayerMessage": "", "67040c78bf4be8a4ef041a65 declinePlayerMessage": "", "67040c78bf4be8a4ef041a65 completePlayerMessage": "", @@ -27097,16 +27386,16 @@ "67040c92bf4be8a4ef041a6c description": "Está se sentindo bem? Embora eu mal consiga ficar em pé, fui ver meu amigo colhedor de cogumelos e dei a ele um pouco do meu chá. \n\nE sabe de uma coisa, o velho está se mantendo forte e saudável! Isso significa que também não podemos ficar desanimados. Os infectados estão por toda parte agora, mas também há sobreviventes.\n\nPortanto, é hora de arregaçar as mangas e fazer um trabalho sujo. Vá a todos os cantos de Tarkov e erradique os monstros - faremos o possível para salvar os poucos que ainda não foram infectados.", "67040c92bf4be8a4ef041a6c failMessageText": "", "67040c92bf4be8a4ef041a6c successMessageText": "Que bom que você ainda está conosco. Está melhorando, mesmo que seja por pouco tempo. \n\nPodemos fazer uma pequena pausa e recuperar nossas forças por enquanto, desde que esteja tudo calmo. Esperamos que a bruxa médica nos dê alguns resultados em breve.", - "67040c92bf4be8a4ef041a6f": "Eliminar os infectados no Ground Zero", - "670696ab3907c9db5b4612e9": "Elimine os infectados em Streets of Tarkov", - "6706a2843e88aef2615f9233": "Eliminar os infectados no Interchange", - "6706a2a80af75b50e90dc89b": "Eliminar os infectados na reserva", + "67040c92bf4be8a4ef041a6f": "Elimine os infectados no Ground Zero", + "670696ab3907c9db5b4612e9": "Elimine os infectados na Streets of Tarkov", + "6706a2843e88aef2615f9233": "Elimine os infectados no Interchange", + "6706a2a80af75b50e90dc89b": "Elimine os infectados na reserva", "6706a2cccd98cc18afe9cbb0": "Elimine os infectados no laboratório", - "6706a3e18e9193128de9c265": "Eliminar os infectados no Lighthouse", - "6706a3fdf0c39b9d7b8657c5": "Eliminar os infectados no Factory", - "6706a41aee82de6b3df6e35f": "Eliminar os infectados em Shoreline", - "6706a4332cbd3d14ed928bbd": "Eliminar os infectados na alfândega", - "6706a44c4c287a29e432f182": "Eliminar os infectados no Woods", + "6706a3e18e9193128de9c265": "Elimine os infectados na Lighhouse", + "6706a3fdf0c39b9d7b8657c5": "Elimine os infectados no Factory", + "6706a41aee82de6b3df6e35f": "Elimine os infectados na Shoreline", + "6706a4332cbd3d14ed928bbd": "Elimine os infectados na Customs", + "6706a44c4c287a29e432f182": "Elimine os infectados no Woods", "67040c92bf4be8a4ef041a6c acceptPlayerMessage": "", "67040c92bf4be8a4ef041a6c declinePlayerMessage": "", "67040c92bf4be8a4ef041a6c completePlayerMessage": "", @@ -27116,9 +27405,9 @@ "67040cae4ac6d9c18c0ade2c successMessageText": "Você fez a escolha certa. Sei que Jaeger tentou induzi-lo a prejudicar meu colega.\n\nMas eu lhe asseguro que essa versão da droga era a maneira mais segura de limpar a cidade do vírus...", "6706a4ddec997e861c3f6f04": "Espalhe a vacina sobre o Lighthouse", "6706a504c00fb0d1f430a249": "Espalhe a vacina sobre a Shoreline", - "6706a51fa60dfe2fb85275ed": "Espalhe a vacina em Woods", - "6706a52083168d9e8ed303d8": "Espalhe a vacina na alfândega", - "6706a61a5fb5eedf15ec6234": "Espalhe a vacina na fábrica", + "6706a51fa60dfe2fb85275ed": "Espalhe a vacina na Woods", + "6706a52083168d9e8ed303d8": "Espalhe a vacina na Customs", + "6706a61a5fb5eedf15ec6234": "Espalhe a vacina na Factory", "67091272fbf6f41d103a3216": "Espalhe a vacina no laboratório", "67040cae4ac6d9c18c0ade2c acceptPlayerMessage": "", "67040cae4ac6d9c18c0ade2c declinePlayerMessage": "", @@ -27127,8 +27416,8 @@ "67040ccdcc1f3752720376ef description": "Espere! Você também não sabia que ela desenvolveu essa \"cura\" com a Sanitar? \n\nAposto que eles fizeram uma versão simplificada para que pudessem matar todas as pessoas doentes sem pestanejar, certo? Eu não vou deixar isso acontecer.\n\nConheço a natureza dela... Com certeza ela desenvolveu uma versão menos letal da droga para uso próprio ou para venda. \n\nMas se ela trabalhou nela com esse marginal, isso significa que é ele quem a está guardando! Punir o bastardo e obter a versão real da droga. \n\nSe não for a droga em si, pelo menos encontre a receita... Provavelmente descobriremos a partir daí!", "67040ccdcc1f3752720376ef failMessageText": "Quão estúpido você tem que ser para acreditar nela, mesmo depois de eu ter literalmente revelado a verdade? O sangue das pessoas que morrerem por causa dessa vacina estará em suas mãos, garoto. \n\nQuando eles vierem até você em seus sonhos, você perceberá o que fez.", "67040ccdcc1f3752720376ef successMessageText": "Tudo pronto, certo? Nós realmente esfregamos isso no nariz desses \"empresários\"!\n\nIsso deve lembrar à bruxa que ela fez o Juramento de Hipócrates.", - "6706af6cf1cdc7ba44665711": "Localize e obtenha a vacina verdadeira no escritório da Sanitar em Shoreline", - "6707e758f847ab10fd857441": "Localizar e neutralizar o Sanitar", + "6706af6cf1cdc7ba44665711": "Localize e obtenha a vacina verdadeira no escritório da Sanitar na Shoreline", + "6707e758f847ab10fd857441": "Localize e neutralize o Sanitar", "6719135cfab45272c32a8c01": "Entregue o item encontrado", "67040ccdcc1f3752720376ef acceptPlayerMessage": "", "67040ccdcc1f3752720376ef declinePlayerMessage": "", @@ -27139,8 +27428,8 @@ "6707e6614e617ec94f0e63dc successMessageText": "Bem, talvez agora tenha finalmente terminado! Tudo o que importa é que você escolheu o lado certo, garoto, e sua consciência está limpa.\n\nA cura certamente deve funcionar se eles a fizeram para si mesmos, só temos que esperar um pouco mais.", "6707e6614e617ec94f0e63e0": "Divulgue a verdadeira vacina sobre o Lighthouse", "6707e6614e617ec94f0e63e2": "Divulgue a verdadeira vacina sobre a Shoreline", - "6707e6614e617ec94f0e63e3": "Espalhe a verdadeira vacina em Woods", - "6707e6614e617ec94f0e63e4": "Divulgue a verdadeira vacina na alfândega", + "6707e6614e617ec94f0e63e3": "Espalhe a verdadeira vacina na Woods", + "6707e6614e617ec94f0e63e4": "Divulgue a verdadeira vacina na Customs", "6707e6614e617ec94f0e63e5": "Divulgue a verdadeira vacina na Factory", "6709251bd1347df18467acee": "Divulgue a verdadeira vacina no The Lab", "6707e6614e617ec94f0e63dc acceptPlayerMessage": "", @@ -27154,19 +27443,19 @@ "67165d59a9c06627040a9094 acceptPlayerMessage": "", "67165d59a9c06627040a9094 declinePlayerMessage": "", "67165d59a9c06627040a9094 completePlayerMessage": "", - "67190f157b0991dc22064755 name": "Apoio estrangeiro", + "67190f157b0991dc22064755 name": "Apoio Estrangeiro", "67190f157b0991dc22064755 description": "Como está se saindo, mercenário? Se ainda puder operar, pode me ajudar com um assunto importante. Precisamos de ajuda na cidade. \n\nDe acordo com minhas informações, neste momento há um grande número de infectados na área central. O Ocidente já sabe o que está acontecendo e não quer ficar de fora. \n\nNo entanto, o comboio que foi enviado para conter a situação foi destruído. Não tenho mais homens para dispensar, mas a tarefa precisa ser cumprida. E precisamos fazer isso de uma forma que torne óbvio o envolvimento de nossos parceiros. \n", "67190f157b0991dc22064755 failMessageText": "", "67190f157b0991dc22064755 successMessageText": "Você está de volta e já recebi os relatórios necessários. Parece autêntico o suficiente para que nossos parceiros não tenham nenhuma dúvida. Você ganhou sua recompensa.", - "67190f157b0991dc22064758": "Elimine os infectados enquanto estiver usando um uniforme da ONU (capacete UNTAR, armadura MF-UNTAR, rifle M4A1) em Streets of Tarkov", + "67190f157b0991dc22064758": "Elimine os infectados enquanto estiver usando um uniforme da ONU (capacete UNTAR, armadura MF-UNTAR, rifle M4A1) na Streets of Tarkov", "67190f157b0991dc22064755 acceptPlayerMessage": "", "67190f157b0991dc22064755 declinePlayerMessage": "", "67190f157b0991dc22064755 completePlayerMessage": "", - "67190f6c1b3f4964d90d71e9 name": "Ameaça global", + "67190f6c1b3f4964d90d71e9 name": "Ameaça Global", "67190f6c1b3f4964d90d71e9 description": "Estou recebendo relatórios do terminal próximo à Azure Coast, meu pessoal diz que há cada vez mais infectados a cada dia. Mesmo que uma pessoa doente chegue à área do porto, o caos se instalará. \n\nAs pessoas entrarão em pânico e tentarão usar o transporte aquático para sair. Nesse caso, o desastre pode ultrapassar as fronteiras da região de Norvinsk e até mesmo da Rússia.\n\nA segurança do porto precisa de ajuda. Se você ajudar a reduzir o número de infectados por lá, farei com que receba uma recompensa dos meus parceiros ocidentais.", "67190f6c1b3f4964d90d71e9 failMessageText": "", "67190f6c1b3f4964d90d71e9 successMessageText": "Vocês conseguiram! O terminal ainda está seguro, o que significa que conseguimos manter o desastre dentro das fronteiras de Tarkov. Conforme combinado, aqui está a recompensa de meus parceiros.", - "67190f6c1b3f4964d90d71ec": "Eliminar os infectados em Shoreline", + "67190f6c1b3f4964d90d71ec": "Elimine os infectados na Shoreline", "67190f6c1b3f4964d90d71e9 acceptPlayerMessage": "", "67190f6c1b3f4964d90d71e9 declinePlayerMessage": "", "67190f6c1b3f4964d90d71e9 completePlayerMessage": "", @@ -27174,11 +27463,11 @@ "67190f9c7b0991dc22064766 description": "Saudações. Não tenho certeza se você tem um bom entendimento do equilíbrio de poder em Tarkov, mas atualmente isso não importa.\n\nUma das figuras-chave desta cidade está no Farol. Talvez você não o conheça, mas ele com certeza sabe tudo sobre você. \n\nA pessoa está bem protegida, mas seus guardas precisam de ajuda. Devido às enormes perdas, não posso fornecer nenhum dos meus próprios recursos humanos, mas esse pode ser um trabalho lucrativo para você.\n\nQuem sabe, talvez você receba algum crédito por isso mais tarde. De qualquer forma, essa perda custará muito caro a Tarkov se você não fizer nada a respeito.", "67190f9c7b0991dc22064766 failMessageText": "", "67190f9c7b0991dc22064766 successMessageText": "Disseram-me que a área do Lighthouse está mais calma e não precisará de nosso apoio por algum tempo. Você protegeu uma pessoa importante em um momento difícil e merece sua recompensa.", - "67190f9c7b0991dc22064769": "Eliminar os infectados no Lighthouse", + "67190f9c7b0991dc22064769": "Elimine os infectados na Lighhouse", "67190f9c7b0991dc22064766 acceptPlayerMessage": "", "67190f9c7b0991dc22064766 declinePlayerMessage": "", "67190f9c7b0991dc22064766 completePlayerMessage": "", - "67190febcce4a5fdf605d4f8 name": "Nem um passo atrás!", + "67190febcce4a5fdf605d4f8 name": "Nem um Passo Atrás!", "67190febcce4a5fdf605d4f8 description": "Os tempos são difíceis, mas você é um verdadeiro guerreiro! Quem mais além de você para defender nosso país desses monstros?\n\nContinuo recebendo relatórios de vários avanços do inimigo, e o local menos defendido é a reserva natural. Você terá que entrar na área e matar o máximo de aberrações que puder.\n\nE sim, traga toneladas de munição e fique em um local alto, você precisará dela.\n\nE lembre-se de ficar à distância, atire neles quando estiverem se aproximando! Não deixe que eles se aproximem demais de você.", "67190febcce4a5fdf605d4f8 failMessageText": "", "67190febcce4a5fdf605d4f8 successMessageText": "São tantos? Cara, normalmente nós simplesmente artilharíamos a porra deles...\n\nMas você lhes deu uma surra e tanto. Se algum dos meus soldados conseguiu se esconder em algum lugar, agora é a hora de sair. Vou checar a frequência.", @@ -27186,7 +27475,7 @@ "67190febcce4a5fdf605d4f8 acceptPlayerMessage": "", "67190febcce4a5fdf605d4f8 declinePlayerMessage": "", "67190febcce4a5fdf605d4f8 completePlayerMessage": "", - "6719101deddf081d340d4c60 name": "Espalhe o dano", + "6719101deddf081d340d4c60 name": "Espalhe o Dano", "6719101deddf081d340d4c60 description": "Ainda bem que você passou por aqui, guerreiro. O centro da cidade ficou bem difícil. Mas fiz algumas buscas em nossos estoques e encontrei alguns explosivos.\n\nIsso é o que estávamos perdendo! O único problema é que não há ninguém para entregar esse pacote a esses malucos.\n\nAjude-nos, soldado! Agora não é hora de economizar seus suprimentos. Temos que usar tudo o que temos. Vá até lá e exploda esses bastardos. Temos de detê-los.", "6719101deddf081d340d4c60 failMessageText": "", "6719101deddf081d340d4c60 successMessageText": "Você é o mais verdadeiro de todos os guerreiros! Graças ao seu ataque, até consegui tirar um dos meus grupos do cerco.", @@ -27194,31 +27483,31 @@ "6719101deddf081d340d4c60 acceptPlayerMessage": "", "6719101deddf081d340d4c60 declinePlayerMessage": "", "6719101deddf081d340d4c60 completePlayerMessage": "", - "67191048eddf081d340d4c6e name": "Pressionado por circunstâncias", + "67191048eddf081d340d4c6e name": "Pressionado por Circunstâncias", "67191048eddf081d340d4c6e description": "Sei que está difícil em todos os lugares neste momento. Você já se sentiu fascinado por essa capacidade humana de se adaptar a qualquer condição?\n\nAcho que foi isso que fez do homem o auge da evolução. Mas sentir que está se acostumando lentamente com as multidões de pessoas infectadas em sua cidade natal... Isso me deixa doente.\n\nA demanda por armas de fogo aumentou tremendamente, e estou pensando que, se essa epidemia se arrastar, só restarão armas de fogo nos estoques. Você pode fazer um teste para ver se elas são eficazes no ambiente atual?", "67191048eddf081d340d4c6e failMessageText": "", "67191048eddf081d340d4c6e successMessageText": "Acontece que você pode sobreviver mesmo com uma arma como essa, se tiver as habilidades necessárias. Mas não tenho certeza se há atiradores suficientes de seu calibre na cidade. \n\nEspero que não precisemos de suas táticas comprovadas. Mas é melhor se preparar para o pior cenário possível.", - "67191048eddf081d340d4c71": "Elimine os infectados ao usar pistolas ou revólveres na fábrica", + "67191048eddf081d340d4c71": "Elimine os infectados ao usar pistolas ou revólveres na Factory", "67191048eddf081d340d4c6e acceptPlayerMessage": "", "67191048eddf081d340d4c6e declinePlayerMessage": "", "67191048eddf081d340d4c6e completePlayerMessage": "", - "671910d5dbd4354ac10e9784 name": "Área de conservação", + "671910d5dbd4354ac10e9784 name": "Área de Conservação", "671910d5dbd4354ac10e9784 description": "Olá novamente. Ainda está se sentindo forte? Bem, continue assim. Não vamos ter muito descanso tão cedo.\n\nIndependentemente do que esteja acontecendo com o tratamento dessa doença, ainda há muitas pessoas doentes em toda a cidade! É por isso que mais uma vez peço seu apoio.\n\nOs infectados foram vistos em nossa floresta, e não podemos deixar que isso passe despercebido. E se esse vírus permanecer no solo? É isso que deixaremos para trás?\n\nNão podemos deixá-los vagar pela reserva natural, temos que afastá-los. Tente caçá-los à noite e veja como eles se comportam... Isso pode facilitar as coisas.", "671910d5dbd4354ac10e9784 failMessageText": "", "671910d5dbd4354ac10e9784 successMessageText": "Então os infectados também são mortais à noite? Até a fera mais feroz também precisa descansar, eu pensei...\n\nDepois disso, não sei se conseguiremos realmente curá-los. Está ficando cada vez mais difícil vê-los como seres humanos a cada dia que passa...", - "671910d5dbd4354ac10e9787": "Eliminar os infectados em madeiras noturnas", + "671910d5dbd4354ac10e9787": "Elimine os infectados em madeiras noturnas", "671910d5dbd4354ac10e9784 acceptPlayerMessage": "", "671910d5dbd4354ac10e9784 declinePlayerMessage": "", "671910d5dbd4354ac10e9784 completePlayerMessage": "", - "6719116460f6f081570d05f7 name": "Cada um por si", - "6719116460f6f081570d05f7 description": "\"Essa é uma merda muito foda, não é? Assistir a filmes de zumbis era muito mais legal do que vê-los pessoalmente.\n\nObviamente, agora é cada um por si e tudo o mais, mas... Eu tenho um pequeno estoque na alfândega e, se eu o perder, é o fim para mim. E não apenas para mim, mas para meus filhos também!\n\nNão vou lhe contar os detalhes, desculpe-me por isso. Mas se você me ajudar a limpar os dormitórios, enviarei meus rapazes para pegar a carga.\n\nMas lhe pagarei muito bem por seus serviços profissionais!\"", + "6719116460f6f081570d05f7 name": "Cada Um Por Si", + "6719116460f6f081570d05f7 description": "\"Essa é uma merda muito foda, não é? Assistir a filmes de zumbis era muito mais legal do que vê-los pessoalmente.\n\nObviamente, agora é cada um por si e tudo o mais, mas... Eu tenho um pequeno estoque na Customs e, se eu o perder, é o fim para mim. E não apenas para mim, mas para meus filhos também!\n\nNão vou lhe contar os detalhes, desculpe-me por isso. Mas se você me ajudar a limpar os dormitórios, enviarei meus rapazes para pegar a carga.\n\nMas lhe pagarei muito bem por seus serviços profissionais!\"", "6719116460f6f081570d05f7 failMessageText": "", "6719116460f6f081570d05f7 successMessageText": "Então, você cuidou dos infectados? Sabe, é uma pena que eu não seja amigo da médica. O equipamento dela seria ótimo neste momento. Máscaras, luvas, todas essas coisas... Tanto faz, desde que eu receba o pacote. Aqui está a massa.", - "6719116460f6f081570d05fa": "Eliminar os infectados na área dos dormitórios da alfândega", + "6719116460f6f081570d05fa": "Elimine os infectados na área dos dormitórios da Customs", "6719116460f6f081570d05f7 acceptPlayerMessage": "", "6719116460f6f081570d05f7 declinePlayerMessage": "", "6719116460f6f081570d05f7 completePlayerMessage": "", - "671911bbcee3738f8502d401 name": "Reduzir a distância", + "671911bbcee3738f8502d401 name": "Reduza a Distância", "671911bbcee3738f8502d401 description": "Entre. Quanto tempo você acha que isso vai durar? De qualquer forma, nosso trabalho é sobreviver pelo máximo de tempo que pudermos. Levar o maior número possível de infectados conosco se não pudermos curá-los.\n\nEnquanto ainda tivermos munição. O que acontece quando não tivermos mais poder de fogo? É isso mesmo. Ou somos nós ou eles.\n\nMuitas pessoas já morreram sem munição, com apenas uma faca contra multidões de infectados. Mas o que quero dizer é que até eles têm um ponto fraco, só precisamos encontrá-lo.\n\nVocê pode ajudar com isso? Não posso confiar em mais ninguém para fazer isso, eles vão se matar por nada. Estude as táticas deles e encontre uma maneira de derrotar os infectados em combate corpo a corpo. Há muitos deles perto do shopping center Ultra agora, então vá para lá.", "671911bbcee3738f8502d401 failMessageText": "", "671911bbcee3738f8502d401 successMessageText": "Eu não tinha certeza de que você voltaria. Mas agora que você está aqui, sei que podemos vencer até mesmo uma luta corpo a corpo com eles. \n\nAgora descanse um pouco e verifique novamente todos os seus cortes e arranhões. Prefiro ser picado por uma víbora a deixar esse vírus entrar em minha corrente sanguínea.", @@ -27235,7 +27524,7 @@ "671a49f77d49aea42c029b5f acceptPlayerMessage": "", "671a49f77d49aea42c029b5f declinePlayerMessage": "", "671a49f77d49aea42c029b5f completePlayerMessage": "", - "671a59e43d73dac1360765cc name": "Adereços perigosos", + "671a59e43d73dac1360765cc name": "Adereços Perigosos", "671a59e43d73dac1360765cc description": "Você chegou bem na hora. Minhas expectativas eram muito altas, eu acho. As coisas estão muito ruins por aqui, e as pessoas ainda não compram essas espingardas. Um cara chegou a me dizer que nunca compraria esse \"acessório de filme esquisito\". Inacreditável!\n\nTemos que mostrar a todos que essa arma vale o dinheiro. Vamos dar um verdadeiro show em Tarkov, para que todos saibam que minhas espingardas não são apenas para filmes!", "671a59e43d73dac1360765cc failMessageText": "", "671a59e43d73dac1360765cc successMessageText": "Agora estamos conversando... Os pedidos estão chegando, portanto, é um sucesso total! Aqui está sua parte, justa e correta.", @@ -27243,31 +27532,31 @@ "671a59e43d73dac1360765cc acceptPlayerMessage": "", "671a59e43d73dac1360765cc declinePlayerMessage": "", "671a59e43d73dac1360765cc completePlayerMessage": "", - "6727ef2c6015b7cc540ea754 name": "Fera contagiosa", + "6727ef2c6015b7cc540ea754 name": "Fera Contagiosa", "6727ef2c6015b7cc540ea754 description": "Nunca pensei que teríamos tanto em nosso prato. Você soube que os infectados chegaram até o Tagilla? Ele já estava furioso antes, e agora está ainda mais. Com um portador de contágio tão ativo, logo ficaremos sem pessoas saudáveis.\n\nEle precisa ser detido. Claro, há toneladas de infectados por toda parte, mas nenhum deles é tão perigoso quanto o Tagilla. Por isso, peço que deixem tudo em suspenso e encontrem o desgraçado. E não saiam até que o corpo dele pare de se contorcer.\n\nDepois de tudo o que aconteceu, não me surpreenderia se Tagilla sobrevivesse a várias revistas e depois se levantasse como se nada tivesse acontecido... E, ei, tenha cuidado lá fora.", "6727ef2c6015b7cc540ea754 failMessageText": "", "6727ef2c6015b7cc540ea754 successMessageText": "Você se certificou de que esse demônio está fora de serviço, certo? Bem, esperemos que tenhamos lidado com essa ameaça para sempre.\n\nConserve sua munição e volte logo, é importante que trabalhemos juntos agora.", - "6727f18974e5bdcd3778dc54": "Localizar e neutralizar o Tagilla infectado", + "6727f18974e5bdcd3778dc54": "Localize e neutralize o Tagilla infectado", "6727f338415cfa0beb19c5be": "Sobreviver e extrair", "6727ef2c6015b7cc540ea754 acceptPlayerMessage": "", "6727ef2c6015b7cc540ea754 declinePlayerMessage": "", "6727ef2c6015b7cc540ea754 completePlayerMessage": "", - "673f2cd5d3346c2167020484 name": "Atraso na remessa - Parte 2", + "673f2cd5d3346c2167020484 name": "Atraso no Envio - Parte 2", "673f2cd5d3346c2167020484 description": "Então o Mechanic o enviou? Legal. Eu costumava ter uma base, com um hangar, peças sobressalentes, até mesmo carregamentos de carga. Depois, alguns idiotas acharam que podiam simplesmente limpar o lugar! Vou encontrar esses bastardos. Mas, enquanto isso, todas as entregas estão dando errado! \n\nA mais importante é uma encomenda para Prapor, ele está muito ansioso por ela, e a caixa ainda está no depósito perto da serraria em Priozersk. Se você quiser me ajudar, procure esse pacote e entregue-o a Prapor. Posso lhe dar uma carona até o depósito, mas não vou sair do BTR. Não gosto de ficar do lado de fora, é mais confortável dentro desta armadura.", "673f2cd5d3346c2167020484 failMessageText": "", "673f2cd5d3346c2167020484 successMessageText": "Então, o Prapor estava irritado? Bem, droga, é uma emergência aqui! Mas, ei, obrigado por me ajudar.\n\nAgora vou dar uma olhada no que sobrou da base. Você é um cara legal, então mantenha contato, sim? Quando eu encontrar esses idiotas, precisarei de sua ajuda novamente.", - "673f2d938504a2d993bc2e68": "Localize e explore os armazéns no depósito em Woods", - "673f2d9a73ff76dd6d5a6344": "Localize e explore o escritório no depósito em Woods", - "673f2da118e615f9f5550544": "Localize e explore as garagens no depósito em Woods", + "673f2d938504a2d993bc2e68": "Localize e explore os armazéns no depósito na Woods", + "673f2d9a73ff76dd6d5a6344": "Localize e explore o escritório no depósito na Woods", + "673f2da118e615f9f5550544": "Localize e explore as garagens no depósito na Woods", "674eefb9b48df9e0cbba4e2f": "Concluir a tarefa A Helping Hand", "673f2cd5d3346c2167020484 acceptPlayerMessage": "Parece bastante fácil. Eu me encarregarei disso.", "673f2cd5d3346c2167020484 declinePlayerMessage": "Não posso ajudá-lo neste momento.", "673f2cd5d3346c2167020484 completePlayerMessage": "Sua base agora está limpa. Encontrei o pacote e o entreguei a Prapor.", - "673f348dd3346c21670217e7 name": "Atraso na remessa - Parte 1", + "673f348dd3346c21670217e7 name": "Atraso no Envio - Parte 1", "673f348dd3346c21670217e7 description": "Ei, você conhece o motorista do BTR que está dirigindo por Tarkov? Eu pedi uma entrega importante a ele, mas ele simplesmente desapareceu em algum lugar.\n\nSe eu tivesse um soldado como esse à minha disposição, eu lhe daria uma lição bem rápida. Como você pode atrasar o envio de cargas militares? Ele deveria ter se encontrado com meus homens ontem.\n\nPreciso encontrar esse bastardo e mostrar a ele o que significa responsabilidade. Mas o pacote é mais importante no momento. Vá encontrá-lo e entregue-o a mim. Lidaremos com o motorista mais tarde.", "673f348dd3346c21670217e7 failMessageText": "", "673f348dd3346c21670217e7 successMessageText": "Você conversou com o motorista, não foi? A base dele foi atacada? Se você quer saber, esses mensageiros sempre dão desculpas para se atrasar.\n\nMas o cara fez um bom trabalho ao contratar você. Eu estava morrendo de vontade de receber esse pequeno pacote.", - "673f34c674ec5bf80ea69eee": "Entregue o pacote do depósito em Woods", + "673f34c674ec5bf80ea69eee": "Entregue o pacote do depósito na Woods", "673f348dd3346c21670217e7 acceptPlayerMessage": "", "673f348dd3346c21670217e7 declinePlayerMessage": "", "673f348dd3346c21670217e7 completePlayerMessage": "", @@ -27275,7 +27564,7 @@ "673f4e956f1b89c7bc0f56ef description": "Então fui até o depósito... Aqueles idiotas arruinaram o lugar e levaram minhas peças de reposição. Quero dizer, posso entender ferramentas ou equipamentos. Mas por que diabos alguém levaria a porra das rodas? Você não vai construir um segundo BTR assim.\n\nDe qualquer forma, preciso de uma roda sobressalente e, quanto mais cedo, melhor. Você precisa descobrir onde as rodas adequadas podem estar por aí. Não sei onde procurar exatamente, mas você não é um idiota, você descobrirá. Você pode começar pela área alfandegária, mas não vou lá há muito tempo, então não posso prometer que elas estarão lá.", "673f4e956f1b89c7bc0f56ef failMessageText": "Isso é uma piada, certo?\n\nEssas rodas são de caminhão, seu idiota. Estou dirigindo um BTR. B-T-R! Vá marcar a porra das rodas de bicicleta em seguida, já que está fazendo isso.", "673f4e956f1b89c7bc0f56ef successMessageText": "Fantástico! Isso vai servir, e você também fez isso rapidamente. Eu elogio isso! Mas trocar as rodas levará algum tempo, afinal, não é um Lada.", - "673f5065cdfe082966842575": "Complete the main objective as soon as possible", + "673f5065cdfe082966842575": "Complete o objetivo principal rapidamente", "673f507029a1128d5c4d7498": "Localize e marque as rodas BTR sobressalentes com um marcador MS2000", "673f4e956f1b89c7bc0f56ef acceptPlayerMessage": "Há rodas por toda parte, não se preocupe. Eu cuidarei disso.", "673f4e956f1b89c7bc0f56ef declinePlayerMessage": "Talvez em outro momento, ok? Não agora.", @@ -27292,9 +27581,9 @@ "673f6027352b4da8e00322d2 description": "Você já viu as novas rodas? Na verdade, esqueça, antes que você as estrague olhando para elas ou algo assim. Já perdemos muito tempo, mas há uma chance de encontrarmos esses engenheiros de meia-tigela. Eu soube que eles vieram da base de reserva. Se não hesitarmos, ainda podemos alcançá-los e puni-los. \n\nComece na floresta e siga o caminho até a base militar, precisamos pegar esses idiotas antes que eles se escondam.", "673f6027352b4da8e00322d2 failMessageText": "", "673f6027352b4da8e00322d2 successMessageText": "Você os pegou a tempo? Ótimo. Que os outros pensem duas vezes antes de saquear minha casa novamente.", - "673f60910aed589d887b5ea1": "Eliminar os escavadores nas madeiras", - "67499a4f03b8295863172dea": "Use o transporte público de Woods para Reserve", - "67499a61ddf14e140a675607": "Eliminar Scavs na reserva", + "673f60910aed589d887b5ea1": "Elimine os escavadores nas madeiras", + "67499a4f03b8295863172dea": "Use a viajem da Woods para Reserva", + "67499a61ddf14e140a675607": "Elimine Scavs na reserva", "673f6027352b4da8e00322d2 acceptPlayerMessage": "Entendido, farei isso.", "673f6027352b4da8e00322d2 declinePlayerMessage": "Não posso ajudá-lo neste momento.", "673f6027352b4da8e00322d2 completePlayerMessage": "Deu um pouco de trabalho, mas seu problema está resolvido. Eles não voltarão mais.", @@ -27303,7 +27592,7 @@ "673f61a066e6a521aa04b62b failMessageText": "Pensei que você estivesse morto, por isso já dei o cargo a outra pessoa. Da próxima vez, não demore muito para concluir as tarefas que eu lhe der.", "673f61a066e6a521aa04b62b successMessageText": "Perfeito. Já preparei a recompensa.", "673f61d9c2bc3dc676297fde": "Localize e obtenha o bloqueador eletrônico no depósito eletromecânico na Reserva", - "673f61ea87e01cfaf780a482": "Armazenar o dispositivo no local especificado em Woods", + "673f61ea87e01cfaf780a482": "Armazenar o dispositivo no local especificado na Woods", "673f61a066e6a521aa04b62b acceptPlayerMessage": "Parece bastante fácil. Eu me encarregarei disso.", "673f61a066e6a521aa04b62b declinePlayerMessage": "Já tenho muito com o que me preocupar. Não posso ajudá-lo.", "673f61a066e6a521aa04b62b completePlayerMessage": "Aqui sobre o trabalho. Tudo foi feito do meu lado.", @@ -27311,41 +27600,41 @@ "673f629c5b555b53460cf827 description": "Sabe, você tem me ajudado há algum tempo e eu nem sequer o coloquei a par de toda essa situação. Então, agora estou trabalhando com o Skier. Entrego suas mercadorias e, às vezes, participo de suas operações. No início, era um trabalho lucrativo, mas agora esse idiota não me deixa em paz nem por um segundo. Ele acha que sou sua mula pessoal agora!\n\nEle parece ter descoberto, de alguma forma, que estou cansado de tudo isso, e agora trouxe seus punks para a minha base para me dar uma lição. Não vou mais aturar essa merda. Eu o deixaria há muito tempo, mas preciso de proteção e garantias, você sabe. E como você está em contato com outros comerciantes, poderia falar bem de mim. Você pode ajudar um amigo?", "673f629c5b555b53460cf827 failMessageText": "", "673f629c5b555b53460cf827 successMessageText": "Sim, bem, eu já esperava por isso.\n\nMas o importante é que começamos. Agora tenho uma chance real de me afastar desse idiota.", - "673f637a1fbc23a60a72b743": "Vender qualquer item para Ragman", - "67519696567b9773f0811bae": "Venda qualquer item para a Prapor", - "675196dff77c0b8436ec1ef5": "Vender qualquer item para o Peacekeeper", + "673f637a1fbc23a60a72b743": "Venda qualquer item para o Ragman", + "67519696567b9773f0811bae": "Venda qualquer item para o Prapor", + "675196dff77c0b8436ec1ef5": "Venda qualquer item para o Peacekeeper", "673f629c5b555b53460cf827 acceptPlayerMessage": "Tudo bem, vou tentar falar com eles.", "673f629c5b555b53460cf827 declinePlayerMessage": "Talvez em outro momento, ok? Não agora.", "673f629c5b555b53460cf827 completePlayerMessage": "Falei com eles, mas não estão me dando uma resposta rápida.", - "6740a02a69a58fceba0ff399 name": "Intercâmbio natural", + "6740a02a69a58fceba0ff399 name": "Intercâmbio Natural", "6740a02a69a58fceba0ff399 description": "Seus amigos ainda estão demorando, e já estou com poucos suprimentos por causa do ataque ao depósito. Vou ficar sem combustível se não fizer nada. Encontrei um lugar para conseguir combustível, mas preciso de sua ajuda.\n\nVocê conhece os contrabandistas locais? Eles têm uma base perto da Costa Azure. É lá que você deve deixar algumas latas de gasolina. Eles me darão combustível em troca. Mas acho que podemos cuidar dessa parte sem você. Eles enviarão seu próprio pessoal. Então, você está dentro?", "6740a02a69a58fceba0ff399 failMessageText": "", "6740a02a69a58fceba0ff399 successMessageText": "Perfeito. Pelo menos agora o bebê não vai morrer no meio de um campo aleatório. Obrigado, amigo!", - "6740a0c33c7152ccfe151146": "Esconda o primeiro tanque de combustível de metal na base dos contrabandistas em Shoreline", - "6740a0d5b05fb787316fe7d5": "Esconda o segundo tanque de combustível de metal na base dos contrabandistas em Shoreline", + "6740a0c33c7152ccfe151146": "Esconda o primeiro tanque de combustível de metal na base dos contrabandistas na Shoreline", + "6740a0d5b05fb787316fe7d5": "Esconda o segundo tanque de combustível de metal na base dos contrabandistas na Shoreline", "6740a02a69a58fceba0ff399 acceptPlayerMessage": "Parece bastante fácil. Eu me encarregarei disso.", "6740a02a69a58fceba0ff399 declinePlayerMessage": "Talvez em outro momento, ok? Não agora.", "6740a02a69a58fceba0ff399 completePlayerMessage": "Tudo pronto. Fiz o que você pediu.", - "6740a15566e6a521aa051b15 name": "Forjar uma amizade", + "6740a15566e6a521aa051b15 name": "Forjar uma Amizade", "6740a15566e6a521aa051b15 description": "Olá, guerreiro! Você perguntou sobre o motorista da BTR e, em teoria, poderíamos trabalhar juntos. Já usei os serviços do BTR dele, mas enfrentar o Skier não é barato.\n\nÉ por isso que precisamos solidificar nossas intenções, para que ninguém se descuide depois! Primeiro, preciso pegar um pacote que veio de fora do cordão de isolamento. Disseram-me que já está aqui, em algum lugar na área portuária de Norvinsk.", "6740a15566e6a521aa051b15 failMessageText": "", "6740a15566e6a521aa051b15 successMessageText": "Bom trabalho, soldado! Entrarei em contato com você sobre como trabalhar com o motorista.", - "6740a202086cf3dbf687279a": "Localize e obtenha a carga de Prapor em Shoreline", + "6740a202086cf3dbf687279a": "Localize e obtenha a carga de Prapor na Shoreline", "6740a20cc6daae7f8f12a77d": "Entregar a carga encontrada", "6740a15566e6a521aa051b15 acceptPlayerMessage": "", "6740a15566e6a521aa051b15 declinePlayerMessage": "", "6740a15566e6a521aa051b15 completePlayerMessage": "", - "6740a2c17e3818d5bb0648b6 name": "Meio vazio", + "6740a2c17e3818d5bb0648b6 name": "Meio Vazio", "6740a2c17e3818d5bb0648b6 description": "Então, sobre aquela carga do outro lado do cordão. Acontece que era apenas parte do carregamento. A outra parte deveria ser lançada por via aérea. Mas suspeito que eles também não incluíram tudo lá, esses bastardos.\n\nOlhe, você poderia me ajudar com isso. O pacote ainda precisa ser retirado. E se não tivermos tudo, teremos que procurar em outro lugar. Obviamente, não vou mais trabalhar com esses fornecedores, mas no momento preciso de todos esses eletrônicos da remessa.\n\nNão me esquecerei de seu compromisso. Quem sabe, talvez eu descubra como ajudar o camarada motorista mais rapidamente depois que você terminar.", "6740a2c17e3818d5bb0648b6 failMessageText": "", "6740a2c17e3818d5bb0648b6 successMessageText": "Você realmente me ajudou! Se o motorista do BTR for tão confiável quanto você, certamente nos daremos bem. Eu só preciso terminar algumas outras coisas urgentes e preparar tudo.", - "6740a322d42204d5c70767e9": "Encontre itens eletrônicos militares em uma batida", - "6740a33685a62f9581c2beaf": "Entregue os itens de componentes de PC encontrados na batida", - "6749aa9b1badcb1e8056d769": "Entregue os itens eletrônicos militares encontrados na batida", + "6740a322d42204d5c70767e9": "Encontre itens eletrônicos militares em incursão", + "6740a33685a62f9581c2beaf": "Entregue os itens de componentes de PC em incursão", + "6749aa9b1badcb1e8056d769": "Entregue os itens eletrônicos militares encontrados em incursão", "6740a2c17e3818d5bb0648b6 acceptPlayerMessage": "", "6740a2c17e3818d5bb0648b6 declinePlayerMessage": "", "6740a2c17e3818d5bb0648b6 completePlayerMessage": "", - "6740a3f4eca8acb2d2055159 name": "Palito na roda", + "6740a3f4eca8acb2d2055159 name": "Graveto na Roda", "6740a3f4eca8acb2d2055159 description": "Aqui sobre o driver BTR novamente? Ouça, não é tão simples assim. Mas as coisas estão progredindo lentamente, graças a você. A propósito, os Scavs estão realmente atacando meus soldados neste momento. \n\nNão sei se foi o Skier que soube dos nossos planos ou se alguém está recrutando novos bandidos, mas é impossível fazer negócios assim, com certeza. Se quiser que seu camarada e eu trabalhemos juntos, você precisa remover esse obstáculo.", "6740a3f4eca8acb2d2055159 failMessageText": "", "6740a3f4eca8acb2d2055159 successMessageText": "Agora, não há mais paus nas rodas. Obrigado.\n\nPode dizer ao seu amigo que em breve prepararei tudo para que ele fique sob nossa proteção.", @@ -27353,36 +27642,36 @@ "6740a3f4eca8acb2d2055159 acceptPlayerMessage": "", "6740a3f4eca8acb2d2055159 declinePlayerMessage": "", "6740a3f4eca8acb2d2055159 completePlayerMessage": "", - "6740b60c60a98cad1b0e0aa0 name": "Outro atraso no envio", + "6740b60c60a98cad1b0e0aa0 name": "Outro Atraso no Envio", "6740b60c60a98cad1b0e0aa0 description": "Ei, irmão! Você disse que o motorista do BTR quer deixar a gangue do Skier? Sabe, esse tipo de transporte seria bom para o meu negócio. Mas você sabe que o Skier não vai gostar dessa atitude e que é um risco para meus negócios. De qualquer forma, é muita coisa para pensar e ponderar.\n\nNo entanto, você pode tornar a oferta do motorista mais convincente. Tenho alguns assuntos urgentes para resolver. Perdi contato com uma das minhas equipes. Eles estavam fazendo uma entrega e já deveriam ter voltado. Entre em contato comigo se encontrar algum sinal deles.", "6740b60c60a98cad1b0e0aa0 failMessageText": "", "6740b60c60a98cad1b0e0aa0 successMessageText": "Alguém congelou os correios, hein? Isso significa que tenho que mudar de rota, tenho mais três viagens planejadas! \n\nCara, não posso parar o comércio, preciso de novas rotas. Talvez seu amigo motorista possa dar algumas dicas? Vá perguntar a ele onde posso transportar as mercadorias com segurança. Por favor.", - "6740b64f024f0e44fbed2c48": "Localize a equipe de mensageiros desaparecida em Woods", - "6740b66079ff8ea717dad584": "Sobreviver e sair do local", + "6740b64f024f0e44fbed2c48": "Localize a equipe de mensageiros desaparecida na Woods", + "6740b66079ff8ea717dad584": "Sobreviva e extraia do local", "6740b60c60a98cad1b0e0aa0 acceptPlayerMessage": "", "6740b60c60a98cad1b0e0aa0 declinePlayerMessage": "", "6740b60c60a98cad1b0e0aa0 completePlayerMessage": "", - "674492b6909d2013670a347a name": "Peça orientações", + "674492b6909d2013670a347a name": "Peça Orientações", "674492b6909d2013670a347a description": "Então o Ragman está procurando novas rotas, você diz? Eu mesmo estou pensando nisso agora, já que o Skier não me deixará ir tão facilmente. Mas há uma opção que o Ragman poderia usar. Não passarei meu BTR por ali, mas quando eu era um pedestre insignificante, costumava me esgueirar por ali com frequência.\n\nVocê conhece o vilarejo perto dos penhascos onde ficam os chalés? Você pode subir por um dos quintais e depois seguir a fenda. Depois, quando chegar àquelas casas ricas, você terá de ficar de guarda ali.\n\nNão há mais estradas realmente seguras, então acho que essa é melhor do que nada. Não se esqueça de me avisar quando tiver marcado o caminho, pois vou verificar com meus mapas para ter certeza.", "674492b6909d2013670a347a failMessageText": "", "674492b6909d2013670a347a successMessageText": "Acho que você entendeu tudo certo. Sinceramente, não me lembro muito bem dos detalhes...\n\nMas não havia nenhum outro caminho semelhante nos penhascos, então, sim, está tudo certo.", - "674492e56e8d2d5239a3fd37": "Localize e marque a primeira seção do caminho do penhasco com um marcador MS2000 no Lighthouse", - "674492ebf6f84f7d09ef1abb": "Localize e marque a segunda seção do caminho do penhasco com um marcador MS2000 no Lighthouse", - "674492f0636d0661476732f2": "Localize e marque a terceira seção do caminho do penhasco com um marcador MS2000 no Lighthouse", - "674492f30f45cb752f21df39": "Localize e marque a quarta seção do caminho do penhasco com um marcador MS2000 no Lighthouse", + "674492e56e8d2d5239a3fd37": "Localize e marque a primeira seção do caminho do penhasco com um marcador MS2000 na Lighhouse", + "674492ebf6f84f7d09ef1abb": "Localize e marque a segunda seção do caminho do penhasco com um marcador MS2000 na Lighhouse", + "674492f0636d0661476732f2": "Localize e marque a terceira seção do caminho do penhasco com um marcador MS2000 na Lighhouse", + "674492f30f45cb752f21df39": "Localize e marque a quarta seção do caminho do penhasco com um marcador MS2000 na Lighhouse", "674492b6909d2013670a347a acceptPlayerMessage": "Parece bastante fácil. Eu me encarregarei disso.", "674492b6909d2013670a347a declinePlayerMessage": "Talvez em outro momento, ok? Não agora.", "674492b6909d2013670a347a completePlayerMessage": "Meu trabalho está concluído. É hora de pagar.", - "6744a4717e3818d5bb0680bb name": "Estabilizar os negócios", + "6744a4717e3818d5bb0680bb name": "Estabilizar os Negócios", "6744a4717e3818d5bb0680bb description": "Eu lhe disse que o motorista conhece os caminhos certos! É para lá que enviarei a remessa, embora não tenha tempo para isso no momento. Primeiro, tenho que lidar com aqueles que mataram meus mensageiros. Já encontrei os culpados, então agora é a vez de o Ragman mandar lembranças.\n\nNão posso fazer nada para ajudar o motorista até que esse assunto seja resolvido. É por isso que sugiro que você cuide disso. Quanto mais rápido você começar, mais rápido você termina.", "6744a4717e3818d5bb0680bb failMessageText": "", "6744a4717e3818d5bb0680bb successMessageText": "Isso é ótimo! Agora não há nada que interfira em minhas operações, e podemos pensar em expansão.\n\nPor enquanto, preciso descobrir como me preparar para a entrada da BTR sob meu teto. Seja paciente por mais algum tempo.", "6744a4e6c8a456e74064e7d7": "Elimine os Scavs em uma única incursão no Ground Zero", - "6744a6b96cefb76fd3f70555": "Sobreviver e sair do local", + "6744a6b96cefb76fd3f70555": "Sobreviva e extraia do local", "6744a4717e3818d5bb0680bb acceptPlayerMessage": "", "6744a4717e3818d5bb0680bb declinePlayerMessage": "", "6744a4717e3818d5bb0680bb completePlayerMessage": "", - "6744a728352b4da8e003eda9 name": "Troca de bateria", + "6744a728352b4da8e003eda9 name": "Troca de Bateria", "6744a728352b4da8e003eda9 description": "Como as negociações estão progredindo? Quero dizer, eu entendo que Prapor precisa refletir sobre isso primeiro, mas estou ficando sem tempo! Tenho que sobreviver de alguma forma enquanto estiver construindo pontes. Não há queixas contra você, obviamente.\n\nEu não tenho nem mesmo baterias sobressalentes agora, e os eletrônicos podem estragar a qualquer momento. Eu até poderia usar uma bateria de tanque agora, talvez eu consiga fazê-la funcionar com minha BTR.\n\nVocê acha que pode encontrar uma dessas? Porque, sem ela, eu estou acabado.", "6744a728352b4da8e003eda9 failMessageText": "", "6744a728352b4da8e003eda9 successMessageText": "Esse é um dos grandes! Espero que não tenha sido muito incômodo. Tudo bem, deixe-o aqui. Você está fazendo muito trabalho para mim e não vou me esquecer disso. Obrigado.", @@ -27390,7 +27679,7 @@ "6744a728352b4da8e003eda9 acceptPlayerMessage": "Quebrar minhas costas por você... Está bem, vou dar um jeito.", "6744a728352b4da8e003eda9 declinePlayerMessage": "Sim, não. Certa vez, tive que rastejar por várias horas com uma bateria como essa. Desculpe, mas não vou fazer isso.", "6744a728352b4da8e003eda9 completePlayerMessage": "Aqui estão suas coisas. Esta é a última vez que faço entrega de bateria de tanque. Com certeza.", - "6744a9dfef61d56e020b5c4a name": "Troca de bateria", + "6744a9dfef61d56e020b5c4a name": "Troca de Bateria", "6744a9dfef61d56e020b5c4a description": "Como as negociações estão progredindo? Quero dizer, eu entendo que o Ragman precisa refletir sobre isso primeiro, mas estou ficando sem tempo! Tenho que sobreviver de alguma forma enquanto estiver construindo pontes. Nenhuma reclamação contra você, obviamente.\n\nEu não tenho nem mesmo baterias sobressalentes agora, e os eletrônicos podem estragar a qualquer momento. Eu até poderia usar uma bateria de tanque agora, talvez eu consiga fazê-la funcionar com minha BTR.\n\nVocê acha que pode encontrar uma dessas? Porque, sem ela, eu estou acabado.", "6744a9dfef61d56e020b5c4a failMessageText": "", "6744a9dfef61d56e020b5c4a successMessageText": "Esse é um dos grandes! Espero que não tenha sido muito incômodo. Tudo bem, deixe-o aqui. Você está fazendo muito trabalho para mim e não vou me esquecer disso. Obrigado.", @@ -27398,72 +27687,72 @@ "6744a9dfef61d56e020b5c4a acceptPlayerMessage": "Quebrar minhas costas por você... Está bem, vou dar um jeito.", "6744a9dfef61d56e020b5c4a declinePlayerMessage": "Sim, não. Certa vez, tive que rastejar por várias horas com uma bateria como essa. Desculpe, mas não vou fazer isso.", "6744a9dfef61d56e020b5c4a completePlayerMessage": "Aqui estão suas coisas. Esta é a última vez que faço entrega de bateria de tanque. Com certeza.", - "6744ab1def61d56e020b5c56 name": "Proteger o céu", + "6744ab1def61d56e020b5c56 name": "Proteger o Céu", "6744ab1def61d56e020b5c56 description": "Você não estava sendo seguido, estava? Definitivamente, o esquiador está tramando algo. Agora tenho até medo de dormir no BTR! Mas não posso desistir agora. Comecei a montar uma nova base e, desta vez, quero construir uma defesa sólida.\n\nAlguém está disposto a me fornecer um sistema de interferência eletrônica decente. Já acertamos o pagamento, é só uma questão de entregar o pacote para mim. Eles escolheram um local incomum para a transferência: um cemitério na floresta. Não é grande, mas você o encontrará sem problemas. Há uma maca e corpos espalhados perto dele.\n\nVocê pode pegar o pacote no esconderijo? Ah, mas não vá direto daqui para lá. Vá para sua base, respire um pouco e depois vá para o esconderijo de lá. Não posso deixar ninguém descobrir sobre minha nova compra.", "6744ab1def61d56e020b5c56 failMessageText": "", "6744ab1def61d56e020b5c56 successMessageText": "Obrigado! Pelo menos agora eu tenho um lugar para dormir.\n\nNada virá do alto agora. E no chão, as minas terrestres devem impedi-los. Eu cobri tudo. Vamos vê-los saqueando minhas peças de reposição novamente!", - "6744ab1def61d56e020b5c5f": "Localize o pacote no local especificado em Woods", + "6744ab1def61d56e020b5c5f": "Localize o pacote no local especificado na Woods", "6744ab1def61d56e020b5c60": "Entregue o pacote", "6744ab1def61d56e020b5c56 acceptPlayerMessage": "Tudo bem, estou dentro.", "6744ab1def61d56e020b5c56 declinePlayerMessage": "Talvez em outro momento, ok? Não agora.", "6744ab1def61d56e020b5c56 completePlayerMessage": "Aqui está. Espero que seja o que você está procurando.", "6744aca8d3346c216702c583 name": "Descombinar", - "6744aca8d3346c216702c583 description": "Eu estava certo sobre o Skier. Ele não está apenas tentando interromper meu trabalho, ele está tentando destruir o BTR! Parece que alguém lhe forneceu uma grande quantidade de foguetes RPG. \n\nEsses idiotas não conseguem nem atirar direito, mas e daí? Com munição suficiente, eles vão me derrubar, se não na primeira, então na décima tentativa. No entanto, talvez eu tenha uma ideia de onde o Skier está armazenando esses foguetes. Já se passou muito tempo, eles já organizaram suas posições de tiro, tenho certeza disso.\n\nEles podem estar em qualquer lugar da cidade, mas na floresta talvez possamos encontrar todas as suas posições. Basta seguir minha rota habitual e verificar todos os lugares que eles podem usar para me emboscar.\n\nEncontre os caixotes de foguetes e deixe alguns presentes para esses malditos. Deixe que eles tenham uma surpresa explosiva quando vierem buscar a munição.", + "6744aca8d3346c216702c583 description": "Eu estava certo sobre o Skier. Ele não está apenas tentando interromper meu trabalho, ele está tentando destruir o BTR! Parece que alguém lhe forneceu uma grande quantidade de foguetes RPG. \n\nEsses idiotas não conseguem nem atirar direito, mas e daí? Com munição suficiente, eles vão me derrubar, se não na primeira, então na décima tentativa. No entanto, talvez eu tenha uma ideia de onde o Skier está armazenando esses foguetes. Já se passou muito tempo, eles já organizaram suas posições de tiro, tenho certeza disso.\n\nEles podem estar em qualquer lugar da cidade, mas na floresta talvez possamos encontrar todas as suas posições. Basta seguir minha rota habitual e verificar todos os lugares que eles podem usar para me emboscar.\n\nEncontre as caixas com os foguetes e deixe alguns presentes para esses malditos. Deixe que eles tenham uma surpresa explosiva quando vierem buscar a munição.", "6744aca8d3346c216702c583 failMessageText": "", - "6744aca8d3346c216702c583 successMessageText": "Magnífico! Acho que já ouvi uma explosão há cerca de 20 minutos. Agora essa vadia do Skier vai pensar duas vezes antes de me ameaçar.", - "6744ae5cc771515803d615ec": "Guarde uma granada VOG-25 Khattabka na primeira caixa de munição de RPG em Woods", - "6744ae63b3b4be24ffc607a4": "Guarde uma granada VOG-25 Khattabka na segunda caixa de munição de RPG em Woods", - "6744ae65f8c1438fb9374575": "Guarde uma granada VOG-25 Khattabka na terceira caixa de munição de RPG em Woods", + "6744aca8d3346c216702c583 successMessageText": "Magnífico! Acho que já ouvi uma explosão há cerca de 20 minutos. Agora esse puto do Skier vai pensar duas vezes antes de me ameaçar.", + "6744ae5cc771515803d615ec": "Guarde uma granada VOG-25 Khattabka na primeira caixa de munição de RPG na Woods", + "6744ae63b3b4be24ffc607a4": "Guarde uma granada VOG-25 Khattabka na segunda caixa de munição de RPG na Woods", + "6744ae65f8c1438fb9374575": "Guarde uma granada VOG-25 Khattabka na terceira caixa de munição de RPG na Woods", "6744aca8d3346c216702c583 acceptPlayerMessage": "Oh, cara, eu adoro missões EOD com risco de vida. Tudo bem, eu faço isso.", "6744aca8d3346c216702c583 declinePlayerMessage": "Não posso ajudá-lo neste momento.", "6744aca8d3346c216702c583 completePlayerMessage": "Aqui sobre o trabalho. Tudo foi feito do meu lado.", - "6744af0969a58fceba101fed name": "O preço da independência", - "6744af0969a58fceba101fed description": "Nós frustramos os planos de Skier, e vou lhe dizer uma coisa: não podemos deixar essa oportunidade escapar. Quando ele se recuperar, nunca mais me perderá de vista. É por isso que precisamos pensar em um plano de defesa agora, porque nós dois vamos ser pegos! Então, ouça, eu tenho um plano pronto. Só que não tenho mais ninguém em quem confiar para fazer algo tão complexo. \n\nConsegui descobrir algumas informações sobre o Skier. O tipo de informação que poderia comprometê-lo muito se caísse nas mãos certas. Está tudo nesta carta, e é nossa garantia. Você precisa pegá-la na área alfandegária. A carta estará no último andar do prédio ao lado do canteiro de obras. Você sabe, aquele perto da plataforma da ferrovia, você o verá. Espero que sim.\n\nDe lá, vá direto para a base de reserva e deixe-a na sede, no terceiro andar, no ponto fortificado com janelas. O segredo é garantir que os homens de Skier não interceptem a carta. Por isso, depois de guardar a carta, corra para Priozersk e faça barulho. \n\nDepois de matar alguns Scavs, vá até a península do farol e atire em um sinalizador. Você precisa de um amarelo, não o confunda! O melhor lugar para fazer isso é no píer das casas de férias e na plataforma da estação de trem, pois isso distrairá os caras da base mais próxima de Skier. Depois disso, você sai correndo de lá! \n\nEscrevi todas as instruções em um pedaço de papel para garantir que você não estrague tudo. Você precisa fazer tudo de uma vez, entendeu?", - "6744af0969a58fceba101fed failMessageText": "Não deu certo, amigo. O esquiador interceptou a maldita carta. Éramos muito próximos, não é mesmo? Ninguém sabia disso!\n\nAcho que ainda não tenho nenhuma opção para me separar do Skier.", - "6744af0969a58fceba101fed successMessageText": "Que merda! Você conseguiu! Você foi o único que me defendeu. O mais importante é que já preparamos o palco.\n\nNão será fácil, mas Prapor prometeu ajudar, e a carta também deve funcionar. Não me esquecerei de toda a ajuda que você me deu. Apareça sempre por aqui, amigo.", - "6745c8ccb4adeab3910332cc": "Localizar e obter a carta incriminatória na alfândega", + "6744af0969a58fceba101fed name": "O Preço da Independência", + "6744af0969a58fceba101fed description": "Nós frustramos os planos de Skier, e vou lhe dizer uma coisa: não podemos deixar essa oportunidade escapar. Quando ele se recuperar, nunca mais me perderá de vista. É por isso que precisamos pensar em um plano de defesa agora, porque nós dois vamos ser pegos! Então, ouça, eu tenho um plano pronto. Só que não tenho mais ninguém em quem confiar para fazer algo tão complexo. \n\nConsegui descobrir algumas informações sobre o Skier. O tipo de informação que poderia comprometê-lo muito se caísse nas mãos certas. Está tudo nesta carta, e é nossa garantia. Você precisa pegá-la na área alfandegária. A carta estará no último andar do prédio ao lado do canteiro de obras. Você sabe, aquele perto da plataforma da ferrovia, você o verá. Espero que sim.\n\nDe lá, vá direto para a base de reserva e deixe-a na sede, no terceiro andar, no ponto fortificado com janelas. O segredo é garantir que os homens de Skier não interceptem a carta. Por isso, depois de guardar a carta, corra para Priozersk e faça barulho. \n\nDepois de matar alguns Scavs, vá até a península da Lighthouse e atire um sinalizador. Você precisa de um amarelo, não o confunda! O melhor lugar para fazer isso é no píer das casas das férias e na plataforma da estação de trem, pois isso distrairá os caras da base mais próxima do Skier. Depois disso, você sai correndo de lá! \n\nEscrevi todas as instruções em um pedaço de papel para garantir que você não estrague tudo. Você precisa fazer tudo de uma vez, entendeu?", + "6744af0969a58fceba101fed failMessageText": "Não deu certo, amigo. O Skier interceptou a maldita carta. Estavamos muito perto, não é mesmo? Ninguém sabia disso!\n\nAcho que ainda não tenho nenhuma opção para me separar do Skier.", + "6744af0969a58fceba101fed successMessageText": "Que merda! Você conseguiu! Você foi o único que me defendeu. O mais importante é que já preparamos o palco.\n\nNão será fácil, mas o Prapor prometeu ajudar, e a carta também deve funcionar. Não me esquecerei de toda a ajuda que você me deu. Apareça sempre por aqui, amigo.", + "6745c8ccb4adeab3910332cc": "Localizar e obter a carta incriminatória na Customs", "6745c8de22c7ee46e3319c34": "Esconda a carta no terceiro andar do quartel-general militar na Reserva", - "6745c8ee54d6972417ad7bad": "Utilizar o trânsito da alfândega para a reserva", - "6745c90842db81af412eae97": "Use o transporte público de Reserve para Woods", - "6745c9482ac6bee79dca869a": "Eliminar qualquer alvo em Woods", - "6745c9623d362cd373b1de93": "Use o transporte público de Woods para Lighthouse", - "6745c986a3e10e0bf6472d8e": "Lance um sinalizador amarelo no armazém da estação de trem em Lighthouse", - "6745c992bf76b3aeaf6370e0": "Lance um sinalizador amarelo no píer do Lighthouse", - "6745c9a86086867a2c723e9d": "Sobreviver e sair do Lighthouse", + "6745c8ee54d6972417ad7bad": "Use a viajem da Customs para a reserva", + "6745c90842db81af412eae97": "Use a viajem da Reserve para Woods", + "6745c9482ac6bee79dca869a": "Elimine qualquer alvo na Woods", + "6745c9623d362cd373b1de93": "Use a viajem da Woods para Lighthouse", + "6745c986a3e10e0bf6472d8e": "Lance um sinalizador amarelo no armazém da estação de trem na Lighthouse", + "6745c992bf76b3aeaf6370e0": "Lance um sinalizador amarelo no píer da Lighthouse", + "6745c9a86086867a2c723e9d": "Sobreviva e extraia da Lighthouse", "6745c9b89c84a273d4a2dc28": "Elimine os Scavs enquanto estiver cumprindo os outros objetivos", "6744af0969a58fceba101fed acceptPlayerMessage": "Isso é... muito. Vou tentar não bagunçar tudo.", "6744af0969a58fceba101fed declinePlayerMessage": "Não posso ajudá-lo neste momento.", "6744af0969a58fceba101fed completePlayerMessage": "Fiz tudo o que você pediu. Estritamente conforme as instruções.", "6745cbee909d2013670a4a55 name": "O preço da independência", - "6745cbee909d2013670a4a55 description": "Nós frustramos os planos do Skier, e digo a vocês: não podemos deixar essa oportunidade escapar.\n\nQuando ele se recuperar, nunca mais me perderá de vista. É por isso que precisamos pensar em um plano de defesa agora, porque nós dois vamos ser pegos!\n\nEntão, ouça, eu tenho um plano pronto. Só que não tenho mais ninguém em quem confiar para fazer algo tão complexo. \n\nConsegui descobrir algumas informações sobre o Skier. O tipo de informação que poderia comprometê-lo muito se caísse nas mãos certas. Está tudo nesta carta, e é nossa garantia.\n\nVocê precisa pegá-la na área alfandegária. A carta estará no último andar do prédio ao lado do canteiro de obras. Você sabe, aquele perto da plataforma da ferrovia, você o verá. Espero que sim.\n\nDe lá, vá direto para a base de reserva e deixe-a na sede, no terceiro andar, no ponto fortificado com janelas. \n\nO segredo é garantir que os homens de Skier não interceptem a carta. Por isso, depois de guardar a carta, corra para Priozersk e faça barulho. Depois de matar alguns Scavs, vá até a península do farol e atire em um sinalizador. Você precisa de um amarelo, não o confunda!\n\nO melhor lugar para fazer isso é no píer das casas de férias e na plataforma da estação de trem, pois isso distrairá os caras da base mais próxima do Skier. Depois disso, você sai correndo de lá! \n\nEscrevi todas as instruções em um pedaço de papel para garantir que você não estrague tudo. Você precisa fazer tudo de uma vez, entendeu?", - "6745cbee909d2013670a4a55 failMessageText": "Não deu certo, amigo. Skier interceptou a maldita carta.\n\nÉramos muito próximos, não é mesmo? Ninguém sabia disso!\n\nAcho que ainda não tenho nenhuma opção para me separar do Skier.", + "6745cbee909d2013670a4a55 description": "Nós frustramos os planos do Skier, e digo a vocês: não podemos deixar essa oportunidade escapar.\n\nQuando ele se recuperar, nunca mais me perderá de vista. É por isso que precisamos pensar em um plano de defesa agora, porque nós dois vamos ser pegos!\n\nEntão, ouça, eu tenho um plano pronto. Só que não tenho mais ninguém em quem confiar para fazer algo tão complexo. \n\nConsegui descobrir algumas informações sobre o Skier. O tipo de informação que poderia comprometê-lo muito se caísse nas mãos certas. Está tudo nesta carta, e é nossa garantia.\n\nVocê precisa pegá-la na área Customs. A carta estará no último andar do prédio ao lado do canteiro de obras. Você sabe, aquele perto da plataforma da ferrovia, você o verá. Espero que sim.\n\nDe lá, vá direto para a base de reserva e deixe-a na sede, no terceiro andar, no ponto fortificado com janelas. \n\nO segredo é garantir que os homens de Skier não interceptem a carta. Por isso, depois de guardar a carta, corra para Priozersk e faça barulho. Depois de matar alguns Scavs, vá até a península da lighthouse e atire um sinalizador. Você precisa de um amarelo, não o confunda!\n\nO melhor lugar para fazer isso é no píer das casas de férias e na plataforma da estação de trem, pois isso distrairá os caras da base mais próxima do Skier. Depois disso, você sai correndo de lá! \n\nEscrevi todas as instruções em um pedaço de papel para garantir que você não estrague tudo. Você precisa fazer tudo de uma vez, entendeu?", + "6745cbee909d2013670a4a55 failMessageText": "Não deu certo, amigo. Skier interceptou a maldita carta.\n\nEstavamos tão perto, né? Ninguém sabia disso!\n\nAcho que ainda não tenho nenhuma opção para me separar do Skier.", "6745cbee909d2013670a4a55 successMessageText": "Que merda! Você conseguiu! Você foi o único que me defendeu.\n\nO mais importante é que já preparamos o palco. \n\nNão será fácil, mas o Ragman prometeu ajudar, e a carta também deve funcionar.\n\nNão me esquecerei de toda a ajuda que você me deu. Apareça sempre por aqui, amigo.", - "6745cbee909d2013670a4a60": "Localizar e obter a carta incriminatória na alfândega", - "6745cbee909d2013670a4a61": "Utilizar o trânsito da alfândega para a reserva", + "6745cbee909d2013670a4a60": "Localizar e obter a carta incriminatória na Customs", + "6745cbee909d2013670a4a61": "Use a viajem da Customs para a Reserva", "6745cbee909d2013670a4a63": "Esconda a carta no terceiro andar do quartel-general militar na Reserva", - "6745cbee909d2013670a4a64": "Use o transporte público de Reserve para Woods", - "6745cbee909d2013670a4a66": "Eliminar qualquer alvo em Woods", - "6745cbee909d2013670a4a68": "Use o transporte público de Woods para Lighthouse", - "6745cbee909d2013670a4a6a": "Lance um sinalizador amarelo no armazém da estação de trem em Lighthouse", - "6745cbee909d2013670a4a6c": "Lance um sinalizador amarelo no píer do Lighthouse", - "6745cbee909d2013670a4a6e": "Elimine os Scavs enquanto estiver cumprindo os outros objetivos", - "6745cbee909d2013670a4a70": "Sobreviver e sair do Lighthouse", + "6745cbee909d2013670a4a64": "Use a viajem da Reserve para Woods", + "6745cbee909d2013670a4a66": "Elimine qualquer alvo na Woods", + "6745cbee909d2013670a4a68": "Use a viajem da Woods para Lighthouse", + "6745cbee909d2013670a4a6a": "Lance um sinalizador amarelo no armazém da estação de trem na Lighthouse", + "6745cbee909d2013670a4a6c": "Lance um sinalizador amarelo no píer da Lighthouse", + "6745cbee909d2013670a4a6e": "Elimine o Scavs enquanto estiver cumprindo os outros objetivos", + "6745cbee909d2013670a4a70": "Sobreviva e extraia da Lighthouse", "6745cbee909d2013670a4a55 acceptPlayerMessage": "Isso é... muito. Vou tentar não bagunçar tudo.", "6745cbee909d2013670a4a55 declinePlayerMessage": "Não posso ajudá-lo neste momento.", "6745cbee909d2013670a4a55 completePlayerMessage": "Fiz tudo o que você pediu. Estritamente conforme as instruções.", - "6745fae369a58fceba10343d name": "Quanto mais alto eles voam", + "6745fae369a58fceba10343d name": "Voa Passarinho Voa", "6745fae369a58fceba10343d description": "Olá. Tenho um funcionário que se empolgou um pouco com suas ambições. Obviamente, tratarei disso mais tarde. O problema no momento é que alguns PMCs estão se envolvendo. Não sei se eles foram subornados ou se estão em conluio com essa minha mula.\n\nO fato é que não preciso de mais caras nessa questão, portanto, esses bons ajudantes precisam ser tirados de cena. Da última vez, eles \"operaram\" na área de Priozersk, portanto, você deve começar por lá.", "6745fae369a58fceba10343d failMessageText": "Você pensou que poderia ter um pé nos dois campos, seu idiota?\n\nUm verdadeiro profissional sabe como escolher um lado. Você se ferrou e, acredite, não vai se livrar disso agora.", "6745fae369a58fceba10343d successMessageText": "Muito bom! Se algum desses idiotas ainda estiver pensando em ajudar esse pobre rapaz, agora eles estão cientes de todos os riscos que isso acarreta.", - "6745fae369a58fceba103458": "Eliminar os agentes da PMC em Woods", + "6745fae369a58fceba103458": "Elimine os operadores PMC na Woods", "6745fae369a58fceba10343d acceptPlayerMessage": "", "6745fae369a58fceba10343d declinePlayerMessage": "", "6745fae369a58fceba10343d completePlayerMessage": "", - "6745fcded0fbbc74ca0f721d name": "Retribuição rápida", + "6745fcded0fbbc74ca0f721d name": "Retribuição Rápida", "6745fcded0fbbc74ca0f721d description": "E daí? Está sentindo como ele funciona bem agora? Você me ajudou muito com as rodas. \n\nAgora podemos começar a pensar nos filhos da puta que roubaram minha base. Eles não podem ter ido longe, provavelmente ainda estão na reserva natural. Vá puni-los, está bem?", "6745fcded0fbbc74ca0f721d failMessageText": "", "6745fcded0fbbc74ca0f721d successMessageText": "Bom trabalho! Agora os Scavs pensarão duas vezes antes de se meterem comigo.", - "6745fd2e3d6070c3563039a9": "Eliminar os escavadores nas madeiras", + "6745fd2e3d6070c3563039a9": "Elimine Scavs na Woods", "6745fcded0fbbc74ca0f721d acceptPlayerMessage": "Tudo bem, estou dentro.", "6745fcded0fbbc74ca0f721d declinePlayerMessage": "Já tenho muito com o que me preocupar. Não posso ajudá-lo.", "6745fcded0fbbc74ca0f721d completePlayerMessage": "Encontrei aqueles idiotas. Eles não o incomodarão mais.", @@ -27472,7 +27761,7 @@ "6745fdddd3346c216702e0bf failMessageText": "Você não deveria ter demorado tanto para concluir minha tarefa. Já encontrei outro mercenário que trabalha mais rápido.", "6745fdddd3346c216702e0bf successMessageText": "Bom trabalho. A recompensa não o decepcionará.", "6745fe81eae30b9fb3bb6166": "Localize e obtenha a caixa de carga do Lightkeeper no telhado do hospital militar na Reserva", - "6745fe8d48cd7aeda7152b24": "Esconda a carga na casa de escavação em Woods", + "6745fe8d48cd7aeda7152b24": "Esconda a carga na casa dos Scavs na Woods", "6745fdddd3346c216702e0bf acceptPlayerMessage": "Ok, estou dentro.", "6745fdddd3346c216702e0bf declinePlayerMessage": "Não posso ajudá-lo neste momento.", "6745fdddd3346c216702e0bf completePlayerMessage": "Aqui sobre o trabalho. Tudo foi feito do meu lado.", @@ -27480,12 +27769,12 @@ "674600a366e6a521aa05eb66 description": "Sim, sim, seu trabalho anterior era sobre o motorista do BTR. E daí? Isso não faz diferença para você. Fizemos um acordo, mas o garoto ainda está procurando maneiras de contorná-lo. Se eu não soubesse como lidar com rapazes como ele, eu mesmo não teria chegado ao topo.\n\nVocê precisa de boas informações para gerenciá-los de modo que possa pegá-los a tempo. Não há problemas em Priozersk, mas na cidade ele frequentemente se desvia de minhas rotas. Preciso saber para onde o BTR vai e por quê. Marque todas as paradas dele com marcadores estroboscópicos e, depois disso, meus rapazes cuidarão disso.", "674600a366e6a521aa05eb66 failMessageText": "Você decidiu ajudar o motorista? Previsões não parecem ser seu ponto forte.\n\nSem mim, o carrinho de mão dele vai desmoronar e, sem ele, ele será aplaudido pelo primeiro cara que encontrar! É aí que você voltará rastejando para mim.", "674600a366e6a521aa05eb66 successMessageText": "Você tem todos os pontos, certo? Legal. Vou mandar minha equipe dar uma olhada hoje, esse rato não vai a lugar nenhum.", - "67460118d3498f1b35e0a025": "Marque a parada do guindaste colapsado BTR com um marcador MS2000 em Streets of Tarkov", - "6746011dfd1dc9d0f502e55d": "Marque a parada BTR do Old Scav Checkpoint com um marcador MS2000 em Streets of Tarkov", - "674601247aa943781a1cf3fc": "Marque a parada do Pinewood Hotel BTR com um marcador MS2000 em Streets of Tarkov", + "67460118d3498f1b35e0a025": "Marque a parada do guindaste colapsado BTR com um marcador MS2000 na Streets of Tarkov", + "6746011dfd1dc9d0f502e55d": "Marque a parada BTR do Old Scav Checkpoint com um marcador MS2000 na Streets of Tarkov", + "674601247aa943781a1cf3fc": "Marque a parada do Pinewood Hotel BTR com um marcador MS2000 na Streets of Tarkov", "674601282043d1ef3c6b2eec": "Marque a parada BTR do centro da cidade com um marcador MS2000 no Streets of Tarkov", - "6746012a35218bb89951248e": "Marque a parada do bonde BTR com um marcador MS2000 em Streets of Tarkov", - "6746012d871e69a9abb5873d": "Marque a parada do Rodina Cinema BTR com um marcador MS2000 em Streets of Tarkov", + "6746012a35218bb89951248e": "Marque a parada do bonde BTR com um marcador MS2000 na Streets of Tarkov", + "6746012d871e69a9abb5873d": "Marque a parada do Rodina Cinema BTR com um marcador MS2000 na Streets of Tarkov", "674600a366e6a521aa05eb66 acceptPlayerMessage": "", "674600a366e6a521aa05eb66 declinePlayerMessage": "", "674600a366e6a521aa05eb66 completePlayerMessage": "", @@ -27493,7 +27782,7 @@ "674602307e3818d5bb069489 description": "Nova tarefa para você. O motorista ainda tem alguém o ajudando, e ele sabe demais para ser deixado sozinho. Se esse idiota vazar meus estoques, vou ter que reorganizar toda a rede!\n\nOs rapazes já estão procurando novos locais para entrega de mercadorias e armazenamento de munição. Você precisa verificar um desses pontos, que supostamente fica em algum lugar sob a grande montanha em Priozersk. Se a dica for correta, você pode deixar os suprimentos lá para minha equipe. Precisamos especificamente de munição perfurante russa. Mantenha sua munição da OTAN e outros tipos de lixo para você.", "674602307e3818d5bb069489 failMessageText": "Se você quisesse trabalhar para os dois lados, deveria ter sido mais cuidadoso! \n\nVocê não vai longe com esse otário. Mas você já fez sua escolha, idiota.", "674602307e3818d5bb069489 successMessageText": "O bunker está aberto? Esses encapuzados podem ser um problema, mas não são o foco no momento. O plano não pode ser alterado, mas notificarei o grupo de qualquer forma.", - "674602682cb1c1f5999f27aa": "Localize o bunker sob a montanha em Woods", + "674602682cb1c1f5999f27aa": "Localize o bunker sob a montanha na Woods", "674da90a45aa075a44b4d687": "Esconda o primeiro pacote de munição russa perfurante dentro do bunker", "674da90f96d4f32d517cb770": "Esconda o segundo pacote de munição russa perfurante dentro do bunker", "674da9141cc05673dc69e7e7": "Esconda o terceiro pacote de munição russa perfurante dentro do bunker", @@ -27512,7 +27801,7 @@ "674605df60a98cad1b0ec799 description": "Você já ouviu falar que o motorista levou alguns dos operadores para o seu lado? Esse garoto se afastou um pouco do seu ninho, então é hora de acabar com isso. Fiz um acordo com uma certa pessoa para compartilhar algumas munições de RPG, suficientes para penetrar na blindagem de seu BTR. \n\nAgora preciso de alguém para entregar o pacote na casa dos Scav em Priozersk. Ninguém sabe sobre a entrega ainda, portanto ela deve ocorrer sem problemas. Você precisa ser rápido, para que o motorista não descubra o que estou preparando para ele.", "674605df60a98cad1b0ec799 failMessageText": "Você é muito esperto para o seu próprio bem, punk. Um bandido de verdade nunca faria essa merda.\n\nVocê não pode trair sua própria gangue. Quem vai querer fazer negócios com você agora?", "674605df60a98cad1b0ec799 successMessageText": "Muito bom! Agora a blindagem do BTR não salvará o motorista. Mantenha contato, você será útil durante o ataque.", - "6746061983996c4aa4765025": "Localize e obtenha o pacote com munição de RPG em Woods", + "6746061983996c4aa4765025": "Localize e obtenha o pacote com munição de RPG na Woods", "674606266884ca9cfc83530e": "Entregue o pacote", "674605df60a98cad1b0ec799 acceptPlayerMessage": "", "674605df60a98cad1b0ec799 declinePlayerMessage": "", @@ -27521,11 +27810,11 @@ "67460662d0fbbc74ca0f7229 description": "O assalto foi cancelado. Alguém avisou o motorista sobre as caixas de munição, então esse filho da puta as armadilhou! Meus rapazes foram pegos. Agora estamos sem mão de obra e sem munição. Teremos de procurar cartuchos novamente. O motorista vai começar seu contra-ataque de merda agora, você precisa detê-lo.\n\nSe o deixarmos construir seu sistema de rotas agora, ele será um pé no saco mais tarde. Ele tem alguns mercenários ao seu redor novamente, mas agora todos eles sabem que estão enfrentando o Skier! Você precisa fazer isso rapidamente para que ninguém pense que pode se opor a mim e sobreviver. Tenho uma rota onde você encontrará todos esses idiotas.", "67460662d0fbbc74ca0f7229 failMessageText": "Então era você quem o estava ajudando o tempo todo? Não é de se admirar que esteja se afastando agora.\n\nVocê sabe que eu posso lidar com ele de um jeito ou de outro, certo? Mas você, você vai limpar essa merda por um bom tempo.", "67460662d0fbbc74ca0f7229 successMessageText": "Bem, ninguém pode ajudá-lo depois de algo assim. Eu cuidarei das pequenas coisas, mas sem você, tudo poderia ter ido por água abaixo.\n\nVocê é um cara tranquilo e manteve sua palavra, ao contrário daquele motorista de merda.", - "674606bac840f707bea6242f": "Utilizar o trânsito da alfândega para a reserva", - "674606ccff406a9f6a28e26f": "Use o transporte público de Reserve para Woods", - "674606f1c63637e54bede3a6": "Use o transporte público de Woods para Lighthouse", - "6746071002dfd67c0629a379": "Sobreviver e sair do Lighthouse", - "674607317781508c405fb979": "Elimine os agentes da PMC enquanto cumpre os outros objetivos", + "674606bac840f707bea6242f": "Use a viajem da Customs para Reserva", + "674606ccff406a9f6a28e26f": "Use a viajem da Reserva para Woods", + "674606f1c63637e54bede3a6": "Use a viajem da Woods para Lighthouse", + "6746071002dfd67c0629a379": "Sobreviva e extraia da Lighthouse", + "674607317781508c405fb979": "Elimine os operadores PMC enquanto cumpre os outros objetivos", "67460662d0fbbc74ca0f7229 acceptPlayerMessage": "", "67460662d0fbbc74ca0f7229 declinePlayerMessage": "", "67460662d0fbbc74ca0f7229 completePlayerMessage": "", @@ -27541,15 +27830,15 @@ "6746480040ea3d1d4f0e5d51 description": "Bastardos atrevidos. Esses filhos da puta sabiam de tudo desde o início! Eles até mesmo incriminaram o ataque do mensageiro e roubaram as chaves! \n\nE para parecer legítimo, tiraram nosso contrabando das caixas e as encheram com lixo aleatório. Agora temos de checar todas as malas. Todas as malditas caixas! Estamos com falta de pessoal para essa merda, então você será útil. \n\nSe não conseguir encontrar as chaves com os contrabandistas, vá até o Ref, ele já está vendendo-as de qualquer maneira. Eu só quero minha mercadoria, você pode ficar com o resto. Meu comprador está puto da vida, esperando o pedido. \n\nPortanto, se você fizer tudo rápido, receberá as mercadorias e um bom dinheiro.", "6746480040ea3d1d4f0e5d51 failMessageText": "", "6746480040ea3d1d4f0e5d51 successMessageText": "Muito bem! Acho que recuperamos a maior parte de nosso contrabando.\n\nFoi por pouco, mas acho que o negócio está fechado. Teria sido um fracasso total sem você.", - "67464916bbc0297381fcf753": "Entregar o contrabando do esquiador das caixas trancadas", + "67464916bbc0297381fcf753": "Entregue o contrabando do Skier das caixas trancadas", "6746480040ea3d1d4f0e5d51 acceptPlayerMessage": "", "6746480040ea3d1d4f0e5d51 declinePlayerMessage": "", "6746480040ea3d1d4f0e5d51 completePlayerMessage": "", - "6746480cd0b2f8eb9b034e3e name": "Cortar a mão do ladrão", + "6746480cd0b2f8eb9b034e3e name": "Cortar a Mão do Ladrão", "6746480cd0b2f8eb9b034e3e description": "Imagino que você já tenha sido abordado pelo meu parceiro em nosso acordo. A transferência foi sabotada, e eu encontrei os culpados. Os contrabandistas locais pensaram que eram os únicos que poderiam usar a agitação na região para transportar mercadorias.\n\nPrecisamos mostrar a eles que interferir em grandes negócios é fatal. Meu contato na Europa está aguardando o pagamento, e o comprador não pagará a Skier sem as mercadorias.\n\nSe esse negócio não for concretizado, não teremos chance de garantir nenhum contrato importante no futuro. Isso precisa ser resolvido imediatamente. Estamos entendidos?", "6746480cd0b2f8eb9b034e3e failMessageText": "", "6746480cd0b2f8eb9b034e3e successMessageText": "Ótimo! Tudo o que resta é descobrir o quanto esses catadores bagunçaram as coisas.\n\nPreciso entrar em contato com o Skier e fornecer segurança para um carregamento com as chaves das caixas. Agora você está livre para ir, mercenário.", - "67464973800dfc0ed382cc34": "Eliminar os \"contrabandistas\"", + "67464973800dfc0ed382cc34": "Elimine os \"Contrabandistas\"", "6746480cd0b2f8eb9b034e3e acceptPlayerMessage": "", "6746480cd0b2f8eb9b034e3e declinePlayerMessage": "", "6746480cd0b2f8eb9b034e3e completePlayerMessage": "", @@ -27566,7 +27855,7 @@ "675031be899713ccad00060c acceptPlayerMessage": "", "675031be899713ccad00060c declinePlayerMessage": "", "675031be899713ccad00060c completePlayerMessage": "", - "675031d3884e1da4a90b3bc9 name": "Frio", + "675031d3884e1da4a90b3bc9 name": "Chilly", "675031d3884e1da4a90b3bc9 description": "Entre, sente-se. O chá está quase pronto, ele vai aquecê-lo. Não tínhamos essas temperaturas desde 1873. Aquele inverno foi tão rigoroso quanto este, e eu até aqueci uma raposa perdida aqui!\n\nIsso faz uma grande diferença em uma situação de combate. Você pode congelar seus dedos a ponto de não conseguir nem mesmo puxar o gatilho. Também não é possível ficar em uma emboscada quando se está com muito frio.\n\nSe quiser sobreviver, precisa endurecer seu corpo. Tente derrotar alguns inimigos quando estiver com frio.", "675031d3884e1da4a90b3bc9 failMessageText": "", "675031d3884e1da4a90b3bc9 successMessageText": "Então, como está sua condição? Agora você precisa se aquecer, ou ficará fora de serviço por uma semana.\n\nDepois de se aquecer, você terá que praticar novamente, caso contrário seu corpo não se acostumará. Então o frio será uma vantagem, não um contratempo.", @@ -27574,16 +27863,16 @@ "675031d3884e1da4a90b3bc9 acceptPlayerMessage": "", "675031d3884e1da4a90b3bc9 declinePlayerMessage": "", "675031d3884e1da4a90b3bc9 completePlayerMessage": "", - "675031e1f300496cc4104450 name": "Esconder-se à vista de todos", + "675031e1f300496cc4104450 name": "Mal Escondido", "675031e1f300496cc4104450 description": "Você já viu como a cidade mudou? Luzes, feiras por toda parte.\n\nÉ como se não houvesse guerra e estivessem vendendo calendários do próximo ano por toda parte. Mas toda essa alegria é uma vantagem para nós. \n\nAs feiras foram colocadas em lugares de destaque, e eu gostaria de usá-las para traficar minha mercadoria. E para adicionar novos pontos aos meus itinerários, preciso das coordenadas exatas. \n\nVocê pode me dar uma mãozinha com isso? Você me ajuda e eu ajudo você, como irmão para irmão! Encontrar feiras é fácil - basta seguir onde você vê mais luzes de Natal.", "675031e1f300496cc4104450 failMessageText": "", "675031e1f300496cc4104450 successMessageText": "Bom trabalho! Em tempos melhores, eu teria lhe dado um bom carro por seu envolvimento ativo no negócio.\n\nMas você sabe que tipo de mercadoria está em alta no momento. Aqui, você vai precisar disso.", - "67583687e90b8dcb52b2390f": "Localize e visite a árvore de Natal no Lighthouse", - "6758369a1ac8288e78e907b9": "Localize e visite a árvore de Natal na alfândega", + "67583687e90b8dcb52b2390f": "Localize e visite a árvore de Natal na Lighthouse", + "6758369a1ac8288e78e907b9": "Localize e visite a árvore de Natal na Customs", "6758369be66a1e49655a8f6d": "Localize e visite a árvore de Natal na Reserva", "6758369d70ddf414fe0e06e3": "Localize e visite a árvore de Natal na Interchange", - "6758369eac845ae2d6446a0e": "Localize e visite a árvore de Natal em Shoreline", - "6758369f71ddaaf12e484444": "Localize e visite a árvore de Natal em Woods", + "6758369eac845ae2d6446a0e": "Localize e visite a árvore de Natal na Shoreline", + "6758369f71ddaaf12e484444": "Localize e visite a árvore de Natal na Woods", "675031e1f300496cc4104450 acceptPlayerMessage": "", "675031e1f300496cc4104450 declinePlayerMessage": "", "675031e1f300496cc4104450 completePlayerMessage": "", @@ -27595,22 +27884,22 @@ "675031f57775aada6b0f96a1 acceptPlayerMessage": "", "675031f57775aada6b0f96a1 declinePlayerMessage": "", "675031f57775aada6b0f96a1 completePlayerMessage": "", - "6750320e23fc8fd9cc087d14 name": "Férias além das possibilidades", + "6750320e23fc8fd9cc087d14 name": "De Férias com o Ex", "6750320e23fc8fd9cc087d14 description": "Olá, amigo. Você viu que já começaram a decorar a cidade inteira para as comemorações?\n\nComo se todo aquele enfeite bonito valesse o combustível que ilumina suas guirlandas e luzes. As pessoas são estúpidas o suficiente para gastar todos os seus recursos nisso. E, aparentemente, não apenas os seus.\n\nOutro dia, alguns idiotas tentaram roubar alguns de meus depósitos de combustível. Meus homens estão repelindo os ataques, mas não vou arriscar os bens por causa de uma comemoração idiota!\n\nVocê precisa mostrar claramente a todos esses mercenários que levantar a mão no Skier durante as festividades é tão perigoso quanto em qualquer outro momento. \n\nE para garantir que minha mensagem não seja confundida com baixas aleatórias, use a roupa apropriada, algo chamativo.", "6750320e23fc8fd9cc087d14 failMessageText": "", - "6750320e23fc8fd9cc087d14 successMessageText": "Você fez o que eu disse? Fiz.\n\nAgora eles ficarão longe do meu território com suas festas de merda.", - "67570d63b9619534bf4857a1": "Elimine os agentes da PMC enquanto estiver vestido de Ded Moroz ou Papai Noel (chapéu e barba)", + "6750320e23fc8fd9cc087d14 successMessageText": "Você fez o que eu disse? Bom.\n\nAgora eles ficarão longe do meu território com suas festas de merda.", + "67570d63b9619534bf4857a1": "Elimine os operadores PMC enquanto estiver vestido de Ded Moroz ou Papai Noel (chapéu e barba)", "6750320e23fc8fd9cc087d14 acceptPlayerMessage": "", "6750320e23fc8fd9cc087d14 declinePlayerMessage": "", "6750320e23fc8fd9cc087d14 completePlayerMessage": "", - "67503219527c9a38e80496ae name": "Extração ilegal de madeira", + "67503219527c9a38e80496ae name": "Extração Ilegal de Madeira", "67503219527c9a38e80496ae description": "Sabe o que não mudou desde os tempos de paz? Toda essa bagunça do Natal.\n\nTodos estão estocando mantimentos como se fosse a última vez. E até mesmo pessoas de aparência normal têm a ideia estúpida de cortar uma árvore viva na floresta para suas comemorações.\n\nEsses selvagens não conseguem nem distinguir um zimbro de 200 anos das ervas daninhas de seus quintais.\n\nPor isso, eles entram em minha floresta à noite em grupos. Não posso atirar em todos eles sozinho. Preciso de ajuda. Você parece ser um bom rapaz, e também é um bom atirador. \n\nPode me ajudar a salvar esta reserva natural?", "67503219527c9a38e80496ae failMessageText": "", "67503219527c9a38e80496ae successMessageText": "Que bom, que bom! Agora eles pensarão dez vezes antes de ir à minha floresta comprar árvores de Natal.\n\nBasta ir à IDEA para comprar suas estúpidas árvores de plástico. Elas não têm nada a ver com minha reserva natural.", - "6758350db1147b9c91b62146": "Eliminar qualquer alvo na área florestal no período das 22:00 às 22:00 horas em Woods", - "67583547fb9ce4bfbc4e9327": "Eliminar qualquer alvo na área florestal no período das 22:00 às 22:00 horas em Shoreline", - "6758354d0be43ac224eefa04": "Eliminar qualquer alvo na área florestal no período das 22:00 às 22:00 horas no Lighthouse", - "67585985fda6ca5a90ef43a3": "Eliminar qualquer alvo na área florestal no período das 22:00 às 22:00 horas na alfândega", + "6758350db1147b9c91b62146": "Elimine qualquer alvo na área florestal no período das 22:00 às 22:00 horas na Woods", + "67583547fb9ce4bfbc4e9327": "Elimine qualquer alvo na área florestal no período das 22:00 às 10:00 horas na Shoreline", + "6758354d0be43ac224eefa04": "Elimine qualquer alvo na área florestal no período das 22:00 às 10:00 horas na Lighthouse", + "67585985fda6ca5a90ef43a3": "Elimine qualquer alvo na área florestal no período das 22:00 às 10:00 horas na Customs", "67503219527c9a38e80496ae acceptPlayerMessage": "", "67503219527c9a38e80496ae declinePlayerMessage": "", "67503219527c9a38e80496ae completePlayerMessage": "", @@ -27618,64 +27907,64 @@ "67503247622398376d0b57cd description": "Portanto, os funcionários e eu não resistimos e já começamos a comemorar... Ainda não tocamos na salada e ainda teremos mais bebidas alcoólicas, portanto, não se preocupe.\n\nFalamos sobre o espírito de luta, então criamos algo que você vai gostar! De qualquer forma, queremos que a cidade inteira faça uma festa. Assim, até mesmo os solitários como você pensarão em casa, mesmo que seja só por um segundo.\n\nNosso pessoal já encontrou as árvores grandes e boas e as enfeitou adequadamente. Não temos combustível suficiente para mantê-las acesas permanentemente, mas ainda podemos acendê-las por toda a cidade por algum tempo!\n\nO plano é o seguinte: você pega os recipientes de combustível, vai até a árvore de Natal e liga o gerador. \n\nMas a gasolina comum não é suficiente, você precisa de um combustível industrial especial. A árvore se acende, mas você precisa segurá-la para que todos vejam. \n\nObviamente, isso atrairá todo tipo de escória, mas você não sairá de mãos vazias. Não podemos entregar as árvores aos bandidos, você será a primeira e última linha de defesa.\n\nQuando terminar, vá direto para a próxima. Preparamos as árvores onde pudemos. Tudo tem de ser feito de uma vez, é a única maneira de obter o efeito desejado. Encontrarei outra pessoa para ajudá-lo. \n\nDesenterrei algumas braçadeiras especiais para que vocês não atirem uns nos outros. Coloquem-nas e não atirem nas pessoas que as estiverem usando também.", "67503247622398376d0b57cd failMessageText": "", "67503247622398376d0b57cd successMessageText": "Que comemoração incrível! As pessoas estão nas ruas, se reunindo e comemorando!\n\nRecebi até uma mensagem de um camarada que pensei estar morto há muito tempo!\n\nAcho que você já percebeu que o que fez é muito importante. Quando as coisas ficarem difíceis, você se lembrará. E quando isso acontecer, você se sentirá melhor.", - "675708d9432e1eb103266d6e": "Alcance o Intercâmbio no modo Khorovod", + "675708d9432e1eb103266d6e": "Alcance a Interchange no modo Khorovod", "67503247622398376d0b57cd acceptPlayerMessage": "", "67503247622398376d0b57cd declinePlayerMessage": "", "67503247622398376d0b57cd completePlayerMessage": "", - "6750324fc06dd3d42a02a4f1 name": "Esta é a minha festa", + "6750324fc06dd3d42a02a4f1 name": "Essa Festa é Minha", "6750324fc06dd3d42a02a4f1 description": "Não pensei que ligaria para você novamente este ano, mas preciso de sua ajuda. As pessoas realmente adoraram nosso \"Khorovod\", deveríamos fazê-lo novamente.\n\nSó que um idiota está se voltando contra nós, colocando nossos soldados contra nós. Eles também são PMCs, mas não usam nossas braçadeiras.\n\nVocê sabe que estamos fazendo a coisa certa. Precisamos salvar a comemoração e afastar esses idiotas do nosso Khorovod. Atire em qualquer um que se aproxime das árvores sem a braçadeira. Ninguém vai atrapalhar as pessoas que estão fazendo boas ações.", "6750324fc06dd3d42a02a4f1 failMessageText": "Depois de tudo o que você fez... Como você poderia?\n\nParece que você não aprendeu nada com o que eu lhe disse.", "6750324fc06dd3d42a02a4f1 successMessageText": "Missão cumprida? Muito bem, guerreiro! \n\nAgora eles nos deixarão comemorar o Natal em paz. Diga-me, quem você tem que ser para não gostar desse tipo de comemoração?", - "67580ca01a2155dcb73c1a74": "Elimine os agentes da PMC sem a braçadeira de Natal no modo Khorovod", + "67580ca01a2155dcb73c1a74": "Elimine os operadores PMC sem a braçadeira de Natal no modo Khorovod", "6750324fc06dd3d42a02a4f1 acceptPlayerMessage": "", "6750324fc06dd3d42a02a4f1 declinePlayerMessage": "", "6750324fc06dd3d42a02a4f1 completePlayerMessage": "", - "67503256a1b980000e009ed1 name": "O preço da comemoração", + "67503256a1b980000e009ed1 name": "O Preço da Comemoração", "67503256a1b980000e009ed1 description": "Dá para acreditar nisso? Primeiro, tentaram roubar meus botijões de gás e, agora, estão se juntando às árvores de Natal diretamente nas rotas da minha gangue!\n\nPor causa disso, tenho que mudar meus planos e organizar outros caminhos para os mensageiros. Eles vão morrer de frio com todos esses longos desvios.\n\nNão vou esperar que eles terminem as comemorações para depois irem para seus buracos. Essa besteira tem que parar agora mesmo.\n\nOs que participam desse \"Khorovod\" usam braçadeiras especiais. Esses idiotas se tornaram alvos brilhantes! Preciso que o trabalho seja feito rapidamente, por isso vou chamar outros mercenários também. \n\nVocês podem trabalhar em grupo se quiserem, mas não posso garantir que eles não atirarão em vocês. Sabe como é, cada um por si, e tudo mais.", "67503256a1b980000e009ed1 failMessageText": "Você realmente achou que poderia ir contra o meu povo sem que eu soubesse? Isso não vai adiantar, amigo. Dê o fora daqui.", "67503256a1b980000e009ed1 successMessageText": "Trabalho limpo, amigo! Já recuperamos algumas das rotas.\n\nE os amantes do Natal...\n\nEles poderiam ter adivinhado que toda essa empolgação e comemorações só estão atrapalhando os negócios e desperdiçando recursos preciosos. Então, eles tiveram o que mereciam. Nunca abra a porra do seu traseiro em Tarkov.", - "6758317731db0cb6e1ec71cc": "Elimine os agentes da PMC que estiverem usando a braçadeira de Natal", + "6758317731db0cb6e1ec71cc": "Elimine os operadores PMC que estiverem usando a braçadeira de Natal", "67503256a1b980000e009ed1 acceptPlayerMessage": "", "67503256a1b980000e009ed1 declinePlayerMessage": "", "67503256a1b980000e009ed1 completePlayerMessage": "", - "67503260899713ccad00060e name": "Bebidas suficientes para aquele", + "67503260899713ccad00060e name": "Bebidas de Sobra", "67503260899713ccad00060e description": "Olá novamente! As feiras funcionaram bem, os negócios estão crescendo!\n\nEu ia fazer um pequeno presente para você, mas meus homens foram interceptados por Killa e sua gangue.\n\nOuvi dizer que eles estão todos vestidos com roupas de Natal e festejando, então organizei uma nova rota por Ultra enquanto eles estão ocupados, mas as coisas não saíram como planejado.\n\nInvesti muito dinheiro nisso, e muitos negócios podem ir por água abaixo por causa do Killa. Então, você quer me ajudar?\n\nSe você conseguir se livrar daquele psicopata e de seus amigos idiotas, ficarei lhe devendo uma grande quantia! Só não se esqueça de fazer isso à noite, porque eles não vão deixar você chegar perto deles durante o dia.", "67503260899713ccad00060e failMessageText": "", "67503260899713ccad00060e successMessageText": "Você o pegou? Tem certeza? Ele derrubou muitos dos meus caras...\n\nMas se está claro agora, isso significa que ninguém mais vai nos impedir de ganhar dinheiro. \n\nComo prometido, aqui está uma coisinha para você. Considere-o um presente de Natal.", - "67583391869cf73efa21169f": "Localize e neutralize Killa no período das 22:00 às 22:00 no Interchange", - "675833a7fbbf777212206513": "Eliminar os Scavs com máscaras festivas no período das 22:00 às 22:00 no Interchange", + "67583391869cf73efa21169f": "Localize e neutralize o Killa no período das 22:00 às 10:00 na Interchange", + "675833a7fbbf777212206513": "Elimine os Scavs com máscaras festivas no período das 22:00 às 10:00 na Interchange", "67503260899713ccad00060e acceptPlayerMessage": "", "67503260899713ccad00060e declinePlayerMessage": "", "67503260899713ccad00060e completePlayerMessage": "", - "6752f6d83038f7df520c83e8 name": "Uma mão amiga", + "6752f6d83038f7df520c83e8 name": "Uma Mão Amiga", "6752f6d83038f7df520c83e8 description": "Olá. Imagino que você já tenha visto o BTR que está circulando por Tarkov. O motorista costumava oferecer seus serviços a PMCs como você, mas ultimamente ele também começou a trabalhar com o Skier. O motorista me procurou quando estava restaurando o BTR. Foi um desafio bastante interessante, deixe-me dizer. Mas isso não vem ao caso. \n\nEle não entrava em contato há algum tempo e agora, de repente, pediu ajuda. Aparentemente, algo sério aconteceu. Você pode entrar em contato com ele e descobrir o que está acontecendo? Não há muitos homens inteligentes e ambiciosos em Tarkov. Pessoas como nós devem se manter unidas.", "6752f6d83038f7df520c83e8 failMessageText": "", "6752f6d83038f7df520c83e8 successMessageText": "Eu lhe disse que era perigoso fazer parte da gangue do Skier... É verdade que isso tem seus privilégios, mas dificilmente se pode permanecer independente em um negócio tão grande. \n\nEu me pergunto quem poderia ter se voltado contra o Skier? Afinal de contas, a BTR deveria estar sob sua proteção...", - "6752f85800c5b2c48240c45f": "Concluir a tarefa Atraso no envio - Parte 1", + "6752f85800c5b2c48240c45f": "Concluir a tarefa Atraso no Envio - Parte 1", "6752f86d538945df8cc3fc3a": "Localize e obtenha o pacote do Prapor no Woods", - "6756bcb3f93f4c1fc2b2d685": "Sobreviver e sair do local", + "6756bcb3f93f4c1fc2b2d685": "Sobreviva e extraia do local", "6752f6d83038f7df520c83e8 acceptPlayerMessage": "", "6752f6d83038f7df520c83e8 declinePlayerMessage": "", "6752f6d83038f7df520c83e8 completePlayerMessage": "", - "675c03d1f7da9792a405549a name": "Carga abandonada", + "675c03d1f7da9792a405549a name": "Carga Abandonada", "675c03d1f7da9792a405549a description": "Boa tarde, meu jovem. Recebi informações sobre um recente embarque suspeito de carga da TerraGroup. De acordo com a descrição, ela pode conter registros valiosos e até mesmo amostras médicas.\n\nToda carga desse tipo deveria ter prioridade para extração, mas, por algum motivo, essa carga foi deixada perto do terminal alfandegário. Preciso saber o que há dentro da carga e, para isso, preciso da localização exata dos carregamentos.\n\nVocê pode me ajudar com isso? Você reconhecerá os carregamentos necessários pelas caixas com o logotipo do TerraGroup.", "675c03d1f7da9792a405549a failMessageText": "", "675c03d1f7da9792a405549a successMessageText": "Excelente! Você não abriu as caixas, certo? Bom senso, mercenário. É melhor deixar que os profissionais façam isso. \n\nA julgar pela localização das cargas, elas foram abandonadas às pressas ou talvez tenha acontecido algo durante o transporte... Teremos que investigar por que o TerraGroup decidiu deixar essas cargas em Tarkov.", - "675c0444db2b69f48942f37c": "Localize e marque a primeira carga especial do TerraGroup com um MS2000 Marker na alfândega", - "675c04497439eaed82b6dfeb": "Localize e marque a segunda carga especial do TerraGroup com um marcador MS2000 na alfândega", - "675c044cc482cb252c5a92d4": "Localize e marque a terceira carga especial do TerraGroup com um marcador MS2000 na alfândega", - "675c044e3691199fe911a641": "Localize e marque a quarta carga especial do TerraGroup com um marcador MS2000 na alfândega", - "675c3fbeb402d4fa5589516f": "Localize e marque a quinta carga especial do TerraGroup com um marcador MS2000 na alfândega", - "675c3fd3a2c0bad5f70af01c": "Localize e marque a sexta carga especial do TerraGroup com um marcador MS2000 na alfândega", - "675c3fdd5af984e99db7b4e1": "Localize e marque a sétima carga especial do TerraGroup com um marcador MS2000 na alfândega", + "675c0444db2b69f48942f37c": "Localize e marque a primeira carga especial do TerraGroup com um MS2000 Marker na Customs", + "675c04497439eaed82b6dfeb": "Localize e marque a segunda carga especial do TerraGroup com um marcador MS2000 na Customs", + "675c044cc482cb252c5a92d4": "Localize e marque a terceira carga especial do TerraGroup com um marcador MS2000 na Customs", + "675c044e3691199fe911a641": "Localize e marque a quarta carga especial do TerraGroup com um marcador MS2000 na Customs", + "675c3fbeb402d4fa5589516f": "Localize e marque a quinta carga especial do TerraGroup com um marcador MS2000 na Customs", + "675c3fd3a2c0bad5f70af01c": "Localize e marque a sexta carga especial do TerraGroup com um marcador MS2000 na Customs", + "675c3fdd5af984e99db7b4e1": "Localize e marque a sétima carga especial do TerraGroup com um marcador MS2000 na Customs", "675c03d1f7da9792a405549a acceptPlayerMessage": "", "675c03d1f7da9792a405549a declinePlayerMessage": "", "675c03d1f7da9792a405549a completePlayerMessage": "", - "675c047fa46173572a0bd878 name": "Rastreamento de remessas", - "675c047fa46173572a0bd878 description": "Meu pessoal ainda não conseguiu acessar a carga. No entanto, se houver algo de valor... quero dizer, de perigo, não podemos perder tempo.\n\nTodas as remessas tinham de ser documentadas de uma forma ou de outra. Talvez um itinerário ou um manifesto de carga possa esclarecer melhor a situação. Você precisa localizar essa informação.\n\nProcure nos escritórios das pessoas-chave da alfândega: diretores, supervisores. Se houver algo que possamos encontrar, deve estar lá.", + "675c047fa46173572a0bd878 name": "Rastreamento de Cargas", + "675c047fa46173572a0bd878 description": "Meu pessoal ainda não conseguiu acessar a carga. No entanto, se houver algo de valor... quero dizer, de perigo, não podemos perder tempo.\n\nTodas as remessas tinham de ser documentadas de uma forma ou de outra. Talvez um itinerário ou um manifesto de carga possa esclarecer melhor a situação. Você precisa localizar essa informação.\n\nProcure nos escritórios das pessoas-chave da Customs: diretores, supervisores. Se houver algo que possamos encontrar, deve estar lá.", "675c047fa46173572a0bd878 failMessageText": "", "675c047fa46173572a0bd878 successMessageText": "Levará algum tempo para eu estudar esses documentos. No entanto, logo descobriremos tudo o que há de errado com essa remessa e o que ela contém. \n\nJuntamente com um relatório de meus especialistas, receberemos detalhes abrangentes.", - "675c04b3fc6b273a36ed294a": "Localize e obtenha as listas de remessas do TerraGroup na alfândega", + "675c04b3fc6b273a36ed294a": "Localize e obtenha as listas de remessas do TerraGroup na Customs", "675c04c1b68cc8180efb38c6": "Entregue as informações encontradas", "675c047fa46173572a0bd878 acceptPlayerMessage": "", "675c047fa46173572a0bd878 declinePlayerMessage": "", @@ -27684,19 +27973,19 @@ "675c04f4db8807b75d0f38e8 description": "Notícias terríveis, meu jovem. Parei de receber comunicações do meu grupo, e os documentos que você me trouxe foram eliminados de todas as informações essenciais.\n\nNão sabemos nem o código do projeto, nem o itinerário detalhado. Nem mesmo um resumo do conteúdo dessas caixas! Não posso pedir que você mesmo as abra. E se a morte do meu grupo tiver algo a ver com o conteúdo delas?\n\nEm vez disso, tive outra ideia. Os documentos diziam que, caso houvesse obstáculos ao longo do trajeto, as equipes de entrega poderiam optar por desviar da rota.\n\nSe os transportadores fossem atacados durante o trânsito, poderíamos saber disso pelos registros dos trabalhadores. Examine os locais onde as equipes de entrega podem ter ficado e procure essas informações.", "675c04f4db8807b75d0f38e8 failMessageText": "", "675c04f4db8807b75d0f38e8 successMessageText": "Impossível... De acordo com esses registros, ninguém atacou os transportadores, o caminho estava livre! \n\nNo entanto, os trabalhadores que passaram várias horas perto das caixas relataram coceira e febre, e pediram para ir para casa.\n\nAs anotações do capataz dizem que duas equipes de entrega abandonaram as caixas durante o transporte e se recusaram terminantemente a continuar o trabalho! \n\nAcontece que o transporte dessas caixas exigia equipamentos de proteção especiais, que ninguém pensou em fornecer aos trabalhadores comuns. Não está claro o quão perigosas são as caixas no momento, mas eu não recomendaria aproximar-se delas sem o equipamento adequado.", - "675c04f4db8807b75d0f38eb": "Localize e obtenha as notas de remessa da equipe de entrega na alfândega", + "675c04f4db8807b75d0f38eb": "Localize e obtenha as notas de remessa da equipe de entrega na Customs", "675c04f4db8807b75d0f38ec": "Entregue as informações encontradas", "675c04f4db8807b75d0f38e8 acceptPlayerMessage": "", "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", - "675c085d59b0575973005f52 name": "Romper o acordo", + "675c085d59b0575973005f52 name": "Romper o Acordo", "675c085d59b0575973005f52 description": "Você está se saindo bem? Você \nNão vai acreditar no que vou lhe dizer agora. Tenho um emprego para você! Tudo bem, brincadeiras à parte, o cara da Reshala quer entrar de cabeça em um novo negócio. E, acredite, eu não quero esse maldito lá dentro.\n\nDescobri que ele está planejando uma reunião com um dos meus parceiros com vínculos com a terra grande. O problema é que só sabemos o local do encontro, mas não sabemos quando eles vão resolver as coisas.\n\nPor isso, contratei um franco-atirador de confiança para atrapalhar a reunião quando ela acontecer. Só que agora ele está em sua posição lá fora o tempo todo, não pode nem descer para mijar.\n\nAlém disso, o esconderijo que preparei para ele no ponto de observação foi encontrado pelos Scavs e eles saquearam tudo. Você acha que pode deixar o resto do equipamento? Está na fábrica com três canos grandes no meio da zona industrial. Tem alguns andaimes ou algo assim ao redor... Esconda tudo sobre esse andaime, certo?\n\nPorra, cara, é claro que vou lhe pagar por isso. Trabalhe duro e você ganhará muito, hehe.", "675c085d59b0575973005f52 failMessageText": "", "675c085d59b0575973005f52 successMessageText": "Então, você viu meu pistoleiro? Claro que não, ele é um verdadeiro especialista! Agora, meus homens lhe darão o sinal, e ele pegará tudo nos pontos designados.\n\nAqui, um pequeno agradecimento pelo trabalho árduo.", - "675c14f54662a2fae349dbb9": "Esconda um rifle sniper DVL-10 no local especificado na alfândega", - "675c152299549b5b62094f06": "Guarde um carregador DVL-10 no local especificado na alfândega", - "675c153ae96d38136d02f670": "Esconder um escopo ELCAN SpecterDR no local especificado na alfândega", - "67604476b1ae3717835ccaed": "Guarde um pacote de qualquer munição 7.62x51 no local especificado na alfândega", + "675c14f54662a2fae349dbb9": "Esconda um rifle sniper DVL-10 no local especificado na Customs", + "675c152299549b5b62094f06": "Esconda um carregador DVL-10 no local especificado na Customs", + "675c153ae96d38136d02f670": "Esconda uma luneta ELCAN SpecterDR no local especificado na Customs", + "67604476b1ae3717835ccaed": "Esconda um pacote de qualquer munição 7.62x51 no local especificado na Customs", "675c085d59b0575973005f52 acceptPlayerMessage": "", "675c085d59b0575973005f52 declinePlayerMessage": "", "675c085d59b0575973005f52 completePlayerMessage": "", @@ -27704,29 +27993,29 @@ "675c1570526ff496850895d9 description": "Olá. Você conhece a sensação de mudar o layout do seu instrumento de uma forma aparentemente insignificante e alterar fundamentalmente o conforto do trabalho?\n\nO princípio de Pareto, certo. Eu tinha um amigo que era o epítome desse conceito. Ele estava sempre ajustando algo, limando, lixando uma peça para ganhar alguns milímetros....\n\nSua experiência me fez perceber a importância da ergonomia em qualquer trabalho. Não tenho notícias dele há algum tempo, mas conheço um de seus pontos de venda, que era uma espécie de serviço de automóveis ou uma oficina, bem no complexo da garagem. Ele sempre gostou de carros, especialmente os americanos.\n\nVocê pode ir lá e dar uma olhada no local? Ele provavelmente se mudou para outro lugar há muito tempo, mas sua garagem ainda pode conter algumas de suas ferramentas ou projetos.", "675c1570526ff496850895d9 failMessageText": "", "675c1570526ff496850895d9 successMessageText": "Hmm... Ele nunca deixaria seu carro pegar fogo por vontade própria. Alguma coisa deve ter acontecido lá.\n\nA morte de um mecânico de automóveis seria apenas um pontinho imperceptível no número de mortos na escala de Tarkov. Mas espero que ele tenha conseguido sair e encontrar segurança. Talvez nos vejamos novamente.", - "675c15916580a378dc0f012f": "Localize e obtenha o conjunto de ferramentas personalizado no complexo da garagem na Alfândega", + "675c15916580a378dc0f012f": "Localize e obtenha o conjunto de ferramentas personalizado no complexo da garagem na Customs", "675c1595a4c063af74ee5279": "Entregue o item encontrado", "675c1570526ff496850895d9 acceptPlayerMessage": "", "675c1570526ff496850895d9 declinePlayerMessage": "", "675c1570526ff496850895d9 completePlayerMessage": "", - "675c15fbf7da9792a4059871 name": "Proporcionar audiência", - "675c15fbf7da9792a4059871 description": "Saudações, gladiador! A julgar pelo fato de ainda estar inteiro, você desenvolveu um bom conjunto de habilidades. É exatamente disso que eu preciso.\n\nAs lutas em arenas são emocionantes, mas você conhece a natureza humana. O público se acostuma com tudo e sempre pede mais! Por isso, criei algo mais interessante.\n\nQuero transmitir as lutas em condições reais de Tarkov para um grupo de clientes especiais. Você precisa montar uma câmera e mostrar a eles do que você é feito. Você pode colocar a câmera em algum prédio próximo ao local de construção na alfândega.\n\nNão me importa quem está em sua mira. Você mesmo é a peça central desse show! As pessoas torcerão por você e pagarão um bom dinheiro por isso. É claro que levei em conta seu compromisso, portanto, espere uma recompensa.", + "675c15fbf7da9792a4059871 name": "Proporcionar Audiência", + "675c15fbf7da9792a4059871 description": "Saudações, gladiador! A julgar pelo fato de ainda estar inteiro, você desenvolveu um bom conjunto de habilidades. É exatamente disso que eu preciso.\n\nAs lutas em arenas são emocionantes, mas você conhece a natureza humana. O público se acostuma com tudo e sempre pede mais! Por isso, criei algo mais interessante.\n\nQuero transmitir as lutas em condições reais de Tarkov para um grupo de clientes especiais. Você precisa montar uma câmera e mostrar a eles do que você é feito. Você pode colocar a câmera em algum prédio próximo ao local de construção na Customs.\n\nNão me importa quem está em sua mira. Você mesmo é a peça central desse show! As pessoas torcerão por você e pagarão um bom dinheiro por isso. É claro que levei em conta seu compromisso, portanto, espere uma recompensa.", "675c15fbf7da9792a4059871 failMessageText": "", "675c15fbf7da9792a4059871 successMessageText": "Lá está ele, um verdadeiro guerreiro de Tarkov! O público adorou, portanto, se você não planeja desistir tão cedo, apareça sempre.\n\nSeus talentos merecem atenção. E a atenção é cara hoje em dia. Ah, a propósito, aqui está seu pagamento.", - "675c1c87caddcfa893af10e9": "Instalar a primeira câmera WI-FI dentro da planta industrial na alfândega", - "675c1c980fd114390c638b89": "Elimine qualquer alvo dentro da planta industrial na alfândega", - "676047054c9696a7d071bc08": "Instalar a segunda câmera WI-FI dentro da planta industrial na alfândega", - "6760470877d1b7790af5de11": "Instalar a terceira câmera WI-FI dentro da planta industrial na alfândega", - "6760470b7d65f702a6295820": "Instalar a quarta câmera WI-FI dentro da planta industrial na alfândega", + "675c1c87caddcfa893af10e9": "Instalar a primeira câmera WI-FI dentro da planta industrial na Customs", + "675c1c980fd114390c638b89": "Elimine qualquer alvo dentro da planta industrial na Customs", + "676047054c9696a7d071bc08": "Instalar a segunda câmera WI-FI dentro da planta industrial na Customs", + "6760470877d1b7790af5de11": "Instalar a terceira câmera WI-FI dentro da planta industrial na Customs", + "6760470b7d65f702a6295820": "Instalar a quarta câmera WI-FI dentro da planta industrial na Customs", "675c15fbf7da9792a4059871 acceptPlayerMessage": "", "675c15fbf7da9792a4059871 declinePlayerMessage": "", "675c15fbf7da9792a4059871 completePlayerMessage": "", "675c1cf4a757ddd00404f0a3 name": "Trabalhe de forma mais inteligente", - "675c1cf4a757ddd00404f0a3 description": "Você sabe como as coisas podem ser quentes nas saídas seguras por aqui. Muitos morrem na estrada de volta, não na viagem de fato.\n\nÉ por isso que, para um verdadeiro caçador, é importante ter sempre algo preparado, como um plano de fuga pessoal. Os tempos estão difíceis agora, portanto, não aconselho correr riscos desnecessários.\n\nVeja a alfândega, por exemplo. Ouvi dizer que algumas das saídas estão agora sob o controle de alguém e que só estão permitindo a entrada de sua própria espécie. Isso significa que não será mais permitida a entrada de pessoas de fora. Talvez você queira encontrar uma maneira de proteger essas saídas para si mesmo. \n\nPode ser necessário um pouco de delicadeza, mas para um verdadeiro guerreiro, esses obstáculos não devem ser um problema.", + "675c1cf4a757ddd00404f0a3 description": "Você sabe como as coisas podem ser quentes nas saídas seguras por aqui. Muitos morrem na estrada de volta, não na viagem de fato.\n\nÉ por isso que, para um verdadeiro caçador, é importante ter sempre algo preparado, como um plano de fuga pessoal. Os tempos estão difíceis agora, portanto, não aconselho correr riscos desnecessários.\n\nVeja a Customs, por exemplo. Ouvi dizer que algumas das saídas estão agora sob o controle de alguém e que só estão permitindo a entrada de sua própria espécie. Isso significa que não será mais permitida a entrada de pessoas de fora. Talvez você queira encontrar uma maneira de proteger essas saídas para si mesmo. \n\nPode ser necessário um pouco de delicadeza, mas para um verdadeiro guerreiro, esses obstáculos não devem ser um problema.", "675c1cf4a757ddd00404f0a3 failMessageText": "", "675c1cf4a757ddd00404f0a3 successMessageText": "Você aprendeu sua lição. Certifique-se de não esquecê-la. \n\nEsteja sempre preparado para que seu caminho de volta seja encurtado. Não importa em que parte de Tarkov você se encontre. Seu conhecimento do terreno, dos caminhos entre as áreas e das rotas de fuga seguras é seu ponto forte.", - "675c1cf4a757ddd00404f0a6": "Sobreviver e sair da alfândega por meio da ZB-1012", - "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", + "675c1cf4a757ddd00404f0a6": "Localize a extração do bunker secreto na Customs", + "676ab31c058363b09072c78e": "Receba o item especial por extrair pela extração secreta", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", "675c1cf4a757ddd00404f0a3 completePlayerMessage": "", @@ -27734,8 +28023,8 @@ "675c1d6d59b0575973008fc7 description": "A situação operacional na cidade está sempre mudando, o que significa que sempre tenho que ficar por dentro do que está acontecendo.\n\nMeu pessoal informou que alguns agentes começaram a usar o novo caminho do terminal alfandegário para a costa do golfo.\n\nAnteriormente, a passagem era inacessível ali, mas já tive dois alvos que escaparam de meus grupos naquela área. Tenho que ver o que está acontecendo nessa passagem.\n\nSe você aceitar essa tarefa, terá de percorrer todo o caminho do terminal alfandegário até a costa e extrair de lá. Você pode contar com uma recompensa adequada!", "675c1d6d59b0575973008fc7 failMessageText": "", "675c1d6d59b0575973008fc7 successMessageText": "Isso nos ajudará a cortar as rotas de fuga daqueles que nos impedem de realizar nossos negócios.\n\nTodos precisam de recursos para operar em Tarkov, e os Capacetes Azuis não são exceção.", - "675c1d6d59b0575973008fc9": "Use o transporte público da Alfândega para Shoreline", - "675c1dbdcca03cb7f61fc735": "Sobreviver e sair de Shoreline", + "675c1d6d59b0575973008fc9": "Use a viajem da Customs para Shoreline", + "675c1dbdcca03cb7f61fc735": "Sobreviva e extraia da Shoreline", "675c1d6d59b0575973008fc7 acceptPlayerMessage": "", "675c1d6d59b0575973008fc7 declinePlayerMessage": "", "675c1d6d59b0575973008fc7 completePlayerMessage": "", @@ -27743,8 +28032,8 @@ "675c1ec7a46173572a0bf20a description": "Olá, merc. Tenho uma nova tarefa, embora ainda não possa dizer se você está apto para um trabalho real.\n\nMas você parece ansioso para ajudar, então talvez eu lhe dê uma chance de provar seu valor.\n\nOs guerreiros mais experientes que já estão trabalhando para o bem de Tarkov precisam reabastecer suas reservas de combustível.\n\nPortanto, você tem a chance de fazer uma boa ação e me provar que um bandido bêbado não será um problema para você. \n\nTraga-me duas latas de combustível. Mas não fuja da luta. Para limpar a cidade da sujeira, você deve estar pronto para enfrentar o inimigo de frente.", "675c1ec7a46173572a0bf20a failMessageText": "", "675c1ec7a46173572a0bf20a successMessageText": "Veja quem está de volta. Você encontrou algum daqueles saqueadores? Bem, bem... Talvez você esteja realmente apto para isso.\n\nDescanse um pouco por enquanto, mas mantenha contato. Você tem um trabalho sério pela frente.", - "675c1f040a1128e59422a876": "Eliminar os Scavs no antigo posto de gasolina em Customs", - "675c1f17cf59d5433be7ae77": "Eliminar os Scavs no novo posto de gasolina na Alfândega", + "675c1f040a1128e59422a876": "Elimine os Scavs no antigo posto de gasolina na Customs", + "675c1f17cf59d5433be7ae77": "Elimine os Scavs no novo posto de gasolina na Customs", "675c1f311bd716cdb87947d1": "Entregue o item encontrado na incursão: Tanque de combustível de metal", "675c1ec7a46173572a0bf20a acceptPlayerMessage": "", "675c1ec7a46173572a0bf20a declinePlayerMessage": "", @@ -27753,23 +28042,23 @@ "675c1ff1a757ddd00404f0aa description": "Guerreiro! Está claro que você realmente gosta de atirar com armas novas e exóticas. Há um novo trabalho sobre esse assunto para você.\n\nEncontrei algo interessante... Ninguém jamais viu algo assim em Tarkov antes! Onde eu consegui isso? Segredo comercial, haha!\n\nVou lhe dizer uma coisa: essa arma certamente tem potencial. Mas sem testes de combate adequados, todas essas especificações e relatórios de alcance são besteira.\n\nPortanto, se você estiver interessado em experimentar uma arma realmente única, talvez possamos nos ajudar mutuamente.", "675c1ff1a757ddd00404f0aa failMessageText": "", "675c1ff1a757ddd00404f0aa successMessageText": "É bom, não é? Bem, então acho que posso aumentar o preço um pouco mais, não acha? \n\nO quê, você acha que eu o daria de graça? Ele merece um preço justo. Seu camarada Prapor nunca roubou um soldado comum e, acredite, vou continuar assim.", - "675c1ff1a757ddd00404f0ae": "Elimine qualquer alvo enquanto estiver usando um Aklys Defense Velociraptor na alfândega", + "675c1ff1a757ddd00404f0ae": "Elimine qualquer alvo enquanto estiver usando um Aklys Defense Velociraptor na Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", "675c1ff1a757ddd00404f0aa completePlayerMessage": "", "675c3507a06634b5110e3c18 name": "Belka e Strelka", - "675c3507a06634b5110e3c18 description": "Ei, soldado! Tenho uma nova missão de reconhecimento para você.\n\nConsegui fazer um acordo com os caras que controlam a ferrovia no antigo posto de gasolina da alfândega, mas ainda não enviei nenhum dos meus mensageiros para lá. Temos que dar uma olhada primeiro.\n\nO plano é simples: você dispara o sinalizador verde e extrai. É como um trabalho que Belka fez... ou seria Strelka? Ah, tanto faz, você sabe o que estou tentando dizer.\n\nEu lhe pagarei por arriscar sua pele, mas certifique-se de não ser atingido antes mesmo de chegar a esse lugar e não tenha pressa na saída. Já ouvi muitas histórias de mercenários que disparam o sinalizador e correm para a saída imediatamente antes mesmo de o sinalizador acender corretamente... Em uma nota completamente não relacionada, posso interessá-lo em um capacete novo e barato com aberturas para buracos de bala?", + "675c3507a06634b5110e3c18 description": "Ei, soldado! Tenho uma nova missão de reconhecimento para você.\n\nConsegui fazer um acordo com os caras que controlam a ferrovia no antigo posto de gasolina da Customs, mas ainda não enviei nenhum dos meus mensageiros para lá. Temos que dar uma olhada primeiro.\n\nO plano é simples: você dispara o sinalizador verde e extrai. É como um trabalho que Belka fez... ou seria Strelka? Ah, tanto faz, você sabe o que estou tentando dizer.\n\nEu lhe pagarei por arriscar sua pele, mas certifique-se de não ser atingido antes mesmo de chegar a esse lugar e não tenha pressa na saída. Já ouvi muitas histórias de mercenários que disparam o sinalizador e correm para a saída imediatamente antes mesmo de o sinalizador acender corretamente... Em uma nota completamente não relacionada, posso interessá-lo em um capacete novo e barato com aberturas para buracos de bala?", "675c3507a06634b5110e3c18 failMessageText": "", "675c3507a06634b5110e3c18 successMessageText": "Eu lhe disse que era um trabalho simples! Pode confiar em mim, eu nunca mandaria um soldado não treinado para o perigo.", - "675c3507a06634b5110e3c1a": "Sobreviver e sair da alfândega por meio da passagem ferroviária", + "675c3507a06634b5110e3c1a": "Sobreviva e extraia da Customs por meio da passagem ferroviária", "675c3507a06634b5110e3c18 acceptPlayerMessage": "", "675c3507a06634b5110e3c18 declinePlayerMessage": "", "675c3507a06634b5110e3c18 completePlayerMessage": "", - "675c3582f6ddc329a90f9c6d name": "Clube privado", + "675c3582f6ddc329a90f9c6d name": "Clube Privado", "675c3582f6ddc329a90f9c6d description": "Opachki, dê uma olhada nesse pequeno personagem. Você tem algum ibuprofeno? Minha cabeça está me matando.\n\nAlgum problema, princesa? Sim, fiquei bêbado ontem à noite, e daí? Era um jogo da liga principal! Eles não deixariam um idiota como você chegar perto da mesa.\n\nÀs vezes nos reunimos para testar nossa sorte, mas ontem claramente não era meu dia. Não só perdi um monte de dinheiro, mas também a porra da minha carteira.\n\nVocê está aqui a trabalho, não é? Aqui, vou lhe dar um emprego. Encontre minha carteira. E nem tente fazer nenhuma besteira, eu reconheceria a minha de olhos fechados. Talvez você ainda seja jovem e não perceba, mas há coisas na vida que valem mais do que dinheiro.", "675c3582f6ddc329a90f9c6d failMessageText": "", "675c3582f6ddc329a90f9c6d successMessageText": "Muito bom trabalho, amigo! Eu sabia que não poderia simplesmente desaparecer no ar assim. Nós temos algum tipo de conexão, você e eu.\n\nEsse bebê é como um amuleto da sorte para mim. Quando comprei essa carteira, as coisas foram de vento em popa para mim. Já a perdi milhares de vezes desde então, mas ela sempre volta para mim.", - "675c37d2da4b531ba8daaadd": "Localizar e obter a carteira de esquiador na alfândega", + "675c37d2da4b531ba8daaadd": "Localize e obtenha a carteira do Skier na Customs", "675c37e07ac1a33fff170966": "Entregue o item encontrado", "675c3582f6ddc329a90f9c6d acceptPlayerMessage": "", "675c3582f6ddc329a90f9c6d declinePlayerMessage": "", @@ -27783,46 +28072,46 @@ "675f55578e6311832a4ff2a4": "Jogue uma partida de LastHero", "675f5582396267fcff04b16d": "Jogue uma partida de Checkpoint", "675f55adfa27165a9495534a": "Vencer uma partida em qualquer modo de jogo", - "675f55db29a43a094b93bbd3": "Eliminar inimigos ", + "675f55db29a43a094b93bbd3": "Elimine inimigos ", "675f535f07e24748400973e7 acceptPlayerMessage": "", "675f535f07e24748400973e7 declinePlayerMessage": "", "675f535f07e24748400973e7 completePlayerMessage": "", - "6761f28a022f60bb320f3e95 name": "Novo começo", + "6761f28a022f60bb320f3e95 name": "Novo Começo", "6761f28a022f60bb320f3e95 description": "Olá, meu irmão! Então, como estão as coisas? Ainda não está entediado?\n\nEu sei o que vai animá-lo. O efeito é de outro mundo! Ei, não entenda errado, não é nada que tenha sido ilegal em nossas vidas passadas. \n\nResumindo, há algumas pessoas especiais fazendo listas dos alfas mais reais de Tarkov. E acontece que eu conheço essas pessoas especiais. Raramente encontro figuras tão influentes em minha vida, isso é certo. Com caras como esses, é preciso fazer negócios de forma excepcional, sem fazer uma única besteira. Se fizer besteira, perderá a chance de ter uma vida feliz para sempre, se é que me entende.\n\nOk, vejo que você está claramente interessado em descobrir para que serve essa lista de chads. Vou lhe dizer uma coisa, não faço a menor ideia. Mas gostaria que eles me dissessem!\n\nDe qualquer forma, você mesmo pode fazer parte dessa lista. Tudo o que você precisa fazer é provar que é merecedor. Eles me deram uma lista de verificação da missão, aqui está.", "6761f28a022f60bb320f3e95 failMessageText": "", "6761f28a022f60bb320f3e95 successMessageText": "Estou lhe dizendo, você é um filho da puta digno. Eles já estão cientes de seu progresso.", - "6761f6f1bacf72169272e381": "Entregue o item: Estatueta operacional BEAR", + "6761f6f1bacf72169272e381": "Entregue o item: Estatueta BEAR", "6761f7d086fd2d9c941b8aa3": "Entregue o item: Estatueta do político Mutkevich", "6761f7f87b309912d6b5f2a9": "Entregue o item: Estatueta do Killa", - "6761f80838201b0588f39a07": "Entregue o item: Estatueta de Reshala", - "6761f817d42b2f3a242de658": "Entregue o item: Estatueta de Ryzhy", + "6761f80838201b0588f39a07": "Entregue o item: Estatueta do Reshala", + "6761f817d42b2f3a242de658": "Entregue o item: Estatueta do Ryzhy", "6761f826d5b89d2d15b53eca": "Entregue o item: Estatueta de Scav", - "6761f838d641d60f18a45e1f": "Entregue o item: Estatueta de Tagilla", - "6761f85183d342080d39ca98": "Entregue o item: Estatueta de agente da USEC", + "6761f838d641d60f18a45e1f": "Entregue o item: Estatueta do Tagilla", + "6761f85183d342080d39ca98": "Entregue o item: Estatueta USEC", "6761f862c1ba6ee8e161d3d6": "Entregue o item: Estatueta de cultista", - "6761f87227aeff895cef62c5": "Entregue o item: Estatueta Den", - "6761f93bc757eb8c228fa754": "Eliminar Scavs", - "6761f9d718fa62aac3264ff2": "Sobreviver e sair do laboratório", + "6761f87227aeff895cef62c5": "Entregue o item: Estatueta do Den", + "6761f93bc757eb8c228fa754": "Elimine Scavs", + "6761f9d718fa62aac3264ff2": "Sobreviva e extraia da Labs", "6761f28a022f60bb320f3e95 acceptPlayerMessage": "", "6761f28a022f60bb320f3e95 declinePlayerMessage": "", "6761f28a022f60bb320f3e95 completePlayerMessage": "", - "6761ff17cdc36bd66102e9d0 name": "Novo começo", + "6761ff17cdc36bd66102e9d0 name": "Novo Começo", "6761ff17cdc36bd66102e9d0 description": "Olá, meu irmão! Então, como estão as coisas? Ainda não está entediado? Eu sei o que vai animá-lo. O efeito é de outro mundo!\n\nO quê? Eu já lhe disse isso? Vamos lá, cara, não me engane. Espere, o quê? Como você sabe sobre a lista? Merda, acho que eu realmente já lhe contei sobre ela. De qualquer forma, parece que você já tem uma ideia do que fazer.\n\nEspere, então eu também já lhe contei sobre as pessoas influentes que fazem essas listas? Cara, acho que eu deveria dormir mais. Estou correndo como um esquilo por aqui, negociando coisas, resolvendo problemas. Essa é a minha vida.\n\nNa verdade, estive pensando... Esses caras estão atrás de você por algum motivo. Algo grande está acontecendo, estou lhe dizendo. Portanto, cumpra suas missões com perfeição e no prazo.\n\nMuito bem, de volta aos negócios. Aqui está a lista. Não, é exatamente a mesma da \"última vez\", você só está confuso. Talvez você também precise dormir mais.", "6761ff17cdc36bd66102e9d0 failMessageText": "", "6761ff17cdc36bd66102e9d0 successMessageText": "Muito bem! Poderia ter sido mais rápido, mas está bom. O grupo sabe que você terminou a missão.", - "6761ff17cdc36bd66102e9d4": "Elimine os agentes da PMC em uma única incursão em qualquer local", - "6761ff17cdc36bd66102e9d6": "Sobreviver e sair do laboratório", - "6761ff17cdc36bd66102e9d8": "Entregue o item encontrado na incursão: Estatueta de operário BEAR", - "6761ff17cdc36bd66102e9d9": "Entregue o item encontrado na batida: Estatueta do político Mutkevich", - "6761ff17cdc36bd66102e9da": "Entregue o item encontrado na incursão: Estatueta de Killa", - "6761ff17cdc36bd66102e9db": "Entregue o item encontrado na incursão: Estatueta de Reshala", - "6761ff17cdc36bd66102e9dc": "Entregue o item encontrado na incursão: Estatueta de Ryzhy", - "6761ff17cdc36bd66102e9dd": "Entregue o item encontrado na incursão: Estatueta de Scav", - "6761ff17cdc36bd66102e9de": "Entregue o item encontrado na incursão: Estatueta de Tagilla", - "6761ff17cdc36bd66102e9df": "Entregue o item encontrado na incursão: Estatueta de agente da USEC", - "6761ff17cdc36bd66102e9e0": "Entregue o item encontrado na incursão: Estatueta de cultista", - "6761ff17cdc36bd66102e9e1": "Entregue o item encontrado na incursão: Estatueta do covil", - "6762015739c53fca8ac51336": "Eliminar os agentes da PMC", + "6761ff17cdc36bd66102e9d4": "Elimine os operadores PMC em uma única incursão em qualquer local", + "6761ff17cdc36bd66102e9d6": "Sobreviva e extraia da Labs", + "6761ff17cdc36bd66102e9d8": "Entregue o item encontrado em incursão: Estatueta BEAR", + "6761ff17cdc36bd66102e9d9": "Entregue o item encontrado em incursão: Estatueta do político Mutkevich", + "6761ff17cdc36bd66102e9da": "Entregue o item encontrado em incursão: Estatueta do Killa", + "6761ff17cdc36bd66102e9db": "Entregue o item encontrado em incursão: Estatueta do Reshala", + "6761ff17cdc36bd66102e9dc": "Entregue o item encontrado em incursão: Estatueta do Ryzhy", + "6761ff17cdc36bd66102e9dd": "Entregue o item encontrado em incursão: Estatueta de Scav", + "6761ff17cdc36bd66102e9de": "Entregue o item encontrado em incursão: Estatueta do Tagilla", + "6761ff17cdc36bd66102e9df": "Entregue o item encontrado em incursão: Estatueta USEC", + "6761ff17cdc36bd66102e9e0": "Entregue o item encontrado em incursão: Estatueta de cultista", + "6761ff17cdc36bd66102e9e1": "Entregue o item encontrado em incursão: Estatueta do Den", + "6762015739c53fca8ac51336": "Elimine os operadores PMC", "6761ff17cdc36bd66102e9d0 acceptPlayerMessage": "", "6761ff17cdc36bd66102e9d0 declinePlayerMessage": "", "6761ff17cdc36bd66102e9d0 completePlayerMessage": "", @@ -27830,33 +28119,33 @@ "6764174c86addd02bc033d68 description": "Saudações, amigo. Vou lhe dizer uma coisa, tenho canais especiais de importação - eles podem trazer coisas até da Finlândia! Meu amigo de lá preparou uma remessa de alguns brinquedos realmente mortais, não apenas Toz ou Gornostay de merda. O problema é que você não pode simplesmente vendê-los a qualquer vagabundo aleatório na rua, falo por experiência própria, amigo. Os idiotas com as mãos na bunda derrubam a credibilidade até mesmo da mercadoria mais resistente. \n\nÉ por isso que inventei um pequeno truque inocente. Quero começar um boato de que há um verdadeiro portador da morte em Tarkov, está me entendendo? Ele atira com precisão e deixa montes de cadáveres em seu caminho. Ninguém consegue identificá-lo a tempo, porque o cara é um especialista, ele se mantém nas sombras e usa uma bolty com mira noturna. \n\nE então acontece que esse cara está usando minhas armas! Isso fará com que todos pensem que eu sou o cara que estoca o material profissional mais real. Então, achei que você seria o homem perfeito para essa pequena façanha. Faça com que as pessoas tenham medo até mesmo de mijar à noite, e eu providenciarei alguns dos meus novos produtos quentes para você. O primeiro lote é grátis!", "6764174c86addd02bc033d68 failMessageText": "", "6764174c86addd02bc033d68 successMessageText": "Não acredito, até meus parceiros ouviram falar disso! Você vai se tornar uma verdadeira lenda com essa senhora finlandesa ao seu lado.", - "676418a60b9bcbe280972288": "Elimine os agentes da PMC a mais de 40 metros de distância usando um rifle de ferrolho com mira noturna ou térmica", + "676418a60b9bcbe280972288": "Elimine os operadores PMC a mais de 40 metros de distância usando um rifle de ferrolho com mira noturna ou térmica", "6764174c86addd02bc033d68 acceptPlayerMessage": "", "6764174c86addd02bc033d68 declinePlayerMessage": "", "6764174c86addd02bc033d68 completePlayerMessage": "", - "676529af9c90953d090882e7 name": "Gunsmith - Old Friend's Request", - "676529af9c90953d090882e7 description": "Hello. Do you ever find yourself crossing paths with a classmate decades after high school and hardly recognizing them? Although, I'd likely shock some of the folks from my class myself.\n\nRecently, a certain guy from my school days reached out to me. After school, he went into the army, wanting to join the special forces... It was clear even then that he had a peculiar, uh, aptitude for that job.\n\nSomehow he found me here and asked me for a favor. He wants to remember his early years in basic training. I'm not a big fan of that sort of hospitality, plus I've got heaps of work to do. But let me put it this way: he was, um, very insistent. I don't need any more trouble, so I agreed to his deal, hoping you'd help me sort it all out.\n\nPeople say this kind of equipment used to be somewhat standard issue at his job: ORSIS T-5000, Vityaz and a Glock 17. All with the special mods, of course.\n\nThe rifle was equipped with an ATACR 7-35x56 34mm scope, Harris bipod, and a suppressor, I can't recall which exact one... Well, probably doesn't matter. Just get any suitable silencer, that'll work.\n\nFor Vityaz I need the Micro T-1 red dot with a spacer, Zenit RK-6 front grip and RK-3 pistol grip, PT-3 Klassika buttstock... I also need a PEQ-15, Klesch-2P flashlight, and, as you probably guessed, a suppressor, the standard Vityaz one.\n\nThe Glock is simple. You need to replace the barrel with the Double Diamond with their thread protector, add a Pachmayr Grip Glove, Klesch-2P flashlight, and a 21-round extendo mag. I think that's everything.", + "676529af9c90953d090882e7 name": "Gunsmith - Solicitação de um velho amigo", + "676529af9c90953d090882e7 description": "Olá. Você já se encontrou com um colega de classe décadas depois do ensino médio e quase não o reconheceu? Embora eu provavelmente também tenha ficado chocado com algumas pessoas da minha turma.\n\nRecentemente, um certo rapaz da minha época de escola entrou em contato comigo. Depois da escola, ele foi para o exército, querendo entrar para as forças especiais... Já naquela época, ficou claro que ele tinha uma aptidão peculiar para esse trabalho.\n\nDe alguma forma, ele me encontrou aqui e me pediu um favor. Ele quer se lembrar de seus primeiros anos no treinamento básico. Não sou um grande fã desse tipo de hospitalidade, além disso, tenho muito trabalho a fazer. Mas deixe-me colocar desta forma: ele foi, hum, muito insistente. Não preciso de mais problemas, então concordei com o acordo dele, esperando que você me ajudasse a resolver tudo.\n\nAs pessoas dizem que esse tipo de equipamento costumava ser algo padrão em seu trabalho: ORSIS T-5000, Vityaz e uma Glock. Todas com as modificações especiais, é claro.\n\nO rifle estava equipado com uma mira ATACR 7-35x56 de 34 mm, bipé Harris e um supressor, não me lembro exatamente qual... Bem, provavelmente não importa. Basta comprar qualquer silenciador adequado, que funcionará.\n\nPara a Vityaz, preciso do ponto vermelho Micro T-1 com um espaçador, empunhadura frontal Zenit RK-6 e empunhadura de pistola RK-3, coronha PT-3 Klassika.... Também preciso de um PEQ-15, lanterna Kleshch-2P e, como você provavelmente adivinhou, um supressor adequado.\n\nA Glock é simples. Você precisa substituir o cano pelo Double Diamond com seu protetor de rosca, adicionar uma luva Pachmayr Grip Glove e uma lanterna Kleshch-2P. Acho que isso é tudo.", "676529af9c90953d090882e7 failMessageText": "", - "676529af9c90953d090882e7 successMessageText": "Alright, let me check the attachment list... Okay, my friend will be very pleased. \n\nIt's amazing that there's still room for some nostalgia in all of us, even if the conditions around us burn out all other emotions.", + "676529af9c90953d090882e7 successMessageText": "Tudo bem, deixe-me verificar a lista de anexos... Ok, meu amigo ficará muito satisfeito. \n\nÉ incrível que ainda haja espaço para alguma nostalgia em todos nós, mesmo que as condições ao nosso redor queimem todas as outras emoções.", "676529af9c90953d090882ea": "Modificar um PP-19-01 para atender às especificações fornecidas", "676529e759261ce07bc47b62": "Modifique um T-5000M para atender às especificações fornecidas", "67652a2f4f75e1a9543289ed": "Modificar uma Glock 17 para atender às especificações fornecidas", "676529af9c90953d090882e7 acceptPlayerMessage": "", "676529af9c90953d090882e7 declinePlayerMessage": "", "676529af9c90953d090882e7 completePlayerMessage": "", - "676c243577f0257dd50239e6 name": "The Price of Celebration", - "676c243577f0257dd50239e6 description": "Can you fucking believe this? First they tried to steal my gas cans, and now they're gathering at the Christmas trees directly on my gang's routes! Because of this, I have to change my plans and organize other paths for the couriers. They're gonna freeze to death with all those long-ass detours.\n\nI'm not gonna wait for them to get done with the celebrations and go to their holes after. This bullshit has to stop right now. Punish those \"dancers\"! Just don't put on their band yourself. Otherwise, I’ve got the guys involved too, and they might take you down in the chaos.", - "676c243577f0257dd50239e6 failMessageText": "Did you really think you could go against my people without me knowing about it? This ain't gonna cut it, mate. Get the fuck outta here.", - "676c243577f0257dd50239e6 successMessageText": "Clean work, mate! We got back some of the routes already.\n\nAnd those Christmas lovers...\n\nThey could've guessed that all this excitement and celebrations are only hindering business and wasting precious resources. So they got what they deserved. Never fucking unclench your ass in Tarkov.", - "676c243577f0257dd50239e8": "Eliminate PMC operators while not wearing the Christmas armband", + "676c243577f0257dd50239e6 name": "O Preço da Comemoração", + "676c243577f0257dd50239e6 description": "Você consegue acreditar nisso? Primeiro eles tentaram roubar minhas latas de gasolina, e agora estão se reunindo nas árvores de Natal bem na rota da minha gangue! Por causa disso, tenho que mudar meus planos e organizar outros caminhos para os entregadores. Eles vão congelar até a morte com todos esses desvios longos.\n\nNão vou esperar eles terminarem as comemorações e irem para seus buracos depois. Essa merda tem que parar agora mesmo. Punam esses \"dançarinos\"! Só não coloque a banda deles você mesmo. Caso contrário, eu envolvo os caras também, e eles podem acabar com você no caos.", + "676c243577f0257dd50239e6 failMessageText": "Você realmente achou que poderia ir contra o meu povo sem que eu soubesse? Isso não vai adiantar, amigo. Dê o fora daqui.", + "676c243577f0257dd50239e6 successMessageText": "Trabalho limpo, amigo! Já recuperamos algumas das rotas.\n\nE os amantes do Natal...\n\nEles poderiam ter adivinhado que toda essa empolgação e comemorações só estão atrapalhando os negócios e desperdiçando recursos preciosos. Então, eles tiveram o que mereciam. Nunca abra a porra do seu traseiro em Tarkov.", + "676c243577f0257dd50239e8": "Elimine os operadores PMC enquanto não estiver usando a braçadeira de Natal", "676c243577f0257dd50239e6 acceptPlayerMessage": "", "676c243577f0257dd50239e6 declinePlayerMessage": "", "676c243577f0257dd50239e6 completePlayerMessage": "", - "676c243fb16f4b14b905e7f4 name": "This Is My Party", - "676c243fb16f4b14b905e7f4 description": "I didn't think I'd call you again this year, but I need your help. People really loved our \"Khorovod\", we should do it again.\n\nExcept that some asshole is turning on us, turning our soldiers against us. They're PMCs too, but they don't wear our armbands.\n\nYou know we're doing the right thing. We need to save the celebration, and get those assholes away from our Khorovod. Shoot anyone who goes near the trees without the armband. No one's gonna get in the way of people doing good deeds.", - "676c243fb16f4b14b905e7f4 failMessageText": "After all you've done... How could you?\n\nLooks you didn't learn shit from what I told you.", - "676c243fb16f4b14b905e7f4 successMessageText": "Mission accomplished? Well done, warrior! \n\nNow they'll let us celebrate Christmas in peace. Tell me, who do you have to be to not love this kind of celebration?", - "676c243fb16f4b14b905e7f6": "Eliminate PMC operatives without the Christmas armband in the Khorovod mode", + "676c243fb16f4b14b905e7f4 name": "Essa Festa é Minha", + "676c243fb16f4b14b905e7f4 description": "Não pensei que ligaria para você novamente este ano, mas preciso de sua ajuda. As pessoas realmente adoraram nosso \"Khorovod\", deveríamos fazê-lo novamente.\n\nSó que um idiota está se voltando contra nós, colocando nossos soldados contra nós. Eles também são PMCs, mas não usam nossas braçadeiras.\n\nVocê sabe que estamos fazendo a coisa certa. Precisamos salvar a comemoração e afastar esses idiotas do nosso Khorovod. Atire em qualquer um que se aproxime das árvores sem a braçadeira. Ninguém vai atrapalhar as pessoas que estão fazendo boas ações.", + "676c243fb16f4b14b905e7f4 failMessageText": "Depois de tudo o que você fez... Como você poderia?\n\nParece que você não aprendeu nada com o que eu lhe disse.", + "676c243fb16f4b14b905e7f4 successMessageText": "Missão cumprida? Muito bem, guerreiro! \n\nAgora eles nos deixarão comemorar o Natal em paz. Diga-me, quem você tem que ser para não gostar desse tipo de comemoração?", + "676c243fb16f4b14b905e7f6": "Elimine os operadores PMC sem a braçadeira de Natal no modo Khorovod", "676c243fb16f4b14b905e7f4 acceptPlayerMessage": "", "676c243fb16f4b14b905e7f4 declinePlayerMessage": "", "676c243fb16f4b14b905e7f4 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Tudo claro, você diz? Bom trabalho então, soldado.", @@ -28642,7 +28951,7 @@ "65145cbc303df252af1c73d5 name": "Faltando alguma coisa?", "65145cbc303df252af1c73d5 description": "Inicie uma incursão sem nenhuma arma", "65145cbc303df252af1c73d5 successMessage": "", - "6527d2e2c656a951ad1528c3 name": "Fumar o cachimbo da paz", + "6527d2e2c656a951ad1528c3 name": "Fumar o Cachimbo da Paz", "6527d2e2c656a951ad1528c3 description": "Elimine o Big Pipe 15 vezes jogando como PMC", "6527d2e2c656a951ad1528c3 successMessage": "", "6527d3aac656a951ad1528ce name": "O Livro Vermelho", @@ -28688,10 +28997,10 @@ "6634cae870af846d2868dada name": "Homem forte local", "6634cae870af846d2868dada description": "Escolha o lado do Skier e conclua a linha de tarefas do evento The Tarkov Mystery", "6634cae870af846d2868dada successMessage": "", - "664f1f8768508d74604bf556 name": "O caminho do Kappa", + "664f1f8768508d74604bf556 name": "O Caminho do Kappa", "664f1f8768508d74604bf556 description": "Obtenha o contêiner seguro Kappa", "664f1f8768508d74604bf556 successMessage": "", - "664f23e44702fd5db50ee732 name": "Pau pra toda obra", + "664f23e44702fd5db50ee732 name": "Pau pra Toda Obra", "664f23e44702fd5db50ee732 description": "Complete a série de missões do armeiro", "664f23e44702fd5db50ee732 successMessage": "", "66742c003a67b164a300fcbf name": "Uma Chave para Salvação", @@ -28745,11 +29054,11 @@ "676094451fec2f7426093be6 name": "Mais Prestígio", "676094451fec2f7426093be6 description": "Ganhe o nível 2 de Prestígio", "676094451fec2f7426093be6 successMessage": "", - "67a0e57117e34930e50075f3 name": "In Search of an Exit", - "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", + "67a0e57117e34930e50075f3 name": "Em busca de uma Saída", + "67a0e57117e34930e50075f3 description": "Complete a linha de tarefas do Labirinto", "67a0e57117e34930e50075f3 successMessage": "", - "67a0e57b972c11a3f50773b2 name": "Dungeon Master", - "67a0e57b972c11a3f50773b2 description": "Complete the Labyrinth event task line and all side tasks", + "67a0e57b972c11a3f50773b2 name": "Mestre da Masmorra", + "67a0e57b972c11a3f50773b2 description": "Complete a linha de tarefas do Labirinto e todas as quests secundárias", "67a0e57b972c11a3f50773b2 successMessage": "", "674724a154d58001c3aae177 name": "", "674724a154d58001c3aae177 description": "", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ro.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ro.json index 077a5258..05196cda 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ro.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ro.json @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", @@ -14717,6 +14939,45 @@ "67adf5f7adc1f43b0702b826 Name": "Ladă de aprovizionare tehnică", "67adf5f7adc1f43b0702b826 ShortName": "Ladă de aprovizionare tehnică", "67adf5f7adc1f43b0702b826 Description": "Ladă de aprovizionare tehnică", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Pantaloni tactici", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Pantaloni tactici", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Pantaloni tactici", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Drum spre Baza Militară - Ex Auto", " Voip/DisabledForOffline": "VOIP este indisponibil în modul offline", " kg": " kg", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Item", "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", "UI/Quest/Reward/QuestCaption": "Task", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debut", "5936d90786f7742b1420ba5b description": "Salut, soldat. Am o treabă, una prea simplă pentru băieții mei. Ești chiar potrivit. De ce te superi? Nu te cunosc încă, nu-ți pot da o misiune adevărată!\n\nE plin de jeguri pe străzi. Nu mă deranjează în mod special, dar mă deranjează simpla lor prezență. Calmează, ce să zic, vreo 5 din ei, și adu-mi niște puști MP-133 luate de la ei. Cred că-i destul pe moment. Soldat, liber!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Part 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Part 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,14 +26031,14 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", @@ -25763,19 +26047,20 @@ "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Between Two Fires", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Hand over the found info", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in LastHero more in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Undă verde deci? Treaba bună, soldat.", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ru.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ru.json index e3e198fb..c1290ec1 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ru.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/ru.json @@ -9152,9 +9152,9 @@ "62a09e73af34e73a266d932a Name": "Книга рецептов BakeEzy", "62a09e73af34e73a266d932a ShortName": "BakeEzy", "62a09e73af34e73a266d932a Description": "Книга о вкусной и здоровой пище BakeEzy содержит массу рецептов различных блюд для делового застолья и конкретной синьки за гаражами. Bon appetite! ", - "62a09e974f842e1bd12da3f0 Name": "Видеокассета с фильмом \"Киборг-убийца\"", + "62a09e974f842e1bd12da3f0 Name": "Видеокассета с фильмом \"Киборг-убийца\" из проката \"Проходимец\"", "62a09e974f842e1bd12da3f0 ShortName": "VHS", - "62a09e974f842e1bd12da3f0 Description": "Видеокассета формата VHS с боевиком времен 90-х про киборга-убийцу из будущего.", + "62a09e974f842e1bd12da3f0 Description": "Видеокассета формата VHS с боевиком времен 90-х про киборга-убийцу из будущего, явно из старого салона видеопроката \"Проходимец\",", "62a09ec84f842e1bd12da3f2 Name": "Ключ от погрузчика Missam", "62a09ec84f842e1bd12da3f2 ShortName": "Danex", "62a09ec84f842e1bd12da3f2 Description": "Ключ-брелок от погрузчика Missam. На ленте написано имя бывшего владельца.", @@ -11405,9 +11405,9 @@ "6570880f4a747dbb63005ee5 Name": "Арамидный пакет и керамические пластины толщиной 13 мм", "6570880f4a747dbb63005ee5 ShortName": "", "6570880f4a747dbb63005ee5 Description": "", - "657089638db3adca1009f4ca Name": "Баллистическая маска Atomic Defense \"CQCM\" (Черная)", + "657089638db3adca1009f4ca Name": "Усиленная баллистическая маска Atomic Defense \"CQCM\" (Черная)", "657089638db3adca1009f4ca ShortName": "CQCM", - "657089638db3adca1009f4ca Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Эта утяжеленная армированная маска полностью закрывает лицо. Она оснащена внутренней подкладкой и немного оборачивается вокруг сторон головы для дополнительной защиты. Маска также оборудована пятиточечными регулируемыми ремнями, гарантирующими комфортную и точную посадку.", + "657089638db3adca1009f4ca Description": "Усиленная баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от огнестрельного оружия, включая штурмовые винтовки и дробовики. Эта утяжеленная армированная маска полностью закрывает лицо. Она оснащена внутренней подкладкой и немного оборачивается вокруг сторон головы для дополнительной защиты. Маска также оборудована пятиточечными регулируемыми ремнями, гарантирующими комфортную и точную посадку.", "65708afe4a747dbb63005eee Name": "Арамидный пакет", "65708afe4a747dbb63005eee ShortName": "", "65708afe4a747dbb63005eee Description": "", @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "Одинокая кроссовка бренда Viibiin. Интересно, где же вторая.", "66b37f114410565a8f6789e2 Name": "Газовый трубный разводной ключ Inseq", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "Разводной ключ бренда Inseq в ярком голубом цвете.", + "66b37f114410565a8f6789e2 Description": "Разводной ключ бренда Inseq в лазурном цвете, напоминающем холодную глубину сибирского неба. Сочетает надежность с функциональной простотой.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "Массивная рукоятка, снятая с какого-то клапана. Должно быть, раньше этим штурвалом регулировалась подача воды или газа в подземных помещениях Knossos. Судя по оттиску, произведён в Голландии.", "679b944d597ba2ed120c3d3c Name": "Плакат Дыши глубже", "679b944d597ba2ed120c3d3c ShortName": "Дыши глубже", - "679b944d597ba2ed120c3d3c Description": "Из хватки Тени Тагиллы не выбраться. Остаётся только вдохнуть поглубже и продержаться как можно дольше.", + "679b944d597ba2ed120c3d3c Description": "Из хватки Минотавра не выбраться. Остаётся только вдохнуть поглубже и продержаться как можно дольше.", "679b946f90622daf9708da6d Name": "Плакат Приговор", "679b946f90622daf9708da6d ShortName": "Приговор", - "679b946f90622daf9708da6d Description": "Глядя на этот плакат, понимаешь, какое оцепенение и страх испытывали жертвы Тени Тагиллы перед смертью.\n", + "679b946f90622daf9708da6d Description": "Глядя на этот плакат, понимаешь, какое оцепенение и страх испытывали жертвы Минотавра перед смертью. ", "679b94734e9ca6b3d80586a7 Name": "Плакат Taurus", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "Плакат олицетворяет сущность Тени Тагиллы. Жестокость, жажда убийства и кровь. Реки крови.\n", + "679b94734e9ca6b3d80586a7 Description": "Плакат олицетворяет сущность Минотавра. Жестокость, жажда убийства и кровь. Реки крови.", "679b9477708cfcb2060b9ade Name": "Плакат Tark Souls", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "На плакате изображена Тень Тагиллы, сражённая воином из Лабиринта. Мало кому удавалось своими глазами увидеть подобную картину.", + "679b9477708cfcb2060b9ade Description": "На плакате изображён Минотавр, сражённый воином из Лабиринта. Мало кому удавалось своими глазами увидеть подобную картину.", "679b9716597ba2ed120c3d3f Name": "Ключ от помещения \"ООО КНОССОС\"", "679b9716597ba2ed120c3d3f ShortName": "КНОССОС", "679b9716597ba2ed120c3d3f Description": "Затёртый ключ от офисной двери с пометкой \"ООО КНОССОС\". Вероятно, им можно открыть подсобку или другое помещение, принадлежащее Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Баллистическая маска Atomic Defense \"CQCM\" (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Кто-то добавил ей индивидуальности. Выглядит угрожающе.", + "67a5c5b6dfdf568c9009af66 Name": "Баллистическая маска Atomic Defense \"CQCM\" (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Можно ли считать эту надпись на ней криком о помощи?", + "67a5c5df782ce4655104db14 Name": "Баллистическая маска Atomic Defense \"CQCM\" (Шрамы)", + "67a5c5df782ce4655104db14 ShortName": "Шрамы", + "67a5c5df782ce4655104db14 Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Шрамы или ритуальные символы — что на ней изображено, решать вам.", + "67a5c5f37f52620c5b05b4d6 Name": "Баллистическая маска Atomic Defense \"CQCM\" (Мишень)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Мишень", + "67a5c5f37f52620c5b05b4d6 Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Эта армированная маска полностью закрывает лицо. Кто догадался нарисовать на ней мишень — неизвестно, но вышло достаточно иронично.", + "67a5c6068fcd9fb73f0752cf Name": "Баллистическая маска Atomic Defense \"CQCM\" (Череп)", + "67a5c6068fcd9fb73f0752cf ShortName": "Череп", + "67a5c6068fcd9fb73f0752cf Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Череп — универсальный символ, внушающий страх и уважение противникам.", + "67a5c61c7f52620c5b05b4d8 Name": "Баллистическая маска Atomic Defense \"CQCM\" (Демон)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Демон", + "67a5c61c7f52620c5b05b4d8 Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Эта армированная маска полностью закрывает лицо. Мама просила вас больше улыбаться, но вряд ли она рассчитывала на такое.", + "67a5c657782ce4655104db16 Name": "Баллистическая маска Atomic Defense \"CQCM\" (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Баллистическая маска \"CQCM\" от Atomic Defense обеспечивает защиту от оружия ближнего боя, включая пистолеты, дробовики и ножи. Рисунок нанесён стойкой краской для настоящих поклонников El Día de Muertos, Дня Мёртвых.", + "67a5f917dfdf568c9009af6b Name": "Нижняя полумаска (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Маска", + "67a5f917dfdf568c9009af6b Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. ", + "67a5f94e802d287c670bb966 Name": "Нижняя полумаска \"Зомби\"", + "67a5f94e802d287c670bb966 ShortName": "Зомби", + "67a5f94e802d287c670bb966 Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. Принт с зомби выбран в надежде запугать противников.", + "67a5f968fafb8efd440694b6 Name": "Нижняя полумаска (Мох)", + "67a5f968fafb8efd440694b6 ShortName": "Мох", + "67a5f968fafb8efd440694b6 Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. Принт чем-то напоминает мох у болота.", + "67a5f989f7041a25760dda36 Name": "Нижняя полумаска \"El Día de Muertos\"", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. Принт для поклонников El Día de Muertos — Дня Мёртвых.", + "67a5f9a193f7b62b6b0f6576 Name": "Нижняя полумаска \"Призрак\"", + "67a5f9a193f7b62b6b0f6576 ShortName": "Призрак", + "67a5f9a193f7b62b6b0f6576 Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. Принт явно выбран в попытке запугать противника.", + "67a5f9c8fafb8efd440694b8 Name": "Нижняя полумаска \"Балаклавы\"", + "67a5f9c8fafb8efd440694b8 ShortName": "Маска", + "67a5f9c8fafb8efd440694b8 Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. Яркий принт подчеркнёт вашу индивидуальность. Или отвлечёт противника.", + "67a5f9e7f7041a25760dda38 Name": "Нижняя полумаска \"Балаклавы\"", + "67a5f9e7f7041a25760dda38 ShortName": "Маска", + "67a5f9e7f7041a25760dda38 Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. Яркий принт подчеркнёт вашу индивидуальность. Или отвлечёт противника.", + "67a5fa01fafb8efd440694ba Name": "Нижняя полумаска \"Балаклавы\"", + "67a5fa01fafb8efd440694ba ShortName": "Маска", + "67a5fa01fafb8efd440694ba Description": "Бандана, намотанная на нижнюю часть лица. Чаще всего встречается у уличных бандитов. Яркий принт подчеркнёт вашу индивидуальность. Или отвлечёт противника.", + "67a9cc9cf05be177170bcd76 Name": "Балаклава (Зелёная)", + "67a9cc9cf05be177170bcd76 ShortName": "Зелёная", + "67a9cc9cf05be177170bcd76 Description": "Эта балаклава согреет не только лицо, но и душу настоящего героя. А цвет выделит среди однотипных чёрных масок.", + "67a9ccfff05be177170bcd78 Name": "Балаклава \"Шрамы\"", + "67a9ccfff05be177170bcd78 ShortName": "Шрамы", + "67a9ccfff05be177170bcd78 Description": "Шрамы украшают мужчину, даже если они всего лишь на его балаклаве.", + "67a9cd18f05be177170bcd7a Name": "Балаклава \"Царапины\"", + "67a9cd18f05be177170bcd7a ShortName": "Царапины", + "67a9cd18f05be177170bcd7a Description": "Вышитые царапины на этой балаклаве отсылают к самому страшному бою в вашей жизни. Ну, или к попытке погладить кота.", + "67a9cd28cade15e0f00123b6 Name": "Балаклава \"Born to Die\"", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "Благодаря вышивке на этой балаклаве всё будут в курсе вашего жизненного кредо.", + "67a9cd381fb22063280728a6 Name": "Балаклава \"Не сегодня\"", + "67a9cd381fb22063280728a6 ShortName": "Не сегодня", + "67a9cd381fb22063280728a6 Description": "Каноничная чёрная шерстяная балаклава согреет не только лицо, но и душу настоящего героя. Вышитые надписи добавят индивидуальности.", + "67a9cd55c2a2d940930aec86 Name": "Балаклава (Жёлтая)", + "67a9cd55c2a2d940930aec86 ShortName": "Жёлтая", + "67a9cd55c2a2d940930aec86 Description": "Зачем делать татуировки на лице, если можно сделать вышивку на балаклаве?", + "67a9cd6ecade15e0f00123b8 Name": "Балаклава \"Роскошь\"", + "67a9cd6ecade15e0f00123b8 ShortName": "Роскошь", + "67a9cd6ecade15e0f00123b8 Description": "Эта балаклава создана, чтобы притягивать взгляды. Как хорошо, что под ней вас никто не узнает.", + "67a9dc769de6826a650ee066 Name": "Инфракрасная балаклава Cold Fear (Зелёная)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "Качественная балаклава из особого технологичного материала. Обеспечивает максимальное тепло в самые лютые морозы. Универсальный вариант для любой ситуации.", + "67a9dc997faa4210bb0807c6 Name": "Инфракрасная балаклава Cold Fear \"СБЭУ\"", + "67a9dc997faa4210bb0807c6 ShortName": "СБЭУ", + "67a9dc997faa4210bb0807c6 Description": "Качественная балаклава из особого технологичного материала. Обеспечивает максимальное тепло в самые лютые морозы. А ещё она невыносимо стильная.", + "67a9dca99de6826a650ee068 Name": "Инфракрасная балаклава Cold Fear (Камыш)", + "67a9dca99de6826a650ee068 ShortName": "Камыш", + "67a9dca99de6826a650ee068 Description": "Качественная балаклава из особого технологичного материала, который обеспечивает максимальное тепло в самые лютые морозы. Принт напоминает или рогоз, или кору дерева.", + "67a9dcbac185de5a4d0c2a06 Name": "Инфракрасная балаклава Cold Fear (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "Качественная балаклава из особого технологичного материала, который обеспечивает максимальное тепло в самые лютые морозы. ", + "67a9dccf9de6826a650ee06a Name": "Инфракрасная балаклава Cold Fear (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "Качественная балаклава из особого технологичного материала. Расцветка идеальна для операций в пустынях.", + "67a9dce47faa4210bb0807c8 Name": "Инфракрасная балаклава Cold Fear (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "Качественная балаклава из особого технологичного материала, пропускающего тепло и отводящего влагу. Расцветка для операций в джунглях.", + "67a9dd619de6826a650ee06c Name": "Инфракрасная балаклава Cold Fear (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "Качественная балаклава из особого технологичного материала. Обеспечивает максимальное тепло в самые лютые морозы. Расцветка чем-то отдалённо напоминает тигриные полоски.", + "67a9e9d04fb4a4a8a00d2826 Name": "Балаклава \"Красный нос\"", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Нос", + "67a9e9d04fb4a4a8a00d2826 Description": "Универсальная балаклава. Принт для тех, кто хочет выразить свою индивидуальность и предупредить как врагов, так и союзников, о том, кто ты на самом деле.", + "67a9e9e0c185de5a4d0c2a13 Name": "Балаклава \"Демон\"", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Демон", + "67a9e9e0c185de5a4d0c2a13 Description": "Универсальная балаклава. Принт для настоящих японских воинов.", + "67a9e9f09de6826a650ee074 Name": "Балаклава \"Череп\"", + "67a9e9f09de6826a650ee074 ShortName": "Череп", + "67a9e9f09de6826a650ee074 Description": "Универсальная балаклава со стильным принтом.", + "67a9ea004fb4a4a8a00d2828 Name": "Балаклава \"Страх\"", + "67a9ea004fb4a4a8a00d2828 ShortName": "Страх", + "67a9ea004fb4a4a8a00d2828 Description": "Универсальная балаклава. Принт рассчитан на запугивание противника и самовыражение.", + "67a9ea10c185de5a4d0c2a15 Name": "Балаклава \"Желтый Oni\"", + "67a9ea10c185de5a4d0c2a15 ShortName": "Oni", + "67a9ea10c185de5a4d0c2a15 Description": "Универсальная балаклава. Подойдёт всем, кто в глубине души óни.", + "67a9ea39de7fb0f19e077da6 Name": "Балаклава \"Красный Oni\"", + "67a9ea39de7fb0f19e077da6 ShortName": "Oni", + "67a9ea39de7fb0f19e077da6 Description": "Универсальная балаклава. Подойдёт всем, кто в глубине души óни.", + "67a9ea7e4fb4a4a8a00d282a Name": "Балаклава \"Белый Oni\"", + "67a9ea7e4fb4a4a8a00d282a ShortName": "Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "Универсальная балаклава. Подойдёт всем, кто в глубине души óни.", + "67a9ea98de7fb0f19e077da8 Name": "Балаклава \"Улыбка\"", + "67a9ea98de7fb0f19e077da8 ShortName": "Улыбка", + "67a9ea98de7fb0f19e077da8 Description": "Универсальная балаклава. Противники точно не ожидают увидеть столько зубов за раз.", + "67aaf808bf7609058606a926 Name": "Неопреновая маска (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "Лёгкая неопреновая маска для лица. Идеально подойдёт для операций в пустыне.", + "67aaf82d508ee9b6440e9c46 Name": "Неопреновая маска \"Louise Pitton\"", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "Лёгкая неопреновая маска для лица с принтом. Такая маска — настоящий символ роскоши в Таркове.", + "67aaf84104dca1c82c071cf6 Name": "Неопреновая маска \"Lucha Libre\"", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "Лёгкая неопреновая маска для лица. В такой и на ринг выйти не стыдно.", + "67aaf851bf7609058606a928 Name": "Неопреновая маска \"Зомби\"", + "67aaf851bf7609058606a928 ShortName": "Зомби", + "67aaf851bf7609058606a928 Description": "Лёгкая неопреновая маска для лица. Принт явно вдохновлён хоррорами.", + "67aaf863de7fb0f19e077db9 Name": "Неопреновая маска \"Ничего не говори\"", + "67aaf863de7fb0f19e077db9 ShortName": "Не говори", + "67aaf863de7fb0f19e077db9 Description": "Лёгкая неопреновая маска для лица. Что это там, символ ребят в капюшонах на виске?..", + "67aaf879508ee9b6440e9c48 Name": "Неопреновая маска \"ONI\"", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "Лёгкая неопреновая маска для лица с принтом. Для тех, кто всю жизнь чувствовал себя в глубине души óни, японским демоном.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Бронежилет Hexatac \"HPC\" (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "Чехол под бронеплиты фирмы Hexatac. Минималистичный вариант, предназначенный для совместного использования с нагрудными разгрузочными системами. Версия в камуфляже MultiCam.", + "67ab2f28dafe3b22670c9116 Name": "Бронежилет БНТИ \"Кираса-N\" (Зелёный)", + "67ab2f28dafe3b22670c9116 ShortName": "Кираса N", + "67ab2f28dafe3b22670c9116 Description": "Бронежилет \"Кираса N\" поверхностного ношения предназначен для оснащения спецподразделений армии, полиции.\nБронежилет обеспечивает круговую защиту торса человека. Элементы демпфера обеспечивают вентиляцию поджилетного пространства и уменьшают запреградный урон.", + "67ab2f5adafe3b22670c911f Name": "Бронежилет ФОРТ \"Редут-М\" (SK-Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Редут", + "67ab2f5adafe3b22670c911f Description": "\"Редут М\" – модифицированный вариант зарекомендовавшего себя бронежилета ФОРТ \"Редут\", состоящего на вооружении ряда спецподразделений ФСБ России. Благодаря оптимизированной форме бронеэлементов и наружного чехла со специальной амортизационно-вентиляционной системой, он обладает прекрасными функциональными качествами.", + "67ab2f94dafe3b22670c912c Name": "Бронежилет HighCom \"Trooper TFO\" (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "TFO", + "67ab2f94dafe3b22670c912c Description": "Бронежилет фирмы Highcom, популярный среди ЧВК USEC. Облегченные плиты AR500 4-го класса защиты закрывают только области груди и спины.", "67ab3d4b83869afd170fdd3f Name": "Газовый резак \"Огонёк BBQ-S43\"", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "Портативный резак с ограниченным запасом газа. Этот малыш вряд ли прожжёт дыру в стене, но справится с небольшим металлическим объектом.", + "67ab3ea96d7ece17bf0096f6 Name": "Разгрузочный жилет ANA Tactical \"Альфа\" (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Альфа", + "67ab3ea96d7ece17bf0096f6 Description": "Разгрузочный жилет \"Альфа\" полностью отвечает военным стандартам надежности и функциональности. Сочетание интегрированных подсумков и нашитых MOLLE-строп даёт возможность разместить большое количество необходимого снаряжения.", + "67ab3f146d7ece17bf0096ff Name": "Разгрузочный жилет \"BlackRock Chest Rig\" (Хаки)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "Производимая вручную в ограниченном количестве разгрузка для ношения поверх бронежилета в условиях городских боёв. Прочная и многофункциональная; поддерживает подсумки с креплениями MOLLE и ALICE.", + "67ab49aab9c7a1e18c095686 Name": "Разгрузочный жилет с бронепластинами Crye Precision \"AVS\" (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "Разгрузочная система Crye Precision \"AVS\" оснащена лёгкими бронеплитами из комбинированных материалов. Версия в камуфляже MultiCam.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "Разгрузочный жилет с бронепластинами 5.11 Tactical \"TacTec\" (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "Разгрузочный жилет с набором подсумков для работы со штурмовыми винтовками. Версия в сером цвете Storm.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Футболка чёрная \"За Муткевича\"", + "67ac878ca6749cd1690ae1df ShortName": "Муткевич", + "67ac878ca6749cd1690ae1df Description": "Агитационная футболка", + "67ac880e5d717b44c00a0c98 Name": "Футболка белая \"За Муткевича\"", + "67ac880e5d717b44c00a0c98 ShortName": "Муткевич", + "67ac880e5d717b44c00a0c98 Description": "Агитационная футболка", + "67ac886da6749cd1690ae1e1 Name": "Футболка \"СБЭУ Комар\"", + "67ac886da6749cd1690ae1e1 ShortName": "СБЭУ ", + "67ac886da6749cd1690ae1e1 Description": "Футболка", + "67ac88b55d717b44c00a0c9a Name": "Футболка \"СБЭУ Комар\"", + "67ac88b55d717b44c00a0c9a ShortName": "СБЭУ", + "67ac88b55d717b44c00a0c9a Description": "Футболка с комаром", + "67ac88ef2d470eee7a03a726 Name": "Футболка \"Гнида и Упырь\"", + "67ac88ef2d470eee7a03a726 ShortName": "Футболка", + "67ac88ef2d470eee7a03a726 Description": "Футболка-мерч", + "67ac8911f46484d877033ed6 Name": "Футболка \"Saiga\"", + "67ac8911f46484d877033ed6 ShortName": "Saiga", + "67ac8911f46484d877033ed6 Description": "Футболка-мерч", + "67ac8937a6749cd1690ae1e3 Name": "Футболка \"Достать ножи\"", + "67ac8937a6749cd1690ae1e3 ShortName": "Футболка", + "67ac8937a6749cd1690ae1e3 Description": "Футболка", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Феникс (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Рубашка в клетку", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Куртка тактическая", "67adaf8b1230c973bb0433a6 Name": "Логово Минотавра", "67adaf8b1230c973bb0433a6 ShortName": "Логово Минотавра", "67adaf8b1230c973bb0433a6 Description": "Этот потолок не имеет никаких излишеств. Но Минотавру они и не нужны.", @@ -14717,6 +14939,45 @@ "67adf5f7adc1f43b0702b826 Name": "Ящик технического снабжения", "67adf5f7adc1f43b0702b826 ShortName": "Ящик технического снабжения", "67adf5f7adc1f43b0702b826 Description": "Ящик технического снабжения", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Футболка \"Гладиатор\"", + "67af2ddb551084dbef0f317a ShortName": "Гладиатор", + "67af2ddb551084dbef0f317a Description": "Футболка гладиатора", + "67af41dd1eb308667602db4a Name": "Спортивные очки \"Dundukk\" с оранжевыми линзами", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Современные солнцезащитные очки в спортивном стиле. Отлично подойдут для стильного замеса у заправки.", + "67af425c2676ade5750b50e6 Name": "Очки RayBench \"Aviator\" с зелёными линзами", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Легендарные очки. Добавляют +10 к уровню крутости любого, кто их наденет.", + "67af42942676ade5750b50e8 Name": "Защитные очки Oakley SI \"M Frame\" с оранжевыми линзами", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Баллистические стрелковые очки с ударопрочными поликарбонатными линзами.", + "67af42b38d9ef5c57e0d5126 Name": "Очки с круглой оправой и зелёными линзами", + "67af42b38d9ef5c57e0d5126 ShortName": "Круг", + "67af42b38d9ef5c57e0d5126 Description": "Солнцезащитные очки с круглой оправой. Станут отличным штрихом к образу оператора ЧВК.", + "67b32b53038008b0e105de2c Name": "BEAR Паладин (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Брюки тактические", + "67b32b69c57909356d0b0fee Name": "BEAR Паладин (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Брюки тактические", + "67b32b7c038008b0e105de2e Name": "BEAR Паладин (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Брюки тактические", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Брюки тактические", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Брюки тактические", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Брюки тактические", "67b70e43f753cf9f7a0a07a6 Name": "Кейс LATAM Drops Event 2025 (Обычный)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "Кейс LATAM Drops Event 2025 (Эпический)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Закрытый кейс со снаряжением (Боевой пропуск Сезон 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Снаряжение (БП 0)", + "67cad1ec19b006e9e50f44d6 Description": "Награда за открытие уровней Боевого Пропуска Сезона 0 Арены. Содержит различное снаряжение, что поможет выживать и убивать в суровом мире Таркова. Но сначала этот ящик надо как-то открыть.", + "67cad3226bf74131800752b7 Name": "Вскрытый кейс со снаряжением (Боевой пропуск Сезон 0)", + "67cad3226bf74131800752b7 ShortName": "Снаряжение (БП 0)", + "67cad3226bf74131800752b7 Description": "Награда за открытие уровней Боевого Пропуска Сезона 0 Арены. Содержит различное снаряжение, что поможет выживать и убивать в суровом мире Таркова. Замок грубо взломан, а значит, больше нет преград между вами и содержимым ящика.", "67d3ed3271c17ff82e0a5b0b Name": "Кейс для ключей", "67d3ed3271c17ff82e0a5b0b ShortName": "Ключи", "67d3ed3271c17ff82e0a5b0b Description": "Этот кейс — ультимативное решение проблемы с хранением ключей в схроне.", "67e183377c6c2011970f3149 Name": "Ключ с меткой Ариадны", "67e183377c6c2011970f3149 ShortName": "Ариадна", "67e183377c6c2011970f3149 Description": "Кто-то сделал на этом ключе еле заметную отметку, похожую на клубок ниток. Впрочем, такой след мог остаться и от неосторожного хранения в снаряжённой разгрузке.", + "67ea616a74f765cefd009fb7 Name": "Сварочная маска Тагиллы \"ЗАБЕЙ\" (реплика)", + "67ea616a74f765cefd009fb7 ShortName": "\"ЗАБЕЙ\"", + "67ea616a74f765cefd009fb7 Description": "Судя по этой маске, Лабиринт серьёзно повлиял на Тагиллу, сделав его ещё более безумным и кровожадным. Хотя казалось бы, куда ещё? Похоже, что это всего лишь реплика, которую невозможно надеть. Вероятно, маска была создана как сувенир, призванный напоминать выжившим о встрече с безжалостным убийцей.", " V-ex_light": "А-Выход дорога к военной базе", " Voip/DisabledForOffline": "VoIP недоступен в оффлайн режиме", " kg": " кг", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Предмет", "UI/Quest/Reward/ProductionSchemeCaption": "Рецепт в зоне {0} на уровне {1}", "UI/Quest/Reward/QuestCaption": "Задание", + "UI/Quest/Reward/WebPromoCode Name": "Временный доступ в Escape from Tarkov: Arena", "UI/Quests/Conditions/PrestigeLevel{0}": "Уровень Престижа: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Уровень персонажа: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "Уровень навыка {0}: {1}", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Письмо с наградами за престиж", "6776e324810eb26b880fb4a5 0": "Говорят, что с инструментами сейчас совсем туго стало, даже OLI не спасает. Правильно я сделал, что оптом тогда эти рулетки заказал. Держи, сейчас я тебе помогу, а сочтёмся как-нибудь потом.", "678e601d80e518e4d4025a14 0": "Ну что, солдат, смотрю ты поддерживаешь бойцов, записывающих свои вылазки? Молоток! Вот тебе тут, насобирали в благодарность. Чё вылупился? Да, краски. Подвал свой хоть в порядок приведёшь. Давай, иди рисуй, Айвазовский.", + "67f91739ee3ea2aa290f365d 0": "Вы получили пробную версию игры Escape from Tarkov: Arena на 3 дня после успешного выполнения задания «Баланс, часть 1» до патча 16.5.5. \n\nИгра уже активирована на вашем аккаунте. \n\nВозможно, потребуется перезапуск Лаунчера BattleState Games.", "Arena/UI/Match_leaving_warning_body 0": "Если вы покинете матч, то вы подставляете своих союзников в невыгодное положение./nВы потеряете награду и рейтинг, а также можете получить временный бан.", "Arena/UI/Match_leaving_warning_header 0": "Внимание! Вы покидаете матч.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "Объект одного из подрядчиков TerraGroup. Согласно публичным источникам, компания Knossos занимается строительством парков развлечений и тематических зон. Но Лабиринт больше похож на бомбоубежище с усиленной защитой, чем на новый аттракцион.", "67e3f72fdb783364cd0a4b63 Name": "Новая угроза", "67e3f72fdb783364cd0a4b63 Description": "Говорят, что в Таркове объявился маньяк, который называет себя Тенью Тагиллы. Любой может оказаться жертвой пыток, и никому не удавалось сбежать из его Лабиринта. Остаётся один вопрос: откуда тогда появились слухи?", + "67f1acb2798033628e4c618c Name": "Открыт доступ к торговцу Реф", + "67f1acb2798033628e4c618c Description": "Ну, проверку ты прошёл, а я слово держу. Реф готов тебя принять.
Награда: Открыт торговец Реф!", + "67f1adea657637a74150c2ea Name": "Открыт доступ к торговцу Егерь", + "67f1adea657637a74150c2ea Description": "Кажется, я обещал свести тебя с Егерем? Всё сделано. Теперь можешь с ним поговорить.
Награда: Открыт торговец Егерь!", + "67f1b1f11b4b4b2dddbefabb Name": "Бесплатный доступ к Escape from Tarkov: Arena", + "67f1b1f11b4b4b2dddbefabb Description": "Тут за тебя замолвили словечко нужные люди. Говорят, ты подходишь для Арены. Давай, попробуй свои силы с лучшими гладиаторами Таркова!
Награда: Доступ к Escape from Tarkov: Arena на 3 дня!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Проба пера", "5936d90786f7742b1420ba5b description": "Ну здравствуй, солдат. Есть одно дельце, слишком простое для моих ребят. Для тебя подойдёт. Не бузи, чё хотел вообще, мы ещё не так близко знакомы с тобой!\n\nНа улицах полно всякой швали бандитской развелось. Мешают не сильно, но неприятно. Успокой, скажем, пятерых, и притащи с них пару дробашей МР-133. Думаю, с тебя хватит. За дело, боец!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -25733,26 +26017,26 @@ "66058cb5ae4719735349b9e8 description": "Привет, чемпион! Мой друг давал тебе небольшое задание на пробу. Теперь я решил лично с тобой познакомиться. Я Распорядитель. Распоряжаюсь Ареной и большими бабками, ха!\n\nТы явно не против заработать, а мне позарез нужны новые люди. Бизнес растет, рук не хватает. Расширяем штат!\n\nУ нас планируется очередной бой. Как говорили в Древнем Риме: «народ требует хлеба и зрелищ». И вот со вторым все в порядке, а хлеб задерживается. Перебои с поставками, голову не забивай. Просто принеси мне жратву и бухло для зрителей.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Всё, что ты притащил, уже отправили на трибуны. Отлично сработано.", - "6606bd2aa49db36b69b6dbf9": "Передать найденный в рейде предмет: Бутылка водки \"Тарковская\"", - "6606bd6768f8018fffebd998": "Передать найденный в рейде предмет: Бутылка пива \"Певко светлое\"", + "6606bd2aa49db36b69b6dbf9": "Передать найденные в рейде предметы из категории Напитки", + "6606bd6768f8018fffebd998": "Передать найденные в рейде предметы из категории Еда", "6606bd814120fcf7f0a38e55": "Передать найденный в рейде предмет: Шоколад \"Аленка\"", "6606bd9128b63f13e560592f": "Передать найденный в рейде предмет: Упаковка сушеного мяса Tarker", "66058cb5ae4719735349b9e8 acceptPlayerMessage": "", "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Баланс. Часть 1", - "66058cb7c7f3584787181476 description": "Так, ты отлично справился с моими заданиями. Ещё я пробил тебя по своим базам... Мера предосторожности. Кого угодно в штат не берут, понимаешь, брат? Повышаю тебя до тестировщика! Будешь пробовать снарягу для Арены.\n\nДержи штурмовую винтовку G36 и броник THOR, опробуй на какой-нибудь шушере попроще. Комплект потом будут таскать мои гладиаторы, если, конечно, твоя проверка пройдет хорошо.", + "66058cb7c7f3584787181476 description": "Ты отлично справился с моими заданиями. Я также прогнал тебя через свои базы данных... Просто для предосторожности. Ты же понимаешь, брат, не каждого нанимаешь, да? Я повышаю тебя до тестера! Ты будешь тестировать оборудование для Арены. Как раз приехала партия булл-папов. Выкупил по отличной цене! Опробуй один из стволов на какой-нибудь мелкой швали. Я посмотрю на результаты и решу, куда именно она пойдёт: гладиаторам или зачистке.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "Снаряга явно качает. О, прямо сейчас название для него пришло: будет Дизелем. Только вот с пластинами перебор, терминатор какой-то получится, надо бы убрать, согласен?", - "6606d133fcb99b9004aa2d1d": "Убить Диких, используя G36 и любой бронежилет NFM THOR на локации Развязка", + "66058cb7c7f3584787181476 successMessageText": "Неплохая пушка, да? Душа у меня лежит к булл-папам. Конечно, AUG сложная в обслуживании, странный спуск у неё, нужно приноровиться, да и легко забыть про сторону выброса гильз. Не для дилетанта. Но как стреляет, а! Лучше я не буду выдавать её зачистке. \nЛадно, держи награду.", + "6606d133fcb99b9004aa2d1d": "Убить Диких, используя Steyr AUG на любой локации", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Баланс. Часть 2", - "66058cb9e8e4f17985230805 description": "Прошлую проверку ты провёл на отлично. Не зря я именно тебя выцепил из всех кандидатов, не зря...\n\nТеперь будем проверять снарягу на рыбе покрупнее. На, автомат АКС-74УБ и броник PACA. Если у тебя получится выжить в этом, то и гладиаторы будут довольны. Ну всё, иди пробуй.", + "66058cb9e8e4f17985230805 description": "Так, теперь надо броню потестировать. Это уже только для команды зачистки. Проверим, как будет держать удар от настоящих оперативников. Попробуй устранить несколько ЧВК, экипировав броник PACA. А там посмотрим, может, ещё чего придумаю.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "Вижу, что в таком комплекте действуешь больше от мощи оружия... Брони маловато, так что будет снарягой разведчиков. О! Название придумал. Был у меня один кореш, тощий и хилый на вид, но дерзкий-резкий. Пиздюлей раздавал направо и налево. Тихоном звали. И этот комплект так назову.", - "660a9c99c650fa4d531f4c96": "Убить бойцов ЧВК, используя автомат АКС-74УБ и бронежилет PACA на локации Улицы Таркова", + "66058cb9e8e4f17985230805 successMessageText": "Живой? Отлично! Чего? Броня говно и ничего не держит? Жаль, жаль. Для зачистки слабовата будет, надо думать ещё. Ладно, держи награду. С тестированием пока закончим.", + "660a9c99c650fa4d531f4c96": "Убить бойцов ЧВК, одевшись в Бронежилет PACA на любой локации", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25760,36 +26044,36 @@ "66058cbb06ef1d50a60c1f46 description": "У меня появилась отличная идея, как сделать Арену ещё лучше. И мне нужна твоя помощь.\n\nНужно найти бронепластины для одного парня. Он у меня часто появляется, пора сделать ему апгрейт, чтоб расшевелить зрителей. С шоу всегда так: не подкинешь дров вовремя — костёр потухнет.\n\nЗаписал умную мысль? Дарю, ха-ха! А теперь принеси мне бронепластины. \n\nУх, толпа просто визжать будет, когда его увидит!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "О, то что надо! Осталось совсем чуть-чуть. Все в восторге будут, когда увидят результат, отвечаю! Держи шлем в награду. У его прошлого владельца теперь покруче будет, ха!", - "6606d08b4e2e27ca2d80085e": "Передать найденный в рейде предмет: Бронеплиты Корунд-ВМ (Грудь)", + "6606d08b4e2e27ca2d80085e": "Передать найденные в рейде предметы: Бронеплита 4+ класса защиты", "6606d09a3db3fc1911e204ce": "Передать найденный в рейде предмет: Бронеплита SPRTN Omega", "6606d0a8f146598b0f492e12": "Передать найденный в рейде предмет: Бронеплита 6Б33 (Грудь)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Отвлекающий маневр. Часть 1", - "66058cbd9f59e625462acc8e description": "Слушай, ты мне уже как родной. Как брат! Думаю, могу тебе серьёзное дело дать.\n\nЕсть у меня на Арене соучредители, все зовут их Кабан и Коллонтай, может знаешь. И вроде мужики нормальные, но решили поиграть в политику. Своего чемпиона хотят на Арену пихнуть, представляешь? А хороший чемпион столько бабок приносит, ты бы знал. Придётся бизнес перестраивать, а это долго и затратно.\n\nНадо припугнуть этих ребят, чтоб поняли, что не туда полезли. Возьми тротиловые шашки и заложи вокруг их нычек. Без детонатора. Взрывать мы ничего не будем, но намёк должен быть красочным. Пусть побегают, как в жопу ужаленные.", + "66058cbd9f59e625462acc8e description": "Слушай, ты мне уже как родной. Как брат! Думаю, могу тебе серьёзное дело дать. Есть у меня на Арене соучредители, все зовут их Кабан и Коллонтай, может знаешь. И вроде мужики нормальные, но решили поиграть в политику. Своего чемпиона хотят на Арену пихнуть, представляешь? А хороший чемпион столько бабок приносит, ты бы знал. Придётся бизнес перестраивать, а это долго и затратно. Надо припугнуть этих ребят, чтоб поняли, что не туда полезли. Возьми тротиловые шашки и заложи их в кафе одном, недалеко от эпицентра. У них там деловой обед будет. Только никаких детонаторов! Взрывать мы ничего не будем, но намёк должен быть красочным. Пусть побегают, как в жопу ужаленные.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ха, видел бы ты, какой переполох начался, когда шашки нашли! Такое шоу! Бегали по всему Таркову как жареным петухом клюнутые! Жаль, не засняли всё... А ты молодчик, держи награду.", - "660a9dc64c0927ead4fcfeef": "Заложить три Тротиловые шашки ТП-200 в автосалоне под кабинетом Кабана на локации Улицы Таркова", + "660a9dc64c0927ead4fcfeef": "Заложить Тротиловые шашки ТП-200 в кафе на втором этаже на локации Эпицентр", "660a9dcf070cb9c8cc1715c7": "Заложить три Тротиловые шашки ТП-200 в куче хлама напротив входа в академию МВД на локации Улицы Таркова", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Отвлекающий маневр. Часть 2", - "66058cbf2f19c31a5a1337ec description": "Кабан с Коллонтаем неприятно быстро восстановились. А ещё оказались достаточно глупы, чтоб не понять намёков. Но ничего, мы с тобой парни не гордые, сможем ещё раз намекнуть, верно, брат?\n\nУ меня есть план. Тебе надо явиться к ним снова и перестрелять их приближённых. Их ещё свитой зовут. Там все — сплошь доверенные лица. Вот их и пощёлкаем. Только Кабана и Коллонтая не трожь! Они должны точно уяснить намёк.", + "66058cbf2f19c31a5a1337ec description": "Кабан с Коллонтаем пересрали, но, как по мне, недостаточно. Я бы их дожал. Конечно, тебе помогать мне в этом не обязательно, но...\nВ общем, у меня уже есть план. Тебе надо явиться к ним и перестрелять их приближённых. Их ещё свитой зовут. Там все — сплошь доверенные лица. Вот их и пощёлкаем. Только Кабана и Коллонтая не трожь! Они должны выжить.", "66058cbf2f19c31a5a1337ec failMessageText": "Ты что, не видишь, куда стреляешь?! Эх, а я такие надежды на тебя возлагал...", - "66058cbf2f19c31a5a1337ec successMessageText": "Отличная работа! Кабан и Коллонтай уже шухер подняли, рыскают в поисках заказчика. Ничего, перебесятся и уяснят, что не туда лезут. Держи, это твоя награда.", - "660d5effb318c171fb1ca234": "Убить свиту Кабана на локации Улицы Таркова", + "66058cbf2f19c31a5a1337ec successMessageText": "Отличная работа! Кабан и Коллонтай уже шухер подняли. Думаю, скоро ко мне придут с разговором о выходе из бизнеса. Держи, это твоя награда.", + "660d5effb318c171fb1ca234": "Убить свиту Кабана или Коллонтая на локации Улицы Таркова", "660d5f5a99b1db9725ca1543": "Убить свиту Коллонтая на локации Улицы Таркова", - "660d5f95f9b871558e7515b5": "Не стрелять в Кабана и Колонтая до выполнения задания", + "660d5f95f9b871558e7515b5": "Не убивать Кабана и Коллонтая до завершения задания", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "Вперед, к вершинам! Часть 1", - "66058cc1da30b620a34e6e86 description": "Ну что, теперь Кабан и Коллонтай слишком заняты поиском напавших, чтобы хоть что-то делать. А это значит, что настало время для нового чемпиона Арены. И им станешь ты. По согласию, конечно. Мы здесь насилием не занимаемся, ха!\n\nЯ могу помочь тебе достигнуть таких высот, такого богатства, что тебе и не снилось. Тебе просто надо принять моё предложение. Но, знаешь, действия всегда лучше слов. Так что выйди на Арену и победи. Так я пойму, что ты готов двигаться дальше.", + "66058cc1da30b620a34e6e86 description": "Ну что, первую проверку ты прошёл. А это значит, что настало время для нового чемпиона Арены. И им станешь ты. По согласию, конечно. Мы здесь насилием не занимаемся, ха! Я могу помочь тебе достигнуть таких высот, такого богатства, что тебе и не снилось. Тебе просто надо принять моё предложение. Но, знаешь, действия всегда лучше слов. Так что выйди на Арену и победи. Так я пойму, что ты готов двигаться дальше.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "Я в тебе ни на секунду не сомневался, брат! Но помни, что тут мы развлекаем людей. Нужно больше шоу! А то иногда выглядит, будто ты в тир пошёл пострелять.", - "662ba5a89d8041c264dd9673": "Выиграть матч в рейтинговом режиме на Арене", + "662ba5a89d8041c264dd9673": "Выиграть матч в режиме CheckPoint или LastHero на Арене", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25797,7 +26081,7 @@ "66058cc208308761cf390993 description": "С этого момента ты под моим крылом, брат. Я буду следить, чтобы ты точно продвинулся, но и тебе придётся почаще жопой шевелить.\n\nНачнём с основ. Арена в Таркове, но самые жирные спонсоры — за кордоном. Они смотрят каждый матч, делают ставки, кидают бабло в тех, кто впечатлил. И тебе нужно заинтересовать кого-то из этих больших шишек. Привлеки их внимание, покажи, что ты достоин. Заяви о себе. Одной-единственной победы для этого недостаточно. Покажи, что ты умеешь делать шоу!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "Вижу первые успехи! За кордоном уже начали о тебе говорить. Люди интересуются. Это знак, что ты делаешь всё как надо!", - "662ba78e19c86d3199ae0a93": "Выиграть матч в рейтинговом режиме на Арене", + "662ba78e19c86d3199ae0a93": "Выиграть матч в режиме TeamFight, BlastGang или Checkpoint на Арене", "662ba7b942dc438835a2760d": "Достигнуть рейтинг 1700 ARP", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25806,7 +26090,7 @@ "66058cc5bb83da7ba474aba9 description": "Ты делаешь успехи! Но останавливаться пока рано. Свети лицом почаще, впечатляй зрителей. Выделяйся. Стань тем, о ком говорят, на кого приходят посмотреть. Тогда и бабки потянутся, а там и прочие ништяки: тачки, девушки... Хотя вот с последними в Таркове туговато.\n\nВ любом случае, Арена сейчас — отличная карьерная возможность, ха!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "И ты ещё на шаг ближе к титулу чемпиона! Уважаю, брат.", - "662ba61d3ed61b6b78187b71": "Выиграть 3 матча, заняв первое место в рейтинговом режиме на Арене", + "662ba61d3ed61b6b78187b71": "Выиграть матч, заняв не ниже 3 места в режиме TeamFight, BlastGang или Checkpoint на Арене", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25814,11 +26098,11 @@ "66058cc72cee99303f1ba069 description": "Как настрой? Боевой? Готов блистать на Арене? Готов творить мясо? На тебя продолжают ставить, так что не подведи зрителей!\n\nКстати о птичках. У тебя бабло осталось? Нужно поставить на самого себя, а потом выиграть 6 раз. И бабла срубишь, и славы станет больше. Приноси деньги, я все организую по красоте. Только учти: просрёшь 5 раз — начнёшь заново.", "66058cc72cee99303f1ba069 failMessageText": "Эх, парень, недотянул немного. Пробуй ещё раз, зрители к тебе до сих пор благосклонны.", "66058cc72cee99303f1ba069 successMessageText": "Держи свой куш. Я оттуда сразу вычел все свои услуги: подкуп противников, комиссия. А ты что думал? Я бесплатно не работаю.", - "662bb23200ae352a6d5a415d": "Выиграть 6 матчей из 10 в рейтинговом режиме на Арене", + "662bb23200ae352a6d5a415d": "Выиграть в трех из шести матчей в режиме TeamFight, BlastGang или CheckPoint на Арене", "662bb24b3d34cd5e19206e63": "Условие провала: Проиграть 5 матчей", "6633a85e347a2a2b4051a26b": "Передать Рубли с баланса ЕФТ", "665490bf7177a91368ff628a": "Проиграть больше 5-ти игр", - "665493a649bd17856482ba77": "Условие провала: Проиграть 5 матчей", + "665493a649bd17856482ba77": "Условие провала: Проиграть 4 матчей", "66058cc72cee99303f1ba069 acceptPlayerMessage": "", "66058cc72cee99303f1ba069 declinePlayerMessage": "", "66058cc72cee99303f1ba069 completePlayerMessage": "", @@ -25826,7 +26110,7 @@ "66058cc9ae4719735349b9ea description": "У меня хорошие новости! Даже отличные! Надеюсь, ты уже присмотрел квартирку в элитном районе Таркова, потому что ты скоро сможешь её купить! Ха-ха, ладно, шучу. Все хаты в тех краях теперь только сносить.\n\nВ общем, тобой заинтересовались очень влиятельные люди из-за кордона. И богатые. Имён сказать не могу, коммерческая тайна, а я не нарушаю то, что подписал. Так вот, эти люди готовы взять тебя под крыло и хорошо проспонсировать, но для начала они хотят гарантий.\n\nТебе нужно стать чемпионом. Взлететь высоко, воспарить над всеми... Короче, придётся больше на Арене времени проводить. Вижу по глазам, что ты готов!", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "А ты реально хорош. Один очень известный француз — имя не скажу, конфиденциальность — заинтересовался тобой. Шепелявит дай бог, но бабки предлагает отличные. Я уже договорился о твоем спонсировании.", - "662ba87106e44407b79e9ab2": "Победить 3 матча подряд в рейтинговом режиме на Арене", + "662ba87106e44407b79e9ab2": "Выиграть в двух матчах подряд в режиме TeamFight, BlastGang или CheckPoint на Арене", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25834,9 +26118,10 @@ "66058ccbc7f3584787181478 description": "Ну привет, воин. Слышал, что ты на Распорядителя работать начал. \n\nЗнал я ещё одного, кто тем же путём пойти решил. Он как раз прошлым чемпионом Распорядителя был, долго метался туда-сюда, а затем его и след простыл. И Кабан с Коллонтаем тут явно ни при чём. \n\nБудь я на твоём месте, я бы разузнал куда этот чемпион подевался. Помнитися мне, он жил в какой то из общаг на Таможне, с контрабандистами дружбу водил. Может, там найдёшь что-нибудь.", "66058ccbc7f3584787181478 failMessageText": "", "66058ccbc7f3584787181478 successMessageText": "Чего? Хочешь сам всё спросить у Распорядителя? Что ж, приятно было поработать. Удачи тебе, на том свете.", - "664ef2e5c11296c444642040": "Найти квартиру бывшего чемпиона на локации Таможня", - "664ef37c4c1e8a2e6c4b1e9a": "Выяснить, что случилось с хозяином квартиры", + "664ef2e5c11296c444642040": "Найти комнату бывшего чемпиона на локации Таможня", + "664ef37c4c1e8a2e6c4b1e9a": "Выяснить, что случилось с чемпионом", "664ef3c238dad5c6686a6d1e": "Выжить и выйти с локации", + "67e6b531ca71d03c35350b31": "Найти ключ на базе контрабандистов на локации Берег", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25844,7 +26129,7 @@ "66058ccde8e4f17985230807 description": "Ну что, был в квартире прошлого чемпиона? Так, ладно. Меня это не касается. Просто запомни, что любопытство кошку сгубило. И прошлого чемпиона тоже. Хороший был мужик, нравился мне, но расслабился, потерял хватку.\n\nЛучше больше тренируйся, а не по городу шастай. Иначе твой рейтинг начнёт падать.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "Ну вот, совсем другое дело! Время тратить надо на совершенствование своих навыков. Иначе мало ли как ты закончишь?", - "663b9bb7fe7953705cb09114": "Убить любую цель, используя Штурмовые карабины на Арене", + "663b9bb7fe7953705cb09114": "Убить противников в любом режиме на Арене", "663b9be176223121f61e5859": "Убить любую цель, используя Штурмовые винтовки на Арене", "663b9c13d71a6a0be997a5d5": "Убить любую цель, используя Пулеметы на Арене", "663b9c1559c1d56ec9bd6b4a": "Убить любую цель, используя Марксманские винтовки на Арене", @@ -25860,22 +26145,25 @@ "66058ccf06ef1d50a60c1f48 name": "Между двух огней", "66058ccf06ef1d50a60c1f48 description": "Значит, ты просто увидел труп. Ты его обыскивал? А вокруг смотрел? Я просто к тому, что ты слепой. Чемпион, насколько я знаю, вёл дневник. Да, как школьница, но тебе это даже на руку.\n\nСгоняй ещё раз туда и посмотри внимательнее. В дневнике наверняка больше информации о Распорядителе, какой-то компромат на него. Если ты, конечно, хочешь перестать быть просто расходным материалом на Арене.\n\nИ ещё одно: принесёшь компромат на Распорядителя мне — я в долгу не останусь.", "66058ccf06ef1d50a60c1f48 failMessageText": "Решил остаться у Распорядителя под юбкой? Твоё право.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Хорошо сработано. Рад, что ты взял свою судьбу за яйца.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Хорошо сработано. Рад, что ты взял свою судьбу за яйца. Только теперь держи язык за зубами при Рефе.", + "660da184e629b7a4c6dc7f9a": "Не выполнять задание \"На распутье\"", "664fd6feb93ba0de1aa6cacc": "Найти тайник чемпиона", "664fd7aba8d870609d099fed": "Найти компромат на Распорядителя", "664fd7f0837ee02ad4c8e658": "Передать найденную информацию", "66563f0a2684eee09e8dcd86": "Найти тайник чемпиона Арены", "6658eb28849643547f210708": "Вернуться в убежище бывшего чемпиона Арены на локации Таможня", + "67ebc3ccc9b79ca75e58ade9": "Не выполнять задание \"Неожиданный подарок\"", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "На распутье", "66058cd19f59e625462acc90 description": "До меня дошли слухи... Очень неприятные. Ты, говорят, под меня копаешь.\n\nСлушай, мы с тобой не первый день знакомы. Ты мне как брат! Не твори херню, вытащи свой длинный нос из того места, куда ты его засунул. Меньше знаешь — крепче спишь, слышал такое?\n\nА пока я не буду полностью в тебе уверен, я приставлю за тобой своих людей. Чтобы ты фокусы никакие не показывал, чемпион. И, если ты что-то нашёл во время своего рандеву — неси мне. Тогда мы забудем про этот... инцидент.", - "66058cd19f59e625462acc90 failMessageText": "Ах ты сволочь! Я для тебя всё, из грязи тебя достал, человеком сделал, а ты, сука такая!", + "66058cd19f59e625462acc90 failMessageText": "Чего? Ствол к башке приставили и всё забрали? Ты меня за придурка не держи! Дневник теперь где? Охереть... Ладно, позже порешаю этот вопрос.", "66058cd19f59e625462acc90 successMessageText": "Ты сделал правильный выбор, я в тебе совсем не сомневался, брат. Всё, больше мы про твои приколы не вспоминаем.", - "660da15a747708e25add9653": "Условие провала: Передать информацию Скупщику", + "660da15a747708e25add9653": "Не выполнять задание \"Между двух огней\"", "664fd86520fa1bd9f8fa5489": "Найти компромат на Распорядителя", "664fd88c4f7e4352f0799f92": "Передать найденную информацию", + "67ebc1fd1a8f807fa94834cc": "Не выполнять задание \"Неожиданный подарок\"", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -28059,7 +28347,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "А ты оказался тёмной лошадкой... Результат что надо, такое не каждый потянет. \n\nДля тебя я распакую один из тайников с ключ-картами. Но ты должен понимать, что это уникальный товар, и задаром я тебе их отдавать не собираюсь.\n\nИ ещё одно. Арена щедро вознаграждает лучших гладиаторов, и у тебя однозначно есть потенциал. Если надоест шариться по руинам и захочется настоящей славы — ты знаешь, где меня искать.", "67a0db1217cd5fe7e5a2e36e": "Убить противников в любом режиме на Арене\n", - "67a0dbaf93ac1717d296be98": "Занять не ниже 3 места в режиме Last Hero на Арене", + "67a0dbaf93ac1717d296be98": "Занять не ниже 3 места в режиме LastHero на Арене", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28138,6 +28426,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Неожиданный подарок", + "67e993b1ac26bf29380a320b description": "Я слышал, ты ввязался в эту историю со Скупщиком и Рефом. И конечно же ты решил прийти ко мне. Хочешь заложить Рефа? Хм, мне это только на руку. Приноси мне компромат на него, я найду как его использовать. ", + "67e993b1ac26bf29380a320b failMessageText": "И зачем ты отрывал меня от дел, раз решил отдать компромат кому-то из этой парочки? ", + "67e993b1ac26bf29380a320b successMessageText": "Я рад, что ты понимаешь с кем выгоднее дружить.", + "67e993b1ac26bf29380a320e": "Вернуться в убежище бывшего чемпиона на локации Таможня", + "67e993b1ac26bf29380a3210": "Найти компромат на Рефа", + "67e993b1ac26bf29380a3212": "Передать найденную информацию", + "67e993b1ac26bf29380a3214": "Не выполнять задание \"На распутье\"", + "67e99f6afe35834e657c0f02": "Не выполнять задание \"Между двух огней\"", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "Будет сделано! Скоро у тебя будут все данные.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Готово, тут всё, что я нашёл на Рефа.", + "67e993f5ed537409f009da75 name": "Отложенная награда", + "67e993f5ed537409f009da75 description": "Ну, компромат ты проебал очень некрасиво, но я слово своё держу. Будет тебе твой подсумок, не сомневайся. Но теперь я попрошу ещё кое-что, раз уж так некрасиво получилось.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "Ну ладно, свою награду ты заработал. Но учти, больше я такой херни не потерплю. Если снова начнёшь копать — закончишь как тот чемпион.", + "67ebc5f501052193cdb4c9ac": "Передать предмет: Медаль Lega", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Всё спокойно, значит? Хорошо, молодец, боец.", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/sk.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/sk.json index 38469612..58d77049 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/sk.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/sk.json @@ -11405,9 +11405,9 @@ "6570880f4a747dbb63005ee5 Name": "13 mm aramid insert and ceramic plates", "6570880f4a747dbb63005ee5 ShortName": "", "6570880f4a747dbb63005ee5 Description": "", - "657089638db3adca1009f4ca Name": "Atomic Defense CQCM ballistic mask (Black)", + "657089638db3adca1009f4ca Name": "Atomic Defense CQCM up armored ballistic mask (Black)", "657089638db3adca1009f4ca ShortName": "CQCM", - "657089638db3adca1009f4ca Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This heavyweight reinforced mask covers the wearer's face completely. It features an inner lining and wraps slightly around the sides of the head for added protection. The mask also features five-point adjustable straps to ensure a comfortable and precise fit.", + "657089638db3adca1009f4ca Description": "Atomic Defense's CQCM ballistic mask provides protection against wide variety of short-mid range weapons including shotguns and assault rifles. This heavyweight reinforced mask covers the wearer's face completely. It features an inner lining and wraps slightly around the sides of the head for added protection. The mask also features five-point adjustable straps to ensure a comfortable and precise fit.", "65708afe4a747dbb63005eee Name": "Aramid insert", "65708afe4a747dbb63005eee ShortName": "", "65708afe4a747dbb63005eee Description": "", @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -14605,16 +14605,16 @@ "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", "679b944d597ba2ed120c3d3c Name": "Last Breath poster", "679b944d597ba2ed120c3d3c ShortName": "Last Breath", - "679b944d597ba2ed120c3d3c Description": "There's no escape from the Shadow of Tagilla's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", "679b946f90622daf9708da6d Name": "Final Moment poster", "679b946f90622daf9708da6d ShortName": "Final Moment", - "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Shadow of Tagilla's victims felt before they died.", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", "679b94734e9ca6b3d80586a7 Name": "Taurus poster", "679b94734e9ca6b3d80586a7 ShortName": "Taurus", - "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Shadow of Tagilla. Brutality, thirst for murder, and blood. Rivers of blood.", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,9 +14681,231 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", @@ -14717,6 +14939,45 @@ "67adf5f7adc1f43b0702b826 Name": "Technická skladovacia bedna", "67adf5f7adc1f43b0702b826 ShortName": "Technická skladovacia bedna", "67adf5f7adc1f43b0702b826 Description": "Technická skladovacia bedna", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Tactical pants", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Tactical pants", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Tactical pants", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,12 +14987,21 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", " V-ex_light": "Cesta k autu pri vojenskej základni", " Voip/DisabledForOffline": "VoIP je nedostupný v offline režime", " kg": " kg", @@ -18686,6 +18956,7 @@ "UI/Quest/Reward/ItemCaption": "Item", "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", "UI/Quest/Reward/QuestCaption": "Task", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,6 +21591,12 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Debut", "5936d90786f7742b1420ba5b description": "Ahoj, vojak. Mám jednu prácu, ktorá je príliš ľahká pre mojich chlapcov. Ale pre teba to bude akurát. Hej, nebuď na mňa naštvaný, ešte ťa nepoznám tak dobre, aby som ti dal normálnu prácu!\n\nPo uliciach sa potuluje kopec banditskej špiny. Mňa nejak extra neobťažujú, ale aj tak sú otravní. Skľudni ich, povedzme, päť a zober im pár brokovníc MP-133. Myslím, že to bude pre teba tak akurát. Rozchod, vojak!", "5936d90786f7742b1420ba5b failMessageText": "", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Hello, champion! A friend of mine gave you a little tryout assignment. Now I've decided to meet you in person. People call me Ref. Hosting the Arena and the big bucks, ha!\n\nClearly you don't mind making money, and I'm in desperate need of new staff. Business is booming, and I'm short-handed. We're expanding!\n\nWe got another fight planned soon. As they used to say in ancient Rome, \"the people demand bread and circuses.\" The latter is fine, but the bread is running late. A little supply disruption, don't worry about it. Just get me some food and booze for the audience.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Everything you brought has already been sent to the seats. Well done.", - "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid item: Bottle of Tarkovskaya vodka", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Hand over the found in raid item: Bottle of Pevko Light beer", "6606bd814120fcf7f0a38e55": "Hand over the found in raid item: Alyonka chocolate bar", "6606bd9128b63f13e560592f": "Hand over the found in raid item: Pack of Tarker dried meat", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Balancing - Part 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Balancing - Part 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", - "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plant three TP-200 TNT bricks at the MVD academy entrance on Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "Between Two Fires", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Hand over the found info", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in LastHero more in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "All clear, you say? Good work then, soldier.", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/tu.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/tu.json index ccbea4fa..56fe178f 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/tu.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locales/global/tu.json @@ -3170,9 +3170,9 @@ "5aa2b87de5b5b00016327c25 Name": "BEAR beyzbol şapkası", "5aa2b87de5b5b00016327c25 ShortName": "BEAR", "5aa2b87de5b5b00016327c25 Description": "BEAR PMC beyzbol şapkası", - "5aa2b89be5b5b0001569311f Name": "EmerCom şapka", - "5aa2b89be5b5b0001569311f ShortName": "Emercom", - "5aa2b89be5b5b0001569311f Description": "Rusya Federasyonu (EmerCom) acil durum Komitesi şapkası", + "5aa2b89be5b5b0001569311f Name": "EMERCOM şapka", + "5aa2b89be5b5b0001569311f ShortName": "EMERCOM", + "5aa2b89be5b5b0001569311f Description": "Rusya Federasyonu Acil Durumlar Komitesi'ne (EMERCOM) ait bir devriye birimi şapkası. Genellikle devriye ekipleri tarafından takılır.", "5aa2b8d7e5b5b00014028f4a Name": "Polis şapkası", "5aa2b8d7e5b5b00014028f4a ShortName": "Polis", "5aa2b8d7e5b5b00014028f4a Description": "Tarkov polis birimi şapkası", @@ -3422,9 +3422,9 @@ "5ad5d7d286f77450166e0a89 Name": "KIBA mağazasının anahtarı", "5ad5d7d286f77450166e0a89 ShortName": "KIBA", "5ad5d7d286f77450166e0a89 Description": "Ultra Alışveriş merkezindeki KIBA ekipman mağazasının anahtarı.", - "5ad5db3786f7743568421cce Name": "EMERCOM tıbbi biriminin anahtarı", + "5ad5db3786f7743568421cce Name": "EMERCOM tıbbi birim anahtarı", "5ad5db3786f7743568421cce ShortName": "MES", - "5ad5db3786f7743568421cce Description": "Ultra Alışveriş merkezindeki EMERCOM tıbbi bakım ünitesinin anahtarı.", + "5ad5db3786f7743568421cce Description": "ULTRA alışveriş merkezindeki EMERCOM sağlık birimine ait bir anahtar.", "5ad7217186f7746744498875 Name": "OLI yazar kasa için anahtar", "5ad7217186f7746744498875 ShortName": "OLI", "5ad7217186f7746744498875 Description": "Ultra Alışveriş merkezindeki OLI mağazasındaki yazarkasaların anahtarı", @@ -5098,7 +5098,7 @@ "5ca20d5986f774331e7c9602 Description": "Önden fermuarlı taktiksel çanta. Askeri simülasyonlar, güvenlik güçleri veya askeri güçler için kullanımı uygundur.", "5ca20ee186f774799474abc2 Name": "Vulkan-5 (LShZ-5) ağır zırhlı kask", "5ca20ee186f774799474abc2 ShortName": "Vulkan-5", - "5ca20ee186f774799474abc2 Description": "Orta ve ağır mühimmatlara karşı kafa bölgesini 5. sınıf koruma ile koruyan dairesel \"Vulkan-5\" ağır zırhlı kask.", + "5ca20ee186f774799474abc2 Description": "The Vulkan-5 LShZ-5 high-level protection helmet is intended for use in a set of combat equipment with circular 5-class (Russian GOST) head protection from medium to heavy projectiles.", "5ca2113f86f7740b2547e1d2 Name": "Vulkan-5 yüz vizörü", "5ca2113f86f7740b2547e1d2 ShortName": "FShield", "5ca2113f86f7740b2547e1d2 Description": "Ağır Vulkan-5 kaskı için özel korumalı yüz zırhı. Çarpan mermi ve şarapnellere karşı yaşama şansını arttırır.", @@ -6564,7 +6564,7 @@ "5e2af47786f7746d404f3aaa ShortName": "Polar ", "5e2af47786f7746d404f3aaa Description": "Çeşitli sivil ve askeri kıyafetlerin üretimi için izole edilmiş, hafif ve su geçirmez kumaş.", "5e2af4a786f7746d3f3c3400 Name": "Yırtılmaz kumaş", - "5e2af4a786f7746d3f3c3400 ShortName": "Yırtılmaz", + "5e2af4a786f7746d3f3c3400 ShortName": "Yırtılmaz kumaş", "5e2af4a786f7746d3f3c3400 Description": "Yırtılmaz kumaşlar dokuma kumaşlardır, genellikle yırtılma ve kopmaya dayanıklı özel takviye tekniği kullanan naylonlardan yapılırlar. Özel askeri kıyafet ve alet üretimleri için kullanılır.", "5e2af4d286f7746d4159f07a Name": "Aramid lif kumaşı", "5e2af4d286f7746d4159f07a ShortName": "Aramid", @@ -7879,16 +7879,16 @@ "60a3b65c27adf161da7b6e14 Description": "Askeri notlar ve kağıt haritalarla dolu bir dosya. Karşı taraflar için son derece değerli.", "60a3c68c37ea821725773ef5 Name": "CQC Osprey MK4A plaka taşıyıcı (Koruma, MTP)", "60a3c68c37ea821725773ef5 ShortName": "Osprey MK4A (P)", - "60a3c68c37ea821725773ef5 Description": "Osprey plaka taşıyıcı, İngiliz ordusu ve uzmanları tarafından aktif olarak kullanılmaktadır. Koruma ön ayarı, ağır zırh plakaları ve mühimmat, el bombaları ve özel ekipman için optimum sayıda cep ile sağlanır.", + "60a3c68c37ea821725773ef5 Description": "Osprey plaka taşıyıcı, İngiliz ordusu ve uzmanlar tarafından aktif olarak kullanılmaktadır.\nKoruma ön ayarı ise mühimmat, el bombaları ve özel ekipmanlar için en uygun cep sayısı sunar.", "60a3c70cde5f453f634816a3 Name": "CQC Osprey MK4A plaka taşıyıcı (Taarruz, MTP)", "60a3c70cde5f453f634816a3 ShortName": "Osprey MK4A (T)", - "60a3c70cde5f453f634816a3 Description": "Osprey plaka taşıyıcı, İngiliz ordusu ve uzmanları tarafından aktif olarak kullanılmaktadır. Koruma ön ayarı, ağır zırh plakaları ve mühimmat, el bombaları ve özel ekipman için optimum sayıda cep ile sağlanır.", + "60a3c70cde5f453f634816a3 Description": "Osprey plaka taşıyıcı, İngiliz ordusu ve uzmanlar tarafından aktif olarak kullanılmaktadır.\nTaarruz ön ayarı, mühimmat ve el bombaları için en uygun cep sayısı sunar.", "60a621c49c197e4e8c4455e6 Name": "Stich Profi Hücum Yeleği MK2 (taarruz, A-TACS FG)", "60a621c49c197e4e8c4455e6 ShortName": "CR MK2 (T)", - "60a621c49c197e4e8c4455e6 Description": "Hücum yeleği taktik sistemi, bağımsiz bir ekipman parçası olarak veya MOLLE sistemi olmadan vücut zırhına ek olarak kullanılabilir. Savaş eğitimi eğitmenleri, özel kuvvetler birimleri için uygundur. A-TACS FG kamuflajında taarruz ön ayarı.", + "60a621c49c197e4e8c4455e6 Description": "Hücum Yeleği taktik sistemi, MOLLE (Modüler Hafif Yük Taşıma Ekipmanı) sistemi olmayan gövde zırhıyla birlikte veya bağımsız bir ekipman olarak kullanılabilir.\nMuharebe eğitimi eğitmenleri ve özel kuvvet birimleri için uygundur.\nTaarruz ön ayarı, A-TACS FG kamuflajıyla sunulur. Stich Profi tarafından üretilmiştir.", "60a6220e953894617404b00a Name": "Stich Profi Hücum Yeleği MK2 (gözcü, A-TACS FG)", "60a6220e953894617404b00a ShortName": "CR MK2 (G)", - "60a6220e953894617404b00a Description": "Hücum yeleği taktik sistemi, bağımsız bir ekipman parçası olarak veya MOLLE sistemi olmadan vücut zırhına ek olarak kullanılabilir. Savaş eğitimi eğitmenleri, özel kuvvetler birimleri için uygundur. A-TACS FG kamuflajında keşif ön ayarı.", + "60a6220e953894617404b00a Description": "Hücum Yeleği taktik sistemi, MOLLE (Modüler Hafif Yük Taşıma Ekipmanı) sistemi olmayan gövde zırhıyla birlikte veya bağımsız bir ekipman olarak kullanılabilir.\nMuharebe eğitimi eğitmenleri ve özel kuvvet birimleri için uygundur.\nKeskin Nişancı ön ayarı, A-TACS FG kamuflajıyla sunulur. Stich Profi tarafından üretilmiştir.", "60a6aa8fd559ae040d0d951f Name": "Mullen", "60a6aa8fd559ae040d0d951f ShortName": "Mullen", "60a6aa8fd559ae040d0d951f Description": "Mullen", @@ -10577,7 +10577,7 @@ "6513f05a94c72326990a3866 Name": "RPD wooden handguard", "6513f05a94c72326990a3866 ShortName": "RPD wood", "6513f05a94c72326990a3866 Description": "A standard-issue wooden handguard for the RPD machine gun. Manufactured by V.A. Degtyarev Plant.", - "6513f0a194c72326990a3868 Name": "RPD 7.62x39 \"Buben\" 100-round box", + "6513f0a194c72326990a3868 Name": "RPD 7.62x39 Buben 100-round box", "6513f0a194c72326990a3868 ShortName": "Buben", "6513f0a194c72326990a3868 Description": "A standard-issue 100-round box for the RPD machine gun nicknamed \"Buben\" for its round shape. Manufactured by V.A. Degtyarev Plant.", "6513f0f5e63f29908d0ffab8 Name": "RPD barrel thread protector", @@ -10673,10 +10673,10 @@ "6529302b8c26af6326029fb7 Name": "6.8x51mm SIG FMJ", "6529302b8c26af6326029fb7 ShortName": "FMJ", "6529302b8c26af6326029fb7 Description": "A civilian 6.8x51mm (.277 FURY) Elite Ball FMJ (Full Metal Jacket) 135 grain rifle round, manufactured by SIG Sauer.", - "6529348224cbe3c74a05e5c4 Name": "MPX/MCX Stock Locking Hinge Assembly", - "6529348224cbe3c74a05e5c4 ShortName": "SIG SLHA", - "6529348224cbe3c74a05e5c4 Description": "A folding stock adapter for SIG rifles and SMGs. Manufactured by SIG Sauer.", - "6529366450dc782999054ba0 Name": "MPX/MCX Stock Adapter Low Profile Tube (Coyote Tan)", + "6529348224cbe3c74a05e5c4 Name": "SIG Sauer Locking Stock Hinge Assembly", + "6529348224cbe3c74a05e5c4 ShortName": "SIG LSHA", + "6529348224cbe3c74a05e5c4 Description": "An adapter for installing buffer tubes on 1913 rail interface receivers. Manufactured by SIG Sauer.", + "6529366450dc782999054ba0 Name": "SIG Sauer Stock Adapter Low Profile Tube (Coyote Tan)", "6529366450dc782999054ba0 ShortName": "SIG LPT", "6529366450dc782999054ba0 Description": "A buffer tube for the folding stock adapter for SIG AR platform rifles and SMGs. Manufactured by SIG Sauer. Coyote Tan version.", "6529370c405a5f51dd023db8 Name": "AR-15 Magpul MOE SL-K buttstock (Coyote Tan)", @@ -12897,7 +12897,7 @@ "668670e3fb75ee4a5e02eb16 ShortName": "PRO BRN", "668670e3fb75ee4a5e02eb16 Description": "A special nut required to install 9x19 barrels on UZI PRO. Manufactured by Israel Weapon Industries.", "668670f52a2296a8d909963c Name": "UZI PRO 9x19 Masada thread protector", - "668670f52a2296a8d909963c ShortName": "PRO TP", + "668670f52a2296a8d909963c ShortName": "PRO thr.", "668670f52a2296a8d909963c Description": "The Masada thread protector for UZI PRO submachine gun barrels. Manufactured by Israel Weapon Industries.", "6686717ffb75ee4a5e02eb19 Name": "UZI PRO A3 Tactical Modular Folding Brace", "6686717ffb75ee4a5e02eb19 ShortName": "A3 MFB", @@ -13162,7 +13162,7 @@ "66b37eb4acff495a29492407 Description": "A single Viibiin brand sneaker. Wonder where the other one is.", "66b37f114410565a8f6789e2 Name": "Inseq gas pipe wrench", "66b37f114410565a8f6789e2 ShortName": "Inseq", - "66b37f114410565a8f6789e2 Description": "An Inseq brand plumber's wrench, shiny and colorful.", + "66b37f114410565a8f6789e2 Description": "An Inseq brand adjustable wrench in a cerulean blue color, reminiscent of the cold depths of the Siberian sky. Combines reliability with functional simplicity.", "66b4d4ccd9281f8de00c6e02 Name": "", "66b4d4ccd9281f8de00c6e02 ShortName": "", "66b4d4ccd9281f8de00c6e02 Description": "", @@ -13840,7 +13840,7 @@ "674d91ce6e862d5a95059ed6 Description": "To celebrate Christmas and the New Year, Killa redesigned his body armor. The armor is now more noticeable, but Killa has never been one for cautious reconnaissance.", "674da107c512807d1a0e7436 Name": "Mystery Ranch Terraframe backpack (Olive Drab)", "674da107c512807d1a0e7436 ShortName": "Terraframe", - "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached horns, this backpack used to belong to a hunter.", + "674da107c512807d1a0e7436 Description": "A comfortable and spacious backpack for its volume, it remained popular even in wartime. Judging by the attached antlers, this backpack used to belong to a hunter.", "674da9cf0cb4bcde7103c07b Name": "Mystery Ranch Terraframe backpack (Christmas Edition)", "674da9cf0cb4bcde7103c07b ShortName": "Terraframe CE", "674da9cf0cb4bcde7103c07b Description": "Someone has decorated the standard Terraframe model for Christmas. The weight hasn't changed much, but going into a raid has become somehow... more cheerful?", @@ -14056,13 +14056,13 @@ "6758443ff94a97cbbe096f18 Description": "The floor that came with the Hideout. If it's cleaned up, it would look \"okay\".", "675844580ec1f5ab030c8ff6 Name": "Synthetic grass", "675844580ec1f5ab030c8ff6 ShortName": "Synthetic grass", - "675844580ec1f5ab030c8ff6 Description": "Something like this is used in kindergartens, apparently. Walking on this barefoot would feel great.", + "675844580ec1f5ab030c8ff6 Description": "A floor exclusively for walking barefoot. However, it looks like real grass only from a distance.", "675844bdf94a97cbbe096f1a Name": "Standard walls", "675844bdf94a97cbbe096f1a ShortName": "Standard walls", "675844bdf94a97cbbe096f1a Description": "Basic walls for a basic Tarkov citizen. Somewhat reminiscent of an old Soviet hospital.", - "675844d50ec1f5ab030c8ff8 Name": "Kindergarten", - "675844d50ec1f5ab030c8ff8 ShortName": "Kindergarten", - "675844d50ec1f5ab030c8ff8 Description": "For those who wish to dive back into childhood. Each hare and butterfly are hand-painted. A real master's work.", + "675844d50ec1f5ab030c8ff8 Name": "Tranquility", + "675844d50ec1f5ab030c8ff8 ShortName": "Tranquility", + "675844d50ec1f5ab030c8ff8 Description": "For those who seek peace and tranquility. Each hare and butterfly are hand-painted. A real master's work.", "675844f8a31925671c000af6 Name": "", "675844f8a31925671c000af6 ShortName": "", "675844f8a31925671c000af6 Description": "", @@ -14168,12 +14168,12 @@ "6759e91d8367ee2b0c0f4b94 Name": "Special girl poster", "6759e91d8367ee2b0c0f4b94 ShortName": "Poster", "6759e91d8367ee2b0c0f4b94 Description": "A poster that has truly become legendary. Only a few people have one of these.", - "675a0288c3102563bd01c9c3 Name": "Bison vs Undertaker poster", + "675a0288c3102563bd01c9c3 Name": "Arena poster", "675a0288c3102563bd01c9c3 ShortName": "Poster", - "675a0288c3102563bd01c9c3 Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", - "675a046b8f547d6cae01922e Name": "Arena poster", + "675a0288c3102563bd01c9c3 Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", + "675a046b8f547d6cae01922e Name": "Bison vs Undertaker poster", "675a046b8f547d6cae01922e ShortName": "Poster", - "675a046b8f547d6cae01922e Description": "A blatant advertisement for making money in the Arena. Many Tarkov citizens were tempted by the quick money, despite risking death.", + "675a046b8f547d6cae01922e Description": "A poster from the Arena. It depicts the at the time legendary gladiators. So many Scavs came to see them fight that there weren't enough seats in the stands. Nowadays, nobody even remembers who won.", "675a04c01474133a0d0bb212 Name": "Arena poster", "675a04c01474133a0d0bb212 ShortName": "Poster", "675a04c01474133a0d0bb212 Description": "A poster advertising making money in the Arena. Sure, you can make money, but you can also die.", @@ -14201,9 +14201,9 @@ "675a0fbbb98bf391510bafcd Name": "Highway poster", "675a0fbbb98bf391510bafcd ShortName": "Poster", "675a0fbbb98bf391510bafcd Description": "An unknown artist tried to envision what a highway will look like in 2028. What is it: a flight of fancy or a subtle warning?", - "675a125caf26c56ee109072a Name": "Hell of Highwater poster", + "675a125caf26c56ee109072a Name": "Hell or Highwater poster", "675a125caf26c56ee109072a ShortName": "Poster", - "675a125caf26c56ee109072a Description": "A poster for the movie Hell of Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", + "675a125caf26c56ee109072a Description": "A poster for the movie Hell or Highwater. The big screens never ran it, but Tarkov still has enough of these posters left to use as decoration.", "675a191f67c8eb5cd1035305 Name": "Gunfight poster", "675a191f67c8eb5cd1035305 ShortName": "Poster", "675a191f67c8eb5cd1035305 Description": "A poster for the action thriller Gunfight from the studio Battle Star. Years ago, cinemas used to have massive waiting lines for movie. Now all that's left are the posters. It's a nice reminder of the old days.", @@ -14393,9 +14393,9 @@ "6761492dc53ebe8c0f0a5efe Name": "MPX GEN 2 ambidextrous charging handle", "6761492dc53ebe8c0f0a5efe ShortName": "MPX GEN2", "6761492dc53ebe8c0f0a5efe Description": "An ambidextrous charging handle with two latches for the second generation of the MPX SMG. Manufactured by SIG Sauer.", - "6761496fe2cf1419500357e9 Name": "MPX/MCX SB Tactical Pistol Stabilizing Brace", + "6761496fe2cf1419500357e9 Name": "SB Tactical MPX Pistol Stabilizing Brace", "6761496fe2cf1419500357e9 ShortName": "MPX PSB", - "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MCX/MPX manufactured by SB Tactical.", + "6761496fe2cf1419500357e9 Description": "A telescopic retractable brace stock for MPX. Manufactured by SB Tactical.", "67614994e889e1972605d6bb Name": "MPX 9x19 Ronin Arms 4.75 inch Ported SD Barrel", "67614994e889e1972605d6bb ShortName": "MPX-SD 4.75\"", "67614994e889e1972605d6bb Description": "A 4.75 inch ported barrel from the MPX-SD conversion kit designed for installation of the special suppressor. Manufactured by Ronin Arms.", @@ -14447,7 +14447,7 @@ "6761763448fa5c377e06fc39 Name": "AKMS FAB Defense M4-AKMS P stock adapter", "6761763448fa5c377e06fc39 ShortName": "AKMS P", "6761763448fa5c377e06fc39 Description": "A buttstock adapter for the AKMS automatic rifle. Allows to install Com-Spec and Mil-Spec buttstocks on the weapon. Made of durable anodized aluminum. Manufactured by FAB Defense.", - "6761765f1f08ed5e8800b7a6 Name": "5.56x45 Beta C-Mag 100-round drum magazine", + "6761765f1f08ed5e8800b7a6 Name": "AR-15 5.56x45 Beta C-Mag 100-round drum magazine", "6761765f1f08ed5e8800b7a6 ShortName": "AR C-Mag", "6761765f1f08ed5e8800b7a6 Description": "A 100-round double drum magazine for the AR-15 platform weapons. Manufactured by Beta Company.", "676176a162e0497044079f46 Name": "UZI 9x19 Beta C-Mag 100-round drum magazine", @@ -14603,18 +14603,18 @@ "678fa929819ddc4c350c0317 Name": "Valve handwheel", "678fa929819ddc4c350c0317 ShortName": "handwheel", "678fa929819ddc4c350c0317 Description": "A massive handwheel removed from some kind of valve. It must have been used to regulate the water or gas supply in the Knossos underground facilities.", - "679b944d597ba2ed120c3d3c Name": "What You Seek poster", - "679b944d597ba2ed120c3d3c ShortName": "Poster", - "679b944d597ba2ed120c3d3c Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b946f90622daf9708da6d Name": "What You Seek poster", - "679b946f90622daf9708da6d ShortName": "Poster", - "679b946f90622daf9708da6d Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", - "679b94734e9ca6b3d80586a7 Name": "What You Seek poster", - "679b94734e9ca6b3d80586a7 ShortName": "Poster", - "679b94734e9ca6b3d80586a7 Description": "A rare What You Seek poster. Only the most hardcore USEC operators can get it.", + "679b944d597ba2ed120c3d3c Name": "Last Breath poster", + "679b944d597ba2ed120c3d3c ShortName": "Last Breath", + "679b944d597ba2ed120c3d3c Description": "There's no escape from the Minotaur's grasp. The only thing left to do is to take the last deep breath and hold on as long as possible.", + "679b946f90622daf9708da6d Name": "Final Moment poster", + "679b946f90622daf9708da6d ShortName": "Final Moment", + "679b946f90622daf9708da6d Description": "Looking at this poster, you realize the sheer terror that the Minotaur's victims felt before they died.", + "679b94734e9ca6b3d80586a7 Name": "Taurus poster", + "679b94734e9ca6b3d80586a7 ShortName": "Taurus", + "679b94734e9ca6b3d80586a7 Description": "This poster embodies the nature of the Minotaur. Brutality, thirst for murder, and blood. Rivers of blood.", "679b9477708cfcb2060b9ade Name": "Tark Souls poster", "679b9477708cfcb2060b9ade ShortName": "Tark Souls", - "679b9477708cfcb2060b9ade Description": "This poster shows the Shadow of Tagilla being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", + "679b9477708cfcb2060b9ade Description": "This poster shows the Minotaur being slain by a warrior from the Labyrinth. Very few people have witnessed such a scene with their own eyes.", "679b9716597ba2ed120c3d3f Name": "Knossos LLC facility key", "679b9716597ba2ed120c3d3f ShortName": "Knossos", "679b9716597ba2ed120c3d3f Description": "A worn office door key marked \"Knossos LLC\". Probably used to open utility rooms or other premises belonging to Knossos.", @@ -14681,42 +14681,303 @@ "67a22045cae994f25c087bb5 Name": "", "67a22045cae994f25c087bb5 ShortName": "", "67a22045cae994f25c087bb5 Description": "", + "67a4b71ad3228756b6088ee2 Name": "Atomic Defense CQCM ballistic mask (Smile)", + "67a4b71ad3228756b6088ee2 ShortName": "Smile", + "67a4b71ad3228756b6088ee2 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Someone has customized this one to their liking.", + "67a5c5b6dfdf568c9009af66 Name": "Atomic Defense CQCM ballistic mask (Stop Me)", + "67a5c5b6dfdf568c9009af66 ShortName": "Stop Me", + "67a5c5b6dfdf568c9009af66 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Could this writing on it be considered a cry for help? ", + "67a5c5df782ce4655104db14 Name": "Atomic Defense CQCM ballistic mask (Scars)", + "67a5c5df782ce4655104db14 ShortName": "Scars", + "67a5c5df782ce4655104db14 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Scars or ritual symbols - what it depicts is up to you to determine.", + "67a5c5f37f52620c5b05b4d6 Name": "Atomic Defense CQCM ballistic mask (Target)", + "67a5c5f37f52620c5b05b4d6 ShortName": "Target", + "67a5c5f37f52620c5b05b4d6 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. It's unclear who had the idea to paint a target on it, but that sure is pretty ironic.", + "67a5c6068fcd9fb73f0752cf Name": "Atomic Defense CQCM ballistic mask (Skull)", + "67a5c6068fcd9fb73f0752cf ShortName": "Skull", + "67a5c6068fcd9fb73f0752cf Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. Some say the skull is a universal symbol that inspires fear and respect in opponents.", + "67a5c61c7f52620c5b05b4d8 Name": "Atomic Defense CQCM ballistic mask (Demon)", + "67a5c61c7f52620c5b05b4d8 ShortName": "Demon", + "67a5c61c7f52620c5b05b4d8 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. This reinforced mask covers the wearer's face completely. Mom always asked you to smile more, but she hardly expected this.", + "67a5c657782ce4655104db16 Name": "Atomic Defense CQCM ballistic mask (El Día de Muertos)", + "67a5c657782ce4655104db16 ShortName": "Muertos", + "67a5c657782ce4655104db16 Description": "Atomic Defense's CQCM ballistic mask provides protection against short-range weapons including pistols, shotguns and knives. The drawing is applied with a durable paint for true fans of El Día de Muertos, the Day of the Dead.", + "67a5f917dfdf568c9009af6b Name": "Lower half-mask (MultiCam)", + "67a5f917dfdf568c9009af6b ShortName": "Half-mask", + "67a5f917dfdf568c9009af6b Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. MultiCam camouflage version.", + "67a5f94e802d287c670bb966 Name": "Lower half-mask (Zombie)", + "67a5f94e802d287c670bb966 ShortName": "Zombie", + "67a5f94e802d287c670bb966 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The zombie print is chosen in hopes of intimidating opponents.", + "67a5f968fafb8efd440694b6 Name": "Lower half-mask (Moss)", + "67a5f968fafb8efd440694b6 ShortName": "Moss", + "67a5f968fafb8efd440694b6 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. Moss camouflage version.", + "67a5f989f7041a25760dda36 Name": "Lower half-mask (El Día de Muertos)", + "67a5f989f7041a25760dda36 ShortName": "Muertos", + "67a5f989f7041a25760dda36 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. For true fans of El Día de Muertos, the Day of the Dead.", + "67a5f9a193f7b62b6b0f6576 Name": "Lower half-mask (Wraith)", + "67a5f9a193f7b62b6b0f6576 ShortName": "Wraith", + "67a5f9a193f7b62b6b0f6576 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The print is chosen in hopes of intimidating opponents.", + "67a5f9c8fafb8efd440694b8 Name": "Lower half-mask (Balaclavas)", + "67a5f9c8fafb8efd440694b8 ShortName": "Half-mask", + "67a5f9c8fafb8efd440694b8 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5f9e7f7041a25760dda38 Name": "Lower half-mask (Balaclavas)", + "67a5f9e7f7041a25760dda38 ShortName": "Half-mask", + "67a5f9e7f7041a25760dda38 Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a5fa01fafb8efd440694ba Name": "Lower half-mask (Balaclavas)", + "67a5fa01fafb8efd440694ba ShortName": "Half-mask", + "67a5fa01fafb8efd440694ba Description": "A piece of cloth, typically a bandana, covering the face from nose and below, is the most typical attribute of a street gang member. The colorful print will highlight your personality.", + "67a9cc9cf05be177170bcd76 Name": "Balaclava (Green)", + "67a9cc9cf05be177170bcd76 ShortName": "Green", + "67a9cc9cf05be177170bcd76 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. Vibrant green version.", + "67a9ccfff05be177170bcd78 Name": "Balaclava (Scars)", + "67a9ccfff05be177170bcd78 ShortName": "Scars", + "67a9ccfff05be177170bcd78 Description": "Scars adorn a man, even if they're just on his balaclava.", + "67a9cd18f05be177170bcd7a Name": "Balaclava (Scratches)", + "67a9cd18f05be177170bcd7a ShortName": "Scratches", + "67a9cd18f05be177170bcd7a Description": "The embroidered scratches on this balaclava refer to the worst fight of your life. Or trying to pet a fussy cat.", + "67a9cd28cade15e0f00123b6 Name": "Balaclava (Born to Die)", + "67a9cd28cade15e0f00123b6 ShortName": "BTD", + "67a9cd28cade15e0f00123b6 Description": "With the embroidery on this balaclava, everyone will know your creed.", + "67a9cd381fb22063280728a6 Name": "Balaclava (Not Today)", + "67a9cd381fb22063280728a6 ShortName": "Not Today", + "67a9cd381fb22063280728a6 Description": "A definitive woolen balaclava is not only a head-warmer but soul-warmer too for anyone who is too modest for public heroic deeds. The letterings add some flavor.", + "67a9cd55c2a2d940930aec86 Name": "Balaclava (Yellow)", + "67a9cd55c2a2d940930aec86 ShortName": "Yellow", + "67a9cd55c2a2d940930aec86 Description": "Why make face tattoos when you can make them on a mask.", + "67a9cd6ecade15e0f00123b8 Name": "Balaclava (Luxury)", + "67a9cd6ecade15e0f00123b8 ShortName": "Luxury", + "67a9cd6ecade15e0f00123b8 Description": "This balaclava is designed to catch the eye. It's a good thing no one will recognize you with it on.", + "67a9dc769de6826a650ee066 Name": "Cold Fear infrared balaclava (Green)", + "67a9dc769de6826a650ee066 ShortName": "CF", + "67a9dc769de6826a650ee066 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Green version. Or a Ranger Green version. Or an Olive Drab version. Or a Taiga Green version. Or an Army Green version. Or a Deep Forest Green version.", + "67a9dc997faa4210bb0807c6 Name": "Cold Fear infrared balaclava (SBEU)", + "67a9dc997faa4210bb0807c6 ShortName": "SBEU", + "67a9dc997faa4210bb0807c6 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Very Stylish version.", + "67a9dca99de6826a650ee068 Name": "Cold Fear infrared balaclava (Oak)", + "67a9dca99de6826a650ee068 ShortName": "Oak", + "67a9dca99de6826a650ee068 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Hunting camo version.", + "67a9dcbac185de5a4d0c2a06 Name": "Cold Fear infrared balaclava (Surpat)", + "67a9dcbac185de5a4d0c2a06 ShortName": "Surpat", + "67a9dcbac185de5a4d0c2a06 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Surpat camo version.", + "67a9dccf9de6826a650ee06a Name": "Cold Fear infrared balaclava (DPM Desert)", + "67a9dccf9de6826a650ee06a ShortName": "DPM D", + "67a9dccf9de6826a650ee06a Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Desert Disruptive Pattern Material version. Drip? Unlimited.", + "67a9dce47faa4210bb0807c8 Name": "Cold Fear infrared balaclava (MultiCam Tropic)", + "67a9dce47faa4210bb0807c8 ShortName": "MCTP", + "67a9dce47faa4210bb0807c8 Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. MultiCam Tropic version.", + "67a9dd619de6826a650ee06c Name": "Cold Fear infrared balaclava (Tiger Stripe)", + "67a9dd619de6826a650ee06c ShortName": "Tiger", + "67a9dd619de6826a650ee06c Description": "A quality balaclava with a special technological material, which ensures maximum warmth in the most severe frosts. Tiger Stripe camouflage version.", + "67a9e9d04fb4a4a8a00d2826 Name": "Balaclava (Red Nose)", + "67a9e9d04fb4a4a8a00d2826 ShortName": "Red Nose", + "67a9e9d04fb4a4a8a00d2826 Description": "A universal balaclava. For those who want to express their individuality and warn both enemies and allies about who you really are.", + "67a9e9e0c185de5a4d0c2a13 Name": "Balaclava (Demon)", + "67a9e9e0c185de5a4d0c2a13 ShortName": "Demon", + "67a9e9e0c185de5a4d0c2a13 Description": "A universal balaclava. For the true Japanese warriors.", + "67a9e9f09de6826a650ee074 Name": "Balaclava (Skull)", + "67a9e9f09de6826a650ee074 ShortName": "Skull", + "67a9e9f09de6826a650ee074 Description": "Another balaclava with a skull print for the truest mall ninjas.", + "67a9ea004fb4a4a8a00d2828 Name": "Balaclava (Fear)", + "67a9ea004fb4a4a8a00d2828 ShortName": "Fear", + "67a9ea004fb4a4a8a00d2828 Description": "Express yourself and intimidate your enemies (or make them cringe) with a yet another skull mask.", + "67a9ea10c185de5a4d0c2a15 Name": "Balaclava (Yellow Oni)", + "67a9ea10c185de5a4d0c2a15 ShortName": "Yellow Oni", + "67a9ea10c185de5a4d0c2a15 Description": "A balaclava with a yellow Oni print.", + "67a9ea39de7fb0f19e077da6 Name": "Balaclava (Red Oni)", + "67a9ea39de7fb0f19e077da6 ShortName": "Red Oni", + "67a9ea39de7fb0f19e077da6 Description": "A balaclava with a red Oni print.", + "67a9ea7e4fb4a4a8a00d282a Name": "Balaclava (White Oni)", + "67a9ea7e4fb4a4a8a00d282a ShortName": "White Oni", + "67a9ea7e4fb4a4a8a00d282a Description": "A balaclava with a white Oni print.", + "67a9ea98de7fb0f19e077da8 Name": "Balaclava (Smile)", + "67a9ea98de7fb0f19e077da8 ShortName": "Smile", + "67a9ea98de7fb0f19e077da8 Description": "A balaclava with a toothy smile print.", + "67aaf808bf7609058606a926 Name": "Neoprene mask (M90 Desert)", + "67aaf808bf7609058606a926 ShortName": "M90 D", + "67aaf808bf7609058606a926 Description": "A lightweight neoprene mask. M90 Desert camouflage version.", + "67aaf82d508ee9b6440e9c46 Name": "Neoprene mask (Louise Pitton)", + "67aaf82d508ee9b6440e9c46 ShortName": "Pitton", + "67aaf82d508ee9b6440e9c46 Description": "A lightweight neoprene mask with a luxury design.", + "67aaf84104dca1c82c071cf6 Name": "Neoprene mask (Lucha Libre)", + "67aaf84104dca1c82c071cf6 ShortName": "Lucha", + "67aaf84104dca1c82c071cf6 Description": "A lightweight neoprene mask with a professional wrestling print.", + "67aaf851bf7609058606a928 Name": "Neoprene mask (Zombie)", + "67aaf851bf7609058606a928 ShortName": "Zombie", + "67aaf851bf7609058606a928 Description": "A lightweight neoprene mask with a zombie print.", + "67aaf863de7fb0f19e077db9 Name": "Neoprene mask (Say Nothing)", + "67aaf863de7fb0f19e077db9 ShortName": "Nothing", + "67aaf863de7fb0f19e077db9 Description": "A lightweight neoprene mask with a unique print. The little symbol on the side looks strangely familiar.", + "67aaf879508ee9b6440e9c48 Name": "Neoprene mask (ONI)", + "67aaf879508ee9b6440e9c48 ShortName": "ONI", + "67aaf879508ee9b6440e9c48 Description": "A lightweight neoprene mask with an Oni print.", + "67ab0ab4755a9402da001196 Name": "", + "67ab0ab4755a9402da001196 ShortName": "", + "67ab0ab4755a9402da001196 Description": "", + "67ab150c508ee9b6440e9c60 Name": "", + "67ab150c508ee9b6440e9c60 ShortName": "", + "67ab150c508ee9b6440e9c60 Description": "", + "67ab2eecfe82855dcc0f2af6 Name": "Hexatac HPC Plate Carrier (MultiCam)", + "67ab2eecfe82855dcc0f2af6 ShortName": "HPC", + "67ab2eecfe82855dcc0f2af6 Description": "A plate carrier by Hexatac. A minimalistic version designed to be used with chest rigs. MultiCam version.", + "67ab2f28dafe3b22670c9116 Name": "BNTI Kirasa-N body armor (Green)", + "67ab2f28dafe3b22670c9116 ShortName": "Kirasa-N", + "67ab2f28dafe3b22670c9116 Description": "The \"Kirasa N\" body armor is designed for the army and police special forces of the Russian Federation. The bulletproof vest provides circular protection of the human torso. Elements of the damper provide ventilation of the under armor space and reduce the blunt damage. Green version.", + "67ab2f5adafe3b22670c911f Name": "FORT Redut-M body armor (SK Woodland)", + "67ab2f5adafe3b22670c911f ShortName": "Redut-M", + "67ab2f5adafe3b22670c911f Description": "“Redut-M” is a modified version of the well-proven Redut body armor, which is in service of special units of the FSB. The vest is based on advanced technologies in the field of individual armor. Due to the optimized form of armor elements and the outer cover with a special damping-ventilation system, the Redut M armored vest has excellent functional qualities, which facilitates active actions, including those associated with the use of vehicles and in confined spaces. SK Woodland version.", + "67ab2f94dafe3b22670c912c Name": "HighCom Trooper TFO body armor (Coyote)", + "67ab2f94dafe3b22670c912c ShortName": "Trooper", + "67ab2f94dafe3b22670c912c Description": "A plate armor vest by HighCom, popular among USEC PMCs. Coyote version.", "67ab3d4b83869afd170fdd3f Name": "BBQ-S43 gas torch", "67ab3d4b83869afd170fdd3f ShortName": "BBQ-S43", "67ab3d4b83869afd170fdd3f Description": "A portable torch with a limited gas supply. This bad boy is unlikely to burn a hole in the wall, but will do the job on a small metal target.", - "67adaf8b1230c973bb0433a6 Name": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 ShortName": "Mysterious drawings", - "67adaf8b1230c973bb0433a6 Description": "Who in their right mind would paint something on the ceiling? Be on your guard: there's no telling what else these people might come up with.", - "67adaf95cd47a1ad3f014bc6 Name": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 ShortName": "Chalk drawings", - "67adaf95cd47a1ad3f014bc6 Description": "How did these drawings even get here? You should probably improve your security system.", - "67adafa1e6a915f9fd050f66 Name": "They're Already Here", - "67adafa1e6a915f9fd050f66 ShortName": "They're Already Here", - "67adafa1e6a915f9fd050f66 Description": "If you gaze long enough at these drawings, it will seem like they are gazing back at you.", - "67ade494d748873e5f0161df Name": "F1 Shrapnel", - "67ade494d748873e5f0161df ShortName": "F1 Shrapnel", - "67ade494d748873e5f0161df Description": "F1 Shrapnel", - "67adf4a95247ac91530fcec7 Name": "Mont", - "67adf4a95247ac91530fcec7 ShortName": "Ceket", - "67adf4a95247ac91530fcec7 Description": "Ceket", - "67adf4b81c58bd68b2002fec Name": "Tahta cephane Sandığı", - "67adf4b81c58bd68b2002fec ShortName": "Tahta Cephane Kutusu", - "67adf4b81c58bd68b2002fec Description": "Ahşap cephane kutusu", - "67adf4db515e3dd542077a1d Name": "Tahta Sandık", - "67adf4db515e3dd542077a1d ShortName": "Tahta kutu", - "67adf4db515e3dd542077a1d Description": "Tahta Kutu", - "67adf4eb110ba15da90c6413 Name": "El bombası kasası", - "67adf4eb110ba15da90c6413 ShortName": "El bombası kutusu", - "67adf4eb110ba15da90c6413 Description": "El bombası kutusu", - "67adf54d1c58bd68b2002ff0 Name": "Alet Çantası", - "67adf54d1c58bd68b2002ff0 ShortName": "Alet Çantası", - "67adf54d1c58bd68b2002ff0 Description": "Alet Çantası", - "67adf5752fc5ee84020a9940 Name": "Ölü Yağmacı", - "67adf5752fc5ee84020a9940 ShortName": "Ölü Scav", - "67adf5752fc5ee84020a9940 Description": "Ölü Scav", - "67adf5f7adc1f43b0702b826 Name": "Teknik tedarik sandığı", - "67adf5f7adc1f43b0702b826 ShortName": "Teknik tedarik sandığı", - "67adf5f7adc1f43b0702b826 Description": "Teknik ikmal sandığı", + "67ab3ea96d7ece17bf0096f6 Name": "ANA Tactical Alpha chest rig (MultiCam)", + "67ab3ea96d7ece17bf0096f6 ShortName": "Alpha", + "67ab3ea96d7ece17bf0096f6 Description": "\"Alpha\" is a high-quality chest rig that fully meets the military standards for reliability and functionality. The combination of integrated pouches and MOLLE straps provides the means of carrying a large number of necessary equipment. The vest is designed as a classic chest rig. In this type of vest, all the gear is located in the front and side parts, while the back part is comprised of adjustment belts and straps. Manufactured by ANA Tactical. MultiCam camouflage version.", + "67ab3f146d7ece17bf0096ff Name": "BlackRock chest rig (Khaki)", + "67ab3f146d7ece17bf0096ff ShortName": "BlackRock", + "67ab3f146d7ece17bf0096ff Description": "A custom-made chest rig for wearing on top of body armor in urban operations. Sturdy and versatile, it features both MOLLE and ALICE attachment systems. Khaki version.", + "67ab49aab9c7a1e18c095686 Name": "Crye Precision AVS plate carrier (MultiCam)", + "67ab49aab9c7a1e18c095686 ShortName": "AVS", + "67ab49aab9c7a1e18c095686 Description": "The Crye Precision AVS plate carrier equipped with Groin Protector and pouches in assault configuration. MultiCam camouflage version.", + "67ab4b2d6f7ae4aa550bbcf6 Name": "5.11 Tactical TacTec plate carrier (Storm)", + "67ab4b2d6f7ae4aa550bbcf6 ShortName": "TacTec", + "67ab4b2d6f7ae4aa550bbcf6 Description": "A plate carrier with a set of pouches for use with assault rifles. Manufactured by 5.11 Tactical. Storm color version.", + "67ac7eeba6749cd1690ae1d7 Name": "", + "67ac7eeba6749cd1690ae1d7 ShortName": "", + "67ac7eeba6749cd1690ae1d7 Description": "", + "67ac7f135f7251f49d0e9b0b Name": "", + "67ac7f135f7251f49d0e9b0b ShortName": "", + "67ac7f135f7251f49d0e9b0b Description": "", + "67ac7f295d717b44c00a0c8c Name": "", + "67ac7f295d717b44c00a0c8c ShortName": "", + "67ac7f295d717b44c00a0c8c Description": "", + "67ac7f3ca6749cd1690ae1d9 Name": "", + "67ac7f3ca6749cd1690ae1d9 ShortName": "", + "67ac7f3ca6749cd1690ae1d9 Description": "", + "67ac7f52e4d14ccd6005de86 Name": "", + "67ac7f52e4d14ccd6005de86 ShortName": "", + "67ac7f52e4d14ccd6005de86 Description": "", + "67ac81ab5f7251f49d0e9b0d Name": "", + "67ac81ab5f7251f49d0e9b0d ShortName": "", + "67ac81ab5f7251f49d0e9b0d Description": "", + "67ac81fd5d717b44c00a0c8e Name": "", + "67ac81fd5d717b44c00a0c8e ShortName": "", + "67ac81fd5d717b44c00a0c8e Description": "", + "67ac8233a6749cd1690ae1db Name": "", + "67ac8233a6749cd1690ae1db ShortName": "", + "67ac8233a6749cd1690ae1db Description": "", + "67ac82465f7251f49d0e9b0f Name": "", + "67ac82465f7251f49d0e9b0f ShortName": "", + "67ac82465f7251f49d0e9b0f Description": "", + "67ac825b5d717b44c00a0c90 Name": "", + "67ac825b5d717b44c00a0c90 ShortName": "", + "67ac825b5d717b44c00a0c90 Description": "", + "67ac86f8a6749cd1690ae1dd Name": "", + "67ac86f8a6749cd1690ae1dd ShortName": "", + "67ac86f8a6749cd1690ae1dd Description": "", + "67ac870e5d717b44c00a0c94 Name": "", + "67ac870e5d717b44c00a0c94 ShortName": "", + "67ac870e5d717b44c00a0c94 Description": "", + "67ac878ca6749cd1690ae1df Name": "Mutkevich t-shirt (Black)", + "67ac878ca6749cd1690ae1df ShortName": "", + "67ac878ca6749cd1690ae1df Description": "Campaign t-shirt", + "67ac880e5d717b44c00a0c98 Name": "Mutkevich t-shirt (White)", + "67ac880e5d717b44c00a0c98 ShortName": "", + "67ac880e5d717b44c00a0c98 Description": "Campaign t-shirt", + "67ac886da6749cd1690ae1e1 Name": "SBEU Mosquito t-shirt", + "67ac886da6749cd1690ae1e1 ShortName": "", + "67ac886da6749cd1690ae1e1 Description": "T-shirt", + "67ac88b55d717b44c00a0c9a Name": "SBEU Mosquito t-shirt", + "67ac88b55d717b44c00a0c9a ShortName": "SBEU", + "67ac88b55d717b44c00a0c9a Description": "A T-shirt with a mosquito", + "67ac88ef2d470eee7a03a726 Name": "Fucker & Motherfucker t-shirt", + "67ac88ef2d470eee7a03a726 ShortName": "", + "67ac88ef2d470eee7a03a726 Description": "Merch t-shirt", + "67ac8911f46484d877033ed6 Name": "Saiga t-shirt", + "67ac8911f46484d877033ed6 ShortName": "", + "67ac8911f46484d877033ed6 Description": "Merch t-shirt", + "67ac8937a6749cd1690ae1e3 Name": "Knives Only t-shirt", + "67ac8937a6749cd1690ae1e3 ShortName": "", + "67ac8937a6749cd1690ae1e3 Description": "T-shirt", + "67ac8a85e4d14ccd6005de8a Name": "BEAR Phoenix (Green)", + "67ac8a85e4d14ccd6005de8a ShortName": "", + "67ac8a85e4d14ccd6005de8a Description": "Flannel shirt", + "67ac8b19e4d14ccd6005de8c Name": "USEC Mission (MultiCam)", + "67ac8b19e4d14ccd6005de8c ShortName": "", + "67ac8b19e4d14ccd6005de8c Description": "Tactical jacket", + "67adaf8b1230c973bb0433a6 Name": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 ShortName": "Minotaur's Lair", + "67adaf8b1230c973bb0433a6 Description": "This ceiling is nothing sophisticated. The Minotaur doesn't need anything like that.", + "67adaf95cd47a1ad3f014bc6 Name": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 ShortName": "Minotaur's Lair", + "67adaf95cd47a1ad3f014bc6 Description": "The tiles on this floor have absorbed gallons of blood. Or perhaps even more.", + "67adafa1e6a915f9fd050f66 Name": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 ShortName": "Minotaur's Lair", + "67adafa1e6a915f9fd050f66 Description": "They say our surroundings affect us. It's terrifying to imagine what someone would become after turning an ordinary shelter into the Minotaur's dungeon.", + "67ade494d748873e5f0161df Name": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df ShortName": "VOG-30 Shrapnel", + "67ade494d748873e5f0161df Description": "VOG-30 Shrapnel", + "67adf4a95247ac91530fcec7 Name": "Jacket", + "67adf4a95247ac91530fcec7 ShortName": "Jacket", + "67adf4a95247ac91530fcec7 Description": "Jacket", + "67adf4b81c58bd68b2002fec Name": "Wooden ammo box", + "67adf4b81c58bd68b2002fec ShortName": "Wooden ammo box", + "67adf4b81c58bd68b2002fec Description": "Wooden ammo box", + "67adf4db515e3dd542077a1d Name": "Wooden crate", + "67adf4db515e3dd542077a1d ShortName": "Wooden crate", + "67adf4db515e3dd542077a1d Description": "Wooden crate", + "67adf4eb110ba15da90c6413 Name": "Grenade box", + "67adf4eb110ba15da90c6413 ShortName": "Grenade box", + "67adf4eb110ba15da90c6413 Description": "Grenade box", + "67adf54d1c58bd68b2002ff0 Name": "Toolbox", + "67adf54d1c58bd68b2002ff0 ShortName": "Toolbox", + "67adf54d1c58bd68b2002ff0 Description": "Toolbox", + "67adf5752fc5ee84020a9940 Name": "Dead Scav", + "67adf5752fc5ee84020a9940 ShortName": "Dead Scav", + "67adf5752fc5ee84020a9940 Description": "Dead Scav", + "67adf5f7adc1f43b0702b826 Name": "Technical supply crate", + "67adf5f7adc1f43b0702b826 ShortName": "Technical supply crate", + "67adf5f7adc1f43b0702b826 Description": "Technical supply crate", + "67af2d83af9667d8ea0d39ac Name": "", + "67af2d83af9667d8ea0d39ac ShortName": "", + "67af2d83af9667d8ea0d39ac Description": "", + "67af2d9c551084dbef0f3178 Name": "", + "67af2d9c551084dbef0f3178 ShortName": "", + "67af2d9c551084dbef0f3178 Description": "", + "67af2ddb551084dbef0f317a Name": "Gladiator t-shirt", + "67af2ddb551084dbef0f317a ShortName": "Gladiator", + "67af2ddb551084dbef0f317a Description": "A Gladiator T-shirt", + "67af41dd1eb308667602db4a Name": "Dundukk sport sunglasses (Orange lenses)", + "67af41dd1eb308667602db4a ShortName": "Dundukk", + "67af41dd1eb308667602db4a Description": "Modern sunglasses, made in a sporty style. Great for a stylish shootout at the gas station.", + "67af425c2676ade5750b50e6 Name": "RayBench Aviator glasses (Green lenses)", + "67af425c2676ade5750b50e6 ShortName": "Aviator", + "67af425c2676ade5750b50e6 Description": "Legendary mercenary glasses around the world. Wear them if you want to be cool, like Vovan from the hood.", + "67af42942676ade5750b50e8 Name": "Oakley SI M Frame safety glasses (Orange lenses)", + "67af42942676ade5750b50e8 ShortName": "M Frame", + "67af42942676ade5750b50e8 Description": "Ballistic glasses with impact-resistant polycarbonate lenses.", + "67af42b38d9ef5c57e0d5126 Name": "Round frame sunglasses (Green lenses)", + "67af42b38d9ef5c57e0d5126 ShortName": "RGlasses", + "67af42b38d9ef5c57e0d5126 Description": "Sunglasses with a round-shaped frame. Cool and stylish!", + "67b32b53038008b0e105de2c Name": "BEAR Paladin (Coyote)", + "67b32b53038008b0e105de2c ShortName": "", + "67b32b53038008b0e105de2c Description": "Tactical pants", + "67b32b69c57909356d0b0fee Name": "BEAR Paladin (Ranger Green)", + "67b32b69c57909356d0b0fee ShortName": "", + "67b32b69c57909356d0b0fee Description": "Tactical pants", + "67b32b7c038008b0e105de2e Name": "BEAR Paladin (Tactical Olive)", + "67b32b7c038008b0e105de2e ShortName": "", + "67b32b7c038008b0e105de2e Description": "Tactical pants", + "67b32bcfc57909356d0b0ff0 Name": "USEC K4 (Dark Olive)", + "67b32bcfc57909356d0b0ff0 ShortName": "", + "67b32bcfc57909356d0b0ff0 Description": "Tactical pants", + "67b32bdfab1a22b646087266 Name": "USEC K4 (Green)", + "67b32bdfab1a22b646087266 ShortName": "", + "67b32bdfab1a22b646087266 Description": "Tactical pants", + "67b32bf0d813e783fc0ddac1 Name": "USEC K4 (Timber Brown)", + "67b32bf0d813e783fc0ddac1 ShortName": "", + "67b32bf0d813e783fc0ddac1 Description": "Tactical pants", "67b70e43f753cf9f7a0a07a6 Name": "LATAM Drops Event 2025 case (Common)", "67b70e43f753cf9f7a0a07a6 ShortName": "Twitch", "67b70e43f753cf9f7a0a07a6 Description": "", @@ -14726,17 +14987,26 @@ "67b72c64f753cf9f7a0a07aa Name": "LATAM Drops Event 2025 case (Epic)", "67b72c64f753cf9f7a0a07aa ShortName": "Twitch", "67b72c64f753cf9f7a0a07aa Description": "", + "67cad1ec19b006e9e50f44d6 Name": "Locked equipment crate (Battle Pass Season 0)", + "67cad1ec19b006e9e50f44d6 ShortName": "Equipment (BP 0)", + "67cad1ec19b006e9e50f44d6 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. But first, you need to find a way to open this box.", + "67cad3226bf74131800752b7 Name": "Unlocked equipment crate (Battle Pass Season 0)", + "67cad3226bf74131800752b7 ShortName": "Equipment (BP 0)", + "67cad3226bf74131800752b7 Description": "A reward for progress in Battle Pass Season 0. It contains various equipment to help you survive and kill in the harsh world of Tarkov. The lock has been crudely broken, which means there are no more obstacles between you and the contents of the box.", "67d3ed3271c17ff82e0a5b0b Name": "Key case", "67d3ed3271c17ff82e0a5b0b ShortName": "Keys", "67d3ed3271c17ff82e0a5b0b Description": "This case is the ultimate solution to the problem of hoarding various keys in the stash, helping to store them in one place.", "67e183377c6c2011970f3149 Name": "Ariadne symbol key", "67e183377c6c2011970f3149 ShortName": "Ariadne", "67e183377c6c2011970f3149 Description": "Someone had made a barely visible mark on this key, resembling a ball of thread. Although, it could have simply been left by careless storage.", - " V-ex_light": "Askeri üs Araç çıkışına giden yol", - " Voip/DisabledForOffline": "VOIP çevrimdışı modda kullanılamaz", + "67ea616a74f765cefd009fb7 Name": "Tagilla's welding mask \"ZABEY\" (Replica)", + "67ea616a74f765cefd009fb7 ShortName": "\"ZABEY\"", + "67ea616a74f765cefd009fb7 Description": "Judging by this mask, the Labyrinth had severely affected Tagilla's mental state, making him even more unhinged and bloodthirsty. Who thought he could be any more crazy? It seems that this is merely a replica and cannot be worn. The mask was probably created as a souvenir, intended to remind survivors of their encounter with a ruthless killer.", + " V-ex_light": "Askeri Üs V-Ex Çıkışı'na Giden Yol", + " Voip/DisabledForOffline": "VoIP, çevrimdışı modda kullanılamaz", " kg": " kg", "#": "#", - "(K) Kills": "(Ö) Öldürmeler", + "(K) Kills": "(Ö) Öldürme", "(K/D)": "(K/D)", "(L) AWOL": "(F) Firar", "(LR) Leave rate": "(TO) Terk etme oranı", @@ -14748,10 +15018,10 @@ "(out of time)": "(süresi dolmuş)", "(received)": "(alındı)", "(you)": "(sen)", - "+{0} level(s)": "+{0} seviye(ler)", + "+{0} level(s)": "+{0} seviye", "+{0} point(s)": "+{0} puan", - "0.5x downsampling": "0.5x örneklendirme", - "0.75x downsampling": "0.75x örneklendirme", + "0.5x downsampling": "0.5x örnekleme", + "0.75x downsampling": "0.75x örnekleme", "010Kills": "Öldürülen 0-10 seviye oyuncular", "1.35 (good)": "1.35 (iyi)", "100Kills": "Öldürülen 100 seviye oyuncular", @@ -14759,15 +15029,15 @@ "16:9 - Wide": "16:9 - Geniş", "1x off": "1x kapalı", "257 - ItemsMoving(OpenRandomLoot): can't open random loot container": "Ganimet kutusu açılamıyor", - "2x supersampling": "2X Süper Örnekleme", + "2x supersampling": "2x süper örnekleme", "3050Kills": "Öldürülen 31-50 seviye oyuncular", "4:3 - Not wide": "4:3 - Tam Ekran", - "4x supersampling": "4X Süper Örnekleme", + "4x supersampling": "4x süper örnekleme", "5070Kills": "Öldürülen 51-70 seviye oyuncular", "615ffc701c97c768137e719b Description": "One extra daily task.", - "615ffc701c97c768137e719b Name": "Daily task", + "615ffc701c97c768137e719b Name": "Günlük görev", "618035d38012292db3081bf0 Description": "One extra weekly task.", - "618035d38012292db3081bf0 Name": "Weekly task", + "618035d38012292db3081bf0 Name": "Haftalık görev", "65bd1875c443e7fffb006e83": "Tier 1", "65bd187e578fa4a9f503f003": "Tier 2", "65bd1882b7378d56ab0817c3": "Tier 3", @@ -14784,22 +15054,22 @@ "ACTIVE TASKS": "AKTİF GÖREVLER", "ADD NOTE": "NOT EKLE", "ADD/EDIT CONTAINER TAG": "KONTEYNER ETİKETİ EKLE/DÜZENLE", - "ADDOFFER": "Add offer", + "ADDOFFER": "Teklif ekle", "ADDTOFAVORITES": "Profilde göster", "AI amount": "Bot Miktarı", "AI difficulty": "Bot Zorluğu", "AMD FSR 2.1:": "AMD FSR 2.2:", - "AMMO PENETRATION POWER": "Penetration", - "AMMO PROJECTILE COUNT": "Projectile count", + "AMMO PENETRATION POWER": "Delme", + "AMMO PROJECTILE COUNT": "Mühimmat sayısı", "APC/ConfirmDestroyModified": "Are you sure you want to remove the modified equipment?", - "APC/CustomizationTab": "Customization", + "APC/CustomizationTab": "Özelleştirme", "APC/EnterName": "Enter name", "APC/FastAccess": "Quick access", "APC/Locked": "Locked", "APC/PurchasedStatesAll": "Tümü", "APC/ReadyToUlock": "Unlockable", "APC/Unlocked": "Unlocked", - "APC/ViewPreset": "View", + "APC/ViewPreset": "Görüntüle", "APCBar/Defence": "{0}Defense{1}", "APCBar/Firepower": "{0}Firepower{1}", "APCBar/Metascore": "{0}Metascore{1}", @@ -14883,11 +15153,11 @@ "ARMOR POINTS": "ZIRH DAYANIKLILIĞI", "ARMOR TYPE": "ZIRH TÜRÜ", "ARMOR ZONE(S)": "KORUNAN BÖLGELER", - "ATTENTION! Your weapon doesn't have the required vital part {0}!": "DİKKAT! Silahınızın gerekli olan {0} kısmı yok!", + "ATTENTION! Your weapon doesn't have the required vital part {0}!": "DİKKAT! Silahınızın gerekli parçası {0} eksik!", "ATTENTIONGESTURE": "DİKKAT", "AUCTIONS": "Müzayedeler", "AUTO": "OTOMATİK", - "AVAILABLE ON LEVEL {0}": "{0}. SEVİYEDE MEVCUT", + "AVAILABLE ON LEVEL {0}": "{0}. SEVİYEDE KULLANILABİLİR", "Abort": "İPTAL", "About half": "Yaklaşık yarısı", "AcceptFriendsRequest": "Arkadaşlık isteğini kabul et", @@ -14910,46 +15180,46 @@ "Achievements/Tab/YourAchievements": "Başarımlarınız", "Achievements/Tooltip/Conditions": "Görevler", "Achievements/Tooltip/Task rewards": "Ödüller", - "Acquire map to review infiltration areas and exfiltration points.": "Başlangıç ve çıkış noktalarını görmek için bir harita sahibi ol.", + "Acquire map to review infiltration areas and exfiltration points.": "Sızma bölgelerini ve tahliye noktalarını gözden geçirmek için bir harita edin.", "ActivateObject": "Plant the device", - "Adaprive sharpen:": "Uyarlanabilen keskinlik:", - "AddOfferButton{0}/{1}": "Add offer {0}/{1}", - "AddTOWISHLIST": "Add to Wishlist", + "Adaprive sharpen:": "Uyarlamalı keskinleştirme:", + "AddOfferButton{0}/{1}": "Teklif ekle {0}/{1}", + "AddTOWISHLIST": "İstek Listesine Ekle", "AddUserToDialog": "{0} sohbete katıldı.", "Adm Basement": "Yönetim Bodrumu", - "Administration Gate": "Yönetim kapısı", + "Administration Gate": "Yönetim Kapısı", "AdvancedModding": "Gelişmiş Özelleştirme", "AdvancedModdingDescription": "Ustaca kullanılan bu çok amaçlı alet, silah kullanım kolaylığını azami düzeyde azaltırken, silahları daha hızlı özelleştirmeyi sağlar.", "AheadOfTimeEnding": "TAMAMLANMA SÜRESİ", "Aim": "Nişan Alma", "AimDrills": "Atış Talimleri", "AimDrillsLevelingUpDescription": "The Aim Drills skill is improved by hitting enemies while aiming.", - "AimMaster": "Nişan Ustası", - "AimMasterDescription": "Nişan almada uzmanlaşmak, nişan alma süresini ve namlunun hemen ardından sallanmasını azaltır.", + "AimMaster": "Atış Ustası", + "AimMasterDescription": "Nişan almada uzmanlaşmak, nişan aldıktan sonra nişan alma süresini kısaltır ve namlu titremesini azaltır.", "AimMasterElite": "Nişan alma hızını [{0:0%}] artırır", "AimMasterSpeed": "Nişan alma hızını [{0:0%}] artırır", "AimMasterWiggle": "NişanSallanması geliştirme ihtimali [(+{0:0%})]", - "Aiming deadzone:": "Nişan alma kör noktası:", + "Aiming deadzone:": "Nişan alma ölü bölge:", "AirFilteringUnit": "HAVA FİLTRELEME ÜNİTESİ", - "AirplaneDelayMessage": "Varış için bekleyin! Hava sahası tıkalı", + "AirplaneDelayMessage": "Varış için bekleyin! Hava sahası yoğun", "Alert": "Uyarı", "All": "Tümü", - "All needed parts must be uninstalled and located in inventory.": "Gerekli tüm parçalar sökülmeli ve envanterde bulunmalıdır.", + "All needed parts must be uninstalled and located in inventory.": "Gerekli tüm parçalar sökülmeli ve envanterinizde bulunmalıdır.", "All offers": "Bütün teklifler", "All types": "Tüm türler", "All weapons": "Bütün silahlar", - "AllGearAndLootLost": "Bulunan veya getirilen bütün ekipman ve eşyalar kaybedildi.", + "AllGearAndLootLost": "Tüm ekipman ve ganimet (bulunan veya getirilen) kaybedildi.", "AllRightGesture": "OK", "Almost empty": "Neredeyse boş", "Almost full": "Neredeyse dolu", - "Alpinist": "Kayalık inişi", - "Alpinist_light": "Dağ geçidi", + "Alpinist": "Kayalık İnişi", + "Alpinist_light": "Dağ Geçidi", "Always show interface elements": "Arayüz öğelerini daima göster", "Ammo": "Cephane", - "Ammo ({0}) is not compatible. Need: {1}": "{0} mermisi bu silah için uyumlu değil. {1} mermi gerekli", + "Ammo ({0}) is not compatible. Need: {1}": "{0} mermisi bu silah için uyumlu değil. {1} mermisi gerekli.", "AnimBlindFireAbove": "Overhead blind fire", "AnimBlindFireRight": "Right side blind fire", - "Anisotropic Filtering:": "Eşyönsüz Doku Süzmesi:", + "Anisotropic Filtering:": "Eşyönsüz Doku Filtreleme:", "AnisotropicFiltering/Disable": "kapalı", "AnisotropicFiltering/Enable": "kaplama başına", "AnisotropicFiltering/ForceEnable": "açık", @@ -14958,20 +15228,20 @@ "Antidote": "Panzehir", "Applies": "Neden olur", "Apply all": "Hepsini uygula", - "ApplyMagPreset": "Önayar'dan yükle", + "ApplyMagPreset": "Ön Ayardan Yükle", "Approx.": "Yaklaşık.", "Aquire specific item to proceed infiltration": "Acquire specific item to proceed to infiltration", - "Are you sure you want to buy selected items for {0}?": "{0} için seçilen eşyaları satın almak istediğinizden emin misiniz?", + "Are you sure you want to buy selected items for {0}?": "Seçili öğeleri {0} karşılığında satın almak istediğinizden emin misiniz?", "Are you sure you want to cancel the transfer? All unsaved items will be lost": "Transferi iptal etmek istediğine emin misin? Kaydedilmemiş tüm eşyalar kaybolacak.", - "Are you sure you want to cancel the transfer? You will be able to return to this process later": "Bu transferi iptal etmek istediğine emin misin? Bu işleme daha sonra dönebilirsin.", + "Are you sure you want to cancel the transfer? You will be able to return to this process later": "Transferi iptal etmek istediğine emin misin? Bu işleme daha sonra geri dönebilirsiniz.", "Are you sure you want to cancel the transfer? You will not be able to return to this process later": "Transferi iptal etmek istediğine emin misin? Bu işleme daha sonra dönemeyeceksin.", "Are you sure you want to delete this build?": "Bu şablonu silmek istediğinizden emin misiniz?", "Are you sure you want to destroy": "Yok etmek istediğinize emin misiniz", - "Are you sure you want to destroy {0}?": "{0} yok etmek istediğinden emin misin?", - "Are you sure you want to discard your changes?": "Kaydedilmemiş değişiklikleriniz mevcut. Onları atmak istediğinizden emin misiniz?", - "Are you sure you want to insure {0} items?": "Seçilen eşyaları sigortalatmak istediğinize emin misiniz?", - "Are you sure you want to report {0}?": "Rapor etmek istediğinize emin misiniz {0}?", - "Arena welcome screen description": "Arena'ya hoş geldiniz!\n\nÖzel bir askeri şirketin (PMC) operatörü olan karakterinizin, zafer ve para için diğer savaşçılarla savaşacağı yer burasıdır.\n\nÇatışmanın yarattığı kaos nedeniyle Norvinsk bölgesindeki Tarkov şehrinde kanun ve düzen ikinci planda kaldı.\nBurası, zengin gözlemcilerin, PMC'lerin hayatta kalan son kişiye kadar birbirleriyle savaşacakları veya belirli bir hedefi tamamlamak için bir ekip olarak çalışacakları ve elbette Üstatlar tarafından belirlenecek olan savaşları organize etmeyi seçtikleri yerdir.\n\nHenüz Escape from Tarkov'a sahip değilseniz oyunu satın alabilir ve Arena'daki tüm ilerlemenizi oraya aktarabilirsiniz.\nZaten Escape from Tarkov'a sahipseniz, Arena'da kazanılan tüm ilerlemeler (deneyim ve beceriler) aynı zamanda EFT'deki karakteriniz için de hesaba katılacaktır ve bunun tersi de geçerlidir; EFT'deki ilerlemeler Arena için sayılır.", + "Are you sure you want to destroy {0}?": "{0} yok etmek istediğinizden emin misiniz?", + "Are you sure you want to discard your changes?": "Kaydedilmemiş değişiklikleriniz var. Bunları yok saymak istediğinizden emin misiniz?", + "Are you sure you want to insure {0} items?": "Seçili öğeleri sigortalamak istediğinizden emin misiniz?", + "Are you sure you want to report {0}?": "{0} rapor etmek istediğinize emin misiniz?", + "Arena welcome screen description": "Arena'ya Hoş Geldiniz!\n\nBurası, özel bir askeri şirketin (PMC) operatörü olan karakterinizin, şan ve para için diğer savaşçılarla mücadele edeceği bir yer.\n\nTarkov şehri ve Norvinsk bölgesindeki çatışmaların kaosu nedeniyle, yasa ve düzen geri planda kalmış durumda. Burası, zengin gözlemcilerin PMC'lerin hayatta kalmak için birbirleriyle savaştığı ya da belirli bir hedefi tamamlamak için takım olarak mücadele ettiği bir alan. Tabii ki bu hedefler, Üstatlar tarafından belirlenecek.\n\nEscape From Tarkov’a henüz sahip değilseniz, oyunu satın alabilir ve Arena'daki tüm ilerlemenizi oraya aktarabilirsiniz. Eğer Escape From Tarkov’a sahipseniz, Arena’da kazandığınız tüm ilerleme (deneyim ve beceriler) karakterinize de yansıyacak. Aynı şekilde, EFT'deki ilerlemeniz de Arena'ya aktarılacak.", "Arena/Apc/ClearHeader": "Deletion", "Arena/Apc/ClearMessage": "Delete all items?", "Arena/Apc/CloseHeader": "Confirmation", @@ -15003,13 +15273,13 @@ "Arena/CustomGame/Lobby/invite to friends": "Arkadaş listesinden davet et", "Arena/CustomGame/Lobby/invite to group": "Gruba davet et", "Arena/CustomGame/Lobby/kick": "At", - "Arena/CustomGame/Lobby/move to team": "Takıma geç", - "Arena/CustomGame/Lobby/offensive nickname": "Saldırgan kullanıcı adı raporla", + "Arena/CustomGame/Lobby/move to team": "Takıma katıl", + "Arena/CustomGame/Lobby/offensive nickname": "Rahatsız edici kullanıcı adını bildir", "Arena/CustomGame/Lobby/set owner": "Sahipliği devret", - "Arena/CustomGame/popups/AttemptsCountLeft:": "Deneme kaldı:", + "Arena/CustomGame/popups/AttemptsCountLeft:": "Kalan deneme sayısı:", "Arena/CustomGames/Create/Maps": "Konumlar", - "Arena/CustomGames/Create/Modes": "Modlar", - "Arena/CustomGames/Create/SubModes": "Alt modlar", + "Arena/CustomGames/Create/Modes": "Oyun Modları", + "Arena/CustomGames/Create/SubModes": "Alt Oyun Modları", "Arena/CustomGames/Create/TournamentMode": "Turnuva modu", "Arena/CustomGames/Create/TournamentSettings": "Turnuva ayarları", "Arena/CustomGames/Creation/TitleScreen": "Oda ayarları", @@ -15022,16 +15292,16 @@ "Arena/CustomGames/Lobby/Take": "Al", "Arena/CustomGames/No servers found": "Açık sunucu bulunamadı", "Arena/CustomGames/Observers": "Seyirciler", - "Arena/CustomGames/Popup/Enter to server": "Sunucuya gir", + "Arena/CustomGames/Popup/Enter to server": "Sunucuya giriş yapılıyor", "Arena/CustomGames/Popup/RefreshDailyQuest {0}": "Operational task replacement / Ref", "Arena/CustomGames/Settings": "Ayarlar", - "Arena/CustomGames/Settings/disable": "Devredışı", - "Arena/CustomGames/Settings/enable": "Açık", - "Arena/CustomGames/create/enter name": "İsim girin", - "Arena/CustomGames/create/enter password": "Şifre girin", + "Arena/CustomGames/Settings/disable": "Devre dışı", + "Arena/CustomGames/Settings/enable": "Etkin", + "Arena/CustomGames/create/enter name": "İsim gir", + "Arena/CustomGames/create/enter password": "Şifre gir", "Arena/CustomGames/errors/notification/AttemptsCountExceeded": "Exceeded maximum attempt count", "Arena/CustomGames/errors/notification/GameNotFound": "Oyun bulunamadı", - "Arena/CustomGames/errors/notification/InvalidPassword": "Yanlış parola", + "Arena/CustomGames/errors/notification/InvalidPassword": "Hatalı şifre", "Arena/CustomGames/errors/notification/PlayersLimitReached": "Oyuncu sınırına ulaşıldı", "Arena/CustomGames/name hidden": "Takma ad gizlendi", "Arena/CustomGames/toggle/Organization": "Organizasyonel", @@ -15045,8 +15315,8 @@ "Arena/CustomGames/toggle/region": "Bölge", "Arena/CustomGames/toggle/room name": "Oda adı", "Arena/CustomGames/toggle/tournament": "Turnuva", - "Arena/EndMatchNotification": "Sen uzaktayken maç sona erdi", - "Arena/EnterPresetName": "Enter preset name", + "Arena/EndMatchNotification": "Bilgisayar başında değilken maç sona erdi", + "Arena/EnterPresetName": "Ön ayar adını girin", "Arena/MVP": "MVP", "Arena/MVP/DamageStatLabel": "Damage dealt to enemies", "Arena/MVP/DeactivatedBomb": "Deactivated the device", @@ -15064,49 +15334,49 @@ "Arena/MVP/TechnicalWin": "For good behavior", "Arena/MainQuestLabel": "Main task", "Arena/Matching/CustomGames": "Özel oyunlar", - "Arena/Notification/Selection/Blocked": "Preset purchase blocked", - "Arena/OnCancelMatch": "Oyun yükleme problemleri sebebiyle iptal edildi", + "Arena/Notification/Selection/Blocked": "Ön ayar satın alımı engellendi", + "Arena/OnCancelMatch": "Yükleme sorunları nedeniyle eşleştirme iptal edildi", "Arena/OnCancelMatch/Group": "Grup üyesinin yükleme sorunları yaşaması nedeniyle eşleştirme iptal edildi", "Arena/OnCancelMatch/NoServer": "Kullanılabilir bir sunucu bulunamadı. Lütfen daha sonra tekrar deneyin.", "Arena/Popup/Quests/FreeRefresh {0}": "Free {0}", "Arena/Popup/RefreshDailyQuest {0}": "Task replacement / {0}", "Arena/Popups/ReceivePackage": "RECEIVE PACKAGE / TARKOV", "Arena/Popups/TwitchDropsHeader": "Hediyeyi kullan", - "Arena/Preset/Tooltip/Tab/6": "Çeşitli benzersiz koleksiyon ön ayarları.", - "Arena/Preset/Tooltip/Tab/Assault": "Assault çok yönlü bir sınıftır. Bu sınıfın ön ayarları çoğu savaş durumuna uygun dengeli donanıma sahiptir.", + "Arena/Preset/Tooltip/Tab/6": "Çeşitli benzersiz koleksiyonluk ön ayarlar.", + "Arena/Preset/Tooltip/Tab/Assault": "Taarruz, çok yönlü bir sınıftır. Bu sınıfın hazır ekipman setleri, çoğu çatışma durumu için uygun şekilde dengelenmiştir.", "Arena/Preset/Tooltip/Tab/CQB": "Enforcer is the most heavily armored class in the Arena. Enforcers are characterized by their face shields and increased ammunition for their main weapons. Presets of this class are excellent in defending positions and prolonged firefights. ", - "Arena/Preset/Tooltip/Tab/Collection": "Arenadaki özel başarılar için verilen ön ayarlar.", - "Arena/Preset/Tooltip/Tab/Favorite": "Favori ön ayar setiniz.", - "Arena/Preset/Tooltip/Tab/Marksman": "Marksman uzun menzilli dövüşlere yönelik bir sınıftır. Bu sınıfın ön ayarları genellikle güçlü ikincil silahlara ve makul zırh korumasına sahiptir. Bu son derece uzmanlaşmış sınıf, açık hava Arenalarının vazgeçilmezidir.", - "Arena/Preset/Tooltip/Tab/Rating": "Arenada belirli bir rütbeye ulaşmak için dereceli ön ayarlar verilir.", - "Arena/Preset/Tooltip/Tab/Scout": "Scout, yüksek riski ve yüksek ödülü tercih eden oyunculara yönelik bir sınıftır. Bu sınıfın ön ayarları esas olarak zırh delici mühimmat içeren kısa namlulu SMG'lerle silahlandırılmıştır, ancak zayıf koruma size tek bir hataya yer bırakmaz.", + "Arena/Preset/Tooltip/Tab/Collection": "Arena'daki özel başarılar için verilen hazır ekipman setleri.", + "Arena/Preset/Tooltip/Tab/Favorite": "Favori ekipman setleriniz.", + "Arena/Preset/Tooltip/Tab/Marksman": "Keskin nişancı, uzun menzilli çatışmalara yönelik bir sınıftır. Bu sınıfın hazır ekipman setleri genellikle güçlü ikincil silahlara ve makul seviyede zırh korumasına sahiptir. Son derece uzmanlaşmış bu sınıf, açık hava Arena'larının vazgeçilmezidir.", + "Arena/Preset/Tooltip/Tab/Rating": "Dereceli hazır ekipman setleri, Arena'da belirli bir rütbeye ulaşıldığında verilir.", + "Arena/Preset/Tooltip/Tab/Scout": "Gözcü, yüksek risk ve büyük kazanç peşinde olan oyuncular için tasarlanmış bir sınıftır. Bu sınıfın hazır ekipman setleri, genellikle zırh delici mermi kullanan kısa namlulu hafif makineli silahlarla donatılmıştır. Ancak zayıf koruması, hata yapma lüksü tanımaz.", "Arena/Presets/Blocked": "Engellendi", "Arena/Presets/Tooltips/Ammo": "Cephane", "Arena/Presets/Tooltips/Armor": "Zırh", "Arena/Presets/Tooltips/ArmorDamage": "Delme", - "Arena/Presets/Tooltips/ArmorRate": "Penetration", - "Arena/Presets/Tooltips/Bonus/Buffs/Arp": "ARP bonus", + "Arena/Presets/Tooltips/ArmorRate": "Delme", + "Arena/Presets/Tooltips/Bonus/Buffs/Arp": "Arena İtibar Puanı (ARP) bonusu", "Arena/Presets/Tooltips/Bonus/Buffs/Exp": "Deneyim bonusu", "Arena/Presets/Tooltips/Bonus/Buffs/Rub": "Para bonusu", - "Arena/Presets/Tooltips/Bonus/Debuffs/Arp": "ARP cezası", + "Arena/Presets/Tooltips/Bonus/Debuffs/Arp": "Arena İtibar Puanı (ARP) cezası", "Arena/Presets/Tooltips/Bonus/Debuffs/Exp": "Deneyim cezası", "Arena/Presets/Tooltips/Bonus/Debuffs/Rub": "Para cezası", "Arena/Presets/Tooltips/BulletType/ArmorPiercing": "Zırh delici", "Arena/Presets/Tooltips/BulletType/Expansive": "Expansive", - "Arena/Presets/Tooltips/BulletType/Flash": "Flash", + "Arena/Presets/Tooltips/BulletType/Flash": "Flaş", "Arena/Presets/Tooltips/BulletType/HighExplosive": "Yüksek patlayıcı", - "Arena/Presets/Tooltips/BulletType/Smoke": "Smoke", + "Arena/Presets/Tooltips/BulletType/Smoke": "Sis", "Arena/Presets/Tooltips/BulletType/SoftTargets": "Soft targets", - "Arena/Presets/Tooltips/BulletType/Universal": "Universal", + "Arena/Presets/Tooltips/BulletType/Universal": "Evrensel", "Arena/Presets/Tooltips/BulletsType": "Cephane türü", "Arena/Presets/Tooltips/Damage": "Hasar", - "Arena/Presets/Tooltips/FragmentsCount": "Parça sayısı", - "Arena/Presets/Tooltips/Grenade": "El bombaları", - "Arena/Presets/Tooltips/Medicine": "Medicine", + "Arena/Presets/Tooltips/FragmentsCount": "Şarapnel sayısı", + "Arena/Presets/Tooltips/Grenade": "El Bombaları", + "Arena/Presets/Tooltips/Medicine": "Tıbbi Ekipmanlar", "Arena/Presets/Tooltips/Other": "Diğer", "Arena/Presets/Tooltips/Weapon": "Silah", - "Arena/Rematching": "Yüksek öncelikli eşleştirmeye geri dönülüyor", - "Arena/Rematching/NoServer": "Teknik nedenlerden dolayı sunucu bulunamadı. Oyun aramaya geri dönüyoruz.", + "Arena/Rematching": "Öncelikli eşleştirmeye geri dönülüyor", + "Arena/Rematching/NoServer": "Teknik nedenlerden dolayı sunucu bulunamadı. Oyun aramasına geri dönülüyor.", "Arena/TeamColor/azure": "Gök Mavisi", "Arena/TeamColor/azure_plural": "Gök Mavisi", "Arena/TeamColor/blue": "Mavi", @@ -15128,11 +15398,11 @@ "Arena/Tiers/LockedBy/PovertyThreshold": "Not enough money for the Tier", "Arena/Tiers/LockedBy/PovertyThreshold {0}": "{0} için yeterli para yok", "Arena/Tiers/LockedBy/PovertyTreshold {0}": "{0} için yeterli para yok", - "Arena/Tiers/LockedBy/PresetsUnlocked": "Yeterince kilidi açılmış ön ayar yok", + "Arena/Tiers/LockedBy/PresetsUnlocked": "Yeterli kilidi açılmış ön ayar yok", "Arena/Tiers/LockedBy/UnavailableTier": "Tier not available for the game", "Arena/Tiers/LockedBy/UnavailableTier {0}": "{0} currently not available for the game", - "Arena/Tiers/RankingAvailable {0}": "Ranked game unavailable: {0} presets unlocked", - "Arena/Tiers/Unlocked {0} presets": "{0} presets unlocked", + "Arena/Tiers/RankingAvailable {0}": "Dereceli maç kullanılamıyor: {0} ön ayarın kilidi açık", + "Arena/Tiers/Unlocked {0} presets": "Açılan ön ayar kilidi {0}", "Arena/Tiers/UnlockedPresets": "Ön ayarların kilidi açıldı", "Arena/Tooltip/MapSelectedCounter": "Number of selected locations", "Arena/Tooltip/MinMapCount {0}": "Select multiple locations. You need to select at least {0} location(s)", @@ -15146,8 +15416,8 @@ "Arena/UI/BasePreset": "BASE PRESET", "Arena/UI/Confirm-Match": "Onayla", "Arena/UI/CustomMode": "Özel", - "Arena/UI/CustomPreset": "CUSTOM PRESET", - "Arena/UI/Disband-Game/Title": "OYUNU DAĞIT", + "Arena/UI/CustomPreset": "ÖZEL ÖN AYAR", + "Arena/UI/Disband-Game/Title": "OYUN DAĞITILDI", "Arena/UI/Excluded-from-tre-group": "- Gruptan atılacaksınız", "Arena/UI/Game-Found": "Oyun bulundu", "Arena/UI/Leave": "TERK ET", @@ -15155,12 +15425,12 @@ "Arena/UI/Leave-Game/Text2": "Sunucu kapatılacak", "Arena/UI/Leave-Game/Title": "OYUNDAN AYRIL", "Arena/UI/Leave-Tournament-Game/Title": "TURNUVA OYUNUNDAN AYRIL", - "Arena/UI/Leave-a-match?": "Oyundan erken ayrılmak istediğinizden emin misiniz?", + "Arena/UI/Leave-a-match?": "Oyundan erken ayrılmak istediğinize emin misiniz?", "Arena/UI/LoadMapResources": "Harita Yükleniyor", "Arena/UI/Lose-you-reward": "- Ödülünüzü ve puanınızı kaybedeceksiniz, ayrıca geçici olarak yasaklanabilirsiniz", "Arena/UI/Match-Canceled": "Maç iptal edildi", "Arena/UI/Match_leaving_forbidden_body": "Bu maçtan ayrılırsanız yoldaşlarınızı dezavantajlı durumda bırakacaksınız.
Ödülünüzü, puanınızı kaybedeceksiniz ve geçici olarak yasaklanacaksınız.", - "Arena/UI/Match_leaving_forbidden_header": "Dikkat! Maçtan ayrılıyorsun.", + "Arena/UI/Match_leaving_forbidden_header": "Dikkat! Maçtan ayrılıyorsunuz.", "Arena/UI/Match_leaving_permitted_header": "Bu maçtan ceza almadan ayrılabilirsiniz.", "Arena/UI/PresetResetToDefault": "Settings for the following presets have been reset to default:", "Arena/UI/Return": "GERİ", @@ -15175,31 +15445,31 @@ "Arena/Widgets/Event/defend object": "Defend the device", "Arena/Widgets/Event/pickup object": "Pick up the device", "Arena/Widgets/Observer/capture point": "Hedefi ele geçir", - "Arena/Widgets/Observer/contesting point": "Objective contested", + "Arena/Widgets/Observer/contesting point": "Hedef için mücadele ediliyor", "Arena/Widgets/Observer/eliminate team": "Temizlik ekibi geliyor!", - "Arena/Widgets/Observer/kill all enemies": "Düşman takımı ortadan kaldırın", + "Arena/Widgets/Observer/kill all enemies": "Düşman takımını ortadan kaldırın", "Arena/Widgets/Observer/{0} team capturing point": "{0} takım hedefi ele geçiriyor", "Arena/Widgets/Observer/{0} team win": "Takım {0} kazandı", "Arena/Widgets/activate object": "Plant the device", - "Arena/Widgets/additional time": "Ekstra zaman", + "Arena/Widgets/additional time": "Uzatma süresi", "Arena/Widgets/ally captured point": "Takımın hedefi ele geçirdi", "Arena/Widgets/ally capturing point": "Takımın hedefi ele geçiriyor", "Arena/Widgets/capture point": "Hedefi ele geçir", "Arena/Widgets/capture point hold": "Capture and hold the objectives", - "Arena/Widgets/contesting point": "Objective contested", + "Arena/Widgets/contesting point": "Hedef için mücadele ediliyor", "Arena/Widgets/deactivate object": "Deactivate the device", "Arena/Widgets/defend object": "Defend the device", "Arena/Widgets/died": "öldü", - "Arena/Widgets/draw": "Berabere", + "Arena/Widgets/draw": "Beraberlik", "Arena/Widgets/eliminate team": "Temizlik ekibi geliyor!", "Arena/Widgets/end time": "Zaman doldu", "Arena/Widgets/enemy captured point": "Düşman takım hedefi ele geçirdi", "Arena/Widgets/enemy capturing point": "Düşman takım hedefi ele geçiriyor", "Arena/Widgets/final lasthero": "Battle over", "Arena/Widgets/goal lasthero": "Eliminate all enemies", - "Arena/Widgets/kill all enemies": "Düşman takımı ortadan kaldırın", + "Arena/Widgets/kill all enemies": "Düşman takımını ortadan kaldırın", "Arena/Widgets/killed": "öldürüldü", - "Arena/Widgets/killed himself": "İntihar etti", + "Arena/Widgets/killed himself": "intihar etti", "Arena/Widgets/main time": "Maç Süresi", "Arena/Widgets/match": "Maç", "Arena/Widgets/match draw": "Match draw", @@ -15214,12 +15484,12 @@ "Arena/Widgets/skip text": "Skip", "Arena/Widgets/tarkov": "Tarkov", "Arena/Widgets/unranked": "Derecesiz Mod", - "Arena/Widgets/wait next round": "Sıradaki round için hazırlan", + "Arena/Widgets/wait next round": "Sıradaki raunt için hazırlan", "Arena/Widgets/you capturing point": "Hedef ele geçiriliyor", - "Arena/Widgets/you in team {0}": "Takımın {0}", + "Arena/Widgets/you in team {0}": "Takımınız {0}", "Arena/Widgets/{0} team capturing point": "{0} takım hedefi ele geçiriyor", "Arena/Widgets/{0} team win": "{0} takım kazandı", - "Arena/popups/leadership for random player": "Liderlik rastgele bir oyuncuya devredilecek", + "Arena/popups/leadership for random player": "Liderlik, kalan oyunculardan rastgele birine devredilecek", "Arena/popups/you stay leader": "Grup lideri olarak kalacaksın", "Arena/presets/footer/not ready": "HAZIR DEĞİL", "Arena/presets/footer/ready": "HAZIR", @@ -15228,17 +15498,17 @@ "ArenaIntoxication": "Güçlü Zehir", "ArenaMemberCategory/UniqueID": "Ryzhy Edition", "ArenaPostMatchScreen/DailyExpBonus {0}": "Günlük ilk galibiyet bonusu: {0}", - "ArenaPresetCustomizationScreen/Delete": "Delete preset", - "ArenaPresetCustomizationScreen/DownloadTo": "Load preset as template", - "ArenaPresetCustomizationScreen/Favorite": "Add preset to Favorites", - "ArenaPresetCustomizationScreen/HighlightToggle": "Display item compatibility", - "ArenaPresetCustomizationScreen/Save": "Save preset", - "ArenaPresetCustomizationScreen/StepBack": "Revert changes", - "ArenaPresetCustomizationScreen/TutorialButton": "Tutorial", - "ArenaPresetViewScreen/CurrentRankPreset": "Mevcut Ön Ayar", + "ArenaPresetCustomizationScreen/Delete": "Ön ayarı sil", + "ArenaPresetCustomizationScreen/DownloadTo": "Ön ayarı şablon olarak yükle", + "ArenaPresetCustomizationScreen/Favorite": "Ön ayarı favorilere ekle", + "ArenaPresetCustomizationScreen/HighlightToggle": "Öğe uyumluluğunu göster", + "ArenaPresetCustomizationScreen/Save": "Ön ayarı kaydet", + "ArenaPresetCustomizationScreen/StepBack": "Değişiklikleri geri al", + "ArenaPresetCustomizationScreen/TutorialButton": "Eğitim", + "ArenaPresetViewScreen/CurrentRankPreset": "Mevcut rütbe için ön ayar", "ArenaPresetViewScreen/base": "Üs", "ArenaPresetViewScreen/exp_progress": "Ön Ayar Deneyim ilerleyişi", - "ArenaPresetViewScreen/need_unlock": "Ön Ayar'ın açılması gerekli", + "ArenaPresetViewScreen/need_unlock": "Ön ayar kilidinin açılması gerekiyor", "ArenaPresetViewScreen/unlocked": "Gereksinimler karşılandı", "ArenaQuestReroll/IsChangeNotAllowed": "Cannot replace this task", "ArenaQuestReroll/NotHaveMoney": "Not enough money to replace this task", @@ -15257,7 +15527,7 @@ "ArenaUI/BattleMenu/SquadLeaveWarning": "- Takımdan atılacaksınız", "ArenaUI/PresetView/FreePreset": "BOŞ", "ArenaUI/PresetView/PresetPreview": "Ön ayar önizlemesi", - "ArenaUI/PresetView/ShopPrice": "Fiyat", + "ArenaUI/PresetView/ShopPrice": "Mağaza fiyatı", "Arena_AirPit": "Air Pit", "Arena_AutoService": "Chop Shop", "Arena_Bay5": "Bay 5", @@ -15333,7 +15603,7 @@ "ArmoryTutor/UnlockTitle": "Unlocking items", "ArmoryTutor/WelcomeDescription": "This is where you will find all the items to customize your character", "ArmoryTutor/WelcomeStart": "Start", - "ArmoryTutor/WelcomeTitle": "Welcome to the Armory", + "ArmoryTutor/WelcomeTitle": "Cephaneliğe Hoş Geldiniz", "Aspect ratio:": "En-boy oranı:", "Assault": "Taarruz Tüfeği", "AssaultCarbine Mastering": "Saldırı Tüfeği", @@ -15347,13 +15617,13 @@ "AttachedLauncherLevelingUpDescription": "The Underbarrel Launchers weapon skill is improved by firing and reloading the corresponding weapon type.", "Attention": "Dikkat", "Attention!": "Dikkat!", - "Attention! All items, brought by you into the raid or found in it, have been lost.": "Dikkat! Baskın sırasında aldığın veya bulduğun bütün eşyaları kaybettin.", + "Attention! All items, brought by you into the raid or found in it, have been lost.": "Dikkat! Baskın sırasında bulduğun ve getirdiğin tüm eşyaları kaybettin.", "Attention! This is a Beta version of Escape from Tarkov for testing purposes.": "Dikkat! Bu \"Escape From Tarkov\"un Beta sürümüdür.", - "Attention! Your character is still in the raid.": "Dikkat! Karakterin hala baskında.", - "Attention! Your character is still in the raid. Time remaining for reconnection {0}": "Dikkat! Karakterin hala baskında. Yeniden bağlanmak için kalan süre: {0}", + "Attention! Your character is still in the raid.": "Dikkat! Karakteriniz hâlâ baskında.", + "Attention! Your character is still in the raid. Time remaining for reconnection {0}": "Dikkat! Karakteriniz hâlâ baskında. Yeniden bağlanmak için kalan süre: {0}", "Attention! You’ve completed the raid way too early.": "Dikkat! Baskını çok erken tamamladınız.", - "Attention! You’ve left the raid and lost everything you brought or found in it.": "Dikkat! Bir baskını yarıda bıraktın ve getirdiğin ve bulduğun herşeyi kaybettin.", - "AttentionDescription": "Dikkat, çeşitli konteynerlerin yağmalanma hızını artırır.", + "Attention! You’ve left the raid and lost everything you brought or found in it.": "Dikkat! Bir baskını yarıda bıraktın, bulduğun ve getirdiğin her şeyi kaybettin.", + "AttentionDescription": "Dikkat, çeşitli konteynerlerin yağmalama hızını artırır.", "AttentionEliteExtraLootExp": "Yağmalama deneyimini iki katına çıkartır", "AttentionEliteLuckySearch": "Bir konteynerde anında bir öğe bulma şansı [({0})]", "AttentionLevelingUpDescription": "The Attention skill is improved by searching containers and bodies.", @@ -15362,7 +15632,7 @@ "Auctionsdescription": "Müzayedeler", "Authentic": "Hakiki", "Authorization": "YETKİ", - "Authorization/ForceLogoutMessage": "Tekrar giriş yapmak gerekiyor. Başlatıcıyı yeniden başlatın", + "Authorization/ForceLogoutMessage": "Yeniden giriş gerekli. Lütfen istemciyi yeniden başlatın", "Authorization/SystemMessageHeader": "Sistem mesajı", "AuthorizationErrorHeader": "Yetkilendirme Hatası", "AuthorizationErrorMessage": "Yetkilendirme hatası oluştu", @@ -15374,7 +15644,7 @@ "Awaiting server response...": "Sunucu bekleniyor...", "Awaiting session start...": "Oturum başlangıcı bekleniyor...", "BADWORK": "BERBAT BİR İŞ", - "BAD_RTT": "Sunucu bağlantısı düşük bağlantı kalitesi yüzünden kaybedildi", + "BAD_RTT": "Sunucu bağlantısı, düşük bağlantı kalitesi yüzünden kesildi", "BEAR": "BEAR", "BEAR Matchmaker": "Ana karakteriniz olan eski bir BEAR PMC operatörü ile bir baskına katılın ve Tarkov'dan canlı olarak kaçmak için gereken her şeyi yapın.", "BIPOD RECOIL BUFF": "Mounted recoil buff", @@ -15382,7 +15652,7 @@ "BTR": "BTR", "BULLET SPEED": "MERMİ HIZI", "BUY": "SATIN AL", - "BUY PARTS": "PARÇA AL", + "BUY PARTS": "PARÇA SATIN AL", "Back": "GERİ", "Backpack": "Sırt Çantası", "Bad language filter": "Dil Filtresi", @@ -15406,12 +15676,12 @@ "Binaural audio settings will be applied after raid restart.": "Oyunu yeniden başatınca binoral ses ayarları uygulanacaktır.", "BitcoinFarm": "BITCOIN ÜRETİMİ", "BlastGangDescription": "A team battle in a 5v5 format. A classic Search and Destroy game mode with one side attacking and the other defending.", - "BlindShootAbove": "Kafa üstü kör atış", - "BlindShootRight": "Sağ tarafa kör atış", + "BlindShootAbove": "Baş üstü kör ateş", + "BlindShootRight": "Sağ taraftan kör ateş", "Blood": "Kan", "Blood lost": "Kaybedilmiş kan miktarı", "BloodLoss": "Kan Kaybı", - "Bloom": "Parlaklık", + "Bloom": "Parlama", "BodyTemperature": "Vücut sıcaklığı", "Boiler Tanks": "Kazan Tankları", "BonfireBuff": "Bonfire's warmth", @@ -15450,7 +15720,7 @@ "Builds": "Şablonlar", "Button/UNLOCK": "KİLİDİ AÇ", "BuyingInsuranceAndContainersWillSaveLoot": "Sigorta ve güvenli sandık satın almak, ölüm halinde ganimetini ve ekipmanını korur.", - "Buys:": "Alışlar:", + "Buys:": "Satın Alımlar:", "CALIBER": "KALİBRE", "CAN BE USED IN RAID": "BASKINDA KULLANILABİLİR", "CASH IN STASH: ": "ZULADAKİ PARA: ", @@ -15467,11 +15737,11 @@ "COMETOME": "BANA GEL", "COMMAND": "KOMUT", "COMPATIBLE WITH AVAILABLE": "UYUMLU OLAN EŞYALAR", - "CONFIRM LEAVE": "TERK ETMEYİ ONAYLAYIN", + "CONFIRM LEAVE": "TERK ETMEYİ ONAYLA", "CONFIRMATION": "ONAYLA", "CONNECT TO GLOBAL CHAT": "GENEL SOHBETE BAĞLAN", - "CONSCTRUCT REQUIREMENTS": "İNŞA ETMEK İÇİN GEREKENLER", - "CONSTRUCT REQUIREMENTS": "İNŞAAT İÇİN GEREKENLER", + "CONSCTRUCT REQUIREMENTS": "İNŞA GEREKSİNİMLERİ", + "CONSTRUCT REQUIREMENTS": "İNŞA GEREKSİNİMLERİ", "CONSUME": "TÜKET", "CONTACT": "TEMAS", "CONTAINER TYPE": "SANDIK TİPİ", @@ -15480,14 +15750,14 @@ "CONTROLS": "KONTROLLER", "COOPERATION": "İŞBİRLİĞİ", "COPY": "Kopyala", - "COPY METADATA": "METADATA KOPYALA", + "COPY METADATA": "META VERİLERİ KOPYALA", "COVERING": "KORUMA", "COVERME": "BENİ KORU", "CREATE": "OLUŞTUR", "CURRENT BONUSES:": "MEVCUT BONUSLAR:", "CURRENT INGAME TIME:": "MEVCUT OYUN İÇİ ZAMAN:", - "CURRENT NEGATIV BONUSES:": "GÜNCEL CEZALAR:", - "CURRENT RANK": "ŞU ANKİ RÜTBE", + "CURRENT NEGATIV BONUSES:": "MEVCUT CEZALAR:", + "CURRENT RANK": "MEVCUT RÜTBE", "CURRENT WEATHER CONDITIONS:": "MEVCUT HAVA KOŞULLARI:", "CUS_TRANSIT_10": "TRANSIT01", "CUS_TRANSIT_10_COND": " ", @@ -15545,8 +15815,8 @@ "ChatScreen/QuestItemsListHeader": "Aşağıdaki eşyalar görev eşyası deposuna taşınacak:", "ChatScreen/QuestItemsMoved": "Öğeler başarıyla görev deposuna taşındı", "Check your email": "Lütfen bu hesabın kaydı için kullandığınız e-posta adresini kontrol edin. Cihaz doğrulama kodunu 5 dakika içinde alacaksınız.", - "CheckAmmo": "Mühimmatı Kontrol Et", - "CheckChamber": "Mermi yuvasını kontrol et/Arızayı düzelt", + "CheckAmmo": "Mühimmatı kontrol et", + "CheckChamber": "Mermi yatağını kontrol et/Arızayı düzelt", "CheckFireMode": "Atış modunu kontrol et", "CheckPointDescription": "Fight for control over the game location along with your team by capturing and holding the objectives.", "CheckTimeSpeed": "Kontrol etme hızı", @@ -15555,10 +15825,10 @@ "Choose your character": "GRUBUNU SEÇ", "Choose your nickname": "KULLANICI ADINI SEÇ", "ChristmasIllumination": "Yılbaşı Aydınlatması", - "Chromatic aberrations": "Kromatik Aberasyon", + "Chromatic aberrations": "Kromatik Renk Sapması", "ChronicStaminaFatigue": "Yorgunluk", - "Clarity:": "Belirginlik:", - "Cleanoperations": "Temiz Operasyonlar", + "Clarity:": "Netlik:", + "Cleanoperations": "Kusursuz Operasyonlar", "Cleanoperationsdescription": "Kusursuz Operasyonlar", "Clear memory": "Otomatik RAM Temizleyici", "Clear table": "Tabloyu temizle", @@ -15613,8 +15883,8 @@ "Collider Type LeftThigh": "Sol bacak, Kalça", "Collider Type LeftUpperArm": "Sol kol, Omuz", "Collider Type LowerBack": "Karın, Bel", - "Collider Type NeckBack": "Thorax, Boyun", - "Collider Type NeckFront": "Thorax, Boğaz", + "Collider Type NeckBack": "Thorax, Neck", + "Collider Type NeckFront": "Thorax, Throat", "Collider Type ParietalHead": "Kafa, Baş üstü", "Collider Type Pelvis": "Karın, Kasık", "Collider Type PelvisBack": "Karın, Kalça", @@ -15631,11 +15901,11 @@ "Collider Type SpineDown": "Karın, Bel", "Collider Type SpineTop": "Göğüs, Sırt", "Collider Type Stomach": "Karın", - "Color grading": "Renk derecelendirme:", - "Color grading:": "Renk derecelendirme:", - "Colorblind": "Renk körü", - "Colorblind mode:": "Renk körü modu:", - "Colorfulness:": "Renklilik:", + "Color grading": "Renk uyarlaması:", + "Color grading:": "Renk uyarlaması:", + "Colorblind": "Renk körlüğü", + "Colorblind mode:": "Renk körlüğü modu:", + "Colorfulness:": "Renk canlılığı:", "Combat": "Çatışma", "ComeWithMeGesture": "Follow me", "Commission": "Komisyon", @@ -15695,14 +15965,14 @@ "Current location:": "Mevcut konum:", "Custom/Description": "Custom Game\nIn this mode, you can create a match according to your own rules or join an existing room.\nProgress made in this game mode is not saved!", "CustomPresetsTutor/ClassAssaultDescription": "A versatile class balancing offense and defense", - "CustomPresetsTutor/ClassAssaultTitle": "Assault", + "CustomPresetsTutor/ClassAssaultTitle": "Taarruz", "CustomPresetsTutor/ClassDescription": "Available preset classes:", "CustomPresetsTutor/ClassInfo": "Each class has different metascore limits. Equip your preset with weapons, \nammunition, armor, and medical supplies so that each of the bars is within the green zone.", "CustomPresetsTutor/ClassMPHigh": "upper limit", "CustomPresetsTutor/ClassMPLow": "lower limit", "CustomPresetsTutor/ClassMPTarget": "permitted meta score", - "CustomPresetsTutor/ClassScoutDescription": "An offensive class with access to armor-piercing ammunition and rapid-fire weapons", - "CustomPresetsTutor/ClassScoutTitle": "Scout", + "CustomPresetsTutor/ClassScoutDescription": "Zırh delici mühimmat ve hızlı ateş eden silahlara erişimi olan saldırı odaklı bir sınıf", + "CustomPresetsTutor/ClassScoutTitle": "Gözcü", "CustomPresetsTutor/ClassSniperDescription": "A specialist class that fights at long distances", "CustomPresetsTutor/ClassSniperTitle": "Marksman", "CustomPresetsTutor/ClassSqbDescription": "A defensive class with great variability in body and head protection", @@ -15726,7 +15996,7 @@ "CustomPresetsTutor/WelcomeDescription": "Here you will learn the basic mechanics of creating your own presets \nand how to build the most effective preset for your matches.", "CustomPresetsTutor/WelcomeStart": "Başlat", "CustomPresetsTutor/WelcomeTitle": "Welcome to Custom Presets", - "Custom_scav_pmc": "Boiler room basement (Co-op)", + "Custom_scav_pmc": "Boiler Room Basement (Co-op)", "CustomizationDirectReward/Description": "You will unlock this style as a reward", "CustomizationNotExists": "Unavailable clothing in one or more presets", "CustomizationOfferReward/Description": "Unlocks tactical clothing offer", @@ -15926,7 +16196,7 @@ "EArenaPresetClass/Assault": "Assault", "EArenaPresetClass/CQB": "Enforcer", "EArenaPresetClass/Marksman": "Marksman", - "EArenaPresetClass/Scout": "Scout", + "EArenaPresetClass/Scout": "Gözcü", "EArenaPresetClass/collection": "COLLECTION", "EArenaPresetsListType/Base": "Standard", "EArenaPresetsListType/Custom": "Custom", @@ -16074,11 +16344,11 @@ "EItemQuickUseMode/InRaidAndInLobby": "Baskında ve zulada", "EItemQuickUseMode/InRaidOnly": "Yalnızca Baskında", "EMPTY_SLOT": "YOK", - "EMalfunctionState/Feed": "Besleme hatası", - "EMalfunctionState/HardSlide": "Sürgü sıkışmış", - "EMalfunctionState/Jam": "Fırlatma hatası", + "EMalfunctionState/Feed": "Mermi besleme hatası", + "EMalfunctionState/HardSlide": "Sürgü sıkışması", + "EMalfunctionState/Jam": "Kovan sıkışması", "EMalfunctionState/Misfire": "Tekleme", - "EMalfunctionState/SoftSlide": "Sürgü sıkışmış", + "EMalfunctionState/SoftSlide": "Sürgü sıkışması", "EMatchingStatus/GroupPlayer": "Oyunu sadece takım lideri başlatabilir", "EMatchingStatus/NotEnoughPlayers": "Başlamak için yeterli oyuncu yok", "EMatchingStatus/NotReady": "Tüm oyuncular baskını başlatmaya hazır değil", @@ -16215,7 +16485,7 @@ "Enable Bosses": "Bossları etkinleştir", "Enable NVidia Highlights": "NVIDIA Highlights'ı etkinleştir", "Enable OFFLINE mode for this raid": "Bu baskın için Çevri̇mdışı modunu etkinleştirin", - "Enable PostFX": "PostFX Etkinleştirin", + "Enable PostFX": "PostFX Etkinleştir", "Enable PvE": "Pve'yi Etkinleştir", "Enabled": "Etkin", "Endurance": "Dayanıklılık", @@ -16278,8 +16548,8 @@ "Exit4": "Kontrol noktası çiti", "ExitConfirm": "Çıkmak istediğinizden emin misiniz?", "Exit_E10_coop": "Pinewood basement", - "ExpBonusKilled": "Çatışmada Öldürülme (ÇÖ)", - "ExpBonusLeft": "Çatışmadan Ayrıldı", + "ExpBonusKilled": "Çatışmada Ölme (ÇÖ)", + "ExpBonusLeft": "Görev Terk Edildi", "ExpBonusMissingInAction": "Çatışma Kaybı", "ExpBonusRunner": "Çatışmadan Kaçtı", "ExpBonusSurvived": "Hayatta kalındı", @@ -16425,7 +16695,7 @@ "GetOut": "Dışarı çık", "Goggles": "Gözlük", "Good standing": "iyi", - "GrassShadow": "Çim Gölgeleri", + "GrassShadow": "Çimen Gölgeleri", "Grenade": "El Bombası", "GrenadeLauncher Mastering": "Bomba atar", "Group disbanded": "Grup dağıldı", @@ -16468,7 +16738,7 @@ "Handover items to trader": "Eşyaları satıcıya teslim et", "HandsTremor": "Ellerde titreme", "Has been transfered": "Aktarıldı", - "Head": "BAŞ", + "Head": "KAFA", "HeadSegment/Ears": "Kulaklar", "HeadSegment/Eyes": "Gözler", "HeadSegment/Jaws": "Çene", @@ -16510,7 +16780,7 @@ "Hideout/Bestowed": "The Gift is bestowed", "Hideout/CircleOfCultists": "Cultist Circle", "Hideout/CircleOfCultists/MaxItemsCount": "Max items: {0}", - "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "Cultists can't bestow their Gift while you're in the Hideout", + "Hideout/CircleOfCultists/TheGiftCantBeBestowed": "Cultists can't bestow their Gift while you're in the Hideout.", "Hideout/Craft/ToolMarkerTooltip": "Bu öğe yardımcı bir araç olarak kullanılacaktır. Üretim tamamlandıktan sonra zulanıza geri dönecektir.", "Hideout/Customization/Ceiling/TabName": "Ceiling", "Hideout/Customization/Ceiling/WindowHeader": "Select the ceiling for installation", @@ -16558,7 +16828,7 @@ "Hideout\\Craft\\ToolMarketTooltip": "", "Hideout_area_16_stage_3_description": "A full-fledged area in the Hideout dedicated to storing items of collectible value.", "Hiding objective {0:F1}": "Nesne gizleme {0:F1}", - "HighQualityColor": "Yüksek kaliteli renk", + "HighQualityColor": "Yüksek Kaliteli Renk", "HighQualityColor setting will be fully applied after the raid restarts": "Ayar baskın yeniden başlayınca tam olarak uygulanacak", "HighQualityFog": "High-quality fog (Test)", "Hold to Aim": "Nişan almak için basılı tut", @@ -16756,7 +17026,7 @@ "KeeperDoorOpen": "GİR", "KeyCombination_BlindShootAbove": "Kafa üstü kör atış", "KeyCombination_BlindShootRight": "Sağ tarafa kör atış", - "KeyCombination_CheckAmmo": "Namluyu kontrol et", + "KeyCombination_CheckAmmo": "Mermi yatağını kontrol et", "KeyCombination_CheckMagazine": "Şarjörde kalan mermilere bak", "KeyCombination_CheckShootingMode": "Atış modunu kontrol et", "KeyCombination_CloseQuartersWeapon": "Yakın saldırı silahını seç", @@ -16772,7 +17042,7 @@ "KeyCombination_LeanStep": "Yan adım sol, sağ", "KeyCombination_LookAround": "Serbest kamera", "KeyCombination_MagazineChoosing": "Şarjör seç", - "KeyCombination_OpticCalibration": "Nişangâh görüş açısını değiştir", + "KeyCombination_OpticCalibration": "Nişangâh görüş mesafesini ayarla", "KeyCombination_QuickReloadWeapon": "Silahtaki şarjörü yere düşürerek hızlı şarjör değiştir", "KeyCombination_RandomPhrase": "Mırıltı/alay ifadesi", "KeyCombination_ReloadWeapon": "Şarjör değiştir", @@ -16795,7 +17065,7 @@ "Killed": "Öldürülen", "Killed by": "Öldüren ", "Killed in Action": "Çatışmada Öldürüldü", - "Killed in action (KIA)": "Çatışmada Öldürüldü (ÇÖ)", + "Killed in action (KIA)": "Çatışmada Ölme (ÇÖ)", "Kills": "Öldürmeler", "Kills Death Rate Short": "K/D: {0}", "Kills Short": "Ö: {0}", @@ -16866,7 +17136,7 @@ "Left Arm": "SOL KOL", "Left Hand": "SOL EL", "Left Leg": "SOL BACAK", - "Left the Action": "Çatışmadan Ayrıldı", + "Left the Action": "Görev Terk Edildi", "LeftAlt": "Sol Alt", "LeftArm": "Sol Kol", "LeftStance": "Shoulder transition", @@ -16929,7 +17199,7 @@ "Lose": "Yenilgi", "Lower body": "Alt gövde", "Loyalty level (LL)": "Sadakat Seviyesi (SS)", - "Luma sharpen:": "Luma netleştirme:", + "Luma sharpen:": "Luma keskinleştirme:", "Lvl": "Seviye", "M": "M", "MAIL": "SOHBET", @@ -17036,11 +17306,11 @@ "Malfunction/OneIn{0}Shots": "{0} çekimde bir", "Malfunction/VeryHighChance": "ÇOK YÜKSEK", "Malfunction/VeryLowChance": "ÇOK DÜŞÜK", - "Malfunction: Feed": "Arıza: Besleme başarısız", - "Malfunction: HardSlide": "Arıza: Sürgü sıkışmış", - "Malfunction: Jam": "Arıza: Çıkarma başarısız", + "Malfunction: Feed": "Arıza: Mermi besleme başarısız", + "Malfunction: HardSlide": "Arıza: Sürgü sıkışması", + "Malfunction: Jam": "Arıza: Kovan sıkışması", "Malfunction: Misfire": "Arıza: Tekleme", - "Malfunction: SoftSlide": "Arıza: Sürgü sıkışmış", + "Malfunction: SoftSlide": "Arıza: Sürgü sıkışması", "MalfunctionExaminationRequired": "Arıza! Silahını incele", "MalfunctionProtectionsCommonBuff": "Arıza olasılığını azaltır", "Map loading...": "Harita yükleniyor...", @@ -17144,8 +17414,8 @@ "Mute": "SUSTUR", "Mute other players": "Diğer oyuncuları sustur", "MuteVoip": "Mute VoIP & Radio", - "NDA Policy warning": "Bu Beta sürümü ürünün son halini temsil etmez ve gizlilik sözleşmesi uyarınca ilgili materyallerin (videolar, canlı yayın veya ekran görüntüleri) yayınlanması kesinlikle yasaktır. Anlayışınız ve desteğiniz için teşekkür ederiz. Bol şans!", - "NDA free warning": "Bu Beta sürümü ürünün halini temsil etmez. Anlayışınız ve desteğiniz için teşekkürler. İyi şanslar!", + "NDA Policy warning": "Beta sürümü, ürünün nihai sürümünü temsil etmez ve ilgili materyallerin (videolar, yayınlar veya ekran görüntüleri) paylaşılması, Gizlilik Sözleşmesi (NDA) politikası gereği kesinlikle yasaktır. Anlayışınız ve desteğiniz için teşekkür ederiz. İyi şanslar!", + "NDA free warning": "Beta sürümü, ürünün nihai sürümünü temsil etmez. Anlayışınız ve desteğiniz için teşekkürler. İyi şanslar!", "NEEDAMMO": "CEPHANE LAZIM", "NEEDFRAG": "BOMBAYA İHTİYACIM VAR", "NEEDHELP": "YARDIMA İHTİYACIM VAR", @@ -17155,7 +17425,7 @@ "NEEDWEAPON": "SİLAH LAZIM", "NEGATIVE": "OLUMSUZ", "NEW BUILD": "YENİ ŞABLON", - "NEXT LEVEL UPGRADE REQUIREMENTS": "İnşaat gereksinimleri", + "NEXT LEVEL UPGRADE REQUIREMENTS": "İnşa gereksinimleri", "NICKNAME": "KULLANICI ADI", "NO (N)": "HAYIR (N)", "NO ACTIVE TASKS": "AKTİF GÖREV YOK", @@ -17179,7 +17449,7 @@ "NY_FINAL": "EVENT", "NY_FINAL_COND": "", "NY_FINAL_DESC": "Final Generator", - "Nakatani_stairs_free_exit": "Nakatani Basement Stairs", + "Nakatani_stairs_free_exit": "Nakatani Bodrum Merdiveni", "Nape": "Ense", "NeededSearch": "GEREKLİ ARAMA", "NetworkError/SessionLostErrorMessage": "Oturum kayboldu. Tekrar giriş yapmak gerekiyor", @@ -17227,8 +17497,8 @@ "NoiseSuppressionLevels/VeryHigh": "Çok yüksek", "Non-authentic": "Asılsız", "NonAllTeammates": "Not all group members are ready to transit", - "Not available in alpha": "Mevcut Beta sürümde kullanılabilir değil.", - "Not available in raid": "Baskında mümkün değil", + "Not available in alpha": "Mevcut Beta sürümünde kullanılamıyor.", + "Not available in raid": "Baskında kullanılamaz", "Not enough experience gained. Therefore, you have received the Ran Through exit status.": "Yeterli tecrübe kazanılamadı. Bu nedenle Firari statüsü aldınız.", "Not enough place for item": "Eşya için yeterli alan yok", "Not implemented yet": "Henüz eklenmedi", @@ -17247,7 +17517,7 @@ "Notification/ContainUnremovableItem": "Atılamaz bir öğeyi tutan bir kapsayıcı atılamaz", "Notification/HighLevelQueue": "High level. You will be put in High level queue", "Notification/MalfunctionExaminationRequired": "Arıza! Silahını incele", - "Notification/MalfunctionOccurred": "Arıza:", + "Notification/MalfunctionOccurred": "Arıza: {0}", "Notification/MalfunctionRepairRequired": "Arızayı düzelt: \"{0}\"", "Notification/SniperFlareZone": "Sinyal alanı", "NotificationGroupMatchAbortDescription": "Eşleştirme iptal edildi", @@ -17285,12 +17555,12 @@ "OVERWEIGHT_EFFECT_STANCE": "Stance height decreased", "OVERWEIGHT_EFFECT_WALK": "Walking drains stamina", "OVR": "OVR", - "Object LOD quality:": "Nesnelerin ayrıntı düzeyi kalitesi:", + "Object LOD quality:": "Nesne ayrıntı düzeyi kalitesi:", "Objectives": "Hedef(ler)", "Observer": "Spectator", - "ObtainPrestigeScreen/Conformation/SubTitle": "General Info", - "ObtainPrestigeScreen/Title": "PRESTIGE", - "ObtainPrestigeScreen/Transfer/SubTitle": "Item transfer", + "ObtainPrestigeScreen/Conformation/SubTitle": "Genel Bilgi", + "ObtainPrestigeScreen/Title": "PRESTİJ", + "ObtainPrestigeScreen/Transfer/SubTitle": "Eşya transferi", "Offer was sold or out of stock": "Teklif satıldı", "Office Window": "Ofis Penceresi", "Offline raid description": "Bu modda, kendi başınıza çevrimdışı pratik yapabilir veya diğer oyuncularla tanışma riski olmadan arkadaşlarınızla çevrimiçi ortak bir oyuna girebilirsiniz. Canlı rakiplere karşı gerçek bir savaşa girmeden önce yerleri keşfetmek, silahlarınızı test etmek ve diğer etkinlikleri yapmak için bu modu kullanabilirsiniz. İşbirliği modundaki tüm oyun mekaniği (hava durumu, botlar, Patronlar vb.) çevrimiçi mekanikle aynıdır.", @@ -17327,7 +17597,7 @@ "OtherPlayerProfile/PlaceholderAchievements": "No earned achievements", "OtherPlayerProfile/PlaceholderItems": "No favorite items", "OtherPlayerProfile/PlaceholderWeapons": "No favorite weapons", - "OtherPlayerProfile/RareAchievements": "Nadir başarılar", + "OtherPlayerProfile/RareAchievements": "Nadir Başarımlar", "OtherPlayerProfile/ViewHideout": "VIEW HIDEOUT", "Out of Stock": "Tükendi", "Outskirts": "İlçe Sınırı", @@ -17405,10 +17675,10 @@ "Preset_unlocking": "Unlocking...", "Press Assemble button to build and place it in stash.": "Silahı tamamlamak ve envantere yerleştirmek için \"Parçaları Birleştir\" düğmesine basın.", "Press any key...": "Herhangi bir tuşa basın...", - "Prestige": "Prestige", + "Prestige": "Prestij", "Prestige/Conformation/Lost": "RESETS", - "Prestige/Conformation/Lost/Arena": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH", - "Prestige/Conformation/Lost/EFT": "• TRADER STANDING\n• TASK PROGRESS\n• CHARACTER LEVEL\n• STASH\n• HIDEOUT PROGRESS", + "Prestige/Conformation/Lost/Arena": "• TÜCCAR İTİBARI\n• GÖREV İLERLEMESİ\n• KARAKTER SEVİYESİ\n• ZULA", + "Prestige/Conformation/Lost/EFT": "• TÜCCAR İTİBARI\n• GÖREV İLERLEMESİ\n• KARAKTER SEVİYESİ\n• ZULA\n• SIĞINAK İLERLEMESİ", "Prestige/Conformation/Save": "STAYS", "Prestige/Conformation/Save/Arena{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• ARP RATING\n• ARMORY PROGRESS\n• PROFILE STATISTICS", "Prestige/Conformation/Save/EFT{S}{M}": "• {S}% SKILLS \n• {M}% MASTERING\n• EARNED ACHIEVEMENTS\n• PROFILE STATISTICS\n• PRESTIGE PROGRESS", @@ -17421,12 +17691,12 @@ "Prestige/Levels/Claim": "CLAIM", "Prestige/Levels/ConditionsListCaption": "UNLOCK CONDITIONS", "Prestige/Levels/ConditionsNotReady": "CONDITIONS NOT MET", - "Prestige/Levels/NotAvailableInRaid": "NOT AVAILABLE IN RAID", + "Prestige/Levels/NotAvailableInRaid": "BASKINDA KULLANILAMAZ", "Prestige/Levels/PreviousNotClaimed": "PREVIOUS LEVEL NOT CLAIMED", "Prestige/Levels/RewardOverviewCaption": "REWARD OVERVIEW", "Prestige/Levels/RewardsListCaption": "REWARDS FOR OBTAINING PRESTIGE", - "Prestige/Rewards/ModesCaption": "AVAILABLE IN GAME MODES:", - "Prestige/Rewards/RewardDescription": "DESCRIPTION:", + "Prestige/Rewards/ModesCaption": "MEVCUT OYUN MODLARI:", + "Prestige/Rewards/RewardDescription": "AÇIKLAMA:", "PrestigeTooltip{0}": "Prestige level: {0}", "Previous": "Önceki", "PreviousMagazine": "Önceki şarjör", @@ -17574,7 +17844,7 @@ "QuestCondition/Preset/632f7afadcb4c7c2c209ba8f": "Enforcer", "QuestCondition/Preset/632f8229f6541cacd808452c": "Assault", "QuestCondition/Preset/632f8d94f6541cacd808452d": "Ranked preset", - "QuestCondition/Preset/632f8dadbe00240c170aab18": "Scout", + "QuestCondition/Preset/632f8dadbe00240c170aab18": "Gözcü", "QuestCondition/Preset/632f8e11f6541cacd808452e": "Marksman", "QuestCondition/Preset/64f70b7d6706c3eeaf0ca809": "Collection preset", "QuestCondition/Preset/Enemy/PresetId{0}": " who are playing as the {0} preset", @@ -17794,7 +18064,7 @@ "Required {0} to be unlocked": "Kilidini açmak için {0} gerekiyor", "Required {0}, level {1}": "{0} seviye yükseltmesi gerekli, sizin seviyeniz {1}", "Required skill {0}, level {1}": "{0} yeteneğinin {1}. seviyesi gerekiyor", - "Resampling": "Yeniden Örnekleme:", + "Resampling": "Yeniden örnekleme:", "ReserveBase": "Reserve", "ResetTag": "Etiketi sıfırla", "Resolution has changed. Do you want to keep current resolution?": "Çözünürlük değişti. Geçerli çözünürlüğü korumak istiyor musunuz?", @@ -17881,7 +18151,7 @@ "SPREADOUT": "DAĞILIN", "SSAA": "SSAA:", "SSAO:": "SSAO:", - "SSR:": "SSR:", + "SSR:": "Ekran Alanı Yansıması:", "STASH": "ZULA", "STATUSKILLLIST": "DURUM", "STOP": "DUR", @@ -17981,7 +18251,7 @@ "Settings/Control/ResetWarning": "All controls settings have been reset to default.\n\n• Action \"Melee weapon\" has been reassigned to \"U\". \"Melee attack\" has been reassigned to \"U\" on Double click.\n• Added a new action \"Mount weapon\" on \"V\". \n• Added a new action \"Toggle bipod\" on \"V+LCtrl\".\n• Added a new action \"Smooth scope zoom adjustment\" on \"Alt + ScrollUp/ScrollDown\".\n\nPlease try these settings in-game before changing them.", "Settings/DoubleClickTimeout": "Çift tıklama zaman aşımı", "Settings/Game/ConnectionType": "Bağlantı türü", - "Settings/Graphics/CloudsQuality": "Clouds quality", + "Settings/Graphics/CloudsQuality": "Clouds quality:", "Settings/Graphics/CloudsQualityTooltip": "Allows you to manually adjust the quality settings of clouds to achieve the desired balance between performance and visual effects.", "Settings/Graphics/DLSSLockThis": "DLSS is on", "Settings/Graphics/DLSSModeTooltip": "NVIDIA DLSS, maksimum grafik ayarlarında mümkün olan en yüksek kare hızını sağlamak için AI Super Resolution teknolojisini kullanır. DLSS, bir NVIDIA RTX grafik kartı gerektirir.", @@ -18015,8 +18285,8 @@ "Settings/Regions/Name": "Name", "Settings/Regions/Ping": "Ping", "Settings/Regions/Region": "Region", - "Settings/RevertControl": "AYARLI GERİ AL", - "Settings/RevertControlToDefault": "Kontrol ayarlarını varsayılan ayarlarına geri çevir?", + "Settings/RevertControl": "KONTROLLERİ VARSAYILANA SIFIRLA", + "Settings/RevertControlToDefault": "Kontrol ayarlarını varsayılana sıfırlamak istiyor musunuz?", "Settings/Settings have been changed": "Bazı ayarlar değiştirildi. Bunları kaydetmek istiyor musunuz?", "Settings/Sound/BinauralSound": "Binaural ses", "Settings/Sound/ChatVolume": "Sohbet sesi seviyesi:", @@ -18082,7 +18352,7 @@ "ShotgunLevelingUpDescription": "The Shotguns weapon skill is improved by firing and reloading the corresponding weapon type.", "Show icons": "Simgeleri göster", "Show:": "Göster:", - "SightingRange": "ATIŞ POLİGONU", + "SightingRange": "GÖRÜŞ MESAFESİ", "SignalizatorVibrationOff": "Disable vibration", "SignalizatorVibrationOn": "Enable vibration", "Silent bots": "Sessiz botlar", @@ -18101,14 +18371,14 @@ "Slot9": "Yuva 9", "Smg Mastering": "Hafif makineli tüfek", "Smuggler's Boat": "Kaçakçı teknesi", - "Smugglers_Trail_coop": "Smuggler's Path (Co-op)", + "Smugglers_Trail_coop": "Smugglers' Path (Co-op)", "Sniper": "Keskin Nişancı Tüfeği", "Sniper Roadblock": "Nişancı Barikatı", "SniperDescription": "Snipper tüfeği idare yeteneği tüm idare yeteneğini geliştirir, tepmeyi düşürür ve şarjör yenileme süresini azaltır.", "SniperLevelingUpDescription": "The Bolt-action rifles weapon skill is improved by firing and reloading the corresponding weapon type.", "SniperRifle": "Keskin nişancı tüfeği", "SniperRifle Mastering": "Keskin nişancı tüfeği", - "Sniper_exit": "Mira Ave", + "Sniper_exit": "Mira Ave (Flare)", "Sniping": "Keskin Nişancılık", "SnipingDescription": "Keskin nişancı becerisi nişan alırken ve özellikle yatarken geri tepmeyi azaltır ayrıca daha uzun nefes tutmayı sağlar.", "Softstop/You will be counted as a survivor": "Sunucu durdurulacak. Bu süre sonunda hala baskında olursan, \"Hayatta Kaldı\" durumu alacaksın.", @@ -18183,7 +18453,7 @@ "StrengthBuffSprintSpeedInc": "Hareket ve koşma hızını [{0:0%}] artırır", "StrengthBuffThrowDistanceInc": "Fırlatma mesafesini [{0:0%}] artırır", "StrengthDescription": "Artan güç, daha yükseğe atlamanızı, daha hızlı koşmanızı, daha sert vurmanızı, daha uzağa atmanızı ve daha fazla ağırlık taşımanızı sağlar.", - "StrengthLevelingUpDescription": "The Strength skill is improved by sprinting with the overweight status effect, throwing grenades, using melee weapons, and by working out in the Hideout gym.", + "StrengthLevelingUpDescription": "The Strength skill is improved by moving around with the overweight status effect, throwing grenades, using melee weapons, and by working out in the Hideout gym.", "StressBerserk": "Berserk moduna erişim", "StressPainChance": "Kanama şansını [{0:0%}] azaltır", "StressResistance": "Stres Direnci", @@ -18376,7 +18646,7 @@ "Tooltips/Priority/PriorityDescription": "Make stash a priority window", "Tooltips/gridwindow/Priority/Description": "Prioritize this window", "Top": "Baş", - "TopUp": "Doldurmak", + "TopUp": "DOLDUR", "Total": "Toplam", "Total (or estimated) price:": "Toplam (veya tahmini) fiyat:", "Tournament": "Turnuva", @@ -18452,7 +18722,7 @@ "Trading/Dialog/PlayerTaxi/Woods/p5/Description": "To the USEC checkpoint, alright. Not driving for free, though.", "Trading/Dialog/PlayerTaxi/Woods/p5/Name": "USEC Checkpoint", "Trading/Dialog/PlayerTaxi/Woods/p6/Description": "I'm mapping out the route to the Emercom base. You cool price-wise?", - "Trading/Dialog/PlayerTaxi/Woods/p6/Name": "EMERCOM Base", + "Trading/Dialog/PlayerTaxi/Woods/p6/Name": "Emercom Base", "Trading/Dialog/PlayerTaxi/Woods/p7/Description": "Okie-dokie, old sawmill it is. Here's the price.", "Trading/Dialog/PlayerTaxi/Woods/p7/Name": "Old Sawmill", "Trading/Dialog/PlayerTaxi/Woods/p8/Description": "You want me to drop you off at the depot? Just so you know, you can't get out of there without me. If the price is okay, you keep an eye on the time there, okay?", @@ -18516,7 +18786,7 @@ "Try_keycard {0}": "{0} Dene", "Tunnel": "Tünel", "Tunnel_Shared": "Yan tünel", - "Tutorial hints": "Rehber ipuçları", + "Tutorial hints": "Eğitim ipuçları", "Tutorial_CharacterSelection_Description": " Scav olarak ana karakterinin teçhizatını riske atmıyorsun, ancak baskınlardan canlı çıkarsan, tüm teçhizat ve ganimetler ana karakterinin zulasına transfer edilebilir. Dahası, diğer yapay zekalı NPCler, seni, onlardan birini öldürene yada birine hakaret edene kadar düşman olarak görmeyecekler.\n Fakat, ana karakterin deneyim ve yetenek kazanmayacak.\\n\\n Ancak scav olarak oynamak bir bekleme süresi ile sınırlandırılmıştır. Bu, değerli ganimetleri riske atmadan, oyuna alışmak için iyi bir yol.\n", "Tutorial_CharacterSelection_Title": "Karakter seçimi", "Tutorial_CloseConfirmationDialog_Accept": "Evet", @@ -18575,7 +18845,7 @@ "Tutorial_TabTrade_Description": "Burada tüccar listesini görebilirsin. Aynı senin gibi, Hepsi Tarkov'da yaşıyor ve kendi çıkarları var. Her birinin kendine has ihtiyaçları ve uzmanı olduğu bir alanda sattıkları veya aldıkları şeyler var. \\n\\nTüccarların birkaç sadakat seviyesi var, ulaşılan her seviye yeni ürünlere de erişim sağlıyor. Sadakat, senin o tüccarla arandaki itibara, oyuncu seviyene ve harcadığın toplam paraya bağlı. \\n\\nHaydi Prapor örneğine geçelim.", "Tutorial_TabTrade_Title": "Tüccarlar", "Type": "Tür", - "UI/AddOfferWindow/RefreshPrices": "REFRESH PRICES", + "UI/AddOfferWindow/RefreshPrices": "FİYATLARI YENİLE", "UI/Arena/Place_-1": "Draw", "UI/Arena/Place_-2": "Absent from match", "UI/Arena/Place_-3": "Match invalid", @@ -18602,7 +18872,7 @@ "UI/ArmorPenetration/High": "Yüksek", "UI/ArmorPenetration/Low": "Düşük", "UI/ArmorPenetration/Medium": "Orta", - "UI/ArmorPenetration/VeryHigh": "Çok Yüksek", + "UI/ArmorPenetration/VeryHigh": "Çok yüksek", "UI/ArmorPenetration/VeryLow": "Çok düşük ", "UI/Artillery/ArtaManName": "Mortar crew", "UI/Artillery/ArtilleryWeaponName": "82mm mortar round", @@ -18627,11 +18897,11 @@ "UI/HealthTreatmentAction_ArenaIntoxication": "Güçlü Zehir'i iyileştir", "UI/HealthTreatmentAction_Bloodloss": "kaldırmak için", "UI/HealthTreatmentAction_BreakPart": "kaldırmak için", - "UI/HealthTreatmentAction_Energy": "Yeniden doldurmak", + "UI/HealthTreatmentAction_Energy": "yeniden doldur", "UI/HealthTreatmentAction_Fracture": "kaldırılacak", "UI/HealthTreatmentAction_Health": "tedavi", "UI/HealthTreatmentAction_HeavyBleeding": "kaldırılacak", - "UI/HealthTreatmentAction_Hydration": "Yeniden doldurmak", + "UI/HealthTreatmentAction_Hydration": "yeniden doldur", "UI/HealthTreatmentAction_Intoxication": "tedavi", "UI/HealthTreatmentAction_LightBleeding": "kaldırılacak", "UI/HealthTreatmentName_ArenaIntoxication": "Poisoning by Strong Poison", @@ -18686,7 +18956,8 @@ "UI/Quest/Reward/ItemCaption": "Item", "UI/Quest/Reward/ProductionSchemeCaption": "Crafting recipe at {0} at level {1}", "UI/Quest/Reward/QuestCaption": "Task", - "UI/Quests/Conditions/PrestigeLevel{0}": "Prestige level: {0}", + "UI/Quest/Reward/WebPromoCode Name": "Escape from Tarkov: Arena free trial", + "UI/Quests/Conditions/PrestigeLevel{0}": "Prestij seviye: {0}", "UI/Quests/Conditions/ProfileLevel{0}": "Character level: {0}", "UI/Quests/Conditions/SkillLevel{0}{1}": "{0} skill level: {1}", "UI/Quests/Conditions/TraderLoyalty{0}{1}": "Loyalty level with {0}: {1}", @@ -18735,9 +19006,9 @@ "Ui/Settings/AutoVaultingMode": "Vaulting over medium obstacles", "Ui/Settings/BlockGroupInvites": "Grup davetlerini engelle", "Ui/Settings/CantModifyWhenMipStreamingIsOff": "Can't modify the parameter while Mip Streaming is disabled", - "Ui/Settings/ClearAllWishlist": "Clear Wishlist", - "Ui/Settings/ClearAllWishlistMessage1": "Your Wishlist will be cleared.", - "Ui/Settings/ClearAllWishlistMessage2": "All previously saved entries will be deleted. Are you sure?", + "Ui/Settings/ClearAllWishlist": "İstek Listesini Temizle", + "Ui/Settings/ClearAllWishlistMessage1": "İstek Listeniz temizlenecek.", + "Ui/Settings/ClearAllWishlistMessage2": "İstek listesindeki tüm öğeler silinecek. Devam etmek istediğinize emin misiniz?", "Ui/Settings/ColorScheme/GreenToRed": "Çok renkli", "Ui/Settings/ColorScheme/WhiteToRed": "Monokrom", "Ui/Settings/ContinuousHealMode": "Continuous medkit healing", @@ -18930,7 +19201,7 @@ "WindSpeed/Strong": "Güçlü Rüzgar", "WindSpeed/VeryStrong": "Fırtına", "Windowed": "Pencereli", - "Wishlist": "Wishlist", + "Wishlist": "İstek Listesi", "Wishlist/AlreadyInWishlist": "Item is already in Wishlist", "Wishlist/NotInWishlist": "Item is not in Wishlist", "Wishlist/Notify/Default{0}": "Wishlist item {0} acquired", @@ -19001,7 +19272,7 @@ "Your offer was sold. Check your messages!": "Teklifiniz satıldı. Mesajlarınızı kontrol edin!", "Your weapon miss some vital parts": "Silahınızın bazı önemli parçaları eksik.", "You’ve purchased ({0}) offers. Check your stash!": "({0}) satın aldınız. Zulanızı kontrol edin!", - "Z-Blur": "Z-Blur", + "Z-Blur": "Uzak Nesne Bulanıklığı", "ZB-014": "ZB-014", "ZB-016": "ZB-016", "ZB-1011": "ZB-1011", @@ -19298,12 +19569,12 @@ "arena/resultContent/roundMVPMoneyTitle": "Round MVP bonus", "arena/selection/gameMode": "game mode", "arena/selection/tiers": "tier", - "arena/tab/ASSAULT": "ASSAULT", + "arena/tab/ASSAULT": "TAARRUZ", "arena/tab/COLLECTION": "KOLEKSİYON", "arena/tab/FAVORITES": "FAVORİLER", - "arena/tab/MARKSMAN": "MARKSMAN", + "arena/tab/MARKSMAN": "KESKİN NİŞANCI", "arena/tab/RATING": "SIRALAMA", - "arena/tab/SCOUT": "SCOUT", + "arena/tab/SCOUT": "GÖZCÜ", "arena/tab/SQB": "ENFORCER", "arena/tooltip/GP": "GP Coin. Used to unlock equipment for presets and to purchase gear in EFT. Earned for completing operational tasks in Arena.", "arena/tooltip/OverallMatches": "Total number of ranked and unranked matches played.", @@ -19371,7 +19642,7 @@ "camora_002": "Hazne 3", "camora_003": "Hazne 4", "camora_004": "Hazne 5", - "camora_005": "Chamber 6", + "camora_005": "Hazne 6", "canceled friend request": "Oyuncu {0} arkadaşlık isteğini iptal etti", "cancelfriendrequest": "Arkadaşlık isteğini iptal et", "captcha/too frequent attempts": "Çok sık deneme. Bit pazarına ve tüccarlara erişim şu anda mevcut değil. Daha sonra tekrar deneyin.", @@ -19384,10 +19655,10 @@ "close": "Kapat", "collapse": "kapat", "collar": "BOYUN", - "colorblind/Deuteranopia": "Deuteranopia", + "colorblind/Deuteranopia": "Yeşil Renk Körlüğü", "colorblind/None": "Hiçbiri", - "colorblind/Protanopia": "Protanopia", - "colorblind/Tritanopia": "Tritanopia", + "colorblind/Protanopia": "Kırmızı Renk Körlüğü", + "colorblind/Tritanopia": "Mavi-Sarı Renk Körlüğü", "colored very high": "yüksek doygunluk", "colorgrading/Albert": "Albert", "colorgrading/Atlanta": "Atlanta", @@ -19430,9 +19701,9 @@ "customization/Default": "Varsayılan", "customization/Locked": "Kilitli", "customization/Selected": "Seçili", - "customs_secret_voron_boat": "Smuggler's Boat", - "customs_secret_voron_bunker": "Smuggler's Bunker (ZB-1012)", - "customs_sniper_exit": "Railroad Passage", + "customs_secret_voron_boat": "Smugglers' Boat", + "customs_secret_voron_bunker": "Smugglers' Bunker (ZB-1012)", + "customs_sniper_exit": "Railroad Passage (Flare)", "cz": "Čeština", "damApplied": "Verilen hasar", "damAppliedArmor": "Zırh tarafından emilen hasar", @@ -19476,7 +19747,7 @@ "factory4": "Fabrika", "factory4_day": "Fabrika", "factory4_night": "Gece Fabrikası", - "factory_secret_ark": "Smuggler's Passage", + "factory_secret_ark": "Smugglers' Passage", "fast": "hızlı", "fatalHits": "Ölümcül vuruşlar", "favLocation": "Favori bölgeniz", @@ -19515,7 +19786,7 @@ "headsegmen/lowernape": "alt ense", "headshots": "Kafadan vuruşlar", "healall": "TÜMÜNÜ İYİLEŞTİR", - "heavybleedingdelta": "Ağır kanamaya neden olma şansı ", + "heavybleedingdelta": "Ağır kanamaya neden olma olasılığı", "helmet_back": "NAPE", "helmet_ears": "KULAK", "helmet_eyes": "EYES", @@ -19633,7 +19904,7 @@ "hideout_area_11_stage_1_description": "Eğer jeneratör sığınağın kalbi ise istihbarat merkezi ise beynidir. Şimdilik sadece Tarkov'dan kaçmak için çeşitli bilgileri analiz edebileceğiniz eski bir masa ve sandalyeden ibaret.", "hideout_area_11_stage_2_description": "Fazladan bir masa ve bir dizüstü bilgisayar ile daha fazla çalışma alanı olan gelişmiş bir istihbarat merkezi. Mechanic sayesinde, Tarkov'a yapılan elektromanyetik darbe saldırısı ve şehrin tecritinden sonra çalışır durumda olan uzak izole bir ağa erişebilirsiniz.", "hideout_area_11_stage_3_description": "Bilgisayar ekipmanları, radyo cihazları ve çözümleme araçlarıyla donatılmış eksiksiz bir istihbarat merkezi. Tarkov'dan kaçmak hiç bu kadar yakın olmamıştı.", - "hideout_area_12_name": "Atış poligonu", + "hideout_area_12_name": "Atış Poligonu", "hideout_area_12_stage_1_description": "Ateşli silahları test etmek için özel donanımlı bir yer. Poligonda yapılan atış sonuçlarının rahat anlaşılması için yakın mesafedeki hedefler metal, uzak mesafe için kağıt hedefler konuldu.", "hideout_area_12_stage_2_description": "Üç hız kademeli, tavana monte edilmiş hedef rayları ile geliştirilmiş menzil.", "hideout_area_12_stage_3_description": "Takılı popper hedefleri ve yapılandırma için bir dizüstü bilgisayar ile gelişmiş bir atış poligonu. Ayrıca rastgele raylı hedefler ve poppers ile eğitime başlamanıza izin verir, puanlar dizüstü bilgisayar monitöründe görüntülenir.", @@ -19805,7 +20076,7 @@ "leftside": "Left side", "leftupperarm": "Left shoulder", "lessDamagedPart": "En az hasar alan bölge", - "lightbleedingdelta": "Hafif kanamaya neden olma şansı ", + "lightbleedingdelta": "Hafif kanamaya neden olma olasılığı", "lighthouse_secret_minefield": "Passage by the Lake", "longshotDist": "En uzun atış mesafesi", "longshots": "Uzak mesafe kafadan vuruş öldürmeleri", @@ -19905,7 +20176,7 @@ "ragfair/No offers has been found in {0} category. Select another category.": "{0} kategorisinde teklif bulunamadı. Lütfen başka bir kategori seçiniz.", "ragfair/Not raid barter item notification": "Eşya baskında bulunmuş olmalı", "ragfair/Not raid item notification": "Baskın esnasında bulmadığın bir eşyayı satamazsın", - "ragfair/OFFER ADD": "TEKLİF EKLE", + "ragfair/OFFER ADD": "Teklif oluştur", "ragfair/OR": "VEYA", "ragfair/Offer": "Teklif", "ragfair/Offer with id #{0} has not been found": "#{0} nolu teklif bulunamadı", @@ -19991,7 +20262,7 @@ "ratingExpPos": "Deneyim rütben", "readytoinstallupgrade": "Yükseltme tamamlandı", "receive": "AL", - "rechamber": "Yeniden mermi yatağı aç", + "rechamber": "Yeniden doldur", "registrationDate": "Kayıt tarihi", "remaining:": "kalan:", "repair quality": "tamir kalitesi", @@ -20059,7 +20330,7 @@ "spectator_yellow_team": "SARI TAKIM", "starvDeaths": "Açlıktan dolayı ölümler", "stationHeals": "Müdahalesiz iyileşme", - "streets_secret_onyx": "Smuggler's Basement", + "streets_secret_onyx": "Smugglers' Basement", "suicides": "İntiharlar", "survClass": "Hayatta-kalma sınıfı", "taskperformancedescription": "Görev performansı", @@ -20103,7 +20374,7 @@ "weapon name": "Silah adı", "will be available in:": "satışa sunulacak:", "will be destroyed after unpacking": "Ambalajından çıkarıldıktan sonra imha edilecek", - "wood_sniper_exit": "Power Line Passage", + "wood_sniper_exit": "Power Line Passage (Flare)", "woods_secret_minefield": "Railway Bridge to Tarkov", "you": "Sen", "you can't transfer item while moving": "Hareket ederken nesneleri transfer edemezsin", @@ -20445,6 +20716,7 @@ "676bc75c4859905179061aff 0": "Prestige rewards", "6776e324810eb26b880fb4a5 0": "They say tools are in short supply these days, even OLI can't save the day. Good thing I ordered those tape measures in bulk back then. Here, take this — I’ll help you out now, and we’ll settle up later, one way or another.", "678e601d80e518e4d4025a14 0": "I see you're supporting the mercs recording their experience in Tarkov, warrior. Commendable! Here's a little something for you from the guys, consider it an appreciation package. What, something wrong? These are the highest quality paints we could find. At least it'll help you clean up your bunker or whatever man cave you're hiding in. Go on, go make some happy little accidents.", + "67f91739ee3ea2aa290f365d 0": "You have received a 3-day trial version of the game Escape from Tarkov: Arena after successfully completing the \"Balancing, Part 1\" task before patch 16.5.5. \n\nThe game is already activated on your account. \n\nYou may need to restart the BattleState Games Launcher.", "Arena/UI/Match_leaving_warning_body 0": "If you leave the match, you'll put your allies at disadvantage./nYou'll lose your reward and rating and could receive a temporary ban.", "Arena/UI/Match_leaving_warning_header 0": "Warning! You are leaving the match.", "5fc615710b735e7b024c76ed Name": "Boss sanitar", @@ -20503,13 +20775,13 @@ "62eba95b7ba21c1d534d305a Name": "Bowl", "62eba95b7ba21c1d534d305a Description": "A bowl of the old sports arena with stands, converted for death-fighting.", "6441004f8ab20b218807f14b Name": "Chop Shop", - "6441004f8ab20b218807f14b Description": "A once successful business remodeled into an even more successful arena for violent gunfights.", - "64b7d7f23d81c8a9ee03ac27 Name": "Yard", + "6441004f8ab20b218807f14b Description": "A car chop shop on the outskirts of Tarkov. It used to be a place where stolen cars were dismantled for parts, but now it's used to host firefights.", + "64b7d7f23d81c8a9ee03ac27 Name": "Block", "64b7d7f23d81c8a9ee03ac27 Description": "A courtyard in one of residential neighborhoods, equipped by the Host for Arena fights.", "653e6760052c01c1c805532f Name": "Ground Zero", "653e6760052c01c1c805532f Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began.", "65b8d6f5cdde2479cb2a3125 Name": "Ground Zero", - "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began.", + "65b8d6f5cdde2479cb2a3125 Description": "The business center of Tarkov. This is where TerraGroup was headquartered. This is where it all began. The area has yet again become a hot zone since the early days of the conflict.", "6733700029c367a3d40b02af Name": "The Labyrinth", "6733700029c367a3d40b02af Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "5464e0404bdc2d2a708b4567 Name": "Birleşmiş Güvenlik", @@ -20560,6 +20832,12 @@ "67e3f71e445e18765a052687 Description": "A facility of one of TerraGroup's contractors, Knossos LLC. According to public sources, they build amusement and theme parks. However, this place looks more like a heavily fortified bunker than a new theme park.", "67e3f72fdb783364cd0a4b63 Name": "A New Threat", "67e3f72fdb783364cd0a4b63 Description": "There are rumors of a maniac who calls himself the Shadow of Tagilla. Anybody can become a victim of his tortures, and no one has ever escaped from his Labyrinth. One question remains: where did the rumors come from then?", + "67f1acb2798033628e4c618c Name": "Ref unlocked", + "67f1acb2798033628e4c618c Description": "You passed the test mate, and I'm keeping my word. Ref's ready to meet you.", + "67f1adea657637a74150c2ea Name": "Jaeger unlocked", + "67f1adea657637a74150c2ea Description": "I said I'd set you up with Jaeger, didn’t I? Everything's arranged. Now you can go talk to him.", + "67f1b1f11b4b4b2dddbefabb Name": "Escape from Tarkov: Arena free trial", + "67f1b1f11b4b4b2dddbefabb Description": "Some special people put in a good word for you. They say you're a perfect merc for the Arena. So come, test your strength with Tarkov's finest gladiators!", "579b1eb1d53a0658a154fbe6": "", "579b2068d53a0658a154fbe8": "", "57a39d5024597772b41c2a07": "", @@ -21313,12 +21591,18 @@ "67a9fd84ab1557d7070a32ed": "", "67aa001f510a89c2ed024003": "", "67aa00e8b725f94eb603cdfe": "", + "67c86f58179c494df00eedf6": "", + "67c86fc392716de04e03a1b6": "", + "67c87094d05729369306ce76": "", + "67c870e5da2a209b2a0ed126": "", + "67c87145e52edc36aa069ae6": "", + "67c871b6e0b64a07890a2f36": "", "5936d90786f7742b1420ba5b name": "Başlangıç", "5936d90786f7742b1420ba5b description": "Merhaba asker. Adamlarım için biraz fazla kolay bir işim var. Ama iyi olacaksın. Hey, sinirlenme, seni henüz sana normal bir iş verecek kadar iyi tanımıyorum!\n\nSokaklarda dolaşan bir sürü haydut pisliği var. Beni pek rahatsız etmiyorlar ama yine de baş belası oluyorlar. Sakinleşin, diyelim ki beş tane, ve birkaç tane MP-133 pompalı tüfek atıldı. Sanırım bu sana yeterli olacaktır. Görevden alındı ​​asker!", "5936d90786f7742b1420ba5b failMessageText": "", "5936d90786f7742b1420ba5b successMessageText": "Nasılsın asker? Haydutların hakkından geldin mi gerçekten? Yoksa milletin tenezzül etmediği çöpleri toplayıp mı geldin? Neyse topla kendini. Sana gerçekten çuvallayana dek güveniyorum.", - "5967379186f77463860dadd6": "Tarkov bölgesinin her yerindeki Scav'ları ortadan kaldırın", - "596737cb86f77463a8115efd": "MP-133 pompalı tüfekleri ele geçir ve teslim et", + "5967379186f77463860dadd6": "Herhangi bir bölgede Scav'ları etkisiz hale getir", + "596737cb86f77463a8115efd": "Eşyayı teslim et: MP-133 12ga pompalı tüfek", "5936d90786f7742b1420ba5b acceptPlayerMessage": "", "5936d90786f7742b1420ba5b declinePlayerMessage": "", "5936d90786f7742b1420ba5b completePlayerMessage": "", @@ -21326,7 +21610,7 @@ "5936da9e86f7742d65037edf description": "Nasıl gidiyor savaşçı? Senin için bir işim var. Yoldaşım Arseny fabrikada tanker şoförü olarak çalışıyordu. Kendisi ekstra para kazanmak için geride kalırken ailesi tahliye sırasında burayı terk etti ve burada telef oldu. Polikhim yakınlarında üç katlı bir yatakhanede yaşıyordu, odayı hatırlamıyorum.\n\nNeyse, bir zincir saati vardı, bir aile yadigarı. Herkese bununla övündüm. O saati bul ve bana getir, ben de çocuğuna göndermek istiyorum. Çocuğa babasını hatırlatacak bir şey olsun istiyorum. Nöbet ya odasında ya da şantiyede bir tanker kamyonunda olmalı. Arseny anahtarları her zaman ceketinde tutardı. Neyse, işini yap. Elveda!", "5936da9e86f7742d65037edf failMessageText": "", "5936da9e86f7742d65037edf successMessageText": "Biliyor musun? Bulacağını düşünmemiştim. Ama yine de size çok teşekkür ederim. Bunun kişisel bir mesele olduğu söylenebilir. Neyse işte ödül.", - "5967920f86f77468d219d632": "Bronz cep saatini teslim et", + "5967920f86f77468d219d632": "Zincirli cep saatini teslim et", "5968ec9986f7741ddd6c1012": "Gümrük'te Bronz cep saatini ele geçir", "5975de1f86f7744ca53b7c82": "Yakıt tankerli tırın anahtarını ele geçir", "5936da9e86f7742d65037edf acceptPlayerMessage": "", @@ -21741,7 +22025,7 @@ "59f9da6786f774714230d751 declinePlayerMessage": "", "59f9da6786f774714230d751 completePlayerMessage": "", "5a03153686f77442d90e2171 name": "Spa Turu - Bölüm 1", - "5a03153686f77442d90e2171 description": "İş dünyası. Oldukça yararlı görevler yaptın. Böyle devam et. Ve sanırım sana büyük sırlar verebilirim. Önemli çıkarlar bulundurması gereken ve uğraşmamız gereken hassas bir konu var. Muhtemelen Cote d'Azur Sağlık Tesisi'ni biliyorsun, güzel bir tesis, değil mi? Konu, tesis içinde henüz hakkında fazla bilgiye sahip olmadığım bazı aktiviteleri içeriyor. Ancak, gözlem verileri bölgede çok fazla scav bulunduğunu ortaya çıkardı. Yağmalanabilecek her şeye fazlasıyla ilgi gösteriyorlar. Amacımız onlara tesisin bakım için kapalı olduğunu en demokratik yolla anlatmak. O konuda iyi olduğunu biliyorum.", + "5a03153686f77442d90e2171 description": "Hadi işe koyulalım. Oldukça faydalı hizmetler sundun. Bu şekilde devam edersen, seni en büyük sırlarıma ortak edebilirim. Şimdi, halledilmesi gereken hassas bir meselemiz var; bu iş, bize önemli kazançlar sağlayabilir. Muhtemelen Azure Coast sağlık tesisini görmüşsündür, güzel bir yer, değil mi? Mesele, içerideki bazı aktivitelerle ilgili, ama şu an daha fazla detay veremem. Ancak gözlem verileri, bölgede çok fazla Scav olduğunu ve bu grupların yağmalanabilecek her şeye aşırı ilgi gösterdiğini ortaya koyuyor. Görevimiz, onlara sağlık tesisinin artık kapalı olduğunu anlatmak. Demokratik yöntem işe yaramadı, bu yüzden şimdi işi sertleştirme vakti geldi. 12 kalibre silahlara nasıl bakıyorsun? Bu yöntemin acımasız göründüğünü düşünebilirsin, ama inan ki fazlasıyla etkili. Senin bu işte ne kadar iyi olduğunu biliyorum.", "5a03153686f77442d90e2171 failMessageText": "", "5a03153686f77442d90e2171 successMessageText": "Umarım Sahil Şeridi ile ilgili çıkarlarımızı netleştirmişsinizdir. İyi iş çıkardın paralı asker, işte ödülün.", "5c9a17c686f7747dbe2da3c1": "12ga pompalı tüfek kullanarak Kıyı Şeridi'nde Scavleri kafadan vur", @@ -21898,7 +22182,7 @@ "5a27bafb86f7741c73584017 declinePlayerMessage": "", "5a27bafb86f7741c73584017 completePlayerMessage": "", "5a27bb1e86f7741f27621b7e name": "Kargo X - Bölüm 1", - "5a27bb1e86f7741f27621b7e description": "İyi günler, bugün sağlam bir operasyon geçtiğinin haberini almanın mutluluğunu yaşıyorum, ve bu senin yardımın sayesinde oldu. Mavi kasklar artık iş bölgesindeki yerli halk ile sıkı bir ilişki içindeler, ve kar arttıkça artıyor. Her neyse, dedikleri gibi, iş önce gelir. Kıyı Şeridindeki mağaralı tüneli biliyorsun. Terragroup ordan kargo geçirmeye çalıştı fakat başaramadı ve şimdi kargolar geçici bir süreliğine nerede olduğu bilinmeyen depo pozisyonunda. Karmaşa başladığında geçici üsleri resort'a taşındı, fakat, tahmin edebileceğin gibi onlarda uzun süre önce gitti. Neyse, bence herşeyi götüremediklerini varsaymak yanlış olmaz, ve ordan bilgi almaya çalışabiliriz. Bilgisayar koordinasyon merkezi resort binasının 3. katında bi yerde kurulmuştu.", + "5a27bb1e86f7741f27621b7e description": "İyi günler. Bugün, güçlü bir operasyon yürüttüğümüzü görmekten büyük memnuniyet duydum ve bunu senin desteğin olmadan başaramazdık. Mavi Kasklılar şu anda tüm iş kollarında yerel halkla sıkı bir ortaklık kurdu ve kâr akışı kesintisiz devam ediyor. Ancak, iş her zaman önceliklidir, sizin deyiminizle. Daha önce Sahil Şeridi’ndeki çökük tünelde bulunduğunu biliyorum. Terra Grup oradan bir yük taşımaya çalışmış ama başarısız olmuş. Şimdi bu yük geçici olarak bir yerde saklanıyor, ancak nerede olduğu belirsiz. Şirket, çatışma başladığında operasyonlarını koordine etmek için geçici karargâhını sağlık tesisine taşımıştı. Elbette, o zamandan beri karargâh terk edilmiş durumda. Ancak her şeyi götürmüş olmaları pek mümkün görünmüyor. Bu yüzden oradan bilgi toplama şansımız var. Bilgisayar koordinasyon merkezi, sağlık tesisinin doğu kanadında, üçüncü katta bir yerdeydi. Eğer hala oradaysa, oradan herhangi bir bilgi bul ve bize getir.", "5a27bb1e86f7741f27621b7e failMessageText": "", "5a27bb1e86f7741f27621b7e successMessageText": "Well, show me what you found. Hm, that is a nice laptop, how could they leave such important hardware? I'll send it for decryption.", "5a28183186f774398675d127": "Verileri Sağlık Tesisi'nin doğu kanadındaki bilgisayar odasından alın", @@ -22005,12 +22289,12 @@ "5a5642ce86f77445c63c3419 declinePlayerMessage": "", "5a5642ce86f77445c63c3419 completePlayerMessage": "", "5a68661a86f774500f48afb0 name": "Sağlık Hizmetleri Gizliliği - Bölüm 1", - "5a68661a86f774500f48afb0 description": "İyi günler genç adam. Pek çok insan mevcut çıkmazdan kaçmaya çalıştı ve bazıları artık insan değilmiş gibi davrandı, ancak biz doktorlar için hiçbir şey değişmedi. İşimiz, koşullar ne olursa olsun hayat kurtarmaktır. Kıyı şeridi tüneli çöktüğünde hayatta kalan çok sayıda kişi yaralandı.\nAmbulanslar hemen bir imdat çağrısı için sevk edildi, ama sanırım orada ne olduğunu biliyorsunuzdur. Uzun lafın kısası, kaldıkları yer orasıydı. Üç ya da dört minibüs olduğunu biliyorum ve ekipmanın ve ilacın çoğunun hala içeride olma ihtimali yüksek... Onları bulursan,\nonları fenerle işaretleyin, gerisini benim adamlarım halleder.", + "5a68661a86f774500f48afb0 description": "İyi günler, genç adam. Pek çok kişi bu zorlu durumdan kaçmaya çalıştı ve bazıları artık insanlıktan çıkmış gibiydi. Ancak biz hekimler için hiçbir şey değişmedi; görevimiz, şartlar ne olursa olsun hayat kurtarmaktır. Sahil Şeridi tüneli çöktüğünde, hayatta kalanlardan birçoğu yaralandı. Ambulanslar hemen yardım çağrısına yanıt olarak yola çıktı, ama orada neler olduğunu tahmin ediyorsundur. Uzun lafın kısası, ambulanslar orada kaldı. Bildiğim kadarıyla üç ya da dört araç vardı ve büyük olasılıkla içlerindeki ekipman ve ilaçlar hala duruyor. Eğer onları bulursan, işaret fişekleriyle konumlarını belirle; gerisini benim ekibim halledecek.", "5a68661a86f774500f48afb0 failMessageText": "", - "5a68661a86f774500f48afb0 successMessageText": "Yani bana o karavanlardan birinin sağlık tesisinin yanına park etmiş olduğunu söylüyorsun, hmm... ilginç.", - "5a6873bc86f7741f8d4589a3": "Sahil şeridinde bir MS2000 Marker ile ilk ambulansı bulun ve işaretleyin", - "5a6873d786f7743ad1151d6e": "İkinci ambulansı bulun ve Sahil Şeridi üzerinde bir MS2000 İşaretleyici ile işaretleyin", - "5a6873ec86f7743cc55d8622": "Üçüncü ambulansı bulun ve Sahil Şeridinde bir MS2000 Marker ile işaretleyin", + "5a68661a86f774500f48afb0 successMessageText": "Yani bana ambulanslardan birinin sağlık tesisinin yanında park edildiğini mi söylüyorsun, hımm... Bu işte bir gariplik var. Neyse, adamlarımı oraya göndereceğim; araçlarla onlar ilgilenecek.", + "5a6873bc86f7741f8d4589a3": "Sahil Şeridi'nde birinci ambulansı bulun ve MS2000 İşaretleyici ile işaretleyin", + "5a6873d786f7743ad1151d6e": "Sahil Şeridi'nde ikinci ambulansı bulun ve MS2000 İşaretleyici ile işaretleyin", + "5a6873ec86f7743cc55d8622": "Sahil Şeridi'nde üçüncü ambulansı bulun ve MS2000 İşaretleyici ile işaretleyin", "5a68661a86f774500f48afb0 acceptPlayerMessage": "", "5a68661a86f774500f48afb0 declinePlayerMessage": "", "5a68661a86f774500f48afb0 completePlayerMessage": "", @@ -22061,7 +22345,7 @@ "5ac23c6186f7741247042bad declinePlayerMessage": "", "5ac23c6186f7741247042bad completePlayerMessage": "", "5ac2426c86f774138762edfe name": "Silah Ustası - Bölüm 2", - "5ac2426c86f774138762edfe description": "Pompalı tüfeğinizde yanlış bir şey yok, yani bu araçların nasıl kullanıldığını iyi biliyorsun. Ama bu bana çok fazla zaman kazandırmadı. Takaslar alev aldı, umarım bu panik yaratmaz. Bununla birlikte, şimdilik plan değişmedi. Tamam, benim çalışmam lazım ve sen git, bir AKSU bulmaya çalış. B-11 tutamaçlı, 60 kurşunlu uzatılmış şarjörlü ve zulada 6'dan fazla yer kaplamayacak kadar da kompakt olmalı. Ergomomisi 56’dan yüksek olan, tepmesi 600’den aşağı olan ve etkili menzili 100 veya üzeri olanından. Ve tabii ki hafif olanlarından, 3.5 kg veya daha az. Umarım bunları aklında tutmuşsundur. Yakında görüşürüz.", + "5ac2426c86f774138762edfe description": "Pompalı tüfek işini sorunsuz hallettin, belli ki alet edevattan anlıyorsun. Ama dürüst olayım, bu bana pek zaman kazandırmadı. Ticaret noktaları hararetli, umarım bu durum paniğe sebep olmaz. Neyse, uzun sürmeyeceğini düşünüyorum, planımızda bir değişiklik yok. Şimdi işime dönmem lazım. Sen ise bir AKS-74U bul. Üzerinde Zenit B-11 el kundağı ve 60 mermilik genişletilmiş şarjör olacak. Mümkün olduğunca kompakt, en fazla 6 yuva kaplamalı. Ergonomisi 58’in üzerinde, geri tepmesi 550’nin altında olmalı. Görüş mesafesi 100 metre veya daha fazla olmalı ve ağırlığı 3.5 kg’yi geçmemeli. Evet, indekslerin bununla ilgisi yok. Umarım her detayı hatırlıyorsundur. Yakında görüşürüz.", "5ac2426c86f774138762edfe failMessageText": "", "5ac2426c86f774138762edfe successMessageText": "Well, in the capable hands this weapon can overthrow regimes and create revolutions. Leave it in the corner, I'll check it later.", "5accd9b686f774112d7173d1": "Tamamlamak için AKS-74U'yu istenilen özelliklere göre modifiye et", @@ -22079,8 +22363,8 @@ "5ac242ab86f77412464f68b4 name": "Silah Ustası - Bölüm 16", "5ac242ab86f77412464f68b4 description": "Geçen sefer çok boşboğazlık ettim. Bu durum bir süre düşüncelerimle yalnız kalınca başıma geliyor. Burda oturup nişangahları kalibre ederken kafamdan çok şey geçiyor. Şu getirdiğin M4 mükemmel çıktı, gerçekten stokları hızlı boşalttılar. Yakın zamanlarda sanırsam Sniper isimli bir bear askeri uğradı. Dürbünlü ve çoklu lazer aletli olacak şekilde bir adet Lobaev Saboteur isimli keskin nişancı tüfeğine ihtiyacı var. Toplam geri tepmesi 400'den az olmalı, ergonomisi ise 35'ün üstünde ve ağırlığı da 6.6 kg'ın altında olmalı. Bunun 2000 metrelik bir atış olması gerektiğini söylüyor. Bu adam ciddi, bu yüzden elinden gelenin en iyisini yapmaya çalış.", "5ac242ab86f77412464f68b4 failMessageText": "", - "5ac242ab86f77412464f68b4 successMessageText": "Teşekkürler, bunu Dim... yani keskin nişancıya vereceğim.", - "5acce08b86f7745f8521fa64": "Tamamlamak için DVL-10'u istenilen özelliklere göre modifiye et", + "5ac242ab86f77412464f68b4 successMessageText": "Teşekkürler, tüfeği masanın üzerine bırak. Onu Di— şey, Keskin Nişancı’ya teslim edeceğim.", + "5acce08b86f7745f8521fa64": "Bir DVL-10'u belirtilen özelliklere uygun şekilde modifiye et", "5ac242ab86f77412464f68b4 acceptPlayerMessage": "", "5ac242ab86f77412464f68b4 declinePlayerMessage": "", "5ac242ab86f77412464f68b4 completePlayerMessage": "", @@ -22201,7 +22485,7 @@ "5ac3475486f7741d6224abd3 acceptPlayerMessage": "", "5ac3475486f7741d6224abd3 declinePlayerMessage": "", "5ac3475486f7741d6224abd3 completePlayerMessage": "", - "5ac3477486f7741d651d6885 name": "İzci", + "5ac3477486f7741d651d6885 name": "Gözcü", "5ac3477486f7741d651d6885 description": "Someday we will get rid of the invisible hand, which used to brand us with employee badges and now has caused this mess, and I think it leads us to a great war. At least, all current events look like preconditions to it. I worked here for the chemical plant, as an ordinary foreman. It was a good time, everyone thought so, including me. Now it’s full of Scavs and swarming with brigands and outlaws. I want to make use of some of the factory premises, find out what exits can still be used. Go there and check it out.", "5ac3477486f7741d651d6885 failMessageText": "", "5ac3477486f7741d651d6885 successMessageText": "Good old Factory has sure changed, but you've brought good news. The sealed doors are still there...", @@ -22238,7 +22522,7 @@ "5ae3270f86f77445ba41d4dd declinePlayerMessage": "", "5ae3270f86f77445ba41d4dd completePlayerMessage": "", "5ae3277186f7745973054106 name": "Silah Ustası - Bölüm 8", - "5ae3277186f7745973054106 description": "I have two neural networks, one scans the faces on the cameras and compares them with the database, and the other one monitors cryptocurrency trading and reacts to it. Today I’ve decided to create one more, which will monitor the temperature, humidity, pressure, and other parameters of my hideout, and among other things — respond to my mood. Let's see how it turns out when I’m done. There is an order for AKS-74N with Zenit parts. Ergonomics should be over 65, recoil sum less than 275, and the gun should be taking up no more than 10 slots. And most importantly, with an B-30 handguard with B-31S upper handguard rail, RK-0 tactical foregrip, AK-12 magazine, Klesch-2IKS, and DTK-1, Zenit all around. Perhaps, a gift for a former Saint Petersburg citizen.", + "5ae3277186f7745973054106 description": "I have two neural networks, one scans the faces on the cameras and compares them with the database, and the other one monitors cryptocurrency trading and reacts to it. Today I’ve decided to create one more, which will monitor the temperature, humidity, pressure, and other parameters of my hideout, and among other things — respond to my mood. Let's see how it turns out when I’m done.\n\nThere is an order for AKS-74N with Zenit parts. Ergonomics should be over 65, recoil sum less than 275, and the gun should be taking up no more than 10 slots.\n\nNow for the most important part — the kit itself. We need a B-30 handguard, RK-0 foregrip, B-33 dust cover, RK-3 pistol grip, PT-3 stock, Klesch-2IKS illuminator, DTK-1 brake, and the newer AK-12 magazine, basically Zenit all around. Perhaps this is a gift for a former Saint Petersburg resident.", "5ae3277186f7745973054106 failMessageText": "", "5ae3277186f7745973054106 successMessageText": "So, is the Zenit AK ready? Great, leave it on that crate, thank you. You can come over for the next order tomorrow, if you want.", "5ae3570b86f7746efa6b4494": "Tamamlamak için AKS-74N'yi istenilen özelliklere göre modifiye et", @@ -22523,7 +22807,7 @@ "5b478d0f86f7744d190d91b5 declinePlayerMessage": "", "5b478d0f86f7744d190d91b5 completePlayerMessage": "", "5b478eca86f7744642012254 name": "Vitaminler - Bölüm 1", - "5b478eca86f7744642012254 description": "Ah, it's you... Long time no see. I thought maybe you got whacked, but, as it turns out, you’re a bit of a diehard. Whatever, you're alive and that's good, so listen here. People say there’s a new product on the market, some stuff in fancy chemical containers, like your gun silencer, but a bit larger. What’s inside them, whether it’s new drugs or just some vitamin B, no fucking idea whatsoever. And that’s what we need to find out, I bet that the blue-barrel shit from Polikhim is somehow connected to this, but I don’t know for a fact. These containers were seen at the Health Resort in the west wing first-floor offices, and one pal of mine claims to have seen them with EMERCOM people in the ULTRA mall, but he was in delirium at that time, so maybe it's just his imagination... To cut the long story short, find me a few of those containers, I have a couple of eggheads who might figure out what the fuck is inside.", + "5b478eca86f7744642012254 description": "Ah, bu sensin… Uzun zamandır ortalarda görünmüyordun. Seni çoktan gebertmişlerdir diye düşündüm, meğer sen öyle kolay lokma değilmişsin. Neyse, yaşadığına sevindim, şimdi beni iyi dinle. İnsanlar, piyasada yeni bir ürünün ortaya çıktığından bahsediyor. Gösterişli kimyasal kaplarda bir şey taşıyorlarmış, silah susturucusuna benziyor ama biraz daha büyük. İçinde ne olduğunu kimse bilmiyor. Yeni bir uyuşturucu mu, yoksa sadece B vitamini mi, belli değil. İşte tam da bunu öğrenmemiz lazım. Polikhim’in o mavi varil işinin bu konuyla bağlantılı olduğunu düşünüyorum, ama emin değilim. Bu kaplar ilk kez Sağlık Tesisi’nin batı kanadındaki birinci kat ofislerinde görülmüş. Bir arkadaşım da ULTRA alışveriş merkezinde EMERCOM ekibiyle birlikte gördüğünü iddia ediyor, ancak o sırada ateş içindeymiş, sayıklıyormuş belki de rüya gördü. Uzun lafın kısası, bana bu kaplardan birkaç tane getir. İçindeki sırrı çözebilecek birkaç akıllı adam tanıyorum, belki ne bok olduğunu ortaya çıkarırlar.", "5b478eca86f7744642012254 failMessageText": "", "5b478eca86f7744642012254 successMessageText": "Oh, so you actually brought some? Splendid! Hands still intact after touching all these chems? I’ll get the eggheads working then, let them tinker with the stuff.", "5b478f6886f774464201225a": "Birinci Kimyasal konteynerini teslim et", @@ -22647,14 +22931,14 @@ "5bc4856986f77454c317bea7 completePlayerMessage": "", "5bc4893c86f774626f5ebf3e name": "Tarkov Tetikçisi - Bölüm 8", "5bc4893c86f774626f5ebf3e description": "Dünya klasiklerini sever misin? Dostoyevsky'nin neden Rusyayı bile görmemiş insanlar arasında bu kadar popüler olduğunu düşündün mü? TerraGroup skandalı yaşanmadan önce ben de bunu merak ediyordum. Eminim yöneticileri de klasik eserlerin insanlar üzerindeki etkileri hakkında bilgi sahibidirler. Yani demek istediğim yalancılık, ihanet, mantıksız ve açıklanamaz fedakarlıklar gibi davranışların hepsini fazlasıyla görebileceğin bir şehir Tarkov. Dostoyevski de bu konu hakkında yazmış, bu tip insanlar belirli kişilere karşı yüksek sadakat gösterebiliyorlar aynı zamanda da öldürme konusunda çok iyiler. Bu durumu bazen unutabiliyoruz. Sniper'ın sıradaki isteği senin şahsi rekorunu görmek ve tabi ki de parasal bir rekordan bahsetmiyoruz.", - "5bc4893c86f774626f5ebf3e failMessageText": "Bu kolay bir iş görev değil. Tekrar deneyin.", + "5bc4893c86f774626f5ebf3e failMessageText": "Bu kolay bir görev değil. Tekrar dene.", "5bc4893c86f774626f5ebf3e successMessageText": "It seems that sometimes being smart isn’t enough to act smart. Well, a good old bolty can be of help with this. Sniper is silent for now, so let's wait for a little before your next tasks. I will let you know when there are new tests for you.", - "5bc48aed86f77452c947ce67": "Sürgülü tüfek kullanırken ölmeden PMC ajanlarını kafadan vurarak ortadan kaldırın", + "5bc48aed86f77452c947ce67": "Sürgülü tüfek kullanarak ölmeden PMC operatörlerini kafadan vurarak etkisiz hale getir", "64b6a5a525251516d7685428": "You cannot die or leave the raid until the quest is handed over to the customer (Status: Killed, Ran through, MIA)", "5bc4893c86f774626f5ebf3e acceptPlayerMessage": "", "5bc4893c86f774626f5ebf3e declinePlayerMessage": "", "5bc4893c86f774626f5ebf3e completePlayerMessage": "", - "5c0bbaa886f7746941031d82 name": "Bullshit", + "5c0bbaa886f7746941031d82 name": "Saçmalık", "5c0bbaa886f7746941031d82 description": "So, here's why I called for you. I've caught a mole in my team, this prick was leaking info about my supply channels and points of interest. Of course, I started to wonder what the fuck was going on.\n\nMy men got intel off of him and found out that he was leaking the info to one of the local crews, those that settled by the dorms at the customs area. The thing is, I want to give them some bullshit info on my \"next cargo\", and my men will cut them down when those pricks come for it. But this intel should be delivered with no fuss no muss, as if you were one of them, get it? You will need to stash the Flash drive with the special info, it's planted in the blue car, on the big bridge on Customs. My guys got ambushed at that bridge, so they couldn't hide it anywhere closer to the dorms, sorry. Stash that thumb drive along with an SV-98 and a Roler watch in the dorm, that's how we agreed to do this. And the most important thing: do not smoke any Scavs on Customs and just leave quietly when you're done.", "5c0bbaa886f7746941031d82 failMessageText": "What the fuck, you moron? Why did you shoot them? They won't let us get closer than a mile to the dorms. They'll keep on guard for a long time now... How the fuck do we plant the fake info now, huh? What are you talking about? What bloody \"transmitter\" are you talking about? Fuck outta here!", "5c0bbaa886f7746941031d82 successMessageText": "Looks like everything's cool, my fellas are on the spot, and I think that it's gonna be the last surprise for those fuckers. Thanks for the help.", @@ -22676,9 +22960,9 @@ "5c0bc91486f7746ab41857a2 declinePlayerMessage": "", "5c0bc91486f7746ab41857a2 completePlayerMessage": "", "5c0bd01e86f7747cdd799e56 name": "Uykusuzluk Hastalığı ", - "5c0bd01e86f7747cdd799e56 description": "Sana iyi günler, paralı asker. Çok yakında çok önemli bir konuda gece vakti bir toplantı yapacağım. Ne yazık ki, bölgedeki istihbaratıma göre, meslektaşlarınızın gece sortilerinin sayısı gözle görülür şekilde arttı. Bunların gündüz operasyon yapma riskini almayanlarla aynı insanlar olduğunu hissediyorum. Onlarla ilgilenmeni istiyorum.\nBu suçlular benim işimi aksatamazlar.", + "5c0bd01e86f7747cdd799e56 description": "İyi günler, paralı asker. Çok yakında önemli bir konuda gece vakti bir toplantım olacak. Ne yazık ki, bölgeden aldığım istihbarata göre, senin meslektaşlarının gece operasyonlarının sayısı belirgin şekilde artmış. Hissediyorum ki bunlar, gündüz vakti harekât yapmaya cesaret edemeyen tipler. Onlarla ilgilenmeni istiyorum. Bu suçlular, işlerimi aksatamaz.", "5c0bd01e86f7747cdd799e56 failMessageText": "", - "5c0bd01e86f7747cdd799e56 successMessageText": "İyi iş dostum! Her şey plana göre gitti.", + "5c0bd01e86f7747cdd799e56 successMessageText": "İyi iş çıkardın, dostum! Her şey plana uygun gitti.", "5c1242fa86f7742aa04fed52": "PMC'leri 21:00-06:00 saatleri arasında öldür (Fabrika ve Laboratuvar hariç)", "5c0bd01e86f7747cdd799e56 acceptPlayerMessage": "", "5c0bd01e86f7747cdd799e56 declinePlayerMessage": "", @@ -22703,24 +22987,24 @@ "5c0bde0986f77479cf22c2f8 description": "Do you know what is the difference between a professional and an amateur? It is the ability to approach the task from the right angle. For example, taking out a few capable fighters in non-standard situations... What's important here is not only the right weapons and mods but other factors too. So, Dima and I want to see who you really are.", "5c0bde0986f77479cf22c2f8 failMessageText": "", "5c0bde0986f77479cf22c2f8 successMessageText": "I admit I’m surprised. Although you seemed like a smart guy from the start, I'll give you that.\n", - "5c0bdf2c86f7746f016734a8": "Woods'ta sürgülü tüfek kullanırken PMC ajanlarını kafadan vurarak ortadan kaldırın", - "5c137b8886f7747ae3220ff4": "Reserve'de sürgülü tüfek kullanırken PMC ajanlarını kafadan vurarak ortadan kaldırın", - "5c137ef386f7747ae10a821e": "Shoreline'da sürgülü tüfek kullanırken PMC ajanlarını kafadan vurarak ortadan kaldırın", - "5c137f5286f7747ae267d8a3": "Gümrükte sürgülü tüfek kullanırken PMC ajanlarını kafadan vurarak ortadan kaldırın", - "629f10b114061f3074380298": "Lighthouse'da sürgülü tüfek kullanırken PMC ajanlarını kafadan vurarak ortadan kaldırın ", - "63aec6f256503c322a190374": "Streets of Tarkov'da sürgülü tüfek kullanırken PMC ajanlarını kafadan vurarak ortadan kaldırın", - "64b694c8a857ea477002a408": "Interchange'te sürgülü tüfek kullanırken PMC ajanlarını kafadan vurarak ortadan kaldırın", + "5c0bdf2c86f7746f016734a8": "Orman haritasında sürgülü tüfek kullanarak PMC operatörlerini kafadan vurarak etkisiz hale getir", + "5c137b8886f7747ae3220ff4": "Rezerv Üs haritasında sürgülü tüfek kullanarak PMC ajanlarını kafadan vurarak etkisiz hale getir", + "5c137ef386f7747ae10a821e": "Sahil Şeridi haritasında sürgülü tüfek kullanarak PMC operatörlerini kafadan vurarak etkisiz hale getir", + "5c137f5286f7747ae267d8a3": "Gümrük haritasında sürgülü tüfek kullanarak PMC operatörlerini kafadan vurarak etkisiz hale getir", + "629f10b114061f3074380298": "Deniz Feneri haritasında sürgülü tüfek kullanarak PMC operatörlerini kafadan vurarak etkisiz hale getir ", + "63aec6f256503c322a190374": "Tarkov Sokakları haritasında sürgülü tüfek kullanarak PMC operatörlerini kafadan vurarak etkisiz hale getir", + "64b694c8a857ea477002a408": "Kavşak haritasında sürgülü tüfek kullanarak PMC operatörlerini kafadan vurarak etkisiz hale getir", "65e0812209dffc3fd97b99e8": "Eliminate PMC operatives with a headshot while using a bolt-action rifle on Ground Zero", "5c0bde0986f77479cf22c2f8 acceptPlayerMessage": "", "5c0bde0986f77479cf22c2f8 declinePlayerMessage": "", "5c0bde0986f77479cf22c2f8 completePlayerMessage": "", "5c0be13186f7746f016734aa name": "Psikopat Keskin Nişancı", "5c0be13186f7746f016734aa description": "Greetings, mercenary. I've heard you're trying to become a sniper. Being in sniper business surely takes tenacity, patience, and a sense of purpose, but there are a lot of other important factors too. You know what Dima told me once? \"Everyone can shoot, but only a few can become real Snipers\".", - "5c0be13186f7746f016734aa failMessageText": "Deneyimli bir keskin nişancı kendini böyle ele vermez. Nefesini tut ve tekrar dene.", + "5c0be13186f7746f016734aa failMessageText": "Tecrübeli bir keskin nişancı böyle bir hata yapmaz. Nefesini toparla ve tekrar dene.", "5c0be13186f7746f016734aa successMessageText": "Frankly speaking, i wasn't sure you could do it. But it sure seems that you're no regular pleb.", "5c0be2b486f7747bcb347d58": "Keskin nişancı beceri seviyeni 9'a yükselt", - "64b67c6358b5637e2d71a655": "Sürgülü tüfek kullanırken PMC ajanlarını ölmeden ortadan kaldırın", - "64b67fcd3e349c7dbd06bd16": "Görev aktifken ölmemeli veya baskından ayrılmamalısınız", + "64b67c6358b5637e2d71a655": "Sürgülü tüfek kullanarak ölmeden PMC operatörlerini etkisiz hale getir", + "64b67fcd3e349c7dbd06bd16": "Görev aktifken baskın sırasında ölmemeli veya baskını terk etmemelisin (Durum: Çatışmada Ölme, Görev Terk Edildi, Çatışma Kaybı)", "5c0be13186f7746f016734aa acceptPlayerMessage": "", "5c0be13186f7746f016734aa declinePlayerMessage": "", "5c0be13186f7746f016734aa completePlayerMessage": "", @@ -22758,7 +23042,7 @@ "5c0d190cd09282029f5390d8 description": "Hello, warrior. How are things on the front line? People say you're a good shot, I've even tested you myself too. But what if you have to use a grenade? You will need intuition and brains to not get flogged accidently. So, I want to see how you handle grenades, go make some noise in Tarkov.", "5c0d190cd09282029f5390d8 failMessageText": "", "5c0d190cd09282029f5390d8 successMessageText": "Good, limbs are still attached, and the needed noise has been made. You'll be useful in these matters then, warrior. Here's the reward, you earned it.", - "5c1b760686f77412780211a3": "El bombası kullanırken PMC operatörlerini ortadan kaldırın", + "5c1b760686f77412780211a3": "El bombası kullanarak PMC operatörlerini etkisiz hale getir", "5c0d190cd09282029f5390d8 acceptPlayerMessage": "", "5c0d190cd09282029f5390d8 declinePlayerMessage": "", "5c0d190cd09282029f5390d8 completePlayerMessage": "", @@ -22952,12 +23236,12 @@ "5c51aac186f77432ea65c552 declinePlayerMessage": "", "5c51aac186f77432ea65c552 completePlayerMessage": "", "5d2495a886f77425cd51e403 name": "Tavsiye Mektubu", - "5d2495a886f77425cd51e403 description": "İşte geldin, ben de seni bekliyorum. Birkaç saat önce eski dostum Jaeger benimle iletişime geçti, anlaşılan benim için oldukça önemli bilgileri varmış. Benim için bir paket Priozersky doğal yaşam bölgesinde gizlemiş halde duruyor. Tam nerede olduğunu söylemedi ama bir ipucu verdi \"Bir avcının, avını beklediği yere bak.\" Bu paketi bana getir, alacağın ödül seni çok mutlu edecek.", + "5d2495a886f77425cd51e403 description": "Buraya gel paralı asker, bende seni bekliyordum. Birkaç saat önce eski dostum Jaeger benimle iletişime geçti ve benim için oldukça önemli bilgiler olduğunu söyledi. İhtiyacım olan bilgileri içeren paket şifrelenmiş ve Priozersk Doğa Koruma Alanı'nda bir yerde saklı. Tam olarak nerede olduğunu söylemedi, ama bir ipucu bıraktı: “Avcının avını bekleyeceği yere bak. Demir kuşun düştüğü yerde.” Bu paketi bana getir, seni Jaeger ile tanıştırırım. Emin ol, onun da sana vereceği işler olacaktır.", "5d2495a886f77425cd51e403 failMessageText": "", - "5d2495a886f77425cd51e403 successMessageText": "Buldun mu? İyi bir iş. Tamam, artık Jaeger ile görüşebilmek için yeterli olduğunu düşünüyorum. Senin için fazlaca işi olabilir.", - "5d249a6e86f774791546e952": "Jaegerin şifreli mesajını alın", - "5d249aa286f77475e8376399": "Mechanic'e mesajı teslim et", - "63ac18f4972364554162a25c": "Ormanlıkta belirtilen noktada Jaeger'in kampını bulun", + "5d2495a886f77425cd51e403 successMessageText": "Paketi getirdin mi? Güzel iş çıkardın. Sanırım artık Jaeger ile tanışmayı hak ettin. Eminim, sana vereceği bir sürü işi vardır.", + "5d249a6e86f774791546e952": "Jaeger'ın şifrelenmiş mesajını ele geçir", + "5d249aa286f77475e8376399": "Mesajı Mechanic'e teslim et", + "63ac18f4972364554162a25c": "Orman haritasında belirtilen noktada Jaeger'ın kampını bul", "5d2495a886f77425cd51e403 acceptPlayerMessage": "", "5d2495a886f77425cd51e403 declinePlayerMessage": "", "5d2495a886f77425cd51e403 completePlayerMessage": "", @@ -23127,7 +23411,7 @@ "5d25e44f86f77443e625e385 declinePlayerMessage": "", "5d25e44f86f77443e625e385 completePlayerMessage": "", "5d25e45e86f77408251c4bfa name": "Avcı Yolu - Silgi - Bölüm 2", - "5d25e45e86f77408251c4bfa description": "En boktan durumlar genellikle kimin kim olduğunu hemen ortaya çıkarır. Bazı insanlar aynı kalır, bazıları ise kalmaz. Son zamanlarda bölgedeki yeni güçlerle ilgili söylentiler duydum. Bir anda ortaya çıkıyorlar, yerleri parçalıyorlar, istediklerini alıyorlar ve sanki hiç orada olmamışlar gibi ortadan kayboluyorlar. Kendilerine Baskıncılar diyorlar. İnsanlar çoğunlukla eski askerler ve eski PMC'ler olduklarını, çeteler halinde toplandıklarını ve büyük tesisleri \"koruduklarını\" söylüyor. Ayrıca arkalarında, ipleri yurt dışından elinde tutan gerçekten güçlü birinin olduğunu da duydum. Şu haydutları sakinleştirin.", + "5d25e45e86f77408251c4bfa description": "En berbat durumlar genelde kimin kim olduğunu hızlıca ortaya çıkarır. Bazı insanlar aynı kalır, bazılarıysa değişir. Son zamanlarda, bölgede yeni bir güç hakkında söylentiler duydum. Hiç yoktan ortaya çıkıyorlar, her yeri talan edip istediklerini alıyorlar ve sanki hiç orada olmamış gibi kayboluyorlar. Kendilerine Baskıncılar diyorlar. Söylenenlere göre çoğu eski asker ve eski PMC'lerden oluşuyor. Çetelere bölünüp büyük tesisleri \"koruma\" altına alıyorlar. Ayrıca yurtdışında onları yöneten, çok güçlü bir destekçileri olduğuna dair duyumlar aldım. Bu haydutları sakinleştir.", "5d25e45e86f77408251c4bfa failMessageText": "", "5d25e45e86f77408251c4bfa successMessageText": "So they're operating near laboratories and military facilities... Oh, I hope it won't start another war, on top of the one already going on. Well, kid, it's not for us to resolve this, at least for now.", "5d273a4d86f774457411b266": "Baskıncıları Yok Et", @@ -23188,7 +23472,7 @@ "5d25e4ca86f77409dd5cdf2c description": "İçeri gelin. Çay ister misiniz? Pekala, her neyse. Dinle, işte anlaşma. Yakında birkaç arkadaşımı ağırlayacağım. Onlarla ava çıkmak istiyorum ama onları bu MP pompalı tüfeklerle ava götürmemin hiçbir yolu yok, değil mi? Burada birkaç güzel western tüfeğim var ama önce düzgün bir şekilde sıfırlanmaları gerekiyor.\nVe bunun için sadece müşterimiz var, adı Shturman. Öyleyse, bu pislik üzerinde benim yapımı (Remington M700 keskin nişancı tüfeği, FullField TAC30 1-4x24 dürbünlü) test edin. Uzun menzilli bir pozisyon bulun ve kafasına isabetli bir atış yapın ki piçin hiç şansı olmasın. Endişelenme, seni ödülle hayal kırıklığına uğratmayacağım evlat.", "5d25e4ca86f77409dd5cdf2c failMessageText": "", "5d25e4ca86f77409dd5cdf2c successMessageText": "Those are damn great rifles! Good work! You know, I think I might get into gunsmithing myself, I took quite a liking to this thing. So, about the reward: check out the little things I found, you might need them.", - "5fd8aa3206fb3a6b8154a2c3": "Belirtilen dürbünle bir M700 keskin nişancı tüfeği kullanırken Shturman'ı 75 metreden uzak bir mesafeden kafadan vurarak ortadan kaldırın", + "5fd8aa3206fb3a6b8154a2c3": "Belirtilen dürbünle donatılmış bir M700 keskin nişancı tüfeği kullanarak, 75 metreden uzaktan Shturman'ı kafadan vurarak etkisiz hale getir", "5d25e4ca86f77409dd5cdf2c acceptPlayerMessage": "", "5d25e4ca86f77409dd5cdf2c declinePlayerMessage": "", "5d25e4ca86f77409dd5cdf2c completePlayerMessage": "", @@ -23599,7 +23883,7 @@ "5edac63b930f5454f51e128b declinePlayerMessage": "", "5edac63b930f5454f51e128b completePlayerMessage": "", "5ede55112c95834b583f052a name": "Sığınak - Bölüm 1", - "5ede55112c95834b583f052a description": "Selam savaşçı. Kuşlarım kulağıma bir şeyler fısıldadı. Olay şu ki, Reserv üssünü elleri altına alan şu eski askerler, yer altı sığınağına doğru bir yol kazmışlar. Elbette bunu kendi elleriyle yapmadılar. Yolu yapmaları için scav'ları zorlamışlar, büyük ihtimalle o zavallı piçlerden hiçbiri hayatta kalmayı başaramadı. Her neyse, bunun ne tür bir sığınak olduğu hakkında hiçbir fikrim yok. Bunun komuta sığınağı olabileceği hakkında bazı duyumlar aldım. Buna rağmen bunun, o sığınak olduğundan tam olarak emin değilim. Burası, üstte çalışanlar için bomba sığınağı bile olabilir. Şu anda bu baskıncılara ölmesi için bir kurtarma grubu göndermenin anlamı yok. Gidip şu zindanı bir kontrol et. Ardından oraya bir grup göndermeye değip değmeyeceğini bana bildir. Ödemen iyi olacaktır?", + "5ede55112c95834b583f052a description": "Selam, savaşçı. Bak, mesele şu: Duyduğuma göre Rezerv üssünü ele geçiren o eski askerler, yeraltı sığınağına bir geçit kazdırmış. Tabii ki, bunu kendi elleriyle yapmamışlar; işi Scav'lara yaptırmışlar ve muhtemelen o zavallılardan hiçbiri geri dönememiştir. Şu an bu sığınağın ne olduğunu tam olarak bilmiyorum. Bazı bilgiler, bunun bir komuta sığınağı olabileceğini söylüyor, ama belki de sadece üs personeline ait bir bomba sığınağıdır. Şimdilik oraya büyük bir grup göndermek akıllıca olmaz; o baskıncıların eline düşerler. Sen git, o katakombları bir incele ve bir ekip göndermeye değer mi, öğren. Ödül iyi. Var mısın?", "5ede55112c95834b583f052a failMessageText": "", "5ede55112c95834b583f052a successMessageText": "So you say it's a command shelter? Rumors don't lie, huh... God damn! I'll send my men there today, let them check the place out. There could be so much valuable shit there! Anyway, here, take your reward. As promised.", "5ee0e5a8c321a77fc55084d2": "Hayatta kal ve bölgeden ayrıl", @@ -23708,7 +23992,7 @@ "5f79c7621f644f1eb53bdaf2 declinePlayerMessage": "", "5f79c7621f644f1eb53bdaf2 completePlayerMessage": "", "5fd9fad9c1ce6b1a3b486d00 name": "Araştırma Görevi", - "5fd9fad9c1ce6b1a3b486d00 description": "Selamlar asker. Senin için bir işim var. Uzun lafın kısası, gruplarımdan biriyle iletişimi kaybettim ve epey zaman oldu. Bok vantilatöre çarptığında, onları biraz kargo almaları için ormana gönderdim. Korkarım pusuya düşürüldüler, en son geçtiğimde USEC'lerin onlara yaklaştığını bildirdiler. Kurtulan olup olmadığını kontrol et. BRDM, Bukhanka ve bir tür kamyonları vardı, tam olarak ne tür olduğunu hatırlamıyorum. USEC'lerin de oraya yakın bir yere yerleşmiş olması gerektiğini düşünüyorum.", + "5fd9fad9c1ce6b1a3b486d00 description": "Selam, savaşçı. Sanin için bir işim var. Uzun lafın kısası, gruplarımndan biriyle bağlantıyı kaybettim ve üzerinden epey zaman geçti. İşler karıştığında, onları Orman'a bir yük almak için göndermiştim. Korkarım ki pusuya düşmüşler. En son iletişim kurduğumuzda, USEC'lerin tepelerden üzerlerine doğru yaklaştığını bildirmişlerdi. Olayı araştır, hayatta kalan var mı kontrol et. Konvoyda bir BRDM, bir Bukhanka minibüs ve ne tür olduğunu hatırlayamadığım bir kamyon vardı. Sanırım USEC'ler de yakın bir yere yerleşmiş olmalı, bu yüzden tetikte ol. Konvoyumu ve eğer gerçekten varsa o USEC kampını bul. Gidebilirsin.", "5fd9fad9c1ce6b1a3b486d00 failMessageText": "", "5fd9fad9c1ce6b1a3b486d00 successMessageText": "So my guys didn't make it and the transports were looted... Plus a USEC camp nearby, you say? That sucks, the cargo was very important. Well, you've done your part of the deal, so here's the reward. You can buzz off now.", "5fd9fad9c1ce6b1a3b486d03": "Kayıp Prapor'un konvoyunu Ormanda bulun", @@ -23725,22 +24009,22 @@ "600302d73b897b11364cd161 acceptPlayerMessage": "", "600302d73b897b11364cd161 declinePlayerMessage": "", "600302d73b897b11364cd161 completePlayerMessage": "", - "6086c852c945025d41566124 name": "Revizyon - Rezerve", - "6086c852c945025d41566124 description": "İyi günler. Bildiğin üzere mavi kasklılar bölgedeki gerilimi düşürmek için buradalar. Bu nedenle senden bölgedeki tehlike durumunu kontrol etmeni istiyorum. Askeri üsse sız ve risk oluşturabilecek şeyleri araştır. Ne de olsa mavi kasklılar barışı sağlamalı. Bilgi sahibi birisinden gelen ve Rezervdeki askeri ekipmanı ve malzemeleri belirten bir listem var, aralarında bazı NATO ekipmanıda bulunmakta. Sanırım bunları güvenli bir şekilde imha etmek istiyorlar. Her neyse, ekipmanları bulmalı ve işaretlemelisin. Müşterilerim bunun için iyi para ödüyor, beni yüzüstü bırakma asker.", + "6086c852c945025d41566124 name": "Revizyon - Rezerv", + "6086c852c945025d41566124 description": "İyi günler. Bildiğin üzere, Mavi Kasklılar bölgedeki gerilimi düşürmek için buradalar. Bu yüzden, tehlike seviyelerini değerlendirmeni istiyorum. Askeri üsse sız ve askeri bir tehdit oluşturabilecek her şeyi araştır. Sonuçta, Mavi Kasklılar barışı sağlamakla yükümlü. Konu hakkında bilgi sahibi kişiler bana, askeri üs bölgesinde bulunan ve NATO birimlerini de içeren askeri ekipmanların bir listesini verdi. Sanırım bunları güvenli bir şekilde imha etmek istiyorlar ya da başka bir amaçları var, emin değilim. Neyse, senin görevin bu ekipmanları bulup işaret fişekleriyle konumlarını belirtmek. Müşteriler bu iş için iyi para teklif ediyor, bu yüzden beni hayal kırıklığına uğratma, paralı asker.", "6086c852c945025d41566124 failMessageText": "", - "6086c852c945025d41566124 successMessageText": "Tebrik ederim asker! İşaretleyici sinyallerini alıyoruz. İşte ödülün. Seninle tekrardan iletişime geçeceğim.", - "6086c8ed1b0bb8063d5babb7": "Birinci BMP-2'yi işaretle", - "6087d553d79a2b4e943482bf": "Reserve haritasında ilk BMP-2'yi bul ve incele", - "60882695949eb1096c454fcd": "Reserve haritasında ikinci BMP-2'yi bul ve incele", - "608826d0a3994358a0751cfc": "İkinci BMP-2'yi işaretle", - "608826f3949eb1096c454fd0": "Reserve haritasında üçüncü BMP-2'yi bul ve incele", - "60882714c18cfa2a4e2afe59": "Üçüncü BMP-2'yi işaretle", - "6088274a82e40b3c727fd164": "Reserve haritasında dördüncü BMP-2'yi bul ve incele", - "60882779d241f77b8a49785d": "Dördüncü BMP-2'yi işaretle", - "60892585b90d6f39cb74b114": "Reserve haritasında ilk LAV III bul ve incele", - "60892590fa70fc097863b8e5": "Reserve haritasında ikinci LAV III bul ve incele", - "608925d455f4ac386d7e7fc4": "Birinci LAV III'ü MS2000 ile işaretle", - "608930aa1124f748c94b801e": "Reserve haritasında T-90'ı bul ve incele", + "6086c852c945025d41566124 successMessageText": "Aferin, paralı asker! İşaret fişeklerinden gelen sinyalleri aldık. Güzel iş çıkardın, işte ödülün. Daha sonra seninle iletişime geçeceğim.", + "6086c8ed1b0bb8063d5babb7": "Birinci BMP-2'yi MS2000 İşaretleyici ile işaretle", + "6087d553d79a2b4e943482bf": "Rezerv üs haritasında ilk BMP-2'yi bul ve incele", + "60882695949eb1096c454fcd": "Rezerv üs haritasında ikinci BMP-2'yi bul ve incele", + "608826d0a3994358a0751cfc": "İkinci BMP-2'yi MS2000 İşaretleyici ile işaretle", + "608826f3949eb1096c454fd0": "Rezerv üs haritasında üçüncü BMP-2'yi bul ve incele", + "60882714c18cfa2a4e2afe59": "Üçüncü BMP-2'yi MS2000 İşaretleyici ile işaretle", + "6088274a82e40b3c727fd164": "Rezerv üs haritasında dördüncü BMP-2'yi bul ve incele", + "60882779d241f77b8a49785d": "Dördüncü BMP-2'yi MS2000 İşaretleyici ile işaretle", + "60892585b90d6f39cb74b114": "Rezerv üs haritasında birinci LAV III'ü bul ve incele", + "60892590fa70fc097863b8e5": "Rezerv üs haritasında ikinci LAV III'ü bul ve incele", + "608925d455f4ac386d7e7fc4": "Birinci LAV III'ü MS2000 İşaretleyici ile işaretle", + "608930aa1124f748c94b801e": "Rezerv Üs'teki T-90 tankını bul ve incele", "6086c852c945025d41566124 acceptPlayerMessage": "", "6086c852c945025d41566124 declinePlayerMessage": "", "6086c852c945025d41566124 completePlayerMessage": "", @@ -23767,7 +24051,7 @@ "60896b7bfa70fc097863b8f5 declinePlayerMessage": "", "60896b7bfa70fc097863b8f5 completePlayerMessage": "", "60896bca6ee58f38c417d4f2 name": "Hainlere yer yok", - "60896bca6ee58f38c417d4f2 description": "Merhabalar asker. Senin için yeni bir görevim var, tekrardan askeri üsse gitmen gerekecek. Sığnakların etrafında adamlarımı öldürüyorlar. Bu raiderlara hareketlerinin sonuçları olacağını öğretmek gerekiyor. Dişe diş kana kan! Sığnaklara ulaştığında yönetim ofisi çevresinde bulabildiğin bütün Raiderları öldür. Kime bulaştıklarını anlamalarını sağla.", + "60896bca6ee58f38c417d4f2 description": "Selam, savaşçı. Senin için yeni bir görevim var, o askeri üs hakkında, hani bir süre önce benim için kontrol ettiğin yer. Kısacası, adamlarımın o sığınakta boşuna ölmesi beni hiç memnun etmedi. Bu, kabul edilemez bir durum. Baskıncılara yaptıklarının sonuçlarını göstermek istiyorum. Göz göze, dişe diş, anladın mı? O sığınağa geri dön ve komuta ofisleri bölgesinde onlardan birkaçını etkisiz hale getir. Böylece kiminle uğraştıklarını anlasınlar ve ne yaptıklarına dikkat etsinler.", "60896bca6ee58f38c417d4f2 failMessageText": "", "60896bca6ee58f38c417d4f2 successMessageText": "Good work out there. I hope they get what's going on now and that they can't just kill my people like that. Here's the reward.", "608bffeee0cc9c2d4d2ccb29": "Reserve haritasındaki komuta sığınağındaki akıncıları yok edin", @@ -23870,7 +24154,7 @@ "60e71b62a0beca400d69efc4 declinePlayerMessage": "", "60e71b62a0beca400d69efc4 completePlayerMessage": "", "60e71b9bbd90872cb85440f3 name": "Karakolları ele geçir", - "60e71b9bbd90872cb85440f3 description": "Hey there, warrior. Listen, I have a mission for you. The other day I was informed that PMCs have captured several Scav bases in the region, and they say there are tons of goods there. Can you help the old soldier? Kill those PMCs so that my dogs could grab the loot without any issues. There are three bases in total: the big fortified construction site building on Customs, the former EMERCOM medical unit in Priozersky forest, and the Azure Coast health resort. Clear the places out and let me know when it's done.", + "60e71b9bbd90872cb85440f3 description": "Selam savaşçı. Dinle, senin için bir görevim var. Yakın zamanda öğrendim ki bu bölgedeki birkaç Scav üssünü PMC’ler ele geçirmiş, üstelik içeride tonla ganimet olduğu söyleniyor. Bu yaşlı askere bir el atabilir misin? O PMC’leri ortadan kaldır ki “köpeklerim” rahatça ganimeti alabilsin. Üç tane üs var: Birincisi Gümrük’teki o büyük, tahkimatlı inşaat sahası binası; ikincisi Priozersky ormanındaki eski EMERCOM sağlık birimi; sonuncusu ise Azure Coast sağlık tesisi. Buraları temizle, işini bitirince bana haber et.", "60e71b9bbd90872cb85440f3 failMessageText": "", "60e71b9bbd90872cb85440f3 successMessageText": "All clear now? Good job, warrior. I'll send my guys to get the stuff then.", "60ec18b73b5f7d790a7ad034": "Gümrükteki Scav üssündeki PMC ajanlarını ortadan kaldırın", @@ -24027,12 +24311,12 @@ "613708a7f8333a5d15594368 declinePlayerMessage": "", "613708a7f8333a5d15594368 completePlayerMessage": "", "6179ac7511973d018217d0b9 name": "Kolay İş - Bölüm 1", - "6179ac7511973d018217d0b9 description": "İyi günler asker. Senin için bir görevim var, onu ertelememeni tavsiye ederim. Sahildeki su arıtma tesisini duydunuz mu? Hayır, sağlık merkezindeki değil, o elektrik santrali. Cape Dalniy'dekinden bahsediyorum. Yani, arıtma tesisinin topraklarında bir yerlerde askeri bir MI-8 var, hatta çalışıyor bile olabilir.\nŞehirde işler kötüye giderse, başlatmayı deneyebilir ve buradan defolup gidebilirsin. Her neyse, ona farklı sebeplerden dolayı ihtiyacım var: Yanında ordu ikmal sandıklarından oluşan bir altın madeni var. Sanırım sahiplerinin ayrılmadan önce hepsini yüklemek için zamanları yoktu. O helikopteri oraya kimin ve neden bıraktığını bilmiyorum.\nama kaynaklarım bir sürü değerli mal olduğunu söylüyor. Bir işaretçi getir ve kuşu işaretle, adamlarım onunla sonra ilgilenir. İş basit ama önemli. Sen git o zaman.", + "6179ac7511973d018217d0b9 description": "Tünaydın, asker. Senin için bir görevim var ve ertelememeni tavsiye ederim. Sahildeki su arıtma tesisi hakkında bir şeyler duymuşsundur? Hayır, sağlık tesisindekinden bahsetmiyorum, o bir enerji santrali. Ben Cape Dalniy’deki su arıtma tesisinden bahsediyorum. Tesiste bir yerlerde askeri bir MI-8 helikopteri olduğu söyleniyor, çalışır durumda olabilir. Şehirde işler kötüye giderse, çalıştırıp buradan sıvışabilirsin. Her neyse, benim o helikoptere farklı bir sebepten ihtiyacım var. Yanında bir altın madeni kadar değerli askeri malzeme kasaları var. Sanırım sahipleri, ayrılmadan önce hepsini yüklemeye vakit bulamamış. Helikopteri kim, neden orada bırakmış bilmiyorum, ama kaynaklarıma göre yığınla değerli eşya var. Bir işaret fişeği getir ve helikopteri işaretle; gerisini benim adamlarım halleder. Görev basit ama önemli. Hadi, harekete geç.", "6179ac7511973d018217d0b9 failMessageText": "", - "6179ac7511973d018217d0b9 successMessageText": "Yani yaşıyorsun, anlıyorum? Bu garip. Pekala, işte ödülün asker. Birkaç dakika dışarı çık, biraz temiz hava al - Bir şeyler düşünmem gerekiyor.", - "6179b804bca27a099552e057": "Helikopteri MS2000 işaretleyici ile işaretle", + "6179ac7511973d018217d0b9 successMessageText": "Hayattasın demek, ilginç. Neyse, işte ödülün, asker. Şimdi dışarı çık, biraz temiz hava al – üzerinde düşünmem gereken bir şey var.", + "6179b804bca27a099552e057": "Helikopteri MS2000 İşaretleyici ile işaretle", "61abcc6379c3a477d0122457": "Hayatta kal ve bölgeden çık", - "63ac1e0a87413d64ae0ac233": "Deniz Feneri'nin su arıtma tesisindeki helikopteri bul", + "63ac1e0a87413d64ae0ac233": "Deniz Feneri'ndeki su arıtma tesisindeki helikopteri bul", "6179ac7511973d018217d0b9 acceptPlayerMessage": "", "6179ac7511973d018217d0b9 declinePlayerMessage": "", "6179ac7511973d018217d0b9 completePlayerMessage": "", @@ -24672,7 +24956,7 @@ "639135e8c115f907b14700aa declinePlayerMessage": "", "639135e8c115f907b14700aa completePlayerMessage": "", "639135f286e646067c176a87 name": "Revision - Streets of Tarkov", - "639135f286e646067c176a87 description": "Good morning! You've done a great job of finding the military vehicles. According to my sources, there were at least three Strykers in the city. You know, it's not a good idea to leave that kind of equipment out in the open in these conditions. I need a lead on them. You know what to do.", + "639135f286e646067c176a87 description": "Good morning! You're doing a great job with finding valuable military vehicles. According to my sources, there were at least three Stryker type vehicles in the city. You know, it's not a good idea to leave that kind of equipment out in the open in these conditions. I need a lead on them. You know what to do.", "639135f286e646067c176a87 failMessageText": "", "639135f286e646067c176a87 successMessageText": "You did an amazing job, mercenary! What's the condition of the vehicles? I'm sure we'll be able to fix it, and you'll see more Strykers on the streets of the city in the future... What? Of course, I hope it doesn't come to that!", "63927f14744e452011470816": "Locate and mark the first LAV III with an MS2000 Marker on Streets of Tarkov", @@ -25431,11 +25715,11 @@ "6572e876dc0d635f633a5714 declinePlayerMessage": "", "6572e876dc0d635f633a5714 completePlayerMessage": "", "657315ddab5a49b71f098853 name": "İlk Sırada", - "657315ddab5a49b71f098853 description": "Selamlar genç adam. Henüz birbirimizi tanımıyoruz. Tarkov'daki herkes bana Terapist diyor. Adımdan burada ne yaptığımı tahmin edebileceğinizi düşünüyorum. Bana bağlantı kurmak istediğin söylendi. Benim için hızlı bir görevi tamamlamanı istiyorum, sonra birlikte çalışabiliriz.\n\nKentte hâlâ siviller var ve onlar da gitmek istiyor.\nEmercom kontrol noktasından tahliyeyi organize etmek en iyisidir: hem nakliyeye hem de gerekli donanıma sahiptirler. En azından böyle umuyorum. Ancak şehrin bu kısmına çok nadir gittim, istasyonun tam olarak nerede olduğunu bilmiyorum. Onu bulman gerek. Daha sonra bölgeyi kontrol etmeleri için adamlarımı göndereceğim.\n\nAh, bir iyilik daha.\nTıbbi görevim nedeniyle tıbbi malzemeye ihtiyacım var. Artık onları Tarkov'a aktaramıyorum, bu yüzden onları burada aramam gerekiyor. Ne getirdiğin önemli değil; malzeme, uyuşturucu, uyarıcı. Her şey olur. Ben bekliyor olacağım.", + "657315ddab5a49b71f098853 description": "Selamlar, genç adam. Henüz birbirimizi tanımıyoruz. Tarkov’da herkes bana Therapist der. İsmimden ne iş yaptığımı az çok tahmin edebiliyorsundur. Duyduğuma göre bağlantılar kurmak istiyormuşsun. Önce benim için ufak bir görevi hallet, sonra birlikte çalışabiliriz.\n\nŞehirde hâlâ sivil halk var ve buradan ayrılmak istiyorlar. En iyisi Emercom kontrol noktasından tahliye organize etmek, çünkü söylenene göre hem ulaşım araçları hem de gereken ekipman onların elinde. En azından öyle olduğunu umuyorum. Fakat ben şehrin bu tarafına pek sık gitmem, istasyonun tam olarak nerede olduğunu bilmiyorum. Senin onu bulman lazım. Sonra ekibimi bölgeyi kontrol etmeleri için göndereceğim.\n\nAh, bir de ufak bir ricam daha var. Tıbbi görevlerim için malzemelere ihtiyacım var. Artık Tarkov’a dışarıdan getiremiyorum, bu yüzden burada aramam gerekiyor. İlaç, tıbbi sarf malzemesi, uyarıcı... Ne bulursan işe yarar. Seni bekliyor olacağım.", "657315ddab5a49b71f098853 failMessageText": "I see you are already experienced enough for more complex matters. Leave this one to the rookies then.", "657315ddab5a49b71f098853 successMessageText": "Görev tamamlandı? Bu harika bir haber, teşekkürler. İşbirliğimizin gelecekte de aynı derecede verimli olacağını umuyorum.", "657320308c789bb102d2cde8": "Acil Durumlar Bakanlığı'nı bulun", - "65732ac3c67dcd96adffa3c7": "Emercom istasyonunu Ground Zero'da bulun", + "65732ac3c67dcd96adffa3c7": "Sıfır Noktası’ndaki Emercom istasyonunun yerini tespit et", "657330fc0c93c8c281b2b6b4": "3 tıbbi eşyayı aktar", "65817bf31404f3565aef9fec": "İlaç malzemelerini teslim edin", "657315ddab5a49b71f098853 acceptPlayerMessage": "", @@ -25703,10 +25987,10 @@ "6605852a0e8e4148260fde76 declinePlayerMessage": "", "6605852a0e8e4148260fde76 completePlayerMessage": "", "66058cb22cee99303f1ba067 name": "Kolay Para - Bölüm 1", - "66058cb22cee99303f1ba067 description": "Sup. Got a job for ya. A friend of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You should put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! You pick up the flyers at the USEC camp on Woods, how did it end up there? Who knows? My contact might have good allies. Once you get the package, walk around and stick them fliers all over the city. Just kidding. Bring it over to the specified locations, they'll figure it out from there. ", + "66058cb22cee99303f1ba067 description": "Sup mate. Got a job for ya. An old pal of mine is looking for the right people for his business. I don't know the ins and outs, just the first stage of recruitment, so to speak. I see you're interested.\n\nYou heard anything about the Arena yet? You gotta put up flyers around Tarkov. Like \"come and check it out\", shit like that, you know. Hey, serious people always start small! I've got a couple of posters ready for ya, but if you lose them, it's your own bloody problem, got it? Bring them to the Scav stronghold at the customs terminal. Off you go then.", "66058cb22cee99303f1ba067 failMessageText": "", - "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here's some goodies in the meantime.", - "6606b709f7ce34bb26221cab": "Plant the \"Bison VS Undertaker\" poster in the living quarters at the Scav base on Customs", + "66058cb22cee99303f1ba067 successMessageText": "All done? I'll pass it on then. Here are some goodies in the meantime.", + "6606b709f7ce34bb26221cab": "Plant the Bison vs Undertaker poster in the living quarters at the Scav base on Customs", "6606b74ebce4c3e0bda438fd": "Rezerv'deki demiryolu platformuna \"Killa ve Tagilla\" posterini as", "6606b7501d9dfa39ba0b037e": "Put up flyers at the Rodina cinema on Streets of Tarkov", "6606b752a6c704c4333a804d": "Plant the \"Easy Money\" poster inside the helicopter at the water treatment plant on Lighthouse", @@ -25720,7 +26004,7 @@ "66058cb5ae4719735349b9e8 description": "Hello, champion! A friend of mine gave you a little tryout assignment. Now I've decided to meet you in person. People call me Ref. Hosting the Arena and the big bucks, ha!\n\nClearly you don't mind making money, and I'm in desperate need of new staff. Business is booming, and I'm short-handed. We're expanding!\n\nWe got another fight planned soon. As they used to say in ancient Rome, \"the people demand bread and circuses.\" The latter is fine, but the bread is running late. A little supply disruption, don't worry about it. Just get me some food and booze for the audience.", "66058cb5ae4719735349b9e8 failMessageText": "", "66058cb5ae4719735349b9e8 successMessageText": "Everything you brought has already been sent to the seats. Well done.", - "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid item: Bottle of Tarkovskaya vodka", + "6606bd2aa49db36b69b6dbf9": "Hand over the found in raid items from the Drinks category", "6606bd6768f8018fffebd998": "Hand over the found in raid item: Bottle of Pevko Light beer", "6606bd814120fcf7f0a38e55": "Hand over the found in raid item: Alyonka chocolate bar", "6606bd9128b63f13e560592f": "Hand over the found in raid item: Pack of Tarker dried meat", @@ -25728,18 +26012,18 @@ "66058cb5ae4719735349b9e8 declinePlayerMessage": "", "66058cb5ae4719735349b9e8 completePlayerMessage": "", "66058cb7c7f3584787181476 name": "Dengeleme - Bölüm 1", - "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nHere's a G36 assault rifle and a THOR armor, try it out on some of the lesser scum. My gladiators will be carrying this kit later, if your test goes well.", + "66058cb7c7f3584787181476 description": "You did a great job on my assignments. I also ran you through my databases... Just a precaution. You don't hire just anybody, you know what I mean, brother? I'm promoting you to a tester! You're gonna be testing equipment for the Arena.\n\nI've just received a good batch of bullpups for a delicious price. Go ahead and try them out on some hobos. After that, I'll decide if these rifles will go to my cleanup guys or the gladiators.", "66058cb7c7f3584787181476 failMessageText": "", - "66058cb7c7f3584787181476 successMessageText": "This set is certainly the good shit. Oh, I even came up with a name for it just now: we'll call it Diesel. I think we went a bit too far with the plates though, he's a full-on walking tank. I think we better remove them, yeah?", - "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a G36 assault rifle and any NFM THOR body armor on Interchange", + "66058cb7c7f3584787181476 successMessageText": "Not a bad gun, eh? Truth be told, I have a soft spot for bullpups. The AUG is obviously difficult to maintain, it has a weird trigger mechanism, hard to get used to, plus it's easy to forget about the ejection port side. Certainly not an amateur's gun. But it feeks so good though! I'd rather not give it to the cleanup crew. \n\nAnyway, here's your reward.", + "6606d133fcb99b9004aa2d1d": "Eliminate Scavs while using a Steyr AUG on any location", "66058cb7c7f3584787181476 acceptPlayerMessage": "", "66058cb7c7f3584787181476 declinePlayerMessage": "", "66058cb7c7f3584787181476 completePlayerMessage": "", "66058cb9e8e4f17985230805 name": "Dengeleme - Bölüm 2", - "66058cb9e8e4f17985230805 description": "You handled your last testing with flying colors. Good thing I picked you out of all the candidates.\n\nNow we'll test a new gear set on bigger fish. Here, an AKS-74UB assault rifle and PACA armor. If you can survive in this, the gladiators will be happy too. All right, go try it.", + "66058cb9e8e4f17985230805 description": "Right, now it's time to test some body armor. This is for the cleanup crew only. Let's see how it holds up against real mercs. Try killing a few PMCs while wearing this PACA armor. After that, I'll see what else I can come up with.", "66058cb9e8e4f17985230805 failMessageText": "", - "66058cb9e8e4f17985230805 successMessageText": "I see you're utilizing the strength of the weapon more in this kit... Not much armor here, so it'll be a scout set. Oh! I got a name for it. I had a buddy who was thin and frail-looking, but very feisty. Kicked ass left and right. We called him Tikhon. That's what I'm gonna call this set.", - "660a9c99c650fa4d531f4c96": "Eliminate PMCs while using AKS-74UB and PACA body armor on Streets of Tarkov", + "66058cb9e8e4f17985230805 successMessageText": "Alive? Good! What, the armor's shit and doesn't hold against anything? Well shit, that's a shame. It'll be too weak for the cleanup crew, so I'll have to find a better model.\n\nHere's your reward. Let's finish with this balancing thing for now.", + "660a9c99c650fa4d531f4c96": "Eliminate PMC operatives while wearing a PACA Soft Armor on any location", "66058cb9e8e4f17985230805 acceptPlayerMessage": "", "66058cb9e8e4f17985230805 declinePlayerMessage": "", "66058cb9e8e4f17985230805 completePlayerMessage": "", @@ -25747,35 +26031,36 @@ "66058cbb06ef1d50a60c1f46 description": "I came up with a great idea to make the Arena even better. And I need your help.\n\nI need to find some armor plates for a guy. He's a frequent performer, so it's time to give him an upgrade to get the crowd excited. That's the thing about shows, you don't add wood in time, the fire goes out.\n\nWell, now go get me some armor plates. \n\nThe crowd's gonna squeal when they see him!", "66058cbb06ef1d50a60c1f46 failMessageText": "", "66058cbb06ef1d50a60c1f46 successMessageText": "Just what I needed! Not much more to go. Everyone will be thrilled when they see the results, I promise! Here's a helmet as a reward. His last owner has a better one now, ha!", - "6606d08b4e2e27ca2d80085e": "Hand over the found in raid item: Korund-VM ballistic plates (Front)", + "6606d08b4e2e27ca2d80085e": "Hand over the found in raid items: Class 4 or higher ballistic plates", "6606d09a3db3fc1911e204ce": "Hand over the found in raid item: SPRTN Omega ballistic plate", "6606d0a8f146598b0f492e12": "Hand over the found in raid item: 6B33 ballistic plate (Front)", "66058cbb06ef1d50a60c1f46 acceptPlayerMessage": "", "66058cbb06ef1d50a60c1f46 declinePlayerMessage": "", "66058cbb06ef1d50a60c1f46 completePlayerMessage": "", "66058cbd9f59e625462acc8e name": "Create a Distraction - Part 1", - "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them around their hideouts. Without detonators. We're not gonna blow anything up, but make it look like a big deal. Let them run around with their asses on fire.", + "66058cbd9f59e625462acc8e description": "Look, you're starting to feel like family to me. Like a brother! I think I can hook you up with some serious work.\n\nI've got some co-founders in the Arena, Kaban and Kollontay, maybe you know them. Thought they were cool guys, but now they decided to play politics. They want to put their champion in the Arena, can you imagine? And a good champion brings in so much money, you'd know. It's gonna take a lot of time and money to rebuild the business.\n\nWe need to put a scare into these guys so they realize they're crossing the line. Take some explosive bricks and plant them inside the cafe in the city center. Without detonators. We're not gonna blow anything up, but just make it look like a big deal. Let them run around with their asses on fire.", "66058cbd9f59e625462acc8e failMessageText": "", "66058cbd9f59e625462acc8e successMessageText": "Ha, you should have seen the chaos when they found the bricks! What a show! It's a damn shame we didn't film the whole thing... You did a good job. Here's your reward.", - "660a9dc64c0927ead4fcfeef": "Plant three TP-200 TNT bricks under Kaban's office on Streets of Tarkov", + "660a9dc64c0927ead4fcfeef": "Plant TP-200 TNT bricks on the second floor of the cafe on Ground Zero", "660a9dcf070cb9c8cc1715c7": "Plant three TP-200 TNT bricks at the MVD academy entrance on Streets of Tarkov", "66058cbd9f59e625462acc8e acceptPlayerMessage": "", "66058cbd9f59e625462acc8e declinePlayerMessage": "", "66058cbd9f59e625462acc8e completePlayerMessage": "", "66058cbf2f19c31a5a1337ec name": "Create a Distraction - Part 2", - "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay had recovered obnoxiously fast. They were also foolish enough not to take the hint. But that's all right, you and me, we can give then another hint, right?\n\nI got a plan. You need to visit to them again and shoot their lap dogs, the guards. They're all trusted associates of those two. But don't touch Kaban and Kollontay! They must take the hint for sure this time.", + "66058cbf2f19c31a5a1337ec description": "Kaban and Kollontay shit themselves alright, but that wasn't good enough for me. I'd like to finish them off. You don't have to help me with that, of course, but...\n\nI already have a plan. You need to go down to their places and shoot their bodyguards or whatever they're called. Everyone in there is a trusted person for those two, so they're the perfect targets. BUT! Make sure Kaban and Kollontay themselves are unharmed!", "66058cbf2f19c31a5a1337ec failMessageText": "Can't you see who you're shooting at?! I had such high hopes for you.", - "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm, looking for the one who ordered the hit. They'll get over it and realize they're crossing the line. Here, this is your reward.", - "660d5effb318c171fb1ca234": "Eliminate Kaban's guards on Streets of Tarkov", + "66058cbf2f19c31a5a1337ec successMessageText": "Good work! Kaban and Kollontay are already kicking up a storm. I think soon enough they'll come to me trying to leave this business.\n\nHere's your well deserved reward.", + "660d5effb318c171fb1ca234": "Eliminate Kaban's or Kollontay's guards on Streets of Tarkov", "660d5f5a99b1db9725ca1543": "Eliminate Kollontay's guards on Streets of Tarkov", + "660d5f95f9b871558e7515b5": "You must not kill Kaban or Kollontay while the task is active", "66058cbf2f19c31a5a1337ec acceptPlayerMessage": "", "66058cbf2f19c31a5a1337ec declinePlayerMessage": "", "66058cbf2f19c31a5a1337ec completePlayerMessage": "", "66058cc1da30b620a34e6e86 name": "To Great Heights! - Part 1", - "66058cc1da30b620a34e6e86 description": "Well, now Kaban and Kollontay are too busy finding their attackers to accomplish anything at all. Which means it's time for a new champion of the Arena. And it's going to be you. By consent, of course. We don't practice cruelty here, ha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So enter the Arena and win. That's how I will know you're ready to push forward.", + "66058cc1da30b620a34e6e86 description": "Well-well, you've finished your first assessment. I think it's right about time for a new champion of the Arena to rise. And it's going to be you. By consent, of course. We don't practice cruelty here, haha!\n\nI can help you reach heights and riches beyond your wildest dreams. You just have to take me up on my offer. But, you know, actions always trump words. So go ahead, enter the Arena and win. That's how I will know you're ready to push forward.", "66058cc1da30b620a34e6e86 failMessageText": "", "66058cc1da30b620a34e6e86 successMessageText": "I never doubted you for a second, brother! But remember, we're here to entertain people. We need a bigger show! Sometimes it looks like you're just shooting cans, you know.", - "662ba5a89d8041c264dd9673": "Win a match in ranked game mode in Arena", + "662ba5a89d8041c264dd9673": "Win a match in CheckPoint or LastHero mode in Arena", "66058cc1da30b620a34e6e86 acceptPlayerMessage": "", "66058cc1da30b620a34e6e86 declinePlayerMessage": "", "66058cc1da30b620a34e6e86 completePlayerMessage": "", @@ -25783,7 +26068,7 @@ "66058cc208308761cf390993 description": "You're under my wing from now on, brother. I'll make sure you get progress good, but you're gonna have to get your ass in gear more often.\n\nLet's start with the basics. The Arena's in Tarkov, but the biggest sponsors are overseas. They watch every game, place bets, throw money at the favorites. And you need to get some of those big shots interested. Get their attention, show them you're worthy. Make a name for yourself. One win alone isn't enough to do it. Show them you can make a thrilling performance!", "66058cc208308761cf390993 failMessageText": "", "66058cc208308761cf390993 successMessageText": "I see the progress you're making! They're starting to talk about you overseas. People are interested. It's a sign that you're doing the right thing!", - "662ba78e19c86d3199ae0a93": "Win a match in ranked mode in Arena", + "662ba78e19c86d3199ae0a93": "Win a match in TeamFight, BlastGang, or CheckPoint mode in Arena", "662ba7b942dc438835a2760d": "Reach 1700 ARP rating", "66058cc208308761cf390993 acceptPlayerMessage": "", "66058cc208308761cf390993 declinePlayerMessage": "", @@ -25792,7 +26077,7 @@ "66058cc5bb83da7ba474aba9 description": "You're doing great! But it's too early to stop. Shine your face more often, impress the audience. Stand out. Become the one they talk about, the one they come to see. Then the cash will come, and then other goodies: cars, girls... Although Tarkov is a little short on the latter.\n\nAnyway, the Arena is a great career opportunity right now, ha!", "66058cc5bb83da7ba474aba9 failMessageText": "", "66058cc5bb83da7ba474aba9 successMessageText": "And now you're one step closer to the big leagues! Respect, brother.", - "662ba61d3ed61b6b78187b71": "Win 3 matches while claiming first place in ranked mode in Arena", + "662ba61d3ed61b6b78187b71": "Win a match while claiming at least 3rd place in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc5bb83da7ba474aba9 acceptPlayerMessage": "", "66058cc5bb83da7ba474aba9 declinePlayerMessage": "", "66058cc5bb83da7ba474aba9 completePlayerMessage": "", @@ -25800,7 +26085,7 @@ "66058cc72cee99303f1ba069 description": "How's the mood? Battle-ready? Ready to shine in the Arena once more? Ready to shred some motherfuckers? The odds are still stacked against you, so don't let the audience down!\n\nSpeaking of that. You got some money? You gotta bet on yourself and then win six times. You'll make tons of cash, and you'll be famous. Bring the money, I'll organize everything. Just be warned: if you lose five times, you start again.", "66058cc72cee99303f1ba069 failMessageText": "Oh man, you almost did it. Try again, the audience still seems to favor you.", "66058cc72cee99303f1ba069 successMessageText": "Here's your paycheck. I deducted all my services from it straight away: bribing opponents, fees, and all that. What, you thought I work for free?", - "662bb23200ae352a6d5a415d": "Win 6 matches out of 10 in ranked mode in Arena", + "662bb23200ae352a6d5a415d": "Win three out of six matches in TeamFight, BlastGang, or CheckPoint mode in Arena", "662bb24b3d34cd5e19206e63": "Failure condition: Lose 5 matches", "6633a85e347a2a2b4051a26b": "Hand over Roubles from the EFT balance", "665493a649bd17856482ba77": "Failure Condition: Lose 5 matches", @@ -25811,7 +26096,7 @@ "66058cc9ae4719735349b9ea description": "I have good news! Excellent news, in fact! I hope you've already picked out a little apartment in Tarkov's elite neighborhood, because you'll have it soon with all this money! Kidding. All the houses in those neighborhoods are soon gonna collapse anyway.\n\nAnyway, some very powerful people from across the border are interested in you. Powerful and wealthy. I can't tell you their names, it's a business secret, and I'm not violating what I signed. So, these people are ready to take you under their wing and sponsor you heavily, but first they want guarantees.\n\nYou need to become the champion. Fly high, soar above the rest. You're gonna have to spend more time in the Arena. I can see it in your eyes that you're ready.", "66058cc9ae4719735349b9ea failMessageText": "", "66058cc9ae4719735349b9ea successMessageText": "You're really good. A very famous French man — I won't tell you his name for privacy — is interested in you. Lispy as hell, but he's offering good money. I've already arranged for your sponsorship.", - "662ba87106e44407b79e9ab2": "Win 3 matches in a row in ranked game mode in Arena", + "662ba87106e44407b79e9ab2": "Win two matches in a row in TeamFight, BlastGang, or CheckPoint mode in Arena", "66058cc9ae4719735349b9ea acceptPlayerMessage": "", "66058cc9ae4719735349b9ea declinePlayerMessage": "", "66058cc9ae4719735349b9ea completePlayerMessage": "", @@ -25822,6 +26107,7 @@ "664ef2e5c11296c444642040": "Locate the old champion's room on Customs", "664ef37c4c1e8a2e6c4b1e9a": "Find out what happened to the champion", "664ef3c238dad5c6686a6d1e": "Survive and extract from the location", + "67e6b531ca71d03c35350b31": "Locate and obtain the key at the smugglers' base on Shoreline", "66058ccbc7f3584787181478 acceptPlayerMessage": "", "66058ccbc7f3584787181478 declinePlayerMessage": "", "66058ccbc7f3584787181478 completePlayerMessage": "", @@ -25829,7 +26115,7 @@ "66058ccde8e4f17985230807 description": "So you're saying you were in the last champion's apartment? All right then. I'll pretend like it never happened. Just remember, curiosity killed the cat. And the last champion, too. He was a good guy, I liked him, but he got soft, lost his touch.\n\nYou should be practicing more, not wandering around the city. Otherwise, your ranking will start to drop.", "66058ccde8e4f17985230807 failMessageText": "", "66058ccde8e4f17985230807 successMessageText": "There you go! Time should be spent improving your skills. Who knows what happens if you don't?", - "663b9bb7fe7953705cb09114": "Eliminate any target while using an Assault carbine in Arena", + "663b9bb7fe7953705cb09114": "Eliminate enemies in any game mode in Arena", "663b9be176223121f61e5859": "Eliminate any target while using an Assault rifle in Arena", "663b9c13d71a6a0be997a5d5": "Eliminate any target while using a Machine gun in Arena", "663b9c1559c1d56ec9bd6b4a": "Eliminate any target while using a Marksman rifle in Arena", @@ -25845,21 +26131,24 @@ "66058ccf06ef1d50a60c1f48 name": "İki Ateş Arasında", "66058ccf06ef1d50a60c1f48 description": "So you saw a dead body. Did you search it? Did you check around it? I'm just pointing out that you're blind. The champion, as far as I know, kept a journal. Yeah, like some teenager, but that's actually working in your favor.\n\nWhy don't you go over there again and take a closer look? There's got to be more information in the journal about Ref, some dirt on him. Do that if you want to stop being expendable in the Arena.\n\nAnd one more thing: if you bring me any info on Ref that'll be worthy of my time, I'll pay you well.", "66058ccf06ef1d50a60c1f48 failMessageText": "You want to stay under Ref's skirt? You do you then.", - "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.", + "66058ccf06ef1d50a60c1f48 successMessageText": "Well done. Glad you took your fate by the balls.\n\nMake sure you speak nothing of this to Ref.", + "660da184e629b7a4c6dc7f9a": "You must not complete the task Decisions, Decisions", "664fd7aba8d870609d099fed": "Locate and obtain the compromising information on Ref", "664fd7f0837ee02ad4c8e658": "Hand over the found info", "66563f0a2684eee09e8dcd86": "Locate the old champion's hideout", "6658eb28849643547f210708": "Return to the old champion's hideout on Customs", + "67ebc3ccc9b79ca75e58ade9": "You must not complete the task Surprise Gift", "66058ccf06ef1d50a60c1f48 acceptPlayerMessage": "", "66058ccf06ef1d50a60c1f48 declinePlayerMessage": "", "66058ccf06ef1d50a60c1f48 completePlayerMessage": "", "66058cd19f59e625462acc90 name": "Decisions, Decisions", "66058cd19f59e625462acc90 description": "I've been hearing rumors... Very unpleasant rumors. They say you're trying to dig my business up.\n\nLook, we've known each other for a while. You're like a brother to me! Don't do something you'll regret later. The less you know, the better you sleep, you hear that?\n\nUntil I'm absolutely confident in you, I'm gonna have my men watching you. I don't want you pulling any stunts, champ. And if you find anything during your little date with the old champion, bring it to me. Then we can forget about this happy little accident.", - "66058cd19f59e625462acc90 failMessageText": "You bastard! I did everything for you, I got you out of the mud, I made you a real man, and you... You son a bitch!", + "66058cd19f59e625462acc90 failMessageText": "They put a gun to your head and took everything, huh? Don't take me for an idiot! Where's the fucking diary now? Fucking hell. Whatever, I'll deal with it later.", "66058cd19f59e625462acc90 successMessageText": "You made the right choice. Never doubted you, brother. All right, no more funny business from now on, you hear me?", "660da15a747708e25add9653": "Failure condition: Bring the information to Fence", "664fd86520fa1bd9f8fa5489": "Locate and obtain the compromising information on Ref", "664fd88c4f7e4352f0799f92": "Bulunan bilgiyi teslim edin", + "67ebc1fd1a8f807fa94834cc": "You must not complete the task Surprise Gift", "66058cd19f59e625462acc90 acceptPlayerMessage": "", "66058cd19f59e625462acc90 declinePlayerMessage": "", "66058cd19f59e625462acc90 completePlayerMessage": "", @@ -27690,7 +27979,7 @@ "675c04f4db8807b75d0f38e8 declinePlayerMessage": "", "675c04f4db8807b75d0f38e8 completePlayerMessage": "", "675c085d59b0575973005f52 name": "Break the Deal", - "675c085d59b0575973005f52 description": "Yo, you doing good? You \nwill never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", + "675c085d59b0575973005f52 description": "Yo, you doing good? You will never believe what I'm going to tell you right now. I have a job for you! Alright, jokes aside, the Reshala guy wants to jump head first into a new business. And believe me, I don't want this fucker in there.\n\nI found out this punk's planning a meeting with one of my partners with ties to the big land. Thing is, we only know the meeting spot, but we don't know when they're gonna sort their shit out.\n\nSo I hired a trustworthy sniper to crash the meeting when it happens. Except that now he's in his position out there all the fucking time, can't even go down to take a piss.\n\nWhat's more, the stash I set up for him at the lookout spot was found by the Scavs, and they looted everything clean. You think you can drop off the rest of the gear? It's at the plant with three large pipes in the middle of the industrial zone. It's got some metal scaffolding or something around it... Hide it all over that scaffolding, alright?\n\nShit, man, of fucking course I'll pay you for it. Work hard, and you'll earn hard, hehe.", "675c085d59b0575973005f52 failMessageText": "", "675c085d59b0575973005f52 successMessageText": "So, you seen my gunslinger? Of course not, he's a real specialist! Now, my guys will give him the signal, and he'll pick up everything from the designated points.\n\nHere, a little thank you for the hard work.", "675c14f54662a2fae349dbb9": "Stash a DVL-10 sniper rifle at the specified spot on Customs", @@ -27725,7 +28014,7 @@ "675c1cf4a757ddd00404f0a3 description": "You know how heated it can be at the safe exits around here. Many die on the road back, not on the actual trip.\n\nThat's why for a true hunter, it's important to always have something prepared, like a personal escape plan. Times are tough right now, so I don't advise taking unnecessary risks.\n\nTake customs for example. I heard that some of the exits are now under someone's control, and they're only letting in their own kind. Which means no more outsiders will be allowed in. You might want to find a way to secure those exits for yourself. \n\nIt may take some finesse, but for a true warrior, such obstacles shouldn't be a problem.", "675c1cf4a757ddd00404f0a3 failMessageText": "", "675c1cf4a757ddd00404f0a3 successMessageText": "You've learned your lesson. Make sure you don't forget it. \n\nAlways be prepared for your return path to be cut short. No matter which part of Tarkov you find yourself in. Your knowledge of the terrain, the paths between the areas and safe escape routes is your strength.", - "675c1cf4a757ddd00404f0a6": "Survive and extract from Customs through ZB-1012", + "675c1cf4a757ddd00404f0a6": "Locate the secret exfil on Customs", "676ab31c058363b09072c78e": "Obtain the special item to extract through the secret exfil", "675c1cf4a757ddd00404f0a3 acceptPlayerMessage": "", "675c1cf4a757ddd00404f0a3 declinePlayerMessage": "", @@ -27752,7 +28041,7 @@ "675c1ff1a757ddd00404f0aa name": "Test Drive - Part 6", "675c1ff1a757ddd00404f0aa description": "Warrior! It's clear that you really love to shoot new and exotic weapons. There is a new job on this subject for you.\n\nI found something interesting... No one's ever seen anything like this in Tarkov before! Where'd I get it? Trade secret, haha!\n\nLet me tell you this, this weapon certainly has potential. But without proper combat trials, all these specs and range reports are bullshit.\n\nSo if you're interested in experiencing a real unique weapon, we may be able to help each other.", "675c1ff1a757ddd00404f0aa failMessageText": "", - "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you thing I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", + "675c1ff1a757ddd00404f0aa successMessageText": "It's good, isn't it? Well, then I guess I could raise the price a little higher, don't you think? \n\nWhat, you think I'd give it away for free? It deserves a fair price. Your comrade Prapor has never ripped off a common soldier, and trust me, I'm keeping it this way.", "675c1ff1a757ddd00404f0ae": "Eliminate any target while using an Aklys Defense Velociraptor on Customs", "675c1ff1a757ddd00404f0aa acceptPlayerMessage": "", "675c1ff1a757ddd00404f0aa declinePlayerMessage": "", @@ -27957,7 +28246,7 @@ "67a096fe972c11a3f5077321 failMessageText": "", "67a096fe972c11a3f5077321 successMessageText": "You turned out to be a real dark horse... The results are remarkable. Not everyone can pull this off. \n\nI'll unlock one of the keycard stashes for you. But be aware that this is a very special item, and I'm not going to give it to you for free.\n\nOne more thing. Arena rewards the best gladiators, and you clearly have potential. If you get tired of scavenging the ruins and want real glory, you know where to find me.", "67a0db1217cd5fe7e5a2e36e": "Eliminate enemies in any game mode in Arena", - "67a0dbaf93ac1717d296be98": "Take at least 3rd place in Last Hero in Arena", + "67a0dbaf93ac1717d296be98": "Take at least 3rd place in any game mode in Arena", "67a096fe972c11a3f5077321 acceptPlayerMessage": "", "67a096fe972c11a3f5077321 declinePlayerMessage": "", "67a096fe972c11a3f5077321 completePlayerMessage": "", @@ -28036,6 +28325,26 @@ "67d03be712fb5f8fd2096332 acceptPlayerMessage": "", "67d03be712fb5f8fd2096332 declinePlayerMessage": "", "67d03be712fb5f8fd2096332 completePlayerMessage": "", + "67e993b1ac26bf29380a320b name": "Surprise Gift", + "67e993b1ac26bf29380a320b description": "I heard you got involved in this affair with Fence and Ref. So of course you decided to come to me. You want to mess with Ref? Hmm, that would be beneficial to me. Bring me the dirt on him, and I'll find a way to use it.", + "67e993b1ac26bf29380a320b failMessageText": "So why even come to me in the first place if you're just going to give the intel to one of those two? ", + "67e993b1ac26bf29380a320b successMessageText": "I'm glad you understand who it's more advantageous to be friends with.", + "67e993b1ac26bf29380a320e": "Return to the old champion's hideout on Customs", + "67e993b1ac26bf29380a3210": "Locate and obtain the compromising information on Ref", + "67e993b1ac26bf29380a3212": "Hand over the found info", + "67e993b1ac26bf29380a3214": "You must not complete the task Decisions, Decisions", + "67e99f6afe35834e657c0f02": "You must not complete the task Between Two Fires", + "67e993b1ac26bf29380a320b acceptPlayerMessage": "You'll get your info.", + "67e993b1ac26bf29380a320b declinePlayerMessage": "", + "67e993b1ac26bf29380a320b completePlayerMessage": "Here's all I could find on Ref.", + "67e993f5ed537409f009da75 name": "Postponed Reward", + "67e993f5ed537409f009da75 description": "Well, you fucked up with the evidence in a very embarrassing way, but sure, I'll keep my word. I'll get you your fucking container. But now I'm gonna ask you for something else, since things got so ugly.", + "67e993f5ed537409f009da75 failMessageText": "", + "67e993f5ed537409f009da75 successMessageText": "All right, you've earned your reward. But you better know I'm not gonna take any more of your bullshit. You start digging again, you'll end up like that old champion.", + "67ebc5f501052193cdb4c9ac": "Hand over the item: Lega Medal", + "67e993f5ed537409f009da75 acceptPlayerMessage": "", + "67e993f5ed537409f009da75 declinePlayerMessage": "", + "67e993f5ed537409f009da75 completePlayerMessage": "", "616041eb031af660100c9967 startedMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 failMessageText 54cb50c76803fa8b248b4571 0": " ", "616041eb031af660100c9967 successMessageText 54cb50c76803fa8b248b4571 0": "Her şey açık mı diyorsunuz? O zaman iyi iş, asker.", @@ -28486,264 +28795,264 @@ "628f588ebb558574b2260fe5 successMessageText 579dc571d53a0658a154fbec 0": "Iyi.", "628f588ebb558574b2260fe5 description 579dc571d53a0658a154fbec 0": "Gerekli tüm öğeler listede. Onları bulun ve bırakma noktasına getirin.", "628f588ebb558574b2260fe5 changeQuestMessageText 579dc571d53a0658a154fbec 0": "Sabrım pahasına yapılabilecek başka görevler de var.", - "6512ea46f7a078264a4376e4 name": "PMC'leri En İyi Arkadaşı", - "6512ea46f7a078264a4376e4 description": "PMC olarak oynarken Scav Co-Op çıkış yoluyla Interchange'de hayatta kal", + "6512ea46f7a078264a4376e4 name": "PMC'nin En İyi Dostu", + "6512ea46f7a078264a4376e4 description": "PMC olarak oynarken Scav Ortak Çıkışını kullanarak Kavşak'ta hayatta kal ve tahliye ol", "6512ea46f7a078264a4376e4 successMessage": "", "6512eb3ddfb0ae1ee75a0376 name": "Gezgin", - "6512eb3ddfb0ae1ee75a0376 description": "PMC olarak oynarken hayatta kalın ve Tarkov'un her yerinden çıkın ", + "6512eb3ddfb0ae1ee75a0376 description": "PMC olarak oynarken Tarkov'daki her bölgede hayatta kal ve tahliye ol ", "6512eb3ddfb0ae1ee75a0376 successMessage": "", - "6512eb68f6c95fe8862e384d": "Hayatta kal ve Woods bölgesinden çık", - "6512eb9a12da627da04880b3": "Hayatta kal ve Streets of Tarkov bölgesinden çık", - "6512efeca198eb75ff9ca1c7": "Hayatta kal ve Customs bölgesinden çık", - "6512f0166a9637a1cb352507": "Hayatta kal ve Factory bölgesinden çık", - "6512f09316440cb67572c0fa": "Hayatta kal ve Interchange bölgesinden çık", - "6512f4a0df345dd5029b586a": "Hayatta kal ve Lighthouse bölgesinden çık", - "6512f4fb1ea20e8cd761de2a": "Hayatta kal ve Shoreline bölgesinden çık", - "6512f819fddeee167c2518e3": "Hayatta kal ve Lab bölgesinden çık", - "6512f83596d92e790ada99b0": "Hayatta kal ve Reserve bölgesinden çık", - "657b1feef3231fc23e3ccdf7": "Hayatta kal ve Ground Zero bölgesinden çık", - "6512f16bde333c33d5127cbc name": "Katillerin katili", - "6512f16bde333c33d5127cbc description": "PMC olarak oynarken gece vakti kapüşonlu adamlardan birini kendi bıçağıyla ortadan kaldırın", + "6512eb68f6c95fe8862e384d": "Orman bölgesinde hayatta kal ve tahliye ol", + "6512eb9a12da627da04880b3": "Tarkov Sokakları bölgesinde hayatta kal ve tahliye ol", + "6512efeca198eb75ff9ca1c7": "Gümrük bölgesinde hayatta kal ve tahliye ol", + "6512f0166a9637a1cb352507": "Fabrika bölgesinde hayatta kal ve tahliye ol", + "6512f09316440cb67572c0fa": "Kavşak bölgesinde hayatta kal ve tahliye ol", + "6512f4a0df345dd5029b586a": "Deniz Feneri bölgesinde hayatta kal ve tahliye ol", + "6512f4fb1ea20e8cd761de2a": "Sahil Şeridi bölgesinde hayatta kal ve tahliye ol", + "6512f819fddeee167c2518e3": "Laboratuvar bölgesinde hayatta kal ve tahliye ol", + "6512f83596d92e790ada99b0": "Askeri Bölge de hayatta kal ve tahliye ol", + "657b1feef3231fc23e3ccdf7": "Sıfır Noktası bölgesinde hayatta kal ve tahliye ol", + "6512f16bde333c33d5127cbc name": "Katillerin Katili", + "6512f16bde333c33d5127cbc description": "PMC olarak oynarken gece vakti kapüşonlu adamlardan birini kendi bıçağıyla öldür", "6512f16bde333c33d5127cbc successMessage": "", "6512f1e3be73cc7f07358ed5 name": "Stil Sanatı", - "6512f1e3be73cc7f07358ed5 description": "PMC olarak oynarken Killa'yı ilk kez ortadan kaldırın", + "6512f1e3be73cc7f07358ed5 description": "PMC olarak oynarken Killa'yı ilk kez öldür", "6512f1e3be73cc7f07358ed5 successMessage": "", "6513eb6e0dc723592b0f9095 name": "Kardeşini Ara", - "6513eb6e0dc723592b0f9095 description": "PMC olarak oynarken Tagilla'yı ilk kez ortadan kaldırın", + "6513eb6e0dc723592b0f9095 description": "PMC olarak oynarken Tagilla'yı ilk kez öldür", "6513eb6e0dc723592b0f9095 successMessage": "", - "6513ed89cf2f1c285e606068 name": "Sawmill'in Sessizliği", - "6513ed89cf2f1c285e606068 description": "PMC olarak oynarken Shturman'ı ilk kez ortadan kaldırın", + "6513ed89cf2f1c285e606068 name": "Kereste Fabrikasının Sessizliği", + "6513ed89cf2f1c285e606068 description": "PMC olarak oynarken Shturman'ı ilk kez öldür", "6513ed89cf2f1c285e606068 successMessage": "", - "6513ee11a3dd9b6aa7159b4a name": "Yapılacak Anlaşma", - "6513ee11a3dd9b6aa7159b4a description": "PMC olarak oynarken Reshala'yı ilk kez ortadan kaldırın", + "6513ee11a3dd9b6aa7159b4a name": "Bir Anlaşma Yap", + "6513ee11a3dd9b6aa7159b4a description": "PMC olarak oynarken Reshala'yı ilk kez öldür", "6513ee11a3dd9b6aa7159b4a successMessage": "", - "6513eec00dc723592b0f90cc name": "Grouse Hunting", - "6513eec00dc723592b0f90cc description": "PMC olarak oynarken ilk kez Glukhar'ı ortadan kaldırın", + "6513eec00dc723592b0f90cc name": "Keklik Avı", + "6513eec00dc723592b0f90cc description": "PMC olarak oynarken Glukhar'ı ilk kez öldür", "6513eec00dc723592b0f90cc successMessage": "", - "6513efa1b49e3253755f47eb name": "Düzenli Sanatoryum", - "6513efa1b49e3253755f47eb description": "PMC olarak oynarken ilk kez Sanitar'ı ortadan kaldırın", + "6513efa1b49e3253755f47eb name": "Sanatoryum Görevlisi", + "6513efa1b49e3253755f47eb description": "PMC olarak oynarken Sanitar'ı ilk kez öldür", "6513efa1b49e3253755f47eb successMessage": "", - "6513f0a10dc723592b0f90cf name": "Komik Mezarlık Bekçisi", - "6513f0a10dc723592b0f90cf description": "PMC olarak oynarken Kaban'ı ilk kez ortadan kaldırın", + "6513f0a10dc723592b0f90cf name": "Tuhaf Mezarlık Bekçisi", + "6513f0a10dc723592b0f90cf description": "PMC olarak oynarken Kaban'ı ilk kez öldür", "6513f0a10dc723592b0f90cf successMessage": "", - "6513f1feec10ff011f17c7ea name": "Artık Üç Kişi Var!", - "6513f1feec10ff011f17c7ea description": "PMC olarak oynarken ilk kez Knight, Birdeye ve Big Pipe'ı tek bir baskında ortadan kaldırın", + "6513f1feec10ff011f17c7ea name": "Şimdi Üç Kişiler!", + "6513f1feec10ff011f17c7ea description": "PMC olarak oynarken tek bir baskında Knight, Birdeye ve Big Pipe'ı ilk kez öldür", "6513f1feec10ff011f17c7ea successMessage": "", - "6513f28cb49e3253755f47f3 name": "Kör Gözlemci", - "6513f28cb49e3253755f47f3 description": "PMC olarak oynarken ilk kez Zryachiy'yi ortadan kaldırın", + "6513f28cb49e3253755f47f3 name": "Kör Bekçi", + "6513f28cb49e3253755f47f3 description": "PMC olarak oynarken Zryachiy'yi ilk kez öldür", "6513f28cb49e3253755f47f3 successMessage": "", "65140ab8ec10ff011f17cc10 name": "Ne Giyilmemeli", - "65140ab8ec10ff011f17cc10 description": "PMC olarak oynarken Killa'yı 15 kez yok edin", + "65140ab8ec10ff011f17cc10 description": "PMC olarak oynarken Killa'yı 15 defa öldür", "65140ab8ec10ff011f17cc10 successMessage": "", "65140b55cf2f1c285e606414 name": "Çekiç ve Tırpan", - "65140b55cf2f1c285e606414 description": "PMC olarak oynarken Tagilla'yı 15 kez yok edin", + "65140b55cf2f1c285e606414 description": "PMC olarak oynarken Tagilla'yı 15 defa öldür", "65140b55cf2f1c285e606414 successMessage": "", - "65140bbec31fcb0e163577b9 name": "Sawmill'in Kralı", - "65140bbec31fcb0e163577b9 description": "PMC olarak oynarken Shturman'ı 15 kez ortadan kaldırın", + "65140bbec31fcb0e163577b9 name": "Kereste Fabrikasının Kralı", + "65140bbec31fcb0e163577b9 description": "PMC olarak oynarken Shturman'ı 15 defa öldür", "65140bbec31fcb0e163577b9 successMessage": "", - "65140c00b1c08b0feb216d50 name": "Bu bir Tarkov Hesaplaşması", - "65140c00b1c08b0feb216d50 description": "PMC olarak oynarken Reshala'yı 15 kez ortadan kaldırın", + "65140c00b1c08b0feb216d50 name": "Tarkov'da Büyük Hesaplaşma", + "65140c00b1c08b0feb216d50 description": "PMC olarak oynarken Reshala'yı 15 defa öldür", "65140c00b1c08b0feb216d50 successMessage": "", - "65141032a3dd9b6aa7159ed3 name": "Başka Bir Soğuk Vaka", - "65141032a3dd9b6aa7159ed3 description": "PMC olarak oynarken Glukhar'ı 15 kez yok edin", + "65141032a3dd9b6aa7159ed3 name": "Bir Başka Çözülmemiş Dava", + "65141032a3dd9b6aa7159ed3 description": "PMC olarak oynarken Glukhar'ı 15 defa öldür", "65141032a3dd9b6aa7159ed3 successMessage": "", "651411f1cf2f1c285e606423 name": "Doktoru Kim Çağırdı?", - "651411f1cf2f1c285e606423 description": "PMC olarak oynarken Sanitar'ı 15 kez yok edin", + "651411f1cf2f1c285e606423 description": "PMC olarak oynarken Sanitar'ı 15 defa öldür", "651411f1cf2f1c285e606423 successMessage": "", - "651412b8c31fcb0e163577c5 name": "Old Dog With Old tricks", - "651412b8c31fcb0e163577c5 description": "PMC olarak oynarken Kaban'ı 15 kez yok edin", + "651412b8c31fcb0e163577c5 name": "Yaşlı Kurt, Eski Teknikler", + "651412b8c31fcb0e163577c5 description": "PMC olarak oynarken Kaban'ı 15 defa öldür", "651412b8c31fcb0e163577c5 successMessage": "", "6514134eec10ff011f17cc26 name": "Karanlığın Sesini Duyuyorum", - "6514134eec10ff011f17cc26 description": "PMC olarak oynarken Knight'ı 15 kez alt edin", + "6514134eec10ff011f17cc26 description": "PMC olarak oynarken Knight'ı 15 defa öldür", "6514134eec10ff011f17cc26 successMessage": "", - "651413e9c31fcb0e163577c9 name": "Şimdi Bu İyi Bir Atış", - "651413e9c31fcb0e163577c9 description": "PMC olarak oynarken Zryachiy'yi 15 kez yok edin", + "651413e9c31fcb0e163577c9 name": "İşte Bu İyi Bir Atış", + "651413e9c31fcb0e163577c9 description": "PMC olarak oynarken Zryachiy'yi 15 defa öldür", "651413e9c31fcb0e163577c9 successMessage": "", "6514143d59647d2cb3213c93 name": "ULTRA'nın Ustası", - "6514143d59647d2cb3213c93 description": "PMC olarak oynarken Killa'yı 100 kez yok edin", + "6514143d59647d2cb3213c93 description": "PMC olarak oynarken Killa'yı 100 defa öldür", "6514143d59647d2cb3213c93 successMessage": "", - "651415feb49e3253755f4b68 name": "Kralım çok yaşa!", - "651415feb49e3253755f4b68 description": "PMC olarak oynarken her Boss'u bir kez ortadan kaldırın", + "651415feb49e3253755f4b68 name": "Kral Çok Yaşa!", + "651415feb49e3253755f4b68 description": "PMC olarak oynarken her Boss'u bir kez öldür", "651415feb49e3253755f4b68 successMessage": "", - "651414b741f4ad07ba7d55f9": "Kaban'ı bulun ve ortadan kaldırın", - "651414eb3ec86f33dd54d978": "Reshala'yı bulun ve ortadan kaldırın", - "651415067c262d47d685c6d9": "Glukhar'ı bulun ve ortadan kaldırın", + "651414b741f4ad07ba7d55f9": "Kaban'ı bul ve öldür", + "651414eb3ec86f33dd54d978": "Reshala'yı bul ve öldür", + "651415067c262d47d685c6d9": "Glukhar'ı bul ve öldür", "6514151b2e8590fc2ac1d859": "Killa'yı bulun ve ortadan kaldırın", - "6514151da13f174e3f52bc6e": "Knight'ı bulun ve ortadan kaldırın", - "65141520143ef6349ad5f071": "Shturman'i bulun ve ortadan kaldırın", - "6514156e21e1d85a7d029f8a": "Sanitar'ı bulun ve ortadan kaldırın", - "65141570b18e12f60ba2e450": "Tagilla'yı bulun ve ortadan kaldırın", - "65141571dbcb26761524e977": "Zryachiy'i bulun ve ortadan kaldırın", - "651415cfe97ba875119ef01c": "Big Pipe'ı bulun ve ortadan kaldırın", - "651415d13c02ff4aa9e9a426": "Birdeye'ı bulun ve ortadan kaldırın", - "657b1f2e057c1607e83c2c26": " Kollantay'ı bulun ve ortadan kaldırın", - "657b21a3564a9197c2778f5a": "Kollontay'ı bulun ve ortadan kaldırın", - "66c34bbbd5d174a3c9cd1382": "Locate and eliminate Partisan", + "6514151da13f174e3f52bc6e": "Knight'ı bul ve öldür", + "65141520143ef6349ad5f071": "Shturman'i bul ve öldür", + "6514156e21e1d85a7d029f8a": "Sanitar'ı bul ve öldür", + "65141570b18e12f60ba2e450": "Tagilla'yı bul ve öldür", + "65141571dbcb26761524e977": "Zryachiy'i bul ve öldür", + "651415cfe97ba875119ef01c": "Big Pipe'ı bul ve öldür", + "651415d13c02ff4aa9e9a426": "Birdeye'ı bul ve öldür", + "657b1f2e057c1607e83c2c26": " Kollantay'ı bul ve öldür", + "657b21a3564a9197c2778f5a": "Kollontay'ı bul ve öldür", + "66c34bbbd5d174a3c9cd1382": "Partizan'ı bul ve öldür", "6514174fb1c08b0feb216d73 name": "Chris'in Varisi", - "6514174fb1c08b0feb216d73 description": "PMC olarak oynarken 500 metre uzaktan kafa vuruşuyla bir PMC ajanını ortadan kaldırın", + "6514174fb1c08b0feb216d73 description": "PMC olarak oynarken 500 metreden uzakta bir PMC operatörünü kafadan vurarak öldür", "6514174fb1c08b0feb216d73 successMessage": "", "651417d6ec10ff011f17cc31 name": "John'un Varisi", - "651417d6ec10ff011f17cc31 description": "PMC olarak oynarken tek bir baskında tabanca kullanarak 4 PMC ajanını kafadan vurarak ortadan kaldırın", + "651417d6ec10ff011f17cc31 description": "PMC olarak oynarken tek bir baskında tabanca kullanarak 4 PMC operatörünü kafadan vurarak öldür", "651417d6ec10ff011f17cc31 successMessage": "", "6514184ec31fcb0e163577d2 name": "Killer7", - "6514184ec31fcb0e163577d2 description": "PMC olarak oynarken tek bir baskında 7 PMC ajanını ortadan kaldırın", + "6514184ec31fcb0e163577d2 description": "PMC olarak oynarken tek bir baskında 7 PMC operatörünü öldür", "6514184ec31fcb0e163577d2 successMessage": "", "651419eea3dd9b6aa7159ee5 name": "Kör Öfke", - "651419eea3dd9b6aa7159ee5 description": "PMC olarak oynarken Flash etkisinden muzdaripken tüm düşmanları ortadan kaldırın", + "651419eea3dd9b6aa7159ee5 description": "PMC olarak oynarken Flash etkisindeyken bir düşmanı öldür", "651419eea3dd9b6aa7159ee5 successMessage": "", - "65141a3059647d2cb3213c9e name": "Bir Çentik Yap", - "65141a3059647d2cb3213c9e description": "PMC olarak oynarken yakın dövüş silahıyla 30 PMC operatörünü ortadan kaldırın", + "65141a3059647d2cb3213c9e name": "Bir İz Bırak", + "65141a3059647d2cb3213c9e description": "PMC olarak oynarken yakın dövüş silahıyla 30 PMC operatörünü öldür", "65141a3059647d2cb3213c9e successMessage": "", "65141ab70dc723592b0f9482 name": "Sarhoş Usta", - "65141ab70dc723592b0f9482 description": "PMC olarak oynarken alkol etkisi altındayken bir PMC ajanını kafasından vurarak ortadan kaldırın", + "65141ab70dc723592b0f9482 description": "PMC olarak oynarken alkol etkisi altındayken bir PMC öperatörünü kafadan vurarak öldür", "65141ab70dc723592b0f9482 successMessage": "", "65141b9859647d2cb3213ca2 name": "U-SUCC", - "65141b9859647d2cb3213ca2 description": "50 USEC PMC operatörünü ortadan kaldırın", + "65141b9859647d2cb3213ca2 description": "50 USEC PMC operatörünü öldür", "65141b9859647d2cb3213ca2 successMessage": "", - "65141bdfcf2f1c285e606446 name": "BEAR With Me", - "65141bdfcf2f1c285e606446 description": "50 BEAR PMC operatörünü ortadan kaldırın", + "65141bdfcf2f1c285e606446 name": "BEAR'la Birlikte", + "65141bdfcf2f1c285e606446 description": "50 BEAR PMC operatörünü öldür", "65141bdfcf2f1c285e606446 successMessage": "", - "65141c30ec10ff011f17cc3b name": "Tarkov'a hoş geldiniz", - "65141c30ec10ff011f17cc3b description": "Tarkov'da ilk kez öldü", + "65141c30ec10ff011f17cc3b name": "Tarkov'a Hoş Geldin", + "65141c30ec10ff011f17cc3b description": "Tarkov'da ilk kez öl", "65141c30ec10ff011f17cc3b successMessage": "", - "65141c80ec10ff011f17cc3e name": "İlk Kez Her Zaman Acıtır", - "65141c80ec10ff011f17cc3e description": "İlk kez bir baskında Run-through durumu olmadan hayatta kalın", + "65141c80ec10ff011f17cc3e name": "İlk Sefer Her Zaman Acıtır", + "65141c80ec10ff011f17cc3e description": "İlk kez Tamamlanmamış Baskın statüsü almadan bir baskından sağ çık", "65141c80ec10ff011f17cc3e successMessage": "", - "65141cd2cf2f1c285e606449 name": "Her Şeye Hazır", - "65141cd2cf2f1c285e606449 description": "PMC olarak oynarken art arda 10 baskında hayatta kalın", + "65141cd2cf2f1c285e606449 name": "Her Şeye Karşı Hazırlıklı", + "65141cd2cf2f1c285e606449 description": "PMC olarak oynarken art arda 10 baskında hayatta kal", "65141cd2cf2f1c285e606449 successMessage": "", "65141dd6303df252af1c72c9 name": "PMC", - "65141dd6303df252af1c72c9 description": "PMC olarak oynarken 300 baskında hayatta kalın", + "65141dd6303df252af1c72c9 description": "PMC olarak oynarken 300 baskında hayatta kal", "65141dd6303df252af1c72c9 successMessage": "", - "65141e37cf2f1c285e606361 name": "İşte Onun Söylediği Bu", - "65141e37cf2f1c285e606361 description": "PMC olarak oynarken Factory içinde ofisi arayın", + "65141e37cf2f1c285e606361 name": "O da Aynısını Söyledi", + "65141e37cf2f1c285e606361 description": "PMC olarak oynarken Fabrika içinde ofisi ara", "65141e37cf2f1c285e606361 successMessage": "", "65141eb5c31fcb0e163577dd name": "Kayıp", - "65141eb5c31fcb0e163577dd description": "PMC olarak oynarken Woods'ta düşen uçağın yerini bulun", + "65141eb5c31fcb0e163577dd description": "PMC olarak oynarken Orman bölgesinde düşen uçağın yerini bul", "65141eb5c31fcb0e163577dd successMessage": "", - "65141f80a3dd9b6aa7159ef0 name": "Sağkalan", - "65141f80a3dd9b6aa7159ef0 description": "PMC olarak oynarken hayatta kalın ve olası olumsuz etkilerin her biriyle ayrı ayrı veya birlikte herhangi bir yerden kurtulun ", + "65141f80a3dd9b6aa7159ef0 name": "Sağ Kalan", + "65141f80a3dd9b6aa7159ef0 description": "PMC olarak oynarken mümkün olan tüm olumsuz etkilerle, ister ayrı ayrı ister birleşik halde, herhangi bir bölgede hayatta kal ve tahliye ol ", "65141f80a3dd9b6aa7159ef0 successMessage": "", - "65141fb6ed5340c843c5dcb8": "Sarsıntı etkisi ile hayatta kalın ve herhangi bir yerden kurtulun", - "65141ff769b11104777a6197": "Dehidrasyon etkisi ile hayatta kalın ve herhangi bir yerden çıkın", - "651420b3c6c7ce8343cc8976": "Kanama etkisi ile hayatta kalın ve herhangi bir yerden kurtulun", - "65142168f401d144e9f3e2ac": "Sarsıntı efektiyle hayatta kalın ve istediğiniz yerden çıkın", - "651421ff151e86f67ca3c3ea": "Ağrı efektiyle hayatta kalın ve herhangi bir yerden çıkın", - "651432b59bf826df60b20d89": "Kırılma efektiyle hayatta kalın ve herhangi bir yerden kurtulun", - "65143313b1a83e60ef15a45b": "Sersemletme efektiyle hayatta kalın ve herhangi bir yerden çıkın", - "651433371dab0f7e105828ff": "Flash efektiyle hayatta kalın ve herhangi bir yerden çıkın", - "651433702d8de66f60699f98": "Taze yara efektiyle hayatta kalın ve herhangi bir yerden kurtulun", - "65145d0d1d3ff24a185abbb0": "Yorgunluk etkisi ile hayatta kalın ve herhangi bir yerden çıkın", - "65145e2fd9f595730e564291": "Tünel görüş efektiyle hayatta kalın ve istediğiniz yerden çıkın", - "65145f005e81cb4466a82e04": "Toksin etkisi ile hayatta kalın ve herhangi bir yerden kurtulun", - "6514321bec10ff011f17ccac name": "Ateş Böceği", - "6514321bec10ff011f17ccac description": "PMC olarak oynarken Lightkeeper'la ilk kez tanışın", + "65141fb6ed5340c843c5dcb8": "Sarsıntı etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "65141ff769b11104777a6197": "Susuzluk etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "651420b3c6c7ce8343cc8976": "Kanama etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "65142168f401d144e9f3e2ac": "Titreme etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "651421ff151e86f67ca3c3ea": "Ağrı etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "651432b59bf826df60b20d89": "Kırık etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "65143313b1a83e60ef15a45b": "Sersemletme etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "651433371dab0f7e105828ff": "Flaş etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye o", + "651433702d8de66f60699f98": "Taze yara etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "65145d0d1d3ff24a185abbb0": "Yorgunluk etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "65145e2fd9f595730e564291": "Tünel görüşü etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "65145f005e81cb4466a82e04": "Zehir etkisi altındayken herhangi bir bölgede hayatta kal ve tahliye ol", + "6514321bec10ff011f17ccac name": "Ateşböceği", + "6514321bec10ff011f17ccac description": "PMC olarak oynarken Lightkeeper ile ilk kez tanış", "6514321bec10ff011f17ccac successMessage": "", - "65145cbc303df252af1c73d5 name": "Bir şey mi eksik?", + "65145cbc303df252af1c73d5 name": "Bir Şey mi Eksik?", "65145cbc303df252af1c73d5 description": "Herhangi bir silah olmadan baskın başlatın", "65145cbc303df252af1c73d5 successMessage": "", "6527d2e2c656a951ad1528c3 name": "Barış Çubuğunu Tüttür", - "6527d2e2c656a951ad1528c3 description": "PMC olarak oynarken Big Pipe'ı 15 kez yok edin", + "6527d2e2c656a951ad1528c3 description": "PMC olarak oynarken Big Pipe'ı 15 defa öldür", "6527d2e2c656a951ad1528c3 successMessage": "", "6527d3aac656a951ad1528ce name": "Kırmızı Kitap", - "6527d3aac656a951ad1528ce description": "PMC olarak oynarken Birdeye'ı 15 kez yok edin", + "6527d3aac656a951ad1528ce description": "PMC olarak oynarken Birdeye'ı 15 defa öldür", "6527d3aac656a951ad1528ce successMessage": "", - "6527ee4a647c29201011defe name": "Sen benim kardeşim değilsin", - "6527ee4a647c29201011defe description": "Scav olarak oynarken Scav'ı ortadan kaldırın", + "6527ee4a647c29201011defe name": "Sen Benim Kardeşim Değilsin", + "6527ee4a647c29201011defe description": "Scav olarak oynarken bir Scav öldür", "6527ee4a647c29201011defe successMessage": "", "6529097eccf6aa5f8737b3d0 name": "Kartopu", - "6529097eccf6aa5f8737b3d0 description": "PMC olarak oynarken ölmeden tüm Boss'ları ortadan kaldırın", + "6529097eccf6aa5f8737b3d0 description": "PMC olarak oynarken ölmeden tüm Boss'ları öldür", "6529097eccf6aa5f8737b3d0 successMessage": "", - "652909ac342bdd14e0bcb1bb": "Kaban'ı bulun ve ortadan kaldırın", - "652909cd3f9e480e9d1a3489": "Reshala'yı bulun ve ortadan kaldırın", - "652909ef8cb2a699ccbc2cf0": "Glukhar'ı bulun ve ortadan kaldırın", - "65290de6e76953256668112c": "Killa'yı bulun ve ortadan kaldırın", - "65290e22f16e69470b5d6145": "Knight'ı bulun ve ortadan kaldırın", - "65290e51fee42b19970ccbfd": "Shturman'i bulun ve ortadan kaldırın", - "65290e8d6193b1a4e12a7967": "Sanitar'ı bulun ve ortadan kaldırın", - "65290ed47ef294bc6eb7ee85": "Tagilla'yı bulun ve ortadan kaldırın", - "65290f1579363c7810e7233d": "Zryachiy'i bulun ve ortadan kaldırın", - "65290f3fd7c6005f6d78f453": "Big Pipe'ı bulun ve ortadan kaldırın", - "65290f50897943fb9bf8955d": "Birdeye'ı bulun ve ortadan kaldırın", - "657b1e91958145eb193f9a40": "Kollontay'ı bulun ve ortadan kaldırın", - "66c34ab2c3eee7ac0c41d160": "Locate and eliminate Partisan", + "652909ac342bdd14e0bcb1bb": "Kaban'ı bul ve öldür", + "652909cd3f9e480e9d1a3489": "Reshala'yı bul ve öldür", + "652909ef8cb2a699ccbc2cf0": "Glukhar'ı bul ve öldür", + "65290de6e76953256668112c": "Killa'yı bul ve öldür", + "65290e22f16e69470b5d6145": "Knight'ı bul ve öldür", + "65290e51fee42b19970ccbfd": "Shturman'ı bul ve öldür", + "65290e8d6193b1a4e12a7967": "Sanitar'ı bul ve öldür", + "65290ed47ef294bc6eb7ee85": "Tagilla'yı bul ve öldür", + "65290f1579363c7810e7233d": "Zryachiy'i bul ve öldür", + "65290f3fd7c6005f6d78f453": "Big Pipe'ı bul ve öldür", + "65290f50897943fb9bf8955d": "Birdeye'ı bul ve öldür", + "657b1e91958145eb193f9a40": "Kollontay'ı bul ve öldür", + "66c34ab2c3eee7ac0c41d160": "Partizan'ı bul ve öldür", "655b49bc91aa9e07687ae47c name": "Adalet", - "655b49bc91aa9e07687ae47c description": "PMC olarak oynarken Kollontay'ı ilk kez ortadan kaldırın", + "655b49bc91aa9e07687ae47c description": "PMC olarak oynarken Kollontay'ı ilk kez öldür", "655b49bc91aa9e07687ae47c successMessage": "", "655b4a576689c676ce57acb6 name": "Gerçek Suç", - "655b4a576689c676ce57acb6 description": "PMC olarak oynarken Kollontay'ı 15 kez ortadan kaldırın", + "655b4a576689c676ce57acb6 description": "PMC olarak oynarken Kollontay'ı 15 defa öldür", "655b4a576689c676ce57acb6 successMessage": "", "65606e084c9e9c2c190bd25f name": "", "65606e084c9e9c2c190bd25f description": "", "65606e084c9e9c2c190bd25f successMessage": "", - "660fe21454670811e304c045 name": "Maslenitsa", - "660fe21454670811e304c045 description": "Сomplete the Maslenitsa 2024 event task line", + "660fe21454670811e304c045 name": "Maslenitsa Festivali", + "660fe21454670811e304c045 description": "Maslenitsa 2024 etkinlik görev serisini tamamla", "660fe21454670811e304c045 successMessage": "", - "6634c8886e083a141f4aa3f4 name": "Cardinal Richelieu", - "6634c8886e083a141f4aa3f4 description": "Tarkov Gizemi etkinliğini tamamlayın ve Tarkov'u gerçekte kimin kontrol ettiğini öğrenin", + "6634c8886e083a141f4aa3f4 name": "Kardinal Richelieu", + "6634c8886e083a141f4aa3f4 description": "Tarkov'u gerçekte kimin kontrol ettiğini öğren ve Tarkov Gizemi etkinlik görev serisini tamamla", "6634c8886e083a141f4aa3f4 successMessage": "", - "6634ca69ee506a5c3e61be56 name": "BARIŞA KATILDI", - "6634ca69ee506a5c3e61be56 description": "Peacekeeper'ın tarafını seçerek Tarkov Gizemi etkinliğini tamamlayın", + "6634ca69ee506a5c3e61be56 name": "BARIŞA DAHİL", + "6634ca69ee506a5c3e61be56 description": "Peacekeeper'ın tarafını seç ve Tarkov Gizemi etkinlik görev serisini tamamla", "6634ca69ee506a5c3e61be56 successMessage": "", "6634cae870af846d2868dada name": "Yerel Güçlü Adam", - "6634cae870af846d2868dada description": "Tarkov Gizemi etkinliğini Skier'in tarafını seçerek tamamlayın", + "6634cae870af846d2868dada description": "Skier'ın tarafını seç ve Tarkov Gizemi etkinlik görev serisini tamamla", "6634cae870af846d2868dada successMessage": "", "664f1f8768508d74604bf556 name": "Kappa Yolu", - "664f1f8768508d74604bf556 description": "Güvenli konteyner Kappa'yı edinin", + "664f1f8768508d74604bf556 description": "Güvenli Kappa Konteynerini ele geçir", "664f1f8768508d74604bf556 successMessage": "", - "664f23e44702fd5db50ee732 name": "Her işte usta", + "664f23e44702fd5db50ee732 name": "Her İşin Ustası", "664f23e44702fd5db50ee732 description": "Silah Ustası görev serisini tamamla", "664f23e44702fd5db50ee732 successMessage": "", - "66742c003a67b164a300fcbf name": "A Key to Salvation", - "66742c003a67b164a300fcbf description": "Help Therapist save lives and complete the Key to Salvation event task line", + "66742c003a67b164a300fcbf name": "Kurtuluşa Giden Anahtar", + "66742c003a67b164a300fcbf description": "Therapist'e yardım et, hayatları kurtar ve Kurtuluşa Giden Anahtar etkinlik görev serisini tamamla", "66742c003a67b164a300fcbf successMessage": "", - "668bf47c781d446fdc083711 name": "High Competition", - "668bf47c781d446fdc083711 description": "Choose your side and complete the Arms Race event task line", + "668bf47c781d446fdc083711 name": "Zorlu Rekabet", + "668bf47c781d446fdc083711 description": "Tarafını seç ve Silah Yarışı etkinlik görev serisini tamamla", "668bf47c781d446fdc083711 successMessage": "", - "66b493bc2d8cd3b5e90a3648 name": "Marathon", - "66b493bc2d8cd3b5e90a3648 description": "Visit all locations in one raid as a PMC", + "66b493bc2d8cd3b5e90a3648 name": "Maraton", + "66b493bc2d8cd3b5e90a3648 description": "PMC olarak bir baskında tüm konumları ziyaret et", "66b493bc2d8cd3b5e90a3648 successMessage": "", - "66b49441b14491e93b51599c": "Use the transit from Ground Zero", - "66b497b6ebe746c5514bc15f": "Use the transit from Streets of Tarkov to The Lab", - "66b4993717f669ba37f271a9": "Use the transit from Interchange", - "66b4997047402dedee9d1c55": "Use the transit from Customs", - "66b499a1257913079a6e3645": "Use the transit from Factory", - "66b499c730acccbfc0436665": "Use the transit from Woods", - "66b499d7eb712b1555360355": "Use the transit from Reserve", - "66b499eac980c9c597d23296": "Use the transit from Lighthouse", - "66b49a1662133b59e3e9a92c": "Use the transit from The Lab", - "66b49a3e5665abc69d87b5e6": "Use the transit from Streets of Tarkov", - "66b49a801d6c9c02b92a4e9b": "Survive and extract from Shoreline", - "66c328aca91e7d66fa1b0b7b name": "Vagabond", - "66c328aca91e7d66fa1b0b7b description": "Use the transit from any location", + "66b49441b14491e93b51599c": "Sıfır Noktası'ndan geçiş yolunu kullan", + "66b497b6ebe746c5514bc15f": "Tarkov Sokakları'ndan Laboratuvar'a geçiş yolunu kullan", + "66b4993717f669ba37f271a9": "Kavşak'tan geçiş yolunu kullan", + "66b4997047402dedee9d1c55": "Gümrük'ten geçiş yolunu kullan", + "66b499a1257913079a6e3645": "Fabrika'dan geçiş yolunu kullan", + "66b499c730acccbfc0436665": "Orman'dan geçiş yolunu kullan", + "66b499d7eb712b1555360355": "Askeri Bölge'den geçiş yolunu kullan", + "66b499eac980c9c597d23296": "Deniz Feneri'nden geçiş yolunu kullan", + "66b49a1662133b59e3e9a92c": "Laboratuvar'dan geçiş yolunu kullan", + "66b49a3e5665abc69d87b5e6": "Tarkov Sokakları'ndan geçiş yolunu kullan", + "66b49a801d6c9c02b92a4e9b": "Sahil Şeridi'nde hayatta kal ve tahliye ol", + "66c328aca91e7d66fa1b0b7b name": "Gezgin", + "66c328aca91e7d66fa1b0b7b description": "Herhangi bir konumdan geçişi kullan", "66c328aca91e7d66fa1b0b7b successMessage": "", - "66c328ce17df4e6ce92d1120": "Use the transit from any location", - "66c328de9dc78468f4040f35 name": "Time To Clean My Karma", - "66c328de9dc78468f4040f35 description": "Eliminate Partisan for the first time while playing as a PMC", + "66c328ce17df4e6ce92d1120": "Herhangi bir konumdan geçişi kullan", + "66c328de9dc78468f4040f35 name": "Geçmişimle Yüzleşme Zamanı", + "66c328de9dc78468f4040f35 description": "PMC olarak oynarken Partizan'ı ilk kez öldür", "66c328de9dc78468f4040f35 successMessage": "", - "66c32996b4c0c017a3319cc3 name": "Samsara Wheel Spins Again", - "66c32996b4c0c017a3319cc3 description": "Eliminate Partisan 15 times while playing as a PMC", + "66c32996b4c0c017a3319cc3 name": "Samsara Çarkı Yine Döner", + "66c32996b4c0c017a3319cc3 description": "PMC olarak oynarken Partizan'ı 15 defa öldür", "66c32996b4c0c017a3319cc3 successMessage": "", - "66e2a7e5919bad697104f4b3 name": "Highway to the Danger Zone", - "66e2a7e5919bad697104f4b3 description": "Complete the Mortar Strike 2024 event task line", + "66e2a7e5919bad697104f4b3 name": "Tehlikeye Giden Otoyol", + "66e2a7e5919bad697104f4b3 description": "2024 Havan Saldırısı etkinlik görev serisini tamamla", "66e2a7e5919bad697104f4b3 successMessage": "", - "670feb95a4e71050310cc14b name": "Complete Remission", - "670feb95a4e71050310cc14b description": "Cure all the infected and complete the Halloween 2024 event task line", + "670feb95a4e71050310cc14b name": "Hastalığı Yok Et", + "670feb95a4e71050310cc14b description": "Tüm enfekte olanları iyileştir ve Cadılar Bayramı 2024 etkinlik görev serisini tamamla", "670feb95a4e71050310cc14b successMessage": "", - "670febed5ee0fc738a0965a4 name": "Fatal Outcome", - "670febed5ee0fc738a0965a4 description": "Destroy the virus along with all the infected and complete the Halloween 2024 event task line", + "670febed5ee0fc738a0965a4 name": "Kaçınılmaz Son", + "670febed5ee0fc738a0965a4 description": "Virüsü ve tüm enfekte olanları yok et, Cadılar Bayramı 2024 etkinlik görev serisini tamamla", "670febed5ee0fc738a0965a4 successMessage": "", - "675709bef4e2a2ce0f058f56 name": "All-Wheel Drive", - "675709bef4e2a2ce0f058f56 description": "Resolve the issue with the BTR driver one way or another", + "675709bef4e2a2ce0f058f56 name": "Dört Çeker", + "675709bef4e2a2ce0f058f56 description": "BTR sürücüsüyle ilgili meseleyi bir şekilde hallet", "675709bef4e2a2ce0f058f56 successMessage": "", "675998a894008342eb04e47f name": "Khorovod", - "675998a894008342eb04e47f description": "Celebrate Christmas and New Year and complete the Khorovod 2024 event task line", + "675998a894008342eb04e47f description": "Noel ve Yeni Yıl'ı kutla, Khorovod 2024 etkinlik görev serisini tamamla", "675998a894008342eb04e47f successMessage": "", - "676091c0f457869a94017a23 name": "Prestigious", - "676091c0f457869a94017a23 description": "Earn the Prestige level 1", + "676091c0f457869a94017a23 name": "Prestij", + "676091c0f457869a94017a23 description": "Prestij Seviye 1 Ol", "676091c0f457869a94017a23 successMessage": "", - "676094451fec2f7426093be6 name": "More Prestigious", - "676094451fec2f7426093be6 description": "Earn the Prestige level 2", + "676094451fec2f7426093be6 name": "Daha Fazla Prestij", + "676094451fec2f7426093be6 description": "Prestij Seviye 2 Ol", "676094451fec2f7426093be6 successMessage": "", "67a0e57117e34930e50075f3 name": "In Search of an Exit", "67a0e57117e34930e50075f3 description": "Complete the Labyrinth event task line", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/locations/woods/base.json b/Libraries/SPTarkov.Server.Assets/Assets/database/locations/woods/base.json index 92187a89..eed0e8e1 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/locations/woods/base.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/locations/woods/base.json @@ -11263,7 +11263,7 @@ "isPlayers": false, "number": 0, "slots_max": 3, - "slots_min": 0, + "slots_min": 1, "time_max": -1, "time_min": -1 }, @@ -11279,7 +11279,7 @@ "isPlayers": false, "number": 1, "slots_max": 3, - "slots_min": 0, + "slots_min": 1, "time_max": -1, "time_min": -1 }, @@ -11295,7 +11295,7 @@ "isPlayers": false, "number": 2, "slots_max": 3, - "slots_min": 0, + "slots_min": 1, "time_max": -1, "time_min": -1 }, @@ -11407,7 +11407,7 @@ "isPlayers": false, "number": 9, "slots_max": 1, - "slots_min": 0, + "slots_min": 1, "time_max": -1, "time_min": -1 }, @@ -11502,8 +11502,8 @@ "WildSpawnType": "assault", "isPlayers": false, "number": 0, - "slots_max": 0, - "slots_min": 0, + "slots_max": 1, + "slots_min": 1, "time_max": -1, "time_min": -1 } diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/achievements.json b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/achievements.json index 54db3b13..383aa95e 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/achievements.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/achievements.json @@ -2293,12 +2293,12 @@ "availableInGameEditions": [], "illustrationConfig": null, "isHidden": false, - "target": "67e593b4f395047fc40b9de5", + "target": "67f6c20924d8a61dbd09dbcf", "loyaltyLevel": 4, "traderId": "5c0647fdd443bc2504c2d371", "items": [ { - "_id": "67e593b4f395047fc40b9de5", + "_id": "67f6c20924d8a61dbd09dbcf", "_tpl": "674fe9a75e51f1c47c04ec23", "upd": { "Repairable": { @@ -2308,87 +2308,87 @@ } }, { - "_id": "67e593b4f395047fc40b9de6", + "_id": "67f6c20924d8a61dbd09dbd0", "_tpl": "674fe57721a9aa6be6045b96", - "parentId": "67e593b4f395047fc40b9de5", + "parentId": "67f6c20924d8a61dbd09dbcf", "slotId": "mod_handguard" }, { - "_id": "67e593b4f395047fc40b9de7", + "_id": "67f6c20924d8a61dbd09dbd1", "_tpl": "5c1cd46f2e22164bef5cfedb", - "parentId": "67e593b4f395047fc40b9de6", + "parentId": "67f6c20924d8a61dbd09dbd0", "slotId": "mod_foregrip" }, { - "_id": "67e593b4f395047fc40b9de8", + "_id": "67f6c20924d8a61dbd09dbd2", "_tpl": "674fe89a4472d471fb0f07d8", - "parentId": "67e593b4f395047fc40b9de6", + "parentId": "67f6c20924d8a61dbd09dbd0", "slotId": "mod_mount" }, { - "_id": "67e593b4f395047fc40b9de9", + "_id": "67f6c20924d8a61dbd09dbd3", "_tpl": "674fe8dd362ea1f88b0e2792", - "parentId": "67e593b4f395047fc40b9de8", + "parentId": "67f6c20924d8a61dbd09dbd2", "slotId": "mod_sight_front" }, { - "_id": "67e593b4f395047fc40b9dea", + "_id": "67f6c20924d8a61dbd09dbd4", "_tpl": "674fe8b9362ea1f88b0e278d", - "parentId": "67e593b4f395047fc40b9de8", + "parentId": "67f6c20924d8a61dbd09dbd2", "slotId": "mod_mount" }, { - "_id": "67e593b4f395047fc40b9deb", + "_id": "67f6c20924d8a61dbd09dbd5", "_tpl": "59f9d81586f7744c7506ee62", - "parentId": "67e593b4f395047fc40b9dea", + "parentId": "67f6c20924d8a61dbd09dbd4", "slotId": "mod_scope" }, { - "_id": "67e593b4f395047fc40b9dec", + "_id": "67f6c20924d8a61dbd09dbd6", "_tpl": "674fe8cf4472d471fb0f07df", - "parentId": "67e593b4f395047fc40b9dea", + "parentId": "67f6c20924d8a61dbd09dbd4", "slotId": "mod_sight_rear" }, { - "_id": "67e593b4f395047fc40b9ded", + "_id": "67f6c20924d8a61dbd09dbd7", "_tpl": "59fb137a86f7740adb646af1", - "parentId": "67e593b4f395047fc40b9de5", + "parentId": "67f6c20924d8a61dbd09dbcf", "slotId": "mod_muzzle" }, { - "_id": "67e593b4f395047fc40b9dee", + "_id": "67f6c20924d8a61dbd09dbd8", "_tpl": "6087e663132d4d12c81fd96b", - "parentId": "67e593b4f395047fc40b9de5", + "parentId": "67f6c20924d8a61dbd09dbcf", "slotId": "mod_pistol_grip" }, { - "_id": "67e593b4f395047fc40b9def", + "_id": "67f6c20924d8a61dbd09dbd9", "_tpl": "676017fe8cfeeba9f707c8d6", - "parentId": "67e593b4f395047fc40b9de5", + "parentId": "67f6c20924d8a61dbd09dbcf", "slotId": "mod_reciever" }, { - "_id": "67e593b4f395047fc40b9df0", + "_id": "67f6c20924d8a61dbd09dbda", "_tpl": "5ac78eaf5acfc4001926317a", - "parentId": "67e593b4f395047fc40b9de5", + "parentId": "67f6c20924d8a61dbd09dbcf", "slotId": "mod_stock" }, { - "_id": "67e593b4f395047fc40b9df1", + "_id": "67f6c20924d8a61dbd09dbdb", "_tpl": "59ecc3dd86f7746dc827481c", - "parentId": "67e593b4f395047fc40b9df0", + "parentId": "67f6c20924d8a61dbd09dbda", "slotId": "mod_stock" }, { - "_id": "67e593b4f395047fc40b9df2", + "_id": "67f6c20924d8a61dbd09dbdc", "_tpl": "674fe8f6f34d761ab8020cc8", - "parentId": "67e593b4f395047fc40b9de5", + "parentId": "67f6c20924d8a61dbd09dbcf", "slotId": "mod_magazine" }, { - "_id": "67e593b4f395047fc40b9df3", + "_id": "67f6c20924d8a61dbd09dbdd", "_tpl": "6130ca3fd92c473c77020dbd", - "parentId": "67e593b4f395047fc40b9de5", + "parentId": "67f6c20924d8a61dbd09dbcf", "slotId": "mod_charge" } ], @@ -4642,12 +4642,12 @@ "availableInGameEditions": [], "illustrationConfig": null, "isHidden": false, - "target": "67e593b4f395047fc40b9df4", + "target": "67f6c20924d8a61dbd09dbde", "loyaltyLevel": 4, "traderId": "54cb50c76803fa8b248b4571", "items": [ { - "_id": "67e593b4f395047fc40b9df4", + "_id": "67f6c20924d8a61dbd09dbde", "_tpl": "674fe9a75e51f1c47c04ec23", "upd": { "Repairable": { @@ -4657,81 +4657,81 @@ } }, { - "_id": "67e593b4f395047fc40b9df5", + "_id": "67f6c20924d8a61dbd09dbdf", "_tpl": "674fe57721a9aa6be6045b96", - "parentId": "67e593b4f395047fc40b9df4", + "parentId": "67f6c20924d8a61dbd09dbde", "slotId": "mod_handguard" }, { - "_id": "67e593b4f395047fc40b9df6", + "_id": "67f6c20924d8a61dbd09dbe0", "_tpl": "5c1bc5612e221602b5429350", - "parentId": "67e593b4f395047fc40b9df5", + "parentId": "67f6c20924d8a61dbd09dbdf", "slotId": "mod_foregrip" }, { - "_id": "67e593b4f395047fc40b9df7", + "_id": "67f6c20924d8a61dbd09dbe1", "_tpl": "674fe89a4472d471fb0f07d8", - "parentId": "67e593b4f395047fc40b9df5", + "parentId": "67f6c20924d8a61dbd09dbdf", "slotId": "mod_mount" }, { - "_id": "67e593b4f395047fc40b9df8", + "_id": "67f6c20924d8a61dbd09dbe2", "_tpl": "674fe8dd362ea1f88b0e2792", - "parentId": "67e593b4f395047fc40b9df7", + "parentId": "67f6c20924d8a61dbd09dbe1", "slotId": "mod_sight_front" }, { - "_id": "67e593b4f395047fc40b9df9", + "_id": "67f6c20924d8a61dbd09dbe3", "_tpl": "674fe8b9362ea1f88b0e278d", - "parentId": "67e593b4f395047fc40b9df7", + "parentId": "67f6c20924d8a61dbd09dbe1", "slotId": "mod_mount" }, { - "_id": "67e593b4f395047fc40b9dfa", + "_id": "67f6c20924d8a61dbd09dbe4", "_tpl": "58491f3324597764bc48fa02", - "parentId": "67e593b4f395047fc40b9df9", + "parentId": "67f6c20924d8a61dbd09dbe3", "slotId": "mod_scope" }, { - "_id": "67e593b4f395047fc40b9dfb", + "_id": "67f6c20924d8a61dbd09dbe5", "_tpl": "674fe8cf4472d471fb0f07df", - "parentId": "67e593b4f395047fc40b9df9", + "parentId": "67f6c20924d8a61dbd09dbe3", "slotId": "mod_sight_rear" }, { - "_id": "67e593b4f395047fc40b9dfc", + "_id": "67f6c20924d8a61dbd09dbe6", "_tpl": "59fb137a86f7740adb646af1", - "parentId": "67e593b4f395047fc40b9df4", + "parentId": "67f6c20924d8a61dbd09dbde", "slotId": "mod_muzzle" }, { - "_id": "67e593b4f395047fc40b9dfd", + "_id": "67f6c20924d8a61dbd09dbe7", "_tpl": "651580dc71a4f10aec4b6056", - "parentId": "67e593b4f395047fc40b9df4", + "parentId": "67f6c20924d8a61dbd09dbde", "slotId": "mod_pistol_grip" }, { - "_id": "67e593b4f395047fc40b9dfe", + "_id": "67f6c20924d8a61dbd09dbe8", "_tpl": "676017fe8cfeeba9f707c8d6", - "parentId": "67e593b4f395047fc40b9df4", + "parentId": "67f6c20924d8a61dbd09dbde", "slotId": "mod_reciever" }, { - "_id": "67e593b4f395047fc40b9dff", + "_id": "67f6c20924d8a61dbd09dbe9", "_tpl": "5ac78eaf5acfc4001926317a", - "parentId": "67e593b4f395047fc40b9df4", + "parentId": "67f6c20924d8a61dbd09dbde", "slotId": "mod_stock" }, { - "_id": "67e593b4f395047fc40b9e00", + "_id": "67f6c20924d8a61dbd09dbea", "_tpl": "59ecc3dd86f7746dc827481c", - "parentId": "67e593b4f395047fc40b9dff", + "parentId": "67f6c20924d8a61dbd09dbe9", "slotId": "mod_stock" }, { - "_id": "67e593b4f395047fc40b9e01", + "_id": "67f6c20924d8a61dbd09dbeb", "_tpl": "674fe8f6f34d761ab8020cc8", - "parentId": "67e593b4f395047fc40b9df4", + "parentId": "67f6c20924d8a61dbd09dbde", "slotId": "mod_magazine" } ], @@ -5524,13 +5524,13 @@ "availableInGameEditions": [], "illustrationConfig": null, "isHidden": false, - "target": "67e593b4f395047fc40b9e03", + "target": "67f6c20924d8a61dbd09dbed", "value": 1, "isEncoded": false, "findInRaid": true, "items": [ { - "_id": "67e593b4f395047fc40b9e03", + "_id": "67f6c20924d8a61dbd09dbed", "_tpl": "67614b3ab8c060ebb204b106", "upd": { "SpawnedInSession": true, diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/customization.json b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/customization.json index 97af3e5b..1b36bcaa 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/customization.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/customization.json @@ -15,852 +15,6 @@ ] } }, - "5cc0858d14c02e000c6bea66": { - "_id": "5cc0858d14c02e000c6bea66", - "_name": "DefaultBearBody", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_bear_turtleneck.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "64ef3efdb63b74469b6c1499": { - "_id": "64ef3efdb63b74469b6c1499", - "_name": "pmc_upper_blackknight_quest", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec", - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_blackknight_quest.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "642c18b8a6a0660b560fb31c": { - "_id": "642c18b8a6a0660b560fb31c", - "_name": "Top_BT_1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BT_1", - "Name": "Top_BT_1", - "ProfileVersions": [], - "ShortName": "Top_BT_1", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bt_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d1f566d86f7744bcd13459a": { - "_id": "5d1f566d86f7744bcd13459a", - "_name": "bear_upper_blacklynx", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_blacklynx.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5d1f565786f7743f8362bcd5": { - "_id": "5d1f565786f7743f8362bcd5", - "_name": "bear_upper_contractortshirt", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_bear_black.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "67599500a378f89a3e089b56": { - "_id": "67599500a378f89a3e089b56", - "_name": "bear_upper_winterset", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_winterset.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "66acbe49dc61999a6a03d4d6": { - "_id": "66acbe49dc61999a6a03d4d6", - "_name": "top_usec_clawgear", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_RT_1", - "Name": "Top_RT_1", - "ProfileVersions": [], - "ShortName": "Top_RT_1", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_clawgear.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "675697b09fe31e6df7031b26": { - "_id": "675697b09fe31e6df7031b26", - "_name": "usec_upper_special_ops", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_usec_special_ops.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "670d1928e002387b88029114": { - "_id": "670d1928e002387b88029114", - "_name": "zombie_top_bear_opswindshirt", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_bear_opswindshirt", - "Name": "zombie_top_bear_opswindshirt", - "ProfileVersions": [], - "ShortName": "zombie_top_bear_opswindshirt", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_bear_opswindshirt.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "654b5eb7a29f3736215dd030": { - "_id": "654b5eb7a29f3736215dd030", - "_name": "Top_BOSS_Kolontai", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_Zryachi", - "Name": "Top_BOSS_Zryachi", - "ProfileVersions": [], - "ShortName": "Top_BOSS_Zryachi", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_kolontai.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "642d9bbf6c06444bf7033855": { - "_id": "642d9bbf6c06444bf7033855", - "_name": "Top_BT_3", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BT_3", - "Name": "Top_BT_3", - "ProfileVersions": [], - "ShortName": "Top_BT_3", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bt_3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "66bf6769f08c35734d4940c4": { - "_id": "66bf6769f08c35734d4940c4", - "_name": "top_security_ment_gorka1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "top_security_ment_gorka1", - "Name": "top_security_ment_gorka1", - "ProfileVersions": [], - "ShortName": "top_security_ment_gorka1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_security_ment_gorka1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "642ed297ac11c9eaf10d87e8" - }, - "5cc2e59214c02e000f16684e": { - "_id": "5cc2e59214c02e000f16684e", - "_name": "wild_body", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body", - "Name": "wild_body", - "ProfileVersions": [], - "ShortName": "wild_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_body.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5e9da1d086f774054a667134": { - "_id": "5e9da1d086f774054a667134", - "_name": "wild_body_motocross", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body", - "Name": "wild_body", - "ProfileVersions": [], - "ShortName": "wild_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_motocross.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e59214c02e000f16684e" - }, - "618d1af10a5a59657e5f56f3": { - "_id": "618d1af10a5a59657e5f56f3", - "_name": "wild_top_yellowcoat", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body", - "Name": "wild_body", - "ProfileVersions": [], - "ShortName": "wild_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_yellowcoat.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e59214c02e000f16684e" - }, - "6033a35f80ae5e2f970ba6bb": { - "_id": "6033a35f80ae5e2f970ba6bb", - "_name": "usec_top_beltstaff", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_beltstaff.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5d4da0cb86f77450fe0a6629": { - "_id": "5d4da0cb86f77450fe0a6629", - "_name": "usec_upper_commando", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_usec_commando.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5d1f56ff86f7743f8362bcd7": { - "_id": "5d1f56ff86f7743f8362bcd7", - "_name": "usec_upper_pcsmulticam", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_pcsshirt.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5f5e4075df4f3100376a8138": { - "_id": "5f5e4075df4f3100376a8138", - "_name": "user_upper_NightPatrol", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_nightpatrol.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "670fa21e788477a9ce0549f6": { - "_id": "670fa21e788477a9ce0549f6", - "_name": "zombie_top_boss_tagilla", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_Killa_body", - "Name": "wild_Killa_body", - "ProfileVersions": [], - "ShortName": "wild_Killa_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_boss_tagilla.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "5d5e7e5d86f774279b4f4b01": { - "_id": "5d5e7e5d86f774279b4f4b01", - "_name": "Tshirt_security_TshirtTatu_02", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Tshirt_security_TshirtTatu_02", - "Name": "Tshirt_security_TshirtTatu_02", - "ProfileVersions": [], - "ShortName": "Tshirt_security_TshirtTatu_02", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_security_tshirttatu_02.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "660440d2c8949a435906e43a": { - "_id": "660440d2c8949a435906e43a", - "_name": "bear_upper_OPS_Windshirt_black", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_ops_windshirt_black.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5fd22d311add82653b5a704c": { - "_id": "5fd22d311add82653b5a704c", - "_name": "wild_body_underarmour", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body", - "Name": "wild_body", - "ProfileVersions": [], - "ShortName": "wild_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_underarmour.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e59214c02e000f16684e" - }, "628a6801805c5b6c100cc200": { "_id": "628a6801805c5b6c100cc200", "_name": "Top_BOSS_Birdeye", @@ -898,24 +52,24 @@ }, "_proto": "5cdea33e7d6c8b0474535dac" }, - "5d5e7e7586f77427997cfb7f": { - "_id": "5d5e7e7586f77427997cfb7f", - "_name": "Top_security_Husky", + "648067b8aa32c2049f098463": { + "_id": "648067b8aa32c2049f098463", + "_name": "Top_BOSS_Kaban", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Top_security_Husky", - "Name": "Top_security_Husky", + "Description": "Top_BOSS_Kaban", + "Name": "Top_BOSS_Kaban", "ProfileVersions": [], - "ShortName": "Top_security_Husky", + "ShortName": "Top_BOSS_Kaban", "Side": [ "Savage" ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/top_security_husky.bundle", + "path": "assets/content/characters/character/prefabs/top_boss_kaban.bundle", "rcid": "" }, "WatchPosition": { @@ -935,431 +89,24 @@ }, "_proto": "5cdea33e7d6c8b0474535dac" }, - "5fb53d0b7b5d1342ee24bd64": { - "_id": "5fb53d0b7b5d1342ee24bd64", - "_name": "top_cultist_02", + "5cc0858d14c02e000c6bea66": { + "_id": "5cc0858d14c02e000c6bea66", + "_name": "DefaultBearBody", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "top_cultist_02", - "Name": "top_cultist_02", + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", "ProfileVersions": [], - "ShortName": "top_cultist_02", + "ShortName": "DeafaultBearBody", "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_cultist_02.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "66bf66f1fb051905704a22d5": { - "_id": "66bf66f1fb051905704a22d5", - "_name": "top_security_ment_jacket", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "top_security_ment_jacket", - "Name": "top_security_ment_jacket", - "ProfileVersions": [], - "ShortName": "top_security_ment_jacket", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_security_ment_jacket.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "642ed297ac11c9eaf10d87e8" - }, - "6295e8c3e08ed747e64aea00": { - "_id": "6295e8c3e08ed747e64aea00", - "_name": "usec_upper_chameleon_softshell", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_chameleon_softshell.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5d1f56e486f7744bce0ee9ed": { - "_id": "5d1f56e486f7744bce0ee9ed", - "_name": "usec_upper_flexion", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_softshell.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5d1f56a686f7744bce0ee9eb": { - "_id": "5d1f56a686f7744bce0ee9eb", - "_name": "usec_upper_pcuironsight", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_orc_pcu.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5d28ad7286f7742926686182": { - "_id": "5d28ad7286f7742926686182", - "_name": "wild_body_3", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body_3", - "Name": "wild_body_3", - "ProfileVersions": [], - "ShortName": "wild_body_3", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_body_3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "5d28ae4986f7742926686187": { - "_id": "5d28ae4986f7742926686187", - "_name": "wild_pmcBot_body", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_pmcBot_body", - "Name": "wild_pmcBot_body", - "ProfileVersions": [], - "ShortName": "wild_pmcBot_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_scavelite.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "65749b8fe32c4e3f7907bf42": { - "_id": "65749b8fe32c4e3f7907bf42", - "_name": "wild_security_body_bratva_1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_body_1", - "Name": "wild_security_body_1", - "ProfileVersions": [], - "ShortName": "wild_security_body_1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_security_bratva_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "65749ba32fdb04fb79092d37": { - "_id": "65749ba32fdb04fb79092d37", - "_name": "wild_security_body_bratva_2", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_body_1", - "Name": "wild_security_body_1", - "ProfileVersions": [], - "ShortName": "wild_security_body_1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_security_bratva_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "670d1999d57ec3c3e20e81da": { - "_id": "670d1999d57ec3c3e20e81da", - "_name": "zombie_top_civ_coat", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_civ_coat", - "Name": "zombie_top_civ_coat", - "ProfileVersions": [], - "ShortName": "zombie_top_civ_coat", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_civ_coat.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6756d0d27c4045d8c708a4ea": { - "_id": "6756d0d27c4045d8c708a4ea", - "_name": "Top_BOSS_Killa_Xmass", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_Killa_Xmass", - "Name": "Top_BOSS_Killa_Xmass", - "ProfileVersions": [], - "ShortName": "Top_BOSS_Killa_Xmass", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_killa_xmass.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "675844f8a31925671c000af6": { - "_id": "675844f8a31925671c000af6", - "_name": "Top_FW_1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_FW_1", - "Name": "Top_FW_1", - "ProfileVersions": [], - "ShortName": "Top_FW_1", - "Side": [ - "Usec", "Bear" ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/top_fw_1.bundle", + "path": "assets/content/characters/character/prefabs/tshirt_bear_turtleneck.bundle", "rcid": "" }, "WatchPosition": { @@ -1414,1072 +161,6 @@ } } }, - "5d5e7e8386f774393602d6fa": { - "_id": "5d5e7e8386f774393602d6fa", - "_name": "Top_security_Gorka4", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_security_Gorka4", - "Name": "Top_security_Gorka4", - "ProfileVersions": [], - "ShortName": "Top_security_Gorka4", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_security_gorka4.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "5d28adcb86f77429242fc893": { - "_id": "5d28adcb86f77429242fc893", - "_name": "Wild_Dealmaker_body", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body_1", - "Name": "wild_body_1", - "ProfileVersions": [], - "ShortName": "wild_body_1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_dealmaker_body.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "657058fddf9b3231400e9188": { - "_id": "657058fddf9b3231400e9188", - "_name": "bear_top_ops_windshirt", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_ops_windshirt.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "6033a31e9ec839204e6a2f3e": { - "_id": "6033a31e9ec839204e6a2f3e", - "_name": "top_bear_voin", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_voin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5fd3e9f71b735718c25cd9f8": { - "_id": "5fd3e9f71b735718c25cd9f8", - "_name": "usec_upper_acu", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_acu.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "6750704650f7ea9dc604afc6": { - "_id": "6750704650f7ea9dc604afc6", - "_name": "usec_upper_deadly_frog", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_deadly_frog.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "6571cb0923aa6d72760a7f8f": { - "_id": "6571cb0923aa6d72760a7f8f", - "_name": "usec_upper_velocity", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_usec_velocity.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5d5e7c9186f774393602d6f9": { - "_id": "5d5e7c9186f774393602d6f9", - "_name": "wild_Shturman_body", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_Shturman_body", - "Name": "wild_Shturman_body", - "ProfileVersions": [], - "ShortName": "wild_Shturman_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_shturman_skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "6430119aac11c9eaf10d881b": { - "_id": "6430119aac11c9eaf10d881b", - "_name": "Top_RT_3", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_RT_3", - "Name": "Top_RT_3", - "ProfileVersions": [], - "ShortName": "Top_RT_3", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_rt_3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d1f567786f7744bcc04874f": { - "_id": "5d1f567786f7744bcc04874f", - "_name": "bear_upper_ghostmarksman", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_ghostmarksman.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5d1f56c686f7744bcd13459c": { - "_id": "5d1f56c686f7744bcd13459c", - "_name": "usec_upper_aggressor", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_aggressor_parka.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "618109c96d7ca35d076b3363": { - "_id": "618109c96d7ca35d076b3363", - "_name": "usec_upper_cereum", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_cereum.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5cdea33e7d6c8b0474535dac": { - "_id": "5cdea33e7d6c8b0474535dac", - "_name": "wild_Killa_body", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_Killa_body", - "Name": "wild_Killa_body", - "ProfileVersions": [], - "ShortName": "wild_Killa_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_killa.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5fd1eb3fbe3b7107d66cb645": { - "_id": "5fd1eb3fbe3b7107d66cb645", - "_name": "wild_body_rainparka", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body", - "Name": "wild_body", - "ProfileVersions": [], - "ShortName": "wild_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_rainparka.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e59214c02e000f16684e" - }, - "642ed297ac11c9eaf10d87e8": { - "_id": "642ed297ac11c9eaf10d87e8", - "_name": "Top_RT_2", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_RT_2", - "Name": "Top_RT_2", - "ProfileVersions": [], - "ShortName": "Top_RT_2", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_rt_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6377266693a3b4967208e42b": { - "_id": "6377266693a3b4967208e42b", - "_name": "bear_upper_SpNa", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_spna.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "609e86926e8078716f600883": { - "_id": "609e86926e8078716f600883", - "_name": "top_boss_tagilla", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_Killa_body", - "Name": "wild_Killa_body", - "ProfileVersions": [], - "ShortName": "wild_Killa_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_tagilla.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "5fb53cc97b5d1342ee24bd63": { - "_id": "5fb53cc97b5d1342ee24bd63", - "_name": "top_cultist_01", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "top_cultist_01", - "Name": "top_cultist_01", - "ProfileVersions": [], - "ShortName": "top_cultist_01", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_cultist_01.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "5e4bb3ee86f77406975c934e": { - "_id": "5e4bb3ee86f77406975c934e", - "_name": "wild_body_russia1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body_1", - "Name": "wild_body_1", - "ProfileVersions": [], - "ShortName": "wild_body_1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_russia.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "5cde95d97d6c8b647a3769b0": { - "_id": "5cde95d97d6c8b647a3769b0", - "_name": "DefaultUsecBody", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_usec_cryeac.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "66acec1dc94f4bf5bc063a16": { - "_id": "66acec1dc94f4bf5bc063a16", - "_name": "Top_Bear_Phoenix", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_RT_1", - "Name": "Top_RT_1", - "ProfileVersions": [], - "ShortName": "Top_RT_1", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_phoenix.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d5e7e4a86f774279a21cc0d": { - "_id": "5d5e7e4a86f774279a21cc0d", - "_name": "Tshirt_security_TshirtTatu_01", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Tshirt_security_TshirtTatu_01", - "Name": "Tshirt_security_TshirtTatu_01", - "ProfileVersions": [], - "ShortName": "Tshirt_security_TshirtTatu_01", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_security_tshirttatu_01.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "617bca4b4013b06b0b78df2a": { - "_id": "617bca4b4013b06b0b78df2a", - "_name": "top_bear_sumrak", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_sumrak.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "66fd43dfe7690d4e7b0b1516": { - "_id": "66fd43dfe7690d4e7b0b1516", - "_name": "top_zombie_1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "top_zombie_1", - "Name": "top_zombie_1", - "ProfileVersions": [], - "ShortName": "top_zombie_1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/prefabs_zombies/top_zombie_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "66043728333907134309d647": { - "_id": "66043728333907134309d647", - "_name": "usec_upper_CryeAC_Alpha_Green", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_usec_cryeac_alpha_green.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5fcf63da5c287f01f22bf245": { - "_id": "5fcf63da5c287f01f22bf245", - "_name": "usec_upper_tier3", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_tier3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5cde9f337d6c8b0474535da8": { - "_id": "5cde9f337d6c8b0474535da8", - "_name": "wild_body_1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body_1", - "Name": "wild_body_1", - "ProfileVersions": [], - "ShortName": "wild_body_1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_body_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d28ae2986f7742926686185": { - "_id": "5d28ae2986f7742926686185", - "_name": "wild_security_body_2", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_body_2", - "Name": "wild_security_body_2", - "ProfileVersions": [], - "ShortName": "wild_security_body_2", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_security_body_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "628796f2af0a053a6672c29a": { - "_id": "628796f2af0a053a6672c29a", - "_name": "Top_BOSS_Blackknight", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_Blackknight", - "Name": "Top_BOSS_Blackknight", - "ProfileVersions": [], - "ShortName": "Top_BOSS_Blackknight", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_blackknight.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, "6295e698e9de5e7b3751c47a": { "_id": "6295e698e9de5e7b3751c47a", "_name": "bear_upper_tactical_long", @@ -2517,853 +198,6 @@ }, "_proto": "5cc0858d14c02e000c6bea66" }, - "5d5e7dd786f7744a7a274322": { - "_id": "5d5e7dd786f7744a7a274322", - "_name": "wild_Gluhar_body", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_Gluhar_body", - "Name": "wild_Gluhar_body", - "ProfileVersions": [], - "ShortName": "wild_Gluhar_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": true, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_glukhar.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "5d28adfd86f774292364a6e5": { - "_id": "5d28adfd86f774292364a6e5", - "_name": "wild_security_body_1", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_body_1", - "Name": "wild_security_body_1", - "ProfileVersions": [], - "ShortName": "wild_security_body_1", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_security_body_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "63628b825c1b30a79d09ccb9": { - "_id": "63628b825c1b30a79d09ccb9", - "_name": "Top_BOSS_Zryachi", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_Zryachi", - "Name": "Top_BOSS_Zryachi", - "ProfileVersions": [], - "ShortName": "Top_BOSS_Zryachi", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_zryachi.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "642c5273ff5ecad7810a89d7": { - "_id": "642c5273ff5ecad7810a89d7", - "_name": "Top_BT_2", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BT_2", - "Name": "Top_BT_2", - "ProfileVersions": [], - "ShortName": "Top_BT_2", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bt_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "675695d6e08b3ae7480096bf": { - "_id": "675695d6e08b3ae7480096bf", - "_name": "bear_upper_instructor", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_bear_instructor.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "675069c97348af9e3e0c2a96": { - "_id": "675069c97348af9e3e0c2a96", - "_name": "bear_upper_nord", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_nord.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5df8a10486f77412672a1e3a": { - "_id": "5df8a10486f77412672a1e3a", - "_name": "wild_body_meteor", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body", - "Name": "wild_body", - "ProfileVersions": [], - "ShortName": "wild_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_meteor.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e59214c02e000f16684e" - }, - "670d19397ca0004a2a022608": { - "_id": "670d19397ca0004a2a022608", - "_name": "zombie_top_bear_telnik", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_bear_telnik", - "Name": "zombie_top_bear_telnik", - "ProfileVersions": [], - "ShortName": "zombie_top_bear_telnik", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_bear_telnik.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6287b16b05846043f15a790d": { - "_id": "6287b16b05846043f15a790d", - "_name": "Top_BOSS_BigPipe", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_BigPipe", - "Name": "Top_BOSS_BigPipe", - "ProfileVersions": [], - "ShortName": "Top_BOSS_BigPipe", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_big_pipe.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "5d1f564b86f7744bcb0acd16": { - "_id": "5d1f564b86f7744bcb0acd16", - "_name": "bear_upper_summerfield", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_polevoi.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5e9d9fa986f774054d6b89f2": { - "_id": "5e9d9fa986f774054d6b89f2", - "_name": "bear_upper_tiger", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_bear_tiger.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5df89f1f86f77412631087ea": { - "_id": "5df89f1f86f77412631087ea", - "_name": "bear_upper_zaslon", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_zaslon.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "66546f823b51a4d21e0d17d7": { - "_id": "66546f823b51a4d21e0d17d7", - "_name": "pmc_upper_cultist", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_pmc_cultist.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "637b945722e2a933ed0e33c8": { - "_id": "637b945722e2a933ed0e33c8", - "_name": "usec_upper_carinthia_softshell", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_carinthia_softshell.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5e9da17386f774054b6f79a3": { - "_id": "5e9da17386f774054b6f79a3", - "_name": "usec_upper_hoody", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_hoody.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "5d28ad6986f77429275dba22": { - "_id": "5d28ad6986f77429275dba22", - "_name": "wild_body_2", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body_2", - "Name": "wild_body_2", - "ProfileVersions": [], - "ShortName": "wild_body_2", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_body_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9f337d6c8b0474535da8" - }, - "619238266c614e6d15792bca": { - "_id": "619238266c614e6d15792bca", - "_name": "wild_body_bomber", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_body", - "Name": "wild_body", - "ProfileVersions": [], - "ShortName": "wild_body", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_bomber.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e59214c02e000f16684e" - }, - "670d19467ca0004a2a02260a": { - "_id": "670d19467ca0004a2a02260a", - "_name": "zombie_top_bear_thermo", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_bear_thermo", - "Name": "zombie_top_bear_thermo", - "ProfileVersions": [], - "ShortName": "zombie_top_bear_thermo", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_bear_thermo.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "64a436122d2c4e6e970f4117": { - "_id": "64a436122d2c4e6e970f4117", - "_name": "Top_BOSS_Blackknight_quest", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_Blackknight", - "Name": "Top_BOSS_Blackknight", - "ProfileVersions": [], - "ShortName": "Top_BOSS_Blackknight", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_blackknight_quest.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "5f5e401747344c2e4f6c42c5": { - "_id": "5f5e401747344c2e4f6c42c5", - "_name": "bear_upper_g99", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_g99.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5e9975c486f774382b6320cb": { - "_id": "5e9975c486f774382b6320cb", - "_name": "Top_BOSS_Sanitar", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_Sanitar", - "Name": "Top_BOSS_Sanitar", - "ProfileVersions": [], - "ShortName": "Top_BOSS_Sanitar", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_sanitar.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea33e7d6c8b0474535dac" - }, - "5fce3e47fe40296c1d5fd784": { - "_id": "5fce3e47fe40296c1d5fd784", - "_name": "bear_top_borey", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_borey.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, - "5fce3e0cfe40296c1d5fd782": { - "_id": "5fce3e0cfe40296c1d5fd782", - "_name": "bear_tshirt_termo", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", - "ProfileVersions": [], - "ShortName": "DeafaultBearBody", - "Side": [ - "Bear" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_bear_termo.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc0858d14c02e000c6bea66" - }, "5e4bb31586f7740695730568": { "_id": "5e4bb31586f7740695730568", "_name": "bear_upper_telnik", @@ -3401,24 +235,24 @@ }, "_proto": "5cc0858d14c02e000c6bea66" }, - "64a2edba08d26f8d62049c06": { - "_id": "64a2edba08d26f8d62049c06", - "_name": "wild_body_feldparka", + "5d28ad6986f77429275dba22": { + "_id": "5d28ad6986f77429275dba22", + "_name": "wild_body_2", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "wild_body_feldparka", - "Name": "wild_body_feldparka", + "Description": "wild_body_2", + "Name": "wild_body_2", "ProfileVersions": [], - "ShortName": "wild_body_feldparka", + "ShortName": "wild_body_2", "Side": [ "Savage" ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/top_wild_feldparka.bundle", + "path": "assets/content/characters/character/prefabs/wild_body_2.bundle", "rcid": "" }, "WatchPosition": { @@ -3436,7 +270,7 @@ "z": 0 } }, - "_proto": "5cc2e59214c02e000f16684e" + "_proto": "5cde9f337d6c8b0474535da8" }, "637df28ac22da5bb8d046935": { "_id": "637df28ac22da5bb8d046935", @@ -3475,60 +309,24 @@ }, "_proto": "5cc2e59214c02e000f16684e" }, - "670d19ab42245e21c30eed24": { - "_id": "670d19ab42245e21c30eed24", - "_name": "zombie_top_civ_jacket", + "670fa21e788477a9ce0549f6": { + "_id": "670fa21e788477a9ce0549f6", + "_name": "zombie_top_boss_tagilla", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "zombie_top_civ_jacket", - "Name": "zombie_top_civ_jacket", + "Description": "wild_Killa_body", + "Name": "wild_Killa_body", "ProfileVersions": [], - "ShortName": "zombie_top_civ_jacket", + "ShortName": "wild_Killa_body", "Side": [ "Savage" ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_civ_jacket.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "648067b8aa32c2049f098463": { - "_id": "648067b8aa32c2049f098463", - "_name": "Top_BOSS_Kaban", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Top_BOSS_Kaban", - "Name": "Top_BOSS_Kaban", - "ProfileVersions": [], - "ShortName": "Top_BOSS_Kaban", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_kaban.bundle", + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_boss_tagilla.bundle", "rcid": "" }, "WatchPosition": { @@ -3548,24 +346,738 @@ }, "_proto": "5cdea33e7d6c8b0474535dac" }, - "66aa5d36f641b13ad238f8c3": { - "_id": "66aa5d36f641b13ad238f8c3", - "_name": "Top_Boss_Partizan", + "670d1a053460753f070bb9b3": { + "_id": "670d1a053460753f070bb9b3", + "_name": "zombie_top_wild_bomber", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Top_Boss_Partizan", - "Name": "Top_Boss_Partizan", + "Description": "zombie_top_wild_bomber", + "Name": "zombie_top_wild_bomber", "ProfileVersions": [], - "ShortName": "Top_Boss_Partizan", + "ShortName": "zombie_top_wild_bomber", "Side": [ "Savage" ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/top_boss_partizan.bundle", + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_bomber.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5e99762586f77466320ff9a9": { + "_id": "5e99762586f77466320ff9a9", + "_name": "Pants_BOSS_Sanitar", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Sanitar", + "Name": "Pants_BOSS_Sanitar", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Sanitar", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_sanitar.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "6377315993a3b4967208e437": { + "_id": "6377315993a3b4967208e437", + "_name": "bear_lower_spna", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_spna.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "660436487502eca33a08cac8": { + "_id": "660436487502eca33a08cac8", + "_name": "usec_lower_CryeAC_Alpha_Green", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_cryeac_alpha_green.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5f5e40a06760b4138443b341": { + "_id": "5f5e40a06760b4138443b341", + "_name": "usec_lower_UrbanResponder", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_urbanresponder.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "6033a3fee29c9f6c9b14e74e": { + "_id": "6033a3fee29c9f6c9b14e74e", + "_name": "usec_lower_beltstaff", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_beltstaff.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5df8a08886f7740bfe6df775": { + "_id": "5df8a08886f7740bfe6df775", + "_name": "usec_lower_tier_2", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_tier_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "675fd6b2f26b0db5f0060eb6": { + "_id": "675fd6b2f26b0db5f0060eb6", + "_name": "usec_lower_winterset", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_winterset.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5cde9fb87d6c8b0474535da9": { + "_id": "5cde9fb87d6c8b0474535da9", + "_name": "wild_feet_1", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet_1", + "Name": "wild_feet_1", + "ProfileVersions": [], + "ShortName": "wild_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_feet_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "675845ecb96fa6b76c075a39": { + "_id": "675845ecb96fa6b76c075a39", + "_name": "Hands_FW_1", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", + "ProfileVersions": [], + "ShortName": "Hands_FW_1", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_fw_1/hands_fw_1.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 12.477, + "y": 2.481, + "z": -0.737 + } + } + }, + "66ace88c46fb07947008645b": { + "_id": "66ace88c46fb07947008645b", + "_name": "Hands_bear_Phoenix", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_RT_1", + "Name": "Hands_RT_1", + "ProfileVersions": [], + "ShortName": "Hands_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_phoenix/hands_bear_phoenix.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0825, + "y": -0.00507, + "z": 0.038 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 2, + "y": 2, + "z": 0 + } + } + }, + "5df8e76486f7740bfe6df782": { + "_id": "5df8e76486f7740bfe6df782", + "_name": "bear_hands_zaslon", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_zaslon/hands_bear_zaslon.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.06419, + "y": 0.00369, + "z": 0.03807 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -9.273621, + "y": -0.4027405, + "z": -1.121033 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "6034d33392ec1c31037959dc": { + "_id": "6034d33392ec1c31037959dc", + "_name": "usec_hands_beltstaff", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_beltstaff/hands_usec_beltstaff.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5e4bb1fe86f774069342dec8": { + "_id": "5e4bb1fe86f774069342dec8", + "_name": "usec_hands_tier2", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_tier2/hands_usec_tier2.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "67ac81fd5d717b44c00a0c8e": { + "_id": "67ac81fd5d717b44c00a0c8e", + "_name": "Hands_BP_3", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", + "ProfileVersions": [], + "ShortName": "Hands_FW_1", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bp_3/hands_bp_3.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 12.477, + "y": 2.481, + "z": -0.737 + } + } + }, + "66fd4372bd170aa3fb012a56": { + "_id": "66fd4372bd170aa3fb012a56", + "_name": "head_zombie_1", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "head_zombie_1", + "Name": "head_zombie_1", + "ProfileVersions": [], + "ShortName": "head_zombie_1", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/prefabs_zombies/head_zombie_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "675070a550f7ea9dc604afc7": { + "_id": "675070a550f7ea9dc604afc7", + "_name": "usec_kit_lower_deadly_frog", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "6750707dc1b42fa2ee09aeb6" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "66bcd461b544479add01acc6": { + "_id": "66bcd461b544479add01acc6", + "_name": "usec_kit_lower_raider", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "66acc8f719271bd6d00dec0b" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "67b32bf0d813e783fc0ddac1": { + "_id": "67b32bf0d813e783fc0ddac1", + "_name": "usec_kit_lower_cereum_arena_bp_03", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "67ab1570fe82855dcc0f2aec" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "675696bb7a69ab97c30a09f6": { + "_id": "675696bb7a69ab97c30a09f6", + "_name": "bear_kit_upper_instructor", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "675695d6e08b3ae7480096bf", + "Hands": "675696574737376d69020746" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5df89f1f86f77412631087ea": { + "_id": "5df89f1f86f77412631087ea", + "_name": "bear_upper_zaslon", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_zaslon.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5d5e7dd786f7744a7a274322": { + "_id": "5d5e7dd786f7744a7a274322", + "_name": "wild_Gluhar_body", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_Gluhar_body", + "Name": "wild_Gluhar_body", + "ProfileVersions": [], + "ShortName": "wild_Gluhar_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": true, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_glukhar.bundle", "rcid": "" }, "WatchPosition": { @@ -3585,22 +1097,24 @@ }, "_proto": "5cdea33e7d6c8b0474535dac" }, - "6644d2ffd85107e63500a61c": { - "_id": "6644d2ffd85107e63500a61c", - "_name": "Top_Mannequin", + "670d1999d57ec3c3e20e81da": { + "_id": "670d1999d57ec3c3e20e81da", + "_name": "zombie_top_civ_coat", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Top_Mannequin", - "Name": "Top_Mannequin", + "Description": "zombie_top_civ_coat", + "Name": "zombie_top_civ_coat", "ProfileVersions": [], - "ShortName": "Top_Mannequin", - "Side": [], + "ShortName": "zombie_top_civ_coat", + "Side": [ + "Savage" + ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/top_mannequin.bundle", + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_civ_coat.bundle", "rcid": "" }, "WatchPosition": { @@ -3619,9 +1133,650 @@ } } }, - "5d1f568486f7744bca3f0b98": { - "_id": "5d1f568486f7744bca3f0b98", - "_name": "bear_upper_fsbfastresponse", + "67ac7f3ca6749cd1690ae1d9": { + "_id": "67ac7f3ca6749cd1690ae1d9", + "_name": "Top_BP_5", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bp_5.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d1f58cb86f7744bca3f0b9a": { + "_id": "5d1f58cb86f7744bca3f0b9a", + "_name": "bear_lower_fsburban", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_fsburban.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5fce3e965a9f8c40685693bc": { + "_id": "5fce3e965a9f8c40685693bc", + "_name": "bear_lower_triarius", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_triarius.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "609e86c09776a947754429b2": { + "_id": "609e86c09776a947754429b2", + "_name": "pants_boss_tagilla", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Shturman", + "Name": "Pants_BOSS_Shturman", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Shturman", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_tagilla.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "5df8a15186f77412640e2e6a": { + "_id": "5df8a15186f77412640e2e6a", + "_name": "wild_feet_sklon", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet", + "Name": "wild_feet", + "ProfileVersions": [], + "ShortName": "wild_feet", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_sklon.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e5d014c02e15d53d9c03" + }, + "65749c1fe32c4e3f7907bf47": { + "_id": "65749c1fe32c4e3f7907bf47", + "_name": "wild_security_feet_bratva_2", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_feet_1", + "Name": "wild_security_feet_1", + "ProfileVersions": [], + "ShortName": "wild_security_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_security_bratva_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "670fb7a4e6040a23520aa5d0": { + "_id": "670fb7a4e6040a23520aa5d0", + "_name": "zombie_pants_wild_fieldparka", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_wild_fieldparka", + "Name": "zombie_pants_wild_fieldparka", + "ProfileVersions": [], + "ShortName": "zombie_pants_wild_fieldparka", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_fieldparka.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "64ad4da55a592f21980c4723": { + "_id": "64ad4da55a592f21980c4723", + "_name": "SavageHands_Blackknight", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_boss_blackknight_quest/hands_boss_blackknight_quest.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.08181, + "y": -0.00469, + "z": -0.04067 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 178.442, + "y": 9.906, + "z": -0.028 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "5fd78fe9e3bfcf6cab4c9f54": { + "_id": "5fd78fe9e3bfcf6cab4c9f54", + "_name": "SavageHands_rainparka", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_rainparka/hands_wild_rainparka.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "675696574737376d69020746": { + "_id": "675696574737376d69020746", + "_name": "bear_hands_instructor", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_instructor/hands_bear_instructor.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05255, + "y": 0.00924, + "z": 0.03802 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -16.016, + "y": -3.656, + "z": 3.794 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "62961424869a02221651df53": { + "_id": "62961424869a02221651df53", + "_name": "bear_hands_tactical_long", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_tactical_long/hands_bear_tactical_long.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.03837, + "y": -0.00966, + "z": 0.04162 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 8.221535, + "y": -11.41229, + "z": -3.496765 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "5e9da26286f7741d2e3424a5": { + "_id": "5e9da26286f7741d2e3424a5", + "_name": "bear_hands_tiger", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_tiger/hands_bear_tiger.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.04393, + "y": 0.00112, + "z": 0.04387 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -12.87897, + "y": -7.947479, + "z": 6.991665 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "5d4da36686f77421522b35ee": { + "_id": "5d4da36686f77421522b35ee", + "_name": "usec_hands_commando", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_commando/hands_usec_commando.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5d28b03e86f7747f7e69ab8a": { + "_id": "5d28b03e86f7747f7e69ab8a", + "_name": "Wild_Killa_head", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Wild_Killa_head", + "Name": "Wild_Killa_head", + "ProfileVersions": [], + "ShortName": "Wild_Killa_head", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_boss_killa.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "670d17df032591157e0c3538": { + "_id": "670d17df032591157e0c3538", + "_name": "zombie_head_lab_assistant_2", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_lab_assistant_2", + "Name": "zombie_head_lab_assistant_2", + "ProfileVersions": [], + "ShortName": "zombie_head_lab_assistant_2", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_lab_assistant_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "66589cceb00aec5c0278573c": { + "_id": "66589cceb00aec5c0278573c", + "_name": "usec_blue_team_lower_2", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_blue_team_lower_2", + "Name": "usec_blue_team_lower_2", + "ProfileVersions": [], + "ShortName": "usec_blue_team_lower_2", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "642d4d8eb6b75d4c89077cf9" + } + }, + "5d1f647186f7744bce0ef70c": { + "_id": "5d1f647186f7744bce0ef70c", + "_name": "bear_kit_lower_gorkasso", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5d1f58bd86f7744bce0ee9ef" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "66043da77502eca33a08cad4": { + "_id": "66043da77502eca33a08cad4", + "_name": "bear_kit_upper_turtleneck_black", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Body": "66043cc27502eca33a08cad0", + "Hands": "66043cdcc8949a435906e430" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f623886f7743014163027": { + "_id": "5d1f623886f7743014163027", + "_name": "usec_kit_upper_pcsmulticam", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5d1f56ff86f7743f8362bcd7", + "Hands": "5d1f5b4886f7744bce0ee9f3" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5d1f567786f7744bcc04874f": { + "_id": "5d1f567786f7744bcc04874f", + "_name": "bear_upper_ghostmarksman", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { @@ -3636,7 +1791,7 @@ "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/top_bear_fsbfastresponse.bundle", + "path": "assets/content/characters/character/prefabs/top_bear_ghostmarksman.bundle", "rcid": "" }, "WatchPosition": { @@ -3656,24 +1811,25 @@ }, "_proto": "5cc0858d14c02e000c6bea66" }, - "66043cc27502eca33a08cad0": { - "_id": "66043cc27502eca33a08cad0", - "_name": "bear_upper_turtleneck_black", + "64ef3efdb63b74469b6c1499": { + "_id": "64ef3efdb63b74469b6c1499", + "_name": "pmc_upper_blackknight_quest", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "DeafaultBearBody", - "Name": "DeafaultBearBody", + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", "ProfileVersions": [], - "ShortName": "DeafaultBearBody", + "ShortName": "DefaultUsecBody", "Side": [ + "Usec", "Bear" ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_bear_turtleneck_black.bundle", + "path": "assets/content/characters/character/prefabs/top_boss_blackknight_quest.bundle", "rcid": "" }, "WatchPosition": { @@ -3691,26 +1847,26 @@ "z": 0 } }, - "_proto": "5cc0858d14c02e000c6bea66" + "_proto": "5cde95d97d6c8b647a3769b0" }, - "66bf67c65d6942454668fd58": { - "_id": "66bf67c65d6942454668fd58", - "_name": "tshirt_security_ment_tshirt", + "5fb53cc97b5d1342ee24bd63": { + "_id": "5fb53cc97b5d1342ee24bd63", + "_name": "top_cultist_01", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "tshirt_security_ment_tshirt", - "Name": "tshirt_security_ment_tshirt", + "Description": "top_cultist_01", + "Name": "top_cultist_01", "ProfileVersions": [], - "ShortName": "tshirt_security_ment_tshirt", + "ShortName": "top_cultist_01", "Side": [ "Savage" ], "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_security_ment_tshirt.bundle", + "path": "assets/content/characters/character/prefabs/top_cultist_01.bundle", "rcid": "" }, "WatchPosition": { @@ -3728,11 +1884,11 @@ "z": 0 } }, - "_proto": "642ed297ac11c9eaf10d87e8" + "_proto": "5cde9f337d6c8b0474535da8" }, - "5d1f56f186f7744bcb0acd1a": { - "_id": "5d1f56f186f7744bcb0acd1a", - "_name": "usec_upper_infiltrator", + "6750704650f7ea9dc604afc6": { + "_id": "6750704650f7ea9dc604afc6", + "_name": "usec_upper_deadly_frog", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { @@ -3747,7 +1903,7 @@ "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_usec_combatshirt.bundle", + "path": "assets/content/characters/character/prefabs/top_usec_deadly_frog.bundle", "rcid": "" }, "WatchPosition": { @@ -3767,9 +1923,9 @@ }, "_proto": "5cde95d97d6c8b647a3769b0" }, - "5e4bb35286f77406a511c9bc": { - "_id": "5e4bb35286f77406a511c9bc", - "_name": "usec_upper_tier_2", + "5d1f56ff86f7743f8362bcd7": { + "_id": "5d1f56ff86f7743f8362bcd7", + "_name": "usec_upper_pcsmulticam", "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { @@ -3784,44 +1940,7 @@ "BodyPart": "Body", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/top_usec_tier2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95d97d6c8b647a3769b0" - }, - "660437e57502eca33a08caca": { - "_id": "660437e57502eca33a08caca", - "_name": "usec_upper_velocity_multicam", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecBody", - "Name": "DefaultUsecBody", - "ProfileVersions": [], - "ShortName": "DefaultUsecBody", - "Side": [ - "Usec" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/tshirt_usec_velocity_multicam.bundle", + "path": "assets/content/characters/character/prefabs/top_usec_pcsshirt.bundle", "rcid": "" }, "WatchPosition": { @@ -3914,2603 +2033,6 @@ } } }, - "64806edf77c11aeac5078e33": { - "_id": "64806edf77c11aeac5078e33", - "_name": "Pants_BOSS_Kaban", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Kaban", - "Name": "Pants_BOSS_Kaban", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Kaban", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_kaban.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "670d1a81b7a8f34fce080717": { - "_id": "670d1a81b7a8f34fce080717", - "_name": "zombie_top_wild_vest", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_vest", - "Name": "zombie_top_wild_vest", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_vest", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_vest.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1a92d2d5ce4514028b90": { - "_id": "670d1a92d2d5ce4514028b90", - "_name": "zombie_top_wild_yellowcoat", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_yellowcoat", - "Name": "zombie_top_wild_yellowcoat", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_yellowcoat", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_yellowcoat.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "642ed40af5bdf1c04e01952e": { - "_id": "642ed40af5bdf1c04e01952e", - "_name": "Pants_RT_2", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_RT_2", - "Name": "Pants_RT_2", - "ProfileVersions": [], - "ShortName": "Pants_RT_2", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_rt_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1a053460753f070bb9b3": { - "_id": "670d1a053460753f070bb9b3", - "_name": "zombie_top_wild_bomber", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_bomber", - "Name": "zombie_top_wild_bomber", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_bomber", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_bomber.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5fce3e965a9f8c40685693bc": { - "_id": "5fce3e965a9f8c40685693bc", - "_name": "bear_lower_triarius", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_triarius.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "670d1a5cd2d5ce45140289c3": { - "_id": "670d1a5cd2d5ce45140289c3", - "_name": "zombie_top_wild_rainparka", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_rainparka", - "Name": "zombie_top_wild_rainparka", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_rainparka", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_rainparka.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6287b14b66bb7d4a3c32bc94": { - "_id": "6287b14b66bb7d4a3c32bc94", - "_name": "Pants_BOSS_BigPipe", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_BigPipe", - "Name": "Pants_BOSS_BigPipe", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_BigPipe", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_big_pipe.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "670d1a396f8cc0145f0a0742": { - "_id": "670d1a396f8cc0145f0a0742", - "_name": "zombie_top_wild_meteor", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_meteor", - "Name": "zombie_top_wild_meteor", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_meteor", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_meteor.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d197632cadb3aad0a49a5": { - "_id": "670d197632cadb3aad0a49a5", - "_name": "zombie_top_usec_velocity", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_usec_velocity", - "Name": "zombie_top_usec_velocity", - "ProfileVersions": [], - "ShortName": "zombie_top_usec_velocity", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_usec_velocity.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1966186ee334e70ee702": { - "_id": "670d1966186ee334e70ee702", - "_name": "zombie_top_usec_carinthia_softshell", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_usec_carinthia_softshell", - "Name": "zombie_top_usec_carinthia_softshell", - "ProfileVersions": [], - "ShortName": "zombie_top_usec_carinthia_softshell", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_usec_carinthia_softshell.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1a13e002387b8802950c": { - "_id": "670d1a13e002387b8802950c", - "_name": "zombie_top_wild_hoody01", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_hoody01", - "Name": "zombie_top_wild_hoody01", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_hoody01", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_hoody01.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "642e71620a69698d1b049f0a": { - "_id": "642e71620a69698d1b049f0a", - "_name": "Pants_RT_1", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_RT_1", - "Name": "Pants_RT_1", - "ProfileVersions": [], - "ShortName": "Pants_RT_1", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_rt_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "671654d56ccf4799d007d4b9": { - "_id": "671654d56ccf4799d007d4b9", - "_name": "zombie_top_lab_personnal_b", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_lab_personnal_b", - "Name": "zombie_top_lab_personnal_b", - "ProfileVersions": [], - "ShortName": "zombie_top_lab_personnal_b", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_lab_personnal_b.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "671654b5f68df05790043128": { - "_id": "671654b5f68df05790043128", - "_name": "zombie_top_lab_personnal_a", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_lab_personnal_a", - "Name": "zombie_top_lab_personnal_a", - "ProfileVersions": [], - "ShortName": "zombie_top_lab_personnal_a", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_lab_personnal_a.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1a4d6f8cc0145f0a0744": { - "_id": "670d1a4d6f8cc0145f0a0744", - "_name": "zombie_top_wild_raincoat", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_raincoat", - "Name": "zombie_top_wild_raincoat", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_raincoat", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_raincoat.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cde95ef7d6c8b04713c4f2d": { - "_id": "5cde95ef7d6c8b04713c4f2d", - "_name": "DefaulUsecFeet", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_cryeac.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d5e7f3c86f7742797262063": { - "_id": "5d5e7f3c86f7742797262063", - "_name": "Pants_BOSS_Shturman", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Shturman", - "Name": "Pants_BOSS_Shturman", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Shturman", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_shturman.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "6361216278f9ab270a0a48d9": { - "_id": "6361216278f9ab270a0a48d9", - "_name": "Pants_BOSS_Zryachi", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Zryachi", - "Name": "Pants_BOSS_Zryachi", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Zryachi", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_zryachi.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "642eea6f881906a7fe086841": { - "_id": "642eea6f881906a7fe086841", - "_name": "Pants_RT_3", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_RT_3", - "Name": "Pants_RT_3", - "ProfileVersions": [], - "ShortName": "Pants_RT_3", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_rt_3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5f5e40400bc58666c37e7819": { - "_id": "5f5e40400bc58666c37e7819", - "_name": "bear_lower_g99", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_g99.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "66bf680aa1b36f497a5d65bd": { - "_id": "66bf680aa1b36f497a5d65bd", - "_name": "pants_wild_ment_gorka1", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "pants_wild_ment_gorka1", - "Name": "pants_wild_ment_gorka1", - "ProfileVersions": [], - "ShortName": "pants_wild_ment_gorka1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_ment_gorka1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "642e71620a69698d1b049f0a" - }, - "660436a810bcdf80ff0e9f78": { - "_id": "660436a810bcdf80ff0e9f78", - "_name": "usec_lower_velocity_multicam", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_velocity_grey.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "5f5e41366760b4138443b343": { - "_id": "5f5e41366760b4138443b343", - "_name": "wild_feet_wasatch", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet_1", - "Name": "wild_feet_1", - "ProfileVersions": [], - "ShortName": "wild_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_wasatch.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "670d18f87ca0004a2a022606": { - "_id": "670d18f87ca0004a2a022606", - "_name": "zombie_pants_civ_jeans", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_civ_jeans", - "Name": "zombie_pants_civ_jeans", - "ProfileVersions": [], - "ShortName": "zombie_pants_civ_jeans", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_civ_jeans.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6436a4c2b6b75d4c89077fbd": { - "_id": "6436a4c2b6b75d4c89077fbd", - "_name": "Hands_BT_3", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_BT_3", - "Name": "Hands_BT_3", - "ProfileVersions": [], - "ShortName": "Hands_BT_3", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_arena_bt_3/hands_arena_bt_3.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.06984, - "y": -0.00806, - "z": -0.04261 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 6.438, - "y": -170.601, - "z": 179.466 - } - } - }, - "6391c6205dbbdb3b1b049840": { - "_id": "6391c6205dbbdb3b1b049840", - "_name": "SavageHands_Victory", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_hoody_victory/hands_wild_hoody_victory.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "5fd78fe9e3bfcf6cab4c9f54": { - "_id": "5fd78fe9e3bfcf6cab4c9f54", - "_name": "SavageHands_rainparka", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_rainparka/hands_wild_rainparka.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "62961424869a02221651df53": { - "_id": "62961424869a02221651df53", - "_name": "bear_hands_tactical_long", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_tactical_long/hands_bear_tactical_long.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.03837, - "y": -0.00966, - "z": 0.04162 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 8.221535, - "y": -11.41229, - "z": -3.496765 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "60a6aaad42fd2735e4589978": { - "_id": "60a6aaad42fd2735e4589978", - "_name": "bear_head_4", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "BearHead1", - "Name": "BearHead1", - "ProfileVersions": [], - "ShortName": "BearHead1", - "Side": [ - "Bear" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_head_4.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc084dd14c02e000b0550a3" - }, - "5fb52a537b5d1342ee24bd57": { - "_id": "5fb52a537b5d1342ee24bd57", - "_name": "head_cultist_03", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "head_cultist_03", - "Name": "head_cultist_03", - "ProfileVersions": [], - "ShortName": "head_cultist_03", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_cultist_03.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e4d014c02e000d0115f8" - }, - "619f9e338858a474c8685cc9": { - "_id": "619f9e338858a474c8685cc9", - "_name": "usec_head_6", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "usec_head_5", - "Name": "usec_head_5", - "ProfileVersions": [], - "ShortName": "usec_head_5", - "Side": [ - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_sean.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e4d014c02e000d0115f8" - }, - "670d176bb7a8f34fce07fd9d": { - "_id": "670d176bb7a8f34fce07fd9d", - "_name": "zombie_head_lab_assistant_1", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_lab_assistant_1", - "Name": "zombie_head_lab_assistant_1", - "ProfileVersions": [], - "ShortName": "zombie_head_lab_assistant_1", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_lab_assistant_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d17f9d2d5ce4514027e83": { - "_id": "670d17f9d2d5ce4514027e83", - "_name": "zombie_head_lab_assistant_3", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_lab_assistant_3", - "Name": "zombie_head_lab_assistant_3", - "ProfileVersions": [], - "ShortName": "zombie_head_lab_assistant_3", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_lab_assistant_3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1843186ee334e70ee700": { - "_id": "670d1843186ee334e70ee700", - "_name": "zombie_head_usec_eric", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_usec_eric", - "Name": "zombie_head_usec_eric", - "ProfileVersions": [], - "ShortName": "zombie_head_usec_eric", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_usec_eric.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d18b5032591157e0c353e": { - "_id": "670d18b5032591157e0c353e", - "_name": "zombie_head_wild_misha", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_wild_misha", - "Name": "zombie_head_wild_misha", - "ProfileVersions": [], - "ShortName": "zombie_head_wild_misha", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_misha.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "66043e1dc8949a435906e438": { - "_id": "66043e1dc8949a435906e438", - "_name": "bear_kit_lower_OPS_Windshirt_tan", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Feet": "66043d7ac8949a435906e434" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "6295ef7d1f798f3be747969e": { - "_id": "6295ef7d1f798f3be747969e", - "_name": "bear_kit_lower_tactical_long", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "6295e63de08ed747e64ae991" - } - }, - "66043ab1c8949a435906e42e": { - "_id": "66043ab1c8949a435906e42e", - "_name": "usec_kit_lower_velocity_multicam", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Feet": "660436a810bcdf80ff0e9f78" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "603d01b9d10cbf667352dd4a": { - "_id": "603d01b9d10cbf667352dd4a", - "_name": "usec_kit_lower_beltstaff", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "6033a3fee29c9f6c9b14e74e" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5cde9e957d6c8b0474535da7": { - "_id": "5cde9e957d6c8b0474535da7", - "_name": "DefaultUsecLowerSuite", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "DefaultUsecLowerSuite", - "Name": "DefaultUsecLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecLowerSuite", - "Side": [ - "Usec" - ], - "Game": [], - "Feet": "5cde95ef7d6c8b04713c4f2d" - } - }, - "619b99ad604fcc392676806c": { - "_id": "619b99ad604fcc392676806c", - "_name": "bear_kit_lower_sumrak", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "617be9e4e02b3b3fa50fa8f2" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5fd791b71189a17bcc172f16": { - "_id": "5fd791b71189a17bcc172f16", - "_name": "SavageKitUpperUnderarmour", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite1", - "Name": "SavageUpperSuite1", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite1", - "Side": [ - "Savage" - ], - "Game": [], - "Body": "5fd22d311add82653b5a704c", - "Hands": "5fd7901bdd870108a754c0e6" - }, - "_proto": "5cdea23c7d6c8b04723cf47b" - }, - "5d1f623e86f7744bce0ef705": { - "_id": "5d1f623e86f7744bce0ef705", - "_name": " usec_kit_upper_pcuironsight", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "5d1f56a686f7744bce0ee9eb", - "Hands": "5d1f5b5386f7744bcc048757" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "6658a1466e007c6f3366200b": { - "_id": "6658a1466e007c6f3366200b", - "_name": "bear_red_team_upper_3", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_red_team_upper_3", - "Name": "bear_red_team_upper_3", - "ProfileVersions": [], - "ShortName": "bear_red_team_upper_3", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "6430119aac11c9eaf10d881b", - "Hands": "6437ef59881906a7fe086aae" - } - }, - "66589a1547fbd536a674249a": { - "_id": "66589a1547fbd536a674249a", - "_name": "usec_blue_team_upper_1", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "usec_blue_team_upper_1", - "Name": "usec_blue_team_upper_1", - "ProfileVersions": [], - "ShortName": "usec_blue_team_upper_1", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "642c18b8a6a0660b560fb31c", - "Hands": "64355a2b7e17c882400c50a0" - } - }, - "67a22045cae994f25c087bb5": { - "_id": "67a22045cae994f25c087bb5", - "_name": "BossAgroTagilla", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossAgroTagilla", - "Name": "BossAgroTagilla", - "ProfileVersions": [], - "ShortName": "BossAgroTagilla", - "Side": [ - "Savage" - ], - "Prefab": "BossAgroTagilla" - } - }, - "67585083ff58ff0e7909e440": { - "_id": "67585083ff58ff0e7909e440", - "_name": "LaboratoryEnvironmentUI", - "_parent": "67584ea0ff58ff0e7909e435", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "LaboratoryEnvironmentUI", - "Name": "LaboratoryEnvironmentUI", - "ProfileVersions": [], - "ShortName": "LaboratoryEnvironmentUI", - "Side": [ - "Savage", - "Usec", - "Bear" - ], - "EnvironmentUIType": "LaboratoryEnvironmentUiType" - } - }, - "675198f2a34a61ba7f053e4d": { - "_id": "675198f2a34a61ba7f053e4d", - "_name": "RockGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "RockGesture", - "Name": "RockGesture", - "ProfileVersions": [], - "ShortName": "RockGesture", - "Side": [ - "Usec", - "Bear", - "Savage" - ], - "Interaction": "RockGesture" - } - }, - "675468d8c6e063d76309c60f": { - "_id": "675468d8c6e063d76309c60f", - "_name": "WallpaperCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_wallpaper.bundle", - "rcid": "" - } - } - }, - "675467d8b784110b2702fe11": { - "_id": "675467d8b784110b2702fe11", - "_name": "RedWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_red.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "6754673ec6e063d76309c60b": { - "_id": "6754673ec6e063d76309c60b", - "_name": "CultistWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_cultist.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "675467e643b934b1a7089ad3": { - "_id": "675467e643b934b1a7089ad3", - "_name": "StreetWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_street.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "642c19360a69698d1b049e12": { - "_id": "642c19360a69698d1b049e12", - "_name": "Pants_BT_1", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BT_1", - "Name": "Pants_BT_1", - "ProfileVersions": [], - "ShortName": "Pants_BT_1", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bt_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cdea3c47d6c8b0475341734": { - "_id": "5cdea3c47d6c8b0475341734", - "_name": "Wild_Killa_feet", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Wild_Killa_feet", - "Name": "Wild_Killa_feet", - "ProfileVersions": [], - "ShortName": "Wild_Killa_feet", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pant_boss_killa.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5e4bb39386f774067f79de05": { - "_id": "5e4bb39386f774067f79de05", - "_name": "bear_lower_combat", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_combat.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "5d1f58cb86f7744bca3f0b9a": { - "_id": "5d1f58cb86f7744bca3f0b9a", - "_name": "bear_lower_fsburban", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_fsburban.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "5d1f58a086f7743f8362bcd9": { - "_id": "5d1f58a086f7743f8362bcd9", - "_name": "bear_lower_gorkakobra", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_gorkae.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "5d1f58ab86f7743014162042": { - "_id": "5d1f58ab86f7743014162042", - "_name": "bear_lower_striker", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_striker.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "6295e63de08ed747e64ae991": { - "_id": "6295e63de08ed747e64ae991", - "_name": "bear_lower_tactical_long", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_tactical_long.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "5fcf940bce1ba36a513bb9cc": { - "_id": "5fcf940bce1ba36a513bb9cc", - "_name": "usec_lower_tier3", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_tier3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "670fb7a4e6040a23520aa5d0": { - "_id": "670fb7a4e6040a23520aa5d0", - "_name": "zombie_pants_wild_fieldparka", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_wild_fieldparka", - "Name": "zombie_pants_wild_fieldparka", - "ProfileVersions": [], - "ShortName": "zombie_pants_wild_fieldparka", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_fieldparka.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "64ad4da55a592f21980c4723": { - "_id": "64ad4da55a592f21980c4723", - "_name": "SavageHands_Blackknight", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_boss_blackknight_quest/hands_boss_blackknight_quest.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.08181, - "y": -0.00469, - "z": -0.04067 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 178.442, - "y": 9.906, - "z": -0.028 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "5d1f5aa286f7744bca3f0b9c": { - "_id": "5d1f5aa286f7744bca3f0b9c", - "_name": "bear_hands_contractortshirt", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_tshirt_bear_black/hands_tshirt_bear_black.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.04744, - "y": 0.00314, - "z": 0.0367 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -13.7037, - "y": -0.6851196, - "z": 2.431549 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5d1f5b1986f7744bcd1345a1": { - "_id": "5d1f5b1986f7744bcd1345a1", - "_name": "usec_hands_flexion", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_softshell/hands_usec_softshell.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "660438077502eca33a08cacc": { - "_id": "660438077502eca33a08cacc", - "_name": "usec_hands_velocity_multicam", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_velocity/hands_usec_velocity_multicam.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0525, - "y": -0.01387, - "z": -0.04302 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 11.111, - "y": -173.158, - "z": -0.654 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "6644d2da35d958070c02642c": { - "_id": "6644d2da35d958070c02642c", - "_name": "Head_Mannequin", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Head_Mannequin ", - "Name": "Head_Mannequin ", - "ProfileVersions": [], - "ShortName": "Head_Mannequin ", - "Side": [ - "Bear", - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_mannequin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "65749bcce32c4e3f7907bf44": { - "_id": "65749bcce32c4e3f7907bf44", - "_name": "wild_security_head_gus", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_head_drozd", - "Name": "wild_head_drozd", - "ProfileVersions": [], - "ShortName": "wild_head_drozd", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_wild_security_gus.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "670d125b7ca0004a2a021eae": { - "_id": "670d125b7ca0004a2a021eae", - "_name": "zombie_head_civ_head_1", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_civ_head_1", - "Name": "zombie_head_civ_head_1", - "ProfileVersions": [], - "ShortName": "zombie_head_civ_head_1", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_civ_head_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5f5f46fa5021ce62144be7bd": { - "_id": "5f5f46fa5021ce62144be7bd", - "_name": "bear_kit_lower_g99", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Feet": "5f5e40400bc58666c37e7819" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "67599889a378f89a3e089b5a": { - "_id": "67599889a378f89a3e089b5a", - "_name": "bear_kit_lower_winterset", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_kit_lower_winterset", - "Name": "bear_kit_lower_winterset", - "ProfileVersions": [], - "ShortName": "bear_kit_lower_winterset", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "675994c9f7adb892bd080766" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "61a4a1c59128666d8302b5f3": { - "_id": "61a4a1c59128666d8302b5f3", - "_name": "scav_kit_lower_bomber", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite2", - "Name": "SavageLowerSuite2", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite2", - "Side": [ - "Savage" - ], - "Game": [], - "Feet": "6193be546e5968395b260157" - }, - "_proto": "5cdea30c7d6c8b04737c2d15" - }, - "5e9dccd686f774343b592592": { - "_id": "5e9dccd686f774343b592592", - "_name": "usec_kit_lower_DeepRecon", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Feet": "5e9dcadd86f7743e20652f23" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f60b486f7744bcb0adfa8": { - "_id": "5d1f60b486f7744bcb0adfa8", - "_name": "bear_kit_upper_fsbfastresponse", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "5d1f568486f7744bca3f0b98", - "Hands": "5d1f5ab286f7743f8362bcdd" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "6038b228af2e28262649af14": { - "_id": "6038b228af2e28262649af14", - "_name": "bear_kit_upper_voin", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "6033a31e9ec839204e6a2f3e", - "Hands": "6034d3053903bc73173b0d35" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "66043dc4c8949a435906e436": { - "_id": "66043dc4c8949a435906e436", - "_name": "bear_kit_upper_Windshirt_black", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Body": "660440d2c8949a435906e43a", - "Hands": "66043d59333907134309d649" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5cd944ca1388ce03a44dc2a4": { - "_id": "5cd944ca1388ce03a44dc2a4", - "_name": "Upper", - "_parent": "5cd943b21388ce03a44dc2a2", - "_type": "Node", - "_props": { - "Body": "5cc0868e14c02e000c6bea68", - "Hands": "5cc086a314c02e000c6bea69" - } - }, - "6284d6a28e4092597733b7a6": { - "_id": "6284d6a28e4092597733b7a6", - "_name": "Usec_4", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Usec_4", - "Name": "Usec_4", - "ProfileVersions": [], - "ShortName": "Usec_4", - "Side": [ - "Usec" - ], - "Prefab": "Usec_4" - } - }, - "5fc615460b735e7b024c76eb": { - "_id": "5fc615460b735e7b024c76eb", - "_name": "BossBully", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossBully", - "Name": "BossBully", - "ProfileVersions": [], - "ShortName": "BossBully", - "Side": [ - "Savage" - ], - "Prefab": "BossBully" - } - }, - "67519b66490b32072c06f1c9": { - "_id": "67519b66490b32072c06f1c9", - "_name": "ComeWithMeGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "ComeWithMeGesture", - "Name": "ComeWithMeGesture", - "ProfileVersions": [], - "ShortName": "ComeWithMeGesture", - "Side": [ - "Usec", - "Bear", - "Savage" - ], - "Interaction": "ComeWithMeGesture" - } - }, - "675466825b7ebafefd0ebc2c": { - "_id": "675466825b7ebafefd0ebc2c", - "_name": "PrestigeFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_prestige.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "675844bdf94a97cbbe096f1a": { - "_id": "675844bdf94a97cbbe096f1a", - "_name": "DefaultWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_default.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "67373f520eca6e03ab0d5397": { - "_id": "67373f520eca6e03ab0d5397", - "_name": "ItemSlot", - "_parent": "67373ef90eca6e03ab0d538c", - "_type": "Node", - "_props": {} - }, - "67373f4b5a5ee73f2a081bb3": { - "_id": "67373f4b5a5ee73f2a081bb3", - "_name": "PosterSlot", - "_parent": "67373ef90eca6e03ab0d538c", - "_type": "Node", - "_props": {} - }, - "67373f330eca6e03ab0d5394": { - "_id": "67373f330eca6e03ab0d5394", - "_name": "ShootingRangeMark", - "_parent": "67373ef90eca6e03ab0d538c", - "_type": "Node", - "_props": { - "AssetPath": { - "path": "", - "rcid": "" - } - } - }, - "6746fafabafff8500804880e": { - "_id": "6746fafabafff8500804880e", - "_name": "DogTags", - "_parent": "5cbdb4a2e2b501000d352ae2", - "_type": "Node", - "_props": { - "AvailableAsDefault": false, - "Description": "DogTags", - "Name": "DogTags", - "ProfileVersions": [], - "ShortName": "DogTags", - "Side": [], - "BearTemplateId": "", - "UsecTemplateId": "" - } - }, - "67373ef90eca6e03ab0d538c": { - "_id": "67373ef90eca6e03ab0d538c", - "_name": "Hideout", - "_parent": "5cbdb4a2e2b501000d352ae2", - "_type": "Node", - "_props": {} - }, - "628a4645c9327c7587388849": { - "_id": "628a4645c9327c7587388849", - "_name": "Pants_BOSS_Birdeye", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Birdeye", - "Name": "Pants_BOSS_Birdeye", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Birdeye", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_birdeye.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, "642d6941ff5ecad7810a8a61": { "_id": "642d6941ff5ecad7810a8a61", "_name": "Pants_BT_3", @@ -6547,83 +2069,9 @@ } } }, - "6377315993a3b4967208e437": { - "_id": "6377315993a3b4967208e437", - "_name": "bear_lower_spna", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_spna.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "637ba17aa10a96c2b605dbc2": { - "_id": "637ba17aa10a96c2b605dbc2", - "_name": "usec_lower_carinthia_softshell", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "usec_lower_carinthia_softshell", - "Name": "usec_lower_carinthia_softshell", - "ProfileVersions": [], - "ShortName": "usec_lower_carinthia_softshell", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_carinthia_softshell.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "5d1f593286f7743014162044": { - "_id": "5d1f593286f7743014162044", - "_name": "usec_lower_tacres", + "617c02e24013b06b0b78df80": { + "_id": "617c02e24013b06b0b78df80", + "_name": "usec_lower_cereum", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { @@ -6638,7 +2086,7 @@ "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_truspec.bundle", + "path": "assets/content/characters/character/prefabs/pants_usec_cereum.bundle", "rcid": "" }, "WatchPosition": { @@ -6658,4563 +2106,6 @@ }, "_proto": "5cde95ef7d6c8b04713c4f2d" }, - "675fd6b2f26b0db5f0060eb6": { - "_id": "675fd6b2f26b0db5f0060eb6", - "_name": "usec_lower_winterset", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_winterset.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "5cdea3947d6c8b04737c2d16": { - "_id": "5cdea3947d6c8b04737c2d16", - "_name": "SavageHands3", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands3", - "Name": "SavageHands3", - "ProfileVersions": [], - "ShortName": "SavageHands3", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/wild/wild_body_3_firsthands.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "67506abae23c30f949061906": { - "_id": "67506abae23c30f949061906", - "_name": "bear_hands_nord", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_nord/hands_bear_nord.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0747, - "y": 0.00301, - "z": 0.03921 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -8.931, - "y": 4.399, - "z": -18.884 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5cc084dd14c02e000b0550a3": { - "_id": "5cc084dd14c02e000b0550a3", - "_name": "DefaultBearHead", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "BearHead1", - "Name": "BearHead1", - "ProfileVersions": [], - "ShortName": "BearHead1", - "Side": [ - "Bear" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_head_0.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5e99767c86f7741ac7399393": { - "_id": "5e99767c86f7741ac7399393", - "_name": "Head_BOSS_Sanitar", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Head_BOSS_Sanitar", - "Name": "Head_BOSS_Sanitar", - "ProfileVersions": [], - "ShortName": "Head_BOSS_Sanitar", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_sanitar.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "66aa5ca23d22c9416c010be0": { - "_id": "66aa5ca23d22c9416c010be0", - "_name": "Head_Boss_Partizan", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "head_boss_partizan", - "Name": "head_boss_partizan", - "ProfileVersions": [], - "ShortName": "head_boss_partizan", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_partizan.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "5fdb4139e4ed5b5ea251e4ed": { - "_id": "5fdb4139e4ed5b5ea251e4ed", - "_name": "usec_head_4", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "usec_head_4", - "Name": "usec_head_4", - "ProfileVersions": [], - "ShortName": "usec_head_4", - "Side": [ - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_4.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc084dd14c02e000b0550a3" - }, - "60a6aa8fd559ae040d0d951f": { - "_id": "60a6aa8fd559ae040d0d951f", - "_name": "usec_head_5", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "usec_head_5", - "Name": "usec_head_5", - "ProfileVersions": [], - "ShortName": "usec_head_5", - "Side": [ - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_5.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e4d014c02e000d0115f8" - }, - "6658a1d54de4820934746dd4": { - "_id": "6658a1d54de4820934746dd4", - "_name": "bear_red_team_lower_3", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_red_team_lower_3", - "Name": "bear_red_team_lower_3", - "ProfileVersions": [], - "ShortName": "bear_red_team_lower_3", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Feet": "642eea6f881906a7fe086841" - } - }, - "5fd3e978e504291efd0040b3": { - "_id": "5fd3e978e504291efd0040b3", - "_name": "usec_kit_upper_acu", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5fd3e9f71b735718c25cd9f8", - "Hands": "5fd78519a8c881276c55eae6" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5e9dcb8386f774054b6f79a9": { - "_id": "5e9dcb8386f774054b6f79a9", - "_name": "bear_kit_upper_tiger", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "5e9d9fa986f774054d6b89f2", - "Hands": "5e9da26286f7741d2e3424a5" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f622186f7744bca3f168c": { - "_id": "5d1f622186f7744bca3f168c", - "_name": "usec_kit_upper_aggressor", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5d1f56c686f7744bcd13459c", - "Hands": "5d1f5b0686f7743f8362bcde" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5cde9ec17d6c8b04723cf479": { - "_id": "5cde9ec17d6c8b04723cf479", - "_name": "DefaultUsecUpperSuite", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "5cde95d97d6c8b647a3769b0", - "Hands": "5cde95fa7d6c8b04737c2d13" - } - }, - "5d1f622e86f7744bcc04998c": { - "_id": "5d1f622e86f7744bcc04998c", - "_name": "usec_kit_upper_flexion", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5d1f56e486f7744bce0ee9ed", - "Hands": "5d1f5b1986f7744bcd1345a1" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "6720aa2d1c5e609cb70d5528": { - "_id": "6720aa2d1c5e609cb70d5528", - "_name": "Zombie_Medium", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Zombie_Medium", - "Name": "Zombie_Medium", - "ProfileVersions": [], - "ShortName": "Zombie_Medium", - "Side": [ - "Savage" - ], - "Prefab": "Zombie_Medium" - } - }, - "6353fea0a644ca0c510d1dd8": { - "_id": "6353fea0a644ca0c510d1dd8", - "_name": "BossKilla", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossKilla", - "Name": "BossKilla", - "ProfileVersions": [], - "ShortName": "BossKilla", - "Side": [ - "Savage" - ], - "Prefab": "BossKilla" - }, - "_proto": "5fc50bddb4965a7a2f48c5af" - }, - "674731c8bafff850080488bb": { - "_id": "674731c8bafff850080488bb", - "_name": "dogtag_bear_default", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "dogtag_bear_default", - "Name": "dogtag_bear_default", - "ProfileVersions": [], - "ShortName": "dogtag_bear_default", - "Side": [ - "Bear" - ], - "BearTemplateId": "59f32bb586f774757e1e8442", - "UsecTemplateId": "" - } - }, - "67585108def253bd97084552": { - "_id": "67585108def253bd97084552", - "_name": "CyberEnvironmentUI", - "_parent": "67584ea0ff58ff0e7909e435", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "CyberEnvironmentUI", - "Name": "CyberEnvironmentUI", - "ProfileVersions": [], - "ShortName": "CyberEnvironmentUI", - "Side": [ - "Savage", - "Bear", - "Usec" - ], - "EnvironmentUIType": "CyberEnvironmentUiType" - } - }, - "675468937dadca6836092b2a": { - "_id": "675468937dadca6836092b2a", - "_name": "LoftCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_loft.bundle", - "rcid": "" - } - } - }, - "67585cf55ec257bf740a446f": { - "_id": "67585cf55ec257bf740a446f", - "_name": "TargetBoar", - "_parent": "67373f330eca6e03ab0d5394", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "", - "rcid": "TargetBoar" - } - } - }, - "675467f4c6e063d76309c60d": { - "_id": "675467f4c6e063d76309c60d", - "_name": "WallpaperWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_wallpaper.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "5e9dc97c86f774054c19ac9a": { - "_id": "5e9dc97c86f774054c19ac9a", - "_name": "bear_lower_zaslon", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_zaslon.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "5df8a08886f7740bfe6df775": { - "_id": "5df8a08886f7740bfe6df775", - "_name": "usec_lower_tier_2", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_tier_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "5d28af3486f774292364a6e7": { - "_id": "5d28af3486f774292364a6e7", - "_name": "wild_feet_2", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_feet_1", - "Name": "wild_security_feet_1", - "ProfileVersions": [], - "ShortName": "wild_security_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_feet_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "5df8a15186f77412640e2e6a": { - "_id": "5df8a15186f77412640e2e6a", - "_name": "wild_feet_sklon", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet", - "Name": "wild_feet", - "ProfileVersions": [], - "ShortName": "wild_feet", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_sklon.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e5d014c02e15d53d9c03" - }, - "5d28af7886f77429275dba25": { - "_id": "5d28af7886f77429275dba25", - "_name": "wild_pmcBot_feet", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_pmcBot_feet", - "Name": "wild_pmcBot_feet", - "ProfileVersions": [], - "ShortName": "wild_pmcBot_feet", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_scavelite.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "5d28af5386f774292364a6e8": { - "_id": "5d28af5386f774292364a6e8", - "_name": "wild_security_feet_1", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_feet_1", - "Name": "wild_security_feet_1", - "ProfileVersions": [], - "ShortName": "wild_security_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_security_feet_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "670fb7bd2e9d3564120e91c7": { - "_id": "670fb7bd2e9d3564120e91c7", - "_name": "zombie_pants_wild_scavelite", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_wild_scavelite", - "Name": "zombie_pants_wild_scavelite", - "ProfileVersions": [], - "ShortName": "zombie_pants_wild_scavelite", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_scavelite.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d1f5ab286f7743f8362bcdd": { - "_id": "5d1f5ab286f7743f8362bcdd", - "_name": "bear_hands_fsbfastresponse", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_fsbfastresponse/hands_bear_fsbfastresponse.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.04136, - "y": 0.00267, - "z": 0.03812 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -12.79007, - "y": -0.62734899, - "z": 2.187025 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "6390103dfdb42a2ccc0e8cca": { - "_id": "6390103dfdb42a2ccc0e8cca", - "_name": "bear_hands_spna", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_spna/hands_bear_spna.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0641, - "y": -0.00163, - "z": 0.03684 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -2.486, - "y": 7.725, - "z": -1.332 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5df8e76486f7740bfe6df782": { - "_id": "5df8e76486f7740bfe6df782", - "_name": "bear_hands_zaslon", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_zaslon/hands_bear_zaslon.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.06419, - "y": 0.00369, - "z": 0.03807 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -9.273621, - "y": -0.4027405, - "z": -1.121033 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5f5f3fc66bdad616ad46d62f": { - "_id": "5f5f3fc66bdad616ad46d62f", - "_name": "usec_hands_NightPatrol", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_nightpatrol/hands_usec_nightpatrol.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5d4da36686f77421522b35ee": { - "_id": "5d4da36686f77421522b35ee", - "_name": "usec_hands_commando", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_commando/hands_usec_commando.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5d1f5b3f86f7744bcd1345a2": { - "_id": "5d1f5b3f86f7744bcd1345a2", - "_name": "usec_hands_infiltrator", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_combatshirt/hands_usec_combatshirt.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "64809e3077c11aeac5078e3c": { - "_id": "64809e3077c11aeac5078e3c", - "_name": "Head_BOSS_Kaban", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Head_BOSS_Kaban", - "Name": "Head_BOSS_Kaban", - "ProfileVersions": [], - "ShortName": "Head_BOSS_Kaban", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_kaban.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "5fb52a3a1c69e5198e234118": { - "_id": "5fb52a3a1c69e5198e234118", - "_name": "head_cultist_02", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "head_cultist_02", - "Name": "head_cultist_02", - "ProfileVersions": [], - "ShortName": "head_cultist_02", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_cultist_02.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e4d014c02e000d0115f8" - }, - "6756997970afee6336051976": { - "_id": "6756997970afee6336051976", - "_name": "usec_kit_lower_special_ops", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "675697fad588566bce0da766" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5f5f64f947344c2e4f6c431e": { - "_id": "5f5f64f947344c2e4f6c431e", - "_name": "scav_kit_lower_Sweatpants", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite2", - "Name": "SavageLowerSuite2", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite2", - "Side": [ - "Savage" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5f5e410c6bdad616ad46d60b" - }, - "_proto": "5cdea30c7d6c8b04737c2d15" - }, - "66043a8dc8949a435906e42c": { - "_id": "66043a8dc8949a435906e42c", - "_name": "usec_kit_lower_CryeAC_Alpha_Green", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Feet": "660436487502eca33a08cac8" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5cd946231388ce000d572fe3": { - "_id": "5cd946231388ce000d572fe3", - "_name": "DefaultBearLowerSuite", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [], - "Feet": "5cc085bb14c02e000e67a5c5" - } - }, - "5d1f623386f7744bcd135833": { - "_id": "5d1f623386f7744bcd135833", - "_name": "usec_kit_upper_infiltrator", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Body": "5d1f56f186f7744bcb0acd1a", - "Hands": "5d1f5b3f86f7744bcd1345a2" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "66043a3910bcdf80ff0e9f7c": { - "_id": "66043a3910bcdf80ff0e9f7c", - "_name": "usec_kit_upper_CryeAC_Alpha_Green", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Body": "66043728333907134309d647", - "Hands": "6604375110bcdf80ff0e9f7a" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "6295eb15869a02221651d318": { - "_id": "6295eb15869a02221651d318", - "_name": "usec_kit_upper_chameleon_softshell", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "6295e8c3e08ed747e64aea00", - "Hands": "6295e95e2ff06264a71c7c1f" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5fd3e77be504291efd0040ad": { - "_id": "5fd3e77be504291efd0040ad", - "_name": "usec_kit_upper_tier3", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5fcf63da5c287f01f22bf245", - "Hands": "5fd7769cd3d418755f40ea43" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "66589f9b2c4a1b73af576b85": { - "_id": "66589f9b2c4a1b73af576b85", - "_name": "bear_red_team_upper_1", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_red_team_upper_1", - "Name": "bear_red_team_upper_1", - "ProfileVersions": [], - "ShortName": "bear_red_team_upper_1", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "642e8ae07e17c882400c4f87", - "Hands": "6436b8d00a69698d1b04a0a1" - } - }, - "5d4da10986f77450fc65edc3": { - "_id": "5d4da10986f77450fc65edc3", - "_name": "usec_kit_upper_commando", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5d4da0cb86f77450fe0a6629", - "Hands": "5d4da36686f77421522b35ee" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5fc50bddb4965a7a2f48c5af": { - "_id": "5fc50bddb4965a7a2f48c5af", - "_name": "Bear_2", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Bear_2", - "Name": "Bear_2", - "ProfileVersions": [], - "ShortName": "Bear_2", - "Side": [ - "Bear" - ], - "Prefab": "Bear_2" - } - }, - "5fc615710b735e7b024c76ed": { - "_id": "5fc615710b735e7b024c76ed", - "_name": "BossSanitar", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossSanitar", - "Name": "BossSanitar", - "ProfileVersions": [], - "ShortName": "BossSanitar", - "Side": [ - "Savage" - ], - "Prefab": "BossSanitar" - } - }, - "646e46ca286188c5480a1a37": { - "_id": "646e46ca286188c5480a1a37", - "_name": "Arena_Guard_1", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Arena_Guard_1", - "Name": "Arena_Guard_1", - "ProfileVersions": [], - "ShortName": "Arena_Guard_1", - "Side": [ - "Savage" - ], - "Prefab": "Arena_Guard_1" - } - }, - "670a57f082b46e0e55096b09": { - "_id": "670a57f082b46e0e55096b09", - "_name": "Zombie_Generic", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Zombie_Generic", - "Name": "Zombie_Generic", - "ProfileVersions": [], - "ShortName": "Zombie_Generic", - "Side": [ - "Savage" - ], - "Prefab": "Zombie_Generic" - } - }, - "67471938bafff850080488b7": { - "_id": "67471938bafff850080488b7", - "_name": "dogtag_usec_eod", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "dogtag_usec_eod", - "Name": "dogtag_usec_eod", - "ProfileVersions": [ - "edge_of_darkness", - "eod_tue_edition" - ], - "ShortName": "dogtag_usec_eod", - "Side": [ - "Usec" - ], - "BearTemplateId": "", - "UsecTemplateId": "6662e9f37fa79a6d83730fa0" - } - }, - "67519b48ba5968fd800a01fa": { - "_id": "67519b48ba5968fd800a01fa", - "_name": "ThereGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "ThereGesture", - "Name": "ThereGesture", - "ProfileVersions": [], - "ShortName": "ThereGesture", - "Side": [ - "Usec", - "Bear", - "Savage" - ], - "Interaction": "ThereGesture" - } - }, - "6758443ff94a97cbbe096f18": { - "_id": "6758443ff94a97cbbe096f18", - "_name": "DefaultFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_default.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "67600aa8e9db590d5601665f": { - "_id": "67600aa8e9db590d5601665f", - "_name": "StandingMannequinPose", - "_parent": "675ff48ce8d2356707079617", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Profile default mannequin pose", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "MannequinPoseName": "standing" - } - }, - "67585d161840a37ff10ebdd1": { - "_id": "67585d161840a37ff10ebdd1", - "_name": "TargetBoutle", - "_parent": "67373f330eca6e03ab0d5394", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "", - "rcid": "TargetBoutle" - } - } - }, - "675844d50ec1f5ab030c8ff8": { - "_id": "675844d50ec1f5ab030c8ff8", - "_name": "KindergartenWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_kindergarten.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "675467c924c9a7ccb509d62f": { - "_id": "675467c924c9a7ccb509d62f", - "_name": "PrestigeWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_prestige.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "5fc100cf95572123ae738483": { - "_id": "5fc100cf95572123ae738483", - "_name": "Voice", - "_parent": "5cbdb4a2e2b501000d352ae2", - "_type": "Node", - "_props": { - "AvailableAsDefault": false, - "Description": "Voice", - "Name": "Voice", - "ProfileVersions": [], - "ShortName": "Voice", - "Side": [], - "Prefab": "" - } - }, - "66bf68d0f08c35734d4940c6": { - "_id": "66bf68d0f08c35734d4940c6", - "_name": "pants_wild_ment_specnaz_kamysh_b", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "pants_wild_ment_specnaz_kamysh_b", - "Name": "pants_wild_ment_specnaz_kamysh_b", - "ProfileVersions": [], - "ShortName": "pants_wild_ment_specnaz_kamysh_b", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_ment_specnaz_kamysh_b.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "642e71620a69698d1b049f0a" - }, - "6033a3fee29c9f6c9b14e74e": { - "_id": "6033a3fee29c9f6c9b14e74e", - "_name": "usec_lower_beltstaff", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_beltstaff.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "6295e944e9de5e7b3751c4da": { - "_id": "6295e944e9de5e7b3751c4da", - "_name": "usec_lower_chameleon_softshell", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "usec_lower_chameleon_softshell", - "Name": "usec_lower_chameleon_softshell", - "ProfileVersions": [], - "ShortName": "usec_lower_chameleon_softshell", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_chameleon_softshell.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "670fb76578245f17bb00ad85": { - "_id": "670fb76578245f17bb00ad85", - "_name": "zombie_pants_usec_ac_cry", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_usec_ac_cry", - "Name": "zombie_pants_usec_ac_cry", - "ProfileVersions": [], - "ShortName": "zombie_pants_usec_ac_cry", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_usec_ac_cry.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670fb78d5ce1f9ca3b04b6c6": { - "_id": "670fb78d5ce1f9ca3b04b6c6", - "_name": "zombie_pants_wild_bomber", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_wild_bomber", - "Name": "zombie_pants_wild_bomber", - "ProfileVersions": [], - "ShortName": "zombie_pants_wild_bomber", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_bomber.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5fd7901bdd870108a754c0e6": { - "_id": "5fd7901bdd870108a754c0e6", - "_name": "SavageHands_underarmour", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_underarmour/hands_wild_underarmour.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "5fd760001189a17bcc172b85": { - "_id": "5fd760001189a17bcc172b85", - "_name": "bear_hands_borey", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_borey/hands_bear_borey.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.04145, - "y": -0.00229, - "z": 0.04607 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 5.879277, - "y": 2.928506, - "z": 0.2177502 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "657316a92dba425ccc0141a4": { - "_id": "657316a92dba425ccc0141a4", - "_name": "usec_hands_velocity", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_velocity/hands_usec_velocity.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0525, - "y": -0.01387, - "z": -0.04302 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 11.111, - "y": -173.158, - "z": -0.654 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "654b5ed58558fd71f97254f4": { - "_id": "654b5ed58558fd71f97254f4", - "_name": "Head_BOSS_Kolontai", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Head_BOSS_Zryachi", - "Name": "Head_BOSS_Zryachi", - "ProfileVersions": [], - "ShortName": "Head_BOSS_Zryachi", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_kolontai.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "5fdb7571e4ed5b5ea251e529": { - "_id": "5fdb7571e4ed5b5ea251e529", - "_name": "bear_head_3", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "BearHead1", - "Name": "BearHead1", - "ProfileVersions": [], - "ShortName": "BearHead1", - "Side": [ - "Bear" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_head_3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc084dd14c02e000b0550a3" - }, - "62aca6a1310e67685a2fc2e7": { - "_id": "62aca6a1310e67685a2fc2e7", - "_name": "usec_head_7", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "usec_head_5", - "Name": "usec_head_5", - "ProfileVersions": [], - "ShortName": "usec_head_5", - "Side": [ - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_6.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e4d014c02e000d0115f8" - }, - "5cc086a314c02e000c6bea69": { - "_id": "5cc086a314c02e000c6bea69", - "_name": "Hands", - "_parent": "5cd943c31388ce000a659df5", - "_type": "Node", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands", - "Name": "Hands", - "ProfileVersions": [], - "ShortName": "Hands", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/bear/bear_hands_skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "63a8a41e8523141c3d055228": { - "_id": "63a8a41e8523141c3d055228", - "_name": "bear_kit_lower_spna", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Feet": "6377315993a3b4967208e437" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f647f86f7744bcc04998f": { - "_id": "5d1f647f86f7744bcc04998f", - "_name": "usec_kit_lower_gen2khyber", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5d1f591186f7744bcc048755" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5f5f653179db6e3f0e19b762": { - "_id": "5f5f653179db6e3f0e19b762", - "_name": "scav_kit_lower_SlimPants", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite2", - "Name": "SavageLowerSuite2", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite2", - "Side": [ - "Savage" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5f5e41576760b4138443b344" - }, - "_proto": "5cdea30c7d6c8b04737c2d15" - }, - "6658a01e3733207cb6677dc7": { - "_id": "6658a01e3733207cb6677dc7", - "_name": "bear_red_team_lower_1", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_red_team_lower_1", - "Name": "bear_red_team_lower_1", - "ProfileVersions": [], - "ShortName": "bear_red_team_lower_1", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "642e71620a69698d1b049f0a" - } - }, - "657f8e6ccbb8470421442525": { - "_id": "657f8e6ccbb8470421442525", - "_name": "usec_kit_lower_velocity", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "6571cad4c8673f00290f5657" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f60ae86f7744bcc04998b": { - "_id": "5d1f60ae86f7744bcc04998b", - "_name": "bear_kit_upper_contractortshirt", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "5d1f565786f7743f8362bcd5", - "Hands": "5d1f5aa286f7744bca3f0b9c" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5cdea3197d6c8b20b577f017": { - "_id": "5cdea3197d6c8b20b577f017", - "_name": "SavageUpperSuite2", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite2", - "Name": "SavageUpperSuite2", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite2", - "Side": [ - "Savage" - ], - "Game": [], - "Body": "5cde9f337d6c8b0474535da8", - "Hands": "5cde9fff7d6c8b647a3769b1" - } - }, - "6295eeed13119346e55d4523": { - "_id": "6295eeed13119346e55d4523", - "_name": "bear_kit_upper_tactical_long", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearUpperSuite", - "Name": "DefaultBearUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearUpperSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "6295e698e9de5e7b3751c47a", - "Hands": "62961424869a02221651df53" - } - }, - "67199b72b79a024c140a17b7": { - "_id": "67199b72b79a024c140a17b7", - "_name": "Zombie_Fast", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Zombie_Fast", - "Name": "Zombie_Fast", - "ProfileVersions": [], - "ShortName": "Zombie_Fast", - "Side": [ - "Savage" - ], - "Prefab": "Zombie_Fast" - } - }, - "5fc613e10b735e7b024c76e3": { - "_id": "5fc613e10b735e7b024c76e3", - "_name": "Scav_2", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Scav_2", - "Name": "Scav_2", - "ProfileVersions": [], - "ShortName": "Scav_2", - "Side": [ - "Savage" - ], - "Prefab": "Scav_2" - } - }, - "67471928d17d6431550563b5": { - "_id": "67471928d17d6431550563b5", - "_name": "dogtag_bear_tue", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "dogtag_bear_tue", - "Name": "dogtag_bear_tue", - "ProfileVersions": [ - "unheard_edition", - "eod_tue_edition" - ], - "ShortName": "dogtag_bear_tue", - "Side": [ - "Bear" - ], - "BearTemplateId": "6662e9cda7e0b43baa3d5f76", - "UsecTemplateId": "" - } - }, - "67519925ba5968fd800a01e4": { - "_id": "67519925ba5968fd800a01e4", - "_name": "PaperGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "PaperGesture", - "Name": "PaperGesture", - "ProfileVersions": [], - "ShortName": "PaperGesture", - "Side": [ - "Bear", - "Usec", - "Savage" - ], - "Interaction": "PaperGesture" - } - }, - "67585bf5428877c04c038ee3": { - "_id": "67585bf5428877c04c038ee3", - "_name": "TargetBear", - "_parent": "67373f330eca6e03ab0d5394", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "", - "rcid": "TargetBear" - } - } - }, - "670d1a2be002387b8802950e": { - "_id": "670d1a2be002387b8802950e", - "_name": "zombie_top_wild_hoody_victory", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_hoody_victory", - "Name": "zombie_top_wild_hoody_victory", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_hoody_victory", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_hoody_victory.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "654a2bc5ee6e547e9f6238e7": { - "_id": "654a2bc5ee6e547e9f6238e7", - "_name": "Pants_BOSS_Kolontai", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Zryachi", - "Name": "Pants_BOSS_Zryachi", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Zryachi", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_kolontai.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "5e9dcadd86f7743e20652f23": { - "_id": "5e9dcadd86f7743e20652f23", - "_name": "usec_lower_DeepRecon", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_deeprecon.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "675697fad588566bce0da766": { - "_id": "675697fad588566bce0da766", - "_name": "usec_lower_special_ops", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_special_ops.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "6436b8d00a69698d1b04a0a1": { - "_id": "6436b8d00a69698d1b04a0a1", - "_name": "Hands_RT_1", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_RT_1", - "Name": "Hands_RT_1", - "ProfileVersions": [], - "ShortName": "Hands_RT_1", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_arena_rt_1/hands_arena_rt_1.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0773, - "y": -0.01012, - "z": 0.0356 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 8.774, - "y": 3.181, - "z": -3.608 - } - } - }, - "6572eafead200ced8e0f051a": { - "_id": "6572eafead200ced8e0f051a", - "_name": "bear_hands_ops_windshirt", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_ops_windshirt/hands_bear_ops_windshirt.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.06555, - "y": -0.00138, - "z": 0.03884 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -3.654, - "y": 3.013, - "z": 2.66 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5d1f5b0686f7743f8362bcde": { - "_id": "5d1f5b0686f7743f8362bcde", - "_name": "usec_hands_aggressor", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_aggressor_parka/hands_usec_aggressor_parka.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5d1f5b4886f7744bce0ee9f3": { - "_id": "5d1f5b4886f7744bce0ee9f3", - "_name": "usec_hands_pcsmulticam", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_pcsshirt/hands_usec_pcsshirt.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "6574aa9a1b144de18c0fba45": { - "_id": "6574aa9a1b144de18c0fba45", - "_name": "bear_head_eug", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "BearHead1", - "Name": "BearHead1", - "ProfileVersions": [], - "ShortName": "BearHead1", - "Side": [ - "Bear" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_head_eug.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc084dd14c02e000b0550a3" - }, - "63a8a446dd384f7e8d716f9d": { - "_id": "63a8a446dd384f7e8d716f9d", - "_name": "usec_kit_lower_carinthia_softshell", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "637ba17aa10a96c2b605dbc2" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5df8e72186f7741263108806": { - "_id": "5df8e72186f7741263108806", - "_name": "bear_kit_lower_oldschool", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Feet": "5df89f8f86f77412672a1e38" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "66bcd461b544479add01acc6": { - "_id": "66bcd461b544479add01acc6", - "_name": "usec_kit_lower_raider", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Feet": "66acc8f719271bd6d00dec0b" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "6658a05f146af22739040fbd": { - "_id": "6658a05f146af22739040fbd", - "_name": "bear_red_team_upper_2", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_red_team_upper_2", - "Name": "bear_red_team_upper_2", - "ProfileVersions": [], - "ShortName": "bear_red_team_upper_2", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "642ed297ac11c9eaf10d87e8", - "Hands": "6436d9ec6c06444bf7033a4e" - } - }, - "6353fec227f75f803206e60a": { - "_id": "6353fec227f75f803206e60a", - "_name": "BossTagilla", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossTagilla", - "Name": "BossTagilla", - "ProfileVersions": [], - "ShortName": "BossTagilla", - "Side": [ - "Savage" - ], - "Prefab": "BossTagilla" - }, - "_proto": "5fc50bddb4965a7a2f48c5af" - }, - "657c2eac0f47e02d4b377308": { - "_id": "657c2eac0f47e02d4b377308", - "_name": "Boss_Kaban", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Boss_Kaban", - "Name": "Boss_Kaban", - "ProfileVersions": [], - "ShortName": "Boss_Kaban", - "Side": [ - "Savage" - ], - "Prefab": "Boss_Kaban" - } - }, - "5fc613c80b735e7b024c76e2": { - "_id": "5fc613c80b735e7b024c76e2", - "_name": "Scav_1", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Scav_1", - "Name": "Scav_1", - "ProfileVersions": [], - "ShortName": "Scav_1", - "Side": [ - "Savage" - ], - "Prefab": "Scav_1" - } - }, - "5fc614290b735e7b024c76e5": { - "_id": "5fc614290b735e7b024c76e5", - "_name": "Scav_4", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Scav_4", - "Name": "Scav_4", - "ProfileVersions": [], - "ShortName": "Scav_4", - "Side": [ - "Savage" - ], - "Prefab": "Scav_4" - } - }, - "66a8ce418ea1637a3c1b2044": { - "_id": "66a8ce418ea1637a3c1b2044", - "_name": "Boss_Partizan", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Boss_Partizan", - "Name": "Boss_Partizan", - "ProfileVersions": [], - "ShortName": "Boss_Partizan", - "Side": [ - "Savage" - ], - "Prefab": "Boss_Partizan" - } - }, - "675184a9490b32072c06f1a7": { - "_id": "675184a9490b32072c06f1a7", - "_name": "AllRightGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "AllRightGesture", - "Name": "AllRightGesture", - "ProfileVersions": [], - "ShortName": "AllRightGesture", - "Side": [ - "Usec", - "Bear", - "Savage" - ], - "Interaction": "AllRightGesture" - } - }, - "67604a890aa8253ebe05fd06": { - "_id": "67604a890aa8253ebe05fd06", - "_name": "BoxingMannequinPose", - "_parent": "675ff48ce8d2356707079617", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "MannequinPoseName": "boxing" - } - }, - "67adafa1e6a915f9fd050f66": { - "_id": "67adafa1e6a915f9fd050f66", - "_name": "LabyrinthWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_labyrinth.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "66aa5bba10d2d4006a3c4a84": { - "_id": "66aa5bba10d2d4006a3c4a84", - "_name": "Pants_Boss_Partizan", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_Boss_Partizan", - "Name": "Pants_Boss_Partizan", - "ProfileVersions": [], - "ShortName": "Pants_Boss_Partizan", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_partizan.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "66043d7ac8949a435906e434": { - "_id": "66043d7ac8949a435906e434", - "_name": "bear_lower_Windshirt_tan", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_ops_windshirt_tan.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "6750707dc1b42fa2ee09aeb6": { - "_id": "6750707dc1b42fa2ee09aeb6", - "_name": "usec_lower_deadly_frog", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_deadly_frog.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "6193be546e5968395b260157": { - "_id": "6193be546e5968395b260157", - "_name": "wild_feet_bomber", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet_1", - "Name": "wild_feet_1", - "ProfileVersions": [], - "ShortName": "wild_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_bomber.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "5e4bb1d286f77406a313ec59": { - "_id": "5e4bb1d286f77406a313ec59", - "_name": "bear_hands_telnik", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_telnik/hands_bear_telnik.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.074, - "y": -0.00218, - "z": 0.03263 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -1.907593, - "y": -5.286865, - "z": 0.3482491 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5fd75289b1f9ad0f60509d25": { - "_id": "5fd75289b1f9ad0f60509d25", - "_name": "bear_hands_termo", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_termo/hands_bear_termo.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.03812, - "y": 0.00547, - "z": 0.03744 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -12.7442, - "y": -16.46252, - "z": 6.630653 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5fd78519a8c881276c55eae6": { - "_id": "5fd78519a8c881276c55eae6", - "_name": "usec_hands_acu", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_acu/hands_usec_acu.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "675698339fe31e6df7031b28": { - "_id": "675698339fe31e6df7031b28", - "_name": "usec_hands_special_ops", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_special_ops/hands_usec_special_ops.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "675ff2a7e3ee8ffb7e042465": { - "_id": "675ff2a7e3ee8ffb7e042465", - "_name": "usec_hands_winterset", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_winterset/hands_usec_winterset.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.08944, - "y": -0.00172, - "z": -0.0408 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 2.761, - "y": 180, - "z": 3.711 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "628b57d800f171376e7b2634": { - "_id": "628b57d800f171376e7b2634", - "_name": "Head_BOSS_Birdeye", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Head_BOSS_Birdeye", - "Name": "Head_BOSS_Birdeye", - "ProfileVersions": [], - "ShortName": "Head_BOSS_Birdeye", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_birdeye.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "5d1f623886f7743014163027": { - "_id": "5d1f623886f7743014163027", - "_name": "usec_kit_upper_pcsmulticam", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5d1f56ff86f7743f8362bcd7", - "Hands": "5d1f5b4886f7744bce0ee9f3" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5cdea23c7d6c8b04723cf47b": { - "_id": "5cdea23c7d6c8b04723cf47b", - "_name": "SavageUpperSuite1", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite1", - "Name": "SavageUpperSuite1", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite1", - "Side": [ - "Savage" - ], - "Game": [], - "Body": "5cc2e59214c02e000f16684e", - "Hands": "5cc2e68f14c02e28b47de290" - } - }, - "5e4bb08f86f774069619fbbc": { - "_id": "5e4bb08f86f774069619fbbc", - "_name": "bear_kit_upper_telnik", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Body": "5e4bb31586f7740695730568", - "Hands": "5e4bb1d286f77406a313ec59" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "675998aba378f89a3e089b5c": { - "_id": "675998aba378f89a3e089b5c", - "_name": "bear_kit_upper_winterset", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "67599500a378f89a3e089b56", - "Hands": "676014635fa2f21d3c0b9f56" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5fc6144b0b735e7b024c76e7": { - "_id": "5fc6144b0b735e7b024c76e7", - "_name": "Scav_6", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Scav_6", - "Name": "Scav_6", - "ProfileVersions": [], - "ShortName": "Scav_6", - "Side": [ - "Savage" - ], - "Prefab": "Scav_6" - } - }, - "670e2af7565b504d2b09371c": { - "_id": "670e2af7565b504d2b09371c", - "_name": "BossZombieTagilla", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossZombieTagilla", - "Name": "BossZombieTagilla", - "ProfileVersions": [], - "ShortName": "BossZombieTagilla", - "Side": [ - "Savage" - ], - "Prefab": "BossZombieTagilla" - } - }, - "5fc614390b735e7b024c76e6": { - "_id": "5fc614390b735e7b024c76e6", - "_name": "Scav_5", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Scav_5", - "Name": "Scav_5", - "ProfileVersions": [], - "ShortName": "Scav_5", - "Side": [ - "Savage" - ], - "Prefab": "Scav_5" - } - }, - "67adaf8b1230c973bb0433a6": { - "_id": "67adaf8b1230c973bb0433a6", - "_name": "LabyrinthCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_labyrinth.bundle", - "rcid": "" - } - } - }, - "675466a8215930ae4c03ac54": { - "_id": "675466a8215930ae4c03ac54", - "_name": "StreetFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_street.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "675465f0b784110b2702fe0f": { - "_id": "675465f0b784110b2702fe0f", - "_name": "ConcreteFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_concrete.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "675466d57dadca6836092b26": { - "_id": "675466d57dadca6836092b26", - "_name": "WallpaperFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_wallpaper.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "67604ac650dfa9253901a548": { - "_id": "67604ac650dfa9253901a548", - "_name": "MusclesFlexMannequinPose", - "_parent": "675ff48ce8d2356707079617", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "MannequinPoseName": "muscles_flex" - } - }, - "67604ab20aa8253ebe05fd08": { - "_id": "67604ab20aa8253ebe05fd08", - "_name": "SpreadingHandsMannequinPose", - "_parent": "675ff48ce8d2356707079617", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "MannequinPoseName": "spreadinghands" - } - }, - "675467aa81067119a10938cb": { - "_id": "675467aa81067119a10938cb", - "_name": "LoftWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_loft.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "67373f286cadad262309e862": { - "_id": "67373f286cadad262309e862", - "_name": "Light", - "_parent": "67373ef90eca6e03ab0d538c", - "_type": "Node", - "_props": {} - }, - "5d5e7f2a86f77427997cfb80": { - "_id": "5d5e7f2a86f77427997cfb80", - "_name": "Pants_BOSS_Glukhar", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Glukhar", - "Name": "Pants_BOSS_Glukhar", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Glukhar", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_glukhar.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "5e99762586f77466320ff9a9": { - "_id": "5e99762586f77466320ff9a9", - "_name": "Pants_BOSS_Sanitar", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Sanitar", - "Name": "Pants_BOSS_Sanitar", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Sanitar", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_sanitar.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "642d4d8eb6b75d4c89077cf9": { - "_id": "642d4d8eb6b75d4c89077cf9", - "_name": "Pants_BT_2", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BT_2", - "Name": "Pants_BT_2", - "ProfileVersions": [], - "ShortName": "Pants_BT_2", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bt_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d5e7f4986f7746956659f8a": { - "_id": "5d5e7f4986f7746956659f8a", - "_name": "Pants_security_Gorka4", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_security_Gorka4", - "Name": "Pants_security_Gorka4", - "ProfileVersions": [], - "ShortName": "Pants_security_Gorka4", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_security_gorka4.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "617be9e4e02b3b3fa50fa8f2": { - "_id": "617be9e4e02b3b3fa50fa8f2", - "_name": "bear_lower_sumrak", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_sumrak.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "637df25a1e688345e1097bd4": { - "_id": "637df25a1e688345e1097bd4", - "_name": "wild_feet_victory", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet_1", - "Name": "wild_feet_1", - "ProfileVersions": [], - "ShortName": "wild_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_victory.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "65749c1fe32c4e3f7907bf47": { - "_id": "65749c1fe32c4e3f7907bf47", - "_name": "wild_security_feet_bratva_2", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_feet_1", - "Name": "wild_security_feet_1", - "ProfileVersions": [], - "ShortName": "wild_security_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_security_bratva_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "670fa4b08a2b9e2bde05b751": { - "_id": "670fa4b08a2b9e2bde05b751", - "_name": "zombie_pants_boss_tagilla", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_boss_tagilla", - "Name": "zombie_pants_boss_tagilla", - "ProfileVersions": [], - "ShortName": "zombie_pants_boss_tagilla", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_boss_tagilla.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "66ace88c46fb07947008645b": { - "_id": "66ace88c46fb07947008645b", - "_name": "Hands_bear_Phoenix", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_RT_1", - "Name": "Hands_RT_1", - "ProfileVersions": [], - "ShortName": "Hands_RT_1", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_phoenix/hands_bear_phoenix.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0825, - "y": -0.00507, - "z": 0.038 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 2, - "y": 2, - "z": 0 - } - } - }, - "5f5f3fa30bc58666c37e782e": { - "_id": "5f5f3fa30bc58666c37e782e", - "_name": "bear_hands_g99", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_g99/hands_bear_g99.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.03182, - "y": 0.00703, - "z": 0.04526 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -2.424377, - "y": -3.517029, - "z": 0.03220471 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "66043d59333907134309d649": { - "_id": "66043d59333907134309d649", - "_name": "bear_hands_windshirt_black", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_ops_windshirt/hands_bear_ops_windshirt_black.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.06555, - "y": -0.00138, - "z": 0.03884 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -3.654, - "y": 3.013, - "z": 2.66 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "6295e95e2ff06264a71c7c1f": { - "_id": "6295e95e2ff06264a71c7c1f", - "_name": "usec_hands_chameleon_softshell", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_chameleon_softshell/hands_usec_chameleon_softshell.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "66fd4372bd170aa3fb012a56": { - "_id": "66fd4372bd170aa3fb012a56", - "_name": "head_zombie_1", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "head_zombie_1", - "Name": "head_zombie_1", - "ProfileVersions": [], - "ShortName": "head_zombie_1", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/prefabs_zombies/head_zombie_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cc2e4d014c02e000d0115f8": { - "_id": "5cc2e4d014c02e000d0115f8", - "_name": "wild_head_1", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_head_1", - "Name": "wild_head_1", - "ProfileVersions": [], - "ShortName": "wild_head_1", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_head_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d28afe786f774292668618d": { - "_id": "5d28afe786f774292668618d", - "_name": "wild_head_3", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_head_2", - "Name": "wild_head_2", - "ProfileVersions": [], - "ShortName": "wild_head_2", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_head_misha.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "670d17df032591157e0c3538": { - "_id": "670d17df032591157e0c3538", - "_name": "zombie_head_lab_assistant_2", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_lab_assistant_2", - "Name": "zombie_head_lab_assistant_2", - "ProfileVersions": [], - "ShortName": "zombie_head_lab_assistant_2", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_lab_assistant_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1854032591157e0c353a": { - "_id": "670d1854032591157e0c353a", - "_name": "zombie_head_usec_head_2", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_usec_head_2", - "Name": "zombie_head_usec_head_2", - "ProfileVersions": [], - "ShortName": "zombie_head_usec_head_2", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_usec_head_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d18a3b7a8f34fce07fda9": { - "_id": "670d18a3b7a8f34fce07fda9", - "_name": "zombie_head_wild_head_3", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_wild_head_3", - "Name": "zombie_head_wild_head_3", - "ProfileVersions": [], - "ShortName": "zombie_head_wild_head_3", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_head_3.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6658a0ca4de4820934746dd2": { - "_id": "6658a0ca4de4820934746dd2", - "_name": "bear_red_team_lower_2", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_red_team_lower_2", - "Name": "bear_red_team_lower_2", - "ProfileVersions": [], - "ShortName": "bear_red_team_lower_2", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "642ed40af5bdf1c04e01952e" - } - }, - "66589ef5146af22739040fbb": { - "_id": "66589ef5146af22739040fbb", - "_name": "usec_blue_team_lower_3", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "usec_blue_team_lower_3", - "Name": "usec_blue_team_lower_3", - "ProfileVersions": [], - "ShortName": "usec_blue_team_lower_3", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "642d6941ff5ecad7810a8a61" - } - }, - "5df8e79286f7744a122d6836": { - "_id": "5df8e79286f7744a122d6836", - "_name": "scav_kit_lower_sklon", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite2", - "Name": "SavageLowerSuite2", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite2", - "Side": [ - "Savage" - ], - "Game": [], - "Feet": "5df8a15186f77412640e2e6a" - }, - "_proto": "5cdea30c7d6c8b04737c2d15" - }, - "675fd6dc7a57e0b2a00e340a": { - "_id": "675fd6dc7a57e0b2a00e340a", - "_name": "usec_kit_upper_winterset", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "usec_kit_upper_winterset", - "Name": "usec_kit_upper_winterset", - "ProfileVersions": [], - "ShortName": "usec_kit_upper_winterset", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "675fd6897a57e0b2a00e3405", - "Hands": "675ff2a7e3ee8ffb7e042465" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "6353fe74a644ca0c510d1dd6": { - "_id": "6353fe74a644ca0c510d1dd6", - "_name": "BossKnight", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossKnight", - "Name": "BossKnight", - "ProfileVersions": [], - "ShortName": "BossKnight", - "Side": [ - "Savage" - ], - "Prefab": "BossKnight" - }, - "_proto": "5fc50bddb4965a7a2f48c5af" - }, - "6284d67f8e4092597733b7a4": { - "_id": "6284d67f8e4092597733b7a4", - "_name": "Bear_1_Eng", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Bear_1_Eng", - "Name": "Bear_1_Eng", - "ProfileVersions": [], - "ShortName": "Bear_1_Eng", - "Side": [ - "Bear" - ], - "Prefab": "Bear_1_Eng" - } - }, - "674dbf593bee1152d407f005": { - "_id": "674dbf593bee1152d407f005", - "_name": "dogtag_prestige_1", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "dogtag_prestige_1", - "Name": "dogtag_prestige_1", - "ProfileVersions": [], - "ShortName": "dogtag_prestige_1", - "Side": [ - "Bear", - "Usec" - ], - "BearTemplateId": "675dc9d37ae1a8792107ca96", - "UsecTemplateId": "6764207f2fa5e32733055c4a" - } - }, - "675dcfea7ae1a8792107ca99": { - "_id": "675dcfea7ae1a8792107ca99", - "_name": "dogtag_prestige_2", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "dogtag_prestige_2", - "Name": "dogtag_prestige_2", - "ProfileVersions": [], - "ShortName": "dogtag_prestige_2", - "Side": [ - "Bear", - "Usec" - ], - "BearTemplateId": "675dcb0545b1a2d108011b2b", - "UsecTemplateId": "6764202ae307804338014c1a" - } - }, - "6758501933627edb710b058c": { - "_id": "6758501933627edb710b058c", - "_name": "FactoryEnvironmentUI", - "_parent": "67584ea0ff58ff0e7909e435", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "FactoryEnvironmentUI", - "Name": "FactoryEnvironmentUI", - "ProfileVersions": [], - "ShortName": "FactoryEnvironmentUI", - "Side": [ - "Savage", - "Bear", - "Usec" - ], - "EnvironmentUIType": "FactoryEnvironmentUiType" - } - }, - "675850678b8204ec0001936c": { - "_id": "675850678b8204ec0001936c", - "_name": "WoodEnvironmentUI", - "_parent": "67584ea0ff58ff0e7909e435", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "WoodEnvironmentUI", - "Name": "WoodEnvironmentUI", - "ProfileVersions": [], - "ShortName": "WoodEnvironmentUI", - "Side": [ - "Savage", - "Usec", - "Bear" - ], - "EnvironmentUIType": "WoodEnvironmentUiType" - } - }, - "67519adaba5968fd800a01f0": { - "_id": "67519adaba5968fd800a01f0", - "_name": "NoGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "NoGesture", - "Name": "NoGesture", - "ProfileVersions": [], - "ShortName": "NoGesture", - "Side": [ - "Usec", - "Bear", - "Savage" - ], - "Interaction": "NoGesture" - } - }, - "67519b33490b32072c06f1c4": { - "_id": "67519b33490b32072c06f1c4", - "_name": "HoldGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "HoldGesture", - "Name": "HoldGesture", - "ProfileVersions": [], - "ShortName": "HoldGesture", - "Side": [ - "Usec", - "Bear", - "Savage" - ], - "Interaction": "HoldGesture" - } - }, - "67519b77a34a61ba7f053e67": { - "_id": "67519b77a34a61ba7f053e67", - "_name": "GetOffGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "GetOffGesture", - "Name": "GetOffGesture", - "ProfileVersions": [], - "ShortName": "GetOffGesture", - "Side": [ - "Bear", - "Usec", - "Savage" - ], - "Interaction": "GetOffGesture" - } - }, - "675468cb43b934b1a7089ad7": { - "_id": "675468cb43b934b1a7089ad7", - "_name": "StuccoCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_stucco.bundle", - "rcid": "" - } - } - }, - "6754666c76e1f2b24c0cc956": { - "_id": "6754666c76e1f2b24c0cc956", - "_name": "LoftFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_loft.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "675466ea8b3797a0e8038bd2": { - "_id": "675466ea8b3797a0e8038bd2", - "_name": "WoodPlaneFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_woodplane.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "5cd943b21388ce03a44dc2a2": { - "_id": "5cd943b21388ce03a44dc2a2", - "_name": "Suits", - "_parent": "5cbdb4a2e2b501000d352ae2", - "_type": "Node", - "_props": { - "AvailableAsDefault": false, - "Game": [] - } - }, - "675994c9f7adb892bd080766": { - "_id": "675994c9f7adb892bd080766", - "_name": "bear_lower_winterset", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_winterset.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "66bf69195d6942454668fd5d": { - "_id": "66bf69195d6942454668fd5d", - "_name": "pants_wild_ment_specnaz_kamysh_g", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "pants_wild_ment_specnaz_kamysh_g", - "Name": "pants_wild_ment_specnaz_kamysh_g", - "ProfileVersions": [], - "ShortName": "pants_wild_ment_specnaz_kamysh_g", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_ment_specnaz_kamysh_g.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "642e71620a69698d1b049f0a" - }, "5f5e410c6bdad616ad46d60b": { "_id": "5f5e410c6bdad616ad46d60b", "_name": "wild_feet_sweatpants", @@ -11252,1529 +2143,24 @@ }, "_proto": "5cde9fb87d6c8b0474535da9" }, - "64368d69ac11c9eaf10d890e": { - "_id": "64368d69ac11c9eaf10d890e", - "_name": "Hands_BT_2", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_BT_2", - "Name": "Hands_BT_2", - "ProfileVersions": [], - "ShortName": "Hands_BT_2", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_arena_bt_2/hands_arena_bt_2.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0376, - "y": 0.00526, - "z": 0.03789 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": -12.49942, - "y": -11.33493, - "z": 1.457913 - } - } - }, - "6436d9ec6c06444bf7033a4e": { - "_id": "6436d9ec6c06444bf7033a4e", - "_name": "Hands_RT_2", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_RT_2", - "Name": "Hands_RT_2", - "ProfileVersions": [], - "ShortName": "Hands_RT_2", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_arena_rt_2/hands_arena_rt_2.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.05162, - "y": -4.0e-5, - "z": 0.04084 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -5.491, - "y": 0.501, - "z": 0 - } - } - }, - "5cc2e68f14c02e28b47de290": { - "_id": "5cc2e68f14c02e28b47de290", - "_name": "SavageHands1", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/wild/wild_body_1_firsthands.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "618cf9540a5a59657e5f5677": { - "_id": "618cf9540a5a59657e5f5677", - "_name": "SavageHands_bomber", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_bomber/hands_wild_bomber.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "6393082c1c8f182ad90c8961": { - "_id": "6393082c1c8f182ad90c8961", - "_name": "usec_hands_carinthia_softshell", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_carinthia_softshell/hands_usec_carinthia_softshell.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.05244, - "y": -0.01385, - "z": -0.043 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 168.419, - "y": 7.066986, - "z": -1.380981 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5e9da2a786f774054c19ac94": { - "_id": "5e9da2a786f774054c19ac94", - "_name": "usec_hands_hoody", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_hoody/hands_usec_hoody.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5e4bb1fe86f774069342dec8": { - "_id": "5e4bb1fe86f774069342dec8", - "_name": "usec_hands_tier2", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_tier2/hands_usec_tier2.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "670d18320fe9098f0c054644": { - "_id": "670d18320fe9098f0c054644", - "_name": "zombie_head_bear_slava", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_bear_slava", - "Name": "zombie_head_bear_slava", - "ProfileVersions": [], - "ShortName": "zombie_head_bear_slava", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_bear_slava.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cc085e214c02e000c6bea67": { - "_id": "5cc085e214c02e000c6bea67", - "_name": "Head", - "_parent": "5cd943c31388ce000a659df5", - "_type": "Node", - "_props": { - "AvailableAsDefault": false, - "Description": "Head", - "Name": "Head", - "ProfileVersions": [], - "ShortName": "Head", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_head.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cdea20c7d6c8b0474535dab": { - "_id": "5cdea20c7d6c8b0474535dab", - "_name": "SavageLowerSuite1", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite1", - "Name": "SavageLowerSuite1", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite1", - "Side": [ - "Savage" - ], - "Game": [], - "Feet": "5cc2e5d014c02e15d53d9c03" - } - }, - "5df8e75786f7745c67099df4": { - "_id": "5df8e75786f7745c67099df4", - "_name": "usec_kit_lower_tier2", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5df8a08886f7740bfe6df775" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f647586f7744bcb0adfb0": { - "_id": "5d1f647586f7744bcb0adfb0", - "_name": "bear_kit_lower_striker", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5d1f58ab86f7743014162042" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5e4bb6d786f77406975c9364": { - "_id": "5e4bb6d786f77406975c9364", - "_name": "bear_kit_lower_combat", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5e4bb39386f774067f79de05" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "61a49f549128666d8302b5f1": { - "_id": "61a49f549128666d8302b5f1", - "_name": "SavageKitUpperYellowcoat", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite1", - "Name": "SavageUpperSuite1", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite1", - "Side": [ - "Savage" - ], - "Game": [ - "arena" - ], - "Body": "618d1af10a5a59657e5f56f3", - "Hands": "6197aca964ae5436d76c1f98" - }, - "_proto": "5cdea23c7d6c8b04723cf47b" - }, - "6038b24cd6505c1ec64a44a0": { - "_id": "6038b24cd6505c1ec64a44a0", - "_name": "usec_kit_upper_beltstaff", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "6033a35f80ae5e2f970ba6bb", - "Hands": "6034d33392ec1c31037959dc" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5f5f46086760b4138443b358": { - "_id": "5f5f46086760b4138443b358", - "_name": "usec_kit_upper_NightPatrol", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Body": "5f5e4075df4f3100376a8138", - "Hands": "5f5f3fc66bdad616ad46d62f" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "619bf75264927e572d0d5853": { - "_id": "619bf75264927e572d0d5853", - "_name": "bear_kit_upper_sumrak", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "617bca4b4013b06b0b78df2a", - "Hands": "618aeee10a5a59657e5f55ed" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "657f8e9824d2053bb360b51d": { - "_id": "657f8e9824d2053bb360b51d", - "_name": "usec_kit_upper_velocity", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "6571cb0923aa6d72760a7f8f", - "Hands": "657316a92dba425ccc0141a4" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5e4bb8e686f77406796b7ba2": { - "_id": "5e4bb8e686f77406796b7ba2", - "_name": "SavageUpperRussia1", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite1", - "Name": "SavageUpperSuite1", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite1", - "Side": [ - "Savage" - ], - "Game": [], - "Body": "5e4bb3ee86f77406975c934e", - "Hands": "5e4bb49586f77406a313ec5a" - }, - "_proto": "5cdea23c7d6c8b04723cf47b" - }, - "5e4bb5e486f77406796b7b9e": { - "_id": "5e4bb5e486f77406796b7b9e", - "_name": "usec_kit_upper_tier_2", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "5e4bb35286f77406a511c9bc", - "Hands": "5e4bb1fe86f774069342dec8" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "66589eb63733207cb6677dc5": { - "_id": "66589eb63733207cb6677dc5", - "_name": "usec_blue_team_upper_3", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "usec_blue_team_upper_3", - "Name": "usec_blue_team_upper_3", - "ProfileVersions": [], - "ShortName": "usec_blue_team_upper_3", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "642d9bbf6c06444bf7033855", - "Hands": "6436a4c2b6b75d4c89077fbd" - } - }, - "5d1f60ca86f7743014163025": { - "_id": "5d1f60ca86f7743014163025", - "_name": "bear_kit_upper_ghostmarksman", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5d1f567786f7744bcc04874f", - "Hands": "5d1f5ac086f7744bcd1345a0" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "675467bb5b7ebafefd0ebc2e": { - "_id": "675467bb5b7ebafefd0ebc2e", - "_name": "OrangeWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_orange.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "673b3f595bf6b605c90fcdc2": { - "_id": "673b3f595bf6b605c90fcdc2", - "_name": "Ceiling", - "_parent": "67373ef90eca6e03ab0d538c", - "_type": "Node", - "_props": { - "AssetPath": { - "path": "", - "rcid": "" - } - } - }, - "66acebd4ede86671bb09584b": { - "_id": "66acebd4ede86671bb09584b", - "_name": "Pants_Bear_Phoenix", + "637df25a1e688345e1097bd4": { + "_id": "637df25a1e688345e1097bd4", + "_name": "wild_feet_victory", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Pants_RT_1", - "Name": "Pants_RT_1", + "Description": "wild_feet_1", + "Name": "wild_feet_1", "ProfileVersions": [], - "ShortName": "Pants_RT_1", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_phoenix.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d5e7f8986f7742798716582": { - "_id": "5d5e7f8986f7742798716582", - "_name": "Pants_security_Flora", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_security_Flora", - "Name": "Pants_security_Flora", - "ProfileVersions": [], - "ShortName": "Pants_security_Flora", + "ShortName": "wild_feet_1", "Side": [ "Savage" ], "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_security_flora.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "66043cf87502eca33a08cad2": { - "_id": "66043cf87502eca33a08cad2", - "_name": "bear_lower_srvv_surpat", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_srvv_surpat.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "5d1f591186f7744bcc048755": { - "_id": "5d1f591186f7744bcc048755", - "_name": "usec_lower_gen2khyber", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_gen2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "670d18e2e002387b88029112": { - "_id": "670d18e2e002387b88029112", - "_name": "zombie_pants_civ_classic", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_civ_classic", - "Name": "zombie_pants_civ_classic", - "ProfileVersions": [], - "ShortName": "zombie_pants_civ_classic", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_civ_classic.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "64ac23c449d74fd5ec0a124e": { - "_id": "64ac23c449d74fd5ec0a124e", - "_name": "SavageHands_feldparka", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_feldparka/hands_wild_feldparka.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "5cde96047d6c8b20b577f016": { - "_id": "5cde96047d6c8b20b577f016", - "_name": "DefaultUsecHead", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "DefaultUsecHead", - "Name": "DefaultUsecHead", - "ProfileVersions": [], - "ShortName": "DefaultUsecHead", - "Side": [ - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "62875ad50828252c7a28b95c": { - "_id": "62875ad50828252c7a28b95c", - "_name": "Head_BOSS_Blackknight", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Head_BOSS_Blackknight", - "Name": "Head_BOSS_Blackknight", - "ProfileVersions": [], - "ShortName": "Head_BOSS_Blackknight", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_blackknight.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "5fdb50bb2b730a787b3f78cf": { - "_id": "5fdb50bb2b730a787b3f78cf", - "_name": "bear_head_1", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "BearHead1", - "Name": "BearHead1", - "ProfileVersions": [], - "ShortName": "BearHead1", - "Side": [ - "Bear" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_head_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc084dd14c02e000b0550a3" - }, - "5cc0869814c02e000a4cad94": { - "_id": "5cc0869814c02e000a4cad94", - "_name": "Feet", - "_parent": "5cd943c31388ce000a659df5", - "_type": "Node", - "_props": { - "AvailableAsDefault": false, - "Description": "Feet", - "Name": "Feet", - "ProfileVersions": [], - "ShortName": "Feet", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_feet.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cdea3f87d6c8b647a3769b2": { - "_id": "5cdea3f87d6c8b647a3769b2", - "_name": "KillaLowerSuite", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "KillaLowerSuite", - "Name": "KillaLowerSuite", - "ProfileVersions": [], - "ShortName": "KillaLowerSuite", - "Side": [ - "Savage" - ], - "Game": [], - "Feet": "5cdea3c47d6c8b0475341734" - } - }, - "5fcf9477fe40296c1d5fd7c8": { - "_id": "5fcf9477fe40296c1d5fd7c8", - "_name": "usec_kit_lower_tier3", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5fcf940bce1ba36a513bb9cc" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "619b99d2d8ed4b751d2606c1": { - "_id": "619b99d2d8ed4b751d2606c1", - "_name": "usec_kit_lower_cereum", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "617c02e24013b06b0b78df80" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f649886f7744bce0ef70d": { - "_id": "5d1f649886f7744bce0ef70d", - "_name": "usec_kit_lower_tacres", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5d1f593286f7743014162044" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "619bf78a64927e572d0d5855": { - "_id": "619bf78a64927e572d0d5855", - "_name": "usec_kit_upper_cereum", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "618109c96d7ca35d076b3363", - "Hands": "618d1a5574bb2d036a049ea9" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5f5f45df0bc58666c37e7832": { - "_id": "5f5f45df0bc58666c37e7832", - "_name": "bear_kit_upper_g99", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Body": "5f5e401747344c2e4f6c42c5", - "Hands": "5f5f3fa30bc58666c37e782e" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "63a8a3f5dd384f7e8d716f9b": { - "_id": "63a8a3f5dd384f7e8d716f9b", - "_name": "usec_kit_upper_carinthia_softshell", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "637b945722e2a933ed0e33c8", - "Hands": "6393082c1c8f182ad90c8961" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "67603ea391ec8cab9406faa4": { - "_id": "67603ea391ec8cab9406faa4", - "_name": "pmc_snowman", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "pmc_snowman", - "Name": "pmc_snowman", - "ProfileVersions": [], - "ShortName": "pmc_snowman", - "Side": [ - "Bear", - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "675844f8a31925671c000af6", - "Hands": "675845ecb96fa6b76c075a39" - } - }, - "6284d6948e4092597733b7a5": { - "_id": "6284d6948e4092597733b7a5", - "_name": "Bear_2_Eng", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Bear_2_Eng", - "Name": "Bear_2_Eng", - "ProfileVersions": [], - "ShortName": "Bear_2_Eng", - "Side": [ - "Bear" - ], - "Prefab": "Bear_2_Eng" - } - }, - "6353fe04f0de2294830a0dbe": { - "_id": "6353fe04f0de2294830a0dbe", - "_name": "BossBigPipe", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossBigPipe", - "Name": "BossBigPipe", - "ProfileVersions": [], - "ShortName": "BossBigPipe", - "Side": [ - "Savage" - ], - "Prefab": "BossBigPipe" - }, - "_proto": "5fc50bddb4965a7a2f48c5af" - }, - "5fc1221a95572123ae7384a2": { - "_id": "5fc1221a95572123ae7384a2", - "_name": "Bear_1", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Bear_1", - "Name": "Bear_1", - "ProfileVersions": [], - "ShortName": "Bear_1", - "Side": [ - "Bear" - ], - "Prefab": "Bear_1" - } - }, - "675843aef98f37560b029094": { - "_id": "675843aef98f37560b029094", - "_name": "KindergartenCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_kindergarten.bundle", - "rcid": "" - } - } - }, - "675844580ec1f5ab030c8ff6": { - "_id": "675844580ec1f5ab030c8ff6", - "_name": "KindergartenFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_kindergarten.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "628771f70828252c7a28b961": { - "_id": "628771f70828252c7a28b961", - "_name": "Pants_BOSS_Blackknight", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Blackknight", - "Name": "Pants_BOSS_Blackknight", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Blackknight", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_blackknight.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "5d1f58bd86f7744bce0ee9ef": { - "_id": "5d1f58bd86f7744bce0ee9ef", - "_name": "bear_lower_gorkasso", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_gorkasso.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "65707a89f5a6f1412f0c5f7b": { - "_id": "65707a89f5a6f1412f0c5f7b", - "_name": "bear_lower_ops_windshirt", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_ops_windshirt.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "5fb535cf1c69e5198e234126": { - "_id": "5fb535cf1c69e5198e234126", - "_name": "pants_cultist_02", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "pants_cultist_02", - "Name": "pants_cultist_02", - "ProfileVersions": [], - "ShortName": "pants_cultist_02", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_cultist_02.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e5d014c02e15d53d9c03" - }, - "66acc8f719271bd6d00dec0b": { - "_id": "66acc8f719271bd6d00dec0b", - "_name": "pants_usec_raider", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_raider.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "5d1f590486f7744bcd13459e": { - "_id": "5d1f590486f7744bcd13459e", - "_name": "usec_lower_jeansranger", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_jeans01.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "65749c05e0423b9ebe0c79c7": { - "_id": "65749c05e0423b9ebe0c79c7", - "_name": "wild_security_feet_bratva_1", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_security_feet_1", - "Name": "wild_security_feet_1", - "ProfileVersions": [], - "ShortName": "wild_security_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_security_bratva_1.bundle", + "path": "assets/content/characters/character/prefabs/pants_wild_victory.bundle", "rcid": "" }, "WatchPosition": { @@ -12794,24 +2180,24 @@ }, "_proto": "5cde9fb87d6c8b0474535da9" }, - "670fb704b9e6567c8102cf08": { - "_id": "670fb704b9e6567c8102cf08", - "_name": "zombie_pants_bear_retar", + "67ab0b27755a9402da00119d": { + "_id": "67ab0b27755a9402da00119d", + "_name": "Pants_bear_Phoenix_arena_bp_03", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "zombie_pants_bear_retar", - "Name": "zombie_pants_bear_retar", + "Description": "Pants_RT_1", + "Name": "Pants_RT_1", "ProfileVersions": [], - "ShortName": "zombie_pants_bear_retar", + "ShortName": "Pants_RT_1", "Side": [ - "Savage" + "Bear" ], "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_bear_retar.bundle", + "path": "assets/content/characters/character/prefabs/pants_bear_phoenix_arena_bp_03.bundle", "rcid": "" }, "WatchPosition": { @@ -12866,799 +2252,9 @@ } } }, - "6437ef59881906a7fe086aae": { - "_id": "6437ef59881906a7fe086aae", - "_name": "Hands_RT_3", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_RT_3", - "Name": "Hands_RT_3", - "ProfileVersions": [], - "ShortName": "Hands_RT_3", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_arena_rt_3/hands_rt_3.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.05124, - "y": -0.0142, - "z": 0.04232 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 12.477, - "y": 2.481, - "z": -0.737 - } - } - }, - "5df8ead786f774530571b14b": { - "_id": "5df8ead786f774530571b14b", - "_name": "SavageHands_killa", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/wild/hands_boss_killa.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "618d1a5574bb2d036a049ea9": { - "_id": "618d1a5574bb2d036a049ea9", - "_name": "usec_hands_cereum", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_cereum/hands_usec_cereum.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0805, - "y": -0.00675, - "z": -0.04166 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 4.175096, - "y": -172.2915, - "z": -178.331 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5d28b01486f77429242fc898": { - "_id": "5d28b01486f77429242fc898", - "_name": "Wild_Dealmaker_head", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Wild_Dealmaker_head", - "Name": "Wild_Dealmaker_head", - "ProfileVersions": [], - "ShortName": "Wild_Dealmaker_head", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_dealmaker_head.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "675070a550f7ea9dc604afc7": { - "_id": "675070a550f7ea9dc604afc7", - "_name": "usec_kit_lower_deadly_frog", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "6750707dc1b42fa2ee09aeb6" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "675697337a69ab97c30a09f8": { - "_id": "675697337a69ab97c30a09f8", - "_name": "bear_kit_lower_instructor", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "6756960dbe1cb7ec47002236" - } - }, - "5f5f65180bc58666c37e784a": { - "_id": "5f5f65180bc58666c37e784a", - "_name": "scav_kit_lower_Wasatch", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite2", - "Name": "SavageLowerSuite2", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite2", - "Side": [ - "Savage" - ], - "Game": [ - "arena" - ], - "Feet": "5f5e41366760b4138443b343" - }, - "_proto": "5cdea30c7d6c8b04737c2d15" - }, - "5e9dcb9c86f7743e20652f25": { - "_id": "5e9dcb9c86f7743e20652f25", - "_name": "usec_kit_upper_hoody", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Body": "5e9da17386f774054b6f79a3", - "Hands": "5e9da2a786f774054c19ac94" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "66043a697502eca33a08cace": { - "_id": "66043a697502eca33a08cace", - "_name": "usec_kit_upper_velocity_multicam", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Body": "660437e57502eca33a08caca", - "Hands": "660438077502eca33a08cacc" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "5fc614f40b735e7b024c76e9": { - "_id": "5fc614f40b735e7b024c76e9", - "_name": "Usec_2", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Usec_2", - "Name": "Usec_2", - "ProfileVersions": [], - "ShortName": "Usec_2", - "Side": [ - "Usec" - ], - "Prefab": "Usec_2" - } - }, - "6284d6ab8e4092597733b7a7": { - "_id": "6284d6ab8e4092597733b7a7", - "_name": "Usec_5", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Usec_5", - "Name": "Usec_5", - "ProfileVersions": [], - "ShortName": "Usec_5", - "Side": [ - "Usec" - ], - "Prefab": "Usec_5" - } - }, - "5fc614130b735e7b024c76e4": { - "_id": "5fc614130b735e7b024c76e4", - "_name": "Scav_3", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Scav_3", - "Name": "Scav_3", - "ProfileVersions": [], - "ShortName": "Scav_3", - "Side": [ - "Savage" - ], - "Prefab": "Scav_3" - } - }, - "674731d1170146228c0d222a": { - "_id": "674731d1170146228c0d222a", - "_name": "dogtag_usec_default", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "dogtag_usec_default", - "Name": "dogtag_usec_default", - "ProfileVersions": [], - "ShortName": "dogtag_usec_default", - "Side": [ - "Usec" - ], - "BearTemplateId": "", - "UsecTemplateId": "59f32c3b86f77472a31742f0" - } - }, - "67584eda8b8204ec00019362": { - "_id": "67584eda8b8204ec00019362", - "_name": "RandomEnvironmentUI", - "_parent": "67584ea0ff58ff0e7909e435", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "RandomEnvironmentUI", - "Name": "RandomEnvironmentUI", - "ProfileVersions": [], - "ShortName": "RandomEnvironmentUI", - "Side": [ - "Bear", - "Usec" - ], - "EnvironmentUIType": "RandomEnvironmentUiType" - } - }, - "675468a924c9a7ccb509d633": { - "_id": "675468a924c9a7ccb509d633", - "_name": "PrestigeCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_prestige.bundle", - "rcid": "" - } - } - }, - "67adaf95cd47a1ad3f014bc6": { - "_id": "67adaf95cd47a1ad3f014bc6", - "_name": "LabyrinthFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_labyrinth.bundle", - "rcid": "" - }, - "HideGarbage": true - } - }, - "67604abb8491fd0a830f3578": { - "_id": "67604abb8491fd0a830f3578", - "_name": "GopnikMannequinPose", - "_parent": "675ff48ce8d2356707079617", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "MannequinPoseName": "gopnik" - } - }, - "67604aa550dfa9253901a546": { - "_id": "67604aa550dfa9253901a546", - "_name": "Fingerguns2MannequinPose", - "_parent": "675ff48ce8d2356707079617", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "MannequinPoseName": "fingerguns2" - } - }, - "6756d0f97c4045d8c708a4ec": { - "_id": "6756d0f97c4045d8c708a4ec", - "_name": "Pants_BOSS_Killa_Xmass", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Killa_Xmass", - "Name": "Pants_BOSS_Killa_Xmass", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Killa_Xmass", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_killa_xmass.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "6756960dbe1cb7ec47002236": { - "_id": "6756960dbe1cb7ec47002236", - "_name": "bear_lower_instructor", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_instructor.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "67506f51caaa3394b2082166": { - "_id": "67506f51caaa3394b2082166", - "_name": "bear_lower_nord", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_nord.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "6033a3d8ed2e0509b15f9031": { - "_id": "6033a3d8ed2e0509b15f9031", - "_name": "bear_lower_voin", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_voin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "66bf6885952b42739a5f2298": { - "_id": "66bf6885952b42739a5f2298", - "_name": "pants_wild_ment_specnaz_kamysh", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "pants_wild_ment_specnaz_kamysh", - "Name": "pants_wild_ment_specnaz_kamysh", - "ProfileVersions": [], - "ShortName": "pants_wild_ment_specnaz_kamysh", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_ment_specnaz_kamysh.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "642e71620a69698d1b049f0a" - }, - "5d1f58ed86f7744bcb0acd1c": { - "_id": "5d1f58ed86f7744bcb0acd1c", - "_name": "usec_lower_taclifeterrain", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_blackhawk_tac_life.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "6033a430ed2e0509b15f9033": { - "_id": "6033a430ed2e0509b15f9033", - "_name": "wild_feet_scavelite_taclite", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet_scavelite_taclite", - "Name": "wild_feet_scavelite_taclite", - "ProfileVersions": [], - "ShortName": "wild_feet_scavelite_taclite", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_scavelite_taclite.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "670d1907b7a8f34fce07fdab": { - "_id": "670d1907b7a8f34fce07fdab", - "_name": "zombie_pants_civ_slim", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_civ_slim", - "Name": "zombie_pants_civ_slim", - "ProfileVersions": [], - "ShortName": "zombie_pants_civ_slim", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_civ_slim.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "675845ecb96fa6b76c075a39": { - "_id": "675845ecb96fa6b76c075a39", - "_name": "Hands_FW_1", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_FW_1", - "Name": "Hands_FW_1", - "ProfileVersions": [], - "ShortName": "Hands_FW_1", - "Side": [ - "Bear", - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_arena_fw_1/hands_fw_1.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.05124, - "y": -0.0142, - "z": 0.04232 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 12.477, - "y": 2.481, - "z": -0.737 - } - } - }, - "5e4bb49586f77406a313ec5a": { - "_id": "5e4bb49586f77406a313ec5a", - "_name": "SavageHands_russia1", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_russia/hands_wild_russia.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "5d1f5ac086f7744bcd1345a0": { - "_id": "5d1f5ac086f7744bcd1345a0", - "_name": "bear_hands_ghostmarksman", + "5d1f5aa286f7744bca3f0b9c": { + "_id": "5d1f5aa286f7744bca3f0b9c", + "_name": "bear_hands_contractortshirt", "_parent": "5cc086a314c02e000c6bea69", "_type": "Item", "_props": { @@ -13673,59 +2269,22 @@ "BodyPart": "Hands", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/hands/hands_bear_ghostmarksman/hands_bear_ghostmarksman.skin.bundle", + "path": "assets/content/hands/hands_tshirt_bear_black/hands_tshirt_bear_black.skin.bundle", "rcid": "" }, "WatchPosition": { - "x": -0.03921, - "y": 0.00221, - "z": 0.03807 + "x": -0.04744, + "y": 0.00314, + "z": 0.0367 }, "WatchPrefab": { "path": "assets/content/hands/bear/bear_watch.bundle", "rcid": "" }, "WatchRotation": { - "x": -1.730347, - "y": -0.2073975, - "z": 2.133699 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5d1f5aca86f7744bce0ee9f1": { - "_id": "5d1f5aca86f7744bce0ee9f1", - "_name": "bear_hands_summerfield", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_polevoi/hands_bear_polevoi.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.05058, - "y": 0.00288, - "z": 0.03636 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -10.06189, - "y": -2.463654, - "z": 2.506674 + "x": -13.7037, + "y": -0.6851196, + "z": 2.431549 } }, "_proto": "5cc0876314c02e000c6bea6b" @@ -13804,9 +2363,9 @@ }, "_proto": "5cc0876314c02e000c6bea6b" }, - "6654957791883f6c9f0f1f50": { - "_id": "6654957791883f6c9f0f1f50", - "_name": "pmc_hands_cultist", + "5d1f5b3f86f7744bcd1345a2": { + "_id": "5d1f5b3f86f7744bcd1345a2", + "_name": "usec_hands_infiltrator", "_parent": "5cc086a314c02e000c6bea69", "_type": "Item", "_props": { @@ -13816,13 +2375,12 @@ "ProfileVersions": [], "ShortName": "DefaultUsecHands", "Side": [ - "Bear", "Usec" ], "BodyPart": "Hands", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/hands/hands_pmc_cultist/hands_pmc_cultist.skin.bundle", + "path": "assets/content/hands/hands_usec_combatshirt/hands_usec_combatshirt.skin.bundle", "rcid": "" }, "WatchPosition": { @@ -13842,24 +2400,60 @@ }, "_proto": "5cde95fa7d6c8b04737c2d13" }, - "5d28b03e86f7747f7e69ab8a": { - "_id": "5d28b03e86f7747f7e69ab8a", - "_name": "Wild_Killa_head", + "5cc084dd14c02e000b0550a3": { + "_id": "5cc084dd14c02e000b0550a3", + "_name": "DefaultBearHead", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "BearHead1", + "Name": "BearHead1", + "ProfileVersions": [], + "ShortName": "BearHead1", + "Side": [ + "Bear" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_head_0.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "654b5ed58558fd71f97254f4": { + "_id": "654b5ed58558fd71f97254f4", + "_name": "Head_BOSS_Kolontai", "_parent": "5cc085e214c02e000c6bea67", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Wild_Killa_head", - "Name": "Wild_Killa_head", + "Description": "Head_BOSS_Zryachi", + "Name": "Head_BOSS_Zryachi", "ProfileVersions": [], - "ShortName": "Wild_Killa_head", + "ShortName": "Head_BOSS_Zryachi", "Side": [ "Savage" ], "BodyPart": "Head", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_killa.bundle", + "path": "assets/content/characters/character/prefabs/head_boss_kolontai.bundle", "rcid": "" }, "WatchPosition": { @@ -13879,24 +2473,24 @@ }, "_proto": "5cde9ff17d6c8b0474535daa" }, - "5f68c4a7c174a17c0f4c8945": { - "_id": "5f68c4a7c174a17c0f4c8945", - "_name": "wild_head_drozd", + "6764194e4dec6d46f106f9f6": { + "_id": "6764194e4dec6d46f106f9f6", + "_name": "usec_head_Hugh", "_parent": "5cc085e214c02e000c6bea67", "_type": "Item", "_props": { - "AvailableAsDefault": false, - "Description": "wild_head_drozd", - "Name": "wild_head_drozd", + "AvailableAsDefault": true, + "Description": "usec_head_5", + "Name": "usec_head_5", "ProfileVersions": [], - "ShortName": "wild_head_drozd", + "ShortName": "usec_head_5", "Side": [ - "Savage" + "Usec" ], "BodyPart": "Head", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_head_drozd.bundle", + "path": "assets/content/characters/character/prefabs/usec_head_hugh.bundle", "rcid": "" }, "WatchPosition": { @@ -13914,11 +2508,83 @@ "z": 0 } }, - "_proto": "5cde9ff17d6c8b0474535daa" + "_proto": "5cc2e4d014c02e000d0115f8" }, - "5d1f646286f7744bce0ef70a": { - "_id": "5d1f646286f7744bce0ef70a", - "_name": "bear_kit_lower_fsburban", + "5cde9ff17d6c8b0474535daa": { + "_id": "5cde9ff17d6c8b0474535daa", + "_name": "wild_head_2", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_head_2", + "Name": "wild_head_2", + "ProfileVersions": [], + "ShortName": "wild_head_2", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_head_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d18320fe9098f0c054644": { + "_id": "670d18320fe9098f0c054644", + "_name": "zombie_head_bear_slava", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_bear_slava", + "Name": "zombie_head_bear_slava", + "ProfileVersions": [], + "ShortName": "zombie_head_bear_slava", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_bear_slava.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "657f90b67ba4217c5e65b6e7": { + "_id": "657f90b67ba4217c5e65b6e7", + "_name": "bear_kit_lower_windshirt", "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { @@ -13930,14 +2596,54 @@ "Side": [ "Bear" ], + "Game": [ + "arena", + "eft" + ], + "Feet": "65707a89f5a6f1412f0c5f7b" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "675fd71c1c153e52f1050fd6": { + "_id": "675fd71c1c153e52f1050fd6", + "_name": "usec_kit_lower_winterset", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], "Game": [ "eft", "arena" ], - "Feet": "5d1f58cb86f7744bca3f0b9a" + "Feet": "675fd6b2f26b0db5f0060eb6" }, "_proto": "5cd946231388ce000d572fe3" }, + "5cde9e957d6c8b0474535da7": { + "_id": "5cde9e957d6c8b0474535da7", + "_name": "DefaultUsecLowerSuite", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "DefaultUsecLowerSuite", + "Name": "DefaultUsecLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecLowerSuite", + "Side": [ + "Usec" + ], + "Game": [], + "Feet": "5cde95ef7d6c8b04713c4f2d" + } + }, "5fce42bc187e6a2b994b8247": { "_id": "5fce42bc187e6a2b994b8247", "_name": "bear_kit_lower_triarius", @@ -13960,185 +2666,230 @@ }, "_proto": "5cd946231388ce000d572fe3" }, - "66043da77502eca33a08cad4": { - "_id": "66043da77502eca33a08cad4", - "_name": "bear_kit_upper_turtleneck_black", + "6295eeed13119346e55d4523": { + "_id": "6295eeed13119346e55d4523", + "_name": "bear_kit_upper_tactical_long", "_parent": "5cd944ca1388ce03a44dc2a4", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", + "Description": "DefaultBearUpperSuite", + "Name": "DefaultBearUpperSuite", "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", + "ShortName": "DefaultBearUpperSuite", "Side": [ "Bear" ], "Game": [ - "eft" + "eft", + "arena" ], - "Body": "66043cc27502eca33a08cad0", - "Hands": "66043cdcc8949a435906e430" - }, - "_proto": "5cd946231388ce000d572fe3" + "Body": "6295e698e9de5e7b3751c47a", + "Hands": "62961424869a02221651df53" + } }, - "64ef3fa81a5f313cb144bf89": { - "_id": "64ef3fa81a5f313cb144bf89", - "_name": "pmc_kit_blackknight_quest", - "_parent": "5cd944ca1388ce03a44dc2a4", + "6377266693a3b4967208e42b": { + "_id": "6377266693a3b4967208e42b", + "_name": "bear_upper_SpNa", + "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Blackknight_Suite", - "Name": "Blackknight_Suite", + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", "ProfileVersions": [], - "ShortName": "Blackknight_Suite", + "ShortName": "DeafaultBearBody", "Side": [ - "Bear", - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "64ef3efdb63b74469b6c1499", - "Hands": "64ef3f3739e45b527a7c40ae" - } - }, - "657c2ed3cf82c352301b830e": { - "_id": "657c2ed3cf82c352301b830e", - "_name": "Boss_Sturman", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Boss_Sturman", - "Name": "Boss_Sturman", - "ProfileVersions": [], - "ShortName": "Boss_Sturman", - "Side": [ - "Savage" - ], - "Prefab": "Boss_Sturman" - } - }, - "657c2ec38691e049d9662020": { - "_id": "657c2ec38691e049d9662020", - "_name": "Boss_Kollontay", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Boss_Kollontay", - "Name": "Boss_Kollontay", - "ProfileVersions": [], - "ShortName": "Boss_Kollontay", - "Side": [ - "Savage" - ], - "Prefab": "Boss_Kollontay" - } - }, - "668677330ae95580780867c6": { - "_id": "668677330ae95580780867c6", - "_name": "Usec_6", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Usec_6", - "Name": "Usec_6", - "ProfileVersions": [], - "ShortName": "Usec_6", - "Side": [ - "Usec" - ], - "Prefab": "Usec_6" - } - }, - "6754684a24c9a7ccb509d631": { - "_id": "6754684a24c9a7ccb509d631", - "_name": "ConcreteCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", "Bear" ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_concrete.bundle", - "rcid": "" - } - } - }, - "675466bcc6e063d76309c609": { - "_id": "675466bcc6e063d76309c609", - "_name": "TileFloor", - "_parent": "67373f170eca6e03ab0d5391", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_tile.bundle", + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_spna.bundle", "rcid": "" }, - "HideGarbage": false - } + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" }, - "6754661924c9a7ccb509d62d": { - "_id": "6754661924c9a7ccb509d62d", - "_name": "CultistFloor", - "_parent": "67373f170eca6e03ab0d5391", + "66bf66f1fb051905704a22d5": { + "_id": "66bf66f1fb051905704a22d5", + "_name": "top_security_ment_jacket", + "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "", - "Name": "", + "Description": "top_security_ment_jacket", + "Name": "top_security_ment_jacket", "ProfileVersions": [], - "ShortName": "", + "ShortName": "top_security_ment_jacket", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_security_ment_jacket.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "642ed297ac11c9eaf10d87e8" + }, + "5d1f56e486f7744bce0ee9ed": { + "_id": "5d1f56e486f7744bce0ee9ed", + "_name": "usec_upper_flexion", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", "Side": [ - "Bear", "Usec" ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_cultist.bundle", + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_softshell.bundle", "rcid": "" }, - "HideGarbage": false - } + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" }, - "5fb535bd1c69e5198e234125": { - "_id": "5fb535bd1c69e5198e234125", - "_name": "pants_cultist_01", + "5e4bb3ee86f77406975c934e": { + "_id": "5e4bb3ee86f77406975c934e", + "_name": "wild_body_russia1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body_1", + "Name": "wild_body_1", + "ProfileVersions": [], + "ShortName": "wild_body_1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_russia.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "642c19360a69698d1b049e12": { + "_id": "642c19360a69698d1b049e12", + "_name": "Pants_BT_1", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "pants_cultist_01", - "Name": "pants_cultist_01", + "Description": "Pants_BT_1", + "Name": "Pants_BT_1", "ProfileVersions": [], - "ShortName": "pants_cultist_01", + "ShortName": "Pants_BT_1", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bt_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d28b3a186f7747f7e69ab8c": { + "_id": "5d28b3a186f7747f7e69ab8c", + "_name": "Wild_Dealmaker_feet", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Wild_Dealmaker_feet", + "Name": "Wild_Dealmaker_feet", + "ProfileVersions": [], + "ShortName": "Wild_Dealmaker_feet", "Side": [ "Savage" ], "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_cultist_01.bundle", + "path": "assets/content/characters/character/prefabs/wild_dealmaker_feet.bundle", "rcid": "" }, "WatchPosition": { @@ -14156,11 +2907,48 @@ "z": 0 } }, - "_proto": "5cc2e5d014c02e15d53d9c03" + "_proto": "5cde9fb87d6c8b0474535da9" }, - "660436487502eca33a08cac8": { - "_id": "660436487502eca33a08cac8", - "_name": "usec_lower_CryeAC_Alpha_Green", + "5d1f588e86f7744bcc048753": { + "_id": "5d1f588e86f7744bcc048753", + "_name": "bear_lower_summerfield", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_polevoi.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5e9dcadd86f7743e20652f23": { + "_id": "5e9dcadd86f7743e20652f23", + "_name": "usec_lower_DeepRecon", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { @@ -14175,7 +2963,7 @@ "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_cryeac_alpha_green.bundle", + "path": "assets/content/characters/character/prefabs/pants_usec_deeprecon.bundle", "rcid": "" }, "WatchPosition": { @@ -14195,9 +2983,45 @@ }, "_proto": "5cde95ef7d6c8b04713c4f2d" }, - "617c02e24013b06b0b78df80": { - "_id": "617c02e24013b06b0b78df80", - "_name": "usec_lower_cereum", + "670fb78d5ce1f9ca3b04b6c6": { + "_id": "670fb78d5ce1f9ca3b04b6c6", + "_name": "zombie_pants_wild_bomber", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_wild_bomber", + "Name": "zombie_pants_wild_bomber", + "ProfileVersions": [], + "ShortName": "zombie_pants_wild_bomber", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_bomber.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ab1570fe82855dcc0f2aec": { + "_id": "67ab1570fe82855dcc0f2aec", + "_name": "Pants_usec_cereum_arena_bp_03", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { @@ -14212,7 +3036,7 @@ "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_cereum.bundle", + "path": "assets/content/characters/character/prefabs/pants_usec_cereum_arena_bp_03.bundle", "rcid": "" }, "WatchPosition": { @@ -14232,46 +3056,45 @@ }, "_proto": "5cde95ef7d6c8b04713c4f2d" }, - "5d1f592286f7743f8362bcdb": { - "_id": "5d1f592286f7743f8362bcdb", - "_name": "usec_lower_infiltrator", - "_parent": "5cc0869814c02e000a4cad94", + "6437ef59881906a7fe086aae": { + "_id": "6437ef59881906a7fe086aae", + "_name": "Hands_RT_3", + "_parent": "5cc086a314c02e000c6bea69", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", + "Description": "Hands_RT_3", + "Name": "Hands_RT_3", "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", + "ShortName": "Hands_RT_3", "Side": [ - "Usec" + "Bear" ], - "BodyPart": "Feet", + "BodyPart": "Hands", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_cryeprecision.bundle", + "path": "assets/content/hands/hands_arena_rt_3/hands_rt_3.skin.bundle", "rcid": "" }, "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 }, "WatchPrefab": { - "path": "", + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", "rcid": "" }, "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 + "x": 12.477, + "y": 2.481, + "z": -0.737 } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" + } }, - "6197aca964ae5436d76c1f98": { - "_id": "6197aca964ae5436d76c1f98", - "_name": "SavageHands_yellowcoat", + "5cc2e68f14c02e28b47de290": { + "_id": "5cc2e68f14c02e28b47de290", + "_name": "SavageHands1", "_parent": "5cc086a314c02e000c6bea69", "_type": "Item", "_props": { @@ -14286,7 +3109,7 @@ "BodyPart": "Hands", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/hands/hands_wild_yellowcoat/hands_wild_yellowcoat.skin.bundle", + "path": "assets/content/hands/wild/wild_body_1_firsthands.bundle", "rcid": "" }, "WatchPosition": { @@ -14303,175 +3126,100 @@ "y": 0, "z": 0 } - }, - "_proto": "5cc2e68f14c02e28b47de290" + } }, - "675696574737376d69020746": { - "_id": "675696574737376d69020746", - "_name": "bear_hands_instructor", + "67ac81ab5f7251f49d0e9b0d": { + "_id": "67ac81ab5f7251f49d0e9b0d", + "_name": "Hands_BP_2", "_parent": "5cc086a314c02e000c6bea69", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_instructor/hands_bear_instructor.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.05255, - "y": 0.00924, - "z": 0.03802 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -16.016, - "y": -3.656, - "z": 3.794 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "676014635fa2f21d3c0b9f56": { - "_id": "676014635fa2f21d3c0b9f56", - "_name": "bear_hands_winterset", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_winterset/hands_bear_winterset.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0604, - "y": 0.0027, - "z": 0.04455 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -3.289, - "y": 4.146, - "z": 2.857 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "675071099170ae7dd00d4216": { - "_id": "675071099170ae7dd00d4216", - "_name": "usec_hands_deadly_frog", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", + "ShortName": "Hands_FW_1", "Side": [ + "Bear", "Usec" ], "BodyPart": "Hands", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/hands/hands_usec_deadly_frog/hands_usec_deadly_frog.skin.bundle", + "path": "assets/content/hands/hands_arena_bp_2/hands_bp_2.skin.bundle", "rcid": "" }, "WatchPosition": { - "x": -0.0805, - "y": -0.00675, - "z": -0.04166 + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 }, "WatchPrefab": { "path": "", "rcid": "" }, "WatchRotation": { - "x": 4.175096, - "y": -172.2915, - "z": -178.331 + "x": 12.477, + "y": 2.481, + "z": -0.737 } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" + } }, - "5d5e805d86f77439eb4c2d0e": { - "_id": "5d5e805d86f77439eb4c2d0e", - "_name": "Head_BOSS_Glukhar", - "_parent": "5cc085e214c02e000c6bea67", + "67ac8233a6749cd1690ae1db": { + "_id": "67ac8233a6749cd1690ae1db", + "_name": "Hands_BP_4", + "_parent": "5cc086a314c02e000c6bea69", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Head_BOSS_Glukhar", - "Name": "Head_BOSS_Glukhar", + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", "ProfileVersions": [], - "ShortName": "Head_BOSS_Glukhar", + "ShortName": "Hands_FW_1", "Side": [ - "Savage" + "Bear", + "Usec" ], - "BodyPart": "Head", + "BodyPart": "Hands", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_glukhar.bundle", + "path": "assets/content/hands/hands_arena_bp_4/hands_bp_4.skin.bundle", "rcid": "" }, "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 }, "WatchPrefab": { "path": "", "rcid": "" }, "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 + "x": 12.477, + "y": 2.481, + "z": -0.737 } - }, - "_proto": "5cde9ff17d6c8b0474535daa" + } }, - "5d5f8ba486f77431254e7fd2": { - "_id": "5d5f8ba486f77431254e7fd2", - "_name": "Wild_Head_nonMesh", + "6287b0d239d8207cb27d66c7": { + "_id": "6287b0d239d8207cb27d66c7", + "_name": "Head_BOSS_BigPIpe", "_parent": "5cc085e214c02e000c6bea67", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Wild_Head_nonMesh", - "Name": "Wild_Head_nonMesh", + "Description": "Head_BOSS_BigPipe", + "Name": "Head_BOSS_BigPipe", "ProfileVersions": [], - "ShortName": "Wild_Head_nonMesh", + "ShortName": "Head_BOSS_BigPipe", "Side": [ "Savage" ], "BodyPart": "Head", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_head_nonmesh.bundle", + "path": "assets/content/characters/character/prefabs/head_boss_big_pipe.bundle", "rcid": "" }, "WatchPosition": { @@ -14565,6 +3313,80 @@ }, "_proto": "5cc084dd14c02e000b0550a3" }, + "5d28afe786f774292668618d": { + "_id": "5d28afe786f774292668618d", + "_name": "wild_head_3", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_head_2", + "Name": "wild_head_2", + "ProfileVersions": [], + "ShortName": "wild_head_2", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_head_misha.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "5f68c4c217d579077152a252": { + "_id": "5f68c4c217d579077152a252", + "_name": "wild_head_misha", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_head_misha", + "Name": "wild_head_misha", + "ProfileVersions": [], + "ShortName": "wild_head_misha", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_head_misha.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, "65749be133fdc9c0cf06d3c8": { "_id": "65749be133fdc9c0cf06d3c8", "_name": "wild_security_head_den", @@ -14602,6 +3424,4866 @@ }, "_proto": "5cde9ff17d6c8b0474535daa" }, + "670d17f9d2d5ce4514027e83": { + "_id": "670d17f9d2d5ce4514027e83", + "_name": "zombie_head_lab_assistant_3", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_lab_assistant_3", + "Name": "zombie_head_lab_assistant_3", + "ProfileVersions": [], + "ShortName": "zombie_head_lab_assistant_3", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_lab_assistant_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d18b5032591157e0c353e": { + "_id": "670d18b5032591157e0c353e", + "_name": "zombie_head_wild_misha", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_wild_misha", + "Name": "zombie_head_wild_misha", + "ProfileVersions": [], + "ShortName": "zombie_head_wild_misha", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_misha.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5f5f46fa5021ce62144be7bd": { + "_id": "5f5f46fa5021ce62144be7bd", + "_name": "bear_kit_lower_g99", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Feet": "5f5e40400bc58666c37e7819" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f648a86f7744bcd135841": { + "_id": "5d1f648a86f7744bcd135841", + "_name": "usec_kit_lower_infiltrator", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Feet": "5d1f592286f7743f8362bcdb" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "6658a0ca4de4820934746dd2": { + "_id": "6658a0ca4de4820934746dd2", + "_name": "bear_red_team_lower_2", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_red_team_lower_2", + "Name": "bear_red_team_lower_2", + "ProfileVersions": [], + "ShortName": "bear_red_team_lower_2", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "642ed40af5bdf1c04e01952e" + } + }, + "675697337a69ab97c30a09f8": { + "_id": "675697337a69ab97c30a09f8", + "_name": "bear_kit_lower_instructor", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "6756960dbe1cb7ec47002236" + } + }, + "5e4bb6fc86f77406801a74f7": { + "_id": "5e4bb6fc86f77406801a74f7", + "_name": "usec_kit_lower_commando", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5e4bb3b586f77406812bd579" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f649886f7744bce0ef70d": { + "_id": "5d1f649886f7744bce0ef70d", + "_name": "usec_kit_lower_tacres", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5d1f593286f7743014162044" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "67b32bcfc57909356d0b0ff0": { + "_id": "67b32bcfc57909356d0b0ff0", + "_name": "usec_kit_lower_cereum_arena_bp_01", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "67ab1543755a9402da0011a2" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5cde95d97d6c8b647a3769b0": { + "_id": "5cde95d97d6c8b647a3769b0", + "_name": "DefaultUsecBody", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_usec_cryeac.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6287b16b05846043f15a790d": { + "_id": "6287b16b05846043f15a790d", + "_name": "Top_BOSS_BigPipe", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BOSS_BigPipe", + "Name": "Top_BOSS_BigPipe", + "ProfileVersions": [], + "ShortName": "Top_BOSS_BigPipe", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_big_pipe.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "63628b825c1b30a79d09ccb9": { + "_id": "63628b825c1b30a79d09ccb9", + "_name": "Top_BOSS_Zryachi", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BOSS_Zryachi", + "Name": "Top_BOSS_Zryachi", + "ProfileVersions": [], + "ShortName": "Top_BOSS_Zryachi", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_zryachi.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "642ed297ac11c9eaf10d87e8": { + "_id": "642ed297ac11c9eaf10d87e8", + "_name": "Top_RT_2", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_RT_2", + "Name": "Top_RT_2", + "ProfileVersions": [], + "ShortName": "Top_RT_2", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_rt_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d5e7e4a86f774279a21cc0d": { + "_id": "5d5e7e4a86f774279a21cc0d", + "_name": "Tshirt_security_TshirtTatu_01", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Tshirt_security_TshirtTatu_01", + "Name": "Tshirt_security_TshirtTatu_01", + "ProfileVersions": [], + "ShortName": "Tshirt_security_TshirtTatu_01", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_security_tshirttatu_01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "617bca4b4013b06b0b78df2a": { + "_id": "617bca4b4013b06b0b78df2a", + "_name": "top_bear_sumrak", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_sumrak.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "6571cb0923aa6d72760a7f8f": { + "_id": "6571cb0923aa6d72760a7f8f", + "_name": "usec_upper_velocity", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_usec_velocity.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5cc2e59214c02e000f16684e": { + "_id": "5cc2e59214c02e000f16684e", + "_name": "wild_body", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body", + "Name": "wild_body", + "ProfileVersions": [], + "ShortName": "wild_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_body.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "65749b8fe32c4e3f7907bf42": { + "_id": "65749b8fe32c4e3f7907bf42", + "_name": "wild_security_body_bratva_1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_body_1", + "Name": "wild_security_body_1", + "ProfileVersions": [], + "ShortName": "wild_security_body_1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_security_bratva_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "5cc085bb14c02e000e67a5c5": { + "_id": "5cc085bb14c02e000e67a5c5", + "_name": "DefaultBearFeet", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_srvv.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6644d32235d958070c02642e": { + "_id": "6644d32235d958070c02642e", + "_name": "Pants_Mannequin", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_Mannequin", + "Name": "Pants_Mannequin", + "ProfileVersions": [], + "ShortName": "Pants_Mannequin", + "Side": [], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_mannequin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "642e71620a69698d1b049f0a": { + "_id": "642e71620a69698d1b049f0a", + "_name": "Pants_RT_1", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_RT_1", + "Name": "Pants_RT_1", + "ProfileVersions": [], + "ShortName": "Pants_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_rt_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67506f51caaa3394b2082166": { + "_id": "67506f51caaa3394b2082166", + "_name": "bear_lower_nord", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_nord.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "6295e63de08ed747e64ae991": { + "_id": "6295e63de08ed747e64ae991", + "_name": "bear_lower_tactical_long", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_tactical_long.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5fcf940bce1ba36a513bb9cc": { + "_id": "5fcf940bce1ba36a513bb9cc", + "_name": "usec_lower_tier3", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_tier3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5cc2e5d014c02e15d53d9c03": { + "_id": "5cc2e5d014c02e15d53d9c03", + "_name": "wild_feet", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet", + "Name": "wild_feet", + "ProfileVersions": [], + "ShortName": "wild_feet", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_feet.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670fb704b9e6567c8102cf08": { + "_id": "670fb704b9e6567c8102cf08", + "_name": "zombie_pants_bear_retar", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_bear_retar", + "Name": "zombie_pants_bear_retar", + "ProfileVersions": [], + "ShortName": "zombie_pants_bear_retar", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_bear_retar.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "64ac23c449d74fd5ec0a124e": { + "_id": "64ac23c449d74fd5ec0a124e", + "_name": "SavageHands_feldparka", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_feldparka/hands_wild_feldparka.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "5df8eac086f77412640e2ea7": { + "_id": "5df8eac086f77412640e2ea7", + "_name": "SavageHands_meteor", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_meteor/hands_wild_meteor.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "5fd7901bdd870108a754c0e6": { + "_id": "5fd7901bdd870108a754c0e6", + "_name": "SavageHands_underarmour", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_underarmour/hands_wild_underarmour.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "66b4d4ccd9281f8de00c6e02": { + "_id": "66b4d4ccd9281f8de00c6e02", + "_name": "hands_usec_ClawGear", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_clawgear/hands_usec_clawgear.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5fd78519a8c881276c55eae6": { + "_id": "5fd78519a8c881276c55eae6", + "_name": "usec_hands_acu", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_acu/hands_usec_acu.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5e9da2a786f774054c19ac94": { + "_id": "5e9da2a786f774054c19ac94", + "_name": "usec_hands_hoody", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_hoody/hands_usec_hoody.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "675698339fe31e6df7031b28": { + "_id": "675698339fe31e6df7031b28", + "_name": "usec_hands_special_ops", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_special_ops/hands_usec_special_ops.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "67af2d9c551084dbef0f3178": { + "_id": "67af2d9c551084dbef0f3178", + "_name": "Hands_Arena_Gladiator", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_RT_3", + "Name": "Hands_RT_3", + "ProfileVersions": [], + "ShortName": "Hands_RT_3", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_gladiator/hands_arena_gladiator.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 12.477, + "y": 2.481, + "z": -0.737 + } + } + }, + "5fdb5950f5264a66150d1c6e": { + "_id": "5fdb5950f5264a66150d1c6e", + "_name": "usec_head_3", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "usec_head_3", + "Name": "usec_head_3", + "ProfileVersions": [], + "ShortName": "usec_head_3", + "Side": [ + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/usec_head_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc084dd14c02e000b0550a3" + }, + "670d1843186ee334e70ee700": { + "_id": "670d1843186ee334e70ee700", + "_name": "zombie_head_usec_eric", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_usec_eric", + "Name": "zombie_head_usec_eric", + "ProfileVersions": [], + "ShortName": "zombie_head_usec_eric", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_usec_eric.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1892d2d5ce4514027e8a": { + "_id": "670d1892d2d5ce4514027e8a", + "_name": "zombie_head_wild_head_2", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_wild_head_2", + "Name": "zombie_head_wild_head_2", + "ProfileVersions": [], + "ShortName": "zombie_head_wild_head_2", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_head_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "603d01a1b41c9b37c6592047": { + "_id": "603d01a1b41c9b37c6592047", + "_name": "bear_kit_lower_voin", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "6033a3d8ed2e0509b15f9031" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5cdea3f87d6c8b647a3769b2": { + "_id": "5cdea3f87d6c8b647a3769b2", + "_name": "KillaLowerSuite", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "KillaLowerSuite", + "Name": "KillaLowerSuite", + "ProfileVersions": [], + "ShortName": "KillaLowerSuite", + "Side": [ + "Savage" + ], + "Game": [], + "Feet": "5cdea3c47d6c8b0475341734" + } + }, + "66589ef5146af22739040fbb": { + "_id": "66589ef5146af22739040fbb", + "_name": "usec_blue_team_lower_3", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_blue_team_lower_3", + "Name": "usec_blue_team_lower_3", + "ProfileVersions": [], + "ShortName": "usec_blue_team_lower_3", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "642d6941ff5ecad7810a8a61" + } + }, + "5d1f647f86f7744bcc04998f": { + "_id": "5d1f647f86f7744bcc04998f", + "_name": "usec_kit_lower_gen2khyber", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5d1f591186f7744bcc048755" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "67506a0bf31909748c0dcdb6": { + "_id": "67506a0bf31909748c0dcdb6", + "_name": "bear_kit_upper_nord", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "675069c97348af9e3e0c2a96", + "Hands": "67506abae23c30f949061906" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "61a4a138ba63c0388e056140": { + "_id": "61a4a138ba63c0388e056140", + "_name": "SavageKitUpperBomber", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite1", + "Name": "SavageUpperSuite1", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite1", + "Side": [ + "Savage" + ], + "Game": [], + "Body": "619238266c614e6d15792bca", + "Hands": "618cf9540a5a59657e5f5677" + }, + "_proto": "5cdea23c7d6c8b04723cf47b" + }, + "5e9dcb8386f774054b6f79a9": { + "_id": "5e9dcb8386f774054b6f79a9", + "_name": "bear_kit_upper_tiger", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "5e9d9fa986f774054d6b89f2", + "Hands": "5e9da26286f7741d2e3424a5" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d28adcb86f77429242fc893": { + "_id": "5d28adcb86f77429242fc893", + "_name": "Wild_Dealmaker_body", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body_1", + "Name": "wild_body_1", + "ProfileVersions": [], + "ShortName": "wild_body_1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_dealmaker_body.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "67599500a378f89a3e089b56": { + "_id": "67599500a378f89a3e089b56", + "_name": "bear_upper_winterset", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_winterset.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "66bf67c65d6942454668fd58": { + "_id": "66bf67c65d6942454668fd58", + "_name": "tshirt_security_ment_tshirt", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "tshirt_security_ment_tshirt", + "Name": "tshirt_security_ment_tshirt", + "ProfileVersions": [], + "ShortName": "tshirt_security_ment_tshirt", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_security_ment_tshirt.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "642ed297ac11c9eaf10d87e8" + }, + "66043728333907134309d647": { + "_id": "66043728333907134309d647", + "_name": "usec_upper_CryeAC_Alpha_Green", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_usec_cryeac_alpha_green.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "637b945722e2a933ed0e33c8": { + "_id": "637b945722e2a933ed0e33c8", + "_name": "usec_upper_carinthia_softshell", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_carinthia_softshell.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5d1f56a686f7744bce0ee9eb": { + "_id": "5d1f56a686f7744bce0ee9eb", + "_name": "usec_upper_pcuironsight", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_orc_pcu.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5d28adfd86f774292364a6e5": { + "_id": "5d28adfd86f774292364a6e5", + "_name": "wild_security_body_1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_body_1", + "Name": "wild_security_body_1", + "ProfileVersions": [], + "ShortName": "wild_security_body_1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_security_body_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "670d1a4d6f8cc0145f0a0744": { + "_id": "670d1a4d6f8cc0145f0a0744", + "_name": "zombie_top_wild_raincoat", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_raincoat", + "Name": "zombie_top_wild_raincoat", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_raincoat", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_raincoat.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1a92d2d5ce4514028b90": { + "_id": "670d1a92d2d5ce4514028b90", + "_name": "zombie_top_wild_yellowcoat", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_yellowcoat", + "Name": "zombie_top_wild_yellowcoat", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_yellowcoat", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_yellowcoat.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d5e7f2a86f77427997cfb80": { + "_id": "5d5e7f2a86f77427997cfb80", + "_name": "Pants_BOSS_Glukhar", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Glukhar", + "Name": "Pants_BOSS_Glukhar", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Glukhar", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_glukhar.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "6756d0f97c4045d8c708a4ec": { + "_id": "6756d0f97c4045d8c708a4ec", + "_name": "Pants_BOSS_Killa_Xmass", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Killa_Xmass", + "Name": "Pants_BOSS_Killa_Xmass", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Killa_Xmass", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_killa_xmass.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "5cdea3c47d6c8b0475341734": { + "_id": "5cdea3c47d6c8b0475341734", + "_name": "Wild_Killa_feet", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Wild_Killa_feet", + "Name": "Wild_Killa_feet", + "ProfileVersions": [], + "ShortName": "Wild_Killa_feet", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pant_boss_killa.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6033a3d8ed2e0509b15f9031": { + "_id": "6033a3d8ed2e0509b15f9031", + "_name": "bear_lower_voin", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_voin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5e9dc97c86f774054c19ac9a": { + "_id": "5e9dc97c86f774054c19ac9a", + "_name": "bear_lower_zaslon", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_zaslon.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "6033a430ed2e0509b15f9033": { + "_id": "6033a430ed2e0509b15f9033", + "_name": "wild_feet_scavelite_taclite", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet_scavelite_taclite", + "Name": "wild_feet_scavelite_taclite", + "ProfileVersions": [], + "ShortName": "wild_feet_scavelite_taclite", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_scavelite_taclite.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "65749c05e0423b9ebe0c79c7": { + "_id": "65749c05e0423b9ebe0c79c7", + "_name": "wild_security_feet_bratva_1", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_feet_1", + "Name": "wild_security_feet_1", + "ProfileVersions": [], + "ShortName": "wild_security_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_security_bratva_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "5cc0876314c02e000c6bea6b": { + "_id": "5cc0876314c02e000c6bea6b", + "_name": "DefaultBearHands", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/bear/bear_hands_skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0376, + "y": 0.00526, + "z": 0.03789 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -12.49942, + "y": -11.33493, + "z": 1.457913 + } + } + }, + "618cf9540a5a59657e5f5677": { + "_id": "618cf9540a5a59657e5f5677", + "_name": "SavageHands_bomber", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_bomber/hands_wild_bomber.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "5df8ead786f774530571b14b": { + "_id": "5df8ead786f774530571b14b", + "_name": "SavageHands_killa", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/wild/hands_boss_killa.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "6644d2da35d958070c02642c": { + "_id": "6644d2da35d958070c02642c", + "_name": "Head_Mannequin", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Head_Mannequin ", + "Name": "Head_Mannequin ", + "ProfileVersions": [], + "ShortName": "Head_Mannequin ", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_mannequin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67b32b69c57909356d0b0fee": { + "_id": "67b32b69c57909356d0b0fee", + "_name": "bear_kit_lower_Phoenix_arena_bp_02", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "67ab0b16755a9402da00119b" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "67b32bdfab1a22b646087266": { + "_id": "67b32bdfab1a22b646087266", + "_name": "usec_kit_lower_cereum_arena_bp_02", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "67ab1556508ee9b6440e9c62" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5fd791b71189a17bcc172f16": { + "_id": "5fd791b71189a17bcc172f16", + "_name": "SavageKitUpperUnderarmour", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite1", + "Name": "SavageUpperSuite1", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite1", + "Side": [ + "Savage" + ], + "Game": [], + "Body": "5fd22d311add82653b5a704c", + "Hands": "5fd7901bdd870108a754c0e6" + }, + "_proto": "5cdea23c7d6c8b04723cf47b" + }, + "6756d0d27c4045d8c708a4ea": { + "_id": "6756d0d27c4045d8c708a4ea", + "_name": "Top_BOSS_Killa_Xmass", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BOSS_Killa_Xmass", + "Name": "Top_BOSS_Killa_Xmass", + "ProfileVersions": [], + "ShortName": "Top_BOSS_Killa_Xmass", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_killa_xmass.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5e9975c486f774382b6320cb": { + "_id": "5e9975c486f774382b6320cb", + "_name": "Top_BOSS_Sanitar", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BOSS_Sanitar", + "Name": "Top_BOSS_Sanitar", + "ProfileVersions": [], + "ShortName": "Top_BOSS_Sanitar", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_sanitar.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5fd3e9f71b735718c25cd9f8": { + "_id": "5fd3e9f71b735718c25cd9f8", + "_name": "usec_upper_acu", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_acu.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "6295e8c3e08ed747e64aea00": { + "_id": "6295e8c3e08ed747e64aea00", + "_name": "usec_upper_chameleon_softshell", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_chameleon_softshell.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5e4bb35286f77406a511c9bc": { + "_id": "5e4bb35286f77406a511c9bc", + "_name": "usec_upper_tier_2", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_tier2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "64a2edba08d26f8d62049c06": { + "_id": "64a2edba08d26f8d62049c06", + "_name": "wild_body_feldparka", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body_feldparka", + "Name": "wild_body_feldparka", + "ProfileVersions": [], + "ShortName": "wild_body_feldparka", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_feldparka.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e59214c02e000f16684e" + }, + "5df8a10486f77412672a1e3a": { + "_id": "5df8a10486f77412672a1e3a", + "_name": "wild_body_meteor", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body", + "Name": "wild_body", + "ProfileVersions": [], + "ShortName": "wild_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_meteor.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e59214c02e000f16684e" + }, + "5fd1eb3fbe3b7107d66cb645": { + "_id": "5fd1eb3fbe3b7107d66cb645", + "_name": "wild_body_rainparka", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body", + "Name": "wild_body", + "ProfileVersions": [], + "ShortName": "wild_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_rainparka.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e59214c02e000f16684e" + }, + "671654d56ccf4799d007d4b9": { + "_id": "671654d56ccf4799d007d4b9", + "_name": "zombie_top_lab_personnal_b", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_lab_personnal_b", + "Name": "zombie_top_lab_personnal_b", + "ProfileVersions": [], + "ShortName": "zombie_top_lab_personnal_b", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_lab_personnal_b.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1a5cd2d5ce45140289c3": { + "_id": "670d1a5cd2d5ce45140289c3", + "_name": "zombie_top_wild_rainparka", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_rainparka", + "Name": "zombie_top_wild_rainparka", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_rainparka", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_rainparka.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1a81b7a8f34fce080717": { + "_id": "670d1a81b7a8f34fce080717", + "_name": "zombie_top_wild_vest", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_vest", + "Name": "zombie_top_wild_vest", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_vest", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_vest.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ac7eeba6749cd1690ae1d7": { + "_id": "67ac7eeba6749cd1690ae1d7", + "_name": "Top_BP_2", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bp_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ac7f135f7251f49d0e9b0b": { + "_id": "67ac7f135f7251f49d0e9b0b", + "_name": "Top_BP_3", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bp_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "66acebd4ede86671bb09584b": { + "_id": "66acebd4ede86671bb09584b", + "_name": "Pants_Bear_Phoenix", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_RT_1", + "Name": "Pants_RT_1", + "ProfileVersions": [], + "ShortName": "Pants_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_phoenix.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "66aa5bba10d2d4006a3c4a84": { + "_id": "66aa5bba10d2d4006a3c4a84", + "_name": "Pants_Boss_Partizan", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_Boss_Partizan", + "Name": "Pants_Boss_Partizan", + "ProfileVersions": [], + "ShortName": "Pants_Boss_Partizan", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_partizan.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "66bf6885952b42739a5f2298": { + "_id": "66bf6885952b42739a5f2298", + "_name": "pants_wild_ment_specnaz_kamysh", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pants_wild_ment_specnaz_kamysh", + "Name": "pants_wild_ment_specnaz_kamysh", + "ProfileVersions": [], + "ShortName": "pants_wild_ment_specnaz_kamysh", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_ment_specnaz_kamysh.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "642e71620a69698d1b049f0a" + }, + "66fd4407390606b5e106e016": { + "_id": "66fd4407390606b5e106e016", + "_name": "pants_zombie_1", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pants_zombie_1", + "Name": "pants_zombie_1", + "ProfileVersions": [], + "ShortName": "pants_zombie_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/prefabs_zombies/pants_zombie_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "675697fad588566bce0da766": { + "_id": "675697fad588566bce0da766", + "_name": "usec_lower_special_ops", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_special_ops.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "6193be546e5968395b260157": { + "_id": "6193be546e5968395b260157", + "_name": "wild_feet_bomber", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet_1", + "Name": "wild_feet_1", + "ProfileVersions": [], + "ShortName": "wild_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_bomber.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "67ab1556508ee9b6440e9c62": { + "_id": "67ab1556508ee9b6440e9c62", + "_name": "Pants_usec_cereum_arena_bp_02", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_cereum_arena_bp_02.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "64355a2b7e17c882400c50a0": { + "_id": "64355a2b7e17c882400c50a0", + "_name": "Hands_BT_1", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_BT_1", + "Name": "Hands_BT_1", + "ProfileVersions": [], + "ShortName": "Hands_BT_1", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bt_1/hands_bt_1.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.08064, + "y": -0.00168, + "z": -0.04167 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 1.946, + "y": -171.059, + "z": -176.496 + } + } + }, + "5cdea3947d6c8b04737c2d16": { + "_id": "5cdea3947d6c8b04737c2d16", + "_name": "SavageHands3", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands3", + "Name": "SavageHands3", + "ProfileVersions": [], + "ShortName": "SavageHands3", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/wild/wild_body_3_firsthands.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "676014635fa2f21d3c0b9f56": { + "_id": "676014635fa2f21d3c0b9f56", + "_name": "bear_hands_winterset", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_winterset/hands_bear_winterset.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0604, + "y": 0.0027, + "z": 0.04455 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -3.289, + "y": 4.146, + "z": 2.857 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "6604375110bcdf80ff0e9f7a": { + "_id": "6604375110bcdf80ff0e9f7a", + "_name": "usec_hands_CryeAC_Alpha_Green", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/usec/hands_usec_cryeac_alpha_green.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5cde96047d6c8b20b577f016": { + "_id": "5cde96047d6c8b20b577f016", + "_name": "DefaultUsecHead", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "DefaultUsecHead", + "Name": "DefaultUsecHead", + "ProfileVersions": [], + "ShortName": "DefaultUsecHead", + "Side": [ + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/usec_head_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "62875ad50828252c7a28b95c": { + "_id": "62875ad50828252c7a28b95c", + "_name": "Head_BOSS_Blackknight", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Head_BOSS_Blackknight", + "Name": "Head_BOSS_Blackknight", + "ProfileVersions": [], + "ShortName": "Head_BOSS_Blackknight", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_boss_blackknight.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "5e99767c86f7741ac7399393": { + "_id": "5e99767c86f7741ac7399393", + "_name": "Head_BOSS_Sanitar", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Head_BOSS_Sanitar", + "Name": "Head_BOSS_Sanitar", + "ProfileVersions": [], + "ShortName": "Head_BOSS_Sanitar", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_boss_sanitar.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "60a6aaad42fd2735e4589978": { + "_id": "60a6aaad42fd2735e4589978", + "_name": "bear_head_4", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "BearHead1", + "Name": "BearHead1", + "ProfileVersions": [], + "ShortName": "BearHead1", + "Side": [ + "Bear" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_head_4.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc084dd14c02e000b0550a3" + }, + "670d18a3b7a8f34fce07fda9": { + "_id": "670d18a3b7a8f34fce07fda9", + "_name": "zombie_head_wild_head_3", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_wild_head_3", + "Name": "zombie_head_wild_head_3", + "ProfileVersions": [], + "ShortName": "zombie_head_wild_head_3", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_head_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5cdea30c7d6c8b04737c2d15": { + "_id": "5cdea30c7d6c8b04737c2d15", + "_name": "SavageLowerSuite2", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageLowerSuite2", + "Name": "SavageLowerSuite2", + "ProfileVersions": [], + "ShortName": "SavageLowerSuite2", + "Side": [ + "Savage" + ], + "Game": [], + "Feet": "5cde9fb87d6c8b0474535da9" + } + }, + "5df8e75786f7745c67099df4": { + "_id": "5df8e75786f7745c67099df4", + "_name": "usec_kit_lower_tier2", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5df8a08886f7740bfe6df775" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f647586f7744bcb0adfb0": { + "_id": "5d1f647586f7744bcb0adfb0", + "_name": "bear_kit_lower_striker", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5d1f58ab86f7743014162042" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f646c86f7743f8362cf3f": { + "_id": "5d1f646c86f7743f8362cf3f", + "_name": "bear_kit_lower_gorkakobra", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5d1f58a086f7743f8362bcd9" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f609d86f7744bca3f1689": { + "_id": "5d1f609d86f7744bca3f1689", + "_name": "bear_kit_upper_blacklynx", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5d1f566d86f7744bcd13459a", + "Hands": "5d1f5a9786f7743014162046" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5f5f45df0bc58666c37e7832": { + "_id": "5f5f45df0bc58666c37e7832", + "_name": "bear_kit_upper_g99", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Body": "5f5e401747344c2e4f6c42c5", + "Hands": "5f5f3fa30bc58666c37e782e" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "654b5eb7a29f3736215dd030": { + "_id": "654b5eb7a29f3736215dd030", + "_name": "Top_BOSS_Kolontai", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BOSS_Zryachi", + "Name": "Top_BOSS_Zryachi", + "ProfileVersions": [], + "ShortName": "Top_BOSS_Zryachi", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_kolontai.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5d5e7e7586f77427997cfb7f": { + "_id": "5d5e7e7586f77427997cfb7f", + "_name": "Top_security_Husky", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_security_Husky", + "Name": "Top_security_Husky", + "ProfileVersions": [], + "ShortName": "Top_security_Husky", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_security_husky.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "657058fddf9b3231400e9188": { + "_id": "657058fddf9b3231400e9188", + "_name": "bear_top_ops_windshirt", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_ops_windshirt.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "675695d6e08b3ae7480096bf": { + "_id": "675695d6e08b3ae7480096bf", + "_name": "bear_upper_instructor", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_bear_instructor.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "618109c96d7ca35d076b3363": { + "_id": "618109c96d7ca35d076b3363", + "_name": "usec_upper_cereum", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_cereum.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5f5e4075df4f3100376a8138": { + "_id": "5f5e4075df4f3100376a8138", + "_name": "user_upper_NightPatrol", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_nightpatrol.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5d28ad7286f7742926686182": { + "_id": "5d28ad7286f7742926686182", + "_name": "wild_body_3", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body_3", + "Name": "wild_body_3", + "ProfileVersions": [], + "ShortName": "wild_body_3", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_body_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "670d19ab42245e21c30eed24": { + "_id": "670d19ab42245e21c30eed24", + "_name": "zombie_top_civ_jacket", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_civ_jacket", + "Name": "zombie_top_civ_jacket", + "ProfileVersions": [], + "ShortName": "zombie_top_civ_jacket", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_civ_jacket.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1a396f8cc0145f0a0742": { + "_id": "670d1a396f8cc0145f0a0742", + "_name": "zombie_top_wild_meteor", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_meteor", + "Name": "zombie_top_wild_meteor", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_meteor", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_meteor.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1a6f3460753f070bc0d9": { + "_id": "670d1a6f3460753f070bc0d9", + "_name": "zombie_top_wild_scavelite", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_scavelite", + "Name": "zombie_top_wild_scavelite", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_scavelite", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_scavelite.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ac7f295d717b44c00a0c8c": { + "_id": "67ac7f295d717b44c00a0c8c", + "_name": "Top_BP_4", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bp_4.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6756960dbe1cb7ec47002236": { + "_id": "6756960dbe1cb7ec47002236", + "_name": "bear_lower_instructor", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_instructor.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5d28af7886f77429275dba25": { + "_id": "5d28af7886f77429275dba25", + "_name": "wild_pmcBot_feet", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_pmcBot_feet", + "Name": "wild_pmcBot_feet", + "ProfileVersions": [], + "ShortName": "wild_pmcBot_feet", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_scavelite.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "670d1907b7a8f34fce07fdab": { + "_id": "670d1907b7a8f34fce07fdab", + "_name": "zombie_pants_civ_slim", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_civ_slim", + "Name": "zombie_pants_civ_slim", + "ProfileVersions": [], + "ShortName": "zombie_pants_civ_slim", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_civ_slim.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6436d9ec6c06444bf7033a4e": { + "_id": "6436d9ec6c06444bf7033a4e", + "_name": "Hands_RT_2", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_RT_2", + "Name": "Hands_RT_2", + "ProfileVersions": [], + "ShortName": "Hands_RT_2", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_rt_2/hands_arena_rt_2.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05162, + "y": -4.0e-5, + "z": 0.04084 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -5.491, + "y": 0.501, + "z": 0 + } + } + }, + "5d1f5ab286f7743f8362bcdd": { + "_id": "5d1f5ab286f7743f8362bcdd", + "_name": "bear_hands_fsbfastresponse", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_fsbfastresponse/hands_bear_fsbfastresponse.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.04136, + "y": 0.00267, + "z": 0.03812 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -12.79007, + "y": -0.62734899, + "z": 2.187025 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "6572eafead200ced8e0f051a": { + "_id": "6572eafead200ced8e0f051a", + "_name": "bear_hands_ops_windshirt", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_ops_windshirt/hands_bear_ops_windshirt.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.06555, + "y": -0.00138, + "z": 0.03884 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -3.654, + "y": 3.013, + "z": 2.66 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "67ac82465f7251f49d0e9b0f": { + "_id": "67ac82465f7251f49d0e9b0f", + "_name": "Hands_BP_5", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", + "ProfileVersions": [], + "ShortName": "Hands_FW_1", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bp_5/hands_bp_5.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 12.477, + "y": 2.481, + "z": -0.737 + } + } + }, + "5d5e805d86f77439eb4c2d0e": { + "_id": "5d5e805d86f77439eb4c2d0e", + "_name": "Head_BOSS_Glukhar", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Head_BOSS_Glukhar", + "Name": "Head_BOSS_Glukhar", + "ProfileVersions": [], + "ShortName": "Head_BOSS_Glukhar", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_boss_glukhar.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "5d28b01486f77429242fc898": { + "_id": "5d28b01486f77429242fc898", + "_name": "Wild_Dealmaker_head", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Wild_Dealmaker_head", + "Name": "Wild_Dealmaker_head", + "ProfileVersions": [], + "ShortName": "Wild_Dealmaker_head", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_dealmaker_head.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "60a6aa8fd559ae040d0d951f": { + "_id": "60a6aa8fd559ae040d0d951f", + "_name": "usec_head_5", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "usec_head_5", + "Name": "usec_head_5", + "ProfileVersions": [], + "ShortName": "usec_head_5", + "Side": [ + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/usec_head_5.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e4d014c02e000d0115f8" + }, + "6574aabee0423b9ebe0c79cf": { + "_id": "6574aabee0423b9ebe0c79cf", + "_name": "usec_head_eric", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "usec_head_5", + "Name": "usec_head_5", + "ProfileVersions": [], + "ShortName": "usec_head_5", + "Side": [ + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/usec_head_eric.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e4d014c02e000d0115f8" + }, + "5df8e72186f7741263108806": { + "_id": "5df8e72186f7741263108806", + "_name": "bear_kit_lower_oldschool", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Feet": "5df89f8f86f77412672a1e38" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "63a8a41e8523141c3d055228": { + "_id": "63a8a41e8523141c3d055228", + "_name": "bear_kit_lower_spna", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "6377315993a3b4967208e437" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5f5f64f947344c2e4f6c431e": { + "_id": "5f5f64f947344c2e4f6c431e", + "_name": "scav_kit_lower_Sweatpants", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageLowerSuite2", + "Name": "SavageLowerSuite2", + "ProfileVersions": [], + "ShortName": "SavageLowerSuite2", + "Side": [ + "Savage" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5f5e410c6bdad616ad46d60b" + }, + "_proto": "5cdea30c7d6c8b04737c2d15" + }, + "619b99ad604fcc392676806c": { + "_id": "619b99ad604fcc392676806c", + "_name": "bear_kit_lower_sumrak", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "617be9e4e02b3b3fa50fa8f2" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "619bf78a64927e572d0d5855": { + "_id": "619bf78a64927e572d0d5855", + "_name": "usec_kit_upper_cereum", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "618109c96d7ca35d076b3363", + "Hands": "618d1a5574bb2d036a049ea9" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5fcf63da5c287f01f22bf245": { + "_id": "5fcf63da5c287f01f22bf245", + "_name": "usec_upper_tier3", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_tier3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "67ac870e5d717b44c00a0c94": { + "_id": "67ac870e5d717b44c00a0c94", + "_name": "Top_BP_1_white", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bp_1_white.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ac7f52e4d14ccd6005de86": { + "_id": "67ac7f52e4d14ccd6005de86", + "_name": "Top_BP_6", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bp_6.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "617be9e4e02b3b3fa50fa8f2": { + "_id": "617be9e4e02b3b3fa50fa8f2", + "_name": "bear_lower_sumrak", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_sumrak.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "66bf69195d6942454668fd5d": { + "_id": "66bf69195d6942454668fd5d", + "_name": "pants_wild_ment_specnaz_kamysh_g", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pants_wild_ment_specnaz_kamysh_g", + "Name": "pants_wild_ment_specnaz_kamysh_g", + "ProfileVersions": [], + "ShortName": "pants_wild_ment_specnaz_kamysh_g", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_ment_specnaz_kamysh_g.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "642e71620a69698d1b049f0a" + }, + "64a2e970a74bb33d140e6dc5": { + "_id": "64a2e970a74bb33d140e6dc5", + "_name": "wild_feet_feldparka", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet_feldparka", + "Name": "wild_feet_feldparka", + "ProfileVersions": [], + "ShortName": "wild_feet_feldparka", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_feldparka.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "670d18e2e002387b88029112": { + "_id": "670d18e2e002387b88029112", + "_name": "zombie_pants_civ_classic", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_civ_classic", + "Name": "zombie_pants_civ_classic", + "ProfileVersions": [], + "ShortName": "zombie_pants_civ_classic", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_civ_classic.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ab0b16755a9402da00119b": { + "_id": "67ab0b16755a9402da00119b", + "_name": "Pants_bear_Phoenix_arena_bp_02", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_RT_1", + "Name": "Pants_RT_1", + "ProfileVersions": [], + "ShortName": "Pants_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_phoenix_arena_bp_02.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5e9da2dd86f774054e7d0f63": { + "_id": "5e9da2dd86f774054e7d0f63", + "_name": "SavageHands_motocross", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_motocross/hands_wild_motocross.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "5d1f5a9786f7743014162046": { + "_id": "5d1f5a9786f7743014162046", + "_name": "bear_hands_blacklynx", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hand_bear_blacklynx/hand_bear_blacklynx.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.06185, + "y": -0.01231, + "z": 0.03483 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 0.8972011, + "y": 3.416058, + "z": 1.700308 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "5d1f5ac086f7744bcd1345a0": { + "_id": "5d1f5ac086f7744bcd1345a0", + "_name": "bear_hands_ghostmarksman", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_ghostmarksman/hands_bear_ghostmarksman.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.03921, + "y": 0.00221, + "z": 0.03807 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -1.730347, + "y": -0.2073975, + "z": 2.133699 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "5d1f5b0686f7743f8362bcde": { + "_id": "5d1f5b0686f7743f8362bcde", + "_name": "usec_hands_aggressor", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_aggressor_parka/hands_usec_aggressor_parka.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "675071099170ae7dd00d4216": { + "_id": "675071099170ae7dd00d4216", + "_name": "usec_hands_deadly_frog", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_deadly_frog/hands_usec_deadly_frog.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0805, + "y": -0.00675, + "z": -0.04166 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 4.175096, + "y": -172.2915, + "z": -178.331 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5d1f5b4886f7744bce0ee9f3": { + "_id": "5d1f5b4886f7744bce0ee9f3", + "_name": "usec_hands_pcsmulticam", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_pcsshirt/hands_usec_pcsshirt.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "660438077502eca33a08cacc": { + "_id": "660438077502eca33a08cacc", + "_name": "usec_hands_velocity_multicam", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_velocity/hands_usec_velocity_multicam.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0525, + "y": -0.01387, + "z": -0.04302 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 11.111, + "y": -173.158, + "z": -0.654 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, "670d180f0fe9098f0c054642": { "_id": "670d180f0fe9098f0c054642", "_name": "zombie_head_bear_evg", @@ -14674,222 +8356,9 @@ } } }, - "670d1749d57ec3c3e20e81a6": { - "_id": "670d1749d57ec3c3e20e81a6", - "_name": "zombie_head_civ_head_2", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_civ_head_2", - "Name": "zombie_head_civ_head_2", - "ProfileVersions": [], - "ShortName": "zombie_head_civ_head_2", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_civ_head_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d18827ca0004a2a022603": { - "_id": "670d18827ca0004a2a022603", - "_name": "zombie_head_wild_head_1", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_wild_head_1", - "Name": "zombie_head_wild_head_1", - "ProfileVersions": [], - "ShortName": "zombie_head_wild_head_1", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_head_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1892d2d5ce4514027e8a": { - "_id": "670d1892d2d5ce4514027e8a", - "_name": "zombie_head_wild_head_2", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_wild_head_2", - "Name": "zombie_head_wild_head_2", - "ProfileVersions": [], - "ShortName": "zombie_head_wild_head_2", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_head_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "657f90b67ba4217c5e65b6e7": { - "_id": "657f90b67ba4217c5e65b6e7", - "_name": "bear_kit_lower_windshirt", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Feet": "65707a89f5a6f1412f0c5f7b" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "629613ad1f798f3be7479951": { - "_id": "629613ad1f798f3be7479951", - "_name": "usec_kit_lower_chameleon_softshell", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "6295e944e9de5e7b3751c4da" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "66589baadaadd1069736c54c": { - "_id": "66589baadaadd1069736c54c", - "_name": "usec_blue_team_lower_1", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "usec_blue_team_lower_1", - "Name": "usec_blue_team_lower_1", - "ProfileVersions": [], - "ShortName": "usec_blue_team_lower_1", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "642c19360a69698d1b049e12" - } - }, - "5cdea30c7d6c8b04737c2d15": { - "_id": "5cdea30c7d6c8b04737c2d15", - "_name": "SavageLowerSuite2", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite2", - "Name": "SavageLowerSuite2", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite2", - "Side": [ - "Savage" - ], - "Game": [], - "Feet": "5cde9fb87d6c8b0474535da9" - } - }, - "675fd71c1c153e52f1050fd6": { - "_id": "675fd71c1c153e52f1050fd6", - "_name": "usec_kit_lower_winterset", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "675fd6b2f26b0db5f0060eb6" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f647a86f7744bca3f1691": { - "_id": "5d1f647a86f7744bca3f1691", - "_name": "bear_kit_lower_summerfield", + "6295ef7d1f798f3be747969e": { + "_id": "6295ef7d1f798f3be747969e", + "_name": "bear_kit_lower_tactical_long", "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { @@ -14905,1802 +8374,9 @@ "eft", "arena" ], - "Feet": "5d1f588e86f7744bcc048753" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "675696bb7a69ab97c30a09f6": { - "_id": "675696bb7a69ab97c30a09f6", - "_name": "bear_kit_upper_instructor", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "675695d6e08b3ae7480096bf", - "Hands": "675696574737376d69020746" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5fd3e7e2dd870108a754b230": { - "_id": "5fd3e7e2dd870108a754b230", - "_name": "bear_kit_upper_borey", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5fce3e47fe40296c1d5fd784", - "Hands": "5fd760001189a17bcc172b85" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5df8e5c886f7744a122d6834": { - "_id": "5df8e5c886f7744a122d6834", - "_name": "bear_kit_upper_zaslon", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Body": "5df89f1f86f77412631087ea", - "Hands": "5df8e76486f7740bfe6df782" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "63a8a3d48523141c3d055226": { - "_id": "63a8a3d48523141c3d055226", - "_name": "bear_kit_upper_spna", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "6377266693a3b4967208e42b", - "Hands": "6390103dfdb42a2ccc0e8cca" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5e9de109f6164249e54453d2": { - "_id": "5e9de109f6164249e54453d2", - "_name": "SavageUpperSuite_motocross", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite1", - "Name": "SavageUpperSuite1", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite1", - "Side": [ - "Savage" - ], - "Game": [], - "Body": "5e9da1d086f774054a667134", - "Hands": "5e9da2dd86f774054e7d0f63" - }, - "_proto": "5cdea23c7d6c8b04723cf47b" - }, - "646e46d8f5438077af029fdb": { - "_id": "646e46d8f5438077af029fdb", - "_name": "Arena_Guard_2", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Arena_Guard_2", - "Name": "Arena_Guard_2", - "ProfileVersions": [], - "ShortName": "Arena_Guard_2", - "Side": [ - "Savage" - ], - "Prefab": "Arena_Guard_2" + "Feet": "6295e63de08ed747e64ae991" } }, - "6353fe34f0de2294830a0dbf": { - "_id": "6353fe34f0de2294830a0dbf", - "_name": "BossBirdEye", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossBirdEye", - "Name": "BossBirdEye", - "ProfileVersions": [], - "ShortName": "BossBirdEye", - "Side": [ - "Savage" - ], - "Prefab": "BossBirdEye" - }, - "_proto": "5fc50bddb4965a7a2f48c5af" - }, - "675850ba33627edb710b0592": { - "_id": "675850ba33627edb710b0592", - "_name": "TheUnheardEditionEnvironmentUI", - "_parent": "67584ea0ff58ff0e7909e435", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "TheUnheardEditionEnvironmentUI", - "Name": "TheUnheardEditionEnvironmentUI", - "ProfileVersions": [ - "unheard_edition", - "eod_tue_edition" - ], - "ShortName": "TheUnheardEditionEnvironmentUI", - "Side": [ - "Bear", - "Usec" - ], - "EnvironmentUIType": "TheUnheardEditionEnvironmentUiType" - } - }, - "673b3f977038192ee006aa09": { - "_id": "673b3f977038192ee006aa09", - "_name": "DefaultCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "DefaultCeiling", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_default.bundle", - "rcid": "" - } - } - }, - "67585d6ab032beb9b5097e96": { - "_id": "67585d6ab032beb9b5097e96", - "_name": "TargetDuck", - "_parent": "67373f330eca6e03ab0d5394", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "", - "rcid": "TargetDuck" - } - } - }, - "675467728b3797a0e8038bd4": { - "_id": "675467728b3797a0e8038bd4", - "_name": "BlueWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_blue.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "5cd943c31388ce000a659df5": { - "_id": "5cd943c31388ce000a659df5", - "_name": "BodyParts", - "_parent": "5cbdb4a2e2b501000d352ae2", - "_type": "Node", - "_props": { - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6751848eba5968fd800a01d6": { - "_id": "6751848eba5968fd800a01d6", - "_name": "Gestures", - "_parent": "5cbdb4a2e2b501000d352ae2", - "_type": "Node", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [], - "Interaction": "None" - } - }, - "670d195519b4a3d9e9057637": { - "_id": "670d195519b4a3d9e9057637", - "_name": "zombie_top_usec_ac_cry", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_usec_ac_cry", - "Name": "zombie_top_usec_ac_cry", - "ProfileVersions": [], - "ShortName": "zombie_top_usec_ac_cry", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_usec_ac_cry.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "670d1a6f3460753f070bc0d9": { - "_id": "670d1a6f3460753f070bc0d9", - "_name": "zombie_top_wild_scavelite", - "_parent": "5cc0868e14c02e000c6bea68", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_top_wild_scavelite", - "Name": "zombie_top_wild_scavelite", - "ProfileVersions": [], - "ShortName": "zombie_top_wild_scavelite", - "Side": [ - "Savage" - ], - "BodyPart": "Body", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_scavelite.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cc085bb14c02e000e67a5c5": { - "_id": "5cc085bb14c02e000e67a5c5", - "_name": "DefaultBearFeet", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_srvv.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "6644d32235d958070c02642e": { - "_id": "6644d32235d958070c02642e", - "_name": "Pants_Mannequin", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_Mannequin", - "Name": "Pants_Mannequin", - "ProfileVersions": [], - "ShortName": "Pants_Mannequin", - "Side": [], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_mannequin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5d1f588e86f7744bcc048753": { - "_id": "5d1f588e86f7744bcc048753", - "_name": "bear_lower_summerfield", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBeerFeet", - "Name": "DefaultBeerFeet", - "ProfileVersions": [], - "ShortName": "DefaultBeerFeet", - "Side": [ - "Bear" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_polevoi.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc085bb14c02e000e67a5c5" - }, - "609e86c09776a947754429b2": { - "_id": "609e86c09776a947754429b2", - "_name": "pants_boss_tagilla", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Pants_BOSS_Shturman", - "Name": "Pants_BOSS_Shturman", - "ProfileVersions": [], - "ShortName": "Pants_BOSS_Shturman", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_boss_tagilla.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cdea3c47d6c8b0475341734" - }, - "66fd4407390606b5e106e016": { - "_id": "66fd4407390606b5e106e016", - "_name": "pants_zombie_1", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "pants_zombie_1", - "Name": "pants_zombie_1", - "ProfileVersions": [], - "ShortName": "pants_zombie_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/prefabs_zombies/pants_zombie_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cde9fb87d6c8b0474535da9": { - "_id": "5cde9fb87d6c8b0474535da9", - "_name": "wild_feet_1", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet_1", - "Name": "wild_feet_1", - "ProfileVersions": [], - "ShortName": "wild_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_feet_1.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5f5e41576760b4138443b344": { - "_id": "5f5e41576760b4138443b344", - "_name": "wild_feet_slimPants", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet_1", - "Name": "wild_feet_1", - "ProfileVersions": [], - "ShortName": "wild_feet_1", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_slimpants.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "670fb7d425772b9ffb0c7f3a": { - "_id": "670fb7d425772b9ffb0c7f3a", - "_name": "zombie_pants_wild_yellowcoat", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_pants_wild_yellowcoat", - "Name": "zombie_pants_wild_yellowcoat", - "ProfileVersions": [], - "ShortName": "zombie_pants_wild_yellowcoat", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_yellowcoat.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5cc0876314c02e000c6bea6b": { - "_id": "5cc0876314c02e000c6bea6b", - "_name": "DefaultBearHands", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/bear/bear_hands_skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.0376, - "y": 0.00526, - "z": 0.03789 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -12.49942, - "y": -11.33493, - "z": 1.457913 - } - } - }, - "5cde9fff7d6c8b647a3769b1": { - "_id": "5cde9fff7d6c8b647a3769b1", - "_name": "SavageHands2", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands2", - "Name": "SavageHands2", - "ProfileVersions": [], - "ShortName": "SavageHands2", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/wild/wild_body_2_firsthands.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5df8eac086f77412640e2ea7": { - "_id": "5df8eac086f77412640e2ea7", - "_name": "SavageHands_meteor", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_meteor/hands_wild_meteor.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "5d1f5a9786f7743014162046": { - "_id": "5d1f5a9786f7743014162046", - "_name": "bear_hands_blacklynx", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hand_bear_blacklynx/hand_bear_blacklynx.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.06185, - "y": -0.01231, - "z": 0.03483 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 0.8972011, - "y": 3.416058, - "z": 1.700308 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "618aeee10a5a59657e5f55ed": { - "_id": "618aeee10a5a59657e5f55ed", - "_name": "bear_hands_sumrak", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_sumrak/hands_bear_sumrak.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.05769, - "y": 0.00035, - "z": 0.0414 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 1.214923, - "y": 6.277458, - "z": 2.686083 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "5e9da26286f7741d2e3424a5": { - "_id": "5e9da26286f7741d2e3424a5", - "_name": "bear_hands_tiger", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearHands", - "Name": "DefaultBearHands", - "ProfileVersions": [], - "ShortName": "DefaultBearHands", - "Side": [ - "Bear" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_bear_tiger/hands_bear_tiger.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.04393, - "y": 0.00112, - "z": 0.04387 - }, - "WatchPrefab": { - "path": "assets/content/hands/bear/bear_watch.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": -12.87897, - "y": -7.947479, - "z": 6.991665 - } - }, - "_proto": "5cc0876314c02e000c6bea6b" - }, - "66b4d4ccd9281f8de00c6e02": { - "_id": "66b4d4ccd9281f8de00c6e02", - "_name": "hands_usec_ClawGear", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_clawgear/hands_usec_clawgear.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "6604375110bcdf80ff0e9f7a": { - "_id": "6604375110bcdf80ff0e9f7a", - "_name": "usec_hands_CryeAC_Alpha_Green", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/usec/hands_usec_cryeac_alpha_green.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "6764194e4dec6d46f106f9f6": { - "_id": "6764194e4dec6d46f106f9f6", - "_name": "usec_head_Hugh", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "usec_head_5", - "Name": "usec_head_5", - "ProfileVersions": [], - "ShortName": "usec_head_5", - "Side": [ - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_hugh.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e4d014c02e000d0115f8" - }, - "670d1862b7a8f34fce07fda7": { - "_id": "670d1862b7a8f34fce07fda7", - "_name": "zombie_head_usec_head_6", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "zombie_head_usec_head_6", - "Name": "zombie_head_usec_head_6", - "ProfileVersions": [], - "ShortName": "zombie_head_usec_head_6", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_usec_head_6.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "66043e047502eca33a08cad6": { - "_id": "66043e047502eca33a08cad6", - "_name": "bear_kit_lower_srvv_surpat", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft" - ], - "Feet": "66043cf87502eca33a08cad2" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f647186f7744bce0ef70c": { - "_id": "5d1f647186f7744bce0ef70c", - "_name": "bear_kit_lower_gorkasso", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Feet": "5d1f58bd86f7744bce0ee9ef" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5cdea42e7d6c8b0474535dad": { - "_id": "5cdea42e7d6c8b0474535dad", - "_name": "KillaUpperSuite", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "KillaUpperSuite", - "Name": "KillaUpperSuite", - "ProfileVersions": [], - "ShortName": "KillaUpperSuite", - "Side": [ - "Bear", - "Usec", - "Savage" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "5cdea33e7d6c8b0474535dac", - "Hands": "5df8ead786f774530571b14b" - } - }, - "5fd7910ae3bfcf6cab4c9f55": { - "_id": "5fd7910ae3bfcf6cab4c9f55", - "_name": "SavageKitUpperRainparka", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite1", - "Name": "SavageUpperSuite1", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite1", - "Side": [ - "Savage" - ], - "Game": [], - "Body": "5fd1eb3fbe3b7107d66cb645", - "Hands": "5fd78fe9e3bfcf6cab4c9f54" - }, - "_proto": "5cdea23c7d6c8b04723cf47b" - }, - "61a4a138ba63c0388e056140": { - "_id": "61a4a138ba63c0388e056140", - "_name": "SavageKitUpperBomber", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageUpperSuite1", - "Name": "SavageUpperSuite1", - "ProfileVersions": [], - "ShortName": "SavageUpperSuite1", - "Side": [ - "Savage" - ], - "Game": [], - "Body": "619238266c614e6d15792bca", - "Hands": "618cf9540a5a59657e5f5677" - }, - "_proto": "5cdea23c7d6c8b04723cf47b" - }, - "6750713a65b30e16220465d6": { - "_id": "6750713a65b30e16220465d6", - "_name": "usec_kit_upper_deadly_frog", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "6750704650f7ea9dc604afc6", - "Hands": "675071099170ae7dd00d4216" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "657f90e5a9176671262fe34e": { - "_id": "657f90e5a9176671262fe34e", - "_name": "bear_kit_upper_windshirt", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "657058fddf9b3231400e9188", - "Hands": "6572eafead200ced8e0f051a" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f60f086f7744bce0ef704": { - "_id": "5d1f60f086f7744bce0ef704", - "_name": "bear_kit_upper_summerfield", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "5d1f564b86f7744bcb0acd16", - "Hands": "5d1f5aca86f7744bce0ee9f1" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5fc615110b735e7b024c76ea": { - "_id": "5fc615110b735e7b024c76ea", - "_name": "Usec_3", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "Usec_3", - "Name": "Usec_3", - "ProfileVersions": [], - "ShortName": "Usec_3", - "Side": [ - "Usec" - ], - "Prefab": "Usec_3" - } - }, - "6751990a490b32072c06f1b3": { - "_id": "6751990a490b32072c06f1b3", - "_name": "ScissorGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "ScissorGesture", - "Name": "ScissorGesture", - "ProfileVersions": [], - "ShortName": "ScissorGesture", - "Side": [ - "Usec", - "Bear", - "Savage" - ], - "Interaction": "ScissorGesture" - } - }, - "6754685b215930ae4c03ac56": { - "_id": "6754685b215930ae4c03ac56", - "_name": "CultistCeiling", - "_parent": "673b3f595bf6b605c90fcdc2", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Usec", - "Bear" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_cultist.bundle", - "rcid": "" - } - } - }, - "67604a9a8491fd0a830f3576": { - "_id": "67604a9a8491fd0a830f3576", - "_name": "FingergunsMannequinPose", - "_parent": "675ff48ce8d2356707079617", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "MannequinPoseName": "fingerguns" - } - }, - "675467577dadca6836092b28": { - "_id": "675467577dadca6836092b28", - "_name": "ConcreteWall", - "_parent": "67373f1e5a5ee73f2a081baf", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_concrete.bundle", - "rcid": "" - }, - "HideGarbage": false - } - }, - "67373f170eca6e03ab0d5391": { - "_id": "67373f170eca6e03ab0d5391", - "_name": "Floor", - "_parent": "67373ef90eca6e03ab0d538c", - "_type": "Node", - "_props": { - "AssetPath": { - "path": "", - "rcid": "" - }, - "HideGarbage": false - } - }, - "5d28b3a186f7747f7e69ab8c": { - "_id": "5d28b3a186f7747f7e69ab8c", - "_name": "Wild_Dealmaker_feet", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Wild_Dealmaker_feet", - "Name": "Wild_Dealmaker_feet", - "ProfileVersions": [], - "ShortName": "Wild_Dealmaker_feet", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_dealmaker_feet.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9fb87d6c8b0474535da9" - }, - "5f5e40a06760b4138443b341": { - "_id": "5f5e40a06760b4138443b341", - "_name": "usec_lower_UrbanResponder", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", - "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_urbanresponder.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "5cc2e5d014c02e15d53d9c03": { - "_id": "5cc2e5d014c02e15d53d9c03", - "_name": "wild_feet", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet", - "Name": "wild_feet", - "ProfileVersions": [], - "ShortName": "wild_feet", - "Side": [ - "Savage" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_feet.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "64355a2b7e17c882400c50a0": { - "_id": "64355a2b7e17c882400c50a0", - "_name": "Hands_BT_1", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Hands_BT_1", - "Name": "Hands_BT_1", - "ProfileVersions": [], - "ShortName": "Hands_BT_1", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_arena_bt_1/hands_bt_1.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": -0.08064, - "y": -0.00168, - "z": -0.04167 - }, - "WatchPrefab": { - "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", - "rcid": "" - }, - "WatchRotation": { - "x": 1.946, - "y": -171.059, - "z": -176.496 - } - } - }, - "5e9da2dd86f774054e7d0f63": { - "_id": "5e9da2dd86f774054e7d0f63", - "_name": "SavageHands_motocross", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageHands1", - "Name": "SavageHands1", - "ProfileVersions": [], - "ShortName": "SavageHands1", - "Side": [ - "Savage" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_wild_motocross/hands_wild_motocross.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e68f14c02e28b47de290" - }, - "6034d33392ec1c31037959dc": { - "_id": "6034d33392ec1c31037959dc", - "_name": "usec_hands_beltstaff", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_beltstaff/hands_usec_beltstaff.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5d1f5b5386f7744bcc048757": { - "_id": "5d1f5b5386f7744bcc048757", - "_name": "usec_hands_pcuironsight", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_orc_pcu/hands_usec_orc_pcu.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "5fd7769cd3d418755f40ea43": { - "_id": "5fd7769cd3d418755f40ea43", - "_name": "usec_hands_tier3", - "_parent": "5cc086a314c02e000c6bea69", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecHands", - "Name": "DefaultUsecHands", - "ProfileVersions": [], - "ShortName": "DefaultUsecHands", - "Side": [ - "Usec" - ], - "BodyPart": "Hands", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/hands/hands_usec_tier3/hands_usec_tier3.skin.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95fa7d6c8b04737c2d13" - }, - "6287b0d239d8207cb27d66c7": { - "_id": "6287b0d239d8207cb27d66c7", - "_name": "Head_BOSS_BigPIpe", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Head_BOSS_BigPipe", - "Name": "Head_BOSS_BigPipe", - "ProfileVersions": [], - "ShortName": "Head_BOSS_BigPipe", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_big_pipe.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "675ac3957908e416a20861e6": { - "_id": "675ac3957908e416a20861e6", - "_name": "bear_head_amadu", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "BearHead1", - "Name": "BearHead1", - "ProfileVersions": [], - "ShortName": "BearHead1", - "Side": [ - "Bear" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/bear_head_amadu.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc084dd14c02e000b0550a3" - }, - "5cde9ff17d6c8b0474535daa": { - "_id": "5cde9ff17d6c8b0474535daa", - "_name": "wild_head_2", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_head_2", - "Name": "wild_head_2", - "ProfileVersions": [], - "ShortName": "wild_head_2", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_head_2.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - } - }, - "5f68c4c217d579077152a252": { - "_id": "5f68c4c217d579077152a252", - "_name": "wild_head_misha", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_head_misha", - "Name": "wild_head_misha", - "ProfileVersions": [], - "ShortName": "wild_head_misha", - "Side": [ - "Savage" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/wild_head_misha.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde9ff17d6c8b0474535daa" - }, - "61a4a06dba63c0388e05613e": { - "_id": "61a4a06dba63c0388e05613e", - "_name": "scav_kit_lower_yellowcoat", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "SavageLowerSuite2", - "Name": "SavageLowerSuite2", - "ProfileVersions": [], - "ShortName": "SavageLowerSuite2", - "Side": [ - "Savage" - ], - "Game": [], - "Feet": "61922589bb2cea6f7a22d964" - }, - "_proto": "5cdea30c7d6c8b04737c2d15" - }, - "603d01a1b41c9b37c6592047": { - "_id": "603d01a1b41c9b37c6592047", - "_name": "bear_kit_lower_voin", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Feet": "6033a3d8ed2e0509b15f9031" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f649286f7743f8362cf40": { - "_id": "5d1f649286f7743f8362cf40", - "_name": "usec_kit_lower_taclifeterrain", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Feet": "5d1f58ed86f7744bcb0acd1c" - }, - "_proto": "5cd946231388ce000d572fe3" - }, "66bcd48714b42ed1dc0af2e0": { "_id": "66bcd48714b42ed1dc0af2e0", "_name": "bear_kit_lower_Phoenix", @@ -16723,9 +8399,9 @@ }, "_proto": "5cd946231388ce000d572fe3" }, - "5e4bb6fc86f77406801a74f7": { - "_id": "5e4bb6fc86f77406801a74f7", - "_name": "usec_kit_lower_commando", + "6756997970afee6336051976": { + "_id": "6756997970afee6336051976", + "_name": "usec_kit_lower_special_ops", "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { @@ -16741,29 +8417,7 @@ "eft", "arena" ], - "Feet": "5e4bb3b586f77406812bd579" - }, - "_proto": "5cd946231388ce000d572fe3" - }, - "5d1f648e86f774301416302b": { - "_id": "5d1f648e86f774301416302b", - "_name": "usec_kit_lower_jeansranger", - "_parent": "5cd944d01388ce000a659df9", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", - "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", - "Side": [ - "Usec" - ], - "Game": [ - "arena", - "eft" - ], - "Feet": "5d1f590486f7744bcd13459e" + "Feet": "675697fad588566bce0da766" }, "_proto": "5cd946231388ce000d572fe3" }, @@ -16788,31 +8442,70 @@ }, "_proto": "5cd946231388ce000d572fe3" }, - "66589cceb00aec5c0278573c": { - "_id": "66589cceb00aec5c0278573c", - "_name": "usec_blue_team_lower_2", + "66043a8dc8949a435906e42c": { + "_id": "66043a8dc8949a435906e42c", + "_name": "usec_kit_lower_CryeAC_Alpha_Green", "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "usec_blue_team_lower_2", - "Name": "usec_blue_team_lower_2", + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", "ProfileVersions": [], - "ShortName": "usec_blue_team_lower_2", + "ShortName": "DefaultBearLowerSuite", "Side": [ "Usec" ], "Game": [ - "eft", - "arena" + "eft" ], - "Feet": "642d4d8eb6b75d4c89077cf9" + "Feet": "660436487502eca33a08cac8" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "6658a1d54de4820934746dd4": { + "_id": "6658a1d54de4820934746dd4", + "_name": "bear_red_team_lower_3", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_red_team_lower_3", + "Name": "bear_red_team_lower_3", + "ProfileVersions": [], + "ShortName": "bear_red_team_lower_3", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "642eea6f881906a7fe086841" } }, - "67506a0bf31909748c0dcdb6": { - "_id": "67506a0bf31909748c0dcdb6", - "_name": "bear_kit_upper_nord", - "_parent": "5cd944ca1388ce03a44dc2a4", + "5cd946231388ce000d572fe3": { + "_id": "5cd946231388ce000d572fe3", + "_name": "DefaultBearLowerSuite", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [], + "Feet": "5cc085bb14c02e000e67a5c5" + } + }, + "5e4bb6d786f77406975c9364": { + "_id": "5e4bb6d786f77406975c9364", + "_name": "bear_kit_lower_combat", + "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { "AvailableAsDefault": false, @@ -16827,222 +8520,414 @@ "eft", "arena" ], - "Body": "675069c97348af9e3e0c2a96", - "Hands": "67506abae23c30f949061906" + "Feet": "5e4bb39386f774067f79de05" }, "_proto": "5cd946231388ce000d572fe3" }, - "66bcd31f6c8ca126600ccc41": { - "_id": "66bcd31f6c8ca126600ccc41", - "_name": "usec_upper_clawgear", - "_parent": "5cd944ca1388ce03a44dc2a4", + "5d5e7e8386f774393602d6fa": { + "_id": "5d5e7e8386f774393602d6fa", + "_name": "Top_security_Gorka4", + "_parent": "5cc0868e14c02e000c6bea68", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "usec_blue_team_upper_2", - "Name": "usec_blue_team_upper_2", + "Description": "Top_security_Gorka4", + "Name": "Top_security_Gorka4", "ProfileVersions": [], - "ShortName": "usec_blue_team_upper_2", - "Side": [ - "Usec" - ], - "Game": [ - "eft", - "arena" - ], - "Body": "66acbe49dc61999a6a03d4d6", - "Hands": "66b4d4ccd9281f8de00c6e02" - } - }, - "66bcd2c46c8ca126600ccc3f": { - "_id": "66bcd2c46c8ca126600ccc3f", - "_name": "bear_upper_Phoenix", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "bear_red_team_upper_1", - "Name": "bear_red_team_upper_1", - "ProfileVersions": [], - "ShortName": "bear_red_team_upper_1", - "Side": [ - "Bear" - ], - "Game": [ - "arena", - "eft" - ], - "Body": "66acec1dc94f4bf5bc063a16", - "Hands": "66ace88c46fb07947008645b" - } - }, - "675698eafb0f45813a055a36": { - "_id": "675698eafb0f45813a055a36", - "_name": "usec_kit_upper_special_ops", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "DefaultUsecUpperSuite", - "Name": "DefaultUsecUpperSuite", - "ProfileVersions": [], - "ShortName": "DefaultUsecUpperSuite", - "Side": [ - "Usec" - ], - "Game": [ - "eft" - ], - "Body": "675697b09fe31e6df7031b26", - "Hands": "675698339fe31e6df7031b28" - }, - "_proto": "5cde9ec17d6c8b04723cf479" - }, - "666841a02537107dc508b704": { - "_id": "666841a02537107dc508b704", - "_name": "pmc_kit_kultist", - "_parent": "5cd944ca1388ce03a44dc2a4", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "Kultist_Suite", - "Name": "Kultist_Suite", - "ProfileVersions": [], - "ShortName": "Kultist_Suite", - "Side": [ - "Bear", - "Usec" - ], - "Game": [], - "Body": "66546f823b51a4d21e0d17d7", - "Hands": "6654957791883f6c9f0f1f50" - }, - "_proto": "64ef3fa81a5f313cb144bf89" - }, - "5cd944d01388ce000a659df9": { - "_id": "5cd944d01388ce000a659df9", - "_name": "Lower", - "_parent": "5cd943b21388ce03a44dc2a2", - "_type": "Node", - "_props": { - "Feet": "5cc0869814c02e000a4cad94" - } - }, - "5fc6155b0b735e7b024c76ec": { - "_id": "5fc6155b0b735e7b024c76ec", - "_name": "BossGluhar", - "_parent": "5fc100cf95572123ae738483", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "BossGluhar", - "Name": "BossGluhar", - "ProfileVersions": [], - "ShortName": "BossGluhar", + "ShortName": "Top_security_Gorka4", "Side": [ "Savage" ], - "Prefab": "BossGluhar" - } - }, - "6747193f170146228c0d2226": { - "_id": "6747193f170146228c0d2226", - "_name": "dogtag_usec_tue", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "dogtag_usec_tue", - "Name": "dogtag_usec_tue", - "ProfileVersions": [ - "eod_tue_edition", - "unheard_edition" - ], - "ShortName": "dogtag_usec_tue", - "Side": [ - "Usec" - ], - "BearTemplateId": "", - "UsecTemplateId": "6662ea05f6259762c56f3189" - } - }, - "6746fd09bafff85008048838": { - "_id": "6746fd09bafff85008048838", - "_name": "dogtag_bear_eod", - "_parent": "6746fafabafff8500804880e", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "dogtag_bear_eod", - "Name": "dogtag_bear_eod", - "ProfileVersions": [ - "edge_of_darkness", - "eod_tue_edition" - ], - "ShortName": "dogtag_bear_eod", - "Side": [ - "Bear" - ], - "BearTemplateId": "6662e9aca7e0b43baa3d5f74", - "UsecTemplateId": "" - } - }, - "67519afca34a61ba7f053e5c": { - "_id": "67519afca34a61ba7f053e5c", - "_name": "OkGesture", - "_parent": "6751848eba5968fd800a01d6", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "OkGesture", - "Name": "OkGesture", - "ProfileVersions": [], - "ShortName": "OkGesture", - "Side": [ - "Bear", - "Usec", - "Savage" - ], - "Interaction": "OkGesture" - } - }, - "67585d2cd7a2703986067e99": { - "_id": "67585d2cd7a2703986067e99", - "_name": "TargetColor1", - "_parent": "67373f330eca6e03ab0d5394", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "", - "Name": "", - "ProfileVersions": [], - "ShortName": "", - "Side": [ - "Bear", - "Usec" - ], - "AssetPath": { - "path": "", - "rcid": "TargetColor1" - } - } - }, - "67373f1e5a5ee73f2a081baf": { - "_id": "67373f1e5a5ee73f2a081baf", - "_name": "Wall", - "_parent": "67373ef90eca6e03ab0d538c", - "_type": "Node", - "_props": { - "AssetPath": { + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_security_gorka4.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { "path": "", "rcid": "" }, - "HideGarbage": false + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5fce3e47fe40296c1d5fd784": { + "_id": "5fce3e47fe40296c1d5fd784", + "_name": "bear_top_borey", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_borey.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5f5e401747344c2e4f6c42c5": { + "_id": "5f5e401747344c2e4f6c42c5", + "_name": "bear_upper_g99", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_g99.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5cdea33e7d6c8b0474535dac": { + "_id": "5cdea33e7d6c8b0474535dac", + "_name": "wild_Killa_body", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_Killa_body", + "Name": "wild_Killa_body", + "ProfileVersions": [], + "ShortName": "wild_Killa_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_killa.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } } }, - "5df89f8f86f77412672a1e38": { - "_id": "5df89f8f86f77412672a1e38", - "_name": "bear_lower_oldschool", + "5cde9f337d6c8b0474535da8": { + "_id": "5cde9f337d6c8b0474535da8", + "_name": "wild_body_1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body_1", + "Name": "wild_body_1", + "ProfileVersions": [], + "ShortName": "wild_body_1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_body_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1928e002387b88029114": { + "_id": "670d1928e002387b88029114", + "_name": "zombie_top_bear_opswindshirt", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_bear_opswindshirt", + "Name": "zombie_top_bear_opswindshirt", + "ProfileVersions": [], + "ShortName": "zombie_top_bear_opswindshirt", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_bear_opswindshirt.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ab0ab4755a9402da001196": { + "_id": "67ab0ab4755a9402da001196", + "_name": "Top_bear_Phoenix_arena_bp_01", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_RT_1", + "Name": "Top_RT_1", + "ProfileVersions": [], + "ShortName": "Top_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_phoenix_arena_bp_01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6361216278f9ab270a0a48d9": { + "_id": "6361216278f9ab270a0a48d9", + "_name": "Pants_BOSS_Zryachi", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Zryachi", + "Name": "Pants_BOSS_Zryachi", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Zryachi", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_zryachi.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "642ed40af5bdf1c04e01952e": { + "_id": "642ed40af5bdf1c04e01952e", + "_name": "Pants_RT_2", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_RT_2", + "Name": "Pants_RT_2", + "ProfileVersions": [], + "ShortName": "Pants_RT_2", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_rt_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "642eea6f881906a7fe086841": { + "_id": "642eea6f881906a7fe086841", + "_name": "Pants_RT_3", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_RT_3", + "Name": "Pants_RT_3", + "ProfileVersions": [], + "ShortName": "Pants_RT_3", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_rt_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d5e7f8986f7742798716582": { + "_id": "5d5e7f8986f7742798716582", + "_name": "Pants_security_Flora", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_security_Flora", + "Name": "Pants_security_Flora", + "ProfileVersions": [], + "ShortName": "Pants_security_Flora", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_security_flora.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "65707a89f5a6f1412f0c5f7b": { + "_id": "65707a89f5a6f1412f0c5f7b", + "_name": "bear_lower_ops_windshirt", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { @@ -17057,7 +8942,7 @@ "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_bear_oldschool.bundle", + "path": "assets/content/characters/character/prefabs/pants_bear_ops_windshirt.bundle", "rcid": "" }, "WatchPosition": { @@ -17077,24 +8962,24 @@ }, "_proto": "5cc085bb14c02e000e67a5c5" }, - "5e4bb3b586f77406812bd579": { - "_id": "5e4bb3b586f77406812bd579", - "_name": "usec_lower_commando", + "5d1f58ab86f7743014162042": { + "_id": "5d1f58ab86f7743014162042", + "_name": "bear_lower_striker", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", + "ShortName": "DefaultBeerFeet", "Side": [ - "Usec" + "Bear" ], "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_commando.bundle", + "path": "assets/content/characters/character/prefabs/pants_bear_striker.bundle", "rcid": "" }, "WatchPosition": { @@ -17112,63 +8997,26 @@ "z": 0 } }, - "_proto": "5cde95ef7d6c8b04713c4f2d" + "_proto": "5cc085bb14c02e000e67a5c5" }, - "6571cad4c8673f00290f5657": { - "_id": "6571cad4c8673f00290f5657", - "_name": "usec_lower_velocity", + "66bf680aa1b36f497a5d65bd": { + "_id": "66bf680aa1b36f497a5d65bd", + "_name": "pants_wild_ment_gorka1", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "DefaultUsecFeet", - "Name": "DefaultUsecFeet", + "Description": "pants_wild_ment_gorka1", + "Name": "pants_wild_ment_gorka1", "ProfileVersions": [], - "ShortName": "DefaultUsecFeet", - "Side": [ - "Usec" - ], - "BodyPart": "Feet", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_usec_velocity.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cde95ef7d6c8b04713c4f2d" - }, - "64a2e970a74bb33d140e6dc5": { - "_id": "64a2e970a74bb33d140e6dc5", - "_name": "wild_feet_feldparka", - "_parent": "5cc0869814c02e000a4cad94", - "_type": "Item", - "_props": { - "AvailableAsDefault": false, - "Description": "wild_feet_feldparka", - "Name": "wild_feet_feldparka", - "ProfileVersions": [], - "ShortName": "wild_feet_feldparka", + "ShortName": "pants_wild_ment_gorka1", "Side": [ "Savage" ], "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_feldparka.bundle", + "path": "assets/content/characters/character/prefabs/pants_wild_ment_gorka1.bundle", "rcid": "" }, "WatchPosition": { @@ -17186,11 +9034,11 @@ "z": 0 } }, - "_proto": "5cde9fb87d6c8b0474535da9" + "_proto": "642e71620a69698d1b049f0a" }, - "61922589bb2cea6f7a22d964": { - "_id": "61922589bb2cea6f7a22d964", - "_name": "wild_pants_yellowcoat", + "5f5e41366760b4138443b343": { + "_id": "5f5e41366760b4138443b343", + "_name": "wild_feet_wasatch", "_parent": "5cc0869814c02e000a4cad94", "_type": "Item", "_props": { @@ -17205,7 +9053,7 @@ "BodyPart": "Feet", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/pants_wild_yellowcoat.bundle", + "path": "assets/content/characters/character/prefabs/pants_wild_wasatch.bundle", "rcid": "" }, "WatchPosition": { @@ -17225,9 +9073,9 @@ }, "_proto": "5cde9fb87d6c8b0474535da9" }, - "64ef3f3739e45b527a7c40ae": { - "_id": "64ef3f3739e45b527a7c40ae", - "_name": "pmc_hands_blackknight_quest", + "5fd75289b1f9ad0f60509d25": { + "_id": "5fd75289b1f9ad0f60509d25", + "_name": "bear_hands_termo", "_parent": "5cc086a314c02e000c6bea69", "_type": "Item", "_props": { @@ -17237,50 +9085,86 @@ "ProfileVersions": [], "ShortName": "DefaultBearHands", "Side": [ - "Bear", + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_termo/hands_bear_termo.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.03812, + "y": 0.00547, + "z": 0.03744 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -12.7442, + "y": -16.46252, + "z": 6.630653 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "675ff2a7e3ee8ffb7e042465": { + "_id": "675ff2a7e3ee8ffb7e042465", + "_name": "usec_hands_winterset", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ "Usec" ], "BodyPart": "Hands", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/hands/hands_boss_blackknight_quest/hands_boss_blackknight_quest.skin.bundle", + "path": "assets/content/hands/hands_usec_winterset/hands_usec_winterset.skin.bundle", "rcid": "" }, "WatchPosition": { - "x": -0.08181, - "y": -0.00469, - "z": -0.04067 + "x": -0.08944, + "y": -0.00172, + "z": -0.0408 }, "WatchPrefab": { "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", "rcid": "" }, "WatchRotation": { - "x": 178.442, - "y": 9.906, - "z": -0.028 + "x": 2.761, + "y": 180, + "z": 3.711 } }, - "_proto": "5cc0876314c02e000c6bea6b" + "_proto": "5cde95fa7d6c8b04737c2d13" }, - "636129784aa74b8fe30ab418": { - "_id": "636129784aa74b8fe30ab418", - "_name": "Head_BOSS_Zryachi", + "66aa5ca23d22c9416c010be0": { + "_id": "66aa5ca23d22c9416c010be0", + "_name": "Head_Boss_Partizan", "_parent": "5cc085e214c02e000c6bea67", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "Head_BOSS_Zryachi", - "Name": "Head_BOSS_Zryachi", + "Description": "head_boss_partizan", + "Name": "head_boss_partizan", "ProfileVersions": [], - "ShortName": "Head_BOSS_Zryachi", + "ShortName": "head_boss_partizan", "Side": [ "Savage" ], "BodyPart": "Head", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/head_boss_zryachi.bundle", + "path": "assets/content/characters/character/prefabs/head_boss_partizan.bundle", "rcid": "" }, "WatchPosition": { @@ -17337,24 +9221,24 @@ }, "_proto": "5cc2e4d014c02e000d0115f8" }, - "5fdb5950f5264a66150d1c6e": { - "_id": "5fdb5950f5264a66150d1c6e", - "_name": "usec_head_3", + "670d1749d57ec3c3e20e81a6": { + "_id": "670d1749d57ec3c3e20e81a6", + "_name": "zombie_head_civ_head_2", "_parent": "5cc085e214c02e000c6bea67", "_type": "Item", "_props": { - "AvailableAsDefault": true, - "Description": "usec_head_3", - "Name": "usec_head_3", + "AvailableAsDefault": false, + "Description": "zombie_head_civ_head_2", + "Name": "zombie_head_civ_head_2", "ProfileVersions": [], - "ShortName": "usec_head_3", + "ShortName": "zombie_head_civ_head_2", "Side": [ - "Usec" + "Savage" ], "BodyPart": "Head", "IntegratedArmorVest": false, "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_3.bundle", + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_civ_head_2.bundle", "rcid": "" }, "WatchPosition": { @@ -17371,45 +9255,7 @@ "y": 0, "z": 0 } - }, - "_proto": "5cc084dd14c02e000b0550a3" - }, - "6574aabee0423b9ebe0c79cf": { - "_id": "6574aabee0423b9ebe0c79cf", - "_name": "usec_head_eric", - "_parent": "5cc085e214c02e000c6bea67", - "_type": "Item", - "_props": { - "AvailableAsDefault": true, - "Description": "usec_head_5", - "Name": "usec_head_5", - "ProfileVersions": [], - "ShortName": "usec_head_5", - "Side": [ - "Usec" - ], - "BodyPart": "Head", - "IntegratedArmorVest": false, - "Prefab": { - "path": "assets/content/characters/character/prefabs/usec_head_eric.bundle", - "rcid": "" - }, - "WatchPosition": { - "x": 0, - "y": 0, - "z": 0 - }, - "WatchPrefab": { - "path": "", - "rcid": "" - }, - "WatchRotation": { - "x": 0, - "y": 0, - "z": 0 - } - }, - "_proto": "5cc2e4d014c02e000d0115f8" + } }, "670d18746f8cc0145f0a0314": { "_id": "670d18746f8cc0145f0a0314", @@ -17447,6 +9293,4187 @@ } } }, + "5cc086a314c02e000c6bea69": { + "_id": "5cc086a314c02e000c6bea69", + "_name": "Hands", + "_parent": "5cd943c31388ce000a659df5", + "_type": "Node", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands", + "Name": "Hands", + "ProfileVersions": [], + "ShortName": "Hands", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/bear/bear_hands_skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d1f649286f7743f8362cf40": { + "_id": "5d1f649286f7743f8362cf40", + "_name": "usec_kit_lower_taclifeterrain", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "5d1f58ed86f7744bcb0acd1c" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5fd3e7e2dd870108a754b230": { + "_id": "5fd3e7e2dd870108a754b230", + "_name": "bear_kit_upper_borey", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5fce3e47fe40296c1d5fd784", + "Hands": "5fd760001189a17bcc172b85" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5cdea3197d6c8b20b577f017": { + "_id": "5cdea3197d6c8b20b577f017", + "_name": "SavageUpperSuite2", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite2", + "Name": "SavageUpperSuite2", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite2", + "Side": [ + "Savage" + ], + "Game": [], + "Body": "5cde9f337d6c8b0474535da8", + "Hands": "5cde9fff7d6c8b647a3769b1" + } + }, + "66bcd31f6c8ca126600ccc41": { + "_id": "66bcd31f6c8ca126600ccc41", + "_name": "usec_upper_clawgear", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_blue_team_upper_2", + "Name": "usec_blue_team_upper_2", + "ProfileVersions": [], + "ShortName": "usec_blue_team_upper_2", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "66acbe49dc61999a6a03d4d6", + "Hands": "66b4d4ccd9281f8de00c6e02" + } + }, + "66bcd2c46c8ca126600ccc3f": { + "_id": "66bcd2c46c8ca126600ccc3f", + "_name": "bear_upper_Phoenix", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_red_team_upper_1", + "Name": "bear_red_team_upper_1", + "ProfileVersions": [], + "ShortName": "bear_red_team_upper_1", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "66acec1dc94f4bf5bc063a16", + "Hands": "66ace88c46fb07947008645b" + } + }, + "66acec1dc94f4bf5bc063a16": { + "_id": "66acec1dc94f4bf5bc063a16", + "_name": "Top_Bear_Phoenix", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_RT_1", + "Name": "Top_RT_1", + "ProfileVersions": [], + "ShortName": "Top_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_phoenix.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6033a31e9ec839204e6a2f3e": { + "_id": "6033a31e9ec839204e6a2f3e", + "_name": "top_bear_voin", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_voin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "6033a35f80ae5e2f970ba6bb": { + "_id": "6033a35f80ae5e2f970ba6bb", + "_name": "usec_top_beltstaff", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_beltstaff.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "642c18b8a6a0660b560fb31c": { + "_id": "642c18b8a6a0660b560fb31c", + "_name": "Top_BT_1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BT_1", + "Name": "Top_BT_1", + "ProfileVersions": [], + "ShortName": "Top_BT_1", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bt_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d5e7e5d86f774279b4f4b01": { + "_id": "5d5e7e5d86f774279b4f4b01", + "_name": "Tshirt_security_TshirtTatu_02", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Tshirt_security_TshirtTatu_02", + "Name": "Tshirt_security_TshirtTatu_02", + "ProfileVersions": [], + "ShortName": "Tshirt_security_TshirtTatu_02", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_security_tshirttatu_02.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5d1f568486f7744bca3f0b98": { + "_id": "5d1f568486f7744bca3f0b98", + "_name": "bear_upper_fsbfastresponse", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_fsbfastresponse.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5d1f56c686f7744bcd13459c": { + "_id": "5d1f56c686f7744bcd13459c", + "_name": "usec_upper_aggressor", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_aggressor_parka.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5d1f56f186f7744bcb0acd1a": { + "_id": "5d1f56f186f7744bcb0acd1a", + "_name": "usec_upper_infiltrator", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_usec_combatshirt.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "67ac86f8a6749cd1690ae1dd": { + "_id": "67ac86f8a6749cd1690ae1dd", + "_name": "Top_BP_1_black", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bp_1_black.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5e9da17386f774054b6f79a3": { + "_id": "5e9da17386f774054b6f79a3", + "_name": "usec_upper_hoody", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_hoody.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "65749ba32fdb04fb79092d37": { + "_id": "65749ba32fdb04fb79092d37", + "_name": "wild_security_body_bratva_2", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_body_1", + "Name": "wild_security_body_1", + "ProfileVersions": [], + "ShortName": "wild_security_body_1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_security_bratva_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "5e4bb39386f774067f79de05": { + "_id": "5e4bb39386f774067f79de05", + "_name": "bear_lower_combat", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_combat.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5d1f58a086f7743f8362bcd9": { + "_id": "5d1f58a086f7743f8362bcd9", + "_name": "bear_lower_gorkakobra", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_gorkae.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5fb535bd1c69e5198e234125": { + "_id": "5fb535bd1c69e5198e234125", + "_name": "pants_cultist_01", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pants_cultist_01", + "Name": "pants_cultist_01", + "ProfileVersions": [], + "ShortName": "pants_cultist_01", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_cultist_01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e5d014c02e15d53d9c03" + }, + "628796f2af0a053a6672c29a": { + "_id": "628796f2af0a053a6672c29a", + "_name": "Top_BOSS_Blackknight", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BOSS_Blackknight", + "Name": "Top_BOSS_Blackknight", + "ProfileVersions": [], + "ShortName": "Top_BOSS_Blackknight", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_blackknight.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5fb535cf1c69e5198e234126": { + "_id": "5fb535cf1c69e5198e234126", + "_name": "pants_cultist_02", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pants_cultist_02", + "Name": "pants_cultist_02", + "ProfileVersions": [], + "ShortName": "pants_cultist_02", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_cultist_02.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e5d014c02e15d53d9c03" + }, + "660440d2c8949a435906e43a": { + "_id": "660440d2c8949a435906e43a", + "_name": "bear_upper_OPS_Windshirt_black", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_ops_windshirt_black.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "66bf68d0f08c35734d4940c6": { + "_id": "66bf68d0f08c35734d4940c6", + "_name": "pants_wild_ment_specnaz_kamysh_b", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pants_wild_ment_specnaz_kamysh_b", + "Name": "pants_wild_ment_specnaz_kamysh_b", + "ProfileVersions": [], + "ShortName": "pants_wild_ment_specnaz_kamysh_b", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_ment_specnaz_kamysh_b.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "642e71620a69698d1b049f0a" + }, + "670d197632cadb3aad0a49a5": { + "_id": "670d197632cadb3aad0a49a5", + "_name": "zombie_top_usec_velocity", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_usec_velocity", + "Name": "zombie_top_usec_velocity", + "ProfileVersions": [], + "ShortName": "zombie_top_usec_velocity", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_usec_velocity.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5cde95ef7d6c8b04713c4f2d": { + "_id": "5cde95ef7d6c8b04713c4f2d", + "_name": "DefaulUsecFeet", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_cryeac.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6287b14b66bb7d4a3c32bc94": { + "_id": "6287b14b66bb7d4a3c32bc94", + "_name": "Pants_BOSS_BigPipe", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_BigPipe", + "Name": "Pants_BOSS_BigPipe", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_BigPipe", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_big_pipe.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "637ba17aa10a96c2b605dbc2": { + "_id": "637ba17aa10a96c2b605dbc2", + "_name": "usec_lower_carinthia_softshell", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_lower_carinthia_softshell", + "Name": "usec_lower_carinthia_softshell", + "ProfileVersions": [], + "ShortName": "usec_lower_carinthia_softshell", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_carinthia_softshell.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "66043cc27502eca33a08cad0": { + "_id": "66043cc27502eca33a08cad0", + "_name": "bear_upper_turtleneck_black", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_bear_turtleneck_black.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5d28af3486f774292364a6e7": { + "_id": "5d28af3486f774292364a6e7", + "_name": "wild_feet_2", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_feet_1", + "Name": "wild_security_feet_1", + "ProfileVersions": [], + "ShortName": "wild_security_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_feet_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "66546f823b51a4d21e0d17d7": { + "_id": "66546f823b51a4d21e0d17d7", + "_name": "pmc_upper_cultist", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_pmc_cultist.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5e4bb3b586f77406812bd579": { + "_id": "5e4bb3b586f77406812bd579", + "_name": "usec_lower_commando", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_commando.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "6750707dc1b42fa2ee09aeb6": { + "_id": "6750707dc1b42fa2ee09aeb6", + "_name": "usec_lower_deadly_frog", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_deadly_frog.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5d1f592286f7743f8362bcdb": { + "_id": "5d1f592286f7743f8362bcdb", + "_name": "usec_lower_infiltrator", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_cryeprecision.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5d1f58ed86f7744bcb0acd1c": { + "_id": "5d1f58ed86f7744bcb0acd1c", + "_name": "usec_lower_taclifeterrain", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_blackhawk_tac_life.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "61922589bb2cea6f7a22d964": { + "_id": "61922589bb2cea6f7a22d964", + "_name": "wild_pants_yellowcoat", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet_1", + "Name": "wild_feet_1", + "ProfileVersions": [], + "ShortName": "wild_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_yellowcoat.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "66bf6769f08c35734d4940c4": { + "_id": "66bf6769f08c35734d4940c4", + "_name": "top_security_ment_gorka1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "top_security_ment_gorka1", + "Name": "top_security_ment_gorka1", + "ProfileVersions": [], + "ShortName": "top_security_ment_gorka1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_security_ment_gorka1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "642ed297ac11c9eaf10d87e8" + }, + "670fb7bd2e9d3564120e91c7": { + "_id": "670fb7bd2e9d3564120e91c7", + "_name": "zombie_pants_wild_scavelite", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_wild_scavelite", + "Name": "zombie_pants_wild_scavelite", + "ProfileVersions": [], + "ShortName": "zombie_pants_wild_scavelite", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_scavelite.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d1f593286f7743014162044": { + "_id": "5d1f593286f7743014162044", + "_name": "usec_lower_tacres", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_truspec.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "670fb7d425772b9ffb0c7f3a": { + "_id": "670fb7d425772b9ffb0c7f3a", + "_name": "zombie_pants_wild_yellowcoat", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_wild_yellowcoat", + "Name": "zombie_pants_wild_yellowcoat", + "ProfileVersions": [], + "ShortName": "zombie_pants_wild_yellowcoat", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_wild_yellowcoat.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6197aca964ae5436d76c1f98": { + "_id": "6197aca964ae5436d76c1f98", + "_name": "SavageHands_yellowcoat", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_yellowcoat/hands_wild_yellowcoat.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "66acbe49dc61999a6a03d4d6": { + "_id": "66acbe49dc61999a6a03d4d6", + "_name": "top_usec_clawgear", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_RT_1", + "Name": "Top_RT_1", + "ProfileVersions": [], + "ShortName": "Top_RT_1", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_clawgear.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67ab1543755a9402da0011a2": { + "_id": "67ab1543755a9402da0011a2", + "_name": "Pants_usec_cereum_arena_bp_01", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_cereum_arena_bp_01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5d5e7c9186f774393602d6f9": { + "_id": "5d5e7c9186f774393602d6f9", + "_name": "wild_Shturman_body", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_Shturman_body", + "Name": "wild_Shturman_body", + "ProfileVersions": [], + "ShortName": "wild_Shturman_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_shturman_skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5f5f3fa30bc58666c37e782e": { + "_id": "5f5f3fa30bc58666c37e782e", + "_name": "bear_hands_g99", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_g99/hands_bear_g99.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.03182, + "y": 0.00703, + "z": 0.04526 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -2.424377, + "y": -3.517029, + "z": 0.03220471 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "5e4bb1d286f77406a313ec59": { + "_id": "5e4bb1d286f77406a313ec59", + "_name": "bear_hands_telnik", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_telnik/hands_bear_telnik.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.074, + "y": -0.00218, + "z": 0.03263 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -1.907593, + "y": -5.286865, + "z": 0.3482491 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "67ac825b5d717b44c00a0c90": { + "_id": "67ac825b5d717b44c00a0c90", + "_name": "Hands_BP_6", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", + "ProfileVersions": [], + "ShortName": "Hands_FW_1", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bp_6/hands_bp_6.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 12.477, + "y": 2.481, + "z": -0.737 + } + } + }, + "5f68c4a7c174a17c0f4c8945": { + "_id": "5f68c4a7c174a17c0f4c8945", + "_name": "wild_head_drozd", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_head_drozd", + "Name": "wild_head_drozd", + "ProfileVersions": [], + "ShortName": "wild_head_drozd", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_head_drozd.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "670d176bb7a8f34fce07fd9d": { + "_id": "670d176bb7a8f34fce07fd9d", + "_name": "zombie_head_lab_assistant_1", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_lab_assistant_1", + "Name": "zombie_head_lab_assistant_1", + "ProfileVersions": [], + "ShortName": "zombie_head_lab_assistant_1", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_lab_assistant_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5cdea20c7d6c8b0474535dab": { + "_id": "5cdea20c7d6c8b0474535dab", + "_name": "SavageLowerSuite1", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageLowerSuite1", + "Name": "SavageLowerSuite1", + "ProfileVersions": [], + "ShortName": "SavageLowerSuite1", + "Side": [ + "Savage" + ], + "Game": [], + "Feet": "5cc2e5d014c02e15d53d9c03" + } + }, + "629613ad1f798f3be7479951": { + "_id": "629613ad1f798f3be7479951", + "_name": "usec_kit_lower_chameleon_softshell", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "6295e944e9de5e7b3751c4da" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5fcf9477fe40296c1d5fd7c8": { + "_id": "5fcf9477fe40296c1d5fd7c8", + "_name": "usec_kit_lower_tier3", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "5fcf940bce1ba36a513bb9cc" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5e9da1d086f774054a667134": { + "_id": "5e9da1d086f774054a667134", + "_name": "wild_body_motocross", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body", + "Name": "wild_body", + "ProfileVersions": [], + "ShortName": "wild_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_motocross.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e59214c02e000f16684e" + }, + "6391c6205dbbdb3b1b049840": { + "_id": "6391c6205dbbdb3b1b049840", + "_name": "SavageHands_Victory", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_hoody_victory/hands_wild_hoody_victory.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "5d28ae4986f7742926686187": { + "_id": "5d28ae4986f7742926686187", + "_name": "wild_pmcBot_body", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_pmcBot_body", + "Name": "wild_pmcBot_body", + "ProfileVersions": [], + "ShortName": "wild_pmcBot_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_scavelite.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "619b99d2d8ed4b751d2606c1": { + "_id": "619b99d2d8ed4b751d2606c1", + "_name": "usec_kit_lower_cereum", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "617c02e24013b06b0b78df80" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f623386f7744bcd135833": { + "_id": "5d1f623386f7744bcd135833", + "_name": "usec_kit_upper_infiltrator", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Body": "5d1f56f186f7744bcb0acd1a", + "Hands": "5d1f5b3f86f7744bcd1345a2" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "675fd6dc7a57e0b2a00e340a": { + "_id": "675fd6dc7a57e0b2a00e340a", + "_name": "usec_kit_upper_winterset", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_kit_upper_winterset", + "Name": "usec_kit_upper_winterset", + "ProfileVersions": [], + "ShortName": "usec_kit_upper_winterset", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "675fd6897a57e0b2a00e3405", + "Hands": "675ff2a7e3ee8ffb7e042465" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "6390103dfdb42a2ccc0e8cca": { + "_id": "6390103dfdb42a2ccc0e8cca", + "_name": "bear_hands_spna", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_spna/hands_bear_spna.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0641, + "y": -0.00163, + "z": 0.03684 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -2.486, + "y": 7.725, + "z": -1.332 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "628a4645c9327c7587388849": { + "_id": "628a4645c9327c7587388849", + "_name": "Pants_BOSS_Birdeye", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Birdeye", + "Name": "Pants_BOSS_Birdeye", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Birdeye", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_birdeye.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "6654957791883f6c9f0f1f50": { + "_id": "6654957791883f6c9f0f1f50", + "_name": "pmc_hands_cultist", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_pmc_cultist/hands_pmc_cultist.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "67ac82b05f7251f49d0e9b11": { + "_id": "67ac82b05f7251f49d0e9b11", + "_name": "Hands_bear_Phoenix_arena_bp_01", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_RT_1", + "Name": "Hands_RT_1", + "ProfileVersions": [], + "ShortName": "Hands_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_phoenix/hands_bear_phoenix_arena_bp_01.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0825, + "y": -0.00507, + "z": 0.038 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 2, + "y": 2, + "z": 0 + } + } + }, + "628771f70828252c7a28b961": { + "_id": "628771f70828252c7a28b961", + "_name": "Pants_BOSS_Blackknight", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Blackknight", + "Name": "Pants_BOSS_Blackknight", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Blackknight", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_blackknight.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "67ac83375d717b44c00a0c92": { + "_id": "67ac83375d717b44c00a0c92", + "_name": "Hands_usec_carinthia_softshell_arena_bp_01", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_carinthia_softshell/hands_usec_carinthia_softshell_arena_bp_01.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05244, + "y": -0.01385, + "z": -0.043 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 168.419, + "y": 7.066986, + "z": -1.380981 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5d5f8ba486f77431254e7fd2": { + "_id": "5d5f8ba486f77431254e7fd2", + "_name": "Wild_Head_nonMesh", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Wild_Head_nonMesh", + "Name": "Wild_Head_nonMesh", + "ProfileVersions": [], + "ShortName": "Wild_Head_nonMesh", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_head_nonmesh.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "66043d7ac8949a435906e434": { + "_id": "66043d7ac8949a435906e434", + "_name": "bear_lower_Windshirt_tan", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_ops_windshirt_tan.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5fdb7571e4ed5b5ea251e529": { + "_id": "5fdb7571e4ed5b5ea251e529", + "_name": "bear_head_3", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "BearHead1", + "Name": "BearHead1", + "ProfileVersions": [], + "ShortName": "BearHead1", + "Side": [ + "Bear" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_head_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc084dd14c02e000b0550a3" + }, + "5d1f58bd86f7744bce0ee9ef": { + "_id": "5d1f58bd86f7744bce0ee9ef", + "_name": "bear_lower_gorkasso", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_gorkasso.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5cc2e4d014c02e000d0115f8": { + "_id": "5cc2e4d014c02e000d0115f8", + "_name": "wild_head_1", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_head_1", + "Name": "wild_head_1", + "ProfileVersions": [], + "ShortName": "wild_head_1", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_head_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "675994c9f7adb892bd080766": { + "_id": "675994c9f7adb892bd080766", + "_name": "bear_lower_winterset", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_winterset.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "66589baadaadd1069736c54c": { + "_id": "66589baadaadd1069736c54c", + "_name": "usec_blue_team_lower_1", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_blue_team_lower_1", + "Name": "usec_blue_team_lower_1", + "ProfileVersions": [], + "ShortName": "usec_blue_team_lower_1", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "642c19360a69698d1b049e12" + } + }, + "660436a810bcdf80ff0e9f78": { + "_id": "660436a810bcdf80ff0e9f78", + "_name": "usec_lower_velocity_multicam", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_velocity_grey.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5d28af5386f774292364a6e8": { + "_id": "5d28af5386f774292364a6e8", + "_name": "wild_security_feet_1", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_feet_1", + "Name": "wild_security_feet_1", + "ProfileVersions": [], + "ShortName": "wild_security_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_security_feet_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "5d1f648e86f774301416302b": { + "_id": "5d1f648e86f774301416302b", + "_name": "usec_kit_lower_jeansranger", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "5d1f590486f7744bcd13459e" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "670d18f87ca0004a2a022606": { + "_id": "670d18f87ca0004a2a022606", + "_name": "zombie_pants_civ_jeans", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_civ_jeans", + "Name": "zombie_pants_civ_jeans", + "ProfileVersions": [], + "ShortName": "zombie_pants_civ_jeans", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_civ_jeans.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6658a05f146af22739040fbd": { + "_id": "6658a05f146af22739040fbd", + "_name": "bear_red_team_upper_2", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_red_team_upper_2", + "Name": "bear_red_team_upper_2", + "ProfileVersions": [], + "ShortName": "bear_red_team_upper_2", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "642ed297ac11c9eaf10d87e8", + "Hands": "6436d9ec6c06444bf7033a4e" + } + }, + "6038b24cd6505c1ec64a44a0": { + "_id": "6038b24cd6505c1ec64a44a0", + "_name": "usec_kit_upper_beltstaff", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "6033a35f80ae5e2f970ba6bb", + "Hands": "6034d33392ec1c31037959dc" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "670fb76578245f17bb00ad85": { + "_id": "670fb76578245f17bb00ad85", + "_name": "zombie_pants_usec_ac_cry", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_usec_ac_cry", + "Name": "zombie_pants_usec_ac_cry", + "ProfileVersions": [], + "ShortName": "zombie_pants_usec_ac_cry", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_usec_ac_cry.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5cdea42e7d6c8b0474535dad": { + "_id": "5cdea42e7d6c8b0474535dad", + "_name": "KillaUpperSuite", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "KillaUpperSuite", + "Name": "KillaUpperSuite", + "ProfileVersions": [], + "ShortName": "KillaUpperSuite", + "Side": [ + "Bear", + "Usec", + "Savage" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5cdea33e7d6c8b0474535dac", + "Hands": "5df8ead786f774530571b14b" + } + }, + "5fd3e978e504291efd0040b3": { + "_id": "5fd3e978e504291efd0040b3", + "_name": "usec_kit_upper_acu", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5fd3e9f71b735718c25cd9f8", + "Hands": "5fd78519a8c881276c55eae6" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5cde9fff7d6c8b647a3769b1": { + "_id": "5cde9fff7d6c8b647a3769b1", + "_name": "SavageHands2", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands2", + "Name": "SavageHands2", + "ProfileVersions": [], + "ShortName": "SavageHands2", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/wild/wild_body_2_firsthands.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5cdea23c7d6c8b04723cf47b": { + "_id": "5cdea23c7d6c8b04723cf47b", + "_name": "SavageUpperSuite1", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite1", + "Name": "SavageUpperSuite1", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite1", + "Side": [ + "Savage" + ], + "Game": [], + "Body": "5cc2e59214c02e000f16684e", + "Hands": "5cc2e68f14c02e28b47de290" + } + }, + "5e9dcb9c86f7743e20652f25": { + "_id": "5e9dcb9c86f7743e20652f25", + "_name": "usec_kit_upper_hoody", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Body": "5e9da17386f774054b6f79a3", + "Hands": "5e9da2a786f774054c19ac94" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "67506abae23c30f949061906": { + "_id": "67506abae23c30f949061906", + "_name": "bear_hands_nord", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_nord/hands_bear_nord.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0747, + "y": 0.00301, + "z": 0.03921 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -8.931, + "y": 4.399, + "z": -18.884 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "657316a92dba425ccc0141a4": { + "_id": "657316a92dba425ccc0141a4", + "_name": "usec_hands_velocity", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_velocity/hands_usec_velocity.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0525, + "y": -0.01387, + "z": -0.04302 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 11.111, + "y": -173.158, + "z": -0.654 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "67ac873d5d717b44c00a0c96": { + "_id": "67ac873d5d717b44c00a0c96", + "_name": "Hands_BP_1_white", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", + "ProfileVersions": [], + "ShortName": "Hands_FW_1", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bp_1/hands_bp_1_white.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 12.477, + "y": 2.481, + "z": -0.737 + } + } + }, + "628b57d800f171376e7b2634": { + "_id": "628b57d800f171376e7b2634", + "_name": "Head_BOSS_Birdeye", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Head_BOSS_Birdeye", + "Name": "Head_BOSS_Birdeye", + "ProfileVersions": [], + "ShortName": "Head_BOSS_Birdeye", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_boss_birdeye.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "675ac3957908e416a20861e6": { + "_id": "675ac3957908e416a20861e6", + "_name": "bear_head_amadu", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "BearHead1", + "Name": "BearHead1", + "ProfileVersions": [], + "ShortName": "BearHead1", + "Side": [ + "Bear" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_head_amadu.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc084dd14c02e000b0550a3" + }, + "6574aa9a1b144de18c0fba45": { + "_id": "6574aa9a1b144de18c0fba45", + "_name": "bear_head_eug", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "BearHead1", + "Name": "BearHead1", + "ProfileVersions": [], + "ShortName": "BearHead1", + "Side": [ + "Bear" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_head_eug.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc084dd14c02e000b0550a3" + }, + "619f9e338858a474c8685cc9": { + "_id": "619f9e338858a474c8685cc9", + "_name": "usec_head_6", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "usec_head_5", + "Name": "usec_head_5", + "ProfileVersions": [], + "ShortName": "usec_head_5", + "Side": [ + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/usec_head_sean.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e4d014c02e000d0115f8" + }, + "62aca6a1310e67685a2fc2e7": { + "_id": "62aca6a1310e67685a2fc2e7", + "_name": "usec_head_7", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "usec_head_5", + "Name": "usec_head_5", + "ProfileVersions": [], + "ShortName": "usec_head_5", + "Side": [ + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/usec_head_6.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e4d014c02e000d0115f8" + }, + "65749bcce32c4e3f7907bf44": { + "_id": "65749bcce32c4e3f7907bf44", + "_name": "wild_security_head_gus", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_head_drozd", + "Name": "wild_head_drozd", + "ProfileVersions": [], + "ShortName": "wild_head_drozd", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_wild_security_gus.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "670d125b7ca0004a2a021eae": { + "_id": "670d125b7ca0004a2a021eae", + "_name": "zombie_head_civ_head_1", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_civ_head_1", + "Name": "zombie_head_civ_head_1", + "ProfileVersions": [], + "ShortName": "zombie_head_civ_head_1", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_civ_head_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1862b7a8f34fce07fda7": { + "_id": "670d1862b7a8f34fce07fda7", + "_name": "zombie_head_usec_head_6", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_usec_head_6", + "Name": "zombie_head_usec_head_6", + "ProfileVersions": [], + "ShortName": "zombie_head_usec_head_6", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_usec_head_6.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5cc085e214c02e000c6bea67": { + "_id": "5cc085e214c02e000c6bea67", + "_name": "Head", + "_parent": "5cd943c31388ce000a659df5", + "_type": "Node", + "_props": { + "AvailableAsDefault": false, + "Description": "Head", + "Name": "Head", + "ProfileVersions": [], + "ShortName": "Head", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_head.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "603d01b9d10cbf667352dd4a": { + "_id": "603d01b9d10cbf667352dd4a", + "_name": "usec_kit_lower_beltstaff", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "6033a3fee29c9f6c9b14e74e" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5f5f65180bc58666c37e784a": { + "_id": "5f5f65180bc58666c37e784a", + "_name": "scav_kit_lower_Wasatch", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageLowerSuite2", + "Name": "SavageLowerSuite2", + "ProfileVersions": [], + "ShortName": "SavageLowerSuite2", + "Side": [ + "Savage" + ], + "Game": [ + "arena" + ], + "Feet": "5f5e41366760b4138443b343" + }, + "_proto": "5cdea30c7d6c8b04737c2d15" + }, + "67b32b7c038008b0e105de2e": { + "_id": "67b32b7c038008b0e105de2e", + "_name": "bear_kit_lower_Phoenix_arena_bp_03", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "67ab0b27755a9402da00119d" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5fd3e8e5bdd50d684f73a51d": { + "_id": "5fd3e8e5bdd50d684f73a51d", + "_name": "bear_kit_upper_termo", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5fce3e0cfe40296c1d5fd782", + "Hands": "5fd75289b1f9ad0f60509d25" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5f5f46086760b4138443b358": { + "_id": "5f5f46086760b4138443b358", + "_name": "usec_kit_upper_NightPatrol", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Body": "5f5e4075df4f3100376a8138", + "Hands": "5f5f3fc66bdad616ad46d62f" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "6658a1466e007c6f3366200b": { + "_id": "6658a1466e007c6f3366200b", + "_name": "bear_red_team_upper_3", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_red_team_upper_3", + "Name": "bear_red_team_upper_3", + "ProfileVersions": [], + "ShortName": "bear_red_team_upper_3", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "6430119aac11c9eaf10d881b", + "Hands": "6437ef59881906a7fe086aae" + } + }, + "675844f8a31925671c000af6": { + "_id": "675844f8a31925671c000af6", + "_name": "Top_FW_1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_FW_1", + "Name": "Top_FW_1", + "ProfileVersions": [], + "ShortName": "Top_FW_1", + "Side": [ + "Usec", + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_fw_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6644d2ffd85107e63500a61c": { + "_id": "6644d2ffd85107e63500a61c", + "_name": "Top_Mannequin", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_Mannequin", + "Name": "Top_Mannequin", + "ProfileVersions": [], + "ShortName": "Top_Mannequin", + "Side": [], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_mannequin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "6430119aac11c9eaf10d881b": { + "_id": "6430119aac11c9eaf10d881b", + "_name": "Top_RT_3", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_RT_3", + "Name": "Top_RT_3", + "ProfileVersions": [], + "ShortName": "Top_RT_3", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_rt_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d1f565786f7743f8362bcd5": { + "_id": "5d1f565786f7743f8362bcd5", + "_name": "bear_upper_contractortshirt", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_bear_black.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "675069c97348af9e3e0c2a96": { + "_id": "675069c97348af9e3e0c2a96", + "_name": "bear_upper_nord", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_nord.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "66fd43dfe7690d4e7b0b1516": { + "_id": "66fd43dfe7690d4e7b0b1516", + "_name": "top_zombie_1", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "top_zombie_1", + "Name": "top_zombie_1", + "ProfileVersions": [], + "ShortName": "top_zombie_1", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/prefabs_zombies/top_zombie_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "675697b09fe31e6df7031b26": { + "_id": "675697b09fe31e6df7031b26", + "_name": "usec_upper_special_ops", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_usec_special_ops.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "618d1af10a5a59657e5f56f3": { + "_id": "618d1af10a5a59657e5f56f3", + "_name": "wild_top_yellowcoat", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body", + "Name": "wild_body", + "ProfileVersions": [], + "ShortName": "wild_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_yellowcoat.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e59214c02e000f16684e" + }, + "64806edf77c11aeac5078e33": { + "_id": "64806edf77c11aeac5078e33", + "_name": "Pants_BOSS_Kaban", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Kaban", + "Name": "Pants_BOSS_Kaban", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Kaban", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_kaban.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "5d5e7f3c86f7742797262063": { + "_id": "5d5e7f3c86f7742797262063", + "_name": "Pants_BOSS_Shturman", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Shturman", + "Name": "Pants_BOSS_Shturman", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Shturman", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_shturman.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "642d4d8eb6b75d4c89077cf9": { + "_id": "642d4d8eb6b75d4c89077cf9", + "_name": "Pants_BT_2", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BT_2", + "Name": "Pants_BT_2", + "ProfileVersions": [], + "ShortName": "Pants_BT_2", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bt_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "66acc8f719271bd6d00dec0b": { + "_id": "66acc8f719271bd6d00dec0b", + "_name": "pants_usec_raider", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_raider.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5d1f591186f7744bcc048755": { + "_id": "5d1f591186f7744bcc048755", + "_name": "usec_lower_gen2khyber", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_gen2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "67ab0b06755a9402da001199": { + "_id": "67ab0b06755a9402da001199", + "_name": "Pants_bear_Phoenix_arena_bp_01", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_RT_1", + "Name": "Pants_RT_1", + "ProfileVersions": [], + "ShortName": "Pants_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_phoenix_arena_bp_01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "64368d69ac11c9eaf10d890e": { + "_id": "64368d69ac11c9eaf10d890e", + "_name": "Hands_BT_2", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_BT_2", + "Name": "Hands_BT_2", + "ProfileVersions": [], + "ShortName": "Hands_BT_2", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bt_2/hands_arena_bt_2.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0376, + "y": 0.00526, + "z": 0.03789 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": -12.49942, + "y": -11.33493, + "z": 1.457913 + } + } + }, + "6436a4c2b6b75d4c89077fbd": { + "_id": "6436a4c2b6b75d4c89077fbd", + "_name": "Hands_BT_3", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_BT_3", + "Name": "Hands_BT_3", + "ProfileVersions": [], + "ShortName": "Hands_BT_3", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bt_3/hands_arena_bt_3.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.06984, + "y": -0.00806, + "z": -0.04261 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 6.438, + "y": -170.601, + "z": 179.466 + } + } + }, + "6436b8d00a69698d1b04a0a1": { + "_id": "6436b8d00a69698d1b04a0a1", + "_name": "Hands_RT_1", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_RT_1", + "Name": "Hands_RT_1", + "ProfileVersions": [], + "ShortName": "Hands_RT_1", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_rt_1/hands_arena_rt_1.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0773, + "y": -0.01012, + "z": 0.0356 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 8.774, + "y": 3.181, + "z": -3.608 + } + } + }, + "5e4bb49586f77406a313ec5a": { + "_id": "5e4bb49586f77406a313ec5a", + "_name": "SavageHands_russia1", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageHands1", + "Name": "SavageHands1", + "ProfileVersions": [], + "ShortName": "SavageHands1", + "Side": [ + "Savage" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_wild_russia/hands_wild_russia.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e68f14c02e28b47de290" + }, + "5fd760001189a17bcc172b85": { + "_id": "5fd760001189a17bcc172b85", + "_name": "bear_hands_borey", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_borey/hands_bear_borey.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.04145, + "y": -0.00229, + "z": 0.04607 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 5.879277, + "y": 2.928506, + "z": 0.2177502 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "64809e3077c11aeac5078e3c": { + "_id": "64809e3077c11aeac5078e3c", + "_name": "Head_BOSS_Kaban", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Head_BOSS_Kaban", + "Name": "Head_BOSS_Kaban", + "ProfileVersions": [], + "ShortName": "Head_BOSS_Kaban", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_boss_kaban.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "5fb52a3a1c69e5198e234118": { + "_id": "5fb52a3a1c69e5198e234118", + "_name": "head_cultist_02", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "head_cultist_02", + "Name": "head_cultist_02", + "ProfileVersions": [], + "ShortName": "head_cultist_02", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_cultist_02.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e4d014c02e000d0115f8" + }, + "5fb52a537b5d1342ee24bd57": { + "_id": "5fb52a537b5d1342ee24bd57", + "_name": "head_cultist_03", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "head_cultist_03", + "Name": "head_cultist_03", + "ProfileVersions": [], + "ShortName": "head_cultist_03", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_cultist_03.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e4d014c02e000d0115f8" + }, + "5fdb4139e4ed5b5ea251e4ed": { + "_id": "5fdb4139e4ed5b5ea251e4ed", + "_name": "usec_head_4", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "usec_head_4", + "Name": "usec_head_4", + "ProfileVersions": [], + "ShortName": "usec_head_4", + "Side": [ + "Usec" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/usec_head_4.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc084dd14c02e000b0550a3" + }, "5cc0868e14c02e000c6bea68": { "_id": "5cc0868e14c02e000c6bea68", "_name": "Body", @@ -17483,30 +13510,107 @@ } } }, - "5d1f648a86f7744bcd135841": { - "_id": "5d1f648a86f7744bcd135841", - "_name": "usec_kit_lower_infiltrator", + "5cc0869814c02e000a4cad94": { + "_id": "5cc0869814c02e000a4cad94", + "_name": "Feet", + "_parent": "5cd943c31388ce000a659df5", + "_type": "Node", + "_props": { + "AvailableAsDefault": false, + "Description": "Feet", + "Name": "Feet", + "ProfileVersions": [], + "ShortName": "Feet", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_feet.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5df8e79286f7744a122d6836": { + "_id": "5df8e79286f7744a122d6836", + "_name": "scav_kit_lower_sklon", "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "DefaultBearLowerSuite", - "Name": "DefaultBearLowerSuite", + "Description": "SavageLowerSuite2", + "Name": "SavageLowerSuite2", "ProfileVersions": [], - "ShortName": "DefaultBearLowerSuite", + "ShortName": "SavageLowerSuite2", "Side": [ - "Usec" + "Savage" + ], + "Game": [], + "Feet": "5df8a15186f77412640e2e6a" + }, + "_proto": "5cdea30c7d6c8b04737c2d15" + }, + "5f5f653179db6e3f0e19b762": { + "_id": "5f5f653179db6e3f0e19b762", + "_name": "scav_kit_lower_SlimPants", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageLowerSuite2", + "Name": "SavageLowerSuite2", + "ProfileVersions": [], + "ShortName": "SavageLowerSuite2", + "Side": [ + "Savage" ], "Game": [ - "eft" + "eft", + "arena" ], - "Feet": "5d1f592286f7743f8362bcdb" + "Feet": "5f5e41576760b4138443b344" }, - "_proto": "5cd946231388ce000d572fe3" + "_proto": "5cdea30c7d6c8b04737c2d15" }, - "5e9dcc8a86f77434375990e2": { - "_id": "5e9dcc8a86f77434375990e2", - "_name": "bear_kit_lower_zaslon", + "6658a01e3733207cb6677dc7": { + "_id": "6658a01e3733207cb6677dc7", + "_name": "bear_red_team_lower_1", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_red_team_lower_1", + "Name": "bear_red_team_lower_1", + "ProfileVersions": [], + "ShortName": "bear_red_team_lower_1", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "642e71620a69698d1b049f0a" + } + }, + "5d1f647a86f7744bca3f1691": { + "_id": "5d1f647a86f7744bca3f1691", + "_name": "bear_kit_lower_summerfield", "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { @@ -17519,9 +13623,10 @@ "Bear" ], "Game": [ - "eft" + "eft", + "arena" ], - "Feet": "5e9dc97c86f774054c19ac9a" + "Feet": "5d1f588e86f7744bcc048753" }, "_proto": "5cd946231388ce000d572fe3" }, @@ -17547,9 +13652,2169 @@ }, "_proto": "5cd946231388ce000d572fe3" }, - "5d1f646c86f7743f8362cf3f": { - "_id": "5d1f646c86f7743f8362cf3f", - "_name": "bear_kit_lower_gorkakobra", + "5e9dccd686f774343b592592": { + "_id": "5e9dccd686f774343b592592", + "_name": "usec_kit_lower_DeepRecon", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Feet": "5e9dcadd86f7743e20652f23" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f60ae86f7744bcc04998b": { + "_id": "5d1f60ae86f7744bcc04998b", + "_name": "bear_kit_upper_contractortshirt", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "5d1f565786f7743f8362bcd5", + "Hands": "5d1f5aa286f7744bca3f0b9c" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "66043a3910bcdf80ff0e9f7c": { + "_id": "66043a3910bcdf80ff0e9f7c", + "_name": "usec_kit_upper_CryeAC_Alpha_Green", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Body": "66043728333907134309d647", + "Hands": "6604375110bcdf80ff0e9f7a" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "64a436122d2c4e6e970f4117": { + "_id": "64a436122d2c4e6e970f4117", + "_name": "Top_BOSS_Blackknight_quest", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BOSS_Blackknight", + "Name": "Top_BOSS_Blackknight", + "ProfileVersions": [], + "ShortName": "Top_BOSS_Blackknight", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_blackknight_quest.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "642d9bbf6c06444bf7033855": { + "_id": "642d9bbf6c06444bf7033855", + "_name": "Top_BT_3", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BT_3", + "Name": "Top_BT_3", + "ProfileVersions": [], + "ShortName": "Top_BT_3", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bt_3.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "66aa5d36f641b13ad238f8c3": { + "_id": "66aa5d36f641b13ad238f8c3", + "_name": "Top_Boss_Partizan", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_Boss_Partizan", + "Name": "Top_Boss_Partizan", + "ProfileVersions": [], + "ShortName": "Top_Boss_Partizan", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_partizan.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "5d1f566d86f7744bcd13459a": { + "_id": "5d1f566d86f7744bcd13459a", + "_name": "bear_upper_blacklynx", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_blacklynx.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5d1f564b86f7744bcb0acd16": { + "_id": "5d1f564b86f7744bcb0acd16", + "_name": "bear_upper_summerfield", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bear_polevoi.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5d4da0cb86f77450fe0a6629": { + "_id": "5d4da0cb86f77450fe0a6629", + "_name": "usec_upper_commando", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_usec_commando.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5fd22d311add82653b5a704c": { + "_id": "5fd22d311add82653b5a704c", + "_name": "wild_body_underarmour", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body", + "Name": "wild_body", + "ProfileVersions": [], + "ShortName": "wild_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_underarmour.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e59214c02e000f16684e" + }, + "5d28ae2986f7742926686185": { + "_id": "5d28ae2986f7742926686185", + "_name": "wild_security_body_2", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_security_body_2", + "Name": "wild_security_body_2", + "ProfileVersions": [], + "ShortName": "wild_security_body_2", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/wild_security_body_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "670d19467ca0004a2a02260a": { + "_id": "670d19467ca0004a2a02260a", + "_name": "zombie_top_bear_thermo", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_bear_thermo", + "Name": "zombie_top_bear_thermo", + "ProfileVersions": [], + "ShortName": "zombie_top_bear_thermo", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_bear_thermo.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "671654b5f68df05790043128": { + "_id": "671654b5f68df05790043128", + "_name": "zombie_top_lab_personnal_a", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_lab_personnal_a", + "Name": "zombie_top_lab_personnal_a", + "ProfileVersions": [], + "ShortName": "zombie_top_lab_personnal_a", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_lab_personnal_a.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d195519b4a3d9e9057637": { + "_id": "670d195519b4a3d9e9057637", + "_name": "zombie_top_usec_ac_cry", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_usec_ac_cry", + "Name": "zombie_top_usec_ac_cry", + "ProfileVersions": [], + "ShortName": "zombie_top_usec_ac_cry", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_usec_ac_cry.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1966186ee334e70ee702": { + "_id": "670d1966186ee334e70ee702", + "_name": "zombie_top_usec_carinthia_softshell", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_usec_carinthia_softshell", + "Name": "zombie_top_usec_carinthia_softshell", + "ProfileVersions": [], + "ShortName": "zombie_top_usec_carinthia_softshell", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_usec_carinthia_softshell.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1a2be002387b8802950e": { + "_id": "670d1a2be002387b8802950e", + "_name": "zombie_top_wild_hoody_victory", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_hoody_victory", + "Name": "zombie_top_wild_hoody_victory", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_hoody_victory", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_hoody_victory.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "67af2d83af9667d8ea0d39ac": { + "_id": "67af2d83af9667d8ea0d39ac", + "_name": "Top_Arena_Gladiator", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_RT_3", + "Name": "Top_RT_3", + "ProfileVersions": [], + "ShortName": "Top_RT_3", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_arena_gladiator.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5f5e40400bc58666c37e7819": { + "_id": "5f5e40400bc58666c37e7819", + "_name": "bear_lower_g99", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_g99.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "5df89f8f86f77412672a1e38": { + "_id": "5df89f8f86f77412672a1e38", + "_name": "bear_lower_oldschool", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_oldschool.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "6295e944e9de5e7b3751c4da": { + "_id": "6295e944e9de5e7b3751c4da", + "_name": "usec_lower_chameleon_softshell", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_lower_chameleon_softshell", + "Name": "usec_lower_chameleon_softshell", + "ProfileVersions": [], + "ShortName": "usec_lower_chameleon_softshell", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_chameleon_softshell.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "6571cad4c8673f00290f5657": { + "_id": "6571cad4c8673f00290f5657", + "_name": "usec_lower_velocity", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_velocity.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "642c5273ff5ecad7810a89d7": { + "_id": "642c5273ff5ecad7810a89d7", + "_name": "Top_BT_2", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Top_BT_2", + "Name": "Top_BT_2", + "ProfileVersions": [], + "ShortName": "Top_BT_2", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_bt_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670fa4b08a2b9e2bde05b751": { + "_id": "670fa4b08a2b9e2bde05b751", + "_name": "zombie_pants_boss_tagilla", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_pants_boss_tagilla", + "Name": "zombie_pants_boss_tagilla", + "ProfileVersions": [], + "ShortName": "zombie_pants_boss_tagilla", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_pants_boss_tagilla.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "5fce3e0cfe40296c1d5fd782": { + "_id": "5fce3e0cfe40296c1d5fd782", + "_name": "bear_tshirt_termo", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_bear_termo.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "5e9d9fa986f774054d6b89f2": { + "_id": "5e9d9fa986f774054d6b89f2", + "_name": "bear_upper_tiger", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DeafaultBearBody", + "Name": "DeafaultBearBody", + "ProfileVersions": [], + "ShortName": "DeafaultBearBody", + "Side": [ + "Bear" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_bear_tiger.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc0858d14c02e000c6bea66" + }, + "609e86926e8078716f600883": { + "_id": "609e86926e8078716f600883", + "_name": "top_boss_tagilla", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_Killa_body", + "Name": "wild_Killa_body", + "ProfileVersions": [], + "ShortName": "wild_Killa_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_boss_tagilla.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea33e7d6c8b0474535dac" + }, + "618aeee10a5a59657e5f55ed": { + "_id": "618aeee10a5a59657e5f55ed", + "_name": "bear_hands_sumrak", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_sumrak/hands_bear_sumrak.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05769, + "y": 0.00035, + "z": 0.0414 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_traserp66.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 1.214923, + "y": 6.277458, + "z": 2.686083 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "66043d59333907134309d649": { + "_id": "66043d59333907134309d649", + "_name": "bear_hands_windshirt_black", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_ops_windshirt/hands_bear_ops_windshirt_black.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.06555, + "y": -0.00138, + "z": 0.03884 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch_luminoxrecon.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -3.654, + "y": 3.013, + "z": 2.66 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "5fb53d0b7b5d1342ee24bd64": { + "_id": "5fb53d0b7b5d1342ee24bd64", + "_name": "top_cultist_02", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "top_cultist_02", + "Name": "top_cultist_02", + "ProfileVersions": [], + "ShortName": "top_cultist_02", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_cultist_02.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9f337d6c8b0474535da8" + }, + "660437e57502eca33a08caca": { + "_id": "660437e57502eca33a08caca", + "_name": "usec_upper_velocity_multicam", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/tshirt_usec_velocity_multicam.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5d1f5b1986f7744bcd1345a1": { + "_id": "5d1f5b1986f7744bcd1345a1", + "_name": "usec_hands_flexion", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_softshell/hands_usec_softshell.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "619238266c614e6d15792bca": { + "_id": "619238266c614e6d15792bca", + "_name": "wild_body_bomber", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_body", + "Name": "wild_body", + "ProfileVersions": [], + "ShortName": "wild_body", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_wild_bomber.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc2e59214c02e000f16684e" + }, + "670d19397ca0004a2a022608": { + "_id": "670d19397ca0004a2a022608", + "_name": "zombie_top_bear_telnik", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_bear_telnik", + "Name": "zombie_top_bear_telnik", + "ProfileVersions": [], + "ShortName": "zombie_top_bear_telnik", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_bear_telnik.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "670d1a13e002387b8802950c": { + "_id": "670d1a13e002387b8802950c", + "_name": "zombie_top_wild_hoody01", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_top_wild_hoody01", + "Name": "zombie_top_wild_hoody01", + "ProfileVersions": [], + "ShortName": "zombie_top_wild_hoody01", + "Side": [ + "Savage" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_top_wild_hoody01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "5d1f5b5386f7744bcc048757": { + "_id": "5d1f5b5386f7744bcc048757", + "_name": "usec_hands_pcuironsight", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_orc_pcu/hands_usec_orc_pcu.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "67ab150c508ee9b6440e9c60": { + "_id": "67ab150c508ee9b6440e9c60", + "_name": "Top_usec_carinthia_softshell_arena_bp_01", + "_parent": "5cc0868e14c02e000c6bea68", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecBody", + "Name": "DefaultUsecBody", + "ProfileVersions": [], + "ShortName": "DefaultUsecBody", + "Side": [ + "Usec" + ], + "BodyPart": "Body", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/top_usec_carinthia_softshell_arena_bp_01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95d97d6c8b647a3769b0" + }, + "5fd7769cd3d418755f40ea43": { + "_id": "5fd7769cd3d418755f40ea43", + "_name": "usec_hands_tier3", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_tier3/hands_usec_tier3.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "5fdb50bb2b730a787b3f78cf": { + "_id": "5fdb50bb2b730a787b3f78cf", + "_name": "bear_head_1", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "BearHead1", + "Name": "BearHead1", + "ProfileVersions": [], + "ShortName": "BearHead1", + "Side": [ + "Bear" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/bear_head_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc084dd14c02e000b0550a3" + }, + "654a2bc5ee6e547e9f6238e7": { + "_id": "654a2bc5ee6e547e9f6238e7", + "_name": "Pants_BOSS_Kolontai", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_BOSS_Zryachi", + "Name": "Pants_BOSS_Zryachi", + "ProfileVersions": [], + "ShortName": "Pants_BOSS_Zryachi", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_boss_kolontai.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "670d18827ca0004a2a022603": { + "_id": "670d18827ca0004a2a022603", + "_name": "zombie_head_wild_head_1", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_wild_head_1", + "Name": "zombie_head_wild_head_1", + "ProfileVersions": [], + "ShortName": "zombie_head_wild_head_1", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_wild_head_1.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "61a4a06dba63c0388e05613e": { + "_id": "61a4a06dba63c0388e05613e", + "_name": "scav_kit_lower_yellowcoat", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageLowerSuite2", + "Name": "SavageLowerSuite2", + "ProfileVersions": [], + "ShortName": "SavageLowerSuite2", + "Side": [ + "Savage" + ], + "Game": [], + "Feet": "61922589bb2cea6f7a22d964" + }, + "_proto": "5cdea30c7d6c8b04737c2d15" + }, + "5d5e7f4986f7746956659f8a": { + "_id": "5d5e7f4986f7746956659f8a", + "_name": "Pants_security_Gorka4", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Pants_security_Gorka4", + "Name": "Pants_security_Gorka4", + "ProfileVersions": [], + "ShortName": "Pants_security_Gorka4", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_security_gorka4.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cdea3c47d6c8b0475341734" + }, + "67599889a378f89a3e089b5a": { + "_id": "67599889a378f89a3e089b5a", + "_name": "bear_kit_lower_winterset", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_kit_lower_winterset", + "Name": "bear_kit_lower_winterset", + "ProfileVersions": [], + "ShortName": "bear_kit_lower_winterset", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "675994c9f7adb892bd080766" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "66043cf87502eca33a08cad2": { + "_id": "66043cf87502eca33a08cad2", + "_name": "bear_lower_srvv_surpat", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBeerFeet", + "Name": "DefaultBeerFeet", + "ProfileVersions": [], + "ShortName": "DefaultBeerFeet", + "Side": [ + "Bear" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_bear_srvv_surpat.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cc085bb14c02e000e67a5c5" + }, + "657f8e6ccbb8470421442525": { + "_id": "657f8e6ccbb8470421442525", + "_name": "usec_kit_lower_velocity", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "6571cad4c8673f00290f5657" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "67b32b53038008b0e105de2c": { + "_id": "67b32b53038008b0e105de2c", + "_name": "bear_kit_lower_Phoenix_arena_bp_01", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Feet": "67ab0b06755a9402da001199" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f590486f7744bcd13459e": { + "_id": "5d1f590486f7744bcd13459e", + "_name": "usec_lower_jeansranger", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecFeet", + "Name": "DefaultUsecFeet", + "ProfileVersions": [], + "ShortName": "DefaultUsecFeet", + "Side": [ + "Usec" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_usec_jeans01.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95ef7d6c8b04713c4f2d" + }, + "5fd7910ae3bfcf6cab4c9f55": { + "_id": "5fd7910ae3bfcf6cab4c9f55", + "_name": "SavageKitUpperRainparka", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite1", + "Name": "SavageUpperSuite1", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite1", + "Side": [ + "Savage" + ], + "Game": [], + "Body": "5fd1eb3fbe3b7107d66cb645", + "Hands": "5fd78fe9e3bfcf6cab4c9f54" + }, + "_proto": "5cdea23c7d6c8b04723cf47b" + }, + "5f5e41576760b4138443b344": { + "_id": "5f5e41576760b4138443b344", + "_name": "wild_feet_slimPants", + "_parent": "5cc0869814c02e000a4cad94", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "wild_feet_1", + "Name": "wild_feet_1", + "ProfileVersions": [], + "ShortName": "wild_feet_1", + "Side": [ + "Savage" + ], + "BodyPart": "Feet", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/pants_wild_slimpants.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9fb87d6c8b0474535da9" + }, + "5df8e5c886f7744a122d6834": { + "_id": "5df8e5c886f7744a122d6834", + "_name": "bear_kit_upper_zaslon", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Body": "5df89f1f86f77412631087ea", + "Hands": "5df8e76486f7740bfe6df782" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "619bf75264927e572d0d5853": { + "_id": "619bf75264927e572d0d5853", + "_name": "bear_kit_upper_sumrak", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "617bca4b4013b06b0b78df2a", + "Hands": "618aeee10a5a59657e5f55ed" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f5aca86f7744bce0ee9f1": { + "_id": "5d1f5aca86f7744bce0ee9f1", + "_name": "bear_hands_summerfield", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_bear_polevoi/hands_bear_polevoi.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05058, + "y": 0.00288, + "z": 0.03636 + }, + "WatchPrefab": { + "path": "assets/content/hands/bear/bear_watch.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": -10.06189, + "y": -2.463654, + "z": 2.506674 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "64ef3f3739e45b527a7c40ae": { + "_id": "64ef3f3739e45b527a7c40ae", + "_name": "pmc_hands_blackknight_quest", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearHands", + "Name": "DefaultBearHands", + "ProfileVersions": [], + "ShortName": "DefaultBearHands", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_boss_blackknight_quest/hands_boss_blackknight_quest.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.08181, + "y": -0.00469, + "z": -0.04067 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 178.442, + "y": 9.906, + "z": -0.028 + } + }, + "_proto": "5cc0876314c02e000c6bea6b" + }, + "5f5f3fc66bdad616ad46d62f": { + "_id": "5f5f3fc66bdad616ad46d62f", + "_name": "usec_hands_NightPatrol", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_nightpatrol/hands_usec_nightpatrol.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "6393082c1c8f182ad90c8961": { + "_id": "6393082c1c8f182ad90c8961", + "_name": "usec_hands_carinthia_softshell", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_carinthia_softshell/hands_usec_carinthia_softshell.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05244, + "y": -0.01385, + "z": -0.043 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 168.419, + "y": 7.066986, + "z": -1.380981 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "618d1a5574bb2d036a049ea9": { + "_id": "618d1a5574bb2d036a049ea9", + "_name": "usec_hands_cereum", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_cereum/hands_usec_cereum.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.0805, + "y": -0.00675, + "z": -0.04166 + }, + "WatchPrefab": { + "path": "assets/content/hands/usec/usec_watch_garmintactix.bundle", + "rcid": "" + }, + "WatchRotation": { + "x": 4.175096, + "y": -172.2915, + "z": -178.331 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "6295e95e2ff06264a71c7c1f": { + "_id": "6295e95e2ff06264a71c7c1f", + "_name": "usec_hands_chameleon_softshell", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecHands", + "Name": "DefaultUsecHands", + "ProfileVersions": [], + "ShortName": "DefaultUsecHands", + "Side": [ + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_usec_chameleon_softshell/hands_usec_chameleon_softshell.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde95fa7d6c8b04737c2d13" + }, + "67ac8728e4d14ccd6005de88": { + "_id": "67ac8728e4d14ccd6005de88", + "_name": "Hands_BP_1_black", + "_parent": "5cc086a314c02e000c6bea69", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Hands_FW_1", + "Name": "Hands_FW_1", + "ProfileVersions": [], + "ShortName": "Hands_FW_1", + "Side": [ + "Bear", + "Usec" + ], + "BodyPart": "Hands", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/hands/hands_arena_bp_1/hands_bp_1_black.skin.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": -0.05124, + "y": -0.0142, + "z": 0.04232 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 12.477, + "y": 2.481, + "z": -0.737 + } + } + }, + "636129784aa74b8fe30ab418": { + "_id": "636129784aa74b8fe30ab418", + "_name": "Head_BOSS_Zryachi", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Head_BOSS_Zryachi", + "Name": "Head_BOSS_Zryachi", + "ProfileVersions": [], + "ShortName": "Head_BOSS_Zryachi", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/character/prefabs/head_boss_zryachi.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + }, + "_proto": "5cde9ff17d6c8b0474535daa" + }, + "670d1854032591157e0c353a": { + "_id": "670d1854032591157e0c353a", + "_name": "zombie_head_usec_head_2", + "_parent": "5cc085e214c02e000c6bea67", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "zombie_head_usec_head_2", + "Name": "zombie_head_usec_head_2", + "ProfileVersions": [], + "ShortName": "zombie_head_usec_head_2", + "Side": [ + "Savage" + ], + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "assets/content/characters/wip/zombies/zombiesbody/prefabs/zombie_head_usec_head_2.bundle", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } + } + }, + "66043e1dc8949a435906e438": { + "_id": "66043e1dc8949a435906e438", + "_name": "bear_kit_lower_OPS_Windshirt_tan", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Feet": "66043d7ac8949a435906e434" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "63a8a446dd384f7e8d716f9d": { + "_id": "63a8a446dd384f7e8d716f9d", + "_name": "usec_kit_lower_carinthia_softshell", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Feet": "637ba17aa10a96c2b605dbc2" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5e9dcc8a86f77434375990e2": { + "_id": "5e9dcc8a86f77434375990e2", + "_name": "bear_kit_lower_zaslon", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Feet": "5e9dc97c86f774054c19ac9a" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "66043ab1c8949a435906e42e": { + "_id": "66043ab1c8949a435906e42e", + "_name": "usec_kit_lower_velocity_multicam", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Feet": "660436a810bcdf80ff0e9f78" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "61a4a1c59128666d8302b5f3": { + "_id": "61a4a1c59128666d8302b5f3", + "_name": "scav_kit_lower_bomber", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageLowerSuite2", + "Name": "SavageLowerSuite2", + "ProfileVersions": [], + "ShortName": "SavageLowerSuite2", + "Side": [ + "Savage" + ], + "Game": [], + "Feet": "6193be546e5968395b260157" + }, + "_proto": "5cdea30c7d6c8b04737c2d15" + }, + "5d1f646286f7744bce0ef70a": { + "_id": "5d1f646286f7744bce0ef70a", + "_name": "bear_kit_lower_fsburban", "_parent": "5cd944d01388ce000a659df9", "_type": "Item", "_props": { @@ -17565,13 +15830,349 @@ "eft", "arena" ], - "Feet": "5d1f58a086f7743f8362bcd9" + "Feet": "5d1f58cb86f7744bca3f0b9a" }, "_proto": "5cd946231388ce000d572fe3" }, - "5fd3e8e5bdd50d684f73a51d": { - "_id": "5fd3e8e5bdd50d684f73a51d", - "_name": "bear_kit_upper_termo", + "66043e047502eca33a08cad6": { + "_id": "66043e047502eca33a08cad6", + "_name": "bear_kit_lower_srvv_surpat", + "_parent": "5cd944d01388ce000a659df9", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Feet": "66043cf87502eca33a08cad2" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "61a49f549128666d8302b5f1": { + "_id": "61a49f549128666d8302b5f1", + "_name": "SavageKitUpperYellowcoat", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite1", + "Name": "SavageUpperSuite1", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite1", + "Side": [ + "Savage" + ], + "Game": [ + "arena" + ], + "Body": "618d1af10a5a59657e5f56f3", + "Hands": "6197aca964ae5436d76c1f98" + }, + "_proto": "5cdea23c7d6c8b04723cf47b" + }, + "5d1f623e86f7744bce0ef705": { + "_id": "5d1f623e86f7744bce0ef705", + "_name": " usec_kit_upper_pcuironsight", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "5d1f56a686f7744bce0ee9eb", + "Hands": "5d1f5b5386f7744bcc048757" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5e4bb08f86f774069619fbbc": { + "_id": "5e4bb08f86f774069619fbbc", + "_name": "bear_kit_upper_telnik", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Body": "5e4bb31586f7740695730568", + "Hands": "5e4bb1d286f77406a313ec59" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "67ac878ca6749cd1690ae1df": { + "_id": "67ac878ca6749cd1690ae1df", + "_name": "pmc_battlepass_1_black", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_battlepass_1_black", + "Name": "pmc_battlepass_1_black", + "ProfileVersions": [], + "ShortName": "pmc_battlepass_1_black", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ac86f8a6749cd1690ae1dd", + "Hands": "67ac8728e4d14ccd6005de88" + } + }, + "67ac8b19e4d14ccd6005de8c": { + "_id": "67ac8b19e4d14ccd6005de8c", + "_name": "Usec_kit_upper_carinthia_softshell_bp_01", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Usec_kit_upper_carinthia_softshell_bp_01", + "Name": "Usec_kit_upper_carinthia_softshell_bp_01", + "ProfileVersions": [], + "ShortName": "Usec_kit_upper_carinthia_softshell_bp_01", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ab150c508ee9b6440e9c60", + "Hands": "67ac83375d717b44c00a0c92" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5d1f622186f7744bca3f168c": { + "_id": "5d1f622186f7744bca3f168c", + "_name": "usec_kit_upper_aggressor", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5d1f56c686f7744bcd13459c", + "Hands": "5d1f5b0686f7743f8362bcde" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "657f8e9824d2053bb360b51d": { + "_id": "657f8e9824d2053bb360b51d", + "_name": "usec_kit_upper_velocity", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "6571cb0923aa6d72760a7f8f", + "Hands": "657316a92dba425ccc0141a4" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "63a8a3f5dd384f7e8d716f9b": { + "_id": "63a8a3f5dd384f7e8d716f9b", + "_name": "usec_kit_upper_carinthia_softshell", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "637b945722e2a933ed0e33c8", + "Hands": "6393082c1c8f182ad90c8961" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "67ac88ef2d470eee7a03a726": { + "_id": "67ac88ef2d470eee7a03a726", + "_name": "pmc_battlepass_4", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_battlepass_4", + "Name": "pmc_battlepass_4", + "ProfileVersions": [], + "ShortName": "pmc_battlepass_4", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ac7f295d717b44c00a0c8c", + "Hands": "67ac8233a6749cd1690ae1db" + } + }, + "675698eafb0f45813a055a36": { + "_id": "675698eafb0f45813a055a36", + "_name": "usec_kit_upper_special_ops", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Body": "675697b09fe31e6df7031b26", + "Hands": "675698339fe31e6df7031b28" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "6750713a65b30e16220465d6": { + "_id": "6750713a65b30e16220465d6", + "_name": "usec_kit_upper_deadly_frog", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "6750704650f7ea9dc604afc6", + "Hands": "675071099170ae7dd00d4216" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "6038b228af2e28262649af14": { + "_id": "6038b228af2e28262649af14", + "_name": "bear_kit_upper_voin", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "6033a31e9ec839204e6a2f3e", + "Hands": "6034d3053903bc73173b0d35" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5e4bb8e686f77406796b7ba2": { + "_id": "5e4bb8e686f77406796b7ba2", + "_name": "SavageUpperRussia1", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite1", + "Name": "SavageUpperSuite1", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite1", + "Side": [ + "Savage" + ], + "Game": [], + "Body": "5e4bb3ee86f77406975c934e", + "Hands": "5e4bb49586f77406a313ec5a" + }, + "_proto": "5cdea23c7d6c8b04723cf47b" + }, + "66043a697502eca33a08cace": { + "_id": "66043a697502eca33a08cace", + "_name": "usec_kit_upper_velocity_multicam", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft" + ], + "Body": "660437e57502eca33a08caca", + "Hands": "660438077502eca33a08cacc" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "675998aba378f89a3e089b5c": { + "_id": "675998aba378f89a3e089b5c", + "_name": "bear_kit_upper_winterset", "_parent": "5cd944ca1388ce03a44dc2a4", "_type": "Item", "_props": { @@ -17587,14 +16188,60 @@ "eft", "arena" ], - "Body": "5fce3e0cfe40296c1d5fd782", - "Hands": "5fd75289b1f9ad0f60509d25" + "Body": "67599500a378f89a3e089b56", + "Hands": "676014635fa2f21d3c0b9f56" }, "_proto": "5cd946231388ce000d572fe3" }, - "5d1f609d86f7744bca3f1689": { - "_id": "5d1f609d86f7744bca3f1689", - "_name": "bear_kit_upper_blacklynx", + "6295eb15869a02221651d318": { + "_id": "6295eb15869a02221651d318", + "_name": "usec_kit_upper_chameleon_softshell", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "6295e8c3e08ed747e64aea00", + "Hands": "6295e95e2ff06264a71c7c1f" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5fd3e77be504291efd0040ad": { + "_id": "5fd3e77be504291efd0040ad", + "_name": "usec_kit_upper_tier3", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5fcf63da5c287f01f22bf245", + "Hands": "5fd7769cd3d418755f40ea43" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5d1f60b486f7744bcb0adfa8": { + "_id": "5d1f60b486f7744bcb0adfa8", + "_name": "bear_kit_upper_fsbfastresponse", "_parent": "5cd944ca1388ce03a44dc2a4", "_type": "Item", "_props": { @@ -17607,34 +16254,310 @@ "Bear" ], "Game": [ - "eft", - "arena" + "arena", + "eft" ], - "Body": "5d1f566d86f7744bcd13459a", - "Hands": "5d1f5a9786f7743014162046" + "Body": "5d1f568486f7744bca3f0b98", + "Hands": "5d1f5ab286f7743f8362bcdd" }, "_proto": "5cd946231388ce000d572fe3" }, - "5cd945d71388ce000a659dfb": { - "_id": "5cd945d71388ce000a659dfb", - "_name": "DefaultBearUpperSuite", - "_parent": "5cd944ca1388ce03a44dc2a4", + "5fc614da00efd824885865c2": { + "_id": "5fc614da00efd824885865c2", + "_name": "Bear_3", + "_parent": "5fc100cf95572123ae738483", "_type": "Item", "_props": { "AvailableAsDefault": true, - "Description": "DefaultBearUpperSuite", - "Name": "DefaultBearUpperSuite", + "Description": "Bear_3", + "Name": "Bear_3", "ProfileVersions": [], - "ShortName": "DefaultBearUpperSuite", + "ShortName": "Bear_3", "Side": [ "Bear" ], - "Game": [ - "eft", - "arena" + "Prefab": "Bear_3" + } + }, + "67585108def253bd97084552": { + "_id": "67585108def253bd97084552", + "_name": "CyberEnvironmentUI", + "_parent": "67584ea0ff58ff0e7909e435", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "CyberEnvironmentUI", + "Name": "CyberEnvironmentUI", + "ProfileVersions": [], + "ShortName": "CyberEnvironmentUI", + "Side": [ + "Savage", + "Bear", + "Usec" ], - "Body": "5cc0858d14c02e000c6bea66", - "Hands": "5cc0876314c02e000c6bea6b" + "EnvironmentUIType": "CyberEnvironmentUiType" + } + }, + "67519b21ba5968fd800a01f5": { + "_id": "67519b21ba5968fd800a01f5", + "_name": "FriendlyGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "FriendlyGesture", + "Name": "FriendlyGesture", + "ProfileVersions": [], + "ShortName": "FriendlyGesture", + "Side": [ + "Usec", + "Bear", + "Savage" + ], + "Interaction": "FriendlyGesture" + } + }, + "5cd944d01388ce000a659df9": { + "_id": "5cd944d01388ce000a659df9", + "_name": "Lower", + "_parent": "5cd943b21388ce03a44dc2a2", + "_type": "Node", + "_props": { + "Feet": "5cc0869814c02e000a4cad94" + } + }, + "646e46d8f5438077af029fdb": { + "_id": "646e46d8f5438077af029fdb", + "_name": "Arena_Guard_2", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Arena_Guard_2", + "Name": "Arena_Guard_2", + "ProfileVersions": [], + "ShortName": "Arena_Guard_2", + "Side": [ + "Savage" + ], + "Prefab": "Arena_Guard_2" + } + }, + "5fc613c80b735e7b024c76e2": { + "_id": "5fc613c80b735e7b024c76e2", + "_name": "Scav_1", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Scav_1", + "Name": "Scav_1", + "ProfileVersions": [], + "ShortName": "Scav_1", + "Side": [ + "Savage" + ], + "Prefab": "Scav_1" + } + }, + "5fc1221a95572123ae7384a2": { + "_id": "5fc1221a95572123ae7384a2", + "_name": "Bear_1", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Bear_1", + "Name": "Bear_1", + "ProfileVersions": [], + "ShortName": "Bear_1", + "Side": [ + "Bear" + ], + "Prefab": "Bear_1" + } + }, + "66a8ce418ea1637a3c1b2044": { + "_id": "66a8ce418ea1637a3c1b2044", + "_name": "Boss_Partizan", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Boss_Partizan", + "Name": "Boss_Partizan", + "ProfileVersions": [], + "ShortName": "Boss_Partizan", + "Side": [ + "Savage" + ], + "Prefab": "Boss_Partizan" + } + }, + "67a22045cae994f25c087bb5": { + "_id": "67a22045cae994f25c087bb5", + "_name": "BossAgroTagilla", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossAgroTagilla", + "Name": "BossAgroTagilla", + "ProfileVersions": [], + "ShortName": "BossAgroTagilla", + "Side": [ + "Savage" + ], + "Prefab": "BossAgroTagilla" + } + }, + "674731d1170146228c0d222a": { + "_id": "674731d1170146228c0d222a", + "_name": "dogtag_usec_default", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "dogtag_usec_default", + "Name": "dogtag_usec_default", + "ProfileVersions": [], + "ShortName": "dogtag_usec_default", + "Side": [ + "Usec" + ], + "BearTemplateId": "", + "UsecTemplateId": "59f32c3b86f77472a31742f0" + } + }, + "67519afca34a61ba7f053e5c": { + "_id": "67519afca34a61ba7f053e5c", + "_name": "OkGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "OkGesture", + "Name": "OkGesture", + "ProfileVersions": [], + "ShortName": "OkGesture", + "Side": [ + "Bear", + "Usec", + "Savage" + ], + "Interaction": "OkGesture" + } + }, + "675843aef98f37560b029094": { + "_id": "675843aef98f37560b029094", + "_name": "KindergartenCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_kindergarten.bundle", + "rcid": "" + } + } + }, + "6754685b215930ae4c03ac56": { + "_id": "6754685b215930ae4c03ac56", + "_name": "CultistCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_cultist.bundle", + "rcid": "" + } + } + }, + "6754684a24c9a7ccb509d631": { + "_id": "6754684a24c9a7ccb509d631", + "_name": "ConcreteCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_concrete.bundle", + "rcid": "" + } + } + }, + "67585cf55ec257bf740a446f": { + "_id": "67585cf55ec257bf740a446f", + "_name": "TargetBoar", + "_parent": "67373f330eca6e03ab0d5394", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "", + "rcid": "TargetBoar" + } + } + }, + "5cd943c31388ce000a659df5": { + "_id": "5cd943c31388ce000a659df5", + "_name": "BodyParts", + "_parent": "5cbdb4a2e2b501000d352ae2", + "_type": "Node", + "_props": { + "BodyPart": "Head", + "IntegratedArmorVest": false, + "Prefab": { + "path": "", + "rcid": "" + }, + "WatchPosition": { + "x": 0, + "y": 0, + "z": 0 + }, + "WatchPrefab": { + "path": "", + "rcid": "" + }, + "WatchRotation": { + "x": 0, + "y": 0, + "z": 0 + } } }, "5df8e65d86f77412672a1e46": { @@ -17657,79 +16580,202 @@ }, "_proto": "5cdea42e7d6c8b0474535dad" }, - "66589c2edaadd1069736c54e": { - "_id": "66589c2edaadd1069736c54e", - "_name": "usec_blue_team_upper_2", + "67ac88b55d717b44c00a0c9a": { + "_id": "67ac88b55d717b44c00a0c9a", + "_name": "pmc_battlepass_3", "_parent": "5cd944ca1388ce03a44dc2a4", "_type": "Item", "_props": { "AvailableAsDefault": false, - "Description": "usec_blue_team_upper_2", - "Name": "usec_blue_team_upper_2", + "Description": "pmc_battlepass_3", + "Name": "pmc_battlepass_3", "ProfileVersions": [], - "ShortName": "usec_blue_team_upper_2", + "ShortName": "pmc_battlepass_3", "Side": [ + "Bear", "Usec" ], "Game": [ - "eft", - "arena" + "arena", + "eft" ], - "Body": "642c5273ff5ecad7810a89d7", - "Hands": "64368d69ac11c9eaf10d890e" + "Body": "67ac7f135f7251f49d0e9b0b", + "Hands": "67ac81fd5d717b44c00a0c8e" } }, - "5fc1223595572123ae7384a3": { - "_id": "5fc1223595572123ae7384a3", - "_name": "Usec_1", + "675467bb5b7ebafefd0ebc2e": { + "_id": "675467bb5b7ebafefd0ebc2e", + "_name": "OrangeWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_orange.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "67adafa1e6a915f9fd050f66": { + "_id": "67adafa1e6a915f9fd050f66", + "_name": "LabyrinthWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_labyrinth.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "67373f520eca6e03ab0d5397": { + "_id": "67373f520eca6e03ab0d5397", + "_name": "ItemSlot", + "_parent": "67373ef90eca6e03ab0d538c", + "_type": "Node", + "_props": {} + }, + "67373f330eca6e03ab0d5394": { + "_id": "67373f330eca6e03ab0d5394", + "_name": "ShootingRangeMark", + "_parent": "67373ef90eca6e03ab0d538c", + "_type": "Node", + "_props": { + "AssetPath": { + "path": "", + "rcid": "" + } + } + }, + "67373f170eca6e03ab0d5391": { + "_id": "67373f170eca6e03ab0d5391", + "_name": "Floor", + "_parent": "67373ef90eca6e03ab0d538c", + "_type": "Node", + "_props": { + "AssetPath": { + "path": "", + "rcid": "" + }, + "HideGarbage": false + } + }, + "67ac886da6749cd1690ae1e1": { + "_id": "67ac886da6749cd1690ae1e1", + "_name": "pmc_battlepass_2", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_battlepass_2", + "Name": "pmc_battlepass_2", + "ProfileVersions": [], + "ShortName": "pmc_battlepass_2", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ac7eeba6749cd1690ae1d7", + "Hands": "67ac81ab5f7251f49d0e9b0d" + } + }, + "67ac8937a6749cd1690ae1e3": { + "_id": "67ac8937a6749cd1690ae1e3", + "_name": "pmc_battlepass_6", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_battlepass_6", + "Name": "pmc_battlepass_6", + "ProfileVersions": [], + "ShortName": "pmc_battlepass_6", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ac7f52e4d14ccd6005de86", + "Hands": "67ac825b5d717b44c00a0c90" + } + }, + "6284d6ab8e4092597733b7a7": { + "_id": "6284d6ab8e4092597733b7a7", + "_name": "Usec_5", "_parent": "5fc100cf95572123ae738483", "_type": "Item", "_props": { "AvailableAsDefault": true, - "Description": "Usec_1", - "Name": "Usec_1", + "Description": "Usec_5", + "Name": "Usec_5", "ProfileVersions": [], - "ShortName": "Usec_1", + "ShortName": "Usec_5", "Side": [ "Usec" ], - "Prefab": "Usec_1" + "Prefab": "Usec_5" } }, - "5fc614da00efd824885865c2": { - "_id": "5fc614da00efd824885865c2", - "_name": "Bear_3", + "668677330ae95580780867c6": { + "_id": "668677330ae95580780867c6", + "_name": "Usec_6", "_parent": "5fc100cf95572123ae738483", "_type": "Item", "_props": { "AvailableAsDefault": true, - "Description": "Bear_3", - "Name": "Bear_3", + "Description": "Usec_6", + "Name": "Usec_6", "ProfileVersions": [], - "ShortName": "Bear_3", + "ShortName": "Usec_6", "Side": [ - "Bear" + "Usec" ], - "Prefab": "Bear_3" + "Prefab": "Usec_6" } }, - "67519b21ba5968fd800a01f5": { - "_id": "67519b21ba5968fd800a01f5", - "_name": "FriendlyGesture", + "675198f2a34a61ba7f053e4d": { + "_id": "675198f2a34a61ba7f053e4d", + "_name": "RockGesture", "_parent": "6751848eba5968fd800a01d6", "_type": "Item", "_props": { - "AvailableAsDefault": true, - "Description": "FriendlyGesture", - "Name": "FriendlyGesture", + "AvailableAsDefault": false, + "Description": "RockGesture", + "Name": "RockGesture", "ProfileVersions": [], - "ShortName": "FriendlyGesture", + "ShortName": "RockGesture", "Side": [ "Usec", "Bear", "Savage" ], - "Interaction": "FriendlyGesture" + "Interaction": "RockGesture" } }, "675468bdb784110b2702fe13": { @@ -17753,6 +16799,1822 @@ } } }, + "67585d6ab032beb9b5097e96": { + "_id": "67585d6ab032beb9b5097e96", + "_name": "TargetDuck", + "_parent": "67373f330eca6e03ab0d5394", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "", + "rcid": "TargetDuck" + } + } + }, + "675a99c17b193086ca09e8a9": { + "_id": "675a99c17b193086ca09e8a9", + "_name": "TargetWhite", + "_parent": "67373f330eca6e03ab0d5394", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "", + "rcid": "TargetWhite" + } + } + }, + "67585d161840a37ff10ebdd1": { + "_id": "67585d161840a37ff10ebdd1", + "_name": "TargetBoutle", + "_parent": "67373f330eca6e03ab0d5394", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "", + "rcid": "TargetBoutle" + } + } + }, + "675467f4c6e063d76309c60d": { + "_id": "675467f4c6e063d76309c60d", + "_name": "WallpaperWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_wallpaper.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "5e4bb5e486f77406796b7b9e": { + "_id": "5e4bb5e486f77406796b7b9e", + "_name": "usec_kit_upper_tier_2", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "5e4bb35286f77406a511c9bc", + "Hands": "5e4bb1fe86f774069342dec8" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "675850ba33627edb710b0592": { + "_id": "675850ba33627edb710b0592", + "_name": "TheUnheardEditionEnvironmentUI", + "_parent": "67584ea0ff58ff0e7909e435", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "TheUnheardEditionEnvironmentUI", + "Name": "TheUnheardEditionEnvironmentUI", + "ProfileVersions": [ + "unheard_edition", + "eod_tue_edition" + ], + "ShortName": "TheUnheardEditionEnvironmentUI", + "Side": [ + "Bear", + "Usec" + ], + "EnvironmentUIType": "TheUnheardEditionEnvironmentUiType" + } + }, + "67ac8911f46484d877033ed6": { + "_id": "67ac8911f46484d877033ed6", + "_name": "pmc_battlepass_5", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_battlepass_5", + "Name": "pmc_battlepass_5", + "ProfileVersions": [], + "ShortName": "pmc_battlepass_5", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ac7f3ca6749cd1690ae1d9", + "Hands": "67ac82465f7251f49d0e9b0f" + } + }, + "6720aa2d1c5e609cb70d5528": { + "_id": "6720aa2d1c5e609cb70d5528", + "_name": "Zombie_Medium", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Zombie_Medium", + "Name": "Zombie_Medium", + "ProfileVersions": [], + "ShortName": "Zombie_Medium", + "Side": [ + "Savage" + ], + "Prefab": "Zombie_Medium" + } + }, + "5fc614130b735e7b024c76e4": { + "_id": "5fc614130b735e7b024c76e4", + "_name": "Scav_3", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Scav_3", + "Name": "Scav_3", + "ProfileVersions": [], + "ShortName": "Scav_3", + "Side": [ + "Savage" + ], + "Prefab": "Scav_3" + } + }, + "6746fd09bafff85008048838": { + "_id": "6746fd09bafff85008048838", + "_name": "dogtag_bear_eod", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "dogtag_bear_eod", + "Name": "dogtag_bear_eod", + "ProfileVersions": [ + "edge_of_darkness", + "eod_tue_edition" + ], + "ShortName": "dogtag_bear_eod", + "Side": [ + "Bear" + ], + "BearTemplateId": "6662e9aca7e0b43baa3d5f74", + "UsecTemplateId": "" + } + }, + "67519adaba5968fd800a01f0": { + "_id": "67519adaba5968fd800a01f0", + "_name": "NoGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "NoGesture", + "Name": "NoGesture", + "ProfileVersions": [], + "ShortName": "NoGesture", + "Side": [ + "Usec", + "Bear", + "Savage" + ], + "Interaction": "NoGesture" + } + }, + "675468cb43b934b1a7089ad7": { + "_id": "675468cb43b934b1a7089ad7", + "_name": "StuccoCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_stucco.bundle", + "rcid": "" + } + } + }, + "675466ea8b3797a0e8038bd2": { + "_id": "675466ea8b3797a0e8038bd2", + "_name": "WoodPlaneFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_woodplane.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "675466d57dadca6836092b26": { + "_id": "675466d57dadca6836092b26", + "_name": "WallpaperFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_wallpaper.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "67373f4b5a5ee73f2a081bb3": { + "_id": "67373f4b5a5ee73f2a081bb3", + "_name": "PosterSlot", + "_parent": "67373ef90eca6e03ab0d538c", + "_type": "Node", + "_props": {} + }, + "67373f1e5a5ee73f2a081baf": { + "_id": "67373f1e5a5ee73f2a081baf", + "_name": "Wall", + "_parent": "67373ef90eca6e03ab0d538c", + "_type": "Node", + "_props": { + "AssetPath": { + "path": "", + "rcid": "" + }, + "HideGarbage": false + } + }, + "675dcfea7ae1a8792107ca99": { + "_id": "675dcfea7ae1a8792107ca99", + "_name": "dogtag_prestige_2", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "dogtag_prestige_2", + "Name": "dogtag_prestige_2", + "ProfileVersions": [], + "ShortName": "dogtag_prestige_2", + "Side": [ + "Bear", + "Usec" + ], + "BearTemplateId": "675dcb0545b1a2d108011b2b", + "UsecTemplateId": "6764202ae307804338014c1a" + } + }, + "67604aa550dfa9253901a546": { + "_id": "67604aa550dfa9253901a546", + "_name": "Fingerguns2MannequinPose", + "_parent": "675ff48ce8d2356707079617", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "MannequinPoseName": "fingerguns2" + } + }, + "67604ab20aa8253ebe05fd08": { + "_id": "67604ab20aa8253ebe05fd08", + "_name": "SpreadingHandsMannequinPose", + "_parent": "675ff48ce8d2356707079617", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "MannequinPoseName": "spreadinghands" + } + }, + "67585d2cd7a2703986067e99": { + "_id": "67585d2cd7a2703986067e99", + "_name": "TargetColor1", + "_parent": "67373f330eca6e03ab0d5394", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "", + "rcid": "TargetColor1" + } + } + }, + "675ff48ce8d2356707079617": { + "_id": "675ff48ce8d2356707079617", + "_name": "MannequinPose", + "_parent": "67373ef90eca6e03ab0d538c", + "_type": "Node", + "_props": { + "MannequinPoseName": "" + } + }, + "67ac880e5d717b44c00a0c98": { + "_id": "67ac880e5d717b44c00a0c98", + "_name": "pmc_battlepass_1_white", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_battlepass_1_white", + "Name": "pmc_battlepass_1_white", + "ProfileVersions": [], + "ShortName": "pmc_battlepass_1_white", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ac870e5d717b44c00a0c94", + "Hands": "67ac873d5d717b44c00a0c96" + } + }, + "6284d6948e4092597733b7a5": { + "_id": "6284d6948e4092597733b7a5", + "_name": "Bear_2_Eng", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Bear_2_Eng", + "Name": "Bear_2_Eng", + "ProfileVersions": [], + "ShortName": "Bear_2_Eng", + "Side": [ + "Bear" + ], + "Prefab": "Bear_2_Eng" + } + }, + "6353fea0a644ca0c510d1dd8": { + "_id": "6353fea0a644ca0c510d1dd8", + "_name": "BossKilla", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossKilla", + "Name": "BossKilla", + "ProfileVersions": [], + "ShortName": "BossKilla", + "Side": [ + "Savage" + ], + "Prefab": "BossKilla" + }, + "_proto": "5fc50bddb4965a7a2f48c5af" + }, + "674dbf593bee1152d407f005": { + "_id": "674dbf593bee1152d407f005", + "_name": "dogtag_prestige_1", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "dogtag_prestige_1", + "Name": "dogtag_prestige_1", + "ProfileVersions": [], + "ShortName": "dogtag_prestige_1", + "Side": [ + "Bear", + "Usec" + ], + "BearTemplateId": "675dc9d37ae1a8792107ca96", + "UsecTemplateId": "6764207f2fa5e32733055c4a" + } + }, + "6747193f170146228c0d2226": { + "_id": "6747193f170146228c0d2226", + "_name": "dogtag_usec_tue", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "dogtag_usec_tue", + "Name": "dogtag_usec_tue", + "ProfileVersions": [ + "eod_tue_edition", + "unheard_edition" + ], + "ShortName": "dogtag_usec_tue", + "Side": [ + "Usec" + ], + "BearTemplateId": "", + "UsecTemplateId": "6662ea05f6259762c56f3189" + } + }, + "6751990a490b32072c06f1b3": { + "_id": "6751990a490b32072c06f1b3", + "_name": "ScissorGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "ScissorGesture", + "Name": "ScissorGesture", + "ProfileVersions": [], + "ShortName": "ScissorGesture", + "Side": [ + "Usec", + "Bear", + "Savage" + ], + "Interaction": "ScissorGesture" + } + }, + "675184a9490b32072c06f1a7": { + "_id": "675184a9490b32072c06f1a7", + "_name": "AllRightGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "AllRightGesture", + "Name": "AllRightGesture", + "ProfileVersions": [], + "ShortName": "AllRightGesture", + "Side": [ + "Usec", + "Bear", + "Savage" + ], + "Interaction": "AllRightGesture" + } + }, + "673b3f977038192ee006aa09": { + "_id": "673b3f977038192ee006aa09", + "_name": "DefaultCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "DefaultCeiling", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_default.bundle", + "rcid": "" + } + } + }, + "6754666c76e1f2b24c0cc956": { + "_id": "6754666c76e1f2b24c0cc956", + "_name": "LoftFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_loft.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "5d4da10986f77450fc65edc3": { + "_id": "5d4da10986f77450fc65edc3", + "_name": "usec_kit_upper_commando", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5d4da0cb86f77450fe0a6629", + "Hands": "5d4da36686f77421522b35ee" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "6353fe74a644ca0c510d1dd6": { + "_id": "6353fe74a644ca0c510d1dd6", + "_name": "BossKnight", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossKnight", + "Name": "BossKnight", + "ProfileVersions": [], + "ShortName": "BossKnight", + "Side": [ + "Savage" + ], + "Prefab": "BossKnight" + }, + "_proto": "5fc50bddb4965a7a2f48c5af" + }, + "6284d6a28e4092597733b7a6": { + "_id": "6284d6a28e4092597733b7a6", + "_name": "Usec_4", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Usec_4", + "Name": "Usec_4", + "ProfileVersions": [], + "ShortName": "Usec_4", + "Side": [ + "Usec" + ], + "Prefab": "Usec_4" + } + }, + "67604a890aa8253ebe05fd06": { + "_id": "67604a890aa8253ebe05fd06", + "_name": "BoxingMannequinPose", + "_parent": "675ff48ce8d2356707079617", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "MannequinPoseName": "boxing" + } + }, + "67604a9a8491fd0a830f3576": { + "_id": "67604a9a8491fd0a830f3576", + "_name": "FingergunsMannequinPose", + "_parent": "675ff48ce8d2356707079617", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "MannequinPoseName": "fingerguns" + } + }, + "675844d50ec1f5ab030c8ff8": { + "_id": "675844d50ec1f5ab030c8ff8", + "_name": "KindergartenWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_kindergarten.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "5fc50bddb4965a7a2f48c5af": { + "_id": "5fc50bddb4965a7a2f48c5af", + "_name": "Bear_2", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Bear_2", + "Name": "Bear_2", + "ProfileVersions": [], + "ShortName": "Bear_2", + "Side": [ + "Bear" + ], + "Prefab": "Bear_2" + } + }, + "5fc6144b0b735e7b024c76e7": { + "_id": "5fc6144b0b735e7b024c76e7", + "_name": "Scav_6", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Scav_6", + "Name": "Scav_6", + "ProfileVersions": [], + "ShortName": "Scav_6", + "Side": [ + "Savage" + ], + "Prefab": "Scav_6" + } + }, + "67199b72b79a024c140a17b7": { + "_id": "67199b72b79a024c140a17b7", + "_name": "Zombie_Fast", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Zombie_Fast", + "Name": "Zombie_Fast", + "ProfileVersions": [], + "ShortName": "Zombie_Fast", + "Side": [ + "Savage" + ], + "Prefab": "Zombie_Fast" + } + }, + "670a57f082b46e0e55096b09": { + "_id": "670a57f082b46e0e55096b09", + "_name": "Zombie_Generic", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Zombie_Generic", + "Name": "Zombie_Generic", + "ProfileVersions": [], + "ShortName": "Zombie_Generic", + "Side": [ + "Savage" + ], + "Prefab": "Zombie_Generic" + } + }, + "5fc614290b735e7b024c76e5": { + "_id": "5fc614290b735e7b024c76e5", + "_name": "Scav_4", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Scav_4", + "Name": "Scav_4", + "ProfileVersions": [], + "ShortName": "Scav_4", + "Side": [ + "Savage" + ], + "Prefab": "Scav_4" + } + }, + "67585083ff58ff0e7909e440": { + "_id": "67585083ff58ff0e7909e440", + "_name": "LaboratoryEnvironmentUI", + "_parent": "67584ea0ff58ff0e7909e435", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "LaboratoryEnvironmentUI", + "Name": "LaboratoryEnvironmentUI", + "ProfileVersions": [], + "ShortName": "LaboratoryEnvironmentUI", + "Side": [ + "Savage", + "Usec", + "Bear" + ], + "EnvironmentUIType": "LaboratoryEnvironmentUiType" + } + }, + "6758501933627edb710b058c": { + "_id": "6758501933627edb710b058c", + "_name": "FactoryEnvironmentUI", + "_parent": "67584ea0ff58ff0e7909e435", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "FactoryEnvironmentUI", + "Name": "FactoryEnvironmentUI", + "ProfileVersions": [], + "ShortName": "FactoryEnvironmentUI", + "Side": [ + "Savage", + "Bear", + "Usec" + ], + "EnvironmentUIType": "FactoryEnvironmentUiType" + } + }, + "67519925ba5968fd800a01e4": { + "_id": "67519925ba5968fd800a01e4", + "_name": "PaperGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "PaperGesture", + "Name": "PaperGesture", + "ProfileVersions": [], + "ShortName": "PaperGesture", + "Side": [ + "Bear", + "Usec", + "Savage" + ], + "Interaction": "PaperGesture" + } + }, + "675468a924c9a7ccb509d633": { + "_id": "675468a924c9a7ccb509d633", + "_name": "PrestigeCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_prestige.bundle", + "rcid": "" + } + } + }, + "675467c924c9a7ccb509d62f": { + "_id": "675467c924c9a7ccb509d62f", + "_name": "PrestigeWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_prestige.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "6754673ec6e063d76309c60b": { + "_id": "6754673ec6e063d76309c60b", + "_name": "CultistWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_cultist.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "6751848eba5968fd800a01d6": { + "_id": "6751848eba5968fd800a01d6", + "_name": "Gestures", + "_parent": "5cbdb4a2e2b501000d352ae2", + "_type": "Node", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [], + "Interaction": "None" + } + }, + "64ef3fa81a5f313cb144bf89": { + "_id": "64ef3fa81a5f313cb144bf89", + "_name": "pmc_kit_blackknight_quest", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Blackknight_Suite", + "Name": "Blackknight_Suite", + "ProfileVersions": [], + "ShortName": "Blackknight_Suite", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "64ef3efdb63b74469b6c1499", + "Hands": "64ef3f3739e45b527a7c40ae" + } + }, + "66589eb63733207cb6677dc5": { + "_id": "66589eb63733207cb6677dc5", + "_name": "usec_blue_team_upper_3", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_blue_team_upper_3", + "Name": "usec_blue_team_upper_3", + "ProfileVersions": [], + "ShortName": "usec_blue_team_upper_3", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "642d9bbf6c06444bf7033855", + "Hands": "6436a4c2b6b75d4c89077fbd" + } + }, + "5fc615710b735e7b024c76ed": { + "_id": "5fc615710b735e7b024c76ed", + "_name": "BossSanitar", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossSanitar", + "Name": "BossSanitar", + "ProfileVersions": [], + "ShortName": "BossSanitar", + "Side": [ + "Savage" + ], + "Prefab": "BossSanitar" + } + }, + "6353fe04f0de2294830a0dbe": { + "_id": "6353fe04f0de2294830a0dbe", + "_name": "BossBigPipe", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossBigPipe", + "Name": "BossBigPipe", + "ProfileVersions": [], + "ShortName": "BossBigPipe", + "Side": [ + "Savage" + ], + "Prefab": "BossBigPipe" + }, + "_proto": "5fc50bddb4965a7a2f48c5af" + }, + "67584eda8b8204ec00019362": { + "_id": "67584eda8b8204ec00019362", + "_name": "RandomEnvironmentUI", + "_parent": "67584ea0ff58ff0e7909e435", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "RandomEnvironmentUI", + "Name": "RandomEnvironmentUI", + "ProfileVersions": [], + "ShortName": "RandomEnvironmentUI", + "Side": [ + "Bear", + "Usec" + ], + "EnvironmentUIType": "RandomEnvironmentUiType" + } + }, + "67519b66490b32072c06f1c9": { + "_id": "67519b66490b32072c06f1c9", + "_name": "ComeWithMeGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "ComeWithMeGesture", + "Name": "ComeWithMeGesture", + "ProfileVersions": [], + "ShortName": "ComeWithMeGesture", + "Side": [ + "Usec", + "Bear", + "Savage" + ], + "Interaction": "ComeWithMeGesture" + } + }, + "675467d8b784110b2702fe11": { + "_id": "675467d8b784110b2702fe11", + "_name": "RedWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_red.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "6746fafabafff8500804880e": { + "_id": "6746fafabafff8500804880e", + "_name": "DogTags", + "_parent": "5cbdb4a2e2b501000d352ae2", + "_type": "Node", + "_props": { + "AvailableAsDefault": false, + "Description": "DogTags", + "Name": "DogTags", + "ProfileVersions": [], + "ShortName": "DogTags", + "Side": [], + "BearTemplateId": "", + "UsecTemplateId": "" + } + }, + "5fc615110b735e7b024c76ea": { + "_id": "5fc615110b735e7b024c76ea", + "_name": "Usec_3", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Usec_3", + "Name": "Usec_3", + "ProfileVersions": [], + "ShortName": "Usec_3", + "Side": [ + "Usec" + ], + "Prefab": "Usec_3" + } + }, + "657c2eac0f47e02d4b377308": { + "_id": "657c2eac0f47e02d4b377308", + "_name": "Boss_Kaban", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Boss_Kaban", + "Name": "Boss_Kaban", + "ProfileVersions": [], + "ShortName": "Boss_Kaban", + "Side": [ + "Savage" + ], + "Prefab": "Boss_Kaban" + } + }, + "5fc6155b0b735e7b024c76ec": { + "_id": "5fc6155b0b735e7b024c76ec", + "_name": "BossGluhar", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossGluhar", + "Name": "BossGluhar", + "ProfileVersions": [], + "ShortName": "BossGluhar", + "Side": [ + "Savage" + ], + "Prefab": "BossGluhar" + } + }, + "675850678b8204ec0001936c": { + "_id": "675850678b8204ec0001936c", + "_name": "WoodEnvironmentUI", + "_parent": "67584ea0ff58ff0e7909e435", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "WoodEnvironmentUI", + "Name": "WoodEnvironmentUI", + "ProfileVersions": [], + "ShortName": "WoodEnvironmentUI", + "Side": [ + "Savage", + "Usec", + "Bear" + ], + "EnvironmentUIType": "WoodEnvironmentUiType" + } + }, + "675466a8215930ae4c03ac54": { + "_id": "675466a8215930ae4c03ac54", + "_name": "StreetFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_street.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "67604abb8491fd0a830f3578": { + "_id": "67604abb8491fd0a830f3578", + "_name": "GopnikMannequinPose", + "_parent": "675ff48ce8d2356707079617", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "MannequinPoseName": "gopnik" + } + }, + "657f90e5a9176671262fe34e": { + "_id": "657f90e5a9176671262fe34e", + "_name": "bear_kit_upper_windshirt", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "657058fddf9b3231400e9188", + "Hands": "6572eafead200ced8e0f051a" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f60ca86f7743014163025": { + "_id": "5d1f60ca86f7743014163025", + "_name": "bear_kit_upper_ghostmarksman", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5d1f567786f7744bcc04874f", + "Hands": "5d1f5ac086f7744bcd1345a0" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "63a8a3d48523141c3d055226": { + "_id": "63a8a3d48523141c3d055226", + "_name": "bear_kit_upper_spna", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "6377266693a3b4967208e42b", + "Hands": "6390103dfdb42a2ccc0e8cca" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "67603ea391ec8cab9406faa4": { + "_id": "67603ea391ec8cab9406faa4", + "_name": "pmc_snowman", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_snowman", + "Name": "pmc_snowman", + "ProfileVersions": [], + "ShortName": "pmc_snowman", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "675844f8a31925671c000af6", + "Hands": "675845ecb96fa6b76c075a39" + } + }, + "666841a02537107dc508b704": { + "_id": "666841a02537107dc508b704", + "_name": "pmc_kit_kultist", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Kultist_Suite", + "Name": "Kultist_Suite", + "ProfileVersions": [], + "ShortName": "Kultist_Suite", + "Side": [ + "Bear", + "Usec" + ], + "Game": [], + "Body": "66546f823b51a4d21e0d17d7", + "Hands": "6654957791883f6c9f0f1f50" + }, + "_proto": "64ef3fa81a5f313cb144bf89" + }, + "657c2ed3cf82c352301b830e": { + "_id": "657c2ed3cf82c352301b830e", + "_name": "Boss_Sturman", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Boss_Sturman", + "Name": "Boss_Sturman", + "ProfileVersions": [], + "ShortName": "Boss_Sturman", + "Side": [ + "Savage" + ], + "Prefab": "Boss_Sturman" + } + }, + "6758443ff94a97cbbe096f18": { + "_id": "6758443ff94a97cbbe096f18", + "_name": "DefaultFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_default.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "6754661924c9a7ccb509d62d": { + "_id": "6754661924c9a7ccb509d62d", + "_name": "CultistFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_cultist.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "675467577dadca6836092b28": { + "_id": "675467577dadca6836092b28", + "_name": "ConcreteWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_concrete.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "675844bdf94a97cbbe096f1a": { + "_id": "675844bdf94a97cbbe096f1a", + "_name": "DefaultWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_default.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "67373f286cadad262309e862": { + "_id": "67373f286cadad262309e862", + "_name": "Light", + "_parent": "67373ef90eca6e03ab0d538c", + "_type": "Node", + "_props": {} + }, + "5fc100cf95572123ae738483": { + "_id": "5fc100cf95572123ae738483", + "_name": "Voice", + "_parent": "5cbdb4a2e2b501000d352ae2", + "_type": "Node", + "_props": { + "AvailableAsDefault": false, + "Description": "Voice", + "Name": "Voice", + "ProfileVersions": [], + "ShortName": "Voice", + "Side": [], + "Prefab": "" + } + }, + "67584ea0ff58ff0e7909e435": { + "_id": "67584ea0ff58ff0e7909e435", + "_name": "EnvironmentUI", + "_parent": "5cbdb4a2e2b501000d352ae2", + "_type": "Node", + "_props": { + "EnvironmentUIType": "FactoryEnvironmentUiType" + } + }, + "66589a1547fbd536a674249a": { + "_id": "66589a1547fbd536a674249a", + "_name": "usec_blue_team_upper_1", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_blue_team_upper_1", + "Name": "usec_blue_team_upper_1", + "ProfileVersions": [], + "ShortName": "usec_blue_team_upper_1", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "642c18b8a6a0660b560fb31c", + "Hands": "64355a2b7e17c882400c50a0" + } + }, + "5cde9ec17d6c8b04723cf479": { + "_id": "5cde9ec17d6c8b04723cf479", + "_name": "DefaultUsecUpperSuite", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "5cde95d97d6c8b647a3769b0", + "Hands": "5cde95fa7d6c8b04737c2d13" + } + }, + "66589f9b2c4a1b73af576b85": { + "_id": "66589f9b2c4a1b73af576b85", + "_name": "bear_red_team_upper_1", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "bear_red_team_upper_1", + "Name": "bear_red_team_upper_1", + "ProfileVersions": [], + "ShortName": "bear_red_team_upper_1", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "642e8ae07e17c882400c4f87", + "Hands": "6436b8d00a69698d1b04a0a1" + } + }, + "5fc614f40b735e7b024c76e9": { + "_id": "5fc614f40b735e7b024c76e9", + "_name": "Usec_2", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Usec_2", + "Name": "Usec_2", + "ProfileVersions": [], + "ShortName": "Usec_2", + "Side": [ + "Usec" + ], + "Prefab": "Usec_2" + } + }, + "670e2af7565b504d2b09371c": { + "_id": "670e2af7565b504d2b09371c", + "_name": "BossZombieTagilla", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossZombieTagilla", + "Name": "BossZombieTagilla", + "ProfileVersions": [], + "ShortName": "BossZombieTagilla", + "Side": [ + "Savage" + ], + "Prefab": "BossZombieTagilla" + } + }, + "5fc613e10b735e7b024c76e3": { + "_id": "5fc613e10b735e7b024c76e3", + "_name": "Scav_2", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Scav_2", + "Name": "Scav_2", + "ProfileVersions": [], + "ShortName": "Scav_2", + "Side": [ + "Savage" + ], + "Prefab": "Scav_2" + } + }, + "675468937dadca6836092b2a": { + "_id": "675468937dadca6836092b2a", + "_name": "LoftCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_loft.bundle", + "rcid": "" + } + } + }, + "675468d8c6e063d76309c60f": { + "_id": "675468d8c6e063d76309c60f", + "_name": "WallpaperCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_wallpaper.bundle", + "rcid": "" + } + } + }, + "675466bcc6e063d76309c609": { + "_id": "675466bcc6e063d76309c609", + "_name": "TileFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_tile.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "675fe8abbc3deae49a0b947f": { + "_id": "675fe8abbc3deae49a0b947f", + "_name": "DefaultLight", + "_parent": "67373f286cadad262309e862", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ] + } + }, + "67585d416c72998cf60ed85a": { + "_id": "67585d416c72998cf60ed85a", + "_name": "TargetDefault", + "_parent": "67373f330eca6e03ab0d5394", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "", + "rcid": "TargetDefault" + } + } + }, + "675467e643b934b1a7089ad3": { + "_id": "675467e643b934b1a7089ad3", + "_name": "StreetWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_street.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "5fc1223595572123ae7384a3": { + "_id": "5fc1223595572123ae7384a3", + "_name": "Usec_1", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Usec_1", + "Name": "Usec_1", + "ProfileVersions": [], + "ShortName": "Usec_1", + "Side": [ + "Usec" + ], + "Prefab": "Usec_1" + } + }, + "646e46ca286188c5480a1a37": { + "_id": "646e46ca286188c5480a1a37", + "_name": "Arena_Guard_1", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Arena_Guard_1", + "Name": "Arena_Guard_1", + "ProfileVersions": [], + "ShortName": "Arena_Guard_1", + "Side": [ + "Savage" + ], + "Prefab": "Arena_Guard_1" + } + }, + "6284d67f8e4092597733b7a4": { + "_id": "6284d67f8e4092597733b7a4", + "_name": "Bear_1_Eng", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "Bear_1_Eng", + "Name": "Bear_1_Eng", + "ProfileVersions": [], + "ShortName": "Bear_1_Eng", + "Side": [ + "Bear" + ], + "Prefab": "Bear_1_Eng" + } + }, + "5fc615460b735e7b024c76eb": { + "_id": "5fc615460b735e7b024c76eb", + "_name": "BossBully", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossBully", + "Name": "BossBully", + "ProfileVersions": [], + "ShortName": "BossBully", + "Side": [ + "Savage" + ], + "Prefab": "BossBully" + } + }, + "674731c8bafff850080488bb": { + "_id": "674731c8bafff850080488bb", + "_name": "dogtag_bear_default", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "dogtag_bear_default", + "Name": "dogtag_bear_default", + "ProfileVersions": [], + "ShortName": "dogtag_bear_default", + "Side": [ + "Bear" + ], + "BearTemplateId": "59f32bb586f774757e1e8442", + "UsecTemplateId": "" + } + }, + "67471928d17d6431550563b5": { + "_id": "67471928d17d6431550563b5", + "_name": "dogtag_bear_tue", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "dogtag_bear_tue", + "Name": "dogtag_bear_tue", + "ProfileVersions": [ + "unheard_edition", + "eod_tue_edition" + ], + "ShortName": "dogtag_bear_tue", + "Side": [ + "Bear" + ], + "BearTemplateId": "6662e9cda7e0b43baa3d5f76", + "UsecTemplateId": "" + } + }, + "67519b33490b32072c06f1c4": { + "_id": "67519b33490b32072c06f1c4", + "_name": "HoldGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "HoldGesture", + "Name": "HoldGesture", + "ProfileVersions": [], + "ShortName": "HoldGesture", + "Side": [ + "Usec", + "Bear", + "Savage" + ], + "Interaction": "HoldGesture" + } + }, + "675466825b7ebafefd0ebc2c": { + "_id": "675466825b7ebafefd0ebc2c", + "_name": "PrestigeFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_prestige.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, "6754662cc6e063d76309c607": { "_id": "6754662cc6e063d76309c607", "_name": "LinoliumFloor", @@ -17775,27 +18637,28 @@ "HideGarbage": true } }, - "675fe8abbc3deae49a0b947f": { - "_id": "675fe8abbc3deae49a0b947f", - "_name": "DefaultLight", - "_parent": "67373f286cadad262309e862", + "67600aa8e9db590d5601665f": { + "_id": "67600aa8e9db590d5601665f", + "_name": "StandingMannequinPose", + "_parent": "675ff48ce8d2356707079617", "_type": "Item", "_props": { - "AvailableAsDefault": false, - "Description": "", + "AvailableAsDefault": true, + "Description": "Profile default mannequin pose", "Name": "", "ProfileVersions": [], "ShortName": "", "Side": [ "Usec", "Bear" - ] + ], + "MannequinPoseName": "standing" } }, - "675a99c17b193086ca09e8a9": { - "_id": "675a99c17b193086ca09e8a9", - "_name": "TargetWhite", - "_parent": "67373f330eca6e03ab0d5394", + "675467aa81067119a10938cb": { + "_id": "675467aa81067119a10938cb", + "_name": "LoftWall", + "_parent": "67373f1e5a5ee73f2a081baf", "_type": "Item", "_props": { "AvailableAsDefault": false, @@ -17808,14 +18671,352 @@ "Bear" ], "AssetPath": { - "path": "", - "rcid": "TargetWhite" - } + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_loft.bundle", + "rcid": "" + }, + "HideGarbage": true } }, - "67585d416c72998cf60ed85a": { - "_id": "67585d416c72998cf60ed85a", - "_name": "TargetDefault", + "66043dc4c8949a435906e436": { + "_id": "66043dc4c8949a435906e436", + "_name": "bear_kit_upper_Windshirt_black", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft" + ], + "Body": "660440d2c8949a435906e43a", + "Hands": "66043d59333907134309d649" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5d1f622e86f7744bcc04998c": { + "_id": "5d1f622e86f7744bcc04998c", + "_name": "usec_kit_upper_flexion", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultUsecUpperSuite", + "Name": "DefaultUsecUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultUsecUpperSuite", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5d1f56e486f7744bce0ee9ed", + "Hands": "5d1f5b1986f7744bcd1345a1" + }, + "_proto": "5cde9ec17d6c8b04723cf479" + }, + "5cd945d71388ce000a659dfb": { + "_id": "5cd945d71388ce000a659dfb", + "_name": "DefaultBearUpperSuite", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "DefaultBearUpperSuite", + "Name": "DefaultBearUpperSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearUpperSuite", + "Side": [ + "Bear" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "5cc0858d14c02e000c6bea66", + "Hands": "5cc0876314c02e000c6bea6b" + } + }, + "5e9de109f6164249e54453d2": { + "_id": "5e9de109f6164249e54453d2", + "_name": "SavageUpperSuite_motocross", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "SavageUpperSuite1", + "Name": "SavageUpperSuite1", + "ProfileVersions": [], + "ShortName": "SavageUpperSuite1", + "Side": [ + "Savage" + ], + "Game": [], + "Body": "5e9da1d086f774054a667134", + "Hands": "5e9da2dd86f774054e7d0f63" + }, + "_proto": "5cdea23c7d6c8b04723cf47b" + }, + "66589c2edaadd1069736c54e": { + "_id": "66589c2edaadd1069736c54e", + "_name": "usec_blue_team_upper_2", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "usec_blue_team_upper_2", + "Name": "usec_blue_team_upper_2", + "ProfileVersions": [], + "ShortName": "usec_blue_team_upper_2", + "Side": [ + "Usec" + ], + "Game": [ + "eft", + "arena" + ], + "Body": "642c5273ff5ecad7810a89d7", + "Hands": "64368d69ac11c9eaf10d890e" + } + }, + "67af2ddb551084dbef0f317a": { + "_id": "67af2ddb551084dbef0f317a", + "_name": "pmc_gladiator", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "pmc_snowman", + "Name": "pmc_snowman", + "ProfileVersions": [], + "ShortName": "pmc_snowman", + "Side": [ + "Bear", + "Usec" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67af2d83af9667d8ea0d39ac", + "Hands": "67af2d9c551084dbef0f3178" + } + }, + "6353fec227f75f803206e60a": { + "_id": "6353fec227f75f803206e60a", + "_name": "BossTagilla", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossTagilla", + "Name": "BossTagilla", + "ProfileVersions": [], + "ShortName": "BossTagilla", + "Side": [ + "Savage" + ], + "Prefab": "BossTagilla" + }, + "_proto": "5fc50bddb4965a7a2f48c5af" + }, + "657c2ec38691e049d9662020": { + "_id": "657c2ec38691e049d9662020", + "_name": "Boss_Kollontay", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Boss_Kollontay", + "Name": "Boss_Kollontay", + "ProfileVersions": [], + "ShortName": "Boss_Kollontay", + "Side": [ + "Savage" + ], + "Prefab": "Boss_Kollontay" + } + }, + "6353fe34f0de2294830a0dbf": { + "_id": "6353fe34f0de2294830a0dbf", + "_name": "BossBirdEye", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "BossBirdEye", + "Name": "BossBirdEye", + "ProfileVersions": [], + "ShortName": "BossBirdEye", + "Side": [ + "Savage" + ], + "Prefab": "BossBirdEye" + }, + "_proto": "5fc50bddb4965a7a2f48c5af" + }, + "5d1f60f086f7744bce0ef704": { + "_id": "5d1f60f086f7744bce0ef704", + "_name": "bear_kit_upper_summerfield", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "DefaultBearLowerSuite", + "Name": "DefaultBearLowerSuite", + "ProfileVersions": [], + "ShortName": "DefaultBearLowerSuite", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "5d1f564b86f7744bcb0acd16", + "Hands": "5d1f5aca86f7744bce0ee9f1" + }, + "_proto": "5cd946231388ce000d572fe3" + }, + "5fc614390b735e7b024c76e6": { + "_id": "5fc614390b735e7b024c76e6", + "_name": "Scav_5", + "_parent": "5fc100cf95572123ae738483", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Scav_5", + "Name": "Scav_5", + "ProfileVersions": [], + "ShortName": "Scav_5", + "Side": [ + "Savage" + ], + "Prefab": "Scav_5" + } + }, + "67adaf95cd47a1ad3f014bc6": { + "_id": "67adaf95cd47a1ad3f014bc6", + "_name": "LabyrinthFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_labyrinth.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "67604ac650dfa9253901a548": { + "_id": "67604ac650dfa9253901a548", + "_name": "MusclesFlexMannequinPose", + "_parent": "675ff48ce8d2356707079617", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "MannequinPoseName": "muscles_flex" + } + }, + "67ac8a85e4d14ccd6005de8a": { + "_id": "67ac8a85e4d14ccd6005de8a", + "_name": "Bear_upper_Phoenix_bp_01", + "_parent": "5cd944ca1388ce03a44dc2a4", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "Bear_upper_Phoenix_bp_01", + "Name": "Bear_upper_Phoenix_bp_01", + "ProfileVersions": [], + "ShortName": "Bear_upper_Phoenix_bp_01", + "Side": [ + "Bear" + ], + "Game": [ + "arena", + "eft" + ], + "Body": "67ab0ab4755a9402da001196", + "Hands": "67ac82b05f7251f49d0e9b11" + } + }, + "5cd944ca1388ce03a44dc2a4": { + "_id": "5cd944ca1388ce03a44dc2a4", + "_name": "Upper", + "_parent": "5cd943b21388ce03a44dc2a2", + "_type": "Node", + "_props": { + "Body": "5cc0868e14c02e000c6bea68", + "Hands": "5cc086a314c02e000c6bea69" + } + }, + "67471938bafff850080488b7": { + "_id": "67471938bafff850080488b7", + "_name": "dogtag_usec_eod", + "_parent": "6746fafabafff8500804880e", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "dogtag_usec_eod", + "Name": "dogtag_usec_eod", + "ProfileVersions": [ + "edge_of_darkness", + "eod_tue_edition" + ], + "ShortName": "dogtag_usec_eod", + "Side": [ + "Usec" + ], + "BearTemplateId": "", + "UsecTemplateId": "6662e9f37fa79a6d83730fa0" + } + }, + "67519b48ba5968fd800a01fa": { + "_id": "67519b48ba5968fd800a01fa", + "_name": "ThereGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "ThereGesture", + "Name": "ThereGesture", + "ProfileVersions": [], + "ShortName": "ThereGesture", + "Side": [ + "Usec", + "Bear", + "Savage" + ], + "Interaction": "ThereGesture" + } + }, + "67585bf5428877c04c038ee3": { + "_id": "67585bf5428877c04c038ee3", + "_name": "TargetBear", "_parent": "67373f330eca6e03ab0d5394", "_type": "Item", "_props": { @@ -17830,26 +19031,143 @@ ], "AssetPath": { "path": "", - "rcid": "TargetDefault" + "rcid": "TargetBear" } } }, - "675ff48ce8d2356707079617": { - "_id": "675ff48ce8d2356707079617", - "_name": "MannequinPose", + "67519b77a34a61ba7f053e67": { + "_id": "67519b77a34a61ba7f053e67", + "_name": "GetOffGesture", + "_parent": "6751848eba5968fd800a01d6", + "_type": "Item", + "_props": { + "AvailableAsDefault": true, + "Description": "GetOffGesture", + "Name": "GetOffGesture", + "ProfileVersions": [], + "ShortName": "GetOffGesture", + "Side": [ + "Bear", + "Usec", + "Savage" + ], + "Interaction": "GetOffGesture" + } + }, + "673b3f595bf6b605c90fcdc2": { + "_id": "673b3f595bf6b605c90fcdc2", + "_name": "Ceiling", "_parent": "67373ef90eca6e03ab0d538c", "_type": "Node", "_props": { - "MannequinPoseName": "" + "AssetPath": { + "path": "", + "rcid": "" + } } }, - "67584ea0ff58ff0e7909e435": { - "_id": "67584ea0ff58ff0e7909e435", - "_name": "EnvironmentUI", + "67adaf8b1230c973bb0433a6": { + "_id": "67adaf8b1230c973bb0433a6", + "_name": "LabyrinthCeiling", + "_parent": "673b3f595bf6b605c90fcdc2", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Usec", + "Bear" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/ceilings/ceiling_labyrinth.bundle", + "rcid": "" + } + } + }, + "5cd943b21388ce03a44dc2a2": { + "_id": "5cd943b21388ce03a44dc2a2", + "_name": "Suits", "_parent": "5cbdb4a2e2b501000d352ae2", "_type": "Node", "_props": { - "EnvironmentUIType": "FactoryEnvironmentUiType" + "AvailableAsDefault": false, + "Game": [] } + }, + "675465f0b784110b2702fe0f": { + "_id": "675465f0b784110b2702fe0f", + "_name": "ConcreteFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_concrete.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "675844580ec1f5ab030c8ff6": { + "_id": "675844580ec1f5ab030c8ff6", + "_name": "KindergartenFloor", + "_parent": "67373f170eca6e03ab0d5391", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/floors/floor_kindergarten.bundle", + "rcid": "" + }, + "HideGarbage": true + } + }, + "675467728b3797a0e8038bd4": { + "_id": "675467728b3797a0e8038bd4", + "_name": "BlueWall", + "_parent": "67373f1e5a5ee73f2a081baf", + "_type": "Item", + "_props": { + "AvailableAsDefault": false, + "Description": "", + "Name": "", + "ProfileVersions": [], + "ShortName": "", + "Side": [ + "Bear", + "Usec" + ], + "AssetPath": { + "path": "assets/content/location_objects/00_hideout/prefabs/customization/walls/wall_blue.bundle", + "rcid": "" + }, + "HideGarbage": false + } + }, + "67373ef90eca6e03ab0d538c": { + "_id": "67373ef90eca6e03ab0d538c", + "_name": "Hideout", + "_parent": "5cbdb4a2e2b501000d352ae2", + "_type": "Node", + "_props": {} } } \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/handbook.json b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/handbook.json index 5ec415da..abbc4b67 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/handbook.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/handbook.json @@ -624,7 +624,7 @@ { "Id": "5696686a4bdc2da3298b456a", "ParentId": "5b5f78b786f77447ed5636af", - "Price": 124 + "Price": 125 }, { "Id": "572b7adb24597762ae139821", @@ -1954,7 +1954,7 @@ { "Id": "569668774bdc2da2298b4568", "ParentId": "5b5f78b786f77447ed5636af", - "Price": 132 + "Price": 133 }, { "Id": "574eb85c245977648157eec3", @@ -4059,7 +4059,7 @@ { "Id": "59faff1d86f7746c51718c9c", "ParentId": "5b47574386f77428ca22b2f1", - "Price": 1180574 + "Price": 1072442 }, { "Id": "5aa66a9be5b5b0214e506e89", @@ -21255,6 +21255,291 @@ "Id": "67e183377c6c2011970f3149", "ParentId": "5c518ec986f7743b68682ce2", "Price": 1 + }, + { + "Id": "67a4b71ad3228756b6088ee2", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 108463 + }, + { + "Id": "67a5c5b6dfdf568c9009af66", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 130904 + }, + { + "Id": "67a5c5df782ce4655104db14", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 119683 + }, + { + "Id": "67a5c5f37f52620c5b05b4d6", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 149604 + }, + { + "Id": "67a5c6068fcd9fb73f0752cf", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 108463 + }, + { + "Id": "67a5c61c7f52620c5b05b4d8", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 160824 + }, + { + "Id": "67a5c657782ce4655104db16", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 138384 + }, + { + "Id": "67a5f917dfdf568c9009af6b", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 13046 + }, + { + "Id": "67a5f94e802d287c670bb966", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 11415 + }, + { + "Id": "67a5f968fafb8efd440694b6", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 13046 + }, + { + "Id": "67a5f989f7041a25760dda36", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 22831 + }, + { + "Id": "67a5f9a193f7b62b6b0f6576", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 13046 + }, + { + "Id": "67a5f9c8fafb8efd440694b8", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 9785 + }, + { + "Id": "67a5f9e7f7041a25760dda38", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 11415 + }, + { + "Id": "67a5fa01fafb8efd440694ba", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 9785 + }, + { + "Id": "67a9cc9cf05be177170bcd76", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 3884 + }, + { + "Id": "67a9ccfff05be177170bcd78", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 4531 + }, + { + "Id": "67a9cd18f05be177170bcd7a", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 3884 + }, + { + "Id": "67a9cd28cade15e0f00123b6", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 5178 + }, + { + "Id": "67a9cd381fb22063280728a6", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 5178 + }, + { + "Id": "67a9cd55c2a2d940930aec86", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 10356 + }, + { + "Id": "67a9cd6ecade15e0f00123b8", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 9062 + }, + { + "Id": "67a9dc769de6826a650ee066", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 5181 + }, + { + "Id": "67a9dc997faa4210bb0807c6", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 6045 + }, + { + "Id": "67a9dca99de6826a650ee068", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 6908 + }, + { + "Id": "67a9dcbac185de5a4d0c2a06", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 6045 + }, + { + "Id": "67a9dccf9de6826a650ee06a", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 6045 + }, + { + "Id": "67a9dce47faa4210bb0807c8", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 5181 + }, + { + "Id": "67a9dd619de6826a650ee06c", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 6908 + }, + { + "Id": "67a9e9d04fb4a4a8a00d2826", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 10182 + }, + { + "Id": "67a9e9e0c185de5a4d0c2a13", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 20364 + }, + { + "Id": "67a9e9f09de6826a650ee074", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 13576 + }, + { + "Id": "67a9ea004fb4a4a8a00d2828", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 13576 + }, + { + "Id": "67a9ea10c185de5a4d0c2a15", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 10182 + }, + { + "Id": "67a9ea39de7fb0f19e077da6", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 11879 + }, + { + "Id": "67a9ea7e4fb4a4a8a00d282a", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 16970 + }, + { + "Id": "67a9ea98de7fb0f19e077da8", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 27152 + }, + { + "Id": "67aaf808bf7609058606a926", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 7866 + }, + { + "Id": "67aaf82d508ee9b6440e9c46", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 20976 + }, + { + "Id": "67aaf84104dca1c82c071cf6", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 7866 + }, + { + "Id": "67aaf851bf7609058606a928", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 9177 + }, + { + "Id": "67aaf863de7fb0f19e077db9", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 26220 + }, + { + "Id": "67aaf879508ee9b6440e9c48", + "ParentId": "5b47574386f77428ca22b32f", + "Price": 28842 + }, + { + "Id": "67ab2eecfe82855dcc0f2af6", + "ParentId": "5b5f701386f774093f2ecf0f", + "Price": 81597 + }, + { + "Id": "67ab2f28dafe3b22670c9116", + "ParentId": "5b5f701386f774093f2ecf0f", + "Price": 5290 + }, + { + "Id": "67ab2f5adafe3b22670c911f", + "ParentId": "5b5f701386f774093f2ecf0f", + "Price": 28725 + }, + { + "Id": "67ab2f94dafe3b22670c912c", + "ParentId": "5b5f701386f774093f2ecf0f", + "Price": 18940 + }, + { + "Id": "67ab3ea96d7ece17bf0096f6", + "ParentId": "5b5f6f8786f77447ed563642", + "Price": 64322 + }, + { + "Id": "67ab3f146d7ece17bf0096ff", + "ParentId": "5b5f6f8786f77447ed563642", + "Price": 54945 + }, + { + "Id": "67ab49aab9c7a1e18c095686", + "ParentId": "5b5f6f8786f77447ed563642", + "Price": 14655 + }, + { + "Id": "67ab4b2d6f7ae4aa550bbcf6", + "ParentId": "5b5f6f8786f77447ed563642", + "Price": 18100 + }, + { + "Id": "67af41dd1eb308667602db4a", + "ParentId": "5b47574386f77428ca22b331", + "Price": 3042 + }, + { + "Id": "67af425c2676ade5750b50e6", + "ParentId": "5b47574386f77428ca22b331", + "Price": 10050 + }, + { + "Id": "67af42942676ade5750b50e8", + "ParentId": "5b47574386f77428ca22b331", + "Price": 14100 + }, + { + "Id": "67af42b38d9ef5c57e0d5126", + "ParentId": "5b47574386f77428ca22b331", + "Price": 6168 + }, + { + "Id": "67cad1ec19b006e9e50f44d6", + "ParentId": "5b47574386f77428ca22b2f4", + "Price": 0 + }, + { + "Id": "67cad3226bf74131800752b7", + "ParentId": "5b47574386f77428ca22b2f4", + "Price": 0 } ] } \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/prestige.json b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/prestige.json index 64fec9ad..6141e0a0 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/prestige.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/prestige.json @@ -254,13 +254,13 @@ "isBigImage": false }, "isHidden": false, - "target": "67e593abfb04b3c64c090188", + "target": "67f699408d7c5eb3fe15b21e", "value": 1, "isEncoded": false, "findInRaid": true, "items": [ { - "_id": "67e593abfb04b3c64c090188", + "_id": "67f699408d7c5eb3fe15b21e", "_tpl": "6759bb94b8913ff13e049669", "upd": { "SpawnedInSession": true, @@ -284,13 +284,13 @@ "isBigImage": false }, "isHidden": false, - "target": "67e593abfb04b3c64c09018a", + "target": "67f699408d7c5eb3fe15b220", "value": 1, "isEncoded": false, "findInRaid": true, "items": [ { - "_id": "67e593abfb04b3c64c09018a", + "_id": "67f699408d7c5eb3fe15b220", "_tpl": "67614b542eb91250020f2b86", "upd": { "SpawnedInSession": true, @@ -378,12 +378,6 @@ "5d235a5986f77443f6329bc6", "66b37eb4acff495a29492407", "59e3647686f774176a362507", - "590de71386f774347051a052", - "590de7e986f7741b096e5f32", - "590de92486f77423d9312a33", - "5937fd0086f7742bf33fc198", - "5937fc6786f7742cab753590", - "638df4cc7b560b03794a18d2", "5d650c3e815116009f6201d2", "60391b0fb847c71012789415", "67586bee39b1b82b0d0f9d06", @@ -525,7 +519,19 @@ "619bdf9cc9546643a67df6f8", "67614b3ab8c060ebb204b106", "619bdfd4c9546643a67df6fa", - "664a5480bfcc521bad3192ca" + "664a5480bfcc521bad3192ca", + "679b9d55708cfcb2060b9ae3", + "679b9d4b3374fb14f40efe6d", + "679b9d43597ba2ed120c3d44", + "679b9cce4e4ed4b3b40ae5c5", + "679b9d6390622daf9708da76", + "5df8a77486f77412672a1e3f", + "5df8a72c86f77412640e2e83", + "5df8a6a186f77412640e2e80", + "679b944d597ba2ed120c3d3c", + "679b946f90622daf9708da6d", + "679b94734e9ca6b3d80586a7", + "679b9477708cfcb2060b9ade" ], "excludedItems": [] } @@ -690,13 +696,13 @@ "isBigImage": true }, "isHidden": false, - "target": "67e593abfb04b3c64c09018c", + "target": "67f699408d7c5eb3fe15b222", "value": 1, "isEncoded": false, "findInRaid": true, "items": [ { - "_id": "67e593abfb04b3c64c09018c", + "_id": "67f699408d7c5eb3fe15b222", "_tpl": "674d90b55704568fe60bc8f5", "upd": { "SpawnedInSession": true, @@ -826,13 +832,13 @@ "isBigImage": false }, "isHidden": false, - "target": "67e593abfb04b3c64c09018e", + "target": "67f699408d7c5eb3fe15b224", "value": 1, "isEncoded": false, "findInRaid": true, "items": [ { - "_id": "67e593abfb04b3c64c09018e", + "_id": "67f699408d7c5eb3fe15b224", "_tpl": "6759e07e4ff23436160d7fed", "upd": { "SpawnedInSession": true, @@ -890,13 +896,13 @@ "isBigImage": false }, "isHidden": false, - "target": "67e593abfb04b3c64c090190", + "target": "67f699408d7c5eb3fe15b226", "value": 1, "isEncoded": false, "findInRaid": true, "items": [ { - "_id": "67e593abfb04b3c64c090190", + "_id": "67f699408d7c5eb3fe15b226", "_tpl": "67614b6b47c71ea3d40256d7", "upd": { "SpawnedInSession": true, @@ -1094,7 +1100,16 @@ "619bdef8c9546643a67df6f6", "619bdf9cc9546643a67df6f8", "619bdfd4c9546643a67df6fa", - "67614b3ab8c060ebb204b106" + "67614b3ab8c060ebb204b106", + "679b944d597ba2ed120c3d3c", + "679b946f90622daf9708da6d", + "679b94734e9ca6b3d80586a7", + "679b9477708cfcb2060b9ade", + "679b9d43597ba2ed120c3d44", + "679b9d6390622daf9708da76", + "679b9cce4e4ed4b3b40ae5c5", + "679b9d4b3374fb14f40efe6d", + "679b9d55708cfcb2060b9ae3" ], "excludedItems": [] } diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/profiles.json b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/profiles.json index 2cb15a39..6303ca00 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/profiles.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/profiles.json @@ -38745,7 +38745,7 @@ "Feet": "5cc085bb14c02e000e67a5c5", "Hands": "5cc0876314c02e000c6bea6b", "Head": "__REPLACEME__", - "DogTag": "674dbf593bee1152d407f005" + "DogTag": "6746fd09bafff85008048838" }, "Encyclopedia": { "5447ac644bdc2d6c208b4567": true, @@ -41893,7 +41893,7 @@ "Feet": "5cde95ef7d6c8b04713c4f2d", "Hands": "5cde95fa7d6c8b04737c2d13", "Head": "__REPLACEME__", - "DogTag": "674dbf593bee1152d407f005" + "DogTag": "67471938bafff850080488b7" }, "Encyclopedia": { "5447ac644bdc2d6c208b4567": true, diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/quests.json b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/quests.json index df6456c7..0e5dedbd 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/templates/quests.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/templates/quests.json @@ -1,250 +1,9686 @@ { - "5936d90786f7742b1420ba5b": { - "QuestName": "Debut", - "_id": "5936d90786f7742b1420ba5b", - "acceptPlayerMessage": "5936d90786f7742b1420ba5b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "60e71dc0a94be721b065bbfc": { + "QuestName": "Long Line", + "_id": "60e71dc0a94be721b065bbfc", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5936d90786f7742b1420ba5b changeQuestMessageText", - "completePlayerMessage": "5936d90786f7742b1420ba5b completePlayerMessage", + "acceptPlayerMessage": "60e71dc0a94be721b065bbfc acceptPlayerMessage", + "changeQuestMessageText": "60e71dc0a94be721b065bbfc changeQuestMessageText", + "completePlayerMessage": "60e71dc0a94be721b065bbfc completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "60e73ee8b567ff641b12956f", "conditions": [ { - "bodyPart": [], + "id": "60e73f4cd1a062318d3d225e", + "dynamicLocale": false, + "target": "AnyPmc", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5967379786f774620e763ea8", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" + }, + { + "id": "60e73f9ca6e322250215f07f", + "dynamicLocale": false, + "zoneIds": [ + "place_merch_022_1", + "place_merch_022_2", + "place_merch_022_3", + "place_merch_022_4", + "place_merch_022_5", + "place_merch_022_6", + "place_merch_022_7" + ], + "conditionType": "InZone" } - ], - "id": "5967379186f77463860dadd5" + ] }, + "id": "60e73ee8b567ff641b129570", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6101498dccda1c5f7b1dd091", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449d986f774453a54a7e1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61014992e5b13723fc7609b1", + "index": 0, + "parentId": "", "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5967379186f77463860dadd6", + "value": 45, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71dc0a94be721b065bbfc description", + "failMessageText": "60e71dc0a94be721b065bbfc failMessageText", + "declinePlayerMessage": "60e71dc0a94be721b065bbfc declinePlayerMessage", + "name": "60e71dc0a94be721b065bbfc name", + "note": "60e71dc0a94be721b065bbfc note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71dc0a94be721b065bbfc startedMessageText", + "successMessageText": "60e71dc0a94be721b065bbfc successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 84000, + "id": "60f037405349d209ec627216", + "type": "Experience", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "610291c0289a8754756b3a93", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17a6", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17a6", + "_tpl": "5df8a4d786f77412672a1e3b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "610291c3e10c48364e47a919", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17ab", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17ab", + "_tpl": "5f60c74e3b85f6263c145586", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17ac", + "_tpl": "657bc285aab96fccee08bea3", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17ab", + "slotId": "Helmet_top" + }, + { + "_id": "68010064f81036801d0b17ad", + "_tpl": "657bc2c5a1c61ee0c3036333", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17ab", + "slotId": "Helmet_back" + }, + { + "_id": "68010064f81036801d0b17ae", + "_tpl": "657bc2e7b30eca976305118d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17ab", + "slotId": "Helmet_ears" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c04f4db8807b75d0f38e8": { + "QuestName": "Closer to the People", + "_id": "675c04f4db8807b75d0f38e8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c04f4db8807b75d0f38e8 acceptPlayerMessage", + "changeQuestMessageText": "675c04f4db8807b75d0f38e8 changeQuestMessageText", + "completePlayerMessage": "675c04f4db8807b75d0f38e8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "675c04f4db8807b75d0f38eb", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f7b168d28a25ec7007dbb" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "675c04f4db8807b75d0f38ec", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f7b168d28a25ec7007dbb" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "675c04f4db8807b75d0f38ea", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "675c047fa46173572a0bd878", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c04f4db8807b75d0f38e8 description", + "failMessageText": "675c04f4db8807b75d0f38e8 failMessageText", + "declinePlayerMessage": "675c04f4db8807b75d0f38e8 declinePlayerMessage", + "name": "675c04f4db8807b75d0f38e8 name", + "note": "675c04f4db8807b75d0f38e8 note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/6762fe1e6470bf1c0f048b96.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c04f4db8807b75d0f38e8 startedMessageText", + "successMessageText": "675c04f4db8807b75d0f38e8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10300, + "id": "6762f0afc0560cb292d3e5e9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 10300, + "id": "6762f0bbe02eb7ed717409b6", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17b0", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17b0", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 10300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6762f0c41fc090f71f5975c5", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6762f0cc4bb083aa5e27bccd", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17b3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17b2", + "_tpl": "5c052e6986f7746b207bc3c9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17b3", + "_tpl": "5c052e6986f7746b207bc3c9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac346a886f7744e1b083d67": { + "QuestName": "Signal - Part 2", + "_id": "5ac346a886f7744e1b083d67", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac346a886f7744e1b083d67 acceptPlayerMessage", + "changeQuestMessageText": "5ac346a886f7744e1b083d67 changeQuestMessageText", + "completePlayerMessage": "5ac346a886f7744e1b083d67 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5cb6f81d86f7740e9d452683", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573477e124597737dd42e191" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5e79986f7747398341847", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573477e124597737dd42e191" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5cb6f88d86f7747d215f09c1", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a358486f77429692b2790" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5e88e86f7741c5804f9db", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a358486f77429692b2790" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5cb6f8de86f7740e9d452685", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3b0486f7743954552bdb" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5e98886f77479bc6ca201", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3b0486f7743954552bdb" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5cb6f9c586f7740ace254c44", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "56742c324bdc2d150f8b456d" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5ea0586f774609f36280c", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "56742c324bdc2d150f8b456d" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3b7186f774184175301d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3b7886f77418420bf36f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3467986f7741d6224abc2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac346a886f7744e1b083d67 description", + "failMessageText": "5ac346a886f7744e1b083d67 failMessageText", + "declinePlayerMessage": "5ac346a886f7744e1b083d67 declinePlayerMessage", + "name": "5ac346a886f7744e1b083d67 name", + "note": "5ac346a886f7744e1b083d67 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac346a886f7744e1b083d67 startedMessageText", + "successMessageText": "5ac346a886f7744e1b083d67 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6700, + "id": "60cc7e382b555f16df5c41c3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7e3ca7d63f18200a24f2", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "5acb7c4586f7740fae6a5e34", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17b5", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17b5", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4498786f7744bde357695": { + "QuestName": "The Key to Success", + "_id": "5ae4498786f7744bde357695", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4498786f7744bde357695 acceptPlayerMessage", + "changeQuestMessageText": "5ae4498786f7744bde357695 changeQuestMessageText", + "completePlayerMessage": "5ae4498786f7744bde357695 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9c0a686f774703201f143", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a3f586f7740aab00e4e6" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9c0c986f77468ab400f88", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a3f586f7740aab00e4e6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae9c0cc86f7746c63372b28", + "target": "5ae9c0a686f774703201f143", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9c0e186f7746419683c5e", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a4fc86f7746e381e1753" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9c10686f774703201f146", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a4fc86f7746e381e1753" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae9c10b86f77468ab400f8c", + "target": "5ae9c0e186f7746419683c5e", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af4192c86f774297e641027", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 26, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af416f086f7745c524a375f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4495c86f7744e87761355", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4498786f7744bde357695 description", + "failMessageText": "5ae4498786f7744bde357695 failMessageText", + "declinePlayerMessage": "5ae4498786f7744bde357695 declinePlayerMessage", + "name": "5ae4498786f7744bde357695 name", + "note": "5ae4498786f7744bde357695 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4498786f7744bde357695 startedMessageText", + "successMessageText": "5ae4498786f7744bde357695 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15600, + "id": "60cc968798b49270603645f9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc968d20a6283a506aeb36", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 60000, + "id": "5ae9c1b686f7746398105b16", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17b7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17b7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 60000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ae9c1d586f7747bf975eff3", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17ba", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17b9", + "_tpl": "5ab8f4ff86f77431c60d91ba", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17ba", + "_tpl": "5ab8f4ff86f77431c60d91ba", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "6764947e284eb4d2acaf9227", + "type": "CustomizationDirect", + "index": 0, + "target": "675468937dadca6836092b2a", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae449d986f774453a54a7e1": { + "QuestName": "Supervisor", + "_id": "5ae449d986f774453a54a7e1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae449d986f774453a54a7e1 acceptPlayerMessage", + "changeQuestMessageText": "5ae449d986f774453a54a7e1 changeQuestMessageText", + "completePlayerMessage": "5ae449d986f774453a54a7e1 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9e55886f77445315f662a", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ad7247386f7747487619dc3" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9e58886f77423572433f5", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ad7247386f7747487619dc3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae9e58e86f77423572433f6", + "target": "5ae9e55886f77445315f662a", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af4186c86f77428ae313afa", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 40, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af417e386f77428ae313af3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449c386f7744bde357697", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af4181286f77428bb55edd9", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4498786f7744bde357695", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae449d986f774453a54a7e1 description", + "failMessageText": "5ae449d986f774453a54a7e1 failMessageText", + "declinePlayerMessage": "5ae449d986f774453a54a7e1 declinePlayerMessage", + "name": "5ae449d986f774453a54a7e1 name", + "note": "5ae449d986f774453a54a7e1 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae449d986f774453a54a7e1 startedMessageText", + "successMessageText": "5ae449d986f774453a54a7e1 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 24100, + "id": "5c95118b86f774551528defc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc983365e4664318606b5c", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 250000, + "id": "5ae9e5ed86f7742cfd3cb562", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17bc", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17bc", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 250000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc98541bdece56c249cbdb", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17be", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17be", + "_tpl": "5be4038986f774527d3fae60", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63bd873bbe101745b01ccfee", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17c8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17c8", + "_tpl": "5e9dacf986f774054d6b89f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17c9", + "_tpl": "65732de75d3a3129fb05f3dd", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b17ca", + "_tpl": "65732df4d0acf75aea06c87b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b17cb", + "_tpl": "65732e05d0acf75aea06c87f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b17cc", + "_tpl": "65732e0f6784ca384b0167ad", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b17cd", + "_tpl": "65732e215d3a3129fb05f3e1", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "Collar" + }, + { + "_id": "68010064f81036801d0b17ce", + "_tpl": "65732e30dd8739f6440ef383", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "Groin" + }, + { + "_id": "68010064f81036801d0b17cf", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b17d0", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17c8", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90fa17bdcb1576b1226c8", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b17d1", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b17d1", + "_tpl": "5ca21c6986f77479963115a7" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4499a86f77449783815db": { + "QuestName": "Charisma Brings Success", + "_id": "5ae4499a86f77449783815db", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4499a86f77449783815db acceptPlayerMessage", + "changeQuestMessageText": "5ae4499a86f77449783815db changeQuestMessageText", + "completePlayerMessage": "5ae4499a86f77449783815db completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5ae9c29386f77427153c7fb0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "Charisma", + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4170e86f7745c267423e9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4497b86f7744cf402ed00", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af4171686f7741c8f21cb9e", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448f286f77448d73c0131", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4499a86f77449783815db description", + "failMessageText": "5ae4499a86f77449783815db failMessageText", + "declinePlayerMessage": "5ae4499a86f77449783815db declinePlayerMessage", + "name": "5ae4499a86f77449783815db name", + "note": "5ae4499a86f77449783815db note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4499a86f77449783815db startedMessageText", + "successMessageText": "5ae4499a86f77449783815db successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15600, + "id": "60cc96b35f9e6175514de2c3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc96be20a6283a506aeb37", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 60000, + "id": "60cc96f6a7d63f18200a2509", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17d3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17d3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 60000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc96e1646f74055e276525", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17db", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17db", + "_tpl": "5d5d87f786f77427997cfaef", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17dc", + "_tpl": "6570e5100b57c03ec90b970a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17db", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b17dd", + "_tpl": "6570e479a6560e4ee50c2b02", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17db", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b17de", + "_tpl": "6570e5674cc0d2ab1e05edbb", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17db", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b17df", + "_tpl": "6570e59b0b57c03ec90b970e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17db", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b17e0", + "_tpl": "656f9fa0498d1b7e3e071d98", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17db", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b17e1", + "_tpl": "656f9fa0498d1b7e3e071d98", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b17db", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8d891fe356507267b2fc", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b17e2", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b17e2", + "_tpl": "5ca2151486f774244a3b8d30" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6744af0969a58fceba101fed": { + "QuestName": "The Price of Independence", + "_id": "6744af0969a58fceba101fed", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6744af0969a58fceba101fed acceptPlayerMessage", + "changeQuestMessageText": "6744af0969a58fceba101fed changeQuestMessageText", + "completePlayerMessage": "6744af0969a58fceba101fed completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6745c8ccb4adeab3910332cc", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499d0eeca8acb2d2061639" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c8eed469160e2200ea27", + "conditions": [ + { + "id": "6745c8fbeca6b954af086e7e", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "674d8576b4962faa43fef60d", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745c8ee54d6972417ad7bad", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6745c8de22c7ee46e3319c34", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Zone_leeter_final", + "target": [ + "67499d0eeca8acb2d2061639" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c9085228446fa4981fc4", + "conditions": [ + { + "id": "6745c912ff7a6a9e6f881a17", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "674d85c9ddb10d2c0d63fa11", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745c90842db81af412eae97", + "index": 6, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c9489d8519803b5ea7fa", + "conditions": [ + { + "id": "6745c953b4e0546cb0a2888a", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "674d85a36b979dc6714cf8dc", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745c9482ac6bee79dca869a", + "index": 7, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c96255fdcf1e8a05e2f7", + "conditions": [ + { + "id": "6745c9692071b59571a78e2c", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "674d85dc8041d9335262b4e6", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745c9623d362cd373b1de93", + "index": 8, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c98645e31670c94200f3", + "conditions": [ + { + "id": "6745c98d1da7ffb8132be7b8", + "dynamicLocale": false, + "target": "Final_flare_btr_2", + "conditionType": "LaunchFlare" + } + ] + }, + "id": "6745c986a3e10e0bf6472d8e", + "index": 9, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c992aa902c3f4e3e9068", + "conditions": [ + { + "id": "6745c99aace12a06fcb5c1fc", + "dynamicLocale": false, + "target": "Final_flare_btr", + "conditionType": "LaunchFlare" + } + ] + }, + "id": "6745c992bf76b3aeaf6370e0", + "index": 10, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c9b817174959a31aa433", + "conditions": [ + { + "id": "6745c9c396e003ce2ce8bbb3", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6745c9b89c84a273d4a2dc28", + "index": 11, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745c9a810fd716c8034e223", + "conditions": [ + { + "id": "6745c9b0d13269e44c6217ef", + "dynamicLocale": false, + "status": [ + "Runner", + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6752e168f938eff3e40ad846", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745c9a86086867a2c723e9d", + "index": 12, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67bc7a85474696c6f3adf6df", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744aca8d3346c216702c583", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "67bc7a90d31d9c55dd5c1225", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6744a728352b4da8e003eda9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "674607d2e793e545980f251d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67460662d0fbbc74ca0f7229", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "6744af0969a58fceba101fed description", + "failMessageText": "6744af0969a58fceba101fed failMessageText", + "declinePlayerMessage": "6744af0969a58fceba101fed declinePlayerMessage", + "name": "6744af0969a58fceba101fed name", + "note": "6744af0969a58fceba101fed note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0b503bb837e8470f723e.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6744af0969a58fceba101fed startedMessageText", + "successMessageText": "6744af0969a58fceba101fed successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 85400, + "id": "675851aa8c29f978cfdb1175", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300000, + "id": "675851bbc29b6ca12b080256", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17e4", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17e4", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 300000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.5, + "id": "675851c98e1732065e0bee2f", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "67585724fcea9bbf3b694aea", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b17e5", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b17e5", + "_tpl": "66d98233302686954b0c6f81" + } + ], + "loyaltyLevel": 2, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "67585862fc73bbbf9a33c21b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b17e6", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b17e6", + "_tpl": "57347ca924597744596b4e71" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "67596dcd24cbfb1e6ce28a2c", + "type": "Achievement", + "index": 0, + "target": "675709bef4e2a2ce0f058f56", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac3467986f7741d6224abc2": { + "QuestName": "Signal - Part 1", + "_id": "5ac3467986f7741d6224abc2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac3467986f7741d6224abc2 acceptPlayerMessage", + "changeQuestMessageText": "5ac3467986f7741d6224abc2 changeQuestMessageText", + "completePlayerMessage": "5ac3467986f7741d6224abc2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac5e0fa86f77431c305d242", + "conditions": [ + { + "id": "5ac5e11f86f7740f9772d5a2", + "dynamicLocale": false, + "target": "place_SIGNAL_01_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ac5e0fa86f77431c305d243", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac5e13586f7746074388f92", + "conditions": [ + { + "id": "5ac5e13d86f7747cbf7845a2", + "dynamicLocale": false, + "target": "place_SIGNAL_01_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ac5e13586f7746074388f93", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac5e18c86f7743ebd6c9574", + "conditions": [ + { + "id": "5ac5e1a186f774081b7b00a3", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5ac5e1b086f77422b55be712", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5ac5e18c86f7743ebd6c9575", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ac5e1e286f77431c305d244", + "target": "5ac5e0fa86f77431c305d243", + "conditionType": "CompleteCondition" + }, + { + "id": "5ac5e1eb86f7747cbf7845a3", + "target": "5ac5e13586f7746074388f93", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3b6186f7741cdb2f7f8e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3b6986f77418440390b4", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac2426c86f774138762edfe", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac3467986f7741d6224abc2 description", + "failMessageText": "5ac3467986f7741d6224abc2 failMessageText", + "declinePlayerMessage": "5ac3467986f7741d6224abc2 declinePlayerMessage", + "name": "5ac3467986f7741d6224abc2 name", + "note": "5ac3467986f7741d6224abc2 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac3467986f7741d6224abc2 startedMessageText", + "successMessageText": "5ac3467986f7741d6224abc2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6700, + "id": "60cc7df12b555f16df5c41c2", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7df5af2e5506c37822c3", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 10000, + "id": "5acb7be086f77417d0797166", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17e8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17e8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 10000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5acb7c0886f7740fae6a5dbd", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17ec", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17ea", + "_tpl": "5a718f958dc32e00094b97e7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17eb", + "_tpl": "5a718f958dc32e00094b97e7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17ec", + "_tpl": "5a718f958dc32e00094b97e7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6745cbee909d2013670a4a55": { + "QuestName": "The Price of Independence", + "_id": "6745cbee909d2013670a4a55", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6745cbee909d2013670a4a55 acceptPlayerMessage", + "changeQuestMessageText": "6745cbee909d2013670a4a55 changeQuestMessageText", + "completePlayerMessage": "6745cbee909d2013670a4a55 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6745cbee909d2013670a4a60", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499d0eeca8acb2d2061639" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a62", + "conditions": [ + { + "id": "6745c8fbeca6b954af086e7e", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "674d8695e7bfa5e6f03ca7ab", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745cbee909d2013670a4a61", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6745cbee909d2013670a4a63", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Zone_leeter_final", + "target": [ + "67499d0eeca8acb2d2061639" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a65", + "conditions": [ + { + "id": "6745c912ff7a6a9e6f881a17", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "674d869dacb3d7a48196dc61", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745cbee909d2013670a4a64", + "index": 6, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a67", + "conditions": [ + { + "id": "6745c953b4e0546cb0a2888a", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "674d86a2bf6bc03a1b2bbbfb", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745cbee909d2013670a4a66", + "index": 7, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a69", + "conditions": [ + { + "id": "6745c9692071b59571a78e2c", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "674d86a787c9a1ea69cfda87", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745cbee909d2013670a4a68", + "index": 8, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a6b", + "conditions": [ + { + "id": "6745c98d1da7ffb8132be7b8", + "dynamicLocale": false, + "target": "Final_flare_btr_2", + "conditionType": "LaunchFlare" + } + ] + }, + "id": "6745cbee909d2013670a4a6a", + "index": 9, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a6d", + "conditions": [ + { + "id": "6745c99aace12a06fcb5c1fc", + "dynamicLocale": false, + "target": "Final_flare_btr", + "conditionType": "LaunchFlare" + } + ] + }, + "id": "6745cbee909d2013670a4a6c", + "index": 10, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a6f", + "conditions": [ + { + "id": "6745c9c396e003ce2ce8bbb3", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6745cbee909d2013670a4a6e", + "index": 11, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745cbee909d2013670a4a71", + "conditions": [ + { + "id": "6745c9b0d13269e44c6217ef", + "dynamicLocale": false, + "status": [ + "Runner", + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6752e1abdf96096d65232c4d", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745cbee909d2013670a4a70", + "index": 12, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67bc7a320f681966a06b631f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744aca8d3346c216702c583", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "67bc7a401589f6db1ef3758d", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6744a9dfef61d56e020b5c4a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "674607c79367c5570bb2744f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67460662d0fbbc74ca0f7229", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "6745cbee909d2013670a4a55 description", + "failMessageText": "6745cbee909d2013670a4a55 failMessageText", + "declinePlayerMessage": "6745cbee909d2013670a4a55 declinePlayerMessage", + "name": "6745cbee909d2013670a4a55 name", + "note": "6745cbee909d2013670a4a55 note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0b503bb837e8470f723e.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6745cbee909d2013670a4a55 startedMessageText", + "successMessageText": "6745cbee909d2013670a4a55 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 85400, + "id": "6758598235c4dfa77d099fac", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300000, + "id": "675859a948a56e046abe50c3", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17ee", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17ee", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 300000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.5, + "id": "675859b1114fd9a4b96e9a68", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "67585ed9b45774471005567f", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b17ef", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b17ef", + "_tpl": "66d98233302686954b0c6f81" + } + ], + "loyaltyLevel": 2, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "67585ee10fda433711e12f4b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b17f0", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b17f0", + "_tpl": "57347ca924597744596b4e71" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "67596dfcfe832453c86e4141", + "type": "Achievement", + "index": 0, + "target": "675709bef4e2a2ce0f058f56", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c1cf4a757ddd00404f0a3": { + "QuestName": "Work Smarter", + "_id": "675c1cf4a757ddd00404f0a3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c1cf4a757ddd00404f0a3 acceptPlayerMessage", + "changeQuestMessageText": "675c1cf4a757ddd00404f0a3 changeQuestMessageText", + "completePlayerMessage": "675c1cf4a757ddd00404f0a3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "676ab31c058363b09072c78e", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "675c1cf4a757ddd00404f0a6", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675aaab74bca0b001d02f356" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675c1cf4a757ddd00404f0a7", + "conditions": [ + { + "id": "676be7dcf9483d2aabc83437", + "dynamicLocale": false, + "target": "exit777", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "675c1cf4a757ddd00404f0a6", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f2023cc36958678613e8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c1cf4a757ddd00404f0a3 description", + "failMessageText": "675c1cf4a757ddd00404f0a3 failMessageText", + "declinePlayerMessage": "675c1cf4a757ddd00404f0a3 declinePlayerMessage", + "name": "675c1cf4a757ddd00404f0a3 name", + "note": "675c1cf4a757ddd00404f0a3 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c1cf4a757ddd00404f0a3 startedMessageText", + "successMessageText": "675c1cf4a757ddd00404f0a3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6600, + "id": "6762f217d2cd8ebfa6b55ffa", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 32000, + "id": "6762f221172ad5de43ed7896", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17f2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17f2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 32000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "6762f22a5545ef599a75a8f0", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6762f23501a76c1d2dcc966d", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17f5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17f4", + "_tpl": "5d02778e86f774203e7dedbe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17f5", + "_tpl": "5d02778e86f774203e7dedbe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac3479086f7742880308199": { + "QuestName": "Insider", + "_id": "5ac3479086f7742880308199", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac3479086f7742880308199 acceptPlayerMessage", + "changeQuestMessageText": "5ac3479086f7742880308199 changeQuestMessageText", + "completePlayerMessage": "5ac3479086f7742880308199 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "TraderLoyalty", + "id": "5dbadfd186f77449467d1482", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "54cb50c76803fa8b248b4571", + "globalQuestCounterId": "", + "value": 3, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3dd886f77418d85168f2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3ddd86f77418420bf391", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3467986f7741d6224abc2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3df186f7741ce21f9b2b", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ac2428686f77412450b42bf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac3479086f7742880308199 description", + "failMessageText": "5ac3479086f7742880308199 failMessageText", + "declinePlayerMessage": "5ac3479086f7742880308199 declinePlayerMessage", + "name": "5ac3479086f7742880308199 name", + "note": "5ac3479086f7742880308199 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "Standing", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac3479086f7742880308199 startedMessageText", + "successMessageText": "5ac3479086f7742880308199 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6700, + "id": "60cc7f56af2e5506c37822cc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7f5ce3d0247e625dab7d", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 800, + "id": "5acb7a2986f77440a60503c1", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17f7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17f7", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 800 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5acb7a6e86f77432b76dbca9", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17fa", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17f9", + "_tpl": "5a32a064c4a28200741e22de", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b17fa", + "_tpl": "5a32a064c4a28200741e22de", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac346e886f7741d6118b99b": { + "QuestName": "Signal - Part 4", + "_id": "5ac346e886f7741d6118b99b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac346e886f7741d6118b99b acceptPlayerMessage", + "changeQuestMessageText": "5ac346e886f7741d6118b99b changeQuestMessageText", + "completePlayerMessage": "5ac346e886f7741d6118b99b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5ac5eb3286f7746e7a509a09", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "Attention", + "globalQuestCounterId": "", + "value": 8, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3b9986f77418403493b5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3ba186f7741ce21f9b0c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac346cf86f7741d63233a02", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac346e886f7741d6118b99b description", + "failMessageText": "5ac346e886f7741d6118b99b failMessageText", + "declinePlayerMessage": "5ac346e886f7741d6118b99b declinePlayerMessage", + "name": "5ac346e886f7741d6118b99b name", + "note": "5ac346e886f7741d6118b99b note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac346e886f7741d6118b99b startedMessageText", + "successMessageText": "5ac346e886f7741d6118b99b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8600, + "id": "60cc7e8e7c496e588343a6eb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc7e9a65e4664318606b04", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "5acb7d0786f7742fa2019cc3", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17fc", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b17fc", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5acb7d3986f7740ee6641447", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b17fe", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b17fe", + "_tpl": "618ba27d9008e4636a67f61d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27b87686f77460de0252a8": { + "QuestName": "Humanitarian Supplies", + "_id": "5a27b87686f77460de0252a8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27b87686f77460de0252a8 acceptPlayerMessage", + "changeQuestMessageText": "5a27b87686f77460de0252a8 changeQuestMessageText", + "completePlayerMessage": "5a27b87686f77460de0252a8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5a28017786f77452f6318b1b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_005_N1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a2801f986f774531b679875", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_005_N2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5cb5fd3d86f7746ef64ca33c", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "590c5f0d86f77413997acfab" + ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, + "id": "5a28023f86f774528903dd1e", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "590c5f0d86f77413997acfab" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c939f2186f774122b6e7853", + "conditions": [ + { + "id": "5c939f3c86f7741228714be5", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c939f4886f774122a7ac1a5", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c939f2186f774122b6e7854", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5c939f8586f774122a7ac1a6", + "target": "5a28017786f77452f6318b1b", + "conditionType": "CompleteCondition" + }, + { + "id": "5c939f9386f774122c346f87", + "target": "5a2801f986f774531b679875", + "conditionType": "CompleteCondition" + }, + { + "id": "5c9b7e0e86f7744aa8646183", + "target": "5c9a170386f77438c80164eb", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c94cd4886f77436285a96bd", + "conditions": [ + { + "id": "5c94cd8286f7743625245201", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c94cdc986f77436285a96c2", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa7d03ae5b5b00016327db5", + "5ab8e4ed86f7742d8e50c7fa" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "625fdd83da500d1a084af87e", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c9a170386f77438c80164eb", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba47986f7744df8667504", + "conditions": [ + { + "id": "5a3ba48386f7745ab1081124", + "dynamicLocale": false, + "target": "place_peacemaker_005_N1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba47986f7744df8667505", + "index": 0, + "parentId": "5a28017786f77452f6318b1b", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba4ba86f7744df759b1e4", + "conditions": [ + { + "id": "5a3ba4c486f7744d795d3117", + "dynamicLocale": false, + "target": "place_peacemaker_005_N2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba4ba86f7744df759b1e5", + "index": 0, + "parentId": "5a2801f986f774531b679875", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a71e386f7745a9e0647d0", + "index": 0, + "parentId": "", "dynamicLocale": false, "globalQuestCounterId": "", - "id": "596737cb86f77463a8115efd", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "value": 11, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28002d86f7741ac376015e", + "index": 0, "parentId": "", - "target": [ - "54491c4f4bdc2db1078b4568" + "dynamicLocale": false, + "target": "5a27b80086f774429a5d7e20", + "status": [ + 4 ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27b87686f77460de0252a8 description", + "failMessageText": "5a27b87686f77460de0252a8 failMessageText", + "declinePlayerMessage": "5a27b87686f77460de0252a8 declinePlayerMessage", + "name": "5a27b87686f77460de0252a8 name", + "note": "5a27b87686f77460de0252a8 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5979d3da86f774719f309082.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27b87686f77460de0252a8 startedMessageText", + "successMessageText": "5a27b87686f77460de0252a8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11500, + "id": "60cc6a0765e4664318606ad2", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6a0be3d0247e625dab4c", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 800, + "id": "5a28005d86f7741e20754241", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1800", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1800", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 800 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc6a1faf2e5506c3782299", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1803", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1802", + "_tpl": "5d1c819a86f774771b0acd6c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1803", + "_tpl": "5d1c819a86f774771b0acd6c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b74107f92d5105c6f7b77", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1804", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1804", + "_tpl": "5c0d5ae286f7741e46554302" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "5ac66c4f86f77403df401d38", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1805", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1805", + "_tpl": "593d493f86f7745e6b2ceb22" + } + ], + "loyaltyLevel": 2, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c1ff1a757ddd00404f0aa": { + "QuestName": "Test Drive - Part 6", + "_id": "675c1ff1a757ddd00404f0aa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c1ff1a757ddd00404f0aa acceptPlayerMessage", + "changeQuestMessageText": "675c1ff1a757ddd00404f0aa changeQuestMessageText", + "completePlayerMessage": "675c1ff1a757ddd00404f0aa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675c1ff1a757ddd00404f0af", + "conditions": [ + { + "id": "675c1f1ef3bd8a7f97ea1bdf", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "674d6121c09f69dfb201a888" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "676ad642bbd50af56e6639c3", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "675c1ff1a757ddd00404f0ae", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f5130aeef69684588239", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3a40c828825de06d6a1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c1ff1a757ddd00404f0aa description", + "failMessageText": "675c1ff1a757ddd00404f0aa failMessageText", + "declinePlayerMessage": "675c1ff1a757ddd00404f0aa declinePlayerMessage", + "name": "675c1ff1a757ddd00404f0aa name", + "note": "675c1ff1a757ddd00404f0aa note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c1ff1a757ddd00404f0aa startedMessageText", + "successMessageText": "675c1ff1a757ddd00404f0aa successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "6769733f044177ab3920833e", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b180e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b180e", + "_tpl": "674d6121c09f69dfb201a888", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010064f81036801d0b180f", + "_tpl": "63f4da90f31d4a33b87bd054", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b180e", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010064f81036801d0b1810", + "_tpl": "674d5e287075e056160e0176", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b180e", + "slotId": "mod_handguard" + }, + { + "_id": "68010064f81036801d0b1811", + "_tpl": "628a665a86cbd9750d2ff5e5", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b180e", + "slotId": "mod_reciever" + }, + { + "_id": "68010064f81036801d0b1812", + "_tpl": "5a33b2c9c4a282000c5a9511", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b180e", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b1813", + "_tpl": "5a32aa8bc4a2826c6e06d737", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1812", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b1814", + "_tpl": "5b0e794b5acfc47a877359b2", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b180e", + "slotId": "mod_stock_000" + }, + { + "_id": "68010064f81036801d0b1815", + "_tpl": "5c0548ae0db834001966a3c2", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b180e", + "slotId": "mod_magazine" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 65000, + "id": "6762f53c615ca4e6f2e961d0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 65000, + "id": "6762f54bcc5c1a483fe3b7ee", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1817", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1817", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 65000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "6762f557c5d90885e7f0a8db", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6762f5675910a8f6d35ef15d", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b182c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1822", + "_tpl": "5c0e625a86f7742d77340f62", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1823", + "_tpl": "65764275d8537eb26a0355e9", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b1824", + "_tpl": "657642b0e6d5dd75f40688a5", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b1825", + "_tpl": "6576434820cc24d17102b148", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b1826", + "_tpl": "657643732bc38ef78e076477", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b1827", + "_tpl": "657643a220cc24d17102b14c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Collar" + }, + { + "_id": "68010064f81036801d0b1828", + "_tpl": "656f63c027aed95beb08f62c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b1829", + "_tpl": "656fafe3498d1b7e3e071da4", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Back_plate" + }, + { + "_id": "68010064f81036801d0b182a", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Left_side_plate" + }, + { + "_id": "68010064f81036801d0b182b", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1822", + "slotId": "Right_side_plate" + }, + { + "_id": "68010064f81036801d0b182c", + "_tpl": "5c0e625a86f7742d77340f62", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b182d", + "_tpl": "65764275d8537eb26a0355e9", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b182e", + "_tpl": "657642b0e6d5dd75f40688a5", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b182f", + "_tpl": "6576434820cc24d17102b148", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b1830", + "_tpl": "657643732bc38ef78e076477", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b1831", + "_tpl": "657643a220cc24d17102b14c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Collar" + }, + { + "_id": "68010064f81036801d0b1832", + "_tpl": "656f63c027aed95beb08f62c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b1833", + "_tpl": "656fafe3498d1b7e3e071da4", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Back_plate" + }, + { + "_id": "68010064f81036801d0b1834", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Left_side_plate" + }, + { + "_id": "68010064f81036801d0b1835", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b182c", + "slotId": "Right_side_plate" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae449c386f7744bde357697": { + "QuestName": "Sales Night", + "_id": "5ae449c386f7744bde357697", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae449c386f7744bde357697 acceptPlayerMessage", + "changeQuestMessageText": "5ae449c386f7744bde357697 changeQuestMessageText", + "completePlayerMessage": "5ae449c386f7744bde357697 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae9e44f86f7746b6a466a8d", + "conditions": [ + { + "id": "5ae9e46686f77440d37ce046", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + }, + { + "id": "5bb60cc688a4507f2f385a76", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5bb60cbc88a45011a8235cc5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af4196886f7742a2627a4be", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af417c086f7742a2712c3c2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449b386f77446d8741719", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae449c386f7744bde357697 description", + "failMessageText": "5ae449c386f7744bde357697 failMessageText", + "declinePlayerMessage": "5ae449c386f7744bde357697 declinePlayerMessage", + "name": "5ae449c386f7744bde357697 name", + "note": "5ae449c386f7744bde357697 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae449c386f7744bde357697 startedMessageText", + "successMessageText": "5ae449c386f7744bde357697 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17500, + "id": "60cc97fc1bdece56c249cbd9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc980341fd1e14d71e22f9", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "5ae9e49d86f77440d37ce047", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1837", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1837", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ae9e4b786f77443f2500fe0", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b183a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1839", + "_tpl": "5ab8ebf186f7742d8b372e80", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b183a", + "_tpl": "5ab8ebf186f7742d8b372e80", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90e93634af31280203931", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b183b", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b183b", + "_tpl": "5b40e2bc5acfc40016388216" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + }, + { + "availableInGameEditions": [], + "id": "657fc5e0fd86b9d9680c4a22", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b183c", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b183c", + "_tpl": "65573fa5655447403702a816" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5edabd13218d181e29451442": { + "QuestName": "Rigged Game", + "_id": "5edabd13218d181e29451442", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5edabd13218d181e29451442 acceptPlayerMessage", + "changeQuestMessageText": "5edabd13218d181e29451442 changeQuestMessageText", + "completePlayerMessage": "5edabd13218d181e29451442 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5f071a9727cec53d5d24fe3b", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "skier_022_area_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5f071ae396d1ae55e476abc4", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "skier_022_area_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5f071b2a8ca6db7f3b41215f", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "skier_022_area_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5f039da057a46716b610b576", + "conditions": [ + { + "id": "5f039de7bfbf26606e383df7", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5f039df57c499425787ebb39", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5f039da057a46716b610b577", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5f071b48e32b900a91328f50", + "target": "5f071a9727cec53d5d24fe3b", + "conditionType": "CompleteCondition" + }, + { + "id": "5f071b4c8ca6db7f3b412160", + "target": "5f071ae396d1ae55e476abc4", + "conditionType": "CompleteCondition" + }, + { + "id": "5f071b514ab52901d036bcf6", + "target": "5f071b2a8ca6db7f3b41215f", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5edabdea60bdcc7ff3558119", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5eda19f0edce541157209cee", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5edabd13218d181e29451442 description", + "failMessageText": "5edabd13218d181e29451442 failMessageText", + "declinePlayerMessage": "5edabd13218d181e29451442 declinePlayerMessage", + "name": "5edabd13218d181e29451442 name", + "note": "5edabd13218d181e29451442 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5edabd13218d181e29451442 startedMessageText", + "successMessageText": "5edabd13218d181e29451442 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 3, + "id": "5f039dc857a46716b610b578", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1840", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b183e", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b183f", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1840", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 12900, + "id": "60c8c0f22238043a5267864b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c0f8e4d30047b777b323", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "60cb63d03e4e974efa345ca5", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1842", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1842", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb636898b4927060364546", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1843", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1843", + "_tpl": "5926bb2186f7744b1c6c6e60", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010064f81036801d0b1844", + "_tpl": "5926c3b286f774640d189b6b", + "parentId": "68010064f81036801d0b1843", + "slotId": "mod_magazine" + }, + { + "_id": "68010064f81036801d0b1845", + "_tpl": "5926f2e086f7745aae644231", + "parentId": "68010064f81036801d0b1843", + "slotId": "mod_reciever" + }, + { + "_id": "68010064f81036801d0b1846", + "_tpl": "5926f34786f77469195bfe92", + "parentId": "68010064f81036801d0b1845", + "slotId": "mod_handguard" + }, + { + "_id": "68010064f81036801d0b1847", + "_tpl": "5926d2be86f774134d668e4e", + "parentId": "68010064f81036801d0b1845", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010064f81036801d0b1848", + "_tpl": "5926d40686f7740f152b6b7e", + "parentId": "68010064f81036801d0b1845", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1849", + "_tpl": "5926d33d86f77410de68ebc0", + "parentId": "68010064f81036801d0b1845", + "slotId": "mod_muzzle" + }, + { + "_id": "68010064f81036801d0b184a", + "_tpl": "5926c32286f774616e42de99", + "parentId": "68010064f81036801d0b1843", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb638b98b4927060364548", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b184e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b184c", + "_tpl": "5926c3b286f774640d189b6b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b184d", + "_tpl": "5926c3b286f774640d189b6b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b184e", + "_tpl": "5926c3b286f774640d189b6b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb63a3af2e5506c3781dae", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1855", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1851", + "_tpl": "6570259bc5d7d4cb4d07857f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1852", + "_tpl": "5a3c16fe86f77452b62de32a", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b1851", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b1853", + "_tpl": "6570259bc5d7d4cb4d07857f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1854", + "_tpl": "5a3c16fe86f77452b62de32a", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b1853", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b1855", + "_tpl": "6570259bc5d7d4cb4d07857f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1856", + "_tpl": "5a3c16fe86f77452b62de32a", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b1855", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bafb86f7741c73584017": { + "QuestName": "Spa Tour - Part 7", + "_id": "5a27bafb86f7741c73584017", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bafb86f7741c73584017 acceptPlayerMessage", + "changeQuestMessageText": "5a27bafb86f7741c73584017 changeQuestMessageText", + "completePlayerMessage": "5a27bafb86f7741c73584017 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a28151986f77466837984c9", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "544fb3f34bdc2d03748b456a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a28152b86f7740ab40845fb", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "544fb3f34bdc2d03748b456a" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a28157486f77405822f36c1", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59faf98186f774067b6be103" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a28159686f77405710b1e65", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59faf98186f774067b6be103" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a2815c186f77405822f36ce", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e35cbb86f7741778269d83" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a2815d786f774725a5893a6", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e35cbb86f7741778269d83" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a28163686f7740ab4084611", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59fafb5d86f774067a6f2084" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a28164786f77405822f36d9", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59fafb5d86f774067a6f2084" + ], + "globalQuestCounterId": "", "value": 2, "visibilityConditions": [] } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658471a72957dfa0e01552d1", + "id": "5a3a727b86f7745b18478f13", "index": 0, "parentId": "", - "value": 1, + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658471a35740d10d154dac8f", - "index": 1, + "id": "5a2813e286f774549545d383", + "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5a27ba9586f7741b543d8e85", "status": [ - 4, - 5 + 4 ], - "target": "657315df034d76585f032e01", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5936d90786f7742b1420ba5b declinePlayerMessage", - "description": "5936d90786f7742b1420ba5b description", - "failMessageText": "5936d90786f7742b1420ba5b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/596b465486f77457ca186188.jpg", - "instantComplete": false, - "isKey": false, + "description": "5a27bafb86f7741c73584017 description", + "failMessageText": "5a27bafb86f7741c73584017 failMessageText", + "declinePlayerMessage": "5a27bafb86f7741c73584017 declinePlayerMessage", + "name": "5a27bafb86f7741c73584017 name", + "note": "5a27bafb86f7741c73584017 note", + "traderId": "5935c25fb3acc3127c3d8cd9", "location": "any", - "name": "5936d90786f7742b1420ba5b name", - "note": "5936d90786f7742b1420ba5b note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bafb86f7741c73584017 startedMessageText", + "successMessageText": "5a27bafb86f7741c73584017 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "5fe305df8a67d12f5f24c8aa", - "index": 0, + "value": 9700, + "id": "60cc6dae179f8541b8469256", "type": "Experience", - "unknown": false, - "value": 1700 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60c89c0c80b2027f403dd992", - "index": 0, - "target": "54cb50c76803fa8b248b4571", + "value": 0.04, + "id": "60cc6db177dc197c774254b0", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5fe305d9c646836c3b6fc562", + "value": 1, + "id": "5a2813cb86f774567931372b", + "type": "Item", "index": 0, + "target": "68010064f81036801d0b1858", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103004", + "_id": "68010064f81036801d0b1858", + "_tpl": "5d9f1fa686f774726974a992", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b919d975a7f3c734661b0", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1859", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1859", + "_tpl": "5c17a7ed2e2216152142459c" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "value": -0.01, + "id": "5d6e738186f77410d46d1e44", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0bc91486f7746ab41857a2": { + "QuestName": "Silent Caliber", + "_id": "5c0bc91486f7746ab41857a2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0bc91486f7746ab41857a2 acceptPlayerMessage", + "changeQuestMessageText": "5c0bc91486f7746ab41857a2 changeQuestMessageText", + "completePlayerMessage": "5c0bc91486f7746ab41857a2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0bc95086f7746e784f39eb", + "conditions": [ + { + "id": "5c0bc98186f7746ab41857a3", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "576165642459773c7a400233", + "54491c4f4bdc2db1078b4568", + "5a7828548dc32e5a9c28b516", + "5e870397991fd70db46995c8", + "56dee2bdd2720bc8328b4567", + "5580223e4bdc2d1c128b457f", + "606dae0ab0e443224b421bb7", + "6259b864ebedf17603599e88", + "67124dcfa3541f2a1f0e788b", + "66ffa9b66e19cc902401c5e8", + "674fe9a75e51f1c47c04ec23" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "5b363dd25acfc4001a598fd2" + ], + [ + "59c0ec5b86f77435b128bfca" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5c0bc95086f7746e784f39ec", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0bcc9c86f7746fe16dbba8", + "conditions": [ + { + "id": "5c0bce7d86f7746ab41857a7", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "576165642459773c7a400233", + "54491c4f4bdc2db1078b4568", + "5a7828548dc32e5a9c28b516", + "5e870397991fd70db46995c8", + "56dee2bdd2720bc8328b4567", + "5580223e4bdc2d1c128b457f", + "606dae0ab0e443224b421bb7", + "6259b864ebedf17603599e88", + "674fe9a75e51f1c47c04ec23", + "67124dcfa3541f2a1f0e788b", + "66ffa9b66e19cc902401c5e8" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "5b363dd25acfc4001a598fd2" + ], + [ + "59c0ec5b86f77435b128bfca" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5c0bcc9c86f7746fe16dbba9", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5c1fa99086f77407e903a5fa", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b4795fb86f7745876267770", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5c1ea18b86f77461d75caa21", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b8865004d7da721133bd48", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bbaa886f7746941031d82", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0bc91486f7746ab41857a2 description", + "failMessageText": "5c0bc91486f7746ab41857a2 failMessageText", + "declinePlayerMessage": "5c0bc91486f7746ab41857a2 declinePlayerMessage", + "name": "5c0bc91486f7746ab41857a2 name", + "note": "5c0bc91486f7746ab41857a2 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5ae326a086f77444fd36f5d8.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0bc91486f7746ab41857a2 startedMessageText", + "successMessageText": "5c0bc91486f7746ab41857a2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18000, + "id": "60c8c065e4d30047b777b320", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c0829339363e8f0c6ae2", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "5c1fd82b86f7742b391bf154", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b185b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b185b", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 15000 + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c17cf0086f77430a323d853", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b185c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b185c", + "_tpl": "606dae0ab0e443224b421bb7", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010064f81036801d0b185d", + "_tpl": "6076c1b9f2cb2e02a42acedc", + "parentId": "68010064f81036801d0b185c", + "slotId": "mod_barrel" + }, + { + "_id": "68010064f81036801d0b185e", + "_tpl": "606ee5c81246154cad35d65e", + "parentId": "68010064f81036801d0b185c", + "slotId": "mod_handguard" + }, + { + "_id": "68010064f81036801d0b185f", + "_tpl": "6076c87f232e5a31c233d50e", + "parentId": "68010064f81036801d0b185c", + "slotId": "mod_magazine" + }, + { + "_id": "68010064f81036801d0b1860", + "_tpl": "606eef46232e5a31c233d500", + "parentId": "68010064f81036801d0b185c", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1861", + "_tpl": "606eef756d0bd7580617baf8", + "parentId": "68010064f81036801d0b1860", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1862", + "_tpl": "606ef0812535c57a13424d20", + "parentId": "68010064f81036801d0b1861", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1863", + "_tpl": "606f2696f2cb2e02a42aceb1", + "parentId": "68010064f81036801d0b1861", + "slotId": "mod_tactical" + }, + { + "_id": "68010064f81036801d0b1864", + "_tpl": "60785ce5132d4d12c81fd918", + "parentId": "68010064f81036801d0b185c", + "slotId": "mod_mount" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b84437f92d5105c6f7b7a", + "type": "ProductionScheme", + "index": 0, + "target": "68010064f81036801d0b1868", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1866", + "_tpl": "5d6e6911a4b9361bd5780d52", + "upd": { + "StackObjectsCount": 20 + } + }, + { + "_id": "68010064f81036801d0b1867", + "_tpl": "5d6e6911a4b9361bd5780d52", + "upd": { + "StackObjectsCount": 20 + } + }, + { + "_id": "68010064f81036801d0b1868", + "_tpl": "5d6e6911a4b9361bd5780d52", + "upd": { + "StackObjectsCount": 20 } } ], - "target": "67eb506040b1947a72103004", - "type": "Item", - "unknown": false, - "value": 15000 + "loyaltyLevel": 3, + "traderId": 10 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71d23c1bfa3050473b8e6": { + "QuestName": "Calibration", + "_id": "60e71d23c1bfa3050473b8e6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71d23c1bfa3050473b8e6 acceptPlayerMessage", + "changeQuestMessageText": "60e71d23c1bfa3050473b8e6 changeQuestMessageText", + "completePlayerMessage": "60e71d23c1bfa3050473b8e6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e740b8b567ff641b129572", + "conditions": [ + { + "id": "60e740cd59327a5975787537", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 100, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e740b8b567ff641b129573", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "610148dc4a065318776a1e77", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5f04886a3937dc337a6b8238", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "610148e775d59d19bb7329f2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 47, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71d23c1bfa3050473b8e6 description", + "failMessageText": "60e71d23c1bfa3050473b8e6 failMessageText", + "declinePlayerMessage": "60e71d23c1bfa3050473b8e6 declinePlayerMessage", + "name": "60e71d23c1bfa3050473b8e6 name", + "note": "60e71d23c1bfa3050473b8e6 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71d23c1bfa3050473b8e6 startedMessageText", + "successMessageText": "60e71d23c1bfa3050473b8e6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 93000, + "id": "60f0371ceb1b555c9e079608", + "type": "Experience", + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4643f09d61072d6cf21a", + "value": 100, + "id": "610294c3e2795c58325bb356", + "type": "Skill", "index": 0, + "target": "Perception", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "61029dfee2795c58325bb365", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b186e", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103005", - "_tpl": "57d14d2524597714373db789", + "_id": "68010064f81036801d0b186a", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b186b", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b186c", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b186d", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b186e", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "619d04f0c55ada1a24438f3b", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1870", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1870", + "_tpl": "619bde3dc9546643a67df6f2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b72e14343a16d2e04766c", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1871", + "unknown": true, + "items": [ + { + "_id": "68010064f81036801d0b1871", + "_tpl": "61962b617c6c7b169525f168" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "id": "655b93534343a16d2e047670", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1872", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1872", + "_tpl": "5aa7e276e5b5b000171d0647" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "673f5a4976553f78350bdac1": { + "QuestName": "Hot Wheels - Lets Try Again", + "_id": "673f5a4976553f78350bdac1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "673f5a4976553f78350bdac1 acceptPlayerMessage", + "changeQuestMessageText": "673f5a4976553f78350bdac1 changeQuestMessageText", + "completePlayerMessage": "673f5a4976553f78350bdac1 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "673f5a9537550b9d7fd30777", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "Btr_wheels", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "673f5ad7a305e0215ecde320", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "673f4e956f1b89c7bc0f56ef", + "status": [ + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "673f5a4976553f78350bdac1 description", + "failMessageText": "673f5a4976553f78350bdac1 failMessageText", + "declinePlayerMessage": "673f5a4976553f78350bdac1 declinePlayerMessage", + "name": "673f5a4976553f78350bdac1 name", + "note": "673f5a4976553f78350bdac1 note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "673f5a4976553f78350bdac1 startedMessageText", + "successMessageText": "673f5a4976553f78350bdac1 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13500, + "id": "67581838532f35718da772c9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 84000, + "id": "6758184f7df42c30f35fbb84", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1874", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1874", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 84000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6758185b2f72841fe14a3b3f", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758186af1547c0c5399288e", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1876", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1876", + "_tpl": "5d1b2ffd86f77425243e8d17", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "675819399a04261b4dc4ba20", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1878", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1878", + "_tpl": "5d1b2ffd86f77425243e8d17", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758194469303d6a48adceaa", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b187a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b187a", + "_tpl": "5d1b2ffd86f77425243e8d17", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bbf886f774333a418eeb": { + "QuestName": "Wet Job - Part 2", + "_id": "5a27bbf886f774333a418eeb", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bbf886f774333a418eeb acceptPlayerMessage", + "changeQuestMessageText": "5a27bbf886f774333a418eeb changeQuestMessageText", + "completePlayerMessage": "5a27bbf886f774333a418eeb completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba97386f77459df27d10d", + "conditions": [ + { + "id": "5a3ba97d86f77459df27d111", + "dynamicLocale": false, + "target": "place_peacemaker_010_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba97386f77459df27d10e", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "5a281efe86f7745bc42005cc", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_010_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a37dc0c86f77469da071ef1", + "conditions": [ + { + "id": "5a37dc1686f7745cdd0f7a99", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5a37dc1d86f7745b8f4bec7f", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5a37dc0c86f77469da071ef2", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60a8ba86f77455b416fb7a", + "target": "5a281efe86f7745bc42005cc", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a72d786f7745a9e0647ef", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a281e2d86f774514f080534", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bb8386f7741c770d2d0a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bbf886f774333a418eeb description", + "failMessageText": "5a27bbf886f774333a418eeb failMessageText", + "declinePlayerMessage": "5a27bbf886f774333a418eeb declinePlayerMessage", + "name": "5a27bbf886f774333a418eeb name", + "note": "5a27bbf886f774333a418eeb note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bbf886f774333a418eeb startedMessageText", + "successMessageText": "5a27bbf886f774333a418eeb successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9700, + "id": "60cc6f9165e4664318606ae0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6f95a7d63f18200a24cd", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1300, + "id": "5a28244986f7741d5b719649", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b187c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b187c", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6ff73e4e974efa345d15", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b187e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b187e", + "_tpl": "5f5e467b0bc58666c37e7821", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac66eb986f77403de1f5d09", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b187f", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b187f", + "_tpl": "59c1383d86f774290a37e0ca" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "655b90e97f92d5105c6f7b7d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1880", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1880", + "_tpl": "5d5e7d28a4b936645d161203" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac3475486f7741d6224abd3": { + "QuestName": "Bad Habit", + "_id": "5ac3475486f7741d6224abd3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac3475486f7741d6224abd3 acceptPlayerMessage", + "changeQuestMessageText": "5ac3475486f7741d6224abd3 changeQuestMessageText", + "completePlayerMessage": "5ac3475486f7741d6224abd3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac5ee9986f7746e7a509a26", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573476d324597737da2adc13" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5eee986f77401fd341c9e", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573476d324597737da2adc13" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac5ef2a86f7741c5804f9f5", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5734770f24597738025ee254" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5ef5686f77416ca60f644", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5734770f24597738025ee254" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac5ef9886f7746e7a509a2d", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573476f124597737e04bf328" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5eff886f7740f43322559", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573476f124597737e04bf328" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3c3086f77418d851688f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3c3d86f7741ce21f9b1a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3460c86f7742880308185", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac3475486f7741d6224abd3 description", + "failMessageText": "5ac3475486f7741d6224abd3 failMessageText", + "declinePlayerMessage": "5ac3475486f7741d6224abd3 declinePlayerMessage", + "name": "5ac3475486f7741d6224abd3 name", + "note": "5ac3475486f7741d6224abd3 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4d9aa86f7744784484abf.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac3475486f7741d6224abd3 startedMessageText", + "successMessageText": "5ac3475486f7741d6224abd3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6700, + "id": "60cc7efa7c496e588343a6ed", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7f0177dc197c774254d1", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "5acb7b7a86f7747a5a561a40", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1882", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1882", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec1a05813e6fb78d4420dbb", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1883", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1883", + "_tpl": "5b1fa9b25acfc40018633c01", "upd": { "StackObjectsCount": 1 } }, { - "_id": "67eb506040b1947a72103006", - "_tpl": "57d152ec245977144076ccdf", - "parentId": "67eb506040b1947a72103005", + "_id": "68010064f81036801d0b1884", + "_tpl": "5b1fa9ea5acfc40018633c0a", + "parentId": "68010064f81036801d0b1883", + "slotId": "mod_barrel" + }, + { + "_id": "68010064f81036801d0b1885", + "_tpl": "5b1faa0f5acfc40dc528aeb5", + "parentId": "68010064f81036801d0b1883", + "slotId": "mod_reciever" + }, + { + "_id": "68010064f81036801d0b1886", + "_tpl": "5a6f5d528dc32e00094b97d9", + "parentId": "68010064f81036801d0b1885", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010064f81036801d0b1887", + "_tpl": "5a6f58f68dc32e000a311390", + "parentId": "68010064f81036801d0b1885", + "slotId": "mod_sight_front" + }, + { + "_id": "68010064f81036801d0b1888", + "_tpl": "5a718b548dc32e000d46d262", + "parentId": "68010064f81036801d0b1883", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "5ec1a07483b69d213d3c2ef0", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1895", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b188b", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b188c", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b188b", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b188d", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b188e", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b188d", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b188f", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1890", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b188f", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b1891", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1892", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b1891", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b1893", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1894", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b1893", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b1895", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1896", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010064f81036801d0b1895", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "62a11832c30cfa1d366aeb84", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1897", + "unknown": true, + "items": [ + { + "_id": "68010064f81036801d0b1897", + "_tpl": "62a0a043cf4a99369e2624a5" + } + ], + "loyaltyLevel": 1, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "673f4e956f1b89c7bc0f56ef": { + "QuestName": "Hot Wheels", + "_id": "673f4e956f1b89c7bc0f56ef", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "673f4e956f1b89c7bc0f56ef acceptPlayerMessage", + "changeQuestMessageText": "673f4e956f1b89c7bc0f56ef changeQuestMessageText", + "completePlayerMessage": "673f4e956f1b89c7bc0f56ef completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "673f507029a1128d5c4d7498", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Btr_wheels", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "673f5065cdfe082966842575", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "673f507029a1128d5c4d7498", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Wrong_wheels", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "673f4ef514413b8e0da8ee15", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6752f6d83038f7df520c83e8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "673f5069fd98c4d6d89e7a4c", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Wrong_wheels", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ] + }, + "description": "673f4e956f1b89c7bc0f56ef description", + "failMessageText": "673f4e956f1b89c7bc0f56ef failMessageText", + "declinePlayerMessage": "673f4e956f1b89c7bc0f56ef declinePlayerMessage", + "name": "673f4e956f1b89c7bc0f56ef name", + "note": "673f4e956f1b89c7bc0f56ef note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "673f4e956f1b89c7bc0f56ef startedMessageText", + "successMessageText": "673f4e956f1b89c7bc0f56ef successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 24300, + "id": "675817d4d2cc390dd059492f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 116000, + "id": "675817e5009e791281adb147", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1899", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1899", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 116000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "675817f01182d14a6ce22730", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758180d24adbc261147cf37", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b189b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b189b", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae3280386f7742a41359364": { + "QuestName": "Gunsmith - Part 15", + "_id": "5ae3280386f7742a41359364", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae3280386f7742a41359364 acceptPlayerMessage", + "changeQuestMessageText": "5ae3280386f7742a41359364 changeQuestMessageText", + "completePlayerMessage": "5ae3280386f7742a41359364 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5ae4479686f7744f6c79b7b3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "57c44b372459772d2b39b8ce" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 33.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 30, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 220.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5a9eb32da2750c00171b3f9c", + "544909bb4bdc2d6f028b4577", + "5a7c74b3e899ef0014332c29" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af4140186f774522d460775", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 27, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af413fa86f77407184494f3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639872fe8871e1272b10ccf6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae3280386f7742a41359364 description", + "failMessageText": "5ae3280386f7742a41359364 failMessageText", + "declinePlayerMessage": "5ae3280386f7742a41359364 declinePlayerMessage", + "name": "5ae3280386f7742a41359364 name", + "note": "5ae3280386f7742a41359364 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ae3281c86f7745b3e3bf2d1.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae3280386f7742a41359364 startedMessageText", + "successMessageText": "5ae3280386f7742a41359364 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 19400, + "id": "60cc784ea7d63f18200a24e4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7852e3d0247e625dab6e", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ae99bc386f774391242a7ac", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b189d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b189d", + "_tpl": "5addaffe86f77470b455f900", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc78692b555f16df5c41ba", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b189f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b189f", + "_tpl": "5d1b327086f7742525194449", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19cc35032c67f050dd960", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b18a0", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b18a0", + "_tpl": "59eb7ebe86f7740b373438ce" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4497b86f7744cf402ed00": { + "QuestName": "Sew it Good - Part 4", + "_id": "5ae4497b86f7744cf402ed00", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4497b86f7744cf402ed00 acceptPlayerMessage", + "changeQuestMessageText": "5ae4497b86f7744cf402ed00 changeQuestMessageText", + "completePlayerMessage": "5ae4497b86f7744cf402ed00 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae45d7786f774178f237745", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e7643b86f7742cbf2c109a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae45d9386f774178f23774a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e7643b86f7742cbf2c109a" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5af079e486f77434693ad7f8", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5648a69d4bdc2ded0b8b457b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5af07a0286f7747dba10d8ac", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5648a69d4bdc2ded0b8b457b" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4168d86f7745c267423dc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4496986f774459e77beb6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4497b86f7744cf402ed00 description", + "failMessageText": "5ae4497b86f7744cf402ed00 failMessageText", + "declinePlayerMessage": "5ae4497b86f7744cf402ed00 declinePlayerMessage", + "name": "5ae4497b86f7744cf402ed00 name", + "note": "5ae4497b86f7744cf402ed00 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4497b86f7744cf402ed00 startedMessageText", + "successMessageText": "5ae4497b86f7744cf402ed00 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18500, + "id": "60cc96016a2a1958fc523227", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc960f20a6283a506aeb33", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "60cc96088f570e28f148117d", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18a2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b18a2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "655b8b5bb71eeb7c4168c635", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18a4", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b18a4", + "_tpl": "5d5d940f86f7742797262046", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc964320a6283a506aeb34", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18ac", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b18ac", + "_tpl": "5ab8dced86f774646209ec87", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18ad", + "_tpl": "6570f6e774d84423df065f21", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18ac", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b18ae", + "_tpl": "6570f71dd67d0309980a7af8", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18ac", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b18af", + "_tpl": "6570f74774d84423df065f25", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18ac", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b18b0", + "_tpl": "6570f79c4c65ab77a6015121", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18ac", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b18b1", + "_tpl": "656fa25e94b480b8a500c0e0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18ac", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b18b2", + "_tpl": "656fa25e94b480b8a500c0e0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18ac", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8b6d9db22d43ab42b70e", + "type": "ProductionScheme", + "index": 0, + "target": "68010064f81036801d0b18b8", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b18b8", + "_tpl": "5b44cad286f77402a54ae7e5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18b9", + "_tpl": "6575bc88c6700bd6b40e8a57", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18b8", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b18ba", + "_tpl": "6575bca0dc9932aed601c5d7", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18b8", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b18bb", + "_tpl": "656fae5f7c2d57afe200c0d7", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18b8", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b18bc", + "_tpl": "656fae5f7c2d57afe200c0d7", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18b8", + "slotId": "Back_plate" + } + ], + "loyaltyLevel": 3, + "traderId": 2 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b47876e86f7744d1c353205": { + "QuestName": "The Blood of War - Part 2", + "_id": "5b47876e86f7744d1c353205", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b47876e86f7744d1c353205 acceptPlayerMessage", + "changeQuestMessageText": "5b47876e86f7744d1c353205 changeQuestMessageText", + "completePlayerMessage": "5b47876e86f7744d1c353205 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b47884886f7744d1c35327d", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5b43575a86f77424f443fe62" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b47886986f7744d1a393e65", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5b43575a86f77424f443fe62" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0c7b86f77479ee584ab0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 23, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f09c786f77479806f2cf3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448f286f77448d73c0131", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f09f586f7744fba15b2dc", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4495086f77443c122bc40", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b47876e86f7744d1c353205 description", + "failMessageText": "5b47876e86f7744d1c353205 failMessageText", + "declinePlayerMessage": "5b47876e86f7744d1c353205 declinePlayerMessage", + "name": "5b47876e86f7744d1c353205 name", + "note": "5b47876e86f7744d1c353205 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5b4787d086f7744d184ecb35.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b47876e86f7744d1c353205 startedMessageText", + "successMessageText": "5b47876e86f7744d1c353205 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14600, + "id": "60cc9887a7d63f18200a250e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc988bb2736c24b2118b9a", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 20000, + "id": "5b48a4f386f7747a8d6b2e3a", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18be", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b18be", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 20000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5b48a51286f7747a8d6b2e3b", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18c2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b18c2", + "_tpl": "5b40e3f35acfc40016388218", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18c3", + "_tpl": "657f95bff92cd718b701550c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18c2", + "slotId": "Helmet_top" + }, + { + "_id": "68010064f81036801d0b18c4", + "_tpl": "657f9605f4c82973640b2358", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18c2", + "slotId": "Helmet_back" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc98b6b2736c24b2118b9b", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18d1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b18d1", + "_tpl": "5f5f41476bdad616ad46d631", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18d2", + "_tpl": "65731b46cea9255e2102360a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b18d3", + "_tpl": "65731b4fcea9255e2102360e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b18d4", + "_tpl": "65731b576e709cddd001ec3f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b18d5", + "_tpl": "65731b60ff6dc44a7d068c4a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b18d6", + "_tpl": "65731b666e709cddd001ec43", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Collar" + }, + { + "_id": "68010064f81036801d0b18d7", + "_tpl": "65731b716e709cddd001ec47", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Groin" + }, + { + "_id": "68010064f81036801d0b18d8", + "_tpl": "65731b6b6042b0f210020ef6", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Groin_back" + }, + { + "_id": "68010064f81036801d0b18d9", + "_tpl": "656f664200d62bcd2e024077", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b18da", + "_tpl": "654a4f8bc721968a4404ef18", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Left_side_plate" + }, + { + "_id": "68010064f81036801d0b18db", + "_tpl": "654a4f8bc721968a4404ef18", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Right_side_plate" + }, + { + "_id": "68010064f81036801d0b18dc", + "_tpl": "657b2797c3dbcb01d60c35ea", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18d1", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8a2c7f92d5105c6f7b7c", + "type": "ProductionScheme", + "index": 0, + "target": "68010064f81036801d0b18e4", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b18e4", + "_tpl": "5d5d87f786f77427997cfaef", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18e5", + "_tpl": "6570e5100b57c03ec90b970a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18e4", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b18e6", + "_tpl": "6570e479a6560e4ee50c2b02", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18e4", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b18e7", + "_tpl": "6570e5674cc0d2ab1e05edbb", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18e4", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b18e8", + "_tpl": "6570e59b0b57c03ec90b970e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18e4", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b18e9", + "_tpl": "656f9fa0498d1b7e3e071d98", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18e4", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b18ea", + "_tpl": "656f9fa0498d1b7e3e071d98", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b18e4", + "slotId": "Back_plate" + } + ], + "loyaltyLevel": 2, + "traderId": 2 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac3464c86f7741d651d6877": { + "QuestName": "Farming - Part 4", + "_id": "5ac3464c86f7741d651d6877", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac3464c86f7741d651d6877 acceptPlayerMessage", + "changeQuestMessageText": "5ac3464c86f7741d651d6877 changeQuestMessageText", + "completePlayerMessage": "5ac3464c86f7741d651d6877 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac5081086f7740bde1b002f", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347ca924597744596b4e71" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5082586f77418804f7d4c", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347ca924597744596b4e71" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac5083d86f7740be2744eed", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5734779624597737e04bf329" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5084d86f7740bde1b0031", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5734779624597737e04bf329" + ], + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3b3486f7741ce21f9b06", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3b3b86f7741ce21f9b08", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3462b86f7741d6118b983", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac3464c86f7741d651d6877 description", + "failMessageText": "5ac3464c86f7741d651d6877 failMessageText", + "declinePlayerMessage": "5ac3464c86f7741d651d6877 declinePlayerMessage", + "name": "5ac3464c86f7741d651d6877 name", + "note": "5ac3464c86f7741d651d6877 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac3464c86f7741d651d6877 startedMessageText", + "successMessageText": "5ac3464c86f7741d651d6877 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8000, + "id": "60cc7af5f09d61072d6d00c9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7aff179f8541b8469273", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5acb857e86f77456255bb28a", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18eb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b18eb", + "_tpl": "5a7ae0c351dfba0017554310", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010064f81036801d0b18ec", + "_tpl": "5a6b5b8a8dc32e001207faf3", + "parentId": "68010064f81036801d0b18eb", + "slotId": "mod_barrel" + }, + { + "_id": "68010064f81036801d0b18ed", + "_tpl": "5a7ad0c451dfba0013379712", + "parentId": "68010064f81036801d0b18ec", + "slotId": "mod_muzzle" + }, + { + "_id": "68010064f81036801d0b18ee", + "_tpl": "5a6f5f078dc32e00094b97dd", + "parentId": "68010064f81036801d0b18eb", + "slotId": "mod_reciever" + }, + { + "_id": "68010064f81036801d0b18ef", + "_tpl": "5a7ad2e851dfba0016153692", + "parentId": "68010064f81036801d0b18eb", + "slotId": "mod_magazine" + }, + { + "_id": "68010064f81036801d0b18f0", + "_tpl": "5a7b4900e899ef197b331a2a", + "parentId": "68010064f81036801d0b18eb", + "slotId": "mod_tactical" + }, + { + "_id": "68010064f81036801d0b18f1", + "_tpl": "58d2664f86f7747fec5834f6", + "parentId": "68010064f81036801d0b18f0", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b18f2", + "_tpl": "58d268fc86f774111273f8c2", + "parentId": "68010064f81036801d0b18f1", + "slotId": "mod_scope" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc7b1865e4664318606b02", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18f4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b18f4", + "_tpl": "567143bf4bdc2d1a0f8b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "629f0a7650f43060015c5382", + "type": "Skill", + "index": 0, + "target": "Attention", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b6aa18dafd274049412d85", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18f7", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b18f6", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18f7", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "64b6aa2425251516d768542a", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18fc", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b18f9", + "_tpl": "5c12620d86f7743f8b198b72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18fa", + "_tpl": "5c12620d86f7743f8b198b72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18fb", + "_tpl": "5c12620d86f7743f8b198b72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b18fc", + "_tpl": "5c12620d86f7743f8b198b72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "600302d73b897b11364cd161": { + "QuestName": "Hunter", + "_id": "600302d73b897b11364cd161", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "600302d73b897b11364cd161 acceptPlayerMessage", + "changeQuestMessageText": "600302d73b897b11364cd161 changeQuestMessageText", + "completePlayerMessage": "600302d73b897b11364cd161 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "600303250b79c6604058ce2f", + "conditions": [ + { + "id": "60030339009aaa47f3044281", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKojaniy" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "600303250b79c6604058ce30", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderLoyalty", + "id": "600304b78dfec348e767018c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0647fdd443bc2504c2d371", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8381c0b9c482a93053993", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2ee86f77443e35162ea", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "600302d73b897b11364cd161 description", + "failMessageText": "600302d73b897b11364cd161 failMessageText", + "declinePlayerMessage": "600302d73b897b11364cd161 declinePlayerMessage", + "name": "600302d73b897b11364cd161 name", + "note": "600302d73b897b11364cd161 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5d69470786f774238a38d844.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "600302d73b897b11364cd161 startedMessageText", + "successMessageText": "600302d73b897b11364cd161 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 100000, + "id": "60030420fc172404495164e8", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b18fe", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b18fe", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "600307a2fc172404495164f7", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1900", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1900", + "_tpl": "5c1267ee86f77416ec610f72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "600307e1fc172404495164fe", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1902", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1902", + "_tpl": "59fb023c86f7746d0d4b423c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "600306ee63625014312be3bb", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1903", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1903", + "_tpl": "5fc22d7c187fea44d52eda44", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010064f81036801d0b1904", + "_tpl": "57c55efc2459772d2c6271e7", + "parentId": "68010064f81036801d0b1903", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a72103007", - "_tpl": "57d1519e24597714373db79d", - "parentId": "67eb506040b1947a72103005", + "_id": "68010064f81036801d0b1905", + "_tpl": "5fc23426900b1d5091531e15", + "parentId": "68010064f81036801d0b1903", + "slotId": "mod_magazine" + }, + { + "_id": "68010064f81036801d0b1906", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010064f81036801d0b1903", + "slotId": "mod_stock_001" + }, + { + "_id": "68010064f81036801d0b1907", + "_tpl": "5fc2369685fd526b824a5713", + "parentId": "68010064f81036801d0b1906", + "slotId": "mod_stock_000" + }, + { + "_id": "68010064f81036801d0b1908", + "_tpl": "5fc278107283c4046c581489", + "parentId": "68010064f81036801d0b1903", + "slotId": "mod_reciever" + }, + { + "_id": "68010064f81036801d0b1909", + "_tpl": "5fc23678ab884124df0cd590", + "parentId": "68010064f81036801d0b1908", + "slotId": "mod_barrel" + }, + { + "_id": "68010064f81036801d0b190a", + "_tpl": "5fc23636016cce60e8341b05", + "parentId": "68010064f81036801d0b1909", + "slotId": "mod_muzzle" + }, + { + "_id": "68010064f81036801d0b190b", + "_tpl": "5fc2360f900b1d5091531e19", + "parentId": "68010064f81036801d0b1909", + "slotId": "mod_gas_block" + }, + { + "_id": "68010064f81036801d0b190c", + "_tpl": "5fc235db2770a0045c59c683", + "parentId": "68010064f81036801d0b1908", + "slotId": "mod_handguard" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac3477486f7741d651d6885": { + "QuestName": "Scout", + "_id": "5ac3477486f7741d651d6885", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac3477486f7741d651d6885 acceptPlayerMessage", + "changeQuestMessageText": "5ac3477486f7741d651d6885 changeQuestMessageText", + "completePlayerMessage": "5ac3477486f7741d651d6885 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac61a8a86f7743a8d663c76", + "conditions": [ + { + "id": "5ac61a9b86f7743a8b697a2d", + "dynamicLocale": false, + "target": "place_pacemaker_SCOUT_01", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ac61a8a86f7743a8d663c77", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac61ab986f7746e352cec8b", + "conditions": [ + { + "id": "5ac61ac586f7743a8b697a35", + "dynamicLocale": false, + "target": "place_pacemaker_SCOUT_02", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ac61ab986f7746e352cec8c", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac61adf86f774741c1bf095", + "conditions": [ + { + "id": "5ac61aea86f7743a8b697a36", + "dynamicLocale": false, + "target": "place_pacemaker_SCOUT_03", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ac61adf86f774741c1bf096", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a865ce1943b749b5021f87", + "conditions": [ + { + "id": "63a865f51943b749b5021f88", + "dynamicLocale": false, + "target": "place_pacemaker_SCOUT_04", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a865ce1943b749b5021f86", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac61b1486f7743a8f30fc83", + "conditions": [ + { + "id": "5ac61b1c86f774741c1bf0a1", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5b7ffa8e86f77457da4f820a", + "dynamicLocale": false, + "target": [ + "factory4_day", + "factory4_night" + ], + "conditionType": "Location" + } + ] + }, + "id": "5ac61b1486f7743a8f30fc84", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ac61b2f86f7743a8d663c98", + "target": "5ac61a8a86f7743a8d663c77", + "conditionType": "CompleteCondition" + }, + { + "id": "5ac61b3386f7743a8f30fc86", + "target": "5ac61ab986f7746e352cec8c", + "conditionType": "CompleteCondition" + }, + { + "id": "5ac61b3a86f7743a8f30fc87", + "target": "5ac61adf86f774741c1bf096", + "conditionType": "CompleteCondition" + }, + { + "id": "63a866e710b7a13eb0159655", + "target": "63a865ce1943b749b5021f86", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3bcb86f77418403493b7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3bd286f7741bb83784a3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac346a886f7744e1b083d67", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac3477486f7741d651d6885 description", + "failMessageText": "5ac3477486f7741d651d6885 failMessageText", + "declinePlayerMessage": "5ac3477486f7741d651d6885 declinePlayerMessage", + "name": "5ac3477486f7741d651d6885 name", + "note": "5ac3477486f7741d651d6885 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/5ac4da0486f7744cc7701bdc.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac3477486f7741d651d6885 startedMessageText", + "successMessageText": "5ac3477486f7741d651d6885 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6800, + "id": "60cc7f24f09d61072d6d00ce", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7f2a98b49270603645e5", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "5ace322c86f7744aac5392d5", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b190e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b190e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc7f3daf2e5506c37822cb", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1910", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1910", + "_tpl": "5448ba0b4bdc2d02308b456c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c3582f6ddc329a90f9c6d": { + "QuestName": "Private Club", + "_id": "675c3582f6ddc329a90f9c6d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c3582f6ddc329a90f9c6d acceptPlayerMessage", + "changeQuestMessageText": "675c3582f6ddc329a90f9c6d changeQuestMessageText", + "completePlayerMessage": "675c3582f6ddc329a90f9c6d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "675c37d2da4b531ba8daaadd", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f7f224076a741a3061568" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "675c37e07ac1a33fff170966", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f7f224076a741a3061568" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f76729c543414654b313", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b4795fb86f7745876267770", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c3582f6ddc329a90f9c6d description", + "failMessageText": "675c3582f6ddc329a90f9c6d failMessageText", + "declinePlayerMessage": "675c3582f6ddc329a90f9c6d declinePlayerMessage", + "name": "675c3582f6ddc329a90f9c6d name", + "note": "675c3582f6ddc329a90f9c6d note", + "traderId": "58330581ace78e27b8b10cee", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c3582f6ddc329a90f9c6d startedMessageText", + "successMessageText": "675c3582f6ddc329a90f9c6d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 23000, + "id": "6762f76fdbee4731a12455fe", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 104000, + "id": "6762f77d0fd827a96d2be08c", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1912", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1912", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 104000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6762f785b342c60b3e7b67f4", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6762f7947fda8f287ed4ac08", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1916", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1914", + "_tpl": "5f60cd6cf2bcbb675b00dac6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1915", + "_tpl": "5f60cd6cf2bcbb675b00dac6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1916", + "_tpl": "5f60cd6cf2bcbb675b00dac6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "6765ef67924bd72c4927a919", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1917", + "unknown": true, + "items": [ + { + "_id": "68010064f81036801d0b1917", + "_tpl": "674fe9a75e51f1c47c04ec23", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010064f81036801d0b1918", + "_tpl": "674fe57721a9aa6be6045b96", + "parentId": "68010064f81036801d0b1917", + "slotId": "mod_handguard" + }, + { + "_id": "68010064f81036801d0b1919", + "_tpl": "5c87ca002e221600114cb150", + "parentId": "68010064f81036801d0b1918", + "slotId": "mod_foregrip" + }, + { + "_id": "68010064f81036801d0b191a", + "_tpl": "674fe89a4472d471fb0f07d8", + "parentId": "68010064f81036801d0b1918", + "slotId": "mod_mount" + }, + { + "_id": "68010064f81036801d0b191b", + "_tpl": "674fe8dd362ea1f88b0e2792", + "parentId": "68010064f81036801d0b191a", + "slotId": "mod_sight_front" + }, + { + "_id": "68010064f81036801d0b191c", + "_tpl": "674fe8b9362ea1f88b0e278d", + "parentId": "68010064f81036801d0b191a", + "slotId": "mod_mount" + }, + { + "_id": "68010064f81036801d0b191d", + "_tpl": "616584766ef05c2ce828ef57", + "parentId": "68010064f81036801d0b191c", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b191e", + "_tpl": "5c7d55de2e221644f31bff68", + "parentId": "68010064f81036801d0b191d", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b191f", + "_tpl": "674fe8cf4472d471fb0f07df", + "parentId": "68010064f81036801d0b191c", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010064f81036801d0b1920", + "_tpl": "59fb137a86f7740adb646af1", + "parentId": "68010064f81036801d0b1917", + "slotId": "mod_muzzle" + }, + { + "_id": "68010064f81036801d0b1921", + "_tpl": "651580dc71a4f10aec4b6056", + "parentId": "68010064f81036801d0b1917", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010064f81036801d0b1922", + "_tpl": "676017fe8cfeeba9f707c8d6", + "parentId": "68010064f81036801d0b1917", + "slotId": "mod_reciever" + }, + { + "_id": "68010064f81036801d0b1923", + "_tpl": "5cf50fc5d7f00c056c53f83c", + "parentId": "68010064f81036801d0b1917", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1924", + "_tpl": "5947c73886f7747701588af5", + "parentId": "68010064f81036801d0b1923", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1925", + "_tpl": "674fe8f6f34d761ab8020cc8", + "parentId": "68010064f81036801d0b1917", "slotId": "mod_magazine" } ], - "target": "67eb506040b1947a72103005", - "type": "Item", - "unknown": false, - "value": 1 + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac346cf86f7741d63233a02": { + "QuestName": "Signal - Part 3", + "_id": "5ac346cf86f7741d63233a02", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac346cf86f7741d63233a02 acceptPlayerMessage", + "changeQuestMessageText": "5ac346cf86f7741d63233a02 changeQuestMessageText", + "completePlayerMessage": "5ac346cf86f7741d63233a02 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5ac7a7bf86f774132252a524", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "place_SIGNAL_03_1", + "target": [ + "5ac78a9b86f7741cca0bbd8d" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] }, { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb467f7c496e588343a193", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210300a", - "_tpl": "65702606cfc010a0f5006a3e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "conditionType": "PlaceBeacon", + "id": "5ac7a83b86f774665012340b", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "place_SIGNAL_03_2", + "target": [ + "5ac78a9b86f7741cca0bbd8d" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5ac7a8d386f7741321499e3c", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "place_SIGNAL_03_3", + "target": [ + "5ac78a9b86f7741cca0bbd8d" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac7a93286f774664f4cbd8b", + "conditions": [ + { + "id": "5ac7a94086f77466515f8b7b", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5ac7a95886f77466515f8b7c", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" } + ] + }, + "id": "5ac7a93286f774664f4cbd8c", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ac7a95e86f774665012340f", + "target": "5ac7a7bf86f774132252a524", + "conditionType": "CompleteCondition" }, { - "_id": "67eb506040b1947a7210300b", - "_tpl": "573718ba2459775a75491131", - "parentId": "67eb506040b1947a7210300a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } + "id": "5ac7a96386f774664f4cbd8d", + "target": "5ac7a83b86f774665012340b", + "conditionType": "CompleteCondition" }, { - "_id": "67eb506040b1947a7210300c", - "_tpl": "65702606cfc010a0f5006a3e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210300d", - "_tpl": "573718ba2459775a75491131", - "parentId": "67eb506040b1947a7210300c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } + "id": "5ac7a96886f7746c57321d67", + "target": "5ac7a8d386f7741321499e3c", + "conditionType": "CompleteCondition" } ], - "target": "67eb506040b1947a7210300c", - "type": "Item", + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3b8886f77418440390b6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3b8f86f7741bb83784a1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac346a886f7744e1b083d67", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac346cf86f7741d63233a02 description", + "failMessageText": "5ac346cf86f7741d63233a02 failMessageText", + "declinePlayerMessage": "5ac346cf86f7741d63233a02 declinePlayerMessage", + "name": "5ac346cf86f7741d63233a02 name", + "note": "5ac346cf86f7741d63233a02 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac346cf86f7741d63233a02 startedMessageText", + "successMessageText": "5ac346cf86f7741d63233a02 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "id": "5ac79c4b86f7746d4764885b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1926", "unknown": false, - "value": 2 + "items": [ + { + "_id": "68010064f81036801d0b1926", + "_tpl": "5ac78a9b86f7741cca0bbd8d" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" }, { "availableInGameEditions": [], - "id": "5ac64f3786f774056634a1cb", + "value": 3, + "id": "5ac7a7c486f77412e95f1045", + "type": "Item", "index": 0, + "target": "68010064f81036801d0b192a", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210300e", - "_tpl": "5839a40f24597726f856b511", + "_id": "68010064f81036801d0b1928", + "_tpl": "5ac78a9b86f7741cca0bbd8d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1929", + "_tpl": "5ac78a9b86f7741cca0bbd8d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b192a", + "_tpl": "5ac78a9b86f7741cca0bbd8d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 8500, + "id": "60cc7e5a6a2a1958fc523210", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7e5e77dc197c774254ce", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "5acb7c8986f7740ee664142a", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b192c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b192c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ad0ad9f86f77401ce32fdd9", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b192d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b192d", + "_tpl": "6259b864ebedf17603599e88", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010064f81036801d0b192e", + "_tpl": "6259c2c1d714855d182bad85", + "parentId": "68010064f81036801d0b192d", + "slotId": "mod_barrel" + }, + { + "_id": "68010064f81036801d0b192f", + "_tpl": "6259c4347d6aab70bc23a190", + "parentId": "68010064f81036801d0b192d", + "slotId": "mod_handguard" + }, + { + "_id": "68010064f81036801d0b1930", + "_tpl": "625ff2ccb8c587128c1a01dd", + "parentId": "68010064f81036801d0b192d", + "slotId": "mod_magazine" + }, + { + "_id": "68010064f81036801d0b1931", + "_tpl": "6259c3387d6aab70bc23a18d", + "upd": { + "Foldable": { + "Folded": false + } + }, + "parentId": "68010064f81036801d0b192d", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1932", + "_tpl": "6259c3d8012d6678ec38eeb8", + "parentId": "68010064f81036801d0b1931", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010064f81036801d0b1933", + "_tpl": "625ed7c64d9b6612df732146", + "parentId": "68010064f81036801d0b192d", + "slotId": "mod_mount" + }, + { + "_id": "68010064f81036801d0b1934", + "_tpl": "625ebcef6f53af4aa66b44dc", + "parentId": "68010064f81036801d0b192d", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010064f81036801d0b1935", + "_tpl": "625ec45bb14d7326ac20f572", + "parentId": "68010064f81036801d0b192d", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc7e6f179f8541b8469275", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b193c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1939", + "_tpl": "6570243bbfc87b3a3409321f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b193a", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010064f81036801d0b1939", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b193b", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010064f81036801d0b1939", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010064f81036801d0b193c", + "_tpl": "6570243bbfc87b3a3409321f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b193d", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010064f81036801d0b193c", + "slotId": "cartridges" + }, + { + "_id": "68010064f81036801d0b193e", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010064f81036801d0b193c", + "slotId": "cartridges", + "location": 1 + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c03d1f7da9792a405549a": { + "QuestName": "Abandoned Cargo", + "_id": "675c03d1f7da9792a405549a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c03d1f7da9792a405549a acceptPlayerMessage", + "changeQuestMessageText": "675c03d1f7da9792a405549a changeQuestMessageText", + "completePlayerMessage": "675c03d1f7da9792a405549a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "675c0444db2b69f48942f37c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "TerragroupBOX_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "675c04497439eaed82b6dfeb", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "TerragroupBOX_4", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "675c044cc482cb252c5a92d4", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "TerragroupBOX_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "675c044e3691199fe911a641", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "TerragroupBOX_5", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "675c3fbeb402d4fa5589516f", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "TerragroupBOX_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "675c3fd3a2c0bad5f70af01c", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "TerragroupBOX_6", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "675c3fdd5af984e99db7b4e1", + "index": 6, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "TerragroupBOX_7", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762efbd9dd6afda9061b618", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6179ad56c760af5ad2053587", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c03d1f7da9792a405549a description", + "failMessageText": "675c03d1f7da9792a405549a failMessageText", + "declinePlayerMessage": "675c03d1f7da9792a405549a declinePlayerMessage", + "name": "675c03d1f7da9792a405549a name", + "note": "675c03d1f7da9792a405549a note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/6762fe1e6470bf1c0f048b96.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c03d1f7da9792a405549a startedMessageText", + "successMessageText": "675c03d1f7da9792a405549a successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 7, + "id": "6762f00c986d8047a7120350", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1946", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1940", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1941", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1942", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1943", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1944", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1945", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1946", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 9400, + "id": "6762efcb24c9709dfacffec6", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 45000, + "id": "6762efd6601dd097ea988fca", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1948", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1948", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 45000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6762efe155dc4fb9583358ff", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6762efecb16e11dbe145e7da", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b194c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b194a", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b194b", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b194c", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b478d0f86f7744d190d91b5": { + "QuestName": "Minibus", + "_id": "5b478d0f86f7744d190d91b5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b478d0f86f7744d190d91b5 acceptPlayerMessage", + "changeQuestMessageText": "5b478d0f86f7744d190d91b5 changeQuestMessageText", + "completePlayerMessage": "5b478d0f86f7744d190d91b5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5b478d8986f774563c7a4809", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_merch_21_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5b478daf86f7744d1c35339b", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_merch_21_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5b478dca86f7744d190d91c2", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_merch_21_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5b478de086f7744d1c3533a0", + "conditions": [ + { + "id": "5b478df086f7746807461fd2", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5b478dfc86f7746807461fd3", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "5b478de086f7744d1c3533a1", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5b478e0186f7744d1a393fc9", + "target": "5b478d8986f774563c7a4809", + "conditionType": "CompleteCondition" + }, + { + "id": "5b478e0586f774563c7a4810", + "target": "5b478daf86f7744d1c35339b", + "conditionType": "CompleteCondition" + }, + { + "id": "5b478e0b86f7744d1a393fca", + "target": "5b478dca86f7744d190d91c2", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0c9d86f7744def7f3385", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 24, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f0ac386f7747a2637c4c0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4493d86f7744b8e15aa8f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b478d0f86f7744d190d91b5 description", + "failMessageText": "5b478d0f86f7744d190d91b5 failMessageText", + "declinePlayerMessage": "5b478d0f86f7744d190d91b5 declinePlayerMessage", + "name": "5b478d0f86f7744d190d91b5 name", + "note": "5b478d0f86f7744d190d91b5 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5b478d1b86f7744d1b23c60b.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b478d0f86f7744d190d91b5 startedMessageText", + "successMessageText": "5b478d0f86f7744d190d91b5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13800, + "id": "60cc98e841fd1e14d71e22fb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc98ec9f89812e5b6aa87d", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "5b48a5c286f774036c1b7b31", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b194e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b194e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5b48a5d286f77476751f0a99", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1950", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1950", + "_tpl": "5b44c6ae86f7742d1627baea", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b88e632b0b1645e6f54ca", + "type": "ProductionScheme", + "index": 0, + "target": "68010064f81036801d0b1959", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1959", + "_tpl": "61bcc89aef0f505f0c6cd0fc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b195a", + "_tpl": "6572eb0e55beba16bc04079f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1959", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010064f81036801d0b195b", + "_tpl": "6572eb1b04ee6483ef039882", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1959", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010064f81036801d0b195c", + "_tpl": "6572eb3004ee6483ef039886", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1959", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010064f81036801d0b195d", + "_tpl": "6572eb3b04ee6483ef03988a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1959", + "slotId": "soft_armor_right" + }, + { + "_id": "68010064f81036801d0b195e", + "_tpl": "6572eb865b5eac12f10a03ee", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1959", + "slotId": "Groin" + }, + { + "_id": "68010064f81036801d0b195f", + "_tpl": "656fb21fa0dce000a2020f7c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1959", + "slotId": "Front_plate" + }, + { + "_id": "68010064f81036801d0b1960", + "_tpl": "656fb21fa0dce000a2020f7c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010064f81036801d0b1959", + "slotId": "Back_plate" + } + ], + "loyaltyLevel": 2, + "traderId": 2 + }, + { + "availableInGameEditions": [], + "id": "655b88f11f2b6843ec751fdd", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1961", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1961", + "_tpl": "64abd93857958b4249003418" + } + ], + "loyaltyLevel": 2, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0be13186f7746f016734aa": { + "QuestName": "Psycho Sniper", + "_id": "5c0be13186f7746f016734aa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0be13186f7746f016734aa acceptPlayerMessage", + "changeQuestMessageText": "5c0be13186f7746f016734aa changeQuestMessageText", + "completePlayerMessage": "5c0be13186f7746f016734aa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5c0be2b486f7747bcb347d58", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "Sniper", + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64b67c6358b5637e2d71a656", + "conditions": [ + { + "id": "64b67d16b24b672b97795056", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5de652c31b7e3716273428be", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "64b67c6358b5637e2d71a655", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fb5f986f7744a1929a527", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fb5f086f7744a184fb3c5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bc8586f7741b543d8ea4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64b67fcd3e349c7dbd06bd17", + "conditions": [ + { + "id": "64b67fe3a857ea477002a407", + "dynamicLocale": false, + "status": [ + "Killed", + "MissingInAction", + "Left" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "64b67fcd3e349c7dbd06bd16", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ] + }, + "description": "5c0be13186f7746f016734aa description", + "failMessageText": "5c0be13186f7746f016734aa failMessageText", + "declinePlayerMessage": "5c0be13186f7746f016734aa declinePlayerMessage", + "name": "5c0be13186f7746f016734aa name", + "note": "5c0be13186f7746f016734aa note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", + "type": "Completion", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0be13186f7746f016734aa startedMessageText", + "successMessageText": "5c0be13186f7746f016734aa successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 26700, + "id": "60cc806e7c496e588343a6f6", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc80803e4e974efa345d7a", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "5c18c25286f77467bf06520f", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1963", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1963", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90b7e81c51328c56d7716", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010064f81036801d0b1964", + "unknown": false, + "items": [ + { + "_id": "68010064f81036801d0b1964", + "_tpl": "5ac66d725acfc43b321d4b60", "upd": { "FireMode": { "FireMode": "single" @@ -255,9253 +9691,18566 @@ } }, { - "_id": "67eb506040b1947a7210300f", - "_tpl": "5649ad3f4bdc2df8348b4585", - "parentId": "67eb506040b1947a7210300e", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103010", - "_tpl": "57dc347d245977596754e7a1", - "parentId": "67eb506040b1947a7210300e", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103011", - "_tpl": "564ca99c4bdc2d16268b4589", - "parentId": "67eb506040b1947a7210300e", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103012", - "_tpl": "57ffb0e42459777d047111c5", - "parentId": "67eb506040b1947a7210300e", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103013", - "_tpl": "5839a7742459773cf9693481", - "parentId": "67eb506040b1947a7210300e", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103014", - "_tpl": "59d36a0086f7747e673f3946", - "parentId": "67eb506040b1947a7210300e", + "_id": "68010064f81036801d0b1965", + "_tpl": "59c6633186f7740cf0493bb9", + "parentId": "68010064f81036801d0b1964", "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a72103015", - "_tpl": "57dc32dc245977596d4ef3d3", - "parentId": "67eb506040b1947a72103014", + "_id": "68010064f81036801d0b1966", + "_tpl": "5cf4e3f3d7f00c06595bc7f0", + "parentId": "68010064f81036801d0b1965", "slotId": "mod_handguard" + }, + { + "_id": "68010064f81036801d0b1967", + "_tpl": "5c7fc87d2e221644f31c0298", + "parentId": "68010064f81036801d0b1966", + "slotId": "mod_foregrip" + }, + { + "_id": "68010064f81036801d0b1968", + "_tpl": "5649a2464bdc2d91118b45a8", + "parentId": "68010064f81036801d0b1966", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b1969", + "_tpl": "5a33b2c9c4a282000c5a9511", + "parentId": "68010064f81036801d0b1968", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b196a", + "_tpl": "5a32aa8bc4a2826c6e06d737", + "parentId": "68010064f81036801d0b1969", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b196b", + "_tpl": "5cc9ad73d7f00c000e2579d4", + "parentId": "68010064f81036801d0b1964", + "slotId": "mod_muzzle" + }, + { + "_id": "68010064f81036801d0b196c", + "_tpl": "5cf50850d7f00c056e24104c", + "parentId": "68010064f81036801d0b1964", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010064f81036801d0b196d", + "_tpl": "5d2c770c48f0354b4a07c100", + "parentId": "68010064f81036801d0b1964", + "slotId": "mod_reciever" + }, + { + "_id": "68010064f81036801d0b196e", + "_tpl": "5d1b5e94d7ad1a2b865a96b0", + "parentId": "68010064f81036801d0b196d", + "slotId": "mod_scope" + }, + { + "_id": "68010064f81036801d0b196f", + "_tpl": "5ac733a45acfc400192630e2", + "parentId": "68010064f81036801d0b1964", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010064f81036801d0b1970", + "_tpl": "5cf50fc5d7f00c056c53f83c", + "parentId": "68010064f81036801d0b1964", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1971", + "_tpl": "5c793fde2e221601da358614", + "parentId": "68010064f81036801d0b1970", + "slotId": "mod_stock" + }, + { + "_id": "68010064f81036801d0b1972", + "_tpl": "5cfe8010d7ad1a59283b14c6", + "parentId": "68010064f81036801d0b1964", + "slotId": "mod_magazine" + }, + { + "_id": "68010064f81036801d0b1973", + "_tpl": "5648ac824bdc2ded0b8b457d", + "parentId": "68010064f81036801d0b1964", + "slotId": "mod_charge" } ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a7210300e", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "64b68107c3abf20a9660daa9", + "type": "Skill", + "index": 0, + "target": "Sniper", "unknown": false }, { "availableInGameEditions": [], - "id": "629f016390948017ee17bb3b", + "value": 200, + "id": "5f2480cfef1e594955237bfd", + "type": "Skill", "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", + "target": "Intellect", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "5dc15768f4ea412f68771d24", + "type": "Skill", + "index": 0, + "target": "StressResistance", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "5f2480c7f797691b9775a953", + "type": "Skill", + "index": 0, + "target": "Perception", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c047fa46173572a0bd878": { + "QuestName": "Shipment Tracking", + "_id": "675c047fa46173572a0bd878", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c047fa46173572a0bd878 acceptPlayerMessage", + "changeQuestMessageText": "675c047fa46173572a0bd878 changeQuestMessageText", + "completePlayerMessage": "675c047fa46173572a0bd878 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "675c04b3fc6b273a36ed294a", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f7acc4076a741a3061566" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "675c04c1b68cc8180efb38c6", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f7acc4076a741a3061566" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "675c049993cfc3bb9a80429a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "675c03d1f7da9792a405549a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c047fa46173572a0bd878 description", + "failMessageText": "675c047fa46173572a0bd878 failMessageText", + "declinePlayerMessage": "675c047fa46173572a0bd878 declinePlayerMessage", + "name": "675c047fa46173572a0bd878 name", + "note": "675c047fa46173572a0bd878 note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/6762fe1e6470bf1c0f048b96.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c047fa46173572a0bd878 startedMessageText", + "successMessageText": "675c047fa46173572a0bd878 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9600, + "id": "6762f041c8a15bcac7d105d1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 52000, + "id": "6762f04d0f98353d7a7929d0", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1975", "unknown": false, - "value": 0.01 + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b1975", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 52000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6762f056c054785aa7f585a9", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6762f06fe0447929e3ba67af", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b1978", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b1977", + "_tpl": "62a0a124de7ac81993580542", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b1978", + "_tpl": "62a0a124de7ac81993580542", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639872fa9b4fb827b200d8e5": { + "QuestName": "Gunsmith - Part 9", + "_id": "639872fa9b4fb827b200d8e5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639872fa9b4fb827b200d8e5 acceptPlayerMessage", + "changeQuestMessageText": "639872fa9b4fb827b200d8e5 changeQuestMessageText", + "completePlayerMessage": "639872fa9b4fb827b200d8e5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "6398776f93ae507d5858c3a8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "56d59856d2720bd8418b456a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 80.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 20, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 610.0, + "compareMethod": "<=" + }, + "weight": { + "value": 1.5, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5c00076d0db834001d23ee1f", + "5c0009510db834001966907f" + ], + "hasItemFromCategory": [ + "55818b164bdc2ddc698b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "6398acabcd51826f7a069b89", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 19, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "639aef8881b99001240bbe16", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae3277186f7745973054106", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639872fa9b4fb827b200d8e5 description", + "failMessageText": "639872fa9b4fb827b200d8e5 failMessageText", + "declinePlayerMessage": "639872fa9b4fb827b200d8e5 declinePlayerMessage", + "name": "639872fa9b4fb827b200d8e5 name", + "note": "639872fa9b4fb827b200d8e5 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/63aae950f83fd6083938904c.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639872fa9b4fb827b200d8e5 startedMessageText", + "successMessageText": "639872fa9b4fb827b200d8e5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9800, + "id": "6398af00cadede58636ddd55", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6398aeeceee7ff72370f7dd9", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "6398aed2700117662d337be7", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b197a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010064f81036801d0b197a", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6398aea5c8f8cc12a47b02a8", + "type": "Item", + "index": 0, + "target": "68010064f81036801d0b197d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010064f81036801d0b197c", + "_tpl": "5d6fc87386f77449db3db94e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010064f81036801d0b197d", + "_tpl": "5d6fc87386f77449db3db94e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19bebfcae11642e50f9b9", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b197e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b197e", + "_tpl": "5447a9cd4bdc2dbd208b4567", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b197f", + "_tpl": "55d4b9964bdc2d1d4e8b456e", + "parentId": "68010065f81036801d0b197e", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1980", + "_tpl": "55d4887d4bdc2d962f8b4570", + "parentId": "68010065f81036801d0b197e", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1981", + "_tpl": "55d355e64bdc2d962f8b4569", + "parentId": "68010065f81036801d0b197e", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1982", + "_tpl": "55d3632e4bdc2d972f8b4569", + "parentId": "68010065f81036801d0b1981", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1983", + "_tpl": "544a38634bdc2d58388b4568", + "parentId": "68010065f81036801d0b1982", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1984", + "_tpl": "5ae30e795acfc408fb139a0b", + "parentId": "68010065f81036801d0b1982", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1985", + "_tpl": "55d459824bdc2d892f8b4573", + "parentId": "68010065f81036801d0b1981", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1986", + "_tpl": "637f57b78d137b27f70c496a", + "parentId": "68010065f81036801d0b1985", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1987", + "_tpl": "55d5f46a4bdc2d1b198b4567", + "parentId": "68010065f81036801d0b1981", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1988", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010065f81036801d0b197e", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1989", + "_tpl": "5ae30c9a5acfc408fb139a03", + "parentId": "68010065f81036801d0b1988", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b198a", + "_tpl": "55d44fd14bdc2d962f8b456e", + "parentId": "68010065f81036801d0b197e", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "63a19bf52c2d4f2e4807808f", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b198b", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b198b", + "_tpl": "5cc86832d7f00c000d3a6e6c" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b47799d86f7746c5d6a5fd8": { + "QuestName": "Gunsmith - Part 12", + "_id": "5b47799d86f7746c5d6a5fd8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b47799d86f7746c5d6a5fd8 acceptPlayerMessage", + "changeQuestMessageText": "5b47799d86f7746c5d6a5fd8 changeQuestMessageText", + "completePlayerMessage": "5b47799d86f7746c5d6a5fd8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5b477b3b86f77401da02e6c4", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "58948c8e86f77409493f7266" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 300.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 52.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 225.0, + "compareMethod": "<=" + }, + "weight": { + "value": 4.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5b07db875acfc40dc528a5f6", + "5b3a16655acfc40016387a2a", + "5b07dd285acfc4001754240d" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0d6086f7742c1f5a3c4d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 23, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f085586f7747a2910a9b2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639872fc93ae507d5858c3a6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b47799d86f7746c5d6a5fd8 description", + "failMessageText": "5b47799d86f7746c5d6a5fd8 failMessageText", + "declinePlayerMessage": "5b47799d86f7746c5d6a5fd8 declinePlayerMessage", + "name": "5b47799d86f7746c5d6a5fd8 name", + "note": "5b47799d86f7746c5d6a5fd8 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5b4785f586f77470315db7ed.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b47799d86f7746c5d6a5fd8 startedMessageText", + "successMessageText": "5b47799d86f7746c5d6a5fd8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12300, + "id": "60cc78f26a2a1958fc523205", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc78f78f570e28f148115f", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "5b48768d86f7744a14343aea", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b198d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b198d", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5b48769b86f7744d06237e54", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b198f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b198f", + "_tpl": "5a7c147ce899ef00150bd8b8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc791f8f570e28f1481161", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1991", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1991", + "_tpl": "5cebec00d7f00c065c53522a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc794565e4664318606af9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1993", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1993", + "_tpl": "5c6592372e221600133e47d7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6399b0c3cadede58636ddd56", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1995", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1995", + "_tpl": "5a7c147ce899ef00150bd8b8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4495c86f7744e87761355": { + "QuestName": "Sew it Good - Part 2", + "_id": "5ae4495c86f7744e87761355", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4495c86f7744e87761355 acceptPlayerMessage", + "changeQuestMessageText": "5ae4495c86f7744e87761355 changeQuestMessageText", + "completePlayerMessage": "5ae4495c86f7744e87761355 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9b77f86f77432c81e3074", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ab8e79e86f7742d8b372e78" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9b7c886f774307c29df56", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ab8e79e86f7742d8b372e78" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5aec6d2586f774198b1f3336", + "target": "5ae9b77f86f77432c81e3074", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9b91386f77415a869b3f3", + "index": 2, + "maxDurability": 100.0, + "minDurability": 50.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ab8e79e86f7742d8b372e78" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9b93b86f7746e0026221a", + "index": 3, + "maxDurability": 100.0, + "minDurability": 50.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ab8e79e86f7742d8b372e78" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5aec6d2a86f774198b1f3337", + "target": "5ae9b91386f77415a869b3f3", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4165d86f7745bf73dad72", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4495086f77443c122bc40", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4495c86f7744e87761355 description", + "failMessageText": "5ae4495c86f7744e87761355 failMessageText", + "declinePlayerMessage": "5ae4495c86f7744e87761355 declinePlayerMessage", + "name": "5ae4495c86f7744e87761355 name", + "note": "5ae4495c86f7744e87761355 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4495c86f7744e87761355 startedMessageText", + "successMessageText": "5ae4495c86f7744e87761355 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17500, + "id": "60cc83db179f8541b846928b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc83e6af2e5506c37822db", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc844965e4664318606b55", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1997", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1997", + "_tpl": "5aa7e3abe5b5b000171d064d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc8438af2e5506c37822dc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1999", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1999", + "_tpl": "5c0919b50db834001b7ce3b9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc844398b49270603645f6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b199b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b199b", + "_tpl": "5aa7e373e5b5b000137b76f0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c3507a06634b5110e3c18": { + "QuestName": "Belka and Strelka", + "_id": "675c3507a06634b5110e3c18", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c3507a06634b5110e3c18 acceptPlayerMessage", + "changeQuestMessageText": "675c3507a06634b5110e3c18 changeQuestMessageText", + "completePlayerMessage": "675c3507a06634b5110e3c18 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675c3507a06634b5110e3c1b", + "conditions": [ + { + "id": "675c354c1caaef17549f977f", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "675c355af2427b5485ab4b6a", + "dynamicLocale": false, + "exitName": "customs_sniper_exit", + "conditionType": "ExitName" + } + ] + }, + "id": "675c3507a06634b5110e3c1a", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f6c261bf77b037559850", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59c124d686f774189b3c843f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c3507a06634b5110e3c18 description", + "failMessageText": "675c3507a06634b5110e3c18 failMessageText", + "declinePlayerMessage": "675c3507a06634b5110e3c18 declinePlayerMessage", + "name": "675c3507a06634b5110e3c18 name", + "note": "675c3507a06634b5110e3c18 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c3507a06634b5110e3c18 startedMessageText", + "successMessageText": "675c3507a06634b5110e3c18 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "6762f71320ccb48e0f9deb45", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b199d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b199d", + "_tpl": "6217726288ed9f0845317459", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 8200, + "id": "6762f6ce0903dec94c8ab3d1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 44000, + "id": "6762f6d8c6c0cbc5bf5eed0d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b199f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b199f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 44000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "6762f6e0d0687846234b96d6", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "6762f6fda3a082b9d4525b91", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19a5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19a1", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b19a2", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b19a3", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b19a4", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b19a5", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c085d59b0575973005f52": { + "QuestName": "Break the Deal", + "_id": "675c085d59b0575973005f52", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c085d59b0575973005f52 acceptPlayerMessage", + "changeQuestMessageText": "675c085d59b0575973005f52 changeQuestMessageText", + "completePlayerMessage": "675c085d59b0575973005f52 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "675c14f54662a2fae349dbb9", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Sniper_1", + "target": [ + "588892092459774ac91d4b11" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "675c152299549b5b62094f06", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Sniper_2", + "target": [ + "5888988e24597752fe43a6fa" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "675c153ae96d38136d02f670", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Sniper_3", + "target": [ + "57ac965c24597706be5f975c", + "57aca93d2459771f2c7e26db" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67604476b1ae3717835ccaed", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Sniper_4", + "target": [ + "65702566bfc87b3a3409324d", + "65702561cfc010a0f5006a28", + "6570255dbfc87b3a3409324a", + "65702558cfc010a0f5006a25", + "65702554bfc87b3a34093247", + "6570254fcfc010a0f5006a22", + "648984e3f09d032aa9399d53", + "6769b8e3c1a1466c850658a8" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f0f890464ac664ee9ced", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448bf86f7744d733e55ee", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c085d59b0575973005f52 description", + "failMessageText": "675c085d59b0575973005f52 failMessageText", + "declinePlayerMessage": "675c085d59b0575973005f52 declinePlayerMessage", + "name": "675c085d59b0575973005f52 name", + "note": "675c085d59b0575973005f52 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/6762fe23bcd7cb145f053a24.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c085d59b0575973005f52 startedMessageText", + "successMessageText": "675c085d59b0575973005f52 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "6762f1539161339973f36bcd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19a6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19a6", + "_tpl": "588892092459774ac91d4b11", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b19a7", + "_tpl": "5888988e24597752fe43a6fa", + "parentId": "68010065f81036801d0b19a6", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b19a8", + "_tpl": "5888956924597752983e182d", + "parentId": "68010065f81036801d0b19a6", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b19a9", + "_tpl": "5888996c24597754281f9419", + "parentId": "68010065f81036801d0b19a8", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b19aa", + "_tpl": "5888976c24597754281f93f5", + "parentId": "68010065f81036801d0b19a8", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b19ab", + "_tpl": "57c55f172459772d27602381", + "parentId": "68010065f81036801d0b19a6", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b19ac", + "_tpl": "58889d0c2459775bc215d981", + "parentId": "68010065f81036801d0b19a6", + "slotId": "mod_stock" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 11400, + "id": "6762f105c62cdf49ca91cb8c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 105000, + "id": "6762f11a8b20be5b16e7c073", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19ae", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b19ae", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 105000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "6762f123829538c5efe6cf0b", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6762f141638d30d7741d8449", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19b9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19b9", + "_tpl": "5b44d0de86f774503d30cba8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b19ba", + "_tpl": "6575c342efc786cd9101a5e5", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b19bb", + "_tpl": "6575c34bc6700bd6b40e8a84", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b19bc", + "_tpl": "6575c35bc6700bd6b40e8a88", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b19bd", + "_tpl": "6575c366c6700bd6b40e8a8c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b19be", + "_tpl": "6575c373dc9932aed601c5ec", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b19bf", + "_tpl": "6575c385dc9932aed601c5f0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b19c0", + "_tpl": "6575c390efc786cd9101a5e9", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b19c1", + "_tpl": "656fa8d700d62bcd2e024084", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b19c2", + "_tpl": "656fa8d700d62bcd2e024084", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b19b9", + "slotId": "Back_plate" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bc3686f7741c73584026": { + "QuestName": "Wet Job - Part 4", + "_id": "5a27bc3686f7741c73584026", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bc3686f7741c73584026 acceptPlayerMessage", + "changeQuestMessageText": "5a27bc3686f7741c73584026 changeQuestMessageText", + "completePlayerMessage": "5a27bc3686f7741c73584026 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a28221e86f7741d5b719624", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a29357286f77409c705e025" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a28223786f7741c7a0b5401", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a29357286f77409c705e025" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60aab686f77455b6481cb5", + "target": "5a28221e86f7741d5b719624", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a72f686f7745b18478f21", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28219186f7740a24524962", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bc1586f7741f6d40fa2f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bc3686f7741c73584026 description", + "failMessageText": "5a27bc3686f7741c73584026 failMessageText", + "declinePlayerMessage": "5a27bc3686f7741c73584026 declinePlayerMessage", + "name": "5a27bc3686f7741c73584026 name", + "note": "5a27bc3686f7741c73584026 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bc3686f7741c73584026 startedMessageText", + "successMessageText": "5a27bc3686f7741c73584026 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8300, + "id": "60cc70a98f570e28f1481153", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc70aca7d63f18200a24d6", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1700, + "id": "60cc70b365e4664318606ae6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19c4", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b19c4", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1700 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc70c465e4664318606ae8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19c6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19c6", + "_tpl": "5a80a29286f7742b25692012", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90d8f7bdcb1576b1226c7", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b19c7", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b19c7", + "_tpl": "5dcbd56fdbd3d91b3e5468d5", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b19c8", + "_tpl": "5dcbd6dddbd3d91b3e5468de", + "parentId": "68010065f81036801d0b19c7", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b19c9", + "_tpl": "5a3501acc4a282000d72293a", + "parentId": "68010065f81036801d0b19c7", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b19ca", + "_tpl": "5dcbd6b46ec07c0c4347a564", + "parentId": "68010065f81036801d0b19c7", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b19cb", + "_tpl": "5dcbe9431e1f4616d354987e", + "parentId": "68010065f81036801d0b19c7", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b19cc", + "_tpl": "5dcbe965e4ed22586443a79d", + "parentId": "68010065f81036801d0b19cb", + "slotId": "mod_muzzle" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c1570526ff496850895d9": { + "QuestName": "Passion for Ergonomics", + "_id": "675c1570526ff496850895d9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c1570526ff496850895d9 acceptPlayerMessage", + "changeQuestMessageText": "675c1570526ff496850895d9 changeQuestMessageText", + "completePlayerMessage": "675c1570526ff496850895d9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "675c15916580a378dc0f012f", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f80d4fe1b59cf490d3527" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "675c1595a4c063af74ee5279", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "675f80d4fe1b59cf490d3527" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f196778a1b93ebed6359", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3460c86f7742880308185", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c1570526ff496850895d9 description", + "failMessageText": "675c1570526ff496850895d9 failMessageText", + "declinePlayerMessage": "675c1570526ff496850895d9 declinePlayerMessage", + "name": "675c1570526ff496850895d9 name", + "note": "675c1570526ff496850895d9 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/6762fe26d4bdaabb7a02b683.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c1570526ff496850895d9 startedMessageText", + "successMessageText": "675c1570526ff496850895d9 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7200, + "id": "6762f1a0c53027595f587f37", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "6762f1b10d2009cfd8b56891", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19ce", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b19ce", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6762f1bc96b105ad3a8b6e6a", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6762f1c822d660fb7e3da07f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19d1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19d0", + "_tpl": "5d1b2fa286f77425227d1674", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b19d1", + "_tpl": "5d1b2fa286f77425227d1674", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27b80086f774429a5d7e20": { + "QuestName": "Eagle Eye", + "_id": "5a27b80086f774429a5d7e20", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27b80086f774429a5d7e20 acceptPlayerMessage", + "changeQuestMessageText": "5a27b80086f774429a5d7e20 changeQuestMessageText", + "completePlayerMessage": "5a27b80086f774429a5d7e20 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba34286f7744eb2404069", + "conditions": [ + { + "id": "5a3ba35f86f7743af1475c03", + "dynamicLocale": false, + "target": "place_peacemaker_004_N1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba34286f7744eb240406a", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a27ffb186f774192932b3d5", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a294d7c86f7740651337cf9" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a27ffc786f77415ca58ae47", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a294d7c86f7740651337cf9" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60aa7b86f77456b73f3ba8", + "target": "5a3ba34286f7744eb240406a", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba3b086f7745ab1081100", + "conditions": [ + { + "id": "5a3ba3c086f7745ab1081106", + "dynamicLocale": false, + "target": "place_peacemaker_004_N2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba3b086f7745ab1081101", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a294f1686f774340c7b7e4a", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a294d8486f774068638cd93" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a294f3386f77433e923f9cd", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a294d8486f774068638cd93" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60aa8986f77456b73f3bae", + "target": "5a294f1686f774340c7b7e4a", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a71d586f7745a7e19f646", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 11, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a27fd4a86f774637279b32d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b7d686f77460d847e6a6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27b80086f774429a5d7e20 description", + "failMessageText": "5a27b80086f774429a5d7e20 failMessageText", + "declinePlayerMessage": "5a27b80086f774429a5d7e20 declinePlayerMessage", + "name": "5a27b80086f774429a5d7e20 name", + "note": "5a27b80086f774429a5d7e20 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27b80086f774429a5d7e20 startedMessageText", + "successMessageText": "5a27b80086f774429a5d7e20 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6600, + "id": "60cc69c798b49270603645b5", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc69caa7d63f18200a24be", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 900, + "id": "5a27fde286f77477cd733d92", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19d3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b19d3", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a606d4f86f77465241848a5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19d5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19d5", + "_tpl": "57aca93d2459771f2c7e26db", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a3a447a86f7745ed8731053", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19d7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19d7", + "_tpl": "544a3a774bdc2d3a388b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19feeab6bb51044344bef", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b19d8", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b19d8", + "_tpl": "58948c8e86f77409493f7266", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b19d9", + "_tpl": "5fbcbd6c187fea44d52eda14", + "parentId": "68010065f81036801d0b19d8", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b19da", + "_tpl": "5894a05586f774094708ef75", + "parentId": "68010065f81036801d0b19d8", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b19db", + "_tpl": "5894a5b586f77426d2590767", + "parentId": "68010065f81036801d0b19d8", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b19dc", + "_tpl": "58aeaaa886f7744fc1560f81", + "parentId": "68010065f81036801d0b19db", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b19dd", + "_tpl": "58aeac1b86f77457c419f475", + "parentId": "68010065f81036801d0b19dc", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b19de", + "_tpl": "5894a42086f77426d2590762", + "parentId": "68010065f81036801d0b19db", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b19df", + "_tpl": "5894a73486f77426d259076c", + "parentId": "68010065f81036801d0b19de", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b19e0", + "_tpl": "58a56f8d86f774651579314c", + "parentId": "68010065f81036801d0b19de", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b19e1", + "_tpl": "58a5c12e86f7745d585a2b9e", + "parentId": "68010065f81036801d0b19de", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b19e2", + "_tpl": "58a56f8d86f774651579314c", + "parentId": "68010065f81036801d0b19de", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b19e3", + "_tpl": "5894a81786f77427140b8347", + "parentId": "68010065f81036801d0b19db", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b19e4", + "_tpl": "58ac1bf086f77420ed183f9f", + "parentId": "68010065f81036801d0b19d8", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b19e5", + "_tpl": "57ade1442459771557167e15", + "parentId": "68010065f81036801d0b19e4", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b19e6", + "_tpl": "58949fac86f77409483e16aa", + "parentId": "68010065f81036801d0b19d8", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c1128e386f7746565181106": { + "QuestName": "Fertilizers", + "_id": "5c1128e386f7746565181106", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c1128e386f7746565181106 acceptPlayerMessage", + "changeQuestMessageText": "5c1128e386f7746565181106 changeQuestMessageText", + "completePlayerMessage": "5c1128e386f7746565181106 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ca719ef86f7740a78020783", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c06779c86f77426e00dd782" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ca71a1e86f7740f5a5b88a2", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c06782b86f77426df5407d2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c1129ed86f7746569440e88", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c06779c86f77426e00dd782" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c112a1b86f774656777d1ae", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c06782b86f77426df5407d2" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fb46386f7744a184fb3c2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fb45b86f7744a1a275659", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3464c86f7741d651d6877", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c1128e386f7746565181106 description", + "failMessageText": "5c1128e386f7746565181106 failMessageText", + "declinePlayerMessage": "5c1128e386f7746565181106 declinePlayerMessage", + "name": "5c1128e386f7746565181106 name", + "note": "5c1128e386f7746565181106 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c1128e386f7746565181106 startedMessageText", + "successMessageText": "5c1128e386f7746565181106 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17200, + "id": "60cc7f848f570e28f148116e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc7f8f179f8541b846927b", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "5c18bf7e86f77467be0572e9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19e8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b19e8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc7f8a3e4e974efa345d74", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19eb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19ea", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b19eb", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19f1b2c2d4f2e48078091", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b19ec", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b19ec", + "_tpl": "6193a720f8ee7e52e42109ed", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b19ed", + "_tpl": "6194f02d9bb3d20b0946d2f0", + "parentId": "68010065f81036801d0b19ec", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b19ee", + "_tpl": "6194f5a318a3974e5e7421eb", + "parentId": "68010065f81036801d0b19ec", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b19ef", + "_tpl": "6194f2df645b5d229654ad77", + "parentId": "68010065f81036801d0b19ee", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b19f0", + "_tpl": "6194f3286db0f2477964e67d", + "parentId": "68010065f81036801d0b19ee", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b19f1", + "_tpl": "6193d3149fb0c665d5490e32", + "parentId": "68010065f81036801d0b19ec", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b19f2", + "_tpl": "6193d3cded0429009f543e6a", + "parentId": "68010065f81036801d0b19ec", + "slotId": "mod_trigger" + }, + { + "_id": "68010065f81036801d0b19f3", + "_tpl": "6193d3be7c6c7b169525f0da", + "parentId": "68010065f81036801d0b19ec", + "slotId": "mod_hammer" + }, + { + "_id": "68010065f81036801d0b19f4", + "_tpl": "6193d5d4f8ee7e52e4210a1b", + "parentId": "68010065f81036801d0b19ec", + "slotId": "mod_catch" + }, + { + "_id": "68010065f81036801d0b19f5", + "_tpl": "619624b26db0f2477964e6b0", + "parentId": "68010065f81036801d0b19ec", + "slotId": "mod_mount_000" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27ba1c86f77461ea5a3c56": { + "QuestName": "The Cult - Part 2", + "_id": "5a27ba1c86f77461ea5a3c56", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27ba1c86f77461ea5a3c56 acceptPlayerMessage", + "changeQuestMessageText": "5a27ba1c86f77461ea5a3c56 changeQuestMessageText", + "completePlayerMessage": "5a27ba1c86f77461ea5a3c56 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5a2806e086f774291b084041", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_007_2_N2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a2806b386f77420062f0fbd", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_007_N1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5fe0e9ed3f3a7d4169035e8e", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_007_2_N2_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a2806f886f774513d3e69f5", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_007_2_N3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a720886f7745aa21a06cd", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 18, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a2805c986f77420062f0fb2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b9de86f77464e5044585", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27ba1c86f77461ea5a3c56 description", + "failMessageText": "5a27ba1c86f77461ea5a3c56 failMessageText", + "declinePlayerMessage": "5a27ba1c86f77461ea5a3c56 declinePlayerMessage", + "name": "5a27ba1c86f77461ea5a3c56 name", + "note": "5a27ba1c86f77461ea5a3c56 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5a29222486f77456f50d09e7.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27ba1c86f77461ea5a3c56 startedMessageText", + "successMessageText": "5a27ba1c86f77461ea5a3c56 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7500, + "id": "60cc6b20a7d63f18200a24c1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6b23179f8541b846924e", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 850, + "id": "5a2805ee86f774291b083f8f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19f7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b19f7", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 850 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6b4b98b49270603645b7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b19f8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b19f8", + "_tpl": "5df8ce05b11454561e39243b", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b19f9", + "_tpl": "55d4b9964bdc2d1d4e8b456e", + "parentId": "68010065f81036801d0b19f8", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b19fa", + "_tpl": "5df8f541c41b2312ea3335e3", + "parentId": "68010065f81036801d0b19f8", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b19fb", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010065f81036801d0b19f8", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b19fc", + "_tpl": "5ae30c9a5acfc408fb139a03", + "parentId": "68010065f81036801d0b19fb", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b19fd", + "_tpl": "5df8e4080b92095fd441e594", + "parentId": "68010065f81036801d0b19f8", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b19fe", + "_tpl": "5df917564a9f347bc92edca3", + "parentId": "68010065f81036801d0b19fd", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b19ff", + "_tpl": "5dfa3cd1b33c0951220c079b", + "parentId": "68010065f81036801d0b19fe", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1a00", + "_tpl": "5dfa3d45dfc58d14537c20b0", + "parentId": "68010065f81036801d0b19fe", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1a01", + "_tpl": "5df916dfbb49d91fb446d6b9", + "parentId": "68010065f81036801d0b19fd", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1a02", + "_tpl": "5dfa3d950dee1b22f862eae0", + "parentId": "68010065f81036801d0b1a01", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1a03", + "_tpl": "5dfa3d7ac41b2312ea33362a", + "parentId": "68010065f81036801d0b19fd", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1a04", + "_tpl": "5df8e053bb49d91fb446d6a6", + "parentId": "68010065f81036801d0b19f8", + "slotId": "mod_charge" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bb8386f7741c770d2d0a": { + "QuestName": "Wet Job - Part 1", + "_id": "5a27bb8386f7741c770d2d0a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bb8386f7741c770d2d0a acceptPlayerMessage", + "changeQuestMessageText": "5a27bb8386f7741c770d2d0a changeQuestMessageText", + "completePlayerMessage": "5a27bb8386f7741c770d2d0a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a281d8e86f77444dc7a2844", + "conditions": [ + { + "id": "5a281d9686f7743fe44eac8b", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5c07c60e0db834002330051f", + "5447a9cd4bdc2dbd208b4567", + "5d43021ca4b9362eab4b5e25" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "55d614004bdc2d86028b4568" + ], + [ + "59bffbb386f77435b379b9c2" + ], + [ + "55d6190f4bdc2d87028b4567" + ], + [ + "5c7955c22e221644f31bfd5e" + ], + [ + "57da93632459771cb65bf83f" + ], + [ + "57dbb57e2459774673234890" + ], + [ + "5a9fbb84a2750c00137fa685" + ], + [ + "5a34fe59c4a282000b1521a2" + ], + [ + "5cff9e5ed7ad1a09407397d4" + ], + [ + "5ea172e498dacb342978818e" + ], + [ + "5ea17bbc09aa976f2e7a51cd" + ], + [ + "5d44064fa4b9361e4f6eb8b5" + ], + [ + "60926df0132d4d12c81fd9df" + ], + [ + "626673016f1edc06f30cf6d5" + ], + [ + "638612b607dfed1ccb7206ba" + ], + [ + "63877c99e785640d436458ea" + ], + [ + "673f0b36536d64240f01acd6" + ], + [ + "673f0a9370a3ddcf0d0ee0b8" + ], + [ + "673f0a38259f5945d70e43a6" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5a281d9f86f774418b7eff14", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c9de99286f7741ced54c902", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a72c786f7745a7e19f661", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a281d5086f7743fe44eac83", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bafb86f7741c73584017", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bb8386f7741c770d2d0a description", + "failMessageText": "5a27bb8386f7741c770d2d0a failMessageText", + "declinePlayerMessage": "5a27bb8386f7741c770d2d0a declinePlayerMessage", + "name": "5a27bb8386f7741c770d2d0a name", + "note": "5a27bb8386f7741c770d2d0a note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bb8386f7741c770d2d0a startedMessageText", + "successMessageText": "5a27bb8386f7741c770d2d0a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11400, + "id": "60cc6f40af2e5506c37822a7", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc6f4465e4664318606ade", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1100, + "id": "60cc6f4d3e4e974efa345d0f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a06", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a06", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1100 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b75adc023e22044165de9", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1a09", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1a08", + "_tpl": "619636be6db0f2477964e710", + "upd": { + "StackObjectsCount": 60 + } + }, + { + "_id": "68010065f81036801d0b1a09", + "_tpl": "619636be6db0f2477964e710", + "upd": { + "StackObjectsCount": 60 + } + } + ], + "loyaltyLevel": 2, + "traderId": 10 + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc6f5f8f570e28f148114b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a0c", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a0b", + "_tpl": "61bf7c024770ee6f9c6b8b53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a0c", + "_tpl": "61bf7c024770ee6f9c6b8b53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b47891f86f7744d1b23c571": { + "QuestName": "Living High is Not a Crime - Part 1", + "_id": "5b47891f86f7744d1b23c571", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b47891f86f7744d1b23c571 acceptPlayerMessage", + "changeQuestMessageText": "5b47891f86f7744d1b23c571 changeQuestMessageText", + "completePlayerMessage": "5b47891f86f7744d1b23c571 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b47899386f77470315db7f3", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e3639286f7741777737013" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4789b586f7744d190d8f43", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e3639286f7741777737013" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b4789df86f77468074619d7", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573478bc24597738002c6175" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b478a0986f7744d190d8f46", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573478bc24597738002c6175" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b478a2186f77468074619da", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e3658a86f7741776641ac4" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b478a3786f77470315db7fa", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e3658a86f7741776641ac4" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b478a6c86f7744d190d8f4d", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59faf7ca86f7740dbe19f6c2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b478a8486f7744d1c35328b", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59faf7ca86f7740dbe19f6c2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "62a7004c1c307729c3264f9a", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09cfe4f842e1bd12da3e4" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a70058ec21e50cad3b6709", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09cfe4f842e1bd12da3e4" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0c8786f77479806f3028", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 27, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f0a4386f7744e1155e1ed", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4496986f774459e77beb6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f0a5086f7744e3a6b328a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448f286f77448d73c0131", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b47891f86f7744d1b23c571 description", + "failMessageText": "5b47891f86f7744d1b23c571 failMessageText", + "declinePlayerMessage": "5b47891f86f7744d1b23c571 declinePlayerMessage", + "name": "5b47891f86f7744d1b23c571 name", + "note": "5b47891f86f7744d1b23c571 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b47891f86f7744d1b23c571 startedMessageText", + "successMessageText": "5b47891f86f7744d1b23c571 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 19900, + "id": "60cc9912646f74055e27652e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc991641fd1e14d71e22fc", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5b48a61586f774036c1b7b35", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a10", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a0e", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a0f", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a10", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec1a1452d5b8510d548af03", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a15", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a15", + "_tpl": "5ca20ee186f774799474abc2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a16", + "_tpl": "657bbe73a1c61ee0c303632b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a15", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b1a17", + "_tpl": "657bbed0aab96fccee08be96", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a15", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b1a18", + "_tpl": "657bbefeb30eca9763051189", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a15", + "slotId": "Helmet_ears" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae327c886f7745c7b3f2f3f": { + "QuestName": "Gunsmith - Part 10", + "_id": "5ae327c886f7745c7b3f2f3f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae327c886f7745c7b3f2f3f acceptPlayerMessage", + "changeQuestMessageText": "5ae327c886f7745c7b3f2f3f changeQuestMessageText", + "completePlayerMessage": "5ae327c886f7745c7b3f2f3f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5ae445f386f7744e87761331", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5ac66d9b5acfc4001633997a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 800.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 38.0, + "compareMethod": ">=" + }, + "height": { + "value": 2, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 60, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 500.0, + "compareMethod": "<=" + }, + "weight": { + "value": 4.8, + "compareMethod": "<=" + }, + "width": { + "value": 4, + "compareMethod": ">=" + }, + "containsItems": [], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af413e486f774522e3438df", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af413ce86f774522e3438ae", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639872fa9b4fb827b200d8e5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae327c886f7745c7b3f2f3f description", + "failMessageText": "5ae327c886f7745c7b3f2f3f failMessageText", + "declinePlayerMessage": "5ae327c886f7745c7b3f2f3f declinePlayerMessage", + "name": "5ae327c886f7745c7b3f2f3f name", + "note": "5ae327c886f7745c7b3f2f3f note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ae327e086f7742a4135935e.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae327c886f7745c7b3f2f3f startedMessageText", + "successMessageText": "5ae327c886f7745c7b3f2f3f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10400, + "id": "60cc7828f09d61072d6d00bf", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc782a7c496e588343a6db", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "6398afbac8f8cc12a47b02a9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a1e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a1a", + "_tpl": "5c06779c86f77426e00dd782", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a1b", + "_tpl": "5c06779c86f77426e00dd782", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a1c", + "_tpl": "5c06779c86f77426e00dd782", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a1d", + "_tpl": "5c06779c86f77426e00dd782", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a1e", + "_tpl": "5c06779c86f77426e00dd782", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6398afc5e11ec11ff550403b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a21", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a20", + "_tpl": "61bf7b6302b3924be92fa8c3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a21", + "_tpl": "61bf7b6302b3924be92fa8c3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19c1ed6d4651e53602aeb", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1a22", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1a22", + "_tpl": "5aafbde786f774389d0cbc0f" + } + ], + "loyaltyLevel": 2, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0bdb5286f774166e38eed4": { + "QuestName": "Flint", + "_id": "5c0bdb5286f774166e38eed4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0bdb5286f774166e38eed4 acceptPlayerMessage", + "changeQuestMessageText": "5c0bdb5286f774166e38eed4 changeQuestMessageText", + "completePlayerMessage": "5c0bdb5286f774166e38eed4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5c0bdbb586f774166e38eed5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "StressResistance", + "globalQuestCounterId": "", + "value": 5, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1faac986f77410894b63f5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1faac086f7740ebd348c76", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b4795fb86f7745876267770", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0bdb5286f774166e38eed4 description", + "failMessageText": "5c0bdb5286f774166e38eed4 failMessageText", + "declinePlayerMessage": "5c0bdb5286f774166e38eed4 declinePlayerMessage", + "name": "5c0bdb5286f774166e38eed4 name", + "note": "5c0bdb5286f774166e38eed4 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0bdb5286f774166e38eed4 startedMessageText", + "successMessageText": "5c0bdb5286f774166e38eed4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25100, + "id": "60c8c0dd9bdefb3130121b11", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c0e22238043a5267864a", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "5c17c12786f77430a70d197d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a24", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a24", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb62e7179f8541b8469226", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a28", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a26", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a27", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a28", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "62a7042e0da185500f06093e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a2e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a2a", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a2b", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a2c", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a2d", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a2e", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5c17c1a986f77418e53fc52f", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1a2f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1a2f", + "_tpl": "5bffdd7e0db834001b734a1a" + } + ], + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "676529af9c90953d090882e7": { + "QuestName": "Gunsmith - Old Friends Request", + "_id": "676529af9c90953d090882e7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "676529af9c90953d090882e7 acceptPlayerMessage", + "changeQuestMessageText": "676529af9c90953d090882e7 changeQuestMessageText", + "completePlayerMessage": "676529af9c90953d090882e7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "676529e759261ce07bc47b62", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5df24cf80dee1b22f862e9bc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 18.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 5, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 500.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5aa66be6e5b5b0214e506e97", + "5888961624597754281f93f3" + ], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + }, + { + "conditionType": "WeaponAssembly", + "id": "676529af9c90953d090882ea", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": [ + "59984ab886f7743e98271174" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 57.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 30, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 400.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "58d399e486f77442e0016fe7", + "58d39b0386f77443380bf13c", + "5c1bc7752e221602b1779b34", + "5649ae4a4bdc2d1b2b8b4588", + "544909bb4bdc2d6f028b4577", + "59bfc5c886f7743bf6794e62", + "59ecc3dd86f7746dc827481c", + "560d657b4bdc2da74d8b4572" + ], + "hasItemFromCategory": [] + }, + { + "conditionType": "WeaponAssembly", + "id": "67652a2f4f75e1a9543289ed", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5a7ae0c351dfba0017554310" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 90.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 21, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 0.0, + "compareMethod": ">=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "560d657b4bdc2da74d8b4572", + "5a7b4960e899ef197b331a2d", + "5a6b5e468dc32e001207faf5", + "5a6b592c8dc32e00094b97bf", + "5a718da68dc32e000d46d264" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "676529af9c90953d090882e9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af413ae86f774522e3438a5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac244eb86f7741356335af1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "676529af9c90953d090882e7 description", + "failMessageText": "676529af9c90953d090882e7 failMessageText", + "declinePlayerMessage": "676529af9c90953d090882e7 declinePlayerMessage", + "name": "676529af9c90953d090882e7 name", + "note": "676529af9c90953d090882e7 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "676529af9c90953d090882e7 startedMessageText", + "successMessageText": "676529af9c90953d090882e7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21930, + "id": "676529af9c90953d090882eb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "676529af9c90953d090882ec", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 155000, + "id": "676529af9c90953d090882ed", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a31", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a31", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 155000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "676d5b242401767e2bd05b3d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1a32", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b1a32", + "_tpl": "67600929bd0a0549d70993f6" + } + ], + "loyaltyLevel": 2, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71d6d7fcf9c556f325055": { + "QuestName": "The Courier", + "_id": "60e71d6d7fcf9c556f325055", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71d6d7fcf9c556f325055 acceptPlayerMessage", + "changeQuestMessageText": "60e71d6d7fcf9c556f325055 changeQuestMessageText", + "completePlayerMessage": "60e71d6d7fcf9c556f325055 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "60e84ba726b88043510e0ad8", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "mech_41_1", + "target": [ + "5a1eaa87fcdbcb001865f75e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "60e85b2a26b88043510e0ada", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "mech_41_2", + "target": [ + "5a1eaa87fcdbcb001865f75e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6101491e6c85b961071d75fd", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "60e71d23c1bfa3050473b8e6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "6101492343d55d251d68e4fc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 52, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71d6d7fcf9c556f325055 description", + "failMessageText": "60e71d6d7fcf9c556f325055 failMessageText", + "declinePlayerMessage": "60e71d6d7fcf9c556f325055 declinePlayerMessage", + "name": "60e71d6d7fcf9c556f325055 name", + "note": "60e71d6d7fcf9c556f325055 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71d6d7fcf9c556f325055 startedMessageText", + "successMessageText": "60e71d6d7fcf9c556f325055 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 115000, + "id": "60f03773c2a5085cc109674a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "61029298e5b13723fc7609b6", + "type": "Skill", + "index": 0, + "target": "Crafting", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "61029397e5b13723fc7609b7", + "type": "Skill", + "index": 0, + "target": "Intellect", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "610293a660307362d01d8c77", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a33", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a33", + "_tpl": "5fc22d7c187fea44d52eda44", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1a34", + "_tpl": "57c55efc2459772d2c6271e7", + "parentId": "68010065f81036801d0b1a33", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1a35", + "_tpl": "5fc23426900b1d5091531e15", + "parentId": "68010065f81036801d0b1a33", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1a36", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010065f81036801d0b1a33", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b1a37", + "_tpl": "5fc2369685fd526b824a5713", + "parentId": "68010065f81036801d0b1a36", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1a38", + "_tpl": "5fc278107283c4046c581489", + "parentId": "68010065f81036801d0b1a33", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1a39", + "_tpl": "5fc23678ab884124df0cd590", + "parentId": "68010065f81036801d0b1a38", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1a3a", + "_tpl": "5fc23636016cce60e8341b05", + "parentId": "68010065f81036801d0b1a39", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1a3b", + "_tpl": "5fc2360f900b1d5091531e19", + "parentId": "68010065f81036801d0b1a39", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1a3c", + "_tpl": "5fc235db2770a0045c59c683", + "parentId": "68010065f81036801d0b1a38", + "slotId": "mod_handguard" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "673f2cd5d3346c2167020484": { + "QuestName": "Shipping Delay - Part 2", + "_id": "673f2cd5d3346c2167020484", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "673f2cd5d3346c2167020484 acceptPlayerMessage", + "changeQuestMessageText": "673f2cd5d3346c2167020484 changeQuestMessageText", + "completePlayerMessage": "673f2cd5d3346c2167020484 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "673f2d93ca81e56cfff51870", + "conditions": [ + { + "id": "673f2d981e8463b460556979", + "dynamicLocale": false, + "target": "Depo_Zone_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "673f2d938504a2d993bc2e68", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "673f2d9a218d6686a0ed9bdf", + "conditions": [ + { + "id": "673f2d9f8523ffc7b81a9fd7", + "dynamicLocale": false, + "target": "Depo_Zone_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "673f2d9a73ff76dd6d5a6344", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "673f2da18e9d9d7e2eb4319b", + "conditions": [ + { + "id": "673f2da7a03ecf4da35fdef0", + "dynamicLocale": false, + "target": "Depo_Zone_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "673f2da118e615f9f5550544", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "Quest", + "id": "674eefb9b48df9e0cbba4e2f", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "target": "6752f6d83038f7df520c83e8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [ + { + "id": "6756b52a61f3b9916e633613", + "target": "673f2d9a73ff76dd6d5a6344", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "673f35a6f1eb33279c30585e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6752f6d83038f7df520c83e8", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "673f2cd5d3346c2167020484 description", + "failMessageText": "673f2cd5d3346c2167020484 failMessageText", + "declinePlayerMessage": "673f2cd5d3346c2167020484 declinePlayerMessage", + "name": "673f2cd5d3346c2167020484 name", + "note": "673f2cd5d3346c2167020484 note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/675b07caf85f28ef74022702.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "673f2cd5d3346c2167020484 startedMessageText", + "successMessageText": "673f2cd5d3346c2167020484 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11500, + "id": "67580d2e22c1c33811b2379f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 84000, + "id": "67580d4eba52fa5c7e14e7d4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a3e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a3e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 84000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "67580d57e284f032893caf46", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67580d6c10196ddb04ffbfad", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a40", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a40", + "_tpl": "66d98233302686954b0c6f81", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67580d7340ba148fb6f7c146", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a42", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a42", + "_tpl": "5c12620d86f7743f8b198b72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae449a586f7744bde357696": { + "QuestName": "No Fuss Needed", + "_id": "5ae449a586f7744bde357696", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae449a586f7744bde357696 acceptPlayerMessage", + "changeQuestMessageText": "5ae449a586f7744bde357696 changeQuestMessageText", + "completePlayerMessage": "5ae449a586f7744bde357696 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "TraderLoyalty", + "id": "5ae9c38e86f7743515398707", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "54cb57776803fa99248b456e", + "globalQuestCounterId": "", + "value": 3, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4172f86f774059056f692", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4498786f7744bde357695", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae449a586f7744bde357696 description", + "failMessageText": "5ae449a586f7744bde357696 failMessageText", + "declinePlayerMessage": "5ae449a586f7744bde357696 declinePlayerMessage", + "name": "5ae449a586f7744bde357696 name", + "note": "5ae449a586f7744bde357696 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae449a586f7744bde357696 startedMessageText", + "successMessageText": "5ae449a586f7744bde357696 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15800, + "id": "60cc9719b2736c24b2118b95", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc971f9f89812e5b6aa875", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 32000, + "id": "5ae9c43086f7747d4c148abe", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a44", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a44", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 32000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ae9c44e86f7746cd451db9d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a49", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a49", + "_tpl": "5aa7e276e5b5b000171d0647", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a4a", + "_tpl": "657bc06daab96fccee08be9b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a49", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b1a4b", + "_tpl": "657bc0d8a1c61ee0c303632f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a49", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b1a4c", + "_tpl": "657bc107aab96fccee08be9f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a49", + "slotId": "Helmet_ears" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a0327ba86f77456b9154236": { + "QuestName": "Spa Tour - Part 3", + "_id": "5a0327ba86f77456b9154236", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a0327ba86f77456b9154236 acceptPlayerMessage", + "changeQuestMessageText": "5a0327ba86f77456b9154236 changeQuestMessageText", + "completePlayerMessage": "5a0327ba86f77456b9154236 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a03289686f7745dbc6c5063", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c5bbd86f774785762df04", + "590c5c9f86f77477c91c36e7" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a0328cb86f77456b91543b8", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e358a886f7741776641ac3" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a03290586f774584d1594c4", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e35cbb86f7741778269d83" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a280b5486f7741f751bfeea", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e3556c86f7741776641ac2" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a723986f7745b18478f06", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a0327ef86f774584d1593ee", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a03173786f77451cb427172", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a0327ba86f77456b9154236 description", + "failMessageText": "5a0327ba86f77456b9154236 failMessageText", + "declinePlayerMessage": "5a0327ba86f77456b9154236 declinePlayerMessage", + "name": "5a0327ba86f77456b9154236 name", + "note": "5a0327ba86f77456b9154236 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a0327ba86f77456b9154236 startedMessageText", + "successMessageText": "5a0327ba86f77456b9154236 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7600, + "id": "60cc6c5c2b555f16df5c419a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6c61f09d61072d6d00a4", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 800, + "id": "5a280a2c86f77458182b5bd0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a4e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a4e", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 800 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6c907c496e588343a6c0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a4f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a4f", + "_tpl": "5fc3f2d5900b1d5091531e57", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b1a50", + "_tpl": "5a718b548dc32e000d46d262", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1a51", + "_tpl": "5fb6567747ce63734e3fa1dc", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1a52", + "_tpl": "5fb6564947ce63734e3fa1da", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1a53", + "_tpl": "5fb6558ad6f0b2136f2d7eb7", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1a54", + "_tpl": "5fbbc366ca32ed67276c1557", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1a55", + "_tpl": "5fbbc34106bde7524f03cbe9", + "parentId": "68010065f81036801d0b1a54", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1a56", + "_tpl": "5fbb976df9986c4cff3fe5f2", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b1a57", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b1a58", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b1a4f", + "slotId": "mod_mount_002" + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60cc6cb17c496e588343a6c3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a5d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a5a", + "_tpl": "5a7ad2e851dfba0016153692", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a5b", + "_tpl": "5a7ad2e851dfba0016153692", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a5c", + "_tpl": "5a7ad2e851dfba0016153692", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a5d", + "_tpl": "5a7ad2e851dfba0016153692", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "5a280a8686f7741b16366329", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a63", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a5f", + "_tpl": "58d3db5386f77426186285a0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a60", + "_tpl": "58d3db5386f77426186285a0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a61", + "_tpl": "58d3db5386f77426186285a0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a62", + "_tpl": "58d3db5386f77426186285a0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a63", + "_tpl": "58d3db5386f77426186285a0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc6c6a6a2a1958fc5231e6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a66", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a65", + "_tpl": "590c2e1186f77425357b6124", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a66", + "_tpl": "590c2e1186f77425357b6124", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4496986f774459e77beb6": { + "QuestName": "Sew it Good - Part 3", + "_id": "5ae4496986f774459e77beb6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4496986f774459e77beb6 acceptPlayerMessage", + "changeQuestMessageText": "5ae4496986f774459e77beb6 changeQuestMessageText", + "completePlayerMessage": "5ae4496986f774459e77beb6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9bc6e86f7746e0026222c", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0e53c886f7747fa54205c7", + "5c0e51be86f774598e797894" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9bea886f77468ab400e64", + "index": 3, + "maxDurability": 100.0, + "minDurability": 50.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0e53c886f7747fa54205c7", + "5c0e51be86f774598e797894" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4166d86f7745b5e2aca96", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4495c86f7744e87761355", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4496986f774459e77beb6 description", + "failMessageText": "5ae4496986f774459e77beb6 failMessageText", + "declinePlayerMessage": "5ae4496986f774459e77beb6 declinePlayerMessage", + "name": "5ae4496986f774459e77beb6 name", + "note": "5ae4496986f774459e77beb6 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4496986f774459e77beb6 startedMessageText", + "successMessageText": "5ae4496986f774459e77beb6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18200, + "id": "60cc8475f09d61072d6d0122", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc847b65e4664318606b56", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 65000, + "id": "5ae9bede86f77415a869b41b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a68", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a68", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 65000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc8489af2e5506c37822dd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a77", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a77", + "_tpl": "5ca21c6986f77479963115a7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a78", + "_tpl": "6575d9a79e27f4a85e08112d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1a79", + "_tpl": "6575d9b8945bf78edd04c427", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1a7a", + "_tpl": "6575d9c40546f8b1de093dee", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b1a7b", + "_tpl": "6575d9cf0546f8b1de093df2", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b1a7c", + "_tpl": "6575d9d8945bf78edd04c42b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b1a7d", + "_tpl": "6575da07945bf78edd04c433", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Shoulder_l" + }, + { + "_id": "68010065f81036801d0b1a7e", + "_tpl": "6575da159e27f4a85e081131", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Shoulder_r" + }, + { + "_id": "68010065f81036801d0b1a7f", + "_tpl": "6575d9e7945bf78edd04c42f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b1a80", + "_tpl": "6575d9f816c2762fba00588d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b1a81", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1a82", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b1a83", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b1a84", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a77", + "slotId": "Right_side_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b9629065b076eb02c4b51", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1a85", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1a85", + "_tpl": "5df8a4d786f77412672a1e3b" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "673f61a066e6a521aa04b62b": { + "QuestName": "Order From Outside", + "_id": "673f61a066e6a521aa04b62b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "673f61a066e6a521aa04b62b acceptPlayerMessage", + "changeQuestMessageText": "673f61a066e6a521aa04b62b changeQuestMessageText", + "completePlayerMessage": "673f61a066e6a521aa04b62b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "673f61d9c2bc3dc676297fde", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499b9b909d2013670a5029" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "673f61ea87e01cfaf780a482", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "Reb_keeper", + "target": [ + "67499b9b909d2013670a5029" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "673f6255de3c89f255e45b9a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "673f6027352b4da8e00322d2", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "6745ff794e524fad15ec6d84", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744a9dfef61d56e020b5c4a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] } ] }, + "description": "673f61a066e6a521aa04b62b description", + "failMessageText": "673f61a066e6a521aa04b62b failMessageText", + "declinePlayerMessage": "673f61a066e6a521aa04b62b declinePlayerMessage", + "name": "673f61a066e6a521aa04b62b name", + "note": "673f61a066e6a521aa04b62b note", + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, "secretQuest": false, + "startedMessageText": "673f61a066e6a521aa04b62b startedMessageText", + "successMessageText": "673f61a066e6a521aa04b62b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 46700, + "id": "675818ce391c112012691663", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 4000, + "id": "675818db7fe6eb8dd0321358", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a87", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a87", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 4000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "675818e6a59e96dc8394bc6a", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "675818f45593a8b09cfd2893", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a89", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a89", + "_tpl": "5c052f6886f7746b1e3db148", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67581903bcf64326ad8d9708", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a8b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a8b", + "_tpl": "5c052fb986f7746b2101e909", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758190af0abbd941535ebf8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a8d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a8d", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, "side": "Pmc", - "startedMessageText": "5936d90786f7742b1420ba5b startedMessageText", - "status": 0, - "successMessageText": "5936d90786f7742b1420ba5b successMessageText", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4495086f77443c122bc40": { + "QuestName": "Sew it Good - Part 1", + "_id": "5ae4495086f77443c122bc40", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4495086f77443c122bc40 acceptPlayerMessage", + "changeQuestMessageText": "5ae4495086f77443c122bc40 changeQuestMessageText", + "completePlayerMessage": "5ae4495086f77443c122bc40 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae4559386f7742dc043c95e", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ab8f20c86f7745cdb629fb2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae455be86f7742dc043c969", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ab8f20c86f7745cdb629fb2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae455fb86f7744dd8242380", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e763f286f7742ee57895da" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae4562086f774498b05e0dc", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e763f286f7742ee57895da" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af4201386f774267375038c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af415f486f7745bf73dad59", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4493d86f7744b8e15aa8f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4495086f77443c122bc40 description", + "failMessageText": "5ae4495086f77443c122bc40 failMessageText", + "declinePlayerMessage": "5ae4495086f77443c122bc40 declinePlayerMessage", + "name": "5ae4495086f77443c122bc40 name", + "note": "5ae4495086f77443c122bc40 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4495086f77443c122bc40 startedMessageText", + "successMessageText": "5ae4495086f77443c122bc40 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12300, + "id": "5c9510f186f7745516178641", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc838ff09d61072d6d0120", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "5ae9b6ef86f77450fb040b24", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a8f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1a8f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec1a0f7e16f6c41ee73526c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a95", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a95", + "_tpl": "5e4abb5086f77406975c9342", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1a96", + "_tpl": "6575e71760703324250610c3", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a95", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1a97", + "_tpl": "6575e72660703324250610c7", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a95", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1a98", + "_tpl": "656fa76500d62bcd2e024080", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a95", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1a99", + "_tpl": "656fa76500d62bcd2e024080", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1a95", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ae9b70686f7742291104038", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1a9b", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1a9b", + "_tpl": "5f60cd6cf2bcbb675b00dac6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b87e11f2b6843ec751fdc", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1aa6", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1aa6", + "_tpl": "5c0e57ba86f7747fa141986d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1aa7", + "_tpl": "65707fc348c7a887f2010432", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1aa8", + "_tpl": "6570800612755ae0d907acf8", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1aa9", + "_tpl": "65708070f65e2491bf00972c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b1aaa", + "_tpl": "657080a212755ae0d907ad04", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b1aab", + "_tpl": "657080ca12755ae0d907ad5e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b1aac", + "_tpl": "65708122f65e2491bf009755", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b1aad", + "_tpl": "65708165696fe382cf073255", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b1aae", + "_tpl": "656f603f94b480b8a500c0d6", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1aaf", + "_tpl": "657b22485f444d6dff0c6c2f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1aa6", + "slotId": "Back_plate" + } + ], + "loyaltyLevel": 1, + "traderId": 2 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac244c486f77413e12cf945": { + "QuestName": "Gunsmith - Part 13", + "_id": "5ac244c486f77413e12cf945", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac244c486f77413e12cf945 acceptPlayerMessage", + "changeQuestMessageText": "5ac244c486f77413e12cf945 changeQuestMessageText", + "completePlayerMessage": "5ac244c486f77413e12cf945 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5acce11786f77411ed6fa6eb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5a367e5dc4a282000e49738f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 1500.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 26.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 300.0, + "compareMethod": "<=" + }, + "weight": { + "value": 6.7, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf383d86f7741bb8378000", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf383686f7741bb8377fff", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b47799d86f7746c5d6a5fd8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac244c486f77413e12cf945 description", + "failMessageText": "5ac244c486f77413e12cf945 failMessageText", + "declinePlayerMessage": "5ac244c486f77413e12cf945 declinePlayerMessage", + "name": "5ac244c486f77413e12cf945 name", + "note": "5ac244c486f77413e12cf945 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4e08086f774623122ae44.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac244c486f77413e12cf945 startedMessageText", + "successMessageText": "5ac244c486f77413e12cf945 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13600, + "id": "60cc7742e3d0247e625dab6d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc775d3e4e974efa345d23", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "5acb82ca86f77456255bb07f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ab1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ab1", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc77487c496e588343a6da", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ab4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ab3", + "_tpl": "59e35cbb86f7741778269d83", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ab4", + "_tpl": "59e35cbb86f7741778269d83", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6399b319e11ec11ff550403c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ab7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ab6", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ab7", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19c9d5032c67f050dd95e", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1ab8", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1ab8", + "_tpl": "5dfa3d2b0dee1b22f862eade" + } + ], + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b478b1886f7744d1b23c57d": { + "QuestName": "Hot Delivery", + "_id": "5b478b1886f7744d1b23c57d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b478b1886f7744d1b23c57d acceptPlayerMessage", + "changeQuestMessageText": "5b478b1886f7744d1b23c57d changeQuestMessageText", + "completePlayerMessage": "5b478b1886f7744d1b23c57d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b478c4c86f7744d1a393fac", + "index": 0, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_merch_020_1", + "target": [ + "5645bcc04bdc2d363b8b4572" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b478c7386f7744d1a393fb1", + "index": 1, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_merch_020_1", + "target": [ + "5a7c4850e899ef00150be885" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b478cb586f7744d1a393fb5", + "index": 2, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_merch_020_2", + "target": [ + "5ab8e79e86f7742d8b372e78" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0c9086f77453572f5538", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 29, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f0a8086f7744e3a6b3290", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449b386f77446d8741719", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b478b1886f7744d1b23c57d description", + "failMessageText": "5b478b1886f7744d1b23c57d failMessageText", + "declinePlayerMessage": "5b478b1886f7744d1b23c57d declinePlayerMessage", + "name": "5b478b1886f7744d1b23c57d name", + "note": "5b478b1886f7744d1b23c57d note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b478b1886f7744d1b23c57d startedMessageText", + "successMessageText": "5b478b1886f7744d1b23c57d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 20300, + "id": "60cc995c1bdece56c249cbdc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc99605f9e6175514de2c8", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 55000, + "id": "5b48a6b586f7744b1229f6e9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1aba", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1aba", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 55000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5b48a6c486f774036c1b7b39", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ac9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ac9", + "_tpl": "5b44cd8b86f774503d30cba2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1aca", + "_tpl": "6575c2adefc786cd9101a5d9", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1acb", + "_tpl": "6575c2be52b7f8c76a05ee25", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1acc", + "_tpl": "6575c2cd52b7f8c76a05ee29", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b1acd", + "_tpl": "6575c2d852b7f8c76a05ee2d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b1ace", + "_tpl": "6575c2e4efc786cd9101a5dd", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b1acf", + "_tpl": "6575c2f7efc786cd9101a5e1", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Shoulder_l" + }, + { + "_id": "68010065f81036801d0b1ad0", + "_tpl": "6575c30352b7f8c76a05ee31", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Shoulder_r" + }, + { + "_id": "68010065f81036801d0b1ad1", + "_tpl": "6575c31b52b7f8c76a05ee35", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b1ad2", + "_tpl": "6575c326c6700bd6b40e8a80", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b1ad3", + "_tpl": "656fa8d700d62bcd2e024084", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1ad4", + "_tpl": "656fa8d700d62bcd2e024084", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b1ad5", + "_tpl": "6557458f83942d705f0c4962", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b1ad6", + "_tpl": "6557458f83942d705f0c4962", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1ac9", + "slotId": "Right_side_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b95a9b71eeb7c4168c638", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1ad7", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1ad7", + "_tpl": "5c0e774286f77468413cc5b2" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639872fc93ae507d5858c3a6": { + "QuestName": "Gunsmith - Part 11", + "_id": "639872fc93ae507d5858c3a6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639872fc93ae507d5858c3a6 acceptPlayerMessage", + "changeQuestMessageText": "639872fc93ae507d5858c3a6 changeQuestMessageText", + "completePlayerMessage": "639872fc93ae507d5858c3a6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "63987860c8f8cc12a47b02a6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5fc3f2d5900b1d5091531e57" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 300.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 50.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 31, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 230.0, + "compareMethod": "<=" + }, + "weight": { + "value": 4.5, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5fbb978207e8a97d1f0902d3", + "5f6340d3ca442212f4047eb2" + ], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "6398b000cd51826f7a069b8a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 22, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "639af2cf81b99001240bbe17", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae327c886f7745c7b3f2f3f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639872fc93ae507d5858c3a6 description", + "failMessageText": "639872fc93ae507d5858c3a6 failMessageText", + "declinePlayerMessage": "639872fc93ae507d5858c3a6 declinePlayerMessage", + "name": "639872fc93ae507d5858c3a6 name", + "note": "639872fc93ae507d5858c3a6 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/63aae95961d7b024e808cc5c.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639872fc93ae507d5858c3a6 startedMessageText", + "successMessageText": "639872fc93ae507d5858c3a6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11600, + "id": "6398b02593ae507d5858c3ab", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6398b033700117662d337be8", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "6398b03b8871e1272b10ccf9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ad9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ad9", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6398b0593693c63d86328f28", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1adb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1adb", + "_tpl": "55d6190f4bdc2d87028b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6089732b59b92115597ad789": { + "QuestName": "Surplus Goods", + "_id": "6089732b59b92115597ad789", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6089732b59b92115597ad789 acceptPlayerMessage", + "changeQuestMessageText": "6089732b59b92115597ad789 changeQuestMessageText", + "completePlayerMessage": "6089732b59b92115597ad789 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6092942fb0f07c6ea1246e3a", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60c080eb991ac167ad1c3ad4" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6092947635915c62b44fd05b", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60c080eb991ac167ad1c3ad4" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "609294820ce4cd3a353dfc67", + "target": "6092942fb0f07c6ea1246e3a", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "60bf73682837926f405dd792", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 13, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60bf7364c53a5709996b40bf", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6089736efa70fc097863b8f6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6089732b59b92115597ad789 description", + "failMessageText": "6089732b59b92115597ad789 failMessageText", + "declinePlayerMessage": "6089732b59b92115597ad789 declinePlayerMessage", + "name": "6089732b59b92115597ad789 name", + "note": "6089732b59b92115597ad789 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c3752d78280c17952e1e69.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6089732b59b92115597ad789 startedMessageText", + "successMessageText": "6089732b59b92115597ad789 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7500, + "id": "60bf6ffbbf90bf6b431e895d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60bf70069903f107aa251f34", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "60bf7031d4526a054d42e11b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1add", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1add", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60bf7014d4526a054d42e11a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ae0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1adf", + "_tpl": "590a3d9c86f774385926e510", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ae0", + "_tpl": "590a3d9c86f774385926e510", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60bf701fdb5461623517069b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ae3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ae2", + "_tpl": "590a3cd386f77436f20848cb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ae3", + "_tpl": "590a3cd386f77436f20848cb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a0449d586f77474e66227b7": { + "QuestName": "Spa Tour - Part 5", + "_id": "5a0449d586f77474e66227b7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a0449d586f77474e66227b7 acceptPlayerMessage", + "changeQuestMessageText": "5a0449d586f77474e66227b7 changeQuestMessageText", + "completePlayerMessage": "5a0449d586f77474e66227b7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a044a6c86f7747370402d91", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a0448bc86f774736f14efa8" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a280f8d86f774141b501756", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a0448bc86f774736f14efa8" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60aa4386f77452863963c8", + "target": "5a044a6c86f7747370402d91", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a725b86f7745b18478f0d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a0449fa86f77473710a6977", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a03296886f774569778596a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a0449d586f77474e66227b7 description", + "failMessageText": "5a0449d586f77474e66227b7 failMessageText", + "declinePlayerMessage": "5a0449d586f77474e66227b7 declinePlayerMessage", + "name": "5a0449d586f77474e66227b7 name", + "note": "5a0449d586f77474e66227b7 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a0449d586f77474e66227b7 startedMessageText", + "successMessageText": "5a0449d586f77474e66227b7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6500, + "id": "60cc6d256a2a1958fc5231eb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc6d28af2e5506c37822a4", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 980, + "id": "5a280eef86f7747e4b7dca8a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ae5", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ae5", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 980 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6d457c496e588343a6c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ae7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ae7", + "_tpl": "5d80c66d86f774405611c7d6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0d0f1886f77457b8210226": { + "QuestName": "Lend-Lease - Part 2", + "_id": "5c0d0f1886f77457b8210226", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0d0f1886f77457b8210226 acceptPlayerMessage", + "changeQuestMessageText": "5c0d0f1886f77457b8210226 changeQuestMessageText", + "completePlayerMessage": "5c0d0f1886f77457b8210226 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ec13d45a1032866196c939b", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05308086f7746b2101e90b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ec13da983b69d213d3c2ee4", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052f6886f7746b1e3db148" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c138c4486f7743b056e2943", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05308086f7746b2101e90b" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c138d4286f774276a6504aa", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052f6886f7746b1e3db148" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fd61e86f7742b38529146", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fd61486f7742b391bf139", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b4794cb86f774598100d5d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0d0f1886f77457b8210226 description", + "failMessageText": "5c0d0f1886f77457b8210226 failMessageText", + "declinePlayerMessage": "5c0d0f1886f77457b8210226 declinePlayerMessage", + "name": "5c0d0f1886f77457b8210226 name", + "note": "5c0d0f1886f77457b8210226 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0d0f1886f77457b8210226 startedMessageText", + "successMessageText": "5c0d0f1886f77457b8210226 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21000, + "id": "60cc72588f570e28f1481155", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc7275f09d61072d6d00b5", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2000, + "id": "5c192ab286f77401b0085c98", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ae9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ae9", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 2000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ec19f63e16f6c41ee735268", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1aea", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1aea", + "_tpl": "5bb2475ed4351e00853264e3", + "upd": { + "StackObjectsCount": 2, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1aeb", + "_tpl": "5bb20e0ed4351e3bac1212dc", + "parentId": "68010065f81036801d0b1aea", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1aec", + "_tpl": "5c05413a0db834001c390617", + "parentId": "68010065f81036801d0b1aea", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1aed", + "_tpl": "5bb20d53d4351e4502010a69", + "parentId": "68010065f81036801d0b1aea", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1aee", + "_tpl": "5bb20d9cd4351e00334c9d8a", + "parentId": "68010065f81036801d0b1aed", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1aef", + "_tpl": "544a38634bdc2d58388b4568", + "parentId": "68010065f81036801d0b1aee", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1af0", + "_tpl": "5bb20dcad4351e3bac1212da", + "parentId": "68010065f81036801d0b1aee", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1af1", + "_tpl": "5bb20de5d4351e0035629e59", + "parentId": "68010065f81036801d0b1aed", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1af2", + "_tpl": "5bb20e49d4351e3bac1212de", + "parentId": "68010065f81036801d0b1aed", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1af3", + "_tpl": "5bb20e58d4351e00320205d7", + "parentId": "68010065f81036801d0b1aea", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1af4", + "_tpl": "5bb20e70d4351e0035629f8f", + "parentId": "68010065f81036801d0b1af3", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1af5", + "_tpl": "5bb20dbcd4351e44f824c04e", + "parentId": "68010065f81036801d0b1aea", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5c192afd86f77457ce5995c9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1aff", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1af9", + "_tpl": "6570265f1419851aef03e739", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1afa", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1af9", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1afb", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "68010065f81036801d0b1af9", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b1afc", + "_tpl": "6570265f1419851aef03e739", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1afd", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1afc", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1afe", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "68010065f81036801d0b1afc", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b1aff", + "_tpl": "6570265f1419851aef03e739", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b00", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1aff", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b01", + "_tpl": "59e690b686f7746c9f75e848", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "68010065f81036801d0b1aff", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5c1b78d086f77423947f90b3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b04", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b03", + "_tpl": "59c1383d86f774290a37e0ca", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b04", + "_tpl": "59c1383d86f774290a37e0ca", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5c192b7f86f77457ce5995ce", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b07", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b06", + "_tpl": "544a37c44bdc2d25388b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b07", + "_tpl": "544a37c44bdc2d25388b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bb1e86f7741f27621b7e": { + "QuestName": "Cargo X - Part 1", + "_id": "5a27bb1e86f7741f27621b7e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bb1e86f7741f27621b7e acceptPlayerMessage", + "changeQuestMessageText": "5a27bb1e86f7741f27621b7e changeQuestMessageText", + "completePlayerMessage": "5a27bb1e86f7741f27621b7e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a28183186f774398675d127", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a29284f86f77463ef3db363" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a28184c86f774376e43772a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a29284f86f77463ef3db363" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60aacb86f774590326d609", + "target": "5a28183186f774398675d127", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a729086f7745a7e19f659", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a2817b486f77434aa3d22a2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bafb86f7741c73584017", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bb1e86f7741f27621b7e description", + "failMessageText": "5a27bb1e86f7741f27621b7e failMessageText", + "declinePlayerMessage": "5a27bb1e86f7741f27621b7e declinePlayerMessage", + "name": "5a27bb1e86f7741f27621b7e name", + "note": "5a27bb1e86f7741f27621b7e note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/597a172486f774799e5cd153.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bb1e86f7741f27621b7e startedMessageText", + "successMessageText": "5a27bb1e86f7741f27621b7e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8200, + "id": "60cc6ddf7c496e588343a6c8", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6de277dc197c774254b1", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 700, + "id": "5a2817ec86f77434aa3d22ae", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b09", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b09", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 700 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc6e2d2b555f16df5c419f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b0a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b0a", + "_tpl": "5f36a0e5fbf956000b716b65", + "upd": { + "StackObjectsCount": 2, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1b0b", + "_tpl": "5f3e7801153b8571434a924c", + "parentId": "68010065f81036801d0b1b0a", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1b0c", + "_tpl": "5f3e778efcd9b651187d7201", + "parentId": "68010065f81036801d0b1b0a", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1b0d", + "_tpl": "5f3e7823ddc4f03b010e2045", + "parentId": "68010065f81036801d0b1b0a", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1b0e", + "_tpl": "5f3e7897ddc4f03b010e204a", + "parentId": "68010065f81036801d0b1b0d", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1b0f", + "_tpl": "5f3e78a7fbf956000b716b8e", + "parentId": "68010065f81036801d0b1b0d", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1b10", + "_tpl": "5f3e77b26cda304dcc634057", + "parentId": "68010065f81036801d0b1b0a", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1b11", + "_tpl": "5f3e772a670e2a7b01739a52", + "parentId": "68010065f81036801d0b1b0a", + "slotId": "mod_trigger" + }, + { + "_id": "68010065f81036801d0b1b12", + "_tpl": "5f3e76d86cda304dcc634054", + "parentId": "68010065f81036801d0b1b0a", + "slotId": "mod_hammer" + }, + { + "_id": "68010065f81036801d0b1b13", + "_tpl": "5f3e777688ca2d00ad199d25", + "parentId": "68010065f81036801d0b1b0a", + "slotId": "mod_catch" + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "60cc6e412b555f16df5c41a0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b1a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b15", + "_tpl": "5f3e77b26cda304dcc634057", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b16", + "_tpl": "5f3e77b26cda304dcc634057", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b17", + "_tpl": "5f3e77b26cda304dcc634057", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b18", + "_tpl": "5f3e77b26cda304dcc634057", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b19", + "_tpl": "5f3e77b26cda304dcc634057", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b1a", + "_tpl": "5f3e77b26cda304dcc634057", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a2817f986f77433b7143ce7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b1c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b1c", + "_tpl": "567143bf4bdc2d1a0f8b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bc6986f7741c7358402b": { + "QuestName": "Wet Job - Part 5", + "_id": "5a27bc6986f7741c7358402b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bc6986f7741c7358402b acceptPlayerMessage", + "changeQuestMessageText": "5a27bc6986f7741c7358402b changeQuestMessageText", + "completePlayerMessage": "5a27bc6986f7741c7358402b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a2e958d86f77416be092111", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a29276886f77435ed1b117c" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a2822de86f7740a245249ce", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a29276886f77435ed1b117c" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60ae9386f7742b4659eb6d", + "target": "5a2e958d86f77416be092111", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a730586f7745aa21a06e5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28226686f7741da250b356", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bc3686f7741c73584026", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bc6986f7741c7358402b description", + "failMessageText": "5a27bc6986f7741c7358402b failMessageText", + "declinePlayerMessage": "5a27bc6986f7741c7358402b declinePlayerMessage", + "name": "5a27bc6986f7741c7358402b name", + "note": "5a27bc6986f7741c7358402b note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bc6986f7741c7358402b startedMessageText", + "successMessageText": "5a27bc6986f7741c7358402b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8400, + "id": "60cc711065e4664318606ae9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc71136a2a1958fc5231f8", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1700, + "id": "60cc7118a7d63f18200a24d8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b1e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b1e", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1700 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc712ba7d63f18200a24d9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b24", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b24", + "_tpl": "5c0e655586f774045612eeb2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b25", + "_tpl": "6570e025615f54368b04fcb0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1b24", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1b26", + "_tpl": "6570e0610b57c03ec90b96ef", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1b24", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1b27", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1b24", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1b28", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1b24", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac66f1c86f77405cd5462db", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1b29", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b29", + "_tpl": "5a367e5dc4a282000e49738f", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1b2a", + "_tpl": "5a339805c4a2826c6e06d73d", + "parentId": "68010065f81036801d0b1b29", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1b2b", + "_tpl": "5a3501acc4a282000d72293a", + "parentId": "68010065f81036801d0b1b29", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1b2c", + "_tpl": "5a33ca0fc4a282000d72292f", + "parentId": "68010065f81036801d0b1b29", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1b2d", + "_tpl": "5a33cae9c4a28232980eb086", + "parentId": "68010065f81036801d0b1b2c", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1b2e", + "_tpl": "5a329052c4a28200741e22d3", + "parentId": "68010065f81036801d0b1b29", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1b2f", + "_tpl": "5a34fae7c4a2826c6e06d760", + "parentId": "68010065f81036801d0b1b29", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1b30", + "_tpl": "5a34fd2bc4a282329a73b4c5", + "parentId": "68010065f81036801d0b1b2f", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1b31", + "_tpl": "5a34fbadc4a28200741e230a", + "parentId": "68010065f81036801d0b1b2f", + "slotId": "mod_gas_block" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "60b8efc547780a0bac0dba1a", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1b32", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b32", + "_tpl": "60098ad7c2240c0fe85c570a" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59ca29fb86f77445ab465c87": { + "QuestName": "The Punisher - Part 5", + "_id": "59ca29fb86f77445ab465c87", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59ca29fb86f77445ab465c87 acceptPlayerMessage", + "changeQuestMessageText": "59ca29fb86f77445ab465c87 changeQuestMessageText", + "completePlayerMessage": "59ca29fb86f77445ab465c87 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "59ca293c86f77445a80ed147", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5644bd2b4bdc2d3b4c8b4572", + "5ac4cd105acfc40016339859", + "5ab8e9fcd8ce870019439434", + "5bf3e03b0db834001d2c4a9c", + "5bf3e0490db83400196199af" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59ca29ab86f77445ab133c86", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5644bd2b4bdc2d3b4c8b4572", + "5bf3e03b0db834001d2c4a9c", + "5ac4cd105acfc40016339859", + "5ab8e9fcd8ce870019439434", + "5bf3e0490db83400196199af" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "59ca2bdc86f77445a80ed148", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59ca2c3086f77445aa0ddc15", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "59ca2c9e86f77428ea721232", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5448bd6b4bdc2dfc2f8b4569", + "579204f224597773d619e051" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59ca2cbe86f7740fe95c3e52", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5448bd6b4bdc2dfc2f8b4569", + "579204f224597773d619e051" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c922dde86f77438500a0feb", + "conditions": [ + { + "id": "5c9df2ea86f77469941a4c92", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5cb32c1188a4503d684dd1b5", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5648a7494bdc2d9d488b4583", + "5aa7cfc0e5b5b00015693143" + ], + [ + "5648a7494bdc2d9d488b4583", + "5a7c4850e899ef00150be885" + ], + [ + "607f20859ee58b18e41ecd90", + "5aa7cfc0e5b5b00015693143" + ], + [ + "607f20859ee58b18e41ecd90", + "5a7c4850e899ef00150be885" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + } + ] + }, + "id": "5c922dde86f77438500a0fec", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a926b186f774753c5479a2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59c62abd86f7745e601a0a57", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca264786f77445a80ed044", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59ca29fb86f77445ab465c87 description", + "failMessageText": "59ca29fb86f77445ab465c87 failMessageText", + "declinePlayerMessage": "59ca29fb86f77445ab465c87 declinePlayerMessage", + "name": "59ca29fb86f77445ab465c87 name", + "note": "59ca29fb86f77445ab465c87 note", "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" + "location": "any", + "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59ca29fb86f77445ab465c87 startedMessageText", + "successMessageText": "59ca29fb86f77445ab465c87 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18200, + "id": "60c8acf3919c14709f497390", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8a117e4d30047b777b314", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5000, + "id": "59ca2d0b86f7740fe95c3e53", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b34", + "unknown": true, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b34", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 5000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "63bb367985c6f651fa2df1bf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b41", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b37", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b38", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b37", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b39", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b3a", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b39", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b3b", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b3c", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b3b", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b3d", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b3e", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b3d", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b3f", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b40", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b3f", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b41", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b42", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b41", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "59ca2d1c86f77445ac1da7bb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b44", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b44", + "_tpl": "567143bf4bdc2d1a0f8b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "59ca2d3386f77445ab465c88", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b46", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b46", + "_tpl": "590c60fc86f77412b13fddcf", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a03153686f77442d90e2171": { + "QuestName": "Spa Tour - Part 1", + "_id": "5a03153686f77442d90e2171", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a03153686f77442d90e2171 acceptPlayerMessage", + "changeQuestMessageText": "5a03153686f77442d90e2171 changeQuestMessageText", + "completePlayerMessage": "5a03153686f77442d90e2171 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a03167c86f774430d7b1e82", + "conditions": [ + { + "id": "5a03169186f77451f779ece6", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "576165642459773c7a400233", + "54491c4f4bdc2db1078b4568", + "56dee2bdd2720bc8328b4567", + "5580223e4bdc2d1c128b457f", + "606dae0ab0e443224b421bb7", + "5e870397991fd70db46995c8", + "5a7828548dc32e5a9c28b516", + "60db29ce99594040e04c4a27", + "6259b864ebedf17603599e88", + "64748cb8de82c85eaf0a273a", + "67124dcfa3541f2a1f0e788b", + "66ffa9b66e19cc902401c5e8", + "674fe9a75e51f1c47c04ec23" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5a0316a886f77451f779ece9", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c9a17c686f7747dbe2da3c1", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "61b8c7d776bd4b740967c1d3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a0315b586f774430d7b1d5c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63aac673e842787ad20fcffb", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b87686f77460de0252a8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a03153686f77442d90e2171 description", + "failMessageText": "5a03153686f77442d90e2171 failMessageText", + "declinePlayerMessage": "5a03153686f77442d90e2171 declinePlayerMessage", + "name": "5a03153686f77442d90e2171 name", + "note": "5a03153686f77442d90e2171 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a03153686f77442d90e2171 startedMessageText", + "successMessageText": "5a03153686f77442d90e2171 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7400, + "id": "60cc6b7c8f570e28f148113f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6b7f7c496e588343a6ba", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 950, + "id": "5a28081186f774567976ed33", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b48", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b48", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 950 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a28087586f774560f1860e6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b49", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b49", + "_tpl": "58948c8e86f77409493f7266", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1b4a", + "_tpl": "5fbcbd6c187fea44d52eda14", + "parentId": "68010065f81036801d0b1b49", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1b4b", + "_tpl": "5894a05586f774094708ef75", + "parentId": "68010065f81036801d0b1b49", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1b4c", + "_tpl": "5894a5b586f77426d2590767", + "parentId": "68010065f81036801d0b1b49", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1b4d", + "_tpl": "58aeaaa886f7744fc1560f81", + "parentId": "68010065f81036801d0b1b4c", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1b4e", + "_tpl": "58aeac1b86f77457c419f475", + "parentId": "68010065f81036801d0b1b4d", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1b4f", + "_tpl": "5894a42086f77426d2590762", + "parentId": "68010065f81036801d0b1b4c", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1b50", + "_tpl": "5894a73486f77426d259076c", + "parentId": "68010065f81036801d0b1b4f", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1b51", + "_tpl": "58a56f8d86f774651579314c", + "parentId": "68010065f81036801d0b1b4f", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b1b52", + "_tpl": "58a5c12e86f7745d585a2b9e", + "parentId": "68010065f81036801d0b1b4f", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b1b53", + "_tpl": "58a56f8d86f774651579314c", + "parentId": "68010065f81036801d0b1b4f", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b1b54", + "_tpl": "5894a81786f77427140b8347", + "parentId": "68010065f81036801d0b1b4c", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1b55", + "_tpl": "58ac1bf086f77420ed183f9f", + "parentId": "68010065f81036801d0b1b49", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1b56", + "_tpl": "57ade1442459771557167e15", + "parentId": "68010065f81036801d0b1b55", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1b57", + "_tpl": "58949fac86f77409483e16aa", + "parentId": "68010065f81036801d0b1b49", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cc6ba7179f8541b846924f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b5b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b59", + "_tpl": "5894a05586f774094708ef75", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b5a", + "_tpl": "5894a05586f774094708ef75", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b5b", + "_tpl": "5894a05586f774094708ef75", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "60cc6bbd3e4e974efa345d06", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b66", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b5e", + "_tpl": "5c1127bdd174af44217ab8b9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b5f", + "_tpl": "5c0d56a986f774449d5de529", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b5e", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b60", + "_tpl": "5c1127bdd174af44217ab8b9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b61", + "_tpl": "5c0d56a986f774449d5de529", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b60", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b62", + "_tpl": "5c1127bdd174af44217ab8b9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b63", + "_tpl": "5c0d56a986f774449d5de529", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b62", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b64", + "_tpl": "5c1127bdd174af44217ab8b9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b65", + "_tpl": "5c0d56a986f774449d5de529", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b64", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b66", + "_tpl": "5c1127bdd174af44217ab8b9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b67", + "_tpl": "5c0d56a986f774449d5de529", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b66", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629f07f7422dff20ff233f12", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b69", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b69", + "_tpl": "5a13f46386f7741dd7384b04", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bc8586f7741b543d8ea4": { + "QuestName": "Wet Job - Part 6", + "_id": "5a27bc8586f7741b543d8ea4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bc8586f7741b543d8ea4 acceptPlayerMessage", + "changeQuestMessageText": "5a27bc8586f7741b543d8ea4 changeQuestMessageText", + "completePlayerMessage": "5a27bc8586f7741b543d8ea4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5a28235e86f7741da250b438", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "Sniper", + "globalQuestCounterId": "", + "value": 7, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a731486f7745a7e19f66e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28231086f7741c7a0b5419", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bc6986f7741c7358402b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bc8586f7741b543d8ea4 description", + "failMessageText": "5a27bc8586f7741b543d8ea4 failMessageText", + "declinePlayerMessage": "5a27bc8586f7741b543d8ea4 declinePlayerMessage", + "name": "5a27bc8586f7741b543d8ea4 name", + "note": "5a27bc8586f7741b543d8ea4 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bc8586f7741b543d8ea4 startedMessageText", + "successMessageText": "5a27bc8586f7741b543d8ea4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8500, + "id": "60cc71b298b49270603645cb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc71b6a7d63f18200a24da", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3500, + "id": "5a36631886f7745d8c4c5f18", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b6b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b6b", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 3500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a36643686f7745d8d3df63c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b6c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b6c", + "_tpl": "588892092459774ac91d4b11", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1b6d", + "_tpl": "5888988e24597752fe43a6fa", + "parentId": "68010065f81036801d0b1b6c", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1b6e", + "_tpl": "5888945a2459774bf43ba385", + "parentId": "68010065f81036801d0b1b6c", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1b6f", + "_tpl": "58889c7324597754281f9439", + "parentId": "68010065f81036801d0b1b6e", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1b70", + "_tpl": "5888961624597754281f93f3", + "parentId": "68010065f81036801d0b1b6e", + "slotId": "mod_bipod" + }, + { + "_id": "68010065f81036801d0b1b71", + "_tpl": "57c55f172459772d27602381", + "parentId": "68010065f81036801d0b1b6c", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1b72", + "_tpl": "58889d0c2459775bc215d981", + "parentId": "68010065f81036801d0b1b6c", + "slotId": "mod_stock" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cc71fe98b49270603645cc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b79", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b75", + "_tpl": "6570254fcfc010a0f5006a22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b76", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b75", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b77", + "_tpl": "6570254fcfc010a0f5006a22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b78", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b77", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1b79", + "_tpl": "6570254fcfc010a0f5006a22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b7a", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1b79", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90d760bf7804a340175a4", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1b7b", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b7b", + "_tpl": "5e81ebcd8e146c7080625e15", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b1b7c", + "_tpl": "571659bb2459771fb2755a12", + "parentId": "68010065f81036801d0b1b7b", + "slotId": "mod_pistol_grip" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "66abac6ac84cc7141324eedc", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1b7f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b7e", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 40 + } + }, + { + "_id": "68010065f81036801d0b1b7f", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 40 + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0d4e61d09282029f53920e": { + "QuestName": "The Guide", + "_id": "5c0d4e61d09282029f53920e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0d4e61d09282029f53920e acceptPlayerMessage", + "changeQuestMessageText": "5c0d4e61d09282029f53920e changeQuestMessageText", + "completePlayerMessage": "5c0d4e61d09282029f53920e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0d4ea5d09282029d76ad31", + "conditions": [ + { + "id": "5c0d4f07d09282029f539214", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + }, + { + "id": "5c0d5097d09282029c740ede", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5c0e6876d09282029e2fffe0", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0d4ff4d09282029e2fffcd", + "conditions": [ + { + "id": "5c0d5035d09282029d76ad3a", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + }, + { + "id": "5c0d509dd09282029e2fffcf", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5c0e687ad0928202b25db840", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c13979886f774251443c1a5", + "conditions": [ + { + "id": "5c1397fd86f7743b056e2aaa", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c13981886f774365a69cc4b", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c13979886f774251443c1a6", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c13982286f774365a69cc4c", + "conditions": [ + { + "id": "5c13983086f7747878361a4e", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c13984486f774210563ecdf", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c13982286f774365a69cc4d", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c13989886f7747878361a4f", + "conditions": [ + { + "id": "5c1398bd86f77430a665d30e", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c1398ca86f77430a665d30f", + "dynamicLocale": false, + "target": [ + "factory4_day", + "factory4_night" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c13989886f7747878361a50", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c1931e686f7747ce71bcbe9", + "conditions": [ + { + "id": "5c1931f386f7745b0a61db26", + "dynamicLocale": false, + "target": [ + "laboratory" + ], + "conditionType": "Location" + }, + { + "id": "5c19320086f7745b0a61db27", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5c1931e686f7747ce71bcbea", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5dc984ae4b68b15f4825cea4", + "conditions": [ + { + "id": "5dc984b8e520fb08ed2fee73", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + }, + { + "id": "5dc984c3f5797f2494325086", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5dc984ae4b68b15f4825cea5", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "629f08e7d285f377953b2af2", + "conditions": [ + { + "id": "629f08f2ca453d29513994d6", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + }, + { + "id": "629f08f9d285f377953b2af3", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "629f08e7d285f377953b2af1", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63aec66556503c322a190373", + "conditions": [ + { + "id": "63aec66e3bb57c3bcc6edbcc", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + }, + { + "id": "63aec67a10b51943bb3558d9", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "63aec66556503c322a190372", + "index": 8, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65e08b7acb9747d67f564c3c", + "conditions": [ + { + "id": "65e08b878e22b884c823a57e", + "dynamicLocale": false, + "target": [ + "Sandbox", + "Sandbox_high" + ], + "conditionType": "Location" + }, + { + "id": "65e08b903c0cbc1cea7737ce", + "dynamicLocale": false, + "status": [ + "Survived", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "65e08b7a2f82d184fcf9ef61", + "index": 9, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5d0a0e2286f7743a1a74d63b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 40, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5d0a111586f7743a1b0d87b1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bc8586f7741b543d8ea4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0d4f46d09282029f539215", + "conditions": [ + { + "id": "5c13990686f7743b056e2aab", + "dynamicLocale": false, + "status": [ + "Killed", + "Left", + "MissingInAction" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c13992486f774365a69cc4e", + "dynamicLocale": false, + "target": [ + "Shoreline", + "factory4_night", + "bigmap", + "Sandbox", + "Lighthouse", + "RezervBase", + "Woods", + "factory4_day", + "TarkovStreets", + "laboratory", + "Interchange", + "Sandbox_high" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c0d4f46d09282029f539216", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ] + }, + "description": "5c0d4e61d09282029f53920e description", + "failMessageText": "5c0d4e61d09282029f53920e failMessageText", + "declinePlayerMessage": "5c0d4e61d09282029f53920e declinePlayerMessage", + "name": "5c0d4e61d09282029f53920e name", + "note": "5c0d4e61d09282029f53920e note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", + "type": "Exploration", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0d4e61d09282029f53920e startedMessageText", + "successMessageText": "5c0d4e61d09282029f53920e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 42600, + "id": "60cc738998b49270603645cd", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc738e77dc197c774254bc", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "5c1cfe7e86f7743db8758cfd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b81", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b81", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c1ce80a86f774716e34081d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b83", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b83", + "_tpl": "5c0a2cec0db834001b7ce47d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c1ce81a86f774716e34081f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b85", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b85", + "_tpl": "5c0e66e2d174af02a96252f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5c1ce82d86f77470b220d1d9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b89", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b87", + "_tpl": "59bfe68886f7746004266202", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b88", + "_tpl": "59bfe68886f7746004266202", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b89", + "_tpl": "59bfe68886f7746004266202", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5c19314586f774315e7716c4", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1b8a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b8a", + "_tpl": "5c0a2cec0db834001b7ce47d" + } + ], + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "5c19318086f7745fa96afd4a", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1b8b", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b8b", + "_tpl": "5c0e66e2d174af02a96252f4" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "5c19319686f7747ce71bcbe7", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1b8c", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b8c", + "_tpl": "59bfe68886f7746004266202" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "655b82abb71eeb7c4168c632", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1b8f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b8e", + "_tpl": "5ba26835d4351e0035628ff5", + "upd": { + "StackObjectsCount": 70 + } + }, + { + "_id": "68010065f81036801d0b1b8f", + "_tpl": "5ba26835d4351e0035628ff5", + "upd": { + "StackObjectsCount": 50 + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac3462b86f7741d6118b983": { + "QuestName": "Farming - Part 3", + "_id": "5ac3462b86f7741d6118b983", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac3462b86f7741d6118b983 acceptPlayerMessage", + "changeQuestMessageText": "5ac3462b86f7741d6118b983 changeQuestMessageText", + "completePlayerMessage": "5ac3462b86f7741d6118b983 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac6240786f77417204ca2b8", + "conditions": [ + { + "id": "5ac6241186f77416c41144f7", + "dynamicLocale": false, + "target": "place_SADOVOD_03", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ac6240786f77417204ca2b9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac6248586f77416781dd3a3", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ac620eb86f7743a8e6e0da0" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac624b286f77416781dd3ac", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ac620eb86f7743a8e6e0da0" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ac624b786f7740974389b45", + "target": "5ac6248586f77416781dd3a3", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3b2a86f7741cdb2f7f8c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3b2586f7741cdb2f7f8b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3460c86f7742880308185", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac3462b86f7741d6118b983 description", + "failMessageText": "5ac3462b86f7741d6118b983 failMessageText", + "declinePlayerMessage": "5ac3462b86f7741d6118b983 declinePlayerMessage", + "name": "5ac3462b86f7741d6118b983 name", + "note": "5ac3462b86f7741d6118b983 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac3462b86f7741d6118b983 startedMessageText", + "successMessageText": "5ac3462b86f7741d6118b983 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6500, + "id": "60cc7ab1a7d63f18200a24ee", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7ab46a2a1958fc52320d", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 20000, + "id": "5acb7ec986f7740fae6a6033", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b91", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b91", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 20000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc7aca179f8541b8469272", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b93", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b93", + "_tpl": "5c052fb986f7746b2101e909", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c139eb686f7747878361a6f": { + "QuestName": "Import", + "_id": "5c139eb686f7747878361a6f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c139eb686f7747878361a6f acceptPlayerMessage", + "changeQuestMessageText": "5c139eb686f7747878361a6f changeQuestMessageText", + "completePlayerMessage": "5c139eb686f7747878361a6f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ec14003e16f6c41ee73525f", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052fb986f7746b2101e909" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ec14080c9ffe55cca300867", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05300686f7746dce784e5d" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c139eb686f7747878361a72", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052fb986f7746b2101e909" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c139eb686f7747878361a73", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05300686f7746dce784e5d" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fcf4086f7742b38527bde", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fcf3786f7742b3b47e36f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3464c86f7741d651d6877", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c139eb686f7747878361a6f description", + "failMessageText": "5c139eb686f7747878361a6f failMessageText", + "declinePlayerMessage": "5c139eb686f7747878361a6f declinePlayerMessage", + "name": "5c139eb686f7747878361a6f name", + "note": "5c139eb686f7747878361a6f note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c139eb686f7747878361a6f startedMessageText", + "successMessageText": "5c139eb686f7747878361a6f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 29000, + "id": "60cc800698b49270603645e8", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc801aaf2e5506c37822ce", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 85000, + "id": "5c18c1d286f774186730fece", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b95", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b95", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 85000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c18c21786f77467c1502abd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b97", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b97", + "_tpl": "5a1eaa87fcdbcb001865f75e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc803aaf2e5506c37822d0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b99", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b99", + "_tpl": "5d0377ce86f774186372f689", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc800e2b555f16df5c41d0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b9c", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1b9b", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1b9c", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b82391fe356507267b2f9", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1b9d", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1b9d", + "_tpl": "5ba2678ad4351e44f824b344" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "value": -0.01, + "id": "5d6e72c186f77410d56f1ef2", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5f04886a3937dc337a6b8238": { + "QuestName": "Chemistry Closet", + "_id": "5f04886a3937dc337a6b8238", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5f04886a3937dc337a6b8238 acceptPlayerMessage", + "changeQuestMessageText": "5f04886a3937dc337a6b8238 changeQuestMessageText", + "completePlayerMessage": "5f04886a3937dc337a6b8238 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5f0488c590eea473df674001", + "conditions": [ + { + "id": "5f048aaeefefac7f7227de43", + "dynamicLocale": false, + "target": "place_meh_sanitar_room", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5f0488c590eea473df674002", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": true, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5f04983ffbed7a08077b4366", + "conditions": [ + { + "id": "5f04985a69ef785df740a8cc", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5f0498629b667032c8402576", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5f04983ffbed7a08077b4367", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": true, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5f0da368ee0d8b5aa14a625f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 22, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5f04a10264faea6da530ee5a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5eda19f0edce541157209cee", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5f04a1213bcb7d4bef0addb7", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5edab736cc183c769d778bc2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5f04886a3937dc337a6b8238 description", + "failMessageText": "5f04886a3937dc337a6b8238 failMessageText", + "declinePlayerMessage": "5f04886a3937dc337a6b8238 declinePlayerMessage", + "name": "5f04886a3937dc337a6b8238 name", + "note": "5f04886a3937dc337a6b8238 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5f04886a3937dc337a6b8238 startedMessageText", + "successMessageText": "5f04886a3937dc337a6b8238 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13400, + "id": "60cc80a32b555f16df5c41d2", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60cc80a865e4664318606b4a", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1000, + "id": "5f0daf7e51786b3b79461a27", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1b9f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1b9f", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5f0dc302dc8d3538213c1223", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ba2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ba1", + "_tpl": "59bffbb386f77435b379b9c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ba2", + "_tpl": "59bffbb386f77435b379b9c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5f0dc33f115bb00d142caaa9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ba4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ba4", + "_tpl": "57347ca924597744596b4e71", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b8f67681c51328c56d7715", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1ba5", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1ba5", + "_tpl": "5b6d9ce188a4501afc1b2b25" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5edac020218d181e29451446": { + "QuestName": "Samples", + "_id": "5edac020218d181e29451446", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5edac020218d181e29451446 acceptPlayerMessage", + "changeQuestMessageText": "5edac020218d181e29451446 changeQuestMessageText", + "completePlayerMessage": "5edac020218d181e29451446 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edac0e02ddc9e4c802cd969", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed51652f6c34d2cc26336a1" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac1040880da21347b3845", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed51652f6c34d2cc26336a1" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edac13760bdcc7ff355811f", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed5166ad380ab312177c100" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac1530880da21347b3846", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed5166ad380ab312177c100" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edac190cecc0069284c0ed2", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed5160a87bb8443d10680b5" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac1b2930f5454f51dcac4", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed5160a87bb8443d10680b5" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edac1e116d985118871ba24", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515f6915ec335206e4152" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac1fccc183c769d778bd3", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515f6915ec335206e4152" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edac22860bdcc7ff3558124", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515ece452db0eb56fc028" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac2582ddc9e4c802cd970", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515ece452db0eb56fc028" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edac2897869412e9c669c32", + "index": 10, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515e03a40a50460332579" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac2a260bdcc7ff3558127", + "index": 11, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515e03a40a50460332579" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edac2cc16d985118871ba29", + "index": 12, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515c8d380ab312177c0fa" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac2e10bb72a50635c2bf9", + "index": 13, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515c8d380ab312177c0fa" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5f0394545b57226624321af3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5eda19f0edce541157209cee", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "629f09bd274d12190d1883e1", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63aac6ea87413d64ae07962d", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b75b86f7742e97191958", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5edac020218d181e29451446 description", + "failMessageText": "5edac020218d181e29451446 failMessageText", + "declinePlayerMessage": "5edac020218d181e29451446 declinePlayerMessage", + "name": "5edac020218d181e29451446 name", + "note": "5edac020218d181e29451446 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5969f96786f7741dde183a4f.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5edac020218d181e29451446 startedMessageText", + "successMessageText": "5edac020218d181e29451446 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15300, + "id": "60cc73eb2b555f16df5c41ad", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc73f6f09d61072d6d00b6", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 4000, + "id": "5f0da287153d2d2fad43e5f1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ba7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ba7", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 4000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5f0dc6556f0aab54015c0daa", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ba9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ba9", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5f0dc66652653d5cf005849c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1baa", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1baa", + "_tpl": "5b0bbe4e5acfc40dc528a72d", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bab", + "_tpl": "5b7d678a5acfc4001a5c4022", + "parentId": "68010065f81036801d0b1baa", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1bac", + "_tpl": "5b7bef5d5acfc43bca7067a3", + "parentId": "68010065f81036801d0b1baa", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1bad", + "_tpl": "5b7d671b5acfc43d82528ddd", + "parentId": "68010065f81036801d0b1baa", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1bae", + "_tpl": "5b7be1265acfc400161d0798", + "parentId": "68010065f81036801d0b1baa", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1baf", + "_tpl": "5b7d68af5acfc400170e30c3", + "parentId": "68010065f81036801d0b1bae", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1bb0", + "_tpl": "5b0bc22d5acfc47a8607f085", + "parentId": "68010065f81036801d0b1baa", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1bb1", + "_tpl": "5b7d6c105acfc40015109a5f", + "parentId": "68010065f81036801d0b1baa", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1bb2", + "_tpl": "5b7d63cf5acfc4001876c8df", + "parentId": "68010065f81036801d0b1baa", + "slotId": "mod_stock" + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b8ef7481c51328c56d7712", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1bb3", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1bb3", + "_tpl": "5a16b7e1fcdbcb00165aa6c9" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "60b8ef82634af3128020392e", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1bb4", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1bb4", + "_tpl": "5e00c1ad86f774747333222c" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71ce009d7c801eb0c0ec6": { + "QuestName": "Special Equipment", + "_id": "60e71ce009d7c801eb0c0ec6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71ce009d7c801eb0c0ec6 acceptPlayerMessage", + "changeQuestMessageText": "60e71ce009d7c801eb0c0ec6 changeQuestMessageText", + "completePlayerMessage": "60e71ce009d7c801eb0c0ec6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e7434ed1a062318d3d2260", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05300686f7746dce784e5d" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e7436675131b4e61703b7b", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052fb986f7746b2101e909" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e7439975131b4e61703b7c", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05308086f7746b2101e90b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e743cd0367e10a450f780e", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052f6886f7746b1e3db148" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "62a70191a9a0ea77981b57d9", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a0a16d0b9d3c46de5b6e97" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e74302d1a062318d3d225f", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05300686f7746dce784e5d" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e7432875131b4e61703b7a", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052fb986f7746b2101e909" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e7449875131b4e61703b7e", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c05308086f7746b2101e90b" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e744c9d1a062318d3d2262", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052f6886f7746b1e3db148" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a7019ea9a0ea77981b57da", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a0a16d0b9d3c46de5b6e97" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61014852683d6b506f258f97", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "60e71ccb5688f6424c7bfec4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "6101485ce5b13723fc7609b0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 60, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71ce009d7c801eb0c0ec6 description", + "failMessageText": "60e71ce009d7c801eb0c0ec6 failMessageText", + "declinePlayerMessage": "60e71ce009d7c801eb0c0ec6 declinePlayerMessage", + "name": "60e71ce009d7c801eb0c0ec6 name", + "note": "60e71ce009d7c801eb0c0ec6 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/60c3752d78280c17952e1e69.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71ce009d7c801eb0c0ec6 startedMessageText", + "successMessageText": "60e71ce009d7c801eb0c0ec6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 177000, + "id": "60f037c37ad3d529c2430edd", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 7, + "id": "61029599289a8754756b3a97", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bbc", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1bb6", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bb7", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bb8", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bb9", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bba", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bbb", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bbc", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "610295a4d51ac54f163ffa09", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bc1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1bbe", + "_tpl": "5d0377ce86f774186372f689", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bbf", + "_tpl": "5d0377ce86f774186372f689", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bc0", + "_tpl": "5d0377ce86f774186372f689", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1bc1", + "_tpl": "5d0377ce86f774186372f689", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "61029d37e2795c58325bb361", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bc3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1bc3", + "_tpl": "59fb023c86f7746d0d4b423c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a1d61fab6bb51044344bf6", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1bc4", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b1bc4", + "_tpl": "5c0a840b86f7742ffa4f2482" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "673f6027352b4da8e00322d2": { + "QuestName": "Inevitable Response", + "_id": "673f6027352b4da8e00322d2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "673f6027352b4da8e00322d2 acceptPlayerMessage", + "changeQuestMessageText": "673f6027352b4da8e00322d2 changeQuestMessageText", + "completePlayerMessage": "673f6027352b4da8e00322d2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "673f60919fd5c038018fad01", + "conditions": [ + { + "id": "673f60b64ed13ab4c46ec087", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "673f60ce7d7c2de69e59b4c0", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "673f60910aed589d887b5ea1", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67499a4f704e6de4dc12ffc9", + "conditions": [ + { + "id": "67499a5b10b22f93dddb6812", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "67499da4691f7b574de65d62", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "67499a4f03b8295863172dea", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67499deda20e67d80d137dd0", + "target": "673f60910aed589d887b5ea1", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67499a61c366bc4acd0dd524", + "conditions": [ + { + "id": "67499a6e93575966145b55ba", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "67499d9d9a2454d9024e721b", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "67499a61ddf14e140a675607", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [ + { + "id": "67499df440040b25228b768d", + "target": "67499a4f03b8295863172dea", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "673f60844e1132aa8ecd0e94", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "673f5a4976553f78350bdac1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "673f6027352b4da8e00322d2 description", + "failMessageText": "673f6027352b4da8e00322d2 failMessageText", + "declinePlayerMessage": "673f6027352b4da8e00322d2 declinePlayerMessage", + "name": "673f6027352b4da8e00322d2 name", + "note": "673f6027352b4da8e00322d2 note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "673f6027352b4da8e00322d2 startedMessageText", + "successMessageText": "673f6027352b4da8e00322d2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15500, + "id": "6758188da1d9d23ba316032a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 82000, + "id": "675818a2334806100922c8d1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bc6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1bc6", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 82000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "675818a90cde43bc0f9785aa", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "673f348dd3346c21670217e7": { + "QuestName": "Shipping Delay - Part 1", + "_id": "673f348dd3346c21670217e7", + "canShowNotificationsInGame": false, + "acceptPlayerMessage": "673f348dd3346c21670217e7 acceptPlayerMessage", + "changeQuestMessageText": "673f348dd3346c21670217e7 changeQuestMessageText", + "completePlayerMessage": "673f348dd3346c21670217e7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "673f34c674ec5bf80ea69eee", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499a9669a58fceba104a41" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "673f34f1e6b123fb5b234c1f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6752f6d83038f7df520c83e8", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "673f348dd3346c21670217e7 description", + "failMessageText": "673f348dd3346c21670217e7 failMessageText", + "declinePlayerMessage": "673f348dd3346c21670217e7 declinePlayerMessage", + "name": "673f348dd3346c21670217e7 name", + "note": "673f348dd3346c21670217e7 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/675b07caf85f28ef74022702.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "673f348dd3346c21670217e7 startedMessageText", + "successMessageText": "673f348dd3346c21670217e7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11000, + "id": "67580d92dca112a9c4b0d678", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 57000, + "id": "67580dd7b1da8d5c57f47f9e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bc8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1bc8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 57000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67580de4e50bb63720ab9e86", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67580e021a333c07bfb0c7ec", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bcf", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1bcb", + "_tpl": "6570257cc5d7d4cb4d078579", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bcc", + "_tpl": "59e77a2386f7742ee578960a", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1bcb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bcd", + "_tpl": "6570257cc5d7d4cb4d078579", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bce", + "_tpl": "59e77a2386f7742ee578960a", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1bcd", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bcf", + "_tpl": "6570257cc5d7d4cb4d078579", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bd0", + "_tpl": "59e77a2386f7742ee578960a", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1bcf", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67580e1908a265e4646e9548", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bd7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1bd3", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bd4", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b1bd3", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bd5", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bd6", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b1bd5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bd7", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bd8", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b1bd7", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c1234c286f77406fa13baeb": { + "QuestName": "Setup", + "_id": "5c1234c286f77406fa13baeb", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c1234c286f77406fa13baeb acceptPlayerMessage", + "changeQuestMessageText": "5c1234c286f77406fa13baeb changeQuestMessageText", + "completePlayerMessage": "5c1234c286f77406fa13baeb completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c12359086f77437bd20fecc", + "conditions": [ + { + "id": "5c12360186f7745ac71d1fb4", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "54491c4f4bdc2db1078b4568", + "56dee2bdd2720bc8328b4567", + "606dae0ab0e443224b421bb7", + "5580223e4bdc2d1c128b457f", + "64748cb8de82c85eaf0a273a", + "61f7c9e189e6fb1a5e3ea78d" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c12363286f7745c8b0203f4", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "572b7adb24597762ae139821", + "59e7708286f7742cbd762753" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "5c1ffed286f7742b3c0a8fd6", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c1fa9c986f7740de474cb3d", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 8, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5c1faa1986f7740ebd348c71", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "6576e71a36a30765323cf864", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 18, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c1234c286f77406fa13baeb description", + "failMessageText": "5c1234c286f77406fa13baeb failMessageText", + "declinePlayerMessage": "5c1234c286f77406fa13baeb declinePlayerMessage", + "name": "5c1234c286f77406fa13baeb name", + "note": "5c1234c286f77406fa13baeb note", + "traderId": "58330581ace78e27b8b10cee", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5968ec2986f7741ddf17db83.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c1234c286f77406fa13baeb startedMessageText", + "successMessageText": "5c1234c286f77406fa13baeb successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21900, + "id": "60c8c0bee4d30047b777b322", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c0c31f21c1669a48c331", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "60cb62b32b555f16df5c4161", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bda", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1bda", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb626d77dc197c77424fb8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bdb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1bdb", + "_tpl": "5f2a9575926fd9352339381f", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1bdc", + "_tpl": "5b099ac65acfc400186331e1", + "parentId": "68010065f81036801d0b1bdb", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1bdd", + "_tpl": "5f2aa46b878ef416f538b567", + "parentId": "68010065f81036801d0b1bdb", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1bde", + "_tpl": "5f2aa4464b50c14bcf07acdb", + "parentId": "68010065f81036801d0b1bdd", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1bdf", + "_tpl": "5f2aa47a200e2c0ee46efa71", + "parentId": "68010065f81036801d0b1bdb", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1be0", + "_tpl": "5f2aa493cd375f14e15eea72", + "parentId": "68010065f81036801d0b1bdf", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b1be1", + "_tpl": "5f2aa49f9b44de6b1b4e68d4", + "parentId": "68010065f81036801d0b1bdb", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b1be2", + "_tpl": "5c1780312e221602b66cc189", + "parentId": "68010065f81036801d0b1be1", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1be3", + "_tpl": "5c17804b2e2216152006c02f", + "parentId": "68010065f81036801d0b1be1", + "slotId": "mod_sight_front" + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "63baf3780a8e157c7217438c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bf0", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1be7", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1be8", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1be7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1be9", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b1be7", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b1bea", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1beb", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1bea", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bec", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b1bea", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b1bed", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bee", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1bed", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bef", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b1bed", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b1bf0", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1bf1", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1bf0", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bf2", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b1bf0", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "629f04a6666f92373911a484", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": true + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0bd94186f7747a727f09b2": { + "QuestName": "Test Drive - Part 1", + "_id": "5c0bd94186f7747a727f09b2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0bd94186f7747a727f09b2 acceptPlayerMessage", + "changeQuestMessageText": "5c0bd94186f7747a727f09b2 changeQuestMessageText", + "completePlayerMessage": "5c0bd94186f7747a727f09b2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0bd98986f77472be1a8762", + "conditions": [ + { + "id": "5c124b5186f77468cf6f7347", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5aafa857e5b5b00018480968" + ], + "distance": { + "value": 60, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "59bffbb386f77435b379b9c2", + "617151c1d92c473c770214ab" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5c1b765d86f77413193fa4f2", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5c1fabd686f77410894b63f8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d190cd09282029f5390d8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a5dbd8b7f4570d3a2927a2", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0bd94186f7747a727f09b2 description", + "failMessageText": "5c0bd94186f7747a727f09b2 failMessageText", + "declinePlayerMessage": "5c0bd94186f7747a727f09b2 declinePlayerMessage", + "name": "5c0bd94186f7747a727f09b2 name", + "note": "5c0bd94186f7747a727f09b2 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/5b47867286f7744d1a393de9.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0bd94186f7747a727f09b2 startedMessageText", + "successMessageText": "5c0bd94186f7747a727f09b2 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "5c139cff86f774276b24ae3a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1bf3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1bf3", + "_tpl": "5aafa857e5b5b00018480968", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1bf4", + "_tpl": "5aaf8a0be5b5b00015693243", + "parentId": "68010065f81036801d0b1bf3", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1bf5", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1bf4", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1bf6", + "_tpl": "5addbf175acfc408fb13965b", + "parentId": "68010065f81036801d0b1bf3", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1bf7", + "_tpl": "5addbfbb5acfc400194dbcf7", + "parentId": "68010065f81036801d0b1bf6", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b1bf8", + "_tpl": "5649a2464bdc2d91118b45a8", + "parentId": "68010065f81036801d0b1bf7", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1bf9", + "_tpl": "58d2664f86f7747fec5834f6", + "parentId": "68010065f81036801d0b1bf8", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1bfa", + "_tpl": "58d268fc86f774111273f8c2", + "parentId": "68010065f81036801d0b1bf9", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1bfb", + "_tpl": "626becf9582c3e319310b837", + "parentId": "68010065f81036801d0b1bf6", + "slotId": "mod_tactical" + }, + { + "_id": "68010065f81036801d0b1bfc", + "_tpl": "5addbac75acfc400194dbc56", + "parentId": "68010065f81036801d0b1bf3", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1bfd", + "_tpl": "59bffc1f86f77435b128b872", + "parentId": "68010065f81036801d0b1bfc", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1bfe", + "_tpl": "59bffbb386f77435b379b9c2", + "parentId": "68010065f81036801d0b1bfd", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1bff", + "_tpl": "5abcbb20d8ce87001773e258", + "parentId": "68010065f81036801d0b1bf3", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1c00", + "_tpl": "5addbfef5acfc400185c2857", + "parentId": "68010065f81036801d0b1bf3", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b1c01", + "_tpl": "57c69dd424597774c03b7bbc", + "parentId": "68010065f81036801d0b1c00", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1c02", + "_tpl": "617151c1d92c473c770214ab", + "parentId": "68010065f81036801d0b1c01", + "slotId": "mod_scope" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 18200, + "id": "60c8adac80b2027f403dd996", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c8a41a80b2027f403dd994", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64dc9a330fdfde7a3f082da9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c03", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c03", + "_tpl": "57838ad32459774a17445cd2", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1c04", + "_tpl": "57838f0b2459774a256959b2", + "parentId": "68010065f81036801d0b1c03", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1c05", + "_tpl": "57838c962459774a1651ec63", + "parentId": "68010065f81036801d0b1c03", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1c06", + "_tpl": "57838e1b2459774a256959b1", + "parentId": "68010065f81036801d0b1c05", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1c07", + "_tpl": "578395402459774a256959b5", + "parentId": "68010065f81036801d0b1c03", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1c08", + "_tpl": "578395e82459774a0e553c7b", + "parentId": "68010065f81036801d0b1c03", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1c09", + "_tpl": "6565bb7eb4b12a56eb04b084", + "parentId": "68010065f81036801d0b1c03", + "slotId": "mod_handguard" + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "64b7b1e1c8a5031fd14d5b57", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c16", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c0c", + "_tpl": "657025cfbfc87b3a34093253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c0d", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c0c", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c0e", + "_tpl": "657025cfbfc87b3a34093253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c0f", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c0e", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c10", + "_tpl": "657025cfbfc87b3a34093253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c11", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c10", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c12", + "_tpl": "657025cfbfc87b3a34093253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c13", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c12", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c14", + "_tpl": "657025cfbfc87b3a34093253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c15", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c14", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c16", + "_tpl": "657025cfbfc87b3a34093253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c17", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c16", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b7b1d0cfa71d4afc33fad6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c1a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c19", + "_tpl": "65118f531b90b4fc77015083", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c1a", + "_tpl": "65118f531b90b4fc77015083", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b76f2975a7f3c734661a9", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1c1e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1c1c", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 50 + } + }, + { + "_id": "68010065f81036801d0b1c1d", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 50 + } + }, + { + "_id": "68010065f81036801d0b1c1e", + "_tpl": "61962d879bb3d20b0946d385", + "upd": { + "StackObjectsCount": 50 + } + } + ], + "loyaltyLevel": 2, + "traderId": 10 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71bb4e456d449cd47ca75": { + "QuestName": "Intimidator", + "_id": "60e71bb4e456d449cd47ca75", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71bb4e456d449cd47ca75 acceptPlayerMessage", + "changeQuestMessageText": "60e71bb4e456d449cd47ca75 changeQuestMessageText", + "completePlayerMessage": "60e71bb4e456d449cd47ca75 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e8650e5d67b234af3d3925", + "conditions": [ + { + "id": "60ec2a1896463e7027769381", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e8650e5d67b234af3d3926", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 40, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "610145de61801e6c2626a1b3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca2eb686f77445a80ed049", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "610145e14a065318776a1e75", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 45, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71bb4e456d449cd47ca75 description", + "failMessageText": "60e71bb4e456d449cd47ca75 failMessageText", + "declinePlayerMessage": "60e71bb4e456d449cd47ca75 declinePlayerMessage", + "name": "60e71bb4e456d449cd47ca75 name", + "note": "60e71bb4e456d449cd47ca75 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71bb4e456d449cd47ca75 startedMessageText", + "successMessageText": "60e71bb4e456d449cd47ca75 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 84000, + "id": "60f0379012fec2032136703f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "655b79377f92d5105c6f7b78", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1c21", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1c20", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 60 + } + }, + { + "_id": "68010065f81036801d0b1c21", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 30 + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "6102990311b8b841cb73ab05", + "type": "Skill", + "index": 0, + "target": "AimDrills", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "6102992637e8697a3e7a49ed", + "type": "Skill", + "index": 0, + "target": "Assault", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bc1586f7741f6d40fa2f": { + "QuestName": "Wet Job - Part 3", + "_id": "5a27bc1586f7741f6d40fa2f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bc1586f7741f6d40fa2f acceptPlayerMessage", + "changeQuestMessageText": "5a27bc1586f7741f6d40fa2f changeQuestMessageText", + "completePlayerMessage": "5a27bc1586f7741f6d40fa2f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3baa2586f7745b791b72f9", + "conditions": [ + { + "id": "5a3baa3886f7743c452c8896", + "dynamicLocale": false, + "target": "place_peacemaker_010_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3baa2586f7745b791b72fa", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a37db0c86f7745b8f4be689", + "conditions": [ + { + "id": "5a37db4a86f7745cdd0f7a8a", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5a37db5386f7743b3d3fcfdf", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5a37db0c86f7745b8f4be68a", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60a8aa86f77455b416fb76", + "target": "5a3baa2586f7745b791b72fa", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a72e886f7745b18478f1d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28210586f7740a2452494b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bbf886f774333a418eeb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bc1586f7741f6d40fa2f description", + "failMessageText": "5a27bc1586f7741f6d40fa2f failMessageText", + "declinePlayerMessage": "5a27bc1586f7741f6d40fa2f declinePlayerMessage", + "name": "5a27bc1586f7741f6d40fa2f name", + "note": "5a27bc1586f7741f6d40fa2f note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bc1586f7741f6d40fa2f startedMessageText", + "successMessageText": "5a27bc1586f7741f6d40fa2f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8200, + "id": "60cc702ff09d61072d6d00af", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc7032e3d0247e625dab5c", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1500, + "id": "5a28245e86f77459775b38b2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c23", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1c23", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc704b6a2a1958fc5231f4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c25", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c25", + "_tpl": "5dfe6104585a0c3e995c7b82", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90dac79848521a743acd4", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1c26", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1c26", + "_tpl": "5bb2475ed4351e00853264e3", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1c27", + "_tpl": "5bb20e0ed4351e3bac1212dc", + "parentId": "68010065f81036801d0b1c26", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1c28", + "_tpl": "5c05413a0db834001c390617", + "parentId": "68010065f81036801d0b1c26", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1c29", + "_tpl": "5bb20d53d4351e4502010a69", + "parentId": "68010065f81036801d0b1c26", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1c2a", + "_tpl": "5bb20d9cd4351e00334c9d8a", + "parentId": "68010065f81036801d0b1c29", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1c2b", + "_tpl": "544a38634bdc2d58388b4568", + "parentId": "68010065f81036801d0b1c2a", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1c2c", + "_tpl": "5bb20dcad4351e3bac1212da", + "parentId": "68010065f81036801d0b1c2a", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1c2d", + "_tpl": "5bb20de5d4351e0035629e59", + "parentId": "68010065f81036801d0b1c29", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1c2e", + "_tpl": "5bb20e49d4351e3bac1212de", + "parentId": "68010065f81036801d0b1c29", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1c2f", + "_tpl": "5bb20e58d4351e00320205d7", + "parentId": "68010065f81036801d0b1c26", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1c30", + "_tpl": "5bb20e70d4351e0035629f8f", + "parentId": "68010065f81036801d0b1c2f", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1c31", + "_tpl": "5bb20dbcd4351e44f824c04e", + "parentId": "68010065f81036801d0b1c26", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "5936da9e86f7742d65037edf": { "QuestName": "Background Check", "_id": "5936da9e86f7742d65037edf", - "acceptPlayerMessage": "5936da9e86f7742d65037edf acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5936da9e86f7742d65037edf acceptPlayerMessage", "changeQuestMessageText": "5936da9e86f7742d65037edf changeQuestMessageText", "completePlayerMessage": "5936da9e86f7742d65037edf completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5968ec9986f7741ddd6c1012", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5937fd0086f7742bf33fc198" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5967920f86f77468d219d632", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5937fd0086f7742bf33fc198" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "5a5778c986f7740ad83cd652", - "target": "5968ec9986f7741ddd6c1012" + "target": "5968ec9986f7741ddd6c1012", + "conditionType": "CompleteCondition" } ] }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5975de1f86f7744ca53b7c82", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "5968ec9986f7741ddd6c1012", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5937ee6486f77408994ba448" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "658471c42a07aacbef54d5f5", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "657315e1dccd301f1301416a", "status": [ 4, 5 ], - "target": "657315e1dccd301f1301416a", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59a9269486f7747aab09a77c", "index": 1, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 2, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5936da9e86f7742d65037edf declinePlayerMessage", "description": "5936da9e86f7742d65037edf description", "failMessageText": "5936da9e86f7742d65037edf failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c26dd986f77427033c3e83.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", + "declinePlayerMessage": "5936da9e86f7742d65037edf declinePlayerMessage", "name": "5936da9e86f7742d65037edf name", "note": "5936da9e86f7742d65037edf note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c26dd986f77427033c3e83.jpg", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5936da9e86f7742d65037edf startedMessageText", + "successMessageText": "5936da9e86f7742d65037edf successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 1800, "id": "60c8a6318dfbfc09882efd1e", - "index": 0, "type": "Experience", - "unknown": false, - "value": 1800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "60dc294fc9aa3c36c947f736", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 15000, "id": "60d08f11401d874962160b0f", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1c33", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102d21", + "_id": "68010065f81036801d0b1c33", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 15000 } } - ], - "target": "67eb506040b1947a72102d21", - "type": "Item", - "unknown": false, - "value": 15000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "60cb46c9f09d61072d6cf21b", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1c34", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72102d22", + "_id": "68010065f81036801d0b1c34", "_tpl": "574d967124597745970e7c94", "upd": { + "StackObjectsCount": 1, "FireMode": { "FireMode": "single" }, "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d23", - "_tpl": "574dad8024597745964bf05c", - "parentId": "67eb506040b1947a72102d22", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d24", - "_tpl": "634f02331f9f536910079b51", - "parentId": "67eb506040b1947a72102d22", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102d25", - "_tpl": "634f04d82e5def262d0b30c6", - "parentId": "67eb506040b1947a72102d24", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72102d26", - "_tpl": "634f02d7517ccc8a960fc744", - "parentId": "67eb506040b1947a72102d25", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102d27", - "_tpl": "634f08a21f9f536910079b5a", - "parentId": "67eb506040b1947a72102d26", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72102d28", - "_tpl": "574db213245977459a2f3f5d", - "parentId": "67eb506040b1947a72102d25", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102d29", - "_tpl": "587df3a12459772c28142567", - "parentId": "67eb506040b1947a72102d22", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d2a", - "_tpl": "634f05ca517ccc8a960fc748", - "parentId": "67eb506040b1947a72102d22", - "slotId": "mod_reciever" - } - ], - "target": "67eb506040b1947a72102d22", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb46de6a2a1958fc522cb5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d2d", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d2e", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72102d2d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d2f", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d30", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72102d2f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d31", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d32", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72102d31", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102d31", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5936da9e86f7742d65037edf startedMessageText", - "status": 0, - "successMessageText": "5936da9e86f7742d65037edf successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "59674cd986f7744ab26e32f2": { - "QuestName": "Shootout Picnic", - "_id": "59674cd986f7744ab26e32f2", - "acceptPlayerMessage": "59674cd986f7744ab26e32f2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59674cd986f7744ab26e32f2 changeQuestMessageText", - "completePlayerMessage": "59674cd986f7744ab26e32f2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "59674d5586f77446b62554e7", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "59674d5a86f77446b872d5fa", - "target": [ - "Woods" - ] - } - ], - "id": "59674d5186f77446b872d5f6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb31b6188a450159d330a18", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926b186f774753c5479a2", - "index": 0, - "parentId": "", - "value": 3, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a1f7226f7741ddd6c10c8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5936da9e86f7742d65037edf", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "59674cd986f7744ab26e32f2 declinePlayerMessage", - "description": "59674cd986f7744ab26e32f2 description", - "failMessageText": "59674cd986f7744ab26e32f2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967505886f774590730dadc.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "59674cd986f7744ab26e32f2 name", - "note": "59674cd986f7744ab26e32f2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8a6a49339363e8f0c6ad3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 2000 - }, - { - "availableInGameEditions": [], - "id": "60c89e2980b2027f403dd993", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5fe3061164942071c54bc12a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f52", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 20000 - } - } - ], - "target": "67eb506040b1947a72102f52", - "type": "Item", - "unknown": false, - "value": 20000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb473877dc197c77424f82", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f53", - "_tpl": "583990e32459771419544dd2", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f54", - "_tpl": "5649ad3f4bdc2df8348b4585", - "parentId": "67eb506040b1947a72102f53", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102f55", - "_tpl": "57dc347d245977596754e7a1", - "parentId": "67eb506040b1947a72102f53", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102f56", - "_tpl": "564ca99c4bdc2d16268b4589", - "parentId": "67eb506040b1947a72102f53", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102f57", - "_tpl": "57dc324a24597759501edc20", - "parentId": "67eb506040b1947a72102f53", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102f58", - "_tpl": "57dc334d245977597164366f", - "parentId": "67eb506040b1947a72102f53", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102f59", - "_tpl": "59d36a0086f7747e673f3946", - "parentId": "67eb506040b1947a72102f53", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102f5a", - "_tpl": "57dc32dc245977596d4ef3d3", - "parentId": "67eb506040b1947a72102f59", - "slotId": "mod_handguard" - } - ], - "target": "67eb506040b1947a72102f53", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2e7ff386f7741a972d4ee5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f5c", - "_tpl": "564ca99c4bdc2d16268b4589", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f5d", - "_tpl": "564ca99c4bdc2d16268b4589", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f5e", - "_tpl": "564ca99c4bdc2d16268b4589", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f5e", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629f025214061f307437fbe3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f61", - "_tpl": "57372db0245977685d4159b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f62", - "_tpl": "56dff2ced2720bb4668b4567", - "parentId": "67eb506040b1947a72102f61", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72102f63", - "_tpl": "57372db0245977685d4159b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f64", - "_tpl": "56dff2ced2720bb4668b4567", - "parentId": "67eb506040b1947a72102f63", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72102f65", - "_tpl": "57372db0245977685d4159b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f66", - "_tpl": "56dff2ced2720bb4668b4567", - "parentId": "67eb506040b1947a72102f65", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a72102f65", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "63a19e6f4ebcff1c995dc33e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f67", - "_tpl": "602a9740da11d6478d5a06dc", - "upd": { - "FireMode": { - "FireMode": "single" } } }, { - "_id": "67eb506040b1947a72102f68", - "_tpl": "602a95edda11d6478d5a06da", - "parentId": "67eb506040b1947a72102f67", + "_id": "68010065f81036801d0b1c35", + "_tpl": "574dad8024597745964bf05c", + "parentId": "68010065f81036801d0b1c34", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1c36", + "_tpl": "634f02331f9f536910079b51", + "parentId": "68010065f81036801d0b1c34", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72102f69", - "_tpl": "60228924961b8d75ee233c32", - "parentId": "67eb506040b1947a72102f67", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102f6a", - "_tpl": "60229948cacb6b0506369e27", - "parentId": "67eb506040b1947a72102f69", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102f6b", - "_tpl": "60228a76d62c9b14ed777a66", - "parentId": "67eb506040b1947a72102f69", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102f6c", - "_tpl": "602286df23506e50807090c6", - "parentId": "67eb506040b1947a72102f67", - "slotId": "mod_magazine" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72102f67", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "655b87127f92d5105c6f7b7b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f6d", - "_tpl": "5c0e3eb886f7742015526062" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102f6d", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "629f023950f43060015c52dc", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "id": "6764977cd6c9dfff4d9d185d", - "index": 0, - "target": "67585d6ab032beb9b5097e96", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59674cd986f7744ab26e32f2 startedMessageText", - "status": 0, - "successMessageText": "59674cd986f7744ab26e32f2 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "59674eb386f774539f14813a": { - "QuestName": "Delivery From the Past", - "_id": "59674eb386f774539f14813a", - "acceptPlayerMessage": "59674eb386f774539f14813a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59674eb386f774539f14813a changeQuestMessageText", - "completePlayerMessage": "59674eb386f774539f14813a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968929e86f7740d121082d3", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "591092ef86f7747bb8703422" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59674fe586f7744f4e358aa2", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "591092ef86f7747bb8703422" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "case_extraction" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a577b4186f7743e797f6f04", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5bf5393d86f77458f17c1993", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "5977784486f774285402cf51" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5977784486f774285402cf52", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a5779e486f774411f6c321f", - "target": "59674fe586f7744f4e358aa2" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926c386f7747bbc027ac8", - "index": 0, - "parentId": "", - "value": 5, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5978b48b86f7746ef62ef859", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5936da9e86f7742d65037edf", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "59674eb386f774539f14813a declinePlayerMessage", - "description": "59674eb386f774539f14813a description", - "failMessageText": "59674eb386f774539f14813a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59bfebe686f7745ba3403da3.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "59674eb386f774539f14813a name", - "note": "59674eb386f774539f14813a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8a6b6e4d30047b777b316", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4000 - }, - { - "availableInGameEditions": [], - "id": "60c89ebb8dfbfc09882efd1b", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb4763e3d0247e625da16d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fbe", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 20000 - } - } - ], - "target": "67eb506040b1947a72102fbe", - "type": "Item", - "unknown": false, - "value": 20000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a3fa37086f7744335434f85", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fbf", - "_tpl": "576165642459773c7a400233", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fc0", - "_tpl": "576169e62459773c69055191", - "parentId": "67eb506040b1947a72102fbf", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102fc1", - "_tpl": "576167ab2459773cad038c43", - "parentId": "67eb506040b1947a72102fbf", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102fc2", - "_tpl": "5649ade84bdc2d1b2b8b4587", - "parentId": "67eb506040b1947a72102fbf", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102fc3", - "_tpl": "57616c112459773cce774d66", - "parentId": "67eb506040b1947a72102fbf", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102fc4", - "_tpl": "57a9b9ce2459770ee926038d", - "parentId": "67eb506040b1947a72102fbf", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102fc5", - "_tpl": "57616ca52459773c69055192", - "parentId": "67eb506040b1947a72102fbf", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102fc6", - "_tpl": "57616a9e2459773c7a400234", - "parentId": "67eb506040b1947a72102fbf", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a72102fbf", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4778e3d0247e625da16e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fc8", - "_tpl": "57616a9e2459773c7a400234", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fc9", - "_tpl": "57616a9e2459773c7a400234", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fca", - "_tpl": "57616a9e2459773c7a400234", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fcb", - "_tpl": "57616a9e2459773c7a400234", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102fcb", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb47917c496e588343a195", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fcf", - "_tpl": "6570243bbfc87b3a3409321f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fd0", - "_tpl": "5d6e6806a4b936088465b17e", - "parentId": "67eb506040b1947a72102fcf", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102fd1", - "_tpl": "5d6e6806a4b936088465b17e", - "location": 1, - "parentId": "67eb506040b1947a72102fcf", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72102fd2", - "_tpl": "6570243bbfc87b3a3409321f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fd3", - "_tpl": "5d6e6806a4b936088465b17e", - "parentId": "67eb506040b1947a72102fd2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102fd4", - "_tpl": "5d6e6806a4b936088465b17e", - "location": 1, - "parentId": "67eb506040b1947a72102fd2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a72102fd2", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5ac6502386f77405cd54625d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fd5", - "_tpl": "56dff0bed2720bb0668b4567" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102fd5", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59674eb386f774539f14813a startedMessageText", - "status": 0, - "successMessageText": "59674eb386f774539f14813a successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "5967530a86f77462ba22226b": { - "QuestName": "Bad Rep Evidence", - "_id": "5967530a86f77462ba22226b", - "acceptPlayerMessage": "5967530a86f77462ba22226b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5967530a86f77462ba22226b changeQuestMessageText", - "completePlayerMessage": "5967530a86f77462ba22226b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fbdd386f7740fad0d7e26", - "target": "locked_office", - "value": 1 - } - ], - "id": "5a3fbdb086f7745a554f0c30" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fbdb086f7745a554f0c31", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5968943f86f7740d137ebfc2", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968941f86f7740d1570bbd2", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "5968943f86f7740d137ebfc2", - "target": [ - "5938144586f77473c2087145" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968943f86f7740d137ebfc2", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5938188786f77474f723e87f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968948986f7740d121082d4", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5938188786f77474f723e87f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60650d86f7740d86320f14", - "target": "5968943f86f7740d137ebfc2" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5981f9f886f774536f56ce42", - "target": [ - "bigmap" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a60653f86f7740d887d2d38", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "596762ec86f77426d3687a86" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596762ec86f77426d3687a87", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60671186f774402e264147", - "target": "5968943f86f7740d137ebfc2" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926e786f7747b37562689", - "index": 0, - "parentId": "", - "value": 6, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c12a3d86f774189b3c84e0", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59c124d686f774189b3c843f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5967530a86f77462ba22226b declinePlayerMessage", - "description": "5967530a86f77462ba22226b description", - "failMessageText": "5967530a86f77462ba22226b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/596a108786f7741ddc2d31b1.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5967530a86f77462ba22226b name", - "note": "5967530a86f77462ba22226b note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8abb29339363e8f0c6ad4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4100 - }, - { - "availableInGameEditions": [], - "id": "60c89f04e4d30047b777b310", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5fe3064f7756c41536769d35", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210308c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a7210308c", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4adc7c496e588343a198", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210308d", - "_tpl": "57f3c6bd24597738e730fa2f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210308e", - "_tpl": "57d152ec245977144076ccdf", - "parentId": "67eb506040b1947a7210308d", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210308f", - "_tpl": "57f3c7e024597738ea4ba286", - "parentId": "67eb506040b1947a7210308d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103090", - "_tpl": "57f3c8cc2459773ec4480328", - "parentId": "67eb506040b1947a7210308f", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103091", - "_tpl": "57d1519e24597714373db79d", - "parentId": "67eb506040b1947a7210308d", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a7210308d", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2e860886f77406357faa77", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103093", - "_tpl": "57d1519e24597714373db79d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103094", - "_tpl": "57d1519e24597714373db79d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103095", - "_tpl": "57d1519e24597714373db79d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103095", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60e04ed0aebd35217f7df4fe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103098", - "_tpl": "65702621cfc010a0f5006a44", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103099", - "_tpl": "57371f2b24597761224311f1", - "parentId": "67eb506040b1947a72103098", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a7210309a", - "_tpl": "65702621cfc010a0f5006a44", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210309b", - "_tpl": "57371f2b24597761224311f1", - "parentId": "67eb506040b1947a7210309a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a7210309c", - "_tpl": "65702621cfc010a0f5006a44", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210309d", - "_tpl": "57371f2b24597761224311f1", - "parentId": "67eb506040b1947a7210309c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a7210309c", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "5ac6517b86f7740575506e66", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210309e", - "_tpl": "576fd4ec2459777f0b518431" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a7210309e", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "655b8fc8065b076eb02c4b4e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210309f", - "_tpl": "5aa7d193e5b5b000171d063f" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a7210309f", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5967530a86f77462ba22226b startedMessageText", - "status": 0, - "successMessageText": "5967530a86f77462ba22226b successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "59675d6c86f7740a842fc482": { - "QuestName": "Ice Cream Cones", - "_id": "59675d6c86f7740a842fc482", - "acceptPlayerMessage": "59675d6c86f7740a842fc482 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59675d6c86f7740a842fc482 changeQuestMessageText", - "completePlayerMessage": "59675d6c86f7740a842fc482 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968ed3186f77420d2328013", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "55d482194bdc2d1d4e8b456b" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59675e1d86f77414b07f137d", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "55d482194bdc2d1d4e8b456b" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5967938c86f77468cf5f9f54", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "5968ed3186f77420d2328013", - "target": [ - "591afe0186f77431bd616a11" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fbe5d86f77414422e0da1", - "target": "bunker2", - "value": 1 - } - ], - "id": "5a3fbe3a86f77414422e0d9a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fbe3a86f77414422e0d9b", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5968ed3186f77420d2328013", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926f786f77473e85737f3", - "index": 0, - "parentId": "", - "value": 9, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a1f9286f77420d232807a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5967530a86f77462ba22226b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "59675d6c86f7740a842fc482 declinePlayerMessage", - "description": "59675d6c86f7740a842fc482 description", - "failMessageText": "59675d6c86f7740a842fc482 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c26f2b86f7744a351903d3.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "59675d6c86f7740a842fc482 name", - "note": "59675d6c86f7740a842fc482 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8abe52238043a5267862f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5200 - }, - { - "availableInGameEditions": [], - "id": "60c89f261f21c1669a48c31f", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2e86f986f7741a972d4ee8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031bc", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 17000 - } - } - ], - "target": "67eb506040b1947a721031bc", - "type": "Item", - "unknown": false, - "value": 17000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4c146a2a1958fc522cbb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031c0", - "_tpl": "57372d4c245977685a3da2a1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721031c1", - "_tpl": "56dff2ced2720bb4668b4567", - "parentId": "67eb506040b1947a721031c0", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a721031c2", - "_tpl": "56dff2ced2720bb4668b4567", - "location": 1, - "parentId": "67eb506040b1947a721031c0", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a721031c3", - "_tpl": "57372d4c245977685a3da2a1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721031c4", - "_tpl": "56dff2ced2720bb4668b4567", - "parentId": "67eb506040b1947a721031c3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a721031c5", - "_tpl": "56dff2ced2720bb4668b4567", - "location": 1, - "parentId": "67eb506040b1947a721031c3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "target": "67eb506040b1947a721031c3", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5fd7d1a316cac650092f686b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031c6", - "_tpl": "5beed0f50db834001c062b12", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721031c7", - "_tpl": "5beec8ea0db834001a6f9dbf", - "parentId": "67eb506040b1947a721031c6", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721031c8", - "_tpl": "5beec91a0db834001961942d", - "parentId": "67eb506040b1947a721031c6", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721031c9", - "_tpl": "5beec9450db83400970084fd", - "parentId": "67eb506040b1947a721031c8", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721031ca", - "_tpl": "5bf3f59f0db834001a6fa060", - "parentId": "67eb506040b1947a721031c9", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721031cb", - "_tpl": "5bed625c0db834001c062946", - "parentId": "67eb506040b1947a721031c6", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721031cc", - "_tpl": "5beec8b20db834001961942a", - "parentId": "67eb506040b1947a721031c6", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a721031cd", - "_tpl": "5beec8c20db834001d2c465c", - "parentId": "67eb506040b1947a721031cc", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721031ce", - "_tpl": "5beec3e30db8340019619424", - "parentId": "67eb506040b1947a721031c6", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721031cf", - "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a721031ce", + "_id": "68010065f81036801d0b1c37", + "_tpl": "634f04d82e5def262d0b30c6", + "parentId": "68010065f81036801d0b1c36", "slotId": "mod_mount_000" }, { - "_id": "67eb506040b1947a721031d0", - "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a721031ce", - "slotId": "mod_mount_001" + "_id": "68010065f81036801d0b1c38", + "_tpl": "634f02d7517ccc8a960fc744", + "parentId": "68010065f81036801d0b1c37", + "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a721031d1", - "_tpl": "5beec1bd0db834001e6006f3", - "parentId": "67eb506040b1947a721031c6", - "slotId": "mod_barrel" + "_id": "68010065f81036801d0b1c39", + "_tpl": "634f08a21f9f536910079b5a", + "parentId": "68010065f81036801d0b1c38", + "slotId": "mod_mount_000" }, { - "_id": "67eb506040b1947a721031d2", - "_tpl": "5beec3420db834001b095429", - "parentId": "67eb506040b1947a721031d1", - "slotId": "mod_muzzle" - } - ], - "target": "67eb506040b1947a721031c6", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac651a986f774066f04bcf7", - "index": 0, - "items": [ + "_id": "68010065f81036801d0b1c3a", + "_tpl": "574db213245977459a2f3f5d", + "parentId": "68010065f81036801d0b1c37", + "slotId": "mod_sight_rear" + }, { - "_id": "67eb506040b1947a721031d3", - "_tpl": "55d482194bdc2d1d4e8b456b" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031d3", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59675d6c86f7740a842fc482 startedMessageText", - "status": 0, - "successMessageText": "59675d6c86f7740a842fc482 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "59675ea386f77414b32bded2": { - "QuestName": "Postman Pat - Part 1", - "_id": "59675ea386f77414b32bded2", - "acceptPlayerMessage": "59675ea386f77414b32bded2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59675ea386f77414b32bded2 changeQuestMessageText", - "completePlayerMessage": "59675ea386f77414b32bded2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596895f986f7740d14064722", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "591093bb86f7747caa7bb2ee" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5968962b86f7740d14064723", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5b7ff96c86f774125b15cd88", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "5968962686f7740e7266d972" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968962686f7740e7266d973", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ + "_id": "68010065f81036801d0b1c3b", + "_tpl": "587df3a12459772c28142567", + "parentId": "68010065f81036801d0b1c34", + "slotId": "mod_magazine" + }, { - "conditionType": "CompleteCondition", - "id": "5a606af986f77423671bca66", - "target": "596895f986f7740d14064722" + "_id": "68010065f81036801d0b1c3c", + "_tpl": "634f05ca517ccc8a960fc748", + "parentId": "68010065f81036801d0b1c34", + "slotId": "mod_reciever" } ] }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596896c386f7740d1570bbd4", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "596760e186f7741e11214d58", - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a577e4386f77409c64f123a", - "target": "596895f986f7740d14064722" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9270886f7747b8150a3d7", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5978b53886f7745e8f506efb", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59675d6c86f7740a842fc482", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "59675ea386f77414b32bded2 declinePlayerMessage", - "description": "59675ea386f77414b32bded2 description", - "failMessageText": "59675ea386f77414b32bded2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59675f5486f77414b07f13d0.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "59675ea386f77414b32bded2 name", - "note": "59675ea386f77414b32bded2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ { "availableInGameEditions": [], - "id": "60c8ac0f919c14709f49738f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60c89f3be4d30047b777b311", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb4d0e3e4e974efa3452bb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210339f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a7210339f", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4cec3e4e974efa3452ba", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033a1", - "_tpl": "5b44c6ae86f7742d1627baea", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033a1", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4cf3af2e5506c3781d81", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033ab", - "_tpl": "5c0e5bab86f77461f55ed1f3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033ac", - "_tpl": "6571b27a6d84a2b8b6007f92", - "parentId": "67eb506040b1947a721033ab", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033ad", - "_tpl": "6571baa74cb80d995d0a1490", - "parentId": "67eb506040b1947a721033ab", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033ae", - "_tpl": "6571baac6d84a2b8b6007fa3", - "parentId": "67eb506040b1947a721033ab", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033af", - "_tpl": "6571bab0f41985531a038091", - "parentId": "67eb506040b1947a721033ab", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033b0", - "_tpl": "6571babb4076795e5e07383f", - "parentId": "67eb506040b1947a721033ab", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033b1", - "_tpl": "6571bac34076795e5e073843", - "parentId": "67eb506040b1947a721033ab", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033b2", - "_tpl": "6571babf4cb80d995d0a1494", - "parentId": "67eb506040b1947a721033ab", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033b3", - "_tpl": "654a4dea7c17dec2f50cc86a", - "parentId": "67eb506040b1947a721033ab", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721033ab", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59675ea386f77414b32bded2 startedMessageText", - "status": 0, - "successMessageText": "59675ea386f77414b32bded2 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "596760e186f7741e11214d58": { - "QuestName": "Postman Pat - Part 2", - "_id": "596760e186f7741e11214d58", - "acceptPlayerMessage": "596760e186f7741e11214d58 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": false, - "changeQuestMessageText": "596760e186f7741e11214d58 changeQuestMessageText", - "completePlayerMessage": "596760e186f7741e11214d58 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968975586f7740e7266d974", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "591093bb86f7747caa7bb2ee" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5967615286f7741e470a5947", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "59675ea386f77414b32bded2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "596760e186f7741e11214d58 declinePlayerMessage", - "description": "596760e186f7741e11214d58 description", - "failMessageText": "596760e186f7741e11214d58 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967611386f7741dfe4f46fb.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "596760e186f7741e11214d58 name", - "note": "596760e186f7741e11214d58 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c3789339363e8f0c6ae4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 3500 - }, - { - "availableInGameEditions": [], - "id": "60c8c37b80b2027f403dd9a0", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "597afde186f7741ce2755e97", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033f8", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 5000 - } - } - ], - "target": "67eb506040b1947a721033f8", - "type": "Item", - "unknown": false, - "value": 5000 - }, - { - "availableInGameEditions": [], - "id": "5ac664a886f774066f04bd47", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033f9", - "_tpl": "544fb45d4bdc2dee738b4568" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721033f9", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596760e186f7741e11214d58 startedMessageText", - "status": 0, - "successMessageText": "596760e186f7741e11214d58 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "5967725e86f774601a446662": { - "QuestName": "Shaking Up the Teller", - "_id": "5967725e86f774601a446662", - "acceptPlayerMessage": "5967725e86f774601a446662 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5967725e86f774601a446662 changeQuestMessageText", - "completePlayerMessage": "5967725e86f774601a446662 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968981986f7740d1648df42", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "590dde5786f77405e71908b2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968988286f7740d14064724", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "590dde5786f77405e71908b2" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a577eee86f77409c64f1499", - "target": "5968981986f7740d1648df42" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fc04a86f774170f10648c", - "target": "room214", - "value": 1 - } - ], - "id": "5a3fc03286f77414d64f9940" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fc03286f77414d64f9941", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5968981986f7740d1648df42", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9280b86f77477925e27cb", - "index": 0, - "parentId": "", - "target": "54cb50c76803fa8b248b4571", - "value": 2, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9287986f77478ad7028d8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59675d6c86f7740a842fc482", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5967725e86f774601a446662 declinePlayerMessage", - "description": "5967725e86f774601a446662 description", - "failMessageText": "5967725e86f774601a446662 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2729d86f77459c105de4d.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5967725e86f774601a446662 name", - "note": "5967725e86f774601a446662 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8ac2380b2027f403dd995", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60c89f51e4d30047b777b312", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb4d5a8f570e28f1480bea", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030a7", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a721030a7", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4d746a2a1958fc522cbe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030a9", - "_tpl": "5672cb724bdc2dc2088b456b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030a9", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac653ed86f77405d4729344", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030aa", - "_tpl": "57ffb0e42459777d047111c5" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721030aa", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5ac65d3186f774056634a202", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030ab", - "_tpl": "59c0ec5b86f77435b128bfca" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721030ab", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5967725e86f774601a446662 startedMessageText", - "status": 0, - "successMessageText": "5967725e86f774601a446662 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "5967733e86f774602332fc84": { - "QuestName": "Shortage", - "_id": "5967733e86f774602332fc84", - "acceptPlayerMessage": "5967733e86f774602332fc84 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5967733e86f774602332fc84 changeQuestMessageText", - "completePlayerMessage": "5967733e86f774602332fc84 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968edc086f77420d2328014", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "544fb45d4bdc2dee738b4568" - ], "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59689eb886f7740d137ebfc3", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "544fb45d4bdc2dee738b4568" - ], - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65847187b3e428d46bb835a8", - "index": 0, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "657315ddab5a49b71f098853", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5967733e86f774602332fc84 declinePlayerMessage", - "description": "5967733e86f774602332fc84 description", - "failMessageText": "5967733e86f774602332fc84 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59689e1c86f7740d14064725.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5967733e86f774602332fc84 name", - "note": "5967733e86f774602332fc84 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5fd7d4a116cac650092f6870", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 2000 - }, - { - "availableInGameEditions": [], - "id": "60c8c1f1a0b5c924fc6e9d55", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5fe30684c646836c3b6fc567", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103294", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 15000 - } - } - ], - "target": "67eb506040b1947a72103294", + "id": "60cb46de6a2a1958fc522cb5", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c43", "unknown": false, - "value": 15000 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "5a2fb4c086f7742eb03f3623", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103296", - "_tpl": "590c661e86f7741e566b646a", + "_id": "68010065f81036801d0b1c3f", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103297", - "_tpl": "590c661e86f7741e566b646a", + "_id": "68010065f81036801d0b1c40", + "_tpl": "64b7af5a8532cf95ee0a0dbd", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103297", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2fb4b286f774769839eb53", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103299", - "_tpl": "544fb37f4bdc2dee738b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210329a", - "_tpl": "544fb37f4bdc2dee738b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210329b", - "_tpl": "544fb37f4bdc2dee738b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210329c", - "_tpl": "544fb37f4bdc2dee738b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210329c", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2fb4ce86f774769732daa8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210329e", - "_tpl": "544fb3364bdc2d34748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210329f", - "_tpl": "544fb3364bdc2d34748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032a0", - "_tpl": "544fb3364bdc2d34748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032a1", - "_tpl": "544fb3364bdc2d34748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032a1", - "type": "Item", - "unknown": false, - "value": 4 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5967733e86f774602332fc84 startedMessageText", - "status": 0, - "successMessageText": "5967733e86f774602332fc84 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "59689ee586f7740d1570bbd5": { - "QuestName": "Sanitary Standards - Part 1", - "_id": "59689ee586f7740d1570bbd5", - "acceptPlayerMessage": "59689ee586f7740d1570bbd5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59689ee586f7740d1570bbd5 changeQuestMessageText", - "completePlayerMessage": "59689ee586f7740d1570bbd5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb6f32986f7746ef55e17a0", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3efd86f77437d351a25b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59689f7586f7740d14064726", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3efd86f77437d351a25b" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9289f86f77477925e27d3", - "index": 0, - "parentId": "", - "value": 4, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59b95d9a86f77418424a36cf", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5967733e86f774602332fc84", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "59689ee586f7740d1570bbd5 declinePlayerMessage", - "description": "59689ee586f7740d1570bbd5 description", - "failMessageText": "59689ee586f7740d1570bbd5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59689f8f86f7740d121082d7.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "59689ee586f7740d1570bbd5 name", - "note": "59689ee586f7740d1570bbd5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c9505bd86f7743285178ad1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 2200 - }, - { - "availableInGameEditions": [], - "id": "60c8c20c1f21c1669a48c332", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fb5d886f7747694379ad6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103418", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 14000 - } - } - ], - "target": "67eb506040b1947a72103418", - "type": "Item", - "unknown": false, - "value": 14000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "597afde186f7741ce2755ea2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210341a", - "_tpl": "590c661e86f7741e566b646a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210341b", - "_tpl": "590c661e86f7741e566b646a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210341b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5ac6616a86f77403dd390d29", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210341c", - "_tpl": "590c661e86f7741e566b646a" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a7210341c", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59689ee586f7740d1570bbd5 startedMessageText", - "status": 0, - "successMessageText": "59689ee586f7740d1570bbd5 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "59689fbd86f7740d137ebfc4": { - "QuestName": "Operation Aquarius - Part 1", - "_id": "59689fbd86f7740d137ebfc4", - "acceptPlayerMessage": "59689fbd86f7740d137ebfc4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59689fbd86f7740d137ebfc4 changeQuestMessageText", - "completePlayerMessage": "59689fbd86f7740d137ebfc4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fb74d86f7746ce457a0a6", - "target": "room206_water", - "value": 1 - } - ], - "id": "5a3fb73b86f77458e0324375" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fb73b86f77458e0324376", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "59885e6f86f7746ffd5439dc", - "target": [ - "bigmap" - ] + "StackObjectsCount": 20 }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a577cb386f774727a7198ad", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5968a06486f7740d14064727" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968a06486f7740d14064728", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ + "parentId": "68010065f81036801d0b1c3f", + "slotId": "cartridges" + }, { - "conditionType": "CompleteCondition", - "id": "5a57767286f77448f16787ed", - "target": "5a3fb73b86f77458e0324376" + "_id": "68010065f81036801d0b1c41", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c42", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c41", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c43", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c44", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1c43", + "slotId": "cartridges" } ] } ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a928cd86f7747804332c78", - "index": 0, - "parentId": "", - "value": 6, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a1fe886f7741dde183b0c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5967733e86f774602332fc84", - "visibilityConditions": [] - } - ], "Fail": [] }, - "declinePlayerMessage": "59689fbd86f7740d137ebfc4 declinePlayerMessage", - "description": "59689fbd86f7740d137ebfc4 description", - "failMessageText": "59689fbd86f7740d137ebfc4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5968a09a86f7740d137ebfc5.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "59689fbd86f7740d137ebfc4 name", - "note": "59689fbd86f7740d137ebfc4 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c24b9339363e8f0c6ae3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 3300 - }, - { - "availableInGameEditions": [], - "id": "60c8c263919c14709f497399", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fb66886f774769732daa9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210345d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 14000 - } - } - ], - "target": "67eb506040b1947a7210345d", - "type": "Item", - "unknown": false, - "value": 14000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb664a3e4e974efa345ca8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210345f", - "_tpl": "5448fee04bdc2dbc018b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103460", - "_tpl": "5448fee04bdc2dbc018b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103461", - "_tpl": "5448fee04bdc2dbc018b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103462", - "_tpl": "5448fee04bdc2dbc018b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103463", - "_tpl": "5448fee04bdc2dbc018b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103463", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb666e7c496e588343a1cf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103465", - "_tpl": "5d1b385e86f774252167b98a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103465", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60c8c2718dfbfc09882efd28", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": -0.02 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59689fbd86f7740d137ebfc4 startedMessageText", - "status": 0, - "successMessageText": "59689fbd86f7740d137ebfc4 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "5968eb3186f7741dde183a4d": { - "QuestName": "Operation Aquarius - Part 2", - "_id": "5968eb3186f7741dde183a4d", - "acceptPlayerMessage": "5968eb3186f7741dde183a4d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "63966ff54c3ef01b6f3ffad8": { + "QuestName": "Provocation", + "_id": "63966ff54c3ef01b6f3ffad8", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5968eb3186f7741dde183a4d changeQuestMessageText", - "completePlayerMessage": "5968eb3186f7741dde183a4d completePlayerMessage", + "acceptPlayerMessage": "63966ff54c3ef01b6f3ffad8 acceptPlayerMessage", + "changeQuestMessageText": "63966ff54c3ef01b6f3ffad8 changeQuestMessageText", + "completePlayerMessage": "63966ff54c3ef01b6f3ffad8 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "639a76e3e4aa7349085cb6e4", "conditions": [ { - "bodyPart": [], + "id": "639a76ebdbf1d842d260cda5", + "dynamicLocale": false, + "target": "Any", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [ + "5cadfbf7ae92152ac412eeef" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5968eba286f7741ddf17db82", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "Location", + "id": "639a77086402c537c15d012e", "dynamicLocale": false, - "id": "59a928f186f7747b375626e3", - "target": [ - "bigmap" - ] + "zoneIds": [ + "quest_zone_keeper6_kiba_kill" + ], + "conditionType": "InZone" } - ], - "id": "5968eb9b86f7741ddb481542" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5968eb9b86f7741ddb481543", + "id": "639a76e3e4aa7349085cb6e3", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 15, - "visibilityConditions": [] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "639a77b97cb1a8023d49f683", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 25, + "zoneId": "quest_zone_keeper6_kiba_hide", + "target": [ + "635a758bfefc88a93f021b8a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639a794be4aa7349085cb6e5", + "target": "639a76e3e4aa7349085cb6e3", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "639a78046402c537c15d012f", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 25, + "zoneId": "quest_zone_keeper6_safe_hide", + "target": [ + "5d1b376e86f774252519444e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639a7952e4aa7349085cb6e6", + "target": "639a76e3e4aa7349085cb6e3", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "639a78c27cb1a8023d49f684", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 25, + "zoneId": "quest_zone_keeper6_cont_hide", + "target": [ + "5c13cef886f774072e618e82" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639a795d6402c537c15d0130", + "target": "639a76e3e4aa7349085cb6e3", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639a79785e3c9b787264d673", + "conditions": [ + { + "id": "639a7986da859817035a33d5", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639a79967cb1a8023d49f685", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "639a79785e3c9b787264d672", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639a79a93174277743234bb0", + "target": "639a77b97cb1a8023d49f683", + "conditionType": "CompleteCondition" + }, + { + "id": "639a79b0e4aa7349085cb6e7", + "target": "639a78046402c537c15d012f", + "conditionType": "CompleteCondition" + }, + { + "id": "639a79b63174277743234bb1", + "target": "639a78c27cb1a8023d49f684", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a928e886f7747a683e4149", - "index": 0, - "parentId": "", - "value": 6, - "visibilityConditions": [] - }, - { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a928e586f7747c407f7ac5", + "id": "639afd1e5b201a534f438041", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "63966fd9ea19ac7ed845db30", "status": [ 4 ], - "target": "59689fbd86f7740d137ebfc4", + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5968eb3186f7741dde183a4d declinePlayerMessage", - "description": "5968eb3186f7741dde183a4d description", - "failMessageText": "5968eb3186f7741dde183a4d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5968ec2986f7741ddf17db83.jpg", - "instantComplete": false, + "description": "63966ff54c3ef01b6f3ffad8 description", + "failMessageText": "63966ff54c3ef01b6f3ffad8 failMessageText", + "declinePlayerMessage": "63966ff54c3ef01b6f3ffad8 declinePlayerMessage", + "name": "63966ff54c3ef01b6f3ffad8 name", + "note": "63966ff54c3ef01b6f3ffad8 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5968eb3186f7741dde183a4d name", - "note": "5968eb3186f7741dde183a4d note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63966ff54c3ef01b6f3ffad8 startedMessageText", + "successMessageText": "63966ff54c3ef01b6f3ffad8 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "5c9505f586f7743285178ad2", + "value": 1, + "id": "63a23649fcae11642e50f9ca", + "type": "Item", "index": 0, - "type": "Experience", + "target": "68010065f81036801d0b1c46", "unknown": false, - "value": 3400 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c46", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] }, { "availableInGameEditions": [], - "id": "60c8c29b1f21c1669a48c333", + "value": 1, + "id": "66422de2ecb13e080d43ec57", + "type": "Item", "index": 0, - "target": "54cb57776803fa99248b456e", + "target": "68010065f81036801d0b1c48", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c48", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a234f0151bfb591645c105", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1c4a", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b1c4a", + "_tpl": "5d1b5e94d7ad1a2b865a96b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a6cebf08f1f30563550381", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179b4d1bca27a099552e04e": { + "QuestName": "Revision - Lighthouse", + "_id": "6179b4d1bca27a099552e04e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179b4d1bca27a099552e04e acceptPlayerMessage", + "changeQuestMessageText": "6179b4d1bca27a099552e04e changeQuestMessageText", + "completePlayerMessage": "6179b4d1bca27a099552e04e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "61952308aa0f643f9a0ae20f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_mark_vech1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6195231dd07bdc6de57b40a5", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_mark_vech2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "61952325aa0f643f9a0ae212", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_mark_vech3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6195232a1e972a652931edb6", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_mark_vech4", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ad4e3e6f98b853434714e6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6086c852c945025d41566124", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179b4d1bca27a099552e04e description", + "failMessageText": "6179b4d1bca27a099552e04e failMessageText", + "declinePlayerMessage": "6179b4d1bca27a099552e04e declinePlayerMessage", + "name": "6179b4d1bca27a099552e04e name", + "note": "6179b4d1bca27a099552e04e note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab40a7edd0787ea26a69a6.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179b4d1bca27a099552e04e startedMessageText", + "successMessageText": "6179b4d1bca27a099552e04e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7800, + "id": "6197a4b8e2372948f80393ea", + "type": "Experience", + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, + "id": "61ad4ec5b1c41a4ac83ca967", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 850, + "id": "61ad4eaa78d2361409060865", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c4c", + "unknown": false, "findInRaid": false, - "id": "60cb675b98b4927060364551", - "index": 0, "items": [ { - "_id": "67eb506040b1947a721033c0", - "_tpl": "5449016a4bdc2d6f028b456f", + "_id": "68010065f81036801d0b1c4c", + "_tpl": "5696686a4bdc2da3298b456a", "upd": { - "StackObjectsCount": 20000 + "StackObjectsCount": 850 } } - ], - "target": "67eb506040b1947a721033c0", - "type": "Item", - "unknown": false, - "value": 20000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb66f5af2e5506c3781db0", + "id": "655b7a314343a16d2e04766d", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b1c4d", + "unknown": true, "items": [ { - "_id": "67eb506040b1947a721033c2", - "_tpl": "5e831507ea0a7c419c2f9bd9", + "_id": "68010065f81036801d0b1c4d", + "_tpl": "58dd3ad986f77403051cba8f" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "61ad4eea6f98b853434714e7", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1c4e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1c4e", + "_tpl": "5d67abc1a4b93614ec50137f", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } } }, { - "_id": "67eb506040b1947a721033c3", - "_tpl": "5e831507ea0a7c419c2f9bd9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } + "_id": "68010065f81036801d0b1c4f", + "_tpl": "5d3eb59ea4b9361c284bb4b2", + "parentId": "68010065f81036801d0b1c4e", + "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a721033c4", - "_tpl": "5e831507ea0a7c419c2f9bd9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033c4", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb670c3e4e974efa345caf", - "index": 0, - "items": [ + "_id": "68010065f81036801d0b1c50", + "_tpl": "5d3ef698a4b9361182109872", + "parentId": "68010065f81036801d0b1c4f", + "slotId": "mod_muzzle" + }, { - "_id": "67eb506040b1947a721033c6", - "_tpl": "5af0454c86f7746bf20992e8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033c6", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac661fc86f774056c780955", - "index": 0, - "items": [ + "_id": "68010065f81036801d0b1c51", + "_tpl": "5d3eb44aa4b93650d64e4979", + "parentId": "68010065f81036801d0b1c4e", + "slotId": "mod_reciever" + }, { - "_id": "67eb506040b1947a721033c7", - "_tpl": "5751a25924597722c463c472" + "_id": "68010065f81036801d0b1c52", + "_tpl": "5d3eb4aba4b93650d64e497d", + "parentId": "68010065f81036801d0b1c51", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1c53", + "_tpl": "5d3eb536a4b9363b1f22f8e2", + "parentId": "68010065f81036801d0b1c51", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1c54", + "_tpl": "5d3eb5eca4b9363b1f22f8e4", + "parentId": "68010065f81036801d0b1c4e", + "slotId": "mod_magazine" } ], "loyaltyLevel": 2, - "target": "67eb506040b1947a721033c7", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27ba9586f7741b543d8e85": { + "QuestName": "Spa Tour - Part 6", + "_id": "5a27ba9586f7741b543d8e85", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27ba9586f7741b543d8e85 acceptPlayerMessage", + "changeQuestMessageText": "5a27ba9586f7741b543d8e85 changeQuestMessageText", + "completePlayerMessage": "5a27ba9586f7741b543d8e85 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a28127b86f7743808504ecc", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5696686a4bdc2da3298b456a" + ], + "globalQuestCounterId": "", + "value": 8000, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a726a86f7745b18478f10", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28120686f77442ef017f51", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a0449d586f77474e66227b7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27ba9586f7741b543d8e85 description", + "failMessageText": "5a27ba9586f7741b543d8e85 failMessageText", + "declinePlayerMessage": "5a27ba9586f7741b543d8e85 declinePlayerMessage", + "name": "5a27ba9586f7741b543d8e85 name", + "note": "5a27ba9586f7741b543d8e85 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "Loyalty", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27ba9586f7741b543d8e85 startedMessageText", + "successMessageText": "5a27ba9586f7741b543d8e85 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9500, + "id": "60cc6d77a7d63f18200a24cb", + "type": "Experience", + "index": 0, "unknown": false }, { "availableInGameEditions": [], - "id": "629f068b50f43060015c5377", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", + "value": 0.04, + "id": "60cc6d7b3e4e974efa345d0d", "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5968eb3186f7741dde183a4d startedMessageText", - "status": 0, - "successMessageText": "5968eb3186f7741dde183a4d successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Elimination" - }, - "5969f90786f77420d2328015": { - "QuestName": "Painkiller", - "_id": "5969f90786f77420d2328015", - "acceptPlayerMessage": "5969f90786f77420d2328015 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5969f90786f77420d2328015 changeQuestMessageText", - "completePlayerMessage": "5969f90786f77420d2328015 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5969f98286f774576d4c9542", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "544fb3f34bdc2d03748b456a" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5969f99286f77456630ea442", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "544fb3f34bdc2d03748b456a" - ], - "value": 4, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a928fe86f7747bbc027b26", - "index": 0, - "parentId": "", - "value": 8, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a212e86f774576d4c95df", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "596a204686f774576d4c95de", - "visibilityConditions": [] + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false } ], "Fail": [] }, - "declinePlayerMessage": "5969f90786f77420d2328015 declinePlayerMessage", - "description": "5969f90786f77420d2328015 description", - "failMessageText": "5969f90786f77420d2328015 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5969f96786f7741dde183a4f.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5969f90786f77420d2328015 name", - "note": "5969f90786f77420d2328015 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c2ae8dfbfc09882efd29", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - }, - { - "availableInGameEditions": [], - "id": "60c8c2b12238043a5267864c", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fb8a486f77432ea548a88", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032e9", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 17000 - } - } - ], - "target": "67eb506040b1947a721032e9", - "type": "Item", - "unknown": false, - "value": 17000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb68522b555f16df5c416b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032eb", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032ec", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032ed", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032ee", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032ef", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032ef", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb67cd179f8541b846922d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032f1", - "_tpl": "5d1b39a386f774252339976f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032f1", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb67bf98b4927060364552", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032f3", - "_tpl": "544fb37f4bdc2dee738b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032f4", - "_tpl": "544fb37f4bdc2dee738b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032f4", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb67e37c496e588343a1d4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032f6", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032f7", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032f7", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5969f90786f77420d2328015 startedMessageText", - "status": 0, - "successMessageText": "5969f90786f77420d2328015 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "5969f9e986f7741dde183a50": { - "QuestName": "Pharmacist", - "_id": "5969f9e986f7741dde183a50", - "acceptPlayerMessage": "5969f9e986f7741dde183a50 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "639872fe8871e1272b10ccf6": { + "QuestName": "Gunsmith - Part 14", + "_id": "639872fe8871e1272b10ccf6", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5969f9e986f7741dde183a50 changeQuestMessageText", - "completePlayerMessage": "5969f9e986f7741dde183a50 completePlayerMessage", + "acceptPlayerMessage": "639872fe8871e1272b10ccf6 acceptPlayerMessage", + "changeQuestMessageText": "639872fe8871e1272b10ccf6 changeQuestMessageText", + "completePlayerMessage": "639872fe8871e1272b10ccf6 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5969fa4886f7741ddb481544", + "conditionType": "WeaponAssembly", + "id": "639879addecada40426d3449", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", - "target": [ - "5910922b86f7747d96753483" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5969fa8986f7741ddc2d3154", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", "target": [ - "5910922b86f7747d96753483" + "5bb2475ed4351e00853264e3" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57770d86f7740d2014e5b2", - "target": "5969fa4886f7741ddb481544" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fb91186f7742384533f14", - "target": "vaz_feld", - "value": 1 - } - ], - "id": "5a3fb8f686f7742384533f0f" + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fb8f686f7742384533f10", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5969fa4886f7741ddb481544", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fb93286f77421ef22a42a", - "target": "room114", - "value": 1 - } - ], - "id": "5a3fb92286f77422b46cdb17" + "durability": { + "value": 80.0, + "compareMethod": ">=" }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fb92286f77422b46cdb18", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5969fa4886f7741ddb481544", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9291086f7747b856b7c5e", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979e77f86f77431185415c2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5969f90786f77420d2328015", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5969f9e986f7741dde183a50 declinePlayerMessage", - "description": "5969f9e986f7741dde183a50 description", - "failMessageText": "5969f9e986f7741dde183a50 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979d36d86f7746d093ddd7a.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5969f9e986f7741dde183a50 name", - "note": "5969f9e986f7741dde183a50 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c2c083161b326c471115", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5700 - }, - { - "availableInGameEditions": [], - "id": "60c8c2c3919c14709f49739b", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fb8ed86f7742eb03f362a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030c9", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a721030c9", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb68ae7c496e588343a1d7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030cb", - "_tpl": "60098ad7c2240c0fe85c570a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030cb", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb68e42b555f16df5c416f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030cd", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030ce", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030cf", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030cf", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5969f9e986f7741dde183a50 startedMessageText", - "status": 0, - "successMessageText": "5969f9e986f7741dde183a50 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "596a0e1686f7741ddf17dbee": { - "QuestName": "Supply Plans", - "_id": "596a0e1686f7741ddf17dbee", - "acceptPlayerMessage": "596a0e1686f7741ddf17dbee acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596a0e1686f7741ddf17dbee changeQuestMessageText", - "completePlayerMessage": "596a0e1686f7741ddf17dbee completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a0e7086f7741ddf17dbef", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5938878586f7741b797c562f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "596a0eb286f7741dde183ab8", - "target": [ - "Woods" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a577bd786f774730e0a1697", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "596a0eaf86f774576d4c957e" + "effectiveDistance": { + "value": 300.0, + "compareMethod": ">=" }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a0eaf86f774576d4c957f", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57773386f7740adb5ca738", - "target": "596a0e7086f7741ddf17dbef" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a0e8086f7741ddd6c104c", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5938878586f7741b797c562f" + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 60.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 30, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 300.0, + "compareMethod": "<=" + }, + "weight": { + "value": 4.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5ea17bbc09aa976f2e7a51cd", + "5fce0cf655375d18a253eff0", + "558022b54bdc2dac148b458d", + "5d15cf3bd7ad1a67e71518b2", + "5947eab886f77475961d96c5", + "5c06595c0db834001a66af6c" ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57774286f7740ad907c5ac", - "target": "596a0eaf86f774576d4c957f" - } - ] + "hasItemFromCategory": [] } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9292d86f7747a6202256b", + "id": "6399b45205aa481907106508", "index": 0, "parentId": "", - "value": 13, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, "globalQuestCounterId": "", - "id": "59a9292886f77474225c5379", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5969f9e986f7741dde183a50", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a113d86f7741ddd6c104d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "596a101f86f7741ddb481582", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "596a0e1686f7741ddf17dbee declinePlayerMessage", - "description": "596a0e1686f7741ddf17dbee description", - "failMessageText": "596a0e1686f7741ddf17dbee failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979d37886f7746d0b3e3fdb.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "596a0e1686f7741ddf17dbee name", - "note": "596a0e1686f7741ddf17dbee note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c2d02238043a5267864d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7500 - }, - { - "availableInGameEditions": [], - "id": "60c8c2d3919c14709f49739c", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb694077dc197c77424fcd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032dd", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a721032dd", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb69576a2a1958fc522d04", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032df", - "_tpl": "5d02778e86f774203e7dedbe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032df", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596a0e1686f7741ddf17dbee startedMessageText", - "status": 0, - "successMessageText": "596a0e1686f7741ddf17dbee successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "596a101f86f7741ddb481582": { - "QuestName": "Kind of Sabotage", - "_id": "596a101f86f7741ddb481582", - "acceptPlayerMessage": "596a101f86f7741ddb481582 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596a101f86f7741ddb481582 changeQuestMessageText", - "completePlayerMessage": "596a101f86f7741ddb481582 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a10d886f7741ddf17dbf0", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5938878586f7741b797c562f" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a10af33f77420d232804c", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "596a0e1686f7741ddf17dbee", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a117386f7741ddf17dbf1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "596a0e1686f7741ddf17dbee", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "596a101f86f7741ddb481582 declinePlayerMessage", - "description": "596a101f86f7741ddb481582 description", - "failMessageText": "596a101f86f7741ddb481582 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "596a101f86f7741ddb481582 name", - "note": "596a101f86f7741ddb481582 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8b0ee83161b326c47110f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - }, - { - "availableInGameEditions": [], - "id": "60d0993b7e143314367f8268", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2e7c6a86f7741a943575b4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103274", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 180000 - } - } - ], - "target": "67eb506040b1947a72103274", - "type": "Item", - "unknown": false, - "value": 180000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596a101f86f7741ddb481582 startedMessageText", - "status": 0, - "successMessageText": "596a101f86f7741ddb481582 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "596a1e6c86f7741ddc2d3206": { - "QuestName": "General Wares", - "_id": "596a1e6c86f7741ddc2d3206", - "acceptPlayerMessage": "596a1e6c86f7741ddc2d3206 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596a1e6c86f7741ddc2d3206 changeQuestMessageText", - "completePlayerMessage": "596a1e6c86f7741ddc2d3206 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a1f0486f77456630ea4d2", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347d7224597744596b4e72" - ], - "value": 15, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a1f1586f77420d2328077", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347d7224597744596b4e72" - ], - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9299786f77472014b72e5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5969f9e986f7741dde183a50", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "596a1e6c86f7741ddc2d3206 declinePlayerMessage", - "description": "596a1e6c86f7741ddc2d3206 description", - "failMessageText": "596a1e6c86f7741ddc2d3206 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979d3da86f774719f309082.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "596a1e6c86f7741ddc2d3206 name", - "note": "596a1e6c86f7741ddc2d3206 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c36580b2027f403dd99f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4800 - }, - { - "availableInGameEditions": [], - "id": "60c8c36883161b326c471116", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fba6886f774769635db1c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103425", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103425", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ac6643e86f774055a77c730", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103427", - "_tpl": "5673de654bdc2d180f8b456d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103428", - "_tpl": "5673de654bdc2d180f8b456d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103429", - "_tpl": "5673de654bdc2d180f8b456d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210342a", - "_tpl": "5673de654bdc2d180f8b456d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210342a", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2fbaa686f77476953ee329", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210342c", - "_tpl": "590c5d4b86f774784e1b9c45", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210342d", - "_tpl": "590c5d4b86f774784e1b9c45", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210342d", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec19e5386f7561e047757ae", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210342f", - "_tpl": "5af0484c86f7740f02001f7f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103430", - "_tpl": "5af0484c86f7740f02001f7f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103430", - "type": "Item", - "unknown": true, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596a1e6c86f7741ddc2d3206 startedMessageText", - "status": 0, - "successMessageText": "596a1e6c86f7741ddc2d3206 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "596a204686f774576d4c95de": { - "QuestName": "Sanitary Standards - Part 2", - "_id": "596a204686f774576d4c95de", - "acceptPlayerMessage": "596a204686f774576d4c95de acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596a204686f774576d4c95de changeQuestMessageText", - "completePlayerMessage": "596a204686f774576d4c95de completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec1398886f7561e047757a5", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3efd86f77437d351a25b" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a20ac86f7741ddf17dbf4", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3efd86f77437d351a25b" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { + "value": 27, "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a928be86f7747b375626be", - "index": 0, - "parentId": "", - "value": 8, "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a211386f7741ddc2d3207", + "id": "639af496ad9d7e3216668f66", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5ac244c486f77413e12cf945", "status": [ 4 ], - "target": "59689ee586f7740d1570bbd5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "596a204686f774576d4c95de declinePlayerMessage", - "description": "596a204686f774576d4c95de description", - "failMessageText": "596a204686f774576d4c95de failMessageText", - "gameModes": [], - "image": "/files/quest/icon/596a20d286f7741ddb4815d5.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "596a204686f774576d4c95de name", - "note": "596a204686f774576d4c95de note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c9505ce86f774551617862e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - }, - { - "availableInGameEditions": [], - "id": "60c8c222e4d30047b777b324", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb66173e4e974efa345ca7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030d8", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a721030d8", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb660d6a2a1958fc522cf8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030da", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030da", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596a204686f774576d4c95de startedMessageText", - "status": 0, - "successMessageText": "596a204686f774576d4c95de successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "596a218586f77420d232807c": { - "QuestName": "Car Repair", - "_id": "596a218586f77420d232807c", - "acceptPlayerMessage": "596a218586f77420d232807c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596a218586f77420d232807c changeQuestMessageText", - "completePlayerMessage": "596a218586f77420d232807c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "596b46d886f77457ca186189", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5733279d245977289b77ec24" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596b46ec86f77457c7006f89", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3c0a86f774385a33c450" - ], - "value": 8, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596b470c86f77457ca18618a", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5733279d245977289b77ec24" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596b472686f77457c7006f8a", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3c0a86f774385a33c450" - ], - "value": 8, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", + "availableAfter": 75600, "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979e7a386f7743ec214c7a3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5969f9e986f7741dde183a50", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "596a218586f77420d232807c declinePlayerMessage", - "description": "596a218586f77420d232807c description", - "failMessageText": "596a218586f77420d232807c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979d3f986f7746d08051ce0.jpg", - "instantComplete": false, - "isKey": false, + "description": "639872fe8871e1272b10ccf6 description", + "failMessageText": "639872fe8871e1272b10ccf6 failMessageText", + "declinePlayerMessage": "639872fe8871e1272b10ccf6 declinePlayerMessage", + "name": "639872fe8871e1272b10ccf6 name", + "note": "639872fe8871e1272b10ccf6 note", + "traderId": "5a7c2eca46aef81a7ca2145d", "location": "any", - "name": "596a218586f77420d232807c name", - "note": "596a218586f77420d232807c note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/63aae9613606f31cf40e5a7b.jpg", + "type": "WeaponAssembly", + "isKey": false, "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c3ca919c14709f49739d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6900 - }, - { - "availableInGameEditions": [], - "id": "60c8c3ce9339363e8f0c6ae5", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fee9486f7745c4236d2e2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032e1", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1500 - } - } - ], - "target": "67eb506040b1947a721032e1", - "type": "Item", - "unknown": false, - "value": 1500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb6eccaf2e5506c3781dbe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032e3", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032e3", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec19ea3c367fc6781104623", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032e5", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032e5", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb6f23f09d61072d6cfbc7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032e7", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032e7", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, + "instantComplete": false, "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596a218586f77420d232807c startedMessageText", - "status": 0, - "successMessageText": "596a218586f77420d232807c successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "596b36c586f77450d6045ad2": { - "QuestName": "Supplier", - "_id": "596b36c586f77450d6045ad2", - "acceptPlayerMessage": "596b36c586f77450d6045ad2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596b36c586f77450d6045ad2 changeQuestMessageText", - "completePlayerMessage": "596b36c586f77450d6045ad2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597867e986f7741b265c6bd3", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e7635f86f7742cbf2c1095" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ab8d44c86f7745b2325bd0c", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5a38e6bac4a2826c6e06d79b" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658471e481d440d61cb18548", - "index": 0, - "parentId": "", - "value": 5, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658471e0e482af3e0bd16b0c", - "index": 1, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "657315e270bb0b8dba00cc48", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "596b36c586f77450d6045ad2 declinePlayerMessage", - "description": "596b36c586f77450d6045ad2 description", - "failMessageText": "596b36c586f77450d6045ad2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "596b36c586f77450d6045ad2 name", - "note": "596b36c586f77450d6045ad2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, + "startedMessageText": "639872fe8871e1272b10ccf6 startedMessageText", + "successMessageText": "639872fe8871e1272b10ccf6 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "5c94fe4d86f77455192fa42a", - "index": 0, + "value": 14900, + "id": "6399b46cdecada40426d344c", "type": "Experience", - "unknown": false, - "value": 3300 - }, - { - "availableInGameEditions": [], - "id": "60c8af839339363e8f0c6ad9", "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ab8d47586f7745c5f49d558", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103103", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 60000 - } - } - ], - "target": "67eb506040b1947a72103103", - "type": "Item", - "unknown": false, - "value": 60000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60d062e01bdece56c249cc0b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103104", - "_tpl": "59f9cabd86f7743a10721f46", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103105", - "_tpl": "5998517986f7746017232f7e", - "parentId": "67eb506040b1947a72103104", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103106", - "_tpl": "599851db86f77467372f0a18", - "parentId": "67eb506040b1947a72103104", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103107", - "_tpl": "5998529a86f774647f44f421", - "parentId": "67eb506040b1947a72103104", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103108", - "_tpl": "5998598e86f7740b3f498a86", - "parentId": "67eb506040b1947a72103104", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103109", - "_tpl": "59985a8086f77414ec448d1a", - "parentId": "67eb506040b1947a72103104", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a7210310a", - "_tpl": "599860e986f7743bb57573a6", - "parentId": "67eb506040b1947a72103104", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210310b", - "_tpl": "59ccd11386f77428f24a488f", - "parentId": "67eb506040b1947a72103104", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a7210310c", - "_tpl": "5648b1504bdc2d9d488b4584", - "parentId": "67eb506040b1947a7210310b", - "slotId": "mod_handguard" - } - ], - "target": "67eb506040b1947a72103104", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac6666c86f774056634a229", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210310d", - "_tpl": "59f9cabd86f7743a10721f46" - }, - { - "_id": "67eb506040b1947a7210310e", - "_tpl": "5998517986f7746017232f7e", - "parentId": "67eb506040b1947a7210310d", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210310f", - "_tpl": "599851db86f77467372f0a18", - "parentId": "67eb506040b1947a7210310d", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103110", - "_tpl": "5998529a86f774647f44f421", - "parentId": "67eb506040b1947a7210310d", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103111", - "_tpl": "5998598e86f7740b3f498a86", - "parentId": "67eb506040b1947a7210310d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103112", - "_tpl": "59985a8086f77414ec448d1a", - "parentId": "67eb506040b1947a7210310d", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103113", - "_tpl": "599860e986f7743bb57573a6", - "parentId": "67eb506040b1947a7210310d", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103114", - "_tpl": "59ccd11386f77428f24a488f", - "parentId": "67eb506040b1947a7210310d", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103115", - "_tpl": "5648b1504bdc2d9d488b4584", - "parentId": "67eb506040b1947a72103114", - "slotId": "mod_handguard" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a7210310d", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", "unknown": false }, { "availableInGameEditions": [], - "id": "655b7f4d065b076eb02c4b49", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103116", - "_tpl": "64b8f7b5389d7ffd620ccba2" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72103116", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596b36c586f77450d6045ad2 startedMessageText", - "status": 0, - "successMessageText": "596b36c586f77450d6045ad2 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "596b43fb86f77457ca186186": { - "QuestName": "The Extortionist", - "_id": "596b43fb86f77457ca186186", - "acceptPlayerMessage": "596b43fb86f77457ca186186 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596b43fb86f77457ca186186 changeQuestMessageText", - "completePlayerMessage": "596b43fb86f77457ca186186 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596b44b686f77457cb50ecca", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "593965cf86f774087a77e1b6" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596b450986f7745a7e510b54", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "593965cf86f774087a77e1b6" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a5778a886f7740adc2f7f85", - "target": "596b44b686f77457cb50ecca" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fbb0986f77455f8544ce3", - "target": "dead_posylni", - "value": 1 - } - ], - "id": "5a3fbabc86f774231d75afbd" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fbabc86f774231d75afbe", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "596b44b686f77457cb50ecca", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fbb2d86f77421ef22af45", - "target": "vremyan_case", - "value": 1 - } - ], - "id": "5a3fbab086f77421593d9bef" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fbab086f77421593d9bf0", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "596b44b686f77457cb50ecca", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a924fb86f7747a683e405b", - "index": 0, - "parentId": "", - "value": 7, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59819ef086f774557e174d7e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "596b36c586f77450d6045ad2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "596b43fb86f77457ca186186 declinePlayerMessage", - "description": "596b43fb86f77457ca186186 description", - "failMessageText": "596b43fb86f77457ca186186 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/596b453b86f77457c827bf44.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "596b43fb86f77457ca186186 name", - "note": "596b43fb86f77457ca186186 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c94fe5c86f774551528dee9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 3200 - }, - { - "availableInGameEditions": [], - "id": "60c8af8f919c14709f497391", - "index": 0, - "target": "58330581ace78e27b8b10cee", + "value": 0.02, + "id": "6399b478cd51826f7a069b8b", "type": "TraderStanding", - "unknown": false, - "value": 0.04 + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2e5b9986f77452ef4a6252", + "value": 500, + "id": "6399b48f2b86ca1db02497f7", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1c56", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721031f5", + "_id": "68010065f81036801d0b1c56", "_tpl": "5696686a4bdc2da3298b456a", "upd": { "StackObjectsCount": 500 } } - ], - "target": "67eb506040b1947a721031f5", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6399b4cec8f8cc12a47b02aa", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c58", "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "5a3faa9586f7745849562028", - "index": 0, "items": [ { - "_id": "67eb506040b1947a721031f6", - "_tpl": "59e6687d86f77411d949b251", + "_id": "68010065f81036801d0b1c58", + "_tpl": "609bab8b455afd752b2e6138", "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } - }, - { - "_id": "67eb506040b1947a721031f7", - "_tpl": "59e649f986f77411d949b246", - "parentId": "67eb506040b1947a721031f6", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a721031f8", - "_tpl": "59e898ee86f77427614bd225", - "parentId": "67eb506040b1947a721031f7", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721031f9", - "_tpl": "59e8a00d86f7742ad93b569c", - "parentId": "67eb506040b1947a721031f6", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721031fa", - "_tpl": "59e6318286f77444dd62c4cc", - "parentId": "67eb506040b1947a721031f6", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721031fb", - "_tpl": "59e6449086f7746c9f75e822", - "parentId": "67eb506040b1947a721031f6", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721031fc", - "_tpl": "59e8977386f77415a553c453", - "parentId": "67eb506040b1947a721031f6", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721031fd", - "_tpl": "59e89d0986f77427600d226e", - "parentId": "67eb506040b1947a721031f6", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721031fe", - "_tpl": "5b1fd4e35acfc40018633c39", - "parentId": "67eb506040b1947a721031f6", - "slotId": "mod_magazine" } - ], - "target": "67eb506040b1947a721031f6", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "5a417d8886f77430d736fb26", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103200", - "_tpl": "59d625f086f774661516605d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103201", - "_tpl": "59d625f086f774661516605d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103202", - "_tpl": "59d625f086f774661516605d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103202", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb597d8f570e28f1480bf5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103205", - "_tpl": "657024011419851aef03e6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103206", - "_tpl": "59e655cb86f77411dc52a77b", - "parentId": "67eb506040b1947a72103205", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103207", - "_tpl": "657024011419851aef03e6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103208", - "_tpl": "59e655cb86f77411dc52a77b", - "parentId": "67eb506040b1947a72103207", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103209", - "_tpl": "657024011419851aef03e6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210320a", - "_tpl": "59e655cb86f77411dc52a77b", - "parentId": "67eb506040b1947a72103209", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210320b", - "_tpl": "657024011419851aef03e6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210320c", - "_tpl": "59e655cb86f77411dc52a77b", - "parentId": "67eb506040b1947a7210320b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210320d", - "_tpl": "657024011419851aef03e6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210320e", - "_tpl": "59e655cb86f77411dc52a77b", - "parentId": "67eb506040b1947a7210320d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210320f", - "_tpl": "657024011419851aef03e6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103210", - "_tpl": "59e655cb86f77411dc52a77b", - "parentId": "67eb506040b1947a7210320f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a7210320f", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "id": "63a1a03b4ebcff1c995dc341", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103211", - "_tpl": "5a7828548dc32e5a9c28b516" - }, - { - "_id": "67eb506040b1947a72103212", - "_tpl": "5a787f7ac5856700177af660", - "parentId": "67eb506040b1947a72103211", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103213", - "_tpl": "5a788089c5856700142fdd9c", - "parentId": "67eb506040b1947a72103211", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103214", - "_tpl": "5a7882dcc5856700177af662", - "parentId": "67eb506040b1947a72103211", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103215", - "_tpl": "5a7880d0c5856700142fdd9d", - "parentId": "67eb506040b1947a72103211", - "slotId": "mod_stock" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72103211", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629f03d77ad28b7f7c40ecb0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210321e", - "_tpl": "5c0e5edb86f77461f55ed1f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210321f", - "_tpl": "6571dbd388ead79fcf091d71", - "parentId": "67eb506040b1947a7210321e", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103220", - "_tpl": "6571dbda88ead79fcf091d75", - "parentId": "67eb506040b1947a7210321e", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103221", - "_tpl": "6571dbe07c02ae206002502e", - "parentId": "67eb506040b1947a7210321e", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103222", - "_tpl": "6571dbeaee8ec43d520cf89e", - "parentId": "67eb506040b1947a7210321e", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103223", - "_tpl": "6571dbef88ead79fcf091d79", - "parentId": "67eb506040b1947a7210321e", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103224", - "_tpl": "656f57dc27aed95beb08f628", - "parentId": "67eb506040b1947a7210321e", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103225", - "_tpl": "656fac30c6baea13cd07e10c", - "parentId": "67eb506040b1947a7210321e", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a7210321e", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596b43fb86f77457ca186186 startedMessageText", - "status": 0, - "successMessageText": "596b43fb86f77457ca186186 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "596b455186f77457cb50eccb": { - "QuestName": "Stirrup", - "_id": "596b455186f77457cb50eccb", - "acceptPlayerMessage": "596b455186f77457cb50eccb acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "596b455186f77457cb50eccb changeQuestMessageText", - "completePlayerMessage": "596b455186f77457cb50eccb completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5979e7fe86f774311955e613", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5cadc190ae921500103bb3b6", - "602a9740da11d6478d5a06dc", - "5f36a0e5fbf956000b716b65", - "5abccb7dd8ce87001773e277", - "59f98b4986f7746f546d2cef", - "56e0598dd2720bb5668b45a6", - "5a17f98cfcdbcb0980087290", - "5448bd6b4bdc2dfc2f8b4569", - "5a7ae0c351dfba0017554310", - "5b1fa9b25acfc40018633c01", - "5e81c3cbac2bb513793cdc75", - "576a581d2459771e7b1bc4f1", - "5b3b713c5acfc4330140bd8d", - "56d59856d2720bd8418b456a", - "571a12c42459771f627b58a0", - "5d67abc1a4b93614ec50137f", - "5d3eb3b0a4b93615055e84d2", - "579204f224597773d619e051", - "6193a720f8ee7e52e42109ed", - "624c2e8614da335f1e034d8c", - "61a4c8884f95bc3b2c5dc96f", - "620109578d82e67e7911abf2", - "633ec7c2a6918cb895019c6c", - "63088377b5cd696784087147", - "669fa409933e898cce0c2166", - "669fa3f88abd2662d80eee77", - "669fa3d876116c89840b1217", - "669fa39b48fc9f8db6035a0c", - "668fe5a998b5ad715703ddd6" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "596b45e786f77457c7006f87" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c9b5e3f86f7744aab7329b5", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9250d86f7747aa94283f3", + "id": "6399b4d7e5163c24b3029357", + "type": "Item", "index": 0, - "parentId": "", - "value": 8, - "visibilityConditions": [] + "target": "68010065f81036801d0b1c5c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c5a", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c5b", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1c5c", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] }, { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9251186f774787316f80f", + "availableInGameEditions": [], + "id": "63a19caf5032c67f050dd95f", + "type": "AssortmentUnlock", "index": 0, - "parentId": "", - "status": [ - 4 + "target": "68010065f81036801d0b1c5d", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1c5d", + "_tpl": "5d44069ca4b9361ebd26fc37" + } ], - "target": "596b36c586f77450d6045ad2", - "visibilityConditions": [] + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" } ], "Fail": [] }, - "declinePlayerMessage": "596b455186f77457cb50eccb declinePlayerMessage", - "description": "596b455186f77457cb50eccb description", - "failMessageText": "596b455186f77457cb50eccb failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979e80986f77437584fb8b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "596b455186f77457cb50eccb name", - "note": "596b455186f77457cb50eccb note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8afb2a0b5c924fc6e9d52", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5300 - }, - { - "availableInGameEditions": [], - "id": "60c8afbf83161b326c47110b", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb59d2f09d61072d6cf22a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103346", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 70000 - } - } - ], - "target": "67eb506040b1947a72103346", - "type": "Item", - "unknown": false, - "value": 70000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2e5dc086f77452ee40c4b3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103348", - "_tpl": "545cdae64bdc2d39198b4568", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103348", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac6676e86f774056634a230", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103349", - "_tpl": "61a4c8884f95bc3b2c5dc96f", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a7210334a", - "_tpl": "619f54a1d25cbd424731fb99", - "parentId": "67eb506040b1947a72103349", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210334b", - "_tpl": "619f4f8c4c58466fe1228439", - "parentId": "67eb506040b1947a72103349", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210334c", - "_tpl": "619f52454c58466fe122843b", - "parentId": "67eb506040b1947a72103349", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a7210334d", - "_tpl": "619f4ab2d25cbd424731fb95", - "parentId": "67eb506040b1947a72103349", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210334e", - "_tpl": "5a7b483fe899ef0016170d15", - "parentId": "67eb506040b1947a72103349", - "slotId": "mod_tactical" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103349", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "60c8afc91f21c1669a48c327", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": -0.05 - }, - { - "availableInGameEditions": [], - "id": "60c8afce9339363e8f0c6ada", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": -0.02 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "596b455186f77457cb50eccb startedMessageText", - "status": 0, - "successMessageText": "596b455186f77457cb50eccb successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "5979ed3886f77431307dc512": { - "QuestName": "Whats on the Flash Drive", - "_id": "5979ed3886f77431307dc512", - "acceptPlayerMessage": "5979ed3886f77431307dc512 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5d6fbc2886f77449d825f9d3": { + "QuestName": "Mentor", + "_id": "5d6fbc2886f77449d825f9d3", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5979ed3886f77431307dc512 changeQuestMessageText", - "completePlayerMessage": "5979ed3886f77431307dc512 completePlayerMessage", + "acceptPlayerMessage": "5d6fbc2886f77449d825f9d3 acceptPlayerMessage", + "changeQuestMessageText": "5d6fbc2886f77449d825f9d3 changeQuestMessageText", + "completePlayerMessage": "5d6fbc2886f77449d825f9d3 completePlayerMessage", "conditions": { "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979ee2986f7743ec214c7a4", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590c621186f774138d11ea29" - ], - "value": 2, - "visibilityConditions": [] - }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979ee4586f7743ec214c7a5", - "index": 1, + "id": "5d6fbf0f86f77449d97f738e", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590c621186f774138d11ea29" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9252a86f7747975281404", - "index": 0, - "parentId": "", - "value": 8, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59819f0986f7744e6d0b7520", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "596b43fb86f77457ca186186", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5979ed3886f77431307dc512 declinePlayerMessage", - "description": "5979ed3886f77431307dc512 description", - "failMessageText": "5979ed3886f77431307dc512 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979ed4c86f7742f55674442.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5979ed3886f77431307dc512 name", - "note": "5979ed3886f77431307dc512 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c94fe9586f774551757f04b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - }, - { - "availableInGameEditions": [], - "id": "60c8b0041f21c1669a48c328", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2e5e6986f77452ec0fe0d8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210362e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a7210362e", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec19b9ae16f6c41ee735266", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210362f", - "_tpl": "587e02ff24597743df3deaeb", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103630", - "_tpl": "5d0236dad7ad1a0940739d29", - "parentId": "67eb506040b1947a7210362f", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103631", - "_tpl": "5d023784d7ad1a049d4aa7f2", - "parentId": "67eb506040b1947a72103630", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103632", - "_tpl": "653ed132896b99b40a0292e6", - "parentId": "67eb506040b1947a72103630", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103633", - "_tpl": "587df3a12459772c28142567", - "parentId": "67eb506040b1947a7210362f", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103634", - "_tpl": "587e08ee245977446b4410cf", - "parentId": "67eb506040b1947a7210362f", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103635", - "_tpl": "634eff66517ccc8a960fc735", - "parentId": "67eb506040b1947a7210362f", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103636", - "_tpl": "634f05a21f9f536910079b56", - "parentId": "67eb506040b1947a72103635", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103637", - "_tpl": "634f036a517ccc8a960fc746", - "parentId": "67eb506040b1947a72103636", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103638", - "_tpl": "653ece125a1690d9d90491e8", - "parentId": "67eb506040b1947a72103637", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103639", - "_tpl": "574db213245977459a2f3f5d", - "parentId": "67eb506040b1947a72103636", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210363a", - "_tpl": "634f06262e5def262d0b30ca", - "parentId": "67eb506040b1947a7210362f", - "slotId": "mod_reciever" - } - ], - "target": "67eb506040b1947a7210362f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2e5fa786f77452ef4a6253", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210363c", - "_tpl": "587df583245977373c4f1129", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210363d", - "_tpl": "587df583245977373c4f1129", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210363d", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec19c23c9ffe55cca300871", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210363f", - "_tpl": "593d490386f7745ee97a1555", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210363f", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5979ed3886f77431307dc512 startedMessageText", - "status": 0, - "successMessageText": "5979ed3886f77431307dc512 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "5979eee086f774311955e614": { - "QuestName": "Golden Swag", - "_id": "5979eee086f774311955e614", - "acceptPlayerMessage": "5979eee086f774311955e614 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5979eee086f774311955e614 changeQuestMessageText", - "completePlayerMessage": "5979eee086f774311955e614 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979ef4586f77431307dc513", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, "onlyFoundInRaid": false, - "parentId": "", + "dynamicLocale": false, "target": [ - "5939a00786f7742fe8132936" + "569668774bdc2da2298b4568" ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5979ef7986f77431307dc514", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5939a00786f7742fe8132936" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "extraction_zone_zibbo" - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9254086f7747ab1774af3", - "index": 0, - "parentId": "", - "value": 8, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59819f1486f774559b21772d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5979ed3886f77431307dc512", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5979eee086f774311955e614 declinePlayerMessage", - "description": "5979eee086f774311955e614 description", - "failMessageText": "5979eee086f774311955e614 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979ef2a86f77431185415c3.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5979eee086f774311955e614 name", - "note": "5979eee086f774311955e614 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "59c4dbae86f77473ed2cc3a5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032a3", - "_tpl": "5913611c86f77479e0084092", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032a3", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8b02083161b326c47110c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - }, - { - "availableInGameEditions": [], - "id": "60c8b029e4d30047b777b319", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2e628686f7741d1e5b9016", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032a5", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 17000 - } - } - ], - "target": "67eb506040b1947a721032a5", - "type": "Item", - "unknown": false, - "value": 17000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5a8ee3d0247e625da180", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032a6", - "_tpl": "60339954d62c9b14ed777c06", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032a7", - "_tpl": "602e71bd53a60014f9705bfa", - "parentId": "67eb506040b1947a721032a6", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721032a8", - "_tpl": "5a7ad2e851dfba0016153692", - "parentId": "67eb506040b1947a721032a6", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721032a9", - "_tpl": "602e63fb6335467b0c5ac94d", - "parentId": "67eb506040b1947a721032a6", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721032aa", - "_tpl": "603372b4da11d6478d5a07ff", - "parentId": "67eb506040b1947a721032a9", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721032ab", - "_tpl": "60337f5dce399e10262255d1", - "parentId": "67eb506040b1947a721032aa", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721032ac", - "_tpl": "6034e3cb0ddce744014cb870", - "parentId": "67eb506040b1947a721032a9", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721032ad", - "_tpl": "602e3f1254072b51b239f713", - "parentId": "67eb506040b1947a721032a6", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a721032ae", - "_tpl": "602e620f9b513876d4338d9a", - "parentId": "67eb506040b1947a721032ad", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a721032af", - "_tpl": "6033749e88382f4fab3fd2c5", - "parentId": "67eb506040b1947a721032a6", - "slotId": "mod_charge" - }, - { - "_id": "67eb506040b1947a721032b0", - "_tpl": "602f85fd9b513876d4338d9c", - "parentId": "67eb506040b1947a721032a6", - "slotId": "mod_tactical_000" - } - ], - "target": "67eb506040b1947a721032a6", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5ac07c496e588343a1a8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032b3", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032b4", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a721032b3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a721032b5", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032b6", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a721032b5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a721032b7", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032b8", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a721032b7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a721032b7", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5afb7c496e588343a1ab", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032ba", - "_tpl": "5a7ad2e851dfba0016153692", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032bb", - "_tpl": "5a7ad2e851dfba0016153692", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032bb", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5ac667f686f77403df401d1d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032bc", - "_tpl": "584984812459776a704a82a6" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a721032bc", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5979eee086f774311955e614 startedMessageText", - "status": 0, - "successMessageText": "5979eee086f774311955e614 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "5979f8bb86f7743ec214c7a6": { - "QuestName": "Polikhim Hobo", - "_id": "5979f8bb86f7743ec214c7a6", - "acceptPlayerMessage": "5979f8bb86f7743ec214c7a6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5979f8bb86f7743ec214c7a6 changeQuestMessageText", - "completePlayerMessage": "5979f8bb86f7743ec214c7a6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "598f0c6986f77468ba349ed5", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "598f0c6e86f7746eec40ad7a", - "target": [ - "bigmap" - ] - } - ], - "id": "598f0c6386f7746c837802cb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b0e766b86f7746bfa618964", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 25, + "value": 50000, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a0a9d86f77426d66c0632", + "id": "5d77c55886f7742fa901bcc4", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5a27bc6986f7741c7358402b", "status": [ 2, 4 ], - "target": "5979f9ba86f7740f6c3fe9f2", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5979f8bb86f7743ec214c7a6 declinePlayerMessage", - "description": "5979f8bb86f7743ec214c7a6 description", - "failMessageText": "5979f8bb86f7743ec214c7a6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", - "instantComplete": false, + "description": "5d6fbc2886f77449d825f9d3 description", + "failMessageText": "5d6fbc2886f77449d825f9d3 failMessageText", + "declinePlayerMessage": "5d6fbc2886f77449d825f9d3 declinePlayerMessage", + "name": "5d6fbc2886f77449d825f9d3 name", + "note": "5d6fbc2886f77449d825f9d3 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", + "type": "Completion", "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5979f8bb86f7743ec214c7a6 name", - "note": "5979f8bb86f7743ec214c7a6 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d6fbc2886f77449d825f9d3 startedMessageText", + "successMessageText": "5d6fbc2886f77449d825f9d3 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8abd283161b326c471109", + "value": 300, + "id": "5d78ce4986f77437f7656bf2", + "type": "Skill", "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60c89f1383161b326c471103", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb4b6eaf2e5506c3781d80", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103172", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72103172", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4b3f8f570e28f1480be6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103174", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103175", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103176", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103176", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4b51e3d0247e625da173", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103178", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103179", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210317a", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210317a", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4b62f09d61072d6cf21f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210317c", - "_tpl": "5a0c27731526d80618476ac4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210317c", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "629f028bd285f377953b2412", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5979f8bb86f7743ec214c7a6 startedMessageText", - "status": 0, - "successMessageText": "5979f8bb86f7743ec214c7a6 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "5979f9ba86f7740f6c3fe9f2": { - "QuestName": "Chemical - Part 1", - "_id": "5979f9ba86f7740f6c3fe9f2", - "acceptPlayerMessage": "5979f9ba86f7740f6c3fe9f2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5979f9ba86f7740f6c3fe9f2 changeQuestMessageText", - "completePlayerMessage": "5979f9ba86f7740f6c3fe9f2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979fc2686f77426d702a0f2", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5939e5a786f77461f11c0098" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979fc7e86f77426d702a0f4", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5939e5a786f77461f11c0098" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a5778ee86f7743e84764334", - "target": "5979fc2686f77426d702a0f2" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979fc5386f77426d702a0f3", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5780cfa52459777dfb276eb1" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5979fc9286f77426d702a0f5", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5780cfa52459777dfb276eb1" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57790986f7740d2014edfd", - "target": "5979fc5386f77426d702a0f3" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fbc1a86f77459d52a16ae", - "target": "bomj_place", - "value": 1 - } - ], - "id": "5a3fbbfd86f77459d52a16a7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fbbfd86f77459d52a16a8", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5979fc2686f77426d702a0f2", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9257d86f774789e6e45b7", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59b95c7786f77418457056ed", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5979eee086f774311955e614", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5979f9ba86f7740f6c3fe9f2 declinePlayerMessage", - "description": "5979f9ba86f7740f6c3fe9f2 description", - "failMessageText": "5979f9ba86f7740f6c3fe9f2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c1285d86f77415042983dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5979f9ba86f7740f6c3fe9f2 name", - "note": "5979f9ba86f7740f6c3fe9f2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c94febb86f77455192fa42b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4800 - }, - { - "availableInGameEditions": [], - "id": "60c8b03f919c14709f497393", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2e791f86f7741a9612d1f3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103626", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 15000 - } - } - ], - "target": "67eb506040b1947a72103626", - "type": "Item", - "unknown": false, - "value": 15000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5b603e4e974efa3452cb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210362a", - "_tpl": "5d5e9c74a4b9364855191c40", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210362b", - "_tpl": "657f8b94f92cd718b70154ff", - "parentId": "67eb506040b1947a7210362a", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210362c", - "_tpl": "657f8b43f92cd718b70154fb", - "parentId": "67eb506040b1947a7210362a", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a7210362a", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5979f9ba86f7740f6c3fe9f2 startedMessageText", - "status": 0, - "successMessageText": "5979f9ba86f7740f6c3fe9f2 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "597a0b2986f77426d66c0633": { - "QuestName": "Chemical - Part 2", - "_id": "597a0b2986f77426d66c0633", - "acceptPlayerMessage": "597a0b2986f77426d66c0633 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "597a0b2986f77426d66c0633 changeQuestMessageText", - "completePlayerMessage": "597a0b2986f77426d66c0633 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a0be986f774273b74f673", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "590c62a386f77412b0130255" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a0bf886f7742717106d13", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "590c62a386f77412b0130255" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5eb3db8baf1da579ab1aafee", - "target": "597a0be986f774273b74f673" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a0bb486f77426d66c0634", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5939e9b286f77462a709572c" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a0bdb86f7742717106d12", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5939e9b286f77462a709572c" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57794786f7743e797f66a7", - "target": "597a0bb486f77426d66c0634" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a925a286f774792b624b71", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9258a86f7747ab05f3575", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5979f9ba86f7740f6c3fe9f2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "597a0b2986f77426d66c0633 declinePlayerMessage", - "description": "597a0b2986f77426d66c0633 description", - "failMessageText": "597a0b2986f77426d66c0633 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/594d248186f7740e670685db.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "597a0b2986f77426d66c0633 name", - "note": "597a0b2986f77426d66c0633 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "597afde186f7741ce2755edc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034b8", - "_tpl": "5780cfa52459777dfb276eb1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034b8", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8b05680b2027f403dd998", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4800 - }, - { - "availableInGameEditions": [], - "id": "60c8b05b9339363e8f0c6adc", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2e797e86f7741a95102602", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034ba", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 15000 - } - } - ], - "target": "67eb506040b1947a721034ba", - "type": "Item", - "unknown": false, - "value": 15000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "597afde186f7741ce2755edb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034bc", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034bd", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034be", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034be", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5ba0e3d0247e625da186", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034c0", - "_tpl": "60391b0fb847c71012789415", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034c1", - "_tpl": "60391b0fb847c71012789415", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034c1", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5ac668d386f774066f04bd58", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034c2", - "_tpl": "5a966f51a2750c00156aacf6" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721034c2", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", + "target": "Sniper", "unknown": false } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "597a0b2986f77426d66c0633 startedMessageText", - "status": 0, - "successMessageText": "597a0b2986f77426d66c0633 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "597a0e5786f77426d66c0636": { - "QuestName": "Chemical - Part 3", - "_id": "597a0e5786f77426d66c0636", - "acceptPlayerMessage": "597a0e5786f77426d66c0636 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "597a0e5786f77426d66c0636 changeQuestMessageText", - "completePlayerMessage": "597a0e5786f77426d66c0636 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a15b386f774799e5cd152", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "593a87af86f774122f54a951" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a15c386f77405ba6887d2", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "593a87af86f774122f54a951" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57795786f774411f6c2fc1", - "target": "597a15b386f774799e5cd152" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a925b786f7747c3f075aaa", - "index": 0, - "parentId": "", - "value": 11, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59819f3186f77455b707f9c1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "597a0b2986f77426d66c0633", - "visibilityConditions": [] - } ], "Fail": [] }, - "declinePlayerMessage": "597a0e5786f77426d66c0636 declinePlayerMessage", - "description": "597a0e5786f77426d66c0636 description", - "failMessageText": "597a0e5786f77426d66c0636 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/594d247486f77426ad2fd20b.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "597a0e5786f77426d66c0636 name", - "note": "597a0e5786f77426d66c0636 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c94ff1286f774551617862b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5400 - }, - { - "availableInGameEditions": [], - "id": "60c8b0739339363e8f0c6add", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb5beda7d63f18200a19a7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210340f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 22000 - } - } - ], - "target": "67eb506040b1947a7210340f", - "type": "Item", - "unknown": false, - "value": 22000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5bf8af2e5506c3781d8c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103411", - "_tpl": "576fd4ec2459777f0b518431", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103411", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5c0b179f8541b84691d1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103413", - "_tpl": "5a0c27731526d80618476ac4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103414", - "_tpl": "5a0c27731526d80618476ac4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103415", - "_tpl": "5a0c27731526d80618476ac4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103416", - "_tpl": "5a0c27731526d80618476ac4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103416", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "id": "5d6e71cc86f77410d46d1e43", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": -0.01 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "597a0e5786f77426d66c0636 startedMessageText", - "status": 0, - "successMessageText": "597a0e5786f77426d66c0636 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "597a0f5686f774273b74f676": { - "QuestName": "Chemical - Part 4", - "_id": "597a0f5686f774273b74f676", - "acceptPlayerMessage": "597a0f5686f774273b74f676 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "597a0f5686f774273b74f676 changeQuestMessageText", - "completePlayerMessage": "597a0f5686f774273b74f676 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fbcb286f7745b44117b91", - "target": "gazel", - "value": 1 - } - ], - "id": "5a3fbc9586f77459d52a16c3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fbc9586f77459d52a16c4", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59b242ea86f7741e6e0e7a86", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "gazel" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "59b95df386f7741b653edfd3", - "target": [ - "bigmap" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "59b95df686f774184302e219", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "59b95de686f77418457056ee" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59b95de686f77418457056ef", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57798086f774411f6c320b", - "target": "59b242ea86f7741e6e0e7a86" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59b95cda86f77418424a36ce", - "index": 0, - "parentId": "", - "value": 11, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c2500d86f774494e06332f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "597a0e5786f77426d66c0636", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a19ff86f774792c2e36f2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "597a171586f77405ba6887d3", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a1a0486f774779c70e8a6", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "597a160786f77477531d39d2", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "597a0f5686f774273b74f676 declinePlayerMessage", - "description": "597a0f5686f774273b74f676 description", - "failMessageText": "597a0f5686f774273b74f676 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5998365786f7745cb22fea42.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "597a0f5686f774273b74f676 name", - "note": "597a0f5686f774273b74f676 note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "60c8be9de4d30047b777b31e", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": -0.25 - } - ], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "59983ed086f7740a8a2bd18c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033fb", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033fb", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8b0aa9bdefb3130121b0b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6500 - }, - { - "availableInGameEditions": [], - "id": "60c8b0b5e4d30047b777b31a", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ebfc029b5549c7b5203b581", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033fd", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a721033fd", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ebfc018451f0b0e647eb471", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033ff", - "_tpl": "5e2af55f86f7746d4159f07c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033ff", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "597a0f5686f774273b74f676 startedMessageText", - "status": 0, - "successMessageText": "597a0f5686f774273b74f676 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "597a160786f77477531d39d2": { - "QuestName": "Out of Curiosity", - "_id": "597a160786f77477531d39d2", - "acceptPlayerMessage": "597a160786f77477531d39d2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "597a160786f77477531d39d2 changeQuestMessageText", - "completePlayerMessage": "597a160786f77477531d39d2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fc20386f7744cd808dd37", - "target": "gazel", - "value": 1 - } - ], - "id": "5a3fc1f286f7744ccc15d642" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fc1f286f7744ccc15d643", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5998366886f77455853b2d9f", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "gazel" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a577aaa86f7743e797f6dcb", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a577abe86f7743e84764c96", - "target": [ - "bigmap" - ] - } - ], - "id": "597a166d86f774779c70e8a3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a166d86f774779c70e8a4", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a5777bd86f7740ad907c6e9", - "target": "5998366886f77455853b2d9f" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a161086f77477531d39d3", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "597a0f5686f774273b74f676", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a16e386f77477531d39d5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "597a0f5686f774273b74f676", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a1a3186f77475b4612032", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "597a171586f77405ba6887d3", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "597a160786f77477531d39d2 declinePlayerMessage", - "description": "597a160786f77477531d39d2 description", - "failMessageText": "597a160786f77477531d39d2 failMessageText", "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "597a160786f77477531d39d2 name", - "note": "597a160786f77477531d39d2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "60c8beba2238043a52678649", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": -0.25 - } - ], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c39e9bdefb3130121b12", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7700 - }, - { - "availableInGameEditions": [], - "id": "60cb6e3ef09d61072d6cfbc3", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "597afde186f7741ce2755ee8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103335", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 170000 - } - } - ], - "target": "67eb506040b1947a72103335", - "type": "Item", - "unknown": false, - "value": 170000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ebfbfc0b5549c7b5203b580", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103337", - "_tpl": "619cbf7d23893217ec30b689", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103337", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "597a160786f77477531d39d2 startedMessageText", - "status": 0, - "successMessageText": "597a160786f77477531d39d2 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "597a171586f77405ba6887d3": { - "QuestName": "Big Customer", - "_id": "597a171586f77405ba6887d3", - "acceptPlayerMessage": "597a171586f77405ba6887d3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "597a171586f77405ba6887d3 changeQuestMessageText", - "completePlayerMessage": "597a171586f77405ba6887d3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3fbee386f77414433f8c8e", - "target": "gazel", - "value": 1 - } - ], - "id": "5a3fbec386f77413bd5fc209" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3fbec386f77413bd5fc20a", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5998360886f77456936817f3", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "gazel" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "597a178e86f77477531d39d6", - "target": [ - "bigmap" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a577e7686f7742f6130009c", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "597a178786f774799e5cd154" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a178786f774799e5cd155", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a577e9e86f7742f600a7045", - "target": "5998360886f77456936817f3" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b7a8d9e5100e01df74ed8b", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "597a0f5686f774273b74f676", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a198586f77405ba6887d5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "597a0f5686f774273b74f676", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a199486f774799e5cd156", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "597a160786f77477531d39d2", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "597a171586f77405ba6887d3 declinePlayerMessage", - "description": "597a171586f77405ba6887d3 description", - "failMessageText": "597a171586f77405ba6887d3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "597a171586f77405ba6887d3 name", - "note": "597a171586f77405ba6887d3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "60c8be8680b2027f403dd99a", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": -0.25 - } - ], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8ac8a83161b326c47110a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8100 - }, - { - "availableInGameEditions": [], - "id": "60c89fef919c14709f49738b", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a577fe586f77432572473b4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103158", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 200000 - } - } - ], - "target": "67eb506040b1947a72103158", - "type": "Item", - "unknown": false, - "value": 200000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4e737c496e588343a19e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210315c", - "_tpl": "5df8a2ca86f7740bfe6df777", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210315d", - "_tpl": "656fd7c32668ef0402028fb9", - "parentId": "67eb506040b1947a7210315c", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210315e", - "_tpl": "656fd89bf5a9631d4e042575", - "parentId": "67eb506040b1947a7210315c", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a7210315c", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ebfbfd80135590512408dba", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103160", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103161", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103161", - "type": "Item", - "unknown": true, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "597a171586f77405ba6887d3 startedMessageText", - "status": 0, - "successMessageText": "597a171586f77405ba6887d3 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" + "status": 0 }, "59c124d686f774189b3c843f": { "QuestName": "BP Depot", "_id": "59c124d686f774189b3c843f", - "acceptPlayerMessage": "59c124d686f774189b3c843f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59c124d686f774189b3c843f acceptPlayerMessage", "changeQuestMessageText": "59c124d686f774189b3c843f changeQuestMessageText", "completePlayerMessage": "59c124d686f774189b3c843f completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59c128b986f77415037680df", "index": 0, "parentId": "", + "dynamicLocale": false, "plantTime": 30, + "zoneId": "fuel1", "target": [ "5991b51486f77447b112d44f" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "fuel1" + "visibilityConditions": [] }, { "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59c128cc86f774189b3c84b5", "index": 1, "parentId": "", + "dynamicLocale": false, "plantTime": 30, + "zoneId": "fuel2", "target": [ "5991b51486f77447b112d44f" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "fuel2" + "visibilityConditions": [] }, { "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59c128d886f77414fe7f1a64", "index": 2, "parentId": "", + "dynamicLocale": false, "plantTime": 30, + "zoneId": "fuel3", "target": [ "5991b51486f77447b112d44f" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "fuel3" + "visibilityConditions": [] }, { "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59c128f386f774189b3c84bb", "index": 3, "parentId": "", + "dynamicLocale": false, "plantTime": 30, + "zoneId": "fuel4", "target": [ "5991b51486f77447b112d44f" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "fuel4" + "visibilityConditions": [] }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5c92184386f7746afa2e783f", "conditions": [ { - "conditionType": "ExitStatus", - "dynamicLocale": false, "id": "5c92189286f7746af93240ab", + "dynamicLocale": false, "status": [ "Survived", "Runner" - ] + ], + "conditionType": "ExitStatus" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "604240ceabf6800310035513", + "dynamicLocale": false, "target": [ "bigmap" - ] + ], + "conditionType": "Location" } - ], - "id": "5c92184386f7746afa2e783f" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c92184386f7746afa2e7840", "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "5f9d4563f254e6181a4e1552", - "target": "59c128b986f77415037680df" + "target": "59c128b986f77415037680df", + "conditionType": "CompleteCondition" }, { - "conditionType": "CompleteCondition", "id": "5f9d4578c3904e10bf3c454c", - "target": "59c128cc86f774189b3c84b5" + "target": "59c128cc86f774189b3c84b5", + "conditionType": "CompleteCondition" }, { - "conditionType": "CompleteCondition", "id": "5f9d45820905e01479325c1f", - "target": "59c128d886f77414fe7f1a64" + "target": "59c128d886f77414fe7f1a64", + "conditionType": "CompleteCondition" }, { - "conditionType": "CompleteCondition", "id": "5f9d4594f254e6181a4e1554", - "target": "59c128f386f774189b3c84bb" + "target": "59c128f386f774189b3c84bb", + "conditionType": "CompleteCondition" } - ] + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5a60963486f7745c452e10d1", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 5, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "60a6486cc15b714d7b0a83d4", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "59674eb386f774539f14813a", "status": [ 4 ], - "target": "59674eb386f774539f14813a", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59c124d686f774189b3c843f declinePlayerMessage", "description": "59c124d686f774189b3c843f description", "failMessageText": "59c124d686f774189b3c843f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c133eb86f7740e7b544c71.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", + "declinePlayerMessage": "59c124d686f774189b3c843f declinePlayerMessage", "name": "59c124d686f774189b3c843f name", "note": "59c124d686f774189b3c843f note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c133eb86f7740e7b544c71.jpg", + "type": "Discover", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59c124d686f774189b3c843f startedMessageText", + "successMessageText": "59c124d686f774189b3c843f successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, + "value": 4, "id": "59c1296686f77415077de0d9", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1c62", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72102e82", + "_id": "68010065f81036801d0b1c5f", "_tpl": "5991b51486f77447b112d44f", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102e83", + "_id": "68010065f81036801d0b1c60", "_tpl": "5991b51486f77447b112d44f", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102e84", + "_id": "68010065f81036801d0b1c61", "_tpl": "5991b51486f77447b112d44f", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102e85", + "_id": "68010065f81036801d0b1c62", "_tpl": "5991b51486f77447b112d44f", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72102e85", - "type": "Item", - "unknown": false, - "value": 4 + ] } ], "Success": [ { "availableInGameEditions": [], + "value": 2800, "id": "60c8a6e983161b326c471108", - "index": 0, "type": "Experience", - "unknown": false, - "value": 2800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "60dc29aa26e07f7d8637d104", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 30000, "id": "5fe3063764942071c54bc12b", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1c64", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102e87", + "_id": "68010065f81036801d0b1c64", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 30000 } } - ], - "target": "67eb506040b1947a72102e87", - "type": "Item", - "unknown": false, - "value": 30000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "60cb47d3e3d0247e625da16f", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1c67", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72102e89", + "_id": "68010065f81036801d0b1c66", "_tpl": "5d1b371186f774253763a656", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102e8a", + "_id": "68010065f81036801d0b1c67", "_tpl": "5d1b371186f774253763a656", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72102e8a", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], "id": "63a19f65d6d4651e53602aed", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b1c68", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72102e8b", + "_id": "68010065f81036801d0b1c68", "_tpl": "57f4c844245977379d5c14d1" }, { - "_id": "67eb506040b1947a72102e8c", + "_id": "68010065f81036801d0b1c69", "_tpl": "57d152ec245977144076ccdf", - "parentId": "67eb506040b1947a72102e8b", + "parentId": "68010065f81036801d0b1c68", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a72102e8d", + "_id": "68010065f81036801d0b1c6a", "_tpl": "57d1519e24597714373db79d", - "parentId": "67eb506040b1947a72102e8b", + "parentId": "68010065f81036801d0b1c68", "slotId": "mod_magazine" } ], "loyaltyLevel": 1, - "target": "67eb506040b1947a72102e8b", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "54cb50c76803fa8b248b4571" }, { "availableInGameEditions": [], + "value": -0.01, "id": "5d72501386f7740aff6e375a", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": -0.01 + "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "59c124d686f774189b3c843f startedMessageText", - "status": 0, - "successMessageText": "59c124d686f774189b3c843f successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Discover" - }, - "59c50a9e86f7745fef66f4ff": { - "QuestName": "The Punisher - Part 1", - "_id": "59c50a9e86f7745fef66f4ff", - "acceptPlayerMessage": "59c50a9e86f7745fef66f4ff acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "6089736efa70fc097863b8f6": { + "QuestName": "Back Door", + "_id": "6089736efa70fc097863b8f6", "canShowNotificationsInGame": true, - "changeQuestMessageText": "59c50a9e86f7745fef66f4ff changeQuestMessageText", - "completePlayerMessage": "59c50a9e86f7745fef66f4ff completePlayerMessage", + "acceptPlayerMessage": "6089736efa70fc097863b8f6 acceptPlayerMessage", + "changeQuestMessageText": "6089736efa70fc097863b8f6 changeQuestMessageText", + "completePlayerMessage": "6089736efa70fc097863b8f6 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "608a94101a66564e74191fc2", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "609a3458eca522371e5725eb", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "59674d5586f72226b62554e7", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", + "target": "mechanik_exit_area_1", "value": 1, - "weapon": [ - "5abcbc27d8ce8700182eceeb", - "59d6088586f774275f37482f", - "59ff346386f77477562ff5e2", - "5a0ec13bfcdbcb00165aa685", - "59e6152586f77473dc057aa1", - "5ac66d2e5acfc43b321d4b53", - "5ac66d725acfc43b321d4b60" + "conditionType": "VisitPlace" + } + ] + }, + "id": "608a94101a66564e74191fc3", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608a94ae1a66564e74191fc5", + "conditions": [ + { + "id": "608aaf121124f748c94b8064", + "dynamicLocale": false, + "status": [ + "Survived" ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "ExitStatus" }, { - "conditionType": "Location", + "id": "608aaf1a59b92115597ad78b", "dynamicLocale": false, - "id": "59c52b3e86f7745fed319382", - "target": [ - "Shoreline" - ] + "zoneIds": [ + "mechanik_exit_area_1" + ], + "conditionType": "InZone" } - ], - "id": "59674d5186f77446b032d2f1" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59674d5186f00443b872d5f7", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "608a94ae1a66564e74191fc6", + "index": 1, "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": true, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "609a345d34103b660e791a31", + "target": "608a94101a66564e74191fc3", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926b186f774753c5479a2", + "id": "60bf7353bf90bf6b431e8964", "index": 0, "parentId": "", - "value": 17, + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a1f7586f2741ddd6c10c8", + "id": "60bf734bb73d016d6838ad86", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5ac3477486f7741d651d6885", "status": [ 4 ], - "target": "5967725e86f774601a446662", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59c50a9e86f7745fef66f4ff declinePlayerMessage", - "description": "59c50a9e86f7745fef66f4ff description", - "failMessageText": "59c50a9e86f7745fef66f4ff failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5968ec2986f7741ddf17db83.jpg", - "instantComplete": false, + "description": "6089736efa70fc097863b8f6 description", + "failMessageText": "6089736efa70fc097863b8f6 failMessageText", + "declinePlayerMessage": "6089736efa70fc097863b8f6 declinePlayerMessage", + "name": "6089736efa70fc097863b8f6 name", + "note": "6089736efa70fc097863b8f6 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", + "type": "Completion", "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "59c50a9e86f7745fef66f4ff name", - "note": "59c50a9e86f7745fef66f4ff note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6089736efa70fc097863b8f6 startedMessageText", + "successMessageText": "6089736efa70fc097863b8f6 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8aca91f21c1669a48c325", - "index": 0, + "value": 8200, + "id": "60bf704c81c6e80e702ccc0a", "type": "Experience", - "unknown": false, - "value": 10200 - }, - { - "availableInGameEditions": [], - "id": "60c8a019a0b5c924fc6e9d4e", "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fb0db86f7747694379ad2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f17", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a72102f17", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "id": "655b78e3975a7f3c734661aa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f18", - "_tpl": "5656d7c34bdc2d9d198b4587" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102f18", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2fb0f286f774769732daa4", + "value": 0.02, + "id": "60bf7058b73d016d6838ad82", + "type": "TraderStanding", "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1000, + "id": "60bf70bb81c6e80e702ccc0b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c6c", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102f26", - "_tpl": "545cdb794bdc2d3a198b456a", + "_id": "68010065f81036801d0b1c6c", + "_tpl": "569668774bdc2da2298b4568", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60bf70ac9903f107aa251f36", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c6d", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c6d", + "_tpl": "55801eed4bdc2d89578b4588", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } } }, { - "_id": "67eb506040b1947a72102f27", - "_tpl": "6575ce3716c2762fba0057fd", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Soft_armor_front", + "_id": "68010065f81036801d0b1c6e", + "_tpl": "559ba5b34bdc2d1f1a8b4582", + "parentId": "68010065f81036801d0b1c6d", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1c6f", + "_tpl": "56083e1b4bdc2dc8488b4572", + "parentId": "68010065f81036801d0b1c6d", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1c70", + "_tpl": "56083eab4bdc2d26448b456a", + "parentId": "68010065f81036801d0b1c6d", + "slotId": "mod_tactical" + }, + { + "_id": "68010065f81036801d0b1c71", + "_tpl": "560e620e4bdc2d724b8b456b", + "parentId": "68010065f81036801d0b1c6d", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1c72", + "_tpl": "61faa91878830f069b6b7967", + "parentId": "68010065f81036801d0b1c6d", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1c73", + "_tpl": "56ea8222d2720b69698b4567", + "parentId": "68010065f81036801d0b1c72", + "slotId": "mod_bipod" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27b9de86f77464e5044585": { + "QuestName": "The Cult - Part 1", + "_id": "5a27b9de86f77464e5044585", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27b9de86f77464e5044585 acceptPlayerMessage", + "changeQuestMessageText": "5a27b9de86f77464e5044585 changeQuestMessageText", + "completePlayerMessage": "5a27b9de86f77464e5044585 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba51d86f7743af1475c39", + "conditions": [ + { + "id": "5a3ba52586f77464d01fd619", + "dynamicLocale": false, + "target": "place_peacemaker_007_1_N1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba51d86f7743af1475c3a", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a28051286f7740eb10bac03", + "conditions": [ + { + "id": "5a28054586f7740f9e121614", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5a2eb6e586f7747063190763", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5a28051286f7740eb10bac04", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60a9aa86f77455b64814e2", + "target": "5a3ba51d86f7743af1475c3a", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a71f786f7745b18478ef9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28035486f77450e46b45f1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b87686f77460de0252a8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63aac6b6160cc610ba00a579", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27b9de86f77464e5044585 description", + "failMessageText": "5a27b9de86f77464e5044585 failMessageText", + "declinePlayerMessage": "5a27b9de86f77464e5044585 declinePlayerMessage", + "name": "5a27b9de86f77464e5044585 name", + "note": "5a27b9de86f77464e5044585 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5a29222486f77456f50d09e7.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27b9de86f77464e5044585 startedMessageText", + "successMessageText": "5a27b9de86f77464e5044585 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6200, + "id": "60cc6af777dc197c774254a6", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc6afbaf2e5506c378229a", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 700, + "id": "5a2803a286f774528903e08e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c75", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1c75", + "_tpl": "5696686a4bdc2da3298b456a", "upd": { + "StackObjectsCount": 700 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5a2803c386f7740e44081674", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c79", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c77", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f28", - "_tpl": "6575ce45dc9932aed601c616", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Soft_armor_back", + "_id": "68010065f81036801d0b1c78", + "_tpl": "5734758f24597738025ee253", "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f29", - "_tpl": "6575ce5016c2762fba005802", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Soft_armor_left", + "_id": "68010065f81036801d0b1c79", + "_tpl": "5734758f24597738025ee253", "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27b7d686f77460d847e6a6": { + "QuestName": "Scrap Metal", + "_id": "5a27b7d686f77460d847e6a6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27b7d686f77460d847e6a6 acceptPlayerMessage", + "changeQuestMessageText": "5a27b7d686f77460d847e6a6 changeQuestMessageText", + "completePlayerMessage": "5a27b7d686f77460d847e6a6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5a37e8ae86f77415076b401d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_003_N1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a27fc8186f7746371546243", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_003_N2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a27fc9686f774675744bb60", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_003_N3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c939d0e86f774185203c4c2", + "conditions": [ + { + "id": "5c939d1886f7741229301dc2", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c939d2586f774122b6e7852", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c939d0e86f774185203c4c3", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5c9a166586f77438c80164e8", + "target": "5a37e8ae86f77415076b401d", + "conditionType": "CompleteCondition" + }, + { + "id": "5c9a166a86f7741da4659f71", + "target": "5a27fc8186f7746371546243", + "conditionType": "CompleteCondition" + }, + { + "id": "5c9a166f86f7747dbe2da3be", + "target": "5a27fc9686f774675744bb60", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a71c686f7745a9d6892e6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a27f95686f774268504c959", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b7a786f774579c3eb376", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27b7d686f77460d847e6a6 description", + "failMessageText": "5a27b7d686f77460d847e6a6 failMessageText", + "declinePlayerMessage": "5a27b7d686f77460d847e6a6 declinePlayerMessage", + "name": "5a27b7d686f77460d847e6a6 name", + "note": "5a27b7d686f77460d847e6a6 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5a29221d86f77457303da9fa.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27b7d686f77460d847e6a6 startedMessageText", + "successMessageText": "5a27b7d686f77460d847e6a6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60cc6963179f8541b8469249", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc69663e4e974efa345d00", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 900, + "id": "60cc696faf2e5506c3782296", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c7b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1c7b", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc697d7c496e588343a6b7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c7c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c7c", + "_tpl": "5926bb2186f7744b1c6c6e60", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1c7d", + "_tpl": "5926c3b286f774640d189b6b", + "parentId": "68010065f81036801d0b1c7c", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1c7e", + "_tpl": "5926c0df86f77462f647f764", + "parentId": "68010065f81036801d0b1c7c", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1c7f", + "_tpl": "5926c36d86f77467a92a8629", + "parentId": "68010065f81036801d0b1c7e", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1c80", + "_tpl": "5926d2be86f774134d668e4e", + "parentId": "68010065f81036801d0b1c7e", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1c81", + "_tpl": "5926d3c686f77410de68ebc8", + "parentId": "68010065f81036801d0b1c7e", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1c82", + "_tpl": "5926e16e86f7742f5a0f7ecb", + "parentId": "68010065f81036801d0b1c7e", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1c83", + "_tpl": "5926c32286f774616e42de99", + "parentId": "68010065f81036801d0b1c7c", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cc699198b49270603645b4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c8a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c86", + "_tpl": "657025a81419851aef03e724", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f2a", - "_tpl": "6575ce5befc786cd9101a671", - "parentId": "67eb506040b1947a72102f26", - "slotId": "soft_armor_right", + "_id": "68010065f81036801d0b1c87", + "_tpl": "56d59d3ad2720bdb418b4577", "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1c86", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c88", + "_tpl": "657025a81419851aef03e724", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f2b", - "_tpl": "6575ce6f16c2762fba005806", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Collar", + "_id": "68010065f81036801d0b1c89", + "_tpl": "56d59d3ad2720bdb418b4577", "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1c88", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c8a", + "_tpl": "657025a81419851aef03e724", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f2c", - "_tpl": "6575ce9db15fef3dd4051628", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Shoulder_l", + "_id": "68010065f81036801d0b1c8b", + "_tpl": "56d59d3ad2720bdb418b4577", "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1c8a", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "5b42250e86f774370c7284a9", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1c8c", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1c8c", + "_tpl": "5926bb2186f7744b1c6c6e60", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1c8d", + "_tpl": "5926c3b286f774640d189b6b", + "parentId": "68010065f81036801d0b1c8c", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1c8e", + "_tpl": "5926f2e086f7745aae644231", + "parentId": "68010065f81036801d0b1c8c", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1c8f", + "_tpl": "5926f34786f77469195bfe92", + "parentId": "68010065f81036801d0b1c8e", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1c90", + "_tpl": "5926d2be86f774134d668e4e", + "parentId": "68010065f81036801d0b1c8e", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1c91", + "_tpl": "5926d40686f7740f152b6b7e", + "parentId": "68010065f81036801d0b1c8e", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1c92", + "_tpl": "5926d33d86f77410de68ebc0", + "parentId": "68010065f81036801d0b1c8e", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1c93", + "_tpl": "5926c32286f774616e42de99", + "parentId": "68010065f81036801d0b1c8c", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "655b82ec1f2b6843ec751fdb", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1c94", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1c94", + "_tpl": "5cc80f8fe4a949033b0224a2" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59ca1a6286f774509a270942": { + "QuestName": "No Offence", + "_id": "59ca1a6286f774509a270942", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59ca1a6286f774509a270942 acceptPlayerMessage", + "changeQuestMessageText": "59ca1a6286f774509a270942 changeQuestMessageText", + "completePlayerMessage": "59ca1a6286f774509a270942 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "59ca1b1b86f7741b067dba42", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "58d3db5386f77426186285a0" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59ca1b4f86f774509a270943", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "58d3db5386f77426186285a0" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "597a771d86f77405ba6887d4", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a171586f77405ba6887d3", + "status": [ + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59ca1a6286f774509a270942 description", + "failMessageText": "59ca1a6286f774509a270942 failMessageText", + "declinePlayerMessage": "59ca1a6286f774509a270942 declinePlayerMessage", + "name": "59ca1a6286f774509a270942 name", + "note": "59ca1a6286f774509a270942 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59ca1a6286f774509a270942 startedMessageText", + "successMessageText": "59ca1a6286f774509a270942 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.25, + "id": "60c8be939bdefb3130121b0e", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0d190cd09282029f5390d8": { + "QuestName": "Grenadier", + "_id": "5c0d190cd09282029f5390d8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0d190cd09282029f5390d8 acceptPlayerMessage", + "changeQuestMessageText": "5c0d190cd09282029f5390d8 changeQuestMessageText", + "completePlayerMessage": "5c0d190cd09282029f5390d8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0d1961d0928202b25db5d0", + "conditions": [ + { + "id": "5c0d1a47d09282029e2fffb7", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5a2a57cfc4a2826c6e06d44a", + "5a0c27731526d80618476ac4", + "58d3db5386f77426186285a0", + "5e340dcdcb6d5863cc5e5efb", + "5e32f56fcb6d5863cc5e5ee4", + "5448be9a4bdc2dfd2f8b456a", + "5710c24ad2720bc3458b45a3", + "618a431df1eb8e24b8741deb", + "617fd91e5539a84ec44ce155", + "639c3fbbd0446708ee622ee9", + "639af924d0446708ee62294e", + "5648b62b4bdc2d9d488b4585", + "66dae7cbeb28f0f96809f325" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head", + "Chest", + "Stomach", + "LeftArm", + "RightArm", + "LeftLeg", + "RightLeg" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5c1b760686f77412780211a3", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 8, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fab4186f77431f74f0de5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0d190cd09282029f5390d8 description", + "failMessageText": "5c0d190cd09282029f5390d8 failMessageText", + "declinePlayerMessage": "5c0d190cd09282029f5390d8 declinePlayerMessage", + "name": "5c0d190cd09282029f5390d8 name", + "note": "5c0d190cd09282029f5390d8 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/5c1e35cf86f7743b6242fe05.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0d190cd09282029f5390d8 startedMessageText", + "successMessageText": "5c0d190cd09282029f5390d8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18000, + "id": "60c8ad732238043a52678631", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c8a1a79339363e8f0c6acf", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "60cb50e32b555f16df5c4103", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1c96", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1c96", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 10, + "id": "5c17c39386f77430a56d12a2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cab", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1c99", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f2d", - "_tpl": "6575cea8b15fef3dd405162c", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Shoulder_r", + "_id": "68010065f81036801d0b1c9a", + "_tpl": "5cadf6eeae921500134b2799", "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1c99", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c9b", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f2e", - "_tpl": "6575ce8bdc9932aed601c61e", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Groin", + "_id": "68010065f81036801d0b1c9c", + "_tpl": "5cadf6eeae921500134b2799", "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1c9b", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c9d", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f2f", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Front_plate", + "_id": "68010065f81036801d0b1c9e", + "_tpl": "5cadf6eeae921500134b2799", "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1c9d", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1c9f", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f30", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Back_plate", + "_id": "68010065f81036801d0b1ca0", + "_tpl": "5cadf6eeae921500134b2799", "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1c9f", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ca1", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f31", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Left_side_plate", + "_id": "68010065f81036801d0b1ca2", + "_tpl": "5cadf6eeae921500134b2799", "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1ca1", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ca3", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72102f32", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102f26", - "slotId": "Right_side_plate", + "_id": "68010065f81036801d0b1ca4", + "_tpl": "5cadf6eeae921500134b2799", "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1ca3", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ca5", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ca6", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1ca5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ca7", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ca8", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1ca7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ca9", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1caa", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1ca9", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1cab", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cac", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1cab", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "60cb50f33e4e974efa3452bd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cb2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1cae", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1caf", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cb0", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cb1", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cb2", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "64b6aaa525251516d768542b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cb8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1cb4", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cb5", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cb6", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cb7", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cb8", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "64b6aaaf58b5637e2d71a65d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cbe", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1cba", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cbb", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cbc", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cbd", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cbe", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b6aab73e349c7dbd06bd1a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cc1", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1cc0", + "_tpl": "617fd91e5539a84ec44ce155", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cc1", + "_tpl": "617fd91e5539a84ec44ce155", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64b6afe68faf110b68375e35", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1cc7", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1cc3", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cc4", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cc5", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cc6", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cc7", + "_tpl": "5e32f56fcb6d5863cc5e5ee4", + "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } } ], - "target": "67eb506040b1947a72102f26", - "type": "Item", - "unknown": false, - "value": 1 + "loyaltyLevel": 2, + "traderId": 10 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59ca2eb686f77445a80ed049": { + "QuestName": "The Punisher - Part 6", + "_id": "59ca2eb686f77445a80ed049", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59ca2eb686f77445a80ed049 acceptPlayerMessage", + "changeQuestMessageText": "59ca2eb686f77445a80ed049 changeQuestMessageText", + "completePlayerMessage": "59ca2eb686f77445a80ed049 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "59ca2fba86f77445e4732b24", + "conditions": [ + { + "id": "5a71b27186f77402ed444540", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5c46fbd72e2216398b5a8c9c" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "61bdc775b1bd3b28b75c796c", + "dynamicLocale": false, + "target": [ + "TarkovStreets", + "bigmap", + "Sandbox_high", + "Interchange", + "RezervBase", + "Shoreline", + "laboratory", + "Woods", + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "59ca2fba86f77445e4732b25", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b0548e686f7740306753506", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "59f32bb586f774757e1e8442", + "6662e9aca7e0b43baa3d5f74", + "6662e9cda7e0b43baa3d5f76", + "675dc9d37ae1a8792107ca96", + "675dcb0545b1a2d108011b2b" + ], + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5cb3397c88a450159a723d79", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "59f32c3b86f77472a31742f0", + "6662ea05f6259762c56f3189", + "6662e9f37fa79a6d83730fa0", + "6764207f2fa5e32733055c4a", + "6764202ae307804338014c1a" + ], + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a926b186f774753c5479a2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 21, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59c62abd86f1145e601a0a57", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca29fb86f77445ab465c87", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59ca2eb686f77445a80ed049 description", + "failMessageText": "59ca2eb686f77445a80ed049 failMessageText", + "declinePlayerMessage": "59ca2eb686f77445a80ed049 declinePlayerMessage", + "name": "59ca2eb686f77445a80ed049 name", + "note": "59ca2eb686f77445a80ed049 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/594d246986f77427fc3b2fb4.jpg", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59ca2eb686f77445a80ed049 startedMessageText", + "successMessageText": "59ca2eb686f77445a80ed049 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 19400, + "id": "60c8ad0a2238043a52678630", + "type": "Experience", + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "5ac65e0c86f77403dd390d1a", + "value": 0.04, + "id": "60c8a1321f21c1669a48c322", + "type": "TraderStanding", "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 250000, + "id": "5a2fb3bd86f774769635db16", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cc9", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102f33", - "_tpl": "55801eed4bdc2d89578b4588", + "_id": "68010065f81036801d0b1cc9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 250000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "59db7f1e86f77448bf51a967", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ccb", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ccb", + "_tpl": "59db794186f77448bc595262", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8a13a9bdefb3130121b07", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60c8a1408dfbfc09882efd1c", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "655b7fd21f2b6843ec751fda", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1ccc", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1ccc", + "_tpl": "59e77a2386f7742ee578960a" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71dc67fcf9c556f325056": { + "QuestName": "Booze", + "_id": "60e71dc67fcf9c556f325056", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71dc67fcf9c556f325056 acceptPlayerMessage", + "changeQuestMessageText": "60e71dc67fcf9c556f325056 changeQuestMessageText", + "completePlayerMessage": "60e71dc67fcf9c556f325056 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e73333465ea8368012cc5b", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d40407c86f774318526545a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e733590367e10a450f7805", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d403f9186f7743cac3f229b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60f028268b669d08a35bfad8", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b33a686f7742523398398" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "62a700fb7230237f257cac2e", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09f32621468534a797acb" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e73397479eef59b01b0bd5", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d40407c86f774318526545a" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e733b80367e10a450f7807", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d403f9186f7743cac3f229b" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60f0284e8b669d08a35bfada", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b33a686f7742523398398" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a70110eb3cb46d9a0bba78", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09f32621468534a797acb" + ], + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "610149d34a065318776a1e78", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 50, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b8724524fb6113620c8585", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "60e71dc0a94be721b065bbfc", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71dc67fcf9c556f325056 description", + "failMessageText": "60e71dc67fcf9c556f325056 failMessageText", + "declinePlayerMessage": "60e71dc67fcf9c556f325056 declinePlayerMessage", + "name": "60e71dc67fcf9c556f325056 name", + "note": "60e71dc67fcf9c556f325056 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/59c1285d86f77415042983dd.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71dc67fcf9c556f325056 startedMessageText", + "successMessageText": "60e71dc67fcf9c556f325056 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 107000, + "id": "60f0379e7ad3d529c2430edc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "61029062d51ac54f163ffa08", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cd0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1cce", + "_tpl": "5c12688486f77426843c7d32", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ccf", + "_tpl": "5c12688486f77426843c7d32", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd0", + "_tpl": "5c12688486f77426843c7d32", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 10, + "id": "61029e8a4617d376021dd1af", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cdb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1cd2", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd3", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd4", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd5", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd6", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd7", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd8", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cd9", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cda", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1cdb", + "_tpl": "59e366c186f7741778269d85", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "676496aabd47bc01fc2a5056", + "type": "CustomizationDirect", + "index": 0, + "target": "67585d161840a37ff10ebdd1", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6089743983426423753cd58a": { + "QuestName": "Safe Corridor", + "_id": "6089743983426423753cd58a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6089743983426423753cd58a acceptPlayerMessage", + "changeQuestMessageText": "6089743983426423753cd58a changeQuestMessageText", + "completePlayerMessage": "6089743983426423753cd58a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608ab22755f4ac386d7e7fdb", + "conditions": [ + { + "id": "608ac394c61c4b541b381da1", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "608ac7095e0ef91ab810f983", + "dynamicLocale": false, + "zoneIds": [ + "lijnik_storage_area_1" + ], + "conditionType": "InZone" + }, + { + "id": "609e3666606b9826eb3c6074", + "dynamicLocale": false, + "target": [ + "RezervBase", + "develop" + ], + "conditionType": "Location" + } + ] + }, + "id": "608ab22755f4ac386d7e7fdc", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "60bf72dda2ae0728ec716f32", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0f5686f774273b74f676", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "60bf72e04c8a3800da06e716", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6089743983426423753cd58a description", + "failMessageText": "6089743983426423753cd58a failMessageText", + "declinePlayerMessage": "6089743983426423753cd58a declinePlayerMessage", + "name": "6089743983426423753cd58a name", + "note": "6089743983426423753cd58a note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c37450de6b0b44cc320e9a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6089743983426423753cd58a startedMessageText", + "successMessageText": "6089743983426423753cd58a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9000, + "id": "60bf70fcbf90bf6b431e8960", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60bf710e9903f107aa251f37", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "60bf719f9903f107aa251f3a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cdd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1cdd", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb5c956a2a1958fc522cd4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ce4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ce1", + "_tpl": "5737292724597765e5728562", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ce2", + "_tpl": "56dfef82d2720bbd668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1ce1", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ce3", + "_tpl": "56dfef82d2720bbd668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1ce1", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b1ce4", + "_tpl": "5737292724597765e5728562", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ce5", + "_tpl": "56dfef82d2720bbd668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1ce4", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ce6", + "_tpl": "56dfef82d2720bbd668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1ce4", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb5ca47c496e588343a1b0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ce9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ce8", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ce9", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0bde0986f77479cf22c2f8": { + "QuestName": "A Shooter Born in Heaven", + "_id": "5c0bde0986f77479cf22c2f8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0bde0986f77479cf22c2f8 acceptPlayerMessage", + "changeQuestMessageText": "5c0bde0986f77479cf22c2f8 changeQuestMessageText", + "completePlayerMessage": "5c0bde0986f77479cf22c2f8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0bdf2c86f7746f016734a7", + "conditions": [ + { + "id": "5c0bdf4286f77454f5264f06", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c0be31986f774467a116592", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c0bdf2c86f7746f016734a8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c137b8886f7747ae3220ff3", + "conditions": [ + { + "id": "5c137baa86f774288427ab60", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c137bb486f7747ae43f97b3", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c137b8886f7747ae3220ff4", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c137ef386f7747ae10a821d", + "conditions": [ + { + "id": "5c137f1086f7747ae43f97bc", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c137f4586f7747ae3220ff5", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c137ef386f7747ae10a821e", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c137f5286f7747ae267d8a2", + "conditions": [ + { + "id": "5c137f7c86f7747ae07c5491", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c137fc486f7747ae10a8257", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c137f5286f7747ae267d8a3", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "629f10b114061f3074380299", + "conditions": [ + { + "id": "629f10cd90948017ee17c2c0", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "629f10ee7ad28b7f7c40ed09", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "629f10b114061f3074380298", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63aec6f256503c322a190375", + "conditions": [ + { + "id": "63aec70a4666ee24a345670c", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63aec75cb124cf798065a3fb", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63aec6f256503c322a190374", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64b694c8a857ea477002a409", + "conditions": [ + { + "id": "64b69506d5887c2ce9561158", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "64b69518f83adb775979f8bb", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "64b694c8a857ea477002a408", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65e08122f6901d30c8361a97", + "conditions": [ + { + "id": "65e0820c64398511255c3009", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5ae08f0a5acfc408fb1398a1", + "588892092459774ac91d4b11", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d", + "5bfd297f0db834001a669119", + "5de652c31b7e3716273428be", + "55801eed4bdc2d89578b4588", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "65e0822f19065ddc71fa3d18", + "dynamicLocale": false, + "target": [ + "Sandbox", + "Sandbox_high" + ], + "conditionType": "Location" + } + ] + }, + "id": "65e0812209dffc3fd97b99e8", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5c20009b86f7742b3c0a8fd9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3462b86f7741d6118b983", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0bde0986f77479cf22c2f8 description", + "failMessageText": "5c0bde0986f77479cf22c2f8 failMessageText", + "declinePlayerMessage": "5c0bde0986f77479cf22c2f8 declinePlayerMessage", + "name": "5c0bde0986f77479cf22c2f8 name", + "note": "5c0bde0986f77479cf22c2f8 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0bde0986f77479cf22c2f8 startedMessageText", + "successMessageText": "5c0bde0986f77479cf22c2f8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12500, + "id": "60cc7faf3e4e974efa345d77", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc7fc46a2a1958fc523219", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "5c18c08186f77467bf06520a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ceb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ceb", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b697ebc3abf20a9660daaa", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1cec", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1cec", + "_tpl": "6176aca650224f204c1da3fb", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1ced", + "_tpl": "6193dcd0f8ee7e52e4210a28", + "parentId": "68010065f81036801d0b1cec", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1cee", + "_tpl": "617131a4568c120fdd29482d", + "parentId": "68010065f81036801d0b1cec", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1cef", + "_tpl": "617153016c780c1e710c9a2f", + "parentId": "68010065f81036801d0b1cec", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1cf0", + "_tpl": "617155ee50224f204c1da3cd", + "parentId": "68010065f81036801d0b1cef", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1cf1", + "_tpl": "61715e7e67085e45ef140b33", + "parentId": "68010065f81036801d0b1cf0", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1cf2", + "_tpl": "61713a8fd92c473c770214a4", + "parentId": "68010065f81036801d0b1cec", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1cf3", + "_tpl": "61713cc4d8e3106d9806c109", + "parentId": "68010065f81036801d0b1cf2", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1cf4", + "_tpl": "61714eec290d254f5e6b2ffc", + "parentId": "68010065f81036801d0b1cf3", + "slotId": "mod_scope_000" + }, + { + "_id": "68010065f81036801d0b1cf5", + "_tpl": "61714b2467085e45ef140b2c", + "parentId": "68010065f81036801d0b1cf3", + "slotId": "mod_scope_001" + }, + { + "_id": "68010065f81036801d0b1cf6", + "_tpl": "58d399e486f77442e0016fe7", + "parentId": "68010065f81036801d0b1cf5", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1cf7", + "_tpl": "61702be9faa1272e431522c3", + "parentId": "68010065f81036801d0b1cf2", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1cf8", + "_tpl": "61713308d92c473c770214a0", + "parentId": "68010065f81036801d0b1cf7", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1cf9", + "_tpl": "6171367e1cb55961fa0fdb36", + "parentId": "68010065f81036801d0b1cf8", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1cfa", + "_tpl": "61702f1b67085e45ef140b26", + "parentId": "68010065f81036801d0b1cf7", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1cfb", + "_tpl": "61703001d92c473c77021497", + "parentId": "68010065f81036801d0b1cf2", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1cfc", + "_tpl": "619386379fb0c665d5490dbe", + "parentId": "68010065f81036801d0b1cfb", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b1cfd", + "_tpl": "5bb20e49d4351e3bac1212de", + "parentId": "68010065f81036801d0b1cf2", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1cfe", + "_tpl": "61702d8a67085e45ef140b24", + "parentId": "68010065f81036801d0b1cec", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b697fd3e349c7dbd06bd18", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d01", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d00", + "_tpl": "617131a4568c120fdd29482d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d01", + "_tpl": "617131a4568c120fdd29482d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b6980ed5dd0711c53a8157", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d06", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d04", + "_tpl": "648984e3f09d032aa9399d53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d05", + "_tpl": "5efb0c1bd79ff02a1f5e68d9", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d04", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1d06", + "_tpl": "648984e3f09d032aa9399d53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d07", + "_tpl": "5efb0c1bd79ff02a1f5e68d9", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d06", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "64b69820b24b672b97795057", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d09", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d09", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64b69a71d5887c2ce956115a", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1d0a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1d0a", + "_tpl": "6176aca650224f204c1da3fb", "upd": { "FireMode": { "FireMode": "single" @@ -9509,65 +28258,4034 @@ } }, { - "_id": "67eb506040b1947a72102f34", - "_tpl": "559ba5b34bdc2d1f1a8b4582", - "parentId": "67eb506040b1947a72102f33", + "_id": "68010065f81036801d0b1d0b", + "_tpl": "6193dcd0f8ee7e52e4210a28", + "parentId": "68010065f81036801d0b1d0a", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1d0c", + "_tpl": "617131a4568c120fdd29482d", + "parentId": "68010065f81036801d0b1d0a", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72102f35", - "_tpl": "56083e1b4bdc2dc8488b4572", - "parentId": "67eb506040b1947a72102f33", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102f36", - "_tpl": "56083eab4bdc2d26448b456a", - "parentId": "67eb506040b1947a72102f33", - "slotId": "mod_tactical" - }, - { - "_id": "67eb506040b1947a72102f37", - "_tpl": "560e620e4bdc2d724b8b456b", - "parentId": "67eb506040b1947a72102f33", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102f38", - "_tpl": "61faa91878830f069b6b7967", - "parentId": "67eb506040b1947a72102f33", + "_id": "68010065f81036801d0b1d0d", + "_tpl": "617153016c780c1e710c9a2f", + "parentId": "68010065f81036801d0b1d0a", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72102f39", - "_tpl": "56ea8222d2720b69698b4567", - "parentId": "67eb506040b1947a72102f38", - "slotId": "mod_bipod" + "_id": "68010065f81036801d0b1d0e", + "_tpl": "617155ee50224f204c1da3cd", + "parentId": "68010065f81036801d0b1d0d", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1d0f", + "_tpl": "61715e7e67085e45ef140b33", + "parentId": "68010065f81036801d0b1d0e", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1d10", + "_tpl": "61713a8fd92c473c770214a4", + "parentId": "68010065f81036801d0b1d0a", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1d11", + "_tpl": "61713cc4d8e3106d9806c109", + "parentId": "68010065f81036801d0b1d10", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1d12", + "_tpl": "61714eec290d254f5e6b2ffc", + "parentId": "68010065f81036801d0b1d11", + "slotId": "mod_scope_000" + }, + { + "_id": "68010065f81036801d0b1d13", + "_tpl": "61714b2467085e45ef140b2c", + "parentId": "68010065f81036801d0b1d11", + "slotId": "mod_scope_001" + }, + { + "_id": "68010065f81036801d0b1d14", + "_tpl": "58d399e486f77442e0016fe7", + "parentId": "68010065f81036801d0b1d13", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b1d15", + "_tpl": "61702be9faa1272e431522c3", + "parentId": "68010065f81036801d0b1d10", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1d16", + "_tpl": "61713308d92c473c770214a0", + "parentId": "68010065f81036801d0b1d15", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1d17", + "_tpl": "6171367e1cb55961fa0fdb36", + "parentId": "68010065f81036801d0b1d16", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1d18", + "_tpl": "61702f1b67085e45ef140b26", + "parentId": "68010065f81036801d0b1d15", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1d19", + "_tpl": "61703001d92c473c77021497", + "parentId": "68010065f81036801d0b1d10", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1d1a", + "_tpl": "619386379fb0c665d5490dbe", + "parentId": "68010065f81036801d0b1d19", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b1d1b", + "_tpl": "5bb20e49d4351e3bac1212de", + "parentId": "68010065f81036801d0b1d10", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1d1c", + "_tpl": "61702d8a67085e45ef140b24", + "parentId": "68010065f81036801d0b1d0a", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "5c20cc1086f7740cfb37b111", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1d1d", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1d1d", + "_tpl": "5c127c4486f7745625356c13" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72102f33", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "5f2480ecef1e594955237bfe", + "type": "Skill", + "index": 0, + "target": "Sniper", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "59c50a9e86f7745fef66f4ff startedMessageText", - "status": 0, - "successMessageText": "59c50a9e86f7745fef66f4ff successMessageText", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27b75b86f7742e97191958": { + "QuestName": "Fishing Gear", + "_id": "5a27b75b86f7742e97191958", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27b75b86f7742e97191958 acceptPlayerMessage", + "changeQuestMessageText": "5a27b75b86f7742e97191958 changeQuestMessageText", + "completePlayerMessage": "5a27b75b86f7742e97191958 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba11786f7742c9d4f5d28", + "conditions": [ + { + "id": "5a3ba1c286f7742c9d4f5d49", + "dynamicLocale": false, + "target": "place_peacemaker_001", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba11786f7742c9d4f5d29", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5a27d81a86f774472a6e0456", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_001", + "target": [ + "55801eed4bdc2d89578b4588" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5a27d85286f77448d82084e7", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_001", + "target": [ + "544fb5454bdc2df8738b456a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c93794086f7740a13567866", + "conditions": [ + { + "id": "5c93795386f77411fc1e1822", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c93795d86f7740a111bd782", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c93794086f7740a13567867", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5c93966986f774122a7ac1a4", + "target": "5a27d81a86f774472a6e0456", + "conditionType": "CompleteCondition" + }, + { + "id": "5c93967486f774122c346f86", + "target": "5a27d85286f77448d82084e7", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a71a086f7745a7e19f63d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5bcf241486f7746a4959344a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27b75b86f7742e97191958 description", + "failMessageText": "5a27b75b86f7742e97191958 failMessageText", + "declinePlayerMessage": "5a27b75b86f7742e97191958 declinePlayerMessage", + "name": "5a27b75b86f7742e97191958 name", + "note": "5a27b75b86f7742e97191958 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/594d241f86f7740d8246218d.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27b75b86f7742e97191958 startedMessageText", + "successMessageText": "5a27b75b86f7742e97191958 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "629f7c9b5bb57779c4036cf4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d1e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d1e", + "_tpl": "55801eed4bdc2d89578b4588", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1d1f", + "_tpl": "559ba5b34bdc2d1f1a8b4582", + "parentId": "68010065f81036801d0b1d1e", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1d20", + "_tpl": "56083e1b4bdc2dc8488b4572", + "parentId": "68010065f81036801d0b1d1e", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1d21", + "_tpl": "56083eab4bdc2d26448b456a", + "parentId": "68010065f81036801d0b1d1e", + "slotId": "mod_tactical" + }, + { + "_id": "68010065f81036801d0b1d22", + "_tpl": "560e620e4bdc2d724b8b456b", + "parentId": "68010065f81036801d0b1d1e", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1d23", + "_tpl": "61faa91878830f069b6b7967", + "parentId": "68010065f81036801d0b1d1e", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1d24", + "_tpl": "56ea8222d2720b69698b4567", + "parentId": "68010065f81036801d0b1d23", + "slotId": "mod_bipod" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a295d4886f77450df330e04", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d26", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d26", + "_tpl": "544fb5454bdc2df8738b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 4800, + "id": "60cc682865e4664318606acb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc682b7c496e588343a6b1", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 700, + "id": "60cc6836f09d61072d6d0097", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d28", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d28", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 700 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc684c2b555f16df5c418c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d2d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d2d", + "_tpl": "5aa7d03ae5b5b00016327db5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d2e", + "_tpl": "654a90aff4f81a421b0a7c86", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1d2d", + "slotId": "helmet_top" + }, + { + "_id": "68010065f81036801d0b1d2f", + "_tpl": "654a91068e1ce698150fd1e2", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1d2d", + "slotId": "helmet_back" + }, + { + "_id": "68010065f81036801d0b1d30", + "_tpl": "654a9189bcc67a392b056c79", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1d2d", + "slotId": "helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "id": "60cf41125f9e6175514de2e0", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1d31", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1d31", + "_tpl": "5b3116595acfc40019476364" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "62a6516c1c307729c3264ef9", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1d32", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b1d32", + "_tpl": "5aafa857e5b5b00018480968", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1d33", + "_tpl": "64b9e2037fdfb81df81e3c25", + "parentId": "68010065f81036801d0b1d32", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1d34", + "_tpl": "5aaf8e43e5b5b00015693246", + "parentId": "68010065f81036801d0b1d32", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1d35", + "_tpl": "5ab24ef9e5b5b00fe93c9209", + "parentId": "68010065f81036801d0b1d34", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b1d36", + "_tpl": "5aaf9d53e5b5b00015042a52", + "parentId": "68010065f81036801d0b1d32", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1d37", + "_tpl": "5aafa1c2e5b5b00015042a56", + "parentId": "68010065f81036801d0b1d36", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1d38", + "_tpl": "5aafa49ae5b5b00015042a58", + "parentId": "68010065f81036801d0b1d37", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1d39", + "_tpl": "5abcbb20d8ce87001773e258", + "parentId": "68010065f81036801d0b1d32", + "slotId": "mod_sight_rear" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bb5986f7741dfb660900": { + "QuestName": "Cargo X - Part 3", + "_id": "5a27bb5986f7741dfb660900", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bb5986f7741dfb660900 acceptPlayerMessage", + "changeQuestMessageText": "5a27bb5986f7741dfb660900 changeQuestMessageText", + "completePlayerMessage": "5a27bb5986f7741dfb660900 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba7db86f7744f0e568c9b", + "conditions": [ + { + "id": "5a3ba7e386f7744df8669f41", + "dynamicLocale": false, + "target": "place_peacemaker_009_3_N1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba7db86f7744f0e568c9c", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a37de5486f7741535394d68", + "conditions": [ + { + "id": "5a37de5f86f77415714477ac", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5a37de6586f774150a3820f1", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5a37de5486f7741535394d69", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60a8d086f77455b416fb7e", + "target": "5a3ba7db86f7744f0e568c9c", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a72ba86f7745a9d6892fd", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a281a8386f77462f9653a8e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bb3d86f77411ea361a21", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bb5986f7741dfb660900 description", + "failMessageText": "5a27bb5986f7741dfb660900 failMessageText", + "declinePlayerMessage": "5a27bb5986f7741dfb660900 declinePlayerMessage", + "name": "5a27bb5986f7741dfb660900 name", + "note": "5a27bb5986f7741dfb660900 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/597a172486f774799e5cd153.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bb5986f7741dfb660900 startedMessageText", + "successMessageText": "5a27bb5986f7741dfb660900 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8400, + "id": "60cc6ee7af2e5506c37822a6", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6ee965e4664318606add", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 900, + "id": "5a281ab686f77460d76ef746", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d3b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d3b", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6f1877dc197c774254b4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d3c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d3c", + "_tpl": "5ba26383d4351e00334c93d9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1d3d", + "_tpl": "5ba264f6d4351e0034777d52", + "parentId": "68010065f81036801d0b1d3c", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1d3e", + "_tpl": "5ba26acdd4351e003562908e", + "parentId": "68010065f81036801d0b1d3c", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1d3f", + "_tpl": "5ba26b01d4351e0085325a51", + "parentId": "68010065f81036801d0b1d3c", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1d40", + "_tpl": "5ba26b17d4351e00367f9bdd", + "parentId": "68010065f81036801d0b1d3c", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1d41", + "_tpl": "5bcf0213d4351e0085327c17", + "parentId": "68010065f81036801d0b1d3c", + "slotId": "mod_stock" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27bb3d86f77411ea361a21": { + "QuestName": "Cargo X - Part 2", + "_id": "5a27bb3d86f77411ea361a21", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27bb3d86f77411ea361a21 acceptPlayerMessage", + "changeQuestMessageText": "5a27bb3d86f77411ea361a21 changeQuestMessageText", + "completePlayerMessage": "5a27bb3d86f77411ea361a21 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba76486f7744d39436da1", + "conditions": [ + { + "id": "5a3ba76c86f7744d795d3504", + "dynamicLocale": false, + "target": "place_peacemaker_009_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba76486f7744d39436da2", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a2819c886f77460ba564f38", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5939e5a786f77461f11c0098" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a2e966286f7742f6c4f27a6", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5939e5a786f77461f11c0098" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60aca686f7742ba049f844", + "target": "5a2819c886f77460ba564f38", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a72a286f7745a7e19f65c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a28189886f774511f532fdf", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bb1e86f7741f27621b7e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27bb3d86f77411ea361a21 description", + "failMessageText": "5a27bb3d86f77411ea361a21 failMessageText", + "declinePlayerMessage": "5a27bb3d86f77411ea361a21 declinePlayerMessage", + "name": "5a27bb3d86f77411ea361a21 name", + "note": "5a27bb3d86f77411ea361a21 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/597a172486f774799e5cd153.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27bb3d86f77411ea361a21 startedMessageText", + "successMessageText": "5a27bb3d86f77411ea361a21 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8300, + "id": "60cc6e7e3e4e974efa345d0e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6e8277dc197c774254b3", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 850, + "id": "5a2818be86f77435c7390043", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d43", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d43", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 850 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6eac2b555f16df5c41a1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d44", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d44", + "_tpl": "5447a9cd4bdc2dbd208b4567", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1d45", + "_tpl": "55d4b9964bdc2d1d4e8b456e", + "parentId": "68010065f81036801d0b1d44", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1d46", + "_tpl": "55d4887d4bdc2d962f8b4570", + "parentId": "68010065f81036801d0b1d44", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1d47", + "_tpl": "55d355e64bdc2d962f8b4569", + "parentId": "68010065f81036801d0b1d44", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1d48", + "_tpl": "55d3632e4bdc2d972f8b4569", + "parentId": "68010065f81036801d0b1d47", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1d49", + "_tpl": "544a38634bdc2d58388b4568", + "parentId": "68010065f81036801d0b1d48", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1d4a", + "_tpl": "56ea8d2fd2720b7c698b4570", + "parentId": "68010065f81036801d0b1d48", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1d4b", + "_tpl": "55d4af3a4bdc2d972f8b456f", + "parentId": "68010065f81036801d0b1d4a", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1d4c", + "_tpl": "55d459824bdc2d892f8b4573", + "parentId": "68010065f81036801d0b1d47", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1d4d", + "_tpl": "637f57b78d137b27f70c496a", + "parentId": "68010065f81036801d0b1d4c", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1d4e", + "_tpl": "55d5f46a4bdc2d1b198b4567", + "parentId": "68010065f81036801d0b1d47", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1d4f", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010065f81036801d0b1d44", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1d50", + "_tpl": "55d4ae6c4bdc2d8b2f8b456e", + "parentId": "68010065f81036801d0b1d4f", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1d51", + "_tpl": "55d44fd14bdc2d962f8b456e", + "parentId": "68010065f81036801d0b1d44", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cc6ebce3d0247e625dab55", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d55", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d53", + "_tpl": "55802d5f4bdc2dac148b458e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d54", + "_tpl": "55802d5f4bdc2dac148b458e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d55", + "_tpl": "55802d5f4bdc2dac148b458e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac66e5a86f774044a31c215", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1d56", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1d56", + "_tpl": "57da93632459771cb65bf83f" + } + ], + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae449b386f77446d8741719": { + "QuestName": "Gratitude", + "_id": "5ae449b386f77446d8741719", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae449b386f77446d8741719 acceptPlayerMessage", + "changeQuestMessageText": "5ae449b386f77446d8741719 changeQuestMessageText", + "completePlayerMessage": "5ae449b386f77446d8741719 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5ae9e17c86f77440d37ce03c", + "index": 1, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_THX_15", + "target": [ + "5ab8f4ff86f77431c60d91ba" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5ae9e1c786f77403fb3f9674", + "index": 2, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_THX_15", + "target": [ + "5ab8f85d86f7745cd93a1cf5" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5ae9e2a286f7740de4152a0a", + "index": 3, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_THX_15", + "target": [ + "5aa2b9aee5b5b00015693121" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5ae9e2e386f7740de4152a0d", + "index": 4, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_THX_15", + "target": [ + "5aa2b923e5b5b000137b7589" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4177686f77406f92eee62", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4490786f7744ca822adcc", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af4178e86f77426757cb152", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4493d86f7744b8e15aa8f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae449b386f77446d8741719 description", + "failMessageText": "5ae449b386f77446d8741719 failMessageText", + "declinePlayerMessage": "5ae449b386f77446d8741719 declinePlayerMessage", + "name": "5ae449b386f77446d8741719 name", + "note": "5ae449b386f77446d8741719 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae449b386f77446d8741719 startedMessageText", + "successMessageText": "5ae449b386f77446d8741719 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14400, + "id": "60cc97571bdece56c249cbd5", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc976241fd1e14d71e22f3", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 120000, + "id": "60cc975d646f74055e276527", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d58", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d58", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 120000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc97b1646f74055e27652a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d5b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d5a", + "_tpl": "60b52e5bc7d8103275739d67", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d5b", + "_tpl": "60b52e5bc7d8103275739d67", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc97a5b2736c24b2118b99", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d5e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d5d", + "_tpl": "618aef6d0a5a59657e5f55ee", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d5e", + "_tpl": "618aef6d0a5a59657e5f55ee", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc97c0f81cc57f47171897", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d61", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d60", + "_tpl": "5d96141523f0ea1b7f2aacab", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d61", + "_tpl": "5d96141523f0ea1b7f2aacab", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc97cfa7d63f18200a250c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d64", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d63", + "_tpl": "5b4327aa5acfc400175496e0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d64", + "_tpl": "5b4327aa5acfc400175496e0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a03296886f774569778596a": { + "QuestName": "Spa Tour - Part 4", + "_id": "5a03296886f774569778596a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a03296886f774569778596a acceptPlayerMessage", + "changeQuestMessageText": "5a03296886f774569778596a changeQuestMessageText", + "completePlayerMessage": "5a03296886f774569778596a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba62786f7742c9d4f5ee8", + "conditions": [ + { + "id": "5a3ba63c86f7744d39436d81", + "dynamicLocale": false, + "target": "place_peacemaker_008_4_N1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba62786f7742c9d4f5ee9", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3ba65f86f7743af1475f10", + "conditions": [ + { + "id": "5a3ba66786f7742c9d4f5ef1", + "dynamicLocale": false, + "target": "place_peacemaker_008_4_N2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3ba65f86f7743af1475f11", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c94f65286f77455185027ed", + "conditions": [ + { + "id": "5c94f68386f7743285178acc", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c94f69086f774551528dee8", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c94f65286f77455185027ee", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5c94f6a186f774551757f048", + "target": "5a3ba62786f7742c9d4f5ee9", + "conditionType": "CompleteCondition" + }, + { + "id": "5c94f6a886f77455192fa429", + "target": "5a3ba65f86f7743af1475f11", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a724986f7745a9e0647df", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a03299c86f77457a7099f1b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a0327ba86f77456b9154236", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a03296886f774569778596a description", + "failMessageText": "5a03296886f774569778596a failMessageText", + "declinePlayerMessage": "5a03296886f774569778596a declinePlayerMessage", + "name": "5a03296886f774569778596a name", + "note": "5a03296886f774569778596a note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a03296886f774569778596a startedMessageText", + "successMessageText": "5a03296886f774569778596a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7700, + "id": "60cc6cf36a2a1958fc5231e9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc6cf7a7d63f18200a24c8", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1100, + "id": "5a280d8386f77456a46b8b5f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d66", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d66", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1100 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6d088f570e28f1481146", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d68", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d68", + "_tpl": "5733279d245977289b77ec24", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60896b7bfa70fc097863b8f5": { + "QuestName": "Documents", + "_id": "60896b7bfa70fc097863b8f5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60896b7bfa70fc097863b8f5 acceptPlayerMessage", + "changeQuestMessageText": "60896b7bfa70fc097863b8f5 changeQuestMessageText", + "completePlayerMessage": "60896b7bfa70fc097863b8f5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60916aeac49cf53e4772cc3c", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60915994c49cf53e4772cc38" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60ae0dfe2d6a8320983d19ba", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60a3b6359c427533db36cf84" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60ae0e2c79e83a2cf96f35ce", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60a3b65c27adf161da7b6e14" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60916b41b89a3c264d7296f9", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60915994c49cf53e4772cc38" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "609a3420a370660c971129fc", + "target": "60916aeac49cf53e4772cc3c", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60ae0f0586046842a754e21e", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60a3b6359c427533db36cf84" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "60ae0f28abb9675f0062cf67", + "target": "60ae0dfe2d6a8320983d19ba", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60ae0f17b809a4748759078c", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60a3b65c27adf161da7b6e14" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "60ae0f2ec50c5b153a5301dc", + "target": "60ae0e2c79e83a2cf96f35ce", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "60bf74c1d4526a054d42e11f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 19, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60bf74bb2837926f405dd793", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "60896bca6ee58f38c417d4f2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60896b7bfa70fc097863b8f5 description", + "failMessageText": "60896b7bfa70fc097863b8f5 failMessageText", + "declinePlayerMessage": "60896b7bfa70fc097863b8f5 declinePlayerMessage", + "name": "60896b7bfa70fc097863b8f5 name", + "note": "60896b7bfa70fc097863b8f5 note", "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c37700869a2f761e41b35b.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60896b7bfa70fc097863b8f5 startedMessageText", + "successMessageText": "60896b7bfa70fc097863b8f5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7800, + "id": "60d090877e143314367f8261", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60dc2936be38fb71655b23b4", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 45000, + "id": "60bf6e6ddb54616235170696", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d6a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d6a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 45000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60bf6e40d4526a054d42e113", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d6c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d6c", + "_tpl": "5a7c74b3e899ef0014332c29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60bf6e4fb73d016d6838ad7c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d6e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d6e", + "_tpl": "560d657b4bdc2da74d8b4572", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60bf6e5c2837926f405dd787", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d70", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d70", + "_tpl": "5a0d63621526d8dba31fe3bf", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "676493e72b707cb89adedfa8", + "type": "CustomizationDirect", + "index": 0, + "target": "675466d57dadca6836092b26", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60896bca6ee58f38c417d4f2": { + "QuestName": "No Place for Renegades", + "_id": "60896bca6ee58f38c417d4f2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60896bca6ee58f38c417d4f2 acceptPlayerMessage", + "changeQuestMessageText": "60896bca6ee58f38c417d4f2 changeQuestMessageText", + "completePlayerMessage": "60896bca6ee58f38c417d4f2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608bffeee0cc9c2d4d2ccb28", + "conditions": [ + { + "id": "608c00032210e91c1c180ac7", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "pmcBot" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "608c00115e0ef91ab810f98d", + "dynamicLocale": false, + "zoneIds": [ + "prapor_hq_area_check_1" + ], + "conditionType": "InZone" + }, + { + "id": "609e365f71ef601ce80c7d84", + "dynamicLocale": false, + "target": [ + "RezervBase", + "develop" + ], + "conditionType": "Location" + } + ] + }, + "id": "608bffeee0cc9c2d4d2ccb29", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "60bf7490db5461623517069e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60c1d5a4fdcc6e06456a963b", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ede567cfa6dc072ce15d6e3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60896bca6ee58f38c417d4f2 description", + "failMessageText": "60896bca6ee58f38c417d4f2 failMessageText", + "declinePlayerMessage": "60896bca6ee58f38c417d4f2 declinePlayerMessage", + "name": "60896bca6ee58f38c417d4f2 name", + "note": "60896bca6ee58f38c417d4f2 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c375a0c2d86b57700e316b.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60896bca6ee58f38c417d4f2 startedMessageText", + "successMessageText": "60896bca6ee58f38c417d4f2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15300, + "id": "60d0907d401d874962160b10", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60bf6f3bb73d016d6838ad7f", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "60bf6f4a8bb401472c1a37f0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d72", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d72", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60bf6ed84c8a3800da06e70d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d73", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d73", + "_tpl": "5ac66d2e5acfc43b321d4b53", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1d74", + "_tpl": "59c6633186f7740cf0493bb9", + "parentId": "68010065f81036801d0b1d73", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1d75", + "_tpl": "5648b1504bdc2d9d488b4584", + "parentId": "68010065f81036801d0b1d74", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1d76", + "_tpl": "5ac72e7d5acfc40016339a02", + "parentId": "68010065f81036801d0b1d73", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1d77", + "_tpl": "5649ade84bdc2d1b2b8b4587", + "parentId": "68010065f81036801d0b1d73", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1d78", + "_tpl": "5ac50da15acfc4001718d287", + "parentId": "68010065f81036801d0b1d73", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1d79", + "_tpl": "5ac72e475acfc400180ae6fe", + "parentId": "68010065f81036801d0b1d73", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1d7a", + "_tpl": "5ac50c185acfc400163398d4", + "parentId": "68010065f81036801d0b1d73", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1d7b", + "_tpl": "5ac66bea5acfc43b321d4aec", + "parentId": "68010065f81036801d0b1d73", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb4ddd77dc197c77424f8b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d7f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d7d", + "_tpl": "5ac66bea5acfc43b321d4aec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d7e", + "_tpl": "5ac66bea5acfc43b321d4aec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d7f", + "_tpl": "5ac66bea5acfc43b321d4aec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 7, + "id": "60bf6f29fd95cb3dfc368417", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d8e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d82", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d83", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d82", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1d84", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d85", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d84", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1d86", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d87", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d86", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1d88", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d89", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d88", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1d8a", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d8b", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d8a", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1d8c", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d8d", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d8c", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1d8e", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1d8f", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1d8e", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c12452c86f7744b83469073": { + "QuestName": "Perfect Mediator", + "_id": "5c12452c86f7744b83469073", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c12452c86f7744b83469073 acceptPlayerMessage", + "changeQuestMessageText": "5c12452c86f7744b83469073 changeQuestMessageText", + "completePlayerMessage": "5c12452c86f7744b83469073 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "TraderLoyalty", + "id": "5c12470d86f77465ae27a8c0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3b934156ae10c4430e83c", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "TraderLoyalty", + "id": "5c1247f386f77452db1d2b03", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "58330581ace78e27b8b10cee", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "TraderLoyalty", + "id": "5c12484586f7744b83469074", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5a7c2eca46aef81a7ca2145d", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "TraderLoyalty", + "id": "5c12487386f7742a60324299", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "target": "5935c25fb3acc3127c3d8cd9", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "TraderLoyalty", + "id": "5c12489886f77452db1d2b05", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "target": "54cb50c76803fa8b248b4571", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "TraderLoyalty", + "id": "5c1248ef86f77428266184c2", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "target": "54cb57776803fa99248b456e", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "TraderLoyalty", + "id": "65e08db1a97b2cd4e452432d", + "index": 6, + "parentId": "", + "dynamicLocale": false, + "target": "5c0647fdd443bc2504c2d371", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fab9286f77407e903a60d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fab8686f77410894b63f7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5967725e86f774601a446662", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c12452c86f7744b83469073 description", + "failMessageText": "5c12452c86f7744b83469073 failMessageText", + "declinePlayerMessage": "5c12452c86f7744b83469073 declinePlayerMessage", + "name": "5c12452c86f7744b83469073 name", + "note": "5c12452c86f7744b83469073 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c12452c86f7744b83469073 startedMessageText", + "successMessageText": "5c12452c86f7744b83469073 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 20900, + "id": "60c8ad929bdefb3130121b0a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c8a4069339363e8f0c6ad0", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 55000, + "id": "5c22472088a45016ea6b71a3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d91", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d91", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 55000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ef1a87e697e1e704d23597b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d93", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d93", + "_tpl": "5b6d9ce188a4501afc1b2b25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "66bb14021a47be227a5e8df2", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1d94", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1d94", + "_tpl": "651450ce0e00edc794068371", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1d95", + "_tpl": "57c44f4f2459772d2c627113", + "parentId": "68010065f81036801d0b1d94", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1d96", + "_tpl": "5a9e81fba2750c00164f6b11", + "parentId": "68010065f81036801d0b1d94", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1d97", + "_tpl": "57c44fa82459772d2d75e415", + "parentId": "68010065f81036801d0b1d94", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1d98", + "_tpl": "57c450252459772d28133253", + "parentId": "68010065f81036801d0b1d94", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1d99", + "_tpl": "6565c3ab977bcc2dbb01c2e7", + "parentId": "68010065f81036801d0b1d94", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1d9a", + "_tpl": "6565c0c2ff7eb7070409084c", + "parentId": "68010065f81036801d0b1d94", + "slotId": "mod_foregrip" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6744aca8d3346c216702c583": { + "QuestName": "Discombobulate", + "_id": "6744aca8d3346c216702c583", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6744aca8d3346c216702c583 acceptPlayerMessage", + "changeQuestMessageText": "6744aca8d3346c216702c583 changeQuestMessageText", + "completePlayerMessage": "6744aca8d3346c216702c583 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6744ae5cc771515803d615ec", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Zone_for_RPG_1", + "target": [ + "5e340dcdcb6d5863cc5e5efb" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6744ae63b3b4be24ffc607a4", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Zone_for_RPG_2", + "target": [ + "5e340dcdcb6d5863cc5e5efb" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6744ae65f8c1438fb9374575", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Zone_for_RPG_3", + "target": [ + "5e340dcdcb6d5863cc5e5efb" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6744aca8d3346c216702c585", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744ab1def61d56e020b5c56", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6744aca8d3346c216702c583 description", + "failMessageText": "6744aca8d3346c216702c583 failMessageText", + "declinePlayerMessage": "6744aca8d3346c216702c583 declinePlayerMessage", + "name": "6744aca8d3346c216702c583 name", + "note": "6744aca8d3346c216702c583 note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6744aca8d3346c216702c583 startedMessageText", + "successMessageText": "6744aca8d3346c216702c583 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 23400, + "id": "675851404791b70c6fe5ff22", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 175000, + "id": "6758514cf6922623306e9f4e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d9c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1d9c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 175000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "675851532f9979e353cd2ac2", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758515df1fae842bc4ec190", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1d9e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1d9e", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758516764e4d7eeaf85f3c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1da0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1da0", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758516d2b120ac3594334c9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1da2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1da2", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5eda19f0edce541157209cee": { + "QuestName": "Anesthesia", + "_id": "5eda19f0edce541157209cee", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5eda19f0edce541157209cee acceptPlayerMessage", + "changeQuestMessageText": "5eda19f0edce541157209cee changeQuestMessageText", + "completePlayerMessage": "5eda19f0edce541157209cee completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5eda1d6ec586607c09662d54", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "prapor_022_area_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5eda1da9a58a4c49c74165ee", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "prapor_022_area_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5eda1dd3317f6066993c1744", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "prapor_022_area_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5f0389268580cc37797e0025", + "conditions": [ + { + "id": "5f03899abb4e27377c090cdc", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5f0389b036cb1c7f496f9942", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5f0389268580cc37797e0026", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5f06e52d4ab52901d036b505", + "target": "5eda1d6ec586607c09662d54", + "conditionType": "CompleteCondition" + }, + { + "id": "5f06e532d57aeb6e0925300c", + "target": "5eda1da9a58a4c49c74165ee", + "conditionType": "CompleteCondition" + }, + { + "id": "5f06e536fdc0320a0850e310", + "target": "5eda1dd3317f6066993c1744", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5f1049d7aa82db0e8f75cb7b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5967725e86f774601a446662", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5eda1a67ef0ad2643e73af31", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 21, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5eda19f0edce541157209cee description", + "failMessageText": "5eda19f0edce541157209cee failMessageText", + "declinePlayerMessage": "5eda19f0edce541157209cee declinePlayerMessage", + "name": "5eda19f0edce541157209cee name", + "note": "5eda19f0edce541157209cee note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5f0f202de269d61a4b5cf6ec.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5eda19f0edce541157209cee startedMessageText", + "successMessageText": "5eda19f0edce541157209cee successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18100, + "id": "60c8a4e483161b326c471106", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8a4d7919c14709f49738d", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "5eda1b27ed4d216c284f5522", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1da4", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1da4", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5f0dc03de1176c3119660cd7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1da5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1da5", + "_tpl": "57c44b372459772d2b39b8ce", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1da6", + "_tpl": "57c44dd02459772d2e0ae249", + "parentId": "68010065f81036801d0b1da5", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1da7", + "_tpl": "57c44e7b2459772d28133248", + "parentId": "68010065f81036801d0b1da6", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1da8", + "_tpl": "57c44f4f2459772d2c627113", + "parentId": "68010065f81036801d0b1da5", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1da9", + "_tpl": "57838f9f2459774a150289a0", + "parentId": "68010065f81036801d0b1da5", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1daa", + "_tpl": "57c44fa82459772d2d75e415", + "parentId": "68010065f81036801d0b1da5", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1dab", + "_tpl": "57c450252459772d28133253", + "parentId": "68010065f81036801d0b1da5", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1dac", + "_tpl": "651178336cad06c37c049eb4", + "parentId": "68010065f81036801d0b1da5", + "slotId": "mod_handguard" + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "5f0dc05a8199b37bf4752c23", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1db7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1daf", + "_tpl": "657025dfcfc010a0f5006a3b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1db0", + "_tpl": "5c0d668f86f7747ccb7f13b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1daf", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1db1", + "_tpl": "657025dfcfc010a0f5006a3b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1db2", + "_tpl": "5c0d668f86f7747ccb7f13b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1db1", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1db3", + "_tpl": "657025dfcfc010a0f5006a3b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1db4", + "_tpl": "5c0d668f86f7747ccb7f13b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1db3", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1db5", + "_tpl": "657025dfcfc010a0f5006a3b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1db6", + "_tpl": "5c0d668f86f7747ccb7f13b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1db5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1db7", + "_tpl": "657025dfcfc010a0f5006a3b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1db8", + "_tpl": "5c0d668f86f7747ccb7f13b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1db7", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "5f0dc06c0553f172ce0a1ff4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1dc3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1dbb", + "_tpl": "657025dabfc87b3a34093256", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dbc", + "_tpl": "57a0e5022459774d1673f889", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dbb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1dbd", + "_tpl": "657025dabfc87b3a34093256", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dbe", + "_tpl": "57a0e5022459774d1673f889", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dbd", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1dbf", + "_tpl": "657025dabfc87b3a34093256", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dc0", + "_tpl": "57a0e5022459774d1673f889", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dbf", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1dc1", + "_tpl": "657025dabfc87b3a34093256", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dc2", + "_tpl": "57a0e5022459774d1673f889", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dc1", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1dc3", + "_tpl": "657025dabfc87b3a34093256", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dc4", + "_tpl": "57a0e5022459774d1673f889", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dc3", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5edac63b930f5454f51e128b": { + "QuestName": "TerraGroup Employee", + "_id": "5edac63b930f5454f51e128b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5edac63b930f5454f51e128b acceptPlayerMessage", + "changeQuestMessageText": "5edac63b930f5454f51e128b changeQuestMessageText", + "completePlayerMessage": "5edac63b930f5454f51e128b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5eec9d054110547f1f545c98", + "conditions": [ + { + "id": "5eec9d170a023b6de04d4bc4", + "dynamicLocale": false, + "target": "peace_027_area", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5eec9d054110547f1f545c99", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5eff5674befb6436ce3bbaf7", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5eff135be0d3331e9d282b7b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edac8483c809a44ef12b4d2", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5eff135be0d3331e9d282b7b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5eff599565987f2a9e661f04", + "target": "5eff5674befb6436ce3bbaf7", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5edac657cc183c769d778bdc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 23, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5f039e9f9235612be11c1f09", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5edac020218d181e29451446", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5f039ecba26f2a317b0972d4", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5edac34d0bb72a50635c2bfa", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5edac63b930f5454f51e128b description", + "failMessageText": "5edac63b930f5454f51e128b failMessageText", + "declinePlayerMessage": "5edac63b930f5454f51e128b declinePlayerMessage", + "name": "5edac63b930f5454f51e128b name", + "note": "5edac63b930f5454f51e128b note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5b0fc42d86f7744a585f9105", + "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5edac63b930f5454f51e128b startedMessageText", + "successMessageText": "5edac63b930f5454f51e128b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17000, + "id": "60cc7431e3d0247e625dab62", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc74362b555f16df5c41ae", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5000, + "id": "5f0da5bf6f25345edd40dc11", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1dc6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1dc6", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 5000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60cc744fa7d63f18200a24dc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1dc7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1dc7", + "_tpl": "5dcbd56fdbd3d91b3e5468d5", + "upd": { + "StackObjectsCount": 4, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1dc8", + "_tpl": "5dcbd6dddbd3d91b3e5468de", + "parentId": "68010065f81036801d0b1dc7", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1dc9", + "_tpl": "5a3501acc4a282000d72293a", + "parentId": "68010065f81036801d0b1dc7", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1dca", + "_tpl": "5dcbd6b46ec07c0c4347a564", + "parentId": "68010065f81036801d0b1dc7", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1dcb", + "_tpl": "5dcbe9431e1f4616d354987e", + "parentId": "68010065f81036801d0b1dc7", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1dcc", + "_tpl": "5dcbe965e4ed22586443a79d", + "parentId": "68010065f81036801d0b1dcb", + "slotId": "mod_muzzle" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cc7479a7d63f18200a24dd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1dd0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1dce", + "_tpl": "5a3501acc4a282000d72293a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dcf", + "_tpl": "5a3501acc4a282000d72293a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dd0", + "_tpl": "5a3501acc4a282000d72293a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60cc74687c496e588343a6d3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1dd9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1dd3", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dd4", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dd3", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1dd5", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dd6", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dd5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1dd7", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dd8", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dd7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1dd9", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1dda", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1dd9", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b8efa281c51328c56d7713", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1ddb", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1ddb", + "_tpl": "5ef1ba28c64c5d0dfc0571a5" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27b7a786f774579c3eb376": { + "QuestName": "Tigr Safari", + "_id": "5a27b7a786f774579c3eb376", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27b7a786f774579c3eb376 acceptPlayerMessage", + "changeQuestMessageText": "5a27b7a786f774579c3eb376 changeQuestMessageText", + "completePlayerMessage": "5a27b7a786f774579c3eb376 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "66698a9eddc21e9441645819", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_002_N1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a27e75886f7740aef4a9157", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_002_N2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a29653986f77406a3435b26", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_002_N3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c9394a986f7741228714be2", + "conditions": [ + { + "id": "5c9394ba86f774122a7ac1a2", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5c9394de86f774122c346f82", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c9394a986f7741228714be3", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5c9395be86f774122a7ac1a3", + "target": "5a27e75886f7740aef4a9157", + "conditionType": "CompleteCondition" + }, + { + "id": "5c9395cd86f774122c346f84", + "target": "5a29653986f77406a3435b26", + "conditionType": "CompleteCondition" + }, + { + "id": "66698b0c361faf66b8ade1dd", + "target": "66698a9eddc21e9441645819", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a71b286f7745a7e19f642", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a27e86386f7743c2a3a1086", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b75b86f7742e97191958", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27b7a786f774579c3eb376 description", + "failMessageText": "5a27b7a786f774579c3eb376 failMessageText", + "declinePlayerMessage": "5a27b7a786f774579c3eb376 declinePlayerMessage", + "name": "5a27b7a786f774579c3eb376 name", + "note": "5a27b7a786f774579c3eb376 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/57e4f1852459772a15635633.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27b7a786f774579c3eb376 startedMessageText", + "successMessageText": "5a27b7a786f774579c3eb376 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60cc68787c496e588343a6b3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc687d2b555f16df5c418d", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 900, + "id": "5a27d94f86f77448d97fe86d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ddd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ddd", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc68ada7d63f18200a24bb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ddf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ddf", + "_tpl": "5f5f41f56760b4138443b352", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc68c12b555f16df5c4192", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1de2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1de1", + "_tpl": "58d3db5386f77426186285a0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1de2", + "_tpl": "58d3db5386f77426186285a0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b74411273611d2462ab79", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1de3", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1de3", + "_tpl": "59e6920f86f77411d82aa167" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "63a19fc1d6d4651e53602aee", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1de4", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1de4", + "_tpl": "5e00903ae9dc277128008b87", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b1de5", + "_tpl": "5de8eac42a78646d96665d91", + "parentId": "68010065f81036801d0b1de4", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1de6", + "_tpl": "5de910da8b6c4240ba2651b5", + "parentId": "68010065f81036801d0b1de4", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1de7", + "_tpl": "5e0090f7e9dc277128008b93", + "parentId": "68010065f81036801d0b1de4", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1de8", + "_tpl": "5de8fb539f98ac2bc659513a", + "parentId": "68010065f81036801d0b1de7", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1de9", + "_tpl": "5de922d4b11454561e39239f", + "parentId": "68010065f81036801d0b1de4", + "slotId": "mod_charge" + }, + { + "_id": "68010065f81036801d0b1dea", + "_tpl": "5de8fbf2b74cd90030650c79", + "parentId": "68010065f81036801d0b1de4", + "slotId": "mod_mount_000" + } + ], + "loyaltyLevel": 1, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "59c50c8886f7745fed3193bf": { "QuestName": "The Punisher - Part 2", "_id": "59c50c8886f7745fed3193bf", - "acceptPlayerMessage": "59c50c8886f7745fed3193bf acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59c50c8886f7745fed3193bf acceptPlayerMessage", "changeQuestMessageText": "59c50c8886f7745fed3193bf changeQuestMessageText", "completePlayerMessage": "59c50c8886f7745fed3193bf completePlayerMessage", "conditions": { @@ -9576,31 +32294,19 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "59674d5186f22146b872d5f6", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], "id": "59674d5586f77596b62554e7", - "resetOnSessionEnd": false, - "savageRole": [], + "dynamicLocale": false, "target": "Savage", + "compareMethod": ">=", "value": 1, "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, "weaponModsInclusive": [ [ "59bffc1f86f77435b128b872" @@ -9860,1064 +32566,7404 @@ [ "676149d8e889e1972605d6be" ] - ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "59c50b8e86f1742fed319382", + "dynamicLocale": false, "target": [ "RezervBase" - ] + ], + "conditionType": "Location" } - ], - "id": "59674d5186f22146b872d5f6" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59624d5386f77446b872d5f7", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 12, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5cb5e2ff86f7746ef64c979b", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "572b7fa524597762b747ce82" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 7, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59c50f1686f77412ef2c01e7", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "572b7fa524597762b747ce82" ], + "globalQuestCounterId": "", "value": 7, "visibilityConditions": [] } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59a926b186f774753c5479a2", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 18, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "596a1f7586f1741ddd6c10c8", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "59c50a9e86f7745fef66f4ff", "status": [ 4 ], - "target": "59c50a9e86f7745fef66f4ff", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59c50c8886f7745fed3193bf declinePlayerMessage", "description": "59c50c8886f7745fed3193bf description", "failMessageText": "59c50c8886f7745fed3193bf failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5981c96e86f77477920d1a04.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", + "declinePlayerMessage": "59c50c8886f7745fed3193bf declinePlayerMessage", "name": "59c50c8886f7745fed3193bf name", "note": "59c50c8886f7745fed3193bf note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/5981c96e86f77477920d1a04.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59c50c8886f7745fed3193bf startedMessageText", + "successMessageText": "59c50c8886f7745fed3193bf successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "59c5101a86f7741f0d09de28", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1def", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103048", + "_id": "68010065f81036801d0b1def", "_tpl": "5a7c4850e899ef00150be885", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103049", + "_id": "68010065f81036801d0b1df0", "_tpl": "657baaf0b7e9ca9a02045c02", - "parentId": "67eb506040b1947a72103048", - "slotId": "Helmet_top", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b1def", + "slotId": "Helmet_top" }, { - "_id": "67eb506040b1947a7210304a", + "_id": "68010065f81036801d0b1df1", "_tpl": "657bab6ec6f689d3a205b85f", - "parentId": "67eb506040b1947a72103048", - "slotId": "Helmet_back", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b1def", + "slotId": "Helmet_back" }, { - "_id": "67eb506040b1947a7210304b", + "_id": "68010065f81036801d0b1df2", "_tpl": "657babc6f58ba5a6250107a2", - "parentId": "67eb506040b1947a72103048", - "slotId": "Helmet_ears", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b1def", + "slotId": "Helmet_ears" } - ], - "target": "67eb506040b1947a72103048", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "59c5101586f7741f0c5a8697", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1df4", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210304d", + "_id": "68010065f81036801d0b1df4", "_tpl": "5b432b965acfc47a8774094e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210304d", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "5a417e2586f77469bc2979ba", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1df5", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210304e", + "_id": "68010065f81036801d0b1df5", "_tpl": "56e0598dd2720bb5668b45a6", "upd": { + "StackObjectsCount": 1, "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { - "_id": "67eb506040b1947a7210304f", + "_id": "68010065f81036801d0b1df6", "_tpl": "5448c12b4bdc2d02308b456f", - "parentId": "67eb506040b1947a7210304e", + "parentId": "68010065f81036801d0b1df5", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103050", + "_id": "68010065f81036801d0b1df7", "_tpl": "56e05b06d2720bb2668b4586", - "parentId": "67eb506040b1947a7210304e", + "parentId": "68010065f81036801d0b1df5", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103051", + "_id": "68010065f81036801d0b1df8", "_tpl": "56e05a6ed2720bd0748b4567", - "parentId": "67eb506040b1947a7210304e", + "parentId": "68010065f81036801d0b1df5", "slotId": "mod_pistolgrip" } - ], - "target": "67eb506040b1947a7210304e", - "type": "Item", - "unknown": false, - "value": 1 + ] } ], "Success": [ { "availableInGameEditions": [], + "value": 13100, "id": "60c8acb78dfbfc09882efd1f", - "index": 0, "type": "Experience", - "unknown": false, - "value": 13100 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "60c8a02e9339363e8f0c6ace", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 50000, "id": "60cb4f16179f8541b84691c2", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1dfa", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103053", + "_id": "68010065f81036801d0b1dfa", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a72103053", - "type": "Item", - "unknown": false, - "value": 50000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "5ec19b0c83b69d213d3c2eec", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1dfd", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103055", + "_id": "68010065f81036801d0b1dfc", "_tpl": "5d0375ff86f774186372f685", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103056", + "_id": "68010065f81036801d0b1dfd", "_tpl": "5d0375ff86f774186372f685", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103056", - "type": "Item", - "unknown": true, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "60cb4f016a2a1958fc522cc0", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1dfe", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103057", + "_id": "68010065f81036801d0b1dfe", "_tpl": "5ac66d725acfc43b321d4b60", "upd": { "StackObjectsCount": 1 } }, { - "_id": "67eb506040b1947a72103058", + "_id": "68010065f81036801d0b1dff", "_tpl": "59c6633186f7740cf0493bb9", - "parentId": "67eb506040b1947a72103057", + "parentId": "68010065f81036801d0b1dfe", "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a72103059", + "_id": "68010065f81036801d0b1e00", "_tpl": "5648b1504bdc2d9d488b4584", - "parentId": "67eb506040b1947a72103058", + "parentId": "68010065f81036801d0b1dff", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a7210305a", + "_id": "68010065f81036801d0b1e01", "_tpl": "5ac72e895acfc43b321d4bd5", - "parentId": "67eb506040b1947a72103057", + "parentId": "68010065f81036801d0b1dfe", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a7210305b", + "_id": "68010065f81036801d0b1e02", "_tpl": "5649ade84bdc2d1b2b8b4587", - "parentId": "67eb506040b1947a72103057", + "parentId": "68010065f81036801d0b1dfe", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a7210305c", + "_id": "68010065f81036801d0b1e03", "_tpl": "5ac50da15acfc4001718d287", - "parentId": "67eb506040b1947a72103057", + "parentId": "68010065f81036801d0b1dfe", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210305d", + "_id": "68010065f81036801d0b1e04", "_tpl": "5ac733a45acfc400192630e2", - "parentId": "67eb506040b1947a72103057", + "parentId": "68010065f81036801d0b1dfe", "slotId": "mod_sight_rear" }, { - "_id": "67eb506040b1947a7210305e", + "_id": "68010065f81036801d0b1e05", "_tpl": "5ac50c185acfc400163398d4", - "parentId": "67eb506040b1947a72103057", + "parentId": "68010065f81036801d0b1dfe", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a7210305f", + "_id": "68010065f81036801d0b1e06", "_tpl": "5ac66bea5acfc43b321d4aec", - "parentId": "67eb506040b1947a72103057", + "parentId": "68010065f81036801d0b1dfe", "slotId": "mod_magazine" } - ], - "target": "67eb506040b1947a72103057", - "type": "Item", - "unknown": true, - "value": 1 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "59c50c8886f7745fed3193bf startedMessageText", - "status": 0, - "successMessageText": "59c50c8886f7745fed3193bf successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "59c512ad86f7741f0d09de9b": { - "QuestName": "The Punisher - Part 3", - "_id": "59c512ad86f7741f0d09de9b", - "acceptPlayerMessage": "59c512ad86f7741f0d09de9b acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5967530a86f77462ba22226b": { + "QuestName": "Bad Rep Evidence", + "_id": "5967530a86f77462ba22226b", "canShowNotificationsInGame": true, - "changeQuestMessageText": "59c512ad86f7741f0d09de9b changeQuestMessageText", - "completePlayerMessage": "59c512ad86f7741f0d09de9b completePlayerMessage", + "acceptPlayerMessage": "5967530a86f77462ba22226b acceptPlayerMessage", + "changeQuestMessageText": "5967530a86f77462ba22226b changeQuestMessageText", + "completePlayerMessage": "5967530a86f77462ba22226b completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5a3fbdb086f7745a554f0c30", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "5a3fbdd386f7740fad0d7e26", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "59674d5586f27446b62554e2", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", + "target": "locked_office", "value": 1, - "weapon": [ - "583990e32459771419544dd2", - "5839a40f24597726f856b511", - "57dc2fa62459775949412633", - "628b9c37a733087d0d7fe84b" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fbdb086f7745a554f0c31", + "index": 1, + "parentId": "5968943f86f7740d137ebfc2", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5968941f86f7740d1570bbd2", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "5968943f86f7740d137ebfc2", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5938144586f77473c2087145" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5968943f86f7740d137ebfc2", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5938188786f77474f723e87f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5968948986f7740d121082d4", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5938188786f77474f723e87f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60650d86f7740d86320f14", + "target": "5968943f86f7740d137ebfc2", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "596762ec86f77426d3687a86", + "conditions": [ { - "conditionType": "Location", + "id": "5981f9f886f774536f56ce42", "dynamicLocale": false, - "id": "59ca27a486f77445a90e6958", "target": [ "bigmap" - ] + ], + "conditionType": "Location" + }, + { + "id": "5a60653f86f7740d887d2d38", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" } - ], - "id": "59674d5186f27446b872d5f6" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59674d5186f77446b852d5f7", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "596762ec86f77426d3687a87", + "index": 2, "parentId": "", - "type": "Elimination", - "value": 25, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60671186f774402e264147", + "target": "5968943f86f7740d137ebfc2", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926b186f774753c5479a2", + "id": "59a926e786f7747b37562689", "index": 0, "parentId": "", - "value": 19, + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 6, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c63abd36f7745e601a0a57", + "id": "59c12a3d86f774189b3c84e0", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "59c124d686f774189b3c843f", "status": [ 4 ], - "target": "59c50c8886f7745fed3193bf", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59c512ad86f7741f0d09de9b declinePlayerMessage", - "description": "59c512ad86f7741f0d09de9b description", - "failMessageText": "59c512ad86f7741f0d09de9b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/57e4f1852459772a15635633.jpg", - "instantComplete": false, + "description": "5967530a86f77462ba22226b description", + "failMessageText": "5967530a86f77462ba22226b failMessageText", + "declinePlayerMessage": "5967530a86f77462ba22226b declinePlayerMessage", + "name": "5967530a86f77462ba22226b name", + "note": "5967530a86f77462ba22226b note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/596a108786f7741ddc2d31b1.jpg", + "type": "PickUp", "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "59c512ad86f7741f0d09de9b name", - "note": "59c512ad86f7741f0d09de9b note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5967530a86f77462ba22226b startedMessageText", + "successMessageText": "5967530a86f77462ba22226b successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8acd68dfbfc09882efd20", - "index": 0, + "value": 4100, + "id": "60c8abb29339363e8f0c6ad4", "type": "Experience", - "unknown": false, - "value": 11700 - }, - { - "availableInGameEditions": [], - "id": "60dc2974ef7d58779755fb25", "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "59c5171a86f774443b4896f0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031e0", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 2500 - } - } - ], - "target": "67eb506040b1947a721031e0", - "type": "Item", - "unknown": false, - "value": 2500 - }, - { - "availableInGameEditions": [], - "id": "655b71861fe356507267b2f7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031e2", - "_tpl": "56dff2ced2720bb4668b4567", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a721031e3", - "_tpl": "56dff2ced2720bb4668b4567", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a721031e4", - "_tpl": "56dff2ced2720bb4668b4567", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031e4", - "traderId": 10, - "type": "ProductionScheme", "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "59c62ae086f7745d8d52e20e", + "value": 0.03, + "id": "60c89f04e4d30047b777b310", + "type": "TraderStanding", "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "5fe3064f7756c41536769d35", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e08", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721031e5", - "_tpl": "588892092459774ac91d4b11", + "_id": "68010065f81036801d0b1e08", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb4adc7c496e588343a198", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e09", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e09", + "_tpl": "57f3c6bd24597738e730fa2f", "upd": { "StackObjectsCount": 1 } }, { - "_id": "67eb506040b1947a721031e6", - "_tpl": "5888988e24597752fe43a6fa", - "parentId": "67eb506040b1947a721031e5", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721031e7", - "_tpl": "5888956924597752983e182d", - "parentId": "67eb506040b1947a721031e5", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721031e8", - "_tpl": "5888996c24597754281f9419", - "parentId": "67eb506040b1947a721031e7", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721031e9", - "_tpl": "5888976c24597754281f93f5", - "parentId": "67eb506040b1947a721031e7", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721031ea", - "_tpl": "57c55f172459772d27602381", - "parentId": "67eb506040b1947a721031e5", + "_id": "68010065f81036801d0b1e0a", + "_tpl": "57d152ec245977144076ccdf", + "parentId": "68010065f81036801d0b1e09", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a721031eb", - "_tpl": "58889d0c2459775bc215d981", - "parentId": "67eb506040b1947a721031e5", - "slotId": "mod_stock" + "_id": "68010065f81036801d0b1e0b", + "_tpl": "57f3c7e024597738ea4ba286", + "parentId": "68010065f81036801d0b1e09", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1e0c", + "_tpl": "57f3c8cc2459773ec4480328", + "parentId": "68010065f81036801d0b1e0b", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1e0d", + "_tpl": "57d1519e24597714373db79d", + "parentId": "68010065f81036801d0b1e09", + "slotId": "mod_magazine" } - ], - "target": "67eb506040b1947a721031e5", + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5a2e860886f77406357faa77", "type": "Item", - "unknown": true, - "value": 1 + "index": 0, + "target": "68010065f81036801d0b1e11", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e0f", + "_tpl": "57d1519e24597714373db79d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e10", + "_tpl": "57d1519e24597714373db79d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e11", + "_tpl": "57d1519e24597714373db79d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] }, { "availableInGameEditions": [], - "id": "60c8a0e01f21c1669a48c321", + "value": 3, + "id": "60e04ed0aebd35217f7df4fe", + "type": "Item", "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", + "target": "68010065f81036801d0b1e18", "unknown": false, - "value": 0.02 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e14", + "_tpl": "65702621cfc010a0f5006a44", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e15", + "_tpl": "57371f2b24597761224311f1", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1e14", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e16", + "_tpl": "65702621cfc010a0f5006a44", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e17", + "_tpl": "57371f2b24597761224311f1", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1e16", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e18", + "_tpl": "65702621cfc010a0f5006a44", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e19", + "_tpl": "57371f2b24597761224311f1", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1e18", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac6517b86f7740575506e66", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e1a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e1a", + "_tpl": "576fd4ec2459777f0b518431" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "id": "655b8fc8065b076eb02c4b4e", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e1b", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e1b", + "_tpl": "5aa7d193e5b5b000171d063f" + } + ], + "loyaltyLevel": 1, + "traderId": "54cb50c76803fa8b248b4571" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "59c512ad86f7741f0d09de9b startedMessageText", - "status": 0, - "successMessageText": "59c512ad86f7741f0d09de9b successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "59c9392986f7742f6923add2": { - "QuestName": "Trust Regain", - "_id": "59c9392986f7742f6923add2", - "acceptPlayerMessage": "59c9392986f7742f6923add2 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "60e71b9bbd90872cb85440f3": { + "QuestName": "Capturing Outposts", + "_id": "60e71b9bbd90872cb85440f3", "canShowNotificationsInGame": true, - "changeQuestMessageText": "59c9392986f7742f6923add2 changeQuestMessageText", - "completePlayerMessage": "59c9392986f7742f6923add2 completePlayerMessage", + "acceptPlayerMessage": "60e71b9bbd90872cb85440f3 acceptPlayerMessage", + "changeQuestMessageText": "60e71b9bbd90872cb85440f3 changeQuestMessageText", + "completePlayerMessage": "60e71b9bbd90872cb85440f3 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93bdb86f7742a19140434", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec18b73b5f7d790a7ad033", + "conditions": [ + { + "id": "60ec18cf63fe3506455d8a78", + "dynamicLocale": false, + "zoneIds": [ + "prapor_27_1" + ], + "conditionType": "InZone" + }, + { + "id": "60ec1e8d96463e702776937e", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec18b73b5f7d790a7ad034", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", - "target": [ - "593aa4be86f77457f56379f8" - ], - "value": 1, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 8, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93c1986f7742a424eaa33", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec1e72d7b7cb55e94c1763", + "conditions": [ + { + "id": "60ec1e7ea664b027ab1441b0", + "dynamicLocale": false, + "zoneIds": [ + "prapor_27_2" + ], + "conditionType": "InZone" + }, + { + "id": "60ec1e9371035f300c301ace", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec1e72d7b7cb55e94c1764", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", - "target": [ - "591afe0186f77431bd616a11" - ], - "value": 1, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 8, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93cbb86f7742a19140435", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec2229fd1bf4491c4e4551", + "conditions": [ + { + "id": "60ec224ead25e3185465bbd2", + "dynamicLocale": false, + "zoneIds": [ + "prapor_27_3" + ], + "conditionType": "InZone" + }, + { + "id": "60ec225ca664b027ab1441b1", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec2229fd1bf4491c4e4552", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", - "target": [ - "5913915886f774123603c392" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, + "oneSessionOnly": false, "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, "globalQuestCounterId": "", - "id": "59c93cea86f7742a08623162", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5913877a86f774432f15d444" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93d4e86f774496b698953", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "593aa4be86f77457f56379f8" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a5777f086f7740adb5caac7", - "target": "59c93bdb86f7742a19140434" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93d8086f7742a19140436", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "591afe0186f77431bd616a11" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a5777f786f7740ad83ccf69", - "target": "59c93c1986f7742a424eaa33" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93d9c86f7742f6923add3", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5913915886f774123603c392" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57780486f7740adc2f7e45", - "target": "59c93cbb86f7742a19140435" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93dbf86f7742a424eaa34", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5913877a86f774432f15d444" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a57780c86f7741cc1242073", - "target": "59c93cea86f7742a08623162" - } - ] + "value": 8, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c93a6a86f77453b7472343", + "id": "6101458b43d55d251d68e4fa", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "59ca2eb686f77445a80ed049", "status": [ - 5 + 4 ], - "target": "597a160786f77477531d39d2", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "6101458f0631930ce97dea77", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 42, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59c9392986f7742f6923add2 declinePlayerMessage", - "description": "59c9392986f7742f6923add2 description", - "failMessageText": "59c9392986f7742f6923add2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, + "description": "60e71b9bbd90872cb85440f3 description", + "failMessageText": "60e71b9bbd90872cb85440f3 failMessageText", + "declinePlayerMessage": "60e71b9bbd90872cb85440f3 declinePlayerMessage", + "name": "60e71b9bbd90872cb85440f3 name", + "note": "60e71b9bbd90872cb85440f3 note", + "traderId": "54cb50c76803fa8b248b4571", "location": "any", - "name": "59c9392986f7742f6923add2 name", - "note": "59c9392986f7742f6923add2 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71b9bbd90872cb85440f3 startedMessageText", + "successMessageText": "60e71b9bbd90872cb85440f3 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8bec280b2027f403dd99c", + "value": 69999, + "id": "60f03782b28e277560670d69", + "type": "Experience", "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "655b773f1f2b6843ec751fd9", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e1c", "unknown": false, - "value": 0.25 + "items": [ + { + "_id": "68010065f81036801d0b1e1c", + "_tpl": "57a0e5022459774d1673f889" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "619d053a592f3b2dae1a5418", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e1e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e1e", + "_tpl": "619bdeb986e01e16f839a99e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b6a7f85335da4dfe4644e5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e20", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e20", + "_tpl": "619bdfd4c9546643a67df6fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b6a85ed5887c2ce956115c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e25", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e25", + "_tpl": "5f60c74e3b85f6263c145586", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e26", + "_tpl": "657bc285aab96fccee08bea3", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e25", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b1e27", + "_tpl": "657bc2c5a1c61ee0c3036333", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e25", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b1e28", + "_tpl": "657bc2e7b30eca976305118d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e25", + "slotId": "Helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b6a86b3e349c7dbd06bd19", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e2b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e2a", + "_tpl": "5f60c85b58eff926626a60f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e2b", + "_tpl": "5f60c85b58eff926626a60f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b6a877c3abf20a9660daac", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e39", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e39", + "_tpl": "545cdb794bdc2d3a198b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e3a", + "_tpl": "6575ce3716c2762fba0057fd", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1e3b", + "_tpl": "6575ce45dc9932aed601c616", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1e3c", + "_tpl": "6575ce5016c2762fba005802", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b1e3d", + "_tpl": "6575ce5befc786cd9101a671", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b1e3e", + "_tpl": "6575ce6f16c2762fba005806", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b1e3f", + "_tpl": "6575ce9db15fef3dd4051628", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Shoulder_l" + }, + { + "_id": "68010065f81036801d0b1e40", + "_tpl": "6575cea8b15fef3dd405162c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Shoulder_r" + }, + { + "_id": "68010065f81036801d0b1e41", + "_tpl": "6575ce8bdc9932aed601c61e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b1e42", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1e43", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b1e44", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b1e45", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e39", + "slotId": "Right_side_plate" + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "59c9392986f7742f6923add2 startedMessageText", - "status": 0, - "successMessageText": "59c9392986f7742f6923add2 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "59c93e8e86f7742a406989c4": { - "QuestName": "Loyalty Buyout", - "_id": "59c93e8e86f7742a406989c4", - "acceptPlayerMessage": "59c93e8e86f7742a406989c4 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "59c50a9e86f7745fef66f4ff": { + "QuestName": "The Punisher - Part 1", + "_id": "59c50a9e86f7745fef66f4ff", "canShowNotificationsInGame": true, - "changeQuestMessageText": "59c93e8e86f7742a406989c4 changeQuestMessageText", - "completePlayerMessage": "59c93e8e86f7742a406989c4 completePlayerMessage", + "acceptPlayerMessage": "59c50a9e86f7745fef66f4ff acceptPlayerMessage", + "changeQuestMessageText": "59c50a9e86f7745fef66f4ff changeQuestMessageText", + "completePlayerMessage": "59c50a9e86f7745fef66f4ff completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a10d886f7741ddf11dbf0", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "59674d5186f77446b032d2f1", + "conditions": [ + { + "id": "59674d5586f72226b62554e7", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5abcbc27d8ce8700182eceeb", + "59d6088586f774275f37482f", + "59ff346386f77477562ff5e2", + "5a0ec13bfcdbcb00165aa685", + "59e6152586f77473dc057aa1", + "5ac66d2e5acfc43b321d4b53", + "5ac66d725acfc43b321d4b60" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "59c52b3e86f7745fed319382", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "59674d5186f00443b872d5f7", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", - "target": [ - "5449016a4bdc2d6f028b456f" - ], - "value": 1000000, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "596a13af86f77420d232804c", + "conditionType": "Level", + "id": "59a926b186f774753c5479a2", "index": 0, "parentId": "", - "status": [ - 5 - ], - "target": "597a0f5686f774273b74f676", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "59c93e8e86f7742a406989c4 declinePlayerMessage", - "description": "59c93e8e86f7742a406989c4 description", - "failMessageText": "59c93e8e86f7742a406989c4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "59c93e8e86f7742a406989c4 name", - "note": "59c93e8e86f7742a406989c4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8beae80b2027f403dd99b", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.25 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59c93e8e86f7742a406989c4 startedMessageText", - "status": 0, - "successMessageText": "59c93e8e86f7742a406989c4 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Loyalty" - }, - "59ca1a6286f774509a270942": { - "QuestName": "No Offence", - "_id": "59ca1a6286f774509a270942", - "acceptPlayerMessage": "59ca1a6286f774509a270942 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59ca1a6286f774509a270942 changeQuestMessageText", - "completePlayerMessage": "59ca1a6286f774509a270942 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, "dynamicLocale": false, "globalQuestCounterId": "", - "id": "59ca1b1b86f7741b067dba42", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "58d3db5386f77426186285a0" - ], - "value": 10, + "value": 17, + "compareMethod": ">=", "visibilityConditions": [] }, { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59ca1b4f86f774509a270943", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "58d3db5386f77426186285a0" - ], - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "597a771d86f77405ba6887d4", + "id": "596a1f7586f2741ddd6c10c8", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5967725e86f774601a446662", "status": [ - 5 + 4 ], - "target": "597a171586f77405ba6887d3", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59ca1a6286f774509a270942 declinePlayerMessage", - "description": "59ca1a6286f774509a270942 description", - "failMessageText": "59ca1a6286f774509a270942 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, + "description": "59c50a9e86f7745fef66f4ff description", + "failMessageText": "59c50a9e86f7745fef66f4ff failMessageText", + "declinePlayerMessage": "59c50a9e86f7745fef66f4ff declinePlayerMessage", + "name": "59c50a9e86f7745fef66f4ff name", + "note": "59c50a9e86f7745fef66f4ff note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5968ec2986f7741ddf17db83.jpg", + "type": "Elimination", "isKey": false, - "location": "any", - "name": "59ca1a6286f774509a270942 name", - "note": "59ca1a6286f774509a270942 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59c50a9e86f7745fef66f4ff startedMessageText", + "successMessageText": "59c50a9e86f7745fef66f4ff successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8be939bdefb3130121b0e", + "value": 10200, + "id": "60c8aca91f21c1669a48c325", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c8a019a0b5c924fc6e9d4e", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "5a2fb0db86f7747694379ad2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e47", "unknown": false, - "value": 0.25 + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1e47", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b78e3975a7f3c734661aa", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e48", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e48", + "_tpl": "5656d7c34bdc2d9d198b4587" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a2fb0f286f774769732daa4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e56", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e56", + "_tpl": "545cdb794bdc2d3a198b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e57", + "_tpl": "6575ce3716c2762fba0057fd", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1e58", + "_tpl": "6575ce45dc9932aed601c616", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1e59", + "_tpl": "6575ce5016c2762fba005802", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b1e5a", + "_tpl": "6575ce5befc786cd9101a671", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b1e5b", + "_tpl": "6575ce6f16c2762fba005806", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b1e5c", + "_tpl": "6575ce9db15fef3dd4051628", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Shoulder_l" + }, + { + "_id": "68010065f81036801d0b1e5d", + "_tpl": "6575cea8b15fef3dd405162c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Shoulder_r" + }, + { + "_id": "68010065f81036801d0b1e5e", + "_tpl": "6575ce8bdc9932aed601c61e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b1e5f", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1e60", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b1e61", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b1e62", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1e56", + "slotId": "Right_side_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac65e0c86f77403dd390d1a", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e63", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e63", + "_tpl": "55801eed4bdc2d89578b4588", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1e64", + "_tpl": "559ba5b34bdc2d1f1a8b4582", + "parentId": "68010065f81036801d0b1e63", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1e65", + "_tpl": "56083e1b4bdc2dc8488b4572", + "parentId": "68010065f81036801d0b1e63", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1e66", + "_tpl": "56083eab4bdc2d26448b456a", + "parentId": "68010065f81036801d0b1e63", + "slotId": "mod_tactical" + }, + { + "_id": "68010065f81036801d0b1e67", + "_tpl": "560e620e4bdc2d724b8b456b", + "parentId": "68010065f81036801d0b1e63", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1e68", + "_tpl": "61faa91878830f069b6b7967", + "parentId": "68010065f81036801d0b1e63", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1e69", + "_tpl": "56ea8222d2720b69698b4567", + "parentId": "68010065f81036801d0b1e68", + "slotId": "mod_bipod" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639670029113f06a7c3b2377": { + "QuestName": "Following the Bread Crumbs", + "_id": "639670029113f06a7c3b2377", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639670029113f06a7c3b2377 acceptPlayerMessage", + "changeQuestMessageText": "639670029113f06a7c3b2377 changeQuestMessageText", + "completePlayerMessage": "639670029113f06a7c3b2377 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639adf3edbf1d842d260cda7", + "conditions": [ + { + "id": "639adf867cb1a8023d49f686", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "pmcBot" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "639adf3edbf1d842d260cda6", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7cf9f04d3dc28a52a20fb", + "conditions": [ + { + "id": "63a7cfbcf32fa1316250c3d1", + "dynamicLocale": false, + "target": "quest_zone_keeper7_saferoom", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7cf9f04d3dc28a52a20fa", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d0841943b749b5021eba", + "target": "639adf3edbf1d842d260cda6", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7cfe104d3dc28a52a20fd", + "conditions": [ + { + "id": "63a7cffbcc389e31a64596db", + "dynamicLocale": false, + "target": "quest_zone_keeper7_test", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7cfe104d3dc28a52a20fc", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d08acc389e31a64596dc", + "target": "639adf3edbf1d842d260cda6", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "639ae49a5e3c9b787264d675", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6398a4cfb5992f573c6562b3" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d0b627a4ff476e6dd0cd", + "target": "63a7cf9f04d3dc28a52a20fa", + "conditionType": "CompleteCondition" + }, + { + "id": "63a7d0c8cc389e31a64596dd", + "target": "63a7cfe104d3dc28a52a20fc", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "639ae5445b201a534f436ef3", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6398a4cfb5992f573c6562b3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639ae5ab28d8a21b593a348e", + "target": "639ae49a5e3c9b787264d675", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "639afd5c20668603de1597c9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63966ff54c3ef01b6f3ffad8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639670029113f06a7c3b2377 description", + "failMessageText": "639670029113f06a7c3b2377 failMessageText", + "declinePlayerMessage": "639670029113f06a7c3b2377 declinePlayerMessage", + "name": "639670029113f06a7c3b2377 name", + "note": "639670029113f06a7c3b2377 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639670029113f06a7c3b2377 startedMessageText", + "successMessageText": "639670029113f06a7c3b2377 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.04, + "id": "63a6cec40530a47cb93185ba", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a2351f5032c67f050dd974", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e6b", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e6b", + "_tpl": "6389c7f115805221fb410466", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a2350cd6d4651e53602b02", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e6c", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b1e6c", + "_tpl": "6389c7f115805221fb410466" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71c11d54b755a3b53eb65": { + "QuestName": "Night Sweep", + "_id": "60e71c11d54b755a3b53eb65", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71c11d54b755a3b53eb65 acceptPlayerMessage", + "changeQuestMessageText": "60e71c11d54b755a3b53eb65 changeQuestMessageText", + "completePlayerMessage": "60e71c11d54b755a3b53eb65 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e82c12fd1bf4491c4e4547", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e82c5926b88043510e0ad7", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "6101464fe5b13723fc7609ae", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 50, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6101464accda1c5f7b1dd08f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5edabd13218d181e29451442", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71c11d54b755a3b53eb65 description", + "failMessageText": "60e71c11d54b755a3b53eb65 failMessageText", + "declinePlayerMessage": "60e71c11d54b755a3b53eb65 declinePlayerMessage", + "name": "60e71c11d54b755a3b53eb65 name", + "note": "60e71c11d54b755a3b53eb65 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5d67b5ca86f7744dcc5e2f88.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71c11d54b755a3b53eb65 startedMessageText", + "successMessageText": "60e71c11d54b755a3b53eb65 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 107000, + "id": "60f037339417a95e1c42086d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 6000, + "id": "610298b160307362d01d8c80", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e6e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1e6e", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 6000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a1da0aab6bb51044344bfe", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1e70", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e70", + "_tpl": "5fca138c2a7b221b2852a5c6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 2, + "traderId": 7 + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "610298da9386cf6f25373c4d", + "type": "Skill", + "index": 0, + "target": "Shotgun", + "unknown": true + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d4bec3486f7743cac246665": { + "QuestName": "Regulated Materials", + "_id": "5d4bec3486f7743cac246665", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d4bec3486f7743cac246665 acceptPlayerMessage", + "changeQuestMessageText": "5d4bec3486f7743cac246665 changeQuestMessageText", + "completePlayerMessage": "5d4bec3486f7743cac246665 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5d4bfe4b86f7744a9d4fe032", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d03794386f77420415576f5" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d4bfe7c86f7744a9c66b316", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d03794386f77420415576f5" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5d4c020a86f77449c463ced6", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d0379a886f77420407aa271" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d4c028c86f774389001e027", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d0379a886f77420407aa271" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d77db2186f7745041358b57", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5979f8bb86f7743ec214c7a6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5d761f6886f7744521734218", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d4bec3486f7743cac246665 description", + "failMessageText": "5d4bec3486f7743cac246665 failMessageText", + "declinePlayerMessage": "5d4bec3486f7743cac246665 declinePlayerMessage", + "name": "5d4bec3486f7743cac246665 name", + "note": "5d4bec3486f7743cac246665 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/5d6e860186f774460f1f0602.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d4bec3486f7743cac246665 startedMessageText", + "successMessageText": "5d4bec3486f7743cac246665 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14800, + "id": "60c8a4b1919c14709f49738c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c8a4348dfbfc09882efd1d", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "5d761fc086f774454d58840c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e72", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1e72", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5d761fa486f774452073df6d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e73", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e73", + "_tpl": "5cadfbf7ae92152ac412eeef", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1e74", + "_tpl": "5caf17c9ae92150b30006be1", + "parentId": "68010065f81036801d0b1e73", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1e75", + "_tpl": "5caf1041ae92157c28402e3f", + "parentId": "68010065f81036801d0b1e73", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1e76", + "_tpl": "5caf16a2ae92152ac412efbc", + "parentId": "68010065f81036801d0b1e73", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1e77", + "_tpl": "5cdaa99dd7f00c002412d0b2", + "parentId": "68010065f81036801d0b1e73", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1e78", + "_tpl": "5cda9bcfd7f00c0c0b53e900", + "parentId": "68010065f81036801d0b1e77", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b1e79", + "_tpl": "5caf1691ae92152ac412efb9", + "parentId": "68010065f81036801d0b1e73", + "slotId": "mod_scope" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "value": 10, + "id": "63baf332301d5256f738175d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e8e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e7c", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e7d", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e7c", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e7e", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e7f", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e7e", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e80", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e81", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e80", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e82", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e83", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e82", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e84", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e85", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e84", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e86", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e87", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e86", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e88", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e89", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e88", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e8a", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e8b", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e8a", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e8c", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e8d", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e8c", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1e8e", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1e8f", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b1e8e", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179b3a12153c15e937d52bc": { + "QuestName": "Energy Crisis", + "_id": "6179b3a12153c15e937d52bc", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179b3a12153c15e937d52bc acceptPlayerMessage", + "changeQuestMessageText": "6179b3a12153c15e937d52bc changeQuestMessageText", + "completePlayerMessage": "6179b3a12153c15e937d52bc completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "617bf5860cf4a041de5b396b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_fuel_blood", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "61926522b0295324b5484459", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_fuel_blood_bezovoz1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6192653d80c326298126aee1", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_fuel_blood_bezovoz2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "61926544bb0c712ed42d583c", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_fuel_blood_bezovoz3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ae0a5cf17da97ae5105546", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3464c86f7741d651d6877", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ae0a7540869119390a7bc9", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179b3a12153c15e937d52bc description", + "failMessageText": "6179b3a12153c15e937d52bc failMessageText", + "declinePlayerMessage": "6179b3a12153c15e937d52bc declinePlayerMessage", + "name": "6179b3a12153c15e937d52bc name", + "note": "6179b3a12153c15e937d52bc note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/60c373e753bc0f18316351fe.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179b3a12153c15e937d52bc startedMessageText", + "successMessageText": "6179b3a12153c15e937d52bc successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13000, + "id": "617bf5c0037eb267e41f3e2f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ae0aaed3ac1d27f25298b7", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "61950d66d14ece31007e264c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e91", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1e91", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a1a3714ebcff1c995dc342", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e92", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e92", + "_tpl": "59fb137a86f7740adb646af1" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "657fc9c3fd86b9d9680c4a26", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1e93", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1e93", + "_tpl": "656f611f94b480b8a500c0db" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ede567cfa6dc072ce15d6e3": { + "QuestName": "The Bunker - Part 2", + "_id": "5ede567cfa6dc072ce15d6e3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ede567cfa6dc072ce15d6e3 acceptPlayerMessage", + "changeQuestMessageText": "5ede567cfa6dc072ce15d6e3 changeQuestMessageText", + "completePlayerMessage": "5ede567cfa6dc072ce15d6e3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee8ec5ed72d953f5d2aabd0", + "conditions": [ + { + "id": "5ee8ec99de862370a5316adb", + "dynamicLocale": false, + "target": "prapor_025_area_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ee8ec5ed72d953f5d2aabd1", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee8ecd75eb3205dae135d16", + "conditions": [ + { + "id": "5ee8ecf8fb3afb33a60f0462", + "dynamicLocale": false, + "target": "prapor_025_area_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ee8ecd75eb3205dae135d17", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee8ed18d72d953f5d2aabd3", + "conditions": [ + { + "id": "5ee8edb938ca5b3b4f3c4644", + "dynamicLocale": false, + "target": "prapor_025_area_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ee8ed18d72d953f5d2aabd4", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee8eddde932d53763761b2b", + "conditions": [ + { + "id": "5ee8ee0d5b00df46c215b492", + "dynamicLocale": false, + "target": "prapor_025_area_4", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ee8eddde932d53763761b2c", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee8edf1500391756d7498a6", + "conditions": [ + { + "id": "5ee8ee14e932d53763761b2d", + "dynamicLocale": false, + "target": "prapor_025_area_5", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ee8edf1500391756d7498a7", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee0e722c321a77fc55084d4", + "conditions": [ + { + "id": "5ee0e765a263820890521b60", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5ee0e76fc3716e1fc8472969", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "5ee0e722c321a77fc55084d5", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5ede56b7fe4acc3830718650", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ede55112c95834b583f052a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5ee0d988c321a77fc55084cf", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ede567cfa6dc072ce15d6e3 description", + "failMessageText": "5ede567cfa6dc072ce15d6e3 failMessageText", + "declinePlayerMessage": "5ede567cfa6dc072ce15d6e3 declinePlayerMessage", + "name": "5ede567cfa6dc072ce15d6e3 name", + "note": "5ede567cfa6dc072ce15d6e3 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/5ee234c386f77447ee650e32.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ede567cfa6dc072ce15d6e3 startedMessageText", + "successMessageText": "5ede567cfa6dc072ce15d6e3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9200, + "id": "60c8a59b9bdefb3130121b08", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8a54383161b326c471107", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "5ef09545f12be47a8d1af49f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e95", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1e95", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ee75425c226ea55a345b559", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1e96", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1e96", + "_tpl": "5839a40f24597726f856b511", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b1e97", + "_tpl": "5649ad3f4bdc2df8348b4585", + "parentId": "68010065f81036801d0b1e96", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1e98", + "_tpl": "57dc347d245977596754e7a1", + "parentId": "68010065f81036801d0b1e96", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1e99", + "_tpl": "564ca99c4bdc2d16268b4589", + "parentId": "68010065f81036801d0b1e96", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1e9a", + "_tpl": "57ffb0e42459777d047111c5", + "parentId": "68010065f81036801d0b1e96", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1e9b", + "_tpl": "5839a7742459773cf9693481", + "parentId": "68010065f81036801d0b1e96", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1e9c", + "_tpl": "59d36a0086f7747e673f3946", + "parentId": "68010065f81036801d0b1e96", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1e9d", + "_tpl": "57dc32dc245977596d4ef3d3", + "parentId": "68010065f81036801d0b1e9c", + "slotId": "mod_handguard" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ee75c74cab4c209e92d2409", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ea1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ea1", + "_tpl": "57372b832459776701014e41", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ea2", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1ea1", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ea3", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b1ea1", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb5889e3d0247e625da17c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ea5", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ea5", + "_tpl": "5648ae314bdc2d3d1c8b457f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb589a3e4e974efa3452c1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ea7", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ea7", + "_tpl": "5cf50fc5d7f00c056c53f83c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71c9ad54b755a3b53eb66": { + "QuestName": "The Cleaner", + "_id": "60e71c9ad54b755a3b53eb66", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71c9ad54b755a3b53eb66 acceptPlayerMessage", + "changeQuestMessageText": "60e71c9ad54b755a3b53eb66 changeQuestMessageText", + "completePlayerMessage": "60e71c9ad54b755a3b53eb66 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e745d6479eef59b01b0bdb", + "conditions": [ + { + "id": "60e745f3d1a062318d3d2264", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "pmcBot" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "60e745fa5698ee7b05057459", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "60e745d6479eef59b01b0bdc", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 40, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "610147ac43d55d251d68e4fb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d4e61d09282029f53920e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "610147b0683d6b506f258f96", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 45, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71c9ad54b755a3b53eb66 description", + "failMessageText": "60e71c9ad54b755a3b53eb66 failMessageText", + "declinePlayerMessage": "60e71c9ad54b755a3b53eb66 declinePlayerMessage", + "name": "60e71c9ad54b755a3b53eb66 name", + "note": "60e71c9ad54b755a3b53eb66 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/5d69483686f77414077d1cca.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71c9ad54b755a3b53eb66 startedMessageText", + "successMessageText": "60e71c9ad54b755a3b53eb66 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 84000, + "id": "6102782550bb44526c34c81e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "655b76689db22d43ab42b70b", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1eaa", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1ea9", + "_tpl": "5fd20ff893a8961fc660a954", + "upd": { + "StackObjectsCount": 60 + } + }, + { + "_id": "68010065f81036801d0b1eaa", + "_tpl": "5fd20ff893a8961fc660a954", + "upd": { + "StackObjectsCount": 30 + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "6102969b9386cf6f25373c49", + "type": "Skill", + "index": 0, + "target": "Assault", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "610296a7e0211147291533d9", + "type": "Skill", + "index": 0, + "target": "SMG", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "64145a1ee2a21acb9008dd90", + "type": "Skill", + "index": 0, + "target": "DMR", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3000, + "id": "610296bde10c48364e47a920", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1eac", + "unknown": true, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1eac", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 3000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6086c852c945025d41566124": { + "QuestName": "Revision - Reserve", + "_id": "6086c852c945025d41566124", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6086c852c945025d41566124 acceptPlayerMessage", + "changeQuestMessageText": "6086c852c945025d41566124 changeQuestMessageText", + "completePlayerMessage": "6086c852c945025d41566124 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6087d553d79a2b4e943482be", + "conditions": [ + { + "id": "6087d5b6d79a2b4e943482c0", + "dynamicLocale": false, + "target": "tadeush_bmp2_area_check_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6087d553d79a2b4e943482bf", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "6086c8ed1b0bb8063d5babb7", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "tadeush_bmp2_area_mark_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6087d606c945025d415661d8", + "target": "6087d553d79a2b4e943482bf", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60882695949eb1096c454fcc", + "conditions": [ + { + "id": "608827d8d241f77b8a49785e", + "dynamicLocale": false, + "target": "tadeush_bmp2_area_check_11", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "60882695949eb1096c454fcd", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "608826d0a3994358a0751cfc", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "tadeush_bmp2_area_mark_11", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6088298c6b50283a1e7a0af7", + "target": "60882695949eb1096c454fcd", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608826f3949eb1096c454fcf", + "conditions": [ + { + "id": "608827eac18cfa2a4e2afe5a", + "dynamicLocale": false, + "target": "tadeush_bmp2_area_check_12", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "608826f3949eb1096c454fd0", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "60882714c18cfa2a4e2afe59", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "tadeush_bmp2_area_mark_12", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "60882993949eb1096c454fd8", + "target": "608826f3949eb1096c454fd0", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6088274a82e40b3c727fd163", + "conditions": [ + { + "id": "608827f8dd27284bca3c0926", + "dynamicLocale": false, + "target": "tadeush_bmp2_area_check_13", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6088274a82e40b3c727fd164", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "60882779d241f77b8a49785d", + "index": 7, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "tadeush_bmp2_area_mark_13", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "608829994c484e02726b4c56", + "target": "6088274a82e40b3c727fd164", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60892585b90d6f39cb74b113", + "conditions": [ + { + "id": "60892ef782e40b3c727fd175", + "dynamicLocale": false, + "target": "tadeush_stryker_area_check_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "60892585b90d6f39cb74b114", + "index": 8, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "608925d455f4ac386d7e7fc4", + "index": 9, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "tadeush_stryker_area_mark_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "608925fb6ee58f38c417d4e5", + "target": "60892585b90d6f39cb74b114", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60892590fa70fc097863b8e4", + "conditions": [ + { + "id": "60892f086b50283a1e7a0b1a", + "dynamicLocale": false, + "target": "tadeush_stryker_area_check_4", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "60892590fa70fc097863b8e5", + "index": 10, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608930aa1124f748c94b801d", + "conditions": [ + { + "id": "608930bbb90d6f39cb74b120", + "dynamicLocale": false, + "target": "tadeush_t90_area_check_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "608930aa1124f748c94b801e", + "index": 24, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "60bf75229903f107aa251f3b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60bf751fdb5461623517069f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b87686f77460de0252a8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63aac733f76b8a05dd70291e", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6086c852c945025d41566124 description", + "failMessageText": "6086c852c945025d41566124 failMessageText", + "declinePlayerMessage": "6086c852c945025d41566124 declinePlayerMessage", + "name": "6086c852c945025d41566124 name", + "note": "6086c852c945025d41566124 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/5a29221d86f77457303da9fa.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6086c852c945025d41566124 startedMessageText", + "successMessageText": "6086c852c945025d41566124 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7300, + "id": "60bf6d2bbf90bf6b431e8955", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60bf6d454c8a3800da06e708", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 800, + "id": "60bf6d8dc53a5709996b40b0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1eae", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1eae", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 800 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 15, + "id": "60cc6a46179f8541b846924c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ecd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1eb1", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eb2", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1eb1", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1eb3", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eb4", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1eb3", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1eb5", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eb6", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1eb5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1eb7", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eb8", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1eb7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1eb9", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eba", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1eb9", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ebb", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ebc", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ebb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ebd", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ebe", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ebd", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ebf", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ec0", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ebf", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ec1", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ec2", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ec1", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ec3", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ec4", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ec3", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ec5", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ec6", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ec5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ec7", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ec8", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ec7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ec9", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eca", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ec9", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ecb", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ecc", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ecb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ecd", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ece", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1ecd", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179ac7511973d018217d0b9": { + "QuestName": "Easy Job - Part 1", + "_id": "6179ac7511973d018217d0b9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179ac7511973d018217d0b9 acceptPlayerMessage", + "changeQuestMessageText": "6179ac7511973d018217d0b9 changeQuestMessageText", + "completePlayerMessage": "6179ac7511973d018217d0b9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac1e0a87413d64ae0ac234", + "conditions": [ + { + "id": "63ac1e5c87413d64ae0ac235", + "dynamicLocale": false, + "target": "qlight_pr1_heli1_find", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac1e0a87413d64ae0ac233", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "6179b804bca27a099552e057", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight_pr1_heli1_mark", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "61abcc6379c3a477d0122458", + "conditions": [ + { + "id": "61abcc7a7102094da42cef06", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "61abcc6379c3a477d0122457", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ac1eef160cc610ba0367a4", + "target": "6179b804bca27a099552e057", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61abce61ce0ce5446c4bffcf", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59c50c8886f7745fed3193bf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ad5a4d0665b606540b2426", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179ac7511973d018217d0b9 description", + "failMessageText": "6179ac7511973d018217d0b9 failMessageText", + "declinePlayerMessage": "6179ac7511973d018217d0b9 declinePlayerMessage", + "name": "6179ac7511973d018217d0b9 name", + "note": "6179ac7511973d018217d0b9 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61abcd4c3b7a0b53f515c5e6.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179ac7511973d018217d0b9 startedMessageText", + "successMessageText": "6179ac7511973d018217d0b9 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15000, + "id": "6179b8b211973d018217d0df", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ad5a9cfce57d25d077bf48", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 120000, + "id": "6179b8d2c7560e13d23eeba2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ed0", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ed0", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 120000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "655b95da1fe356507267b2fd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ed2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ed2", + "_tpl": "5df8a4d786f77412672a1e3b", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "655b95f01273611d2462ab7d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ed3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ed3", + "_tpl": "6499849fc93611967b034949", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1ed4", + "_tpl": "649ec107961514b22506b10c", + "parentId": "68010065f81036801d0b1ed3", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1ed5", + "_tpl": "5beec8ea0db834001a6f9dbf", + "parentId": "68010065f81036801d0b1ed3", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1ed6", + "_tpl": "649ec127c93611967b034957", + "parentId": "68010065f81036801d0b1ed3", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1ed7", + "_tpl": "5beecbb80db834001d2c465e", + "parentId": "68010065f81036801d0b1ed6", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b1ed8", + "_tpl": "649ec2af961514b22506b10f", + "parentId": "68010065f81036801d0b1ed3", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1ed9", + "_tpl": "649ec2f3961514b22506b111", + "parentId": "68010065f81036801d0b1ed3", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1eda", + "_tpl": "649ec2da59cbb3c813042dca", + "parentId": "68010065f81036801d0b1ed9", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1edb", + "_tpl": "649ec2cec93611967b03495e", + "parentId": "68010065f81036801d0b1eda", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1edc", + "_tpl": "649ec30cb013f04a700e60fb", + "parentId": "68010065f81036801d0b1ed3", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1edd", + "_tpl": "649ec87d8007560a9001ab36", + "parentId": "68010065f81036801d0b1ed3", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b1ede", + "_tpl": "5beec8c20db834001d2c465c", + "parentId": "68010065f81036801d0b1edd", + "slotId": "mod_stock" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0d1c4cd0928202a02a6f5c": { + "QuestName": "Decontamination Service", + "_id": "5c0d1c4cd0928202a02a6f5c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0d1c4cd0928202a02a6f5c acceptPlayerMessage", + "changeQuestMessageText": "5c0d1c4cd0928202a02a6f5c changeQuestMessageText", + "completePlayerMessage": "5c0d1c4cd0928202a02a6f5c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0d1d3bd0928202a02a6f62", + "conditions": [ + { + "id": "5c0d35e2d0928202b25db679", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "59e7715586f7742ee5789605" + ], + [ + "5b432c305acfc40019478128" + ], + [ + "60363c0c92ec1c31037959f5" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "5c0d4b71d09282029c740ec4", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 60, + "compareMethod": "<=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c1b73d286f774245705eda5", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c1b778286f774294438b536", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 40, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5c1fd53a86f7742b3c0a7b7a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0be5fc86f774467a116593", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fd52e86f7742b391bf099", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68669a86f774255929b4d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0d1c4cd0928202a02a6f5c description", + "failMessageText": "5c0d1c4cd0928202a02a6f5c failMessageText", + "declinePlayerMessage": "5c0d1c4cd0928202a02a6f5c declinePlayerMessage", + "name": "5c0d1c4cd0928202a02a6f5c name", + "note": "5c0d1c4cd0928202a02a6f5c note", + "traderId": "54cb57776803fa99248b456e", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5c1e358f86f77408017f539f.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0d1c4cd0928202a02a6f5c startedMessageText", + "successMessageText": "5c0d1c4cd0928202a02a6f5c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 30500, + "id": "60c8c54f919c14709f49739f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c55680b2027f403dd9a3", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300000, + "id": "5c1fd55086f7743c7b261edc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ee0", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ee0", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 300000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5c1928b086f77401b1301f42", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ee4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ee2", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ee3", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ee4", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5c19294286f77401b46e25a3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ee8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ee6", + "_tpl": "590c678286f77426c9660122", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ee7", + "_tpl": "590c678286f77426c9660122", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ee8", + "_tpl": "590c678286f77426c9660122", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb71df98b4927060364562", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1eec", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1eea", + "_tpl": "60363c0c92ec1c31037959f5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eeb", + "_tpl": "60363c0c92ec1c31037959f5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1eec", + "_tpl": "60363c0c92ec1c31037959f5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "629f2bfe274d12190d1884c3", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71b62a0beca400d69efc4": { + "QuestName": "Escort", + "_id": "60e71b62a0beca400d69efc4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71b62a0beca400d69efc4 acceptPlayerMessage", + "changeQuestMessageText": "60e71b62a0beca400d69efc4 changeQuestMessageText", + "completePlayerMessage": "60e71b62a0beca400d69efc4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec07bcd7b7cb55e94c175f", + "conditions": [ + { + "id": "60ec07c20cef122b414a1588", + "dynamicLocale": false, + "target": [ + "factory4_day" + ], + "conditionType": "Location" + }, + { + "id": "60f80372a10d900e3b2a520f", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec07bcd7b7cb55e94c1760", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec08fafd1bf4491c4e454f", + "conditions": [ + { + "id": "60ec090ead25e3185465bbce", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + }, + { + "id": "60f8037e8702852d5843801a", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec08fafd1bf4491c4e4550", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec09f05d67b234af3d392e", + "conditions": [ + { + "id": "60ec0a45d7b7cb55e94c1762", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "60f80386280529136648b394", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec09f05d67b234af3d392f", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec0a9571035f300c301aca", + "conditions": [ + { + "id": "60ec0aabbc9a8b34cd453b7e", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + }, + { + "id": "60f8038ea10d900e3b2a5210", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec0a9571035f300c301acb", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec0ad2ad25e3185465bbcf", + "conditions": [ + { + "id": "60ec0ae2ad25e3185465bbd1", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + }, + { + "id": "60f803969757de09493ff053", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec0ad2ad25e3185465bbd0", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec0af8a664b027ab1441ae", + "conditions": [ + { + "id": "60ec0b0396463e702776937c", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + }, + { + "id": "60f8039e0f3c30406945b365", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec0af8a664b027ab1441af", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec0b1871035f300c301acc", + "conditions": [ + { + "id": "60ec0b2396463e702776937d", + "dynamicLocale": false, + "target": [ + "laboratory" + ], + "conditionType": "Location" + }, + { + "id": "60f803a60f3c30406945b366", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60ec0b1871035f300c301acd", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65e19aba587f418739b38e2a", + "conditions": [ + { + "id": "65e19acf1ca637f9bc638790", + "dynamicLocale": false, + "target": [ + "Sandbox", + "Sandbox_high" + ], + "conditionType": "Location" + }, + { + "id": "65e19ae4dec9816d7d31f926", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "65e19abadf39d26751b3bb1e", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "610144955a0e3804617cd69d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca2eb686f77445a80ed049", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "6101449a50bb44526c34c81d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 60, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60ec2b04bc9a8b34cd453b80", + "conditions": [ + { + "id": "60ec2b220cef122b414a158d", + "dynamicLocale": false, + "status": [ + "Killed", + "Left", + "MissingInAction" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "60ec2b04bc9a8b34cd453b81", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ] }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59ca1a6286f774509a270942 startedMessageText", - "status": 0, - "successMessageText": "59ca1a6286f774509a270942 successMessageText", + "description": "60e71b62a0beca400d69efc4 description", + "failMessageText": "60e71b62a0beca400d69efc4 failMessageText", + "declinePlayerMessage": "60e71b62a0beca400d69efc4 declinePlayerMessage", + "name": "60e71b62a0beca400d69efc4 name", + "note": "60e71b62a0beca400d69efc4 note", "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" + "location": "any", + "image": "/files/quest/icon/5d67b49186f774266f0867b3.jpg", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71b62a0beca400d69efc4 startedMessageText", + "successMessageText": "60e71b62a0beca400d69efc4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 177000, + "id": "61029a6e289a8754756b3a9b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "61029be13401af5fe16fcb4f", + "type": "Skill", + "index": 0, + "target": "Melee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "61029beae0211147291533df", + "type": "Skill", + "index": 0, + "target": "Pistol", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "61029bf5e10c48364e47a926", + "type": "Skill", + "index": 0, + "target": "Strength", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "655b93b07f92d5105c6f7b7e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ef1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ef1", + "_tpl": "5f60c74e3b85f6263c145586", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1ef2", + "_tpl": "657bc285aab96fccee08bea3", + "parentId": "68010065f81036801d0b1ef1", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b1ef3", + "_tpl": "657bc2c5a1c61ee0c3036333", + "parentId": "68010065f81036801d0b1ef1", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b1ef4", + "_tpl": "657bc2e7b30eca976305118d", + "parentId": "68010065f81036801d0b1ef1", + "slotId": "Helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "655b93c2065b076eb02c4b50", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ef6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1ef6", + "_tpl": "5f60c85b58eff926626a60f7", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "61029c1ce0211147291533e0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f04", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f04", + "_tpl": "545cdb794bdc2d3a198b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f05", + "_tpl": "6575ce3716c2762fba0057fd", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1f06", + "_tpl": "6575ce45dc9932aed601c616", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1f07", + "_tpl": "6575ce5016c2762fba005802", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b1f08", + "_tpl": "6575ce5befc786cd9101a671", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b1f09", + "_tpl": "6575ce6f16c2762fba005806", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b1f0a", + "_tpl": "6575ce9db15fef3dd4051628", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Shoulder_l" + }, + { + "_id": "68010065f81036801d0b1f0b", + "_tpl": "6575cea8b15fef3dd405162c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Shoulder_r" + }, + { + "_id": "68010065f81036801d0b1f0c", + "_tpl": "6575ce8bdc9932aed601c61e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b1f0d", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b1f0e", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b1f0f", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b1f10", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f04", + "slotId": "Right_side_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b939e1273611d2462ab7c", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1f15", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1f15", + "_tpl": "5f60c74e3b85f6263c145586", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f16", + "_tpl": "657bc285aab96fccee08bea3", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f15", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b1f17", + "_tpl": "657bc2c5a1c61ee0c3036333", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f15", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b1f18", + "_tpl": "657bc2e7b30eca976305118d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1f15", + "slotId": "Helmet_ears" + } + ], + "loyaltyLevel": 3, + "traderId": 2 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a03173786f77451cb427172": { + "QuestName": "Spa Tour - Part 2", + "_id": "5a03173786f77451cb427172", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a03173786f77451cb427172 acceptPlayerMessage", + "changeQuestMessageText": "5a03173786f77451cb427172 changeQuestMessageText", + "completePlayerMessage": "5a03173786f77451cb427172 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5a0317da86f77451cb427295", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_008_2_N1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a0325f286f7744384509230", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_peacemaker_008_2_N2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a37d80986f774245c063b68", + "conditions": [ + { + "id": "5a37d81686f774245c063b6b", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5a37d85486f774245b1a0818", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5a37d80986f774245c063b69", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a60a99386f774590326d5cc", + "target": "5a0325f286f7744384509230", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a722986f7745a9e0647dc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a03177586f77451f06f6c33", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a03153686f77442d90e2171", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a03173786f77451cb427172 description", + "failMessageText": "5a03173786f77451cb427172 failMessageText", + "declinePlayerMessage": "5a03173786f77451cb427172 declinePlayerMessage", + "name": "5a03173786f77451cb427172 name", + "note": "5a03173786f77451cb427172 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a03173786f77451cb427172 startedMessageText", + "successMessageText": "5a03173786f77451cb427172 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6300, + "id": "60cc6bf53e4e974efa345d07", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc6bf8af2e5506c378229e", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 900, + "id": "5a28094086f77456b45b88fa", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f1a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f1a", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc6c092b555f16df5c4199", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f1c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f1c", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac66d1286f77405d47293be", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1f1d", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1f1d", + "_tpl": "58d3db5386f77426186285a0" + } + ], + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5bc479e586f7747f376c7da3": { + "QuestName": "The Tarkov Shooter - Part 2", + "_id": "5bc479e586f7747f376c7da3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5bc479e586f7747f376c7da3 acceptPlayerMessage", + "changeQuestMessageText": "5bc479e586f7747f376c7da3 changeQuestMessageText", + "completePlayerMessage": "5bc479e586f7747f376c7da3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5bd983d886f7747ba73fc245", + "conditions": [ + { + "id": "5bd983f286f7740ab2382707", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "55801eed4bdc2d89578b4588", + "5de652c31b7e3716273428be", + "588892092459774ac91d4b11", + "5ae08f0a5acfc408fb1398a1", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "5bfd297f0db834001a669119", + "61f7c9e189e6fb1a5e3ea78d", + "627e14b21713922ded6f2c15" + ], + "distance": { + "value": 40, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "LeftLeg", + "RightLeg" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Shots" + } + ] + }, + "id": "5bd983d886f7747ba73fc246", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5bd9944f86f774035c4877f2", + "conditions": [ + { + "id": "5bd9948586f774035c4877f4", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "55801eed4bdc2d89578b4588", + "5de652c31b7e3716273428be", + "588892092459774ac91d4b11", + "5ae08f0a5acfc408fb1398a1", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "5bfd297f0db834001a669119", + "61f7c9e189e6fb1a5e3ea78d", + "627e14b21713922ded6f2c15" + ], + "distance": { + "value": 40, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Shots" + } + ] + }, + "id": "5bd9944f86f774035c4877f3", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5bdabf0586f7743e1809c555", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5bc4776586f774512d07cf05", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5bc479e586f7747f376c7da3 description", + "failMessageText": "5bc479e586f7747f376c7da3 failMessageText", + "declinePlayerMessage": "5bc479e586f7747f376c7da3 declinePlayerMessage", + "name": "5bc479e586f7747f376c7da3 name", + "note": "5bc479e586f7747f376c7da3 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5bc9fab686f7742a90020769.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc479e586f7747f376c7da3 startedMessageText", + "successMessageText": "5bc479e586f7747f376c7da3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12400, + "id": "60cc9b33ac6eb02bc726de5a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc9b3ef81cc57f4717189d", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 65000, + "id": "5bcf21cc86f7746a45695a71", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f1f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f1f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 65000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5bcf2c4686f774722e666716", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f21", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f21", + "_tpl": "5bc5a372d4351e44f824d17f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc9b5720a6283a506aeb3d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f24", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f23", + "_tpl": "6034cf5fffd42c541047f72e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f24", + "_tpl": "6034cf5fffd42c541047f72e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5bcf222b86f774378e26691b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1f25", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1f25", + "_tpl": "5bc5a372d4351e44f824d17f" + } + ], + "loyaltyLevel": 1, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5969f9e986f7741dde183a50": { + "QuestName": "Pharmacist", + "_id": "5969f9e986f7741dde183a50", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5969f9e986f7741dde183a50 acceptPlayerMessage", + "changeQuestMessageText": "5969f9e986f7741dde183a50 changeQuestMessageText", + "completePlayerMessage": "5969f9e986f7741dde183a50 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5969fa4886f7741ddb481544", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5910922b86f7747d96753483" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5969fa8986f7741ddc2d3154", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5910922b86f7747d96753483" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57770d86f7740d2014e5b2", + "target": "5969fa4886f7741ddb481544", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fb8f686f7742384533f0f", + "conditions": [ + { + "id": "5a3fb91186f7742384533f14", + "dynamicLocale": false, + "target": "vaz_feld", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fb8f686f7742384533f10", + "index": 1, + "parentId": "5969fa4886f7741ddb481544", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fb92286f77422b46cdb17", + "conditions": [ + { + "id": "5a3fb93286f77421ef22a42a", + "dynamicLocale": false, + "target": "room114", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fb92286f77422b46cdb18", + "index": 2, + "parentId": "5969fa4886f7741ddb481544", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a9291086f7747b856b7c5e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5979e77f86f77431185415c2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5969f90786f77420d2328015", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5969f9e986f7741dde183a50 description", + "failMessageText": "5969f9e986f7741dde183a50 failMessageText", + "declinePlayerMessage": "5969f9e986f7741dde183a50 declinePlayerMessage", + "name": "5969f9e986f7741dde183a50 name", + "note": "5969f9e986f7741dde183a50 note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5979d36d86f7746d093ddd7a.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5969f9e986f7741dde183a50 startedMessageText", + "successMessageText": "5969f9e986f7741dde183a50 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5700, + "id": "60c8c2c083161b326c471115", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c2c3919c14709f49739b", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "5a2fb8ed86f7742eb03f362a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f27", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f27", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb68ae7c496e588343a1d7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f29", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f29", + "_tpl": "60098ad7c2240c0fe85c570a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb68e42b555f16df5c416f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f2d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f2b", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f2c", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f2d", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "596b36c586f77450d6045ad2": { + "QuestName": "Supplier", + "_id": "596b36c586f77450d6045ad2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "596b36c586f77450d6045ad2 acceptPlayerMessage", + "changeQuestMessageText": "596b36c586f77450d6045ad2 changeQuestMessageText", + "completePlayerMessage": "596b36c586f77450d6045ad2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "597867e986f7741b265c6bd3", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e7635f86f7742cbf2c1095" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ab8d44c86f7745b2325bd0c", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5a38e6bac4a2826c6e06d79b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "658471e481d440d61cb18548", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 5, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "658471e0e482af3e0bd16b0c", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "657315e270bb0b8dba00cc48", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "596b36c586f77450d6045ad2 description", + "failMessageText": "596b36c586f77450d6045ad2 failMessageText", + "declinePlayerMessage": "596b36c586f77450d6045ad2 declinePlayerMessage", + "name": "596b36c586f77450d6045ad2 name", + "note": "596b36c586f77450d6045ad2 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596b36c586f77450d6045ad2 startedMessageText", + "successMessageText": "596b36c586f77450d6045ad2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3300, + "id": "5c94fe4d86f77455192fa42a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8af839339363e8f0c6ad9", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 60000, + "id": "5ab8d47586f7745c5f49d558", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f2f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f2f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 60000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60d062e01bdece56c249cc0b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f30", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f30", + "_tpl": "59f9cabd86f7743a10721f46", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b1f31", + "_tpl": "5998517986f7746017232f7e", + "parentId": "68010065f81036801d0b1f30", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1f32", + "_tpl": "599851db86f77467372f0a18", + "parentId": "68010065f81036801d0b1f30", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1f33", + "_tpl": "5998529a86f774647f44f421", + "parentId": "68010065f81036801d0b1f30", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1f34", + "_tpl": "5998598e86f7740b3f498a86", + "parentId": "68010065f81036801d0b1f30", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1f35", + "_tpl": "59985a8086f77414ec448d1a", + "parentId": "68010065f81036801d0b1f30", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1f36", + "_tpl": "599860e986f7743bb57573a6", + "parentId": "68010065f81036801d0b1f30", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1f37", + "_tpl": "59ccd11386f77428f24a488f", + "parentId": "68010065f81036801d0b1f30", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1f38", + "_tpl": "5648b1504bdc2d9d488b4584", + "parentId": "68010065f81036801d0b1f37", + "slotId": "mod_handguard" + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac6666c86f774056634a229", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1f39", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1f39", + "_tpl": "59f9cabd86f7743a10721f46" + }, + { + "_id": "68010065f81036801d0b1f3a", + "_tpl": "5998517986f7746017232f7e", + "parentId": "68010065f81036801d0b1f39", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1f3b", + "_tpl": "599851db86f77467372f0a18", + "parentId": "68010065f81036801d0b1f39", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1f3c", + "_tpl": "5998529a86f774647f44f421", + "parentId": "68010065f81036801d0b1f39", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1f3d", + "_tpl": "5998598e86f7740b3f498a86", + "parentId": "68010065f81036801d0b1f39", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1f3e", + "_tpl": "59985a8086f77414ec448d1a", + "parentId": "68010065f81036801d0b1f39", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1f3f", + "_tpl": "599860e986f7743bb57573a6", + "parentId": "68010065f81036801d0b1f39", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1f40", + "_tpl": "59ccd11386f77428f24a488f", + "parentId": "68010065f81036801d0b1f39", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1f41", + "_tpl": "5648b1504bdc2d9d488b4584", + "parentId": "68010065f81036801d0b1f40", + "slotId": "mod_handguard" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + }, + { + "availableInGameEditions": [], + "id": "655b7f4d065b076eb02c4b49", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1f42", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b1f42", + "_tpl": "64b8f7b5389d7ffd620ccba2" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b477f7686f7744d1b23c4d2": { + "QuestName": "Gunsmith - Part 20", + "_id": "5b477f7686f7744d1b23c4d2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b477f7686f7744d1b23c4d2 acceptPlayerMessage", + "changeQuestMessageText": "5b477f7686f7744d1b23c4d2 changeQuestMessageText", + "completePlayerMessage": "5b477f7686f7744d1b23c4d2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5b47824386f7744d190d8dd1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5aafa857e5b5b00018480968" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 20.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 20, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 400.0, + "compareMethod": "<=" + }, + "weight": { + "value": 7.3, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5addbfbb5acfc400194dbcf7", + "5aa66be6e5b5b0214e506e97", + "58d399e486f77442e0016fe7", + "57fd23e32459772d0805bcf1" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0d7186f77412bc326997", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 37, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f094886f7747b127d9d7f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639873003693c63d86328f25", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b477f7686f7744d1b23c4d2 description", + "failMessageText": "5b477f7686f7744d1b23c4d2 failMessageText", + "declinePlayerMessage": "5b477f7686f7744d1b23c4d2 declinePlayerMessage", + "name": "5b477f7686f7744d1b23c4d2 name", + "note": "5b477f7686f7744d1b23c4d2 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5b47867286f7744d1a393de9.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b477f7686f7744d1b23c4d2 startedMessageText", + "successMessageText": "5b477f7686f7744d1b23c4d2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 26600, + "id": "60cc79a365e4664318606afb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc79a6af2e5506c37822bc", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "5b48772b86f7744d06237e61", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f44", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f44", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639afa1e92e27b60a1074095", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f46", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f46", + "_tpl": "5a33e75ac4a2826c6e06d759", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639afa2bdae1800a3e135959", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f48", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f48", + "_tpl": "5a7dbfc1159bd40016548fde", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19d5b5032c67f050dd963", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1f49", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1f49", + "_tpl": "6130c43c67085e45ef1405a1" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "63a19d62151bfb591645c0f4", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1f4a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1f4a", + "_tpl": "58d2912286f7744e27117493" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "626bd75e47ea7f506e5493c5": { + "QuestName": "Broadcast - Part 1", + "_id": "626bd75e47ea7f506e5493c5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "626bd75e47ea7f506e5493c5 acceptPlayerMessage", + "changeQuestMessageText": "626bd75e47ea7f506e5493c5 changeQuestMessageText", + "completePlayerMessage": "626bd75e47ea7f506e5493c5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac232087413d64ae0ac23d", + "conditions": [ + { + "id": "63ac2332dd6923311c7d1828", + "dynamicLocale": false, + "target": "qlight_extension_mechanik1_exploration1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac232087413d64ae0ac23c", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "626c3158a371ee3a7a3514cc", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "qlight_extension_mechanik1_hide1", + "target": [ + "5ac78a9b86f7741cca0bbd8d" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ac235c87413d64ae0ac24d", + "target": "63ac232087413d64ae0ac23c", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "62a0872f4f842e1bd12d9d53", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3460c86f7742880308185", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "626bd75e47ea7f506e5493c5 description", + "failMessageText": "626bd75e47ea7f506e5493c5 failMessageText", + "declinePlayerMessage": "626bd75e47ea7f506e5493c5 declinePlayerMessage", + "name": "626bd75e47ea7f506e5493c5 name", + "note": "626bd75e47ea7f506e5493c5 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/628b805544430c635d52a888.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "626bd75e47ea7f506e5493c5 startedMessageText", + "successMessageText": "626bd75e47ea7f506e5493c5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6700, + "id": "629a264a55d6b6603224edd4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "62b0433f4fe91b6f8628068c", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 650, + "id": "628b84ade43d1600542c97e9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f4c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f4c", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 650 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629a290955d6b6603224edd7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f4e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f4e", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629a29124dec5d194e450345", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f50", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f50", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5979f8bb86f7743ec214c7a6": { + "QuestName": "Polikhim Hobo", + "_id": "5979f8bb86f7743ec214c7a6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5979f8bb86f7743ec214c7a6 acceptPlayerMessage", + "changeQuestMessageText": "5979f8bb86f7743ec214c7a6 changeQuestMessageText", + "completePlayerMessage": "5979f8bb86f7743ec214c7a6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "598f0c6386f7746c837802cb", + "conditions": [ + { + "id": "598f0c6986f77468ba349ed5", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "598f0c6e86f7746eec40ad7a", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "5b0e766b86f7746bfa618964", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "597a0a9d86f77426d66c0632", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5979f9ba86f7740f6c3fe9f2", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5979f8bb86f7743ec214c7a6 description", + "failMessageText": "5979f8bb86f7743ec214c7a6 failMessageText", + "declinePlayerMessage": "5979f8bb86f7743ec214c7a6 declinePlayerMessage", + "name": "5979f8bb86f7743ec214c7a6 name", + "note": "5979f8bb86f7743ec214c7a6 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5979f8bb86f7743ec214c7a6 startedMessageText", + "successMessageText": "5979f8bb86f7743ec214c7a6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60c8abd283161b326c471109", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c89f1383161b326c471103", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "60cb4b6eaf2e5506c3781d80", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f52", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f52", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb4b3f8f570e28f1480be6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f56", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f54", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f55", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f56", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb4b51e3d0247e625da173", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f5a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f58", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f59", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f5a", + "_tpl": "5448be9a4bdc2dfd2f8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb4b62f09d61072d6cf21f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f5c", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f5c", + "_tpl": "5a0c27731526d80618476ac4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "629f028bd285f377953b2412", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60896888e4a85c72ef3fa300": { + "QuestName": "Classified Technologies", + "_id": "60896888e4a85c72ef3fa300", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60896888e4a85c72ef3fa300 acceptPlayerMessage", + "changeQuestMessageText": "60896888e4a85c72ef3fa300 changeQuestMessageText", + "completePlayerMessage": "60896888e4a85c72ef3fa300 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60929ad46342771d851b827a", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "609267a2bb3f46069c3e6c7d" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60929afc35915c62b44fd05c", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "609267a2bb3f46069c3e6c7d" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "609ba3253d281077c97f262e", + "target": "60929ad46342771d851b827a", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "60bf75058bb401472c1a37f7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60bf74f481c6e80e702ccc0f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6086c852c945025d41566124", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60896888e4a85c72ef3fa300 description", + "failMessageText": "60896888e4a85c72ef3fa300 failMessageText", + "declinePlayerMessage": "60896888e4a85c72ef3fa300 declinePlayerMessage", + "name": "60896888e4a85c72ef3fa300 name", + "note": "60896888e4a85c72ef3fa300 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c375171d348838124696ed.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60896888e4a85c72ef3fa300 startedMessageText", + "successMessageText": "60896888e4a85c72ef3fa300 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7200, + "id": "60bf6dc78bb401472c1a37eb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60bf6dd4b73d016d6838ad7b", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 800, + "id": "60bf6dfc8bb401472c1a37ec", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f5e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b1f5e", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 800 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc6abc179f8541b846924d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f63", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f61", + "_tpl": "6570251ccfc010a0f5006a13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f62", + "_tpl": "5cc86832d7f00c000d3a6e6c", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1f61", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1f63", + "_tpl": "6570251ccfc010a0f5006a13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f64", + "_tpl": "5cc86832d7f00c000d3a6e6c", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1f63", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66e42a97984d59c0cd0157e9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f69", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f67", + "_tpl": "65702520bfc87b3a3409323e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f68", + "_tpl": "5cc86840d7f00c002412c56c", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1f67", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1f69", + "_tpl": "65702520bfc87b3a3409323e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f6a", + "_tpl": "5cc86840d7f00c002412c56c", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1f69", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "59ca264786f77445a80ed044": { "QuestName": "The Punisher - Part 4", "_id": "59ca264786f77445a80ed044", - "acceptPlayerMessage": "59ca264786f77445a80ed044 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59ca264786f77445a80ed044 acceptPlayerMessage", "changeQuestMessageText": "59ca264786f77445a80ed044 changeQuestMessageText", "completePlayerMessage": "59ca264786f77445a80ed044 completePlayerMessage", "conditions": { @@ -10926,27 +39972,13 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "59674d5186f77446b879d5f6", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], "id": "59674d5586f77446b62354e7", - "resetOnSessionEnd": false, - "savageRole": [], + "dynamicLocale": false, "target": "Savage", + "compareMethod": ">=", "value": 1, "weapon": [ "576165642459773c7a400233", @@ -10962,78 +39994,91 @@ "67124dcfa3541f2a1f0e788b", "66ffa9b66e19cc902401c5e8" ], - "weaponCaliber": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], "weaponModsExclusive": [], - "weaponModsInclusive": [] + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "59ca279086f77445ab365c84", + "dynamicLocale": false, "target": [ "Lighthouse" - ] + ], + "conditionType": "Location" } - ], - "id": "59674d5186f77446b879d5f6" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59674d5986f77446b872d5f7", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "59ca27f786f77445aa0ddc13", "conditions": [ { - "bodyPart": [], + "id": "59ca280186f77445ac1da7b9", + "dynamicLocale": false, + "target": "AnyPmc", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "59ca280186f77445ac1da7b9", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "59ca280886f77445a80ed045", + "dynamicLocale": false, "target": [ "Lighthouse" - ] + ], + "conditionType": "Location" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "5c922b6486f77438522e0c35", "dynamicLocale": false, - "equipmentExclusive": [], "equipmentInclusive": [ [ "572b7f1624597762ae139822" @@ -11058,15 +40103,81 @@ ], [ "675ac888803644528007b3f6" + ], + [ + "67a9e9d04fb4a4a8a00d2826" + ], + [ + "67a9e9e0c185de5a4d0c2a13" + ], + [ + "67a9e9f09de6826a650ee074" + ], + [ + "67a9ea004fb4a4a8a00d2828" + ], + [ + "67a9ea10c185de5a4d0c2a15" + ], + [ + "67a9ea39de7fb0f19e077da6" + ], + [ + "67a9ea7e4fb4a4a8a00d282a" + ], + [ + "67a9ea98de7fb0f19e077da8" + ], + [ + "67a9dc769de6826a650ee066" + ], + [ + "67a9dc997faa4210bb0807c6" + ], + [ + "67a9dca99de6826a650ee068" + ], + [ + "67a9dcbac185de5a4d0c2a06" + ], + [ + "67a9dccf9de6826a650ee06a" + ], + [ + "67a9dce47faa4210bb0807c8" + ], + [ + "67a9dd619de6826a650ee06c" + ], + [ + "67a9cd381fb22063280728a6" + ], + [ + "67a9cd6ecade15e0f00123b8" + ], + [ + "67a9cc9cf05be177170bcd76" + ], + [ + "67a9ccfff05be177170bcd78" + ], + [ + "67a9cd18f05be177170bcd7a" + ], + [ + "67a9cd28cade15e0f00123b6" + ], + [ + "67a9cd55c2a2d940930aec86" ] ], - "id": "5c922b6486f77438522e0c35" + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "64c3f3dc7241db5c406f9d93", "dynamicLocale": false, - "equipmentExclusive": [], "equipmentInclusive": [ [ "572b7adb24597762ae139821" @@ -11075,10409 +40186,2971 @@ "5fd4c5477a8d854fa0105061" ] ], - "id": "64c3f3dc7241db5c406f9d93" + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" } - ], - "id": "59ca27f786f77445aa0ddc13" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59ca27f786f77445aa0ddc14", "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59ca293c86f91445a80ed047", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "57e26fc7245977162a14b800" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59ca29ab86f77445ab431c86", "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "57e26fc7245977162a14b800" ], + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59a926b186f774753c5479a2", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 20, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "59c62abd86f4445e601a0a57", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "59c512ad86f7741f0d09de9b", "status": [ 4 ], - "target": "59c512ad86f7741f0d09de9b", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59ca264786f77445a80ed044 declinePlayerMessage", "description": "59ca264786f77445a80ed044 description", "failMessageText": "59ca264786f77445a80ed044 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", + "declinePlayerMessage": "59ca264786f77445a80ed044 declinePlayerMessage", "name": "59ca264786f77445a80ed044 name", "note": "59ca264786f77445a80ed044 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59ca264786f77445a80ed044 startedMessageText", + "successMessageText": "59ca264786f77445a80ed044 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 18000, "id": "60c8ace19339363e8f0c6ad5", - "index": 0, "type": "Experience", - "unknown": false, - "value": 18000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "60c8a0f1e4d30047b777b313", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 100000, "id": "5a2fb31686f774769732daa6", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1f6c", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721030b0", + "_id": "68010065f81036801d0b1f6c", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 100000 } } - ], - "target": "67eb506040b1947a721030b0", - "type": "Item", - "unknown": false, - "value": 100000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "59ca28c986f77445ac1da7ba", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1f6d", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721030b1", + "_id": "68010065f81036801d0b1f6d", "_tpl": "5447a9cd4bdc2dbd208b4567", "upd": { + "StackObjectsCount": 1, "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { - "_id": "67eb506040b1947a721030b2", + "_id": "68010065f81036801d0b1f6e", "_tpl": "571659bb2459771fb2755a12", - "parentId": "67eb506040b1947a721030b1", + "parentId": "68010065f81036801d0b1f6d", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a721030b3", + "_id": "68010065f81036801d0b1f6f", "_tpl": "55802d5f4bdc2dac148b458e", - "parentId": "67eb506040b1947a721030b1", + "parentId": "68010065f81036801d0b1f6d", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a721030b4", + "_id": "68010065f81036801d0b1f70", "_tpl": "54527a984bdc2d4e668b4567", - "parentId": "67eb506040b1947a721030b3", - "slotId": "cartridges", "upd": { "StackObjectsCount": 30 - } + }, + "parentId": "68010065f81036801d0b1f6f", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a721030b5", + "_id": "68010065f81036801d0b1f71", "_tpl": "55d355e64bdc2d962f8b4569", - "parentId": "67eb506040b1947a721030b1", + "parentId": "68010065f81036801d0b1f6d", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a721030b6", + "_id": "68010065f81036801d0b1f72", "_tpl": "57aca93d2459771f2c7e26db", - "parentId": "67eb506040b1947a721030b5", + "parentId": "68010065f81036801d0b1f71", "slotId": "mod_scope" }, { - "_id": "67eb506040b1947a721030b7", + "_id": "68010065f81036801d0b1f73", "_tpl": "55d35ee94bdc2d61338b4568", - "parentId": "67eb506040b1947a721030b5", + "parentId": "68010065f81036801d0b1f71", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a721030b8", + "_id": "68010065f81036801d0b1f74", "_tpl": "56ea8180d2720bf2698b456a", - "parentId": "67eb506040b1947a721030b7", + "parentId": "68010065f81036801d0b1f73", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a721030b9", + "_id": "68010065f81036801d0b1f75", "_tpl": "57da93632459771cb65bf83f", - "parentId": "67eb506040b1947a721030b8", + "parentId": "68010065f81036801d0b1f74", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a721030ba", + "_id": "68010065f81036801d0b1f76", "_tpl": "56eabcd4d2720b66698b4574", - "parentId": "67eb506040b1947a721030b7", + "parentId": "68010065f81036801d0b1f73", "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a721030bb", + "_id": "68010065f81036801d0b1f77", "_tpl": "55f84c3c4bdc2d5f408b4576", - "parentId": "67eb506040b1947a721030b5", + "parentId": "68010065f81036801d0b1f71", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a721030bc", + "_id": "68010065f81036801d0b1f78", "_tpl": "5649a2464bdc2d91118b45a8", - "parentId": "67eb506040b1947a721030bb", + "parentId": "68010065f81036801d0b1f77", "slotId": "mod_scope" }, { - "_id": "67eb506040b1947a721030bd", + "_id": "68010065f81036801d0b1f79", "_tpl": "58d39d3d86f77445bb794ae7", - "parentId": "67eb506040b1947a721030bc", + "parentId": "68010065f81036801d0b1f78", "slotId": "mod_scope" }, { - "_id": "67eb506040b1947a721030be", + "_id": "68010065f81036801d0b1f7a", "_tpl": "58d399e486f77442e0016fe7", - "parentId": "67eb506040b1947a721030bd", + "parentId": "68010065f81036801d0b1f79", "slotId": "mod_scope" }, { - "_id": "67eb506040b1947a721030bf", + "_id": "68010065f81036801d0b1f7b", "_tpl": "57d17e212459775a1179a0f5", - "parentId": "67eb506040b1947a721030bb", + "parentId": "68010065f81036801d0b1f77", "slotId": "mod_tactical002" }, { - "_id": "67eb506040b1947a721030c0", + "_id": "68010065f81036801d0b1f7c", "_tpl": "57d17c5e2459775a5c57d17d", - "parentId": "67eb506040b1947a721030bf", + "parentId": "68010065f81036801d0b1f7b", "slotId": "mod_flashlight" }, { - "_id": "67eb506040b1947a721030c1", + "_id": "68010065f81036801d0b1f7d", "_tpl": "544909bb4bdc2d6f028b4577", - "parentId": "67eb506040b1947a721030bb", + "parentId": "68010065f81036801d0b1f77", "slotId": "mod_tactical" }, { - "_id": "67eb506040b1947a721030c2", + "_id": "68010065f81036801d0b1f7e", "_tpl": "638f1ff84822287cad04be9d", - "parentId": "67eb506040b1947a721030bb", + "parentId": "68010065f81036801d0b1f77", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a721030c3", + "_id": "68010065f81036801d0b1f7f", "_tpl": "58c157be86f77403c74b2bb6", - "parentId": "67eb506040b1947a721030c2", + "parentId": "68010065f81036801d0b1f7e", "slotId": "mod_foregrip" }, { - "_id": "67eb506040b1947a721030c4", + "_id": "68010065f81036801d0b1f80", "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a721030b1", + "parentId": "68010065f81036801d0b1f6d", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a721030c5", + "_id": "68010065f81036801d0b1f81", "_tpl": "58d2946386f774496974c37e", - "parentId": "67eb506040b1947a721030c4", + "parentId": "68010065f81036801d0b1f80", "slotId": "mod_stock_000" }, { - "_id": "67eb506040b1947a721030c6", + "_id": "68010065f81036801d0b1f82", "_tpl": "58d2912286f7744e27117493", - "parentId": "67eb506040b1947a721030c5", + "parentId": "68010065f81036801d0b1f81", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a721030c7", + "_id": "68010065f81036801d0b1f83", "_tpl": "56ea7165d2720b6e518b4583", - "parentId": "67eb506040b1947a721030b1", + "parentId": "68010065f81036801d0b1f6d", "slotId": "mod_charge" } - ], - "target": "67eb506040b1947a721030b1", - "type": "Item", - "unknown": true, - "value": 1 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "59ca264786f77445a80ed044 startedMessageText", - "status": 0, - "successMessageText": "59ca264786f77445a80ed044 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "59ca29fb86f77445ab465c87": { - "QuestName": "The Punisher - Part 5", - "_id": "59ca29fb86f77445ab465c87", - "acceptPlayerMessage": "59ca29fb86f77445ab465c87 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "596a204686f774576d4c95de": { + "QuestName": "Sanitary Standards - Part 2", + "_id": "596a204686f774576d4c95de", "canShowNotificationsInGame": true, - "changeQuestMessageText": "59ca29fb86f77445ab465c87 changeQuestMessageText", - "completePlayerMessage": "59ca29fb86f77445ab465c87 completePlayerMessage", + "acceptPlayerMessage": "596a204686f774576d4c95de acceptPlayerMessage", + "changeQuestMessageText": "596a204686f774576d4c95de changeQuestMessageText", + "completePlayerMessage": "596a204686f774576d4c95de completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59ca293c86f77445a80ed147", + "id": "5ec1398886f7561e047757a5", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "5644bd2b4bdc2d3b4c8b4572", - "5ac4cd105acfc40016339859", - "5ab8e9fcd8ce870019439434", - "5bf3e03b0db834001d2c4a9c", - "5bf3e0490db83400196199af" + "590a3efd86f77437d351a25b" ], - "value": 1, + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59ca29ab86f77445ab133c86", + "id": "596a20ac86f7741ddf17dbf4", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "target": [ - "5644bd2b4bdc2d3b4c8b4572", - "5bf3e03b0db834001d2c4a9c", - "5ac4cd105acfc40016339859", - "5ab8e9fcd8ce870019439434", - "5bf3e0490db83400196199af" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, + "isEncoded": false, + "onlyFoundInRaid": true, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59ca2bdc86f77445a80ed148", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", "target": [ - "5447a9cd4bdc2dbd208b4567" + "590a3efd86f77437d351a25b" ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "59ca2c3086f77445aa0ddc15", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5447a9cd4bdc2dbd208b4567" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59ca2c9e86f77428ea721232", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5448bd6b4bdc2dfc2f8b4569", - "579204f224597773d619e051" - ], "value": 2, "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59ca2cbe86f7740fe95c3e52", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5448bd6b4bdc2dfc2f8b4569", - "579204f224597773d619e051" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c9df2ea86f77469941a4c92", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5648a7494bdc2d9d488b4583", - "5aa7cfc0e5b5b00015693143" - ], - [ - "5648a7494bdc2d9d488b4583", - "5a7c4850e899ef00150be885" - ], - [ - "607f20859ee58b18e41ecd90", - "5aa7cfc0e5b5b00015693143" - ], - [ - "607f20859ee58b18e41ecd90", - "5a7c4850e899ef00150be885" - ] - ], - "id": "5cb32c1188a4503d684dd1b5" - } - ], - "id": "5c922dde86f77438500a0feb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c922dde86f77438500a0fec", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926b186f774753c5479a2", + "id": "59a928be86f7747b375626be", "index": 0, "parentId": "", - "value": 20, + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 8, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c62abd86f7745e601a0a57", + "id": "596a211386f7741ddc2d3207", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "59689ee586f7740d1570bbd5", "status": [ 4 ], - "target": "59ca264786f77445a80ed044", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "59ca29fb86f77445ab465c87 declinePlayerMessage", - "description": "59ca29fb86f77445ab465c87 description", - "failMessageText": "59ca29fb86f77445ab465c87 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", - "instantComplete": false, - "isKey": false, + "description": "596a204686f774576d4c95de description", + "failMessageText": "596a204686f774576d4c95de failMessageText", + "declinePlayerMessage": "596a204686f774576d4c95de declinePlayerMessage", + "name": "596a204686f774576d4c95de name", + "note": "596a204686f774576d4c95de note", + "traderId": "54cb57776803fa99248b456e", "location": "any", - "name": "59ca29fb86f77445ab465c87 name", - "note": "59ca29fb86f77445ab465c87 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/596a20d286f7741ddb4815d5.jpg", + "type": "Completion", + "isKey": false, "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8acf3919c14709f497390", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18200 - }, - { - "availableInGameEditions": [], - "id": "60c8a117e4d30047b777b314", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "59ca2d0b86f7740fe95c3e53", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102eab", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 5000 - } - } - ], - "target": "67eb506040b1947a72102eab", - "type": "Item", - "unknown": true, - "value": 5000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63bb367985c6f651fa2df1bf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102eae", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102eaf", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72102eae", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102eb0", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102eb1", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72102eb0", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102eb2", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102eb3", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72102eb2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102eb4", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102eb5", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72102eb4", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102eb6", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102eb7", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72102eb6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102eb8", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102eb9", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72102eb8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102eb8", - "type": "Item", - "unknown": true, - "value": 6 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "59ca2d1c86f77445ac1da7bb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ebb", - "_tpl": "567143bf4bdc2d1a0f8b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ebb", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "59ca2d3386f77445ab465c88", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ebd", - "_tpl": "590c60fc86f77412b13fddcf", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ebd", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "59ca29fb86f77445ab465c87 startedMessageText", - "status": 0, - "successMessageText": "59ca29fb86f77445ab465c87 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "59ca2eb686f77445a80ed049": { - "QuestName": "The Punisher - Part 6", - "_id": "59ca2eb686f77445a80ed049", - "acceptPlayerMessage": "59ca2eb686f77445a80ed049 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "59ca2eb686f77445a80ed049 changeQuestMessageText", - "completePlayerMessage": "59ca2eb686f77445a80ed049 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5a71b27186f77402ed444540", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5c46fbd72e2216398b5a8c9c" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "61bdc775b1bd3b28b75c796c", - "target": [ - "TarkovStreets", - "bigmap", - "Sandbox_high", - "Interchange", - "RezervBase", - "Shoreline", - "laboratory", - "Woods", - "Lighthouse" - ] - } - ], - "id": "59ca2fba86f77445e4732b24" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59ca2fba86f77445e4732b25", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b0548e686f7740306753506", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "59f32bb586f774757e1e8442", - "6662e9aca7e0b43baa3d5f74", - "6662e9cda7e0b43baa3d5f76", - "675dc9d37ae1a8792107ca96", - "675dcb0545b1a2d108011b2b" - ], - "value": 7, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb3397c88a450159a723d79", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "59f32c3b86f77472a31742f0", - "6662ea05f6259762c56f3189", - "6662e9f37fa79a6d83730fa0", - "6764207f2fa5e32733055c4a", - "6764202ae307804338014c1a" - ], - "value": 7, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a926b186f774753c5479a2", - "index": 0, - "parentId": "", - "value": 21, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59c62abd86f1145e601a0a57", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca29fb86f77445ab465c87", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "59ca2eb686f77445a80ed049 declinePlayerMessage", - "description": "59ca2eb686f77445a80ed049 description", - "failMessageText": "59ca2eb686f77445a80ed049 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/594d246986f77427fc3b2fb4.jpg", "instantComplete": false, - "isKey": false, - "location": "any", - "name": "59ca2eb686f77445a80ed049 name", - "note": "59ca2eb686f77445a80ed049 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, + "secretQuest": false, + "startedMessageText": "596a204686f774576d4c95de startedMessageText", + "successMessageText": "596a204686f774576d4c95de successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8ad0a2238043a52678630", - "index": 0, + "value": 4500, + "id": "5c9505ce86f774551617862e", "type": "Experience", - "unknown": false, - "value": 19400 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60c8a1321f21c1669a48c322", - "index": 0, - "target": "54cb50c76803fa8b248b4571", + "value": 0.03, + "id": "60c8c222e4d30047b777b324", "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2fb3bd86f774769635db16", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ced", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 250000 - } - } - ], - "target": "67eb506040b1947a72102ced", - "type": "Item", - "unknown": false, - "value": 250000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "59db7f1e86f77448bf51a967", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cef", - "_tpl": "59db794186f77448bc595262", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cef", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60c8a13a9bdefb3130121b07", "index": 0, "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 + "unknown": false }, { "availableInGameEditions": [], - "id": "60c8a1408dfbfc09882efd1c", + "value": 30000, + "id": "60cb66173e4e974efa345ca7", + "type": "Item", "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", + "target": "68010065f81036801d0b1f85", "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "id": "655b7fd21f2b6843ec751fda", - "index": 0, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102cf0", - "_tpl": "59e77a2386f7742ee578960a" + "_id": "68010065f81036801d0b1f85", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102cf0", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb660d6a2a1958fc522cf8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f87", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f87", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "59ca2eb686f77445a80ed049 startedMessageText", - "status": 0, - "successMessageText": "59ca2eb686f77445a80ed049 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "5a03153686f77442d90e2171": { - "QuestName": "Spa Tour - Part 1", - "_id": "5a03153686f77442d90e2171", - "acceptPlayerMessage": "5a03153686f77442d90e2171 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "6396700fea19ac7ed845db32": { + "QuestName": "Spotter", + "_id": "6396700fea19ac7ed845db32", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a03153686f77442d90e2171 changeQuestMessageText", - "completePlayerMessage": "5a03153686f77442d90e2171 completePlayerMessage", + "acceptPlayerMessage": "6396700fea19ac7ed845db32 acceptPlayerMessage", + "changeQuestMessageText": "6396700fea19ac7ed845db32 changeQuestMessageText", + "completePlayerMessage": "6396700fea19ac7ed845db32 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "63a7d2acee7b4d0d5507baf3", "conditions": [ { - "bodyPart": [ - "Head" + "id": "63a7d2deee7b4d0d5507baf4", + "dynamicLocale": false, + "target": "quest_zone_keeper8_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d2acee7b4d0d5507baf2", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "639c359f0a20a7001f00c7a8", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_keeper8_1_hide1", + "target": [ + "62811fa609427b40ab14e765" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d3dc10b7a13eb015961d", + "target": "63a7d2acee7b4d0d5507baf2", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d315f32fa1316250c3d3", + "conditions": [ + { + "id": "63a7d3323e491955e65fb885", + "dynamicLocale": false, + "target": "quest_zone_keeper8_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d315f32fa1316250c3d2", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "639c39807c1532d85b0162a9", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_keeper8_1_hide2", + "target": [ + "5a1eaa87fcdbcb001865f75e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d3e75199ab1f7d4a7746", + "target": "63a7d315f32fa1316250c3d2", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639c3e21a1c5f814670c35e9", + "conditions": [ + { + "id": "639c3e2c0a20a7001f00c7a9", + "dynamicLocale": false, + "target": [ + "TarkovStreets" ], + "conditionType": "Location" + }, + { + "id": "639c3e37ffadd8b532003319", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "639c3e21a1c5f814670c35e8", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639c3e49313b0824700c92c7", + "target": "639c359f0a20a7001f00c7a8", + "conditionType": "CompleteCondition" + }, + { + "id": "639c3e5379d86f66070507d9", + "target": "639c39807c1532d85b0162a9", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "639afde8e4aa7349085cb750", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639670029113f06a7c3b2377", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6396700fea19ac7ed845db32 description", + "failMessageText": "6396700fea19ac7ed845db32 failMessageText", + "declinePlayerMessage": "6396700fea19ac7ed845db32 declinePlayerMessage", + "name": "6396700fea19ac7ed845db32 name", + "note": "6396700fea19ac7ed845db32 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6396700fea19ac7ed845db32 startedMessageText", + "successMessageText": "6396700fea19ac7ed845db32 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.04, + "id": "63a6ceca4610fa47416d90e8", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a23542151bfb591645c106", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1f89", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1f89", + "_tpl": "6389c7750ef44505c87f5996", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a23488423c8970de419830", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b1f8e", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b1f8b", + "_tpl": "6389c7750ef44505c87f5996", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f8c", + "_tpl": "6389c7750ef44505c87f5996", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f8d", + "_tpl": "6389c7750ef44505c87f5996", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1f8e", + "_tpl": "6389c7750ef44505c87f5996", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59c512ad86f7741f0d09de9b": { + "QuestName": "The Punisher - Part 3", + "_id": "59c512ad86f7741f0d09de9b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59c512ad86f7741f0d09de9b acceptPlayerMessage", + "changeQuestMessageText": "59c512ad86f7741f0d09de9b changeQuestMessageText", + "completePlayerMessage": "59c512ad86f7741f0d09de9b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "59674d5186f27446b872d5f6", + "conditions": [ + { + "id": "59674d5586f27446b62554e2", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [ + "583990e32459771419544dd2", + "5839a40f24597726f856b511", + "57dc2fa62459775949412633", + "628b9c37a733087d0d7fe84b" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5a03169186f77451f779ece6", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "576165642459773c7a400233", - "54491c4f4bdc2db1078b4568", - "56dee2bdd2720bc8328b4567", - "5580223e4bdc2d1c128b457f", - "606dae0ab0e443224b421bb7", - "5e870397991fd70db46995c8", - "5a7828548dc32e5a9c28b516", - "60db29ce99594040e04c4a27", - "6259b864ebedf17603599e88", - "64748cb8de82c85eaf0a273a", - "67124dcfa3541f2a1f0e788b", - "66ffa9b66e19cc902401c5e8", - "674fe9a75e51f1c47c04ec23" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "Location", + "id": "59ca27a486f77445a90e6958", "dynamicLocale": false, - "id": "5a0316a886f77451f779ece9", - "target": [ - "Shoreline" - ] - } - ], - "id": "5a03167c86f774430d7b1e82" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c9a17c686f7747dbe2da3c1", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 7, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b8c7d776bd4b740967c1d3", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a0315b586f774430d7b1d5c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aac673e842787ad20fcffb", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b87686f77460de0252a8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a03153686f77442d90e2171 declinePlayerMessage", - "description": "5a03153686f77442d90e2171 description", - "failMessageText": "5a03153686f77442d90e2171 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a03153686f77442d90e2171 name", - "note": "5a03153686f77442d90e2171 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6b7c8f570e28f148113f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7400 - }, - { - "availableInGameEditions": [], - "id": "60cc6b7f7c496e588343a6ba", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a28081186f774567976ed33", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d68", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 950 - } - } - ], - "target": "67eb506040b1947a72102d68", - "type": "Item", - "unknown": false, - "value": 950 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a28087586f774560f1860e6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d69", - "_tpl": "58948c8e86f77409493f7266", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d6a", - "_tpl": "5fbcbd6c187fea44d52eda14", - "parentId": "67eb506040b1947a72102d69", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102d6b", - "_tpl": "5894a05586f774094708ef75", - "parentId": "67eb506040b1947a72102d69", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d6c", - "_tpl": "5894a5b586f77426d2590767", - "parentId": "67eb506040b1947a72102d69", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102d6d", - "_tpl": "58aeaaa886f7744fc1560f81", - "parentId": "67eb506040b1947a72102d6c", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102d6e", - "_tpl": "58aeac1b86f77457c419f475", - "parentId": "67eb506040b1947a72102d6d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102d6f", - "_tpl": "5894a42086f77426d2590762", - "parentId": "67eb506040b1947a72102d6c", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102d70", - "_tpl": "5894a73486f77426d259076c", - "parentId": "67eb506040b1947a72102d6f", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102d71", - "_tpl": "58a56f8d86f774651579314c", - "parentId": "67eb506040b1947a72102d6f", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72102d72", - "_tpl": "58a5c12e86f7745d585a2b9e", - "parentId": "67eb506040b1947a72102d6f", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72102d73", - "_tpl": "58a56f8d86f774651579314c", - "parentId": "67eb506040b1947a72102d6f", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a72102d74", - "_tpl": "5894a81786f77427140b8347", - "parentId": "67eb506040b1947a72102d6c", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102d75", - "_tpl": "58ac1bf086f77420ed183f9f", - "parentId": "67eb506040b1947a72102d69", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d76", - "_tpl": "57ade1442459771557167e15", - "parentId": "67eb506040b1947a72102d75", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d77", - "_tpl": "58949fac86f77409483e16aa", - "parentId": "67eb506040b1947a72102d69", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102d69", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6ba7179f8541b846924f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d79", - "_tpl": "5894a05586f774094708ef75", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d7a", - "_tpl": "5894a05586f774094708ef75", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d7b", - "_tpl": "5894a05586f774094708ef75", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102d7b", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6bbd3e4e974efa345d06", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d7e", - "_tpl": "5c1127bdd174af44217ab8b9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d7f", - "_tpl": "5c0d56a986f774449d5de529", - "parentId": "67eb506040b1947a72102d7e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d80", - "_tpl": "5c1127bdd174af44217ab8b9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d81", - "_tpl": "5c0d56a986f774449d5de529", - "parentId": "67eb506040b1947a72102d80", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d82", - "_tpl": "5c1127bdd174af44217ab8b9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d83", - "_tpl": "5c0d56a986f774449d5de529", - "parentId": "67eb506040b1947a72102d82", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d84", - "_tpl": "5c1127bdd174af44217ab8b9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d85", - "_tpl": "5c0d56a986f774449d5de529", - "parentId": "67eb506040b1947a72102d84", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d86", - "_tpl": "5c1127bdd174af44217ab8b9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d87", - "_tpl": "5c0d56a986f774449d5de529", - "parentId": "67eb506040b1947a72102d86", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102d86", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629f07f7422dff20ff233f12", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d89", - "_tpl": "5a13f46386f7741dd7384b04", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102d89", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a03153686f77442d90e2171 startedMessageText", - "status": 0, - "successMessageText": "5a03153686f77442d90e2171 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "5a03173786f77451cb427172": { - "QuestName": "Spa Tour - Part 2", - "_id": "5a03173786f77451cb427172", - "acceptPlayerMessage": "5a03173786f77451cb427172 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a03173786f77451cb427172 changeQuestMessageText", - "completePlayerMessage": "5a03173786f77451cb427172 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a0317da86f77451cb427295", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_008_2_N1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a0325f286f7744384509230", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_008_2_N2" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a37d81686f774245c063b6b", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a37d85486f774245b1a0818", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5a37d80986f774245c063b68" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a37d80986f774245c063b69", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60a99386f774590326d5cc", - "target": "5a0325f286f7744384509230" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a722986f7745a9e0647dc", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a03177586f77451f06f6c33", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a03153686f77442d90e2171", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a03173786f77451cb427172 declinePlayerMessage", - "description": "5a03173786f77451cb427172 description", - "failMessageText": "5a03173786f77451cb427172 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a03173786f77451cb427172 name", - "note": "5a03173786f77451cb427172 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6bf53e4e974efa345d07", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6300 - }, - { - "availableInGameEditions": [], - "id": "60cc6bf8af2e5506c378229e", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a28094086f77456b45b88fa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f3f", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 900 - } - } - ], - "target": "67eb506040b1947a72102f3f", - "type": "Item", - "unknown": false, - "value": 900 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6c092b555f16df5c4199", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f41", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f41", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac66d1286f77405d47293be", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f42", - "_tpl": "58d3db5386f77426186285a0" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102f42", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a03173786f77451cb427172 startedMessageText", - "status": 0, - "successMessageText": "5a03173786f77451cb427172 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "5a0327ba86f77456b9154236": { - "QuestName": "Spa Tour - Part 3", - "_id": "5a0327ba86f77456b9154236", - "acceptPlayerMessage": "5a0327ba86f77456b9154236 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a0327ba86f77456b9154236 changeQuestMessageText", - "completePlayerMessage": "5a0327ba86f77456b9154236 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a03289686f7745dbc6c5063", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590c5bbd86f774785762df04", - "590c5c9f86f77477c91c36e7" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a0328cb86f77456b91543b8", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e358a886f7741776641ac3" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a03290586f774584d1594c4", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e35cbb86f7741778269d83" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a280b5486f7741f751bfeea", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e3556c86f7741776641ac2" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a723986f7745b18478f06", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a0327ef86f774584d1593ee", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a03173786f77451cb427172", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a0327ba86f77456b9154236 declinePlayerMessage", - "description": "5a0327ba86f77456b9154236 description", - "failMessageText": "5a0327ba86f77456b9154236 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a0327ba86f77456b9154236 name", - "note": "5a0327ba86f77456b9154236 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6c5c2b555f16df5c419a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7600 - }, - { - "availableInGameEditions": [], - "id": "60cc6c61f09d61072d6d00a4", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a280a2c86f77458182b5bd0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102973", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 800 - } - } - ], - "target": "67eb506040b1947a72102973", - "type": "Item", - "unknown": false, - "value": 800 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6c907c496e588343a6c0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102974", - "_tpl": "5fc3f2d5900b1d5091531e57", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102975", - "_tpl": "5a718b548dc32e000d46d262", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102976", - "_tpl": "5fb6567747ce63734e3fa1dc", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102977", - "_tpl": "5fb6564947ce63734e3fa1da", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102978", - "_tpl": "5fb6558ad6f0b2136f2d7eb7", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102979", - "_tpl": "5fbbc366ca32ed67276c1557", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210297a", - "_tpl": "5fbbc34106bde7524f03cbe9", - "parentId": "67eb506040b1947a72102979", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210297b", - "_tpl": "5fbb976df9986c4cff3fe5f2", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a7210297c", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a7210297d", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72102974", - "slotId": "mod_mount_002" - } - ], - "target": "67eb506040b1947a72102974", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6cb17c496e588343a6c3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210297f", - "_tpl": "5a7ad2e851dfba0016153692", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102980", - "_tpl": "5a7ad2e851dfba0016153692", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102981", - "_tpl": "5a7ad2e851dfba0016153692", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102982", - "_tpl": "5a7ad2e851dfba0016153692", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102982", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a280a8686f7741b16366329", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102984", - "_tpl": "58d3db5386f77426186285a0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102985", - "_tpl": "58d3db5386f77426186285a0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102986", - "_tpl": "58d3db5386f77426186285a0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102987", - "_tpl": "58d3db5386f77426186285a0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102988", - "_tpl": "58d3db5386f77426186285a0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102988", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6c6a6a2a1958fc5231e6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210298a", - "_tpl": "590c2e1186f77425357b6124", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210298b", - "_tpl": "590c2e1186f77425357b6124", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210298b", - "type": "Item", - "unknown": true, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a0327ba86f77456b9154236 startedMessageText", - "status": 0, - "successMessageText": "5a0327ba86f77456b9154236 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5a03296886f774569778596a": { - "QuestName": "Spa Tour - Part 4", - "_id": "5a03296886f774569778596a", - "acceptPlayerMessage": "5a03296886f774569778596a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a03296886f774569778596a changeQuestMessageText", - "completePlayerMessage": "5a03296886f774569778596a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba63c86f7744d39436d81", - "target": "place_peacemaker_008_4_N1", - "value": 1 - } - ], - "id": "5a3ba62786f7742c9d4f5ee8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba62786f7742c9d4f5ee9", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba66786f7742c9d4f5ef1", - "target": "place_peacemaker_008_4_N2", - "value": 1 - } - ], - "id": "5a3ba65f86f7743af1475f10" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba65f86f7743af1475f11", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c94f68386f7743285178acc", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c94f69086f774551528dee8", - "target": [ - "Shoreline" - ] - } - ], - "id": "5c94f65286f77455185027ed" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c94f65286f77455185027ee", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5c94f6a186f774551757f048", - "target": "5a3ba62786f7742c9d4f5ee9" - }, - { - "conditionType": "CompleteCondition", - "id": "5c94f6a886f77455192fa429", - "target": "5a3ba65f86f7743af1475f11" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a724986f7745a9e0647df", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a03299c86f77457a7099f1b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a0327ba86f77456b9154236", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a03296886f774569778596a declinePlayerMessage", - "description": "5a03296886f774569778596a description", - "failMessageText": "5a03296886f774569778596a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a03296886f774569778596a name", - "note": "5a03296886f774569778596a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6cf36a2a1958fc5231e9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7700 - }, - { - "availableInGameEditions": [], - "id": "60cc6cf7a7d63f18200a24c8", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a280d8386f77456a46b8b5f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c59", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1100 - } - } - ], - "target": "67eb506040b1947a72102c59", - "type": "Item", - "unknown": false, - "value": 1100 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6d088f570e28f1481146", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c5b", - "_tpl": "5733279d245977289b77ec24", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c5b", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a03296886f774569778596a startedMessageText", - "status": 0, - "successMessageText": "5a03296886f774569778596a successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Discover" - }, - "5a0449d586f77474e66227b7": { - "QuestName": "Spa Tour - Part 5", - "_id": "5a0449d586f77474e66227b7", - "acceptPlayerMessage": "5a0449d586f77474e66227b7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a0449d586f77474e66227b7 changeQuestMessageText", - "completePlayerMessage": "5a0449d586f77474e66227b7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a044a6c86f7747370402d91", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a0448bc86f774736f14efa8" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a280f8d86f774141b501756", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a0448bc86f774736f14efa8" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60aa4386f77452863963c8", - "target": "5a044a6c86f7747370402d91" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a725b86f7745b18478f0d", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a0449fa86f77473710a6977", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a03296886f774569778596a", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a0449d586f77474e66227b7 declinePlayerMessage", - "description": "5a0449d586f77474e66227b7 description", - "failMessageText": "5a0449d586f77474e66227b7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a0449d586f77474e66227b7 name", - "note": "5a0449d586f77474e66227b7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6d256a2a1958fc5231eb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6500 - }, - { - "availableInGameEditions": [], - "id": "60cc6d28af2e5506c37822a4", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a280eef86f7747e4b7dca8a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ce1", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 980 - } - } - ], - "target": "67eb506040b1947a72102ce1", - "type": "Item", - "unknown": false, - "value": 980 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6d457c496e588343a6c7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ce3", - "_tpl": "5d80c66d86f774405611c7d6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ce3", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a0449d586f77474e66227b7 startedMessageText", - "status": 0, - "successMessageText": "5a0449d586f77474e66227b7 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5a27b75b86f7742e97191958": { - "QuestName": "Fishing Gear", - "_id": "5a27b75b86f7742e97191958", - "acceptPlayerMessage": "5a27b75b86f7742e97191958 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27b75b86f7742e97191958 changeQuestMessageText", - "completePlayerMessage": "5a27b75b86f7742e97191958 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba1c286f7742c9d4f5d49", - "target": "place_peacemaker_001", - "value": 1 - } - ], - "id": "5a3ba11786f7742c9d4f5d28" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba11786f7742c9d4f5d29", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27d81a86f774472a6e0456", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "55801eed4bdc2d89578b4588" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_001" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27d85286f77448d82084e7", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "544fb5454bdc2df8738b456a" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_001" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c93795386f77411fc1e1822", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c93795d86f7740a111bd782", - "target": [ - "Shoreline" - ] - } - ], - "id": "5c93794086f7740a13567866" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c93794086f7740a13567867", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5c93966986f774122a7ac1a4", - "target": "5a27d81a86f774472a6e0456" - }, - { - "conditionType": "CompleteCondition", - "id": "5c93967486f774122c346f86", - "target": "5a27d85286f77448d82084e7" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a71a086f7745a7e19f63d", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bcf241486f7746a4959344a", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27b75b86f7742e97191958 declinePlayerMessage", - "description": "5a27b75b86f7742e97191958 description", - "failMessageText": "5a27b75b86f7742e97191958 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/594d241f86f7740d8246218d.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27b75b86f7742e97191958 name", - "note": "5a27b75b86f7742e97191958 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629f7c9b5bb57779c4036cf4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d04", - "_tpl": "55801eed4bdc2d89578b4588", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d05", - "_tpl": "559ba5b34bdc2d1f1a8b4582", - "parentId": "67eb506040b1947a72102d04", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d06", - "_tpl": "56083e1b4bdc2dc8488b4572", - "parentId": "67eb506040b1947a72102d04", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102d07", - "_tpl": "56083eab4bdc2d26448b456a", - "parentId": "67eb506040b1947a72102d04", - "slotId": "mod_tactical" - }, - { - "_id": "67eb506040b1947a72102d08", - "_tpl": "560e620e4bdc2d724b8b456b", - "parentId": "67eb506040b1947a72102d04", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102d09", - "_tpl": "61faa91878830f069b6b7967", - "parentId": "67eb506040b1947a72102d04", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d0a", - "_tpl": "56ea8222d2720b69698b4567", - "parentId": "67eb506040b1947a72102d09", - "slotId": "mod_bipod" - } - ], - "target": "67eb506040b1947a72102d04", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a295d4886f77450df330e04", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d0c", - "_tpl": "544fb5454bdc2df8738b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102d0c", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc682865e4664318606acb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4800 - }, - { - "availableInGameEditions": [], - "id": "60cc682b7c496e588343a6b1", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc6836f09d61072d6d0097", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d0e", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 700 - } - } - ], - "target": "67eb506040b1947a72102d0e", - "type": "Item", - "unknown": false, - "value": 700 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc684c2b555f16df5c418c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d13", - "_tpl": "5aa7d03ae5b5b00016327db5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d14", - "_tpl": "654a90aff4f81a421b0a7c86", - "parentId": "67eb506040b1947a72102d13", - "slotId": "helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102d15", - "_tpl": "654a91068e1ce698150fd1e2", - "parentId": "67eb506040b1947a72102d13", - "slotId": "helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102d16", - "_tpl": "654a9189bcc67a392b056c79", - "parentId": "67eb506040b1947a72102d13", - "slotId": "helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102d13", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60cf41125f9e6175514de2e0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d17", - "_tpl": "5b3116595acfc40019476364" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102d17", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "62a6516c1c307729c3264ef9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d18", - "_tpl": "5aafa857e5b5b00018480968", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72102d19", - "_tpl": "64b9e2037fdfb81df81e3c25", - "parentId": "67eb506040b1947a72102d18", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d1a", - "_tpl": "5aaf8e43e5b5b00015693246", - "parentId": "67eb506040b1947a72102d18", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d1b", - "_tpl": "5ab24ef9e5b5b00fe93c9209", - "parentId": "67eb506040b1947a72102d1a", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102d1c", - "_tpl": "5aaf9d53e5b5b00015042a52", - "parentId": "67eb506040b1947a72102d18", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102d1d", - "_tpl": "5aafa1c2e5b5b00015042a56", - "parentId": "67eb506040b1947a72102d1c", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102d1e", - "_tpl": "5aafa49ae5b5b00015042a58", - "parentId": "67eb506040b1947a72102d1d", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102d1f", - "_tpl": "5abcbb20d8ce87001773e258", - "parentId": "67eb506040b1947a72102d18", - "slotId": "mod_sight_rear" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102d18", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27b75b86f7742e97191958 startedMessageText", - "status": 0, - "successMessageText": "5a27b75b86f7742e97191958 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Completion" - }, - "5a27b7a786f774579c3eb376": { - "QuestName": "Tigr Safari", - "_id": "5a27b7a786f774579c3eb376", - "acceptPlayerMessage": "5a27b7a786f774579c3eb376 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27b7a786f774579c3eb376 changeQuestMessageText", - "completePlayerMessage": "5a27b7a786f774579c3eb376 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66698a9eddc21e9441645819", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_002_N1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27e75886f7740aef4a9157", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_002_N2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a29653986f77406a3435b26", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_002_N3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c9394ba86f774122a7ac1a2", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c9394de86f774122c346f82", "target": [ "bigmap" - ] + ], + "conditionType": "Location" } - ], - "id": "5c9394a986f7741228714be2" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c9394a986f7741228714be3", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "59674d5186f77446b852d5f7", + "index": 0, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5c9395be86f774122a7ac1a3", - "target": "5a27e75886f7740aef4a9157" - }, - { - "conditionType": "CompleteCondition", - "id": "5c9395cd86f774122c346f84", - "target": "5a29653986f77406a3435b26" - }, - { - "conditionType": "CompleteCondition", - "id": "66698b0c361faf66b8ade1dd", - "target": "66698a9eddc21e9441645819" - } - ] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a71b286f7745a7e19f642", + "id": "59a926b186f774753c5479a2", "index": 0, "parentId": "", - "value": 10, + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 19, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27e86386f7743c2a3a1086", + "id": "59c63abd36f7745e601a0a57", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "59c50c8886f7745fed3193bf", "status": [ - 4, - 5 + 4 ], - "target": "5a27b75b86f7742e97191958", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5a27b7a786f774579c3eb376 declinePlayerMessage", - "description": "5a27b7a786f774579c3eb376 description", - "failMessageText": "5a27b7a786f774579c3eb376 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/57e4f1852459772a15635633.jpg", - "instantComplete": false, - "isKey": false, + "description": "59c512ad86f7741f0d09de9b description", + "failMessageText": "59c512ad86f7741f0d09de9b failMessageText", + "declinePlayerMessage": "59c512ad86f7741f0d09de9b declinePlayerMessage", + "name": "59c512ad86f7741f0d09de9b name", + "note": "59c512ad86f7741f0d09de9b note", + "traderId": "54cb50c76803fa8b248b4571", "location": "56f40101d2720b2a4d8b45d6", - "name": "5a27b7a786f774579c3eb376 name", - "note": "5a27b7a786f774579c3eb376 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc68787c496e588343a6b3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60cc687d2b555f16df5c418d", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a27d94f86f77448d97fe86d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f6f", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 900 - } - } - ], - "target": "67eb506040b1947a72102f6f", - "type": "Item", - "unknown": false, - "value": 900 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc68ada7d63f18200a24bb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f71", - "_tpl": "5f5f41f56760b4138443b352", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f71", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc68c12b555f16df5c4192", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f73", - "_tpl": "58d3db5386f77426186285a0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f74", - "_tpl": "58d3db5386f77426186285a0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f74", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "655b74411273611d2462ab79", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f75", - "_tpl": "59e6920f86f77411d82aa167" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102f75", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19fc1d6d4651e53602aee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f76", - "_tpl": "5e00903ae9dc277128008b87", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72102f77", - "_tpl": "5de8eac42a78646d96665d91", - "parentId": "67eb506040b1947a72102f76", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102f78", - "_tpl": "5de910da8b6c4240ba2651b5", - "parentId": "67eb506040b1947a72102f76", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102f79", - "_tpl": "5e0090f7e9dc277128008b93", - "parentId": "67eb506040b1947a72102f76", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102f7a", - "_tpl": "5de8fb539f98ac2bc659513a", - "parentId": "67eb506040b1947a72102f79", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102f7b", - "_tpl": "5de922d4b11454561e39239f", - "parentId": "67eb506040b1947a72102f76", - "slotId": "mod_charge" - }, - { - "_id": "67eb506040b1947a72102f7c", - "_tpl": "5de8fbf2b74cd90030650c79", - "parentId": "67eb506040b1947a72102f76", - "slotId": "mod_mount_000" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72102f76", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27b7a786f774579c3eb376 startedMessageText", - "status": 0, - "successMessageText": "5a27b7a786f774579c3eb376 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Discover" - }, - "5a27b7d686f77460d847e6a6": { - "QuestName": "Scrap Metal", - "_id": "5a27b7d686f77460d847e6a6", - "acceptPlayerMessage": "5a27b7d686f77460d847e6a6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27b7d686f77460d847e6a6 changeQuestMessageText", - "completePlayerMessage": "5a27b7d686f77460d847e6a6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a37e8ae86f77415076b401d", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_003_N1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27fc8186f7746371546243", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_003_N2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27fc9686f774675744bb60", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_003_N3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c939d1886f7741229301dc2", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c939d2586f774122b6e7852", - "target": [ - "Shoreline" - ] - } - ], - "id": "5c939d0e86f774185203c4c2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c939d0e86f774185203c4c3", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5c9a166586f77438c80164e8", - "target": "5a37e8ae86f77415076b401d" - }, - { - "conditionType": "CompleteCondition", - "id": "5c9a166a86f7741da4659f71", - "target": "5a27fc8186f7746371546243" - }, - { - "conditionType": "CompleteCondition", - "id": "5c9a166f86f7747dbe2da3be", - "target": "5a27fc9686f774675744bb60" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a71c686f7745a9d6892e6", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27f95686f774268504c959", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b7a786f774579c3eb376", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27b7d686f77460d847e6a6 declinePlayerMessage", - "description": "5a27b7d686f77460d847e6a6 description", - "failMessageText": "5a27b7d686f77460d847e6a6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a29221d86f77457303da9fa.jpg", - "instantComplete": false, + "image": "/files/quest/icon/57e4f1852459772a15635633.jpg", + "type": "Elimination", "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27b7d686f77460d847e6a6 name", - "note": "5a27b7d686f77460d847e6a6 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59c512ad86f7741f0d09de9b startedMessageText", + "successMessageText": "59c512ad86f7741f0d09de9b successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc6963179f8541b8469249", - "index": 0, + "value": 11700, + "id": "60c8acd68dfbfc09882efd20", "type": "Experience", - "unknown": false, - "value": 5900 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc69663e4e974efa345d00", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", + "value": 0.04, + "id": "60dc2974ef7d58779755fb25", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc696faf2e5506c3782296", + "value": 2500, + "id": "59c5171a86f774443b4896f0", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1f90", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102c72", + "_id": "68010065f81036801d0b1f90", "_tpl": "5696686a4bdc2da3298b456a", "upd": { - "StackObjectsCount": 900 + "StackObjectsCount": 2500 } } - ], - "target": "67eb506040b1947a72102c72", - "type": "Item", - "unknown": false, - "value": 900 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc697d7c496e588343a6b7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c73", - "_tpl": "5926bb2186f7744b1c6c6e60", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c74", - "_tpl": "5926c3b286f774640d189b6b", - "parentId": "67eb506040b1947a72102c73", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102c75", - "_tpl": "5926c0df86f77462f647f764", - "parentId": "67eb506040b1947a72102c73", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102c76", - "_tpl": "5926c36d86f77467a92a8629", - "parentId": "67eb506040b1947a72102c75", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102c77", - "_tpl": "5926d2be86f774134d668e4e", - "parentId": "67eb506040b1947a72102c75", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102c78", - "_tpl": "5926d3c686f77410de68ebc8", - "parentId": "67eb506040b1947a72102c75", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102c79", - "_tpl": "5926e16e86f7742f5a0f7ecb", - "parentId": "67eb506040b1947a72102c75", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102c7a", - "_tpl": "5926c32286f774616e42de99", - "parentId": "67eb506040b1947a72102c73", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102c73", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc699198b49270603645b4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c7d", - "_tpl": "657025a81419851aef03e724", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c7e", - "_tpl": "56d59d3ad2720bdb418b4577", - "parentId": "67eb506040b1947a72102c7d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102c7f", - "_tpl": "657025a81419851aef03e724", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c80", - "_tpl": "56d59d3ad2720bdb418b4577", - "parentId": "67eb506040b1947a72102c7f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102c81", - "_tpl": "657025a81419851aef03e724", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c82", - "_tpl": "56d59d3ad2720bdb418b4577", - "parentId": "67eb506040b1947a72102c81", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72102c81", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "5b42250e86f774370c7284a9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c83", - "_tpl": "5926bb2186f7744b1c6c6e60", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72102c84", - "_tpl": "5926c3b286f774640d189b6b", - "parentId": "67eb506040b1947a72102c83", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102c85", - "_tpl": "5926f2e086f7745aae644231", - "parentId": "67eb506040b1947a72102c83", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102c86", - "_tpl": "5926f34786f77469195bfe92", - "parentId": "67eb506040b1947a72102c85", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102c87", - "_tpl": "5926d2be86f774134d668e4e", - "parentId": "67eb506040b1947a72102c85", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102c88", - "_tpl": "5926d40686f7740f152b6b7e", - "parentId": "67eb506040b1947a72102c85", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102c89", - "_tpl": "5926d33d86f77410de68ebc0", - "parentId": "67eb506040b1947a72102c85", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102c8a", - "_tpl": "5926c32286f774616e42de99", - "parentId": "67eb506040b1947a72102c83", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102c83", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "655b82ec1f2b6843ec751fdb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c8b", - "_tpl": "5cc80f8fe4a949033b0224a2" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102c8b", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27b7d686f77460d847e6a6 startedMessageText", - "status": 0, - "successMessageText": "5a27b7d686f77460d847e6a6 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Discover" - }, - "5a27b80086f774429a5d7e20": { - "QuestName": "Eagle Eye", - "_id": "5a27b80086f774429a5d7e20", - "acceptPlayerMessage": "5a27b80086f774429a5d7e20 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27b80086f774429a5d7e20 changeQuestMessageText", - "completePlayerMessage": "5a27b80086f774429a5d7e20 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba35f86f7743af1475c03", - "target": "place_peacemaker_004_N1", - "value": 1 - } - ], - "id": "5a3ba34286f7744eb2404069" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba34286f7744eb240406a", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27ffb186f774192932b3d5", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a294d7c86f7740651337cf9" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27ffc786f77415ca58ae47", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a294d7c86f7740651337cf9" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60aa7b86f77456b73f3ba8", - "target": "5a3ba34286f7744eb240406a" - } ] }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba3c086f7745ab1081106", - "target": "place_peacemaker_004_N2", - "value": 1 - } - ], - "id": "5a3ba3b086f7745ab1081100" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba3b086f7745ab1081101", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a294f1686f774340c7b7e4a", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a294d8486f774068638cd93" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a294f3386f77433e923f9cd", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a294d8486f774068638cd93" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60aa8986f77456b73f3bae", - "target": "5a294f1686f774340c7b7e4a" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a71d586f7745a7e19f646", - "index": 0, - "parentId": "", - "value": 11, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27fd4a86f774637279b32d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b7d686f77460d847e6a6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27b80086f774429a5d7e20 declinePlayerMessage", - "description": "5a27b80086f774429a5d7e20 description", - "failMessageText": "5a27b80086f774429a5d7e20 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27b80086f774429a5d7e20 name", - "note": "5a27b80086f774429a5d7e20 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ { "availableInGameEditions": [], - "id": "60cc69c798b49270603645b5", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6600 - }, - { - "availableInGameEditions": [], - "id": "60cc69caa7d63f18200a24be", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a27fde286f77477cd733d92", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210295e", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 900 - } - } - ], - "target": "67eb506040b1947a7210295e", - "type": "Item", - "unknown": false, - "value": 900 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a606d4f86f77465241848a5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102960", - "_tpl": "57aca93d2459771f2c7e26db", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102960", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a3a447a86f7745ed8731053", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102962", - "_tpl": "544a3a774bdc2d3a388b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102962", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a19feeab6bb51044344bef", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102963", - "_tpl": "58948c8e86f77409493f7266", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72102964", - "_tpl": "5fbcbd6c187fea44d52eda14", - "parentId": "67eb506040b1947a72102963", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102965", - "_tpl": "5894a05586f774094708ef75", - "parentId": "67eb506040b1947a72102963", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102966", - "_tpl": "5894a5b586f77426d2590767", - "parentId": "67eb506040b1947a72102963", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102967", - "_tpl": "58aeaaa886f7744fc1560f81", - "parentId": "67eb506040b1947a72102966", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102968", - "_tpl": "58aeac1b86f77457c419f475", - "parentId": "67eb506040b1947a72102967", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102969", - "_tpl": "5894a42086f77426d2590762", - "parentId": "67eb506040b1947a72102966", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210296a", - "_tpl": "5894a73486f77426d259076c", - "parentId": "67eb506040b1947a72102969", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a7210296b", - "_tpl": "58a56f8d86f774651579314c", - "parentId": "67eb506040b1947a72102969", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a7210296c", - "_tpl": "58a5c12e86f7745d585a2b9e", - "parentId": "67eb506040b1947a72102969", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a7210296d", - "_tpl": "58a56f8d86f774651579314c", - "parentId": "67eb506040b1947a72102969", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a7210296e", - "_tpl": "5894a81786f77427140b8347", - "parentId": "67eb506040b1947a72102966", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210296f", - "_tpl": "58ac1bf086f77420ed183f9f", - "parentId": "67eb506040b1947a72102963", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102970", - "_tpl": "57ade1442459771557167e15", - "parentId": "67eb506040b1947a7210296f", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102971", - "_tpl": "58949fac86f77409483e16aa", - "parentId": "67eb506040b1947a72102963", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102963", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27b80086f774429a5d7e20 startedMessageText", - "status": 0, - "successMessageText": "5a27b80086f774429a5d7e20 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5a27b87686f77460de0252a8": { - "QuestName": "Humanitarian Supplies", - "_id": "5a27b87686f77460de0252a8", - "acceptPlayerMessage": "5a27b87686f77460de0252a8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27b87686f77460de0252a8 changeQuestMessageText", - "completePlayerMessage": "5a27b87686f77460de0252a8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28017786f77452f6318b1b", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_005_N1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2801f986f774531b679875", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_005_N2" - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb5fd3d86f7746ef64ca33c", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "590c5f0d86f77413997acfab" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28023f86f774528903dd1e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "590c5f0d86f77413997acfab" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c939f3c86f7741228714be5", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c939f4886f774122a7ac1a5", - "target": [ - "Shoreline" - ] - } - ], - "id": "5c939f2186f774122b6e7853" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c939f2186f774122b6e7854", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5c939f8586f774122a7ac1a6", - "target": "5a28017786f77452f6318b1b" - }, - { - "conditionType": "CompleteCondition", - "id": "5c939f9386f774122c346f87", - "target": "5a2801f986f774531b679875" - }, - { - "conditionType": "CompleteCondition", - "id": "5c9b7e0e86f7744aa8646183", - "target": "5c9a170386f77438c80164eb" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c94cd8286f7743625245201", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa7d03ae5b5b00016327db5", - "5ab8e4ed86f7742d8e50c7fa" - ] - ], - "id": "5c94cdc986f77436285a96c2" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "625fdd83da500d1a084af87e", - "target": [ - "Shoreline" - ] - } - ], - "id": "5c94cd4886f77436285a96bd" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c9a170386f77438c80164eb", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba48386f7745ab1081124", - "target": "place_peacemaker_005_N1", - "value": 1 - } - ], - "id": "5a3ba47986f7744df8667504" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba47986f7744df8667505", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5a28017786f77452f6318b1b", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba4c486f7744d795d3117", - "target": "place_peacemaker_005_N2", - "value": 1 - } - ], - "id": "5a3ba4ba86f7744df759b1e4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba4ba86f7744df759b1e5", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "5a2801f986f774531b679875", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a71e386f7745a9e0647d0", - "index": 0, - "parentId": "", - "value": 11, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28002d86f7741ac376015e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b80086f774429a5d7e20", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27b87686f77460de0252a8 declinePlayerMessage", - "description": "5a27b87686f77460de0252a8 description", - "failMessageText": "5a27b87686f77460de0252a8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979d3da86f774719f309082.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27b87686f77460de0252a8 name", - "note": "5a27b87686f77460de0252a8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6a0765e4664318606ad2", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11500 - }, - { - "availableInGameEditions": [], - "id": "60cc6a0be3d0247e625dab4c", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a28005d86f7741e20754241", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a71", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 800 - } - } - ], - "target": "67eb506040b1947a72102a71", - "type": "Item", - "unknown": false, - "value": 800 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6a1faf2e5506c3782299", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a73", - "_tpl": "5d1c819a86f774771b0acd6c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a74", - "_tpl": "5d1c819a86f774771b0acd6c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a74", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "655b74107f92d5105c6f7b77", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a75", - "_tpl": "5c0d5ae286f7741e46554302" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102a75", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5ac66c4f86f77403df401d38", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a76", - "_tpl": "593d493f86f7745e6b2ceb22" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102a76", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27b87686f77460de0252a8 startedMessageText", - "status": 0, - "successMessageText": "5a27b87686f77460de0252a8 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Discover" - }, - "5a27b9de86f77464e5044585": { - "QuestName": "The Cult - Part 1", - "_id": "5a27b9de86f77464e5044585", - "acceptPlayerMessage": "5a27b9de86f77464e5044585 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27b9de86f77464e5044585 changeQuestMessageText", - "completePlayerMessage": "5a27b9de86f77464e5044585 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba52586f77464d01fd619", - "target": "place_peacemaker_007_1_N1", - "value": 1 - } - ], - "id": "5a3ba51d86f7743af1475c39" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba51d86f7743af1475c3a", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a28054586f7740f9e121614", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a2eb6e586f7747063190763", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5a28051286f7740eb10bac03" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28051286f7740eb10bac04", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60a9aa86f77455b64814e2", - "target": "5a3ba51d86f7743af1475c3a" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a71f786f7745b18478ef9", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28035486f77450e46b45f1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b87686f77460de0252a8", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aac6b6160cc610ba00a579", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27b9de86f77464e5044585 declinePlayerMessage", - "description": "5a27b9de86f77464e5044585 description", - "failMessageText": "5a27b9de86f77464e5044585 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a29222486f77456f50d09e7.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27b9de86f77464e5044585 name", - "note": "5a27b9de86f77464e5044585 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6af777dc197c774254a6", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6200 - }, - { - "availableInGameEditions": [], - "id": "60cc6afbaf2e5506c378229a", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2803a286f774528903e08e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c97", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 700 - } - } - ], - "target": "67eb506040b1947a72102c97", - "type": "Item", - "unknown": false, - "value": 700 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2803c386f7740e44081674", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c99", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c9a", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c9b", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c9b", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27b9de86f77464e5044585 startedMessageText", - "status": 0, - "successMessageText": "5a27b9de86f77464e5044585 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "5a27ba1c86f77461ea5a3c56": { - "QuestName": "The Cult - Part 2", - "_id": "5a27ba1c86f77461ea5a3c56", - "acceptPlayerMessage": "5a27ba1c86f77461ea5a3c56 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27ba1c86f77461ea5a3c56 changeQuestMessageText", - "completePlayerMessage": "5a27ba1c86f77461ea5a3c56 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2806e086f774291b084041", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_007_2_N2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2806b386f77420062f0fbd", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_007_N1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fe0e9ed3f3a7d4169035e8e", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_007_2_N2_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2806f886f774513d3e69f5", - "index": 3, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_007_2_N3" - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a720886f7745aa21a06cd", - "index": 0, - "parentId": "", - "value": 18, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2805c986f77420062f0fb2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b9de86f77464e5044585", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27ba1c86f77461ea5a3c56 declinePlayerMessage", - "description": "5a27ba1c86f77461ea5a3c56 description", - "failMessageText": "5a27ba1c86f77461ea5a3c56 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a29222486f77456f50d09e7.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a27ba1c86f77461ea5a3c56 name", - "note": "5a27ba1c86f77461ea5a3c56 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6b20a7d63f18200a24c1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7500 - }, - { - "availableInGameEditions": [], - "id": "60cc6b23179f8541b846924e", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2805ee86f774291b083f8f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b26", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 850 - } - } - ], - "target": "67eb506040b1947a72102b26", - "type": "Item", - "unknown": false, - "value": 850 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6b4b98b49270603645b7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b27", - "_tpl": "5df8ce05b11454561e39243b", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b28", - "_tpl": "55d4b9964bdc2d1d4e8b456e", - "parentId": "67eb506040b1947a72102b27", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102b29", - "_tpl": "5df8f541c41b2312ea3335e3", - "parentId": "67eb506040b1947a72102b27", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102b2a", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72102b27", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102b2b", - "_tpl": "5ae30c9a5acfc408fb139a03", - "parentId": "67eb506040b1947a72102b2a", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102b2c", - "_tpl": "5df8e4080b92095fd441e594", - "parentId": "67eb506040b1947a72102b27", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102b2d", - "_tpl": "5df917564a9f347bc92edca3", - "parentId": "67eb506040b1947a72102b2c", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102b2e", - "_tpl": "5dfa3cd1b33c0951220c079b", - "parentId": "67eb506040b1947a72102b2d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102b2f", - "_tpl": "5dfa3d45dfc58d14537c20b0", - "parentId": "67eb506040b1947a72102b2d", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102b30", - "_tpl": "5df916dfbb49d91fb446d6b9", - "parentId": "67eb506040b1947a72102b2c", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102b31", - "_tpl": "5dfa3d950dee1b22f862eae0", - "parentId": "67eb506040b1947a72102b30", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102b32", - "_tpl": "5dfa3d7ac41b2312ea33362a", - "parentId": "67eb506040b1947a72102b2c", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102b33", - "_tpl": "5df8e053bb49d91fb446d6a6", - "parentId": "67eb506040b1947a72102b27", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102b27", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27ba1c86f77461ea5a3c56 startedMessageText", - "status": 0, - "successMessageText": "5a27ba1c86f77461ea5a3c56 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "5a27ba9586f7741b543d8e85": { - "QuestName": "Spa Tour - Part 6", - "_id": "5a27ba9586f7741b543d8e85", - "acceptPlayerMessage": "5a27ba9586f7741b543d8e85 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27ba9586f7741b543d8e85 changeQuestMessageText", - "completePlayerMessage": "5a27ba9586f7741b543d8e85 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28127b86f7743808504ecc", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5696686a4bdc2da3298b456a" - ], - "value": 8000, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a726a86f7745b18478f10", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28120686f77442ef017f51", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a0449d586f77474e66227b7", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27ba9586f7741b543d8e85 declinePlayerMessage", - "description": "5a27ba9586f7741b543d8e85 description", - "failMessageText": "5a27ba9586f7741b543d8e85 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a27ba9586f7741b543d8e85 name", - "note": "5a27ba9586f7741b543d8e85 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6d77a7d63f18200a24cb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9500 - }, - { - "availableInGameEditions": [], - "id": "60cc6d7b3e4e974efa345d0d", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27ba9586f7741b543d8e85 startedMessageText", - "status": 0, - "successMessageText": "5a27ba9586f7741b543d8e85 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Loyalty" - }, - "5a27bafb86f7741c73584017": { - "QuestName": "Spa Tour - Part 7", - "_id": "5a27bafb86f7741c73584017", - "acceptPlayerMessage": "5a27bafb86f7741c73584017 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bafb86f7741c73584017 changeQuestMessageText", - "completePlayerMessage": "5a27bafb86f7741c73584017 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28151986f77466837984c9", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "544fb3f34bdc2d03748b456a" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28152b86f7740ab40845fb", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "544fb3f34bdc2d03748b456a" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28157486f77405822f36c1", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59faf98186f774067b6be103" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28159686f77405710b1e65", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59faf98186f774067b6be103" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2815c186f77405822f36ce", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e35cbb86f7741778269d83" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2815d786f774725a5893a6", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e35cbb86f7741778269d83" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28163686f7740ab4084611", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59fafb5d86f774067a6f2084" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28164786f77405822f36d9", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59fafb5d86f774067a6f2084" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a727b86f7745b18478f13", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2813e286f774549545d383", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27ba9586f7741b543d8e85", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bafb86f7741c73584017 declinePlayerMessage", - "description": "5a27bafb86f7741c73584017 description", - "failMessageText": "5a27bafb86f7741c73584017 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a27bafb86f7741c73584017 name", - "note": "5a27bafb86f7741c73584017 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6dae179f8541b8469256", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9700 - }, - { - "availableInGameEditions": [], - "id": "60cc6db177dc197c774254b0", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2813cb86f774567931372b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b77", - "_tpl": "5d9f1fa686f774726974a992", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b77", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b919d975a7f3c734661b0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b78", - "_tpl": "5c17a7ed2e2216152142459c" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102b78", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5d6e738186f77410d46d1e44", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": -0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bafb86f7741c73584017 startedMessageText", - "status": 0, - "successMessageText": "5a27bafb86f7741c73584017 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5a27bb1e86f7741f27621b7e": { - "QuestName": "Cargo X - Part 1", - "_id": "5a27bb1e86f7741f27621b7e", - "acceptPlayerMessage": "5a27bb1e86f7741f27621b7e acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bb1e86f7741f27621b7e changeQuestMessageText", - "completePlayerMessage": "5a27bb1e86f7741f27621b7e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28183186f774398675d127", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a29284f86f77463ef3db363" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28184c86f774376e43772a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a29284f86f77463ef3db363" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60aacb86f774590326d609", - "target": "5a28183186f774398675d127" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a729086f7745a7e19f659", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2817b486f77434aa3d22a2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bafb86f7741c73584017", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bb1e86f7741f27621b7e declinePlayerMessage", - "description": "5a27bb1e86f7741f27621b7e description", - "failMessageText": "5a27bb1e86f7741f27621b7e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/597a172486f774799e5cd153.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bb1e86f7741f27621b7e name", - "note": "5a27bb1e86f7741f27621b7e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6ddf7c496e588343a6c8", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8200 - }, - { - "availableInGameEditions": [], - "id": "60cc6de277dc197c774254b1", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2817ec86f77434aa3d22ae", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bfe", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 700 - } - } - ], - "target": "67eb506040b1947a72102bfe", - "type": "Item", - "unknown": false, - "value": 700 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6e2d2b555f16df5c419f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bff", - "_tpl": "5f36a0e5fbf956000b716b65", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 2 - } - }, - { - "_id": "67eb506040b1947a72102c00", - "_tpl": "5f3e7801153b8571434a924c", - "parentId": "67eb506040b1947a72102bff", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102c01", - "_tpl": "5f3e778efcd9b651187d7201", - "parentId": "67eb506040b1947a72102bff", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102c02", - "_tpl": "5f3e7823ddc4f03b010e2045", - "parentId": "67eb506040b1947a72102bff", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102c03", - "_tpl": "5f3e7897ddc4f03b010e204a", - "parentId": "67eb506040b1947a72102c02", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102c04", - "_tpl": "5f3e78a7fbf956000b716b8e", - "parentId": "67eb506040b1947a72102c02", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102c05", - "_tpl": "5f3e77b26cda304dcc634057", - "parentId": "67eb506040b1947a72102bff", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102c06", - "_tpl": "5f3e772a670e2a7b01739a52", - "parentId": "67eb506040b1947a72102bff", - "slotId": "mod_trigger" - }, - { - "_id": "67eb506040b1947a72102c07", - "_tpl": "5f3e76d86cda304dcc634054", - "parentId": "67eb506040b1947a72102bff", - "slotId": "mod_hammer" - }, - { - "_id": "67eb506040b1947a72102c08", - "_tpl": "5f3e777688ca2d00ad199d25", - "parentId": "67eb506040b1947a72102bff", - "slotId": "mod_catch" - } - ], - "target": "67eb506040b1947a72102bff", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6e412b555f16df5c41a0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c0a", - "_tpl": "5f3e77b26cda304dcc634057", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c0b", - "_tpl": "5f3e77b26cda304dcc634057", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c0c", - "_tpl": "5f3e77b26cda304dcc634057", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c0d", - "_tpl": "5f3e77b26cda304dcc634057", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c0e", - "_tpl": "5f3e77b26cda304dcc634057", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c0f", - "_tpl": "5f3e77b26cda304dcc634057", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c0f", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a2817f986f77433b7143ce7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c11", - "_tpl": "567143bf4bdc2d1a0f8b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c11", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bb1e86f7741f27621b7e startedMessageText", - "status": 0, - "successMessageText": "5a27bb1e86f7741f27621b7e successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5a27bb3d86f77411ea361a21": { - "QuestName": "Cargo X - Part 2", - "_id": "5a27bb3d86f77411ea361a21", - "acceptPlayerMessage": "5a27bb3d86f77411ea361a21 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bb3d86f77411ea361a21 changeQuestMessageText", - "completePlayerMessage": "5a27bb3d86f77411ea361a21 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba76c86f7744d795d3504", - "target": "place_peacemaker_009_2", - "value": 1 - } - ], - "id": "5a3ba76486f7744d39436da1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba76486f7744d39436da2", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2819c886f77460ba564f38", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5939e5a786f77461f11c0098" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2e966286f7742f6c4f27a6", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5939e5a786f77461f11c0098" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60aca686f7742ba049f844", - "target": "5a2819c886f77460ba564f38" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a72a286f7745a7e19f65c", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28189886f774511f532fdf", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bb1e86f7741f27621b7e", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bb3d86f77411ea361a21 declinePlayerMessage", - "description": "5a27bb3d86f77411ea361a21 description", - "failMessageText": "5a27bb3d86f77411ea361a21 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/597a172486f774799e5cd153.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bb3d86f77411ea361a21 name", - "note": "5a27bb3d86f77411ea361a21 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6e7e3e4e974efa345d0e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8300 - }, - { - "availableInGameEditions": [], - "id": "60cc6e8277dc197c774254b3", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a2818be86f77435c7390043", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c5d", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 850 - } - } - ], - "target": "67eb506040b1947a72102c5d", - "type": "Item", - "unknown": false, - "value": 850 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6eac2b555f16df5c41a1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c5e", - "_tpl": "5447a9cd4bdc2dbd208b4567", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c5f", - "_tpl": "55d4b9964bdc2d1d4e8b456e", - "parentId": "67eb506040b1947a72102c5e", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102c60", - "_tpl": "55d4887d4bdc2d962f8b4570", - "parentId": "67eb506040b1947a72102c5e", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102c61", - "_tpl": "55d355e64bdc2d962f8b4569", - "parentId": "67eb506040b1947a72102c5e", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102c62", - "_tpl": "55d3632e4bdc2d972f8b4569", - "parentId": "67eb506040b1947a72102c61", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102c63", - "_tpl": "544a38634bdc2d58388b4568", - "parentId": "67eb506040b1947a72102c62", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102c64", - "_tpl": "56ea8d2fd2720b7c698b4570", - "parentId": "67eb506040b1947a72102c62", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102c65", - "_tpl": "55d4af3a4bdc2d972f8b456f", - "parentId": "67eb506040b1947a72102c64", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102c66", - "_tpl": "55d459824bdc2d892f8b4573", - "parentId": "67eb506040b1947a72102c61", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102c67", - "_tpl": "637f57b78d137b27f70c496a", - "parentId": "67eb506040b1947a72102c66", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102c68", - "_tpl": "55d5f46a4bdc2d1b198b4567", - "parentId": "67eb506040b1947a72102c61", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102c69", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72102c5e", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102c6a", - "_tpl": "55d4ae6c4bdc2d8b2f8b456e", - "parentId": "67eb506040b1947a72102c69", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102c6b", - "_tpl": "55d44fd14bdc2d962f8b456e", - "parentId": "67eb506040b1947a72102c5e", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102c5e", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6ebce3d0247e625dab55", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c6d", - "_tpl": "55802d5f4bdc2dac148b458e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c6e", - "_tpl": "55802d5f4bdc2dac148b458e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c6f", - "_tpl": "55802d5f4bdc2dac148b458e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c6f", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "5ac66e5a86f774044a31c215", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c70", - "_tpl": "57da93632459771cb65bf83f" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102c70", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bb3d86f77411ea361a21 startedMessageText", - "status": 0, - "successMessageText": "5a27bb3d86f77411ea361a21 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "5a27bb5986f7741dfb660900": { - "QuestName": "Cargo X - Part 3", - "_id": "5a27bb5986f7741dfb660900", - "acceptPlayerMessage": "5a27bb5986f7741dfb660900 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bb5986f7741dfb660900 changeQuestMessageText", - "completePlayerMessage": "5a27bb5986f7741dfb660900 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba7e386f7744df8669f41", - "target": "place_peacemaker_009_3_N1", - "value": 1 - } - ], - "id": "5a3ba7db86f7744f0e568c9b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba7db86f7744f0e568c9c", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a37de5f86f77415714477ac", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a37de6586f774150a3820f1", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5a37de5486f7741535394d68" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a37de5486f7741535394d69", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60a8d086f77455b416fb7e", - "target": "5a3ba7db86f7744f0e568c9c" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a72ba86f7745a9d6892fd", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a281a8386f77462f9653a8e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bb3d86f77411ea361a21", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bb5986f7741dfb660900 declinePlayerMessage", - "description": "5a27bb5986f7741dfb660900 description", - "failMessageText": "5a27bb5986f7741dfb660900 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/597a172486f774799e5cd153.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bb5986f7741dfb660900 name", - "note": "5a27bb5986f7741dfb660900 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6ee7af2e5506c37822a6", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8400 - }, - { - "availableInGameEditions": [], - "id": "60cc6ee965e4664318606add", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a281ab686f77460d76ef746", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c9d", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 900 - } - } - ], - "target": "67eb506040b1947a72102c9d", - "type": "Item", - "unknown": false, - "value": 900 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6f1877dc197c774254b4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c9e", - "_tpl": "5ba26383d4351e00334c93d9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c9f", - "_tpl": "5ba264f6d4351e0034777d52", - "parentId": "67eb506040b1947a72102c9e", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102ca0", - "_tpl": "5ba26acdd4351e003562908e", - "parentId": "67eb506040b1947a72102c9e", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102ca1", - "_tpl": "5ba26b01d4351e0085325a51", - "parentId": "67eb506040b1947a72102c9e", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102ca2", - "_tpl": "5ba26b17d4351e00367f9bdd", - "parentId": "67eb506040b1947a72102c9e", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102ca3", - "_tpl": "5bcf0213d4351e0085327c17", - "parentId": "67eb506040b1947a72102c9e", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a72102c9e", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bb5986f7741dfb660900 startedMessageText", - "status": 0, - "successMessageText": "5a27bb5986f7741dfb660900 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Multi" - }, - "5a27bb8386f7741c770d2d0a": { - "QuestName": "Wet Job - Part 1", - "_id": "5a27bb8386f7741c770d2d0a", - "acceptPlayerMessage": "5a27bb8386f7741c770d2d0a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bb8386f7741c770d2d0a changeQuestMessageText", - "completePlayerMessage": "5a27bb8386f7741c770d2d0a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5a281d9686f7743fe44eac8b", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5c07c60e0db834002330051f", - "5447a9cd4bdc2dbd208b4567", - "5d43021ca4b9362eab4b5e25" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "55d614004bdc2d86028b4568" - ], - [ - "59bffbb386f77435b379b9c2" - ], - [ - "55d6190f4bdc2d87028b4567" - ], - [ - "5c7955c22e221644f31bfd5e" - ], - [ - "57da93632459771cb65bf83f" - ], - [ - "57dbb57e2459774673234890" - ], - [ - "5a9fbb84a2750c00137fa685" - ], - [ - "5a34fe59c4a282000b1521a2" - ], - [ - "5cff9e5ed7ad1a09407397d4" - ], - [ - "5ea172e498dacb342978818e" - ], - [ - "5ea17bbc09aa976f2e7a51cd" - ], - [ - "5d44064fa4b9361e4f6eb8b5" - ], - [ - "60926df0132d4d12c81fd9df" - ], - [ - "626673016f1edc06f30cf6d5" - ], - [ - "638612b607dfed1ccb7206ba" - ], - [ - "63877c99e785640d436458ea" - ], - [ - "673f0b36536d64240f01acd6" - ], - [ - "673f0a9370a3ddcf0d0ee0b8" - ], - [ - "673f0a38259f5945d70e43a6" - ] - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a281d9f86f774418b7eff14", - "target": [ - "Shoreline" - ] - } - ], - "id": "5a281d8e86f77444dc7a2844" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c9de99286f7741ced54c902", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a72c786f7745a7e19f661", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a281d5086f7743fe44eac83", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bafb86f7741c73584017", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bb8386f7741c770d2d0a declinePlayerMessage", - "description": "5a27bb8386f7741c770d2d0a description", - "failMessageText": "5a27bb8386f7741c770d2d0a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bb8386f7741c770d2d0a name", - "note": "5a27bb8386f7741c770d2d0a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6f40af2e5506c37822a7", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11400 - }, - { - "availableInGameEditions": [], - "id": "60cc6f4465e4664318606ade", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc6f4d3e4e974efa345d0f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ad2", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1100 - } - } - ], - "target": "67eb506040b1947a72102ad2", - "type": "Item", - "unknown": false, - "value": 1100 - }, - { - "availableInGameEditions": [], - "id": "655b75adc023e22044165de9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ad4", - "_tpl": "619636be6db0f2477964e710", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102ad5", - "_tpl": "619636be6db0f2477964e710", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102ad5", - "traderId": 10, + "id": "655b71861fe356507267b2f7", "type": "ProductionScheme", - "unknown": false - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6f5f8f570e28f148114b", "index": 0, + "target": "68010065f81036801d0b1f94", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72102ad7", - "_tpl": "61bf7c024770ee6f9c6b8b53", + "_id": "68010065f81036801d0b1f92", + "_tpl": "56dff2ced2720bb4668b4567", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 60 } }, { - "_id": "67eb506040b1947a72102ad8", - "_tpl": "61bf7c024770ee6f9c6b8b53", + "_id": "68010065f81036801d0b1f93", + "_tpl": "56dff2ced2720bb4668b4567", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 60 } - } - ], - "target": "67eb506040b1947a72102ad8", - "type": "Item", - "unknown": true, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bb8386f7741c770d2d0a startedMessageText", - "status": 0, - "successMessageText": "5a27bb8386f7741c770d2d0a successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "5a27bbf886f774333a418eeb": { - "QuestName": "Wet Job - Part 2", - "_id": "5a27bbf886f774333a418eeb", - "acceptPlayerMessage": "5a27bbf886f774333a418eeb acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bbf886f774333a418eeb changeQuestMessageText", - "completePlayerMessage": "5a27bbf886f774333a418eeb completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3ba97d86f77459df27d111", - "target": "place_peacemaker_010_2", - "value": 1 - } - ], - "id": "5a3ba97386f77459df27d10d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3ba97386f77459df27d10e", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a281efe86f7745bc42005cc", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_010_2" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a37dc1686f7745cdd0f7a99", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a37dc1d86f7745b8f4bec7f", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5a37dc0c86f77469da071ef1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a37dc0c86f77469da071ef2", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ + }, { - "conditionType": "CompleteCondition", - "id": "5a60a8ba86f77455b416fb7a", - "target": "5a281efe86f7745bc42005cc" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a72d786f7745a9e0647ef", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a281e2d86f774514f080534", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bb8386f7741c770d2d0a", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bbf886f774333a418eeb declinePlayerMessage", - "description": "5a27bbf886f774333a418eeb description", - "failMessageText": "5a27bbf886f774333a418eeb failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bbf886f774333a418eeb name", - "note": "5a27bbf886f774333a418eeb note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc6f9165e4664318606ae0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9700 - }, - { - "availableInGameEditions": [], - "id": "60cc6f95a7d63f18200a24cd", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a28244986f7741d5b719649", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210298d", - "_tpl": "5696686a4bdc2da3298b456a", + "_id": "68010065f81036801d0b1f94", + "_tpl": "56dff2ced2720bb4668b4567", "upd": { - "StackObjectsCount": 1300 + "StackObjectsCount": 60 } } ], - "target": "67eb506040b1947a7210298d", - "type": "Item", - "unknown": false, - "value": 1300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6ff73e4e974efa345d15", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210298f", - "_tpl": "5f5e467b0bc58666c37e7821", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210298f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac66eb986f77403de1f5d09", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102990", - "_tpl": "59c1383d86f774290a37e0ca" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102990", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "655b90e97f92d5105c6f7b7d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102991", - "_tpl": "5d5e7d28a4b936645d161203" - } - ], "loyaltyLevel": 2, - "target": "67eb506040b1947a72102991", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bbf886f774333a418eeb startedMessageText", - "status": 0, - "successMessageText": "5a27bbf886f774333a418eeb successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "5a27bc1586f7741f6d40fa2f": { - "QuestName": "Wet Job - Part 3", - "_id": "5a27bc1586f7741f6d40fa2f", - "acceptPlayerMessage": "5a27bc1586f7741f6d40fa2f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bc1586f7741f6d40fa2f changeQuestMessageText", - "completePlayerMessage": "5a27bc1586f7741f6d40fa2f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ + "traderId": 10 + }, { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a3baa3886f7743c452c8896", - "target": "place_peacemaker_010_3", - "value": 1 - } - ], - "id": "5a3baa2586f7745b791b72f9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3baa2586f7745b791b72fa", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", + "availableInGameEditions": [], "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a37db4a86f7745cdd0f7a8a", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a37db5386f7743b3d3fcfdf", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5a37db0c86f7745b8f4be689" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a37db0c86f7745b8f4be68a", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60a8aa86f77455b416fb76", - "target": "5a3baa2586f7745b791b72fa" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a72e886f7745b18478f1d", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28210586f7740a2452494b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bbf886f774333a418eeb", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bc1586f7741f6d40fa2f declinePlayerMessage", - "description": "5a27bc1586f7741f6d40fa2f description", - "failMessageText": "5a27bc1586f7741f6d40fa2f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bc1586f7741f6d40fa2f name", - "note": "5a27bc1586f7741f6d40fa2f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc702ff09d61072d6d00af", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8200 - }, - { - "availableInGameEditions": [], - "id": "60cc7032e3d0247e625dab5c", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a28245e86f77459775b38b2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e35", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1500 - } - } - ], - "target": "67eb506040b1947a72102e35", + "id": "59c62ae086f7745d8d52e20e", "type": "Item", - "unknown": false, - "value": 1500 - }, - { - "availableInGameEditions": [], + "index": 0, + "target": "68010065f81036801d0b1f95", + "unknown": true, "findInRaid": true, - "id": "60cc704b6a2a1958fc5231f4", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72102e37", - "_tpl": "5dfe6104585a0c3e995c7b82", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e37", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b90dac79848521a743acd4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e38", - "_tpl": "5bb2475ed4351e00853264e3", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a72102e39", - "_tpl": "5bb20e0ed4351e3bac1212dc", - "parentId": "67eb506040b1947a72102e38", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102e3a", - "_tpl": "5c05413a0db834001c390617", - "parentId": "67eb506040b1947a72102e38", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102e3b", - "_tpl": "5bb20d53d4351e4502010a69", - "parentId": "67eb506040b1947a72102e38", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102e3c", - "_tpl": "5bb20d9cd4351e00334c9d8a", - "parentId": "67eb506040b1947a72102e3b", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102e3d", - "_tpl": "544a38634bdc2d58388b4568", - "parentId": "67eb506040b1947a72102e3c", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102e3e", - "_tpl": "5bb20dcad4351e3bac1212da", - "parentId": "67eb506040b1947a72102e3c", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102e3f", - "_tpl": "5bb20de5d4351e0035629e59", - "parentId": "67eb506040b1947a72102e3b", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102e40", - "_tpl": "5bb20e49d4351e3bac1212de", - "parentId": "67eb506040b1947a72102e3b", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102e41", - "_tpl": "5bb20e58d4351e00320205d7", - "parentId": "67eb506040b1947a72102e38", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102e42", - "_tpl": "5bb20e70d4351e0035629f8f", - "parentId": "67eb506040b1947a72102e41", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102e43", - "_tpl": "5bb20dbcd4351e44f824c04e", - "parentId": "67eb506040b1947a72102e38", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102e38", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bc1586f7741f6d40fa2f startedMessageText", - "status": 0, - "successMessageText": "5a27bc1586f7741f6d40fa2f successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "5a27bc3686f7741c73584026": { - "QuestName": "Wet Job - Part 4", - "_id": "5a27bc3686f7741c73584026", - "acceptPlayerMessage": "5a27bc3686f7741c73584026 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bc3686f7741c73584026 changeQuestMessageText", - "completePlayerMessage": "5a27bc3686f7741c73584026 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28221e86f7741d5b719624", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a29357286f77409c705e025" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28223786f7741c7a0b5401", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a29357286f77409c705e025" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60aab686f77455b6481cb5", - "target": "5a28221e86f7741d5b719624" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a72f686f7745b18478f21", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28219186f7740a24524962", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bc1586f7741f6d40fa2f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bc3686f7741c73584026 declinePlayerMessage", - "description": "5a27bc3686f7741c73584026 description", - "failMessageText": "5a27bc3686f7741c73584026 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bc3686f7741c73584026 name", - "note": "5a27bc3686f7741c73584026 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc70a98f570e28f1481153", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8300 - }, - { - "availableInGameEditions": [], - "id": "60cc70aca7d63f18200a24d6", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc70b365e4664318606ae6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b3e", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1700 - } - } - ], - "target": "67eb506040b1947a72102b3e", - "type": "Item", - "unknown": false, - "value": 1700 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc70c465e4664318606ae8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b40", - "_tpl": "5a80a29286f7742b25692012", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b40", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b90d8f7bdcb1576b1226c7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b41", - "_tpl": "5dcbd56fdbd3d91b3e5468d5", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a72102b42", - "_tpl": "5dcbd6dddbd3d91b3e5468de", - "parentId": "67eb506040b1947a72102b41", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102b43", - "_tpl": "5a3501acc4a282000d72293a", - "parentId": "67eb506040b1947a72102b41", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102b44", - "_tpl": "5dcbd6b46ec07c0c4347a564", - "parentId": "67eb506040b1947a72102b41", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102b45", - "_tpl": "5dcbe9431e1f4616d354987e", - "parentId": "67eb506040b1947a72102b41", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102b46", - "_tpl": "5dcbe965e4ed22586443a79d", - "parentId": "67eb506040b1947a72102b45", - "slotId": "mod_muzzle" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102b41", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bc3686f7741c73584026 startedMessageText", - "status": 0, - "successMessageText": "5a27bc3686f7741c73584026 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5a27bc6986f7741c7358402b": { - "QuestName": "Wet Job - Part 5", - "_id": "5a27bc6986f7741c7358402b", - "acceptPlayerMessage": "5a27bc6986f7741c7358402b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bc6986f7741c7358402b changeQuestMessageText", - "completePlayerMessage": "5a27bc6986f7741c7358402b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2e958d86f77416be092111", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a29276886f77435ed1b117c" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a2822de86f7740a245249ce", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a29276886f77435ed1b117c" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a60ae9386f7742b4659eb6d", - "target": "5a2e958d86f77416be092111" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a730586f7745aa21a06e5", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28226686f7741da250b356", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bc3686f7741c73584026", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bc6986f7741c7358402b declinePlayerMessage", - "description": "5a27bc6986f7741c7358402b description", - "failMessageText": "5a27bc6986f7741c7358402b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a27bc6986f7741c7358402b name", - "note": "5a27bc6986f7741c7358402b note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc711065e4664318606ae9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8400 - }, - { - "availableInGameEditions": [], - "id": "60cc71136a2a1958fc5231f8", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc7118a7d63f18200a24d8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d34", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1700 - } - } - ], - "target": "67eb506040b1947a72102d34", - "type": "Item", - "unknown": false, - "value": 1700 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc712ba7d63f18200a24d9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d3a", - "_tpl": "5c0e655586f774045612eeb2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d3b", - "_tpl": "6570e025615f54368b04fcb0", - "parentId": "67eb506040b1947a72102d3a", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102d3c", - "_tpl": "6570e0610b57c03ec90b96ef", - "parentId": "67eb506040b1947a72102d3a", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102d3d", - "_tpl": "656fad8c498d1b7e3e071da0", - "parentId": "67eb506040b1947a72102d3a", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102d3e", - "_tpl": "656fad8c498d1b7e3e071da0", - "parentId": "67eb506040b1947a72102d3a", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102d3a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5ac66f1c86f77405cd5462db", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d3f", - "_tpl": "5a367e5dc4a282000e49738f", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72102d40", - "_tpl": "5a339805c4a2826c6e06d73d", - "parentId": "67eb506040b1947a72102d3f", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102d41", - "_tpl": "5a3501acc4a282000d72293a", - "parentId": "67eb506040b1947a72102d3f", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d42", - "_tpl": "5a33ca0fc4a282000d72292f", - "parentId": "67eb506040b1947a72102d3f", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d43", - "_tpl": "5a33cae9c4a28232980eb086", - "parentId": "67eb506040b1947a72102d42", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d44", - "_tpl": "5a329052c4a28200741e22d3", - "parentId": "67eb506040b1947a72102d3f", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102d45", - "_tpl": "5a34fae7c4a2826c6e06d760", - "parentId": "67eb506040b1947a72102d3f", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102d46", - "_tpl": "5a34fd2bc4a282329a73b4c5", - "parentId": "67eb506040b1947a72102d45", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102d47", - "_tpl": "5a34fbadc4a28200741e230a", - "parentId": "67eb506040b1947a72102d45", - "slotId": "mod_gas_block" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102d3f", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "60b8efc547780a0bac0dba1a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d48", - "_tpl": "60098ad7c2240c0fe85c570a" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102d48", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27bc6986f7741c7358402b startedMessageText", - "status": 0, - "successMessageText": "5a27bc6986f7741c7358402b successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5a27bc8586f7741b543d8ea4": { - "QuestName": "Wet Job - Part 6", - "_id": "5a27bc8586f7741b543d8ea4", - "acceptPlayerMessage": "5a27bc8586f7741b543d8ea4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27bc8586f7741b543d8ea4 changeQuestMessageText", - "completePlayerMessage": "5a27bc8586f7741b543d8ea4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28235e86f7741da250b438", - "index": 0, - "parentId": "", - "target": "Sniper", - "value": 7, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a731486f7745a7e19f66e", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a28231086f7741c7a0b5419", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bc6986f7741c7358402b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27bc8586f7741b543d8ea4 declinePlayerMessage", - "description": "5a27bc8586f7741b543d8ea4 description", - "failMessageText": "5a27bc8586f7741b543d8ea4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5967532b86f77461fb2f333a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a27bc8586f7741b543d8ea4 name", - "note": "5a27bc8586f7741b543d8ea4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc71b298b49270603645cb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8500 - }, - { - "availableInGameEditions": [], - "id": "60cc71b6a7d63f18200a24da", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a36631886f7745d8c4c5f18", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e8f", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 3500 - } - } - ], - "target": "67eb506040b1947a72102e8f", - "type": "Item", - "unknown": false, - "value": 3500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a36643686f7745d8d3df63c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e90", + "_id": "68010065f81036801d0b1f95", "_tpl": "588892092459774ac91d4b11", "upd": { "StackObjectsCount": 1 } }, { - "_id": "67eb506040b1947a72102e91", + "_id": "68010065f81036801d0b1f96", "_tpl": "5888988e24597752fe43a6fa", - "parentId": "67eb506040b1947a72102e90", + "parentId": "68010065f81036801d0b1f95", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72102e92", - "_tpl": "5888945a2459774bf43ba385", - "parentId": "67eb506040b1947a72102e90", + "_id": "68010065f81036801d0b1f97", + "_tpl": "5888956924597752983e182d", + "parentId": "68010065f81036801d0b1f95", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72102e93", - "_tpl": "58889c7324597754281f9439", - "parentId": "67eb506040b1947a72102e92", + "_id": "68010065f81036801d0b1f98", + "_tpl": "5888996c24597754281f9419", + "parentId": "68010065f81036801d0b1f97", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72102e94", - "_tpl": "5888961624597754281f93f3", - "parentId": "67eb506040b1947a72102e92", - "slotId": "mod_bipod" + "_id": "68010065f81036801d0b1f99", + "_tpl": "5888976c24597754281f93f5", + "parentId": "68010065f81036801d0b1f97", + "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a72102e95", + "_id": "68010065f81036801d0b1f9a", "_tpl": "57c55f172459772d27602381", - "parentId": "67eb506040b1947a72102e90", + "parentId": "68010065f81036801d0b1f95", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a72102e96", + "_id": "68010065f81036801d0b1f9b", "_tpl": "58889d0c2459775bc215d981", - "parentId": "67eb506040b1947a72102e90", + "parentId": "68010065f81036801d0b1f95", "slotId": "mod_stock" } - ], - "target": "67eb506040b1947a72102e90", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc71fe98b49270603645cc", + "value": 0.02, + "id": "60c8a0e01f21c1669a48c321", + "type": "TraderStanding", "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e99", - "_tpl": "6570254fcfc010a0f5006a22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e9a", - "_tpl": "5a6086ea4f39f99cd479502f", - "parentId": "67eb506040b1947a72102e99", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e9b", - "_tpl": "6570254fcfc010a0f5006a22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e9c", - "_tpl": "5a6086ea4f39f99cd479502f", - "parentId": "67eb506040b1947a72102e9b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e9d", - "_tpl": "6570254fcfc010a0f5006a22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e9e", - "_tpl": "5a6086ea4f39f99cd479502f", - "parentId": "67eb506040b1947a72102e9d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102e9d", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "60b90d760bf7804a340175a4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e9f", - "_tpl": "5e81ebcd8e146c7080625e15", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72102ea0", - "_tpl": "571659bb2459771fb2755a12", - "parentId": "67eb506040b1947a72102e9f", - "slotId": "mod_pistol_grip" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102e9f", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "66abac6ac84cc7141324eedc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ea2", - "_tpl": "5a6086ea4f39f99cd479502f", - "upd": { - "StackObjectsCount": 40 - } - }, - { - "_id": "67eb506040b1947a72102ea3", - "_tpl": "5a6086ea4f39f99cd479502f", - "upd": { - "StackObjectsCount": 40 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102ea3", - "traderId": 10, - "type": "ProductionScheme", + "target": "58330581ace78e27b8b10cee", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5a27bc8586f7741b543d8ea4 startedMessageText", - "status": 0, - "successMessageText": "5a27bc8586f7741b543d8ea4 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Skill" - }, - "5a27c99a86f7747d2c6bdd8e": { - "QuestName": "Friend From the West - Part 1", - "_id": "5a27c99a86f7747d2c6bdd8e", - "acceptPlayerMessage": "5a27c99a86f7747d2c6bdd8e acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5d6fb2c086f77449da599c24": { + "QuestName": "An Apple a Day Keeps the Doctor Away", + "_id": "5d6fb2c086f77449da599c24", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27c99a86f7747d2c6bdd8e changeQuestMessageText", - "completePlayerMessage": "5a27c99a86f7747d2c6bdd8e completePlayerMessage", + "acceptPlayerMessage": "5d6fb2c086f77449da599c24 acceptPlayerMessage", + "changeQuestMessageText": "5d6fb2c086f77449da599c24 changeQuestMessageText", + "completePlayerMessage": "5d6fb2c086f77449da599c24 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d6fb8a886f77449db3db8b6", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5449016a4bdc2d6f028b456f" + ], + "globalQuestCounterId": "", + "value": 400000, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d77c61786f7742fa732bf12", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68667486f7742607157d28", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d6fb2c086f77449da599c24 description", + "failMessageText": "5d6fb2c086f77449da599c24 failMessageText", + "declinePlayerMessage": "5d6fb2c086f77449da599c24 declinePlayerMessage", + "name": "5d6fb2c086f77449da599c24 name", + "note": "5d6fb2c086f77449da599c24 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d6fb2c086f77449da599c24 startedMessageText", + "successMessageText": "5d6fb2c086f77449da599c24 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 200, + "id": "5d78cd7a86f77408b7023d42", + "type": "Skill", + "index": 0, + "target": "Health", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5936d90786f7742b1420ba5b": { + "QuestName": "Debut", + "_id": "5936d90786f7742b1420ba5b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5936d90786f7742b1420ba5b acceptPlayerMessage", + "changeQuestMessageText": "5936d90786f7742b1420ba5b changeQuestMessageText", + "completePlayerMessage": "5936d90786f7742b1420ba5b completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5967379186f77463860dadd5", "conditions": [ { - "bodyPart": [], + "id": "5967379786f774620e763ea8", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5a27cca486f774484123d315", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Usec", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "5a27cc8186f7744c8166c6e9" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5be0198686f774595412d9c4", + "id": "5967379186f77463860dadd6", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 7, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec137dcc367fc6781104613", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "59f32c3b86f77472a31742f0", - "6662ea05f6259762c56f3189", - "6662e9f37fa79a6d83730fa0", - "6764207f2fa5e32733055c4a", - "6764202ae307804338014c1a" - ], - "value": 7, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a717086f7745a9e0647b8", - "index": 0, - "parentId": "", - "value": 9, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a340591e21260da44a01eb", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "596b36c586f77450d6045ad2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27c99a86f7747d2c6bdd8e declinePlayerMessage", - "description": "5a27c99a86f7747d2c6bdd8e description", - "failMessageText": "5a27c99a86f7747d2c6bdd8e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a27c99a86f7747d2c6bdd8e name", - "note": "5a27c99a86f7747d2c6bdd8e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8bf4d9bdefb3130121b0f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "id": "60c8bf529339363e8f0c6ae1", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.06 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a27d14286f7747e2b71be55", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034ca", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 700 - } - } - ], - "target": "67eb506040b1947a721034ca", - "type": "Item", - "unknown": false, - "value": 700 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5f66f09d61072d6cf235", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034cb", - "_tpl": "5c07c60e0db834002330051f", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 2 - } - }, - { - "_id": "67eb506040b1947a721034cc", - "_tpl": "5c0e2ff6d174af02a1659d4a", - "parentId": "67eb506040b1947a721034cb", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721034cd", - "_tpl": "5aaa5e60e5b5b000140293d6", - "parentId": "67eb506040b1947a721034cb", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721034ce", - "_tpl": "5c0e2f26d174af02a9625114", - "parentId": "67eb506040b1947a721034cb", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721034cf", - "_tpl": "5c0e2f94d174af029f650d56", - "parentId": "67eb506040b1947a721034ce", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721034d0", - "_tpl": "5c0fafb6d174af02a96260ba", - "parentId": "67eb506040b1947a721034cf", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721034d1", - "_tpl": "5ae30e795acfc408fb139a0b", - "parentId": "67eb506040b1947a721034cf", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a721034d2", - "_tpl": "5c0e2f5cd174af02a012cfc9", - "parentId": "67eb506040b1947a721034ce", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721034d3", - "_tpl": "5c0faeddd174af02a962601f", - "parentId": "67eb506040b1947a721034cb", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721034d4", - "_tpl": "5c0faf68d174af02a96260b8", - "parentId": "67eb506040b1947a721034cb", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a721034cb", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5f50e3d0247e625da18b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034d7", - "_tpl": "657024e3c5d7d4cb4d07856a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034d8", - "_tpl": "54527ac44bdc2d36668b4567", - "parentId": "67eb506040b1947a721034d7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a721034d7", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec19dae63c779220d381adf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034da", - "_tpl": "59faf7ca86f7740dbe19f6c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034da", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27c99a86f7747d2c6bdd8e startedMessageText", - "status": 0, - "successMessageText": "5a27c99a86f7747d2c6bdd8e successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "5a27d2af86f7744e1115b323": { - "QuestName": "Friend From the West - Part 2", - "_id": "5a27d2af86f7744e1115b323", - "acceptPlayerMessage": "5a27d2af86f7744e1115b323 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a27d2af86f7744e1115b323 changeQuestMessageText", - "completePlayerMessage": "5a27d2af86f7744e1115b323 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27d34586f7744e1115b327", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5696686a4bdc2da3298b456a" - ], - "value": 5000, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a3a718086f7745a9d6892d9", - "index": 0, - "parentId": "", - "value": 9, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a27d30186f7742d94339bee", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27c99a86f7747d2c6bdd8e", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a27d2af86f7744e1115b323 declinePlayerMessage", - "description": "5a27d2af86f7744e1115b323 description", - "failMessageText": "5a27d2af86f7744e1115b323 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a27d2af86f7744e1115b323 name", - "note": "5a27d2af86f7744e1115b323 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8bf6a80b2027f403dd99d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "id": "60c8bf7083161b326c471114", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "id": "62a64edda9a0ea77981b54ff", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103445", - "_tpl": "5fb64bc92b1b027b1f50bcf2", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72103446", - "_tpl": "5fb651b52b1b027b1f50bcff", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103447", - "_tpl": "5fb6567747ce63734e3fa1dc", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103448", - "_tpl": "5fb6564947ce63734e3fa1da", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103449", - "_tpl": "5fb6558ad6f0b2136f2d7eb7", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210344a", - "_tpl": "5fb65363d1409e5ca04b54f5", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210344b", - "_tpl": "5fb6548dd1409e5ca04b54f9", - "parentId": "67eb506040b1947a7210344a", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210344c", - "_tpl": "5fbb976df9986c4cff3fe5f2", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a7210344d", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a7210344e", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72103445", - "slotId": "mod_mount_002" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103445", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a27d2af86f7744e1115b323 startedMessageText", - "status": 0, - "successMessageText": "5a27d2af86f7744e1115b323 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Merchant" - }, - "5a68661a86f774500f48afb0": { - "QuestName": "Health Care Privacy - Part 1", - "_id": "5a68661a86f774500f48afb0", - "acceptPlayerMessage": "5a68661a86f774500f48afb0 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a68661a86f774500f48afb0 changeQuestMessageText", - "completePlayerMessage": "5a68661a86f774500f48afb0 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a6873bc86f7741f8d4589a3", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "ter_013_area_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a6873d786f7743ad1151d6e", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "ter_013_area_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a6873ec86f7743cc55d8622", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "ter_013_area_3" - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "655c910041c8b6026a6798be", - "index": 0, - "parentId": "", - "value": 20, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a841a3386f7746d5f558010", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5969f9e986f7741dde183a50", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a68661a86f774500f48afb0 declinePlayerMessage", - "description": "5a68661a86f774500f48afb0 description", - "failMessageText": "5a68661a86f774500f48afb0 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a68661a86f774500f48afb0 name", - "note": "5a68661a86f774500f48afb0 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c4142238043a5267864e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4800 - }, - { - "availableInGameEditions": [], - "id": "60c8c4239bdefb3130121b13", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a68841f86f7745fa823f724", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030a1", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 22000 - } - } - ], - "target": "67eb506040b1947a721030a1", - "type": "Item", - "unknown": false, - "value": 22000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ac6651486f774056c780961", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030a3", - "_tpl": "590c678286f77426c9660122", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030a4", - "_tpl": "590c678286f77426c9660122", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030a4", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5ac6652f86f774056634a223", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030a5", - "_tpl": "590c678286f77426c9660122" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721030a5", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a68661a86f774500f48afb0 startedMessageText", - "status": 0, - "successMessageText": "5a68661a86f774500f48afb0 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "5a68663e86f774501078f78a": { - "QuestName": "Health Care Privacy - Part 2", - "_id": "5a68663e86f774501078f78a", - "acceptPlayerMessage": "5a68663e86f774501078f78a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a68663e86f774501078f78a changeQuestMessageText", - "completePlayerMessage": "5a68663e86f774501078f78a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68760f86f7743cc55d8709", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a6860d886f77411cd3a9e47" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68763786f77474c33a40a1", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a6860d886f77411cd3a9e47" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a68763d86f77441160f378b", - "target": "5a68760f86f7743cc55d8709" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a68765786f77474c33a40a3", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a68765d86f77441160f3790", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5a68764c86f77474c4269f3b" - }, "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5a68764c86f77474c4269f3c", - "index": 2, + "value": 5, + "visibilityConditions": [], "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a68766486f77423391f38c7", - "target": "5a68760f86f7743cc55d8709" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a6875ce86f77441160f377c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68661a86f774500f48afb0", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a68663e86f774501078f78a declinePlayerMessage", - "description": "5a68663e86f774501078f78a description", - "failMessageText": "5a68663e86f774501078f78a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5a68663e86f774501078f78a name", - "note": "5a68663e86f774501078f78a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c443a0b5c924fc6e9d56", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60c8c4661f21c1669a48c334", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a68860886f7745fa74103e8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210333f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 24000 - } - } - ], - "target": "67eb506040b1947a7210333f", - "type": "Item", - "unknown": false, - "value": 24000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a6885dc86f7745fa9319c55", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103341", - "_tpl": "544fb45d4bdc2dee738b4568", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103342", - "_tpl": "544fb45d4bdc2dee738b4568", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103343", - "_tpl": "544fb45d4bdc2dee738b4568", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103344", - "_tpl": "544fb45d4bdc2dee738b4568", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103344", - "type": "Item", - "unknown": false, - "value": 4 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a68663e86f774501078f78a startedMessageText", - "status": 0, - "successMessageText": "5a68663e86f774501078f78a successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "5a68665c86f774255929b4c7": { - "QuestName": "Health Care Privacy - Part 3", - "_id": "5a68665c86f774255929b4c7", - "acceptPlayerMessage": "5a68665c86f774255929b4c7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a68665c86f774255929b4c7 changeQuestMessageText", - "completePlayerMessage": "5a68665c86f774255929b4c7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a68772286f774284429b156", - "target": "ter_015_area_1", - "value": 1 - } - ], - "id": "5a68770f86f774747d4b0d8a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68770f86f774747d4b0d8b", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68776786f774759f1f55f6", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a687e7886f7740c4a5133fb" - ], - "value": 1, - "visibilityConditions": [] + "isResetOnConditionFailed": false }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68777586f774747d4b0d9e", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5a687e7886f7740c4a5133fb" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a68777b86f77474c4269f5f", - "target": "5a68776786f774759f1f55f6" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5a68779586f77474c4269f64", - "target": [ - "Woods" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5a68779d86f774284429b169", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5a68778c86f77423391f38ef" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68778c86f77423391f38f0", + "id": "596737cb86f77463a8115efd", "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5a6877a986f774759f1f5600", - "target": "5a68776786f774759f1f55f6" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a6876ed86f77474f4381206", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68663e86f774501078f78a", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a68665c86f774255929b4c7 declinePlayerMessage", - "description": "5a68665c86f774255929b4c7 description", - "failMessageText": "5a68665c86f774255929b4c7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5a68665c86f774255929b4c7 name", - "note": "5a68665c86f774255929b4c7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c4832238043a5267864f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60c8c4b89bdefb3130121b16", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a68869386f7745fa7410407", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103124", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 26000 - } - } - ], - "target": "67eb506040b1947a72103124", - "type": "Item", - "unknown": false, - "value": 26000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ac6658a86f77403df401d13", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103126", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103127", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103127", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb70cb65e4664318606abe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103129", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210312a", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210312a", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5ac6659886f774066f04bd4d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210312b", - "_tpl": "544fb3f34bdc2d03748b456a" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a7210312b", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a68665c86f774255929b4c7 startedMessageText", - "status": 0, - "successMessageText": "5a68665c86f774255929b4c7 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "5a68667486f7742607157d28": { - "QuestName": "Health Care Privacy - Part 4", - "_id": "5a68667486f7742607157d28", - "acceptPlayerMessage": "5a68667486f7742607157d28 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a68667486f7742607157d28 changeQuestMessageText", - "completePlayerMessage": "5a68667486f7742607157d28 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a6878e886f7745e65687985", - "index": 0, - "parentId": "", - "target": "Health", - "value": 4, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68780786f7741f977638c2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68665c86f774255929b4c7", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a68667486f7742607157d28 declinePlayerMessage", - "description": "5a68667486f7742607157d28 description", - "failMessageText": "5a68667486f7742607157d28 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5a68667486f7742607157d28 name", - "note": "5a68667486f7742607157d28 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c4cba0b5c924fc6e9d57", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6000 - }, - { - "availableInGameEditions": [], - "id": "60c8c4cf1f21c1669a48c335", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a68872c86f77472c17ca5cf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103234", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 29000 - } - } - ], - "target": "67eb506040b1947a72103234", - "type": "Item", - "unknown": false, - "value": 29000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5a68871286f77430c15bc4c9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103236", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103237", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103237", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb71186a2a1958fc522d0c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103239", - "_tpl": "59e3606886f77417674759a5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210323a", - "_tpl": "59e3606886f77417674759a5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210323a", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a68667486f7742607157d28 startedMessageText", - "status": 0, - "successMessageText": "5a68667486f7742607157d28 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Skill" - }, - "5a68669a86f774255929b4d4": { - "QuestName": "Health Care Privacy - Part 5", - "_id": "5a68669a86f774255929b4d4", - "acceptPlayerMessage": "5a68669a86f774255929b4d4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5a68669a86f774255929b4d4 changeQuestMessageText", - "completePlayerMessage": "5a68669a86f774255929b4d4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5a6879cf86f7745f5c382c3e", - "target": "ter_017_area_1", - "value": 1 - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5dbabe4f5c1333728b71deb4", - "target": [ - "factory4_night" - ] - } - ], - "id": "5a6879be86f774284429b1ba" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a6879be86f774284429b1bb", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a687a1c86f7745f2152168c", - "index": 2, "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "590c5a7286f7747884343aea" - ], - "value": 3, - "visibilityConditions": [], - "zoneId": "ter_017_area_1" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5a68793b86f77423391f3926", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68667486f7742607157d28", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5a68669a86f774255929b4d4 declinePlayerMessage", - "description": "5a68669a86f774255929b4d4 description", - "failMessageText": "5a68669a86f774255929b4d4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "59fc81d786f774390775787e", - "name": "5a68669a86f774255929b4d4 name", - "note": "5a68669a86f774255929b4d4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c4f080b2027f403dd9a1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7300 - }, - { - "availableInGameEditions": [], - "id": "60c8c4fea0b5c924fc6e9d58", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5a6887c686f77472c17ca5ed", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103432", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a72103432", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ac665d286f77405d472939f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103434", - "_tpl": "5aafbcd986f7745e590fff23", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103434", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5a68669a86f774255929b4d4 startedMessageText", - "status": 0, - "successMessageText": "5a68669a86f774255929b4d4 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Multi" - }, - "5ac23c6186f7741247042bad": { - "QuestName": "Gunsmith - Part 1", - "_id": "5ac23c6186f7741247042bad", - "acceptPlayerMessage": "5ac23c6186f7741247042bad acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac23c6186f7741247042bad changeQuestMessageText", - "completePlayerMessage": "5ac23c6186f7741247042bad completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 47 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "55818b164bdc2ddc698b456c" - ], - "height": { - "compareMethod": "<=", - "value": 1 - }, - "id": "5accd5e386f77463027e9397", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 5 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 850 - }, "target": [ "54491c4f4bdc2db1078b4568" ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": "<=", - "value": 4 - } + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afb227c898a131e1cff88", + "id": "658471a72957dfa0e01552d1", "index": 0, "parentId": "", - "value": 2, + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 1, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6584716a8540aea26decc8c0", + "id": "658471a35740d10d154dac8f", "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "657315df034d76585f032e01", "status": [ 4, 5 ], - "target": "657315e4a6af4ab4b50f3459", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5ac23c6186f7741247042bad declinePlayerMessage", - "description": "5ac23c6186f7741247042bad description", - "failMessageText": "5ac23c6186f7741247042bad failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dc0486f77442000164e5.jpg", - "instantComplete": false, - "isKey": false, + "description": "5936d90786f7742b1420ba5b description", + "failMessageText": "5936d90786f7742b1420ba5b failMessageText", + "declinePlayerMessage": "5936d90786f7742b1420ba5b declinePlayerMessage", + "name": "5936d90786f7742b1420ba5b name", + "note": "5936d90786f7742b1420ba5b note", + "traderId": "54cb50c76803fa8b248b4571", "location": "any", - "name": "5ac23c6186f7741247042bad name", - "note": "5ac23c6186f7741247042bad note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/596b465486f77457ca186188.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5936d90786f7742b1420ba5b startedMessageText", + "successMessageText": "5936d90786f7742b1420ba5b successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc74a92b555f16df5c41af", - "index": 0, + "value": 1700, + "id": "5fe305df8a67d12f5f24c8aa", "type": "Experience", - "unknown": false, - "value": 800 - }, - { - "availableInGameEditions": [], - "id": "60cc74ac65e4664318606aeb", "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7fb386f77417d0797dd2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b34", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 10000 - } - } - ], - "target": "67eb506040b1947a72103b34", - "type": "Item", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639898a3eee7ff72370f7dd6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b36", - "_tpl": "57347c77245977448d35f6e2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b36", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639898b08871e1272b10ccf8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b38", - "_tpl": "57347c5b245977448d35f6e1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b38", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639898da05aa481907106506", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b3c", - "_tpl": "65702469c5d7d4cb4d07855b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b3d", - "_tpl": "5d6e68c4a4b9361b93413f79", - "parentId": "67eb506040b1947a72103b3c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103b3e", - "_tpl": "5d6e68c4a4b9361b93413f79", - "location": 1, - "parentId": "67eb506040b1947a72103b3c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a72103b3c", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a19af0fcae11642e50f9b1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b3f", - "_tpl": "56ea8d2fd2720b7c698b4570" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72103b3f", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac23c6186f7741247042bad startedMessageText", - "status": 0, - "successMessageText": "5ac23c6186f7741247042bad successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ac2426c86f774138762edfe": { - "QuestName": "Gunsmith - Part 2", - "_id": "5ac2426c86f774138762edfe", - "acceptPlayerMessage": "5ac2426c86f774138762edfe acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac2426c86f774138762edfe changeQuestMessageText", - "completePlayerMessage": "5ac2426c86f774138762edfe completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "57ffa9f4245977728561e844" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 100 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 58 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": "<=", - "value": 2 - }, - "id": "5accd9b686f774112d7173d1", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 60 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 550 - }, - "target": [ - "57dc2fa62459775949412633" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 3.5 - }, - "width": { - "compareMethod": "<=", - "value": 3 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf37a186f7741843346d0c", - "index": 0, - "parentId": "", - "value": 5, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf37ad86f77418420befe6", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac23c6186f7741247042bad", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac2426c86f774138762edfe declinePlayerMessage", - "description": "5ac2426c86f774138762edfe description", - "failMessageText": "5ac2426c86f774138762edfe failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae3260986f7745b3e3bf2a7.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac2426c86f774138762edfe name", - "note": "5ac2426c86f774138762edfe note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ad07e8f86f7742f92462779", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a6c", - "_tpl": "57dc2fa62459775949412633", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a6d", - "_tpl": "57e3dba62459770f0c32322b", - "parentId": "67eb506040b1947a72103a6c", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103a6e", - "_tpl": "57dc347d245977596754e7a1", - "parentId": "67eb506040b1947a72103a6c", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103a6f", - "_tpl": "564ca99c4bdc2d16268b4589", - "parentId": "67eb506040b1947a72103a6c", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103a70", - "_tpl": "57dc324a24597759501edc20", - "parentId": "67eb506040b1947a72103a6c", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103a71", - "_tpl": "57dc334d245977597164366f", - "parentId": "67eb506040b1947a72103a6c", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103a72", - "_tpl": "59d36a0086f7747e673f3946", - "parentId": "67eb506040b1947a72103a6c", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103a73", - "_tpl": "57dc32dc245977596d4ef3d3", - "parentId": "67eb506040b1947a72103a72", - "slotId": "mod_handguard" - } - ], - "target": "67eb506040b1947a72103a6c", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c950c8086f77455192fa441", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 2000 }, { "availableInGameEditions": [], - "id": "60cc752f77dc197c774254c0", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", + "value": 0.02, + "id": "60c89c0c80b2027f403dd992", "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb80b286f7742b0b02e96a", + "value": 15000, + "id": "5fe305d9c646836c3b6fc562", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1f9d", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103a75", + "_id": "68010065f81036801d0b1f9d", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 15000 } } - ], - "target": "67eb506040b1947a72103a75", - "type": "Item", - "unknown": false, - "value": 15000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc754798b49270603645d0", + "value": 1, + "id": "60cb4643f09d61072d6cf21a", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1f9e", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103a77", - "_tpl": "5c06782b86f77426df5407d2", + "_id": "68010065f81036801d0b1f9e", + "_tpl": "57d14d2524597714373db789", "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } }, { - "_id": "67eb506040b1947a72103a78", - "_tpl": "5c06782b86f77426df5407d2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } + "_id": "68010065f81036801d0b1f9f", + "_tpl": "57d152ec245977144076ccdf", + "parentId": "68010065f81036801d0b1f9e", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1fa0", + "_tpl": "57d1519e24597714373db79d", + "parentId": "68010065f81036801d0b1f9e", + "slotId": "mod_magazine" } - ], - "target": "67eb506040b1947a72103a78", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc759b6a2a1958fc523200", + "value": 2, + "id": "60cb467f7c496e588343a193", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b1fa5", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103a7a", - "_tpl": "5c06779c86f77426e00dd782", + "_id": "68010065f81036801d0b1fa3", + "_tpl": "65702606cfc010a0f5006a3e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103a7b", - "_tpl": "5c06779c86f77426e00dd782", + "_id": "68010065f81036801d0b1fa4", + "_tpl": "573718ba2459775a75491131", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a7b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63989e07cd51826f7a069b86", - "index": 0, - "items": [ + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1fa3", + "slotId": "cartridges" + }, { - "_id": "67eb506040b1947a72103a7d", - "_tpl": "5d1b392c86f77425243e98fe", + "_id": "68010065f81036801d0b1fa5", + "_tpl": "65702606cfc010a0f5006a3e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103a7e", - "_tpl": "5d1b392c86f77425243e98fe", + "_id": "68010065f81036801d0b1fa6", + "_tpl": "573718ba2459775a75491131", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b1fa5", + "slotId": "cartridges" } - ], - "target": "67eb506040b1947a72103a7e", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "id": "63a19b07fcae11642e50f9b2", + "id": "5ac64f3786f774056634a1cb", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b1fa7", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103a7f", - "_tpl": "5cbda392ae92155f3c17c39f" + "_id": "68010065f81036801d0b1fa7", + "_tpl": "5839a40f24597726f856b511", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b1fa8", + "_tpl": "5649ad3f4bdc2df8348b4585", + "parentId": "68010065f81036801d0b1fa7", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1fa9", + "_tpl": "57dc347d245977596754e7a1", + "parentId": "68010065f81036801d0b1fa7", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1faa", + "_tpl": "564ca99c4bdc2d16268b4589", + "parentId": "68010065f81036801d0b1fa7", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1fab", + "_tpl": "57ffb0e42459777d047111c5", + "parentId": "68010065f81036801d0b1fa7", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1fac", + "_tpl": "5839a7742459773cf9693481", + "parentId": "68010065f81036801d0b1fa7", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1fad", + "_tpl": "59d36a0086f7747e673f3946", + "parentId": "68010065f81036801d0b1fa7", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1fae", + "_tpl": "57dc32dc245977596d4ef3d3", + "parentId": "68010065f81036801d0b1fad", + "slotId": "mod_handguard" } ], "loyaltyLevel": 1, - "target": "67eb506040b1947a72103a7f", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "629f016390948017ee17bb3b", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5ac2426c86f774138762edfe startedMessageText", - "status": 0, - "successMessageText": "5ac2426c86f774138762edfe successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ac2428686f77412450b42bf": { - "QuestName": "Gunsmith - Part 3", - "_id": "5ac2428686f77412450b42bf", - "acceptPlayerMessage": "5ac2428686f77412450b42bf acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5c0d4c12d09282029f539173": { + "QuestName": "Peacekeeping Mission", + "_id": "5c0d4c12d09282029f539173", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac2428686f77412450b42bf changeQuestMessageText", - "completePlayerMessage": "5ac2428686f77412450b42bf completePlayerMessage", + "acceptPlayerMessage": "5c0d4c12d09282029f539173 acceptPlayerMessage", + "changeQuestMessageText": "5c0d4c12d09282029f539173 changeQuestMessageText", + "completePlayerMessage": "5c0d4c12d09282029f539173 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0d4c62d09282029d76ad28", + "conditions": [ + { + "id": "5c0d4c6ed0928202a62f4f20", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5447a9cd4bdc2dbd208b4567" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c0d4c88d09282029f539179", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa7d03ae5b5b00016327db5", + "5ab8e4ed86f7742d8e50c7fa" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "5c0d4cf2d0928202b25db712", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] }, - "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 200 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 45 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c", - "55818b164bdc2ddc698b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5accde3686f7740cea1b7ec2", + "id": "5c1fd66286f7743c7b261f7b", "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 50 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 210 - }, - "target": [ - "5926bb2186f7744b1c6c6e60" - ], - "value": 1, + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 4 + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c0d4d0bd09282029e2fffc9", + "conditions": [ + { + "id": "5c0d4d67d09282029d76ad2b", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5447a9cd4bdc2dbd208b4567" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c0d4d72d0928202a62f4f23", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + }, + { + "id": "5c0d4dc3d0928202a62f4f26", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa7d03ae5b5b00016327db5", + "5ab8e4ed86f7742d8e50c7fa" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + } + ] }, - "width": { - "compareMethod": ">=", - "value": 0 - } + "id": "5c1b713486f77413bc250406", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c13949686f774210563eccc", + "conditions": [ + { + "id": "5c1394d886f77430a665d2f1", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5447a9cd4bdc2dbd208b4567" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c13951786f774276a650530", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + }, + { + "id": "5c1a71cc86f77456661eaa5c", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa7d03ae5b5b00016327db5", + "5ab8e4ed86f7742d8e50c7fa" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + } + ] + }, + "id": "5c1b713986f77470d8650910", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c13957986f77430a665d2fe", + "conditions": [ + { + "id": "5c1395b386f774276b24ae2b", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5447a9cd4bdc2dbd208b4567" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c1395d486f774276a650535", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5c1a725486f7744c2a78e8b3", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa7d03ae5b5b00016327db5", + "5ab8e4ed86f7742d8e50c7fa" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + } + ] + }, + "id": "5c1b713f86f774719c22e8a0", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63aec4fe6d6c3377e64b9f3a", + "conditions": [ + { + "id": "63aec50a3c65bf56b11b9da8", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5447a9cd4bdc2dbd208b4567" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63aec55c237b04479f5948cb", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + }, + { + "id": "63aec597fe01cd749c5e799b", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa7d03ae5b5b00016327db5", + "5ab8e4ed86f7742d8e50c7fa" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + } + ] + }, + "id": "63aec4fe6d6c3377e64b9f39", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65e08aa97319265b006ffe9f", + "conditions": [ + { + "id": "65e08ae0774b0ee8b00a8483", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5447a9cd4bdc2dbd208b4567" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "65e08af37c857becefdb3a48", + "dynamicLocale": false, + "target": [ + "Sandbox", + "Sandbox_high" + ], + "conditionType": "Location" + }, + { + "id": "65e08b1d3d5898cdd34da72b", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa7d03ae5b5b00016327db5", + "5ab8e4ed86f7742d8e50c7fa" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + } + ] + }, + "id": "65e08aa9f5879b2586d5fd4c", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf37d486f7741841752ffc", - "index": 0, - "parentId": "", - "value": 7, - "visibilityConditions": [] - }, - { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf37df86f7741bb8377ffc", + "id": "5c20ce2c86f774337f427599", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5c0d0f1886f77457b8210226", "status": [ 4 ], - "target": "5ac23c6186f7741247042bad", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5ac2428686f77412450b42bf declinePlayerMessage", - "description": "5ac2428686f77412450b42bf description", - "failMessageText": "5ac2428686f77412450b42bf failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae325c586f77444fa45d0de.jpg", - "instantComplete": false, - "isKey": false, + "description": "5c0d4c12d09282029f539173 description", + "failMessageText": "5c0d4c12d09282029f539173 failMessageText", + "declinePlayerMessage": "5c0d4c12d09282029f539173 declinePlayerMessage", + "name": "5c0d4c12d09282029f539173 name", + "note": "5c0d4c12d09282029f539173 note", + "traderId": "5935c25fb3acc3127c3d8cd9", "location": "any", - "name": "5ac2428686f77412450b42bf name", - "note": "5ac2428686f77412450b42bf note", + "image": "/files/quest/icon/5a27c44386f7744237421af0.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0d4c12d09282029f539173 startedMessageText", + "successMessageText": "5c0d4c12d09282029f539173 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "5c18bf1386f77467c00e1342", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fb3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1fb3", + "_tpl": "5aa7d03ae5b5b00016327db5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1fb4", + "_tpl": "654a90aff4f81a421b0a7c86", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1fb3", + "slotId": "helmet_top" + }, + { + "_id": "68010065f81036801d0b1fb5", + "_tpl": "654a91068e1ce698150fd1e2", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1fb3", + "slotId": "helmet_back" + }, + { + "_id": "68010065f81036801d0b1fb6", + "_tpl": "654a9189bcc67a392b056c79", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1fb3", + "slotId": "helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c18bf1786f77467bf065204", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fbc", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1fbc", + "_tpl": "5ab8e4ed86f7742d8e50c7fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1fbd", + "_tpl": "657044e971369562b300ce9b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1fbc", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b1fbe", + "_tpl": "657045741bd9beedc40b7299", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1fbc", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b1fbf", + "_tpl": "657045b97e80617cee095bda", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1fbc", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b1fc0", + "_tpl": "6570460471369562b300ce9f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b1fbc", + "slotId": "soft_armor_right" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c1a60bf86f7747954540e3c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fc1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1fc1", + "_tpl": "5447a9cd4bdc2dbd208b4567", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1fc2", + "_tpl": "55d4b9964bdc2d1d4e8b456e", + "parentId": "68010065f81036801d0b1fc1", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b1fc3", + "_tpl": "55d4887d4bdc2d962f8b4570", + "parentId": "68010065f81036801d0b1fc1", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1fc4", + "_tpl": "55d355e64bdc2d962f8b4569", + "parentId": "68010065f81036801d0b1fc1", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1fc5", + "_tpl": "55d3632e4bdc2d972f8b4569", + "parentId": "68010065f81036801d0b1fc4", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1fc6", + "_tpl": "544a38634bdc2d58388b4568", + "parentId": "68010065f81036801d0b1fc5", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1fc7", + "_tpl": "56ea8d2fd2720b7c698b4570", + "parentId": "68010065f81036801d0b1fc5", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1fc8", + "_tpl": "55d4af3a4bdc2d972f8b456f", + "parentId": "68010065f81036801d0b1fc7", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b1fc9", + "_tpl": "55d459824bdc2d892f8b4573", + "parentId": "68010065f81036801d0b1fc4", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1fca", + "_tpl": "637f57b78d137b27f70c496a", + "parentId": "68010065f81036801d0b1fc9", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b1fcb", + "_tpl": "55d5f46a4bdc2d1b198b4567", + "parentId": "68010065f81036801d0b1fc4", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1fcc", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010065f81036801d0b1fc1", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1fcd", + "_tpl": "55d4ae6c4bdc2d8b2f8b456e", + "parentId": "68010065f81036801d0b1fcc", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b1fce", + "_tpl": "55d44fd14bdc2d962f8b456e", + "parentId": "68010065f81036801d0b1fc1", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5c1a617e86f77442c47f3602", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fd2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1fd0", + "_tpl": "5aaa5dfee5b5b000140293d3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1fd1", + "_tpl": "5aaa5dfee5b5b000140293d3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1fd2", + "_tpl": "5aaa5dfee5b5b000140293d3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 25500, + "id": "60cc730da7d63f18200a24db", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc732f6a2a1958fc5231fb", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c1a271286f7741bb5336ccf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fd3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1fd3", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b1fd4", + "_tpl": "5bfea7ad0db834001c38f1ee", + "parentId": "68010065f81036801d0b1fd3", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b1fd5", + "_tpl": "5bfeb32b0db834001a6694d9", + "parentId": "68010065f81036801d0b1fd3", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b1fd6", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b1fd3", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1fd7", + "_tpl": "5a34fd2bc4a282329a73b4c5", + "parentId": "68010065f81036801d0b1fd6", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1fd8", + "_tpl": "5a34fe59c4a282000b1521a2", + "parentId": "68010065f81036801d0b1fd7", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1fd9", + "_tpl": "5bfebc5e0db834001a6694e5", + "parentId": "68010065f81036801d0b1fd3", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b1fda", + "_tpl": "5b2388675acfc4771e1be0be", + "parentId": "68010065f81036801d0b1fd9", + "slotId": "mod_scope" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc731a8f570e28f1481156", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fdf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1fdd", + "_tpl": "6570254fcfc010a0f5006a22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1fde", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1fdd", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1fdf", + "_tpl": "6570254fcfc010a0f5006a22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1fe0", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b1fdf", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5c1a274586f774382929219e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fe3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1fe2", + "_tpl": "5c0558060db834001b735271", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1fe3", + "_tpl": "5c0558060db834001b735271", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "657fc218fd86b9d9680c4a1a", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1fe4", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1fe4", + "_tpl": "656fa8d700d62bcd2e024084" + } + ], + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59674cd986f7744ab26e32f2": { + "QuestName": "Shootout Picnic", + "_id": "59674cd986f7744ab26e32f2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59674cd986f7744ab26e32f2 acceptPlayerMessage", + "changeQuestMessageText": "59674cd986f7744ab26e32f2 changeQuestMessageText", + "completePlayerMessage": "59674cd986f7744ab26e32f2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "59674d5186f77446b872d5f6", + "conditions": [ + { + "id": "59674d5586f77446b62554e7", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "59674d5a86f77446b872d5fa", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "5cb31b6188a450159d330a18", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a926b186f774753c5479a2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 3, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "596a1f7226f7741ddd6c10c8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5936da9e86f7742d65037edf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59674cd986f7744ab26e32f2 description", + "failMessageText": "59674cd986f7744ab26e32f2 failMessageText", + "declinePlayerMessage": "59674cd986f7744ab26e32f2 declinePlayerMessage", + "name": "59674cd986f7744ab26e32f2 name", + "note": "59674cd986f7744ab26e32f2 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5967505886f774590730dadc.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59674cd986f7744ab26e32f2 startedMessageText", + "successMessageText": "59674cd986f7744ab26e32f2 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc75dea7d63f18200a24e0", - "index": 0, + "value": 2000, + "id": "60c8a6a49339363e8f0c6ad3", "type": "Experience", - "unknown": false, - "value": 2800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc75eb7c496e588343a6d6", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", + "value": 0.03, + "id": "60c89e2980b2027f403dd993", "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false }, { "availableInGameEditions": [], + "value": 20000, + "id": "5fe3061164942071c54bc12a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fe6", + "unknown": false, "findInRaid": false, - "id": "5acb80e686f7744e66123c96", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103b13", - "_tpl": "5696686a4bdc2da3298b456a", + "_id": "68010065f81036801d0b1fe6", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 250 + "StackObjectsCount": 20000 } } - ], - "target": "67eb506040b1947a72103b13", - "type": "Item", - "unknown": false, - "value": 250 + ] }, { "availableInGameEditions": [], + "value": 1, + "id": "60cb473877dc197c77424f82", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1fe7", + "unknown": false, "findInRaid": true, - "id": "63989ecf700117662d337be6", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103b15", - "_tpl": "626bb8532c923541184624b4", + "_id": "68010065f81036801d0b1fe7", + "_tpl": "583990e32459771419544dd2", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } } }, { - "_id": "67eb506040b1947a72103b16", - "_tpl": "626bb8532c923541184624b4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b16", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63989f07eee7ff72370f7dd7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b18", - "_tpl": "5fce0cf655375d18a253eff0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b19", - "_tpl": "5fce0cf655375d18a253eff0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b19", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "63a19b1dfcae11642e50f9b3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b1a", - "_tpl": "5a7ae0c351dfba0017554310" - }, - { - "_id": "67eb506040b1947a72103b1b", - "_tpl": "5a6b5f868dc32e000a311389", - "parentId": "67eb506040b1947a72103b1a", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103b1c", - "_tpl": "5a7b4960e899ef197b331a2d", - "parentId": "67eb506040b1947a72103b1a", + "_id": "68010065f81036801d0b1fe8", + "_tpl": "5649ad3f4bdc2df8348b4585", + "parentId": "68010065f81036801d0b1fe7", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a72103b1d", - "_tpl": "5a6f5e048dc32e00094b97da", - "parentId": "67eb506040b1947a72103b1a", - "slotId": "mod_reciever" + "_id": "68010065f81036801d0b1fe9", + "_tpl": "57dc347d245977596754e7a1", + "parentId": "68010065f81036801d0b1fe7", + "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103b1e", - "_tpl": "5a71e0fb8dc32e00094b97f2", - "parentId": "67eb506040b1947a72103b1d", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103b1f", - "_tpl": "5a71e0048dc32e000c52ecc8", - "parentId": "67eb506040b1947a72103b1d", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103b20", - "_tpl": "5a7b32a2e899ef00135e345a", - "parentId": "67eb506040b1947a72103b1d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103b21", - "_tpl": "5a718f958dc32e00094b97e7", - "parentId": "67eb506040b1947a72103b1a", + "_id": "68010065f81036801d0b1fea", + "_tpl": "564ca99c4bdc2d16268b4589", + "parentId": "68010065f81036801d0b1fe7", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103b22", - "_tpl": "5a7b483fe899ef0016170d15", - "parentId": "67eb506040b1947a72103b1a", - "slotId": "mod_tactical" + "_id": "68010065f81036801d0b1feb", + "_tpl": "57dc324a24597759501edc20", + "parentId": "68010065f81036801d0b1fe7", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b1fec", + "_tpl": "57dc334d245977597164366f", + "parentId": "68010065f81036801d0b1fe7", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1fed", + "_tpl": "59d36a0086f7747e673f3946", + "parentId": "68010065f81036801d0b1fe7", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b1fee", + "_tpl": "57dc32dc245977596d4ef3d3", + "parentId": "68010065f81036801d0b1fed", + "slotId": "mod_handguard" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5a2e7ff386f7741a972d4ee5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ff2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ff0", + "_tpl": "564ca99c4bdc2d16268b4589", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ff1", + "_tpl": "564ca99c4bdc2d16268b4589", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ff2", + "_tpl": "564ca99c4bdc2d16268b4589", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "629f025214061f307437fbe3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b1ff9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b1ff5", + "_tpl": "57372db0245977685d4159b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ff6", + "_tpl": "56dff2ced2720bb4668b4567", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b1ff5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ff7", + "_tpl": "57372db0245977685d4159b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ff8", + "_tpl": "56dff2ced2720bb4668b4567", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b1ff7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b1ff9", + "_tpl": "57372db0245977685d4159b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b1ffa", + "_tpl": "56dff2ced2720bb4668b4567", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b1ff9", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19e6f4ebcff1c995dc33e", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b1ffb", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b1ffb", + "_tpl": "602a9740da11d6478d5a06dc", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b1ffc", + "_tpl": "602a95edda11d6478d5a06da", + "parentId": "68010065f81036801d0b1ffb", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b1ffd", + "_tpl": "60228924961b8d75ee233c32", + "parentId": "68010065f81036801d0b1ffb", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b1ffe", + "_tpl": "60229948cacb6b0506369e27", + "parentId": "68010065f81036801d0b1ffd", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b1fff", + "_tpl": "60228a76d62c9b14ed777a66", + "parentId": "68010065f81036801d0b1ffd", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2000", + "_tpl": "602286df23506e50807090c6", + "parentId": "68010065f81036801d0b1ffb", + "slotId": "mod_magazine" } ], "loyaltyLevel": 1, - "target": "67eb506040b1947a72103b1a", - "traderId": "5a7c2eca46aef81a7ca2145d", + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "id": "655b87127f92d5105c6f7b7b", "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2001", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2001", + "_tpl": "5c0e3eb886f7742015526062" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "629f023950f43060015c52dc", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "6764977cd6c9dfff4d9d185d", + "type": "CustomizationDirect", + "index": 0, + "target": "67585d6ab032beb9b5097e96", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5ac2428686f77412450b42bf startedMessageText", - "status": 0, - "successMessageText": "5ac2428686f77412450b42bf successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "5ac242ab86f77412464f68b4": { "QuestName": "Gunsmith - Part 16", "_id": "5ac242ab86f77412464f68b4", - "acceptPlayerMessage": "5ac242ab86f77412464f68b4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac242ab86f77412464f68b4 acceptPlayerMessage", "changeQuestMessageText": "5ac242ab86f77412464f68b4 changeQuestMessageText", "completePlayerMessage": "5ac242ab86f77412464f68b4 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 2000 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 40 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "55818b164bdc2ddc698b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, "id": "5acce08b86f7745f8521fa64", "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 450 - }, + "dynamicLocale": false, "target": [ "588892092459774ac91d4b11" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 2000.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 40.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 450.0, + "compareMethod": "<=" + }, "weight": { - "compareMethod": "<=", - "value": 6.7 + "value": 6.7, + "compareMethod": "<=" }, "width": { - "compareMethod": ">=", - "value": 0 - } + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [], + "hasItemFromCategory": [ + "55818b164bdc2ddc698b456c" + ] } ], "AvailableForStart": [ { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5acf381a86f7741ce21f9aee", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 30, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5acf382686f7741cdb2f7ef6", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5ae3280386f7742a41359364", "status": [ 4 ], - "target": "5ae3280386f7742a41359364", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5ac242ab86f77412464f68b4 declinePlayerMessage", "description": "5ac242ab86f77412464f68b4 description", "failMessageText": "5ac242ab86f77412464f68b4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4e06086f774623122ae42.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "5ac242ab86f77412464f68b4 declinePlayerMessage", "name": "5ac242ab86f77412464f68b4 name", "note": "5ac242ab86f77412464f68b4 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4e06086f774623122ae42.jpg", + "type": "WeaponAssembly", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac242ab86f77412464f68b4 startedMessageText", + "successMessageText": "5ac242ab86f77412464f68b4 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 20400, "id": "60cc768f65e4664318606af1", - "index": 0, "type": "Experience", - "unknown": false, - "value": 20400 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "60cc7707a7d63f18200a24e3", + "type": "TraderStanding", "index": 0, "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 200000, "id": "5acb826b86f77456255bad89", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2003", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a7210313a", + "_id": "68010065f81036801d0b2003", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 200000 } } - ], - "target": "67eb506040b1947a7210313a", - "type": "Item", - "unknown": false, - "value": 200000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "60cc76cb7c496e588343a6d8", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2006", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210313c", + "_id": "68010065f81036801d0b2005", "_tpl": "59e35ef086f7741777737012", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210313d", + "_id": "68010065f81036801d0b2006", "_tpl": "59e35ef086f7741777737012", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210313d", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "60cc76e4e3d0247e625dab6c", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2008", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210313f", + "_id": "68010065f81036801d0b2008", "_tpl": "59e35de086f7741778269d84", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210313f", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "60cc76f93e4e974efa345d21", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b200a", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103141", + "_id": "68010065f81036801d0b200a", "_tpl": "5d1b36a186f7742523398433", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103141", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], "id": "63a19cda5032c67f050dd961", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b200b", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103142", + "_id": "68010065f81036801d0b200b", "_tpl": "5d43021ca4b9362eab4b5e25", "upd": { "FireMode": { @@ -21486,13305 +43159,1039 @@ } }, { - "_id": "67eb506040b1947a72103143", + "_id": "68010065f81036801d0b200c", "_tpl": "55802f5d4bdc2dac148b458f", - "parentId": "67eb506040b1947a72103142", + "parentId": "68010065f81036801d0b200b", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a72103144", + "_id": "68010065f81036801d0b200d", "_tpl": "5aaa5dfee5b5b000140293d3", - "parentId": "67eb506040b1947a72103142", + "parentId": "68010065f81036801d0b200b", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103145", + "_id": "68010065f81036801d0b200e", "_tpl": "5d4405aaa4b9361e6a4e6bd3", - "parentId": "67eb506040b1947a72103142", + "parentId": "68010065f81036801d0b200b", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a72103146", + "_id": "68010065f81036801d0b200f", "_tpl": "5d440b93a4b9364276578d4b", - "parentId": "67eb506040b1947a72103145", + "parentId": "68010065f81036801d0b200e", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72103147", + "_id": "68010065f81036801d0b2010", "_tpl": "5d440625a4b9361eec4ae6c5", - "parentId": "67eb506040b1947a72103146", + "parentId": "68010065f81036801d0b200f", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103148", + "_id": "68010065f81036801d0b2011", "_tpl": "5d44064fa4b9361e4f6eb8b5", - "parentId": "67eb506040b1947a72103147", + "parentId": "68010065f81036801d0b2010", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103149", + "_id": "68010065f81036801d0b2012", "_tpl": "56eabcd4d2720b66698b4574", - "parentId": "67eb506040b1947a72103146", + "parentId": "68010065f81036801d0b200f", "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a7210314a", + "_id": "68010065f81036801d0b2013", "_tpl": "5d4405f0a4b9361e6a4e6bd9", - "parentId": "67eb506040b1947a72103145", + "parentId": "68010065f81036801d0b200e", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a7210314b", + "_id": "68010065f81036801d0b2014", "_tpl": "5b7be47f5acfc400170e2dd2", - "parentId": "67eb506040b1947a7210314a", + "parentId": "68010065f81036801d0b2013", "slotId": "mod_mount_004" }, { - "_id": "67eb506040b1947a7210314c", + "_id": "68010065f81036801d0b2015", "_tpl": "5b7be4895acfc400170e2dd5", - "parentId": "67eb506040b1947a7210314a", + "parentId": "68010065f81036801d0b2013", "slotId": "mod_foregrip" }, { - "_id": "67eb506040b1947a7210314d", + "_id": "68010065f81036801d0b2016", "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72103142", + "parentId": "68010065f81036801d0b200b", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a7210314e", + "_id": "68010065f81036801d0b2017", "_tpl": "5d4406a8a4b9361e4f6eb8b7", - "parentId": "67eb506040b1947a7210314d", + "parentId": "68010065f81036801d0b2016", "slotId": "mod_stock_000" }, { - "_id": "67eb506040b1947a7210314f", + "_id": "68010065f81036801d0b2018", "_tpl": "5d44334ba4b9362b346d1948", - "parentId": "67eb506040b1947a72103142", + "parentId": "68010065f81036801d0b200b", "slotId": "mod_charge" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72103142", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac242ab86f77412464f68b4 startedMessageText", - "status": 0, - "successMessageText": "5ac242ab86f77412464f68b4 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ac244c486f77413e12cf945": { - "QuestName": "Gunsmith - Part 13", - "_id": "5ac244c486f77413e12cf945", - "acceptPlayerMessage": "5ac244c486f77413e12cf945 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac244c486f77413e12cf945 changeQuestMessageText", - "completePlayerMessage": "5ac244c486f77413e12cf945 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 1500 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 26 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5acce11786f77411ed6fa6eb", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 300 - }, - "target": [ - "5a367e5dc4a282000e49738f" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 6.7 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf383d86f7741bb8378000", - "index": 0, - "parentId": "", - "value": 25, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf383686f7741bb8377fff", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b47799d86f7746c5d6a5fd8", - "visibilityConditions": [] + "traderId": "58330581ace78e27b8b10cee" } ], "Fail": [] }, - "declinePlayerMessage": "5ac244c486f77413e12cf945 declinePlayerMessage", - "description": "5ac244c486f77413e12cf945 description", - "failMessageText": "5ac244c486f77413e12cf945 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4e08086f774623122ae44.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac244c486f77413e12cf945 name", - "note": "5ac244c486f77413e12cf945 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7742e3d0247e625dab6d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 13600 - }, - { - "availableInGameEditions": [], - "id": "60cc775d3e4e974efa345d23", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb82ca86f77456255bb07f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b35", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 500 - } - } - ], - "target": "67eb506040b1947a72102b35", - "type": "Item", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc77487c496e588343a6da", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b37", - "_tpl": "59e35cbb86f7741778269d83", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b38", - "_tpl": "59e35cbb86f7741778269d83", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b38", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6399b319e11ec11ff550403c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b3a", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b3b", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b3b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "63a19c9d5032c67f050dd95e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b3c", - "_tpl": "5dfa3d2b0dee1b22f862eade" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102b3c", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac244c486f77413e12cf945 startedMessageText", - "status": 0, - "successMessageText": "5ac244c486f77413e12cf945 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ac244eb86f7741356335af1": { - "QuestName": "Gunsmith - Part 7", - "_id": "5ac244eb86f7741356335af1", - "acceptPlayerMessage": "5ac244eb86f7741356335af1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac244eb86f7741356335af1 changeQuestMessageText", - "completePlayerMessage": "5ac244eb86f7741356335af1 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 800 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 47 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5accdfdb86f77412265cbfc9", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 60 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 300 - }, - "target": [ - "5447a9cd4bdc2dbd208b4567" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 3.8 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf37fa86f7741844039008", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "638dbfc336b3b72c944e2f85", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae3270f86f77445ba41d4dd", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac244eb86f7741356335af1 declinePlayerMessage", - "description": "5ac244eb86f7741356335af1 description", - "failMessageText": "5ac244eb86f7741356335af1 failMessageText", "gameModes": [], - "image": "/files/quest/icon/5ac4e02986f774617a185ef2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac244eb86f7741356335af1 name", - "note": "5ac244eb86f7741356335af1 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc765e65e4664318606af0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6300 - }, - { - "availableInGameEditions": [], - "id": "60cc7663f09d61072d6d00ba", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb81e486f77456247a352e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b94", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 500 - } - } - ], - "target": "67eb506040b1947a72103b94", - "type": "Item", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5acb821486f77455360eafa7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b96", - "_tpl": "5af04b6486f774195a3ebb49", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b96", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398aaa0cd51826f7a069b88", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b98", - "_tpl": "59e35de086f7741778269d84", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b98", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a19bb4fcae11642e50f9b7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b99", - "_tpl": "56eabcd4d2720b66698b4574" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103b99", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac244eb86f7741356335af1 startedMessageText", - "status": 0, - "successMessageText": "5ac244eb86f7741356335af1 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ac345dc86f774288030817f": { - "QuestName": "Farming - Part 1", - "_id": "5ac345dc86f774288030817f", - "acceptPlayerMessage": "5ac345dc86f774288030817f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac345dc86f774288030817f changeQuestMessageText", - "completePlayerMessage": "5ac345dc86f774288030817f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac7a4ba86f77409f3423628", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "590c2e1186f77425357b6124" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_SADOVOD_01_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac7a51a86f774738a4ffc96", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "590c2e1186f77425357b6124" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_SADOVOD_01_2" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ac7a5e086f774383054c362", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5b7ff33786f7744b99464500", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "5ac7a5d586f774383111ee62" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac7a5d586f774383111ee63", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ac7a5f486f774382e6fce02", - "target": "5ac7a4ba86f77409f3423628" - }, - { - "conditionType": "CompleteCondition", - "id": "5ac7a5fb86f7743e1e142464", - "target": "5ac7a51a86f774738a4ffc96" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf388786f7741cdb2f7ef9", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf390d86f774184403900f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac23c6186f7741247042bad", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac345dc86f774288030817f declinePlayerMessage", - "description": "5ac345dc86f774288030817f description", - "failMessageText": "5ac345dc86f774288030817f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "5ac345dc86f774288030817f name", - "note": "5ac345dc86f774288030817f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc79f22b555f16df5c41c0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6600 - }, - { - "availableInGameEditions": [], - "id": "60cc79f877dc197c774254c9", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7e4a86f7747a5a562023", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103aa0", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a72103aa0", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7a0c7c496e588343a6e4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103aa2", - "_tpl": "5d1b392c86f77425243e98fe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aa3", - "_tpl": "5d1b392c86f77425243e98fe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103aa3", - "type": "Item", - "unknown": true, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7a24f09d61072d6d00c7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103aa5", - "_tpl": "5d1c774f86f7746d6620f8db", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aa6", - "_tpl": "5d1c774f86f7746d6620f8db", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103aa6", - "type": "Item", - "unknown": true, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac345dc86f774288030817f startedMessageText", - "status": 0, - "successMessageText": "5ac345dc86f774288030817f successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" + "status": 0 }, - "5ac3460c86f7742880308185": { - "QuestName": "Farming - Part 2", - "_id": "5ac3460c86f7742880308185", - "acceptPlayerMessage": "5ac3460c86f7742880308185 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "6179b4f16e9dd54ac275e407": { + "QuestName": "Missing Cargo", + "_id": "6179b4f16e9dd54ac275e407", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac3460c86f7742880308185 changeQuestMessageText", - "completePlayerMessage": "5ac3460c86f7742880308185 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac502a786f7740bde1b000c", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e36c6f86f774176c10a2a7" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5055a86f7745cae22b582", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e36c6f86f774176c10a2a7" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac505c386f7740be0424d19", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347cd0245977445a2d6ff1" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac505e186f7740bdf2ceabe", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347cd0245977445a2d6ff1" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5061386f77417e429ce7a", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3b0486f7743954552bdb" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5062586f774587c327395", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3b0486f7743954552bdb" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b0986f7741bb8378499", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b1286f77418420bf36b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac345dc86f774288030817f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac3460c86f7742880308185 declinePlayerMessage", - "description": "5ac3460c86f7742880308185 description", - "failMessageText": "5ac3460c86f7742880308185 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac3460c86f7742880308185 name", - "note": "5ac3460c86f7742880308185 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7a6065e4664318606afe", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5500 - }, - { - "availableInGameEditions": [], - "id": "60cc7a857c496e588343a6e6", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7ded86f77417d079736e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b89", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 15000 - } - } - ], - "target": "67eb506040b1947a72103b89", - "type": "Item", - "unknown": false, - "value": 15000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7a7a65e4664318606aff", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b8a", - "_tpl": "5cadfbf7ae92152ac412eeef", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b8b", - "_tpl": "5caf17c9ae92150b30006be1", - "parentId": "67eb506040b1947a72103b8a", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103b8c", - "_tpl": "5caf1041ae92157c28402e3f", - "parentId": "67eb506040b1947a72103b8a", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103b8d", - "_tpl": "5caf16a2ae92152ac412efbc", - "parentId": "67eb506040b1947a72103b8a", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103b8e", - "_tpl": "5cdaa99dd7f00c002412d0b2", - "parentId": "67eb506040b1947a72103b8a", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103b8f", - "_tpl": "5cda9bcfd7f00c0c0b53e900", - "parentId": "67eb506040b1947a72103b8e", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103b90", - "_tpl": "5caf1691ae92152ac412efb9", - "parentId": "67eb506040b1947a72103b8a", - "slotId": "mod_scope" - } - ], - "target": "67eb506040b1947a72103b8a", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec19ff686f7561e047757af", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b92", - "_tpl": "5d1b2ffd86f77425243e8d17", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b92", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac3460c86f7742880308185 startedMessageText", - "status": 0, - "successMessageText": "5ac3460c86f7742880308185 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "5ac3462b86f7741d6118b983": { - "QuestName": "Farming - Part 3", - "_id": "5ac3462b86f7741d6118b983", - "acceptPlayerMessage": "5ac3462b86f7741d6118b983 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac3462b86f7741d6118b983 changeQuestMessageText", - "completePlayerMessage": "5ac3462b86f7741d6118b983 completePlayerMessage", + "acceptPlayerMessage": "6179b4f16e9dd54ac275e407 acceptPlayerMessage", + "changeQuestMessageText": "6179b4f16e9dd54ac275e407 changeQuestMessageText", + "completePlayerMessage": "6179b4f16e9dd54ac275e407 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "63ac1a941b5c95746621ddb3", "conditions": [ { - "conditionType": "VisitPlace", + "id": "63ac1ac3f627f540861d1b1c", "dynamicLocale": false, - "id": "5ac6241186f77416c41144f7", - "target": "place_SADOVOD_03", - "value": 1 - } - ], - "id": "5ac6240786f77417204ca2b8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac6240786f77417204ca2b9", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac6248586f77416781dd3a3", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ac620eb86f7743a8e6e0da0" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac624b286f77416781dd3ac", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ac620eb86f7743a8e6e0da0" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ac624b786f7740974389b45", - "target": "5ac6248586f77416781dd3a3" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b2a86f7741cdb2f7f8c", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b2586f7741cdb2f7f8b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3460c86f7742880308185", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac3462b86f7741d6118b983 declinePlayerMessage", - "description": "5ac3462b86f7741d6118b983 description", - "failMessageText": "5ac3462b86f7741d6118b983 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5ac3462b86f7741d6118b983 name", - "note": "5ac3462b86f7741d6118b983 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7ab1a7d63f18200a24ee", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6500 - }, - { - "availableInGameEditions": [], - "id": "60cc7ab46a2a1958fc52320d", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7ec986f7740fae6a6033", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d64", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 20000 - } - } - ], - "target": "67eb506040b1947a72102d64", - "type": "Item", - "unknown": false, - "value": 20000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7aca179f8541b8469272", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d66", - "_tpl": "5c052fb986f7746b2101e909", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102d66", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac3462b86f7741d6118b983 startedMessageText", - "status": 0, - "successMessageText": "5ac3462b86f7741d6118b983 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "5ac3464c86f7741d651d6877": { - "QuestName": "Farming - Part 4", - "_id": "5ac3464c86f7741d651d6877", - "acceptPlayerMessage": "5ac3464c86f7741d651d6877 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac3464c86f7741d651d6877 changeQuestMessageText", - "completePlayerMessage": "5ac3464c86f7741d651d6877 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5081086f7740bde1b002f", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347ca924597744596b4e71" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5082586f77418804f7d4c", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347ca924597744596b4e71" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5083d86f7740be2744eed", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5734779624597737e04bf329" - ], - "value": 15, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5084d86f7740bde1b0031", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5734779624597737e04bf329" - ], - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b3486f7741ce21f9b06", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b3b86f7741ce21f9b08", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3462b86f7741d6118b983", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac3464c86f7741d651d6877 declinePlayerMessage", - "description": "5ac3464c86f7741d651d6877 description", - "failMessageText": "5ac3464c86f7741d651d6877 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac3464c86f7741d651d6877 name", - "note": "5ac3464c86f7741d651d6877 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7af5f09d61072d6d00c9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8000 - }, - { - "availableInGameEditions": [], - "id": "60cc7aff179f8541b8469273", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5acb857e86f77456255bb28a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b64", - "_tpl": "5a7ae0c351dfba0017554310", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b65", - "_tpl": "5a6b5b8a8dc32e001207faf3", - "parentId": "67eb506040b1947a72102b64", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102b66", - "_tpl": "5a7ad0c451dfba0013379712", - "parentId": "67eb506040b1947a72102b65", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102b67", - "_tpl": "5a6f5f078dc32e00094b97dd", - "parentId": "67eb506040b1947a72102b64", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102b68", - "_tpl": "5a7ad2e851dfba0016153692", - "parentId": "67eb506040b1947a72102b64", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102b69", - "_tpl": "5a7b4900e899ef197b331a2a", - "parentId": "67eb506040b1947a72102b64", - "slotId": "mod_tactical" - }, - { - "_id": "67eb506040b1947a72102b6a", - "_tpl": "58d2664f86f7747fec5834f6", - "parentId": "67eb506040b1947a72102b69", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102b6b", - "_tpl": "58d268fc86f774111273f8c2", - "parentId": "67eb506040b1947a72102b6a", - "slotId": "mod_scope" - } - ], - "target": "67eb506040b1947a72102b64", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7b1865e4664318606b02", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b6d", - "_tpl": "567143bf4bdc2d1a0f8b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b6d", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "629f0a7650f43060015c5382", - "index": 0, - "target": "Attention", - "type": "Skill", - "unknown": false, - "value": 300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6aa18dafd274049412d85", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b6f", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b70", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b70", - "type": "Item", - "unknown": true, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6aa2425251516d768542a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b72", - "_tpl": "5c12620d86f7743f8b198b72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b73", - "_tpl": "5c12620d86f7743f8b198b72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b74", - "_tpl": "5c12620d86f7743f8b198b72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b75", - "_tpl": "5c12620d86f7743f8b198b72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b75", - "type": "Item", - "unknown": true, - "value": 4 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac3464c86f7741d651d6877 startedMessageText", - "status": 0, - "successMessageText": "5ac3464c86f7741d651d6877 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "5ac3467986f7741d6224abc2": { - "QuestName": "Signal - Part 1", - "_id": "5ac3467986f7741d6224abc2", - "acceptPlayerMessage": "5ac3467986f7741d6224abc2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac3467986f7741d6224abc2 changeQuestMessageText", - "completePlayerMessage": "5ac3467986f7741d6224abc2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ac5e11f86f7740f9772d5a2", - "target": "place_SIGNAL_01_1", - "value": 1 - } - ], - "id": "5ac5e0fa86f77431c305d242" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5e0fa86f77431c305d243", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ac5e13d86f7747cbf7845a2", - "target": "place_SIGNAL_01_2", - "value": 1 - } - ], - "id": "5ac5e13586f7746074388f92" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5e13586f7746074388f93", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ac5e1a186f774081b7b00a3", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ac5e1b086f77422b55be712", - "target": [ - "Shoreline" - ] - } - ], - "id": "5ac5e18c86f7743ebd6c9574" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5e18c86f7743ebd6c9575", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ac5e1e286f77431c305d244", - "target": "5ac5e0fa86f77431c305d243" - }, - { - "conditionType": "CompleteCondition", - "id": "5ac5e1eb86f7747cbf7845a3", - "target": "5ac5e13586f7746074388f93" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b6186f7741cdb2f7f8e", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b6986f77418440390b4", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac2426c86f774138762edfe", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac3467986f7741d6224abc2 declinePlayerMessage", - "description": "5ac3467986f7741d6224abc2 description", - "failMessageText": "5ac3467986f7741d6224abc2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5ac3467986f7741d6224abc2 name", - "note": "5ac3467986f7741d6224abc2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7df12b555f16df5c41c2", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6700 - }, - { - "availableInGameEditions": [], - "id": "60cc7df5af2e5506c37822c3", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7be086f77417d0797166", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028f8", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 10000 - } - } - ], - "target": "67eb506040b1947a721028f8", - "type": "Item", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5acb7c0886f7740fae6a5dbd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028fa", - "_tpl": "5a718f958dc32e00094b97e7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721028fb", - "_tpl": "5a718f958dc32e00094b97e7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721028fc", - "_tpl": "5a718f958dc32e00094b97e7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028fc", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac3467986f7741d6224abc2 startedMessageText", - "status": 0, - "successMessageText": "5ac3467986f7741d6224abc2 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Discover" - }, - "5ac346a886f7744e1b083d67": { - "QuestName": "Signal - Part 2", - "_id": "5ac346a886f7744e1b083d67", - "acceptPlayerMessage": "5ac346a886f7744e1b083d67 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac346a886f7744e1b083d67 changeQuestMessageText", - "completePlayerMessage": "5ac346a886f7744e1b083d67 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb6f81d86f7740e9d452683", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573477e124597737dd42e191" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5e79986f7747398341847", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573477e124597737dd42e191" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb6f88d86f7747d215f09c1", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a358486f77429692b2790" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5e88e86f7741c5804f9db", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a358486f77429692b2790" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb6f8de86f7740e9d452685", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3b0486f7743954552bdb" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5e98886f77479bc6ca201", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3b0486f7743954552bdb" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb6f9c586f7740ace254c44", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "56742c324bdc2d150f8b456d" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5ea0586f774609f36280c", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "56742c324bdc2d150f8b456d" - ], - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b7186f774184175301d", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b7886f77418420bf36f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3467986f7741d6224abc2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac346a886f7744e1b083d67 declinePlayerMessage", - "description": "5ac346a886f7744e1b083d67 description", - "failMessageText": "5ac346a886f7744e1b083d67 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac346a886f7744e1b083d67 name", - "note": "5ac346a886f7744e1b083d67 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7e382b555f16df5c41c3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6700 - }, - { - "availableInGameEditions": [], - "id": "60cc7e3ca7d63f18200a24f2", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7c4586f7740fae6a5e34", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b08", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72102b08", - "type": "Item", - "unknown": false, - "value": 50000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac346a886f7744e1b083d67 startedMessageText", - "status": 0, - "successMessageText": "5ac346a886f7744e1b083d67 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "5ac346cf86f7741d63233a02": { - "QuestName": "Signal - Part 3", - "_id": "5ac346cf86f7741d63233a02", - "acceptPlayerMessage": "5ac346cf86f7741d63233a02 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac346cf86f7741d63233a02 changeQuestMessageText", - "completePlayerMessage": "5ac346cf86f7741d63233a02 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac7a7bf86f774132252a524", - "index": 0, - "parentId": "", - "plantTime": 10, - "target": [ - "5ac78a9b86f7741cca0bbd8d" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_SIGNAL_03_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac7a83b86f774665012340b", - "index": 1, - "parentId": "", - "plantTime": 10, - "target": [ - "5ac78a9b86f7741cca0bbd8d" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_SIGNAL_03_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac7a8d386f7741321499e3c", - "index": 2, - "parentId": "", - "plantTime": 10, - "target": [ - "5ac78a9b86f7741cca0bbd8d" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_SIGNAL_03_3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ac7a94086f77466515f8b7b", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ac7a95886f77466515f8b7c", - "target": [ - "Shoreline" - ] - } - ], - "id": "5ac7a93286f774664f4cbd8b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac7a93286f774664f4cbd8c", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ac7a95e86f774665012340f", - "target": "5ac7a7bf86f774132252a524" - }, - { - "conditionType": "CompleteCondition", - "id": "5ac7a96386f774664f4cbd8d", - "target": "5ac7a83b86f774665012340b" - }, - { - "conditionType": "CompleteCondition", - "id": "5ac7a96886f7746c57321d67", - "target": "5ac7a8d386f7741321499e3c" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b8886f77418440390b6", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b8f86f7741bb83784a1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac346a886f7744e1b083d67", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac346cf86f7741d63233a02 declinePlayerMessage", - "description": "5ac346cf86f7741d63233a02 description", - "failMessageText": "5ac346cf86f7741d63233a02 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5ac346cf86f7741d63233a02 name", - "note": "5ac346cf86f7741d63233a02 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "id": "5ac79c4b86f7746d4764885b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102944", - "_tpl": "5ac78a9b86f7741cca0bbd8d" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72102944", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ac7a7c486f77412e95f1045", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102946", - "_tpl": "5ac78a9b86f7741cca0bbd8d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102947", - "_tpl": "5ac78a9b86f7741cca0bbd8d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102948", - "_tpl": "5ac78a9b86f7741cca0bbd8d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102948", - "type": "Item", - "unknown": false, - "value": 3 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7e5a6a2a1958fc523210", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8500 - }, - { - "availableInGameEditions": [], - "id": "60cc7e5e77dc197c774254ce", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7c8986f7740ee664142a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210294a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a7210294a", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ad0ad9f86f77401ce32fdd9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210294b", - "_tpl": "6259b864ebedf17603599e88", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210294c", - "_tpl": "6259c2c1d714855d182bad85", - "parentId": "67eb506040b1947a7210294b", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210294d", - "_tpl": "6259c4347d6aab70bc23a190", - "parentId": "67eb506040b1947a7210294b", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210294e", - "_tpl": "625ff2ccb8c587128c1a01dd", - "parentId": "67eb506040b1947a7210294b", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210294f", - "_tpl": "6259c3387d6aab70bc23a18d", - "parentId": "67eb506040b1947a7210294b", - "slotId": "mod_stock", - "upd": { - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72102950", - "_tpl": "6259c3d8012d6678ec38eeb8", - "parentId": "67eb506040b1947a7210294f", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102951", - "_tpl": "625ed7c64d9b6612df732146", - "parentId": "67eb506040b1947a7210294b", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102952", - "_tpl": "625ebcef6f53af4aa66b44dc", - "parentId": "67eb506040b1947a7210294b", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102953", - "_tpl": "625ec45bb14d7326ac20f572", - "parentId": "67eb506040b1947a7210294b", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a7210294b", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7e6f179f8541b8469275", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102957", - "_tpl": "6570243bbfc87b3a3409321f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102958", - "_tpl": "5d6e6806a4b936088465b17e", - "parentId": "67eb506040b1947a72102957", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102959", - "_tpl": "5d6e6806a4b936088465b17e", - "location": 1, - "parentId": "67eb506040b1947a72102957", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a7210295a", - "_tpl": "6570243bbfc87b3a3409321f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210295b", - "_tpl": "5d6e6806a4b936088465b17e", - "parentId": "67eb506040b1947a7210295a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210295c", - "_tpl": "5d6e6806a4b936088465b17e", - "location": 1, - "parentId": "67eb506040b1947a7210295a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a7210295a", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac346cf86f7741d63233a02 startedMessageText", - "status": 0, - "successMessageText": "5ac346cf86f7741d63233a02 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "5ac346e886f7741d6118b99b": { - "QuestName": "Signal - Part 4", - "_id": "5ac346e886f7741d6118b99b", - "acceptPlayerMessage": "5ac346e886f7741d6118b99b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac346e886f7741d6118b99b changeQuestMessageText", - "completePlayerMessage": "5ac346e886f7741d6118b99b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5eb3286f7746e7a509a09", - "index": 0, - "parentId": "", - "target": "Attention", - "value": 8, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3b9986f77418403493b5", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3ba186f7741ce21f9b0c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac346cf86f7741d63233a02", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac346e886f7741d6118b99b declinePlayerMessage", - "description": "5ac346e886f7741d6118b99b description", - "failMessageText": "5ac346e886f7741d6118b99b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4d8f186f774422237860d.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac346e886f7741d6118b99b name", - "note": "5ac346e886f7741d6118b99b note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7e8e7c496e588343a6eb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8600 - }, - { - "availableInGameEditions": [], - "id": "60cc7e9a65e4664318606b04", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7d0786f7742fa2019cc3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b04", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a72102b04", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5acb7d3986f7740ee6641447", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b06", - "_tpl": "618ba27d9008e4636a67f61d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b06", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac346e886f7741d6118b99b startedMessageText", - "status": 0, - "successMessageText": "5ac346e886f7741d6118b99b successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Skill" - }, - "5ac3475486f7741d6224abd3": { - "QuestName": "Bad Habit", - "_id": "5ac3475486f7741d6224abd3", - "acceptPlayerMessage": "5ac3475486f7741d6224abd3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac3475486f7741d6224abd3 changeQuestMessageText", - "completePlayerMessage": "5ac3475486f7741d6224abd3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5ee9986f7746e7a509a26", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573476d324597737da2adc13" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5eee986f77401fd341c9e", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573476d324597737da2adc13" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5ef2a86f7741c5804f9f5", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5734770f24597738025ee254" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5ef5686f77416ca60f644", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5734770f24597738025ee254" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5ef9886f7746e7a509a2d", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573476f124597737e04bf328" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac5eff886f7740f43322559", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573476f124597737e04bf328" - ], - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3c3086f77418d851688f", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3c3d86f7741ce21f9b1a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3460c86f7742880308185", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac3475486f7741d6224abd3 declinePlayerMessage", - "description": "5ac3475486f7741d6224abd3 description", - "failMessageText": "5ac3475486f7741d6224abd3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4d9aa86f7744784484abf.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac3475486f7741d6224abd3 name", - "note": "5ac3475486f7741d6224abd3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7efa7c496e588343a6ed", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6700 - }, - { - "availableInGameEditions": [], - "id": "60cc7f0177dc197c774254d1", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7b7a86f7747a5a561a40", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a0b", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 300 - } - } - ], - "target": "67eb506040b1947a72102a0b", - "type": "Item", - "unknown": false, - "value": 300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec1a05813e6fb78d4420dbb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a0c", - "_tpl": "5b1fa9b25acfc40018633c01", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a0d", - "_tpl": "5b1fa9ea5acfc40018633c0a", - "parentId": "67eb506040b1947a72102a0c", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102a0e", - "_tpl": "5b1faa0f5acfc40dc528aeb5", - "parentId": "67eb506040b1947a72102a0c", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102a0f", - "_tpl": "5a6f5d528dc32e00094b97d9", - "parentId": "67eb506040b1947a72102a0e", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102a10", - "_tpl": "5a6f58f68dc32e000a311390", - "parentId": "67eb506040b1947a72102a0e", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102a11", - "_tpl": "5a718b548dc32e000d46d262", - "parentId": "67eb506040b1947a72102a0c", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a72102a0c", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec1a07483b69d213d3c2ef0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a14", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a15", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a72102a14", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102a16", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a17", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a72102a16", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102a18", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a19", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a72102a18", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102a1a", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a1b", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a72102a1a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102a1c", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a1d", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a72102a1c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102a1e", - "_tpl": "657025961419851aef03e721", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a1f", - "_tpl": "5c3df7d588a4501f290594e5", - "parentId": "67eb506040b1947a72102a1e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72102a1e", - "type": "Item", - "unknown": true, - "value": 6 - }, - { - "availableInGameEditions": [], - "id": "62a11832c30cfa1d366aeb84", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a20", - "_tpl": "62a0a043cf4a99369e2624a5" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72102a20", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac3475486f7741d6224abd3 startedMessageText", - "status": 0, - "successMessageText": "5ac3475486f7741d6224abd3 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "5ac3477486f7741d651d6885": { - "QuestName": "Scout", - "_id": "5ac3477486f7741d651d6885", - "acceptPlayerMessage": "5ac3477486f7741d651d6885 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac3477486f7741d651d6885 changeQuestMessageText", - "completePlayerMessage": "5ac3477486f7741d651d6885 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ac61a9b86f7743a8b697a2d", - "target": "place_pacemaker_SCOUT_01", - "value": 1 - } - ], - "id": "5ac61a8a86f7743a8d663c76" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac61a8a86f7743a8d663c77", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ac61ac586f7743a8b697a35", - "target": "place_pacemaker_SCOUT_02", - "value": 1 - } - ], - "id": "5ac61ab986f7746e352cec8b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac61ab986f7746e352cec8c", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ac61aea86f7743a8b697a36", - "target": "place_pacemaker_SCOUT_03", - "value": 1 - } - ], - "id": "5ac61adf86f774741c1bf095" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac61adf86f774741c1bf096", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a865f51943b749b5021f88", - "target": "place_pacemaker_SCOUT_04", - "value": 1 - } - ], - "id": "63a865ce1943b749b5021f87" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a865ce1943b749b5021f86", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ac61b1c86f774741c1bf0a1", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5b7ffa8e86f77457da4f820a", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "5ac61b1486f7743a8f30fc83" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ac61b1486f7743a8f30fc84", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ac61b2f86f7743a8d663c98", - "target": "5ac61a8a86f7743a8d663c77" - }, - { - "conditionType": "CompleteCondition", - "id": "5ac61b3386f7743a8f30fc86", - "target": "5ac61ab986f7746e352cec8c" - }, - { - "conditionType": "CompleteCondition", - "id": "5ac61b3a86f7743a8f30fc87", - "target": "5ac61adf86f774741c1bf096" - }, - { - "conditionType": "CompleteCondition", - "id": "63a866e710b7a13eb0159655", - "target": "63a865ce1943b749b5021f86" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3bcb86f77418403493b7", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3bd286f7741bb83784a3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac346a886f7744e1b083d67", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac3477486f7741d651d6885 declinePlayerMessage", - "description": "5ac3477486f7741d651d6885 description", - "failMessageText": "5ac3477486f7741d651d6885 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4da0486f7744cc7701bdc.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "5ac3477486f7741d651d6885 name", - "note": "5ac3477486f7741d651d6885 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7f24f09d61072d6d00ce", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6800 - }, - { - "availableInGameEditions": [], - "id": "60cc7f2a98b49270603645e5", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ace322c86f7744aac5392d5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ada", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72102ada", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7f3daf2e5506c37822cb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102adc", - "_tpl": "5448ba0b4bdc2d02308b456c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102adc", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac3477486f7741d651d6885 startedMessageText", - "status": 0, - "successMessageText": "5ac3477486f7741d651d6885 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "5ac3479086f7742880308199": { - "QuestName": "Insider", - "_id": "5ac3479086f7742880308199", - "acceptPlayerMessage": "5ac3479086f7742880308199 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ac3479086f7742880308199 changeQuestMessageText", - "completePlayerMessage": "5ac3479086f7742880308199 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5dbadfd186f77449467d1482", - "index": 0, - "parentId": "", - "target": "54cb50c76803fa8b248b4571", - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3dd886f77418d85168f2", - "index": 0, - "parentId": "", - "value": 12, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3ddd86f77418420bf391", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3467986f7741d6224abc2", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5acf3df186f7741ce21f9b2b", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac2428686f77412450b42bf", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ac3479086f7742880308199 declinePlayerMessage", - "description": "5ac3479086f7742880308199 description", - "failMessageText": "5ac3479086f7742880308199 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ac3479086f7742880308199 name", - "note": "5ac3479086f7742880308199 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7f56af2e5506c37822cc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6700 - }, - { - "availableInGameEditions": [], - "id": "60cc7f5ce3d0247e625dab7d", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5acb7a2986f77440a60503c1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029c6", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 800 - } - } - ], - "target": "67eb506040b1947a721029c6", - "type": "Item", - "unknown": false, - "value": 800 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5acb7a6e86f77432b76dbca9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029c8", - "_tpl": "5a32a064c4a28200741e22de", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029c9", - "_tpl": "5a32a064c4a28200741e22de", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721029c9", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ac3479086f7742880308199 startedMessageText", - "status": 0, - "successMessageText": "5ac3479086f7742880308199 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Standing" - }, - "5ae3267986f7742a413592fe": { - "QuestName": "Gunsmith - Part 5", - "_id": "5ae3267986f7742a413592fe", - "acceptPlayerMessage": "5ae3267986f7742a413592fe acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae3267986f7742a413592fe changeQuestMessageText", - "completePlayerMessage": "5ae3267986f7742a413592fe completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5a788068c5856700137e4c8f" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 60 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "55818b164bdc2ddc698b456c", - "55818af64bdc2d5b648b4570" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5ae34b8b86f7741e5b1e5d48", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 500 - }, - "target": [ - "5a7828548dc32e5a9c28b516" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4134a86f7742574673cc5", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639aee4981b99001240bbe15", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639872f9decada40426d3447", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae3267986f7742a413592fe declinePlayerMessage", - "description": "5ae3267986f7742a413592fe description", - "failMessageText": "5ae3267986f7742a413592fe failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae326a086f77444fd36f5d8.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae3267986f7742a413592fe name", - "note": "5ae3267986f7742a413592fe note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c950d8e86f77455185027fb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4100 - }, - { - "availableInGameEditions": [], - "id": "60cc77923e4e974efa345d24", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9948986f77445200ecb4f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a87", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 300 - } - } - ], - "target": "67eb506040b1947a72103a87", - "type": "Item", - "unknown": false, - "value": 300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398a86cddab1d61bf383d16", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a89", - "_tpl": "5d1c819a86f774771b0acd6c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a8a", - "_tpl": "5d1c819a86f774771b0acd6c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a8b", - "_tpl": "5d1c819a86f774771b0acd6c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a8b", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "63a19b5efcae11642e50f9b5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a8c", - "_tpl": "5aafbde786f774389d0cbc0f" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72103a8c", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae3267986f7742a413592fe startedMessageText", - "status": 0, - "successMessageText": "5ae3267986f7742a413592fe successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ae3270f86f77445ba41d4dd": { - "QuestName": "Gunsmith - Part 6", - "_id": "5ae3270f86f77445ba41d4dd", - "acceptPlayerMessage": "5ae3270f86f77445ba41d4dd acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae3270f86f77445ba41d4dd changeQuestMessageText", - "completePlayerMessage": "5ae3270f86f77445ba41d4dd completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "59f8a37386f7747af3328f06", - "59d6272486f77466146386ff" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 800 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 40 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5ae3550b86f7741cf44fc799", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 400 - }, - "target": [ - "59d6088586f774275f37482f" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4139286f774522e34389b", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4136586f774551341dc75", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae3267986f7742a413592fe", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae3270f86f77445ba41d4dd declinePlayerMessage", - "description": "5ae3270f86f77445ba41d4dd description", - "failMessageText": "5ae3270f86f77445ba41d4dd failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae3274386f7745b4246b387.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae3270f86f77445ba41d4dd name", - "note": "5ae3270f86f77445ba41d4dd note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc77b92b555f16df5c41b8", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5800 - }, - { - "availableInGameEditions": [], - "id": "60cc77c43e4e974efa345d25", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9964b86f77439b61d2571", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bdb", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72103bdb", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae9966686f77439bf37d95a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bdd", - "_tpl": "59e35ef086f7741777737012", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bde", - "_tpl": "59e35ef086f7741777737012", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bde", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398a94993ae507d5858c3a9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103be0", - "_tpl": "5d1b313086f77425227d1678", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103be1", - "_tpl": "5d1b313086f77425227d1678", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103be1", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398a9bbe11ec11ff5504039", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103be4", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103be5", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103be4", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103be6", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103be7", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103be6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103be8", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103be9", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103be8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103be8", - "type": "Item", - "unknown": true, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "63a19b9bfcae11642e50f9b6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bea", - "_tpl": "5a0c59791526d8dba737bba7" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103bea", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae3270f86f77445ba41d4dd startedMessageText", - "status": 0, - "successMessageText": "5ae3270f86f77445ba41d4dd successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ae3277186f7745973054106": { - "QuestName": "Gunsmith - Part 8", - "_id": "5ae3277186f7745973054106", - "acceptPlayerMessage": "5ae3277186f7745973054106 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae3277186f7745973054106 changeQuestMessageText", - "completePlayerMessage": "5ae3277186f7745973054106 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5649ab884bdc2ded0b8b457f", - "5649af884bdc2d1b2b8b4589", - "5649ae4a4bdc2d1b2b8b4588", - "59ecc3dd86f7746dc827481c", - "5bed61680db834001d2c45ab", - "5efaf417aeb21837e749c7f2", - "5c1bc4812e22164bef5cfde7", - "5a5f1ce64f39f90b401987bc" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 65 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 2 - }, - "id": "5ae3570b86f7746efa6b4494", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 30 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 275 - }, - "target": [ - "5ab8e9fcd8ce870019439434" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 5 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af413b686f774522c7a6791", - "index": 0, - "parentId": "", - "value": 17, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af413ae86f774522e3438a5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac244eb86f7741356335af1", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae3277186f7745973054106 declinePlayerMessage", - "description": "5ae3277186f7745973054106 description", - "failMessageText": "5ae3277186f7745973054106 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae327a086f7745c7b3f2f38.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae3277186f7745973054106 name", - "note": "5ae3277186f7745973054106 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc77e2179f8541b8469268", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8600 - }, - { - "availableInGameEditions": [], - "id": "60cc77ed98b49270603645d5", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9972186f77439b61d2aef", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039bd", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a721039bd", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398abefddab1d61bf383d17", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039bf", - "_tpl": "5a957c3fa2750c00137fa5f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039c0", - "_tpl": "5a957c3fa2750c00137fa5f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039c0", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398ac0c93ae507d5858c3aa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039c2", - "_tpl": "5f633f791b231926f2329f13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039c3", - "_tpl": "5f633f791b231926f2329f13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039c3", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398ac34e11ec11ff550403a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039c6", - "_tpl": "57372bd3245977670b7cd243", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039c7", - "_tpl": "56dff026d2720bb8668b4567", - "parentId": "67eb506040b1947a721039c6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a721039c8", - "_tpl": "57372bd3245977670b7cd243", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039c9", - "_tpl": "56dff026d2720bb8668b4567", - "parentId": "67eb506040b1947a721039c8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a721039c8", - "type": "Item", - "unknown": true, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae3277186f7745973054106 startedMessageText", - "status": 0, - "successMessageText": "5ae3277186f7745973054106 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ae327c886f7745c7b3f2f3f": { - "QuestName": "Gunsmith - Part 10", - "_id": "5ae327c886f7745c7b3f2f3f", - "acceptPlayerMessage": "5ae327c886f7745c7b3f2f3f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae327c886f7745c7b3f2f3f changeQuestMessageText", - "completePlayerMessage": "5ae327c886f7745c7b3f2f3f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 800 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 38 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 2 - }, - "id": "5ae445f386f7744e87761331", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 60 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 500 - }, - "target": [ - "5ac66d9b5acfc4001633997a" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 4.8 - }, - "width": { - "compareMethod": ">=", - "value": 4 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af413e486f774522e3438df", - "index": 0, - "parentId": "", - "value": 20, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af413ce86f774522e3438ae", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639872fa9b4fb827b200d8e5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae327c886f7745c7b3f2f3f declinePlayerMessage", - "description": "5ae327c886f7745c7b3f2f3f description", - "failMessageText": "5ae327c886f7745c7b3f2f3f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae327e086f7742a4135935e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae327c886f7745c7b3f2f3f name", - "note": "5ae327c886f7745c7b3f2f3f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7828f09d61072d6d00bf", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10400 - }, - { - "availableInGameEditions": [], - "id": "60cc782a7c496e588343a6db", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398afbac8f8cc12a47b02a9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b9c", - "_tpl": "5c06779c86f77426e00dd782", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b9d", - "_tpl": "5c06779c86f77426e00dd782", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b9e", - "_tpl": "5c06779c86f77426e00dd782", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b9f", - "_tpl": "5c06779c86f77426e00dd782", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ba0", - "_tpl": "5c06779c86f77426e00dd782", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ba0", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398afc5e11ec11ff550403b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ba2", - "_tpl": "61bf7b6302b3924be92fa8c3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ba3", - "_tpl": "61bf7b6302b3924be92fa8c3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ba3", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "63a19c1ed6d4651e53602aeb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ba4", - "_tpl": "5aafbde786f774389d0cbc0f" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102ba4", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae327c886f7745c7b3f2f3f startedMessageText", - "status": 0, - "successMessageText": "5ae327c886f7745c7b3f2f3f successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ae3280386f7742a41359364": { - "QuestName": "Gunsmith - Part 15", - "_id": "5ae3280386f7742a41359364", - "acceptPlayerMessage": "5ae3280386f7742a41359364 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae3280386f7742a41359364 changeQuestMessageText", - "completePlayerMessage": "5ae3280386f7742a41359364 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5a9eb32da2750c00171b3f9c", - "544909bb4bdc2d6f028b4577", - "5a7c74b3e899ef0014332c29" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 33 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5ae4479686f7744f6c79b7b3", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 30 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 220 - }, - "target": [ - "57c44b372459772d2b39b8ce" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4140186f774522d460775", - "index": 0, - "parentId": "", - "value": 27, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af413fa86f77407184494f3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639872fe8871e1272b10ccf6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae3280386f7742a41359364 declinePlayerMessage", - "description": "5ae3280386f7742a41359364 description", - "failMessageText": "5ae3280386f7742a41359364 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae3281c86f7745b3e3bf2d1.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae3280386f7742a41359364 name", - "note": "5ae3280386f7742a41359364 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc784ea7d63f18200a24e4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 19400 - }, - { - "availableInGameEditions": [], - "id": "60cc7852e3d0247e625dab6e", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae99bc386f774391242a7ac", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102938", - "_tpl": "5addaffe86f77470b455f900", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102938", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc78692b555f16df5c41ba", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210293a", - "_tpl": "5d1b327086f7742525194449", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210293a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a19cc35032c67f050dd960", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210293b", - "_tpl": "59eb7ebe86f7740b373438ce" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a7210293b", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae3280386f7742a41359364 startedMessageText", - "status": 0, - "successMessageText": "5ae3280386f7742a41359364 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5ae448a386f7744d3730fff0": { - "QuestName": "Only Business", - "_id": "5ae448a386f7744d3730fff0", - "acceptPlayerMessage": "5ae448a386f7744d3730fff0 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae448a386f7744d3730fff0 changeQuestMessageText", - "completePlayerMessage": "5ae448a386f7744d3730fff0 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae44c6886f7744f1a7eb2b8", - "index": 0, - "parentId": "", - "target": "5ac3b934156ae10c4430e83c", - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af414f286f774522f59b0d7", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae448a386f7744d3730fff0 declinePlayerMessage", - "description": "5ae448a386f7744d3730fff0 description", - "failMessageText": "5ae448a386f7744d3730fff0 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae448a386f7744d3730fff0 name", - "note": "5ae448a386f7744d3730fff0 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c95107186f7743285178ade", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6700 - }, - { - "availableInGameEditions": [], - "id": "60cc80d62b555f16df5c41d3", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9ab1986f7743dfb61b904", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a9c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 10000 - } - } - ], - "target": "67eb506040b1947a72103a9c", - "type": "Item", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc80ea2b555f16df5c41d4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a9e", - "_tpl": "5b44c8ea86f7742d1627baf1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a9e", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae448a386f7744d3730fff0 startedMessageText", - "status": 0, - "successMessageText": "5ae448a386f7744d3730fff0 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Merchant" - }, - "5ae448bf86f7744d733e55ee": { - "QuestName": "Make ULTRA Great Again", - "_id": "5ae448bf86f7744d733e55ee", - "acceptPlayerMessage": "5ae448bf86f7744d733e55ee acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae448bf86f7744d733e55ee changeQuestMessageText", - "completePlayerMessage": "5ae448bf86f7744d733e55ee completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5ae44ef386f774149f15ed84", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", + "target": "qlight_find_crushed_heli", "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ae44efd86f774149d4cc6a4", - "target": [ - "Interchange" - ] + "conditionType": "VisitPlace" } - ], - "id": "5ae44ecd86f77414a13c970d" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae44ecd86f77414a13c970e", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, + "id": "63ac1a941b5c95746621ddb2", + "index": 1, + "parentId": "", "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 25, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4154186f7745c2674236d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448a386f7744d3730fff0", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae448bf86f7744d733e55ee declinePlayerMessage", - "description": "5ae448bf86f7744d733e55ee description", - "failMessageText": "5ae448bf86f7744d733e55ee failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5ae448bf86f7744d733e55ee name", - "note": "5ae448bf86f7744d733e55ee note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c95108086f774551617863f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9800 - }, - { - "availableInGameEditions": [], - "id": "60cc8116e3d0247e625dab82", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc81283e4e974efa345d7b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103baf", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a72103baf", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc813e77dc197c774254d6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bb1", - "_tpl": "59e7643b86f7742cbf2c109a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bb2", - "_tpl": "59e7643b86f7742cbf2c109a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bb3", - "_tpl": "59e7643b86f7742cbf2c109a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bb3", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "629f0aad14061f307437fc61", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae448bf86f7744d733e55ee startedMessageText", - "status": 0, - "successMessageText": "5ae448bf86f7744d733e55ee successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5ae448e586f7744dcf0c2a67": { - "QuestName": "Big Sale", - "_id": "5ae448e586f7744dcf0c2a67", - "acceptPlayerMessage": "5ae448e586f7744dcf0c2a67 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae448e586f7744dcf0c2a67 changeQuestMessageText", - "completePlayerMessage": "5ae448e586f7744dcf0c2a67 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ae4509b86f774282006e469", - "target": "place_SALE_03_AVOKADO", - "value": 1 - } - ], - "id": "5ae4508386f7741250488336" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4508386f7741250488337", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ae450e286f7740f6409d278", - "target": "place_SALE_03_KOSTIN", - "value": 1 - } - ], - "id": "5ae450db86f7741250488358" - }, "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5ae450db86f7741250488359", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ae450f686f774125048835f", - "target": "place_SALE_03_TREND", - "value": 1 - } - ], - "id": "5ae450ee86f7740f9307859c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae450ee86f7740f9307859d", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ae4511086f7740f6409d289", - "target": "place_SALE_03_DINO", - "value": 1 - } - ], - "id": "5ae4510786f7740fa614399e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4510786f7740fa614399f", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ae4512686f774400872565c", - "target": "place_SALE_03_TOPBRAND", - "value": 1 - } - ], - "id": "5ae4511d86f7740ffc31ccb4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4511d86f7740ffc31ccb5", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ae4515086f7741250488375", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ae4516386f774282006e4ad", - "target": [ - "Interchange" - ] - } - ], - "id": "5ae4514986f7740e915d218b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4514986f7740e915d218c", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae4516f86f7740e915d2196", - "target": "5ae4508386f7741250488337" - }, - { - "conditionType": "CompleteCondition", - "id": "5ae4517386f774282006e4b3", - "target": "5ae450db86f7741250488359" - }, - { - "conditionType": "CompleteCondition", - "id": "5ae4517786f774282006e4b5", - "target": "5ae450ee86f7740f9307859d" - }, - { - "conditionType": "CompleteCondition", - "id": "5ae4517c86f7740fa61439c0", - "target": "5ae4510786f7740fa614399f" - }, - { - "conditionType": "CompleteCondition", - "id": "5ae4518286f7740ffc31ccd8", - "target": "5ae4511d86f7740ffc31ccb5" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4155d86f7745b5e2aba63", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448a386f7744d3730fff0", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae448e586f7744dcf0c2a67 declinePlayerMessage", - "description": "5ae448e586f7744dcf0c2a67 description", - "failMessageText": "5ae448e586f7744dcf0c2a67 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5ae448e586f7744dcf0c2a67 name", - "note": "5ae448e586f7744dcf0c2a67 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc8192af2e5506c37822d1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8200 - }, - { - "availableInGameEditions": [], - "id": "60cc81997c496e588343a6f7", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc819ff09d61072d6d0112", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103afa", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103afa", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc81af6a2a1958fc52321c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103afc", - "_tpl": "5d5d940f86f7742797262046", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103afc", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae448e586f7744dcf0c2a67 startedMessageText", - "status": 0, - "successMessageText": "5ae448e586f7744dcf0c2a67 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Exploration" - }, - "5ae448f286f77448d73c0131": { - "QuestName": "The Blood of War - Part 1", - "_id": "5ae448f286f77448d73c0131", - "acceptPlayerMessage": "5ae448f286f77448d73c0131 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae448f286f77448d73c0131 changeQuestMessageText", - "completePlayerMessage": "5ae448f286f77448d73c0131 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae452c086f774336a397578", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], "value": 1, "visibilityConditions": [], - "zoneId": "place_WARBLOOD_04_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae452de86f77450595c4333", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_WARBLOOD_04_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae452fa86f774336a39758e", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_WARBLOOD_04_3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ae4531f86f77417eb43f0d8", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ae4532486f77418215460fb", - "target": [ - "Interchange" - ] - } - ], - "id": "5ae4531986f774177033c3e5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4531986f774177033c3e6", - "index": 3, "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae4532a86f774336a39759e", - "target": "5ae452c086f774336a397578" - }, - { - "conditionType": "CompleteCondition", - "id": "5ae4532e86f774184a254940", - "target": "5ae452de86f77450595c4333" - }, - { - "conditionType": "CompleteCondition", - "id": "5ae4533286f7741b747a04d9", - "target": "5ae452fa86f774336a39758e" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b50761b88a4507f45121125", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448e586f7744dcf0c2a67", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389fa44c3442f24872c1159", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448bf86f7744d733e55ee", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae448f286f77448d73c0131 declinePlayerMessage", - "description": "5ae448f286f77448d73c0131 description", - "failMessageText": "5ae448f286f77448d73c0131 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5ae448f286f77448d73c0131 name", - "note": "5ae448f286f77448d73c0131 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c95109a86f77455192fa44c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7500 - }, - { - "availableInGameEditions": [], - "id": "60cc81da7c496e588343a6f9", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9ad3986f77458b06d5625", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103954", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 60000 - } - } - ], - "target": "67eb506040b1947a72103954", - "type": "Item", - "unknown": false, - "value": 60000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc82077c496e588343a6fb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103956", - "_tpl": "5d1b36a186f7742523398433", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103957", - "_tpl": "5d1b36a186f7742523398433", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103957", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "655b951f32b0b1645e6f54cd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103958", - "_tpl": "6038d614d10cbf667352dd44" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103958", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae448f286f77448d73c0131 startedMessageText", - "status": 0, - "successMessageText": "5ae448f286f77448d73c0131 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5ae4490786f7744ca822adcc": { - "QuestName": "Dressed to Kill", - "_id": "5ae4490786f7744ca822adcc", - "acceptPlayerMessage": "5ae4490786f7744ca822adcc acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4490786f7744ca822adcc changeQuestMessageText", - "completePlayerMessage": "5ae4490786f7744ca822adcc completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd89799c54dc00f463272d3", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5aa2b9ede5b5b000137b758b" - ], - "value": 2, - "visibilityConditions": [] + "isResetOnConditionFailed": false }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd89729a8c881276c560433", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e7708286f7742cbd762753" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4543686f7742dc043c903", + "id": "61a00eff2d708d41a34f19b4", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "59e7708286f7742cbd762753" + "61a00bcb177fb945751bbe6a" ], - "value": 2, + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae454a086f7742be909a81a", + "id": "61a00f3f177fb945751bbe92", "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "target": [ - "5aa2b9ede5b5b000137b758b" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4157f86f7745f696ebd3d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448f286f77448d73c0131", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4490786f7744ca822adcc declinePlayerMessage", - "description": "5ae4490786f7744ca822adcc description", - "failMessageText": "5ae4490786f7744ca822adcc failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae4490786f7744ca822adcc name", - "note": "5ae4490786f7744ca822adcc note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc82313e4e974efa345d7d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8400 - }, - { - "availableInGameEditions": [], - "id": "60cc82622b555f16df5c41d6", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9ad9086f7743a4f5b99da", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b9b", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 21000 - } - } - ], - "target": "67eb506040b1947a72103b9b", - "type": "Item", - "unknown": false, - "value": 21000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae9add286f7743a46263f54", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ba4", - "_tpl": "5ab8e79e86f7742d8b372e78", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ba5", - "_tpl": "65732688d9d89ff7ac0d9c4c", - "parentId": "67eb506040b1947a72103ba4", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103ba6", - "_tpl": "657326978c1cc6dcd9098b56", - "parentId": "67eb506040b1947a72103ba4", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103ba7", - "_tpl": "657326a28c1cc6dcd9098b5a", - "parentId": "67eb506040b1947a72103ba4", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103ba8", - "_tpl": "657326b08c1cc6dcd9098b5e", - "parentId": "67eb506040b1947a72103ba4", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103ba9", - "_tpl": "657326bc5d3a3129fb05f36b", - "parentId": "67eb506040b1947a72103ba4", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103baa", - "_tpl": "656f611f94b480b8a500c0db", - "parentId": "67eb506040b1947a72103ba4", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103bab", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a72103ba4", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103ba4", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc8248179f8541b846927f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bad", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bad", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4490786f7744ca822adcc startedMessageText", - "status": 0, - "successMessageText": "5ae4490786f7744ca822adcc successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5ae4493486f7744efa289417": { - "QuestName": "Database - Part 1", - "_id": "5ae4493486f7744efa289417", - "acceptPlayerMessage": "5ae4493486f7744efa289417 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4493486f7744efa289417 changeQuestMessageText", - "completePlayerMessage": "5ae4493486f7744efa289417 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b32486f7745bbc72275a", - "index": 0, "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a0dd86f7742e5f454a05" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b34686f7743129512ccf", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", "target": [ - "5ae9a0dd86f7742e5f454a05" + "61a00bcb177fb945751bbe6a" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "5ae9b34986f7742291103ff8", - "target": "5ae9b32486f7745bbc72275a" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b36c86f774307c29df04", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a18586f7746e381e16a3" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b38a86f77432c81e2ce3", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a18586f7746e381e16a3" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae9b39486f7742291103ffa", - "target": "5ae9b36c86f774307c29df04" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b3b186f7745bbc722762", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a1b886f77404c8537c62" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b3c986f77432c81e2ce6", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a1b886f77404c8537c62" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae9b3d086f774307c29df09", - "target": "5ae9b3b186f7745bbc722762" + "id": "63ac1d2add6923311c7d181a", + "target": "61a00eff2d708d41a34f19b4", + "conditionType": "CompleteCondition" } ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af415b286f77407184495dd", + "id": "61ae0c513979ec0a22045939", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6193850f60b34236ee0483de", "status": [ 4 ], - "target": "5ae448e586f7744dcf0c2a67", - "visibilityConditions": [] - }, - { + "globalQuestCounterId": "", "availableAfter": 0, - "conditionType": "Quest", "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389fb4cc3442f24872c115a", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448bf86f7744d733e55ee", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4493486f7744efa289417 declinePlayerMessage", - "description": "5ae4493486f7744efa289417 description", - "failMessageText": "5ae4493486f7744efa289417 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7d286f7744748710d74.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5ae4493486f7744efa289417 name", - "note": "5ae4493486f7744efa289417 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc828c179f8541b8469280", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8400 - }, - { - "availableInGameEditions": [], - "id": "60cc828ff09d61072d6d0113", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc82978f570e28f1481173", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bd1", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103bd1", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae9b54486f7745bbc72277f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bd3", - "_tpl": "5aa2ba71e5b5b000137b758f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bd3", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc82dcaf2e5506c37822d6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bd5", - "_tpl": "5d6d2ef3a4b93618084f58bd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bd5", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc82f465e4664318606b52", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bd7", - "_tpl": "573476d324597737da2adc13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bd8", - "_tpl": "573476d324597737da2adc13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bd8", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "655b884f769de97e1d62d11a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bd9", - "_tpl": "609e8540d5c319764c2bc2e9" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103bd9", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4493486f7744efa289417 startedMessageText", - "status": 0, - "successMessageText": "5ae4493486f7744efa289417 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Exploration" - }, - "5ae4493d86f7744b8e15aa8f": { - "QuestName": "Database - Part 2", - "_id": "5ae4493d86f7744b8e15aa8f", - "acceptPlayerMessage": "5ae4493d86f7744b8e15aa8f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4493d86f7744b8e15aa8f changeQuestMessageText", - "completePlayerMessage": "5ae4493d86f7744b8e15aa8f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b5bd86f774307c29df37", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a25386f7746dd946e6d9" - ], - "value": 1, "visibilityConditions": [] }, { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b63286f774229110402d", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a25386f7746dd946e6d9" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae9b64a86f77450fb040b1c", - "target": "5ae9b5bd86f774307c29df37" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af415c386f7745c267423a7", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4493486f7744efa289417", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4493d86f7744b8e15aa8f declinePlayerMessage", - "description": "5ae4493d86f7744b8e15aa8f description", - "failMessageText": "5ae4493d86f7744b8e15aa8f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7d286f7744748710d74.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5ae4493d86f7744b8e15aa8f name", - "note": "5ae4493d86f7744b8e15aa8f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc833a77dc197c774254e0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8500 - }, - { - "availableInGameEditions": [], - "id": "60cc8343e3d0247e625dab8b", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc835e98b49270603645f3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b0e", - "_tpl": "5733279d245977289b77ec24", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b0e", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc836c77dc197c774254e3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b10", - "_tpl": "5d1b313086f77425227d1678", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b10", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b8876b71eeb7c4168c634", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b11", - "_tpl": "5d5d646386f7742797261fd9" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103b11", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4493d86f7744b8e15aa8f startedMessageText", - "status": 0, - "successMessageText": "5ae4493d86f7744b8e15aa8f successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5ae4495086f77443c122bc40": { - "QuestName": "Sew it Good - Part 1", - "_id": "5ae4495086f77443c122bc40", - "acceptPlayerMessage": "5ae4495086f77443c122bc40 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4495086f77443c122bc40 changeQuestMessageText", - "completePlayerMessage": "5ae4495086f77443c122bc40 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4559386f7742dc043c95e", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ab8f20c86f7745cdb629fb2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae455be86f7742dc043c969", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ab8f20c86f7745cdb629fb2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae455fb86f7744dd8242380", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e763f286f7742ee57895da" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae4562086f774498b05e0dc", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e763f286f7742ee57895da" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4201386f774267375038c", - "index": 0, - "parentId": "", - "value": 25, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af415f486f7745bf73dad59", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4493d86f7744b8e15aa8f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4495086f77443c122bc40 declinePlayerMessage", - "description": "5ae4495086f77443c122bc40 description", - "failMessageText": "5ae4495086f77443c122bc40 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae4495086f77443c122bc40 name", - "note": "5ae4495086f77443c122bc40 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c9510f186f7745516178641", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12300 - }, - { - "availableInGameEditions": [], - "id": "60cc838ff09d61072d6d0120", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9b6ef86f77450fb040b24", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028d6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a721028d6", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec1a0f7e16f6c41ee73526c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028dc", - "_tpl": "5e4abb5086f77406975c9342", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721028dd", - "_tpl": "6575e71760703324250610c3", - "parentId": "67eb506040b1947a721028dc", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028de", - "_tpl": "6575e72660703324250610c7", - "parentId": "67eb506040b1947a721028dc", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028df", - "_tpl": "656fa76500d62bcd2e024080", - "parentId": "67eb506040b1947a721028dc", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028e0", - "_tpl": "656fa76500d62bcd2e024080", - "parentId": "67eb506040b1947a721028dc", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721028dc", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae9b70686f7742291104038", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028e2", - "_tpl": "5f60cd6cf2bcbb675b00dac6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028e2", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b87e11f2b6843ec751fdc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028ed", - "_tpl": "5c0e57ba86f7747fa141986d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721028ee", - "_tpl": "65707fc348c7a887f2010432", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028ef", - "_tpl": "6570800612755ae0d907acf8", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028f0", - "_tpl": "65708070f65e2491bf00972c", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028f1", - "_tpl": "657080a212755ae0d907ad04", - "parentId": "67eb506040b1947a721028ed", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028f2", - "_tpl": "657080ca12755ae0d907ad5e", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028f3", - "_tpl": "65708122f65e2491bf009755", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028f4", - "_tpl": "65708165696fe382cf073255", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028f5", - "_tpl": "656f603f94b480b8a500c0d6", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721028f6", - "_tpl": "657b22485f444d6dff0c6c2f", - "parentId": "67eb506040b1947a721028ed", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a721028ed", - "traderId": 2, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4495086f77443c122bc40 startedMessageText", - "status": 0, - "successMessageText": "5ae4495086f77443c122bc40 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5ae4495c86f7744e87761355": { - "QuestName": "Sew it Good - Part 2", - "_id": "5ae4495c86f7744e87761355", - "acceptPlayerMessage": "5ae4495c86f7744e87761355 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4495c86f7744e87761355 changeQuestMessageText", - "completePlayerMessage": "5ae4495c86f7744e87761355 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b77f86f77432c81e3074", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ab8e79e86f7742d8b372e78" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b7c886f774307c29df56", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ab8e79e86f7742d8b372e78" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5aec6d2586f774198b1f3336", - "target": "5ae9b77f86f77432c81e3074" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b91386f77415a869b3f3", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 50, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ab8e79e86f7742d8b372e78" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9b93b86f7746e0026221a", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 50, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ab8e79e86f7742d8b372e78" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5aec6d2a86f774198b1f3337", - "target": "5ae9b91386f77415a869b3f3" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4165d86f7745bf73dad72", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4495086f77443c122bc40", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4495c86f7744e87761355 declinePlayerMessage", - "description": "5ae4495c86f7744e87761355 description", - "failMessageText": "5ae4495c86f7744e87761355 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae4495c86f7744e87761355 name", - "note": "5ae4495c86f7744e87761355 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc83db179f8541b846928b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17500 - }, - { - "availableInGameEditions": [], - "id": "60cc83e6af2e5506c37822db", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc844965e4664318606b55", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028c7", - "_tpl": "5aa7e3abe5b5b000171d064d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028c7", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc8438af2e5506c37822dc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028c9", - "_tpl": "5c0919b50db834001b7ce3b9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028c9", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc844398b49270603645f6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028cb", - "_tpl": "5aa7e373e5b5b000137b76f0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028cb", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4495c86f7744e87761355 startedMessageText", - "status": 0, - "successMessageText": "5ae4495c86f7744e87761355 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5ae4496986f774459e77beb6": { - "QuestName": "Sew it Good - Part 3", - "_id": "5ae4496986f774459e77beb6", - "acceptPlayerMessage": "5ae4496986f774459e77beb6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4496986f774459e77beb6 changeQuestMessageText", - "completePlayerMessage": "5ae4496986f774459e77beb6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9bc6e86f7746e0026222c", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0e53c886f7747fa54205c7", - "5c0e51be86f774598e797894" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9bea886f77468ab400e64", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 50, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0e53c886f7747fa54205c7", - "5c0e51be86f774598e797894" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4166d86f7745b5e2aca96", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4495c86f7744e87761355", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4496986f774459e77beb6 declinePlayerMessage", - "description": "5ae4496986f774459e77beb6 description", - "failMessageText": "5ae4496986f774459e77beb6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae4496986f774459e77beb6 name", - "note": "5ae4496986f774459e77beb6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc8475f09d61072d6d0122", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18200 - }, - { - "availableInGameEditions": [], - "id": "60cc847b65e4664318606b56", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9bede86f77415a869b41b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102aac", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 65000 - } - } - ], - "target": "67eb506040b1947a72102aac", - "type": "Item", - "unknown": false, - "value": 65000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc8489af2e5506c37822dd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102abb", - "_tpl": "5ca21c6986f77479963115a7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102abc", - "_tpl": "6575d9a79e27f4a85e08112d", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102abd", - "_tpl": "6575d9b8945bf78edd04c427", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102abe", - "_tpl": "6575d9c40546f8b1de093dee", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102abf", - "_tpl": "6575d9cf0546f8b1de093df2", - "parentId": "67eb506040b1947a72102abb", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac0", - "_tpl": "6575d9d8945bf78edd04c42b", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac1", - "_tpl": "6575da07945bf78edd04c433", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Shoulder_l", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac2", - "_tpl": "6575da159e27f4a85e081131", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Shoulder_r", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac3", - "_tpl": "6575d9e7945bf78edd04c42f", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac4", - "_tpl": "6575d9f816c2762fba00588d", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac5", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac6", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac7", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ac8", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102abb", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102abb", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b9629065b076eb02c4b51", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ac9", - "_tpl": "5df8a4d786f77412672a1e3b" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102ac9", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4496986f774459e77beb6 startedMessageText", - "status": 0, - "successMessageText": "5ae4496986f774459e77beb6 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5ae4497b86f7744cf402ed00": { - "QuestName": "Sew it Good - Part 4", - "_id": "5ae4497b86f7744cf402ed00", - "acceptPlayerMessage": "5ae4497b86f7744cf402ed00 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4497b86f7744cf402ed00 changeQuestMessageText", - "completePlayerMessage": "5ae4497b86f7744cf402ed00 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae45d7786f774178f237745", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e7643b86f7742cbf2c109a" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae45d9386f774178f23774a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e7643b86f7742cbf2c109a" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af079e486f77434693ad7f8", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5648a69d4bdc2ded0b8b457b" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af07a0286f7747dba10d8ac", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5648a69d4bdc2ded0b8b457b" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4168d86f7745c267423dc", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4496986f774459e77beb6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4497b86f7744cf402ed00 declinePlayerMessage", - "description": "5ae4497b86f7744cf402ed00 description", - "failMessageText": "5ae4497b86f7744cf402ed00 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae4497b86f7744cf402ed00 name", - "note": "5ae4497b86f7744cf402ed00 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc96016a2a1958fc523227", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18500 - }, - { - "availableInGameEditions": [], - "id": "60cc960f20a6283a506aeb33", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc96088f570e28f148117d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b0a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72102b0a", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "655b8b5bb71eeb7c4168c635", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b0c", - "_tpl": "5d5d940f86f7742797262046", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b0c", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc964320a6283a506aeb34", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b14", - "_tpl": "5ab8dced86f774646209ec87", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b15", - "_tpl": "6570f6e774d84423df065f21", - "parentId": "67eb506040b1947a72102b14", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b16", - "_tpl": "6570f71dd67d0309980a7af8", - "parentId": "67eb506040b1947a72102b14", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b17", - "_tpl": "6570f74774d84423df065f25", - "parentId": "67eb506040b1947a72102b14", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b18", - "_tpl": "6570f79c4c65ab77a6015121", - "parentId": "67eb506040b1947a72102b14", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b19", - "_tpl": "656fa25e94b480b8a500c0e0", - "parentId": "67eb506040b1947a72102b14", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b1a", - "_tpl": "656fa25e94b480b8a500c0e0", - "parentId": "67eb506040b1947a72102b14", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102b14", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b8b6d9db22d43ab42b70e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b20", - "_tpl": "5b44cad286f77402a54ae7e5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b21", - "_tpl": "6575bc88c6700bd6b40e8a57", - "parentId": "67eb506040b1947a72102b20", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b22", - "_tpl": "6575bca0dc9932aed601c5d7", - "parentId": "67eb506040b1947a72102b20", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b23", - "_tpl": "656fae5f7c2d57afe200c0d7", - "parentId": "67eb506040b1947a72102b20", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b24", - "_tpl": "656fae5f7c2d57afe200c0d7", - "parentId": "67eb506040b1947a72102b20", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102b20", - "traderId": 2, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4497b86f7744cf402ed00 startedMessageText", - "status": 0, - "successMessageText": "5ae4497b86f7744cf402ed00 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5ae4498786f7744bde357695": { - "QuestName": "The Key to Success", - "_id": "5ae4498786f7744bde357695", - "acceptPlayerMessage": "5ae4498786f7744bde357695 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4498786f7744bde357695 changeQuestMessageText", - "completePlayerMessage": "5ae4498786f7744bde357695 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9c0a686f774703201f143", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a3f586f7740aab00e4e6" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9c0c986f77468ab400f88", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a3f586f7740aab00e4e6" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae9c0cc86f7746c63372b28", - "target": "5ae9c0a686f774703201f143" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9c0e186f7746419683c5e", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a4fc86f7746e381e1753" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9c10686f774703201f146", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ae9a4fc86f7746e381e1753" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae9c10b86f77468ab400f8c", - "target": "5ae9c0e186f7746419683c5e" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4192c86f774297e641027", - "index": 0, - "parentId": "", - "value": 26, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af416f086f7745c524a375f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4495c86f7744e87761355", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4498786f7744bde357695 declinePlayerMessage", - "description": "5ae4498786f7744bde357695 description", - "failMessageText": "5ae4498786f7744bde357695 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5ae4498786f7744bde357695 name", - "note": "5ae4498786f7744bde357695 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc968798b49270603645f9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15600 - }, - { - "availableInGameEditions": [], - "id": "60cc968d20a6283a506aeb36", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9c1b686f7746398105b16", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029c1", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 60000 - } - } - ], - "target": "67eb506040b1947a721029c1", - "type": "Item", - "unknown": false, - "value": 60000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae9c1d586f7747bf975eff3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029c3", - "_tpl": "5ab8f4ff86f77431c60d91ba", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029c4", - "_tpl": "5ab8f4ff86f77431c60d91ba", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721029c4", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "6764947e284eb4d2acaf9227", - "index": 0, - "target": "675468937dadca6836092b2a", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4498786f7744bde357695 startedMessageText", - "status": 0, - "successMessageText": "5ae4498786f7744bde357695 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5ae4499a86f77449783815db": { - "QuestName": "Charisma Brings Success", - "_id": "5ae4499a86f77449783815db", - "acceptPlayerMessage": "5ae4499a86f77449783815db acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae4499a86f77449783815db changeQuestMessageText", - "completePlayerMessage": "5ae4499a86f77449783815db completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9c29386f77427153c7fb0", - "index": 0, - "parentId": "", - "target": "Charisma", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4170e86f7745c267423e9", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4497b86f7744cf402ed00", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4171686f7741c8f21cb9e", + "id": "61ae0c6f45758a76ab08ab06", "index": 1, "parentId": "", - "status": [ - 4 - ], - "target": "5ae448f286f77448d73c0131", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae4499a86f77449783815db declinePlayerMessage", - "description": "5ae4499a86f77449783815db description", - "failMessageText": "5ae4499a86f77449783815db failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae4499a86f77449783815db name", - "note": "5ae4499a86f77449783815db note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc96b35f9e6175514de2c3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15600 - }, - { - "availableInGameEditions": [], - "id": "60cc96be20a6283a506aeb37", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc96f6a7d63f18200a2509", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029f2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 60000 - } - } - ], - "target": "67eb506040b1947a721029f2", - "type": "Item", - "unknown": false, - "value": 60000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc96e1646f74055e276525", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029fa", - "_tpl": "5d5d87f786f77427997cfaef", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029fb", - "_tpl": "6570e5100b57c03ec90b970a", - "parentId": "67eb506040b1947a721029fa", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029fc", - "_tpl": "6570e479a6560e4ee50c2b02", - "parentId": "67eb506040b1947a721029fa", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029fd", - "_tpl": "6570e5674cc0d2ab1e05edbb", - "parentId": "67eb506040b1947a721029fa", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029fe", - "_tpl": "6570e59b0b57c03ec90b970e", - "parentId": "67eb506040b1947a721029fa", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ff", - "_tpl": "656f9fa0498d1b7e3e071d98", - "parentId": "67eb506040b1947a721029fa", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102a00", - "_tpl": "656f9fa0498d1b7e3e071d98", - "parentId": "67eb506040b1947a721029fa", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721029fa", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b8d891fe356507267b2fc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a01", - "_tpl": "5ca2151486f774244a3b8d30" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102a01", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae4499a86f77449783815db startedMessageText", - "status": 0, - "successMessageText": "5ae4499a86f77449783815db successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Skill" - }, - "5ae449a586f7744bde357696": { - "QuestName": "No Fuss Needed", - "_id": "5ae449a586f7744bde357696", - "acceptPlayerMessage": "5ae449a586f7744bde357696 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae449a586f7744bde357696 changeQuestMessageText", - "completePlayerMessage": "5ae449a586f7744bde357696 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5ae9c38e86f7743515398707", - "index": 0, - "parentId": "", - "target": "54cb57776803fa99248b456e", - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4172f86f774059056f692", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4498786f7744bde357695", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae449a586f7744bde357696 declinePlayerMessage", - "description": "5ae449a586f7744bde357696 description", - "failMessageText": "5ae449a586f7744bde357696 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae449a586f7744bde357696 name", - "note": "5ae449a586f7744bde357696 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc9719b2736c24b2118b95", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15800 - }, - { - "availableInGameEditions": [], - "id": "60cc971f9f89812e5b6aa875", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9c43086f7747d4c148abe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029cb", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 32000 - } - } - ], - "target": "67eb506040b1947a721029cb", - "type": "Item", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae9c44e86f7746cd451db9d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029d0", - "_tpl": "5aa7e276e5b5b000171d0647", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029d1", - "_tpl": "657bc06daab96fccee08be9b", - "parentId": "67eb506040b1947a721029d0", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029d2", - "_tpl": "657bc0d8a1c61ee0c303632f", - "parentId": "67eb506040b1947a721029d0", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029d3", - "_tpl": "657bc107aab96fccee08be9f", - "parentId": "67eb506040b1947a721029d0", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721029d0", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae449a586f7744bde357696 startedMessageText", - "status": 0, - "successMessageText": "5ae449a586f7744bde357696 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Skill" - }, - "5ae449b386f77446d8741719": { - "QuestName": "Gratitude", - "_id": "5ae449b386f77446d8741719", - "acceptPlayerMessage": "5ae449b386f77446d8741719 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae449b386f77446d8741719 changeQuestMessageText", - "completePlayerMessage": "5ae449b386f77446d8741719 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9e17c86f77440d37ce03c", - "index": 1, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5ab8f4ff86f77431c60d91ba" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_THX_15" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9e1c786f77403fb3f9674", - "index": 2, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5ab8f85d86f7745cd93a1cf5" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_THX_15" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9e2a286f7740de4152a0a", - "index": 3, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5aa2b9aee5b5b00015693121" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_THX_15" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9e2e386f7740de4152a0d", - "index": 4, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5aa2b923e5b5b000137b7589" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_THX_15" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4177686f77406f92eee62", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4490786f7744ca822adcc", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4178e86f77426757cb152", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4493d86f7744b8e15aa8f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae449b386f77446d8741719 declinePlayerMessage", - "description": "5ae449b386f77446d8741719 description", - "failMessageText": "5ae449b386f77446d8741719 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5ae449b386f77446d8741719 name", - "note": "5ae449b386f77446d8741719 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc97571bdece56c249cbd5", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14400 - }, - { - "availableInGameEditions": [], - "id": "60cc976241fd1e14d71e22f3", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc975d646f74055e276527", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c23", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 120000 - } - } - ], - "target": "67eb506040b1947a72102c23", - "type": "Item", - "unknown": false, - "value": 120000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc97b1646f74055e27652a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c25", - "_tpl": "60b52e5bc7d8103275739d67", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c26", - "_tpl": "60b52e5bc7d8103275739d67", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c26", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc97a5b2736c24b2118b99", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c28", - "_tpl": "618aef6d0a5a59657e5f55ee", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c29", - "_tpl": "618aef6d0a5a59657e5f55ee", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c29", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc97c0f81cc57f47171897", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c2b", - "_tpl": "5d96141523f0ea1b7f2aacab", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c2c", - "_tpl": "5d96141523f0ea1b7f2aacab", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c2c", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc97cfa7d63f18200a250c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c2e", - "_tpl": "5b4327aa5acfc400175496e0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c2f", - "_tpl": "5b4327aa5acfc400175496e0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c2f", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae449b386f77446d8741719 startedMessageText", - "status": 0, - "successMessageText": "5ae449b386f77446d8741719 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5ae449c386f7744bde357697": { - "QuestName": "Sales Night", - "_id": "5ae449c386f7744bde357697", - "acceptPlayerMessage": "5ae449c386f7744bde357697 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae449c386f7744bde357697 changeQuestMessageText", - "completePlayerMessage": "5ae449c386f7744bde357697 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ae9e46686f77440d37ce046", - "target": [ - "Interchange" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5bb60cc688a4507f2f385a76", - "status": [ - "Survived" - ] - } - ], - "id": "5ae9e44f86f7746b6a466a8d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bb60cbc88a45011a8235cc5", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 7, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4196886f7742a2627a4be", - "index": 0, - "parentId": "", "value": 30, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af417c086f7742a2712c3c2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449b386f77446d8741719", + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5ae449c386f7744bde357697 declinePlayerMessage", - "description": "5ae449c386f7744bde357697 description", - "failMessageText": "5ae449c386f7744bde357697 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", - "instantComplete": false, + "description": "6179b4f16e9dd54ac275e407 description", + "failMessageText": "6179b4f16e9dd54ac275e407 failMessageText", + "declinePlayerMessage": "6179b4f16e9dd54ac275e407 declinePlayerMessage", + "name": "6179b4f16e9dd54ac275e407 name", + "note": "6179b4f16e9dd54ac275e407 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab41d128f39305480d0916.jpg", + "type": "Exploration", "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5ae449c386f7744bde357697 name", - "note": "5ae449c386f7744bde357697 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179b4f16e9dd54ac275e407 startedMessageText", + "successMessageText": "6179b4f16e9dd54ac275e407 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc97fc1bdece56c249cbd9", - "index": 0, + "value": 14000, + "id": "619528fc020725046c77c713", "type": "Experience", - "unknown": false, - "value": 17500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc980341fd1e14d71e22f9", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", + "value": 0.03, + "id": "61ae0c0345758a76ab08ab05", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9e49d86f77440d37ce047", + "value": 68000, + "id": "61ae0bda40869119390a7bcb", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b201a", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102acb", + "_id": "68010065f81036801d0b201a", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 35000 + "StackObjectsCount": 68000 } } - ], - "target": "67eb506040b1947a72102acb", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ae9e4b786f77443f2500fe0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102acd", - "_tpl": "5ab8ebf186f7742d8b372e80", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ace", - "_tpl": "5ab8ebf186f7742d8b372e80", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ace", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "60b90e93634af31280203931", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102acf", - "_tpl": "5b40e2bc5acfc40016388216" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102acf", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "657fc5e0fd86b9d9680c4a22", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ad0", - "_tpl": "65573fa5655447403702a816" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102ad0", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae449c386f7744bde357697 startedMessageText", - "status": 0, - "successMessageText": "5ae449c386f7744bde357697 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5ae449d986f774453a54a7e1": { - "QuestName": "Supervisor", - "_id": "5ae449d986f774453a54a7e1", - "acceptPlayerMessage": "5ae449d986f774453a54a7e1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ae449d986f774453a54a7e1 changeQuestMessageText", - "completePlayerMessage": "5ae449d986f774453a54a7e1 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9e55886f77445315f662a", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ad7247386f7747487619dc3" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ae9e58886f77423572433f5", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5ad7247386f7747487619dc3" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5ae9e58e86f77423572433f6", - "target": "5ae9e55886f77445315f662a" - } ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4186c86f77428ae313afa", - "index": 0, - "parentId": "", - "value": 40, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af417e386f77428ae313af3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449c386f7744bde357697", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af4181286f77428bb55edd9", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4498786f7744bde357695", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ae449d986f774453a54a7e1 declinePlayerMessage", - "description": "5ae449d986f774453a54a7e1 description", - "failMessageText": "5ae449d986f774453a54a7e1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5ae449d986f774453a54a7e1 name", - "note": "5ae449d986f774453a54a7e1 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5c95118b86f774551528defc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 24100 }, { "availableInGameEditions": [], - "id": "60cc983365e4664318606b5c", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ae9e5ed86f7742cfd3cb562", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102aed", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 250000 - } - } - ], - "target": "67eb506040b1947a72102aed", - "type": "Item", - "unknown": false, - "value": 250000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc98541bdece56c249cbdb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102aef", - "_tpl": "5be4038986f774527d3fae60", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102aef", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63bd873bbe101745b01ccfee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102af9", - "_tpl": "5e9dacf986f774054d6b89f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102afa", - "_tpl": "65732de75d3a3129fb05f3dd", - "parentId": "67eb506040b1947a72102af9", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102afb", - "_tpl": "65732df4d0acf75aea06c87b", - "parentId": "67eb506040b1947a72102af9", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102afc", - "_tpl": "65732e05d0acf75aea06c87f", - "parentId": "67eb506040b1947a72102af9", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102afd", - "_tpl": "65732e0f6784ca384b0167ad", - "parentId": "67eb506040b1947a72102af9", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102afe", - "_tpl": "65732e215d3a3129fb05f3e1", - "parentId": "67eb506040b1947a72102af9", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aff", - "_tpl": "65732e30dd8739f6440ef383", - "parentId": "67eb506040b1947a72102af9", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b00", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a72102af9", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102b01", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a72102af9", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102af9", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b90fa17bdcb1576b1226c8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b02", - "_tpl": "5ca21c6986f77479963115a7" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102b02", - "traderId": "5ac3b934156ae10c4430e83c", + "id": "61ae0c18cfead502c8012883", "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ae449d986f774453a54a7e1 startedMessageText", - "status": 0, - "successMessageText": "5ae449d986f774453a54a7e1 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5b47749f86f7746c5d6a5fd4": { - "QuestName": "Gunsmith - Part 17", - "_id": "5b47749f86f7746c5d6a5fd4", - "acceptPlayerMessage": "5b47749f86f7746c5d6a5fd4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b47749f86f7746c5d6a5fd4 changeQuestMessageText", - "completePlayerMessage": "5b47749f86f7746c5d6a5fd4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5f6339d53ada5942720e2dc3", - "5c0548ae0db834001966a3c2", - "588226ef24597767af46e39c", - "5b3a337e5acfc4704b4a19a0", - "5beec8b20db834001961942a" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 800 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 70 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": "<=", - "value": 2 - }, - "id": "5b47796686f774374f4a8bb1", "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 250 - }, - "target": [ - "5ac66d015acfc400180ae6e4" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": "<=", - "value": 4 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0cc186f7744def7f3389", - "index": 0, - "parentId": "", - "value": 31, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f082f86f7747a284dd609", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac242ab86f77412464f68b4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b47749f86f7746c5d6a5fd4 declinePlayerMessage", - "description": "5b47749f86f7746c5d6a5fd4 description", - "failMessageText": "5b47749f86f7746c5d6a5fd4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b47859886f7744d1b23c4f5.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b47749f86f7746c5d6a5fd4 name", - "note": "5b47749f86f7746c5d6a5fd4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7898179f8541b846926a", - "index": 0, - "type": "Experience", + "target": "68010065f81036801d0b201b", "unknown": false, - "value": 21400 - }, - { - "availableInGameEditions": [], - "id": "60cc789c2b555f16df5c41bb", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b48761d86f7744abe3d1972", - "index": 0, "items": [ { - "_id": "67eb506040b1947a7210351e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a7210351e", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639af815f5765f47cc7f0e66", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103520", - "_tpl": "590a3c0a86f774385a33c450", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103521", - "_tpl": "590a3c0a86f774385a33c450", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103522", - "_tpl": "590a3c0a86f774385a33c450", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103523", - "_tpl": "590a3c0a86f774385a33c450", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103523", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639af822ad9d7e3216668f67", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103525", - "_tpl": "5e2aedd986f7746d404f3aa4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103526", - "_tpl": "5e2aedd986f7746d404f3aa4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103526", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5b48e8bb86f774498467142c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103527", - "_tpl": "588226ef24597767af46e39c" + "_id": "68010065f81036801d0b201b", + "_tpl": "56eabf3bd2720b75698b4569" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72103527", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "58330581ace78e27b8b10cee" }, { "availableInGameEditions": [], - "id": "60b8f61d81c51328c56d7714", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103528", - "_tpl": "5a33e75ac4a2826c6e06d759" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103528", - "traderId": "5a7c2eca46aef81a7ca2145d", + "id": "61ae0c2b3979ec0a22045938", "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19cf55032c67f050dd962", "index": 0, + "target": "68010065f81036801d0b201c", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103529", - "_tpl": "5e21ca18e4d47f0da15e77dd" + "_id": "68010065f81036801d0b201c", + "_tpl": "5649ae4a4bdc2d1b2b8b4588" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72103529", - "traderId": "5a7c2eca46aef81a7ca2145d", + "traderId": "58330581ace78e27b8b10cee" + }, + { + "availableInGameEditions": [], + "id": "63a028994a2920130a4d77e2", "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19d04423c8970de419818", "index": 0, + "target": "68010065f81036801d0b201d", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a7210352a", - "_tpl": "619b69037b9de8162902673e" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a7210352a", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b47749f86f7746c5d6a5fd4 startedMessageText", - "status": 0, - "successMessageText": "5b47749f86f7746c5d6a5fd4 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5b47799d86f7746c5d6a5fd8": { - "QuestName": "Gunsmith - Part 12", - "_id": "5b47799d86f7746c5d6a5fd8", - "acceptPlayerMessage": "5b47799d86f7746c5d6a5fd8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b47799d86f7746c5d6a5fd8 changeQuestMessageText", - "completePlayerMessage": "5b47799d86f7746c5d6a5fd8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5b07db875acfc40dc528a5f6", - "5b3a16655acfc40016387a2a", - "5b07dd285acfc4001754240d" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 300 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 52 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5b477b3b86f77401da02e6c4", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 225 - }, - "target": [ - "58948c8e86f77409493f7266" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 4 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0d6086f7742c1f5a3c4d", - "index": 0, - "parentId": "", - "value": 23, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f085586f7747a2910a9b2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639872fc93ae507d5858c3a6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b47799d86f7746c5d6a5fd8 declinePlayerMessage", - "description": "5b47799d86f7746c5d6a5fd8 description", - "failMessageText": "5b47799d86f7746c5d6a5fd8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b4785f586f77470315db7ed.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b47799d86f7746c5d6a5fd8 name", - "note": "5b47799d86f7746c5d6a5fd8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc78f26a2a1958fc523205", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12300 - }, - { - "availableInGameEditions": [], - "id": "60cc78f78f570e28f148115f", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b48768d86f7744a14343aea", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102916", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 500 - } - } - ], - "target": "67eb506040b1947a72102916", - "type": "Item", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b48769b86f7744d06237e54", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102918", - "_tpl": "5a7c147ce899ef00150bd8b8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102918", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc791f8f570e28f1481161", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210291a", - "_tpl": "5cebec00d7f00c065c53522a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210291a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc794565e4664318606af9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210291c", - "_tpl": "5c6592372e221600133e47d7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210291c", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6399b0c3cadede58636ddd56", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210291e", - "_tpl": "5a7c147ce899ef00150bd8b8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210291e", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b47799d86f7746c5d6a5fd8 startedMessageText", - "status": 0, - "successMessageText": "5b47799d86f7746c5d6a5fd8 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5b477b6f86f7747290681823": { - "QuestName": "Gunsmith - Part 18", - "_id": "5b477b6f86f7747290681823", - "acceptPlayerMessage": "5b477b6f86f7747290681823 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b477b6f86f7747290681823 changeQuestMessageText", - "completePlayerMessage": "5b477b6f86f7747290681823 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "57cff947245977638e6f2a19", - "5b30ac585acfc433000eb79c", - "59d6272486f77466146386ff", - "57cffb66245977632f391a99", - "5a9fbacda2750c00141e080f", - "5c07dd120db834001c39092d", - "5b0e794b5acfc47a877359b2" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 600 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 50 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5b477f1486f7743009493232", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 350 - }, - "target": [ - "5a0ec13bfcdbcb00165aa685" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 5 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0cce86f774287331639a", - "index": 0, - "parentId": "", - "value": 33, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f087886f77479806f2c61", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b47749f86f7746c5d6a5fd4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b477b6f86f7747290681823 declinePlayerMessage", - "description": "5b477b6f86f7747290681823 description", - "failMessageText": "5b477b6f86f7747290681823 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b47863b86f7744d1c353203.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b477b6f86f7747290681823 name", - "note": "5b477b6f86f7747290681823 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc797465e4664318606afa", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 23100 - }, - { - "availableInGameEditions": [], - "id": "60cc79787c496e588343a6e2", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b4876c786f7746eb62fc13a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103664", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72103664", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b4876d886f7744a14343af4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103666", - "_tpl": "5b3b99475acfc432ff4dcbee", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103666", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639af87d5573fd6cc27d9977", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103668", - "_tpl": "615d8f8567085e45ef1409ca", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103668", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639af88b7c898a131e1cff85", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210366a", - "_tpl": "615d8f5dd92c473c770212ef", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210366a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5b48e79886f774517c2e658b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210366b", - "_tpl": "5b07dd285acfc4001754240d" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210366b", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19d1ad6d4651e53602aec", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210366c", - "_tpl": "615d8e9867085e45ef1409c6" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210366c", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b477b6f86f7747290681823 startedMessageText", - "status": 0, - "successMessageText": "5b477b6f86f7747290681823 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5b477f7686f7744d1b23c4d2": { - "QuestName": "Gunsmith - Part 20", - "_id": "5b477f7686f7744d1b23c4d2", - "acceptPlayerMessage": "5b477f7686f7744d1b23c4d2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b477f7686f7744d1b23c4d2 changeQuestMessageText", - "completePlayerMessage": "5b477f7686f7744d1b23c4d2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5addbfbb5acfc400194dbcf7", - "5aa66be6e5b5b0214e506e97", - "58d399e486f77442e0016fe7", - "57fd23e32459772d0805bcf1" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 20 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5b47824386f7744d190d8dd1", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 20 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 400 - }, - "target": [ - "5aafa857e5b5b00018480968" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 7.3 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0d7186f77412bc326997", - "index": 0, - "parentId": "", - "value": 37, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f094886f7747b127d9d7f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639873003693c63d86328f25", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b477f7686f7744d1b23c4d2 declinePlayerMessage", - "description": "5b477f7686f7744d1b23c4d2 description", - "failMessageText": "5b477f7686f7744d1b23c4d2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b47867286f7744d1a393de9.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b477f7686f7744d1b23c4d2 name", - "note": "5b477f7686f7744d1b23c4d2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc79a365e4664318606afb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 26600 - }, - { - "availableInGameEditions": [], - "id": "60cc79a6af2e5506c37822bc", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b48772b86f7744d06237e61", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f44", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 500 - } - } - ], - "target": "67eb506040b1947a72102f44", - "type": "Item", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639afa1e92e27b60a1074095", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f46", - "_tpl": "5a33e75ac4a2826c6e06d759", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f46", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639afa2bdae1800a3e135959", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f48", - "_tpl": "5a7dbfc1159bd40016548fde", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f48", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a19d5b5032c67f050dd963", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f49", - "_tpl": "6130c43c67085e45ef1405a1" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102f49", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19d62151bfb591645c0f4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f4a", + "_id": "68010065f81036801d0b201d", "_tpl": "58d2912286f7744e27117493" } ], "loyaltyLevel": 4, - "target": "67eb506040b1947a72102f4a", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b477f7686f7744d1b23c4d2 startedMessageText", - "status": 0, - "successMessageText": "5b477f7686f7744d1b23c4d2 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5b47825886f77468074618d3": { - "QuestName": "Gunsmith - Part 22", - "_id": "5b47825886f77468074618d3", - "acceptPlayerMessage": "5b47825886f77468074618d3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b47825886f77468074618d3 changeQuestMessageText", - "completePlayerMessage": "5b47825886f77468074618d3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "57dbb57e2459774673234890", - "5b2cfa535acfc432ff4db7a0", - "5a1eaa87fcdbcb001865f75e" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 40 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5b4783ba86f7744d1c353185", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 60 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 270 - }, - "target": [ - "5447a9cd4bdc2dbd208b4567" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 5 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0ce686f77429c16dcb63", - "index": 0, - "parentId": "", - "value": 39, - "visibilityConditions": [] - }, - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f095b86f7747a2637c3f9", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63987301e11ec11ff5504036", - "visibilityConditions": [] + "traderId": "58330581ace78e27b8b10cee" } ], "Fail": [] }, - "declinePlayerMessage": "5b47825886f77468074618d3 declinePlayerMessage", - "description": "5b47825886f77468074618d3 description", - "failMessageText": "5b47825886f77468074618d3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b4786c586f7744d184ecabd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b47825886f77468074618d3 name", - "note": "5b47825886f77468074618d3 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc79ca3e4e974efa345d2c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 28900 - }, - { - "availableInGameEditions": [], - "id": "60cc79cef09d61072d6d00c3", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b4f0d2786f7742abd44cd44", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032c9", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1000 - } - } - ], - "target": "67eb506040b1947a721032c9", - "type": "Item", - "unknown": false, - "value": 1000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639afaf5ad9d7e3216668f68", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032cb", - "_tpl": "5c127c4486f7745625356c13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032cb", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639afae38fe84d33a25a13f6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032cd", - "_tpl": "5d1b5e94d7ad1a2b865a96b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032ce", - "_tpl": "5d1b5e94d7ad1a2b865a96b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721032ce", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "60b8f63947780a0bac0dba1b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032cf", - "_tpl": "5a1eaa87fcdbcb001865f75e" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721032cf", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19d9a2c2d4f2e48078090", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032d0", - "_tpl": "60926df0132d4d12c81fd9df" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721032d0", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b47825886f77468074618d3 startedMessageText", - "status": 0, - "successMessageText": "5b47825886f77468074618d3 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "5b47876e86f7744d1c353205": { - "QuestName": "The Blood of War - Part 2", - "_id": "5b47876e86f7744d1c353205", - "acceptPlayerMessage": "5b47876e86f7744d1c353205 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "597a171586f77405ba6887d3": { + "QuestName": "Big Customer", + "_id": "597a171586f77405ba6887d3", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b47876e86f7744d1c353205 changeQuestMessageText", - "completePlayerMessage": "5b47876e86f7744d1c353205 completePlayerMessage", + "acceptPlayerMessage": "597a171586f77405ba6887d3 acceptPlayerMessage", + "changeQuestMessageText": "597a171586f77405ba6887d3 changeQuestMessageText", + "completePlayerMessage": "597a171586f77405ba6887d3 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47884886f7744d1c35327d", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5b43575a86f77424f443fe62" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47886986f7744d1a393e65", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5b43575a86f77424f443fe62" - ], - "value": 4, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0c7b86f77479ee584ab0", - "index": 0, - "parentId": "", - "value": 23, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f09c786f77479806f2cf3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448f286f77448d73c0131", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f09f586f7744fba15b2dc", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fbec386f77413bd5fc209", + "conditions": [ + { + "id": "5a3fbee386f77414433f8c8e", + "dynamicLocale": false, + "target": "gazel", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fbec386f77413bd5fc20a", "index": 1, "parentId": "", - "status": [ - 4 - ], - "target": "5ae4495086f77443c122bc40", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b47876e86f7744d1c353205 declinePlayerMessage", - "description": "5b47876e86f7744d1c353205 description", - "failMessageText": "5b47876e86f7744d1c353205 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b4787d086f7744d184ecb35.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b47876e86f7744d1c353205 name", - "note": "5b47876e86f7744d1c353205 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc9887a7d63f18200a250e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14600 - }, - { - "availableInGameEditions": [], - "id": "60cc988bb2736c24b2118b9a", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b48a4f386f7747a8d6b2e3a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102993", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 20000 - } - } - ], - "target": "67eb506040b1947a72102993", - "type": "Item", - "unknown": false, - "value": 20000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b48a51286f7747a8d6b2e3b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102997", - "_tpl": "5b40e3f35acfc40016388218", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102998", - "_tpl": "657f95bff92cd718b701550c", - "parentId": "67eb506040b1947a72102997", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102999", - "_tpl": "657f9605f4c82973640b2358", - "parentId": "67eb506040b1947a72102997", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102997", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc98b6b2736c24b2118b9b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029a6", - "_tpl": "5f5f41476bdad616ad46d631", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029a7", - "_tpl": "65731b46cea9255e2102360a", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029a8", - "_tpl": "65731b4fcea9255e2102360e", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029a9", - "_tpl": "65731b576e709cddd001ec3f", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029aa", - "_tpl": "65731b60ff6dc44a7d068c4a", - "parentId": "67eb506040b1947a721029a6", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ab", - "_tpl": "65731b666e709cddd001ec43", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ac", - "_tpl": "65731b716e709cddd001ec47", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ad", - "_tpl": "65731b6b6042b0f210020ef6", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ae", - "_tpl": "656f664200d62bcd2e024077", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029af", - "_tpl": "654a4f8bc721968a4404ef18", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029b0", - "_tpl": "654a4f8bc721968a4404ef18", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029b1", - "_tpl": "657b2797c3dbcb01d60c35ea", - "parentId": "67eb506040b1947a721029a6", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721029a6", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b8a2c7f92d5105c6f7b7c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029b9", - "_tpl": "5d5d87f786f77427997cfaef", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029ba", - "_tpl": "6570e5100b57c03ec90b970a", - "parentId": "67eb506040b1947a721029b9", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029bb", - "_tpl": "6570e479a6560e4ee50c2b02", - "parentId": "67eb506040b1947a721029b9", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029bc", - "_tpl": "6570e5674cc0d2ab1e05edbb", - "parentId": "67eb506040b1947a721029b9", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029bd", - "_tpl": "6570e59b0b57c03ec90b970e", - "parentId": "67eb506040b1947a721029b9", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029be", - "_tpl": "656f9fa0498d1b7e3e071d98", - "parentId": "67eb506040b1947a721029b9", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029bf", - "_tpl": "656f9fa0498d1b7e3e071d98", - "parentId": "67eb506040b1947a721029b9", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721029b9", - "traderId": 2, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b47876e86f7744d1c353205 startedMessageText", - "status": 0, - "successMessageText": "5b47876e86f7744d1c353205 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5b47891f86f7744d1b23c571": { - "QuestName": "Living High is Not a Crime - Part 1", - "_id": "5b47891f86f7744d1b23c571", - "acceptPlayerMessage": "5b47891f86f7744d1b23c571 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b47891f86f7744d1b23c571 changeQuestMessageText", - "completePlayerMessage": "5b47891f86f7744d1b23c571 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, + "oneSessionOnly": false, "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, "globalQuestCounterId": "", - "id": "5b47899386f77470315db7f3", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e3639286f7741777737013" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4789b586f7744d190d8f43", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e3639286f7741777737013" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4789df86f77468074619d7", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573478bc24597738002c6175" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478a0986f7744d190d8f46", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573478bc24597738002c6175" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478a2186f77468074619da", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e3658a86f7741776641ac4" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478a3786f77470315db7fa", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e3658a86f7741776641ac4" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478a6c86f7744d190d8f4d", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59faf7ca86f7740dbe19f6c2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478a8486f7744d1c35328b", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59faf7ca86f7740dbe19f6c2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a7004c1c307729c3264f9a", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09cfe4f842e1bd12da3e4" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a70058ec21e50cad3b6709", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09cfe4f842e1bd12da3e4" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0c8786f77479806f3028", - "index": 0, - "parentId": "", - "value": 27, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0a4386f7744e1155e1ed", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4496986f774459e77beb6", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0a5086f7744e3a6b328a", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448f286f77448d73c0131", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b47891f86f7744d1b23c571 declinePlayerMessage", - "description": "5b47891f86f7744d1b23c571 description", - "failMessageText": "5b47891f86f7744d1b23c571 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b47891f86f7744d1b23c571 name", - "note": "5b47891f86f7744d1b23c571 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc9912646f74055e27652e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 19900 - }, - { - "availableInGameEditions": [], - "id": "60cc991641fd1e14d71e22fc", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b48a61586f774036c1b7b35", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a22", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a23", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a24", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a24", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec1a1452d5b8510d548af03", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a29", - "_tpl": "5ca20ee186f774799474abc2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a2a", - "_tpl": "657bbe73a1c61ee0c303632b", - "parentId": "67eb506040b1947a72102a29", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102a2b", - "_tpl": "657bbed0aab96fccee08be96", - "parentId": "67eb506040b1947a72102a29", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102a2c", - "_tpl": "657bbefeb30eca9763051189", - "parentId": "67eb506040b1947a72102a29", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102a29", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b47891f86f7744d1b23c571 startedMessageText", - "status": 0, - "successMessageText": "5b47891f86f7744d1b23c571 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5b478b1886f7744d1b23c57d": { - "QuestName": "Hot Delivery", - "_id": "5b478b1886f7744d1b23c57d", - "acceptPlayerMessage": "5b478b1886f7744d1b23c57d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b478b1886f7744d1b23c57d changeQuestMessageText", - "completePlayerMessage": "5b478b1886f7744d1b23c57d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478c4c86f7744d1a393fac", - "index": 0, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5645bcc04bdc2d363b8b4572" - ], - "value": 2, - "visibilityConditions": [], - "zoneId": "place_merch_020_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478c7386f7744d1a393fb1", - "index": 1, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5a7c4850e899ef00150be885" - ], - "value": 2, - "visibilityConditions": [], - "zoneId": "place_merch_020_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478cb586f7744d1a393fb5", - "index": 2, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5ab8e79e86f7742d8b372e78" - ], - "value": 2, - "visibilityConditions": [], - "zoneId": "place_merch_020_2" - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0c9086f77453572f5538", - "index": 0, - "parentId": "", - "value": 29, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0a8086f7744e3a6b3290", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449b386f77446d8741719", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b478b1886f7744d1b23c57d declinePlayerMessage", - "description": "5b478b1886f7744d1b23c57d description", - "failMessageText": "5b478b1886f7744d1b23c57d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5b478b1886f7744d1b23c57d name", - "note": "5b478b1886f7744d1b23c57d note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc995c1bdece56c249cbdc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 20300 - }, - { - "availableInGameEditions": [], - "id": "60cc99605f9e6175514de2c8", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b48a6b586f7744b1229f6e9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a8d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 55000 - } - } - ], - "target": "67eb506040b1947a72102a8d", - "type": "Item", - "unknown": false, - "value": 55000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b48a6c486f774036c1b7b39", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a9c", - "_tpl": "5b44cd8b86f774503d30cba2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a9d", - "_tpl": "6575c2adefc786cd9101a5d9", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102a9e", - "_tpl": "6575c2be52b7f8c76a05ee25", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102a9f", - "_tpl": "6575c2cd52b7f8c76a05ee29", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa0", - "_tpl": "6575c2d852b7f8c76a05ee2d", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa1", - "_tpl": "6575c2e4efc786cd9101a5dd", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa2", - "_tpl": "6575c2f7efc786cd9101a5e1", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Shoulder_l", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa3", - "_tpl": "6575c30352b7f8c76a05ee31", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Shoulder_r", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa4", - "_tpl": "6575c31b52b7f8c76a05ee35", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa5", - "_tpl": "6575c326c6700bd6b40e8a80", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa6", - "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa7", - "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa8", - "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102aa9", - "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb506040b1947a72102a9c", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102a9c", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b95a9b71eeb7c4168c638", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102aaa", - "_tpl": "5c0e774286f77468413cc5b2" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102aaa", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b478b1886f7744d1b23c57d startedMessageText", - "status": 0, - "successMessageText": "5b478b1886f7744d1b23c57d successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5b478d0f86f7744d190d91b5": { - "QuestName": "Minibus", - "_id": "5b478d0f86f7744d190d91b5", - "acceptPlayerMessage": "5b478d0f86f7744d190d91b5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b478d0f86f7744d190d91b5 changeQuestMessageText", - "completePlayerMessage": "5b478d0f86f7744d190d91b5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478d8986f774563c7a4809", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], "value": 1, "visibilityConditions": [], - "zoneId": "place_merch_21_1" + "isNecessary": false, + "isResetOnConditionFailed": false }, { "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478daf86f7744d1c35339b", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_merch_21_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478dca86f7744d190d91c2", + "id": "5998360886f77456936817f3", "index": 2, "parentId": "", + "dynamicLocale": false, "plantTime": 30, + "zoneId": "gazel", "target": [ "5991b51486f77447b112d44f" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "place_merch_21_3" + "visibilityConditions": [] }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "597a178786f774799e5cd154", "conditions": [ { - "conditionType": "ExitStatus", + "id": "597a178e86f77477531d39d6", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + }, + { + "id": "5a577e7686f7742f6130009c", "dynamicLocale": false, - "id": "5b478df086f7746807461fd2", "status": [ "Survived", "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5b478dfc86f7746807461fd3", - "target": [ - "Interchange" - ] + ], + "conditionType": "ExitStatus" } - ], - "id": "5b478de086f7744d1c3533a0" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478de086f7744d1c3533a1", + "id": "597a178786f774799e5cd155", "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "5b478e0186f7744d1a393fc9", - "target": "5b478d8986f774563c7a4809" + "id": "5a577e9e86f7742f600a7045", + "target": "5998360886f77456936817f3", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61b7a8d9e5100e01df74ed8b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0f5686f774273b74f676", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "597a198586f77405ba6887d5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0f5686f774273b74f676", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "597a199486f774799e5cd156", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "597a160786f77477531d39d2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "597a171586f77405ba6887d3 description", + "failMessageText": "597a171586f77405ba6887d3 failMessageText", + "declinePlayerMessage": "597a171586f77405ba6887d3 declinePlayerMessage", + "name": "597a171586f77405ba6887d3 name", + "note": "597a171586f77405ba6887d3 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "597a171586f77405ba6887d3 startedMessageText", + "successMessageText": "597a171586f77405ba6887d3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8100, + "id": "60c8ac8a83161b326c47110a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c89fef919c14709f49738b", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200000, + "id": "5a577fe586f77432572473b4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b201f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b201f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 200000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb4e737c496e588343a19e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2023", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2023", + "_tpl": "5df8a2ca86f7740bfe6df777", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } }, { - "conditionType": "CompleteCondition", - "id": "5b478e0586f774563c7a4810", - "target": "5b478daf86f7744d1c35339b" + "_id": "68010065f81036801d0b2024", + "_tpl": "656fd7c32668ef0402028fb9", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2023", + "slotId": "Soft_armor_front" }, { - "conditionType": "CompleteCondition", - "id": "5b478e0b86f7744d1a393fca", - "target": "5b478dca86f7744d190d91c2" + "_id": "68010065f81036801d0b2025", + "_tpl": "656fd89bf5a9631d4e042575", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2023", + "slotId": "Soft_armor_back" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ebfbfd80135590512408dba", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2028", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2027", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2028", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } } ] } ], - "AvailableForStart": [ + "Fail": [ { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0c9d86f7744def7f3385", + "availableInGameEditions": [], + "value": -0.25, + "id": "60c8be8680b2027f403dd99a", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + } + ] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a68661a86f774500f48afb0": { + "QuestName": "Health Care Privacy - Part 1", + "_id": "5a68661a86f774500f48afb0", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a68661a86f774500f48afb0 acceptPlayerMessage", + "changeQuestMessageText": "5a68661a86f774500f48afb0 changeQuestMessageText", + "completePlayerMessage": "5a68661a86f774500f48afb0 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5a6873bc86f7741f8d4589a3", "index": 0, "parentId": "", - "value": 24, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "ter_013_area_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [] }, { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, + "conditionType": "PlaceBeacon", + "id": "5a6873d786f7743ad1151d6e", + "index": 1, + "parentId": "", "dynamicLocale": false, + "plantTime": 30, + "zoneId": "ter_013_area_2", + "target": [ + "5991b51486f77447b112d44f" + ], "globalQuestCounterId": "", - "id": "5b4f0ac386f7747a2637c4c0", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5a6873ec86f7743cc55d8622", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "ter_013_area_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "655c910041c8b6026a6798be", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a841a3386f7746d5f558010", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5969f9e986f7741dde183a50", "status": [ 4 ], - "target": "5ae4493d86f7744b8e15aa8f", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5b478d0f86f7744d190d91b5 declinePlayerMessage", - "description": "5b478d0f86f7744d190d91b5 description", - "failMessageText": "5b478d0f86f7744d190d91b5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b478d1b86f7744d1b23c60b.jpg", - "instantComplete": false, + "description": "5a68661a86f774500f48afb0 description", + "failMessageText": "5a68661a86f774500f48afb0 failMessageText", + "declinePlayerMessage": "5a68661a86f774500f48afb0 declinePlayerMessage", + "name": "5a68661a86f774500f48afb0 name", + "note": "5a68661a86f774500f48afb0 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Discover", "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5b478d0f86f7744d190d91b5 name", - "note": "5b478d0f86f7744d190d91b5 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a68661a86f774500f48afb0 startedMessageText", + "successMessageText": "5a68661a86f774500f48afb0 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc98e841fd1e14d71e22fb", - "index": 0, + "value": 4800, + "id": "60c8c4142238043a5267864e", "type": "Experience", - "unknown": false, - "value": 13800 - }, - { - "availableInGameEditions": [], - "id": "60cc98ec9f89812e5b6aa87d", "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b48a5c286f774036c1b7b31", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bb6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72102bb6", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b48a5d286f77476751f0a99", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bb8", - "_tpl": "5b44c6ae86f7742d1627baea", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102bb8", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b88e632b0b1645e6f54ca", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bc1", - "_tpl": "61bcc89aef0f505f0c6cd0fc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102bc2", - "_tpl": "6572eb0e55beba16bc04079f", - "parentId": "67eb506040b1947a72102bc1", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bc3", - "_tpl": "6572eb1b04ee6483ef039882", - "parentId": "67eb506040b1947a72102bc1", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bc4", - "_tpl": "6572eb3004ee6483ef039886", - "parentId": "67eb506040b1947a72102bc1", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bc5", - "_tpl": "6572eb3b04ee6483ef03988a", - "parentId": "67eb506040b1947a72102bc1", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bc6", - "_tpl": "6572eb865b5eac12f10a03ee", - "parentId": "67eb506040b1947a72102bc1", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bc7", - "_tpl": "656fb21fa0dce000a2020f7c", - "parentId": "67eb506040b1947a72102bc1", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bc8", - "_tpl": "656fb21fa0dce000a2020f7c", - "parentId": "67eb506040b1947a72102bc1", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102bc1", - "traderId": 2, - "type": "ProductionScheme", "unknown": false }, { "availableInGameEditions": [], - "id": "655b88f11f2b6843ec751fdd", + "value": 0.03, + "id": "60c8c4239bdefb3130121b13", + "type": "TraderStanding", "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 22000, + "id": "5a68841f86f7745fa823f724", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b202a", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102bc9", - "_tpl": "64abd93857958b4249003418" + "_id": "68010065f81036801d0b202a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 22000 + } } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102bc9", - "traderId": "5ac3b934156ae10c4430e83c", + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ac6651486f774056c780961", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b202d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b202c", + "_tpl": "590c678286f77426c9660122", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b202d", + "_tpl": "590c678286f77426c9660122", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac6652f86f774056634a223", "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b478d0f86f7744d190d91b5 startedMessageText", - "status": 0, - "successMessageText": "5b478d0f86f7744d190d91b5 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5b478eca86f7744642012254": { - "QuestName": "Vitamins - Part 1", - "_id": "5b478eca86f7744642012254", - "acceptPlayerMessage": "5b478eca86f7744642012254 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b478eca86f7744642012254 changeQuestMessageText", - "completePlayerMessage": "5b478eca86f7744642012254 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478f6886f774464201225a", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b43237186f7742f3a4ab252" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b478f8886f7744d1b23c622", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b43237186f7742f3a4ab252" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c826b86f7743cc87bcee4", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c81a086f77417d26be63f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c832686f77419603eb8f0", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c81a086f77417d26be63f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c82cd86f774170c6e4169", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c81bd86f77418a75ae159" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c836486f77417063a09dc", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c81bd86f77418a75ae159" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0c1486f7747a2637c513", - "index": 0, - "parentId": "", - "value": 22, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0b8b86f7747a2910aaa4", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "597a0e5786f77426d66c0636", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b478eca86f7744642012254 declinePlayerMessage", - "description": "5b478eca86f7744642012254 description", - "failMessageText": "5b478eca86f7744642012254 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b478eda86f77470315db899.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b478eca86f7744642012254 name", - "note": "5b478eca86f7744642012254 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8bfb58dfbfc09882efd26", - "index": 0, - "type": "Experience", + "target": "68010065f81036801d0b202e", "unknown": false, - "value": 13000 - }, - { - "availableInGameEditions": [], - "id": "60c8bfbb1f21c1669a48c32e", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb5fa0af2e5506c3781d92", - "index": 0, "items": [ { - "_id": "67eb506040b1947a721034a1", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a721034a1", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b48736086f7744d06237e24", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034a3", - "_tpl": "5b30b0dc5acfc400153b7124", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034a4", - "_tpl": "5b30b0dc5acfc400153b7124", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034a5", - "_tpl": "5b30b0dc5acfc400153b7124", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034a5", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5fbc6a2a1958fc522cd9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034a7", - "_tpl": "5d2da1e948f035477b1ce2ba", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034a8", - "_tpl": "5d2da1e948f035477b1ce2ba", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034a8", - "type": "Item", - "unknown": true, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "5d6e724586f7743d5c7de898", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": -0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b478eca86f7744642012254 startedMessageText", - "status": 0, - "successMessageText": "5b478eca86f7744642012254 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "5b478ff486f7744d184ecbbf": { - "QuestName": "Vitamins - Part 2", - "_id": "5b478ff486f7744d184ecbbf", - "acceptPlayerMessage": "5b478ff486f7744d184ecbbf acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b478ff486f7744d184ecbbf changeQuestMessageText", - "completePlayerMessage": "5b478ff486f7744d184ecbbf completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47905886f7746807461fe2", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e7715586f7742ee5789605" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5cb5ffd986f7746ef55de2c7", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e7715586f7742ee5789605" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec1388d83b69d213d3c2ee0", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5b4335ba86f7744d2837a264" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4790a886f774563c7a489f", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5b4335ba86f7744d2837a264" - ], - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0b1f86f7746c9e27e9ea", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b478eca86f7744642012254", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b478ff486f7744d184ecbbf declinePlayerMessage", - "description": "5b478ff486f7744d184ecbbf description", - "failMessageText": "5b478ff486f7744d184ecbbf failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b478eda86f77470315db899.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b478ff486f7744d184ecbbf name", - "note": "5b478ff486f7744d184ecbbf note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8bfe11f21c1669a48c32f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15800 - }, - { - "availableInGameEditions": [], - "id": "60c8bfe8919c14709f497395", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b4873a086f7744a1434392d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034dc", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a721034dc", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5ff0af2e5506c3781d94", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034de", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034df", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034e0", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034e1", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034e1", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb60042b555f16df5c411a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034e3", - "_tpl": "5751a89d24597722aa0e8db0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034e3", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b90bd493a8b605b63e18b2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034e4", - "_tpl": "5fc3f2d5900b1d5091531e57", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a721034e5", - "_tpl": "5a718b548dc32e000d46d262", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721034e6", - "_tpl": "5fb6567747ce63734e3fa1dc", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a721034e7", - "_tpl": "5fb6564947ce63734e3fa1da", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721034e8", - "_tpl": "5fb6558ad6f0b2136f2d7eb7", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721034e9", - "_tpl": "5fbbc366ca32ed67276c1557", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721034ea", - "_tpl": "5fbbc34106bde7524f03cbe9", - "parentId": "67eb506040b1947a721034e9", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721034eb", - "_tpl": "5fbb976df9986c4cff3fe5f2", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a721034ec", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721034ed", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a721034e4", - "slotId": "mod_mount_002" + "_id": "68010065f81036801d0b202e", + "_tpl": "590c678286f77426c9660122" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a721034e4", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b478ff486f7744d184ecbbf startedMessageText", - "status": 0, - "successMessageText": "5b478ff486f7744d184ecbbf successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "5b47926a86f7747ccc057c15": { - "QuestName": "Informed Means Armed", - "_id": "5b47926a86f7747ccc057c15", - "acceptPlayerMessage": "5b47926a86f7747ccc057c15 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b47926a86f7747ccc057c15 changeQuestMessageText", - "completePlayerMessage": "5b47926a86f7747ccc057c15 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47932586f7747cc908b5dd", - "index": 0, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_skier_11_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47936686f77427fd044025", - "index": 1, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_skier_11_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47938086f7747ccc057c22", - "index": 2, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_skier_11_3" - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0c0986f77453572f54e0", - "index": 0, - "parentId": "", - "value": 24, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658318fd4638ee5e94f1e13c", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5c1234c286f77406fa13baeb", - "visibilityConditions": [] + "traderId": "54cb57776803fa99248b456e" } ], "Fail": [] }, - "declinePlayerMessage": "5b47926a86f7747ccc057c15 declinePlayerMessage", - "description": "5b47926a86f7747ccc057c15 description", - "failMessageText": "5b47926a86f7747ccc057c15 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b47926a86f7747ccc057c15 name", - "note": "5b47926a86f7747ccc057c15 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "id": "5b48ea4a86f774496621e087", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210312c", - "_tpl": "5b4391a586f7745321235ab2" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a7210312c", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c023919c14709f497396", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14000 - }, - { - "availableInGameEditions": [], - "id": "60c8c0298dfbfc09882efd27", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5b4873de86f77449bc7bc99d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210312e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 45000 - } - } - ], - "target": "67eb506040b1947a7210312e", - "type": "Item", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b4873f686f7741cba3d59bb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103130", - "_tpl": "5b04473a5acfc40018632f70", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103131", - "_tpl": "5b04473a5acfc40018632f70", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103131", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb60407c496e588343a1b6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103133", - "_tpl": "5e21ca18e4d47f0da15e77dd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103134", - "_tpl": "5e21ca18e4d47f0da15e77dd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103135", - "_tpl": "5e21ca18e4d47f0da15e77dd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103136", - "_tpl": "5e21ca18e4d47f0da15e77dd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103136", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb605377dc197c77424fa5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103138", - "_tpl": "5b3b99475acfc432ff4dcbee", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103138", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b47926a86f7747ccc057c15 startedMessageText", - "status": 0, - "successMessageText": "5b47926a86f7747ccc057c15 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "5b4794cb86f774598100d5d4": { - "QuestName": "Lend-Lease - Part 1", - "_id": "5b4794cb86f774598100d5d4", - "acceptPlayerMessage": "5b4794cb86f774598100d5d4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b4794cb86f774598100d5d4 changeQuestMessageText", - "completePlayerMessage": "5b4794cb86f774598100d5d4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66d078aadf338e6c13578080", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5af04c0b86f774138708f78e" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66d07de6c7ef9040fff0b789", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5af04c0b86f774138708f78e" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c742886f7745cef1d02f5", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c72b386f7745b453af9c0" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c769686f7746e535a5c0e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c72b386f7745b453af9c0" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c75a786f7747332534b52", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c72c686f77462ac37e907" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c76d886f77471d31735a3", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c72c686f77462ac37e907" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47958e86f774598100d5e2", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5af04e0a86f7743a532b79e2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4795a586f774587a39506d", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5af04e0a86f7743a532b79e2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c8e6586f77474396a5400", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c72fb86f7745cef1cffc5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4c7aec86f77459732b4b08", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5b4c72fb86f7745cef1cffc5" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0bfa86f77453572f54dc", - "index": 0, - "parentId": "", - "value": 25, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0bca86f7744a6c2b8164", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5b4794cb86f774598100d5d4 declinePlayerMessage", - "description": "5b4794cb86f774598100d5d4 description", - "failMessageText": "5b4794cb86f774598100d5d4 failMessageText", "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5b4794cb86f774598100d5d4 name", - "note": "5b4794cb86f774598100d5d4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cb608c179f8541b84691da", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17500 - }, - { - "availableInGameEditions": [], - "id": "60c8c03f80b2027f403dd99e", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb60ba77dc197c77424fa7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210335b", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 3000 - } - } - ], - "target": "67eb506040b1947a7210335b", - "type": "Item", - "unknown": false, - "value": 3000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb60d6e3d0247e625da190", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210335d", - "_tpl": "5c066e3a0db834001b7353f0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210335d", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b90bea81c51328c56d7717", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210335e", - "_tpl": "5df24cf80dee1b22f862e9bc", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a7210335f", - "_tpl": "5df25b6c0b92095fd441e4cf", - "parentId": "67eb506040b1947a7210335e", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103360", - "_tpl": "5df256570dee1b22f862e9c4", - "parentId": "67eb506040b1947a7210335e", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103361", - "_tpl": "5df35e7f2a78646d96665dd4", - "parentId": "67eb506040b1947a72103360", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103362", - "_tpl": "5df35e59c41b2312ea3334d5", - "parentId": "67eb506040b1947a7210335e", - "slotId": "mod_stock", - "upd": { - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72103363", - "_tpl": "5df25d3bfd6b4e6e2276dc9a", - "parentId": "67eb506040b1947a72103362", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103364", - "_tpl": "5df35eb2b11454561e3923e2", - "parentId": "67eb506040b1947a72103363", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103365", - "_tpl": "5df35eb2b11454561e3923e2", - "parentId": "67eb506040b1947a72103363", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103366", - "_tpl": "5df35ea9c41b2312ea3334d8", - "parentId": "67eb506040b1947a72103363", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a72103367", - "_tpl": "5df35eb2b11454561e3923e2", - "parentId": "67eb506040b1947a72103363", - "slotId": "mod_mount_003" - }, - { - "_id": "67eb506040b1947a72103368", - "_tpl": "5df36948bb49d91fb446d5ad", - "parentId": "67eb506040b1947a72103363", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103369", - "_tpl": "5df38a5fb74cd90030650cb6", - "parentId": "67eb506040b1947a72103362", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210336a", - "_tpl": "5df35ddddfc58d14537c2036", - "parentId": "67eb506040b1947a72103362", - "slotId": "mod_stock_axis" - }, - { - "_id": "67eb506040b1947a7210336b", - "_tpl": "5df35e970b92095fd441e4d2", - "parentId": "67eb506040b1947a7210335e", - "slotId": "mod_mount" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210335e", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5b4794cb86f774598100d5d4 startedMessageText", - "status": 0, - "successMessageText": "5b4794cb86f774598100d5d4 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "5b4795fb86f7745876267770": { - "QuestName": "Chumming", - "_id": "5b4795fb86f7745876267770", - "acceptPlayerMessage": "5b4795fb86f7745876267770 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], + "status": 0 + }, + "5bc4826c86f774106d22d88b": { + "QuestName": "The Tarkov Shooter - Part 5", + "_id": "5bc4826c86f774106d22d88b", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5b4795fb86f7745876267770 changeQuestMessageText", - "completePlayerMessage": "5b4795fb86f7745876267770 completePlayerMessage", + "acceptPlayerMessage": "5bc4826c86f774106d22d88b acceptPlayerMessage", + "changeQuestMessageText": "5bc4826c86f774106d22d88b changeQuestMessageText", + "completePlayerMessage": "5bc4826c86f774106d22d88b completePlayerMessage", "conditions": { "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47968e86f7745877352c28", - "index": 0, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5734758f24597738025ee253" - ], - "value": 3, - "visibilityConditions": [], - "zoneId": "place_skier_12_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4796c086f7745877352c2c", - "index": 1, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5734758f24597738025ee253" - ], - "value": 3, - "visibilityConditions": [], - "zoneId": "place_skier_12_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b47971086f774587877ad34", - "index": 2, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5734758f24597738025ee253" - ], - "value": 3, - "visibilityConditions": [], - "zoneId": "place_skier_12_3" - }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5bc482c186f774710a789f25", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 22, - "to": 10 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "5bc48a0f86f7742ce94849d9", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c923ea286f774556d0ef7f2", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", + "target": "Savage", + "compareMethod": ">=", "value": 1, - "weapon": [], - "weaponCaliber": [], + "weapon": [ + "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5bfea6e90db834001b7347f3", + "5de652c31b7e3716273428be", + "5df24cf80dee1b22f862e9bc", + "627e14b21713922ded6f2c15", + "61f7c9e189e6fb1a5e3ea78d" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], "weaponModsExclusive": [], - "weaponModsInclusive": [] + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 21, + "to": 5 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "conditionType": "Location", + "id": "5bc48b3d86f77452b373195e", "dynamicLocale": false, - "id": "5c9b6c7486f7744aac5e0ca9", "target": [ - "Interchange" - ] + "bigmap" + ], + "conditionType": "Location" } - ], - "id": "5c923d3d86f774556e08d7a4" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c923d3d86f774556e08d7a5", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "5bc84f7a86f774294c2f6862", + "index": 0, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 5, - "visibilityConditions": [] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 8, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5b4f0c5886f7747a2910aacd", + "conditionType": "Quest", + "id": "5bdabf4486f7743e1665df6d", "index": 0, "parentId": "", - "value": 23, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65831b2939a8fa8eecc2ff29", - "index": 1, - "parentId": "", + "target": "5bc480a686f7741af0342e29", "status": [ 4 ], - "target": "5b47926a86f7747ccc057c15", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5b4795fb86f7745876267770 declinePlayerMessage", - "description": "5b4795fb86f7745876267770 description", - "failMessageText": "5b4795fb86f7745876267770 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, + "description": "5bc4826c86f774106d22d88b description", + "failMessageText": "5bc4826c86f774106d22d88b failMessageText", + "declinePlayerMessage": "5bc4826c86f774106d22d88b declinePlayerMessage", + "name": "5bc4826c86f774106d22d88b name", + "note": "5bc4826c86f774106d22d88b note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", + "type": "Elimination", "isKey": false, - "location": "any", - "name": "5b4795fb86f7745876267770 name", - "note": "5b4795fb86f7745876267770 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc4826c86f774106d22d88b startedMessageText", + "successMessageText": "5bc4826c86f774106d22d88b successMessageText", "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5b49fcac86f7746d4c5db1d0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033e6", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033e7", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033e8", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033e9", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033e9", - "type": "Item", - "unknown": false, - "value": 4 - } - ], + "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8c04ee4d30047b777b31f", - "index": 0, + "value": 13000, + "id": "60cc9c96646f74055e276533", "type": "Experience", - "unknown": false, - "value": 19100 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60c8c0539bdefb3130121b10", - "index": 0, - "target": "58330581ace78e27b8b10cee", + "value": 0.02, + "id": "60cc9c9a65e4664318606b64", "type": "TraderStanding", - "unknown": false, - "value": 0.05 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5b48746086f7746eb62fc10d", + "value": 80000, + "id": "60cc9cc7f81cc57f471718a0", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2030", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721033eb", + "_id": "68010065f81036801d0b2030", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 65000 + "StackObjectsCount": 80000 } } - ], - "target": "67eb506040b1947a721033eb", - "type": "Item", - "unknown": false, - "value": 65000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "5b48747e86f7744e6232749c", + "value": 1, + "id": "5bcf241086f7746a45695afd", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2032", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721033ed", - "_tpl": "59faf7ca86f7740dbe19f6c2", + "_id": "68010065f81036801d0b2032", + "_tpl": "5bc5a351d4351e003477a414", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a721033ed", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb611a98b4927060364536", + "value": 1, + "id": "60cc9cafac6eb02bc726de5f", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2034", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721033ef", - "_tpl": "5d235b4d86f7742e017bc88a", + "_id": "68010065f81036801d0b2034", + "_tpl": "5c0696830db834001d23f5da", "upd": { - "StackObjectsCount": 2 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a721033ef", - "type": "Item", + ] + }, + { + "availableInGameEditions": [], + "id": "5bcf23ff86f7746a464c5678", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2035", "unknown": false, - "value": 2 + "items": [ + { + "_id": "68010065f81036801d0b2035", + "_tpl": "5bc5a351d4351e003477a414" + } + ], + "loyaltyLevel": 3, + "traderId": "5c0647fdd443bc2504c2d371" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5b4795fb86f7745876267770 startedMessageText", - "status": 0, - "successMessageText": "5b4795fb86f7745876267770 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "5bc4776586f774512d07cf05": { - "QuestName": "The Tarkov Shooter - Part 1", - "_id": "5bc4776586f774512d07cf05", - "acceptPlayerMessage": "5bc4776586f774512d07cf05 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5bc47dbf86f7741ee74e93b9": { + "QuestName": "The Tarkov Shooter - Part 3", + "_id": "5bc47dbf86f7741ee74e93b9", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5bc4776586f774512d07cf05 changeQuestMessageText", - "completePlayerMessage": "5bc4776586f774512d07cf05 completePlayerMessage", + "acceptPlayerMessage": "5bc47dbf86f7741ee74e93b9 acceptPlayerMessage", + "changeQuestMessageText": "5bc47dbf86f7741ee74e93b9 changeQuestMessageText", + "completePlayerMessage": "5bc47dbf86f7741ee74e93b9 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5bc47e3e86f7741e6b2f3331", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 40 - }, + "id": "5bc4800d86f774194f27ac45", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5bc5bc1186f7741b135e7788", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", + "target": "AnyPmc", + "compareMethod": ">=", "value": 1, "weapon": [ "5bfd297f0db834001a669119", @@ -34797,7 +44204,11760 @@ "61f7c9e189e6fb1a5e3ea78d", "627e14b21713922ded6f2c15" ], + "distance": { + "value": 25, + "compareMethod": "<=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5bc47e3e86f7741e6b2f3332", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5bdabf1f86f7743e1809c556", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5bc479e586f7747f376c7da3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5bc47dbf86f7741ee74e93b9 description", + "failMessageText": "5bc47dbf86f7741ee74e93b9 failMessageText", + "declinePlayerMessage": "5bc47dbf86f7741ee74e93b9 declinePlayerMessage", + "name": "5bc47dbf86f7741ee74e93b9 name", + "note": "5bc47dbf86f7741ee74e93b9 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc47dbf86f7741ee74e93b9 startedMessageText", + "successMessageText": "5bc47dbf86f7741ee74e93b9 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10500, + "id": "60cc9b8f65e4664318606b61", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc9bd041fd1e14d71e22fe", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 70000, + "id": "60cc9c54a7d63f18200a2516", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2037", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2037", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 70000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b70371f2b6843ec751fd8", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b203a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2039", + "_tpl": "5f0596629e22f464da6bbdd9", + "upd": { + "StackObjectsCount": 50 + } + }, + { + "_id": "68010065f81036801d0b203a", + "_tpl": "5f0596629e22f464da6bbdd9", + "upd": { + "StackObjectsCount": 50 + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5bcf2bbb86f774722d789e56", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b203c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b203c", + "_tpl": "5bbdb83fd4351e44f824c44b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5bcf2bd086f774723055e996", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b203e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b203e", + "_tpl": "5bbde409d4351e003562b036", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5bcf22a386f7746a45695afa", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b203f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b203f", + "_tpl": "5bbdb83fd4351e44f824c44b" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "5bcf22b986f7746a45695afb", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2040", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2040", + "_tpl": "5bbde409d4351e003562b036" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "67649726432eed4a6c817a7b", + "type": "CustomizationDirect", + "index": 0, + "target": "67585d2cd7a2703986067e99", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b47926a86f7747ccc057c15": { + "QuestName": "Informed Means Armed", + "_id": "5b47926a86f7747ccc057c15", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b47926a86f7747ccc057c15 acceptPlayerMessage", + "changeQuestMessageText": "5b47926a86f7747ccc057c15 changeQuestMessageText", + "completePlayerMessage": "5b47926a86f7747ccc057c15 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b47932586f7747cc908b5dd", + "index": 0, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_skier_11_1", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b47936686f77427fd044025", + "index": 1, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_skier_11_2", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b47938086f7747ccc057c22", + "index": 2, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_skier_11_3", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0c0986f77453572f54e0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 24, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "658318fd4638ee5e94f1e13c", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5c1234c286f77406fa13baeb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b47926a86f7747ccc057c15 description", + "failMessageText": "5b47926a86f7747ccc057c15 failMessageText", + "declinePlayerMessage": "5b47926a86f7747ccc057c15 declinePlayerMessage", + "name": "5b47926a86f7747ccc057c15 name", + "note": "5b47926a86f7747ccc057c15 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b47926a86f7747ccc057c15 startedMessageText", + "successMessageText": "5b47926a86f7747ccc057c15 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "id": "5b48ea4a86f774496621e087", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2041", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2041", + "_tpl": "5b4391a586f7745321235ab2" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 14000, + "id": "60c8c023919c14709f497396", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c0298dfbfc09882efd27", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 45000, + "id": "5b4873de86f77449bc7bc99d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2043", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2043", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 45000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5b4873f686f7741cba3d59bb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2046", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2045", + "_tpl": "5b04473a5acfc40018632f70", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2046", + "_tpl": "5b04473a5acfc40018632f70", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60cb60407c496e588343a1b6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b204b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2048", + "_tpl": "5e21ca18e4d47f0da15e77dd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2049", + "_tpl": "5e21ca18e4d47f0da15e77dd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b204a", + "_tpl": "5e21ca18e4d47f0da15e77dd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b204b", + "_tpl": "5e21ca18e4d47f0da15e77dd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb605377dc197c77424fa5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b204d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b204d", + "_tpl": "5b3b99475acfc432ff4dcbee", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59675d6c86f7740a842fc482": { + "QuestName": "Ice Cream Cones", + "_id": "59675d6c86f7740a842fc482", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59675d6c86f7740a842fc482 acceptPlayerMessage", + "changeQuestMessageText": "59675d6c86f7740a842fc482 changeQuestMessageText", + "completePlayerMessage": "59675d6c86f7740a842fc482 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5968ed3186f77420d2328013", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "55d482194bdc2d1d4e8b456b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59675e1d86f77414b07f137d", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "55d482194bdc2d1d4e8b456b" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5967938c86f77468cf5f9f54", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "5968ed3186f77420d2328013", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "591afe0186f77431bd616a11" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fbe3a86f77414422e0d9a", + "conditions": [ + { + "id": "5a3fbe5d86f77414422e0da1", + "dynamicLocale": false, + "target": "bunker2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fbe3a86f77414422e0d9b", + "index": 2, + "parentId": "5968ed3186f77420d2328013", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a926f786f77473e85737f3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 9, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "596a1f9286f77420d232807a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5967530a86f77462ba22226b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59675d6c86f7740a842fc482 description", + "failMessageText": "59675d6c86f7740a842fc482 failMessageText", + "declinePlayerMessage": "59675d6c86f7740a842fc482 declinePlayerMessage", + "name": "59675d6c86f7740a842fc482 name", + "note": "59675d6c86f7740a842fc482 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/59c26f2b86f7744a351903d3.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59675d6c86f7740a842fc482 startedMessageText", + "successMessageText": "59675d6c86f7740a842fc482 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5200, + "id": "60c8abe52238043a5267862f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c89f261f21c1669a48c31f", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 17000, + "id": "5a2e86f986f7741a972d4ee8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b204f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b204f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 17000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb4c146a2a1958fc522cbb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2056", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2053", + "_tpl": "57372d4c245977685a3da2a1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2054", + "_tpl": "56dff2ced2720bb4668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b2053", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2055", + "_tpl": "56dff2ced2720bb4668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b2053", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b2056", + "_tpl": "57372d4c245977685a3da2a1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2057", + "_tpl": "56dff2ced2720bb4668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b2056", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2058", + "_tpl": "56dff2ced2720bb4668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b2056", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5fd7d1a316cac650092f686b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2059", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2059", + "_tpl": "5beed0f50db834001c062b12", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b205a", + "_tpl": "5beec8ea0db834001a6f9dbf", + "parentId": "68010065f81036801d0b2059", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b205b", + "_tpl": "5beec91a0db834001961942d", + "parentId": "68010065f81036801d0b2059", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b205c", + "_tpl": "5beec9450db83400970084fd", + "parentId": "68010065f81036801d0b205b", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b205d", + "_tpl": "5bf3f59f0db834001a6fa060", + "parentId": "68010065f81036801d0b205c", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b205e", + "_tpl": "5bed625c0db834001c062946", + "parentId": "68010065f81036801d0b2059", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b205f", + "_tpl": "5beec8b20db834001961942a", + "parentId": "68010065f81036801d0b2059", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b2060", + "_tpl": "5beec8c20db834001d2c465c", + "parentId": "68010065f81036801d0b205f", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2061", + "_tpl": "5beec3e30db8340019619424", + "parentId": "68010065f81036801d0b2059", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2062", + "_tpl": "5beecbb80db834001d2c465e", + "parentId": "68010065f81036801d0b2061", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2063", + "_tpl": "5beecbb80db834001d2c465e", + "parentId": "68010065f81036801d0b2061", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2064", + "_tpl": "5beec1bd0db834001e6006f3", + "parentId": "68010065f81036801d0b2059", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2065", + "_tpl": "5beec3420db834001b095429", + "parentId": "68010065f81036801d0b2064", + "slotId": "mod_muzzle" + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac651a986f774066f04bcf7", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2066", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2066", + "_tpl": "55d482194bdc2d1d4e8b456b" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a68665c86f774255929b4c7": { + "QuestName": "Health Care Privacy - Part 3", + "_id": "5a68665c86f774255929b4c7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a68665c86f774255929b4c7 acceptPlayerMessage", + "changeQuestMessageText": "5a68665c86f774255929b4c7 changeQuestMessageText", + "completePlayerMessage": "5a68665c86f774255929b4c7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a68770f86f774747d4b0d8a", + "conditions": [ + { + "id": "5a68772286f774284429b156", + "dynamicLocale": false, + "target": "ter_015_area_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a68770f86f774747d4b0d8b", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a68776786f774759f1f55f6", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a687e7886f7740c4a5133fb" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a68777586f774747d4b0d9e", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a687e7886f7740c4a5133fb" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a68777b86f77474c4269f5f", + "target": "5a68776786f774759f1f55f6", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a68778c86f77423391f38ef", + "conditions": [ + { + "id": "5a68779586f77474c4269f64", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + }, + { + "id": "5a68779d86f774284429b169", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5a68778c86f77423391f38f0", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a6877a986f774759f1f5600", + "target": "5a68776786f774759f1f55f6", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5a6876ed86f77474f4381206", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68663e86f774501078f78a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a68665c86f774255929b4c7 description", + "failMessageText": "5a68665c86f774255929b4c7 failMessageText", + "declinePlayerMessage": "5a68665c86f774255929b4c7 declinePlayerMessage", + "name": "5a68665c86f774255929b4c7 name", + "note": "5a68665c86f774255929b4c7 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a68665c86f774255929b4c7 startedMessageText", + "successMessageText": "5a68665c86f774255929b4c7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60c8c4832238043a5267864f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c4b89bdefb3130121b16", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 26000, + "id": "5a68869386f7745fa7410407", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2068", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2068", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 26000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ac6658a86f77403df401d13", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b206b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b206a", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b206b", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb70cb65e4664318606abe", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b206e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b206d", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b206e", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac6659886f774066f04bd4d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b206f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b206f", + "_tpl": "544fb3f34bdc2d03748b456a" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71c48c1bfa3050473b8e5": { + "QuestName": "Crisis", + "_id": "60e71c48c1bfa3050473b8e5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71c48c1bfa3050473b8e5 acceptPlayerMessage", + "changeQuestMessageText": "60e71c48c1bfa3050473b8e5 changeQuestMessageText", + "completePlayerMessage": "60e71c48c1bfa3050473b8e5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e8658571035f300c301ac6", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052e6986f7746b207bc3c9" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e865a60cef122b414a156a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5af0534a86f7743b6f354284" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60e866175d67b234af3d392a", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0530ee86f774697952d952" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60f028ca86abc00cdc03ab89", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b3a5d86f774252167ba22" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "62a701587230237f257cac30", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a0a043cf4a99369e2624a5" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e866c50cef122b414a156c", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052e6986f7746b207bc3c9" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e866f926b88043510e0adf", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5af0534a86f7743b6f354284" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e867265d67b234af3d392c", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0530ee86f774697952d952" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60f028f85caf08029e0d6277", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b3a5d86f774252167ba22" + ], + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a70168eb3cb46d9a0bba7a", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a0a043cf4a99369e2624a5" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "610146bcccda1c5f7b1dd090", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d0d5086f774363760aef2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "610146ea70fd3f687c1a747e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 48, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71c48c1bfa3050473b8e5 description", + "failMessageText": "60e71c48c1bfa3050473b8e5 failMessageText", + "declinePlayerMessage": "60e71c48c1bfa3050473b8e5 declinePlayerMessage", + "name": "60e71c48c1bfa3050473b8e5 name", + "note": "60e71c48c1bfa3050473b8e5 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/5d6948e186f774238a38d8a7.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71c48c1bfa3050473b8e5 startedMessageText", + "successMessageText": "60e71c48c1bfa3050473b8e5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 97000, + "id": "60f037b1b28e277560670d6a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "61029d624c999b1f82704bd2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2071", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2071", + "_tpl": "5aafbcd986f7745e590fff23", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 400, + "id": "6102981837e8697a3e7a49eb", + "type": "Skill", + "index": 0, + "target": "Immunity", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 400, + "id": "6102981f4c999b1f82704bcc", + "type": "Skill", + "index": 0, + "target": "Vitality", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 400, + "id": "6414394559cf65ff210035ef", + "type": "Skill", + "index": 0, + "target": "Surgery", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "64c7bc7feb33c17953050fd4", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b2073", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2073", + "_tpl": "5ed51652f6c34d2cc26336a1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 2, + "traderId": 7 + }, + { + "availableInGameEditions": [], + "id": "64c7bc83be830e2cab48c2c9", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b2075", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2075", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 2, + "traderId": 7 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5967725e86f774601a446662": { + "QuestName": "Shaking Up the Teller", + "_id": "5967725e86f774601a446662", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5967725e86f774601a446662 acceptPlayerMessage", + "changeQuestMessageText": "5967725e86f774601a446662 changeQuestMessageText", + "completePlayerMessage": "5967725e86f774601a446662 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5968981986f7740d1648df42", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "590dde5786f77405e71908b2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5968988286f7740d14064724", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "590dde5786f77405e71908b2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a577eee86f77409c64f1499", + "target": "5968981986f7740d1648df42", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fc03286f77414d64f9940", + "conditions": [ + { + "id": "5a3fc04a86f774170f10648c", + "dynamicLocale": false, + "target": "room214", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fc03286f77414d64f9941", + "index": 2, + "parentId": "5968981986f7740d1648df42", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderLoyalty", + "id": "59a9280b86f77477925e27cb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "54cb50c76803fa8b248b4571", + "globalQuestCounterId": "", + "value": 2, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59a9287986f77478ad7028d8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59675d6c86f7740a842fc482", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5967725e86f774601a446662 description", + "failMessageText": "5967725e86f774601a446662 failMessageText", + "declinePlayerMessage": "5967725e86f774601a446662 declinePlayerMessage", + "name": "5967725e86f774601a446662 name", + "note": "5967725e86f774601a446662 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c2729d86f77459c105de4d.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5967725e86f774601a446662 startedMessageText", + "successMessageText": "5967725e86f774601a446662 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60c8ac2380b2027f403dd995", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c89f51e4d30047b777b312", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "60cb4d5a8f570e28f1480bea", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2077", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2077", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb4d746a2a1958fc522cbe", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2079", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2079", + "_tpl": "5672cb724bdc2dc2088b456b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac653ed86f77405d4729344", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b207a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b207a", + "_tpl": "57ffb0e42459777d047111c5" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "id": "5ac65d3186f774056634a202", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b207b", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b207b", + "_tpl": "59c0ec5b86f77435b128bfca" + } + ], + "loyaltyLevel": 2, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179b3bdc7560e13d23eeb8d": { + "QuestName": "Corporate Secrets", + "_id": "6179b3bdc7560e13d23eeb8d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179b3bdc7560e13d23eeb8d acceptPlayerMessage", + "changeQuestMessageText": "6179b3bdc7560e13d23eeb8d changeQuestMessageText", + "completePlayerMessage": "6179b3bdc7560e13d23eeb8d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "617bf6c70cf4a041de5b3972", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "619268de2be33f2604340159" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "617bf77a3de8a6689b533a2a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "619268de2be33f2604340159" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "61951e3b6726521dd9682287", + "target": "617bf6c70cf4a041de5b3972", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "61951c30aa0f643f9a0ae1b7", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "619268ad78f4fa33f173dbe5" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "61951c3e2e2805073c2d29db", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "619268ad78f4fa33f173dbe5" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "61951e541e972a652931ed66", + "target": "61951c30aa0f643f9a0ae1b7", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ad5bdfbc037569be6ad475", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3462b86f7741d6118b983", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ad5bfd3b88d55f7470b776", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179b3bdc7560e13d23eeb8d description", + "failMessageText": "6179b3bdc7560e13d23eeb8d failMessageText", + "declinePlayerMessage": "6179b3bdc7560e13d23eeb8d declinePlayerMessage", + "name": "6179b3bdc7560e13d23eeb8d name", + "note": "6179b3bdc7560e13d23eeb8d note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab421079c3a477d0121e46.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179b3bdc7560e13d23eeb8d startedMessageText", + "successMessageText": "6179b3bdc7560e13d23eeb8d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8000, + "id": "617bf7cff8e6c97ec7087906", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ad5ba8fee22b1b9072aab6", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "61951f07d14ece31007e2768", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b207d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b207d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "66b8d876acff495a29492910", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b207e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b207e", + "_tpl": "66bdc28a0b603c26902b2011" + } + ], + "loyaltyLevel": 2, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ede55112c95834b583f052a": { + "QuestName": "The Bunker - Part 1", + "_id": "5ede55112c95834b583f052a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ede55112c95834b583f052a acceptPlayerMessage", + "changeQuestMessageText": "5ede55112c95834b583f052a changeQuestMessageText", + "completePlayerMessage": "5ede55112c95834b583f052a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee8eea538ca5b3b4f3c4646", + "conditions": [ + { + "id": "5ee8eeb9fb3afb33a60f0463", + "dynamicLocale": false, + "target": "prapor_024_area_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ee8eea538ca5b3b4f3c4647", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee8eecc0b4ef7326256c65f", + "conditions": [ + { + "id": "5ee8eed7f89fe23eae11c142", + "dynamicLocale": false, + "target": "prapor_024_area_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ee8eecc0b4ef7326256c660", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ee0e5a8c321a77fc55084d1", + "conditions": [ + { + "id": "5ee0e5c39f0b3d34a90f8009", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5ee0e5d21623e85a510839ce", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "5ee0e5a8c321a77fc55084d2", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5ef094ac32e6cc3234361a30", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59c124d686f774189b3c843f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5ede5528bc2ff1141a199367", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ede55112c95834b583f052a description", + "failMessageText": "5ede55112c95834b583f052a failMessageText", + "declinePlayerMessage": "5ede55112c95834b583f052a declinePlayerMessage", + "name": "5ede55112c95834b583f052a name", + "note": "5ede55112c95834b583f052a note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/5ee234c386f77447ee650e32.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ede55112c95834b583f052a startedMessageText", + "successMessageText": "5ede55112c95834b583f052a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5700, + "id": "60c8a506919c14709f49738e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60dc2996c11cb44c33696c66", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 20000, + "id": "5ee7577ac226ea55a345b55d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2080", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2080", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 20000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb57de2b555f16df5c4107", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2081", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2081", + "_tpl": "62e14904c2699c0ec93adc47", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2082", + "_tpl": "633a98eab8b0506e48497c1a", + "parentId": "68010065f81036801d0b2081", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2083", + "_tpl": "62e2a754b6c0ee2f230cee0f", + "parentId": "68010065f81036801d0b2081", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2084", + "_tpl": "62e292e7b6c0ee2f230cee00", + "parentId": "68010065f81036801d0b2081", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2085", + "_tpl": "62e27a7865f0b1592a49e17b", + "parentId": "68010065f81036801d0b2081", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2086", + "_tpl": "62e15547db1a5c41971c1b5e", + "parentId": "68010065f81036801d0b2081", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2087", + "_tpl": "62ed189fb3608410ef5a2bfc", + "parentId": "68010065f81036801d0b2086", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2088", + "_tpl": "637b9c37b7e3bc41b21ce71a", + "parentId": "68010065f81036801d0b2081", + "slotId": "mod_pistolgrip" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "655b83709db22d43ab42b70c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b208c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b208a", + "_tpl": "633a98eab8b0506e48497c1a", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b208b", + "_tpl": "633a98eab8b0506e48497c1a", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b208c", + "_tpl": "633a98eab8b0506e48497c1a", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb580a179f8541b84691c4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2093", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b208f", + "_tpl": "6489875745f9ca4ba51c4808", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2090", + "_tpl": "5a26ac0ec4a28200741e1e18", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b208f", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2091", + "_tpl": "6489875745f9ca4ba51c4808", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2092", + "_tpl": "5a26ac0ec4a28200741e1e18", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2091", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2093", + "_tpl": "6489875745f9ca4ba51c4808", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2094", + "_tpl": "5a26ac0ec4a28200741e1e18", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2093", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b83841fe356507267b2fa", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2095", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2095", + "_tpl": "5a269f97c4a282000b151807" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5fd9fad9c1ce6b1a3b486d00": { + "QuestName": "Search Mission", + "_id": "5fd9fad9c1ce6b1a3b486d00", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5fd9fad9c1ce6b1a3b486d00 acceptPlayerMessage", + "changeQuestMessageText": "5fd9fad9c1ce6b1a3b486d00 changeQuestMessageText", + "completePlayerMessage": "5fd9fad9c1ce6b1a3b486d00 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5fd9fad9c1ce6b1a3b486d04", + "conditions": [ + { + "id": "5ee8ec99de862370a5316adb", + "dynamicLocale": false, + "target": "pr_scout_col", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5fd9fad9c1ce6b1a3b486d03", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5fd9fad9c1ce6b1a3b486d06", + "conditions": [ + { + "id": "5ee8ecf8fb3afb33a60f0462", + "dynamicLocale": false, + "target": "pr_scout_base", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5fd9fad9c1ce6b1a3b486d05", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5fd9fad9c1ce6b1a3b486d0e", + "conditions": [ + { + "id": "5ee0e765a263820890521b60", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5ee0e76fc3716e1fc8472969", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "5fd9fad9c1ce6b1a3b486d0d", + "index": 7, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5fdc855b4a28ed5ca03b3232", + "target": "5fd9fad9c1ce6b1a3b486d03", + "conditionType": "CompleteCondition" + }, + { + "id": "5fdc85704a28ed5ca03b3233", + "target": "5fd9fad9c1ce6b1a3b486d05", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5fd9fad9c1ce6b1a3b486d02", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 5, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5fdc862eaf5a054cc9333005", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5936d90786f7742b1420ba5b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5fd9fad9c1ce6b1a3b486d00 description", + "failMessageText": "5fd9fad9c1ce6b1a3b486d00 failMessageText", + "declinePlayerMessage": "5fd9fad9c1ce6b1a3b486d00 declinePlayerMessage", + "name": "5fd9fad9c1ce6b1a3b486d00 name", + "note": "5fd9fad9c1ce6b1a3b486d00 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5fd9fad9c1ce6b1a3b486d00 startedMessageText", + "successMessageText": "5fd9fad9c1ce6b1a3b486d00 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 2800, + "id": "60c8a5b59bdefb3130121b09", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c8a5c39339363e8f0c6ad2", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 22000, + "id": "5fe459f031ff9168f55eead8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2097", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2097", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 22000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5fdc85c47e3ca316bd3b806d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2099", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2099", + "_tpl": "5f4f9eb969cdc30ff33f09db", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb58e277dc197c77424f93", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b209b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b209b", + "_tpl": "5900b89686f7744e704a8747", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b85d8065b076eb02c4b4c", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b209c", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b209c", + "_tpl": "64be79e2bf8412471d0d9bcc" + } + ], + "loyaltyLevel": 1, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60896e28e4a85c72ef3fa301": { + "QuestName": "Disease History", + "_id": "60896e28e4a85c72ef3fa301", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60896e28e4a85c72ef3fa301 acceptPlayerMessage", + "changeQuestMessageText": "60896e28e4a85c72ef3fa301 changeQuestMessageText", + "completePlayerMessage": "60896e28e4a85c72ef3fa301 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6091698a30bb620b3239874c", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "608c22a003292f4ba43f8a1a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60ae12ffb809a474875907aa", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60a3b5b05f84d429b732e934" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "609169cfeca522371e5725c5", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "608c22a003292f4ba43f8a1a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "609a342c311628516a014cf7", + "target": "6091698a30bb620b3239874c", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60ae134cabb9675f0062cf6e", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "60a3b5b05f84d429b732e934" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "60ae20f4ae5c5171bc6f7617", + "target": "60ae12ffb809a474875907aa", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "60bf738e81c6e80e702ccc0e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60bf738b4c8a3800da06e717", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5969f9e986f7741dde183a50", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60896e28e4a85c72ef3fa301 description", + "failMessageText": "60896e28e4a85c72ef3fa301 failMessageText", + "declinePlayerMessage": "60896e28e4a85c72ef3fa301 declinePlayerMessage", + "name": "60896e28e4a85c72ef3fa301 name", + "note": "60896e28e4a85c72ef3fa301 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60896e28e4a85c72ef3fa301 startedMessageText", + "successMessageText": "60896e28e4a85c72ef3fa301 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7200, + "id": "60bf6f8bdb54616235170699", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60bf6f96960b6d5d274caaeb", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "60bf6fd781c6e80e702ccc08", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b209e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b209e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb6cb398b492706036455a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20a0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20a0", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb6ccba7d63f18200a24a7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20a2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20a2", + "_tpl": "5af0548586f7743a532b7e99", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "60cb6cd13e4e974efa345cb8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20a8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20a4", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20a5", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20a6", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20a7", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20a8", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "6764488e37be0cb15b40c0d0", + "type": "CustomizationDirect", + "index": 0, + "target": "675467d8b784110b2702fe11", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59674eb386f774539f14813a": { + "QuestName": "Delivery From the Past", + "_id": "59674eb386f774539f14813a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59674eb386f774539f14813a acceptPlayerMessage", + "changeQuestMessageText": "59674eb386f774539f14813a changeQuestMessageText", + "completePlayerMessage": "59674eb386f774539f14813a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5968929e86f7740d121082d3", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "591092ef86f7747bb8703422" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "59674fe586f7744f4e358aa2", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "case_extraction", + "target": [ + "591092ef86f7747bb8703422" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5977784486f774285402cf51", + "conditions": [ + { + "id": "5a577b4186f7743e797f6f04", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5bf5393d86f77458f17c1993", + "dynamicLocale": false, + "target": [ + "factory4_day", + "factory4_night" + ], + "conditionType": "Location" + } + ] + }, + "id": "5977784486f774285402cf52", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a5779e486f774411f6c321f", + "target": "59674fe586f7744f4e358aa2", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a926c386f7747bbc027ac8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 5, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5978b48b86f7746ef62ef859", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5936da9e86f7742d65037edf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59674eb386f774539f14813a description", + "failMessageText": "59674eb386f774539f14813a failMessageText", + "declinePlayerMessage": "59674eb386f774539f14813a declinePlayerMessage", + "name": "59674eb386f774539f14813a name", + "note": "59674eb386f774539f14813a note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/59bfebe686f7745ba3403da3.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59674eb386f774539f14813a startedMessageText", + "successMessageText": "59674eb386f774539f14813a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4000, + "id": "60c8a6b6e4d30047b777b316", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c89ebb8dfbfc09882efd1b", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 20000, + "id": "60cb4763e3d0247e625da16d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20aa", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b20aa", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 20000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a3fa37086f7744335434f85", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20ab", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20ab", + "_tpl": "576165642459773c7a400233", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b20ac", + "_tpl": "576169e62459773c69055191", + "parentId": "68010065f81036801d0b20ab", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b20ad", + "_tpl": "576167ab2459773cad038c43", + "parentId": "68010065f81036801d0b20ab", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b20ae", + "_tpl": "5649ade84bdc2d1b2b8b4587", + "parentId": "68010065f81036801d0b20ab", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b20af", + "_tpl": "57616c112459773cce774d66", + "parentId": "68010065f81036801d0b20ab", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b20b0", + "_tpl": "57a9b9ce2459770ee926038d", + "parentId": "68010065f81036801d0b20ab", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b20b1", + "_tpl": "57616ca52459773c69055192", + "parentId": "68010065f81036801d0b20ab", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b20b2", + "_tpl": "57616a9e2459773c7a400234", + "parentId": "68010065f81036801d0b20ab", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60cb4778e3d0247e625da16e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20b7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20b4", + "_tpl": "57616a9e2459773c7a400234", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20b5", + "_tpl": "57616a9e2459773c7a400234", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20b6", + "_tpl": "57616a9e2459773c7a400234", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20b7", + "_tpl": "57616a9e2459773c7a400234", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb47917c496e588343a195", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20be", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20bb", + "_tpl": "6570243bbfc87b3a3409321f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20bc", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b20bb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b20bd", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b20bb", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b20be", + "_tpl": "6570243bbfc87b3a3409321f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20bf", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b20be", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b20c0", + "_tpl": "5d6e6806a4b936088465b17e", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b20be", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac6502386f77405cd54625d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b20c1", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b20c1", + "_tpl": "56dff0bed2720bb0668b4567" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "61958c366726521dd96828ec": { + "QuestName": "Cargo X - Part 4", + "_id": "61958c366726521dd96828ec", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "61958c366726521dd96828ec acceptPlayerMessage", + "changeQuestMessageText": "61958c366726521dd96828ec changeQuestMessageText", + "completePlayerMessage": "61958c366726521dd96828ec completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "61958d54aa0f643f9a0aed73", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "qlight16_peace_terra", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "61958d69d14ece31007e2df5", + "conditions": [ + { + "id": "61958d8f2e2805073c2d3bc1", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "61ad51da78d2361409060866", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "61958d69d14ece31007e2df4", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "61958d97ea774d183b6cc91d", + "target": "61958d54aa0f643f9a0aed73", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ab63bf1b7da753125cfc36", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bb5986f7741dfb660900", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "61958c366726521dd96828ec description", + "failMessageText": "61958c366726521dd96828ec failMessageText", + "declinePlayerMessage": "61958c366726521dd96828ec declinePlayerMessage", + "name": "61958c366726521dd96828ec name", + "note": "61958c366726521dd96828ec note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/597a0fad86f77426d464f995.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "61958c366726521dd96828ec startedMessageText", + "successMessageText": "61958c366726521dd96828ec successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8600, + "id": "61abc032d163df65dd55264f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ad4dbe4cce5e7e040ad757", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 800, + "id": "61abc01fce0ce5446c4bffce", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20c3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b20c3", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 800 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b922fc023e22044165dec", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b20c4", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b20c4", + "_tpl": "5ac8d6885acfc400180ae7b0" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63987301e11ec11ff5504036": { + "QuestName": "Gunsmith - Part 21", + "_id": "63987301e11ec11ff5504036", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63987301e11ec11ff5504036 acceptPlayerMessage", + "changeQuestMessageText": "63987301e11ec11ff5504036 changeQuestMessageText", + "completePlayerMessage": "63987301e11ec11ff5504036 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "63987b49cd51826f7a069b85", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5bfea6e90db834001b7347f3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 1500.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 35.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 5, + "compareMethod": "<=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 500.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5cde739cd7f00c0010373bd3", + "5cde7afdd7f00c000d36b89d", + "5cde7b43d7f00c000d36b93e" + ], + "hasItemFromCategory": [] + }, + { + "conditionType": "WeaponAssembly", + "id": "63987b9c05aa481907106505", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5e81c3cbac2bb513793cdc75" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 200.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 75.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 7, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 750.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5ef366938cef260c0642acad", + "5ef61964ec7f42238c31e0c1" + ], + "hasItemFromCategory": [ + "55818b164bdc2ddc698b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "639afa5592e27b60a1074096", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 38, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "639afa4981b99001240bbe18", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b477f7686f7744d1b23c4d2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63987301e11ec11ff5504036 description", + "failMessageText": "63987301e11ec11ff5504036 failMessageText", + "declinePlayerMessage": "63987301e11ec11ff5504036 declinePlayerMessage", + "name": "63987301e11ec11ff5504036 name", + "note": "63987301e11ec11ff5504036 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/63aae9481287ef0b827d0bef.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63987301e11ec11ff5504036 startedMessageText", + "successMessageText": "63987301e11ec11ff5504036 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 27700, + "id": "639afa5d2a994a11600df098", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "639afa6a5b759c65a34764e8", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639afa8e92e27b60a1074097", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20c6", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20c6", + "_tpl": "567143bf4bdc2d1a0f8b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "639afa8381b99001240bbe19", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20cd", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20c9", + "_tpl": "648984e3f09d032aa9399d53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20ca", + "_tpl": "5efb0c1bd79ff02a1f5e68d9", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b20c9", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b20cb", + "_tpl": "648984e3f09d032aa9399d53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20cc", + "_tpl": "5efb0c1bd79ff02a1f5e68d9", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b20cb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b20cd", + "_tpl": "648984e3f09d032aa9399d53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20ce", + "_tpl": "5efb0c1bd79ff02a1f5e68d9", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b20cd", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19d79f194393ecf632f8d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b20cf", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b20cf", + "_tpl": "5d025cc1d7ad1a53845279ef" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "63a19d815032c67f050dd964", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b20d0", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b20d0", + "_tpl": "5c793fb92e221644f31bfb64" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5edac34d0bb72a50635c2bfa": { + "QuestName": "Colleagues - Part 3", + "_id": "5edac34d0bb72a50635c2bfa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5edac34d0bb72a50635c2bfa acceptPlayerMessage", + "changeQuestMessageText": "5edac34d0bb72a50635c2bfa changeQuestMessageText", + "completePlayerMessage": "5edac34d0bb72a50635c2bfa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Quest", + "id": "5f046f9825b2ad51bd275800", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5edac34d0bb72a50635c2bfa", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5f07025e27cec53d5d24fe25", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c94bbff86f7747ee735c08f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5f04935cde3b9e0ecf03d864", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c94bbff86f7747ee735c08f" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5f070323d57aeb6e09253785", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515f6915ec335206e4152" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5f0495458654d20be3564f4c", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515f6915ec335206e4152" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5f070350f6b5847ad975ceac", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515c8d380ab312177c0fa" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5f0495b8efefac7f7227de63", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5ed515c8d380ab312177c0fa" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5edac3dfd143ed1d6378d13d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5edab4b1218d181e29451435", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5f04539a29383318cb417b43", + "conditions": [ + { + "id": "5f045420ebbc7835b404ef05", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossSanitar" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5f04539a29383318cb417b44", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ] + }, + "description": "5edac34d0bb72a50635c2bfa description", + "failMessageText": "5edac34d0bb72a50635c2bfa failMessageText", + "declinePlayerMessage": "5edac34d0bb72a50635c2bfa declinePlayerMessage", + "name": "5edac34d0bb72a50635c2bfa name", + "note": "5edac34d0bb72a50635c2bfa note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5edac34d0bb72a50635c2bfa startedMessageText", + "successMessageText": "5edac34d0bb72a50635c2bfa successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15800, + "id": "60c8c61b8dfbfc09882efd2b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c628919c14709f4973a0", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "5f0da63af1132a292e7df843", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20d2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b20d2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5f0496876234826dcb6c2b84", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20d6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20d4", + "_tpl": "5ed515e03a40a50460332579", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20d5", + "_tpl": "5ed515e03a40a50460332579", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20d6", + "_tpl": "5ed515e03a40a50460332579", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5f0496c9efefac7f7227de67", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20da", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20d8", + "_tpl": "5ed5160a87bb8443d10680b5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20d9", + "_tpl": "5ed5160a87bb8443d10680b5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20da", + "_tpl": "5ed5160a87bb8443d10680b5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "5fd7d64fbdd50d684f73b5b2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20e0", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20dc", + "_tpl": "637b60c3b7afa97bfc3d7001", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20dd", + "_tpl": "637b60c3b7afa97bfc3d7001", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20de", + "_tpl": "637b60c3b7afa97bfc3d7001", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20df", + "_tpl": "637b60c3b7afa97bfc3d7001", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20e0", + "_tpl": "637b60c3b7afa97bfc3d7001", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "6414447daf926cc6e605f57b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20e5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20e2", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20e3", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20e4", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20e5", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb73ee6a2a1958fc522d14", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20e7", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20e7", + "_tpl": "5c1d0f4986f7744bb01837fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5fd7d69add870108a754c0f6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20e9", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20e9", + "_tpl": "5aafbcd986f7745e590fff23", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.25, + "id": "629f06bf274d12190d1883da", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "626bd75b05f287031503c7f6": { + "QuestName": "Drug Trafficking", + "_id": "626bd75b05f287031503c7f6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "626bd75b05f287031503c7f6 acceptPlayerMessage", + "changeQuestMessageText": "626bd75b05f287031503c7f6 changeQuestMessageText", + "completePlayerMessage": "626bd75b05f287031503c7f6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac210b1287ef0b827d0cb9", + "conditions": [ + { + "id": "63ac211eb4313a7bac606751", + "dynamicLocale": false, + "target": "qlight_extension_medic1_exploration1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac210b1287ef0b827d0cb8", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "626c3010a371ee3a7a3514cb", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "qlight_extension_medic1_hide1", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ac2151972364554162a27c", + "target": "63ac210b1287ef0b827d0cb8", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "62a086f9a04c0c5c6e0a8461", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6179afd0bca27a099552e040", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "626bd75b05f287031503c7f6 description", + "failMessageText": "626bd75b05f287031503c7f6 failMessageText", + "declinePlayerMessage": "626bd75b05f287031503c7f6 declinePlayerMessage", + "name": "626bd75b05f287031503c7f6 name", + "note": "626bd75b05f287031503c7f6 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/628b7dcb543b5b2ab574b759.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "626bd75b05f287031503c7f6 startedMessageText", + "successMessageText": "626bd75b05f287031503c7f6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7500, + "id": "629a2651c8a89b01e62c9cb0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "62b041ffc0467b255e25ae25", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 45000, + "id": "628b8495e62b673350065194", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20eb", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b20eb", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 45000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629a27fb22a49963127533c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20ed", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20ed", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629a28046c1cee6ff430241c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20ef", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20ef", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629a280f4dec5d194e450344", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20f1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20f1", + "_tpl": "5c0e533786f7747fa23f4d47", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179afd0bca27a099552e040": { + "QuestName": "Lost Contact", + "_id": "6179afd0bca27a099552e040", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179afd0bca27a099552e040 acceptPlayerMessage", + "changeQuestMessageText": "6179afd0bca27a099552e040 changeQuestMessageText", + "completePlayerMessage": "6179afd0bca27a099552e040 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac0c99f83fd608393890c0", + "conditions": [ + { + "id": "63ac0cbcf83fd608393890c1", + "dynamicLocale": false, + "target": "qlight_find_scav_group1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac0c99f83fd608393890bf", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6190464d74169a76c90aa231", + "conditions": [ + { + "id": "6190465ab843e65aae5edc67", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6190466403eb7868a134fadc", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "6190464d74169a76c90aa230", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ac0d2787413d64ae0ac223", + "target": "63ac0c99f83fd608393890bf", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ad5cb9b1c41a4ac83ca968", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68663e86f774501078f78a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ad5cdc118c386d912fd9b7", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 26, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179afd0bca27a099552e040 description", + "failMessageText": "6179afd0bca27a099552e040 failMessageText", + "declinePlayerMessage": "6179afd0bca27a099552e040 declinePlayerMessage", + "name": "6179afd0bca27a099552e040 name", + "note": "6179afd0bca27a099552e040 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179afd0bca27a099552e040 startedMessageText", + "successMessageText": "6179afd0bca27a099552e040 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7000, + "id": "617bf479ea3cfc3293312441", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ad5c8bbc037569be6ad476", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "6190461db843e65aae5edc66", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20f3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b20f3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "61ad5c999f06845f0a57dbe6", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b20f4", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b20f4", + "_tpl": "590c657e86f77412b013051d" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179ad56c760af5ad2053587": { + "QuestName": "Seaside Vacation", + "_id": "6179ad56c760af5ad2053587", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179ad56c760af5ad2053587 acceptPlayerMessage", + "changeQuestMessageText": "6179ad56c760af5ad2053587 changeQuestMessageText", + "completePlayerMessage": "6179ad56c760af5ad2053587 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "617bf2a6f8e6c97ec70878b7", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "619252352be33f26043400a7" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "617bf29a52e86c73d372a917", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "619252352be33f26043400a7" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6194eb1dd5f0ef0ca76126b4", + "target": "617bf2a6f8e6c97ec70878b7", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ae0db440869119390a7bcc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "60896e28e4a85c72ef3fa301", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ae0dd4cfead502c8012885", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179ad56c760af5ad2053587 description", + "failMessageText": "6179ad56c760af5ad2053587 failMessageText", + "declinePlayerMessage": "6179ad56c760af5ad2053587 declinePlayerMessage", + "name": "6179ad56c760af5ad2053587 name", + "note": "6179ad56c760af5ad2053587 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab4ce156152b140448cf95.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179ad56c760af5ad2053587 startedMessageText", + "successMessageText": "6179ad56c760af5ad2053587 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8000, + "id": "617bf2b3d93d977d24520528", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ae0e2f3979ec0a2204593a", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "619042948cc66c469a0a101a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20f6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b20f6", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "61ae0e4876cf5f6b10309878", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b20f7", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b20f7", + "_tpl": "5af0454c86f7746bf20992e8" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5969f90786f77420d2328015": { + "QuestName": "Painkiller", + "_id": "5969f90786f77420d2328015", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5969f90786f77420d2328015 acceptPlayerMessage", + "changeQuestMessageText": "5969f90786f77420d2328015 changeQuestMessageText", + "completePlayerMessage": "5969f90786f77420d2328015 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5969f98286f774576d4c9542", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "544fb3f34bdc2d03748b456a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5969f99286f77456630ea442", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "544fb3f34bdc2d03748b456a" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a928fe86f7747bbc027b26", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 8, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "596a212e86f774576d4c95df", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596a204686f774576d4c95de", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5969f90786f77420d2328015 description", + "failMessageText": "5969f90786f77420d2328015 failMessageText", + "declinePlayerMessage": "5969f90786f77420d2328015 declinePlayerMessage", + "name": "5969f90786f77420d2328015 name", + "note": "5969f90786f77420d2328015 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/5969f96786f7741dde183a4f.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5969f90786f77420d2328015 startedMessageText", + "successMessageText": "5969f90786f77420d2328015 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4500, + "id": "60c8c2ae8dfbfc09882efd29", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8c2b12238043a5267864c", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 17000, + "id": "5a2fb8a486f77432ea548a88", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20f9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b20f9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 17000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "60cb68522b555f16df5c416b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b20ff", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b20fb", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20fc", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20fd", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20fe", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b20ff", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb67cd179f8541b846922d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2101", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2101", + "_tpl": "5d1b39a386f774252339976f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb67bf98b4927060364552", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2104", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2103", + "_tpl": "544fb37f4bdc2dee738b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2104", + "_tpl": "544fb37f4bdc2dee738b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb67e37c496e588343a1d4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2107", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2106", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2107", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179b5eabca27a099552e052": { + "QuestName": "Counteraction", + "_id": "6179b5eabca27a099552e052", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179b5eabca27a099552e052 acceptPlayerMessage", + "changeQuestMessageText": "6179b5eabca27a099552e052 changeQuestMessageText", + "completePlayerMessage": "6179b5eabca27a099552e052 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "61a61c085d06a344766f3a2a", + "conditions": [ + { + "id": "61a61c230dc38701e558e41a", + "dynamicLocale": false, + "target": "Bear", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "61b9efa07d4b5e760410081d", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "61a61c085d06a344766f3a29", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "617fc08b30ccff6c7c37fcd3", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59f32bb586f774757e1e8442", + "6662e9cda7e0b43baa3d5f76", + "6662e9aca7e0b43baa3d5f74" + ], + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ae0d4063cbd94b771f67c8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a0327ba86f77456b9154236", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ae0d574abec56a41724658", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179b5eabca27a099552e052 description", + "failMessageText": "6179b5eabca27a099552e052 failMessageText", + "declinePlayerMessage": "6179b5eabca27a099552e052 declinePlayerMessage", + "name": "6179b5eabca27a099552e052 name", + "note": "6179b5eabca27a099552e052 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179b5eabca27a099552e052 startedMessageText", + "successMessageText": "6179b5eabca27a099552e052 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 22000, + "id": "6197a7cef8e9da247b2bd453", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "61b340729904a255665c9348", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2300, + "id": "61ae0ccb67658b51a604a42a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2109", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2109", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 2300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "61ae0d1b1e1d2540cf47d6b6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b210b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b210b", + "_tpl": "5c12613b86f7743bbe2c3f76", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "61ae0cfb63cbd94b771f67c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b210d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b210d", + "_tpl": "590c392f86f77444754deb29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "62a701ce8ec41a51b3475fef", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b210f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b210f", + "_tpl": "62a0a124de7ac81993580542", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "62a703ea4de19a4c3422ea67", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2110", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2110", + "_tpl": "5e85a9f4add9fe03027d9bf1" + } + ], + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179aff8f57fb279792c60a1": { + "QuestName": "Overpopulation", + "_id": "6179aff8f57fb279792c60a1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179aff8f57fb279792c60a1 acceptPlayerMessage", + "changeQuestMessageText": "6179aff8f57fb279792c60a1 changeQuestMessageText", + "completePlayerMessage": "6179aff8f57fb279792c60a1 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "617bf4e152e86c73d372a95e", + "conditions": [ + { + "id": "617bf5043de8a6689b533a1d", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "6194f8fe0d1f573a784212a2", + "dynamicLocale": false, + "zoneIds": [ + "qlight_pc1_ucot_kill" + ], + "conditionType": "InZone" + } + ] + }, + "id": "617bf4e152e86c73d372a95d", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61b24f790392cb7ac26ded55", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a03153686f77442d90e2171", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61b24f9104363f7b1215529d", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179aff8f57fb279792c60a1 description", + "failMessageText": "6179aff8f57fb279792c60a1 failMessageText", + "declinePlayerMessage": "6179aff8f57fb279792c60a1 declinePlayerMessage", + "name": "6179aff8f57fb279792c60a1 name", + "note": "6179aff8f57fb279792c60a1 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab4f090330382cea7bad57.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179aff8f57fb279792c60a1 startedMessageText", + "successMessageText": "6179aff8f57fb279792c60a1 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8500, + "id": "617bf5400cf4a041de5b3969", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61adfd9936a895455b700cc6", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1100, + "id": "61adf8b14abec56a41724656", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2112", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2112", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1100 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "61adfe7467658b51a604a426", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2113", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2113", + "_tpl": "5b0bbe4e5acfc40dc528a72d" + }, + { + "_id": "68010065f81036801d0b2114", + "_tpl": "5b7d678a5acfc4001a5c4022", + "parentId": "68010065f81036801d0b2113", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2115", + "_tpl": "5b099ac65acfc400186331e1", + "parentId": "68010065f81036801d0b2113", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2116", + "_tpl": "5b7bed205acfc400161d08cc", + "parentId": "68010065f81036801d0b2113", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2117", + "_tpl": "5b7be1265acfc400161d0798", + "parentId": "68010065f81036801d0b2113", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2118", + "_tpl": "5b7d68af5acfc400170e30c3", + "parentId": "68010065f81036801d0b2117", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2119", + "_tpl": "5b0bc22d5acfc47a8607f085", + "parentId": "68010065f81036801d0b2113", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b211a", + "_tpl": "5b7d6c105acfc40015109a5f", + "parentId": "68010065f81036801d0b2113", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b211b", + "_tpl": "5b7d645e5acfc400170e2f90", + "parentId": "68010065f81036801d0b2113", + "slotId": "mod_stock" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "596a1e6c86f7741ddc2d3206": { + "QuestName": "General Wares", + "_id": "596a1e6c86f7741ddc2d3206", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "596a1e6c86f7741ddc2d3206 acceptPlayerMessage", + "changeQuestMessageText": "596a1e6c86f7741ddc2d3206 changeQuestMessageText", + "completePlayerMessage": "596a1e6c86f7741ddc2d3206 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "596a1f0486f77456630ea4d2", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347d7224597744596b4e72" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "596a1f1586f77420d2328077", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347d7224597744596b4e72" + ], + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "59a9299786f77472014b72e5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5969f9e986f7741dde183a50", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "596a1e6c86f7741ddc2d3206 description", + "failMessageText": "596a1e6c86f7741ddc2d3206 failMessageText", + "declinePlayerMessage": "596a1e6c86f7741ddc2d3206 declinePlayerMessage", + "name": "596a1e6c86f7741ddc2d3206 name", + "note": "596a1e6c86f7741ddc2d3206 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/5979d3da86f774719f309082.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596a1e6c86f7741ddc2d3206 startedMessageText", + "successMessageText": "596a1e6c86f7741ddc2d3206 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4800, + "id": "60c8c36580b2027f403dd99f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8c36883161b326c471116", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "5a2fba6886f774769635db1c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b211d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b211d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "5ac6643e86f774055a77c730", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2122", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b211f", + "_tpl": "5673de654bdc2d180f8b456d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2120", + "_tpl": "5673de654bdc2d180f8b456d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2121", + "_tpl": "5673de654bdc2d180f8b456d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2122", + "_tpl": "5673de654bdc2d180f8b456d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5a2fbaa686f77476953ee329", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2125", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2124", + "_tpl": "590c5d4b86f774784e1b9c45", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2125", + "_tpl": "590c5d4b86f774784e1b9c45", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ec19e5386f7561e047757ae", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2128", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2127", + "_tpl": "5af0484c86f7740f02001f7f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2128", + "_tpl": "5af0484c86f7740f02001f7f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63a9b229813bba58a50c9ee5": { + "QuestName": "Worst Job in the World", + "_id": "63a9b229813bba58a50c9ee5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63a9b229813bba58a50c9ee5 acceptPlayerMessage", + "changeQuestMessageText": "63a9b229813bba58a50c9ee5 changeQuestMessageText", + "completePlayerMessage": "63a9b229813bba58a50c9ee5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b229813bba58a50c9ee7", + "conditions": [ + { + "id": "63a9b16a87c76a25c912125e", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "5447a9cd4bdc2dbd208b4567", + "5c07c60e0db834002330051f", + "5d43021ca4b9362eab4b5e25" + ], + "distance": { + "value": 100, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "63a9b229813bba58a50c9ee6", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 30, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "63a9efcc7cd7613adb652529", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a9efdbad5cc12f22162052", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "639135f286e646067c176a87", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a9efd2655ec5555b4aaa7b", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bc6986f7741c7358402b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63a9b229813bba58a50c9ee5 description", + "failMessageText": "63a9b229813bba58a50c9ee5 failMessageText", + "declinePlayerMessage": "63a9b229813bba58a50c9ee5 declinePlayerMessage", + "name": "63a9b229813bba58a50c9ee5 name", + "note": "63a9b229813bba58a50c9ee5 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63a9b229813bba58a50c9ee5 startedMessageText", + "successMessageText": "63a9b229813bba58a50c9ee5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15400, + "id": "63a9ef1dc593cc01b37133ce", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a9ef25009ffc6a551631ca", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "63a9f767ad5cc12f22162055", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2129", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2129", + "_tpl": "6357c98711fb55120211f7e1" + } + ], + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "63a9f76dda7999196148ba82", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b212a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b212a", + "_tpl": "5ede475b549eed7c6d5c18fb" + } + ], + "loyaltyLevel": 3, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "61904daa7d0d857927447b9c": { + "QuestName": "The Hermit", + "_id": "61904daa7d0d857927447b9c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "61904daa7d0d857927447b9c acceptPlayerMessage", + "changeQuestMessageText": "61904daa7d0d857927447b9c changeQuestMessageText", + "completePlayerMessage": "61904daa7d0d857927447b9c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac22351b5c95746621ddc5", + "conditions": [ + { + "id": "63ac2256de609574d97adf82", + "dynamicLocale": false, + "target": "qlight_hunt_fr_find", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac22351b5c95746621ddc4", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "61904e76f62c89219a56e04c", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "61904c9df62c89219a56e034" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ac228edd6923311c7d1821", + "target": "63ac22351b5c95746621ddc4", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "61904ebb22e6d82ee97ccbbe", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "61904c9df62c89219a56e034" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "619236f8ed82a53b6647c9fc", + "target": "61904e76f62c89219a56e04c", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61abc8083b7a0b53f515c5e5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e48186f77443e625e386", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ad52a14cce5e7e040ad758", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "61904daa7d0d857927447b9c description", + "failMessageText": "61904daa7d0d857927447b9c failMessageText", + "declinePlayerMessage": "61904daa7d0d857927447b9c declinePlayerMessage", + "name": "61904daa7d0d857927447b9c name", + "note": "61904daa7d0d857927447b9c note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab38781b7da753125cfaa5.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "61904daa7d0d857927447b9c startedMessageText", + "successMessageText": "61904daa7d0d857927447b9c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12000, + "id": "61979d5e1aaf65553c5efe48", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ad52dde9f86c618b0a83c6", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 55000, + "id": "61979d77f8e9da247b2bd375", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b212c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b212c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 55000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5967733e86f774602332fc84": { + "QuestName": "Shortage", + "_id": "5967733e86f774602332fc84", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5967733e86f774602332fc84 acceptPlayerMessage", + "changeQuestMessageText": "5967733e86f774602332fc84 changeQuestMessageText", + "completePlayerMessage": "5967733e86f774602332fc84 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5968edc086f77420d2328014", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "544fb45d4bdc2dee738b4568" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59689eb886f7740d137ebfc3", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "544fb45d4bdc2dee738b4568" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65847187b3e428d46bb835a8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "657315ddab5a49b71f098853", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5967733e86f774602332fc84 description", + "failMessageText": "5967733e86f774602332fc84 failMessageText", + "declinePlayerMessage": "5967733e86f774602332fc84 declinePlayerMessage", + "name": "5967733e86f774602332fc84 name", + "note": "5967733e86f774602332fc84 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59689e1c86f7740d14064725.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5967733e86f774602332fc84 startedMessageText", + "successMessageText": "5967733e86f774602332fc84 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 2000, + "id": "5fd7d4a116cac650092f6870", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8c1f1a0b5c924fc6e9d55", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 15000, + "id": "5fe30684c646836c3b6fc567", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b212e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b212e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 15000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5a2fb4c086f7742eb03f3623", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2131", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2130", + "_tpl": "590c661e86f7741e566b646a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2131", + "_tpl": "590c661e86f7741e566b646a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "5a2fb4b286f774769839eb53", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2136", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2133", + "_tpl": "544fb37f4bdc2dee738b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2134", + "_tpl": "544fb37f4bdc2dee738b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2135", + "_tpl": "544fb37f4bdc2dee738b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2136", + "_tpl": "544fb37f4bdc2dee738b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "5a2fb4ce86f774769732daa8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b213b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2138", + "_tpl": "544fb3364bdc2d34748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2139", + "_tpl": "544fb3364bdc2d34748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b213a", + "_tpl": "544fb3364bdc2d34748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b213b", + "_tpl": "544fb3364bdc2d34748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "596760e186f7741e11214d58": { + "QuestName": "Postman Pat - Part 2", + "_id": "596760e186f7741e11214d58", + "canShowNotificationsInGame": false, + "acceptPlayerMessage": "596760e186f7741e11214d58 acceptPlayerMessage", + "changeQuestMessageText": "596760e186f7741e11214d58 changeQuestMessageText", + "completePlayerMessage": "596760e186f7741e11214d58 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5968975586f7740e7266d974", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "591093bb86f7747caa7bb2ee" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5967615286f7741e470a5947", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59675ea386f77414b32bded2", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "596760e186f7741e11214d58 description", + "failMessageText": "596760e186f7741e11214d58 failMessageText", + "declinePlayerMessage": "596760e186f7741e11214d58 declinePlayerMessage", + "name": "596760e186f7741e11214d58 name", + "note": "596760e186f7741e11214d58 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/5967611386f7741dfe4f46fb.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596760e186f7741e11214d58 startedMessageText", + "successMessageText": "596760e186f7741e11214d58 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3500, + "id": "60c8c3789339363e8f0c6ae4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60c8c37b80b2027f403dd9a0", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5000, + "id": "597afde186f7741ce2755e97", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b213d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b213d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 5000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac664a886f774066f04bd47", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b213e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b213e", + "_tpl": "544fb45d4bdc2dee738b4568" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64ee9df4496db64f9b7a4432": { + "QuestName": "The Door", + "_id": "64ee9df4496db64f9b7a4432", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64ee9df4496db64f9b7a4432 acceptPlayerMessage", + "changeQuestMessageText": "64ee9df4496db64f9b7a4432 changeQuestMessageText", + "completePlayerMessage": "64ee9df4496db64f9b7a4432 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64ee9df4496db64f9b7a4434", + "conditions": [ + { + "id": "64ee9aa067e11a7c6206dcda", + "dynamicLocale": false, + "target": "quest_zone_find_sillent", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "64ee9df4496db64f9b7a4433", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "64ee9df4496db64f9b7a4435", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_hide_sillent", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64ee9df4496db64f9b7a4436", + "target": "64ee9df4496db64f9b7a4433", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "64eea6059878a0569d6ec98b", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "quest_zone_hide_sillent2", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64eea61452fc01298e2c5ee0", + "target": "64ee9df4496db64f9b7a4435", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64ee9df4496db64f9b7a4439", + "conditions": [ + { + "id": "64ee9ce01180874bb93e8640", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "64ee9df4496db64f9b7a4437", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64eea65a403fc9681a4b7d61", + "target": "64eea6059878a0569d6ec98b", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8cda97d39ff0e7624ce2c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac346cf86f7741d63233a02", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 7200, + "dispersion": 500, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64ee9df4496db64f9b7a4432 description", + "failMessageText": "64ee9df4496db64f9b7a4432 failMessageText", + "declinePlayerMessage": "64ee9df4496db64f9b7a4432 declinePlayerMessage", + "name": "64ee9df4496db64f9b7a4432 name", + "note": "64ee9df4496db64f9b7a4432 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64ee9df4496db64f9b7a4432 startedMessageText", + "successMessageText": "64ee9df4496db64f9b7a4432 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 30200, + "id": "64f8cdc0c8626c7d46040427", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "64f8cdc4c8626c7d46040428", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "64f8cdcc05cb58236609a4d6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2140", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2140", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8cdd6c8626c7d46040429", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2141", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2141", + "_tpl": "5cadc190ae921500103bb3b6", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2142", + "_tpl": "5cadc1c6ae9215000f2775a4", + "parentId": "68010065f81036801d0b2141", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2143", + "_tpl": "5cadc390ae921500126a77f1", + "parentId": "68010065f81036801d0b2142", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2144", + "_tpl": "5cadc431ae921500113bb8d5", + "parentId": "68010065f81036801d0b2141", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2145", + "_tpl": "5cadc55cae921500103bb3be", + "parentId": "68010065f81036801d0b2141", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2146", + "_tpl": "5cadd940ae9215051e1c2316", + "parentId": "68010065f81036801d0b2145", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2147", + "_tpl": "5cadd919ae921500126a77f3", + "parentId": "68010065f81036801d0b2145", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2148", + "_tpl": "5cadc2e0ae9215051e1c21e7", + "parentId": "68010065f81036801d0b2141", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8cde333ff7561c87643f2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2149", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2149", + "_tpl": "5a7828548dc32e5a9c28b516", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b214a", + "_tpl": "5a787f7ac5856700177af660", + "parentId": "68010065f81036801d0b2149", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b214b", + "_tpl": "5a788089c5856700142fdd9c", + "parentId": "68010065f81036801d0b2149", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b214c", + "_tpl": "5a7882dcc5856700177af662", + "parentId": "68010065f81036801d0b2149", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b214d", + "_tpl": "5a7880d0c5856700142fdd9d", + "parentId": "68010065f81036801d0b2149", + "slotId": "mod_stock" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8cdec05cb58236609a4d7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b214f", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b214f", + "_tpl": "64d4b23dc1b37504b41ac2b6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "596b43fb86f77457ca186186": { + "QuestName": "The Extortionist", + "_id": "596b43fb86f77457ca186186", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "596b43fb86f77457ca186186 acceptPlayerMessage", + "changeQuestMessageText": "596b43fb86f77457ca186186 changeQuestMessageText", + "completePlayerMessage": "596b43fb86f77457ca186186 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "596b44b686f77457cb50ecca", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "593965cf86f774087a77e1b6" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "596b450986f7745a7e510b54", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "593965cf86f774087a77e1b6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a5778a886f7740adc2f7f85", + "target": "596b44b686f77457cb50ecca", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fbabc86f774231d75afbd", + "conditions": [ + { + "id": "5a3fbb0986f77455f8544ce3", + "dynamicLocale": false, + "target": "dead_posylni", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fbabc86f774231d75afbe", + "index": 2, + "parentId": "596b44b686f77457cb50ecca", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fbab086f77421593d9bef", + "conditions": [ + { + "id": "5a3fbb2d86f77421ef22af45", + "dynamicLocale": false, + "target": "vremyan_case", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fbab086f77421593d9bf0", + "index": 3, + "parentId": "596b44b686f77457cb50ecca", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a924fb86f7747a683e405b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 7, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59819ef086f774557e174d7e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596b36c586f77450d6045ad2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "596b43fb86f77457ca186186 description", + "failMessageText": "596b43fb86f77457ca186186 failMessageText", + "declinePlayerMessage": "596b43fb86f77457ca186186 declinePlayerMessage", + "name": "596b43fb86f77457ca186186 name", + "note": "596b43fb86f77457ca186186 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/596b453b86f77457c827bf44.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596b43fb86f77457ca186186 startedMessageText", + "successMessageText": "596b43fb86f77457ca186186 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3200, + "id": "5c94fe5c86f774551528dee9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8af8f919c14709f497391", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "5a2e5b9986f77452ef4a6252", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2151", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2151", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a3faa9586f7745849562028", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2152", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2152", + "_tpl": "59e6687d86f77411d949b251", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2153", + "_tpl": "59e649f986f77411d949b246", + "parentId": "68010065f81036801d0b2152", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2154", + "_tpl": "59e898ee86f77427614bd225", + "parentId": "68010065f81036801d0b2153", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2155", + "_tpl": "59e8a00d86f7742ad93b569c", + "parentId": "68010065f81036801d0b2152", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2156", + "_tpl": "59e6318286f77444dd62c4cc", + "parentId": "68010065f81036801d0b2152", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2157", + "_tpl": "59e6449086f7746c9f75e822", + "parentId": "68010065f81036801d0b2152", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2158", + "_tpl": "59e8977386f77415a553c453", + "parentId": "68010065f81036801d0b2152", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2159", + "_tpl": "59e89d0986f77427600d226e", + "parentId": "68010065f81036801d0b2152", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b215a", + "_tpl": "5b1fd4e35acfc40018633c39", + "parentId": "68010065f81036801d0b2152", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5a417d8886f77430d736fb26", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b215e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b215c", + "_tpl": "59d625f086f774661516605d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b215d", + "_tpl": "59d625f086f774661516605d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b215e", + "_tpl": "59d625f086f774661516605d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "60cb597d8f570e28f1480bf5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b216b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2161", + "_tpl": "657024011419851aef03e6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2162", + "_tpl": "59e655cb86f77411dc52a77b", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2161", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2163", + "_tpl": "657024011419851aef03e6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2164", + "_tpl": "59e655cb86f77411dc52a77b", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2163", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2165", + "_tpl": "657024011419851aef03e6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2166", + "_tpl": "59e655cb86f77411dc52a77b", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2165", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2167", + "_tpl": "657024011419851aef03e6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2168", + "_tpl": "59e655cb86f77411dc52a77b", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2167", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2169", + "_tpl": "657024011419851aef03e6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b216a", + "_tpl": "59e655cb86f77411dc52a77b", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2169", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b216b", + "_tpl": "657024011419851aef03e6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b216c", + "_tpl": "59e655cb86f77411dc52a77b", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b216b", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a1a03b4ebcff1c995dc341", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b216d", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b216d", + "_tpl": "5a7828548dc32e5a9c28b516" + }, + { + "_id": "68010065f81036801d0b216e", + "_tpl": "5a787f7ac5856700177af660", + "parentId": "68010065f81036801d0b216d", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b216f", + "_tpl": "5a788089c5856700142fdd9c", + "parentId": "68010065f81036801d0b216d", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2170", + "_tpl": "5a7882dcc5856700177af662", + "parentId": "68010065f81036801d0b216d", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2171", + "_tpl": "5a7880d0c5856700142fdd9d", + "parentId": "68010065f81036801d0b216d", + "slotId": "mod_stock" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629f03d77ad28b7f7c40ecb0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b217a", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b217a", + "_tpl": "5c0e5edb86f77461f55ed1f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b217b", + "_tpl": "6571dbd388ead79fcf091d71", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b217a", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b217c", + "_tpl": "6571dbda88ead79fcf091d75", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b217a", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b217d", + "_tpl": "6571dbe07c02ae206002502e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b217a", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b217e", + "_tpl": "6571dbeaee8ec43d520cf89e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b217a", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b217f", + "_tpl": "6571dbef88ead79fcf091d79", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b217a", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b2180", + "_tpl": "656f57dc27aed95beb08f628", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b217a", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2181", + "_tpl": "656fac30c6baea13cd07e10c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b217a", + "slotId": "Back_plate" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "597a160786f77477531d39d2": { + "QuestName": "Out of Curiosity", + "_id": "597a160786f77477531d39d2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "597a160786f77477531d39d2 acceptPlayerMessage", + "changeQuestMessageText": "597a160786f77477531d39d2 changeQuestMessageText", + "completePlayerMessage": "597a160786f77477531d39d2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fc1f286f7744ccc15d642", + "conditions": [ + { + "id": "5a3fc20386f7744cd808dd37", + "dynamicLocale": false, + "target": "gazel", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fc1f286f7744ccc15d643", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "5998366886f77455853b2d9f", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "gazel", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "597a166d86f774779c70e8a3", + "conditions": [ + { + "id": "5a577aaa86f7743e797f6dcb", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5a577abe86f7743e84764c96", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "597a166d86f774779c70e8a4", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a5777bd86f7740ad907c6e9", + "target": "5998366886f77455853b2d9f", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "597a161086f77477531d39d3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0f5686f774273b74f676", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "597a16e386f77477531d39d5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0f5686f774273b74f676", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "597a1a3186f77475b4612032", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "597a171586f77405ba6887d3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "597a160786f77477531d39d2 description", + "failMessageText": "597a160786f77477531d39d2 failMessageText", + "declinePlayerMessage": "597a160786f77477531d39d2 declinePlayerMessage", + "name": "597a160786f77477531d39d2 name", + "note": "597a160786f77477531d39d2 note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "597a160786f77477531d39d2 startedMessageText", + "successMessageText": "597a160786f77477531d39d2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7700, + "id": "60c8c39e9bdefb3130121b12", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cb6e3ef09d61072d6cfbc3", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 170000, + "id": "597afde186f7741ce2755ee8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2183", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2183", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 170000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ebfbfc0b5549c7b5203b580", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2185", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2185", + "_tpl": "619cbf7d23893217ec30b689", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.25, + "id": "60c8beba2238043a52678649", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + } + ] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a68667486f7742607157d28": { + "QuestName": "Health Care Privacy - Part 4", + "_id": "5a68667486f7742607157d28", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a68667486f7742607157d28 acceptPlayerMessage", + "changeQuestMessageText": "5a68667486f7742607157d28 changeQuestMessageText", + "completePlayerMessage": "5a68667486f7742607157d28 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5a6878e886f7745e65687985", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "Health", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5a68780786f7741f977638c2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68665c86f774255929b4c7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a68667486f7742607157d28 description", + "failMessageText": "5a68667486f7742607157d28 failMessageText", + "declinePlayerMessage": "5a68667486f7742607157d28 declinePlayerMessage", + "name": "5a68667486f7742607157d28 name", + "note": "5a68667486f7742607157d28 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a68667486f7742607157d28 startedMessageText", + "successMessageText": "5a68667486f7742607157d28 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6000, + "id": "60c8c4cba0b5c924fc6e9d57", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c4cf1f21c1669a48c335", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 29000, + "id": "5a68872c86f77472c17ca5cf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2187", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2187", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 29000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5a68871286f77430c15bc4c9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b218a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2189", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b218a", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb71186a2a1958fc522d0c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b218d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b218c", + "_tpl": "59e3606886f77417674759a5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b218d", + "_tpl": "59e3606886f77417674759a5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63967028c4a91c5cb76abd81": { + "QuestName": "Trouble in the Big City", + "_id": "63967028c4a91c5cb76abd81", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63967028c4a91c5cb76abd81 acceptPlayerMessage", + "changeQuestMessageText": "63967028c4a91c5cb76abd81 changeQuestMessageText", + "completePlayerMessage": "63967028c4a91c5cb76abd81 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63bd64552803ffbfad0e3e49", + "conditions": [ + { + "id": "63bd64972803ffbfad0e3e4a", + "dynamicLocale": false, + "target": "quest_zone_c16_koll_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63bd64552803ffbfad0e3e48", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639ae7423174277743234bb8", + "conditions": [ + { + "id": "639ae74d6cd47c525121a1d4", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63bd6a405ba99d34de0f96a0", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "639ae7423174277743234bb7", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [ + { + "id": "63bd68755ba99d34de0f9698", + "target": "63bd64552803ffbfad0e3e48", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "639aea2228d8a21b593a3491", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_keeper10_place", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63bd6881629bfa6e640689dc", + "target": "639ae7423174277743234bb7", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63bd64ba3d34b0e64b0d0a18", + "conditions": [ + { + "id": "63bd651d0973ec761709c257", + "dynamicLocale": false, + "target": "quest_zone_last_flare", + "conditionType": "LaunchFlare" + } + ] + }, + "id": "63bd64ba3d34b0e64b0d0a17", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63bd68a08a9157ec230be9a6", + "target": "639aea2228d8a21b593a3491", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639b002fda859817035a344c", + "conditions": [ + { + "id": "639b00ef20668603de1597cf", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639b0105dbf1d842d260d7af", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "639b002fda859817035a344b", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63bd68b15ba99d34de0f9699", + "target": "63bd64ba3d34b0e64b0d0a17", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "639afec46cd47c525121a240", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6396701b9113f06a7c3b2379", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63967028c4a91c5cb76abd81 description", + "failMessageText": "63967028c4a91c5cb76abd81 failMessageText", + "declinePlayerMessage": "63967028c4a91c5cb76abd81 declinePlayerMessage", + "name": "63967028c4a91c5cb76abd81 name", + "note": "63967028c4a91c5cb76abd81 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63967028c4a91c5cb76abd81 startedMessageText", + "successMessageText": "63967028c4a91c5cb76abd81 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.05, + "id": "63a6ced40aa9fb29da61c532", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a23594d6d4651e53602b04", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b218f", + "unknown": true, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b218f", + "_tpl": "6389c85357baa773a825b356", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "658066546b98154f4930110f", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2190", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2190", + "_tpl": "65290f395ae2ae97b80fdf2d", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2191", + "_tpl": "652911675ae2ae97b80fdf3c", + "parentId": "68010065f81036801d0b2190", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2192", + "_tpl": "65293c38fc460e50a509cb25", + "parentId": "68010065f81036801d0b2190", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2193", + "_tpl": "6529119424cbe3c74a05e5bb", + "parentId": "68010065f81036801d0b2190", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2194", + "_tpl": "6567e751a715f85433025998", + "parentId": "68010065f81036801d0b2193", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2195", + "_tpl": "6567e7681265c8a131069b0f", + "parentId": "68010065f81036801d0b2194", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2196", + "_tpl": "652910565ae2ae97b80fdf35", + "parentId": "68010065f81036801d0b2193", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2197", + "_tpl": "6529113b5ae2ae97b80fdf39", + "parentId": "68010065f81036801d0b2196", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2198", + "_tpl": "652911e650dc782999054b9d", + "parentId": "68010065f81036801d0b2197", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2199", + "_tpl": "652910bc24cbe3c74a05e5b9", + "parentId": "68010065f81036801d0b2196", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b219a", + "_tpl": "652910ef50dc782999054b97", + "parentId": "68010065f81036801d0b2193", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b219b", + "_tpl": "6529348224cbe3c74a05e5c4", + "parentId": "68010065f81036801d0b2190", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b219c", + "_tpl": "6529366450dc782999054ba0", + "parentId": "68010065f81036801d0b219b", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b219d", + "_tpl": "6529370c405a5f51dd023db8", + "parentId": "68010065f81036801d0b219c", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b219e", + "_tpl": "6529109524cbe3c74a05e5b7", + "parentId": "68010065f81036801d0b2190", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "66abaaaa6f11600e4e48bac7", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b219f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b219f", + "_tpl": "65293c7a17e14363030ad308" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "66abaab7ed57696ce626c068", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21a0", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21a0", + "_tpl": "6529243824cbe3c74a05e5c1" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "63a2359ef194393ecf632fa2", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21a1", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b21a1", + "_tpl": "6389c85357baa773a825b356" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "597a0e5786f77426d66c0636": { + "QuestName": "Chemical - Part 3", + "_id": "597a0e5786f77426d66c0636", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "597a0e5786f77426d66c0636 acceptPlayerMessage", + "changeQuestMessageText": "597a0e5786f77426d66c0636 changeQuestMessageText", + "completePlayerMessage": "597a0e5786f77426d66c0636 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "597a15b386f774799e5cd152", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "593a87af86f774122f54a951" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "597a15c386f77405ba6887d2", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "593a87af86f774122f54a951" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57795786f774411f6c2fc1", + "target": "597a15b386f774799e5cd152", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a925b786f7747c3f075aaa", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 11, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59819f3186f77455b707f9c1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0b2986f77426d66c0633", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "597a0e5786f77426d66c0636 description", + "failMessageText": "597a0e5786f77426d66c0636 failMessageText", + "declinePlayerMessage": "597a0e5786f77426d66c0636 declinePlayerMessage", + "name": "597a0e5786f77426d66c0636 name", + "note": "597a0e5786f77426d66c0636 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/594d247486f77426ad2fd20b.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "597a0e5786f77426d66c0636 startedMessageText", + "successMessageText": "597a0e5786f77426d66c0636 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5400, + "id": "5c94ff1286f774551617862b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8b0739339363e8f0c6add", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 22000, + "id": "60cb5beda7d63f18200a19a7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21a3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21a3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 22000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb5bf8af2e5506c3781d8c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21a5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21a5", + "_tpl": "576fd4ec2459777f0b518431", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60cb5c0b179f8541b84691d1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21aa", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21a7", + "_tpl": "5a0c27731526d80618476ac4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21a8", + "_tpl": "5a0c27731526d80618476ac4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21a9", + "_tpl": "5a0c27731526d80618476ac4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21aa", + "_tpl": "5a0c27731526d80618476ac4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": -0.01, + "id": "5d6e71cc86f77410d46d1e43", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b47825886f77468074618d3": { + "QuestName": "Gunsmith - Part 22", + "_id": "5b47825886f77468074618d3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b47825886f77468074618d3 acceptPlayerMessage", + "changeQuestMessageText": "5b47825886f77468074618d3 changeQuestMessageText", + "completePlayerMessage": "5b47825886f77468074618d3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5b4783ba86f7744d1c353185", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 40.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 60, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 270.0, + "compareMethod": "<=" + }, + "weight": { + "value": 5.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "57dbb57e2459774673234890", + "5b2cfa535acfc432ff4db7a0", + "5a1eaa87fcdbcb001865f75e" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0ce686f77429c16dcb63", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 39, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f095b86f7747a2637c3f9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63987301e11ec11ff5504036", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b47825886f77468074618d3 description", + "failMessageText": "5b47825886f77468074618d3 failMessageText", + "declinePlayerMessage": "5b47825886f77468074618d3 declinePlayerMessage", + "name": "5b47825886f77468074618d3 name", + "note": "5b47825886f77468074618d3 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5b4786c586f7744d184ecabd.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b47825886f77468074618d3 startedMessageText", + "successMessageText": "5b47825886f77468074618d3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 28900, + "id": "60cc79ca3e4e974efa345d2c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc79cef09d61072d6d00c3", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1000, + "id": "5b4f0d2786f7742abd44cd44", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21ac", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21ac", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639afaf5ad9d7e3216668f68", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21ae", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21ae", + "_tpl": "5c127c4486f7745625356c13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "639afae38fe84d33a25a13f6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21b1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21b0", + "_tpl": "5d1b5e94d7ad1a2b865a96b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21b1", + "_tpl": "5d1b5e94d7ad1a2b865a96b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b8f63947780a0bac0dba1b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21b2", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21b2", + "_tpl": "5a1eaa87fcdbcb001865f75e" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "63a19d9a2c2d4f2e48078090", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21b3", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21b3", + "_tpl": "60926df0132d4d12c81fd9df" + } + ], + "loyaltyLevel": 4, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59689ee586f7740d1570bbd5": { + "QuestName": "Sanitary Standards - Part 1", + "_id": "59689ee586f7740d1570bbd5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59689ee586f7740d1570bbd5 acceptPlayerMessage", + "changeQuestMessageText": "59689ee586f7740d1570bbd5 changeQuestMessageText", + "completePlayerMessage": "59689ee586f7740d1570bbd5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5cb6f32986f7746ef55e17a0", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3efd86f77437d351a25b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59689f7586f7740d14064726", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3efd86f77437d351a25b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a9289f86f77477925e27d3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59b95d9a86f77418424a36cf", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5967733e86f774602332fc84", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59689ee586f7740d1570bbd5 description", + "failMessageText": "59689ee586f7740d1570bbd5 failMessageText", + "declinePlayerMessage": "59689ee586f7740d1570bbd5 declinePlayerMessage", + "name": "59689ee586f7740d1570bbd5 name", + "note": "59689ee586f7740d1570bbd5 note", + "traderId": "54cb57776803fa99248b456e", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/59689f8f86f7740d121082d7.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59689ee586f7740d1570bbd5 startedMessageText", + "successMessageText": "59689ee586f7740d1570bbd5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 2200, + "id": "5c9505bd86f7743285178ad1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8c20c1f21c1669a48c332", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 14000, + "id": "5a2fb5d886f7747694379ad6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21b5", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21b5", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 14000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "597afde186f7741ce2755ea2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21b8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21b7", + "_tpl": "590c661e86f7741e566b646a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21b8", + "_tpl": "590c661e86f7741e566b646a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac6616a86f77403dd390d29", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21b9", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21b9", + "_tpl": "590c661e86f7741e566b646a" + } + ], + "loyaltyLevel": 1, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a68663e86f774501078f78a": { + "QuestName": "Health Care Privacy - Part 2", + "_id": "5a68663e86f774501078f78a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a68663e86f774501078f78a acceptPlayerMessage", + "changeQuestMessageText": "5a68663e86f774501078f78a changeQuestMessageText", + "completePlayerMessage": "5a68663e86f774501078f78a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5a68760f86f7743cc55d8709", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a6860d886f77411cd3a9e47" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a68763786f77474c33a40a1", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5a6860d886f77411cd3a9e47" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a68763d86f77441160f378b", + "target": "5a68760f86f7743cc55d8709", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a68764c86f77474c4269f3b", + "conditions": [ + { + "id": "5a68765786f77474c33a40a3", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "5a68765d86f77441160f3790", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5a68764c86f77474c4269f3c", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a68766486f77423391f38c7", + "target": "5a68760f86f7743cc55d8709", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5a6875ce86f77441160f377c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68661a86f774500f48afb0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a68663e86f774501078f78a description", + "failMessageText": "5a68663e86f774501078f78a failMessageText", + "declinePlayerMessage": "5a68663e86f774501078f78a declinePlayerMessage", + "name": "5a68663e86f774501078f78a name", + "note": "5a68663e86f774501078f78a note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a68663e86f774501078f78a startedMessageText", + "successMessageText": "5a68663e86f774501078f78a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60c8c443a0b5c924fc6e9d56", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c4661f21c1669a48c334", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 24000, + "id": "5a68860886f7745fa74103e8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21bb", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21bb", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 24000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "5a6885dc86f7745fa9319c55", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21c0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21bd", + "_tpl": "544fb45d4bdc2dee738b4568", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21be", + "_tpl": "544fb45d4bdc2dee738b4568", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21bf", + "_tpl": "544fb45d4bdc2dee738b4568", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21c0", + "_tpl": "544fb45d4bdc2dee738b4568", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0d0d5086f774363760aef2": { + "QuestName": "Athlete", + "_id": "5c0d0d5086f774363760aef2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0d0d5086f774363760aef2 acceptPlayerMessage", + "changeQuestMessageText": "5c0d0d5086f774363760aef2 changeQuestMessageText", + "completePlayerMessage": "5c0d0d5086f774363760aef2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5c0d0dfd86f7747f482a89a5", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "Health", + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fd5f586f7742b391bf138", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fd5e586f7743c7b261f79", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68667486f7742607157d28", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0d0d5086f774363760aef2 description", + "failMessageText": "5c0d0d5086f774363760aef2 failMessageText", + "declinePlayerMessage": "5c0d0d5086f774363760aef2 declinePlayerMessage", + "name": "5c0d0d5086f774363760aef2 name", + "note": "5c0d0d5086f774363760aef2 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0d0d5086f774363760aef2 startedMessageText", + "successMessageText": "5c0d0d5086f774363760aef2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21900, + "id": "60c8c5862238043a52678650", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c58c1f21c1669a48c336", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 110000, + "id": "5c1929a186f77401b1301f47", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21c2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21c2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 110000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb722865e4664318606ac4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21c4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21c4", + "_tpl": "5aa2b986e5b5b00014028f4c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5c1b782486f77423947f90b0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21c8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21c6", + "_tpl": "5c0e533786f7747fa23f4d47", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21c7", + "_tpl": "5c0e533786f7747fa23f4d47", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21c8", + "_tpl": "5c0e533786f7747fa23f4d47", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5c1b782786f77413193fa4f8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21cc", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21ca", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21cb", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21cc", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5c192a1e86f7742c8b74f785", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21cd", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21cd", + "_tpl": "5c10c8fd86f7743d7d706df3" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "596b455186f77457cb50eccb": { + "QuestName": "Stirrup", + "_id": "596b455186f77457cb50eccb", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "596b455186f77457cb50eccb acceptPlayerMessage", + "changeQuestMessageText": "596b455186f77457cb50eccb changeQuestMessageText", + "completePlayerMessage": "596b455186f77457cb50eccb completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "596b45e786f77457c7006f87", + "conditions": [ + { + "id": "5979e7fe86f774311955e613", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5cadc190ae921500103bb3b6", + "602a9740da11d6478d5a06dc", + "5f36a0e5fbf956000b716b65", + "5abccb7dd8ce87001773e277", + "59f98b4986f7746f546d2cef", + "56e0598dd2720bb5668b45a6", + "5a17f98cfcdbcb0980087290", + "5448bd6b4bdc2dfc2f8b4569", + "5a7ae0c351dfba0017554310", + "5b1fa9b25acfc40018633c01", + "5e81c3cbac2bb513793cdc75", + "576a581d2459771e7b1bc4f1", + "5b3b713c5acfc4330140bd8d", + "56d59856d2720bd8418b456a", + "571a12c42459771f627b58a0", + "5d67abc1a4b93614ec50137f", + "5d3eb3b0a4b93615055e84d2", + "579204f224597773d619e051", + "6193a720f8ee7e52e42109ed", + "624c2e8614da335f1e034d8c", + "61a4c8884f95bc3b2c5dc96f", + "620109578d82e67e7911abf2", + "633ec7c2a6918cb895019c6c", + "63088377b5cd696784087147", + "669fa409933e898cce0c2166", + "669fa3f88abd2662d80eee77", + "669fa3d876116c89840b1217", + "669fa39b48fc9f8db6035a0c", + "668fe5a998b5ad715703ddd6" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5c9b5e3f86f7744aab7329b5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a9250d86f7747aa94283f3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 8, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59a9251186f774787316f80f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596b36c586f77450d6045ad2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "596b455186f77457cb50eccb description", + "failMessageText": "596b455186f77457cb50eccb failMessageText", + "declinePlayerMessage": "596b455186f77457cb50eccb declinePlayerMessage", + "name": "596b455186f77457cb50eccb name", + "note": "596b455186f77457cb50eccb note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5979e80986f77437584fb8b2.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596b455186f77457cb50eccb startedMessageText", + "successMessageText": "596b455186f77457cb50eccb successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5300, + "id": "60c8afb2a0b5c924fc6e9d52", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8afbf83161b326c47110b", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 70000, + "id": "60cb59d2f09d61072d6cf22a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21cf", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21cf", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 70000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5a2e5dc086f77452ee40c4b3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21d1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21d1", + "_tpl": "545cdae64bdc2d39198b4568", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac6676e86f774056634a230", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21d2", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21d2", + "_tpl": "61a4c8884f95bc3b2c5dc96f", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b21d3", + "_tpl": "619f54a1d25cbd424731fb99", + "parentId": "68010065f81036801d0b21d2", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b21d4", + "_tpl": "619f4f8c4c58466fe1228439", + "parentId": "68010065f81036801d0b21d2", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b21d5", + "_tpl": "619f52454c58466fe122843b", + "parentId": "68010065f81036801d0b21d2", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b21d6", + "_tpl": "619f4ab2d25cbd424731fb95", + "parentId": "68010065f81036801d0b21d2", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b21d7", + "_tpl": "5a7b483fe899ef0016170d15", + "parentId": "68010065f81036801d0b21d2", + "slotId": "mod_tactical" + } + ], + "loyaltyLevel": 2, + "traderId": "58330581ace78e27b8b10cee" + }, + { + "availableInGameEditions": [], + "value": -0.05, + "id": "60c8afc91f21c1669a48c327", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": -0.02, + "id": "60c8afce9339363e8f0c6ada", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6193850f60b34236ee0483de": { + "QuestName": "Long Road", + "_id": "6193850f60b34236ee0483de", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6193850f60b34236ee0483de acceptPlayerMessage", + "changeQuestMessageText": "6193850f60b34236ee0483de changeQuestMessageText", + "completePlayerMessage": "6193850f60b34236ee0483de completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6193dabd5f64682044705720", + "conditions": [ + { + "id": "6193dad2807b311a785743d7", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "6193db6a9c70d67c3d1d6427", + "dynamicLocale": false, + "zoneIds": [ + "qlight_br_secure_road" + ], + "conditionType": "InZone" + } + ] + }, + "id": "6193dabd5f6468204470571f", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 8, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61abc61856152b140448e91e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ad520c118c386d912fd9b5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6193850f60b34236ee0483de description", + "failMessageText": "6193850f60b34236ee0483de failMessageText", + "declinePlayerMessage": "6193850f60b34236ee0483de declinePlayerMessage", + "name": "6193850f60b34236ee0483de name", + "note": "6193850f60b34236ee0483de note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab383d3b7a0b53f515c515.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6193850f60b34236ee0483de startedMessageText", + "successMessageText": "6193850f60b34236ee0483de successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15300, + "id": "61abc53e1b7da753125cfe2c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ad524026794b532d3dbd27", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 45000, + "id": "61abc52f28f39305480d15d9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21d9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21d9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 45000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "61ad5254bea7d64084079bb6", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21da", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21da", + "_tpl": "588892092459774ac91d4b11" + }, + { + "_id": "68010065f81036801d0b21db", + "_tpl": "5888988e24597752fe43a6fa", + "parentId": "68010065f81036801d0b21da", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b21dc", + "_tpl": "5888956924597752983e182d", + "parentId": "68010065f81036801d0b21da", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b21dd", + "_tpl": "5888996c24597754281f9419", + "parentId": "68010065f81036801d0b21dc", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b21de", + "_tpl": "5888976c24597754281f93f5", + "parentId": "68010065f81036801d0b21dc", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b21df", + "_tpl": "57c55f172459772d27602381", + "parentId": "68010065f81036801d0b21da", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b21e0", + "_tpl": "58889d0c2459775bc215d981", + "parentId": "68010065f81036801d0b21da", + "slotId": "mod_stock" + } + ], + "loyaltyLevel": 3, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5968eb3186f7741dde183a4d": { + "QuestName": "Operation Aquarius - Part 2", + "_id": "5968eb3186f7741dde183a4d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5968eb3186f7741dde183a4d acceptPlayerMessage", + "changeQuestMessageText": "5968eb3186f7741dde183a4d changeQuestMessageText", + "completePlayerMessage": "5968eb3186f7741dde183a4d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5968eb9b86f7741ddb481542", + "conditions": [ + { + "id": "5968eba286f7741ddf17db82", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "59a928f186f7747b375626e3", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "5968eb9b86f7741ddb481543", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a928e886f7747a683e4149", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 6, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59a928e586f7747c407f7ac5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59689fbd86f7740d137ebfc4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5968eb3186f7741dde183a4d description", + "failMessageText": "5968eb3186f7741dde183a4d failMessageText", + "declinePlayerMessage": "5968eb3186f7741dde183a4d declinePlayerMessage", + "name": "5968eb3186f7741dde183a4d name", + "note": "5968eb3186f7741dde183a4d note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5968ec2986f7741ddf17db83.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5968eb3186f7741dde183a4d startedMessageText", + "successMessageText": "5968eb3186f7741dde183a4d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3400, + "id": "5c9505f586f7743285178ad2", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8c29b1f21c1669a48c333", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 20000, + "id": "60cb675b98b4927060364551", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21e2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21e2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 20000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb66f5af2e5506c3781db0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21e6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21e4", + "_tpl": "5e831507ea0a7c419c2f9bd9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21e5", + "_tpl": "5e831507ea0a7c419c2f9bd9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21e6", + "_tpl": "5e831507ea0a7c419c2f9bd9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb670c3e4e974efa345caf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21e8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21e8", + "_tpl": "5af0454c86f7746bf20992e8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac661fc86f774056c780955", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b21e9", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b21e9", + "_tpl": "5751a25924597722c463c472" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb57776803fa99248b456e" + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "629f068b50f43060015c5377", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5979eee086f774311955e614": { + "QuestName": "Golden Swag", + "_id": "5979eee086f774311955e614", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5979eee086f774311955e614 acceptPlayerMessage", + "changeQuestMessageText": "5979eee086f774311955e614 changeQuestMessageText", + "completePlayerMessage": "5979eee086f774311955e614 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5979ef4586f77431307dc513", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5939a00786f7742fe8132936" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5979ef7986f77431307dc514", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "extraction_zone_zibbo", + "target": [ + "5939a00786f7742fe8132936" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a9254086f7747ab1774af3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 8, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59819f1486f774559b21772d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5979ed3886f77431307dc512", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5979eee086f774311955e614 description", + "failMessageText": "5979eee086f774311955e614 failMessageText", + "declinePlayerMessage": "5979eee086f774311955e614 declinePlayerMessage", + "name": "5979eee086f774311955e614 name", + "note": "5979eee086f774311955e614 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5979ef2a86f77431185415c3.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5979eee086f774311955e614 startedMessageText", + "successMessageText": "5979eee086f774311955e614 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "59c4dbae86f77473ed2cc3a5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21eb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21eb", + "_tpl": "5913611c86f77479e0084092", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 4500, + "id": "60c8b02083161b326c47110c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8b029e4d30047b777b319", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 17000, + "id": "5a2e628686f7741d1e5b9016", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21ed", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b21ed", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 17000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb5a8ee3d0247e625da180", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21ee", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21ee", + "_tpl": "60339954d62c9b14ed777c06", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b21ef", + "_tpl": "602e71bd53a60014f9705bfa", + "parentId": "68010065f81036801d0b21ee", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b21f0", + "_tpl": "5a7ad2e851dfba0016153692", + "parentId": "68010065f81036801d0b21ee", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b21f1", + "_tpl": "602e63fb6335467b0c5ac94d", + "parentId": "68010065f81036801d0b21ee", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b21f2", + "_tpl": "603372b4da11d6478d5a07ff", + "parentId": "68010065f81036801d0b21f1", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b21f3", + "_tpl": "60337f5dce399e10262255d1", + "parentId": "68010065f81036801d0b21f2", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b21f4", + "_tpl": "6034e3cb0ddce744014cb870", + "parentId": "68010065f81036801d0b21f1", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b21f5", + "_tpl": "602e3f1254072b51b239f713", + "parentId": "68010065f81036801d0b21ee", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b21f6", + "_tpl": "602e620f9b513876d4338d9a", + "parentId": "68010065f81036801d0b21f5", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b21f7", + "_tpl": "6033749e88382f4fab3fd2c5", + "parentId": "68010065f81036801d0b21ee", + "slotId": "mod_charge" + }, + { + "_id": "68010065f81036801d0b21f8", + "_tpl": "602f85fd9b513876d4338d9c", + "parentId": "68010065f81036801d0b21ee", + "slotId": "mod_tactical_000" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cb5ac07c496e588343a1a8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b21ff", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b21fb", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21fc", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b21fb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b21fd", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b21fe", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b21fd", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b21ff", + "_tpl": "657025961419851aef03e721", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2200", + "_tpl": "5c3df7d588a4501f290594e5", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b21ff", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb5afb7c496e588343a1ab", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2203", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2202", + "_tpl": "5a7ad2e851dfba0016153692", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2203", + "_tpl": "5a7ad2e851dfba0016153692", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac667f686f77403df401d1d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2204", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2204", + "_tpl": "584984812459776a704a82a6" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "626bdcc3a371ee3a7a3514c5": { + "QuestName": "Stray Dogs", + "_id": "626bdcc3a371ee3a7a3514c5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "626bdcc3a371ee3a7a3514c5 acceptPlayerMessage", + "changeQuestMessageText": "626bdcc3a371ee3a7a3514c5 changeQuestMessageText", + "completePlayerMessage": "626bdcc3a371ee3a7a3514c5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "626c317e05f287031503c7fe", + "conditions": [ + { + "id": "628b8cc33410a5374258f327", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKnight" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "626c317e05f287031503c7fd", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "626c318147ea7f506e5493c8", + "conditions": [ + { + "id": "628b8d0a60162a479662e097", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerBigPipe" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "626c318147ea7f506e5493c7", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "626c3183af14a41d9a1f4ea8", + "conditions": [ + { + "id": "628b8d2560162a479662e098", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerBirdEye" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "626c3183af14a41d9a1f4ea7", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "62a08749af34e73a266d9258", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2c386f77443e7549029", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "64b67aa58b66a1647d0a4757", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2ee86f77443e35162ea", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "64b67aab7c279021d06569f7", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2e286f77444001e2e48", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "64b677f57c279021d06569f6", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "626bdcc3a371ee3a7a3514c5 description", + "failMessageText": "626bdcc3a371ee3a7a3514c5 failMessageText", + "declinePlayerMessage": "626bdcc3a371ee3a7a3514c5 declinePlayerMessage", + "name": "626bdcc3a371ee3a7a3514c5 name", + "note": "626bdcc3a371ee3a7a3514c5 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/61abc9240b56a53df32c6865.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "626bdcc3a371ee3a7a3514c5 startedMessageText", + "successMessageText": "626bdcc3a371ee3a7a3514c5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 35000, + "id": "629a2608e8590f3a3d59ea9c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "62b0436755426a3430409ff1", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 230000, + "id": "628b84ba444aae583b55fb4b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2206", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2206", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 230000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b6797958b5637e2d71a654", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2207", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2207", + "_tpl": "5fc22d7c187fea44d52eda44", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2208", + "_tpl": "57c55efc2459772d2c6271e7", + "parentId": "68010065f81036801d0b2207", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2209", + "_tpl": "5fc23426900b1d5091531e15", + "parentId": "68010065f81036801d0b2207", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b220a", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010065f81036801d0b2207", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b220b", + "_tpl": "5fc2369685fd526b824a5713", + "parentId": "68010065f81036801d0b220a", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b220c", + "_tpl": "5fc278107283c4046c581489", + "parentId": "68010065f81036801d0b2207", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b220d", + "_tpl": "5fc23678ab884124df0cd590", + "parentId": "68010065f81036801d0b220c", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b220e", + "_tpl": "5fc23636016cce60e8341b05", + "parentId": "68010065f81036801d0b220d", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b220f", + "_tpl": "5fc2360f900b1d5091531e19", + "parentId": "68010065f81036801d0b220d", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2210", + "_tpl": "5fc235db2770a0045c59c683", + "parentId": "68010065f81036801d0b220c", + "slotId": "mod_handguard" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b679909c029513997be928", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2213", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2212", + "_tpl": "5fc23426900b1d5091531e15", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2213", + "_tpl": "5fc23426900b1d5091531e15", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b679a3d5dd0711c53a8155", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2216", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2216", + "_tpl": "657023ccbfc87b3a3409320a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2217", + "_tpl": "5fc275cf85fd526b824a571a", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2216", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b679b83e349c7dbd06bd15", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2219", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2219", + "_tpl": "5d235bb686f77443f4331278", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5bc4836986f7740c0152911c": { + "QuestName": "The Tarkov Shooter - Part 6", + "_id": "5bc4836986f7740c0152911c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5bc4836986f7740c0152911c acceptPlayerMessage", + "changeQuestMessageText": "5bc4836986f7740c0152911c changeQuestMessageText", + "completePlayerMessage": "5bc4836986f7740c0152911c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5bc483ba86f77415034ba8cf", + "conditions": [ + { + "id": "5bc489ec86f7746b7978fe69", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5bfea6e90db834001b7347f3", + "5de652c31b7e3716273428be", + "5df24cf80dee1b22f862e9bc", + "61f7c9e189e6fb1a5e3ea78d", + "627e14b21713922ded6f2c15" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "marksman" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5bc483ba86f77415034ba8d0", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5bdabf5386f7743e152e867c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5bc4826c86f774106d22d88b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5bc4836986f7740c0152911c description", + "failMessageText": "5bc4836986f7740c0152911c failMessageText", + "declinePlayerMessage": "5bc4836986f7740c0152911c declinePlayerMessage", + "name": "5bc4836986f7740c0152911c name", + "note": "5bc4836986f7740c0152911c note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc4836986f7740c0152911c startedMessageText", + "successMessageText": "5bc4836986f7740c0152911c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13100, + "id": "60cc9cdc65e4664318606b65", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc9cdfa7d63f18200a2518", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 85000, + "id": "60cc9cffb2736c24b2118b9f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b221b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b221b", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 85000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5bcf259a86f7746a45695b05", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b221d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b221d", + "_tpl": "5bbdb870d4351e00367fb67d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc9d1e20a6283a506aeb40", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b221f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b221f", + "_tpl": "5ab8f20c86f7745cdb629fb2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5bcf25a586f7746a464c5682", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2220", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2220", + "_tpl": "5bbdb870d4351e00367fb67d" + } + ], + "loyaltyLevel": 3, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "625d6fff4149f1149b5b12c9": { + "QuestName": "Assessment - Part 2", + "_id": "625d6fff4149f1149b5b12c9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "625d6fff4149f1149b5b12c9 acceptPlayerMessage", + "changeQuestMessageText": "625d6fff4149f1149b5b12c9 changeQuestMessageText", + "completePlayerMessage": "625d6fff4149f1149b5b12c9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "62602852c48e6c62a440fab6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "meh_45_radio_area_mark_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "62602858efebc4442a7b3876", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "meh_45_radio_area_mark_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6260285c1ed3bb5bcc5bd9e8", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "meh_45_radio_area_mark_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "638643e03674202b7d07c9e5", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "meh_45_radio_area_mark_4", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6391e28aee79ee703e3012e7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "625d6ffcaa168e51321d69d7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "625d6fff4149f1149b5b12c9 description", + "failMessageText": "625d6fff4149f1149b5b12c9 failMessageText", + "declinePlayerMessage": "625d6fff4149f1149b5b12c9 declinePlayerMessage", + "name": "625d6fff4149f1149b5b12c9 name", + "note": "625d6fff4149f1149b5b12c9 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "625d6fff4149f1149b5b12c9 startedMessageText", + "successMessageText": "625d6fff4149f1149b5b12c9 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 24200, + "id": "63a5d4f40aa9fb29da61b5ea", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a5d4fab7f4570d3a29279f", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64f5deac39e45b527a7c4232": { + "QuestName": "Test Drive - Part 3", + "_id": "64f5deac39e45b527a7c4232", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f5deac39e45b527a7c4232 acceptPlayerMessage", + "changeQuestMessageText": "64f5deac39e45b527a7c4232 changeQuestMessageText", + "completePlayerMessage": "64f5deac39e45b527a7c4232 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f5deac39e45b527a7c4236", + "conditions": [ + { + "id": "63a5cfc34610fa47416d8efe", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "6499849fc93611967b034949" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "5c0517910db83400232ffee5", + "64c196ad26a15b84aa07132f" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63b68baaff8292ffc8017ef0", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "64f5deac39e45b527a7c4235", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8caa505cb58236609a357", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63a5cf262964a7488f5243ce", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f5deac39e45b527a7c4232 description", + "failMessageText": "64f5deac39e45b527a7c4232 failMessageText", + "declinePlayerMessage": "64f5deac39e45b527a7c4232 declinePlayerMessage", + "name": "64f5deac39e45b527a7c4232 name", + "note": "64f5deac39e45b527a7c4232 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f5deac39e45b527a7c4232 startedMessageText", + "successMessageText": "64f5deac39e45b527a7c4232 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8cba9a9c59f365c4eae26", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2221", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2221", + "_tpl": "6499849fc93611967b034949", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2222", + "_tpl": "649ec107961514b22506b10c", + "parentId": "68010065f81036801d0b2221", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2223", + "_tpl": "5beec8ea0db834001a6f9dbf", + "parentId": "68010065f81036801d0b2221", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2224", + "_tpl": "649ec127c93611967b034957", + "parentId": "68010065f81036801d0b2221", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2225", + "_tpl": "64c196ad26a15b84aa07132f", + "parentId": "68010065f81036801d0b2221", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2226", + "_tpl": "649ec2f3961514b22506b111", + "parentId": "68010065f81036801d0b2221", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2227", + "_tpl": "5c0517910db83400232ffee5", + "parentId": "68010065f81036801d0b2226", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2228", + "_tpl": "649ec30cb013f04a700e60fb", + "parentId": "68010065f81036801d0b2221", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2229", + "_tpl": "649ec87d8007560a9001ab36", + "parentId": "68010065f81036801d0b2221", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b222a", + "_tpl": "5beec8c20db834001d2c465c", + "parentId": "68010065f81036801d0b2229", + "slotId": "mod_stock" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 35300, + "id": "64f5deac39e45b527a7c4238", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "64f5deac39e45b527a7c423e", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 400000, + "id": "64f5deac39e45b527a7c4239", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b222c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b222c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 400000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8cb1bb4918f39d363e400", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b222d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b222d", + "_tpl": "5beed0f50db834001c062b12", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b222e", + "_tpl": "5beec8ea0db834001a6f9dbf", + "parentId": "68010065f81036801d0b222d", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b222f", + "_tpl": "5beec91a0db834001961942d", + "parentId": "68010065f81036801d0b222d", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2230", + "_tpl": "5beec9450db83400970084fd", + "parentId": "68010065f81036801d0b222f", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2231", + "_tpl": "5bf3f59f0db834001a6fa060", + "parentId": "68010065f81036801d0b2230", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2232", + "_tpl": "5beec8b20db834001961942a", + "parentId": "68010065f81036801d0b222d", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b2233", + "_tpl": "5beec8c20db834001d2c465c", + "parentId": "68010065f81036801d0b2232", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2234", + "_tpl": "5beec3e30db8340019619424", + "parentId": "68010065f81036801d0b222d", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2235", + "_tpl": "5beecbb80db834001d2c465e", + "parentId": "68010065f81036801d0b2234", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2236", + "_tpl": "5beecbb80db834001d2c465e", + "parentId": "68010065f81036801d0b2234", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2237", + "_tpl": "5beec1bd0db834001e6006f3", + "parentId": "68010065f81036801d0b222d", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2238", + "_tpl": "5beec3420db834001b095429", + "parentId": "68010065f81036801d0b2237", + "slotId": "mod_muzzle" + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "64f8cb26b997eb4f42756176", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b223d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b223a", + "_tpl": "55d482194bdc2d1d4e8b456b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b223b", + "_tpl": "55d482194bdc2d1d4e8b456b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b223c", + "_tpl": "55d482194bdc2d1d4e8b456b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b223d", + "_tpl": "55d482194bdc2d1d4e8b456b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 8, + "id": "64f8cb477e981f7f0110d742", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b224e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2240", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2241", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2240", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2242", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2243", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2242", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2244", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2245", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2244", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2246", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2247", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2246", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2248", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2249", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2248", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b224a", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b224b", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b224a", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b224c", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b224d", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b224c", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b224e", + "_tpl": "64898602f09d032aa9399d56", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b224f", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b224e", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5bc4776586f774512d07cf05": { + "QuestName": "The Tarkov Shooter - Part 1", + "_id": "5bc4776586f774512d07cf05", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5bc4776586f774512d07cf05 acceptPlayerMessage", + "changeQuestMessageText": "5bc4776586f774512d07cf05 changeQuestMessageText", + "completePlayerMessage": "5bc4776586f774512d07cf05 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5bc4781086f774446c1ffb92", + "conditions": [ + { + "id": "5bc5bc1186f7741b135e7788", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5bfea6e90db834001b7347f3", + "5de652c31b7e3716273428be", + "5df24cf80dee1b22f862e9bc", + "61f7c9e189e6fb1a5e3ea78d", + "627e14b21713922ded6f2c15" + ], + "distance": { + "value": 40, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], "weaponModsExclusive": [ [ "5b3f7c1c5acfc40dc5296b1d" @@ -35019,1380 +56179,3064 @@ "676175789dcee773150c6925" ] ], - "weaponModsInclusive": [] + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" } - ], - "id": "5bc4781086f774446c1ffb92" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5bc850d186f7747213700892", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 5, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5bdac2f186f7743e152e8695", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", "status": [ 4 ], - "target": "5d24b81486f77439c92d6ba8", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5bc4776586f774512d07cf05 declinePlayerMessage", "description": "5bc4776586f774512d07cf05 description", "failMessageText": "5bc4776586f774512d07cf05 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc9fab686f7742a90020769.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "5bc4776586f774512d07cf05 declinePlayerMessage", "name": "5bc4776586f774512d07cf05 name", "note": "5bc4776586f774512d07cf05 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5bc9fab686f7742a90020769.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc4776586f774512d07cf05 startedMessageText", + "successMessageText": "5bc4776586f774512d07cf05 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 12300, "id": "60cc9aea20a6283a506aeb3c", - "index": 0, "type": "Experience", - "unknown": false, - "value": 12300 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.02, "id": "60cc9aedf81cc57f4717189c", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 50000, "id": "5bcf216586f7746a45695a6f", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2251", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103227", + "_id": "68010065f81036801d0b2251", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a72103227", - "type": "Item", - "unknown": false, - "value": 50000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "5bcf2cde86f77401c82fba55", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2254", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103229", + "_id": "68010065f81036801d0b2253", "_tpl": "5b3f7c1c5acfc40dc5296b1d", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210322a", + "_id": "68010065f81036801d0b2254", "_tpl": "5b3f7c1c5acfc40dc5296b1d", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210322a", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "5bcf2d4886f774723055e998", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2257", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210322c", + "_id": "68010065f81036801d0b2256", "_tpl": "5b3f7c005acfc4704b4a1de8", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210322d", + "_id": "68010065f81036801d0b2257", "_tpl": "5b3f7c005acfc4704b4a1de8", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210322d", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "5bd7018286f77410f65dc659", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b225a", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210322f", + "_id": "68010065f81036801d0b2259", "_tpl": "5b3f7bf05acfc433000ecf6b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103230", + "_id": "68010065f81036801d0b225a", "_tpl": "5b3f7bf05acfc433000ecf6b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103230", - "type": "Item", - "unknown": false, - "value": 2 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc4776586f774512d07cf05 startedMessageText", - "status": 0, - "successMessageText": "5bc4776586f774512d07cf05 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5bc479e586f7747f376c7da3": { - "QuestName": "The Tarkov Shooter - Part 2", - "_id": "5bc479e586f7747f376c7da3", - "acceptPlayerMessage": "5bc479e586f7747f376c7da3 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5bc4893c86f774626f5ebf3e": { + "QuestName": "The Tarkov Shooter - Part 8", + "_id": "5bc4893c86f774626f5ebf3e", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5bc479e586f7747f376c7da3 changeQuestMessageText", - "completePlayerMessage": "5bc479e586f7747f376c7da3 completePlayerMessage", + "acceptPlayerMessage": "5bc4893c86f774626f5ebf3e acceptPlayerMessage", + "changeQuestMessageText": "5bc4893c86f774626f5ebf3e changeQuestMessageText", + "completePlayerMessage": "5bc4893c86f774626f5ebf3e completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5bc48aed86f77452c947ce66", "conditions": [ { - "bodyPart": [ - "LeftLeg", - "RightLeg" - ], - "compareMethod": ">=", - "conditionType": "Shots", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 40 - }, + "id": "5bc84a7b86f77466d6051e37", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5bd983f286f7740ab2382707", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", + "target": "AnyPmc", + "compareMethod": ">=", "value": 1, "weapon": [ - "55801eed4bdc2d89578b4588", - "5de652c31b7e3716273428be", - "588892092459774ac91d4b11", - "5ae08f0a5acfc408fb1398a1", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5bfea6e90db834001b7347f3", + "5de652c31b7e3716273428be", + "5df24cf80dee1b22f862e9bc", "61f7c9e189e6fb1a5e3ea78d", - "627e14b21713922ded6f2c15" + "627e14b21713922ded6f2c15", + "673cab3e03c6a20581028bc1" ], - "weaponCaliber": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5bd983d886f7747ba73fc245" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bd983d886f7747ba73fc246", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], "bodyPart": [ "Head" ], - "compareMethod": ">=", - "conditionType": "Shots", "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 40 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5bd9948586f774035c4877f4", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "55801eed4bdc2d89578b4588", - "5de652c31b7e3716273428be", - "588892092459774ac91d4b11", - "5ae08f0a5acfc408fb1398a1", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "5bfd297f0db834001a669119", - "61f7c9e189e6fb1a5e3ea78d", - "627e14b21713922ded6f2c15" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "5bd9944f86f774035c4877f2" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bd9944f86f774035c4877f3", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "5bc48aed86f77452c947ce67", + "index": 0, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 2, + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5bdabf7186f7743e152e867d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5bc4856986f77454c317bea7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64b6a5a525251516d7685429", + "conditions": [ + { + "id": "64b6a5b1d5887c2ce956115b", + "dynamicLocale": false, + "status": [ + "Killed", + "MissingInAction", + "Left" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "64b6a5a525251516d7685428", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ] + }, + "description": "5bc4893c86f774626f5ebf3e description", + "failMessageText": "5bc4893c86f774626f5ebf3e failMessageText", + "declinePlayerMessage": "5bc4893c86f774626f5ebf3e declinePlayerMessage", + "name": "5bc4893c86f774626f5ebf3e name", + "note": "5bc4893c86f774626f5ebf3e note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc4893c86f774626f5ebf3e startedMessageText", + "successMessageText": "5bc4893c86f774626f5ebf3e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 30000, + "id": "60cc9dbb1bdece56c249cbe3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc9dbef81cc57f471718a3", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 400000, + "id": "5bcf265486f774378e266a36", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b225c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b225c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 400000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5bcf269286f7746a472ad9f7", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b225d", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b225d", + "_tpl": "5bae13bad4351e00320204af" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "5bcf268686f7746a45695b0a", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b225e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b225e", + "_tpl": "5bae13ded4351e44f824bf38" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "64b6a4ea58b5637e2d71a65c", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b225f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b225f", + "_tpl": "618ba27d9008e4636a67f61d" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc9e0820a6283a506aeb42", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2260", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2260", + "_tpl": "5ae08f0a5acfc408fb1398a1", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2261", + "_tpl": "5bae13ded4351e44f824bf38", + "parentId": "68010065f81036801d0b2260", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2262", + "_tpl": "5bae13bad4351e00320204af", + "parentId": "68010065f81036801d0b2260", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2263", + "_tpl": "5ae09bff5acfc4001562219d", + "parentId": "68010065f81036801d0b2260", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2264", + "_tpl": "5ae099875acfc4001714e593", + "parentId": "68010065f81036801d0b2263", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2265", + "_tpl": "5bbdb811d4351e45020113c7", + "parentId": "68010065f81036801d0b2263", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2266", + "_tpl": "5aa66a9be5b5b0214e506e89", + "parentId": "68010065f81036801d0b2265", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2267", + "_tpl": "5aa66be6e5b5b0214e506e97", + "parentId": "68010065f81036801d0b2266", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2268", + "_tpl": "5b86a0e586f7745b600ccb23", + "parentId": "68010065f81036801d0b2263", + "slotId": "mod_muzzle" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b6a3448b66a1647d0a4758", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b226a", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b226a", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "629f0fae7ad28b7f7c40ed06", + "type": "Skill", + "index": 0, + "target": "Sniper", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27d2af86f7744e1115b323": { + "QuestName": "Friend From the West - Part 2", + "_id": "5a27d2af86f7744e1115b323", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27d2af86f7744e1115b323 acceptPlayerMessage", + "changeQuestMessageText": "5a27d2af86f7744e1115b323 changeQuestMessageText", + "completePlayerMessage": "5a27d2af86f7744e1115b323 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5a27d34586f7744e1115b327", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5696686a4bdc2da3298b456a" + ], + "globalQuestCounterId": "", + "value": 5000, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bdabf0586f7743e1809c555", + "conditionType": "Level", + "id": "5a3a718086f7745a9d6892d9", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 9, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5a27d30186f7742d94339bee", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27c99a86f7747d2c6bdd8e", "status": [ - 2, 4 ], - "target": "5bc4776586f774512d07cf05", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5bc479e586f7747f376c7da3 declinePlayerMessage", - "description": "5bc479e586f7747f376c7da3 description", - "failMessageText": "5bc479e586f7747f376c7da3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc9fab686f7742a90020769.jpg", - "instantComplete": false, - "isKey": false, + "description": "5a27d2af86f7744e1115b323 description", + "failMessageText": "5a27d2af86f7744e1115b323 failMessageText", + "declinePlayerMessage": "5a27d2af86f7744e1115b323 declinePlayerMessage", + "name": "5a27d2af86f7744e1115b323 name", + "note": "5a27d2af86f7744e1115b323 note", + "traderId": "58330581ace78e27b8b10cee", "location": "any", - "name": "5bc479e586f7747f376c7da3 name", - "note": "5bc479e586f7747f376c7da3 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Merchant", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27d2af86f7744e1115b323 startedMessageText", + "successMessageText": "5a27d2af86f7744e1115b323 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc9b33ac6eb02bc726de5a", - "index": 0, + "value": 10000, + "id": "60c8bf6a80b2027f403dd99d", "type": "Experience", - "unknown": false, - "value": 12400 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc9b3ef81cc57f4717189d", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", + "value": 0.05, + "id": "60c8bf7083161b326c471114", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5bcf21cc86f7746a45695a71", + "id": "62a64edda9a0ea77981b54ff", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b226b", + "unknown": true, "items": [ { - "_id": "67eb506040b1947a72102fb6", + "_id": "68010065f81036801d0b226b", + "_tpl": "5fb64bc92b1b027b1f50bcf2", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b226c", + "_tpl": "5fb651b52b1b027b1f50bcff", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b226d", + "_tpl": "5fb6567747ce63734e3fa1dc", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b226e", + "_tpl": "5fb6564947ce63734e3fa1da", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b226f", + "_tpl": "5fb6558ad6f0b2136f2d7eb7", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2270", + "_tpl": "5fb65363d1409e5ca04b54f5", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2271", + "_tpl": "5fb6548dd1409e5ca04b54f9", + "parentId": "68010065f81036801d0b2270", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2272", + "_tpl": "5fbb976df9986c4cff3fe5f2", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b2273", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2274", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b226b", + "slotId": "mod_mount_002" + } + ], + "loyaltyLevel": 3, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "596a101f86f7741ddb481582": { + "QuestName": "Kind of Sabotage", + "_id": "596a101f86f7741ddb481582", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "596a101f86f7741ddb481582 acceptPlayerMessage", + "changeQuestMessageText": "596a101f86f7741ddb481582 changeQuestMessageText", + "completePlayerMessage": "596a101f86f7741ddb481582 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "596a10d886f7741ddf17dbf0", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5938878586f7741b797c562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "596a10af33f77420d232804c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596a0e1686f7741ddf17dbee", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "596a117386f7741ddf17dbf1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596a0e1686f7741ddf17dbee", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "596a101f86f7741ddb481582 description", + "failMessageText": "596a101f86f7741ddb481582 failMessageText", + "declinePlayerMessage": "596a101f86f7741ddb481582 declinePlayerMessage", + "name": "596a101f86f7741ddb481582 name", + "note": "596a101f86f7741ddb481582 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596a101f86f7741ddb481582 startedMessageText", + "successMessageText": "596a101f86f7741ddb481582 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4500, + "id": "60c8b0ee83161b326c47110f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60d0993b7e143314367f8268", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 180000, + "id": "5a2e7c6a86f7741a943575b4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2276", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2276", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 65000 + "StackObjectsCount": 180000 } } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59675ea386f77414b32bded2": { + "QuestName": "Postman Pat - Part 1", + "_id": "59675ea386f77414b32bded2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59675ea386f77414b32bded2 acceptPlayerMessage", + "changeQuestMessageText": "59675ea386f77414b32bded2 changeQuestMessageText", + "completePlayerMessage": "59675ea386f77414b32bded2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "596895f986f7740d14064722", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "591093bb86f7747caa7bb2ee" ], - "target": "67eb506040b1947a72102fb6", - "type": "Item", - "unknown": false, - "value": 65000 + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5968962686f7740e7266d972", + "conditions": [ + { + "id": "5968962b86f7740d14064723", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5b7ff96c86f774125b15cd88", + "dynamicLocale": false, + "target": [ + "factory4_day", + "factory4_night" + ], + "conditionType": "Location" + } + ] + }, + "id": "5968962686f7740e7266d973", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a606af986f77423671bca66", + "target": "596895f986f7740d14064722", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "Quest", + "id": "596896c386f7740d1570bbd4", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "596760e186f7741e11214d58", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [ + { + "id": "5a577e4386f77409c64f123a", + "target": "596895f986f7740d14064722", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a9270886f7747b8150a3d7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5978b53886f7745e8f506efb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59675d6c86f7740a842fc482", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59675ea386f77414b32bded2 description", + "failMessageText": "59675ea386f77414b32bded2 failMessageText", + "declinePlayerMessage": "59675ea386f77414b32bded2 declinePlayerMessage", + "name": "59675ea386f77414b32bded2 name", + "note": "59675ea386f77414b32bded2 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/59675f5486f77414b07f13d0.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59675ea386f77414b32bded2 startedMessageText", + "successMessageText": "59675ea386f77414b32bded2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60c8ac0f919c14709f49738f", + "type": "Experience", + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "5bcf2c4686f774722e666716", + "value": 0.02, + "id": "60c89f3be4d30047b777b311", + "type": "TraderStanding", "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fb8", - "_tpl": "5bc5a372d4351e44f824d17f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102fb8", - "type": "Item", - "unknown": false, - "value": 1 + "target": "54cb50c76803fa8b248b4571", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc9b5720a6283a506aeb3d", + "value": 40000, + "id": "60cb4d0e3e4e974efa3452bb", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2278", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102fba", - "_tpl": "6034cf5fffd42c541047f72e", + "_id": "68010065f81036801d0b2278", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb4cec3e4e974efa3452ba", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b227a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b227a", + "_tpl": "5b44c6ae86f7742d1627baea", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb4cf3af2e5506c3781d81", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2284", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2284", + "_tpl": "5c0e5bab86f77461f55ed1f3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2285", + "_tpl": "6571b27a6d84a2b8b6007f92", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2286", + "_tpl": "6571baa74cb80d995d0a1490", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2287", + "_tpl": "6571baac6d84a2b8b6007fa3", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2288", + "_tpl": "6571bab0f41985531a038091", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2289", + "_tpl": "6571babb4076795e5e07383f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b228a", + "_tpl": "6571bac34076795e5e073843", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b228b", + "_tpl": "6571babf4cb80d995d0a1494", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b228c", + "_tpl": "654a4dea7c17dec2f50cc86a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2284", + "slotId": "Front_plate" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "596a0e1686f7741ddf17dbee": { + "QuestName": "Supply Plans", + "_id": "596a0e1686f7741ddf17dbee", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "596a0e1686f7741ddf17dbee acceptPlayerMessage", + "changeQuestMessageText": "596a0e1686f7741ddf17dbee changeQuestMessageText", + "completePlayerMessage": "596a0e1686f7741ddf17dbee completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "596a0e7086f7741ddf17dbef", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5938878586f7741b797c562f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "596a0eaf86f774576d4c957e", + "conditions": [ + { + "id": "596a0eb286f7741dde183ab8", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + }, + { + "id": "5a577bd786f774730e0a1697", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "596a0eaf86f774576d4c957f", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57773386f7740adb5ca738", + "target": "596a0e7086f7741ddf17dbef", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "596a0e8086f7741ddd6c104c", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5938878586f7741b797c562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57774286f7740ad907c5ac", + "target": "596a0eaf86f774576d4c957f", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a9292d86f7747a6202256b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 13, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59a9292886f77474225c5379", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5969f9e986f7741dde183a50", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "596a113d86f7741ddd6c104d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596a101f86f7741ddb481582", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "596a0e1686f7741ddf17dbee description", + "failMessageText": "596a0e1686f7741ddf17dbee failMessageText", + "declinePlayerMessage": "596a0e1686f7741ddf17dbee declinePlayerMessage", + "name": "596a0e1686f7741ddf17dbee name", + "note": "596a0e1686f7741ddf17dbee note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5979d37886f7746d0b3e3fdb.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596a0e1686f7741ddf17dbee startedMessageText", + "successMessageText": "596a0e1686f7741ddf17dbee successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7500, + "id": "60c8c2d02238043a5267864d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c2d3919c14709f49739c", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "60cb694077dc197c77424fcd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b228e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b228e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb69576a2a1958fc522d04", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2290", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2290", + "_tpl": "5d02778e86f774203e7dedbe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "625d6ffaf7308432be1d44c5": { + "QuestName": "Network Provider - Part 2", + "_id": "625d6ffaf7308432be1d44c5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "625d6ffaf7308432be1d44c5 acceptPlayerMessage", + "changeQuestMessageText": "625d6ffaf7308432be1d44c5 changeQuestMessageText", + "completePlayerMessage": "625d6ffaf7308432be1d44c5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "625ecedaa4eb80027c4f2e0b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "meh_42_radio_area_mark_1", + "target": [ + "63a0b2eabea67a6d93009e52" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "625ecee6f7308432be1d44c7", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "meh_42_radio_area_mark_2", + "target": [ + "63a0b2eabea67a6d93009e52" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "625eceebc4874104f230c0c7", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "meh_42_radio_area_mark_3", + "target": [ + "63a0b2eabea67a6d93009e52" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6386410704a59f742a7a3b45", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "meh_42_radio_area_mark_4", + "target": [ + "63a0b2eabea67a6d93009e52" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6391e25b86e646067c176a91", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "625d6ff5ddc94657c21a1625", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 3600, + "dispersion": 28800, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "625d6ffaf7308432be1d44c5 description", + "failMessageText": "625d6ffaf7308432be1d44c5 failMessageText", + "declinePlayerMessage": "625d6ffaf7308432be1d44c5 declinePlayerMessage", + "name": "625d6ffaf7308432be1d44c5 name", + "note": "625d6ffaf7308432be1d44c5 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab3ad15c890e40ca1a30f5.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "625d6ffaf7308432be1d44c5 startedMessageText", + "successMessageText": "625d6ffaf7308432be1d44c5 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 4, + "id": "63a4182aa3a2b32b5f6e0090", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2295", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2292", + "_tpl": "63a0b2eabea67a6d93009e52", "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } }, { - "_id": "67eb506040b1947a72102fbb", - "_tpl": "6034cf5fffd42c541047f72e", + "_id": "68010065f81036801d0b2293", + "_tpl": "63a0b2eabea67a6d93009e52", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2294", + "_tpl": "63a0b2eabea67a6d93009e52", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2295", + "_tpl": "63a0b2eabea67a6d93009e52", "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } } - ], - "target": "67eb506040b1947a72102fbb", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "id": "5bcf222b86f774378e26691b", + "id": "63a5720622ea2f078518814c", + "type": "ProductionScheme", "index": 0, + "target": "68010065f81036801d0b2297", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72102fbc", - "_tpl": "5bc5a372d4351e44f824d17f" + "_id": "68010065f81036801d0b2297", + "_tpl": "63a0b2eabea67a6d93009e52", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } } ], "loyaltyLevel": 1, - "target": "67eb506040b1947a72102fbc", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", + "traderId": 10 + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 19100, + "id": "63a5d4c7b7f4570d3a29279e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a5d4cf08f1f305635502f0", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc479e586f7747f376c7da3 startedMessageText", - "status": 0, - "successMessageText": "5bc479e586f7747f376c7da3 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5bc47dbf86f7741ee74e93b9": { - "QuestName": "The Tarkov Shooter - Part 3", - "_id": "5bc47dbf86f7741ee74e93b9", - "acceptPlayerMessage": "5bc47dbf86f7741ee74e93b9 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "59c93e8e86f7742a406989c4": { + "QuestName": "Loyalty Buyout", + "_id": "59c93e8e86f7742a406989c4", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5bc47dbf86f7741ee74e93b9 changeQuestMessageText", - "completePlayerMessage": "5bc47dbf86f7741ee74e93b9 completePlayerMessage", + "acceptPlayerMessage": "59c93e8e86f7742a406989c4 acceptPlayerMessage", + "changeQuestMessageText": "59c93e8e86f7742a406989c4 changeQuestMessageText", + "completePlayerMessage": "59c93e8e86f7742a406989c4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "596a10d886f7741ddf11dbf0", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5449016a4bdc2d6f028b456f" + ], + "globalQuestCounterId": "", + "value": 1000000, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "596a13af86f77420d232804c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0f5686f774273b74f676", + "status": [ + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59c93e8e86f7742a406989c4 description", + "failMessageText": "59c93e8e86f7742a406989c4 failMessageText", + "declinePlayerMessage": "59c93e8e86f7742a406989c4 declinePlayerMessage", + "name": "59c93e8e86f7742a406989c4 name", + "note": "59c93e8e86f7742a406989c4 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Loyalty", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59c93e8e86f7742a406989c4 startedMessageText", + "successMessageText": "59c93e8e86f7742a406989c4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.25, + "id": "60c8beae80b2027f403dd99b", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179ad0a6e9dd54ac275e3f2": { + "QuestName": "The Huntsman Path - Outcasts", + "_id": "6179ad0a6e9dd54ac275e3f2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179ad0a6e9dd54ac275e3f2 acceptPlayerMessage", + "changeQuestMessageText": "6179ad0a6e9dd54ac275e3f2 changeQuestMessageText", + "completePlayerMessage": "6179ad0a6e9dd54ac275e3f2 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "617bf1e1d93d977d24520520", "conditions": [ { - "bodyPart": [], + "id": "617bf20a52e86c73d372a913", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "exUsec" + ], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": "<=", - "value": 25 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5bc4800d86f774194f27ac45", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5bfea6e90db834001b7347f3", - "5de652c31b7e3716273428be", - "5df24cf80dee1b22f862e9bc", - "61f7c9e189e6fb1a5e3ea78d", - "627e14b21713922ded6f2c15" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "5bc47e3e86f7741e6b2f3331" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bc47e3e86f7741e6b2f3332", + "id": "617bf1e1d93d977d2452051f", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 3, - "visibilityConditions": [] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bdabf1f86f7743e1809c556", + "id": "61abcae279c3a477d0122456", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", "status": [ 4 ], - "target": "5bc479e586f7747f376c7da3", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ad53f20665b606540b2425", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 22, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5bc47dbf86f7741ee74e93b9 declinePlayerMessage", - "description": "5bc47dbf86f7741ee74e93b9 description", - "failMessageText": "5bc47dbf86f7741ee74e93b9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", - "instantComplete": false, + "description": "6179ad0a6e9dd54ac275e3f2 description", + "failMessageText": "6179ad0a6e9dd54ac275e3f2 failMessageText", + "declinePlayerMessage": "6179ad0a6e9dd54ac275e3f2 declinePlayerMessage", + "name": "6179ad0a6e9dd54ac275e3f2 name", + "note": "6179ad0a6e9dd54ac275e3f2 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61abc9240b56a53df32c6865.jpg", + "type": "Elimination", "isKey": false, - "location": "any", - "name": "5bc47dbf86f7741ee74e93b9 name", - "note": "5bc47dbf86f7741ee74e93b9 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179ad0a6e9dd54ac275e3f2 startedMessageText", + "successMessageText": "6179ad0a6e9dd54ac275e3f2 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc9b8f65e4664318606b61", - "index": 0, + "value": 9000, + "id": "617bf21aea3cfc3293312426", "type": "Experience", - "unknown": false, - "value": 10500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc9bd041fd1e14d71e22fe", + "value": 0.02, + "id": "61ad5472118c386d912fd9b6", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc9c54a7d63f18200a2516", + "value": 110000, + "id": "61abcb490330382cea7bae3e", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2299", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721031ad", + "_id": "68010065f81036801d0b2299", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 70000 + "StackObjectsCount": 110000 } } - ], - "target": "67eb506040b1947a721031ad", - "type": "Item", - "unknown": false, - "value": 70000 + ] }, { "availableInGameEditions": [], - "id": "655b70371f2b6843ec751fd8", + "id": "655b84e09db22d43ab42b70d", + "type": "ProductionScheme", "index": 0, + "target": "68010065f81036801d0b229d", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a721031af", - "_tpl": "5f0596629e22f464da6bbdd9", + "_id": "68010065f81036801d0b229b", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", "upd": { - "StackObjectsCount": 50 + "StackObjectsCount": 20 } }, { - "_id": "67eb506040b1947a721031b0", - "_tpl": "5f0596629e22f464da6bbdd9", + "_id": "68010065f81036801d0b229c", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", "upd": { - "StackObjectsCount": 50 + "StackObjectsCount": 20 + } + }, + { + "_id": "68010065f81036801d0b229d", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 10 } } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a721031b0", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5bcf2bbb86f774722d789e56", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031b2", - "_tpl": "5bbdb83fd4351e44f824c44b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721031b2", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5bcf2bd086f774723055e996", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031b4", - "_tpl": "5bbde409d4351e003562b036", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721031b4", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5bcf22a386f7746a45695afa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031b5", - "_tpl": "5bbdb83fd4351e44f824c44b" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031b5", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5bcf22b986f7746a45695afb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031b6", - "_tpl": "5bbde409d4351e003562b036" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031b6", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "67649726432eed4a6c817a7b", - "index": 0, - "target": "67585d2cd7a2703986067e99", - "type": "CustomizationDirect", - "unknown": false + "traderId": 10 } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc47dbf86f7741ee74e93b9 startedMessageText", - "status": 0, - "successMessageText": "5bc47dbf86f7741ee74e93b9 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5bc480a686f7741af0342e29": { - "QuestName": "The Tarkov Shooter - Part 4", - "_id": "5bc480a686f7741af0342e29", - "acceptPlayerMessage": "5bc480a686f7741af0342e29 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "63a9ae24009ffc6a551631a5": { + "QuestName": "Best Job in the World", + "_id": "63a9ae24009ffc6a551631a5", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5bc480a686f7741af0342e29 changeQuestMessageText", - "completePlayerMessage": "5bc480a686f7741af0342e29 completePlayerMessage", + "acceptPlayerMessage": "63a9ae24009ffc6a551631a5 acceptPlayerMessage", + "changeQuestMessageText": "63a9ae24009ffc6a551631a5 changeQuestMessageText", + "completePlayerMessage": "63a9ae24009ffc6a551631a5 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "63a9ae63da7999196148ba5d", "conditions": [ { - "bodyPart": [], + "id": "63a9b16a87c76a25c912125e", + "dynamicLocale": false, + "target": "Any", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [ + "5bf3e03b0db834001d2c4a9c", + "5ac4cd105acfc40016339859", + "5644bd2b4bdc2d3b4c8b4572", + "5bf3e0490db83400196199af", + "5ab8e9fcd8ce870019439434", + "628b5638ad252a16da6dd245" + ], + "distance": { + "value": 100, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 80 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "657b05bb940c84649607760a", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5de652c31b7e3716273428be", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "657b0567d69311af78c0633f" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657b0567ec71635f16471dd2", + "id": "63a9ae63da7999196148ba5c", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 5, - "visibilityConditions": [] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 30, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bdabf3386f7743e171249ae", + "conditionType": "Level", + "id": "63a9f017c31b00242d28a9be", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a9f02fda7999196148ba81", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "59ca2eb686f77445a80ed049", "status": [ 4 ], - "target": "5bc47dbf86f7741ee74e93b9", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a9f035813bba58a50ca088", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "639136f086e646067c176a8b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5bc480a686f7741af0342e29 declinePlayerMessage", - "description": "5bc480a686f7741af0342e29 description", - "failMessageText": "5bc480a686f7741af0342e29 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", - "instantComplete": false, - "isKey": false, + "description": "63a9ae24009ffc6a551631a5 description", + "failMessageText": "63a9ae24009ffc6a551631a5 failMessageText", + "declinePlayerMessage": "63a9ae24009ffc6a551631a5 declinePlayerMessage", + "name": "63a9ae24009ffc6a551631a5 name", + "note": "63a9ae24009ffc6a551631a5 note", + "traderId": "54cb50c76803fa8b248b4571", "location": "any", - "name": "5bc480a686f7741af0342e29 name", - "note": "5bc480a686f7741af0342e29 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63a9ae24009ffc6a551631a5 startedMessageText", + "successMessageText": "63a9ae24009ffc6a551631a5 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc9c26826ca0323464bd10", - "index": 0, + "value": 15400, + "id": "63a9f042009ffc6a551631cc", "type": "Experience", - "unknown": false, - "value": 11800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc9c6e98b4927060364606", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", + "value": 0.03, + "id": "63a9f049c31b00242d28a9bf", "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc9c6a826ca0323464bd11", "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031ed", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 80000 - } - } - ], - "target": "67eb506040b1947a721031ed", - "type": "Item", - "unknown": false, - "value": 80000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5bcf2b8f86f774722d789e55", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031ef", - "_tpl": "5bbdb811d4351e45020113c7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721031ef", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5bcf2ba086f774723055e995", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031f1", - "_tpl": "5bbde41ed4351e003562b038", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721031f1", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5bcf233486f7746a486b84c4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031f2", - "_tpl": "5bbdb811d4351e45020113c7" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031f2", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", + "target": "54cb50c76803fa8b248b4571", "unknown": false }, { "availableInGameEditions": [], - "id": "5bcf235486f7746a45695afc", + "id": "63a9f74ac31b00242d28a9c8", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b229e", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a721031f3", - "_tpl": "5bbde41ed4351e003562b038" + "_id": "68010065f81036801d0b229e", + "_tpl": "62e7e7bbe6da9612f743f1e0" } ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031f3", - "traderId": "5c0647fdd443bc2504c2d371", + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "id": "63a9f750009ffc6a551631d0", "type": "AssortmentUnlock", - "unknown": false + "index": 0, + "target": "68010065f81036801d0b229f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b229f", + "_tpl": "5656eb674bdc2d35148b457c" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc480a686f7741af0342e29 startedMessageText", - "status": 0, - "successMessageText": "5bc480a686f7741af0342e29 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5bc4826c86f774106d22d88b": { - "QuestName": "The Tarkov Shooter - Part 5", - "_id": "5bc4826c86f774106d22d88b", - "acceptPlayerMessage": "5bc4826c86f774106d22d88b acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "596a218586f77420d232807c": { + "QuestName": "Car Repair", + "_id": "596a218586f77420d232807c", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5bc4826c86f774106d22d88b changeQuestMessageText", - "completePlayerMessage": "5bc4826c86f774106d22d88b completePlayerMessage", + "acceptPlayerMessage": "596a218586f77420d232807c acceptPlayerMessage", + "changeQuestMessageText": "596a218586f77420d232807c changeQuestMessageText", + "completePlayerMessage": "596a218586f77420d232807c completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 21, - "to": 5 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5bc48a0f86f7742ce94849d9", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5bfea6e90db834001b7347f3", - "5de652c31b7e3716273428be", - "5df24cf80dee1b22f862e9bc", - "627e14b21713922ded6f2c15", - "61f7c9e189e6fb1a5e3ea78d" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5bc48b3d86f77452b373195e", - "target": [ - "bigmap" - ] - } - ], - "id": "5bc482c186f774710a789f25" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bc84f7a86f774294c2f6862", + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "596b46d886f77457ca186189", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "type": "Elimination", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5733279d245977289b77ec24" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "596b46ec86f77457c7006f89", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3c0a86f774385a33c450" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 8, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "596b470c86f77457ca18618a", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5733279d245977289b77ec24" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "596b472686f77457c7006f8a", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3c0a86f774385a33c450" + ], + "globalQuestCounterId": "", "value": 8, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bdabf4486f7743e1665df6d", + "id": "5979e7a386f7743ec214c7a3", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5969f9e986f7741dde183a50", "status": [ 4 ], - "target": "5bc480a686f7741af0342e29", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5bc4826c86f774106d22d88b declinePlayerMessage", - "description": "5bc4826c86f774106d22d88b description", - "failMessageText": "5bc4826c86f774106d22d88b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", - "instantComplete": false, + "description": "596a218586f77420d232807c description", + "failMessageText": "596a218586f77420d232807c failMessageText", + "declinePlayerMessage": "596a218586f77420d232807c declinePlayerMessage", + "name": "596a218586f77420d232807c name", + "note": "596a218586f77420d232807c note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/5979d3f986f7746d08051ce0.jpg", + "type": "PickUp", "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5bc4826c86f774106d22d88b name", - "note": "5bc4826c86f774106d22d88b note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "596a218586f77420d232807c startedMessageText", + "successMessageText": "596a218586f77420d232807c successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc9c96646f74055e276533", - "index": 0, + "value": 6900, + "id": "60c8c3ca919c14709f49739d", "type": "Experience", - "unknown": false, - "value": 13000 - }, - { - "availableInGameEditions": [], - "id": "60cc9c9a65e4664318606b64", "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc9cc7f81cc57f471718a0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030d1", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 80000 - } - } - ], - "target": "67eb506040b1947a721030d1", - "type": "Item", - "unknown": false, - "value": 80000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5bcf241086f7746a45695afd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030d3", - "_tpl": "5bc5a351d4351e003477a414", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030d3", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc9cafac6eb02bc726de5f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030d5", - "_tpl": "5c0696830db834001d23f5da", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030d5", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5bcf23ff86f7746a464c5678", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030d6", - "_tpl": "5bc5a351d4351e003477a414" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721030d6", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c3ce9339363e8f0c6ae5", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1500, + "id": "5a2fee9486f7745c4236d2e2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22a1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b22a1", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb6eccaf2e5506c3781dbe", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22a3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b22a3", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec19ea3c367fc6781104623", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22a5", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b22a5", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb6f23f09d61072d6cfbc7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22a7", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b22a7", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc4826c86f774106d22d88b startedMessageText", - "status": 0, - "successMessageText": "5bc4826c86f774106d22d88b successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5bc4836986f7740c0152911c": { - "QuestName": "The Tarkov Shooter - Part 6", - "_id": "5bc4836986f7740c0152911c", - "acceptPlayerMessage": "5bc4836986f7740c0152911c acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "626bd75c71bd851e971b82a5": { + "QuestName": "Reconnaissance", + "_id": "626bd75c71bd851e971b82a5", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5bc4836986f7740c0152911c changeQuestMessageText", - "completePlayerMessage": "5bc4836986f7740c0152911c completePlayerMessage", + "acceptPlayerMessage": "626bd75c71bd851e971b82a5 acceptPlayerMessage", + "changeQuestMessageText": "626bd75c71bd851e971b82a5 changeQuestMessageText", + "completePlayerMessage": "626bd75c71bd851e971b82a5 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "63ac1b741b5c95746621ddb5", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "63ac1bad3606f31cf40e5b09", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5bc489ec86f7746b7978fe69", - "resetOnSessionEnd": false, - "savageRole": [ - "marksman" - ], - "target": "Savage", + "target": "qlight_extension_prapor1_exploration1", "value": 1, - "weapon": [ - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5bfea6e90db834001b7347f3", - "5de652c31b7e3716273428be", - "5df24cf80dee1b22f862e9bc", - "61f7c9e189e6fb1a5e3ea78d", - "627e14b21713922ded6f2c15" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "VisitPlace" } - ], - "id": "5bc483ba86f77415034ba8cf" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bc483ba86f77415034ba8d0", + "id": "63ac1b741b5c95746621ddb4", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac1bd387413d64ae0ac22c", + "conditions": [ + { + "id": "63ac1bf576588f3cf341c48a", + "dynamicLocale": false, + "target": "qlight_extension_prapor1_exploration2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac1bd387413d64ae0ac22b", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac1c56972364554162a25f", + "conditions": [ + { + "id": "63ac1c6d1b5c95746621ddb6", + "dynamicLocale": false, + "target": "qlight_extension_prapor1_exploration3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac1c56972364554162a25e", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "62987d43b7bd956bd62a09b4", + "conditions": [ + { + "id": "62987d4ae8590f3a3d59c576", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "62987d563eda4144a107df66", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "62987d43b7bd956bd62a09b3", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ac1ccf87413d64ae0ac22d", + "target": "63ac1b741b5c95746621ddb4", + "conditionType": "CompleteCondition" + }, + { + "id": "63ac1cd6160cc610ba035e24", + "target": "63ac1bd387413d64ae0ac22b", + "conditionType": "CompleteCondition" + }, + { + "id": "63ac1cddde609574d97adf7a", + "target": "63ac1c56972364554162a25e", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bdabf5386f7743e152e867c", + "id": "62a086d94f842e1bd12d9d52", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6179ac7511973d018217d0b9", "status": [ 4 ], - "target": "5bc4826c86f774106d22d88b", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5bc4836986f7740c0152911c declinePlayerMessage", - "description": "5bc4836986f7740c0152911c description", - "failMessageText": "5bc4836986f7740c0152911c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", - "instantComplete": false, + "description": "626bd75c71bd851e971b82a5 description", + "failMessageText": "626bd75c71bd851e971b82a5 failMessageText", + "declinePlayerMessage": "626bd75c71bd851e971b82a5 declinePlayerMessage", + "name": "626bd75c71bd851e971b82a5 name", + "note": "626bd75c71bd851e971b82a5 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/628b7e7891064964577fa849.jpg", + "type": "Exploration", "isKey": false, - "location": "any", - "name": "5bc4836986f7740c0152911c name", - "note": "5bc4836986f7740c0152911c note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "626bd75c71bd851e971b82a5 startedMessageText", + "successMessageText": "626bd75c71bd851e971b82a5 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc9cdc65e4664318606b65", - "index": 0, + "value": 18000, + "id": "629a2612ba572149462ce8d5", "type": "Experience", - "unknown": false, - "value": 13100 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc9cdfa7d63f18200a2518", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", + "value": 0.03, + "id": "62b04323e8d7bd02f46770e5", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc9cffb2736c24b2118b9f", + "value": 155000, + "id": "628b849de43d1600542c97e8", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b22a9", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a7210341e", + "_id": "68010065f81036801d0b22a9", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 85000 + "StackObjectsCount": 155000 } } - ], - "target": "67eb506040b1947a7210341e", - "type": "Item", - "unknown": false, - "value": 85000 + ] }, { "availableInGameEditions": [], + "value": 1, + "id": "629a282ec4f2b6788102f55b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22b6", + "unknown": false, "findInRaid": true, - "id": "5bcf259a86f7746a45695b05", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103420", - "_tpl": "5bbdb870d4351e00367fb67d", + "_id": "68010065f81036801d0b22b6", + "_tpl": "5f5f41476bdad616ad46d631", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } + }, + { + "_id": "68010065f81036801d0b22b7", + "_tpl": "65731b46cea9255e2102360a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b22b8", + "_tpl": "65731b4fcea9255e2102360e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b22b9", + "_tpl": "65731b576e709cddd001ec3f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b22ba", + "_tpl": "65731b60ff6dc44a7d068c4a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b22bb", + "_tpl": "65731b666e709cddd001ec43", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b22bc", + "_tpl": "65731b716e709cddd001ec47", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b22bd", + "_tpl": "65731b6b6042b0f210020ef6", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b22be", + "_tpl": "656f664200d62bcd2e024077", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b22bf", + "_tpl": "654a4f8bc721968a4404ef18", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b22c0", + "_tpl": "654a4f8bc721968a4404ef18", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Right_side_plate" + }, + { + "_id": "68010065f81036801d0b22c1", + "_tpl": "657b2797c3dbcb01d60c35ea", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b22b6", + "slotId": "Back_plate" } - ], - "target": "67eb506040b1947a72103420", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], + "value": 1, + "id": "629a283f38b22857d2665541", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22c3", + "unknown": false, "findInRaid": true, - "id": "60cc9d1e20a6283a506aeb40", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103422", - "_tpl": "5ab8f20c86f7745cdb629fb2", + "_id": "68010065f81036801d0b22c3", + "_tpl": "603409c80ca681766b6a0fb2", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103422", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "id": "5bcf25a586f7746a464c5682", + "id": "657fbd97c6679fefb3051e42", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b22c4", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103423", - "_tpl": "5bbdb870d4351e00367fb67d" + "_id": "68010065f81036801d0b22c4", + "_tpl": "656f664200d62bcd2e024077" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72103423", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "54cb50c76803fa8b248b4571" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc4836986f7740c0152911c startedMessageText", - "status": 0, - "successMessageText": "5bc4836986f7740c0152911c successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b4794cb86f774598100d5d4": { + "QuestName": "Lend-Lease - Part 1", + "_id": "5b4794cb86f774598100d5d4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b4794cb86f774598100d5d4 acceptPlayerMessage", + "changeQuestMessageText": "5b4794cb86f774598100d5d4 changeQuestMessageText", + "completePlayerMessage": "5b4794cb86f774598100d5d4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66d078aadf338e6c13578080", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5af04c0b86f774138708f78e" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66d07de6c7ef9040fff0b789", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5af04c0b86f774138708f78e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b4c742886f7745cef1d02f5", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c72b386f7745b453af9c0" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4c769686f7746e535a5c0e", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c72b386f7745b453af9c0" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b4c75a786f7747332534b52", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c72c686f77462ac37e907" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4c76d886f77471d31735a3", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c72c686f77462ac37e907" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b47958e86f774598100d5e2", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5af04e0a86f7743a532b79e2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4795a586f774587a39506d", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5af04e0a86f7743a532b79e2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b4c8e6586f77474396a5400", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c72fb86f7745cef1cffc5" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4c7aec86f77459732b4b08", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c72fb86f7745cef1cffc5" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0bfa86f77453572f54dc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f0bca86f7744a6c2b8164", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b4794cb86f774598100d5d4 description", + "failMessageText": "5b4794cb86f774598100d5d4 failMessageText", + "declinePlayerMessage": "5b4794cb86f774598100d5d4 declinePlayerMessage", + "name": "5b4794cb86f774598100d5d4 name", + "note": "5b4794cb86f774598100d5d4 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b4794cb86f774598100d5d4 startedMessageText", + "successMessageText": "5b4794cb86f774598100d5d4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17500, + "id": "60cb608c179f8541b84691da", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c03f80b2027f403dd99e", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3000, + "id": "60cb60ba77dc197c77424fa7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22c6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b22c6", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 3000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb60d6e3d0247e625da190", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22c8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b22c8", + "_tpl": "5c066e3a0db834001b7353f0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90bea81c51328c56d7717", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b22c9", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b22c9", + "_tpl": "5df24cf80dee1b22f862e9bc", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b22ca", + "_tpl": "5df25b6c0b92095fd441e4cf", + "parentId": "68010065f81036801d0b22c9", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b22cb", + "_tpl": "5df256570dee1b22f862e9c4", + "parentId": "68010065f81036801d0b22c9", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b22cc", + "_tpl": "5df35e7f2a78646d96665dd4", + "parentId": "68010065f81036801d0b22cb", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b22cd", + "_tpl": "5df35e59c41b2312ea3334d5", + "upd": { + "Foldable": { + "Folded": false + } + }, + "parentId": "68010065f81036801d0b22c9", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b22ce", + "_tpl": "5df25d3bfd6b4e6e2276dc9a", + "parentId": "68010065f81036801d0b22cd", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b22cf", + "_tpl": "5df35eb2b11454561e3923e2", + "parentId": "68010065f81036801d0b22ce", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b22d0", + "_tpl": "5df35eb2b11454561e3923e2", + "parentId": "68010065f81036801d0b22ce", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b22d1", + "_tpl": "5df35ea9c41b2312ea3334d8", + "parentId": "68010065f81036801d0b22ce", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b22d2", + "_tpl": "5df35eb2b11454561e3923e2", + "parentId": "68010065f81036801d0b22ce", + "slotId": "mod_mount_003" + }, + { + "_id": "68010065f81036801d0b22d3", + "_tpl": "5df36948bb49d91fb446d5ad", + "parentId": "68010065f81036801d0b22ce", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b22d4", + "_tpl": "5df38a5fb74cd90030650cb6", + "parentId": "68010065f81036801d0b22cd", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b22d5", + "_tpl": "5df35ddddfc58d14537c2036", + "parentId": "68010065f81036801d0b22cd", + "slotId": "mod_stock_axis" + }, + { + "_id": "68010065f81036801d0b22d6", + "_tpl": "5df35e970b92095fd441e4d2", + "parentId": "68010065f81036801d0b22c9", + "slotId": "mod_mount" + } + ], + "loyaltyLevel": 3, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "5bc4856986f77454c317bea7": { "QuestName": "The Tarkov Shooter - Part 7", "_id": "5bc4856986f77454c317bea7", - "acceptPlayerMessage": "5bc4856986f77454c317bea7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5bc4856986f77454c317bea7 acceptPlayerMessage", "changeQuestMessageText": "5bc4856986f77454c317bea7 changeQuestMessageText", "completePlayerMessage": "5bc4856986f77454c317bea7 completePlayerMessage", "conditions": { @@ -36401,27 +59245,13 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5bc485b586f774726473a857", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 45 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], "id": "5bc488ca86f77460ec12a0d0", - "resetOnSessionEnd": false, - "savageRole": [], + "dynamicLocale": false, "target": "AnyPmc", + "compareMethod": ">=", "value": 1, "weapon": [ "55801eed4bdc2d89578b4588", @@ -36434,8 +59264,10 @@ "627e14b21713922ded6f2c15", "673cab3e03c6a20581028bc1" ], - "weaponCaliber": [], - "weaponModsExclusive": [], + "distance": { + "value": 45, + "compareMethod": ">=" + }, "weaponModsInclusive": [ [ "5b86a0e586f7745b600ccb23" @@ -36506,167 +59338,183 @@ [ "673f0a38259f5945d70e43a6" ] - ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" } - ], - "id": "5bc485b586f774726473a857" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5bc485b586f774726473a858", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 5, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5bdabf6286f7743e171249af", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5bc4836986f7740c0152911c", "status": [ 4 ], - "target": "5bc4836986f7740c0152911c", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5bc4856986f77454c317bea7 declinePlayerMessage", "description": "5bc4856986f77454c317bea7 description", "failMessageText": "5bc4856986f77454c317bea7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "5bc4856986f77454c317bea7 declinePlayerMessage", "name": "5bc4856986f77454c317bea7 name", "note": "5bc4856986f77454c317bea7 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc4856986f77454c317bea7 startedMessageText", + "successMessageText": "5bc4856986f77454c317bea7 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 13300, "id": "60cc9d50826ca0323464bd12", - "index": 0, "type": "Experience", - "unknown": false, - "value": 13300 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.02, "id": "60cc9d5298b4927060364608", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 85000, "id": "5bcf261286f7746a464c5684", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b22d8", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103255", + "_id": "68010065f81036801d0b22d8", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 85000 } } - ], - "target": "67eb506040b1947a72103255", - "type": "Item", - "unknown": false, - "value": 85000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "5bcf25e886f774378e266a35", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b22da", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103257", + "_id": "68010065f81036801d0b22da", "_tpl": "5bc5a35cd4351e450201232f", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103257", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "60cc9d6f65e4664318606b66", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b22dc", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103259", + "_id": "68010065f81036801d0b22dc", "_tpl": "5b86a0e586f7745b600ccb23", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103259", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], "id": "5bcf25f486f7746a472ad9f5", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b22dd", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a7210325a", + "_id": "68010065f81036801d0b22dd", "_tpl": "5bc5a35cd4351e450201232f" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a7210325a", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "5c0647fdd443bc2504c2d371" }, { "availableInGameEditions": [], "id": "655b80264343a16d2e04766e", + "type": "ProductionScheme", "index": 0, + "target": "68010065f81036801d0b22e0", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a7210325c", + "_id": "68010065f81036801d0b22df", "_tpl": "5e023d34e8a400319a28ed44", "upd": { "StackObjectsCount": 40 } }, { - "_id": "67eb506040b1947a7210325d", + "_id": "68010065f81036801d0b22e0", "_tpl": "5e023d34e8a400319a28ed44", "upd": { "StackObjectsCount": 10 @@ -36674,470 +59522,321 @@ } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a7210325d", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false + "traderId": 10 } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc4856986f77454c317bea7 startedMessageText", - "status": 0, - "successMessageText": "5bc4856986f77454c317bea7 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5bc4893c86f774626f5ebf3e": { - "QuestName": "The Tarkov Shooter - Part 8", - "_id": "5bc4893c86f774626f5ebf3e", - "acceptPlayerMessage": "5bc4893c86f774626f5ebf3e acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "6396701b9113f06a7c3b2379": { + "QuestName": "Make an Impression", + "_id": "6396701b9113f06a7c3b2379", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5bc4893c86f774626f5ebf3e changeQuestMessageText", - "completePlayerMessage": "5bc4893c86f774626f5ebf3e completePlayerMessage", + "acceptPlayerMessage": "6396701b9113f06a7c3b2379 acceptPlayerMessage", + "changeQuestMessageText": "6396701b9113f06a7c3b2379 changeQuestMessageText", + "completePlayerMessage": "6396701b9113f06a7c3b2379 completePlayerMessage", "conditions": { "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "639a169e6cd47c525121a116", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "Sniper", + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6397ac912e519e69d2139b27", "conditions": [ { - "bodyPart": [ - "Head" - ], + "id": "6397ace18b38442139798209", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [], + "distance": { + "value": 350, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "marksman" + ], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5bc84a7b86f77466d6051e37", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5bfea6e90db834001b7347f3", - "5de652c31b7e3716273428be", - "5df24cf80dee1b22f862e9bc", - "61f7c9e189e6fb1a5e3ea78d", - "627e14b21713922ded6f2c15", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "5bc48aed86f77452c947ce66" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bc48aed86f77452c947ce67", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "6397ac912e519e69d2139b26", + "index": 1, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 3, - "visibilityConditions": [] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5bdabf7186f7743e152e867d", + "id": "639afe2ddbf1d842d260d7a8", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6396700fea19ac7ed845db32", "status": [ 4 ], - "target": "5bc4856986f77454c317bea7", + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, "visibilityConditions": [] } ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "64b6a5b1d5887c2ce956115b", - "status": [ - "Killed", - "MissingInAction", - "Left" - ] - } - ], - "id": "64b6a5a525251516d7685429" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64b6a5a525251516d7685428", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ] + "Fail": [] }, - "declinePlayerMessage": "5bc4893c86f774626f5ebf3e declinePlayerMessage", - "description": "5bc4893c86f774626f5ebf3e description", - "failMessageText": "5bc4893c86f774626f5ebf3e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", - "instantComplete": false, - "isKey": false, + "description": "6396701b9113f06a7c3b2379 description", + "failMessageText": "6396701b9113f06a7c3b2379 failMessageText", + "declinePlayerMessage": "6396701b9113f06a7c3b2379 declinePlayerMessage", + "name": "6396701b9113f06a7c3b2379 name", + "note": "6396701b9113f06a7c3b2379 note", + "traderId": "638f541a29ffd1183d187f57", "location": "any", - "name": "5bc4893c86f774626f5ebf3e name", - "note": "5bc4893c86f774626f5ebf3e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6396701b9113f06a7c3b2379 startedMessageText", + "successMessageText": "6396701b9113f06a7c3b2379 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc9dbb1bdece56c249cbe3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "id": "60cc9dbef81cc57f471718a3", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", + "value": 0.04, + "id": "63a6cecf2964a7488f5250af", "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5bcf265486f774378e266a36", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103436", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 400000 - } - } - ], - "target": "67eb506040b1947a72103436", + "value": 1, + "id": "63a2356c423c8970de419831", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22e2", "unknown": false, - "value": 400000 - }, - { - "availableInGameEditions": [], - "id": "5bcf269286f7746a472ad9f7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103437", - "_tpl": "5bae13bad4351e00320204af" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103437", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5bcf268686f7746a45695b0a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103438", - "_tpl": "5bae13ded4351e44f824bf38" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103438", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "64b6a4ea58b5637e2d71a65c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103439", - "_tpl": "618ba27d9008e4636a67f61d" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103439", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "60cc9e0820a6283a506aeb42", - "index": 0, "items": [ { - "_id": "67eb506040b1947a7210343a", - "_tpl": "5ae08f0a5acfc408fb1398a1", + "_id": "68010065f81036801d0b22e2", + "_tpl": "5d03775b86f774203e7e0c4b", "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } - }, - { - "_id": "67eb506040b1947a7210343b", - "_tpl": "5bae13ded4351e44f824bf38", - "parentId": "67eb506040b1947a7210343a", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210343c", - "_tpl": "5bae13bad4351e00320204af", - "parentId": "67eb506040b1947a7210343a", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210343d", - "_tpl": "5ae09bff5acfc4001562219d", - "parentId": "67eb506040b1947a7210343a", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210343e", - "_tpl": "5ae099875acfc4001714e593", - "parentId": "67eb506040b1947a7210343d", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a7210343f", - "_tpl": "5bbdb811d4351e45020113c7", - "parentId": "67eb506040b1947a7210343d", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103440", - "_tpl": "5aa66a9be5b5b0214e506e89", - "parentId": "67eb506040b1947a7210343f", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103441", - "_tpl": "5aa66be6e5b5b0214e506e97", - "parentId": "67eb506040b1947a72103440", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103442", - "_tpl": "5b86a0e586f7745b600ccb23", - "parentId": "67eb506040b1947a7210343d", - "slotId": "mod_muzzle" } - ], - "target": "67eb506040b1947a7210343a", - "type": "Item", - "unknown": true, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6a3448b66a1647d0a4758", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103444", - "_tpl": "62a0a16d0b9d3c46de5b6e97", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103444", + "value": 1, + "id": "66422df96935050c9b141e96", "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "629f0fae7ad28b7f7c40ed06", "index": 0, - "target": "Sniper", - "type": "Skill", + "target": "68010065f81036801d0b22e4", "unknown": false, - "value": 300 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b22e4", + "_tpl": "5d03775b86f774203e7e0c4b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a2357ad6d4651e53602b03", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b22e6", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b22e6", + "_tpl": "5a1eaa87fcdbcb001865f75e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5bc4893c86f774626f5ebf3e startedMessageText", - "status": 0, - "successMessageText": "5bc4893c86f774626f5ebf3e successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "5c0bbaa886f7746941031d82": { "QuestName": "Bullshit", "_id": "5c0bbaa886f7746941031d82", - "acceptPlayerMessage": "5c0bbaa886f7746941031d82 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0bbaa886f7746941031d82 acceptPlayerMessage", "changeQuestMessageText": "5c0bbaa886f7746941031d82 changeQuestMessageText", "completePlayerMessage": "5c0bbaa886f7746941031d82 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c50481c86f77410650e0521", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5c12301c86f77419522ba7e4" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c0bc32986f7743e4d1002d2", "index": 1, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 0.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "plantTime": 15, + "zoneId": "Q019_3", "target": [ "55801eed4bdc2d89578b4588" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "Q019_3" + "visibilityConditions": [] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c0bc43e86f7744794440ba5", "index": 2, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 0.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "plantTime": 15, + "zoneId": "Q019_3", "target": [ "59faf7ca86f7740dbe19f6c2" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "Q019_3" + "visibilityConditions": [] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c12320586f77437e44bcb15", "index": 3, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 0.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "plantTime": 15, + "zoneId": "Q019_3", "target": [ "5c12301c86f77419522ba7e4" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "Q019_3" + "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c17b96486f774331c793f28", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5b4795fb86f7745876267770", "status": [ 4 ], - "target": "5b4795fb86f7745876267770", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "65831b68e0ec02fb54a46d03", "index": 1, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 25, + "compareMethod": ">=", "visibilityConditions": [] } ], @@ -37146,154 +59845,158 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5c1233ac86f77406fa13bae9", "conditions": [ { - "bodyPart": [], + "id": "5c1233c086f7745cf57b9274", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5c1233c086f7745cf57b9274", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "5c1233d286f7745cf57b9275", + "dynamicLocale": false, "target": [ "bigmap" - ] + ], + "conditionType": "Location" } - ], - "id": "5c1233ac86f77406fa13bae9" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c1233ac86f77406fa13baea", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ] }, - "declinePlayerMessage": "5c0bbaa886f7746941031d82 declinePlayerMessage", "description": "5c0bbaa886f7746941031d82 description", "failMessageText": "5c0bbaa886f7746941031d82 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", + "declinePlayerMessage": "5c0bbaa886f7746941031d82 declinePlayerMessage", "name": "5c0bbaa886f7746941031d82 name", "note": "5c0bbaa886f7746941031d82 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "58330581ace78e27b8b10cee", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Discover", + "isKey": false, "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0bbaa886f7746941031d82 startedMessageText", + "successMessageText": "5c0bbaa886f7746941031d82 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 29900, "id": "60cb617c6a2a1958fc522ce7", - "index": 0, "type": "Experience", - "unknown": false, - "value": 29900 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.07, "id": "60c8c09c919c14709f497398", + "type": "TraderStanding", "index": 0, "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.07 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 120000, "id": "5c17b9a586f77430a41a0953", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b22e8", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103276", + "_id": "68010065f81036801d0b22e8", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 120000 } } - ], - "target": "67eb506040b1947a72103276", - "type": "Item", - "unknown": false, - "value": 120000 + ] }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 1000, "id": "60cb61a27c496e588343a1c1", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b22ea", + "unknown": true, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103278", + "_id": "68010065f81036801d0b22ea", "_tpl": "5696686a4bdc2da3298b456a", "upd": { "StackObjectsCount": 1000 } } - ], - "target": "67eb506040b1947a72103278", - "type": "Item", - "unknown": true, - "value": 1000 + ] }, { "availableInGameEditions": [], "id": "5c17bee186f77430a70d197b", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b22eb", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103279", + "_id": "68010065f81036801d0b22eb", "_tpl": "5c1127d0d174af29be75cf68" } ], "loyaltyLevel": 2, - "target": "67eb506040b1947a72103279", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "58330581ace78e27b8b10cee" }, { "availableInGameEditions": [], "id": "61acec084cce5e7e040ad756", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b22ec", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a7210327a", + "_id": "68010065f81036801d0b22ec", "_tpl": "606587252535c57a13424cfd", "upd": { "FireMode": { @@ -37302,481 +60005,5744 @@ } }, { - "_id": "67eb506040b1947a7210327b", + "_id": "68010065f81036801d0b22ed", "_tpl": "55802f5d4bdc2dac148b458f", - "parentId": "67eb506040b1947a7210327a", + "parentId": "68010065f81036801d0b22ec", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a7210327c", + "_id": "68010065f81036801d0b22ee", "_tpl": "59d6272486f77466146386ff", - "parentId": "67eb506040b1947a7210327a", + "parentId": "68010065f81036801d0b22ec", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a7210327d", + "_id": "68010065f81036801d0b22ef", "_tpl": "606587a88900dc2d9a55b659", - "parentId": "67eb506040b1947a7210327a", + "parentId": "68010065f81036801d0b22ec", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210327e", + "_id": "68010065f81036801d0b22f0", "_tpl": "60658776f2cb2e02a42ace2b", - "parentId": "67eb506040b1947a7210327d", + "parentId": "68010065f81036801d0b22ef", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a7210327f", + "_id": "68010065f81036801d0b22f1", "_tpl": "6065c6e7132d4d12c81fd8e1", - "parentId": "67eb506040b1947a7210327e", + "parentId": "68010065f81036801d0b22f0", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103280", + "_id": "68010065f81036801d0b22f2", "_tpl": "6065dc8a132d4d12c81fd8e3", - "parentId": "67eb506040b1947a7210327e", + "parentId": "68010065f81036801d0b22f0", "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a72103281", + "_id": "68010065f81036801d0b22f3", "_tpl": "6065880c132d4d12c81fd8da", - "parentId": "67eb506040b1947a7210327d", + "parentId": "68010065f81036801d0b22ef", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a72103282", + "_id": "68010065f81036801d0b22f4", "_tpl": "5bc09a30d4351e00367fb7c8", - "parentId": "67eb506040b1947a72103281", + "parentId": "68010065f81036801d0b22f3", "slotId": "mod_sight_front" }, { - "_id": "67eb506040b1947a72103283", + "_id": "68010065f81036801d0b22f5", "_tpl": "5bc09a18d4351e003562b68e", - "parentId": "67eb506040b1947a7210327d", + "parentId": "68010065f81036801d0b22ef", "slotId": "mod_sight_rear" }, { - "_id": "67eb506040b1947a72103284", + "_id": "68010065f81036801d0b22f6", "_tpl": "606587e18900dc2d9a55b65f", - "parentId": "67eb506040b1947a7210327a", + "parentId": "68010065f81036801d0b22ec", "slotId": "mod_stock_001" }, { - "_id": "67eb506040b1947a72103285", + "_id": "68010065f81036801d0b22f7", "_tpl": "606587d11246154cad35d635", - "parentId": "67eb506040b1947a72103284", + "parentId": "68010065f81036801d0b22f6", "slotId": "mod_stock_000" }, { - "_id": "67eb506040b1947a72103286", + "_id": "68010065f81036801d0b22f8", "_tpl": "606587bd6d0bd7580617bacc", - "parentId": "67eb506040b1947a7210327a", + "parentId": "68010065f81036801d0b22ec", "slotId": "mod_charge" } ], "loyaltyLevel": 4, - "target": "67eb506040b1947a7210327a", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "58330581ace78e27b8b10cee" }, { "availableInGameEditions": [], + "value": 0.05, "id": "629f070fca453d29513994d4", + "type": "TraderStanding", "index": 0, "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 + "unknown": false }, { "availableInGameEditions": [], "id": "657fc2e2fd86b9d9680c4a1c", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b22f9", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103287", + "_id": "68010065f81036801d0b22f9", "_tpl": "656fa25e94b480b8a500c0e0" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72103287", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "58330581ace78e27b8b10cee" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5c0bbaa886f7746941031d82 startedMessageText", - "status": 0, - "successMessageText": "5c0bbaa886f7746941031d82 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Discover" - }, - "5c0bc91486f7746ab41857a2": { - "QuestName": "Silent Caliber", - "_id": "5c0bc91486f7746ab41857a2", - "acceptPlayerMessage": "5c0bc91486f7746ab41857a2 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "597a0f5686f774273b74f676": { + "QuestName": "Chemical - Part 4", + "_id": "597a0f5686f774273b74f676", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0bc91486f7746ab41857a2 changeQuestMessageText", - "completePlayerMessage": "5c0bc91486f7746ab41857a2 completePlayerMessage", + "acceptPlayerMessage": "597a0f5686f774273b74f676 acceptPlayerMessage", + "changeQuestMessageText": "597a0f5686f774273b74f676 changeQuestMessageText", + "completePlayerMessage": "597a0f5686f774273b74f676 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5a3fbc9586f77459d52a16c3", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "5a3fbcb286f7745b44117b91", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c0bc98186f7746ab41857a3", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", + "target": "gazel", "value": 1, - "weapon": [ - "576165642459773c7a400233", - "54491c4f4bdc2db1078b4568", - "5a7828548dc32e5a9c28b516", - "5e870397991fd70db46995c8", - "56dee2bdd2720bc8328b4567", - "5580223e4bdc2d1c128b457f", - "606dae0ab0e443224b421bb7", - "6259b864ebedf17603599e88", - "67124dcfa3541f2a1f0e788b", - "66ffa9b66e19cc902401c5e8", - "674fe9a75e51f1c47c04ec23" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "5b363dd25acfc4001a598fd2" - ], - [ - "59c0ec5b86f77435b128bfca" - ] - ] + "conditionType": "VisitPlace" } - ], - "id": "5c0bc95086f7746e784f39eb" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0bc95086f7746e784f39ec", + "id": "5a3fbc9586f77459d52a16c4", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", - "type": "Elimination", - "value": 20, + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "59b242ea86f7741e6e0e7a86", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "gazel", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [] }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "59b95de686f77418457056ee", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "59b95df386f7741b653edfd3", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c0bce7d86f7746ab41857a7", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "576165642459773c7a400233", - "54491c4f4bdc2db1078b4568", - "5a7828548dc32e5a9c28b516", - "5e870397991fd70db46995c8", - "56dee2bdd2720bc8328b4567", - "5580223e4bdc2d1c128b457f", - "606dae0ab0e443224b421bb7", - "6259b864ebedf17603599e88", - "674fe9a75e51f1c47c04ec23", - "67124dcfa3541f2a1f0e788b", - "66ffa9b66e19cc902401c5e8" + "target": [ + "bigmap" ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "5b363dd25acfc4001a598fd2" - ], - [ - "59c0ec5b86f77435b128bfca" - ] - ] + "conditionType": "Location" + }, + { + "id": "59b95df686f774184302e219", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" } - ], - "id": "5c0bcc9c86f7746fe16dbba8" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0bcc9c86f7746fe16dbba9", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "59b95de686f77418457056ef", + "index": 2, "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57798086f774411f6c320b", + "target": "59b242ea86f7741e6e0e7a86", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fa99086f77407e903a5fa", + "conditionType": "Level", + "id": "59b95cda86f77418424a36ce", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 11, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59c2500d86f774494e06332f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0e5786f77426d66c0636", "status": [ 4 ], - "target": "5b4795fb86f7745876267770", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5c1ea18b86f77461d75caa21", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "597a19ff86f774792c2e36f2", "index": 0, "parentId": "", - "value": 30, + "dynamicLocale": false, + "target": "597a171586f77405ba6887d3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b8865004d7da721133bd48", + "id": "597a1a0486f774779c70e8a6", "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "597a160786f77477531d39d2", "status": [ 4 ], - "target": "5c0bbaa886f7746941031d82", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "597a0f5686f774273b74f676 description", + "failMessageText": "597a0f5686f774273b74f676 failMessageText", + "declinePlayerMessage": "597a0f5686f774273b74f676 declinePlayerMessage", + "name": "597a0f5686f774273b74f676 name", + "note": "597a0f5686f774273b74f676 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5998365786f7745cb22fea42.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "597a0f5686f774273b74f676 startedMessageText", + "successMessageText": "597a0f5686f774273b74f676 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "59983ed086f7740a8a2bd18c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22fb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b22fb", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 6500, + "id": "60c8b0aa9bdefb3130121b0b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8b0b5e4d30047b777b31a", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "5ebfc029b5549c7b5203b581", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22fd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b22fd", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ebfc018451f0b0e647eb471", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b22ff", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b22ff", + "_tpl": "5e2af55f86f7746d4159f07c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.25, + "id": "60c8be9de4d30047b777b31e", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + } + ] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5edab736cc183c769d778bc2": { + "QuestName": "Colleagues - Part 1", + "_id": "5edab736cc183c769d778bc2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5edab736cc183c769d778bc2 acceptPlayerMessage", + "changeQuestMessageText": "5edab736cc183c769d778bc2 changeQuestMessageText", + "completePlayerMessage": "5edab736cc183c769d778bc2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5edab7d3cc183c769d778bc4", + "conditions": [ + { + "id": "5edab8410880da21347b3823", + "dynamicLocale": false, + "target": "ter_023_area_1_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5edab7d3cc183c769d778bc5", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5edab8890880da21347b3825", + "conditions": [ + { + "id": "5edab8aad143ed1d6378d123", + "dynamicLocale": false, + "target": "ter_023_area_3_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5edab8890880da21347b3826", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5edab8e216d985118871ba17", + "conditions": [ + { + "id": "5edab8f77869412e9c669c24", + "dynamicLocale": false, + "target": "ter_023_area_2_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5edab8e216d985118871ba18", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5f03969a51823847c253af9f", + "conditions": [ + { + "id": "5f0396babb4e27377c090ced", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5f039d425ab21175a70122e2", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "5f03969a51823847c253afa0", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5f104ae158bd417a8a3e9d8f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596a1e6c86f7741ddc2d3206", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5edababacecc0069284c0ec7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 21, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5c0bc91486f7746ab41857a2 declinePlayerMessage", - "description": "5c0bc91486f7746ab41857a2 description", - "failMessageText": "5c0bc91486f7746ab41857a2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae326a086f77444fd36f5d8.jpg", - "instantComplete": false, + "description": "5edab736cc183c769d778bc2 description", + "failMessageText": "5edab736cc183c769d778bc2 failMessageText", + "declinePlayerMessage": "5edab736cc183c769d778bc2 declinePlayerMessage", + "name": "5edab736cc183c769d778bc2 name", + "note": "5edab736cc183c769d778bc2 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Discover", "isKey": false, - "location": "any", - "name": "5c0bc91486f7746ab41857a2 name", - "note": "5c0bc91486f7746ab41857a2 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5edab736cc183c769d778bc2 startedMessageText", + "successMessageText": "5edab736cc183c769d778bc2 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8c065e4d30047b777b320", - "index": 0, + "value": 12300, + "id": "60c8c5b18dfbfc09882efd2a", "type": "Experience", - "unknown": false, - "value": 18000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60c8c0829339363e8f0c6ae2", - "index": 0, - "target": "58330581ace78e27b8b10cee", + "value": 0.04, + "id": "60c8c5b683161b326c471117", "type": "TraderStanding", - "unknown": false, - "value": 0.05 + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5c1fd82b86f7742b391bf154", + "value": 45000, + "id": "5f0d99e04178576c5352c046", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2301", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72102b89", + "_id": "68010065f81036801d0b2301", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 45000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb72ac7c496e588343a1e7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2304", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2303", + "_tpl": "5c0e531286f7747fa54205c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2304", + "_tpl": "5c0e531286f7747fa54205c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb72bba7d63f18200a24b0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2307", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2306", + "_tpl": "5c0e531d86f7747fa23f4d42", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2307", + "_tpl": "5c0e531d86f7747fa23f4d42", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64f731ab83cfca080a361e42": { + "QuestName": "Pets Wont Need It - Part 1", + "_id": "64f731ab83cfca080a361e42", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f731ab83cfca080a361e42 acceptPlayerMessage", + "changeQuestMessageText": "64f731ab83cfca080a361e42 changeQuestMessageText", + "completePlayerMessage": "64f731ab83cfca080a361e42 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f731fa39e45b527a7c4301", + "conditions": [ + { + "id": "64f7320e32bed22c3e0c7725", + "dynamicLocale": false, + "target": "quest_zone_find_2st_med_invent1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "64f731fa39e45b527a7c4300", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f732240e186112c4455d85", + "conditions": [ + { + "id": "64f7323b9a4f905106515210", + "dynamicLocale": false, + "target": "quest_zone_find_2st_med_invent2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "64f732240e186112c4455d84", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f7325739e45b527a7c4303", + "conditions": [ + { + "id": "64f732641a5f313cb144c20b", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "64f7327032bed22c3e0c7726", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "64f7325739e45b527a7c4302", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8ca5e7d39ff0e7624cd6c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135d89444fb141f4e6eea", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f731ab83cfca080a361e42 description", + "failMessageText": "64f731ab83cfca080a361e42 failMessageText", + "declinePlayerMessage": "64f731ab83cfca080a361e42 declinePlayerMessage", + "name": "64f731ab83cfca080a361e42 name", + "note": "64f731ab83cfca080a361e42 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/64f8b6f3b4918f39d363e0ff.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f731ab83cfca080a361e42 startedMessageText", + "successMessageText": "64f731ab83cfca080a361e42 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8100, + "id": "64f732979a4f905106515211", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "64f8ca69c8626c7d46040355", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 43000, + "id": "64f8ca73b997eb4f42756175", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2309", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2309", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 43000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "64f8ca7ba9c59f365c4eae25", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b230e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b230b", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b230c", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b230d", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b230e", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64f8ca837d39ff0e7624cd6d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2311", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2310", + "_tpl": "5b4335ba86f7744d2837a264", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2311", + "_tpl": "5b4335ba86f7744d2837a264", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64f8ca8905cb58236609a356", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2314", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2313", + "_tpl": "59e3606886f77417674759a5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2314", + "_tpl": "59e3606886f77417674759a5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "59689fbd86f7740d137ebfc4": { + "QuestName": "Operation Aquarius - Part 1", + "_id": "59689fbd86f7740d137ebfc4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "59689fbd86f7740d137ebfc4 acceptPlayerMessage", + "changeQuestMessageText": "59689fbd86f7740d137ebfc4 changeQuestMessageText", + "completePlayerMessage": "59689fbd86f7740d137ebfc4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fb73b86f77458e0324375", + "conditions": [ + { + "id": "5a3fb74d86f7746ce457a0a6", + "dynamicLocale": false, + "target": "room206_water", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fb73b86f77458e0324376", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5968a06486f7740d14064727", + "conditions": [ + { + "id": "59885e6f86f7746ffd5439dc", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + }, + { + "id": "5a577cb386f774727a7198ad", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5968a06486f7740d14064728", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57767286f77448f16787ed", + "target": "5a3fb73b86f77458e0324376", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a928cd86f7747804332c78", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 6, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "596a1fe886f7741dde183b0c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5967733e86f774602332fc84", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "59689fbd86f7740d137ebfc4 description", + "failMessageText": "59689fbd86f7740d137ebfc4 failMessageText", + "declinePlayerMessage": "59689fbd86f7740d137ebfc4 declinePlayerMessage", + "name": "59689fbd86f7740d137ebfc4 name", + "note": "59689fbd86f7740d137ebfc4 note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5968a09a86f7740d137ebfc5.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59689fbd86f7740d137ebfc4 startedMessageText", + "successMessageText": "59689fbd86f7740d137ebfc4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3300, + "id": "60c8c24b9339363e8f0c6ae3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60c8c263919c14709f497399", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 14000, + "id": "5a2fb66886f774769732daa9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2316", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2316", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 14000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "60cb664a3e4e974efa345ca8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b231c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2318", + "_tpl": "5448fee04bdc2dbc018b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2319", + "_tpl": "5448fee04bdc2dbc018b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b231a", + "_tpl": "5448fee04bdc2dbc018b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b231b", + "_tpl": "5448fee04bdc2dbc018b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b231c", + "_tpl": "5448fee04bdc2dbc018b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb666e7c496e588343a1cf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b231e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b231e", + "_tpl": "5d1b385e86f774252167b98a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": -0.02, + "id": "60c8c2718dfbfc09882efd28", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "626bd75d5bef5d7d590bd415": { + "QuestName": "Top Secret", + "_id": "626bd75d5bef5d7d590bd415", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "626bd75d5bef5d7d590bd415 acceptPlayerMessage", + "changeQuestMessageText": "626bd75d5bef5d7d590bd415 changeQuestMessageText", + "completePlayerMessage": "626bd75d5bef5d7d590bd415 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac19f9de609574d97adf79", + "conditions": [ + { + "id": "63ac1a0de842787ad2135749", + "dynamicLocale": false, + "target": "qlight_extension_bariga1_exploration1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac19f9de609574d97adf78", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "62863b9ae5b4f5010e0d30c8", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "628393620d8524273e7eb028" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "626c30c55bef5d7d590bd41b", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "628393620d8524273e7eb028" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "62a0871caf34e73a266d9257", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6179b4f16e9dd54ac275e407", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a4512522ea2f0785180f17", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "625d700cc48e6c62a440fab5", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 3600, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "626bd75d5bef5d7d590bd415 description", + "failMessageText": "626bd75d5bef5d7d590bd415 failMessageText", + "declinePlayerMessage": "626bd75d5bef5d7d590bd415 declinePlayerMessage", + "name": "626bd75d5bef5d7d590bd415 name", + "note": "626bd75d5bef5d7d590bd415 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/628b802d50261e312a790512.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "626bd75d5bef5d7d590bd415 startedMessageText", + "successMessageText": "626bd75d5bef5d7d590bd415 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11700, + "id": "629a25f9f632c75004231ed0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "62b043974fe91b6f8628068e", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "628b84a6e62b673350065195", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2320", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2320", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "629a286355d6b6603224edd6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2321", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2321", + "_tpl": "628a60ae6b1d481ff772e9c8", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2322", + "_tpl": "628a83c29179c324ed269508", + "parentId": "68010065f81036801d0b2321", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2323", + "_tpl": "628a66b41d5e41750e314f34", + "parentId": "68010065f81036801d0b2321", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2324", + "_tpl": "628a664bccaab13006640e47", + "parentId": "68010065f81036801d0b2321", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2325", + "_tpl": "628a665a86cbd9750d2ff5e5", + "parentId": "68010065f81036801d0b2321", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2326", + "_tpl": "628a7b23b0f75035732dd565", + "parentId": "68010065f81036801d0b2321", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2327", + "_tpl": "628a6678ccaab13006640e49", + "parentId": "68010065f81036801d0b2321", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b2328", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "68010065f81036801d0b2327", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2329", + "_tpl": "628a85ee6b1d481ff772e9d5", + "parentId": "68010065f81036801d0b2328", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b232a", + "_tpl": "59d625f086f774661516605d", + "parentId": "68010065f81036801d0b2321", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "629a2881e8590f3a3d59ea9d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b232d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b232c", + "_tpl": "6272874a6c47bd74f92e2087", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b232d", + "_tpl": "6272874a6c47bd74f92e2087", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "629a289640f4512cc6491db7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2334", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2330", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2331", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2330", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2332", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2333", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2332", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2334", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2335", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2334", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179acbdc760af5ad2053585": { + "QuestName": "Easy Job - Part 2", + "_id": "6179acbdc760af5ad2053585", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179acbdc760af5ad2053585 acceptPlayerMessage", + "changeQuestMessageText": "6179acbdc760af5ad2053585 changeQuestMessageText", + "completePlayerMessage": "6179acbdc760af5ad2053585 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "617bd94c5a52d2390a2630c8", + "conditions": [ + { + "id": "617bf058ea3cfc329331241a", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "6192460e0f16413a1c5afd00", + "dynamicLocale": false, + "zoneIds": [ + "qlight_pr1_heli2_kill" + ], + "conditionType": "InZone" + } + ] + }, + "id": "617bd94c5a52d2390a2630c7", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61ae0b0c4abec56a41724657", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6179ac7511973d018217d0b9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179acbdc760af5ad2053585 description", + "failMessageText": "6179acbdc760af5ad2053585 failMessageText", + "declinePlayerMessage": "6179acbdc760af5ad2053585 declinePlayerMessage", + "name": "6179acbdc760af5ad2053585 name", + "note": "6179acbdc760af5ad2053585 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab48bc5c890e40ca1a30f8.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179acbdc760af5ad2053585 startedMessageText", + "successMessageText": "6179acbdc760af5ad2053585 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18000, + "id": "617bf1460cf4a041de5b3946", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61ae0b6567658b51a604a429", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 155000, + "id": "61ae0b7ffe09770615158bf5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2337", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2337", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 155000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "61ae0b931e1d2540cf47d6b5", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2338", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2338", + "_tpl": "5cbdc23eae9215001136a407" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + }, + { + "availableInGameEditions": [], + "id": "676494d1930778e9a782f099", + "type": "CustomizationDirect", + "index": 0, + "target": "675468d8c6e063d76309c60f", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5edaba7c0c502106f869bc02": { + "QuestName": "Colleagues - Part 2", + "_id": "5edaba7c0c502106f869bc02", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5edaba7c0c502106f869bc02 acceptPlayerMessage", + "changeQuestMessageText": "5edaba7c0c502106f869bc02 changeQuestMessageText", + "completePlayerMessage": "5edaba7c0c502106f869bc02 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edabb0b0c502106f869bc03", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5efdafc1e70b5e33f86de058" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edabb950c502106f869bc04", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5efdafc1e70b5e33f86de058" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5edabbff0880da21347b382b", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5efdaf6de6a30218ed211a48" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5edabc2ca0055865214cb5a6", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5efdaf6de6a30218ed211a48" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5edabacabcf60e4a143cb29f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5edab736cc183c769d778bc2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5edaba7c0c502106f869bc02 description", + "failMessageText": "5edaba7c0c502106f869bc02 failMessageText", + "declinePlayerMessage": "5edaba7c0c502106f869bc02 declinePlayerMessage", + "name": "5edaba7c0c502106f869bc02 name", + "note": "5edaba7c0c502106f869bc02 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5edaba7c0c502106f869bc02 startedMessageText", + "successMessageText": "5edaba7c0c502106f869bc02 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12400, + "id": "60c8c5fc2238043a52678651", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c6011f21c1669a48c337", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 60000, + "id": "5f0da1d469678b71a17f31f1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b233a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b233a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 60000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb731d65e4664318606ac7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b233c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b233c", + "_tpl": "5d02797c86f774203f38e30a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb73357c496e588343a1ea", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b233e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b233e", + "_tpl": "5ed515ece452db0eb56fc028", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a68669a86f774255929b4d4": { + "QuestName": "Health Care Privacy - Part 5", + "_id": "5a68669a86f774255929b4d4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a68669a86f774255929b4d4 acceptPlayerMessage", + "changeQuestMessageText": "5a68669a86f774255929b4d4 changeQuestMessageText", + "completePlayerMessage": "5a68669a86f774255929b4d4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a6879be86f774284429b1ba", + "conditions": [ + { + "id": "5a6879cf86f7745f5c382c3e", + "dynamicLocale": false, + "target": "ter_017_area_1", + "value": 1, + "conditionType": "VisitPlace" + }, + { + "id": "5dbabe4f5c1333728b71deb4", + "dynamicLocale": false, + "target": [ + "factory4_night" + ], + "conditionType": "Location" + } + ] + }, + "id": "5a6879be86f774284429b1bb", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5a687a1c86f7745f2152168c", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "ter_017_area_1", + "target": [ + "590c5a7286f7747884343aea" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5a68793b86f77423391f3926", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68667486f7742607157d28", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a68669a86f774255929b4d4 description", + "failMessageText": "5a68669a86f774255929b4d4 failMessageText", + "declinePlayerMessage": "5a68669a86f774255929b4d4 declinePlayerMessage", + "name": "5a68669a86f774255929b4d4 name", + "note": "5a68669a86f774255929b4d4 note", + "traderId": "54cb57776803fa99248b456e", + "location": "59fc81d786f774390775787e", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a68669a86f774255929b4d4 startedMessageText", + "successMessageText": "5a68669a86f774255929b4d4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7300, + "id": "60c8c4f080b2027f403dd9a1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8c4fea0b5c924fc6e9d58", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "5a6887c686f77472c17ca5ed", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2340", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2340", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ac665d286f77405d472939f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2342", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2342", + "_tpl": "5aafbcd986f7745e590fff23", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5bc480a686f7741af0342e29": { + "QuestName": "The Tarkov Shooter - Part 4", + "_id": "5bc480a686f7741af0342e29", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5bc480a686f7741af0342e29 acceptPlayerMessage", + "changeQuestMessageText": "5bc480a686f7741af0342e29 changeQuestMessageText", + "completePlayerMessage": "5bc480a686f7741af0342e29 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "657b0567d69311af78c0633f", + "conditions": [ + { + "id": "657b05bb940c84649607760a", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5de652c31b7e3716273428be", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "61f7c9e189e6fb1a5e3ea78d" + ], + "distance": { + "value": 80, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "657b0567ec71635f16471dd2", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5bdabf3386f7743e171249ae", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5bc47dbf86f7741ee74e93b9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5bc480a686f7741af0342e29 description", + "failMessageText": "5bc480a686f7741af0342e29 failMessageText", + "declinePlayerMessage": "5bc480a686f7741af0342e29 declinePlayerMessage", + "name": "5bc480a686f7741af0342e29 name", + "note": "5bc480a686f7741af0342e29 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5bc481ec86f7740c8649a4f1.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5bc480a686f7741af0342e29 startedMessageText", + "successMessageText": "5bc480a686f7741af0342e29 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11800, + "id": "60cc9c26826ca0323464bd10", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc9c6e98b4927060364606", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 80000, + "id": "60cc9c6a826ca0323464bd11", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2344", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2344", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 80000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5bcf2b8f86f774722d789e55", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2346", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2346", + "_tpl": "5bbdb811d4351e45020113c7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5bcf2ba086f774723055e995", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2348", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2348", + "_tpl": "5bbde41ed4351e003562b038", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5bcf233486f7746a486b84c4", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2349", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2349", + "_tpl": "5bbdb811d4351e45020113c7" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "5bcf235486f7746a45695afc", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b234a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b234a", + "_tpl": "5bbde41ed4351e003562b038" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b4795fb86f7745876267770": { + "QuestName": "Chumming", + "_id": "5b4795fb86f7745876267770", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b4795fb86f7745876267770 acceptPlayerMessage", + "changeQuestMessageText": "5b4795fb86f7745876267770 changeQuestMessageText", + "completePlayerMessage": "5b4795fb86f7745876267770 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b47968e86f7745877352c28", + "index": 0, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_skier_12_1", + "target": [ + "5734758f24597738025ee253" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b4796c086f7745877352c2c", + "index": 1, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_skier_12_2", + "target": [ + "5734758f24597738025ee253" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5b47971086f774587877ad34", + "index": 2, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_skier_12_3", + "target": [ + "5734758f24597738025ee253" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5c923d3d86f774556e08d7a4", + "conditions": [ + { + "id": "5c923ea286f774556d0ef7f2", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 22, + "to": 10 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5c9b6c7486f7744aac5e0ca9", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c923d3d86f774556e08d7a5", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0c5886f7747a2910aacd", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 23, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "65831b2939a8fa8eecc2ff29", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5b47926a86f7747ccc057c15", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b4795fb86f7745876267770 description", + "failMessageText": "5b4795fb86f7745876267770 failMessageText", + "declinePlayerMessage": "5b4795fb86f7745876267770 declinePlayerMessage", + "name": "5b4795fb86f7745876267770 name", + "note": "5b4795fb86f7745876267770 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b4795fb86f7745876267770 startedMessageText", + "successMessageText": "5b4795fb86f7745876267770 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 4, + "id": "5b49fcac86f7746d4c5db1d0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b234f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b234c", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b234d", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b234e", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b234f", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 19100, + "id": "60c8c04ee4d30047b777b31f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c0539bdefb3130121b10", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 65000, + "id": "5b48746086f7746eb62fc10d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2351", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2351", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 65000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5b48747e86f7744e6232749c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2353", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2353", + "_tpl": "59faf7ca86f7740dbe19f6c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb611a98b4927060364536", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2355", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2355", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 2 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63a9b36cc31b00242d28a99f": { + "QuestName": "Slaughterhouse", + "_id": "63a9b36cc31b00242d28a99f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63a9b36cc31b00242d28a99f acceptPlayerMessage", + "changeQuestMessageText": "63a9b36cc31b00242d28a99f changeQuestMessageText", + "completePlayerMessage": "63a9b36cc31b00242d28a99f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b3d7813bba58a50c9eea", + "conditions": [ + { + "id": "63a9b40cad5cc12f22162021", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b41864b9631d91782768", + "dynamicLocale": false, + "target": [ + "factory4_day" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b3d7813bba58a50c9ee9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b41dad5cc12f22162023", + "conditions": [ + { + "id": "63a9b433da7999196148ba5e", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b444655ec5555b4aaa30", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b41dad5cc12f22162022", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b45bda7999196148ba60", + "conditions": [ + { + "id": "63a9b476c593cc01b37133b3", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b48cc593cc01b37133b4", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b45bda7999196148ba5f", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b52b009ffc6a551631a8", + "conditions": [ + { + "id": "63a9b53a64b9631d91782769", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b553c593cc01b37133b5", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b52b009ffc6a551631a7", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b557da7999196148ba62", + "conditions": [ + { + "id": "63a9b566655ec5555b4aaa31", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "664a5428d5e33a713b622379", + "6540d2162ae6d96b540afcaf", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b57487c76a25c912125f", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b557da7999196148ba61", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b591da7999196148ba64", + "conditions": [ + { + "id": "63a9b5a1da7999196148ba65", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b5aead5cc12f22162024", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b591da7999196148ba63", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b5b2813bba58a50c9eec", + "conditions": [ + { + "id": "63a9b5c964b9631d9178276a", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b5ddc593cc01b37133b6", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b5b2813bba58a50c9eeb", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9b5f064b9631d9178276c", + "conditions": [ + { + "id": "63a9b5fdc31b00242d28a9a1", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "601948682627df266209af05", + "5c012ffc0db834001d23f03f", + "5bc9c1e2d4351e00367fbcf0", + "5bead2e00db834001c062938", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63a9b61264b9631d9178276d", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a9b5f064b9631d9178276b", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65e0a3293dfbcdb3a5012b9d", + "conditions": [ + { + "id": "65e0a4ed5a55e55e498eb584", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "54491bb74bdc2d09088b4567", + "57e26fc7245977162a14b800", + "57e26ea924597715ca604a09", + "5bffe7930db834001b734a39", + "5fc64ea372b0dd78d51159dc", + "5c07df7f0db834001b73588a", + "6087e570b998180e9f76dc24", + "5bffdc370db834001d23eca8", + "5bffdd7e0db834001b734a1a", + "5c0126f40db834002a125382", + "63495c500c297e20065a08b1", + "63920105a83e15700a00f168", + "601948682627df266209af05", + "5c010e350db83400232feec7", + "57cd379a24597778e7682ecf", + "5c012ffc0db834001d23f03f", + "5bead2e00db834001c062938", + "5bc9c1e2d4351e00367fbcf0", + "6540d2162ae6d96b540afcaf", + "664a5428d5e33a713b622379", + "65ca457b4aafb5d7fc0dcb5d", + "67609c44204d813ae30e07f7", + "674d90b55704568fe60bc8f5" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "65e0a4fc0c7764c1f179e96a", + "dynamicLocale": false, + "target": [ + "Sandbox", + "Sandbox_high" + ], + "conditionType": "Location" + } + ] + }, + "id": "65e0a329893b7bf535c6a9fd", + "index": 8, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "63a9ed61ad5cc12f22162050", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 40, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a9ed7b64b9631d917831f4", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "639136df4b15ca31f76bc31f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a9ed8387c76a25c912129d", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "6391372c8ba6894d155e77d7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63a9b36cc31b00242d28a99f description", + "failMessageText": "63a9b36cc31b00242d28a99f failMessageText", + "declinePlayerMessage": "63a9b36cc31b00242d28a99f declinePlayerMessage", + "name": "63a9b36cc31b00242d28a99f name", + "note": "63a9b36cc31b00242d28a99f note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d67b41686f774368e1b78df.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63a9b36cc31b00242d28a99f startedMessageText", + "successMessageText": "63a9b36cc31b00242d28a99f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 34700, + "id": "63a9ed94c593cc01b37133cc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a9eed1c593cc01b37133cd", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "63a9edaa7cd7613adb652528", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2357", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2357", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 100000 } } - ], - "target": "67eb506040b1947a72102b89", - "type": "Item", - "unknown": false, - "value": 100000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "5c17cf0086f77430a323d853", + "id": "63a9d1a4009ffc6a551631b6", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b2358", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72102b8a", - "_tpl": "606dae0ab0e443224b421bb7", + "_id": "68010065f81036801d0b2358", + "_tpl": "63920105a83e15700a00f168" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64f5aac4b63b74469b6c14c2": { + "QuestName": "Glory to CPSU - Part 2", + "_id": "64f5aac4b63b74469b6c14c2", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f5aac4b63b74469b6c14c2 acceptPlayerMessage", + "changeQuestMessageText": "64f5aac4b63b74469b6c14c2 changeQuestMessageText", + "completePlayerMessage": "64f5aac4b63b74469b6c14c2 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f5aac4b63b74469b6c14c8", + "conditions": [ + { + "id": "63a7db5c5c2012425132e357", + "dynamicLocale": false, + "target": "quest_zone_find_2st_kpss2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "64f5aac4b63b74469b6c14c7", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "64f5b876a2a5bb727b61c5ad", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "64f07f7726cfa02c506f8ac0" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64f5cadb1a5f313cb144c06e", + "target": "64f5aac4b63b74469b6c14c7", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "64f5bbc967e11a7c6206e00e", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "64f07f7726cfa02c506f8ac0" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64f5cb0421045e77405d65fe", + "target": "64f5b876a2a5bb727b61c5ad", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "655c90d961d70f7f07417feb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 22, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "64f8cbbd05cb58236609a416", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135b04ed9512be67647d7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f5aac4b63b74469b6c14c2 description", + "failMessageText": "64f5aac4b63b74469b6c14c2 failMessageText", + "declinePlayerMessage": "64f5aac4b63b74469b6c14c2 declinePlayerMessage", + "name": "64f5aac4b63b74469b6c14c2 name", + "note": "64f5aac4b63b74469b6c14c2 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a938b387c76a25c912120f.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f5aac4b63b74469b6c14c2 startedMessageText", + "successMessageText": "64f5aac4b63b74469b6c14c2 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10100, + "id": "64f5aac4b63b74469b6c14cc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "64f5aac4b63b74469b6c14ce", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "64f5aac4b63b74469b6c14cd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b235a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b235a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8cbe5c8626c7d46040421", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b235b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b235b", + "_tpl": "643ea5b23db6f9f57107d9fd", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b235c", + "_tpl": "6410745d5dd49d77bd078485", + "parentId": "68010065f81036801d0b235b", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b235d", + "_tpl": "6410758c857473525b08bb77", + "parentId": "68010065f81036801d0b235b", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b235e", + "_tpl": "64119d1f2c6d6f921a0929f8", + "parentId": "68010065f81036801d0b235d", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b235f", + "_tpl": "64119d672c6d6f921a0929fb", + "parentId": "68010065f81036801d0b235e", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2360", + "_tpl": "64119d90dcf48d656f0aa275", + "parentId": "68010065f81036801d0b235d", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2361", + "_tpl": "64119cdbdcf48d656f0aa272", + "parentId": "68010065f81036801d0b235b", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2362", + "_tpl": "6422e1ea3c0f06190302161a", + "parentId": "68010065f81036801d0b235b", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2363", + "_tpl": "641dc35e19604f20c800be18", + "parentId": "68010065f81036801d0b235b", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2364", + "_tpl": "5b3f7c1c5acfc40dc5296b1d", + "parentId": "68010065f81036801d0b2363", + "slotId": "mod_scope" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64f8cbed33ff7561c87643ee", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2367", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2366", + "_tpl": "6422e1ea3c0f06190302161a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2367", + "_tpl": "6422e1ea3c0f06190302161a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64f8cbf5a9c59f365c4eae27", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b236c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b236a", + "_tpl": "6570257cc5d7d4cb4d078579", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b236b", + "_tpl": "59e77a2386f7742ee578960a", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b236a", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b236c", + "_tpl": "6570257cc5d7d4cb4d078579", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b236d", + "_tpl": "59e77a2386f7742ee578960a", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b236c", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f8cbfd794e3b36cd0f8c53", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b236e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b236e", + "_tpl": "6410733d5dd49d77bd07847e", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b236f", + "_tpl": "6410745d5dd49d77bd078485", + "parentId": "68010065f81036801d0b236e", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2370", + "_tpl": "6410758c857473525b08bb77", + "parentId": "68010065f81036801d0b236e", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2371", + "_tpl": "64119d1f2c6d6f921a0929f8", + "parentId": "68010065f81036801d0b2370", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2372", + "_tpl": "64119d672c6d6f921a0929fb", + "parentId": "68010065f81036801d0b2371", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2373", + "_tpl": "64119d90dcf48d656f0aa275", + "parentId": "68010065f81036801d0b2370", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2374", + "_tpl": "64119cdbdcf48d656f0aa272", + "parentId": "68010065f81036801d0b236e", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2375", + "_tpl": "641074a07fd350b98c0b3f96", + "parentId": "68010065f81036801d0b236e", + "slotId": "mod_magazine" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5979ed3886f77431307dc512": { + "QuestName": "Whats on the Flash Drive", + "_id": "5979ed3886f77431307dc512", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5979ed3886f77431307dc512 acceptPlayerMessage", + "changeQuestMessageText": "5979ed3886f77431307dc512 changeQuestMessageText", + "completePlayerMessage": "5979ed3886f77431307dc512 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5979ee2986f7743ec214c7a4", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c621186f774138d11ea29" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5979ee4586f7743ec214c7a5", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c621186f774138d11ea29" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a9252a86f7747975281404", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 8, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59819f0986f7744e6d0b7520", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596b43fb86f77457ca186186", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5979ed3886f77431307dc512 description", + "failMessageText": "5979ed3886f77431307dc512 failMessageText", + "declinePlayerMessage": "5979ed3886f77431307dc512 declinePlayerMessage", + "name": "5979ed3886f77431307dc512 name", + "note": "5979ed3886f77431307dc512 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5979ed4c86f7742f55674442.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5979ed3886f77431307dc512 startedMessageText", + "successMessageText": "5979ed3886f77431307dc512 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4500, + "id": "5c94fe9586f774551757f04b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8b0041f21c1669a48c328", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "5a2e5e6986f77452ec0fe0d8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2377", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2377", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec19b9ae16f6c41ee735266", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2378", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2378", + "_tpl": "587e02ff24597743df3deaeb", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2379", + "_tpl": "5d0236dad7ad1a0940739d29", + "parentId": "68010065f81036801d0b2378", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b237a", + "_tpl": "5d023784d7ad1a049d4aa7f2", + "parentId": "68010065f81036801d0b2379", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b237b", + "_tpl": "653ed132896b99b40a0292e6", + "parentId": "68010065f81036801d0b2379", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b237c", + "_tpl": "587df3a12459772c28142567", + "parentId": "68010065f81036801d0b2378", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b237d", + "_tpl": "587e08ee245977446b4410cf", + "parentId": "68010065f81036801d0b2378", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b237e", + "_tpl": "634eff66517ccc8a960fc735", + "parentId": "68010065f81036801d0b2378", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b237f", + "_tpl": "634f05a21f9f536910079b56", + "parentId": "68010065f81036801d0b237e", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2380", + "_tpl": "634f036a517ccc8a960fc746", + "parentId": "68010065f81036801d0b237f", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2381", + "_tpl": "653ece125a1690d9d90491e8", + "parentId": "68010065f81036801d0b2380", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2382", + "_tpl": "574db213245977459a2f3f5d", + "parentId": "68010065f81036801d0b237f", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2383", + "_tpl": "634f06262e5def262d0b30ca", + "parentId": "68010065f81036801d0b2378", + "slotId": "mod_reciever" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5a2e5fa786f77452ef4a6253", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2386", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2385", + "_tpl": "587df583245977373c4f1129", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2386", + "_tpl": "587df583245977373c4f1129", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec19c23c9ffe55cca300871", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2388", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2388", + "_tpl": "593d490386f7745ee97a1555", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5a27c99a86f7747d2c6bdd8e": { + "QuestName": "Friend From the West - Part 1", + "_id": "5a27c99a86f7747d2c6bdd8e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5a27c99a86f7747d2c6bdd8e acceptPlayerMessage", + "changeQuestMessageText": "5a27c99a86f7747d2c6bdd8e changeQuestMessageText", + "completePlayerMessage": "5a27c99a86f7747d2c6bdd8e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a27cc8186f7744c8166c6e9", + "conditions": [ + { + "id": "5a27cca486f774484123d315", + "dynamicLocale": false, + "target": "Usec", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5be0198686f774595412d9c4", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ec137dcc367fc6781104613", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "59f32c3b86f77472a31742f0", + "6662ea05f6259762c56f3189", + "6662e9f37fa79a6d83730fa0", + "6764207f2fa5e32733055c4a", + "6764202ae307804338014c1a" + ], + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5a3a717086f7745a9e0647b8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 9, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a340591e21260da44a01eb", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "596b36c586f77450d6045ad2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5a27c99a86f7747d2c6bdd8e description", + "failMessageText": "5a27c99a86f7747d2c6bdd8e failMessageText", + "declinePlayerMessage": "5a27c99a86f7747d2c6bdd8e declinePlayerMessage", + "name": "5a27c99a86f7747d2c6bdd8e name", + "note": "5a27c99a86f7747d2c6bdd8e note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5a27c99a86f7747d2c6bdd8e startedMessageText", + "successMessageText": "5a27c99a86f7747d2c6bdd8e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10000, + "id": "60c8bf4d9bdefb3130121b0f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.06, + "id": "60c8bf529339363e8f0c6ae1", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 700, + "id": "5a27d14286f7747e2b71be55", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b238a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b238a", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 700 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb5f66f09d61072d6cf235", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b238b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b238b", + "_tpl": "5c07c60e0db834002330051f", + "upd": { + "StackObjectsCount": 2, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b238c", + "_tpl": "5c0e2ff6d174af02a1659d4a", + "parentId": "68010065f81036801d0b238b", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b238d", + "_tpl": "5aaa5e60e5b5b000140293d6", + "parentId": "68010065f81036801d0b238b", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b238e", + "_tpl": "5c0e2f26d174af02a9625114", + "parentId": "68010065f81036801d0b238b", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b238f", + "_tpl": "5c0e2f94d174af029f650d56", + "parentId": "68010065f81036801d0b238e", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2390", + "_tpl": "5c0fafb6d174af02a96260ba", + "parentId": "68010065f81036801d0b238f", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2391", + "_tpl": "5ae30e795acfc408fb139a0b", + "parentId": "68010065f81036801d0b238f", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2392", + "_tpl": "5c0e2f5cd174af02a012cfc9", + "parentId": "68010065f81036801d0b238e", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2393", + "_tpl": "5c0faeddd174af02a962601f", + "parentId": "68010065f81036801d0b238b", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2394", + "_tpl": "5c0faf68d174af02a96260b8", + "parentId": "68010065f81036801d0b238b", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb5f50e3d0247e625da18b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2397", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2397", + "_tpl": "657024e3c5d7d4cb4d07856a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2398", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b2397", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec19dae63c779220d381adf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b239a", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b239a", + "_tpl": "59faf7ca86f7740dbe19f6c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "625d7001c4874104f230c0c5": { + "QuestName": "Assessment - Part 3", + "_id": "625d7001c4874104f230c0c5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "625d7001c4874104f230c0c5 acceptPlayerMessage", + "changeQuestMessageText": "625d7001c4874104f230c0c5 changeQuestMessageText", + "completePlayerMessage": "625d7001c4874104f230c0c5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6260295faa168e51321d69da", + "conditions": [ + { + "id": "626029cda4eb80027c4f2e0c", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "pmcBot" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "626029d8f7308432be1d44c8", + "dynamicLocale": false, + "target": [ + "laboratory" + ], + "conditionType": "Location" + } + ] + }, + "id": "6260295faa168e51321d69d9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62602aaff7308432be1d44c9", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0e531286f7747fa54205c2" + ], + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62602a37c4874104f230c0ca", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0e531d86f7747fa23f4d42" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62602a44e7578c305945c9c5", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5fca13ca637ee0341a484f46" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6391e29e4b15ca31f76bc328", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "625d6fff4149f1149b5b12c9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "625d7001c4874104f230c0c5 description", + "failMessageText": "625d7001c4874104f230c0c5 failMessageText", + "declinePlayerMessage": "625d7001c4874104f230c0c5 declinePlayerMessage", + "name": "625d7001c4874104f230c0c5 name", + "note": "625d7001c4874104f230c0c5 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5b0fc42d86f7744a585f9105", + "image": "/files/quest/icon/63ab1047160cc610ba035e05.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "625d7001c4874104f230c0c5 startedMessageText", + "successMessageText": "625d7001c4874104f230c0c5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 24800, + "id": "63a5d5122964a7488f5243dc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a5d53f2964a7488f5243dd", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b478ff486f7744d184ecbbf": { + "QuestName": "Vitamins - Part 2", + "_id": "5b478ff486f7744d184ecbbf", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b478ff486f7744d184ecbbf acceptPlayerMessage", + "changeQuestMessageText": "5b478ff486f7744d184ecbbf changeQuestMessageText", + "completePlayerMessage": "5b478ff486f7744d184ecbbf completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b47905886f7746807461fe2", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e7715586f7742ee5789605" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5cb5ffd986f7746ef55de2c7", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e7715586f7742ee5789605" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ec1388d83b69d213d3c2ee0", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5b4335ba86f7744d2837a264" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4790a886f774563c7a489f", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5b4335ba86f7744d2837a264" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5b4f0b1f86f7746c9e27e9ea", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b478eca86f7744642012254", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b478ff486f7744d184ecbbf description", + "failMessageText": "5b478ff486f7744d184ecbbf failMessageText", + "declinePlayerMessage": "5b478ff486f7744d184ecbbf declinePlayerMessage", + "name": "5b478ff486f7744d184ecbbf name", + "note": "5b478ff486f7744d184ecbbf note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5b478eda86f77470315db899.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b478ff486f7744d184ecbbf startedMessageText", + "successMessageText": "5b478ff486f7744d184ecbbf successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15800, + "id": "60c8bfe11f21c1669a48c32f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8bfe8919c14709f497395", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "5b4873a086f7744a1434392d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b239c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b239c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60cb5ff0af2e5506c3781d94", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23a1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b239e", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b239f", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23a0", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23a1", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb60042b555f16df5c411a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23a3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23a3", + "_tpl": "5751a89d24597722aa0e8db0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "60b90bd493a8b605b63e18b2", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b23a4", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b23a4", + "_tpl": "5fc3f2d5900b1d5091531e57", "upd": { "FireMode": { "FireMode": "single" }, - "StackObjectsCount": 1 + "Foldable": { + "Folded": false + } } }, { - "_id": "67eb506040b1947a72102b8b", - "_tpl": "6076c1b9f2cb2e02a42acedc", - "parentId": "67eb506040b1947a72102b8a", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102b8c", - "_tpl": "606ee5c81246154cad35d65e", - "parentId": "67eb506040b1947a72102b8a", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102b8d", - "_tpl": "6076c87f232e5a31c233d50e", - "parentId": "67eb506040b1947a72102b8a", + "_id": "68010065f81036801d0b23a5", + "_tpl": "5a718b548dc32e000d46d262", + "parentId": "68010065f81036801d0b23a4", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72102b8e", - "_tpl": "606eef46232e5a31c233d500", - "parentId": "67eb506040b1947a72102b8a", + "_id": "68010065f81036801d0b23a6", + "_tpl": "5fb6567747ce63734e3fa1dc", + "parentId": "68010065f81036801d0b23a4", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b23a7", + "_tpl": "5fb6564947ce63734e3fa1da", + "parentId": "68010065f81036801d0b23a4", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b23a8", + "_tpl": "5fb6558ad6f0b2136f2d7eb7", + "parentId": "68010065f81036801d0b23a4", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72102b8f", - "_tpl": "606eef756d0bd7580617baf8", - "parentId": "67eb506040b1947a72102b8e", - "slotId": "mod_stock" + "_id": "68010065f81036801d0b23a9", + "_tpl": "5fbbc366ca32ed67276c1557", + "parentId": "68010065f81036801d0b23a4", + "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72102b90", - "_tpl": "606ef0812535c57a13424d20", - "parentId": "67eb506040b1947a72102b8f", - "slotId": "mod_stock" + "_id": "68010065f81036801d0b23aa", + "_tpl": "5fbbc34106bde7524f03cbe9", + "parentId": "68010065f81036801d0b23a9", + "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72102b91", - "_tpl": "606f2696f2cb2e02a42aceb1", - "parentId": "67eb506040b1947a72102b8f", - "slotId": "mod_tactical" - }, - { - "_id": "67eb506040b1947a72102b92", - "_tpl": "60785ce5132d4d12c81fd918", - "parentId": "67eb506040b1947a72102b8a", + "_id": "68010065f81036801d0b23ab", + "_tpl": "5fbb976df9986c4cff3fe5f2", + "parentId": "68010065f81036801d0b23a4", "slotId": "mod_mount" - } - ], - "target": "67eb506040b1947a72102b8a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b84437f92d5105c6f7b7a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b94", - "_tpl": "5d6e6911a4b9361bd5780d52", - "upd": { - "StackObjectsCount": 20 - } }, { - "_id": "67eb506040b1947a72102b95", - "_tpl": "5d6e6911a4b9361bd5780d52", - "upd": { - "StackObjectsCount": 20 - } + "_id": "68010065f81036801d0b23ac", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b23a4", + "slotId": "mod_mount_001" }, { - "_id": "67eb506040b1947a72102b96", - "_tpl": "5d6e6911a4b9361bd5780d52", - "upd": { - "StackObjectsCount": 20 - } + "_id": "68010065f81036801d0b23ad", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b23a4", + "slotId": "mod_mount_002" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72102b96", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false + "traderId": "58330581ace78e27b8b10cee" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5c0bc91486f7746ab41857a2 startedMessageText", - "status": 0, - "successMessageText": "5c0bc91486f7746ab41857a2 successMessageText", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63a5cf262964a7488f5243ce": { + "QuestName": "Test Drive - Part 2", + "_id": "63a5cf262964a7488f5243ce", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63a5cf262964a7488f5243ce acceptPlayerMessage", + "changeQuestMessageText": "63a5cf262964a7488f5243ce changeQuestMessageText", + "completePlayerMessage": "63a5cf262964a7488f5243ce completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a5cf262964a7488f5243d2", + "conditions": [ + { + "id": "63a5cfc34610fa47416d8efe", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "62e14904c2699c0ec93adc47" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "62ff9920fe938a24c90c10d2", + "62e2a7138e1ac9380579c122" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "63b68baaff8292ffc8017ef0", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a5cf262964a7488f5243d1", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a5cf262964a7488f5243d0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bd94186f7747a727f09b2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63a5cf262964a7488f5243ce description", + "failMessageText": "63a5cf262964a7488f5243ce failMessageText", + "declinePlayerMessage": "63a5cf262964a7488f5243ce declinePlayerMessage", + "name": "63a5cf262964a7488f5243ce name", + "note": "63a5cf262964a7488f5243ce note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63a5cf262964a7488f5243ce startedMessageText", + "successMessageText": "63a5cf262964a7488f5243ce successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "63a5cf262964a7488f5243d3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23ae", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23ae", + "_tpl": "62e14904c2699c0ec93adc47", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b23af", + "_tpl": "62e153bcdb1a5c41971c1b5b", + "parentId": "68010065f81036801d0b23ae", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b23b0", + "_tpl": "62e2a7138e1ac9380579c122", + "parentId": "68010065f81036801d0b23ae", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b23b1", + "_tpl": "62e2969582ebf260c20539c2", + "parentId": "68010065f81036801d0b23ae", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b23b2", + "_tpl": "62e27a7865f0b1592a49e17b", + "parentId": "68010065f81036801d0b23ae", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b23b3", + "_tpl": "62ff9920fe938a24c90c10d2", + "parentId": "68010065f81036801d0b23b2", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b23b4", + "_tpl": "637ba19df7ca6372bf2613d7", + "parentId": "68010065f81036801d0b23ae", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b23b5", + "_tpl": "62ed1921b3608410ef5a2c04", + "parentId": "68010065f81036801d0b23b4", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b23b6", + "_tpl": "637ba29bf7ca6372bf2613db", + "parentId": "68010065f81036801d0b23ae", + "slotId": "mod_pistolgrip" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 28000, + "id": "63a5cf262964a7488f5243d4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a5cf262964a7488f5243da", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300000, + "id": "63a5cf262964a7488f5243d5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23b8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b23b8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 300000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63b68e197a64578367041f6a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23b9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23b9", + "_tpl": "5cadfbf7ae92152ac412eeef", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b23ba", + "_tpl": "5caf187cae92157c28402e43", + "parentId": "68010065f81036801d0b23b9", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b23bb", + "_tpl": "5caf1041ae92157c28402e3f", + "parentId": "68010065f81036801d0b23b9", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b23bc", + "_tpl": "5caf16a2ae92152ac412efbc", + "parentId": "68010065f81036801d0b23b9", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b23bd", + "_tpl": "5cdaa99dd7f00c002412d0b2", + "parentId": "68010065f81036801d0b23b9", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b23be", + "_tpl": "5caf1691ae92152ac412efb9", + "parentId": "68010065f81036801d0b23b9", + "slotId": "mod_scope" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "63b68d5b10fc4c45f7035d0b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23c2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23c0", + "_tpl": "5caf1109ae9215753c44119f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23c1", + "_tpl": "5caf1109ae9215753c44119f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23c2", + "_tpl": "5caf1109ae9215753c44119f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "63b68d8dbadc49aa540ff20b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23cf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23c5", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23c6", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b23c5", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b23c7", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23c8", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b23c7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b23c9", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23ca", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b23c9", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b23cb", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23cc", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b23cb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b23cd", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23ce", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b23cd", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b23cf", + "_tpl": "648983d6b5a2df1c815a04ec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23d0", + "_tpl": "5cadf6eeae921500134b2799", + "upd": { + "StackObjectsCount": 10 + }, + "parentId": "68010065f81036801d0b23cf", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "63a5cf262964a7488f5243d8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23d4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23d2", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23d3", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23d4", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "66abb9456f11600e4e48bacc", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b23d5", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b23d5", + "_tpl": "5a26ac0ec4a28200741e1e18" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "597a0b2986f77426d66c0633": { + "QuestName": "Chemical - Part 2", + "_id": "597a0b2986f77426d66c0633", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "597a0b2986f77426d66c0633 acceptPlayerMessage", + "changeQuestMessageText": "597a0b2986f77426d66c0633 changeQuestMessageText", + "completePlayerMessage": "597a0b2986f77426d66c0633 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "597a0be986f774273b74f673", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "590c62a386f77412b0130255" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "597a0bf886f7742717106d13", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "590c62a386f77412b0130255" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5eb3db8baf1da579ab1aafee", + "target": "597a0be986f774273b74f673", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "597a0bb486f77426d66c0634", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5939e9b286f77462a709572c" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "597a0bdb86f7742717106d12", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5939e9b286f77462a709572c" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57794786f7743e797f66a7", + "target": "597a0bb486f77426d66c0634", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "59a925a286f774792b624b71", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "59a9258a86f7747ab05f3575", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5979f9ba86f7740f6c3fe9f2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "597a0b2986f77426d66c0633 description", + "failMessageText": "597a0b2986f77426d66c0633 failMessageText", + "declinePlayerMessage": "597a0b2986f77426d66c0633 declinePlayerMessage", + "name": "597a0b2986f77426d66c0633 name", + "note": "597a0b2986f77426d66c0633 note", "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/594d248186f7740e670685db.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "597a0b2986f77426d66c0633 startedMessageText", + "successMessageText": "597a0b2986f77426d66c0633 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "597afde186f7741ce2755edc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23d7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23d7", + "_tpl": "5780cfa52459777dfb276eb1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 4800, + "id": "60c8b05680b2027f403dd998", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60c8b05b9339363e8f0c6adc", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 15000, + "id": "5a2e797e86f7741a95102602", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23d9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b23d9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 15000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "597afde186f7741ce2755edb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23dd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23db", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23dc", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23dd", + "_tpl": "5710c24ad2720bc3458b45a3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb5ba0e3d0247e625da186", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23e0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23df", + "_tpl": "60391b0fb847c71012789415", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23e0", + "_tpl": "60391b0fb847c71012789415", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5ac668d386f774066f04bd58", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b23e1", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b23e1", + "_tpl": "5a966f51a2750c00156aacf6" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "5c0bd01e86f7747cdd799e56": { "QuestName": "Insomnia", "_id": "5c0bd01e86f7747cdd799e56", - "acceptPlayerMessage": "5c0bd01e86f7747cdd799e56 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0bd01e86f7747cdd799e56 acceptPlayerMessage", "changeQuestMessageText": "5c0bd01e86f7747cdd799e56 changeQuestMessageText", "completePlayerMessage": "5c0bd01e86f7747cdd799e56 completePlayerMessage", "conditions": { @@ -37785,8 +65751,25 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5c0bd05586f77422c8027f3c", "conditions": [ { + "id": "5c0bd06d86f77468767bec62", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], "bodyPart": [ "Head", "Chest", @@ -37796,34 +65779,17 @@ "LeftLeg", "RightLeg" ], - "compareMethod": ">=", - "conditionType": "Kills", "daytime": { "from": 21, "to": 6 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5c0bd06d86f77468767bec62", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "629f104e274d12190d18841d", + "dynamicLocale": false, "target": [ "Lighthouse", "TarkovStreets", @@ -37833,14046 +65799,1604 @@ "Sandbox_high", "Woods", "Shoreline" - ] + ], + "conditionType": "Location" } - ], - "id": "5c0bd05586f77422c8027f3c" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c1242fa86f7742aa04fed52", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 25, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5c17d05e86f77430a64c6c66", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "61958c366726521dd96828ec", "status": [ 4 ], - "target": "61958c366726521dd96828ec", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "64b7aa4ce103c46976502d65", "index": 1, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 25, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5c0bd01e86f7747cdd799e56 declinePlayerMessage", "description": "5c0bd01e86f7747cdd799e56 description", "failMessageText": "5c0bd01e86f7747cdd799e56 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "5c0bd01e86f7747cdd799e56 declinePlayerMessage", "name": "5c0bd01e86f7747cdd799e56 name", "note": "5c0bd01e86f7747cdd799e56 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0bd01e86f7747cdd799e56 startedMessageText", + "successMessageText": "5c0bd01e86f7747cdd799e56 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 18200, "id": "60c8ad819339363e8f0c6ad6", - "index": 0, "type": "Experience", - "unknown": false, - "value": 18200 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.01, "id": "60c8a2141f21c1669a48c323", + "type": "TraderStanding", "index": 0, "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 1000, "id": "5c17c4d986f77430a64c6a14", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b23e3", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103641", + "_id": "68010065f81036801d0b23e3", "_tpl": "5696686a4bdc2da3298b456a", "upd": { "StackObjectsCount": 1000 } } - ], - "target": "67eb506040b1947a72103641", - "type": "Item", - "unknown": false, - "value": 1000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "64b7a1636236475fc9626895", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b23e7", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103645", + "_id": "68010065f81036801d0b23e7", "_tpl": "5a154d5cfcdbcb001a3b00da", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103646", + "_id": "68010065f81036801d0b23e8", "_tpl": "657f8ec5f4c82973640b234c", - "parentId": "67eb506040b1947a72103645", - "slotId": "Helmet_top", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b23e7", + "slotId": "Helmet_top" }, { - "_id": "67eb506040b1947a72103647", + "_id": "68010065f81036801d0b23e9", "_tpl": "657f8f10f4c82973640b2350", - "parentId": "67eb506040b1947a72103645", - "slotId": "Helmet_back", "upd": { "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b23e7", + "slotId": "Helmet_back" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b7a194c8a5031fd14d5b55", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23ec", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23eb", + "_tpl": "5a16b7e1fcdbcb00165aa6c9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b23ec", + "_tpl": "5a16b7e1fcdbcb00165aa6c9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103645", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "64b7a194c8a5031fd14d5b55", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103649", - "_tpl": "5a16b7e1fcdbcb00165aa6c9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210364a", - "_tpl": "5a16b7e1fcdbcb00165aa6c9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210364a", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "60cb51f377dc197c77424f8d", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b23ef", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210364c", + "_id": "68010065f81036801d0b23ee", "_tpl": "5c0558060db834001b735271", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210364d", + "_id": "68010065f81036801d0b23ef", "_tpl": "5c0558060db834001b735271", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210364d", - "type": "Item", - "unknown": true, - "value": 2 + ] }, { "availableInGameEditions": [], "id": "657fc41e07c89bd4900dd70d", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b23f0", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a7210364e", + "_id": "68010065f81036801d0b23f0", "_tpl": "655746010177119f4a097ff7" } ], "loyaltyLevel": 4, - "target": "67eb506040b1947a7210364e", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0bd01e86f7747cdd799e56 startedMessageText", - "status": 0, - "successMessageText": "5c0bd01e86f7747cdd799e56 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "5c0bd94186f7747a727f09b2": { - "QuestName": "Test Drive - Part 1", - "_id": "5c0bd94186f7747a727f09b2", - "acceptPlayerMessage": "5c0bd94186f7747a727f09b2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0bd94186f7747a727f09b2 changeQuestMessageText", - "completePlayerMessage": "5c0bd94186f7747a727f09b2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c124b5186f77468cf6f7347", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5aafa857e5b5b00018480968" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "59bffbb386f77435b379b9c2", - "617151c1d92c473c770214ab" - ] - ] - } - ], - "id": "5c0bd98986f77472be1a8762" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1b765d86f77413193fa4f2", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fabd686f77410894b63f8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d190cd09282029f5390d8", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a5dbd8b7f4570d3a2927a2", - "index": 1, - "parentId": "", - "value": 30, - "visibilityConditions": [] + "traderId": "5935c25fb3acc3127c3d8cd9" } ], "Fail": [] }, - "declinePlayerMessage": "5c0bd94186f7747a727f09b2 declinePlayerMessage", - "description": "5c0bd94186f7747a727f09b2 description", - "failMessageText": "5c0bd94186f7747a727f09b2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b47867286f7744d1a393de9.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0bd94186f7747a727f09b2 name", - "note": "5c0bd94186f7747a727f09b2 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c139cff86f774276b24ae3a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cb4", - "_tpl": "5aafa857e5b5b00018480968", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cb5", - "_tpl": "5aaf8a0be5b5b00015693243", - "parentId": "67eb506040b1947a72102cb4", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102cb6", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72102cb5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102cb7", - "_tpl": "5addbf175acfc408fb13965b", - "parentId": "67eb506040b1947a72102cb4", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102cb8", - "_tpl": "5addbfbb5acfc400194dbcf7", - "parentId": "67eb506040b1947a72102cb7", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102cb9", - "_tpl": "5649a2464bdc2d91118b45a8", - "parentId": "67eb506040b1947a72102cb8", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102cba", - "_tpl": "58d2664f86f7747fec5834f6", - "parentId": "67eb506040b1947a72102cb9", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102cbb", - "_tpl": "58d268fc86f774111273f8c2", - "parentId": "67eb506040b1947a72102cba", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102cbc", - "_tpl": "626becf9582c3e319310b837", - "parentId": "67eb506040b1947a72102cb7", - "slotId": "mod_tactical" - }, - { - "_id": "67eb506040b1947a72102cbd", - "_tpl": "5addbac75acfc400194dbc56", - "parentId": "67eb506040b1947a72102cb4", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102cbe", - "_tpl": "59bffc1f86f77435b128b872", - "parentId": "67eb506040b1947a72102cbd", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102cbf", - "_tpl": "59bffbb386f77435b379b9c2", - "parentId": "67eb506040b1947a72102cbe", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102cc0", - "_tpl": "5abcbb20d8ce87001773e258", - "parentId": "67eb506040b1947a72102cb4", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102cc1", - "_tpl": "5addbfef5acfc400185c2857", - "parentId": "67eb506040b1947a72102cb4", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102cc2", - "_tpl": "57c69dd424597774c03b7bbc", - "parentId": "67eb506040b1947a72102cc1", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102cc3", - "_tpl": "617151c1d92c473c770214ab", - "parentId": "67eb506040b1947a72102cc2", - "slotId": "mod_scope" - } - ], - "target": "67eb506040b1947a72102cb4", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8adac80b2027f403dd996", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18200 - }, - { - "availableInGameEditions": [], - "id": "60c8a41a80b2027f403dd994", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64dc9a330fdfde7a3f082da9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cc4", - "_tpl": "57838ad32459774a17445cd2", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cc5", - "_tpl": "57838f0b2459774a256959b2", - "parentId": "67eb506040b1947a72102cc4", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102cc6", - "_tpl": "57838c962459774a1651ec63", - "parentId": "67eb506040b1947a72102cc4", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102cc7", - "_tpl": "57838e1b2459774a256959b1", - "parentId": "67eb506040b1947a72102cc6", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102cc8", - "_tpl": "578395402459774a256959b5", - "parentId": "67eb506040b1947a72102cc4", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102cc9", - "_tpl": "578395e82459774a0e553c7b", - "parentId": "67eb506040b1947a72102cc4", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102cca", - "_tpl": "6565bb7eb4b12a56eb04b084", - "parentId": "67eb506040b1947a72102cc4", - "slotId": "mod_handguard" - } - ], - "target": "67eb506040b1947a72102cc4", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b7b1e1c8a5031fd14d5b57", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ccd", - "_tpl": "657025cfbfc87b3a34093253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cce", - "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72102ccd", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ccf", - "_tpl": "657025cfbfc87b3a34093253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cd0", - "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72102ccf", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102cd1", - "_tpl": "657025cfbfc87b3a34093253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cd2", - "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72102cd1", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102cd3", - "_tpl": "657025cfbfc87b3a34093253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cd4", - "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72102cd3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102cd5", - "_tpl": "657025cfbfc87b3a34093253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cd6", - "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72102cd5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102cd7", - "_tpl": "657025cfbfc87b3a34093253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cd8", - "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72102cd7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102cd7", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b7b1d0cfa71d4afc33fad6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cda", - "_tpl": "65118f531b90b4fc77015083", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cdb", - "_tpl": "65118f531b90b4fc77015083", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cdb", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "655b76f2975a7f3c734661a9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cdd", - "_tpl": "61962d879bb3d20b0946d385", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102cde", - "_tpl": "61962d879bb3d20b0946d385", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102cdf", - "_tpl": "61962d879bb3d20b0946d385", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102cdf", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0bd94186f7747a727f09b2 startedMessageText", - "status": 0, - "successMessageText": "5c0bd94186f7747a727f09b2 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "5c0bdb5286f774166e38eed4": { - "QuestName": "Flint", - "_id": "5c0bdb5286f774166e38eed4", - "acceptPlayerMessage": "5c0bdb5286f774166e38eed4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0bdb5286f774166e38eed4 changeQuestMessageText", - "completePlayerMessage": "5c0bdb5286f774166e38eed4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0bdbb586f774166e38eed5", - "index": 0, - "parentId": "", - "target": "StressResistance", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1faac986f77410894b63f5", - "index": 0, - "parentId": "", - "value": 35, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1faac086f7740ebd348c76", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b4795fb86f7745876267770", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0bdb5286f774166e38eed4 declinePlayerMessage", - "description": "5c0bdb5286f774166e38eed4 description", - "failMessageText": "5c0bdb5286f774166e38eed4 failMessageText", "gameModes": [], - "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0bdb5286f774166e38eed4 name", - "note": "5c0bdb5286f774166e38eed4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c0dd9bdefb3130121b11", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 25100 - }, - { - "availableInGameEditions": [], - "id": "60c8c0e22238043a5267864a", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c17c12786f77430a70d197d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a64", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a72102a64", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb62e7179f8541b8469226", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a66", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a67", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a68", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a68", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "62a7042e0da185500f06093e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a6a", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a6b", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a6c", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a6d", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a6e", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a6e", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "id": "5c17c1a986f77418e53fc52f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a6f", - "_tpl": "5bffdd7e0db834001b734a1a" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102a6f", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0bdb5286f774166e38eed4 startedMessageText", - "status": 0, - "successMessageText": "5c0bdb5286f774166e38eed4 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Skill" - }, - "5c0bde0986f77479cf22c2f8": { - "QuestName": "A Shooter Born in Heaven", - "_id": "5c0bde0986f77479cf22c2f8", - "acceptPlayerMessage": "5c0bde0986f77479cf22c2f8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], + "status": 0 + }, + "65733403eefc2c312a759ddb": { + "QuestName": "Developers Secrets - Part 1", + "_id": "65733403eefc2c312a759ddb", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0bde0986f77479cf22c2f8 changeQuestMessageText", - "completePlayerMessage": "5c0bde0986f77479cf22c2f8 completePlayerMessage", + "acceptPlayerMessage": "65733403eefc2c312a759ddb acceptPlayerMessage", + "changeQuestMessageText": "65733403eefc2c312a759ddb changeQuestMessageText", + "completePlayerMessage": "65733403eefc2c312a759ddb completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "65733403eefc2c312a759ddd", "conditions": [ { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "63a98d1b64b9631d9178274c", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c0bdf4286f77454f5264f06", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", + "target": "Office_enter", "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c0be31986f774467a116592", - "target": [ - "Woods" - ] + "conditionType": "VisitPlace" } - ], - "id": "5c0bdf2c86f7746f016734a7" + ] }, + "id": "65733403eefc2c312a759ddc", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5c0bdf2c86f7746f016734a8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c137baa86f774288427ab60", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c137bb486f7747ae43f97b3", - "target": [ - "RezervBase" - ] - } - ], - "id": "5c137b8886f7747ae3220ff3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c137b8886f7747ae3220ff4", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c137f1086f7747ae43f97bc", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c137f4586f7747ae3220ff5", - "target": [ - "Shoreline" - ] - } - ], - "id": "5c137ef386f7747ae10a821d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c137ef386f7747ae10a821e", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c137f7c86f7747ae07c5491", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c137fc486f7747ae10a8257", - "target": [ - "bigmap" - ] - } - ], - "id": "5c137f5286f7747ae267d8a2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c137f5286f7747ae267d8a3", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "629f10cd90948017ee17c2c0", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "629f10ee7ad28b7f7c40ed09", - "target": [ - "Lighthouse" - ] - } - ], - "id": "629f10b114061f3074380299" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "629f10b114061f3074380298", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63aec70a4666ee24a345670c", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63aec75cb124cf798065a3fb", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63aec6f256503c322a190375" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aec6f256503c322a190374", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64b69506d5887c2ce9561158", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "64b69518f83adb775979f8bb", - "target": [ - "Interchange" - ] - } - ], - "id": "64b694c8a857ea477002a409" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64b694c8a857ea477002a408", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "65e0820c64398511255c3009", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5ae08f0a5acfc408fb1398a1", - "588892092459774ac91d4b11", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "5bfd297f0db834001a669119", - "5de652c31b7e3716273428be", - "55801eed4bdc2d89578b4588", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65e0822f19065ddc71fa3d18", - "target": [ - "Sandbox", - "Sandbox_high" - ] - } - ], - "id": "65e08122f6901d30c8361a97" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65e0812209dffc3fd97b99e8", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c20009b86f7742b3c0a8fd9", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3462b86f7741d6118b983", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0bde0986f77479cf22c2f8 declinePlayerMessage", - "description": "5c0bde0986f77479cf22c2f8 description", - "failMessageText": "5c0bde0986f77479cf22c2f8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0bde0986f77479cf22c2f8 name", - "note": "5c0bde0986f77479cf22c2f8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7faf3e4e974efa345d77", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12500 - }, - { - "availableInGameEditions": [], - "id": "60cc7fc46a2a1958fc523219", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c18c08186f77467bf06520a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d9a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a72102d9a", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b697ebc3abf20a9660daaa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d9b", - "_tpl": "6176aca650224f204c1da3fb", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d9c", - "_tpl": "6193dcd0f8ee7e52e4210a28", - "parentId": "67eb506040b1947a72102d9b", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102d9d", - "_tpl": "617131a4568c120fdd29482d", - "parentId": "67eb506040b1947a72102d9b", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d9e", - "_tpl": "617153016c780c1e710c9a2f", - "parentId": "67eb506040b1947a72102d9b", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d9f", - "_tpl": "617155ee50224f204c1da3cd", - "parentId": "67eb506040b1947a72102d9e", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102da0", - "_tpl": "61715e7e67085e45ef140b33", - "parentId": "67eb506040b1947a72102d9f", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102da1", - "_tpl": "61713a8fd92c473c770214a4", - "parentId": "67eb506040b1947a72102d9b", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102da2", - "_tpl": "61713cc4d8e3106d9806c109", - "parentId": "67eb506040b1947a72102da1", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102da3", - "_tpl": "61714eec290d254f5e6b2ffc", - "parentId": "67eb506040b1947a72102da2", - "slotId": "mod_scope_000" - }, - { - "_id": "67eb506040b1947a72102da4", - "_tpl": "61714b2467085e45ef140b2c", - "parentId": "67eb506040b1947a72102da2", - "slotId": "mod_scope_001" - }, - { - "_id": "67eb506040b1947a72102da5", - "_tpl": "58d399e486f77442e0016fe7", - "parentId": "67eb506040b1947a72102da4", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102da6", - "_tpl": "61702be9faa1272e431522c3", - "parentId": "67eb506040b1947a72102da1", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102da7", - "_tpl": "61713308d92c473c770214a0", - "parentId": "67eb506040b1947a72102da6", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102da8", - "_tpl": "6171367e1cb55961fa0fdb36", - "parentId": "67eb506040b1947a72102da7", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102da9", - "_tpl": "61702f1b67085e45ef140b26", - "parentId": "67eb506040b1947a72102da6", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102daa", - "_tpl": "61703001d92c473c77021497", - "parentId": "67eb506040b1947a72102da1", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102dab", - "_tpl": "619386379fb0c665d5490dbe", - "parentId": "67eb506040b1947a72102daa", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72102dac", - "_tpl": "5bb20e49d4351e3bac1212de", - "parentId": "67eb506040b1947a72102da1", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102dad", - "_tpl": "61702d8a67085e45ef140b24", - "parentId": "67eb506040b1947a72102d9b", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102d9b", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b697fd3e349c7dbd06bd18", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102daf", - "_tpl": "617131a4568c120fdd29482d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102db0", - "_tpl": "617131a4568c120fdd29482d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102db0", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6980ed5dd0711c53a8157", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102db3", - "_tpl": "648984e3f09d032aa9399d53", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102db4", - "_tpl": "5efb0c1bd79ff02a1f5e68d9", - "parentId": "67eb506040b1947a72102db3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102db5", - "_tpl": "648984e3f09d032aa9399d53", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102db6", - "_tpl": "5efb0c1bd79ff02a1f5e68d9", - "parentId": "67eb506040b1947a72102db5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102db5", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b69820b24b672b97795057", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102db8", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "67eb506040b1947a72102db8", - "type": "Item", - "unknown": true, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "64b69a71d5887c2ce956115a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102db9", - "_tpl": "6176aca650224f204c1da3fb", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a72102dba", - "_tpl": "6193dcd0f8ee7e52e4210a28", - "parentId": "67eb506040b1947a72102db9", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102dbb", - "_tpl": "617131a4568c120fdd29482d", - "parentId": "67eb506040b1947a72102db9", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102dbc", - "_tpl": "617153016c780c1e710c9a2f", - "parentId": "67eb506040b1947a72102db9", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102dbd", - "_tpl": "617155ee50224f204c1da3cd", - "parentId": "67eb506040b1947a72102dbc", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102dbe", - "_tpl": "61715e7e67085e45ef140b33", - "parentId": "67eb506040b1947a72102dbd", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102dbf", - "_tpl": "61713a8fd92c473c770214a4", - "parentId": "67eb506040b1947a72102db9", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102dc0", - "_tpl": "61713cc4d8e3106d9806c109", - "parentId": "67eb506040b1947a72102dbf", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102dc1", - "_tpl": "61714eec290d254f5e6b2ffc", - "parentId": "67eb506040b1947a72102dc0", - "slotId": "mod_scope_000" - }, - { - "_id": "67eb506040b1947a72102dc2", - "_tpl": "61714b2467085e45ef140b2c", - "parentId": "67eb506040b1947a72102dc0", - "slotId": "mod_scope_001" - }, - { - "_id": "67eb506040b1947a72102dc3", - "_tpl": "58d399e486f77442e0016fe7", - "parentId": "67eb506040b1947a72102dc2", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102dc4", - "_tpl": "61702be9faa1272e431522c3", - "parentId": "67eb506040b1947a72102dbf", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102dc5", - "_tpl": "61713308d92c473c770214a0", - "parentId": "67eb506040b1947a72102dc4", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102dc6", - "_tpl": "6171367e1cb55961fa0fdb36", - "parentId": "67eb506040b1947a72102dc5", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102dc7", - "_tpl": "61702f1b67085e45ef140b26", - "parentId": "67eb506040b1947a72102dc4", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102dc8", - "_tpl": "61703001d92c473c77021497", - "parentId": "67eb506040b1947a72102dbf", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102dc9", - "_tpl": "619386379fb0c665d5490dbe", - "parentId": "67eb506040b1947a72102dc8", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72102dca", - "_tpl": "5bb20e49d4351e3bac1212de", - "parentId": "67eb506040b1947a72102dbf", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102dcb", - "_tpl": "61702d8a67085e45ef140b24", - "parentId": "67eb506040b1947a72102db9", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102db9", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5c20cc1086f7740cfb37b111", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dcc", - "_tpl": "5c127c4486f7745625356c13" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102dcc", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5f2480ecef1e594955237bfe", - "index": 0, - "target": "Sniper", - "type": "Skill", - "unknown": false, - "value": 500 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0bde0986f77479cf22c2f8 startedMessageText", - "status": 0, - "successMessageText": "5c0bde0986f77479cf22c2f8 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "5c0be13186f7746f016734aa": { - "QuestName": "Psycho Sniper", - "_id": "5c0be13186f7746f016734aa", - "acceptPlayerMessage": "5c0be13186f7746f016734aa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0be13186f7746f016734aa changeQuestMessageText", - "completePlayerMessage": "5c0be13186f7746f016734aa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0be2b486f7747bcb347d58", - "index": 0, - "parentId": "", - "target": "Sniper", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64b67d16b24b672b97795056", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5de652c31b7e3716273428be", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "61f7c9e189e6fb1a5e3ea78d", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64b67c6358b5637e2d71a656" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64b67c6358b5637e2d71a655", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fb5f986f7744a1929a527", - "index": 0, - "parentId": "", - "value": 35, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fb5f086f7744a184fb3c5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bc8586f7741b543d8ea4", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "64b67fe3a857ea477002a407", - "status": [ - "Killed", - "MissingInAction", - "Left" - ] - } - ], - "id": "64b67fcd3e349c7dbd06bd17" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64b67fcd3e349c7dbd06bd16", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "5c0be13186f7746f016734aa declinePlayerMessage", - "description": "5c0be13186f7746f016734aa description", - "failMessageText": "5c0be13186f7746f016734aa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0be13186f7746f016734aa name", - "note": "5c0be13186f7746f016734aa note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc806e7c496e588343a6f6", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 26700 - }, - { - "availableInGameEditions": [], - "id": "60cc80803e4e974efa345d7a", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c18c25286f77467bf06520f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028b5", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a721028b5", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "id": "60b90b7e81c51328c56d7716", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028b6", - "_tpl": "5ac66d725acfc43b321d4b60", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a721028b7", - "_tpl": "59c6633186f7740cf0493bb9", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a721028b8", - "_tpl": "5cf4e3f3d7f00c06595bc7f0", - "parentId": "67eb506040b1947a721028b7", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721028b9", - "_tpl": "5c7fc87d2e221644f31c0298", - "parentId": "67eb506040b1947a721028b8", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a721028ba", - "_tpl": "5649a2464bdc2d91118b45a8", - "parentId": "67eb506040b1947a721028b8", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a721028bb", - "_tpl": "5a33b2c9c4a282000c5a9511", - "parentId": "67eb506040b1947a721028ba", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a721028bc", - "_tpl": "5a32aa8bc4a2826c6e06d737", - "parentId": "67eb506040b1947a721028bb", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a721028bd", - "_tpl": "5cc9ad73d7f00c000e2579d4", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721028be", - "_tpl": "5cf50850d7f00c056e24104c", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721028bf", - "_tpl": "5d2c770c48f0354b4a07c100", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721028c0", - "_tpl": "5d1b5e94d7ad1a2b865a96b0", - "parentId": "67eb506040b1947a721028bf", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a721028c1", - "_tpl": "5ac733a45acfc400192630e2", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721028c2", - "_tpl": "5cf50fc5d7f00c056c53f83c", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721028c3", - "_tpl": "5c793fde2e221601da358614", - "parentId": "67eb506040b1947a721028c2", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721028c4", - "_tpl": "5cfe8010d7ad1a59283b14c6", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721028c5", - "_tpl": "5648ac824bdc2ded0b8b457d", - "parentId": "67eb506040b1947a721028b6", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721028b6", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "64b68107c3abf20a9660daa9", - "index": 0, - "target": "Sniper", - "type": "Skill", - "unknown": false, - "value": 300 - }, - { - "availableInGameEditions": [], - "id": "5f2480cfef1e594955237bfd", - "index": 0, - "target": "Intellect", - "type": "Skill", - "unknown": false, - "value": 200 - }, - { - "availableInGameEditions": [], - "id": "5dc15768f4ea412f68771d24", - "index": 0, - "target": "StressResistance", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "id": "5f2480c7f797691b9775a953", - "index": 0, - "target": "Perception", - "type": "Skill", - "unknown": false, - "value": 200 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0be13186f7746f016734aa startedMessageText", - "status": 0, - "successMessageText": "5c0be13186f7746f016734aa successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "5c0be5fc86f774467a116593": { - "QuestName": "Private Clinic", - "_id": "5c0be5fc86f774467a116593", - "acceptPlayerMessage": "5c0be5fc86f774467a116593 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0be5fc86f774467a116593 changeQuestMessageText", - "completePlayerMessage": "5c0be5fc86f774467a116593 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd892bc37b6e511a4734969", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5af0534a86f7743b6f354284" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd8935b7dd32f724e0fe7ee", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0530ee86f774697952d952" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0be66c86f7744523489ab2", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5af0534a86f7743b6f354284" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0be69086f7743c9c1ecf43", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0530ee86f774697952d952" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd1b586f7742b3a651f74", - "index": 0, - "parentId": "", - "value": 35, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd1ae86f7742b3b47f064", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68667486f7742607157d28", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0be5fc86f774467a116593 declinePlayerMessage", - "description": "5c0be5fc86f774467a116593 description", - "failMessageText": "5c0be5fc86f774467a116593 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0be5fc86f774467a116593 name", - "note": "5c0be5fc86f774467a116593 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c527919c14709f49739e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30600 - }, - { - "availableInGameEditions": [], - "id": "60c8c52e80b2027f403dd9a2", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c18d39d86f77467c259d521", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034c4", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 130000 - } - } - ], - "target": "67eb506040b1947a721034c4", - "type": "Item", - "unknown": false, - "value": 130000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c18d3c986f774186730ff0b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034c6", - "_tpl": "5a145d4786f7744cbb6f4a12", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034c6", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ef1a8cb05ac756f061bea28", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034c8", - "_tpl": "5c0a840b86f7742ffa4f2482", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034c8", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0be5fc86f774467a116593 startedMessageText", - "status": 0, - "successMessageText": "5c0be5fc86f774467a116593 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "5c0d0d5086f774363760aef2": { - "QuestName": "Athlete", - "_id": "5c0d0d5086f774363760aef2", - "acceptPlayerMessage": "5c0d0d5086f774363760aef2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0d0d5086f774363760aef2 changeQuestMessageText", - "completePlayerMessage": "5c0d0d5086f774363760aef2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0d0dfd86f7747f482a89a5", - "index": 1, - "parentId": "", - "target": "Health", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd5f586f7742b391bf138", - "index": 0, - "parentId": "", - "value": 30, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd5e586f7743c7b261f79", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68667486f7742607157d28", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0d0d5086f774363760aef2 declinePlayerMessage", - "description": "5c0d0d5086f774363760aef2 description", - "failMessageText": "5c0d0d5086f774363760aef2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0d0d5086f774363760aef2 name", - "note": "5c0d0d5086f774363760aef2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c5862238043a52678650", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21900 - }, - { - "availableInGameEditions": [], - "id": "60c8c58c1f21c1669a48c336", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c1929a186f77401b1301f47", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103467", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 110000 - } - } - ], - "target": "67eb506040b1947a72103467", - "type": "Item", - "unknown": false, - "value": 110000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb722865e4664318606ac4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103469", - "_tpl": "5aa2b986e5b5b00014028f4c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103469", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1b782486f77423947f90b0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210346b", - "_tpl": "5c0e533786f7747fa23f4d47", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210346c", - "_tpl": "5c0e533786f7747fa23f4d47", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210346d", - "_tpl": "5c0e533786f7747fa23f4d47", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210346d", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1b782786f77413193fa4f8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210346f", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103470", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103471", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103471", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "5c192a1e86f7742c8b74f785", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103472", - "_tpl": "5c10c8fd86f7743d7d706df3" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103472", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0d0d5086f774363760aef2 startedMessageText", - "status": 0, - "successMessageText": "5c0d0d5086f774363760aef2 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Skill" - }, - "5c0d0f1886f77457b8210226": { - "QuestName": "Lend-Lease - Part 2", - "_id": "5c0d0f1886f77457b8210226", - "acceptPlayerMessage": "5c0d0f1886f77457b8210226 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0d0f1886f77457b8210226 changeQuestMessageText", - "completePlayerMessage": "5c0d0f1886f77457b8210226 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec13d45a1032866196c939b", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05308086f7746b2101e90b" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec13da983b69d213d3c2ee4", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052f6886f7746b1e3db148" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c138c4486f7743b056e2943", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05308086f7746b2101e90b" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c138d4286f774276a6504aa", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052f6886f7746b1e3db148" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd61e86f7742b38529146", - "index": 0, - "parentId": "", - "value": 30, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd61486f7742b391bf139", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b4794cb86f774598100d5d4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0d0f1886f77457b8210226 declinePlayerMessage", - "description": "5c0d0f1886f77457b8210226 description", - "failMessageText": "5c0d0f1886f77457b8210226 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0d0f1886f77457b8210226 name", - "note": "5c0d0f1886f77457b8210226 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc72588f570e28f1481155", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21000 - }, - { - "availableInGameEditions": [], - "id": "60cc7275f09d61072d6d00b5", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c192ab286f77401b0085c98", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c31", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 2000 - } - } - ], - "target": "67eb506040b1947a72102c31", - "type": "Item", - "unknown": false, - "value": 2000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec19f63e16f6c41ee735268", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c32", - "_tpl": "5bb2475ed4351e00853264e3", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 2 - } - }, - { - "_id": "67eb506040b1947a72102c33", - "_tpl": "5bb20e0ed4351e3bac1212dc", - "parentId": "67eb506040b1947a72102c32", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102c34", - "_tpl": "5c05413a0db834001c390617", - "parentId": "67eb506040b1947a72102c32", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102c35", - "_tpl": "5bb20d53d4351e4502010a69", - "parentId": "67eb506040b1947a72102c32", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102c36", - "_tpl": "5bb20d9cd4351e00334c9d8a", - "parentId": "67eb506040b1947a72102c35", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102c37", - "_tpl": "544a38634bdc2d58388b4568", - "parentId": "67eb506040b1947a72102c36", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102c38", - "_tpl": "5bb20dcad4351e3bac1212da", - "parentId": "67eb506040b1947a72102c36", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102c39", - "_tpl": "5bb20de5d4351e0035629e59", - "parentId": "67eb506040b1947a72102c35", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102c3a", - "_tpl": "5bb20e49d4351e3bac1212de", - "parentId": "67eb506040b1947a72102c35", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102c3b", - "_tpl": "5bb20e58d4351e00320205d7", - "parentId": "67eb506040b1947a72102c32", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102c3c", - "_tpl": "5bb20e70d4351e0035629f8f", - "parentId": "67eb506040b1947a72102c3b", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102c3d", - "_tpl": "5bb20dbcd4351e44f824c04e", - "parentId": "67eb506040b1947a72102c32", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102c32", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c192afd86f77457ce5995c9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c41", - "_tpl": "6570265f1419851aef03e739", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c42", - "_tpl": "59e690b686f7746c9f75e848", - "parentId": "67eb506040b1947a72102c41", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102c43", - "_tpl": "59e690b686f7746c9f75e848", - "location": 1, - "parentId": "67eb506040b1947a72102c41", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - }, - { - "_id": "67eb506040b1947a72102c44", - "_tpl": "6570265f1419851aef03e739", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c45", - "_tpl": "59e690b686f7746c9f75e848", - "parentId": "67eb506040b1947a72102c44", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102c46", - "_tpl": "59e690b686f7746c9f75e848", - "location": 1, - "parentId": "67eb506040b1947a72102c44", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - }, - { - "_id": "67eb506040b1947a72102c47", - "_tpl": "6570265f1419851aef03e739", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c48", - "_tpl": "59e690b686f7746c9f75e848", - "parentId": "67eb506040b1947a72102c47", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102c49", - "_tpl": "59e690b686f7746c9f75e848", - "location": 1, - "parentId": "67eb506040b1947a72102c47", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - } - ], - "target": "67eb506040b1947a72102c47", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1b78d086f77423947f90b3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c4b", - "_tpl": "59c1383d86f774290a37e0ca", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c4c", - "_tpl": "59c1383d86f774290a37e0ca", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c4c", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c192b7f86f77457ce5995ce", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c4e", - "_tpl": "544a37c44bdc2d25388b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c4f", - "_tpl": "544a37c44bdc2d25388b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c4f", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0d0f1886f77457b8210226 startedMessageText", - "status": 0, - "successMessageText": "5c0d0f1886f77457b8210226 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5c0d190cd09282029f5390d8": { - "QuestName": "Grenadier", - "_id": "5c0d190cd09282029f5390d8", - "acceptPlayerMessage": "5c0d190cd09282029f5390d8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0d190cd09282029f5390d8 changeQuestMessageText", - "completePlayerMessage": "5c0d190cd09282029f5390d8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head", - "Chest", - "Stomach", - "LeftArm", - "RightArm", - "LeftLeg", - "RightLeg" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c0d1a47d09282029e2fffb7", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5a2a57cfc4a2826c6e06d44a", - "5a0c27731526d80618476ac4", - "58d3db5386f77426186285a0", - "5e340dcdcb6d5863cc5e5efb", - "5e32f56fcb6d5863cc5e5ee4", - "5448be9a4bdc2dfd2f8b456a", - "5710c24ad2720bc3458b45a3", - "618a431df1eb8e24b8741deb", - "617fd91e5539a84ec44ce155", - "639c3fbbd0446708ee622ee9", - "639af924d0446708ee62294e", - "5648b62b4bdc2d9d488b4585", - "66dae7cbeb28f0f96809f325" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5c0d1961d0928202b25db5d0" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1b760686f77412780211a3", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 8, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fab4186f77431f74f0de5", - "index": 0, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0d190cd09282029f5390d8 declinePlayerMessage", - "description": "5c0d190cd09282029f5390d8 description", - "failMessageText": "5c0d190cd09282029f5390d8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5c1e35cf86f7743b6242fe05.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0d190cd09282029f5390d8 name", - "note": "5c0d190cd09282029f5390d8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8ad732238043a52678631", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18000 - }, - { - "availableInGameEditions": [], - "id": "60c8a1a79339363e8f0c6acf", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb50e32b555f16df5c4103", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102de7", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a72102de7", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c17c39386f77430a56d12a2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dea", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102deb", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102dea", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102dec", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ded", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102dec", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102dee", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102def", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102dee", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102df0", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102df1", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102df0", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102df2", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102df3", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102df2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102df4", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102df5", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102df4", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102df6", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102df7", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102df6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102df8", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102df9", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102df8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102dfa", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102dfb", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102dfa", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102dfc", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102dfd", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102dfc", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - } - ], - "target": "67eb506040b1947a72102dfc", - "type": "Item", - "unknown": false, - "value": 10 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb50f33e4e974efa3452bd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dff", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e00", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e01", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e02", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e03", - "_tpl": "5710c24ad2720bc3458b45a3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e03", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6aaa525251516d768542b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e05", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e06", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e07", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e08", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e09", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e09", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6aaaf58b5637e2d71a65d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e0b", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e0c", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e0d", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e0e", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e0f", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e0f", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6aab73e349c7dbd06bd1a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e11", - "_tpl": "617fd91e5539a84ec44ce155", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e12", - "_tpl": "617fd91e5539a84ec44ce155", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e12", - "type": "Item", - "unknown": true, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "64b6afe68faf110b68375e35", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e14", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e15", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e16", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e17", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e18", - "_tpl": "5e32f56fcb6d5863cc5e5ee4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102e18", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0d190cd09282029f5390d8 startedMessageText", - "status": 0, - "successMessageText": "5c0d190cd09282029f5390d8 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "5c0d1c4cd0928202a02a6f5c": { - "QuestName": "Decontamination Service", - "_id": "5c0d1c4cd0928202a02a6f5c", - "acceptPlayerMessage": "5c0d1c4cd0928202a02a6f5c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0d1c4cd0928202a02a6f5c changeQuestMessageText", - "completePlayerMessage": "5c0d1c4cd0928202a02a6f5c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "59e7715586f7742ee5789605" - ], - [ - "5b432c305acfc40019478128" - ], - [ - "60363c0c92ec1c31037959f5" - ] - ], - "id": "5c0d35e2d0928202b25db679" - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": "<=", - "value": 60 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c0d4b71d09282029c740ec4", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c1b73d286f774245705eda5", - "target": [ - "Interchange" - ] - } - ], - "id": "5c0d1d3bd0928202a02a6f62" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1b778286f774294438b536", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 40, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd53a86f7742b3c0a7b7a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0be5fc86f774467a116593", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd52e86f7742b391bf099", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68669a86f774255929b4d4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0d1c4cd0928202a02a6f5c declinePlayerMessage", - "description": "5c0d1c4cd0928202a02a6f5c description", - "failMessageText": "5c0d1c4cd0928202a02a6f5c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5c1e358f86f77408017f539f.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5c0d1c4cd0928202a02a6f5c name", - "note": "5c0d1c4cd0928202a02a6f5c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c54f919c14709f49739f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30500 - }, - { - "availableInGameEditions": [], - "id": "60c8c55680b2027f403dd9a3", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c1fd55086f7743c7b261edc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ff6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 300000 - } - } - ], - "target": "67eb506040b1947a72102ff6", - "type": "Item", - "unknown": false, - "value": 300000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1928b086f77401b1301f42", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ff8", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ff9", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ffa", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ffa", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c19294286f77401b46e25a3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ffc", - "_tpl": "590c678286f77426c9660122", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ffd", - "_tpl": "590c678286f77426c9660122", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ffe", - "_tpl": "590c678286f77426c9660122", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ffe", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb71df98b4927060364562", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103000", - "_tpl": "60363c0c92ec1c31037959f5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103001", - "_tpl": "60363c0c92ec1c31037959f5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103002", - "_tpl": "60363c0c92ec1c31037959f5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103002", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "629f2bfe274d12190d1884c3", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0d1c4cd0928202a02a6f5c startedMessageText", - "status": 0, - "successMessageText": "5c0d1c4cd0928202a02a6f5c successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Elimination" - }, - "5c0d4c12d09282029f539173": { - "QuestName": "Peacekeeping Mission", - "_id": "5c0d4c12d09282029f539173", - "acceptPlayerMessage": "5c0d4c12d09282029f539173 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0d4c12d09282029f539173 changeQuestMessageText", - "completePlayerMessage": "5c0d4c12d09282029f539173 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c0d4c6ed0928202a62f4f20", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa7d03ae5b5b00016327db5", - "5ab8e4ed86f7742d8e50c7fa" - ] - ], - "id": "5c0d4c88d09282029f539179" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c0d4cf2d0928202b25db712", - "target": [ - "Woods" - ] - } - ], - "id": "5c0d4c62d09282029d76ad28" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd66286f7743c7b261f7b", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c0d4d67d09282029d76ad2b", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c0d4d72d0928202a62f4f23", - "target": [ - "bigmap" - ] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa7d03ae5b5b00016327db5", - "5ab8e4ed86f7742d8e50c7fa" - ] - ], - "id": "5c0d4dc3d0928202a62f4f26" - } - ], - "id": "5c0d4d0bd09282029e2fffc9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1b713486f77413bc250406", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c1394d886f77430a665d2f1", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c13951786f774276a650530", - "target": [ - "Interchange" - ] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa7d03ae5b5b00016327db5", - "5ab8e4ed86f7742d8e50c7fa" - ] - ], - "id": "5c1a71cc86f77456661eaa5c" - } - ], - "id": "5c13949686f774210563eccc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1b713986f77470d8650910", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5c1395b386f774276b24ae2b", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c1395d486f774276a650535", - "target": [ - "Shoreline" - ] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa7d03ae5b5b00016327db5", - "5ab8e4ed86f7742d8e50c7fa" - ] - ], - "id": "5c1a725486f7744c2a78e8b3" - } - ], - "id": "5c13957986f77430a665d2fe" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1b713f86f774719c22e8a0", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63aec50a3c65bf56b11b9da8", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63aec55c237b04479f5948cb", - "target": [ - "TarkovStreets" - ] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa7d03ae5b5b00016327db5", - "5ab8e4ed86f7742d8e50c7fa" - ] - ], - "id": "63aec597fe01cd749c5e799b" - } - ], - "id": "63aec4fe6d6c3377e64b9f3a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aec4fe6d6c3377e64b9f39", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "65e08ae0774b0ee8b00a8483", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65e08af37c857becefdb3a48", - "target": [ - "Sandbox", - "Sandbox_high" - ] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa7d03ae5b5b00016327db5", - "5ab8e4ed86f7742d8e50c7fa" - ] - ], - "id": "65e08b1d3d5898cdd34da72b" - } - ], - "id": "65e08aa97319265b006ffe9f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65e08aa9f5879b2586d5fd4c", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c20ce2c86f774337f427599", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d0f1886f77457b8210226", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c0d4c12d09282029f539173 declinePlayerMessage", - "description": "5c0d4c12d09282029f539173 description", - "failMessageText": "5c0d4c12d09282029f539173 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c44386f7744237421af0.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0d4c12d09282029f539173 name", - "note": "5c0d4c12d09282029f539173 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c18bf1386f77467c00e1342", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ee4", - "_tpl": "5aa7d03ae5b5b00016327db5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ee5", - "_tpl": "654a90aff4f81a421b0a7c86", - "parentId": "67eb506040b1947a72102ee4", - "slotId": "helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ee6", - "_tpl": "654a91068e1ce698150fd1e2", - "parentId": "67eb506040b1947a72102ee4", - "slotId": "helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ee7", - "_tpl": "654a9189bcc67a392b056c79", - "parentId": "67eb506040b1947a72102ee4", - "slotId": "helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102ee4", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c18bf1786f77467bf065204", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102eed", - "_tpl": "5ab8e4ed86f7742d8e50c7fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102eee", - "_tpl": "657044e971369562b300ce9b", - "parentId": "67eb506040b1947a72102eed", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102eef", - "_tpl": "657045741bd9beedc40b7299", - "parentId": "67eb506040b1947a72102eed", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ef0", - "_tpl": "657045b97e80617cee095bda", - "parentId": "67eb506040b1947a72102eed", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102ef1", - "_tpl": "6570460471369562b300ce9f", - "parentId": "67eb506040b1947a72102eed", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102eed", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1a60bf86f7747954540e3c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ef2", - "_tpl": "5447a9cd4bdc2dbd208b4567", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ef3", - "_tpl": "55d4b9964bdc2d1d4e8b456e", - "parentId": "67eb506040b1947a72102ef2", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102ef4", - "_tpl": "55d4887d4bdc2d962f8b4570", - "parentId": "67eb506040b1947a72102ef2", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102ef5", - "_tpl": "55d355e64bdc2d962f8b4569", - "parentId": "67eb506040b1947a72102ef2", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102ef6", - "_tpl": "55d3632e4bdc2d972f8b4569", - "parentId": "67eb506040b1947a72102ef5", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102ef7", - "_tpl": "544a38634bdc2d58388b4568", - "parentId": "67eb506040b1947a72102ef6", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102ef8", - "_tpl": "56ea8d2fd2720b7c698b4570", - "parentId": "67eb506040b1947a72102ef6", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102ef9", - "_tpl": "55d4af3a4bdc2d972f8b456f", - "parentId": "67eb506040b1947a72102ef8", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102efa", - "_tpl": "55d459824bdc2d892f8b4573", - "parentId": "67eb506040b1947a72102ef5", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102efb", - "_tpl": "637f57b78d137b27f70c496a", - "parentId": "67eb506040b1947a72102efa", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102efc", - "_tpl": "55d5f46a4bdc2d1b198b4567", - "parentId": "67eb506040b1947a72102ef5", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102efd", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72102ef2", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102efe", - "_tpl": "55d4ae6c4bdc2d8b2f8b456e", - "parentId": "67eb506040b1947a72102efd", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102eff", - "_tpl": "55d44fd14bdc2d962f8b456e", - "parentId": "67eb506040b1947a72102ef2", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102ef2", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1a617e86f77442c47f3602", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f01", - "_tpl": "5aaa5dfee5b5b000140293d3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f02", - "_tpl": "5aaa5dfee5b5b000140293d3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f03", - "_tpl": "5aaa5dfee5b5b000140293d3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f03", - "type": "Item", - "unknown": false, - "value": 3 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc730da7d63f18200a24db", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 25500 - }, - { - "availableInGameEditions": [], - "id": "60cc732f6a2a1958fc5231fb", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1a271286f7741bb5336ccf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f04", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f05", - "_tpl": "5bfea7ad0db834001c38f1ee", - "parentId": "67eb506040b1947a72102f04", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102f06", - "_tpl": "5bfeb32b0db834001a6694d9", - "parentId": "67eb506040b1947a72102f04", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102f07", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a72102f04", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102f08", - "_tpl": "5a34fd2bc4a282329a73b4c5", - "parentId": "67eb506040b1947a72102f07", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102f09", - "_tpl": "5a34fe59c4a282000b1521a2", - "parentId": "67eb506040b1947a72102f08", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102f0a", - "_tpl": "5bfebc5e0db834001a6694e5", - "parentId": "67eb506040b1947a72102f04", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102f0b", - "_tpl": "5b2388675acfc4771e1be0be", - "parentId": "67eb506040b1947a72102f0a", - "slotId": "mod_scope" - } - ], - "target": "67eb506040b1947a72102f04", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc731a8f570e28f1481156", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f0e", - "_tpl": "6570254fcfc010a0f5006a22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f0f", - "_tpl": "5a6086ea4f39f99cd479502f", - "parentId": "67eb506040b1947a72102f0e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102f10", - "_tpl": "6570254fcfc010a0f5006a22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f11", - "_tpl": "5a6086ea4f39f99cd479502f", - "parentId": "67eb506040b1947a72102f10", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102f10", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1a274586f774382929219e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f13", - "_tpl": "5c0558060db834001b735271", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f14", - "_tpl": "5c0558060db834001b735271", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f14", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "657fc218fd86b9d9680c4a1a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f15", - "_tpl": "656fa8d700d62bcd2e024084" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102f15", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0d4c12d09282029f539173 startedMessageText", - "status": 0, - "successMessageText": "5c0d4c12d09282029f539173 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "5c0d4e61d09282029f53920e": { - "QuestName": "The Guide", - "_id": "5c0d4e61d09282029f53920e", - "acceptPlayerMessage": "5c0d4e61d09282029f53920e acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c0d4e61d09282029f53920e changeQuestMessageText", - "completePlayerMessage": "5c0d4e61d09282029f53920e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c0d4f07d09282029f539214", - "target": [ - "Woods" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c0d5097d09282029c740ede", - "status": [ - "Survived", - "Transit" - ] - } - ], - "id": "5c0d4ea5d09282029d76ad31" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0e6876d09282029e2fffe0", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c0d5035d09282029d76ad3a", - "target": [ - "bigmap" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c0d509dd09282029e2fffcf", - "status": [ - "Survived", - "Transit" - ] - } - ], - "id": "5c0d4ff4d09282029e2fffcd" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0e687ad0928202b25db840", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c1397fd86f7743b056e2aaa", - "status": [ - "Survived", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c13981886f774365a69cc4b", - "target": [ - "Interchange" - ] - } - ], - "id": "5c13979886f774251443c1a5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c13979886f774251443c1a6", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c13983086f7747878361a4e", - "status": [ - "Survived", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c13984486f774210563ecdf", - "target": [ - "Shoreline" - ] - } - ], - "id": "5c13982286f774365a69cc4c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c13982286f774365a69cc4d", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c1398bd86f77430a665d30e", - "status": [ - "Survived", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c1398ca86f77430a665d30f", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "5c13989886f7747878361a4f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c13989886f7747878361a50", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c1931f386f7745b0a61db26", - "target": [ - "laboratory" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c19320086f7745b0a61db27", - "status": [ - "Survived", - "Transit" - ] - } - ], - "id": "5c1931e686f7747ce71bcbe9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1931e686f7747ce71bcbea", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5dc984b8e520fb08ed2fee73", - "target": [ - "RezervBase" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5dc984c3f5797f2494325086", - "status": [ - "Survived", - "Transit" - ] - } - ], - "id": "5dc984ae4b68b15f4825cea4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5dc984ae4b68b15f4825cea5", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "629f08f2ca453d29513994d6", - "target": [ - "Lighthouse" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "629f08f9d285f377953b2af3", - "status": [ - "Survived", - "Transit" - ] - } - ], - "id": "629f08e7d285f377953b2af2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "629f08e7d285f377953b2af1", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63aec66e3bb57c3bcc6edbcc", - "target": [ - "TarkovStreets" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "63aec67a10b51943bb3558d9", - "status": [ - "Survived", - "Transit" - ] - } - ], - "id": "63aec66556503c322a190373" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aec66556503c322a190372", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65e08b878e22b884c823a57e", - "target": [ - "Sandbox", - "Sandbox_high" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "65e08b903c0cbc1cea7737ce", - "status": [ - "Survived", - "Transit" - ] - } - ], - "id": "65e08b7acb9747d67f564c3c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65e08b7a2f82d184fcf9ef61", - "index": 9, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d0a0e2286f7743a1a74d63b", - "index": 0, - "parentId": "", - "value": 40, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d0a111586f7743a1b0d87b1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bc8586f7741b543d8ea4", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5c13990686f7743b056e2aab", - "status": [ - "Killed", - "Left", - "MissingInAction" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c13992486f774365a69cc4e", - "target": [ - "Shoreline", - "factory4_night", - "bigmap", - "Sandbox", - "Lighthouse", - "RezervBase", - "Woods", - "factory4_day", - "TarkovStreets", - "laboratory", - "Interchange", - "Sandbox_high" - ] - } - ], - "id": "5c0d4f46d09282029f539215" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c0d4f46d09282029f539216", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "5c0d4e61d09282029f53920e declinePlayerMessage", - "description": "5c0d4e61d09282029f53920e description", - "failMessageText": "5c0d4e61d09282029f53920e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c0d4e61d09282029f53920e name", - "note": "5c0d4e61d09282029f53920e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc738998b49270603645cd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 42600 - }, - { - "availableInGameEditions": [], - "id": "60cc738e77dc197c774254bc", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c1cfe7e86f7743db8758cfd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ca5", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a72102ca5", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1ce80a86f774716e34081d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ca7", - "_tpl": "5c0a2cec0db834001b7ce47d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ca7", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1ce81a86f774716e34081f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ca9", - "_tpl": "5c0e66e2d174af02a96252f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ca9", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c1ce82d86f77470b220d1d9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cab", - "_tpl": "59bfe68886f7746004266202", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cac", - "_tpl": "59bfe68886f7746004266202", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102cad", - "_tpl": "59bfe68886f7746004266202", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cad", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "5c19314586f774315e7716c4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cae", - "_tpl": "5c0a2cec0db834001b7ce47d" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102cae", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5c19318086f7745fa96afd4a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102caf", - "_tpl": "5c0e66e2d174af02a96252f4" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102caf", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5c19319686f7747ce71bcbe7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cb0", - "_tpl": "59bfe68886f7746004266202" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102cb0", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "655b82abb71eeb7c4168c632", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cb2", - "_tpl": "5ba26835d4351e0035628ff5", - "upd": { - "StackObjectsCount": 70 - } - }, - { - "_id": "67eb506040b1947a72102cb3", - "_tpl": "5ba26835d4351e0035628ff5", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102cb3", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c0d4e61d09282029f53920e startedMessageText", - "status": 0, - "successMessageText": "5c0d4e61d09282029f53920e successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "5c10f94386f774227172c572": { - "QuestName": "The Blood of War - Part 3", - "_id": "5c10f94386f774227172c572", - "acceptPlayerMessage": "5c10f94386f774227172c572 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c10f94386f774227172c572 changeQuestMessageText", - "completePlayerMessage": "5c10f94386f774227172c572 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c10f94386f774227172c574", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], "value": 1, "visibilityConditions": [], - "zoneId": "bar_fuel3_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c10f94386f774227172c575", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "bar_fuel3_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c10f94386f774227172c576", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "bar_fuel3_3" + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "65801ad65176ca6f7c31aadc", "conditions": [ { - "conditionType": "ExitStatus", + "id": "65801ae923439c15c350bade", "dynamicLocale": false, - "id": "5ae4531f86f77417eb43f0d8", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ae4532486f77418215460fb", - "target": [ - "Woods" - ] + "target": "Office_quest", + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "5ae4531986f774177033c3e5" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c10f94386f774227172c577", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "65801ad655315fdce2096bec", + "index": 1, "parentId": "", - "type": "Completion", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "64e14e40c6eac9f1f7095019", - "target": "5c10f94386f774227172c574" + "id": "6581d08b1c94ba22f6beb6ea", + "target": "65733403eefc2c312a759ddc", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65801b075c96f111f780bdf0", + "conditions": [ + { + "id": "65801b16fc87cfba118a95a2", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "65801b07a26e65a69c2fedd1", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6581d080a0840cce44cab902", + "target": "65733403eefc2c312a759ddc", + "conditionType": "CompleteCondition" }, { - "conditionType": "CompleteCondition", - "id": "64e14e4810139b0c0e01d5e8", - "target": "5c10f94386f774227172c575" - }, + "id": "6581d08529fb2f98679432cf", + "target": "65801ad655315fdce2096bec", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "658406268252eaa057979746", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135e8c115f907b14700aa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "658406286861262701d570ae", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 23, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "65733403eefc2c312a759ddb description", + "failMessageText": "65733403eefc2c312a759ddb failMessageText", + "declinePlayerMessage": "65733403eefc2c312a759ddb declinePlayerMessage", + "name": "65733403eefc2c312a759ddb name", + "note": "65733403eefc2c312a759ddb note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/6589939cd4523b429f73ce83.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "65733403eefc2c312a759ddb startedMessageText", + "successMessageText": "65733403eefc2c312a759ddb successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 23000, + "id": "65733403eefc2c312a759dfc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6584130b66ddfd17202b82bb", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 149500, + "id": "6584132066ddfd17202b82c0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23f2", + "unknown": false, + "findInRaid": false, + "items": [ { - "conditionType": "CompleteCondition", - "id": "64e14e56a6f1e7dfd50127cb", - "target": "5c10f94386f774227172c576" + "_id": "68010065f81036801d0b23f2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 149500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6584133291a14b21510c6339", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23f4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23f4", + "_tpl": "573477e124597737dd42e191", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "65841341606b8d720b4b8f4c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23f6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23f6", + "_tpl": "5734779624597737e04bf329", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658413520e40596ad2175a3a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23f8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23f8", + "_tpl": "5af04b6486f774195a3ebb49", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6584135f5e9d963e11096cd1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b23fa", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b23fa", + "_tpl": "62a0a098de7ac8199358053b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } } ] } ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fb27e86f7744a160dda8c", - "index": 0, - "parentId": "", - "value": 30, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fcf9486f7742b3b47e370", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5b47876e86f7744d1c353205", - "visibilityConditions": [] - } - ], "Fail": [] }, - "declinePlayerMessage": "5c10f94386f774227172c572 declinePlayerMessage", - "description": "5c10f94386f774227172c572 description", - "failMessageText": "5c10f94386f774227172c572 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5b4787d086f7744d184ecb35.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5c10f94386f774227172c572 name", - "note": "5c10f94386f774227172c572 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc99a99f89812e5b6aa87e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21300 - }, - { - "availableInGameEditions": [], - "id": "60cc99b4a7d63f18200a2511", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c19225386f77401b247ff8f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cdc", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a72103cdc", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c19241d86f77401b1301f39", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cde", - "_tpl": "5c0e774286f77468413cc5b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103cde", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b8abd975a7f3c734661ad", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cdf", - "_tpl": "5c0e655586f774045612eeb2" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103cdf", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c10f94386f774227172c572 startedMessageText", - "status": 0, - "successMessageText": "5c10f94386f774227172c572 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "5c1128e386f7746565181106": { - "QuestName": "Fertilizers", - "_id": "5c1128e386f7746565181106", - "acceptPlayerMessage": "5c1128e386f7746565181106 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5979f9ba86f7740f6c3fe9f2": { + "QuestName": "Chemical - Part 1", + "_id": "5979f9ba86f7740f6c3fe9f2", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c1128e386f7746565181106 changeQuestMessageText", - "completePlayerMessage": "5c1128e386f7746565181106 completePlayerMessage", + "acceptPlayerMessage": "5979f9ba86f7740f6c3fe9f2 acceptPlayerMessage", + "changeQuestMessageText": "5979f9ba86f7740f6c3fe9f2 changeQuestMessageText", + "completePlayerMessage": "5979f9ba86f7740f6c3fe9f2 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ca719ef86f7740a78020783", + "id": "5979fc2686f77426d702a0f2", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "target": [ - "5c06779c86f77426e00dd782" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, + "isEncoded": false, + "onlyFoundInRaid": false, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ca71a1e86f7740f5a5b88a2", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", "target": [ - "5c06782b86f77426df5407d2" + "5939e5a786f77461f11c0098" ], - "value": 5, + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1129ed86f7746569440e88", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c06779c86f77426e00dd782" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c112a1b86f774656777d1ae", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c06782b86f77426df5407d2" - ], - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fb46386f7744a184fb3c2", - "index": 0, - "parentId": "", - "value": 30, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fb45b86f7744a1a275659", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3464c86f7741d651d6877", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c1128e386f7746565181106 declinePlayerMessage", - "description": "5c1128e386f7746565181106 description", - "failMessageText": "5c1128e386f7746565181106 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c1128e386f7746565181106 name", - "note": "5c1128e386f7746565181106 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc7f848f570e28f148116e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17200 - }, - { - "availableInGameEditions": [], - "id": "60cc7f8f179f8541b846927b", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c18bf7e86f77467be0572e9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b7a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a72102b7a", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc7f8a3e4e974efa345d74", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b7c", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b7d", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b7d", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "63a19f1b2c2d4f2e48078091", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b7e", - "_tpl": "6193a720f8ee7e52e42109ed", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a72102b7f", - "_tpl": "6194f02d9bb3d20b0946d2f0", - "parentId": "67eb506040b1947a72102b7e", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102b80", - "_tpl": "6194f5a318a3974e5e7421eb", - "parentId": "67eb506040b1947a72102b7e", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102b81", - "_tpl": "6194f2df645b5d229654ad77", - "parentId": "67eb506040b1947a72102b80", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102b82", - "_tpl": "6194f3286db0f2477964e67d", - "parentId": "67eb506040b1947a72102b80", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102b83", - "_tpl": "6193d3149fb0c665d5490e32", - "parentId": "67eb506040b1947a72102b7e", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102b84", - "_tpl": "6193d3cded0429009f543e6a", - "parentId": "67eb506040b1947a72102b7e", - "slotId": "mod_trigger" - }, - { - "_id": "67eb506040b1947a72102b85", - "_tpl": "6193d3be7c6c7b169525f0da", - "parentId": "67eb506040b1947a72102b7e", - "slotId": "mod_hammer" - }, - { - "_id": "67eb506040b1947a72102b86", - "_tpl": "6193d5d4f8ee7e52e4210a1b", - "parentId": "67eb506040b1947a72102b7e", - "slotId": "mod_catch" - }, - { - "_id": "67eb506040b1947a72102b87", - "_tpl": "619624b26db0f2477964e6b0", - "parentId": "67eb506040b1947a72102b7e", - "slotId": "mod_mount_000" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102b7e", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c1128e386f7746565181106 startedMessageText", - "status": 0, - "successMessageText": "5c1128e386f7746565181106 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "5c112d7e86f7740d6f647486": { - "QuestName": "Scavenger", - "_id": "5c112d7e86f7740d6f647486", - "acceptPlayerMessage": "5c112d7e86f7740d6f647486 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c112d7e86f7740d6f647486 changeQuestMessageText", - "completePlayerMessage": "5c112d7e86f7740d6f647486 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c112dc486f77465686bff38", - "index": 0, - "parentId": "", - "target": "Search", - "value": 9, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd17786f7742b3b47f063", - "index": 0, - "parentId": "", - "value": 25, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd15f86f7742b3c0a7b78", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b478b1886f7744d1b23c57d", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c112d7e86f7740d6f647486 declinePlayerMessage", - "description": "5c112d7e86f7740d6f647486 description", - "failMessageText": "5c112d7e86f7740d6f647486 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c112d7e86f7740d6f647486 name", - "note": "5c112d7e86f7740d6f647486 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc9a83f81cc57f4717189b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17700 - }, - { - "availableInGameEditions": [], - "id": "60cc9a8841fd1e14d71e22fd", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c19265186f77401b247ff98", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c82", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 65000 - } - } - ], - "target": "67eb506040b1947a72103c82", - "type": "Item", - "unknown": false, - "value": 65000 - }, - { - "availableInGameEditions": [], - "id": "5c192fb086f7747ce71bcbe0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c83", - "_tpl": "5bffe7930db834001b734a39" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103c83", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c112d7e86f7740d6f647486 startedMessageText", - "status": 0, - "successMessageText": "5c112d7e86f7740d6f647486 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Skill" - }, - "5c1141f386f77430ff393792": { - "QuestName": "Living High is Not a Crime - Part 2", - "_id": "5c1141f386f77430ff393792", - "acceptPlayerMessage": "5c1141f386f77430ff393792 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c1141f386f77430ff393792 changeQuestMessageText", - "completePlayerMessage": "5c1141f386f77430ff393792 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ca7254e86f7740d424a2043", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590de71386f774347051a052" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ca7258986f7740d424a2044", + "id": "5979fc7e86f77426d702a0f4", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "590de7e986f7741b096e5f32" + "5939e5a786f77461f11c0098" ], - "value": 2, - "visibilityConditions": [] + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a5778ee86f7743e84764334", + "target": "5979fc2686f77426d702a0f2", + "conditionType": "CompleteCondition" + } + ] }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a700893e015d7ce1151d90", + "id": "5979fc5386f77426d702a0f3", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "62a091170b9d3c46de5b6cf2" + "5780cfa52459777dfb276eb1" ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "62a700a37230237f257cac2d", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e54f62086f774219b0f1937" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c11427386f77430ff393793", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590de71386f774347051a052" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c122c5f86f77437e44bcb0e", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590de7e986f7741b096e5f32" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a70094ec21e50cad3b670b", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a091170b9d3c46de5b6cf2" - ], "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a700c2ec21e50cad3b670c", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "id": "5979fc9286f77426d702a0f5", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "5e54f62086f774219b0f1937" + "5780cfa52459777dfb276eb1" ], - "value": 2, - "visibilityConditions": [] + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57790986f7740d2014edfd", + "target": "5979fc5386f77426d702a0f3", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5a3fbbfd86f77459d52a16a7", + "conditions": [ + { + "id": "5a3fbc1a86f77459d52a16ae", + "dynamicLocale": false, + "target": "bomj_place", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5a3fbbfd86f77459d52a16a8", + "index": 4, + "parentId": "5979fc2686f77426d702a0f2", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fd04886f7742b3b47e8a2", + "conditionType": "Level", + "id": "59a9257d86f774789e6e45b7", "index": 0, "parentId": "", - "status": [ - 4 - ], - "target": "5c10f94386f774227172c572", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "629f0b68274d12190d1883e5", - "index": 1, + "id": "59b95c7786f77418457056ed", + "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5979eee086f774311955e614", "status": [ 4 ], - "target": "5b47891f86f7744d1b23c571", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5c1141f386f77430ff393792 declinePlayerMessage", - "description": "5c1141f386f77430ff393792 description", - "failMessageText": "5c1141f386f77430ff393792 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, + "description": "5979f9ba86f7740f6c3fe9f2 description", + "failMessageText": "5979f9ba86f7740f6c3fe9f2 failMessageText", + "declinePlayerMessage": "5979f9ba86f7740f6c3fe9f2 declinePlayerMessage", + "name": "5979f9ba86f7740f6c3fe9f2 name", + "note": "5979f9ba86f7740f6c3fe9f2 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/59c1285d86f77415042983dd.jpg", + "type": "PickUp", "isKey": false, - "location": "any", - "name": "5c1141f386f77430ff393792 name", - "note": "5c1141f386f77430ff393792 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5979f9ba86f7740f6c3fe9f2 startedMessageText", + "successMessageText": "5979f9ba86f7740f6c3fe9f2 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc99f7826ca0323464bd0b", - "index": 0, + "value": 4800, + "id": "5c94febb86f77455192fa42b", "type": "Experience", - "unknown": false, - "value": 25900 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc9a11826ca0323464bd0c", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", + "value": 0.04, + "id": "60c8b03f919c14709f497393", "type": "TraderStanding", - "unknown": false, - "value": 0.05 + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5c1925a286f77401b247ff96", + "value": 15000, + "id": "5a2e791f86f7741a9612d1f3", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b23fc", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103c49", + "_id": "68010065f81036801d0b23fc", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 110000 + "StackObjectsCount": 15000 } } - ], - "target": "67eb506040b1947a72103c49", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cb5b603e4e974efa3452cb", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2400", "unknown": false, - "value": 110000 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "60cc9a36f81cc57f4717189a", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103c4e", - "_tpl": "5aa7e276e5b5b000171d0647", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c4f", - "_tpl": "657bc06daab96fccee08be9b", - "parentId": "67eb506040b1947a72103c4e", - "slotId": "Helmet_top", + "_id": "68010065f81036801d0b2400", + "_tpl": "5d5e9c74a4b9364855191c40", "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103c50", - "_tpl": "657bc0d8a1c61ee0c303632f", - "parentId": "67eb506040b1947a72103c4e", - "slotId": "Helmet_back", + "_id": "68010065f81036801d0b2401", + "_tpl": "657f8b94f92cd718b70154ff", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b2400", + "slotId": "Helmet_top" }, { - "_id": "67eb506040b1947a72103c51", - "_tpl": "657bc107aab96fccee08be9f", - "parentId": "67eb506040b1947a72103c4e", - "slotId": "Helmet_ears", + "_id": "68010065f81036801d0b2402", + "_tpl": "657f8b43f92cd718b70154fb", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b2400", + "slotId": "Helmet_back" } - ], - "target": "67eb506040b1947a72103c4e", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc9a3cac6eb02bc726de59", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c53", - "_tpl": "5aa7e373e5b5b000137b76f0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c53", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc9a39a7d63f18200a2512", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c5d", - "_tpl": "5e4ac41886f77406a511c9a8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c5e", - "_tpl": "6575ef599c7cad336508e453", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c5f", - "_tpl": "6575ef6bf6a13a7b7100b093", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c60", - "_tpl": "6575ef78da698a4e980677eb", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c61", - "_tpl": "6575ef7f9c7cad336508e457", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c62", - "_tpl": "656fae5f7c2d57afe200c0d7", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c63", - "_tpl": "656fae5f7c2d57afe200c0d7", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c64", - "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c65", - "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb506040b1947a72103c5d", - "slotId": "right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103c5d", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b8c08b71eeb7c4168c636", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c6d", - "_tpl": "628d0618d1ba6e4fa07ce5a4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c6e", - "_tpl": "657322988c1cc6dcd9098b2d", - "parentId": "67eb506040b1947a72103c6d", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c6f", - "_tpl": "657322a4cea9255e21023651", - "parentId": "67eb506040b1947a72103c6d", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c70", - "_tpl": "657322acd9d89ff7ac0d961b", - "parentId": "67eb506040b1947a72103c6d", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c71", - "_tpl": "657322b7d9d89ff7ac0d961f", - "parentId": "67eb506040b1947a72103c6d", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c72", - "_tpl": "656f664200d62bcd2e024077", - "parentId": "67eb506040b1947a72103c6d", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c73", - "_tpl": "657b2797c3dbcb01d60c35ea", - "parentId": "67eb506040b1947a72103c6d", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103c6d", - "traderId": 2, - "type": "ProductionScheme", - "unknown": false + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5c1141f386f77430ff393792 startedMessageText", - "status": 0, - "successMessageText": "5c1141f386f77430ff393792 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5c1234c286f77406fa13baeb": { - "QuestName": "Setup", - "_id": "5c1234c286f77406fa13baeb", - "acceptPlayerMessage": "5c1234c286f77406fa13baeb acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "657315e4a6af4ab4b50f3459": { + "QuestName": "Saving the Mole", + "_id": "657315e4a6af4ab4b50f3459", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c1234c286f77406fa13baeb changeQuestMessageText", - "completePlayerMessage": "5c1234c286f77406fa13baeb completePlayerMessage", + "acceptPlayerMessage": "657315e4a6af4ab4b50f3459 acceptPlayerMessage", + "changeQuestMessageText": "657315e4a6af4ab4b50f3459 changeQuestMessageText", + "completePlayerMessage": "657315e4a6af4ab4b50f3459 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6575a524bf654ffebfc3fc4a", "conditions": [ { - "bodyPart": [], + "id": "6575a616ac76f2ed3f1bf275", + "dynamicLocale": false, + "target": "Sandbox_5_DeadGroup_exploration", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6575a524a39d2be74e620546", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6575a62a2fa06ce52e499002", + "conditions": [ + { + "id": "6575a63cc1d5fd62e4f2fab9", + "dynamicLocale": false, + "target": "Sandbox_5_Laborant_exploration", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6575a62a62028c6d5cb43cb7", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6575a64d3111ec6f3e0fe679", + "conditions": [ + { + "id": "6575a65ac1790d1a615d4c98", + "dynamicLocale": false, + "target": "Sandbox_5_Office_exploration", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6575a64d3fc09bdfb38b713d", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "65818061afb99a95381caf63", + "target": "6575a524a39d2be74e620546", + "conditionType": "CompleteCondition" + }, + { + "id": "658180699ee9544b197c9c34", + "target": "6575a62a62028c6d5cb43cb7", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "65817fbbb454159976c91917", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6575a6ca8778e96ded05a802" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "65818058c9905608da2d03a2", + "target": "6575a64d3fc09bdfb38b713d", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "65817fc99a039ed2e97896e4", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6575a6ca8778e96ded05a802" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "658d5fd95ee6e5b7b901bae4", + "target": "6575a64d3fc09bdfb38b713d", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "657315e4a6af4ab4b50f3459 description", + "failMessageText": "657315e4a6af4ab4b50f3459 failMessageText", + "declinePlayerMessage": "657315e4a6af4ab4b50f3459 declinePlayerMessage", + "name": "657315e4a6af4ab4b50f3459 name", + "note": "657315e4a6af4ab4b50f3459 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "653e6760052c01c1c805532f", + "image": "/files/quest/icon/65899c7b6f65fb099516b25d.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "657315e4a6af4ab4b50f3459 startedMessageText", + "successMessageText": "657315e4a6af4ab4b50f3459 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3800, + "id": "65846f7b4127ec14c642d521", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "65846f879622c723546f3d3a", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 15000, + "id": "65846f92dd23e51d82405da2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2404", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2404", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 15000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "65846f9d3eed2c22a516d5c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2407", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2406", + "_tpl": "5e2af22086f7746d3f3c33fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2407", + "_tpl": "5e2af22086f7746d3f3c33fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "65846fa94127ec14c642d523", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b240a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2409", + "_tpl": "61bf7b6302b3924be92fa8c3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b240a", + "_tpl": "61bf7b6302b3924be92fa8c3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6615141bfda04449120269a7": { + "QuestName": "Drip-Out - Part 2", + "_id": "6615141bfda04449120269a7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6615141bfda04449120269a7 acceptPlayerMessage", + "changeQuestMessageText": "6615141bfda04449120269a7 changeQuestMessageText", + "completePlayerMessage": "6615141bfda04449120269a7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6615141bfda04449120269a9", + "conditions": [ + { + "id": "6615129ed5fdc5962f600fec", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "exUsec" + ], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5c12360186f7745ac71d1fb4", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "54491c4f4bdc2db1078b4568", - "56dee2bdd2720bc8328b4567", - "606dae0ab0e443224b421bb7", - "5580223e4bdc2d1c128b457f", - "64748cb8de82c85eaf0a273a", - "61f7c9e189e6fb1a5e3ea78d" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "572b7adb24597762ae139821", - "59e7708286f7742cbd762753" - ] - ], - "id": "5c12363286f7745c8b0203f4" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5c1ffed286f7742b3c0a8fd6", - "target": [ - "bigmap" - ] + "conditionType": "Kills" } - ], - "id": "5c12359086f77437bd20fecc" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fa9c986f7740de474cb3d", + "id": "6615141bfda04449120269a8", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 8, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1faa1986f7740ebd348c71", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6576e71a36a30765323cf864", - "index": 1, - "parentId": "", - "value": 18, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c1234c286f77406fa13baeb declinePlayerMessage", - "description": "5c1234c286f77406fa13baeb description", - "failMessageText": "5c1234c286f77406fa13baeb failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5968ec2986f7741ddf17db83.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5c1234c286f77406fa13baeb name", - "note": "5c1234c286f77406fa13baeb note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c0bee4d30047b777b322", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21900 - }, - { - "availableInGameEditions": [], - "id": "60c8c0c31f21c1669a48c331", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb62b32b555f16df5c4161", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d4a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a72102d4a", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb626d77dc197c77424fb8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d4b", - "_tpl": "5f2a9575926fd9352339381f", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d4c", - "_tpl": "5b099ac65acfc400186331e1", - "parentId": "67eb506040b1947a72102d4b", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d4d", - "_tpl": "5f2aa46b878ef416f538b567", - "parentId": "67eb506040b1947a72102d4b", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102d4e", - "_tpl": "5f2aa4464b50c14bcf07acdb", - "parentId": "67eb506040b1947a72102d4d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102d4f", - "_tpl": "5f2aa47a200e2c0ee46efa71", - "parentId": "67eb506040b1947a72102d4b", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102d50", - "_tpl": "5f2aa493cd375f14e15eea72", - "parentId": "67eb506040b1947a72102d4f", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72102d51", - "_tpl": "5f2aa49f9b44de6b1b4e68d4", - "parentId": "67eb506040b1947a72102d4b", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102d52", - "_tpl": "5c1780312e221602b66cc189", - "parentId": "67eb506040b1947a72102d51", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102d53", - "_tpl": "5c17804b2e2216152006c02f", - "parentId": "67eb506040b1947a72102d51", - "slotId": "mod_sight_front" - } - ], - "target": "67eb506040b1947a72102d4b", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63baf3780a8e157c7217438c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d57", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d58", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a72102d57", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d59", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a72102d57", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72102d5a", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d5b", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a72102d5a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d5c", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a72102d5a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72102d5d", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d5e", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a72102d5d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d5f", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a72102d5d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72102d60", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d61", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a72102d60", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102d62", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a72102d60", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a72102d60", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "id": "629f04a6666f92373911a484", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": true, - "value": 0.05 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c1234c286f77406fa13baeb startedMessageText", - "status": 0, - "successMessageText": "5c1234c286f77406fa13baeb successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "5c12452c86f7744b83469073": { - "QuestName": "Perfect Mediator", - "_id": "5c12452c86f7744b83469073", - "acceptPlayerMessage": "5c12452c86f7744b83469073 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c12452c86f7744b83469073 changeQuestMessageText", - "completePlayerMessage": "5c12452c86f7744b83469073 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c12470d86f77465ae27a8c0", - "index": 0, - "parentId": "", - "target": "5ac3b934156ae10c4430e83c", - "value": 4, - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1247f386f77452db1d2b03", - "index": 1, - "parentId": "", - "target": "58330581ace78e27b8b10cee", - "value": 4, - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c12484586f7744b83469074", - "index": 2, - "parentId": "", - "target": "5a7c2eca46aef81a7ca2145d", - "value": 4, - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c12487386f7742a60324299", - "index": 3, - "parentId": "", - "target": "5935c25fb3acc3127c3d8cd9", - "value": 4, - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c12489886f77452db1d2b05", - "index": 4, - "parentId": "", - "target": "54cb50c76803fa8b248b4571", - "value": 4, - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1248ef86f77428266184c2", - "index": 5, - "parentId": "", - "target": "54cb57776803fa99248b456e", - "value": 4, - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65e08db1a97b2cd4e452432d", - "index": 6, - "parentId": "", - "target": "5c0647fdd443bc2504c2d371", - "value": 4, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fab9286f77407e903a60d", - "index": 0, - "parentId": "", - "value": 35, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fab8686f77410894b63f7", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5967725e86f774601a446662", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c12452c86f7744b83469073 declinePlayerMessage", - "description": "5c12452c86f7744b83469073 description", - "failMessageText": "5c12452c86f7744b83469073 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c12452c86f7744b83469073 name", - "note": "5c12452c86f7744b83469073 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8ad929bdefb3130121b0a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 20900 - }, - { - "availableInGameEditions": [], - "id": "60c8a4069339363e8f0c6ad0", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c22472088a45016ea6b71a3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cfa", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 55000 - } - } - ], - "target": "67eb506040b1947a72102cfa", - "type": "Item", - "unknown": false, - "value": 55000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ef1a87e697e1e704d23597b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cfc", - "_tpl": "5b6d9ce188a4501afc1b2b25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cfc", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "66bb14021a47be227a5e8df2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cfd", - "_tpl": "651450ce0e00edc794068371", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72102cfe", - "_tpl": "57c44f4f2459772d2c627113", - "parentId": "67eb506040b1947a72102cfd", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102cff", - "_tpl": "5a9e81fba2750c00164f6b11", - "parentId": "67eb506040b1947a72102cfd", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102d00", - "_tpl": "57c44fa82459772d2d75e415", - "parentId": "67eb506040b1947a72102cfd", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102d01", - "_tpl": "57c450252459772d28133253", - "parentId": "67eb506040b1947a72102cfd", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102d02", - "_tpl": "6565c3ab977bcc2dbb01c2e7", - "parentId": "67eb506040b1947a72102cfd", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102d03", - "_tpl": "6565c0c2ff7eb7070409084c", - "parentId": "67eb506040b1947a72102cfd", - "slotId": "mod_foregrip" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102cfd", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c12452c86f7744b83469073 startedMessageText", - "status": 0, - "successMessageText": "5c12452c86f7744b83469073 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Skill" - }, - "5c139eb686f7747878361a6f": { - "QuestName": "Import", - "_id": "5c139eb686f7747878361a6f", - "acceptPlayerMessage": "5c139eb686f7747878361a6f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c139eb686f7747878361a6f changeQuestMessageText", - "completePlayerMessage": "5c139eb686f7747878361a6f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec14003e16f6c41ee73525f", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052fb986f7746b2101e909" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec14080c9ffe55cca300867", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05300686f7746dce784e5d" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c139eb686f7747878361a72", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052fb986f7746b2101e909" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c139eb686f7747878361a73", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05300686f7746dce784e5d" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fcf4086f7742b38527bde", - "index": 0, - "parentId": "", - "value": 35, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c1fcf3786f7742b3b47e36f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3464c86f7741d651d6877", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c139eb686f7747878361a6f declinePlayerMessage", - "description": "5c139eb686f7747878361a6f description", - "failMessageText": "5c139eb686f7747878361a6f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c139eb686f7747878361a6f name", - "note": "5c139eb686f7747878361a6f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc800698b49270603645e8", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 29000 - }, - { - "availableInGameEditions": [], - "id": "60cc801aaf2e5506c37822ce", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5c18c1d286f774186730fece", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c8d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 85000 - } - } - ], - "target": "67eb506040b1947a72102c8d", - "type": "Item", - "unknown": false, - "value": 85000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c18c21786f77467c1502abd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c8f", - "_tpl": "5a1eaa87fcdbcb001865f75e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c8f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc803aaf2e5506c37822d0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c91", - "_tpl": "5d0377ce86f774186372f689", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c91", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc800e2b555f16df5c41d0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c93", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c94", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c94", - "type": "Item", - "unknown": true, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "655b82391fe356507267b2f9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c95", - "_tpl": "5ba2678ad4351e44f824b344" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102c95", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "5d6e72c186f77410d56f1ef2", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": -0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c139eb686f7747878361a6f startedMessageText", - "status": 0, - "successMessageText": "5c139eb686f7747878361a6f successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "5c51aac186f77432ea65c552": { - "QuestName": "Collector", - "_id": "5c51aac186f77432ea65c552", - "acceptPlayerMessage": "5c51aac186f77432ea65c552 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5c51aac186f77432ea65c552 changeQuestMessageText", - "completePlayerMessage": "5c51aac186f77432ea65c552 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52da1086f7742fbb42a814", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9c377d4351e3bac12251b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52da5886f7747364267a14", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9c1e2d4351e00367fbcf0" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51bed886f77478bb033461", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9c049d4351e44f824d360" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51bf8786f77416a11e5cb2", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9b355d4351e6d1509862a" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51bf9a86f77478bf5632aa", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9bc53d4351e00367fbcee" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51bfb186f77478bd516d37", - "index": 11, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9bdb8d4351e003562b8a1" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51bfc286f77478bc7ae1d9", - "index": 13, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9b9ecd4351e3bac122519" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51c03186f7740ada3f2c3d", - "index": 15, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9b720d4351e450201234b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51c04286f77478be4009f5", - "index": 17, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9b156d4351e00367fbce9" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51c23a86f77478bb033466", - "index": 19, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9c29cd4351e003562b8a3" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51c24c86f77416a11e5cb7", - "index": 21, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bd073a586f7747e6f135799" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51c25c86f77478bf5632af", - "index": 23, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bd073c986f7747f627e796c" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec7998dc1683c0db84484e7", - "index": 25, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e54f62086f774219b0f1937" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec79b3ced84ad5ddb58e24c", - "index": 27, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e54f79686f7744022011103" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec79c5ac1683c0db84484eb", - "index": 29, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e54f76986f7740366043752" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec79fb273279f683254baaa", - "index": 31, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e54f6af86f7742199090bf3" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f75d4558f70ca7a1d684dac", - "index": 33, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5bc9be8fd4351e00334cae6e" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f75d521edb90b73913272a3", - "index": 35, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5f745ee30acaeb0d490d8c5b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60cfa136f81cc57f471718cb", - "index": 37, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "60b0f988c4449e4cb624c1da" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d06e921bdece56c249cc0c", - "index": 39, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "60b0f93284c20f0feb453da7" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d06f3420a6283a506aeb69", - "index": 41, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "60b0f7057897d47c5b04ab94" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e827faf09904268a4dbc40", - "index": 42, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5fd8d28367cb5e077335170f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d074211bdece56c249cc13", - "index": 45, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "60b0f6c058e0b0481a09ad11" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d074ef401d874962160aee", - "index": 47, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "60b0f561c4449e4cb624c1d7" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff004de19a4c3422ea5d", - "index": 48, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09ec84f842e1bd12da3f2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff141c307729c3264f96", - "index": 49, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09e974f842e1bd12da3f0" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff203e015d7ce1151d8a", - "index": 50, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09e73af34e73a266d932a" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff454de19a4c3422ea5e", - "index": 51, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09e410b9d3c46de5b6e78" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff633e015d7ce1151d8b", - "index": 53, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09dd4621468534a797ac7" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff6b3e015d7ce1151d8c", - "index": 54, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09d79de7ac81993580530" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff7f1c307729c3264f97", - "index": 55, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09d3bcf4a99369e262447" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ff897230237f257cac2a", - "index": 56, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09cfe4f842e1bd12da3e4" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ffaa7230237f257cac2c", - "index": 57, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09cb7a04c0c5c6e0a84f8" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ffb4a9a0ea77981b57d5", - "index": 58, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a091170b9d3c46de5b6cf2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6ffbcec21e50cad3b6708", - "index": 59, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a08f4c4f842e1bd12d9d62" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65b10c6a8511b7ef8694e060", - "index": 59, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09e08de7ac81993580532" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b4bcc0e6d7bc4faf7f817c", - "index": 60, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66b37f114410565a8f6789e2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b4bcec0f6e68013a5f0bac", - "index": 61, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66b37eb4acff495a29492407" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b4bd0fe194ef246734689e", - "index": 62, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66b37ea4c5d72b0277488439" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51aea486f774423e5e36e3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d0d5086f774363760aef2", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51aebf86f774423b4767d2", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d1c4cd0928202a02a6f5c", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51aee886f774423d3f9072", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68669a86f774255929b4d4", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51af7086f774423d3f9073", - "index": 3, - "parentId": "", - "status": [ - 4 - ], - "target": "596a218586f77420d232807c", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51afd786f774423e5e36e5", - "index": 4, - "parentId": "", - "status": [ - 4 - ], - "target": "5bc4893c86f774626f5ebf3e", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51affc86f774423b4767d4", - "index": 5, - "parentId": "", - "status": [ - 4 - ], - "target": "5b47825886f77468074618d3", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c51db2a86f77478be4009ff", - "index": 6, - "parentId": "", - "status": [ - 4 - ], - "target": "596a1e6c86f7741ddc2d3206", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52b92e86f77478be400a00", - "index": 7, - "parentId": "", - "status": [ - 4 - ], - "target": "5c1234c286f77406fa13baeb", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bb0586f774119c51f7f2", - "index": 8, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0bdb5286f774166e38eed4", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bb6486f774119d57d3c2", - "index": 9, - "parentId": "", - "status": [ - 4 - ], - "target": "5b4794cb86f774598100d5d4", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bb9586f774119f65fea2", - "index": 10, - "parentId": "", - "status": [ - 4 - ], - "target": "5b4795fb86f7745876267770", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bbad86f774119c51f7f3", - "index": 11, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448a386f7744d3730fff0", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bbb786f774119e65e722", - "index": 12, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448bf86f7744d733e55ee", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bbc086f77411a04c2c72", - "index": 13, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448e586f7744dcf0c2a67", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bbde86f774119d57d3c3", - "index": 14, - "parentId": "", - "status": [ - 4 - ], - "target": "5b47876e86f7744d1c353205", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52bbe986f774119f65fea3", - "index": 15, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4490786f7744ca822adcc", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c3a486f7745e2760c5c2", - "index": 16, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4493d86f7744b8e15aa8f", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c3cf86f774119d57d3c4", - "index": 17, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3464c86f7741d651d6877", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c3e386f774119f65fea4", - "index": 18, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4497b86f7744cf402ed00", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c4f386f7745e2760c5c3", - "index": 19, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac346e886f7741d6118b99b", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c50686f774119d57d3c5", - "index": 20, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4498786f7744bde357695", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c51786f774119f65fea5", - "index": 21, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449a586f7744bde357696", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c53286f7745e2760c5c4", - "index": 22, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449b386f77446d8741719", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c54586f774119d57d3c6", - "index": 23, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3475486f7741d6224abd3", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c55486f774119f65fea6", - "index": 24, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449c386f7744bde357697", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c58c86f774119f65fea7", - "index": 25, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3477486f7741d651d6885", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c59986f7745e2760c5c5", - "index": 26, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3479086f7742880308199", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c5a586f774119d57d3c7", - "index": 27, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449d986f774453a54a7e1", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c5e386f7745e2760c5c6", - "index": 28, - "parentId": "", - "status": [ - 4 - ], - "target": "5b478b1886f7744d1b23c57d", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c5f686f774119d57d3c8", - "index": 29, - "parentId": "", - "status": [ - 4 - ], - "target": "5b478d0f86f7744d190d91b5", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c60d86f774119f65fea9", - "index": 30, - "parentId": "", - "status": [ - 4 - ], - "target": "5c10f94386f774227172c572", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c62f86f7745e2760c5c7", - "index": 31, - "parentId": "", - "status": [ - 4 - ], - "target": "5c1141f386f77430ff393792", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c6f986f77411a04c2c73", - "index": 32, - "parentId": "", - "status": [ - 4 - ], - "target": "5c112d7e86f7740d6f647486", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c77386f774119c51f7f4", - "index": 33, - "parentId": "", - "status": [ - 4 - ], - "target": "5979eee086f774311955e614", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c78986f774119e65e723", - "index": 34, - "parentId": "", - "status": [ - 4 - ], - "target": "597a0e5786f77426d66c0636", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c7d286f77411a04c2c74", - "index": 35, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c7e786f774119c51f7f5", - "index": 36, - "parentId": "", - "status": [ - 4 - ], - "target": "5b478ff486f7744d184ecbbf", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c8b086f774119e65e724", - "index": 37, - "parentId": "", - "status": [ - 4 - ], - "target": "5b47926a86f7747ccc057c15", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c96586f7745e2760c5c8", - "index": 38, - "parentId": "", - "status": [ - 4 - ], - "target": "5c1128e386f7746565181106", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c9b186f774119d57d3c9", - "index": 39, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0bde0986f77479cf22c2f8", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52c9e786f774119f65feaa", - "index": 40, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0be13186f7746f016734aa", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ca1286f7745e2760c5c9", - "index": 41, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b7d686f77460d847e6a6", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ca2286f774119d57d3ca", - "index": 42, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b80086f774429a5d7e20", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ca2e86f774119f65feab", - "index": 43, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b87686f77460de0252a8", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ca5b86f774119e65e725", - "index": 44, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27ba1c86f77461ea5a3c56", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ca6e86f77411a04c2c75", - "index": 45, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bafb86f7741c73584017", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ca7c86f774119c51f7f6", - "index": 46, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bb5986f7741dfb660900", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ca9786f774119e65e726", - "index": 47, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bc8586f7741b543d8ea4", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52caae86f77411a04c2c76", - "index": 48, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d0f1886f77457b8210226", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ccdb86f774469a2cf962", - "index": 49, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d4e61d09282029f53920e", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ccfb86f774469c210932", - "index": 50, - "parentId": "", - "status": [ - 4 - ], - "target": "59c124d686f774189b3c843f", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52cd0f86f77446992b9172", - "index": 51, - "parentId": "", - "status": [ - 4 - ], - "target": "59675d6c86f7740a842fc482", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52cd2086f774469b529d72", - "index": 52, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca2eb686f77445a80ed049", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52cd3386f774469d73a592", - "index": 53, - "parentId": "", - "status": [ - 4 - ], - "target": "5967725e86f774601a446662", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ce5486f7742fba438c52", - "index": 54, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0bd94186f7747a727f09b2", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5c52ce6786f7742fb77f6b12", - "index": 55, - "parentId": "", - "status": [ - 4 - ], - "target": "5c12452c86f7744b83469073", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aa576194ab4e69304de7", - "index": 56, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25c81b86f77443e625dd71", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aa705c4f466733293daa", - "index": 57, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e45e86f77408251c4bfa", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aa86907b0e6dd2572bf5", - "index": 58, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e46e86f77409453bce7c", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aa9ac3626a43191d802c", - "index": 59, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e48186f77443e625e386", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aaad2f7b5700283d0807", - "index": 60, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e48d86f77408251c4bfb", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aabbdac30559b3230cf7", - "index": 61, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e4ad86f77443e625e387", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aad6ee64c315577a17e8", - "index": 62, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e4b786f77408251c4bfc", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9aaf46194ab4e69304de8", - "index": 63, - "parentId": "", - "status": [ - 4 - ], - "target": "5eaaaa7c93afa0558f3b5a1c", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5db9ab19907b0e6dd2572bf6", - "index": 64, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2a986f77409dd5cdf2a", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5de798b233870205123c7f33", - "index": 65, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0bd01e86f7747cdd799e56", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a73d9f89812e5b6ac368", - "index": 66, - "parentId": "", - "status": [ - 4 - ], - "target": "6086c852c945025d41566124", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a752ac6eb02bc726fcc6", - "index": 67, - "parentId": "", - "status": [ - 4 - ], - "target": "60896888e4a85c72ef3fa300", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a77141fd1e14d71e2bfc", - "index": 68, - "parentId": "", - "status": [ - 4 - ], - "target": "60896b7bfa70fc097863b8f5", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a77c646f74055e27750a", - "index": 69, - "parentId": "", - "status": [ - 4 - ], - "target": "60896bca6ee58f38c417d4f2", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a7955f9e6175514def1b", - "index": 70, - "parentId": "", - "status": [ - 4 - ], - "target": "60896e28e4a85c72ef3fa301", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a79fac6eb02bc726fcc7", - "index": 71, - "parentId": "", - "status": [ - 4 - ], - "target": "6089732b59b92115597ad789", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a7abf81cc57f47174189", - "index": 72, - "parentId": "", - "status": [ - 4 - ], - "target": "6089736efa70fc097863b8f6", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a7c7826ca0323464cf23", - "index": 73, - "parentId": "", - "status": [ - 4 - ], - "target": "608974af4b05530f55550c21", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a7cf9f89812e5b6ac369", - "index": 74, - "parentId": "", - "status": [ - 4 - ], - "target": "608974d01a66564e74191fc0", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a7dd401d87496216141f", - "index": 75, - "parentId": "", - "status": [ - 4 - ], - "target": "608a768d82e40b3c727fd17d", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60d9a80e807141159d0a4e5b", - "index": 76, - "parentId": "", - "status": [ - 4 - ], - "target": "60c0c018f7afb4354815096a", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5df5402f70537061a2afd", - "index": 77, - "parentId": "", - "status": [ - 4 - ], - "target": "61958c366726521dd96828ec", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5dfab3a3fc5247633308c", - "index": 78, - "parentId": "", - "status": [ - 4 - ], - "target": "6193850f60b34236ee0483de", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5dfbff35a514ecc1ed0fd", - "index": 79, - "parentId": "", - "status": [ - 4 - ], - "target": "61904daa7d0d857927447b9c", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5dfcf332dd0219e09c23e", - "index": 80, - "parentId": "", - "status": [ - 4 - ], - "target": "6179b4f16e9dd54ac275e407", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5dfe402f70537061a2afe", - "index": 81, - "parentId": "", - "status": [ - 4 - ], - "target": "6179ad0a6e9dd54ac275e3f2", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5dff405729870aa20e972", - "index": 82, - "parentId": "", - "status": [ - 4 - ], - "target": "6179acbdc760af5ad2053585", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5e00a332dd0219e09c23f", - "index": 83, - "parentId": "", - "status": [ - 4 - ], - "target": "6179afd0bca27a099552e040", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5e070332dd0219e09c240", - "index": 84, - "parentId": "", - "status": [ - 4 - ], - "target": "6179aff8f57fb279792c60a1", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5e09d02f70537061a2b00", - "index": 86, - "parentId": "", - "status": [ - 4 - ], - "target": "6179b3bdc7560e13d23eeb8d", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5e0af586bd35b2e706411", - "index": 87, - "parentId": "", - "status": [ - 4 - ], - "target": "6179b4d1bca27a099552e04e", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5e0bf02f70537061a2b01", - "index": 88, - "parentId": "", - "status": [ - 4 - ], - "target": "6179ad56c760af5ad2053587", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b5e0d1b8b005722c6895e2", - "index": 89, - "parentId": "", - "status": [ - 4 - ], - "target": "6179b3a12153c15e937d52bc", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a668550da185500f06053d", - "index": 90, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e43786f7740a212217fa", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a668613e015d7ce1150dfd", - "index": 91, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2e286f77444001e2e48", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a6689f7230237f257caace", - "index": 92, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2ee86f77443e35162ea", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da23d0840548bd3235c7", - "index": 94, - "parentId": "", - "status": [ - 4 - ], - "target": "5ede567cfa6dc072ce15d6e3", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da445ea3b87d6f642946", - "index": 95, - "parentId": "", - "status": [ - 4 - ], - "target": "5edaba7c0c502106f869bc02", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da4fe5fc136f356be953", - "index": 96, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d4c12d09282029f539173", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da6238f0990f212faf2c", - "index": 97, - "parentId": "", - "status": [ - 4 - ], - "target": "5c139eb686f7747878361a6f", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da6803555d0afc563b7c", - "index": 98, - "parentId": "", - "status": [ - 4 - ], - "target": "5f04886a3937dc337a6b8238", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da6f7377a65d7b070baa", - "index": 99, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2d886f77442734d335e", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da8fbc97376d1c072de3", - "index": 100, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e4ca86f77409dd5cdf2c", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da9738f0990f212faf2d", - "index": 101, - "parentId": "", - "status": [ - 4 - ], - "target": "626bdcc3a371ee3a7a3514c5", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8da9f03555d0afc563b7d", - "index": 102, - "parentId": "", - "status": [ - 4 - ], - "target": "626bd75e47ea7f506e5493c5", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8daae9838dc54b47ce975", - "index": 104, - "parentId": "", - "status": [ - 4 - ], - "target": "626bd75c71bd851e971b82a5", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8dab603555d0afc563b7e", - "index": 105, - "parentId": "", - "status": [ - 4 - ], - "target": "626bd75b05f287031503c7f6", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8dae4bc97376d1c072de4", - "index": 106, - "parentId": "", - "status": [ - 4 - ], - "target": "6089743983426423753cd58a", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8dbbd9838dc54b47ce976", - "index": 107, - "parentId": "", - "status": [ - 4 - ], - "target": "5edac63b930f5454f51e128b", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8dc4a9838dc54b47ce977", - "index": 108, - "parentId": "", - "status": [ - 4 - ], - "target": "596b455186f77457cb50eccb", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8db125ea3b87d6f642947", - "index": 109, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4499a86f77449783815db", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8db31bc97376d1c072de5", - "index": 110, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e44386f77409453bce7b", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8db6438f0990f212faf2e", - "index": 111, - "parentId": "", - "status": [ - 4 - ], - "target": "5edabd13218d181e29451442", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8dc8a03555d0afc563b7f", - "index": 112, - "parentId": "", - "status": [ - 4 - ], - "target": "5fd9fad9c1ce6b1a3b486d00", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8dd6fe8ba897900054469", - "index": 113, - "parentId": "", - "status": [ - 4 - ], - "target": "60e71c48c1bfa3050473b8e5", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8ddb7e8ba89790005446b", - "index": 115, - "parentId": "", - "status": [ - 4 - ], - "target": "60e71bb4e456d449cd47ca75", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62ac3dfe445349374b2882ce", - "index": 117, - "parentId": "", - "status": [ - 4 - ], - "target": "5d4bec3486f7743cac246665", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c327371e1322f519f0c56a", - "index": 113, - "parentId": "", - "status": [ - 4 - ], - "target": "66b38c7bf85b8bf7250f9cb6", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c3274d38a03bf894df7b52", - "index": 114, - "parentId": "", - "status": [ - 4 - ], - "target": "66b38e144f2ab7cc530c3fe7", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c496de4f514103f955affa", - "index": 115, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa394e0c9f9fafa082897", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c496eed5960bb981dd2f50", - "index": 116, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa395c4c5c04798002497", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c496f7dbc92aebd630aa11", - "index": 117, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3979b0ce3feae01a130", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c4970130aabd8cf9e94d30", - "index": 118, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa399033a3ce9870338a8", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c49712d73ab72a424598dd", - "index": 119, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa39b91b0a8c9680fc467", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c4971a330c686775843ec9", - "index": 120, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa39c64ea11e84c0642a6", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c4972b7f1c1abac02999c8", - "index": 121, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa39ee749756c920d02c8", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c497450957cce50ea1dfb2", - "index": 122, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3a08b4a64b332041ff7", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c4974fe3cb3cee505bad46", - "index": 123, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3a1c26f13bd04030f37", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c4975a0d00687b75eff9ad", - "index": 124, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3a3ad7f1eac2607ed48", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c4976445f27c0a45d7903d", - "index": 125, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3a40c828825de06d6a1", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1f52ed301e7ac6a60a6e", - "index": 126, - "parentId": "", - "status": [ - 4 - ], - "target": "675c03d1f7da9792a405549a", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1f9f05586019e266cf01", - "index": 127, - "parentId": "", - "status": [ - 4 - ], - "target": "675c085d59b0575973005f52", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1fb3b01b44b581277dcc", - "index": 128, - "parentId": "", - "status": [ - 4 - ], - "target": "675c1570526ff496850895d9", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1fba8101ad209ff6f43c", - "index": 129, - "parentId": "", - "status": [ - 4 - ], - "target": "675c047fa46173572a0bd878", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1fc25d2efeefd57eb018", - "index": 130, - "parentId": "", - "status": [ - 4 - ], - "target": "675c04f4db8807b75d0f38e8", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1fd6de20da21c83f7bef", - "index": 131, - "parentId": "", - "status": [ - 4 - ], - "target": "675c1cf4a757ddd00404f0a3", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1fe6632c18a69234796a", - "index": 133, - "parentId": "", - "status": [ - 4 - ], - "target": "675c1ec7a46173572a0bf20a", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1fee123ea0c41e1df0ab", - "index": 134, - "parentId": "", - "status": [ - 4 - ], - "target": "675c1ff1a757ddd00404f0aa", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1ff5ac2bf19bfcbc5084", - "index": 135, - "parentId": "", - "status": [ - 4 - ], - "target": "675c3507a06634b5110e3c18", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676d1ffb431d1cc0300a18ba", - "index": 136, - "parentId": "", - "status": [ - 4 - ], - "target": "675c3582f6ddc329a90f9c6d", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5c51aac186f77432ea65c552 declinePlayerMessage", - "description": "5c51aac186f77432ea65c552 description", - "failMessageText": "5c51aac186f77432ea65c552 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6137505384aedf00fa17b651.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5c51aac186f77432ea65c552 name", - "note": "5c51aac186f77432ea65c552 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5c51c28a86f77478be4009fa", - "index": 0, - "items": [ - { - "_id": "6492e44af4287b13040fc722", - "_tpl": "5c093ca986f7740a1867ab12", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6492e44af4287b13040fc722", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "619d045e23893217ec30b696", - "index": 0, - "items": [ - { - "_id": "6492e44af4287b13040fc723", - "_tpl": "619bddc6c9546643a67df6ee", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6492e44af4287b13040fc723", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "664f249468508d74604bf55f", - "index": 0, - "target": "664f1f8768508d74604bf556", - "type": "Achievement", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5c51aac186f77432ea65c552 startedMessageText", - "status": 0, - "successMessageText": "5c51aac186f77432ea65c552 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "PickUp" - }, - "5d2495a886f77425cd51e403": { - "QuestName": "Introduction", - "_id": "5d2495a886f77425cd51e403", - "acceptPlayerMessage": "5d2495a886f77425cd51e403 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d2495a886f77425cd51e403 changeQuestMessageText", - "completePlayerMessage": "5d2495a886f77425cd51e403 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac1911160cc610ba035e21", - "target": "huntsman_001", - "value": 1 - } - ], - "id": "63ac18f4972364554162a25d" - }, "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "63ac18f4972364554162a25c", - "index": 1, + "value": 100, + "visibilityConditions": [], "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d249a6e86f774791546e952", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5d3ec50586f774183a607442" - ], - "value": 1, - "visibilityConditions": [] + "isResetOnConditionFailed": false }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d249aa286f77475e8376399", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "id": "661682aed31d408548016468", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "5d3ec50586f774183a607442" + "628baf0b967de16aab5a4f36", + "618cfae774bb2d036a049e7c", + "6038b4ca92ec1c3103795a0d", + "6038b4b292ec1c3103795a0b", + "5e9dcf5986f7746c417435b3", + "5e9db13186f7742f845ee9d3", + "5e4abc6786f77406812bd572", + "5e4abb5086f77406975c9342" ], - "value": 1, + "globalQuestCounterId": "", + "value": 50, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d7fc0fb86f77440351becb3", + "id": "661528e77acdd32dda13bafc", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "65734c186dc1e402c80dc19e", "status": [ 2, 4 ], - "target": "5ac23c6186f7741247042bad", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d2495a886f77425cd51e403 declinePlayerMessage", - "description": "5d2495a886f77425cd51e403 description", - "failMessageText": "5d2495a886f77425cd51e403 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b2a086f774131e206c05.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5d2495a886f77425cd51e403 name", - "note": "5d2495a886f77425cd51e403 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5d65672186f774766e559dc9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - }, - { - "availableInGameEditions": [], - "id": "60cc7502e3d0247e625dab66", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc74fd77dc197c774254be", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a07", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103a07", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "id": "5d78c49786f7745041358b58", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d2495a886f77425cd51e403 startedMessageText", - "status": 0, - "successMessageText": "5d2495a886f77425cd51e403 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "5d24b81486f77439c92d6ba8": { - "QuestName": "Acquaintance", - "_id": "5d24b81486f77439c92d6ba8", - "acceptPlayerMessage": "5d24b81486f77439c92d6ba8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d24b81486f77439c92d6ba8 changeQuestMessageText", - "completePlayerMessage": "5d24b81486f77439c92d6ba8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5d24ba7886f77439c92d6baa", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590c5d4b86f774784e1b9c45" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d24bb4886f77439c92d6bad", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "656df4fec921ad01000481a2" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d24bb7286f7741f7956be74", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347da92459774491567cf5" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { "availableAfter": 0, - "conditionType": "Quest", "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d76276186f774454c5360bc", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d2495a886f77425cd51e403", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5d24b81486f77439c92d6ba8 declinePlayerMessage", - "description": "5d24b81486f77439c92d6ba8 description", - "failMessageText": "5d24b81486f77439c92d6ba8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d66701986f7744a2e70f025.jpg", - "instantComplete": false, - "isKey": false, + "description": "6615141bfda04449120269a7 description", + "failMessageText": "6615141bfda04449120269a7 failMessageText", + "declinePlayerMessage": "6615141bfda04449120269a7 declinePlayerMessage", + "name": "6615141bfda04449120269a7 name", + "note": "6615141bfda04449120269a7 note", + "traderId": "5ac3b934156ae10c4430e83c", "location": "any", - "name": "5d24b81486f77439c92d6ba8 name", - "note": "5d24b81486f77439c92d6ba8 note", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6615141bfda04449120269a7 startedMessageText", + "successMessageText": "6615141bfda04449120269a7 successMessageText", + "rewards": { + "Started": [], + "Success": [], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc9e67ac6eb02bc726de61", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 3900 - }, - { - "availableInGameEditions": [], - "id": "60cc9e7220a6283a506aeb43", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc9e6c98b4927060364609", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210394c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a7210394c", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc9eb1b2736c24b2118ba0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210394e", - "_tpl": "5e2af37686f774755a234b65", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210394e", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d24b81486f77439c92d6ba8 startedMessageText", - "status": 0, - "successMessageText": "5d24b81486f77439c92d6ba8 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25aed386f77442734d25d2": { - "QuestName": "The Survivalist Path - Unprotected but Dangerous", - "_id": "5d25aed386f77442734d25d2", - "acceptPlayerMessage": "5d25aed386f77442734d25d2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "6574e0dedc0d635f633a5805": { + "QuestName": "Test Drive - Part 4", + "_id": "6574e0dedc0d635f633a5805", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25aed386f77442734d25d2 changeQuestMessageText", - "completePlayerMessage": "5d25aed386f77442734d25d2 completePlayerMessage", + "acceptPlayerMessage": "6574e0dedc0d635f633a5805 acceptPlayerMessage", + "changeQuestMessageText": "6574e0dedc0d635f633a5805 changeQuestMessageText", + "completePlayerMessage": "6574e0dedc0d635f633a5805 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6574e0dedc0d635f633a5808", "conditions": [ { - "bodyPart": [], + "id": "63a5cfc34610fa47416d8efe", + "dynamicLocale": false, + "target": "Any", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [ + "65268d8ecb944ff1e90ea385" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "618a75f0bd321d49084cd399" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5d25af5d86f77443e625d0b9", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "63b68baaff8292ffc8017ef0", "dynamicLocale": false, - "equipmentExclusive": [ - [ - "545cdb794bdc2d3a198b456a" - ], - [ - "5ab8e79e86f7742d8b372e78" - ], - [ - "5ab8e4ed86f7742d8e50c7fa" - ], - [ - "5c0e53c886f7747fa54205c7" - ], - [ - "5c0e51be86f774598e797894" - ], - [ - "5c0e541586f7747fa54205c9" - ], - [ - "5c0e5bab86f77461f55ed1f3" - ], - [ - "5c0e57ba86f7747fa141986d" - ], - [ - "5b44cd8b86f774503d30cba2" - ], - [ - "5b44cf1486f77431723e3d05" - ], - [ - "5b44d0de86f774503d30cba8" - ], - [ - "5b44d22286f774172b0c9de8" - ], - [ - "5ca2151486f774244a3b8d30" - ], - [ - "5ca21c6986f77479963115a7" - ], - [ - "5c0e655586f774045612eeb2" - ], - [ - "5c0e5edb86f77461f55ed1f7" - ], - [ - "5c0e625a86f7742d77340f62" - ], - [ - "59e7635f86f7742cbf2c1095" - ], - [ - "5648a7494bdc2d9d488b4583" - ], - [ - "5ab8dced86f774646209ec87" - ], - [ - "5c0e446786f7742013381639" - ], - [ - "5c0e3eb886f7742015526062" - ], - [ - "5b44cad286f77402a54ae7e5" - ], - [ - "5c0e746986f7741453628fe5" - ], - [ - "544a5caa4bdc2d1a388b4568" - ], - [ - "5d5d646386f7742797261fd9" - ], - [ - "5e9dacf986f774054d6b89f4" - ], - [ - "5e4ac41886f77406a511c9a8" - ], - [ - "5e4abb5086f77406975c9342" - ], - [ - "5fd4c474dd870108a754b241" - ], - [ - "5f5f41476bdad616ad46d631" - ], - [ - "5df8a2ca86f7740bfe6df777" - ], - [ - "5c0e722886f7740458316a57" - ], - [ - "6038b4ca92ec1c3103795a0d" - ], - [ - "6038b4b292ec1c3103795a0b" - ], - [ - "60a3c70cde5f453f634816a3" - ], - [ - "60a3c68c37ea821725773ef5" - ], - [ - "60a283193cb70855c43a381d" - ], - [ - "609e860ebd219504d8507525" - ], - [ - "609e8540d5c319764c2bc2e9" - ], - [ - "61bc85697113f767765c7fe7" - ], - [ - "61bcc89aef0f505f0c6cd0fc" - ], - [ - "62a09d79de7ac81993580530" - ], - [ - "628b9784bcf6e2659e09b8a2" - ], - [ - "628b9c7d45122232a872358f" - ], - [ - "628cd624459354321c4b7fa2" - ], - [ - "628d0618d1ba6e4fa07ce5a4" - ], - [ - "628dc750b910320f4c27a732" - ], - [ - "5d5d87f786f77427997cfaef" - ], - [ - "639343fce101f4caa40a4ef3" - ], - [ - "63737f448b28897f2802b874" - ], - [ - "64be79c487d1510151095552" - ], - [ - "64be79e2bf8412471d0d9bcc" - ], - [ - "64abd93857958b4249003418" - ], - [ - "64a5366719bab53bd203bf33" - ], - [ - "64a536392d2c4e6e970f4121" - ], - [ - "66b6296d7994640992013b17" - ], - [ - "66b6295a8ca68c6461709efa" - ], - [ - "66b6295178bbc0200425f995" - ], - [ - "674d91ce6e862d5a95059ed6" - ] - ], - "equipmentInclusive": [], - "id": "5d25af8586f77443fe4569c4" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5d2f064386f77459145a4d23", "target": [ - "Woods" - ] + "Shoreline" + ], + "conditionType": "Location" } - ], - "id": "5d25af3c86f77443ff46b9e6" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25af3c86f77443ff46b9e7", + "id": "6574e0dedc0d635f633a5807", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 5, - "visibilityConditions": [] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 30, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d76302d86f774454d58840e", + "id": "65840bd16b129408407229ce", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "64f5deac39e45b527a7c4232", "status": [ 4 ], - "target": "5d24b81486f77439c92d6ba8", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "65840c46dd0a3e4f19a3b9a1", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 40, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5d25aed386f77442734d25d2 declinePlayerMessage", - "description": "5d25aed386f77442734d25d2 description", - "failMessageText": "5d25aed386f77442734d25d2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979d3ea86f7746d0b3e3fdc.jpg", - "instantComplete": false, + "description": "6574e0dedc0d635f633a5805 description", + "failMessageText": "6574e0dedc0d635f633a5805 failMessageText", + "declinePlayerMessage": "6574e0dedc0d635f633a5805 declinePlayerMessage", + "name": "6574e0dedc0d635f633a5805 name", + "note": "6574e0dedc0d635f633a5805 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Elimination", "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5d25aed386f77442734d25d2 name", - "note": "5d25aed386f77442734d25d2 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6574e0dedc0d635f633a5805 startedMessageText", + "successMessageText": "6574e0dedc0d635f633a5805 successMessageText", "rewards": { - "Fail": [], - "Started": [], - "Success": [ + "Started": [ { "availableInGameEditions": [], - "id": "60cc9efc5f9e6175514de2ce", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5600 - }, - { - "availableInGameEditions": [], - "id": "60cc9f5e1bdece56c249cbe4", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cc9ef8f81cc57f471718a4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103920", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a72103920", + "value": 1, + "id": "6574e0dedc0d635f633a5809", "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60e2e0bcfd4472578b21defa", "index": 0, + "target": "68010065f81036801d0b240b", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103923", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "_id": "68010065f81036801d0b240b", + "_tpl": "65268d8ecb944ff1e90ea385", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "fullauto" + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } } }, { - "_id": "67eb506040b1947a72103924", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103923", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } + "_id": "68010065f81036801d0b240c", + "_tpl": "6513f0a194c72326990a3868", + "parentId": "68010065f81036801d0b240b", + "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103925", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } + "_id": "68010065f81036801d0b240d", + "_tpl": "6513f1798cb24472490ee331", + "parentId": "68010065f81036801d0b240b", + "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103926", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103925", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } + "_id": "68010065f81036801d0b240e", + "_tpl": "6513f13a8cb24472490ee32f", + "parentId": "68010065f81036801d0b240d", + "slotId": "mod_pistolgrip" }, { - "_id": "67eb506040b1947a72103927", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } + "_id": "68010065f81036801d0b240f", + "_tpl": "6513eff1e06849f06c0957d4", + "parentId": "68010065f81036801d0b240b", + "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72103928", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103927", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } + "_id": "68010065f81036801d0b2410", + "_tpl": "6513f037e06849f06c0957d7", + "parentId": "68010065f81036801d0b240f", + "slotId": "mod_bipod" }, { - "_id": "67eb506040b1947a72103929", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210392a", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103929", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210392b", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210392c", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a7210392b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210392d", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210392e", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a7210392d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210392f", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103930", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a7210392f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103931", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103932", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103931", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103933", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103934", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103933", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103935", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103936", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103935", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103935", - "type": "Item", - "unknown": false, - "value": 10 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc9f449f89812e5b6aa883", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103937", - "_tpl": "5abcbc27d8ce8700182eceeb", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103938", - "_tpl": "59d64ec286f774171d1e0a42", - "parentId": "67eb506040b1947a72103937", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103939", - "_tpl": "59d64f2f86f77417193ef8b3", - "parentId": "67eb506040b1947a72103938", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210393a", - "_tpl": "59e61eb386f77440d64f5daf", - "parentId": "67eb506040b1947a72103937", + "_id": "68010065f81036801d0b2411", + "_tpl": "6513f0f5e63f29908d0ffab8", + "parentId": "68010065f81036801d0b240f", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a7210393b", - "_tpl": "5a0071d486f77404e23a12b2", - "parentId": "67eb506040b1947a72103937", - "slotId": "mod_pistol_grip_akms" + "_id": "68010065f81036801d0b2412", + "_tpl": "6513f05a94c72326990a3866", + "parentId": "68010065f81036801d0b240b", + "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a7210393c", - "_tpl": "59d6507c86f7741b846413a2", - "parentId": "67eb506040b1947a72103937", + "_id": "68010065f81036801d0b2413", + "_tpl": "6513f153e63f29908d0ffaba", + "parentId": "68010065f81036801d0b240b", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2414", + "_tpl": "618a75c9a3884f56c957ca1b", + "parentId": "68010065f81036801d0b240b", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2415", + "_tpl": "618a75f0bd321d49084cd399", + "parentId": "68010065f81036801d0b2414", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2416", + "_tpl": "618a760e526131765025aae3", + "parentId": "68010065f81036801d0b2415", + "slotId": "mod_tactical" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 40000, + "id": "6574e0dedc0d635f633a580a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "658414e80e40596ad2175a55", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 460000, + "id": "658414fa0e40596ad2175a56", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2418", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2418", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 460000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "65858a802fd55f25210b6045", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2419", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2419", + "_tpl": "6410733d5dd49d77bd07847e", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b241a", + "_tpl": "6410745d5dd49d77bd078485", + "parentId": "68010065f81036801d0b2419", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b241b", + "_tpl": "6410758c857473525b08bb77", + "parentId": "68010065f81036801d0b2419", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b241c", + "_tpl": "64119d1f2c6d6f921a0929f8", + "parentId": "68010065f81036801d0b241b", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b241d", + "_tpl": "64119d672c6d6f921a0929fb", + "parentId": "68010065f81036801d0b241c", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b241e", + "_tpl": "64119d90dcf48d656f0aa275", + "parentId": "68010065f81036801d0b241b", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b241f", + "_tpl": "64119cdbdcf48d656f0aa272", + "parentId": "68010065f81036801d0b2419", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210393d", - "_tpl": "59d650cf86f7741b846413a4", - "parentId": "67eb506040b1947a72103937", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210393e", - "_tpl": "5abcd472d8ce8700166032ae", - "parentId": "67eb506040b1947a72103937", - "slotId": "mod_stock_akms" - }, - { - "_id": "67eb506040b1947a7210393f", - "_tpl": "5a0060fc86f7745793204432", - "parentId": "67eb506040b1947a72103937", + "_id": "68010065f81036801d0b2420", + "_tpl": "641074a07fd350b98c0b3f96", + "parentId": "68010065f81036801d0b2419", "slotId": "mod_magazine" } - ], - "target": "67eb506040b1947a72103937", + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "658415319acefd03ac5ac99b", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2427", "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25aed386f77442734d25d2 startedMessageText", - "status": 0, - "successMessageText": "5d25aed386f77442734d25d2 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25b6be86f77444001e1b89": { - "QuestName": "The Survivalist Path - Thrifty", - "_id": "5d25b6be86f77444001e1b89", - "acceptPlayerMessage": "5d25b6be86f77444001e1b89 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25b6be86f77444001e1b89 changeQuestMessageText", - "completePlayerMessage": "5d25b6be86f77444001e1b89 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25beca86f77409dd5cdbb3", - "index": 0, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "590c5d4b86f774784e1b9c45" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "huntsman_005_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25beeb86f77443fe45765f", - "index": 1, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5448fee04bdc2dbc018b4567" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "huntsman_005_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2deedc86f77459121c3118", - "index": 2, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "590c5d4b86f774784e1b9c45" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "huntsman_005_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2defc586f774591510e6b9", - "index": 3, - "isEncoded": false, - "maxDurability": 0, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5448fee04bdc2dbc018b4567" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "huntsman_005_2" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d76307886f774454c5360c1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25aed386f77442734d25d2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25b6be86f77444001e1b89 declinePlayerMessage", - "description": "5d25b6be86f77444001e1b89 description", - "failMessageText": "5d25b6be86f77444001e1b89 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5d25b6be86f77444001e1b89 name", - "note": "5d25b6be86f77444001e1b89 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc9f88826ca0323464bd14", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4700 - }, - { - "availableInGameEditions": [], - "id": "60cc9f9f98b492706036460a", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d656dba86f774766e559dcc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036c2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 22000 - } - } - ], - "target": "67eb506040b1947a721036c2", - "type": "Item", - "unknown": false, - "value": 22000 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "5d656ddc86f77476d6220ed8", - "index": 0, "items": [ { - "_id": "67eb506040b1947a721036c4", - "_tpl": "5d1b313086f77425227d1678", + "_id": "68010065f81036801d0b2423", + "_tpl": "560d75f54bdc2da74d8b4573", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721036c5", - "_tpl": "5d1b313086f77425227d1678", + "_id": "68010065f81036801d0b2424", + "_tpl": "560d61e84bdc2da74d8b4571", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036c5", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec1a3db13e6fb78d4420dbe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036c7", - "_tpl": "5d1b36a186f7742523398433", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036c7", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "62a6502a8ec41a51b34758de", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036c8", - "_tpl": "590c5d4b86f774784e1b9c45" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721036c8", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25b6be86f77444001e1b89 startedMessageText", - "status": 0, - "successMessageText": "5d25b6be86f77444001e1b89 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25bfd086f77442734d3007": { - "QuestName": "The Survivalist Path - Zhivchik", - "_id": "5d25bfd086f77442734d3007", - "acceptPlayerMessage": "5d25bfd086f77442734d3007 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25bfd086f77442734d3007 changeQuestMessageText", - "completePlayerMessage": "5d25bfd086f77442734d3007 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPartsWithEffects": [ - { - "bodyParts": [ - "Stomach" - ], - "effects": [ - "Dehydration" - ] - } - ], - "conditionType": "HealthEffect", - "dynamicLocale": false, - "energy": { - "compareMethod": ">=", - "value": 0 - }, - "hydration": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5d25c5d086f77408251c4224", - "time": { - "compareMethod": ">=", - "value": 300 - } + "StackObjectsCount": 20 }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "629f119690948017ee17c2e2", - "target": [ - "laboratory", - "bigmap", - "Sandbox", - "RezervBase", - "Interchange", - "Shoreline", - "Woods", - "TarkovStreets", - "Lighthouse" - ] + "parentId": "68010065f81036801d0b2423", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2425", + "_tpl": "560d75f54bdc2da74d8b4573", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } - ], - "id": "5d25c5a186f77443fe457660" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25c5a186f77443fe457661", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Experience", - "value": 1, - "visibilityConditions": [] + }, + { + "_id": "68010065f81036801d0b2426", + "_tpl": "560d61e84bdc2da74d8b4571", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2425", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2427", + "_tpl": "560d75f54bdc2da74d8b4573", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2428", + "_tpl": "560d61e84bdc2da74d8b4571", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2427", + "slotId": "cartridges" + } + ] }, { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5d9f035a86f7741cab6b0182", - "status": [ - "Survived" - ] - } - ], - "id": "5d9f035086f7741cac4a9712" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d9f035086f7741cac4a9713", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ + "availableInGameEditions": [], + "value": 2, + "id": "658415465e9d963e11097412", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b242b", + "unknown": false, + "findInRaid": true, + "items": [ { - "conditionType": "CompleteCondition", - "id": "5d9f036886f7741cac4a9714", - "target": "5d25c5a186f77443fe457661" + "_id": "68010065f81036801d0b242a", + "_tpl": "641074a07fd350b98c0b3f96", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b242b", + "_tpl": "641074a07fd350b98c0b3f96", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } } ] } ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5dadc99686f7744b0f1b1d2a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25b6be86f77444001e1b89", - "visibilityConditions": [] - } - ], "Fail": [] }, - "declinePlayerMessage": "5d25bfd086f77442734d3007 declinePlayerMessage", - "description": "5d25bfd086f77442734d3007 description", - "failMessageText": "5d25bfd086f77442734d3007 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b3ed86f7744a2e70f15c.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25bfd086f77442734d3007 name", - "note": "5d25bfd086f77442734d3007 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc9fda98b492706036460b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5700 - }, - { - "availableInGameEditions": [], - "id": "60cc9fdf646f74055e276536", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d6654a886f77427135f3a13", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038c6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a721038c6", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d6654db86f77472690db3c3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038c8", - "_tpl": "5c0fa877d174af02a012e1cf", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038c9", - "_tpl": "5c0fa877d174af02a012e1cf", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038c9", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ebfc121a1032866196c9386", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038cb", - "_tpl": "5d1b385e86f774252167b98a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038cc", - "_tpl": "5d1b385e86f774252167b98a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038cc", - "type": "Item", - "unknown": true, - "value": 2 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5d25bfd086f77442734d3007 startedMessageText", - "status": 0, - "successMessageText": "5d25bfd086f77442734d3007 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Experience" - }, - "5d25c81b86f77443e625dd71": { - "QuestName": "The Survivalist Path - Wounded Beast", - "_id": "5d25c81b86f77443e625dd71", - "acceptPlayerMessage": "5d25c81b86f77443e625dd71 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25c81b86f77443e625dd71 changeQuestMessageText", - "completePlayerMessage": "5d25c81b86f77443e625dd71 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPartsWithEffects": [ - { - "bodyParts": [ - "Head", - "Chest", - "Stomach", - "LeftArm", - "RightArm", - "LeftLeg", - "RightLeg" - ], - "effects": [ - "Pain" - ] - } - ], - "conditionType": "HealthEffect", - "dynamicLocale": false, - "energy": { - "compareMethod": ">=", - "value": 0 - }, - "hydration": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5d25c8ed86f7740a21220d15", - "time": { - "compareMethod": ">=", - "value": 0 - } - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d25c91186f77443e625dd72", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d25c8c986f77443e47ad479" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25c8c986f77443e47ad47a", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d7630e286f774452173421a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25bfd086f77442734d3007", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25c81b86f77443e625dd71 declinePlayerMessage", - "description": "5d25c81b86f77443e625dd71 description", - "failMessageText": "5d25c81b86f77443e625dd71 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b41686f774368e1b78df.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25c81b86f77443e625dd71 name", - "note": "5d25c81b86f77443e625dd71 note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca0195f9e6175514de2cf", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5800 - }, - { - "availableInGameEditions": [], - "id": "60cca057826ca0323464bd16", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5daef03f86f77426fa0a54f8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103941", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 65000 - } - } - ], - "target": "67eb506040b1947a72103941", - "type": "Item", - "unknown": false, - "value": 65000 - }, - { - "availableInGameEditions": [], - "id": "60cca03d826ca0323464bd15", - "index": 0, - "target": "StressResistance", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "id": "63a1a0a8423c8970de41981b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103942", - "_tpl": "6259b864ebedf17603599e88", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a72103943", - "_tpl": "6259c2c1d714855d182bad85", - "parentId": "67eb506040b1947a72103942", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103944", - "_tpl": "6259c4347d6aab70bc23a190", - "parentId": "67eb506040b1947a72103942", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103945", - "_tpl": "625ff2ccb8c587128c1a01dd", - "parentId": "67eb506040b1947a72103942", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103946", - "_tpl": "6259c3387d6aab70bc23a18d", - "parentId": "67eb506040b1947a72103942", - "slotId": "mod_stock", - "upd": { - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72103947", - "_tpl": "6259c3d8012d6678ec38eeb8", - "parentId": "67eb506040b1947a72103946", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103948", - "_tpl": "625ed7c64d9b6612df732146", - "parentId": "67eb506040b1947a72103942", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103949", - "_tpl": "625ebcef6f53af4aa66b44dc", - "parentId": "67eb506040b1947a72103942", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210394a", - "_tpl": "625ec45bb14d7326ac20f572", - "parentId": "67eb506040b1947a72103942", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103942", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "676497c3105230ddf0a278a1", - "index": 0, - "target": "67585bf5428877c04c038ee3", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25c81b86f77443e625dd71 startedMessageText", - "status": 0, - "successMessageText": "5d25c81b86f77443e625dd71 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25cf2686f77443e75488d4": { - "QuestName": "The Survivalist Path - Tough Guy", - "_id": "5d25cf2686f77443e75488d4", - "acceptPlayerMessage": "5d25cf2686f77443e75488d4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25cf2686f77443e75488d4 changeQuestMessageText", - "completePlayerMessage": "5d25cf2686f77443e75488d4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d25d0b186f77408251c422f", - "resetOnSessionEnd": true, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5d3079e386f77447f00acc3d", - "target": [ - "Woods" - ] - } - ], - "id": "5d25d09286f77444001e284b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25d09286f77444001e284c", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d9c941f86f7743554286958", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25c81b86f77443e625dd71", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "compareMethod": ">=", - "conditionType": "UseItem", - "dynamicLocale": false, - "id": "5d25d14786f77409de05b575", - "target": [ - "590c661e86f7741e566b646a", - "590c678286f77426c9660122", - "590c657e86f77412b013051d", - "5755356824597772cb798962", - "544fb45d4bdc2dee738b4568", - "590c695186f7741e566b64a2", - "5751a89d24597722aa0e8db0", - "5af0548586f7743a532b7e99", - "544fb3f34bdc2d03748b456a", - "544fb37f4bdc2dee738b4567", - "5755383e24597772cb798966", - "544fb25a4bdc2dfb738b4567", - "5751a25924597722c463c472", - "5d02778e86f774203e7dedbe", - "5af0454c86f7746bf20992e8", - "544fb3364bdc2d34748b456a", - "5af0454c86f7746bf20992e8", - "5d02797c86f774203f38e30a", - "5c10c8fd86f7743d7d706df3", - "5c0e530286f7747fa1419862", - "5c0e531286f7747fa54205c2", - "5c0e531d86f7747fa23f4d42", - "5c0e533786f7747fa23f4d47", - "5c0e534186f7747fa1419867", - "60098ad7c2240c0fe85c570a", - "5e8488fa988a8701445df1e4", - "5fca138c2a7b221b2852a5c6", - "5fca13ca637ee0341a484f46", - "5e831507ea0a7c419c2f9bd9", - "5ed5166ad380ab312177c100", - "60098af40accd37ef2175f27", - "5ed5160a87bb8443d10680b5", - "5ed515c8d380ab312177c0fa", - "5ed515f6915ec335206e4152", - "5ed51652f6c34d2cc26336a1", - "5ed515e03a40a50460332579", - "5ed515ece452db0eb56fc028", - "637b60c3b7afa97bfc3d7001", - "637b6179104668754b72f8f5", - "637b6251104668754b72f8f9", - "637b612fb7afa97bfc3d7005", - "637b620db7afa97bfc3d7009", - "66507eabf5ddb0818b085b68" - ], - "value": 1 - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5de766fb020b3a0a5a187f13", - "target": [ - "Woods" - ] - } - ], - "id": "5d25d0d186f7740a22515974" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25d0d186f7740a22515975", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "5d25cf2686f77443e75488d4 declinePlayerMessage", - "description": "5d25cf2686f77443e75488d4 description", - "failMessageText": "5d25cf2686f77443e75488d4 failMessageText", "gameModes": [], - "image": "/files/quest/icon/5d67b49186f774266f0867b3.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5d25cf2686f77443e75488d4 name", - "note": "5d25cf2686f77443e75488d4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca0eaa7d63f18200a251a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7000 - }, - { - "availableInGameEditions": [], - "id": "60cca1365f9e6175514de2d0", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d66711886f774131e206b33", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039ff", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a721039ff", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d66714286f774368f43a1e0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a01", - "_tpl": "5d02778e86f774203e7dedbe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a01", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d66716986f774266f07fc92", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a03", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a04", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a05", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a05", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "60cca107a7d63f18200a251b", - "index": 0, - "target": "Perception", - "type": "Skill", - "unknown": false, - "value": 100 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25cf2686f77443e75488d4 startedMessageText", - "status": 0, - "successMessageText": "5d25cf2686f77443e75488d4 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25d2c186f77443e35162e5": { - "QuestName": "The Survivalist Path - Cold Blooded", - "_id": "5d25d2c186f77443e35162e5", - "acceptPlayerMessage": "5d25d2c186f77443e35162e5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25d2c186f77443e35162e5 changeQuestMessageText", - "completePlayerMessage": "5d25d2c186f77443e35162e5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPartsWithEffects": [ - { - "bodyParts": [ - "Head", - "Chest", - "Stomach", - "LeftArm", - "RightArm", - "LeftLeg", - "RightLeg" - ], - "effects": [ - "Tremor" - ] - } - ], - "conditionType": "HealthEffect", - "dynamicLocale": false, - "energy": { - "compareMethod": ">=", - "value": 0 - }, - "hydration": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5d25d5b086f77408251c4bf7", - "time": { - "compareMethod": ">=", - "value": 0 - } - }, - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d309d2986f7740be0755214", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d25d4e786f77442734d335c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25d4e786f77442734d335d", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d76322786f774454e50d062", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25c81b86f77443e625dd71", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25d2c186f77443e35162e5 declinePlayerMessage", - "description": "5d25d2c186f77443e35162e5 description", - "failMessageText": "5d25d2c186f77443e35162e5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25d2c186f77443e35162e5 name", - "note": "5d25d2c186f77443e35162e5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca1601bdece56c249cbe6", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60cca17bac6eb02bc726de62", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cca16520a6283a506aeb44", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210395a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a7210395a", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "id": "60cca17241fd1e14d71e2304", - "index": 0, - "target": "StressResistance", - "type": "Skill", - "unknown": false, - "value": 100 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25d2c186f77443e35162e5 startedMessageText", - "status": 0, - "successMessageText": "5d25d2c186f77443e35162e5 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e29d86f7740a22516326": { - "QuestName": "The Survivalist Path - Eagle-Owl", - "_id": "5d25e29d86f7740a22516326", - "acceptPlayerMessage": "5d25e29d86f7740a22516326 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e29d86f7740a22516326 changeQuestMessageText", - "completePlayerMessage": "5d25e29d86f7740a22516326 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 21, - "to": 4 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d25feb086f77444001e2e4e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [ - [ - "5c0696830db834001d23f5da" - ], - [ - "5c066e3a0db834001b7353f0" - ], - [ - "5c0558060db834001b735271" - ], - [ - "57235b6f24597759bf5a30f1" - ], - [ - "5c110624d174af029e69734c" - ], - [ - "5a7c74b3e899ef0014332c29" - ], - [ - "5a1eaa87fcdbcb001865f75e" - ], - [ - "5b3b6e495acfc4330140bd88" - ], - [ - "5d1b5e94d7ad1a2b865a96b0" - ], - [ - "606f2696f2cb2e02a42aceb1" - ], - [ - "609bab8b455afd752b2e6138" - ], - [ - "6478641c19d732620e045e17" - ], - [ - "63fc44e2429a8a166c7f61e6" - ], - [ - "67641b461c2eb66ade05dba6" - ], - [ - "67506ca81f18589016006aa6" - ] - ], - "equipmentInclusive": [], - "id": "5d2f573986f7745e043a808d" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "629f1217274d12190d188421", - "target": [ - "Lighthouse", - "Sandbox", - "bigmap", - "Interchange", - "laboratory", - "Shoreline", - "Woods", - "RezervBase", - "TarkovStreets", - "Sandbox_high" - ] - } - ], - "id": "5d25fd8386f77443fe457cad" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d25fd8386f77443fe457cae", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 6, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77cda786f774319c488837", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25cf2686f77443e75488d4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e29d86f7740a22516326 declinePlayerMessage", - "description": "5d25e29d86f7740a22516326 description", - "failMessageText": "5d25e29d86f7740a22516326 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b5ca86f7744dcc5e2f88.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e29d86f7740a22516326 name", - "note": "5d25e29d86f7740a22516326 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca21ef81cc57f471718a5", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60cca22620a6283a506aeb46", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d6672e086f774131e206b3a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103aef", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a72103aef", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d6672f486f774368e1b7866", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103af1", - "_tpl": "5b3b6e495acfc4330140bd88", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103af2", - "_tpl": "5b3b6e495acfc4330140bd88", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103af3", - "_tpl": "5b3b6e495acfc4330140bd88", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103af3", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "60cca25341fd1e14d71e2307", - "index": 0, - "target": "Perception", - "type": "Skill", - "unknown": false, - "value": 50 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e29d86f7740a22516326 startedMessageText", - "status": 0, - "successMessageText": "5d25e29d86f7740a22516326 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e2a986f77409dd5cdf2a": { - "QuestName": "The Survivalist Path - Combat Medic", - "_id": "5d25e2a986f77409dd5cdf2a", - "acceptPlayerMessage": "5d25e2a986f77409dd5cdf2a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e2a986f77409dd5cdf2a changeQuestMessageText", - "completePlayerMessage": "5d25e2a986f77409dd5cdf2a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2605ef86f77469ef0f7622", - "index": 0, - "parentId": "", - "target": "Vitality", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d76336486f7744527181847", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e29d86f7740a22516326", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e2a986f77409dd5cdf2a declinePlayerMessage", - "description": "5d25e2a986f77409dd5cdf2a description", - "failMessageText": "5d25e2a986f77409dd5cdf2a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b7ba86f774131e206c0c.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e2a986f77409dd5cdf2a name", - "note": "5d25e2a986f77409dd5cdf2a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca281b2736c24b2118ba2", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60cca2849f89812e5b6aa884", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cca27b646f74055e276539", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103783", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72103783", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "id": "60cca272826ca0323464bd17", - "index": 0, - "target": "Surgery", - "type": "Skill", - "unknown": false, - "value": 200 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e2a986f77409dd5cdf2a startedMessageText", - "status": 0, - "successMessageText": "5d25e2a986f77409dd5cdf2a successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e2b486f77409de05bba0": { - "QuestName": "The Huntsman Path - Secured Perimeter", - "_id": "5d25e2b486f77409de05bba0", - "acceptPlayerMessage": "5d25e2b486f77409de05bba0 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e2b486f77409de05bba0 changeQuestMessageText", - "completePlayerMessage": "5d25e2b486f77409de05bba0 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "5d26149b86f77469f1599fdc", - "zoneIds": [ - "huntsman_013" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d2c954586f77434292a5662", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5d2c955186f774342b030482", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "5d26143c86f77469ef0f894b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d26143c86f77469ef0f894c", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 6, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d763d7c86f774452073df77", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5bc47dbf86f7741ee74e93b9", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389d6c4c3442f24872c1157", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25cf2686f77443e75488d4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e2b486f77409de05bba0 declinePlayerMessage", - "description": "5d25e2b486f77409de05bba0 description", - "failMessageText": "5d25e2b486f77409de05bba0 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d763d4886f774454e50d06d.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "5d25e2b486f77409de05bba0 name", - "note": "5d25e2b486f77409de05bba0 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca2c365e4664318606b6a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9800 - }, - { - "availableInGameEditions": [], - "id": "60cca2b25f9e6175514de2d2", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d66738886f774131e206b3c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036b5", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 37000 - } - } - ], - "target": "67eb506040b1947a721036b5", - "type": "Item", - "unknown": false, - "value": 37000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d66739c86f774368e1b786a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036b7", - "_tpl": "5af04b6486f774195a3ebb49", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036b8", - "_tpl": "5af04b6486f774195a3ebb49", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036b8", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d6673ad86f774368d281a9e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036ba", - "_tpl": "590c2e1186f77425357b6124", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036ba", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d6673bf86f7744dcc5e2990", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036bc", - "_tpl": "5d40425986f7743185265461", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036bd", - "_tpl": "5d40425986f7743185265461", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036bd", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d6673d386f7744a2e70f037", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036bf", - "_tpl": "59e35cbb86f7741778269d83", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036c0", - "_tpl": "59e35cbb86f7741778269d83", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036c0", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e2b486f77409de05bba0 startedMessageText", - "status": 0, - "successMessageText": "5d25e2b486f77409de05bba0 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e2c386f77443e7549029": { - "QuestName": "The Huntsman Path - Trophy", - "_id": "5d25e2c386f77443e7549029", - "acceptPlayerMessage": "5d25e2c386f77443e7549029 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e2c386f77443e7549029 changeQuestMessageText", - "completePlayerMessage": "5d25e2c386f77443e7549029 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d27106c86f77469f1599fee", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBully" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d26fd8886f77469f0445744" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d26fd8886f77469f0445745", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d66741c86f7744a2e70f039", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5b3b713c5acfc4330140bd8d" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2710e686f7742e9019a6b2", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5b3b713c5acfc4330140bd8d" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5d66742986f7744dcc5e2992", - "target": "5d66741c86f7744a2e70f039" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77689686f7742fa857dd34", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2b486f77409de05bba0", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e2c386f77443e7549029 declinePlayerMessage", - "description": "5d25e2c386f77443e7549029 description", - "failMessageText": "5d25e2c386f77443e7549029 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67bb8486f7744dcc5e2fb1.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5d25e2c386f77443e7549029 name", - "note": "5d25e2c386f77443e7549029 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca32a98b492706036460d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15300 - }, - { - "availableInGameEditions": [], - "id": "60cca331ac6eb02bc726de64", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d6677b686f7744dcc5e2993", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210358f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 90000 - } - } - ], - "target": "67eb506040b1947a7210358f", - "type": "Item", - "unknown": false, - "value": 90000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b65a5fd5887c2ce9561155", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103591", - "_tpl": "5c127c4486f7745625356c13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103591", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b65ab325251516d7685425", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103593", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103594", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103595", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103595", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b65acff83adb775979f8b6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103597", - "_tpl": "5d235a5986f77443f6329bc6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103598", - "_tpl": "5d235a5986f77443f6329bc6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103598", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b65adb58b5637e2d71a635", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210359a", - "_tpl": "59faf7ca86f7740dbe19f6c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210359a", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e2c386f77443e7549029 startedMessageText", - "status": 0, - "successMessageText": "5d25e2c386f77443e7549029 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e2cc86f77443e47ae019": { - "QuestName": "The Huntsman Path - Forest Cleaning", - "_id": "5d25e2cc86f77443e47ae019", - "acceptPlayerMessage": "5d25e2cc86f77443e47ae019 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e2cc86f77443e47ae019 changeQuestMessageText", - "completePlayerMessage": "5d25e2cc86f77443e47ae019 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d2701c086f7746a695c9b62", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d2701b586f77469f1599fe1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2701b586f77469f1599fe2", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 30, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d7768bf86f774319c488824", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2b486f77409de05bba0", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e2cc86f77443e47ae019 declinePlayerMessage", - "description": "5d25e2cc86f77443e47ae019 description", - "failMessageText": "5d25e2cc86f77443e47ae019 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e2cc86f77443e47ae019 name", - "note": "5d25e2cc86f77443e47ae019 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca37c646f74055e27653a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60cca3a31bdece56c249cbe7", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d6678cf86f774266f07fca3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103869", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 55000 - } - } - ], - "target": "67eb506040b1947a72103869", - "type": "Item", - "unknown": false, - "value": 55000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cca38f41fd1e14d71e2308", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210386a", - "_tpl": "5e848cc2988a8701445df1e8", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210386b", - "_tpl": "5e848d2eea0a7c419c2f9bfd", - "parentId": "67eb506040b1947a7210386a", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210386c", - "_tpl": "5e848d51e4dbc5266a4ec63b", - "parentId": "67eb506040b1947a7210386a", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210386d", - "_tpl": "5f647d9f8499b57dc40ddb93", - "parentId": "67eb506040b1947a7210386a", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210386e", - "_tpl": "5e848db4681bea2ada00daa9", - "parentId": "67eb506040b1947a7210386a", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a7210386a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "655b83e5769de97e1d62d119", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103871", - "_tpl": "657024b8bfc87b3a34093232", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103872", - "_tpl": "5e85aa1a988a8701445df1f5", - "parentId": "67eb506040b1947a72103871", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72103873", - "_tpl": "657024b8bfc87b3a34093232", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103874", - "_tpl": "5e85aa1a988a8701445df1f5", - "parentId": "67eb506040b1947a72103873", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72103875", - "_tpl": "657024b8bfc87b3a34093232", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103876", - "_tpl": "5e85aa1a988a8701445df1f5", - "parentId": "67eb506040b1947a72103875", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a72103875", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e2cc86f77443e47ae019 startedMessageText", - "status": 0, - "successMessageText": "5d25e2cc86f77443e47ae019 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e2d886f77442734d335e": { - "QuestName": "The Huntsman Path - Controller", - "_id": "5d25e2d886f77442734d335e", - "acceptPlayerMessage": "5d25e2d886f77442734d335e acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e2d886f77442734d335e changeQuestMessageText", - "completePlayerMessage": "5d25e2d886f77442734d335e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [ - { - "bodyParts": [ - "Head", - "Chest", - "Stomach", - "LeftArm", - "RightArm", - "LeftLeg", - "RightLeg" - ], - "effects": [ - "Stun" - ] - } - ], - "id": "5d307ff586f77447f340bce1", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d307fc886f77447f15f5b22" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d307fc886f77447f15f5b23", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77695b86f7742fa901bc75", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e2d886f77442734d335e declinePlayerMessage", - "description": "5d25e2d886f77442734d335e description", - "failMessageText": "5d25e2d886f77442734d335e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67c1e486f774131e206c3a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e2d886f77442734d335e name", - "note": "5d25e2d886f77442734d335e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca3e420a6283a506aeb47", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7200 - }, - { - "availableInGameEditions": [], - "id": "60cca3cd5f9e6175514de2d3", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d77662f86f774319c488823", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210373a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a7210373a", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cca40b41fd1e14d71e2309", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210373c", - "_tpl": "5dfe6104585a0c3e995c7b82", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210373c", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e2d886f77442734d335e startedMessageText", - "status": 0, - "successMessageText": "5d25e2d886f77442734d335e successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" + "status": 0 }, "5d25e2e286f77444001e2e48": { "QuestName": "The Huntsman Path - Sellout", "_id": "5d25e2e286f77444001e2e48", - "acceptPlayerMessage": "5d25e2e286f77444001e2e48 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e2e286f77444001e2e48 acceptPlayerMessage", "changeQuestMessageText": "5d25e2e286f77444001e2e48 changeQuestMessageText", "completePlayerMessage": "5d25e2e286f77444001e2e48 completePlayerMessage", "conditions": { @@ -51881,191 +67405,195 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5d2719b186f7740701348572", "conditions": [ { - "bodyPart": [], + "id": "5d2719d486f7740703552142", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKilla" + ], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5d2719d486f7740703552142", "resetOnSessionEnd": false, - "savageRole": [ - "bossKilla" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "5d2719b186f7740701348572" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5d2719b186f7740701348573", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5d667a8e86f774131e206b46", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "5c0e874186f7745dc7616606", "6759af0f9c8a538dd70bfae6" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5d271a3486f774483c7bdb12", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "5c0e874186f7745dc7616606", "6759af0f9c8a538dd70bfae6" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "5d667a9d86f7743690020674", - "target": "5d667a8e86f774131e206b46" + "target": "5d667a8e86f774131e206b46", + "conditionType": "CompleteCondition" } ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "5d776b1986f77461b27a2354", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", "status": [ 4 ], - "target": "5d25e2cc86f77443e47ae019", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "629f0ce790948017ee17bb7a", "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "5ae449c386f7744bde357697", "status": [ 4 ], - "target": "5ae449c386f7744bde357697", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5d25e2e286f77444001e2e48 declinePlayerMessage", "description": "5d25e2e286f77444001e2e48 description", "failMessageText": "5d25e2e286f77444001e2e48 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d69468a86f77452aa51d79d.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", + "declinePlayerMessage": "5d25e2e286f77444001e2e48 declinePlayerMessage", "name": "5d25e2e286f77444001e2e48 name", "note": "5d25e2e286f77444001e2e48 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5d69468a86f77452aa51d79d.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e2e286f77444001e2e48 startedMessageText", + "successMessageText": "5d25e2e286f77444001e2e48 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 20000, "id": "60cca6f365e4664318606b6b", - "index": 0, "type": "Experience", - "unknown": false, - "value": 20000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.02, "id": "60cca6f8b2736c24b2118ba3", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 150000, "id": "5d667a5686f774369120c2b4", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b242d", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103505", + "_id": "68010065f81036801d0b242d", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 150000 } } - ], - "target": "67eb506040b1947a72103505", - "type": "Item", - "unknown": false, - "value": 150000 + ] }, { "availableInGameEditions": [], "id": "64b66a9ca857ea477002a405", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b242e", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103506", + "_id": "68010065f81036801d0b242e", "_tpl": "5beed0f50db834001c062b12", "upd": { "Repairable": { @@ -52075,8836 +67603,5929 @@ } }, { - "_id": "67eb506040b1947a72103507", + "_id": "68010065f81036801d0b242f", "_tpl": "5beec8ea0db834001a6f9dbf", - "parentId": "67eb506040b1947a72103506", + "parentId": "68010065f81036801d0b242e", "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a72103508", + "_id": "68010065f81036801d0b2430", "_tpl": "5beec3e30db8340019619424", - "parentId": "67eb506040b1947a72103506", + "parentId": "68010065f81036801d0b242e", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a72103509", + "_id": "68010065f81036801d0b2431", "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a72103508", + "parentId": "68010065f81036801d0b2430", "slotId": "mod_mount_000" }, { - "_id": "67eb506040b1947a7210350a", + "_id": "68010065f81036801d0b2432", "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a72103508", + "parentId": "68010065f81036801d0b2430", "slotId": "mod_mount_001" }, { - "_id": "67eb506040b1947a7210350b", + "_id": "68010065f81036801d0b2433", "_tpl": "5beec2820db834001b095426", - "parentId": "67eb506040b1947a72103506", + "parentId": "68010065f81036801d0b242e", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a7210350c", + "_id": "68010065f81036801d0b2434", "_tpl": "5beec3420db834001b095429", - "parentId": "67eb506040b1947a7210350b", + "parentId": "68010065f81036801d0b2433", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a7210350d", + "_id": "68010065f81036801d0b2435", "_tpl": "5beec91a0db834001961942d", - "parentId": "67eb506040b1947a72103506", + "parentId": "68010065f81036801d0b242e", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210350e", + "_id": "68010065f81036801d0b2436", "_tpl": "5beec9450db83400970084fd", - "parentId": "67eb506040b1947a7210350d", + "parentId": "68010065f81036801d0b2435", "slotId": "mod_sight_rear" }, { - "_id": "67eb506040b1947a7210350f", + "_id": "68010065f81036801d0b2437", "_tpl": "5bf3f59f0db834001a6fa060", - "parentId": "67eb506040b1947a7210350e", + "parentId": "68010065f81036801d0b2436", "slotId": "mod_sight_rear" }, { - "_id": "67eb506040b1947a72103510", + "_id": "68010065f81036801d0b2438", "_tpl": "5beec8b20db834001961942a", - "parentId": "67eb506040b1947a72103506", + "parentId": "68010065f81036801d0b242e", "slotId": "mod_stock_001" }, { - "_id": "67eb506040b1947a72103511", + "_id": "68010065f81036801d0b2439", "_tpl": "5beec8c20db834001d2c465c", - "parentId": "67eb506040b1947a72103510", + "parentId": "68010065f81036801d0b2438", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103512", + "_id": "68010065f81036801d0b243a", "_tpl": "55d481904bdc2d8c2f8b456a", - "parentId": "67eb506040b1947a72103506", + "parentId": "68010065f81036801d0b242e", "slotId": "mod_magazine" } ], "loyaltyLevel": 2, - "target": "67eb506040b1947a72103506", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "54cb50c76803fa8b248b4571" }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "5da9edaf86f77476bb048041", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b243c", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103514", + "_id": "68010065f81036801d0b243c", "_tpl": "5ad7242b86f7740a6a3abd43", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103514", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "5da9edc386f774088158e638", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b243e", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103516", + "_id": "68010065f81036801d0b243e", "_tpl": "5ad7217186f7746744498875", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103516", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "64b65b6bb728a13a404297f7", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2440", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103518", + "_id": "68010065f81036801d0b2440", "_tpl": "5ad7247386f7747487619dc3", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103518", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "5da9ed9a86f77406c9595c8e", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2444", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210351a", + "_id": "68010065f81036801d0b2442", "_tpl": "5c12613b86f7743bbe2c3f76", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210351b", + "_id": "68010065f81036801d0b2443", "_tpl": "5c12613b86f7743bbe2c3f76", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210351c", + "_id": "68010065f81036801d0b2444", "_tpl": "5c12613b86f7743bbe2c3f76", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210351c", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e2e286f77444001e2e48 startedMessageText", - "status": 0, - "successMessageText": "5d25e2e286f77444001e2e48 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5d25e2ee86f77443e35162ea": { - "QuestName": "The Huntsman Path - Woods Keeper", - "_id": "5d25e2ee86f77443e35162ea", - "acceptPlayerMessage": "5d25e2ee86f77443e35162ea acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e2ee86f77443e35162ea changeQuestMessageText", - "completePlayerMessage": "5d25e2ee86f77443e35162ea completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d27293d86f774483c7bdb18", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d27276886f7740701348577" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d27276886f7740701348578", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2f464e498f71c8886f7656", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d08d21286f774736e7c94c3" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d272a0b86f7745ba2701532", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d08d21286f774736e7c94c3" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5d2f4664498f71bcb806043c", - "target": "5d2f464e498f71c8886f7656" - } ] } ], - "AvailableForStart": [ + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64f83bcdde58fc437700d8fa": { + "QuestName": "Gunsmith - Part 24", + "_id": "64f83bcdde58fc437700d8fa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f83bcdde58fc437700d8fa acceptPlayerMessage", + "changeQuestMessageText": "64f83bcdde58fc437700d8fa changeQuestMessageText", + "completePlayerMessage": "64f83bcdde58fc437700d8fa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77c65786f7742fa901bcc5", + "conditionType": "WeaponAssembly", + "id": "64f83e9d52fc01298e2c857e", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": [ + "5df8ce05b11454561e39243b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 500.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 25.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 10, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 350.0, + "compareMethod": "<=" + }, + "weight": { + "value": 6.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5b057b4f5acfc4771e1bd3e9", + "5d025cc1d7ad1a53845279ef", + "5d1b5e94d7ad1a2b865a96b0", + "5d2369418abbc306c62e0c80", + "577d141e24597739c5255e01", + "5649a2464bdc2d91118b45a8", + "5dfa3d2b0dee1b22f862eade" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8cfada9c59f365c4eaeea", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "64f83bb69878a0569d6ecfbe", "status": [ 4 ], - "target": "5d25e2b486f77409de05bba0", + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 7200, "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f83bcdde58fc437700d8fa description", + "failMessageText": "64f83bcdde58fc437700d8fa failMessageText", + "declinePlayerMessage": "64f83bcdde58fc437700d8fa declinePlayerMessage", + "name": "64f83bcdde58fc437700d8fa name", + "note": "64f83bcdde58fc437700d8fa note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/64f8b675b997eb4f42755cf9.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f83bcdde58fc437700d8fa startedMessageText", + "successMessageText": "64f83bcdde58fc437700d8fa successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 31250, + "id": "64f83f3f83cfca080a362c8b", + "type": "Experience", + "index": 0, + "unknown": false }, { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, + "availableInGameEditions": [], + "value": 0.03, + "id": "64f8cfbc33ff7561c87644b1", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1500, + "id": "64f8cfc2b4918f39d363e4c3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2446", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2446", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "64f8cfcf794e3b36cd0f8e91", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b244a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2448", + "_tpl": "619cbfccbedcde2f5b3f7bdd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2449", + "_tpl": "619cbfccbedcde2f5b3f7bdd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b244a", + "_tpl": "619cbfccbedcde2f5b3f7bdd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64f8cff9794e3b36cd0f8e92", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b244d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b244c", + "_tpl": "5d1b2f3f86f774252167a52c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b244d", + "_tpl": "5d1b2f3f86f774252167a52c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f8cffe7e981f7f0110d97f", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b244e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b244e", + "_tpl": "5b057b4f5acfc4771e1bd3e9" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "657edfb2aebd1b6d254bf8b5", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b244f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b244f", + "_tpl": "655df24fdf80b12750626d0a" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6573387d0b26ed4fde798de3": { + "QuestName": "Pets Wont Need It - Part 2", + "_id": "6573387d0b26ed4fde798de3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6573387d0b26ed4fde798de3 acceptPlayerMessage", + "changeQuestMessageText": "6573387d0b26ed4fde798de3 changeQuestMessageText", + "completePlayerMessage": "6573387d0b26ed4fde798de3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573387d0b26ed4fde798de5", + "conditions": [ + { + "id": "63a98d1b64b9631d9178274c", + "dynamicLocale": false, + "target": "Pharma_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573387d0b26ed4fde798de4", + "index": 0, + "parentId": "", + "oneSessionOnly": true, "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, "globalQuestCounterId": "", - "id": "62a9a17703555d0afc563f5a", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "657338ded27625499e8a0ded", + "conditions": [ + { + "id": "657338e86f16b32621354eec", + "dynamicLocale": false, + "target": "Pharma_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "657338ded9b444e1fb07b1a8", "index": 1, "parentId": "", - "status": [ - 4, - 5 - ], - "target": "596a0e1686f7741ddf17dbee", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e2ee86f77443e35162ea declinePlayerMessage", - "description": "5d25e2ee86f77443e35162ea description", - "failMessageText": "5d25e2ee86f77443e35162ea failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d69470786f774238a38d844.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5d25e2ee86f77443e35162ea name", - "note": "5d25e2ee86f77443e35162ea note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca7bf826ca0323464bd19", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18000 - }, - { - "availableInGameEditions": [], - "id": "60cca7f8826ca0323464bd1a", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5da9f68086f77441e90527b3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037ba", - "_tpl": "5d6fc87386f77449db3db94e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037bb", - "_tpl": "5d6fc87386f77449db3db94e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037bc", - "_tpl": "5d6fc87386f77449db3db94e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037bd", - "_tpl": "5d6fc87386f77449db3db94e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721037bd", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5da9f69986f774421a5d6fe4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037bf", - "_tpl": "5c05300686f7746dce784e5d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721037bf", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5da9f6ad86f7746c62550d6a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037c1", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037c2", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037c3", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721037c3", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "64b66be38b66a1647d0a4756", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037c4", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a721037c5", - "_tpl": "5d25af8f8abbc3055079fec5", - "parentId": "67eb506040b1947a721037c4", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721037c6", - "_tpl": "5cf13123d7f00c1085616a50", - "parentId": "67eb506040b1947a721037c4", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037c7", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a721037c4", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721037c8", - "_tpl": "5d270b3c8abbc3105335cfb8", - "parentId": "67eb506040b1947a721037c7", - "slotId": "mod_muzzle" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721037c4", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "64b66bd1d5887c2ce9561157", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037c9", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a721037ca", - "_tpl": "5d25a4a98abbc30b917421a4", - "parentId": "67eb506040b1947a721037c9", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721037cb", - "_tpl": "5d25d0ac8abbc3054f3e61f7", - "parentId": "67eb506040b1947a721037c9", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037cc", - "_tpl": "671126a210d67adb5b08e925", - "parentId": "67eb506040b1947a721037cb", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a721037cd", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a721037c9", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721037ce", - "_tpl": "5d270b3c8abbc3105335cfb8", - "parentId": "67eb506040b1947a721037cd", - "slotId": "mod_muzzle" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721037c9", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "64b66bd79c029513997be927", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037cf", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a721037d0", - "_tpl": "5ce69cbad7f00c00b61c5098", - "parentId": "67eb506040b1947a721037cf", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721037d1", - "_tpl": "5cdeac22d7f00c000f26168f", - "parentId": "67eb506040b1947a721037cf", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037d2", - "_tpl": "5cdeac42d7f00c000d36ba73", - "parentId": "67eb506040b1947a721037d1", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037d3", - "_tpl": "5cdeac5cd7f00c000f261694", - "parentId": "67eb506040b1947a721037d1", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721037d4", - "_tpl": "5cdeaca5d7f00c00b61c4b70", - "parentId": "67eb506040b1947a721037d1", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a721037d5", - "_tpl": "5b7be47f5acfc400170e2dd2", - "parentId": "67eb506040b1947a721037d1", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721037d6", - "_tpl": "5b7be47f5acfc400170e2dd2", - "parentId": "67eb506040b1947a721037d1", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a721037d7", - "_tpl": "5b7be47f5acfc400170e2dd2", - "parentId": "67eb506040b1947a721037d1", - "slotId": "mod_mount_003" - }, - { - "_id": "67eb506040b1947a721037d8", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a721037cf", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721037d9", - "_tpl": "5d270b3c8abbc3105335cfb8", - "parentId": "67eb506040b1947a721037d8", - "slotId": "mod_muzzle" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721037cf", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "64b66bdff83adb775979f8b9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037da", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a721037db", - "_tpl": "5d25a6538abbc306c62e630d", - "parentId": "67eb506040b1947a721037da", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721037dc", - "_tpl": "5cde739cd7f00c0010373bd3", - "parentId": "67eb506040b1947a721037da", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037dd", - "_tpl": "5a33ca0fc4a282000d72292f", - "parentId": "67eb506040b1947a721037dc", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037de", - "_tpl": "5a33cae9c4a28232980eb086", - "parentId": "67eb506040b1947a721037dd", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037df", - "_tpl": "5a339805c4a2826c6e06d73d", - "parentId": "67eb506040b1947a721037dc", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721037e0", - "_tpl": "5cde7afdd7f00c000d36b89d", - "parentId": "67eb506040b1947a721037dc", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721037e1", - "_tpl": "5a9d6d00a2750c5c985b5305", - "parentId": "67eb506040b1947a721037e0", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a721037e2", - "_tpl": "5a9d6d00a2750c5c985b5305", - "parentId": "67eb506040b1947a721037e0", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721037e3", - "_tpl": "5a9d6d00a2750c5c985b5305", - "parentId": "67eb506040b1947a721037e0", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a721037e4", - "_tpl": "5a9d6d13a2750c00164f6b03", - "parentId": "67eb506040b1947a721037e0", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a721037e5", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a721037da", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721037e6", - "_tpl": "5d270b3c8abbc3105335cfb8", - "parentId": "67eb506040b1947a721037e5", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721037e7", - "_tpl": "5cde7b43d7f00c000d36b93e", - "parentId": "67eb506040b1947a721037da", - "slotId": "mod_mount" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721037da", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e2ee86f77443e35162ea startedMessageText", - "status": 0, - "successMessageText": "5d25e2ee86f77443e35162ea successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e43786f7740a212217fa": { - "QuestName": "The Huntsman Path - Justice", - "_id": "5d25e43786f7740a212217fa", - "acceptPlayerMessage": "5d25e43786f7740a212217fa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e43786f7740a212217fa changeQuestMessageText", - "completePlayerMessage": "5d25e43786f7740a212217fa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d272c1e86f77407053eb9b9", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBully" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d272bd386f77446085fa4f8" - }, + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5d272bd386f77446085fa4f9", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d776ef786f7742fa5005cb5", - "index": 0, - "parentId": "", - "status": [ - "4", - "2" - ], - "target": "5d25e2c386f77443e7549029", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e43786f7740a212217fa declinePlayerMessage", - "description": "5d25e43786f7740a212217fa description", - "failMessageText": "5d25e43786f7740a212217fa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d6946c486f77452a8292cb2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e43786f7740a212217fa name", - "note": "5d25e43786f7740a212217fa note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca75e65e4664318606b6e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12300 - }, - { - "availableInGameEditions": [], - "id": "60cca765a7d63f18200a2520", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d667b7686f774368d281aab", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103888", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 80000 - } - } - ], - "target": "67eb506040b1947a72103888", - "type": "Item", - "unknown": false, - "value": 80000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cca79cb2736c24b2118ba5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210388a", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210388b", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210388c", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210388c", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cca77820a6283a506aeb49", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210388e", - "_tpl": "59fafb5d86f774067a6f2084", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210388f", - "_tpl": "59fafb5d86f774067a6f2084", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210388f", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cca785f81cc57f471718aa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103891", - "_tpl": "590c5c9f86f77477c91c36e7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103891", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e43786f7740a212217fa startedMessageText", - "status": 0, - "successMessageText": "5d25e43786f7740a212217fa successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e44386f77409453bce7b": { - "QuestName": "The Huntsman Path - Evil Watchman", - "_id": "5d25e44386f77409453bce7b", - "acceptPlayerMessage": "5d25e44386f77409453bce7b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e44386f77409453bce7b changeQuestMessageText", - "completePlayerMessage": "5d25e44386f77409453bce7b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d27351e86f774457411b262", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "5d27354086f77445722f1f9d", - "zoneIds": [ - "huntsman_020" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5d2c94f786f774342d57a662", - "target": [ - "bigmap" - ] - } - ], - "id": "5d2733c586f7741dea4f3071" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2733c586f7741dea4f3072", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77710186f774319c488825", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e44386f77409453bce7b declinePlayerMessage", - "description": "5d25e44386f77409453bce7b description", - "failMessageText": "5d25e44386f77409453bce7b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d69474486f77414077d1cc8.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "5d25e44386f77409453bce7b name", - "note": "5d25e44386f77409453bce7b note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca8fa65e4664318606b71", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "id": "60cca8fe5f9e6175514de2d6", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d667c4c86f774368f43a1f6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210375a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a7210375a", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d667c8286f774369120c2b9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210375c", - "_tpl": "5c12613b86f7743bbe2c3f76", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210375d", - "_tpl": "5c12613b86f7743bbe2c3f76", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210375d", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d667ca186f774368e1b7879", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210375f", - "_tpl": "62a0a16d0b9d3c46de5b6e97", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210375f", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e44386f77409453bce7b startedMessageText", - "status": 0, - "successMessageText": "5d25e44386f77409453bce7b successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e44f86f77443e625e385": { - "QuestName": "The Huntsman Path - Eraser - Part 1", - "_id": "5d25e44f86f77443e625e385", - "acceptPlayerMessage": "5d25e44f86f77443e625e385 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e44f86f77443e625e385 changeQuestMessageText", - "completePlayerMessage": "5d25e44f86f77443e625e385 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d667d2486f7744a2e70f046", - "resetOnSessionEnd": false, - "savageRole": [ - "bossGluhar" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d27369586f774457411b263" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d27369586f774457411b264", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "657338ed7d5eb18019d27288", + "conditions": [ + { + "id": "657338f65080b506b0deef8f", + "dynamicLocale": false, + "target": "Pharma_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "657338ed8e8e3a05445b760d", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "658009db495e9d1af5c3a645", + "conditions": [ + { + "id": "658009e218e29cccc834118e", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "658009db6b313a8a4ed58851", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6581cfef807f802684b0e03d", + "target": "6573387d0b26ed4fde798de4", + "conditionType": "CompleteCondition" + }, + { + "id": "6581cff819094e7cbefbee85", + "target": "657338ded9b444e1fb07b1a8", + "conditionType": "CompleteCondition" + }, + { + "id": "6581cffdd021ae0634ec50d6", + "target": "657338ed8e8e3a05445b760d", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d777eb086f7742fa732bf05", + "id": "658406f8aba913fc8ff7d3cb", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "64f731ab83cfca080a361e42", "status": [ 4 ], - "target": "608a768d82e40b3c727fd17d", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5d25e44f86f77443e625e385 declinePlayerMessage", - "description": "5d25e44f86f77443e625e385 description", - "failMessageText": "5d25e44f86f77443e625e385 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d6947c686f77452ac614b4b.jpg", - "instantComplete": false, + "description": "6573387d0b26ed4fde798de3 description", + "failMessageText": "6573387d0b26ed4fde798de3 failMessageText", + "declinePlayerMessage": "6573387d0b26ed4fde798de3 declinePlayerMessage", + "name": "6573387d0b26ed4fde798de3 name", + "note": "6573387d0b26ed4fde798de3 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/6589937422379436cd78472f.jpg", + "type": "Discover", "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "5d25e44f86f77443e625e385 name", - "note": "5d25e44f86f77443e625e385 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6573387d0b26ed4fde798de3 startedMessageText", + "successMessageText": "6573387d0b26ed4fde798de3 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cca92aac6eb02bc726de69", - "index": 0, + "value": 9000, + "id": "6573387d0b26ed4fde798de6", "type": "Experience", - "unknown": false, - "value": 18300 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cca92e20a6283a506aeb4a", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", + "value": 0.02, + "id": "658413a10a500627c456e69a", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5d667d7d86f774131e206b4d", + "value": 55000, + "id": "658413b00a500627c456e69b", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2451", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721037ee", + "_id": "68010065f81036801d0b2451", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 200000 + "StackObjectsCount": 55000 } } - ], - "target": "67eb506040b1947a721037ee", - "type": "Item", - "unknown": false, - "value": 200000 + ] }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5da9f5e386f77443dd3e5a8a", + "value": 4, + "id": "658413be9acefd03ac5ac97f", + "type": "Item", "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037f0", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 5000 - } - } - ], - "target": "67eb506040b1947a721037f0", - "type": "Item", + "target": "68010065f81036801d0b2456", "unknown": false, - "value": 5000 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "5da9f5b886f7741e324ead3c", - "index": 0, "items": [ { - "_id": "67eb506040b1947a721037f2", - "_tpl": "59fb023c86f7746d0d4b423c", + "_id": "68010065f81036801d0b2453", + "_tpl": "5d1b3f2d86f774253763b735", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2454", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2455", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2456", + "_tpl": "5d1b3f2d86f774253763b735", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a721037f2", + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "658413c90a500627c456e69d", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b245b", "unknown": false, - "value": 1 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2458", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2459", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b245a", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b245b", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "658413d791a14b21510c6369", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b245e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b245d", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b245e", + "_tpl": "544fb3f34bdc2d03748b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "658413df606b8d720b4b8f51", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2461", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2460", + "_tpl": "5ed515e03a40a50460332579", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2461", + "_tpl": "5ed515e03a40a50460332579", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5d25e44f86f77443e625e385 startedMessageText", - "status": 0, - "successMessageText": "5d25e44f86f77443e625e385 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e45e86f77408251c4bfa": { - "QuestName": "The Huntsman Path - Eraser - Part 2", - "_id": "5d25e45e86f77408251c4bfa", - "acceptPlayerMessage": "5d25e45e86f77408251c4bfa acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "66151401efb0539ae10875ae": { + "QuestName": "Drip-Out - Part 1", + "_id": "66151401efb0539ae10875ae", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e45e86f77408251c4bfa changeQuestMessageText", - "completePlayerMessage": "5d25e45e86f77408251c4bfa completePlayerMessage", + "acceptPlayerMessage": "66151401efb0539ae10875ae acceptPlayerMessage", + "changeQuestMessageText": "66151401efb0539ae10875ae changeQuestMessageText", + "completePlayerMessage": "66151401efb0539ae10875ae completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "66151401efb0539ae10875b0", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "6613f3a30d42e75c17feb5c4", "dynamicLocale": false, - "enemyEquipmentExclusive": [], + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d2f3a5786f774169b7e006a", - "resetOnSessionEnd": false, + "enemyEquipmentExclusive": [], + "weaponCaliber": [], "savageRole": [ "pmcBot" ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5d273a4d86f774457411b265" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d273a4d86f774457411b266", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 6, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d777f5d86f7742fa901bc77", - "index": 0, - "parentId": "", - "value": 30, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d777ffd86f774319c488827", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2b486f77409de05bba0", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77a3b286f7745041358b44", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e44f86f77443e625e385", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e45e86f77408251c4bfa declinePlayerMessage", - "description": "5d25e45e86f77408251c4bfa description", - "failMessageText": "5d25e45e86f77408251c4bfa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d69483686f77414077d1cca.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e45e86f77408251c4bfa name", - "note": "5d25e45e86f77408251c4bfa note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cca95aac6eb02bc726de6a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22500 - }, - { - "availableInGameEditions": [], - "id": "60cca9645f9e6175514de2d7", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d667df386f774369120c2c0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103621", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 80000 - } - } - ], - "target": "67eb506040b1947a72103621", - "type": "Item", - "unknown": false, - "value": 80000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccaa18ac6eb02bc726de6c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103623", - "_tpl": "5d1b5e94d7ad1a2b865a96b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103623", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b7d6883effe14634395c38", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103624", - "_tpl": "606f2696f2cb2e02a42aceb1" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103624", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e45e86f77408251c4bfa startedMessageText", - "status": 0, - "successMessageText": "5d25e45e86f77408251c4bfa successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e46e86f77409453bce7c": { - "QuestName": "Ambulance", - "_id": "5d25e46e86f77409453bce7c", - "acceptPlayerMessage": "5d25e46e86f77409453bce7c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e46e86f77409453bce7c changeQuestMessageText", - "completePlayerMessage": "5d25e46e86f77409453bce7c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d27446f86f77475a86565a3", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052e6986f7746b207bc3c9" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec1538a92e95f77ac7a2529", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d02778e86f774203e7dedbe" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ec1504183b69d213d3c2ee8", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052e6986f7746b207bc3c9" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d7782c686f7742fa732bf07", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d02778e86f774203e7dedbe" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d7782f886f7742fa65b65f5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e48d86f77408251c4bfb", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77830086f7745041358b35", - "index": 1, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e46e86f77409453bce7c declinePlayerMessage", - "description": "5d25e46e86f77409453bce7c description", - "failMessageText": "5d25e46e86f77409453bce7c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d6948e186f774238a38d8a7.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e46e86f77409453bce7c name", - "note": "5d25e46e86f77409453bce7c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccaa6041fd1e14d71e230e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14800 - }, - { - "availableInGameEditions": [], - "id": "60ccaa701bdece56c249cbea", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d84db5486f77430da397b76", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038f8", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a721038f8", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec1a23ab5549c7b5203b5b2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038fa", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038fb", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038fc", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038fc", - "type": "Item", - "unknown": true, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccaa9d65e4664318606b73", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038fe", - "_tpl": "5751a89d24597722aa0e8db0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038ff", - "_tpl": "5751a89d24597722aa0e8db0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103900", - "_tpl": "5751a89d24597722aa0e8db0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103900", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "5d84db6b86f77414e3013c35", - "index": 0, - "target": "Vitality", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "id": "5d8cbc2a86f77444521784d3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103901", - "_tpl": "5d02797c86f774203f38e30a" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103901", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e46e86f77409453bce7c startedMessageText", - "status": 0, - "successMessageText": "5d25e46e86f77409453bce7c successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e48186f77443e625e386": { - "QuestName": "Courtesy Visit", - "_id": "5d25e48186f77443e625e386", - "acceptPlayerMessage": "5d25e48186f77443e625e386 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e48186f77443e625e386 changeQuestMessageText", - "completePlayerMessage": "5d25e48186f77443e625e386 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5d357b7b86f7745b3f307c52", - "target": "huntsman_024_1", - "value": 1 - } - ], - "id": "5d357b6c86f774588d4d7e24" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d357b6c86f774588d4d7e25", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5d357ba686f7745b7023c376", - "target": "huntsman_024_2", - "value": 1 - } - ], - "id": "5d357b9586f7745b422d653e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d357b9586f7745b422d653f", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5d357bcf86f7745b3f307c53", - "target": "huntsman_024_3", - "value": 1 - } - ], - "id": "5d357bb786f774588d4d7e26" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d357bb786f774588d4d7e27", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "629f4f3ba3fd1362ad2ba4d3", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "629f4f4c73dafb76f535aa8a", - "status": [ - "Survived" - ] - } - ], - "id": "629f4f080f57046e362e6e9f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "629f4f080f57046e362e6e9e", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "629f4f78dbd7eb68e311f9d9", - "target": "5d357b6c86f774588d4d7e25" - }, - { - "conditionType": "CompleteCondition", - "id": "629f4f7ea4acd1567c61a33b", - "target": "5d357b9586f7745b422d653f" - }, - { - "conditionType": "CompleteCondition", - "id": "629f4f835accf8388a655c1f", - "target": "5d357bb786f774588d4d7e27" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d7784cc86f7742fa5005cba", - "index": 0, - "parentId": "", - "value": 20, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77854786f7745041358b36", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25cf2686f77443e75488d4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e48186f77443e625e386 declinePlayerMessage", - "description": "5d25e48186f77443e625e386 description", - "failMessageText": "5d25e48186f77443e625e386 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d6faf8f86f7743598553dd4.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5d25e48186f77443e625e386 name", - "note": "5d25e48186f77443e625e386 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccaace826ca0323464bd1e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11800 - }, - { - "availableInGameEditions": [], - "id": "5d77856186f774319c48882a", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d667ee286f7744a2e70f04a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210373e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a7210373e", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccaae365e4664318606b74", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103740", - "_tpl": "5751487e245977207e26a315", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103741", - "_tpl": "5751487e245977207e26a315", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103742", - "_tpl": "5751487e245977207e26a315", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103743", - "_tpl": "5751487e245977207e26a315", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103744", - "_tpl": "5751487e245977207e26a315", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103744", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccaaf5646f74055e27653f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103746", - "_tpl": "575146b724597720a27126d5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103747", - "_tpl": "575146b724597720a27126d5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103748", - "_tpl": "575146b724597720a27126d5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103749", - "_tpl": "575146b724597720a27126d5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210374a", - "_tpl": "575146b724597720a27126d5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210374a", - "type": "Item", - "unknown": false, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e48186f77443e625e386 startedMessageText", - "status": 0, - "successMessageText": "5d25e48186f77443e625e386 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e48d86f77408251c4bfb": { - "QuestName": "Shady Business", - "_id": "5d25e48d86f77408251c4bfb", - "acceptPlayerMessage": "5d25e48d86f77408251c4bfb acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e48d86f77408251c4bfb changeQuestMessageText", - "completePlayerMessage": "5d25e48d86f77408251c4bfb completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d6949e786f774238a38d9e0", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590c621186f774138d11ea29" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d27491686f77475aa5cf5b9", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590c621186f774138d11ea29" - ], - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77a29b86f7742fa65b6600", - "index": 0, - "parentId": "", - "value": 20, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77a27d86f774319c488835", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5979ed3886f77431307dc512", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aace56160cc610ba00a57f", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d24b81486f77439c92d6ba8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e48d86f77408251c4bfb declinePlayerMessage", - "description": "5d25e48d86f77408251c4bfb description", - "failMessageText": "5d25e48d86f77408251c4bfb failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979ed4c86f7742f55674442.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e48d86f77408251c4bfb name", - "note": "5d25e48d86f77408251c4bfb note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccab2598b4927060364611", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11400 - }, - { - "availableInGameEditions": [], - "id": "60ccab29646f74055e276540", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d667f7886f774369120c2c3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103586", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72103586", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ebfc1cb86f7561e0477575c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103588", - "_tpl": "590c392f86f77444754deb29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103588", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e48d86f77408251c4bfb startedMessageText", - "status": 0, - "successMessageText": "5d25e48d86f77408251c4bfb successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "PickUp" - }, - "5d25e4ad86f77443e625e387": { - "QuestName": "Nostalgia", - "_id": "5d25e4ad86f77443e625e387", - "acceptPlayerMessage": "5d25e4ad86f77443e625e387 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e4ad86f77443e625e387 changeQuestMessageText", - "completePlayerMessage": "5d25e4ad86f77443e625e387 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5d357e1c86f7745b422d6540", - "target": "huntsman_026", - "value": 1 - } - ], - "id": "5d357e0e86f7745b3f307c55" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d357e0e86f7745b3f307c56", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d357e8786f7745b5e66a51a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5d357d6b86f7745b606e3508" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d27522686f774304e316405", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5d357d6b86f7745b606e3508" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5d7e2ef386f77440351bd9e3", - "target": "5d357e8786f7745b5e66a51a" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d778e6c86f77461b27a235d", - "index": 0, - "parentId": "", - "value": 28, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d778e7c86f7742fa901bc7c", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e48186f77443e625e386", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e4ad86f77443e625e387 declinePlayerMessage", - "description": "5d25e4ad86f77443e625e387 description", - "failMessageText": "5d25e4ad86f77443e625e387 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d694a6b86f77452a94debdf.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5d25e4ad86f77443e625e387 name", - "note": "5d25e4ad86f77443e625e387 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccab505f9e6175514de2db", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 16800 - }, - { - "availableInGameEditions": [], - "id": "60ccab6d41fd1e14d71e2311", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d667fec86f774368f43a1ff", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036ca", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a721036ca", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d6680d586f7743690020683", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036cc", - "_tpl": "590c60fc86f77412b13fddcf", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036cc", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5db2fe1c86f7747c5347c129", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036ce", - "_tpl": "5d8e15b686f774445103b190", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036ce", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e4ad86f77443e625e387 startedMessageText", - "status": 0, - "successMessageText": "5d25e4ad86f77443e625e387 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e4b786f77408251c4bfc": { - "QuestName": "Fishing Place", - "_id": "5d25e4b786f77408251c4bfc", - "acceptPlayerMessage": "5d25e4b786f77408251c4bfc acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e4b786f77408251c4bfc changeQuestMessageText", - "completePlayerMessage": "5d25e4b786f77408251c4bfc completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d2f375186f7745916404955", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c94bbff86f7747ee735c08f" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d8a09d386f77410b4225d13", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c94bbff86f7747ee735c08f" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d778ebb86f7742fa732bf09", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e4ad86f77443e625e387", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d778ec586f7745041358b37", - "index": 1, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e4b786f77408251c4bfc declinePlayerMessage", - "description": "5d25e4b786f77408251c4bfc description", - "failMessageText": "5d25e4b786f77408251c4bfc failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d25e4b786f77408251c4bfc name", - "note": "5d25e4b786f77408251c4bfc note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccab9620a6283a506aeb4d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18000 - }, - { - "availableInGameEditions": [], - "id": "60ccabccb2736c24b2118baa", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60ccaba041fd1e14d71e2312", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210379c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a7210379c", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ec1a2840135590512408dfb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210379d", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210379e", - "_tpl": "5bfea7ad0db834001c38f1ee", - "parentId": "67eb506040b1947a7210379d", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210379f", - "_tpl": "5bfeb32b0db834001a6694d9", - "parentId": "67eb506040b1947a7210379d", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721037a0", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a7210379d", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721037a1", - "_tpl": "5a34fd2bc4a282329a73b4c5", - "parentId": "67eb506040b1947a721037a0", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721037a2", - "_tpl": "5a34fe59c4a282000b1521a2", - "parentId": "67eb506040b1947a721037a1", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721037a3", - "_tpl": "5bfebc5e0db834001a6694e5", - "parentId": "67eb506040b1947a7210379d", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a721037a4", - "_tpl": "5b2388675acfc4771e1be0be", - "parentId": "67eb506040b1947a721037a3", - "slotId": "mod_scope" - } - ], - "target": "67eb506040b1947a7210379d", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccabb341fd1e14d71e2313", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037af", - "_tpl": "5ca2151486f774244a3b8d30", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037b0", - "_tpl": "6575dd3e9e27f4a85e081142", - "parentId": "67eb506040b1947a721037af", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b1", - "_tpl": "6575dd519e27f4a85e081146", - "parentId": "67eb506040b1947a721037af", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b2", - "_tpl": "6575dd64945bf78edd04c438", - "parentId": "67eb506040b1947a721037af", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b3", - "_tpl": "6575dd6e9d3a0ddf660b9047", - "parentId": "67eb506040b1947a721037af", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b4", - "_tpl": "6575dd769d3a0ddf660b904b", - "parentId": "67eb506040b1947a721037af", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b5", - "_tpl": "6575dd800546f8b1de093df6", - "parentId": "67eb506040b1947a721037af", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b6", - "_tpl": "6575dd94945bf78edd04c43c", - "parentId": "67eb506040b1947a721037af", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b7", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a721037af", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721037b8", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a721037af", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721037af", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e4b786f77408251c4bfc startedMessageText", - "status": 0, - "successMessageText": "5d25e4b786f77408251c4bfc successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e4ca86f77409dd5cdf2c": { - "QuestName": "Hunting Trip", - "_id": "5d25e4ca86f77409dd5cdf2c", - "acceptPlayerMessage": "5d25e4ca86f77409dd5cdf2c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e4ca86f77409dd5cdf2c changeQuestMessageText", - "completePlayerMessage": "5d25e4ca86f77409dd5cdf2c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 75 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5fd8ab9d367aed5bb161ed12", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage", - "value": 1, - "weapon": [ - "5bfea6e90db834001b7347f3" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "5b2388675acfc4771e1be0be" - ] - ] - } - ], - "id": "5fd8aa3206fb3a6b8154a2c2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd8aa3206fb3a6b8154a2c3", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77940986f7742fa732bf0a", - "index": 0, - "parentId": "", - "value": 33, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d7793fa86f7742fa901bc80", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2ee86f77443e35162ea", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e4ca86f77409dd5cdf2c declinePlayerMessage", - "description": "5d25e4ca86f77409dd5cdf2c description", - "failMessageText": "5d25e4ca86f77409dd5cdf2c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d694cd886f77468c86a6adc.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5d25e4ca86f77409dd5cdf2c name", - "note": "5d25e4ca86f77409dd5cdf2c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccac04b2736c24b2118bab", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15000 - }, - { - "availableInGameEditions": [], - "id": "60ccac4e646f74055e276542", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d66828c86f7744a2e70f0a7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ce1", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb506040b1947a72103ce1", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d6683fb86f774368d281abe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ce3", - "_tpl": "5c05300686f7746dce784e5d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ce3", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d66840a86f7744a2e70f0aa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ce5", - "_tpl": "5d0377ce86f774186372f689", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ce5", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccac1e1bdece56c249cbed", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ce7", - "_tpl": "5d03775b86f774203e7e0c4b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ce7", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "64b671bfb24b672b97795055", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ce8", - "_tpl": "627e14b21713922ded6f2c15", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a72103ce9", - "_tpl": "628120fd5631d45211793c9f", - "parentId": "67eb506040b1947a72103ce8", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103cea", - "_tpl": "62811e2510e26c1f344e6554", - "parentId": "67eb506040b1947a72103ce8", - "slotId": "mod_pistol_grip", - "upd": { - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72103ceb", - "_tpl": "62811f828193841aca4a45c3", - "parentId": "67eb506040b1947a72103cea", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103cec", - "_tpl": "6281204f308cb521f87a8f9b", - "parentId": "67eb506040b1947a72103cea", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103ced", - "_tpl": "6281209662cba23f6c4d7a19", - "parentId": "67eb506040b1947a72103cec", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103cee", - "_tpl": "628120c21d5df4475f46a337", - "parentId": "67eb506040b1947a72103ced", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103cef", - "_tpl": "628120d309427b40ab14e76d", - "parentId": "67eb506040b1947a72103ced", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103cf0", - "_tpl": "628120d309427b40ab14e76d", - "parentId": "67eb506040b1947a72103ced", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a72103cf1", - "_tpl": "628120dd308cb521f87a8fa1", - "parentId": "67eb506040b1947a72103ced", - "slotId": "mod_mount_003" - }, - { - "_id": "67eb506040b1947a72103cf2", - "_tpl": "6281212a09427b40ab14e770", - "parentId": "67eb506040b1947a72103cec", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103cf3", - "_tpl": "62811fbf09427b40ab14e767", - "parentId": "67eb506040b1947a72103cec", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103cf4", - "_tpl": "628121434fa03b6b6c35dc6a", - "parentId": "67eb506040b1947a72103cf3", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103cf5", - "_tpl": "62812081d23f207deb0ab216", - "parentId": "67eb506040b1947a72103cf4", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103cf6", - "_tpl": "628120621d5df4475f46a335", - "parentId": "67eb506040b1947a72103cf5", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103cf7", - "_tpl": "62811cd7308cb521f87a8f99", - "parentId": "67eb506040b1947a72103ce8", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103ce8", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e4ca86f77409dd5cdf2c startedMessageText", - "status": 0, - "successMessageText": "5d25e4ca86f77409dd5cdf2c successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d25e4d586f77443e625e388": { - "QuestName": "Reserve", - "_id": "5d25e4d586f77443e625e388", - "acceptPlayerMessage": "5d25e4d586f77443e625e388 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d25e4d586f77443e625e388 changeQuestMessageText", - "completePlayerMessage": "5d25e4d586f77443e625e388 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5d8a05e786f77410b11a7b9a", - "target": "huntsman_029", - "value": 1 - } - ], - "id": "5d8a05d086f77410b4225d0f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d8a05d086f77410b4225d10", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "629f12614861393d8c62e33d", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "643ebd9f29e254a46505e29b", - "target": [ - "RezervBase" - ] - } - ], - "id": "629f1259422dff20ff234b4e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "629f1259422dff20ff234b4d", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "629f12737ad28b7f7c40ed0e", - "target": "5d8a05d086f77410b4225d10" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77a17386f7742fa901bcc2", - "index": 0, - "parentId": "", - "value": 20, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77a16486f77461b27a2369", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63a88045abf76d719f42d715", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d25e4d586f77443e625e388 declinePlayerMessage", - "description": "5d25e4d586f77443e625e388 description", - "failMessageText": "5d25e4d586f77443e625e388 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d77a10586f7745041358b41.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "5d25e4d586f77443e625e388 name", - "note": "5d25e4d586f77443e625e388 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccacb1826ca0323464bd21", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11800 - }, - { - "availableInGameEditions": [], - "id": "60ccace5a7d63f18200a2525", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d66943d86f774131e206b66", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ab2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 16000 - } - } - ], - "target": "67eb506040b1947a72103ab2", - "type": "Item", - "unknown": false, - "value": 16000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d66944e86f7744dcc5e2f75", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ab4", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ab5", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ab6", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ab6", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d66946686f774368d281b03", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ab8", - "_tpl": "59e35ef086f7741777737012", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ab9", - "_tpl": "59e35ef086f7741777737012", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aba", - "_tpl": "59e35ef086f7741777737012", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103aba", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5d66947c86f774131e206b68", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103abc", - "_tpl": "5d1b39a386f774252339976f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103abc", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccacd55f9e6175514de2de", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103abe", - "_tpl": "5d1b309586f77425227d1676", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103abf", - "_tpl": "5d1b309586f77425227d1676", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103abf", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d25e4d586f77443e625e388 startedMessageText", - "status": 0, - "successMessageText": "5d25e4d586f77443e625e388 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "5d4bec3486f7743cac246665": { - "QuestName": "Regulated Materials", - "_id": "5d4bec3486f7743cac246665", - "acceptPlayerMessage": "5d4bec3486f7743cac246665 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d4bec3486f7743cac246665 changeQuestMessageText", - "completePlayerMessage": "5d4bec3486f7743cac246665 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d4bfe4b86f7744a9d4fe032", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d03794386f77420415576f5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d4bfe7c86f7744a9c66b316", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d03794386f77420415576f5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d4c020a86f77449c463ced6", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d0379a886f77420407aa271" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d4c028c86f774389001e027", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d0379a886f77420407aa271" - ], - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77db2186f7745041358b57", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5979f8bb86f7743ec214c7a6", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d761f6886f7744521734218", - "index": 1, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d4bec3486f7743cac246665 declinePlayerMessage", - "description": "5d4bec3486f7743cac246665 description", - "failMessageText": "5d4bec3486f7743cac246665 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d6e860186f774460f1f0602.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d4bec3486f7743cac246665 name", - "note": "5d4bec3486f7743cac246665 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8a4b1919c14709f49738c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14800 - }, - { - "availableInGameEditions": [], - "id": "60c8a4348dfbfc09882efd1d", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5d761fc086f774454d58840c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fd7", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a72102fd7", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "id": "5d761fa486f774452073df6d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fd8", - "_tpl": "5cadfbf7ae92152ac412eeef", - "upd": { - "FireMode": { - "FireMode": "single" - } - } - }, - { - "_id": "67eb506040b1947a72102fd9", - "_tpl": "5caf17c9ae92150b30006be1", - "parentId": "67eb506040b1947a72102fd8", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102fda", - "_tpl": "5caf1041ae92157c28402e3f", - "parentId": "67eb506040b1947a72102fd8", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102fdb", - "_tpl": "5caf16a2ae92152ac412efbc", - "parentId": "67eb506040b1947a72102fd8", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102fdc", - "_tpl": "5cdaa99dd7f00c002412d0b2", - "parentId": "67eb506040b1947a72102fd8", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102fdd", - "_tpl": "5cda9bcfd7f00c0c0b53e900", - "parentId": "67eb506040b1947a72102fdc", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72102fde", - "_tpl": "5caf1691ae92152ac412efb9", - "parentId": "67eb506040b1947a72102fd8", - "slotId": "mod_scope" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102fd8", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63baf332301d5256f738175d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fe1", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fe2", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102fe1", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102fe3", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fe4", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102fe3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102fe5", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fe6", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102fe5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102fe7", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fe8", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102fe7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102fe9", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fea", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102fe9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102feb", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fec", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102feb", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102fed", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fee", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102fed", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102fef", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ff0", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102fef", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102ff1", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ff2", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102ff1", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72102ff3", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ff4", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72102ff3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - } - ], - "target": "67eb506040b1947a72102ff3", - "type": "Item", - "unknown": false, - "value": 10 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d4bec3486f7743cac246665 startedMessageText", - "status": 0, - "successMessageText": "5d4bec3486f7743cac246665 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "5d6fb2c086f77449da599c24": { - "QuestName": "An Apple a Day Keeps the Doctor Away", - "_id": "5d6fb2c086f77449da599c24", - "acceptPlayerMessage": "5d6fb2c086f77449da599c24 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d6fb2c086f77449da599c24 changeQuestMessageText", - "completePlayerMessage": "5d6fb2c086f77449da599c24 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d6fb8a886f77449db3db8b6", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5449016a4bdc2d6f028b456f" - ], - "value": 400000, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77c61786f7742fa732bf12", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5a68667486f7742607157d28", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d6fb2c086f77449da599c24 declinePlayerMessage", - "description": "5d6fb2c086f77449da599c24 description", - "failMessageText": "5d6fb2c086f77449da599c24 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d6fb2c086f77449da599c24 name", - "note": "5d6fb2c086f77449da599c24 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5d78cd7a86f77408b7023d42", - "index": 0, - "target": "Health", - "type": "Skill", - "unknown": false, - "value": 200 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d6fb2c086f77449da599c24 startedMessageText", - "status": 0, - "successMessageText": "5d6fb2c086f77449da599c24 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "5d6fbc2886f77449d825f9d3": { - "QuestName": "Mentor", - "_id": "5d6fbc2886f77449d825f9d3", - "acceptPlayerMessage": "5d6fbc2886f77449d825f9d3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5d6fbc2886f77449d825f9d3 changeQuestMessageText", - "completePlayerMessage": "5d6fbc2886f77449d825f9d3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d6fbf0f86f77449d97f738e", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "569668774bdc2da2298b4568" - ], - "value": 50000, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5d77c55886f7742fa901bcc4", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5a27bc6986f7741c7358402b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5d6fbc2886f77449d825f9d3 declinePlayerMessage", - "description": "5d6fbc2886f77449d825f9d3 description", - "failMessageText": "5d6fbc2886f77449d825f9d3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5d6fbc2886f77449d825f9d3 name", - "note": "5d6fbc2886f77449d825f9d3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "5d78ce4986f77437f7656bf2", - "index": 0, - "target": "Sniper", - "type": "Skill", - "unknown": false, - "value": 300 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5d6fbc2886f77449d825f9d3 startedMessageText", - "status": 0, - "successMessageText": "5d6fbc2886f77449d825f9d3 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Completion" - }, - "5dc53acb86f77469c740c893": { - "QuestName": "The Stylish One", - "_id": "5dc53acb86f77469c740c893", - "acceptPlayerMessage": "5dc53acb86f77469c740c893 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5dc53acb86f77469c740c893 changeQuestMessageText", - "completePlayerMessage": "5dc53acb86f77469c740c893 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5dc53ff786f7743361195af2", "resetOnSessionEnd": false, - "savageRole": [ - "bossKilla" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "5dc53fd386f77469c87589a2" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5dc53fd386f77469c87589a3", + "id": "66151401efb0539ae10875af", "index": 0, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 100, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66168239957ac58c30b29135", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "64a536392d2c4e6e970f4121", + "5ca20d5986f774331e7c9602", + "5c0e746986f7741453628fe5", + "5ab8dab586f77441cd04f2a2", + "59e7643b86f7742cbf2c109a" + ], + "globalQuestCounterId": "", "value": 50, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5dc541c386f77469c87589a6", + "id": "66152897f4a5f1444a88dcaf", "index": 0, "parentId": "", - "status": [ - 4 - ], - "target": "5ae4498786f7744bde357695", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "7ea9a59dbf6614e6abb7efd3", - "index": 1, - "parentId": "", + "target": "5b478d0f86f7744d190d91b5", "status": [ 2, 4 ], - "target": "5d25e2e286f77444001e2e48", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5dc53acb86f77469c740c893 declinePlayerMessage", - "description": "5dc53acb86f77469c740c893 description", - "failMessageText": "5dc53acb86f77469c740c893 failMessageText", - "image": "/files/quest/icon/5d69468a86f77452aa51d79d.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "5dc53acb86f77469c740c893 name", - "note": "5dc53acb86f77469c740c893 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "629f0b9d422dff20ff233f1c", - "index": 1, - "target": "Charisma", - "type": "Skill", - "unknown": true, - "value": "100" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5dc53acb86f77469c740c893 startedMessageText", - "successMessageText": "5dc53acb86f77469c740c893 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" - }, - "5e381b0286f77420e3417a74": { - "QuestName": "Textile - Part 1", - "_id": "5e381b0286f77420e3417a74", - "acceptPlayerMessage": "5e381b0286f77420e3417a74 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5e381b0286f77420e3417a74 changeQuestMessageText", - "completePlayerMessage": "5e381b0286f77420e3417a74 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5e38261886f77429853af26c", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4d286f7746d4159f07a" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e382fef86f7741e53790d40", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4d286f7746d4159f07a" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e382b6986f7741b72695045", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4a786f7746d3f3c3400" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e38356d86f7742993306cac", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4a786f7746d3f3c3400" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e382d6386f77429a01f82fb", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c12688486f77426843c7d32" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e3835e886f77429910d4465", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c12688486f77426843c7d32" - ], - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e58dabd86f7747c27218702", - "index": 0, - "parentId": "", - "target": "5ac3b934156ae10c4430e83c", - "value": 4, - "visibilityConditions": [] - }, - { "availableAfter": 0, - "conditionType": "Quest", "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e58dace86f7747c295d2893", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4497b86f7744cf402ed00", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5e381b0286f77420e3417a74 declinePlayerMessage", - "description": "5e381b0286f77420e3417a74 description", - "failMessageText": "5e381b0286f77420e3417a74 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5e4d3a5886f77438b1632d82.jpg", - "instantComplete": false, - "isKey": false, + "description": "66151401efb0539ae10875ae description", + "failMessageText": "66151401efb0539ae10875ae failMessageText", + "declinePlayerMessage": "66151401efb0539ae10875ae declinePlayerMessage", + "name": "66151401efb0539ae10875ae name", + "note": "66151401efb0539ae10875ae note", + "traderId": "5ac3b934156ae10c4430e83c", "location": "any", - "name": "5e381b0286f77420e3417a74 name", - "note": "5e381b0286f77420e3417a74 note", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66151401efb0539ae10875ae startedMessageText", + "successMessageText": "66151401efb0539ae10875ae successMessageText", + "rewards": { + "Started": [], + "Success": [], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "641183c4e2f66029920a1413", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5e58de2886f7747c295d2898", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c2d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb506040b1947a72103c2d", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "id": "655b8d2b1273611d2462ab7b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c2e", - "_tpl": "5b44cf1486f77431723e3d05" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103c2e", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5e381b0286f77420e3417a74 startedMessageText", - "status": 0, - "successMessageText": "5e381b0286f77420e3417a74 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5e383a6386f77465910ce1f3": { - "QuestName": "Textile - Part 1", - "_id": "5e383a6386f77465910ce1f3", - "acceptPlayerMessage": "5e383a6386f77465910ce1f3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5e383a6386f77465910ce1f3 changeQuestMessageText", - "completePlayerMessage": "5e383a6386f77465910ce1f3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e383a6386f77465910ce1f4", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4d286f7746d4159f07a" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e383a6386f77465910ce1f5", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4d286f7746d4159f07a" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e383a6386f77465910ce1f6", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4a786f7746d3f3c3400" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e383a6386f77465910ce1f7", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af4a786f7746d3f3c3400" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e383a6386f77465910ce1f8", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c12688486f77426843c7d32" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e383a6386f77465910ce1f9", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c12688486f77426843c7d32" - ], - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e58dd1f86f7747c25656a55", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4497b86f7744cf402ed00", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e58dd2a86f7747c28220304", - "index": 1, - "parentId": "", - "target": "5ac3b934156ae10c4430e83c", - "value": 4, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5e383a6386f77465910ce1f3 declinePlayerMessage", - "description": "5e383a6386f77465910ce1f3 description", - "failMessageText": "5e383a6386f77465910ce1f3 failMessageText", "gameModes": [], - "image": "/files/quest/icon/5e4d3a5886f77438b1632d82.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5e383a6386f77465910ce1f3 name", - "note": "5e383a6386f77465910ce1f3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64118323e2f66029920a1412", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5e58dd4886f7747c2721870b", - "index": 0, - "items": [ - { - "_id": "67eb25710eb297dd6111152f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb25710eb297dd6111152f", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "id": "655b8d0c32b0b1645e6f54cb", - "index": 0, - "items": [ - { - "_id": "67eb25710eb297dd61111530", - "_tpl": "5b44cf1486f77431723e3d05" - } - ], - "loyaltyLevel": 4, - "target": "67eb25710eb297dd61111530", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5e383a6386f77465910ce1f3 startedMessageText", - "status": 0, - "successMessageText": "5e383a6386f77465910ce1f3 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5e4d4ac186f774264f758336": { - "QuestName": "Textile - Part 2", - "_id": "5e4d4ac186f774264f758336", - "acceptPlayerMessage": "5e4d4ac186f774264f758336 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5e4d4ac186f774264f758336 changeQuestMessageText", - "completePlayerMessage": "5e4d4ac186f774264f758336 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d4ac186f774264f758337", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af47786f7746d404f3aaa" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d4ac186f774264f758338", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af47786f7746d404f3aaa" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d4ac186f774264f758339", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af41e86f774755a234b67" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d4ac186f774264f75833a", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af41e86f774755a234b67" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d4ac186f774264f75833b", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af29386f7746d4159f077" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d4ac186f774264f75833c", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af29386f7746d4159f077" - ], - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e58db2386f7747c28220302", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5e381b0286f77420e3417a74", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5e4d4ac186f774264f758336 declinePlayerMessage", - "description": "5e4d4ac186f774264f758336 description", - "failMessageText": "5e4d4ac186f774264f758336 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5e4d3a5186f77464185227f3.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5e4d4ac186f774264f758336 name", - "note": "5e4d4ac186f774264f758336 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "640f22ef053aa8ccbf04f3bf", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 34300 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5e58dde586f7740b7b7444f2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d9e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb506040b1947a72103d9e", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5e58e22e86f7740ba7486ca4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103da0", - "_tpl": "5c0e774286f77468413cc5b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103da0", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5e4d4ac186f774264f758336 startedMessageText", - "status": 0, - "successMessageText": "5e4d4ac186f774264f758336 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" + "status": 0 }, - "5e4d515e86f77438b2195244": { - "QuestName": "Textile - Part 2", - "_id": "5e4d515e86f77438b2195244", - "acceptPlayerMessage": "5e4d515e86f77438b2195244 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "5d25e2c386f77443e7549029": { + "QuestName": "The Huntsman Path - Trophy", + "_id": "5d25e2c386f77443e7549029", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5e4d515e86f77438b2195244 changeQuestMessageText", - "completePlayerMessage": "5e4d515e86f77438b2195244 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d515e86f77438b2195245", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af47786f7746d404f3aaa" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d515e86f77438b2195246", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af47786f7746d404f3aaa" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d515e86f77438b2195247", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af41e86f774755a234b67" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d515e86f77438b2195248", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af41e86f774755a234b67" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d515e86f77438b2195249", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af29386f7746d4159f077" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e4d515e86f77438b219524a", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5e2af29386f7746d4159f077" - ], - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5e58dd9086f7747c2639ee43", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5e383a6386f77465910ce1f3", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5e4d515e86f77438b2195244 declinePlayerMessage", - "description": "5e4d515e86f77438b2195244 description", - "failMessageText": "5e4d515e86f77438b2195244 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5e4d3a5186f77464185227f3.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5e4d515e86f77438b2195244 name", - "note": "5e4d515e86f77438b2195244 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "640f23daa318bf61ce0da273", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 34300 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5e58ddad86f7747c2639ee44", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd6111132f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb25700eb297dd6111132f", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5e58e25786f7740bef574f07", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111331", - "_tpl": "5c0e774286f77468413cc5b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61111331", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5e4d515e86f77438b2195244 startedMessageText", - "status": 0, - "successMessageText": "5e4d515e86f77438b2195244 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "5eaaaa7c93afa0558f3b5a1c": { - "QuestName": "The Survivalist Path - Junkie", - "_id": "5eaaaa7c93afa0558f3b5a1c", - "acceptPlayerMessage": "5eaaaa7c93afa0558f3b5a1c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5eaaaa7c93afa0558f3b5a1c changeQuestMessageText", - "completePlayerMessage": "5eaaaa7c93afa0558f3b5a1c completePlayerMessage", + "acceptPlayerMessage": "5d25e2c386f77443e7549029 acceptPlayerMessage", + "changeQuestMessageText": "5d25e2c386f77443e7549029 changeQuestMessageText", + "completePlayerMessage": "5d25e2c386f77443e7549029 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5d26fd8886f77469f0445744", "conditions": [ { - "bodyPart": [], + "id": "5d27106c86f77469f1599fee", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossBully" + ], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5d25dc3486f77408251c4bf8", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "bodyPartsWithEffects": [ - { - "bodyParts": [ - "Head" - ], - "effects": [ - "Stimulator" - ] - } - ], - "conditionType": "HealthEffect", - "dynamicLocale": false, - "energy": { - "compareMethod": ">=", - "value": 0 - }, - "hydration": { - "compareMethod": ">=", - "value": 0 - }, - "id": "5d25dfb686f77444001e2e47", - "time": { - "compareMethod": ">=", - "value": 0 - } - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5edbb78c15eff66872602c4f", - "target": [ - "Woods" - ] + "conditionType": "Kills" } - ], - "id": "5d25dc2286f77443e7549027" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5eaaaa7c93afa0558f3b5a1f", + "id": "5d26fd8886f77469f0445745", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5eaaaa7c93afa0558f3b5a1e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2a986f77409dd5cdf2a", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5eaaaa7c93afa0558f3b5a1c declinePlayerMessage", - "description": "5eaaaa7c93afa0558f3b5a1c description", - "failMessageText": "5eaaaa7c93afa0558f3b5a1c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5969f96786f7741dde183a4f.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5eaaaa7c93afa0558f3b5a1c name", - "note": "5eaaaa7c93afa0558f3b5a1c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccad69646f74055e276544", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5900 - }, - { - "availableInGameEditions": [], - "id": "60ccad6d20a6283a506aeb4f", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5eaaaa7c93afa0558f3b5a21", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a4d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103a4d", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5eaaaa7c93afa0558f3b5a23", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a50", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a51", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a72103a50", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72103a52", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a53", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a72103a52", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72103a54", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a55", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a72103a54", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72103a56", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a57", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a72103a56", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72103a58", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a59", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a72103a58", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a72103a5a", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a5b", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a72103a5a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a72103a5a", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5eaaaa7c93afa0558f3b5a24", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a5e", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a5f", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72103a5e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a60", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a61", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72103a60", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a62", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a63", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72103a62", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a64", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a65", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72103a64", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103a64", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccadb198b4927060364616", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a69", - "_tpl": "57372c21245977670937c6c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a6a", - "_tpl": "56dff061d2720bb5668b4567", - "parentId": "67eb506040b1947a72103a69", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72103a6b", - "_tpl": "56dff061d2720bb5668b4567", - "location": 1, - "parentId": "67eb506040b1947a72103a69", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "target": "67eb506040b1947a72103a69", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "5eaac4031d3e441928571bbc", - "index": 0, - "target": "Metabolism", - "type": "Skill", - "unknown": false, - "value": 200 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5eaaaa7c93afa0558f3b5a1c startedMessageText", - "status": 0, - "successMessageText": "5eaaaa7c93afa0558f3b5a1c successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5eda19f0edce541157209cee": { - "QuestName": "Anesthesia", - "_id": "5eda19f0edce541157209cee", - "acceptPlayerMessage": "5eda19f0edce541157209cee acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5eda19f0edce541157209cee changeQuestMessageText", - "completePlayerMessage": "5eda19f0edce541157209cee completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5eda1d6ec586607c09662d54", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "prapor_022_area_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5eda1da9a58a4c49c74165ee", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "prapor_022_area_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5eda1dd3317f6066993c1744", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "prapor_022_area_3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5f03899abb4e27377c090cdc", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5f0389b036cb1c7f496f9942", - "target": [ - "Shoreline" - ] - } - ], - "id": "5f0389268580cc37797e0025" - }, "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5f0389268580cc37797e0026", - "index": 3, + "value": 1, + "visibilityConditions": [], "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5d66741c86f7744a2e70f039", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "type": "Completion", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5b3b713c5acfc4330140bd8d" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d2710e686f7742e9019a6b2", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5b3b713c5acfc4330140bd8d" + ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "5f06e52d4ab52901d036b505", - "target": "5eda1d6ec586607c09662d54" - }, - { - "conditionType": "CompleteCondition", - "id": "5f06e532d57aeb6e0925300c", - "target": "5eda1da9a58a4c49c74165ee" - }, - { - "conditionType": "CompleteCondition", - "id": "5f06e536fdc0320a0850e310", - "target": "5eda1dd3317f6066993c1744" + "id": "5d66742986f7744dcc5e2992", + "target": "5d66741c86f7744a2e70f039", + "conditionType": "CompleteCondition" } ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f1049d7aa82db0e8f75cb7b", + "id": "5d77689686f7742fa857dd34", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d25e2b486f77409de05bba0", "status": [ 4 ], - "target": "5967725e86f774601a446662", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5eda1a67ef0ad2643e73af31", - "index": 0, - "parentId": "", - "value": 21, + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5eda19f0edce541157209cee declinePlayerMessage", - "description": "5eda19f0edce541157209cee description", - "failMessageText": "5eda19f0edce541157209cee failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5f0f202de269d61a4b5cf6ec.jpg", - "instantComplete": false, + "description": "5d25e2c386f77443e7549029 description", + "failMessageText": "5d25e2c386f77443e7549029 failMessageText", + "declinePlayerMessage": "5d25e2c386f77443e7549029 declinePlayerMessage", + "name": "5d25e2c386f77443e7549029 name", + "note": "5d25e2c386f77443e7549029 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5d67bb8486f7744dcc5e2fb1.jpg", + "type": "Completion", "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5eda19f0edce541157209cee name", - "note": "5eda19f0edce541157209cee note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e2c386f77443e7549029 startedMessageText", + "successMessageText": "5d25e2c386f77443e7549029 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8a4e483161b326c471106", - "index": 0, + "value": 15300, + "id": "60cca32a98b492706036460d", "type": "Experience", - "unknown": false, - "value": 18100 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60c8a4d7919c14709f49738d", - "index": 0, - "target": "54cb50c76803fa8b248b4571", + "value": 0.02, + "id": "60cca331ac6eb02bc726de64", "type": "TraderStanding", - "unknown": false, - "value": 0.04 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5eda1b27ed4d216c284f5522", + "value": 90000, + "id": "5d6677b686f7744dcc5e2993", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2463", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103023", + "_id": "68010065f81036801d0b2463", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 90000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b65a5fd5887c2ce9561155", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2465", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2465", + "_tpl": "5c127c4486f7745625356c13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "64b65ab325251516d7685425", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2469", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2467", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2468", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2469", + "_tpl": "5734758f24597738025ee253", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64b65acff83adb775979f8b6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b246c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b246b", + "_tpl": "5d235a5986f77443f6329bc6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b246c", + "_tpl": "5d235a5986f77443f6329bc6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64b65adb58b5637e2d71a635", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b246e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b246e", + "_tpl": "59faf7ca86f7740dbe19f6c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639873003693c63d86328f25": { + "QuestName": "Gunsmith - Part 19", + "_id": "639873003693c63d86328f25", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639873003693c63d86328f25 acceptPlayerMessage", + "changeQuestMessageText": "639873003693c63d86328f25 changeQuestMessageText", + "completePlayerMessage": "639873003693c63d86328f25 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "63987a4e3693c63d86328f27", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5c46fbd72e2216398b5a8c9c" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 1000.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 15.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 10, + "compareMethod": "<=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 500.0, + "compareMethod": "<=" + }, + "weight": { + "value": 8.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5947e98b86f774778f1448bc", + "5dfcd0e547101c39625f66f9", + "5b30ac585acfc433000eb79c", + "57c5ac0824597754771e88a9" + ], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "639af9817c898a131e1cff86", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 36, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "639af9755b759c65a34764e6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b477b6f86f7747290681823", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639873003693c63d86328f25 description", + "failMessageText": "639873003693c63d86328f25 failMessageText", + "declinePlayerMessage": "639873003693c63d86328f25 declinePlayerMessage", + "name": "639873003693c63d86328f25 name", + "note": "639873003693c63d86328f25 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/63aae96a435ab5742b4e407a.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639873003693c63d86328f25 startedMessageText", + "successMessageText": "639873003693c63d86328f25 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25500, + "id": "639af992dae1800a3e135957", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "639af9a72a994a11600df097", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "639af9bcf5765f47cc7f0e68", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2470", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2470", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639af9c8dae1800a3e135958", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2472", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2472", + "_tpl": "60391afc25aff57af81f7085", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639af9d45b759c65a34764e7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2474", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2474", + "_tpl": "619cbfeb6b8a1b37a54eebfa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19d374ebcff1c995dc33d", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2475", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2475", + "_tpl": "6087e663132d4d12c81fd96b" + } + ], + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b478eca86f7744642012254": { + "QuestName": "Vitamins - Part 1", + "_id": "5b478eca86f7744642012254", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b478eca86f7744642012254 acceptPlayerMessage", + "changeQuestMessageText": "5b478eca86f7744642012254 changeQuestMessageText", + "completePlayerMessage": "5b478eca86f7744642012254 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b478f6886f774464201225a", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b43237186f7742f3a4ab252" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b478f8886f7744d1b23c622", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b43237186f7742f3a4ab252" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b4c826b86f7743cc87bcee4", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c81a086f77417d26be63f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4c832686f77419603eb8f0", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c81a086f77417d26be63f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5b4c82cd86f774170c6e4169", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c81bd86f77418a75ae159" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5b4c836486f77417063a09dc", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5b4c81bd86f77418a75ae159" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0c1486f7747a2637c513", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 22, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f0b8b86f7747a2910aaa4", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "597a0e5786f77426d66c0636", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b478eca86f7744642012254 description", + "failMessageText": "5b478eca86f7744642012254 failMessageText", + "declinePlayerMessage": "5b478eca86f7744642012254 declinePlayerMessage", + "name": "5b478eca86f7744642012254 name", + "note": "5b478eca86f7744642012254 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/5b478eda86f77470315db899.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b478eca86f7744642012254 startedMessageText", + "successMessageText": "5b478eca86f7744642012254 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13000, + "id": "60c8bfb58dfbfc09882efd26", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8bfbb1f21c1669a48c32e", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "60cb5fa0af2e5506c3781d92", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2477", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2477", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5b48736086f7744d06237e24", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b247b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2479", + "_tpl": "5b30b0dc5acfc400153b7124", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b247a", + "_tpl": "5b30b0dc5acfc400153b7124", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b247b", + "_tpl": "5b30b0dc5acfc400153b7124", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cb5fbc6a2a1958fc522cd9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b247e", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b247d", + "_tpl": "5d2da1e948f035477b1ce2ba", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b247e", + "_tpl": "5d2da1e948f035477b1ce2ba", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": -0.01, + "id": "5d6e724586f7743d5c7de898", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64f3176921045e77405d63b5": { + "QuestName": "Ambulances Again", + "_id": "64f3176921045e77405d63b5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f3176921045e77405d63b5 acceptPlayerMessage", + "changeQuestMessageText": "64f3176921045e77405d63b5 changeQuestMessageText", + "completePlayerMessage": "64f3176921045e77405d63b5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "64f3176921045e77405d63ba", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "64f09c02b63b74469b6c149f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f4fdfa67e11a7c6206de73", + "conditions": [ + { + "id": "64f4fe2579fef514cc314095", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "64f712fbafbb7b781850f936", + "dynamicLocale": false, + "exitName": "E7_car", + "conditionType": "ExitName" + } + ] + }, + "id": "64f4fdfa67e11a7c6206de72", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64f712e5afaaba0ae9268da5", + "target": "64f3176921045e77405d63ba", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "64f3176921045e77405d63bb", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "64f09c02b63b74469b6c149f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6504824be7b7f5640a0fb2ba", + "target": "64f4fdfa67e11a7c6206de72", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8cd46b997eb4f42756179", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639136e84ed9512be67647db", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "64f8cd4ac8626c7d46040426", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "639135e0fa894f0a866afde6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f3176921045e77405d63b5 description", + "failMessageText": "64f3176921045e77405d63b5 failMessageText", + "declinePlayerMessage": "64f3176921045e77405d63b5 declinePlayerMessage", + "name": "64f3176921045e77405d63b5 name", + "note": "64f3176921045e77405d63b5 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63ab02b8972364554162a22e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f3176921045e77405d63b5 startedMessageText", + "successMessageText": "64f3176921045e77405d63b5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12000, + "id": "64f3176921045e77405d63bd", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "64f3176921045e77405d63be", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "64f3176921045e77405d63bf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2480", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2480", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64f3176921045e77405d63c0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2483", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2482", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2483", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "64f3176921045e77405d63c1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2486", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2485", + "_tpl": "5d02797c86f774203f38e30a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2486", + "_tpl": "5d02797c86f774203f38e30a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f8cd7133ff7561c87643f1", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2487", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2487", + "_tpl": "5c0e530286f7747fa1419862" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63966fbeea19ac7ed845db2e": { + "QuestName": "Missing Informant", + "_id": "63966fbeea19ac7ed845db2e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63966fbeea19ac7ed845db2e acceptPlayerMessage", + "changeQuestMessageText": "63966fbeea19ac7ed845db2e changeQuestMessageText", + "completePlayerMessage": "63966fbeea19ac7ed845db2e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7cee004d3dc28a52a20f9", + "conditions": [ + { + "id": "63a7cf0510b7a13eb015961c", + "dynamicLocale": false, + "target": "quest_zone_keeper99", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7cee004d3dc28a52a20f8", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "63990a1ddcdd126fef1771c1", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "63989ced706b793c7d60cfef" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63abf23d1b5c95746621dd8c", + "target": "63a7cee004d3dc28a52a20f8", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "63990ae2dcdd126fef1771c2", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "63989ced706b793c7d60cfef" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63abf26df627f540861d118b", + "target": "63a7cee004d3dc28a52a20f8", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "639af69c6402c537c15d0637", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63966faeea19ac7ed845db2c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63966fbeea19ac7ed845db2e description", + "failMessageText": "63966fbeea19ac7ed845db2e failMessageText", + "declinePlayerMessage": "63966fbeea19ac7ed845db2e declinePlayerMessage", + "name": "63966fbeea19ac7ed845db2e name", + "note": "63966fbeea19ac7ed845db2e note", + "traderId": "638f541a29ffd1183d187f57", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63966fbeea19ac7ed845db2e startedMessageText", + "successMessageText": "63966fbeea19ac7ed845db2e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a6cea72b25f7513905ca1c", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a235c28a536b63f82107f4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2489", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2489", + "_tpl": "6389c7750ef44505c87f5996", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a233d1fcae11642e50f9c8", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b248b", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b248b", + "_tpl": "5c052f6886f7746b1e3db148", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 2, + "traderId": 11 + }, + { + "availableInGameEditions": [], + "id": "63a235b6f194393ecf632fa3", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b248c", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b248c", + "_tpl": "6389c7750ef44505c87f5996" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64e7b971f9d6fa49d6769b44": { + "QuestName": "The Huntsman Path - Big Game", + "_id": "64e7b971f9d6fa49d6769b44", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64e7b971f9d6fa49d6769b44 acceptPlayerMessage", + "changeQuestMessageText": "64e7b971f9d6fa49d6769b44 changeQuestMessageText", + "completePlayerMessage": "64e7b971f9d6fa49d6769b44 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64e7ba17220ee966bf425ecc", + "conditions": [ + { + "id": "64e7ba24e34817363c4684d4", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossBoar" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "64e7ba17220ee966bf425ecb", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64e7ba4a6393886f74119f3e", + "conditions": [ + { + "id": "64e7ba6e93a4092f5a62772e", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerBoar", + "bossBoarSniper" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "64e7ba4a6393886f74119f3d", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65bb698041e2459abc403455", + "conditions": [ + { + "id": "65bb69ec725741cfbac5927a", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerBoarClose1" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "65bb698050fd7c32f5d666d1", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65bb6a619f79fbd44bab7535", + "conditions": [ + { + "id": "65bb6a7acd9608c3f385f512", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerBoarClose2" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "65bb6a61a845e4eb51390b4e", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8d08633ff7561c87644b3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "64f8d08a57e97a7623720831", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "639135e0fa894f0a866afde6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64e7b971f9d6fa49d6769b44 description", + "failMessageText": "64e7b971f9d6fa49d6769b44 failMessageText", + "declinePlayerMessage": "64e7b971f9d6fa49d6769b44 declinePlayerMessage", + "name": "64e7b971f9d6fa49d6769b44 name", + "note": "64e7b971f9d6fa49d6769b44 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a93845813bba58a50c9e95.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64e7b971f9d6fa49d6769b44 startedMessageText", + "successMessageText": "64e7b971f9d6fa49d6769b44 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 33000, + "id": "64e7bad1b155dd0943298c17", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "64f8cfa5b997eb4f42756239", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 250000, + "id": "64f8d09cb4918f39d363e583", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b248e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b248e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 250000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8d0a5b997eb4f4275623a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2490", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2490", + "_tpl": "5d03794386f77420415576f5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "64f8d0ab05cb58236609a656", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2496", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2492", + "_tpl": "5d0376a486f7747d8050965c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2493", + "_tpl": "5d0376a486f7747d8050965c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2494", + "_tpl": "5d0376a486f7747d8050965c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2495", + "_tpl": "5d0376a486f7747d8050965c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2496", + "_tpl": "5d0376a486f7747d8050965c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f8d0b1c8626c7d46040668", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2497", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2497", + "_tpl": "63fc44e2429a8a166c7f61e6" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "676453a760b72ec3e03b2f40", + "type": "CustomizationDirect", + "index": 0, + "target": "67585cf55ec257bf740a446f", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63966fccac6f8f3c677b9d89": { + "QuestName": "Snatch", + "_id": "63966fccac6f8f3c677b9d89", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63966fccac6f8f3c677b9d89 acceptPlayerMessage", + "changeQuestMessageText": "63966fccac6f8f3c677b9d89 changeQuestMessageText", + "completePlayerMessage": "63966fccac6f8f3c677b9d89 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63b33cd9862e1142130b610d", + "conditions": [ + { + "id": "63b33cebcb4061dabc0009fc", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner", + "Killed", + "MissingInAction" + ], + "conditionType": "ExitStatus" + }, + { + "id": "63b33d0373d88a5658030eed", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "63b33cd9862e1142130b610c", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6399b45d98e4ed53fa4632db", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6398a0861c712b1e1d4dadf1" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63b33d501bc070b8950e08d1", + "target": "63b33cd9862e1142130b610c", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6399c929d65735732c6ba766", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6398a072e301557ae24cec92" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6399c9ea706b793c7d60ed88", + "target": "6399b45d98e4ed53fa4632db", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6399ca5fe101160ce05706ac", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "tadeush_bmp2_area_mark_12", + "target": [ + "6398a0861c712b1e1d4dadf1" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6399cc13e101160ce05706ad", + "target": "6399c929d65735732c6ba766", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6399cc30b5992f573c65782b", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6398a072e301557ae24cec92" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6399cd2f706b793c7d60ed8b", + "target": "6399ca5fe101160ce05706ac", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "639afb237cb1a8023d49f750", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63966fbeea19ac7ed845db2e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63966fccac6f8f3c677b9d89 description", + "failMessageText": "63966fccac6f8f3c677b9d89 failMessageText", + "declinePlayerMessage": "63966fccac6f8f3c677b9d89 declinePlayerMessage", + "name": "63966fccac6f8f3c677b9d89 name", + "note": "63966fccac6f8f3c677b9d89 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63966fccac6f8f3c677b9d89 startedMessageText", + "successMessageText": "63966fccac6f8f3c677b9d89 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a6ceadb7f4570d3a293167", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a235f5d6d4651e53602b05", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2499", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2499", + "_tpl": "5c05300686f7746dce784e5d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66422e16ecb13e080d43ec59", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b249b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b249b", + "_tpl": "5c05300686f7746dce784e5d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66422e1c87cfc674d3593d25", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b249d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b249d", + "_tpl": "5c05300686f7746dce784e5d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a233f5423c8970de41982f", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b249f", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b249f", + "_tpl": "5c052fb986f7746b2101e909", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 2, + "traderId": 11 + }, + { + "availableInGameEditions": [], + "id": "658065c5baa3942bf871691f", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b24a0", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b24a0", + "_tpl": "657089638db3adca1009f4ca" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "65802b627b44fa5e14638899": { + "QuestName": "Nothing Fishy About This", + "_id": "65802b627b44fa5e14638899", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "65802b627b44fa5e14638899 acceptPlayerMessage", + "changeQuestMessageText": "65802b627b44fa5e14638899 changeQuestMessageText", + "completePlayerMessage": "65802b627b44fa5e14638899 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65802b627b44fa5e1463889b", + "conditions": [ + { + "id": "63a98d1b64b9631d9178274c", + "dynamicLocale": false, + "target": "q14_11_jeep", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65802b627b44fa5e1463889a", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65802bfaad88f987ea613e71", + "conditions": [ + { + "id": "65802c07ce6bd802ff2eadb3", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "658076ac7c586518a43ca63b", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "65802bfabac8c53c548fca2a", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "65816952a49eefe2525b999c", + "target": "65802b627b44fa5e1463889a", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65840c6909a426457faf5aad", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448e586f7744dcf0c2a67", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "65802b627b44fa5e14638899 description", + "failMessageText": "65802b627b44fa5e14638899 failMessageText", + "declinePlayerMessage": "65802b627b44fa5e14638899 declinePlayerMessage", + "name": "65802b627b44fa5e14638899 name", + "note": "65802b627b44fa5e14638899 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/658991c8c5998b6e942974ed.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "65802b627b44fa5e14638899 startedMessageText", + "successMessageText": "65802b627b44fa5e14638899 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7200, + "id": "65802b627b44fa5e1463889e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "65841743606b8d720b4b8fd7", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "6584175066ddfd17202b8bc1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24a2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b24a2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6584176e606b8d720b4b8fd8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24a4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24a4", + "_tpl": "60a6220e953894617404b00a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "625d6ff5ddc94657c21a1625": { + "QuestName": "Network Provider - Part 1", + "_id": "625d6ff5ddc94657c21a1625", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "625d6ff5ddc94657c21a1625 acceptPlayerMessage", + "changeQuestMessageText": "625d6ff5ddc94657c21a1625 changeQuestMessageText", + "completePlayerMessage": "625d6ff5ddc94657c21a1625 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "625eb7fe1ed3bb5bcc5bd9e6", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "6389c70ca33d8c4cdf4932c6" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "625eb80da4eb80027c4f2e0a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052f6886f7746b1e3db148" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "625eb81df7308432be1d44c6", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3efd86f77437d351a25b" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "625eb82ac4874104f230c0c6", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "56742c324bdc2d150f8b456d" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66422c3fb7d8c4ce2c235c55", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca264786f77445a80ed044", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c49778c85262894116f", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "597a0f5686f774273b74f676", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c54bce755ba9832d5c0", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "639135c3744e452011470807", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c6437b27a5cb5d07d2b", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "target": "61958c366726521dd96828ec", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c70e1bbb13492febd48", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "target": "5a27ba1c86f77461ea5a3c56", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c7ad7194d26bad1f7e9", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "target": "608974d01a66564e74191fc0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c82586efeea12398e4f", + "index": 6, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4493d86f7744b8e15aa8f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c8c8552f0cf49734bd6", + "index": 7, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e48186f77443e625e386", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422c9aed30c5920de049dd", + "index": 8, + "parentId": "", + "dynamicLocale": false, + "target": "5ae327c886f7745c7b3f2f3f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422ca4e1e67daba074e2dc", + "index": 9, + "parentId": "", + "dynamicLocale": false, + "target": "63913715f8e5dd32bf4e3aaa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422caf38d542d4a00faa94", + "index": 10, + "parentId": "", + "dynamicLocale": false, + "target": "6179ad56c760af5ad2053587", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422cbc84b8097795d9ff85", + "index": 11, + "parentId": "", + "dynamicLocale": false, + "target": "6179afd0bca27a099552e040", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66422ccbe23ac53086c3601e", + "index": 12, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "TraderStanding", + "id": "66422d1a98c1a9ac7b6902ec", + "index": 13, + "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": 1, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "625d6ff5ddc94657c21a1625 description", + "failMessageText": "625d6ff5ddc94657c21a1625 failMessageText", + "declinePlayerMessage": "625d6ff5ddc94657c21a1625 declinePlayerMessage", + "name": "625d6ff5ddc94657c21a1625 name", + "note": "625d6ff5ddc94657c21a1625 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "625d6ff5ddc94657c21a1625 startedMessageText", + "successMessageText": "625d6ff5ddc94657c21a1625 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18600, + "id": "63a5d4a14610fa47416d8eff", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a5d4b42b25f7513905c808", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5b47749f86f7746c5d6a5fd4": { + "QuestName": "Gunsmith - Part 17", + "_id": "5b47749f86f7746c5d6a5fd4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5b47749f86f7746c5d6a5fd4 acceptPlayerMessage", + "changeQuestMessageText": "5b47749f86f7746c5d6a5fd4 changeQuestMessageText", + "completePlayerMessage": "5b47749f86f7746c5d6a5fd4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5b47796686f774374f4a8bb1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5ac66d015acfc400180ae6e4" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 800.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 70.0, + "compareMethod": ">=" + }, + "height": { + "value": 2, + "compareMethod": "<=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 250.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 4, + "compareMethod": "<=" + }, + "containsItems": [ + "5f6339d53ada5942720e2dc3", + "5c0548ae0db834001966a3c2", + "588226ef24597767af46e39c", + "5b3a337e5acfc4704b4a19a0", + "5beec8b20db834001961942a" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5b4f0cc186f7744def7f3389", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 31, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f082f86f7747a284dd609", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac242ab86f77412464f68b4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5b47749f86f7746c5d6a5fd4 description", + "failMessageText": "5b47749f86f7746c5d6a5fd4 failMessageText", + "declinePlayerMessage": "5b47749f86f7746c5d6a5fd4 declinePlayerMessage", + "name": "5b47749f86f7746c5d6a5fd4 name", + "note": "5b47749f86f7746c5d6a5fd4 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5b47859886f7744d1b23c4f5.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b47749f86f7746c5d6a5fd4 startedMessageText", + "successMessageText": "5b47749f86f7746c5d6a5fd4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21400, + "id": "60cc7898179f8541b846926a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc789c2b555f16df5c41bb", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "5b48761d86f7744abe3d1972", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24a6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b24a6", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "639af815f5765f47cc7f0e66", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24ab", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24a8", + "_tpl": "590a3c0a86f774385a33c450", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24a9", + "_tpl": "590a3c0a86f774385a33c450", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24aa", + "_tpl": "590a3c0a86f774385a33c450", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24ab", + "_tpl": "590a3c0a86f774385a33c450", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "639af822ad9d7e3216668f67", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24ae", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24ad", + "_tpl": "5e2aedd986f7746d404f3aa4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24ae", + "_tpl": "5e2aedd986f7746d404f3aa4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5b48e8bb86f774498467142c", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b24af", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b24af", + "_tpl": "588226ef24597767af46e39c" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "60b8f61d81c51328c56d7714", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b24b0", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b24b0", + "_tpl": "5a33e75ac4a2826c6e06d759" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "63a19cf55032c67f050dd962", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b24b1", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b24b1", + "_tpl": "5e21ca18e4d47f0da15e77dd" + } + ], + "loyaltyLevel": 3, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "63a19d04423c8970de419818", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b24b2", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b24b2", + "_tpl": "619b69037b9de8162902673e" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63966faeea19ac7ed845db2c": { + "QuestName": "Information Source", + "_id": "63966faeea19ac7ed845db2c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63966faeea19ac7ed845db2c acceptPlayerMessage", + "changeQuestMessageText": "63966faeea19ac7ed845db2c changeQuestMessageText", + "completePlayerMessage": "63966faeea19ac7ed845db2c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6397a2eee5d9c6753c61e2d9", + "conditions": [ + { + "id": "6397a301b11f895bdb288f19", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639cc3e37c1532d85b0162ac", + "dynamicLocale": false, + "exitName": "South V-Ex", + "conditionType": "ExitName" + } + ] + }, + "id": "6397a2eee5d9c6753c61e2d8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6397a3b6f376f0344e45711c", + "conditions": [ + { + "id": "6397a3c0e301557ae24cbfe2", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6397a431f376f0344e45711d", + "dynamicLocale": false, + "exitName": "Dorms V-Ex", + "conditionType": "ExitName" + } + ] + }, + "id": "6397a3b6f376f0344e45711b", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6397a47fe5d9c6753c61e2db", + "conditions": [ + { + "id": "6397a48eb5992f573c654ebc", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6397a5008b38442139798206", + "dynamicLocale": false, + "exitName": "PP Exfil", + "conditionType": "ExitName" + } + ] + }, + "id": "6397a47fe5d9c6753c61e2da", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6397a5cbdcdd126fef173f37", + "conditions": [ + { + "id": "6397a5d5e301557ae24cbfe3", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6397a5e68b38442139798207", + "dynamicLocale": false, + "exitName": "E7_car", + "conditionType": "ExitName" + } + ] + }, + "id": "6397a5cbdcdd126fef173f36", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65e09d3f11ad191cc842f326", + "conditions": [ + { + "id": "65e09d4ed04a3564ba54450e", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "65e0a0580d13cc87ef04c12c", + "dynamicLocale": false, + "exitName": "Sandbox_VExit", + "conditionType": "ExitName" + } + ] + }, + "id": "65e09d3f0d1442c78274027e", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "PlaceBeacon", + "id": "6397a6942e519e69d2139b25", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_place_c24_tigr1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6397a6b6f376f0344e45711e", + "target": "6397a2eee5d9c6753c61e2d8", + "conditionType": "CompleteCondition" + }, + { + "id": "6397a6befc49e37b227981cb", + "target": "6397a3b6f376f0344e45711b", + "conditionType": "CompleteCondition" + }, + { + "id": "6397a6c5f376f0344e45711f", + "target": "6397a47fe5d9c6753c61e2da", + "conditionType": "CompleteCondition" + }, + { + "id": "6397a6d18b38442139798208", + "target": "6397a5cbdcdd126fef173f36", + "conditionType": "CompleteCondition" + }, + { + "id": "65e5ddd5b12142272e95678d", + "target": "65e09d3f0d1442c78274027e", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "PlaceBeacon", + "id": "6397a7ce706b793c7d6094c9", + "index": 6, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_place_c24_tigr2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6397a7d8b5992f573c654ebd", + "target": "6397a2eee5d9c6753c61e2d8", + "conditionType": "CompleteCondition" + }, + { + "id": "6397a7e4e301557ae24cbfe4", + "target": "6397a3b6f376f0344e45711b", + "conditionType": "CompleteCondition" + }, + { + "id": "6397a7eab5992f573c654ebe", + "target": "6397a47fe5d9c6753c61e2da", + "conditionType": "CompleteCondition" + }, + { + "id": "6397a7f0e301557ae24cbfe5", + "target": "6397a5cbdcdd126fef173f36", + "conditionType": "CompleteCondition" + }, + { + "id": "65e5ddece46c2ae370420390", + "target": "65e09d3f0d1442c78274027e", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63af16f3b2320e660007910a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "625d7005a4eb80027c4f2e09", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 5, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63966faeea19ac7ed845db2c description", + "failMessageText": "63966faeea19ac7ed845db2c failMessageText", + "declinePlayerMessage": "63966faeea19ac7ed845db2c declinePlayerMessage", + "name": "63966faeea19ac7ed845db2c name", + "note": "63966faeea19ac7ed845db2c note", + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63966faeea19ac7ed845db2c startedMessageText", + "successMessageText": "63966faeea19ac7ed845db2c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a6ce671031ac76fe773c7b", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a235e131772a61500d52be", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24b4", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24b4", + "_tpl": "6389c92d52123d5dd17f8876", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a2333d4ebcff1c995dc358", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b24b6", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b24b6", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 2, + "traderId": 11 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e48d86f77408251c4bfb": { + "QuestName": "Shady Business", + "_id": "5d25e48d86f77408251c4bfb", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e48d86f77408251c4bfb acceptPlayerMessage", + "changeQuestMessageText": "5d25e48d86f77408251c4bfb changeQuestMessageText", + "completePlayerMessage": "5d25e48d86f77408251c4bfb completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5d6949e786f774238a38d9e0", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c621186f774138d11ea29" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d27491686f77475aa5cf5b9", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c621186f774138d11ea29" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5d77a29b86f7742fa65b6600", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5d77a27d86f774319c488835", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5979ed3886f77431307dc512", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63aace56160cc610ba00a57f", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e48d86f77408251c4bfb description", + "failMessageText": "5d25e48d86f77408251c4bfb failMessageText", + "declinePlayerMessage": "5d25e48d86f77408251c4bfb declinePlayerMessage", + "name": "5d25e48d86f77408251c4bfb name", + "note": "5d25e48d86f77408251c4bfb note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5979ed4c86f7742f55674442.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e48d86f77408251c4bfb startedMessageText", + "successMessageText": "5d25e48d86f77408251c4bfb successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11400, + "id": "60ccab2598b4927060364611", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60ccab29646f74055e276540", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "5d667f7886f774369120c2c3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24b8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b24b8", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a72103023", - "type": "Item", - "unknown": false, - "value": 50000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc03de1176c3119660cd7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103024", - "_tpl": "57c44b372459772d2b39b8ce", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103025", - "_tpl": "57c44dd02459772d2e0ae249", - "parentId": "67eb506040b1947a72103024", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103026", - "_tpl": "57c44e7b2459772d28133248", - "parentId": "67eb506040b1947a72103025", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103027", - "_tpl": "57c44f4f2459772d2c627113", - "parentId": "67eb506040b1947a72103024", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103028", - "_tpl": "57838f9f2459774a150289a0", - "parentId": "67eb506040b1947a72103024", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103029", - "_tpl": "57c44fa82459772d2d75e415", - "parentId": "67eb506040b1947a72103024", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210302a", - "_tpl": "57c450252459772d28133253", - "parentId": "67eb506040b1947a72103024", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210302b", - "_tpl": "651178336cad06c37c049eb4", - "parentId": "67eb506040b1947a72103024", - "slotId": "mod_handguard" - } - ], - "target": "67eb506040b1947a72103024", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc05a8199b37bf4752c23", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210302e", - "_tpl": "657025dfcfc010a0f5006a3b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210302f", - "_tpl": "5c0d668f86f7747ccb7f13b2", - "parentId": "67eb506040b1947a7210302e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103030", - "_tpl": "657025dfcfc010a0f5006a3b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103031", - "_tpl": "5c0d668f86f7747ccb7f13b2", - "parentId": "67eb506040b1947a72103030", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103032", - "_tpl": "657025dfcfc010a0f5006a3b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103033", - "_tpl": "5c0d668f86f7747ccb7f13b2", - "parentId": "67eb506040b1947a72103032", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103034", - "_tpl": "657025dfcfc010a0f5006a3b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103035", - "_tpl": "5c0d668f86f7747ccb7f13b2", - "parentId": "67eb506040b1947a72103034", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103036", - "_tpl": "657025dfcfc010a0f5006a3b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103037", - "_tpl": "5c0d668f86f7747ccb7f13b2", - "parentId": "67eb506040b1947a72103036", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103036", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc06c0553f172ce0a1ff4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210303a", - "_tpl": "657025dabfc87b3a34093256", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210303b", - "_tpl": "57a0e5022459774d1673f889", - "parentId": "67eb506040b1947a7210303a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210303c", - "_tpl": "657025dabfc87b3a34093256", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210303d", - "_tpl": "57a0e5022459774d1673f889", - "parentId": "67eb506040b1947a7210303c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210303e", - "_tpl": "657025dabfc87b3a34093256", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210303f", - "_tpl": "57a0e5022459774d1673f889", - "parentId": "67eb506040b1947a7210303e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103040", - "_tpl": "657025dabfc87b3a34093256", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103041", - "_tpl": "57a0e5022459774d1673f889", - "parentId": "67eb506040b1947a72103040", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103042", - "_tpl": "657025dabfc87b3a34093256", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103043", - "_tpl": "57a0e5022459774d1673f889", - "parentId": "67eb506040b1947a72103042", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103042", - "type": "Item", - "unknown": false, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5eda19f0edce541157209cee startedMessageText", - "status": 0, - "successMessageText": "5eda19f0edce541157209cee successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Discover" - }, - "5edab4b1218d181e29451435": { - "QuestName": "The Huntsman Path - Sadist", - "_id": "5edab4b1218d181e29451435", - "acceptPlayerMessage": "5edab4b1218d181e29451435 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5edab4b1218d181e29451435 changeQuestMessageText", - "completePlayerMessage": "5edab4b1218d181e29451435 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5edab65ececc0069284c0ec3", - "resetOnSessionEnd": false, - "savageRole": [ - "bossSanitar" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5edab5a6cecc0069284c0ec1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edab5a6cecc0069284c0ec2", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f039e869235612be11c1f08", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5edabd13218d181e29451442", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f04349a05ee2a44740ab5fc", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5edaba7c0c502106f869bc02", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f04a16e0d41a149e77490e0", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5f04886a3937dc337a6b8238", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac4fb16d985118871ba2d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5edac34d0bb72a50635c2bfa", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "5edab4b1218d181e29451435 declinePlayerMessage", - "description": "5edab4b1218d181e29451435 description", - "failMessageText": "5edab4b1218d181e29451435 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5f0f1f6c8f7810259b5fede0.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5edab4b1218d181e29451435 name", - "note": "5edab4b1218d181e29451435 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "62c325eebb4a2c68d250d7dd", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": -0.1 - } - ], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60ccae2ff81cc57f471718b3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 16300 - }, - { - "availableInGameEditions": [], - "id": "60ccae365f9e6175514de2df", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5f0dc6a63204251cac71fe60", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210389d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 115000 - } - } - ], - "target": "67eb506040b1947a7210389d", + "id": "5ebfc1cb86f7561e0477575c", "type": "Item", - "unknown": false, - "value": 115000 - }, - { - "availableInGameEditions": [], + "index": 0, + "target": "68010065f81036801d0b24ba", + "unknown": true, "findInRaid": true, - "id": "60ccae5465e4664318606b79", - "index": 0, "items": [ { - "_id": "67eb506040b1947a7210389f", - "_tpl": "5a1eaa87fcdbcb001865f75e", + "_id": "68010065f81036801d0b24ba", + "_tpl": "590c392f86f77444754deb29", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210389f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60ccae5ea7d63f18200a2527", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038a3", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038a4", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a721038a3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721038a5", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a721038a3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a721038a6", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038a7", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a721038a6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721038a8", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a721038a6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a721038a9", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038aa", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a721038a9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721038ab", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a721038a9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a721038ac", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038ad", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "67eb506040b1947a721038ac", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721038ae", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "location": 1, - "parentId": "67eb506040b1947a721038ac", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a721038ac", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc3b40553f172ce0a1ff6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038b0", - "_tpl": "5d02797c86f774203f38e30a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038b1", - "_tpl": "5d02797c86f774203f38e30a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038b1", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5edab4b1218d181e29451435 startedMessageText", - "status": 0, - "successMessageText": "5edab4b1218d181e29451435 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "5edab736cc183c769d778bc2": { - "QuestName": "Colleagues - Part 1", - "_id": "5edab736cc183c769d778bc2", - "acceptPlayerMessage": "5edab736cc183c769d778bc2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5edab736cc183c769d778bc2 changeQuestMessageText", - "completePlayerMessage": "5edab736cc183c769d778bc2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5edab8410880da21347b3823", - "target": "ter_023_area_1_1", - "value": 1 - } - ], - "id": "5edab7d3cc183c769d778bc4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edab7d3cc183c769d778bc5", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5edab8aad143ed1d6378d123", - "target": "ter_023_area_3_1", - "value": 1 - } - ], - "id": "5edab8890880da21347b3825" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edab8890880da21347b3826", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5edab8f77869412e9c669c24", - "target": "ter_023_area_2_1", - "value": 1 - } - ], - "id": "5edab8e216d985118871ba17" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edab8e216d985118871ba18", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5f0396babb4e27377c090ced", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5f039d425ab21175a70122e2", - "target": [ - "Shoreline" - ] - } - ], - "id": "5f03969a51823847c253af9f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f03969a51823847c253afa0", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f104ae158bd417a8a3e9d8f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "596a1e6c86f7741ddc2d3206", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edababacecc0069284c0ec7", - "index": 0, - "parentId": "", - "value": 21, - "visibilityConditions": [] + ] } ], "Fail": [] }, - "declinePlayerMessage": "5edab736cc183c769d778bc2 declinePlayerMessage", - "description": "5edab736cc183c769d778bc2 description", - "failMessageText": "5edab736cc183c769d778bc2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5edab736cc183c769d778bc2 name", - "note": "5edab736cc183c769d778bc2 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c5b18dfbfc09882efd2a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12300 - }, - { - "availableInGameEditions": [], - "id": "60c8c5b683161b326c471117", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5f0d99e04178576c5352c046", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103407", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 45000 - } - } - ], - "target": "67eb506040b1947a72103407", - "type": "Item", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb72ac7c496e588343a1e7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103409", - "_tpl": "5c0e531286f7747fa54205c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210340a", - "_tpl": "5c0e531286f7747fa54205c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210340a", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb72bba7d63f18200a24b0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210340c", - "_tpl": "5c0e531d86f7747fa23f4d42", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210340d", - "_tpl": "5c0e531d86f7747fa23f4d42", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210340d", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5edab736cc183c769d778bc2 startedMessageText", - "status": 0, - "successMessageText": "5edab736cc183c769d778bc2 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "5edaba7c0c502106f869bc02": { - "QuestName": "Colleagues - Part 2", - "_id": "5edaba7c0c502106f869bc02", - "acceptPlayerMessage": "5edaba7c0c502106f869bc02 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "64f6aafd67e11a7c6206e0d0": { + "QuestName": "Beyond the Red Meat - Part 2", + "_id": "64f6aafd67e11a7c6206e0d0", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5edaba7c0c502106f869bc02 changeQuestMessageText", - "completePlayerMessage": "5edaba7c0c502106f869bc02 completePlayerMessage", + "acceptPlayerMessage": "64f6aafd67e11a7c6206e0d0 acceptPlayerMessage", + "changeQuestMessageText": "64f6aafd67e11a7c6206e0d0 changeQuestMessageText", + "completePlayerMessage": "64f6aafd67e11a7c6206e0d0 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edabb0b0c502106f869bc03", + "id": "64f6aafd67e11a7c6206e0d1", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "5efdafc1e70b5e33f86de058" + "64f5b4f71a5f313cb144c06c" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edabb950c502106f869bc04", + "id": "64f6aafd67e11a7c6206e0d2", "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, "onlyFoundInRaid": false, - "parentId": "", + "dynamicLocale": false, "target": [ - "5efdafc1e70b5e33f86de058" + "64f5b4f71a5f313cb144c06c" ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5edabbff0880da21347b382b", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5efdaf6de6a30218ed211a48" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edabc2ca0055865214cb5a6", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5efdaf6de6a30218ed211a48" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edabacabcf60e4a143cb29f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5edab736cc183c769d778bc2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5edaba7c0c502106f869bc02 declinePlayerMessage", - "description": "5edaba7c0c502106f869bc02 description", - "failMessageText": "5edaba7c0c502106f869bc02 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5edaba7c0c502106f869bc02 name", - "note": "5edaba7c0c502106f869bc02 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c5fc2238043a52678651", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12400 - }, - { - "availableInGameEditions": [], - "id": "60c8c6011f21c1669a48c337", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5f0da1d469678b71a17f31f1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103339", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 60000 - } - } - ], - "target": "67eb506040b1947a72103339", - "type": "Item", - "unknown": false, - "value": 60000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb731d65e4664318606ac7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210333b", - "_tpl": "5d02797c86f774203f38e30a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210333b", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb73357c496e588343a1ea", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210333d", - "_tpl": "5ed515ece452db0eb56fc028", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210333d", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5edaba7c0c502106f869bc02 startedMessageText", - "status": 0, - "successMessageText": "5edaba7c0c502106f869bc02 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "5edabd13218d181e29451442": { - "QuestName": "Rigged Game", - "_id": "5edabd13218d181e29451442", - "acceptPlayerMessage": "5edabd13218d181e29451442 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5edabd13218d181e29451442 changeQuestMessageText", - "completePlayerMessage": "5edabd13218d181e29451442 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f071a9727cec53d5d24fe3b", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "skier_022_area_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f071ae396d1ae55e476abc4", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "skier_022_area_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f071b2a8ca6db7f3b41215f", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "skier_022_area_3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5f039de7bfbf26606e383df7", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5f039df57c499425787ebb39", - "target": [ - "Shoreline" - ] - } - ], - "id": "5f039da057a46716b610b576" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f039da057a46716b610b577", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "5f071b48e32b900a91328f50", - "target": "5f071a9727cec53d5d24fe3b" - }, - { - "conditionType": "CompleteCondition", - "id": "5f071b4c8ca6db7f3b412160", - "target": "5f071ae396d1ae55e476abc4" - }, - { - "conditionType": "CompleteCondition", - "id": "5f071b514ab52901d036bcf6", - "target": "5f071b2a8ca6db7f3b41215f" + "id": "64f6aafd67e11a7c6206e0d3", + "target": "64f6aafd67e11a7c6206e0d1", + "conditionType": "CompleteCondition" } ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edabdea60bdcc7ff3558119", + "id": "64f8cc25b4918f39d363e401", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "64f5e20652fc01298e2c61e3", "status": [ 4 ], - "target": "5eda19f0edce541157209cee", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5edabd13218d181e29451442 declinePlayerMessage", - "description": "5edabd13218d181e29451442 description", - "failMessageText": "5edabd13218d181e29451442 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, + "description": "64f6aafd67e11a7c6206e0d0 description", + "failMessageText": "64f6aafd67e11a7c6206e0d0 failMessageText", + "declinePlayerMessage": "64f6aafd67e11a7c6206e0d0 declinePlayerMessage", + "name": "64f6aafd67e11a7c6206e0d0 name", + "note": "64f6aafd67e11a7c6206e0d0 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/64f8b6c4a9c59f365c4ea82d.jpg", + "type": "Completion", "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5edabd13218d181e29451442 name", - "note": "5edabd13218d181e29451442 note", + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f6aafd67e11a7c6206e0d0 startedMessageText", + "successMessageText": "64f6aafd67e11a7c6206e0d0 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21300, + "id": "64f6aafd67e11a7c6206e0d4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "64f8cc3d33ff7561c87643ef", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 120000, + "id": "64f8cc48c8626c7d46040422", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24bc", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b24bc", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 120000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8cc5005cb58236609a417", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24bd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24bd", + "_tpl": "5fbcc1d9016cce60e8341ab3", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b24be", + "_tpl": "5fbcbd6c187fea44d52eda14", + "parentId": "68010065f81036801d0b24bd", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b24bf", + "_tpl": "55d4887d4bdc2d962f8b4570", + "parentId": "68010065f81036801d0b24bd", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b24c0", + "_tpl": "5fbcc3e4d6fa9c00c571bb58", + "parentId": "68010065f81036801d0b24bd", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b24c1", + "_tpl": "5fbbfacda56d053a3543f799", + "parentId": "68010065f81036801d0b24c0", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b24c2", + "_tpl": "5fbc22ccf24b94483f726483", + "parentId": "68010065f81036801d0b24c1", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b24c3", + "_tpl": "5fbcbd10ab884124df0cd563", + "parentId": "68010065f81036801d0b24c2", + "slotId": "mod_muzzle_000" + }, + { + "_id": "68010065f81036801d0b24c4", + "_tpl": "5fbc210bf24b94483f726481", + "parentId": "68010065f81036801d0b24c1", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b24c5", + "_tpl": "5fbc226eca32ed67276c155d", + "parentId": "68010065f81036801d0b24c0", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b24c6", + "_tpl": "5fc0fa362770a0045c59c677", + "parentId": "68010065f81036801d0b24c5", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b24c7", + "_tpl": "5fc0fa957283c4046c58147e", + "parentId": "68010065f81036801d0b24c0", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b24c8", + "_tpl": "5fbcc437d724d907e2077d5c", + "parentId": "68010065f81036801d0b24bd", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b24c9", + "_tpl": "5fbcc640016cce60e8341acc", + "parentId": "68010065f81036801d0b24bd", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "64f8cc5aa9c59f365c4eae28", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24cd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24cb", + "_tpl": "55d4887d4bdc2d962f8b4570", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24cc", + "_tpl": "55d4887d4bdc2d962f8b4570", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24cd", + "_tpl": "55d4887d4bdc2d962f8b4570", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "64f8cc617e981f7f0110d801", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24d4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24d0", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24d1", + "_tpl": "64b8725c4b75259c590fa899", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b24d0", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b24d2", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24d3", + "_tpl": "64b8725c4b75259c590fa899", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b24d2", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b24d4", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24d5", + "_tpl": "64b8725c4b75259c590fa899", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b24d4", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f8cc6833ff7561c87643f0", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b24d6", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b24d6", + "_tpl": "5c1cd46f2e22164bef5cfedb" + } + ], + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c0be5fc86f774467a116593": { + "QuestName": "Private Clinic", + "_id": "5c0be5fc86f774467a116593", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c0be5fc86f774467a116593 acceptPlayerMessage", + "changeQuestMessageText": "5c0be5fc86f774467a116593 changeQuestMessageText", + "completePlayerMessage": "5c0be5fc86f774467a116593 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5fd892bc37b6e511a4734969", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5af0534a86f7743b6f354284" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5fd8935b7dd32f724e0fe7ee", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0530ee86f774697952d952" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c0be66c86f7744523489ab2", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5af0534a86f7743b6f354284" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c0be69086f7743c9c1ecf43", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c0530ee86f774697952d952" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fd1b586f7742b3a651f74", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fd1ae86f7742b3b47f064", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68667486f7742607157d28", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c0be5fc86f774467a116593 description", + "failMessageText": "5c0be5fc86f774467a116593 failMessageText", + "declinePlayerMessage": "5c0be5fc86f774467a116593 declinePlayerMessage", + "name": "5c0be5fc86f774467a116593 name", + "note": "5c0be5fc86f774467a116593 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Completion", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c0be5fc86f774467a116593 startedMessageText", + "successMessageText": "5c0be5fc86f774467a116593 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 30600, + "id": "60c8c527919c14709f49739e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60c8c52e80b2027f403dd9a2", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 130000, + "id": "5c18d39d86f77467c259d521", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24d8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b24d8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 130000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c18d3c986f774186730ff0b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24da", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24da", + "_tpl": "5a145d4786f7744cbb6f4a12", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ef1a8cb05ac756f061bea28", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24dc", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b24dc", + "_tpl": "5c0a840b86f7742ffa4f2482", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "625d700cc48e6c62a440fab5": { + "QuestName": "Getting Acquainted", + "_id": "625d700cc48e6c62a440fab5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "625d700cc48e6c62a440fab5 acceptPlayerMessage", + "changeQuestMessageText": "625d700cc48e6c62a440fab5 changeQuestMessageText", + "completePlayerMessage": "625d700cc48e6c62a440fab5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6391e2f9e705511c8a4a1b85", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6331bb0d1aa9f42b804997a6" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6391e31bfa894f0a866afdec", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": true, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "62e910aaf957f2915e0a5e36" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6391e3c686e646067c176a93", + "target": "6391e2f9e705511c8a4a1b85", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6391e329c115f907b14700b1", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6331bb0d1aa9f42b804997a6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6391e3ceee79ee703e3012e9", + "target": "6391e31bfa894f0a866afdec", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ab727b1287ef0b827d0c96", + "conditions": [ + { + "id": "63ab7284972364554162a236", + "dynamicLocale": false, + "target": "meh_50_visit_area_check_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ab727b1287ef0b827d0c95", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ab72bde842787ad213571e", + "target": "6391e329c115f907b14700b1", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6391e2ea744e45201147080e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "625d7005a4eb80027c4f2e09", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "TraderStanding", + "id": "639c6674eb92d6238e058dea", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "638f541a29ffd1183d187f57", + "globalQuestCounterId": "", + "value": 0, + "compareMethod": "<=", + "visibilityConditions": [] + } + ] + }, + "description": "625d700cc48e6c62a440fab5 description", + "failMessageText": "625d700cc48e6c62a440fab5 failMessageText", + "declinePlayerMessage": "625d700cc48e6c62a440fab5 declinePlayerMessage", + "name": "625d700cc48e6c62a440fab5 name", + "note": "625d700cc48e6c62a440fab5 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/63ab130a160cc610ba035e08.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "625d700cc48e6c62a440fab5 startedMessageText", + "successMessageText": "625d700cc48e6c62a440fab5 successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, - "id": "5f039dc857a46716b610b578", + "id": "6399f098dbf1d842d260ccc1", + "type": "ProductionScheme", "index": 0, + "target": "68010065f81036801d0b24de", + "unknown": true, "items": [ { - "_id": "67eb506040b1947a72102a4a", - "_tpl": "5991b51486f77447b112d44f", + "_id": "68010065f81036801d0b24de", + "_tpl": "62e910aaf957f2915e0a5e36", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a4b", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a4c", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } ], - "target": "67eb506040b1947a72102a4c", + "loyaltyLevel": 2, + "traderId": 11 + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67e82981edc979c198ed8848", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24e0", "unknown": false, - "value": 3 + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b24e0", + "_tpl": "6331bb0d1aa9f42b804997a6", + "upd": { + "StackObjectsCount": 1 + } + } + ] } ], "Success": [ { "availableInGameEditions": [], - "id": "60c8c0f22238043a5267864b", - "index": 0, + "value": 32000, + "id": "63a5d5c60530a47cb931854e", "type": "Experience", - "unknown": false, - "value": 12900 - }, - { - "availableInGameEditions": [], - "id": "60c8c0f8e4d30047b777b323", "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cb63d03e4e974efa345ca5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a4e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a72102a4e", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb636898b4927060364546", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a4f", - "_tpl": "5926bb2186f7744b1c6c6e60", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a50", - "_tpl": "5926c3b286f774640d189b6b", - "parentId": "67eb506040b1947a72102a4f", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102a51", - "_tpl": "5926f2e086f7745aae644231", - "parentId": "67eb506040b1947a72102a4f", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102a52", - "_tpl": "5926f34786f77469195bfe92", - "parentId": "67eb506040b1947a72102a51", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102a53", - "_tpl": "5926d2be86f774134d668e4e", - "parentId": "67eb506040b1947a72102a51", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102a54", - "_tpl": "5926d40686f7740f152b6b7e", - "parentId": "67eb506040b1947a72102a51", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102a55", - "_tpl": "5926d33d86f77410de68ebc0", - "parentId": "67eb506040b1947a72102a51", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102a56", - "_tpl": "5926c32286f774616e42de99", - "parentId": "67eb506040b1947a72102a4f", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72102a4f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb638b98b4927060364548", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a58", - "_tpl": "5926c3b286f774640d189b6b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a59", - "_tpl": "5926c3b286f774640d189b6b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a5a", - "_tpl": "5926c3b286f774640d189b6b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a5a", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb63a3af2e5506c3781dae", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a5d", - "_tpl": "6570259bc5d7d4cb4d07857f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a5e", - "_tpl": "5a3c16fe86f77452b62de32a", - "parentId": "67eb506040b1947a72102a5d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102a5f", - "_tpl": "6570259bc5d7d4cb4d07857f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a60", - "_tpl": "5a3c16fe86f77452b62de32a", - "parentId": "67eb506040b1947a72102a5f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102a61", - "_tpl": "6570259bc5d7d4cb4d07857f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a62", - "_tpl": "5a3c16fe86f77452b62de32a", - "parentId": "67eb506040b1947a72102a61", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72102a61", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5edabd13218d181e29451442 startedMessageText", - "status": 0, - "successMessageText": "5edabd13218d181e29451442 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Discover" - }, - "5edac020218d181e29451446": { - "QuestName": "Samples", - "_id": "5edac020218d181e29451446", - "acceptPlayerMessage": "5edac020218d181e29451446 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5edac020218d181e29451446 changeQuestMessageText", - "completePlayerMessage": "5edac020218d181e29451446 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac0e02ddc9e4c802cd969", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed51652f6c34d2cc26336a1" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac1040880da21347b3845", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed51652f6c34d2cc26336a1" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac13760bdcc7ff355811f", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed5166ad380ab312177c100" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac1530880da21347b3846", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed5166ad380ab312177c100" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac190cecc0069284c0ed2", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed5160a87bb8443d10680b5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac1b2930f5454f51dcac4", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed5160a87bb8443d10680b5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac1e116d985118871ba24", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515f6915ec335206e4152" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac1fccc183c769d778bd3", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515f6915ec335206e4152" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac22860bdcc7ff3558124", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515ece452db0eb56fc028" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac2582ddc9e4c802cd970", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515ece452db0eb56fc028" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac2897869412e9c669c32", - "index": 10, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515e03a40a50460332579" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac2a260bdcc7ff3558127", - "index": 11, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515e03a40a50460332579" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac2cc16d985118871ba29", - "index": 12, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515c8d380ab312177c0fa" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac2e10bb72a50635c2bf9", - "index": 13, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515c8d380ab312177c0fa" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f0394545b57226624321af3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5eda19f0edce541157209cee", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "629f09bd274d12190d1883e1", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aac6ea87413d64ae07962d", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b75b86f7742e97191958", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5edac020218d181e29451446 declinePlayerMessage", - "description": "5edac020218d181e29451446 description", - "failMessageText": "5edac020218d181e29451446 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5969f96786f7741dde183a4f.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5edac020218d181e29451446 name", - "note": "5edac020218d181e29451446 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc73eb2b555f16df5c41ad", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15300 - }, - { - "availableInGameEditions": [], - "id": "60cc73f6f09d61072d6d00b6", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5f0da287153d2d2fad43e5f1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dce", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 4000 - } - } - ], - "target": "67eb506040b1947a72102dce", - "type": "Item", - "unknown": false, - "value": 4000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc6556f0aab54015c0daa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dd0", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102dd0", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc66652653d5cf005849c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dd1", - "_tpl": "5b0bbe4e5acfc40dc528a72d", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102dd2", - "_tpl": "5b7d678a5acfc4001a5c4022", - "parentId": "67eb506040b1947a72102dd1", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102dd3", - "_tpl": "5b7bef5d5acfc43bca7067a3", - "parentId": "67eb506040b1947a72102dd1", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102dd4", - "_tpl": "5b7d671b5acfc43d82528ddd", - "parentId": "67eb506040b1947a72102dd1", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102dd5", - "_tpl": "5b7be1265acfc400161d0798", - "parentId": "67eb506040b1947a72102dd1", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102dd6", - "_tpl": "5b7d68af5acfc400170e30c3", - "parentId": "67eb506040b1947a72102dd5", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102dd7", - "_tpl": "5b0bc22d5acfc47a8607f085", - "parentId": "67eb506040b1947a72102dd1", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102dd8", - "_tpl": "5b7d6c105acfc40015109a5f", - "parentId": "67eb506040b1947a72102dd1", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102dd9", - "_tpl": "5b7d63cf5acfc4001876c8df", - "parentId": "67eb506040b1947a72102dd1", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a72102dd1", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b8ef7481c51328c56d7712", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dda", - "_tpl": "5a16b7e1fcdbcb00165aa6c9" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102dda", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", "unknown": false }, { "availableInGameEditions": [], - "id": "60b8ef82634af3128020392e", + "value": 0.01, + "id": "63a5d5ce4610fa47416d8f00", + "type": "TraderStanding", "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ddb", - "_tpl": "5e00c1ad86f774747333222c" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102ddb", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", + "target": "5a7c2eca46aef81a7ca2145d", "unknown": false } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5edac020218d181e29451446 startedMessageText", - "status": 0, - "successMessageText": "5edac020218d181e29451446 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5edac34d0bb72a50635c2bfa": { - "QuestName": "Colleagues - Part 3", - "_id": "5edac34d0bb72a50635c2bfa", - "acceptPlayerMessage": "5edac34d0bb72a50635c2bfa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5edac34d0bb72a50635c2bfa changeQuestMessageText", - "completePlayerMessage": "5edac34d0bb72a50635c2bfa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f046f9825b2ad51bd275800", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "5edac34d0bb72a50635c2bfa", - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f07025e27cec53d5d24fe25", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c94bbff86f7747ee735c08f" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f04935cde3b9e0ecf03d864", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c94bbff86f7747ee735c08f" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f070323d57aeb6e09253785", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515f6915ec335206e4152" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f0495458654d20be3564f4c", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515f6915ec335206e4152" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f070350f6b5847ad975ceac", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515c8d380ab312177c0fa" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f0495b8efefac7f7227de63", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5ed515c8d380ab312177c0fa" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac3dfd143ed1d6378d13d", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "5edab4b1218d181e29451435", - "visibilityConditions": [] - } ], "Fail": [ { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5f045420ebbc7835b404ef05", - "resetOnSessionEnd": false, - "savageRole": [ - "bossSanitar" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "5f04539a29383318cb417b43" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f04539a29383318cb417b44", + "availableInGameEditions": [], + "value": -0.1, + "id": "63a6c60b0aa9fb29da61c11c", + "type": "TraderStanding", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false } ] }, - "declinePlayerMessage": "5edac34d0bb72a50635c2bfa declinePlayerMessage", - "description": "5edac34d0bb72a50635c2bfa description", - "failMessageText": "5edac34d0bb72a50635c2bfa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "5edac34d0bb72a50635c2bfa name", - "note": "5edac34d0bb72a50635c2bfa note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8c61b8dfbfc09882efd2b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15800 - }, - { - "availableInGameEditions": [], - "id": "60c8c628919c14709f4973a0", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5f0da63af1132a292e7df843", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210323c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a7210323c", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0496876234826dcb6c2b84", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210323e", - "_tpl": "5ed515e03a40a50460332579", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210323f", - "_tpl": "5ed515e03a40a50460332579", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103240", - "_tpl": "5ed515e03a40a50460332579", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103240", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0496c9efefac7f7227de67", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103242", - "_tpl": "5ed5160a87bb8443d10680b5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103243", - "_tpl": "5ed5160a87bb8443d10680b5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103244", - "_tpl": "5ed5160a87bb8443d10680b5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103244", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5fd7d64fbdd50d684f73b5b2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103246", - "_tpl": "637b60c3b7afa97bfc3d7001", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103247", - "_tpl": "637b60c3b7afa97bfc3d7001", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103248", - "_tpl": "637b60c3b7afa97bfc3d7001", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103249", - "_tpl": "637b60c3b7afa97bfc3d7001", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210324a", - "_tpl": "637b60c3b7afa97bfc3d7001", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210324a", - "type": "Item", - "unknown": true, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6414447daf926cc6e605f57b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210324c", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210324d", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210324e", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210324f", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210324f", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb73ee6a2a1958fc522d14", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103251", - "_tpl": "5c1d0f4986f7744bb01837fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103251", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5fd7d69add870108a754c0f6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103253", - "_tpl": "5aafbcd986f7745e590fff23", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103253", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "629f06bf274d12190d1883da", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.25 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5edac34d0bb72a50635c2bfa startedMessageText", - "status": 0, - "successMessageText": "5edac34d0bb72a50635c2bfa successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "5edac63b930f5454f51e128b": { - "QuestName": "TerraGroup Employee", - "_id": "5edac63b930f5454f51e128b", - "acceptPlayerMessage": "5edac63b930f5454f51e128b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "64f5e20652fc01298e2c61e3": { + "QuestName": "Beyond the Red Meat - Part 1", + "_id": "64f5e20652fc01298e2c61e3", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5edac63b930f5454f51e128b changeQuestMessageText", - "completePlayerMessage": "5edac63b930f5454f51e128b completePlayerMessage", + "acceptPlayerMessage": "64f5e20652fc01298e2c61e3 acceptPlayerMessage", + "changeQuestMessageText": "64f5e20652fc01298e2c61e3 changeQuestMessageText", + "completePlayerMessage": "64f5e20652fc01298e2c61e3 completePlayerMessage", "conditions": { "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5eec9d170a023b6de04d4bc4", - "target": "peace_027_area", - "value": 1 - } - ], - "id": "5eec9d054110547f1f545c98" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5eec9d054110547f1f545c99", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5eff5674befb6436ce3bbaf7", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "id": "64f6a9e6dd44b6417729b535", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "5eff135be0d3331e9d282b7b" + "64f69b4267e11a7c6206e010" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac8483c809a44ef12b4d2", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "id": "64f6aa6cdd44b6417729b536", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "5eff135be0d3331e9d282b7b" + "64f69b4267e11a7c6206e010" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "5eff599565987f2a9e661f04", - "target": "5eff5674befb6436ce3bbaf7" + "id": "64f6aa73afbb7b781850f935", + "target": "64f6a9e6dd44b6417729b535", + "conditionType": "CompleteCondition" } ] } ], "AvailableForStart": [ { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5edac657cc183c769d778bdc", - "index": 0, - "parentId": "", - "value": 23, - "visibilityConditions": [] - }, - { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f039e9f9235612be11c1f09", + "id": "64f8cc7dc8626c7d46040423", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5b478ff486f7744d184ecbbf", "status": [ 4 ], - "target": "5edac020218d181e29451446", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5f039ecba26f2a317b0972d4", - "index": 1, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "5edac34d0bb72a50635c2bfa", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5edac63b930f5454f51e128b declinePlayerMessage", - "description": "5edac63b930f5454f51e128b description", - "failMessageText": "5edac63b930f5454f51e128b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", - "instantComplete": false, + "description": "64f5e20652fc01298e2c61e3 description", + "failMessageText": "64f5e20652fc01298e2c61e3 failMessageText", + "declinePlayerMessage": "64f5e20652fc01298e2c61e3 declinePlayerMessage", + "name": "64f5e20652fc01298e2c61e3 name", + "note": "64f5e20652fc01298e2c61e3 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/64f8b78cb4918f39d363e1bf.jpg", + "type": "Completion", "isKey": false, - "location": "5b0fc42d86f7744a585f9105", - "name": "5edac63b930f5454f51e128b name", - "note": "5edac63b930f5454f51e128b note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f5e20652fc01298e2c61e3 startedMessageText", + "successMessageText": "64f5e20652fc01298e2c61e3 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60cc7431e3d0247e625dab62", - "index": 0, + "value": 18400, + "id": "64f6aaaabf4c727e9c7bde9a", "type": "Experience", - "unknown": false, - "value": 17000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60cc74362b555f16df5c41ae", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", + "value": 0.02, + "id": "64f8cc8cb997eb4f42756178", "type": "TraderStanding", - "unknown": false, - "value": 0.04 + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5f0da5bf6f25345edd40dc11", + "value": 80000, + "id": "64f8cc94b4918f39d363e402", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b24e2", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103075", - "_tpl": "5696686a4bdc2da3298b456a", + "_id": "68010065f81036801d0b24e2", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 5000 + "StackObjectsCount": 80000 } } - ], - "target": "67eb506040b1947a72103075", - "type": "Item", - "unknown": false, - "value": 5000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc744fa7d63f18200a24dc", + "value": 2, + "id": "64f8cc9b794e3b36cd0f8c54", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b24e3", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103076", - "_tpl": "5dcbd56fdbd3d91b3e5468d5", + "_id": "68010065f81036801d0b24e3", + "_tpl": "628b5638ad252a16da6dd245", "upd": { + "StackObjectsCount": 2, "FireMode": { "FireMode": "single" - }, - "StackObjectsCount": 4 + } } }, { - "_id": "67eb506040b1947a72103077", - "_tpl": "5dcbd6dddbd3d91b3e5468de", - "parentId": "67eb506040b1947a72103076", - "slotId": "mod_pistol_grip" + "_id": "68010065f81036801d0b24e4", + "_tpl": "628b8d83717774443b15e248", + "parentId": "68010065f81036801d0b24e3", + "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a72103078", - "_tpl": "5a3501acc4a282000d72293a", - "parentId": "67eb506040b1947a72103076", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103079", - "_tpl": "5dcbd6b46ec07c0c4347a564", - "parentId": "67eb506040b1947a72103076", + "_id": "68010065f81036801d0b24e5", + "_tpl": "628b916469015a4e1711ed8d", + "parentId": "68010065f81036801d0b24e4", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a7210307a", - "_tpl": "5dcbe9431e1f4616d354987e", - "parentId": "67eb506040b1947a72103076", - "slotId": "mod_barrel" + "_id": "68010065f81036801d0b24e6", + "_tpl": "628b9be6cff66b70c002b14c", + "parentId": "68010065f81036801d0b24e5", + "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210307b", - "_tpl": "5dcbe965e4ed22586443a79d", - "parentId": "67eb506040b1947a7210307a", + "_id": "68010065f81036801d0b24e7", + "_tpl": "628b9471078f94059a4b9bfb", + "parentId": "68010065f81036801d0b24e6", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b24e8", + "_tpl": "5ac7655e5acfc40016339a19", + "parentId": "68010065f81036801d0b24e3", "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b24e9", + "_tpl": "5cf50850d7f00c056e24104c", + "parentId": "68010065f81036801d0b24e3", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b24ea", + "_tpl": "628b9a40717774443b15e9f2", + "parentId": "68010065f81036801d0b24e3", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b24eb", + "_tpl": "55d4ae6c4bdc2d8b2f8b456e", + "parentId": "68010065f81036801d0b24ea", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b24ec", + "_tpl": "55d480c04bdc2d1d4e8b456a", + "parentId": "68010065f81036801d0b24e3", + "slotId": "mod_magazine" } - ], - "target": "67eb506040b1947a72103076", - "type": "Item", - "unknown": false, - "value": 4 + ] }, { "availableInGameEditions": [], + "value": 4, + "id": "64f8cca2c8626c7d46040424", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24f1", + "unknown": false, "findInRaid": true, - "id": "60cc7479a7d63f18200a24dd", - "index": 0, "items": [ { - "_id": "67eb506040b1947a7210307d", - "_tpl": "5a3501acc4a282000d72293a", + "_id": "68010065f81036801d0b24ee", + "_tpl": "55d480c04bdc2d1d4e8b456a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210307e", - "_tpl": "5a3501acc4a282000d72293a", + "_id": "68010065f81036801d0b24ef", + "_tpl": "55d480c04bdc2d1d4e8b456a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210307f", - "_tpl": "5a3501acc4a282000d72293a", + "_id": "68010065f81036801d0b24f0", + "_tpl": "55d480c04bdc2d1d4e8b456a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b24f1", + "_tpl": "55d480c04bdc2d1d4e8b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210307f", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], + "value": 6, + "id": "64f8ccc057e97a762372076f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b24fe", + "unknown": false, "findInRaid": true, - "id": "60cc74687c496e588343a6d3", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103082", - "_tpl": "65702558cfc010a0f5006a25", + "_id": "68010065f81036801d0b24f4", + "_tpl": "57372c89245977685d4159b1", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103083", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103082", - "slotId": "cartridges", + "_id": "68010065f81036801d0b24f5", + "_tpl": "56dff061d2720bb5668b4567", "upd": { - "StackObjectsCount": 20 + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b24f4", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b24f6", + "_tpl": "57372c89245977685d4159b1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103084", - "_tpl": "65702558cfc010a0f5006a25", + "_id": "68010065f81036801d0b24f7", + "_tpl": "56dff061d2720bb5668b4567", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b24f6", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b24f8", + "_tpl": "57372c89245977685d4159b1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103085", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103084", - "slotId": "cartridges", + "_id": "68010065f81036801d0b24f9", + "_tpl": "56dff061d2720bb5668b4567", "upd": { - "StackObjectsCount": 20 + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b24f8", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b24fa", + "_tpl": "57372c89245977685d4159b1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103086", - "_tpl": "65702558cfc010a0f5006a25", + "_id": "68010065f81036801d0b24fb", + "_tpl": "56dff061d2720bb5668b4567", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b24fa", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b24fc", + "_tpl": "57372c89245977685d4159b1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103087", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103086", - "slotId": "cartridges", + "_id": "68010065f81036801d0b24fd", + "_tpl": "56dff061d2720bb5668b4567", "upd": { - "StackObjectsCount": 20 + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b24fc", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b24fe", + "_tpl": "57372c89245977685d4159b1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103088", - "_tpl": "65702558cfc010a0f5006a25", + "_id": "68010065f81036801d0b24ff", + "_tpl": "56dff061d2720bb5668b4567", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103089", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103088", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b24fe", + "slotId": "cartridges" } - ], - "target": "67eb506040b1947a72103088", - "type": "Item", - "unknown": false, - "value": 4 + ] }, { "availableInGameEditions": [], - "id": "60b8efa281c51328c56d7713", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210308a", - "_tpl": "5ef1ba28c64c5d0dfc0571a5" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a7210308a", - "traderId": "5935c25fb3acc3127c3d8cd9", + "id": "64f8ccccc8626c7d46040425", "type": "AssortmentUnlock", - "unknown": false + "index": 0, + "target": "68010065f81036801d0b2500", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2500", + "_tpl": "6130ca3fd92c473c77020dbd" + } + ], + "loyaltyLevel": 3, + "traderId": "58330581ace78e27b8b10cee" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "5edac63b930f5454f51e128b startedMessageText", - "status": 0, - "successMessageText": "5edac63b930f5454f51e128b successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "5ede55112c95834b583f052a": { - "QuestName": "The Bunker - Part 1", - "_id": "5ede55112c95834b583f052a", - "acceptPlayerMessage": "5ede55112c95834b583f052a acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "64e7b9a4aac4cd0a726562cb": { + "QuestName": "Gendarmerie - Tickets Please", + "_id": "64e7b9a4aac4cd0a726562cb", "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ede55112c95834b583f052a changeQuestMessageText", - "completePlayerMessage": "5ede55112c95834b583f052a completePlayerMessage", + "acceptPlayerMessage": "64e7b9a4aac4cd0a726562cb acceptPlayerMessage", + "changeQuestMessageText": "64e7b9a4aac4cd0a726562cb changeQuestMessageText", + "completePlayerMessage": "64e7b9a4aac4cd0a726562cb completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "64e7bd0c6393886f74119f42", "conditions": [ { - "conditionType": "VisitPlace", + "id": "64e7bd617636ab2c00676c60", "dynamicLocale": false, - "id": "5ee8eeb9fb3afb33a60f0463", - "target": "prapor_024_area_2", - "value": 1 - } - ], - "id": "5ee8eea538ca5b3b4f3c4646" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee8eea538ca5b3b4f3c4647", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8eed7f89fe23eae11c142", - "target": "prapor_024_area_1", - "value": 1 - } - ], - "id": "5ee8eecc0b4ef7326256c65f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee8eecc0b4ef7326256c660", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ee0e5c39f0b3d34a90f8009", - "status": [ - "Survived", - "Runner" - ] + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "5e00903ae9dc277128008b87", + "5de7bd7bfd6b4e6e2276dc25", + "5cc82d76e24e8d00134b4b83", + "5d2f0d8048f0356c925bc3b0", + "5926bb2186f7744b1c6c6e60", + "5ba26383d4351e00334c93d9", + "5bd70322209c4d00d7167b8f", + "5fc3e272f8b6a877a729eac5", + "59984ab886f7743e98271174", + "59f9cabd86f7743a10721f46", + "58948c8e86f77409493f7266", + "60339954d62c9b14ed777c06", + "5fb64bc92b1b027b1f50bcf2", + "5fc3f2d5900b1d5091531e57", + "62e14904c2699c0ec93adc47", + "5ea03f7400685063ec28bfa8", + "57f3c6bd24597738e730fa2f", + "57d14d2524597714373db789", + "57f4c844245977379d5c14d1", + "66992b349950f5f4cd06029f", + "6680304edadb7aa61d00cef0", + "668e71a8dadf42204c032ce1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "conditionType": "Location", + "id": "64e7bd7a7485f65fa36b0e61", "dynamicLocale": false, - "id": "5ee0e5d21623e85a510839ce", - "target": [ - "RezervBase" - ] + "zoneIds": [ + "quest_zone_kill_cinema" + ], + "conditionType": "InZone" } - ], - "id": "5ee0e5a8c321a77fc55084d1" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee0e5a8c321a77fc55084d2", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, + "id": "64e7bd0c6393886f74119f41", + "index": 0, "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ef094ac32e6cc3234361a30", + "id": "64f8d13305cb58236609a657", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "64e7b99017ab941a6f7bf9d7", "status": [ 4 ], - "target": "59c124d686f774189b3c843f", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "5ede5528bc2ff1141a199367", - "index": 0, - "parentId": "", - "value": 10, + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "5ede55112c95834b583f052a declinePlayerMessage", - "description": "5ede55112c95834b583f052a description", - "failMessageText": "5ede55112c95834b583f052a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ee234c386f77447ee650e32.jpg", - "instantComplete": false, + "description": "64e7b9a4aac4cd0a726562cb description", + "failMessageText": "64e7b9a4aac4cd0a726562cb failMessageText", + "declinePlayerMessage": "64e7b9a4aac4cd0a726562cb declinePlayerMessage", + "name": "64e7b9a4aac4cd0a726562cb name", + "note": "64e7b9a4aac4cd0a726562cb note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/64f8c7e733ff7561c876432a.jpg", + "type": "Elimination", "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "5ede55112c95834b583f052a name", - "note": "5ede55112c95834b583f052a note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64e7b9a4aac4cd0a726562cb startedMessageText", + "successMessageText": "64e7b9a4aac4cd0a726562cb successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "60c8a506919c14709f49738e", - "index": 0, + "value": 22600, + "id": "64f8c96fa9c59f365c4eae23", "type": "Experience", - "unknown": false, - "value": 5700 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "60dc2996c11cb44c33696c66", + "value": 0.03, + "id": "64f8c976b997eb4f42756172", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "5ee7577ac226ea55a345b55d", + "value": 150000, + "id": "64f8c981794e3b36cd0f8c51", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2502", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721030ec", + "_id": "68010065f81036801d0b2502", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 20000 + "StackObjectsCount": 150000 } } - ], - "target": "67eb506040b1947a721030ec", - "type": "Item", - "unknown": false, - "value": 20000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb57de2b555f16df5c4107", + "value": 2, + "id": "64f8c98b33ff7561c876432e", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2503", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721030ed", + "_id": "68010065f81036801d0b2503", + "_tpl": "5ac66d2e5acfc43b321d4b53", + "upd": { + "StackObjectsCount": 2 + } + }, + { + "_id": "68010065f81036801d0b2504", + "_tpl": "59c6633186f7740cf0493bb9", + "parentId": "68010065f81036801d0b2503", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2505", + "_tpl": "5648b1504bdc2d9d488b4584", + "parentId": "68010065f81036801d0b2504", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2506", + "_tpl": "5ac72e7d5acfc40016339a02", + "parentId": "68010065f81036801d0b2503", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2507", + "_tpl": "5649ade84bdc2d1b2b8b4587", + "parentId": "68010065f81036801d0b2503", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2508", + "_tpl": "5ac50da15acfc4001718d287", + "parentId": "68010065f81036801d0b2503", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2509", + "_tpl": "5ac72e475acfc400180ae6fe", + "parentId": "68010065f81036801d0b2503", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b250a", + "_tpl": "5ac50c185acfc400163398d4", + "parentId": "68010065f81036801d0b2503", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b250b", + "_tpl": "5ac66bea5acfc43b321d4aec", + "parentId": "68010065f81036801d0b2503", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "64f8c9927e981f7f0110d506", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2510", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b250d", + "_tpl": "5ac66bea5acfc43b321d4aec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b250e", + "_tpl": "5ac66bea5acfc43b321d4aec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b250f", + "_tpl": "5ac66bea5acfc43b321d4aec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2510", + "_tpl": "5ac66bea5acfc43b321d4aec", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 9, + "id": "64f8c99fb997eb4f42756173", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2523", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2513", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2514", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2513", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2515", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2516", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2515", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2517", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2518", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2517", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2519", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b251a", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2519", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b251b", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b251c", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b251b", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b251d", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b251e", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b251d", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b251f", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2520", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b251f", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2521", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2522", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2521", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2523", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2524", + "_tpl": "64b7af434b75259c590fa893", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2523", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f8c9a67d39ff0e7624cd69", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2525", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2525", "_tpl": "62e14904c2699c0ec93adc47", "upd": { "FireMode": { @@ -60916,9674 +73537,77 @@ "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030ee", - "_tpl": "633a98eab8b0506e48497c1a", - "parentId": "67eb506040b1947a721030ed", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721030ef", - "_tpl": "62e2a754b6c0ee2f230cee0f", - "parentId": "67eb506040b1947a721030ed", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721030f0", - "_tpl": "62e292e7b6c0ee2f230cee00", - "parentId": "67eb506040b1947a721030ed", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721030f1", - "_tpl": "62e27a7865f0b1592a49e17b", - "parentId": "67eb506040b1947a721030ed", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721030f2", - "_tpl": "62e15547db1a5c41971c1b5e", - "parentId": "67eb506040b1947a721030ed", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721030f3", - "_tpl": "62ed189fb3608410ef5a2bfc", - "parentId": "67eb506040b1947a721030f2", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721030f4", - "_tpl": "637b9c37b7e3bc41b21ce71a", - "parentId": "67eb506040b1947a721030ed", - "slotId": "mod_pistolgrip" - } - ], - "target": "67eb506040b1947a721030ed", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "655b83709db22d43ab42b70c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030f6", - "_tpl": "633a98eab8b0506e48497c1a", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030f7", - "_tpl": "633a98eab8b0506e48497c1a", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030f8", - "_tpl": "633a98eab8b0506e48497c1a", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030f8", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb580a179f8541b84691c4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030fb", - "_tpl": "6489875745f9ca4ba51c4808", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030fc", - "_tpl": "5a26ac0ec4a28200741e1e18", - "parentId": "67eb506040b1947a721030fb", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a721030fd", - "_tpl": "6489875745f9ca4ba51c4808", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030fe", - "_tpl": "5a26ac0ec4a28200741e1e18", - "parentId": "67eb506040b1947a721030fd", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a721030ff", - "_tpl": "6489875745f9ca4ba51c4808", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103100", - "_tpl": "5a26ac0ec4a28200741e1e18", - "parentId": "67eb506040b1947a721030ff", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a721030ff", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "655b83841fe356507267b2fa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103101", - "_tpl": "5a269f97c4a282000b151807" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103101", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ede55112c95834b583f052a startedMessageText", - "status": 0, - "successMessageText": "5ede55112c95834b583f052a successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "5ede567cfa6dc072ce15d6e3": { - "QuestName": "The Bunker - Part 2", - "_id": "5ede567cfa6dc072ce15d6e3", - "acceptPlayerMessage": "5ede567cfa6dc072ce15d6e3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5ede567cfa6dc072ce15d6e3 changeQuestMessageText", - "completePlayerMessage": "5ede567cfa6dc072ce15d6e3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8ec99de862370a5316adb", - "target": "prapor_025_area_1", - "value": 1 - } - ], - "id": "5ee8ec5ed72d953f5d2aabd0" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee8ec5ed72d953f5d2aabd1", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8ecf8fb3afb33a60f0462", - "target": "prapor_025_area_2", - "value": 1 - } - ], - "id": "5ee8ecd75eb3205dae135d16" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee8ecd75eb3205dae135d17", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8edb938ca5b3b4f3c4644", - "target": "prapor_025_area_3", - "value": 1 - } - ], - "id": "5ee8ed18d72d953f5d2aabd3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee8ed18d72d953f5d2aabd4", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8ee0d5b00df46c215b492", - "target": "prapor_025_area_4", - "value": 1 - } - ], - "id": "5ee8eddde932d53763761b2b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee8eddde932d53763761b2c", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8ee14e932d53763761b2d", - "target": "prapor_025_area_5", - "value": 1 - } - ], - "id": "5ee8edf1500391756d7498a6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee8edf1500391756d7498a7", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ee0e765a263820890521b60", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ee0e76fc3716e1fc8472969", - "target": [ - "RezervBase" - ] - } - ], - "id": "5ee0e722c321a77fc55084d4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee0e722c321a77fc55084d5", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ede56b7fe4acc3830718650", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ede55112c95834b583f052a", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5ee0d988c321a77fc55084cf", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5ede567cfa6dc072ce15d6e3 declinePlayerMessage", - "description": "5ede567cfa6dc072ce15d6e3 description", - "failMessageText": "5ede567cfa6dc072ce15d6e3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ee234c386f77447ee650e32.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "5ede567cfa6dc072ce15d6e3 name", - "note": "5ede567cfa6dc072ce15d6e3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8a59b9bdefb3130121b08", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9200 - }, - { - "availableInGameEditions": [], - "id": "60c8a54383161b326c471107", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5ef09545f12be47a8d1af49f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103061", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a72103061", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ee75425c226ea55a345b559", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103062", - "_tpl": "5839a40f24597726f856b511", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103063", - "_tpl": "5649ad3f4bdc2df8348b4585", - "parentId": "67eb506040b1947a72103062", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103064", - "_tpl": "57dc347d245977596754e7a1", - "parentId": "67eb506040b1947a72103062", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103065", - "_tpl": "564ca99c4bdc2d16268b4589", - "parentId": "67eb506040b1947a72103062", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103066", - "_tpl": "57ffb0e42459777d047111c5", - "parentId": "67eb506040b1947a72103062", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103067", - "_tpl": "5839a7742459773cf9693481", - "parentId": "67eb506040b1947a72103062", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103068", - "_tpl": "59d36a0086f7747e673f3946", - "parentId": "67eb506040b1947a72103062", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103069", - "_tpl": "57dc32dc245977596d4ef3d3", - "parentId": "67eb506040b1947a72103068", - "slotId": "mod_handguard" - } - ], - "target": "67eb506040b1947a72103062", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5ee75c74cab4c209e92d2409", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210306d", - "_tpl": "57372b832459776701014e41", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210306e", - "_tpl": "56dff026d2720bb8668b4567", - "parentId": "67eb506040b1947a7210306d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a7210306f", - "_tpl": "56dff026d2720bb8668b4567", - "location": 1, - "parentId": "67eb506040b1947a7210306d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "target": "67eb506040b1947a7210306d", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5889e3d0247e625da17c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103071", - "_tpl": "5648ae314bdc2d3d1c8b457f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103071", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb589a3e4e974efa3452c1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103073", - "_tpl": "5cf50fc5d7f00c056c53f83c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103073", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5ede567cfa6dc072ce15d6e3 startedMessageText", - "status": 0, - "successMessageText": "5ede567cfa6dc072ce15d6e3 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "5f04886a3937dc337a6b8238": { - "QuestName": "Chemistry Closet", - "_id": "5f04886a3937dc337a6b8238", - "acceptPlayerMessage": "5f04886a3937dc337a6b8238 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5f04886a3937dc337a6b8238 changeQuestMessageText", - "completePlayerMessage": "5f04886a3937dc337a6b8238 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5f048aaeefefac7f7227de43", - "target": "place_meh_sanitar_room", - "value": 1 - } - ], - "id": "5f0488c590eea473df674001" - }, - "doNotResetIfCounterCompleted": true, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f0488c590eea473df674002", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5f04985a69ef785df740a8cc", - "target": [ - "Shoreline" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5f0498629b667032c8402576", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "5f04983ffbed7a08077b4366" - }, - "doNotResetIfCounterCompleted": true, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f04983ffbed7a08077b4367", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f0da368ee0d8b5aa14a625f", - "index": 0, - "parentId": "", - "value": 22, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f04a10264faea6da530ee5a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5eda19f0edce541157209cee", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5f04a1213bcb7d4bef0addb7", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5edab736cc183c769d778bc2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5f04886a3937dc337a6b8238 declinePlayerMessage", - "description": "5f04886a3937dc337a6b8238 description", - "failMessageText": "5f04886a3937dc337a6b8238 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "5f04886a3937dc337a6b8238 name", - "note": "5f04886a3937dc337a6b8238 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cc80a32b555f16df5c41d2", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 13400 - }, - { - "availableInGameEditions": [], - "id": "60cc80a865e4664318606b4a", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5f0daf7e51786b3b79461a27", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ce5", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1000 - } - } - ], - "target": "67eb506040b1947a72102ce5", - "type": "Item", - "unknown": false, - "value": 1000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc302dc8d3538213c1223", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ce7", - "_tpl": "59bffbb386f77435b379b9c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ce8", - "_tpl": "59bffbb386f77435b379b9c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ce8", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5f0dc33f115bb00d142caaa9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cea", - "_tpl": "57347ca924597744596b4e71", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cea", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "60b8f67681c51328c56d7715", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ceb", - "_tpl": "5b6d9ce188a4501afc1b2b25" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102ceb", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5f04886a3937dc337a6b8238 startedMessageText", - "status": 0, - "successMessageText": "5f04886a3937dc337a6b8238 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "5fd9fad9c1ce6b1a3b486d00": { - "QuestName": "Search Mission", - "_id": "5fd9fad9c1ce6b1a3b486d00", - "acceptPlayerMessage": "5fd9fad9c1ce6b1a3b486d00 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "5fd9fad9c1ce6b1a3b486d00 changeQuestMessageText", - "completePlayerMessage": "5fd9fad9c1ce6b1a3b486d00 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8ec99de862370a5316adb", - "target": "pr_scout_col", - "value": 1 - } - ], - "id": "5fd9fad9c1ce6b1a3b486d04" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd9fad9c1ce6b1a3b486d03", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "5ee8ecf8fb3afb33a60f0462", - "target": "pr_scout_base", - "value": 1 - } - ], - "id": "5fd9fad9c1ce6b1a3b486d06" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd9fad9c1ce6b1a3b486d05", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "5ee0e765a263820890521b60", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "5ee0e76fc3716e1fc8472969", - "target": [ - "Woods" - ] - } - ], - "id": "5fd9fad9c1ce6b1a3b486d0e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd9fad9c1ce6b1a3b486d0d", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "5fdc855b4a28ed5ca03b3232", - "target": "5fd9fad9c1ce6b1a3b486d03" - }, - { - "conditionType": "CompleteCondition", - "id": "5fdc85704a28ed5ca03b3233", - "target": "5fd9fad9c1ce6b1a3b486d05" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fd9fad9c1ce6b1a3b486d02", - "index": 0, - "parentId": "", - "value": 5, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5fdc862eaf5a054cc9333005", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5936d90786f7742b1420ba5b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "5fd9fad9c1ce6b1a3b486d00 declinePlayerMessage", - "description": "5fd9fad9c1ce6b1a3b486d00 description", - "failMessageText": "5fd9fad9c1ce6b1a3b486d00 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "5fd9fad9c1ce6b1a3b486d00 name", - "note": "5fd9fad9c1ce6b1a3b486d00 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60c8a5b59bdefb3130121b09", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 2800 - }, - { - "availableInGameEditions": [], - "id": "60c8a5c39339363e8f0c6ad2", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "5fe459f031ff9168f55eead8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103151", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 22000 - } - } - ], - "target": "67eb506040b1947a72103151", - "type": "Item", - "unknown": false, - "value": 22000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "5fdc85c47e3ca316bd3b806d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103153", - "_tpl": "5f4f9eb969cdc30ff33f09db", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103153", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb58e277dc197c77424f93", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103155", - "_tpl": "5900b89686f7744e704a8747", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103155", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b85d8065b076eb02c4b4c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103156", - "_tpl": "64be79e2bf8412471d0d9bcc" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72103156", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "5fd9fad9c1ce6b1a3b486d00 startedMessageText", - "status": 0, - "successMessageText": "5fd9fad9c1ce6b1a3b486d00 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Exploration" - }, - "600302d73b897b11364cd161": { - "QuestName": "Hunter", - "_id": "600302d73b897b11364cd161", - "acceptPlayerMessage": "600302d73b897b11364cd161 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "600302d73b897b11364cd161 changeQuestMessageText", - "completePlayerMessage": "600302d73b897b11364cd161 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60030339009aaa47f3044281", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "600303250b79c6604058ce2f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "600303250b79c6604058ce30", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "TraderLoyalty", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "600304b78dfec348e767018c", - "index": 0, - "parentId": "", - "target": "5c0647fdd443bc2504c2d371", - "value": 4, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a8381c0b9c482a93053993", - "index": 1, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5d25e2ee86f77443e35162ea", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "600302d73b897b11364cd161 declinePlayerMessage", - "description": "600302d73b897b11364cd161 description", - "failMessageText": "600302d73b897b11364cd161 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d69470786f774238a38d844.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "600302d73b897b11364cd161 name", - "note": "600302d73b897b11364cd161 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60030420fc172404495164e8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ba6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb506040b1947a72102ba6", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "600307a2fc172404495164f7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ba8", - "_tpl": "5c1267ee86f77416ec610f72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ba8", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "600307e1fc172404495164fe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102baa", - "_tpl": "59fb023c86f7746d0d4b423c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102baa", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "600306ee63625014312be3bb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bab", - "_tpl": "5fc22d7c187fea44d52eda44", - "upd": { - "FireMode": { - "FireMode": "single" } } }, { - "_id": "67eb506040b1947a72102bac", - "_tpl": "57c55efc2459772d2c6271e7", - "parentId": "67eb506040b1947a72102bab", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102bad", - "_tpl": "5fc23426900b1d5091531e15", - "parentId": "67eb506040b1947a72102bab", + "_id": "68010065f81036801d0b2526", + "_tpl": "62e153bcdb1a5c41971c1b5b", + "parentId": "68010065f81036801d0b2525", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72102bae", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72102bab", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a72102baf", - "_tpl": "5fc2369685fd526b824a5713", - "parentId": "67eb506040b1947a72102bae", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102bb0", - "_tpl": "5fc278107283c4046c581489", - "parentId": "67eb506040b1947a72102bab", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102bb1", - "_tpl": "5fc23678ab884124df0cd590", - "parentId": "67eb506040b1947a72102bb0", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102bb2", - "_tpl": "5fc23636016cce60e8341b05", - "parentId": "67eb506040b1947a72102bb1", + "_id": "68010065f81036801d0b2527", + "_tpl": "62e2a7138e1ac9380579c122", + "parentId": "68010065f81036801d0b2525", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72102bb3", - "_tpl": "5fc2360f900b1d5091531e19", - "parentId": "67eb506040b1947a72102bb1", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102bb4", - "_tpl": "5fc235db2770a0045c59c683", - "parentId": "67eb506040b1947a72102bb0", - "slotId": "mod_handguard" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102bab", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "600302d73b897b11364cd161 startedMessageText", - "status": 0, - "successMessageText": "600302d73b897b11364cd161 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "6086c852c945025d41566124": { - "QuestName": "Revision - Reserve", - "_id": "6086c852c945025d41566124", - "acceptPlayerMessage": "6086c852c945025d41566124 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6086c852c945025d41566124 changeQuestMessageText", - "completePlayerMessage": "6086c852c945025d41566124 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6087d5b6d79a2b4e943482c0", - "target": "tadeush_bmp2_area_check_2", - "value": 1 - } - ], - "id": "6087d553d79a2b4e943482be" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6087d553d79a2b4e943482bf", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6086c8ed1b0bb8063d5babb7", - "index": 1, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6087d606c945025d415661d8", - "target": "6087d553d79a2b4e943482bf" - } - ], - "zoneId": "tadeush_bmp2_area_mark_2" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608827d8d241f77b8a49785e", - "target": "tadeush_bmp2_area_check_11", - "value": 1 - } - ], - "id": "60882695949eb1096c454fcc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60882695949eb1096c454fcd", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608826d0a3994358a0751cfc", - "index": 3, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6088298c6b50283a1e7a0af7", - "target": "60882695949eb1096c454fcd" - } - ], - "zoneId": "tadeush_bmp2_area_mark_11" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608827eac18cfa2a4e2afe5a", - "target": "tadeush_bmp2_area_check_12", - "value": 1 - } - ], - "id": "608826f3949eb1096c454fcf" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608826f3949eb1096c454fd0", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60882714c18cfa2a4e2afe59", - "index": 5, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "60882993949eb1096c454fd8", - "target": "608826f3949eb1096c454fd0" - } - ], - "zoneId": "tadeush_bmp2_area_mark_12" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608827f8dd27284bca3c0926", - "target": "tadeush_bmp2_area_check_13", - "value": 1 - } - ], - "id": "6088274a82e40b3c727fd163" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6088274a82e40b3c727fd164", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60882779d241f77b8a49785d", - "index": 7, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "608829994c484e02726b4c56", - "target": "6088274a82e40b3c727fd164" - } - ], - "zoneId": "tadeush_bmp2_area_mark_13" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "60892ef782e40b3c727fd175", - "target": "tadeush_stryker_area_check_3", - "value": 1 - } - ], - "id": "60892585b90d6f39cb74b113" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60892585b90d6f39cb74b114", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608925d455f4ac386d7e7fc4", - "index": 9, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "608925fb6ee58f38c417d4e5", - "target": "60892585b90d6f39cb74b114" - } - ], - "zoneId": "tadeush_stryker_area_mark_3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "60892f086b50283a1e7a0b1a", - "target": "tadeush_stryker_area_check_4", - "value": 1 - } - ], - "id": "60892590fa70fc097863b8e4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60892590fa70fc097863b8e5", - "index": 10, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608930bbb90d6f39cb74b120", - "target": "tadeush_t90_area_check_1", - "value": 1 - } - ], - "id": "608930aa1124f748c94b801d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608930aa1124f748c94b801e", - "index": 24, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf75229903f107aa251f3b", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf751fdb5461623517069f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b87686f77460de0252a8", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aac733f76b8a05dd70291e", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6086c852c945025d41566124 declinePlayerMessage", - "description": "6086c852c945025d41566124 description", - "failMessageText": "6086c852c945025d41566124 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a29221d86f77457303da9fa.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "6086c852c945025d41566124 name", - "note": "6086c852c945025d41566124 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf6d2bbf90bf6b431e8955", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7300 - }, - { - "availableInGameEditions": [], - "id": "60bf6d454c8a3800da06e708", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6d8dc53a5709996b40b0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ebf", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 800 - } - } - ], - "target": "67eb506040b1947a72102ebf", - "type": "Item", - "unknown": false, - "value": 800 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6a46179f8541b846924c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ec2", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ec3", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ec2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ec4", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ec5", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ec4", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ec6", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ec7", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ec6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ec8", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ec9", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ec8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102eca", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ecb", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102eca", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ecc", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ecd", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ecc", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ece", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ecf", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ece", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ed0", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ed1", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ed0", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ed2", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ed3", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ed2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ed4", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ed5", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ed4", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ed6", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ed7", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ed6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ed8", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ed9", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ed8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102eda", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102edb", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102eda", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102edc", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102edd", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102edc", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102ede", - "_tpl": "5c11279ad174af029d64592b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102edf", - "_tpl": "5c0d5ae286f7741e46554302", - "parentId": "67eb506040b1947a72102ede", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102ede", - "type": "Item", - "unknown": false, - "value": 15 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6086c852c945025d41566124 startedMessageText", - "status": 0, - "successMessageText": "6086c852c945025d41566124 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Completion" - }, - "60896888e4a85c72ef3fa300": { - "QuestName": "Classified Technologies", - "_id": "60896888e4a85c72ef3fa300", - "acceptPlayerMessage": "60896888e4a85c72ef3fa300 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60896888e4a85c72ef3fa300 changeQuestMessageText", - "completePlayerMessage": "60896888e4a85c72ef3fa300 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60929ad46342771d851b827a", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "609267a2bb3f46069c3e6c7d" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60929afc35915c62b44fd05c", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "609267a2bb3f46069c3e6c7d" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "609ba3253d281077c97f262e", - "target": "60929ad46342771d851b827a" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf75058bb401472c1a37f7", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf74f481c6e80e702ccc0f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6086c852c945025d41566124", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60896888e4a85c72ef3fa300 declinePlayerMessage", - "description": "60896888e4a85c72ef3fa300 description", - "failMessageText": "60896888e4a85c72ef3fa300 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c375171d348838124696ed.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "60896888e4a85c72ef3fa300 name", - "note": "60896888e4a85c72ef3fa300 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf6dc78bb401472c1a37eb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7200 - }, - { - "availableInGameEditions": [], - "id": "60bf6dd4b73d016d6838ad7b", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6dfc8bb401472c1a37ec", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f7e", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 800 - } - } - ], - "target": "67eb506040b1947a72102f7e", - "type": "Item", - "unknown": false, - "value": 800 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cc6abc179f8541b846924d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f81", - "_tpl": "6570251ccfc010a0f5006a13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f82", - "_tpl": "5cc86832d7f00c000d3a6e6c", - "parentId": "67eb506040b1947a72102f81", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102f83", - "_tpl": "6570251ccfc010a0f5006a13", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f84", - "_tpl": "5cc86832d7f00c000d3a6e6c", - "parentId": "67eb506040b1947a72102f83", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72102f83", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66e42a97984d59c0cd0157e9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f87", - "_tpl": "65702520bfc87b3a3409323e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f88", - "_tpl": "5cc86840d7f00c002412c56c", - "parentId": "67eb506040b1947a72102f87", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72102f89", - "_tpl": "65702520bfc87b3a3409323e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f8a", - "_tpl": "5cc86840d7f00c002412c56c", - "parentId": "67eb506040b1947a72102f89", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72102f89", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60896888e4a85c72ef3fa300 startedMessageText", - "status": 0, - "successMessageText": "60896888e4a85c72ef3fa300 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "60896b7bfa70fc097863b8f5": { - "QuestName": "Documents", - "_id": "60896b7bfa70fc097863b8f5", - "acceptPlayerMessage": "60896b7bfa70fc097863b8f5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60896b7bfa70fc097863b8f5 changeQuestMessageText", - "completePlayerMessage": "60896b7bfa70fc097863b8f5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60916aeac49cf53e4772cc3c", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60915994c49cf53e4772cc38" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ae0dfe2d6a8320983d19ba", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60a3b6359c427533db36cf84" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ae0e2c79e83a2cf96f35ce", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60a3b65c27adf161da7b6e14" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60916b41b89a3c264d7296f9", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60915994c49cf53e4772cc38" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "609a3420a370660c971129fc", - "target": "60916aeac49cf53e4772cc3c" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ae0f0586046842a754e21e", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60a3b6359c427533db36cf84" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "60ae0f28abb9675f0062cf67", - "target": "60ae0dfe2d6a8320983d19ba" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ae0f17b809a4748759078c", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60a3b65c27adf161da7b6e14" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "60ae0f2ec50c5b153a5301dc", - "target": "60ae0e2c79e83a2cf96f35ce" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf74c1d4526a054d42e11f", - "index": 0, - "parentId": "", - "value": 19, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf74bb2837926f405dd793", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "60896bca6ee58f38c417d4f2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60896b7bfa70fc097863b8f5 declinePlayerMessage", - "description": "60896b7bfa70fc097863b8f5 description", - "failMessageText": "60896b7bfa70fc097863b8f5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c37700869a2f761e41b35b.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "60896b7bfa70fc097863b8f5 name", - "note": "60896b7bfa70fc097863b8f5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60d090877e143314367f8261", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7800 - }, - { - "availableInGameEditions": [], - "id": "60dc2936be38fb71655b23b4", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6e6ddb54616235170696", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c51", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 45000 - } - } - ], - "target": "67eb506040b1947a72102c51", - "type": "Item", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6e40d4526a054d42e113", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c53", - "_tpl": "5a7c74b3e899ef0014332c29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c53", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6e4fb73d016d6838ad7c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c55", - "_tpl": "560d657b4bdc2da74d8b4572", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c55", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6e5c2837926f405dd787", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c57", - "_tpl": "5a0d63621526d8dba31fe3bf", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c57", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "676493e72b707cb89adedfa8", - "index": 0, - "target": "675466d57dadca6836092b26", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60896b7bfa70fc097863b8f5 startedMessageText", - "status": 0, - "successMessageText": "60896b7bfa70fc097863b8f5 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "60896bca6ee58f38c417d4f2": { - "QuestName": "No Place for Renegades", - "_id": "60896bca6ee58f38c417d4f2", - "acceptPlayerMessage": "60896bca6ee58f38c417d4f2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60896bca6ee58f38c417d4f2 changeQuestMessageText", - "completePlayerMessage": "60896bca6ee58f38c417d4f2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "608c00032210e91c1c180ac7", - "resetOnSessionEnd": false, - "savageRole": [ - "pmcBot" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "608c00115e0ef91ab810f98d", - "zoneIds": [ - "prapor_hq_area_check_1" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "609e365f71ef601ce80c7d84", - "target": [ - "RezervBase", - "develop" - ] - } - ], - "id": "608bffeee0cc9c2d4d2ccb28" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608bffeee0cc9c2d4d2ccb29", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf7490db5461623517069e", - "index": 0, - "parentId": "", - "value": 17, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60c1d5a4fdcc6e06456a963b", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ede567cfa6dc072ce15d6e3", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60896bca6ee58f38c417d4f2 declinePlayerMessage", - "description": "60896bca6ee58f38c417d4f2 description", - "failMessageText": "60896bca6ee58f38c417d4f2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c375a0c2d86b57700e316b.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "60896bca6ee58f38c417d4f2 name", - "note": "60896bca6ee58f38c417d4f2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60d0907d401d874962160b10", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15300 - }, - { - "availableInGameEditions": [], - "id": "60bf6f3bb73d016d6838ad7f", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6f4a8bb401472c1a37f0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e45", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a72102e45", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6ed84c8a3800da06e70d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e46", - "_tpl": "5ac66d2e5acfc43b321d4b53", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e47", - "_tpl": "59c6633186f7740cf0493bb9", - "parentId": "67eb506040b1947a72102e46", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102e48", - "_tpl": "5648b1504bdc2d9d488b4584", - "parentId": "67eb506040b1947a72102e47", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102e49", - "_tpl": "5ac72e7d5acfc40016339a02", - "parentId": "67eb506040b1947a72102e46", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102e4a", - "_tpl": "5649ade84bdc2d1b2b8b4587", - "parentId": "67eb506040b1947a72102e46", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102e4b", - "_tpl": "5ac50da15acfc4001718d287", - "parentId": "67eb506040b1947a72102e46", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102e4c", - "_tpl": "5ac72e475acfc400180ae6fe", - "parentId": "67eb506040b1947a72102e46", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102e4d", - "_tpl": "5ac50c185acfc400163398d4", - "parentId": "67eb506040b1947a72102e46", + "_id": "68010065f81036801d0b2528", + "_tpl": "62e2969582ebf260c20539c2", + "parentId": "68010065f81036801d0b2525", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72102e4e", - "_tpl": "5ac66bea5acfc43b321d4aec", - "parentId": "67eb506040b1947a72102e46", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a72102e46", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb4ddd77dc197c77424f8b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e50", - "_tpl": "5ac66bea5acfc43b321d4aec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e51", - "_tpl": "5ac66bea5acfc43b321d4aec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e52", - "_tpl": "5ac66bea5acfc43b321d4aec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e52", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6f29fd95cb3dfc368417", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e55", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e56", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a72102e55", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e57", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e58", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a72102e57", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e59", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e5a", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a72102e59", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e5b", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e5c", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a72102e5b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e5d", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e5e", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a72102e5d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e5f", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e60", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a72102e5f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e61", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e62", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a72102e61", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102e61", - "type": "Item", - "unknown": false, - "value": 7 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60896bca6ee58f38c417d4f2 startedMessageText", - "status": 0, - "successMessageText": "60896bca6ee58f38c417d4f2 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "60896e28e4a85c72ef3fa301": { - "QuestName": "Disease History", - "_id": "60896e28e4a85c72ef3fa301", - "acceptPlayerMessage": "60896e28e4a85c72ef3fa301 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60896e28e4a85c72ef3fa301 changeQuestMessageText", - "completePlayerMessage": "60896e28e4a85c72ef3fa301 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6091698a30bb620b3239874c", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "608c22a003292f4ba43f8a1a" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ae12ffb809a474875907aa", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60a3b5b05f84d429b732e934" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "609169cfeca522371e5725c5", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "608c22a003292f4ba43f8a1a" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "609a342c311628516a014cf7", - "target": "6091698a30bb620b3239874c" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ae134cabb9675f0062cf6e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60a3b5b05f84d429b732e934" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "60ae20f4ae5c5171bc6f7617", - "target": "60ae12ffb809a474875907aa" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf738e81c6e80e702ccc0e", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf738b4c8a3800da06e717", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5969f9e986f7741dde183a50", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60896e28e4a85c72ef3fa301 declinePlayerMessage", - "description": "60896e28e4a85c72ef3fa301 description", - "failMessageText": "60896e28e4a85c72ef3fa301 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "60896e28e4a85c72ef3fa301 name", - "note": "60896e28e4a85c72ef3fa301 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf6f8bdb54616235170699", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7200 - }, - { - "availableInGameEditions": [], - "id": "60bf6f96960b6d5d274caaeb", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6fd781c6e80e702ccc08", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103118", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103118", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb6cb398b492706036455a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210311a", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210311a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb6ccba7d63f18200a24a7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210311c", - "_tpl": "5af0548586f7743a532b7e99", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210311c", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb6cd13e4e974efa345cb8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210311e", - "_tpl": "5e8488fa988a8701445df1e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210311f", - "_tpl": "5e8488fa988a8701445df1e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103120", - "_tpl": "5e8488fa988a8701445df1e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103121", - "_tpl": "5e8488fa988a8701445df1e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103122", - "_tpl": "5e8488fa988a8701445df1e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103122", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "id": "6764488e37be0cb15b40c0d0", - "index": 0, - "target": "675467d8b784110b2702fe11", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60896e28e4a85c72ef3fa301 startedMessageText", - "status": 0, - "successMessageText": "60896e28e4a85c72ef3fa301 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "6089732b59b92115597ad789": { - "QuestName": "Surplus Goods", - "_id": "6089732b59b92115597ad789", - "acceptPlayerMessage": "6089732b59b92115597ad789 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6089732b59b92115597ad789 changeQuestMessageText", - "completePlayerMessage": "6089732b59b92115597ad789 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6092942fb0f07c6ea1246e3a", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60c080eb991ac167ad1c3ad4" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6092947635915c62b44fd05b", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "60c080eb991ac167ad1c3ad4" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "609294820ce4cd3a353dfc67", - "target": "6092942fb0f07c6ea1246e3a" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf73682837926f405dd792", - "index": 0, - "parentId": "", - "value": 13, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf7364c53a5709996b40bf", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6089736efa70fc097863b8f6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6089732b59b92115597ad789 declinePlayerMessage", - "description": "6089732b59b92115597ad789 description", - "failMessageText": "6089732b59b92115597ad789 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c3752d78280c17952e1e69.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "6089732b59b92115597ad789 name", - "note": "6089732b59b92115597ad789 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf6ffbbf90bf6b431e895d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7500 - }, - { - "availableInGameEditions": [], - "id": "60bf70069903f107aa251f34", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf7031d4526a054d42e11b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a03", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a72102a03", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf7014d4526a054d42e11a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a05", - "_tpl": "590a3d9c86f774385926e510", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a06", - "_tpl": "590a3d9c86f774385926e510", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a06", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf701fdb5461623517069b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a08", - "_tpl": "590a3cd386f77436f20848cb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a09", - "_tpl": "590a3cd386f77436f20848cb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a09", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6089732b59b92115597ad789 startedMessageText", - "status": 0, - "successMessageText": "6089732b59b92115597ad789 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "6089736efa70fc097863b8f6": { - "QuestName": "Back Door", - "_id": "6089736efa70fc097863b8f6", - "acceptPlayerMessage": "6089736efa70fc097863b8f6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6089736efa70fc097863b8f6 changeQuestMessageText", - "completePlayerMessage": "6089736efa70fc097863b8f6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "609a3458eca522371e5725eb", - "target": "mechanik_exit_area_1", - "value": 1 - } - ], - "id": "608a94101a66564e74191fc2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608a94101a66564e74191fc3", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "608aaf121124f748c94b8064", - "status": [ - "Survived" - ] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "608aaf1a59b92115597ad78b", - "zoneIds": [ - "mechanik_exit_area_1" - ] - } - ], - "id": "608a94ae1a66564e74191fc5" - }, - "doNotResetIfCounterCompleted": true, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608a94ae1a66564e74191fc6", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "609a345d34103b660e791a31", - "target": "608a94101a66564e74191fc3" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf7353bf90bf6b431e8964", - "index": 0, - "parentId": "", - "value": 14, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf734bb73d016d6838ad86", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3477486f7741d651d6885", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6089736efa70fc097863b8f6 declinePlayerMessage", - "description": "6089736efa70fc097863b8f6 description", - "failMessageText": "6089736efa70fc097863b8f6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "6089736efa70fc097863b8f6 name", - "note": "6089736efa70fc097863b8f6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf704c81c6e80e702ccc0a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8200 - }, - { - "availableInGameEditions": [], - "id": "60bf7058b73d016d6838ad82", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf70bb81c6e80e702ccc0b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c13", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1000 - } - } - ], - "target": "67eb506040b1947a72102c13", - "type": "Item", - "unknown": false, - "value": 1000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf70ac9903f107aa251f36", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c14", - "_tpl": "55801eed4bdc2d89578b4588", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102c15", - "_tpl": "559ba5b34bdc2d1f1a8b4582", - "parentId": "67eb506040b1947a72102c14", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102c16", - "_tpl": "56083e1b4bdc2dc8488b4572", - "parentId": "67eb506040b1947a72102c14", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102c17", - "_tpl": "56083eab4bdc2d26448b456a", - "parentId": "67eb506040b1947a72102c14", - "slotId": "mod_tactical" - }, - { - "_id": "67eb506040b1947a72102c18", - "_tpl": "560e620e4bdc2d724b8b456b", - "parentId": "67eb506040b1947a72102c14", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102c19", - "_tpl": "61faa91878830f069b6b7967", - "parentId": "67eb506040b1947a72102c14", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102c1a", - "_tpl": "56ea8222d2720b69698b4567", - "parentId": "67eb506040b1947a72102c19", - "slotId": "mod_bipod" - } - ], - "target": "67eb506040b1947a72102c14", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6089736efa70fc097863b8f6 startedMessageText", - "status": 0, - "successMessageText": "6089736efa70fc097863b8f6 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "6089743983426423753cd58a": { - "QuestName": "Safe Corridor", - "_id": "6089743983426423753cd58a", - "acceptPlayerMessage": "6089743983426423753cd58a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6089743983426423753cd58a changeQuestMessageText", - "completePlayerMessage": "6089743983426423753cd58a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "608ac394c61c4b541b381da1", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "608ac7095e0ef91ab810f983", - "zoneIds": [ - "lijnik_storage_area_1" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "609e3666606b9826eb3c6074", - "target": [ - "RezervBase", - "develop" - ] - } - ], - "id": "608ab22755f4ac386d7e7fdb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608ab22755f4ac386d7e7fdc", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf72dda2ae0728ec716f32", - "index": 0, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "597a0f5686f774273b74f676", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf72e04c8a3800da06e716", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6089743983426423753cd58a declinePlayerMessage", - "description": "6089743983426423753cd58a description", - "failMessageText": "6089743983426423753cd58a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c37450de6b0b44cc320e9a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "6089743983426423753cd58a name", - "note": "6089743983426423753cd58a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf70fcbf90bf6b431e8960", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9000 - }, - { - "availableInGameEditions": [], - "id": "60bf710e9903f107aa251f37", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf719f9903f107aa251f3a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e64", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a72102e64", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5c956a2a1958fc522cd4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e68", - "_tpl": "5737292724597765e5728562", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e69", - "_tpl": "56dfef82d2720bbd668b4567", - "parentId": "67eb506040b1947a72102e68", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102e6a", - "_tpl": "56dfef82d2720bbd668b4567", - "location": 1, - "parentId": "67eb506040b1947a72102e68", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102e6b", - "_tpl": "5737292724597765e5728562", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e6c", - "_tpl": "56dfef82d2720bbd668b4567", - "parentId": "67eb506040b1947a72102e6b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102e6d", - "_tpl": "56dfef82d2720bbd668b4567", - "location": 1, - "parentId": "67eb506040b1947a72102e6b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "target": "67eb506040b1947a72102e6b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60cb5ca47c496e588343a1b0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e6f", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e70", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e70", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6089743983426423753cd58a startedMessageText", - "status": 0, - "successMessageText": "6089743983426423753cd58a successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "608974af4b05530f55550c21": { - "QuestName": "Inventory Check", - "_id": "608974af4b05530f55550c21", - "acceptPlayerMessage": "608974af4b05530f55550c21 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "608974af4b05530f55550c21 changeQuestMessageText", - "completePlayerMessage": "608974af4b05530f55550c21 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608c18eae0cc9c2d4d2ccb2b", - "target": "baraholshik_arsenal_area_1", - "value": 1 - } - ], - "id": "608bd0a053b9dd01a116f473" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608bd0a053b9dd01a116f474", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608c18ffcd4a9b2b7212c915", - "target": "baraholshik_dejurniy_area_2", - "value": 1 - } - ], - "id": "608bd2465e0ef91ab810f989" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608bd2465e0ef91ab810f98a", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608c190d5e0ef91ab810f98e", - "target": "baraholshik_arsenal_area_3", - "value": 1 - } - ], - "id": "608bd0c20637f21f9934b6e3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608bd0c20637f21f9934b6e4", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608c1916f597ad0a33574d7a", - "target": "baraholshik_arsenal_area_4", - "value": 1 - } - ], - "id": "608bd136c61c4b541b381da2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608bd136c61c4b541b381da3", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "608c19282210e91c1c180ac8", - "target": "baraholshik_arsenal_area_5", - "value": 1 - } - ], - "id": "608bd149f597ad0a33574d73" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608bd149f597ad0a33574d74", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "60e571854c28474a5d4bd1df", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60e57195c41b4a51a05d072d", - "target": [ - "RezervBase" - ] - } - ], - "id": "608c187853b9dd01a116f47f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608c187853b9dd01a116f480", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "609a346c0ce4cd3a353dfc74", - "target": "608bd0a053b9dd01a116f474" - }, - { - "conditionType": "CompleteCondition", - "id": "609a3470b0f07c6ea1246e41", - "target": "608bd2465e0ef91ab810f98a" - }, - { - "conditionType": "CompleteCondition", - "id": "609a347535915c62b44fd065", - "target": "608bd0c20637f21f9934b6e4" - }, - { - "conditionType": "CompleteCondition", - "id": "609a347ccf514e3219449015", - "target": "608bd136c61c4b541b381da3" - }, - { - "conditionType": "CompleteCondition", - "id": "609a34820ce4cd3a353dfc75", - "target": "608bd149f597ad0a33574d74" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf72b7960b6d5d274caaf1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "608974d01a66564e74191fc0", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf72bcc53a5709996b40be", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "608974af4b05530f55550c21 declinePlayerMessage", - "description": "608974af4b05530f55550c21 description", - "failMessageText": "608974af4b05530f55550c21 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c37416898b57521260e12a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "608974af4b05530f55550c21 name", - "note": "608974af4b05530f55550c21 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf6bd9b73d016d6838ad74", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "id": "60bf6b3981c6e80e702ccbfb", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6b61d4526a054d42e107", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c9c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103c9c", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6bd2a2ae0728ec716f1c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ca1", - "_tpl": "5aa7e454e5b5b0214e506fa2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ca2", - "_tpl": "657f925dada5fadd1f07a57a", - "parentId": "67eb506040b1947a72103ca1", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103ca3", - "_tpl": "657f92acada5fadd1f07a57e", - "parentId": "67eb506040b1947a72103ca1", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103ca4", - "_tpl": "657f92e7f4c82973640b2354", - "parentId": "67eb506040b1947a72103ca1", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103ca1", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "62bb0ec1917a85044146af01", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ca5", - "_tpl": "545cdae64bdc2d39198b4568" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103ca5", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "66bb12e10b603c26902afdd8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ca6", - "_tpl": "66b5f22b78bbc0200425f904" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103ca6", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "608974af4b05530f55550c21 startedMessageText", - "status": 0, - "successMessageText": "608974af4b05530f55550c21 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Exploration" - }, - "608974d01a66564e74191fc0": { - "QuestName": "A Fuel Matter", - "_id": "608974d01a66564e74191fc0", - "acceptPlayerMessage": "608974d01a66564e74191fc0 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "608974d01a66564e74191fc0 changeQuestMessageText", - "completePlayerMessage": "608974d01a66564e74191fc0 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60a4dc7e4e734e57d07fb335", - "index": 0, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "baraholshik_fuel_area_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60b90232ec7c6f5eb510c195", - "index": 1, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "baraholshik_fuel_area_3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60a29875d90e89467e385633", - "target": [ - "RezervBase" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "60a299220b00f16d2d63dea4", - "status": [ - "Survived" - ] - } - ], - "id": "608bfe32c61c4b541b381da8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608bfe32c61c4b541b381da9", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "60a5028d42bd1607c81ab923", - "target": "60a4dc7e4e734e57d07fb335" - }, - { - "conditionType": "CompleteCondition", - "id": "60b9f085a9c5f27bcf28d613", - "target": "60b90232ec7c6f5eb510c195" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf7284fd95cb3dfc36841f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448f286f77448d73c0131", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf7293b73d016d6838ad85", - "index": 0, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "608974d01a66564e74191fc0 declinePlayerMessage", - "description": "608974d01a66564e74191fc0 description", - "failMessageText": "608974d01a66564e74191fc0 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c373e753bc0f18316351fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "608974d01a66564e74191fc0 name", - "note": "608974d01a66564e74191fc0 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf6c03db5461623517068b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8200 - }, - { - "availableInGameEditions": [], - "id": "60bf6c109903f107aa251f26", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6c39bf90bf6b431e8950", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c30", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "67eb506040b1947a72103c30", - "type": "Item", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6c29d4526a054d42e109", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c32", - "_tpl": "59fafb5d86f774067a6f2084", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c33", - "_tpl": "59fafb5d86f774067a6f2084", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c33", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "608974d01a66564e74191fc0 startedMessageText", - "status": 0, - "successMessageText": "608974d01a66564e74191fc0 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "608a768d82e40b3c727fd17d": { - "QuestName": "Pest Control", - "_id": "608a768d82e40b3c727fd17d", - "acceptPlayerMessage": "608a768d82e40b3c727fd17d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "608a768d82e40b3c727fd17d changeQuestMessageText", - "completePlayerMessage": "608a768d82e40b3c727fd17d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "608a836d59b92115597ad78a", - "zoneIds": [ - "eger_barracks_area_1", - "eger_barracks_area_2" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "608a83ad82e40b3c727fd17e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "608a8356fa70fc097863b8f7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "608a8356fa70fc097863b8f8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf7557a2ae0728ec716f33", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60bf72112837926f405dd791", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e4d586f77443e625e388", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "608a768d82e40b3c727fd17d declinePlayerMessage", - "description": "608a768d82e40b3c727fd17d description", - "failMessageText": "608a768d82e40b3c727fd17d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c373b71d348838124696ea.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "608a768d82e40b3c727fd17d name", - "note": "608a768d82e40b3c727fd17d note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60bf6c84960b6d5d274caade", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7400 - }, - { - "availableInGameEditions": [], - "id": "60bf6c904c8a3800da06e703", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60bf6cf58bb401472c1a37e8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d39", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 20000 - } - } - ], - "target": "67eb506040b1947a72103d39", - "type": "Item", - "unknown": false, - "value": 20000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6ca481c6e80e702ccbff", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d3b", - "_tpl": "59e3596386f774176c10a2a2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d3c", - "_tpl": "59e3596386f774176c10a2a2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d3c", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6cc1960b6d5d274caae0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d3e", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d3f", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d40", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d41", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d42", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d43", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d43", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6cd24c8a3800da06e706", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d45", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d46", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d47", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d48", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d48", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60bf6ce5db54616235170690", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d4a", - "_tpl": "60391a8b3364dc22b04d0ce5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d4b", - "_tpl": "60391a8b3364dc22b04d0ce5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d4b", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "608a768d82e40b3c727fd17d startedMessageText", - "status": 0, - "successMessageText": "608a768d82e40b3c727fd17d successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "60c0c018f7afb4354815096a": { - "QuestName": "The Huntsman Path - Factory Chief", - "_id": "60c0c018f7afb4354815096a", - "acceptPlayerMessage": "60c0c018f7afb4354815096a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60c0c018f7afb4354815096a changeQuestMessageText", - "completePlayerMessage": "60c0c018f7afb4354815096a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60c0d1ca5438bf3b0555d648", - "resetOnSessionEnd": false, - "savageRole": [ - "bossTagilla", - "followerTagilla" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60c0d187938d68438757cda1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60c0d187938d68438757cda2", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60cfa590f81cc57f471718cc", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "60a7acf20c5cb24b01346648", - "675aae1c26dc64e17800fee6" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60cfa5a85f9e6175514de2e3", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "60a7acf20c5cb24b01346648", - "675aae1c26dc64e17800fee6" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60cfa4ee1bdece56c249cbf5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "629f0dd114061f307437fc9f", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3477486f7741d651d6885", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60c0c018f7afb4354815096a declinePlayerMessage", - "description": "60c0c018f7afb4354815096a description", - "failMessageText": "60c0c018f7afb4354815096a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60cb3814f09d61072d6cf211.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "60c0c018f7afb4354815096a name", - "note": "60c0c018f7afb4354815096a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60cfa670f81cc57f471718cd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 16000 - }, - { - "availableInGameEditions": [], - "id": "60cfa6b99f89812e5b6aa890", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "60cfa6a5ac6eb02bc726de72", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103972", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 700000 - } - } - ], - "target": "67eb506040b1947a72103972", - "type": "Item", - "unknown": false, - "value": 700000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "60d329c720a6283a506aec3c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103974", - "_tpl": "5448ba0b4bdc2d02308b456c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103974", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60c0c018f7afb4354815096a startedMessageText", - "status": 0, - "successMessageText": "60c0c018f7afb4354815096a successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "60e71b62a0beca400d69efc4": { - "QuestName": "Escort", - "_id": "60e71b62a0beca400d69efc4", - "acceptPlayerMessage": "60e71b62a0beca400d69efc4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71b62a0beca400d69efc4 changeQuestMessageText", - "completePlayerMessage": "60e71b62a0beca400d69efc4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60ec07c20cef122b414a1588", - "target": [ - "factory4_day" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60f80372a10d900e3b2a520f", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec07bcd7b7cb55e94c175f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec07bcd7b7cb55e94c1760", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60ec090ead25e3185465bbce", - "target": [ - "bigmap" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60f8037e8702852d5843801a", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec08fafd1bf4491c4e454f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec08fafd1bf4491c4e4550", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60ec0a45d7b7cb55e94c1762", - "target": [ - "Shoreline" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60f80386280529136648b394", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec09f05d67b234af3d392e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec09f05d67b234af3d392f", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60ec0aabbc9a8b34cd453b7e", - "target": [ - "RezervBase" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60f8038ea10d900e3b2a5210", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec0a9571035f300c301aca" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec0a9571035f300c301acb", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60ec0ae2ad25e3185465bbd1", - "target": [ - "Woods" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60f803969757de09493ff053", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec0ad2ad25e3185465bbcf" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec0ad2ad25e3185465bbd0", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60ec0b0396463e702776937c", - "target": [ - "Interchange" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60f8039e0f3c30406945b365", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec0af8a664b027ab1441ae" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec0af8a664b027ab1441af", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60ec0b2396463e702776937d", - "target": [ - "laboratory" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60f803a60f3c30406945b366", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec0b1871035f300c301acc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec0b1871035f300c301acd", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65e19acf1ca637f9bc638790", - "target": [ - "Sandbox", - "Sandbox_high" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "65e19ae4dec9816d7d31f926", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "65e19aba587f418739b38e2a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65e19abadf39d26751b3bb1e", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610144955a0e3804617cd69d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca2eb686f77445a80ed049", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101449a50bb44526c34c81d", - "index": 0, - "parentId": "", - "value": 60, - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "60ec2b220cef122b414a158d", - "status": [ - "Killed", - "Left", - "MissingInAction" - ] - } - ], - "id": "60ec2b04bc9a8b34cd453b80" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec2b04bc9a8b34cd453b81", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "60e71b62a0beca400d69efc4 declinePlayerMessage", - "description": "60e71b62a0beca400d69efc4 description", - "failMessageText": "60e71b62a0beca400d69efc4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b49186f774266f0867b3.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71b62a0beca400d69efc4 name", - "note": "60e71b62a0beca400d69efc4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "61029a6e289a8754756b3a9b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 177000 - }, - { - "availableInGameEditions": [], - "id": "61029be13401af5fe16fcb4f", - "index": 0, - "target": "Melee", - "type": "Skill", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "id": "61029beae0211147291533df", - "index": 0, - "target": "Pistol", - "type": "Skill", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "id": "61029bf5e10c48364e47a926", - "index": 0, - "target": "Strength", - "type": "Skill", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "655b93b07f92d5105c6f7b7e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103181", - "_tpl": "5f60c74e3b85f6263c145586", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103182", - "_tpl": "657bc285aab96fccee08bea3", - "parentId": "67eb506040b1947a72103181", - "slotId": "Helmet_top" - }, - { - "_id": "67eb506040b1947a72103183", - "_tpl": "657bc2c5a1c61ee0c3036333", - "parentId": "67eb506040b1947a72103181", - "slotId": "Helmet_back" - }, - { - "_id": "67eb506040b1947a72103184", - "_tpl": "657bc2e7b30eca976305118d", - "parentId": "67eb506040b1947a72103181", - "slotId": "Helmet_ears" - } - ], - "target": "67eb506040b1947a72103181", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "655b93c2065b076eb02c4b50", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103186", - "_tpl": "5f60c85b58eff926626a60f7", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103186", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029c1ce0211147291533e0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103194", - "_tpl": "545cdb794bdc2d3a198b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103195", - "_tpl": "6575ce3716c2762fba0057fd", - "parentId": "67eb506040b1947a72103194", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103196", - "_tpl": "6575ce45dc9932aed601c616", - "parentId": "67eb506040b1947a72103194", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103197", - "_tpl": "6575ce5016c2762fba005802", - "parentId": "67eb506040b1947a72103194", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103198", - "_tpl": "6575ce5befc786cd9101a671", - "parentId": "67eb506040b1947a72103194", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103199", - "_tpl": "6575ce6f16c2762fba005806", - "parentId": "67eb506040b1947a72103194", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210319a", - "_tpl": "6575ce9db15fef3dd4051628", - "parentId": "67eb506040b1947a72103194", - "slotId": "Shoulder_l", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210319b", - "_tpl": "6575cea8b15fef3dd405162c", - "parentId": "67eb506040b1947a72103194", - "slotId": "Shoulder_r", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210319c", - "_tpl": "6575ce8bdc9932aed601c61e", - "parentId": "67eb506040b1947a72103194", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210319d", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72103194", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210319e", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72103194", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210319f", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72103194", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721031a0", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72103194", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103194", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b939e1273611d2462ab7c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031a5", - "_tpl": "5f60c74e3b85f6263c145586", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721031a6", - "_tpl": "657bc285aab96fccee08bea3", - "parentId": "67eb506040b1947a721031a5", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721031a7", - "_tpl": "657bc2c5a1c61ee0c3036333", - "parentId": "67eb506040b1947a721031a5", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721031a8", - "_tpl": "657bc2e7b30eca976305118d", - "parentId": "67eb506040b1947a721031a5", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721031a5", - "traderId": 2, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71b62a0beca400d69efc4 startedMessageText", - "status": 0, - "successMessageText": "60e71b62a0beca400d69efc4 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "60e71b9bbd90872cb85440f3": { - "QuestName": "Capturing Outposts", - "_id": "60e71b9bbd90872cb85440f3", - "acceptPlayerMessage": "60e71b9bbd90872cb85440f3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71b9bbd90872cb85440f3 changeQuestMessageText", - "completePlayerMessage": "60e71b9bbd90872cb85440f3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "60ec18cf63fe3506455d8a78", - "zoneIds": [ - "prapor_27_1" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60ec1e8d96463e702776937e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec18b73b5f7d790a7ad033" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec18b73b5f7d790a7ad034", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 8, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "60ec1e7ea664b027ab1441b0", - "zoneIds": [ - "prapor_27_2" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60ec1e9371035f300c301ace", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec1e72d7b7cb55e94c1763" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec1e72d7b7cb55e94c1764", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 8, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "60ec224ead25e3185465bbd2", - "zoneIds": [ - "prapor_27_3" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60ec225ca664b027ab1441b1", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60ec2229fd1bf4491c4e4551" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60ec2229fd1bf4491c4e4552", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 8, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101458b43d55d251d68e4fa", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca2eb686f77445a80ed049", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101458f0631930ce97dea77", - "index": 0, - "parentId": "", - "value": 42, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71b9bbd90872cb85440f3 declinePlayerMessage", - "description": "60e71b9bbd90872cb85440f3 description", - "failMessageText": "60e71b9bbd90872cb85440f3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71b9bbd90872cb85440f3 name", - "note": "60e71b9bbd90872cb85440f3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f03782b28e277560670d69", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 69999 - }, - { - "availableInGameEditions": [], - "id": "655b773f1f2b6843ec751fd9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f8b", - "_tpl": "57a0e5022459774d1673f889" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102f8b", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "619d053a592f3b2dae1a5418", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f8d", - "_tpl": "619bdeb986e01e16f839a99e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f8d", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6a7f85335da4dfe4644e5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f8f", - "_tpl": "619bdfd4c9546643a67df6fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f8f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6a85ed5887c2ce956115c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f94", - "_tpl": "5f60c74e3b85f6263c145586", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f95", - "_tpl": "657bc285aab96fccee08bea3", - "parentId": "67eb506040b1947a72102f94", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102f96", - "_tpl": "657bc2c5a1c61ee0c3036333", - "parentId": "67eb506040b1947a72102f94", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102f97", - "_tpl": "657bc2e7b30eca976305118d", - "parentId": "67eb506040b1947a72102f94", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102f94", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6a86b3e349c7dbd06bd19", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f99", - "_tpl": "5f60c85b58eff926626a60f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102f9a", - "_tpl": "5f60c85b58eff926626a60f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f9a", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b6a877c3abf20a9660daac", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102fa8", - "_tpl": "545cdb794bdc2d3a198b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102fa9", - "_tpl": "6575ce3716c2762fba0057fd", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102faa", - "_tpl": "6575ce45dc9932aed601c616", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fab", - "_tpl": "6575ce5016c2762fba005802", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fac", - "_tpl": "6575ce5befc786cd9101a671", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fad", - "_tpl": "6575ce6f16c2762fba005806", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fae", - "_tpl": "6575ce9db15fef3dd4051628", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Shoulder_l", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102faf", - "_tpl": "6575cea8b15fef3dd405162c", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Shoulder_r", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fb0", - "_tpl": "6575ce8bdc9932aed601c61e", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fb1", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fb2", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fb3", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102fb4", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102fa8", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102fa8", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71b9bbd90872cb85440f3 startedMessageText", - "status": 0, - "successMessageText": "60e71b9bbd90872cb85440f3 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "60e71bb4e456d449cd47ca75": { - "QuestName": "Intimidator", - "_id": "60e71bb4e456d449cd47ca75", - "acceptPlayerMessage": "60e71bb4e456d449cd47ca75 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71bb4e456d449cd47ca75 changeQuestMessageText", - "completePlayerMessage": "60e71bb4e456d449cd47ca75 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60ec2a1896463e7027769381", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e8650e5d67b234af3d3925" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e8650e5d67b234af3d3926", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 40, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610145de61801e6c2626a1b3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca2eb686f77445a80ed049", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610145e14a065318776a1e75", - "index": 0, - "parentId": "", - "value": 45, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71bb4e456d449cd47ca75 declinePlayerMessage", - "description": "60e71bb4e456d449cd47ca75 description", - "failMessageText": "60e71bb4e456d449cd47ca75 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71bb4e456d449cd47ca75 name", - "note": "60e71bb4e456d449cd47ca75 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f0379012fec2032136703f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 84000 - }, - { - "availableInGameEditions": [], - "id": "655b79377f92d5105c6f7b78", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c1c", - "_tpl": "59e0d99486f7744a32234762", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72102c1d", - "_tpl": "59e0d99486f7744a32234762", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102c1d", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "6102990311b8b841cb73ab05", - "index": 0, - "target": "AimDrills", - "type": "Skill", - "unknown": false, - "value": 300 - }, - { - "availableInGameEditions": [], - "id": "6102992637e8697a3e7a49ed", - "index": 0, - "target": "Assault", - "type": "Skill", - "unknown": false, - "value": 300 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71bb4e456d449cd47ca75 startedMessageText", - "status": 0, - "successMessageText": "60e71bb4e456d449cd47ca75 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "60e71c11d54b755a3b53eb65": { - "QuestName": "Night Sweep", - "_id": "60e71c11d54b755a3b53eb65", - "acceptPlayerMessage": "60e71c11d54b755a3b53eb65 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71c11d54b755a3b53eb65 changeQuestMessageText", - "completePlayerMessage": "60e71c11d54b755a3b53eb65 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e82c12fd1bf4491c4e4547", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 12, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e82c5926b88043510e0ad7", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 12, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101464fe5b13723fc7609ae", - "index": 0, - "parentId": "", - "value": 50, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101464accda1c5f7b1dd08f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5edabd13218d181e29451442", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71c11d54b755a3b53eb65 declinePlayerMessage", - "description": "60e71c11d54b755a3b53eb65 description", - "failMessageText": "60e71c11d54b755a3b53eb65 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b5ca86f7744dcc5e2f88.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71c11d54b755a3b53eb65 name", - "note": "60e71c11d54b755a3b53eb65 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f037339417a95e1c42086d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 107000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "610298b160307362d01d8c80", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f3b", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 6000 - } - } - ], - "target": "67eb506040b1947a72102f3b", - "type": "Item", - "unknown": false, - "value": 6000 - }, - { - "availableInGameEditions": [], - "id": "63a1da0aab6bb51044344bfe", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f3d", - "_tpl": "5fca138c2a7b221b2852a5c6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102f3d", - "traderId": 7, - "type": "ProductionScheme", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "610298da9386cf6f25373c4d", - "index": 0, - "target": "Shotgun", - "type": "Skill", - "unknown": true, - "value": 200 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71c11d54b755a3b53eb65 startedMessageText", - "status": 0, - "successMessageText": "60e71c11d54b755a3b53eb65 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "60e71c48c1bfa3050473b8e5": { - "QuestName": "Crisis", - "_id": "60e71c48c1bfa3050473b8e5", - "acceptPlayerMessage": "60e71c48c1bfa3050473b8e5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71c48c1bfa3050473b8e5 changeQuestMessageText", - "completePlayerMessage": "60e71c48c1bfa3050473b8e5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e8658571035f300c301ac6", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052e6986f7746b207bc3c9" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e865a60cef122b414a156a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5af0534a86f7743b6f354284" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e866175d67b234af3d392a", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0530ee86f774697952d952" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60f028ca86abc00cdc03ab89", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b3a5d86f774252167ba22" - ], - "value": 20, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a701587230237f257cac30", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a0a043cf4a99369e2624a5" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e866c50cef122b414a156c", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052e6986f7746b207bc3c9" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e866f926b88043510e0adf", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5af0534a86f7743b6f354284" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e867265d67b234af3d392c", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0530ee86f774697952d952" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60f028f85caf08029e0d6277", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b3a5d86f774252167ba22" - ], - "value": 20, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a70168eb3cb46d9a0bba7a", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a0a043cf4a99369e2624a5" - ], - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610146bcccda1c5f7b1dd090", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d0d5086f774363760aef2", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610146ea70fd3f687c1a747e", - "index": 0, - "parentId": "", - "value": 48, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71c48c1bfa3050473b8e5 declinePlayerMessage", - "description": "60e71c48c1bfa3050473b8e5 description", - "failMessageText": "60e71c48c1bfa3050473b8e5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d6948e186f774238a38d8a7.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71c48c1bfa3050473b8e5 name", - "note": "60e71c48c1bfa3050473b8e5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f037b1b28e277560670d6a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 97000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029d624c999b1f82704bd2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031da", - "_tpl": "5aafbcd986f7745e590fff23", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721031da", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "6102981837e8697a3e7a49eb", - "index": 0, - "target": "Immunity", - "type": "Skill", - "unknown": false, - "value": 400 - }, - { - "availableInGameEditions": [], - "id": "6102981f4c999b1f82704bcc", - "index": 0, - "target": "Vitality", - "type": "Skill", - "unknown": false, - "value": 400 - }, - { - "availableInGameEditions": [], - "id": "6414394559cf65ff210035ef", - "index": 0, - "target": "Surgery", - "type": "Skill", - "unknown": false, - "value": 400 - }, - { - "availableInGameEditions": [], - "id": "64c7bc7feb33c17953050fd4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031dc", - "_tpl": "5ed51652f6c34d2cc26336a1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031dc", - "traderId": 7, - "type": "ProductionScheme", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "64c7bc83be830e2cab48c2c9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031de", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721031de", - "traderId": 7, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71c48c1bfa3050473b8e5 startedMessageText", - "status": 0, - "successMessageText": "60e71c48c1bfa3050473b8e5 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "60e71c9ad54b755a3b53eb66": { - "QuestName": "The Cleaner", - "_id": "60e71c9ad54b755a3b53eb66", - "acceptPlayerMessage": "60e71c9ad54b755a3b53eb66 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71c9ad54b755a3b53eb66 changeQuestMessageText", - "completePlayerMessage": "60e71c9ad54b755a3b53eb66 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e745f3d1a062318d3d2264", - "resetOnSessionEnd": false, - "savageRole": [ - "pmcBot" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "60e745fa5698ee7b05057459", - "target": [ - "RezervBase" - ] - } - ], - "id": "60e745d6479eef59b01b0bdb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e745d6479eef59b01b0bdc", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 40, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610147ac43d55d251d68e4fb", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0d4e61d09282029f53920e", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610147b0683d6b506f258f96", - "index": 0, - "parentId": "", - "value": 45, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71c9ad54b755a3b53eb66 declinePlayerMessage", - "description": "60e71c9ad54b755a3b53eb66 description", - "failMessageText": "60e71c9ad54b755a3b53eb66 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d69483686f77414077d1cca.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "60e71c9ad54b755a3b53eb66 name", - "note": "60e71c9ad54b755a3b53eb66 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6102782550bb44526c34c81e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 84000 - }, - { - "availableInGameEditions": [], - "id": "655b76689db22d43ab42b70b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210316d", - "_tpl": "5fd20ff893a8961fc660a954", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a7210316e", - "_tpl": "5fd20ff893a8961fc660a954", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210316e", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "6102969b9386cf6f25373c49", - "index": 0, - "target": "Assault", - "type": "Skill", - "unknown": false, - "value": 200 - }, - { - "availableInGameEditions": [], - "id": "610296a7e0211147291533d9", - "index": 0, - "target": "SMG", - "type": "Skill", - "unknown": false, - "value": 200 - }, - { - "availableInGameEditions": [], - "id": "64145a1ee2a21acb9008dd90", - "index": 0, - "target": "DMR", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "610296bde10c48364e47a920", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103170", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 3000 - } - } - ], - "target": "67eb506040b1947a72103170", - "type": "Item", - "unknown": true, - "value": 3000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71c9ad54b755a3b53eb66 startedMessageText", - "status": 0, - "successMessageText": "60e71c9ad54b755a3b53eb66 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "60e71ccb5688f6424c7bfec4": { - "QuestName": "Trophies", - "_id": "60e71ccb5688f6424c7bfec4", - "acceptPlayerMessage": "60e71ccb5688f6424c7bfec4 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71ccb5688f6424c7bfec4 changeQuestMessageText", - "completePlayerMessage": "60e71ccb5688f6424c7bfec4 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 50, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e8174d0367e10a450f7818", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59f32bb586f774757e1e8442", - "6662e9cda7e0b43baa3d5f76", - "6662e9aca7e0b43baa3d5f74", - "675dc9d37ae1a8792107ca96", - "675dcb0545b1a2d108011b2b" - ], - "value": 20, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 50, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e81795479eef59b01b0bdf", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59f32c3b86f77472a31742f0", - "6662ea05f6259762c56f3189", - "6662e9f37fa79a6d83730fa0", - "6764207f2fa5e32733055c4a", - "6764202ae307804338014c1a" - ], - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610148054a065318776a1e76", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101480ee5b13723fc7609af", - "index": 0, - "parentId": "", - "value": 55, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aac78c1b5c9574661f0549", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b75b86f7742e97191958", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71ccb5688f6424c7bfec4 declinePlayerMessage", - "description": "60e71ccb5688f6424c7bfec4 description", - "failMessageText": "60e71ccb5688f6424c7bfec4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c373b71d348838124696ea.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71ccb5688f6424c7bfec4 name", - "note": "60e71ccb5688f6424c7bfec4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f0374f5caf08029e0d6279", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 137000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029d8e60307362d01d8c86", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103df0", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103df1", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103df2", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103df3", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103df3", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "619d02cd4f859b7c35461376", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103df5", - "_tpl": "619bdf9cc9546643a67df6f8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103df5", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6102960637e8697a3e7a49e9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103df6", - "_tpl": "5e81ebcd8e146c7080625e15", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103df7", - "_tpl": "571659bb2459771fb2755a12", - "parentId": "67eb506040b1947a72103df6", - "slotId": "mod_pistol_grip" - } - ], - "target": "67eb506040b1947a72103df6", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6102961a9386cf6f25373c48", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103df9", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dfa", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dfb", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dfc", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dfd", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dfe", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dff", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e00", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e01", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e02", - "_tpl": "5f0c892565703e5c461894e9", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e02", - "type": "Item", - "unknown": true, - "value": 10 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71ccb5688f6424c7bfec4 startedMessageText", - "status": 0, - "successMessageText": "60e71ccb5688f6424c7bfec4 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "60e71ce009d7c801eb0c0ec6": { - "QuestName": "Special Equipment", - "_id": "60e71ce009d7c801eb0c0ec6", - "acceptPlayerMessage": "60e71ce009d7c801eb0c0ec6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71ce009d7c801eb0c0ec6 changeQuestMessageText", - "completePlayerMessage": "60e71ce009d7c801eb0c0ec6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7434ed1a062318d3d2260", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05300686f7746dce784e5d" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7436675131b4e61703b7b", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052fb986f7746b2101e909" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7439975131b4e61703b7c", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05308086f7746b2101e90b" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e743cd0367e10a450f780e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052f6886f7746b1e3db148" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a70191a9a0ea77981b57d9", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a0a16d0b9d3c46de5b6e97" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e74302d1a062318d3d225f", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05300686f7746dce784e5d" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7432875131b4e61703b7a", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052fb986f7746b2101e909" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7449875131b4e61703b7e", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c05308086f7746b2101e90b" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e744c9d1a062318d3d2262", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052f6886f7746b1e3db148" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a7019ea9a0ea77981b57da", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a0a16d0b9d3c46de5b6e97" - ], - "value": 4, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61014852683d6b506f258f97", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "60e71ccb5688f6424c7bfec4", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101485ce5b13723fc7609b0", - "index": 0, - "parentId": "", - "value": 60, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71ce009d7c801eb0c0ec6 declinePlayerMessage", - "description": "60e71ce009d7c801eb0c0ec6 description", - "failMessageText": "60e71ce009d7c801eb0c0ec6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c3752d78280c17952e1e69.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71ce009d7c801eb0c0ec6 name", - "note": "60e71ce009d7c801eb0c0ec6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f037c37ad3d529c2430edd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 177000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029599289a8754756b3a97", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e72", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e73", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e74", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e75", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e76", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e77", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e78", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e78", - "type": "Item", - "unknown": false, - "value": 7 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "610295a4d51ac54f163ffa09", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e7a", - "_tpl": "5d0377ce86f774186372f689", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e7b", - "_tpl": "5d0377ce86f774186372f689", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e7c", - "_tpl": "5d0377ce86f774186372f689", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e7d", - "_tpl": "5d0377ce86f774186372f689", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e7d", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029d37e2795c58325bb361", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e7f", - "_tpl": "59fb023c86f7746d0d4b423c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e7f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a1d61fab6bb51044344bf6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e80", - "_tpl": "5c0a840b86f7742ffa4f2482" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102e80", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71ce009d7c801eb0c0ec6 startedMessageText", - "status": 0, - "successMessageText": "60e71ce009d7c801eb0c0ec6 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" - }, - "60e71d23c1bfa3050473b8e6": { - "QuestName": "Calibration", - "_id": "60e71d23c1bfa3050473b8e6", - "acceptPlayerMessage": "60e71d23c1bfa3050473b8e6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71d23c1bfa3050473b8e6 changeQuestMessageText", - "completePlayerMessage": "60e71d23c1bfa3050473b8e6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 100 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e740cd59327a5975787537", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e740b8b567ff641b129572" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e740b8b567ff641b129573", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610148dc4a065318776a1e77", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5f04886a3937dc337a6b8238", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610148e775d59d19bb7329f2", - "index": 0, - "parentId": "", - "value": 47, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71d23c1bfa3050473b8e6 declinePlayerMessage", - "description": "60e71d23c1bfa3050473b8e6 description", - "failMessageText": "60e71d23c1bfa3050473b8e6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27cafa86f77424e20615d6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71d23c1bfa3050473b8e6 name", - "note": "60e71d23c1bfa3050473b8e6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f0371ceb1b555c9e079608", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 93000 - }, - { - "availableInGameEditions": [], - "id": "610294c3e2795c58325bb356", - "index": 0, - "target": "Perception", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029dfee2795c58325bb365", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102920", - "_tpl": "60391a8b3364dc22b04d0ce5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102921", - "_tpl": "60391a8b3364dc22b04d0ce5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102922", - "_tpl": "60391a8b3364dc22b04d0ce5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102923", - "_tpl": "60391a8b3364dc22b04d0ce5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102924", - "_tpl": "60391a8b3364dc22b04d0ce5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102924", - "type": "Item", - "unknown": true, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "619d04f0c55ada1a24438f3b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102926", - "_tpl": "619bde3dc9546643a67df6f2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102926", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b72e14343a16d2e04766c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102927", - "_tpl": "61962b617c6c7b169525f168" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102927", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": true - }, - { - "availableInGameEditions": [], - "id": "655b93534343a16d2e047670", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102928", - "_tpl": "5aa7e276e5b5b000171d0647" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102928", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71d23c1bfa3050473b8e6 startedMessageText", - "status": 0, - "successMessageText": "60e71d23c1bfa3050473b8e6 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "60e71d6d7fcf9c556f325055": { - "QuestName": "The Courier", - "_id": "60e71d6d7fcf9c556f325055", - "acceptPlayerMessage": "60e71d6d7fcf9c556f325055 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71d6d7fcf9c556f325055 changeQuestMessageText", - "completePlayerMessage": "60e71d6d7fcf9c556f325055 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e84ba726b88043510e0ad8", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5a1eaa87fcdbcb001865f75e" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "mech_41_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e85b2a26b88043510e0ada", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5a1eaa87fcdbcb001865f75e" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "mech_41_2" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101491e6c85b961071d75fd", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "60e71d23c1bfa3050473b8e6", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101492343d55d251d68e4fc", - "index": 0, - "parentId": "", - "value": 52, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71d6d7fcf9c556f325055 declinePlayerMessage", - "description": "60e71d6d7fcf9c556f325055 description", - "failMessageText": "60e71d6d7fcf9c556f325055 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "60e71d6d7fcf9c556f325055 name", - "note": "60e71d6d7fcf9c556f325055 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f03773c2a5085cc109674a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 115000 - }, - { - "availableInGameEditions": [], - "id": "61029298e5b13723fc7609b6", - "index": 0, - "target": "Crafting", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "id": "61029397e5b13723fc7609b7", - "index": 0, - "target": "Intellect", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "610293a660307362d01d8c77", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102929", - "_tpl": "5fc22d7c187fea44d52eda44", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210292a", - "_tpl": "57c55efc2459772d2c6271e7", - "parentId": "67eb506040b1947a72102929", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210292b", - "_tpl": "5fc23426900b1d5091531e15", - "parentId": "67eb506040b1947a72102929", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210292c", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72102929", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a7210292d", - "_tpl": "5fc2369685fd526b824a5713", - "parentId": "67eb506040b1947a7210292c", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a7210292e", - "_tpl": "5fc278107283c4046c581489", - "parentId": "67eb506040b1947a72102929", + "_id": "68010065f81036801d0b2529", + "_tpl": "62e27a7865f0b1592a49e17b", + "parentId": "68010065f81036801d0b2525", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210292f", - "_tpl": "5fc23678ab884124df0cd590", - "parentId": "67eb506040b1947a7210292e", - "slotId": "mod_barrel" + "_id": "68010065f81036801d0b252a", + "_tpl": "62ff9920fe938a24c90c10d2", + "parentId": "68010065f81036801d0b2529", + "slotId": "mod_mount" }, { - "_id": "67eb506040b1947a72102930", - "_tpl": "5fc23636016cce60e8341b05", - "parentId": "67eb506040b1947a7210292f", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102931", - "_tpl": "5fc2360f900b1d5091531e19", - "parentId": "67eb506040b1947a7210292f", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102932", - "_tpl": "5fc235db2770a0045c59c683", - "parentId": "67eb506040b1947a7210292e", + "_id": "68010065f81036801d0b252b", + "_tpl": "637ba19df7ca6372bf2613d7", + "parentId": "68010065f81036801d0b2525", "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b252c", + "_tpl": "62ed1921b3608410ef5a2c04", + "parentId": "68010065f81036801d0b252b", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b252d", + "_tpl": "637ba29bf7ca6372bf2613db", + "parentId": "68010065f81036801d0b2525", + "slotId": "mod_pistolgrip" } ], - "target": "67eb506040b1947a72102929", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71d6d7fcf9c556f325055 startedMessageText", - "status": 0, - "successMessageText": "60e71d6d7fcf9c556f325055 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Multi" - }, - "60e71dc0a94be721b065bbfc": { - "QuestName": "Long Line", - "_id": "60e71dc0a94be721b065bbfc", - "acceptPlayerMessage": "60e71dc0a94be721b065bbfc acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71dc0a94be721b065bbfc changeQuestMessageText", - "completePlayerMessage": "60e71dc0a94be721b065bbfc completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e73f4cd1a062318d3d225e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "60e73f9ca6e322250215f07f", - "zoneIds": [ - "place_merch_022_1", - "place_merch_022_2", - "place_merch_022_3", - "place_merch_022_4", - "place_merch_022_5", - "place_merch_022_6", - "place_merch_022_7" - ] - } - ], - "id": "60e73ee8b567ff641b12956f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e73ee8b567ff641b129570", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6101498dccda1c5f7b1dd091", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae449d986f774453a54a7e1", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61014992e5b13723fc7609b1", - "index": 0, - "parentId": "", - "value": 45, - "visibilityConditions": [] + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" } ], "Fail": [] }, - "declinePlayerMessage": "60e71dc0a94be721b065bbfc declinePlayerMessage", - "description": "60e71dc0a94be721b065bbfc description", - "failMessageText": "60e71dc0a94be721b065bbfc failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "60e71dc0a94be721b065bbfc name", - "note": "60e71dc0a94be721b065bbfc note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f037405349d209ec627216", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 84000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "610291c0289a8754756b3a93", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a40", - "_tpl": "5df8a4d786f77412672a1e3b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a40", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "610291c3e10c48364e47a919", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a45", - "_tpl": "5f60c74e3b85f6263c145586", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a46", - "_tpl": "657bc285aab96fccee08bea3", - "parentId": "67eb506040b1947a72102a45", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102a47", - "_tpl": "657bc2c5a1c61ee0c3036333", - "parentId": "67eb506040b1947a72102a45", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102a48", - "_tpl": "657bc2e7b30eca976305118d", - "parentId": "67eb506040b1947a72102a45", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102a45", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "60e71dc0a94be721b065bbfc startedMessageText", - "status": 0, - "successMessageText": "60e71dc0a94be721b065bbfc successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" - }, - "60e71dc67fcf9c556f325056": { - "QuestName": "Booze", - "_id": "60e71dc67fcf9c556f325056", - "acceptPlayerMessage": "60e71dc67fcf9c556f325056 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71dc67fcf9c556f325056 changeQuestMessageText", - "completePlayerMessage": "60e71dc67fcf9c556f325056 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e73333465ea8368012cc5b", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d40407c86f774318526545a" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e733590367e10a450f7805", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d403f9186f7743cac3f229b" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60f028268b669d08a35bfad8", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b33a686f7742523398398" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a700fb7230237f257cac2e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09f32621468534a797acb" - ], - "value": 20, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e73397479eef59b01b0bd5", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d40407c86f774318526545a" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e733b80367e10a450f7807", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d403f9186f7743cac3f229b" - ], - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60f0284e8b669d08a35bfada", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b33a686f7742523398398" - ], - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a70110eb3cb46d9a0bba78", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09f32621468534a797acb" - ], - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610149d34a065318776a1e78", - "index": 0, - "parentId": "", - "value": 50, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b8724524fb6113620c8585", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "60e71dc0a94be721b065bbfc", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60e71dc67fcf9c556f325056 declinePlayerMessage", - "description": "60e71dc67fcf9c556f325056 description", - "failMessageText": "60e71dc67fcf9c556f325056 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c1285d86f77415042983dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71dc67fcf9c556f325056 name", - "note": "60e71dc67fcf9c556f325056 note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f0379e7ad3d529c2430edc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 107000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029062d51ac54f163ffa08", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d8b", - "_tpl": "5c12688486f77426843c7d32", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d8c", - "_tpl": "5c12688486f77426843c7d32", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d8d", - "_tpl": "5c12688486f77426843c7d32", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102d8d", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029e8a4617d376021dd1af", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102d8f", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d90", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d91", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d92", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d93", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d94", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d95", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d96", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d97", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102d98", - "_tpl": "59e366c186f7741778269d85", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102d98", - "type": "Item", - "unknown": false, - "value": 10 - }, - { - "availableInGameEditions": [], - "id": "676496aabd47bc01fc2a5056", - "index": 0, - "target": "67585d161840a37ff10ebdd1", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71dc67fcf9c556f325056 startedMessageText", - "status": 0, - "successMessageText": "60e71dc67fcf9c556f325056 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "60e71e8ed54b755a3b53eb67": { - "QuestName": "The Huntsman Path - Relentless", - "_id": "60e71e8ed54b755a3b53eb67", - "acceptPlayerMessage": "60e71e8ed54b755a3b53eb67 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60e71e8ed54b755a3b53eb67 changeQuestMessageText", - "completePlayerMessage": "60e71e8ed54b755a3b53eb67 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e725c3a6e322250215f064", - "resetOnSessionEnd": false, - "savageRole": [ - "bossTagilla", - "followerTagilla", - "infectedTagilla" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e7259e465ea8368012cc44" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7259e465ea8368012cc45", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e725f15698ee7b05057433", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKilla" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e725d8b567ff641b129554" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e725d8b567ff641b129555", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e7277ed1a062318d3d224b", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBully" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e72604a6e322250215f065" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e72604a6e322250215f066", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e7272db567ff641b129558", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e7261382576b5f4f21c494" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7261382576b5f4f21c495", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e727fa479eef59b01b0bc4", - "resetOnSessionEnd": false, - "savageRole": [ - "bossGluhar" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e7261eb567ff641b129556" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7261eb567ff641b129557", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "60e7280e0367e10a450f77f8", - "resetOnSessionEnd": false, - "savageRole": [ - "bossSanitar" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "60e72629465ea8368012cc46" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e72629465ea8368012cc47", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61014a2d6c85b961071d75fe", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2c386f77443e7549029", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389e0473674202b7d07c9e6", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2ee86f77443e35162ea", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389e059a9494f0d20703a36", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e44f86f77443e625e385", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389e06f58d22527647c8b66", - "index": 3, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2e286f77444001e2e48", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389e08639389c0f754435d5", - "index": 4, - "parentId": "", - "status": [ - 4 - ], - "target": "60c0c018f7afb4354815096a", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6389e0990c0811019a000c05", - "index": 5, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "5edab4b1218d181e29451435", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61014a3143d55d251d68e4fd", - "index": 0, - "parentId": "", - "value": 65, - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "60e724b982576b5f4f21c493", - "status": [ - "Killed", - "Left", - "MissingInAction" - ] - } - ], - "id": "60e7249bd1a062318d3d2243" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60e7249bd1a062318d3d2244", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "60e71e8ed54b755a3b53eb67 declinePlayerMessage", - "description": "60e71e8ed54b755a3b53eb67 description", - "failMessageText": "60e71e8ed54b755a3b53eb67 failMessageText", "gameModes": [], - "image": "/files/quest/icon/5d67b41686f774368e1b78df.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60e71e8ed54b755a3b53eb67 name", - "note": "60e71e8ed54b755a3b53eb67 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "60f036e7eb1b555c9e079607", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 280000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029f5f60307362d01d8c8b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b7f", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103b7f", - "type": "Item", - "unknown": true, - "value": 20 - }, - { - "availableInGameEditions": [], - "id": "61029b2b3401af5fe16fcb4e", - "index": 0, - "target": "Crafting", - "type": "Skill", - "unknown": false, - "value": 200 - }, - { - "availableInGameEditions": [], - "id": "61029b5311b8b841cb73ab07", - "index": 0, - "target": "Immunity", - "type": "Skill", - "unknown": false, - "value": 100 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61028c55d51ac54f163ffa06", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b81", - "_tpl": "5d1b5e94d7ad1a2b865a96b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b81", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61029cb83401af5fe16fcb50", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b83", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b84", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b85", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b86", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b87", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b87", - "type": "Item", - "unknown": true, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e71e8ed54b755a3b53eb67 startedMessageText", - "status": 0, - "successMessageText": "60e71e8ed54b755a3b53eb67 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" + "arenaLocations": [], + "status": 0 }, "60e729cf5698ee7b05057439": { "QuestName": "Swift One", "_id": "60e729cf5698ee7b05057439", - "acceptPlayerMessage": "60e729cf5698ee7b05057439 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e729cf5698ee7b05057439 acceptPlayerMessage", "changeQuestMessageText": "60e729cf5698ee7b05057439 changeQuestMessageText", "completePlayerMessage": "60e729cf5698ee7b05057439 completePlayerMessage", "conditions": { @@ -70592,37 +73616,38 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "60e729cf5698ee7b0505743d", "conditions": [ { - "bodyPart": [], + "id": "5d25af5d86f77443e625d0b9", + "dynamicLocale": false, + "target": "AnyPmc", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "5d25af5d86f77443e625d0b9", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "5d25af8586f77443fe4569c4", "dynamicLocale": false, + "equipmentInclusive": [], "equipmentExclusive": [ [ "545cdb794bdc2d3a198b456a" @@ -70958,2221 +73983,730 @@ "675956062f6ddfe8ff0e2806" ] ], - "equipmentInclusive": [], - "id": "5d25af8586f77443fe4569c4" + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "5d2f064386f77459145a4d23", + "dynamicLocale": false, "target": [ "Woods" - ] + ], + "conditionType": "Location" } - ], - "id": "60e729cf5698ee7b0505743d" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "60e729cf5698ee7b0505743c", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 15, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "61014a600631930ce97dea78", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5edab4b1218d181e29451435", "status": [ 4, 5 ], - "target": "5edab4b1218d181e29451435", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "compareMethod": ">=", "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "61014a6570fd3f687c1a747f", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 50, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "60e729cf5698ee7b05057439 declinePlayerMessage", "description": "60e729cf5698ee7b05057439 description", "failMessageText": "60e729cf5698ee7b05057439 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5979d3ea86f7746d0b3e3fdc.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", + "declinePlayerMessage": "60e729cf5698ee7b05057439 declinePlayerMessage", "name": "60e729cf5698ee7b05057439 name", "note": "60e729cf5698ee7b05057439 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5979d3ea86f7746d0b3e3fdc.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e729cf5698ee7b05057439 startedMessageText", + "successMessageText": "60e729cf5698ee7b05057439 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 107000, "id": "60f037612c12cd10b41053f8", - "index": 0, "type": "Experience", - "unknown": false, - "value": 107000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 100, "id": "61028b87d51ac54f163ffa04", + "type": "Skill", "index": 0, "target": "StressResistance", - "type": "Skill", - "unknown": false, - "value": 100 + "unknown": false }, { "availableInGameEditions": [], + "value": 100, "id": "61029edf60307362d01d8c89", + "type": "Skill", "index": 0, "target": "Endurance", - "type": "Skill", - "unknown": false, - "value": 100 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "619d04b5c55ada1a24438f3a", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b252f", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103650", + "_id": "68010065f81036801d0b252f", "_tpl": "619bddffc9546643a67df6f0", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103650", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "61029f1637e8697a3e7a49f8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103653", - "_tpl": "6489848173c462723909a14b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103654", - "_tpl": "5fc382a9d724d907e2077dab", - "parentId": "67eb506040b1947a72103653", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103655", - "_tpl": "6489848173c462723909a14b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103656", - "_tpl": "5fc382a9d724d907e2077dab", - "parentId": "67eb506040b1947a72103655", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103655", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2534", "unknown": true, - "value": 2 - }, - { - "availableInGameEditions": [], "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2532", + "_tpl": "6489848173c462723909a14b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2533", + "_tpl": "5fc382a9d724d907e2077dab", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2532", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2534", + "_tpl": "6489848173c462723909a14b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2535", + "_tpl": "5fc382a9d724d907e2077dab", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2534", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, "id": "61029f13e2795c58325bb367", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2540", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103659", + "_id": "68010065f81036801d0b2538", "_tpl": "6489851fc827d4637f01791b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210365a", + "_id": "68010065f81036801d0b2539", "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103659", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "68010065f81036801d0b2538", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a7210365b", + "_id": "68010065f81036801d0b253a", "_tpl": "6489851fc827d4637f01791b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210365c", + "_id": "68010065f81036801d0b253b", "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a7210365b", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "68010065f81036801d0b253a", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a7210365d", + "_id": "68010065f81036801d0b253c", "_tpl": "6489851fc827d4637f01791b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210365e", + "_id": "68010065f81036801d0b253d", "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a7210365d", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "68010065f81036801d0b253c", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a7210365f", + "_id": "68010065f81036801d0b253e", "_tpl": "6489851fc827d4637f01791b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103660", + "_id": "68010065f81036801d0b253f", "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a7210365f", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "68010065f81036801d0b253e", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a72103661", + "_id": "68010065f81036801d0b2540", "_tpl": "6489851fc827d4637f01791b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103662", + "_id": "68010065f81036801d0b2541", "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103661", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103661", - "type": "Item", - "unknown": true, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60e729cf5698ee7b05057439 startedMessageText", - "status": 0, - "successMessageText": "60e729cf5698ee7b05057439 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "60effd818b669d08a35bfad5": { - "QuestName": "The Choice", - "_id": "60effd818b669d08a35bfad5", - "acceptPlayerMessage": "60effd818b669d08a35bfad5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "60effd818b669d08a35bfad5 changeQuestMessageText", - "completePlayerMessage": "60effd818b669d08a35bfad5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "60effdac12fec20321367038", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "59db794186f77448bc595262" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "610152752b0c65522065ea3b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca2eb686f77445a80ed049", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61014aa1e10c48364e47a913", - "index": 0, - "parentId": "", - "value": 50, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "60effd818b669d08a35bfad5 declinePlayerMessage", - "description": "60effd818b669d08a35bfad5 description", - "failMessageText": "60effd818b669d08a35bfad5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6137505384aedf00fa17b651.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "60effd818b669d08a35bfad5 name", - "note": "60effd818b669d08a35bfad5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "61028a59ccda1c5f7b1dd093", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 433333 - }, - { - "availableInGameEditions": [], - "id": "61029c6c4617d376021dd1a6", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 1.1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "610289cc683d6b506f258f98", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103db6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 1000000 - } - } - ], - "target": "67eb506040b1947a72103db6", - "type": "Item", - "unknown": true, - "value": 1000000 - }, - { - "availableInGameEditions": [], - "id": "61028b1d43d55d251d68e4fe", - "index": 0, - "target": "HideoutManagement", - "type": "Skill", - "unknown": true, - "value": 200 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "60effd818b669d08a35bfad5 startedMessageText", - "status": 0, - "successMessageText": "60effd818b669d08a35bfad5 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Loyalty" - }, - "6179ac7511973d018217d0b9": { - "QuestName": "Easy Job - Part 1", - "_id": "6179ac7511973d018217d0b9", - "acceptPlayerMessage": "6179ac7511973d018217d0b9 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179ac7511973d018217d0b9 changeQuestMessageText", - "completePlayerMessage": "6179ac7511973d018217d0b9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac1e5c87413d64ae0ac235", - "target": "qlight_pr1_heli1_find", - "value": 1 - } - ], - "id": "63ac1e0a87413d64ae0ac234" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac1e0a87413d64ae0ac233", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6179b804bca27a099552e057", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_pr1_heli1_mark" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "61abcc7a7102094da42cef06", - "status": [ - "Survived" - ] - } - ], - "id": "61abcc6379c3a477d0122458" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61abcc6379c3a477d0122457", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ac1eef160cc610ba0367a4", - "target": "6179b804bca27a099552e057" + }, + "parentId": "68010065f81036801d0b2540", + "slotId": "cartridges" } ] } ], - "AvailableForStart": [ + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e45e86f77408251c4bfa": { + "QuestName": "The Huntsman Path - Eraser - Part 2", + "_id": "5d25e45e86f77408251c4bfa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e45e86f77408251c4bfa acceptPlayerMessage", + "changeQuestMessageText": "5d25e45e86f77408251c4bfa changeQuestMessageText", + "completePlayerMessage": "5d25e45e86f77408251c4bfa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61abce61ce0ce5446c4bffcf", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d273a4d86f774457411b265", + "conditions": [ + { + "id": "5d2f3a5786f774169b7e006a", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "pmcBot" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5d273a4d86f774457411b266", "index": 0, "parentId": "", - "status": [ - 4 - ], - "target": "59c50c8886f7745fed3193bf", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 6, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5d777f5d86f7742fa901bc77", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", "visibilityConditions": [] }, { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad5a4d0665b606540b2426", + "conditionType": "Quest", + "id": "5d777ffd86f774319c488827", "index": 1, "parentId": "", - "value": 17, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179ac7511973d018217d0b9 declinePlayerMessage", - "description": "6179ac7511973d018217d0b9 description", - "failMessageText": "6179ac7511973d018217d0b9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61abcd4c3b7a0b53f515c5e6.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179ac7511973d018217d0b9 name", - "note": "6179ac7511973d018217d0b9 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6179b8b211973d018217d0df", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15000 - }, - { - "availableInGameEditions": [], - "id": "61ad5a9cfce57d25d077bf48", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6179b8d2c7560e13d23eeba2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030dc", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 120000 - } - } - ], - "target": "67eb506040b1947a721030dc", - "type": "Item", - "unknown": false, - "value": 120000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "655b95da1fe356507267b2fd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030de", - "_tpl": "5df8a4d786f77412672a1e3b", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721030de", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "655b95f01273611d2462ab7d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030df", - "_tpl": "6499849fc93611967b034949", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721030e0", - "_tpl": "649ec107961514b22506b10c", - "parentId": "67eb506040b1947a721030df", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a721030e1", - "_tpl": "5beec8ea0db834001a6f9dbf", - "parentId": "67eb506040b1947a721030df", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721030e2", - "_tpl": "649ec127c93611967b034957", - "parentId": "67eb506040b1947a721030df", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721030e3", - "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a721030e2", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721030e4", - "_tpl": "649ec2af961514b22506b10f", - "parentId": "67eb506040b1947a721030df", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721030e5", - "_tpl": "649ec2f3961514b22506b111", - "parentId": "67eb506040b1947a721030df", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721030e6", - "_tpl": "649ec2da59cbb3c813042dca", - "parentId": "67eb506040b1947a721030e5", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721030e7", - "_tpl": "649ec2cec93611967b03495e", - "parentId": "67eb506040b1947a721030e6", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721030e8", - "_tpl": "649ec30cb013f04a700e60fb", - "parentId": "67eb506040b1947a721030df", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721030e9", - "_tpl": "649ec87d8007560a9001ab36", - "parentId": "67eb506040b1947a721030df", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a721030ea", - "_tpl": "5beec8c20db834001d2c465c", - "parentId": "67eb506040b1947a721030e9", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a721030df", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179ac7511973d018217d0b9 startedMessageText", - "status": 0, - "successMessageText": "6179ac7511973d018217d0b9 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Discover" - }, - "6179acbdc760af5ad2053585": { - "QuestName": "Easy Job - Part 2", - "_id": "6179acbdc760af5ad2053585", - "acceptPlayerMessage": "6179acbdc760af5ad2053585 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179acbdc760af5ad2053585 changeQuestMessageText", - "completePlayerMessage": "6179acbdc760af5ad2053585 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "617bf058ea3cfc329331241a", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "6192460e0f16413a1c5afd00", - "zoneIds": [ - "qlight_pr1_heli2_kill" - ] - } - ], - "id": "617bd94c5a52d2390a2630c8" - }, - "doNotResetIfCounterCompleted": false, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bd94c5a52d2390a2630c7", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0b0c4abec56a41724657", - "index": 0, - "parentId": "", + "target": "5d25e2b486f77409de05bba0", "status": [ 4 ], - "target": "6179ac7511973d018217d0b9", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5d77a3b286f7745041358b44", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e44f86f77443e625e385", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6179acbdc760af5ad2053585 declinePlayerMessage", - "description": "6179acbdc760af5ad2053585 description", - "failMessageText": "6179acbdc760af5ad2053585 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab48bc5c890e40ca1a30f8.jpg", - "instantComplete": false, + "description": "5d25e45e86f77408251c4bfa description", + "failMessageText": "5d25e45e86f77408251c4bfa failMessageText", + "declinePlayerMessage": "5d25e45e86f77408251c4bfa declinePlayerMessage", + "name": "5d25e45e86f77408251c4bfa name", + "note": "5d25e45e86f77408251c4bfa note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d69483686f77414077d1cca.jpg", + "type": "Completion", "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179acbdc760af5ad2053585 name", - "note": "6179acbdc760af5ad2053585 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e45e86f77408251c4bfa startedMessageText", + "successMessageText": "5d25e45e86f77408251c4bfa successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "617bf1460cf4a041de5b3946", - "index": 0, + "value": 22500, + "id": "60cca95aac6eb02bc726de6a", "type": "Experience", - "unknown": false, - "value": 18000 - }, - { - "availableInGameEditions": [], - "id": "61ae0b6567658b51a604a429", "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61ae0b7ffe09770615158bf5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032da", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 155000 - } - } - ], - "target": "67eb506040b1947a721032da", - "type": "Item", - "unknown": false, - "value": 155000 - }, - { - "availableInGameEditions": [], - "id": "61ae0b931e1d2540cf47d6b5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032db", - "_tpl": "5cbdc23eae9215001136a407" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721032db", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", "unknown": false }, { "availableInGameEditions": [], - "id": "676494d1930778e9a782f099", - "index": 0, - "target": "675468d8c6e063d76309c60f", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179acbdc760af5ad2053585 startedMessageText", - "status": 0, - "successMessageText": "6179acbdc760af5ad2053585 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "6179ad0a6e9dd54ac275e3f2": { - "QuestName": "The Huntsman Path - Outcasts", - "_id": "6179ad0a6e9dd54ac275e3f2", - "acceptPlayerMessage": "6179ad0a6e9dd54ac275e3f2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179ad0a6e9dd54ac275e3f2 changeQuestMessageText", - "completePlayerMessage": "6179ad0a6e9dd54ac275e3f2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "617bf20a52e86c73d372a913", - "resetOnSessionEnd": false, - "savageRole": [ - "exUsec" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "617bf1e1d93d977d24520520" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bf1e1d93d977d2452051f", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61abcae279c3a477d0122456", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad53f20665b606540b2425", - "index": 0, - "parentId": "", - "value": 22, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179ad0a6e9dd54ac275e3f2 declinePlayerMessage", - "description": "6179ad0a6e9dd54ac275e3f2 description", - "failMessageText": "6179ad0a6e9dd54ac275e3f2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61abc9240b56a53df32c6865.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179ad0a6e9dd54ac275e3f2 name", - "note": "6179ad0a6e9dd54ac275e3f2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "617bf21aea3cfc3293312426", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9000 - }, - { - "availableInGameEditions": [], - "id": "61ad5472118c386d912fd9b6", + "value": 0.02, + "id": "60cca9645f9e6175514de2d7", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "61abcb490330382cea7bae3e", + "value": 80000, + "id": "5d667df386f774369120c2c0", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2543", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103401", + "_id": "68010065f81036801d0b2543", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 110000 + "StackObjectsCount": 80000 } } - ], - "target": "67eb506040b1947a72103401", - "type": "Item", - "unknown": false, - "value": 110000 + ] }, { "availableInGameEditions": [], - "id": "655b84e09db22d43ab42b70d", + "value": 1, + "id": "60ccaa18ac6eb02bc726de6c", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2545", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103403", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "_id": "68010065f81036801d0b2545", + "_tpl": "5d1b5e94d7ad1a2b865a96b0", "upd": { - "StackObjectsCount": 20 + "StackObjectsCount": 1, + "SpawnedInSession": true } - }, - { - "_id": "67eb506040b1947a72103404", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103405", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "upd": { - "StackObjectsCount": 10 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103405", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179ad0a6e9dd54ac275e3f2 startedMessageText", - "status": 0, - "successMessageText": "6179ad0a6e9dd54ac275e3f2 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "6179ad56c760af5ad2053587": { - "QuestName": "Seaside Vacation", - "_id": "6179ad56c760af5ad2053587", - "acceptPlayerMessage": "6179ad56c760af5ad2053587 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179ad56c760af5ad2053587 changeQuestMessageText", - "completePlayerMessage": "6179ad56c760af5ad2053587 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bf2a6f8e6c97ec70878b7", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "619252352be33f26043400a7" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bf29a52e86c73d372a917", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "619252352be33f26043400a7" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6194eb1dd5f0ef0ca76126b4", - "target": "617bf2a6f8e6c97ec70878b7" } ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0db440869119390a7bcc", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "60896e28e4a85c72ef3fa301", - "visibilityConditions": [] }, { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0dd4cfead502c8012885", + "availableInGameEditions": [], + "id": "60b7d6883effe14634395c38", + "type": "AssortmentUnlock", "index": 0, - "parentId": "", - "value": 17, - "visibilityConditions": [] + "target": "68010065f81036801d0b2546", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2546", + "_tpl": "606f2696f2cb2e02a42aceb1" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" } ], "Fail": [] }, - "declinePlayerMessage": "6179ad56c760af5ad2053587 declinePlayerMessage", - "description": "6179ad56c760af5ad2053587 description", - "failMessageText": "6179ad56c760af5ad2053587 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab4ce156152b140448cf95.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179ad56c760af5ad2053587 name", - "note": "6179ad56c760af5ad2053587 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "617bf2b3d93d977d24520528", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8000 - }, - { - "availableInGameEditions": [], - "id": "61ae0e2f3979ec0a2204593a", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "619042948cc66c469a0a101a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210339c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a7210339c", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "id": "61ae0e4876cf5f6b10309878", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210339d", - "_tpl": "5af0454c86f7746bf20992e8" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210339d", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179ad56c760af5ad2053587 startedMessageText", - "status": 0, - "successMessageText": "6179ad56c760af5ad2053587 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "6179afd0bca27a099552e040": { - "QuestName": "Lost Contact", - "_id": "6179afd0bca27a099552e040", - "acceptPlayerMessage": "6179afd0bca27a099552e040 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "64ee99639878a0569d6ec8c9": { + "QuestName": "Broadcast - Part 5", + "_id": "64ee99639878a0569d6ec8c9", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179afd0bca27a099552e040 changeQuestMessageText", - "completePlayerMessage": "6179afd0bca27a099552e040 completePlayerMessage", + "acceptPlayerMessage": "64ee99639878a0569d6ec8c9 acceptPlayerMessage", + "changeQuestMessageText": "64ee99639878a0569d6ec8c9 changeQuestMessageText", + "completePlayerMessage": "64ee99639878a0569d6ec8c9 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "64eea404a2a5bb727b61c31f", "conditions": [ { - "conditionType": "VisitPlace", + "id": "64eea48852fc01298e2c5edf", "dynamicLocale": false, - "id": "63ac0cbcf83fd608393890c1", - "target": "qlight_find_scav_group1", - "value": 1 + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "sectantPriest" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" } - ], - "id": "63ac0c99f83fd608393890c0" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac0c99f83fd608393890bf", + "id": "64eea404a2a5bb727b61c31e", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", - "type": "Exploration", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "64ee9a979878a0569d6ec8cc", "conditions": [ { - "conditionType": "ExitStatus", + "id": "64ee9aa067e11a7c6206dcda", + "dynamicLocale": false, + "target": "quest_zone_find_2st_mech", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "64ee9a979878a0569d6ec8cb", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64eea4abbf4c727e9c7bdb97", + "target": "64eea404a2a5bb727b61c31e", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "64ee9b5a1a5f313cb144bf87", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_hide_2st_mech", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64ee9ce9496db64f9b7a4431", + "target": "64ee9a979878a0569d6ec8cb", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64ee9cc69a4f90510651507f", + "conditions": [ + { + "id": "64ee9ce01180874bb93e8640", "dynamicLocale": false, - "id": "6190465ab843e65aae5edc67", "status": [ "Survived", "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6190466403eb7868a134fadc", - "target": [ - "Lighthouse" - ] + ], + "conditionType": "ExitStatus" } - ], - "id": "6190464d74169a76c90aa231" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6190464d74169a76c90aa230", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, + "id": "64ee9cc69a4f90510651507e", + "index": 3, "parentId": "", - "type": "Exploration", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "63ac0d2787413d64ae0ac223", - "target": "63ac0c99f83fd608393890bf" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad5cb9b1c41a4ac83ca968", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68663e86f774501078f78a", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad5cdc118c386d912fd9b7", - "index": 1, - "parentId": "", - "value": 26, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179afd0bca27a099552e040 declinePlayerMessage", - "description": "6179afd0bca27a099552e040 description", - "failMessageText": "6179afd0bca27a099552e040 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179afd0bca27a099552e040 name", - "note": "6179afd0bca27a099552e040 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "617bf479ea3cfc3293312441", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7000 - }, - { - "availableInGameEditions": [], - "id": "61ad5c8bbc037569be6ad476", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6190461db843e65aae5edc66", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103358", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } + "id": "64ee9d14bf4c727e9c7bdb96", + "target": "64ee9b5a1a5f313cb144bf87", + "conditionType": "CompleteCondition" } ], - "target": "67eb506040b1947a72103358", - "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "id": "61ad5c999f06845f0a57dbe6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103359", - "_tpl": "590c657e86f77412b013051d" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103359", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179afd0bca27a099552e040 startedMessageText", - "status": 0, - "successMessageText": "6179afd0bca27a099552e040 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "6179aff8f57fb279792c60a1": { - "QuestName": "Overpopulation", - "_id": "6179aff8f57fb279792c60a1", - "acceptPlayerMessage": "6179aff8f57fb279792c60a1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179aff8f57fb279792c60a1 changeQuestMessageText", - "completePlayerMessage": "6179aff8f57fb279792c60a1 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "617bf5043de8a6689b533a1d", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "6194f8fe0d1f573a784212a2", - "zoneIds": [ - "qlight_pc1_ucot_kill" - ] - } - ], - "id": "617bf4e152e86c73d372a95e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bf4e152e86c73d372a95d", - "index": 0, "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61b24f790392cb7ac26ded55", + "id": "64f8ce1fb997eb4f4275617a", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6391372c8ba6894d155e77d7", "status": [ 4 ], - "target": "5a03153686f77442d90e2171", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "61b24f9104363f7b1215529d", - "index": 1, - "parentId": "", - "value": 15, + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6179aff8f57fb279792c60a1 declinePlayerMessage", - "description": "6179aff8f57fb279792c60a1 description", - "failMessageText": "6179aff8f57fb279792c60a1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab4f090330382cea7bad57.jpg", - "instantComplete": false, + "description": "64ee99639878a0569d6ec8c9 description", + "failMessageText": "64ee99639878a0569d6ec8c9 failMessageText", + "declinePlayerMessage": "64ee99639878a0569d6ec8c9 declinePlayerMessage", + "name": "64ee99639878a0569d6ec8c9 name", + "note": "64ee99639878a0569d6ec8c9 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/64f8b9f657e97a76237203b1.jpg", + "type": "Exploration", "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179aff8f57fb279792c60a1 name", - "note": "6179aff8f57fb279792c60a1 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "617bf5400cf4a041de5b3969", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8500 - }, - { - "availableInGameEditions": [], - "id": "61adfd9936a895455b700cc6", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61adf8b14abec56a41724656", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033b5", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1100 - } - } - ], - "target": "67eb506040b1947a721033b5", - "type": "Item", - "unknown": false, - "value": 1100 - }, - { - "availableInGameEditions": [], - "id": "61adfe7467658b51a604a426", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033b6", - "_tpl": "5b0bbe4e5acfc40dc528a72d" - }, - { - "_id": "67eb506040b1947a721033b7", - "_tpl": "5b7d678a5acfc4001a5c4022", - "parentId": "67eb506040b1947a721033b6", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721033b8", - "_tpl": "5b099ac65acfc400186331e1", - "parentId": "67eb506040b1947a721033b6", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721033b9", - "_tpl": "5b7bed205acfc400161d08cc", - "parentId": "67eb506040b1947a721033b6", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721033ba", - "_tpl": "5b7be1265acfc400161d0798", - "parentId": "67eb506040b1947a721033b6", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721033bb", - "_tpl": "5b7d68af5acfc400170e30c3", - "parentId": "67eb506040b1947a721033ba", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721033bc", - "_tpl": "5b0bc22d5acfc47a8607f085", - "parentId": "67eb506040b1947a721033b6", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721033bd", - "_tpl": "5b7d6c105acfc40015109a5f", - "parentId": "67eb506040b1947a721033b6", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721033be", - "_tpl": "5b7d645e5acfc400170e2f90", - "parentId": "67eb506040b1947a721033b6", - "slotId": "mod_stock" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721033b6", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, + "instantComplete": false, "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179aff8f57fb279792c60a1 startedMessageText", - "status": 0, - "successMessageText": "6179aff8f57fb279792c60a1 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "6179b3a12153c15e937d52bc": { - "QuestName": "Energy Crisis", - "_id": "6179b3a12153c15e937d52bc", - "acceptPlayerMessage": "6179b3a12153c15e937d52bc acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179b3a12153c15e937d52bc changeQuestMessageText", - "completePlayerMessage": "6179b3a12153c15e937d52bc completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bf5860cf4a041de5b396b", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_fuel_blood" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61926522b0295324b5484459", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_fuel_blood_bezovoz1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6192653d80c326298126aee1", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_fuel_blood_bezovoz2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61926544bb0c712ed42d583c", - "index": 3, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_fuel_blood_bezovoz3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0a5cf17da97ae5105546", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5ac3464c86f7741d651d6877", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0a7540869119390a7bc9", - "index": 1, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179b3a12153c15e937d52bc declinePlayerMessage", - "description": "6179b3a12153c15e937d52bc description", - "failMessageText": "6179b3a12153c15e937d52bc failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c373e753bc0f18316351fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179b3a12153c15e937d52bc name", - "note": "6179b3a12153c15e937d52bc note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, + "startedMessageText": "64ee99639878a0569d6ec8c9 startedMessageText", + "successMessageText": "64ee99639878a0569d6ec8c9 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "617bf5c0037eb267e41f3e2f", - "index": 0, + "value": 24000, + "id": "64f8ce2fb4918f39d363e403", "type": "Experience", - "unknown": false, - "value": 13000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "61ae0aaed3ac1d27f25298b7", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", + "value": 0.03, + "id": "64f8ce37c8626c7d4604042a", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "61950d66d14ece31007e264c", + "value": 75000, + "id": "64f8ce4a794e3b36cd0f8dd1", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2548", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721031b8", + "_id": "68010065f81036801d0b2548", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 75000 } } - ], - "target": "67eb506040b1947a721031b8", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "id": "63a1a3714ebcff1c995dc342", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031b9", - "_tpl": "59fb137a86f7740adb646af1" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721031b9", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "657fc9c3fd86b9d9680c4a26", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031ba", - "_tpl": "656f611f94b480b8a500c0db" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721031ba", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179b3a12153c15e937d52bc startedMessageText", - "status": 0, - "successMessageText": "6179b3a12153c15e937d52bc successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "6179b3bdc7560e13d23eeb8d": { - "QuestName": "Corporate Secrets", - "_id": "6179b3bdc7560e13d23eeb8d", - "acceptPlayerMessage": "6179b3bdc7560e13d23eeb8d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179b3bdc7560e13d23eeb8d changeQuestMessageText", - "completePlayerMessage": "6179b3bdc7560e13d23eeb8d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bf6c70cf4a041de5b3972", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "619268de2be33f2604340159" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617bf77a3de8a6689b533a2a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "619268de2be33f2604340159" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "61951e3b6726521dd9682287", - "target": "617bf6c70cf4a041de5b3972" - } ] }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61951c30aa0f643f9a0ae1b7", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "619268ad78f4fa33f173dbe5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61951c3e2e2805073c2d29db", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "619268ad78f4fa33f173dbe5" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "61951e541e972a652931ed66", - "target": "61951c30aa0f643f9a0ae1b7" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad5bdfbc037569be6ad475", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3462b86f7741d6118b983", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad5bfd3b88d55f7470b776", - "index": 1, - "parentId": "", - "value": 17, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179b3bdc7560e13d23eeb8d declinePlayerMessage", - "description": "6179b3bdc7560e13d23eeb8d description", - "failMessageText": "6179b3bdc7560e13d23eeb8d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab421079c3a477d0121e46.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179b3bdc7560e13d23eeb8d name", - "note": "6179b3bdc7560e13d23eeb8d note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ { "availableInGameEditions": [], - "id": "617bf7cff8e6c97ec7087906", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8000 - }, - { - "availableInGameEditions": [], - "id": "61ad5ba8fee22b1b9072aab6", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61951f07d14ece31007e2768", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721030ad", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 40000 - } - } - ], - "target": "67eb506040b1947a721030ad", + "value": 2, + "id": "64f8ce577d39ff0e7624ce2d", "type": "Item", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "id": "66b8d876acff495a29492910", "index": 0, + "target": "68010065f81036801d0b2549", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721030ae", - "_tpl": "66bdc28a0b603c26902b2011" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721030ae", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179b3bdc7560e13d23eeb8d startedMessageText", - "status": 0, - "successMessageText": "6179b3bdc7560e13d23eeb8d successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "6179b4d1bca27a099552e04e": { - "QuestName": "Revision - Lighthouse", - "_id": "6179b4d1bca27a099552e04e", - "acceptPlayerMessage": "6179b4d1bca27a099552e04e acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179b4d1bca27a099552e04e changeQuestMessageText", - "completePlayerMessage": "6179b4d1bca27a099552e04e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61952308aa0f643f9a0ae20f", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_mark_vech1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6195231dd07bdc6de57b40a5", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_mark_vech2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61952325aa0f643f9a0ae212", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_mark_vech3" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6195232a1e972a652931edb6", - "index": 3, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight_mark_vech4" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad4e3e6f98b853434714e6", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "6086c852c945025d41566124", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179b4d1bca27a099552e04e declinePlayerMessage", - "description": "6179b4d1bca27a099552e04e description", - "failMessageText": "6179b4d1bca27a099552e04e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab40a7edd0787ea26a69a6.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179b4d1bca27a099552e04e name", - "note": "6179b4d1bca27a099552e04e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6197a4b8e2372948f80393ea", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7800 - }, - { - "availableInGameEditions": [], - "id": "61ad4ec5b1c41a4ac83ca967", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61ad4eaa78d2361409060865", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ddd", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 850 - } - } - ], - "target": "67eb506040b1947a72102ddd", - "type": "Item", - "unknown": false, - "value": 850 - }, - { - "availableInGameEditions": [], - "id": "655b7a314343a16d2e04766d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102dde", - "_tpl": "58dd3ad986f77403051cba8f" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102dde", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - }, - { - "availableInGameEditions": [], - "id": "61ad4eea6f98b853434714e7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ddf", - "_tpl": "5d67abc1a4b93614ec50137f", + "_id": "68010065f81036801d0b2549", + "_tpl": "5c501a4d2e221602b412b540", "upd": { + "StackObjectsCount": 2, "Repairable": { "Durability": 100, "MaxDurability": 100 @@ -73180,11340 +74714,397 @@ } }, { - "_id": "67eb506040b1947a72102de0", - "_tpl": "5d3eb59ea4b9361c284bb4b2", - "parentId": "67eb506040b1947a72102ddf", - "slotId": "mod_barrel" + "_id": "68010065f81036801d0b254a", + "_tpl": "5c5039be2e221602b177c9ff", + "parentId": "68010065f81036801d0b2549", + "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a72102de1", - "_tpl": "5d3ef698a4b9361182109872", - "parentId": "67eb506040b1947a72102de0", - "slotId": "mod_muzzle" + "_id": "68010065f81036801d0b254b", + "_tpl": "5f63405df5750b524b45f114", + "parentId": "68010065f81036801d0b2549", + "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72102de2", - "_tpl": "5d3eb44aa4b93650d64e4979", - "parentId": "67eb506040b1947a72102ddf", + "_id": "68010065f81036801d0b254c", + "_tpl": "5c503d0a2e221602b542b7ef", + "parentId": "68010065f81036801d0b2549", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a72102de3", - "_tpl": "5d3eb4aba4b93650d64e497d", - "parentId": "67eb506040b1947a72102de2", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102de4", - "_tpl": "5d3eb536a4b9363b1f22f8e2", - "parentId": "67eb506040b1947a72102de2", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102de5", - "_tpl": "5d3eb5eca4b9363b1f22f8e4", - "parentId": "67eb506040b1947a72102ddf", - "slotId": "mod_magazine" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102ddf", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179b4d1bca27a099552e04e startedMessageText", - "status": 0, - "successMessageText": "6179b4d1bca27a099552e04e successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "6179b4f16e9dd54ac275e407": { - "QuestName": "Missing Cargo", - "_id": "6179b4f16e9dd54ac275e407", - "acceptPlayerMessage": "6179b4f16e9dd54ac275e407 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179b4f16e9dd54ac275e407 changeQuestMessageText", - "completePlayerMessage": "6179b4f16e9dd54ac275e407 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac1ac3f627f540861d1b1c", - "target": "qlight_find_crushed_heli", - "value": 1 - } - ], - "id": "63ac1a941b5c95746621ddb3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac1a941b5c95746621ddb2", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61a00eff2d708d41a34f19b4", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "61a00bcb177fb945751bbe6a" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61a00f3f177fb945751bbe92", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "61a00bcb177fb945751bbe6a" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ac1d2add6923311c7d181a", - "target": "61a00eff2d708d41a34f19b4" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0c513979ec0a22045939", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6193850f60b34236ee0483de", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0c6f45758a76ab08ab06", - "index": 1, - "parentId": "", - "value": 30, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179b4f16e9dd54ac275e407 declinePlayerMessage", - "description": "6179b4f16e9dd54ac275e407 description", - "failMessageText": "6179b4f16e9dd54ac275e407 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab41d128f39305480d0916.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179b4f16e9dd54ac275e407 name", - "note": "6179b4f16e9dd54ac275e407 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "619528fc020725046c77c713", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14000 - }, - { - "availableInGameEditions": [], - "id": "61ae0c0345758a76ab08ab05", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61ae0bda40869119390a7bcb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031d5", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 68000 - } - } - ], - "target": "67eb506040b1947a721031d5", - "type": "Item", - "unknown": false, - "value": 68000 - }, - { - "availableInGameEditions": [], - "id": "61ae0c18cfead502c8012883", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031d6", - "_tpl": "56eabf3bd2720b75698b4569" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721031d6", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "61ae0c2b3979ec0a22045938", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031d7", - "_tpl": "5649ae4a4bdc2d1b2b8b4588" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721031d7", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a028994a2920130a4d77e2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031d8", - "_tpl": "58d2912286f7744e27117493" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721031d8", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179b4f16e9dd54ac275e407 startedMessageText", - "status": 0, - "successMessageText": "6179b4f16e9dd54ac275e407 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Exploration" - }, - "6179b5b06e9dd54ac275e409": { - "QuestName": "Our Own Land", - "_id": "6179b5b06e9dd54ac275e409", - "acceptPlayerMessage": "6179b5b06e9dd54ac275e409 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179b5b06e9dd54ac275e409 changeQuestMessageText", - "completePlayerMessage": "6179b5b06e9dd54ac275e409 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6193dc2b807b311a785743e8", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Usec", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "61b9ef813f09813aa744768d", - "target": [ - "Lighthouse" - ] - } - ], - "id": "6193dc1e6623e330c82e0bea" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6193dc1e6623e330c82e0be9", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6194fbf785a6d62c481a7aee", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "59f32c3b86f77472a31742f0", - "6662ea05f6259762c56f3189", - "6662e9f37fa79a6d83730fa0" - ], - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61adff2367658b51a604a427", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "59ca29fb86f77445ab465c87", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae091867658b51a604a428", - "index": 0, - "parentId": "", - "value": 30, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179b5b06e9dd54ac275e409 declinePlayerMessage", - "description": "6179b5b06e9dd54ac275e409 description", - "failMessageText": "6179b5b06e9dd54ac275e409 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179b5b06e9dd54ac275e409 name", - "note": "6179b5b06e9dd54ac275e409 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6194fcbb88c35310ac05b97d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22000 - }, - { - "availableInGameEditions": [], - "id": "61adff5c76cf5f6b10309877", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6194fcce9ab1f633f53119ad", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032d2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 300000 - } - } - ], - "target": "67eb506040b1947a721032d2", - "type": "Item", - "unknown": false, - "value": 300000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61ae09700237de448a3aec98", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032d3", - "_tpl": "5e848cc2988a8701445df1e8", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 3 - } - }, - { - "_id": "67eb506040b1947a721032d4", - "_tpl": "5e848d2eea0a7c419c2f9bfd", - "parentId": "67eb506040b1947a721032d3", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721032d5", - "_tpl": "5e848d51e4dbc5266a4ec63b", - "parentId": "67eb506040b1947a721032d3", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721032d6", - "_tpl": "5f647d9f8499b57dc40ddb93", - "parentId": "67eb506040b1947a721032d3", + "_id": "68010065f81036801d0b254d", + "_tpl": "5c503ad32e2216398b5aada2", + "parentId": "68010065f81036801d0b2549", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a721032d7", - "_tpl": "5e848db4681bea2ada00daa9", - "parentId": "67eb506040b1947a721032d3", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a721032d3", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "61ae094b40869119390a7bc8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032d8", - "_tpl": "5e85a9f4add9fe03027d9bf1" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721032d8", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179b5b06e9dd54ac275e409 startedMessageText", - "status": 0, - "successMessageText": "6179b5b06e9dd54ac275e409 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "6179b5eabca27a099552e052": { - "QuestName": "Counteraction", - "_id": "6179b5eabca27a099552e052", - "acceptPlayerMessage": "6179b5eabca27a099552e052 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6179b5eabca27a099552e052 changeQuestMessageText", - "completePlayerMessage": "6179b5eabca27a099552e052 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "61a61c230dc38701e558e41a", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Bear", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "61b9efa07d4b5e760410081d", - "target": [ - "Lighthouse" - ] - } - ], - "id": "61a61c085d06a344766f3a2a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61a61c085d06a344766f3a29", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "617fc08b30ccff6c7c37fcd3", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59f32bb586f774757e1e8442", - "6662e9cda7e0b43baa3d5f76", - "6662e9aca7e0b43baa3d5f74" - ], - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0d4063cbd94b771f67c8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a0327ba86f77456b9154236", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ae0d574abec56a41724658", - "index": 1, - "parentId": "", - "value": 30, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6179b5eabca27a099552e052 declinePlayerMessage", - "description": "6179b5eabca27a099552e052 description", - "failMessageText": "6179b5eabca27a099552e052 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6179b5eabca27a099552e052 name", - "note": "6179b5eabca27a099552e052 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6197a7cef8e9da247b2bd453", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22000 - }, - { - "availableInGameEditions": [], - "id": "61b340729904a255665c9348", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61ae0ccb67658b51a604a42a", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110ce7", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 2300 - } - } - ], - "target": "67eb25700eb297dd61110ce7", - "type": "Item", - "unknown": false, - "value": 2300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61ae0d1b1e1d2540cf47d6b6", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110ce9", - "_tpl": "5c12613b86f7743bbe2c3f76", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61110ce9", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "61ae0cfb63cbd94b771f67c7", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110ceb", - "_tpl": "590c392f86f77444754deb29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61110ceb", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "62a701ce8ec41a51b3475fef", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110ced", - "_tpl": "62a0a124de7ac81993580542", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61110ced", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "62a703ea4de19a4c3422ea67", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110cee", - "_tpl": "5e85a9f4add9fe03027d9bf1" - } - ], - "loyaltyLevel": 4, - "target": "67eb25700eb297dd61110cee", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6179b5eabca27a099552e052 startedMessageText", - "status": 0, - "successMessageText": "6179b5eabca27a099552e052 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "61904daa7d0d857927447b9c": { - "QuestName": "The Hermit", - "_id": "61904daa7d0d857927447b9c", - "acceptPlayerMessage": "61904daa7d0d857927447b9c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "61904daa7d0d857927447b9c changeQuestMessageText", - "completePlayerMessage": "61904daa7d0d857927447b9c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac2256de609574d97adf82", - "target": "qlight_hunt_fr_find", - "value": 1 - } - ], - "id": "63ac22351b5c95746621ddc5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac22351b5c95746621ddc4", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61904e76f62c89219a56e04c", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "61904c9df62c89219a56e034" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ac228edd6923311c7d1821", - "target": "63ac22351b5c95746621ddc4" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61904ebb22e6d82ee97ccbbe", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "61904c9df62c89219a56e034" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "619236f8ed82a53b6647c9fc", - "target": "61904e76f62c89219a56e04c" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61abc8083b7a0b53f515c5e5", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5d25e48186f77443e625e386", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad52a14cce5e7e040ad758", - "index": 1, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "61904daa7d0d857927447b9c declinePlayerMessage", - "description": "61904daa7d0d857927447b9c description", - "failMessageText": "61904daa7d0d857927447b9c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab38781b7da753125cfaa5.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "61904daa7d0d857927447b9c name", - "note": "61904daa7d0d857927447b9c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "61979d5e1aaf65553c5efe48", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12000 - }, - { - "availableInGameEditions": [], - "id": "61ad52dde9f86c618b0a83c6", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61979d77f8e9da247b2bd375", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103232", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 55000 - } - } - ], - "target": "67eb506040b1947a72103232", - "type": "Item", - "unknown": false, - "value": 55000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "61904daa7d0d857927447b9c startedMessageText", - "status": 0, - "successMessageText": "61904daa7d0d857927447b9c successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Exploration" - }, - "6193850f60b34236ee0483de": { - "QuestName": "Long Road", - "_id": "6193850f60b34236ee0483de", - "acceptPlayerMessage": "6193850f60b34236ee0483de acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6193850f60b34236ee0483de changeQuestMessageText", - "completePlayerMessage": "6193850f60b34236ee0483de completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6193dad2807b311a785743d7", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "6193db6a9c70d67c3d1d6427", - "zoneIds": [ - "qlight_br_secure_road" - ] - } - ], - "id": "6193dabd5f64682044705720" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6193dabd5f6468204470571f", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 8, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61abc61856152b140448e91e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27d2af86f7744e1115b323", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ad520c118c386d912fd9b5", - "index": 0, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6193850f60b34236ee0483de declinePlayerMessage", - "description": "6193850f60b34236ee0483de description", - "failMessageText": "6193850f60b34236ee0483de failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab383d3b7a0b53f515c515.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6193850f60b34236ee0483de name", - "note": "6193850f60b34236ee0483de note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "61abc53e1b7da753125cfe2c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15300 - }, - { - "availableInGameEditions": [], - "id": "61ad524026794b532d3dbd27", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61abc52f28f39305480d15d9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032be", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 45000 - } - } - ], - "target": "67eb506040b1947a721032be", - "type": "Item", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "id": "61ad5254bea7d64084079bb6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032bf", - "_tpl": "588892092459774ac91d4b11" + "_id": "68010065f81036801d0b254e", + "_tpl": "5c82342f2e221644f31c060e", + "parentId": "68010065f81036801d0b2549", + "slotId": "mod_mount" }, { - "_id": "67eb506040b1947a721032c0", - "_tpl": "5888988e24597752fe43a6fa", - "parentId": "67eb506040b1947a721032bf", - "slotId": "mod_magazine" + "_id": "68010065f81036801d0b254f", + "_tpl": "57f3a5ae2459772b0e0bf19e", + "parentId": "68010065f81036801d0b254e", + "slotId": "mod_tactical" }, { - "_id": "67eb506040b1947a721032c1", - "_tpl": "5888956924597752983e182d", - "parentId": "67eb506040b1947a721032bf", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721032c2", - "_tpl": "5888996c24597754281f9419", - "parentId": "67eb506040b1947a721032c1", + "_id": "68010065f81036801d0b2550", + "_tpl": "5f63407e1b231926f2329f15", + "parentId": "68010065f81036801d0b2549", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a721032c3", - "_tpl": "5888976c24597754281f93f5", - "parentId": "67eb506040b1947a721032c1", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721032c4", - "_tpl": "57c55f172459772d27602381", - "parentId": "67eb506040b1947a721032bf", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721032c5", - "_tpl": "58889d0c2459775bc215d981", - "parentId": "67eb506040b1947a721032bf", - "slotId": "mod_stock" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721032bf", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6193850f60b34236ee0483de startedMessageText", - "status": 0, - "successMessageText": "6193850f60b34236ee0483de successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "61958c366726521dd96828ec": { - "QuestName": "Cargo X - Part 4", - "_id": "61958c366726521dd96828ec", - "acceptPlayerMessage": "61958c366726521dd96828ec acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "61958c366726521dd96828ec changeQuestMessageText", - "completePlayerMessage": "61958c366726521dd96828ec completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61958d54aa0f643f9a0aed73", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "qlight16_peace_terra" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "61958d8f2e2805073c2d3bc1", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "61ad51da78d2361409060866", - "target": [ - "Lighthouse" - ] - } - ], - "id": "61958d69d14ece31007e2df5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61958d69d14ece31007e2df4", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "61958d97ea774d183b6cc91d", - "target": "61958d54aa0f643f9a0aed73" + "_id": "68010065f81036801d0b2551", + "_tpl": "5c503b1c2e221602b21d6e9d", + "parentId": "68010065f81036801d0b2549", + "slotId": "mod_sight_rear" } ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61ab63bf1b7da753125cfc36", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bb5986f7741dfb660900", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "61958c366726521dd96828ec declinePlayerMessage", - "description": "61958c366726521dd96828ec description", - "failMessageText": "61958c366726521dd96828ec failMessageText", - "gameModes": [], - "image": "/files/quest/icon/597a0fad86f77426d464f995.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "61958c366726521dd96828ec name", - "note": "61958c366726521dd96828ec note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "61abc032d163df65dd55264f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8600 }, { "availableInGameEditions": [], - "id": "61ad4dbe4cce5e7e040ad757", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "61abc01fce0ce5446c4bffce", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721031aa", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 800 - } - } - ], - "target": "67eb506040b1947a721031aa", + "value": 2, + "id": "64f8ce67a9c59f365c4eaee7", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2556", "unknown": false, - "value": 800 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2554", + "_tpl": "6570254fcfc010a0f5006a22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2555", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2554", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2556", + "_tpl": "6570254fcfc010a0f5006a22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2557", + "_tpl": "5a6086ea4f39f99cd479502f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2556", + "slotId": "cartridges" + } + ] }, { "availableInGameEditions": [], - "id": "655b922fc023e22044165dec", + "id": "64f980c0c8626c7d460791ca", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b2558", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a721031ab", - "_tpl": "5ac8d6885acfc400180ae7b0" + "_id": "68010065f81036801d0b2558", + "_tpl": "63fc44e2429a8a166c7f61e6" } ], "loyaltyLevel": 4, - "target": "67eb506040b1947a721031ab", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "61958c366726521dd96828ec startedMessageText", - "status": 0, - "successMessageText": "61958c366726521dd96828ec successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Discover" - }, - "61e6e5e0f5b9633f6719ed95": { - "QuestName": "Compensation for Damage - Trust", - "_id": "61e6e5e0f5b9633f6719ed95", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "61e6e5e0f5b9633f6719ed95 changeQuestMessageText", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61e6e679b350e406c823a205", - "index": 0, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59f32bb586f774757e1e8442" - ], - "value": "5", - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61e6e68db2728a406f4ad009", - "index": 1, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59f32c3b86f77472a31742f0" - ], - "value": "5", - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": "<", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9280b86f77477925e27cb", - "index": 0, - "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": "-1" + "traderId": "5c0647fdd443bc2504c2d371" } ], "Fail": [] }, - "declinePlayerMessage": "61e6e5e0f5b9633f6719ed95 declinePlayerMessage", - "description": "61e6e5e0f5b9633f6719ed95 description", - "failMessageText": "61e6e5e0f5b9633f6719ed95 failMessageText", - "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "61e6e5e0f5b9633f6719ed95 name", - "note": "61e6e5e0f5b9633f6719ed95 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "61e7fd5ce30ecc156e7eaa05", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "value": "1" - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "61e6e5e0f5b9633f6719ed95 startedMessageText", - "successMessageText": "61e6e5e0f5b9633f6719ed95 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "PickUp" - }, - "61e6e60223374d168a4576a6": { - "QuestName": "Compensation for Damage - Wager", - "_id": "61e6e60223374d168a4576a6", - "acceptPlayerMessage": "61e6e60223374d168a4576a6 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "61e6e60223374d168a4576a6 changeQuestMessageText", - "completePlayerMessage": "61e6e60223374d168a4576a6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "61e6ee095ca3b3783662be29", - "target": "AnyPmc", - "weapon": [ - "5ac66cb05acfc40198510a10", - "5ac66d015acfc400180ae6e4", - "5ac66d2e5acfc43b321d4b53", - "5ac66d725acfc43b321d4b60", - "5ac66d9b5acfc4001633997a", - "5bf3e03b0db834001d2c4a9c", - "5ac4cd105acfc40016339859", - "5644bd2b4bdc2d3b4c8b4572", - "59d6088586f774275f37482f", - "5a0ec13bfcdbcb00165aa685", - "59ff346386f77477562ff5e2", - "5abcbc27d8ce8700182eceeb", - "5bf3e0490db83400196199af", - "5ab8e9fcd8ce870019439434", - "57dc2fa62459775949412633", - "5839a40f24597726f856b511", - "583990e32459771419544dd2" - ] - } - ], - "id": "61e6ed30d007ca50d54baae6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61e6ed30d007ca50d54baae5", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "7", - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": "<=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6723f30cc5924c57ce0ca014", - "index": 0, - "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": -1, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "61e6e60223374d168a4576a6 declinePlayerMessage", - "description": "61e6e60223374d168a4576a6 description", - "failMessageText": "61e6e60223374d168a4576a6 failMessageText", - "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "61e6e60223374d168a4576a6 name", - "note": "61e6e60223374d168a4576a6 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "61e7fd6736ab3545041e4295", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "61e6e60223374d168a4576a6 startedMessageText", - "successMessageText": "61e6e60223374d168a4576a6 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Elimination" - }, - "61e6e615eea2935bc018a2c5": { - "QuestName": "Compensation for Damage - Barkeep", - "_id": "61e6e615eea2935bc018a2c5", - "acceptPlayerMessage": "61e6e615eea2935bc018a2c5 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "61e6e615eea2935bc018a2c5 changeQuestMessageText", - "completePlayerMessage": "61e6e615eea2935bc018a2c5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61e703205ca3b3783662be2b", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d403f9186f7743cac3f229b" - ], - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61e7034b95a8910716185486", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57514643245977207f2c2d09" - ], - "value": "3", - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": "<=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6724cc2fbfa3a7b538063feb", - "index": 0, - "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": -1, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "61e6e615eea2935bc018a2c5 declinePlayerMessage", - "description": "61e6e615eea2935bc018a2c5 description", - "failMessageText": "61e6e615eea2935bc018a2c5 failMessageText", - "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "61e6e615eea2935bc018a2c5 name", - "note": "61e6e615eea2935bc018a2c5 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "61e7fd9420bc7012d528d3d9", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "61e6e615eea2935bc018a2c5 startedMessageText", - "successMessageText": "61e6e615eea2935bc018a2c5 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "PickUp" - }, - "61e6e621bfeab00251576265": { - "QuestName": "Compensation for Damage - Collection", - "_id": "61e6e621bfeab00251576265", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "61e6e621bfeab00251576265 changeQuestMessageText", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "61e704a123374d168a4576a8", - "index": 0, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5447a9cd4bdc2dbd208b4567" - ], - "value": "2", - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": "<=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "59a9280b86f77477925e27cb", - "index": 0, - "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": -1, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "61e6e621bfeab00251576265 declinePlayerMessage", - "description": "61e6e621bfeab00251576265 description", - "failMessageText": "61e6e621bfeab00251576265 failMessageText", - "image": "/files/quest/icon/6137505384aedf00fa17b651.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "61e6e621bfeab00251576265 name", - "note": "61e6e621bfeab00251576265 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "61e7fda020bc7012d528d3da", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "61e6e621bfeab00251576265 startedMessageText", - "successMessageText": "61e6e621bfeab00251576265 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "PickUp" - }, - "625d6ff5ddc94657c21a1625": { - "QuestName": "Network Provider - Part 1", - "_id": "625d6ff5ddc94657c21a1625", - "acceptPlayerMessage": "625d6ff5ddc94657c21a1625 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5b477b6f86f7747290681823": { + "QuestName": "Gunsmith - Part 18", + "_id": "5b477b6f86f7747290681823", "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d6ff5ddc94657c21a1625 changeQuestMessageText", - "completePlayerMessage": "625d6ff5ddc94657c21a1625 completePlayerMessage", + "acceptPlayerMessage": "5b477b6f86f7747290681823 acceptPlayerMessage", + "changeQuestMessageText": "5b477b6f86f7747290681823 changeQuestMessageText", + "completePlayerMessage": "5b477b6f86f7747290681823 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "625eb7fe1ed3bb5bcc5bd9e6", + "conditionType": "WeaponAssembly", + "id": "5b477f1486f7743009493232", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, "parentId": "", - "target": [ - "6389c70ca33d8c4cdf4932c6" - ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "625eb80da4eb80027c4f2e0a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", "target": [ - "5c052f6886f7746b1e3db148" + "5a0ec13bfcdbcb00165aa685" ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "625eb81df7308432be1d44c6", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a3efd86f77437d351a25b" + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 600.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 50.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 350.0, + "compareMethod": "<=" + }, + "weight": { + "value": 5.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "57cff947245977638e6f2a19", + "5b30ac585acfc433000eb79c", + "59d6272486f77466146386ff", + "57cffb66245977632f391a99", + "5a9fbacda2750c00141e080f", + "5c07dd120db834001c39092d", + "5b0e794b5acfc47a877359b2" ], - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "625eb82ac4874104f230c0c6", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "56742c324bdc2d150f8b456d" - ], - "value": 4, - "visibilityConditions": [] + "hasItemFromCategory": [] } ], "AvailableForStart": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c3fb7d8c4ce2c235c55", + "conditionType": "Level", + "id": "5b4f0cce86f774287331639a", "index": 0, "parentId": "", - "status": [ - 4 - ], - "target": "59ca264786f77445a80ed044", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, "globalQuestCounterId": "", - "id": "66422c49778c85262894116f", - "index": 1, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "597a0f5686f774273b74f676", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c54bce755ba9832d5c0", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "639135c3744e452011470807", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c6437b27a5cb5d07d2b", - "index": 3, - "parentId": "", - "status": [ - 4 - ], - "target": "61958c366726521dd96828ec", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c70e1bbb13492febd48", - "index": 4, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27ba1c86f77461ea5a3c56", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c7ad7194d26bad1f7e9", - "index": 5, - "parentId": "", - "status": [ - 4 - ], - "target": "608974d01a66564e74191fc0", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c82586efeea12398e4f", - "index": 6, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae4493d86f7744b8e15aa8f", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c8c8552f0cf49734bd6", - "index": 7, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e48186f77443e625e386", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422c9aed30c5920de049dd", - "index": 8, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae327c886f7745c7b3f2f3f", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422ca4e1e67daba074e2dc", - "index": 9, - "parentId": "", - "status": [ - 4 - ], - "target": "63913715f8e5dd32bf4e3aaa", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422caf38d542d4a00faa94", - "index": 10, - "parentId": "", - "status": [ - 4 - ], - "target": "6179ad56c760af5ad2053587", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422cbc84b8097795d9ff85", - "index": 11, - "parentId": "", - "status": [ - 4 - ], - "target": "6179afd0bca27a099552e040", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422ccbe23ac53086c3601e", - "index": 12, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - }, - { + "value": 33, "compareMethod": ">=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66422d1a98c1a9ac7b6902ec", - "index": 13, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5b4f087886f77479806f2c61", + "index": 0, "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": 1, + "dynamicLocale": false, + "target": "5b47749f86f7746c5d6a5fd4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "625d6ff5ddc94657c21a1625 declinePlayerMessage", - "description": "625d6ff5ddc94657c21a1625 description", - "failMessageText": "625d6ff5ddc94657c21a1625 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, + "description": "5b477b6f86f7747290681823 description", + "failMessageText": "5b477b6f86f7747290681823 failMessageText", + "declinePlayerMessage": "5b477b6f86f7747290681823 declinePlayerMessage", + "name": "5b477b6f86f7747290681823 name", + "note": "5b477b6f86f7747290681823 note", + "traderId": "5a7c2eca46aef81a7ca2145d", "location": "any", - "name": "625d6ff5ddc94657c21a1625 name", - "note": "625d6ff5ddc94657c21a1625 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/5b47863b86f7744d1c353203.jpg", + "type": "WeaponAssembly", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5b477b6f86f7747290681823 startedMessageText", + "successMessageText": "5b477b6f86f7747290681823 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "63a5d4a14610fa47416d8eff", - "index": 0, + "value": 23100, + "id": "60cc797465e4664318606afa", "type": "Experience", - "unknown": false, - "value": 18600 - }, - { - "availableInGameEditions": [], - "id": "63a5d4b42b25f7513905c808", "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d6ff5ddc94657c21a1625 startedMessageText", - "status": 0, - "successMessageText": "625d6ff5ddc94657c21a1625 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "625d6ffaf7308432be1d44c5": { - "QuestName": "Network Provider - Part 2", - "_id": "625d6ffaf7308432be1d44c5", - "acceptPlayerMessage": "625d6ffaf7308432be1d44c5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d6ffaf7308432be1d44c5 changeQuestMessageText", - "completePlayerMessage": "625d6ffaf7308432be1d44c5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "625ecedaa4eb80027c4f2e0b", - "index": 0, - "parentId": "", - "plantTime": 40, - "target": [ - "63a0b2eabea67a6d93009e52" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_42_radio_area_mark_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "625ecee6f7308432be1d44c7", - "index": 1, - "parentId": "", - "plantTime": 40, - "target": [ - "63a0b2eabea67a6d93009e52" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_42_radio_area_mark_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "625eceebc4874104f230c0c7", - "index": 2, - "parentId": "", - "plantTime": 40, - "target": [ - "63a0b2eabea67a6d93009e52" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_42_radio_area_mark_3" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6386410704a59f742a7a3b45", - "index": 3, - "parentId": "", - "plantTime": 40, - "target": [ - "63a0b2eabea67a6d93009e52" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_42_radio_area_mark_4" - } - ], - "AvailableForStart": [ - { - "availableAfter": 3600, - "conditionType": "Quest", - "dispersion": 28800, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e25b86e646067c176a91", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "625d6ff5ddc94657c21a1625", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "625d6ffaf7308432be1d44c5 declinePlayerMessage", - "description": "625d6ffaf7308432be1d44c5 description", - "failMessageText": "625d6ffaf7308432be1d44c5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab3ad15c890e40ca1a30f5.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "625d6ffaf7308432be1d44c5 name", - "note": "625d6ffaf7308432be1d44c5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a4182aa3a2b32b5f6e0090", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033f1", - "_tpl": "63a0b2eabea67a6d93009e52", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033f2", - "_tpl": "63a0b2eabea67a6d93009e52", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033f3", - "_tpl": "63a0b2eabea67a6d93009e52", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033f4", - "_tpl": "63a0b2eabea67a6d93009e52", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033f4", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "id": "63a5720622ea2f078518814c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033f6", - "_tpl": "63a0b2eabea67a6d93009e52", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a721033f6", - "traderId": 10, - "type": "ProductionScheme", "unknown": false - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5d4c7b7f4570d3a29279e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 19100 }, { "availableInGameEditions": [], - "id": "63a5d4cf08f1f305635502f0", + "value": 0.03, + "id": "60cc79787c496e588343a6e2", + "type": "TraderStanding", "index": 0, "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d6ffaf7308432be1d44c5 startedMessageText", - "status": 0, - "successMessageText": "625d6ffaf7308432be1d44c5 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "625d6ffcaa168e51321d69d7": { - "QuestName": "Assessment - Part 1", - "_id": "625d6ffcaa168e51321d69d7", - "acceptPlayerMessage": "625d6ffcaa168e51321d69d7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d6ffcaa168e51321d69d7 changeQuestMessageText", - "completePlayerMessage": "625d6ffcaa168e51321d69d7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "625ed2ac1ed3bb5bcc5bd9e7", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "625ed2ceaa168e51321d69d8", - "zoneIds": [ - "meh_44_eastLight_kill" - ] - } - ], - "id": "625ed292c4874104f230c0c9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "625ed292c4874104f230c0c8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e26cf8e5dd32bf4e3ab6", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "625d6ffaf7308432be1d44c5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "625d6ffcaa168e51321d69d7 declinePlayerMessage", - "description": "625d6ffcaa168e51321d69d7 description", - "failMessageText": "625d6ffcaa168e51321d69d7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab1282435ab5742b4e40ac.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "625d6ffcaa168e51321d69d7 name", - "note": "625d6ffcaa168e51321d69d7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5d4dd2b25f7513905c809", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 23500 - }, - { - "availableInGameEditions": [], - "id": "63a5d4e517cca5622401e0f4", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d6ffcaa168e51321d69d7 startedMessageText", - "status": 0, - "successMessageText": "625d6ffcaa168e51321d69d7 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "625d6fff4149f1149b5b12c9": { - "QuestName": "Assessment - Part 2", - "_id": "625d6fff4149f1149b5b12c9", - "acceptPlayerMessage": "625d6fff4149f1149b5b12c9 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d6fff4149f1149b5b12c9 changeQuestMessageText", - "completePlayerMessage": "625d6fff4149f1149b5b12c9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602852c48e6c62a440fab6", - "index": 0, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_45_radio_area_mark_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602858efebc4442a7b3876", - "index": 1, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_45_radio_area_mark_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6260285c1ed3bb5bcc5bd9e8", - "index": 2, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_45_radio_area_mark_3" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "638643e03674202b7d07c9e5", - "index": 3, - "parentId": "", - "plantTime": 10, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "meh_45_radio_area_mark_4" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e28aee79ee703e3012e7", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "625d6ffcaa168e51321d69d7", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "625d6fff4149f1149b5b12c9 declinePlayerMessage", - "description": "625d6fff4149f1149b5b12c9 description", - "failMessageText": "625d6fff4149f1149b5b12c9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "625d6fff4149f1149b5b12c9 name", - "note": "625d6fff4149f1149b5b12c9 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5d4f40aa9fb29da61b5ea", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 24200 - }, - { - "availableInGameEditions": [], - "id": "63a5d4fab7f4570d3a29279f", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d6fff4149f1149b5b12c9 startedMessageText", - "status": 0, - "successMessageText": "625d6fff4149f1149b5b12c9 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "625d7001c4874104f230c0c5": { - "QuestName": "Assessment - Part 3", - "_id": "625d7001c4874104f230c0c5", - "acceptPlayerMessage": "625d7001c4874104f230c0c5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d7001c4874104f230c0c5 changeQuestMessageText", - "completePlayerMessage": "625d7001c4874104f230c0c5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "626029cda4eb80027c4f2e0c", - "resetOnSessionEnd": false, - "savageRole": [ - "pmcBot" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "626029d8f7308432be1d44c8", - "target": [ - "laboratory" - ] - } - ], - "id": "6260295faa168e51321d69da" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6260295faa168e51321d69d9", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 7, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602aaff7308432be1d44c9", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0e531286f7747fa54205c2" - ], - "value": 15, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602a37c4874104f230c0ca", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c0e531d86f7747fa23f4d42" - ], - "value": 5, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602a44e7578c305945c9c5", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5fca13ca637ee0341a484f46" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e29e4b15ca31f76bc328", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "625d6fff4149f1149b5b12c9", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "625d7001c4874104f230c0c5 declinePlayerMessage", - "description": "625d7001c4874104f230c0c5 description", - "failMessageText": "625d7001c4874104f230c0c5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab1047160cc610ba035e05.jpg", - "instantComplete": false, - "isKey": false, - "location": "5b0fc42d86f7744a585f9105", - "name": "625d7001c4874104f230c0c5 name", - "note": "625d7001c4874104f230c0c5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5d5122964a7488f5243dc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 24800 - }, - { - "availableInGameEditions": [], - "id": "63a5d53f2964a7488f5243dd", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d7001c4874104f230c0c5 startedMessageText", - "status": 0, - "successMessageText": "625d7001c4874104f230c0c5 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "625d70031ed3bb5bcc5bd9e5": { - "QuestName": "Key to the Tower", - "_id": "625d70031ed3bb5bcc5bd9e5", - "acceptPlayerMessage": "625d70031ed3bb5bcc5bd9e5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d70031ed3bb5bcc5bd9e5 changeQuestMessageText", - "completePlayerMessage": "625d70031ed3bb5bcc5bd9e5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602b061ed3bb5bcc5bd9ea", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e366c186f7741778269d85" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602b0ea4eb80027c4f2e0e", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5734795124597738002c6176" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602b17f7308432be1d44ca", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d0376a486f7747d8050965c" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602b1ec4874104f230c0cb", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c052f6886f7746b1e3db148" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602b26e7578c305945c9c6", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b304286f774253763a528" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "633d8b5dbc99da1cf0685f36", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6399f54b0a36db13c823ad21" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "633d8b77f2ab4f3f095029d6", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6399f54b0a36db13c823ad21" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 86400, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e2be8ba6894d155e77e0", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "625d7001c4874104f230c0c5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "625d70031ed3bb5bcc5bd9e5 declinePlayerMessage", - "description": "625d70031ed3bb5bcc5bd9e5 description", - "failMessageText": "625d70031ed3bb5bcc5bd9e5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab4381e4bbb01db226bce5.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "625d70031ed3bb5bcc5bd9e5 name", - "note": "625d70031ed3bb5bcc5bd9e5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5d54c08f1f305635502f1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30500 - }, - { - "availableInGameEditions": [], - "id": "63a5d5511031ac76fe773a7f", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d70031ed3bb5bcc5bd9e5 startedMessageText", - "status": 0, - "successMessageText": "625d70031ed3bb5bcc5bd9e5 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "625d7005a4eb80027c4f2e09": { - "QuestName": "Knock-Knock", - "_id": "625d7005a4eb80027c4f2e09", - "acceptPlayerMessage": "625d7005a4eb80027c4f2e09 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d7005a4eb80027c4f2e09 changeQuestMessageText", - "completePlayerMessage": "625d7005a4eb80027c4f2e09 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ab618d1287ef0b827d0c92", - "target": "meh_48_transponder_area_check_1", - "value": 1 - } - ], - "id": "63ab617b87413d64ae0ac211" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ab617b87413d64ae0ac210", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "62602c94f7308432be1d44cb", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "62602ca2c4874104f230c0cc", - "target": [ - "Lighthouse" - ] - } - ], - "id": "62602c89a4eb80027c4f2e10" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62602c89a4eb80027c4f2e0f", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Experience", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ab61c7e842787ad2135717", - "target": "63ab617b87413d64ae0ac210" - } - ] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "625d7005a4eb80027c4f2e09 declinePlayerMessage", - "description": "625d7005a4eb80027c4f2e09 description", - "failMessageText": "625d7005a4eb80027c4f2e09 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61ab4381e4bbb01db226bce5.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "625d7005a4eb80027c4f2e09 name", - "note": "625d7005a4eb80027c4f2e09 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a56cfb92070115fa195529", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034fa", - "_tpl": "62e910aaf957f2915e0a5e36", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034fa", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5d5b40aa9fb29da61b5eb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 31300 - }, - { - "availableInGameEditions": [], - "id": "63a5d56d08f1f305635502f2", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "id": "639c6664ffadd8b53200331a", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": true, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d7005a4eb80027c4f2e09 startedMessageText", - "status": 0, - "successMessageText": "625d7005a4eb80027c4f2e09 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "625d700cc48e6c62a440fab5": { - "QuestName": "Getting Acquainted", - "_id": "625d700cc48e6c62a440fab5", - "acceptPlayerMessage": "625d700cc48e6c62a440fab5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "625d700cc48e6c62a440fab5 changeQuestMessageText", - "completePlayerMessage": "625d700cc48e6c62a440fab5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e2f9e705511c8a4a1b85", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6331bb0d1aa9f42b804997a6" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e31bfa894f0a866afdec", - "index": 1, - "isEncoded": true, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "62e910aaf957f2915e0a5e36" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6391e3c686e646067c176a93", - "target": "6391e2f9e705511c8a4a1b85" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e329c115f907b14700b1", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6331bb0d1aa9f42b804997a6" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6391e3ceee79ee703e3012e9", - "target": "6391e31bfa894f0a866afdec" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ab7284972364554162a236", - "target": "meh_50_visit_area_check_1", - "value": 1 - } - ], - "id": "63ab727b1287ef0b827d0c96" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ab727b1287ef0b827d0c95", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ab72bde842787ad213571e", - "target": "6391e329c115f907b14700b1" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e2ea744e45201147080e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "625d7005a4eb80027c4f2e09", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "compareMethod": "<=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639c6674eb92d6238e058dea", - "index": 0, - "parentId": "", - "target": "638f541a29ffd1183d187f57", - "value": 0, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "625d700cc48e6c62a440fab5 declinePlayerMessage", - "description": "625d700cc48e6c62a440fab5 description", - "failMessageText": "625d700cc48e6c62a440fab5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab130a160cc610ba035e08.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "625d700cc48e6c62a440fab5 name", - "note": "625d700cc48e6c62a440fab5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "63a6c60b0aa9fb29da61c11c", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": -0.1 - } - ], - "Started": [ - { - "availableInGameEditions": [], - "id": "6399f098dbf1d842d260ccc1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034aa", - "_tpl": "62e910aaf957f2915e0a5e36", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721034aa", - "traderId": 11, - "type": "ProductionScheme", - "unknown": true - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67e82981edc979c198ed8848", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034ac", - "_tpl": "6331bb0d1aa9f42b804997a6", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034ac", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5d5c60530a47cb931854e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "id": "63a5d5ce4610fa47416d8f00", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "625d700cc48e6c62a440fab5 startedMessageText", - "status": 0, - "successMessageText": "625d700cc48e6c62a440fab5 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "626148251ed3bb5bcc5bd9ed": { - "QuestName": "Make Amends - Buyout", - "_id": "626148251ed3bb5bcc5bd9ed", - "acceptPlayerMessage": "626148251ed3bb5bcc5bd9ed acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "626148251ed3bb5bcc5bd9ed changeQuestMessageText", - "completePlayerMessage": "626148251ed3bb5bcc5bd9ed completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62616a9ca4eb80027c4f2e12", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5449016a4bdc2d6f028b456f" - ], - "value": 1000000, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": "<=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63c909122a5ab7dd5d057ff1", - "index": 1, - "parentId": "", - "target": "638f541a29ffd1183d187f57", - "value": 0, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639c6708dae1800a3e1359af", - "index": 0, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "625d700cc48e6c62a440fab5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "626148251ed3bb5bcc5bd9ed declinePlayerMessage", - "description": "626148251ed3bb5bcc5bd9ed description", - "failMessageText": "626148251ed3bb5bcc5bd9ed failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "626148251ed3bb5bcc5bd9ed name", - "note": "626148251ed3bb5bcc5bd9ed note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63ab697e87413d64ae0ac213", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "626148251ed3bb5bcc5bd9ed startedMessageText", - "status": 0, - "successMessageText": "626148251ed3bb5bcc5bd9ed successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Loyalty" - }, - "6261482fa4eb80027c4f2e11": { - "QuestName": "Make Amends - Equipment", - "_id": "6261482fa4eb80027c4f2e11", - "acceptPlayerMessage": "6261482fa4eb80027c4f2e11 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6261482fa4eb80027c4f2e11 changeQuestMessageText", - "completePlayerMessage": "6261482fa4eb80027c4f2e11 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62616b17e7578c305945c9c9", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c46fbd72e2216398b5a8c9c" - ], - "value": 4, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e1aae705511c8a4a1b82", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "626148251ed3bb5bcc5bd9ed", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6261482fa4eb80027c4f2e11 declinePlayerMessage", - "description": "6261482fa4eb80027c4f2e11 description", - "failMessageText": "6261482fa4eb80027c4f2e11 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6261482fa4eb80027c4f2e11 name", - "note": "6261482fa4eb80027c4f2e11 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63ab698b3606f31cf40e5ae0", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6261482fa4eb80027c4f2e11 startedMessageText", - "status": 0, - "successMessageText": "6261482fa4eb80027c4f2e11 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "626bd75b05f287031503c7f6": { - "QuestName": "Drug Trafficking", - "_id": "626bd75b05f287031503c7f6", - "acceptPlayerMessage": "626bd75b05f287031503c7f6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "626bd75b05f287031503c7f6 changeQuestMessageText", - "completePlayerMessage": "626bd75b05f287031503c7f6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac211eb4313a7bac606751", - "target": "qlight_extension_medic1_exploration1", - "value": 1 - } - ], - "id": "63ac210b1287ef0b827d0cb9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac210b1287ef0b827d0cb8", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "626c3010a371ee3a7a3514cb", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ac2151972364554162a27c", - "target": "63ac210b1287ef0b827d0cb8" - } - ], - "zoneId": "qlight_extension_medic1_hide1" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a086f9a04c0c5c6e0a8461", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6179afd0bca27a099552e040", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "626bd75b05f287031503c7f6 declinePlayerMessage", - "description": "626bd75b05f287031503c7f6 description", - "failMessageText": "626bd75b05f287031503c7f6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/628b7dcb543b5b2ab574b759.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "626bd75b05f287031503c7f6 name", - "note": "626bd75b05f287031503c7f6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "629a2651c8a89b01e62c9cb0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7500 - }, - { - "availableInGameEditions": [], - "id": "62b041ffc0467b255e25ae25", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "628b8495e62b673350065194", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103350", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 45000 - } - } - ], - "target": "67eb506040b1947a72103350", - "type": "Item", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629a27fb22a49963127533c7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103352", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103352", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629a28046c1cee6ff430241c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103354", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103354", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629a280f4dec5d194e450344", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103356", - "_tpl": "5c0e533786f7747fa23f4d47", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103356", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "626bd75b05f287031503c7f6 startedMessageText", - "status": 0, - "successMessageText": "626bd75b05f287031503c7f6 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "626bd75c71bd851e971b82a5": { - "QuestName": "Reconnaissance", - "_id": "626bd75c71bd851e971b82a5", - "acceptPlayerMessage": "626bd75c71bd851e971b82a5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "626bd75c71bd851e971b82a5 changeQuestMessageText", - "completePlayerMessage": "626bd75c71bd851e971b82a5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac1bad3606f31cf40e5b09", - "target": "qlight_extension_prapor1_exploration1", - "value": 1 - } - ], - "id": "63ac1b741b5c95746621ddb5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac1b741b5c95746621ddb4", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac1bf576588f3cf341c48a", - "target": "qlight_extension_prapor1_exploration2", - "value": 1 - } - ], - "id": "63ac1bd387413d64ae0ac22c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac1bd387413d64ae0ac22b", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac1c6d1b5c95746621ddb6", - "target": "qlight_extension_prapor1_exploration3", - "value": 1 - } - ], - "id": "63ac1c56972364554162a25f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac1c56972364554162a25e", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "62987d4ae8590f3a3d59c576", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "62987d563eda4144a107df66", - "target": [ - "Lighthouse" - ] - } - ], - "id": "62987d43b7bd956bd62a09b4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62987d43b7bd956bd62a09b3", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ac1ccf87413d64ae0ac22d", - "target": "63ac1b741b5c95746621ddb4" - }, - { - "conditionType": "CompleteCondition", - "id": "63ac1cd6160cc610ba035e24", - "target": "63ac1bd387413d64ae0ac22b" - }, - { - "conditionType": "CompleteCondition", - "id": "63ac1cddde609574d97adf7a", - "target": "63ac1c56972364554162a25e" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a086d94f842e1bd12d9d52", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6179ac7511973d018217d0b9", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "626bd75c71bd851e971b82a5 declinePlayerMessage", - "description": "626bd75c71bd851e971b82a5 description", - "failMessageText": "626bd75c71bd851e971b82a5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/628b7e7891064964577fa849.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "626bd75c71bd851e971b82a5 name", - "note": "626bd75c71bd851e971b82a5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "629a2612ba572149462ce8d5", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18000 - }, - { - "availableInGameEditions": [], - "id": "62b04323e8d7bd02f46770e5", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "628b849de43d1600542c97e8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033c9", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 155000 - } - } - ], - "target": "67eb506040b1947a721033c9", - "type": "Item", - "unknown": false, - "value": 155000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629a282ec4f2b6788102f55b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033d6", - "_tpl": "5f5f41476bdad616ad46d631", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721033d7", - "_tpl": "65731b46cea9255e2102360a", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033d8", - "_tpl": "65731b4fcea9255e2102360e", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033d9", - "_tpl": "65731b576e709cddd001ec3f", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033da", - "_tpl": "65731b60ff6dc44a7d068c4a", - "parentId": "67eb506040b1947a721033d6", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033db", - "_tpl": "65731b666e709cddd001ec43", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033dc", - "_tpl": "65731b716e709cddd001ec47", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033dd", - "_tpl": "65731b6b6042b0f210020ef6", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033de", - "_tpl": "656f664200d62bcd2e024077", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033df", - "_tpl": "654a4f8bc721968a4404ef18", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033e0", - "_tpl": "654a4f8bc721968a4404ef18", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721033e1", - "_tpl": "657b2797c3dbcb01d60c35ea", - "parentId": "67eb506040b1947a721033d6", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721033d6", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629a283f38b22857d2665541", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033e3", - "_tpl": "603409c80ca681766b6a0fb2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721033e3", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "657fbd97c6679fefb3051e42", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721033e4", - "_tpl": "656f664200d62bcd2e024077" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721033e4", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "626bd75c71bd851e971b82a5 startedMessageText", - "status": 0, - "successMessageText": "626bd75c71bd851e971b82a5 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Exploration" - }, - "626bd75d5bef5d7d590bd415": { - "QuestName": "Top Secret", - "_id": "626bd75d5bef5d7d590bd415", - "acceptPlayerMessage": "626bd75d5bef5d7d590bd415 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "626bd75d5bef5d7d590bd415 changeQuestMessageText", - "completePlayerMessage": "626bd75d5bef5d7d590bd415 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac1a0de842787ad2135749", - "target": "qlight_extension_bariga1_exploration1", - "value": 1 - } - ], - "id": "63ac19f9de609574d97adf79" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac19f9de609574d97adf78", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62863b9ae5b4f5010e0d30c8", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "628393620d8524273e7eb028" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "626c30c55bef5d7d590bd41b", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "628393620d8524273e7eb028" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a0871caf34e73a266d9257", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6179b4f16e9dd54ac275e407", - "visibilityConditions": [] - }, - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 3600, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a4512522ea2f0785180f17", - "index": 1, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "625d700cc48e6c62a440fab5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "626bd75d5bef5d7d590bd415 declinePlayerMessage", - "description": "626bd75d5bef5d7d590bd415 description", - "failMessageText": "626bd75d5bef5d7d590bd415 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/628b802d50261e312a790512.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "626bd75d5bef5d7d590bd415 name", - "note": "626bd75d5bef5d7d590bd415 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ { "availableInGameEditions": [], - "id": "629a25f9f632c75004231ed0", + "value": 50000, + "id": "5b4876c786f7746eb62fc13a", + "type": "Item", "index": 0, - "type": "Experience", + "target": "68010065f81036801d0b255a", "unknown": false, - "value": 11700 - }, - { - "availableInGameEditions": [], - "id": "62b043974fe91b6f8628068e", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], "findInRaid": false, - "id": "628b84a6e62b673350065195", - "index": 0, "items": [ { - "_id": "67eb506040b1947a7210330a", + "_id": "68010065f81036801d0b255a", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a7210330a", - "type": "Item", - "unknown": false, - "value": 50000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "629a286355d6b6603224edd6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210330b", - "_tpl": "628a60ae6b1d481ff772e9c8", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210330c", - "_tpl": "628a83c29179c324ed269508", - "parentId": "67eb506040b1947a7210330b", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a7210330d", - "_tpl": "628a66b41d5e41750e314f34", - "parentId": "67eb506040b1947a7210330b", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210330e", - "_tpl": "628a664bccaab13006640e47", - "parentId": "67eb506040b1947a7210330b", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210330f", - "_tpl": "628a665a86cbd9750d2ff5e5", - "parentId": "67eb506040b1947a7210330b", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103310", - "_tpl": "628a7b23b0f75035732dd565", - "parentId": "67eb506040b1947a7210330b", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103311", - "_tpl": "628a6678ccaab13006640e49", - "parentId": "67eb506040b1947a7210330b", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72103312", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72103311", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103313", - "_tpl": "628a85ee6b1d481ff772e9d5", - "parentId": "67eb506040b1947a72103312", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72103314", - "_tpl": "59d625f086f774661516605d", - "parentId": "67eb506040b1947a7210330b", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a7210330b", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629a2881e8590f3a3d59ea9d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103316", - "_tpl": "6272874a6c47bd74f92e2087", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103317", - "_tpl": "6272874a6c47bd74f92e2087", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103317", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "629a289640f4512cc6491db7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210331a", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210331b", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a7210331a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210331c", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210331d", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a7210331c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210331e", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210331f", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a7210331e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a7210331e", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "626bd75d5bef5d7d590bd415 startedMessageText", - "status": 0, - "successMessageText": "626bd75d5bef5d7d590bd415 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Exploration" - }, - "626bd75e47ea7f506e5493c5": { - "QuestName": "Broadcast - Part 1", - "_id": "626bd75e47ea7f506e5493c5", - "acceptPlayerMessage": "626bd75e47ea7f506e5493c5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "626bd75e47ea7f506e5493c5 changeQuestMessageText", - "completePlayerMessage": "626bd75e47ea7f506e5493c5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac2332dd6923311c7d1828", - "target": "qlight_extension_mechanik1_exploration1", - "value": 1 - } - ], - "id": "63ac232087413d64ae0ac23d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac232087413d64ae0ac23c", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "626c3158a371ee3a7a3514cc", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5ac78a9b86f7741cca0bbd8d" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ac235c87413d64ae0ac24d", - "target": "63ac232087413d64ae0ac23c" - } - ], - "zoneId": "qlight_extension_mechanik1_hide1" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a0872f4f842e1bd12d9d53", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3460c86f7742880308185", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "626bd75e47ea7f506e5493c5 declinePlayerMessage", - "description": "626bd75e47ea7f506e5493c5 description", - "failMessageText": "626bd75e47ea7f506e5493c5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/628b805544430c635d52a888.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "626bd75e47ea7f506e5493c5 name", - "note": "626bd75e47ea7f506e5493c5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "629a264a55d6b6603224edd4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6700 - }, - { - "availableInGameEditions": [], - "id": "62b0433f4fe91b6f8628068c", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "628b84ade43d1600542c97e9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f4c", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 650 - } - } - ], - "target": "67eb506040b1947a72102f4c", + "id": "5b4876d886f7744a14343af4", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b255c", "unknown": false, - "value": 650 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "629a290955d6b6603224edd7", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72102f4e", - "_tpl": "60391a8b3364dc22b04d0ce5", + "_id": "68010065f81036801d0b255c", + "_tpl": "5b3b99475acfc432ff4dcbee", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72102f4e", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "629a29124dec5d194e450345", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102f50", - "_tpl": "590c31c586f774245e3141b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102f50", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "626bd75e47ea7f506e5493c5 startedMessageText", - "status": 0, - "successMessageText": "626bd75e47ea7f506e5493c5 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "626bdcc3a371ee3a7a3514c5": { - "QuestName": "Stray Dogs", - "_id": "626bdcc3a371ee3a7a3514c5", - "acceptPlayerMessage": "626bdcc3a371ee3a7a3514c5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "626bdcc3a371ee3a7a3514c5 changeQuestMessageText", - "completePlayerMessage": "626bdcc3a371ee3a7a3514c5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "628b8cc33410a5374258f327", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKnight" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "626c317e05f287031503c7fe" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "626c317e05f287031503c7fd", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "628b8d0a60162a479662e097", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBigPipe" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "626c318147ea7f506e5493c8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "626c318147ea7f506e5493c7", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "628b8d2560162a479662e098", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBirdEye" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "626c3183af14a41d9a1f4ea8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "626c3183af14a41d9a1f4ea7", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "62a08749af34e73a266d9258", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2c386f77443e7549029", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64b67aa58b66a1647d0a4757", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2ee86f77443e35162ea", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64b67aab7c279021d06569f7", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2e286f77444001e2e48", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64b677f57c279021d06569f6", - "index": 3, - "parentId": "", - "value": 35, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "626bdcc3a371ee3a7a3514c5 declinePlayerMessage", - "description": "626bdcc3a371ee3a7a3514c5 description", - "failMessageText": "626bdcc3a371ee3a7a3514c5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61abc9240b56a53df32c6865.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "626bdcc3a371ee3a7a3514c5 name", - "note": "626bdcc3a371ee3a7a3514c5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "629a2608e8590f3a3d59ea9c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "id": "62b0436755426a3430409ff1", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "628b84ba444aae583b55fb4b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210325f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 230000 - } - } - ], - "target": "67eb506040b1947a7210325f", + "id": "639af87d5573fd6cc27d9977", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b255e", "unknown": false, - "value": 230000 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "64b6797958b5637e2d71a654", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103260", - "_tpl": "5fc22d7c187fea44d52eda44", + "_id": "68010065f81036801d0b255e", + "_tpl": "615d8f8567085e45ef1409ca", "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } - }, - { - "_id": "67eb506040b1947a72103261", - "_tpl": "57c55efc2459772d2c6271e7", - "parentId": "67eb506040b1947a72103260", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103262", - "_tpl": "5fc23426900b1d5091531e15", - "parentId": "67eb506040b1947a72103260", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103263", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72103260", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a72103264", - "_tpl": "5fc2369685fd526b824a5713", - "parentId": "67eb506040b1947a72103263", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72103265", - "_tpl": "5fc278107283c4046c581489", - "parentId": "67eb506040b1947a72103260", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103266", - "_tpl": "5fc23678ab884124df0cd590", - "parentId": "67eb506040b1947a72103265", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103267", - "_tpl": "5fc23636016cce60e8341b05", - "parentId": "67eb506040b1947a72103266", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103268", - "_tpl": "5fc2360f900b1d5091531e19", - "parentId": "67eb506040b1947a72103266", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103269", - "_tpl": "5fc235db2770a0045c59c683", - "parentId": "67eb506040b1947a72103265", - "slotId": "mod_handguard" } - ], - "target": "67eb506040b1947a72103260", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "64b679909c029513997be928", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210326b", - "_tpl": "5fc23426900b1d5091531e15", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210326c", - "_tpl": "5fc23426900b1d5091531e15", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210326c", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b679a3d5dd0711c53a8155", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210326f", - "_tpl": "657023ccbfc87b3a3409320a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103270", - "_tpl": "5fc275cf85fd526b824a571a", - "parentId": "67eb506040b1947a7210326f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a7210326f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64b679b83e349c7dbd06bd15", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103272", - "_tpl": "5d235bb686f77443f4331278", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103272", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "626bdcc3a371ee3a7a3514c5 startedMessageText", - "status": 0, - "successMessageText": "626bdcc3a371ee3a7a3514c5 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "638fcd23dc65553116701d33": { - "QuestName": "Audit", - "_id": "638fcd23dc65553116701d33", - "acceptPlayerMessage": "638fcd23dc65553116701d33 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "638fcd23dc65553116701d33 changeQuestMessageText", - "completePlayerMessage": "638fcd23dc65553116701d33 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "638fd070202cd55bee01ca11", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "63a943cead5cc12f22161ff7" - ], "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "638fd0805e5a195d2c443754", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "63a943cead5cc12f22161ff7" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78742ee7b4d0d5507bade", + "id": "639af88b7c898a131e1cff85", + "type": "Item", "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448a386f7744d3730fff0", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a787505199ab1f7d4a773b", - "index": 1, - "parentId": "", - "value": 17, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "638fcd23dc65553116701d33 declinePlayerMessage", - "description": "638fcd23dc65553116701d33 description", - "failMessageText": "638fcd23dc65553116701d33 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a944c0c593cc01b3713331.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "638fcd23dc65553116701d33 name", - "note": "638fcd23dc65553116701d33 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639eed9681b99001240bbe7e", - "index": 0, - "type": "Experience", + "target": "68010065f81036801d0b2560", "unknown": false, - "value": 8700 - }, - { - "availableInGameEditions": [], - "id": "63a78777cc389e31a64596cc", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a7876c27a4ff476e6dd0bc", - "index": 0, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103cc4", - "_tpl": "5449016a4bdc2d6f028b456f", + "_id": "68010065f81036801d0b2560", + "_tpl": "615d8f5dd92c473c770212ef", "upd": { - "StackObjectsCount": 200000 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103cc4", - "type": "Item", - "unknown": false, - "value": 200000 + ] }, { "availableInGameEditions": [], - "id": "655b874cb71eeb7c4168c633", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cc5", - "_tpl": "5c0e51be86f774598e797894" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103cc5", - "traderId": "5ac3b934156ae10c4430e83c", + "id": "5b48e79886f774517c2e658b", "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "638fcd23dc65553116701d33 startedMessageText", - "status": 0, - "successMessageText": "638fcd23dc65553116701d33 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "639135534b15ca31f76bc317": { - "QuestName": "Your Car Needs a Service", - "_id": "639135534b15ca31f76bc317", - "acceptPlayerMessage": "639135534b15ca31f76bc317 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135534b15ca31f76bc317 changeQuestMessageText", - "completePlayerMessage": "639135534b15ca31f76bc317 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135534b15ca31f76bc318", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638cbb3ba63f1b49be6a300e" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135534b15ca31f76bc319", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638cbb3ba63f1b49be6a300e" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a793ac5c2012425132e353", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "61958c366726521dd96828ec", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a793b527a4ff476e6dd0c9", - "index": 1, - "parentId": "", - "value": 35, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135534b15ca31f76bc317 declinePlayerMessage", - "description": "639135534b15ca31f76bc317 description", - "failMessageText": "639135534b15ca31f76bc317 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a93845813bba58a50c9e95.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135534b15ca31f76bc317 name", - "note": "639135534b15ca31f76bc317 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a79406f32fa1316250c3d0", "index": 0, + "target": "68010065f81036801d0b2561", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103d97", - "_tpl": "63a399193901f439517cafb6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d97", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a793d227a4ff476e6dd0ca", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 31400 - }, - { - "availableInGameEditions": [], - "id": "63a793dbee7b4d0d5507baeb", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a793e7f32fa1316250c3cf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d99", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1000 - } - } - ], - "target": "67eb506040b1947a72103d99", - "type": "Item", - "unknown": false, - "value": 1000 - }, - { - "availableInGameEditions": [], - "id": "655b7515769de97e1d62d118", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d9b", - "_tpl": "54527ac44bdc2d36668b4567", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72103d9c", - "_tpl": "54527ac44bdc2d36668b4567", - "upd": { - "StackObjectsCount": 60 - } + "_id": "68010065f81036801d0b2561", + "_tpl": "5b07dd285acfc4001754240d" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72103d9c", - "traderId": 10, - "type": "ProductionScheme", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135534b15ca31f76bc317 startedMessageText", - "status": 0, - "successMessageText": "639135534b15ca31f76bc317 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Completion" - }, - "6391359b9444fb141f4e6ee6": { - "QuestName": "Youve Got Mail", - "_id": "6391359b9444fb141f4e6ee6", - "acceptPlayerMessage": "6391359b9444fb141f4e6ee6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6391359b9444fb141f4e6ee6 changeQuestMessageText", - "completePlayerMessage": "6391359b9444fb141f4e6ee6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391359b9444fb141f4e6ee7", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638cbc68a63f1b49be6a3010" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391359b9444fb141f4e6ee8", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638cbc68a63f1b49be6a3010" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639eeea92a994a11600df108", - "target": "6391359b9444fb141f4e6ee7" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a76ed704d3dc28a52a20e7", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59675ea386f77414b32bded2", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a76ee7ee7b4d0d5507bad7", - "index": 1, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6391359b9444fb141f4e6ee6 declinePlayerMessage", - "description": "6391359b9444fb141f4e6ee6 description", - "failMessageText": "6391359b9444fb141f4e6ee6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aaf76c435ab5742b4e4092.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "6391359b9444fb141f4e6ee6 name", - "note": "6391359b9444fb141f4e6ee6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6391f9a1f8e5dd32bf4e3ab8", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4800 + "traderId": "5a7c2eca46aef81a7ca2145d" }, { "availableInGameEditions": [], - "id": "63a76f1b04d3dc28a52a20e8", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a76f75ee7b4d0d5507bad8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c14", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 28000 - } - } - ], - "target": "67eb506040b1947a72103c14", - "type": "Item", - "unknown": false, - "value": 28000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a76fa45199ab1f7d4a7736", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c19", - "_tpl": "5a7c4850e899ef00150be885", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c1a", - "_tpl": "657baaf0b7e9ca9a02045c02", - "parentId": "67eb506040b1947a72103c19", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c1b", - "_tpl": "657bab6ec6f689d3a205b85f", - "parentId": "67eb506040b1947a72103c19", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c1c", - "_tpl": "657babc6f58ba5a6250107a2", - "parentId": "67eb506040b1947a72103c19", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103c19", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a76fb104d3dc28a52a20e9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c1f", - "_tpl": "57372ac324597767001bc261", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c20", - "_tpl": "56dfef82d2720bbd668b4567", - "parentId": "67eb506040b1947a72103c1f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a72103c1f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b80864343a16d2e04766f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c21", - "_tpl": "57372140245977611f70ee91" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103c21", - "traderId": "54cb50c76803fa8b248b4571", + "id": "63a19d1ad6d4651e53602aec", "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6391359b9444fb141f4e6ee6 startedMessageText", - "status": 0, - "successMessageText": "6391359b9444fb141f4e6ee6 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "639135a7e705511c8a4a1b78": { - "QuestName": "Ballet Lover", - "_id": "639135a7e705511c8a4a1b78", - "acceptPlayerMessage": "639135a7e705511c8a4a1b78 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135a7e705511c8a4a1b78 changeQuestMessageText", - "completePlayerMessage": "639135a7e705511c8a4a1b78 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7da8b3e491955e65fb88a", - "target": "quest_zone_c5_mar", - "value": 1 - } - ], - "id": "63a7da6f5199ab1f7d4a774b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7da6f5199ab1f7d4a774a", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "63a7dab6ee7b4d0d5507baf7", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a7dad85199ab1f7d4a774c", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63a7daae04d3dc28a52a210a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7daae04d3dc28a52a2109", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7db0404d3dc28a52a210b", - "target": "63a7da6f5199ab1f7d4a774a" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78928ee7b4d0d5507bae1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "638fcd23dc65553116701d33", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7893410b7a13eb015960e", - "index": 1, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135a7e705511c8a4a1b78 declinePlayerMessage", - "description": "639135a7e705511c8a4a1b78 description", - "failMessageText": "639135a7e705511c8a4a1b78 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab032d435ab5742b4e40aa.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135a7e705511c8a4a1b78 name", - "note": "639135a7e705511c8a4a1b78 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639729d480af270b6c22406a", - "index": 0, - "type": "Experience", + "target": "68010065f81036801d0b2562", "unknown": false, - "value": 10700 - }, - { - "availableInGameEditions": [], - "id": "63a78967cc389e31a64596ce", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a78978ee7b4d0d5507bae2", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103cf9", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 66000 - } - } - ], - "target": "67eb506040b1947a72103cf9", - "type": "Item", - "unknown": false, - "value": 66000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a789b3f32fa1316250c3c9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d01", - "_tpl": "61bc85697113f767765c7fe7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d02", - "_tpl": "6572fc809a866b80ab07eb59", - "parentId": "67eb506040b1947a72103d01", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103d03", - "_tpl": "6572fc8c9a866b80ab07eb5d", - "parentId": "67eb506040b1947a72103d01", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103d04", - "_tpl": "6572fc989a866b80ab07eb61", - "parentId": "67eb506040b1947a72103d01", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103d05", - "_tpl": "6572fca39a866b80ab07eb65", - "parentId": "67eb506040b1947a72103d01", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103d06", - "_tpl": "656fad8c498d1b7e3e071da0", - "parentId": "67eb506040b1947a72103d01", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103d07", - "_tpl": "656fad8c498d1b7e3e071da0", - "parentId": "67eb506040b1947a72103d01", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103d01", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b87781fe356507267b2fb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d08", - "_tpl": "5c0e446786f7742013381639" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103d08", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135a7e705511c8a4a1b78 startedMessageText", - "status": 0, - "successMessageText": "639135a7e705511c8a4a1b78 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "639135b04ed9512be67647d7": { - "QuestName": "Glory to CPSU - Part 1", - "_id": "639135b04ed9512be67647d7", - "acceptPlayerMessage": "639135b04ed9512be67647d7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135b04ed9512be67647d7 changeQuestMessageText", - "completePlayerMessage": "639135b04ed9512be67647d7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7db5c5c2012425132e357", - "target": "quest_zone_c6_kpss", - "value": 1 - } - ], - "id": "63a7db4a3e491955e65fb88c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7db4a3e491955e65fb88b", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639c8cb42a994a11600df100", - "target": [ - "TarkovStreets" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639c8cbf5b759c65a3476544", - "status": [ - "Survived" - ] - } - ], - "id": "639c8c875573fd6cc27d99bc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639c8c875573fd6cc27d99bb", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7db8af32fa1316250c3e1", - "target": "63a7db4a3e491955e65fb88b" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a775b0ee7b4d0d5507bada", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6391359b9444fb141f4e6ee6", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a775bb5199ab1f7d4a7739", - "index": 1, - "parentId": "", - "value": 17, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135b04ed9512be67647d7 declinePlayerMessage", - "description": "639135b04ed9512be67647d7 description", - "failMessageText": "639135b04ed9512be67647d7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a938b387c76a25c912120f.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135b04ed9512be67647d7 name", - "note": "639135b04ed9512be67647d7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a77617cc389e31a64596c8", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7300 - }, - { - "availableInGameEditions": [], - "id": "63a7763a27a4ff476e6dd0b8", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a7762a5c2012425132e345", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c3d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 42000 - } - } - ], - "target": "67eb506040b1947a72103c3d", - "type": "Item", - "unknown": false, - "value": 42000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a777bd04d3dc28a52a20ea", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c3f", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c40", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c40", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135b04ed9512be67647d7 startedMessageText", - "status": 0, - "successMessageText": "639135b04ed9512be67647d7 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "639135bbc115f907b14700a6": { - "QuestName": "Audiophile", - "_id": "639135bbc115f907b14700a6", - "acceptPlayerMessage": "639135bbc115f907b14700a6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135bbc115f907b14700a6 changeQuestMessageText", - "completePlayerMessage": "639135bbc115f907b14700a6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d904f32fa1316250c3dd", - "target": "quest_zone_c7_mel", - "value": 1 - } - ], - "id": "63a7d8f404d3dc28a52a2105" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d8f404d3dc28a52a2104", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135bbc115f907b14700a7", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638df4cc7b560b03794a18d2" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d939f32fa1316250c3de", - "target": "63a7d8f404d3dc28a52a2104" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135bbc115f907b14700a8", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638df4cc7b560b03794a18d2" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d94510b7a13eb0159622", - "target": "639135bbc115f907b14700a7" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78f42ee7b4d0d5507bae6", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135a7e705511c8a4a1b78", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78f4f5199ab1f7d4a7740", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5b478d0f86f7744d190d91b5", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78f611943b749b5021eae", - "index": 2, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135bbc115f907b14700a6 declinePlayerMessage", - "description": "639135bbc115f907b14700a6 description", - "failMessageText": "639135bbc115f907b14700a6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aaf63861d7b024e808d5fb.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135bbc115f907b14700a6 name", - "note": "639135bbc115f907b14700a6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639276bb9444fb141f4e6f21", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17200 - }, - { - "availableInGameEditions": [], - "id": "63a78f77cc389e31a64596d2", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a78f89ee7b4d0d5507bae7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c23", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 87000 - } - } - ], - "target": "67eb506040b1947a72103c23", - "type": "Item", - "unknown": false, - "value": 87000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a78f961943b749b5021eaf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c25", - "_tpl": "59faf7ca86f7740dbe19f6c2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c25", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a78f9c27a4ff476e6dd0c3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c27", - "_tpl": "5d235a5986f77443f6329bc6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c27", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b89b7975a7f3c734661ab", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c28", - "_tpl": "60a3c70cde5f453f634816a3" + "_id": "68010065f81036801d0b2562", + "_tpl": "615d8e9867085e45ef1409c6" } ], "loyaltyLevel": 3, - "target": "67eb506040b1947a72103c28", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135bbc115f907b14700a6 startedMessageText", - "status": 0, - "successMessageText": "639135bbc115f907b14700a6 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "639135c3744e452011470807": { - "QuestName": "House Arrest - Part 1", - "_id": "639135c3744e452011470807", - "acceptPlayerMessage": "639135c3744e452011470807 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135c3744e452011470807 changeQuestMessageText", - "completePlayerMessage": "639135c3744e452011470807 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d779ee7b4d0d5507baf5", - "target": "quest_zone_c8_dom1", - "value": 1 - } - ], - "id": "63a7d767f32fa1316250c3db" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d767f32fa1316250c3da", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "63972c885b2a6108ac2194c8", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63972c9f7ca3af4af11c2eda", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63972c5d61b7754ff93bf3bb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63972c5d61b7754ff93bf3ba", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d7a4ee7b4d0d5507baf6", - "target": "63a7d767f32fa1316250c3da" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a791ad10b7a13eb0159617", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639dbaf17c898a131e1cffff", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a791b51943b749b5021eb2", - "index": 1, - "parentId": "", - "value": 33, - "visibilityConditions": [] + "traderId": "5a7c2eca46aef81a7ca2145d" } ], "Fail": [] }, - "declinePlayerMessage": "639135c3744e452011470807 declinePlayerMessage", - "description": "639135c3744e452011470807 description", - "failMessageText": "639135c3744e452011470807 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aaec53e842787ad21356a3.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135c3744e452011470807 name", - "note": "639135c3744e452011470807 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63972c3ee6675e28b352af49", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 28800 - }, - { - "availableInGameEditions": [], - "id": "63a791e404d3dc28a52a20f5", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a791f21943b749b5021eb3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d2e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 112000 - } - } - ], - "target": "67eb506040b1947a72103d2e", - "type": "Item", - "unknown": false, - "value": 112000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a79206ee7b4d0d5507bae9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d2f", - "_tpl": "5f2a9575926fd9352339381f", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d30", - "_tpl": "5b099ac65acfc400186331e1", - "parentId": "67eb506040b1947a72103d2f", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103d31", - "_tpl": "5f2aa46b878ef416f538b567", - "parentId": "67eb506040b1947a72103d2f", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103d32", - "_tpl": "5f2aa4464b50c14bcf07acdb", - "parentId": "67eb506040b1947a72103d31", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103d33", - "_tpl": "5f2aa47a200e2c0ee46efa71", - "parentId": "67eb506040b1947a72103d2f", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103d34", - "_tpl": "5f2aa493cd375f14e15eea72", - "parentId": "67eb506040b1947a72103d33", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103d35", - "_tpl": "5f2aa49f9b44de6b1b4e68d4", - "parentId": "67eb506040b1947a72103d2f", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103d36", - "_tpl": "5c1780312e221602b66cc189", - "parentId": "67eb506040b1947a72103d35", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103d37", - "_tpl": "5c17804b2e2216152006c02f", - "parentId": "67eb506040b1947a72103d35", - "slotId": "mod_sight_front" - } - ], - "target": "67eb506040b1947a72103d2f", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "639135c3744e452011470807 startedMessageText", - "status": 0, - "successMessageText": "639135c3744e452011470807 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "639135cd8ba6894d155e77cb": { - "QuestName": "House Arrest - Part 2", - "_id": "639135cd8ba6894d155e77cb", - "acceptPlayerMessage": "639135cd8ba6894d155e77cb acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135cd8ba6894d155e77cb changeQuestMessageText", - "completePlayerMessage": "639135cd8ba6894d155e77cb completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7dbd55c2012425132e358", - "target": "quest_zone_c8_dom2", - "value": 1 - } - ], - "id": "63a7dbc31943b749b5021ec4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7dbc31943b749b5021ec3", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7dc2a04d3dc28a52a210c", - "target": "quest_zone_c8_dom2_dead", - "value": 1 - } - ], - "id": "63a7dbefee7b4d0d5507baf9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7dbefee7b4d0d5507baf8", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "63972dbacf1240499d01a016", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63972dc07d365457494a76fa", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63972db222ea23711e21aaab" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63972db222ea23711e21aaaa", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7dc5e1943b749b5021ec5", - "target": "63a7dbefee7b4d0d5507baf8" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7927b5c2012425132e352", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135c3744e452011470807", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7928710b7a13eb0159619", - "index": 1, - "parentId": "", - "value": 33, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135cd8ba6894d155e77cb declinePlayerMessage", - "description": "639135cd8ba6894d155e77cb description", - "failMessageText": "639135cd8ba6894d155e77cb failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab1e59f83fd608393890af.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135cd8ba6894d155e77cb name", - "note": "639135cd8ba6894d155e77cb note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63972dd86ac94c14517cb7ba", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 29200 - }, - { - "availableInGameEditions": [], - "id": "63a792b01943b749b5021eb5", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a792c6ee7b4d0d5507baea", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d0a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 114000 - } - } - ], - "target": "67eb506040b1947a72103d0a", - "type": "Item", - "unknown": false, - "value": 114000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a7930727a4ff476e6dd0c8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d0b", - "_tpl": "5fc3f2d5900b1d5091531e57", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d0c", - "_tpl": "5a718b548dc32e000d46d262", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103d0d", - "_tpl": "5fb6567747ce63734e3fa1dc", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103d0e", - "_tpl": "5fb6564947ce63734e3fa1da", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103d0f", - "_tpl": "5fb6558ad6f0b2136f2d7eb7", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103d10", - "_tpl": "5fbbc366ca32ed67276c1557", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103d11", - "_tpl": "5fbbc34106bde7524f03cbe9", - "parentId": "67eb506040b1947a72103d10", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103d12", - "_tpl": "5fbb976df9986c4cff3fe5f2", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103d13", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103d14", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72103d0b", - "slotId": "mod_mount_002" - } - ], - "target": "67eb506040b1947a72103d0b", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135cd8ba6894d155e77cb startedMessageText", - "status": 0, - "successMessageText": "639135cd8ba6894d155e77cb successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "639135d89444fb141f4e6eea": { - "QuestName": "Population Census", - "_id": "639135d89444fb141f4e6eea", - "acceptPlayerMessage": "639135d89444fb141f4e6eea acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135d89444fb141f4e6eea changeQuestMessageText", - "completePlayerMessage": "639135d89444fb141f4e6eea completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135d89444fb141f4e6eeb", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638e0057ab150a5f56238960" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135d89444fb141f4e6eec", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638e0057ab150a5f56238960" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639ce767dae1800a3e1359b1", - "target": "639135d89444fb141f4e6eeb" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7705ad4153566a07328f7", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5969f9e986f7741dde183a50", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7706bee7b4d0d5507bad9", - "index": 1, - "parentId": "", - "value": 12, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135d89444fb141f4e6eea declinePlayerMessage", - "description": "639135d89444fb141f4e6eea description", - "failMessageText": "639135d89444fb141f4e6eea failMessageText", "gameModes": [], - "image": "/files/quest/icon/63aaeaa987413d64ae0ac1a9.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135d89444fb141f4e6eea name", - "note": "639135d89444fb141f4e6eea note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a770c5cc389e31a64596c6", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6900 - }, - { - "availableInGameEditions": [], - "id": "63a771171f06d111271f5ada", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a770e527a4ff476e6dd0b7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cd4", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a72103cd4", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a7714bf32fa1316250c3c5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cd6", - "_tpl": "544fb45d4bdc2dee738b4568", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103cd7", - "_tpl": "544fb45d4bdc2dee738b4568", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103cd7", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a771535199ab1f7d4a7737", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cd9", - "_tpl": "619cc01e0a7c3a1a2731940c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103cda", - "_tpl": "619cc01e0a7c3a1a2731940c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103cda", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135d89444fb141f4e6eea startedMessageText", - "status": 0, - "successMessageText": "639135d89444fb141f4e6eea successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "639135e0fa894f0a866afde6": { - "QuestName": "Urban Medicine", - "_id": "639135e0fa894f0a866afde6", - "acceptPlayerMessage": "639135e0fa894f0a866afde6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135e0fa894f0a866afde6 changeQuestMessageText", - "completePlayerMessage": "639135e0fa894f0a866afde6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d65a1f06d111271f5aea", - "target": "quest_zone_c11_gmed", - "value": 1 - } - ], - "id": "63a7d64710b7a13eb0159620" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d64710b7a13eb015961f", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135e0fa894f0a866afde7", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "63927b29c115f907b14700b9" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d68dcc389e31a64596de", - "target": "63a7d64710b7a13eb015961f" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135e0fa894f0a866afde8", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "63927b29c115f907b14700b9" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63927c028ba6894d155e77e5", - "target": "639135e0fa894f0a866afde7" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a77a28ee7b4d0d5507badb", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135d89444fb141f4e6eea", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a77a3110b7a13eb0159609", - "index": 1, - "parentId": "", - "value": 17, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135e0fa894f0a866afde6 declinePlayerMessage", - "description": "639135e0fa894f0a866afde6 description", - "failMessageText": "639135e0fa894f0a866afde6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab063eb4313a7bac606703.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135e0fa894f0a866afde6 name", - "note": "639135e0fa894f0a866afde6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639ce7bf2a994a11600df102", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10200 - }, - { - "availableInGameEditions": [], - "id": "63a77a4c27a4ff476e6dd0b9", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a77a571f06d111271f5adc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c42", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 51000 - } - } - ], - "target": "67eb506040b1947a72103c42", - "type": "Item", - "unknown": false, - "value": 51000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a77a6110b7a13eb015960a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c44", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c45", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c45", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a77a6aee7b4d0d5507badc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c47", - "_tpl": "5c0e533786f7747fa23f4d47", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c47", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135e0fa894f0a866afde6 startedMessageText", - "status": 0, - "successMessageText": "639135e0fa894f0a866afde6 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "639135e8c115f907b14700aa": { - "QuestName": "Surveillance", - "_id": "639135e8c115f907b14700aa", - "acceptPlayerMessage": "639135e8c115f907b14700aa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135e8c115f907b14700aa changeQuestMessageText", - "completePlayerMessage": "639135e8c115f907b14700aa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135e8c115f907b14700ab", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638dfc803083a019d447768e" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639135e8c115f907b14700ac", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638dfc803083a019d447768e" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63976e11f50be20b5a3cc4a5", - "target": "639135e8c115f907b14700ab" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a794275199ab1f7d4a7743", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63913715f8e5dd32bf4e3aaa", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a79431cc389e31a64596d5", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6179b3bdc7560e13d23eeb8d", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7943fee7b4d0d5507baec", - "index": 2, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135e8c115f907b14700aa declinePlayerMessage", - "description": "639135e8c115f907b14700aa description", - "failMessageText": "639135e8c115f907b14700aa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab1f1676588f3cf341c460.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135e8c115f907b14700aa name", - "note": "639135e8c115f907b14700aa note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63927e68fa894f0a866afdf3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22800 - }, - { - "availableInGameEditions": [], - "id": "63a79461cc389e31a64596d6", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a7946f27a4ff476e6dd0cb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d4d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 126000 - } - } - ], - "target": "67eb506040b1947a72103d4d", - "type": "Item", - "unknown": false, - "value": 126000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a794791f06d111271f5ae7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d4f", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d4f", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135e8c115f907b14700aa startedMessageText", - "status": 0, - "successMessageText": "639135e8c115f907b14700aa successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "639135f286e646067c176a87": { - "QuestName": "Revision - Streets of Tarkov", - "_id": "639135f286e646067c176a87", - "acceptPlayerMessage": "639135f286e646067c176a87 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639135f286e646067c176a87 changeQuestMessageText", - "completePlayerMessage": "639135f286e646067c176a87 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63927f14744e452011470816", - "index": 0, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "quest_zone_place_c14_revx_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63927f2d8ba6894d155e77e6", - "index": 1, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "quest_zone_place_c14_revx_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63927f349444fb141f4e6f24", - "index": 2, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "quest_zone_place_c14_revx_3" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639cebc3dae1800a3e1359b2", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639cebee2a994a11600df103", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639cebb78fe84d33a25a142c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639cebb78fe84d33a25a142b", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639cec865573fd6cc27d99bd", - "target": "63927f14744e452011470816" - }, - { - "conditionType": "CompleteCondition", - "id": "639cec8d5b759c65a3476546", - "target": "63927f2d8ba6894d155e77e6" - }, - { - "conditionType": "CompleteCondition", - "id": "639cec947c898a131e1cfffb", - "target": "63927f349444fb141f4e6f24" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a77be01943b749b5021ea7", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "6086c852c945025d41566124", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a77bebee7b4d0d5507badd", - "index": 1, - "parentId": "", - "value": 17, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639135f286e646067c176a87 declinePlayerMessage", - "description": "639135f286e646067c176a87 description", - "failMessageText": "639135f286e646067c176a87 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a94151655ec5555b4aa9af.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639135f286e646067c176a87 name", - "note": "639135f286e646067c176a87 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63927fac8ba6894d155e77e7", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8600 - }, - { - "availableInGameEditions": [], - "id": "63a77d411943b749b5021ea8", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a77da427a4ff476e6dd0bb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d16", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 450 - } - } - ], - "target": "67eb506040b1947a72103d16", - "type": "Item", - "unknown": false, - "value": 450 - }, - { - "availableInGameEditions": [], - "id": "63aad2c6f76b8a05dd70292a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d17", - "_tpl": "618428466ef05c2ce828f218", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72103d18", - "_tpl": "571659bb2459771fb2755a12", - "parentId": "67eb506040b1947a72103d17", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103d19", - "_tpl": "61840d85568c120fdd2962a5", - "parentId": "67eb506040b1947a72103d17", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103d1a", - "_tpl": "618426d96c780c1e710c9b9f", - "parentId": "67eb506040b1947a72103d17", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103d1b", - "_tpl": "6183fc15d3a39d50044c13e9", - "parentId": "67eb506040b1947a72103d1a", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103d1c", - "_tpl": "618407a850224f204c1da549", - "parentId": "67eb506040b1947a72103d1b", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103d1d", - "_tpl": "61816fcad92c473c770215cc", - "parentId": "67eb506040b1947a72103d1b", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103d1e", - "_tpl": "61817865d3a39d50044c13a4", - "parentId": "67eb506040b1947a72103d1a", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103d1f", - "_tpl": "61816df1d3a39d50044c139e", - "parentId": "67eb506040b1947a72103d1a", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103d20", - "_tpl": "61816dfa6ef05c2ce828f1ad", - "parentId": "67eb506040b1947a72103d1a", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103d21", - "_tpl": "61825d06d92c473c770215de", - "parentId": "67eb506040b1947a72103d17", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103d22", - "_tpl": "61825d136ef05c2ce828f1cc", - "parentId": "67eb506040b1947a72103d21", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a72103d23", - "_tpl": "618167616ef05c2ce828f1a8", - "parentId": "67eb506040b1947a72103d22", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103d24", - "_tpl": "61825d24d3a39d50044c13af", - "parentId": "67eb506040b1947a72103d21", - "slotId": "mod_stock_002" - }, - { - "_id": "67eb506040b1947a72103d25", - "_tpl": "6181688c6c780c1e710c9b04", - "parentId": "67eb506040b1947a72103d17", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103d17", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "655b8ff89db22d43ab42b710", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d26", - "_tpl": "5f60b34a41e30a4ab12a6947" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103d26", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639135f286e646067c176a87 startedMessageText", - "status": 0, - "successMessageText": "639135f286e646067c176a87 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Completion" - }, - "639136d68ba6894d155e77cf": { - "QuestName": "Green Corridor", - "_id": "639136d68ba6894d155e77cf", - "acceptPlayerMessage": "639136d68ba6894d155e77cf acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639136d68ba6894d155e77cf changeQuestMessageText", - "completePlayerMessage": "639136d68ba6894d155e77cf completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d55010b7a13eb015961e", - "target": "quest_zone_c16_koll_1", - "value": 1 - } - ], - "id": "63a7d53904d3dc28a52a2101" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d53904d3dc28a52a2100", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d5b027a4ff476e6dd0cf", - "target": "quest_zone_c16_koll_2", - "value": 1 - } - ], - "id": "63a7d58004d3dc28a52a2103" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d58004d3dc28a52a2102", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639cee3b81b99001240bbe76", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639cee66ad9d7e3216668fd2", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639cee16f5765f47cc7f0ea2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639cee16f5765f47cc7f0ea1", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d60727a4ff476e6dd0d0", - "target": "63a7d58004d3dc28a52a2102" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a787ad5c2012425132e346", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bafb86f7741c73584017", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a787b810b7a13eb015960c", - "index": 1, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639136d68ba6894d155e77cf declinePlayerMessage", - "description": "639136d68ba6894d155e77cf description", - "failMessageText": "639136d68ba6894d155e77cf failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a92732813bba58a50c9e93.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639136d68ba6894d155e77cf name", - "note": "639136d68ba6894d155e77cf note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a787cf5199ab1f7d4a773c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10400 - }, - { - "availableInGameEditions": [], - "id": "63a787df5c2012425132e347", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a787ebf32fa1316250c3c8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dc0", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 62000 - } - } - ], - "target": "67eb506040b1947a72103dc0", - "type": "Item", - "unknown": false, - "value": 62000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a7881904d3dc28a52a20f0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dc1", - "_tpl": "62e14904c2699c0ec93adc47", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dc2", - "_tpl": "633a98eab8b0506e48497c1a", - "parentId": "67eb506040b1947a72103dc1", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103dc3", - "_tpl": "62e2a754b6c0ee2f230cee0f", - "parentId": "67eb506040b1947a72103dc1", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103dc4", - "_tpl": "62e292e7b6c0ee2f230cee00", - "parentId": "67eb506040b1947a72103dc1", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103dc5", - "_tpl": "62e27a7865f0b1592a49e17b", - "parentId": "67eb506040b1947a72103dc1", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103dc6", - "_tpl": "62e15547db1a5c41971c1b5e", - "parentId": "67eb506040b1947a72103dc1", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103dc7", - "_tpl": "62ed189fb3608410ef5a2bfc", - "parentId": "67eb506040b1947a72103dc6", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103dc8", - "_tpl": "637b9c37b7e3bc41b21ce71a", - "parentId": "67eb506040b1947a72103dc1", - "slotId": "mod_pistolgrip" - } - ], - "target": "67eb506040b1947a72103dc1", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a788261f06d111271f5add", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dca", - "_tpl": "633a98eab8b0506e48497c1a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dcb", - "_tpl": "633a98eab8b0506e48497c1a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dcc", - "_tpl": "633a98eab8b0506e48497c1a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103dcc", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a7883dee7b4d0d5507badf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dcf", - "_tpl": "657025bbcfc010a0f5006a35", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dd0", - "_tpl": "5a26abfac4a28232980eabff", - "parentId": "67eb506040b1947a72103dcf", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103dd1", - "_tpl": "657025bbcfc010a0f5006a35", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dd2", - "_tpl": "5a26abfac4a28232980eabff", - "parentId": "67eb506040b1947a72103dd1", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103dd3", - "_tpl": "657025bbcfc010a0f5006a35", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dd4", - "_tpl": "5a26abfac4a28232980eabff", - "parentId": "67eb506040b1947a72103dd3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a72103dd3", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639136d68ba6894d155e77cf startedMessageText", - "status": 0, - "successMessageText": "639136d68ba6894d155e77cf successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "639136df4b15ca31f76bc31f": { - "QuestName": "The Huntsman Path - Administrator", - "_id": "639136df4b15ca31f76bc31f", - "acceptPlayerMessage": "639136df4b15ca31f76bc31f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639136df4b15ca31f76bc31f changeQuestMessageText", - "completePlayerMessage": "639136df4b15ca31f76bc31f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6392859cee79ee703e3012f0", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "639285abf8e5dd32bf4e3abf", - "zoneIds": [ - "quest_zone_kill_c17_adm" - ] - } - ], - "id": "639285879444fb141f4e6f26" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639285879444fb141f4e6f25", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "63aaccc8f76b8a05dd702924", - "target": "quest_zone_prod_flare" - } - ], - "id": "63aaccae87413d64ae079632" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aaccae87413d64ae079631", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78ea0f32fa1316250c3cb", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78eaa5c2012425132e34a", - "index": 1, - "parentId": "", - "value": 23, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639136df4b15ca31f76bc31f declinePlayerMessage", - "description": "639136df4b15ca31f76bc31f description", - "failMessageText": "639136df4b15ca31f76bc31f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90faa64b9631d9178271e.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639136df4b15ca31f76bc31f name", - "note": "639136df4b15ca31f76bc31f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639cf3937c898a131e1cfffc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15600 - }, - { - "availableInGameEditions": [], - "id": "63a78ec85c2012425132e34b", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a78eef1f06d111271f5ae3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cc7", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 81000 - } - } - ], - "target": "67eb506040b1947a72103cc7", - "type": "Item", - "unknown": false, - "value": 81000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a78f0d5c2012425132e34c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cc8", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103cc9", - "_tpl": "5bfea7ad0db834001c38f1ee", - "parentId": "67eb506040b1947a72103cc8", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103cca", - "_tpl": "5bfeb32b0db834001a6694d9", - "parentId": "67eb506040b1947a72103cc8", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103ccb", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a72103cc8", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103ccc", - "_tpl": "5d270b3c8abbc3105335cfb8", - "parentId": "67eb506040b1947a72103ccb", - "slotId": "mod_muzzle" - } - ], - "target": "67eb506040b1947a72103cc8", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639136df4b15ca31f76bc31f startedMessageText", - "status": 0, - "successMessageText": "639136df4b15ca31f76bc31f successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "639136e84ed9512be67647db": { - "QuestName": "Cease Fire", - "_id": "639136e84ed9512be67647db", - "acceptPlayerMessage": "639136e84ed9512be67647db acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639136e84ed9512be67647db changeQuestMessageText", - "completePlayerMessage": "639136e84ed9512be67647db completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "E9_sniper", - "id": "63929163c115f907b14700bb" - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639cffee5573fd6cc27d99be", - "status": [ - "Survived" - ] - } - ], - "id": "63929101744e452011470819" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63929101744e452011470818", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a768c404d3dc28a52a20e5", - "index": 0, - "parentId": "", - "value": 10, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7698c10b7a13eb0159606", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "63a88045abf76d719f42d715", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639136e84ed9512be67647db declinePlayerMessage", - "description": "639136e84ed9512be67647db description", - "failMessageText": "639136e84ed9512be67647db failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639136e84ed9512be67647db name", - "note": "639136e84ed9512be67647db note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a76b7a04d3dc28a52a20e6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e2b", - "_tpl": "6217726288ed9f0845317459", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e2c", - "_tpl": "6217726288ed9f0845317459", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e2c", - "type": "Item", - "unknown": false, - "value": 2 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a76ac8ee7b4d0d5507bad5", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5600 - }, - { - "availableInGameEditions": [], - "id": "63a76b371f06d111271f5ad7", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a76f461f06d111271f5ad9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e2e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 27000 - } - } - ], - "target": "67eb506040b1947a72103e2e", - "type": "Item", - "unknown": false, - "value": 27000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a76b4bee7b4d0d5507bad6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e30", - "_tpl": "620109578d82e67e7911abf2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e30", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a76b5a5199ab1f7d4a7735", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e32", - "_tpl": "62389aaba63f32501b1b444f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e33", - "_tpl": "62389aaba63f32501b1b444f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e34", - "_tpl": "62389aaba63f32501b1b444f", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e34", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639136e84ed9512be67647db startedMessageText", - "status": 0, - "successMessageText": "639136e84ed9512be67647db successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "639136f086e646067c176a8b": { - "QuestName": "Kings of the Rooftops", - "_id": "639136f086e646067c176a8b", - "acceptPlayerMessage": "639136f086e646067c176a8b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639136f086e646067c176a8b changeQuestMessageText", - "completePlayerMessage": "639136f086e646067c176a8b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6392924ef8e5dd32bf4e3ac0", - "resetOnSessionEnd": false, - "savageRole": [ - "marksman" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6392925fe705511c8a4a1b8c", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63929224744e45201147081b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63929224744e45201147081a", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639d00a9dae1800a3e1359b3", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639d00d481b99001240bbe77", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639d00a28fe84d33a25a1430" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639d00a28fe84d33a25a142f", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639d00fd5573fd6cc27d99bf", - "target": "63929224744e45201147081a" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78e1827a4ff476e6dd0c1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca264786f77445a80ed044", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78e3704d3dc28a52a20f2", - "index": 1, - "parentId": "", - "value": 22, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639136f086e646067c176a8b declinePlayerMessage", - "description": "639136f086e646067c176a8b description", - "failMessageText": "639136f086e646067c176a8b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a9300d64b9631d91782720.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639136f086e646067c176a8b name", - "note": "639136f086e646067c176a8b note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a78e3f1f06d111271f5ae2", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14700 - }, - { - "availableInGameEditions": [], - "id": "63a78e5010b7a13eb0159613", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a78e6827a4ff476e6dd0c2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d51", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 77000 - } - } - ], - "target": "67eb506040b1947a72103d51", - "type": "Item", - "unknown": false, - "value": 77000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639136f086e646067c176a8b startedMessageText", - "status": 0, - "successMessageText": "639136f086e646067c176a8b successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "639136fa9444fb141f4e6eee": { - "QuestName": "Watching You", - "_id": "639136fa9444fb141f4e6eee", - "acceptPlayerMessage": "639136fa9444fb141f4e6eee acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639136fa9444fb141f4e6eee changeQuestMessageText", - "completePlayerMessage": "639136fa9444fb141f4e6eee completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d8763e491955e65fb889", - "target": "quest_zone_c21_look", - "value": 1 - } - ], - "id": "63a7d8665199ab1f7d4a7748" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d8665199ab1f7d4a7747", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639136fa9444fb141f4e6eef", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638e9d5536b3b72c944e2fc7" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d8a7f32fa1316250c3dc", - "target": "63a7d8665199ab1f7d4a7747" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639136fa9444fb141f4e6ef0", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "638e9d5536b3b72c944e2fc7" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d8b35c2012425132e356", - "target": "639136fa9444fb141f4e6eef" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a794f827a4ff476e6dd0cc", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63913715f8e5dd32bf4e3aaa", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a79522ee7b4d0d5507baed", - "index": 1, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639136fa9444fb141f4e6eee declinePlayerMessage", - "description": "639136fa9444fb141f4e6eee description", - "failMessageText": "639136fa9444fb141f4e6eee failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a992c6655ec5555b4aa9ec.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639136fa9444fb141f4e6eee name", - "note": "639136fa9444fb141f4e6eee note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639f036b2a994a11600df109", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18500 - }, - { - "availableInGameEditions": [], - "id": "63a7954b1943b749b5021eb8", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a7955904d3dc28a52a20f7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c75", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 94000 - } - } - ], - "target": "67eb506040b1947a72103c75", - "type": "Item", - "unknown": false, - "value": 94000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a795695199ab1f7d4a7745", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c77", - "_tpl": "5d0375ff86f774186372f685", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c78", - "_tpl": "5d0375ff86f774186372f685", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c78", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639136fa9444fb141f4e6eee startedMessageText", - "status": 0, - "successMessageText": "639136fa9444fb141f4e6eee successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "63913715f8e5dd32bf4e3aaa": { - "QuestName": "Broadcast - Part 2", - "_id": "63913715f8e5dd32bf4e3aaa", - "acceptPlayerMessage": "63913715f8e5dd32bf4e3aaa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63913715f8e5dd32bf4e3aaa changeQuestMessageText", - "completePlayerMessage": "63913715f8e5dd32bf4e3aaa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d9aff32fa1316250c3df", - "target": "quest_zone_c25_cinem", - "value": 1 - } - ], - "id": "63a7d99804d3dc28a52a2107" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d99804d3dc28a52a2106", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639da5f35b759c65a3476548", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639da635ad9d7e3216668fd6", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639da5ec8fe84d33a25a1436" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639da5ec8fe84d33a25a1435", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7da155199ab1f7d4a7749", - "target": "63a7d99804d3dc28a52a2106" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7789e1f06d111271f5adb", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "626bd75e47ea7f506e5493c5", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a778ae04d3dc28a52a20ed", - "index": 1, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63913715f8e5dd32bf4e3aaa declinePlayerMessage", - "description": "63913715f8e5dd32bf4e3aaa description", - "failMessageText": "63913715f8e5dd32bf4e3aaa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/628b805544430c635d52a888.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "63913715f8e5dd32bf4e3aaa name", - "note": "63913715f8e5dd32bf4e3aaa note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639da65e5573fd6cc27d99c3", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7400 - }, - { - "availableInGameEditions": [], - "id": "63a77948cc389e31a64596ca", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a7791304d3dc28a52a20ee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c01", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 44000 - } - } - ], - "target": "67eb506040b1947a72103c01", - "type": "Item", - "unknown": false, - "value": 44000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a779841943b749b5021ea5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c02", - "_tpl": "62e7c4fba689e8c9c50dfc38", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c03", - "_tpl": "62e7c98b550c8218d602cbb4", - "parentId": "67eb506040b1947a72103c02", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103c04", - "_tpl": "62e7c880f68e7a0676050c7c", - "parentId": "67eb506040b1947a72103c02", - "slotId": "mod_charge" - }, - { - "_id": "67eb506040b1947a72103c05", - "_tpl": "62ea7c793043d74a0306e19f", - "parentId": "67eb506040b1947a72103c02", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103c06", - "_tpl": "62e7c7f3c34ea971710c32fc", - "parentId": "67eb506040b1947a72103c05", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103c07", - "_tpl": "630f2872911356c17d06abc5", - "parentId": "67eb506040b1947a72103c06", - "slotId": "mod_muzzle_000" - }, - { - "_id": "67eb506040b1947a72103c08", - "_tpl": "634e61b0767cb15c4601a877", - "parentId": "67eb506040b1947a72103c06", - "slotId": "mod_foregrip" - } - ], - "target": "67eb506040b1947a72103c02", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a779d31943b749b5021ea6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c0a", - "_tpl": "630e1adbbd357927e4007c09", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c0b", - "_tpl": "630e1adbbd357927e4007c09", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c0c", - "_tpl": "630e1adbbd357927e4007c09", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c0c", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a779e604d3dc28a52a20ef", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c10", - "_tpl": "65702652cfc010a0f5006a53", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c11", - "_tpl": "54527ac44bdc2d36668b4567", - "parentId": "67eb506040b1947a72103c10", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a72103c12", - "_tpl": "54527ac44bdc2d36668b4567", - "location": 1, - "parentId": "67eb506040b1947a72103c10", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - } - ], - "target": "67eb506040b1947a72103c10", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63913715f8e5dd32bf4e3aaa startedMessageText", - "status": 0, - "successMessageText": "63913715f8e5dd32bf4e3aaa successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "6391372c8ba6894d155e77d7": { - "QuestName": "Broadcast - Part 4", - "_id": "6391372c8ba6894d155e77d7", - "acceptPlayerMessage": "6391372c8ba6894d155e77d7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6391372c8ba6894d155e77d7 changeQuestMessageText", - "completePlayerMessage": "6391372c8ba6894d155e77d7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d6e83e491955e65fb888", - "target": "quest_zone_c27_sect", - "value": 1 - } - ], - "id": "63a7d6d61f06d111271f5aec" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d6d61f06d111271f5aeb", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639da88681b99001240bbe7c", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639da8a4dae1800a3e1359b6", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639da86bad9d7e3216668fd8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639da86bad9d7e3216668fd7", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d718f32fa1316250c3d9", - "target": "63a7d6d61f06d111271f5aeb" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78ffb1943b749b5021eb0", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63a511ea30d85e10e375b045", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7902bee7b4d0d5507bae8", - "index": 1, - "parentId": "", - "value": 27, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6391372c8ba6894d155e77d7 declinePlayerMessage", - "description": "6391372c8ba6894d155e77d7 description", - "failMessageText": "6391372c8ba6894d155e77d7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a98e8bc593cc01b37133a9.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "6391372c8ba6894d155e77d7 name", - "note": "6391372c8ba6894d155e77d7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a790395199ab1f7d4a7741", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22600 - }, - { - "availableInGameEditions": [], - "id": "63a7905b27a4ff476e6dd0c5", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a790695c2012425132e34f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d28", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 94000 - } - } - ], - "target": "67eb506040b1947a72103d28", - "type": "Item", - "unknown": false, - "value": 94000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a7907d04d3dc28a52a20f3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d2a", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d2b", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d2b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "655b8192065b076eb02c4b4b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d2c", - "_tpl": "5ea2a8e200685063ec28c05a" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103d2c", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6391372c8ba6894d155e77d7 startedMessageText", - "status": 0, - "successMessageText": "6391372c8ba6894d155e77d7 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "6391d90f4ed9512be67647df": { - "QuestName": "Make Amends", - "_id": "6391d90f4ed9512be67647df", - "acceptPlayerMessage": "6391d90f4ed9512be67647df acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6391d90f4ed9512be67647df changeQuestMessageText", - "completePlayerMessage": "6391d90f4ed9512be67647df completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391d9ba4b15ca31f76bc325", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6331bb0d1aa9f42b804997a6" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391d9e7ee79ee703e3012e5", - "index": 1, - "isEncoded": true, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "62e910aaf957f2915e0a5e36" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6391df5aee79ee703e3012e6", - "target": "6391d9ba4b15ca31f76bc325" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391d9fd8ba6894d155e77db", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6331bb0d1aa9f42b804997a6" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6391df6f4ed9512be67647e2", - "target": "6391d9e7ee79ee703e3012e5" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ab6aa8e842787ad213571b", - "target": "meh_50_visit_area_check_1", - "value": 1 - } - ], - "id": "63ab6a89e842787ad213571a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ab6a89e842787ad2135719", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ab6ae2f83fd608393890b4", - "target": "6391d9fd8ba6894d155e77db" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6391e1d08ba6894d155e77de", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6261482fa4eb80027c4f2e11", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "compareMethod": "<=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a6c752d4153566a073285a", - "index": 0, - "parentId": "", - "target": "638f541a29ffd1183d187f57", - "value": 0, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "6391d90f4ed9512be67647df declinePlayerMessage", - "description": "6391d90f4ed9512be67647df description", - "failMessageText": "6391d90f4ed9512be67647df failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "6391d90f4ed9512be67647df name", - "note": "6391d90f4ed9512be67647df note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "63a6c78d0530a47cb931859a", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": -0.02 - } - ], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63ab69f61287ef0b827d0c94", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "id": "63ab69fbe842787ad2135718", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStandingRestore", - "unknown": false, - "value": 0 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6391d90f4ed9512be67647df startedMessageText", - "status": 0, - "successMessageText": "6391d90f4ed9512be67647df successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Multi" - }, - "639282134ed9512be67647ed": { - "QuestName": "Road Closed", - "_id": "639282134ed9512be67647ed", - "acceptPlayerMessage": "639282134ed9512be67647ed acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639282134ed9512be67647ed changeQuestMessageText", - "completePlayerMessage": "639282134ed9512be67647ed completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d45a1943b749b5021ec1", - "target": "quest_zone_c16_koll_1", - "value": 1 - } - ], - "id": "63a7d444f32fa1316250c3d6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d444f32fa1316250c3d5", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d47c5c2012425132e354", - "target": "quest_zone_c16_koll_2", - "value": 1 - } - ], - "id": "63a7d461f32fa1316250c3d8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d461f32fa1316250c3d7", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639cdfac81b99001240bbe75", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639cdfcf2a994a11600df101", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639cdf9aad9d7e3216668fd1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639cdf9aad9d7e3216668fd0", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d4db1f06d111271f5ae9", - "target": "63a7d461f32fa1316250c3d7" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a788585c2012425132e348", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bafb86f7741c73584017", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78870ee7b4d0d5507bae0", - "index": 1, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639282134ed9512be67647ed declinePlayerMessage", - "description": "639282134ed9512be67647ed description", - "failMessageText": "639282134ed9512be67647ed failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a92732813bba58a50c9e93.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639282134ed9512be67647ed name", - "note": "639282134ed9512be67647ed note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639727f26ac94c14517cb7b9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10500 - }, - { - "availableInGameEditions": [], - "id": "63a788d65199ab1f7d4a773d", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a788e71943b749b5021eab", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111490", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 64000 - } - } - ], - "target": "67eb25700eb297dd61111490", - "type": "Item", - "unknown": false, - "value": 64000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a788cacc389e31a64596cd", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111491", - "_tpl": "5ba26383d4351e00334c93d9", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb25700eb297dd61111492", - "_tpl": "5ba264f6d4351e0034777d52", - "parentId": "67eb25700eb297dd61111491", - "slotId": "mod_magazine" - }, - { - "_id": "67eb25700eb297dd61111493", - "_tpl": "5ba26acdd4351e003562908e", - "parentId": "67eb25700eb297dd61111491", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb25700eb297dd61111494", - "_tpl": "5ba26b01d4351e0085325a51", - "parentId": "67eb25700eb297dd61111491", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb25700eb297dd61111495", - "_tpl": "5ba26b17d4351e00367f9bdd", - "parentId": "67eb25700eb297dd61111491", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb25700eb297dd61111496", - "_tpl": "5bcf0213d4351e0085327c17", - "parentId": "67eb25700eb297dd61111491", - "slotId": "mod_stock" - } - ], - "target": "67eb25700eb297dd61111491", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a788f71f06d111271f5ade", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111498", - "_tpl": "5ba264f6d4351e0034777d52", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb25700eb297dd61111499", - "_tpl": "5ba264f6d4351e0034777d52", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb25700eb297dd6111149a", - "_tpl": "5ba264f6d4351e0034777d52", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd6111149a", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a7890127a4ff476e6dd0bf", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd6111149d", - "_tpl": "657024c81419851aef03e712", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb25700eb297dd6111149e", - "_tpl": "5ba26812d4351e003201fef1", - "parentId": "67eb25700eb297dd6111149d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - }, - { - "_id": "67eb25700eb297dd6111149f", - "_tpl": "657024c81419851aef03e712", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb25700eb297dd611114a0", - "_tpl": "5ba26812d4351e003201fef1", - "parentId": "67eb25700eb297dd6111149f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - } - ], - "target": "67eb25700eb297dd6111149f", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639282134ed9512be67647ed startedMessageText", - "status": 0, - "successMessageText": "639282134ed9512be67647ed successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Completion" - }, - "63966faeea19ac7ed845db2c": { - "QuestName": "Information Source", - "_id": "63966faeea19ac7ed845db2c", - "acceptPlayerMessage": "63966faeea19ac7ed845db2c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63966faeea19ac7ed845db2c changeQuestMessageText", - "completePlayerMessage": "63966faeea19ac7ed845db2c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6397a301b11f895bdb288f19", - "status": [ - "Survived" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "South V-Ex", - "id": "639cc3e37c1532d85b0162ac" - } - ], - "id": "6397a2eee5d9c6753c61e2d9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397a2eee5d9c6753c61e2d8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6397a3c0e301557ae24cbfe2", - "status": [ - "Survived" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "Dorms V-Ex", - "id": "6397a431f376f0344e45711d" - } - ], - "id": "6397a3b6f376f0344e45711c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397a3b6f376f0344e45711b", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6397a48eb5992f573c654ebc", - "status": [ - "Survived" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "PP Exfil", - "id": "6397a5008b38442139798206" - } - ], - "id": "6397a47fe5d9c6753c61e2db" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397a47fe5d9c6753c61e2da", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6397a5d5e301557ae24cbfe3", - "status": [ - "Survived" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "E7_car", - "id": "6397a5e68b38442139798207" - } - ], - "id": "6397a5cbdcdd126fef173f37" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397a5cbdcdd126fef173f36", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "65e09d4ed04a3564ba54450e", - "status": [ - "Survived" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "Sandbox_VExit", - "id": "65e0a0580d13cc87ef04c12c" - } - ], - "id": "65e09d3f11ad191cc842f326" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65e09d3f0d1442c78274027e", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397a6942e519e69d2139b25", - "index": 5, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6397a6b6f376f0344e45711e", - "target": "6397a2eee5d9c6753c61e2d8" - }, - { - "conditionType": "CompleteCondition", - "id": "6397a6befc49e37b227981cb", - "target": "6397a3b6f376f0344e45711b" - }, - { - "conditionType": "CompleteCondition", - "id": "6397a6c5f376f0344e45711f", - "target": "6397a47fe5d9c6753c61e2da" - }, - { - "conditionType": "CompleteCondition", - "id": "6397a6d18b38442139798208", - "target": "6397a5cbdcdd126fef173f36" - }, - { - "conditionType": "CompleteCondition", - "id": "65e5ddd5b12142272e95678d", - "target": "65e09d3f0d1442c78274027e" - } - ], - "zoneId": "quest_zone_place_c24_tigr1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397a7ce706b793c7d6094c9", - "index": 6, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6397a7d8b5992f573c654ebd", - "target": "6397a2eee5d9c6753c61e2d8" - }, - { - "conditionType": "CompleteCondition", - "id": "6397a7e4e301557ae24cbfe4", - "target": "6397a3b6f376f0344e45711b" - }, - { - "conditionType": "CompleteCondition", - "id": "6397a7eab5992f573c654ebe", - "target": "6397a47fe5d9c6753c61e2da" - }, - { - "conditionType": "CompleteCondition", - "id": "6397a7f0e301557ae24cbfe5", - "target": "6397a5cbdcdd126fef173f36" - }, - { - "conditionType": "CompleteCondition", - "id": "65e5ddece46c2ae370420390", - "target": "65e09d3f0d1442c78274027e" - } - ], - "zoneId": "quest_zone_place_c24_tigr2" - } - ], - "AvailableForStart": [ - { - "availableAfter": 5, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63af16f3b2320e660007910a", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "625d7005a4eb80027c4f2e09", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63966faeea19ac7ed845db2c declinePlayerMessage", - "description": "63966faeea19ac7ed845db2c description", - "failMessageText": "63966faeea19ac7ed845db2c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "63966faeea19ac7ed845db2c name", - "note": "63966faeea19ac7ed845db2c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a6ce671031ac76fe773c7b", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a235e131772a61500d52be", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034ae", - "_tpl": "6389c92d52123d5dd17f8876", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034ae", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a2333d4ebcff1c995dc358", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034b0", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a721034b0", - "traderId": 11, - "type": "ProductionScheme", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63966faeea19ac7ed845db2c startedMessageText", - "status": 0, - "successMessageText": "63966faeea19ac7ed845db2c successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "63966fbeea19ac7ed845db2e": { - "QuestName": "Missing Informant", - "_id": "63966fbeea19ac7ed845db2e", - "acceptPlayerMessage": "63966fbeea19ac7ed845db2e acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63966fbeea19ac7ed845db2e changeQuestMessageText", - "completePlayerMessage": "63966fbeea19ac7ed845db2e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7cf0510b7a13eb015961c", - "target": "quest_zone_keeper99", - "value": 1 - } - ], - "id": "63a7cee004d3dc28a52a20f9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7cee004d3dc28a52a20f8", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63990a1ddcdd126fef1771c1", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "63989ced706b793c7d60cfef" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63abf23d1b5c95746621dd8c", - "target": "63a7cee004d3dc28a52a20f8" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63990ae2dcdd126fef1771c2", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "63989ced706b793c7d60cfef" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63abf26df627f540861d118b", - "target": "63a7cee004d3dc28a52a20f8" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639af69c6402c537c15d0637", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63966faeea19ac7ed845db2c", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63966fbeea19ac7ed845db2e declinePlayerMessage", - "description": "63966fbeea19ac7ed845db2e description", - "failMessageText": "63966fbeea19ac7ed845db2e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "63966fbeea19ac7ed845db2e name", - "note": "63966fbeea19ac7ed845db2e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a6cea72b25f7513905ca1c", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a235c28a536b63f82107f4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210358a", - "_tpl": "6389c7750ef44505c87f5996", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210358a", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a233d1fcae11642e50f9c8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210358c", - "_tpl": "5c052f6886f7746b1e3db148", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a7210358c", - "traderId": 11, - "type": "ProductionScheme", - "unknown": true - }, - { - "availableInGameEditions": [], - "id": "63a235b6f194393ecf632fa3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210358d", - "_tpl": "6389c7750ef44505c87f5996" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a7210358d", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63966fbeea19ac7ed845db2e startedMessageText", - "status": 0, - "successMessageText": "63966fbeea19ac7ed845db2e successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "63966fccac6f8f3c677b9d89": { - "QuestName": "Snatch", - "_id": "63966fccac6f8f3c677b9d89", - "acceptPlayerMessage": "63966fccac6f8f3c677b9d89 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63966fccac6f8f3c677b9d89 changeQuestMessageText", - "completePlayerMessage": "63966fccac6f8f3c677b9d89 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "63b33cebcb4061dabc0009fc", - "status": [ - "Survived", - "Runner", - "Killed", - "MissingInAction" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63b33d0373d88a5658030eed", - "target": [ - "Lighthouse" - ] - } - ], - "id": "63b33cd9862e1142130b610d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63b33cd9862e1142130b610c", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6399b45d98e4ed53fa4632db", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6398a0861c712b1e1d4dadf1" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63b33d501bc070b8950e08d1", - "target": "63b33cd9862e1142130b610c" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6399c929d65735732c6ba766", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6398a072e301557ae24cec92" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6399c9ea706b793c7d60ed88", - "target": "6399b45d98e4ed53fa4632db" - } - ] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6399ca5fe101160ce05706ac", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "6398a0861c712b1e1d4dadf1" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6399cc13e101160ce05706ad", - "target": "6399c929d65735732c6ba766" - } - ], - "zoneId": "tadeush_bmp2_area_mark_12" - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6399cc30b5992f573c65782b", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6398a072e301557ae24cec92" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6399cd2f706b793c7d60ed8b", - "target": "6399ca5fe101160ce05706ac" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afb237cb1a8023d49f750", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63966fbeea19ac7ed845db2e", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63966fccac6f8f3c677b9d89 declinePlayerMessage", - "description": "63966fccac6f8f3c677b9d89 description", - "failMessageText": "63966fccac6f8f3c677b9d89 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "63966fccac6f8f3c677b9d89 name", - "note": "63966fccac6f8f3c677b9d89 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a6ceadb7f4570d3a293167", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a235f5d6d4651e53602b05", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034fc", - "_tpl": "5c05300686f7746dce784e5d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034fc", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66422e16ecb13e080d43ec59", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034fe", - "_tpl": "5c05300686f7746dce784e5d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034fe", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66422e1c87cfc674d3593d25", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103500", - "_tpl": "5c05300686f7746dce784e5d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103500", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a233f5423c8970de41982f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103502", - "_tpl": "5c052fb986f7746b2101e909", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103502", - "traderId": 11, - "type": "ProductionScheme", - "unknown": true - }, - { - "availableInGameEditions": [], - "id": "658065c5baa3942bf871691f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103503", - "_tpl": "657089638db3adca1009f4ca" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103503", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63966fccac6f8f3c677b9d89 startedMessageText", - "status": 0, - "successMessageText": "63966fccac6f8f3c677b9d89 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "63966fd9ea19ac7ed845db30": { - "QuestName": "Payback", - "_id": "63966fd9ea19ac7ed845db30", - "acceptPlayerMessage": "63966fd9ea19ac7ed845db30 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63966fd9ea19ac7ed845db30 changeQuestMessageText", - "completePlayerMessage": "63966fd9ea19ac7ed845db30 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6397ae3c425b4c708e0696a0", - "resetOnSessionEnd": false, - "savageRole": [ - "bossGluhar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6397ae22e301557ae24cbfe8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397ae22e301557ae24cbfe7", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6397ae8db5992f573c654ebf", - "resetOnSessionEnd": false, - "savageRole": [ - "followerGluharAssault", - "followerGluharScout", - "followerGluharSecurity", - "followerGluharSnipe" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6397ae672e519e69d2139b29" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397ae672e519e69d2139b28", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 6, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "63a9ad64655ec5555b4aaa2f", - "target": "quest_zone_keeper4_flare" - } - ], - "id": "63a9ad4cc31b00242d28a99e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9ad4cc31b00242d28a99d", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a9ad81da7999196148ba55", - "target": "6397ae22e301557ae24cbfe7" - }, - { - "conditionType": "CompleteCondition", - "id": "63a9ad8864b9631d91782767", - "target": "6397ae672e519e69d2139b28" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6397af65fc49e37b227981cc", - "status": [ - "Survived" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "Alpinist", - "id": "6397afc22e519e69d2139b2c" - } - ], - "id": "6397af5cf376f0344e457121" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397af5cf376f0344e457120", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a9adadc593cc01b37133b2", - "target": "63a9ad4cc31b00242d28a99d" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afcf2770f1735c65ec36f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63966fe7ea74a47c2d3fc0e6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63966fd9ea19ac7ed845db30 declinePlayerMessage", - "description": "63966fd9ea19ac7ed845db30 description", - "failMessageText": "63966fd9ea19ac7ed845db30 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "63966fd9ea19ac7ed845db30 name", - "note": "63966fd9ea19ac7ed845db30 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a236352c2d4f2e480780a7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103976", - "_tpl": "6389c7750ef44505c87f5996", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103976", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a6cebab7f4570d3a293168", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6401dd694a16b5e0b40bf55e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103978", - "_tpl": "5c0530ee86f774697952d952", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103978", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6401dd6de258ee678309db86", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210397a", - "_tpl": "5c0530ee86f774697952d952", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210397a", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6401dd7000bb14f7cb0d535d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210397c", - "_tpl": "5c0530ee86f774697952d952", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210397c", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "658065e887fcd209a464cda9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210397d", - "_tpl": "5b4329f05acfc47a86086aa1" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a7210397d", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63966fd9ea19ac7ed845db30 startedMessageText", - "status": 0, - "successMessageText": "63966fd9ea19ac7ed845db30 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" + "status": 0 }, "63966fe7ea74a47c2d3fc0e6": { "QuestName": "Return the Favor", "_id": "63966fe7ea74a47c2d3fc0e6", - "acceptPlayerMessage": "63966fe7ea74a47c2d3fc0e6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63966fe7ea74a47c2d3fc0e6 acceptPlayerMessage", "changeQuestMessageText": "63966fe7ea74a47c2d3fc0e6 changeQuestMessageText", "completePlayerMessage": "63966fe7ea74a47c2d3fc0e6 completePlayerMessage", "conditions": { @@ -84522,8451 +75113,220 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "639914b61c712b1e1d4dafcc", "conditions": [ { - "bodyPart": [], + "id": "639914eae101160ce056d656", + "dynamicLocale": false, + "target": "AnyPmc", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "639914eae101160ce056d656", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "InZone", - "dynamicLocale": false, "id": "63991504425b4c708e06d54b", + "dynamicLocale": false, "zoneIds": [ "quest_zone_keeper5" - ] + ], + "conditionType": "InZone" } - ], - "id": "639914b61c712b1e1d4dafcc" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "639914b61c712b1e1d4dafcb", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 15, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "639915f339cb4711771bedc6", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "plantTime": 35, + "zoneId": "place_keeper5_1", "target": [ "6389c8c5dbfd5e4b95197e6b" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "6399160cd3de3849057f512f", - "target": "639914b61c712b1e1d4dafcb" + "target": "639914b61c712b1e1d4dafcb", + "conditionType": "CompleteCondition" } - ], - "zoneId": "place_keeper5_1" + ] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "63991601deadb12b2d7c6027", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "plantTime": 35, + "zoneId": "place_keeper5_2", "target": [ "6389c8c5dbfd5e4b95197e6b" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "6399161739cb4711771bedc7", - "target": "639914b61c712b1e1d4dafcb" + "target": "639914b61c712b1e1d4dafcb", + "conditionType": "CompleteCondition" } - ], - "zoneId": "place_keeper5_2" + ] } ], "AvailableForStart": [ { - "availableAfter": 36000, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "639afc31e4aa7349085cb746", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "63966fccac6f8f3c677b9d89", "status": [ 4 ], - "target": "63966fccac6f8f3c677b9d89", + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "63966fe7ea74a47c2d3fc0e6 declinePlayerMessage", "description": "63966fe7ea74a47c2d3fc0e6 description", "failMessageText": "63966fe7ea74a47c2d3fc0e6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "63966fe7ea74a47c2d3fc0e6 declinePlayerMessage", "name": "63966fe7ea74a47c2d3fc0e6 name", "note": "63966fe7ea74a47c2d3fc0e6 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63966fe7ea74a47c2d3fc0e6 startedMessageText", + "successMessageText": "63966fe7ea74a47c2d3fc0e6 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 0.03, "id": "63a6ceb308f1f30563550380", + "type": "TraderStanding", "index": 0, "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "63a236108a536b63f82107f5", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2564", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210349c", + "_id": "68010065f81036801d0b2564", "_tpl": "6389c8fb46b54c634724d847", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210349c", - "type": "Item", - "unknown": true, - "value": 1 + ] }, { "availableInGameEditions": [], "id": "63a23418d6d4651e53602b01", + "type": "ProductionScheme", "index": 0, + "target": "68010065f81036801d0b2567", + "unknown": true, "items": [ { - "_id": "67eb506040b1947a7210349e", + "_id": "68010065f81036801d0b2566", "_tpl": "5c05300686f7746dce784e5d", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210349f", + "_id": "68010065f81036801d0b2567", "_tpl": "5c05300686f7746dce784e5d", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } ], "loyaltyLevel": 2, - "target": "67eb506040b1947a7210349f", - "traderId": 11, - "type": "ProductionScheme", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63966fe7ea74a47c2d3fc0e6 startedMessageText", - "status": 0, - "successMessageText": "63966fe7ea74a47c2d3fc0e6 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "63966ff54c3ef01b6f3ffad8": { - "QuestName": "Provocation", - "_id": "63966ff54c3ef01b6f3ffad8", - "acceptPlayerMessage": "63966ff54c3ef01b6f3ffad8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63966ff54c3ef01b6f3ffad8 changeQuestMessageText", - "completePlayerMessage": "63966ff54c3ef01b6f3ffad8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "639a76ebdbf1d842d260cda5", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [ - "5cadfbf7ae92152ac412eeef" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "639a77086402c537c15d012e", - "zoneIds": [ - "quest_zone_keeper6_kiba_kill" - ] - } - ], - "id": "639a76e3e4aa7349085cb6e4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639a76e3e4aa7349085cb6e3", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639a77b97cb1a8023d49f683", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 25, - "target": [ - "635a758bfefc88a93f021b8a" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639a794be4aa7349085cb6e5", - "target": "639a76e3e4aa7349085cb6e3" - } - ], - "zoneId": "quest_zone_keeper6_kiba_hide" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639a78046402c537c15d012f", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 25, - "target": [ - "5d1b376e86f774252519444e" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639a7952e4aa7349085cb6e6", - "target": "639a76e3e4aa7349085cb6e3" - } - ], - "zoneId": "quest_zone_keeper6_safe_hide" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639a78c27cb1a8023d49f684", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 25, - "target": [ - "5c13cef886f774072e618e82" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639a795d6402c537c15d0130", - "target": "639a76e3e4aa7349085cb6e3" - } - ], - "zoneId": "quest_zone_keeper6_cont_hide" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639a7986da859817035a33d5", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639a79967cb1a8023d49f685", - "target": [ - "Interchange" - ] - } - ], - "id": "639a79785e3c9b787264d673" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639a79785e3c9b787264d672", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639a79a93174277743234bb0", - "target": "639a77b97cb1a8023d49f683" - }, - { - "conditionType": "CompleteCondition", - "id": "639a79b0e4aa7349085cb6e7", - "target": "639a78046402c537c15d012f" - }, - { - "conditionType": "CompleteCondition", - "id": "639a79b63174277743234bb1", - "target": "639a78c27cb1a8023d49f684" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afd1e5b201a534f438041", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63966fd9ea19ac7ed845db30", - "visibilityConditions": [] + "traderId": 11 } ], "Fail": [] }, - "declinePlayerMessage": "63966ff54c3ef01b6f3ffad8 declinePlayerMessage", - "description": "63966ff54c3ef01b6f3ffad8 description", - "failMessageText": "63966ff54c3ef01b6f3ffad8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "63966ff54c3ef01b6f3ffad8 name", - "note": "63966ff54c3ef01b6f3ffad8 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a23649fcae11642e50f9ca", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ea5", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ea5", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66422de2ecb13e080d43ec57", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ea7", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ea7", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a234f0151bfb591645c105", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ea9", - "_tpl": "5d1b5e94d7ad1a2b865a96b0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102ea9", - "traderId": 10, - "type": "ProductionScheme", - "unknown": true - }, - { - "availableInGameEditions": [], - "id": "63a6cebf08f1f30563550381", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63966ff54c3ef01b6f3ffad8 startedMessageText", - "status": 0, - "successMessageText": "63966ff54c3ef01b6f3ffad8 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "639670029113f06a7c3b2377": { - "QuestName": "Following the Bread Crumbs", - "_id": "639670029113f06a7c3b2377", - "acceptPlayerMessage": "639670029113f06a7c3b2377 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639670029113f06a7c3b2377 changeQuestMessageText", - "completePlayerMessage": "639670029113f06a7c3b2377 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "639adf867cb1a8023d49f686", - "resetOnSessionEnd": false, - "savageRole": [ - "pmcBot" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "639adf3edbf1d842d260cda7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639adf3edbf1d842d260cda6", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7cfbcf32fa1316250c3d1", - "target": "quest_zone_keeper7_saferoom", - "value": 1 - } - ], - "id": "63a7cf9f04d3dc28a52a20fb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7cf9f04d3dc28a52a20fa", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d0841943b749b5021eba", - "target": "639adf3edbf1d842d260cda6" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7cffbcc389e31a64596db", - "target": "quest_zone_keeper7_test", - "value": 1 - } - ], - "id": "63a7cfe104d3dc28a52a20fd" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7cfe104d3dc28a52a20fc", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d08acc389e31a64596dc", - "target": "639adf3edbf1d842d260cda6" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639ae49a5e3c9b787264d675", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6398a4cfb5992f573c6562b3" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d0b627a4ff476e6dd0cd", - "target": "63a7cf9f04d3dc28a52a20fa" - }, - { - "conditionType": "CompleteCondition", - "id": "63a7d0c8cc389e31a64596dd", - "target": "63a7cfe104d3dc28a52a20fc" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639ae5445b201a534f436ef3", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6398a4cfb5992f573c6562b3" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639ae5ab28d8a21b593a348e", - "target": "639ae49a5e3c9b787264d675" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afd5c20668603de1597c9", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63966ff54c3ef01b6f3ffad8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639670029113f06a7c3b2377 declinePlayerMessage", - "description": "639670029113f06a7c3b2377 description", - "failMessageText": "639670029113f06a7c3b2377 failMessageText", "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "639670029113f06a7c3b2377 name", - "note": "639670029113f06a7c3b2377 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a6cec40530a47cb93185ba", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a2351f5032c67f050dd974", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103163", - "_tpl": "6389c7f115805221fb410466", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103163", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a2350cd6d4651e53602b02", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103164", - "_tpl": "6389c7f115805221fb410466" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103164", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639670029113f06a7c3b2377 startedMessageText", - "status": 0, - "successMessageText": "639670029113f06a7c3b2377 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "6396700fea19ac7ed845db32": { - "QuestName": "Spotter", - "_id": "6396700fea19ac7ed845db32", - "acceptPlayerMessage": "6396700fea19ac7ed845db32 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6396700fea19ac7ed845db32 changeQuestMessageText", - "completePlayerMessage": "6396700fea19ac7ed845db32 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d2deee7b4d0d5507baf4", - "target": "quest_zone_keeper8_1", - "value": 1 - } - ], - "id": "63a7d2acee7b4d0d5507baf3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d2acee7b4d0d5507baf2", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639c359f0a20a7001f00c7a8", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "62811fa609427b40ab14e765" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d3dc10b7a13eb015961d", - "target": "63a7d2acee7b4d0d5507baf2" - } - ], - "zoneId": "quest_zone_keeper8_1_hide1" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7d3323e491955e65fb885", - "target": "quest_zone_keeper8_2", - "value": 1 - } - ], - "id": "63a7d315f32fa1316250c3d3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7d315f32fa1316250c3d2", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639c39807c1532d85b0162a9", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5a1eaa87fcdbcb001865f75e" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7d3e75199ab1f7d4a7746", - "target": "63a7d315f32fa1316250c3d2" - } - ], - "zoneId": "quest_zone_keeper8_1_hide2" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639c3e2c0a20a7001f00c7a9", - "target": [ - "TarkovStreets" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639c3e37ffadd8b532003319", - "status": [ - "Survived" - ] - } - ], - "id": "639c3e21a1c5f814670c35e9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639c3e21a1c5f814670c35e8", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "639c3e49313b0824700c92c7", - "target": "639c359f0a20a7001f00c7a8" - }, - { - "conditionType": "CompleteCondition", - "id": "639c3e5379d86f66070507d9", - "target": "639c39807c1532d85b0162a9" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afde8e4aa7349085cb750", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639670029113f06a7c3b2377", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6396700fea19ac7ed845db32 declinePlayerMessage", - "description": "6396700fea19ac7ed845db32 description", - "failMessageText": "6396700fea19ac7ed845db32 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6396700fea19ac7ed845db32 name", - "note": "6396700fea19ac7ed845db32 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a6ceca4610fa47416d90e8", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a23542151bfb591645c106", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103166", - "_tpl": "6389c7750ef44505c87f5996", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103166", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a23488423c8970de419830", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103168", - "_tpl": "6389c7750ef44505c87f5996", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103169", - "_tpl": "6389c7750ef44505c87f5996", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210316a", - "_tpl": "6389c7750ef44505c87f5996", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210316b", - "_tpl": "6389c7750ef44505c87f5996", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210316b", - "traderId": 10, - "type": "ProductionScheme", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6396700fea19ac7ed845db32 startedMessageText", - "status": 0, - "successMessageText": "6396700fea19ac7ed845db32 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "6396701b9113f06a7c3b2379": { - "QuestName": "Make an Impression", - "_id": "6396701b9113f06a7c3b2379", - "acceptPlayerMessage": "6396701b9113f06a7c3b2379 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6396701b9113f06a7c3b2379 changeQuestMessageText", - "completePlayerMessage": "6396701b9113f06a7c3b2379 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "compareMethod": ">=", - "conditionType": "Skill", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639a169e6cd47c525121a116", - "index": 0, - "parentId": "", - "target": "Sniper", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 350 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6397ace18b38442139798209", - "resetOnSessionEnd": false, - "savageRole": [ - "marksman" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6397ac912e519e69d2139b27" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6397ac912e519e69d2139b26", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afe2ddbf1d842d260d7a8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6396700fea19ac7ed845db32", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6396701b9113f06a7c3b2379 declinePlayerMessage", - "description": "6396701b9113f06a7c3b2379 description", - "failMessageText": "6396701b9113f06a7c3b2379 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6396701b9113f06a7c3b2379 name", - "note": "6396701b9113f06a7c3b2379 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a6cecf2964a7488f5250af", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a2356c423c8970de419831", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210328b", - "_tpl": "5d03775b86f774203e7e0c4b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210328b", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66422df96935050c9b141e96", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210328d", - "_tpl": "5d03775b86f774203e7e0c4b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210328d", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a2357ad6d4651e53602b03", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210328f", - "_tpl": "5a1eaa87fcdbcb001865f75e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210328f", - "traderId": 10, - "type": "ProductionScheme", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6396701b9113f06a7c3b2379 startedMessageText", - "status": 0, - "successMessageText": "6396701b9113f06a7c3b2379 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "63967028c4a91c5cb76abd81": { - "QuestName": "Trouble in the Big City", - "_id": "63967028c4a91c5cb76abd81", - "acceptPlayerMessage": "63967028c4a91c5cb76abd81 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63967028c4a91c5cb76abd81 changeQuestMessageText", - "completePlayerMessage": "63967028c4a91c5cb76abd81 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63bd64972803ffbfad0e3e4a", - "target": "quest_zone_c16_koll_1", - "value": 1 - } - ], - "id": "63bd64552803ffbfad0e3e49" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63bd64552803ffbfad0e3e48", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "639ae74d6cd47c525121a1d4", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63bd6a405ba99d34de0f96a0", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639ae7423174277743234bb8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639ae7423174277743234bb7", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 50, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63bd68755ba99d34de0f9698", - "target": "63bd64552803ffbfad0e3e48" - } - ] - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639aea2228d8a21b593a3491", - "index": 2, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63bd6881629bfa6e640689dc", - "target": "639ae7423174277743234bb7" - } - ], - "zoneId": "quest_zone_keeper10_place" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "63bd651d0973ec761709c257", - "target": "quest_zone_last_flare" - } - ], - "id": "63bd64ba3d34b0e64b0d0a18" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63bd64ba3d34b0e64b0d0a17", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63bd68a08a9157ec230be9a6", - "target": "639aea2228d8a21b593a3491" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639b00ef20668603de1597cf", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639b0105dbf1d842d260d7af", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "639b002fda859817035a344c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639b002fda859817035a344b", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63bd68b15ba99d34de0f9699", - "target": "63bd64ba3d34b0e64b0d0a17" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afec46cd47c525121a240", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6396701b9113f06a7c3b2379", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63967028c4a91c5cb76abd81 declinePlayerMessage", - "description": "63967028c4a91c5cb76abd81 description", - "failMessageText": "63967028c4a91c5cb76abd81 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "63967028c4a91c5cb76abd81 name", - "note": "63967028c4a91c5cb76abd81 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a6ced40aa9fb29da61c532", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a23594d6d4651e53602b04", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103321", - "_tpl": "6389c85357baa773a825b356", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103321", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "658066546b98154f4930110f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103322", - "_tpl": "65290f395ae2ae97b80fdf2d", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72103323", - "_tpl": "652911675ae2ae97b80fdf3c", - "parentId": "67eb506040b1947a72103322", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103324", - "_tpl": "65293c38fc460e50a509cb25", - "parentId": "67eb506040b1947a72103322", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103325", - "_tpl": "6529119424cbe3c74a05e5bb", - "parentId": "67eb506040b1947a72103322", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103326", - "_tpl": "6567e751a715f85433025998", - "parentId": "67eb506040b1947a72103325", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103327", - "_tpl": "6567e7681265c8a131069b0f", - "parentId": "67eb506040b1947a72103326", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103328", - "_tpl": "652910565ae2ae97b80fdf35", - "parentId": "67eb506040b1947a72103325", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103329", - "_tpl": "6529113b5ae2ae97b80fdf39", - "parentId": "67eb506040b1947a72103328", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210332a", - "_tpl": "652911e650dc782999054b9d", - "parentId": "67eb506040b1947a72103329", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210332b", - "_tpl": "652910bc24cbe3c74a05e5b9", - "parentId": "67eb506040b1947a72103328", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a7210332c", - "_tpl": "652910ef50dc782999054b97", - "parentId": "67eb506040b1947a72103325", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210332d", - "_tpl": "6529348224cbe3c74a05e5c4", - "parentId": "67eb506040b1947a72103322", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a7210332e", - "_tpl": "6529366450dc782999054ba0", - "parentId": "67eb506040b1947a7210332d", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210332f", - "_tpl": "6529370c405a5f51dd023db8", - "parentId": "67eb506040b1947a7210332e", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72103330", - "_tpl": "6529109524cbe3c74a05e5b7", - "parentId": "67eb506040b1947a72103322", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103322", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "66abaaaa6f11600e4e48bac7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103331", - "_tpl": "65293c7a17e14363030ad308" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103331", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "66abaab7ed57696ce626c068", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103332", - "_tpl": "6529243824cbe3c74a05e5c1" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103332", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a2359ef194393ecf632fa2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103333", - "_tpl": "6389c85357baa773a825b356" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103333", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63967028c4a91c5cb76abd81 startedMessageText", - "status": 0, - "successMessageText": "63967028c4a91c5cb76abd81 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "639872f9decada40426d3447": { - "QuestName": "Gunsmith - Part 4", - "_id": "639872f9decada40426d3447", - "acceptPlayerMessage": "639872f9decada40426d3447 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639872f9decada40426d3447 changeQuestMessageText", - "completePlayerMessage": "639872f9decada40426d3447 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 600 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 35 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "63987404e5163c24b3029356", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 20 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 350 - }, - "target": [ - "587e02ff24597743df3deaeb" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 6 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639aea505b759c65a34764e5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac2426c86f774138762edfe", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639aea3c2a994a11600df095", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac2428686f77412450b42bf", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639aea5d5573fd6cc27d9975", - "index": 2, - "parentId": "", - "value": 9, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639872f9decada40426d3447 declinePlayerMessage", - "description": "639872f9decada40426d3447 description", - "failMessageText": "639872f9decada40426d3447 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aae970f83fd6083938904e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "639872f9decada40426d3447 name", - "note": "639872f9decada40426d3447 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6398a324eee7ff72370f7dd8", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 3600 - }, - { - "availableInGameEditions": [], - "id": "6398a34edecada40426d344a", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6398a300e11ec11ff5504038", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039a9", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a721039a9", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398a400cd51826f7a069b87", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039ab", - "_tpl": "590c5a7286f7747884343aea", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039ac", - "_tpl": "590c5a7286f7747884343aea", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039ac", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398a40dddab1d61bf383d15", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039ae", - "_tpl": "5733279d245977289b77ec24", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039ae", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398a424c8f8cc12a47b02a7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039b0", - "_tpl": "5d1b2fa286f77425227d1674", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039b0", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639872f9decada40426d3447 startedMessageText", - "status": 0, - "successMessageText": "639872f9decada40426d3447 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "639872fa9b4fb827b200d8e5": { - "QuestName": "Gunsmith - Part 9", - "_id": "639872fa9b4fb827b200d8e5", - "acceptPlayerMessage": "639872fa9b4fb827b200d8e5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639872fa9b4fb827b200d8e5 changeQuestMessageText", - "completePlayerMessage": "639872fa9b4fb827b200d8e5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5c00076d0db834001d23ee1f", - "5c0009510db834001966907f" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 80 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "55818b164bdc2ddc698b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "6398776f93ae507d5858c3a8", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 20 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 610 - }, - "target": [ - "56d59856d2720bd8418b456a" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 1.5 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6398acabcd51826f7a069b89", - "index": 0, - "parentId": "", - "value": 19, - "visibilityConditions": [] - }, - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639aef8881b99001240bbe16", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae3277186f7745973054106", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639872fa9b4fb827b200d8e5 declinePlayerMessage", - "description": "639872fa9b4fb827b200d8e5 description", - "failMessageText": "639872fa9b4fb827b200d8e5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aae950f83fd6083938904c.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "639872fa9b4fb827b200d8e5 name", - "note": "639872fa9b4fb827b200d8e5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6398af00cadede58636ddd55", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9800 - }, - { - "availableInGameEditions": [], - "id": "6398aeeceee7ff72370f7dd9", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6398aed2700117662d337be7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b48", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 300 - } - } - ], - "target": "67eb506040b1947a72102b48", - "type": "Item", - "unknown": false, - "value": 300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398aea5c8f8cc12a47b02a8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b4a", - "_tpl": "5d6fc87386f77449db3db94e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b4b", - "_tpl": "5d6fc87386f77449db3db94e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b4b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "63a19bebfcae11642e50f9b9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b4c", - "_tpl": "5447a9cd4bdc2dbd208b4567", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72102b4d", - "_tpl": "55d4b9964bdc2d1d4e8b456e", - "parentId": "67eb506040b1947a72102b4c", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102b4e", - "_tpl": "55d4887d4bdc2d962f8b4570", - "parentId": "67eb506040b1947a72102b4c", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102b4f", - "_tpl": "55d355e64bdc2d962f8b4569", - "parentId": "67eb506040b1947a72102b4c", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102b50", - "_tpl": "55d3632e4bdc2d972f8b4569", - "parentId": "67eb506040b1947a72102b4f", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102b51", - "_tpl": "544a38634bdc2d58388b4568", - "parentId": "67eb506040b1947a72102b50", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102b52", - "_tpl": "5ae30e795acfc408fb139a0b", - "parentId": "67eb506040b1947a72102b50", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102b53", - "_tpl": "55d459824bdc2d892f8b4573", - "parentId": "67eb506040b1947a72102b4f", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102b54", - "_tpl": "637f57b78d137b27f70c496a", - "parentId": "67eb506040b1947a72102b53", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102b55", - "_tpl": "55d5f46a4bdc2d1b198b4567", - "parentId": "67eb506040b1947a72102b4f", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102b56", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a72102b4c", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102b57", - "_tpl": "5ae30c9a5acfc408fb139a03", - "parentId": "67eb506040b1947a72102b56", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72102b58", - "_tpl": "55d44fd14bdc2d962f8b456e", - "parentId": "67eb506040b1947a72102b4c", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102b4c", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19bf52c2d4f2e4807808f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b59", - "_tpl": "5cc86832d7f00c000d3a6e6c" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102b59", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639872fa9b4fb827b200d8e5 startedMessageText", - "status": 0, - "successMessageText": "639872fa9b4fb827b200d8e5 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "639872fc93ae507d5858c3a6": { - "QuestName": "Gunsmith - Part 11", - "_id": "639872fc93ae507d5858c3a6", - "acceptPlayerMessage": "639872fc93ae507d5858c3a6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639872fc93ae507d5858c3a6 changeQuestMessageText", - "completePlayerMessage": "639872fc93ae507d5858c3a6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5fbb978207e8a97d1f0902d3", - "5f6340d3ca442212f4047eb2" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 300 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 50 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "63987860c8f8cc12a47b02a6", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 31 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 230 - }, - "target": [ - "5fc3f2d5900b1d5091531e57" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 4.5 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6398b000cd51826f7a069b8a", - "index": 0, - "parentId": "", - "value": 22, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639af2cf81b99001240bbe17", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae327c886f7745c7b3f2f3f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639872fc93ae507d5858c3a6 declinePlayerMessage", - "description": "639872fc93ae507d5858c3a6 description", - "failMessageText": "639872fc93ae507d5858c3a6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aae95961d7b024e808cc5c.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "639872fc93ae507d5858c3a6 name", - "note": "639872fc93ae507d5858c3a6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6398b02593ae507d5858c3ab", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11600 - }, - { - "availableInGameEditions": [], - "id": "6398b033700117662d337be8", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6398b03b8871e1272b10ccf9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b98", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 500 - } - } - ], - "target": "67eb506040b1947a72102b98", - "type": "Item", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6398b0593693c63d86328f28", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b9a", - "_tpl": "55d6190f4bdc2d87028b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b9a", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639872fc93ae507d5858c3a6 startedMessageText", - "status": 0, - "successMessageText": "639872fc93ae507d5858c3a6 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "639872fe8871e1272b10ccf6": { - "QuestName": "Gunsmith - Part 14", - "_id": "639872fe8871e1272b10ccf6", - "acceptPlayerMessage": "639872fe8871e1272b10ccf6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639872fe8871e1272b10ccf6 changeQuestMessageText", - "completePlayerMessage": "639872fe8871e1272b10ccf6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5ea17bbc09aa976f2e7a51cd", - "5fce0cf655375d18a253eff0", - "558022b54bdc2dac148b458d", - "5d15cf3bd7ad1a67e71518b2", - "5947eab886f77475961d96c5", - "5c06595c0db834001a66af6c" - ], - "durability": { - "compareMethod": ">=", - "value": 80 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 300 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 60 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "639879addecada40426d3449", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 30 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 300 - }, - "target": [ - "5bb2475ed4351e00853264e3" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 4 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6399b45205aa481907106508", - "index": 0, - "parentId": "", - "value": 27, - "visibilityConditions": [] - }, - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639af496ad9d7e3216668f66", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac244c486f77413e12cf945", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639872fe8871e1272b10ccf6 declinePlayerMessage", - "description": "639872fe8871e1272b10ccf6 description", - "failMessageText": "639872fe8871e1272b10ccf6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aae9613606f31cf40e5a7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "639872fe8871e1272b10ccf6 name", - "note": "639872fe8871e1272b10ccf6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6399b46cdecada40426d344c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14900 - }, - { - "availableInGameEditions": [], - "id": "6399b478cd51826f7a069b8b", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6399b48f2b86ca1db02497f7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e2c", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 500 - } - } - ], - "target": "67eb506040b1947a72102e2c", - "type": "Item", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6399b4cec8f8cc12a47b02aa", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e2e", - "_tpl": "609bab8b455afd752b2e6138", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e2e", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6399b4d7e5163c24b3029357", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e30", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e31", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e32", - "_tpl": "5d6fc78386f77449d825f9dc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102e32", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "63a19caf5032c67f050dd95f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e33", - "_tpl": "5d44069ca4b9361ebd26fc37" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102e33", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639872fe8871e1272b10ccf6 startedMessageText", - "status": 0, - "successMessageText": "639872fe8871e1272b10ccf6 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "639873003693c63d86328f25": { - "QuestName": "Gunsmith - Part 19", - "_id": "639873003693c63d86328f25", - "acceptPlayerMessage": "639873003693c63d86328f25 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639873003693c63d86328f25 changeQuestMessageText", - "completePlayerMessage": "639873003693c63d86328f25 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5947e98b86f774778f1448bc", - "5dfcd0e547101c39625f66f9", - "5b30ac585acfc433000eb79c", - "57c5ac0824597754771e88a9" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 1000 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 15 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "63987a4e3693c63d86328f27", - "index": 0, - "magazineCapacity": { - "compareMethod": "<=", - "value": 10 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 500 - }, - "target": [ - "5c46fbd72e2216398b5a8c9c" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 8 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639af9817c898a131e1cff86", - "index": 0, - "parentId": "", - "value": 36, - "visibilityConditions": [] - }, - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639af9755b759c65a34764e6", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b477b6f86f7747290681823", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639873003693c63d86328f25 declinePlayerMessage", - "description": "639873003693c63d86328f25 description", - "failMessageText": "639873003693c63d86328f25 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aae96a435ab5742b4e407a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "639873003693c63d86328f25 name", - "note": "639873003693c63d86328f25 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639af992dae1800a3e135957", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 25500 - }, - { - "availableInGameEditions": [], - "id": "639af9a72a994a11600df097", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "639af9bcf5765f47cc7f0e68", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103672", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a72103672", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639af9c8dae1800a3e135958", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103674", - "_tpl": "60391afc25aff57af81f7085", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103674", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639af9d45b759c65a34764e7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103676", - "_tpl": "619cbfeb6b8a1b37a54eebfa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103676", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "63a19d374ebcff1c995dc33d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103677", - "_tpl": "6087e663132d4d12c81fd96b" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103677", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639873003693c63d86328f25 startedMessageText", - "status": 0, - "successMessageText": "639873003693c63d86328f25 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "63987301e11ec11ff5504036": { - "QuestName": "Gunsmith - Part 21", - "_id": "63987301e11ec11ff5504036", - "acceptPlayerMessage": "63987301e11ec11ff5504036 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63987301e11ec11ff5504036 changeQuestMessageText", - "completePlayerMessage": "63987301e11ec11ff5504036 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5cde739cd7f00c0010373bd3", - "5cde7afdd7f00c000d36b89d", - "5cde7b43d7f00c000d36b93e" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 1500 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 35 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "63987b49cd51826f7a069b85", - "index": 0, - "magazineCapacity": { - "compareMethod": "<=", - "value": 5 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 500 - }, - "target": [ - "5bfea6e90db834001b7347f3" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - }, - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5ef366938cef260c0642acad", - "5ef61964ec7f42238c31e0c1" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 200 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 75 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "55818b164bdc2ddc698b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "63987b9c05aa481907106505", - "index": 1, - "magazineCapacity": { - "compareMethod": ">=", - "value": 7 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 750 - }, - "target": [ - "5e81c3cbac2bb513793cdc75" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afa5592e27b60a1074096", - "index": 0, - "parentId": "", - "value": 38, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639afa4981b99001240bbe18", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b477f7686f7744d1b23c4d2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63987301e11ec11ff5504036 declinePlayerMessage", - "description": "63987301e11ec11ff5504036 description", - "failMessageText": "63987301e11ec11ff5504036 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aae9481287ef0b827d0bef.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "63987301e11ec11ff5504036 name", - "note": "63987301e11ec11ff5504036 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "639afa5d2a994a11600df098", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 27700 - }, - { - "availableInGameEditions": [], - "id": "639afa6a5b759c65a34764e8", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639afa8e92e27b60a1074097", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103017", - "_tpl": "567143bf4bdc2d1a0f8b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103017", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "639afa8381b99001240bbe19", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210301a", - "_tpl": "648984e3f09d032aa9399d53", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210301b", - "_tpl": "5efb0c1bd79ff02a1f5e68d9", - "parentId": "67eb506040b1947a7210301a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210301c", - "_tpl": "648984e3f09d032aa9399d53", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210301d", - "_tpl": "5efb0c1bd79ff02a1f5e68d9", - "parentId": "67eb506040b1947a7210301c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210301e", - "_tpl": "648984e3f09d032aa9399d53", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210301f", - "_tpl": "5efb0c1bd79ff02a1f5e68d9", - "parentId": "67eb506040b1947a7210301e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a7210301e", - "type": "Item", - "unknown": true, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "63a19d79f194393ecf632f8d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103020", - "_tpl": "5d025cc1d7ad1a53845279ef" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103020", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a19d815032c67f050dd964", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103021", - "_tpl": "5c793fb92e221644f31bfb64" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103021", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63987301e11ec11ff5504036 startedMessageText", - "status": 0, - "successMessageText": "63987301e11ec11ff5504036 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "639dbaf17c898a131e1cffff": { - "QuestName": "Debtor", - "_id": "639dbaf17c898a131e1cffff", - "acceptPlayerMessage": "639dbaf17c898a131e1cffff acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "639dbaf17c898a131e1cffff changeQuestMessageText", - "completePlayerMessage": "639dbaf17c898a131e1cffff completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7cd701943b749b5021eb9", - "target": "quest_zone_c29_debt", - "value": 1 - } - ], - "id": "63a7cd3aee7b4d0d5507baef" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7cd3aee7b4d0d5507baee", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639dbbb881b99001240bbe7d", - "target": [ - "TarkovStreets" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639dbbc35573fd6cc27d99c4", - "status": [ - "Survived" - ] - } - ], - "id": "639dbba35b759c65a347654a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "639dbba35b759c65a3476549", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63a7cdbbee7b4d0d5507baf0", - "target": "63a7cd3aee7b4d0d5507baee" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7914e5c2012425132e350", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b4795fb86f7745876267770", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a7915627a4ff476e6dd0c7", - "index": 1, - "parentId": "", - "value": 31, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "639dbaf17c898a131e1cffff declinePlayerMessage", - "description": "639dbaf17c898a131e1cffff description", - "failMessageText": "639dbaf17c898a131e1cffff failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90faa64b9631d9178271e.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "639dbaf17c898a131e1cffff name", - "note": "639dbaf17c898a131e1cffff note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a79165cc389e31a64596d4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 26600 - }, - { - "availableInGameEditions": [], - "id": "63a7917404d3dc28a52a20f4", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a7918af32fa1316250c3cd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103cd2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 250000 - } - } - ], - "target": "67eb506040b1947a72103cd2", - "type": "Item", - "unknown": false, - "value": 250000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "639dbaf17c898a131e1cffff startedMessageText", - "status": 0, - "successMessageText": "639dbaf17c898a131e1cffff successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "63a511ea30d85e10e375b045": { - "QuestName": "Broadcast - Part 3", - "_id": "63a511ea30d85e10e375b045", - "acceptPlayerMessage": "63a511ea30d85e10e375b045 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63a511ea30d85e10e375b045 changeQuestMessageText", - "completePlayerMessage": "63a511ea30d85e10e375b045 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63ac22c41b5c95746621ddc6", - "target": "quest_zone_c25_cinem2", - "value": 1 - } - ], - "id": "63ac22b8f627f540861d1b2e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ac22b8f627f540861d1b2d", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "639da5f35b759c65a3476548", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "639da635ad9d7e3216668fd6", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63a511ea30d85e10e375b049" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a511ea30d85e10e375b047", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "63ac22f9dd6923311c7d1822", - "target": "63ac22b8f627f540861d1b2d" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78a0f5c2012425132e349", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63913715f8e5dd32bf4e3aaa", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a78a5acc389e31a64596cf", - "index": 1, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63a511ea30d85e10e375b045 declinePlayerMessage", - "description": "63a511ea30d85e10e375b045 description", - "failMessageText": "63a511ea30d85e10e375b045 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/628b805544430c635d52a888.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "63a511ea30d85e10e375b045 name", - "note": "63a511ea30d85e10e375b045 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a511ea30d85e10e375b04a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10800 - }, - { - "availableInGameEditions": [], - "id": "63a78a9ef32fa1316250c3ca", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a78a97ee7b4d0d5507bae3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c2a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 68000 - } - } - ], - "target": "67eb506040b1947a72103c2a", - "type": "Item", - "unknown": false, - "value": 68000 - }, - { - "availableInGameEditions": [], - "id": "63aad2751287ef0b8279f70e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c2b", - "_tpl": "5d02797c86f774203f38e30a" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103c2b", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63a511ea30d85e10e375b045 startedMessageText", - "status": 0, - "successMessageText": "63a511ea30d85e10e375b045 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "63a5cf262964a7488f5243ce": { - "QuestName": "Test Drive - Part 2", - "_id": "63a5cf262964a7488f5243ce", - "acceptPlayerMessage": "63a5cf262964a7488f5243ce acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63a5cf262964a7488f5243ce changeQuestMessageText", - "completePlayerMessage": "63a5cf262964a7488f5243ce completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a5cfc34610fa47416d8efe", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 0, - "weapon": [ - "62e14904c2699c0ec93adc47" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "62ff9920fe938a24c90c10d2", - "62e2a7138e1ac9380579c122" - ] - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63b68baaff8292ffc8017ef0", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63a5cf262964a7488f5243d2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a5cf262964a7488f5243d1", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a5cf262964a7488f5243d0", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0bd94186f7747a727f09b2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63a5cf262964a7488f5243ce declinePlayerMessage", - "description": "63a5cf262964a7488f5243ce description", - "failMessageText": "63a5cf262964a7488f5243ce failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "63a5cf262964a7488f5243ce name", - "note": "63a5cf262964a7488f5243ce note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a5cf262964a7488f5243d3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103473", - "_tpl": "62e14904c2699c0ec93adc47", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103474", - "_tpl": "62e153bcdb1a5c41971c1b5b", - "parentId": "67eb506040b1947a72103473", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103475", - "_tpl": "62e2a7138e1ac9380579c122", - "parentId": "67eb506040b1947a72103473", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103476", - "_tpl": "62e2969582ebf260c20539c2", - "parentId": "67eb506040b1947a72103473", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103477", - "_tpl": "62e27a7865f0b1592a49e17b", - "parentId": "67eb506040b1947a72103473", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103478", - "_tpl": "62ff9920fe938a24c90c10d2", - "parentId": "67eb506040b1947a72103477", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103479", - "_tpl": "637ba19df7ca6372bf2613d7", - "parentId": "67eb506040b1947a72103473", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210347a", - "_tpl": "62ed1921b3608410ef5a2c04", - "parentId": "67eb506040b1947a72103479", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a7210347b", - "_tpl": "637ba29bf7ca6372bf2613db", - "parentId": "67eb506040b1947a72103473", - "slotId": "mod_pistolgrip" - } - ], - "target": "67eb506040b1947a72103473", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a5cf262964a7488f5243d4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 28000 - }, - { - "availableInGameEditions": [], - "id": "63a5cf262964a7488f5243da", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a5cf262964a7488f5243d5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210347d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 300000 - } - } - ], - "target": "67eb506040b1947a7210347d", - "type": "Item", - "unknown": false, - "value": 300000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63b68e197a64578367041f6a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210347e", - "_tpl": "5cadfbf7ae92152ac412eeef", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210347f", - "_tpl": "5caf187cae92157c28402e43", - "parentId": "67eb506040b1947a7210347e", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103480", - "_tpl": "5caf1041ae92157c28402e3f", - "parentId": "67eb506040b1947a7210347e", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103481", - "_tpl": "5caf16a2ae92152ac412efbc", - "parentId": "67eb506040b1947a7210347e", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103482", - "_tpl": "5cdaa99dd7f00c002412d0b2", - "parentId": "67eb506040b1947a7210347e", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103483", - "_tpl": "5caf1691ae92152ac412efb9", - "parentId": "67eb506040b1947a7210347e", - "slotId": "mod_scope" - } - ], - "target": "67eb506040b1947a7210347e", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63b68d5b10fc4c45f7035d0b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103485", - "_tpl": "5caf1109ae9215753c44119f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103486", - "_tpl": "5caf1109ae9215753c44119f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103487", - "_tpl": "5caf1109ae9215753c44119f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103487", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63b68d8dbadc49aa540ff20b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210348a", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210348b", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a7210348a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a7210348c", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210348d", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a7210348c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a7210348e", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210348f", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a7210348e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72103490", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103491", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72103490", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72103492", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103493", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72103492", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - }, - { - "_id": "67eb506040b1947a72103494", - "_tpl": "648983d6b5a2df1c815a04ec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103495", - "_tpl": "5cadf6eeae921500134b2799", - "parentId": "67eb506040b1947a72103494", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 10 - } - } - ], - "target": "67eb506040b1947a72103494", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a5cf262964a7488f5243d8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103497", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103498", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103499", - "_tpl": "5734758f24597738025ee253", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103499", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "66abb9456f11600e4e48bacc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210349a", - "_tpl": "5a26ac0ec4a28200741e1e18" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210349a", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63a5cf262964a7488f5243ce startedMessageText", - "status": 0, - "successMessageText": "63a5cf262964a7488f5243ce successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "63a88045abf76d719f42d715": { - "QuestName": "The Delicious Sausage", - "_id": "63a88045abf76d719f42d715", - "acceptPlayerMessage": "63a88045abf76d719f42d715 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63a88045abf76d719f42d715 changeQuestMessageText", - "completePlayerMessage": "63a88045abf76d719f42d715 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "quest_produkt1", - "value": 1 - } - ], - "id": "63a98cfbc31b00242d28a95c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a98cfbc31b00242d28a95b", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d33c0f61a5d8731cd9e", - "target": "quest_produkt2", - "value": 1 - } - ], - "id": "63a98d24655ec5555b4aa9e8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a98d24655ec5555b4aa9e7", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d48655ec5555b4aa9e9", - "target": "quest_produkt3", - "value": 1 - } - ], - "id": "63a98d39da7999196148ba3b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a98d39da7999196148ba3a", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d6c64b9631d9178274d", - "target": "quest_produkt4", - "value": 1 - } - ], - "id": "63a98d60c0f61a5d8731cda0" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a98d60c0f61a5d8731cd9f", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a98cdf655ec5555b4aa9e6", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "635a758bfefc88a93f021b8a" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63aacc511b5c9574661f054a", - "index": 0, - "parentId": "", - "value": 5, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9ec27813bba58a50ca084", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25b6be86f77444001e1b89", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63a88045abf76d719f42d715 declinePlayerMessage", - "description": "63a88045abf76d719f42d715 description", - "failMessageText": "63a88045abf76d719f42d715 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/default.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "63a88045abf76d719f42d715 name", - "note": "63a88045abf76d719f42d715 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a9f14cc31b00242d28a9c0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 2600 - }, - { - "availableInGameEditions": [], - "id": "63a9f15ead5cc12f22162053", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a9f2ee7cd7613adb65252a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dd6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 10000 - } - } - ], - "target": "67eb506040b1947a72103dd6", - "type": "Item", - "unknown": false, - "value": 10000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a9f267009ffc6a551631cd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dd8", - "_tpl": "57347c77245977448d35f6e2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dd9", - "_tpl": "57347c77245977448d35f6e2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103dd9", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a9f2bf87c76a25c91212a0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ddb", - "_tpl": "57347c5b245977448d35f6e1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ddc", - "_tpl": "57347c5b245977448d35f6e1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ddc", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63a9f289c31b00242d28a9c1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dde", - "_tpl": "59e35cbb86f7741778269d83", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103dde", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63a88045abf76d719f42d715 startedMessageText", - "status": 0, - "successMessageText": "63a88045abf76d719f42d715 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Discover" - }, - "63a9ae24009ffc6a551631a5": { - "QuestName": "Best Job in the World", - "_id": "63a9ae24009ffc6a551631a5", - "acceptPlayerMessage": "63a9ae24009ffc6a551631a5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63a9ae24009ffc6a551631a5 changeQuestMessageText", - "completePlayerMessage": "63a9ae24009ffc6a551631a5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 100 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b16a87c76a25c912125e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [ - "5bf3e03b0db834001d2c4a9c", - "5ac4cd105acfc40016339859", - "5644bd2b4bdc2d3b4c8b4572", - "5bf3e0490db83400196199af", - "5ab8e9fcd8ce870019439434", - "628b5638ad252a16da6dd245" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "63a9ae63da7999196148ba5d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9ae63da7999196148ba5c", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 30, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9f017c31b00242d28a9be", - "index": 0, - "parentId": "", - "value": 25, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9f02fda7999196148ba81", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "59ca2eb686f77445a80ed049", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9f035813bba58a50ca088", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "639136f086e646067c176a8b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63a9ae24009ffc6a551631a5 declinePlayerMessage", - "description": "63a9ae24009ffc6a551631a5 description", - "failMessageText": "63a9ae24009ffc6a551631a5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "63a9ae24009ffc6a551631a5 name", - "note": "63a9ae24009ffc6a551631a5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a9f042009ffc6a551631cc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15400 - }, - { - "availableInGameEditions": [], - "id": "63a9f049c31b00242d28a9bf", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "id": "63a9f74ac31b00242d28a9c8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103288", - "_tpl": "62e7e7bbe6da9612f743f1e0" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103288", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a9f750009ffc6a551631d0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103289", - "_tpl": "5656eb674bdc2d35148b457c" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72103289", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63a9ae24009ffc6a551631a5 startedMessageText", - "status": 0, - "successMessageText": "63a9ae24009ffc6a551631a5 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "63a9b229813bba58a50c9ee5": { - "QuestName": "Worst Job in the World", - "_id": "63a9b229813bba58a50c9ee5", - "acceptPlayerMessage": "63a9b229813bba58a50c9ee5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63a9b229813bba58a50c9ee5 changeQuestMessageText", - "completePlayerMessage": "63a9b229813bba58a50c9ee5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 100 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b16a87c76a25c912125e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [ - "5447a9cd4bdc2dbd208b4567", - "5c07c60e0db834002330051f", - "5d43021ca4b9362eab4b5e25" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "63a9b229813bba58a50c9ee7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b229813bba58a50c9ee6", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 30, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9efcc7cd7613adb652529", - "index": 0, - "parentId": "", - "value": 25, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9efdbad5cc12f22162052", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "639135f286e646067c176a87", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9efd2655ec5555b4aaa7b", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27bc6986f7741c7358402b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63a9b229813bba58a50c9ee5 declinePlayerMessage", - "description": "63a9b229813bba58a50c9ee5 description", - "failMessageText": "63a9b229813bba58a50c9ee5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5a27c50f86f7740b3d65e16a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "63a9b229813bba58a50c9ee5 name", - "note": "63a9b229813bba58a50c9ee5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a9ef1dc593cc01b37133ce", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15400 - }, - { - "availableInGameEditions": [], - "id": "63a9ef25009ffc6a551631ca", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "id": "63a9f767ad5cc12f22162055", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032c6", - "_tpl": "6357c98711fb55120211f7e1" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721032c6", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "63a9f76dda7999196148ba82", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032c7", - "_tpl": "5ede475b549eed7c6d5c18fb" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721032c7", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63a9b229813bba58a50c9ee5 startedMessageText", - "status": 0, - "successMessageText": "63a9b229813bba58a50c9ee5 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "63a9b36cc31b00242d28a99f": { - "QuestName": "Slaughterhouse", - "_id": "63a9b36cc31b00242d28a99f", - "acceptPlayerMessage": "63a9b36cc31b00242d28a99f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63a9b36cc31b00242d28a99f changeQuestMessageText", - "completePlayerMessage": "63a9b36cc31b00242d28a99f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b40cad5cc12f22162021", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b41864b9631d91782768", - "target": [ - "factory4_day" - ] - } - ], - "id": "63a9b3d7813bba58a50c9eea" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b3d7813bba58a50c9ee9", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b433da7999196148ba5e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b444655ec5555b4aaa30", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "63a9b41dad5cc12f22162023" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b41dad5cc12f22162022", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b476c593cc01b37133b3", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b48cc593cc01b37133b4", - "target": [ - "Lighthouse" - ] - } - ], - "id": "63a9b45bda7999196148ba60" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b45bda7999196148ba5f", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b53a64b9631d91782769", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b553c593cc01b37133b5", - "target": [ - "Woods" - ] - } - ], - "id": "63a9b52b009ffc6a551631a8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b52b009ffc6a551631a7", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b566655ec5555b4aaa31", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "664a5428d5e33a713b622379", - "6540d2162ae6d96b540afcaf", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b57487c76a25c912125f", - "target": [ - "Shoreline" - ] - } - ], - "id": "63a9b557da7999196148ba62" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b557da7999196148ba61", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b5a1da7999196148ba65", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b5aead5cc12f22162024", - "target": [ - "Interchange" - ] - } - ], - "id": "63a9b591da7999196148ba64" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b591da7999196148ba63", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b5c964b9631d9178276a", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b5ddc593cc01b37133b6", - "target": [ - "bigmap" - ] - } - ], - "id": "63a9b5b2813bba58a50c9eec" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b5b2813bba58a50c9eeb", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a9b5fdc31b00242d28a9a1", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "601948682627df266209af05", - "5c012ffc0db834001d23f03f", - "5bc9c1e2d4351e00367fbcf0", - "5bead2e00db834001c062938", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63a9b61264b9631d9178276d", - "target": [ - "RezervBase" - ] - } - ], - "id": "63a9b5f064b9631d9178276c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9b5f064b9631d9178276b", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "65e0a4ed5a55e55e498eb584", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [ - "54491bb74bdc2d09088b4567", - "57e26fc7245977162a14b800", - "57e26ea924597715ca604a09", - "5bffe7930db834001b734a39", - "5fc64ea372b0dd78d51159dc", - "5c07df7f0db834001b73588a", - "6087e570b998180e9f76dc24", - "5bffdc370db834001d23eca8", - "5bffdd7e0db834001b734a1a", - "5c0126f40db834002a125382", - "63495c500c297e20065a08b1", - "63920105a83e15700a00f168", - "601948682627df266209af05", - "5c010e350db83400232feec7", - "57cd379a24597778e7682ecf", - "5c012ffc0db834001d23f03f", - "5bead2e00db834001c062938", - "5bc9c1e2d4351e00367fbcf0", - "6540d2162ae6d96b540afcaf", - "664a5428d5e33a713b622379", - "65ca457b4aafb5d7fc0dcb5d", - "67609c44204d813ae30e07f7", - "674d90b55704568fe60bc8f5" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65e0a4fc0c7764c1f179e96a", - "target": [ - "Sandbox", - "Sandbox_high" - ] - } - ], - "id": "65e0a3293dfbcdb3a5012b9d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65e0a329893b7bf535c6a9fd", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9ed61ad5cc12f22162050", - "index": 0, - "parentId": "", - "value": 40, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9ed7b64b9631d917831f4", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "639136df4b15ca31f76bc31f", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63a9ed8387c76a25c912129d", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "6391372c8ba6894d155e77d7", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63a9b36cc31b00242d28a99f declinePlayerMessage", - "description": "63a9b36cc31b00242d28a99f description", - "failMessageText": "63a9b36cc31b00242d28a99f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d67b41686f774368e1b78df.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "63a9b36cc31b00242d28a99f name", - "note": "63a9b36cc31b00242d28a99f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63a9ed94c593cc01b37133cc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 34700 - }, - { - "availableInGameEditions": [], - "id": "63a9eed1c593cc01b37133cd", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63a9edaa7cd7613adb652528", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103291", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb506040b1947a72103291", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "id": "63a9d1a4009ffc6a551631b6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103292", - "_tpl": "63920105a83e15700a00f168" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103292", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63a9b36cc31b00242d28a99f startedMessageText", - "status": 0, - "successMessageText": "63a9b36cc31b00242d28a99f successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "63ab180c87413d64ae0ac20a": { - "QuestName": "Dangerous Road", - "_id": "63ab180c87413d64ae0ac20a", - "acceptPlayerMessage": "63ab180c87413d64ae0ac20a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "63ab180c87413d64ae0ac20a changeQuestMessageText", - "completePlayerMessage": "63ab180c87413d64ae0ac20a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63ab186a87413d64ae0ac20e", - "target": [ - "TarkovStreets" - ] - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "63ab18aa435ab5742b4e40ae", - "status": [ - "Survived" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "E7_car", - "id": "63ab19253606f31cf40e5adc" - } - ], - "id": "63ab184ff627f540861d1186" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ab184ff627f540861d1185", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ab1989f83fd608393890ae", - "index": 0, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "596a0e1686f7741ddf17dbee", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "63ab1991f627f540861d1187", - "index": 1, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "63ab180c87413d64ae0ac20a declinePlayerMessage", - "description": "63ab180c87413d64ae0ac20a description", - "failMessageText": "63ab180c87413d64ae0ac20a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab182c87413d64ae0ac20c.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "63ab180c87413d64ae0ac20a name", - "note": "63ab180c87413d64ae0ac20a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "63ab22241b5c95746621dd88", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7800 - }, - { - "availableInGameEditions": [], - "id": "63ab21b1e842787ad2135716", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "63ab227787413d64ae0ac20f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c7a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 45000 - } - } - ], - "target": "67eb506040b1947a72103c7a", - "type": "Item", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63ab62c01b5c95746621dd89", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c7c", - "_tpl": "5af0454c86f7746bf20992e8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c7d", - "_tpl": "5af0454c86f7746bf20992e8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c7d", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "63ab62c8f627f540861d1188", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c7f", - "_tpl": "5e8488fa988a8701445df1e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c80", - "_tpl": "5e8488fa988a8701445df1e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103c80", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "63ab180c87413d64ae0ac20a startedMessageText", - "status": 0, - "successMessageText": "63ab180c87413d64ae0ac20a successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "641dbfd7f43eda9d810d7137": { - "QuestName": "Important Patient", - "_id": "641dbfd7f43eda9d810d7137", - "acceptPlayerMessage": "641dbfd7f43eda9d810d7137 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "641dbfd7f43eda9d810d7137 changeQuestMessageText", - "completePlayerMessage": "641dbfd7f43eda9d810d7137 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "641dc00c9707edb6230f2b28", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "544fb25a4bdc2dfb738b4567" - ], - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64217bb03f80fc6c0a018fc4", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5751a25924597722c463c472" - ], - "value": "1", - "visibilityConditions": [] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "641dbfd7f43eda9d810d7137 declinePlayerMessage", - "description": "641dbfd7f43eda9d810d7137 description", - "failMessageText": "641dbfd7f43eda9d810d7137 failMessageText", - "image": "/files/quest/icon/642d82abead645348e204ff5.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "641dbfd7f43eda9d810d7137 name", - "note": "641dbfd7f43eda9d810d7137 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "643aa9fb199a5802b2031dab", - "index": 7, - "target": "Surgery", - "type": "Skill", - "unknown": true, - "value": "500" - }, - { - "id": "643aaa1ab86aac2e1905f46f", - "index": 8, - "target": "Health", - "type": "Skill", - "unknown": true, - "value": "500" - }, - { - "findInRaid": true, - "id": "643aaa34005714b0b201230b", - "index": 9, - "items": [ - { - "_id": "6492e44bf4287b13040fccf1", - "_tpl": "5aafbcd986f7745e590fff23", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6492e44bf4287b13040fccf1", - "type": "Item", - "unknown": true, - "value": "1" - }, - { - "findInRaid": true, - "id": "643aaa54b6cebae8ec028fdc", - "index": 10, - "items": [ - { - "_id": "6492e44bf4287b13040fccf2", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "StackObjectsCount": 4 - } - } - ], - "target": "6492e44bf4287b13040fccf2", - "type": "Item", - "unknown": true, - "value": "4" - }, - { - "findInRaid": true, - "id": "643aaa64edc9f6b24308fc5d", - "index": 11, - "items": [ - { - "_id": "6492e44bf4287b13040fccf3", - "_tpl": "5755383e24597772cb798966", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "6492e44bf4287b13040fccf3", - "type": "Item", - "unknown": true, - "value": "2" - }, - { - "findInRaid": true, - "id": "643aaa6f7a04c3d61c014c66", - "index": 12, - "items": [ - { - "_id": "6492e44bf4287b13040fccf4", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "6492e44bf4287b13040fccf4", - "type": "Item", - "unknown": true, - "value": "5" - }, - { - "findInRaid": true, - "id": "643aaa7ed9c8a5bdfd0c4ccf", - "index": 13, - "items": [ - { - "_id": "6492e44bf4287b13040fccf5", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "6492e44bf4287b13040fccf5", - "type": "Item", - "unknown": true, - "value": "3" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "641dbfd7f43eda9d810d7137 startedMessageText", - "successMessageText": "641dbfd7f43eda9d810d7137 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "64764abcd125ab430a14ccb5": { - "QuestName": "Bloodhounds", - "_id": "64764abcd125ab430a14ccb5", - "acceptPlayerMessage": "64764abcd125ab430a14ccb5 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64764abcd125ab430a14ccb5 changeQuestMessageText", - "completePlayerMessage": "64764abcd125ab430a14ccb5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "64764b00e77a3263d5638665", - "savageRole": [ - "arenaFighterEvent" - ], - "target": "Savage" - } - ], - "id": "64764aed9435b353eb5e73f8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64764aed9435b353eb5e73f7", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "30", - "visibilityConditions": [] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "64764abcd125ab430a14ccb5 declinePlayerMessage", - "description": "64764abcd125ab430a14ccb5 description", - "failMessageText": "64764abcd125ab430a14ccb5 failMessageText", - "image": "/files/quest/icon/6477022b8777780aaf4b50c5.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "64764abcd125ab430a14ccb5 name", - "note": "64764abcd125ab430a14ccb5 note", - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": true, - "id": "64764ca76b44ef2a93750075", - "index": 0, - "items": [ - { - "_id": "6492e44bf4287b13040fcd1a", - "_tpl": "5580223e4bdc2d1c128b457f", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "6492e44bf4287b13040fcd1b", - "_tpl": "55d447bb4bdc2d892f8b456f", - "parentId": "6492e44bf4287b13040fcd1a", - "slotId": "mod_barrel" - }, - { - "_id": "6492e44bf4287b13040fcd1c", - "_tpl": "611a31ce5b7ffe001b4649d1", - "parentId": "6492e44bf4287b13040fcd1a", - "slotId": "mod_stock" - } - ], - "target": "6492e44bf4287b13040fcd1a", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "64764d56040cd140505492d7", - "index": 1, - "items": [ - { - "_id": "6492e44bf4287b13040fcd1d", - "_tpl": "5d6e6911a4b9361bd5780d52", - "upd": { - "StackObjectsCount": 120 - } - } - ], - "target": "6492e44bf4287b13040fcd1d", - "type": "Item", - "value": "120" - }, - { - "id": "64764d7180cb2f4cb318e5e5", - "index": 2, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "value": "0.15" - }, - { - "id": "64764dc585699632555ed176", - "index": 3, - "items": [ - { - "_id": "6492e44bf4287b13040fcd1e", - "_tpl": "59e0d99486f7744a32234762" - } - ], - "loyaltyLevel": 1, - "target": "6492e44bf4287b13040fcd1e", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64764abcd125ab430a14ccb5 startedMessageText", - "successMessageText": "64764abcd125ab430a14ccb5 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "647710905320c660d91c15a5": { - "QuestName": "Hint", - "_id": "647710905320c660d91c15a5", - "acceptPlayerMessage": "647710905320c660d91c15a5 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "647710905320c660d91c15a5 changeQuestMessageText", - "completePlayerMessage": "647710905320c660d91c15a5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "647712dfa243be48547d6b95", - "savageRole": [ - "bossBully" - ], - "target": "Savage" - } - ], - "id": "647712cf4ae7f12905177ce6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "647712cf4ae7f12905177ce5", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "647712f3a791a06f316e06e5", - "savageRole": [ - "bossGluhar" - ], - "target": "Savage" - } - ], - "id": "647712e35320c660d91c15a8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "647712e35320c660d91c15a7", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64771be2a243be48547d6b96", - "savageRole": [ - "bossKilla" - ], - "target": "Savage" - } - ], - "id": "64771bca4ae7f12905177ce8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771bca4ae7f12905177ce7", - "index": 2, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64771c6aa791a06f316e06e6", - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage" - } - ], - "id": "64771c555320c660d91c15aa" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771c555320c660d91c15a9", - "index": 3, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64771ca3a243be48547d6b97", - "savageRole": [ - "bossKnight" - ], - "target": "Savage" - } - ], - "id": "64771c884ae7f12905177cea" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771c884ae7f12905177ce9", - "index": 4, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64771d4acc52a45a39338676", - "savageRole": [ - "followerBigPipe" - ], - "target": "Savage" - } - ], - "id": "64771cab5320c660d91c15ac" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771cab5320c660d91c15ab", - "index": 5, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "64771d60ac21bb41ed1fc8e5", - "savageRole": [ - "followerBirdEye" - ], - "target": "Savage" - } - ], - "id": "64771d529ff5e21611764716" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771d529ff5e21611764715", - "index": 6, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64771e8dcc52a45a39338677", - "savageRole": [ - "bossSanitar" - ], - "target": "Savage" - } - ], - "id": "64771e7ded3a9d1ca43cbfe6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771e7ded3a9d1ca43cbfe5", - "index": 7, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "64771ecbac21bb41ed1fc8e6", - "savageRole": [ - "bossTagilla", - "followerTagilla" - ], - "target": "Savage" - } - ], - "id": "64771eb49ff5e21611764718" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771eb49ff5e21611764717", - "index": 8, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "64771f07cc52a45a39338678", - "savageRole": [ - "pmcBot" - ], - "target": "Savage" - } - ], - "id": "64771ee4ed3a9d1ca43cbfe8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771ee4ed3a9d1ca43cbfe7", - "index": 9, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "5", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64771f53cc52a45a39338679", - "savageRole": [ - "exUsec" - ], - "target": "Savage" - } - ], - "id": "64771f2ded3a9d1ca43cbfea" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771f2ded3a9d1ca43cbfe9", - "index": 10, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "5", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64771f7fed3a9d1ca43cbfeb", - "savageRole": [ - "sectantPriest" - ], - "target": "Savage" - } - ], - "id": "64771f62a243be48547d6b99" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64771f62a243be48547d6b98", - "index": 11, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "647710905320c660d91c15a5 declinePlayerMessage", - "description": "647710905320c660d91c15a5 description", - "failMessageText": "647710905320c660d91c15a5 failMessageText", - "image": "/files/quest/icon/64787c4409331b29cb638286.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "647710905320c660d91c15a5 name", - "note": "647710905320c660d91c15a5 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "647723a2ed3a9d1ca43cbfec", - "index": 0, - "items": [ - { - "_id": "6492e44bf4287b13040fccf6", - "_tpl": "5efb0da7a29a85116f6ea05f" - } - ], - "loyaltyLevel": 1, - "target": "6492e44bf4287b13040fccf6", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock" - }, - { - "id": "647723b8a791a06f316e06e7", - "index": 1, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "value": "0.15" - }, - { - "findInRaid": true, - "id": "647750e186148110286409a5", - "index": 2, - "items": [ - { - "_id": "6492e44bf4287b13040fccf7", - "_tpl": "5fc3f2d5900b1d5091531e57", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "6492e44bf4287b13040fccf8", - "_tpl": "5fbbc366ca32ed67276c1557", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_barrel" - }, - { - "_id": "6492e44bf4287b13040fccf9", - "_tpl": "5a32a064c4a28200741e22de", - "parentId": "6492e44bf4287b13040fccf8", - "slotId": "mod_muzzle" - }, - { - "_id": "6492e44bf4287b13040fccfa", - "_tpl": "5a7ad2e851dfba0016153692", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_magazine" - }, - { - "_id": "6492e44bf4287b13040fccfb", - "_tpl": "5c18b90d2e2216152142466b", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_sight_front" - }, - { - "_id": "6492e44bf4287b13040fccfc", - "_tpl": "5c18b9192e2216398b5a8104", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_sight_rear" - }, - { - "_id": "6492e44bf4287b13040fccfd", - "_tpl": "558022b54bdc2dac148b458d", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_scope" - }, - { - "_id": "6492e44bf4287b13040fccfe", - "_tpl": "5fb655b748c711690e3a8d5a", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_stock" - }, - { - "_id": "6492e44bf4287b13040fccff", - "_tpl": "5c793fb92e221644f31bfb64", - "parentId": "6492e44bf4287b13040fccfe", - "slotId": "mod_stock_000" - }, - { - "_id": "6492e44bf4287b13040fcd00", - "_tpl": "58d2946386f774496974c37e", - "parentId": "6492e44bf4287b13040fccff", - "slotId": "mod_stock_000" - }, - { - "_id": "6492e44bf4287b13040fcd01", - "_tpl": "58d2912286f7744e27117493", - "parentId": "6492e44bf4287b13040fcd00", - "slotId": "mod_stock" - }, - { - "_id": "6492e44bf4287b13040fcd02", - "_tpl": "5fbb976df9986c4cff3fe5f2", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_mount" - }, - { - "_id": "6492e44bf4287b13040fcd03", - "_tpl": "5fce0cf655375d18a253eff0", - "parentId": "6492e44bf4287b13040fcd02", - "slotId": "mod_foregrip" - }, - { - "_id": "6492e44bf4287b13040fcd04", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_mount_001" - }, - { - "_id": "6492e44bf4287b13040fcd05", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "6492e44bf4287b13040fccf7", - "slotId": "mod_mount_002" - }, - { - "_id": "6492e44bf4287b13040fcd06", - "_tpl": "6267c6396b642f77f56f5c1c", - "parentId": "6492e44bf4287b13040fcd05", - "slotId": "mod_tactical" - }, - { - "_id": "6492e44bf4287b13040fcd07", - "_tpl": "57d17c5e2459775a5c57d17d", - "parentId": "6492e44bf4287b13040fcd06", - "slotId": "mod_flashlight" - } - ], - "target": "6492e44bf4287b13040fccf7", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "647750f0ac21bb41ed1fc8eb", - "index": 3, - "items": [ - { - "_id": "6492e44bf4287b13040fcd08", - "_tpl": "5fb64bc92b1b027b1f50bcf2", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "6492e44bf4287b13040fcd09", - "_tpl": "5fb653962b1b027b1f50bd03", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_barrel" - }, - { - "_id": "6492e44bf4287b13040fcd0a", - "_tpl": "5fc4b992187fea44d52edaa9", - "parentId": "6492e44bf4287b13040fcd09", - "slotId": "mod_muzzle" - }, - { - "_id": "6492e44bf4287b13040fcd0b", - "_tpl": "5fc4b9b17283c4046c5814d7", - "parentId": "6492e44bf4287b13040fcd0a", - "slotId": "mod_muzzle" - }, - { - "_id": "6492e44bf4287b13040fcd0c", - "_tpl": "5bc09a30d4351e00367fb7c8", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_sight_front" - }, - { - "_id": "6492e44bf4287b13040fcd0d", - "_tpl": "5bc09a18d4351e003562b68e", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_sight_rear" - }, - { - "_id": "6492e44bf4287b13040fcd0e", - "_tpl": "5fb651dc85f90547f674b6f4", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_magazine" - }, - { - "_id": "6492e44bf4287b13040fcd0f", - "_tpl": "59db7eed86f77461f8380365", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_scope" - }, - { - "_id": "6492e44bf4287b13040fcd10", - "_tpl": "5c05293e0db83400232fff80", - "parentId": "6492e44bf4287b13040fcd0f", - "slotId": "mod_scope" - }, - { - "_id": "6492e44bf4287b13040fcd11", - "_tpl": "5c05295e0db834001a66acbb", - "parentId": "6492e44bf4287b13040fcd10", - "slotId": "mod_mount" - }, - { - "_id": "6492e44bf4287b13040fcd12", - "_tpl": "5fb6558ad6f0b2136f2d7eb7", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_stock" - }, - { - "_id": "6492e44bf4287b13040fcd13", - "_tpl": "5fbb976df9986c4cff3fe5f2", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_mount" - }, - { - "_id": "6492e44bf4287b13040fcd14", - "_tpl": "59fc48e086f77463b1118392", - "parentId": "6492e44bf4287b13040fcd13", - "slotId": "mod_foregrip" - }, - { - "_id": "6492e44bf4287b13040fcd15", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "6492e44bf4287b13040fcd08", - "slotId": "mod_mount_002" - }, - { - "_id": "6492e44bf4287b13040fcd16", - "_tpl": "6267c6396b642f77f56f5c1c", - "parentId": "6492e44bf4287b13040fcd15", - "slotId": "mod_tactical" - }, - { - "_id": "6492e44bf4287b13040fcd17", - "_tpl": "57d17c5e2459775a5c57d17d", - "parentId": "6492e44bf4287b13040fcd16", - "slotId": "mod_flashlight" - } - ], - "target": "6492e44bf4287b13040fcd08", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "647862445320c660d91c15de", - "index": 4, - "items": [ - { - "_id": "6492e44bf4287b13040fcd18", - "_tpl": "5a7ad2e851dfba0016153692", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "6492e44bf4287b13040fcd18", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "6478625c9ff5e2161176471a", - "index": 5, - "items": [ - { - "_id": "6492e44bf4287b13040fcd19", - "_tpl": "5fb651dc85f90547f674b6f4", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "6492e44bf4287b13040fcd19", - "type": "Item", - "value": "3" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "647710905320c660d91c15a5 startedMessageText", - "successMessageText": "647710905320c660d91c15a5 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "64916da7ad4e722c106f2345": { - "QuestName": "Failed Setup", - "_id": "64916da7ad4e722c106f2345", - "acceptPlayerMessage": "64916da7ad4e722c106f2345 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64916da7ad4e722c106f2345 changeQuestMessageText", - "completePlayerMessage": "64916da7ad4e722c106f2345 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "64916ebf0509dd09725d7065", - "savageRole": [ - "sectantPriest", - "sectantWarrior" - ], - "target": "Savage" - } - ], - "id": "64916dc0ad4e722c106f2346" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64916dc0ad4e722c106f2345", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "30", - "visibilityConditions": [] - } - ], - "AvailableForStart": [], - "Fail": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "6492c2b3fbe99864862dc1f5", - "savageRole": [ - "assault", - "cursedAssault", - "marksman", - "savage" - ], - "target": "Savage" - } - ], - "id": "6492c20965ee910b9d7fbce7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "id": "6492c20965ee910b9d7fbce6", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "64916da7ad4e722c106f2345 declinePlayerMessage", - "description": "64916da7ad4e722c106f2345 description", - "failMessageText": "64916da7ad4e722c106f2345 failMessageText", - "image": "/files/quest/icon/6499ae386e932425bb03fb2f.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "64916da7ad4e722c106f2345 name", - "note": "64916da7ad4e722c106f2345 note", - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "6491e72ff8040d427a3a5c26", - "index": 0, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0cab9c", - "_tpl": "62e7e7bbe6da9612f743f1e0" - } - ], - "loyaltyLevel": 1, - "target": "64a2e6f09b9ad2b93b0cab9c", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock" - }, - { - "id": "6491e749ad4e722c106f2348", - "index": 1, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0cab9d", - "_tpl": "5656eb674bdc2d35148b457c" - } - ], - "loyaltyLevel": 1, - "target": "64a2e6f09b9ad2b93b0cab9d", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock" - }, - { - "id": "6491e75a3feb0c6db85581c7", - "index": 2, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0cab9e", - "_tpl": "6357c98711fb55120211f7e1" - } - ], - "loyaltyLevel": 1, - "target": "64a2e6f09b9ad2b93b0cab9e", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock" - }, - { - "id": "6491e7730509dd09725d7066", - "index": 3, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0cab9f", - "_tpl": "5ede475b549eed7c6d5c18fb" - } - ], - "loyaltyLevel": 1, - "target": "64a2e6f09b9ad2b93b0cab9f", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock" - }, - { - "id": "6491e71c3feb0c6db85581c6", - "index": 4, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "value": "0.15" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64916da7ad4e722c106f2345 startedMessageText", - "successMessageText": "64916da7ad4e722c106f2345 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "649567f359eab30d1b7c9585": { - "QuestName": "Hustle", - "_id": "649567f359eab30d1b7c9585", - "acceptPlayerMessage": "649567f359eab30d1b7c9585 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "649567f359eab30d1b7c9585 changeQuestMessageText", - "completePlayerMessage": "649567f359eab30d1b7c9585 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "6495684759eab30d1b7c9587", - "savageRole": [ - "bossBully" - ], - "target": "Savage" - } - ], - "id": "6495682b38fcd34cc8485926" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6495682b38fcd34cc8485925", - "index": 0, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "649568d7f34ee972322a6bcb", - "savageRole": [ - "bossGluhar" - ], - "target": "Savage" - } - ], - "id": "649568377d39c528e1532717" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649568377d39c528e1532716", - "index": 1, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "649568ea5d1d966bd1060566", - "savageRole": [ - "bossKilla" - ], - "target": "Savage" - } - ], - "id": "649568dc38fcd34cc8485928" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649568dc38fcd34cc8485927", - "index": 2, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "64956908f34ee972322a6bcc", - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage" - } - ], - "id": "649568f159eab30d1b7c9589" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649568f159eab30d1b7c9588", - "index": 3, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "649569d10e50ff4e640791ed", - "savageRole": [ - "bossSanitar" - ], - "target": "Savage" - } - ], - "id": "649569c15d1d966bd1060568" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649569c15d1d966bd1060567", - "index": 4, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "649569faf34ee972322a6bce", - "savageRole": [ - "bossTagilla", - "followerTagilla" - ], - "target": "Savage" - } - ], - "id": "649569e81bb4d158bc4d0166" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649569e81bb4d158bc4d0165", - "index": 5, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "64956b9b38fcd34cc8485929", - "status": [ - "Survived" - ] - } - ], - "id": "64956b888e277d6c87532da6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64956b888e277d6c87532da5", - "index": 6, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": "1", - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64956bfa38fcd34cc848592a", - "target": "649569e81bb4d158bc4d0165" - }, - { - "conditionType": "CompleteCondition", - "id": "64956c04e8698f5e2f477438", - "target": "649569c15d1d966bd1060567" - }, - { - "conditionType": "CompleteCondition", - "id": "64956c0b5d1d966bd1060569", - "target": "649568f159eab30d1b7c9588" - }, - { - "conditionType": "CompleteCondition", - "id": "64956c121bb4d158bc4d0167", - "target": "649568377d39c528e1532716" - }, - { - "conditionType": "CompleteCondition", - "id": "64956c190e50ff4e640791ee", - "target": "6495682b38fcd34cc8485925" - }, - { - "conditionType": "CompleteCondition", - "id": "64956cde5d1d966bd106056a", - "target": "649568dc38fcd34cc8485927" - } - ] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "649567f359eab30d1b7c9585 declinePlayerMessage", - "description": "649567f359eab30d1b7c9585 description", - "failMessageText": "649567f359eab30d1b7c9585 failMessageText", - "image": "/files/quest/icon/64a2c8e0e4c3b3082302e5bd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "649567f359eab30d1b7c9585 name", - "note": "649567f359eab30d1b7c9585 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "64959af2ff9c980e6901e774", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "value": "0.15" - }, - { - "findInRaid": true, - "id": "649c2ce0dfa7574072714405", - "index": 1, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0caba4", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "64a2e6f09b9ad2b93b0caba4", - "type": "Item", - "value": "50000" - }, - { - "findInRaid": true, - "id": "64959ad35d1d966bd106056f", - "index": 2, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0caba5", - "_tpl": "5c110624d174af029e69734c", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "64a2e6f09b9ad2b93b0caba5", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "649c2c5bbf7a430fca282335", - "index": 3, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0caba6", - "_tpl": "5fbcc1d9016cce60e8341ab3", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "64a2e6f09b9ad2b93b0caba7", - "_tpl": "59db3a1d86f77429e05b4e92", - "parentId": "64a2e6f09b9ad2b93b0caba6", - "slotId": "mod_pistol_grip" - }, - { - "_id": "64a2e6f09b9ad2b93b0caba8", - "_tpl": "5fbcc3e4d6fa9c00c571bb58", - "parentId": "64a2e6f09b9ad2b93b0caba6", - "slotId": "mod_reciever" - }, - { - "_id": "64a2e6f09b9ad2b93b0caba9", - "_tpl": "5fbbfacda56d053a3543f799", - "parentId": "64a2e6f09b9ad2b93b0caba8", - "slotId": "mod_barrel" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabaa", - "_tpl": "5fbc210bf24b94483f726481", - "parentId": "64a2e6f09b9ad2b93b0caba9", - "slotId": "mod_gas_block" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabab", - "_tpl": "5fbc22ccf24b94483f726483", - "parentId": "64a2e6f09b9ad2b93b0caba9", - "slotId": "mod_muzzle" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabac", - "_tpl": "5fbcbd10ab884124df0cd563", - "parentId": "64a2e6f09b9ad2b93b0cabab", - "slotId": "mod_muzzle_000" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabad", - "_tpl": "5fbe760793164a5b6278efc8", - "parentId": "64a2e6f09b9ad2b93b0cabab", - "slotId": "mod_muzzle_001" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabae", - "_tpl": "5fbc227aa56d053a3543f79e", - "parentId": "64a2e6f09b9ad2b93b0caba8", - "slotId": "mod_handguard" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabaf", - "_tpl": "59e0bdb186f774156f04ce82", - "parentId": "64a2e6f09b9ad2b93b0cabae", - "slotId": "mod_mount_000" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb0", - "_tpl": "56def37dd2720bec348b456a", - "parentId": "64a2e6f09b9ad2b93b0cabaf", - "slotId": "mod_tactical" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb1", - "_tpl": "59e0bed186f774156f04ce84", - "parentId": "64a2e6f09b9ad2b93b0cabae", - "slotId": "mod_foregrip" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb2", - "_tpl": "59f8a37386f7747af3328f06", - "parentId": "64a2e6f09b9ad2b93b0cabb1", - "slotId": "mod_foregrip" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb3", - "_tpl": "5bc09a30d4351e00367fb7c8", - "parentId": "64a2e6f09b9ad2b93b0cabae", - "slotId": "mod_sight_front" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb4", - "_tpl": "5bc09a18d4351e003562b68e", - "parentId": "64a2e6f09b9ad2b93b0caba8", - "slotId": "mod_sight_rear" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb5", - "_tpl": "544a3a774bdc2d3a388b4567", - "parentId": "64a2e6f09b9ad2b93b0caba8", - "slotId": "mod_scope" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb6", - "_tpl": "58d268fc86f774111273f8c2", - "parentId": "64a2e6f09b9ad2b93b0cabb5", - "slotId": "mod_scope" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb7", - "_tpl": "5fbcc640016cce60e8341acc", - "parentId": "64a2e6f09b9ad2b93b0caba6", - "slotId": "mod_charge" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb8", - "_tpl": "5c6d46132e221601da357d56", - "parentId": "64a2e6f09b9ad2b93b0caba6", - "slotId": "mod_magazine" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabb9", - "_tpl": "58ac1bf086f77420ed183f9f", - "parentId": "64a2e6f09b9ad2b93b0caba6", - "slotId": "mod_stock" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabba", - "_tpl": "5c793fb92e221644f31bfb64", - "parentId": "64a2e6f09b9ad2b93b0cabb9", - "slotId": "mod_stock" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabbb", - "_tpl": "5d135e83d7ad1a21b83f42d8", - "parentId": "64a2e6f09b9ad2b93b0cabba", - "slotId": "mod_stock_000" - } - ], - "target": "64a2e6f09b9ad2b93b0caba6", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "649c2c621ab7926197426305", - "index": 4, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0cabbc", - "_tpl": "58948c8e86f77409493f7266", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "64a2e6f09b9ad2b93b0cabbd", - "_tpl": "6113cce3d92c473c770200c7", - "parentId": "64a2e6f09b9ad2b93b0cabbc", - "slotId": "mod_pistol_grip" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabbe", - "_tpl": "5894a5b586f77426d2590767", - "parentId": "64a2e6f09b9ad2b93b0cabbc", - "slotId": "mod_reciever" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabbf", - "_tpl": "5c5db5c62e22160012542255", - "parentId": "64a2e6f09b9ad2b93b0cabbe", - "slotId": "mod_barrel" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc0", - "_tpl": "5a32a064c4a28200741e22de", - "parentId": "64a2e6f09b9ad2b93b0cabbf", - "slotId": "mod_muzzle" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc1", - "_tpl": "5c59529a2e221602b177d160", - "parentId": "64a2e6f09b9ad2b93b0cabbe", - "slotId": "mod_handguard" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc2", - "_tpl": "5b7be4895acfc400170e2dd5", - "parentId": "64a2e6f09b9ad2b93b0cabc1", - "slotId": "mod_foregrip" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc3", - "_tpl": "5b057b4f5acfc4771e1bd3e9", - "parentId": "64a2e6f09b9ad2b93b0cabc2", - "slotId": "mod_foregrip" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc4", - "_tpl": "5b7be47f5acfc400170e2dd2", - "parentId": "64a2e6f09b9ad2b93b0cabc1", - "slotId": "mod_mount_001" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc5", - "_tpl": "5d2369418abbc306c62e0c80", - "parentId": "64a2e6f09b9ad2b93b0cabc4", - "slotId": "mod_tactical" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc6", - "_tpl": "59f9d81586f7744c7506ee62", - "parentId": "64a2e6f09b9ad2b93b0cabbe", - "slotId": "mod_scope" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc7", - "_tpl": "5c5db6b32e221600102611a0", - "parentId": "64a2e6f09b9ad2b93b0cabbc", - "slotId": "mod_charge" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc8", - "_tpl": "5c5db6652e221600113fba51", - "parentId": "64a2e6f09b9ad2b93b0cabbc", - "slotId": "mod_magazine" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabc9", - "_tpl": "58ac1bf086f77420ed183f9f", - "parentId": "64a2e6f09b9ad2b93b0cabbc", - "slotId": "mod_stock" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabca", - "_tpl": "5ef1ba28c64c5d0dfc0571a5", - "parentId": "64a2e6f09b9ad2b93b0cabc9", - "slotId": "mod_stock" - }, - { - "_id": "64a2e6f09b9ad2b93b0cabcb", - "_tpl": "5d44069ca4b9361ebd26fc37", - "parentId": "64a2e6f09b9ad2b93b0cabca", - "slotId": "mod_stock" - } - ], - "target": "64a2e6f09b9ad2b93b0cabbc", - "type": "Item", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "649567f359eab30d1b7c9585 startedMessageText", - "successMessageText": "649567f359eab30d1b7c9585 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "649570491bb4d158bc4d0168": { - "QuestName": "Tourists", - "_id": "649570491bb4d158bc4d0168", - "acceptPlayerMessage": "649570491bb4d158bc4d0168 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "649570491bb4d158bc4d0168 changeQuestMessageText", - "completePlayerMessage": "649570491bb4d158bc4d0168 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "6495707396ee5b3d8c3059d5", - "savageRole": [ - "bossKnight" - ], - "target": "Savage" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "649570e00e50ff4e640791f6", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "6495705e8e277d6c87532da8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6495705e8e277d6c87532da7", - "index": 0, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "6495708d0e50ff4e640791f5", - "savageRole": [ - "followerBigPipe" - ], - "target": "Savage" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "649570ef7d39c528e153271a", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "649570771bb4d158bc4d016b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649570771bb4d158bc4d016a", - "index": 1, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "dynamicLocale": false, - "id": "649570bf38fcd34cc8485932", - "savageRole": [ - "followerBirdEye" - ], - "target": "Savage" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "649570fc38fcd34cc8485933", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "649570adf34ee972322a6bd0" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649570adf34ee972322a6bcf", - "index": 2, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": "1", - "visibilityConditions": [] - }, - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "64957105e8698f5e2f47743b", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "649571100e50ff4e640791f7", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "649570c5e8698f5e2f47743a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649570c5e8698f5e2f477439", - "index": 3, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": "1", - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6495906a5d1d966bd106056b", - "target": "6495705e8e277d6c87532da7" - }, - { - "conditionType": "CompleteCondition", - "id": "6495907096ee5b3d8c3059d7", - "target": "649570771bb4d158bc4d016a" - }, - { - "conditionType": "CompleteCondition", - "id": "649590787d39c528e153271b", - "target": "649570adf34ee972322a6bcf" - } - ] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "649570491bb4d158bc4d0168 declinePlayerMessage", - "description": "649570491bb4d158bc4d0168 description", - "failMessageText": "649570491bb4d158bc4d0168 failMessageText", - "image": "/files/quest/icon/64a2c939d73e87e12400432b.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "649570491bb4d158bc4d0168 name", - "note": "649570491bb4d158bc4d0168 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "64959b70ff9c980e6901e775", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "value": "0.15" - }, - { - "findInRaid": true, - "id": "64959b3f59eab30d1b7c958c", - "index": 1, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0caba0", - "_tpl": "5a26ac0ec4a28200741e1e18", - "upd": { - "StackObjectsCount": 90 - } - } - ], - "target": "64a2e6f09b9ad2b93b0caba0", - "type": "Item", - "value": "90" - }, - { - "findInRaid": true, - "id": "64959b4b1bb4d158bc4d016c", - "index": 2, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0caba1", - "_tpl": "61962b617c6c7b169525f168", - "upd": { - "StackObjectsCount": 90 - } - } - ], - "target": "64a2e6f09b9ad2b93b0caba1", - "type": "Item", - "value": "90" - }, - { - "findInRaid": true, - "id": "64959b5a7d39c528e153271d", - "index": 3, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0caba2", - "_tpl": "5e023d48186a883be655e551", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "target": "64a2e6f09b9ad2b93b0caba2", - "type": "Item", - "value": "60" - }, - { - "findInRaid": true, - "id": "64959b67f34ee972322a6bd1", - "index": 4, - "items": [ - { - "_id": "64a2e6f09b9ad2b93b0caba3", - "_tpl": "5c0d688c86f77413ae3407b2", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "target": "64a2e6f09b9ad2b93b0caba3", - "type": "Item", - "value": "60" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "649570491bb4d158bc4d0168 startedMessageText", - "successMessageText": "649570491bb4d158bc4d0168 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "649af47d717cb30e7e4b5e26": { - "QuestName": "Cocktail Tasting", - "_id": "649af47d717cb30e7e4b5e26", - "acceptPlayerMessage": "649af47d717cb30e7e4b5e26 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "649af47d717cb30e7e4b5e26 changeQuestMessageText", - "completePlayerMessage": "649af47d717cb30e7e4b5e26 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Kills", - "id": "649af534f771df48aa443177", - "target": "AnyPmc" - }, - { - "conditionType": "HealthBuff", - "dynamicLocale": false, - "id": "649afc576b19d3043743ddd5", - "target": [ - "Buffs_Obdolbos" - ] - } - ], - "id": "649af4cdd86e091957223196" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "649af4cdd86e091957223195", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "20", - "visibilityConditions": [] - } - ], - "AvailableForStart": [], - "Fail": [ - { - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "id": "649c294b0ee3dc4d1c0fa1e5", - "status": [ - "Killed", - "MissingInAction", - "Left" - ] - } - ], - "id": "649c293f8f177306a0742b56" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "id": "649c293f8f177306a0742b55", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": "1", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "649af47d717cb30e7e4b5e26 declinePlayerMessage", - "description": "649af47d717cb30e7e4b5e26 description", - "failMessageText": "649af47d717cb30e7e4b5e26 failMessageText", - "image": "/files/quest/icon/64a5b5190724bc4b981f5105.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "649af47d717cb30e7e4b5e26 name", - "note": "649af47d717cb30e7e4b5e26 note", - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "649afdcd8e4e24533878bd06", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "value": "0.15" - }, - { - "findInRaid": true, - "id": "649b18426b19d3043743ddd7", - "index": 1, - "items": [ - { - "_id": "64a8578f0e9876295f0f83da", - "_tpl": "5fc22d7c187fea44d52eda44", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "64a8578f0e9876295f0f83db", - "_tpl": "5d025cc1d7ad1a53845279ef", - "parentId": "64a8578f0e9876295f0f83da", - "slotId": "mod_pistol_grip" - }, - { - "_id": "64a8578f0e9876295f0f83dc", - "_tpl": "5c793fb92e221644f31bfb64", - "parentId": "64a8578f0e9876295f0f83da", - "slotId": "mod_stock_001" - }, - { - "_id": "64a8578f0e9876295f0f83dd", - "_tpl": "58d2946386f774496974c37e", - "parentId": "64a8578f0e9876295f0f83dc", - "slotId": "mod_stock_000" - }, - { - "_id": "64a8578f0e9876295f0f83de", - "_tpl": "58d2912286f7744e27117493", - "parentId": "64a8578f0e9876295f0f83dd", - "slotId": "mod_stock" - }, - { - "_id": "64a8578f0e9876295f0f83df", - "_tpl": "5fc278107283c4046c581489", - "parentId": "64a8578f0e9876295f0f83da", - "slotId": "mod_reciever" - }, - { - "_id": "64a8578f0e9876295f0f83e0", - "_tpl": "5fc23678ab884124df0cd590", - "parentId": "64a8578f0e9876295f0f83df", - "slotId": "mod_barrel" - }, - { - "_id": "64a8578f0e9876295f0f83e1", - "_tpl": "5fc2360f900b1d5091531e19", - "parentId": "64a8578f0e9876295f0f83e0", - "slotId": "mod_gas_block" - }, - { - "_id": "64a8578f0e9876295f0f83e2", - "_tpl": "612e0d81290d254f5e6b291a", - "parentId": "64a8578f0e9876295f0f83e0", - "slotId": "mod_muzzle" - }, - { - "_id": "64a8578f0e9876295f0f83e3", - "_tpl": "63877c99e785640d436458ea", - "parentId": "64a8578f0e9876295f0f83e2", - "slotId": "mod_muzzle" - }, - { - "_id": "64a8578f0e9876295f0f83e4", - "_tpl": "5fc235db2770a0045c59c683", - "parentId": "64a8578f0e9876295f0f83df", - "slotId": "mod_handguard" - }, - { - "_id": "64a8578f0e9876295f0f83e5", - "_tpl": "5c18b90d2e2216152142466b", - "parentId": "64a8578f0e9876295f0f83e4", - "slotId": "mod_sight_front" - }, - { - "_id": "64a8578f0e9876295f0f83e6", - "_tpl": "57cffcd624597763133760c5", - "parentId": "64a8578f0e9876295f0f83e4", - "slotId": "mod_foregrip" - }, - { - "_id": "64a8578f0e9876295f0f83e7", - "_tpl": "5b7be47f5acfc400170e2dd2", - "parentId": "64a8578f0e9876295f0f83e4", - "slotId": "mod_mount_001" - }, - { - "_id": "64a8578f0e9876295f0f83e8", - "_tpl": "61605d88ffa6e502ac5e7eeb", - "parentId": "64a8578f0e9876295f0f83e7", - "slotId": "mod_tactical" - }, - { - "_id": "64a8578f0e9876295f0f83e9", - "_tpl": "62811f461d5df4475f46a332", - "parentId": "64a8578f0e9876295f0f83df", - "slotId": "mod_scope" - }, - { - "_id": "64a8578f0e9876295f0f83ea", - "_tpl": "62850c28da09541f43158cca", - "parentId": "64a8578f0e9876295f0f83e9", - "slotId": "mod_scope" - }, - { - "_id": "64a8578f0e9876295f0f83eb", - "_tpl": "5c18b9192e2216398b5a8104", - "parentId": "64a8578f0e9876295f0f83df", - "slotId": "mod_sight_rear" - }, - { - "_id": "64a8578f0e9876295f0f83ec", - "_tpl": "5fc23426900b1d5091531e15", - "parentId": "64a8578f0e9876295f0f83da", - "slotId": "mod_magazine" - } - ], - "target": "64a8578f0e9876295f0f83da", - "type": "Item", - "value": "1" - }, - { - "id": "649b182a49f5fa538c64e4fb", - "index": 2, - "items": [ - { - "_id": "64a8578f0e9876295f0f83ed", - "_tpl": "5b2388675acfc4771e1be0be" - } - ], - "loyaltyLevel": 1, - "target": "64a8578f0e9876295f0f83ed", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock" - }, - { - "id": "649b18300329282a376bda05", - "index": 3, - "items": [ - { - "_id": "64a8578f0e9876295f0f83ee", - "_tpl": "618ba27d9008e4636a67f61d" - } - ], - "loyaltyLevel": 1, - "target": "64a8578f0e9876295f0f83ee", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock" - }, - { - "id": "649b1836fb67e3338f540ce5", - "index": 4, - "items": [ - { - "_id": "64a8578f0e9876295f0f83ef", - "_tpl": "5b3b99475acfc432ff4dcbee" - } - ], - "loyaltyLevel": 1, - "target": "64a8578f0e9876295f0f83ef", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "649af47d717cb30e7e4b5e26 startedMessageText", - "successMessageText": "649af47d717cb30e7e4b5e26 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "64e7b971f9d6fa49d6769b44": { - "QuestName": "The Huntsman Path - Big Game", - "_id": "64e7b971f9d6fa49d6769b44", - "acceptPlayerMessage": "64e7b971f9d6fa49d6769b44 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64e7b971f9d6fa49d6769b44 changeQuestMessageText", - "completePlayerMessage": "64e7b971f9d6fa49d6769b44 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64e7ba24e34817363c4684d4", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBoar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64e7ba17220ee966bf425ecc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64e7ba17220ee966bf425ecb", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64e7ba6e93a4092f5a62772e", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBoar", - "bossBoarSniper" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64e7ba4a6393886f74119f3e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64e7ba4a6393886f74119f3d", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "65bb69ec725741cfbac5927a", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBoarClose1" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "65bb698041e2459abc403455" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65bb698050fd7c32f5d666d1", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "65bb6a7acd9608c3f385f512", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBoarClose2" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "65bb6a619f79fbd44bab7535" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65bb6a61a845e4eb51390b4e", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8d08633ff7561c87644b3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e2cc86f77443e47ae019", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8d08a57e97a7623720831", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "639135e0fa894f0a866afde6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64e7b971f9d6fa49d6769b44 declinePlayerMessage", - "description": "64e7b971f9d6fa49d6769b44 description", - "failMessageText": "64e7b971f9d6fa49d6769b44 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a93845813bba58a50c9e95.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64e7b971f9d6fa49d6769b44 name", - "note": "64e7b971f9d6fa49d6769b44 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64e7bad1b155dd0943298c17", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 33000 - }, - { - "availableInGameEditions": [], - "id": "64f8cfa5b997eb4f42756239", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8d09cb4918f39d363e583", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034ef", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 250000 - } - } - ], - "target": "67eb506040b1947a721034ef", - "type": "Item", - "unknown": false, - "value": 250000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8d0a5b997eb4f4275623a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034f1", - "_tpl": "5d03794386f77420415576f5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034f1", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8d0ab05cb58236609a656", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034f3", - "_tpl": "5d0376a486f7747d8050965c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034f4", - "_tpl": "5d0376a486f7747d8050965c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034f5", - "_tpl": "5d0376a486f7747d8050965c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034f6", - "_tpl": "5d0376a486f7747d8050965c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721034f7", - "_tpl": "5d0376a486f7747d8050965c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034f7", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "id": "64f8d0b1c8626c7d46040668", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034f8", - "_tpl": "63fc44e2429a8a166c7f61e6" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721034f8", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "676453a760b72ec3e03b2f40", - "index": 0, - "target": "67585cf55ec257bf740a446f", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64e7b971f9d6fa49d6769b44 startedMessageText", - "status": 0, - "successMessageText": "64e7b971f9d6fa49d6769b44 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" + "status": 0 }, "64e7b99017ab941a6f7bf9d7": { "QuestName": "Gendarmerie - Mall Cop", "_id": "64e7b99017ab941a6f7bf9d7", - "acceptPlayerMessage": "64e7b99017ab941a6f7bf9d7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64e7b99017ab941a6f7bf9d7 acceptPlayerMessage", "changeQuestMessageText": "64e7b99017ab941a6f7bf9d7 changeQuestMessageText", "completePlayerMessage": "64e7b99017ab941a6f7bf9d7 completePlayerMessage", "conditions": { @@ -92975,27 +75335,13 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "64e7bc2c5e6d3e61ca2ca098", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], "id": "64e7bc32aac4cd0a726562cd", - "resetOnSessionEnd": false, - "savageRole": [], + "dynamicLocale": false, "target": "Any", + "compareMethod": ">=", "value": 0, "weapon": [ "5cadc190ae921500103bb3b6", @@ -93028,117 +75374,137 @@ "668fe5a998b5ad715703ddd6", "66015072e9f84d5680039678" ], - "weaponCaliber": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], "weaponModsExclusive": [], - "weaponModsInclusive": [] + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "conditionType": "InZone", - "dynamicLocale": false, "id": "64e7bc62cd54ef058074cc4b", + "dynamicLocale": false, "zoneIds": [ "quest_zone_kill_stilo" - ] + ], + "conditionType": "InZone" } - ], - "id": "64e7bc2c5e6d3e61ca2ca098" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "64e7bc2c5e6d3e61ca2ca097", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 15, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "64f9b47b59e23103ff0e688e", "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "59ca2eb686f77445a80ed049", "status": [ 4 ], - "target": "59ca2eb686f77445a80ed049", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "64e7b99017ab941a6f7bf9d7 declinePlayerMessage", "description": "64e7b99017ab941a6f7bf9d7 description", "failMessageText": "64e7b99017ab941a6f7bf9d7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8c79e7e981f7f0110d440.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", + "declinePlayerMessage": "64e7b99017ab941a6f7bf9d7 declinePlayerMessage", "name": "64e7b99017ab941a6f7bf9d7 name", "note": "64e7b99017ab941a6f7bf9d7 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/64f8c79e7e981f7f0110d440.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64e7b99017ab941a6f7bf9d7 startedMessageText", + "successMessageText": "64e7b99017ab941a6f7bf9d7 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 21500, "id": "64e7c5034d49d23b2c3a4158", - "index": 0, "type": "Experience", - "unknown": false, - "value": 21500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.02, "id": "64f8c9b905cb58236609a355", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 120000, "id": "64f8c9cf57e97a762372076d", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2569", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103679", + "_id": "68010065f81036801d0b2569", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 120000 } } - ], - "target": "67eb506040b1947a72103679", - "type": "Item", - "unknown": false, - "value": 120000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "64f8c9d97d39ff0e7624cd6a", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b256a", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210367a", + "_id": "68010065f81036801d0b256a", "_tpl": "62e14904c2699c0ec93adc47", "upd": { + "StackObjectsCount": 1, "FireMode": { "FireMode": "single" }, @@ -93148,5139 +75514,632 @@ "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { - "_id": "67eb506040b1947a7210367b", + "_id": "68010065f81036801d0b256b", "_tpl": "633a98eab8b0506e48497c1a", - "parentId": "67eb506040b1947a7210367a", + "parentId": "68010065f81036801d0b256a", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a7210367c", + "_id": "68010065f81036801d0b256c", "_tpl": "62e2a754b6c0ee2f230cee0f", - "parentId": "67eb506040b1947a7210367a", + "parentId": "68010065f81036801d0b256a", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a7210367d", + "_id": "68010065f81036801d0b256d", "_tpl": "62e292e7b6c0ee2f230cee00", - "parentId": "67eb506040b1947a7210367a", + "parentId": "68010065f81036801d0b256a", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a7210367e", + "_id": "68010065f81036801d0b256e", "_tpl": "62e27a7865f0b1592a49e17b", - "parentId": "67eb506040b1947a7210367a", + "parentId": "68010065f81036801d0b256a", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210367f", + "_id": "68010065f81036801d0b256f", "_tpl": "62e15547db1a5c41971c1b5e", - "parentId": "67eb506040b1947a7210367a", + "parentId": "68010065f81036801d0b256a", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a72103680", + "_id": "68010065f81036801d0b2570", "_tpl": "62ed189fb3608410ef5a2bfc", - "parentId": "67eb506040b1947a7210367f", + "parentId": "68010065f81036801d0b256f", "slotId": "mod_mount_001" }, { - "_id": "67eb506040b1947a72103681", + "_id": "68010065f81036801d0b2571", "_tpl": "637b9c37b7e3bc41b21ce71a", - "parentId": "67eb506040b1947a7210367a", + "parentId": "68010065f81036801d0b256a", "slotId": "mod_pistolgrip" } - ], - "target": "67eb506040b1947a7210367a", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 4, "id": "64f8c9e1a9c59f365c4eae24", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2576", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103683", + "_id": "68010065f81036801d0b2573", "_tpl": "62e153bcdb1a5c41971c1b5b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103684", + "_id": "68010065f81036801d0b2574", "_tpl": "62e153bcdb1a5c41971c1b5b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103685", + "_id": "68010065f81036801d0b2575", "_tpl": "62e153bcdb1a5c41971c1b5b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103686", + "_id": "68010065f81036801d0b2576", "_tpl": "62e153bcdb1a5c41971c1b5b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103686", - "type": "Item", - "unknown": false, - "value": 4 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 5, "id": "64f8c9ec33ff7561c876432f", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2581", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103689", + "_id": "68010065f81036801d0b2579", "_tpl": "657025c4c5d7d4cb4d078582", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210368a", + "_id": "68010065f81036801d0b257a", "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a72103689", - "slotId": "cartridges", "upd": { "StackObjectsCount": 30 - } + }, + "parentId": "68010065f81036801d0b2579", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a7210368b", + "_id": "68010065f81036801d0b257b", "_tpl": "657025c4c5d7d4cb4d078582", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210368c", + "_id": "68010065f81036801d0b257c", "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a7210368b", - "slotId": "cartridges", "upd": { "StackObjectsCount": 30 - } + }, + "parentId": "68010065f81036801d0b257b", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a7210368d", + "_id": "68010065f81036801d0b257d", "_tpl": "657025c4c5d7d4cb4d078582", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210368e", + "_id": "68010065f81036801d0b257e", "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a7210368d", - "slotId": "cartridges", "upd": { "StackObjectsCount": 30 - } + }, + "parentId": "68010065f81036801d0b257d", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a7210368f", + "_id": "68010065f81036801d0b257f", "_tpl": "657025c4c5d7d4cb4d078582", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103690", + "_id": "68010065f81036801d0b2580", "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a7210368f", - "slotId": "cartridges", "upd": { "StackObjectsCount": 30 - } + }, + "parentId": "68010065f81036801d0b257f", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a72103691", + "_id": "68010065f81036801d0b2581", "_tpl": "657025c4c5d7d4cb4d078582", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103692", + "_id": "68010065f81036801d0b2582", "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a72103691", - "slotId": "cartridges", "upd": { "StackObjectsCount": 30 - } + }, + "parentId": "68010065f81036801d0b2581", + "slotId": "cartridges" } - ], - "target": "67eb506040b1947a72103691", - "type": "Item", - "unknown": false, - "value": 5 + ] }, { "availableInGameEditions": [], "id": "64f8c9f67e981f7f0110d507", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b2583", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103693", + "_id": "68010065f81036801d0b2583", "_tpl": "59f98b4986f7746f546d2cef" }, { - "_id": "67eb506040b1947a72103694", + "_id": "68010065f81036801d0b2584", "_tpl": "5a27bad7c4a282000b15184b", - "parentId": "67eb506040b1947a72103693", + "parentId": "68010065f81036801d0b2583", "slotId": "mod_mount" }, { - "_id": "67eb506040b1947a72103695", + "_id": "68010065f81036801d0b2585", "_tpl": "5a27b3d0c4a282000d721ec1", - "parentId": "67eb506040b1947a72103694", + "parentId": "68010065f81036801d0b2584", "slotId": "mod_mount" }, { - "_id": "67eb506040b1947a72103696", + "_id": "68010065f81036801d0b2586", "_tpl": "5a27b6bec4a282000e496f78", - "parentId": "67eb506040b1947a72103695", + "parentId": "68010065f81036801d0b2585", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103697", + "_id": "68010065f81036801d0b2587", "_tpl": "59f99a7d86f7745b134aa97b", - "parentId": "67eb506040b1947a72103693", + "parentId": "68010065f81036801d0b2583", "slotId": "mod_magazine" } ], "loyaltyLevel": 4, - "target": "67eb506040b1947a72103693", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64e7b99017ab941a6f7bf9d7 startedMessageText", - "status": 0, - "successMessageText": "64e7b99017ab941a6f7bf9d7 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "64e7b9a4aac4cd0a726562cb": { - "QuestName": "Gendarmerie - Tickets Please", - "_id": "64e7b9a4aac4cd0a726562cb", - "acceptPlayerMessage": "64e7b9a4aac4cd0a726562cb acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64e7b9a4aac4cd0a726562cb changeQuestMessageText", - "completePlayerMessage": "64e7b9a4aac4cd0a726562cb completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64e7bd617636ab2c00676c60", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [ - "5e00903ae9dc277128008b87", - "5de7bd7bfd6b4e6e2276dc25", - "5cc82d76e24e8d00134b4b83", - "5d2f0d8048f0356c925bc3b0", - "5926bb2186f7744b1c6c6e60", - "5ba26383d4351e00334c93d9", - "5bd70322209c4d00d7167b8f", - "5fc3e272f8b6a877a729eac5", - "59984ab886f7743e98271174", - "59f9cabd86f7743a10721f46", - "58948c8e86f77409493f7266", - "60339954d62c9b14ed777c06", - "5fb64bc92b1b027b1f50bcf2", - "5fc3f2d5900b1d5091531e57", - "62e14904c2699c0ec93adc47", - "5ea03f7400685063ec28bfa8", - "57f3c6bd24597738e730fa2f", - "57d14d2524597714373db789", - "57f4c844245977379d5c14d1", - "66992b349950f5f4cd06029f", - "6680304edadb7aa61d00cef0", - "668e71a8dadf42204c032ce1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "64e7bd7a7485f65fa36b0e61", - "zoneIds": [ - "quest_zone_kill_cinema" - ] - } - ], - "id": "64e7bd0c6393886f74119f42" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64e7bd0c6393886f74119f41", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 25, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8d13305cb58236609a657", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64e7b99017ab941a6f7bf9d7", - "visibilityConditions": [] + "traderId": "54cb50c76803fa8b248b4571" } ], "Fail": [] }, - "declinePlayerMessage": "64e7b9a4aac4cd0a726562cb declinePlayerMessage", - "description": "64e7b9a4aac4cd0a726562cb description", - "failMessageText": "64e7b9a4aac4cd0a726562cb failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8c7e733ff7561c876432a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64e7b9a4aac4cd0a726562cb name", - "note": "64e7b9a4aac4cd0a726562cb note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f8c96fa9c59f365c4eae23", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22600 - }, - { - "availableInGameEditions": [], - "id": "64f8c976b997eb4f42756172", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8c981794e3b36cd0f8c51", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035bd", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a721035bd", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8c98b33ff7561c876432e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035be", - "_tpl": "5ac66d2e5acfc43b321d4b53", - "upd": { - "StackObjectsCount": 2 - } - }, - { - "_id": "67eb506040b1947a721035bf", - "_tpl": "59c6633186f7740cf0493bb9", - "parentId": "67eb506040b1947a721035be", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a721035c0", - "_tpl": "5648b1504bdc2d9d488b4584", - "parentId": "67eb506040b1947a721035bf", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721035c1", - "_tpl": "5ac72e7d5acfc40016339a02", - "parentId": "67eb506040b1947a721035be", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721035c2", - "_tpl": "5649ade84bdc2d1b2b8b4587", - "parentId": "67eb506040b1947a721035be", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721035c3", - "_tpl": "5ac50da15acfc4001718d287", - "parentId": "67eb506040b1947a721035be", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721035c4", - "_tpl": "5ac72e475acfc400180ae6fe", - "parentId": "67eb506040b1947a721035be", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721035c5", - "_tpl": "5ac50c185acfc400163398d4", - "parentId": "67eb506040b1947a721035be", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721035c6", - "_tpl": "5ac66bea5acfc43b321d4aec", - "parentId": "67eb506040b1947a721035be", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a721035be", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8c9927e981f7f0110d506", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035c8", - "_tpl": "5ac66bea5acfc43b321d4aec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035c9", - "_tpl": "5ac66bea5acfc43b321d4aec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035ca", - "_tpl": "5ac66bea5acfc43b321d4aec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035cb", - "_tpl": "5ac66bea5acfc43b321d4aec", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721035cb", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8c99fb997eb4f42756173", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035ce", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035cf", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035ce", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035d0", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035d1", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035d0", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035d2", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035d3", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035d2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035d4", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035d5", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035d4", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035d6", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035d7", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035d6", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035d8", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035d9", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035d8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035da", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035db", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035da", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035dc", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035dd", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035dc", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035de", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035df", - "_tpl": "64b7af434b75259c590fa893", - "parentId": "67eb506040b1947a721035de", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a721035de", - "type": "Item", - "unknown": false, - "value": 9 - }, - { - "availableInGameEditions": [], - "id": "64f8c9a67d39ff0e7624cd69", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035e0", - "_tpl": "62e14904c2699c0ec93adc47", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a721035e1", - "_tpl": "62e153bcdb1a5c41971c1b5b", - "parentId": "67eb506040b1947a721035e0", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721035e2", - "_tpl": "62e2a7138e1ac9380579c122", - "parentId": "67eb506040b1947a721035e0", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721035e3", - "_tpl": "62e2969582ebf260c20539c2", - "parentId": "67eb506040b1947a721035e0", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721035e4", - "_tpl": "62e27a7865f0b1592a49e17b", - "parentId": "67eb506040b1947a721035e0", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721035e5", - "_tpl": "62ff9920fe938a24c90c10d2", - "parentId": "67eb506040b1947a721035e4", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a721035e6", - "_tpl": "637ba19df7ca6372bf2613d7", - "parentId": "67eb506040b1947a721035e0", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721035e7", - "_tpl": "62ed1921b3608410ef5a2c04", - "parentId": "67eb506040b1947a721035e6", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721035e8", - "_tpl": "637ba29bf7ca6372bf2613db", - "parentId": "67eb506040b1947a721035e0", - "slotId": "mod_pistolgrip" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721035e0", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64e7b9a4aac4cd0a726562cb startedMessageText", - "status": 0, - "successMessageText": "64e7b9a4aac4cd0a726562cb successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "64e7b9bffd30422ed03dad38": { - "QuestName": "Gendarmerie - District Patrol", - "_id": "64e7b9bffd30422ed03dad38", - "acceptPlayerMessage": "64e7b9bffd30422ed03dad38 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64e7b9bffd30422ed03dad38 changeQuestMessageText", - "completePlayerMessage": "64e7b9bffd30422ed03dad38 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64e7be8bfd30422ed03dad3a", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [ - "5c07c60e0db834002330051f", - "5cadfbf7ae92152ac412eeef", - "606587252535c57a13424cfd", - "5447a9cd4bdc2dbd208b4567", - "5b0bbe4e5acfc40dc528a72d", - "5c488a752e221602b412af63", - "5dcbd56fdbd3d91b3e5468d5", - "6184055050224f204c1da540", - "618428466ef05c2ce828f218", - "6183afd850224f204c1da514", - "6165ac306ef05c2ce828ef74", - "5bb2475ed4351e00853264e3", - "623063e994fc3f7b302a9696", - "5ac66cb05acfc40198510a10", - "5ac66d015acfc400180ae6e4", - "5ac66d2e5acfc43b321d4b53", - "5ac66d725acfc43b321d4b60", - "5ac66d9b5acfc4001633997a", - "6499849fc93611967b034949", - "5bf3e03b0db834001d2c4a9c", - "5ac4cd105acfc40016339859", - "5644bd2b4bdc2d3b4c8b4572", - "59d6088586f774275f37482f", - "5a0ec13bfcdbcb00165aa685", - "59ff346386f77477562ff5e2", - "5abcbc27d8ce8700182eceeb", - "5bf3e0490db83400196199af", - "5ab8e9fcd8ce870019439434", - "57dc2fa62459775949412633", - "5839a40f24597726f856b511", - "583990e32459771419544dd2", - "5d43021ca4b9362eab4b5e25", - "59e6687d86f77411d949b251", - "59e6152586f77473dc057aa1", - "628a60ae6b1d481ff772e9c8", - "628b5638ad252a16da6dd245", - "628b9c37a733087d0d7fe84b", - "5fbcc1d9016cce60e8341ab3", - "62e7c4fba689e8c9c50dfc38", - "63171672192e68c5460cebc5", - "5ae083b25acfc4001a5fc702", - "587e02ff24597743df3deaeb", - "5c501a4d2e221602b412b540", - "57c44b372459772d2b39b8ce", - "6410733d5dd49d77bd07847e", - "574d967124597745970e7c94", - "643ea5b23db6f9f57107d9fd", - "65290f395ae2ae97b80fdf2d", - "644674a13d52156624001fbc", - "645e0c6b3b381ede770e1cc9", - "651450ce0e00edc794068371", - "676176d362e0497044079f4c" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "64e7bea0220ee966bf425ece", - "zoneIds": [ - "quest_zone_kill_kardinal" - ] - } - ], - "id": "64e7bdd52d369a1c01727230" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64e7bdd52d369a1c0172722f", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 30, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8d120b4918f39d363e584", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64e7b9a4aac4cd0a726562cb", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64e7b9bffd30422ed03dad38 declinePlayerMessage", - "description": "64e7b9bffd30422ed03dad38 description", - "failMessageText": "64e7b9bffd30422ed03dad38 failMessageText", "gameModes": [], - "image": "/files/quest/icon/64f8c8297e981f7f0110d501.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64e7b9bffd30422ed03dad38 name", - "note": "64e7b9bffd30422ed03dad38 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64e7c47b7636ab2c00676c61", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "id": "64f8c92e05cb58236609a354", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8c93b57e97a76237206ae", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036d0", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 185000 - } - } - ], - "target": "67eb506040b1947a721036d0", - "type": "Item", - "unknown": false, - "value": 185000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8c94633ff7561c876432d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036d2", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036d3", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036d4", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036d5", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036d6", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036d7", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036d8", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036d9", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036da", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036db", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036dc", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036dd", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036de", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036df", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036e0", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036e1", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036e1", - "type": "Item", - "unknown": false, - "value": 16 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8c9507d39ff0e7624cd68", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036ec", - "_tpl": "5c0e625a86f7742d77340f62", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036ed", - "_tpl": "65764275d8537eb26a0355e9", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036ee", - "_tpl": "657642b0e6d5dd75f40688a5", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036ef", - "_tpl": "6576434820cc24d17102b148", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036f0", - "_tpl": "657643732bc38ef78e076477", - "parentId": "67eb506040b1947a721036ec", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036f1", - "_tpl": "657643a220cc24d17102b14c", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036f2", - "_tpl": "656f63c027aed95beb08f62c", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036f3", - "_tpl": "656fafe3498d1b7e3e071da4", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036f4", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721036f5", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a721036ec", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721036ec", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "655b73d1c023e22044165de8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036f7", - "_tpl": "56dfef82d2720bbd668b4567", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "67eb506040b1947a721036f8", - "_tpl": "56dfef82d2720bbd668b4567", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a721036f8", - "traderId": 10, - "type": "ProductionScheme", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "64f8c95cb4918f39d363e340", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036f9", - "_tpl": "6499849fc93611967b034949", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a721036fa", - "_tpl": "649ec107961514b22506b10c", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a721036fb", - "_tpl": "5649ae4a4bdc2d1b2b8b4588", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721036fc", - "_tpl": "649ec127c93611967b034957", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721036fd", - "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a721036fc", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721036fe", - "_tpl": "5c5952732e2216398b5abda2", - "parentId": "67eb506040b1947a721036fd", - "slotId": "mod_tactical_000" - }, - { - "_id": "67eb506040b1947a721036ff", - "_tpl": "5c1bc4812e22164bef5cfde7", - "parentId": "67eb506040b1947a721036fc", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103700", - "_tpl": "64c196ad26a15b84aa07132f", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103701", - "_tpl": "649ec2f3961514b22506b111", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103702", - "_tpl": "609a63b6e2ff132951242d09", - "parentId": "67eb506040b1947a72103701", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103703", - "_tpl": "649ec87d8007560a9001ab36", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a72103704", - "_tpl": "5beec8c20db834001d2c465c", - "parentId": "67eb506040b1947a72103703", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103705", - "_tpl": "649ec30cb013f04a700e60fb", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103706", - "_tpl": "5648ac824bdc2ded0b8b457d", - "parentId": "67eb506040b1947a721036f9", - "slotId": "mod_charge" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721036f9", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64e7b9bffd30422ed03dad38 startedMessageText", - "status": 0, - "successMessageText": "64e7b9bffd30422ed03dad38 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "64ee99639878a0569d6ec8c9": { - "QuestName": "Broadcast - Part 5", - "_id": "64ee99639878a0569d6ec8c9", - "acceptPlayerMessage": "64ee99639878a0569d6ec8c9 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64ee99639878a0569d6ec8c9 changeQuestMessageText", - "completePlayerMessage": "64ee99639878a0569d6ec8c9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64eea48852fc01298e2c5edf", - "resetOnSessionEnd": false, - "savageRole": [ - "sectantPriest" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64eea404a2a5bb727b61c31f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64eea404a2a5bb727b61c31e", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "64ee9aa067e11a7c6206dcda", - "target": "quest_zone_find_2st_mech", - "value": 1 - } - ], - "id": "64ee9a979878a0569d6ec8cc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64ee9a979878a0569d6ec8cb", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64eea4abbf4c727e9c7bdb97", - "target": "64eea404a2a5bb727b61c31e" - } - ] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64ee9b5a1a5f313cb144bf87", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64ee9ce9496db64f9b7a4431", - "target": "64ee9a979878a0569d6ec8cb" - } - ], - "zoneId": "quest_zone_hide_2st_mech" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "64ee9ce01180874bb93e8640", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "64ee9cc69a4f90510651507f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64ee9cc69a4f90510651507e", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64ee9d14bf4c727e9c7bdb96", - "target": "64ee9b5a1a5f313cb144bf87" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8ce1fb997eb4f4275617a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6391372c8ba6894d155e77d7", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64ee99639878a0569d6ec8c9 declinePlayerMessage", - "description": "64ee99639878a0569d6ec8c9 description", - "failMessageText": "64ee99639878a0569d6ec8c9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8b9f657e97a76237203b1.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "64ee99639878a0569d6ec8c9 name", - "note": "64ee99639878a0569d6ec8c9 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f8ce2fb4918f39d363e403", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 24000 - }, - { - "availableInGameEditions": [], - "id": "64f8ce37c8626c7d4604042a", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8ce4a794e3b36cd0f8dd1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103699", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 75000 - } - } - ], - "target": "67eb506040b1947a72103699", - "type": "Item", - "unknown": false, - "value": 75000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8ce577d39ff0e7624ce2d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210369a", - "_tpl": "5c501a4d2e221602b412b540", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 2 - } - }, - { - "_id": "67eb506040b1947a7210369b", - "_tpl": "5c5039be2e221602b177c9ff", - "parentId": "67eb506040b1947a7210369a", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a7210369c", - "_tpl": "5f63405df5750b524b45f114", - "parentId": "67eb506040b1947a7210369a", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210369d", - "_tpl": "5c503d0a2e221602b542b7ef", - "parentId": "67eb506040b1947a7210369a", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a7210369e", - "_tpl": "5c503ad32e2216398b5aada2", - "parentId": "67eb506040b1947a7210369a", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210369f", - "_tpl": "5c82342f2e221644f31c060e", - "parentId": "67eb506040b1947a7210369a", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a721036a0", - "_tpl": "57f3a5ae2459772b0e0bf19e", - "parentId": "67eb506040b1947a7210369f", - "slotId": "mod_tactical" - }, - { - "_id": "67eb506040b1947a721036a1", - "_tpl": "5f63407e1b231926f2329f15", - "parentId": "67eb506040b1947a7210369a", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721036a2", - "_tpl": "5c503b1c2e221602b21d6e9d", - "parentId": "67eb506040b1947a7210369a", - "slotId": "mod_sight_rear" - } - ], - "target": "67eb506040b1947a7210369a", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8ce67a9c59f365c4eaee7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036a5", - "_tpl": "6570254fcfc010a0f5006a22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036a6", - "_tpl": "5a6086ea4f39f99cd479502f", - "parentId": "67eb506040b1947a721036a5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721036a7", - "_tpl": "6570254fcfc010a0f5006a22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036a8", - "_tpl": "5a6086ea4f39f99cd479502f", - "parentId": "67eb506040b1947a721036a7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a721036a7", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "64f980c0c8626c7d460791ca", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036a9", - "_tpl": "63fc44e2429a8a166c7f61e6" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721036a9", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64ee99639878a0569d6ec8c9 startedMessageText", - "status": 0, - "successMessageText": "64ee99639878a0569d6ec8c9 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Exploration" + "status": 0 }, - "64ee9df4496db64f9b7a4432": { - "QuestName": "The Door", - "_id": "64ee9df4496db64f9b7a4432", - "acceptPlayerMessage": "64ee9df4496db64f9b7a4432 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "657315e270bb0b8dba00cc48": { + "QuestName": "Burning Rubber", + "_id": "657315e270bb0b8dba00cc48", "canShowNotificationsInGame": true, - "changeQuestMessageText": "64ee9df4496db64f9b7a4432 changeQuestMessageText", - "completePlayerMessage": "64ee9df4496db64f9b7a4432 completePlayerMessage", + "acceptPlayerMessage": "657315e270bb0b8dba00cc48 acceptPlayerMessage", + "changeQuestMessageText": "657315e270bb0b8dba00cc48 changeQuestMessageText", + "completePlayerMessage": "657315e270bb0b8dba00cc48 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "65733e57200715fcb52ea937", "conditions": [ { - "conditionType": "VisitPlace", + "id": "65733e7d085ac2c4f5269652", "dynamicLocale": false, - "id": "64ee9aa067e11a7c6206dcda", - "target": "quest_zone_find_sillent", - "value": 1 - } - ], - "id": "64ee9df4496db64f9b7a4434" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64ee9df4496db64f9b7a4433", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64ee9df4496db64f9b7a4435", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64ee9df4496db64f9b7a4436", - "target": "64ee9df4496db64f9b7a4433" - } - ], - "zoneId": "quest_zone_hide_sillent" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64eea6059878a0569d6ec98b", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64eea61452fc01298e2c5ee0", - "target": "64ee9df4496db64f9b7a4435" - } - ], - "zoneId": "quest_zone_hide_sillent2" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "64ee9ce01180874bb93e8640", - "status": [ - "Survived", - "Runner" - ] - } - ], - "id": "64ee9df4496db64f9b7a4439" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64ee9df4496db64f9b7a4437", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64eea65a403fc9681a4b7d61", - "target": "64eea6059878a0569d6ec98b" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 7200, - "conditionType": "Quest", - "dispersion": 500, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cda97d39ff0e7624ce2c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac346cf86f7741d63233a02", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64ee9df4496db64f9b7a4432 declinePlayerMessage", - "description": "64ee9df4496db64f9b7a4432 description", - "failMessageText": "64ee9df4496db64f9b7a4432 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64ee9df4496db64f9b7a4432 name", - "note": "64ee9df4496db64f9b7a4432 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f8cdc0c8626c7d46040427", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30200 - }, - { - "availableInGameEditions": [], - "id": "64f8cdc4c8626c7d46040428", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8cdcc05cb58236609a4d6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032f9", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 500 - } - } - ], - "target": "67eb506040b1947a721032f9", - "type": "Item", - "unknown": false, - "value": 500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cdd6c8626c7d46040429", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721032fa", - "_tpl": "5cadc190ae921500103bb3b6", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721032fb", - "_tpl": "5cadc1c6ae9215000f2775a4", - "parentId": "67eb506040b1947a721032fa", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721032fc", - "_tpl": "5cadc390ae921500126a77f1", - "parentId": "67eb506040b1947a721032fb", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721032fd", - "_tpl": "5cadc431ae921500113bb8d5", - "parentId": "67eb506040b1947a721032fa", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721032fe", - "_tpl": "5cadc55cae921500103bb3be", - "parentId": "67eb506040b1947a721032fa", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721032ff", - "_tpl": "5cadd940ae9215051e1c2316", - "parentId": "67eb506040b1947a721032fe", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103300", - "_tpl": "5cadd919ae921500126a77f3", - "parentId": "67eb506040b1947a721032fe", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103301", - "_tpl": "5cadc2e0ae9215051e1c21e7", - "parentId": "67eb506040b1947a721032fa", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a721032fa", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cde333ff7561c87643f2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103302", - "_tpl": "5a7828548dc32e5a9c28b516", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103303", - "_tpl": "5a787f7ac5856700177af660", - "parentId": "67eb506040b1947a72103302", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103304", - "_tpl": "5a788089c5856700142fdd9c", - "parentId": "67eb506040b1947a72103302", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103305", - "_tpl": "5a7882dcc5856700177af662", - "parentId": "67eb506040b1947a72103302", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103306", - "_tpl": "5a7880d0c5856700142fdd9d", - "parentId": "67eb506040b1947a72103302", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a72103302", - "type": "Item", - "unknown": true, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cdec05cb58236609a4d7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103308", - "_tpl": "64d4b23dc1b37504b41ac2b6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103308", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64ee9df4496db64f9b7a4432 startedMessageText", - "status": 0, - "successMessageText": "64ee9df4496db64f9b7a4432 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "64f1cc571a5f313cb144bf90": { - "QuestName": "Overseas Trust - Part 1", - "_id": "64f1cc571a5f313cb144bf90", - "acceptPlayerMessage": "64f1cc571a5f313cb144bf90 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f1cc571a5f313cb144bf90 changeQuestMessageText", - "completePlayerMessage": "64f1cc571a5f313cb144bf90 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6495684759eab30d1b7c9587", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBully" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64f1cc571a5f313cb144bf92" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1cc571a5f313cb144bf91", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "649568d7f34ee972322a6bcb", - "resetOnSessionEnd": false, - "savageRole": [ - "bossGluhar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64f1cc571a5f313cb144bf94" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1cc571a5f313cb144bf93", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "649568ea5d1d966bd1060566", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64f1cc571a5f313cb144bf96" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1cc571a5f313cb144bf95", - "index": 2, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64956908f34ee972322a6bcc", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64f1cc571a5f313cb144bf98" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1cc571a5f313cb144bf97", - "index": 3, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "649569d10e50ff4e640791ed", - "resetOnSessionEnd": false, - "savageRole": [ - "bossSanitar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64f1cc571a5f313cb144bf9a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1cc571a5f313cb144bf99", - "index": 4, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "649569faf34ee972322a6bce", - "resetOnSessionEnd": false, - "savageRole": [ - "bossTagilla", - "followerTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "64f1cc571a5f313cb144bf9c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1cc571a5f313cb144bf9b", - "index": 5, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 36000, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cedc794e3b36cd0f8e90", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63967028c4a91c5cb76abd81", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64f1cc571a5f313cb144bf90 declinePlayerMessage", - "description": "64f1cc571a5f313cb144bf90 description", - "failMessageText": "64f1cc571a5f313cb144bf90 failMessageText", - "image": "/files/quest/icon/64a2c8e0e4c3b3082302e5bd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "64f1cc571a5f313cb144bf90 name", - "note": "64f1cc571a5f313cb144bf90 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f1d95abf4c727e9c7bdb9d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "id": "64f8ceeca9c59f365c4eaee8", - "index": 1, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f1cc571a5f313cb144bf90 startedMessageText", - "successMessageText": "64f1cc571a5f313cb144bf90 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Elimination" - }, - "64f1d6e732bed22c3e0c7423": { - "QuestName": "Overseas Trust - Part 2", - "_id": "64f1d6e732bed22c3e0c7423", - "acceptPlayerMessage": "64f1d6e732bed22c3e0c7423 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f1d6e732bed22c3e0c7423 changeQuestMessageText", - "completePlayerMessage": "64f1d6e732bed22c3e0c7423 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1d7bf32bed22c3e0c7425", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5696686a4bdc2da3298b456a" - ], - "value": "50000", - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f1d781b63b74469b6c14a3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64f1cc571a5f313cb144bf90", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64f1d6e732bed22c3e0c7423 declinePlayerMessage", - "description": "64f1d6e732bed22c3e0c7423 description", - "failMessageText": "64f1d6e732bed22c3e0c7423 failMessageText", - "image": "/files/quest/icon/5979d36d86f7746d093ddd7a.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "64f1d6e732bed22c3e0c7423 name", - "note": "64f1d6e732bed22c3e0c7423 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f1d6e732bed22c3e0c7423 startedMessageText", - "successMessageText": "64f1d6e732bed22c3e0c7423 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Merchant" - }, - "64f3176921045e77405d63b5": { - "QuestName": "Ambulances Again", - "_id": "64f3176921045e77405d63b5", - "acceptPlayerMessage": "64f3176921045e77405d63b5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f3176921045e77405d63b5 changeQuestMessageText", - "completePlayerMessage": "64f3176921045e77405d63b5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f3176921045e77405d63ba", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f09c02b63b74469b6c149f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "64f4fe2579fef514cc314095", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "E7_car", - "id": "64f712fbafbb7b781850f936" - } - ], - "id": "64f4fdfa67e11a7c6206de73" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f4fdfa67e11a7c6206de72", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64f712e5afaaba0ae9268da5", - "target": "64f3176921045e77405d63ba" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f3176921045e77405d63bb", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f09c02b63b74469b6c149f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6504824be7b7f5640a0fb2ba", - "target": "64f4fdfa67e11a7c6206de72" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cd46b997eb4f42756179", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639136e84ed9512be67647db", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cd4ac8626c7d46040426", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "639135e0fa894f0a866afde6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64f3176921045e77405d63b5 declinePlayerMessage", - "description": "64f3176921045e77405d63b5 description", - "failMessageText": "64f3176921045e77405d63b5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63ab02b8972364554162a22e.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64f3176921045e77405d63b5 name", - "note": "64f3176921045e77405d63b5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f3176921045e77405d63bd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12000 - }, - { - "availableInGameEditions": [], - "id": "64f3176921045e77405d63be", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f3176921045e77405d63bf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035fc", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 100000 - } - } - ], - "target": "67eb506040b1947a721035fc", - "type": "Item", - "unknown": false, - "value": 100000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f3176921045e77405d63c0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035fe", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035ff", - "_tpl": "590c657e86f77412b013051d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721035ff", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f3176921045e77405d63c1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103601", - "_tpl": "5d02797c86f774203f38e30a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103602", - "_tpl": "5d02797c86f774203f38e30a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103602", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "64f8cd7133ff7561c87643f1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103603", - "_tpl": "5c0e530286f7747fa1419862" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72103603", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f3176921045e77405d63b5 startedMessageText", - "status": 0, - "successMessageText": "64f3176921045e77405d63b5 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Completion" - }, - "64f5aac4b63b74469b6c14c2": { - "QuestName": "Glory to CPSU - Part 2", - "_id": "64f5aac4b63b74469b6c14c2", - "acceptPlayerMessage": "64f5aac4b63b74469b6c14c2 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f5aac4b63b74469b6c14c2 changeQuestMessageText", - "completePlayerMessage": "64f5aac4b63b74469b6c14c2 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a7db5c5c2012425132e357", - "target": "quest_zone_find_2st_kpss2", - "value": 1 - } - ], - "id": "64f5aac4b63b74469b6c14c8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f5aac4b63b74469b6c14c7", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f5b876a2a5bb727b61c5ad", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f07f7726cfa02c506f8ac0" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64f5cadb1a5f313cb144c06e", - "target": "64f5aac4b63b74469b6c14c7" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f5bbc967e11a7c6206e00e", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f07f7726cfa02c506f8ac0" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64f5cb0421045e77405d65fe", - "target": "64f5b876a2a5bb727b61c5ad" - } - ] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "655c90d961d70f7f07417feb", - "index": 0, - "parentId": "", - "value": 22, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cbbd05cb58236609a416", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135b04ed9512be67647d7", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64f5aac4b63b74469b6c14c2 declinePlayerMessage", - "description": "64f5aac4b63b74469b6c14c2 description", - "failMessageText": "64f5aac4b63b74469b6c14c2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a938b387c76a25c912120f.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64f5aac4b63b74469b6c14c2 name", - "note": "64f5aac4b63b74469b6c14c2 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f5aac4b63b74469b6c14cc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10100 - }, - { - "availableInGameEditions": [], - "id": "64f5aac4b63b74469b6c14ce", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f5aac4b63b74469b6c14cd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103537", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "67eb506040b1947a72103537", - "type": "Item", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cbe5c8626c7d46040421", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103538", - "_tpl": "643ea5b23db6f9f57107d9fd", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103539", - "_tpl": "6410745d5dd49d77bd078485", - "parentId": "67eb506040b1947a72103538", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210353a", - "_tpl": "6410758c857473525b08bb77", - "parentId": "67eb506040b1947a72103538", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210353b", - "_tpl": "64119d1f2c6d6f921a0929f8", - "parentId": "67eb506040b1947a7210353a", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210353c", - "_tpl": "64119d672c6d6f921a0929fb", - "parentId": "67eb506040b1947a7210353b", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a7210353d", - "_tpl": "64119d90dcf48d656f0aa275", - "parentId": "67eb506040b1947a7210353a", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210353e", - "_tpl": "64119cdbdcf48d656f0aa272", - "parentId": "67eb506040b1947a72103538", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a7210353f", - "_tpl": "6422e1ea3c0f06190302161a", - "parentId": "67eb506040b1947a72103538", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103540", - "_tpl": "641dc35e19604f20c800be18", - "parentId": "67eb506040b1947a72103538", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103541", - "_tpl": "5b3f7c1c5acfc40dc5296b1d", - "parentId": "67eb506040b1947a72103540", - "slotId": "mod_scope" - } - ], - "target": "67eb506040b1947a72103538", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cbed33ff7561c87643ee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103543", - "_tpl": "6422e1ea3c0f06190302161a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103544", - "_tpl": "6422e1ea3c0f06190302161a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103544", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cbf5a9c59f365c4eae27", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103547", - "_tpl": "6570257cc5d7d4cb4d078579", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103548", - "_tpl": "59e77a2386f7742ee578960a", - "parentId": "67eb506040b1947a72103547", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103549", - "_tpl": "6570257cc5d7d4cb4d078579", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210354a", - "_tpl": "59e77a2386f7742ee578960a", - "parentId": "67eb506040b1947a72103549", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103549", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "64f8cbfd794e3b36cd0f8c53", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210354b", - "_tpl": "6410733d5dd49d77bd07847e", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a7210354c", - "_tpl": "6410745d5dd49d77bd078485", - "parentId": "67eb506040b1947a7210354b", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210354d", - "_tpl": "6410758c857473525b08bb77", - "parentId": "67eb506040b1947a7210354b", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210354e", - "_tpl": "64119d1f2c6d6f921a0929f8", - "parentId": "67eb506040b1947a7210354d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210354f", - "_tpl": "64119d672c6d6f921a0929fb", - "parentId": "67eb506040b1947a7210354e", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103550", - "_tpl": "64119d90dcf48d656f0aa275", - "parentId": "67eb506040b1947a7210354d", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103551", - "_tpl": "64119cdbdcf48d656f0aa272", - "parentId": "67eb506040b1947a7210354b", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103552", - "_tpl": "641074a07fd350b98c0b3f96", - "parentId": "67eb506040b1947a7210354b", - "slotId": "mod_magazine" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210354b", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f5aac4b63b74469b6c14c2 startedMessageText", - "status": 0, - "successMessageText": "64f5aac4b63b74469b6c14c2 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "64f5deac39e45b527a7c4232": { - "QuestName": "Test Drive - Part 3", - "_id": "64f5deac39e45b527a7c4232", - "acceptPlayerMessage": "64f5deac39e45b527a7c4232 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f5deac39e45b527a7c4232 changeQuestMessageText", - "completePlayerMessage": "64f5deac39e45b527a7c4232 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a5cfc34610fa47416d8efe", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 0, - "weapon": [ - "6499849fc93611967b034949" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "5c0517910db83400232ffee5", - "64c196ad26a15b84aa07132f" - ] - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63b68baaff8292ffc8017ef0", "target": [ - "Lighthouse" - ] + "Sandbox", + "Sandbox_high" + ], + "conditionType": "Location" + }, + { + "id": "65733f147883616935f7d004", + "dynamicLocale": false, + "exitName": "Sandbox_VExit", + "conditionType": "ExitName" + }, + { + "id": "658d46baa1a0bddac249610f", + "dynamicLocale": false, + "status": [ + "Runner", + "Survived" + ], + "conditionType": "ExitStatus" } - ], - "id": "64f5deac39e45b527a7c4236" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f5deac39e45b527a7c4235", + "id": "65733e571b7e7ed95fcd2f0c", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, + "parentId": "", "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 20, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, "globalQuestCounterId": "", - "id": "64f8caa505cb58236609a357", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63a5cf262964a7488f5243ce", - "visibilityConditions": [] + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], + "AvailableForStart": [], "Fail": [] }, - "declinePlayerMessage": "64f5deac39e45b527a7c4232 declinePlayerMessage", - "description": "64f5deac39e45b527a7c4232 description", - "failMessageText": "64f5deac39e45b527a7c4232 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, + "description": "657315e270bb0b8dba00cc48 description", + "failMessageText": "657315e270bb0b8dba00cc48 failMessageText", + "declinePlayerMessage": "657315e270bb0b8dba00cc48 declinePlayerMessage", + "name": "657315e270bb0b8dba00cc48 name", + "note": "657315e270bb0b8dba00cc48 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "653e6760052c01c1c805532f", + "image": "/files/quest/icon/65899ce3fd239b582c211d31.jpg", + "type": "Exploration", "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "64f5deac39e45b527a7c4232 name", - "note": "64f5deac39e45b527a7c4232 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "657315e270bb0b8dba00cc48 startedMessageText", + "successMessageText": "657315e270bb0b8dba00cc48 successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cba9a9c59f365c4eae26", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210336c", - "_tpl": "6499849fc93611967b034949", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210336d", - "_tpl": "649ec107961514b22506b10c", - "parentId": "67eb506040b1947a7210336c", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a7210336e", - "_tpl": "5beec8ea0db834001a6f9dbf", - "parentId": "67eb506040b1947a7210336c", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210336f", - "_tpl": "649ec127c93611967b034957", - "parentId": "67eb506040b1947a7210336c", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103370", - "_tpl": "64c196ad26a15b84aa07132f", - "parentId": "67eb506040b1947a7210336c", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103371", - "_tpl": "649ec2f3961514b22506b111", - "parentId": "67eb506040b1947a7210336c", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103372", - "_tpl": "5c0517910db83400232ffee5", - "parentId": "67eb506040b1947a72103371", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103373", - "_tpl": "649ec30cb013f04a700e60fb", - "parentId": "67eb506040b1947a7210336c", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103374", - "_tpl": "649ec87d8007560a9001ab36", - "parentId": "67eb506040b1947a7210336c", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a72103375", - "_tpl": "5beec8c20db834001d2c465c", - "parentId": "67eb506040b1947a72103374", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a7210336c", + "value": 5000, + "id": "658afeebec342e2bf028148e", "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f5deac39e45b527a7c4238", "index": 0, - "type": "Experience", + "target": "68010065f81036801d0b2589", "unknown": false, - "value": 35300 - }, - { - "availableInGameEditions": [], - "id": "64f5deac39e45b527a7c423e", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], "findInRaid": false, - "id": "64f5deac39e45b527a7c4239", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103377", + "_id": "68010065f81036801d0b2589", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 400000 + "StackObjectsCount": 5000 } } - ], - "target": "67eb506040b1947a72103377", - "type": "Item", - "unknown": false, - "value": 400000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cb1bb4918f39d363e400", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103378", - "_tpl": "5beed0f50db834001c062b12", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103379", - "_tpl": "5beec8ea0db834001a6f9dbf", - "parentId": "67eb506040b1947a72103378", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a7210337a", - "_tpl": "5beec91a0db834001961942d", - "parentId": "67eb506040b1947a72103378", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a7210337b", - "_tpl": "5beec9450db83400970084fd", - "parentId": "67eb506040b1947a7210337a", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210337c", - "_tpl": "5bf3f59f0db834001a6fa060", - "parentId": "67eb506040b1947a7210337b", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a7210337d", - "_tpl": "5beec8b20db834001961942a", - "parentId": "67eb506040b1947a72103378", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a7210337e", - "_tpl": "5beec8c20db834001d2c465c", - "parentId": "67eb506040b1947a7210337d", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210337f", - "_tpl": "5beec3e30db8340019619424", - "parentId": "67eb506040b1947a72103378", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103380", - "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a7210337f", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103381", - "_tpl": "5beecbb80db834001d2c465e", - "parentId": "67eb506040b1947a7210337f", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103382", - "_tpl": "5beec1bd0db834001e6006f3", - "parentId": "67eb506040b1947a72103378", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103383", - "_tpl": "5beec3420db834001b095429", - "parentId": "67eb506040b1947a72103382", - "slotId": "mod_muzzle" - } - ], - "target": "67eb506040b1947a72103378", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cb26b997eb4f42756176", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103385", - "_tpl": "55d482194bdc2d1d4e8b456b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103386", - "_tpl": "55d482194bdc2d1d4e8b456b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103387", - "_tpl": "55d482194bdc2d1d4e8b456b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103388", - "_tpl": "55d482194bdc2d1d4e8b456b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103388", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cb477e981f7f0110d742", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210338b", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210338c", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a7210338b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a7210338d", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210338e", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a7210338d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a7210338f", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103390", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a7210338f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103391", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103392", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72103391", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103393", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103394", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72103393", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103395", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103396", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72103395", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103397", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103398", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72103397", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103399", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210339a", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72103399", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a72103399", - "type": "Item", - "unknown": false, - "value": 8 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f5deac39e45b527a7c4232 startedMessageText", - "status": 0, - "successMessageText": "64f5deac39e45b527a7c4232 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "64f5e20652fc01298e2c61e3": { - "QuestName": "Beyond the Red Meat - Part 1", - "_id": "64f5e20652fc01298e2c61e3", - "acceptPlayerMessage": "64f5e20652fc01298e2c61e3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f5e20652fc01298e2c61e3 changeQuestMessageText", - "completePlayerMessage": "64f5e20652fc01298e2c61e3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f6a9e6dd44b6417729b535", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f69b4267e11a7c6206e010" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f6aa6cdd44b6417729b536", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f69b4267e11a7c6206e010" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "64f6aa73afbb7b781850f935", - "target": "64f6a9e6dd44b6417729b535" - } ] } ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cc7dc8626c7d46040423", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b478ff486f7744d184ecbbf", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64f5e20652fc01298e2c61e3 declinePlayerMessage", - "description": "64f5e20652fc01298e2c61e3 description", - "failMessageText": "64f5e20652fc01298e2c61e3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8b78cb4918f39d363e1bf.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64f5e20652fc01298e2c61e3 name", - "note": "64f5e20652fc01298e2c61e3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "64f6aaaabf4c727e9c7bde9a", - "index": 0, + "value": 1900, + "id": "65846f2128ecbd11493fa1cf", "type": "Experience", - "unknown": false, - "value": 18400 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "64f8cc8cb997eb4f42756178", + "value": 0.01, + "id": "65846f341e25c52cb72f8084", + "type": "TraderStanding", "index": 0, "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8cc94b4918f39d363e402", + "value": 12000, + "id": "65846f431e25c52cb72f8085", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b258b", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a7210355c", + "_id": "68010065f81036801d0b258b", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 80000 + "StackObjectsCount": 12000 } } - ], - "target": "67eb506040b1947a7210355c", - "type": "Item", - "unknown": false, - "value": 80000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cc9b794e3b36cd0f8c54", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210355d", - "_tpl": "628b5638ad252a16da6dd245", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 2 - } - }, - { - "_id": "67eb506040b1947a7210355e", - "_tpl": "628b8d83717774443b15e248", - "parentId": "67eb506040b1947a7210355d", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a7210355f", - "_tpl": "628b916469015a4e1711ed8d", - "parentId": "67eb506040b1947a7210355e", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103560", - "_tpl": "628b9be6cff66b70c002b14c", - "parentId": "67eb506040b1947a7210355f", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103561", - "_tpl": "628b9471078f94059a4b9bfb", - "parentId": "67eb506040b1947a72103560", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103562", - "_tpl": "5ac7655e5acfc40016339a19", - "parentId": "67eb506040b1947a7210355d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103563", - "_tpl": "5cf50850d7f00c056e24104c", - "parentId": "67eb506040b1947a7210355d", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103564", - "_tpl": "628b9a40717774443b15e9f2", - "parentId": "67eb506040b1947a7210355d", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72103565", - "_tpl": "55d4ae6c4bdc2d8b2f8b456e", - "parentId": "67eb506040b1947a72103564", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103566", - "_tpl": "55d480c04bdc2d1d4e8b456a", - "parentId": "67eb506040b1947a7210355d", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a7210355d", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cca2c8626c7d46040424", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103568", - "_tpl": "55d480c04bdc2d1d4e8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103569", - "_tpl": "55d480c04bdc2d1d4e8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210356a", - "_tpl": "55d480c04bdc2d1d4e8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210356b", - "_tpl": "55d480c04bdc2d1d4e8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210356b", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8ccc057e97a762372076f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210356e", - "_tpl": "57372c89245977685d4159b1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210356f", - "_tpl": "56dff061d2720bb5668b4567", - "parentId": "67eb506040b1947a7210356e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103570", - "_tpl": "57372c89245977685d4159b1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103571", - "_tpl": "56dff061d2720bb5668b4567", - "parentId": "67eb506040b1947a72103570", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103572", - "_tpl": "57372c89245977685d4159b1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103573", - "_tpl": "56dff061d2720bb5668b4567", - "parentId": "67eb506040b1947a72103572", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103574", - "_tpl": "57372c89245977685d4159b1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103575", - "_tpl": "56dff061d2720bb5668b4567", - "parentId": "67eb506040b1947a72103574", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103576", - "_tpl": "57372c89245977685d4159b1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103577", - "_tpl": "56dff061d2720bb5668b4567", - "parentId": "67eb506040b1947a72103576", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72103578", - "_tpl": "57372c89245977685d4159b1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103579", - "_tpl": "56dff061d2720bb5668b4567", - "parentId": "67eb506040b1947a72103578", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a72103578", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "id": "64f8ccccc8626c7d46040425", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210357a", - "_tpl": "6130ca3fd92c473c77020dbd" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a7210357a", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f5e20652fc01298e2c61e3 startedMessageText", - "status": 0, - "successMessageText": "64f5e20652fc01298e2c61e3 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "64f6aafd67e11a7c6206e0d0": { - "QuestName": "Beyond the Red Meat - Part 2", - "_id": "64f6aafd67e11a7c6206e0d0", - "acceptPlayerMessage": "64f6aafd67e11a7c6206e0d0 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f6aafd67e11a7c6206e0d0 changeQuestMessageText", - "completePlayerMessage": "64f6aafd67e11a7c6206e0d0 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f6aafd67e11a7c6206e0d1", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f5b4f71a5f313cb144c06c" - ], "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f6aafd67e11a7c6206e0d2", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "64f5b4f71a5f313cb144c06c" - ], - "value": 1, - "visibilityConditions": [ + "id": "65846f589622c723546f3d39", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b258d", + "unknown": false, + "findInRaid": true, + "items": [ { - "conditionType": "CompleteCondition", - "id": "64f6aafd67e11a7c6206e0d3", - "target": "64f6aafd67e11a7c6206e0d1" + "_id": "68010065f81036801d0b258d", + "_tpl": "6033fa48ffd42c541047f728", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } } ] } ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cc25b4918f39d363e401", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64f5e20652fc01298e2c61e3", - "visibilityConditions": [] - } - ], "Fail": [] }, - "declinePlayerMessage": "64f6aafd67e11a7c6206e0d0 declinePlayerMessage", - "description": "64f6aafd67e11a7c6206e0d0 description", - "failMessageText": "64f6aafd67e11a7c6206e0d0 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8b6c4a9c59f365c4ea82d.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64f6aafd67e11a7c6206e0d0 name", - "note": "64f6aafd67e11a7c6206e0d0 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f6aafd67e11a7c6206e0d4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21300 - }, - { - "availableInGameEditions": [], - "id": "64f8cc3d33ff7561c87643ef", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8cc48c8626c7d46040422", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103605", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 120000 - } - } - ], - "target": "67eb506040b1947a72103605", - "type": "Item", - "unknown": false, - "value": 120000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cc5005cb58236609a417", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103606", - "_tpl": "5fbcc1d9016cce60e8341ab3", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103607", - "_tpl": "5fbcbd6c187fea44d52eda14", - "parentId": "67eb506040b1947a72103606", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103608", - "_tpl": "55d4887d4bdc2d962f8b4570", - "parentId": "67eb506040b1947a72103606", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103609", - "_tpl": "5fbcc3e4d6fa9c00c571bb58", - "parentId": "67eb506040b1947a72103606", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a7210360a", - "_tpl": "5fbbfacda56d053a3543f799", - "parentId": "67eb506040b1947a72103609", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210360b", - "_tpl": "5fbc22ccf24b94483f726483", - "parentId": "67eb506040b1947a7210360a", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a7210360c", - "_tpl": "5fbcbd10ab884124df0cd563", - "parentId": "67eb506040b1947a7210360b", - "slotId": "mod_muzzle_000" - }, - { - "_id": "67eb506040b1947a7210360d", - "_tpl": "5fbc210bf24b94483f726481", - "parentId": "67eb506040b1947a7210360a", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a7210360e", - "_tpl": "5fbc226eca32ed67276c155d", - "parentId": "67eb506040b1947a72103609", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210360f", - "_tpl": "5fc0fa362770a0045c59c677", - "parentId": "67eb506040b1947a7210360e", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103610", - "_tpl": "5fc0fa957283c4046c58147e", - "parentId": "67eb506040b1947a72103609", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103611", - "_tpl": "5fbcc437d724d907e2077d5c", - "parentId": "67eb506040b1947a72103606", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103612", - "_tpl": "5fbcc640016cce60e8341acc", - "parentId": "67eb506040b1947a72103606", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72103606", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cc5aa9c59f365c4eae28", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103614", - "_tpl": "55d4887d4bdc2d962f8b4570", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103615", - "_tpl": "55d4887d4bdc2d962f8b4570", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103616", - "_tpl": "55d4887d4bdc2d962f8b4570", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103616", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cc617e981f7f0110d801", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103619", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210361a", - "_tpl": "64b8725c4b75259c590fa899", - "parentId": "67eb506040b1947a72103619", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a7210361b", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210361c", - "_tpl": "64b8725c4b75259c590fa899", - "parentId": "67eb506040b1947a7210361b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a7210361d", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210361e", - "_tpl": "64b8725c4b75259c590fa899", - "parentId": "67eb506040b1947a7210361d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a7210361d", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "64f8cc6833ff7561c87643f0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210361f", - "_tpl": "5c1cd46f2e22164bef5cfedb" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a7210361f", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f6aafd67e11a7c6206e0d0 startedMessageText", - "status": 0, - "successMessageText": "64f6aafd67e11a7c6206e0d0 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "64f731ab83cfca080a361e42": { - "QuestName": "Pets Wont Need It - Part 1", - "_id": "64f731ab83cfca080a361e42", - "acceptPlayerMessage": "64f731ab83cfca080a361e42 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "625d7005a4eb80027c4f2e09": { + "QuestName": "Knock-Knock", + "_id": "625d7005a4eb80027c4f2e09", "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f731ab83cfca080a361e42 changeQuestMessageText", - "completePlayerMessage": "64f731ab83cfca080a361e42 completePlayerMessage", + "acceptPlayerMessage": "625d7005a4eb80027c4f2e09 acceptPlayerMessage", + "changeQuestMessageText": "625d7005a4eb80027c4f2e09 changeQuestMessageText", + "completePlayerMessage": "625d7005a4eb80027c4f2e09 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "63ab617b87413d64ae0ac211", "conditions": [ { - "conditionType": "VisitPlace", + "id": "63ab618d1287ef0b827d0c92", "dynamicLocale": false, - "id": "64f7320e32bed22c3e0c7725", - "target": "quest_zone_find_2st_med_invent1", - "value": 1 + "target": "meh_48_transponder_area_check_1", + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "64f731fa39e45b527a7c4301" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f731fa39e45b527a7c4300", + "id": "63ab617b87413d64ae0ac210", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "64f7323b9a4f905106515210", - "target": "quest_zone_find_2st_med_invent2", - "value": 1 - } - ], - "id": "64f732240e186112c4455d85" - }, - "doNotResetIfCounterCompleted": false, + "oneSessionOnly": false, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f732240e186112c4455d84", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "62602c89a4eb80027c4f2e10", "conditions": [ { - "conditionType": "ExitStatus", + "id": "62602c94f7308432be1d44cb", "dynamicLocale": false, - "id": "64f732641a5f313cb144c20b", "status": [ "Survived" - ] + ], + "conditionType": "ExitStatus" }, { - "conditionType": "Location", + "id": "62602ca2c4874104f230c0cc", "dynamicLocale": false, - "id": "64f7327032bed22c3e0c7726", "target": [ - "TarkovStreets" - ] + "Lighthouse" + ], + "conditionType": "Location" } - ], - "id": "64f7325739e45b527a7c4303" + ] }, + "id": "62602c89a4eb80027c4f2e0f", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Experience", "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "64f7325739e45b527a7c4302", - "index": 2, + "value": 1, + "visibilityConditions": [ + { + "id": "63ab61c7e842787ad2135717", + "target": "63ab617b87413d64ae0ac210", + "conditionType": "CompleteCondition" + } + ], "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8ca5e7d39ff0e7624cd6c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135d89444fb141f4e6eea", - "visibilityConditions": [] + "isResetOnConditionFailed": false } ], + "AvailableForStart": [], "Fail": [] }, - "declinePlayerMessage": "64f731ab83cfca080a361e42 declinePlayerMessage", - "description": "64f731ab83cfca080a361e42 description", - "failMessageText": "64f731ab83cfca080a361e42 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8b6f3b4918f39d363e0ff.jpg", - "instantComplete": false, + "description": "625d7005a4eb80027c4f2e09 description", + "failMessageText": "625d7005a4eb80027c4f2e09 failMessageText", + "declinePlayerMessage": "625d7005a4eb80027c4f2e09 declinePlayerMessage", + "name": "625d7005a4eb80027c4f2e09 name", + "note": "625d7005a4eb80027c4f2e09 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab4381e4bbb01db226bce5.jpg", + "type": "Exploration", "isKey": false, - "location": "5714dc692459777137212e12", - "name": "64f731ab83cfca080a361e42 name", - "note": "64f731ab83cfca080a361e42 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f732979a4f905106515211", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8100 - }, - { - "availableInGameEditions": [], - "id": "64f8ca69c8626c7d46040355", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8ca73b997eb4f42756175", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103450", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 43000 - } - } - ], - "target": "67eb506040b1947a72103450", - "type": "Item", - "unknown": false, - "value": 43000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8ca7ba9c59f365c4eae25", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103452", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103453", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103454", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103455", - "_tpl": "5c10c8fd86f7743d7d706df3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103455", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8ca837d39ff0e7624cd6d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103457", - "_tpl": "5b4335ba86f7744d2837a264", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103458", - "_tpl": "5b4335ba86f7744d2837a264", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103458", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8ca8905cb58236609a356", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210345a", - "_tpl": "59e3606886f77417674759a5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210345b", - "_tpl": "59e3606886f77417674759a5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210345b", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, + "instantComplete": false, "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f731ab83cfca080a361e42 startedMessageText", - "status": 0, - "successMessageText": "64f731ab83cfca080a361e42 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "64f83bb69878a0569d6ecfbe": { - "QuestName": "Gunsmith - Part 23", - "_id": "64f83bb69878a0569d6ecfbe", - "acceptPlayerMessage": "64f83bb69878a0569d6ecfbe acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f83bb69878a0569d6ecfbe changeQuestMessageText", - "completePlayerMessage": "64f83bb69878a0569d6ecfbe completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5d00ef6dd7ad1a0940739b16", - "59f9d81586f7744c7506ee62", - "5a800961159bd4315e3a1657" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 300 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 30 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "64f83d0eed30ed471f49bcde", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 73 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 350 - }, - "target": [ - "606587252535c57a13424cfd" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 7200, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8d063c8626c7d46040667", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b47825886f77468074618d3", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "64f83bb69878a0569d6ecfbe declinePlayerMessage", - "description": "64f83bb69878a0569d6ecfbe description", - "failMessageText": "64f83bb69878a0569d6ecfbe failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8b5fb7d39ff0e7624c6b4.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "64f83bb69878a0569d6ecfbe name", - "note": "64f83bb69878a0569d6ecfbe note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, + "startedMessageText": "625d7005a4eb80027c4f2e09 startedMessageText", + "successMessageText": "625d7005a4eb80027c4f2e09 successMessageText", "rewards": { - "Fail": [], - "Started": [], + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "63a56cfb92070115fa195529", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b258f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b258f", + "_tpl": "62e910aaf957f2915e0a5e36", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], "Success": [ { "availableInGameEditions": [], - "id": "64f83d5f8b634877512e5190", - "index": 0, + "value": 31300, + "id": "63a5d5b40aa9fb29da61b5eb", "type": "Experience", - "unknown": false, - "value": 29500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "64f8d03ab4918f39d363e4c4", + "value": 0.01, + "id": "63a5d56d08f1f305635502f2", + "type": "TraderStanding", "index": 0, "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8d03133ff7561c87644b2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038f3", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1300 - } - } - ], - "target": "67eb506040b1947a721038f3", - "type": "Item", - "unknown": false, - "value": 1300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8d04605cb58236609a655", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038f5", - "_tpl": "6478641c19d732620e045e17", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038f5", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "64f8d04c7d39ff0e7624ceec", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038f6", - "_tpl": "6065878ac9cf8012264142fd" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a721038f6", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f83bb69878a0569d6ecfbe startedMessageText", - "status": 0, - "successMessageText": "64f83bb69878a0569d6ecfbe successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "64f83bcdde58fc437700d8fa": { - "QuestName": "Gunsmith - Part 24", - "_id": "64f83bcdde58fc437700d8fa", - "acceptPlayerMessage": "64f83bcdde58fc437700d8fa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "64f83bcdde58fc437700d8fa changeQuestMessageText", - "completePlayerMessage": "64f83bcdde58fc437700d8fa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ + }, { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5b057b4f5acfc4771e1bd3e9", - "5d025cc1d7ad1a53845279ef", - "5d1b5e94d7ad1a2b865a96b0", - "5d2369418abbc306c62e0c80", - "577d141e24597739c5255e01", - "5649a2464bdc2d91118b45a8", - "5dfa3d2b0dee1b22f862eade" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 500 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 25 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "64f83e9d52fc01298e2c857e", + "availableInGameEditions": [], + "value": 0.01, + "id": "639c6664ffadd8b53200331a", + "type": "TraderStanding", "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 10 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 350 - }, - "target": [ - "5df8ce05b11454561e39243b" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": "<=", - "value": 6 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "availableAfter": 75600, - "conditionType": "Quest", - "dispersion": 7200, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "64f8cfada9c59f365c4eaeea", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64f83bb69878a0569d6ecfbe", - "visibilityConditions": [] + "target": "638f541a29ffd1183d187f57", + "unknown": true } ], "Fail": [] }, - "declinePlayerMessage": "64f83bcdde58fc437700d8fa declinePlayerMessage", - "description": "64f83bcdde58fc437700d8fa description", - "failMessageText": "64f83bcdde58fc437700d8fa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8b675b997eb4f42755cf9.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "64f83bcdde58fc437700d8fa name", - "note": "64f83bcdde58fc437700d8fa note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "64f83f3f83cfca080a362c8b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 31250 - }, - { - "availableInGameEditions": [], - "id": "64f8cfbc33ff7561c87644b1", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "64f8cfc2b4918f39d363e4c3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210352c", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1500 - } - } - ], - "target": "67eb506040b1947a7210352c", - "type": "Item", - "unknown": false, - "value": 1500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cfcf794e3b36cd0f8e91", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210352e", - "_tpl": "619cbfccbedcde2f5b3f7bdd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210352f", - "_tpl": "619cbfccbedcde2f5b3f7bdd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103530", - "_tpl": "619cbfccbedcde2f5b3f7bdd", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103530", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cff9794e3b36cd0f8e92", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103532", - "_tpl": "5d1b2f3f86f774252167a52c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103533", - "_tpl": "5d1b2f3f86f774252167a52c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103533", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "64f8cffe7e981f7f0110d97f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103534", - "_tpl": "5b057b4f5acfc4771e1bd3e9" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103534", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "657edfb2aebd1b6d254bf8b5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103535", - "_tpl": "655df24fdf80b12750626d0a" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103535", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "64f83bcdde58fc437700d8fa startedMessageText", - "status": 0, - "successMessageText": "64f83bcdde58fc437700d8fa successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "64f83bd983cfca080a362c82": { "QuestName": "Gunsmith - Part 25", "_id": "64f83bd983cfca080a362c82", - "acceptPlayerMessage": "64f83bd983cfca080a362c82 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f83bd983cfca080a362c82 acceptPlayerMessage", "changeQuestMessageText": "64f83bd983cfca080a362c82 changeQuestMessageText", "completePlayerMessage": "64f83bd983cfca080a362c82 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, "conditionType": "WeaponAssembly", + "id": "64f841199a4f905106515448", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "64ca3d3954fc657e230529cc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 500.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 10.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 950.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, "containsItems": [ "6491c6f6ef312a876705191b", "6492d7847363b8a52206bc52", @@ -98288,209 +76147,163 @@ "5cf638cbd7f00c06595bc936", "646372518610c40fc20204e8" ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 500 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 10 - }, - "globalQuestCounterId": "", "hasItemFromCategory": [ "55818b164bdc2ddc698b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "64f841199a4f905106515448", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 950 - }, - "target": [ - "64ca3d3954fc657e230529cc" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } + ] } ], "AvailableForStart": [ { - "availableAfter": 75600, "conditionType": "Quest", - "dispersion": 7200, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "64f8cf4e57e97a762372082f", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "64f83bcdde58fc437700d8fa", "status": [ 4 ], - "target": "64f83bcdde58fc437700d8fa", + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 7200, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "64f83bd983cfca080a362c82 declinePlayerMessage", "description": "64f83bd983cfca080a362c82 description", "failMessageText": "64f83bd983cfca080a362c82 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/64f8b692c8626c7d460401b6.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "64f83bd983cfca080a362c82 declinePlayerMessage", "name": "64f83bd983cfca080a362c82 name", "note": "64f83bd983cfca080a362c82 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/64f8b692c8626c7d460401b6.jpg", + "type": "WeaponAssembly", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f83bd983cfca080a362c82 startedMessageText", + "successMessageText": "64f83bd983cfca080a362c82 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 35000, "id": "64f8cf6605cb58236609a654", - "index": 0, "type": "Experience", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "id": "64f8cf6fc8626c7d4604042c", "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f8cf7757e97a7623720830", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210378b", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210378c", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210378d", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210378e", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210378f", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210378f", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "64f9809c33ff7561c87a32b1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103791", - "_tpl": "59fb023c86f7746d0d4b423c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103791", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "64f980a2d551582624581e57", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103792", - "_tpl": "5c1d0f4986f7744bb01837fa" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103792", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", "unknown": false }, { "availableInGameEditions": [], - "id": "66b87066e949465471126b26", + "value": 0.04, + "id": "64f8cf6fc8626c7d4604042c", + "type": "TraderStanding", "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "64f8cf7757e97a7623720830", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2595", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103793", + "_id": "68010065f81036801d0b2591", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2592", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2593", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2594", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2595", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f9809c33ff7561c87a32b1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2597", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2597", + "_tpl": "59fb023c86f7746d0d4b423c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f980a2d551582624581e57", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2598", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2598", + "_tpl": "5c1d0f4986f7744bb01837fa" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "availableInGameEditions": [], + "id": "66b87066e949465471126b26", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2599", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2599", "_tpl": "64637076203536ad5600c990", "upd": { "Repairable": { @@ -98500,1224 +76313,927 @@ } }, { - "_id": "67eb506040b1947a72103794", + "_id": "68010065f81036801d0b259a", "_tpl": "646371779f5f0ea59a04c204", - "parentId": "67eb506040b1947a72103793", + "parentId": "68010065f81036801d0b2599", "slotId": "mod_pistolgrip" }, { - "_id": "67eb506040b1947a72103795", + "_id": "68010065f81036801d0b259b", "_tpl": "646371faf2404ab67905c8e9", - "parentId": "67eb506040b1947a72103793", + "parentId": "68010065f81036801d0b2599", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72103796", + "_id": "68010065f81036801d0b259c", "_tpl": "6492efb8cfcf7c89e701abf3", - "parentId": "67eb506040b1947a72103795", + "parentId": "68010065f81036801d0b259b", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103797", + "_id": "68010065f81036801d0b259d", "_tpl": "646372518610c40fc20204e8", - "parentId": "67eb506040b1947a72103793", + "parentId": "68010065f81036801d0b2599", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103798", + "_id": "68010065f81036801d0b259e", "_tpl": "646371a9f2404ab67905c8e6", - "parentId": "67eb506040b1947a72103793", + "parentId": "68010065f81036801d0b2599", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103799", + "_id": "68010065f81036801d0b259f", "_tpl": "6464d870bb2c580352070cc4", - "parentId": "67eb506040b1947a72103793", + "parentId": "68010065f81036801d0b2599", "slotId": "mod_bipod" }, { - "_id": "67eb506040b1947a7210379a", + "_id": "68010065f81036801d0b25a0", "_tpl": "6492fb8253acae0af00a29b6", - "parentId": "67eb506040b1947a72103793", + "parentId": "68010065f81036801d0b2599", "slotId": "mod_sight_rear" } ], "loyaltyLevel": 4, - "target": "67eb506040b1947a72103793", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "5a7c2eca46aef81a7ca2145d" }, { "availableInGameEditions": [], "id": "664f24f152d0b8783f39de45", + "type": "Achievement", "index": 0, "target": "664f23e44702fd5db50ee732", - "type": "Achievement", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "64f83bd983cfca080a362c82 startedMessageText", - "status": 0, - "successMessageText": "64f83bd983cfca080a362c82 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, - "655e427b64d09b4122018228": { - "QuestName": "The Punisher Harvest", - "_id": "655e427b64d09b4122018228", - "acceptPlayerMessage": "655e427b64d09b4122018228 acceptPlayerMessage", + "5d25e44f86f77443e625e385": { + "QuestName": "The Huntsman Path - Eraser - Part 1", + "_id": "5d25e44f86f77443e625e385", "canShowNotificationsInGame": true, - "changeQuestMessageText": "655e427b64d09b4122018228 changeQuestMessageText", - "completePlayerMessage": "655e427b64d09b4122018228 completePlayerMessage", + "acceptPlayerMessage": "5d25e44f86f77443e625e385 acceptPlayerMessage", + "changeQuestMessageText": "5d25e44f86f77443e625e385 changeQuestMessageText", + "completePlayerMessage": "5d25e44f86f77443e625e385 completePlayerMessage", "conditions": { "AvailableForFinish": [ { + "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5d27369586f774457411b263", "conditions": [ { + "id": "5d667d2486f7744a2e70f046", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", - "id": "655e484b52dc506c051b4409", - "target": "AnyPmc", - "value": "1" + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossGluhar" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" } - ], - "id": "655e483da3ee7d4c56241e18" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "655e483da3ee7d4c56241e17", + "id": "5d27369586f774457411b264", "index": 0, + "parentId": "", "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": "50", - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": "25", "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, "globalQuestCounterId": "", - "id": "655e49e942913d55e050376b", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d777eb086f7742fa732bf05", + "index": 0, "parentId": "", - "target": [ - "59f32bb586f774757e1e8442", - "59f32c3b86f77472a31742f0" + "dynamicLocale": false, + "target": "608a768d82e40b3c727fd17d", + "status": [ + 4 ], - "value": "50", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], - "AvailableForStart": [], "Fail": [] }, - "declinePlayerMessage": "655e427b64d09b4122018228 declinePlayerMessage", - "description": "655e427b64d09b4122018228 description", - "failMessageText": "655e427b64d09b4122018228 failMessageText", - "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", - "instantComplete": false, + "description": "5d25e44f86f77443e625e385 description", + "failMessageText": "5d25e44f86f77443e625e385 failMessageText", + "declinePlayerMessage": "5d25e44f86f77443e625e385 declinePlayerMessage", + "name": "5d25e44f86f77443e625e385 name", + "note": "5d25e44f86f77443e625e385 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/5d6947c686f77452ac614b4b.jpg", + "type": "Completion", "isKey": false, - "location": "any", - "name": "655e427b64d09b4122018228 name", - "note": "655e427b64d09b4122018228 note", "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e44f86f77443e625e385 startedMessageText", + "successMessageText": "5d25e44f86f77443e625e385 successMessageText", "rewards": { - "Fail": [], - "Started": [ + "Started": [], + "Success": [ { - "findInRaid": true, - "id": "655f3fd9b4f3e80ef35495e7", + "availableInGameEditions": [], + "value": 18300, + "id": "60cca92aac6eb02bc726de69", + "type": "Experience", "index": 0, - "items": [ - { - "_id": "656629d07cac3c3b160e63e6", - "_tpl": "60a283193cb70855c43a381d", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "656629d07cac3c3b160e63e6", - "type": "Item", - "value": "2" + "unknown": false }, { - "findInRaid": true, - "id": "655f3fedd5e086614d342776", - "index": 1, - "items": [ - { - "_id": "656629d07cac3c3b160e63e7", - "_tpl": "5f60c74e3b85f6263c145586", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "656629d07cac3c3b160e63e7", - "type": "Item", - "value": "2" + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca92e20a6283a506aeb4a", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { - "findInRaid": true, - "id": "655f3ff8691eb93295472576", - "index": 2, + "availableInGameEditions": [], + "value": 200000, + "id": "5d667d7d86f774131e206b4d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25a2", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "656629d07cac3c3b160e63e8", - "_tpl": "5f60c85b58eff926626a60f7", + "_id": "68010065f81036801d0b25a2", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 2 + "StackObjectsCount": 200000 } } - ], - "target": "656629d07cac3c3b160e63e8", - "type": "Item", - "value": "2" + ] }, { - "findInRaid": true, - "id": "655f41f5fdc15c010d329535", - "index": 3, + "availableInGameEditions": [], + "value": 5000, + "id": "5da9f5e386f77443dd3e5a8a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25a4", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "656629d07cac3c3b160e63e9", - "_tpl": "5bb2475ed4351e00853264e3", + "_id": "68010065f81036801d0b25a4", + "_tpl": "5696686a4bdc2da3298b456a", "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 + "StackObjectsCount": 5000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5da9f5b886f7741e324ead3c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25a6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b25a6", + "_tpl": "59fb023c86f7746d0d4b423c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e2cc86f77443e47ae019": { + "QuestName": "The Huntsman Path - Forest Cleaning", + "_id": "5d25e2cc86f77443e47ae019", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e2cc86f77443e47ae019 acceptPlayerMessage", + "changeQuestMessageText": "5d25e2cc86f77443e47ae019 changeQuestMessageText", + "completePlayerMessage": "5d25e2cc86f77443e47ae019 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d2701b586f77469f1599fe1", + "conditions": [ + { + "id": "5d2701c086f7746a695c9b62", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" }, - "StackObjectsCount": 2 + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5d2701b586f77469f1599fe2", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 30, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d7768bf86f774319c488824", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2b486f77409de05bba0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e2cc86f77443e47ae019 description", + "failMessageText": "5d25e2cc86f77443e47ae019 failMessageText", + "declinePlayerMessage": "5d25e2cc86f77443e47ae019 declinePlayerMessage", + "name": "5d25e2cc86f77443e47ae019 name", + "note": "5d25e2cc86f77443e47ae019 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5979f91c86f77402996bf9c2.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e2cc86f77443e47ae019 startedMessageText", + "successMessageText": "5d25e2cc86f77443e47ae019 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60cca37c646f74055e27653a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca3a31bdece56c249cbe7", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 55000, + "id": "5d6678cf86f774266f07fca3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25a8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b25a8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 55000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cca38f41fd1e14d71e2308", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25a9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b25a9", + "_tpl": "5e848cc2988a8701445df1e8", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } } }, { - "_id": "656629d07cac3c3b160e63ea", - "_tpl": "59db3a1d86f77429e05b4e92", - "parentId": "656629d07cac3c3b160e63e9", - "slotId": "mod_pistol_grip" - }, - { - "_id": "656629d07cac3c3b160e63eb", - "_tpl": "5bb20d53d4351e4502010a69", - "parentId": "656629d07cac3c3b160e63e9", - "slotId": "mod_reciever" - }, - { - "_id": "656629d07cac3c3b160e63ec", - "_tpl": "5bb20dadd4351e00367faeff", - "parentId": "656629d07cac3c3b160e63eb", + "_id": "68010065f81036801d0b25aa", + "_tpl": "5e848d2eea0a7c419c2f9bfd", + "parentId": "68010065f81036801d0b25a9", "slotId": "mod_barrel" }, { - "_id": "656629d07cac3c3b160e63ed", - "_tpl": "5bb20dcad4351e3bac1212da", - "parentId": "656629d07cac3c3b160e63ec", - "slotId": "mod_gas_block" - }, - { - "_id": "656629d07cac3c3b160e63ee", - "_tpl": "5cff9e5ed7ad1a09407397d4", - "parentId": "656629d07cac3c3b160e63ec", - "slotId": "mod_muzzle" - }, - { - "_id": "656629d07cac3c3b160e63ef", - "_tpl": "5cff9e84d7ad1a049e54ed55", - "parentId": "656629d07cac3c3b160e63ee", - "slotId": "mod_muzzle" - }, - { - "_id": "656629d07cac3c3b160e63f0", - "_tpl": "5c6d11152e2216000f2003e7", - "parentId": "656629d07cac3c3b160e63eb", + "_id": "68010065f81036801d0b25ab", + "_tpl": "5e848d51e4dbc5266a4ec63b", + "parentId": "68010065f81036801d0b25a9", "slotId": "mod_handguard" }, { - "_id": "656629d07cac3c3b160e63f1", - "_tpl": "57cffcd624597763133760c5", - "parentId": "656629d07cac3c3b160e63f0", - "slotId": "mod_foregrip" + "_id": "68010065f81036801d0b25ac", + "_tpl": "5f647d9f8499b57dc40ddb93", + "parentId": "68010065f81036801d0b25a9", + "slotId": "mod_magazine" }, { - "_id": "656629d07cac3c3b160e63f2", - "_tpl": "5c18b9192e2216398b5a8104", - "parentId": "656629d07cac3c3b160e63eb", - "slotId": "mod_sight_rear" - }, - { - "_id": "656629d07cac3c3b160e63f3", - "_tpl": "5bb20e58d4351e00320205d7", - "parentId": "656629d07cac3c3b160e63e9", + "_id": "68010065f81036801d0b25ad", + "_tpl": "5e848db4681bea2ada00daa9", + "parentId": "68010065f81036801d0b25a9", "slotId": "mod_stock" - }, - { - "_id": "656629d07cac3c3b160e63f4", - "_tpl": "58d2946386f774496974c37e", - "parentId": "656629d07cac3c3b160e63f3", - "slotId": "mod_stock_000" - }, - { - "_id": "656629d07cac3c3b160e63f5", - "_tpl": "58d2912286f7744e27117493", - "parentId": "656629d07cac3c3b160e63f4", - "slotId": "mod_stock" - }, - { - "_id": "656629d07cac3c3b160e63f6", - "_tpl": "5bb20dbcd4351e44f824c04e", - "parentId": "656629d07cac3c3b160e63e9", - "slotId": "mod_charge" } - ], - "target": "656629d07cac3c3b160e63e9", - "type": "Item", - "value": "2" + ] }, { - "findInRaid": true, - "id": "655f4214b4f3e80ef35495e8", - "index": 4, - "items": [ - { - "_id": "656629d07cac3c3b160e63f7", - "_tpl": "5b44c8ea86f7742d1627baf1", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "656629d07cac3c3b160e63f7", + "availableInGameEditions": [], + "value": 3, + "id": "655b83e5769de97e1d62d119", "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "655f4226f0cdb65ed6328125", - "index": 5, - "items": [ - { - "_id": "656629d07cac3c3b160e63f8", - "_tpl": "6034d2d697633951dc245ea6", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "656629d07cac3c3b160e63f8", - "type": "Item", - "value": "2" - } - ], - "Success": [ - { - "findInRaid": true, - "id": "655f3f8bb4f3e80ef35495e6", "index": 0, + "target": "68010065f81036801d0b25b4", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "656629d07cac3c3b160e63f9", - "_tpl": "5c0a840b86f7742ffa4f2482", + "_id": "68010065f81036801d0b25b0", + "_tpl": "657024b8bfc87b3a34093232", "upd": { "StackObjectsCount": 1 } - } - ], - "target": "656629d07cac3c3b160e63f9", - "type": "Item", - "unknown": false, - "value": "1" - }, - { - "findInRaid": true, - "id": "655f3fb4fdc15c010d329516", - "index": 1, - "items": [ + }, { - "_id": "656629d07cac3c3b160e63fa", - "_tpl": "5696686a4bdc2da3298b456a", + "_id": "68010065f81036801d0b25b1", + "_tpl": "5e85aa1a988a8701445df1f5", "upd": { - "StackObjectsCount": 15000 + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b25b0", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b25b2", + "_tpl": "657024b8bfc87b3a34093232", + "upd": { + "StackObjectsCount": 1 } - } - ], - "target": "656629d07cac3c3b160e63fa", - "type": "Item", - "unknown": false, - "value": "15000" - }, - { - "id": "655f3f6396fb284db70fa429", - "index": 2, - "items": [ + }, { - "_id": "656629d07cac3c3b160e63fb", - "_tpl": "61962b617c6c7b169525f168" - } - ], - "loyaltyLevel": 1, - "target": "656629d07cac3c3b160e63fb", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - }, - { - "id": "655f3f6bb4f3e80ef35495e5", - "index": 3, - "items": [ + "_id": "68010065f81036801d0b25b3", + "_tpl": "5e85aa1a988a8701445df1f5", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b25b2", + "slotId": "cartridges" + }, { - "_id": "656629d07cac3c3b160e63fc", - "_tpl": "601949593ae8f707c4608daa" - } - ], - "loyaltyLevel": 1, - "target": "656629d07cac3c3b160e63fc", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - }, - { - "id": "655f3f6fd5e086614d342775", - "index": 4, - "items": [ + "_id": "68010065f81036801d0b25b4", + "_tpl": "657024b8bfc87b3a34093232", + "upd": { + "StackObjectsCount": 1 + } + }, { - "_id": "656629d07cac3c3b160e63fd", - "_tpl": "601aa3d2b2bcb34913271e6d" + "_id": "68010065f81036801d0b25b5", + "_tpl": "5e85aa1a988a8701445df1f5", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b25b4", + "slotId": "cartridges" } - ], - "loyaltyLevel": 1, - "target": "656629d07cac3c3b160e63fd", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - }, - { - "id": "655f3f74691eb93295472575", - "index": 5, - "items": [ - { - "_id": "656629d07cac3c3b160e63fe", - "_tpl": "5efb0c1bd79ff02a1f5e68d9" - } - ], - "loyaltyLevel": 1, - "target": "656629d07cac3c3b160e63fe", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - }, - { - "id": "655f3f77fdc15c010d329515", - "index": 6, - "items": [ - { - "_id": "656629d07cac3c3b160e63ff", - "_tpl": "5efb0da7a29a85116f6ea05f" - } - ], - "loyaltyLevel": 1, - "target": "656629d07cac3c3b160e63ff", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true - }, - { - "id": "655f3f7c96fb284db70fa42a", - "index": 7, - "items": [ - { - "_id": "656629d07cac3c3b160e6400", - "_tpl": "5ba26835d4351e0035628ff5" - } - ], - "loyaltyLevel": 1, - "target": "656629d07cac3c3b160e6400", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "AssortmentUnlock", - "unknown": true + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "655e427b64d09b4122018228 startedMessageText", - "successMessageText": "655e427b64d09b4122018228 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "6572e876dc0d635f633a5714": { - "QuestName": "Pyramid Scheme", - "_id": "6572e876dc0d635f633a5714", - "acceptPlayerMessage": "6572e876dc0d635f633a5714 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5d25e2a986f77409dd5cdf2a": { + "QuestName": "The Survivalist Path - Combat Medic", + "_id": "5d25e2a986f77409dd5cdf2a", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6572e876dc0d635f633a5714 changeQuestMessageText", - "completePlayerMessage": "6572e876dc0d635f633a5714 completePlayerMessage", + "acceptPlayerMessage": "5d25e2a986f77409dd5cdf2a acceptPlayerMessage", + "changeQuestMessageText": "5d25e2a986f77409dd5cdf2a changeQuestMessageText", + "completePlayerMessage": "5d25e2a986f77409dd5cdf2a completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657305d08ffc3d7ae8ec3bff", - "target": "Bank_points_3", - "value": 1 - } - ], - "id": "6573057ded8033c3cc8ae65d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573057d66de94c756a60472", + "conditionType": "Skill", + "id": "5d2605ef86f77469ef0f7622", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657305e7ca862629f2cd6cfe", - "target": "Bank_points_4", - "value": 1 - } - ], - "id": "65730580d35ccfae7492ceca" - }, - "doNotResetIfCounterCompleted": false, "dynamicLocale": false, + "target": "Vitality", "globalQuestCounterId": "", - "id": "65730580123b33fa7bb1a9fc", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6573062d7692f7c4b093524f", - "target": "Bank_points_6", - "value": 1 - } - ], - "id": "65730588966e99b3812d0a39" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657305885511555648dbb952", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "Bank_points_1", - "value": 1 - } - ], - "id": "6572e876dc0d635f633a5719" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6572e876dc0d635f633a5718", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657305a819503ddf705775af", - "target": "Bank_points_2", - "value": 1 - } - ], - "id": "6573057989ac741adaa2c874" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65730579d50436e87723dae4", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "65730692508e271418bcd487", - "target": "Bank_points_8", - "value": 1 - } - ], - "id": "6573058b40861db00c14db1f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573058b4e3f646b0e364add", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657306d74e6dcbf497bfafc7", - "target": "Bank_points_9", - "value": 1 - } - ], - "id": "6573058d3277e4ed9f65518f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573058d6a542c099ce5d92b", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657307108c455e2a5de7a6b0", - "target": "Bank_points_10", - "value": 1 - } - ], - "id": "6573058f7c5162dc397cc709" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573058f5c2ba64444301c25", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6573078f17ed439f3f96baf1", - "target": "Bank_points_13", - "value": 1 - } - ], - "id": "657305953d0fb31e306a5334" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65730595fd5ec1426ebd5484", - "index": 9, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6573073dd54185b38552cbb3", - "target": "Bank_points_11", - "value": 1 - } - ], - "id": "65730591e52c5f85b187f3d7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657305913186869491d7f5fd", - "index": 10, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6573075e840ae3682d2fc5bd", - "target": "Bank_points_12", - "value": 1 - } - ], - "id": "65730593ed6135cf2324698b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65730593d4b1bd9359203a74", - "index": 11, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6573060e4c2b924509cee00f", - "target": "Bank_points_5", - "value": 1 - } - ], - "id": "657305856785c9eb1cb65e06" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573058510b6071846639907", - "index": 12, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657307b966ec7a4704d0273d", - "target": "Bank_points_14", - "value": 1 - } - ], - "id": "657305975b6b9250f645347a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65730597d64537696cc661c6", - "index": 13, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657307cbb3b2e994f8bd684c", - "target": "Bank_points_15", - "value": 1 - } - ], - "id": "657305980d9e7d1963515bb7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657305989d1d1fe81237e9e7", - "index": 14, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657307e8b1f5b84901bb914e", - "target": "Bank_points_16", - "value": 1 - } - ], - "id": "6573059a3b6a5e998b51b541" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573059ace022903ee1e6b11", - "index": 15, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, + "value": 5, + "compareMethod": ">=", "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840ba4ce4bdb16bf5bb830", + "id": "5d76336486f7744527181847", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d25e29d86f7740a22516326", "status": [ 4 ], - "target": "5b478ff486f7744d184ecbbf", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "65840ba6fd049f43d86e0489", - "index": 1, - "parentId": "", - "value": 28, + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6572e876dc0d635f633a5714 declinePlayerMessage", - "description": "6572e876dc0d635f633a5714 description", - "failMessageText": "6572e876dc0d635f633a5714 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aaf76c435ab5742b4e4092.jpg", - "instantComplete": false, + "description": "5d25e2a986f77409dd5cdf2a description", + "failMessageText": "5d25e2a986f77409dd5cdf2a failMessageText", + "declinePlayerMessage": "5d25e2a986f77409dd5cdf2a declinePlayerMessage", + "name": "5d25e2a986f77409dd5cdf2a name", + "note": "5d25e2a986f77409dd5cdf2a note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d67b7ba86f774131e206c0c.jpg", + "type": "Completion", "isKey": false, - "location": "5714dc692459777137212e12", - "name": "6572e876dc0d635f633a5714 name", - "note": "6572e876dc0d635f633a5714 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e2a986f77409dd5cdf2a startedMessageText", + "successMessageText": "5d25e2a986f77409dd5cdf2a successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "6572e876dc0d635f633a5721", - "index": 0, + "value": 5900, + "id": "60cca281b2736c24b2118ba2", "type": "Experience", - "unknown": false, - "value": 25500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "6584147d66dec32da31324a8", - "index": 0, - "target": "58330581ace78e27b8b10cee", + "value": 0.02, + "id": "60cca2849f89812e5b6aa884", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "6584148b9acefd03ac5ac994", + "value": 50000, + "id": "60cca27b646f74055e276539", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b25b7", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103789", + "_id": "68010065f81036801d0b25b7", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 600000 + "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a72103789", - "type": "Item", - "unknown": true, - "value": 600000 + ] + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "60cca272826ca0323464bd17", + "type": "Skill", + "index": 0, + "target": "Surgery", + "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6572e876dc0d635f633a5714 startedMessageText", - "status": 0, - "successMessageText": "6572e876dc0d635f633a5714 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Discover" - }, - "657315ddab5a49b71f098853": { - "QuestName": "First in Line", - "_id": "657315ddab5a49b71f098853", - "acceptPlayerMessage": "657315ddab5a49b71f098853 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5d25e4b786f77408251c4bfc": { + "QuestName": "Fishing Place", + "_id": "5d25e4b786f77408251c4bfc", "canShowNotificationsInGame": true, - "changeQuestMessageText": "657315ddab5a49b71f098853 changeQuestMessageText", - "completePlayerMessage": "657315ddab5a49b71f098853 completePlayerMessage", + "acceptPlayerMessage": "5d25e4b786f77408251c4bfc acceptPlayerMessage", + "changeQuestMessageText": "5d25e4b786f77408251c4bfc changeQuestMessageText", + "completePlayerMessage": "5d25e4b786f77408251c4bfc completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "65732b10b0e230143c591102", - "target": "Sandbox_1_MedicalArea_exploration", - "value": 1 - } - ], - "id": "65732ac3630545751adfe039" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65732ac3c67dcd96adffa3c7", + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5d2f375186f7745916404955", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "type": "Completion", - "value": 1, + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c94bbff86f7747ee735c08f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65817bf31404f3565aef9fec", + "id": "5d8a09d386f77410b4225d13", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "590c695186f7741e566b64a2", - "5751a89d24597722aa0e8db0", - "5af0548586f7743a532b7e99", - "544fb3f34bdc2d03748b456a", - "544fb37f4bdc2dee738b4567", - "5755383e24597772cb798966", - "590c657e86f77412b013051d", - "60098ad7c2240c0fe85c570a", - "590c661e86f7741e566b646a", - "590c678286f77426c9660122", - "5755356824597772cb798962", - "544fb45d4bdc2dee738b4568", - "5e99711486f7744bfc4af328", - "544fb25a4bdc2dfb738b4567", - "5751a25924597722c463c472", - "5d02778e86f774203e7dedbe", - "5af0454c86f7746bf20992e8", - "60098af40accd37ef2175f27", - "5e831507ea0a7c419c2f9bd9", - "5e8488fa988a8701445df1e4", - "5e99735686f7744bfc4af32c", - "544fb3364bdc2d34748b456a", - "5d02797c86f774203f38e30a", - "5ed515c8d380ab312177c0fa", - "5ed515f6915ec335206e4152", - "5c10c8fd86f7743d7d706df3", - "5ed515e03a40a50460332579", - "5ed51652f6c34d2cc26336a1", - "5ed5160a87bb8443d10680b5", - "5ed5166ad380ab312177c100", - "637b60c3b7afa97bfc3d7001", - "5ed515ece452db0eb56fc028", - "637b6179104668754b72f8f5", - "637b6251104668754b72f8f9", - "5c0e530286f7747fa1419862", - "637b612fb7afa97bfc3d7005", - "5c0e531286f7747fa54205c2", - "5c0e531d86f7747fa23f4d42", - "5fca13ca637ee0341a484f46", - "637b620db7afa97bfc3d7009", - "5c0e533786f7747fa23f4d47", - "5c0e534186f7747fa1419867", - "5fca138c2a7b221b2852a5c6", - "5c052e6986f7746b207bc3c9", - "5c0530ee86f774697952d952", - "666879d498b97e3a8f09f1ae", - "6389c6c7dbfd5e4b95197e68", - "5b4335ba86f7744d2837a264", - "5af0534a86f7743b6f354284", - "59e361e886f774176c10a2a5", - "59e3606886f77417674759a5", - "5d1b3a5d86f774252167ba22", - "5d1b3f2d86f774253763b735", - "62a0a043cf4a99369e2624a5", - "619cc01e0a7c3a1a2731940c", - "5a687e7886f7740c4a5133fb", - "66a0f0926fee20fa70036da6", - "669fac549b0ce3feae01a137" + "5c94bbff86f7747ee735c08f" ], - "value": 3, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d778ebb86f7742fa732bf09", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e4ad86f77443e625e387", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5d778ec586f7745041358b37", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", "visibilityConditions": [] } ], - "AvailableForStart": [], "Fail": [] }, - "declinePlayerMessage": "657315ddab5a49b71f098853 declinePlayerMessage", - "description": "657315ddab5a49b71f098853 description", - "failMessageText": "657315ddab5a49b71f098853 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/658992cd1af57867a167fc13.jpg", - "instantComplete": false, + "description": "5d25e4b786f77408251c4bfc description", + "failMessageText": "5d25e4b786f77408251c4bfc failMessageText", + "declinePlayerMessage": "5d25e4b786f77408251c4bfc declinePlayerMessage", + "name": "5d25e4b786f77408251c4bfc name", + "note": "5d25e4b786f77408251c4bfc note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", + "type": "Completion", "isKey": false, - "location": "653e6760052c01c1c805532f", - "name": "657315ddab5a49b71f098853 name", - "note": "657315ddab5a49b71f098853 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e4b786f77408251c4bfc startedMessageText", + "successMessageText": "5d25e4b786f77408251c4bfc successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "65846ca13eed2c22a516d5c4", - "index": 0, + "value": 18000, + "id": "60ccab9620a6283a506aeb4d", "type": "Experience", - "unknown": false, - "value": 1200 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "65846cc73eed2c22a516d5c5", - "index": 0, - "target": "54cb57776803fa99248b456e", + "value": 0.02, + "id": "60ccabccb2736c24b2118baa", "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "65846cb74d559e355f61a704", + "value": 40000, + "id": "60ccaba041fd1e14d71e2312", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b25b9", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103e49", + "_id": "68010065f81036801d0b25b9", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 6400 + "StackObjectsCount": 40000 } } - ], - "target": "67eb506040b1947a72103e49", - "type": "Item", - "unknown": false, - "value": 6400 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "65846cfd4f381a0ad975a85d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e4b", - "_tpl": "574eb85c245977648157eec3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e4b", + "value": 1, + "id": "5ec1a2840135590512408dfb", "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65846d0c1e25c52cb72f807e", "index": 0, + "target": "68010065f81036801d0b25ba", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103e4d", - "_tpl": "5448fee04bdc2dbc018b4567", + "_id": "68010065f81036801d0b25ba", + "_tpl": "5bfea6e90db834001b7347f3", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } } }, { - "_id": "67eb506040b1947a72103e4e", - "_tpl": "5448fee04bdc2dbc018b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } + "_id": "68010065f81036801d0b25bb", + "_tpl": "5bfea7ad0db834001c38f1ee", + "parentId": "68010065f81036801d0b25ba", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b25bc", + "_tpl": "5bfeb32b0db834001a6694d9", + "parentId": "68010065f81036801d0b25ba", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b25bd", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b25ba", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b25be", + "_tpl": "5a34fd2bc4a282329a73b4c5", + "parentId": "68010065f81036801d0b25bd", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b25bf", + "_tpl": "5a34fe59c4a282000b1521a2", + "parentId": "68010065f81036801d0b25be", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b25c0", + "_tpl": "5bfebc5e0db834001a6694e5", + "parentId": "68010065f81036801d0b25ba", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b25c1", + "_tpl": "5b2388675acfc4771e1be0be", + "parentId": "68010065f81036801d0b25c0", + "slotId": "mod_scope" } - ], - "target": "67eb506040b1947a72103e4e", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60ccabb341fd1e14d71e2313", "type": "Item", - "unknown": false, - "value": 2 + "index": 0, + "target": "68010065f81036801d0b25cc", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b25cc", + "_tpl": "5ca2151486f774244a3b8d30", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b25cd", + "_tpl": "6575dd3e9e27f4a85e081142", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b25ce", + "_tpl": "6575dd519e27f4a85e081146", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b25cf", + "_tpl": "6575dd64945bf78edd04c438", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b25d0", + "_tpl": "6575dd6e9d3a0ddf660b9047", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b25d1", + "_tpl": "6575dd769d3a0ddf660b904b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b25d2", + "_tpl": "6575dd800546f8b1de093df6", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b25d3", + "_tpl": "6575dd94945bf78edd04c43c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b25d4", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b25d5", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b25cc", + "slotId": "Back_plate" + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "657315ddab5a49b71f098853 startedMessageText", - "status": 0, - "successMessageText": "657315ddab5a49b71f098853 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "657315df034d76585f032e01": { "QuestName": "Shooting Cans", "_id": "657315df034d76585f032e01", - "acceptPlayerMessage": "657315df034d76585f032e01 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "657315df034d76585f032e01 acceptPlayerMessage", "changeQuestMessageText": "657315df034d76585f032e01 changeQuestMessageText", "completePlayerMessage": "657315df034d76585f032e01 completePlayerMessage", "conditions": { @@ -99726,303 +77242,519 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "657333fe247c40c82ab04f1a", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "657334169f70b2e2aa1c5665", + "dynamicLocale": false, "target": "Sandbox_2_Kord_exploration", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "657333fe247c40c82ab04f1a" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "657333fee3fbaa77d3b5cd7c", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6573340474f64d235ac33a6c", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "65733423346b6b48d922a898", + "dynamicLocale": false, "target": "Sandbox_2_AGS_exploration", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6573340474f64d235ac33a6c" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6573340403f471fb2bb12df1", "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6573343184c6c54b433bcabb", "conditions": [ { - "bodyPart": [], + "id": "6573344703c2ad825170329c", + "dynamicLocale": false, + "target": "Any", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "6573344703c2ad825170329c", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "658583dfb8bfa5ddc9742422", + "dynamicLocale": false, "target": [ "Sandbox", "Sandbox_high" - ] + ], + "conditionType": "Location" } - ], - "id": "6573343184c6c54b433bcabb" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "657334311dbb8b7569bb83c4", "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 5, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [], "Fail": [] }, - "declinePlayerMessage": "657315df034d76585f032e01 declinePlayerMessage", "description": "657315df034d76585f032e01 description", "failMessageText": "657315df034d76585f032e01 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/65899d03adeac0191c51e880.jpg", - "instantComplete": false, - "isKey": false, - "location": "653e6760052c01c1c805532f", + "declinePlayerMessage": "657315df034d76585f032e01 declinePlayerMessage", "name": "657315df034d76585f032e01 name", "note": "657315df034d76585f032e01 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "653e6760052c01c1c805532f", + "image": "/files/quest/icon/65899d03adeac0191c51e880.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "657315df034d76585f032e01 startedMessageText", + "successMessageText": "657315df034d76585f032e01 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 1600, "id": "65846d662fd55f252109dbc7", - "index": 0, "type": "Experience", - "unknown": false, - "value": 1600 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.01, "id": "65846d739622c723546f3d36", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 13000, "id": "65846d82cffa037bb167528f", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b25d7", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103878", + "_id": "68010065f81036801d0b25d7", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 13000 } } - ], - "target": "67eb506040b1947a72103878", - "type": "Item", - "unknown": false, - "value": 13000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "658589954c2098671b4a175c", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b25d8", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103879", + "_id": "68010065f81036801d0b25d8", "_tpl": "5bfd297f0db834001a669119", "upd": { + "StackObjectsCount": 1, "FireMode": { "FireMode": "single" - }, - "StackObjectsCount": 1 + } } }, { - "_id": "67eb506040b1947a7210387a", + "_id": "68010065f81036801d0b25d9", "_tpl": "5ae0973a5acfc4001562206c", - "parentId": "67eb506040b1947a72103879", + "parentId": "68010065f81036801d0b25d8", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a7210387b", + "_id": "68010065f81036801d0b25da", "_tpl": "5bfd35380db83400232fe5cc", - "parentId": "67eb506040b1947a72103879", + "parentId": "68010065f81036801d0b25d8", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a7210387c", + "_id": "68010065f81036801d0b25db", "_tpl": "5ae09bff5acfc4001562219d", - "parentId": "67eb506040b1947a72103879", + "parentId": "68010065f81036801d0b25d8", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a7210387d", + "_id": "68010065f81036801d0b25dc", "_tpl": "5ae099875acfc4001714e593", - "parentId": "67eb506040b1947a7210387c", + "parentId": "68010065f81036801d0b25db", "slotId": "mod_sight_front" }, { - "_id": "67eb506040b1947a7210387e", + "_id": "68010065f81036801d0b25dd", "_tpl": "5ae099925acfc4001a5fc7b3", - "parentId": "67eb506040b1947a7210387c", + "parentId": "68010065f81036801d0b25db", "slotId": "mod_sight_rear" } - ], - "target": "67eb506040b1947a72103879", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "65846da91e25c52cb72f8081", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b25e4", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103881", + "_id": "68010065f81036801d0b25e0", "_tpl": "64aceac0c4eda9354b0226b3", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103882", + "_id": "68010065f81036801d0b25e1", "_tpl": "64b8f7968532cf95ee0a0dbf", - "parentId": "67eb506040b1947a72103881", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "68010065f81036801d0b25e0", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a72103883", + "_id": "68010065f81036801d0b25e2", "_tpl": "64aceac0c4eda9354b0226b3", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103884", + "_id": "68010065f81036801d0b25e3", "_tpl": "64b8f7968532cf95ee0a0dbf", - "parentId": "67eb506040b1947a72103883", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "68010065f81036801d0b25e2", + "slotId": "cartridges" }, { - "_id": "67eb506040b1947a72103885", + "_id": "68010065f81036801d0b25e4", "_tpl": "64aceac0c4eda9354b0226b3", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103886", + "_id": "68010065f81036801d0b25e5", "_tpl": "64b8f7968532cf95ee0a0dbf", - "parentId": "67eb506040b1947a72103885", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b25e4", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e4ad86f77443e625e387": { + "QuestName": "Nostalgia", + "_id": "5d25e4ad86f77443e625e387", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e4ad86f77443e625e387 acceptPlayerMessage", + "changeQuestMessageText": "5d25e4ad86f77443e625e387 changeQuestMessageText", + "completePlayerMessage": "5d25e4ad86f77443e625e387 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d357e0e86f7745b3f307c55", + "conditions": [ + { + "id": "5d357e1c86f7745b422d6540", + "dynamicLocale": false, + "target": "huntsman_026", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5d357e0e86f7745b3f307c56", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5d357e8786f7745b5e66a51a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5d357d6b86f7745b606e3508" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d27522686f774304e316405", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5d357d6b86f7745b606e3508" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5d7e2ef386f77440351bd9e3", + "target": "5d357e8786f7745b5e66a51a", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5d778e6c86f77461b27a235d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 28, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5d778e7c86f7742fa901bc7c", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e48186f77443e625e386", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e4ad86f77443e625e387 description", + "failMessageText": "5d25e4ad86f77443e625e387 failMessageText", + "declinePlayerMessage": "5d25e4ad86f77443e625e387 declinePlayerMessage", + "name": "5d25e4ad86f77443e625e387 name", + "note": "5d25e4ad86f77443e625e387 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5d694a6b86f77452a94debdf.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e4ad86f77443e625e387 startedMessageText", + "successMessageText": "5d25e4ad86f77443e625e387 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 16800, + "id": "60ccab505f9e6175514de2db", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60ccab6d41fd1e14d71e2311", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "5d667fec86f774368f43a1ff", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25e7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b25e7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 } } - ], - "target": "67eb506040b1947a72103885", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5d6680d586f7743690020683", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25e9", "unknown": false, - "value": 3 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b25e9", + "_tpl": "590c60fc86f77412b13fddcf", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5db2fe1c86f7747c5347c129", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b25eb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b25eb", + "_tpl": "5d8e15b686f774445103b190", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "657315df034d76585f032e01 startedMessageText", - "status": 0, - "successMessageText": "657315df034d76585f032e01 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "657315e1dccd301f1301416a": { "QuestName": "Luxurious Life", "_id": "657315e1dccd301f1301416a", - "acceptPlayerMessage": "657315e1dccd301f1301416a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "657315e1dccd301f1301416a acceptPlayerMessage", "changeQuestMessageText": "657315e1dccd301f1301416a changeQuestMessageText", "completePlayerMessage": "657315e1dccd301f1301416a completePlayerMessage", "conditions": { @@ -100031,8973 +77763,373 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6575aa6767d93ca42e651048", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "6575aa8478c645cf7746f16c", + "dynamicLocale": false, "target": "Sandbox_3_Vino_exploration", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6575aa6767d93ca42e651048" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6575aa67197bd678a0c3f552", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "65817cabba2ba6ef71fc72ca", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "6582bd252b50c61c565828e2" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "65817cdb095fd7bedd05ff4e", - "target": "6575aa67197bd678a0c3f552" + "target": "6575aa67197bd678a0c3f552", + "conditionType": "CompleteCondition" } ] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "65817cd2881a7e07b3ec1249", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "6582bd252b50c61c565828e2" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "65844139bb1d518e6d9aef5b", - "target": "65817cabba2ba6ef71fc72ca" + "target": "65817cabba2ba6ef71fc72ca", + "conditionType": "CompleteCondition" } ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6584720c14e232a28cae583a", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5936d90786f7742b1420ba5b", "status": [ 4 ], - "target": "5936d90786f7742b1420ba5b", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "657315e1dccd301f1301416a declinePlayerMessage", "description": "657315e1dccd301f1301416a description", "failMessageText": "657315e1dccd301f1301416a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/65899d82c5998b6e94299024.jpg", - "instantComplete": false, - "isKey": false, - "location": "653e6760052c01c1c805532f", + "declinePlayerMessage": "657315e1dccd301f1301416a declinePlayerMessage", "name": "657315e1dccd301f1301416a name", "note": "657315e1dccd301f1301416a note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "653e6760052c01c1c805532f", + "image": "/files/quest/icon/65899d82c5998b6e94299024.jpg", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "657315e1dccd301f1301416a startedMessageText", + "successMessageText": "657315e1dccd301f1301416a successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 1750, "id": "65846e5c28ecbd11493fa1cd", - "index": 0, "type": "Experience", - "unknown": false, - "value": 1750 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.01, "id": "65846e694f381a0ad975a860", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 14000, "id": "65846e7ccffa037bb1675291", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b25ed", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a7210370e", + "_id": "68010065f81036801d0b25ed", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 14000 } } - ], - "target": "67eb506040b1947a7210370e", - "type": "Item", - "unknown": false, - "value": 14000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "658589cebee11e5bb536411f", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b25ee", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210370f", + "_id": "68010065f81036801d0b25ee", "_tpl": "59e6152586f77473dc057aa1", "upd": { + "StackObjectsCount": 1, "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103710", - "_tpl": "59e649f986f77411d949b246", - "parentId": "67eb506040b1947a7210370f", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103711", - "_tpl": "59e6284f86f77440d569536f", - "parentId": "67eb506040b1947a72103710", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103712", - "_tpl": "59e61eb386f77440d64f5daf", - "parentId": "67eb506040b1947a7210370f", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103713", - "_tpl": "59e6318286f77444dd62c4cc", - "parentId": "67eb506040b1947a7210370f", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103714", - "_tpl": "59e6449086f7746c9f75e822", - "parentId": "67eb506040b1947a7210370f", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103715", - "_tpl": "59d650cf86f7741b846413a4", - "parentId": "67eb506040b1947a7210370f", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103716", - "_tpl": "59e6227d86f77440d64f5dc2", - "parentId": "67eb506040b1947a7210370f", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103717", - "_tpl": "5b1fd4e35acfc40018633c39", - "parentId": "67eb506040b1947a7210370f", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a7210370f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65846edd4d3b3d2e0e7e0f1d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210371a", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210371b", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a7210371a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210371c", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210371d", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a7210371c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a7210371e", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210371f", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a7210371e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103720", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103721", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103720", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103722", - "_tpl": "64ace9d9b5bf5e95f50a4c1d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103723", - "_tpl": "64b7af5a8532cf95ee0a0dbd", - "parentId": "67eb506040b1947a72103722", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103722", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65846efd5fd33e14795dfd47", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103725", - "_tpl": "59d625f086f774661516605d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103726", - "_tpl": "59d625f086f774661516605d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103727", - "_tpl": "59d625f086f774661516605d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103727", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "657315e1dccd301f1301416a startedMessageText", - "status": 0, - "successMessageText": "657315e1dccd301f1301416a successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "657315e270bb0b8dba00cc48": { - "QuestName": "Burning Rubber", - "_id": "657315e270bb0b8dba00cc48", - "acceptPlayerMessage": "657315e270bb0b8dba00cc48 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "657315e270bb0b8dba00cc48 changeQuestMessageText", - "completePlayerMessage": "657315e270bb0b8dba00cc48 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65733e7d085ac2c4f5269652", - "target": [ - "Sandbox", - "Sandbox_high" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "Sandbox_VExit", - "id": "65733f147883616935f7d004" - }, - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "658d46baa1a0bddac249610f", - "status": [ - "Runner", - "Survived" - ] - } - ], - "id": "65733e57200715fcb52ea937" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65733e571b7e7ed95fcd2f0c", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "657315e270bb0b8dba00cc48 declinePlayerMessage", - "description": "657315e270bb0b8dba00cc48 description", - "failMessageText": "657315e270bb0b8dba00cc48 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/65899ce3fd239b582c211d31.jpg", - "instantComplete": false, - "isKey": false, - "location": "653e6760052c01c1c805532f", - "name": "657315e270bb0b8dba00cc48 name", - "note": "657315e270bb0b8dba00cc48 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "658afeebec342e2bf028148e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034b2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 5000 - } - } - ], - "target": "67eb506040b1947a721034b2", - "type": "Item", - "unknown": false, - "value": 5000 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "65846f2128ecbd11493fa1cf", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 1900 - }, - { - "availableInGameEditions": [], - "id": "65846f341e25c52cb72f8084", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "65846f431e25c52cb72f8085", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034b4", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 12000 - } - } - ], - "target": "67eb506040b1947a721034b4", - "type": "Item", - "unknown": false, - "value": 12000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65846f589622c723546f3d39", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721034b6", - "_tpl": "6033fa48ffd42c541047f728", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721034b6", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "657315e270bb0b8dba00cc48 startedMessageText", - "status": 0, - "successMessageText": "657315e270bb0b8dba00cc48 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Exploration" - }, - "657315e4a6af4ab4b50f3459": { - "QuestName": "Saving the Mole", - "_id": "657315e4a6af4ab4b50f3459", - "acceptPlayerMessage": "657315e4a6af4ab4b50f3459 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "657315e4a6af4ab4b50f3459 changeQuestMessageText", - "completePlayerMessage": "657315e4a6af4ab4b50f3459 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6575a616ac76f2ed3f1bf275", - "target": "Sandbox_5_DeadGroup_exploration", - "value": 1 - } - ], - "id": "6575a524bf654ffebfc3fc4a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6575a524a39d2be74e620546", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6575a63cc1d5fd62e4f2fab9", - "target": "Sandbox_5_Laborant_exploration", - "value": 1 - } - ], - "id": "6575a62a2fa06ce52e499002" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6575a62a62028c6d5cb43cb7", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6575a65ac1790d1a615d4c98", - "target": "Sandbox_5_Office_exploration", - "value": 1 - } - ], - "id": "6575a64d3111ec6f3e0fe679" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6575a64d3fc09bdfb38b713d", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "65818061afb99a95381caf63", - "target": "6575a524a39d2be74e620546" - }, - { - "conditionType": "CompleteCondition", - "id": "658180699ee9544b197c9c34", - "target": "6575a62a62028c6d5cb43cb7" - } - ] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65817fbbb454159976c91917", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6575a6ca8778e96ded05a802" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "65818058c9905608da2d03a2", - "target": "6575a64d3fc09bdfb38b713d" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65817fc99a039ed2e97896e4", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6575a6ca8778e96ded05a802" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "658d5fd95ee6e5b7b901bae4", - "target": "6575a64d3fc09bdfb38b713d" - } - ] - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "657315e4a6af4ab4b50f3459 declinePlayerMessage", - "description": "657315e4a6af4ab4b50f3459 description", - "failMessageText": "657315e4a6af4ab4b50f3459 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/65899c7b6f65fb099516b25d.jpg", - "instantComplete": false, - "isKey": false, - "location": "653e6760052c01c1c805532f", - "name": "657315e4a6af4ab4b50f3459 name", - "note": "657315e4a6af4ab4b50f3459 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "65846f7b4127ec14c642d521", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 3800 - }, - { - "availableInGameEditions": [], - "id": "65846f879622c723546f3d3a", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "65846f92dd23e51d82405da2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103554", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 15000 - } - } - ], - "target": "67eb506040b1947a72103554", - "type": "Item", - "unknown": false, - "value": 15000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65846f9d3eed2c22a516d5c7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103556", - "_tpl": "5e2af22086f7746d3f3c33fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103557", - "_tpl": "5e2af22086f7746d3f3c33fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103557", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65846fa94127ec14c642d523", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103559", - "_tpl": "61bf7b6302b3924be92fa8c3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210355a", - "_tpl": "61bf7b6302b3924be92fa8c3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210355a", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "657315e4a6af4ab4b50f3459 startedMessageText", - "status": 0, - "successMessageText": "657315e4a6af4ab4b50f3459 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "65733403eefc2c312a759ddb": { - "QuestName": "Developers Secrets - Part 1", - "_id": "65733403eefc2c312a759ddb", - "acceptPlayerMessage": "65733403eefc2c312a759ddb acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "65733403eefc2c312a759ddb changeQuestMessageText", - "completePlayerMessage": "65733403eefc2c312a759ddb completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "Office_enter", - "value": 1 - } - ], - "id": "65733403eefc2c312a759ddd" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65733403eefc2c312a759ddc", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "65801ae923439c15c350bade", - "target": "Office_quest", - "value": 1 - } - ], - "id": "65801ad65176ca6f7c31aadc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65801ad655315fdce2096bec", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6581d08b1c94ba22f6beb6ea", - "target": "65733403eefc2c312a759ddc" - } - ] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "65801b16fc87cfba118a95a2", - "status": [ - "Survived" - ] - } - ], - "id": "65801b075c96f111f780bdf0" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65801b07a26e65a69c2fedd1", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6581d080a0840cce44cab902", - "target": "65733403eefc2c312a759ddc" - }, - { - "conditionType": "CompleteCondition", - "id": "6581d08529fb2f98679432cf", - "target": "65801ad655315fdce2096bec" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658406268252eaa057979746", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135e8c115f907b14700aa", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658406286861262701d570ae", - "index": 1, - "parentId": "", - "value": 23, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "65733403eefc2c312a759ddb declinePlayerMessage", - "description": "65733403eefc2c312a759ddb description", - "failMessageText": "65733403eefc2c312a759ddb failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6589939cd4523b429f73ce83.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "65733403eefc2c312a759ddb name", - "note": "65733403eefc2c312a759ddb note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "65733403eefc2c312a759dfc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 23000 - }, - { - "availableInGameEditions": [], - "id": "6584130b66ddfd17202b82bb", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6584132066ddfd17202b82c0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210357c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 149500 - } - } - ], - "target": "67eb506040b1947a7210357c", - "type": "Item", - "unknown": false, - "value": 149500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6584133291a14b21510c6339", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210357e", - "_tpl": "573477e124597737dd42e191", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210357e", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65841341606b8d720b4b8f4c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103580", - "_tpl": "5734779624597737e04bf329", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103580", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658413520e40596ad2175a3a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103582", - "_tpl": "5af04b6486f774195a3ebb49", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103582", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6584135f5e9d963e11096cd1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103584", - "_tpl": "62a0a098de7ac8199358053b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103584", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "65733403eefc2c312a759ddb startedMessageText", - "status": 0, - "successMessageText": "65733403eefc2c312a759ddb successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Discover" - }, - "6573382e557ff128bf3da536": { - "QuestName": "Developers Secrets - Part 2", - "_id": "6573382e557ff128bf3da536", - "acceptPlayerMessage": "6573382e557ff128bf3da536 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6573382e557ff128bf3da536 changeQuestMessageText", - "completePlayerMessage": "6573382e557ff128bf3da536 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "Hookah_quest", - "value": 1 - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65800440046041eb30f64856", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "6573382e557ff128bf3da538" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573382e557ff128bf3da537", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "65800474556edbe06a53482a", - "status": [ - "Survived" - ] - } - ], - "id": "65800413f56c9da6f0d44aec" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65800413f41301adef3c9698", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6581d09842ae3bd61d9e572a", - "target": "6573382e557ff128bf3da537" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840675abc4b2c99e8a0995", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "65733403eefc2c312a759ddb", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840677607575ce770b5e82", - "index": 1, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6573382e557ff128bf3da536 declinePlayerMessage", - "description": "6573382e557ff128bf3da536 description", - "failMessageText": "6573382e557ff128bf3da536 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/65899d1fd4523b429f73e0f1.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "6573382e557ff128bf3da536 name", - "note": "6573382e557ff128bf3da536 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6573382e557ff128bf3da539", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 25400 - }, - { - "availableInGameEditions": [], - "id": "6584102b0a500627c456dfb4", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "658410430e40596ad2171b7c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037f4", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 174000 - } - } - ], - "target": "67eb506040b1947a721037f4", - "type": "Item", - "unknown": false, - "value": 174000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658410690e150f7cea1cbd97", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037f6", - "_tpl": "5d1b327086f7742525194449", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721037f6", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6584107891a14b21510c5ebf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037f8", - "_tpl": "5d1b39a386f774252339976f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037f9", - "_tpl": "5d1b39a386f774252339976f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037fa", - "_tpl": "5d1b39a386f774252339976f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721037fa", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6573382e557ff128bf3da536 startedMessageText", - "status": 0, - "successMessageText": "6573382e557ff128bf3da536 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Discover" - }, - "6573387d0b26ed4fde798de3": { - "QuestName": "Pets Wont Need It - Part 2", - "_id": "6573387d0b26ed4fde798de3", - "acceptPlayerMessage": "6573387d0b26ed4fde798de3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6573387d0b26ed4fde798de3 changeQuestMessageText", - "completePlayerMessage": "6573387d0b26ed4fde798de3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "Pharma_1", - "value": 1 - } - ], - "id": "6573387d0b26ed4fde798de5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573387d0b26ed4fde798de4", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657338e86f16b32621354eec", - "target": "Pharma_2", - "value": 1 - } - ], - "id": "657338ded27625499e8a0ded" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657338ded9b444e1fb07b1a8", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "657338f65080b506b0deef8f", - "target": "Pharma_3", - "value": 1 - } - ], - "id": "657338ed7d5eb18019d27288" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657338ed8e8e3a05445b760d", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "658009e218e29cccc834118e", - "status": [ - "Survived" - ] - } - ], - "id": "658009db495e9d1af5c3a645" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658009db6b313a8a4ed58851", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6581cfef807f802684b0e03d", - "target": "6573387d0b26ed4fde798de4" - }, - { - "conditionType": "CompleteCondition", - "id": "6581cff819094e7cbefbee85", - "target": "657338ded9b444e1fb07b1a8" - }, - { - "conditionType": "CompleteCondition", - "id": "6581cffdd021ae0634ec50d6", - "target": "657338ed8e8e3a05445b760d" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658406f8aba913fc8ff7d3cb", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64f731ab83cfca080a361e42", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6573387d0b26ed4fde798de3 declinePlayerMessage", - "description": "6573387d0b26ed4fde798de3 description", - "failMessageText": "6573387d0b26ed4fde798de3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6589937422379436cd78472f.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "6573387d0b26ed4fde798de3 name", - "note": "6573387d0b26ed4fde798de3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6573387d0b26ed4fde798de6", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9000 - }, - { - "availableInGameEditions": [], - "id": "658413a10a500627c456e69a", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "658413b00a500627c456e69b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035ea", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 55000 - } - } - ], - "target": "67eb506040b1947a721035ea", - "type": "Item", - "unknown": false, - "value": 55000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658413be9acefd03ac5ac97f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035ec", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035ed", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035ee", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035ef", - "_tpl": "5d1b3f2d86f774253763b735", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721035ef", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658413c90a500627c456e69d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035f1", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035f2", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035f3", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035f4", - "_tpl": "5d1b3a5d86f774252167ba22", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721035f4", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658413d791a14b21510c6369", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035f6", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035f7", - "_tpl": "544fb3f34bdc2d03748b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721035f7", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658413df606b8d720b4b8f51", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035f9", - "_tpl": "5ed515e03a40a50460332579", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035fa", - "_tpl": "5ed515e03a40a50460332579", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721035fa", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6573387d0b26ed4fde798de3 startedMessageText", - "status": 0, - "successMessageText": "6573387d0b26ed4fde798de3 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "6573397ef3f8344c4575cd87": { - "QuestName": "Properties All Around", - "_id": "6573397ef3f8344c4575cd87", - "acceptPlayerMessage": "6573397ef3f8344c4575cd87 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6573397ef3f8344c4575cd87 changeQuestMessageText", - "completePlayerMessage": "6573397ef3f8344c4575cd87 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "fond_quest", - "value": 1 - } - ], - "id": "6573397ef3f8344c4575cd89" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6573397ef3f8344c4575cd88", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6581676e7a18ff402fd23e68", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "657acb2ac900be5902191ac9" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6583180b087e3d9662e61497", - "target": "6573397ef3f8344c4575cd88" - } - ] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "658167a0e53c40116f8632fa", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "657acb2ac900be5902191ac9" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "65872082aa49a684766e55cb", - "target": "6581676e7a18ff402fd23e68" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840ed0d1c1c3b6f68fc017", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64f5aac4b63b74469b6c14c2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6573397ef3f8344c4575cd87 declinePlayerMessage", - "description": "6573397ef3f8344c4575cd87 description", - "failMessageText": "6573397ef3f8344c4575cd87 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/65899ca16a2e1b55682ab961.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "6573397ef3f8344c4575cd87 name", - "note": "6573397ef3f8344c4575cd87 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6573397ef3f8344c4575cd8e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11600 - }, - { - "availableInGameEditions": [], - "id": "65840f4266dec32da3131886", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "65840f620e40596ad2171b6a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038ce", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 84000 - } - } - ], - "target": "67eb506040b1947a721038ce", - "type": "Item", - "unknown": false, - "value": 84000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658590469ed860361159fa4f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038cf", - "_tpl": "62e14904c2699c0ec93adc47", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038d0", - "_tpl": "633a98eab8b0506e48497c1a", - "parentId": "67eb506040b1947a721038cf", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721038d1", - "_tpl": "62e2a754b6c0ee2f230cee0f", - "parentId": "67eb506040b1947a721038cf", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721038d2", - "_tpl": "62e292e7b6c0ee2f230cee00", - "parentId": "67eb506040b1947a721038cf", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721038d3", - "_tpl": "62e27a7865f0b1592a49e17b", - "parentId": "67eb506040b1947a721038cf", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721038d4", - "_tpl": "62e15547db1a5c41971c1b5e", - "parentId": "67eb506040b1947a721038cf", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721038d5", - "_tpl": "62ed189fb3608410ef5a2bfc", - "parentId": "67eb506040b1947a721038d4", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a721038d6", - "_tpl": "637b9c37b7e3bc41b21ce71a", - "parentId": "67eb506040b1947a721038cf", - "slotId": "mod_pistolgrip" - } - ], - "target": "67eb506040b1947a721038cf", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65840f950a500627c456d9c7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038d9", - "_tpl": "657025c4c5d7d4cb4d078582", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038da", - "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a721038d9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a721038db", - "_tpl": "657025c4c5d7d4cb4d078582", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038dc", - "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a721038db", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a721038dd", - "_tpl": "657025c4c5d7d4cb4d078582", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038de", - "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a721038dd", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a721038df", - "_tpl": "657025c4c5d7d4cb4d078582", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038e0", - "_tpl": "5a269f97c4a282000b151807", - "parentId": "67eb506040b1947a721038df", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a721038df", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65840fb966ddfd17202b6e06", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038e2", - "_tpl": "62e153bcdb1a5c41971c1b5b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038e3", - "_tpl": "62e153bcdb1a5c41971c1b5b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038e4", - "_tpl": "62e153bcdb1a5c41971c1b5b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038e4", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6573397ef3f8344c4575cd87 startedMessageText", - "status": 0, - "successMessageText": "6573397ef3f8344c4575cd87 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" - }, - "65734c186dc1e402c80dc19e": { - "QuestName": "Dandies", - "_id": "65734c186dc1e402c80dc19e", - "acceptPlayerMessage": "65734c186dc1e402c80dc19e acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "65734c186dc1e402c80dc19e changeQuestMessageText", - "completePlayerMessage": "65734c186dc1e402c80dc19e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5979e7fe86f774311955e613", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "60bf74184a63fc79b60c57f6" - ] - ], - "id": "6576fdb75edfd11560169433" - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5aa2b9aee5b5b00015693121" - ] - ], - "id": "65771f8aced66ca8714c28fe" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "65771fa5cdb6fa1d87ce0a35", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "65734c186dc1e402c80dc1a3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65734c186dc1e402c80dc1a2", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 30, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657356c410becd24bc776f55", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "60bf74184a63fc79b60c57f6" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "658166f012763d4b9491e9b8", - "target": "65734c186dc1e402c80dc1a2" - } - ], - "zoneId": "quest_zone_hide_barber1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "657356d0a95a1e7e1a8d8d99", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5aa2b9aee5b5b00015693121" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "658166f9aea170a561e6c7c9", - "target": "65734c186dc1e402c80dc1a2" - } - ], - "zoneId": "quest_zone_hide_barber2" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840730978b613065325ea1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135a7e705511c8a4a1b78", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840733cfb06960fe6dc9c3", - "index": 1, - "parentId": "", - "value": 33, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "65734c186dc1e402c80dc19e declinePlayerMessage", - "description": "65734c186dc1e402c80dc19e description", - "failMessageText": "65734c186dc1e402c80dc19e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/65899d5fb3613b5b1c66f4c4.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "65734c186dc1e402c80dc19e name", - "note": "65734c186dc1e402c80dc19e note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "65734c186dc1e402c80dc1a4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 33000 - }, - { - "availableInGameEditions": [], - "id": "65841414606b8d720b4b8f83", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6584142e2c10f75d2c5a2f28", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210395c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 350000 - } - } - ], - "target": "67eb506040b1947a7210395c", - "type": "Item", - "unknown": false, - "value": 350000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658414460e40596ad2175a4c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103967", - "_tpl": "5ca2151486f774244a3b8d30", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103968", - "_tpl": "6575dd3e9e27f4a85e081142", - "parentId": "67eb506040b1947a72103967", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103969", - "_tpl": "6575dd519e27f4a85e081146", - "parentId": "67eb506040b1947a72103967", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210396a", - "_tpl": "6575dd64945bf78edd04c438", - "parentId": "67eb506040b1947a72103967", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210396b", - "_tpl": "6575dd6e9d3a0ddf660b9047", - "parentId": "67eb506040b1947a72103967", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210396c", - "_tpl": "6575dd769d3a0ddf660b904b", - "parentId": "67eb506040b1947a72103967", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210396d", - "_tpl": "6575dd800546f8b1de093df6", - "parentId": "67eb506040b1947a72103967", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210396e", - "_tpl": "6575dd94945bf78edd04c43c", - "parentId": "67eb506040b1947a72103967", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210396f", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a72103967", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103970", - "_tpl": "65573fa5655447403702a816", - "parentId": "67eb506040b1947a72103967", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103967", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "676493252a2479246ffd907b", - "index": 0, - "target": "675467aa81067119a10938cb", - "type": "CustomizationDirect", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "65734c186dc1e402c80dc19e startedMessageText", - "status": 0, - "successMessageText": "65734c186dc1e402c80dc19e successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" - }, - "6574e0dedc0d635f633a5805": { - "QuestName": "Test Drive - Part 4", - "_id": "6574e0dedc0d635f633a5805", - "acceptPlayerMessage": "6574e0dedc0d635f633a5805 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6574e0dedc0d635f633a5805 changeQuestMessageText", - "completePlayerMessage": "6574e0dedc0d635f633a5805 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "63a5cfc34610fa47416d8efe", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [ - "65268d8ecb944ff1e90ea385" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "618a75f0bd321d49084cd399" - ] - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "63b68baaff8292ffc8017ef0", - "target": [ - "Shoreline" - ] - } - ], - "id": "6574e0dedc0d635f633a5808" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6574e0dedc0d635f633a5807", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 30, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840bd16b129408407229ce", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "64f5deac39e45b527a7c4232", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840c46dd0a3e4f19a3b9a1", - "index": 1, - "parentId": "", - "value": 40, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6574e0dedc0d635f633a5805 declinePlayerMessage", - "description": "6574e0dedc0d635f633a5805 description", - "failMessageText": "6574e0dedc0d635f633a5805 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "6574e0dedc0d635f633a5805 name", - "note": "6574e0dedc0d635f633a5805 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6574e0dedc0d635f633a5809", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210359b", - "_tpl": "65268d8ecb944ff1e90ea385", - "upd": { - "FireMode": { - "FireMode": "fullauto" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210359c", - "_tpl": "6513f0a194c72326990a3868", - "parentId": "67eb506040b1947a7210359b", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210359d", - "_tpl": "6513f1798cb24472490ee331", - "parentId": "67eb506040b1947a7210359b", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210359e", - "_tpl": "6513f13a8cb24472490ee32f", - "parentId": "67eb506040b1947a7210359d", - "slotId": "mod_pistolgrip" - }, - { - "_id": "67eb506040b1947a7210359f", - "_tpl": "6513eff1e06849f06c0957d4", - "parentId": "67eb506040b1947a7210359b", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721035a0", - "_tpl": "6513f037e06849f06c0957d7", - "parentId": "67eb506040b1947a7210359f", - "slotId": "mod_bipod" - }, - { - "_id": "67eb506040b1947a721035a1", - "_tpl": "6513f0f5e63f29908d0ffab8", - "parentId": "67eb506040b1947a7210359f", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721035a2", - "_tpl": "6513f05a94c72326990a3866", - "parentId": "67eb506040b1947a7210359b", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721035a3", - "_tpl": "6513f153e63f29908d0ffaba", - "parentId": "67eb506040b1947a7210359b", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721035a4", - "_tpl": "618a75c9a3884f56c957ca1b", - "parentId": "67eb506040b1947a7210359b", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a721035a5", - "_tpl": "618a75f0bd321d49084cd399", - "parentId": "67eb506040b1947a721035a4", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a721035a6", - "_tpl": "618a760e526131765025aae3", - "parentId": "67eb506040b1947a721035a5", - "slotId": "mod_tactical" - } - ], - "target": "67eb506040b1947a7210359b", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "6574e0dedc0d635f633a580a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "id": "658414e80e40596ad2175a55", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "658414fa0e40596ad2175a56", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035a8", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 460000 - } - } - ], - "target": "67eb506040b1947a721035a8", - "type": "Item", - "unknown": false, - "value": 460000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "65858a802fd55f25210b6045", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035a9", - "_tpl": "6410733d5dd49d77bd07847e", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035aa", - "_tpl": "6410745d5dd49d77bd078485", - "parentId": "67eb506040b1947a721035a9", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a721035ab", - "_tpl": "6410758c857473525b08bb77", - "parentId": "67eb506040b1947a721035a9", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721035ac", - "_tpl": "64119d1f2c6d6f921a0929f8", - "parentId": "67eb506040b1947a721035ab", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721035ad", - "_tpl": "64119d672c6d6f921a0929fb", - "parentId": "67eb506040b1947a721035ac", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a721035ae", - "_tpl": "64119d90dcf48d656f0aa275", - "parentId": "67eb506040b1947a721035ab", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a721035af", - "_tpl": "64119cdbdcf48d656f0aa272", - "parentId": "67eb506040b1947a721035a9", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721035b0", - "_tpl": "641074a07fd350b98c0b3f96", - "parentId": "67eb506040b1947a721035a9", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a721035a9", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658415319acefd03ac5ac99b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035b3", - "_tpl": "560d75f54bdc2da74d8b4573", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035b4", - "_tpl": "560d61e84bdc2da74d8b4571", - "parentId": "67eb506040b1947a721035b3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035b5", - "_tpl": "560d75f54bdc2da74d8b4573", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035b6", - "_tpl": "560d61e84bdc2da74d8b4571", - "parentId": "67eb506040b1947a721035b5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721035b7", - "_tpl": "560d75f54bdc2da74d8b4573", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035b8", - "_tpl": "560d61e84bdc2da74d8b4571", - "parentId": "67eb506040b1947a721035b7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a721035b7", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658415465e9d963e11097412", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721035ba", - "_tpl": "641074a07fd350b98c0b3f96", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721035bb", - "_tpl": "641074a07fd350b98c0b3f96", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721035bb", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6574e0dedc0d635f633a5805 startedMessageText", - "status": 0, - "successMessageText": "6574e0dedc0d635f633a5805 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "6578eb36e5020875d64645cd": { - "QuestName": "The Huntsman Path - Crooked Cop", - "_id": "6578eb36e5020875d64645cd", - "acceptPlayerMessage": "6578eb36e5020875d64645cd acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6578eb36e5020875d64645cd changeQuestMessageText", - "completePlayerMessage": "6578eb36e5020875d64645cd completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "5d27106c86f77469f1599fee", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKolontay" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6578eb36e5020875d64645d1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6578eb36e5020875d64645d0", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6582afd43a09d543592735de", - "resetOnSessionEnd": false, - "savageRole": [ - "followerKolontayAssault", - "followerKolontaySecurity" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6580130868c44c4f7126c686" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6580130847df99b0741919f0", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 4, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6582b05dc992d6dcc0a40c75", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "6540d2162ae6d96b540afcaf" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6584090ad9c6531adb71af22", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639136df4b15ca31f76bc31f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6578eb36e5020875d64645cd declinePlayerMessage", - "description": "6578eb36e5020875d64645cd description", - "failMessageText": "6578eb36e5020875d64645cd failMessageText", - "gameModes": [], - "image": "/files/quest/icon/658afe8fface133e6b66a6e4.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "6578eb36e5020875d64645cd name", - "note": "6578eb36e5020875d64645cd note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6578eb36e5020875d64645d5", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 36000 - }, - { - "availableInGameEditions": [], - "id": "658415ab66dec32da31324b3", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "658415c65e9d963e11097413", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210376d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "67eb506040b1947a7210376d", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658415e566dec32da3132605", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210376f", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a7210376f", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658415da0a500627c456f9e9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103771", - "_tpl": "5c12613b86f7743bbe2c3f76", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103771", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658589504127ec14c643cf4f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103772", - "_tpl": "627e14b21713922ded6f2c15", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103773", - "_tpl": "628120fd5631d45211793c9f", - "parentId": "67eb506040b1947a72103772", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103774", - "_tpl": "62811e2510e26c1f344e6554", - "parentId": "67eb506040b1947a72103772", - "slotId": "mod_pistol_grip", - "upd": { - "Foldable": { - "Folded": false } } }, { - "_id": "67eb506040b1947a72103775", - "_tpl": "62811f828193841aca4a45c3", - "parentId": "67eb506040b1947a72103774", - "slotId": "mod_stock" + "_id": "68010065f81036801d0b25ef", + "_tpl": "59e649f986f77411d949b246", + "parentId": "68010065f81036801d0b25ee", + "slotId": "mod_gas_block" }, { - "_id": "67eb506040b1947a72103776", - "_tpl": "6281204f308cb521f87a8f9b", - "parentId": "67eb506040b1947a72103774", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103777", - "_tpl": "6281209662cba23f6c4d7a19", - "parentId": "67eb506040b1947a72103776", + "_id": "68010065f81036801d0b25f0", + "_tpl": "59e6284f86f77440d569536f", + "parentId": "68010065f81036801d0b25ef", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a72103778", - "_tpl": "628120c21d5df4475f46a337", - "parentId": "67eb506040b1947a72103777", - "slotId": "mod_mount_000" + "_id": "68010065f81036801d0b25f1", + "_tpl": "59e61eb386f77440d64f5daf", + "parentId": "68010065f81036801d0b25ee", + "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103779", - "_tpl": "628120d309427b40ab14e76d", - "parentId": "67eb506040b1947a72103777", - "slotId": "mod_mount_001" + "_id": "68010065f81036801d0b25f2", + "_tpl": "59e6318286f77444dd62c4cc", + "parentId": "68010065f81036801d0b25ee", + "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a7210377a", - "_tpl": "628120d309427b40ab14e76d", - "parentId": "67eb506040b1947a72103777", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a7210377b", - "_tpl": "628120dd308cb521f87a8fa1", - "parentId": "67eb506040b1947a72103777", - "slotId": "mod_mount_003" - }, - { - "_id": "67eb506040b1947a7210377c", - "_tpl": "6281212a09427b40ab14e770", - "parentId": "67eb506040b1947a72103776", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a7210377d", - "_tpl": "62811fbf09427b40ab14e767", - "parentId": "67eb506040b1947a72103776", + "_id": "68010065f81036801d0b25f3", + "_tpl": "59e6449086f7746c9f75e822", + "parentId": "68010065f81036801d0b25ee", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a7210377e", - "_tpl": "628121434fa03b6b6c35dc6a", - "parentId": "67eb506040b1947a7210377d", - "slotId": "mod_barrel" + "_id": "68010065f81036801d0b25f4", + "_tpl": "59d650cf86f7741b846413a4", + "parentId": "68010065f81036801d0b25ee", + "slotId": "mod_sight_rear" }, { - "_id": "67eb506040b1947a7210377f", - "_tpl": "62812081d23f207deb0ab216", - "parentId": "67eb506040b1947a7210377e", - "slotId": "mod_muzzle" + "_id": "68010065f81036801d0b25f5", + "_tpl": "59e6227d86f77440d64f5dc2", + "parentId": "68010065f81036801d0b25ee", + "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103780", - "_tpl": "628120621d5df4475f46a335", - "parentId": "67eb506040b1947a7210377f", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103781", - "_tpl": "62811cd7308cb521f87a8f99", - "parentId": "67eb506040b1947a72103772", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72103772", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6578eb36e5020875d64645cd startedMessageText", - "status": 0, - "successMessageText": "6578eb36e5020875d64645cd successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "6578ec473dbd035d04531a8d": { - "QuestName": "Steady Signal", - "_id": "6578ec473dbd035d04531a8d", - "acceptPlayerMessage": "6578ec473dbd035d04531a8d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6578ec473dbd035d04531a8d changeQuestMessageText", - "completePlayerMessage": "6578ec473dbd035d04531a8d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6578ec473dbd035d04531a92", - "index": 0, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "q14_8_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6578ec473dbd035d04531a93", - "index": 1, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "q14_8_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6578ec473dbd035d04531a94", - "index": 2, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "q14_8_3" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6578ed62da32cab3f79bb022", - "index": 3, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "q14_8_4" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6578ed7792685671c65edf07", - "index": 4, - "parentId": "", - "plantTime": 30, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "q14_8_5" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840c03bf1e0d11589e6fd5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac346e886f7741d6118b99b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6578ec473dbd035d04531a8d declinePlayerMessage", - "description": "6578ec473dbd035d04531a8d description", - "failMessageText": "6578ec473dbd035d04531a8d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6589928750a60f28611a6eeb.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "6578ec473dbd035d04531a8d name", - "note": "6578ec473dbd035d04531a8d note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6578ec473dbd035d04531a9a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14000 - }, - { - "availableInGameEditions": [], - "id": "6578ec473dbd035d04531a9b", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6584163966dec32da313260c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103908", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 48000 - } - } - ], - "target": "67eb506040b1947a72103908", - "type": "Item", - "unknown": false, - "value": 48000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658416540e40596ad2175e18", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210390a", - "_tpl": "5d0375ff86f774186372f685", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210390a", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6584165f0e150f7cea1cca59", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210390c", - "_tpl": "5d0376a486f7747d8050965c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210390c", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6578ec473dbd035d04531a8d startedMessageText", - "status": 0, - "successMessageText": "6578ec473dbd035d04531a8d successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Discover" - }, - "658027799634223183395339": { - "QuestName": "No Swiping", - "_id": "658027799634223183395339", - "acceptPlayerMessage": "658027799634223183395339 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "658027799634223183395339 changeQuestMessageText", - "completePlayerMessage": "658027799634223183395339 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "q14_10_point_area", - "value": 1 - } - ], - "id": "65802779963422318339533b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65802779963422318339533a", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "6580282ea8340fcb15f6afe3", - "zoneIds": [ - "q14_10_kill" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6580286a258c63828afb10de", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "65802779963422318339533d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65802779963422318339533c", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 25, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6581d03581612d7a0edff794", - "target": "65802779963422318339533a" + "_id": "68010065f81036801d0b25f6", + "_tpl": "5b1fd4e35acfc40018633c39", + "parentId": "68010065f81036801d0b25ee", + "slotId": "mod_magazine" } ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840c26c1ec9c6fb7119327", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b4795fb86f7745876267770", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "658027799634223183395339 declinePlayerMessage", - "description": "658027799634223183395339 description", - "failMessageText": "658027799634223183395339 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/658991921af57867a167fc0f.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "658027799634223183395339 name", - "note": "658027799634223183395339 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "65802779963422318339533e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 26000 }, { "availableInGameEditions": [], - "id": "658416b4606b8d720b4b8fd3", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "658416c39acefd03ac5ac9a8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103761", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 280000 - } - } - ], - "target": "67eb506040b1947a72103761", - "type": "Item", - "unknown": false, - "value": 280000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658416d866ddfd17202b8bbf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103763", - "_tpl": "59fafb5d86f774067a6f2084", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103763", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658416ed606b8d720b4b8fd5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103765", - "_tpl": "5733279d245977289b77ec24", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103765", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "658416ff91a14b21510c7a47", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103767", - "_tpl": "5d1b39a386f774252339976f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103767", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6584170c0e150f7cea1cca5e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103769", - "_tpl": "59faf98186f774067b6be103", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103769", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6584171966ddfd17202b8bc0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210376b", - "_tpl": "5af0484c86f7740f02001f7f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210376b", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "658027799634223183395339 startedMessageText", - "status": 0, - "successMessageText": "658027799634223183395339 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "65802b627b44fa5e14638899": { - "QuestName": "Nothing Fishy About This", - "_id": "65802b627b44fa5e14638899", - "acceptPlayerMessage": "65802b627b44fa5e14638899 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "65802b627b44fa5e14638899 changeQuestMessageText", - "completePlayerMessage": "65802b627b44fa5e14638899 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "63a98d1b64b9631d9178274c", - "target": "q14_11_jeep", - "value": 1 - } - ], - "id": "65802b627b44fa5e1463889b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65802b627b44fa5e1463889a", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "65802c07ce6bd802ff2eadb3", - "status": [ - "Survived" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "658076ac7c586518a43ca63b", - "target": [ - "Shoreline" - ] - } - ], - "id": "65802bfaad88f987ea613e71" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65802bfabac8c53c548fca2a", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "65816952a49eefe2525b999c", - "target": "65802b627b44fa5e1463889a" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "65840c6909a426457faf5aad", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448e586f7744dcf0c2a67", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "65802b627b44fa5e14638899 declinePlayerMessage", - "description": "65802b627b44fa5e14638899 description", - "failMessageText": "65802b627b44fa5e14638899 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/658991c8c5998b6e942974ed.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "65802b627b44fa5e14638899 name", - "note": "65802b627b44fa5e14638899 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "65802b627b44fa5e1463889e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7200 - }, - { - "availableInGameEditions": [], - "id": "65841743606b8d720b4b8fd7", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6584175066ddfd17202b8bc1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210366e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a7210366e", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6584176e606b8d720b4b8fd8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103670", - "_tpl": "60a6220e953894617404b00a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103670", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "65802b627b44fa5e14638899 startedMessageText", - "status": 0, - "successMessageText": "65802b627b44fa5e14638899 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Discover" - }, - "6603fe74e773dcf3b0099f88": { - "QuestName": "The Tarkov Mystery", - "_id": "6603fe74e773dcf3b0099f88", - "acceptPlayerMessage": "6603fe74e773dcf3b0099f88 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6603fe74e773dcf3b0099f88 changeQuestMessageText", - "completePlayerMessage": "6603fe74e773dcf3b0099f88 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6603fe74e773dcf3b0099f8d", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "660bbc47c38b837877075e47" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6603fe74e773dcf3b0099f8f", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "660bbc47c38b837877075e47" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66040cc847e9c8c8ee49a986", - "index": 1, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "657315e270bb0b8dba00cc48", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6603fe74e773dcf3b0099f88 declinePlayerMessage", - "description": "6603fe74e773dcf3b0099f88 description", - "failMessageText": "6603fe74e773dcf3b0099f88 failMessageText", - "image": "/files/quest/icon/6640881e76f836210934d7cf.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6603fe74e773dcf3b0099f88 name", - "note": "6603fe74e773dcf3b0099f88 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "663a0e6011b2604c9e5a3123", - "index": 0, - "type": "Experience", - "value": "6300" - }, - { - "id": "663a0e850406043e6862da91", - "index": 1, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "value": "0.03" - }, - { - "findInRaid": true, - "id": "663a0e913c4436630e0d3545", - "index": 2, - "items": [ - { - "_id": "664b7f571be3ffeee20cd1cf", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 28000 - } - } - ], - "target": "664b7f571be3ffeee20cd1cf", - "type": "Item", - "value": "28000" - }, - { - "findInRaid": true, - "id": "663a0eee4ffbc274ac63137c", - "index": 3, - "items": [ - { - "_id": "664b7f571be3ffeee20cd1d0", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "664b7f571be3ffeee20cd1d0", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "663a0f22318a020f6c53cdf4", - "index": 4, - "items": [ - { - "_id": "664b7f571be3ffeee20cd1d1", - "_tpl": "5aaa5dfee5b5b000140293d3", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "664b7f571be3ffeee20cd1d1", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "663a0f3d9a2b5947f7212411", - "index": 5, - "items": [ - { - "_id": "664b7f571be3ffeee20cd1d2", - "_tpl": "5fbcc1d9016cce60e8341ab3", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "664b7f571be3ffeee20cd1d3", - "_tpl": "57c55efc2459772d2c6271e7", - "parentId": "664b7f571be3ffeee20cd1d2", - "slotId": "mod_pistol_grip" - }, - { - "_id": "664b7f571be3ffeee20cd1d4", - "_tpl": "55802d5f4bdc2dac148b458e", - "parentId": "664b7f571be3ffeee20cd1d2", - "slotId": "mod_magazine" - }, - { - "_id": "664b7f571be3ffeee20cd1d5", - "_tpl": "5fbcc3e4d6fa9c00c571bb58", - "parentId": "664b7f571be3ffeee20cd1d2", - "slotId": "mod_reciever" - }, - { - "_id": "664b7f571be3ffeee20cd1d6", - "_tpl": "5fbbfacda56d053a3543f799", - "parentId": "664b7f571be3ffeee20cd1d5", - "slotId": "mod_barrel" - }, - { - "_id": "664b7f571be3ffeee20cd1d7", - "_tpl": "5fbc22ccf24b94483f726483", - "parentId": "664b7f571be3ffeee20cd1d6", - "slotId": "mod_muzzle" - }, - { - "_id": "664b7f571be3ffeee20cd1d8", - "_tpl": "5fbcbd10ab884124df0cd563", - "parentId": "664b7f571be3ffeee20cd1d7", - "slotId": "mod_muzzle_000" - }, - { - "_id": "664b7f571be3ffeee20cd1d9", - "_tpl": "5fbe760793164a5b6278efc8", - "parentId": "664b7f571be3ffeee20cd1d7", - "slotId": "mod_muzzle_001" - }, - { - "_id": "664b7f571be3ffeee20cd1da", - "_tpl": "5fbc210bf24b94483f726481", - "parentId": "664b7f571be3ffeee20cd1d6", - "slotId": "mod_gas_block" - }, - { - "_id": "664b7f571be3ffeee20cd1db", - "_tpl": "5fbc227aa56d053a3543f79e", - "parentId": "664b7f571be3ffeee20cd1d5", - "slotId": "mod_handguard" - }, - { - "_id": "664b7f571be3ffeee20cd1dc", - "_tpl": "5fc0fa362770a0045c59c677", - "parentId": "664b7f571be3ffeee20cd1db", - "slotId": "mod_sight_front" - }, - { - "_id": "664b7f571be3ffeee20cd1dd", - "_tpl": "59e0bdb186f774156f04ce82", - "parentId": "664b7f571be3ffeee20cd1db", - "slotId": "mod_mount_001" - }, - { - "_id": "664b7f571be3ffeee20cd1de", - "_tpl": "57d17e212459775a1179a0f5", - "parentId": "664b7f571be3ffeee20cd1dd", - "slotId": "mod_tactical" - }, - { - "_id": "664b7f571be3ffeee20cd1df", - "_tpl": "57d17c5e2459775a5c57d17d", - "parentId": "664b7f571be3ffeee20cd1de", - "slotId": "mod_flashlight" - }, - { - "_id": "664b7f571be3ffeee20cd1e0", - "_tpl": "5fc0fa957283c4046c58147e", - "parentId": "664b7f571be3ffeee20cd1d5", - "slotId": "mod_sight_rear" - }, - { - "_id": "664b7f571be3ffeee20cd1e1", - "_tpl": "615d8d878004cc50514c3233", - "parentId": "664b7f571be3ffeee20cd1d5", - "slotId": "mod_scope" - }, - { - "_id": "664b7f571be3ffeee20cd1e2", - "_tpl": "616442e4faa1272e43152193", - "parentId": "664b7f571be3ffeee20cd1e1", - "slotId": "mod_scope" - }, - { - "_id": "664b7f571be3ffeee20cd1e3", - "_tpl": "544909bb4bdc2d6f028b4577", - "parentId": "664b7f571be3ffeee20cd1d5", - "slotId": "mod_tactical" - }, - { - "_id": "664b7f571be3ffeee20cd1e4", - "_tpl": "6529348224cbe3c74a05e5c4", - "parentId": "664b7f571be3ffeee20cd1d2", - "slotId": "mod_stock" - }, - { - "_id": "664b7f571be3ffeee20cd1e5", - "_tpl": "6529366450dc782999054ba0", - "parentId": "664b7f571be3ffeee20cd1e4", - "slotId": "mod_stock" - }, - { - "_id": "664b7f571be3ffeee20cd1e6", - "_tpl": "56eabf3bd2720b75698b4569", - "parentId": "664b7f571be3ffeee20cd1e5", - "slotId": "mod_stock_000" - }, - { - "_id": "664b7f571be3ffeee20cd1e7", - "_tpl": "58d2912286f7744e27117493", - "parentId": "664b7f571be3ffeee20cd1e6", - "slotId": "mod_stock" - }, - { - "_id": "664b7f571be3ffeee20cd1e8", - "_tpl": "5fbcc640016cce60e8341acc", - "parentId": "664b7f571be3ffeee20cd1d2", - "slotId": "mod_charge" - } - ], - "target": "664b7f571be3ffeee20cd1d2", - "type": "Item", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6603fe74e773dcf3b0099f88 startedMessageText", - "successMessageText": "6603fe74e773dcf3b0099f88 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "66058cb22cee99303f1ba067": { - "QuestName": "Easy Money - Part 1", - "_id": "66058cb22cee99303f1ba067", - "acceptPlayerMessage": "66058cb22cee99303f1ba067 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cb22cee99303f1ba067 changeQuestMessageText", - "completePlayerMessage": "66058cb22cee99303f1ba067 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606b709f7ce34bb26221cab", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "675a0288c3102563bd01c9c3" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_flyers1" - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606b66ee1308e471611c49a", - "index": 0, - "parentId": "", - "value": 3, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66562ec0157f9f20000eea05", - "index": 1, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "657315e270bb0b8dba00cc48", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cb22cee99303f1ba067 declinePlayerMessage", - "description": "66058cb22cee99303f1ba067 description", - "failMessageText": "66058cb22cee99303f1ba067 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66562a95dadbac1a541f638f.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66058cb22cee99303f1ba067 name", - "note": "66058cb22cee99303f1ba067 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67975bb3a55307fd988c3229", - "index": 0, - "items": [ - { - "_id": "67a279c9a7c40412e006d08d", - "_tpl": "675a0288c3102563bd01c9c3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67a279c9a7c40412e006d08e", - "_tpl": "675a0288c3102563bd01c9c3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67a279c9a7c40412e006d08f", - "_tpl": "675a0288c3102563bd01c9c3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67a279c9a7c40412e006d08f", - "type": "Item", - "unknown": false, - "value": 3 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "6606b9159f59e625462accb1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6606b8ff06ef1d50a60c1f59", - "index": 0, - "items": [ - { - "_id": "67a279c9a7c40412e006d091", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67a279c9a7c40412e006d091", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "id": "6606b92cda30b620a34e6ea9", - "index": 0, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cb22cee99303f1ba067 startedMessageText", - "status": 0, - "successMessageText": "66058cb22cee99303f1ba067 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "66058cb5ae4719735349b9e8": { - "QuestName": "Easy Money - Part 2", - "_id": "66058cb5ae4719735349b9e8", - "acceptPlayerMessage": "66058cb5ae4719735349b9e8 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cb5ae4719735349b9e8 changeQuestMessageText", - "completePlayerMessage": "66058cb5ae4719735349b9e8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606bd2aa49db36b69b6dbf9", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d40407c86f774318526545a" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606bd6768f8018fffebd998", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "62a09f32621468534a797acb" - ], - "value": 7, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606bd814120fcf7f0a38e55", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57505f6224597709a92585a9" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606bd9128b63f13e560592f", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "65815f0e647e3d7246384e14" - ], "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66562ef08601750096a6b4f1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cb22cee99303f1ba067", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cb5ae4719735349b9e8 declinePlayerMessage", - "description": "66058cb5ae4719735349b9e8 description", - "failMessageText": "66058cb5ae4719735349b9e8 failMessageText", - "image": "/files/quest/icon/66562aa2119b2147a07d0b35.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66058cb5ae4719735349b9e8 name", - "note": "66058cb5ae4719735349b9e8 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": false, - "id": "6606be1b08308761cf3909a9", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089469", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 26 - } - } - ], - "target": "66ae8e638edb0fb70f089469", + "id": "65846edd4d3b3d2e0e7e0f1d", "type": "Item", - "value": "26" - }, - { - "id": "6606be619f59e625462accb7", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.03" - }, - { - "id": "6606be6abb83da7ba474abcf", - "index": 2, - "type": "Experience", - "value": "4200" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cb5ae4719735349b9e8 startedMessageText", - "successMessageText": "66058cb5ae4719735349b9e8 successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "PickUp" - }, - "66058cb7c7f3584787181476": { - "QuestName": "Balancing - Part 1", - "_id": "66058cb7c7f3584787181476", - "acceptPlayerMessage": "66058cb7c7f3584787181476 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cb7c7f3584787181476 changeQuestMessageText", - "completePlayerMessage": "66058cb7c7f3584787181476 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6606d1739cafe00d83a4ac11", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [ - "623063e994fc3f7b302a9696" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6606d18f97bca64480c5ffea", - "target": [ - "Interchange" - ] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "609e8540d5c319764c2bc2e9" - ], - [ - "60a283193cb70855c43a381d" - ] - ], - "id": "664bbe4de26e5e99cf54c79e" - } - ], - "id": "6606d1334c4b0a6d3c4a00ed" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606d133fcb99b9004aa2d1d", "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66562f4179adb350f87e9865", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cb5ae4719735349b9e8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cb7c7f3584787181476 declinePlayerMessage", - "description": "66058cb7c7f3584787181476 description", - "failMessageText": "66058cb7c7f3584787181476 failMessageText", - "image": "/files/quest/icon/66562aaaa636bd24a654f416.png", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "66058cb7c7f3584787181476 name", - "note": "66058cb7c7f3584787181476 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { + "target": "68010065f81036801d0b2601", + "unknown": false, "findInRaid": true, - "id": "664f6270dda2e85aca370d89", - "index": 0, "items": [ { - "_id": "66ae8e638edb0fb70f08946a", - "_tpl": "623063e994fc3f7b302a9696", + "_id": "68010065f81036801d0b25f9", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 2 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "66ae8e638edb0fb70f08946b", - "_tpl": "62307b7b10d2321fa8741921", - "parentId": "66ae8e638edb0fb70f08946a", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f08946c", - "_tpl": "622f140da5958f63c67f1735", - "parentId": "66ae8e638edb0fb70f08946a", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f08946d", - "_tpl": "622b38c56762c718e457e246", - "parentId": "66ae8e638edb0fb70f08946a", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f08946e", - "_tpl": "622f128cec80d870d349b4e8", - "parentId": "66ae8e638edb0fb70f08946d", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f08946f", - "_tpl": "622b327b267a1b13a44abea3", - "parentId": "66ae8e638edb0fb70f08946d", - "slotId": "mod_gas_block" - }, - { - "_id": "66ae8e638edb0fb70f089470", - "_tpl": "6231654c71b5bc3baa1078e5", - "parentId": "66ae8e638edb0fb70f08946a", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f089471", - "_tpl": "622f02437762f55aaa68ac85", - "parentId": "66ae8e638edb0fb70f08946a", - "slotId": "mod_mount" - }, - { - "_id": "66ae8e638edb0fb70f089472", - "_tpl": "622b4d7df9cfc87d675d2ded", - "parentId": "66ae8e638edb0fb70f08946a", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089473", - "_tpl": "622efbcb99f4ea1a4d6c9a15", - "parentId": "66ae8e638edb0fb70f089472", - "slotId": "mod_scope" - } - ], - "target": "66ae8e638edb0fb70f08946a", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "664f62a590294949fe2d81c8", - "index": 1, - "items": [ - { - "_id": "66ae8e638edb0fb70f089474", - "_tpl": "609e8540d5c319764c2bc2e9", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f089474", - "type": "Item", - "value": "2" - } - ], - "Success": [ - { - "findInRaid": false, - "id": "6606bfdb9f59e625462accb8", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089475", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 26 - } - } - ], - "target": "66ae8e638edb0fb70f089475", - "type": "Item", - "value": "26" - }, - { - "id": "6606c00b3b8f1e1aa53374be", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.03" - }, - { - "id": "6606c017bb83da7ba474abd0", - "index": 2, - "type": "Experience", - "value": "5100" - }, - { - "findInRaid": false, - "id": "6606c04508308761cf3909aa", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f089476", - "_tpl": "6570aead4d84f81fd002a033", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66ae8e638edb0fb70f089476", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66575edd14b7ea3d0b1b4353", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f089477", - "_tpl": "623063e994fc3f7b302a9696", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f089478", - "_tpl": "622b38c56762c718e457e246", - "parentId": "66ae8e638edb0fb70f089477", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f089479", - "_tpl": "622b327b267a1b13a44abea3", - "parentId": "66ae8e638edb0fb70f089478", - "slotId": "mod_gas_block" - }, - { - "_id": "66ae8e638edb0fb70f08947a", - "_tpl": "612e0cfc8004cc50514c2d9e", - "parentId": "66ae8e638edb0fb70f089478", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f08947b", - "_tpl": "612e0e04568c120fdd294258", - "parentId": "66ae8e638edb0fb70f08947a", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f08947c", - "_tpl": "6231654c71b5bc3baa1078e5", - "parentId": "66ae8e638edb0fb70f089477", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f08947d", - "_tpl": "622b397c9a3d4327e41843b6", - "parentId": "66ae8e638edb0fb70f08947c", - "slotId": "mod_bipod" - }, - { - "_id": "66ae8e638edb0fb70f08947e", - "_tpl": "622f02437762f55aaa68ac85", - "parentId": "66ae8e638edb0fb70f089477", - "slotId": "mod_mount" - }, - { - "_id": "66ae8e638edb0fb70f08947f", - "_tpl": "622f14e899892a7f9e08f6c5", - "parentId": "66ae8e638edb0fb70f089477", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f089480", - "_tpl": "62307b7b10d2321fa8741921", - "parentId": "66ae8e638edb0fb70f089477", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f089481", - "_tpl": "622b3c081b89c677a33bcda6", - "parentId": "66ae8e638edb0fb70f089477", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089482", - "_tpl": "6231670f0b8aa5472d060095", - "parentId": "66ae8e638edb0fb70f089481", - "slotId": "mod_sight_rear" - }, - { - "_id": "66ae8e638edb0fb70f089483", - "_tpl": "5c7d55f52e221644f31bff6a", - "parentId": "66ae8e638edb0fb70f089481", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089484", - "_tpl": "5c7d55de2e221644f31bff68", - "parentId": "66ae8e638edb0fb70f089483", - "slotId": "mod_scope" - } - ], - "target": "66ae8e638edb0fb70f089477", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66575f398feb5233b61d72ff", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f089485", - "_tpl": "62307b7b10d2321fa8741921", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66ae8e638edb0fb70f089485", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66576cf709be137b7b5cd8de", - "index": 6, - "items": [ - { - "_id": "66ae8e638edb0fb70f089486", - "_tpl": "59e68f6f86f7746c9f75e846", - "upd": { - "StackObjectsCount": 120 - } - } - ], - "target": "66ae8e638edb0fb70f089486", - "type": "Item", - "value": "120" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cb7c7f3584787181476 startedMessageText", - "successMessageText": "66058cb7c7f3584787181476 successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "Elimination" - }, - "66058cb9e8e4f17985230805": { - "QuestName": "Balancing - Part 2", - "_id": "66058cb9e8e4f17985230805", - "acceptPlayerMessage": "66058cb9e8e4f17985230805 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cb9e8e4f17985230805 changeQuestMessageText", - "completePlayerMessage": "66058cb9e8e4f17985230805 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "660a9cbb7c39026d03356141", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5839a40f24597726f856b511" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "660a9cc9bb4cab2649071bf9", - "target": [ - "TarkovStreets" - ] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "607f20859ee58b18e41ecd90" - ], - [ - "5648a7494bdc2d9d488b4583" - ] - ], - "id": "664bbfee7783160747253d16" - } - ], - "id": "660a9c99f4045ef535ef0469" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "660a9c99c650fa4d531f4c96", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66562f66e02acf25afe90db1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cb7c7f3584787181476", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cb9e8e4f17985230805 declinePlayerMessage", - "description": "66058cb9e8e4f17985230805 description", - "failMessageText": "66058cb9e8e4f17985230805 failMessageText", - "image": "/files/quest/icon/66562aaaa636bd24a654f416.png", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "66058cb9e8e4f17985230805 name", - "note": "66058cb9e8e4f17985230805 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "findInRaid": true, - "id": "664f5cff9d828b57b010fda5", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089453", - "_tpl": "5839a40f24597726f856b511", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 2 - } - }, - { - "_id": "66ae8e638edb0fb70f089454", - "_tpl": "5649ad3f4bdc2df8348b4585", - "parentId": "66ae8e638edb0fb70f089453", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66ae8e638edb0fb70f089455", - "_tpl": "57dc347d245977596754e7a1", - "parentId": "66ae8e638edb0fb70f089453", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f089456", - "_tpl": "564ca99c4bdc2d16268b4589", - "parentId": "66ae8e638edb0fb70f089453", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f089457", - "_tpl": "57ffb0e42459777d047111c5", - "parentId": "66ae8e638edb0fb70f089453", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f089458", - "_tpl": "5839a7742459773cf9693481", - "parentId": "66ae8e638edb0fb70f089453", - "slotId": "mod_reciever" - }, - { - "_id": "66ae8e638edb0fb70f089459", - "_tpl": "59d36a0086f7747e673f3946", - "parentId": "66ae8e638edb0fb70f089453", - "slotId": "mod_gas_block" - }, - { - "_id": "66ae8e638edb0fb70f08945a", - "_tpl": "57dc32dc245977596d4ef3d3", - "parentId": "66ae8e638edb0fb70f089459", - "slotId": "mod_handguard" - } - ], - "target": "66ae8e638edb0fb70f089453", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "664f5d1ac661630eb37fdd9a", - "index": 1, - "items": [ - { - "_id": "66ae8e638edb0fb70f08945b", - "_tpl": "5648a7494bdc2d9d488b4583", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f08945b", - "type": "Item", - "value": "2" - } - ], - "Success": [ - { - "findInRaid": false, - "id": "6606ce0508308761cf3909af", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f08945c", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 28 - } - } - ], - "target": "66ae8e638edb0fb70f08945c", - "type": "Item", - "value": "28" - }, - { - "id": "6606ce1aae4719735349ba05", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.03" - }, - { - "id": "6606ce2706ef1d50a60c20ac", - "index": 2, - "type": "Experience", - "value": "7000" - }, - { - "findInRaid": true, - "id": "66576bc69bdb9a648630f369", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f08945d", - "_tpl": "5839a40f24597726f856b511", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f08945e", - "_tpl": "5649ade84bdc2d1b2b8b4587", - "parentId": "66ae8e638edb0fb70f08945d", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66ae8e638edb0fb70f08945f", - "_tpl": "59d36a0086f7747e673f3946", - "parentId": "66ae8e638edb0fb70f08945d", - "slotId": "mod_gas_block" - }, - { - "_id": "66ae8e638edb0fb70f089460", - "_tpl": "57ffa9f4245977728561e844", - "parentId": "66ae8e638edb0fb70f08945f", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f089461", - "_tpl": "5cf4fb76d7f00c065703d3ac", - "parentId": "66ae8e638edb0fb70f089460", - "slotId": "mod_foregrip" - }, - { - "_id": "66ae8e638edb0fb70f089462", - "_tpl": "57dc347d245977596754e7a1", - "parentId": "66ae8e638edb0fb70f08945d", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f089463", - "_tpl": "64b9e265c94d0d15c5027e35", - "parentId": "66ae8e638edb0fb70f08945d", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f089464", - "_tpl": "57ffb0e42459777d047111c5", - "parentId": "66ae8e638edb0fb70f08945d", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f089465", - "_tpl": "5839a7742459773cf9693481", - "parentId": "66ae8e638edb0fb70f08945d", - "slotId": "mod_reciever" - }, - { - "_id": "66ae8e638edb0fb70f089466", - "_tpl": "6544d4187c5457729210d277", - "parentId": "66ae8e638edb0fb70f08945d", - "slotId": "mod_mount_000" - } - ], - "target": "66ae8e638edb0fb70f08945d", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66576c489bdb9a648630f36a", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f089467", - "_tpl": "64b9e265c94d0d15c5027e35", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66ae8e638edb0fb70f089467", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66576c98fb1e184084184757", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f089468", - "_tpl": "56dff4a2d2720bbd668b456a", - "upd": { - "StackObjectsCount": 80 - } - } - ], - "target": "66ae8e638edb0fb70f089468", - "type": "Item", - "value": "80" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cb9e8e4f17985230805 startedMessageText", - "successMessageText": "66058cb9e8e4f17985230805 successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "Elimination" - }, - "66058cbb06ef1d50a60c1f46": { - "QuestName": "Surprise", - "_id": "66058cbb06ef1d50a60c1f46", - "acceptPlayerMessage": "66058cbb06ef1d50a60c1f46 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cbb06ef1d50a60c1f46 changeQuestMessageText", - "completePlayerMessage": "66058cbb06ef1d50a60c1f46 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606d08b4e2e27ca2d80085e", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "656f664200d62bcd2e024077" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606d09a3db3fc1911e204ce", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "656f9fa0498d1b7e3e071d98" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6606d0a8f146598b0f492e12", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "656f603f94b480b8a500c0d6" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66586e0310df5826e26f1c97", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cb9e8e4f17985230805", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cbb06ef1d50a60c1f46 declinePlayerMessage", - "description": "66058cbb06ef1d50a60c1f46 description", - "failMessageText": "66058cbb06ef1d50a60c1f46 failMessageText", - "image": "/files/quest/icon/66562b72f73d7f0be65de3d6.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66058cbb06ef1d50a60c1f46 name", - "note": "66058cbb06ef1d50a60c1f46 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": false, - "id": "6606d015da30b620a34e6eb5", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089497", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 28 - } - } - ], - "target": "66ae8e638edb0fb70f089497", - "type": "Item", - "value": "28" - }, - { - "id": "6606d057c9b86d58fe0cdf69", - "index": 2, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.04" - }, - { - "id": "6606d060e8e4f17985230820", - "index": 3, - "type": "Experience", - "value": "3600" - }, - { - "findInRaid": true, - "id": "66576d58fb1e18408418475b", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f089498", - "_tpl": "5c0e874186f7745dc7616606", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f089499", - "_tpl": "6571133d22996eaf11088200", - "parentId": "66ae8e638edb0fb70f089498", - "slotId": "Helmet_top" - }, - { - "_id": "66ae8e638edb0fb70f08949a", - "_tpl": "6571138e818110db4600aa71", - "parentId": "66ae8e638edb0fb70f089498", - "slotId": "Helmet_back" - }, - { - "_id": "66ae8e638edb0fb70f08949b", - "_tpl": "657112fa818110db4600aa6b", - "parentId": "66ae8e638edb0fb70f089498", - "slotId": "Helmet_ears" - }, - { - "_id": "66ae8e638edb0fb70f08949c", - "_tpl": "5c0e842486f77443a74d2976", - "parentId": "66ae8e638edb0fb70f089498", - "slotId": "mod_equipment" - } - ], - "target": "66ae8e638edb0fb70f089498", - "type": "Item", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cbb06ef1d50a60c1f46 startedMessageText", - "successMessageText": "66058cbb06ef1d50a60c1f46 successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "PickUp" - }, - "66058cbd9f59e625462acc8e": { - "QuestName": "Create a Distraction - Part 1", - "_id": "66058cbd9f59e625462acc8e", - "acceptPlayerMessage": "66058cbd9f59e625462acc8e acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cbd9f59e625462acc8e changeQuestMessageText", - "completePlayerMessage": "66058cbd9f59e625462acc8e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "660a9dc64c0927ead4fcfeef", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "60391b0fb847c71012789415" - ], - "value": 3, - "visibilityConditions": [], - "zoneId": "quest_city_trotil2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "660a9dcf070cb9c8cc1715c7", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "60391b0fb847c71012789415" - ], - "value": 3, - "visibilityConditions": [], - "zoneId": "quest_city_trotil1" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66563c66e40e911796c5c372", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cbb06ef1d50a60c1f46", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cbd9f59e625462acc8e declinePlayerMessage", - "description": "66058cbd9f59e625462acc8e description", - "failMessageText": "66058cbd9f59e625462acc8e failMessageText", - "image": "/files/quest/icon/66562b7f53eaaa7a23349c76.png", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "66058cbd9f59e625462acc8e name", - "note": "66058cbd9f59e625462acc8e note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": false, - "id": "660a9df6c7f35847871814a0", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089502", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 28 - } - } - ], - "target": "66ae8e638edb0fb70f089502", - "type": "Item", - "value": "28" - }, - { - "id": "660a9e0506ef1d50a60c20bb", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.05" - }, - { - "id": "660a9e0dbb83da7ba474abe1", - "index": 2, - "type": "Experience", - "value": "5000" - }, - { - "findInRaid": true, - "id": "66576f2ee1e76668c554d07b", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f089503", - "_tpl": "5c488a752e221602b412af63", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f089504", - "_tpl": "5dcbd6dddbd3d91b3e5468de", - "parentId": "66ae8e638edb0fb70f089503", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66ae8e638edb0fb70f089505", - "_tpl": "5c48a14f2e2216152006edd7", - "parentId": "66ae8e638edb0fb70f089503", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f089506", - "_tpl": "5c48a2852e221602b21d5923", - "parentId": "66ae8e638edb0fb70f089503", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f089507", - "_tpl": "5c7954d52e221600106f4cc7", - "parentId": "66ae8e638edb0fb70f089506", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f089508", - "_tpl": "5c7955c22e221644f31bfd5e", - "parentId": "66ae8e638edb0fb70f089507", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f089509", - "_tpl": "5448c1d04bdc2dff2f8b4569", - "parentId": "66ae8e638edb0fb70f089503", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f08950a", - "_tpl": "616584766ef05c2ce828ef57", - "parentId": "66ae8e638edb0fb70f089503", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f08950b", - "_tpl": "5c7d55de2e221644f31bff68", - "parentId": "66ae8e638edb0fb70f08950a", - "slotId": "mod_scope" - } - ], - "target": "66ae8e638edb0fb70f089503", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66576f4bfb1e18408418475e", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f08950c", - "_tpl": "5448c1d04bdc2dff2f8b4569", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66ae8e638edb0fb70f08950c", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66576f7b478b65313767af6b", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f08950d", - "_tpl": "59e68f6f86f7746c9f75e846", - "upd": { - "StackObjectsCount": 80 - } - } - ], - "target": "66ae8e638edb0fb70f08950d", - "type": "Item", - "value": "80" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cbd9f59e625462acc8e startedMessageText", - "successMessageText": "66058cbd9f59e625462acc8e successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "Completion" - }, - "66058cbf2f19c31a5a1337ec": { - "QuestName": "Create a Distraction - Part 2", - "_id": "66058cbf2f19c31a5a1337ec", - "acceptPlayerMessage": "66058cbf2f19c31a5a1337ec acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cbf2f19c31a5a1337ec changeQuestMessageText", - "completePlayerMessage": "66058cbf2f19c31a5a1337ec completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "660d5f3a9ba72609704bbd60", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBoarSniper", - "followerBoarClose1", - "followerBoarClose2", - "followerBoar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "660d5eff04a5c903b1780a8f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "660d5effb318c171fb1ca234", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "660d5f886e97e73ca9c07a8b", - "resetOnSessionEnd": false, - "savageRole": [ - "followerKolontayAssault", - "followerKolontaySecurity" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "660d5f5acdcc3bc4bb5b65f1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "660d5f5a99b1db9725ca1543", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66563c96597daba6db5b7f3d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cbd9f59e625462acc8e", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Shots", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "664b2eec7f1f3801a3bf102b", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBoar", - "bossKolontay" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "660d5f959753f704869fbdf9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "660d5f95f9b871558e7515b5", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "66058cbf2f19c31a5a1337ec declinePlayerMessage", - "description": "66058cbf2f19c31a5a1337ec description", - "failMessageText": "66058cbf2f19c31a5a1337ec failMessageText", - "image": "/files/quest/icon/66562b89f73d7f0be65de3d8.png", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "66058cbf2f19c31a5a1337ec name", - "note": "66058cbf2f19c31a5a1337ec note", - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": false, - "id": "660d71452e35b757ad51594e", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089488", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 36 - } - } - ], - "target": "66ae8e638edb0fb70f089488", - "type": "Item", - "value": "36" - }, - { - "id": "660d71ed06ef1d50a60c20ca", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.07" - }, - { - "id": "660d72093b8f1e1aa53374eb", - "index": 2, - "type": "Experience", - "value": "10000" - }, - { - "findInRaid": true, - "id": "665771648feb5233b61de1d0", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f089489", - "_tpl": "65268d8ecb944ff1e90ea385", - "upd": { - "FireMode": { - "FireMode": "fullauto" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f08948a", - "_tpl": "6513f0a194c72326990a3868", - "parentId": "66ae8e638edb0fb70f089489", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f08948b", - "_tpl": "6513f1798cb24472490ee331", - "parentId": "66ae8e638edb0fb70f089489", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f08948c", - "_tpl": "6513f13a8cb24472490ee32f", - "parentId": "66ae8e638edb0fb70f08948b", - "slotId": "mod_pistolgrip" - }, - { - "_id": "66ae8e638edb0fb70f08948d", - "_tpl": "6513eff1e06849f06c0957d4", - "parentId": "66ae8e638edb0fb70f089489", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f08948e", - "_tpl": "6513f037e06849f06c0957d7", - "parentId": "66ae8e638edb0fb70f08948d", - "slotId": "mod_bipod" - }, - { - "_id": "66ae8e638edb0fb70f08948f", - "_tpl": "6513f0f5e63f29908d0ffab8", - "parentId": "66ae8e638edb0fb70f08948d", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f089490", - "_tpl": "6513f05a94c72326990a3866", - "parentId": "66ae8e638edb0fb70f089489", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f089491", - "_tpl": "6513f153e63f29908d0ffaba", - "parentId": "66ae8e638edb0fb70f089489", - "slotId": "mod_sight_rear" - } - ], - "target": "66ae8e638edb0fb70f089489", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6657716fc1c1d64e532f7942", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f089492", - "_tpl": "6513f0a194c72326990a3868", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66ae8e638edb0fb70f089492", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6657718609be137b7b5cd8e2", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f089493", + "_id": "68010065f81036801d0b25fa", "_tpl": "64b7af5a8532cf95ee0a0dbd", "upd": { - "StackObjectsCount": 200 - } - } - ], - "target": "66ae8e638edb0fb70f089493", - "type": "Item", - "value": "200" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cbf2f19c31a5a1337ec startedMessageText", - "successMessageText": "66058cbf2f19c31a5a1337ec successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "Elimination" - }, - "66058cc1da30b620a34e6e86": { - "QuestName": "To Great Heights - Part 1", - "_id": "66058cc1da30b620a34e6e86", - "acceptPlayerMessage": "66058cc1da30b620a34e6e86 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cc1da30b620a34e6e86 changeQuestMessageText", - "completePlayerMessage": "66058cc1da30b620a34e6e86 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "compareMethod": "==", - "conditionType": "ArenaMatchPlace", - "dynamicLocale": false, - "id": "662bb1a3c9de68d072911153", - "value": 1 + "StackObjectsCount": 20 }, - { - "conditionType": "ArenaRankingMode", - "dynamicLocale": false, - "id": "66548ce6cbc49b1c012e7cf6", - "target": [ - "Ranked" - ] - } - ], - "id": "662ba5a85599ca4baa6c8aae" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "662ba5a89d8041c264dd9673", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66563cd5db7f5922e45d0296", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cbf2f19c31a5a1337ec", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cc1da30b620a34e6e86 declinePlayerMessage", - "description": "66058cc1da30b620a34e6e86 description", - "failMessageText": "66058cc1da30b620a34e6e86 failMessageText", - "image": "/files/quest/icon/66562bb83e8d4075e2354446.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66058cc1da30b620a34e6e86 name", - "note": "66058cc1da30b620a34e6e86 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": false, - "id": "660d9a7ac9b86d58fe0ce052", - "index": 0, - "items": [ + "parentId": "68010065f81036801d0b25f9", + "slotId": "cartridges" + }, { - "_id": "66ae8e638edb0fb70f089515", - "_tpl": "5d235b4d86f7742e017bc88a", + "_id": "68010065f81036801d0b25fb", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", "upd": { - "StackObjectsCount": 32 + "StackObjectsCount": 1, + "SpawnedInSession": true } - } - ], - "target": "66ae8e638edb0fb70f089515", - "type": "Item", - "value": "32" - }, - { - "id": "660d9a8b08308761cf390cfe", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.03" - }, - { - "id": "660d9a9de8e4f17985230d5c", - "index": 2, - "type": "Experience", - "value": "5600" - }, - { - "findInRaid": true, - "id": "6657758bf19bff3ed81e74bd", - "index": 3, - "items": [ + }, { - "_id": "66ae8e638edb0fb70f089516", - "_tpl": "5bfea6e90db834001b7347f3", + "_id": "68010065f81036801d0b25fc", + "_tpl": "64b7af5a8532cf95ee0a0dbd", "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f089517", - "_tpl": "5cde739cd7f00c0010373bd3", - "parentId": "66ae8e638edb0fb70f089516", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f089518", - "_tpl": "5a339805c4a2826c6e06d73d", - "parentId": "66ae8e638edb0fb70f089517", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66ae8e638edb0fb70f089519", - "_tpl": "5cde7afdd7f00c000d36b89d", - "parentId": "66ae8e638edb0fb70f089517", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f08951a", - "_tpl": "59e0bed186f774156f04ce84", - "parentId": "66ae8e638edb0fb70f089519", - "slotId": "mod_foregrip" - }, - { - "_id": "66ae8e638edb0fb70f08951b", - "_tpl": "655dccfdbdcc6b5df71382b6", - "parentId": "66ae8e638edb0fb70f08951a", - "slotId": "mod_foregrip" - }, - { - "_id": "66ae8e638edb0fb70f08951c", - "_tpl": "5d2703038abbc3105103d94c", - "parentId": "66ae8e638edb0fb70f089516", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f08951d", - "_tpl": "6130c43c67085e45ef1405a1", - "parentId": "66ae8e638edb0fb70f08951c", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f08951e", - "_tpl": "5dfa3d2b0dee1b22f862eade", - "parentId": "66ae8e638edb0fb70f08951d", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f08951f", - "_tpl": "5cde7b43d7f00c000d36b93e", - "parentId": "66ae8e638edb0fb70f089516", - "slotId": "mod_mount" - }, - { - "_id": "66ae8e638edb0fb70f089520", - "_tpl": "618bab21526131765025ab3f", - "parentId": "66ae8e638edb0fb70f08951f", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089521", - "_tpl": "618ba91477b82356f91ae0e8", - "parentId": "66ae8e638edb0fb70f089520", - "slotId": "mod_mount" - }, - { - "_id": "66ae8e638edb0fb70f089522", - "_tpl": "5b3b99475acfc432ff4dcbee", - "parentId": "66ae8e638edb0fb70f089520", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089523", - "_tpl": "5ce69cbad7f00c00b61c5098", - "parentId": "66ae8e638edb0fb70f089516", - "slotId": "mod_magazine" - } - ], - "target": "66ae8e638edb0fb70f089516", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66577593ec1a3f31d959c67e", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f089524", - "_tpl": "5ce69cbad7f00c00b61c5098", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f089524", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "665775b79bdb9a648630f378", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f089525", - "_tpl": "5e023e6e34d52a55c3304f71", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "66ae8e638edb0fb70f089525", - "type": "Item", - "value": "30" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cc1da30b620a34e6e86 startedMessageText", - "successMessageText": "66058cc1da30b620a34e6e86 successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "Completion" - }, - "66058cc208308761cf390993": { - "QuestName": "To Great Heights - Part 2", - "_id": "66058cc208308761cf390993", - "acceptPlayerMessage": "66058cc208308761cf390993 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cc208308761cf390993 changeQuestMessageText", - "completePlayerMessage": "66058cc208308761cf390993 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "compareMethod": "==", - "conditionType": "ArenaMatchPlace", - "dynamicLocale": false, - "id": "662bb1d4ca68a2b005fec235", - "value": 1 + "StackObjectsCount": 20 }, - { - "conditionType": "ArenaRankingMode", - "dynamicLocale": false, - "id": "66549efd910bb1673456b957", - "target": [ - "Ranked" - ] - } - ], - "id": "662ba78e781915a47d50910b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "662ba78e19c86d3199ae0a93", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "compareMethod": ">=", - "conditionType": "ArenaRatingPointsCount", - "dynamicLocale": false, - "id": "662ba7c24594bc1863397da0", - "value": 1700 - } - ], - "id": "662ba7b90e15f4c42a73679a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "662ba7b942dc438835a2760d", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66563d00dbaab7a5facc6213", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cc1da30b620a34e6e86", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66058cc208308761cf390993 declinePlayerMessage", - "description": "66058cc208308761cf390993 description", - "failMessageText": "66058cc208308761cf390993 failMessageText", - "image": "/files/quest/icon/66562bb83e8d4075e2354446.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66058cc208308761cf390993 name", - "note": "66058cc208308761cf390993 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": false, - "id": "660d9b663b8f1e1aa5337503", - "index": 0, - "items": [ + "parentId": "68010065f81036801d0b25fb", + "slotId": "cartridges" + }, { - "_id": "66ae8e638edb0fb70f089440", - "_tpl": "5d235b4d86f7742e017bc88a", + "_id": "68010065f81036801d0b25fd", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", "upd": { - "StackObjectsCount": 36 + "StackObjectsCount": 1, + "SpawnedInSession": true } - } - ], - "target": "66ae8e638edb0fb70f089440", - "type": "Item", - "value": "36" - }, - { - "id": "660d9bfe06ef1d50a60c231a", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.03" - }, - { - "id": "660d9c0bc9b86d58fe0ce053", - "index": 2, - "type": "Experience", - "value": "6500" - }, - { - "findInRaid": true, - "id": "665776679bdb9a648630f379", - "index": 3, - "items": [ + }, { - "_id": "66ae8e638edb0fb70f089441", - "_tpl": "62e7c4fba689e8c9c50dfc38", + "_id": "68010065f81036801d0b25fe", + "_tpl": "64b7af5a8532cf95ee0a0dbd", "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f089442", - "_tpl": "62e7c880f68e7a0676050c7c", - "parentId": "66ae8e638edb0fb70f089441", - "slotId": "mod_charge" - }, - { - "_id": "66ae8e638edb0fb70f089443", - "_tpl": "62e7c72df68e7a0676050c77", - "parentId": "66ae8e638edb0fb70f089441", - "slotId": "mod_reciever" - }, - { - "_id": "66ae8e638edb0fb70f089444", - "_tpl": "62e7c7f3c34ea971710c32fc", - "parentId": "66ae8e638edb0fb70f089443", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f089445", - "_tpl": "630f2872911356c17d06abc5", - "parentId": "66ae8e638edb0fb70f089444", - "slotId": "mod_muzzle_000" - }, - { - "_id": "66ae8e638edb0fb70f089446", - "_tpl": "634e61b0767cb15c4601a877", - "parentId": "66ae8e638edb0fb70f089444", - "slotId": "mod_foregrip" - }, - { - "_id": "66ae8e638edb0fb70f089447", - "_tpl": "62ebba1fb658e07ef9082b5a", - "parentId": "66ae8e638edb0fb70f089443", - "slotId": "mod_mount" - }, - { - "_id": "66ae8e638edb0fb70f089448", - "_tpl": "5b31163c5acfc400153b71cb", - "parentId": "66ae8e638edb0fb70f089447", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089449", - "_tpl": "5b3116595acfc40019476364", - "parentId": "66ae8e638edb0fb70f089448", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f08944a", - "_tpl": "62e7c98b550c8218d602cbb4", - "parentId": "66ae8e638edb0fb70f089441", - "slotId": "mod_magazine" - } - ], - "target": "66ae8e638edb0fb70f089441", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6657767ce1e76668c554d081", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f08944b", - "_tpl": "62e7c98b550c8218d602cbb4", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66ae8e638edb0fb70f08944b", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "665776ab9bdb9a648630f37b", - "index": 6, - "items": [ - { - "_id": "66ae8e638edb0fb70f08944c", - "_tpl": "59e6920f86f77411d82aa167", - "upd": { - "StackObjectsCount": 120 - } - } - ], - "target": "66ae8e638edb0fb70f08944c", - "type": "Item", - "value": "120" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66058cc208308761cf390993 startedMessageText", - "successMessageText": "66058cc208308761cf390993 successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "Completion" - }, - "66058cc5bb83da7ba474aba9": { - "QuestName": "To Great Heights - Part 3", - "_id": "66058cc5bb83da7ba474aba9", - "acceptPlayerMessage": "66058cc5bb83da7ba474aba9 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66058cc5bb83da7ba474aba9 changeQuestMessageText", - "completePlayerMessage": "66058cc5bb83da7ba474aba9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "compareMethod": "==", - "conditionType": "ArenaMatchPlace", - "dynamicLocale": false, - "id": "662ba64b27291e7273ec6e7d", - "value": 1 + "StackObjectsCount": 20 }, - { - "compareMethod": "<=", - "conditionType": "ArenaPlayerInTeamPlace", - "dynamicLocale": false, - "id": "662bb201589b7f21d7ab98fa", - "value": 1 - }, - { - "conditionType": "ArenaRankingMode", - "dynamicLocale": false, - "id": "66549f39d436c63d96fd23a1", - "target": [ - "Ranked" - ] + "parentId": "68010065f81036801d0b25fd", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b25ff", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } - ], - "id": "662ba61dcd0790f0b9ae18e1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "662ba61d3ed61b6b78187b71", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", + }, + { + "_id": "68010065f81036801d0b2600", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b25ff", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2601", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2602", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2601", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66563d3cd7e2242f81402aaa", + "id": "65846efd5fd33e14795dfd47", + "type": "Item", "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66058cc208308761cf390993", - "visibilityConditions": [] + "target": "68010065f81036801d0b2606", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2604", + "_tpl": "59d625f086f774661516605d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2605", + "_tpl": "59d625f086f774661516605d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2606", + "_tpl": "59d625f086f774661516605d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } ], "Fail": [] }, - "declinePlayerMessage": "66058cc5bb83da7ba474aba9 declinePlayerMessage", - "description": "66058cc5bb83da7ba474aba9 description", - "failMessageText": "66058cc5bb83da7ba474aba9 failMessageText", - "image": "/files/quest/icon/66562bb83e8d4075e2354446.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66058cc5bb83da7ba474aba9 name", - "note": "66058cc5bb83da7ba474aba9 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": false, - "id": "660d9ca92e35b757ad5161f2", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894e3", - "_tpl": "5d235b4d86f7742e017bc88a", - "upd": { - "StackObjectsCount": 38 - } - } - ], - "target": "66ae8e638edb0fb70f0894e3", - "type": "Item", - "value": "38" - }, - { - "id": "660d9cbd9f59e625462ad632", - "index": 1, - "target": "6617beeaa9cfa777ca915b7c", - "type": "TraderStanding", - "value": "0.04" - }, - { - "id": "660d9cc5bb83da7ba474ac1c", - "index": 2, - "type": "Experience", - "value": "11000" - }, - { - "findInRaid": true, - "id": "6657770cf19bff3ed81e74c2", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894e4", - "_tpl": "588892092459774ac91d4b11", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f0894e5", - "_tpl": "5888988e24597752fe43a6fa", - "parentId": "66ae8e638edb0fb70f0894e4", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f0894e6", - "_tpl": "5888945a2459774bf43ba385", - "parentId": "66ae8e638edb0fb70f0894e4", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f0894e7", - "_tpl": "58889c7324597754281f9439", - "parentId": "66ae8e638edb0fb70f0894e6", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f0894e8", - "_tpl": "5888961624597754281f93f3", - "parentId": "66ae8e638edb0fb70f0894e6", - "slotId": "mod_bipod" - }, - { - "_id": "66ae8e638edb0fb70f0894e9", - "_tpl": "57c55f172459772d27602381", - "parentId": "66ae8e638edb0fb70f0894e4", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66ae8e638edb0fb70f0894ea", - "_tpl": "58889d0c2459775bc215d981", - "parentId": "66ae8e638edb0fb70f0894e4", - "slotId": "mod_stock" - } - ], - "target": "66ae8e638edb0fb70f0894e4", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6657771ae1e76668c554d082", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894eb", - "_tpl": "5888988e24597752fe43a6fa", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f0894eb", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "665777368feb5233b61de1d5", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894ec", - "_tpl": "5e023e6e34d52a55c3304f71", - "upd": { - "StackObjectsCount": 40 - } - } - ], - "target": "66ae8e638edb0fb70f0894ec", - "type": "Item", - "value": "40" - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "66058cc5bb83da7ba474aba9 startedMessageText", - "successMessageText": "66058cc5bb83da7ba474aba9 successMessageText", - "traderId": "6617beeaa9cfa777ca915b7c", - "type": "Completion" - }, - "6613f3007f6666d56807c929": { - "QuestName": "Drip-Out - Part 1", - "_id": "6613f3007f6666d56807c929", - "acceptPlayerMessage": "6613f3007f6666d56807c929 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6613f3007f6666d56807c929 changeQuestMessageText", - "completePlayerMessage": "6613f3007f6666d56807c929 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6613f3a30d42e75c17feb5c4", - "resetOnSessionEnd": false, - "savageRole": [ - "pmcBot" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6613f36c151e7815cc9261f9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6613f36ca4dc044e13e02295", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 100, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6616819ac7c53d7769413d9c", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "64a536392d2c4e6e970f4121", - "5ca20d5986f774331e7c9602", - "5c0e746986f7741453628fe5", - "5ab8dab586f77441cd04f2a2", - "59e7643b86f7742cbf2c109a" - ], - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "661527e51b7f1848c3b809b0", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5b478d0f86f7744d190d91b5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6613f3007f6666d56807c929 declinePlayerMessage", - "description": "6613f3007f6666d56807c929 description", - "failMessageText": "6613f3007f6666d56807c929 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6613f3007f6666d56807c929 name", - "note": "6613f3007f6666d56807c929 note", "progressSource": "eft", "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6613f3007f6666d56807c929 startedMessageText", - "status": 0, - "successMessageText": "6613f3007f6666d56807c929 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "6613f307fca4f2f386029409": { - "QuestName": "Drip-Out - Part 2", - "_id": "6613f307fca4f2f386029409", - "acceptPlayerMessage": "6613f307fca4f2f386029409 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6613f307fca4f2f386029409 changeQuestMessageText", - "completePlayerMessage": "6613f307fca4f2f386029409 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6615129ed5fdc5962f600fec", - "resetOnSessionEnd": false, - "savageRole": [ - "exUsec" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6615127f3861a46ea815a997" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6615127fd998c5f2aaa4a8a0", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 100, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "661681edabe376e7d6eab98f", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "628baf0b967de16aab5a4f36", - "618cfae774bb2d036a049e7c", - "6038b4ca92ec1c3103795a0d", - "6038b4b292ec1c3103795a0b", - "5e9dcf5986f7746c417435b3", - "5e9db13186f7742f845ee9d3", - "5e4abc6786f77406812bd572", - "5e4abb5086f77406975c9342" - ], - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6615284e40d6f130d2fe5bac", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "65734c186dc1e402c80dc19e", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6613f307fca4f2f386029409 declinePlayerMessage", - "description": "6613f307fca4f2f386029409 description", - "failMessageText": "6613f307fca4f2f386029409 failMessageText", "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6613f307fca4f2f386029409 name", - "note": "6613f307fca4f2f386029409 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6613f307fca4f2f386029409 startedMessageText", - "status": 0, - "successMessageText": "6613f307fca4f2f386029409 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "66151401efb0539ae10875ae": { - "QuestName": "Drip-Out - Part 1", - "_id": "66151401efb0539ae10875ae", - "acceptPlayerMessage": "66151401efb0539ae10875ae acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66151401efb0539ae10875ae changeQuestMessageText", - "completePlayerMessage": "66151401efb0539ae10875ae completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6613f3a30d42e75c17feb5c4", - "resetOnSessionEnd": false, - "savageRole": [ - "pmcBot" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66151401efb0539ae10875b0" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66151401efb0539ae10875af", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 100, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66168239957ac58c30b29135", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "64a536392d2c4e6e970f4121", - "5ca20d5986f774331e7c9602", - "5c0e746986f7741453628fe5", - "5ab8dab586f77441cd04f2a2", - "59e7643b86f7742cbf2c109a" - ], - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66152897f4a5f1444a88dcaf", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5b478d0f86f7744d190d91b5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66151401efb0539ae10875ae declinePlayerMessage", - "description": "66151401efb0539ae10875ae description", - "failMessageText": "66151401efb0539ae10875ae failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66151401efb0539ae10875ae name", - "note": "66151401efb0539ae10875ae note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66151401efb0539ae10875ae startedMessageText", - "status": 0, - "successMessageText": "66151401efb0539ae10875ae successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "6615141bfda04449120269a7": { - "QuestName": "Drip-Out - Part 2", - "_id": "6615141bfda04449120269a7", - "acceptPlayerMessage": "6615141bfda04449120269a7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6615141bfda04449120269a7 changeQuestMessageText", - "completePlayerMessage": "6615141bfda04449120269a7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6615129ed5fdc5962f600fec", - "resetOnSessionEnd": false, - "savageRole": [ - "exUsec" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6615141bfda04449120269a9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6615141bfda04449120269a8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 100, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "661682aed31d408548016468", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "628baf0b967de16aab5a4f36", - "618cfae774bb2d036a049e7c", - "6038b4ca92ec1c3103795a0d", - "6038b4b292ec1c3103795a0b", - "5e9dcf5986f7746c417435b3", - "5e9db13186f7742f845ee9d3", - "5e4abc6786f77406812bd572", - "5e4abb5086f77406975c9342" - ], - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "661528e77acdd32dda13bafc", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "65734c186dc1e402c80dc19e", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6615141bfda04449120269a7 declinePlayerMessage", - "description": "6615141bfda04449120269a7 description", - "failMessageText": "6615141bfda04449120269a7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6615141bfda04449120269a7 name", - "note": "6615141bfda04449120269a7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6615141bfda04449120269a7 startedMessageText", - "status": 0, - "successMessageText": "6615141bfda04449120269a7 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Completion" - }, - "6658a15615cbb1b2c6014d5b": { - "QuestName": "Hustle", - "_id": "6658a15615cbb1b2c6014d5b", - "acceptPlayerMessage": "6658a15615cbb1b2c6014d5b acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6658a15615cbb1b2c6014d5b changeQuestMessageText", - "completePlayerMessage": "6658a15615cbb1b2c6014d5b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "647712dfa243be48547d6b95", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBully" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6658ae762c659d6a1e4e9732", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d5d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d5c", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "647712f3a791a06f316e06e5", - "resetOnSessionEnd": false, - "savageRole": [ - "bossGluhar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6658ae89a1d502179b2ab4bc", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d5f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d5e", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64771be2a243be48547d6b96", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb5601076c5c1da32b0c", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d61" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d60", - "index": 2, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64771c6aa791a06f316e06e6", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKojaniy" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb60462d15dba1833c12", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d63" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d62", - "index": 3, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64771ca3a243be48547d6b97", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKnight" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb6956cdc466291806d0", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d65" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d64", - "index": 4, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64771d4acc52a45a39338676", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBigPipe" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb70a0ac99f705dcd860", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d67" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d66", - "index": 5, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64771d60ac21bb41ed1fc8e5", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBirdEye" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb7900130ff47611545e", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d69" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d68", - "index": 6, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64771e8dcc52a45a39338677", - "resetOnSessionEnd": false, - "savageRole": [ - "bossSanitar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb825c7d56e676847f71", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d6b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d6a", - "index": 7, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "64771ecbac21bb41ed1fc8e6", - "resetOnSessionEnd": false, - "savageRole": [ - "bossTagilla", - "followerTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb8a970cb17152eedf34", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a15615cbb1b2c6014d6d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a15615cbb1b2c6014d6c", - "index": 8, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6658a22f65b8a32e2398d0fa", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBoar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb9178fcaa1a43f4604b", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a2203e205a38167b419d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a220a4dc74f102c355ce", - "index": 9, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6658a24c2ab45574bede1eaf", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKolontay" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6659bb9730b88f9d307a673f", - "target": [ - "Shoreline" - ] - } - ], - "id": "6658a2383fb719e856172e20" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6658a2387aed962d75700786", - "index": 10, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6659e8764dc03267823dadd1", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5d24b81486f77439c92d6ba8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6658a15615cbb1b2c6014d5b declinePlayerMessage", - "description": "6658a15615cbb1b2c6014d5b description", - "failMessageText": "6658a15615cbb1b2c6014d5b failMessageText", - "image": "/files/quest/icon/6659f1d081610f6b9003ba57.png", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "6658a15615cbb1b2c6014d5b name", - "note": "6658a15615cbb1b2c6014d5b note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "6659f21137bfe7097601d4d1", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "value": "0.15" - }, - { - "id": "6659f223217781551805139e", - "index": 1, - "type": "Experience", - "value": "50000" - }, - { - "findInRaid": true, - "id": "6659f372e04f1a8b93047548", - "index": 2, - "items": [ - { - "_id": "6661f92a0c6e99358a057cac", - "_tpl": "5d235bb686f77443f4331278", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cac", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659acbb18261cc6950ef953", - "index": 3, - "items": [ - { - "_id": "6661f92a0c6e99358a057cad", - "_tpl": "5a0dc45586f7742f6b0b73e3", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cad", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659accc37bfe70976019e69", - "index": 4, - "items": [ - { - "_id": "6661f92a0c6e99358a057cae", - "_tpl": "5a0dc95c86f77452440fc675", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cae", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659acda87b89aaabd0787e2", - "index": 5, - "items": [ - { - "_id": "6661f92a0c6e99358a057caf", - "_tpl": "5a144dfd86f77445cb5a0982", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057caf", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659acf0217781551804f59e", - "index": 6, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb0", - "_tpl": "5a0ec6d286f7742c0b518fb5", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb0", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659acfb7ed43df9510f0de7", - "index": 7, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb1", - "_tpl": "5a0ee30786f774023b6ee08f", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb1", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad0dd66f47aaea0e0827", - "index": 8, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb2", - "_tpl": "5a13eebd86f7746fd639aa93", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb2", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad141b7d0bc6bb08c353", - "index": 9, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb3", - "_tpl": "5a13ef0686f7746e5a411744", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb3", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad1cd66f47aaea0e0829", - "index": 10, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb4", - "_tpl": "5a0ee34586f774023b6ee092", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb4", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad26217781551804f59f", - "index": 11, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb5", - "_tpl": "5a0ee37f86f774023657a86f", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb5", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad3022f0e9470806f597", - "index": 12, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb6", - "_tpl": "5a1452ee86f7746f33111763", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb6", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad4437bfe70976019e6a", - "index": 13, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb7", - "_tpl": "5a13ef7e86f7741290491063", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb7", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad4db7c9a638a80f2f93", - "index": 14, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb8", - "_tpl": "5a13f46386f7741dd7384b04", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb8", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ad5a37bfe70976019e6c", - "index": 15, - "items": [ - { - "_id": "6661f92a0c6e99358a057cb9", - "_tpl": "5a0ea79b86f7741d4a35298e", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cb9", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae1237bfe70976019f97", - "index": 16, - "items": [ - { - "_id": "6661f92a0c6e99358a057cba", - "_tpl": "5a0ea64786f7741707720468", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cba", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae1a22f0e9470806f59b", - "index": 17, - "items": [ - { - "_id": "6661f92a0c6e99358a057cbb", - "_tpl": "5a0ea69f86f7741cd5406619", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cbb", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae2887b89aaabd0787ea", - "index": 18, - "items": [ - { - "_id": "6661f92a0c6e99358a057cbc", - "_tpl": "5eff09cd30a7dc22fd1ddfed", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cbc", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae37b7c9a638a80f2f9c", - "index": 19, - "items": [ - { - "_id": "6661f92a0c6e99358a057cbd", - "_tpl": "5a144bdb86f7741d374bbde0", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cbd", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae3f1b7d0bc6bb08c375", - "index": 20, - "items": [ - { - "_id": "6661f92a0c6e99358a057cbe", - "_tpl": "5a0ee4b586f7743698200d22", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cbe", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae58b7c9a638a80f2f9d", - "index": 21, - "items": [ - { - "_id": "6661f92a0c6e99358a057cbf", - "_tpl": "5a13f24186f77410e57c5626", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cbf", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae6218261cc6950efb2d", - "index": 22, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc0", - "_tpl": "5a13f35286f77413ef1436b0", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc0", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae700d7147ff1f0b18fd", - "index": 23, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc1", - "_tpl": "5a145d4786f7744cbb6f4a12", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc1", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae7822f0e9470806f7d6", - "index": 24, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc2", - "_tpl": "5a145d7b86f7744cbb6f4a13", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc2", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae8a21c5828cdc08841b", - "index": 25, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc3", - "_tpl": "5a0eec9686f77402ac5c39f2", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc3", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae93217781551804f5a2", - "index": 26, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc4", - "_tpl": "5a0eecf686f7740350630097", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc4", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659ae9c21c5828cdc08841c", - "index": 27, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc5", - "_tpl": "5a0eed4386f77405112912aa", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc5", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659aeaf1b7d0bc6bb08c376", - "index": 28, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc6", - "_tpl": "5a145ebb86f77458f1796f05", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc6", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "6659aebb0d7147ff1f0b18fe", - "index": 29, - "items": [ - { - "_id": "6661f92a0c6e99358a057cc7", - "_tpl": "5a0eee1486f77402aa773226", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6661f92a0c6e99358a057cc7", - "type": "Item", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6658a15615cbb1b2c6014d5b startedMessageText", - "successMessageText": "6658a15615cbb1b2c6014d5b successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "665eeacf5d86b6c8aa03c79b": { - "QuestName": "Thirsty - Hounds", - "_id": "665eeacf5d86b6c8aa03c79b", - "acceptPlayerMessage": "665eeacf5d86b6c8aa03c79b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "665eeacf5d86b6c8aa03c79b changeQuestMessageText", - "completePlayerMessage": "665eeacf5d86b6c8aa03c79b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 22, - "to": 7 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "665eed628588a85efd33c119", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "668e9a829b3cb1e28c4a7070", - "target": [ - "Shoreline" - ] - } - ], - "id": "665eed28bc0516aecef437a2" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "665eed28bdbf7b1f92394ecb", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 12, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742bff616e79cdaaca611a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "63a88045abf76d719f42d715", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742c07d8109e7d214a56a1", - "index": 1, - "parentId": "", - "value": 15, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "665eeacf5d86b6c8aa03c79b declinePlayerMessage", - "description": "665eeacf5d86b6c8aa03c79b description", - "failMessageText": "665eeacf5d86b6c8aa03c79b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66697b99134bc4a35c0017fb.png", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "665eeacf5d86b6c8aa03c79b name", - "note": "665eeacf5d86b6c8aa03c79b note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "665eee022f7aedcc900b043b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8500 - }, - { - "availableInGameEditions": [], - "id": "665eee134dfc83b0ed0a9dcd", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "665eee422f7aedcc900b043c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038e7", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038e8", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a721038e7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a721038e9", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038ea", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a721038e9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - }, - { - "_id": "67eb506040b1947a721038eb", - "_tpl": "5c1127d0d174af29be75cf68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038ec", - "_tpl": "5c0d591486f7744c505b416f", - "parentId": "67eb506040b1947a721038eb", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "67eb506040b1947a721038eb", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "665eeacf5d86b6c8aa03c79b startedMessageText", - "status": 0, - "successMessageText": "665eeacf5d86b6c8aa03c79b successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "665eec1f5e47a79f8605565a": { - "QuestName": "Thirsty - Breadwinner", - "_id": "665eec1f5e47a79f8605565a", - "acceptPlayerMessage": "665eec1f5e47a79f8605565a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "665eec1f5e47a79f8605565a changeQuestMessageText", - "completePlayerMessage": "665eec1f5e47a79f8605565a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "665ef4d93bd11acd294ac48c", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59fafb5d86f774067a6f2084" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "665ef4f08f3a505364a8ab09", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59fafb5d86f774067a6f2084" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742a8e5f0ca18a91eda68f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "665eeacf5d86b6c8aa03c79b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "665eec1f5e47a79f8605565a declinePlayerMessage", - "description": "665eec1f5e47a79f8605565a description", - "failMessageText": "665eec1f5e47a79f8605565a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66697b9f6978601041000809.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "665eec1f5e47a79f8605565a name", - "note": "665eec1f5e47a79f8605565a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "665ef5945e47a79f8605565f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9600 - }, - { - "availableInGameEditions": [], - "id": "665ef59e2f7aedcc900b043f", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "665ef5b15e47a79f86055660", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103785", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 200 - } - } - ], - "target": "67eb506040b1947a72103785", - "type": "Item", - "unknown": false, - "value": 200 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "665ef5c42f7aedcc900b0440", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103787", - "_tpl": "5d1b371186f774253763a656", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103787", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "665eec1f5e47a79f8605565a startedMessageText", - "status": 0, - "successMessageText": "665eec1f5e47a79f8605565a successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "665eec4a4dfc83b0ed0a9dca": { - "QuestName": "Thirsty - Delivery", - "_id": "665eec4a4dfc83b0ed0a9dca", - "acceptPlayerMessage": "665eec4a4dfc83b0ed0a9dca acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "665eec4a4dfc83b0ed0a9dca changeQuestMessageText", - "completePlayerMessage": "665eec4a4dfc83b0ed0a9dca completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6661a1555a8799639e1e7573", - "target": "place_2A2_unlock_3_woods", - "value": 1 - } - ], - "id": "6661a145ba58791a4cdfdd4f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6661a14545909ae2e92ca2d5", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6661a170945719c63f28d9c6", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "59fafb5d86f774067a6f2084" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6661a174c228eebe7e420494", - "target": "6661a14545909ae2e92ca2d5" - } - ], - "zoneId": "place_2A2_unlock_3_woods" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6661a1952b26769022fa1881", - "target": "place_2A2_unlock_3_customs", - "value": 1 - } - ], - "id": "6661a18a941c96280465a8c7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6661a18a12e8457716d59f5d", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6661a1a1b1953d6c96da8f0e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "59fafb5d86f774067a6f2084" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6661a1aaecee3dda99b9b9d5", - "target": "6661a18a12e8457716d59f5d" - } - ], - "zoneId": "place_2A2_unlock_3_customs" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742a14307c58a7f5c1f363", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "665eec1f5e47a79f8605565a", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "665eec4a4dfc83b0ed0a9dca declinePlayerMessage", - "description": "665eec4a4dfc83b0ed0a9dca description", - "failMessageText": "665eec4a4dfc83b0ed0a9dca failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66697ba352260cae8d0b035a.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "665eec4a4dfc83b0ed0a9dca name", - "note": "665eec4a4dfc83b0ed0a9dca note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6671dde4fb3e3e541b06b35f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036ab", - "_tpl": "59fafb5d86f774067a6f2084", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036ac", - "_tpl": "59fafb5d86f774067a6f2084", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036ac", - "type": "Item", - "unknown": false, - "value": 2 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "6660630b5e47a79f86055662", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14200 - }, - { - "availableInGameEditions": [], - "id": "6660631a2f7aedcc900b0442", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "666063622f7aedcc900b0444", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036ae", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 55000 - } - } - ], - "target": "67eb506040b1947a721036ae", - "type": "Item", - "unknown": false, - "value": 55000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6660632f5e47a79f86055663", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721036b0", - "_tpl": "57505f6224597709a92585a9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036b1", - "_tpl": "57505f6224597709a92585a9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036b2", - "_tpl": "57505f6224597709a92585a9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721036b3", - "_tpl": "57505f6224597709a92585a9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721036b3", - "type": "Item", - "unknown": false, - "value": 4 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "665eec4a4dfc83b0ed0a9dca startedMessageText", - "status": 0, - "successMessageText": "665eec4a4dfc83b0ed0a9dca successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" + "status": 0 }, "665eeca45d86b6c8aa03c79d": { "QuestName": "Thirsty - Echo", "_id": "665eeca45d86b6c8aa03c79d", - "acceptPlayerMessage": "665eeca45d86b6c8aa03c79d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "665eeca45d86b6c8aa03c79d acceptPlayerMessage", "changeQuestMessageText": "665eeca45d86b6c8aa03c79d changeQuestMessageText", "completePlayerMessage": "665eeca45d86b6c8aa03c79d completePlayerMessage", "conditions": { @@ -109006,2030 +78138,3204 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6660785f3dead1a987ce15a7", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "6660787cdf41494f3b16f2c8", + "dynamicLocale": false, "target": "2A2_unlock_4_discover", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6660785f3dead1a987ce15a7" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6660785fc37356435d193ae4", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "66607896f2ea02201517c203", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "666073159916667083033cb9" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "6660789e6740b366e23e6068", - "target": "6660785fc37356435d193ae4" + "target": "6660785fc37356435d193ae4", + "conditionType": "CompleteCondition" } ] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "666078bee6ed30ab2294f593", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "666073159916667083033cb9" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", "id": "666078c19bf83ccdcbd55a82", - "target": "66607896f2ea02201517c203" + "target": "66607896f2ea02201517c203", + "conditionType": "CompleteCondition" } ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "66742a819857ebae1a6df739", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "665eec4a4dfc83b0ed0a9dca", "status": [ 4 ], - "target": "665eec4a4dfc83b0ed0a9dca", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "665eeca45d86b6c8aa03c79d declinePlayerMessage", "description": "665eeca45d86b6c8aa03c79d description", "failMessageText": "665eeca45d86b6c8aa03c79d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66697ba8134bc4a35c0017fd.png", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", + "declinePlayerMessage": "665eeca45d86b6c8aa03c79d declinePlayerMessage", "name": "665eeca45d86b6c8aa03c79d name", "note": "665eeca45d86b6c8aa03c79d note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb57776803fa99248b456e", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/66697ba8134bc4a35c0017fd.png", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "665eeca45d86b6c8aa03c79d startedMessageText", + "successMessageText": "665eeca45d86b6c8aa03c79d successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 11200, "id": "66606ec7334d53707303f8d8", - "index": 0, "type": "Experience", - "unknown": false, - "value": 11200 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "66606f012f7aedcc900b0448", + "type": "TraderStanding", "index": 0, "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 185000, "id": "66606f7e334d53707303f8da", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2608", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103893", + "_id": "68010065f81036801d0b2608", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 185000 } } - ], - "target": "67eb506040b1947a72103893", - "type": "Item", - "unknown": false, - "value": 185000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 4, "id": "66606f47334d53707303f8d9", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b260d", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103895", + "_id": "68010065f81036801d0b260a", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103896", + "_id": "68010065f81036801d0b260b", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103897", + "_id": "68010065f81036801d0b260c", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103898", + "_id": "68010065f81036801d0b260d", "_tpl": "5c0fa877d174af02a012e1cf", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103898", - "type": "Item", - "unknown": false, - "value": 4 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "66606f552f7aedcc900b0449", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2610", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210389a", + "_id": "68010065f81036801d0b260f", "_tpl": "5ed51652f6c34d2cc26336a1", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210389b", + "_id": "68010065f81036801d0b2610", "_tpl": "5ed51652f6c34d2cc26336a1", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210389b", - "type": "Item", - "unknown": false, - "value": 2 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "665eeca45d86b6c8aa03c79d startedMessageText", - "status": 0, - "successMessageText": "665eeca45d86b6c8aa03c79d successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "665eeca92f7aedcc900b0437": { - "QuestName": "Thirsty - Secrets", - "_id": "665eeca92f7aedcc900b0437", - "acceptPlayerMessage": "665eeca92f7aedcc900b0437 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5d25e2ee86f77443e35162ea": { + "QuestName": "The Huntsman Path - Woods Keeper", + "_id": "5d25e2ee86f77443e35162ea", "canShowNotificationsInGame": true, - "changeQuestMessageText": "665eeca92f7aedcc900b0437 changeQuestMessageText", - "completePlayerMessage": "665eeca92f7aedcc900b0437 completePlayerMessage", + "acceptPlayerMessage": "5d25e2ee86f77443e35162ea acceptPlayerMessage", + "changeQuestMessageText": "5d25e2ee86f77443e35162ea changeQuestMessageText", + "completePlayerMessage": "5d25e2ee86f77443e35162ea completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6661a28be2cdba6a469447c7", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d27276886f7740701348577", + "conditions": [ + { + "id": "5d27293d86f774483c7bdb18", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKojaniy" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5d27276886f7740701348578", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, "parentId": "", - "target": [ - "5c10c8fd86f7743d7d706df3" - ], - "value": 2, - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { - "conditionType": "HandoverItem", + "conditionType": "FindItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6661a2ae387c59056c822add", + "id": "5d2f464e498f71c8886f7656", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "62a0a043cf4a99369e2624a5" + "5d08d21286f774736e7c94c3" ], - "value": 4, + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6661a2bf4846fd2b6ba30f90", + "id": "5d272a0b86f7745ba2701532", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "59e3606886f77417674759a5" + "5d08d21286f774736e7c94c3" ], - "value": 3, - "visibilityConditions": [] + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5d2f4664498f71bcb806043c", + "target": "5d2f464e498f71c8886f7656", + "conditionType": "CompleteCondition" + } + ] } ], "AvailableForStart": [ { - "availableAfter": 43200, "conditionType": "Quest", - "dispersion": 3000, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742a4fb236afa6265e59cf", + "id": "5d77c65786f7742fa901bcc5", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d25e2b486f77409de05bba0", "status": [ 4 ], - "target": "665eeca45d86b6c8aa03c79d", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a9a17703555d0afc563f5a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "596a0e1686f7741ddf17dbee", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "665eeca92f7aedcc900b0437 declinePlayerMessage", - "description": "665eeca92f7aedcc900b0437 description", - "failMessageText": "665eeca92f7aedcc900b0437 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66697bad697860104100080b.png", - "instantComplete": false, + "description": "5d25e2ee86f77443e35162ea description", + "failMessageText": "5d25e2ee86f77443e35162ea failMessageText", + "declinePlayerMessage": "5d25e2ee86f77443e35162ea declinePlayerMessage", + "name": "5d25e2ee86f77443e35162ea name", + "note": "5d25e2ee86f77443e35162ea note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5d69470786f774238a38d844.jpg", + "type": "Completion", "isKey": false, - "location": "any", - "name": "665eeca92f7aedcc900b0437 name", - "note": "665eeca92f7aedcc900b0437 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e2ee86f77443e35162ea startedMessageText", + "successMessageText": "5d25e2ee86f77443e35162ea successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "6661a33fb5d3aa798a02951e", - "index": 0, + "value": 18000, + "id": "60cca7bf826ca0323464bd19", "type": "Experience", - "unknown": false, - "value": 13100 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "6661a370e738fd76bc0b1e09", - "index": 0, - "target": "54cb57776803fa99248b456e", + "value": 0.02, + "id": "60cca7f8826ca0323464bd1a", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { - "availableInGameEditions": [ - "eod_tue_edition", - "edge_of_darkness" - ], - "findInRaid": true, - "id": "6671de8abaf4e04a020c7323", + "availableInGameEditions": [], + "value": 4, + "id": "5da9f68086f77441e90527b3", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2615", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103983", - "_tpl": "66507eabf5ddb0818b085b68", + "_id": "68010065f81036801d0b2612", + "_tpl": "5d6fc87386f77449db3db94e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103984", - "_tpl": "66507eabf5ddb0818b085b68", + "_id": "68010065f81036801d0b2613", + "_tpl": "5d6fc87386f77449db3db94e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103985", - "_tpl": "66507eabf5ddb0818b085b68", + "_id": "68010065f81036801d0b2614", + "_tpl": "5d6fc87386f77449db3db94e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103986", - "_tpl": "66507eabf5ddb0818b085b68", + "_id": "68010065f81036801d0b2615", + "_tpl": "5d6fc87386f77449db3db94e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103987", - "_tpl": "66507eabf5ddb0818b085b68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103988", - "_tpl": "66507eabf5ddb0818b085b68", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103988", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5da9f69986f774421a5d6fe4", "type": "Item", - "unknown": true, - "value": 6 + "index": 0, + "target": "68010065f81036801d0b2617", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2617", + "_tpl": "5c05300686f7746dce784e5d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5da9f6ad86f7746c62550d6a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b261b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2619", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b261a", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b261b", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64b66be38b66a1647d0a4756", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b261c", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b261c", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b261d", + "_tpl": "5d25af8f8abbc3055079fec5", + "parentId": "68010065f81036801d0b261c", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b261e", + "_tpl": "5cf13123d7f00c1085616a50", + "parentId": "68010065f81036801d0b261c", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b261f", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b261c", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2620", + "_tpl": "5d270b3c8abbc3105335cfb8", + "parentId": "68010065f81036801d0b261f", + "slotId": "mod_muzzle" + } + ], + "loyaltyLevel": 3, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "64b66bd1d5887c2ce9561157", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2621", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2621", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2622", + "_tpl": "5d25a4a98abbc30b917421a4", + "parentId": "68010065f81036801d0b2621", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2623", + "_tpl": "5d25d0ac8abbc3054f3e61f7", + "parentId": "68010065f81036801d0b2621", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2624", + "_tpl": "671126a210d67adb5b08e925", + "parentId": "68010065f81036801d0b2623", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2625", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b2621", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2626", + "_tpl": "5d270b3c8abbc3105335cfb8", + "parentId": "68010065f81036801d0b2625", + "slotId": "mod_muzzle" + } + ], + "loyaltyLevel": 3, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "64b66bd79c029513997be927", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2627", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2627", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2628", + "_tpl": "5ce69cbad7f00c00b61c5098", + "parentId": "68010065f81036801d0b2627", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2629", + "_tpl": "5cdeac22d7f00c000f26168f", + "parentId": "68010065f81036801d0b2627", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b262a", + "_tpl": "5cdeac42d7f00c000d36ba73", + "parentId": "68010065f81036801d0b2629", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b262b", + "_tpl": "5cdeac5cd7f00c000f261694", + "parentId": "68010065f81036801d0b2629", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b262c", + "_tpl": "5cdeaca5d7f00c00b61c4b70", + "parentId": "68010065f81036801d0b2629", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b262d", + "_tpl": "5b7be47f5acfc400170e2dd2", + "parentId": "68010065f81036801d0b2629", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b262e", + "_tpl": "5b7be47f5acfc400170e2dd2", + "parentId": "68010065f81036801d0b2629", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b262f", + "_tpl": "5b7be47f5acfc400170e2dd2", + "parentId": "68010065f81036801d0b2629", + "slotId": "mod_mount_003" + }, + { + "_id": "68010065f81036801d0b2630", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b2627", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2631", + "_tpl": "5d270b3c8abbc3105335cfb8", + "parentId": "68010065f81036801d0b2630", + "slotId": "mod_muzzle" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "64b66bdff83adb775979f8b9", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2632", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2632", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2633", + "_tpl": "5d25a6538abbc306c62e630d", + "parentId": "68010065f81036801d0b2632", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2634", + "_tpl": "5cde739cd7f00c0010373bd3", + "parentId": "68010065f81036801d0b2632", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2635", + "_tpl": "5a33ca0fc4a282000d72292f", + "parentId": "68010065f81036801d0b2634", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2636", + "_tpl": "5a33cae9c4a28232980eb086", + "parentId": "68010065f81036801d0b2635", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2637", + "_tpl": "5a339805c4a2826c6e06d73d", + "parentId": "68010065f81036801d0b2634", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2638", + "_tpl": "5cde7afdd7f00c000d36b89d", + "parentId": "68010065f81036801d0b2634", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2639", + "_tpl": "5a9d6d00a2750c5c985b5305", + "parentId": "68010065f81036801d0b2638", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b263a", + "_tpl": "5a9d6d00a2750c5c985b5305", + "parentId": "68010065f81036801d0b2638", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b263b", + "_tpl": "5a9d6d00a2750c5c985b5305", + "parentId": "68010065f81036801d0b2638", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b263c", + "_tpl": "5a9d6d13a2750c00164f6b03", + "parentId": "68010065f81036801d0b2638", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b263d", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b2632", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b263e", + "_tpl": "5d270b3c8abbc3105335cfb8", + "parentId": "68010065f81036801d0b263d", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b263f", + "_tpl": "5cde7b43d7f00c000d36b93e", + "parentId": "68010065f81036801d0b2632", + "slotId": "mod_mount" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "665eeca92f7aedcc900b0437 startedMessageText", - "status": 0, - "successMessageText": "665eeca92f7aedcc900b0437 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "66631489acf8442f8b05319f": { - "QuestName": "Friend Among Strangers", - "_id": "66631489acf8442f8b05319f", - "acceptPlayerMessage": "66631489acf8442f8b05319f acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "665eeacf5d86b6c8aa03c79b": { + "QuestName": "Thirsty - Hounds", + "_id": "665eeacf5d86b6c8aa03c79b", "canShowNotificationsInGame": true, - "changeQuestMessageText": "66631489acf8442f8b05319f changeQuestMessageText", - "completePlayerMessage": "66631489acf8442f8b05319f completePlayerMessage", + "acceptPlayerMessage": "665eeacf5d86b6c8aa03c79b acceptPlayerMessage", + "changeQuestMessageText": "665eeacf5d86b6c8aa03c79b changeQuestMessageText", + "completePlayerMessage": "665eeacf5d86b6c8aa03c79b completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "665eed28bc0516aecef437a2", "conditions": [ { - "bodyPart": [], + "id": "665eed628588a85efd33c119", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 22, + "to": 7 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "668e9a829b3cb1e28c4a7070", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "665eed28bdbf7b1f92394ecb", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66742bff616e79cdaaca611a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63a88045abf76d719f42d715", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "66742c07d8109e7d214a56a1", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "665eeacf5d86b6c8aa03c79b description", + "failMessageText": "665eeacf5d86b6c8aa03c79b failMessageText", + "declinePlayerMessage": "665eeacf5d86b6c8aa03c79b declinePlayerMessage", + "name": "665eeacf5d86b6c8aa03c79b name", + "note": "665eeacf5d86b6c8aa03c79b note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/66697b99134bc4a35c0017fb.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "665eeacf5d86b6c8aa03c79b startedMessageText", + "successMessageText": "665eeacf5d86b6c8aa03c79b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8500, + "id": "665eee022f7aedcc900b043b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "665eee134dfc83b0ed0a9dcd", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "665eee422f7aedcc900b043c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2646", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2642", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2643", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2642", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2644", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2645", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2644", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2646", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2647", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2646", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66aa74571e5e199ecd094f18": { + "QuestName": "Secrets of Polikhim", + "_id": "66aa74571e5e199ecd094f18", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66aa74571e5e199ecd094f18 acceptPlayerMessage", + "changeQuestMessageText": "66aa74571e5e199ecd094f18 changeQuestMessageText", + "completePlayerMessage": "66aa74571e5e199ecd094f18 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66ab97a5c74ce045d6c32578", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66b22630a6b4e5ec7c02cdb7" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa74571e5e199ecd094f1d", + "conditions": [ + { + "id": "66aa5c2c2ba4b7b5dedbb17d", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "66ab977e59878c8c51f5802a", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "66aa74571e5e199ecd094f1b", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa74571e5e199ecd094f20", + "conditions": [ + { + "id": "66aa649b55c319273e2024b9", + "dynamicLocale": false, + "target": [ + "factory4_night", + "factory4_day" + ], + "conditionType": "Location" + }, + { + "id": "66aa64a4fe6918271e244ebb", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "6667195db6e41f2c0889f564", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "6667193a79761eb8d8d659f3" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6667193a41b0135d2df10fd9", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "66aa74571e5e199ecd094f1e", + "index": 2, "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, "type": "Elimination", - "value": 7, + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66ab97d56cb6e3bfd7c79fbc", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "Place_accurate_tools", + "target": [ + "66b22630a6b4e5ec7c02cdb7" + ], + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6672db1167c7ac55793635b8", + "id": "66b3509b1caa85f89713a2b1", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "669fa3a1c26f13bd04030f37", "status": [ 4 ], - "target": "6672d9def1c88688a707d042", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "666719748daea2529ebdb755", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6667196a2b80181270b3dcb1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6667196a74bbc3a671ef49f8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ] + "Fail": [] }, - "declinePlayerMessage": "66631489acf8442f8b05319f declinePlayerMessage", - "description": "66631489acf8442f8b05319f description", - "failMessageText": "66631489acf8442f8b05319f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", - "instantComplete": false, + "description": "66aa74571e5e199ecd094f18 description", + "failMessageText": "66aa74571e5e199ecd094f18 failMessageText", + "declinePlayerMessage": "66aa74571e5e199ecd094f18 declinePlayerMessage", + "name": "66aa74571e5e199ecd094f18 name", + "note": "66aa74571e5e199ecd094f18 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "marathon", + "image": "/files/quest/icon/5979d36d86f7746d093ddd7a.jpg", + "type": "Elimination", "isKey": false, - "location": "any", - "name": "66631489acf8442f8b05319f name", - "note": "66631489acf8442f8b05319f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66aa74571e5e199ecd094f18 startedMessageText", + "successMessageText": "66aa74571e5e199ecd094f18 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "66742040dbd6ff58100ee5de", - "index": 0, + "value": 19400, + "id": "66b4e0fc0fab9765d1089f53", "type": "Experience", - "unknown": false, - "value": 25600 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "66742049c4714a7a6e0d9c7e", - "index": 0, - "target": "579dc571d53a0658a154fbec", + "value": 0.03, + "id": "66b4e111d697bf761606285f", "type": "TraderStanding", - "unknown": false, - "value": 0.04 + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "66742058c4714a7a6e0d9c7f", + "value": 72000, + "id": "66b4e1267d633c785b02605e", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2649", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721038c1", - "_tpl": "569668774bdc2da2298b4568", + "_id": "68010065f81036801d0b2649", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 1200 + "StackObjectsCount": 72000 } } - ], - "target": "67eb506040b1947a721038c1", - "type": "Item", - "unknown": false, - "value": 1200 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "6674206358678c865f0f028a", + "value": 2, + "id": "66b4e13582fe17cf19023a63", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b264c", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721038c3", - "_tpl": "62a0a16d0b9d3c46de5b6e97", + "_id": "68010065f81036801d0b264b", + "_tpl": "5d1b2fa286f77425227d1674", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721038c4", - "_tpl": "62a0a16d0b9d3c46de5b6e97", + "_id": "68010065f81036801d0b264c", + "_tpl": "5d1b2fa286f77425227d1674", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a721038c4", + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66b4e14056c691c729067924", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b264f", "unknown": false, - "value": 2 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b264e", + "_tpl": "57347c2e24597744902c94a1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b264f", + "_tpl": "57347c2e24597744902c94a1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66b4e14d204c6261cd0856f1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2653", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2651", + "_tpl": "59e36c6f86f774176c10a2a7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2652", + "_tpl": "59e36c6f86f774176c10a2a7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2653", + "_tpl": "59e36c6f86f774176c10a2a7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "66631489acf8442f8b05319f startedMessageText", - "status": 0, - "successMessageText": "66631489acf8442f8b05319f successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Elimination" - }, - "6663148ca9290f9e0806cca1": { - "QuestName": "Immunity", - "_id": "6663148ca9290f9e0806cca1", - "acceptPlayerMessage": "6663148ca9290f9e0806cca1 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "65734c186dc1e402c80dc19e": { + "QuestName": "Dandies", + "_id": "65734c186dc1e402c80dc19e", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6663148ca9290f9e0806cca1 changeQuestMessageText", - "completePlayerMessage": "6663148ca9290f9e0806cca1 completePlayerMessage", + "acceptPlayerMessage": "65734c186dc1e402c80dc19e acceptPlayerMessage", + "changeQuestMessageText": "65734c186dc1e402c80dc19e changeQuestMessageText", + "completePlayerMessage": "65734c186dc1e402c80dc19e completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "65734c186dc1e402c80dc1a3", "conditions": [ { - "conditionType": "ExitStatus", + "id": "5979e7fe86f774311955e613", "dynamicLocale": false, - "id": "66671c4f297809457fe5e6a7", - "status": [ - "Survived", - "Runner" - ] + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "bodyPartsWithEffects": [ + "id": "6576fdb75edfd11560169433", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "60bf74184a63fc79b60c57f6" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "65771f8aced66ca8714c28fe", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5aa2b9aee5b5b00015693121" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "65771fa5cdb6fa1d87ce0a35", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "65734c186dc1e402c80dc1a2", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 30, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "657356c410becd24bc776f55", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "quest_zone_hide_barber1", + "target": [ + "60bf74184a63fc79b60c57f6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "658166f012763d4b9491e9b8", + "target": "65734c186dc1e402c80dc1a2", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "657356d0a95a1e7e1a8d8d99", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "quest_zone_hide_barber2", + "target": [ + "5aa2b9aee5b5b00015693121" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "658166f9aea170a561e6c7c9", + "target": "65734c186dc1e402c80dc1a2", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65840730978b613065325ea1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135a7e705511c8a4a1b78", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "65840733cfb06960fe6dc9c3", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 33, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "65734c186dc1e402c80dc19e description", + "failMessageText": "65734c186dc1e402c80dc19e failMessageText", + "declinePlayerMessage": "65734c186dc1e402c80dc19e declinePlayerMessage", + "name": "65734c186dc1e402c80dc19e name", + "note": "65734c186dc1e402c80dc19e note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/65899d5fb3613b5b1c66f4c4.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "65734c186dc1e402c80dc19e startedMessageText", + "successMessageText": "65734c186dc1e402c80dc19e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 33000, + "id": "65734c186dc1e402c80dc1a4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "65841414606b8d720b4b8f83", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 350000, + "id": "6584142e2c10f75d2c5a2f28", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2655", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2655", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 350000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658414460e40596ad2175a4c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2660", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2660", + "_tpl": "5ca2151486f774244a3b8d30", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2661", + "_tpl": "6575dd3e9e27f4a85e081142", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2662", + "_tpl": "6575dd519e27f4a85e081146", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2663", + "_tpl": "6575dd64945bf78edd04c438", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2664", + "_tpl": "6575dd6e9d3a0ddf660b9047", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2665", + "_tpl": "6575dd769d3a0ddf660b904b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b2666", + "_tpl": "6575dd800546f8b1de093df6", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b2667", + "_tpl": "6575dd94945bf78edd04c43c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Groin_back" + }, + { + "_id": "68010065f81036801d0b2668", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2669", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2660", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "676493252a2479246ffd907b", + "type": "CustomizationDirect", + "index": 0, + "target": "675467aa81067119a10938cb", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6578eb36e5020875d64645cd": { + "QuestName": "The Huntsman Path - Crooked Cop", + "_id": "6578eb36e5020875d64645cd", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6578eb36e5020875d64645cd acceptPlayerMessage", + "changeQuestMessageText": "6578eb36e5020875d64645cd changeQuestMessageText", + "completePlayerMessage": "6578eb36e5020875d64645cd completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6578eb36e5020875d64645d1", + "conditions": [ + { + "id": "5d27106c86f77469f1599fee", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKolontay" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6578eb36e5020875d64645d0", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6580130868c44c4f7126c686", + "conditions": [ + { + "id": "6582afd43a09d543592735de", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerKolontayAssault", + "followerKolontaySecurity" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6580130847df99b0741919f0", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6582b05dc992d6dcc0a40c75", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "6540d2162ae6d96b540afcaf" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6584090ad9c6531adb71af22", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639136df4b15ca31f76bc31f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6578eb36e5020875d64645cd description", + "failMessageText": "6578eb36e5020875d64645cd failMessageText", + "declinePlayerMessage": "6578eb36e5020875d64645cd declinePlayerMessage", + "name": "6578eb36e5020875d64645cd name", + "note": "6578eb36e5020875d64645cd note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/658afe8fface133e6b66a6e4.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6578eb36e5020875d64645cd startedMessageText", + "successMessageText": "6578eb36e5020875d64645cd successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 36000, + "id": "6578eb36e5020875d64645d5", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "658415ab66dec32da31324b3", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "658415c65e9d963e11097413", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b266b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b266b", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "658415e566dec32da3132605", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b266d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b266d", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658415da0a500627c456f9e9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b266f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b266f", + "_tpl": "5c12613b86f7743bbe2c3f76", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658589504127ec14c643cf4f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2670", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2670", + "_tpl": "627e14b21713922ded6f2c15", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2671", + "_tpl": "628120fd5631d45211793c9f", + "parentId": "68010065f81036801d0b2670", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2672", + "_tpl": "62811e2510e26c1f344e6554", + "upd": { + "Foldable": { + "Folded": false + } + }, + "parentId": "68010065f81036801d0b2670", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2673", + "_tpl": "62811f828193841aca4a45c3", + "parentId": "68010065f81036801d0b2672", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2674", + "_tpl": "6281204f308cb521f87a8f9b", + "parentId": "68010065f81036801d0b2672", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2675", + "_tpl": "6281209662cba23f6c4d7a19", + "parentId": "68010065f81036801d0b2674", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2676", + "_tpl": "628120c21d5df4475f46a337", + "parentId": "68010065f81036801d0b2675", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2677", + "_tpl": "628120d309427b40ab14e76d", + "parentId": "68010065f81036801d0b2675", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2678", + "_tpl": "628120d309427b40ab14e76d", + "parentId": "68010065f81036801d0b2675", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b2679", + "_tpl": "628120dd308cb521f87a8fa1", + "parentId": "68010065f81036801d0b2675", + "slotId": "mod_mount_003" + }, + { + "_id": "68010065f81036801d0b267a", + "_tpl": "6281212a09427b40ab14e770", + "parentId": "68010065f81036801d0b2674", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b267b", + "_tpl": "62811fbf09427b40ab14e767", + "parentId": "68010065f81036801d0b2674", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b267c", + "_tpl": "628121434fa03b6b6c35dc6a", + "parentId": "68010065f81036801d0b267b", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b267d", + "_tpl": "62812081d23f207deb0ab216", + "parentId": "68010065f81036801d0b267c", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b267e", + "_tpl": "628120621d5df4475f46a335", + "parentId": "68010065f81036801d0b267d", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b267f", + "_tpl": "62811cd7308cb521f87a8f99", + "parentId": "68010065f81036801d0b2670", + "slotId": "mod_charge" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e2d886f77442734d335e": { + "QuestName": "The Huntsman Path - Controller", + "_id": "5d25e2d886f77442734d335e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e2d886f77442734d335e acceptPlayerMessage", + "changeQuestMessageText": "5d25e2d886f77442734d335e changeQuestMessageText", + "completePlayerMessage": "5d25e2d886f77442734d335e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d307fc886f77447f15f5b22", + "conditions": [ + { + "id": "5d307ff586f77447f340bce1", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [ { "bodyParts": [ - "Stomach" + "Head", + "Chest", + "Stomach", + "LeftArm", + "RightArm", + "LeftLeg", + "RightLeg" ], "effects": [ - "Intoxication" + "Stun" ] } ], - "conditionType": "HealthEffect", - "dynamicLocale": false, - "energy": { - "compareMethod": ">=", - "value": 0 - }, - "hydration": { - "compareMethod": ">=", - "value": 0 - }, - "id": "6672e2859b857136e1bc6f48", - "time": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "id": "666719fcaf3dde7223ac57d5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666719fc7c5ae40e6adcf43e", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666719d04091c71c6d736f5d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66631489acf8442f8b05319f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6663148ca9290f9e0806cca1 declinePlayerMessage", - "description": "6663148ca9290f9e0806cca1 description", - "failMessageText": "6663148ca9290f9e0806cca1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6663148ca9290f9e0806cca1 name", - "note": "6663148ca9290f9e0806cca1 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667420a7f4584e58770d8a94", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 28000 - }, - { - "availableInGameEditions": [], - "id": "667420b4f4584e58770d8a95", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667420d07b0373b49700c508", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039dc", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1150 - } - } - ], - "target": "67eb506040b1947a721039dc", - "type": "Item", - "unknown": false, - "value": 1150 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667420db29da3476e604f4b5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039de", - "_tpl": "5fca138c2a7b221b2852a5c6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039df", - "_tpl": "5fca138c2a7b221b2852a5c6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e0", - "_tpl": "5fca138c2a7b221b2852a5c6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e1", - "_tpl": "5fca138c2a7b221b2852a5c6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e2", - "_tpl": "5fca138c2a7b221b2852a5c6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039e2", - "type": "Item", - "unknown": false, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6663148ca9290f9e0806cca1 startedMessageText", - "status": 0, - "successMessageText": "6663148ca9290f9e0806cca1 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Completion" - }, - "6663148ed7f171c4c20226c1": { - "QuestName": "Small Business - Part 1", - "_id": "6663148ed7f171c4c20226c1", - "acceptPlayerMessage": "6663148ed7f171c4c20226c1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6663148ed7f171c4c20226c1 changeQuestMessageText", - "completePlayerMessage": "6663148ed7f171c4c20226c1 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666729738d4b7a9182ad4a89", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c67ab0d37ca5135388f4b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672a1a928cfea6db3ff6cb", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c67ab0d37ca5135388f4b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672a99bf7a7a1fcee35af0", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c66e40b2de553b618d4b8" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672a9e351098ce6dee9d3e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c66e40b2de553b618d4b8" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672b010cf940754acb3a83", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572c82ad599021091c6118" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672b18eba38faad31d29c3", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572c82ad599021091c6118" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672b3330d5ad1d58cc1e95", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572be36a723f7f005a066e" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672b47d515c72d9075fe64", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572be36a723f7f005a066e" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672b7dd70d15a60bb41e04", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c67782a1356436041c9c5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66672b88a8236f9caf29c39e", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c67782a1356436041c9c5" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6667306ec19fb654f22fa05a", - "index": 10, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c673673a43e23e857aebd" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6667308a456e86f33c87437c", - "index": 11, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c673673a43e23e857aebd" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666730b475bbbbfd5049b7da", - "index": 12, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572cbdad599021091c611a" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666730d6386cf75012a431f2", - "index": 13, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572cbdad599021091c611a" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666730f88db8c7927a859959", - "index": 14, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c669103999d3c810c025b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6667310584936a1238607d39", - "index": 15, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "655c669103999d3c810c025b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66673136b23cfc3ecab865d6", - "index": 16, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572b8d80b1cd4b6a67847f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6667314ae24cc783e69ad784", - "index": 17, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66572b8d80b1cd4b6a67847f" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666728de99692fd05d986403", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6663148ca9290f9e0806cca1", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6663148ed7f171c4c20226c1 declinePlayerMessage", - "description": "6663148ed7f171c4c20226c1 description", - "failMessageText": "6663148ed7f171c4c20226c1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6663148ed7f171c4c20226c1 name", - "note": "6663148ed7f171c4c20226c1 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667420fd45cb67bd65077b2c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22800 - }, - { - "availableInGameEditions": [], - "id": "6674210301b5600773078b48", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66742110dbd6ff58100ee5df", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039cb", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1800 - } - } - ], - "target": "67eb506040b1947a721039cb", - "type": "Item", - "unknown": false, - "value": 1800 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6674211df4584e58770d8a96", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039cd", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039ce", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039cf", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039cf", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6663148ed7f171c4c20226c1 startedMessageText", - "status": 0, - "successMessageText": "6663148ed7f171c4c20226c1 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "PickUp" - }, - "6663149196a9349baa021baa": { - "QuestName": "Small Business - Part 2", - "_id": "6663149196a9349baa021baa", - "acceptPlayerMessage": "6663149196a9349baa021baa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6663149196a9349baa021baa changeQuestMessageText", - "completePlayerMessage": "6663149196a9349baa021baa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "666732c4e2a9401fd8247255", "resetOnSessionEnd": false, - "savageRole": [ - "followerBoar", - "followerBoarClose1", - "followerBoarClose2", - "followerGluharAssault", - "followerGluharScout", - "followerBully", - "followerGluharSecurity", - "followerGluharSnipe", - "followerKojaniy", - "followerKolontayAssault", - "followerKolontaySecurity", - "followerSanitar", - "followerStormtrooper", - "bossBoarSniper" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" } - ], - "id": "66673229eebaa9483fff502a" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666732298477f79f3f6ea229", + "id": "5d307fc886f77447f15f5b23", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 10, - "visibilityConditions": [] + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666731a6b166f5dfa6ff6b1e", + "id": "5d77695b86f7742fa901bc75", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", "status": [ 4 ], - "target": "6663148ed7f171c4c20226c1", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66673293ce77f77ae3aad3d2", - "resetOnSessionEnd": false, - "savageRole": [ - "bossBoar", - "bossBully", - "bossGluhar", - "bossKilla", - "bossKnight", - "bossKojaniy", - "bossKolontay", - "bossSanitar", - "bossTagilla", - "bossZryachiy", - "followerBigPipe", - "followerBirdEye", - "bossPartisan" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6667323f7240038a4bb453b3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "6667323ff686168c451ad02c", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "6663149196a9349baa021baa declinePlayerMessage", - "description": "6663149196a9349baa021baa description", - "failMessageText": "6663149196a9349baa021baa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6663149196a9349baa021baa name", - "note": "6663149196a9349baa021baa note", - "progressSource": "eft", - "rankingModes": [], - "restartable": true, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667421677b0373b49700c509", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 36800 - }, - { - "availableInGameEditions": [], - "id": "6674217015268503bf0fb60b", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6674217cf4584e58770d8a97", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a16", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 2200 - } - } - ], - "target": "67eb506040b1947a72103a16", - "type": "Item", - "unknown": false, - "value": 2200 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6674218858678c865f0f028c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a18", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a19", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a19", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6663149196a9349baa021baa startedMessageText", - "status": 0, - "successMessageText": "6663149196a9349baa021baa successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Elimination" - }, - "66631493312343839d032d22": { - "QuestName": "Small Business - Part 3", - "_id": "66631493312343839d032d22", - "acceptPlayerMessage": "66631493312343839d032d22 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66631493312343839d032d22 changeQuestMessageText", - "completePlayerMessage": "66631493312343839d032d22 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666733e0c62a5c652f3c4b45", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "unkown_mark_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666733e3f2c2969cf600991b", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_007_2_N3" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666733e565831d5bafa18bbb", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_007_2_N2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666733e7430c8972d6a5f438", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "place_peacemaker_007_2_N2_1" - } - ], - "AvailableForStart": [ - { "availableAfter": 0, - "conditionType": "Quest", "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6667338266dc03cc04ef1153", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6663149196a9349baa021baa", "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "66631493312343839d032d22 declinePlayerMessage", - "description": "66631493312343839d032d22 description", - "failMessageText": "66631493312343839d032d22 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", - "instantComplete": false, - "isKey": false, + "description": "5d25e2d886f77442734d335e description", + "failMessageText": "5d25e2d886f77442734d335e failMessageText", + "declinePlayerMessage": "5d25e2d886f77442734d335e declinePlayerMessage", + "name": "5d25e2d886f77442734d335e name", + "note": "5d25e2d886f77442734d335e note", + "traderId": "5c0647fdd443bc2504c2d371", "location": "any", - "name": "66631493312343839d032d22 name", - "note": "66631493312343839d032d22 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/5d67c1e486f774131e206c3a.jpg", + "type": "Completion", + "isKey": false, "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6674228529da3476e604f4b7", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "id": "6674228fdceb304bf30b1ff2", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [ - "tournament_live", - "tournament", - "standard", - "press_edition", - "left_behind", - "prepare_for_escape", - "exhibition", - "edge_of_darkness", - "develop" - ], - "findInRaid": false, - "id": "6682b19d36c4afb83a0ff0d9", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111271", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 2000 - } - } - ], - "target": "67eb25700eb297dd61111271", - "type": "Item", - "unknown": false, - "value": 2000 - }, - { - "availableInGameEditions": [ - "develop", - "edge_of_darkness", - "exhibition", - "left_behind", - "prepare_for_escape", - "press_edition", - "standard", - "tournament_live", - "tournament" - ], - "findInRaid": true, - "id": "66797fc869825e8dc200217c", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111273", - "_tpl": "65ddcc9cfa85b9f17d0dfb07", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61111273", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, + "instantComplete": false, "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66631493312343839d032d22 startedMessageText", - "status": 0, - "successMessageText": "66631493312343839d032d22 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Completion" - }, - "6663149cfd5ca9577902e037": { - "QuestName": "The Invisible Hand", - "_id": "6663149cfd5ca9577902e037", - "acceptPlayerMessage": "6663149cfd5ca9577902e037 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6663149cfd5ca9577902e037 changeQuestMessageText", - "completePlayerMessage": "6663149cfd5ca9577902e037 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [ - [ - "5df8a4d786f77412672a1e3b" - ], - [ - "59e763f286f7742ee57895da" - ], - [ - "61b9e1aaef9a1b5d6a79899a" - ], - [ - "5ab8ebf186f7742d8b372e80" - ], - [ - "56e335e4d2720b6c058b456d" - ], - [ - "5ca20d5986f774331e7c9602" - ], - [ - "639346cc1c8f182ad90c8972" - ], - [ - "6034d103ca006d2dca39b3f0" - ], - [ - "60a2828e8689911a226117f9" - ], - [ - "5c0e805e86f774683f3dd637" - ], - [ - "5e4abc6786f77406812bd572" - ], - [ - "618cfae774bb2d036a049e7c" - ], - [ - "62a1b7fbc30cfa1d366af586" - ], - [ - "628e1ffc83ec92260c0f437f" - ], - [ - "619cf0335771dd3c390269ae" - ], - [ - "618bb76513f5097c8d5aa2d5" - ], - [ - "5f5e467b0bc58666c37e7821" - ], - [ - "5f5e46b96bdad616ad46d613" - ], - [ - "60a272cc93ef783291411d8e" - ], - [ - "5e9dcf5986f7746c417435b3" - ], - [ - "5c0e774286f77468413cc5b2" - ], - [ - "5b44c6ae86f7742d1627baea" - ], - [ - "6038d614d10cbf667352dd44" - ], - [ - "545cdae64bdc2d39198b4568" - ], - [ - "656e0436d44a1bb4220303a0" - ], - [ - "656ddcf0f02d7bcea90bf395" - ], - [ - "656f198fb27298d6fd005466" - ] - ], - "enemyHealthEffects": [], - "id": "66696fb20e44f59628cc8cbc", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66696cd3b9dec13e9118e25b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66696cd3997231debad40d19", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66696ca13916539846f84ac5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448a386f7744d3730fff0", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c388e3ab87fb42a140421", - "index": 1, - "parentId": "", - "value": 35, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6663149cfd5ca9577902e037 declinePlayerMessage", - "description": "6663149cfd5ca9577902e037 description", - "failMessageText": "6663149cfd5ca9577902e037 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a786b65c1b67d00bdd2c.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6663149cfd5ca9577902e037 name", - "note": "6663149cfd5ca9577902e037 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, + "startedMessageText": "5d25e2d886f77442734d335e startedMessageText", + "successMessageText": "5d25e2d886f77442734d335e successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "66705275e1daedee900f1903", - "index": 0, + "value": 7200, + "id": "60cca3e420a6283a506aeb47", "type": "Experience", - "unknown": false, - "value": 12800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "667052819c339e2ca10431d6", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", + "value": 0.02, + "id": "60cca3cd5f9e6175514de2d3", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "66743b307b0373b49700c514", + "value": 50000, + "id": "5d77662f86f774319c488823", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2681", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a7210397f", + "_id": "68010065f81036801d0b2681", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 86000 + "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a7210397f", - "type": "Item", - "unknown": false, - "value": 86000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "667052a79ae6c277d202e2e4", + "value": 1, + "id": "60cca40b41fd1e14d71e2309", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2683", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103981", - "_tpl": "5d235a5986f77443f6329bc6", + "_id": "68010065f81036801d0b2683", + "_tpl": "5dfe6104585a0c3e995c7b82", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103981", - "type": "Item", - "unknown": false, - "value": 1 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6663149cfd5ca9577902e037 startedMessageText", - "status": 0, - "successMessageText": "6663149cfd5ca9577902e037 successMessageText", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "625d6ffcaa168e51321d69d7": { + "QuestName": "Assessment - Part 1", + "_id": "625d6ffcaa168e51321d69d7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "625d6ffcaa168e51321d69d7 acceptPlayerMessage", + "changeQuestMessageText": "625d6ffcaa168e51321d69d7 changeQuestMessageText", + "completePlayerMessage": "625d6ffcaa168e51321d69d7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "625ed292c4874104f230c0c9", + "conditions": [ + { + "id": "625ed2ac1ed3bb5bcc5bd9e7", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "625ed2ceaa168e51321d69d8", + "dynamicLocale": false, + "zoneIds": [ + "meh_44_eastLight_kill" + ], + "conditionType": "InZone" + } + ] + }, + "id": "625ed292c4874104f230c0c8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6391e26cf8e5dd32bf4e3ab6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "625d6ffaf7308432be1d44c5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "625d6ffcaa168e51321d69d7 description", + "failMessageText": "625d6ffcaa168e51321d69d7 failMessageText", + "declinePlayerMessage": "625d6ffcaa168e51321d69d7 declinePlayerMessage", + "name": "625d6ffcaa168e51321d69d7 name", + "note": "625d6ffcaa168e51321d69d7 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/63ab1282435ab5742b4e40ac.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "625d6ffcaa168e51321d69d7 startedMessageText", + "successMessageText": "625d6ffcaa168e51321d69d7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 23500, + "id": "63a5d4dd2b25f7513905c809", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a5d4e517cca5622401e0f4", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "658027799634223183395339": { + "QuestName": "No Swiping", + "_id": "658027799634223183395339", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "658027799634223183395339 acceptPlayerMessage", + "changeQuestMessageText": "658027799634223183395339 changeQuestMessageText", + "completePlayerMessage": "658027799634223183395339 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65802779963422318339533b", + "conditions": [ + { + "id": "63a98d1b64b9631d9178274c", + "dynamicLocale": false, + "target": "q14_10_point_area", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65802779963422318339533a", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65802779963422318339533d", + "conditions": [ + { + "id": "6580282ea8340fcb15f6afe3", + "dynamicLocale": false, + "zoneIds": [ + "q14_10_kill" + ], + "conditionType": "InZone" + }, + { + "id": "6580286a258c63828afb10de", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "65802779963422318339533c", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [ + { + "id": "6581d03581612d7a0edff794", + "target": "65802779963422318339533a", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65840c26c1ec9c6fb7119327", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b4795fb86f7745876267770", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "658027799634223183395339 description", + "failMessageText": "658027799634223183395339 failMessageText", + "declinePlayerMessage": "658027799634223183395339 declinePlayerMessage", + "name": "658027799634223183395339 name", + "note": "658027799634223183395339 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/658991921af57867a167fc0f.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "658027799634223183395339 startedMessageText", + "successMessageText": "658027799634223183395339 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 26000, + "id": "65802779963422318339533e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "658416b4606b8d720b4b8fd3", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 280000, + "id": "658416c39acefd03ac5ac9a8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2685", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2685", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 280000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658416d866ddfd17202b8bbf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2687", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2687", + "_tpl": "59fafb5d86f774067a6f2084", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658416ed606b8d720b4b8fd5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2689", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2689", + "_tpl": "5733279d245977289b77ec24", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658416ff91a14b21510c7a47", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b268b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b268b", + "_tpl": "5d1b39a386f774252339976f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6584170c0e150f7cea1cca5e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b268d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b268d", + "_tpl": "59faf98186f774067b6be103", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6584171966ddfd17202b8bc0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b268f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b268f", + "_tpl": "5af0484c86f7740f02001f7f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6578ec473dbd035d04531a8d": { + "QuestName": "Steady Signal", + "_id": "6578ec473dbd035d04531a8d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6578ec473dbd035d04531a8d acceptPlayerMessage", + "changeQuestMessageText": "6578ec473dbd035d04531a8d changeQuestMessageText", + "completePlayerMessage": "6578ec473dbd035d04531a8d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "6578ec473dbd035d04531a92", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "q14_8_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6578ec473dbd035d04531a93", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "q14_8_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6578ec473dbd035d04531a94", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "q14_8_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6578ed62da32cab3f79bb022", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "q14_8_4", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6578ed7792685671c65edf07", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "q14_8_5", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65840c03bf1e0d11589e6fd5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac346e886f7741d6118b99b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6578ec473dbd035d04531a8d description", + "failMessageText": "6578ec473dbd035d04531a8d failMessageText", + "declinePlayerMessage": "6578ec473dbd035d04531a8d declinePlayerMessage", + "name": "6578ec473dbd035d04531a8d name", + "note": "6578ec473dbd035d04531a8d note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/6589928750a60f28611a6eeb.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6578ec473dbd035d04531a8d startedMessageText", + "successMessageText": "6578ec473dbd035d04531a8d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14000, + "id": "6578ec473dbd035d04531a9a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6578ec473dbd035d04531a9b", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 48000, + "id": "6584163966dec32da313260c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2691", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2691", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 48000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658416540e40596ad2175e18", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2693", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2693", + "_tpl": "5d0375ff86f774186372f685", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6584165f0e150f7cea1cca59", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2695", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2695", + "_tpl": "5d0376a486f7747d8050965c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314a1920800278d0f6746": { + "QuestName": "Special Offer", + "_id": "666314a1920800278d0f6746", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314a1920800278d0f6746 acceptPlayerMessage", + "changeQuestMessageText": "666314a1920800278d0f6746 changeQuestMessageText", + "completePlayerMessage": "666314a1920800278d0f6746 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "666976536518781b9feb2f28", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e997f0b86f7741ac73993e2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6669766290442b8d8e0688b3", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e997f0b86f7741ac73993e2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6669769ff0cb253ff7649f27", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "609e860ebd219504d8507525" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "666976ab1a6ef5fa7b813883", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "609e860ebd219504d8507525" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66697774640ec1284ed1621f", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "628baf0b967de16aab5a4f36" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "666977849154974010adb5ec", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "628baf0b967de16aab5a4f36" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "666977bfe975ac480a8f914e", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "628bc7fb408e2b2e9c0801b1" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "666977ca5fa54985173f8e2c", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "628bc7fb408e2b2e9c0801b1" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "666977f2dd6e511e9f33005a", + "index": 10, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "628b9c7d45122232a872358f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "666978023255d2720cbdf76d", + "index": 11, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "628b9c7d45122232a872358f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66697426f43097de977dedcc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6663149f1d3ec95634095e75", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314a1920800278d0f6746 description", + "failMessageText": "666314a1920800278d0f6746 failMessageText", + "declinePlayerMessage": "666314a1920800278d0f6746 declinePlayerMessage", + "name": "666314a1920800278d0f6746 name", + "note": "666314a1920800278d0f6746 note", "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" + "location": "any", + "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314a1920800278d0f6746 startedMessageText", + "successMessageText": "666314a1920800278d0f6746 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 85500, + "id": "66743b5301b5600773078b53", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "66743b5b58678c865f0f029a", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 328000, + "id": "66743b707b0373b49700c519", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2697", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2697", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 328000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66743b8658678c865f0f029d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b269a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2699", + "_tpl": "5f60cd6cf2bcbb675b00dac6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b269a", + "_tpl": "5f60cd6cf2bcbb675b00dac6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66743ba07b0373b49700c51c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26a1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b269e", + "_tpl": "5ea17ca01412a1425304d1c0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b269f", + "_tpl": "657f9a55c6679fefb3051e19", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b269e", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b26a0", + "_tpl": "657f9a94ada5fadd1f07a589", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b269e", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b26a1", + "_tpl": "5ea17ca01412a1425304d1c0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26a2", + "_tpl": "657f9a55c6679fefb3051e19", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b26a1", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b26a3", + "_tpl": "657f9a94ada5fadd1f07a589", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b26a1", + "slotId": "Helmet_back" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "6663149f1d3ec95634095e75": { "QuestName": "Circulate", "_id": "6663149f1d3ec95634095e75", - "acceptPlayerMessage": "6663149f1d3ec95634095e75 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6663149f1d3ec95634095e75 acceptPlayerMessage", "changeQuestMessageText": "6663149f1d3ec95634095e75 changeQuestMessageText", "completePlayerMessage": "6663149f1d3ec95634095e75 completePlayerMessage", "conditions": { @@ -111037,15 +81343,14 @@ { "conditionType": "SellItemToTrader", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "666973ee1d80fbbbfeaf46c9", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5df8a4d786f77412672a1e3b", "5ab8f04f86f774585f4237d8", @@ -111143,499 +81448,6922 @@ "66b5f247af44ca0014063c02", "674589d98dd67746010329e6" ], - "traderId": "5ac3b934156ae10c4430e83c", + "globalQuestCounterId": "", "value": 250, - "visibilityConditions": [] + "visibilityConditions": [], + "traderId": "5ac3b934156ae10c4430e83c" } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "666973b4e9099946b1619bb0", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6663149cfd5ca9577902e037", "status": [ 4 ], - "target": "6663149cfd5ca9577902e037", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6663149f1d3ec95634095e75 declinePlayerMessage", "description": "6663149f1d3ec95634095e75 description", "failMessageText": "6663149f1d3ec95634095e75 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a796c579ad50ad0fcc5d.png", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "6663149f1d3ec95634095e75 declinePlayerMessage", "name": "6663149f1d3ec95634095e75 name", "note": "6663149f1d3ec95634095e75 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/6682a796c579ad50ad0fcc5d.png", + "type": "Loyalty", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6663149f1d3ec95634095e75 startedMessageText", + "successMessageText": "6663149f1d3ec95634095e75 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 32000, "id": "66743ac445cb67bd65077b35", - "index": 0, "type": "Experience", - "unknown": false, - "value": 32000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.01, "id": "66743ad0bd1574a8b90712be", + "type": "TraderStanding", "index": 0, "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 264000, "id": "66743ae6c4714a7a6e0d9c8a", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b26a5", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721037e9", + "_id": "68010065f81036801d0b26a5", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 264000 } } - ], - "target": "67eb506040b1947a721037e9", - "type": "Item", - "unknown": false, - "value": 264000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "66743af1dceb304bf30b1ff9", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b26a8", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721037eb", + "_id": "68010065f81036801d0b26a7", "_tpl": "5d1b376e86f774252519444e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721037ec", + "_id": "68010065f81036801d0b26a8", "_tpl": "5d1b376e86f774252519444e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a721037ec", - "type": "Item", - "unknown": false, - "value": 2 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6663149f1d3ec95634095e75 startedMessageText", - "status": 0, - "successMessageText": "6663149f1d3ec95634095e75 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Loyalty" - }, - "666314a1920800278d0f6746": { - "QuestName": "Special Offer", - "_id": "666314a1920800278d0f6746", - "acceptPlayerMessage": "666314a1920800278d0f6746 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "625d70031ed3bb5bcc5bd9e5": { + "QuestName": "Key to the Tower", + "_id": "625d70031ed3bb5bcc5bd9e5", "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314a1920800278d0f6746 changeQuestMessageText", - "completePlayerMessage": "666314a1920800278d0f6746 completePlayerMessage", + "acceptPlayerMessage": "625d70031ed3bb5bcc5bd9e5 acceptPlayerMessage", + "changeQuestMessageText": "625d70031ed3bb5bcc5bd9e5 changeQuestMessageText", + "completePlayerMessage": "625d70031ed3bb5bcc5bd9e5 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "FindItem", - "countInRaid": false, + "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666976536518781b9feb2f28", + "id": "62602b061ed3bb5bcc5bd9ea", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "5e997f0b86f7741ac73993e2" + "59e366c186f7741778269d85" ], - "value": 1, + "globalQuestCounterId": "", + "value": 2, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6669766290442b8d8e0688b3", + "id": "62602b0ea4eb80027c4f2e0e", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "5e997f0b86f7741ac73993e2" + "5734795124597738002c6176" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { - "conditionType": "FindItem", - "countInRaid": false, + "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6669769ff0cb253ff7649f27", + "id": "62602b17f7308432be1d44ca", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "609e860ebd219504d8507525" + "5d0376a486f7747d8050965c" ], - "value": 1, + "globalQuestCounterId": "", + "value": 2, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666976ab1a6ef5fa7b813883", + "id": "62602b1ec4874104f230c0cb", "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "609e860ebd219504d8507525" + "5c052f6886f7746b1e3db148" ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62602b26e7578c305945c9c6", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b304286f774253763a528" + ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, + "id": "633d8b5dbc99da1cf0685f36", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, "dynamicLocale": false, + "target": [ + "6399f54b0a36db13c823ad21" + ], + "countInRaid": false, "globalQuestCounterId": "", - "id": "66697774640ec1284ed1621f", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "633d8b77f2ab4f3f095029d6", "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "target": [ - "628baf0b967de16aab5a4f36" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, + "isEncoded": false, + "onlyFoundInRaid": false, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666977849154974010adb5ec", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", "target": [ - "628baf0b967de16aab5a4f36" + "6399f54b0a36db13c823ad21" ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "666977bfe975ac480a8f914e", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "628bc7fb408e2b2e9c0801b1" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666977ca5fa54985173f8e2c", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "628bc7fb408e2b2e9c0801b1" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666977f2dd6e511e9f33005a", - "index": 10, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "628b9c7d45122232a872358f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666978023255d2720cbdf76d", - "index": 11, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "628b9c7d45122232a872358f" - ], "value": 1, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66697426f43097de977dedcc", + "id": "6391e2be8ba6894d155e77e0", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "625d7001c4874104f230c0c5", "status": [ 4 ], - "target": "6663149f1d3ec95634095e75", + "globalQuestCounterId": "", + "availableAfter": 86400, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "666314a1920800278d0f6746 declinePlayerMessage", - "description": "666314a1920800278d0f6746 description", - "failMessageText": "666314a1920800278d0f6746 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a7d986f7743fee0a75b2.jpg", - "instantComplete": false, + "description": "625d70031ed3bb5bcc5bd9e5 description", + "failMessageText": "625d70031ed3bb5bcc5bd9e5 failMessageText", + "declinePlayerMessage": "625d70031ed3bb5bcc5bd9e5 declinePlayerMessage", + "name": "625d70031ed3bb5bcc5bd9e5 name", + "note": "625d70031ed3bb5bcc5bd9e5 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab4381e4bbb01db226bce5.jpg", + "type": "PickUp", "isKey": false, - "location": "any", - "name": "666314a1920800278d0f6746 name", - "note": "666314a1920800278d0f6746 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "625d70031ed3bb5bcc5bd9e5 startedMessageText", + "successMessageText": "625d70031ed3bb5bcc5bd9e5 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "66743b5301b5600773078b53", - "index": 0, + "value": 30500, + "id": "63a5d54c08f1f305635502f1", "type": "Experience", - "unknown": false, - "value": 85500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "66743b5b58678c865f0f029a", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", + "value": 0.01, + "id": "63a5d5511031ac76fe773a7f", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6573382e557ff128bf3da536": { + "QuestName": "Developers Secrets - Part 2", + "_id": "6573382e557ff128bf3da536", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6573382e557ff128bf3da536 acceptPlayerMessage", + "changeQuestMessageText": "6573382e557ff128bf3da536 changeQuestMessageText", + "completePlayerMessage": "6573382e557ff128bf3da536 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573382e557ff128bf3da538", + "conditions": [ + { + "id": "63a98d1b64b9631d9178274c", + "dynamicLocale": false, + "target": "Hookah_quest", + "value": 1, + "conditionType": "VisitPlace" + }, + { + "id": "65800440046041eb30f64856", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "6573382e557ff128bf3da537", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65800413f56c9da6f0d44aec", + "conditions": [ + { + "id": "65800474556edbe06a53482a", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "65800413f41301adef3c9698", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6581d09842ae3bd61d9e572a", + "target": "6573382e557ff128bf3da537", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65840675abc4b2c99e8a0995", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "65733403eefc2c312a759ddb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "65840677607575ce770b5e82", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6573382e557ff128bf3da536 description", + "failMessageText": "6573382e557ff128bf3da536 failMessageText", + "declinePlayerMessage": "6573382e557ff128bf3da536 declinePlayerMessage", + "name": "6573382e557ff128bf3da536 name", + "note": "6573382e557ff128bf3da536 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/65899d1fd4523b429f73e0f1.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6573382e557ff128bf3da536 startedMessageText", + "successMessageText": "6573382e557ff128bf3da536 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25400, + "id": "6573382e557ff128bf3da539", + "type": "Experience", + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "66743b707b0373b49700c519", + "value": 0.02, + "id": "6584102b0a500627c456dfb4", + "type": "TraderStanding", "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 174000, + "id": "658410430e40596ad2171b7c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26aa", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a7210374c", + "_id": "68010065f81036801d0b26aa", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 328000 + "StackObjectsCount": 174000 } } - ], - "target": "67eb506040b1947a7210374c", - "type": "Item", - "unknown": false, - "value": 328000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "66743b8658678c865f0f029d", + "value": 1, + "id": "658410690e150f7cea1cbd97", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b26ac", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a7210374e", - "_tpl": "5f60cd6cf2bcbb675b00dac6", + "_id": "68010065f81036801d0b26ac", + "_tpl": "5d1b327086f7742525194449", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210374f", - "_tpl": "5f60cd6cf2bcbb675b00dac6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a7210374f", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "66743ba07b0373b49700c51c", + "value": 3, + "id": "6584107891a14b21510c5ebf", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b26b0", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103753", - "_tpl": "5ea17ca01412a1425304d1c0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103754", - "_tpl": "657f9a55c6679fefb3051e19", - "parentId": "67eb506040b1947a72103753", - "slotId": "Helmet_top", + "_id": "68010065f81036801d0b26ae", + "_tpl": "5d1b39a386f774252339976f", "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103755", - "_tpl": "657f9a94ada5fadd1f07a589", - "parentId": "67eb506040b1947a72103753", - "slotId": "Helmet_back", + "_id": "68010065f81036801d0b26af", + "_tpl": "5d1b39a386f774252339976f", "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103756", - "_tpl": "5ea17ca01412a1425304d1c0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103757", - "_tpl": "657f9a55c6679fefb3051e19", - "parentId": "67eb506040b1947a72103756", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103758", - "_tpl": "657f9a94ada5fadd1f07a589", - "parentId": "67eb506040b1947a72103756", - "slotId": "Helmet_back", + "_id": "68010065f81036801d0b26b0", + "_tpl": "5d1b39a386f774252339976f", "upd": { + "StackObjectsCount": 1, "SpawnedInSession": true } } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66aba85403e0ee3101042877": { + "QuestName": "Beneath The Streets", + "_id": "66aba85403e0ee3101042877", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66aba85403e0ee3101042877 acceptPlayerMessage", + "changeQuestMessageText": "66aba85403e0ee3101042877 changeQuestMessageText", + "completePlayerMessage": "66aba85403e0ee3101042877 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aba85403e0ee3101042879", + "conditions": [ + { + "id": "66aba8e1c1287cfa3c95c4f3", + "dynamicLocale": false, + "target": "Labs_transits", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66aba85403e0ee3101042878", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aba85403e0ee310104287b", + "conditions": [ + { + "id": "66aa5c2c2ba4b7b5dedbb17d", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "66aba5605dd2fd130ae8dc10", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "66aba85403e0ee310104287a", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b090f527b0de0570ba7fba", + "conditions": [ + { + "id": "66b090fe3b87dd519f09f832", + "dynamicLocale": false, + "target": "Server_room", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b090f5723e7bbe8b518ca8", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b09109e589c2514aa7ada8", + "conditions": [ + { + "id": "66b091115f28064a23ee7a9d", + "dynamicLocale": false, + "target": "Dome", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b0910951c5294b9d213918", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b10eef7e63bf562b8ffb94", + "conditions": [ + { + "id": "66b10f04f206c499dd376492", + "dynamicLocale": false, + "target": "Control_room", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b10eef0951e90ec383850b", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aba97b8a91e8b6833f866c", + "conditions": [ + { + "id": "66aba990872910d6a30eba79", + "dynamicLocale": false, + "target": "Transits_streets", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66aba97b1000025218c82ea8", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66b3558628888f10fae0b403", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6573387d0b26ed4fde798de3", + "status": [ + 4 ], - "target": "67eb506040b1947a72103756", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66aba85403e0ee3101042877 description", + "failMessageText": "66aba85403e0ee3101042877 failMessageText", + "declinePlayerMessage": "66aba85403e0ee3101042877 declinePlayerMessage", + "name": "66aba85403e0ee3101042877 name", + "note": "66aba85403e0ee3101042877 note", + "traderId": "54cb57776803fa99248b456e", + "location": "marathon", + "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66aba85403e0ee3101042877 startedMessageText", + "successMessageText": "66aba85403e0ee3101042877 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "66b4e6bc03449f31fe0b8161", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26b2", "unknown": false, - "value": 2 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26b2", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 46700, + "id": "66b4e2ab56c691c729067926", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "66b4e31719dda2f1f30fec63", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 165000, + "id": "66b4e3246613a81cfa00af4f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26b4", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26b4", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 165000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66b4e33df6f89f9abe074921", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26b6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26b6", + "_tpl": "5aafbcd986f7745e590fff23", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6572e876dc0d635f633a5714": { + "QuestName": "Pyramid Scheme", + "_id": "6572e876dc0d635f633a5714", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6572e876dc0d635f633a5714 acceptPlayerMessage", + "changeQuestMessageText": "6572e876dc0d635f633a5714 changeQuestMessageText", + "completePlayerMessage": "6572e876dc0d635f633a5714 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573057ded8033c3cc8ae65d", + "conditions": [ + { + "id": "657305d08ffc3d7ae8ec3bff", + "dynamicLocale": false, + "target": "Bank_points_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573057d66de94c756a60472", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65730580d35ccfae7492ceca", + "conditions": [ + { + "id": "657305e7ca862629f2cd6cfe", + "dynamicLocale": false, + "target": "Bank_points_4", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65730580123b33fa7bb1a9fc", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65730588966e99b3812d0a39", + "conditions": [ + { + "id": "6573062d7692f7c4b093524f", + "dynamicLocale": false, + "target": "Bank_points_6", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "657305885511555648dbb952", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6572e876dc0d635f633a5719", + "conditions": [ + { + "id": "63a98d1b64b9631d9178274c", + "dynamicLocale": false, + "target": "Bank_points_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6572e876dc0d635f633a5718", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573057989ac741adaa2c874", + "conditions": [ + { + "id": "657305a819503ddf705775af", + "dynamicLocale": false, + "target": "Bank_points_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65730579d50436e87723dae4", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573058b40861db00c14db1f", + "conditions": [ + { + "id": "65730692508e271418bcd487", + "dynamicLocale": false, + "target": "Bank_points_8", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573058b4e3f646b0e364add", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573058d3277e4ed9f65518f", + "conditions": [ + { + "id": "657306d74e6dcbf497bfafc7", + "dynamicLocale": false, + "target": "Bank_points_9", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573058d6a542c099ce5d92b", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573058f7c5162dc397cc709", + "conditions": [ + { + "id": "657307108c455e2a5de7a6b0", + "dynamicLocale": false, + "target": "Bank_points_10", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573058f5c2ba64444301c25", + "index": 8, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "657305953d0fb31e306a5334", + "conditions": [ + { + "id": "6573078f17ed439f3f96baf1", + "dynamicLocale": false, + "target": "Bank_points_13", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65730595fd5ec1426ebd5484", + "index": 9, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65730591e52c5f85b187f3d7", + "conditions": [ + { + "id": "6573073dd54185b38552cbb3", + "dynamicLocale": false, + "target": "Bank_points_11", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "657305913186869491d7f5fd", + "index": 10, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65730593ed6135cf2324698b", + "conditions": [ + { + "id": "6573075e840ae3682d2fc5bd", + "dynamicLocale": false, + "target": "Bank_points_12", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65730593d4b1bd9359203a74", + "index": 11, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "657305856785c9eb1cb65e06", + "conditions": [ + { + "id": "6573060e4c2b924509cee00f", + "dynamicLocale": false, + "target": "Bank_points_5", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573058510b6071846639907", + "index": 12, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "657305975b6b9250f645347a", + "conditions": [ + { + "id": "657307b966ec7a4704d0273d", + "dynamicLocale": false, + "target": "Bank_points_14", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65730597d64537696cc661c6", + "index": 13, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "657305980d9e7d1963515bb7", + "conditions": [ + { + "id": "657307cbb3b2e994f8bd684c", + "dynamicLocale": false, + "target": "Bank_points_15", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "657305989d1d1fe81237e9e7", + "index": 14, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573059a3b6a5e998b51b541", + "conditions": [ + { + "id": "657307e8b1f5b84901bb914e", + "dynamicLocale": false, + "target": "Bank_points_16", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573059ace022903ee1e6b11", + "index": 15, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65840ba4ce4bdb16bf5bb830", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b478ff486f7744d184ecbbf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "65840ba6fd049f43d86e0489", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 28, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6572e876dc0d635f633a5714 description", + "failMessageText": "6572e876dc0d635f633a5714 failMessageText", + "declinePlayerMessage": "6572e876dc0d635f633a5714 declinePlayerMessage", + "name": "6572e876dc0d635f633a5714 name", + "note": "6572e876dc0d635f633a5714 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63aaf76c435ab5742b4e4092.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6572e876dc0d635f633a5714 startedMessageText", + "successMessageText": "6572e876dc0d635f633a5714 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25500, + "id": "6572e876dc0d635f633a5721", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "6584147d66dec32da31324a8", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 600000, + "id": "6584148b9acefd03ac5ac994", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26b8", + "unknown": true, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26b8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 600000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e44386f77409453bce7b": { + "QuestName": "The Huntsman Path - Evil Watchman", + "_id": "5d25e44386f77409453bce7b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e44386f77409453bce7b acceptPlayerMessage", + "changeQuestMessageText": "5d25e44386f77409453bce7b changeQuestMessageText", + "completePlayerMessage": "5d25e44386f77409453bce7b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d2733c586f7741dea4f3071", + "conditions": [ + { + "id": "5d27351e86f774457411b262", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5d27354086f77445722f1f9d", + "dynamicLocale": false, + "zoneIds": [ + "huntsman_020" + ], + "conditionType": "InZone" + }, + { + "id": "5d2c94f786f774342d57a662", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "5d2733c586f7741dea4f3072", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d77710186f774319c488825", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e44386f77409453bce7b description", + "failMessageText": "5d25e44386f77409453bce7b failMessageText", + "declinePlayerMessage": "5d25e44386f77409453bce7b declinePlayerMessage", + "name": "5d25e44386f77409453bce7b name", + "note": "5d25e44386f77409453bce7b note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/5d69474486f77414077d1cc8.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e44386f77409453bce7b startedMessageText", + "successMessageText": "5d25e44386f77409453bce7b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10000, + "id": "60cca8fa65e4664318606b71", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca8fe5f9e6175514de2d6", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "5d667c4c86f774368f43a1f6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26ba", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26ba", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5d667c8286f774369120c2b9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26bd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26bc", + "_tpl": "5c12613b86f7743bbe2c3f76", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26bd", + "_tpl": "5c12613b86f7743bbe2c3f76", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5d667ca186f774368e1b7879", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26bf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26bf", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64f83bb69878a0569d6ecfbe": { + "QuestName": "Gunsmith - Part 23", + "_id": "64f83bb69878a0569d6ecfbe", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f83bb69878a0569d6ecfbe acceptPlayerMessage", + "changeQuestMessageText": "64f83bb69878a0569d6ecfbe changeQuestMessageText", + "completePlayerMessage": "64f83bb69878a0569d6ecfbe completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "64f83d0eed30ed471f49bcde", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "606587252535c57a13424cfd" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 300.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 30.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 73, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 350.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5d00ef6dd7ad1a0940739b16", + "59f9d81586f7744c7506ee62", + "5a800961159bd4315e3a1657" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8d063c8626c7d46040667", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b47825886f77468074618d3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 7200, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f83bb69878a0569d6ecfbe description", + "failMessageText": "64f83bb69878a0569d6ecfbe failMessageText", + "declinePlayerMessage": "64f83bb69878a0569d6ecfbe declinePlayerMessage", + "name": "64f83bb69878a0569d6ecfbe name", + "note": "64f83bb69878a0569d6ecfbe note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/64f8b5fb7d39ff0e7624c6b4.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f83bb69878a0569d6ecfbe startedMessageText", + "successMessageText": "64f83bb69878a0569d6ecfbe successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 29500, + "id": "64f83d5f8b634877512e5190", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "64f8d03ab4918f39d363e4c4", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1300, + "id": "64f8d03133ff7561c87644b2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26c1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26c1", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8d04605cb58236609a655", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26c3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26c3", + "_tpl": "6478641c19d732620e045e17", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64f8d04c7d39ff0e7624ceec", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b26c4", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b26c4", + "_tpl": "6065878ac9cf8012264142fd" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6672d9def1c88688a707d042": { + "QuestName": "Establish Contact", + "_id": "6672d9def1c88688a707d042", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6672d9def1c88688a707d042 acceptPlayerMessage", + "changeQuestMessageText": "6672d9def1c88688a707d042 changeQuestMessageText", + "completePlayerMessage": "6672d9def1c88688a707d042 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "TraderStanding", + "id": "66813c01decf4560581ca0c0", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": 5, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderStanding", + "id": "6672daa3a5f158174abeaab2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6672d9def1c88688a707d042 description", + "failMessageText": "6672d9def1c88688a707d042 failMessageText", + "declinePlayerMessage": "6672d9def1c88688a707d042 declinePlayerMessage", + "name": "6672d9def1c88688a707d042 name", + "note": "6672d9def1c88688a707d042 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", + "type": "Loyalty", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6672d9def1c88688a707d042 startedMessageText", + "successMessageText": "6672d9def1c88688a707d042 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8800, + "id": "66741e2f29da3476e604f4b0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66741e25c4714a7a6e0d9c79", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 600, + "id": "66741eeb15268503bf0fb609", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26c6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26c6", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 600 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66b38c7bf85b8bf7250f9cb6": { + "QuestName": "Rough Tarkov", + "_id": "66b38c7bf85b8bf7250f9cb6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66b38c7bf85b8bf7250f9cb6 acceptPlayerMessage", + "changeQuestMessageText": "66b38c7bf85b8bf7250f9cb6 changeQuestMessageText", + "completePlayerMessage": "66b38c7bf85b8bf7250f9cb6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b38c7bf85b8bf7250f9cb8", + "conditions": [ + { + "id": "66b38dcdad51502a41705f7e", + "dynamicLocale": false, + "target": "Woods_mine_quest", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b38c7bf85b8bf7250f9cb7", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b38de6fdca1053dec8f994", + "conditions": [ + { + "id": "66b38df3097ef60221acde97", + "dynamicLocale": false, + "target": "Sandbox_mine_quest", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b38de6a97d8cbafd711846", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66b393e4630e8a1353133e91", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66b38c7bf85b8bf7250f9cb6 description", + "failMessageText": "66b38c7bf85b8bf7250f9cb6 failMessageText", + "declinePlayerMessage": "66b38c7bf85b8bf7250f9cb6 declinePlayerMessage", + "name": "66b38c7bf85b8bf7250f9cb6 name", + "note": "66b38c7bf85b8bf7250f9cb6 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d66701986f7744a2e70f025.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66b38c7bf85b8bf7250f9cb6 startedMessageText", + "successMessageText": "66b38c7bf85b8bf7250f9cb6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4440, + "id": "66b3a3cf66265b5f5e02490c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "66b3a3dfec21e102040a048c", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 60000, + "id": "66b3a3f46592ade562098c53", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26c8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26c8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 60000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66b3a402721bbc88a70f1706", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26cb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26ca", + "_tpl": "666b11055a706400b717cfa5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26cb", + "_tpl": "666b11055a706400b717cfa5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25b6be86f77444001e1b89": { + "QuestName": "The Survivalist Path - Thrifty", + "_id": "5d25b6be86f77444001e1b89", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25b6be86f77444001e1b89 acceptPlayerMessage", + "changeQuestMessageText": "5d25b6be86f77444001e1b89 changeQuestMessageText", + "completePlayerMessage": "5d25b6be86f77444001e1b89 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5d25beca86f77409dd5cdbb3", + "index": 0, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "huntsman_005_1", + "target": [ + "590c5d4b86f774784e1b9c45" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5d25beeb86f77443fe45765f", + "index": 1, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "huntsman_005_1", + "target": [ + "5448fee04bdc2dbc018b4567" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5d2deedc86f77459121c3118", + "index": 2, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "huntsman_005_2", + "target": [ + "590c5d4b86f774784e1b9c45" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5d2defc586f774591510e6b9", + "index": 3, + "maxDurability": 0.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "huntsman_005_2", + "target": [ + "5448fee04bdc2dbc018b4567" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d76307886f774454c5360c1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25aed386f77442734d25d2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25b6be86f77444001e1b89 description", + "failMessageText": "5d25b6be86f77444001e1b89 failMessageText", + "declinePlayerMessage": "5d25b6be86f77444001e1b89 declinePlayerMessage", + "name": "5d25b6be86f77444001e1b89 name", + "note": "5d25b6be86f77444001e1b89 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25b6be86f77444001e1b89 startedMessageText", + "successMessageText": "5d25b6be86f77444001e1b89 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4700, + "id": "60cc9f88826ca0323464bd14", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc9f9f98b492706036460a", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 22000, + "id": "5d656dba86f774766e559dcc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26cd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26cd", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 22000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5d656ddc86f77476d6220ed8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26d0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26cf", + "_tpl": "5d1b313086f77425227d1678", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26d0", + "_tpl": "5d1b313086f77425227d1678", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec1a3db13e6fb78d4420dbe", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26d2", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26d2", + "_tpl": "5d1b36a186f7742523398433", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "62a6502a8ec41a51b34758de", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b26d3", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b26d3", + "_tpl": "590c5d4b86f774784e1b9c45" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e2b486f77409de05bba0": { + "QuestName": "The Huntsman Path - Secured Perimeter", + "_id": "5d25e2b486f77409de05bba0", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e2b486f77409de05bba0 acceptPlayerMessage", + "changeQuestMessageText": "5d25e2b486f77409de05bba0 changeQuestMessageText", + "completePlayerMessage": "5d25e2b486f77409de05bba0 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d26143c86f77469ef0f894b", + "conditions": [ + { + "id": "5d26149b86f77469f1599fdc", + "dynamicLocale": false, + "zoneIds": [ + "huntsman_013" + ], + "conditionType": "InZone" + }, + { + "id": "5d2c954586f77434292a5662", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5d2c955186f774342b030482", + "dynamicLocale": false, + "target": [ + "factory4_day", + "factory4_night" + ], + "conditionType": "Location" + } + ] + }, + "id": "5d26143c86f77469ef0f894c", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 6, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d763d7c86f774452073df77", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5bc47dbf86f7741ee74e93b9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6389d6c4c3442f24872c1157", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25cf2686f77443e75488d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e2b486f77409de05bba0 description", + "failMessageText": "5d25e2b486f77409de05bba0 failMessageText", + "declinePlayerMessage": "5d25e2b486f77409de05bba0 declinePlayerMessage", + "name": "5d25e2b486f77409de05bba0 name", + "note": "5d25e2b486f77409de05bba0 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/5d763d4886f774454e50d06d.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e2b486f77409de05bba0 startedMessageText", + "successMessageText": "5d25e2b486f77409de05bba0 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9800, + "id": "60cca2c365e4664318606b6a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca2b25f9e6175514de2d2", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 37000, + "id": "5d66738886f774131e206b3c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26d5", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26d5", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 37000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5d66739c86f774368e1b786a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26d8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26d7", + "_tpl": "5af04b6486f774195a3ebb49", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26d8", + "_tpl": "5af04b6486f774195a3ebb49", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5d6673ad86f774368d281a9e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26da", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26da", + "_tpl": "590c2e1186f77425357b6124", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5d6673bf86f7744dcc5e2990", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26dd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26dc", + "_tpl": "5d40425986f7743185265461", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26dd", + "_tpl": "5d40425986f7743185265461", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5d6673d386f7744a2e70f037", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26e0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26df", + "_tpl": "59e35cbb86f7741778269d83", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26e0", + "_tpl": "59e35cbb86f7741778269d83", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66aa61663aa37705c5024277": { + "QuestName": "Know Your Place", + "_id": "66aa61663aa37705c5024277", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66aa61663aa37705c5024277 acceptPlayerMessage", + "changeQuestMessageText": "66aa61663aa37705c5024277 changeQuestMessageText", + "completePlayerMessage": "66aa61663aa37705c5024277 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa61663aa37705c5024279", + "conditions": [ + { + "id": "66aa643b047f74c160abb789", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + }, + { + "id": "66aa6443ab05ce8c76f5720f", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "66aa61663aa37705c5024278", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa61663aa37705c502427d", + "conditions": [ + { + "id": "66aa5c2c2ba4b7b5dedbb17d", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "66aa61663aa37705c502427c", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa61663aa37705c502427f", + "conditions": [ + { + "id": "66aa649b55c319273e2024b9", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + }, + { + "id": "66aa64a4fe6918271e244ebb", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "66aa61663aa37705c502427e", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66b34e0c37fbec6ca2e7f072", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c10f94386f774227172c572", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66aa61663aa37705c5024277 description", + "failMessageText": "66aa61663aa37705c5024277 failMessageText", + "declinePlayerMessage": "66aa61663aa37705c5024277 declinePlayerMessage", + "name": "66aa61663aa37705c5024277 name", + "note": "66aa61663aa37705c5024277 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "marathon", + "image": "/files/quest/icon/6682a74d9cf6cc15c00a0f91.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66aa61663aa37705c5024277 startedMessageText", + "successMessageText": "66aa61663aa37705c5024277 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 28800, + "id": "66b4e0b556c691c729067923", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "66b4e0c3204c6261cd0856f0", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 95000, + "id": "66b4e0d7f6f89f9abe07491f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26e2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26e2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 95000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66db273232d2d94379056b57", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26e5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26e4", + "_tpl": "66b5f6985891c84aab75ca76", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26e5", + "_tpl": "66b5f6985891c84aab75ca76", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5edab4b1218d181e29451435": { + "QuestName": "The Huntsman Path - Sadist", + "_id": "5edab4b1218d181e29451435", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5edab4b1218d181e29451435 acceptPlayerMessage", + "changeQuestMessageText": "5edab4b1218d181e29451435 changeQuestMessageText", + "completePlayerMessage": "5edab4b1218d181e29451435 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5edab5a6cecc0069284c0ec1", + "conditions": [ + { + "id": "5edab65ececc0069284c0ec3", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossSanitar" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5edab5a6cecc0069284c0ec2", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5f039e869235612be11c1f08", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5edabd13218d181e29451442", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5f04349a05ee2a44740ab5fc", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5edaba7c0c502106f869bc02", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5f04a16e0d41a149e77490e0", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5f04886a3937dc337a6b8238", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "5edac4fb16d985118871ba2d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5edac34d0bb72a50635c2bfa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] } ] }, + "description": "5edab4b1218d181e29451435 description", + "failMessageText": "5edab4b1218d181e29451435 failMessageText", + "declinePlayerMessage": "5edab4b1218d181e29451435 declinePlayerMessage", + "name": "5edab4b1218d181e29451435 name", + "note": "5edab4b1218d181e29451435 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5f0f1f6c8f7810259b5fede0.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, "secretQuest": false, + "startedMessageText": "5edab4b1218d181e29451435 startedMessageText", + "successMessageText": "5edab4b1218d181e29451435 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 16300, + "id": "60ccae2ff81cc57f471718b3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60ccae365f9e6175514de2df", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 115000, + "id": "5f0dc6a63204251cac71fe60", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26e7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26e7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 115000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60ccae5465e4664318606b79", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26e9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26e9", + "_tpl": "5a1eaa87fcdbcb001865f75e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60ccae5ea7d63f18200a2527", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26f6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26ed", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26ee", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b26ed", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b26ef", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b26ed", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b26f0", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26f1", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b26f0", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b26f2", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b26f0", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b26f3", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26f4", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b26f3", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b26f5", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b26f3", + "slotId": "cartridges", + "location": 1 + }, + { + "_id": "68010065f81036801d0b26f6", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26f7", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b26f6", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b26f8", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b26f6", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5f0dc3b40553f172ce0a1ff6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26fb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26fa", + "_tpl": "5d02797c86f774203f38e30a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b26fb", + "_tpl": "5d02797c86f774203f38e30a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.1, + "id": "62c325eebb4a2c68d250d7dd", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ] + }, "side": "Pmc", - "startedMessageText": "666314a1920800278d0f6746 startedMessageText", - "status": 0, - "successMessageText": "666314a1920800278d0f6746 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "64e7b9bffd30422ed03dad38": { + "QuestName": "Gendarmerie - District Patrol", + "_id": "64e7b9bffd30422ed03dad38", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64e7b9bffd30422ed03dad38 acceptPlayerMessage", + "changeQuestMessageText": "64e7b9bffd30422ed03dad38 changeQuestMessageText", + "completePlayerMessage": "64e7b9bffd30422ed03dad38 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64e7bdd52d369a1c01727230", + "conditions": [ + { + "id": "64e7be8bfd30422ed03dad3a", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [ + "5c07c60e0db834002330051f", + "5cadfbf7ae92152ac412eeef", + "606587252535c57a13424cfd", + "5447a9cd4bdc2dbd208b4567", + "5b0bbe4e5acfc40dc528a72d", + "5c488a752e221602b412af63", + "5dcbd56fdbd3d91b3e5468d5", + "6184055050224f204c1da540", + "618428466ef05c2ce828f218", + "6183afd850224f204c1da514", + "6165ac306ef05c2ce828ef74", + "5bb2475ed4351e00853264e3", + "623063e994fc3f7b302a9696", + "5ac66cb05acfc40198510a10", + "5ac66d015acfc400180ae6e4", + "5ac66d2e5acfc43b321d4b53", + "5ac66d725acfc43b321d4b60", + "5ac66d9b5acfc4001633997a", + "6499849fc93611967b034949", + "5bf3e03b0db834001d2c4a9c", + "5ac4cd105acfc40016339859", + "5644bd2b4bdc2d3b4c8b4572", + "59d6088586f774275f37482f", + "5a0ec13bfcdbcb00165aa685", + "59ff346386f77477562ff5e2", + "5abcbc27d8ce8700182eceeb", + "5bf3e0490db83400196199af", + "5ab8e9fcd8ce870019439434", + "57dc2fa62459775949412633", + "5839a40f24597726f856b511", + "583990e32459771419544dd2", + "5d43021ca4b9362eab4b5e25", + "59e6687d86f77411d949b251", + "59e6152586f77473dc057aa1", + "628a60ae6b1d481ff772e9c8", + "628b5638ad252a16da6dd245", + "628b9c37a733087d0d7fe84b", + "5fbcc1d9016cce60e8341ab3", + "62e7c4fba689e8c9c50dfc38", + "63171672192e68c5460cebc5", + "5ae083b25acfc4001a5fc702", + "587e02ff24597743df3deaeb", + "5c501a4d2e221602b412b540", + "57c44b372459772d2b39b8ce", + "6410733d5dd49d77bd07847e", + "574d967124597745970e7c94", + "643ea5b23db6f9f57107d9fd", + "65290f395ae2ae97b80fdf2d", + "644674a13d52156624001fbc", + "645e0c6b3b381ede770e1cc9", + "651450ce0e00edc794068371", + "676176d362e0497044079f4c" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "64e7bea0220ee966bf425ece", + "dynamicLocale": false, + "zoneIds": [ + "quest_zone_kill_kardinal" + ], + "conditionType": "InZone" + } + ] + }, + "id": "64e7bdd52d369a1c0172722f", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 30, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8d120b4918f39d363e584", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "64e7b9a4aac4cd0a726562cb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64e7b9bffd30422ed03dad38 description", + "failMessageText": "64e7b9bffd30422ed03dad38 failMessageText", + "declinePlayerMessage": "64e7b9bffd30422ed03dad38 declinePlayerMessage", + "name": "64e7b9bffd30422ed03dad38 name", + "note": "64e7b9bffd30422ed03dad38 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/64f8c8297e981f7f0110d501.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64e7b9bffd30422ed03dad38 startedMessageText", + "successMessageText": "64e7b9bffd30422ed03dad38 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25000, + "id": "64e7c47b7636ab2c00676c61", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "64f8c92e05cb58236609a354", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 185000, + "id": "64f8c93b57e97a76237206ae", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b26fd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b26fd", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 185000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 16, + "id": "64f8c94633ff7561c876432d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b270e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b26ff", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2700", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2701", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2702", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2703", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2704", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2705", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2706", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2707", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2708", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2709", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b270a", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b270b", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b270c", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b270d", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b270e", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "64f8c9507d39ff0e7624cd68", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2719", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2719", + "_tpl": "5c0e625a86f7742d77340f62", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b271a", + "_tpl": "65764275d8537eb26a0355e9", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b271b", + "_tpl": "657642b0e6d5dd75f40688a5", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b271c", + "_tpl": "6576434820cc24d17102b148", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b271d", + "_tpl": "657643732bc38ef78e076477", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b271e", + "_tpl": "657643a220cc24d17102b14c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b271f", + "_tpl": "656f63c027aed95beb08f62c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2720", + "_tpl": "656fafe3498d1b7e3e071da4", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b2721", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b2722", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2719", + "slotId": "Right_side_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b73d1c023e22044165de8", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b2725", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2724", + "_tpl": "56dfef82d2720bbd668b4567", + "upd": { + "StackObjectsCount": 60 + } + }, + { + "_id": "68010065f81036801d0b2725", + "_tpl": "56dfef82d2720bbd668b4567", + "upd": { + "StackObjectsCount": 60 + } + } + ], + "loyaltyLevel": 3, + "traderId": 10 + }, + { + "availableInGameEditions": [], + "id": "64f8c95cb4918f39d363e340", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2726", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2726", + "_tpl": "6499849fc93611967b034949", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2727", + "_tpl": "649ec107961514b22506b10c", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2728", + "_tpl": "5649ae4a4bdc2d1b2b8b4588", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2729", + "_tpl": "649ec127c93611967b034957", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b272a", + "_tpl": "5beecbb80db834001d2c465e", + "parentId": "68010065f81036801d0b2729", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b272b", + "_tpl": "5c5952732e2216398b5abda2", + "parentId": "68010065f81036801d0b272a", + "slotId": "mod_tactical_000" + }, + { + "_id": "68010065f81036801d0b272c", + "_tpl": "5c1bc4812e22164bef5cfde7", + "parentId": "68010065f81036801d0b2729", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b272d", + "_tpl": "64c196ad26a15b84aa07132f", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b272e", + "_tpl": "649ec2f3961514b22506b111", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b272f", + "_tpl": "609a63b6e2ff132951242d09", + "parentId": "68010065f81036801d0b272e", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2730", + "_tpl": "649ec87d8007560a9001ab36", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b2731", + "_tpl": "5beec8c20db834001d2c465c", + "parentId": "68010065f81036801d0b2730", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2732", + "_tpl": "649ec30cb013f04a700e60fb", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2733", + "_tpl": "5648ac824bdc2ded0b8b457d", + "parentId": "68010065f81036801d0b2726", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 4, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e46e86f77409453bce7c": { + "QuestName": "Ambulance", + "_id": "5d25e46e86f77409453bce7c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e46e86f77409453bce7c acceptPlayerMessage", + "changeQuestMessageText": "5d25e46e86f77409453bce7c changeQuestMessageText", + "completePlayerMessage": "5d25e46e86f77409453bce7c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d27446f86f77475a86565a3", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052e6986f7746b207bc3c9" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ec1538a92e95f77ac7a2529", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d02778e86f774203e7dedbe" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ec1504183b69d213d3c2ee8", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c052e6986f7746b207bc3c9" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d7782c686f7742fa732bf07", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d02778e86f774203e7dedbe" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d7782f886f7742fa65b65f5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e48d86f77408251c4bfb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "5d77830086f7745041358b35", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e46e86f77409453bce7c description", + "failMessageText": "5d25e46e86f77409453bce7c failMessageText", + "declinePlayerMessage": "5d25e46e86f77409453bce7c declinePlayerMessage", + "name": "5d25e46e86f77409453bce7c name", + "note": "5d25e46e86f77409453bce7c note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d6948e186f774238a38d8a7.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e46e86f77409453bce7c startedMessageText", + "successMessageText": "5d25e46e86f77409453bce7c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14800, + "id": "60ccaa6041fd1e14d71e230e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60ccaa701bdece56c249cbea", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "5d84db5486f77430da397b76", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2735", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2735", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5ec1a23ab5549c7b5203b5b2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2739", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2737", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2738", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2739", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60ccaa9d65e4664318606b73", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b273d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b273b", + "_tpl": "5751a89d24597722aa0e8db0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b273c", + "_tpl": "5751a89d24597722aa0e8db0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b273d", + "_tpl": "5751a89d24597722aa0e8db0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "5d84db6b86f77414e3013c35", + "type": "Skill", + "index": 0, + "target": "Vitality", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "5d8cbc2a86f77444521784d3", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b273e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b273e", + "_tpl": "5d02797c86f774203f38e30a" + } + ], + "loyaltyLevel": 3, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66aa58245ab22944110db6e9": { + "QuestName": "New Day New Paths", + "_id": "66aa58245ab22944110db6e9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66aa58245ab22944110db6e9 acceptPlayerMessage", + "changeQuestMessageText": "66aa58245ab22944110db6e9 changeQuestMessageText", + "completePlayerMessage": "66aa58245ab22944110db6e9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa5b2cbbcacaa024c07e53", + "conditions": [ + { + "id": "66aa5b9a8df549c3ff6019ee", + "dynamicLocale": false, + "target": "Prospect_mira", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66aa5b2cecad9c067780924b", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa5bb2ff4aec2b824f0b00", + "conditions": [ + { + "id": "66aa5bbdf1e33a79d6e62634", + "dynamicLocale": false, + "target": "Transits_to_streets", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66aa5bb281dff8466b076894", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa5be8c43f8bbee0e6ce2d", + "conditions": [ + { + "id": "66aa5c2c2ba4b7b5dedbb17d", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "66aa5be8035c6a410dc570b2", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa5c8886ef8a6e70859c02", + "conditions": [ + { + "id": "66aa5d0380e5041975392fd5", + "dynamicLocale": false, + "target": "Check_primorsky", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66aa5c88c085db7d8158db4a", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b0e57ec91b4437bdbe2954", + "conditions": [ + { + "id": "66b0e58d4509aad113258b32", + "dynamicLocale": false, + "target": "Check_cinema", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b0e57eddc25d8d17e3e3c0", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66aa5c8b7cc8cb39a8a9f5c7", + "conditions": [ + { + "id": "66aa5d084aeced3153283c38", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner", + "Transit" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "66aa5c8ba8c36eaef492ef92", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "66c48c4d22c506cf8643dcef", + "target": "66b0e57eddc25d8d17e3e3c0", + "conditionType": "CompleteCondition" + }, + { + "id": "66c48c640a25c2e866f5752a", + "target": "66aa5c88c085db7d8158db4a", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66b34d908dd392bf75437dca", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135f286e646067c176a87", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66aa58245ab22944110db6e9 description", + "failMessageText": "66aa58245ab22944110db6e9 failMessageText", + "declinePlayerMessage": "66aa58245ab22944110db6e9 declinePlayerMessage", + "name": "66aa58245ab22944110db6e9 name", + "note": "66aa58245ab22944110db6e9 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "marathon", + "image": "/files/quest/icon/63aaec53e842787ad21356a3.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66aa58245ab22944110db6e9 startedMessageText", + "successMessageText": "66aa58245ab22944110db6e9 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11800, + "id": "66b4dfae56c691c729067921", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66b4dfbc3be206d24c0dfe21", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 900, + "id": "66b4dfcbf6f89f9abe07491e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2740", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2740", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66b4dfe9b8f225f73e01984b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2742", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2742", + "_tpl": "590c621186f774138d11ea29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66b4e05a3be206d24c0dfe22", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2744", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2744", + "_tpl": "590c37d286f77443be3d7827", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66b4e06382fe17cf19023a61", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2746", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2746", + "_tpl": "590c392f86f77444754deb29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e43786f7740a212217fa": { + "QuestName": "The Huntsman Path - Justice", + "_id": "5d25e43786f7740a212217fa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e43786f7740a212217fa acceptPlayerMessage", + "changeQuestMessageText": "5d25e43786f7740a212217fa changeQuestMessageText", + "completePlayerMessage": "5d25e43786f7740a212217fa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d272bd386f77446085fa4f8", + "conditions": [ + { + "id": "5d272c1e86f77407053eb9b9", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerBully" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5d272bd386f77446085fa4f9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d776ef786f7742fa5005cb5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2c386f77443e7549029", + "status": [ + "4", + "2" + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e43786f7740a212217fa description", + "failMessageText": "5d25e43786f7740a212217fa failMessageText", + "declinePlayerMessage": "5d25e43786f7740a212217fa declinePlayerMessage", + "name": "5d25e43786f7740a212217fa name", + "note": "5d25e43786f7740a212217fa note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d6946c486f77452a8292cb2.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e43786f7740a212217fa startedMessageText", + "successMessageText": "5d25e43786f7740a212217fa successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12300, + "id": "60cca75e65e4664318606b6e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca765a7d63f18200a2520", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 80000, + "id": "5d667b7686f774368d281aab", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2748", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2748", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 80000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cca79cb2736c24b2118ba5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b274c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b274a", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b274b", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b274c", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cca77820a6283a506aeb49", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b274f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b274e", + "_tpl": "59fafb5d86f774067a6f2084", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b274f", + "_tpl": "59fafb5d86f774067a6f2084", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cca785f81cc57f471718aa", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2751", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2751", + "_tpl": "590c5c9f86f77477c91c36e7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "665eec4a4dfc83b0ed0a9dca": { + "QuestName": "Thirsty - Delivery", + "_id": "665eec4a4dfc83b0ed0a9dca", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "665eec4a4dfc83b0ed0a9dca acceptPlayerMessage", + "changeQuestMessageText": "665eec4a4dfc83b0ed0a9dca changeQuestMessageText", + "completePlayerMessage": "665eec4a4dfc83b0ed0a9dca completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6661a145ba58791a4cdfdd4f", + "conditions": [ + { + "id": "6661a1555a8799639e1e7573", + "dynamicLocale": false, + "target": "place_2A2_unlock_3_woods", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6661a14545909ae2e92ca2d5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6661a170945719c63f28d9c6", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_2A2_unlock_3_woods", + "target": [ + "59fafb5d86f774067a6f2084" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6661a174c228eebe7e420494", + "target": "6661a14545909ae2e92ca2d5", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6661a18a941c96280465a8c7", + "conditions": [ + { + "id": "6661a1952b26769022fa1881", + "dynamicLocale": false, + "target": "place_2A2_unlock_3_customs", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6661a18a12e8457716d59f5d", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6661a1a1b1953d6c96da8f0e", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_2A2_unlock_3_customs", + "target": [ + "59fafb5d86f774067a6f2084" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6661a1aaecee3dda99b9b9d5", + "target": "6661a18a12e8457716d59f5d", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66742a14307c58a7f5c1f363", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "665eec1f5e47a79f8605565a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "665eec4a4dfc83b0ed0a9dca description", + "failMessageText": "665eec4a4dfc83b0ed0a9dca failMessageText", + "declinePlayerMessage": "665eec4a4dfc83b0ed0a9dca declinePlayerMessage", + "name": "665eec4a4dfc83b0ed0a9dca name", + "note": "665eec4a4dfc83b0ed0a9dca note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/66697ba352260cae8d0b035a.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "665eec4a4dfc83b0ed0a9dca startedMessageText", + "successMessageText": "665eec4a4dfc83b0ed0a9dca successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 2, + "id": "6671dde4fb3e3e541b06b35f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2754", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2753", + "_tpl": "59fafb5d86f774067a6f2084", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2754", + "_tpl": "59fafb5d86f774067a6f2084", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 14200, + "id": "6660630b5e47a79f86055662", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "6660631a2f7aedcc900b0442", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 55000, + "id": "666063622f7aedcc900b0444", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2756", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2756", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 55000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "6660632f5e47a79f86055663", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b275b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2758", + "_tpl": "57505f6224597709a92585a9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2759", + "_tpl": "57505f6224597709a92585a9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b275a", + "_tpl": "57505f6224597709a92585a9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b275b", + "_tpl": "57505f6224597709a92585a9", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e48186f77443e625e386": { + "QuestName": "Courtesy Visit", + "_id": "5d25e48186f77443e625e386", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e48186f77443e625e386 acceptPlayerMessage", + "changeQuestMessageText": "5d25e48186f77443e625e386 changeQuestMessageText", + "completePlayerMessage": "5d25e48186f77443e625e386 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d357b6c86f774588d4d7e24", + "conditions": [ + { + "id": "5d357b7b86f7745b3f307c52", + "dynamicLocale": false, + "target": "huntsman_024_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5d357b6c86f774588d4d7e25", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d357b9586f7745b422d653e", + "conditions": [ + { + "id": "5d357ba686f7745b7023c376", + "dynamicLocale": false, + "target": "huntsman_024_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5d357b9586f7745b422d653f", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d357bb786f774588d4d7e26", + "conditions": [ + { + "id": "5d357bcf86f7745b3f307c53", + "dynamicLocale": false, + "target": "huntsman_024_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5d357bb786f774588d4d7e27", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "629f4f080f57046e362e6e9f", + "conditions": [ + { + "id": "629f4f3ba3fd1362ad2ba4d3", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + }, + { + "id": "629f4f4c73dafb76f535aa8a", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "629f4f080f57046e362e6e9e", + "index": 6, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "629f4f78dbd7eb68e311f9d9", + "target": "5d357b6c86f774588d4d7e25", + "conditionType": "CompleteCondition" + }, + { + "id": "629f4f7ea4acd1567c61a33b", + "target": "5d357b9586f7745b422d653f", + "conditionType": "CompleteCondition" + }, + { + "id": "629f4f835accf8388a655c1f", + "target": "5d357bb786f774588d4d7e27", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5d7784cc86f7742fa5005cba", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5d77854786f7745041358b36", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25cf2686f77443e75488d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e48186f77443e625e386 description", + "failMessageText": "5d25e48186f77443e625e386 failMessageText", + "declinePlayerMessage": "5d25e48186f77443e625e386 declinePlayerMessage", + "name": "5d25e48186f77443e625e386 name", + "note": "5d25e48186f77443e625e386 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/5d6faf8f86f7743598553dd4.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e48186f77443e625e386 startedMessageText", + "successMessageText": "5d25e48186f77443e625e386 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11800, + "id": "60ccaace826ca0323464bd1e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "5d77856186f774319c48882a", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "5d667ee286f7744a2e70f04a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b275d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b275d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "60ccaae365e4664318606b74", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2763", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b275f", + "_tpl": "5751487e245977207e26a315", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2760", + "_tpl": "5751487e245977207e26a315", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2761", + "_tpl": "5751487e245977207e26a315", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2762", + "_tpl": "5751487e245977207e26a315", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2763", + "_tpl": "5751487e245977207e26a315", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "60ccaaf5646f74055e27653f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2769", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2765", + "_tpl": "575146b724597720a27126d5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2766", + "_tpl": "575146b724597720a27126d5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2767", + "_tpl": "575146b724597720a27126d5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2768", + "_tpl": "575146b724597720a27126d5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2769", + "_tpl": "575146b724597720a27126d5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25bfd086f77442734d3007": { + "QuestName": "The Survivalist Path - Zhivchik", + "_id": "5d25bfd086f77442734d3007", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25bfd086f77442734d3007 acceptPlayerMessage", + "changeQuestMessageText": "5d25bfd086f77442734d3007 changeQuestMessageText", + "completePlayerMessage": "5d25bfd086f77442734d3007 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d25c5a186f77443fe457660", + "conditions": [ + { + "id": "5d25c5d086f77408251c4224", + "dynamicLocale": false, + "bodyPartsWithEffects": [ + { + "bodyParts": [ + "Stomach" + ], + "effects": [ + "Dehydration" + ] + } + ], + "energy": { + "value": 0, + "compareMethod": ">=" + }, + "hydration": { + "value": 0, + "compareMethod": ">=" + }, + "time": { + "value": 300, + "compareMethod": ">=" + }, + "conditionType": "HealthEffect" + }, + { + "id": "629f119690948017ee17c2e2", + "dynamicLocale": false, + "target": [ + "laboratory", + "bigmap", + "Sandbox", + "RezervBase", + "Interchange", + "Shoreline", + "Woods", + "TarkovStreets", + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "5d25c5a186f77443fe457661", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Experience", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d9f035086f7741cac4a9712", + "conditions": [ + { + "id": "5d9f035a86f7741cab6b0182", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "5d9f035086f7741cac4a9713", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5d9f036886f7741cac4a9714", + "target": "5d25c5a186f77443fe457661", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5dadc99686f7744b0f1b1d2a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25b6be86f77444001e1b89", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25bfd086f77442734d3007 description", + "failMessageText": "5d25bfd086f77442734d3007 failMessageText", + "declinePlayerMessage": "5d25bfd086f77442734d3007 declinePlayerMessage", + "name": "5d25bfd086f77442734d3007 name", + "note": "5d25bfd086f77442734d3007 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d67b3ed86f7744a2e70f15c.jpg", + "type": "Experience", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25bfd086f77442734d3007 startedMessageText", + "successMessageText": "5d25bfd086f77442734d3007 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5700, + "id": "60cc9fda98b492706036460b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc9fdf646f74055e276536", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "5d6654a886f77427135f3a13", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b276b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b276b", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5d6654db86f77472690db3c3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b276e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b276d", + "_tpl": "5c0fa877d174af02a012e1cf", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b276e", + "_tpl": "5c0fa877d174af02a012e1cf", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ebfc121a1032866196c9386", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2771", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2770", + "_tpl": "5d1b385e86f774252167b98a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2771", + "_tpl": "5d1b385e86f774252167b98a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66631489acf8442f8b05319f": { + "QuestName": "Friend Among Strangers", + "_id": "66631489acf8442f8b05319f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66631489acf8442f8b05319f acceptPlayerMessage", + "changeQuestMessageText": "66631489acf8442f8b05319f changeQuestMessageText", + "completePlayerMessage": "66631489acf8442f8b05319f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6667193a79761eb8d8d659f3", + "conditions": [ + { + "id": "6667195db6e41f2c0889f564", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6667193a41b0135d2df10fd9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6672db1167c7ac55793635b8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6672d9def1c88688a707d042", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6667196a2b80181270b3dcb1", + "conditions": [ + { + "id": "666719748daea2529ebdb755", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6667196a74bbc3a671ef49f8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ] + }, + "description": "66631489acf8442f8b05319f description", + "failMessageText": "66631489acf8442f8b05319f failMessageText", + "declinePlayerMessage": "66631489acf8442f8b05319f declinePlayerMessage", + "name": "66631489acf8442f8b05319f name", + "note": "66631489acf8442f8b05319f note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66631489acf8442f8b05319f startedMessageText", + "successMessageText": "66631489acf8442f8b05319f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25600, + "id": "66742040dbd6ff58100ee5de", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "66742049c4714a7a6e0d9c7e", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1200, + "id": "66742058c4714a7a6e0d9c7f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2773", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2773", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1200 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6674206358678c865f0f028a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2776", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2775", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2776", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25d2c186f77443e35162e5": { + "QuestName": "The Survivalist Path - Cold Blooded", + "_id": "5d25d2c186f77443e35162e5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25d2c186f77443e35162e5 acceptPlayerMessage", + "changeQuestMessageText": "5d25d2c186f77443e35162e5 changeQuestMessageText", + "completePlayerMessage": "5d25d2c186f77443e35162e5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d25d4e786f77442734d335c", + "conditions": [ + { + "id": "5d25d5b086f77408251c4bf7", + "dynamicLocale": false, + "bodyPartsWithEffects": [ + { + "bodyParts": [ + "Head", + "Chest", + "Stomach", + "LeftArm", + "RightArm", + "LeftLeg", + "RightLeg" + ], + "effects": [ + "Tremor" + ] + } + ], + "energy": { + "value": 0, + "compareMethod": ">=" + }, + "hydration": { + "value": 0, + "compareMethod": ">=" + }, + "time": { + "value": 0, + "compareMethod": ">=" + }, + "conditionType": "HealthEffect" + }, + { + "id": "5d309d2986f7740be0755214", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5d25d4e786f77442734d335d", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d76322786f774454e50d062", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25c81b86f77443e625dd71", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25d2c186f77443e35162e5 description", + "failMessageText": "5d25d2c186f77443e35162e5 failMessageText", + "declinePlayerMessage": "5d25d2c186f77443e35162e5 declinePlayerMessage", + "name": "5d25d2c186f77443e35162e5 name", + "note": "5d25d2c186f77443e35162e5 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5ae4a7dd86f77448464ed2b2.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25d2c186f77443e35162e5 startedMessageText", + "successMessageText": "5d25d2c186f77443e35162e5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60cca1601bdece56c249cbe6", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca17bac6eb02bc726de62", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "60cca16520a6283a506aeb44", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2778", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2778", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "60cca17241fd1e14d71e2304", + "type": "Skill", + "index": 0, + "target": "StressResistance", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63966fd9ea19ac7ed845db30": { + "QuestName": "Payback", + "_id": "63966fd9ea19ac7ed845db30", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63966fd9ea19ac7ed845db30 acceptPlayerMessage", + "changeQuestMessageText": "63966fd9ea19ac7ed845db30 changeQuestMessageText", + "completePlayerMessage": "63966fd9ea19ac7ed845db30 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6397ae22e301557ae24cbfe8", + "conditions": [ + { + "id": "6397ae3c425b4c708e0696a0", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossGluhar" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6397ae22e301557ae24cbfe7", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6397ae672e519e69d2139b29", + "conditions": [ + { + "id": "6397ae8db5992f573c654ebf", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerGluharAssault", + "followerGluharScout", + "followerGluharSecurity", + "followerGluharSnipe" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6397ae672e519e69d2139b28", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 6, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a9ad4cc31b00242d28a99e", + "conditions": [ + { + "id": "63a9ad64655ec5555b4aaa2f", + "dynamicLocale": false, + "target": "quest_zone_keeper4_flare", + "conditionType": "LaunchFlare" + } + ] + }, + "id": "63a9ad4cc31b00242d28a99d", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a9ad81da7999196148ba55", + "target": "6397ae22e301557ae24cbfe7", + "conditionType": "CompleteCondition" + }, + { + "id": "63a9ad8864b9631d91782767", + "target": "6397ae672e519e69d2139b28", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6397af5cf376f0344e457121", + "conditions": [ + { + "id": "6397af65fc49e37b227981cc", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6397afc22e519e69d2139b2c", + "dynamicLocale": false, + "exitName": "Alpinist", + "conditionType": "ExitName" + } + ] + }, + "id": "6397af5cf376f0344e457120", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a9adadc593cc01b37133b2", + "target": "63a9ad4cc31b00242d28a99d", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "639afcf2770f1735c65ec36f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63966fe7ea74a47c2d3fc0e6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63966fd9ea19ac7ed845db30 description", + "failMessageText": "63966fd9ea19ac7ed845db30 failMessageText", + "declinePlayerMessage": "63966fd9ea19ac7ed845db30 declinePlayerMessage", + "name": "63966fd9ea19ac7ed845db30 name", + "note": "63966fd9ea19ac7ed845db30 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63966fd9ea19ac7ed845db30 startedMessageText", + "successMessageText": "63966fd9ea19ac7ed845db30 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "63a236352c2d4f2e480780a7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b277a", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b277a", + "_tpl": "6389c7750ef44505c87f5996", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a6cebab7f4570d3a293168", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6401dd694a16b5e0b40bf55e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b277c", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b277c", + "_tpl": "5c0530ee86f774697952d952", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6401dd6de258ee678309db86", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b277e", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b277e", + "_tpl": "5c0530ee86f774697952d952", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6401dd7000bb14f7cb0d535d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2780", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2780", + "_tpl": "5c0530ee86f774697952d952", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "658065e887fcd209a464cda9", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2781", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2781", + "_tpl": "5b4329f05acfc47a86086aa1" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "665eec1f5e47a79f8605565a": { + "QuestName": "Thirsty - Breadwinner", + "_id": "665eec1f5e47a79f8605565a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "665eec1f5e47a79f8605565a acceptPlayerMessage", + "changeQuestMessageText": "665eec1f5e47a79f8605565a changeQuestMessageText", + "completePlayerMessage": "665eec1f5e47a79f8605565a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "665ef4d93bd11acd294ac48c", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59fafb5d86f774067a6f2084" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "665ef4f08f3a505364a8ab09", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59fafb5d86f774067a6f2084" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66742a8e5f0ca18a91eda68f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "665eeacf5d86b6c8aa03c79b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "665eec1f5e47a79f8605565a description", + "failMessageText": "665eec1f5e47a79f8605565a failMessageText", + "declinePlayerMessage": "665eec1f5e47a79f8605565a declinePlayerMessage", + "name": "665eec1f5e47a79f8605565a name", + "note": "665eec1f5e47a79f8605565a note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/66697b9f6978601041000809.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "665eec1f5e47a79f8605565a startedMessageText", + "successMessageText": "665eec1f5e47a79f8605565a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9600, + "id": "665ef5945e47a79f8605565f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "665ef59e2f7aedcc900b043f", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "665ef5b15e47a79f86055660", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2783", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2783", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 200 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "665ef5c42f7aedcc900b0440", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2785", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2785", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66b38e144f2ab7cc530c3fe7": { + "QuestName": "Every Hunter Knows This", + "_id": "66b38e144f2ab7cc530c3fe7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66b38e144f2ab7cc530c3fe7 acceptPlayerMessage", + "changeQuestMessageText": "66b38e144f2ab7cc530c3fe7 changeQuestMessageText", + "completePlayerMessage": "66b38e144f2ab7cc530c3fe7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b38e144f2ab7cc530c3fe9", + "conditions": [ + { + "id": "66b38dcdad51502a41705f7e", + "dynamicLocale": false, + "target": "Check_mine_zone_factory", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b38e144f2ab7cc530c3fe8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66b38e144f2ab7cc530c3feb", + "conditions": [ + { + "id": "66b38df3097ef60221acde97", + "dynamicLocale": false, + "target": "Check_mine_zone_custom", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66b38e144f2ab7cc530c3fea", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66b3939feb7103408a599272", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66b38c7bf85b8bf7250f9cb6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66b38e144f2ab7cc530c3fe7 description", + "failMessageText": "66b38e144f2ab7cc530c3fe7 failMessageText", + "declinePlayerMessage": "66b38e144f2ab7cc530c3fe7 declinePlayerMessage", + "name": "66b38e144f2ab7cc530c3fe7 name", + "note": "66b38e144f2ab7cc530c3fe7 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d66701986f7744a2e70f025.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66b38e144f2ab7cc530c3fe7 startedMessageText", + "successMessageText": "66b38e144f2ab7cc530c3fe7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5800, + "id": "66b3a4beaa4a19c4f90881d8", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "66b3a4c834f21cc7fc07648f", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 32000, + "id": "66b3a4dc32bc3e9d7e0d2d64", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2787", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2787", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 32000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "66bb20b7aa15b97cb803a7de", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2788", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2788", + "_tpl": "666b11055a706400b717cfa5" + } + ], + "loyaltyLevel": 1, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6573397ef3f8344c4575cd87": { + "QuestName": "Properties All Around", + "_id": "6573397ef3f8344c4575cd87", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6573397ef3f8344c4575cd87 acceptPlayerMessage", + "changeQuestMessageText": "6573397ef3f8344c4575cd87 changeQuestMessageText", + "completePlayerMessage": "6573397ef3f8344c4575cd87 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6573397ef3f8344c4575cd89", + "conditions": [ + { + "id": "63a98d1b64b9631d9178274c", + "dynamicLocale": false, + "target": "fond_quest", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6573397ef3f8344c4575cd88", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6581676e7a18ff402fd23e68", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "657acb2ac900be5902191ac9" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6583180b087e3d9662e61497", + "target": "6573397ef3f8344c4575cd88", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "658167a0e53c40116f8632fa", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "657acb2ac900be5902191ac9" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "65872082aa49a684766e55cb", + "target": "6581676e7a18ff402fd23e68", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "65840ed0d1c1c3b6f68fc017", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "64f5aac4b63b74469b6c14c2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6573397ef3f8344c4575cd87 description", + "failMessageText": "6573397ef3f8344c4575cd87 failMessageText", + "declinePlayerMessage": "6573397ef3f8344c4575cd87 declinePlayerMessage", + "name": "6573397ef3f8344c4575cd87 name", + "note": "6573397ef3f8344c4575cd87 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/65899ca16a2e1b55682ab961.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6573397ef3f8344c4575cd87 startedMessageText", + "successMessageText": "6573397ef3f8344c4575cd87 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 11600, + "id": "6573397ef3f8344c4575cd8e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "65840f4266dec32da3131886", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 84000, + "id": "65840f620e40596ad2171b6a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b278a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b278a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 84000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "658590469ed860361159fa4f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b278b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b278b", + "_tpl": "62e14904c2699c0ec93adc47", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b278c", + "_tpl": "633a98eab8b0506e48497c1a", + "parentId": "68010065f81036801d0b278b", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b278d", + "_tpl": "62e2a754b6c0ee2f230cee0f", + "parentId": "68010065f81036801d0b278b", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b278e", + "_tpl": "62e292e7b6c0ee2f230cee00", + "parentId": "68010065f81036801d0b278b", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b278f", + "_tpl": "62e27a7865f0b1592a49e17b", + "parentId": "68010065f81036801d0b278b", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2790", + "_tpl": "62e15547db1a5c41971c1b5e", + "parentId": "68010065f81036801d0b278b", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2791", + "_tpl": "62ed189fb3608410ef5a2bfc", + "parentId": "68010065f81036801d0b2790", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2792", + "_tpl": "637b9c37b7e3bc41b21ce71a", + "parentId": "68010065f81036801d0b278b", + "slotId": "mod_pistolgrip" + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "65840f950a500627c456d9c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b279b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2795", + "_tpl": "657025c4c5d7d4cb4d078582", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2796", + "_tpl": "5a269f97c4a282000b151807", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2795", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2797", + "_tpl": "657025c4c5d7d4cb4d078582", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2798", + "_tpl": "5a269f97c4a282000b151807", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2797", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2799", + "_tpl": "657025c4c5d7d4cb4d078582", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b279a", + "_tpl": "5a269f97c4a282000b151807", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2799", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b279b", + "_tpl": "657025c4c5d7d4cb4d078582", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b279c", + "_tpl": "5a269f97c4a282000b151807", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b279b", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "65840fb966ddfd17202b6e06", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27a0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b279e", + "_tpl": "62e153bcdb1a5c41971c1b5b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b279f", + "_tpl": "62e153bcdb1a5c41971c1b5b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27a0", + "_tpl": "62e153bcdb1a5c41971c1b5b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "666314a31cd52e3d040a2e76": { "QuestName": "Combat Proven", "_id": "666314a31cd52e3d040a2e76", - "acceptPlayerMessage": "666314a31cd52e3d040a2e76 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314a31cd52e3d040a2e76 acceptPlayerMessage", "changeQuestMessageText": "666314a31cd52e3d040a2e76 changeQuestMessageText", "completePlayerMessage": "666314a31cd52e3d040a2e76 completePlayerMessage", "conditions": { @@ -111644,25 +88372,24 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6669abb870e0328366d3a95a", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], "id": "6669abf2c9adc91c4b60061b", - "resetOnSessionEnd": false, + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], "savageRole": [ "bossBoar", "bossBully", @@ -111674,18 +88401,18 @@ "bossTagilla", "bossZryachiy" ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "6669ac18de9a775893d4b2f3", "dynamicLocale": false, - "equipmentExclusive": [], "equipmentInclusive": [ [ "628baf0b967de16aab5a4f36" @@ -111697,341 +88424,3750 @@ "628b9784bcf6e2659e09b8a2" ] ], - "id": "6669ac18de9a775893d4b2f3" + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" } - ], - "id": "6669abb870e0328366d3a95a" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6669abb8dac5788ebd0ff74a", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 5, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6669a8a7465be3423719b01f", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "666314a1920800278d0f6746", "status": [ 4 ], - "target": "666314a1920800278d0f6746", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "666314a31cd52e3d040a2e76 declinePlayerMessage", "description": "666314a31cd52e3d040a2e76 description", "failMessageText": "666314a31cd52e3d040a2e76 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a79f3d914aa3b20e13cb.png", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "666314a31cd52e3d040a2e76 declinePlayerMessage", "name": "666314a31cd52e3d040a2e76 name", "note": "666314a31cd52e3d040a2e76 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/6682a79f3d914aa3b20e13cb.png", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314a31cd52e3d040a2e76 startedMessageText", + "successMessageText": "666314a31cd52e3d040a2e76 successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "6669aad8920800278d0f676c", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b27a2", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103849", + "_id": "68010065f81036801d0b27a2", "_tpl": "628baf0b967de16aab5a4f36", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103849", - "type": "Item", - "unknown": false, - "value": 1 + ] } ], "Success": [ { "availableInGameEditions": [], + "value": 92000, "id": "66743bb9bd1574a8b90712c8", - "index": 0, "type": "Experience", - "unknown": false, - "value": 92000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "66743bc401b5600773078b5c", + "type": "TraderStanding", "index": 0, "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 340000, "id": "66743bdbdbd6ff58100ee629", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b27a4", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a7210384b", + "_id": "68010065f81036801d0b27a4", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 340000 } } - ], - "target": "67eb506040b1947a7210384b", - "type": "Item", - "unknown": false, - "value": 340000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "66743be801b5600773078b5d", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b27ba", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103853", + "_id": "68010065f81036801d0b27ac", "_tpl": "628d0618d1ba6e4fa07ce5a4", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103854", + "_id": "68010065f81036801d0b27ad", "_tpl": "657322988c1cc6dcd9098b2d", - "parentId": "67eb506040b1947a72103853", - "slotId": "Soft_armor_front", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ac", + "slotId": "Soft_armor_front" }, { - "_id": "67eb506040b1947a72103855", + "_id": "68010065f81036801d0b27ae", "_tpl": "657322a4cea9255e21023651", - "parentId": "67eb506040b1947a72103853", - "slotId": "Soft_armor_back", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ac", + "slotId": "Soft_armor_back" }, { - "_id": "67eb506040b1947a72103856", + "_id": "68010065f81036801d0b27af", "_tpl": "657322acd9d89ff7ac0d961b", - "parentId": "67eb506040b1947a72103853", - "slotId": "Soft_armor_left", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ac", + "slotId": "Soft_armor_left" }, { - "_id": "67eb506040b1947a72103857", + "_id": "68010065f81036801d0b27b0", "_tpl": "657322b7d9d89ff7ac0d961f", - "parentId": "67eb506040b1947a72103853", - "slotId": "soft_armor_right", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ac", + "slotId": "soft_armor_right" }, { - "_id": "67eb506040b1947a72103858", + "_id": "68010065f81036801d0b27b1", "_tpl": "656f664200d62bcd2e024077", - "parentId": "67eb506040b1947a72103853", - "slotId": "Front_plate", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ac", + "slotId": "Front_plate" }, { - "_id": "67eb506040b1947a72103859", + "_id": "68010065f81036801d0b27b2", "_tpl": "657b2797c3dbcb01d60c35ea", - "parentId": "67eb506040b1947a72103853", - "slotId": "Back_plate", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ac", + "slotId": "Back_plate" }, { - "_id": "67eb506040b1947a7210385a", + "_id": "68010065f81036801d0b27b3", "_tpl": "628d0618d1ba6e4fa07ce5a4", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a7210385b", + "_id": "68010065f81036801d0b27b4", "_tpl": "657322988c1cc6dcd9098b2d", - "parentId": "67eb506040b1947a7210385a", - "slotId": "Soft_armor_front", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27b3", + "slotId": "Soft_armor_front" }, { - "_id": "67eb506040b1947a7210385c", + "_id": "68010065f81036801d0b27b5", "_tpl": "657322a4cea9255e21023651", - "parentId": "67eb506040b1947a7210385a", - "slotId": "Soft_armor_back", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27b3", + "slotId": "Soft_armor_back" }, { - "_id": "67eb506040b1947a7210385d", + "_id": "68010065f81036801d0b27b6", "_tpl": "657322acd9d89ff7ac0d961b", - "parentId": "67eb506040b1947a7210385a", - "slotId": "Soft_armor_left", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27b3", + "slotId": "Soft_armor_left" }, { - "_id": "67eb506040b1947a7210385e", + "_id": "68010065f81036801d0b27b7", "_tpl": "657322b7d9d89ff7ac0d961f", - "parentId": "67eb506040b1947a7210385a", - "slotId": "soft_armor_right", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27b3", + "slotId": "soft_armor_right" }, { - "_id": "67eb506040b1947a7210385f", + "_id": "68010065f81036801d0b27b8", "_tpl": "656f664200d62bcd2e024077", - "parentId": "67eb506040b1947a7210385a", - "slotId": "Front_plate", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27b3", + "slotId": "Front_plate" }, { - "_id": "67eb506040b1947a72103860", + "_id": "68010065f81036801d0b27b9", "_tpl": "657b2797c3dbcb01d60c35ea", - "parentId": "67eb506040b1947a7210385a", - "slotId": "Back_plate", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27b3", + "slotId": "Back_plate" }, { - "_id": "67eb506040b1947a72103861", + "_id": "68010065f81036801d0b27ba", "_tpl": "628d0618d1ba6e4fa07ce5a4", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103862", + "_id": "68010065f81036801d0b27bb", "_tpl": "657322988c1cc6dcd9098b2d", - "parentId": "67eb506040b1947a72103861", - "slotId": "Soft_armor_front", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ba", + "slotId": "Soft_armor_front" }, { - "_id": "67eb506040b1947a72103863", + "_id": "68010065f81036801d0b27bc", "_tpl": "657322a4cea9255e21023651", - "parentId": "67eb506040b1947a72103861", - "slotId": "Soft_armor_back", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ba", + "slotId": "Soft_armor_back" }, { - "_id": "67eb506040b1947a72103864", + "_id": "68010065f81036801d0b27bd", "_tpl": "657322acd9d89ff7ac0d961b", - "parentId": "67eb506040b1947a72103861", - "slotId": "Soft_armor_left", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ba", + "slotId": "Soft_armor_left" }, { - "_id": "67eb506040b1947a72103865", + "_id": "68010065f81036801d0b27be", "_tpl": "657322b7d9d89ff7ac0d961f", - "parentId": "67eb506040b1947a72103861", - "slotId": "soft_armor_right", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ba", + "slotId": "soft_armor_right" }, { - "_id": "67eb506040b1947a72103866", + "_id": "68010065f81036801d0b27bf", "_tpl": "656f664200d62bcd2e024077", - "parentId": "67eb506040b1947a72103861", - "slotId": "Front_plate", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ba", + "slotId": "Front_plate" }, { - "_id": "67eb506040b1947a72103867", + "_id": "68010065f81036801d0b27c0", "_tpl": "657b2797c3dbcb01d60c35ea", - "parentId": "67eb506040b1947a72103861", - "slotId": "Back_plate", "upd": { "SpawnedInSession": true - } + }, + "parentId": "68010065f81036801d0b27ba", + "slotId": "Back_plate" } - ], - "target": "67eb506040b1947a72103861", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], "id": "6764939bbe89532a75b424a2", + "type": "CustomizationDirect", "index": 0, "target": "6754666c76e1f2b24c0cc956", - "type": "CustomizationDirect", "unknown": false } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25c81b86f77443e625dd71": { + "QuestName": "The Survivalist Path - Wounded Beast", + "_id": "5d25c81b86f77443e625dd71", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25c81b86f77443e625dd71 acceptPlayerMessage", + "changeQuestMessageText": "5d25c81b86f77443e625dd71 changeQuestMessageText", + "completePlayerMessage": "5d25c81b86f77443e625dd71 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d25c8c986f77443e47ad479", + "conditions": [ + { + "id": "5d25c8ed86f7740a21220d15", + "dynamicLocale": false, + "bodyPartsWithEffects": [ + { + "bodyParts": [ + "Head", + "Chest", + "Stomach", + "LeftArm", + "RightArm", + "LeftLeg", + "RightLeg" + ], + "effects": [ + "Pain" + ] + } + ], + "energy": { + "value": 0, + "compareMethod": ">=" + }, + "hydration": { + "value": 0, + "compareMethod": ">=" + }, + "time": { + "value": 0, + "compareMethod": ">=" + }, + "conditionType": "HealthEffect" + }, + { + "id": "5d25c91186f77443e625dd72", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5d25c8c986f77443e47ad47a", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d7630e286f774452173421a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25bfd086f77442734d3007", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25c81b86f77443e625dd71 description", + "failMessageText": "5d25c81b86f77443e625dd71 failMessageText", + "declinePlayerMessage": "5d25c81b86f77443e625dd71 declinePlayerMessage", + "name": "5d25c81b86f77443e625dd71 name", + "note": "5d25c81b86f77443e625dd71 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d67b41686f774368e1b78df.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25c81b86f77443e625dd71 startedMessageText", + "successMessageText": "5d25c81b86f77443e625dd71 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5800, + "id": "60cca0195f9e6175514de2cf", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca057826ca0323464bd16", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 65000, + "id": "5daef03f86f77426fa0a54f8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27c2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27c2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 65000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "60cca03d826ca0323464bd15", + "type": "Skill", + "index": 0, + "target": "StressResistance", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "63a1a0a8423c8970de41981b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b27c3", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b27c3", + "_tpl": "6259b864ebedf17603599e88", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b27c4", + "_tpl": "6259c2c1d714855d182bad85", + "parentId": "68010065f81036801d0b27c3", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b27c5", + "_tpl": "6259c4347d6aab70bc23a190", + "parentId": "68010065f81036801d0b27c3", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b27c6", + "_tpl": "625ff2ccb8c587128c1a01dd", + "parentId": "68010065f81036801d0b27c3", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b27c7", + "_tpl": "6259c3387d6aab70bc23a18d", + "upd": { + "Foldable": { + "Folded": false + } + }, + "parentId": "68010065f81036801d0b27c3", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b27c8", + "_tpl": "6259c3d8012d6678ec38eeb8", + "parentId": "68010065f81036801d0b27c7", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b27c9", + "_tpl": "625ed7c64d9b6612df732146", + "parentId": "68010065f81036801d0b27c3", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b27ca", + "_tpl": "625ebcef6f53af4aa66b44dc", + "parentId": "68010065f81036801d0b27c3", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b27cb", + "_tpl": "625ec45bb14d7326ac20f572", + "parentId": "68010065f81036801d0b27c3", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + }, + { + "availableInGameEditions": [], + "id": "676497c3105230ddf0a278a1", + "type": "CustomizationDirect", + "index": 0, + "target": "67585bf5428877c04c038ee3", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639872f9decada40426d3447": { + "QuestName": "Gunsmith - Part 4", + "_id": "639872f9decada40426d3447", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639872f9decada40426d3447 acceptPlayerMessage", + "changeQuestMessageText": "639872f9decada40426d3447 changeQuestMessageText", + "completePlayerMessage": "639872f9decada40426d3447 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "63987404e5163c24b3029356", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "587e02ff24597743df3deaeb" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 600.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 35.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 20, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 350.0, + "compareMethod": "<=" + }, + "weight": { + "value": 6.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "639aea505b759c65a34764e5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac2426c86f774138762edfe", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "639aea3c2a994a11600df095", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ac2428686f77412450b42bf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "639aea5d5573fd6cc27d9975", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 9, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639872f9decada40426d3447 description", + "failMessageText": "639872f9decada40426d3447 failMessageText", + "declinePlayerMessage": "639872f9decada40426d3447 declinePlayerMessage", + "name": "639872f9decada40426d3447 name", + "note": "639872f9decada40426d3447 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/63aae970f83fd6083938904e.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639872f9decada40426d3447 startedMessageText", + "successMessageText": "639872f9decada40426d3447 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3600, + "id": "6398a324eee7ff72370f7dd8", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "6398a34edecada40426d344a", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "6398a300e11ec11ff5504038", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27cd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27cd", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6398a400cd51826f7a069b87", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27d0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27cf", + "_tpl": "590c5a7286f7747884343aea", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27d0", + "_tpl": "590c5a7286f7747884343aea", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6398a40dddab1d61bf383d15", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27d2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27d2", + "_tpl": "5733279d245977289b77ec24", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6398a424c8f8cc12a47b02a7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27d4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27d4", + "_tpl": "5d1b2fa286f77425227d1674", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25cf2686f77443e75488d4": { + "QuestName": "The Survivalist Path - Tough Guy", + "_id": "5d25cf2686f77443e75488d4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25cf2686f77443e75488d4 acceptPlayerMessage", + "changeQuestMessageText": "5d25cf2686f77443e75488d4 changeQuestMessageText", + "completePlayerMessage": "5d25cf2686f77443e75488d4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d25d09286f77444001e284b", + "conditions": [ + { + "id": "5d25d0b186f77408251c422f", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": true, + "conditionType": "Kills" + }, + { + "id": "5d3079e386f77447f00acc3d", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "5d25d09286f77444001e284c", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d9c941f86f7743554286958", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25c81b86f77443e625dd71", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d25d0d186f7740a22515974", + "conditions": [ + { + "id": "5d25d14786f77409de05b575", + "dynamicLocale": false, + "target": [ + "590c661e86f7741e566b646a", + "590c678286f77426c9660122", + "590c657e86f77412b013051d", + "5755356824597772cb798962", + "544fb45d4bdc2dee738b4568", + "590c695186f7741e566b64a2", + "5751a89d24597722aa0e8db0", + "5af0548586f7743a532b7e99", + "544fb3f34bdc2d03748b456a", + "544fb37f4bdc2dee738b4567", + "5755383e24597772cb798966", + "544fb25a4bdc2dfb738b4567", + "5751a25924597722c463c472", + "5d02778e86f774203e7dedbe", + "5af0454c86f7746bf20992e8", + "544fb3364bdc2d34748b456a", + "5af0454c86f7746bf20992e8", + "5d02797c86f774203f38e30a", + "5c10c8fd86f7743d7d706df3", + "5c0e530286f7747fa1419862", + "5c0e531286f7747fa54205c2", + "5c0e531d86f7747fa23f4d42", + "5c0e533786f7747fa23f4d47", + "5c0e534186f7747fa1419867", + "60098ad7c2240c0fe85c570a", + "5e8488fa988a8701445df1e4", + "5fca138c2a7b221b2852a5c6", + "5fca13ca637ee0341a484f46", + "5e831507ea0a7c419c2f9bd9", + "5ed5166ad380ab312177c100", + "60098af40accd37ef2175f27", + "5ed5160a87bb8443d10680b5", + "5ed515c8d380ab312177c0fa", + "5ed515f6915ec335206e4152", + "5ed51652f6c34d2cc26336a1", + "5ed515e03a40a50460332579", + "5ed515ece452db0eb56fc028", + "637b60c3b7afa97bfc3d7001", + "637b6179104668754b72f8f5", + "637b6251104668754b72f8f9", + "637b612fb7afa97bfc3d7005", + "637b620db7afa97bfc3d7009", + "66507eabf5ddb0818b085b68" + ], + "compareMethod": ">=", + "value": 1, + "conditionType": "UseItem" + }, + { + "id": "5de766fb020b3a0a5a187f13", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "5d25d0d186f7740a22515975", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } ] }, + "description": "5d25cf2686f77443e75488d4 description", + "failMessageText": "5d25cf2686f77443e75488d4 failMessageText", + "declinePlayerMessage": "5d25cf2686f77443e75488d4 declinePlayerMessage", + "name": "5d25cf2686f77443e75488d4 name", + "note": "5d25cf2686f77443e75488d4 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5d67b49186f774266f0867b3.jpg", + "type": "Completion", + "isKey": false, + "restartable": true, + "instantComplete": false, "secretQuest": false, + "startedMessageText": "5d25cf2686f77443e75488d4 startedMessageText", + "successMessageText": "5d25cf2686f77443e75488d4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7000, + "id": "60cca0eaa7d63f18200a251a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca1365f9e6175514de2d0", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "5d66711886f774131e206b33", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27d6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27d6", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5d66714286f774368f43a1e0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27d8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27d8", + "_tpl": "5d02778e86f774203e7dedbe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5d66716986f774266f07fc92", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27dc", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27da", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27db", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27dc", + "_tpl": "5d1b3a5d86f774252167ba22", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "60cca107a7d63f18200a251b", + "type": "Skill", + "index": 0, + "target": "Perception", + "unknown": false + } + ], + "Fail": [] + }, "side": "Pmc", - "startedMessageText": "666314a31cd52e3d040a2e76 startedMessageText", - "status": 0, - "successMessageText": "666314a31cd52e3d040a2e76 successMessageText", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa3910c828825de06d69f": { + "QuestName": "A Healthy Alternative", + "_id": "669fa3910c828825de06d69f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa3910c828825de06d69f acceptPlayerMessage", + "changeQuestMessageText": "669fa3910c828825de06d69f changeQuestMessageText", + "completePlayerMessage": "669fa3910c828825de06d69f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "669faef62c68a5925a36fccc", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66c0b39ca1f68fcc1d0c0cc3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa24dc0f10ce8d6dd14ff8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa38fad7f1eac2607ed46", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "66a2e44f81ce653e06688365", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa38fad7f1eac2607ed46", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "669fa3910c828825de06d69f description", + "failMessageText": "669fa3910c828825de06d69f failMessageText", + "declinePlayerMessage": "669fa3910c828825de06d69f declinePlayerMessage", + "name": "669fa3910c828825de06d69f name", + "note": "669fa3910c828825de06d69f note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa3910c828825de06d69f startedMessageText", + "successMessageText": "669fa3910c828825de06d69f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13500, + "id": "66aa24ec30c6d0aae40a9f69", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa24fbc4c5c04798003b13", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 86000, + "id": "66aa253c58f762935c03db1d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27de", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27de", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 86000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66aa25d891b0a8c9680fdbc2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27e1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27e0", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27e1", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60c0c018f7afb4354815096a": { + "QuestName": "The Huntsman Path - Factory Chief", + "_id": "60c0c018f7afb4354815096a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60c0c018f7afb4354815096a acceptPlayerMessage", + "changeQuestMessageText": "60c0c018f7afb4354815096a changeQuestMessageText", + "completePlayerMessage": "60c0c018f7afb4354815096a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60c0d187938d68438757cda1", + "conditions": [ + { + "id": "60c0d1ca5438bf3b0555d648", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossTagilla", + "followerTagilla" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60c0d187938d68438757cda2", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "60cfa590f81cc57f471718cc", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "60a7acf20c5cb24b01346648", + "675aae1c26dc64e17800fee6" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60cfa5a85f9e6175514de2e3", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "60a7acf20c5cb24b01346648", + "675aae1c26dc64e17800fee6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "60cfa4ee1bdece56c249cbf5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "629f0dd114061f307437fc9f", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3477486f7741d651d6885", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60c0c018f7afb4354815096a description", + "failMessageText": "60c0c018f7afb4354815096a failMessageText", + "declinePlayerMessage": "60c0c018f7afb4354815096a declinePlayerMessage", + "name": "60c0c018f7afb4354815096a name", + "note": "60c0c018f7afb4354815096a note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/60cb3814f09d61072d6cf211.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60c0c018f7afb4354815096a startedMessageText", + "successMessageText": "60c0c018f7afb4354815096a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 16000, + "id": "60cfa670f81cc57f471718cd", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cfa6b99f89812e5b6aa890", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 700000, + "id": "60cfa6a5ac6eb02bc726de72", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27e3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27e3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 700000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60d329c720a6283a506aec3c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27e5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27e5", + "_tpl": "5448ba0b4bdc2d02308b456c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d24b81486f77439c92d6ba8": { + "QuestName": "Acquaintance", + "_id": "5d24b81486f77439c92d6ba8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d24b81486f77439c92d6ba8 acceptPlayerMessage", + "changeQuestMessageText": "5d24b81486f77439c92d6ba8 changeQuestMessageText", + "completePlayerMessage": "5d24b81486f77439c92d6ba8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d24ba7886f77439c92d6baa", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c5d4b86f774784e1b9c45" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d24bb4886f77439c92d6bad", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "656df4fec921ad01000481a2" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d24bb7286f7741f7956be74", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347da92459774491567cf5" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d76276186f774454c5360bc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d2495a886f77425cd51e403", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d24b81486f77439c92d6ba8 description", + "failMessageText": "5d24b81486f77439c92d6ba8 failMessageText", + "declinePlayerMessage": "5d24b81486f77439c92d6ba8 declinePlayerMessage", + "name": "5d24b81486f77439c92d6ba8 name", + "note": "5d24b81486f77439c92d6ba8 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d66701986f7744a2e70f025.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d24b81486f77439c92d6ba8 startedMessageText", + "successMessageText": "5d24b81486f77439c92d6ba8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 3900, + "id": "60cc9e67ac6eb02bc726de61", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc9e7220a6283a506aeb43", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "60cc9e6c98b4927060364609", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27e7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27e7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc9eb1b2736c24b2118ba0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27e9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27e9", + "_tpl": "5e2af37686f774755a234b65", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66631493312343839d032d22": { + "QuestName": "Small Business - Part 3", + "_id": "66631493312343839d032d22", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66631493312343839d032d22 acceptPlayerMessage", + "changeQuestMessageText": "66631493312343839d032d22 changeQuestMessageText", + "completePlayerMessage": "66631493312343839d032d22 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "666733e0c62a5c652f3c4b45", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "unkown_mark_2", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "666733e3f2c2969cf600991b", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_peacemaker_007_2_N3", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "666733e565831d5bafa18bbb", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_peacemaker_007_2_N2", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "666733e7430c8972d6a5f438", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_peacemaker_007_2_N2_1", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6667338266dc03cc04ef1153", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6663149196a9349baa021baa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66631493312343839d032d22 description", + "failMessageText": "66631493312343839d032d22 failMessageText", + "declinePlayerMessage": "66631493312343839d032d22 declinePlayerMessage", + "name": "66631493312343839d032d22 name", + "note": "66631493312343839d032d22 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66631493312343839d032d22 startedMessageText", + "successMessageText": "66631493312343839d032d22 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 30000, + "id": "6674228529da3476e604f4b7", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "6674228fdceb304bf30b1ff2", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [ + "tournament_live", + "tournament", + "standard", + "press_edition", + "left_behind", + "prepare_for_escape", + "exhibition", + "edge_of_darkness", + "develop" + ], + "value": 2000, + "id": "6682b19d36c4afb83a0ff0d9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27eb", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27eb", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 2000 + } + } + ] + }, + { + "availableInGameEditions": [ + "develop", + "edge_of_darkness", + "exhibition", + "left_behind", + "prepare_for_escape", + "press_edition", + "standard", + "tournament_live", + "tournament" + ], + "value": 1, + "id": "66797fc869825e8dc200217c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27ed", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27ed", + "_tpl": "65ddcc9cfa85b9f17d0dfb07", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa39ee749756c920d02c8": { + "QuestName": "All Is Revealed", + "_id": "669fa39ee749756c920d02c8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa39ee749756c920d02c8 acceptPlayerMessage", + "changeQuestMessageText": "669fa39ee749756c920d02c8 changeQuestMessageText", + "completePlayerMessage": "669fa39ee749756c920d02c8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "669fb6c859bdae826f7325d4", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "669fac549b0ce3feae01a137" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66a7eebed6bac3ecc16f7d6b", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "669fac549b0ce3feae01a137" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa3afdeb23739ed385f1a8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3a1c26f13bd04030f37", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa39ee749756c920d02c8 description", + "failMessageText": "669fa39ee749756c920d02c8 failMessageText", + "declinePlayerMessage": "669fa39ee749756c920d02c8 declinePlayerMessage", + "name": "669fa39ee749756c920d02c8 name", + "note": "669fa39ee749756c920d02c8 note", + "traderId": "54cb57776803fa99248b456e", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acec97ec21e102040a047d.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa39ee749756c920d02c8 startedMessageText", + "successMessageText": "669fa39ee749756c920d02c8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17200, + "id": "66aa3b0664ea11e84c065d5f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa3b10e749756c920d3370", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 63000, + "id": "66aa3b1c91b0a8c9680fdbcb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27ef", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27ef", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 63000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66aa3b2b64ea11e84c065d60", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27f1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27f1", + "_tpl": "590c60fc86f77412b13fddcf", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6663148ca9290f9e0806cca1": { + "QuestName": "Immunity", + "_id": "6663148ca9290f9e0806cca1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6663148ca9290f9e0806cca1 acceptPlayerMessage", + "changeQuestMessageText": "6663148ca9290f9e0806cca1 changeQuestMessageText", + "completePlayerMessage": "6663148ca9290f9e0806cca1 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "666719fcaf3dde7223ac57d5", + "conditions": [ + { + "id": "66671c4f297809457fe5e6a7", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6672e2859b857136e1bc6f48", + "dynamicLocale": false, + "bodyPartsWithEffects": [ + { + "bodyParts": [ + "Stomach" + ], + "effects": [ + "Intoxication" + ] + } + ], + "energy": { + "value": 0, + "compareMethod": ">=" + }, + "hydration": { + "value": 0, + "compareMethod": ">=" + }, + "time": { + "value": 0, + "compareMethod": ">=" + }, + "conditionType": "HealthEffect" + } + ] + }, + "id": "666719fc7c5ae40e6adcf43e", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "666719d04091c71c6d736f5d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66631489acf8442f8b05319f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6663148ca9290f9e0806cca1 description", + "failMessageText": "6663148ca9290f9e0806cca1 failMessageText", + "declinePlayerMessage": "6663148ca9290f9e0806cca1 declinePlayerMessage", + "name": "6663148ca9290f9e0806cca1 name", + "note": "6663148ca9290f9e0806cca1 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6663148ca9290f9e0806cca1 startedMessageText", + "successMessageText": "6663148ca9290f9e0806cca1 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 28000, + "id": "667420a7f4584e58770d8a94", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667420b4f4584e58770d8a95", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1150, + "id": "667420d07b0373b49700c508", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27f3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b27f3", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1150 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "667420db29da3476e604f4b5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27f9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27f5", + "_tpl": "5fca138c2a7b221b2852a5c6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27f6", + "_tpl": "5fca138c2a7b221b2852a5c6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27f7", + "_tpl": "5fca138c2a7b221b2852a5c6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27f8", + "_tpl": "5fca138c2a7b221b2852a5c6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b27f9", + "_tpl": "5fca138c2a7b221b2852a5c6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4493d86f7744b8e15aa8f": { + "QuestName": "Database - Part 2", + "_id": "5ae4493d86f7744b8e15aa8f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4493d86f7744b8e15aa8f acceptPlayerMessage", + "changeQuestMessageText": "5ae4493d86f7744b8e15aa8f changeQuestMessageText", + "completePlayerMessage": "5ae4493d86f7744b8e15aa8f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9b5bd86f774307c29df37", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a25386f7746dd946e6d9" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9b63286f774229110402d", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a25386f7746dd946e6d9" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae9b64a86f77450fb040b1c", + "target": "5ae9b5bd86f774307c29df37", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af415c386f7745c267423a7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4493486f7744efa289417", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4493d86f7744b8e15aa8f description", + "failMessageText": "5ae4493d86f7744b8e15aa8f failMessageText", + "declinePlayerMessage": "5ae4493d86f7744b8e15aa8f declinePlayerMessage", + "name": "5ae4493d86f7744b8e15aa8f name", + "note": "5ae4493d86f7744b8e15aa8f note", "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a7d286f7744748710d74.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4493d86f7744b8e15aa8f startedMessageText", + "successMessageText": "5ae4493d86f7744b8e15aa8f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8500, + "id": "60cc833a77dc197c774254e0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc8343e3d0247e625dab8b", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc835e98b49270603645f3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27fb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27fb", + "_tpl": "5733279d245977289b77ec24", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc836c77dc197c774254e3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b27fd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b27fd", + "_tpl": "5d1b313086f77425227d1678", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8876b71eeb7c4168c634", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b27fe", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b27fe", + "_tpl": "5d5d646386f7742797261fd9" + } + ], + "loyaltyLevel": 2, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae448e586f7744dcf0c2a67": { + "QuestName": "Big Sale", + "_id": "5ae448e586f7744dcf0c2a67", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae448e586f7744dcf0c2a67 acceptPlayerMessage", + "changeQuestMessageText": "5ae448e586f7744dcf0c2a67 changeQuestMessageText", + "completePlayerMessage": "5ae448e586f7744dcf0c2a67 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae4508386f7741250488336", + "conditions": [ + { + "id": "5ae4509b86f774282006e469", + "dynamicLocale": false, + "target": "place_SALE_03_AVOKADO", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ae4508386f7741250488337", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae450db86f7741250488358", + "conditions": [ + { + "id": "5ae450e286f7740f6409d278", + "dynamicLocale": false, + "target": "place_SALE_03_KOSTIN", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ae450db86f7741250488359", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae450ee86f7740f9307859c", + "conditions": [ + { + "id": "5ae450f686f774125048835f", + "dynamicLocale": false, + "target": "place_SALE_03_TREND", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ae450ee86f7740f9307859d", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae4510786f7740fa614399e", + "conditions": [ + { + "id": "5ae4511086f7740f6409d289", + "dynamicLocale": false, + "target": "place_SALE_03_DINO", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ae4510786f7740fa614399f", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae4511d86f7740ffc31ccb4", + "conditions": [ + { + "id": "5ae4512686f774400872565c", + "dynamicLocale": false, + "target": "place_SALE_03_TOPBRAND", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "5ae4511d86f7740ffc31ccb5", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae4514986f7740e915d218b", + "conditions": [ + { + "id": "5ae4515086f7741250488375", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5ae4516386f774282006e4ad", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "5ae4514986f7740e915d218c", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae4516f86f7740e915d2196", + "target": "5ae4508386f7741250488337", + "conditionType": "CompleteCondition" + }, + { + "id": "5ae4517386f774282006e4b3", + "target": "5ae450db86f7741250488359", + "conditionType": "CompleteCondition" + }, + { + "id": "5ae4517786f774282006e4b5", + "target": "5ae450ee86f7740f9307859d", + "conditionType": "CompleteCondition" + }, + { + "id": "5ae4517c86f7740fa61439c0", + "target": "5ae4510786f7740fa614399f", + "conditionType": "CompleteCondition" + }, + { + "id": "5ae4518286f7740ffc31ccd8", + "target": "5ae4511d86f7740ffc31ccb5", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4155d86f7745b5e2aba63", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448a386f7744d3730fff0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae448e586f7744dcf0c2a67 description", + "failMessageText": "5ae448e586f7744dcf0c2a67 failMessageText", + "declinePlayerMessage": "5ae448e586f7744dcf0c2a67 declinePlayerMessage", + "name": "5ae448e586f7744dcf0c2a67 name", + "note": "5ae448e586f7744dcf0c2a67 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae448e586f7744dcf0c2a67 startedMessageText", + "successMessageText": "5ae448e586f7744dcf0c2a67 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8200, + "id": "60cc8192af2e5506c37822d1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc81997c496e588343a6f7", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "60cc819ff09d61072d6d0112", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2800", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2800", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc81af6a2a1958fc52321c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2802", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2802", + "_tpl": "5d5d940f86f7742797262046", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa3a1c26f13bd04030f37": { + "QuestName": "Capacity Check", + "_id": "669fa3a1c26f13bd04030f37", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa3a1c26f13bd04030f37 acceptPlayerMessage", + "changeQuestMessageText": "669fa3a1c26f13bd04030f37 changeQuestMessageText", + "completePlayerMessage": "669fa3a1c26f13bd04030f37 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66a0e7581ad4ff329a13ebc8", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_10_1", + "target": [ + "590c2e1186f77425357b6124" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66a0e75bd9cb07ea69e018c7", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_10_2", + "target": [ + "590c2e1186f77425357b6124" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66a0e75df6e0911101eed474", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_10_3", + "target": [ + "590c2e1186f77425357b6124" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa37922fc57b00186835ec", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa394e0c9f9fafa082897", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66aa379db03a317f0540a160", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ac345dc86f774288030817f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa3a1c26f13bd04030f37 description", + "failMessageText": "669fa3a1c26f13bd04030f37 failMessageText", + "declinePlayerMessage": "669fa3a1c26f13bd04030f37 declinePlayerMessage", + "name": "669fa3a1c26f13bd04030f37 name", + "note": "669fa3a1c26f13bd04030f37 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acecc4ec21e102040a047f.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa3a1c26f13bd04030f37 startedMessageText", + "successMessageText": "669fa3a1c26f13bd04030f37 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 16500, + "id": "66aa37bc1e5e199ecd094f0d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa37c730c6d0aae40a9f71", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 58000, + "id": "66aa37d458f762935c03db20", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2804", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2804", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 58000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66aa3812e0c9f9fafa08366d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2805", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2805", + "_tpl": "618428466ef05c2ce828f218", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b2806", + "_tpl": "571659bb2459771fb2755a12", + "parentId": "68010065f81036801d0b2805", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2807", + "_tpl": "61840d85568c120fdd2962a5", + "parentId": "68010065f81036801d0b2805", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2808", + "_tpl": "618426d96c780c1e710c9b9f", + "parentId": "68010065f81036801d0b2805", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2809", + "_tpl": "6183fd911cb55961fa0fdce9", + "parentId": "68010065f81036801d0b2808", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b280a", + "_tpl": "618407a850224f204c1da549", + "parentId": "68010065f81036801d0b2809", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b280b", + "_tpl": "61816fcad92c473c770215cc", + "parentId": "68010065f81036801d0b2809", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b280c", + "_tpl": "61817865d3a39d50044c13a4", + "parentId": "68010065f81036801d0b2808", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b280d", + "_tpl": "61816df1d3a39d50044c139e", + "parentId": "68010065f81036801d0b2808", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b280e", + "_tpl": "61816dfa6ef05c2ce828f1ad", + "parentId": "68010065f81036801d0b2808", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b280f", + "_tpl": "61825d06d92c473c770215de", + "parentId": "68010065f81036801d0b2805", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2810", + "_tpl": "61825d136ef05c2ce828f1cc", + "parentId": "68010065f81036801d0b280f", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b2811", + "_tpl": "618167616ef05c2ce828f1a8", + "parentId": "68010065f81036801d0b2810", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2812", + "_tpl": "61825d24d3a39d50044c13af", + "parentId": "68010065f81036801d0b280f", + "slotId": "mod_stock_002" + }, + { + "_id": "68010065f81036801d0b2813", + "_tpl": "6181688c6c780c1e710c9b04", + "parentId": "68010065f81036801d0b2805", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa383891b0a8c9680fdbca", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2817", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2815", + "_tpl": "61840d85568c120fdd2962a5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2816", + "_tpl": "61840d85568c120fdd2962a5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2817", + "_tpl": "61840d85568c120fdd2962a5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa38fac4c5c04798003b1c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b281e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b281a", + "_tpl": "5447ac644bdc2d6c208b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b281b", + "_tpl": "54527a984bdc2d4e668b4567", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b281a", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b281c", + "_tpl": "5447ac644bdc2d6c208b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b281d", + "_tpl": "54527a984bdc2d4e668b4567", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b281c", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b281e", + "_tpl": "5447ac644bdc2d6c208b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b281f", + "_tpl": "54527a984bdc2d4e668b4567", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b281e", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac244eb86f7741356335af1": { + "QuestName": "Gunsmith - Part 7", + "_id": "5ac244eb86f7741356335af1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac244eb86f7741356335af1 acceptPlayerMessage", + "changeQuestMessageText": "5ac244eb86f7741356335af1 changeQuestMessageText", + "completePlayerMessage": "5ac244eb86f7741356335af1 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5accdfdb86f77412265cbfc9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 800.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 47.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 60, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 300.0, + "compareMethod": "<=" + }, + "weight": { + "value": 3.8, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf37fa86f7741844039008", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "638dbfc336b3b72c944e2f85", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5ae3270f86f77445ba41d4dd", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac244eb86f7741356335af1 description", + "failMessageText": "5ac244eb86f7741356335af1 failMessageText", + "declinePlayerMessage": "5ac244eb86f7741356335af1 declinePlayerMessage", + "name": "5ac244eb86f7741356335af1 name", + "note": "5ac244eb86f7741356335af1 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4e02986f774617a185ef2.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac244eb86f7741356335af1 startedMessageText", + "successMessageText": "5ac244eb86f7741356335af1 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6300, + "id": "60cc765e65e4664318606af0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc7663f09d61072d6d00ba", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 500, + "id": "5acb81e486f77456247a352e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2821", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2821", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5acb821486f77455360eafa7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2823", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2823", + "_tpl": "5af04b6486f774195a3ebb49", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6398aaa0cd51826f7a069b88", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2825", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2825", + "_tpl": "59e35de086f7741778269d84", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19bb4fcae11642e50f9b7", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2826", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2826", + "_tpl": "56eabcd4d2720b66698b4574" + } + ], + "loyaltyLevel": 2, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa399033a3ce9870338a8": { + "QuestName": "Possessor", + "_id": "669fa399033a3ce9870338a8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa399033a3ce9870338a8 acceptPlayerMessage", + "changeQuestMessageText": "669fa399033a3ce9870338a8 changeQuestMessageText", + "completePlayerMessage": "669fa399033a3ce9870338a8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "669fb4a56e66d3d79183a5c9", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66c0b90c8398582e4b0c2e27" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "669fb4b21f2e5268651cc96a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66c0b90c8398582e4b0c2e27" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa21174aeb059fb0bdbe04", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59675ea386f77414b32bded2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa399033a3ce9870338a8 description", + "failMessageText": "669fa399033a3ce9870338a8 failMessageText", + "declinePlayerMessage": "669fa399033a3ce9870338a8 declinePlayerMessage", + "name": "669fa399033a3ce9870338a8 name", + "note": "669fa399033a3ce9870338a8 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acec55f85b8bf7250f9cad.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa399033a3ce9870338a8 startedMessageText", + "successMessageText": "669fa399033a3ce9870338a8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7300, + "id": "66aa21428b4a64b33204376e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa22a3e0c9f9fafa083668", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 47000, + "id": "66aa22b21e5e199ecd094f07", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2828", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2828", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 47000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66aa22c091b0a8c9680fdbbf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b282a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b282a", + "_tpl": "5d1b36a186f7742523398433", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6663149196a9349baa021baa": { + "QuestName": "Small Business - Part 2", + "_id": "6663149196a9349baa021baa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6663149196a9349baa021baa acceptPlayerMessage", + "changeQuestMessageText": "6663149196a9349baa021baa changeQuestMessageText", + "completePlayerMessage": "6663149196a9349baa021baa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66673229eebaa9483fff502a", + "conditions": [ + { + "id": "666732c4e2a9401fd8247255", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "followerBoar", + "followerBoarClose1", + "followerBoarClose2", + "followerGluharAssault", + "followerGluharScout", + "followerBully", + "followerGluharSecurity", + "followerGluharSnipe", + "followerKojaniy", + "followerKolontayAssault", + "followerKolontaySecurity", + "followerSanitar", + "followerStormtrooper", + "bossBoarSniper" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "666732298477f79f3f6ea229", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "666731a6b166f5dfa6ff6b1e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6663148ed7f171c4c20226c1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6667323f7240038a4bb453b3", + "conditions": [ + { + "id": "66673293ce77f77ae3aad3d2", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossBoar", + "bossBully", + "bossGluhar", + "bossKilla", + "bossKnight", + "bossKojaniy", + "bossKolontay", + "bossSanitar", + "bossTagilla", + "bossZryachiy", + "followerBigPipe", + "followerBirdEye", + "bossPartisan" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "6667323ff686168c451ad02c", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ] + }, + "description": "6663149196a9349baa021baa description", + "failMessageText": "6663149196a9349baa021baa failMessageText", + "declinePlayerMessage": "6663149196a9349baa021baa declinePlayerMessage", + "name": "6663149196a9349baa021baa name", + "note": "6663149196a9349baa021baa note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6663149196a9349baa021baa startedMessageText", + "successMessageText": "6663149196a9349baa021baa successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 36800, + "id": "667421677b0373b49700c509", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "6674217015268503bf0fb60b", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2200, + "id": "6674217cf4584e58770d8a97", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b282c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b282c", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 2200 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6674218858678c865f0f028c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b282f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b282e", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b282f", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "666314a50aa5c7436c00908a": { "QuestName": "Old Patterns", "_id": "666314a50aa5c7436c00908a", - "acceptPlayerMessage": "666314a50aa5c7436c00908a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314a50aa5c7436c00908a acceptPlayerMessage", "changeQuestMessageText": "666314a50aa5c7436c00908a changeQuestMessageText", "completePlayerMessage": "666314a50aa5c7436c00908a completePlayerMessage", "conditions": { @@ -112039,66 +92175,67 @@ { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6669acb8c4d34bd547a4d2ac", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "59faff1d86f7746c51718c9c" ], + "globalQuestCounterId": "", "value": 15, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6669ac64f3d3418d0260c026", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "666314a31cd52e3d040a2e76", "status": [ 4 ], - "target": "666314a31cd52e3d040a2e76", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "666314a50aa5c7436c00908a declinePlayerMessage", "description": "666314a50aa5c7436c00908a description", "failMessageText": "666314a50aa5c7436c00908a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "666314a50aa5c7436c00908a declinePlayerMessage", "name": "666314a50aa5c7436c00908a name", "note": "666314a50aa5c7436c00908a note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Loyalty", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314a50aa5c7436c00908a startedMessageText", + "successMessageText": "666314a50aa5c7436c00908a successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 0.01, "id": "66743bfbf4584e58770d8aeb", + "type": "TraderStanding", "index": 0, "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "unknown": false }, { "availableInGameEditions": [ @@ -112109,5399 +92246,1164 @@ "edge_of_darkness" ], "id": "6682724b2388eb5c9e059d62", + "type": "Pockets", "index": 0, "target": "65e080be269cbd5c5005e529", - "type": "Pockets", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "666314a50aa5c7436c00908a startedMessageText", - "status": 0, - "successMessageText": "666314a50aa5c7436c00908a successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Loyalty" - }, - "666314b0acf8442f8b0531a1": { - "QuestName": "Hell on Earth - Part 1", - "_id": "666314b0acf8442f8b0531a1", - "acceptPlayerMessage": "666314b0acf8442f8b0531a1 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5ae448f286f77448d73c0131": { + "QuestName": "The Blood of War - Part 1", + "_id": "5ae448f286f77448d73c0131", "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314b0acf8442f8b0531a1 changeQuestMessageText", - "completePlayerMessage": "666314b0acf8442f8b0531a1 completePlayerMessage", + "acceptPlayerMessage": "5ae448f286f77448d73c0131 acceptPlayerMessage", + "changeQuestMessageText": "5ae448f286f77448d73c0131 changeQuestMessageText", + "completePlayerMessage": "5ae448f286f77448d73c0131 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [], - "durability": { - "compareMethod": ">=", - "value": 80 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 42 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "66632cf3fbd7dedfa6153a9f", + "conditionType": "PlaceBeacon", + "id": "5ae452c086f774336a397578", "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, "parentId": "", - "recoil": { - "compareMethod": ">=", - "value": 0 - }, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_WARBLOOD_04_1", "target": [ - "5580223e4bdc2d1c128b457f" + "5991b51486f77447b112d44f" ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "667d3f1a52f51b32124c1cc8", - "index": 0, - "parentId": "", - "value": 27, + "value": 1, "visibilityConditions": [] }, { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667d3f3172ffda9e9ad6e4e9", + "conditionType": "PlaceBeacon", + "id": "5ae452de86f77450595c4333", "index": 1, "parentId": "", - "status": [ - 4, - 2 + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_WARBLOOD_04_2", + "target": [ + "5991b51486f77447b112d44f" ], - "target": "666314b4d7f171c4c20226c3", + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314b0acf8442f8b0531a1 declinePlayerMessage", - "description": "666314b0acf8442f8b0531a1 description", - "failMessageText": "666314b0acf8442f8b0531a1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a71f9cf6cc15c00a0f8d.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "666314b0acf8442f8b0531a1 name", - "note": "666314b0acf8442f8b0531a1 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d3f45037f250605042444", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15600 }, { - "availableInGameEditions": [], - "id": "667d3f50b3d7feb16a099058", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d3f5e2388eb5c9e057706", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039b2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35700 - } - } + "conditionType": "PlaceBeacon", + "id": "5ae452fa86f774336a39758e", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_WARBLOOD_04_3", + "target": [ + "5991b51486f77447b112d44f" ], - "target": "67eb506040b1947a721039b2", - "type": "Item", - "unknown": false, - "value": 35700 + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d3f6a68f52677e00a06e6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039b6", - "_tpl": "64be79e2bf8412471d0d9bcc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039b7", - "_tpl": "6570495b45d573133d0d6adb", - "parentId": "67eb506040b1947a721039b6", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721039b8", - "_tpl": "657049d23425b19bbc0502f0", - "parentId": "67eb506040b1947a721039b6", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721039b9", - "_tpl": "64be79e2bf8412471d0d9bcc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039ba", - "_tpl": "6570495b45d573133d0d6adb", - "parentId": "67eb506040b1947a721039b9", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721039bb", - "_tpl": "657049d23425b19bbc0502f0", - "parentId": "67eb506040b1947a721039b9", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721039b9", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314b0acf8442f8b0531a1 startedMessageText", - "status": 0, - "successMessageText": "666314b0acf8442f8b0531a1 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Merchant" - }, - "666314b2a9290f9e0806cca3": { - "QuestName": "Hell on Earth - Part 2", - "_id": "666314b2a9290f9e0806cca3", - "acceptPlayerMessage": "666314b2a9290f9e0806cca3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314b2a9290f9e0806cca3 changeQuestMessageText", - "completePlayerMessage": "666314b2a9290f9e0806cca3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5ae4531986f774177033c3e5", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "5ae4531f86f77417eb43f0d8", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66632eb0b0950771a732ab47", - "resetOnSessionEnd": false, - "savageRole": [ - "sectantPriest", - "sectantWarrior" + "status": [ + "Survived", + "Runner" ], - "target": "Savage", - "value": 1, - "weapon": [ - "5580223e4bdc2d1c128b457f", - "64748cb8de82c85eaf0a273a" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66632dee1d770a50deb5f7d6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66632deea5607d352f3aa844", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe309566bbce552f7e10", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314b0acf8442f8b0531a1", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314b2a9290f9e0806cca3 declinePlayerMessage", - "description": "666314b2a9290f9e0806cca3 description", - "failMessageText": "666314b2a9290f9e0806cca3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a71075d2dfc8330a07d8.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "666314b2a9290f9e0806cca3 name", - "note": "666314b2a9290f9e0806cca3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667c02cc4dbf58fd1e0f5e45", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a1a", - "_tpl": "5580223e4bdc2d1c128b457f", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a1b", - "_tpl": "5580169d4bdc2d9d138b4585", - "parentId": "67eb506040b1947a72103a1a", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103a1c", - "_tpl": "611a31ce5b7ffe001b4649d1", - "parentId": "67eb506040b1947a72103a1a", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a72103a1a", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d3faa037f250605042445", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 98000 - }, - { - "availableInGameEditions": [], - "id": "667d3fb4b3d7feb16a099059", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d3fc44dbf58fd1e1377b4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a1e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 324000 - } - } - ], - "target": "67eb506040b1947a72103a1e", - "type": "Item", - "unknown": false, - "value": 324000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d3ff1c2e8131e070ae498", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a20", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a21", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a22", - "_tpl": "5e340dcdcb6d5863cc5e5efb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a22", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d3ffa2388eb5c9e057708", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a24", - "_tpl": "617fd91e5539a84ec44ce155", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a25", - "_tpl": "617fd91e5539a84ec44ce155", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a26", - "_tpl": "617fd91e5539a84ec44ce155", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a26", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d400568f52677e00a06e7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a28", - "_tpl": "618a431df1eb8e24b8741deb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a29", - "_tpl": "618a431df1eb8e24b8741deb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a2a", - "_tpl": "618a431df1eb8e24b8741deb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a2a", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314b2a9290f9e0806cca3 startedMessageText", - "status": 0, - "successMessageText": "666314b2a9290f9e0806cca3 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "666314b4d7f171c4c20226c3": { - "QuestName": "The Good Times - Part 1", - "_id": "666314b4d7f171c4c20226c3", - "acceptPlayerMessage": "666314b4d7f171c4c20226c3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314b4d7f171c4c20226c3 changeQuestMessageText", - "completePlayerMessage": "666314b4d7f171c4c20226c3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "666334214bbd185a473f0781", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "ExitStatus" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "5ae4532486f77418215460fb", "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "545cdb794bdc2d3a198b456a" - ] - ], - "id": "66633534b1c6a8ba9d756fef" - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5645bc214bdc2d363b8b4571" - ] - ], - "id": "667c03064ad48bfe4e5d8119" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "667c534596f02e2dc4961ca1", "target": [ - "factory4_night", - "factory4_day" - ] - } - ], - "id": "666333e95913a3d6add373e4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "666333e93962787efd64004a", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe3e3c5de798137abf36", - "index": 0, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "657315df034d76585f032e01", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66854666b98a1bd61ae6d201", - "index": 1, - "parentId": "", - "value": 27, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314b4d7f171c4c20226c3 declinePlayerMessage", - "description": "666314b4d7f171c4c20226c3 description", - "failMessageText": "666314b4d7f171c4c20226c3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a72975d2dfc8330a07da.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "666314b4d7f171c4c20226c3 name", - "note": "666314b4d7f171c4c20226c3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4b148f391ec6e307ce8b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721037fb", - "_tpl": "5447a9cd4bdc2dbd208b4567", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721037fc", - "_tpl": "55d4b9964bdc2d1d4e8b456e", - "parentId": "67eb506040b1947a721037fb", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721037fd", - "_tpl": "55d4887d4bdc2d962f8b4570", - "parentId": "67eb506040b1947a721037fb", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721037fe", - "_tpl": "55d355e64bdc2d962f8b4569", - "parentId": "67eb506040b1947a721037fb", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a721037ff", - "_tpl": "55d3632e4bdc2d972f8b4569", - "parentId": "67eb506040b1947a721037fe", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103800", - "_tpl": "544a38634bdc2d58388b4568", - "parentId": "67eb506040b1947a721037ff", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103801", - "_tpl": "56ea8d2fd2720b7c698b4570", - "parentId": "67eb506040b1947a721037ff", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72103802", - "_tpl": "55d4af3a4bdc2d972f8b456f", - "parentId": "67eb506040b1947a72103801", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103803", - "_tpl": "55d459824bdc2d892f8b4573", - "parentId": "67eb506040b1947a721037fe", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103804", - "_tpl": "637f57b78d137b27f70c496a", - "parentId": "67eb506040b1947a72103803", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103805", - "_tpl": "55d5f46a4bdc2d1b198b4567", - "parentId": "67eb506040b1947a721037fe", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103806", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a721037fb", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103807", - "_tpl": "55d4ae6c4bdc2d8b2f8b456e", - "parentId": "67eb506040b1947a72103806", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72103808", - "_tpl": "55d44fd14bdc2d962f8b456e", - "parentId": "67eb506040b1947a721037fb", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a721037fb", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4b2ef9cc126bda0933d2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103816", - "_tpl": "545cdb794bdc2d3a198b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103817", - "_tpl": "6575ce3716c2762fba0057fd", - "parentId": "67eb506040b1947a72103816", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103818", - "_tpl": "6575ce45dc9932aed601c616", - "parentId": "67eb506040b1947a72103816", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103819", - "_tpl": "6575ce5016c2762fba005802", - "parentId": "67eb506040b1947a72103816", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210381a", - "_tpl": "6575ce5befc786cd9101a671", - "parentId": "67eb506040b1947a72103816", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210381b", - "_tpl": "6575ce6f16c2762fba005806", - "parentId": "67eb506040b1947a72103816", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210381c", - "_tpl": "6575ce9db15fef3dd4051628", - "parentId": "67eb506040b1947a72103816", - "slotId": "Shoulder_l", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210381d", - "_tpl": "6575cea8b15fef3dd405162c", - "parentId": "67eb506040b1947a72103816", - "slotId": "Shoulder_r", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210381e", - "_tpl": "6575ce8bdc9932aed601c61e", - "parentId": "67eb506040b1947a72103816", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210381f", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72103816", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103820", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "67eb506040b1947a72103816", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103821", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72103816", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103822", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72103816", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103816", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4b41cd4077ffb9082fdd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103827", - "_tpl": "5645bc214bdc2d363b8b4571", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103828", - "_tpl": "657bae18b7e9ca9a02045c0a", - "parentId": "67eb506040b1947a72103827", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103829", - "_tpl": "657baeaacfcf63c951052db3", - "parentId": "67eb506040b1947a72103827", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a7210382a", - "_tpl": "657baecbc6f689d3a205b863", - "parentId": "67eb506040b1947a72103827", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103827", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d41a00d6863e726128c9f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 76000 - }, - { - "availableInGameEditions": [], - "id": "667d41ad4dbf58fd1e1377b5", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d41c34dbf58fd1e1377b6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210382c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 256000 - } - } - ], - "target": "67eb506040b1947a7210382c", - "type": "Item", - "unknown": false, - "value": 256000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d41fd2388eb5c9e05770a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210382d", - "_tpl": "5aafa857e5b5b00018480968", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210382e", - "_tpl": "5addccf45acfc400185c2989", - "parentId": "67eb506040b1947a7210382d", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a7210382f", - "_tpl": "5ab372a310e891001717f0d8", - "parentId": "67eb506040b1947a7210382d", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103830", - "_tpl": "588226dd24597767ad33f789", - "parentId": "67eb506040b1947a7210382f", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103831", - "_tpl": "5b3b6dc75acfc47a8773fb1e", - "parentId": "67eb506040b1947a7210382f", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103832", - "_tpl": "5b3b6e495acfc4330140bd88", - "parentId": "67eb506040b1947a72103831", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103833", - "_tpl": "5649a2464bdc2d91118b45a8", - "parentId": "67eb506040b1947a7210382f", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103834", - "_tpl": "577d128124597739d65d0e56", - "parentId": "67eb506040b1947a72103833", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103835", - "_tpl": "577d141e24597739c5255e01", - "parentId": "67eb506040b1947a72103834", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103836", - "_tpl": "544909bb4bdc2d6f028b4577", - "parentId": "67eb506040b1947a7210382f", - "slotId": "mod_tactical_003" - }, - { - "_id": "67eb506040b1947a72103837", - "_tpl": "571659bb2459771fb2755a12", - "parentId": "67eb506040b1947a7210382f", - "slotId": "mod_pistolgrip" - }, - { - "_id": "67eb506040b1947a72103838", - "_tpl": "5649be884bdc2d79388b4577", - "parentId": "67eb506040b1947a7210382f", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103839", - "_tpl": "58d2946386f774496974c37e", - "parentId": "67eb506040b1947a72103838", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a7210383a", - "_tpl": "58d2912286f7744e27117493", - "parentId": "67eb506040b1947a72103839", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210383b", - "_tpl": "5addbac75acfc400194dbc56", - "parentId": "67eb506040b1947a7210382d", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a7210383c", - "_tpl": "5addbb825acfc408fb139400", - "parentId": "67eb506040b1947a7210383b", - "slotId": "mod_muzzle" - } - ], - "target": "67eb506040b1947a7210382d", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d422f68f52677e00a06e8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210383e", - "_tpl": "5aaf8a0be5b5b00015693243", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210383f", - "_tpl": "5aaf8a0be5b5b00015693243", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210383f", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4ad568f52677e00a06ec", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103842", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103843", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103842", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103844", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103845", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103844", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103846", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103847", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103846", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103846", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314b4d7f171c4c20226c3 startedMessageText", - "status": 0, - "successMessageText": "666314b4d7f171c4c20226c3 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "666314b696a9349baa021bac": { - "QuestName": "Quality Standard", - "_id": "666314b696a9349baa021bac", - "acceptPlayerMessage": "666314b696a9349baa021bac acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314b696a9349baa021bac changeQuestMessageText", - "completePlayerMessage": "666314b696a9349baa021bac completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6672e47f25ab92726912c3e5", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "666879d498b97e3a8f09f1ae" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6672e49679243c500ec02c2e", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "666879d498b97e3a8f09f1ae" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe4bf4179cecd79b7a6b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314b4d7f171c4c20226c3", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314b696a9349baa021bac declinePlayerMessage", - "description": "666314b696a9349baa021bac description", - "failMessageText": "666314b696a9349baa021bac failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", - "instantComplete": false, - "isKey": false, - "location": "5b0fc42d86f7744a585f9105", - "name": "666314b696a9349baa021bac name", - "note": "666314b696a9349baa021bac note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4b94b3d7feb16a09905e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103afe", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103afe", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d4b9e8f391ec6e307ce8c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 42000 - }, - { - "availableInGameEditions": [], - "id": "667d4ba846773164c205ed9f", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d4bb4f9cc126bda0933d3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b00", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 164000 - } - } - ], - "target": "67eb506040b1947a72103b00", - "type": "Item", - "unknown": false, - "value": 164000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4bc0cd4077ffb9082fde", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b02", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b03", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b04", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b05", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b06", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b06", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4bc80f4a5e68200e766a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b08", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b09", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b0a", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b0b", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b0c", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b0c", - "type": "Item", - "unknown": false, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314b696a9349baa021bac startedMessageText", - "status": 0, - "successMessageText": "666314b696a9349baa021bac successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "666314b8312343839d032d24": { - "QuestName": "Airmail", - "_id": "666314b8312343839d032d24", - "acceptPlayerMessage": "666314b8312343839d032d24 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314b8312343839d032d24 changeQuestMessageText", - "completePlayerMessage": "666314b8312343839d032d24 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "66740959ccd38d189b9d61cc", - "target": "NosQuests_5_Flaer" - } - ], - "id": "6672edeb729d6fb1c5643295" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6672edebec0c3e2ad7d4e489", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe5b2881e85d2b8c11c8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314b696a9349baa021bac", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314b8312343839d032d24 declinePlayerMessage", - "description": "666314b8312343839d032d24 description", - "failMessageText": "666314b8312343839d032d24 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a73b75d2dfc8330a07dc.png", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "666314b8312343839d032d24 name", - "note": "666314b8312343839d032d24 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4de868f52677e00a06ee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103916", - "_tpl": "62178c4d4ecf221597654e3d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103916", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d4df1b3d7feb16a09905f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14000 - }, - { - "availableInGameEditions": [], - "id": "667d4dfa2388eb5c9e057721", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d4e130d6863e726128ca6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103918", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 42000 - } - } - ], - "target": "67eb506040b1947a72103918", - "type": "Item", - "unknown": false, - "value": 42000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4f3f0f4a5e68200e766c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210391a", - "_tpl": "5cc9c20cd7f00c001336c65d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210391b", - "_tpl": "5cc9c20cd7f00c001336c65d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210391b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4f50b3d7feb16a099060", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210391d", - "_tpl": "5a5f1ce64f39f90b401987bc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210391e", - "_tpl": "5a5f1ce64f39f90b401987bc", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210391e", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314b8312343839d032d24 startedMessageText", - "status": 0, - "successMessageText": "666314b8312343839d032d24 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "666314bafd5ca9577902e03a": { - "QuestName": "The Good Times - Part 2", - "_id": "666314bafd5ca9577902e03a", - "acceptPlayerMessage": "666314bafd5ca9577902e03a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314bafd5ca9577902e03a changeQuestMessageText", - "completePlayerMessage": "666314bafd5ca9577902e03a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "666338ca9c801e64de9593b5", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "5b3b713c5acfc4330140bd8d" + "Interchange" ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Location" } - ], - "id": "6663389ab88d5660328a9953" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6663389aa257916ad3c89529", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, + "id": "5ae4531986f774177033c3e6", + "index": 3, + "parentId": "", "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae4532a86f774336a39759e", + "target": "5ae452c086f774336a397578", + "conditionType": "CompleteCondition" + }, + { + "id": "5ae4532e86f774184a254940", + "target": "5ae452de86f77450595c4333", + "conditionType": "CompleteCondition" + }, + { + "id": "5ae4533286f7741b747a04d9", + "target": "5ae452fa86f774336a39758e", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe6918436d08a032c0ed", + "id": "5b50761b88a4507f45121125", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5ae448e586f7744dcf0c2a67", "status": [ 4 ], - "target": "666314b8312343839d032d24", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314bafd5ca9577902e03a declinePlayerMessage", - "description": "666314bafd5ca9577902e03a description", - "failMessageText": "666314bafd5ca9577902e03a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a74575d2dfc8330a07de.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "666314bafd5ca9577902e03a name", - "note": "666314bafd5ca9577902e03a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4fc2e106f37577114239", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bf1", - "_tpl": "5b3b713c5acfc4330140bd8d", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bf2", - "_tpl": "5b3baf8f5acfc40dc5296692", - "parentId": "67eb506040b1947a72103bf1", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103bf3", - "_tpl": "5b3cadf35acfc400194776a0", - "parentId": "67eb506040b1947a72103bf1", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103bf4", - "_tpl": "571a29dc2459771fb2755a6a", - "parentId": "67eb506040b1947a72103bf1", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a72103bf1", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d4f8b46773164c205eda1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 62400 - }, - { - "availableInGameEditions": [], - "id": "667d4f964dbf58fd1e1377be", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d4fa668f52677e00a06ef", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bf6", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 226000 - } - } - ], - "target": "67eb506040b1947a72103bf6", - "type": "Item", - "unknown": false, - "value": 226000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d4fb6c2e8131e070ae4a5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bf8", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bf9", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bf9", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314bafd5ca9577902e03a startedMessageText", - "status": 0, - "successMessageText": "666314bafd5ca9577902e03a successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "666314bc1d3ec95634095e77": { - "QuestName": "Minute of Fame", - "_id": "666314bc1d3ec95634095e77", - "acceptPlayerMessage": "666314bc1d3ec95634095e77 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314bc1d3ec95634095e77 changeQuestMessageText", - "completePlayerMessage": "666314bc1d3ec95634095e77 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "667a958eb30fe2e2938a6387", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "667a8ef464eea5fdef0db135" - ], - "value": 1, + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667a95972740eaeca1ecda21", + "conditionType": "Quest", + "id": "6389fa44c3442f24872c1159", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", - "target": [ - "667a8ef464eea5fdef0db135" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe764bb3754b96983eef", - "index": 0, - "parentId": "", + "target": "5ae448bf86f7744d733e55ee", "status": [ 4 ], - "target": "666314bafd5ca9577902e03a", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "666314bc1d3ec95634095e77 declinePlayerMessage", - "description": "666314bc1d3ec95634095e77 description", - "failMessageText": "666314bc1d3ec95634095e77 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a74d9cf6cc15c00a0f91.png", - "instantComplete": false, - "isKey": false, + "description": "5ae448f286f77448d73c0131 description", + "failMessageText": "5ae448f286f77448d73c0131 failMessageText", + "declinePlayerMessage": "5ae448f286f77448d73c0131 declinePlayerMessage", + "name": "5ae448f286f77448d73c0131 name", + "note": "5ae448f286f77448d73c0131 note", + "traderId": "5ac3b934156ae10c4430e83c", "location": "5714dbc024597771384a510d", - "name": "666314bc1d3ec95634095e77 name", - "note": "666314bc1d3ec95634095e77 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d4fe8f9cc126bda0933d4", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "id": "667d4ff1cd4077ffb9082fe0", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d4ffc0f4a5e68200e766e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039d1", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1600 - } - } - ], - "target": "67eb506040b1947a721039d1", - "type": "Item", - "unknown": false, - "value": 1600 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d500ee106f3757711423a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039d3", - "_tpl": "63877c99e785640d436458ea", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039d4", - "_tpl": "63877c99e785640d436458ea", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039d4", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d50288f391ec6e307ce8e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039d6", - "_tpl": "612e0d3767085e45ef14057f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039d7", - "_tpl": "612e0d3767085e45ef14057f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039d7", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d504446773164c205eda2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039d9", - "_tpl": "5fbe7618d6fa9c00c571bb6c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039da", - "_tpl": "5fbe7618d6fa9c00c571bb6c", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039da", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314bc1d3ec95634095e77 startedMessageText", - "status": 0, - "successMessageText": "666314bc1d3ec95634095e77 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Discover" - }, - "666314bd920800278d0f6748": { - "QuestName": "Viewer", - "_id": "666314bd920800278d0f6748", - "acceptPlayerMessage": "666314bd920800278d0f6748 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314bd920800278d0f6748 changeQuestMessageText", - "completePlayerMessage": "666314bd920800278d0f6748 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667bf8370849ce7edf2b124e", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "NosQuests_8_wood_place" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667bf840981b1c594af358ce", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "NosQuests_8_shoreline_place" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66d07fa69d373d977f437fe0", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "NosQuests_8_factory_place" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe8257f5a79e2b8bc642", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314bc1d3ec95634095e77", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314bd920800278d0f6748 declinePlayerMessage", - "description": "666314bd920800278d0f6748 description", - "failMessageText": "666314bd920800278d0f6748 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/664088150e8c3b39563f2b73.png", - "instantComplete": false, + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", "isKey": false, - "location": "any", - "name": "666314bd920800278d0f6748 name", - "note": "666314bd920800278d0f6748 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d506d0f4a5e68200e766f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 74000 - }, - { - "availableInGameEditions": [], - "id": "667d5077b3d7feb16a099062", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d50838f391ec6e307ce8f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a8e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 172000 - } - } - ], - "target": "67eb506040b1947a72103a8e", - "type": "Item", - "unknown": false, - "value": 172000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d508d46773164c205eda3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a90", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a91", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a92", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a93", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a94", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a94", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d5096f9cc126bda0933d5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a96", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a97", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a98", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a99", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a9a", - "_tpl": "5d40407c86f774318526545a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a9a", - "type": "Item", - "unknown": false, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314bd920800278d0f6748 startedMessageText", - "status": 0, - "successMessageText": "666314bd920800278d0f6748 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "666314bf1cd52e3d040a2e78": { - "QuestName": "Serious Allegations", - "_id": "666314bf1cd52e3d040a2e78", - "acceptPlayerMessage": "666314bf1cd52e3d040a2e78 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314bf1cd52e3d040a2e78 changeQuestMessageText", - "completePlayerMessage": "666314bf1cd52e3d040a2e78 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667571ad6889d3af44af7be2", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66760b3deb51b08bd40c2b08" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667571cb7620e3041bad913c", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66760b3deb51b08bd40c2b08" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe8e309ba12125128d76", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314bd920800278d0f6748", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314bf1cd52e3d040a2e78 declinePlayerMessage", - "description": "666314bf1cd52e3d040a2e78 description", - "failMessageText": "666314bf1cd52e3d040a2e78 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a777e1471d93f20255c1.png", "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "666314bf1cd52e3d040a2e78 name", - "note": "666314bf1cd52e3d040a2e78 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d50b068f52677e00a06f2", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 36000 - }, - { - "availableInGameEditions": [], - "id": "667d50b9c2e8131e070ae4a8", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d50c12388eb5c9e057724", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210390e", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1500 - } - } - ], - "target": "67eb506040b1947a7210390e", - "type": "Item", - "unknown": false, - "value": 1500 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d50d8037f250605042452", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103910", - "_tpl": "57235b6f24597759bf5a30f1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103910", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d50eb4dbf58fd1e1377c1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103912", - "_tpl": "5a16b93dfcdbcbcae6687261", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103912", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d50fe0f4a5e68200e7671", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103914", - "_tpl": "5a16b8a9fcdbcb00165aa6ca", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103914", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314bf1cd52e3d040a2e78 startedMessageText", - "status": 0, - "successMessageText": "666314bf1cd52e3d040a2e78 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "666314c10aa5c7436c00908c": { - "QuestName": "Camera Action", - "_id": "666314c10aa5c7436c00908c", - "acceptPlayerMessage": "666314c10aa5c7436c00908c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314c10aa5c7436c00908c changeQuestMessageText", - "completePlayerMessage": "666314c10aa5c7436c00908c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66675a4567c0cf0989946e12", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590c392f86f77444754deb29" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66675a50f15c3daac1fcb57d", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5909e99886f7740c983b9984" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66675a5b89c89dbbf90361d5", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5af0561e86f7745f5f3ad6ac" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66675a66e7b6dbc6ff88de91", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "590a358486f77429692b2790" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c252898eab887725ef789", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "573477e124597737dd42e191" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c25452c353b0176f883d1", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "6389c70ca33d8c4cdf4932c6" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c257562774a862480925c", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c06779c86f77426e00dd782" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c25970b2c3c93bfc0f204", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5c06782b86f77426df5407d2" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c25a8b3d49a2e3f4bd05c", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b2ffd86f77425243e8d17" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c25b7b4419ddadbe352be", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "57347baf24597738002c6178" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c25eeb3fba3b8f07b9193", - "index": 10, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b304286f774253763a528" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667c26159bd3d32fb565578e", - "index": 11, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b392c86f77425243e98fe" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abe9a893092770c3aa869", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314bf1cd52e3d040a2e78", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314c10aa5c7436c00908c declinePlayerMessage", - "description": "666314c10aa5c7436c00908c description", - "failMessageText": "666314c10aa5c7436c00908c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/628b805544430c635d52a888.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "666314c10aa5c7436c00908c name", - "note": "666314c10aa5c7436c00908c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, + "startedMessageText": "5ae448f286f77448d73c0131 startedMessageText", + "successMessageText": "5ae448f286f77448d73c0131 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "667d5116e106f3757711423c", - "index": 0, + "value": 7500, + "id": "5c95109a86f77455192fa44c", "type": "Experience", - "unknown": false, - "value": 32000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "667d511f8f391ec6e307ce91", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", + "value": 0.02, + "id": "60cc81da7c496e588343a6f9", "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d513546773164c205eda5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bfb", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 205000 - } - } - ], - "target": "67eb506040b1947a72103bfb", - "type": "Item", - "unknown": false, - "value": 205000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d51544dbf58fd1e1377c2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bfd", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bfe", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bff", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bff", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314c10aa5c7436c00908c startedMessageText", - "status": 0, - "successMessageText": "666314c10aa5c7436c00908c successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "666314c3acf8442f8b0531a3": { - "QuestName": "Proper Comeback", - "_id": "666314c3acf8442f8b0531a3", - "acceptPlayerMessage": "666314c3acf8442f8b0531a3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314c3acf8442f8b0531a3 changeQuestMessageText", - "completePlayerMessage": "666314c3acf8442f8b0531a3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667442da875be5fb415df535", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5bc9bc53d4351e00367fbcee" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "NosQuests_11_wood_place" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6682873d755938fa4cb73073", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5bc9bc53d4351e00367fbcee" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "NosQuests_11_shoreline_place" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66d080533a3c33d823a3477d", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5bc9bc53d4351e00367fbcee" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "NosQuests_11_factory_place" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abea55d8c0026325fa26a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314c10aa5c7436c00908c", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314c3acf8442f8b0531a3 declinePlayerMessage", - "description": "666314c3acf8442f8b0531a3 description", - "failMessageText": "666314c3acf8442f8b0531a3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/664088150e8c3b39563f2b73.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "666314c3acf8442f8b0531a3 name", - "note": "666314c3acf8442f8b0531a3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d516c0f4a5e68200e7672", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 78000 - }, - { - "availableInGameEditions": [], - "id": "667d5175e106f3757711423d", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "667d517e8f391ec6e307ce92", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a09", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1900 - } - } - ], - "target": "67eb506040b1947a72103a09", - "type": "Item", - "unknown": false, - "value": 1900 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d518e46773164c205eda6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a0b", - "_tpl": "62a09cfe4f842e1bd12da3e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a0c", - "_tpl": "62a09cfe4f842e1bd12da3e4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a0c", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "667d5195f9cc126bda0933d7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a0e", - "_tpl": "5c12620d86f7743f8b198b72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a0f", - "_tpl": "5c12620d86f7743f8b198b72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a0f", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314c3acf8442f8b0531a3 startedMessageText", - "status": 0, - "successMessageText": "666314c3acf8442f8b0531a3 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Completion" - }, - "666314c5a9290f9e0806cca5": { - "QuestName": "Key to the City", - "_id": "666314c5a9290f9e0806cca5", - "acceptPlayerMessage": "666314c5a9290f9e0806cca5 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "666314c5a9290f9e0806cca5 changeQuestMessageText", - "completePlayerMessage": "666314c5a9290f9e0806cca5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6679884cef969161e3e9d64d", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66687bc89111279d600b5062" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667988545af9f7082798b67d", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66687bc89111279d600b5062" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "667abeaff28dc453b4168497", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "666314c3acf8442f8b0531a3", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "666314c5a9290f9e0806cca5 declinePlayerMessage", - "description": "666314c5a9290f9e0806cca5 description", - "failMessageText": "666314c5a9290f9e0806cca5 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a77f75d2dfc8330a07e0.png", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "666314c5a9290f9e0806cca5 name", - "note": "666314c5a9290f9e0806cca5 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "667d51cc2388eb5c9e057727", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 55000 - }, - { - "availableInGameEditions": [], - "id": "667d51d80d6863e726128cac", "index": 0, "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "667d51e2037f250605042455", + "value": 60000, + "id": "5ae9ad3986f77458b06d5625", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2831", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a721038b3", + "_id": "68010065f81036801d0b2831", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 145000 + "StackObjectsCount": 60000 } } - ], - "target": "67eb506040b1947a721038b3", - "type": "Item", - "unknown": false, - "value": 145000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "667d51eccd4077ffb9082fe5", + "value": 2, + "id": "60cc82077c496e588343a6fb", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2834", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721038b5", - "_tpl": "5d1b376e86f774252519444e", + "_id": "68010065f81036801d0b2833", + "_tpl": "5d1b36a186f7742523398433", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721038b6", - "_tpl": "5d1b376e86f774252519444e", + "_id": "68010065f81036801d0b2834", + "_tpl": "5d1b36a186f7742523398433", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038b7", - "_tpl": "5d1b376e86f774252519444e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a721038b7", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "666314c5a9290f9e0806cca5 startedMessageText", - "status": 0, - "successMessageText": "666314c5a9290f9e0806cca5 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "6672d9def1c88688a707d042": { - "QuestName": "Establish Contact", - "_id": "6672d9def1c88688a707d042", - "acceptPlayerMessage": "6672d9def1c88688a707d042 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6672d9def1c88688a707d042 changeQuestMessageText", - "completePlayerMessage": "6672d9def1c88688a707d042 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ + ] + }, { - "compareMethod": ">=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66813c01decf4560581ca0c0", - "index": 1, - "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6672daa3a5f158174abeaab2", + "availableInGameEditions": [], + "id": "655b951f32b0b1645e6f54cd", + "type": "AssortmentUnlock", "index": 0, - "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": 4, - "visibilityConditions": [] + "target": "68010065f81036801d0b2835", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2835", + "_tpl": "6038d614d10cbf667352dd44" + } + ], + "loyaltyLevel": 2, + "traderId": "5ac3b934156ae10c4430e83c" } ], "Fail": [] }, - "declinePlayerMessage": "6672d9def1c88688a707d042 declinePlayerMessage", - "description": "6672d9def1c88688a707d042 description", - "failMessageText": "6672d9def1c88688a707d042 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6672d9def1c88688a707d042 name", - "note": "6672d9def1c88688a707d042 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66741e2f29da3476e604f4b0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8800 - }, - { - "availableInGameEditions": [], - "id": "66741e25c4714a7a6e0d9c79", - "index": 0, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66741eeb15268503bf0fb609", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103729", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 600 - } - } - ], - "target": "67eb506040b1947a72103729", - "type": "Item", - "unknown": false, - "value": 600 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6672d9def1c88688a707d042 startedMessageText", - "status": 0, - "successMessageText": "6672d9def1c88688a707d042 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Loyalty" - }, - "6672ec2a2b6f3b71be794cc5": { - "QuestName": "A Key to Salvation", - "_id": "6672ec2a2b6f3b71be794cc5", - "acceptPlayerMessage": "6672ec2a2b6f3b71be794cc5 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6672ec2a2b6f3b71be794cc5 changeQuestMessageText", - "completePlayerMessage": "6672ec2a2b6f3b71be794cc5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742e9871a1ea849356d1a1", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5c1d0f4986f7744bb01837fa" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742eb113141dd347c1515f", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5c1d0c5f86f7744bb2683cf0" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742ebfbe505da164e5068d", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5c1d0dc586f7744baf2e7b79" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742efcb6a664c20e32cc11", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5c1d0efb86f7744baf2e7b7b" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742f60da136c794ff6df0c", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5c1d0d6d86f7744bb2683e1f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742f71f4a5f593020a5554", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5c1e495a86f7743109743dfb" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66742f90653d4d410e6908ea", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5c94bbff86f7747ee735c08f" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66796ea13b61733d65fc59a6", - "index": 0, - "parentId": "", - "status": [ - 2, - 5, - 4 - ], - "target": "657315ddab5a49b71f098853", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66796eb0e6668d1026a3f5e4", - "index": 1, - "parentId": "", - "value": 10, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6672ec2a2b6f3b71be794cc5 declinePlayerMessage", - "description": "6672ec2a2b6f3b71be794cc5 description", - "failMessageText": "6672ec2a2b6f3b71be794cc5 failMessageText", - "image": "/files/quest/icon/66754201e843d85e9f10d81b.png", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "6672ec2a2b6f3b71be794cc5 name", - "note": "6672ec2a2b6f3b71be794cc5 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "66752247e77b296aa92260b6", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "value": "0.15" - }, - { - "findInRaid": true, - "id": "6675231de77b296aa92260b7", - "index": 1, - "items": [ - { - "_id": "667eac90d13544227609658f", - "_tpl": "635267f063651329f75a4ee8", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "667eac90d13544227609658f", - "type": "Item", - "value": "5" - }, - { - "findInRaid": true, - "id": "6675819e0e41845c446fb096", - "index": 2, - "items": [ - { - "_id": "667eac90d135442276096590", - "_tpl": "5ed51652f6c34d2cc26336a1", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "667eac90d135442276096590", - "type": "Item", - "value": "5" - }, - { - "findInRaid": true, - "id": "667581a5e77b296aa9226d00", - "index": 3, - "items": [ - { - "_id": "667eac90d135442276096591", - "_tpl": "5c0e534186f7747fa1419867", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "667eac90d135442276096591", - "type": "Item", - "value": "5" - }, - { - "findInRaid": true, - "id": "667581ace843d85e9f1115b5", - "index": 4, - "items": [ - { - "_id": "667eac90d135442276096592", - "_tpl": "5c0e531286f7747fa54205c2", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "667eac90d135442276096592", - "type": "Item", - "value": "5" - }, - { - "findInRaid": true, - "id": "667581b34ec1b906ff1b19aa", - "index": 5, - "items": [ - { - "_id": "667eac90d135442276096593", - "_tpl": "5c0e531d86f7747fa23f4d42", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "667eac90d135442276096593", - "type": "Item", - "value": "5" - }, - { - "id": "667582984ec1b906ff1b19ab", - "index": 6, - "items": [ - { - "_id": "667eac90d135442276096594", - "_tpl": "635267f063651329f75a4ee8" - } - ], - "loyaltyLevel": 1, - "target": "667eac90d135442276096594", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock" - }, - { - "id": "667583234ec1b906ff1b19ac", - "index": 7, - "target": "66742c003a67b164a300fcbf", - "type": "Achievement" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6672ec2a2b6f3b71be794cc5 startedMessageText", - "successMessageText": "6672ec2a2b6f3b71be794cc5 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "668bcccc167d507eb01a268b": { - "QuestName": "Import ontrol", - "_id": "668bcccc167d507eb01a268b", - "acceptPlayerMessage": "668bcccc167d507eb01a268b acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "668bcccc167d507eb01a268b changeQuestMessageText", - "completePlayerMessage": "668bcccc167d507eb01a268b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "668bcebfb5788a094e5bf7e0", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "668bcee002b157c1f5a3d0ff", - "target": [ - "factory4_night", - "factory4_day" - ] - } - ], - "id": "668bceb02d7c41a8515307c7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668bceb012b42f685164674c", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668bcf4e734d42388944ccf5", - "index": 1, - "isEncoded": false, - "maxDurability": 15, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5447a9cd4bdc2dbd208b4567", - "5fbcc1d9016cce60e8341ab3", - "5df8ce05b11454561e39243b", - "5bfea6e90db834001b7347f3", - "5bb2475ed4351e00853264e3", - "62e7c4fba689e8c9c50dfc38", - "6184055050224f204c1da540", - "618428466ef05c2ce828f218", - "56d59856d2720bd8418b456a", - "5cadc190ae921500103bb3b6", - "5a7ae0c351dfba0017554310", - "6193a720f8ee7e52e42109ed" - ], - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668fbb92da5eca4d2d24ba66", - "index": 0, - "parentId": "", - "status": [ - 4, - 2, - 5 - ], - "target": "657315e4a6af4ab4b50f3459", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669e556cffca0b59c0e3b487", - "index": 1, - "parentId": "", - "value": 99, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "668bcccc167d507eb01a268b declinePlayerMessage", - "description": "668bcccc167d507eb01a268b description", - "failMessageText": "668bcccc167d507eb01a268b failMessageText", - "image": "/files/quest/icon/5981c96e86f77477920d1a04.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "668bcccc167d507eb01a268b name", - "note": "668bcccc167d507eb01a268b note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "668d07d949134451c735b3c6", - "index": 0, - "type": "Experience", - "value": "64500" - }, - { - "id": "668d07e7ef66ab36cc0f69b5", - "index": 1, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "value": "0.02" - }, - { - "findInRaid": true, - "id": "668d07f496bcf2098b2f0445", - "index": 2, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894f4", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 110000 - } - } - ], - "target": "66ae8e638edb0fb70f0894f4", - "type": "Item", - "value": "110000" - }, - { - "findInRaid": true, - "id": "668d15366fbf636df3271e96", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894f5", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66ae8e638edb0fb70f0894f5", - "type": "Item", - "value": "3" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "668bcccc167d507eb01a268b startedMessageText", - "successMessageText": "668bcccc167d507eb01a268b successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "668bccf963acb16d63707043": { - "QuestName": "Whats Your Evidence", - "_id": "668bccf963acb16d63707043", - "acceptPlayerMessage": "668bccf963acb16d63707043 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "668bccf963acb16d63707043 changeQuestMessageText", - "completePlayerMessage": "668bccf963acb16d63707043 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668bd013696575b3bbc846ec", - "index": 0, - "isEncoded": false, - "maxDurability": 15, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "5447a9cd4bdc2dbd208b4567", - "5fbcc1d9016cce60e8341ab3", - "5df8ce05b11454561e39243b", - "5bfea6e90db834001b7347f3", - "5bb2475ed4351e00853264e3", - "62e7c4fba689e8c9c50dfc38", - "6184055050224f204c1da540", - "618428466ef05c2ce828f218", - "56d59856d2720bd8418b456a", - "5cadc190ae921500103bb3b6", - "5a7ae0c351dfba0017554310", - "6193a720f8ee7e52e42109ed" - ], - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668fb89889c69129ab7e648d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "668bcccc167d507eb01a268b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "668bccf963acb16d63707043 declinePlayerMessage", - "description": "668bccf963acb16d63707043 description", - "failMessageText": "668bccf963acb16d63707043 failMessageText", - "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "668bccf963acb16d63707043 name", - "note": "668bccf963acb16d63707043 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "668d15af7a9efd56ba432ab8", - "index": 0, - "type": "Experience", - "value": "72600" - }, - { - "id": "668d15b87025ad71bb037a4a", - "index": 1, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "value": "0.03" - }, - { - "findInRaid": true, - "id": "668d15c3b6eb7919c36a2fc8", - "index": 2, - "items": [ - { - "_id": "66ae8e638edb0fb70f08953f", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1500 - } - } - ], - "target": "66ae8e638edb0fb70f08953f", - "type": "Item", - "value": "1500" - }, - { - "findInRaid": true, - "id": "668d15cf09ff233a816b3e88", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f089540", - "_tpl": "5d0376a486f7747d8050965c", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f089540", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "668d15ecef66ab36cc0f69b7", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f089541", - "_tpl": "62a0a16d0b9d3c46de5b6e97", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f089541", - "type": "Item", - "value": "2" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "668bccf963acb16d63707043 startedMessageText", - "successMessageText": "668bccf963acb16d63707043 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "668bcd1b194be70f18427a00": { - "QuestName": "Caught Red-Handed", - "_id": "668bcd1b194be70f18427a00", - "acceptPlayerMessage": "668bcd1b194be70f18427a00 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "668bcd1b194be70f18427a00 changeQuestMessageText", - "completePlayerMessage": "668bcd1b194be70f18427a00 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668be8a88b5800f44b533e21", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "w_race_cam1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668be8dfd906438a21fc839c", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "w_race_cam2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668be8e5ed860032551c901f", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "w_race_cam3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "668fb94cc0f96b462d52dc3e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "668bccf963acb16d63707043", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "668bcd1b194be70f18427a00 declinePlayerMessage", - "description": "668bcd1b194be70f18427a00 description", - "failMessageText": "668bcd1b194be70f18427a00 failMessageText", - "image": "/files/quest/icon/61ab421079c3a477d0121e46.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "668bcd1b194be70f18427a00 name", - "note": "668bcd1b194be70f18427a00 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "668d16087a9efd56ba432ab9", - "index": 0, - "type": "Experience", - "value": "52400" - }, - { - "id": "668d16117025ad71bb037a4b", - "index": 1, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "value": "0.02" - }, - { - "findInRaid": true, - "id": "668d161cb6eb7919c36a2fc9", - "index": 2, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894cb", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 1000 - } - } - ], - "target": "66ae8e638edb0fb70f0894cb", - "type": "Item", - "value": "1000" - }, - { - "findInRaid": true, - "id": "668d164309ff233a816b3e89", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894cc", - "_tpl": "5b44cd8b86f774503d30cba2", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66ae8e638edb0fb70f0894cc", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "668d1676ef66ab36cc0f69b8", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894cd", - "_tpl": "65290f395ae2ae97b80fdf2d", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f0894ce", - "_tpl": "652911675ae2ae97b80fdf3c", - "parentId": "66ae8e638edb0fb70f0894cd", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66ae8e638edb0fb70f0894cf", - "_tpl": "65293c38fc460e50a509cb25", - "parentId": "66ae8e638edb0fb70f0894cd", - "slotId": "mod_magazine" - }, - { - "_id": "66ae8e638edb0fb70f0894d0", - "_tpl": "6529119424cbe3c74a05e5bb", - "parentId": "66ae8e638edb0fb70f0894cd", - "slotId": "mod_reciever" - }, - { - "_id": "66ae8e638edb0fb70f0894d1", - "_tpl": "6567e751a715f85433025998", - "parentId": "66ae8e638edb0fb70f0894d0", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f0894d2", - "_tpl": "6567e7681265c8a131069b0f", - "parentId": "66ae8e638edb0fb70f0894d1", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f0894d3", - "_tpl": "652910565ae2ae97b80fdf35", - "parentId": "66ae8e638edb0fb70f0894d0", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f0894d4", - "_tpl": "6529113b5ae2ae97b80fdf39", - "parentId": "66ae8e638edb0fb70f0894d3", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f0894d5", - "_tpl": "652911e650dc782999054b9d", - "parentId": "66ae8e638edb0fb70f0894d4", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f0894d6", - "_tpl": "652910bc24cbe3c74a05e5b9", - "parentId": "66ae8e638edb0fb70f0894d3", - "slotId": "mod_gas_block" - }, - { - "_id": "66ae8e638edb0fb70f0894d7", - "_tpl": "652910ef50dc782999054b97", - "parentId": "66ae8e638edb0fb70f0894d0", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f0894d8", - "_tpl": "6529348224cbe3c74a05e5c4", - "parentId": "66ae8e638edb0fb70f0894cd", - "slotId": "mod_stock_000" - }, - { - "_id": "66ae8e638edb0fb70f0894d9", - "_tpl": "6529366450dc782999054ba0", - "parentId": "66ae8e638edb0fb70f0894d8", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f0894da", - "_tpl": "6529370c405a5f51dd023db8", - "parentId": "66ae8e638edb0fb70f0894d9", - "slotId": "mod_stock_000" - }, - { - "_id": "66ae8e638edb0fb70f0894db", - "_tpl": "6529109524cbe3c74a05e5b7", - "parentId": "66ae8e638edb0fb70f0894cd", - "slotId": "mod_charge" - } - ], - "target": "66ae8e638edb0fb70f0894cd", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "668d16db6fbf636df3271e9c", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894dc", - "_tpl": "65293c38fc460e50a509cb25", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66ae8e638edb0fb70f0894dc", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "668d169450a27a57771fc1ea", - "index": 6, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894dd", - "_tpl": "6529243824cbe3c74a05e5c1", - "upd": { - "StackObjectsCount": 80 - } - } - ], - "target": "66ae8e638edb0fb70f0894dd", - "type": "Item", - "value": "80" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "668bcd1b194be70f18427a00 startedMessageText", - "successMessageText": "668bcd1b194be70f18427a00 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "669fa38fad7f1eac2607ed46": { - "QuestName": "One Less Loose End", - "_id": "669fa38fad7f1eac2607ed46", - "acceptPlayerMessage": "669fa38fad7f1eac2607ed46 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "6663148ed7f171c4c20226c1": { + "QuestName": "Small Business - Part 1", + "_id": "6663148ed7f171c4c20226c1", "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa38fad7f1eac2607ed46 changeQuestMessageText", - "completePlayerMessage": "669fa38fad7f1eac2607ed46 completePlayerMessage", + "acceptPlayerMessage": "6663148ed7f171c4c20226c1 acceptPlayerMessage", + "changeQuestMessageText": "6663148ed7f171c4c20226c1 changeQuestMessageText", + "completePlayerMessage": "6663148ed7f171c4c20226c1 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669faeb6a6e02d00c47ad812", + "id": "666729738d4b7a9182ad4a89", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "66c0b39ca1f68fcc1d0c0cc3" + "655c67ab0d37ca5135388f4b" ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66672a1a928cfea6db3ff6cb", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c67ab0d37ca5135388f4b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66672a99bf7a7a1fcee35af0", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c66e40b2de553b618d4b8" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66672a9e351098ce6dee9d3e", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c66e40b2de553b618d4b8" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66672b010cf940754acb3a83", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572c82ad599021091c6118" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66672b18eba38faad31d29c3", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572c82ad599021091c6118" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66672b3330d5ad1d58cc1e95", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572be36a723f7f005a066e" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66672b47d515c72d9075fe64", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572be36a723f7f005a066e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66672b7dd70d15a60bb41e04", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c67782a1356436041c9c5" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66672b88a8236f9caf29c39e", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c67782a1356436041c9c5" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6667306ec19fb654f22fa05a", + "index": 10, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c673673a43e23e857aebd" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6667308a456e86f33c87437c", + "index": 11, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c673673a43e23e857aebd" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "666730b475bbbbfd5049b7da", + "index": 12, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572cbdad599021091c611a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "666730d6386cf75012a431f2", + "index": 13, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572cbdad599021091c611a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "666730f88db8c7927a859959", + "index": 14, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c669103999d3c810c025b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6667310584936a1238607d39", + "index": 15, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "655c669103999d3c810c025b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66673136b23cfc3ecab865d6", + "index": 16, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572b8d80b1cd4b6a67847f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6667314ae24cc783e69ad784", + "index": 17, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66572b8d80b1cd4b6a67847f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "666728de99692fd05d986403", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6663148ca9290f9e0806cca1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6663148ed7f171c4c20226c1 description", + "failMessageText": "6663148ed7f171c4c20226c1 failMessageText", + "declinePlayerMessage": "6663148ed7f171c4c20226c1 declinePlayerMessage", + "name": "6663148ed7f171c4c20226c1 name", + "note": "6663148ed7f171c4c20226c1 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6682a78f75d2dfc8330a07e2.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6663148ed7f171c4c20226c1 startedMessageText", + "successMessageText": "6663148ed7f171c4c20226c1 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 22800, + "id": "667420fd45cb67bd65077b2c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "6674210301b5600773078b48", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1800, + "id": "66742110dbd6ff58100ee5df", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2837", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2837", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1800 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6674211df4584e58770d8a96", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b283b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2839", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b283a", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b283b", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66ab970848ddbe9d4a0c49a8": { + "QuestName": "Special Comms", + "_id": "66ab970848ddbe9d4a0c49a8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66ab970848ddbe9d4a0c49a8 acceptPlayerMessage", + "changeQuestMessageText": "66ab970848ddbe9d4a0c49a8 changeQuestMessageText", + "completePlayerMessage": "66ab970848ddbe9d4a0c49a8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66ab9c5c60199cdb0902f8cc", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "Place_item_tools_woods", + "target": [ + "5d0375ff86f774186372f685" + ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669faecceb01bf6324de66c4", + "id": "66ab9c78e192b852d889e2bf", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "plantTime": 40, + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "Place_item_tools_woods", "target": [ - "66c0b39ca1f68fcc1d0c0cc3" + "619cbfeb6b8a1b37a54eebfa" ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66ab970848ddbe9d4a0c49ad", + "conditions": [ + { + "id": "66aa5c2c2ba4b7b5dedbb17d", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "66ab9c3ed412c1e8df3948ff", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "66ab970848ddbe9d4a0c49ab", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [], - "zoneId": "nf2024_1" + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66ab9c914a7cba3ea786ce58", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "Place_item_tools_rezerve", + "target": [ + "5d0375ff86f774186372f685" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66ab9c7ea3a7219e87d4b75e", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "Place_item_tools_rezerve", + "target": [ + "619cbfeb6b8a1b37a54eebfa" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa24767f030d6eb630823d", + "id": "66b35339e342383cb849b7e6", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "60896b7bfa70fc097863b8f5", "status": [ 4 ], - "target": "6179aff8f57fb279792c60a1", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a2e431698fb99bb4bd1cf2", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3910c828825de06d69f", - "visibilityConditions": [] - } - ] + "Fail": [] }, - "declinePlayerMessage": "669fa38fad7f1eac2607ed46 declinePlayerMessage", - "description": "669fa38fad7f1eac2607ed46 description", - "failMessageText": "669fa38fad7f1eac2607ed46 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acebc9f85b8bf7250f9cab.png", - "instantComplete": false, + "description": "66ab970848ddbe9d4a0c49a8 description", + "failMessageText": "66ab970848ddbe9d4a0c49a8 failMessageText", + "declinePlayerMessage": "66ab970848ddbe9d4a0c49a8 declinePlayerMessage", + "name": "66ab970848ddbe9d4a0c49a8 name", + "note": "66ab970848ddbe9d4a0c49a8 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "marathon", + "image": "/files/quest/icon/5d77a10586f7745041358b41.jpg", + "type": "Discover", "isKey": false, - "location": "any", - "name": "669fa38fad7f1eac2607ed46 name", - "note": "669fa38fad7f1eac2607ed46 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66ab970848ddbe9d4a0c49a8 startedMessageText", + "successMessageText": "66ab970848ddbe9d4a0c49a8 successMessageText", "rewards": { - "Fail": [], - "Started": [], + "Started": [ + { + "availableInGameEditions": [], + "value": 2, + "id": "66b4e17203449f31fe0b815e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b283e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b283d", + "_tpl": "619cbfeb6b8a1b37a54eebfa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b283e", + "_tpl": "619cbfeb6b8a1b37a54eebfa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66b4e17d0fab9765d1089f54", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2841", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2840", + "_tpl": "5d0375ff86f774186372f685", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2841", + "_tpl": "5d0375ff86f774186372f685", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], "Success": [ { "availableInGameEditions": [], - "id": "66aa24801e5e199ecd094f08", - "index": 0, + "value": 12800, + "id": "66b4e18ad697bf7616062860", "type": "Experience", - "unknown": false, - "value": 15000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "66aa248e023055273703d883", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", + "value": 0.02, + "id": "66b4e1df03449f31fe0b815f", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa24a6fb57cc8a5404ac5a", + "value": 32000, + "id": "66b4e1ee5ff24fbf230014e2", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2843", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103ed2", - "_tpl": "5696686a4bdc2da3298b456a", + "_id": "68010065f81036801d0b2843", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 1200 + "StackObjectsCount": 32000 } } - ], - "target": "67eb506040b1947a72103ed2", - "type": "Item", - "unknown": false, - "value": 1200 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "66bb3e3aa511da1d0400af96", + "value": 1, + "id": "66b4e20782fe17cf19023a64", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2844", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103ed3", - "_tpl": "668fe5a998b5ad715703ddd6", + "_id": "68010065f81036801d0b2844", + "_tpl": "588892092459774ac91d4b11", "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, "StackObjectsCount": 1 } }, { - "_id": "67eb506040b1947a72103ed4", - "_tpl": "668fe5f62a0f85eea407cc18", - "parentId": "67eb506040b1947a72103ed3", + "_id": "68010065f81036801d0b2845", + "_tpl": "5888988e24597752fe43a6fa", + "parentId": "68010065f81036801d0b2844", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2846", + "_tpl": "5888956924597752983e182d", + "parentId": "68010065f81036801d0b2844", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72103ed5", - "_tpl": "668fe5ec4315934ba10c6f96", - "parentId": "67eb506040b1947a72103ed4", - "slotId": "mod_sight_front" + "_id": "68010065f81036801d0b2847", + "_tpl": "5888996c24597754281f9419", + "parentId": "68010065f81036801d0b2846", + "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103ed6", - "_tpl": "668fe5d42a0f85eea407cc16", - "parentId": "67eb506040b1947a72103ed3", - "slotId": "mod_pistolgrip" + "_id": "68010065f81036801d0b2848", + "_tpl": "5888976c24597754281f93f5", + "parentId": "68010065f81036801d0b2846", + "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a72103ed7", - "_tpl": "668fe60b56984d93550462c6", - "parentId": "67eb506040b1947a72103ed3", - "slotId": "mod_reciever" + "_id": "68010065f81036801d0b2849", + "_tpl": "57c55f172459772d27602381", + "parentId": "68010065f81036801d0b2844", + "slotId": "mod_pistol_grip" }, { - "_id": "67eb506040b1947a72103ed8", - "_tpl": "668fe5e1800f0244f9036e46", - "parentId": "67eb506040b1947a72103ed7", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103ed9", - "_tpl": "668fe5c5f35310705d02b696", - "parentId": "67eb506040b1947a72103ed3", - "slotId": "mod_magazine" + "_id": "68010065f81036801d0b284a", + "_tpl": "58889d0c2459775bc215d981", + "parentId": "68010065f81036801d0b2844", + "slotId": "mod_stock" } - ], - "target": "67eb506040b1947a72103ed3", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], + "value": 3, + "id": "66b4e2187d633c785b026060", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b284e", + "unknown": false, "findInRaid": true, - "id": "66bb40dac589a4bab20325c7", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103edb", - "_tpl": "668fe5c5f35310705d02b696", + "_id": "68010065f81036801d0b284c", + "_tpl": "5888988e24597752fe43a6fa", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103edc", - "_tpl": "668fe5c5f35310705d02b696", + "_id": "68010065f81036801d0b284d", + "_tpl": "5888988e24597752fe43a6fa", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103edd", - "_tpl": "668fe5c5f35310705d02b696", + "_id": "68010065f81036801d0b284e", + "_tpl": "5888988e24597752fe43a6fa", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103edd", + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66b4e23a204c6261cd0856f2", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2855", "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66bb40e92f6f5ebd440bfd16", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103edf", - "_tpl": "66a0d1e0ed648d72fe064d06", - "upd": { - "StackObjectsCount": 28 - } - } - ], - "target": "67eb506040b1947a72103edf", - "type": "Item", - "unknown": false, - "value": 28 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa38fad7f1eac2607ed46 startedMessageText", - "status": 0, - "successMessageText": "669fa38fad7f1eac2607ed46 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Discover" - }, - "669fa3910c828825de06d69f": { - "QuestName": "A Healthy Alternative", - "_id": "669fa3910c828825de06d69f", - "acceptPlayerMessage": "669fa3910c828825de06d69f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa3910c828825de06d69f changeQuestMessageText", - "completePlayerMessage": "669fa3910c828825de06d69f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669faef62c68a5925a36fccc", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66c0b39ca1f68fcc1d0c0cc3" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa24dc0f10ce8d6dd14ff8", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "669fa38fad7f1eac2607ed46", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a2e44f81ce653e06688365", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa38fad7f1eac2607ed46", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "669fa3910c828825de06d69f declinePlayerMessage", - "description": "669fa3910c828825de06d69f description", - "failMessageText": "669fa3910c828825de06d69f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "669fa3910c828825de06d69f name", - "note": "669fa3910c828825de06d69f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa24ec30c6d0aae40a9f69", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 13500 - }, - { - "availableInGameEditions": [], - "id": "66aa24fbc4c5c04798003b13", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa253c58f762935c03db1d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a11", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 86000 - } - } - ], - "target": "67eb506040b1947a72103a11", - "type": "Item", - "unknown": false, - "value": 86000 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "66aa25d891b0a8c9680fdbc2", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103a13", - "_tpl": "5c0e534186f7747fa1419867", + "_id": "68010065f81036801d0b2851", + "_tpl": "65702561cfc010a0f5006a28", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103a14", - "_tpl": "5c0e534186f7747fa1419867", + "_id": "68010065f81036801d0b2852", + "_tpl": "5e023e53d4353e3302577c4c", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a14", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa3910c828825de06d69f startedMessageText", - "status": 0, - "successMessageText": "669fa3910c828825de06d69f successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "669fa394e0c9f9fafa082897": { - "QuestName": "Forklift Certified", - "_id": "669fa394e0c9f9fafa082897", - "acceptPlayerMessage": "669fa394e0c9f9fafa082897 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa394e0c9f9fafa082897 changeQuestMessageText", - "completePlayerMessage": "669fa394e0c9f9fafa082897 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb00722810cb06e6542b3", - "target": "nf2024_2_1", - "value": 1 - } - ], - "id": "669faf990f7e21d3eb376c0e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669faf99963982aef42a5ba4", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb014bceebe6ad7b617a4", - "target": "nf2024_2_2", - "value": 1 - } - ], - "id": "669fafa0b20d227a09025b8d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fafa09a13dcb8bf66e6bd", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb01e32031a4784941063", - "target": "nf2024_2_3", - "value": 1 - } - ], - "id": "669fafa1ae2758adc432384c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fafa1d0fe63abcf15fac8", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb0239feb65c38307cbf5", - "target": "nf2024_2_4", - "value": 1 - } - ], - "id": "669fafa273b9cbaf9f867c40" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fafa2394f7353883ffd8d", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb09519d9a1978a630766", - "target": "nf2024_2_5", - "value": 1 - } - ], - "id": "669fafa4fb5d0e769743ff1d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fafa49bf4b277e24f3681", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb09a744ee5c99c0c37c5", - "target": "nf2024_2_6", - "value": 1 - } - ], - "id": "669fafa56a8bfcd5cad46a88" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fafa5f597899ad6bc55bb", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb0a62d01b10d2fe6900d", - "target": "nf2024_2_7", - "value": 1 - } - ], - "id": "669fafa70477fd2c4115c447" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fafa76172f63531f6e74d", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "669fb0ae55e412e6b9cca010", - "target": "nf2024_2_8", - "value": 1 - } - ], - "id": "669fafa92a79faddf0e75225" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fafa9299830ffe78e937d", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66a80f29e490981d6a708732", - "target": "nf2024_2_9", - "value": 1 - } - ], - "id": "66a80f20fe563c900ce99d96" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a80f20fe47046136f14c8b", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66bd679ce2ba6300ef763188", - "target": "nf2024_2_10", - "value": 1 - } - ], - "id": "66bd6761bb38a69e714769ab" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66bd67615936a4753b7345be", - "index": 9, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66bd67aa25d24dad850ea9cd", - "target": "nf2024_2_11", - "value": 1 - } - ], - "id": "66bd6765ecfed3d4d335a873" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66bd6765b9e77d3672edfeee", - "index": 10, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66c23325075c9f1090fdefed", - "target": "nf2024_2_12", - "value": 1 - } - ], - "id": "66c2331d1dbda4357a5a9727" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66c2331d75e8aa67fbf65930", - "index": 11, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa365c25cb39df626d4a0e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa39b91b0a8c9680fc467", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa394e0c9f9fafa082897 declinePlayerMessage", - "description": "669fa394e0c9f9fafa082897 description", - "failMessageText": "669fa394e0c9f9fafa082897 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acec0b6592ade562098c4d.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa394e0c9f9fafa082897 name", - "note": "669fa394e0c9f9fafa082897 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa36c191b0a8c9680fdbc7", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10700 - }, - { - "availableInGameEditions": [], - "id": "66aa36d464ea11e84c065d5d", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa36ea023055273703d88c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103aa8", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 46000 - } - } - ], - "target": "67eb506040b1947a72103aa8", - "type": "Item", - "unknown": false, - "value": 46000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3700fb57cc8a5404ac64", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103aaa", - "_tpl": "590c5bbd86f774785762df04", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aab", - "_tpl": "590c5bbd86f774785762df04", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aac", - "_tpl": "590c5bbd86f774785762df04", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103aac", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa370ce749756c920d336e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103aae", - "_tpl": "590a3c0a86f774385a33c450", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aaf", - "_tpl": "590a3c0a86f774385a33c450", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ab0", - "_tpl": "590a3c0a86f774385a33c450", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ab0", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa394e0c9f9fafa082897 startedMessageText", - "status": 0, - "successMessageText": "669fa394e0c9f9fafa082897 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "669fa395c4c5c04798002497": { - "QuestName": "Exit Here", - "_id": "669fa395c4c5c04798002497", - "acceptPlayerMessage": "669fa395c4c5c04798002497 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa395c4c5c04798002497 changeQuestMessageText", - "completePlayerMessage": "669fa395c4c5c04798002497 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "669fb170617a3971bb525b2a", - "status": [ - "Survived" - ] + "StackObjectsCount": 20 }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "Gate_o", - "id": "66c0a86de55c52cd17921935" + "parentId": "68010065f81036801d0b2851", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2853", + "_tpl": "65702561cfc010a0f5006a28", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } - ], - "id": "669fb12ec1fbcb64b49837ab" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb12eb01ceef19a5b4ebc", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa3280a8f51a164dab7b64", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3477486f7741d651d6885", - "visibilityConditions": [] + }, + { + "_id": "68010065f81036801d0b2854", + "_tpl": "5e023e53d4353e3302577c4c", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2853", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2855", + "_tpl": "65702561cfc010a0f5006a28", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2856", + "_tpl": "5e023e53d4353e3302577c4c", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2855", + "slotId": "cartridges" + } + ] } ], "Fail": [] }, - "declinePlayerMessage": "669fa395c4c5c04798002497 declinePlayerMessage", - "description": "669fa395c4c5c04798002497 description", - "failMessageText": "669fa395c4c5c04798002497 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acec28ec21e102040a0479.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa395c4c5c04798002497 name", - "note": "669fa395c4c5c04798002497 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa328930c6d0aae40a9f6b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5500 - }, - { - "availableInGameEditions": [], - "id": "66aa3291c4c5c04798003b15", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa329cfb57cc8a5404ac5e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a81", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 260 - } - } - ], - "target": "67eb506040b1947a72103a81", - "type": "Item", - "unknown": false, - "value": 260 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa32a930c6d0aae40a9f6c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a83", - "_tpl": "60391b0fb847c71012789415", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a84", - "_tpl": "60391b0fb847c71012789415", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a85", - "_tpl": "60391b0fb847c71012789415", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a85", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa395c4c5c04798002497 startedMessageText", - "status": 0, - "successMessageText": "669fa395c4c5c04798002497 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Exploration" + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "669fa3979b0ce3feae01a130": { "QuestName": "Claustrophobia", "_id": "669fa3979b0ce3feae01a130", - "acceptPlayerMessage": "669fa3979b0ce3feae01a130 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa3979b0ce3feae01a130 acceptPlayerMessage", "changeQuestMessageText": "669fa3979b0ce3feae01a130 changeQuestMessageText", "completePlayerMessage": "669fa3979b0ce3feae01a130 completePlayerMessage", "conditions": { @@ -117510,27 +93412,13 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "669fb1ff1aefeabc40e9b336", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], "id": "669fb3b1b041bd8adb9cfe06", - "resetOnSessionEnd": false, - "savageRole": [], + "dynamicLocale": false, "target": "Any", + "compareMethod": ">=", "value": 1, "weapon": [ "6259b864ebedf17603599e88", @@ -117549,12576 +93437,166 @@ "66ffa9b66e19cc902401c5e8", "67124dcfa3541f2a1f0e788b" ], - "weaponCaliber": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], "weaponModsExclusive": [], - "weaponModsInclusive": [] + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "conditionType": "InZone", - "dynamicLocale": false, "id": "66a2e2ce0d9f705feb2ee72c", + "dynamicLocale": false, "zoneIds": [ "nf2024_4_zone_kill1" - ] + ], + "conditionType": "InZone" } - ], - "id": "669fb1ff1aefeabc40e9b336" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "669fb1ffe34e78d618792b41", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 5, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "66aa3b5d39badb72cf499df7", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", "status": [ 4 ], - "target": "5d25e2cc86f77443e47ae019", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "669fa3979b0ce3feae01a130 declinePlayerMessage", "description": "669fa3979b0ce3feae01a130 description", "failMessageText": "669fa3979b0ce3feae01a130 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acec41aa4a19c4f90881ca.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", + "declinePlayerMessage": "669fa3979b0ce3feae01a130 declinePlayerMessage", "name": "669fa3979b0ce3feae01a130 name", "note": "669fa3979b0ce3feae01a130 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5c0647fdd443bc2504c2d371", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acec41aa4a19c4f90881ca.png", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa3979b0ce3feae01a130 startedMessageText", + "successMessageText": "669fa3979b0ce3feae01a130 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 25400, "id": "66aa3b6a8b4a64b33204377b", - "index": 0, "type": "Experience", - "unknown": false, - "value": 25400 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "66aa3b73c26f13bd0403281f", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 89000, "id": "66aa3b80e0c9f9fafa08366e", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2858", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103a2c", + "_id": "68010065f81036801d0b2858", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 89000 } } - ], - "target": "67eb506040b1947a72103a2c", - "type": "Item", - "unknown": false, - "value": 89000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "66aa3b9e30c6d0aae40a9f73", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b285b", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103a2e", + "_id": "68010065f81036801d0b285a", "_tpl": "5b2388675acfc4771e1be0be", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103a2f", + "_id": "68010065f81036801d0b285b", "_tpl": "5b2388675acfc4771e1be0be", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103a2f", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa3979b0ce3feae01a130 startedMessageText", - "status": 0, - "successMessageText": "669fa3979b0ce3feae01a130 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "669fa399033a3ce9870338a8": { - "QuestName": "Possessor", - "_id": "669fa399033a3ce9870338a8", - "acceptPlayerMessage": "669fa399033a3ce9870338a8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa399033a3ce9870338a8 changeQuestMessageText", - "completePlayerMessage": "669fa399033a3ce9870338a8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb4a56e66d3d79183a5c9", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66c0b90c8398582e4b0c2e27" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb4b21f2e5268651cc96a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66c0b90c8398582e4b0c2e27" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa21174aeb059fb0bdbe04", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59675ea386f77414b32bded2", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa399033a3ce9870338a8 declinePlayerMessage", - "description": "669fa399033a3ce9870338a8 description", - "failMessageText": "669fa399033a3ce9870338a8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acec55f85b8bf7250f9cad.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa399033a3ce9870338a8 name", - "note": "669fa399033a3ce9870338a8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa21428b4a64b33204376e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7300 - }, - { - "availableInGameEditions": [], - "id": "66aa22a3e0c9f9fafa083668", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa22b21e5e199ecd094f07", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103950", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 47000 - } - } - ], - "target": "67eb506040b1947a72103950", - "type": "Item", - "unknown": false, - "value": 47000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa22c091b0a8c9680fdbbf", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103952", - "_tpl": "5d1b36a186f7742523398433", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103952", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa399033a3ce9870338a8 startedMessageText", - "status": 0, - "successMessageText": "669fa399033a3ce9870338a8 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Discover" - }, - "669fa39b91b0a8c9680fc467": { - "QuestName": "Black Swan", - "_id": "669fa39b91b0a8c9680fc467", - "acceptPlayerMessage": "669fa39b91b0a8c9680fc467 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa39b91b0a8c9680fc467 changeQuestMessageText", - "completePlayerMessage": "669fa39b91b0a8c9680fc467 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb647a5be751be095da27", - "index": 0, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_6_beacon_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb64aa7e974b27a9c7e1f", - "index": 1, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_6_beacon_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb64b5150ba5196dae347", - "index": 2, - "parentId": "", - "plantTime": 40, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_6_beacon_3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa356e881d0bfbc19ab85e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3477486f7741d651d6885", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa39b91b0a8c9680fc467 declinePlayerMessage", - "description": "669fa39b91b0a8c9680fc467 description", - "failMessageText": "669fa39b91b0a8c9680fc467 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acec6c34f21cc7fc076486.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa39b91b0a8c9680fc467 name", - "note": "669fa39b91b0a8c9680fc467 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa35f9c26f13bd0403281c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b24", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b25", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b26", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b26", - "type": "Item", - "unknown": false, - "value": 3 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa357930c6d0aae40a9f6e", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8600 - }, - { - "availableInGameEditions": [], - "id": "66aa3582c4c5c04798003b17", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa358e1e5e199ecd094f0c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b28", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "67eb506040b1947a72103b28", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa359a30c6d0aae40a9f6f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b2a", - "_tpl": "5d1b327086f7742525194449", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b2b", - "_tpl": "5d1b327086f7742525194449", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b2b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa35a2c4c5c04798003b18", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b2d", - "_tpl": "5d1c774f86f7746d6620f8db", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b2e", - "_tpl": "5d1c774f86f7746d6620f8db", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b2e", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa39b91b0a8c9680fc467 startedMessageText", - "status": 0, - "successMessageText": "669fa39b91b0a8c9680fc467 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "669fa39c64ea11e84c0642a6": { - "QuestName": "The Walls Have Eyes", - "_id": "669fa39c64ea11e84c0642a6", - "acceptPlayerMessage": "669fa39c64ea11e84c0642a6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa39c64ea11e84c0642a6 changeQuestMessageText", - "completePlayerMessage": "669fa39c64ea11e84c0642a6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb5c58c03e61e1a33ddf0", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_7_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb5c7d5fbaaa7b285e83d", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_7_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb5c9d798aa41b9bd60b5", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_7_3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa32da94e387ba878a128a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa395c4c5c04798002497", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa39c64ea11e84c0642a6 declinePlayerMessage", - "description": "669fa39c64ea11e84c0642a6 description", - "failMessageText": "669fa39c64ea11e84c0642a6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acec801d8e1083b303f5a9.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa39c64ea11e84c0642a6 name", - "note": "669fa39c64ea11e84c0642a6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa32f030c6d0aae40a9f6d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bb5", - "_tpl": "5b4391a586f7745321235ab2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bb6", - "_tpl": "5b4391a586f7745321235ab2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bb7", - "_tpl": "5b4391a586f7745321235ab2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bb7", - "type": "Item", - "unknown": false, - "value": 3 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa330964ea11e84c065d5c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7200 - }, - { - "availableInGameEditions": [], - "id": "66aa33111e5e199ecd094f0b", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa331cc26f13bd0403281a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bb9", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 550 - } - } - ], - "target": "67eb506040b1947a72103bb9", - "type": "Item", - "unknown": false, - "value": 550 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3333fb57cc8a5404ac60", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bba", - "_tpl": "5fb64bc92b1b027b1f50bcf2", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bbb", - "_tpl": "5fb651b52b1b027b1f50bcff", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103bbc", - "_tpl": "5fb6567747ce63734e3fa1dc", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103bbd", - "_tpl": "5fb6564947ce63734e3fa1da", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103bbe", - "_tpl": "5fb6558ad6f0b2136f2d7eb7", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103bbf", - "_tpl": "5fb65363d1409e5ca04b54f5", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103bc0", - "_tpl": "5fb6548dd1409e5ca04b54f9", - "parentId": "67eb506040b1947a72103bbf", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103bc1", - "_tpl": "5fbb976df9986c4cff3fe5f2", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103bc2", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103bc3", - "_tpl": "5fce0f9b55375d18a253eff2", - "parentId": "67eb506040b1947a72103bba", - "slotId": "mod_mount_002" - } - ], - "target": "67eb506040b1947a72103bba", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3360fb57cc8a5404ac61", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bc5", - "_tpl": "5fb651dc85f90547f674b6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bc6", - "_tpl": "5fb651dc85f90547f674b6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bc7", - "_tpl": "5fb651dc85f90547f674b6f4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103bc7", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3374023055273703d889", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bca", - "_tpl": "6570240a1419851aef03e6f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bcb", - "_tpl": "5efb0d4f4bc50b58e81710f3", - "parentId": "67eb506040b1947a72103bca", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72103bcc", - "_tpl": "6570240a1419851aef03e6f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bcd", - "_tpl": "5efb0d4f4bc50b58e81710f3", - "parentId": "67eb506040b1947a72103bcc", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72103bce", - "_tpl": "6570240a1419851aef03e6f7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103bcf", - "_tpl": "5efb0d4f4bc50b58e81710f3", - "parentId": "67eb506040b1947a72103bce", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72103bce", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa39c64ea11e84c0642a6 startedMessageText", - "status": 0, - "successMessageText": "669fa39c64ea11e84c0642a6 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Exploration" - }, - "669fa39ee749756c920d02c8": { - "QuestName": "All Is Revealed", - "_id": "669fa39ee749756c920d02c8", - "acceptPlayerMessage": "669fa39ee749756c920d02c8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa39ee749756c920d02c8 changeQuestMessageText", - "completePlayerMessage": "669fa39ee749756c920d02c8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "669fb6c859bdae826f7325d4", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "669fac549b0ce3feae01a137" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a7eebed6bac3ecc16f7d6b", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "669fac549b0ce3feae01a137" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa3afdeb23739ed385f1a8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3a1c26f13bd04030f37", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa39ee749756c920d02c8 declinePlayerMessage", - "description": "669fa39ee749756c920d02c8 description", - "failMessageText": "669fa39ee749756c920d02c8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acec97ec21e102040a047d.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa39ee749756c920d02c8 name", - "note": "669fa39ee749756c920d02c8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa3b0664ea11e84c065d5f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17200 - }, - { - "availableInGameEditions": [], - "id": "66aa3b10e749756c920d3370", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa3b1c91b0a8c9680fdbcb", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039a5", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 63000 - } - } - ], - "target": "67eb506040b1947a721039a5", - "type": "Item", - "unknown": false, - "value": 63000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3b2b64ea11e84c065d60", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039a7", - "_tpl": "590c60fc86f77412b13fddcf", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039a7", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa39ee749756c920d02c8 startedMessageText", - "status": 0, - "successMessageText": "669fa39ee749756c920d02c8 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "669fa3a08b4a64b332041ff7": { - "QuestName": "Dragnet", - "_id": "669fa3a08b4a64b332041ff7", - "acceptPlayerMessage": "669fa3a08b4a64b332041ff7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa3a08b4a64b332041ff7 changeQuestMessageText", - "completePlayerMessage": "669fa3a08b4a64b332041ff7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0e692281e56a89b717b7d", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66a0e523e749756c920d02d0" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0e69ec03c2dad1a84993a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66a0e523e749756c920d02d0" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa319ae3494ba703d885db", - "index": 0, - "parentId": "", - "status": [ - 4, - 5 - ], - "target": "669fa38fad7f1eac2607ed46", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa3a08b4a64b332041ff7 declinePlayerMessage", - "description": "669fa3a08b4a64b332041ff7 description", - "failMessageText": "669fa3a08b4a64b332041ff7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acecb632bc3e9d7e0d2d57.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa3a08b4a64b332041ff7 name", - "note": "669fa3a08b4a64b332041ff7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa31a464ea11e84c065d5b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17300 - }, - { - "availableInGameEditions": [], - "id": "66aa31c2c26f13bd04032818", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa31d3fb57cc8a5404ac5c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a31", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 92000 - } - } - ], - "target": "67eb506040b1947a72103a31", - "type": "Item", - "unknown": false, - "value": 92000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa31e9023055273703d885", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a32", - "_tpl": "5aafa857e5b5b00018480968", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a33", - "_tpl": "64b9e2037fdfb81df81e3c25", - "parentId": "67eb506040b1947a72103a32", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103a34", - "_tpl": "5aaf8e43e5b5b00015693246", - "parentId": "67eb506040b1947a72103a32", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103a35", - "_tpl": "5ab24ef9e5b5b00fe93c9209", - "parentId": "67eb506040b1947a72103a34", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103a36", - "_tpl": "5aaf9d53e5b5b00015042a52", - "parentId": "67eb506040b1947a72103a32", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103a37", - "_tpl": "5aafa1c2e5b5b00015042a56", - "parentId": "67eb506040b1947a72103a36", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103a38", - "_tpl": "5aafa49ae5b5b00015042a58", - "parentId": "67eb506040b1947a72103a37", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103a39", - "_tpl": "5abcbb20d8ce87001773e258", - "parentId": "67eb506040b1947a72103a32", - "slotId": "mod_sight_rear" - } - ], - "target": "67eb506040b1947a72103a32", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa32131e5e199ecd094f0a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a3b", - "_tpl": "5addcce35acfc4001a5fc635", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a3c", - "_tpl": "5addcce35acfc4001a5fc635", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a3d", - "_tpl": "5addcce35acfc4001a5fc635", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103a3d", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3238fb57cc8a5404ac5d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103a40", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a41", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103a40", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a42", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a43", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103a42", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a44", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a45", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103a44", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a46", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a47", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103a46", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a48", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a49", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103a48", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103a4a", - "_tpl": "65702554bfc87b3a34093247", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103a4b", - "_tpl": "5a608bf24f39f98ffc77720e", - "parentId": "67eb506040b1947a72103a4a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103a4a", - "type": "Item", - "unknown": false, - "value": 6 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa3a08b4a64b332041ff7 startedMessageText", - "status": 0, - "successMessageText": "669fa3a08b4a64b332041ff7 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Discover" - }, - "669fa3a1c26f13bd04030f37": { - "QuestName": "Capacity Check", - "_id": "669fa3a1c26f13bd04030f37", - "acceptPlayerMessage": "669fa3a1c26f13bd04030f37 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa3a1c26f13bd04030f37 changeQuestMessageText", - "completePlayerMessage": "669fa3a1c26f13bd04030f37 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0e7581ad4ff329a13ebc8", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "590c2e1186f77425357b6124" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_10_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0e75bd9cb07ea69e018c7", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "590c2e1186f77425357b6124" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_10_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0e75df6e0911101eed474", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "590c2e1186f77425357b6124" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "nf2024_10_3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa37922fc57b00186835ec", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa394e0c9f9fafa082897", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa379db03a317f0540a160", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac345dc86f774288030817f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa3a1c26f13bd04030f37 declinePlayerMessage", - "description": "669fa3a1c26f13bd04030f37 description", - "failMessageText": "669fa3a1c26f13bd04030f37 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acecc4ec21e102040a047f.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa3a1c26f13bd04030f37 name", - "note": "669fa3a1c26f13bd04030f37 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa37bc1e5e199ecd094f0d", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 16500 - }, - { - "availableInGameEditions": [], - "id": "66aa37c730c6d0aae40a9f71", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa37d458f762935c03db20", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ad2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 58000 - } - } - ], - "target": "67eb506040b1947a72103ad2", - "type": "Item", - "unknown": false, - "value": 58000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3812e0c9f9fafa08366d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ad3", - "_tpl": "618428466ef05c2ce828f218", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ad4", - "_tpl": "571659bb2459771fb2755a12", - "parentId": "67eb506040b1947a72103ad3", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103ad5", - "_tpl": "61840d85568c120fdd2962a5", - "parentId": "67eb506040b1947a72103ad3", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103ad6", - "_tpl": "618426d96c780c1e710c9b9f", - "parentId": "67eb506040b1947a72103ad3", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103ad7", - "_tpl": "6183fd911cb55961fa0fdce9", - "parentId": "67eb506040b1947a72103ad6", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103ad8", - "_tpl": "618407a850224f204c1da549", - "parentId": "67eb506040b1947a72103ad7", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103ad9", - "_tpl": "61816fcad92c473c770215cc", - "parentId": "67eb506040b1947a72103ad7", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103ada", - "_tpl": "61817865d3a39d50044c13a4", - "parentId": "67eb506040b1947a72103ad6", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103adb", - "_tpl": "61816df1d3a39d50044c139e", - "parentId": "67eb506040b1947a72103ad6", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103adc", - "_tpl": "61816dfa6ef05c2ce828f1ad", - "parentId": "67eb506040b1947a72103ad6", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103add", - "_tpl": "61825d06d92c473c770215de", - "parentId": "67eb506040b1947a72103ad3", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103ade", - "_tpl": "61825d136ef05c2ce828f1cc", - "parentId": "67eb506040b1947a72103add", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a72103adf", - "_tpl": "618167616ef05c2ce828f1a8", - "parentId": "67eb506040b1947a72103ade", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103ae0", - "_tpl": "61825d24d3a39d50044c13af", - "parentId": "67eb506040b1947a72103add", - "slotId": "mod_stock_002" - }, - { - "_id": "67eb506040b1947a72103ae1", - "_tpl": "6181688c6c780c1e710c9b04", - "parentId": "67eb506040b1947a72103ad3", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a72103ad3", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa383891b0a8c9680fdbca", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ae3", - "_tpl": "61840d85568c120fdd2962a5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ae4", - "_tpl": "61840d85568c120fdd2962a5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ae5", - "_tpl": "61840d85568c120fdd2962a5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ae5", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa38fac4c5c04798003b1c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ae8", - "_tpl": "5447ac644bdc2d6c208b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ae9", - "_tpl": "54527a984bdc2d4e668b4567", - "parentId": "67eb506040b1947a72103ae8", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72103aea", - "_tpl": "5447ac644bdc2d6c208b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aeb", - "_tpl": "54527a984bdc2d4e668b4567", - "parentId": "67eb506040b1947a72103aea", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72103aec", - "_tpl": "5447ac644bdc2d6c208b4567", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103aed", - "_tpl": "54527a984bdc2d4e668b4567", - "parentId": "67eb506040b1947a72103aec", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72103aec", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa3a1c26f13bd04030f37 startedMessageText", - "status": 0, - "successMessageText": "669fa3a1c26f13bd04030f37 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" - }, - "669fa3a3ad7f1eac2607ed48": { - "QuestName": "Health Care Privacy - Part 6", - "_id": "669fa3a3ad7f1eac2607ed48", - "acceptPlayerMessage": "669fa3a3ad7f1eac2607ed48 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa3a3ad7f1eac2607ed48 changeQuestMessageText", - "completePlayerMessage": "669fa3a3ad7f1eac2607ed48 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0f391676953651bd8b796", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66a0f0926fee20fa70036da6" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0f37f04fb80a0bfdbaf60", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66a0f0926fee20fa70036da6" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa3bf17e77460dc8413d3a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a68669a86f774255929b4d4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa3a3ad7f1eac2607ed48 declinePlayerMessage", - "description": "669fa3a3ad7f1eac2607ed48 description", - "failMessageText": "669fa3a3ad7f1eac2607ed48 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acecda66265b5f5e0248f9.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa3a3ad7f1eac2607ed48 name", - "note": "669fa3a3ad7f1eac2607ed48 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa3c001e5e199ecd094f11", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9300 - }, - { - "availableInGameEditions": [], - "id": "66aa3c0b30c6d0aae40a9f74", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa3c16c4c5c04798003b1e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103acc", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 32000 - } - } - ], - "target": "67eb506040b1947a72103acc", - "type": "Item", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3c2064ea11e84c065d61", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ace", - "_tpl": "5af0548586f7743a532b7e99", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103acf", - "_tpl": "5af0548586f7743a532b7e99", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ad0", - "_tpl": "5af0548586f7743a532b7e99", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ad0", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa3a3ad7f1eac2607ed48 startedMessageText", - "status": 0, - "successMessageText": "669fa3a3ad7f1eac2607ed48 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "669fa3a40c828825de06d6a1": { - "QuestName": "Test Drive - Part 5", - "_id": "669fa3a40c828825de06d6a1", - "acceptPlayerMessage": "669fa3a40c828825de06d6a1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "669fa3a40c828825de06d6a1 changeQuestMessageText", - "completePlayerMessage": "669fa3a40c828825de06d6a1 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66a0f5e9538b9cfb536abb25", - "target": [ - "factory4_night", - "factory4_day" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66aceb56001b4b60b6535817", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "6680304edadb7aa61d00cef0", - "668e71a8dadf42204c032ce1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "668670432b934a68630a7fe8", - "66867310f3734a938b077f79", - "655f13e0a246670fb0373245" - ] - ] - } - ], - "id": "66a0f5a7e121b8454b2c5cc6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a0f5a7f9eae6761253114c", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa3d14830b23a148b3672b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6574e0dedc0d635f633a5805", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "669fa3a40c828825de06d6a1 declinePlayerMessage", - "description": "669fa3a40c828825de06d6a1 description", - "failMessageText": "669fa3a40c828825de06d6a1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/66acecef66265b5f5e0248fb.png", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "669fa3a40c828825de06d6a1 name", - "note": "669fa3a40c828825de06d6a1 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66c49ce48834010aa904e095", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b40", - "_tpl": "6680304edadb7aa61d00cef0", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b41", - "_tpl": "668670e3fb75ee4a5e02eb16", - "parentId": "67eb506040b1947a72103b40", - "slotId": "mod_muzzle_000" - }, - { - "_id": "67eb506040b1947a72103b42", - "_tpl": "6680326874b8f2050c0b9178", - "parentId": "67eb506040b1947a72103b40", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103b43", - "_tpl": "655f13e0a246670fb0373245", - "parentId": "67eb506040b1947a72103b42", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103b44", - "_tpl": "668670432b934a68630a7fe8", - "parentId": "67eb506040b1947a72103b40", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103b45", - "_tpl": "66866f622a2296a8d9099639", - "parentId": "67eb506040b1947a72103b40", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103b46", - "_tpl": "66867310f3734a938b077f79", - "parentId": "67eb506040b1947a72103b40", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a72103b40", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "66aa3d1c91b0a8c9680fdbcf", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "id": "66aa3d2564ea11e84c065d62", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66aa3d33e749756c920d3371", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b48", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 520000 - } - } - ], - "target": "67eb506040b1947a72103b48", - "type": "Item", - "unknown": false, - "value": 520000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3d45e0c9f9fafa083671", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b49", - "_tpl": "57c44b372459772d2b39b8ce", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b4a", - "_tpl": "57c44dd02459772d2e0ae249", - "parentId": "67eb506040b1947a72103b49", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103b4b", - "_tpl": "57c44e7b2459772d28133248", - "parentId": "67eb506040b1947a72103b4a", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103b4c", - "_tpl": "57c44f4f2459772d2c627113", - "parentId": "67eb506040b1947a72103b49", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103b4d", - "_tpl": "57838f9f2459774a150289a0", - "parentId": "67eb506040b1947a72103b49", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103b4e", - "_tpl": "57c44fa82459772d2d75e415", - "parentId": "67eb506040b1947a72103b49", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103b4f", - "_tpl": "57c450252459772d28133253", - "parentId": "67eb506040b1947a72103b49", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103b50", - "_tpl": "651178336cad06c37c049eb4", - "parentId": "67eb506040b1947a72103b49", - "slotId": "mod_handguard" - } - ], - "target": "67eb506040b1947a72103b49", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3d578b4a64b33204377e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b52", - "_tpl": "65118f531b90b4fc77015083", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b53", - "_tpl": "65118f531b90b4fc77015083", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b54", - "_tpl": "65118f531b90b4fc77015083", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b54", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66aa3d8a1e5e199ecd094f13", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b57", - "_tpl": "6489854673c462723909a14e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b58", - "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "67eb506040b1947a72103b57", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103b59", - "_tpl": "6489854673c462723909a14e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b5a", - "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "67eb506040b1947a72103b59", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103b5b", - "_tpl": "6489854673c462723909a14e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b5c", - "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "67eb506040b1947a72103b5b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103b5d", - "_tpl": "6489854673c462723909a14e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b5e", - "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "67eb506040b1947a72103b5d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103b5f", - "_tpl": "6489854673c462723909a14e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b60", - "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "67eb506040b1947a72103b5f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103b61", - "_tpl": "6489854673c462723909a14e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103b62", - "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "67eb506040b1947a72103b61", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103b61", - "type": "Item", - "unknown": false, - "value": 6 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "669fa3a40c828825de06d6a1 startedMessageText", - "status": 0, - "successMessageText": "669fa3a40c828825de06d6a1 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "66a74c628410476dd65543be": { - "QuestName": "Gunsmith - Special Order", - "_id": "66a74c628410476dd65543be", - "acceptPlayerMessage": "66a74c628410476dd65543be acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66a74c628410476dd65543be changeQuestMessageText", - "completePlayerMessage": "66a74c628410476dd65543be completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "58491f3324597764bc48fa02" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 70 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "66a74c628410476dd65543c2", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 0 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 300 - }, - "target": [ - "5447a9cd4bdc2dbd208b4567" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66accaccacd775d8f61fbbea", - "index": 0, - "parentId": "", - "status": [ - 2, - 4, - 5 - ], - "target": "657315e4a6af4ab4b50f3459", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66a74c628410476dd65543be declinePlayerMessage", - "description": "66a74c628410476dd65543be description", - "failMessageText": "66a74c628410476dd65543be failMessageText", - "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66a74c628410476dd65543be name", - "note": "66a74c628410476dd65543be note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": true, - "id": "66a74c628410476dd65543c4", - "index": 1, - "items": [ - { - "_id": "66ae8e638edb0fb70f089500", - "_tpl": "6570265f1419851aef03e739", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f089500", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "66a74f27006c92393e6e5da5", - "index": 2, - "items": [ - { - "_id": "66ae8e638edb0fb70f089501", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66ae8e638edb0fb70f089501", - "type": "Item", - "value": "1" - }, - { - "id": "66a74c628410476dd65543c5", - "index": 4, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "value": "0.01" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66a74c628410476dd65543be startedMessageText", - "successMessageText": "66a74c628410476dd65543be successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" - }, - "66a75b44243a6548ff5e5ff9": { - "QuestName": "Gun Connoisseur", - "_id": "66a75b44243a6548ff5e5ff9", - "acceptPlayerMessage": "66a75b44243a6548ff5e5ff9 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66a75b44243a6548ff5e5ff9 changeQuestMessageText", - "completePlayerMessage": "66a75b44243a6548ff5e5ff9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66a76d598a3c92dc4bf89200", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "5c07c60e0db834002330051f", - "5c488a752e221602b412af63", - "6184055050224f204c1da540", - "618428466ef05c2ce828f218", - "5bb2475ed4351e00853264e3", - "623063e994fc3f7b302a9696", - "5ac66cb05acfc40198510a10", - "5ac66d015acfc400180ae6e4", - "5d43021ca4b9362eab4b5e25", - "62e7c4fba689e8c9c50dfc38", - "63171672192e68c5460cebc5", - "5447a9cd4bdc2dbd208b4567" - ], - "weaponCaliber": [ - "5.56x45" - ], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66a76d4581672f65360abd40" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a76d45acbbf739afad1fea", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66a76d79f7721b18554ec750", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "5ac66d9b5acfc4001633997a", - "6499849fc93611967b034949", - "5bf3e03b0db834001d2c4a9c", - "5ac4cd105acfc40016339859", - "5644bd2b4bdc2d3b4c8b4572", - "5bf3e0490db83400196199af", - "5ab8e9fcd8ce870019439434", - "57dc2fa62459775949412633", - "5839a40f24597726f856b511", - "583990e32459771419544dd2", - "628b5638ad252a16da6dd245", - "628b9c37a733087d0d7fe84b", - "5beed0f50db834001c062b12" - ], - "weaponCaliber": [ - "5.45x39" - ], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66a76d69a982f6161be0c189" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a76d693cda803a9788be30", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66a76db837b5c6c60700e6bf", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "574d967124597745970e7c94", - "587e02ff24597743df3deaeb", - "606587252535c57a13424cfd", - "5ac66d2e5acfc43b321d4b53", - "5ac66d725acfc43b321d4b60", - "59d6088586f774275f37482f", - "5a0ec13bfcdbcb00165aa685", - "59ff346386f77477562ff5e2", - "5abcbc27d8ce8700182eceeb", - "59e6152586f77473dc057aa1", - "628a60ae6b1d481ff772e9c8", - "6513ef33e06849f06c0957ca", - "65268d8ecb944ff1e90ea385" - ], - "weaponCaliber": [ - "7.62x39" - ], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66a76daa74d921b25358834e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a76daa3a883f3481e56b96", - "index": 2, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66a76f0391817f4b2bcef3f0", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "6410733d5dd49d77bd07847e", - "643ea5b23db6f9f57107d9fd", - "64637076203536ad5600c990", - "64ca3d3954fc657e230529cc", - "657857faeff4c850222dff1b", - "5c46fbd72e2216398b5a8c9c", - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588" - ], - "weaponCaliber": [ - "7.62x54 R" - ], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66a76efb5f093bcb840141ce" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a76efbe0a0eb89847ac586", - "index": 3, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66a76fc0760db055d11f092c", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "5cadc190ae921500103bb3b6", - "5a7ae0c351dfba0017554310", - "5b1fa9b25acfc40018633c01", - "63088377b5cd696784087147", - "576a581d2459771e7b1bc4f1", - "602a9740da11d6478d5a06dc", - "56d59856d2720bd8418b456a", - "5e00903ae9dc277128008b87", - "5de7bd7bfd6b4e6e2276dc25", - "5d2f0d8048f0356c925bc3b0", - "5926bb2186f7744b1c6c6e60", - "59984ab886f7743e98271174", - "59f9cabd86f7743a10721f46", - "58948c8e86f77409493f7266", - "60339954d62c9b14ed777c06", - "5fc3f2d5900b1d5091531e57" - ], - "weaponCaliber": [ - "9x19" - ], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66a76fb58d6aac210e996ae5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a76fb52a58ea63fbb62d67", - "index": 4, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66a76fd2f809b7fe6cdf1698", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [ - "644674a13d52156624001fbc", - "645e0c6b3b381ede770e1cc9", - "57c44b372459772d2b39b8ce", - "57838ad32459774a17445cd2" - ], - "weaponCaliber": [ - "9x39" - ], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66a76fc55baf22acfa6714c6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a76fc57a265a8879856491", - "index": 5, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a8d43d72e2e9ffb3516079", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66a74c628410476dd65543be", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66a75b44243a6548ff5e5ff9 declinePlayerMessage", - "description": "66a75b44243a6548ff5e5ff9 description", - "failMessageText": "66a75b44243a6548ff5e5ff9 failMessageText", - "image": "/files/quest/icon/66562aaaa636bd24a654f416.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66a75b44243a6548ff5e5ff9 name", - "note": "66a75b44243a6548ff5e5ff9 note", - "restartable": true, - "rewards": { - "Fail": [], - "Started": [ - { - "id": "66a770320c32c048c73b6d99", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089546", - "_tpl": "65702652cfc010a0f5006a53", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f089546", - "type": "Item", - "value": "2" - }, - { - "id": "66a770daa472ad7f845b71f3", - "index": 1, - "items": [ - { - "_id": "66ae8e638edb0fb70f089547", - "_tpl": "6570900858b315e8b70a8a98", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66ae8e638edb0fb70f089547", - "type": "Item", - "value": "2" - }, - { - "id": "66a770715591272062781c09", - "index": 2, - "items": [ - { - "_id": "66ae8e638edb0fb70f089548", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "StackObjectsCount": 7 - } - } - ], - "target": "66ae8e638edb0fb70f089548", - "type": "Item", - "value": "7" - }, - { - "id": "66a77092b88e4941466a381c", - "index": 3, - "items": [ - { - "_id": "66ae8e638edb0fb70f089549", - "_tpl": "648984b8d5b4df6140000a1a", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66ae8e638edb0fb70f089549", - "type": "Item", - "value": "3" - }, - { - "id": "66a770a630eb37496135016a", - "index": 4, - "items": [ - { - "_id": "66ae8e638edb0fb70f08954a", - "_tpl": "648987d673c462723909a151", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "66ae8e638edb0fb70f08954a", - "type": "Item", - "value": "5" - }, - { - "id": "66a770f93b04257d9441812c", - "index": 5, - "items": [ - { - "_id": "66ae8e638edb0fb70f08954b", - "_tpl": "6489854673c462723909a14e", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "66ae8e638edb0fb70f08954b", - "type": "Item", - "value": "5" - } - ], - "Success": [ - { - "findInRaid": true, - "id": "66a7711d0bc14738c60dff7b", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f08954c", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1500 - } - } - ], - "target": "66ae8e638edb0fb70f08954c", - "type": "Item", - "value": "1500" - }, - { - "id": "66a771308410476dd65543d2", - "index": 1, - "type": "Experience", - "value": "20000" - }, - { - "id": "66a7713c006c92393e6e5dac", - "index": 2, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "value": "0.03" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66a75b44243a6548ff5e5ff9 startedMessageText", - "successMessageText": "66a75b44243a6548ff5e5ff9 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "66a77394243a6548ff5e601d": { - "QuestName": "Customer Communication", - "_id": "66a77394243a6548ff5e601d", - "acceptPlayerMessage": "66a77394243a6548ff5e601d acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66a77394243a6548ff5e601d changeQuestMessageText", - "completePlayerMessage": "66a77394243a6548ff5e601d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a77394243a6548ff5e6021", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d0375ff86f774186372f685" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a7763955ff26e1599f23e7", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b304286f774253763a528" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a77394243a6548ff5e6022", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e36c6f86f774176c10a2a7" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a77394243a6548ff5e6023", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d0375ff86f774186372f685" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a77394243a6548ff5e6024", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b304286f774253763a528" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a77688f2d282a4946547b0", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "59e36c6f86f774176c10a2a7" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a775a10b8248cad284d1c1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66a75b44243a6548ff5e5ff9", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66a77394243a6548ff5e601d declinePlayerMessage", - "description": "66a77394243a6548ff5e601d description", - "failMessageText": "66a77394243a6548ff5e601d failMessageText", - "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66a77394243a6548ff5e601d name", - "note": "66a77394243a6548ff5e601d note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": true, - "id": "66a779ef5591272062781c0f", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f089529", - "_tpl": "5447a9cd4bdc2dbd208b4567", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66ae8e638edb0fb70f08952a", - "_tpl": "5a339805c4a2826c6e06d73d", - "parentId": "66ae8e638edb0fb70f089529", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66ae8e638edb0fb70f08952b", - "_tpl": "59bfe68886f7746004266202", - "parentId": "66ae8e638edb0fb70f089529", - "slotId": "mod_reciever" - }, - { - "_id": "66ae8e638edb0fb70f08952c", - "_tpl": "55d3632e4bdc2d972f8b4569", - "parentId": "66ae8e638edb0fb70f08952b", - "slotId": "mod_barrel" - }, - { - "_id": "66ae8e638edb0fb70f08952d", - "_tpl": "56eabcd4d2720b66698b4574", - "parentId": "66ae8e638edb0fb70f08952c", - "slotId": "mod_gas_block" - }, - { - "_id": "66ae8e638edb0fb70f08952e", - "_tpl": "626667e87379c44d557b7550", - "parentId": "66ae8e638edb0fb70f08952c", - "slotId": "mod_muzzle" - }, - { - "_id": "66ae8e638edb0fb70f08952f", - "_tpl": "5c9a25172e2216000f20314e", - "parentId": "66ae8e638edb0fb70f08952b", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f089530", - "_tpl": "638f2003bbd47aeb9e0ff637", - "parentId": "66ae8e638edb0fb70f08952f", - "slotId": "mod_handguard" - }, - { - "_id": "66ae8e638edb0fb70f089531", - "_tpl": "591af28e86f77414a27a9e1d", - "parentId": "66ae8e638edb0fb70f089530", - "slotId": "mod_foregrip" - }, - { - "_id": "66ae8e638edb0fb70f089532", - "_tpl": "6267c6396b642f77f56f5c1c", - "parentId": "66ae8e638edb0fb70f08952f", - "slotId": "mod_tactical_001" - }, - { - "_id": "66ae8e638edb0fb70f089533", - "_tpl": "57d17c5e2459775a5c57d17d", - "parentId": "66ae8e638edb0fb70f089532", - "slotId": "mod_flashlight" - }, - { - "_id": "66ae8e638edb0fb70f089534", - "_tpl": "5c17804b2e2216152006c02f", - "parentId": "66ae8e638edb0fb70f08952f", - "slotId": "mod_sight_front" - }, - { - "_id": "66ae8e638edb0fb70f089535", - "_tpl": "5649a2464bdc2d91118b45a8", - "parentId": "66ae8e638edb0fb70f08952f", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089536", - "_tpl": "58d2664f86f7747fec5834f6", - "parentId": "66ae8e638edb0fb70f089535", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089537", - "_tpl": "58d268fc86f774111273f8c2", - "parentId": "66ae8e638edb0fb70f089536", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089538", - "_tpl": "6478641c19d732620e045e17", - "parentId": "66ae8e638edb0fb70f08952b", - "slotId": "mod_scope" - }, - { - "_id": "66ae8e638edb0fb70f089539", - "_tpl": "5c1780312e221602b66cc189", - "parentId": "66ae8e638edb0fb70f08952b", - "slotId": "mod_sight_rear" - }, - { - "_id": "66ae8e638edb0fb70f08953a", - "_tpl": "638de3603a1a4031d8260b8c", - "parentId": "66ae8e638edb0fb70f089529", - "slotId": "mod_stock" - }, - { - "_id": "66ae8e638edb0fb70f08953b", - "_tpl": "6529370c405a5f51dd023db8", - "parentId": "66ae8e638edb0fb70f08953a", - "slotId": "mod_stock_000" - }, - { - "_id": "66ae8e638edb0fb70f08953c", - "_tpl": "5f633ff5c444ce7e3c30a006", - "parentId": "66ae8e638edb0fb70f089529", - "slotId": "mod_charge" - }, - { - "_id": "66ae8e638edb0fb70f08953d", - "_tpl": "55802d5f4bdc2dac148b458e", - "parentId": "66ae8e638edb0fb70f089529", - "slotId": "mod_magazine" - } - ], - "target": "66ae8e638edb0fb70f089529", - "type": "Item", - "unknown": true, - "value": "1" - }, - { - "findInRaid": true, - "id": "66a77394243a6548ff5e6026", - "index": 1, - "items": [ - { - "_id": "66ae8e638edb0fb70f08953e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 250000 - } - } - ], - "target": "66ae8e638edb0fb70f08953e", - "type": "Item", - "value": "250000" - }, - { - "id": "66a77394243a6548ff5e6025", - "index": 2, - "type": "Experience", - "value": "25000" - }, - { - "id": "66a77394243a6548ff5e6029", - "index": 3, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "value": "0.05" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66a77394243a6548ff5e601d startedMessageText", - "successMessageText": "66a77394243a6548ff5e601d successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "66a78dada472ad7f845b71f7": { - "QuestName": "Supply and Demand", - "_id": "66a78dada472ad7f845b71f7", - "acceptPlayerMessage": "66a78dada472ad7f845b71f7 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66a78dada472ad7f845b71f7 changeQuestMessageText", - "completePlayerMessage": "66a78dada472ad7f845b71f7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66aa1c5a8cf7b164a8d811f0", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66a794caf23985dc169fc5c6" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "66acc972c007d8548a0a30d5", - "id": "66a794ca1b3fe087d0a96ea3", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 9999999999, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66a78dada472ad7f845b71f9", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66a77394243a6548ff5e601d", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66a78dada472ad7f845b71f7 declinePlayerMessage", - "description": "66a78dada472ad7f845b71f7 description", - "failMessageText": "66a78dada472ad7f845b71f7 failMessageText", - "image": "/files/quest/icon/66a790a4a472ad7f845b7207.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66a78dada472ad7f845b71f7 name", - "note": "66a78dada472ad7f845b71f7 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "findInRaid": true, - "id": "66a7950e30eb374961350172", - "index": 0, - "items": [ - { - "_id": "66ae8e638edb0fb70f0894c8", - "_tpl": "59faff1d86f7746c51718c9c", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66ae8e638edb0fb70f0894c8", - "type": "Item", - "unknown": true, - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66a78dada472ad7f845b71f7 startedMessageText", - "successMessageText": "66a78dada472ad7f845b71f7 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "66aa58245ab22944110db6e9": { - "QuestName": "New Day New Paths", - "_id": "66aa58245ab22944110db6e9", - "acceptPlayerMessage": "66aa58245ab22944110db6e9 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66aa58245ab22944110db6e9 changeQuestMessageText", - "completePlayerMessage": "66aa58245ab22944110db6e9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66aa5b9a8df549c3ff6019ee", - "target": "Prospect_mira", - "value": 1 - } - ], - "id": "66aa5b2cbbcacaa024c07e53" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa5b2cecad9c067780924b", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66aa5bbdf1e33a79d6e62634", - "target": "Transits_to_streets", - "value": 1 - } - ], - "id": "66aa5bb2ff4aec2b824f0b00" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa5bb281dff8466b076894", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66aa5c2c2ba4b7b5dedbb17d", - "status": [ - "Transit" - ] - } - ], - "id": "66aa5be8c43f8bbee0e6ce2d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa5be8035c6a410dc570b2", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66aa5d0380e5041975392fd5", - "target": "Check_primorsky", - "value": 1 - } - ], - "id": "66aa5c8886ef8a6e70859c02" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa5c88c085db7d8158db4a", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b0e58d4509aad113258b32", - "target": "Check_cinema", - "value": 1 - } - ], - "id": "66b0e57ec91b4437bdbe2954" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b0e57eddc25d8d17e3e3c0", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66aa5d084aeced3153283c38", - "status": [ - "Survived", - "Runner", - "Transit" - ] - } - ], - "id": "66aa5c8b7cc8cb39a8a9f5c7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa5c8ba8c36eaef492ef92", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "66c48c4d22c506cf8643dcef", - "target": "66b0e57eddc25d8d17e3e3c0" - }, - { - "conditionType": "CompleteCondition", - "id": "66c48c640a25c2e866f5752a", - "target": "66aa5c88c085db7d8158db4a" - } ] } ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b34d908dd392bf75437dca", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "639135f286e646067c176a87", - "visibilityConditions": [] - } - ], "Fail": [] }, - "declinePlayerMessage": "66aa58245ab22944110db6e9 declinePlayerMessage", - "description": "66aa58245ab22944110db6e9 description", - "failMessageText": "66aa58245ab22944110db6e9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aaec53e842787ad21356a3.jpg", - "instantComplete": false, - "isKey": false, - "location": "marathon", - "name": "66aa58245ab22944110db6e9 name", - "note": "66aa58245ab22944110db6e9 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b4dfae56c691c729067921", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11800 - }, - { - "availableInGameEditions": [], - "id": "66b4dfbc3be206d24c0dfe21", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b4dfcbf6f89f9abe07491e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038b9", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 900 - } - } - ], - "target": "67eb506040b1947a721038b9", - "type": "Item", - "unknown": false, - "value": 900 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4dfe9b8f225f73e01984b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038bb", - "_tpl": "590c621186f774138d11ea29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038bb", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e05a3be206d24c0dfe22", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038bd", - "_tpl": "590c37d286f77443be3d7827", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038bd", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e06382fe17cf19023a61", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038bf", - "_tpl": "590c392f86f77444754deb29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038bf", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "66aa58245ab22944110db6e9 startedMessageText", - "status": 0, - "successMessageText": "66aa58245ab22944110db6e9 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Exploration" - }, - "66aa61663aa37705c5024277": { - "QuestName": "Know Your Place", - "_id": "66aa61663aa37705c5024277", - "acceptPlayerMessage": "66aa61663aa37705c5024277 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66aa61663aa37705c5024277 changeQuestMessageText", - "completePlayerMessage": "66aa61663aa37705c5024277 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66aa643b047f74c160abb789", - "target": [ - "TarkovStreets" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66aa6443ab05ce8c76f5720f", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66aa61663aa37705c5024279" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa61663aa37705c5024278", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66aa5c2c2ba4b7b5dedbb17d", - "status": [ - "Transit" - ] - } - ], - "id": "66aa61663aa37705c502427d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa61663aa37705c502427c", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66aa649b55c319273e2024b9", - "target": [ - "Interchange" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66aa64a4fe6918271e244ebb", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66aa61663aa37705c502427f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa61663aa37705c502427e", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b34e0c37fbec6ca2e7f072", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c10f94386f774227172c572", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66aa61663aa37705c5024277 declinePlayerMessage", - "description": "66aa61663aa37705c5024277 description", - "failMessageText": "66aa61663aa37705c5024277 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6682a74d9cf6cc15c00a0f91.png", - "instantComplete": false, - "isKey": false, - "location": "marathon", - "name": "66aa61663aa37705c5024277 name", - "note": "66aa61663aa37705c5024277 note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b4e0b556c691c729067923", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 28800 - }, - { - "availableInGameEditions": [], - "id": "66b4e0c3204c6261cd0856f0", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b4e0d7f6f89f9abe07491f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103903", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 95000 - } - } - ], - "target": "67eb506040b1947a72103903", - "type": "Item", - "unknown": false, - "value": 95000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66db273232d2d94379056b57", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103905", - "_tpl": "66b5f6985891c84aab75ca76", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103906", - "_tpl": "66b5f6985891c84aab75ca76", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103906", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66aa61663aa37705c5024277 startedMessageText", - "status": 0, - "successMessageText": "66aa61663aa37705c5024277 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" - }, - "66aa74571e5e199ecd094f18": { - "QuestName": "Secrets of Polikhim", - "_id": "66aa74571e5e199ecd094f18", - "acceptPlayerMessage": "66aa74571e5e199ecd094f18 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66aa74571e5e199ecd094f18 changeQuestMessageText", - "completePlayerMessage": "66aa74571e5e199ecd094f18 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab97a5c74ce045d6c32578", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "66b22630a6b4e5ec7c02cdb7" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66aa5c2c2ba4b7b5dedbb17d", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66ab977e59878c8c51f5802a", - "target": [ - "bigmap" - ] - } - ], - "id": "66aa74571e5e199ecd094f1d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa74571e5e199ecd094f1b", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66aa649b55c319273e2024b9", - "target": [ - "factory4_night", - "factory4_day" - ] - }, - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66aa64a4fe6918271e244ebb", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66aa74571e5e199ecd094f20" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aa74571e5e199ecd094f1e", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab97d56cb6e3bfd7c79fbc", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 40, - "target": [ - "66b22630a6b4e5ec7c02cdb7" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Place_accurate_tools" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b3509b1caa85f89713a2b1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3a1c26f13bd04030f37", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66aa74571e5e199ecd094f18 declinePlayerMessage", - "description": "66aa74571e5e199ecd094f18 description", - "failMessageText": "66aa74571e5e199ecd094f18 failMessageText", "gameModes": [], - "image": "/files/quest/icon/5979d36d86f7746d093ddd7a.jpg", - "instantComplete": false, - "isKey": false, - "location": "marathon", - "name": "66aa74571e5e199ecd094f18 name", - "note": "66aa74571e5e199ecd094f18 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b4e0fc0fab9765d1089f53", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 19400 - }, - { - "availableInGameEditions": [], - "id": "66b4e111d697bf761606285f", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b4e1267d633c785b02605e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210372e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 72000 - } - } - ], - "target": "67eb506040b1947a7210372e", - "type": "Item", - "unknown": false, - "value": 72000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e13582fe17cf19023a63", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103730", - "_tpl": "5d1b2fa286f77425227d1674", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103731", - "_tpl": "5d1b2fa286f77425227d1674", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103731", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e14056c691c729067924", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103733", - "_tpl": "57347c2e24597744902c94a1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103734", - "_tpl": "57347c2e24597744902c94a1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103734", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e14d204c6261cd0856f1", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103736", - "_tpl": "59e36c6f86f774176c10a2a7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103737", - "_tpl": "59e36c6f86f774176c10a2a7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103738", - "_tpl": "59e36c6f86f774176c10a2a7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103738", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66aa74571e5e199ecd094f18 startedMessageText", - "status": 0, - "successMessageText": "66aa74571e5e199ecd094f18 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "66ab970848ddbe9d4a0c49a8": { - "QuestName": "Special Comms", - "_id": "66ab970848ddbe9d4a0c49a8", - "acceptPlayerMessage": "66ab970848ddbe9d4a0c49a8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66ab970848ddbe9d4a0c49a8 changeQuestMessageText", - "completePlayerMessage": "66ab970848ddbe9d4a0c49a8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab9c5c60199cdb0902f8cc", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5d0375ff86f774186372f685" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Place_item_tools_woods" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab9c78e192b852d889e2bf", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "619cbfeb6b8a1b37a54eebfa" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Place_item_tools_woods" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66aa5c2c2ba4b7b5dedbb17d", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66ab9c3ed412c1e8df3948ff", - "target": [ - "Woods" - ] - } - ], - "id": "66ab970848ddbe9d4a0c49ad" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab970848ddbe9d4a0c49ab", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab9c914a7cba3ea786ce58", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5d0375ff86f774186372f685" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Place_item_tools_rezerve" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab9c7ea3a7219e87d4b75e", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "619cbfeb6b8a1b37a54eebfa" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Place_item_tools_rezerve" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b35339e342383cb849b7e6", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "60896b7bfa70fc097863b8f5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66ab970848ddbe9d4a0c49a8 declinePlayerMessage", - "description": "66ab970848ddbe9d4a0c49a8 description", - "failMessageText": "66ab970848ddbe9d4a0c49a8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d77a10586f7745041358b41.jpg", - "instantComplete": false, - "isKey": false, - "location": "marathon", - "name": "66ab970848ddbe9d4a0c49a8 name", - "note": "66ab970848ddbe9d4a0c49a8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e17203449f31fe0b815e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210398a", - "_tpl": "619cbfeb6b8a1b37a54eebfa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210398b", - "_tpl": "619cbfeb6b8a1b37a54eebfa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210398b", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e17d0fab9765d1089f54", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210398d", - "_tpl": "5d0375ff86f774186372f685", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210398e", - "_tpl": "5d0375ff86f774186372f685", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210398e", - "type": "Item", - "unknown": false, - "value": 2 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b4e18ad697bf7616062860", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12800 - }, - { - "availableInGameEditions": [], - "id": "66b4e1df03449f31fe0b815f", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b4e1ee5ff24fbf230014e2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103990", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 32000 - } - } - ], - "target": "67eb506040b1947a72103990", - "type": "Item", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e20782fe17cf19023a64", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103991", - "_tpl": "588892092459774ac91d4b11", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103992", - "_tpl": "5888988e24597752fe43a6fa", - "parentId": "67eb506040b1947a72103991", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103993", - "_tpl": "5888956924597752983e182d", - "parentId": "67eb506040b1947a72103991", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103994", - "_tpl": "5888996c24597754281f9419", - "parentId": "67eb506040b1947a72103993", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103995", - "_tpl": "5888976c24597754281f93f5", - "parentId": "67eb506040b1947a72103993", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103996", - "_tpl": "57c55f172459772d27602381", - "parentId": "67eb506040b1947a72103991", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103997", - "_tpl": "58889d0c2459775bc215d981", - "parentId": "67eb506040b1947a72103991", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a72103991", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e2187d633c785b026060", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103999", - "_tpl": "5888988e24597752fe43a6fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210399a", - "_tpl": "5888988e24597752fe43a6fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210399b", - "_tpl": "5888988e24597752fe43a6fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210399b", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e23a204c6261cd0856f2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210399e", - "_tpl": "65702561cfc010a0f5006a28", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a7210399f", - "_tpl": "5e023e53d4353e3302577c4c", - "parentId": "67eb506040b1947a7210399e", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721039a0", - "_tpl": "65702561cfc010a0f5006a28", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039a1", - "_tpl": "5e023e53d4353e3302577c4c", - "parentId": "67eb506040b1947a721039a0", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a721039a2", - "_tpl": "65702561cfc010a0f5006a28", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039a3", - "_tpl": "5e023e53d4353e3302577c4c", - "parentId": "67eb506040b1947a721039a2", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a721039a2", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66ab970848ddbe9d4a0c49a8 startedMessageText", - "status": 0, - "successMessageText": "66ab970848ddbe9d4a0c49a8 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Discover" - }, - "66ab9da7eb102b9bcd08591c": { - "QuestName": "Foresters Duty", - "_id": "66ab9da7eb102b9bcd08591c", - "acceptPlayerMessage": "66ab9da7eb102b9bcd08591c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66ab9da7eb102b9bcd08591c changeQuestMessageText", - "completePlayerMessage": "66ab9da7eb102b9bcd08591c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66aa6443ab05ce8c76f5720f", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "66b356f955576c06832a3594", - "zoneIds": [ - "Marafon_kill_village_lighthouse" - ] - } - ], - "id": "66ab9da7eb102b9bcd08591e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab9da7eb102b9bcd08591d", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66aa5c2c2ba4b7b5dedbb17d", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66aba5605dd2fd130ae8dc10", - "target": [ - "Lighthouse" - ] - } - ], - "id": "66ab9da7eb102b9bcd085921" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab9da7eb102b9bcd08591f", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66aa64a4fe6918271e244ebb", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "66b35707834d5a6e9c2c1e43", - "zoneIds": [ - "marafon_kill_village_shoreline" - ] - } - ], - "id": "66ab9da7eb102b9bcd085924" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ab9da7eb102b9bcd085922", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b3548ea71099cdcb632496", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e4ad86f77443e625e387", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66ab9da7eb102b9bcd08591c declinePlayerMessage", - "description": "66ab9da7eb102b9bcd08591c description", - "failMessageText": "66ab9da7eb102b9bcd08591c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d6faf8f86f7743598553dd4.jpg", - "instantComplete": false, - "isKey": false, - "location": "marathon", - "name": "66ab9da7eb102b9bcd08591c name", - "note": "66ab9da7eb102b9bcd08591c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b4e268f6f89f9abe074920", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 25600 - }, - { - "availableInGameEditions": [], - "id": "66b4e27a0fab9765d1089f56", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b4e28a03449f31fe0b8160", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e50", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 105000 - } - } - ], - "target": "67eb506040b1947a72103e50", - "type": "Item", - "unknown": false, - "value": 105000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66bb21d4fca8044f6200d11e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e51", - "_tpl": "669fa39b48fc9f8db6035a0c", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e52", - "_tpl": "669fa47da0bab4e8510d9526", - "parentId": "67eb506040b1947a72103e51", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103e53", - "_tpl": "668fe5ec4315934ba10c6f96", - "parentId": "67eb506040b1947a72103e52", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103e54", - "_tpl": "66a0da76b6f47fcfeb025e96", - "parentId": "67eb506040b1947a72103e51", - "slotId": "mod_pistolgrip" - }, - { - "_id": "67eb506040b1947a72103e55", - "_tpl": "669fa4d97a09bc295603b496", - "parentId": "67eb506040b1947a72103e51", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103e56", - "_tpl": "668fe5e1800f0244f9036e46", - "parentId": "67eb506040b1947a72103e55", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103e57", - "_tpl": "668fe5c5f35310705d02b696", - "parentId": "67eb506040b1947a72103e51", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a72103e51", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66bb222791cb9e49ae069d75", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e59", - "_tpl": "668fe5c5f35310705d02b696", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e5a", - "_tpl": "668fe5c5f35310705d02b696", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e5b", - "_tpl": "668fe5c5f35310705d02b696", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e5b", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66bb21f6f0887c0f9d045f1a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e5d", - "_tpl": "66a0d1f88486c69fce00fdf6", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a72103e5d", - "type": "Item", - "unknown": false, - "value": 30 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66ab9da7eb102b9bcd08591c startedMessageText", - "status": 0, - "successMessageText": "66ab9da7eb102b9bcd08591c successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "66aba85403e0ee3101042877": { - "QuestName": "Beneath The Streets", - "_id": "66aba85403e0ee3101042877", - "acceptPlayerMessage": "66aba85403e0ee3101042877 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66aba85403e0ee3101042877 changeQuestMessageText", - "completePlayerMessage": "66aba85403e0ee3101042877 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66aba8e1c1287cfa3c95c4f3", - "target": "Labs_transits", - "value": 1 - } - ], - "id": "66aba85403e0ee3101042879" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aba85403e0ee3101042878", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66aa5c2c2ba4b7b5dedbb17d", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66aba5605dd2fd130ae8dc10", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "66aba85403e0ee310104287b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aba85403e0ee310104287a", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b090fe3b87dd519f09f832", - "target": "Server_room", - "value": 1 - } - ], - "id": "66b090f527b0de0570ba7fba" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b090f5723e7bbe8b518ca8", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b091115f28064a23ee7a9d", - "target": "Dome", - "value": 1 - } - ], - "id": "66b09109e589c2514aa7ada8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b0910951c5294b9d213918", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b10f04f206c499dd376492", - "target": "Control_room", - "value": 1 - } - ], - "id": "66b10eef7e63bf562b8ffb94" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b10eef0951e90ec383850b", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66aba990872910d6a30eba79", - "target": "Transits_streets", - "value": 1 - } - ], - "id": "66aba97b8a91e8b6833f866c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66aba97b1000025218c82ea8", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b3558628888f10fae0b403", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6573387d0b26ed4fde798de3", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66aba85403e0ee3101042877 declinePlayerMessage", - "description": "66aba85403e0ee3101042877 description", - "failMessageText": "66aba85403e0ee3101042877 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", - "instantComplete": false, - "isKey": false, - "location": "marathon", - "name": "66aba85403e0ee3101042877 name", - "note": "66aba85403e0ee3101042877 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e6bc03449f31fe0b8161", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103708", - "_tpl": "5c94bbff86f7747ee735c08f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103708", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b4e2ab56c691c729067926", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 46700 - }, - { - "availableInGameEditions": [], - "id": "66b4e31719dda2f1f30fec63", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b4e3246613a81cfa00af4f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210370a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 165000 - } - } - ], - "target": "67eb506040b1947a7210370a", - "type": "Item", - "unknown": false, - "value": 165000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b4e33df6f89f9abe074921", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210370c", - "_tpl": "5aafbcd986f7745e590fff23", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210370c", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66aba85403e0ee3101042877 startedMessageText", - "status": 0, - "successMessageText": "66aba85403e0ee3101042877 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "66b38c7bf85b8bf7250f9cb6": { - "QuestName": "Rough Tarkov", - "_id": "66b38c7bf85b8bf7250f9cb6", - "acceptPlayerMessage": "66b38c7bf85b8bf7250f9cb6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66b38c7bf85b8bf7250f9cb6 changeQuestMessageText", - "completePlayerMessage": "66b38c7bf85b8bf7250f9cb6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b38dcdad51502a41705f7e", - "target": "Woods_mine_quest", - "value": 1 - } - ], - "id": "66b38c7bf85b8bf7250f9cb8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b38c7bf85b8bf7250f9cb7", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b38df3097ef60221acde97", - "target": "Sandbox_mine_quest", - "value": 1 - } - ], - "id": "66b38de6fdca1053dec8f994" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b38de6a97d8cbafd711846", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b393e4630e8a1353133e91", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d24b81486f77439c92d6ba8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66b38c7bf85b8bf7250f9cb6 declinePlayerMessage", - "description": "66b38c7bf85b8bf7250f9cb6 description", - "failMessageText": "66b38c7bf85b8bf7250f9cb6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d66701986f7744a2e70f025.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66b38c7bf85b8bf7250f9cb6 name", - "note": "66b38c7bf85b8bf7250f9cb6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b3a3cf66265b5f5e02490c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4440 - }, - { - "availableInGameEditions": [], - "id": "66b3a3dfec21e102040a048c", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b3a3f46592ade562098c53", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038ee", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 60000 - } - } - ], - "target": "67eb506040b1947a721038ee", - "type": "Item", - "unknown": false, - "value": 60000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66b3a402721bbc88a70f1706", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721038f0", - "_tpl": "666b11055a706400b717cfa5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721038f1", - "_tpl": "666b11055a706400b717cfa5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721038f1", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66b38c7bf85b8bf7250f9cb6 startedMessageText", - "status": 0, - "successMessageText": "66b38c7bf85b8bf7250f9cb6 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Exploration" - }, - "66b38e144f2ab7cc530c3fe7": { - "QuestName": "Every Hunter Knows This", - "_id": "66b38e144f2ab7cc530c3fe7", - "acceptPlayerMessage": "66b38e144f2ab7cc530c3fe7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66b38e144f2ab7cc530c3fe7 changeQuestMessageText", - "completePlayerMessage": "66b38e144f2ab7cc530c3fe7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b38dcdad51502a41705f7e", - "target": "Check_mine_zone_factory", - "value": 1 - } - ], - "id": "66b38e144f2ab7cc530c3fe9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b38e144f2ab7cc530c3fe8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "66b38df3097ef60221acde97", - "target": "Check_mine_zone_custom", - "value": 1 - } - ], - "id": "66b38e144f2ab7cc530c3feb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b38e144f2ab7cc530c3fea", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66b3939feb7103408a599272", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66b38c7bf85b8bf7250f9cb6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66b38e144f2ab7cc530c3fe7 declinePlayerMessage", - "description": "66b38e144f2ab7cc530c3fe7 description", - "failMessageText": "66b38e144f2ab7cc530c3fe7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5d66701986f7744a2e70f025.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66b38e144f2ab7cc530c3fe7 name", - "note": "66b38e144f2ab7cc530c3fe7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66b3a4beaa4a19c4f90881d8", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 5800 - }, - { - "availableInGameEditions": [], - "id": "66b3a4c834f21cc7fc07648f", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66b3a4dc32bc3e9d7e0d2d64", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210372b", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 32000 - } - } - ], - "target": "67eb506040b1947a7210372b", - "type": "Item", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "id": "66bb20b7aa15b97cb803a7de", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210372c", - "_tpl": "666b11055a706400b717cfa5" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a7210372c", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66b38e144f2ab7cc530c3fe7 startedMessageText", - "status": 0, - "successMessageText": "66b38e144f2ab7cc530c3fe7 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Exploration" - }, - "66d9cbb67b491f9d5304f6e6": { - "QuestName": "Is This a Reference", - "_id": "66d9cbb67b491f9d5304f6e6", - "acceptPlayerMessage": "66d9cbb67b491f9d5304f6e6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66d9cbb67b491f9d5304f6e6 changeQuestMessageText", - "completePlayerMessage": "66d9cbb67b491f9d5304f6e6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66d9cbb67b491f9d5304f6e9", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_mutant" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66d9cbb67b491f9d5304f6ea", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_silient_hill_ward" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66d9cbb67b491f9d5304f6eb", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_death_strending" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dacf2a88c7001436a67390", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_silient_toilet" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1d7811532f53e472c13", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_nakatoimi" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1d941756590432b0eaa", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_computer" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1dbb16caebe0e214d89", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_six_chair" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1ddec53b0df3b10a1b9", - "index": 7, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_ball" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1de93c8fcffd5790d89", - "index": 8, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_bonfire" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1e0703b718902451ee4", - "index": 9, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_welcome_silient_hill" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1e21e7ef28d17a69a93", - "index": 10, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_rick_and_morty" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1e607181e2f78a3a0a2", - "index": 11, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_grass_green" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1e843a718561db0fdd3", - "index": 12, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_two_chairs" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1ebc5c8e6cd26dd1d31", - "index": 13, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_tanchiki" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1edbc4fdd0c6eb38c5e", - "index": 14, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_vedro" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1f00e049ac7abb6d801", - "index": 15, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_battlefield" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dad1f22edc2103eb176de8", - "index": 16, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_unity" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66db1f8d7539f4b4eb640aff", - "index": 17, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_451" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66db1f8f564045697071d934", - "index": 18, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_half-life" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66db1f928d59a9fe511dfc25", - "index": 19, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_terminator" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66db1f94a147d9840ec0dfba", - "index": 20, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_Always_sunny" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66db1f98b8e22a92437fe5c6", - "index": 21, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_harry_potter" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66db1f9b4f7bf01d937eb150", - "index": 22, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_sapper" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66db1ff798d52a5a8e4ed1f8", - "index": 23, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "zone_stairway" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66debf2b9e4ce2ef233ee5b7", - "index": 24, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Bear_in_car" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66debf2e1e254957b82711ff", - "index": 25, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_cursed" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66debf30802386a45d0adb60", - "index": 26, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "5b4391a586f7745321235ab2" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_two_toilets" - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "TraderStanding", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dace4d03b34844877a50fc", - "index": 0, - "parentId": "", - "target": "579dc571d53a0658a154fbec", - "value": 1, - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66dace5c93e018f7c7b09ca2", - "index": 1, - "parentId": "", - "value": 25, - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66d9cbb67b491f9d5304f6e6 declinePlayerMessage", - "description": "66d9cbb67b491f9d5304f6e6 description", - "failMessageText": "66d9cbb67b491f9d5304f6e6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/664088150e8c3b39563f2b73.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66d9cbb67b491f9d5304f6e6 name", - "note": "66d9cbb67b491f9d5304f6e6 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "66df252a266ead0b7c059c46", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "66df253a7742b164490f6da5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b30", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 200000 - } - } - ], - "target": "67eb506040b1947a72103b30", - "type": "Item", - "unknown": false, - "value": 200000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "66debee39e5fb2d57a0d6597", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103b32", - "_tpl": "66bc98a01a47be227a5e956e", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103b32", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66d9cbb67b491f9d5304f6e6 startedMessageText", - "status": 0, - "successMessageText": "66d9cbb67b491f9d5304f6e6 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Multi" - }, - "66e01aca214f88109006a4b5": { - "QuestName": "Into the Inferno", - "_id": "66e01aca214f88109006a4b5", - "acceptPlayerMessage": "66e01aca214f88109006a4b5 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e01aca214f88109006a4b5 changeQuestMessageText", - "completePlayerMessage": "66e01aca214f88109006a4b5 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "UnderArtilleryFire", - "dynamicLocale": false, - "id": "66e19b0828a9b0c1adbe3cac" - } - ], - "id": "66e19b0135f5445b608397af" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e19b019f1774a3038c0c67", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e852789f7178f0007ddc5c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5936da9e86f7742d65037edf", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e01aca214f88109006a4b5 declinePlayerMessage", - "description": "66e01aca214f88109006a4b5 description", - "failMessageText": "66e01aca214f88109006a4b5 failMessageText", - "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66e01aca214f88109006a4b5 name", - "note": "66e01aca214f88109006a4b5 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "66e29aac919bad697104f4aa", - "index": 0, - "type": "Experience", - "value": "5000" - }, - { - "findInRaid": true, - "id": "66e29ac4595f1160080a8638", - "index": 1, - "items": [ - { - "_id": "66f57a7012316de30410e28d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 30000 - } - } - ], - "target": "66f57a7012316de30410e28d", - "type": "Item", - "value": "30000" - }, - { - "findInRaid": true, - "id": "66e29ad438710fc60810223c", - "index": 2, - "items": [ - { - "_id": "66f57a7012316de30410e28e", - "_tpl": "5c091a4e0db834001d5addc8", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66f57a7012316de30410e28e", - "type": "Item", - "value": "2" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e01aca214f88109006a4b5 startedMessageText", - "successMessageText": "66e01aca214f88109006a4b5 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Exploration" - }, - "66e01ad15a8890455a0d9eea": { - "QuestName": "In and Out", - "_id": "66e01ad15a8890455a0d9eea", - "acceptPlayerMessage": "66e01ad15a8890455a0d9eea acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e01ad15a8890455a0d9eea changeQuestMessageText", - "completePlayerMessage": "66e01ad15a8890455a0d9eea completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e01ef8c2c37ef8fe110ba9", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66d9f7256916142b3b02276e" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e01e687329bc25c4c0ca6f", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66e01e8d0acb3e41c76bb174", - "target": [ - "Shoreline", - "Woods", - "RezervBase", - "bigmap" - ] - } - ], - "id": "66e01e5c3a1e520918c17b95" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e01e5c807dd6f2b14da31b", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e850ff55bf9d35a969e9f9", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66e01aca214f88109006a4b5", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e01ad15a8890455a0d9eea declinePlayerMessage", - "description": "66e01ad15a8890455a0d9eea description", - "failMessageText": "66e01ad15a8890455a0d9eea failMessageText", - "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66e01ad15a8890455a0d9eea name", - "note": "66e01ad15a8890455a0d9eea note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "id": "66e29e99752a0eeb480fb5a2", - "index": 0, - "items": [ - { - "_id": "66f7bc94f94179bfd31098a3", - "_tpl": "6655e35b6bc645cb7b059912", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66f7bc94f94179bfd31098a3", - "type": "Item", - "value": "1" - } - ], - "Success": [ - { - "id": "66e29e8b734e223edb09d6d8", - "index": 0, - "type": "Experience", - "value": "22700" - }, - { - "findInRaid": true, - "id": "66e29eaa595f1160080a8639", - "index": 1, - "items": [ - { - "_id": "66f7bc94f94179bfd31098a4", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 78900 - } - } - ], - "target": "66f7bc94f94179bfd31098a4", - "type": "Item", - "value": "78900" - }, - { - "findInRaid": true, - "id": "66e29eaf38710fc608102241", - "index": 2, - "items": [ - { - "_id": "66f7bc94f94179bfd31098a5", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66f7bc94f94179bfd31098a5", - "type": "Item", - "value": "2" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e01ad15a8890455a0d9eea startedMessageText", - "successMessageText": "66e01ad15a8890455a0d9eea successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Exploration" - }, - "66e01ad6835f78499f049180": { - "QuestName": "Ours by Right", - "_id": "66e01ad6835f78499f049180", - "acceptPlayerMessage": "66e01ad6835f78499f049180 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e01ad6835f78499f049180 changeQuestMessageText", - "completePlayerMessage": "66e01ad6835f78499f049180 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e19f1821f233c7928e32dc", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66d9f8744827a77e870ecaf1" - ], - "value": 2, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e19f639c631cd35a46e23d", - "resetOnSessionEnd": false, - "savageRole": [ - "exUsec" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e19f3589df99b195e9251f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e19f359fee1e54e0e01f7c", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e19f8f1d7d66b23c122f91", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBigPipe" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e19f7d141be7902244a7d5" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e19f7d534a8ff2bb7e9f89", - "index": 2, - "oneSessionOnly": false, - "parentId": "66e19f359fee1e54e0e01f7c", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e19fc3c379fbce55ede850", - "resetOnSessionEnd": false, - "savageRole": [ - "followerBirdEye" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e19fb4a654297454722f35" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e19fb429e9c0617af804a8", - "index": 3, - "oneSessionOnly": false, - "parentId": "66e19f359fee1e54e0e01f7c", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e1a01a748ff4a9f883fae3", - "resetOnSessionEnd": false, - "savageRole": [ - "bossKnight" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e19ff16664f28c79c3e822" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e19ff1d9a36fb31bc2b96a", - "index": 4, - "oneSessionOnly": false, - "parentId": "66e19f359fee1e54e0e01f7c", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e853e1468526dfc5446eb5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66e01ad15a8890455a0d9eea", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e01ad6835f78499f049180 declinePlayerMessage", - "description": "66e01ad6835f78499f049180 description", - "failMessageText": "66e01ad6835f78499f049180 failMessageText", - "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "66e01ad6835f78499f049180 name", - "note": "66e01ad6835f78499f049180 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "66e29c07cfff1e6d080a0181", - "index": 0, - "type": "Experience", - "value": "60400" - }, - { - "findInRaid": true, - "id": "66e29c14971be7540907d844", - "index": 1, - "items": [ - { - "_id": "66f7bc94f94179bfd31098c0", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 198000 - } - } - ], - "target": "66f7bc94f94179bfd31098c0", - "type": "Item", - "value": "198000" - }, - { - "findInRaid": true, - "id": "66e29c23693493cff001403c", - "index": 2, - "items": [ - { - "_id": "66f7bc94f94179bfd31098c1", - "_tpl": "618a431df1eb8e24b8741deb", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66f7bc94f94179bfd31098c1", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66e29c2526dd821a2b0b891f", - "index": 3, - "items": [ - { - "_id": "66f7bc94f94179bfd31098c2", - "_tpl": "617fd91e5539a84ec44ce155", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66f7bc94f94179bfd31098c2", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66e29c3a0829cbf5e40d508f", - "index": 4, - "items": [ - { - "_id": "66f7bc94f94179bfd31098c3", - "_tpl": "65268d8ecb944ff1e90ea385", - "upd": { - "FireMode": { - "FireMode": "fullauto" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 2 - } - }, - { - "_id": "66f7bc94f94179bfd31098c4", - "_tpl": "6513f0a194c72326990a3868", - "parentId": "66f7bc94f94179bfd31098c3", - "slotId": "mod_magazine" - }, - { - "_id": "66f7bc94f94179bfd31098c5", - "_tpl": "6513f1798cb24472490ee331", - "parentId": "66f7bc94f94179bfd31098c3", - "slotId": "mod_stock" - }, - { - "_id": "66f7bc94f94179bfd31098c6", - "_tpl": "6513f13a8cb24472490ee32f", - "parentId": "66f7bc94f94179bfd31098c5", - "slotId": "mod_pistolgrip" - }, - { - "_id": "66f7bc94f94179bfd31098c7", - "_tpl": "6513eff1e06849f06c0957d4", - "parentId": "66f7bc94f94179bfd31098c3", - "slotId": "mod_barrel" - }, - { - "_id": "66f7bc94f94179bfd31098c8", - "_tpl": "6513f037e06849f06c0957d7", - "parentId": "66f7bc94f94179bfd31098c7", - "slotId": "mod_bipod" - }, - { - "_id": "66f7bc94f94179bfd31098c9", - "_tpl": "6513f0f5e63f29908d0ffab8", - "parentId": "66f7bc94f94179bfd31098c7", - "slotId": "mod_muzzle" - }, - { - "_id": "66f7bc94f94179bfd31098ca", - "_tpl": "6513f05a94c72326990a3866", - "parentId": "66f7bc94f94179bfd31098c3", - "slotId": "mod_handguard" - }, - { - "_id": "66f7bc94f94179bfd31098cb", - "_tpl": "6513f153e63f29908d0ffaba", - "parentId": "66f7bc94f94179bfd31098c3", - "slotId": "mod_sight_rear" - } - ], - "target": "66f7bc94f94179bfd31098c3", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "66e29c59734e223edb09d6d4", - "index": 5, - "items": [ - { - "_id": "66f7bc94f94179bfd31098cc", - "_tpl": "6513f0a194c72326990a3868", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66f7bc94f94179bfd31098cc", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "66e29c6b919bad697104f4ab", - "index": 6, - "items": [ - { - "_id": "66f7bc94f94179bfd31098cd", - "_tpl": "64ace9f9c4eda9354b0226aa", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "66f7bc94f94179bfd31098cd", - "type": "Item", - "value": "5" - }, - { - "findInRaid": true, - "id": "66e29cc1693493cff001403d", - "index": 7, - "items": [ - { - "_id": "66f7bc94f94179bfd31098ce", - "_tpl": "5649ed104bdc2d3d1c8b458b", - "upd": { - "StackObjectsCount": 10 - } - } - ], - "target": "66f7bc94f94179bfd31098ce", - "type": "Item", - "value": "10" - }, - { - "findInRaid": true, - "id": "66e29cc3919bad697104f4ac", - "index": 8, - "items": [ - { - "_id": "66f7bc94f94179bfd31098cf", - "_tpl": "64acea09c4eda9354b0226ad", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "66f7bc94f94179bfd31098cf", - "type": "Item", - "value": "5" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e01ad6835f78499f049180 startedMessageText", - "successMessageText": "66e01ad6835f78499f049180 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "66e01adbd3d014f3ae061c12": { - "QuestName": "Provide Cover", - "_id": "66e01adbd3d014f3ae061c12", - "acceptPlayerMessage": "66e01adbd3d014f3ae061c12 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e01adbd3d014f3ae061c12 changeQuestMessageText", - "completePlayerMessage": "66e01adbd3d014f3ae061c12 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e071c8a9e80c3f25bb1bad", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "66d9f7256916142b3b02276e" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "em_quest4_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e0735089627301d900ef1d", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "66d9f8744827a77e870ecaf1" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": " em_quest4_3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e8543dd3f56baf8f01834c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66e01ad6835f78499f049180", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e01adbd3d014f3ae061c12 declinePlayerMessage", - "description": "66e01adbd3d014f3ae061c12 description", - "failMessageText": "66e01adbd3d014f3ae061c12 failMessageText", - "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66e01adbd3d014f3ae061c12 name", - "note": "66e01adbd3d014f3ae061c12 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "id": "66e29ef7734e223edb09d6d9", - "index": 0, - "items": [ - { - "_id": "66f7bc94f94179bfd3109834", - "_tpl": "66d9f8744827a77e870ecaf1", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66f7bc94f94179bfd3109834", - "type": "Item", - "value": "1" - }, - { - "id": "66e29f88734e223edb09d6da", - "index": 1, - "items": [ - { - "_id": "66f7bc94f94179bfd3109835", - "_tpl": "66d9f7256916142b3b02276e", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "66f7bc94f94179bfd3109835", - "type": "Item", - "value": "1" - } - ], - "Success": [ - { - "id": "66e2a00b595f1160080a863c", - "index": 0, - "type": "Experience", - "value": "39800" - }, - { - "findInRaid": true, - "id": "66e2a01cdce3508f8c07f845", - "index": 1, - "items": [ - { - "_id": "66f7bc94f94179bfd3109836", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 142400 - } - } - ], - "target": "66f7bc94f94179bfd3109836", - "type": "Item", - "value": "142400" - }, - { - "findInRaid": true, - "id": "66e2a08c0829cbf5e40d5099", - "index": 2, - "items": [ - { - "_id": "66f7bc94f94179bfd3109837", - "_tpl": "651450ce0e00edc794068371", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66f7bc94f94179bfd3109838", - "_tpl": "57c44f4f2459772d2c627113", - "parentId": "66f7bc94f94179bfd3109837", - "slotId": "mod_reciever" - }, - { - "_id": "66f7bc94f94179bfd3109839", - "_tpl": "5a9e81fba2750c00164f6b11", - "parentId": "66f7bc94f94179bfd3109837", - "slotId": "mod_magazine" - }, - { - "_id": "66f7bc94f94179bfd310983a", - "_tpl": "57c44fa82459772d2d75e415", - "parentId": "66f7bc94f94179bfd3109837", - "slotId": "mod_pistol_grip" - }, - { - "_id": "66f7bc94f94179bfd310983b", - "_tpl": "57c450252459772d28133253", - "parentId": "66f7bc94f94179bfd3109837", - "slotId": "mod_stock" - }, - { - "_id": "66f7bc94f94179bfd310983c", - "_tpl": "6565c3ab977bcc2dbb01c2e7", - "parentId": "66f7bc94f94179bfd3109837", - "slotId": "mod_handguard" - }, - { - "_id": "66f7bc94f94179bfd310983d", - "_tpl": "6565c0c2ff7eb7070409084c", - "parentId": "66f7bc94f94179bfd3109837", - "slotId": "mod_foregrip" - } - ], - "target": "66f7bc94f94179bfd3109837", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66e2a097e20d8fffdb07967d", - "index": 3, - "items": [ - { - "_id": "66f7bc94f94179bfd310983e", - "_tpl": "65118f531b90b4fc77015083", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66f7bc94f94179bfd310983e", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66e2a0ac919bad697104f4af", - "index": 4, - "items": [ - { - "_id": "66f7bc94f94179bfd310983f", - "_tpl": "657025dabfc87b3a34093256", - "upd": { - "StackObjectsCount": 6 - } - } - ], - "target": "66f7bc94f94179bfd310983f", - "type": "Item", - "value": "6" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e01adbd3d014f3ae061c12 startedMessageText", - "successMessageText": "66e01adbd3d014f3ae061c12 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Exploration" - }, - "66e01ae0c391e4c94903d220": { - "QuestName": "Cream of the Crop", - "_id": "66e01ae0c391e4c94903d220", - "acceptPlayerMessage": "66e01ae0c391e4c94903d220 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e01ae0c391e4c94903d220 changeQuestMessageText", - "completePlayerMessage": "66e01ae0c391e4c94903d220 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e0864adb7c624eb1ebfc85", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66d9f7e7099cf6adcc07a369" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "66e2cbdcfa112f441c9f0e49", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "66e2cbeff6c9be459854f6fa", - "target": [ - "Shoreline" - ] - } - ], - "id": "66e2c832eae46e355ecf36fa" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e2c832596e2895181e1bd4", - "index": 1, - "oneSessionOnly": true, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "66e2db40ec3f405d2476e703", - "target": "66e0864adb7c624eb1ebfc85" - } - ] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e086a04a164106f15e5f3f", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "66d9f7e7099cf6adcc07a369" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "66e2db70f6894694f177a703", - "target": "66e2c832596e2895181e1bd4" - } - ], - "zoneId": "em_quest5_1" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e855ba19f11898fefabb34", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66e01adbd3d014f3ae061c12", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e01ae0c391e4c94903d220 declinePlayerMessage", - "description": "66e01ae0c391e4c94903d220 description", - "failMessageText": "66e01ae0c391e4c94903d220 failMessageText", - "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66e01ae0c391e4c94903d220 name", - "note": "66e01ae0c391e4c94903d220 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "66e2a162e20d8fffdb07967f", - "index": 0, - "type": "Experience", - "value": "52600" - }, - { - "findInRaid": true, - "id": "66e2a3560fd1c0c1d50d45a3", - "index": 1, - "items": [ - { - "_id": "66f7bc94f94179bfd31098e2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 194000 - } - } - ], - "target": "66f7bc94f94179bfd31098e2", - "type": "Item", - "value": "194000" - }, - { - "findInRaid": true, - "id": "66e2a3590829cbf5e40d509b", - "index": 2, - "items": [ - { - "_id": "66f7bc94f94179bfd31098e3", - "_tpl": "66d98233302686954b0c6f81", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66f7bc94f94179bfd31098e3", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66e2a39a971be7540907d84b", - "index": 3, - "items": [ - { - "_id": "66f7bc94f94179bfd31098e4", - "_tpl": "5d1b376e86f774252519444e", - "upd": { - "StackObjectsCount": 3 - } - } - ], - "target": "66f7bc94f94179bfd31098e4", - "type": "Item", - "value": "3" - }, - { - "findInRaid": true, - "id": "66e2a39ee9f28213e00a9c0b", - "index": 4, - "items": [ - { - "_id": "66f7bc94f94179bfd31098e5", - "_tpl": "62a09f32621468534a797acb", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "66f7bc94f94179bfd31098e5", - "type": "Item", - "value": "5" - }, - { - "id": "66e2acbbe9f28213e00a9c12", - "index": 5, - "target": "66e2a7e5919bad697104f4b3", - "type": "Achievement" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e01ae0c391e4c94903d220 startedMessageText", - "successMessageText": "66e01ae0c391e4c94903d220 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Exploration" - }, - "66e01c4c475acf7e0102d296": { - "QuestName": "Before the Rain", - "_id": "66e01c4c475acf7e0102d296", - "acceptPlayerMessage": "66e01c4c475acf7e0102d296 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e01c4c475acf7e0102d296 changeQuestMessageText", - "completePlayerMessage": "66e01c4c475acf7e0102d296 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e079a0fdf3ab1d92995bdf", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66d9f7256916142b3b02276e" - ], - "value": 25, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e079f0f08b6243434eb622", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "66d9f8744827a77e870ecaf1" - ], - "value": 15, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e85582cc6d4afc93705388", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66e01ae0c391e4c94903d220", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e01c4c475acf7e0102d296 declinePlayerMessage", - "description": "66e01c4c475acf7e0102d296 description", - "failMessageText": "66e01c4c475acf7e0102d296 failMessageText", - "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66e01c4c475acf7e0102d296 name", - "note": "66e01c4c475acf7e0102d296 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "66e2a426e9f28213e00a9c0c", - "index": 0, - "type": "Experience", - "value": "108600" - }, - { - "findInRaid": true, - "id": "66e2a433ddcd903d7b02b6c8", - "index": 1, - "items": [ - { - "_id": "66f7bc94f94179bfd3109840", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 207000 - } - } - ], - "target": "66f7bc94f94179bfd3109840", - "type": "Item", - "value": "207000" - }, - { - "findInRaid": true, - "id": "66e2a43c0fd1c0c1d50d45a4", - "index": 2, - "items": [ - { - "_id": "66f7bc94f94179bfd3109841", - "_tpl": "66d98233302686954b0c6f81", - "upd": { - "StackObjectsCount": 5 - } - } - ], - "target": "66f7bc94f94179bfd3109841", - "type": "Item", - "value": "5" - }, - { - "findInRaid": true, - "id": "66e2a463cfff1e6d080a0184", - "index": 3, - "items": [ - { - "_id": "66f7bc94f94179bfd3109842", - "_tpl": "545cdb794bdc2d3a198b456a", - "upd": { - "StackObjectsCount": 2 - } - }, - { - "_id": "66f7bc94f94179bfd3109843", - "_tpl": "6575ce3716c2762fba0057fd", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Soft_armor_front" - }, - { - "_id": "66f7bc94f94179bfd3109844", - "_tpl": "6575ce45dc9932aed601c616", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Soft_armor_back" - }, - { - "_id": "66f7bc94f94179bfd3109845", - "_tpl": "6575ce5016c2762fba005802", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Soft_armor_left" - }, - { - "_id": "66f7bc94f94179bfd3109846", - "_tpl": "6575ce5befc786cd9101a671", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "soft_armor_right" - }, - { - "_id": "66f7bc94f94179bfd3109847", - "_tpl": "6575ce6f16c2762fba005806", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Collar" - }, - { - "_id": "66f7bc94f94179bfd3109848", - "_tpl": "6575ce9db15fef3dd4051628", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Shoulder_l" - }, - { - "_id": "66f7bc94f94179bfd3109849", - "_tpl": "6575cea8b15fef3dd405162c", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Shoulder_r" - }, - { - "_id": "66f7bc94f94179bfd310984a", - "_tpl": "6575ce8bdc9932aed601c61e", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Groin" - }, - { - "_id": "66f7bc94f94179bfd310984b", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Front_plate" - }, - { - "_id": "66f7bc94f94179bfd310984c", - "_tpl": "64afc71497cf3a403c01ff38", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Back_plate" - }, - { - "_id": "66f7bc94f94179bfd310984d", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Left_side_plate" - }, - { - "_id": "66f7bc94f94179bfd310984e", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "66f7bc94f94179bfd3109842", - "slotId": "Right_side_plate" - } - ], - "target": "66f7bc94f94179bfd3109842", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "66e2a473734e223edb09d6dc", - "index": 4, - "items": [ - { - "_id": "66f7bc94f94179bfd310984f", - "_tpl": "5ca20ee186f774799474abc2", - "upd": { - "StackObjectsCount": 2 - } - }, - { - "_id": "66f7bc94f94179bfd3109850", - "_tpl": "657bbe73a1c61ee0c303632b", - "parentId": "66f7bc94f94179bfd310984f", - "slotId": "Helmet_top" - }, - { - "_id": "66f7bc94f94179bfd3109851", - "_tpl": "657bbed0aab96fccee08be96", - "parentId": "66f7bc94f94179bfd310984f", - "slotId": "Helmet_back" - }, - { - "_id": "66f7bc94f94179bfd3109852", - "_tpl": "657bbefeb30eca9763051189", - "parentId": "66f7bc94f94179bfd310984f", - "slotId": "Helmet_ears" - } - ], - "target": "66f7bc94f94179bfd310984f", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "66e2a480752a0eeb480fb5a8", - "index": 5, - "items": [ - { - "_id": "66f7bc94f94179bfd3109853", - "_tpl": "5ca2113f86f7740b2547e1d2", - "upd": { - "StackObjectsCount": 2 - } - } - ], - "target": "66f7bc94f94179bfd3109853", - "type": "Item", - "value": "2" - }, - { - "findInRaid": true, - "id": "66e2a490595f1160080a863f", - "index": 6, - "items": [ - { - "_id": "66f7bc94f94179bfd3109854", - "_tpl": "64ca3d3954fc657e230529cc", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "66f7bc94f94179bfd3109855", - "_tpl": "64cbad529f7cf7f75c077fd5", - "parentId": "66f7bc94f94179bfd3109854", - "slotId": "mod_pistolgrip" - }, - { - "_id": "66f7bc94f94179bfd3109856", - "_tpl": "64639a9aab86f8fd4300146c", - "parentId": "66f7bc94f94179bfd3109854", - "slotId": "mod_barrel" - }, - { - "_id": "66f7bc94f94179bfd3109857", - "_tpl": "646372518610c40fc20204e8", - "parentId": "66f7bc94f94179bfd3109854", - "slotId": "mod_magazine" - }, - { - "_id": "66f7bc94f94179bfd3109858", - "_tpl": "6492d7847363b8a52206bc52", - "parentId": "66f7bc94f94179bfd3109854", - "slotId": "mod_stock" - }, - { - "_id": "66f7bc94f94179bfd3109859", - "_tpl": "5649ade84bdc2d1b2b8b4587", - "parentId": "66f7bc94f94179bfd3109858", - "slotId": "mod_pistolgrip_000" - }, - { - "_id": "66f7bc94f94179bfd310985a", - "_tpl": "6492fb8253acae0af00a29b6", - "parentId": "66f7bc94f94179bfd3109854", - "slotId": "mod_sight_rear" - }, - { - "_id": "66f7bc94f94179bfd310985b", - "_tpl": "6491c6f6ef312a876705191b", - "parentId": "66f7bc94f94179bfd3109854", - "slotId": "mod_handguard" - }, - { - "_id": "66f7bc94f94179bfd310985c", - "_tpl": "5c1cd46f2e22164bef5cfedb", - "parentId": "66f7bc94f94179bfd310985b", - "slotId": "mod_foregrip" - }, - { - "_id": "66f7bc94f94179bfd310985d", - "_tpl": "6492c8bba6e68e06fb0bae87", - "parentId": "66f7bc94f94179bfd310985b", - "slotId": "mod_mount" - } - ], - "target": "66f7bc94f94179bfd3109854", - "type": "Item", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e01c4c475acf7e0102d296 startedMessageText", - "successMessageText": "66e01c4c475acf7e0102d296 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Exploration" - }, - "66e3e2ee2136472d220bcb36": { - "QuestName": "Night of The Cult", - "_id": "66e3e2ee2136472d220bcb36", - "acceptPlayerMessage": "66e3e2ee2136472d220bcb36 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e3e2ee2136472d220bcb36 changeQuestMessageText", - "completePlayerMessage": "66e3e2ee2136472d220bcb36 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e3e79c1c35e9f3b69911a9", - "resetOnSessionEnd": false, - "savageRole": [ - "sectantWarrior", - "sectantPriest", - "sectantPrizrak", - "sectantPredvestnik", - "sectantOni" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e3e7807d9c6da9f260d139" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e3e780e4dbb01803c493f4", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ec0a73d046a11358f0d5fe", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5d24b81486f77439c92d6ba8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e3e2ee2136472d220bcb36 declinePlayerMessage", - "description": "66e3e2ee2136472d220bcb36 description", - "failMessageText": "66e3e2ee2136472d220bcb36 failMessageText", - "image": "/files/quest/icon/66f28fb1f1d8b06f0d0da035.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66e3e2ee2136472d220bcb36 name", - "note": "66e3e2ee2136472d220bcb36 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "66e44bd2f5c0a157fc0e5594", - "index": 0, - "type": "Experience", - "value": "12500" - }, - { - "id": "66e44bf48a4bd32fe20dace6", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "value": "0.02" - }, - { - "findInRaid": false, - "id": "66e44c33eeabdac8610613ab", - "index": 2, - "items": [ - { - "_id": "670d56aca64d91ae3205f69e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 50000 - } - } - ], - "target": "670d56aca64d91ae3205f69e", - "type": "Item", - "value": "50000" - }, - { - "findInRaid": true, - "id": "66e44ba6eeabdac8610613a9", - "index": 3, - "items": [ - { - "_id": "670d56aca64d91ae3205f69f", - "_tpl": "656fa8d700d62bcd2e024084", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f69f", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66e44bc2f5c0a157fc0e5593", - "index": 4, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a0", - "_tpl": "656fa99800d62bcd2e024088", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f6a0", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66e44c6cf5c0a157fc0e559a", - "index": 5, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a1", - "_tpl": "5c0558060db834001b735271", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f6a1", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66e44c868a4bd32fe20dacea", - "index": 6, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a2", - "_tpl": "5780cf7f2459777de4559322", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f6a2", - "type": "Item", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e3e2ee2136472d220bcb36 startedMessageText", - "successMessageText": "66e3e2ee2136472d220bcb36 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "66e3e2fcb26de0e0790d3fe6": { - "QuestName": "The Graven Image", - "_id": "66e3e2fcb26de0e0790d3fe6", - "acceptPlayerMessage": "66e3e2fcb26de0e0790d3fe6 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "66e3e2fcb26de0e0790d3fe6 changeQuestMessageText", - "completePlayerMessage": "66e3e2fcb26de0e0790d3fe6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e3eb477922c892275d0e9f", - "resetOnSessionEnd": false, - "savageRole": [ - "sectantOni" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e3eb3511fd69855edc6a16" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e3eb3592c6be7be7fdc2e5", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e3eb6189cecb67fd595850", - "resetOnSessionEnd": false, - "savageRole": [ - "sectantPredvestnik" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e3eb4cbe99869824287592" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e3eb4c4a5359f2db0be81a", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "66e3eb79fafd61e18046df03", - "resetOnSessionEnd": false, - "savageRole": [ - "sectantPrizrak" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "66e3eb655533d31cff28e1fd" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66e3eb65e385f94b38f061d7", - "index": 2, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "66ec0aa6cf1aedd5604424e3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "66e3e2ee2136472d220bcb36", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "66e3e2fcb26de0e0790d3fe6 declinePlayerMessage", - "description": "66e3e2fcb26de0e0790d3fe6 description", - "failMessageText": "66e3e2fcb26de0e0790d3fe6 failMessageText", - "image": "/files/quest/icon/66f28fb1f1d8b06f0d0da035.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "66e3e2fcb26de0e0790d3fe6 name", - "note": "66e3e2fcb26de0e0790d3fe6 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "id": "66ed42e8f458c200460b03db", - "index": 0, - "type": "Experience", - "value": "40000" - }, - { - "id": "66ed42f74b9bb4aac30ca583", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "value": "0.04" - }, - { - "findInRaid": true, - "id": "66ed430d20093184b30cfa1f", - "index": 2, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a3", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 200000 - } - } - ], - "target": "670d56aca64d91ae3205f6a3", - "type": "Item", - "value": "200000" - }, - { - "findInRaid": true, - "id": "66ed431caef3d13e4503be83", - "index": 3, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a4", - "_tpl": "63fc44e2429a8a166c7f61e6", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f6a4", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66ed432b2a1a4cd21903ac15", - "index": 4, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a5", - "_tpl": "6478641c19d732620e045e17", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f6a5", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66ed433cf458c200460b03e2", - "index": 5, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a6", - "_tpl": "63a3a93f8a56922e82001f5d", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f6a6", - "type": "Item", - "value": "1" - }, - { - "findInRaid": true, - "id": "66ed4347d59bccc7e20c6520", - "index": 6, - "items": [ - { - "_id": "670d56aca64d91ae3205f6a7", - "_tpl": "64ccc25f95763a1ae376e447", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "670d56aca64d91ae3205f6a7", - "type": "Item", - "value": "1" - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "66e3e2fcb26de0e0790d3fe6 startedMessageText", - "successMessageText": "66e3e2fcb26de0e0790d3fe6 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "670404a2ea1caa8f2e0be106": { - "QuestName": "Dont Believe Your Eyes", - "_id": "670404a2ea1caa8f2e0be106", - "acceptPlayerMessage": "670404a2ea1caa8f2e0be106 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "670404a2ea1caa8f2e0be106 changeQuestMessageText", - "completePlayerMessage": "670404a2ea1caa8f2e0be106 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "671b9b0b95833a0c5b8253df", - "target": "Halloween_lab_section1", - "value": 1 - } - ], - "id": "671b9af67d6311ae2400a282" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "671b9af6038f464a253ff93c", - "index": 0, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "671b9d565997b6712ad59910", - "target": "Halloween_lab_section2", - "value": 1 - } - ], - "id": "671b9d4ebad898dcf461fac0" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "671b9d4ef32cf95e65e0d54b", - "index": 1, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "671b9e1132c148c4e0511957", - "target": "671b9af6038f464a253ff93c" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67040594f2bbfaad66d2446f", - "index": 0, - "parentId": "", - "status": [ - 2, - 4 - ], - "target": "5d24b81486f77439c92d6ba8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "670404a2ea1caa8f2e0be106 declinePlayerMessage", - "description": "670404a2ea1caa8f2e0be106 description", - "failMessageText": "670404a2ea1caa8f2e0be106 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "5b0fc42d86f7744a585f9105", - "name": "670404a2ea1caa8f2e0be106 name", - "note": "670404a2ea1caa8f2e0be106 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6716361175e9154db9864210", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7000 - }, - { - "availableInGameEditions": [], - "id": "67163626f4739688780a4a56", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163a858351e00a1a576e88", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc43a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 35000 - } - } - ], - "target": "6728df85772964fbed0bc43a", - "type": "Item", - "unknown": false, - "value": 35000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "671638e51f32b342ca28f0f2", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc43c", - "_tpl": "5c12688486f77426843c7d32", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc43d", - "_tpl": "5c12688486f77426843c7d32", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc43d", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "670404a2ea1caa8f2e0be106 startedMessageText", - "successMessageText": "670404a2ea1caa8f2e0be106 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Discover" - }, - "67040b3d10b18d153a08f636": { - "QuestName": "Dirty Blood", - "_id": "67040b3d10b18d153a08f636", - "acceptPlayerMessage": "67040b3d10b18d153a08f636 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040b3d10b18d153a08f636 changeQuestMessageText", - "completePlayerMessage": "67040b3d10b18d153a08f636 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67040f4c53184e7f6641add6", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707cc67cc1667e49e0f7232" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67040f56ff76cf3a5cea93bd", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707cc67cc1667e49e0f7232" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67040f74d45f432319b16703", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "670404a2ea1caa8f2e0be106", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040b3d10b18d153a08f636 declinePlayerMessage", - "description": "67040b3d10b18d153a08f636 description", - "failMessageText": "67040b3d10b18d153a08f636 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "5b0fc42d86f7744a585f9105", - "name": "67040b3d10b18d153a08f636 name", - "note": "67040b3d10b18d153a08f636 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163b91df02a13ac15329c0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 18000 - }, - { - "availableInGameEditions": [], - "id": "67163b9dfe65d4b3362bf640", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163bad07160b1a1705bd4f", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc3bf", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 80000 - } - } - ], - "target": "6728df85772964fbed0bc3bf", - "type": "Item", - "unknown": false, - "value": 80000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163c114e973ab14926091a", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc3c3", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3c4", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "6728df85772964fbed0bc3c3", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } - }, - { - "_id": "6728df85772964fbed0bc3c5", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "6728df85772964fbed0bc3c3", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 5 - } - }, - { - "_id": "6728df85772964fbed0bc3c6", - "_tpl": "64898838d5b4df6140000a20", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3c7", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "6728df85772964fbed0bc3c6", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } - }, - { - "_id": "6728df85772964fbed0bc3c8", - "_tpl": "5d6e68a8a4b9360b6c0d54e2", - "parentId": "6728df85772964fbed0bc3c6", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 5 - } - } - ], - "target": "6728df85772964fbed0bc3c6", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6720ec082e40c1d09b7e2ef0", - "index": 4, - "items": [ - { - "_id": "6728df85772964fbed0bc3ca", - "_tpl": "66ffaab91f7492c901027bb8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3cb", - "_tpl": "66ffaab91f7492c901027bb8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3cc", - "_tpl": "66ffaab91f7492c901027bb8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3cd", - "_tpl": "66ffaab91f7492c901027bb8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3ce", - "_tpl": "66ffaab91f7492c901027bb8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc3ce", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6720ebd665ae526c41c144ba", - "index": 5, - "items": [ - { - "_id": "6728df85772964fbed0bc3cf", - "_tpl": "67124dcfa3541f2a1f0e788b", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3d0", - "_tpl": "6719023b612cc94b9008e78c", - "parentId": "6728df85772964fbed0bc3cf", - "slotId": "mod_stock" - }, - { - "_id": "6728df85772964fbed0bc3d1", - "_tpl": "6709133fa532466d5403fb7c", - "parentId": "6728df85772964fbed0bc3cf", - "slotId": "mod_magazine" - }, - { - "_id": "6728df85772964fbed0bc3d2", - "_tpl": "670fd0a8d8d4eae4790c8187", - "parentId": "6728df85772964fbed0bc3cf", - "slotId": "mod_barrel" - }, - { - "_id": "6728df85772964fbed0bc3d3", - "_tpl": "6710cea62bb09af72f0e6bf8", - "parentId": "6728df85772964fbed0bc3d2", - "slotId": "mod_mount" - }, - { - "_id": "6728df85772964fbed0bc3d4", - "_tpl": "57d17c5e2459775a5c57d17d", - "parentId": "6728df85772964fbed0bc3d3", - "slotId": "mod_tactical_003" - }, - { - "_id": "6728df85772964fbed0bc3d5", - "_tpl": "584984812459776a704a82a6", - "parentId": "6728df85772964fbed0bc3cf", - "slotId": "mod_scope" - } - ], - "target": "6728df85772964fbed0bc3cf", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040b3d10b18d153a08f636 startedMessageText", - "successMessageText": "67040b3d10b18d153a08f636 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Exploration" - }, - "67040b6c45eaf70db10dbec6": { - "QuestName": "Burn It Down", - "_id": "67040b6c45eaf70db10dbec6", - "acceptPlayerMessage": "67040b6c45eaf70db10dbec6 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040b6c45eaf70db10dbec6 changeQuestMessageText", - "completePlayerMessage": "67040b6c45eaf70db10dbec6 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "67040b6c45eaf70db10dbeca" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67040b6c45eaf70db10dbec9", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "670410144b0478fbd121c2b7", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040b3d10b18d153a08f636", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040b6c45eaf70db10dbec6 declinePlayerMessage", - "description": "67040b6c45eaf70db10dbec6 description", - "failMessageText": "67040b6c45eaf70db10dbec6 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67040b6c45eaf70db10dbec6 name", - "note": "67040b6c45eaf70db10dbec6 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163c215af35ea9a3bad6cd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15500 - }, - { - "availableInGameEditions": [], - "id": "67163c2d5e267453a1374674", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163c3bd1d2f0134c8b95dd", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc43f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 74000 - } - } - ], - "target": "6728df85772964fbed0bc43f", - "type": "Item", - "unknown": false, - "value": 74000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163c7197e0b96fbd41c4ae", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc441", - "_tpl": "618ba27d9008e4636a67f61d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc442", - "_tpl": "618ba27d9008e4636a67f61d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc442", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040b6c45eaf70db10dbec6 startedMessageText", - "successMessageText": "67040b6c45eaf70db10dbec6 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "67040ba4578a46e44a05c0a8": { - "QuestName": "The Root Cause", - "_id": "67040ba4578a46e44a05c0a8", - "acceptPlayerMessage": "67040ba4578a46e44a05c0a8 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040ba4578a46e44a05c0a8 changeQuestMessageText", - "completePlayerMessage": "67040ba4578a46e44a05c0a8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "670410d1b4843ee4b8830049", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707cd70aab679420007e018" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "670410e1eccf320a037c030b", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707cd70aab679420007e018" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "670410a7110d80be3f426271", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040b6c45eaf70db10dbec6", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040ba4578a46e44a05c0a8 declinePlayerMessage", - "description": "67040ba4578a46e44a05c0a8 description", - "failMessageText": "67040ba4578a46e44a05c0a8 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "5b0fc42d86f7744a585f9105", - "name": "67040ba4578a46e44a05c0a8 name", - "note": "67040ba4578a46e44a05c0a8 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163ca8b649b1c61a5db456", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 24000 - }, - { - "availableInGameEditions": [], - "id": "67163cb4fef5df6a02c47315", - "index": 1, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163cbf08ec3e5a38502201", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc389", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 90000 - } - } - ], - "target": "6728df85772964fbed0bc389", - "type": "Item", - "unknown": false, - "value": 90000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163cd6f02661dabb5d37fc", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc38b", - "_tpl": "5c1d0d6d86f7744bb2683e1f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc38b", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040ba4578a46e44a05c0a8 startedMessageText", - "successMessageText": "67040ba4578a46e44a05c0a8 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "67040c22cc1f3752720376e9": { - "QuestName": "Matter of Technique", - "_id": "67040c22cc1f3752720376e9", - "acceptPlayerMessage": "67040c22cc1f3752720376e9 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040c22cc1f3752720376e9 changeQuestMessageText", - "completePlayerMessage": "67040c22cc1f3752720376e9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "670411abdc302ebeeecded65", - "target": "halloween_unlock_pc", - "value": 1 - } - ], - "id": "670411a2453ab5c50b9b4308" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "670411a2cded018840f5b599", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "670411d819aafd130ebc4bb8", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 60, - "target": [ - "6707d13e4e617ec94f0e5631" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "halloween_unlock_pc" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6704118d3d864080224092e7", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040ba4578a46e44a05c0a8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040c22cc1f3752720376e9 declinePlayerMessage", - "description": "67040c22cc1f3752720376e9 description", - "failMessageText": "67040c22cc1f3752720376e9 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "67040c22cc1f3752720376e9 name", - "note": "67040c22cc1f3752720376e9 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "id": "670933061d99fbca9006475b", - "index": 0, - "items": [ - { - "_id": "6728df85772964fbed0bc373", - "_tpl": "6707d13e4e617ec94f0e5631", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 1, - "target": "6728df85772964fbed0bc373", - "traderId": 11, - "type": "ProductionScheme", - "unknown": false - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163cf244ca28c6930b8aff", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 20500 - }, - { - "availableInGameEditions": [], - "id": "67163cfba5c2b31e5c930c76", - "index": 1, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163d0d22013ab09c32c006", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc375", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 105000 - } - } - ], - "target": "6728df85772964fbed0bc375", - "type": "Item", - "unknown": false, - "value": 105000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163d4beebb0ea6788fa998", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc378", - "_tpl": "657024cecfc010a0f5006a0a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc379", - "_tpl": "5ba2678ad4351e44f824b344", - "parentId": "6728df85772964fbed0bc378", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 40 - } - }, - { - "_id": "6728df85772964fbed0bc37a", - "_tpl": "657024cecfc010a0f5006a0a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc37b", - "_tpl": "5ba2678ad4351e44f824b344", - "parentId": "6728df85772964fbed0bc37a", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 40 - } - }, - { - "_id": "6728df85772964fbed0bc37c", - "_tpl": "657024cecfc010a0f5006a0a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc37d", - "_tpl": "5ba2678ad4351e44f824b344", - "parentId": "6728df85772964fbed0bc37c", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 40 - } - } - ], - "target": "6728df85772964fbed0bc37c", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163d63a3d45c86f1e27b25", - "index": 4, - "items": [ - { - "_id": "6728df85772964fbed0bc37f", - "_tpl": "5ba26586d4351e44f824b340", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc380", - "_tpl": "5ba26586d4351e44f824b340", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc381", - "_tpl": "5ba26586d4351e44f824b340", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc381", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163d97dde87183fe8a06fd", - "index": 5, - "items": [ - { - "_id": "6728df85772964fbed0bc382", - "_tpl": "5bd70322209c4d00d7167b8f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc383", - "_tpl": "5ba264f6d4351e0034777d52", - "parentId": "6728df85772964fbed0bc382", - "slotId": "mod_magazine" - }, - { - "_id": "6728df85772964fbed0bc384", - "_tpl": "5ba26acdd4351e003562908e", - "parentId": "6728df85772964fbed0bc382", - "slotId": "mod_muzzle" - }, - { - "_id": "6728df85772964fbed0bc385", - "_tpl": "5ba26b01d4351e0085325a51", - "parentId": "6728df85772964fbed0bc382", - "slotId": "mod_sight_front" - }, - { - "_id": "6728df85772964fbed0bc386", - "_tpl": "5ba26b17d4351e00367f9bdd", - "parentId": "6728df85772964fbed0bc382", - "slotId": "mod_sight_rear" - }, - { - "_id": "6728df85772964fbed0bc387", - "_tpl": "5bd704e7209c4d00d7167c31", - "parentId": "6728df85772964fbed0bc382", - "slotId": "mod_stock" - } - ], - "target": "6728df85772964fbed0bc382", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040c22cc1f3752720376e9 startedMessageText", - "successMessageText": "67040c22cc1f3752720376e9 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Discover" - }, - "67040c43ce929d6ee506c7c7": { - "QuestName": "Find the Source", - "_id": "67040c43ce929d6ee506c7c7", - "acceptPlayerMessage": "67040c43ce929d6ee506c7c7 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040c43ce929d6ee506c7c7 changeQuestMessageText", - "completePlayerMessage": "67040c43ce929d6ee506c7c7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "670689489f354566fdcda52c", - "target": "Halloween_closed_places", - "value": 1 - } - ], - "id": "6706893ed4c61255bb8bca31" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706893e6451790d64465e12", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706896497a1fabc16e68de4", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707cef3571b50abc703b64f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706896f9f1291bdecc69c30", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707cef3571b50abc703b64f" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706892d6a7113fbef08b2be", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040c22cc1f3752720376e9", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040c43ce929d6ee506c7c7 declinePlayerMessage", - "description": "67040c43ce929d6ee506c7c7 description", - "failMessageText": "67040c43ce929d6ee506c7c7 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "5b0fc42d86f7744a585f9105", - "name": "67040c43ce929d6ee506c7c7 name", - "note": "67040c43ce929d6ee506c7c7 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163dfa807a450346061911", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 30000 - }, - { - "availableInGameEditions": [], - "id": "67163e06c0eafa1ef9da6560", - "index": 1, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163e1ad615e90c5fcc8936", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc3fe", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 140000 - } - } - ], - "target": "6728df85772964fbed0bc3fe", - "type": "Item", - "unknown": false, - "value": 140000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163e64ebb869e86168dac4", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc400", - "_tpl": "5c1e495a86f7743109743dfb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc400", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040c43ce929d6ee506c7c7 startedMessageText", - "successMessageText": "67040c43ce929d6ee506c7c7 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "67040c5b4ac6d9c18c0ade26": { - "QuestName": "Gloves Off", - "_id": "67040c5b4ac6d9c18c0ade26", - "acceptPlayerMessage": "67040c5b4ac6d9c18c0ade26 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040c5b4ac6d9c18c0ade26 changeQuestMessageText", - "completePlayerMessage": "67040c5b4ac6d9c18c0ade26 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [ - "Head" - ], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [ - "6259b864ebedf17603599e88", - "61f7c9e189e6fb1a5e3ea78d", - "576165642459773c7a400233", - "54491c4f4bdc2db1078b4568", - "56dee2bdd2720bc8328b4567", - "64748cb8de82c85eaf0a273a", - "5580223e4bdc2d1c128b457f", - "606dae0ab0e443224b421bb7", - "5e870397991fd70db46995c8", - "66ffa9b66e19cc902401c5e8", - "67124dcfa3541f2a1f0e788b", - "5a7828548dc32e5a9c28b516", - "5e848cc2988a8701445df1e8", - "5a38e6bac4a2826c6e06d79b" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "67040c5b4ac6d9c18c0ade2a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67040c5b4ac6d9c18c0ade29", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 25, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67068a01147decb714cae715", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040c43ce929d6ee506c7c7", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040c5b4ac6d9c18c0ade26 declinePlayerMessage", - "description": "67040c5b4ac6d9c18c0ade26 description", - "failMessageText": "67040c5b4ac6d9c18c0ade26 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67040c5b4ac6d9c18c0ade26 name", - "note": "67040c5b4ac6d9c18c0ade26 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163e837b864f1d3d0fecf0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22000 - }, - { - "availableInGameEditions": [], - "id": "67163e8d795cfc75c9af0d84", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163e987bfe1ed0a8d086af", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc3b9", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 110000 - } - } - ], - "target": "6728df85772964fbed0bc3b9", - "type": "Item", - "unknown": false, - "value": 110000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163eaf654e5aa4ea15cda2", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc3bb", - "_tpl": "5d1b36a186f7742523398433", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3bc", - "_tpl": "5d1b36a186f7742523398433", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc3bd", - "_tpl": "5d1b36a186f7742523398433", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc3bd", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040c5b4ac6d9c18c0ade26 startedMessageText", - "successMessageText": "67040c5b4ac6d9c18c0ade26 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "67040c78bf4be8a4ef041a65": { - "QuestName": "Sample IV - A New Hope", - "_id": "67040c78bf4be8a4ef041a65", - "acceptPlayerMessage": "67040c78bf4be8a4ef041a65 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040c78bf4be8a4ef041a65 changeQuestMessageText", - "completePlayerMessage": "67040c78bf4be8a4ef041a65 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67068b5263a6a9dd703a29f2", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707cf827d279daad80fa95f" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "67262b4f3a038e2817169b70", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67262b5e7d3491384f2041f2", - "target": [ - "laboratory" - ] - } - ], - "id": "67262b40d46abd81f4514f8c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67262b4023c03479138728fa", - "index": 1, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "67273ccdb94277b1098e5b61", - "target": "67068b5263a6a9dd703a29f2" - } - ] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67262ba531b7021ec5cfc7e8", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "6707cf827d279daad80fa95f" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "67273cd5955d271ad5b90509", - "target": "67262b4023c03479138728fa" - } - ], - "zoneId": "quest_city_trotil2" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67068ab2ff50a2de563ad7e0", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040c5b4ac6d9c18c0ade26", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040c78bf4be8a4ef041a65 declinePlayerMessage", - "description": "67040c78bf4be8a4ef041a65 description", - "failMessageText": "67040c78bf4be8a4ef041a65 failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67040c78bf4be8a4ef041a65 name", - "note": "67040c78bf4be8a4ef041a65 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163ec6b0f13d4ecb4626ee", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 26000 - }, - { - "availableInGameEditions": [], - "id": "67163ed3d5165d02b27902d3", - "index": 1, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163ee4b041a046c942734e", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc399", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 126000 - } - } - ], - "target": "6728df85772964fbed0bc399", - "type": "Item", - "unknown": false, - "value": 126000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163ef849d60957475c6a61", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc39b", - "_tpl": "5aafbcd986f7745e590fff23", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc39b", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040c78bf4be8a4ef041a65 startedMessageText", - "successMessageText": "67040c78bf4be8a4ef041a65 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "67040c92bf4be8a4ef041a6c": { - "QuestName": "Darkest Hour Is Just Before Dawn", - "_id": "67040c92bf4be8a4ef041a6c", - "acceptPlayerMessage": "67040c92bf4be8a4ef041a6c acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040c92bf4be8a4ef041a6c changeQuestMessageText", - "completePlayerMessage": "67040c92bf4be8a4ef041a6c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67069682df8c93437dfdc269", - "target": [ - "Sandbox", - "Sandbox_high" - ] - } - ], - "id": "67040c92bf4be8a4ef041a70" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67040c92bf4be8a4ef041a6f", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 60, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "670696b441549e96259f089e", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedPmc", - "infectedLaborant", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "670696bd75c19273f5a732f4", - "target": [ - "TarkovStreets" - ] - } - ], - "id": "670696ab8ba98ba6aa338e6a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "670696ab3907c9db5b4612e9", - "index": 1, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 60, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6706a2df07b7ebf217e368a9", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6706a3cd6d13c4fa0adfc571", - "target": [ - "laboratory" - ] - } - ], - "id": "6706a2cca7a75fe49ac3ea96" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706a2cccd98cc18afe9cbb0", - "index": 4, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 60, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67069659c6d0a876a3a1b6ab", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040c78bf4be8a4ef041a65", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67040c92bf4be8a4ef041a6c declinePlayerMessage", - "description": "67040c92bf4be8a4ef041a6c description", - "failMessageText": "67040c92bf4be8a4ef041a6c failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67040c92bf4be8a4ef041a6c name", - "note": "67040c92bf4be8a4ef041a6c note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67163f10c586df1ce884c1ca", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 33000 - }, - { - "availableInGameEditions": [], - "id": "67163f1806bb17d9c96973e7", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163f50eff2abe73de74c06", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc402", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 160000 - } - } - ], - "target": "6728df85772964fbed0bc402", - "type": "Item", - "unknown": false, - "value": 160000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163f2ce6afde8a18bdc0cf", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc405", - "_tpl": "657023ccbfc87b3a3409320a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc406", - "_tpl": "5fc275cf85fd526b824a571a", - "parentId": "6728df85772964fbed0bc405", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } - }, - { - "_id": "6728df85772964fbed0bc407", - "_tpl": "657023ccbfc87b3a3409320a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc408", - "_tpl": "5fc275cf85fd526b824a571a", - "parentId": "6728df85772964fbed0bc407", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } - } - ], - "target": "6728df85772964fbed0bc407", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163f745bd9e52010d2bc3b", - "index": 4, - "items": [ - { - "_id": "6728df85772964fbed0bc40a", - "_tpl": "5fc23426900b1d5091531e15", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc40b", - "_tpl": "5fc23426900b1d5091531e15", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc40c", - "_tpl": "5fc23426900b1d5091531e15", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc40c", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67163f8c13c2747793d2f05a", - "index": 5, - "items": [ - { - "_id": "6728df85772964fbed0bc40d", - "_tpl": "5fc22d7c187fea44d52eda44", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc40e", - "_tpl": "5d025cc1d7ad1a53845279ef", - "parentId": "6728df85772964fbed0bc40d", - "slotId": "mod_pistol_grip" - }, - { - "_id": "6728df85772964fbed0bc40f", - "_tpl": "5c793fb92e221644f31bfb64", - "parentId": "6728df85772964fbed0bc40d", - "slotId": "mod_stock_001" - }, - { - "_id": "6728df85772964fbed0bc410", - "_tpl": "58d2946386f774496974c37e", - "parentId": "6728df85772964fbed0bc40f", - "slotId": "mod_stock_000" - }, - { - "_id": "6728df85772964fbed0bc411", - "_tpl": "58d2912286f7744e27117493", - "parentId": "6728df85772964fbed0bc410", - "slotId": "mod_stock" - }, - { - "_id": "6728df85772964fbed0bc412", - "_tpl": "5fc278107283c4046c581489", - "parentId": "6728df85772964fbed0bc40d", - "slotId": "mod_reciever" - }, - { - "_id": "6728df85772964fbed0bc413", - "_tpl": "5fc23678ab884124df0cd590", - "parentId": "6728df85772964fbed0bc412", - "slotId": "mod_barrel" - }, - { - "_id": "6728df85772964fbed0bc414", - "_tpl": "5fc2360f900b1d5091531e19", - "parentId": "6728df85772964fbed0bc413", - "slotId": "mod_gas_block" - }, - { - "_id": "6728df85772964fbed0bc415", - "_tpl": "612e0d81290d254f5e6b291a", - "parentId": "6728df85772964fbed0bc413", - "slotId": "mod_muzzle" - }, - { - "_id": "6728df85772964fbed0bc416", - "_tpl": "63877c99e785640d436458ea", - "parentId": "6728df85772964fbed0bc415", - "slotId": "mod_muzzle" - }, - { - "_id": "6728df85772964fbed0bc417", - "_tpl": "5fc235db2770a0045c59c683", - "parentId": "6728df85772964fbed0bc412", - "slotId": "mod_handguard" - }, - { - "_id": "6728df85772964fbed0bc418", - "_tpl": "5c18b90d2e2216152142466b", - "parentId": "6728df85772964fbed0bc417", - "slotId": "mod_sight_front" - }, - { - "_id": "6728df85772964fbed0bc419", - "_tpl": "57cffcd624597763133760c5", - "parentId": "6728df85772964fbed0bc417", - "slotId": "mod_foregrip" - }, - { - "_id": "6728df85772964fbed0bc41a", - "_tpl": "5b7be47f5acfc400170e2dd2", - "parentId": "6728df85772964fbed0bc417", - "slotId": "mod_mount_001" - }, - { - "_id": "6728df85772964fbed0bc41b", - "_tpl": "61605d88ffa6e502ac5e7eeb", - "parentId": "6728df85772964fbed0bc41a", - "slotId": "mod_tactical" - }, - { - "_id": "6728df85772964fbed0bc41c", - "_tpl": "62811f461d5df4475f46a332", - "parentId": "6728df85772964fbed0bc412", - "slotId": "mod_scope" - }, - { - "_id": "6728df85772964fbed0bc41d", - "_tpl": "62850c28da09541f43158cca", - "parentId": "6728df85772964fbed0bc41c", - "slotId": "mod_scope" - }, - { - "_id": "6728df85772964fbed0bc41e", - "_tpl": "5c18b9192e2216398b5a8104", - "parentId": "6728df85772964fbed0bc412", - "slotId": "mod_sight_rear" - }, - { - "_id": "6728df85772964fbed0bc41f", - "_tpl": "5fc23426900b1d5091531e15", - "parentId": "6728df85772964fbed0bc40d", - "slotId": "mod_magazine" - } - ], - "target": "6728df85772964fbed0bc40d", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040c92bf4be8a4ef041a6c startedMessageText", - "successMessageText": "67040c92bf4be8a4ef041a6c successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "67040cae4ac6d9c18c0ade2c": { - "QuestName": "Radical Treatment", - "_id": "67040cae4ac6d9c18c0ade2c", - "acceptPlayerMessage": "67040cae4ac6d9c18c0ade2c acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67040cae4ac6d9c18c0ade2c changeQuestMessageText", - "completePlayerMessage": "67040cae4ac6d9c18c0ade2c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706a4ddec997e861c3f6f04", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "6707d0804e617ec94f0e562f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Halloween_zone_for_antivirus(lighthouse)" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706a504c00fb0d1f430a249", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "6707d0804e617ec94f0e562f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Halloween_zone_for_antivirus(shoreline)" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706a51fa60dfe2fb85275ed", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "6707d0804e617ec94f0e562f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Halloween_zone_for_antivirus(woods)" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706a52083168d9e8ed303d8", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "6707d0804e617ec94f0e562f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Halloween_zone_for_antivirus(bigmap)" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706a61a5fb5eedf15ec6234", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "6707d0804e617ec94f0e562f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Halloween_zone_for_antivirus(factory)" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67091272fbf6f41d103a3216", - "index": 6, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 10, - "target": [ - "6707d0804e617ec94f0e562f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Halloween_zone_for_antivirus(lab)" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706a6e018e2c922fab19335", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040c92bf4be8a4ef041a6c", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6707e7e15ef60997cb82fdaf", - "resetOnSessionEnd": false, - "savageRole": [ - "bossSanitar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6707e7d562a617c258a33433" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6707e7d55dcc46402af57658", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "67040cae4ac6d9c18c0ade2c declinePlayerMessage", - "description": "67040cae4ac6d9c18c0ade2c description", - "failMessageText": "67040cae4ac6d9c18c0ade2c failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67040cae4ac6d9c18c0ade2c name", - "note": "67040cae4ac6d9c18c0ade2c note", - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "67163fe2166caf23a43c7f91", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": -0.15 - } - ], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67090fc88c1b355745083d34", - "index": 0, - "items": [ - { - "_id": "6728df85772964fbed0bc421", - "_tpl": "6707d0804e617ec94f0e562f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc422", - "_tpl": "6707d0804e617ec94f0e562f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc423", - "_tpl": "6707d0804e617ec94f0e562f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc424", - "_tpl": "6707d0804e617ec94f0e562f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc425", - "_tpl": "6707d0804e617ec94f0e562f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc426", - "_tpl": "6707d0804e617ec94f0e562f", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc426", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "id": "670910895663dbb73a058b7a", - "index": 1, - "items": [ - { - "_id": "6728df85772964fbed0bc428", - "_tpl": "6707d0804e617ec94f0e562f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "loyaltyLevel": 2, - "target": "6728df85772964fbed0bc428", - "traderId": 7, - "type": "ProductionScheme", - "unknown": false - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "671016febbbceb6e220f2136", - "index": 0, - "target": "670febed5ee0fc738a0965a4", - "type": "Achievement", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "67163fc0db6042d1c2e37fa0", - "index": 1, - "type": "Experience", - "unknown": false, - "value": 70000 - }, - { - "availableInGameEditions": [], - "id": "67163fe2166caf23a43c7f91", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.15 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67163ffa78c81554369afed4", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc42a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 200000 - } - } - ], - "target": "6728df85772964fbed0bc42a", - "type": "Item", - "unknown": false, - "value": 200000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6716402194e9235e79844570", - "index": 4, - "items": [ - { - "_id": "6728df85772964fbed0bc42c", - "_tpl": "59fb042886f7746c5005a7b2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc42c", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67164045f81ff52fbbe0550f", - "index": 5, - "items": [ - { - "_id": "6728df85772964fbed0bc42e", - "_tpl": "5ed515c8d380ab312177c0fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc42f", - "_tpl": "5ed515c8d380ab312177c0fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc430", - "_tpl": "5ed515c8d380ab312177c0fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc430", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6716405bc731bcf567da11fa", - "index": 6, - "items": [ - { - "_id": "6728df85772964fbed0bc432", - "_tpl": "637b620db7afa97bfc3d7009", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc433", - "_tpl": "637b620db7afa97bfc3d7009", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc434", - "_tpl": "637b620db7afa97bfc3d7009", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc434", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6716407fd2fcfa4d6df409ba", - "index": 7, - "items": [ - { - "_id": "6728df85772964fbed0bc436", - "_tpl": "5c0e531d86f7747fa23f4d42", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc437", - "_tpl": "5c0e531d86f7747fa23f4d42", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "6728df85772964fbed0bc438", - "_tpl": "5c0e531d86f7747fa23f4d42", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc438", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040cae4ac6d9c18c0ade2c startedMessageText", - "successMessageText": "67040cae4ac6d9c18c0ade2c successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Discover" - }, - "67040ccdcc1f3752720376ef": { - "QuestName": "Forgotten Oaths", - "_id": "67040ccdcc1f3752720376ef", - "acceptPlayerMessage": "67040ccdcc1f3752720376ef acceptPlayerMessage", - "canShowNotificationsInGame": false, - "changeQuestMessageText": "67040ccdcc1f3752720376ef changeQuestMessageText", - "completePlayerMessage": "67040ccdcc1f3752720376ef completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706af6cf1cdc7ba44665711", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707d1f9571b50abc703b651" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6719135cfab45272c32a8c01", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "6707d1f9571b50abc703b651" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6707e7744eb12e7773251f1f", - "resetOnSessionEnd": false, - "savageRole": [ - "bossSanitar" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6707e75828f94321227f3ba9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6707e758f847ab10fd857441", - "index": 2, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6706af4634a71aa5c0639be1", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "67040cae4ac6d9c18c0ade2c", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6709244d3a07cc48f2908a1c", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67040cae4ac6d9c18c0ade2c", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "67040ccdcc1f3752720376ef declinePlayerMessage", - "description": "67040ccdcc1f3752720376ef description", - "failMessageText": "67040ccdcc1f3752720376ef failMessageText", - "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67040ccdcc1f3752720376ef name", - "note": "67040ccdcc1f3752720376ef note", - "restartable": false, - "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "671640e8871a5f0963d0360c", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": -0.15 - } - ], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6716409d64cc69fc82b41f0a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "id": "671640aca6c83a8f0d85b091", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "671640bd6217dd19faabc7a3", - "index": 2, - "items": [ - { - "_id": "6728df85772964fbed0bc36f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "6728df85772964fbed0bc36f", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "671640dbe9a123a38fceec65", - "index": 3, - "items": [ - { - "_id": "6728df85772964fbed0bc371", - "_tpl": "5d235bb686f77443f4331278", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "6728df85772964fbed0bc371", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67040ccdcc1f3752720376ef startedMessageText", - "successMessageText": "67040ccdcc1f3752720376ef successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Discover" - }, - "67190f6c1b3f4964d90d71e9": { - "QuestName": "Global Threat", - "_id": "67190f6c1b3f4964d90d71e9", - "acceptPlayerMessage": "67190f6c1b3f4964d90d71e9 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67190f6c1b3f4964d90d71e9 changeQuestMessageText", - "completePlayerMessage": "67190f6c1b3f4964d90d71e9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67190ed2512a15b26bc723f7", - "target": [ - "Shoreline" - ] - } - ], - "id": "67190f6c1b3f4964d90d71ed" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67190f6c1b3f4964d90d71ec", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67190f6c1b3f4964d90d71eb", - "index": 0, - "parentId": "", - "status": [ - 4, - 2 - ], - "target": "670404a2ea1caa8f2e0be106", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6729dbca37cb06cfe3d2a6ea", - "index": 2, - "parentId": "", - "status": [ - 4, - 2 - ], - "target": "5a27b75b86f7742e97191958", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67190f6c1b3f4964d90d71e9 declinePlayerMessage", - "description": "67190f6c1b3f4964d90d71e9 description", - "failMessageText": "67190f6c1b3f4964d90d71e9 failMessageText", - "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "67190f6c1b3f4964d90d71e9 name", - "note": "67190f6c1b3f4964d90d71e9 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67190f6c1b3f4964d90d71ee", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "id": "67190f6c1b3f4964d90d71ef", - "index": 1, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67190f6c1b3f4964d90d71f0", - "index": 2, - "items": [ - { - "_id": "672a19fb0f6208542a133ea8", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 2000 - } - } - ], - "target": "672a19fb0f6208542a133ea8", - "type": "Item", - "unknown": false, - "value": 2000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67190f6c1b3f4964d90d71e9 startedMessageText", - "successMessageText": "67190f6c1b3f4964d90d71e9 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Elimination" - }, - "67190f9c7b0991dc22064766": { - "QuestName": "Watch the Watcher", - "_id": "67190f9c7b0991dc22064766", - "acceptPlayerMessage": "67190f9c7b0991dc22064766 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67190f9c7b0991dc22064766 changeQuestMessageText", - "completePlayerMessage": "67190f9c7b0991dc22064766 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67190ed2512a15b26bc723f7", - "target": [ - "Lighthouse" - ] - } - ], - "id": "67190f9c7b0991dc2206476a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67190f9c7b0991dc22064769", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 55, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67190f9c7b0991dc22064768", - "index": 0, - "parentId": "", - "status": [ - 4, - 2 - ], - "target": "670404a2ea1caa8f2e0be106", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67190f9c7b0991dc22064766 declinePlayerMessage", - "description": "67190f9c7b0991dc22064766 description", - "failMessageText": "67190f9c7b0991dc22064766 failMessageText", - "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "67190f9c7b0991dc22064766 name", - "note": "67190f9c7b0991dc22064766 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67190f9c7b0991dc2206476b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "id": "67190f9c7b0991dc2206476c", - "index": 1, - "target": "579dc571d53a0658a154fbec", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67190f9c7b0991dc2206476d", - "index": 2, - "items": [ - { - "_id": "672a19fb0f6208542a133dfa", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 250000 - } - } - ], - "target": "672a19fb0f6208542a133dfa", - "type": "Item", - "unknown": false, - "value": 250000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67190f9c7b0991dc22064766 startedMessageText", - "successMessageText": "67190f9c7b0991dc22064766 successMessageText", - "traderId": "579dc571d53a0658a154fbec", - "type": "Elimination" - }, - "67190febcce4a5fdf605d4f8": { - "QuestName": "Not a Step Back", - "_id": "67190febcce4a5fdf605d4f8", - "acceptPlayerMessage": "67190febcce4a5fdf605d4f8 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67190febcce4a5fdf605d4f8 changeQuestMessageText", - "completePlayerMessage": "67190febcce4a5fdf605d4f8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 70 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67190ed2512a15b26bc723f7", - "target": [ - "RezervBase" - ] - } - ], - "id": "67190febcce4a5fdf605d4fc" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67190febcce4a5fdf605d4fb", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 35, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67190febcce4a5fdf605d4fa", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "670404a2ea1caa8f2e0be106", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67190febcce4a5fdf605d4f8 declinePlayerMessage", - "description": "67190febcce4a5fdf605d4f8 description", - "failMessageText": "67190febcce4a5fdf605d4f8 failMessageText", - "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "67190febcce4a5fdf605d4f8 name", - "note": "67190febcce4a5fdf605d4f8 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67190febcce4a5fdf605d4fd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 42000 - }, - { - "availableInGameEditions": [], - "id": "67190febcce4a5fdf605d4fe", - "index": 1, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "id": "672b30c619b6cef7b7d423db", - "index": 2, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67190febcce4a5fdf605d4ff", - "index": 3, - "items": [ - { - "_id": "672bc3fe9f8a40e93200f2ec", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 150000 - } - } - ], - "target": "672bc3fe9f8a40e93200f2ec", - "type": "Item", - "unknown": false, - "value": 150000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "672b30ec93f9a9d489c360a9", - "index": 4, - "items": [ - { - "_id": "672bc3fe9f8a40e93200f2ee", - "_tpl": "591094e086f7747caa7bb2ef", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "672bc3fe9f8a40e93200f2ee", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "672b30fcd1fe9b2559efe0c8", - "index": 5, - "items": [ - { - "_id": "672bc3fe9f8a40e93200f2f0", - "_tpl": "5910968f86f77425cf569c32", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "672bc3fe9f8a40e93200f2f0", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67190febcce4a5fdf605d4f8 startedMessageText", - "successMessageText": "67190febcce4a5fdf605d4f8 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "67191048eddf081d340d4c6e": { - "QuestName": "Pressured by Circumstances", - "_id": "67191048eddf081d340d4c6e", - "acceptPlayerMessage": "67191048eddf081d340d4c6e acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67191048eddf081d340d4c6e changeQuestMessageText", - "completePlayerMessage": "67191048eddf081d340d4c6e completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [ - "5cadc190ae921500103bb3b6", - "5e81c3cbac2bb513793cdc75", - "5f36a0e5fbf956000b716b65", - "5d3eb3b0a4b93615055e84d2", - "5d67abc1a4b93614ec50137f", - "5a7ae0c351dfba0017554310", - "5b1fa9b25acfc40018633c01", - "63088377b5cd696784087147", - "6193a720f8ee7e52e42109ed", - "602a9740da11d6478d5a06dc", - "576a581d2459771e7b1bc4f1", - "5448bd6b4bdc2dfc2f8b4569", - "579204f224597773d619e051", - "669fa3f88abd2662d80eee77", - "669fa409933e898cce0c2166", - "669fa39b48fc9f8db6035a0c", - "669fa3d876116c89840b1217", - "668fe5a998b5ad715703ddd6", - "5a17f98cfcdbcb0980087290", - "56d59856d2720bd8418b456a", - "56e0598dd2720bb5668b45a6", - "59f98b4986f7746f546d2cef", - "5abccb7dd8ce87001773e277", - "571a12c42459771f627b58a0", - "5b3b713c5acfc4330140bd8d", - "66015072e9f84d5680039678", - "624c2e8614da335f1e034d8c", - "61a4c8884f95bc3b2c5dc96f", - "633ec7c2a6918cb895019c6c" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67190ed2512a15b26bc723f7", - "target": [ - "factory4_day", - "factory4_night" - ] - } - ], - "id": "67191048eddf081d340d4c72" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67191048eddf081d340d4c71", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 25, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67191048eddf081d340d4c70", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "670404a2ea1caa8f2e0be106", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67191048eddf081d340d4c6e declinePlayerMessage", - "description": "67191048eddf081d340d4c6e description", - "failMessageText": "67191048eddf081d340d4c6e failMessageText", - "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", - "instantComplete": false, - "isKey": false, - "location": "55f2d3fd4bdc2d5f408b4567", - "name": "67191048eddf081d340d4c6e name", - "note": "67191048eddf081d340d4c6e note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67191048eddf081d340d4c73", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 50000 - }, - { - "availableInGameEditions": [], - "id": "672ccda2cba65991956f35c1", - "index": 1, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "id": "67191048eddf081d340d4c74", - "index": 2, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67191048eddf081d340d4c75", - "index": 3, - "items": [ - { - "_id": "672cee99531269e23e175968", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 300000 - } - } - ], - "target": "672cee99531269e23e175968", - "type": "Item", - "unknown": false, - "value": 300000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "672cce3915eb23bab258965b", - "index": 4, - "items": [ - { - "_id": "672cee99531269e23e17596c", - "_tpl": "57372b832459776701014e41", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "672cee99531269e23e17596d", - "_tpl": "56dff026d2720bb8668b4567", - "parentId": "672cee99531269e23e17596c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "672cee99531269e23e17596e", - "_tpl": "56dff026d2720bb8668b4567", - "parentId": "672cee99531269e23e17596c", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "672cee99531269e23e17596f", - "_tpl": "57372b832459776701014e41", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "672cee99531269e23e175970", - "_tpl": "56dff026d2720bb8668b4567", - "parentId": "672cee99531269e23e17596f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "672cee99531269e23e175971", - "_tpl": "56dff026d2720bb8668b4567", - "parentId": "672cee99531269e23e17596f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - } - ], - "target": "672cee99531269e23e17596f", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "672cce58c269e7d911852cd8", - "index": 5, - "items": [ - { - "_id": "672cee99531269e23e175975", - "_tpl": "65702681bfc87b3a3409325f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "672cee99531269e23e175976", - "_tpl": "601949593ae8f707c4608daa", - "parentId": "672cee99531269e23e175975", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "672cee99531269e23e175977", - "_tpl": "601949593ae8f707c4608daa", - "parentId": "672cee99531269e23e175975", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - }, - { - "_id": "672cee99531269e23e175978", - "_tpl": "65702681bfc87b3a3409325f", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "672cee99531269e23e175979", - "_tpl": "601949593ae8f707c4608daa", - "parentId": "672cee99531269e23e175978", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 60 - } - }, - { - "_id": "672cee99531269e23e17597a", - "_tpl": "601949593ae8f707c4608daa", - "parentId": "672cee99531269e23e175978", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 40 - } - } - ], - "target": "672cee99531269e23e175978", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67191048eddf081d340d4c6e startedMessageText", - "successMessageText": "67191048eddf081d340d4c6e successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Elimination" - }, - "671910d5dbd4354ac10e9784": { - "QuestName": "Conservation Area", - "_id": "671910d5dbd4354ac10e9784", - "acceptPlayerMessage": "671910d5dbd4354ac10e9784 acceptPlayerMessage", - "canShowNotificationsInGame": true, - "changeQuestMessageText": "671910d5dbd4354ac10e9784 changeQuestMessageText", - "completePlayerMessage": "671910d5dbd4354ac10e9784 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 21, - "to": 4 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6704051baba712f694caf4b8", - "resetOnSessionEnd": false, - "savageRole": [ - "infectedAssault", - "infectedCivil", - "infectedLaborant", - "infectedPmc", - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67190ed2512a15b26bc723f7", - "target": [ - "Woods" - ] - } - ], - "id": "671910d5dbd4354ac10e9788" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "671910d5dbd4354ac10e9787", - "index": 0, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 40, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "671910d5dbd4354ac10e9786", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "670404a2ea1caa8f2e0be106", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "671910d5dbd4354ac10e9784 declinePlayerMessage", - "description": "671910d5dbd4354ac10e9784 description", - "failMessageText": "671910d5dbd4354ac10e9784 failMessageText", - "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "671910d5dbd4354ac10e9784 name", - "note": "671910d5dbd4354ac10e9784 note", - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "671910d5dbd4354ac10e9789", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 40000 - }, - { - "availableInGameEditions": [], - "id": "671910d5dbd4354ac10e978a", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.05 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "671910d5dbd4354ac10e978b", - "index": 2, - "items": [ - { - "_id": "672bc3fe9f8a40e93200f266", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 200000 - } - } - ], - "target": "672bc3fe9f8a40e93200f266", - "type": "Item", - "unknown": false, - "value": 200000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "672b2e824dd3c76c1f2ea972", - "index": 3, - "items": [ - { - "_id": "672bc3fe9f8a40e93200f268", - "_tpl": "5d1b33a686f7742523398398", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "672bc3fe9f8a40e93200f269", - "_tpl": "5d1b33a686f7742523398398", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "672bc3fe9f8a40e93200f26a", - "_tpl": "5d1b33a686f7742523398398", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "672bc3fe9f8a40e93200f26a", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "671910d5dbd4354ac10e9784 startedMessageText", - "successMessageText": "671910d5dbd4354ac10e9784 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "671a49f77d49aea42c029b5f": { - "QuestName": "Irresistible", - "_id": "671a49f77d49aea42c029b5f", - "acceptPlayerMessage": "671a49f77d49aea42c029b5f acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "671a49f77d49aea42c029b5f changeQuestMessageText", - "completePlayerMessage": "671a49f77d49aea42c029b5f completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "671a5941cb557f8656561a12", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "671a406a6d315b526708f103" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "671a598e596272a846fa862a", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "671a406a6d315b526708f103" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "671b6d87195fd9b73685ff6f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0bdb5286f774166e38eed4", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "671a49f77d49aea42c029b5f declinePlayerMessage", - "description": "671a49f77d49aea42c029b5f description", - "failMessageText": "671a49f77d49aea42c029b5f failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dbc024597771384a510d", - "name": "671a49f77d49aea42c029b5f name", - "note": "671a49f77d49aea42c029b5f note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "671b6ed92200cd81569d6a58", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "id": "671b6ee569a1850e806ceb1e", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "671b6ef25a60a4122a9e9973", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bec", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 80000 - } - } - ], - "target": "67eb506040b1947a72103bec", - "type": "Item", - "unknown": false, - "value": 80000 - }, - { - "availableInGameEditions": [], - "id": "671b6f16d8a7ca038f55fdc3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103bed", - "_tpl": "66ffa9b66e19cc902401c5e8", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72103bee", - "_tpl": "66ffac9e316b08f6840a73e6", - "parentId": "67eb506040b1947a72103bed", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103bef", - "_tpl": "66ffaab91f7492c901027bb8", - "parentId": "67eb506040b1947a72103bed", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103bf0", - "_tpl": "66ffac601f7492c901027bbb", - "parentId": "67eb506040b1947a72103bed", - "slotId": "mod_barrel" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103bed", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "671a49f77d49aea42c029b5f startedMessageText", - "status": 0, - "successMessageText": "671a49f77d49aea42c029b5f successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Exploration" + "status": 0 }, "671a59e43d73dac1360765cc": { "QuestName": "Dangerous Props", "_id": "671a59e43d73dac1360765cc", - "acceptPlayerMessage": "671a59e43d73dac1360765cc acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "671a59e43d73dac1360765cc acceptPlayerMessage", "changeQuestMessageText": "671a59e43d73dac1360765cc changeQuestMessageText", "completePlayerMessage": "671a59e43d73dac1360765cc completePlayerMessage", "conditions": { @@ -130127,174 +93605,178 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "671ac68e12c0462931ecebe2", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], "id": "671ac6fdbe99a966448e33bc", - "resetOnSessionEnd": false, - "savageRole": [], + "dynamicLocale": false, "target": "Any", + "compareMethod": ">=", "value": 0, "weapon": [ "66ffa9b66e19cc902401c5e8", "67124dcfa3541f2a1f0e788b" ], - "weaponCaliber": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], "weaponModsExclusive": [], - "weaponModsInclusive": [] + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" } - ], - "id": "671ac68e12c0462931ecebe2" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "671ac68e30609eb2c7e9a7f7", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 20, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "671b6d0a760e7e277d0b982c", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "671a49f77d49aea42c029b5f", "status": [ 4 ], - "target": "671a49f77d49aea42c029b5f", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "671a59e43d73dac1360765cc declinePlayerMessage", "description": "671a59e43d73dac1360765cc description", "failMessageText": "671a59e43d73dac1360765cc failMessageText", - "gameModes": [], - "image": "/files/quest/icon/671f916cc05619cdf408bc6c.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "671a59e43d73dac1360765cc declinePlayerMessage", "name": "671a59e43d73dac1360765cc name", "note": "671a59e43d73dac1360765cc note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/671f916cc05619cdf408bc6c.jpg", + "type": "Exploration", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "671a59e43d73dac1360765cc startedMessageText", + "successMessageText": "671a59e43d73dac1360765cc successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "671b6f2eac3004308ebcb9b3", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b285c", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103ac0", + "_id": "68010065f81036801d0b285c", "_tpl": "66ffa9b66e19cc902401c5e8", "upd": { + "StackObjectsCount": 1, "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { - "_id": "67eb506040b1947a72103ac1", + "_id": "68010065f81036801d0b285d", "_tpl": "66ffac9e316b08f6840a73e6", - "parentId": "67eb506040b1947a72103ac0", + "parentId": "68010065f81036801d0b285c", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103ac2", + "_id": "68010065f81036801d0b285e", "_tpl": "6709133fa532466d5403fb7c", - "parentId": "67eb506040b1947a72103ac0", + "parentId": "68010065f81036801d0b285c", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103ac3", + "_id": "68010065f81036801d0b285f", "_tpl": "670fced86a7e274b1a0964e8", - "parentId": "67eb506040b1947a72103ac0", + "parentId": "68010065f81036801d0b285c", "slotId": "mod_barrel" } - ], - "target": "67eb506040b1947a72103ac0", - "type": "Item", - "unknown": false, - "value": 1 + ] } ], "Success": [ { "availableInGameEditions": [], + "value": 39900, "id": "671b6f42bdc0b163a3727ce5", - "index": 0, "type": "Experience", - "unknown": false, - "value": 39900 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "671b6f493d4ac78735b3991b", + "type": "TraderStanding", "index": 0, "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 130000, "id": "671b6f50829014d3f1518d4c", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2861", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103ac5", + "_id": "68010065f81036801d0b2861", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 130000 } } - ], - "target": "67eb506040b1947a72103ac5", - "type": "Item", - "unknown": false, - "value": 130000 + ] }, { "availableInGameEditions": [], "id": "671b6f60d4fcd37a10595f6c", + "type": "AssortmentUnlock", "index": 0, + "target": "68010065f81036801d0b2862", + "unknown": false, "items": [ { - "_id": "67eb506040b1947a72103ac6", + "_id": "68010065f81036801d0b2862", "_tpl": "67124dcfa3541f2a1f0e788b", "upd": { "Repairable": { @@ -130304,1526 +93786,22235 @@ } }, { - "_id": "67eb506040b1947a72103ac7", + "_id": "68010065f81036801d0b2863", "_tpl": "670fd23798663bc4b10e911a", - "parentId": "67eb506040b1947a72103ac6", + "parentId": "68010065f81036801d0b2862", "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103ac8", + "_id": "68010065f81036801d0b2864", "_tpl": "66ffaab91f7492c901027bb8", - "parentId": "67eb506040b1947a72103ac6", + "parentId": "68010065f81036801d0b2862", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103ac9", + "_id": "68010065f81036801d0b2865", "_tpl": "670fd03dc424cf758f006946", - "parentId": "67eb506040b1947a72103ac6", + "parentId": "68010065f81036801d0b2862", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72103aca", + "_id": "68010065f81036801d0b2866", "_tpl": "670fd0eed8d4eae4790c818a", - "parentId": "67eb506040b1947a72103ac9", + "parentId": "68010065f81036801d0b2865", "slotId": "mod_muzzle" } ], "loyaltyLevel": 4, - "target": "67eb506040b1947a72103ac6", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "58330581ace78e27b8b10cee" } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "671a59e43d73dac1360765cc startedMessageText", - "status": 0, - "successMessageText": "671a59e43d73dac1360765cc successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Exploration" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, - "6727ef2c6015b7cc540ea754": { - "QuestName": "Contagious Beast", - "_id": "6727ef2c6015b7cc540ea754", - "acceptPlayerMessage": "6727ef2c6015b7cc540ea754 acceptPlayerMessage", + "5d25aed386f77442734d25d2": { + "QuestName": "The Survivalist Path - Unprotected but Dangerous", + "_id": "5d25aed386f77442734d25d2", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6727ef2c6015b7cc540ea754 changeQuestMessageText", - "completePlayerMessage": "6727ef2c6015b7cc540ea754 completePlayerMessage", + "acceptPlayerMessage": "5d25aed386f77442734d25d2 acceptPlayerMessage", + "changeQuestMessageText": "5d25aed386f77442734d25d2 changeQuestMessageText", + "completePlayerMessage": "5d25aed386f77442734d25d2 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5d25af3c86f77443ff46b9e6", "conditions": [ { - "bodyPart": [], + "id": "5d25af5d86f77443e625d0b9", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "6727f2f76b45b18c4c30824b", "resetOnSessionEnd": false, - "savageRole": [ - "infectedTagilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6727f189e850970bf0c80d2e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6727f18974e5bdcd3778dc54", - "index": 0, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ + "conditionType": "Kills" + }, { - "conditionType": "ExitStatus", + "id": "5d25af8586f77443fe4569c4", "dynamicLocale": false, - "id": "6727f347f3e5555ac3b8e183", - "status": [ - "Survived", - "Transit" - ] + "equipmentInclusive": [], + "equipmentExclusive": [ + [ + "545cdb794bdc2d3a198b456a" + ], + [ + "5ab8e79e86f7742d8b372e78" + ], + [ + "5ab8e4ed86f7742d8e50c7fa" + ], + [ + "5c0e53c886f7747fa54205c7" + ], + [ + "5c0e51be86f774598e797894" + ], + [ + "5c0e541586f7747fa54205c9" + ], + [ + "5c0e5bab86f77461f55ed1f3" + ], + [ + "5c0e57ba86f7747fa141986d" + ], + [ + "5b44cd8b86f774503d30cba2" + ], + [ + "5b44cf1486f77431723e3d05" + ], + [ + "5b44d0de86f774503d30cba8" + ], + [ + "5b44d22286f774172b0c9de8" + ], + [ + "5ca2151486f774244a3b8d30" + ], + [ + "5ca21c6986f77479963115a7" + ], + [ + "5c0e655586f774045612eeb2" + ], + [ + "5c0e5edb86f77461f55ed1f7" + ], + [ + "5c0e625a86f7742d77340f62" + ], + [ + "59e7635f86f7742cbf2c1095" + ], + [ + "5648a7494bdc2d9d488b4583" + ], + [ + "5ab8dced86f774646209ec87" + ], + [ + "5c0e446786f7742013381639" + ], + [ + "5c0e3eb886f7742015526062" + ], + [ + "5b44cad286f77402a54ae7e5" + ], + [ + "5c0e746986f7741453628fe5" + ], + [ + "544a5caa4bdc2d1a388b4568" + ], + [ + "5d5d646386f7742797261fd9" + ], + [ + "5e9dacf986f774054d6b89f4" + ], + [ + "5e4ac41886f77406a511c9a8" + ], + [ + "5e4abb5086f77406975c9342" + ], + [ + "5fd4c474dd870108a754b241" + ], + [ + "5f5f41476bdad616ad46d631" + ], + [ + "5df8a2ca86f7740bfe6df777" + ], + [ + "5c0e722886f7740458316a57" + ], + [ + "6038b4ca92ec1c3103795a0d" + ], + [ + "6038b4b292ec1c3103795a0b" + ], + [ + "60a3c70cde5f453f634816a3" + ], + [ + "60a3c68c37ea821725773ef5" + ], + [ + "60a283193cb70855c43a381d" + ], + [ + "609e860ebd219504d8507525" + ], + [ + "609e8540d5c319764c2bc2e9" + ], + [ + "61bc85697113f767765c7fe7" + ], + [ + "61bcc89aef0f505f0c6cd0fc" + ], + [ + "62a09d79de7ac81993580530" + ], + [ + "628b9784bcf6e2659e09b8a2" + ], + [ + "628b9c7d45122232a872358f" + ], + [ + "628cd624459354321c4b7fa2" + ], + [ + "628d0618d1ba6e4fa07ce5a4" + ], + [ + "628dc750b910320f4c27a732" + ], + [ + "5d5d87f786f77427997cfaef" + ], + [ + "639343fce101f4caa40a4ef3" + ], + [ + "63737f448b28897f2802b874" + ], + [ + "64be79c487d1510151095552" + ], + [ + "64be79e2bf8412471d0d9bcc" + ], + [ + "64abd93857958b4249003418" + ], + [ + "64a5366719bab53bd203bf33" + ], + [ + "64a536392d2c4e6e970f4121" + ], + [ + "66b6296d7994640992013b17" + ], + [ + "66b6295a8ca68c6461709efa" + ], + [ + "66b6295178bbc0200425f995" + ], + [ + "674d91ce6e862d5a95059ed6" + ] + ], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "5d2f064386f77459145a4d23", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" } - ], - "id": "6727f3380897f2d9d2b64197" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6727f338415cfa0beb19c5be", - "index": 1, - "oneSessionOnly": true, + "id": "5d25af3c86f77443ff46b9e7", + "index": 0, "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6727f473d2adfb2ddf7417b4", - "target": "6727f18974e5bdcd3778dc54" - } - ] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6727f1552927971b6c3c96cc", + "id": "5d76302d86f774454d58840e", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", "status": [ - 2, 4 ], - "target": "67040c92bf4be8a4ef041a6c", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6727ef2c6015b7cc540ea754 declinePlayerMessage", - "description": "6727ef2c6015b7cc540ea754 description", - "failMessageText": "6727ef2c6015b7cc540ea754 failMessageText", - "image": "/files/quest/icon/60cb3814f09d61072d6cf211.jpg", - "instantComplete": false, + "description": "5d25aed386f77442734d25d2 description", + "failMessageText": "5d25aed386f77442734d25d2 failMessageText", + "declinePlayerMessage": "5d25aed386f77442734d25d2 declinePlayerMessage", + "name": "5d25aed386f77442734d25d2 name", + "note": "5d25aed386f77442734d25d2 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5979d3ea86f7746d0b3e3fdc.jpg", + "type": "Completion", "isKey": false, - "location": "any", - "name": "6727ef2c6015b7cc540ea754 name", - "note": "6727ef2c6015b7cc540ea754 note", "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25aed386f77442734d25d2 startedMessageText", + "successMessageText": "5d25aed386f77442734d25d2 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "6727f6974fd6e43cdd516bfe", - "index": 0, + "value": 5600, + "id": "60cc9efc5f9e6175514de2ce", "type": "Experience", - "unknown": false, - "value": 65000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "6727f68254775312a3c6720c", - "index": 1, - "target": "5c0647fdd443bc2504c2d371", + "value": 0.02, + "id": "60cc9f5e1bdece56c249cbe4", "type": "TraderStanding", - "unknown": false, - "value": 0.05 + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], + "value": 35000, + "id": "60cc9ef8f81cc57f471718a4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2868", + "unknown": false, "findInRaid": false, - "id": "6727f52839844202a5941867", - "index": 2, "items": [ { - "_id": "6728df85772964fbed0bc444", + "_id": "68010065f81036801d0b2868", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 100000 + "StackObjectsCount": 35000 } } - ], - "target": "6728df85772964fbed0bc444", - "type": "Item", - "unknown": false, - "value": 100000 + ] }, { "availableInGameEditions": [], + "value": 10, + "id": "60e2e0bcfd4472578b21defa", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b287d", + "unknown": false, "findInRaid": true, - "id": "6727f6d20e0fe62b07dbec5b", - "index": 3, "items": [ { - "_id": "6728df85772964fbed0bc446", - "_tpl": "5c1d0c5f86f7744bb2683cf0", + "_id": "68010065f81036801d0b286b", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b286c", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b286b", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b286d", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b286e", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b286d", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b286f", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2870", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b286f", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2871", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2872", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2871", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2873", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2874", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2873", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2875", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2876", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2875", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2877", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2878", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2877", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2879", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b287a", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2879", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b287b", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b287c", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b287b", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b287d", + "_tpl": "64ace9d9b5bf5e95f50a4c1d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b287e", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b287d", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc9f449f89812e5b6aa883", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b287f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b287f", + "_tpl": "5abcbc27d8ce8700182eceeb", "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } - } - ], - "target": "6728df85772964fbed0bc446", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6727ef2c6015b7cc540ea754 startedMessageText", - "successMessageText": "6727ef2c6015b7cc540ea754 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "673f2cd5d3346c2167020484": { - "QuestName": "Shipping Delay - Part 2", - "_id": "673f2cd5d3346c2167020484", - "acceptPlayerMessage": "673f2cd5d3346c2167020484 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "673f2cd5d3346c2167020484 changeQuestMessageText", - "completePlayerMessage": "673f2cd5d3346c2167020484 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "673f2d981e8463b460556979", - "target": "Depo_Zone_1", - "value": 1 - } - ], - "id": "673f2d93ca81e56cfff51870" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f2d938504a2d993bc2e68", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "673f2d9f8523ffc7b81a9fd7", - "target": "Depo_Zone_2", - "value": 1 - } - ], - "id": "673f2d9a218d6686a0ed9bdf" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f2d9a73ff76dd6d5a6344", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "673f2da7a03ecf4da35fdef0", - "target": "Depo_Zone_3", - "value": 1 - } - ], - "id": "673f2da18e9d9d7e2eb4319b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f2da118e615f9f5550544", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674eefb9b48df9e0cbba4e2f", - "index": 3, - "parentId": "", - "status": [ - 4 - ], - "target": "6752f6d83038f7df520c83e8", - "visibilityConditions": [ + }, { - "conditionType": "CompleteCondition", - "id": "6756b52a61f3b9916e633613", - "target": "673f2d9a73ff76dd6d5a6344" + "_id": "68010065f81036801d0b2880", + "_tpl": "59d64ec286f774171d1e0a42", + "parentId": "68010065f81036801d0b287f", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2881", + "_tpl": "59d64f2f86f77417193ef8b3", + "parentId": "68010065f81036801d0b2880", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2882", + "_tpl": "59e61eb386f77440d64f5daf", + "parentId": "68010065f81036801d0b287f", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2883", + "_tpl": "5a0071d486f77404e23a12b2", + "parentId": "68010065f81036801d0b287f", + "slotId": "mod_pistol_grip_akms" + }, + { + "_id": "68010065f81036801d0b2884", + "_tpl": "59d6507c86f7741b846413a2", + "parentId": "68010065f81036801d0b287f", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2885", + "_tpl": "59d650cf86f7741b846413a4", + "parentId": "68010065f81036801d0b287f", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2886", + "_tpl": "5abcd472d8ce8700166032ae", + "parentId": "68010065f81036801d0b287f", + "slotId": "mod_stock_akms" + }, + { + "_id": "68010065f81036801d0b2887", + "_tpl": "5a0060fc86f7745793204432", + "parentId": "68010065f81036801d0b287f", + "slotId": "mod_magazine" } ] } ], - "AvailableForStart": [ - { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f35a6f1eb33279c30585e", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "6752f6d83038f7df520c83e8", - "visibilityConditions": [] - } - ], "Fail": [] }, - "declinePlayerMessage": "673f2cd5d3346c2167020484 declinePlayerMessage", - "description": "673f2cd5d3346c2167020484 description", - "failMessageText": "673f2cd5d3346c2167020484 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b07caf85f28ef74022702.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "673f2cd5d3346c2167020484 name", - "note": "673f2cd5d3346c2167020484 note", + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67580d2e22c1c33811b2379f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11500 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67580d4eba52fa5c7e14e7d4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ae7", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 84000 - } - } - ], - "target": "67eb506040b1947a72102ae7", - "type": "Item", - "unknown": false, - "value": 84000 - }, - { - "availableInGameEditions": [], - "id": "67580d57e284f032893caf46", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67580d6c10196ddb04ffbfad", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ae9", - "_tpl": "66d98233302686954b0c6f81", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ae9", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67580d7340ba148fb6f7c146", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102aeb", - "_tpl": "5c12620d86f7743f8b198b72", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102aeb", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "673f2cd5d3346c2167020484 startedMessageText", - "status": 0, - "successMessageText": "673f2cd5d3346c2167020484 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "673f348dd3346c21670217e7": { - "QuestName": "Shipping Delay - Part 1", - "_id": "673f348dd3346c21670217e7", - "acceptPlayerMessage": "673f348dd3346c21670217e7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", + "gameModes": [], "arenaLocations": [], - "canShowNotificationsInGame": false, - "changeQuestMessageText": "673f348dd3346c21670217e7 changeQuestMessageText", - "completePlayerMessage": "673f348dd3346c21670217e7 completePlayerMessage", + "status": 0 + }, + "665eeca92f7aedcc900b0437": { + "QuestName": "Thirsty - Secrets", + "_id": "665eeca92f7aedcc900b0437", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "665eeca92f7aedcc900b0437 acceptPlayerMessage", + "changeQuestMessageText": "665eeca92f7aedcc900b0437 changeQuestMessageText", + "completePlayerMessage": "665eeca92f7aedcc900b0437 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f34c674ec5bf80ea69eee", + "id": "6661a28be2cdba6a469447c7", "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "67499a9669a58fceba104a41" + "5c10c8fd86f7743d7d706df3" ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "673f34f1e6b123fb5b234c1f", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "6752f6d83038f7df520c83e8", + "value": 2, "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "673f348dd3346c21670217e7 declinePlayerMessage", - "description": "673f348dd3346c21670217e7 description", - "failMessageText": "673f348dd3346c21670217e7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b07caf85f28ef74022702.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "673f348dd3346c21670217e7 name", - "note": "673f348dd3346c21670217e7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67580d92dca112a9c4b0d678", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11000 }, { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67580dd7b1da8d5c57f47f9e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e1a", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 57000 - } - } - ], - "target": "67eb506040b1947a72102e1a", - "type": "Item", - "unknown": false, - "value": 57000 - }, - { - "availableInGameEditions": [], - "id": "67580de4e50bb63720ab9e86", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67580e021a333c07bfb0c7ec", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e1d", - "_tpl": "6570257cc5d7d4cb4d078579", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e1e", - "_tpl": "59e77a2386f7742ee578960a", - "parentId": "67eb506040b1947a72102e1d", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e1f", - "_tpl": "6570257cc5d7d4cb4d078579", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e20", - "_tpl": "59e77a2386f7742ee578960a", - "parentId": "67eb506040b1947a72102e1f", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72102e21", - "_tpl": "6570257cc5d7d4cb4d078579", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e22", - "_tpl": "59e77a2386f7742ee578960a", - "parentId": "67eb506040b1947a72102e21", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72102e21", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67580e1908a265e4646e9548", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102e25", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e26", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72102e25", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72102e27", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e28", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72102e27", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - }, - { - "_id": "67eb506040b1947a72102e29", - "_tpl": "64898602f09d032aa9399d56", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102e2a", - "_tpl": "61962b617c6c7b169525f168", - "parentId": "67eb506040b1947a72102e29", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 30 - } - } - ], - "target": "67eb506040b1947a72102e29", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "673f348dd3346c21670217e7 startedMessageText", - "status": 0, - "successMessageText": "673f348dd3346c21670217e7 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "673f4e956f1b89c7bc0f56ef": { - "QuestName": "Hot Wheels", - "_id": "673f4e956f1b89c7bc0f56ef", - "acceptPlayerMessage": "673f4e956f1b89c7bc0f56ef acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "673f4e956f1b89c7bc0f56ef changeQuestMessageText", - "completePlayerMessage": "673f4e956f1b89c7bc0f56ef completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", + "conditionType": "HandoverItem", "dogtagLevel": 0, + "id": "6661a2ae387c59056c822add", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, "dynamicLocale": false, + "target": [ + "62a0a043cf4a99369e2624a5" + ], "globalQuestCounterId": "", - "id": "673f507029a1128d5c4d7498", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6661a2bf4846fd2b6ba30f90", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Btr_wheels" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f5065cdfe082966842575", - "index": 3, "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "673f507029a1128d5c4d7498", - "plantTime": 15, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "5991b51486f77447b112d44f" + "59e3606886f77417674759a5" ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Wrong_wheels" + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 15, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f4ef514413b8e0da8ee15", + "id": "66742a4fb236afa6265e59cf", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "665eeca45d86b6c8aa03c79d", "status": [ 4 ], - "target": "6752f6d83038f7df520c83e8", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "673f5069fd98c4d6d89e7a4c", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Wrong_wheels" - } - ] - }, - "declinePlayerMessage": "673f4e956f1b89c7bc0f56ef declinePlayerMessage", - "description": "673f4e956f1b89c7bc0f56ef description", - "failMessageText": "673f4e956f1b89c7bc0f56ef failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "673f4e956f1b89c7bc0f56ef name", - "note": "673f4e956f1b89c7bc0f56ef note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "675817d4d2cc390dd059492f", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 24300 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "675817e5009e791281adb147", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028cd", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 116000 - } - } - ], - "target": "67eb506040b1947a721028cd", - "type": "Item", - "unknown": false, - "value": 116000 - }, - { - "availableInGameEditions": [], - "id": "675817f01182d14a6ce22730", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758180d24adbc261147cf37", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028cf", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028cf", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "673f4e956f1b89c7bc0f56ef startedMessageText", - "status": 0, - "successMessageText": "673f4e956f1b89c7bc0f56ef successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "673f5a4976553f78350bdac1": { - "QuestName": "Hot Wheels - Lets Try Again", - "_id": "673f5a4976553f78350bdac1", - "acceptPlayerMessage": "673f5a4976553f78350bdac1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "673f5a4976553f78350bdac1 changeQuestMessageText", - "completePlayerMessage": "673f5a4976553f78350bdac1 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f5a9537550b9d7fd30777", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 20, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Btr_wheels" - } - ], - "AvailableForStart": [ - { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f5ad7a305e0215ecde320", - "index": 0, - "parentId": "", - "status": [ - 5 - ], - "target": "673f4e956f1b89c7bc0f56ef", + "availableAfter": 43200, + "dispersion": 3000, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "673f5a4976553f78350bdac1 declinePlayerMessage", - "description": "673f5a4976553f78350bdac1 description", - "failMessageText": "673f5a4976553f78350bdac1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, + "description": "665eeca92f7aedcc900b0437 description", + "failMessageText": "665eeca92f7aedcc900b0437 failMessageText", + "declinePlayerMessage": "665eeca92f7aedcc900b0437 declinePlayerMessage", + "name": "665eeca92f7aedcc900b0437 name", + "note": "665eeca92f7aedcc900b0437 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/66697bad697860104100080b.png", + "type": "PickUp", "isKey": false, - "location": "5704e5fad2720bc05b8b4567", - "name": "673f5a4976553f78350bdac1 name", - "note": "673f5a4976553f78350bdac1 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "665eeca92f7aedcc900b0437 startedMessageText", + "successMessageText": "665eeca92f7aedcc900b0437 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "67581838532f35718da772c9", - "index": 0, + "value": 13100, + "id": "6661a33fb5d3aa798a02951e", "type": "Experience", - "unknown": false, - "value": 13500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "6758184f7df42c30f35fbb84", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110470", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 84000 - } - } - ], - "target": "67eb25700eb297dd61110470", - "type": "Item", - "unknown": false, - "value": 84000 - }, - { - "availableInGameEditions": [], - "id": "6758185b2f72841fe14a3b3f", - "index": 0, - "target": "656f0f98d80a697f855d34b1", + "value": 0.02, + "id": "6661a370e738fd76bc0b1e09", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false }, { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758186af1547c0c5399288e", + "availableInGameEditions": [ + "develop", + "unheard_edition", + "exhibition", + "left_behind", + "prepare_for_escape", + "press_edition", + "standard", + "tournament", + "tournament_live" + ], + "id": "6671de23baf4e04a020c7322", + "type": "ProductionScheme", "index": 0, + "target": "68010065f81036801d0b2889", + "unknown": true, "items": [ { - "_id": "67eb25700eb297dd61110472", - "_tpl": "5d1b2ffd86f77425243e8d17", + "_id": "68010065f81036801d0b2889", + "_tpl": "66507eabf5ddb0818b085b68", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } ], - "target": "67eb25700eb297dd61110472", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "675819399a04261b4dc4ba20", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110474", - "_tpl": "5d1b2ffd86f77425243e8d17", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61110474", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758194469303d6a48adceaa", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110476", - "_tpl": "5d1b2ffd86f77425243e8d17", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61110476", - "type": "Item", - "unknown": false, - "value": 1 + "loyaltyLevel": 2, + "traderId": 7 } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "673f5a4976553f78350bdac1 startedMessageText", - "status": 0, - "successMessageText": "673f5a4976553f78350bdac1 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "673f6027352b4da8e00322d2": { - "QuestName": "Inevitable Response", - "_id": "673f6027352b4da8e00322d2", - "acceptPlayerMessage": "673f6027352b4da8e00322d2 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5ae3277186f7745973054106": { + "QuestName": "Gunsmith - Part 8", + "_id": "5ae3277186f7745973054106", "canShowNotificationsInGame": true, - "changeQuestMessageText": "673f6027352b4da8e00322d2 changeQuestMessageText", - "completePlayerMessage": "673f6027352b4da8e00322d2 completePlayerMessage", + "acceptPlayerMessage": "5ae3277186f7745973054106 acceptPlayerMessage", + "changeQuestMessageText": "5ae3277186f7745973054106 changeQuestMessageText", + "completePlayerMessage": "5ae3277186f7745973054106 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "673f60b64ed13ab4c46ec087", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "673f60ce7d7c2de69e59b4c0", - "target": [ - "Woods" - ] - } - ], - "id": "673f60919fd5c038018fad01" + "conditionType": "WeaponAssembly", + "id": "5ae3570b86f7746efa6b4494", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5ab8e9fcd8ce870019439434" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" }, - "doNotResetIfCounterCompleted": false, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 65.0, + "compareMethod": ">=" + }, + "height": { + "value": 2, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 30, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 275.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 5, + "compareMethod": ">=" + }, + "containsItems": [ + "5649ab884bdc2ded0b8b457f", + "5649af884bdc2d1b2b8b4589", + "5649ae4a4bdc2d1b2b8b4588", + "59ecc3dd86f7746dc827481c", + "5bed61680db834001d2c45ab", + "5efaf417aeb21837e749c7f2", + "5c1bc4812e22164bef5cfde7", + "5a5f1ce64f39f90b401987bc" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af413b686f774522c7a6791", + "index": 0, + "parentId": "", "dynamicLocale": false, "globalQuestCounterId": "", - "id": "673f60910aed589d887b5ea1", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 5, + "value": 17, + "compareMethod": ">=", "visibilityConditions": [] }, { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "67499a5b10b22f93dddb6812", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "67499da4691f7b574de65d62", - "target": [ - "Woods" - ] - } - ], - "id": "67499a4f704e6de4dc12ffc9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67499a4f03b8295863172dea", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, + "conditionType": "Quest", + "id": "5af413ae86f774522e3438a5", + "index": 0, "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ + "dynamicLocale": false, + "target": "5ac244eb86f7741356335af1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae3277186f7745973054106 description", + "failMessageText": "5ae3277186f7745973054106 failMessageText", + "declinePlayerMessage": "5ae3277186f7745973054106 declinePlayerMessage", + "name": "5ae3277186f7745973054106 name", + "note": "5ae3277186f7745973054106 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ae327a086f7745c7b3f2f38.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae3277186f7745973054106 startedMessageText", + "successMessageText": "5ae3277186f7745973054106 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8600, + "id": "60cc77e2179f8541b8469268", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc77ed98b49270603645d5", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "5ae9972186f77439b61d2aef", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b288b", + "unknown": false, + "findInRaid": false, + "items": [ { - "conditionType": "CompleteCondition", - "id": "67499deda20e67d80d137dd0", - "target": "673f60910aed589d887b5ea1" + "_id": "68010065f81036801d0b288b", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } } ] }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6398abefddab1d61bf383d17", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b288e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b288d", + "_tpl": "5a957c3fa2750c00137fa5f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b288e", + "_tpl": "5a957c3fa2750c00137fa5f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6398ac0c93ae507d5858c3aa", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2891", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2890", + "_tpl": "5f633f791b231926f2329f13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2891", + "_tpl": "5f633f791b231926f2329f13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6398ac34e11ec11ff550403a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2896", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2894", + "_tpl": "57372bd3245977670b7cd243", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2895", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2894", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2896", + "_tpl": "57372bd3245977670b7cd243", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2897", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2896", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e4d586f77443e625e388": { + "QuestName": "Reserve", + "_id": "5d25e4d586f77443e625e388", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e4d586f77443e625e388 acceptPlayerMessage", + "changeQuestMessageText": "5d25e4d586f77443e625e388 changeQuestMessageText", + "completePlayerMessage": "5d25e4d586f77443e625e388 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5d8a05d086f77410b4225d0f", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "5d8a05e786f77410b11a7b9a", "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "67499a6e93575966145b55ba", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", + "target": "huntsman_029", "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "VisitPlace" + } + ] + }, + "id": "5d8a05d086f77410b4225d10", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "629f1259422dff20ff234b4e", + "conditions": [ + { + "id": "629f12614861393d8c62e33d", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" }, { - "conditionType": "Location", + "id": "643ebd9f29e254a46505e29b", "dynamicLocale": false, - "id": "67499d9d9a2454d9024e721b", "target": [ "RezervBase" - ] + ], + "conditionType": "Location" } - ], - "id": "67499a61c366bc4acd0dd524" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67499a61ddf14e140a675607", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, + "id": "629f1259422dff20ff234b4d", + "index": 1, "parentId": "", - "type": "Elimination", - "value": 5, + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [ { - "conditionType": "CompleteCondition", - "id": "67499df440040b25228b768d", - "target": "67499a4f03b8295863172dea" + "id": "629f12737ad28b7f7c40ed0e", + "target": "5d8a05d086f77410b4225d10", + "conditionType": "CompleteCondition" } - ] + ], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f60844e1132aa8ecd0e94", + "conditionType": "Level", + "id": "5d77a17386f7742fa901bcc2", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5d77a16486f77461b27a2369", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63a88045abf76d719f42d715", "status": [ 4 ], - "target": "673f5a4976553f78350bdac1", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "673f6027352b4da8e00322d2 declinePlayerMessage", - "description": "673f6027352b4da8e00322d2 description", - "failMessageText": "673f6027352b4da8e00322d2 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, + "description": "5d25e4d586f77443e625e388 description", + "failMessageText": "5d25e4d586f77443e625e388 failMessageText", + "declinePlayerMessage": "5d25e4d586f77443e625e388 declinePlayerMessage", + "name": "5d25e4d586f77443e625e388 name", + "note": "5d25e4d586f77443e625e388 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/5d77a10586f7745041358b41.jpg", + "type": "Completion", "isKey": false, - "location": "any", - "name": "673f6027352b4da8e00322d2 name", - "note": "673f6027352b4da8e00322d2 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e4d586f77443e625e388 startedMessageText", + "successMessageText": "5d25e4d586f77443e625e388 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "6758188da1d9d23ba316032a", - "index": 0, + "value": 11800, + "id": "60ccacb1826ca0323464bd21", "type": "Experience", - "unknown": false, - "value": 15500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "675818a2334806100922c8d1", + "value": 0.02, + "id": "60ccace5a7d63f18200a2525", + "type": "TraderStanding", "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 16000, + "id": "5d66943d86f774131e206b66", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2899", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb25700eb297dd611107dd", + "_id": "68010065f81036801d0b2899", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 82000 + "StackObjectsCount": 16000 } } - ], - "target": "67eb25700eb297dd611107dd", - "type": "Item", - "unknown": false, - "value": 82000 + ] }, { "availableInGameEditions": [], - "id": "675818a90cde43bc0f9785aa", + "value": 3, + "id": "5d66944e86f7744dcc5e2f75", + "type": "Item", "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", + "target": "68010065f81036801d0b289d", "unknown": false, - "value": 0.02 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b289b", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b289c", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b289d", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5d66946686f774368d281b03", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28a1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b289f", + "_tpl": "59e35ef086f7741777737012", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28a0", + "_tpl": "59e35ef086f7741777737012", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28a1", + "_tpl": "59e35ef086f7741777737012", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5d66947c86f774131e206b68", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28a3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28a3", + "_tpl": "5d1b39a386f774252339976f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60ccacd55f9e6175514de2de", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28a6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28a5", + "_tpl": "5d1b309586f77425227d1676", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28a6", + "_tpl": "5d1b309586f77425227d1676", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "673f6027352b4da8e00322d2 startedMessageText", - "status": 0, - "successMessageText": "673f6027352b4da8e00322d2 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Elimination" - }, - "673f61a066e6a521aa04b62b": { - "QuestName": "Order From Outside", - "_id": "673f61a066e6a521aa04b62b", - "acceptPlayerMessage": "673f61a066e6a521aa04b62b acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "669fa394e0c9f9fafa082897": { + "QuestName": "Forklift Certified", + "_id": "669fa394e0c9f9fafa082897", "canShowNotificationsInGame": true, - "changeQuestMessageText": "673f61a066e6a521aa04b62b changeQuestMessageText", - "completePlayerMessage": "673f61a066e6a521aa04b62b completePlayerMessage", + "acceptPlayerMessage": "669fa394e0c9f9fafa082897 acceptPlayerMessage", + "changeQuestMessageText": "669fa394e0c9f9fafa082897 changeQuestMessageText", + "completePlayerMessage": "669fa394e0c9f9fafa082897 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669faf990f7e21d3eb376c0e", + "conditions": [ + { + "id": "669fb00722810cb06e6542b3", + "dynamicLocale": false, + "target": "nf2024_2_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669faf99963982aef42a5ba4", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fafa0b20d227a09025b8d", + "conditions": [ + { + "id": "669fb014bceebe6ad7b617a4", + "dynamicLocale": false, + "target": "nf2024_2_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669fafa09a13dcb8bf66e6bd", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fafa1ae2758adc432384c", + "conditions": [ + { + "id": "669fb01e32031a4784941063", + "dynamicLocale": false, + "target": "nf2024_2_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669fafa1d0fe63abcf15fac8", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fafa273b9cbaf9f867c40", + "conditions": [ + { + "id": "669fb0239feb65c38307cbf5", + "dynamicLocale": false, + "target": "nf2024_2_4", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669fafa2394f7353883ffd8d", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fafa4fb5d0e769743ff1d", + "conditions": [ + { + "id": "669fb09519d9a1978a630766", + "dynamicLocale": false, + "target": "nf2024_2_5", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669fafa49bf4b277e24f3681", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fafa56a8bfcd5cad46a88", + "conditions": [ + { + "id": "669fb09a744ee5c99c0c37c5", + "dynamicLocale": false, + "target": "nf2024_2_6", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669fafa5f597899ad6bc55bb", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fafa70477fd2c4115c447", + "conditions": [ + { + "id": "669fb0a62d01b10d2fe6900d", + "dynamicLocale": false, + "target": "nf2024_2_7", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669fafa76172f63531f6e74d", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fafa92a79faddf0e75225", + "conditions": [ + { + "id": "669fb0ae55e412e6b9cca010", + "dynamicLocale": false, + "target": "nf2024_2_8", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "669fafa9299830ffe78e937d", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a80f20fe563c900ce99d96", + "conditions": [ + { + "id": "66a80f29e490981d6a708732", + "dynamicLocale": false, + "target": "nf2024_2_9", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66a80f20fe47046136f14c8b", + "index": 8, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66bd6761bb38a69e714769ab", + "conditions": [ + { + "id": "66bd679ce2ba6300ef763188", + "dynamicLocale": false, + "target": "nf2024_2_10", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66bd67615936a4753b7345be", + "index": 9, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66bd6765ecfed3d4d335a873", + "conditions": [ + { + "id": "66bd67aa25d24dad850ea9cd", + "dynamicLocale": false, + "target": "nf2024_2_11", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66bd6765b9e77d3672edfeee", + "index": 10, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66c2331d1dbda4357a5a9727", + "conditions": [ + { + "id": "66c23325075c9f1090fdefed", + "dynamicLocale": false, + "target": "nf2024_2_12", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "66c2331d75e8aa67fbf65930", + "index": 11, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa365c25cb39df626d4a0e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa39b91b0a8c9680fc467", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa394e0c9f9fafa082897 description", + "failMessageText": "669fa394e0c9f9fafa082897 failMessageText", + "declinePlayerMessage": "669fa394e0c9f9fafa082897 declinePlayerMessage", + "name": "669fa394e0c9f9fafa082897 name", + "note": "669fa394e0c9f9fafa082897 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acec0b6592ade562098c4d.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa394e0c9f9fafa082897 startedMessageText", + "successMessageText": "669fa394e0c9f9fafa082897 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10700, + "id": "66aa36c191b0a8c9680fdbc7", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa36d464ea11e84c065d5d", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 46000, + "id": "66aa36ea023055273703d88c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28a8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28a8", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 46000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa3700fb57cc8a5404ac64", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28ac", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28aa", + "_tpl": "590c5bbd86f774785762df04", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28ab", + "_tpl": "590c5bbd86f774785762df04", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28ac", + "_tpl": "590c5bbd86f774785762df04", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa370ce749756c920d336e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28b0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28ae", + "_tpl": "590a3c0a86f774385a33c450", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28af", + "_tpl": "590a3c0a86f774385a33c450", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28b0", + "_tpl": "590a3c0a86f774385a33c450", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6663149cfd5ca9577902e037": { + "QuestName": "The Invisible Hand", + "_id": "6663149cfd5ca9577902e037", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6663149cfd5ca9577902e037 acceptPlayerMessage", + "changeQuestMessageText": "6663149cfd5ca9577902e037 changeQuestMessageText", + "completePlayerMessage": "6663149cfd5ca9577902e037 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66696cd3b9dec13e9118e25b", + "conditions": [ + { + "id": "66696fb20e44f59628cc8cbc", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [ + [ + "5df8a4d786f77412672a1e3b" + ], + [ + "59e763f286f7742ee57895da" + ], + [ + "61b9e1aaef9a1b5d6a79899a" + ], + [ + "5ab8ebf186f7742d8b372e80" + ], + [ + "56e335e4d2720b6c058b456d" + ], + [ + "5ca20d5986f774331e7c9602" + ], + [ + "639346cc1c8f182ad90c8972" + ], + [ + "6034d103ca006d2dca39b3f0" + ], + [ + "60a2828e8689911a226117f9" + ], + [ + "5c0e805e86f774683f3dd637" + ], + [ + "5e4abc6786f77406812bd572" + ], + [ + "618cfae774bb2d036a049e7c" + ], + [ + "62a1b7fbc30cfa1d366af586" + ], + [ + "628e1ffc83ec92260c0f437f" + ], + [ + "619cf0335771dd3c390269ae" + ], + [ + "618bb76513f5097c8d5aa2d5" + ], + [ + "5f5e467b0bc58666c37e7821" + ], + [ + "5f5e46b96bdad616ad46d613" + ], + [ + "60a272cc93ef783291411d8e" + ], + [ + "5e9dcf5986f7746c417435b3" + ], + [ + "5c0e774286f77468413cc5b2" + ], + [ + "5b44c6ae86f7742d1627baea" + ], + [ + "6038d614d10cbf667352dd44" + ], + [ + "545cdae64bdc2d39198b4568" + ], + [ + "656e0436d44a1bb4220303a0" + ], + [ + "656ddcf0f02d7bcea90bf395" + ], + [ + "656f198fb27298d6fd005466" + ] + ], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "66696cd3997231debad40d19", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66696ca13916539846f84ac5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448a386f7744d3730fff0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "667c388e3ab87fb42a140421", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6663149cfd5ca9577902e037 description", + "failMessageText": "6663149cfd5ca9577902e037 failMessageText", + "declinePlayerMessage": "6663149cfd5ca9577902e037 declinePlayerMessage", + "name": "6663149cfd5ca9577902e037 name", + "note": "6663149cfd5ca9577902e037 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/6682a786b65c1b67d00bdd2c.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6663149cfd5ca9577902e037 startedMessageText", + "successMessageText": "6663149cfd5ca9577902e037 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12800, + "id": "66705275e1daedee900f1903", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667052819c339e2ca10431d6", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 86000, + "id": "66743b307b0373b49700c514", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28b2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28b2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 86000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "667052a79ae6c277d202e2e4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28b4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28b4", + "_tpl": "5d235a5986f77443f6329bc6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac2428686f77412450b42bf": { + "QuestName": "Gunsmith - Part 3", + "_id": "5ac2428686f77412450b42bf", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac2428686f77412450b42bf acceptPlayerMessage", + "changeQuestMessageText": "5ac2428686f77412450b42bf changeQuestMessageText", + "completePlayerMessage": "5ac2428686f77412450b42bf completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5accde3686f7740cea1b7ec2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5926bb2186f7744b1c6c6e60" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 200.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 45.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 50, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 210.0, + "compareMethod": "<=" + }, + "weight": { + "value": 4.0, + "compareMethod": "<=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c", + "55818b164bdc2ddc698b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf37d486f7741841752ffc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 7, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf37df86f7741bb8377ffc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac23c6186f7741247042bad", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac2428686f77412450b42bf description", + "failMessageText": "5ac2428686f77412450b42bf failMessageText", + "declinePlayerMessage": "5ac2428686f77412450b42bf declinePlayerMessage", + "name": "5ac2428686f77412450b42bf name", + "note": "5ac2428686f77412450b42bf note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ae325c586f77444fa45d0de.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac2428686f77412450b42bf startedMessageText", + "successMessageText": "5ac2428686f77412450b42bf successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 2800, + "id": "60cc75dea7d63f18200a24e0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc75eb7c496e588343a6d6", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 250, + "id": "5acb80e686f7744e66123c96", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28b6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28b6", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 250 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63989ecf700117662d337be6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28b9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28b8", + "_tpl": "626bb8532c923541184624b4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28b9", + "_tpl": "626bb8532c923541184624b4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63989f07eee7ff72370f7dd7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28bc", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28bb", + "_tpl": "5fce0cf655375d18a253eff0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28bc", + "_tpl": "5fce0cf655375d18a253eff0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19b1dfcae11642e50f9b3", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b28bd", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b28bd", + "_tpl": "5a7ae0c351dfba0017554310" + }, + { + "_id": "68010065f81036801d0b28be", + "_tpl": "5a6b5f868dc32e000a311389", + "parentId": "68010065f81036801d0b28bd", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b28bf", + "_tpl": "5a7b4960e899ef197b331a2d", + "parentId": "68010065f81036801d0b28bd", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b28c0", + "_tpl": "5a6f5e048dc32e00094b97da", + "parentId": "68010065f81036801d0b28bd", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b28c1", + "_tpl": "5a71e0fb8dc32e00094b97f2", + "parentId": "68010065f81036801d0b28c0", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b28c2", + "_tpl": "5a71e0048dc32e000c52ecc8", + "parentId": "68010065f81036801d0b28c0", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b28c3", + "_tpl": "5a7b32a2e899ef00135e345a", + "parentId": "68010065f81036801d0b28c0", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b28c4", + "_tpl": "5a718f958dc32e00094b97e7", + "parentId": "68010065f81036801d0b28bd", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b28c5", + "_tpl": "5a7b483fe899ef0016170d15", + "parentId": "68010065f81036801d0b28bd", + "slotId": "mod_tactical" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "671a49f77d49aea42c029b5f": { + "QuestName": "Irresistible", + "_id": "671a49f77d49aea42c029b5f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "671a49f77d49aea42c029b5f acceptPlayerMessage", + "changeQuestMessageText": "671a49f77d49aea42c029b5f changeQuestMessageText", + "completePlayerMessage": "671a49f77d49aea42c029b5f completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, + "id": "671a5941cb557f8656561a12", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "671a406a6d315b526708f103" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "671a598e596272a846fa862a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "671a406a6d315b526708f103" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "671b6d87195fd9b73685ff6f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bdb5286f774166e38eed4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "671a49f77d49aea42c029b5f description", + "failMessageText": "671a49f77d49aea42c029b5f failMessageText", + "declinePlayerMessage": "671a49f77d49aea42c029b5f declinePlayerMessage", + "name": "671a49f77d49aea42c029b5f name", + "note": "671a49f77d49aea42c029b5f note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "671a49f77d49aea42c029b5f startedMessageText", + "successMessageText": "671a49f77d49aea42c029b5f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 32000, + "id": "671b6ed92200cd81569d6a58", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "671b6ee569a1850e806ceb1e", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 80000, + "id": "671b6ef25a60a4122a9e9973", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28c7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28c7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 80000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "671b6f16d8a7ca038f55fdc3", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b28c8", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b28c8", + "_tpl": "66ffa9b66e19cc902401c5e8", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b28c9", + "_tpl": "66ffac9e316b08f6840a73e6", + "parentId": "68010065f81036801d0b28c8", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b28ca", + "_tpl": "66ffaab91f7492c901027bb8", + "parentId": "68010065f81036801d0b28c8", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b28cb", + "_tpl": "66ffac601f7492c901027bbb", + "parentId": "68010065f81036801d0b28c8", + "slotId": "mod_barrel" + } + ], + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa39b91b0a8c9680fc467": { + "QuestName": "Black Swan", + "_id": "669fa39b91b0a8c9680fc467", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa39b91b0a8c9680fc467 acceptPlayerMessage", + "changeQuestMessageText": "669fa39b91b0a8c9680fc467 changeQuestMessageText", + "completePlayerMessage": "669fa39b91b0a8c9680fc467 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "669fb647a5be751be095da27", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_6_beacon_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "669fb64aa7e974b27a9c7e1f", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_6_beacon_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "669fb64b5150ba5196dae347", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_6_beacon_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa356e881d0bfbc19ab85e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3477486f7741d651d6885", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa39b91b0a8c9680fc467 description", + "failMessageText": "669fa39b91b0a8c9680fc467 failMessageText", + "declinePlayerMessage": "669fa39b91b0a8c9680fc467 declinePlayerMessage", + "name": "669fa39b91b0a8c9680fc467 name", + "note": "669fa39b91b0a8c9680fc467 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acec6c34f21cc7fc076486.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa39b91b0a8c9680fc467 startedMessageText", + "successMessageText": "669fa39b91b0a8c9680fc467 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa35f9c26f13bd0403281c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28cf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28cd", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28ce", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28cf", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 8600, + "id": "66aa357930c6d0aae40a9f6e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa3582c4c5c04798003b17", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "66aa358e1e5e199ecd094f0c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28d1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28d1", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66aa359a30c6d0aae40a9f6f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28d4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28d3", + "_tpl": "5d1b327086f7742525194449", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28d4", + "_tpl": "5d1b327086f7742525194449", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "66aa35a2c4c5c04798003b18", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28d7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28d6", + "_tpl": "5d1c774f86f7746d6620f8db", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28d7", + "_tpl": "5d1c774f86f7746d6620f8db", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa3a3ad7f1eac2607ed48": { + "QuestName": "Health Care Privacy - Part 6", + "_id": "669fa3a3ad7f1eac2607ed48", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa3a3ad7f1eac2607ed48 acceptPlayerMessage", + "changeQuestMessageText": "669fa3a3ad7f1eac2607ed48 changeQuestMessageText", + "completePlayerMessage": "669fa3a3ad7f1eac2607ed48 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66a0f391676953651bd8b796", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66a0f0926fee20fa70036da6" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66a0f37f04fb80a0bfdbaf60", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66a0f0926fee20fa70036da6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa3bf17e77460dc8413d3a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a68669a86f774255929b4d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa3a3ad7f1eac2607ed48 description", + "failMessageText": "669fa3a3ad7f1eac2607ed48 failMessageText", + "declinePlayerMessage": "669fa3a3ad7f1eac2607ed48 declinePlayerMessage", + "name": "669fa3a3ad7f1eac2607ed48 name", + "note": "669fa3a3ad7f1eac2607ed48 note", + "traderId": "54cb57776803fa99248b456e", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acecda66265b5f5e0248f9.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa3a3ad7f1eac2607ed48 startedMessageText", + "successMessageText": "669fa3a3ad7f1eac2607ed48 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9300, + "id": "66aa3c001e5e199ecd094f11", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa3c0b30c6d0aae40a9f74", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 32000, + "id": "66aa3c16c4c5c04798003b1e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28d9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28d9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 32000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa3c2064ea11e84c065d61", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28dd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28db", + "_tpl": "5af0548586f7743a532b7e99", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28dc", + "_tpl": "5af0548586f7743a532b7e99", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28dd", + "_tpl": "5af0548586f7743a532b7e99", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6744a4717e3818d5bb0680bb": { + "QuestName": "Stabilize Business", + "_id": "6744a4717e3818d5bb0680bb", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6744a4717e3818d5bb0680bb acceptPlayerMessage", + "changeQuestMessageText": "6744a4717e3818d5bb0680bb changeQuestMessageText", + "completePlayerMessage": "6744a4717e3818d5bb0680bb completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6744a4e68f16ef033281edbe", + "conditions": [ + { + "id": "6744a6a8aa067831767945ca", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "6744a6e655f33870450ee387", + "dynamicLocale": false, + "target": [ + "Sandbox_high", + "Sandbox" + ], + "conditionType": "Location" + } + ] + }, + "id": "6744a4e6c8a456e74064e7d7", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6744a6b95563381292f97692", + "conditions": [ + { + "id": "6744a6ca967d1ac0f3878391", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6744a6dfa50295a4cfa48a38", + "dynamicLocale": false, + "target": [ + "Sandbox_high", + "Sandbox" + ], + "conditionType": "Location" + } + ] + }, + "id": "6744a6b96cefb76fd3f70555", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6744a4d57369b3fa2ff02563", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "674492b6909d2013670a347a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6744a4717e3818d5bb0680bb description", + "failMessageText": "6744a4717e3818d5bb0680bb failMessageText", + "declinePlayerMessage": "6744a4717e3818d5bb0680bb declinePlayerMessage", + "name": "6744a4717e3818d5bb0680bb name", + "note": "6744a4717e3818d5bb0680bb note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "653e6760052c01c1c805532f", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6744a4717e3818d5bb0680bb startedMessageText", + "successMessageText": "6744a4717e3818d5bb0680bb successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 24100, + "id": "67584fadf6143f6b64b51c45", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 124000, + "id": "67584fb93b7efbba34245aed", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28df", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28df", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 124000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67584fca1f39052a12857400", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67584fe64b890dcf32cfbf03", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28ec", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28ec", + "_tpl": "5b44cf1486f77431723e3d05", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28ed", + "_tpl": "6575c3b3dc9932aed601c5f4", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b28ee", + "_tpl": "6575c3beefc786cd9101a5ed", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b28ef", + "_tpl": "6575c3cdc6700bd6b40e8a90", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b28f0", + "_tpl": "6575c3dfdc9932aed601c5f8", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b28f1", + "_tpl": "6575c3ec52b7f8c76a05ee39", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b28f2", + "_tpl": "6575c3fd52b7f8c76a05ee3d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Shoulder_l" + }, + { + "_id": "68010065f81036801d0b28f3", + "_tpl": "6575c40c52b7f8c76a05ee41", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Shoulder_r" + }, + { + "_id": "68010065f81036801d0b28f4", + "_tpl": "656fa8d700d62bcd2e024084", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b28f5", + "_tpl": "656fa8d700d62bcd2e024084", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b28f6", + "_tpl": "6557458f83942d705f0c4962", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Left_side_plate" + }, + { + "_id": "68010065f81036801d0b28f7", + "_tpl": "6557458f83942d705f0c4962", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b28ec", + "slotId": "Right_side_plate" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5eaaaa7c93afa0558f3b5a1c": { + "QuestName": "The Survivalist Path - Junkie", + "_id": "5eaaaa7c93afa0558f3b5a1c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5eaaaa7c93afa0558f3b5a1c acceptPlayerMessage", + "changeQuestMessageText": "5eaaaa7c93afa0558f3b5a1c changeQuestMessageText", + "completePlayerMessage": "5eaaaa7c93afa0558f3b5a1c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d25dc2286f77443e7549027", + "conditions": [ + { + "id": "5d25dc3486f77408251c4bf8", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5d25dfb686f77444001e2e47", + "dynamicLocale": false, + "bodyPartsWithEffects": [ + { + "bodyParts": [ + "Head" + ], + "effects": [ + "Stimulator" + ] + } + ], + "energy": { + "value": 0, + "compareMethod": ">=" + }, + "hydration": { + "value": 0, + "compareMethod": ">=" + }, + "time": { + "value": 0, + "compareMethod": ">=" + }, + "conditionType": "HealthEffect" + }, + { + "id": "5edbb78c15eff66872602c4f", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "5eaaaa7c93afa0558f3b5a1f", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5eaaaa7c93afa0558f3b5a1e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2a986f77409dd5cdf2a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5eaaaa7c93afa0558f3b5a1c description", + "failMessageText": "5eaaaa7c93afa0558f3b5a1c failMessageText", + "declinePlayerMessage": "5eaaaa7c93afa0558f3b5a1c declinePlayerMessage", + "name": "5eaaaa7c93afa0558f3b5a1c name", + "note": "5eaaaa7c93afa0558f3b5a1c note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5969f96786f7741dde183a4f.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5eaaaa7c93afa0558f3b5a1c startedMessageText", + "successMessageText": "5eaaaa7c93afa0558f3b5a1c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60ccad69646f74055e276544", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60ccad6d20a6283a506aeb4f", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "5eaaaa7c93afa0558f3b5a21", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b28f9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b28f9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "5eaaaa7c93afa0558f3b5a23", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2906", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b28fc", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28fd", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b28fc", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b28fe", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b28ff", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b28fe", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2900", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2901", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2900", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2902", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2903", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2902", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2904", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2905", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2904", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2906", + "_tpl": "5c1127d0d174af29be75cf68", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2907", + "_tpl": "5c0d591486f7744c505b416f", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2906", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "5eaaaa7c93afa0558f3b5a24", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2910", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b290a", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b290b", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b290a", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b290c", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b290d", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b290c", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b290e", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b290f", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b290e", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2910", + "_tpl": "5c11279ad174af029d64592b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2911", + "_tpl": "5c0d5ae286f7741e46554302", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2910", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60ccadb198b4927060364616", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2915", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2915", + "_tpl": "57372c21245977670937c6c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2916", + "_tpl": "56dff061d2720bb5668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b2915", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2917", + "_tpl": "56dff061d2720bb5668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b2915", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "5eaac4031d3e441928571bbc", + "type": "Skill", + "index": 0, + "target": "Metabolism", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4490786f7744ca822adcc": { + "QuestName": "Dressed to Kill", + "_id": "5ae4490786f7744ca822adcc", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4490786f7744ca822adcc acceptPlayerMessage", + "changeQuestMessageText": "5ae4490786f7744ca822adcc changeQuestMessageText", + "completePlayerMessage": "5ae4490786f7744ca822adcc completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5fd89799c54dc00f463272d3", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5aa2b9ede5b5b000137b758b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5fd89729a8c881276c560433", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e7708286f7742cbd762753" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae4543686f7742dc043c903", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e7708286f7742cbd762753" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae454a086f7742be909a81a", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5aa2b9ede5b5b000137b758b" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4157f86f7745f696ebd3d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448f286f77448d73c0131", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4490786f7744ca822adcc description", + "failMessageText": "5ae4490786f7744ca822adcc failMessageText", + "declinePlayerMessage": "5ae4490786f7744ca822adcc declinePlayerMessage", + "name": "5ae4490786f7744ca822adcc name", + "note": "5ae4490786f7744ca822adcc note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4490786f7744ca822adcc startedMessageText", + "successMessageText": "5ae4490786f7744ca822adcc successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8400, + "id": "60cc82313e4e974efa345d7d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc82622b555f16df5c41d6", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 21000, + "id": "5ae9ad9086f7743a4f5b99da", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2919", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2919", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 21000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ae9add286f7743a46263f54", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2922", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2922", + "_tpl": "5ab8e79e86f7742d8b372e78", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2923", + "_tpl": "65732688d9d89ff7ac0d9c4c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2922", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2924", + "_tpl": "657326978c1cc6dcd9098b56", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2922", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2925", + "_tpl": "657326a28c1cc6dcd9098b5a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2922", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2926", + "_tpl": "657326b08c1cc6dcd9098b5e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2922", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2927", + "_tpl": "657326bc5d3a3129fb05f36b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2922", + "slotId": "Collar" + }, + { + "_id": "68010065f81036801d0b2928", + "_tpl": "656f611f94b480b8a500c0db", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2922", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2929", + "_tpl": "65573fa5655447403702a816", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2922", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc8248179f8541b846927f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b292b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b292b", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac2426c86f774138762edfe": { + "QuestName": "Gunsmith - Part 2", + "_id": "5ac2426c86f774138762edfe", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac2426c86f774138762edfe acceptPlayerMessage", + "changeQuestMessageText": "5ac2426c86f774138762edfe changeQuestMessageText", + "completePlayerMessage": "5ac2426c86f774138762edfe completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5accd9b686f774112d7173d1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "57dc2fa62459775949412633" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 100.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 58.0, + "compareMethod": ">=" + }, + "height": { + "value": 2, + "compareMethod": "<=" + }, + "magazineCapacity": { + "value": 60, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 550.0, + "compareMethod": "<=" + }, + "weight": { + "value": 3.5, + "compareMethod": "<=" + }, + "width": { + "value": 3, + "compareMethod": "<=" + }, + "containsItems": [ + "57ffa9f4245977728561e844" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf37a186f7741843346d0c", + "index": 0, + "parentId": "", "dynamicLocale": false, "globalQuestCounterId": "", - "id": "673f61d9c2bc3dc676297fde", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "value": 5, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf37ad86f77418420befe6", + "index": 0, "parentId": "", - "target": [ - "67499b9b909d2013670a5029" + "dynamicLocale": false, + "target": "5ac23c6186f7741247042bad", + "status": [ + 4 ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac2426c86f774138762edfe description", + "failMessageText": "5ac2426c86f774138762edfe failMessageText", + "declinePlayerMessage": "5ac2426c86f774138762edfe declinePlayerMessage", + "name": "5ac2426c86f774138762edfe name", + "note": "5ac2426c86f774138762edfe note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ae3260986f7745b3e3bf2a7.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac2426c86f774138762edfe startedMessageText", + "successMessageText": "5ac2426c86f774138762edfe successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "5ad07e8f86f7742f92462779", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b292c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b292c", + "_tpl": "57dc2fa62459775949412633", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b292d", + "_tpl": "57e3dba62459770f0c32322b", + "parentId": "68010065f81036801d0b292c", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b292e", + "_tpl": "57dc347d245977596754e7a1", + "parentId": "68010065f81036801d0b292c", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b292f", + "_tpl": "564ca99c4bdc2d16268b4589", + "parentId": "68010065f81036801d0b292c", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2930", + "_tpl": "57dc324a24597759501edc20", + "parentId": "68010065f81036801d0b292c", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2931", + "_tpl": "57dc334d245977597164366f", + "parentId": "68010065f81036801d0b292c", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2932", + "_tpl": "59d36a0086f7747e673f3946", + "parentId": "68010065f81036801d0b292c", + "slotId": "mod_gas_block" + }, + { + "_id": "68010065f81036801d0b2933", + "_tpl": "57dc32dc245977596d4ef3d3", + "parentId": "68010065f81036801d0b2932", + "slotId": "mod_handguard" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 2000, + "id": "5c950c8086f77455192fa441", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc752f77dc197c774254c0", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 15000, + "id": "5acb80b286f7742b0b02e96a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2935", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2935", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 15000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc754798b49270603645d0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2938", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2937", + "_tpl": "5c06782b86f77426df5407d2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2938", + "_tpl": "5c06782b86f77426df5407d2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc759b6a2a1958fc523200", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b293b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b293a", + "_tpl": "5c06779c86f77426e00dd782", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b293b", + "_tpl": "5c06779c86f77426e00dd782", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63989e07cd51826f7a069b86", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b293e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b293d", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b293e", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19b07fcae11642e50f9b2", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b293f", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b293f", + "_tpl": "5cbda392ae92155f3c17c39f" + } + ], + "loyaltyLevel": 1, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66d9cbb67b491f9d5304f6e6": { + "QuestName": "Is This a Reference", + "_id": "66d9cbb67b491f9d5304f6e6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66d9cbb67b491f9d5304f6e6 acceptPlayerMessage", + "changeQuestMessageText": "66d9cbb67b491f9d5304f6e6 changeQuestMessageText", + "completePlayerMessage": "66d9cbb67b491f9d5304f6e6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66d9cbb67b491f9d5304f6e9", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Zone_mutant", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f61ea87e01cfaf780a482", + "id": "66d9cbb67b491f9d5304f6ea", "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "plantTime": 20, + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Zone_silient_hill_ward", "target": [ - "67499b9b909d2013670a5029" + "5b4391a586f7745321235ab2" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [], - "zoneId": "Reb_keeper" + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66d9cbb67b491f9d5304f6eb", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Zone_death_strending", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dacf2a88c7001436a67390", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Zone_silient_toilet", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1d7811532f53e472c13", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_nakatoimi", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1d941756590432b0eaa", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_computer", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1dbb16caebe0e214d89", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_six_chair", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1ddec53b0df3b10a1b9", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_ball", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1de93c8fcffd5790d89", + "index": 8, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_bonfire", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1e0703b718902451ee4", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_welcome_silient_hill", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1e21e7ef28d17a69a93", + "index": 10, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_rick_and_morty", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1e607181e2f78a3a0a2", + "index": 11, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_grass_green", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1e843a718561db0fdd3", + "index": 12, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_two_chairs", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1ebc5c8e6cd26dd1d31", + "index": 13, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_tanchiki", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1edbc4fdd0c6eb38c5e", + "index": 14, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_vedro", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1f00e049ac7abb6d801", + "index": 15, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_battlefield", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66dad1f22edc2103eb176de8", + "index": 16, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_unity", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66db1f8d7539f4b4eb640aff", + "index": 17, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_451", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66db1f8f564045697071d934", + "index": 18, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_half-life", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66db1f928d59a9fe511dfc25", + "index": 19, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_terminator", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66db1f94a147d9840ec0dfba", + "index": 20, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_Always_sunny", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66db1f98b8e22a92437fe5c6", + "index": 21, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_harry_potter", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66db1f9b4f7bf01d937eb150", + "index": 22, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_sapper", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66db1ff798d52a5a8e4ed1f8", + "index": 23, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "zone_stairway", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66debf2b9e4ce2ef233ee5b7", + "index": 24, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Bear_in_car", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66debf2e1e254957b82711ff", + "index": 25, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Zone_cursed", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66debf30802386a45d0adb60", + "index": 26, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Zone_two_toilets", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "673f6255de3c89f255e45b9a", + "conditionType": "TraderStanding", + "id": "66dace4d03b34844877a50fc", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": 1, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "66dace5c93e018f7c7b09ca2", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66d9cbb67b491f9d5304f6e6 description", + "failMessageText": "66d9cbb67b491f9d5304f6e6 failMessageText", + "declinePlayerMessage": "66d9cbb67b491f9d5304f6e6 declinePlayerMessage", + "name": "66d9cbb67b491f9d5304f6e6 name", + "note": "66d9cbb67b491f9d5304f6e6 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/664088150e8c3b39563f2b73.png", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66d9cbb67b491f9d5304f6e6 startedMessageText", + "successMessageText": "66d9cbb67b491f9d5304f6e6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 30000, + "id": "66df252a266ead0b7c059c46", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200000, + "id": "66df253a7742b164490f6da5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2941", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2941", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 200000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66debee39e5fb2d57a0d6597", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2943", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2943", + "_tpl": "66bc98a01a47be227a5e956e", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae3267986f7742a413592fe": { + "QuestName": "Gunsmith - Part 5", + "_id": "5ae3267986f7742a413592fe", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae3267986f7742a413592fe acceptPlayerMessage", + "changeQuestMessageText": "5ae3267986f7742a413592fe changeQuestMessageText", + "completePlayerMessage": "5ae3267986f7742a413592fe completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5ae34b8b86f7741e5b1e5d48", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5a7828548dc32e5a9c28b516" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 60.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 500.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "5a788068c5856700137e4c8f" + ], + "hasItemFromCategory": [ + "55818b164bdc2ddc698b456c", + "55818af64bdc2d5b648b4570" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af4134a86f7742574673cc5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "639aee4981b99001240bbe15", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639872f9decada40426d3447", "status": [ - 2, 4 ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae3267986f7742a413592fe description", + "failMessageText": "5ae3267986f7742a413592fe failMessageText", + "declinePlayerMessage": "5ae3267986f7742a413592fe declinePlayerMessage", + "name": "5ae3267986f7742a413592fe name", + "note": "5ae3267986f7742a413592fe note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ae326a086f77444fd36f5d8.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae3267986f7742a413592fe startedMessageText", + "successMessageText": "5ae3267986f7742a413592fe successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4100, + "id": "5c950d8e86f77455185027fb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc77923e4e974efa345d24", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300, + "id": "5ae9948986f77445200ecb4f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2945", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2945", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6398a86cddab1d61bf383d16", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2949", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2947", + "_tpl": "5d1c819a86f774771b0acd6c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2948", + "_tpl": "5d1c819a86f774771b0acd6c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2949", + "_tpl": "5d1c819a86f774771b0acd6c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19b5efcae11642e50f9b5", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b294a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b294a", + "_tpl": "5aafbde786f774389d0cbc0f" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae3270f86f77445ba41d4dd": { + "QuestName": "Gunsmith - Part 6", + "_id": "5ae3270f86f77445ba41d4dd", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae3270f86f77445ba41d4dd acceptPlayerMessage", + "changeQuestMessageText": "5ae3270f86f77445ba41d4dd changeQuestMessageText", + "completePlayerMessage": "5ae3270f86f77445ba41d4dd completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5ae3550b86f7741cf44fc799", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "59d6088586f774275f37482f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 800.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 40.0, + "compareMethod": ">=" + }, + "height": { + "value": 0, + "compareMethod": ">=" + }, + "magazineCapacity": { + "value": 0, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 400.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 0, + "compareMethod": ">=" + }, + "containsItems": [ + "59f8a37386f7747af3328f06", + "59d6272486f77466146386ff" + ], + "hasItemFromCategory": [ + "550aa4cd4bdc2dd8348b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af4139286f774522e34389b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 14, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5af4136586f774551341dc75", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae3267986f7742a413592fe", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 75600, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae3270f86f77445ba41d4dd description", + "failMessageText": "5ae3270f86f77445ba41d4dd failMessageText", + "declinePlayerMessage": "5ae3270f86f77445ba41d4dd declinePlayerMessage", + "name": "5ae3270f86f77445ba41d4dd name", + "note": "5ae3270f86f77445ba41d4dd note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ae3274386f7745b4246b387.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae3270f86f77445ba41d4dd startedMessageText", + "successMessageText": "5ae3270f86f77445ba41d4dd successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5800, + "id": "60cc77b92b555f16df5c41b8", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc77c43e4e974efa345d25", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "5ae9964b86f77439b61d2571", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b294c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b294c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "5ae9966686f77439bf37d95a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b294f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b294e", + "_tpl": "59e35ef086f7741777737012", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b294f", + "_tpl": "59e35ef086f7741777737012", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6398a94993ae507d5858c3a9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2952", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2951", + "_tpl": "5d1b313086f77425227d1678", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2952", + "_tpl": "5d1b313086f77425227d1678", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6398a9bbe11ec11ff5504039", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2959", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2955", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2956", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2955", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2957", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2958", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2957", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2959", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b295a", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2959", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19b9bfcae11642e50f9b6", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b295b", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b295b", + "_tpl": "5a0c59791526d8dba737bba7" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5e4d515e86f77438b2195244": { + "QuestName": "Textile - Part 2", + "_id": "5e4d515e86f77438b2195244", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5e4d515e86f77438b2195244 acceptPlayerMessage", + "changeQuestMessageText": "5e4d515e86f77438b2195244 changeQuestMessageText", + "completePlayerMessage": "5e4d515e86f77438b2195244 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e4d515e86f77438b2195245", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af47786f7746d404f3aaa" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e4d515e86f77438b2195246", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af47786f7746d404f3aaa" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e4d515e86f77438b2195247", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af41e86f774755a234b67" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e4d515e86f77438b2195248", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af41e86f774755a234b67" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e4d515e86f77438b2195249", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af29386f7746d4159f077" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e4d515e86f77438b219524a", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af29386f7746d4159f077" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5e58dd9086f7747c2639ee43", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5e383a6386f77465910ce1f3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5e4d515e86f77438b2195244 description", + "failMessageText": "5e4d515e86f77438b2195244 failMessageText", + "declinePlayerMessage": "5e4d515e86f77438b2195244 declinePlayerMessage", + "name": "5e4d515e86f77438b2195244 name", + "note": "5e4d515e86f77438b2195244 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5e4d3a5186f77464185227f3.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5e4d515e86f77438b2195244 startedMessageText", + "successMessageText": "5e4d515e86f77438b2195244 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 34300, + "id": "640f23daa318bf61ce0da273", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "5e58ddad86f7747c2639ee44", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b295d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b295d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5e58e25786f7740bef574f07", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b295f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b295f", + "_tpl": "5c0e774286f77468413cc5b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "608974d01a66564e74191fc0": { + "QuestName": "A Fuel Matter", + "_id": "608974d01a66564e74191fc0", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "608974d01a66564e74191fc0 acceptPlayerMessage", + "changeQuestMessageText": "608974d01a66564e74191fc0 changeQuestMessageText", + "completePlayerMessage": "608974d01a66564e74191fc0 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "60a4dc7e4e734e57d07fb335", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "baraholshik_fuel_area_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "60b90232ec7c6f5eb510c195", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "baraholshik_fuel_area_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608bfe32c61c4b541b381da8", + "conditions": [ + { + "id": "60a29875d90e89467e385633", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + }, + { + "id": "60a299220b00f16d2d63dea4", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "608bfe32c61c4b541b381da9", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "60a5028d42bd1607c81ab923", + "target": "60a4dc7e4e734e57d07fb335", + "conditionType": "CompleteCondition" + }, + { + "id": "60b9f085a9c5f27bcf28d613", + "target": "60b90232ec7c6f5eb510c195", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "60bf7284fd95cb3dfc36841f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448f286f77448d73c0131", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "60bf7293b73d016d6838ad85", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "608974d01a66564e74191fc0 description", + "failMessageText": "608974d01a66564e74191fc0 failMessageText", + "declinePlayerMessage": "608974d01a66564e74191fc0 declinePlayerMessage", + "name": "608974d01a66564e74191fc0 name", + "note": "608974d01a66564e74191fc0 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c373e753bc0f18316351fe.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "608974d01a66564e74191fc0 startedMessageText", + "successMessageText": "608974d01a66564e74191fc0 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8200, + "id": "60bf6c03db5461623517068b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60bf6c109903f107aa251f26", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "60bf6c39bf90bf6b431e8950", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2961", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2961", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60bf6c29d4526a054d42e109", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2964", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2963", + "_tpl": "59fafb5d86f774067a6f2084", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2964", + "_tpl": "59fafb5d86f774067a6f2084", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6740b60c60a98cad1b0e0aa0": { + "QuestName": "Another Shipping Delay", + "_id": "6740b60c60a98cad1b0e0aa0", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6740b60c60a98cad1b0e0aa0 acceptPlayerMessage", + "changeQuestMessageText": "6740b60c60a98cad1b0e0aa0 changeQuestMessageText", + "completePlayerMessage": "6740b60c60a98cad1b0e0aa0 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6740b64fb23faec48e2f7eb4", + "conditions": [ + { + "id": "6740b6543d5346fc3021cc14", + "dynamicLocale": false, + "target": "Lost_caravan", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "6740b64f024f0e44fbed2c48", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6740b66001a6b656f14474af", + "conditions": [ + { + "id": "6740b66cfe308638cdb86ff9", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6740b679272d08c313ab80c2", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "6740b66079ff8ea717dad584", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6740b6343d2bcc1820e59c3f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6740a02a69a58fceba0ff399", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6740b62f1ae62325e059dcb1", + "index": 1, + "parentId": "", + "dynamicLocale": false, "target": "673f6027352b4da8e00322d2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6740b60c60a98cad1b0e0aa0 description", + "failMessageText": "6740b60c60a98cad1b0e0aa0 failMessageText", + "declinePlayerMessage": "6740b60c60a98cad1b0e0aa0 declinePlayerMessage", + "name": "6740b60c60a98cad1b0e0aa0 name", + "note": "6740b60c60a98cad1b0e0aa0 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6740b60c60a98cad1b0e0aa0 startedMessageText", + "successMessageText": "6740b60c60a98cad1b0e0aa0 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 12800, + "id": "67584ef9ed9cde0dd79ca6f7", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 67000, + "id": "67584f0b3b207caa22ab5ca4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2966", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2966", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 67000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67584f18ffc68b67ca38960a", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67584f2725614a25f64fd6fd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2969", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2968", + "_tpl": "66b5f693acff495a294927e3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2969", + "_tpl": "66b5f693acff495a294927e3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac23c6186f7741247042bad": { + "QuestName": "Gunsmith - Part 1", + "_id": "5ac23c6186f7741247042bad", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac23c6186f7741247042bad acceptPlayerMessage", + "changeQuestMessageText": "5ac23c6186f7741247042bad changeQuestMessageText", + "completePlayerMessage": "5ac23c6186f7741247042bad completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "5accd5e386f77463027e9397", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "54491c4f4bdc2db1078b4568" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "value": 0.0, + "compareMethod": ">=" + }, + "durability": { + "value": 60.0, + "compareMethod": ">=" + }, + "effectiveDistance": { + "value": 0.0, + "compareMethod": ">=" + }, + "emptyTacticalSlot": { + "value": 0, + "compareMethod": ">=" + }, + "ergonomics": { + "value": 47.0, + "compareMethod": ">=" + }, + "height": { + "value": 1, + "compareMethod": "<=" + }, + "magazineCapacity": { + "value": 5, + "compareMethod": ">=" + }, + "muzzleVelocity": { + "value": 0.0, + "compareMethod": ">=" + }, + "recoil": { + "value": 850.0, + "compareMethod": "<=" + }, + "weight": { + "value": 0.0, + "compareMethod": ">=" + }, + "width": { + "value": 4, + "compareMethod": "<=" + }, + "containsItems": [], + "hasItemFromCategory": [ + "55818b164bdc2ddc698b456c" + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "639afb227c898a131e1cff88", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 2, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6584716a8540aea26decc8c0", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "657315e4a6af4ab4b50f3459", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac23c6186f7741247042bad description", + "failMessageText": "5ac23c6186f7741247042bad failMessageText", + "declinePlayerMessage": "5ac23c6186f7741247042bad declinePlayerMessage", + "name": "5ac23c6186f7741247042bad name", + "note": "5ac23c6186f7741247042bad note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4dc0486f77442000164e5.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac23c6186f7741247042bad startedMessageText", + "successMessageText": "5ac23c6186f7741247042bad successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 800, + "id": "60cc74a92b555f16df5c41af", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "60cc74ac65e4664318606aeb", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 10000, + "id": "5acb7fb386f77417d0797dd2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b296b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b296b", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 10000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639898a3eee7ff72370f7dd6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b296d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b296d", + "_tpl": "57347c77245977448d35f6e2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639898b08871e1272b10ccf8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b296f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b296f", + "_tpl": "57347c5b245977448d35f6e1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "639898da05aa481907106506", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2973", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2973", + "_tpl": "65702469c5d7d4cb4d07855b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2974", + "_tpl": "5d6e68c4a4b9361b93413f79", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2973", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2975", + "_tpl": "5d6e68c4a4b9361b93413f79", + "upd": { + "StackObjectsCount": 5 + }, + "parentId": "68010065f81036801d0b2973", + "slotId": "cartridges", + "location": 1 + } + ] + }, + { + "availableInGameEditions": [], + "id": "63a19af0fcae11642e50f9b1", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2976", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2976", + "_tpl": "56ea8d2fd2720b7c698b4570" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa39c64ea11e84c0642a6": { + "QuestName": "The Walls Have Eyes", + "_id": "669fa39c64ea11e84c0642a6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa39c64ea11e84c0642a6 acceptPlayerMessage", + "changeQuestMessageText": "669fa39c64ea11e84c0642a6 changeQuestMessageText", + "completePlayerMessage": "669fa39c64ea11e84c0642a6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "669fb5c58c03e61e1a33ddf0", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_7_1", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "669fb5c7d5fbaaa7b285e83d", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_7_2", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "669fb5c9d798aa41b9bd60b5", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_7_3", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa32da94e387ba878a128a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa395c4c5c04798002497", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa39c64ea11e84c0642a6 description", + "failMessageText": "669fa39c64ea11e84c0642a6 failMessageText", + "declinePlayerMessage": "669fa39c64ea11e84c0642a6 declinePlayerMessage", + "name": "669fa39c64ea11e84c0642a6 name", + "note": "669fa39c64ea11e84c0642a6 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acec801d8e1083b303f5a9.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa39c64ea11e84c0642a6 startedMessageText", + "successMessageText": "669fa39c64ea11e84c0642a6 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa32f030c6d0aae40a9f6d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b297a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2978", + "_tpl": "5b4391a586f7745321235ab2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2979", + "_tpl": "5b4391a586f7745321235ab2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b297a", + "_tpl": "5b4391a586f7745321235ab2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 7200, + "id": "66aa330964ea11e84c065d5c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa33111e5e199ecd094f0b", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 550, + "id": "66aa331cc26f13bd0403281a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b297c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b297c", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 550 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66aa3333fb57cc8a5404ac60", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b297d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b297d", + "_tpl": "5fb64bc92b1b027b1f50bcf2", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b297e", + "_tpl": "5fb651b52b1b027b1f50bcff", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b297f", + "_tpl": "5fb6567747ce63734e3fa1dc", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2980", + "_tpl": "5fb6564947ce63734e3fa1da", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2981", + "_tpl": "5fb6558ad6f0b2136f2d7eb7", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2982", + "_tpl": "5fb65363d1409e5ca04b54f5", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2983", + "_tpl": "5fb6548dd1409e5ca04b54f9", + "parentId": "68010065f81036801d0b2982", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2984", + "_tpl": "5fbb976df9986c4cff3fe5f2", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b2985", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2986", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b297d", + "slotId": "mod_mount_002" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa3360fb57cc8a5404ac61", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b298a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2988", + "_tpl": "5fb651dc85f90547f674b6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2989", + "_tpl": "5fb651dc85f90547f674b6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b298a", + "_tpl": "5fb651dc85f90547f674b6f4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa3374023055273703d889", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2991", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b298d", + "_tpl": "6570240a1419851aef03e6f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b298e", + "_tpl": "5efb0d4f4bc50b58e81710f3", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b298d", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b298f", + "_tpl": "6570240a1419851aef03e6f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2990", + "_tpl": "5efb0d4f4bc50b58e81710f3", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b298f", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2991", + "_tpl": "6570240a1419851aef03e6f7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2992", + "_tpl": "5efb0d4f4bc50b58e81710f3", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b2991", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae448bf86f7744d733e55ee": { + "QuestName": "Make ULTRA Great Again", + "_id": "5ae448bf86f7744d733e55ee", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae448bf86f7744d733e55ee acceptPlayerMessage", + "changeQuestMessageText": "5ae448bf86f7744d733e55ee changeQuestMessageText", + "completePlayerMessage": "5ae448bf86f7744d733e55ee completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae44ecd86f77414a13c970d", + "conditions": [ + { + "id": "5ae44ef386f774149f15ed84", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5ae44efd86f774149d4cc6a4", + "dynamicLocale": false, + "target": [ + "Interchange" + ], + "conditionType": "Location" + } + ] + }, + "id": "5ae44ecd86f77414a13c970e", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af4154186f7745c2674236d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448a386f7744d3730fff0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae448bf86f7744d733e55ee description", + "failMessageText": "5ae448bf86f7744d733e55ee failMessageText", + "declinePlayerMessage": "5ae448bf86f7744d733e55ee declinePlayerMessage", + "name": "5ae448bf86f7744d733e55ee name", + "note": "5ae448bf86f7744d733e55ee note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a76086f774455f7d62d2.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae448bf86f7744d733e55ee startedMessageText", + "successMessageText": "5ae448bf86f7744d733e55ee successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9800, + "id": "5c95108086f774551617863f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc8116e3d0247e625dab82", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "60cc81283e4e974efa345d7b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2994", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2994", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "60cc813e77dc197c774254d6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2998", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2996", + "_tpl": "59e7643b86f7742cbf2c109a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2997", + "_tpl": "59e7643b86f7742cbf2c109a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2998", + "_tpl": "59e7643b86f7742cbf2c109a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "629f0aad14061f307437fc61", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "674492b6909d2013670a347a": { + "QuestName": "Ask for Directions", + "_id": "674492b6909d2013670a347a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "674492b6909d2013670a347a acceptPlayerMessage", + "changeQuestMessageText": "674492b6909d2013670a347a changeQuestMessageText", + "completePlayerMessage": "674492b6909d2013670a347a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "674492e56e8d2d5239a3fd37", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Path_mountains_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "674492ebf6f84f7d09ef1abb", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Path_mountains_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "674492f0636d0661476732f2", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Path_mountains_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "674492f30f45cb752f21df39", + "index": 6, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Path_mountains_4", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67449355adb14eb7c6404c68", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6740b60c60a98cad1b0e0aa0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "674492b6909d2013670a347a description", + "failMessageText": "674492b6909d2013670a347a failMessageText", + "declinePlayerMessage": "674492b6909d2013670a347a declinePlayerMessage", + "name": "674492b6909d2013670a347a name", + "note": "674492b6909d2013670a347a note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "674492b6909d2013670a347a startedMessageText", + "successMessageText": "674492b6909d2013670a347a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13200, + "id": "67584f3808b35eb3c013d101", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 85000, + "id": "67584f46c9be1367ca5ed48f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b299a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b299a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 85000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67584f4edf59ad0564f90521", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67584f5d6656eb04186b41f9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b299c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b299c", + "_tpl": "5e2aedd986f7746d404f3aa4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67584f6816fd4d1dad2f4a81", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b299e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b299e", + "_tpl": "5e2aedd986f7746d404f3aa4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac3460c86f7742880308185": { + "QuestName": "Farming - Part 2", + "_id": "5ac3460c86f7742880308185", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac3460c86f7742880308185 acceptPlayerMessage", + "changeQuestMessageText": "5ac3460c86f7742880308185 changeQuestMessageText", + "completePlayerMessage": "5ac3460c86f7742880308185 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac502a786f7740bde1b000c", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e36c6f86f774176c10a2a7" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5055a86f7745cae22b582", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e36c6f86f774176c10a2a7" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac505c386f7740be0424d19", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347cd0245977445a2d6ff1" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac505e186f7740bdf2ceabe", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347cd0245977445a2d6ff1" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ac5061386f77417e429ce7a", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3b0486f7743954552bdb" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ac5062586f774587c327395", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a3b0486f7743954552bdb" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf3b0986f7741bb8378499", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf3b1286f77418420bf36b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac345dc86f774288030817f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac3460c86f7742880308185 description", + "failMessageText": "5ac3460c86f7742880308185 failMessageText", + "declinePlayerMessage": "5ac3460c86f7742880308185 declinePlayerMessage", + "name": "5ac3460c86f7742880308185 name", + "note": "5ac3460c86f7742880308185 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac3460c86f7742880308185 startedMessageText", + "successMessageText": "5ac3460c86f7742880308185 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5500, + "id": "60cc7a6065e4664318606afe", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc7a857c496e588343a6e6", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 15000, + "id": "5acb7ded86f77417d079736e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29a0", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b29a0", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 15000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc7a7a65e4664318606aff", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29a1", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29a1", + "_tpl": "5cadfbf7ae92152ac412eeef", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b29a2", + "_tpl": "5caf17c9ae92150b30006be1", + "parentId": "68010065f81036801d0b29a1", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b29a3", + "_tpl": "5caf1041ae92157c28402e3f", + "parentId": "68010065f81036801d0b29a1", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b29a4", + "_tpl": "5caf16a2ae92152ac412efbc", + "parentId": "68010065f81036801d0b29a1", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b29a5", + "_tpl": "5cdaa99dd7f00c002412d0b2", + "parentId": "68010065f81036801d0b29a1", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b29a6", + "_tpl": "5cda9bcfd7f00c0c0b53e900", + "parentId": "68010065f81036801d0b29a5", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b29a7", + "_tpl": "5caf1691ae92152ac412efb9", + "parentId": "68010065f81036801d0b29a1", + "slotId": "mod_scope" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ec19ff686f7561e047757af", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29a9", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29a9", + "_tpl": "5d1b2ffd86f77425243e8d17", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ac345dc86f774288030817f": { + "QuestName": "Farming - Part 1", + "_id": "5ac345dc86f774288030817f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ac345dc86f774288030817f acceptPlayerMessage", + "changeQuestMessageText": "5ac345dc86f774288030817f changeQuestMessageText", + "completePlayerMessage": "5ac345dc86f774288030817f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5ac7a4ba86f77409f3423628", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_SADOVOD_01_1", + "target": [ + "590c2e1186f77425357b6124" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "5ac7a51a86f774738a4ffc96", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "place_SADOVOD_01_2", + "target": [ + "590c2e1186f77425357b6124" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ac7a5d586f774383111ee62", + "conditions": [ + { + "id": "5ac7a5e086f774383054c362", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5b7ff33786f7744b99464500", + "dynamicLocale": false, + "target": [ + "factory4_day", + "factory4_night" + ], + "conditionType": "Location" + } + ] + }, + "id": "5ac7a5d586f774383111ee63", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ac7a5f486f774382e6fce02", + "target": "5ac7a4ba86f77409f3423628", + "conditionType": "CompleteCondition" + }, + { + "id": "5ac7a5fb86f7743e1e142464", + "target": "5ac7a51a86f774738a4ffc96", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5acf388786f7741cdb2f7ef9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5acf390d86f774184403900f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac23c6186f7741247042bad", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ac345dc86f774288030817f description", + "failMessageText": "5ac345dc86f774288030817f failMessageText", + "declinePlayerMessage": "5ac345dc86f774288030817f declinePlayerMessage", + "name": "5ac345dc86f774288030817f name", + "note": "5ac345dc86f774288030817f note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ac345dc86f774288030817f startedMessageText", + "successMessageText": "5ac345dc86f774288030817f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6600, + "id": "60cc79f22b555f16df5c41c0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc79f877dc197c774254c9", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 25000, + "id": "5acb7e4a86f7747a5a562023", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29ab", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b29ab", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 25000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc7a0c7c496e588343a6e4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29ae", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29ad", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29ae", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc7a24f09d61072d6d00c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29b1", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29b0", + "_tpl": "5d1c774f86f7746d6620f8db", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29b1", + "_tpl": "5d1c774f86f7746d6620f8db", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae448a386f7744d3730fff0": { + "QuestName": "Only Business", + "_id": "5ae448a386f7744d3730fff0", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae448a386f7744d3730fff0 acceptPlayerMessage", + "changeQuestMessageText": "5ae448a386f7744d3730fff0 changeQuestMessageText", + "completePlayerMessage": "5ae448a386f7744d3730fff0 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "TraderLoyalty", + "id": "5ae44c6886f7744f1a7eb2b8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3b934156ae10c4430e83c", + "globalQuestCounterId": "", + "value": 2, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5af414f286f774522f59b0d7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae448a386f7744d3730fff0 description", + "failMessageText": "5ae448a386f7744d3730fff0 failMessageText", + "declinePlayerMessage": "5ae448a386f7744d3730fff0 declinePlayerMessage", + "name": "5ae448a386f7744d3730fff0 name", + "note": "5ae448a386f7744d3730fff0 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Merchant", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae448a386f7744d3730fff0 startedMessageText", + "successMessageText": "5ae448a386f7744d3730fff0 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6700, + "id": "5c95107186f7743285178ade", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cc80d62b555f16df5c41d3", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 10000, + "id": "5ae9ab1986f7743dfb61b904", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29b3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b29b3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 10000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc80ea2b555f16df5c41d4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29b5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29b5", + "_tpl": "5b44c8ea86f7742d1627baf1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5ae4493486f7744efa289417": { + "QuestName": "Database - Part 1", + "_id": "5ae4493486f7744efa289417", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5ae4493486f7744efa289417 acceptPlayerMessage", + "changeQuestMessageText": "5ae4493486f7744efa289417 changeQuestMessageText", + "completePlayerMessage": "5ae4493486f7744efa289417 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9b32486f7745bbc72275a", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a0dd86f7742e5f454a05" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9b34686f7743129512ccf", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a0dd86f7742e5f454a05" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae9b34986f7742291103ff8", + "target": "5ae9b32486f7745bbc72275a", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9b36c86f774307c29df04", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a18586f7746e381e16a3" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9b38a86f77432c81e2ce3", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a18586f7746e381e16a3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae9b39486f7742291103ffa", + "target": "5ae9b36c86f774307c29df04", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ae9b3b186f7745bbc722762", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a1b886f77404c8537c62" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ae9b3c986f77432c81e2ce6", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5ae9a1b886f77404c8537c62" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5ae9b3d086f774307c29df09", + "target": "5ae9b3b186f7745bbc722762", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5af415b286f77407184495dd", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448e586f7744dcf0c2a67", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6389fb4cc3442f24872c115a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448bf86f7744d733e55ee", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5ae4493486f7744efa289417 description", + "failMessageText": "5ae4493486f7744efa289417 failMessageText", + "declinePlayerMessage": "5ae4493486f7744efa289417 declinePlayerMessage", + "name": "5ae4493486f7744efa289417 name", + "note": "5ae4493486f7744efa289417 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5ae4a7d286f7744748710d74.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5ae4493486f7744efa289417 startedMessageText", + "successMessageText": "5ae4493486f7744efa289417 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8400, + "id": "60cc828c179f8541b8469280", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc828ff09d61072d6d0113", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "60cc82978f570e28f1481173", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29b7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b29b7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5ae9b54486f7745bbc72277f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29b9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29b9", + "_tpl": "5aa2ba71e5b5b000137b758f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc82dcaf2e5506c37822d6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29bb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29bb", + "_tpl": "5d6d2ef3a4b93618084f58bd", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60cc82f465e4664318606b52", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29be", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29bd", + "_tpl": "573476d324597737da2adc13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29be", + "_tpl": "573476d324597737da2adc13", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b884f769de97e1d62d11a", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b29bf", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b29bf", + "_tpl": "609e8540d5c319764c2bc2e9" + } + ], + "loyaltyLevel": 2, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa3a08b4a64b332041ff7": { + "QuestName": "Dragnet", + "_id": "669fa3a08b4a64b332041ff7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa3a08b4a64b332041ff7 acceptPlayerMessage", + "changeQuestMessageText": "669fa3a08b4a64b332041ff7 changeQuestMessageText", + "completePlayerMessage": "669fa3a08b4a64b332041ff7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66a0e692281e56a89b717b7d", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66a0e523e749756c920d02d0" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66a0e69ec03c2dad1a84993a", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66a0e523e749756c920d02d0" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa319ae3494ba703d885db", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa38fad7f1eac2607ed46", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa3a08b4a64b332041ff7 description", + "failMessageText": "669fa3a08b4a64b332041ff7 failMessageText", + "declinePlayerMessage": "669fa3a08b4a64b332041ff7 declinePlayerMessage", + "name": "669fa3a08b4a64b332041ff7 name", + "note": "669fa3a08b4a64b332041ff7 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acecb632bc3e9d7e0d2d57.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa3a08b4a64b332041ff7 startedMessageText", + "successMessageText": "669fa3a08b4a64b332041ff7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17300, + "id": "66aa31a464ea11e84c065d5b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa31c2c26f13bd04032818", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 92000, + "id": "66aa31d3fb57cc8a5404ac5c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29c1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b29c1", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 92000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66aa31e9023055273703d885", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29c2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29c2", + "_tpl": "5aafa857e5b5b00018480968", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b29c3", + "_tpl": "64b9e2037fdfb81df81e3c25", + "parentId": "68010065f81036801d0b29c2", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b29c4", + "_tpl": "5aaf8e43e5b5b00015693246", + "parentId": "68010065f81036801d0b29c2", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b29c5", + "_tpl": "5ab24ef9e5b5b00fe93c9209", + "parentId": "68010065f81036801d0b29c4", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b29c6", + "_tpl": "5aaf9d53e5b5b00015042a52", + "parentId": "68010065f81036801d0b29c2", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b29c7", + "_tpl": "5aafa1c2e5b5b00015042a56", + "parentId": "68010065f81036801d0b29c6", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b29c8", + "_tpl": "5aafa49ae5b5b00015042a58", + "parentId": "68010065f81036801d0b29c7", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b29c9", + "_tpl": "5abcbb20d8ce87001773e258", + "parentId": "68010065f81036801d0b29c2", + "slotId": "mod_sight_rear" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa32131e5e199ecd094f0a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29cd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29cb", + "_tpl": "5addcce35acfc4001a5fc635", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29cc", + "_tpl": "5addcce35acfc4001a5fc635", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29cd", + "_tpl": "5addcce35acfc4001a5fc635", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "66aa3238fb57cc8a5404ac5d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29da", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29d0", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29d1", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b29d0", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b29d2", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29d3", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b29d2", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b29d4", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29d5", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b29d4", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b29d6", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29d7", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b29d6", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b29d8", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29d9", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b29d8", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b29da", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29db", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b29da", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e29d86f7740a22516326": { + "QuestName": "The Survivalist Path - Eagle-Owl", + "_id": "5d25e29d86f7740a22516326", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e29d86f7740a22516326 acceptPlayerMessage", + "changeQuestMessageText": "5d25e29d86f7740a22516326 changeQuestMessageText", + "completePlayerMessage": "5d25e29d86f7740a22516326 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5d25fd8386f77443fe457cad", + "conditions": [ + { + "id": "5d25feb086f77444001e2e4e", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 21, + "to": 4 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "5d2f573986f7745e043a808d", + "dynamicLocale": false, + "equipmentInclusive": [], + "equipmentExclusive": [ + [ + "5c0696830db834001d23f5da" + ], + [ + "5c066e3a0db834001b7353f0" + ], + [ + "5c0558060db834001b735271" + ], + [ + "57235b6f24597759bf5a30f1" + ], + [ + "5c110624d174af029e69734c" + ], + [ + "5a7c74b3e899ef0014332c29" + ], + [ + "5a1eaa87fcdbcb001865f75e" + ], + [ + "5b3b6e495acfc4330140bd88" + ], + [ + "5d1b5e94d7ad1a2b865a96b0" + ], + [ + "606f2696f2cb2e02a42aceb1" + ], + [ + "609bab8b455afd752b2e6138" + ], + [ + "6478641c19d732620e045e17" + ], + [ + "63fc44e2429a8a166c7f61e6" + ], + [ + "67641b461c2eb66ade05dba6" + ], + [ + "67506ca81f18589016006aa6" + ] + ], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "629f1217274d12190d188421", + "dynamicLocale": false, + "target": [ + "Lighthouse", + "Sandbox", + "bigmap", + "Interchange", + "laboratory", + "Shoreline", + "Woods", + "RezervBase", + "TarkovStreets", + "Sandbox_high" + ], + "conditionType": "Location" + } + ] + }, + "id": "5d25fd8386f77443fe457cae", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 6, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d77cda786f774319c488837", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25cf2686f77443e75488d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e29d86f7740a22516326 description", + "failMessageText": "5d25e29d86f7740a22516326 failMessageText", + "declinePlayerMessage": "5d25e29d86f7740a22516326 declinePlayerMessage", + "name": "5d25e29d86f7740a22516326 name", + "note": "5d25e29d86f7740a22516326 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/5d67b5ca86f7744dcc5e2f88.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e29d86f7740a22516326 startedMessageText", + "successMessageText": "5d25e29d86f7740a22516326 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5900, + "id": "60cca21ef81cc57f471718a5", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60cca22620a6283a506aeb46", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 40000, + "id": "5d6672e086f774131e206b3a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29dd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b29dd", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 40000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "5d6672f486f774368e1b7866", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29e1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29df", + "_tpl": "5b3b6e495acfc4330140bd88", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29e0", + "_tpl": "5b3b6e495acfc4330140bd88", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29e1", + "_tpl": "5b3b6e495acfc4330140bd88", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 50, + "id": "60cca25341fd1e14d71e2307", + "type": "Skill", + "index": 0, + "target": "Perception", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71e8ed54b755a3b53eb67": { + "QuestName": "The Huntsman Path - Relentless", + "_id": "60e71e8ed54b755a3b53eb67", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71e8ed54b755a3b53eb67 acceptPlayerMessage", + "changeQuestMessageText": "60e71e8ed54b755a3b53eb67 changeQuestMessageText", + "completePlayerMessage": "60e71e8ed54b755a3b53eb67 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e7259e465ea8368012cc44", + "conditions": [ + { + "id": "60e725c3a6e322250215f064", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossTagilla", + "followerTagilla", + "infectedTagilla" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e7259e465ea8368012cc45", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e725d8b567ff641b129554", + "conditions": [ + { + "id": "60e725f15698ee7b05057433", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKilla" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e725d8b567ff641b129555", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e72604a6e322250215f065", + "conditions": [ + { + "id": "60e7277ed1a062318d3d224b", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossBully" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e72604a6e322250215f066", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e7261382576b5f4f21c494", + "conditions": [ + { + "id": "60e7272db567ff641b129558", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKojaniy" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e7261382576b5f4f21c495", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e7261eb567ff641b129556", + "conditions": [ + { + "id": "60e727fa479eef59b01b0bc4", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossGluhar" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e7261eb567ff641b129557", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e72629465ea8368012cc46", + "conditions": [ + { + "id": "60e7280e0367e10a450f77f8", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossSanitar" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "60e72629465ea8368012cc47", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61014a2d6c85b961071d75fe", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2c386f77443e7549029", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6389e0473674202b7d07c9e6", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2ee86f77443e35162ea", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6389e059a9494f0d20703a36", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e44f86f77443e625e385", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6389e06f58d22527647c8b66", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2e286f77444001e2e48", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6389e08639389c0f754435d5", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "target": "60c0c018f7afb4354815096a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6389e0990c0811019a000c05", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "target": "5edab4b1218d181e29451435", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61014a3143d55d251d68e4fd", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 65, + "compareMethod": ">=", "visibilityConditions": [] } ], "Fail": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745ff794e524fad15ec6d84", + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "60e7249bd1a062318d3d2243", + "conditions": [ + { + "id": "60e724b982576b5f4f21c493", + "dynamicLocale": false, + "status": [ + "Killed", + "Left", + "MissingInAction" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "60e7249bd1a062318d3d2244", "index": 0, "parentId": "", - "status": [ - 4 - ], - "target": "6744a9dfef61d56e020b5c4a", - "visibilityConditions": [] + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ] }, - "declinePlayerMessage": "673f61a066e6a521aa04b62b declinePlayerMessage", - "description": "673f61a066e6a521aa04b62b description", - "failMessageText": "673f61a066e6a521aa04b62b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, + "description": "60e71e8ed54b755a3b53eb67 description", + "failMessageText": "60e71e8ed54b755a3b53eb67 failMessageText", + "declinePlayerMessage": "60e71e8ed54b755a3b53eb67 declinePlayerMessage", + "name": "60e71e8ed54b755a3b53eb67 name", + "note": "60e71e8ed54b755a3b53eb67 note", + "traderId": "5c0647fdd443bc2504c2d371", "location": "any", - "name": "673f61a066e6a521aa04b62b name", - "note": "673f61a066e6a521aa04b62b note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, + "image": "/files/quest/icon/5d67b41686f774368e1b78df.jpg", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71e8ed54b755a3b53eb67 startedMessageText", + "successMessageText": "60e71e8ed54b755a3b53eb67 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "675818ce391c112012691663", - "index": 0, + "value": 280000, + "id": "60f036e7eb1b555c9e079607", "type": "Experience", - "unknown": false, - "value": 46700 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "675818db7fe6eb8dd0321358", + "value": 20, + "id": "61029f5f60307362d01d8c8b", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b29e3", + "unknown": true, + "findInRaid": true, "items": [ { - "_id": "67eb25700eb297dd6111044c", + "_id": "68010065f81036801d0b29e3", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 20 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "61029b2b3401af5fe16fcb4e", + "type": "Skill", + "index": 0, + "target": "Crafting", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100, + "id": "61029b5311b8b841cb73ab07", + "type": "Skill", + "index": 0, + "target": "Immunity", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "61028c55d51ac54f163ffa06", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29e5", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29e5", + "_tpl": "5d1b5e94d7ad1a2b865a96b0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "61029cb83401af5fe16fcb50", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29eb", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29e7", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29e8", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29e9", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29ea", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29eb", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa3a40c828825de06d6a1": { + "QuestName": "Test Drive - Part 5", + "_id": "669fa3a40c828825de06d6a1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa3a40c828825de06d6a1 acceptPlayerMessage", + "changeQuestMessageText": "669fa3a40c828825de06d6a1 changeQuestMessageText", + "completePlayerMessage": "669fa3a40c828825de06d6a1 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a0f5a7e121b8454b2c5cc6", + "conditions": [ + { + "id": "66a0f5e9538b9cfb536abb25", + "dynamicLocale": false, + "target": [ + "factory4_night", + "factory4_day" + ], + "conditionType": "Location" + }, + { + "id": "66aceb56001b4b60b6535817", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "6680304edadb7aa61d00cef0", + "668e71a8dadf42204c032ce1" + ], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "668670432b934a68630a7fe8", + "66867310f3734a938b077f79", + "655f13e0a246670fb0373245" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "66a0f5a7f9eae6761253114c", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa3d14830b23a148b3672b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6574e0dedc0d635f633a5805", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa3a40c828825de06d6a1 description", + "failMessageText": "669fa3a40c828825de06d6a1 failMessageText", + "declinePlayerMessage": "669fa3a40c828825de06d6a1 declinePlayerMessage", + "name": "669fa3a40c828825de06d6a1 name", + "note": "669fa3a40c828825de06d6a1 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acecef66265b5f5e0248fb.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa3a40c828825de06d6a1 startedMessageText", + "successMessageText": "669fa3a40c828825de06d6a1 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "66c49ce48834010aa904e095", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29ec", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29ec", + "_tpl": "6680304edadb7aa61d00cef0", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b29ed", + "_tpl": "668670e3fb75ee4a5e02eb16", + "parentId": "68010065f81036801d0b29ec", + "slotId": "mod_muzzle_000" + }, + { + "_id": "68010065f81036801d0b29ee", + "_tpl": "6680326874b8f2050c0b9178", + "parentId": "68010065f81036801d0b29ec", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b29ef", + "_tpl": "655f13e0a246670fb0373245", + "parentId": "68010065f81036801d0b29ee", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b29f0", + "_tpl": "668670432b934a68630a7fe8", + "parentId": "68010065f81036801d0b29ec", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b29f1", + "_tpl": "66866f622a2296a8d9099639", + "parentId": "68010065f81036801d0b29ec", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b29f2", + "_tpl": "66867310f3734a938b077f79", + "parentId": "68010065f81036801d0b29ec", + "slotId": "mod_stock" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 50000, + "id": "66aa3d1c91b0a8c9680fdbcf", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "66aa3d2564ea11e84c065d62", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 520000, + "id": "66aa3d33e749756c920d3371", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29f4", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b29f4", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 520000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66aa3d45e0c9f9fafa083671", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b29f5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29f5", + "_tpl": "57c44b372459772d2b39b8ce", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b29f6", + "_tpl": "57c44dd02459772d2e0ae249", + "parentId": "68010065f81036801d0b29f5", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b29f7", + "_tpl": "57c44e7b2459772d28133248", + "parentId": "68010065f81036801d0b29f6", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b29f8", + "_tpl": "57c44f4f2459772d2c627113", + "parentId": "68010065f81036801d0b29f5", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b29f9", + "_tpl": "57838f9f2459774a150289a0", + "parentId": "68010065f81036801d0b29f5", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b29fa", + "_tpl": "57c44fa82459772d2d75e415", + "parentId": "68010065f81036801d0b29f5", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b29fb", + "_tpl": "57c450252459772d28133253", + "parentId": "68010065f81036801d0b29f5", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b29fc", + "_tpl": "651178336cad06c37c049eb4", + "parentId": "68010065f81036801d0b29f5", + "slotId": "mod_handguard" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa3d578b4a64b33204377e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a00", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b29fe", + "_tpl": "65118f531b90b4fc77015083", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b29ff", + "_tpl": "65118f531b90b4fc77015083", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a00", + "_tpl": "65118f531b90b4fc77015083", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "66aa3d8a1e5e199ecd094f13", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a0d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a03", + "_tpl": "6489854673c462723909a14e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a04", + "_tpl": "5c0d688c86f77413ae3407b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2a03", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2a05", + "_tpl": "6489854673c462723909a14e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a06", + "_tpl": "5c0d688c86f77413ae3407b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2a05", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2a07", + "_tpl": "6489854673c462723909a14e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a08", + "_tpl": "5c0d688c86f77413ae3407b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2a07", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2a09", + "_tpl": "6489854673c462723909a14e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a0a", + "_tpl": "5c0d688c86f77413ae3407b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2a09", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2a0b", + "_tpl": "6489854673c462723909a14e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a0c", + "_tpl": "5c0d688c86f77413ae3407b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2a0b", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2a0d", + "_tpl": "6489854673c462723909a14e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a0e", + "_tpl": "5c0d688c86f77413ae3407b2", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2a0d", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa395c4c5c04798002497": { + "QuestName": "Exit Here", + "_id": "669fa395c4c5c04798002497", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa395c4c5c04798002497 acceptPlayerMessage", + "changeQuestMessageText": "669fa395c4c5c04798002497 changeQuestMessageText", + "completePlayerMessage": "669fa395c4c5c04798002497 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "669fb12ec1fbcb64b49837ab", + "conditions": [ + { + "id": "669fb170617a3971bb525b2a", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "66c0a86de55c52cd17921935", + "dynamicLocale": false, + "exitName": "Gate_o", + "conditionType": "ExitName" + } + ] + }, + "id": "669fb12eb01ceef19a5b4ebc", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa3280a8f51a164dab7b64", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3477486f7741d651d6885", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "669fa395c4c5c04798002497 description", + "failMessageText": "669fa395c4c5c04798002497 failMessageText", + "declinePlayerMessage": "669fa395c4c5c04798002497 declinePlayerMessage", + "name": "669fa395c4c5c04798002497 name", + "note": "669fa395c4c5c04798002497 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/66acec28ec21e102040a0479.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa395c4c5c04798002497 startedMessageText", + "successMessageText": "669fa395c4c5c04798002497 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 5500, + "id": "66aa328930c6d0aae40a9f6b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "66aa3291c4c5c04798003b15", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 260, + "id": "66aa329cfb57cc8a5404ac5e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a10", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a10", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 260 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66aa32a930c6d0aae40a9f6c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a14", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a12", + "_tpl": "60391b0fb847c71012789415", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a13", + "_tpl": "60391b0fb847c71012789415", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a14", + "_tpl": "60391b0fb847c71012789415", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6740a02a69a58fceba0ff399": { + "QuestName": "Natural Exchange", + "_id": "6740a02a69a58fceba0ff399", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6740a02a69a58fceba0ff399 acceptPlayerMessage", + "changeQuestMessageText": "6740a02a69a58fceba0ff399 changeQuestMessageText", + "completePlayerMessage": "6740a02a69a58fceba0ff399 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6740a0c33c7152ccfe151146", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "BTR_FUEL_1", + "target": [ + "5d1b36a186f7742523398433" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6740a0d5b05fb787316fe7d5", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "BTR_FUEL_2", + "target": [ + "5d1b36a186f7742523398433" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6740a095e010004c461e023c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "673f629c5b555b53460cf827", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6740a02a69a58fceba0ff399 description", + "failMessageText": "6740a02a69a58fceba0ff399 failMessageText", + "declinePlayerMessage": "6740a02a69a58fceba0ff399 declinePlayerMessage", + "name": "6740a02a69a58fceba0ff399 name", + "note": "6740a02a69a58fceba0ff399 note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/658991921af57867a167fc0f.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6740a02a69a58fceba0ff399 startedMessageText", + "successMessageText": "6740a02a69a58fceba0ff399 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 26800, + "id": "675825dbf5b3d245949d00c0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 96000, + "id": "675825e546538870e818d915", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a16", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a16", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 96000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "675825f2b3826a9cc18daf2a", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "675825ff870548da5cf2d47a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a18", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a18", + "_tpl": "57347ca924597744596b4e71", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135b04ed9512be67647d7": { + "QuestName": "Glory to CPSU - Part 1", + "_id": "639135b04ed9512be67647d7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135b04ed9512be67647d7 acceptPlayerMessage", + "changeQuestMessageText": "639135b04ed9512be67647d7 changeQuestMessageText", + "completePlayerMessage": "639135b04ed9512be67647d7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7db4a3e491955e65fb88c", + "conditions": [ + { + "id": "63a7db5c5c2012425132e357", + "dynamicLocale": false, + "target": "quest_zone_c6_kpss", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7db4a3e491955e65fb88b", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639c8c875573fd6cc27d99bc", + "conditions": [ + { + "id": "639c8cb42a994a11600df100", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + }, + { + "id": "639c8cbf5b759c65a3476544", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "639c8c875573fd6cc27d99bb", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7db8af32fa1316250c3e1", + "target": "63a7db4a3e491955e65fb88b", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a775b0ee7b4d0d5507bada", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6391359b9444fb141f4e6ee6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a775bb5199ab1f7d4a7739", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135b04ed9512be67647d7 description", + "failMessageText": "639135b04ed9512be67647d7 failMessageText", + "declinePlayerMessage": "639135b04ed9512be67647d7 declinePlayerMessage", + "name": "639135b04ed9512be67647d7 name", + "note": "639135b04ed9512be67647d7 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a938b387c76a25c912120f.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135b04ed9512be67647d7 startedMessageText", + "successMessageText": "639135b04ed9512be67647d7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7300, + "id": "63a77617cc389e31a64596c8", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a7763a27a4ff476e6dd0b8", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 42000, + "id": "63a7762a5c2012425132e345", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a1a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a1a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 42000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a777bd04d3dc28a52a20ea", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a1d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a1c", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a1d", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63913715f8e5dd32bf4e3aaa": { + "QuestName": "Broadcast - Part 2", + "_id": "63913715f8e5dd32bf4e3aaa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63913715f8e5dd32bf4e3aaa acceptPlayerMessage", + "changeQuestMessageText": "63913715f8e5dd32bf4e3aaa changeQuestMessageText", + "completePlayerMessage": "63913715f8e5dd32bf4e3aaa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d99804d3dc28a52a2107", + "conditions": [ + { + "id": "63a7d9aff32fa1316250c3df", + "dynamicLocale": false, + "target": "quest_zone_c25_cinem", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d99804d3dc28a52a2106", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639da5ec8fe84d33a25a1436", + "conditions": [ + { + "id": "639da5f35b759c65a3476548", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639da635ad9d7e3216668fd6", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "639da5ec8fe84d33a25a1435", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7da155199ab1f7d4a7749", + "target": "63a7d99804d3dc28a52a2106", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a7789e1f06d111271f5adb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "626bd75e47ea7f506e5493c5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a778ae04d3dc28a52a20ed", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63913715f8e5dd32bf4e3aaa description", + "failMessageText": "63913715f8e5dd32bf4e3aaa failMessageText", + "declinePlayerMessage": "63913715f8e5dd32bf4e3aaa declinePlayerMessage", + "name": "63913715f8e5dd32bf4e3aaa name", + "note": "63913715f8e5dd32bf4e3aaa note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/628b805544430c635d52a888.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63913715f8e5dd32bf4e3aaa startedMessageText", + "successMessageText": "63913715f8e5dd32bf4e3aaa successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7400, + "id": "639da65e5573fd6cc27d99c3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a77948cc389e31a64596ca", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 44000, + "id": "63a7791304d3dc28a52a20ee", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a1f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a1f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 44000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a779841943b749b5021ea5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a20", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a20", + "_tpl": "62e7c4fba689e8c9c50dfc38", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2a21", + "_tpl": "62e7c98b550c8218d602cbb4", + "parentId": "68010065f81036801d0b2a20", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2a22", + "_tpl": "62e7c880f68e7a0676050c7c", + "parentId": "68010065f81036801d0b2a20", + "slotId": "mod_charge" + }, + { + "_id": "68010065f81036801d0b2a23", + "_tpl": "62ea7c793043d74a0306e19f", + "parentId": "68010065f81036801d0b2a20", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2a24", + "_tpl": "62e7c7f3c34ea971710c32fc", + "parentId": "68010065f81036801d0b2a23", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2a25", + "_tpl": "630f2872911356c17d06abc5", + "parentId": "68010065f81036801d0b2a24", + "slotId": "mod_muzzle_000" + }, + { + "_id": "68010065f81036801d0b2a26", + "_tpl": "634e61b0767cb15c4601a877", + "parentId": "68010065f81036801d0b2a24", + "slotId": "mod_foregrip" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "63a779d31943b749b5021ea6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a2a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a28", + "_tpl": "630e1adbbd357927e4007c09", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a29", + "_tpl": "630e1adbbd357927e4007c09", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a2a", + "_tpl": "630e1adbbd357927e4007c09", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a779e604d3dc28a52a20ef", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a2e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a2e", + "_tpl": "65702652cfc010a0f5006a53", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a2f", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "68010065f81036801d0b2a2e", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2a30", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "68010065f81036801d0b2a2e", + "slotId": "cartridges", + "location": 1 + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135bbc115f907b14700a6": { + "QuestName": "Audiophile", + "_id": "639135bbc115f907b14700a6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135bbc115f907b14700a6 acceptPlayerMessage", + "changeQuestMessageText": "639135bbc115f907b14700a6 changeQuestMessageText", + "completePlayerMessage": "639135bbc115f907b14700a6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d8f404d3dc28a52a2105", + "conditions": [ + { + "id": "63a7d904f32fa1316250c3dd", + "dynamicLocale": false, + "target": "quest_zone_c7_mel", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d8f404d3dc28a52a2104", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "639135bbc115f907b14700a7", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638df4cc7b560b03794a18d2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d939f32fa1316250c3de", + "target": "63a7d8f404d3dc28a52a2104", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "639135bbc115f907b14700a8", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638df4cc7b560b03794a18d2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d94510b7a13eb0159622", + "target": "639135bbc115f907b14700a7", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a78f42ee7b4d0d5507bae6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135a7e705511c8a4a1b78", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a78f4f5199ab1f7d4a7740", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5b478d0f86f7744d190d91b5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a78f611943b749b5021eae", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135bbc115f907b14700a6 description", + "failMessageText": "639135bbc115f907b14700a6 failMessageText", + "declinePlayerMessage": "639135bbc115f907b14700a6 declinePlayerMessage", + "name": "639135bbc115f907b14700a6 name", + "note": "639135bbc115f907b14700a6 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63aaf63861d7b024e808d5fb.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135bbc115f907b14700a6 startedMessageText", + "successMessageText": "639135bbc115f907b14700a6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17200, + "id": "639276bb9444fb141f4e6f21", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a78f77cc389e31a64596d2", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 87000, + "id": "63a78f89ee7b4d0d5507bae7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a32", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a32", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 87000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a78f961943b749b5021eaf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a34", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a34", + "_tpl": "59faf7ca86f7740dbe19f6c2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a78f9c27a4ff476e6dd0c3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a36", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a36", + "_tpl": "5d235a5986f77443f6329bc6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b89b7975a7f3c734661ab", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a37", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a37", + "_tpl": "60a3c70cde5f453f634816a3" + } + ], + "loyaltyLevel": 3, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135f286e646067c176a87": { + "QuestName": "Revision - Streets of Tarkov", + "_id": "639135f286e646067c176a87", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135f286e646067c176a87 acceptPlayerMessage", + "changeQuestMessageText": "639135f286e646067c176a87 changeQuestMessageText", + "completePlayerMessage": "639135f286e646067c176a87 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "63927f14744e452011470816", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_place_c14_revx_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "63927f2d8ba6894d155e77e6", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_place_c14_revx_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "63927f349444fb141f4e6f24", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "quest_zone_place_c14_revx_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639cebb78fe84d33a25a142c", + "conditions": [ + { + "id": "639cebc3dae1800a3e1359b2", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639cebee2a994a11600df103", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "639cebb78fe84d33a25a142b", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639cec865573fd6cc27d99bd", + "target": "63927f14744e452011470816", + "conditionType": "CompleteCondition" + }, + { + "id": "639cec8d5b759c65a3476546", + "target": "63927f2d8ba6894d155e77e6", + "conditionType": "CompleteCondition" + }, + { + "id": "639cec947c898a131e1cfffb", + "target": "63927f349444fb141f4e6f24", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a77be01943b749b5021ea7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6086c852c945025d41566124", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a77bebee7b4d0d5507badd", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135f286e646067c176a87 description", + "failMessageText": "639135f286e646067c176a87 failMessageText", + "declinePlayerMessage": "639135f286e646067c176a87 declinePlayerMessage", + "name": "639135f286e646067c176a87 name", + "note": "639135f286e646067c176a87 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a94151655ec5555b4aa9af.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135f286e646067c176a87 startedMessageText", + "successMessageText": "639135f286e646067c176a87 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8600, + "id": "63927fac8ba6894d155e77e7", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a77d411943b749b5021ea8", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 450, + "id": "63a77da427a4ff476e6dd0bb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a39", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a39", "_tpl": "5696686a4bdc2da3298b456a", "upd": { - "StackObjectsCount": 4000 + "StackObjectsCount": 450 } } - ], - "target": "67eb25700eb297dd6111044c", - "type": "Item", - "unknown": false, - "value": 4000 + ] }, { "availableInGameEditions": [], - "id": "675818e6a59e96dc8394bc6a", + "id": "63aad2c6f76b8a05dd70292a", + "type": "AssortmentUnlock", "index": 0, - "target": "638f541a29ffd1183d187f57", + "target": "68010065f81036801d0b2a3a", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a3a", + "_tpl": "618428466ef05c2ce828f218", + "upd": { + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b2a3b", + "_tpl": "571659bb2459771fb2755a12", + "parentId": "68010065f81036801d0b2a3a", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2a3c", + "_tpl": "61840d85568c120fdd2962a5", + "parentId": "68010065f81036801d0b2a3a", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2a3d", + "_tpl": "618426d96c780c1e710c9b9f", + "parentId": "68010065f81036801d0b2a3a", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2a3e", + "_tpl": "6183fc15d3a39d50044c13e9", + "parentId": "68010065f81036801d0b2a3d", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2a3f", + "_tpl": "618407a850224f204c1da549", + "parentId": "68010065f81036801d0b2a3e", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2a40", + "_tpl": "61816fcad92c473c770215cc", + "parentId": "68010065f81036801d0b2a3e", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2a41", + "_tpl": "61817865d3a39d50044c13a4", + "parentId": "68010065f81036801d0b2a3d", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2a42", + "_tpl": "61816df1d3a39d50044c139e", + "parentId": "68010065f81036801d0b2a3d", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2a43", + "_tpl": "61816dfa6ef05c2ce828f1ad", + "parentId": "68010065f81036801d0b2a3d", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2a44", + "_tpl": "61825d06d92c473c770215de", + "parentId": "68010065f81036801d0b2a3a", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2a45", + "_tpl": "61825d136ef05c2ce828f1cc", + "parentId": "68010065f81036801d0b2a44", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b2a46", + "_tpl": "618167616ef05c2ce828f1a8", + "parentId": "68010065f81036801d0b2a45", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2a47", + "_tpl": "61825d24d3a39d50044c13af", + "parentId": "68010065f81036801d0b2a44", + "slotId": "mod_stock_002" + }, + { + "_id": "68010065f81036801d0b2a48", + "_tpl": "6181688c6c780c1e710c9b04", + "parentId": "68010065f81036801d0b2a3a", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "availableInGameEditions": [], + "id": "655b8ff89db22d43ab42b710", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a49", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a49", + "_tpl": "5f60b34a41e30a4ab12a6947" + } + ], + "loyaltyLevel": 2, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5e383a6386f77465910ce1f3": { + "QuestName": "Textile - Part 1", + "_id": "5e383a6386f77465910ce1f3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5e383a6386f77465910ce1f3 acceptPlayerMessage", + "changeQuestMessageText": "5e383a6386f77465910ce1f3 changeQuestMessageText", + "completePlayerMessage": "5e383a6386f77465910ce1f3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e383a6386f77465910ce1f4", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4d286f7746d4159f07a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e383a6386f77465910ce1f5", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4d286f7746d4159f07a" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e383a6386f77465910ce1f6", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4a786f7746d3f3c3400" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e383a6386f77465910ce1f7", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4a786f7746d3f3c3400" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e383a6386f77465910ce1f8", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c12688486f77426843c7d32" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e383a6386f77465910ce1f9", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c12688486f77426843c7d32" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5e58dd1f86f7747c25656a55", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4497b86f7744cf402ed00", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "TraderLoyalty", + "id": "5e58dd2a86f7747c28220304", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3b934156ae10c4430e83c", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5e383a6386f77465910ce1f3 description", + "failMessageText": "5e383a6386f77465910ce1f3 failMessageText", + "declinePlayerMessage": "5e383a6386f77465910ce1f3 declinePlayerMessage", + "name": "5e383a6386f77465910ce1f3 name", + "note": "5e383a6386f77465910ce1f3 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5e4d3a5886f77438b1632d82.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5e383a6386f77465910ce1f3 startedMessageText", + "successMessageText": "5e383a6386f77465910ce1f3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 32000, + "id": "64118323e2f66029920a1412", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "5e58dd4886f7747c2721870b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a4b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a4b", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8d0c32b0b1645e6f54cb", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a4c", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a4c", + "_tpl": "5b44cf1486f77431723e3d05" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c1d6d59b0575973008fc7": { + "QuestName": "Seizing the Initiative", + "_id": "675c1d6d59b0575973008fc7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c1d6d59b0575973008fc7 acceptPlayerMessage", + "changeQuestMessageText": "675c1d6d59b0575973008fc7 changeQuestMessageText", + "completePlayerMessage": "675c1d6d59b0575973008fc7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675c1d6d59b0575973008fca", + "conditions": [ + { + "id": "675c1d2ccfda4e3af23c5260", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "675c1db0b55fae6d438fd1cc", + "dynamicLocale": false, + "target": [ + "bigmap" + ], + "conditionType": "Location" + } + ] + }, + "id": "675c1d6d59b0575973008fc9", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675c1dbd500c68a592cdc33b", + "conditions": [ + { + "id": "675c1dcc71e76835ede109d8", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "675c1dd6796afca78345bf5a", + "dynamicLocale": false, + "target": [ + "Shoreline" + ], + "conditionType": "Location" + } + ] + }, + "id": "675c1dbdcca03cb7f61fc735", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f397c89f8ba0ad4eb0f8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b87686f77460de0252a8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c1d6d59b0575973008fc7 description", + "failMessageText": "675c1d6d59b0575973008fc7 failMessageText", + "declinePlayerMessage": "675c1d6d59b0575973008fc7 declinePlayerMessage", + "name": "675c1d6d59b0575973008fc7 name", + "note": "675c1d6d59b0575973008fc7 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/6762fe2d00f370c67c043e19.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c1d6d59b0575973008fc7 startedMessageText", + "successMessageText": "675c1d6d59b0575973008fc7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6300, + "id": "6762f3a39b7ea9ec2877c02a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 600, + "id": "6762f3acbea499433766e972", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a4e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a4e", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 600 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "6762f3b592d4c8bda0601ba9", "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "675818f45593a8b09cfd2893", + "value": 1, + "id": "6762f3c418f3c770c08a4431", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2a52", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb25700eb297dd6111044e", - "_tpl": "5c052f6886f7746b1e3db148", + "_id": "68010065f81036801d0b2a52", + "_tpl": "5f60b34a41e30a4ab12a6947", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } + }, + { + "_id": "68010065f81036801d0b2a53", + "_tpl": "657bbad7a1c61ee0c3036323", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a52", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b2a54", + "_tpl": "657bbb31b30eca9763051183", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a52", + "slotId": "Helmet_back" } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c112d7e86f7740d6f647486": { + "QuestName": "Scavenger", + "_id": "5c112d7e86f7740d6f647486", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c112d7e86f7740d6f647486 acceptPlayerMessage", + "changeQuestMessageText": "5c112d7e86f7740d6f647486 changeQuestMessageText", + "completePlayerMessage": "5c112d7e86f7740d6f647486 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "Skill", + "id": "5c112dc486f77465686bff38", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "Search", + "globalQuestCounterId": "", + "value": 9, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fd17786f7742b3b47f063", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fd15f86f7742b3c0a7b78", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b478b1886f7744d1b23c57d", + "status": [ + 4 ], - "target": "67eb25700eb297dd6111044e", - "type": "Item", - "unknown": false, - "value": 1 + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c112d7e86f7740d6f647486 description", + "failMessageText": "5c112d7e86f7740d6f647486 failMessageText", + "declinePlayerMessage": "5c112d7e86f7740d6f647486 declinePlayerMessage", + "name": "5c112d7e86f7740d6f647486 name", + "note": "5c112d7e86f7740d6f647486 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Skill", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c112d7e86f7740d6f647486 startedMessageText", + "successMessageText": "5c112d7e86f7740d6f647486 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 17700, + "id": "60cc9a83f81cc57f4717189b", + "type": "Experience", + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "67581903bcf64326ad8d9708", + "value": 0.03, + "id": "60cc9a8841fd1e14d71e22fd", + "type": "TraderStanding", "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61110450", - "_tpl": "5c052fb986f7746b2101e909", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61110450", - "type": "Item", - "unknown": false, - "value": 1 + "target": "5ac3b934156ae10c4430e83c", + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "6758190af0abbd941535ebf8", + "value": 65000, + "id": "5c19265186f77401b247ff98", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2a56", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb25700eb297dd61110452", - "_tpl": "5c05308086f7746b2101e90b", + "_id": "68010065f81036801d0b2a56", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 65000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5c192fb086f7747ce71bcbe0", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a57", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a57", + "_tpl": "5bffe7930db834001b734a39" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63ab180c87413d64ae0ac20a": { + "QuestName": "Dangerous Road", + "_id": "63ab180c87413d64ae0ac20a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63ab180c87413d64ae0ac20a acceptPlayerMessage", + "changeQuestMessageText": "63ab180c87413d64ae0ac20a changeQuestMessageText", + "completePlayerMessage": "63ab180c87413d64ae0ac20a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ab184ff627f540861d1186", + "conditions": [ + { + "id": "63ab186a87413d64ae0ac20e", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + }, + { + "id": "63ab18aa435ab5742b4e40ae", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "63ab19253606f31cf40e5adc", + "dynamicLocale": false, + "exitName": "E7_car", + "conditionType": "ExitName" + } + ] + }, + "id": "63ab184ff627f540861d1185", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63ab1989f83fd608393890ae", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "596a0e1686f7741ddf17dbee", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63ab1991f627f540861d1187", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63ab180c87413d64ae0ac20a description", + "failMessageText": "63ab180c87413d64ae0ac20a failMessageText", + "declinePlayerMessage": "63ab180c87413d64ae0ac20a declinePlayerMessage", + "name": "63ab180c87413d64ae0ac20a name", + "note": "63ab180c87413d64ae0ac20a note", + "traderId": "54cb57776803fa99248b456e", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63ab182c87413d64ae0ac20c.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63ab180c87413d64ae0ac20a startedMessageText", + "successMessageText": "63ab180c87413d64ae0ac20a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7800, + "id": "63ab22241b5c95746621dd88", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63ab21b1e842787ad2135716", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 45000, + "id": "63ab227787413d64ae0ac20f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a59", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a59", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 45000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63ab62c01b5c95746621dd89", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a5c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a5b", + "_tpl": "5af0454c86f7746bf20992e8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a5c", + "_tpl": "5af0454c86f7746bf20992e8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63ab62c8f627f540861d1188", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a5f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a5e", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a5f", + "_tpl": "5e8488fa988a8701445df1e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6391359b9444fb141f4e6ee6": { + "QuestName": "Youve Got Mail", + "_id": "6391359b9444fb141f4e6ee6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6391359b9444fb141f4e6ee6 acceptPlayerMessage", + "changeQuestMessageText": "6391359b9444fb141f4e6ee6 changeQuestMessageText", + "completePlayerMessage": "6391359b9444fb141f4e6ee6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6391359b9444fb141f4e6ee7", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638cbc68a63f1b49be6a3010" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6391359b9444fb141f4e6ee8", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638cbc68a63f1b49be6a3010" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639eeea92a994a11600df108", + "target": "6391359b9444fb141f4e6ee7", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a76ed704d3dc28a52a20e7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59675ea386f77414b32bded2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a76ee7ee7b4d0d5507bad7", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6391359b9444fb141f4e6ee6 description", + "failMessageText": "6391359b9444fb141f4e6ee6 failMessageText", + "declinePlayerMessage": "6391359b9444fb141f4e6ee6 declinePlayerMessage", + "name": "6391359b9444fb141f4e6ee6 name", + "note": "6391359b9444fb141f4e6ee6 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63aaf76c435ab5742b4e4092.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6391359b9444fb141f4e6ee6 startedMessageText", + "successMessageText": "6391359b9444fb141f4e6ee6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4800, + "id": "6391f9a1f8e5dd32bf4e3ab8", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a76f1b04d3dc28a52a20e8", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 28000, + "id": "63a76f75ee7b4d0d5507bad8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a61", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a61", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 28000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a76fa45199ab1f7d4a7736", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a66", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a66", + "_tpl": "5a7c4850e899ef00150be885", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a67", + "_tpl": "657baaf0b7e9ca9a02045c02", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a66", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b2a68", + "_tpl": "657bab6ec6f689d3a205b85f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a66", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b2a69", + "_tpl": "657babc6f58ba5a6250107a2", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a66", + "slotId": "Helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a76fb104d3dc28a52a20e9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a6c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a6c", + "_tpl": "57372ac324597767001bc261", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a6d", + "_tpl": "56dfef82d2720bbd668b4567", + "upd": { + "StackObjectsCount": 30 + }, + "parentId": "68010065f81036801d0b2a6c", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b80864343a16d2e04766f", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a6e", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a6e", + "_tpl": "57372140245977611f70ee91" + } + ], + "loyaltyLevel": 2, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63a511ea30d85e10e375b045": { + "QuestName": "Broadcast - Part 3", + "_id": "63a511ea30d85e10e375b045", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63a511ea30d85e10e375b045 acceptPlayerMessage", + "changeQuestMessageText": "63a511ea30d85e10e375b045 changeQuestMessageText", + "completePlayerMessage": "63a511ea30d85e10e375b045 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac22b8f627f540861d1b2e", + "conditions": [ + { + "id": "63ac22c41b5c95746621ddc6", + "dynamicLocale": false, + "target": "quest_zone_c25_cinem2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac22b8f627f540861d1b2d", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a511ea30d85e10e375b049", + "conditions": [ + { + "id": "639da5f35b759c65a3476548", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639da635ad9d7e3216668fd6", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a511ea30d85e10e375b047", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ac22f9dd6923311c7d1822", + "target": "63ac22b8f627f540861d1b2d", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a78a0f5c2012425132e349", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63913715f8e5dd32bf4e3aaa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a78a5acc389e31a64596cf", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63a511ea30d85e10e375b045 description", + "failMessageText": "63a511ea30d85e10e375b045 failMessageText", + "declinePlayerMessage": "63a511ea30d85e10e375b045 declinePlayerMessage", + "name": "63a511ea30d85e10e375b045 name", + "note": "63a511ea30d85e10e375b045 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/628b805544430c635d52a888.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63a511ea30d85e10e375b045 startedMessageText", + "successMessageText": "63a511ea30d85e10e375b045 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10800, + "id": "63a511ea30d85e10e375b04a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a78a9ef32fa1316250c3ca", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 68000, + "id": "63a78a97ee7b4d0d5507bae3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a70", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a70", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 68000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "63aad2751287ef0b8279f70e", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a71", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a71", + "_tpl": "5d02797c86f774203f38e30a" + } + ], + "loyaltyLevel": 2, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c10f94386f774227172c572": { + "QuestName": "The Blood of War - Part 3", + "_id": "5c10f94386f774227172c572", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c10f94386f774227172c572 acceptPlayerMessage", + "changeQuestMessageText": "5c10f94386f774227172c572 changeQuestMessageText", + "completePlayerMessage": "5c10f94386f774227172c572 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "5c10f94386f774227172c574", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "bar_fuel3_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5c10f94386f774227172c575", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "bar_fuel3_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "5c10f94386f774227172c576", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "bar_fuel3_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5ae4531986f774177033c3e5", + "conditions": [ + { + "id": "5ae4531f86f77417eb43f0d8", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "5ae4532486f77418215460fb", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "5c10f94386f774227172c577", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "64e14e40c6eac9f1f7095019", + "target": "5c10f94386f774227172c574", + "conditionType": "CompleteCondition" + }, + { + "id": "64e14e4810139b0c0e01d5e8", + "target": "5c10f94386f774227172c575", + "conditionType": "CompleteCondition" + }, + { + "id": "64e14e56a6f1e7dfd50127cb", + "target": "5c10f94386f774227172c576", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5c1fb27e86f7744a160dda8c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c1fcf9486f7742b3b47e370", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5b47876e86f7744d1c353205", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c10f94386f774227172c572 description", + "failMessageText": "5c10f94386f774227172c572 failMessageText", + "declinePlayerMessage": "5c10f94386f774227172c572 declinePlayerMessage", + "name": "5c10f94386f774227172c572 name", + "note": "5c10f94386f774227172c572 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5b4787d086f7744d184ecb35.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c10f94386f774227172c572 startedMessageText", + "successMessageText": "5c10f94386f774227172c572 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21300, + "id": "60cc99a99f89812e5b6aa87e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.04, + "id": "60cc99b4a7d63f18200a2511", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 75000, + "id": "5c19225386f77401b247ff8f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a73", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a73", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 75000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5c19241d86f77401b1301f39", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a75", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a75", + "_tpl": "5c0e774286f77468413cc5b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8abd975a7f3c734661ad", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a76", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a76", + "_tpl": "5c0e655586f774045612eeb2" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6391372c8ba6894d155e77d7": { + "QuestName": "Broadcast - Part 4", + "_id": "6391372c8ba6894d155e77d7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6391372c8ba6894d155e77d7 acceptPlayerMessage", + "changeQuestMessageText": "6391372c8ba6894d155e77d7 changeQuestMessageText", + "completePlayerMessage": "6391372c8ba6894d155e77d7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d6d61f06d111271f5aec", + "conditions": [ + { + "id": "63a7d6e83e491955e65fb888", + "dynamicLocale": false, + "target": "quest_zone_c27_sect", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d6d61f06d111271f5aeb", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639da86bad9d7e3216668fd8", + "conditions": [ + { + "id": "639da88681b99001240bbe7c", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639da8a4dae1800a3e1359b6", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "639da86bad9d7e3216668fd7", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d718f32fa1316250c3d9", + "target": "63a7d6d61f06d111271f5aeb", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a78ffb1943b749b5021eb0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63a511ea30d85e10e375b045", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a7902bee7b4d0d5507bae8", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 27, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6391372c8ba6894d155e77d7 description", + "failMessageText": "6391372c8ba6894d155e77d7 failMessageText", + "declinePlayerMessage": "6391372c8ba6894d155e77d7 declinePlayerMessage", + "name": "6391372c8ba6894d155e77d7 name", + "note": "6391372c8ba6894d155e77d7 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a98e8bc593cc01b37133a9.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6391372c8ba6894d155e77d7 startedMessageText", + "successMessageText": "6391372c8ba6894d155e77d7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 22600, + "id": "63a790395199ab1f7d4a7741", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a7905b27a4ff476e6dd0c5", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 94000, + "id": "63a790695c2012425132e34f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a78", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a78", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 94000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a7907d04d3dc28a52a20f3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a7b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a7a", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a7b", + "_tpl": "5d1b371186f774253763a656", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8192065b076eb02c4b4b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2a7c", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2a7c", + "_tpl": "5ea2a8e200685063ec28c05a" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c1141f386f77430ff393792": { + "QuestName": "Living High is Not a Crime - Part 2", + "_id": "5c1141f386f77430ff393792", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c1141f386f77430ff393792 acceptPlayerMessage", + "changeQuestMessageText": "5c1141f386f77430ff393792 changeQuestMessageText", + "completePlayerMessage": "5c1141f386f77430ff393792 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ca7254e86f7740d424a2043", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590de71386f774347051a052" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5ca7258986f7740d424a2044", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590de7e986f7741b096e5f32" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "62a700893e015d7ce1151d90", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a091170b9d3c46de5b6cf2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "62a700a37230237f257cac2d", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e54f62086f774219b0f1937" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c11427386f77430ff393793", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590de71386f774347051a052" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c122c5f86f77437e44bcb0e", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590de7e986f7741b096e5f32" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a70094ec21e50cad3b670b", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a091170b9d3c46de5b6cf2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a700c2ec21e50cad3b670c", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e54f62086f774219b0f1937" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5c1fd04886f7742b3b47e8a2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c10f94386f774227172c572", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "629f0b68274d12190d1883e5", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5b47891f86f7744d1b23c571", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c1141f386f77430ff393792 description", + "failMessageText": "5c1141f386f77430ff393792 failMessageText", + "declinePlayerMessage": "5c1141f386f77430ff393792 declinePlayerMessage", + "name": "5c1141f386f77430ff393792 name", + "note": "5c1141f386f77430ff393792 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c1141f386f77430ff393792 startedMessageText", + "successMessageText": "5c1141f386f77430ff393792 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25900, + "id": "60cc99f7826ca0323464bd0b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "60cc9a11826ca0323464bd0c", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 110000, + "id": "5c1925a286f77401b247ff96", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a7e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2a7e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 110000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc9a36f81cc57f4717189a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a83", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a83", + "_tpl": "5aa7e276e5b5b000171d0647", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a84", + "_tpl": "657bc06daab96fccee08be9b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a83", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b2a85", + "_tpl": "657bc0d8a1c61ee0c303632f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a83", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b2a86", + "_tpl": "657bc107aab96fccee08be9f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a83", + "slotId": "Helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc9a3cac6eb02bc726de59", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a88", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a88", + "_tpl": "5aa7e373e5b5b000137b76f0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60cc9a39a7d63f18200a2512", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2a92", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2a92", + "_tpl": "5e4ac41886f77406a511c9a8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2a93", + "_tpl": "6575ef599c7cad336508e453", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2a94", + "_tpl": "6575ef6bf6a13a7b7100b093", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2a95", + "_tpl": "6575ef78da698a4e980677eb", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2a96", + "_tpl": "6575ef7f9c7cad336508e457", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2a97", + "_tpl": "656fae5f7c2d57afe200c0d7", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "front_plate" + }, + { + "_id": "68010065f81036801d0b2a98", + "_tpl": "656fae5f7c2d57afe200c0d7", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "back_plate" + }, + { + "_id": "68010065f81036801d0b2a99", + "_tpl": "6557458f83942d705f0c4962", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "left_side_plate" + }, + { + "_id": "68010065f81036801d0b2a9a", + "_tpl": "6557458f83942d705f0c4962", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2a92", + "slotId": "right_side_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8c08b71eeb7c4168c636", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b2aa2", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2aa2", + "_tpl": "628d0618d1ba6e4fa07ce5a4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2aa3", + "_tpl": "657322988c1cc6dcd9098b2d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2aa2", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2aa4", + "_tpl": "657322a4cea9255e21023651", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2aa2", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2aa5", + "_tpl": "657322acd9d89ff7ac0d961b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2aa2", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2aa6", + "_tpl": "657322b7d9d89ff7ac0d961f", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2aa2", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2aa7", + "_tpl": "656f664200d62bcd2e024077", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2aa2", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2aa8", + "_tpl": "657b2797c3dbcb01d60c35ea", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2aa2", + "slotId": "Back_plate" + } + ], + "loyaltyLevel": 3, + "traderId": 2 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "638fcd23dc65553116701d33": { + "QuestName": "Audit", + "_id": "638fcd23dc65553116701d33", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "638fcd23dc65553116701d33 acceptPlayerMessage", + "changeQuestMessageText": "638fcd23dc65553116701d33 changeQuestMessageText", + "completePlayerMessage": "638fcd23dc65553116701d33 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "638fd070202cd55bee01ca11", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "63a943cead5cc12f22161ff7" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "638fd0805e5a195d2c443754", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "63a943cead5cc12f22161ff7" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a78742ee7b4d0d5507bade", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448a386f7744d3730fff0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a787505199ab1f7d4a773b", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "638fcd23dc65553116701d33 description", + "failMessageText": "638fcd23dc65553116701d33 failMessageText", + "declinePlayerMessage": "638fcd23dc65553116701d33 declinePlayerMessage", + "name": "638fcd23dc65553116701d33 name", + "note": "638fcd23dc65553116701d33 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a944c0c593cc01b3713331.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "638fcd23dc65553116701d33 startedMessageText", + "successMessageText": "638fcd23dc65553116701d33 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8700, + "id": "639eed9681b99001240bbe7e", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a78777cc389e31a64596cc", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200000, + "id": "63a7876c27a4ff476e6dd0bc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2aaa", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2aaa", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 200000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b874cb71eeb7c4168c633", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2aab", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2aab", + "_tpl": "5c0e51be86f774598e797894" + } + ], + "loyaltyLevel": 2, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135534b15ca31f76bc317": { + "QuestName": "Your Car Needs a Service", + "_id": "639135534b15ca31f76bc317", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135534b15ca31f76bc317 acceptPlayerMessage", + "changeQuestMessageText": "639135534b15ca31f76bc317 changeQuestMessageText", + "completePlayerMessage": "639135534b15ca31f76bc317 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "639135534b15ca31f76bc318", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638cbb3ba63f1b49be6a300e" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "639135534b15ca31f76bc319", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638cbb3ba63f1b49be6a300e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a793ac5c2012425132e353", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "61958c366726521dd96828ec", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a793b527a4ff476e6dd0c9", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 35, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135534b15ca31f76bc317 description", + "failMessageText": "639135534b15ca31f76bc317 failMessageText", + "declinePlayerMessage": "639135534b15ca31f76bc317 declinePlayerMessage", + "name": "639135534b15ca31f76bc317 name", + "note": "639135534b15ca31f76bc317 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a93845813bba58a50c9e95.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135534b15ca31f76bc317 startedMessageText", + "successMessageText": "639135534b15ca31f76bc317 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "63a79406f32fa1316250c3d0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2aad", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2aad", + "_tpl": "63a399193901f439517cafb6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 31400, + "id": "63a793d227a4ff476e6dd0ca", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a793dbee7b4d0d5507baeb", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1000, + "id": "63a793e7f32fa1316250c3cf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2aaf", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2aaf", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b7515769de97e1d62d118", + "type": "ProductionScheme", + "index": 0, + "target": "68010065f81036801d0b2ab2", + "unknown": true, + "items": [ + { + "_id": "68010065f81036801d0b2ab1", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 60 + } + }, + { + "_id": "68010065f81036801d0b2ab2", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 60 } } ], - "target": "67eb25700eb297dd61110452", + "loyaltyLevel": 3, + "traderId": 10 + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135d89444fb141f4e6eea": { + "QuestName": "Population Census", + "_id": "639135d89444fb141f4e6eea", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135d89444fb141f4e6eea acceptPlayerMessage", + "changeQuestMessageText": "639135d89444fb141f4e6eea changeQuestMessageText", + "completePlayerMessage": "639135d89444fb141f4e6eea completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "639135d89444fb141f4e6eeb", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638e0057ab150a5f56238960" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "639135d89444fb141f4e6eec", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638e0057ab150a5f56238960" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639ce767dae1800a3e1359b1", + "target": "639135d89444fb141f4e6eeb", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a7705ad4153566a07328f7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5969f9e986f7741dde183a50", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a7706bee7b4d0d5507bad9", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 12, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135d89444fb141f4e6eea description", + "failMessageText": "639135d89444fb141f4e6eea failMessageText", + "declinePlayerMessage": "639135d89444fb141f4e6eea declinePlayerMessage", + "name": "639135d89444fb141f4e6eea name", + "note": "639135d89444fb141f4e6eea note", + "traderId": "54cb57776803fa99248b456e", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63aaeaa987413d64ae0ac1a9.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135d89444fb141f4e6eea startedMessageText", + "successMessageText": "639135d89444fb141f4e6eea successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6900, + "id": "63a770c5cc389e31a64596c6", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a771171f06d111271f5ada", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "63a770e527a4ff476e6dd0b7", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ab4", "unknown": false, - "value": 1 + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2ab4", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a7714bf32fa1316250c3c5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ab7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ab6", + "_tpl": "544fb45d4bdc2dee738b4568", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ab7", + "_tpl": "544fb45d4bdc2dee738b4568", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a771535199ab1f7d4a7737", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2aba", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ab9", + "_tpl": "619cc01e0a7c3a1a2731940c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2aba", + "_tpl": "619cc01e0a7c3a1a2731940c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135e0fa894f0a866afde6": { + "QuestName": "Urban Medicine", + "_id": "639135e0fa894f0a866afde6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135e0fa894f0a866afde6 acceptPlayerMessage", + "changeQuestMessageText": "639135e0fa894f0a866afde6 changeQuestMessageText", + "completePlayerMessage": "639135e0fa894f0a866afde6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d64710b7a13eb0159620", + "conditions": [ + { + "id": "63a7d65a1f06d111271f5aea", + "dynamicLocale": false, + "target": "quest_zone_c11_gmed", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d64710b7a13eb015961f", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "639135e0fa894f0a866afde7", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "63927b29c115f907b14700b9" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d68dcc389e31a64596de", + "target": "63a7d64710b7a13eb015961f", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "639135e0fa894f0a866afde8", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "63927b29c115f907b14700b9" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63927c028ba6894d155e77e5", + "target": "639135e0fa894f0a866afde7", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a77a28ee7b4d0d5507badb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135d89444fb141f4e6eea", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a77a3110b7a13eb0159609", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 17, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135e0fa894f0a866afde6 description", + "failMessageText": "639135e0fa894f0a866afde6 failMessageText", + "declinePlayerMessage": "639135e0fa894f0a866afde6 declinePlayerMessage", + "name": "639135e0fa894f0a866afde6 name", + "note": "639135e0fa894f0a866afde6 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63ab063eb4313a7bac606703.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135e0fa894f0a866afde6 startedMessageText", + "successMessageText": "639135e0fa894f0a866afde6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10200, + "id": "639ce7bf2a994a11600df102", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a77a4c27a4ff476e6dd0b9", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 51000, + "id": "63a77a571f06d111271f5adc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2abc", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2abc", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 51000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a77a6110b7a13eb015960a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2abf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2abe", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2abf", + "_tpl": "5c10c8fd86f7743d7d706df3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a77a6aee7b4d0d5507badc", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ac1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ac1", + "_tpl": "5c0e533786f7747fa23f4d47", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639136df4b15ca31f76bc31f": { + "QuestName": "The Huntsman Path - Administrator", + "_id": "639136df4b15ca31f76bc31f", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639136df4b15ca31f76bc31f acceptPlayerMessage", + "changeQuestMessageText": "639136df4b15ca31f76bc31f changeQuestMessageText", + "completePlayerMessage": "639136df4b15ca31f76bc31f completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639285879444fb141f4e6f26", + "conditions": [ + { + "id": "6392859cee79ee703e3012f0", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "639285abf8e5dd32bf4e3abf", + "dynamicLocale": false, + "zoneIds": [ + "quest_zone_kill_c17_adm" + ], + "conditionType": "InZone" + } + ] + }, + "id": "639285879444fb141f4e6f25", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63aaccae87413d64ae079632", + "conditions": [ + { + "id": "63aaccc8f76b8a05dd702924", + "dynamicLocale": false, + "target": "quest_zone_prod_flare", + "conditionType": "LaunchFlare" + } + ] + }, + "id": "63aaccae87413d64ae079631", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a78ea0f32fa1316250c3cb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a78eaa5c2012425132e34a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 23, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639136df4b15ca31f76bc31f description", + "failMessageText": "639136df4b15ca31f76bc31f failMessageText", + "declinePlayerMessage": "639136df4b15ca31f76bc31f declinePlayerMessage", + "name": "639136df4b15ca31f76bc31f name", + "note": "639136df4b15ca31f76bc31f note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a90faa64b9631d9178271e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639136df4b15ca31f76bc31f startedMessageText", + "successMessageText": "639136df4b15ca31f76bc31f successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15600, + "id": "639cf3937c898a131e1cfffc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a78ec85c2012425132e34b", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 81000, + "id": "63a78eef1f06d111271f5ae3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ac3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2ac3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 81000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a78f0d5c2012425132e34c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ac4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ac4", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2ac5", + "_tpl": "5bfea7ad0db834001c38f1ee", + "parentId": "68010065f81036801d0b2ac4", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2ac6", + "_tpl": "5bfeb32b0db834001a6694d9", + "parentId": "68010065f81036801d0b2ac4", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2ac7", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b2ac4", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2ac8", + "_tpl": "5d270b3c8abbc3105335cfb8", + "parentId": "68010065f81036801d0b2ac7", + "slotId": "mod_muzzle" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60effd818b669d08a35bfad5": { + "QuestName": "The Choice", + "_id": "60effd818b669d08a35bfad5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60effd818b669d08a35bfad5 acceptPlayerMessage", + "changeQuestMessageText": "60effd818b669d08a35bfad5 changeQuestMessageText", + "completePlayerMessage": "60effd818b669d08a35bfad5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60effdac12fec20321367038", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "59db794186f77448bc595262" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "610152752b0c65522065ea3b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca2eb686f77445a80ed049", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61014aa1e10c48364e47a913", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 50, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60effd818b669d08a35bfad5 description", + "failMessageText": "60effd818b669d08a35bfad5 failMessageText", + "declinePlayerMessage": "60effd818b669d08a35bfad5 declinePlayerMessage", + "name": "60effd818b669d08a35bfad5 name", + "note": "60effd818b669d08a35bfad5 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6137505384aedf00fa17b651.jpg", + "type": "Loyalty", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60effd818b669d08a35bfad5 startedMessageText", + "successMessageText": "60effd818b669d08a35bfad5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 433333, + "id": "61028a59ccda1c5f7b1dd093", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1.1, + "id": "61029c6c4617d376021dd1a6", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1000000, + "id": "610289cc683d6b506f258f98", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2aca", + "unknown": true, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2aca", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 1000000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 200, + "id": "61028b1d43d55d251d68e4fe", + "type": "Skill", + "index": 0, + "target": "HideoutManagement", + "unknown": true + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639136fa9444fb141f4e6eee": { + "QuestName": "Watching You", + "_id": "639136fa9444fb141f4e6eee", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639136fa9444fb141f4e6eee acceptPlayerMessage", + "changeQuestMessageText": "639136fa9444fb141f4e6eee changeQuestMessageText", + "completePlayerMessage": "639136fa9444fb141f4e6eee completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d8665199ab1f7d4a7748", + "conditions": [ + { + "id": "63a7d8763e491955e65fb889", + "dynamicLocale": false, + "target": "quest_zone_c21_look", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d8665199ab1f7d4a7747", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "639136fa9444fb141f4e6eef", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638e9d5536b3b72c944e2fc7" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d8a7f32fa1316250c3dc", + "target": "63a7d8665199ab1f7d4a7747", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "639136fa9444fb141f4e6ef0", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638e9d5536b3b72c944e2fc7" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d8b35c2012425132e356", + "target": "639136fa9444fb141f4e6eef", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a794f827a4ff476e6dd0cc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63913715f8e5dd32bf4e3aaa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a79522ee7b4d0d5507baed", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639136fa9444fb141f4e6eee description", + "failMessageText": "639136fa9444fb141f4e6eee failMessageText", + "declinePlayerMessage": "639136fa9444fb141f4e6eee declinePlayerMessage", + "name": "639136fa9444fb141f4e6eee name", + "note": "639136fa9444fb141f4e6eee note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a992c6655ec5555b4aa9ec.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639136fa9444fb141f4e6eee startedMessageText", + "successMessageText": "639136fa9444fb141f4e6eee successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18500, + "id": "639f036b2a994a11600df109", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a7954b1943b749b5021eb8", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 94000, + "id": "63a7955904d3dc28a52a20f7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2acc", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2acc", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 94000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a795695199ab1f7d4a7745", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2acf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ace", + "_tpl": "5d0375ff86f774186372f685", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2acf", + "_tpl": "5d0375ff86f774186372f685", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135a7e705511c8a4a1b78": { + "QuestName": "Ballet Lover", + "_id": "639135a7e705511c8a4a1b78", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135a7e705511c8a4a1b78 acceptPlayerMessage", + "changeQuestMessageText": "639135a7e705511c8a4a1b78 changeQuestMessageText", + "completePlayerMessage": "639135a7e705511c8a4a1b78 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7da6f5199ab1f7d4a774b", + "conditions": [ + { + "id": "63a7da8b3e491955e65fb88a", + "dynamicLocale": false, + "target": "quest_zone_c5_mar", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7da6f5199ab1f7d4a774a", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7daae04d3dc28a52a210a", + "conditions": [ + { + "id": "63a7dab6ee7b4d0d5507baf7", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "63a7dad85199ab1f7d4a774c", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63a7daae04d3dc28a52a2109", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7db0404d3dc28a52a210b", + "target": "63a7da6f5199ab1f7d4a774a", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a78928ee7b4d0d5507bae1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "638fcd23dc65553116701d33", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a7893410b7a13eb015960e", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135a7e705511c8a4a1b78 description", + "failMessageText": "639135a7e705511c8a4a1b78 failMessageText", + "declinePlayerMessage": "639135a7e705511c8a4a1b78 declinePlayerMessage", + "name": "639135a7e705511c8a4a1b78 name", + "note": "639135a7e705511c8a4a1b78 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63ab032d435ab5742b4e40aa.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135a7e705511c8a4a1b78 startedMessageText", + "successMessageText": "639135a7e705511c8a4a1b78 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10700, + "id": "639729d480af270b6c22406a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a78967cc389e31a64596ce", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 66000, + "id": "63a78978ee7b4d0d5507bae2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ad1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2ad1", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 66000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a789b3f32fa1316250c3c9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ad9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ad9", + "_tpl": "61bc85697113f767765c7fe7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ada", + "_tpl": "6572fc809a866b80ab07eb59", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ad9", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2adb", + "_tpl": "6572fc8c9a866b80ab07eb5d", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ad9", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2adc", + "_tpl": "6572fc989a866b80ab07eb61", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ad9", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2add", + "_tpl": "6572fca39a866b80ab07eb65", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ad9", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2ade", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ad9", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2adf", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ad9", + "slotId": "Back_plate" + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b87781fe356507267b2fb", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2ae0", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2ae0", + "_tpl": "5c0e446786f7742013381639" + } + ], + "loyaltyLevel": 2, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "608974af4b05530f55550c21": { + "QuestName": "Inventory Check", + "_id": "608974af4b05530f55550c21", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "608974af4b05530f55550c21 acceptPlayerMessage", + "changeQuestMessageText": "608974af4b05530f55550c21 changeQuestMessageText", + "completePlayerMessage": "608974af4b05530f55550c21 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608bd0a053b9dd01a116f473", + "conditions": [ + { + "id": "608c18eae0cc9c2d4d2ccb2b", + "dynamicLocale": false, + "target": "baraholshik_arsenal_area_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "608bd0a053b9dd01a116f474", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608bd2465e0ef91ab810f989", + "conditions": [ + { + "id": "608c18ffcd4a9b2b7212c915", + "dynamicLocale": false, + "target": "baraholshik_dejurniy_area_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "608bd2465e0ef91ab810f98a", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608bd0c20637f21f9934b6e3", + "conditions": [ + { + "id": "608c190d5e0ef91ab810f98e", + "dynamicLocale": false, + "target": "baraholshik_arsenal_area_3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "608bd0c20637f21f9934b6e4", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608bd136c61c4b541b381da2", + "conditions": [ + { + "id": "608c1916f597ad0a33574d7a", + "dynamicLocale": false, + "target": "baraholshik_arsenal_area_4", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "608bd136c61c4b541b381da3", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608bd149f597ad0a33574d73", + "conditions": [ + { + "id": "608c19282210e91c1c180ac8", + "dynamicLocale": false, + "target": "baraholshik_arsenal_area_5", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "608bd149f597ad0a33574d74", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608c187853b9dd01a116f47f", + "conditions": [ + { + "id": "60e571854c28474a5d4bd1df", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "60e57195c41b4a51a05d072d", + "dynamicLocale": false, + "target": [ + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "608c187853b9dd01a116f480", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "609a346c0ce4cd3a353dfc74", + "target": "608bd0a053b9dd01a116f474", + "conditionType": "CompleteCondition" + }, + { + "id": "609a3470b0f07c6ea1246e41", + "target": "608bd2465e0ef91ab810f98a", + "conditionType": "CompleteCondition" + }, + { + "id": "609a347535915c62b44fd065", + "target": "608bd0c20637f21f9934b6e4", + "conditionType": "CompleteCondition" + }, + { + "id": "609a347ccf514e3219449015", + "target": "608bd136c61c4b541b381da3", + "conditionType": "CompleteCondition" + }, + { + "id": "609a34820ce4cd3a353dfc75", + "target": "608bd149f597ad0a33574d74", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "60bf72b7960b6d5d274caaf1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "608974d01a66564e74191fc0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "60bf72bcc53a5709996b40be", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 15, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "608974af4b05530f55550c21 description", + "failMessageText": "608974af4b05530f55550c21 failMessageText", + "declinePlayerMessage": "608974af4b05530f55550c21 declinePlayerMessage", + "name": "608974af4b05530f55550c21 name", + "note": "608974af4b05530f55550c21 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c37416898b57521260e12a.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "608974af4b05530f55550c21 startedMessageText", + "successMessageText": "608974af4b05530f55550c21 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10000, + "id": "60bf6bd9b73d016d6838ad74", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60bf6b3981c6e80e702ccbfb", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "60bf6b61d4526a054d42e107", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ae2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2ae2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60bf6bd2a2ae0728ec716f1c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ae7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ae7", + "_tpl": "5aa7e454e5b5b0214e506fa2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ae8", + "_tpl": "657f925dada5fadd1f07a57a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ae7", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b2ae9", + "_tpl": "657f92acada5fadd1f07a57e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ae7", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b2aea", + "_tpl": "657f92e7f4c82973640b2354", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2ae7", + "slotId": "Helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "id": "62bb0ec1917a85044146af01", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2aeb", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2aeb", + "_tpl": "545cdae64bdc2d39198b4568" + } + ], + "loyaltyLevel": 3, + "traderId": "5ac3b934156ae10c4430e83c" + }, + { + "availableInGameEditions": [], + "id": "66bb12e10b603c26902afdd8", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2aec", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2aec", + "_tpl": "66b5f22b78bbc0200425f904" + } + ], + "loyaltyLevel": 3, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "675c1ec7a46173572a0bf20a": { + "QuestName": "Rite of Passage", + "_id": "675c1ec7a46173572a0bf20a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675c1ec7a46173572a0bf20a acceptPlayerMessage", + "changeQuestMessageText": "675c1ec7a46173572a0bf20a changeQuestMessageText", + "completePlayerMessage": "675c1ec7a46173572a0bf20a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675c1f044592b9ce21d9265a", + "conditions": [ + { + "id": "675c1f1253b495f74544e6a0", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "675c1fb75478802148e0beda", + "dynamicLocale": false, + "zoneIds": [ + "Killoldoil" + ], + "conditionType": "InZone" + } + ] + }, + "id": "675c1f040a1128e59422a876", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675c1f17548ff05471afbba3", + "conditions": [ + { + "id": "675c1f1ef3bd8a7f97ea1bdf", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "675c1faaf1a5f601545067d0", + "dynamicLocale": false, + "zoneIds": [ + "Killnewoil" + ], + "conditionType": "InZone" + } + ] + }, + "id": "675c1f17cf59d5433be7ae77", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "675c1f311bd716cdb87947d1", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b36a186f7742523398433" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6762f409d94f1ff8b04e2704", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "675c1cf4a757ddd00404f0a3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "675c1ec7a46173572a0bf20a description", + "failMessageText": "675c1ec7a46173572a0bf20a failMessageText", + "declinePlayerMessage": "675c1ec7a46173572a0bf20a declinePlayerMessage", + "name": "675c1ec7a46173572a0bf20a name", + "note": "675c1ec7a46173572a0bf20a note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/6762fe34da151a3f120440c6.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675c1ec7a46173572a0bf20a startedMessageText", + "successMessageText": "675c1ec7a46173572a0bf20a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 43000, + "id": "6762f41cc4a69d09e8f5f578", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 202000, + "id": "6762f42af7f4f5ac30204703", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2aee", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2aee", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 202000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "6762f433888b9d5b1f3287f1", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6762f4577eb3a8bb46dae54e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2aef", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2aef", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2af0", + "_tpl": "5d25a6538abbc306c62e630d", + "parentId": "68010065f81036801d0b2aef", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2af1", + "_tpl": "5cde739cd7f00c0010373bd3", + "parentId": "68010065f81036801d0b2aef", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2af2", + "_tpl": "5a33ca0fc4a282000d72292f", + "parentId": "68010065f81036801d0b2af1", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2af3", + "_tpl": "5a33cae9c4a28232980eb086", + "parentId": "68010065f81036801d0b2af2", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2af4", + "_tpl": "5a339805c4a2826c6e06d73d", + "parentId": "68010065f81036801d0b2af1", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2af5", + "_tpl": "5cde7afdd7f00c000d36b89d", + "parentId": "68010065f81036801d0b2af1", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2af6", + "_tpl": "5a9d6d00a2750c5c985b5305", + "parentId": "68010065f81036801d0b2af5", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2af7", + "_tpl": "5a9d6d00a2750c5c985b5305", + "parentId": "68010065f81036801d0b2af5", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2af8", + "_tpl": "5a9d6d00a2750c5c985b5305", + "parentId": "68010065f81036801d0b2af5", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b2af9", + "_tpl": "5a9d6d13a2750c00164f6b03", + "parentId": "68010065f81036801d0b2af5", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b2afa", + "_tpl": "5bfebc320db8340019668d79", + "parentId": "68010065f81036801d0b2aef", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2afb", + "_tpl": "5d270b3c8abbc3105335cfb8", + "parentId": "68010065f81036801d0b2afa", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2afc", + "_tpl": "5cde7b43d7f00c000d36b93e", + "parentId": "68010065f81036801d0b2aef", + "slotId": "mod_mount" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6762f46ec4a15def330bafc3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b00", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2afe", + "_tpl": "5bfeaa0f0db834001b734927", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2aff", + "_tpl": "5bfeaa0f0db834001b734927", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b00", + "_tpl": "5bfeaa0f0db834001b734927", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6762f47a21c8fb99dca18639", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b05", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b03", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b04", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2b03", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2b05", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b06", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2b05", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5c51aac186f77432ea65c552": { + "QuestName": "Collector", + "_id": "5c51aac186f77432ea65c552", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5c51aac186f77432ea65c552 acceptPlayerMessage", + "changeQuestMessageText": "5c51aac186f77432ea65c552 changeQuestMessageText", + "completePlayerMessage": "5c51aac186f77432ea65c552 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c52da1086f7742fbb42a814", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9c377d4351e3bac12251b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c52da5886f7747364267a14", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9c1e2d4351e00367fbcf0" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51bed886f77478bb033461", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9c049d4351e44f824d360" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51bf8786f77416a11e5cb2", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9b355d4351e6d1509862a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51bf9a86f77478bf5632aa", + "index": 9, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9bc53d4351e00367fbcee" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51bfb186f77478bd516d37", + "index": 11, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9bdb8d4351e003562b8a1" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51bfc286f77478bc7ae1d9", + "index": 13, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9b9ecd4351e3bac122519" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51c03186f7740ada3f2c3d", + "index": 15, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9b720d4351e450201234b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51c04286f77478be4009f5", + "index": 17, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9b156d4351e00367fbce9" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51c23a86f77478bb033466", + "index": 19, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9c29cd4351e003562b8a3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51c24c86f77416a11e5cb7", + "index": 21, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bd073a586f7747e6f135799" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5c51c25c86f77478bf5632af", + "index": 23, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bd073c986f7747f627e796c" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ec7998dc1683c0db84484e7", + "index": 25, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e54f62086f774219b0f1937" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ec79b3ced84ad5ddb58e24c", + "index": 27, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e54f79686f7744022011103" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ec79c5ac1683c0db84484eb", + "index": 29, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e54f76986f7740366043752" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5ec79fb273279f683254baaa", + "index": 31, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e54f6af86f7742199090bf3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5f75d4558f70ca7a1d684dac", + "index": 33, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5bc9be8fd4351e00334cae6e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5f75d521edb90b73913272a3", + "index": 35, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5f745ee30acaeb0d490d8c5b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60cfa136f81cc57f471718cb", + "index": 37, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "60b0f988c4449e4cb624c1da" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60d06e921bdece56c249cc0c", + "index": 39, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "60b0f93284c20f0feb453da7" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60d06f3420a6283a506aeb69", + "index": 41, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "60b0f7057897d47c5b04ab94" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60e827faf09904268a4dbc40", + "index": 42, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5fd8d28367cb5e077335170f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60d074211bdece56c249cc13", + "index": 45, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "60b0f6c058e0b0481a09ad11" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "60d074ef401d874962160aee", + "index": 47, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "60b0f561c4449e4cb624c1d7" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff004de19a4c3422ea5d", + "index": 48, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09ec84f842e1bd12da3f2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff141c307729c3264f96", + "index": 49, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09e974f842e1bd12da3f0" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff203e015d7ce1151d8a", + "index": 50, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09e73af34e73a266d932a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff454de19a4c3422ea5e", + "index": 51, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09e410b9d3c46de5b6e78" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff633e015d7ce1151d8b", + "index": 53, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09dd4621468534a797ac7" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff6b3e015d7ce1151d8c", + "index": 54, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09d79de7ac81993580530" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff7f1c307729c3264f97", + "index": 55, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09d3bcf4a99369e262447" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ff897230237f257cac2a", + "index": 56, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09cfe4f842e1bd12da3e4" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ffaa7230237f257cac2c", + "index": 57, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09cb7a04c0c5c6e0a84f8" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ffb4a9a0ea77981b57d5", + "index": 58, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a091170b9d3c46de5b6cf2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62a6ffbcec21e50cad3b6708", + "index": 59, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a08f4c4f842e1bd12d9d62" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "65b10c6a8511b7ef8694e060", + "index": 59, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09e08de7ac81993580532" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66b4bcc0e6d7bc4faf7f817c", + "index": 60, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66b37f114410565a8f6789e2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66b4bcec0f6e68013a5f0bac", + "index": 61, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66b37eb4acff495a29492407" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66b4bd0fe194ef246734689e", + "index": 62, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66b37ea4c5d72b0277488439" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5c51aea486f774423e5e36e3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d0d5086f774363760aef2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c51aebf86f774423b4767d2", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d1c4cd0928202a02a6f5c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c51aee886f774423d3f9072", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5a68669a86f774255929b4d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c51af7086f774423d3f9073", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "target": "596a218586f77420d232807c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c51afd786f774423e5e36e5", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "target": "5bc4893c86f774626f5ebf3e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c51affc86f774423b4767d4", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "target": "5b47825886f77468074618d3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c51db2a86f77478be4009ff", + "index": 6, + "parentId": "", + "dynamicLocale": false, + "target": "596a1e6c86f7741ddc2d3206", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52b92e86f77478be400a00", + "index": 7, + "parentId": "", + "dynamicLocale": false, + "target": "5c1234c286f77406fa13baeb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bb0586f774119c51f7f2", + "index": 8, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bdb5286f774166e38eed4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bb6486f774119d57d3c2", + "index": 9, + "parentId": "", + "dynamicLocale": false, + "target": "5b4794cb86f774598100d5d4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bb9586f774119f65fea2", + "index": 10, + "parentId": "", + "dynamicLocale": false, + "target": "5b4795fb86f7745876267770", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bbad86f774119c51f7f3", + "index": 11, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448a386f7744d3730fff0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bbb786f774119e65e722", + "index": 12, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448bf86f7744d733e55ee", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bbc086f77411a04c2c72", + "index": 13, + "parentId": "", + "dynamicLocale": false, + "target": "5ae448e586f7744dcf0c2a67", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bbde86f774119d57d3c3", + "index": 14, + "parentId": "", + "dynamicLocale": false, + "target": "5b47876e86f7744d1c353205", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52bbe986f774119f65fea3", + "index": 15, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4490786f7744ca822adcc", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c3a486f7745e2760c5c2", + "index": 16, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4493d86f7744b8e15aa8f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c3cf86f774119d57d3c4", + "index": 17, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3464c86f7741d651d6877", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c3e386f774119f65fea4", + "index": 18, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4497b86f7744cf402ed00", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c4f386f7745e2760c5c3", + "index": 19, + "parentId": "", + "dynamicLocale": false, + "target": "5ac346e886f7741d6118b99b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c50686f774119d57d3c5", + "index": 20, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4498786f7744bde357695", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c51786f774119f65fea5", + "index": 21, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449a586f7744bde357696", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c53286f7745e2760c5c4", + "index": 22, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449b386f77446d8741719", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c54586f774119d57d3c6", + "index": 23, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3475486f7741d6224abd3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c55486f774119f65fea6", + "index": 24, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449c386f7744bde357697", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c58c86f774119f65fea7", + "index": 25, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3477486f7741d651d6885", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c59986f7745e2760c5c5", + "index": 26, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3479086f7742880308199", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c5a586f774119d57d3c7", + "index": 27, + "parentId": "", + "dynamicLocale": false, + "target": "5ae449d986f774453a54a7e1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c5e386f7745e2760c5c6", + "index": 28, + "parentId": "", + "dynamicLocale": false, + "target": "5b478b1886f7744d1b23c57d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c5f686f774119d57d3c8", + "index": 29, + "parentId": "", + "dynamicLocale": false, + "target": "5b478d0f86f7744d190d91b5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c60d86f774119f65fea9", + "index": 30, + "parentId": "", + "dynamicLocale": false, + "target": "5c10f94386f774227172c572", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c62f86f7745e2760c5c7", + "index": 31, + "parentId": "", + "dynamicLocale": false, + "target": "5c1141f386f77430ff393792", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c6f986f77411a04c2c73", + "index": 32, + "parentId": "", + "dynamicLocale": false, + "target": "5c112d7e86f7740d6f647486", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c77386f774119c51f7f4", + "index": 33, + "parentId": "", + "dynamicLocale": false, + "target": "5979eee086f774311955e614", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c78986f774119e65e723", + "index": 34, + "parentId": "", + "dynamicLocale": false, + "target": "597a0e5786f77426d66c0636", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c7d286f77411a04c2c74", + "index": 35, + "parentId": "", + "dynamicLocale": false, + "target": "5a27d2af86f7744e1115b323", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c7e786f774119c51f7f5", + "index": 36, + "parentId": "", + "dynamicLocale": false, + "target": "5b478ff486f7744d184ecbbf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c8b086f774119e65e724", + "index": 37, + "parentId": "", + "dynamicLocale": false, + "target": "5b47926a86f7747ccc057c15", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c96586f7745e2760c5c8", + "index": 38, + "parentId": "", + "dynamicLocale": false, + "target": "5c1128e386f7746565181106", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c9b186f774119d57d3c9", + "index": 39, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bde0986f77479cf22c2f8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52c9e786f774119f65feaa", + "index": 40, + "parentId": "", + "dynamicLocale": false, + "target": "5c0be13186f7746f016734aa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ca1286f7745e2760c5c9", + "index": 41, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b7d686f77460d847e6a6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ca2286f774119d57d3ca", + "index": 42, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b80086f774429a5d7e20", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ca2e86f774119f65feab", + "index": 43, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b87686f77460de0252a8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ca5b86f774119e65e725", + "index": 44, + "parentId": "", + "dynamicLocale": false, + "target": "5a27ba1c86f77461ea5a3c56", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ca6e86f77411a04c2c75", + "index": 45, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bafb86f7741c73584017", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ca7c86f774119c51f7f6", + "index": 46, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bb5986f7741dfb660900", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ca9786f774119e65e726", + "index": 47, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bc8586f7741b543d8ea4", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52caae86f77411a04c2c76", + "index": 48, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d0f1886f77457b8210226", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ccdb86f774469a2cf962", + "index": 49, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d4e61d09282029f53920e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ccfb86f774469c210932", + "index": 50, + "parentId": "", + "dynamicLocale": false, + "target": "59c124d686f774189b3c843f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52cd0f86f77446992b9172", + "index": 51, + "parentId": "", + "dynamicLocale": false, + "target": "59675d6c86f7740a842fc482", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52cd2086f774469b529d72", + "index": 52, + "parentId": "", + "dynamicLocale": false, + "target": "59ca2eb686f77445a80ed049", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52cd3386f774469d73a592", + "index": 53, + "parentId": "", + "dynamicLocale": false, + "target": "5967725e86f774601a446662", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ce5486f7742fba438c52", + "index": 54, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bd94186f7747a727f09b2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5c52ce6786f7742fb77f6b12", + "index": 55, + "parentId": "", + "dynamicLocale": false, + "target": "5c12452c86f7744b83469073", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aa576194ab4e69304de7", + "index": 56, + "parentId": "", + "dynamicLocale": false, + "target": "5d25c81b86f77443e625dd71", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aa705c4f466733293daa", + "index": 57, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e45e86f77408251c4bfa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aa86907b0e6dd2572bf5", + "index": 58, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e46e86f77409453bce7c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aa9ac3626a43191d802c", + "index": 59, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e48186f77443e625e386", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aaad2f7b5700283d0807", + "index": 60, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e48d86f77408251c4bfb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aabbdac30559b3230cf7", + "index": 61, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e4ad86f77443e625e387", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aad6ee64c315577a17e8", + "index": 62, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e4b786f77408251c4bfc", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9aaf46194ab4e69304de8", + "index": 63, + "parentId": "", + "dynamicLocale": false, + "target": "5eaaaa7c93afa0558f3b5a1c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5db9ab19907b0e6dd2572bf6", + "index": 64, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2a986f77409dd5cdf2a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5de798b233870205123c7f33", + "index": 65, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bd01e86f7747cdd799e56", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a73d9f89812e5b6ac368", + "index": 66, + "parentId": "", + "dynamicLocale": false, + "target": "6086c852c945025d41566124", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a752ac6eb02bc726fcc6", + "index": 67, + "parentId": "", + "dynamicLocale": false, + "target": "60896888e4a85c72ef3fa300", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a77141fd1e14d71e2bfc", + "index": 68, + "parentId": "", + "dynamicLocale": false, + "target": "60896b7bfa70fc097863b8f5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a77c646f74055e27750a", + "index": 69, + "parentId": "", + "dynamicLocale": false, + "target": "60896bca6ee58f38c417d4f2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a7955f9e6175514def1b", + "index": 70, + "parentId": "", + "dynamicLocale": false, + "target": "60896e28e4a85c72ef3fa301", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a79fac6eb02bc726fcc7", + "index": 71, + "parentId": "", + "dynamicLocale": false, + "target": "6089732b59b92115597ad789", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a7abf81cc57f47174189", + "index": 72, + "parentId": "", + "dynamicLocale": false, + "target": "6089736efa70fc097863b8f6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a7c7826ca0323464cf23", + "index": 73, + "parentId": "", + "dynamicLocale": false, + "target": "608974af4b05530f55550c21", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a7cf9f89812e5b6ac369", + "index": 74, + "parentId": "", + "dynamicLocale": false, + "target": "608974d01a66564e74191fc0", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a7dd401d87496216141f", + "index": 75, + "parentId": "", + "dynamicLocale": false, + "target": "608a768d82e40b3c727fd17d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60d9a80e807141159d0a4e5b", + "index": 76, + "parentId": "", + "dynamicLocale": false, + "target": "60c0c018f7afb4354815096a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5df5402f70537061a2afd", + "index": 77, + "parentId": "", + "dynamicLocale": false, + "target": "61958c366726521dd96828ec", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5dfab3a3fc5247633308c", + "index": 78, + "parentId": "", + "dynamicLocale": false, + "target": "6193850f60b34236ee0483de", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5dfbff35a514ecc1ed0fd", + "index": 79, + "parentId": "", + "dynamicLocale": false, + "target": "61904daa7d0d857927447b9c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5dfcf332dd0219e09c23e", + "index": 80, + "parentId": "", + "dynamicLocale": false, + "target": "6179b4f16e9dd54ac275e407", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5dfe402f70537061a2afe", + "index": 81, + "parentId": "", + "dynamicLocale": false, + "target": "6179ad0a6e9dd54ac275e3f2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5dff405729870aa20e972", + "index": 82, + "parentId": "", + "dynamicLocale": false, + "target": "6179acbdc760af5ad2053585", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5e00a332dd0219e09c23f", + "index": 83, + "parentId": "", + "dynamicLocale": false, + "target": "6179afd0bca27a099552e040", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5e070332dd0219e09c240", + "index": 84, + "parentId": "", + "dynamicLocale": false, + "target": "6179aff8f57fb279792c60a1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5e09d02f70537061a2b00", + "index": 86, + "parentId": "", + "dynamicLocale": false, + "target": "6179b3bdc7560e13d23eeb8d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5e0af586bd35b2e706411", + "index": 87, + "parentId": "", + "dynamicLocale": false, + "target": "6179b4d1bca27a099552e04e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5e0bf02f70537061a2b01", + "index": 88, + "parentId": "", + "dynamicLocale": false, + "target": "6179ad56c760af5ad2053587", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "61b5e0d1b8b005722c6895e2", + "index": 89, + "parentId": "", + "dynamicLocale": false, + "target": "6179b3a12153c15e937d52bc", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a668550da185500f06053d", + "index": 90, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e43786f7740a212217fa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a668613e015d7ce1150dfd", + "index": 91, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2e286f77444001e2e48", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a6689f7230237f257caace", + "index": 92, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2ee86f77443e35162ea", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da23d0840548bd3235c7", + "index": 94, + "parentId": "", + "dynamicLocale": false, + "target": "5ede567cfa6dc072ce15d6e3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da445ea3b87d6f642946", + "index": 95, + "parentId": "", + "dynamicLocale": false, + "target": "5edaba7c0c502106f869bc02", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da4fe5fc136f356be953", + "index": 96, + "parentId": "", + "dynamicLocale": false, + "target": "5c0d4c12d09282029f539173", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da6238f0990f212faf2c", + "index": 97, + "parentId": "", + "dynamicLocale": false, + "target": "5c139eb686f7747878361a6f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da6803555d0afc563b7c", + "index": 98, + "parentId": "", + "dynamicLocale": false, + "target": "5f04886a3937dc337a6b8238", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da6f7377a65d7b070baa", + "index": 99, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2d886f77442734d335e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da8fbc97376d1c072de3", + "index": 100, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e4ca86f77409dd5cdf2c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da9738f0990f212faf2d", + "index": 101, + "parentId": "", + "dynamicLocale": false, + "target": "626bdcc3a371ee3a7a3514c5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8da9f03555d0afc563b7d", + "index": 102, + "parentId": "", + "dynamicLocale": false, + "target": "626bd75e47ea7f506e5493c5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8daae9838dc54b47ce975", + "index": 104, + "parentId": "", + "dynamicLocale": false, + "target": "626bd75c71bd851e971b82a5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8dab603555d0afc563b7e", + "index": 105, + "parentId": "", + "dynamicLocale": false, + "target": "626bd75b05f287031503c7f6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8dae4bc97376d1c072de4", + "index": 106, + "parentId": "", + "dynamicLocale": false, + "target": "6089743983426423753cd58a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8dbbd9838dc54b47ce976", + "index": 107, + "parentId": "", + "dynamicLocale": false, + "target": "5edac63b930f5454f51e128b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8dc4a9838dc54b47ce977", + "index": 108, + "parentId": "", + "dynamicLocale": false, + "target": "596b455186f77457cb50eccb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8db125ea3b87d6f642947", + "index": 109, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4499a86f77449783815db", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8db31bc97376d1c072de5", + "index": 110, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e44386f77409453bce7b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8db6438f0990f212faf2e", + "index": 111, + "parentId": "", + "dynamicLocale": false, + "target": "5edabd13218d181e29451442", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8dc8a03555d0afc563b7f", + "index": 112, + "parentId": "", + "dynamicLocale": false, + "target": "5fd9fad9c1ce6b1a3b486d00", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8dd6fe8ba897900054469", + "index": 113, + "parentId": "", + "dynamicLocale": false, + "target": "60e71c48c1bfa3050473b8e5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62a8ddb7e8ba89790005446b", + "index": 115, + "parentId": "", + "dynamicLocale": false, + "target": "60e71bb4e456d449cd47ca75", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "62ac3dfe445349374b2882ce", + "index": 117, + "parentId": "", + "dynamicLocale": false, + "target": "5d4bec3486f7743cac246665", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c327371e1322f519f0c56a", + "index": 113, + "parentId": "", + "dynamicLocale": false, + "target": "66b38c7bf85b8bf7250f9cb6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c3274d38a03bf894df7b52", + "index": 114, + "parentId": "", + "dynamicLocale": false, + "target": "66b38e144f2ab7cc530c3fe7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c496de4f514103f955affa", + "index": 115, + "parentId": "", + "dynamicLocale": false, + "target": "669fa394e0c9f9fafa082897", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c496eed5960bb981dd2f50", + "index": 116, + "parentId": "", + "dynamicLocale": false, + "target": "669fa395c4c5c04798002497", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c496f7dbc92aebd630aa11", + "index": 117, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3979b0ce3feae01a130", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c4970130aabd8cf9e94d30", + "index": 118, + "parentId": "", + "dynamicLocale": false, + "target": "669fa399033a3ce9870338a8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c49712d73ab72a424598dd", + "index": 119, + "parentId": "", + "dynamicLocale": false, + "target": "669fa39b91b0a8c9680fc467", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c4971a330c686775843ec9", + "index": 120, + "parentId": "", + "dynamicLocale": false, + "target": "669fa39c64ea11e84c0642a6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c4972b7f1c1abac02999c8", + "index": 121, + "parentId": "", + "dynamicLocale": false, + "target": "669fa39ee749756c920d02c8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c497450957cce50ea1dfb2", + "index": 122, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3a08b4a64b332041ff7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c4974fe3cb3cee505bad46", + "index": 123, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3a1c26f13bd04030f37", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c4975a0d00687b75eff9ad", + "index": 124, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3a3ad7f1eac2607ed48", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "66c4976445f27c0a45d7903d", + "index": 125, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3a40c828825de06d6a1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1f52ed301e7ac6a60a6e", + "index": 126, + "parentId": "", + "dynamicLocale": false, + "target": "675c03d1f7da9792a405549a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1f9f05586019e266cf01", + "index": 127, + "parentId": "", + "dynamicLocale": false, + "target": "675c085d59b0575973005f52", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1fb3b01b44b581277dcc", + "index": 128, + "parentId": "", + "dynamicLocale": false, + "target": "675c1570526ff496850895d9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1fba8101ad209ff6f43c", + "index": 129, + "parentId": "", + "dynamicLocale": false, + "target": "675c047fa46173572a0bd878", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1fc25d2efeefd57eb018", + "index": 130, + "parentId": "", + "dynamicLocale": false, + "target": "675c04f4db8807b75d0f38e8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1fd6de20da21c83f7bef", + "index": 131, + "parentId": "", + "dynamicLocale": false, + "target": "675c1cf4a757ddd00404f0a3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1fe6632c18a69234796a", + "index": 133, + "parentId": "", + "dynamicLocale": false, + "target": "675c1ec7a46173572a0bf20a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1fee123ea0c41e1df0ab", + "index": 134, + "parentId": "", + "dynamicLocale": false, + "target": "675c1ff1a757ddd00404f0aa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1ff5ac2bf19bfcbc5084", + "index": 135, + "parentId": "", + "dynamicLocale": false, + "target": "675c3507a06634b5110e3c18", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "676d1ffb431d1cc0300a18ba", + "index": 136, + "parentId": "", + "dynamicLocale": false, + "target": "675c3582f6ddc329a90f9c6d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5c51aac186f77432ea65c552 description", + "failMessageText": "5c51aac186f77432ea65c552 failMessageText", + "declinePlayerMessage": "5c51aac186f77432ea65c552 declinePlayerMessage", + "name": "5c51aac186f77432ea65c552 name", + "note": "5c51aac186f77432ea65c552 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6137505384aedf00fa17b651.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5c51aac186f77432ea65c552 startedMessageText", + "successMessageText": "5c51aac186f77432ea65c552 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "5c51c28a86f77478be4009fa", + "type": "Item", + "index": 0, + "target": "6492e44af4287b13040fc722", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "6492e44af4287b13040fc722", + "_tpl": "5c093ca986f7740a1867ab12", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "619d045e23893217ec30b696", + "type": "Item", + "index": 0, + "target": "6492e44af4287b13040fc723", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "6492e44af4287b13040fc723", + "_tpl": "619bddc6c9546643a67df6ee", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "664f249468508d74604bf55f", + "type": "Achievement", + "index": 0, + "target": "664f1f8768508d74604bf556", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639dbaf17c898a131e1cffff": { + "QuestName": "Debtor", + "_id": "639dbaf17c898a131e1cffff", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639dbaf17c898a131e1cffff acceptPlayerMessage", + "changeQuestMessageText": "639dbaf17c898a131e1cffff changeQuestMessageText", + "completePlayerMessage": "639dbaf17c898a131e1cffff completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7cd3aee7b4d0d5507baef", + "conditions": [ + { + "id": "63a7cd701943b749b5021eb9", + "dynamicLocale": false, + "target": "quest_zone_c29_debt", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7cd3aee7b4d0d5507baee", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639dbba35b759c65a347654a", + "conditions": [ + { + "id": "639dbbb881b99001240bbe7d", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + }, + { + "id": "639dbbc35573fd6cc27d99c4", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "639dbba35b759c65a3476549", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7cdbbee7b4d0d5507baf0", + "target": "63a7cd3aee7b4d0d5507baee", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a7914e5c2012425132e350", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b4795fb86f7745876267770", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a7915627a4ff476e6dd0c7", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 31, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639dbaf17c898a131e1cffff description", + "failMessageText": "639dbaf17c898a131e1cffff failMessageText", + "declinePlayerMessage": "639dbaf17c898a131e1cffff declinePlayerMessage", + "name": "639dbaf17c898a131e1cffff name", + "note": "639dbaf17c898a131e1cffff note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a90faa64b9631d9178271e.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639dbaf17c898a131e1cffff startedMessageText", + "successMessageText": "639dbaf17c898a131e1cffff successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 26600, + "id": "63a79165cc389e31a64596d4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a7917404d3dc28a52a20f4", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 250000, + "id": "63a7918af32fa1316250c3cd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b0c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b0c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 250000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639282134ed9512be67647ed": { + "QuestName": "Road Closed", + "_id": "639282134ed9512be67647ed", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639282134ed9512be67647ed acceptPlayerMessage", + "changeQuestMessageText": "639282134ed9512be67647ed changeQuestMessageText", + "completePlayerMessage": "639282134ed9512be67647ed completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d444f32fa1316250c3d6", + "conditions": [ + { + "id": "63a7d45a1943b749b5021ec1", + "dynamicLocale": false, + "target": "quest_zone_c16_koll_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d444f32fa1316250c3d5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d461f32fa1316250c3d8", + "conditions": [ + { + "id": "63a7d47c5c2012425132e354", + "dynamicLocale": false, + "target": "quest_zone_c16_koll_2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d461f32fa1316250c3d7", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639cdf9aad9d7e3216668fd1", + "conditions": [ + { + "id": "639cdfac81b99001240bbe75", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639cdfcf2a994a11600df101", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "639cdf9aad9d7e3216668fd0", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d4db1f06d111271f5ae9", + "target": "63a7d461f32fa1316250c3d7", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a788585c2012425132e348", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bafb86f7741c73584017", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a78870ee7b4d0d5507bae0", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639282134ed9512be67647ed description", + "failMessageText": "639282134ed9512be67647ed failMessageText", + "declinePlayerMessage": "639282134ed9512be67647ed declinePlayerMessage", + "name": "639282134ed9512be67647ed name", + "note": "639282134ed9512be67647ed note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a92732813bba58a50c9e93.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639282134ed9512be67647ed startedMessageText", + "successMessageText": "639282134ed9512be67647ed successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10500, + "id": "639727f26ac94c14517cb7b9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a788d65199ab1f7d4a773d", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 64000, + "id": "63a788e71943b749b5021eab", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b0e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b0e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 64000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a788cacc389e31a64596cd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b0f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b0f", + "_tpl": "5ba26383d4351e00334c93d9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2b10", + "_tpl": "5ba264f6d4351e0034777d52", + "parentId": "68010065f81036801d0b2b0f", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2b11", + "_tpl": "5ba26acdd4351e003562908e", + "parentId": "68010065f81036801d0b2b0f", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2b12", + "_tpl": "5ba26b01d4351e0085325a51", + "parentId": "68010065f81036801d0b2b0f", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2b13", + "_tpl": "5ba26b17d4351e00367f9bdd", + "parentId": "68010065f81036801d0b2b0f", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2b14", + "_tpl": "5bcf0213d4351e0085327c17", + "parentId": "68010065f81036801d0b2b0f", + "slotId": "mod_stock" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "63a788f71f06d111271f5ade", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b18", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b16", + "_tpl": "5ba264f6d4351e0034777d52", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b17", + "_tpl": "5ba264f6d4351e0034777d52", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b18", + "_tpl": "5ba264f6d4351e0034777d52", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a7890127a4ff476e6dd0bf", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b1d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b1b", + "_tpl": "657024c81419851aef03e712", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b1c", + "_tpl": "5ba26812d4351e003201fef1", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "68010065f81036801d0b2b1b", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2b1d", + "_tpl": "657024c81419851aef03e712", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b1e", + "_tpl": "5ba26812d4351e003201fef1", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "68010065f81036801d0b2b1d", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135e8c115f907b14700aa": { + "QuestName": "Surveillance", + "_id": "639135e8c115f907b14700aa", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135e8c115f907b14700aa acceptPlayerMessage", + "changeQuestMessageText": "639135e8c115f907b14700aa changeQuestMessageText", + "completePlayerMessage": "639135e8c115f907b14700aa completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "639135e8c115f907b14700ab", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638dfc803083a019d447768e" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "639135e8c115f907b14700ac", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "638dfc803083a019d447768e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63976e11f50be20b5a3cc4a5", + "target": "639135e8c115f907b14700ab", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a794275199ab1f7d4a7743", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63913715f8e5dd32bf4e3aaa", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a79431cc389e31a64596d5", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6179b3bdc7560e13d23eeb8d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a7943fee7b4d0d5507baec", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 25, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135e8c115f907b14700aa description", + "failMessageText": "639135e8c115f907b14700aa failMessageText", + "declinePlayerMessage": "639135e8c115f907b14700aa declinePlayerMessage", + "name": "639135e8c115f907b14700aa name", + "note": "639135e8c115f907b14700aa note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63ab1f1676588f3cf341c460.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135e8c115f907b14700aa startedMessageText", + "successMessageText": "639135e8c115f907b14700aa successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 22800, + "id": "63927e68fa894f0a866afdf3", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a79461cc389e31a64596d6", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 126000, + "id": "63a7946f27a4ff476e6dd0cb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b20", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b20", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 126000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a794791f06d111271f5ae7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b22", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b22", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d25e4ca86f77409dd5cdf2c": { + "QuestName": "Hunting Trip", + "_id": "5d25e4ca86f77409dd5cdf2c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d25e4ca86f77409dd5cdf2c acceptPlayerMessage", + "changeQuestMessageText": "5d25e4ca86f77409dd5cdf2c changeQuestMessageText", + "completePlayerMessage": "5d25e4ca86f77409dd5cdf2c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "5fd8aa3206fb3a6b8154a2c2", + "conditions": [ + { + "id": "5fd8ab9d367aed5bb161ed12", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "5bfea6e90db834001b7347f3" + ], + "distance": { + "value": 75, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "5b2388675acfc4771e1be0be" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKojaniy" + ], + "bodyPart": [ + "Head" + ], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "5fd8aa3206fb3a6b8154a2c3", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "5d77940986f7742fa732bf0a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 33, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5d7793fa86f7742fa901bc80", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2ee86f77443e35162ea", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d25e4ca86f77409dd5cdf2c description", + "failMessageText": "5d25e4ca86f77409dd5cdf2c failMessageText", + "declinePlayerMessage": "5d25e4ca86f77409dd5cdf2c declinePlayerMessage", + "name": "5d25e4ca86f77409dd5cdf2c name", + "note": "5d25e4ca86f77409dd5cdf2c note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5d694cd886f77468c86a6adc.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d25e4ca86f77409dd5cdf2c startedMessageText", + "successMessageText": "5d25e4ca86f77409dd5cdf2c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15000, + "id": "60ccac04b2736c24b2118bab", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60ccac4e646f74055e276542", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "5d66828c86f7744a2e70f0a7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b24", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b24", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5d6683fb86f774368d281abe", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b26", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b26", + "_tpl": "5c05300686f7746dce784e5d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5d66840a86f7744a2e70f0aa", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b28", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b28", + "_tpl": "5d0377ce86f774186372f689", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "60ccac1e1bdece56c249cbed", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b2a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b2a", + "_tpl": "5d03775b86f774203e7e0c4b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "64b671bfb24b672b97795055", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2b2b", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2b2b", + "_tpl": "627e14b21713922ded6f2c15", + "upd": { + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "68010065f81036801d0b2b2c", + "_tpl": "628120fd5631d45211793c9f", + "parentId": "68010065f81036801d0b2b2b", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2b2d", + "_tpl": "62811e2510e26c1f344e6554", + "upd": { + "Foldable": { + "Folded": false + } + }, + "parentId": "68010065f81036801d0b2b2b", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2b2e", + "_tpl": "62811f828193841aca4a45c3", + "parentId": "68010065f81036801d0b2b2d", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2b2f", + "_tpl": "6281204f308cb521f87a8f9b", + "parentId": "68010065f81036801d0b2b2d", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2b30", + "_tpl": "6281209662cba23f6c4d7a19", + "parentId": "68010065f81036801d0b2b2f", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2b31", + "_tpl": "628120c21d5df4475f46a337", + "parentId": "68010065f81036801d0b2b30", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2b32", + "_tpl": "628120d309427b40ab14e76d", + "parentId": "68010065f81036801d0b2b30", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2b33", + "_tpl": "628120d309427b40ab14e76d", + "parentId": "68010065f81036801d0b2b30", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b2b34", + "_tpl": "628120dd308cb521f87a8fa1", + "parentId": "68010065f81036801d0b2b30", + "slotId": "mod_mount_003" + }, + { + "_id": "68010065f81036801d0b2b35", + "_tpl": "6281212a09427b40ab14e770", + "parentId": "68010065f81036801d0b2b2f", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b2b36", + "_tpl": "62811fbf09427b40ab14e767", + "parentId": "68010065f81036801d0b2b2f", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2b37", + "_tpl": "628121434fa03b6b6c35dc6a", + "parentId": "68010065f81036801d0b2b36", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2b38", + "_tpl": "62812081d23f207deb0ab216", + "parentId": "68010065f81036801d0b2b37", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2b39", + "_tpl": "628120621d5df4475f46a335", + "parentId": "68010065f81036801d0b2b38", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2b3a", + "_tpl": "62811cd7308cb521f87a8f99", + "parentId": "68010065f81036801d0b2b2b", + "slotId": "mod_charge" + } + ], + "loyaltyLevel": 4, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135c3744e452011470807": { + "QuestName": "House Arrest - Part 1", + "_id": "639135c3744e452011470807", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135c3744e452011470807 acceptPlayerMessage", + "changeQuestMessageText": "639135c3744e452011470807 changeQuestMessageText", + "completePlayerMessage": "639135c3744e452011470807 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d767f32fa1316250c3db", + "conditions": [ + { + "id": "63a7d779ee7b4d0d5507baf5", + "dynamicLocale": false, + "target": "quest_zone_c8_dom1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7d767f32fa1316250c3da", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63972c5d61b7754ff93bf3bb", + "conditions": [ + { + "id": "63972c885b2a6108ac2194c8", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "63972c9f7ca3af4af11c2eda", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63972c5d61b7754ff93bf3ba", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7d7a4ee7b4d0d5507baf6", + "target": "63a7d767f32fa1316250c3da", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a791ad10b7a13eb0159617", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639dbaf17c898a131e1cffff", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a791b51943b749b5021eb2", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 33, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135c3744e452011470807 description", + "failMessageText": "639135c3744e452011470807 failMessageText", + "declinePlayerMessage": "639135c3744e452011470807 declinePlayerMessage", + "name": "639135c3744e452011470807 name", + "note": "639135c3744e452011470807 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63aaec53e842787ad21356a3.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135c3744e452011470807 startedMessageText", + "successMessageText": "639135c3744e452011470807 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 28800, + "id": "63972c3ee6675e28b352af49", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a791e404d3dc28a52a20f5", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 112000, + "id": "63a791f21943b749b5021eb3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b3c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b3c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 112000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a79206ee7b4d0d5507bae9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b3d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b3d", + "_tpl": "5f2a9575926fd9352339381f", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2b3e", + "_tpl": "5b099ac65acfc400186331e1", + "parentId": "68010065f81036801d0b2b3d", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2b3f", + "_tpl": "5f2aa46b878ef416f538b567", + "parentId": "68010065f81036801d0b2b3d", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2b40", + "_tpl": "5f2aa4464b50c14bcf07acdb", + "parentId": "68010065f81036801d0b2b3f", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2b41", + "_tpl": "5f2aa47a200e2c0ee46efa71", + "parentId": "68010065f81036801d0b2b3d", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2b42", + "_tpl": "5f2aa493cd375f14e15eea72", + "parentId": "68010065f81036801d0b2b41", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2b43", + "_tpl": "5f2aa49f9b44de6b1b4e68d4", + "parentId": "68010065f81036801d0b2b3d", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b2b44", + "_tpl": "5c1780312e221602b66cc189", + "parentId": "68010065f81036801d0b2b43", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2b45", + "_tpl": "5c17804b2e2216152006c02f", + "parentId": "68010065f81036801d0b2b43", + "slotId": "mod_sight_front" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "63a88045abf76d719f42d715": { + "QuestName": "The Delicious Sausage", + "_id": "63a88045abf76d719f42d715", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "63a88045abf76d719f42d715 acceptPlayerMessage", + "changeQuestMessageText": "63a88045abf76d719f42d715 changeQuestMessageText", + "completePlayerMessage": "63a88045abf76d719f42d715 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a98cfbc31b00242d28a95c", + "conditions": [ + { + "id": "63a98d1b64b9631d9178274c", + "dynamicLocale": false, + "target": "quest_produkt1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a98cfbc31b00242d28a95b", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a98d24655ec5555b4aa9e8", + "conditions": [ + { + "id": "63a98d33c0f61a5d8731cd9e", + "dynamicLocale": false, + "target": "quest_produkt2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a98d24655ec5555b4aa9e7", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a98d39da7999196148ba3b", + "conditions": [ + { + "id": "63a98d48655ec5555b4aa9e9", + "dynamicLocale": false, + "target": "quest_produkt3", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a98d39da7999196148ba3a", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a98d60c0f61a5d8731cda0", + "conditions": [ + { + "id": "63a98d6c64b9631d9178274d", + "dynamicLocale": false, + "target": "quest_produkt4", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a98d60c0f61a5d8731cd9f", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "63a98cdf655ec5555b4aa9e6", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "635a758bfefc88a93f021b8a" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "63aacc511b5c9574661f054a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 5, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a9ec27813bba58a50ca084", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25b6be86f77444001e1b89", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "63a88045abf76d719f42d715 description", + "failMessageText": "63a88045abf76d719f42d715 failMessageText", + "declinePlayerMessage": "63a88045abf76d719f42d715 declinePlayerMessage", + "name": "63a88045abf76d719f42d715 name", + "note": "63a88045abf76d719f42d715 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/default.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "63a88045abf76d719f42d715 startedMessageText", + "successMessageText": "63a88045abf76d719f42d715 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 2600, + "id": "63a9f14cc31b00242d28a9c0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63a9f15ead5cc12f22162053", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 10000, + "id": "63a9f2ee7cd7613adb65252a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b47", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b47", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 10000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a9f267009ffc6a551631cd", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b4a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b49", + "_tpl": "57347c77245977448d35f6e2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b4a", + "_tpl": "57347c77245977448d35f6e2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "63a9f2bf87c76a25c91212a0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b4d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b4c", + "_tpl": "57347c5b245977448d35f6e1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b4d", + "_tpl": "57347c5b245977448d35f6e1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a9f289c31b00242d28a9c1", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b4f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b4f", + "_tpl": "59e35cbb86f7741778269d83", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6752f6d83038f7df520c83e8": { + "QuestName": "A Helping Hand", + "_id": "6752f6d83038f7df520c83e8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6752f6d83038f7df520c83e8 acceptPlayerMessage", + "changeQuestMessageText": "6752f6d83038f7df520c83e8 changeQuestMessageText", + "completePlayerMessage": "6752f6d83038f7df520c83e8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6752f86d538945df8cc3fc3a", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499a9669a58fceba104a41" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6756bcb3d5c4b5dd32818d5c", + "conditions": [ + { + "id": "6756bcc88e63d25f2a2543a1", + "dynamicLocale": false, + "status": [ + "Survived", + "Runner", + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "6756bcd795ac75c6061ddf7c", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "6756bcb3f93f4c1fc2b2d685", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6756bcfeeea580dfdb511a71", + "target": "6752f86d538945df8cc3fc3a", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "Quest", + "id": "6752f85800c5b2c48240c45f", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "673f348dd3346c21670217e7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [ + { + "id": "6756b50cee90199d6ff65f3a", + "target": "6752f86d538945df8cc3fc3a", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6752f74853dd38cbdf77a537", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "657315e4a6af4ab4b50f3459", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "6752f74b55f8871832d8554a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 20, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6752f6d83038f7df520c83e8 description", + "failMessageText": "6752f6d83038f7df520c83e8 failMessageText", + "declinePlayerMessage": "6752f6d83038f7df520c83e8 declinePlayerMessage", + "name": "6752f6d83038f7df520c83e8 name", + "note": "6752f6d83038f7df520c83e8 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/675b07caf85f28ef74022702.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6752f6d83038f7df520c83e8 startedMessageText", + "successMessageText": "6752f6d83038f7df520c83e8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14000, + "id": "67580ce252493a2f363b04ad", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 70000, + "id": "67580cf6c085bfd80144f51d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b51", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b51", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 70000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67580d0320d1be19517c2d99", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67580d13c718bab7519b4f0d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b53", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b53", + "_tpl": "6655e35b6bc645cb7b059912", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639135cd8ba6894d155e77cb": { + "QuestName": "House Arrest - Part 2", + "_id": "639135cd8ba6894d155e77cb", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639135cd8ba6894d155e77cb acceptPlayerMessage", + "changeQuestMessageText": "639135cd8ba6894d155e77cb changeQuestMessageText", + "completePlayerMessage": "639135cd8ba6894d155e77cb completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7dbc31943b749b5021ec4", + "conditions": [ + { + "id": "63a7dbd55c2012425132e358", + "dynamicLocale": false, + "target": "quest_zone_c8_dom2", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7dbc31943b749b5021ec3", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7dbefee7b4d0d5507baf9", + "conditions": [ + { + "id": "63a7dc2a04d3dc28a52a210c", + "dynamicLocale": false, + "target": "quest_zone_c8_dom2_dead", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63a7dbefee7b4d0d5507baf8", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63972db222ea23711e21aaab", + "conditions": [ + { + "id": "63972dbacf1240499d01a016", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "63972dc07d365457494a76fa", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63972db222ea23711e21aaaa", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63a7dc5e1943b749b5021ec5", + "target": "63a7dbefee7b4d0d5507baf8", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a7927b5c2012425132e352", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "639135c3744e452011470807", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a7928710b7a13eb0159619", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 33, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639135cd8ba6894d155e77cb description", + "failMessageText": "639135cd8ba6894d155e77cb failMessageText", + "declinePlayerMessage": "639135cd8ba6894d155e77cb declinePlayerMessage", + "name": "639135cd8ba6894d155e77cb name", + "note": "639135cd8ba6894d155e77cb note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63ab1e59f83fd608393890af.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639135cd8ba6894d155e77cb startedMessageText", + "successMessageText": "639135cd8ba6894d155e77cb successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 29200, + "id": "63972dd86ac94c14517cb7ba", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "63a792b01943b749b5021eb5", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 114000, + "id": "63a792c6ee7b4d0d5507baea", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b55", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b55", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 114000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a7930727a4ff476e6dd0c8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b56", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b56", + "_tpl": "5fc3f2d5900b1d5091531e57", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b2b57", + "_tpl": "5a718b548dc32e000d46d262", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2b58", + "_tpl": "5fb6567747ce63734e3fa1dc", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2b59", + "_tpl": "5fb6564947ce63734e3fa1da", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2b5a", + "_tpl": "5fb6558ad6f0b2136f2d7eb7", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2b5b", + "_tpl": "5fbbc366ca32ed67276c1557", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2b5c", + "_tpl": "5fbbc34106bde7524f03cbe9", + "parentId": "68010065f81036801d0b2b5b", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2b5d", + "_tpl": "5fbb976df9986c4cff3fe5f2", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b2b5e", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2b5f", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "68010065f81036801d0b2b56", + "slotId": "mod_mount_002" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6744a9dfef61d56e020b5c4a": { + "QuestName": "Battery Change", + "_id": "6744a9dfef61d56e020b5c4a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6744a9dfef61d56e020b5c4a acceptPlayerMessage", + "changeQuestMessageText": "6744a9dfef61d56e020b5c4a changeQuestMessageText", + "completePlayerMessage": "6744a9dfef61d56e020b5c4a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6744a9dfef61d56e020b5c54", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5d03794386f77420415576f5" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6744aa78bd1d75b9af1a631a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744a4717e3818d5bb0680bb", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6744a9dfef61d56e020b5c4a description", + "failMessageText": "6744a9dfef61d56e020b5c4a failMessageText", + "declinePlayerMessage": "6744a9dfef61d56e020b5c4a declinePlayerMessage", + "name": "6744a9dfef61d56e020b5c4a name", + "note": "6744a9dfef61d56e020b5c4a note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6744a9dfef61d56e020b5c4a startedMessageText", + "successMessageText": "6744a9dfef61d56e020b5c4a successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 58700, + "id": "67585000f59a7c6ab1974dfa", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 284000, + "id": "67585012fc9f941676db8a73", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b61", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b61", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 284000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "6758501ad2364b7371bd21f2", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758502863a2a910ef1f3ce3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b63", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b63", + "_tpl": "591094e086f7747caa7bb2ef", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "608a768d82e40b3c727fd17d": { + "QuestName": "Pest Control", + "_id": "608a768d82e40b3c727fd17d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "608a768d82e40b3c727fd17d acceptPlayerMessage", + "changeQuestMessageText": "608a768d82e40b3c727fd17d changeQuestMessageText", + "completePlayerMessage": "608a768d82e40b3c727fd17d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "608a8356fa70fc097863b8f7", + "conditions": [ + { + "id": "608a836d59b92115597ad78a", + "dynamicLocale": false, + "zoneIds": [ + "eger_barracks_area_1", + "eger_barracks_area_2" + ], + "conditionType": "InZone" + }, + { + "id": "608a83ad82e40b3c727fd17e", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "608a8356fa70fc097863b8f8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "60bf7557a2ae0728ec716f33", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "60bf72112837926f405dd791", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e4d586f77443e625e388", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "608a768d82e40b3c727fd17d description", + "failMessageText": "608a768d82e40b3c727fd17d failMessageText", + "declinePlayerMessage": "608a768d82e40b3c727fd17d declinePlayerMessage", + "name": "608a768d82e40b3c727fd17d name", + "note": "608a768d82e40b3c727fd17d note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/60c373b71d348838124696ea.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "608a768d82e40b3c727fd17d startedMessageText", + "successMessageText": "608a768d82e40b3c727fd17d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7400, + "id": "60bf6c84960b6d5d274caade", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "60bf6c904c8a3800da06e703", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 20000, + "id": "60bf6cf58bb401472c1a37e8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b65", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b65", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 20000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60bf6ca481c6e80e702ccbff", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b68", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b67", + "_tpl": "59e3596386f774176c10a2a2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b68", + "_tpl": "59e3596386f774176c10a2a2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "60bf6cc1960b6d5d274caae0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b6f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b6a", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b6b", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b6c", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b6d", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b6e", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b6f", + "_tpl": "5d6fc78386f77449d825f9dc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "60bf6cd24c8a3800da06e706", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b74", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b71", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b72", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b73", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b74", + "_tpl": "590c31c586f774245e3141b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "60bf6ce5db54616235170690", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b77", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b76", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b77", + "_tpl": "60391a8b3364dc22b04d0ce5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6764174c86addd02bc033d68": { + "QuestName": "Connections Up North", + "_id": "6764174c86addd02bc033d68", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6764174c86addd02bc033d68 acceptPlayerMessage", + "changeQuestMessageText": "6764174c86addd02bc033d68 changeQuestMessageText", + "completePlayerMessage": "6764174c86addd02bc033d68 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "676418a66d6df271098804c9", + "conditions": [ + { + "id": "6764191acdcea623e109f841", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [ + "627e14b21713922ded6f2c15", + "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588", + "588892092459774ac91d4b11", + "5de652c31b7e3716273428be", + "5df24cf80dee1b22f862e9bc", + "5bfea6e90db834001b7347f3", + "673cab3e03c6a20581028bc1" + ], + "distance": { + "value": 40, + "compareMethod": ">=" + }, + "weaponModsInclusive": [ + [ + "5d1b5e94d7ad1a2b865a96b0" + ], + [ + "6478641c19d732620e045e17" + ], + [ + "609bab8b455afd752b2e6138" + ], + [ + "5b3b6e495acfc4330140bd88" + ], + [ + "63fc44e2429a8a166c7f61e6" + ], + [ + "5a1eaa87fcdbcb001865f75e" + ], + [ + "5a7c74b3e899ef0014332c29" + ], + [ + "606f2696f2cb2e02a42aceb1" + ], + [ + "67641b461c2eb66ade05dba6" + ] + ], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "676418a60b9bcbe280972288", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "676418405c1bdd8d7022f70e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5c0bc91486f7746ab41857a2", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 64800, + "dispersion": 21600, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6764188e050a25b565b6d7b2", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e4ca86f77409dd5cdf2c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 64800, + "dispersion": 21600, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6764174c86addd02bc033d68 description", + "failMessageText": "6764174c86addd02bc033d68 failMessageText", + "declinePlayerMessage": "6764174c86addd02bc033d68 declinePlayerMessage", + "name": "6764174c86addd02bc033d68 name", + "note": "6764174c86addd02bc033d68 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/676423b286addd02bc033d72.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6764174c86addd02bc033d68 startedMessageText", + "successMessageText": "6764174c86addd02bc033d68 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21000, + "id": "67641dc09968e4ddb23c20e2", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67642182d3c4861fdb71d18c", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6764225a3f71ffefb710666c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b78", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b78", + "_tpl": "673cab3e03c6a20581028bc1", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2b79", + "_tpl": "673cb4054ff4aa8f86076f4a", + "parentId": "68010065f81036801d0b2b78", + "slotId": "mod_charge" + }, + { + "_id": "68010065f81036801d0b2b7a", + "_tpl": "673cb212e695740be0047a46", + "parentId": "68010065f81036801d0b2b78", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2b7b", + "_tpl": "673ddbb567c759b3c90e5f76", + "parentId": "68010065f81036801d0b2b7a", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2b7c", + "_tpl": "673cb491280680de5e02ff36", + "parentId": "68010065f81036801d0b2b78", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2b7d", + "_tpl": "67405fd0812f476fb2020066", + "parentId": "68010065f81036801d0b2b7c", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2b7e", + "_tpl": "673cb81f5b1511adb10cd326", + "parentId": "68010065f81036801d0b2b7d", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b2b7f", + "_tpl": "5dfa3d950dee1b22f862eae0", + "parentId": "68010065f81036801d0b2b7d", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2b80", + "_tpl": "6269220d70b6c02e665f2635", + "parentId": "68010065f81036801d0b2b7d", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2b81", + "_tpl": "6269220d70b6c02e665f2635", + "parentId": "68010065f81036801d0b2b7d", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2b82", + "_tpl": "6269220d70b6c02e665f2635", + "parentId": "68010065f81036801d0b2b7d", + "slotId": "mod_mount_002" + }, + { + "_id": "68010065f81036801d0b2b83", + "_tpl": "67405d760098dcb5940ea1a6", + "parentId": "68010065f81036801d0b2b7c", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2b84", + "_tpl": "673f3f5eef7545280c00f026", + "parentId": "68010065f81036801d0b2b83", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2b85", + "_tpl": "673cb51e093e0ea7fd0b8746", + "parentId": "68010065f81036801d0b2b7c", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b2b86", + "_tpl": "5dfa3d7ac41b2312ea33362a", + "parentId": "68010065f81036801d0b2b85", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2b87", + "_tpl": "618bab21526131765025ab3f", + "parentId": "68010065f81036801d0b2b85", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2b88", + "_tpl": "618ba91477b82356f91ae0e8", + "parentId": "68010065f81036801d0b2b87", + "slotId": "mod_mount" + }, + { + "_id": "68010065f81036801d0b2b89", + "_tpl": "617151c1d92c473c770214ab", + "parentId": "68010065f81036801d0b2b87", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2b8a", + "_tpl": "673cbdfad0453ba50c0f76d6", + "parentId": "68010065f81036801d0b2b78", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6764227408a9e00b8abc4d76", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b8d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b8c", + "_tpl": "673cbdfad0453ba50c0f76d6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b8d", + "_tpl": "673cbdfad0453ba50c0f76d6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67642290380d8f069975cbf6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b90", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2b90", + "_tpl": "657023ccbfc87b3a3409320a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2b91", + "_tpl": "5fc275cf85fd526b824a571a", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2b90", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "676422a5d05a0b0843d94df3", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2b92", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2b92", + "_tpl": "673cab3e03c6a20581028bc1", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2b93", + "_tpl": "673cbdfad0453ba50c0f76d6", + "parentId": "68010065f81036801d0b2b92", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2b94", + "_tpl": "673cb4054ff4aa8f86076f4a", + "parentId": "68010065f81036801d0b2b92", + "slotId": "mod_charge" + }, + { + "_id": "68010065f81036801d0b2b95", + "_tpl": "673cb212e695740be0047a46", + "upd": { + "Foldable": { + "Folded": false + } + }, + "parentId": "68010065f81036801d0b2b92", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2b96", + "_tpl": "673cb491280680de5e02ff36", + "parentId": "68010065f81036801d0b2b92", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2b97", + "_tpl": "673cb5d1280680de5e02ff3b", + "parentId": "68010065f81036801d0b2b96", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2b98", + "_tpl": "673cb81f5b1511adb10cd326", + "parentId": "68010065f81036801d0b2b97", + "slotId": "mod_foregrip" + }, + { + "_id": "68010065f81036801d0b2b99", + "_tpl": "673dd5f73f92dc7e120d20a9", + "parentId": "68010065f81036801d0b2b97", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2b9a", + "_tpl": "673dd5f73f92dc7e120d20a9", + "parentId": "68010065f81036801d0b2b97", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2b9b", + "_tpl": "673cb551093e0ea7fd0b874a", + "parentId": "68010065f81036801d0b2b96", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2b9c", + "_tpl": "673f4046259f5945d70e43ab", + "parentId": "68010065f81036801d0b2b9b", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2b9d", + "_tpl": "673cb51e093e0ea7fd0b8746", + "parentId": "68010065f81036801d0b2b96", + "slotId": "mod_mount" + } + ], + "loyaltyLevel": 4, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6745fae369a58fceba10343d": { + "QuestName": "The Higher They Fly", + "_id": "6745fae369a58fceba10343d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6745fae369a58fceba10343d acceptPlayerMessage", + "changeQuestMessageText": "6745fae369a58fceba10343d changeQuestMessageText", + "completePlayerMessage": "6745fae369a58fceba10343d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745fae369a58fceba103459", + "conditions": [ + { + "id": "6745fb5542e0ffbb02004a9d", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "678bfba698869560358988b6", + "dynamicLocale": false, + "target": [ + "Woods" + ], + "conditionType": "Location" + } + ] + }, + "id": "6745fae369a58fceba103458", + "index": 12, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6745fb99e68d93601141df44", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6752f6d83038f7df520c83e8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "6746020b74692a67579f1fa5", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744af0969a58fceba101fed", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6746020f5a799b7c82a8145f", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6745cbee909d2013670a4a55", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] } ] }, + "description": "6745fae369a58fceba10343d description", + "failMessageText": "6745fae369a58fceba10343d failMessageText", + "declinePlayerMessage": "6745fae369a58fceba10343d declinePlayerMessage", + "name": "6745fae369a58fceba10343d name", + "note": "6745fae369a58fceba10343d note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, "secretQuest": false, + "startedMessageText": "6745fae369a58fceba10343d startedMessageText", + "successMessageText": "6745fae369a58fceba10343d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 8000, + "id": "6758402b60c190f6ed9c9530", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "675840cd9847df06d2417027", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 550, + "id": "6758407c037587bafaf3f865", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2b9f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2b9f", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 550 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "675840887b37730bc25a5c55", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ba1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ba1", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, "side": "Pmc", - "startedMessageText": "673f61a066e6a521aa04b62b startedMessageText", - "status": 0, - "successMessageText": "673f61a066e6a521aa04b62b successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Exploration" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6744ab1def61d56e020b5c56": { + "QuestName": "Protect the Sky", + "_id": "6744ab1def61d56e020b5c56", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6744ab1def61d56e020b5c56 acceptPlayerMessage", + "changeQuestMessageText": "6744ab1def61d56e020b5c56 changeQuestMessageText", + "completePlayerMessage": "6744ab1def61d56e020b5c56 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6744ab1def61d56e020b5c5f", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499d4deca8acb2d206163b" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6744ab1def61d56e020b5c60", + "index": 4, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499d4deca8acb2d206163b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "6744ab1def61d56e020b5c56 description", + "failMessageText": "6744ab1def61d56e020b5c56 failMessageText", + "declinePlayerMessage": "6744ab1def61d56e020b5c56 declinePlayerMessage", + "name": "6744ab1def61d56e020b5c56 name", + "note": "6744ab1def61d56e020b5c56 note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6744ab1def61d56e020b5c56 startedMessageText", + "successMessageText": "6744ab1def61d56e020b5c56 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25400, + "id": "675850fbd640d6a5f6edcee7", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 96000, + "id": "67585108e922a1ece3fe2346", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ba3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2ba3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 96000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67585110c55da2bdfa822122", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "6765c4d4dd4c7467064cb135", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bac", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ba6", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ba7", + "_tpl": "64b8725c4b75259c590fa899", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b2ba6", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2ba8", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ba9", + "_tpl": "64b8725c4b75259c590fa899", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b2ba8", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2baa", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bab", + "_tpl": "64b8725c4b75259c590fa899", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b2baa", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2bac", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bad", + "_tpl": "64b8725c4b75259c590fa899", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "68010065f81036801d0b2bac", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "id": "6765c5db2541c40d5d96321b", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2bae", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2bae", + "_tpl": "674d6121c09f69dfb201a888", + "upd": { + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2baf", + "_tpl": "63f4da90f31d4a33b87bd054", + "parentId": "68010065f81036801d0b2bae", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2bb0", + "_tpl": "674d5e287075e056160e0176", + "parentId": "68010065f81036801d0b2bae", + "slotId": "mod_handguard" + }, + { + "_id": "68010065f81036801d0b2bb1", + "_tpl": "628a665a86cbd9750d2ff5e5", + "parentId": "68010065f81036801d0b2bae", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2bb2", + "_tpl": "5a33b2c9c4a282000c5a9511", + "parentId": "68010065f81036801d0b2bae", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2bb3", + "_tpl": "5a32aa8bc4a2826c6e06d737", + "parentId": "68010065f81036801d0b2bb2", + "slotId": "mod_scope" + }, + { + "_id": "68010065f81036801d0b2bb4", + "_tpl": "5b0e794b5acfc47a877359b2", + "parentId": "68010065f81036801d0b2bae", + "slotId": "mod_stock_000" + }, + { + "_id": "68010065f81036801d0b2bb5", + "_tpl": "5c0548ae0db834001966a3c2", + "parentId": "68010065f81036801d0b2bae", + "slotId": "mod_magazine" + } + ], + "loyaltyLevel": 4, + "traderId": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639136f086e646067c176a8b": { + "QuestName": "Kings of the Rooftops", + "_id": "639136f086e646067c176a8b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639136f086e646067c176a8b acceptPlayerMessage", + "changeQuestMessageText": "639136f086e646067c176a8b changeQuestMessageText", + "completePlayerMessage": "639136f086e646067c176a8b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63929224744e45201147081b", + "conditions": [ + { + "id": "6392924ef8e5dd32bf4e3ac0", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "marksman" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "6392925fe705511c8a4a1b8c", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "63929224744e45201147081a", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639d00a28fe84d33a25a1430", + "conditions": [ + { + "id": "639d00a9dae1800a3e1359b3", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + }, + { + "id": "639d00d481b99001240bbe77", + "dynamicLocale": false, + "target": [ + "TarkovStreets" + ], + "conditionType": "Location" + } + ] + }, + "id": "639d00a28fe84d33a25a142f", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "639d00fd5573fd6cc27d99bf", + "target": "63929224744e45201147081a", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a78e1827a4ff476e6dd0c1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca264786f77445a80ed044", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "63a78e3704d3dc28a52a20f2", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 22, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639136f086e646067c176a8b description", + "failMessageText": "639136f086e646067c176a8b failMessageText", + "declinePlayerMessage": "639136f086e646067c176a8b declinePlayerMessage", + "name": "639136f086e646067c176a8b name", + "note": "639136f086e646067c176a8b note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a9300d64b9631d91782720.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639136f086e646067c176a8b startedMessageText", + "successMessageText": "639136f086e646067c176a8b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14700, + "id": "63a78e3f1f06d111271f5ae2", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a78e5010b7a13eb0159613", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 77000, + "id": "63a78e6827a4ff476e6dd0c2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bb7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2bb7", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 77000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "673f629c5b555b53460cf827": { "QuestName": "Building Foundations", "_id": "673f629c5b555b53460cf827", - "acceptPlayerMessage": "673f629c5b555b53460cf827 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "673f629c5b555b53460cf827 acceptPlayerMessage", "changeQuestMessageText": "673f629c5b555b53460cf827 changeQuestMessageText", "completePlayerMessage": "673f629c5b555b53460cf827 completePlayerMessage", "conditions": { @@ -131831,15 +116022,14 @@ { "conditionType": "SellItemToTrader", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "673f637a1fbc23a60a72b743", "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "6389c8fb46b54c634724d847", "6389c92d52123d5dd17f8876", @@ -135960,22 +120150,22 @@ "674da107c512807d1a0e7436", "674da9cf0cb4bcde7103c07b" ], - "traderId": "5ac3b934156ae10c4430e83c", + "globalQuestCounterId": "", "value": 50, - "visibilityConditions": [] + "visibilityConditions": [], + "traderId": "5ac3b934156ae10c4430e83c" }, { "conditionType": "SellItemToTrader", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67519696567b9773f0811bae", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "6389c8fb46b54c634724d847", "6389c92d52123d5dd17f8876", @@ -139907,22 +124097,22 @@ "674da107c512807d1a0e7436", "674da9cf0cb4bcde7103c07b" ], - "traderId": "54cb50c76803fa8b248b4571", + "globalQuestCounterId": "", "value": 50, - "visibilityConditions": [] + "visibilityConditions": [], + "traderId": "54cb50c76803fa8b248b4571" }, { "conditionType": "SellItemToTrader", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "675196dff77c0b8436ec1ef5", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "6389c8fb46b54c634724d847", "6389c92d52123d5dd17f8876", @@ -143854,380 +128044,10882 @@ "674da107c512807d1a0e7436", "674da9cf0cb4bcde7103c07b" ], - "traderId": "5935c25fb3acc3127c3d8cd9", + "globalQuestCounterId": "", "value": 50, - "visibilityConditions": [] + "visibilityConditions": [], + "traderId": "5935c25fb3acc3127c3d8cd9" } ], "AvailableForStart": [ { - "availableAfter": 15, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "673f629c5b555b53460cf829", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6752f6d83038f7df520c83e8", "status": [ 4 ], - "target": "6752f6d83038f7df520c83e8", + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "673f629c5b555b53460cf827 declinePlayerMessage", "description": "673f629c5b555b53460cf827 description", "failMessageText": "673f629c5b555b53460cf827 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "673f629c5b555b53460cf827 declinePlayerMessage", "name": "673f629c5b555b53460cf827 name", "note": "673f629c5b555b53460cf827 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Merchant", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "673f629c5b555b53460cf827 startedMessageText", + "successMessageText": "673f629c5b555b53460cf827 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 14500, "id": "67582582ee2be9dc8d969efc", - "index": 0, "type": "Experience", - "unknown": false, - "value": 14500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 126000, "id": "675825a2ba25b3781a543d45", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2bb9", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103dbc", + "_id": "68010065f81036801d0b2bb9", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { "StackObjectsCount": 126000 } } - ], - "target": "67eb506040b1947a72103dbc", - "type": "Item", - "unknown": false, - "value": 126000 + ] }, { "availableInGameEditions": [], + "value": 0.01, "id": "675825930807eb5e4196f0b8", + "type": "TraderStanding", "index": 0, "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "675825ae546bc94693814923", + "type": "Item", "index": 0, + "target": "68010065f81036801d0b2bbb", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103dbe", + "_id": "68010065f81036801d0b2bbb", "_tpl": "5d1b376e86f774252519444e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103dbe", - "type": "Item", - "unknown": false, - "value": 1 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "673f629c5b555b53460cf827 startedMessageText", - "status": 0, - "successMessageText": "673f629c5b555b53460cf827 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Merchant" - }, - "6740a02a69a58fceba0ff399": { - "QuestName": "Natural Exchange", - "_id": "6740a02a69a58fceba0ff399", - "acceptPlayerMessage": "6740a02a69a58fceba0ff399 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "67a096f605d1611ed90be75a": { + "QuestName": "Hot Zone", + "_id": "67a096f605d1611ed90be75a", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6740a02a69a58fceba0ff399 changeQuestMessageText", - "completePlayerMessage": "6740a02a69a58fceba0ff399 completePlayerMessage", + "acceptPlayerMessage": "67a096f605d1611ed90be75a acceptPlayerMessage", + "changeQuestMessageText": "67a096f605d1611ed90be75a changeQuestMessageText", + "completePlayerMessage": "67a096f605d1611ed90be75a completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740a0c33c7152ccfe151146", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "id": "67b880086630950141bf71ee", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "plantTime": 15, + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 5, + "zoneId": "event_labyrinth_04_ragman_place_01", "target": [ - "5d1b36a186f7742523398433" + "64be7095047e826eae02b0c1" ], - "value": 1, - "visibilityConditions": [], - "zoneId": "BTR_FUEL_1" + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740a0d5b05fb787316fe7d5", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "id": "67b88020f3c5f1e3e6eb1f83", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "plantTime": 15, + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 5, + "zoneId": "event_labyrinth_04_ragman_place_02", "target": [ - "5d1b36a186f7742523398433" + "656efd66034e8e01c407f35c", + "656f603f94b480b8a500c0d6", + "656f9fa0498d1b7e3e071d98", + "656fa0fb498d1b7e3e071d9c", + "656fa25e94b480b8a500c0e0", + "656fad8c498d1b7e3e071da0", + "656fb0bd7c2d57afe200c0dc", + "656fb21fa0dce000a2020f7c", + "657b22485f444d6dff0c6c2f" ], - "value": 1, - "visibilityConditions": [], - "zoneId": "BTR_FUEL_2" + "globalQuestCounterId": "", + "value": 12, + "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 15, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740a095e010004c461e023c", - "index": 0, + "id": "67dc357ad0efec656c7ff3b4", + "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "67a0967c003a9986cb0f5ac1", "status": [ 4 ], - "target": "673f629c5b555b53460cf827", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6740a02a69a58fceba0ff399 declinePlayerMessage", - "description": "6740a02a69a58fceba0ff399 description", - "failMessageText": "6740a02a69a58fceba0ff399 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/658991921af57867a167fc0f.jpg", - "instantComplete": false, + "description": "67a096f605d1611ed90be75a description", + "failMessageText": "67a096f605d1611ed90be75a failMessageText", + "declinePlayerMessage": "67a096f605d1611ed90be75a declinePlayerMessage", + "name": "67a096f605d1611ed90be75a name", + "note": "67a096f605d1611ed90be75a note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "PickUp", "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "6740a02a69a58fceba0ff399 name", - "note": "6740a02a69a58fceba0ff399 note", + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a096f605d1611ed90be75a startedMessageText", + "successMessageText": "67a096f605d1611ed90be75a successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 6, + "id": "67b87f143f0f8e197b68a9ee", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bc2", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2bbd", + "_tpl": "64be7095047e826eae02b0c1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bbe", + "_tpl": "64be7095047e826eae02b0c1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bbf", + "_tpl": "64be7095047e826eae02b0c1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc0", + "_tpl": "64be7095047e826eae02b0c1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc1", + "_tpl": "64be7095047e826eae02b0c1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc2", + "_tpl": "64be7095047e826eae02b0c1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 6, + "id": "67df9f14cb0f5f2882237a89", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bc9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2bc4", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc5", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc6", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc7", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc8", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bc9", + "_tpl": "656fad8c498d1b7e3e071da0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 29400, + "id": "67b87ea1abdcfb69ec540069", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67b87eaef70140a3dce9d11e", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 169000, + "id": "67b87ed7c3a09db0eb37a833", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bcb", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2bcb", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 169000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67e421eaaeccb9171ee5a377", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bcf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2bcd", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bce", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bcf", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b87ee33f0121101769f123", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bd8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2bd4", + "_tpl": "5ca20ee186f774799474abc2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bd5", + "_tpl": "657bbe73a1c61ee0c303632b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2bd4", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b2bd6", + "_tpl": "657bbed0aab96fccee08be96", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2bd4", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b2bd7", + "_tpl": "657bbefeb30eca9763051189", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2bd4", + "slotId": "Helmet_ears" + }, + { + "_id": "68010065f81036801d0b2bd8", + "_tpl": "5ca20ee186f774799474abc2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bd9", + "_tpl": "657bbe73a1c61ee0c303632b", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2bd8", + "slotId": "Helmet_top" + }, + { + "_id": "68010065f81036801d0b2bda", + "_tpl": "657bbed0aab96fccee08be96", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2bd8", + "slotId": "Helmet_back" + }, + { + "_id": "68010065f81036801d0b2bdb", + "_tpl": "657bbefeb30eca9763051189", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2bd8", + "slotId": "Helmet_ears" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b87f033ca773eeb90ff736", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bde", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2bdd", + "_tpl": "5ca2113f86f7740b2547e1d2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bde", + "_tpl": "5ca2113f86f7740b2547e1d2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "67b8803eee0ed1b5df662c76", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2bdf", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2bdf", + "_tpl": "679b9819a2f2dd4da9023512" + } + ], + "loyaltyLevel": 1, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", "progressSource": "eft", "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a096577e86e067eb045733": { + "QuestName": "Hidden Layer", + "_id": "67a096577e86e067eb045733", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a096577e86e067eb045733 acceptPlayerMessage", + "changeQuestMessageText": "67a096577e86e067eb045733 changeQuestMessageText", + "completePlayerMessage": "67a096577e86e067eb045733 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0bf714bf34f084c4d4b81", + "conditions": [ + { + "id": "67a0bf7741184934360d0f93", + "dynamicLocale": false, + "target": "event_labyrinth_03_mech_place_01", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0bf7103442ae640dba835", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67dbdd4df7defbfcde3cffb4", + "conditions": [ + { + "id": "67dbdd738e57259e5ee192ac", + "dynamicLocale": false, + "target": "event_labyrinth_03_mech_place_02", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67dbdd4d6a2e4b8e002b647d", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67dc12b2c19da0bc1f6d86e8", + "target": "67a0bf7103442ae640dba835", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67dbdd819d8208bb2082480e", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "67dbdd4d6a2e4b8e002b647d", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b9716597ba2ed120c3d3f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67a0bf57c4344109a9a3772e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0964e972c11a3f507731b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a096577e86e067eb045733 description", + "failMessageText": "67a096577e86e067eb045733 failMessageText", + "declinePlayerMessage": "67a096577e86e067eb045733 declinePlayerMessage", + "name": "67a096577e86e067eb045733 name", + "note": "67a096577e86e067eb045733 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/67e407b1bbf507ac3b068a53.jpg", + "type": "Exploration", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a096577e86e067eb045733 startedMessageText", + "successMessageText": "67a096577e86e067eb045733 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "675825dbf5b3d245949d00c0", - "index": 0, + "value": 10300, + "id": "67b31a1076aeb7b1c4666bfd", "type": "Experience", - "unknown": false, - "value": 26800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "675825e546538870e818d915", + "value": 0.02, + "id": "67b31a1675323f43741a64e7", + "type": "TraderStanding", "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 50000, + "id": "67b31a24c330c711aa1dd9cb", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2be1", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103c85", + "_id": "68010065f81036801d0b2be1", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 96000 + "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a72103c85", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67b31a3ac9b84d72176f57a9", "type": "Item", - "unknown": false, - "value": 96000 - }, - { - "availableInGameEditions": [], - "id": "675825f2b3826a9cc18daf2a", "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", + "target": "68010065f81036801d0b2be2", "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "675825ff870548da5cf2d47a", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103c87", - "_tpl": "57347ca924597744596b4e71", + "_id": "68010065f81036801d0b2be2", + "_tpl": "6165ac306ef05c2ce828ef74", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b2be3", + "_tpl": "571659bb2459771fb2755a12", + "parentId": "68010065f81036801d0b2be2", + "slotId": "mod_pistol_grip" + }, + { + "_id": "68010065f81036801d0b2be4", + "_tpl": "6183d53f1cb55961fa0fdcda", + "parentId": "68010065f81036801d0b2be2", + "slotId": "mod_magazine" + }, + { + "_id": "68010065f81036801d0b2be5", + "_tpl": "6165aeedfaa1272e431521e3", + "parentId": "68010065f81036801d0b2be2", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2be6", + "_tpl": "6183b0711cb55961fa0fdcad", + "parentId": "68010065f81036801d0b2be5", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2be7", + "_tpl": "618178aa1cb55961fa0fdc80", + "parentId": "68010065f81036801d0b2be6", + "slotId": "mod_muzzle" + }, + { + "_id": "68010065f81036801d0b2be8", + "_tpl": "61816fcad92c473c770215cc", + "parentId": "68010065f81036801d0b2be6", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2be9", + "_tpl": "61817865d3a39d50044c13a4", + "parentId": "68010065f81036801d0b2be5", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2bea", + "_tpl": "61816df1d3a39d50044c139e", + "parentId": "68010065f81036801d0b2be5", + "slotId": "mod_mount_000" + }, + { + "_id": "68010065f81036801d0b2beb", + "_tpl": "61816dfa6ef05c2ce828f1ad", + "parentId": "68010065f81036801d0b2be5", + "slotId": "mod_mount_001" + }, + { + "_id": "68010065f81036801d0b2bec", + "_tpl": "61825d06d92c473c770215de", + "parentId": "68010065f81036801d0b2be2", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2bed", + "_tpl": "61825d136ef05c2ce828f1cc", + "parentId": "68010065f81036801d0b2bec", + "slotId": "mod_stock_001" + }, + { + "_id": "68010065f81036801d0b2bee", + "_tpl": "618167616ef05c2ce828f1a8", + "parentId": "68010065f81036801d0b2bed", + "slotId": "mod_stock" + }, + { + "_id": "68010065f81036801d0b2bef", + "_tpl": "61825d24d3a39d50044c13af", + "parentId": "68010065f81036801d0b2bec", + "slotId": "mod_stock_002" + }, + { + "_id": "68010065f81036801d0b2bf0", + "_tpl": "6181688c6c780c1e710c9b04", + "parentId": "68010065f81036801d0b2be2", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67b31a50f771222e8603198e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bf4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2bf2", + "_tpl": "6183d53f1cb55961fa0fdcda", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bf3", + "_tpl": "6183d53f1cb55961fa0fdcda", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bf4", + "_tpl": "6183d53f1cb55961fa0fdcda", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103c87", + ] + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "67b31a607334ac8501e2633b", "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2bfd", "unknown": false, - "value": 1 + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2bf7", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bf8", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2bf7", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2bf9", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bfa", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2bf9", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2bfb", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bfc", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2bfb", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2bfd", + "_tpl": "65702558cfc010a0f5006a25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2bfe", + "_tpl": "58dd3ad986f77403051cba8f", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2bfd", + "slotId": "cartridges" + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6740a02a69a58fceba0ff399 startedMessageText", - "status": 0, - "successMessageText": "6740a02a69a58fceba0ff399 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Exploration" - }, - "6740a15566e6a521aa051b15": { - "QuestName": "Forge a Friendship", - "_id": "6740a15566e6a521aa051b15", - "acceptPlayerMessage": "6740a15566e6a521aa051b15 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "67a0970f05d1611ed90be75d": { + "QuestName": "Hypotheses Testing", + "_id": "67a0970f05d1611ed90be75d", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6740a15566e6a521aa051b15 changeQuestMessageText", - "completePlayerMessage": "6740a15566e6a521aa051b15 completePlayerMessage", + "acceptPlayerMessage": "67a0970f05d1611ed90be75d acceptPlayerMessage", + "changeQuestMessageText": "67a0970f05d1611ed90be75d changeQuestMessageText", + "completePlayerMessage": "67a0970f05d1611ed90be75d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67dbe16e209c3fbfa72de9e3", + "conditions": [ + { + "id": "67dbe177f8a9cd256822b013", + "dynamicLocale": false, + "target": "event_labyrinth_06_mech_place_01", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67dbe16ece16a02860ed9d33", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "67a0dcf4ff6f74931359b9f9", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "679b992329acd1f2f60985a5" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67a0dccc99ab8c7f8a0f479e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0970744893b9f3f0d9b68", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a0970f05d1611ed90be75d description", + "failMessageText": "67a0970f05d1611ed90be75d failMessageText", + "declinePlayerMessage": "67a0970f05d1611ed90be75d declinePlayerMessage", + "name": "67a0970f05d1611ed90be75d name", + "note": "67a0970f05d1611ed90be75d note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "6733700029c367a3d40b02af", + "image": "/files/quest/icon/67e3d477ab7770f72902761c.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a0970f05d1611ed90be75d startedMessageText", + "successMessageText": "67a0970f05d1611ed90be75d successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "67dbe19bf3f4cb01b7685ca5", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c00", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c00", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 15900, + "id": "67b33444fc24e6ce25d51963", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67b334574d0c378f11cbb24c", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 82000, + "id": "67b33460db45c1fad035ec8c", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c02", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c02", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 82000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67b3346a52a36af00e8f15ba", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c06", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c04", + "_tpl": "59e35de086f7741778269d84", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c05", + "_tpl": "59e35de086f7741778269d84", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c06", + "_tpl": "59e35de086f7741778269d84", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67b334736a15268d01bd02ac", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c0a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c08", + "_tpl": "62a0a0bb621468534a797ad5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c09", + "_tpl": "62a0a0bb621468534a797ad5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c0a", + "_tpl": "62a0a0bb621468534a797ad5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67b3347c7eb9cb31b19fe073", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c0e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c0c", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c0d", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c0e", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "67b3348acb6b2b66fd8d8069", + "type": "Achievement", + "index": 0, + "target": "67a0e57117e34930e50075f3", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a0967c003a9986cb0f5ac1": { + "QuestName": "Sensory Analysis - Part 1", + "_id": "67a0967c003a9986cb0f5ac1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a0967c003a9986cb0f5ac1 acceptPlayerMessage", + "changeQuestMessageText": "67a0967c003a9986cb0f5ac1 changeQuestMessageText", + "completePlayerMessage": "67a0967c003a9986cb0f5ac1 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, + "id": "67dc3861d5c0070b960c1bba", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5d1b376e86f774252519444e" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67dc393c748dcea8ec1fba68", + "conditions": [ + { + "id": "67dc394bfe8e6616da423154", + "dynamicLocale": false, + "target": [ + "TarkovStreets", + "Woods" + ], + "conditionType": "Location" + }, + { + "id": "67dc3951e32d3b1c109b959b", + "dynamicLocale": false, + "compareMethod": ">=", + "value": 1, + "conditionType": "Time" + } + ] + }, + "id": "67dc393c6089aa48050efa02", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67dc396ff82d684e1eb957f9", + "target": "67dc3861d5c0070b960c1bba", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "Quest", + "id": "67dc294d681db91b2fa3b279", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "target": "67a096ed77dd677f600804ba", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [ + { + "id": "67dd233b941f281d500e05d5", + "target": "67dc3861d5c0070b960c1bba", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67b459dfd97af94f23e19988", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a096577e86e067eb045733", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 1800, + "dispersion": 300, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a0967c003a9986cb0f5ac1 description", + "failMessageText": "67a0967c003a9986cb0f5ac1 failMessageText", + "declinePlayerMessage": "67a0967c003a9986cb0f5ac1 declinePlayerMessage", + "name": "67a0967c003a9986cb0f5ac1 name", + "note": "67a0967c003a9986cb0f5ac1 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a0967c003a9986cb0f5ac1 startedMessageText", + "successMessageText": "67a0967c003a9986cb0f5ac1 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "67b31f7062d790401e633dc8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c10", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c10", + "_tpl": "5d1b376e86f774252519444e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 20300, + "id": "67b31f80babd5b4b6ce92414", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67b31f966113cdf879d45370", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 112000, + "id": "67b31fac0fc97528529376d8", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c12", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c12", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 112000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b31fb81ca0fe9989715306", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c15", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c14", + "_tpl": "66b5f68de98be930d701c00e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c15", + "_tpl": "66b5f68de98be930d701c00e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b31fc2ebe5d98d2bc6ed01", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c26", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c1e", + "_tpl": "628dc750b910320f4c27a732", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c1f", + "_tpl": "6572f1ca4c8d903cc60c874e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c1e", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2c20", + "_tpl": "6572f1d60103b4a3270332db", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c1e", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2c21", + "_tpl": "6572f1e10103b4a3270332df", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c1e", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2c22", + "_tpl": "6572f1edea457732140ce875", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c1e", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2c23", + "_tpl": "6572f1f7ea457732140ce879", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c1e", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b2c24", + "_tpl": "656fa25e94b480b8a500c0e0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c1e", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2c25", + "_tpl": "656fa25e94b480b8a500c0e0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c1e", + "slotId": "Back_plate" + }, + { + "_id": "68010065f81036801d0b2c26", + "_tpl": "628dc750b910320f4c27a732", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c27", + "_tpl": "6572f1ca4c8d903cc60c874e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c26", + "slotId": "Soft_armor_front" + }, + { + "_id": "68010065f81036801d0b2c28", + "_tpl": "6572f1d60103b4a3270332db", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c26", + "slotId": "Soft_armor_back" + }, + { + "_id": "68010065f81036801d0b2c29", + "_tpl": "6572f1e10103b4a3270332df", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c26", + "slotId": "Soft_armor_left" + }, + { + "_id": "68010065f81036801d0b2c2a", + "_tpl": "6572f1edea457732140ce875", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c26", + "slotId": "soft_armor_right" + }, + { + "_id": "68010065f81036801d0b2c2b", + "_tpl": "6572f1f7ea457732140ce879", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c26", + "slotId": "Groin" + }, + { + "_id": "68010065f81036801d0b2c2c", + "_tpl": "656fa25e94b480b8a500c0e0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c26", + "slotId": "Front_plate" + }, + { + "_id": "68010065f81036801d0b2c2d", + "_tpl": "656fa25e94b480b8a500c0e0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "68010065f81036801d0b2c26", + "slotId": "Back_plate" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "639136e84ed9512be67647db": { + "QuestName": "Cease Fire", + "_id": "639136e84ed9512be67647db", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "639136e84ed9512be67647db acceptPlayerMessage", + "changeQuestMessageText": "639136e84ed9512be67647db changeQuestMessageText", + "completePlayerMessage": "639136e84ed9512be67647db completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63929101744e452011470819", + "conditions": [ + { + "id": "63929163c115f907b14700bb", + "dynamicLocale": false, + "exitName": "E9_sniper", + "conditionType": "ExitName" + }, + { + "id": "639cffee5573fd6cc27d99be", + "dynamicLocale": false, + "status": [ + "Survived" + ], + "conditionType": "ExitStatus" + } + ] + }, + "id": "63929101744e452011470818", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "63a768c404d3dc28a52a20e5", + "index": 0, + "parentId": "", "dynamicLocale": false, "globalQuestCounterId": "", - "id": "6740a202086cf3dbf687279a", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63a7698c10b7a13eb0159606", + "index": 1, "parentId": "", - "target": [ - "67499adbeca8acb2d2061634" + "dynamicLocale": false, + "target": "63a88045abf76d719f42d715", + "status": [ + 4 ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "639136e84ed9512be67647db description", + "failMessageText": "639136e84ed9512be67647db failMessageText", + "declinePlayerMessage": "639136e84ed9512be67647db declinePlayerMessage", + "name": "639136e84ed9512be67647db name", + "note": "639136e84ed9512be67647db note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639136e84ed9512be67647db startedMessageText", + "successMessageText": "639136e84ed9512be67647db successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 2, + "id": "63a76b7a04d3dc28a52a20e6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c30", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c2f", + "_tpl": "6217726288ed9f0845317459", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c30", + "_tpl": "6217726288ed9f0845317459", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 5600, + "id": "63a76ac8ee7b4d0d5507bad5", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "63a76b371f06d111271f5ad7", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 27000, + "id": "63a76f461f06d111271f5ad9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c32", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c32", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 27000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a76b4bee7b4d0d5507bad6", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c34", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c34", + "_tpl": "620109578d82e67e7911abf2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "63a76b5a5199ab1f7d4a7735", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c38", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c36", + "_tpl": "62389aaba63f32501b1b444f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c37", + "_tpl": "62389aaba63f32501b1b444f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c38", + "_tpl": "62389aaba63f32501b1b444f", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a0970744893b9f3f0d9b68": { + "QuestName": "Offensive Reconnaissance", + "_id": "67a0970744893b9f3f0d9b68", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a0970744893b9f3f0d9b68 acceptPlayerMessage", + "changeQuestMessageText": "67a0970744893b9f3f0d9b68 changeQuestMessageText", + "completePlayerMessage": "67a0970744893b9f3f0d9b68 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67dbe0f531e892ab3905f30e", + "conditions": [ + { + "id": "67dbe1030a44b50c67fa2868", + "dynamicLocale": false, + "target": "event_labyrinth_05_mech_place_01", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67dbe0f532ff08bfa13237a8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67a0dc94a4d798e79853f2eb", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "67dbe0f532ff08bfa13237a8", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b9819a2f2dd4da9023512" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67e41d1f936ebf353ae78ed6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0966817e34930e500754c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a0970744893b9f3f0d9b68 description", + "failMessageText": "67a0970744893b9f3f0d9b68 failMessageText", + "declinePlayerMessage": "67a0970744893b9f3f0d9b68 declinePlayerMessage", + "name": "67a0970744893b9f3f0d9b68 name", + "note": "67a0970744893b9f3f0d9b68 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/67e3d474aa9c9449d10fd198.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a0970744893b9f3f0d9b68 startedMessageText", + "successMessageText": "67a0970744893b9f3f0d9b68 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4500, + "id": "67b3342eeb55258aaf647a32", + "type": "Experience", + "index": 0, + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "669fa38fad7f1eac2607ed46": { + "QuestName": "One Less Loose End", + "_id": "669fa38fad7f1eac2607ed46", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "669fa38fad7f1eac2607ed46 acceptPlayerMessage", + "changeQuestMessageText": "669fa38fad7f1eac2607ed46 changeQuestMessageText", + "completePlayerMessage": "669fa38fad7f1eac2607ed46 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "669faeb6a6e02d00c47ad812", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66c0b39ca1f68fcc1d0c0cc3" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "669faecceb01bf6324de66c4", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "nf2024_1", + "target": [ + "66c0b39ca1f68fcc1d0c0cc3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66aa24767f030d6eb630823d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6179aff8f57fb279792c60a1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "66a2e431698fb99bb4bd1cf2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "669fa3910c828825de06d69f", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "669fa38fad7f1eac2607ed46 description", + "failMessageText": "669fa38fad7f1eac2607ed46 failMessageText", + "declinePlayerMessage": "669fa38fad7f1eac2607ed46 declinePlayerMessage", + "name": "669fa38fad7f1eac2607ed46 name", + "note": "669fa38fad7f1eac2607ed46 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/66acebc9f85b8bf7250f9cab.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "669fa38fad7f1eac2607ed46 startedMessageText", + "successMessageText": "669fa38fad7f1eac2607ed46 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15000, + "id": "66aa24801e5e199ecd094f08", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "66aa248e023055273703d883", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1200, + "id": "66aa24a6fb57cc8a5404ac5a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c3a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c3a", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1200 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66bb3e3aa511da1d0400af96", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c3b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c3b", + "_tpl": "668fe5a998b5ad715703ddd6", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2c3c", + "_tpl": "668fe5f62a0f85eea407cc18", + "parentId": "68010065f81036801d0b2c3b", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2c3d", + "_tpl": "668fe5ec4315934ba10c6f96", + "parentId": "68010065f81036801d0b2c3c", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2c3e", + "_tpl": "668fe5d42a0f85eea407cc16", + "parentId": "68010065f81036801d0b2c3b", + "slotId": "mod_pistolgrip" + }, + { + "_id": "68010065f81036801d0b2c3f", + "_tpl": "668fe60b56984d93550462c6", + "parentId": "68010065f81036801d0b2c3b", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2c40", + "_tpl": "668fe5e1800f0244f9036e46", + "parentId": "68010065f81036801d0b2c3f", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2c41", + "_tpl": "668fe5c5f35310705d02b696", + "parentId": "68010065f81036801d0b2c3b", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66bb40dac589a4bab20325c7", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c45", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c43", + "_tpl": "668fe5c5f35310705d02b696", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c44", + "_tpl": "668fe5c5f35310705d02b696", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c45", + "_tpl": "668fe5c5f35310705d02b696", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 28, + "id": "66bb40e92f6f5ebd440bfd16", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c47", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c47", + "_tpl": "66a0d1e0ed648d72fe064d06", + "upd": { + "StackObjectsCount": 28 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a09673972c11a3f507731d": { + "QuestName": "The Tarkov Butcher", + "_id": "67a09673972c11a3f507731d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a09673972c11a3f507731d acceptPlayerMessage", + "changeQuestMessageText": "67a09673972c11a3f507731d changeQuestMessageText", + "completePlayerMessage": "67a09673972c11a3f507731d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67a0d92a6cf4a5745d0bc94f", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b98e429acd1f2f60985a3" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67a0d9b0771af75e83c19178", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "event_labyrinth_04_therap_place_01", + "target": [ + "679b98e429acd1f2f60985a3" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67a0d9c6846d0edf944120a3", + "target": "67a0d92a6cf4a5745d0bc94f", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67b45a8d160798d179856365", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0966817e34930e500754c", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a09673972c11a3f507731d description", + "failMessageText": "67a09673972c11a3f507731d failMessageText", + "declinePlayerMessage": "67a09673972c11a3f507731d declinePlayerMessage", + "name": "67a09673972c11a3f507731d name", + "note": "67a09673972c11a3f507731d note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/67e3d6abf88ffa13890e3eb6.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a09673972c11a3f507731d startedMessageText", + "successMessageText": "67a09673972c11a3f507731d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 14700, + "id": "67b31abe61d09424188e7d9c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67b31ac708c052acd49f0716", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 52000, + "id": "67b31ad17d3342c0cf4f9c18", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c49", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c49", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 52000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "67e4217a950fabf39ab6c0ee", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c4f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c4b", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c4c", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c4d", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c4e", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c4f", + "_tpl": "679b9819a2f2dd4da9023512", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67dbdceebe13d2a77f358d75", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c51", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c51", + "_tpl": "67d3ed3271c17ff82e0a5b0b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "67b8805787e38f20199f7cc8", + "type": "AssortmentUnlock", + "index": 0, + "target": "68010065f81036801d0b2c52", + "unknown": false, + "items": [ + { + "_id": "68010065f81036801d0b2c52", + "_tpl": "679b9819a2f2dd4da9023512" + } + ], + "loyaltyLevel": 1, + "traderId": "54cb57776803fa99248b456e" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a09724972c11a3f5077324": { + "QuestName": "Confidential Info", + "_id": "67a09724972c11a3f5077324", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a09724972c11a3f5077324 acceptPlayerMessage", + "changeQuestMessageText": "67a09724972c11a3f5077324 changeQuestMessageText", + "completePlayerMessage": "67a09724972c11a3f5077324 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67a0dd7a2519959b187db47f", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b9aa490622daf9708da73" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67a0de2750fdff39d267ea16", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "event_labyrinth_07_peacekeep_place_01", + "target": [ + "66dae7cbeb28f0f96809f325", + "5e340dcdcb6d5863cc5e5efb", + "5e32f56fcb6d5863cc5e5ee4", + "58d3db5386f77426186285a0", + "5710c24ad2720bc3458b45a3", + "5448be9a4bdc2dfd2f8b456a" + ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740a20cc6daae7f8f12a77d", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "id": "67a0dda1370e2f877a6c8531", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "67499adbeca8acb2d2061634" + "679b9aa490622daf9708da73" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740a1e9d374ebe6f10a79ba", + "id": "67a0dd5faf72be445b19874e", "index": 0, "parentId": "", - "status": [ - 4 - ], - "target": "6745fcded0fbbc74ca0f721d", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6749aba2e3f499173aa277b4", - "index": 1, - "parentId": "", + "target": "67a0970744893b9f3f0d9b68", "status": [ 4 ], - "target": "6740a02a69a58fceba0ff399", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6740a15566e6a521aa051b15 declinePlayerMessage", - "description": "6740a15566e6a521aa051b15 description", - "failMessageText": "6740a15566e6a521aa051b15 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, + "description": "67a09724972c11a3f5077324 description", + "failMessageText": "67a09724972c11a3f5077324 failMessageText", + "declinePlayerMessage": "67a09724972c11a3f5077324 declinePlayerMessage", + "name": "67a09724972c11a3f5077324 name", + "note": "67a09724972c11a3f5077324 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "6733700029c367a3d40b02af", + "image": "/files/quest/icon/67e3d47ab844364504003c4e.jpg", + "type": "PickUp", "isKey": false, - "location": "5704e554d2720bac5b8b456e", - "name": "6740a15566e6a521aa051b15 name", - "note": "6740a15566e6a521aa051b15 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a09724972c11a3f5077324 startedMessageText", + "successMessageText": "67a09724972c11a3f5077324 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "67584d0dfa0a4fc9278b7ae1", - "index": 0, + "value": 17600, + "id": "67b334a17a63b4c10037ef9b", "type": "Experience", - "unknown": false, - "value": 18800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "67584d1c54b62fe0781f24e4", + "value": 0.03, + "id": "67b334ae28790c14e21c1e97", + "type": "TraderStanding", "index": 0, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1600, + "id": "67b334b5d4676e284bc107b0", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c54", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c54", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1600 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67b334d70bb487be96a6eaac", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c56", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c56", + "_tpl": "5c05300686f7746dce784e5d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b334c1f3276957af19c943", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c59", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c58", + "_tpl": "590c392f86f77444754deb29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c59", + "_tpl": "590c392f86f77444754deb29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b334cb5afedfde5efe894f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c5c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c5b", + "_tpl": "590c37d286f77443be3d7827", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c5c", + "_tpl": "590c37d286f77443be3d7827", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67e163bcadf98db6ec742b22", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c5e", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c5e", + "_tpl": "679b946f90622daf9708da6d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a0972e77dd677f600804bd": { + "QuestName": "This Tape Sucks", + "_id": "67a0972e77dd677f600804bd", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a0972e77dd677f600804bd acceptPlayerMessage", + "changeQuestMessageText": "67a0972e77dd677f600804bd changeQuestMessageText", + "completePlayerMessage": "67a0972e77dd677f600804bd completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0de69cabba26f3bd3460e", + "conditions": [ + { + "id": "67a0de740430369d053b4ae7", + "dynamicLocale": false, + "target": "event_labyrinth_08_therap_place_01", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0de6954c67082e9148328", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67a0de84e8e35296a13500c8", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b998180a165f7a40b4c2c" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67a0dec1d3b43c4d91381383", + "target": "67a0de6954c67082e9148328", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "67a0de9190545ec5612fdda5", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b998180a165f7a40b4c2c" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67a0dec6247ed6059654087e", + "target": "67a0de84e8e35296a13500c8", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67a0de4da79fd2a58f51c847", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0970744893b9f3f0d9b68", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a0972e77dd677f600804bd description", + "failMessageText": "67a0972e77dd677f600804bd failMessageText", + "declinePlayerMessage": "67a0972e77dd677f600804bd declinePlayerMessage", + "name": "67a0972e77dd677f600804bd name", + "note": "67a0972e77dd677f600804bd note", + "traderId": "54cb57776803fa99248b456e", + "location": "6733700029c367a3d40b02af", + "image": "/files/quest/icon/67e3d47d8d33d5706d0c2ada.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a0972e77dd677f600804bd startedMessageText", + "successMessageText": "67a0972e77dd677f600804bd successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15500, + "id": "67b334ef117a3558f1457235", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67b334f7de17d17cea1ffbe0", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 218000, + "id": "67b334fef6d2cdde888bda49", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c60", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c60", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 218000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b33508b508788add112cda", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c63", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c62", + "_tpl": "637b612fb7afa97bfc3d7005", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c63", + "_tpl": "637b612fb7afa97bfc3d7005", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b33512bdbca07c19cdd564", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c66", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c65", + "_tpl": "5ed5160a87bb8443d10680b5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c66", + "_tpl": "5ed5160a87bb8443d10680b5", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b33525968c1dc02c88dc51", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c69", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c68", + "_tpl": "5ed515c8d380ab312177c0fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c69", + "_tpl": "5ed515c8d380ab312177c0fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67e163aa3ab5ce605035e86f", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c6b", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c6b", + "_tpl": "679b94734e9ca6b3d80586a7", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a0964e972c11a3f507731b": { + "QuestName": "Needle in a Haystack", + "_id": "67a0964e972c11a3f507731b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a0964e972c11a3f507731b acceptPlayerMessage", + "changeQuestMessageText": "67a0964e972c11a3f507731b changeQuestMessageText", + "completePlayerMessage": "67a0964e972c11a3f507731b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0bc817d2b872dfc5dfc51", + "conditions": [ + { + "id": "67a0bd223c1e9c0036f9b791", + "dynamicLocale": false, + "target": "event_labyrinth_02_mech_place_01", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0bc81fcbc1c559d09b58f", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0bc83e483f6871f80bb19", + "conditions": [ + { + "id": "67a0bd2701d6f41ee0229ad7", + "dynamicLocale": false, + "target": "event_labyrinth_02_mech_place_02", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0bc83182c4b0c71edd0ce", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0bc84811ee2c1fd9cd778", + "conditions": [ + { + "id": "67a0bd2e1d77b7f64c8ac7b2", + "dynamicLocale": false, + "target": "event_labyrinth_02_mech_place_03", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0bc84f19d5b1120a55762", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0bc87b8bcf7f2a068bca1", + "conditions": [ + { + "id": "67a0bd38870b5da984382e64", + "dynamicLocale": false, + "target": "event_labyrinth_02_mech_place_04", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0bc87c60a93d7a3f28b23", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0bc88cc3a821b120b8db4", + "conditions": [ + { + "id": "67a0bd44d25f5d1f4b43c0c5", + "dynamicLocale": false, + "target": "event_labyrinth_02_mech_place_05", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0bc8848d9d2cbd274ffd9", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0bc8a976dac4437824a63", + "conditions": [ + { + "id": "67a0bd4acd1725adbc36c73d", + "dynamicLocale": false, + "target": "event_labyrinth_02_mech_place_06", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0bc8ab12fe4b1baa60e4c", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67a0bc78ea1f2cdb5f329c90", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a09636b8725511260bc421", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a0964e972c11a3f507731b description", + "failMessageText": "67a0964e972c11a3f507731b failMessageText", + "declinePlayerMessage": "67a0964e972c11a3f507731b declinePlayerMessage", + "name": "67a0964e972c11a3f507731b name", + "note": "67a0964e972c11a3f507731b note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/67e407ae4b7fec9ea8061780.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a0964e972c11a3f507731b startedMessageText", + "successMessageText": "67a0964e972c11a3f507731b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9800, + "id": "67b319c686f0c20510382ce9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "67b319d6f51bf392064b15f9", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 47000, + "id": "67b319dec437095d76d2bfab", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c6d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c6d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 47000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "67b319e78c1fb7bd1d9deb04", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c73", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c6f", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c70", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c71", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c72", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c73", + "_tpl": "5d1b392c86f77425243e98fe", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "67b319f0a870dd18fe408f58", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c79", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c75", + "_tpl": "590a3cd386f77436f20848cb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c76", + "_tpl": "590a3cd386f77436f20848cb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c77", + "_tpl": "590a3cd386f77436f20848cb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c78", + "_tpl": "590a3cd386f77436f20848cb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c79", + "_tpl": "590a3cd386f77436f20848cb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67d03be712fb5f8fd2096332": { + "QuestName": "Vacate the Premises", + "_id": "67d03be712fb5f8fd2096332", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67d03be712fb5f8fd2096332 acceptPlayerMessage", + "changeQuestMessageText": "67d03be712fb5f8fd2096332 changeQuestMessageText", + "completePlayerMessage": "67d03be712fb5f8fd2096332 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67d03be712fb5f8fd2096335", + "conditions": [ + { + "id": "67a0e080230a2d6aeac29889", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "67a0e08ada2ecce7a7ff8365", + "dynamicLocale": false, + "target": [ + "Labyrinth" + ], + "conditionType": "Location" + } + ] + }, + "id": "67d03be712fb5f8fd2096334", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 36, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67a0e06bd0871d7e4b408898", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0970744893b9f3f0d9b68", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67d03be712fb5f8fd2096332 description", + "failMessageText": "67d03be712fb5f8fd2096332 failMessageText", + "declinePlayerMessage": "67d03be712fb5f8fd2096332 declinePlayerMessage", + "name": "67d03be712fb5f8fd2096332 name", + "note": "67d03be712fb5f8fd2096332 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "6733700029c367a3d40b02af", + "image": "/files/quest/icon/67e3d483d1eb1b2e6b01cf5c.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67d03be712fb5f8fd2096332 startedMessageText", + "successMessageText": "67d03be712fb5f8fd2096332 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 20400, + "id": "67d03be712fb5f8fd2096336", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67d03be712fb5f8fd2096337", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 208000, + "id": "67d03be712fb5f8fd2096338", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c7b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c7b", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 208000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67d03be712fb5f8fd2096339", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c7f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c7d", + "_tpl": "657089638db3adca1009f4ca", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c7e", + "_tpl": "657089638db3adca1009f4ca", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c7f", + "_tpl": "657089638db3adca1009f4ca", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67e16363063795835dc90505", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c81", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c81", + "_tpl": "679b944d597ba2ed120c3d3c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "60e71ccb5688f6424c7bfec4": { + "QuestName": "Trophies", + "_id": "60e71ccb5688f6424c7bfec4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "60e71ccb5688f6424c7bfec4 acceptPlayerMessage", + "changeQuestMessageText": "60e71ccb5688f6424c7bfec4 changeQuestMessageText", + "completePlayerMessage": "60e71ccb5688f6424c7bfec4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 50, + "id": "60e8174d0367e10a450f7818", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59f32bb586f774757e1e8442", + "6662e9cda7e0b43baa3d5f76", + "6662e9aca7e0b43baa3d5f74", + "675dc9d37ae1a8792107ca96", + "675dcb0545b1a2d108011b2b" + ], + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 50, + "id": "60e81795479eef59b01b0bdf", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59f32c3b86f77472a31742f0", + "6662ea05f6259762c56f3189", + "6662e9f37fa79a6d83730fa0", + "6764207f2fa5e32733055c4a", + "6764202ae307804338014c1a" + ], + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "610148054a065318776a1e76", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2cc86f77443e47ae019", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "6101480ee5b13723fc7609af", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 55, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "63aac78c1b5c9574661f0549", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b75b86f7742e97191958", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "60e71ccb5688f6424c7bfec4 description", + "failMessageText": "60e71ccb5688f6424c7bfec4 failMessageText", + "declinePlayerMessage": "60e71ccb5688f6424c7bfec4 declinePlayerMessage", + "name": "60e71ccb5688f6424c7bfec4 name", + "note": "60e71ccb5688f6424c7bfec4 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/60c373b71d348838124696ea.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "60e71ccb5688f6424c7bfec4 startedMessageText", + "successMessageText": "60e71ccb5688f6424c7bfec4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 137000, + "id": "60f0374f5caf08029e0d6279", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 4, + "id": "61029d8e60307362d01d8c86", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c86", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c83", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c84", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c85", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c86", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "619d02cd4f859b7c35461376", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c88", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c88", + "_tpl": "619bdf9cc9546643a67df6f8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6102960637e8697a3e7a49e9", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c89", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c89", + "_tpl": "5e81ebcd8e146c7080625e15", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "68010065f81036801d0b2c8a", + "_tpl": "571659bb2459771fb2755a12", + "parentId": "68010065f81036801d0b2c89", + "slotId": "mod_pistol_grip" + } + ] + }, + { + "availableInGameEditions": [], + "value": 10, + "id": "6102961a9386cf6f25373c48", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c95", + "unknown": true, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c8c", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c8d", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c8e", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c8f", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c90", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c91", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c92", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c93", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c94", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2c95", + "_tpl": "5f0c892565703e5c461894e9", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a096ed77dd677f600804ba": { + "QuestName": "Sensory Analysis - Part 2", + "_id": "67a096ed77dd677f600804ba", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a096ed77dd677f600804ba acceptPlayerMessage", + "changeQuestMessageText": "67a096ed77dd677f600804ba changeQuestMessageText", + "completePlayerMessage": "67a096ed77dd677f600804ba completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "67a0da26a3b8d254347b8634", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5d1b376e86f774252519444e" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67dbde81b2fe05da39b24331", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0967c003a9986cb0f5ac1", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a096ed77dd677f600804ba description", + "failMessageText": "67a096ed77dd677f600804ba failMessageText", + "declinePlayerMessage": "67a096ed77dd677f600804ba declinePlayerMessage", + "name": "67a096ed77dd677f600804ba name", + "note": "67a096ed77dd677f600804ba note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a096ed77dd677f600804ba startedMessageText", + "successMessageText": "67a096ed77dd677f600804ba successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 6800, + "id": "67b3209e71488f4b980a459b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "67b320aaa1e6c15672a4d524", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 32000, + "id": "67b320b4d7ed832523b86c4b", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c97", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c97", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 32000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "657315ddab5a49b71f098853": { + "QuestName": "First in Line", + "_id": "657315ddab5a49b71f098853", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "657315ddab5a49b71f098853 acceptPlayerMessage", + "changeQuestMessageText": "657315ddab5a49b71f098853 changeQuestMessageText", + "completePlayerMessage": "657315ddab5a49b71f098853 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "65732ac3630545751adfe039", + "conditions": [ + { + "id": "65732b10b0e230143c591102", + "dynamicLocale": false, + "target": "Sandbox_1_MedicalArea_exploration", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "65732ac3c67dcd96adffa3c7", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "65817bf31404f3565aef9fec", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c695186f7741e566b64a2", + "5751a89d24597722aa0e8db0", + "5af0548586f7743a532b7e99", + "544fb3f34bdc2d03748b456a", + "544fb37f4bdc2dee738b4567", + "5755383e24597772cb798966", + "590c657e86f77412b013051d", + "60098ad7c2240c0fe85c570a", + "590c661e86f7741e566b646a", + "590c678286f77426c9660122", + "5755356824597772cb798962", + "544fb45d4bdc2dee738b4568", + "5e99711486f7744bfc4af328", + "544fb25a4bdc2dfb738b4567", + "5751a25924597722c463c472", + "5d02778e86f774203e7dedbe", + "5af0454c86f7746bf20992e8", + "60098af40accd37ef2175f27", + "5e831507ea0a7c419c2f9bd9", + "5e8488fa988a8701445df1e4", + "5e99735686f7744bfc4af32c", + "544fb3364bdc2d34748b456a", + "5d02797c86f774203f38e30a", + "5ed515c8d380ab312177c0fa", + "5ed515f6915ec335206e4152", + "5c10c8fd86f7743d7d706df3", + "5ed515e03a40a50460332579", + "5ed51652f6c34d2cc26336a1", + "5ed5160a87bb8443d10680b5", + "5ed5166ad380ab312177c100", + "637b60c3b7afa97bfc3d7001", + "5ed515ece452db0eb56fc028", + "637b6179104668754b72f8f5", + "637b6251104668754b72f8f9", + "5c0e530286f7747fa1419862", + "637b612fb7afa97bfc3d7005", + "5c0e531286f7747fa54205c2", + "5c0e531d86f7747fa23f4d42", + "5fca13ca637ee0341a484f46", + "637b620db7afa97bfc3d7009", + "5c0e533786f7747fa23f4d47", + "5c0e534186f7747fa1419867", + "5fca138c2a7b221b2852a5c6", + "5c052e6986f7746b207bc3c9", + "5c0530ee86f774697952d952", + "666879d498b97e3a8f09f1ae", + "6389c6c7dbfd5e4b95197e68", + "5b4335ba86f7744d2837a264", + "5af0534a86f7743b6f354284", + "59e361e886f774176c10a2a5", + "59e3606886f77417674759a5", + "5d1b3a5d86f774252167ba22", + "5d1b3f2d86f774253763b735", + "62a0a043cf4a99369e2624a5", + "619cc01e0a7c3a1a2731940c", + "5a687e7886f7740c4a5133fb", + "66a0f0926fee20fa70036da6", + "669fac549b0ce3feae01a137" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "657315ddab5a49b71f098853 description", + "failMessageText": "657315ddab5a49b71f098853 failMessageText", + "declinePlayerMessage": "657315ddab5a49b71f098853 declinePlayerMessage", + "name": "657315ddab5a49b71f098853 name", + "note": "657315ddab5a49b71f098853 note", + "traderId": "54cb57776803fa99248b456e", + "location": "653e6760052c01c1c805532f", + "image": "/files/quest/icon/658992cd1af57867a167fc13.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "657315ddab5a49b71f098853 startedMessageText", + "successMessageText": "657315ddab5a49b71f098853 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 1200, + "id": "65846ca13eed2c22a516d5c4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "65846cc73eed2c22a516d5c5", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 6400, + "id": "65846cb74d559e355f61a704", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c99", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2c99", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 6400 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "65846cfd4f381a0ad975a85d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c9b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c9b", + "_tpl": "574eb85c245977648157eec3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "65846d0c1e25c52cb72f807e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2c9e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2c9d", + "_tpl": "5448fee04bdc2dbc018b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2c9e", + "_tpl": "5448fee04bdc2dbc018b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a0966817e34930e500754c": { + "QuestName": "Forced Alliance", + "_id": "67a0966817e34930e500754c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a0966817e34930e500754c acceptPlayerMessage", + "changeQuestMessageText": "67a0966817e34930e500754c changeQuestMessageText", + "completePlayerMessage": "67a0966817e34930e500754c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67e41d4e9f783e8f4b234a1b", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b9819a2f2dd4da9023512" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "67a0d8f2db972857cd90d9c0", + "index": 2, + "parentId": "67e41d4e9f783e8f4b234a1b", + "dynamicLocale": false, + "target": "67a09673972c11a3f507731d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67e6775eae39849f357ba6e9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a096577e86e067eb045733", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 5400, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a0966817e34930e500754c description", + "failMessageText": "67a0966817e34930e500754c failMessageText", + "declinePlayerMessage": "67a0966817e34930e500754c declinePlayerMessage", + "name": "67a0966817e34930e500754c name", + "note": "67a0966817e34930e500754c note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a0966817e34930e500754c startedMessageText", + "successMessageText": "67a0966817e34930e500754c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.01, + "id": "67b31a83ca4258b62440b7e6", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 36000, + "id": "67b31a9253b12c1f58876a99", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ca0", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ca0", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 36000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67b31a9f04f16c951c45a7e2", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ca3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ca2", + "_tpl": "5bc9b355d4351e6d1509862a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ca3", + "_tpl": "5bc9b355d4351e6d1509862a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5d2495a886f77425cd51e403": { + "QuestName": "Introduction", + "_id": "5d2495a886f77425cd51e403", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5d2495a886f77425cd51e403 acceptPlayerMessage", + "changeQuestMessageText": "5d2495a886f77425cd51e403 changeQuestMessageText", + "completePlayerMessage": "5d2495a886f77425cd51e403 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ac18f4972364554162a25d", + "conditions": [ + { + "id": "63ac1911160cc610ba035e21", + "dynamicLocale": false, + "target": "huntsman_001", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ac18f4972364554162a25c", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5d249a6e86f774791546e952", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5d3ec50586f774183a607442" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5d249aa286f77475e8376399", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5d3ec50586f774183a607442" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5d7fc0fb86f77440351becb3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac23c6186f7741247042bad", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5d2495a886f77425cd51e403 description", + "failMessageText": "5d2495a886f77425cd51e403 failMessageText", + "declinePlayerMessage": "5d2495a886f77425cd51e403 declinePlayerMessage", + "name": "5d2495a886f77425cd51e403 name", + "note": "5d2495a886f77425cd51e403 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/5d67b2a086f774131e206c05.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5d2495a886f77425cd51e403 startedMessageText", + "successMessageText": "5d2495a886f77425cd51e403 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 4500, + "id": "5d65672186f774766e559dc9", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "60cc7502e3d0247e625dab66", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 30000, + "id": "60cc74fd77dc197c774254be", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ca5", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2ca5", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "5d78c49786f7745041358b58", + "type": "TraderUnlock", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "id": "67f1ade6868c8b57f85781a9", + "type": "NotificationPopup", + "index": 0, + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a09761e720611a6a01f288": { + "QuestName": "Keepers Word", + "_id": "67a09761e720611a6a01f288", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a09761e720611a6a01f288 acceptPlayerMessage", + "changeQuestMessageText": "67a09761e720611a6a01f288 changeQuestMessageText", + "completePlayerMessage": "67a09761e720611a6a01f288 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67a0e4df8cddbe2df31dd1d9", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "event_labyrinth_11_lightkeep_place_01", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67a0e4e399e34c9ffcdc6e00", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "event_labyrinth_11_lightkeep_place_02", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67a0e4e64cb065811d95c6d9", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "event_labyrinth_11_lightkeep_place_03 ", + "target": [ + "5fc64ea372b0dd78d51159dc" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "67a09761e720611a6a01f288 description", + "failMessageText": "67a09761e720611a6a01f288 failMessageText", + "declinePlayerMessage": "67a09761e720611a6a01f288 declinePlayerMessage", + "name": "67a09761e720611a6a01f288 name", + "note": "67a09761e720611a6a01f288 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "6733700029c367a3d40b02af", + "image": "/files/quest/icon/67e3d4858d33d5706d0c2adb.jpg", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a09761e720611a6a01f288 startedMessageText", + "successMessageText": "67a09761e720611a6a01f288 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 56800, + "id": "67b341c6ac24e74aac6f75bb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67b341da02fc3be54b295022", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 4200, + "id": "67b34299ad1c884fee9bb863", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ca7", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2ca7", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 4200 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67b342a7d81d1feb8c5e133d", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ca9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ca9", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67b342b2e48ded9b1595b937", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cab", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2cab", + "_tpl": "5d235bb686f77443f4331278", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67b342bf13eae7f0e6bb07ed", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cad", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2cad", + "_tpl": "64d0b40fbe2eed70e254e2d4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "67b342cba4941420abc9ce19", + "type": "Achievement", + "index": 0, + "target": "67a0e57b972c11a3f50773b2", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a09636b8725511260bc421": { + "QuestName": "Shady Contractor", + "_id": "67a09636b8725511260bc421", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a09636b8725511260bc421 acceptPlayerMessage", + "changeQuestMessageText": "67a09636b8725511260bc421 changeQuestMessageText", + "completePlayerMessage": "67a09636b8725511260bc421 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0a91f88a48e8281ef39b8", + "conditions": [ + { + "id": "67a0a9542780b548f7729140", + "dynamicLocale": false, + "target": "event_labyrinth_01_mech_place_01", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "67a0a91f4681b4e43d13892b", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67a0ab610345d81cb3cbb24c", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b9a1a4e4ed4b3b40ae5c2" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67a0abdb84778b0ba09d11ee", + "target": "67a0a91f4681b4e43d13892b", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "67a0ab83359e2d00cf9d6b06", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "679b9a1a4e4ed4b3b40ae5c2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "67a0abe28ac4005b13e6dcc6", + "target": "67a0ab610345d81cb3cbb24c", + "conditionType": "CompleteCondition" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67e5266545508fec55b52927", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "657315e4a6af4ab4b50f3459", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a09636b8725511260bc421 description", + "failMessageText": "67a09636b8725511260bc421 failMessageText", + "declinePlayerMessage": "67a09636b8725511260bc421 declinePlayerMessage", + "name": "67a09636b8725511260bc421 name", + "note": "67a09636b8725511260bc421 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "653e6760052c01c1c805532f", + "image": "/files/quest/icon/67e407aabbf507ac3b068a52.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a09636b8725511260bc421 startedMessageText", + "successMessageText": "67a09636b8725511260bc421 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 10600, + "id": "67b3198a4a2b22e59a8c97fe", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "67b31999ceec0682bd487c12", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 52000, + "id": "67b319a5844db8a36bb01dce", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2caf", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2caf", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 52000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67b319adae09ca905bafc6a3", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cb3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2cb1", + "_tpl": "619cbf476b8a1b37a54eebf8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2cb2", + "_tpl": "619cbf476b8a1b37a54eebf8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2cb3", + "_tpl": "619cbf476b8a1b37a54eebf8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67a097379f2068e74603c6ac": { + "QuestName": "Indisputable Authority", + "_id": "67a097379f2068e74603c6ac", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67a097379f2068e74603c6ac acceptPlayerMessage", + "changeQuestMessageText": "67a097379f2068e74603c6ac changeQuestMessageText", + "completePlayerMessage": "67a097379f2068e74603c6ac completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0df616b395d94db83a0cb", + "conditions": [ + { + "id": "67a0df736f8975b42cbf1e73", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossTagillaAgro" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "67a0df619fb6c42b9a08e8e9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67a0df7f2c4bfbb5846cee64", + "conditions": [ + { + "id": "67a0df8af1b7133ed0b46565", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "tagillaHelperAgro", + "bossKillaAgro" + ], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + } + ] + }, + "id": "67a0df7f2cd4d4413cd29b45", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 6, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67a0dfad782f69d0ec849998", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67a0970744893b9f3f0d9b68", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67a097379f2068e74603c6ac description", + "failMessageText": "67a097379f2068e74603c6ac failMessageText", + "declinePlayerMessage": "67a097379f2068e74603c6ac declinePlayerMessage", + "name": "67a097379f2068e74603c6ac name", + "note": "67a097379f2068e74603c6ac note", + "traderId": "58330581ace78e27b8b10cee", + "location": "6733700029c367a3d40b02af", + "image": "/files/quest/icon/67e3d47fab7770f72902761d.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67a097379f2068e74603c6ac startedMessageText", + "successMessageText": "67a097379f2068e74603c6ac successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25500, + "id": "67b33541daca85d607809d70", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67b3354a2d64f3d0748f57f1", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2900, + "id": "67b3355491a492e9943138a4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cb5", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2cb5", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 2900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 8, + "id": "67b3356be84b860a9fa57b1a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cc6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2cb8", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cb9", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cb8", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cba", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cbb", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cba", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cbc", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cbd", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cbc", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cbe", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cbf", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cbe", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cc0", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cc1", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cc0", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cc2", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cc3", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cc2", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cc4", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cc5", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cc4", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cc6", + "_tpl": "6489851fc827d4637f01791b", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cc7", + "_tpl": "601aa3d2b2bcb34913271e6d", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cc6", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 8, + "id": "67e6890d3de77d61cdca8512", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cd8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2cca", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2ccb", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cca", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2ccc", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2ccd", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2ccc", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cce", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2ccf", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cce", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cd0", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cd1", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cd0", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cd2", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cd3", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cd2", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cd4", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cd5", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cd4", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cd6", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cd7", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cd6", + "slotId": "cartridges" + }, + { + "_id": "68010065f81036801d0b2cd8", + "_tpl": "64acea16c4eda9354b0226b0", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "68010065f81036801d0b2cd9", + "_tpl": "59e0d99486f7744a32234762", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "68010065f81036801d0b2cd8", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67e163805e8a946a5dfd55d4", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cdb", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2cdb", + "_tpl": "679b9477708cfcb2060b9ade", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "66ab9da7eb102b9bcd08591c": { + "QuestName": "Foresters Duty", + "_id": "66ab9da7eb102b9bcd08591c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66ab9da7eb102b9bcd08591c acceptPlayerMessage", + "changeQuestMessageText": "66ab9da7eb102b9bcd08591c changeQuestMessageText", + "completePlayerMessage": "66ab9da7eb102b9bcd08591c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66ab9da7eb102b9bcd08591e", + "conditions": [ + { + "id": "66aa6443ab05ce8c76f5720f", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "66b356f955576c06832a3594", + "dynamicLocale": false, + "zoneIds": [ + "Marafon_kill_village_lighthouse" + ], + "conditionType": "InZone" + } + ] + }, + "id": "66ab9da7eb102b9bcd08591d", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66ab9da7eb102b9bcd085921", + "conditions": [ + { + "id": "66aa5c2c2ba4b7b5dedbb17d", + "dynamicLocale": false, + "status": [ + "Transit" + ], + "conditionType": "ExitStatus" + }, + { + "id": "66aba5605dd2fd130ae8dc10", + "dynamicLocale": false, + "target": [ + "Lighthouse" + ], + "conditionType": "Location" + } + ] + }, + "id": "66ab9da7eb102b9bcd08591f", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66ab9da7eb102b9bcd085924", + "conditions": [ + { + "id": "66aa64a4fe6918271e244ebb", + "dynamicLocale": false, + "target": "Savage", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "66b35707834d5a6e9c2c1e43", + "dynamicLocale": false, + "zoneIds": [ + "marafon_kill_village_shoreline" + ], + "conditionType": "InZone" + } + ] + }, + "id": "66ab9da7eb102b9bcd085922", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66b3548ea71099cdcb632496", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e4ad86f77443e625e387", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66ab9da7eb102b9bcd08591c description", + "failMessageText": "66ab9da7eb102b9bcd08591c failMessageText", + "declinePlayerMessage": "66ab9da7eb102b9bcd08591c declinePlayerMessage", + "name": "66ab9da7eb102b9bcd08591c name", + "note": "66ab9da7eb102b9bcd08591c note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "marathon", + "image": "/files/quest/icon/5d6faf8f86f7743598553dd4.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66ab9da7eb102b9bcd08591c startedMessageText", + "successMessageText": "66ab9da7eb102b9bcd08591c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 25600, + "id": "66b4e268f6f89f9abe074920", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "66b4e27a0fab9765d1089f56", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 105000, + "id": "66b4e28a03449f31fe0b8160", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cdd", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2cdd", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 105000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "66bb21d4fca8044f6200d11e", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cde", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2cde", + "_tpl": "669fa39b48fc9f8db6035a0c", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "68010065f81036801d0b2cdf", + "_tpl": "669fa47da0bab4e8510d9526", + "parentId": "68010065f81036801d0b2cde", + "slotId": "mod_barrel" + }, + { + "_id": "68010065f81036801d0b2ce0", + "_tpl": "668fe5ec4315934ba10c6f96", + "parentId": "68010065f81036801d0b2cdf", + "slotId": "mod_sight_front" + }, + { + "_id": "68010065f81036801d0b2ce1", + "_tpl": "66a0da76b6f47fcfeb025e96", + "parentId": "68010065f81036801d0b2cde", + "slotId": "mod_pistolgrip" + }, + { + "_id": "68010065f81036801d0b2ce2", + "_tpl": "669fa4d97a09bc295603b496", + "parentId": "68010065f81036801d0b2cde", + "slotId": "mod_reciever" + }, + { + "_id": "68010065f81036801d0b2ce3", + "_tpl": "668fe5e1800f0244f9036e46", + "parentId": "68010065f81036801d0b2ce2", + "slotId": "mod_sight_rear" + }, + { + "_id": "68010065f81036801d0b2ce4", + "_tpl": "668fe5c5f35310705d02b696", + "parentId": "68010065f81036801d0b2cde", + "slotId": "mod_magazine" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "66bb222791cb9e49ae069d75", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2ce8", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "68010065f81036801d0b2ce6", + "_tpl": "668fe5c5f35310705d02b696", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ce7", + "_tpl": "668fe5c5f35310705d02b696", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "68010065f81036801d0b2ce8", + "_tpl": "668fe5c5f35310705d02b696", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 30, + "id": "66bb21f6f0887c0f9d045f1a", + "type": "Item", + "index": 0, + "target": "68010065f81036801d0b2cea", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "68010065f81036801d0b2cea", + "_tpl": "66a0d1f88486c69fce00fdf6", + "upd": { + "StackObjectsCount": 30 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "674605df60a98cad1b0ec799": { + "QuestName": "Killer Argument", + "_id": "674605df60a98cad1b0ec799", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "674605df60a98cad1b0ec799 acceptPlayerMessage", + "changeQuestMessageText": "674605df60a98cad1b0ec799 changeQuestMessageText", + "completePlayerMessage": "674605df60a98cad1b0ec799 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6746061983996c4aa4765025", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499d2c69a58fceba104a43" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "674606266884ca9cfc83530e", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499d2c69a58fceba104a43" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "674605df60a98cad1b0ec79b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6746053b5b555b53460d9896", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "674605df60a98cad1b0ec7a3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744af0969a58fceba101fed", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "674605df60a98cad1b0ec7a4", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6745cbee909d2013670a4a55", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "674605df60a98cad1b0ec799 description", + "failMessageText": "674605df60a98cad1b0ec799 failMessageText", + "declinePlayerMessage": "674605df60a98cad1b0ec799 declinePlayerMessage", + "name": "674605df60a98cad1b0ec799 name", + "note": "674605df60a98cad1b0ec799 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "674605df60a98cad1b0ec799 startedMessageText", + "successMessageText": "674605df60a98cad1b0ec799 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 22500, + "id": "6758423718b2aa13aa4c0ccd", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1800, + "id": "67584242e1c17db7a671963c", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721028fe", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a721028fe", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1800 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67584248602b10097fea5827", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67584264c90c245f02177550", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721028ff", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721028ff", + "_tpl": "65290f395ae2ae97b80fdf2d", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "67eb506040b1947a72102900", + "_tpl": "652911675ae2ae97b80fdf3c", + "parentId": "67eb506040b1947a721028ff", + "slotId": "mod_pistol_grip" + }, + { + "_id": "67eb506040b1947a72102901", + "_tpl": "65293c38fc460e50a509cb25", + "parentId": "67eb506040b1947a721028ff", + "slotId": "mod_magazine" + }, + { + "_id": "67eb506040b1947a72102902", + "_tpl": "6529119424cbe3c74a05e5bb", + "parentId": "67eb506040b1947a721028ff", + "slotId": "mod_reciever" + }, + { + "_id": "67eb506040b1947a72102903", + "_tpl": "6567e751a715f85433025998", + "parentId": "67eb506040b1947a72102902", + "slotId": "mod_scope" + }, + { + "_id": "67eb506040b1947a72102904", + "_tpl": "6567e7681265c8a131069b0f", + "parentId": "67eb506040b1947a72102903", + "slotId": "mod_scope" + }, + { + "_id": "67eb506040b1947a72102905", + "_tpl": "652910565ae2ae97b80fdf35", + "parentId": "67eb506040b1947a72102902", + "slotId": "mod_barrel" + }, + { + "_id": "67eb506040b1947a72102906", + "_tpl": "6529113b5ae2ae97b80fdf39", + "parentId": "67eb506040b1947a72102905", + "slotId": "mod_muzzle" + }, + { + "_id": "67eb506040b1947a72102907", + "_tpl": "652911e650dc782999054b9d", + "parentId": "67eb506040b1947a72102906", + "slotId": "mod_muzzle" + }, + { + "_id": "67eb506040b1947a72102908", + "_tpl": "652910bc24cbe3c74a05e5b9", + "parentId": "67eb506040b1947a72102905", + "slotId": "mod_gas_block" + }, + { + "_id": "67eb506040b1947a72102909", + "_tpl": "652910ef50dc782999054b97", + "parentId": "67eb506040b1947a72102902", + "slotId": "mod_handguard" + }, + { + "_id": "67eb506040b1947a7210290a", + "_tpl": "6529348224cbe3c74a05e5c4", + "parentId": "67eb506040b1947a721028ff", + "slotId": "mod_stock_000" + }, + { + "_id": "67eb506040b1947a7210290b", + "_tpl": "6529366450dc782999054ba0", + "parentId": "67eb506040b1947a7210290a", + "slotId": "mod_stock" + }, + { + "_id": "67eb506040b1947a7210290c", + "_tpl": "6529370c405a5f51dd023db8", + "parentId": "67eb506040b1947a7210290b", + "slotId": "mod_stock_000" + }, + { + "_id": "67eb506040b1947a7210290d", + "_tpl": "6529109524cbe3c74a05e5b7", + "parentId": "67eb506040b1947a721028ff", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 80, + "id": "67584275819b9bb0053abf8d", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102910", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a7210290f", + "_tpl": "6529302b8c26af6326029fb7", + "upd": { + "StackObjectsCount": 40 + } + }, + { + "_id": "67eb506040b1947a72102910", + "_tpl": "6529302b8c26af6326029fb7", + "upd": { + "StackObjectsCount": 40 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67584288ed862da3b10f19f9", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102914", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72102912", + "_tpl": "65293c38fc460e50a509cb25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72102913", + "_tpl": "65293c38fc460e50a509cb25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72102914", + "_tpl": "65293c38fc460e50a509cb25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6745fdddd3346c216702e0bf": { + "QuestName": "Simple Side Job", + "_id": "6745fdddd3346c216702e0bf", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6745fdddd3346c216702e0bf acceptPlayerMessage", + "changeQuestMessageText": "6745fdddd3346c216702e0bf changeQuestMessageText", + "completePlayerMessage": "6745fdddd3346c216702e0bf completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6745fe81eae30b9fb3bb6166", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499b3eeca8acb2d2061636" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6745fe8d48cd7aeda7152b24", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Case_rpg_keeper", + "target": [ + "67499b3eeca8acb2d2061636" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6745fdddd3346c216702e0c1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6745fcded0fbbc74ca0f721d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "6745fecc83f34043ac778711", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744ab1def61d56e020b5c56", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "6745fdddd3346c216702e0bf description", + "failMessageText": "6745fdddd3346c216702e0bf failMessageText", + "declinePlayerMessage": "6745fdddd3346c216702e0bf declinePlayerMessage", + "name": "6745fdddd3346c216702e0bf name", + "note": "6745fdddd3346c216702e0bf note", + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6745fdddd3346c216702e0bf startedMessageText", + "successMessageText": "6745fdddd3346c216702e0bf successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 56700, + "id": "675824cd60700996ce71bedc", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 4000, + "id": "6758250d14b1071a8e506cbc", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210293d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a7210293d", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 4000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "675825181c6f0ba3fd56ca93", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67582525fe76dc26db4efebc", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210293f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a7210293f", + "_tpl": "5c052f6886f7746b1e3db148", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758252fc7df548ca2b7d292", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102941", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72102941", + "_tpl": "5c052fb986f7746b2101e909", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6758253933acd78c17e20b87", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102943", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72102943", + "_tpl": "5c05308086f7746b2101e90b", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67460662d0fbbc74ca0f7229": { + "QuestName": "Choose Your Friends Wisely", + "_id": "67460662d0fbbc74ca0f7229", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67460662d0fbbc74ca0f7229 acceptPlayerMessage", + "changeQuestMessageText": "67460662d0fbbc74ca0f7229 changeQuestMessageText", + "completePlayerMessage": "67460662d0fbbc74ca0f7229 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "674606ba74cbc70e452a0624", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "674606c99c61f2c9a63da8f9", + "status": [ + "Transit" + ] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "674da3e2f5f665e26e6af7a7", + "target": [ + "bigmap" + ] + } + ] + }, + "id": "674606bac840f707bea6242f", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "674606cc50db89f0ec1bc4ff", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "674606ee8f08618c217bee3a", + "status": [ + "Transit" + ] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "674da3f34af1c8553defed32", + "target": [ + "RezervBase" + ] + } + ] + }, + "id": "674606ccff406a9f6a28e26f", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "674606f1133b2dda6ce4f3db", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "674606faa24a08352b5bac6b", + "status": [ + "Transit" + ] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "674da3f8fb04533c2ca6e0a3", + "target": [ + "Woods" + ] + } + ] + }, + "id": "674606f1c63637e54bede3a6", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "674607100e52bbc6cffe8c44", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "67460717c07868d63bb6335a", + "status": [ + "Transit", + "Survived", + "Runner" + ] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "674da3ff14f74f80d064dffb", + "target": [ + "Lighthouse" + ] + } + ] + }, + "id": "6746071002dfd67c0629a379", + "index": 7, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "674607310fdb21cf2a9ff2d1", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6746073d47e84f6c56571b05", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "AnyPmc", + "value": 1, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "674607317781508c405fb979", + "index": 8, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67460662d0fbbc74ca0f722a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "674605df60a98cad1b0ec799", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "67584c6d18a8b6392a3ccad6", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6744aca8d3346c216702c583", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "67460662d0fbbc74ca0f7234", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744af0969a58fceba101fed", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "67460662d0fbbc74ca0f7235", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6745cbee909d2013670a4a55", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "67460662d0fbbc74ca0f7229 description", + "failMessageText": "67460662d0fbbc74ca0f7229 failMessageText", + "declinePlayerMessage": "67460662d0fbbc74ca0f7229 declinePlayerMessage", + "name": "67460662d0fbbc74ca0f7229 name", + "note": "67460662d0fbbc74ca0f7229 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/675b0bd7eb12e9c9d003f8c3.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67460662d0fbbc74ca0f7229 startedMessageText", + "successMessageText": "67460662d0fbbc74ca0f7229 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 85200, + "id": "675842a05d621a41119b6566", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 5000, + "id": "675842add2e3ff283aae4659", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102a3c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72102a3c", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 5000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "675842b8046185a078c48840", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "675842cdc074774f422e650e", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102a3e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72102a3e", + "_tpl": "5b6d9ce188a4501afc1b2b25", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "67596df264c308743a084f16", + "type": "Achievement", + "index": 0, + "target": "675709bef4e2a2ce0f058f56", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6745fcded0fbbc74ca0f721d": { + "QuestName": "Swift Retribution", + "_id": "6745fcded0fbbc74ca0f721d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6745fcded0fbbc74ca0f721d acceptPlayerMessage", + "changeQuestMessageText": "6745fcded0fbbc74ca0f721d changeQuestMessageText", + "completePlayerMessage": "6745fcded0fbbc74ca0f721d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6745fd2eba1b93510aef0efb", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6745fd3b4da9d681d9baed7d", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Savage", + "value": 1, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6745fd4181696237e9676a88", + "target": [ + "Woods" + ] + } + ] + }, + "id": "6745fd2e3d6070c3563039a9", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6745fcded0fbbc74ca0f721f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "673f4e956f1b89c7bc0f56ef", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6745fcded0fbbc74ca0f721d description", + "failMessageText": "6745fcded0fbbc74ca0f721d failMessageText", + "declinePlayerMessage": "6745fcded0fbbc74ca0f721d declinePlayerMessage", + "name": "6745fcded0fbbc74ca0f721d name", + "note": "6745fcded0fbbc74ca0f721d note", + "traderId": "656f0f98d80a697f855d34b1", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6745fcded0fbbc74ca0f721d startedMessageText", + "successMessageText": "6745fcded0fbbc74ca0f721d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 16000, + "id": "6758249d4157e37983d433eb", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 85000, + "id": "675824aca696bb6cc11e3e5f", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102c1f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72102c1f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 85000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "675824b756ab3525e2c017dc", + "type": "TraderStanding", + "index": 0, + "target": "656f0f98d80a697f855d34b1", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6761adca81a5791eb067dd89", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72102c21", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72102c21", + "_tpl": "6761a6ccd9bbb27ad703c48a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6179b5b06e9dd54ac275e409": { + "QuestName": "Our Own Land", + "_id": "6179b5b06e9dd54ac275e409", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6179b5b06e9dd54ac275e409 acceptPlayerMessage", + "changeQuestMessageText": "6179b5b06e9dd54ac275e409 changeQuestMessageText", + "completePlayerMessage": "6179b5b06e9dd54ac275e409 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6193dc1e6623e330c82e0bea", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6193dc2b807b311a785743e8", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Usec", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "61b9ef813f09813aa744768d", + "target": [ + "Lighthouse" + ] + } + ] + }, + "id": "6193dc1e6623e330c82e0be9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6194fbf785a6d62c481a7aee", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "59f32c3b86f77472a31742f0", + "6662ea05f6259762c56f3189", + "6662e9f37fa79a6d83730fa0" + ], + "globalQuestCounterId": "", + "value": 20, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "61adff2367658b51a604a427", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "59ca29fb86f77445ab465c87", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "61ae091867658b51a604a428", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 30, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6179b5b06e9dd54ac275e409 description", + "failMessageText": "6179b5b06e9dd54ac275e409 failMessageText", + "declinePlayerMessage": "6179b5b06e9dd54ac275e409 declinePlayerMessage", + "name": "6179b5b06e9dd54ac275e409 name", + "note": "6179b5b06e9dd54ac275e409 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6179b5b06e9dd54ac275e409 startedMessageText", + "successMessageText": "6179b5b06e9dd54ac275e409 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 22000, + "id": "6194fcbb88c35310ac05b97d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "61adff5c76cf5f6b10309877", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300000, + "id": "6194fcce9ab1f633f53119ad", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721032d2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a721032d2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 300000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "61ae09700237de448a3aec98", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721032d3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721032d3", + "_tpl": "5e848cc2988a8701445df1e8", + "upd": { + "StackObjectsCount": 3, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "67eb506040b1947a721032d4", + "_tpl": "5e848d2eea0a7c419c2f9bfd", + "parentId": "67eb506040b1947a721032d3", + "slotId": "mod_barrel" + }, + { + "_id": "67eb506040b1947a721032d5", + "_tpl": "5e848d51e4dbc5266a4ec63b", + "parentId": "67eb506040b1947a721032d3", + "slotId": "mod_handguard" + }, + { + "_id": "67eb506040b1947a721032d6", + "_tpl": "5f647d9f8499b57dc40ddb93", + "parentId": "67eb506040b1947a721032d3", + "slotId": "mod_magazine" + }, + { + "_id": "67eb506040b1947a721032d7", + "_tpl": "5e848db4681bea2ada00daa9", + "parentId": "67eb506040b1947a721032d3", + "slotId": "mod_stock" + } + ] + }, + { + "availableInGameEditions": [], + "id": "61ae094b40869119390a7bc8", + "type": "AssortmentUnlock", + "index": 0, + "target": "67eb506040b1947a721032d8", + "unknown": false, + "items": [ + { + "_id": "67eb506040b1947a721032d8", + "_tpl": "5e85a9f4add9fe03027d9bf1" + } + ], + "loyaltyLevel": 3, + "traderId": "54cb50c76803fa8b248b4571" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6613f3007f6666d56807c929": { + "QuestName": "Drip-Out - Part 1", + "_id": "6613f3007f6666d56807c929", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6613f3007f6666d56807c929 acceptPlayerMessage", + "changeQuestMessageText": "6613f3007f6666d56807c929 changeQuestMessageText", + "completePlayerMessage": "6613f3007f6666d56807c929 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6613f36c151e7815cc9261f9", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6613f3a30d42e75c17feb5c4", + "resetOnSessionEnd": false, + "savageRole": [ + "pmcBot" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "6613f36ca4dc044e13e02295", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 100, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6616819ac7c53d7769413d9c", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "64a536392d2c4e6e970f4121", + "5ca20d5986f774331e7c9602", + "5c0e746986f7741453628fe5", + "5ab8dab586f77441cd04f2a2", + "59e7643b86f7742cbf2c109a" + ], + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "661527e51b7f1848c3b809b0", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5b478d0f86f7744d190d91b5", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6613f3007f6666d56807c929 description", + "failMessageText": "6613f3007f6666d56807c929 failMessageText", + "declinePlayerMessage": "6613f3007f6666d56807c929 declinePlayerMessage", + "name": "6613f3007f6666d56807c929 name", + "note": "6613f3007f6666d56807c929 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6613f3007f6666d56807c929 startedMessageText", + "successMessageText": "6613f3007f6666d56807c929 successMessageText", + "rewards": { + "Started": [], + "Success": [], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6613f307fca4f2f386029409": { + "QuestName": "Drip-Out - Part 2", + "_id": "6613f307fca4f2f386029409", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6613f307fca4f2f386029409 acceptPlayerMessage", + "changeQuestMessageText": "6613f307fca4f2f386029409 changeQuestMessageText", + "completePlayerMessage": "6613f307fca4f2f386029409 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6615127f3861a46ea815a997", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6615129ed5fdc5962f600fec", + "resetOnSessionEnd": false, + "savageRole": [ + "exUsec" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "6615127fd998c5f2aaa4a8a0", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 100, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "661681edabe376e7d6eab98f", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "628baf0b967de16aab5a4f36", + "618cfae774bb2d036a049e7c", + "6038b4ca92ec1c3103795a0d", + "6038b4b292ec1c3103795a0b", + "5e9dcf5986f7746c417435b3", + "5e9db13186f7742f845ee9d3", + "5e4abc6786f77406812bd572", + "5e4abb5086f77406975c9342" + ], + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6615284e40d6f130d2fe5bac", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "65734c186dc1e402c80dc19e", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6613f307fca4f2f386029409 description", + "failMessageText": "6613f307fca4f2f386029409 failMessageText", + "declinePlayerMessage": "6613f307fca4f2f386029409 declinePlayerMessage", + "name": "6613f307fca4f2f386029409 name", + "note": "6613f307fca4f2f386029409 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", + "type": "Completion", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6613f307fca4f2f386029409 startedMessageText", + "successMessageText": "6613f307fca4f2f386029409 successMessageText", + "rewards": { + "Started": [], + "Success": [], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314b4d7f171c4c20226c3": { + "QuestName": "The Good Times - Part 1", + "_id": "666314b4d7f171c4c20226c3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314b4d7f171c4c20226c3 acceptPlayerMessage", + "changeQuestMessageText": "666314b4d7f171c4c20226c3 changeQuestMessageText", + "completePlayerMessage": "666314b4d7f171c4c20226c3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "666333e95913a3d6add373e4", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "666334214bbd185a473f0781", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "AnyPmc", + "value": 1, + "weapon": [ + "5447a9cd4bdc2dbd208b4567" + ], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "IncludeNotEquippedItems": false, + "conditionType": "Equipment", + "dynamicLocale": false, + "equipmentExclusive": [], + "equipmentInclusive": [ + [ + "545cdb794bdc2d3a198b456a" + ] + ], + "id": "66633534b1c6a8ba9d756fef" + }, + { + "IncludeNotEquippedItems": false, + "conditionType": "Equipment", + "dynamicLocale": false, + "equipmentExclusive": [], + "equipmentInclusive": [ + [ + "5645bc214bdc2d363b8b4571" + ] + ], + "id": "667c03064ad48bfe4e5d8119" + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "667c534596f02e2dc4961ca1", + "target": [ + "factory4_night", + "factory4_day" + ] + } + ] + }, + "id": "666333e93962787efd64004a", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe3e3c5de798137abf36", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "657315df034d76585f032e01", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "66854666b98a1bd61ae6d201", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 27, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314b4d7f171c4c20226c3 description", + "failMessageText": "666314b4d7f171c4c20226c3 failMessageText", + "declinePlayerMessage": "666314b4d7f171c4c20226c3 declinePlayerMessage", + "name": "666314b4d7f171c4c20226c3 name", + "note": "666314b4d7f171c4c20226c3 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/6682a72975d2dfc8330a07da.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314b4d7f171c4c20226c3 startedMessageText", + "successMessageText": "666314b4d7f171c4c20226c3 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "667d4b148f391ec6e307ce8b", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721037fb", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721037fb", + "_tpl": "5447a9cd4bdc2dbd208b4567", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "67eb506040b1947a721037fc", + "_tpl": "55d4b9964bdc2d1d4e8b456e", + "parentId": "67eb506040b1947a721037fb", + "slotId": "mod_pistol_grip" + }, + { + "_id": "67eb506040b1947a721037fd", + "_tpl": "55d4887d4bdc2d962f8b4570", + "parentId": "67eb506040b1947a721037fb", + "slotId": "mod_magazine" + }, + { + "_id": "67eb506040b1947a721037fe", + "_tpl": "55d355e64bdc2d962f8b4569", + "parentId": "67eb506040b1947a721037fb", + "slotId": "mod_reciever" + }, + { + "_id": "67eb506040b1947a721037ff", + "_tpl": "55d3632e4bdc2d972f8b4569", + "parentId": "67eb506040b1947a721037fe", + "slotId": "mod_barrel" + }, + { + "_id": "67eb506040b1947a72103800", + "_tpl": "544a38634bdc2d58388b4568", + "parentId": "67eb506040b1947a721037ff", + "slotId": "mod_muzzle" + }, + { + "_id": "67eb506040b1947a72103801", + "_tpl": "56ea8d2fd2720b7c698b4570", + "parentId": "67eb506040b1947a721037ff", + "slotId": "mod_gas_block" + }, + { + "_id": "67eb506040b1947a72103802", + "_tpl": "55d4af3a4bdc2d972f8b456f", + "parentId": "67eb506040b1947a72103801", + "slotId": "mod_sight_front" + }, + { + "_id": "67eb506040b1947a72103803", + "_tpl": "55d459824bdc2d892f8b4573", + "parentId": "67eb506040b1947a721037fe", + "slotId": "mod_handguard" + }, + { + "_id": "67eb506040b1947a72103804", + "_tpl": "637f57b78d137b27f70c496a", + "parentId": "67eb506040b1947a72103803", + "slotId": "mod_handguard" + }, + { + "_id": "67eb506040b1947a72103805", + "_tpl": "55d5f46a4bdc2d1b198b4567", + "parentId": "67eb506040b1947a721037fe", + "slotId": "mod_sight_rear" + }, + { + "_id": "67eb506040b1947a72103806", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "67eb506040b1947a721037fb", + "slotId": "mod_stock" + }, + { + "_id": "67eb506040b1947a72103807", + "_tpl": "55d4ae6c4bdc2d8b2f8b456e", + "parentId": "67eb506040b1947a72103806", + "slotId": "mod_stock_000" + }, + { + "_id": "67eb506040b1947a72103808", + "_tpl": "55d44fd14bdc2d962f8b456e", + "parentId": "67eb506040b1947a721037fb", + "slotId": "mod_charge" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "667d4b2ef9cc126bda0933d2", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103816", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103816", + "_tpl": "545cdb794bdc2d3a198b456a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103817", + "_tpl": "6575ce3716c2762fba0057fd", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Soft_armor_front" + }, + { + "_id": "67eb506040b1947a72103818", + "_tpl": "6575ce45dc9932aed601c616", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Soft_armor_back" + }, + { + "_id": "67eb506040b1947a72103819", + "_tpl": "6575ce5016c2762fba005802", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Soft_armor_left" + }, + { + "_id": "67eb506040b1947a7210381a", + "_tpl": "6575ce5befc786cd9101a671", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "soft_armor_right" + }, + { + "_id": "67eb506040b1947a7210381b", + "_tpl": "6575ce6f16c2762fba005806", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Collar" + }, + { + "_id": "67eb506040b1947a7210381c", + "_tpl": "6575ce9db15fef3dd4051628", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Shoulder_l" + }, + { + "_id": "67eb506040b1947a7210381d", + "_tpl": "6575cea8b15fef3dd405162c", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Shoulder_r" + }, + { + "_id": "67eb506040b1947a7210381e", + "_tpl": "6575ce8bdc9932aed601c61e", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Groin" + }, + { + "_id": "67eb506040b1947a7210381f", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Front_plate" + }, + { + "_id": "67eb506040b1947a72103820", + "_tpl": "64afc71497cf3a403c01ff38", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Back_plate" + }, + { + "_id": "67eb506040b1947a72103821", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Left_side_plate" + }, + { + "_id": "67eb506040b1947a72103822", + "_tpl": "64afd81707e2cf40e903a316", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103816", + "slotId": "Right_side_plate" + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "667d4b41cd4077ffb9082fdd", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103827", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103827", + "_tpl": "5645bc214bdc2d363b8b4571", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103828", + "_tpl": "657bae18b7e9ca9a02045c0a", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103827", + "slotId": "Helmet_top" + }, + { + "_id": "67eb506040b1947a72103829", + "_tpl": "657baeaacfcf63c951052db3", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103827", + "slotId": "Helmet_back" + }, + { + "_id": "67eb506040b1947a7210382a", + "_tpl": "657baecbc6f689d3a205b863", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a72103827", + "slotId": "Helmet_ears" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 76000, + "id": "667d41a00d6863e726128c9f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "667d41ad4dbf58fd1e1377b5", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 256000, + "id": "667d41c34dbf58fd1e1377b6", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210382c", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a7210382c", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 256000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "667d41fd2388eb5c9e05770a", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210382d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a7210382d", + "_tpl": "5aafa857e5b5b00018480968", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "67eb506040b1947a7210382e", + "_tpl": "5addccf45acfc400185c2989", + "parentId": "67eb506040b1947a7210382d", + "slotId": "mod_magazine" + }, + { + "_id": "67eb506040b1947a7210382f", + "_tpl": "5ab372a310e891001717f0d8", + "parentId": "67eb506040b1947a7210382d", + "slotId": "mod_stock" + }, + { + "_id": "67eb506040b1947a72103830", + "_tpl": "588226dd24597767ad33f789", + "parentId": "67eb506040b1947a7210382f", + "slotId": "mod_foregrip" + }, + { + "_id": "67eb506040b1947a72103831", + "_tpl": "5b3b6dc75acfc47a8773fb1e", + "parentId": "67eb506040b1947a7210382f", + "slotId": "mod_scope" + }, + { + "_id": "67eb506040b1947a72103832", + "_tpl": "5b3b6e495acfc4330140bd88", + "parentId": "67eb506040b1947a72103831", + "slotId": "mod_scope" + }, + { + "_id": "67eb506040b1947a72103833", + "_tpl": "5649a2464bdc2d91118b45a8", + "parentId": "67eb506040b1947a7210382f", + "slotId": "mod_mount" + }, + { + "_id": "67eb506040b1947a72103834", + "_tpl": "577d128124597739d65d0e56", + "parentId": "67eb506040b1947a72103833", + "slotId": "mod_scope" + }, + { + "_id": "67eb506040b1947a72103835", + "_tpl": "577d141e24597739c5255e01", + "parentId": "67eb506040b1947a72103834", + "slotId": "mod_scope" + }, + { + "_id": "67eb506040b1947a72103836", + "_tpl": "544909bb4bdc2d6f028b4577", + "parentId": "67eb506040b1947a7210382f", + "slotId": "mod_tactical_003" + }, + { + "_id": "67eb506040b1947a72103837", + "_tpl": "571659bb2459771fb2755a12", + "parentId": "67eb506040b1947a7210382f", + "slotId": "mod_pistolgrip" + }, + { + "_id": "67eb506040b1947a72103838", + "_tpl": "5649be884bdc2d79388b4577", + "parentId": "67eb506040b1947a7210382f", + "slotId": "mod_stock" + }, + { + "_id": "67eb506040b1947a72103839", + "_tpl": "58d2946386f774496974c37e", + "parentId": "67eb506040b1947a72103838", + "slotId": "mod_stock_000" + }, + { + "_id": "67eb506040b1947a7210383a", + "_tpl": "58d2912286f7744e27117493", + "parentId": "67eb506040b1947a72103839", + "slotId": "mod_stock" + }, + { + "_id": "67eb506040b1947a7210383b", + "_tpl": "5addbac75acfc400194dbc56", + "parentId": "67eb506040b1947a7210382d", + "slotId": "mod_barrel" + }, + { + "_id": "67eb506040b1947a7210383c", + "_tpl": "5addbb825acfc408fb139400", + "parentId": "67eb506040b1947a7210383b", + "slotId": "mod_muzzle" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d422f68f52677e00a06e8", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210383f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a7210383e", + "_tpl": "5aaf8a0be5b5b00015693243", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a7210383f", + "_tpl": "5aaf8a0be5b5b00015693243", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "667d4ad568f52677e00a06ec", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103846", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103842", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103843", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "67eb506040b1947a72103842", + "slotId": "cartridges" + }, + { + "_id": "67eb506040b1947a72103844", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103845", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "67eb506040b1947a72103844", + "slotId": "cartridges" + }, + { + "_id": "67eb506040b1947a72103846", + "_tpl": "65702554bfc87b3a34093247", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103847", + "_tpl": "5a608bf24f39f98ffc77720e", + "upd": { + "StackObjectsCount": 20 + }, + "parentId": "67eb506040b1947a72103846", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314c5a9290f9e0806cca5": { + "QuestName": "Key to the City", + "_id": "666314c5a9290f9e0806cca5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314c5a9290f9e0806cca5 acceptPlayerMessage", + "changeQuestMessageText": "666314c5a9290f9e0806cca5 changeQuestMessageText", + "completePlayerMessage": "666314c5a9290f9e0806cca5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6679884cef969161e3e9d64d", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66687bc89111279d600b5062" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667988545af9f7082798b67d", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66687bc89111279d600b5062" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abeaff28dc453b4168497", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314c3acf8442f8b0531a3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314c5a9290f9e0806cca5 description", + "failMessageText": "666314c5a9290f9e0806cca5 failMessageText", + "declinePlayerMessage": "666314c5a9290f9e0806cca5 declinePlayerMessage", + "name": "666314c5a9290f9e0806cca5 name", + "note": "666314c5a9290f9e0806cca5 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/6682a77f75d2dfc8330a07e0.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314c5a9290f9e0806cca5 startedMessageText", + "successMessageText": "666314c5a9290f9e0806cca5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 55000, + "id": "667d51cc2388eb5c9e057727", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667d51d80d6863e726128cac", + "type": "TraderStanding", + "index": 0, + "target": "5ac3b934156ae10c4430e83c", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 145000, + "id": "667d51e2037f250605042455", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721038b3", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a721038b3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 145000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "667d51eccd4077ffb9082fe5", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721038b7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721038b5", + "_tpl": "5d1b376e86f774252519444e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721038b6", + "_tpl": "5d1b376e86f774252519444e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721038b7", + "_tpl": "5d1b376e86f774252519444e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314bf1cd52e3d040a2e78": { + "QuestName": "Serious Allegations", + "_id": "666314bf1cd52e3d040a2e78", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314bf1cd52e3d040a2e78 acceptPlayerMessage", + "changeQuestMessageText": "666314bf1cd52e3d040a2e78 changeQuestMessageText", + "completePlayerMessage": "666314bf1cd52e3d040a2e78 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "667571ad6889d3af44af7be2", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66760b3deb51b08bd40c2b08" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667571cb7620e3041bad913c", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "66760b3deb51b08bd40c2b08" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe8e309ba12125128d76", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314bd920800278d0f6748", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314bf1cd52e3d040a2e78 description", + "failMessageText": "666314bf1cd52e3d040a2e78 failMessageText", + "declinePlayerMessage": "666314bf1cd52e3d040a2e78 declinePlayerMessage", + "name": "666314bf1cd52e3d040a2e78 name", + "note": "666314bf1cd52e3d040a2e78 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/6682a777e1471d93f20255c1.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314bf1cd52e3d040a2e78 startedMessageText", + "successMessageText": "666314bf1cd52e3d040a2e78 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 36000, + "id": "667d50b068f52677e00a06f2", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667d50b9c2e8131e070ae4a8", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1500, + "id": "667d50c12388eb5c9e057724", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210390e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a7210390e", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1500 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "667d50d8037f250605042452", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103910", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103910", + "_tpl": "57235b6f24597759bf5a30f1", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "667d50eb4dbf58fd1e1377c1", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103912", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103912", + "_tpl": "5a16b93dfcdbcbcae6687261", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "667d50fe0f4a5e68200e7671", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103914", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103914", + "_tpl": "5a16b8a9fcdbcb00165aa6ca", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314b8312343839d032d24": { + "QuestName": "Airmail", + "_id": "666314b8312343839d032d24", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314b8312343839d032d24 acceptPlayerMessage", + "changeQuestMessageText": "666314b8312343839d032d24 changeQuestMessageText", + "completePlayerMessage": "666314b8312343839d032d24 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6672edeb729d6fb1c5643295", + "conditions": [ + { + "conditionType": "LaunchFlare", + "dynamicLocale": false, + "id": "66740959ccd38d189b9d61cc", + "target": "NosQuests_5_Flaer" + } + ] + }, + "id": "6672edebec0c3e2ad7d4e489", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe5b2881e85d2b8c11c8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314b696a9349baa021bac", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314b8312343839d032d24 description", + "failMessageText": "666314b8312343839d032d24 failMessageText", + "declinePlayerMessage": "666314b8312343839d032d24 declinePlayerMessage", + "name": "666314b8312343839d032d24 name", + "note": "666314b8312343839d032d24 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/6682a73b75d2dfc8330a07dc.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314b8312343839d032d24 startedMessageText", + "successMessageText": "666314b8312343839d032d24 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "667d4de868f52677e00a06ee", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103916", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103916", + "_tpl": "62178c4d4ecf221597654e3d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 14000, + "id": "667d4df1b3d7feb16a09905f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "667d4dfa2388eb5c9e057721", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 42000, + "id": "667d4e130d6863e726128ca6", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103918", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103918", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 42000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d4f3f0f4a5e68200e766c", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210391b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a7210391a", + "_tpl": "5cc9c20cd7f00c001336c65d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a7210391b", + "_tpl": "5cc9c20cd7f00c001336c65d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d4f50b3d7feb16a099060", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a7210391e", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a7210391d", + "_tpl": "5a5f1ce64f39f90b401987bc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a7210391e", + "_tpl": "5a5f1ce64f39f90b401987bc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314b0acf8442f8b0531a1": { + "QuestName": "Hell on Earth - Part 1", + "_id": "666314b0acf8442f8b0531a1", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314b0acf8442f8b0531a1 acceptPlayerMessage", + "changeQuestMessageText": "666314b0acf8442f8b0531a1 changeQuestMessageText", + "completePlayerMessage": "666314b0acf8442f8b0531a1 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "66632cf3fbd7dedfa6153a9f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5580223e4bdc2d1c128b457f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "compareMethod": ">=", + "value": 0 + }, + "durability": { + "compareMethod": ">=", + "value": 80 + }, + "effectiveDistance": { + "compareMethod": ">=", + "value": 0 + }, + "emptyTacticalSlot": { + "compareMethod": ">=", + "value": 0 + }, + "ergonomics": { + "compareMethod": ">=", + "value": 42 + }, + "height": { + "compareMethod": ">=", + "value": 0 + }, + "magazineCapacity": { + "compareMethod": ">=", + "value": 0 + }, + "muzzleVelocity": { + "compareMethod": ">=", + "value": 0 + }, + "recoil": { + "compareMethod": ">=", + "value": 0 + }, + "weight": { + "compareMethod": ">=", + "value": 0 + }, + "width": { + "compareMethod": ">=", + "value": 0 + }, + "containsItems": [], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Level", + "id": "667d3f1a52f51b32124c1cc8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 27, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "667d3f3172ffda9e9ad6e4e9", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "666314b4d7f171c4c20226c3", + "status": [ + 4, + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314b0acf8442f8b0531a1 description", + "failMessageText": "666314b0acf8442f8b0531a1 failMessageText", + "declinePlayerMessage": "666314b0acf8442f8b0531a1 declinePlayerMessage", + "name": "666314b0acf8442f8b0531a1 name", + "note": "666314b0acf8442f8b0531a1 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/6682a71f9cf6cc15c00a0f8d.png", + "type": "Merchant", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314b0acf8442f8b0531a1 startedMessageText", + "successMessageText": "666314b0acf8442f8b0531a1 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15600, + "id": "667d3f45037f250605042444", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "667d3f50b3d7feb16a099058", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35700, + "id": "667d3f5e2388eb5c9e057706", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039b2", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a721039b2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35700 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d3f6a68f52677e00a06e6", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039b9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721039b6", + "_tpl": "64be79e2bf8412471d0d9bcc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039b7", + "_tpl": "6570495b45d573133d0d6adb", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a721039b6", + "slotId": "Soft_armor_front" + }, + { + "_id": "67eb506040b1947a721039b8", + "_tpl": "657049d23425b19bbc0502f0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a721039b6", + "slotId": "Soft_armor_back" + }, + { + "_id": "67eb506040b1947a721039b9", + "_tpl": "64be79e2bf8412471d0d9bcc", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039ba", + "_tpl": "6570495b45d573133d0d6adb", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a721039b9", + "slotId": "Soft_armor_front" + }, + { + "_id": "67eb506040b1947a721039bb", + "_tpl": "657049d23425b19bbc0502f0", + "upd": { + "SpawnedInSession": true + }, + "parentId": "67eb506040b1947a721039b9", + "slotId": "Soft_armor_back" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314bc1d3ec95634095e77": { + "QuestName": "Minute of Fame", + "_id": "666314bc1d3ec95634095e77", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314bc1d3ec95634095e77 acceptPlayerMessage", + "changeQuestMessageText": "666314bc1d3ec95634095e77 changeQuestMessageText", + "completePlayerMessage": "666314bc1d3ec95634095e77 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "667a958eb30fe2e2938a6387", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "667a8ef464eea5fdef0db135" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667a95972740eaeca1ecda21", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "667a8ef464eea5fdef0db135" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe764bb3754b96983eef", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314bafd5ca9577902e03a", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314bc1d3ec95634095e77 description", + "failMessageText": "666314bc1d3ec95634095e77 failMessageText", + "declinePlayerMessage": "666314bc1d3ec95634095e77 declinePlayerMessage", + "name": "666314bc1d3ec95634095e77 name", + "note": "666314bc1d3ec95634095e77 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/6682a74d9cf6cc15c00a0f91.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314bc1d3ec95634095e77 startedMessageText", + "successMessageText": "666314bc1d3ec95634095e77 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 40000, + "id": "667d4fe8f9cc126bda0933d4", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667d4ff1cd4077ffb9082fe0", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1600, + "id": "667d4ffc0f4a5e68200e766e", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039d1", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a721039d1", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1600 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d500ee106f3757711423a", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039d4", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721039d3", + "_tpl": "63877c99e785640d436458ea", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039d4", + "_tpl": "63877c99e785640d436458ea", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d50288f391ec6e307ce8e", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039d7", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721039d6", + "_tpl": "612e0d3767085e45ef14057f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039d7", + "_tpl": "612e0d3767085e45ef14057f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d504446773164c205eda2", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039da", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721039d9", + "_tpl": "5fbe7618d6fa9c00c571bb6c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039da", + "_tpl": "5fbe7618d6fa9c00c571bb6c", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "674600a366e6a521aa05eb66": { + "QuestName": "Route Deviation", + "_id": "674600a366e6a521aa05eb66", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "674600a366e6a521aa05eb66 acceptPlayerMessage", + "changeQuestMessageText": "674600a366e6a521aa05eb66 changeQuestMessageText", + "completePlayerMessage": "674600a366e6a521aa05eb66 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "PlaceBeacon", + "id": "67460118d3498f1b35e0a025", + "index": 3, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Mark_BTR_1", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6746011dfd1dc9d0f502e55d", + "index": 4, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Mark_BTR_2", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "674601247aa943781a1cf3fc", + "index": 5, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Mark_BTR_3", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "674601282043d1ef3c6b2eec", + "index": 6, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Mark_BTR_4", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6746012a35218bb89951248e", + "index": 7, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Mark_BTR_5", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "PlaceBeacon", + "id": "6746012d871e69a9abb5873d", + "index": 8, + "parentId": "", + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Mark_BTR_6", + "target": [ + "5991b51486f77447b112d44f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "674600a366e6a521aa05eb68", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6745fae369a58fceba10343d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "674601e755b83e45bd9492df", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744af0969a58fceba101fed", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "674601eb4a6a0f17fa7dd5af", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6745cbee909d2013670a4a55", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "674600a366e6a521aa05eb66 description", + "failMessageText": "674600a366e6a521aa05eb66 failMessageText", + "declinePlayerMessage": "674600a366e6a521aa05eb66 declinePlayerMessage", + "name": "674600a366e6a521aa05eb66 name", + "note": "674600a366e6a521aa05eb66 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63aaec53e842787ad21356a3.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "674600a366e6a521aa05eb66 startedMessageText", + "successMessageText": "674600a366e6a521aa05eb66 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 6, + "id": "675841607164bdd037e8045f", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039e9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721039e4", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039e5", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039e6", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039e7", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039e8", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039e9", + "_tpl": "5991b51486f77447b112d44f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 17900, + "id": "675840e5c3fc54b2324511ce", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1100, + "id": "675840ed8da7385b3d1a02e7", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039eb", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a721039eb", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1100 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "675840f5f6750a19a3dfa9be", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67584111862fde51cf75758b", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039ec", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721039ec", + "_tpl": "5c488a752e221602b412af63", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "67eb506040b1947a721039ed", + "_tpl": "5c48a2c22e221602b313fb6c", + "parentId": "67eb506040b1947a721039ec", + "slotId": "mod_pistol_grip" + }, + { + "_id": "67eb506040b1947a721039ee", + "_tpl": "55802d5f4bdc2dac148b458e", + "parentId": "67eb506040b1947a721039ec", + "slotId": "mod_magazine" + }, + { + "_id": "67eb506040b1947a721039ef", + "_tpl": "5c48a14f2e2216152006edd7", + "parentId": "67eb506040b1947a721039ec", + "slotId": "mod_handguard" + }, + { + "_id": "67eb506040b1947a721039f0", + "_tpl": "5c48a2852e221602b21d5923", + "parentId": "67eb506040b1947a721039ec", + "slotId": "mod_barrel" + }, + { + "_id": "67eb506040b1947a721039f1", + "_tpl": "5c48a2a42e221602b66d1e07", + "parentId": "67eb506040b1947a721039f0", + "slotId": "mod_muzzle" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6758413c96a0d78950c8af2e", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039f5", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a721039f3", + "_tpl": "544a378f4bdc2d30388b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039f4", + "_tpl": "544a378f4bdc2d30388b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a721039f5", + "_tpl": "544a378f4bdc2d30388b4567", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6758414c8874b6a05ffd38d8", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a721039fc", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a721039f8", + "_tpl": "657024e3c5d7d4cb4d07856a", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "67eb506040b1947a721039f9", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "67eb506040b1947a721039f8", + "slotId": "cartridges" + }, + { + "_id": "67eb506040b1947a721039fa", + "_tpl": "657024e3c5d7d4cb4d07856a", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "67eb506040b1947a721039fb", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "67eb506040b1947a721039fa", + "slotId": "cartridges" + }, + { + "_id": "67eb506040b1947a721039fc", + "_tpl": "657024e3c5d7d4cb4d07856a", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "67eb506040b1947a721039fd", + "_tpl": "54527ac44bdc2d36668b4567", + "upd": { + "StackObjectsCount": 50 + }, + "parentId": "67eb506040b1947a721039fc", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314c3acf8442f8b0531a3": { + "QuestName": "Proper Comeback", + "_id": "666314c3acf8442f8b0531a3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314c3acf8442f8b0531a3 acceptPlayerMessage", + "changeQuestMessageText": "666314c3acf8442f8b0531a3 changeQuestMessageText", + "completePlayerMessage": "666314c3acf8442f8b0531a3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "667442da875be5fb415df535", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "NosQuests_11_wood_place", + "target": [ + "5bc9bc53d4351e00367fbcee" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6682873d755938fa4cb73073", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "NosQuests_11_shoreline_place", + "target": [ + "5bc9bc53d4351e00367fbcee" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66d080533a3c33d823a3477d", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "NosQuests_11_factory_place", + "target": [ + "5bc9bc53d4351e00367fbcee" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abea55d8c0026325fa26a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314c10aa5c7436c00908c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314c3acf8442f8b0531a3 description", + "failMessageText": "666314c3acf8442f8b0531a3 failMessageText", + "declinePlayerMessage": "666314c3acf8442f8b0531a3 declinePlayerMessage", + "name": "666314c3acf8442f8b0531a3 name", + "note": "666314c3acf8442f8b0531a3 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/664088150e8c3b39563f2b73.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314c3acf8442f8b0531a3 startedMessageText", + "successMessageText": "666314c3acf8442f8b0531a3 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 78000, + "id": "667d516c0f4a5e68200e7672", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667d5175e106f3757711423d", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1900, + "id": "667d517e8f391ec6e307ce92", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a09", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103a09", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1900 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d518e46773164c205eda6", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a0c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a0b", + "_tpl": "62a09cfe4f842e1bd12da3e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a0c", + "_tpl": "62a09cfe4f842e1bd12da3e4", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d5195f9cc126bda0933d7", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a0f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a0e", + "_tpl": "5c12620d86f7743f8b198b72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a0f", + "_tpl": "5c12620d86f7743f8b198b72", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314b2a9290f9e0806cca3": { + "QuestName": "Hell on Earth - Part 2", + "_id": "666314b2a9290f9e0806cca3", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314b2a9290f9e0806cca3 acceptPlayerMessage", + "changeQuestMessageText": "666314b2a9290f9e0806cca3 changeQuestMessageText", + "completePlayerMessage": "666314b2a9290f9e0806cca3 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66632dee1d770a50deb5f7d6", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66632eb0b0950771a732ab47", + "resetOnSessionEnd": false, + "savageRole": [ + "sectantPriest", + "sectantWarrior" + ], + "target": "Savage", + "value": 1, + "weapon": [ + "5580223e4bdc2d1c128b457f", + "64748cb8de82c85eaf0a273a" + ], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66632deea5607d352f3aa844", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe309566bbce552f7e10", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314b0acf8442f8b0531a1", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314b2a9290f9e0806cca3 description", + "failMessageText": "666314b2a9290f9e0806cca3 failMessageText", + "declinePlayerMessage": "666314b2a9290f9e0806cca3 declinePlayerMessage", + "name": "666314b2a9290f9e0806cca3 name", + "note": "666314b2a9290f9e0806cca3 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/6682a71075d2dfc8330a07d8.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314b2a9290f9e0806cca3 startedMessageText", + "successMessageText": "666314b2a9290f9e0806cca3 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "667c02cc4dbf58fd1e0f5e45", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a1a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a1a", + "_tpl": "5580223e4bdc2d1c128b457f", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "67eb506040b1947a72103a1b", + "_tpl": "5580169d4bdc2d9d138b4585", + "parentId": "67eb506040b1947a72103a1a", + "slotId": "mod_barrel" + }, + { + "_id": "67eb506040b1947a72103a1c", + "_tpl": "611a31ce5b7ffe001b4649d1", + "parentId": "67eb506040b1947a72103a1a", + "slotId": "mod_stock" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 98000, + "id": "667d3faa037f250605042445", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "667d3fb4b3d7feb16a099059", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 324000, + "id": "667d3fc44dbf58fd1e1377b4", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a1e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103a1e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 324000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "667d3ff1c2e8131e070ae498", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a22", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a20", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a21", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a22", + "_tpl": "5e340dcdcb6d5863cc5e5efb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "667d3ffa2388eb5c9e057708", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a26", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a24", + "_tpl": "617fd91e5539a84ec44ce155", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a25", + "_tpl": "617fd91e5539a84ec44ce155", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a26", + "_tpl": "617fd91e5539a84ec44ce155", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "667d400568f52677e00a06e7", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a2a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a28", + "_tpl": "618a431df1eb8e24b8741deb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a29", + "_tpl": "618a431df1eb8e24b8741deb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a2a", + "_tpl": "618a431df1eb8e24b8741deb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314bd920800278d0f6748": { + "QuestName": "Viewer", + "_id": "666314bd920800278d0f6748", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314bd920800278d0f6748 acceptPlayerMessage", + "changeQuestMessageText": "666314bd920800278d0f6748 changeQuestMessageText", + "completePlayerMessage": "666314bd920800278d0f6748 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "667bf8370849ce7edf2b124e", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "NosQuests_8_wood_place", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "667bf840981b1c594af358ce", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "NosQuests_8_shoreline_place", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66d07fa69d373d977f437fe0", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "NosQuests_8_factory_place", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe8257f5a79e2b8bc642", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314bc1d3ec95634095e77", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314bd920800278d0f6748 description", + "failMessageText": "666314bd920800278d0f6748 failMessageText", + "declinePlayerMessage": "666314bd920800278d0f6748 declinePlayerMessage", + "name": "666314bd920800278d0f6748 name", + "note": "666314bd920800278d0f6748 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/664088150e8c3b39563f2b73.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314bd920800278d0f6748 startedMessageText", + "successMessageText": "666314bd920800278d0f6748 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 74000, + "id": "667d506d0f4a5e68200e766f", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667d5077b3d7feb16a099062", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 172000, + "id": "667d50838f391ec6e307ce8f", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a8e", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103a8e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 172000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "667d508d46773164c205eda3", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a94", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a90", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a91", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a92", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a93", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a94", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "667d5096f9cc126bda0933d5", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103a9a", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103a96", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a97", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a98", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a99", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103a9a", + "_tpl": "5d40407c86f774318526545a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "674602307e3818d5bb069489": { + "QuestName": "Hindsight 2020", + "_id": "674602307e3818d5bb069489", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "674602307e3818d5bb069489 acceptPlayerMessage", + "changeQuestMessageText": "674602307e3818d5bb069489 changeQuestMessageText", + "completePlayerMessage": "674602307e3818d5bb069489 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "674602686c4218a941eda082", + "conditions": [ + { + "conditionType": "VisitPlace", + "dynamicLocale": false, + "id": "6746026fe531ce08310bb2a6", + "target": "Bunker_enter", + "value": 1 + } + ] + }, + "id": "674602682cb1c1f5999f27aa", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "674da90a45aa075a44b4d687", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Pack_of_cartridges_1", + "target": [ + "648983d6b5a2df1c815a04ec", + "657025ebc5d7d4cb4d078588", + "5c1262a286f7743f8a69aab2", + "6570900858b315e8b70a8a98", + "64898602f09d032aa9399d56", + "57372db0245977685d4159b2", + "57372d1b2459776862260581", + "57372d4c245977685a3da2a1", + "57372bd3245977670b7cd243", + "57372bad245977670b7cd242", + "57372b832459776701014e41", + "57372ac324597767001bc261", + "57372a7f24597766fe0de0c1", + "64acea16c4eda9354b0226b0", + "64ace9f9c4eda9354b0226aa", + "65702572c5d7d4cb4d078576", + "648987d673c462723909a151", + "6579847c5a0e5879d12f2873", + "6579846c1ec1943afb14c15a", + "6489875745f9ca4ba51c4808", + "6489854673c462723909a14e", + "5c1260dc86f7746b106e8748", + "657025cfbfc87b3a34093253", + "5737292724597765e5728562", + "57372c21245977670937c6c2", + "57372c56245977685e584582", + "57372c89245977685d4159b1", + "648984b8d5b4df6140000a1a", + "657025dabfc87b3a34093256" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "674da90f96d4f32d517cb770", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Pack_of_cartridges_2", + "target": [ + "648983d6b5a2df1c815a04ec", + "657025ebc5d7d4cb4d078588", + "5c1262a286f7743f8a69aab2", + "6570900858b315e8b70a8a98", + "64898602f09d032aa9399d56", + "57372db0245977685d4159b2", + "57372d1b2459776862260581", + "57372d4c245977685a3da2a1", + "57372bd3245977670b7cd243", + "57372bad245977670b7cd242", + "57372b832459776701014e41", + "57372ac324597767001bc261", + "57372a7f24597766fe0de0c1", + "64acea16c4eda9354b0226b0", + "64ace9f9c4eda9354b0226aa", + "65702572c5d7d4cb4d078576", + "648987d673c462723909a151", + "6579847c5a0e5879d12f2873", + "6579846c1ec1943afb14c15a", + "6489875745f9ca4ba51c4808", + "6489854673c462723909a14e", + "5c1260dc86f7746b106e8748", + "657025cfbfc87b3a34093253", + "5737292724597765e5728562", + "57372c21245977670937c6c2", + "57372c56245977685e584582", + "57372c89245977685d4159b1", + "648984b8d5b4df6140000a1a", + "657025dabfc87b3a34093256" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "674da9141cc05673dc69e7e7", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "Pack_of_cartridges_3", + "target": [ + "648983d6b5a2df1c815a04ec", + "657025ebc5d7d4cb4d078588", + "5c1262a286f7743f8a69aab2", + "6570900858b315e8b70a8a98", + "64898602f09d032aa9399d56", + "57372db0245977685d4159b2", + "57372d1b2459776862260581", + "57372d4c245977685a3da2a1", + "57372bd3245977670b7cd243", + "57372bad245977670b7cd242", + "57372b832459776701014e41", + "57372ac324597767001bc261", + "57372a7f24597766fe0de0c1", + "64acea16c4eda9354b0226b0", + "64ace9f9c4eda9354b0226aa", + "65702572c5d7d4cb4d078576", + "648987d673c462723909a151", + "6579847c5a0e5879d12f2873", + "6579846c1ec1943afb14c15a", + "6489875745f9ca4ba51c4808", + "6489854673c462723909a14e", + "5c1260dc86f7746b106e8748", + "657025cfbfc87b3a34093253", + "5737292724597765e5728562", + "57372c21245977670937c6c2", + "57372c56245977685e584582", + "57372c89245977685d4159b1", + "648984b8d5b4df6140000a1a", + "657025dabfc87b3a34093256" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "674602307e3818d5bb06948b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "674600a366e6a521aa05eb66", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "674602307e3818d5bb069499", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6744af0969a58fceba101fed", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "674602307e3818d5bb06949a", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6745cbee909d2013670a4a55", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "674602307e3818d5bb069489 description", + "failMessageText": "674602307e3818d5bb069489 failMessageText", + "declinePlayerMessage": "674602307e3818d5bb069489 declinePlayerMessage", + "name": "674602307e3818d5bb069489 name", + "note": "674602307e3818d5bb069489 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/675b0b9f4bb87c925808fcc2.jpg", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "674602307e3818d5bb069489 startedMessageText", + "successMessageText": "674602307e3818d5bb069489 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 21800, + "id": "6758417c47d2a497ff6ef089", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1600, + "id": "6758418a2b546ed967996739", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103af5", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103af5", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1600 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67584194b2ef0544122c60db", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "675841aa7d66bab02a23025e", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103af8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103af7", + "_tpl": "66b5f6985891c84aab75ca76", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "67eb506040b1947a72103af8", + "_tpl": "66b5f6985891c84aab75ca76", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314b696a9349baa021bac": { + "QuestName": "Quality Standard", + "_id": "666314b696a9349baa021bac", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314b696a9349baa021bac acceptPlayerMessage", + "changeQuestMessageText": "666314b696a9349baa021bac changeQuestMessageText", + "completePlayerMessage": "666314b696a9349baa021bac completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6672e47f25ab92726912c3e5", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "666879d498b97e3a8f09f1ae" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6672e49679243c500ec02c2e", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "666879d498b97e3a8f09f1ae" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe4bf4179cecd79b7a6b", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314b4d7f171c4c20226c3", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314b696a9349baa021bac description", + "failMessageText": "666314b696a9349baa021bac failMessageText", + "declinePlayerMessage": "666314b696a9349baa021bac declinePlayerMessage", + "name": "666314b696a9349baa021bac name", + "note": "666314b696a9349baa021bac note", + "traderId": "54cb57776803fa99248b456e", + "location": "5b0fc42d86f7744a585f9105", + "image": "/files/quest/icon/5d694c9086f77468c86a6ada.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314b696a9349baa021bac startedMessageText", + "successMessageText": "666314b696a9349baa021bac successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "667d4b94b3d7feb16a09905e", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103afe", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103afe", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 42000, + "id": "667d4b9e8f391ec6e307ce8c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667d4ba846773164c205ed9f", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 164000, + "id": "667d4bb4f9cc126bda0933d3", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103b00", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103b00", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 164000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "667d4bc0cd4077ffb9082fde", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103b06", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103b02", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b03", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b04", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b05", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b06", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "667d4bc80f4a5e68200e766a", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103b0c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103b08", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b09", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b0a", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b0b", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103b0c", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6740a15566e6a521aa051b15": { + "QuestName": "Forge a Friendship", + "_id": "6740a15566e6a521aa051b15", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6740a15566e6a521aa051b15 acceptPlayerMessage", + "changeQuestMessageText": "6740a15566e6a521aa051b15 changeQuestMessageText", + "completePlayerMessage": "6740a15566e6a521aa051b15 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6740a202086cf3dbf687279a", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499adbeca8acb2d2061634" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6740a20cc6daae7f8f12a77d", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "67499adbeca8acb2d2061634" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6740a1e9d374ebe6f10a79ba", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6745fcded0fbbc74ca0f721d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6749aba2e3f499173aa277b4", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "6740a02a69a58fceba0ff399", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6740a15566e6a521aa051b15 description", + "failMessageText": "6740a15566e6a521aa051b15 failMessageText", + "declinePlayerMessage": "6740a15566e6a521aa051b15 declinePlayerMessage", + "name": "6740a15566e6a521aa051b15 name", + "note": "6740a15566e6a521aa051b15 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6740a15566e6a521aa051b15 startedMessageText", + "successMessageText": "6740a15566e6a521aa051b15 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18800, + "id": "67584d0dfa0a4fc9278b7ae1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 95000, + "id": "67584d1c54b62fe0781f24e4", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103b64", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "67eb506040b1947a72103b64", @@ -144236,36 +138928,36 @@ "StackObjectsCount": 95000 } } - ], - "target": "67eb506040b1947a72103b64", - "type": "Item", - "unknown": false, - "value": 95000 + ] }, { "availableInGameEditions": [], + "value": 0.02, "id": "67584d237417c34b10956094", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "67584d32325a9e17166ff4e2", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103b65", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103b65", "_tpl": "6499849fc93611967b034949", "upd": { + "StackObjectsCount": 1, "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { @@ -144334,131 +139026,905 @@ "parentId": "67eb506040b1947a72103b6f", "slotId": "mod_stock" } - ], - "target": "67eb506040b1947a72103b65", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "67584d43b55499577ec6b1b9", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103b74", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103b72", "_tpl": "55d481904bdc2d8c2f8b456a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103b73", "_tpl": "55d481904bdc2d8c2f8b456a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103b74", "_tpl": "55d481904bdc2d8c2f8b456a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103b74", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "67584d5877451448407cc37a", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103b7b", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103b78", "_tpl": "5737292724597765e5728562", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103b79", "_tpl": "56dfef82d2720bbd668b4567", - "parentId": "67eb506040b1947a72103b78", - "slotId": "cartridges", "upd": { "StackObjectsCount": 60 - } + }, + "parentId": "67eb506040b1947a72103b78", + "slotId": "cartridges" }, { "_id": "67eb506040b1947a72103b7a", "_tpl": "56dfef82d2720bbd668b4567", - "location": 1, - "parentId": "67eb506040b1947a72103b78", - "slotId": "cartridges", "upd": { "StackObjectsCount": 60 - } + }, + "parentId": "67eb506040b1947a72103b78", + "slotId": "cartridges", + "location": 1 }, { "_id": "67eb506040b1947a72103b7b", "_tpl": "5737292724597765e5728562", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103b7c", "_tpl": "56dfef82d2720bbd668b4567", - "parentId": "67eb506040b1947a72103b7b", - "slotId": "cartridges", "upd": { "StackObjectsCount": 60 - } + }, + "parentId": "67eb506040b1947a72103b7b", + "slotId": "cartridges" }, { "_id": "67eb506040b1947a72103b7d", "_tpl": "56dfef82d2720bbd668b4567", - "location": 1, - "parentId": "67eb506040b1947a72103b7b", - "slotId": "cartridges", "upd": { "StackObjectsCount": 60 + }, + "parentId": "67eb506040b1947a72103b7b", + "slotId": "cartridges", + "location": 1 + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314bafd5ca9577902e03a": { + "QuestName": "The Good Times - Part 2", + "_id": "666314bafd5ca9577902e03a", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314bafd5ca9577902e03a acceptPlayerMessage", + "changeQuestMessageText": "666314bafd5ca9577902e03a changeQuestMessageText", + "completePlayerMessage": "666314bafd5ca9577902e03a completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6663389ab88d5660328a9953", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "666338ca9c801e64de9593b5", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 1, + "weapon": [ + "5b3b713c5acfc4330140bd8d" + ], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "6663389aa257916ad3c89529", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe6918436d08a032c0ed", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314b8312343839d032d24", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314bafd5ca9577902e03a description", + "failMessageText": "666314bafd5ca9577902e03a failMessageText", + "declinePlayerMessage": "666314bafd5ca9577902e03a declinePlayerMessage", + "name": "666314bafd5ca9577902e03a name", + "note": "666314bafd5ca9577902e03a note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/6682a74575d2dfc8330a07de.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314bafd5ca9577902e03a startedMessageText", + "successMessageText": "666314bafd5ca9577902e03a successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "667d4fc2e106f37577114239", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103bf1", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103bf1", + "_tpl": "5b3b713c5acfc4330140bd8d", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "67eb506040b1947a72103bf2", + "_tpl": "5b3baf8f5acfc40dc5296692", + "parentId": "67eb506040b1947a72103bf1", + "slotId": "mod_barrel" + }, + { + "_id": "67eb506040b1947a72103bf3", + "_tpl": "5b3cadf35acfc400194776a0", + "parentId": "67eb506040b1947a72103bf1", + "slotId": "mod_pistol_grip" + }, + { + "_id": "67eb506040b1947a72103bf4", + "_tpl": "571a29dc2459771fb2755a6a", + "parentId": "67eb506040b1947a72103bf1", + "slotId": "mod_magazine" + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 62400, + "id": "667d4f8b46773164c205eda1", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "667d4f964dbf58fd1e1377be", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 226000, + "id": "667d4fa668f52677e00a06ef", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103bf6", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103bf6", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 226000 } } - ], - "target": "67eb506040b1947a72103b7b", + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "667d4fb6c2e8131e070ae4a5", "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103bf9", "unknown": false, - "value": 2 + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103bf8", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103bf9", + "_tpl": "5aafbde786f774389d0cbc0f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6740a15566e6a521aa051b15 startedMessageText", - "status": 0, - "successMessageText": "6740a15566e6a521aa051b15 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "666314c10aa5c7436c00908c": { + "QuestName": "Camera Action", + "_id": "666314c10aa5c7436c00908c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "666314c10aa5c7436c00908c acceptPlayerMessage", + "changeQuestMessageText": "666314c10aa5c7436c00908c changeQuestMessageText", + "completePlayerMessage": "666314c10aa5c7436c00908c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66675a4567c0cf0989946e12", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590c392f86f77444754deb29" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66675a50f15c3daac1fcb57d", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5909e99886f7740c983b9984" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66675a5b89c89dbbf90361d5", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5af0561e86f7745f5f3ad6ac" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66675a66e7b6dbc6ff88de91", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "590a358486f77429692b2790" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c252898eab887725ef789", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "573477e124597737dd42e191" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c25452c353b0176f883d1", + "index": 5, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "6389c70ca33d8c4cdf4932c6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c257562774a862480925c", + "index": 6, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c06779c86f77426e00dd782" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c25970b2c3c93bfc0f204", + "index": 7, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c06782b86f77426df5407d2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c25a8b3d49a2e3f4bd05c", + "index": 8, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b2ffd86f77425243e8d17" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c25b7b4419ddadbe352be", + "index": 9, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57347baf24597738002c6178" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c25eeb3fba3b8f07b9193", + "index": 10, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b304286f774253763a528" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "667c26159bd3d32fb565578e", + "index": 11, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b392c86f77425243e98fe" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "667abe9a893092770c3aa869", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "666314bf1cd52e3d040a2e78", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "666314c10aa5c7436c00908c description", + "failMessageText": "666314c10aa5c7436c00908c failMessageText", + "declinePlayerMessage": "666314c10aa5c7436c00908c declinePlayerMessage", + "name": "666314c10aa5c7436c00908c name", + "note": "666314c10aa5c7436c00908c note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/628b805544430c635d52a888.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "666314c10aa5c7436c00908c startedMessageText", + "successMessageText": "666314c10aa5c7436c00908c successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 32000, + "id": "667d5116e106f3757711423c", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "667d511f8f391ec6e307ce91", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 205000, + "id": "667d513546773164c205eda5", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103bfb", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103bfb", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 205000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "667d51544dbf58fd1e1377c2", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103bff", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67eb506040b1947a72103bfd", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103bfe", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67eb506040b1947a72103bff", + "_tpl": "5c94bbff86f7747ee735c08f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "5e381b0286f77420e3417a74": { + "QuestName": "Textile - Part 1", + "_id": "5e381b0286f77420e3417a74", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "5e381b0286f77420e3417a74 acceptPlayerMessage", + "changeQuestMessageText": "5e381b0286f77420e3417a74 changeQuestMessageText", + "completePlayerMessage": "5e381b0286f77420e3417a74 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e38261886f77429853af26c", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4d286f7746d4159f07a" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e382fef86f7741e53790d40", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4d286f7746d4159f07a" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e382b6986f7741b72695045", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4a786f7746d3f3c3400" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e38356d86f7742993306cac", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af4a786f7746d3f3c3400" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e382d6386f77429a01f82fb", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c12688486f77426843c7d32" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e3835e886f77429910d4465", + "index": 5, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c12688486f77426843c7d32" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderLoyalty", + "id": "5e58dabd86f7747c27218702", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ac3b934156ae10c4430e83c", + "globalQuestCounterId": "", + "value": 4, + "compareMethod": ">=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "5e58dace86f7747c295d2893", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4497b86f7744cf402ed00", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5e381b0286f77420e3417a74 description", + "failMessageText": "5e381b0286f77420e3417a74 failMessageText", + "declinePlayerMessage": "5e381b0286f77420e3417a74 declinePlayerMessage", + "name": "5e381b0286f77420e3417a74 name", + "note": "5e381b0286f77420e3417a74 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5e4d3a5886f77438b1632d82.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5e381b0286f77420e3417a74 startedMessageText", + "successMessageText": "5e381b0286f77420e3417a74 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 32000, + "id": "641183c4e2f66029920a1413", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "5e58de2886f7747c295d2898", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103c2d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "67eb506040b1947a72103c2d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "655b8d2b1273611d2462ab7b", + "type": "AssortmentUnlock", + "index": 0, + "target": "67eb506040b1947a72103c2e", + "unknown": false, + "items": [ + { + "_id": "67eb506040b1947a72103c2e", + "_tpl": "5b44cf1486f77431723e3d05" + } + ], + "loyaltyLevel": 4, + "traderId": "5ac3b934156ae10c4430e83c" + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "6740a2c17e3818d5bb0648b6": { "QuestName": "Half-Empty", "_id": "6740a2c17e3818d5bb0648b6", - "acceptPlayerMessage": "6740a2c17e3818d5bb0648b6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6740a2c17e3818d5bb0648b6 acceptPlayerMessage", "changeQuestMessageText": "6740a2c17e3818d5bb0648b6 changeQuestMessageText", "completePlayerMessage": "6740a2c17e3818d5bb0648b6 completePlayerMessage", "conditions": { @@ -144466,15 +139932,14 @@ { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6749aa9b1badcb1e8056d769", "index": 4, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": true, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "5d0378d486f77420421a5ff4", "5d03784a86f774203e7e0c4d", @@ -144484,21 +139949,21 @@ "5d0376a486f7747d8050965c", "5c05308086f7746b2101e90b" ], + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6740a33685a62f9581c2beaf", "index": 6, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": true, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ "5734781f24597737e04bf32a", "57347c2e24597744902c94a1", @@ -144512,80 +139977,86 @@ "5c06779c86f77426e00dd782", "6389c70ca33d8c4cdf4932c6" ], + "globalQuestCounterId": "", "value": 10, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6740a2c17e3818d5bb0648b8", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6740a15566e6a521aa051b15", "status": [ 4 ], - "target": "6740a15566e6a521aa051b15", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6740a2c17e3818d5bb0648b6 declinePlayerMessage", "description": "6740a2c17e3818d5bb0648b6 description", "failMessageText": "6740a2c17e3818d5bb0648b6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "6740a2c17e3818d5bb0648b6 declinePlayerMessage", "name": "6740a2c17e3818d5bb0648b6 name", "note": "6740a2c17e3818d5bb0648b6 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6740a2c17e3818d5bb0648b6 startedMessageText", + "successMessageText": "6740a2c17e3818d5bb0648b6 successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "6749a35456ed1b1e579aeae9", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103c89", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103c89", "_tpl": "66d9f1abb16d9aacf5068468", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103c89", - "type": "Item", - "unknown": false, - "value": 1 + ] } ], "Success": [ { "availableInGameEditions": [], + "value": 14900, "id": "67584d729fa745d038d09a12", - "index": 0, "type": "Experience", - "unknown": false, - "value": 14900 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 123000, "id": "67584d859db04250392abe5c", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103c8b", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "67eb506040b1947a72103c8b", @@ -144594,148 +140065,143 @@ "StackObjectsCount": 123000 } } - ], - "target": "67eb506040b1947a72103c8b", - "type": "Item", - "unknown": false, - "value": 123000 + ] }, { "availableInGameEditions": [], + "value": 0.02, "id": "67584d8eaa6b89ebdaa665a3", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "67584d9d4ffd981888e13770", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103c94", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103c90", "_tpl": "5aa7e276e5b5b000171d0647", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103c91", "_tpl": "657bc06daab96fccee08be9b", - "parentId": "67eb506040b1947a72103c90", - "slotId": "Helmet_top", "upd": { "SpawnedInSession": true - } + }, + "parentId": "67eb506040b1947a72103c90", + "slotId": "Helmet_top" }, { "_id": "67eb506040b1947a72103c92", "_tpl": "657bc0d8a1c61ee0c303632f", - "parentId": "67eb506040b1947a72103c90", - "slotId": "Helmet_back", "upd": { "SpawnedInSession": true - } + }, + "parentId": "67eb506040b1947a72103c90", + "slotId": "Helmet_back" }, { "_id": "67eb506040b1947a72103c93", "_tpl": "657bc107aab96fccee08be9f", - "parentId": "67eb506040b1947a72103c90", - "slotId": "Helmet_ears", "upd": { "SpawnedInSession": true - } + }, + "parentId": "67eb506040b1947a72103c90", + "slotId": "Helmet_ears" }, { "_id": "67eb506040b1947a72103c94", "_tpl": "5aa7e276e5b5b000171d0647", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103c95", "_tpl": "657bc06daab96fccee08be9b", - "parentId": "67eb506040b1947a72103c94", - "slotId": "Helmet_top", "upd": { "SpawnedInSession": true - } + }, + "parentId": "67eb506040b1947a72103c94", + "slotId": "Helmet_top" }, { "_id": "67eb506040b1947a72103c96", "_tpl": "657bc0d8a1c61ee0c303632f", - "parentId": "67eb506040b1947a72103c94", - "slotId": "Helmet_back", "upd": { "SpawnedInSession": true - } + }, + "parentId": "67eb506040b1947a72103c94", + "slotId": "Helmet_back" }, { "_id": "67eb506040b1947a72103c97", "_tpl": "657bc107aab96fccee08be9f", - "parentId": "67eb506040b1947a72103c94", - "slotId": "Helmet_ears", "upd": { "SpawnedInSession": true - } + }, + "parentId": "67eb506040b1947a72103c94", + "slotId": "Helmet_ears" } - ], - "target": "67eb506040b1947a72103c94", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "67584db03e19167ffb87116a", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103c9a", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103c99", "_tpl": "5aa7e373e5b5b000137b76f0", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103c9a", "_tpl": "5aa7e373e5b5b000137b76f0", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103c9a", - "type": "Item", - "unknown": false, - "value": 2 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6740a2c17e3818d5bb0648b6 startedMessageText", - "status": 0, - "successMessageText": "6740a2c17e3818d5bb0648b6 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "6740a3f4eca8acb2d2055159": { "QuestName": "Stick in the Wheel", "_id": "6740a3f4eca8acb2d2055159", - "acceptPlayerMessage": "6740a3f4eca8acb2d2055159 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6740a3f4eca8acb2d2055159 acceptPlayerMessage", "changeQuestMessageText": "6740a3f4eca8acb2d2055159 changeQuestMessageText", "completePlayerMessage": "6740a3f4eca8acb2d2055159 completePlayerMessage", "conditions": { @@ -144744,6 +140210,7 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6740a42c79af322eec1512a5", "conditions": [ { "bodyPart": [], @@ -144771,72 +140238,76 @@ "weaponModsExclusive": [], "weaponModsInclusive": [] } - ], - "id": "6740a42c79af322eec1512a5" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6740a42c508599fd5a066f19", "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 30, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6740a3f4eca8acb2d205515b", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6740a2c17e3818d5bb0648b6", "status": [ 4 ], - "target": "6740a2c17e3818d5bb0648b6", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6740a3f4eca8acb2d2055159 declinePlayerMessage", "description": "6740a3f4eca8acb2d2055159 description", "failMessageText": "6740a3f4eca8acb2d2055159 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "6740a3f4eca8acb2d2055159 declinePlayerMessage", "name": "6740a3f4eca8acb2d2055159 name", "note": "6740a3f4eca8acb2d2055159 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6740a3f4eca8acb2d2055159 startedMessageText", + "successMessageText": "6740a3f4eca8acb2d2055159 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 21500, "id": "67584dc48cd58126bf555fa9", - "index": 0, "type": "Experience", - "unknown": false, - "value": 21500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 112000, "id": "67584dd2f832069c93c7cc86", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103ca8", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "67eb506040b1947a72103ca8", @@ -144845,31 +140316,32 @@ "StackObjectsCount": 112000 } } - ], - "target": "67eb506040b1947a72103ca8", - "type": "Item", - "unknown": false, - "value": 112000 + ] }, { "availableInGameEditions": [], + "value": 0.03, "id": "67584ddcb79eea8c7a220941", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "67584e13d6bf08e65fed4519", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103ca9", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103ca9", "_tpl": "57c44b372459772d2b39b8ce", "upd": { + "StackObjectsCount": 1, "FireMode": { "FireMode": "single" }, @@ -144879,8 +140351,7 @@ "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { @@ -144925,852 +140396,140 @@ "parentId": "67eb506040b1947a72103ca9", "slotId": "mod_handguard" } - ], - "target": "67eb506040b1947a72103ca9", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "67584e2288353e3cd8648b12", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103cb4", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103cb2", "_tpl": "57838f9f2459774a150289a0", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103cb3", "_tpl": "57838f9f2459774a150289a0", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103cb4", "_tpl": "57838f9f2459774a150289a0", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103cb4", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 4, "id": "67584e3f20eea394e5e8d7a2", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103cbd", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103cb7", "_tpl": "657025cfbfc87b3a34093253", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103cb8", "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72103cb7", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "67eb506040b1947a72103cb7", + "slotId": "cartridges" }, { "_id": "67eb506040b1947a72103cb9", "_tpl": "657025cfbfc87b3a34093253", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103cba", "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72103cb9", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "67eb506040b1947a72103cb9", + "slotId": "cartridges" }, { "_id": "67eb506040b1947a72103cbb", "_tpl": "657025cfbfc87b3a34093253", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103cbc", "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72103cbb", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } + }, + "parentId": "67eb506040b1947a72103cbb", + "slotId": "cartridges" }, { "_id": "67eb506040b1947a72103cbd", "_tpl": "657025cfbfc87b3a34093253", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103cbe", "_tpl": "61962d879bb3d20b0946d385", - "parentId": "67eb506040b1947a72103cbd", - "slotId": "cartridges", "upd": { "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103cbd", - "type": "Item", - "unknown": false, - "value": 4 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6740a3f4eca8acb2d2055159 startedMessageText", - "status": 0, - "successMessageText": "6740a3f4eca8acb2d2055159 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "6740b60c60a98cad1b0e0aa0": { - "QuestName": "Another Shipping Delay", - "_id": "6740b60c60a98cad1b0e0aa0", - "acceptPlayerMessage": "6740b60c60a98cad1b0e0aa0 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6740b60c60a98cad1b0e0aa0 changeQuestMessageText", - "completePlayerMessage": "6740b60c60a98cad1b0e0aa0 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6740b6543d5346fc3021cc14", - "target": "Lost_caravan", - "value": 1 - } - ], - "id": "6740b64fb23faec48e2f7eb4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740b64f024f0e44fbed2c48", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6740b66cfe308638cdb86ff9", - "status": [ - "Survived", - "Runner", - "Transit" - ] }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6740b679272d08c313ab80c2", - "target": [ - "Woods" - ] - } - ], - "id": "6740b66001a6b656f14474af" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740b66079ff8ea717dad584", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740b6343d2bcc1820e59c3f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6740a02a69a58fceba0ff399", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6740b62f1ae62325e059dcb1", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "673f6027352b4da8e00322d2", - "visibilityConditions": [] + "parentId": "67eb506040b1947a72103cbd", + "slotId": "cartridges" + } + ] } ], "Fail": [] }, - "declinePlayerMessage": "6740b60c60a98cad1b0e0aa0 declinePlayerMessage", - "description": "6740b60c60a98cad1b0e0aa0 description", - "failMessageText": "6740b60c60a98cad1b0e0aa0 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "6740b60c60a98cad1b0e0aa0 name", - "note": "6740b60c60a98cad1b0e0aa0 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67584ef9ed9cde0dd79ca6f7", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 12800 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67584f0b3b207caa22ab5ca4", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd6111145f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 67000 - } - } - ], - "target": "67eb25700eb297dd6111145f", - "type": "Item", - "unknown": false, - "value": 67000 - }, - { - "availableInGameEditions": [], - "id": "67584f18ffc68b67ca38960a", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67584f2725614a25f64fd6fd", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111461", - "_tpl": "66b5f693acff495a294927e3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb25700eb297dd61111462", - "_tpl": "66b5f693acff495a294927e3", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd61111462", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6740b60c60a98cad1b0e0aa0 startedMessageText", - "status": 0, - "successMessageText": "6740b60c60a98cad1b0e0aa0 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Discover" - }, - "674492b6909d2013670a347a": { - "QuestName": "Ask for Directions", - "_id": "674492b6909d2013670a347a", - "acceptPlayerMessage": "674492b6909d2013670a347a acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "674492b6909d2013670a347a changeQuestMessageText", - "completePlayerMessage": "674492b6909d2013670a347a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674492e56e8d2d5239a3fd37", - "index": 3, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Path_mountains_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674492ebf6f84f7d09ef1abb", - "index": 4, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Path_mountains_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674492f0636d0661476732f2", - "index": 5, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Path_mountains_3" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674492f30f45cb752f21df39", - "index": 6, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Path_mountains_4" - } - ], - "AvailableForStart": [ - { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67449355adb14eb7c6404c68", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6740b60c60a98cad1b0e0aa0", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "674492b6909d2013670a347a declinePlayerMessage", - "description": "674492b6909d2013670a347a description", - "failMessageText": "674492b6909d2013670a347a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e4dad2720bb55b8b4567", - "name": "674492b6909d2013670a347a name", - "note": "674492b6909d2013670a347a note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67584f3808b35eb3c013d101", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 13200 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67584f46c9be1367ca5ed48f", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd61111459", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 85000 - } - } - ], - "target": "67eb25700eb297dd61111459", - "type": "Item", - "unknown": false, - "value": 85000 - }, - { - "availableInGameEditions": [], - "id": "67584f4edf59ad0564f90521", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67584f5d6656eb04186b41f9", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd6111145b", - "_tpl": "5e2aedd986f7746d404f3aa4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd6111145b", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67584f6816fd4d1dad2f4a81", - "index": 0, - "items": [ - { - "_id": "67eb25700eb297dd6111145d", - "_tpl": "5e2aedd986f7746d404f3aa4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb25700eb297dd6111145d", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "674492b6909d2013670a347a startedMessageText", - "status": 0, - "successMessageText": "674492b6909d2013670a347a successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "6744a4717e3818d5bb0680bb": { - "QuestName": "Stabilize Business", - "_id": "6744a4717e3818d5bb0680bb", - "acceptPlayerMessage": "6744a4717e3818d5bb0680bb acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6744a4717e3818d5bb0680bb changeQuestMessageText", - "completePlayerMessage": "6744a4717e3818d5bb0680bb completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6744a6a8aa067831767945ca", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6744a6e655f33870450ee387", - "target": [ - "Sandbox_high", - "Sandbox" - ] - } - ], - "id": "6744a4e68f16ef033281edbe" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744a4e6c8a456e74064e7d7", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 7, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6744a6ca967d1ac0f3878391", - "status": [ - "Survived", - "Runner", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6744a6dfa50295a4cfa48a38", - "target": [ - "Sandbox_high", - "Sandbox" - ] - } - ], - "id": "6744a6b95563381292f97692" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744a6b96cefb76fd3f70555", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744a4d57369b3fa2ff02563", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "674492b6909d2013670a347a", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6744a4717e3818d5bb0680bb declinePlayerMessage", - "description": "6744a4717e3818d5bb0680bb description", - "failMessageText": "6744a4717e3818d5bb0680bb failMessageText", "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "653e6760052c01c1c805532f", - "name": "6744a4717e3818d5bb0680bb name", - "note": "6744a4717e3818d5bb0680bb note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67584fadf6143f6b64b51c45", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 24100 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67584fb93b7efbba34245aed", - "index": 0, - "items": [ - { - "_id": "67eb25710eb297dd6111150e", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 124000 - } - } - ], - "target": "67eb25710eb297dd6111150e", - "type": "Item", - "unknown": false, - "value": 124000 - }, - { - "availableInGameEditions": [], - "id": "67584fca1f39052a12857400", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67584fe64b890dcf32cfbf03", - "index": 0, - "items": [ - { - "_id": "67eb25710eb297dd6111151b", - "_tpl": "5b44cf1486f77431723e3d05", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb25710eb297dd6111151c", - "_tpl": "6575c3b3dc9932aed601c5f4", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd6111151d", - "_tpl": "6575c3beefc786cd9101a5ed", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd6111151e", - "_tpl": "6575c3cdc6700bd6b40e8a90", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd6111151f", - "_tpl": "6575c3dfdc9932aed601c5f8", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd61111520", - "_tpl": "6575c3ec52b7f8c76a05ee39", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd61111521", - "_tpl": "6575c3fd52b7f8c76a05ee3d", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Shoulder_l", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd61111522", - "_tpl": "6575c40c52b7f8c76a05ee41", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Shoulder_r", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd61111523", - "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd61111524", - "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd61111525", - "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb25710eb297dd61111526", - "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb25710eb297dd6111151b", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb25710eb297dd6111151b", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6744a4717e3818d5bb0680bb startedMessageText", - "status": 0, - "successMessageText": "6744a4717e3818d5bb0680bb successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" + "arenaLocations": [], + "status": 0 }, "6744a728352b4da8e003eda9": { "QuestName": "Battery Change", "_id": "6744a728352b4da8e003eda9", - "acceptPlayerMessage": "6744a728352b4da8e003eda9 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6744a728352b4da8e003eda9 acceptPlayerMessage", "changeQuestMessageText": "6744a728352b4da8e003eda9 changeQuestMessageText", "completePlayerMessage": "6744a728352b4da8e003eda9 completePlayerMessage", "conditions": { @@ -145778,71 +140537,76 @@ { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6744a964dc1b1e2ee134ffeb", "index": 4, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5d03794386f77420415576f5" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 15, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6744a791d81b66f1287260ea", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6740a3f4eca8acb2d2055159", "status": [ 4 ], - "target": "6740a3f4eca8acb2d2055159", + "globalQuestCounterId": "", + "availableAfter": 15, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6744a728352b4da8e003eda9 declinePlayerMessage", "description": "6744a728352b4da8e003eda9 description", "failMessageText": "6744a728352b4da8e003eda9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "6744a728352b4da8e003eda9 declinePlayerMessage", "name": "6744a728352b4da8e003eda9 name", "note": "6744a728352b4da8e003eda9 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "656f0f98d80a697f855d34b1", + "location": "any", + "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", + "type": "Discover", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6744a728352b4da8e003eda9 startedMessageText", + "successMessageText": "6744a728352b4da8e003eda9 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 58700, "id": "6758506a9f849c2be80a74e2", - "index": 0, "type": "Experience", - "unknown": false, - "value": 58700 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 284000, "id": "67585076dfc55ca8453cab7b", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103cce", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "67eb506040b1947a72103cce", @@ -145851,377 +140615,478 @@ "StackObjectsCount": 284000 } } - ], - "target": "67eb506040b1947a72103cce", - "type": "Item", - "unknown": false, - "value": 284000 + ] }, { "availableInGameEditions": [], + "value": 0.03, "id": "6758507fed644ec6097d2190", + "type": "TraderStanding", "index": 0, "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "6758508c8205b3cf2f372a4a", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103cd0", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103cd0", "_tpl": "591094e086f7747caa7bb2ef", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103cd0", - "type": "Item", - "unknown": false, - "value": 1 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6744a728352b4da8e003eda9 startedMessageText", - "status": 0, - "successMessageText": "6744a728352b4da8e003eda9 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "6744a9dfef61d56e020b5c4a": { - "QuestName": "Battery Change", - "_id": "6744a9dfef61d56e020b5c4a", - "acceptPlayerMessage": "6744a9dfef61d56e020b5c4a acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5e4d4ac186f774264f758336": { + "QuestName": "Textile - Part 2", + "_id": "5e4d4ac186f774264f758336", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6744a9dfef61d56e020b5c4a changeQuestMessageText", - "completePlayerMessage": "6744a9dfef61d56e020b5c4a completePlayerMessage", + "acceptPlayerMessage": "5e4d4ac186f774264f758336 acceptPlayerMessage", + "changeQuestMessageText": "5e4d4ac186f774264f758336 changeQuestMessageText", + "completePlayerMessage": "5e4d4ac186f774264f758336 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "HandoverItem", + "conditionType": "FindItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744a9dfef61d56e020b5c54", - "index": 4, - "isEncoded": false, + "id": "5e4d4ac186f774264f758337", + "index": 0, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "5d03794386f77420415576f5" + "5e2af47786f7746d404f3aaa" ], - "value": 1, + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e4d4ac186f774264f758338", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af47786f7746d404f3aaa" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e4d4ac186f774264f758339", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af41e86f774755a234b67" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e4d4ac186f774264f75833a", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af41e86f774755a234b67" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "5e4d4ac186f774264f75833b", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af29386f7746d4159f077" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "5e4d4ac186f774264f75833c", + "index": 5, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5e2af29386f7746d4159f077" + ], + "globalQuestCounterId": "", + "value": 5, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 15, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744aa78bd1d75b9af1a631a", + "id": "5e58db2386f7747c28220302", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5e381b0286f77420e3417a74", "status": [ 4 ], - "target": "6744a4717e3818d5bb0680bb", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "6744a9dfef61d56e020b5c4a declinePlayerMessage", - "description": "6744a9dfef61d56e020b5c4a description", - "failMessageText": "6744a9dfef61d56e020b5c4a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, + "description": "5e4d4ac186f774264f758336 description", + "failMessageText": "5e4d4ac186f774264f758336 failMessageText", + "declinePlayerMessage": "5e4d4ac186f774264f758336 declinePlayerMessage", + "name": "5e4d4ac186f774264f758336 name", + "note": "5e4d4ac186f774264f758336 note", + "traderId": "5ac3b934156ae10c4430e83c", "location": "any", - "name": "6744a9dfef61d56e020b5c4a name", - "note": "6744a9dfef61d56e020b5c4a note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/5e4d3a5186f77464185227f3.jpg", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5e4d4ac186f774264f758336 startedMessageText", + "successMessageText": "5e4d4ac186f774264f758336 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "67585000f59a7c6ab1974dfa", - "index": 0, + "value": 34300, + "id": "640f22ef053aa8ccbf04f3bf", "type": "Experience", - "unknown": false, - "value": 58700 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "67585012fc9f941676db8a73", + "value": 100000, + "id": "5e58dde586f7740b7b7444f2", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103d9e", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb25710eb297dd61111576", + "_id": "67eb506040b1947a72103d9e", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 284000 + "StackObjectsCount": 100000 } } - ], - "target": "67eb25710eb297dd61111576", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "5e58e22e86f7740ba7486ca4", "type": "Item", - "unknown": false, - "value": 284000 - }, - { - "availableInGameEditions": [], - "id": "6758501ad2364b7371bd21f2", "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", + "target": "67eb506040b1947a72103da0", "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "6758502863a2a910ef1f3ce3", - "index": 0, "items": [ { - "_id": "67eb25710eb297dd61111578", - "_tpl": "591094e086f7747caa7bb2ef", + "_id": "67eb506040b1947a72103da0", + "_tpl": "5c0e774286f77468413cc5b2", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb25710eb297dd61111578", - "type": "Item", - "unknown": false, - "value": 1 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6744a9dfef61d56e020b5c4a startedMessageText", - "status": 0, - "successMessageText": "6744a9dfef61d56e020b5c4a successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "6744ab1def61d56e020b5c56": { - "QuestName": "Protect the Sky", - "_id": "6744ab1def61d56e020b5c56", - "acceptPlayerMessage": "6744ab1def61d56e020b5c56 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "639136d68ba6894d155e77cf": { + "QuestName": "Green Corridor", + "_id": "639136d68ba6894d155e77cf", "canShowNotificationsInGame": true, - "changeQuestMessageText": "6744ab1def61d56e020b5c56 changeQuestMessageText", - "completePlayerMessage": "6744ab1def61d56e020b5c56 completePlayerMessage", + "acceptPlayerMessage": "639136d68ba6894d155e77cf acceptPlayerMessage", + "changeQuestMessageText": "639136d68ba6894d155e77cf changeQuestMessageText", + "completePlayerMessage": "639136d68ba6894d155e77cf completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744ab1def61d56e020b5c5f", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d53904d3dc28a52a2101", + "conditions": [ + { + "conditionType": "VisitPlace", + "dynamicLocale": false, + "id": "63a7d55010b7a13eb015961e", + "target": "quest_zone_c16_koll_1", + "value": 1 + } + ] + }, + "id": "63a7d53904d3dc28a52a2100", + "index": 0, "parentId": "", - "target": [ - "67499d4deca8acb2d206163b" - ], + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63a7d58004d3dc28a52a2103", + "conditions": [ + { + "conditionType": "VisitPlace", + "dynamicLocale": false, + "id": "63a7d5b027a4ff476e6dd0cf", + "target": "quest_zone_c16_koll_2", + "value": 1 + } + ] + }, + "id": "63a7d58004d3dc28a52a2102", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "639cee16f5765f47cc7f0ea2", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "639cee3b81b99001240bbe76", + "status": [ + "Survived" + ] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "639cee66ad9d7e3216668fd2", + "target": [ + "TarkovStreets" + ] + } + ] + }, + "id": "639cee16f5765f47cc7f0ea1", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "conditionType": "CompleteCondition", + "id": "63a7d60727a4ff476e6dd0d0", + "target": "63a7d58004d3dc28a52a2102" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "63a787ad5c2012425132e346", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5a27bafb86f7741c73584017", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "conditionType": "HandoverItem", - "dogtagLevel": 0, + "conditionType": "Level", + "id": "63a787b810b7a13eb015960c", + "index": 1, + "parentId": "", "dynamicLocale": false, "globalQuestCounterId": "", - "id": "6744ab1def61d56e020b5c60", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "67499d4deca8acb2d206163b" - ], - "value": 1, + "value": 20, + "compareMethod": ">=", "visibilityConditions": [] } ], - "AvailableForStart": [], "Fail": [] }, - "declinePlayerMessage": "6744ab1def61d56e020b5c56 declinePlayerMessage", - "description": "6744ab1def61d56e020b5c56 description", - "failMessageText": "6744ab1def61d56e020b5c56 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, + "description": "639136d68ba6894d155e77cf description", + "failMessageText": "639136d68ba6894d155e77cf failMessageText", + "declinePlayerMessage": "639136d68ba6894d155e77cf declinePlayerMessage", + "name": "639136d68ba6894d155e77cf name", + "note": "639136d68ba6894d155e77cf note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/63a92732813bba58a50c9e93.jpg", + "type": "Completion", "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "6744ab1def61d56e020b5c56 name", - "note": "6744ab1def61d56e020b5c56 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "639136d68ba6894d155e77cf startedMessageText", + "successMessageText": "639136d68ba6894d155e77cf successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "675850fbd640d6a5f6edcee7", - "index": 0, + "value": 10400, + "id": "63a787cf5199ab1f7d4a773c", "type": "Experience", - "unknown": false, - "value": 25400 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "67585108e922a1ece3fe2346", + "value": 0.02, + "id": "63a787df5c2012425132e347", + "type": "TraderStanding", "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 62000, + "id": "63a787ebf32fa1316250c3c8", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103dc0", + "unknown": false, + "findInRaid": false, "items": [ { - "_id": "67eb506040b1947a72103da2", + "_id": "67eb506040b1947a72103dc0", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 96000 + "StackObjectsCount": 62000 } } - ], - "target": "67eb506040b1947a72103da2", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "63a7881904d3dc28a52a20f0", "type": "Item", - "unknown": false, - "value": 96000 - }, - { - "availableInGameEditions": [], - "id": "67585110c55da2bdfa822122", "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", + "target": "67eb506040b1947a72103dc1", "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], "findInRaid": true, - "id": "6765c4d4dd4c7467064cb135", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103da5", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103da6", - "_tpl": "64b8725c4b75259c590fa899", - "parentId": "67eb506040b1947a72103da5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72103da7", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103da8", - "_tpl": "64b8725c4b75259c590fa899", - "parentId": "67eb506040b1947a72103da7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72103da9", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103daa", - "_tpl": "64b8725c4b75259c590fa899", - "parentId": "67eb506040b1947a72103da9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a72103dab", - "_tpl": "657023a9126cc4a57d0e17a6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dac", - "_tpl": "64b8725c4b75259c590fa899", - "parentId": "67eb506040b1947a72103dab", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } - } - ], - "target": "67eb506040b1947a72103dab", - "type": "Item", - "unknown": false, - "value": 4 - }, - { - "availableInGameEditions": [], - "id": "6765c5db2541c40d5d96321b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dad", - "_tpl": "674d6121c09f69dfb201a888", + "_id": "67eb506040b1947a72103dc1", + "_tpl": "62e14904c2699c0ec93adc47", "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + }, "Repairable": { "Durability": 100, "MaxDurability": 100 @@ -146229,2630 +141094,164 @@ } }, { - "_id": "67eb506040b1947a72103dae", - "_tpl": "63f4da90f31d4a33b87bd054", - "parentId": "67eb506040b1947a72103dad", - "slotId": "mod_pistol_grip" + "_id": "67eb506040b1947a72103dc2", + "_tpl": "633a98eab8b0506e48497c1a", + "parentId": "67eb506040b1947a72103dc1", + "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103daf", - "_tpl": "674d5e287075e056160e0176", - "parentId": "67eb506040b1947a72103dad", - "slotId": "mod_handguard" + "_id": "67eb506040b1947a72103dc3", + "_tpl": "62e2a754b6c0ee2f230cee0f", + "parentId": "67eb506040b1947a72103dc1", + "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103db0", - "_tpl": "628a665a86cbd9750d2ff5e5", - "parentId": "67eb506040b1947a72103dad", + "_id": "67eb506040b1947a72103dc4", + "_tpl": "62e292e7b6c0ee2f230cee00", + "parentId": "67eb506040b1947a72103dc1", + "slotId": "mod_stock" + }, + { + "_id": "67eb506040b1947a72103dc5", + "_tpl": "62e27a7865f0b1592a49e17b", + "parentId": "67eb506040b1947a72103dc1", "slotId": "mod_reciever" }, { - "_id": "67eb506040b1947a72103db1", - "_tpl": "5a33b2c9c4a282000c5a9511", - "parentId": "67eb506040b1947a72103dad", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103db2", - "_tpl": "5a32aa8bc4a2826c6e06d737", - "parentId": "67eb506040b1947a72103db1", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103db3", - "_tpl": "5b0e794b5acfc47a877359b2", - "parentId": "67eb506040b1947a72103dad", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a72103db4", - "_tpl": "5c0548ae0db834001966a3c2", - "parentId": "67eb506040b1947a72103dad", - "slotId": "mod_magazine" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103dad", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6744ab1def61d56e020b5c56 startedMessageText", - "status": 0, - "successMessageText": "6744ab1def61d56e020b5c56 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "6744aca8d3346c216702c583": { - "QuestName": "Discombobulate", - "_id": "6744aca8d3346c216702c583", - "acceptPlayerMessage": "6744aca8d3346c216702c583 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6744aca8d3346c216702c583 changeQuestMessageText", - "completePlayerMessage": "6744aca8d3346c216702c583 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744ae5cc771515803d615ec", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5e340dcdcb6d5863cc5e5efb" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_for_RPG_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744ae63b3b4be24ffc607a4", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5e340dcdcb6d5863cc5e5efb" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_for_RPG_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744ae65f8c1438fb9374575", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5e340dcdcb6d5863cc5e5efb" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_for_RPG_3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6744aca8d3346c216702c585", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744ab1def61d56e020b5c56", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6744aca8d3346c216702c583 declinePlayerMessage", - "description": "6744aca8d3346c216702c583 description", - "failMessageText": "6744aca8d3346c216702c583 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "6744aca8d3346c216702c583 name", - "note": "6744aca8d3346c216702c583 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "675851404791b70c6fe5ff22", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 23400 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6758514cf6922623306e9f4e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cf2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 175000 - } - } - ], - "target": "67eb506040b1947a72102cf2", - "type": "Item", - "unknown": false, - "value": 175000 - }, - { - "availableInGameEditions": [], - "id": "675851532f9979e353cd2ac2", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758515df1fae842bc4ec190", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cf4", - "_tpl": "62a0a16d0b9d3c46de5b6e97", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cf4", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758516764e4d7eeaf85f3c7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cf6", - "_tpl": "62a0a16d0b9d3c46de5b6e97", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cf6", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758516d2b120ac3594334c9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102cf8", - "_tpl": "62a0a16d0b9d3c46de5b6e97", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102cf8", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6744aca8d3346c216702c583 startedMessageText", - "status": 0, - "successMessageText": "6744aca8d3346c216702c583 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Discover" - }, - "6744af0969a58fceba101fed": { - "QuestName": "The Price of Independence", - "_id": "6744af0969a58fceba101fed", - "acceptPlayerMessage": "6744af0969a58fceba101fed acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6744af0969a58fceba101fed changeQuestMessageText", - "completePlayerMessage": "6744af0969a58fceba101fed completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c8ccb4adeab3910332cc", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "67499d0eeca8acb2d2061639" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c8fbeca6b954af086e7e", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d8576b4962faa43fef60d", - "target": [ - "bigmap" - ] - } - ], - "id": "6745c8eed469160e2200ea27" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c8ee54d6972417ad7bad", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c8de22c7ee46e3319c34", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "67499d0eeca8acb2d2061639" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_leeter_final" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c912ff7a6a9e6f881a17", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d85c9ddb10d2c0d63fa11", - "target": [ - "RezervBase" - ] - } - ], - "id": "6745c9085228446fa4981fc4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c90842db81af412eae97", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6745c953b4e0546cb0a2888a", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d85a36b979dc6714cf8dc", - "target": [ - "Woods" - ] - } - ], - "id": "6745c9489d8519803b5ea7fa" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c9482ac6bee79dca869a", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c9692071b59571a78e2c", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d85dc8041d9335262b4e6", - "target": [ - "Woods" - ] - } - ], - "id": "6745c96255fdcf1e8a05e2f7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c9623d362cd373b1de93", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "6745c98d1da7ffb8132be7b8", - "target": "Final_flare_btr_2" - } - ], - "id": "6745c98645e31670c94200f3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c986a3e10e0bf6472d8e", - "index": 9, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "6745c99aace12a06fcb5c1fc", - "target": "Final_flare_btr" - } - ], - "id": "6745c992aa902c3f4e3e9068" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c992bf76b3aeaf6370e0", - "index": 10, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6745c9c396e003ce2ce8bbb3", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6745c9b817174959a31aa433" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c9b89c84a273d4a2dc28", - "index": 11, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c9b0d13269e44c6217ef", - "status": [ - "Runner", - "Survived", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6752e168f938eff3e40ad846", - "target": [ - "Lighthouse" - ] - } - ], - "id": "6745c9a810fd716c8034e223" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745c9a86086867a2c723e9d", - "index": 12, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67bc7a85474696c6f3adf6df", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744aca8d3346c216702c583", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67bc7a90d31d9c55dd5c1225", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6744a728352b4da8e003eda9", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674607d2e793e545980f251d", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67460662d0fbbc74ca0f7229", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "6744af0969a58fceba101fed declinePlayerMessage", - "description": "6744af0969a58fceba101fed description", - "failMessageText": "6744af0969a58fceba101fed failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0b503bb837e8470f723e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6744af0969a58fceba101fed name", - "note": "6744af0969a58fceba101fed note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "675851aa8c29f978cfdb1175", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 85400 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "675851bbc29b6ca12b080256", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102934", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 300000 - } - } - ], - "target": "67eb506040b1947a72102934", - "type": "Item", - "unknown": false, - "value": 300000 - }, - { - "availableInGameEditions": [], - "id": "675851c98e1732065e0bee2f", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.5 - }, - { - "availableInGameEditions": [], - "id": "67585724fcea9bbf3b694aea", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102935", - "_tpl": "66d98233302686954b0c6f81" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102935", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "67585862fc73bbbf9a33c21b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102936", - "_tpl": "57347ca924597744596b4e71" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102936", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "67596dcd24cbfb1e6ce28a2c", - "index": 0, - "target": "675709bef4e2a2ce0f058f56", - "type": "Achievement", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6744af0969a58fceba101fed startedMessageText", - "status": 0, - "successMessageText": "6744af0969a58fceba101fed successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Multi" - }, - "6745cbee909d2013670a4a55": { - "QuestName": "The Price of Independence", - "_id": "6745cbee909d2013670a4a55", - "acceptPlayerMessage": "6745cbee909d2013670a4a55 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6745cbee909d2013670a4a55 changeQuestMessageText", - "completePlayerMessage": "6745cbee909d2013670a4a55 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a60", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "67499d0eeca8acb2d2061639" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c8fbeca6b954af086e7e", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d8695e7bfa5e6f03ca7ab", - "target": [ - "bigmap" - ] - } - ], - "id": "6745cbee909d2013670a4a62" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a61", - "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a63", - "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "67499d0eeca8acb2d2061639" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Zone_leeter_final" - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c912ff7a6a9e6f881a17", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d869dacb3d7a48196dc61", - "target": [ - "RezervBase" - ] - } - ], - "id": "6745cbee909d2013670a4a65" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a64", - "index": 6, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6745c953b4e0546cb0a2888a", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d86a2bf6bc03a1b2bbbfb", - "target": [ - "Woods" - ] - } - ], - "id": "6745cbee909d2013670a4a67" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a66", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 3, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c9692071b59571a78e2c", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674d86a787c9a1ea69cfda87", - "target": [ - "Woods" - ] - } - ], - "id": "6745cbee909d2013670a4a69" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a68", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "6745c98d1da7ffb8132be7b8", - "target": "Final_flare_btr_2" - } - ], - "id": "6745cbee909d2013670a4a6b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a6a", - "index": 9, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "LaunchFlare", - "dynamicLocale": false, - "id": "6745c99aace12a06fcb5c1fc", - "target": "Final_flare_btr" - } - ], - "id": "6745cbee909d2013670a4a6d" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a6c", - "index": 10, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6745c9c396e003ce2ce8bbb3", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "6745cbee909d2013670a4a6f" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a6e", - "index": 11, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6745c9b0d13269e44c6217ef", - "status": [ - "Runner", - "Survived", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6752e1abdf96096d65232c4d", - "target": [ - "Lighthouse" - ] - } - ], - "id": "6745cbee909d2013670a4a71" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745cbee909d2013670a4a70", - "index": 12, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67bc7a320f681966a06b631f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744aca8d3346c216702c583", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67bc7a401589f6db1ef3758d", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6744a9dfef61d56e020b5c4a", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674607c79367c5570bb2744f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67460662d0fbbc74ca0f7229", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "6745cbee909d2013670a4a55 declinePlayerMessage", - "description": "6745cbee909d2013670a4a55 description", - "failMessageText": "6745cbee909d2013670a4a55 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0b503bb837e8470f723e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6745cbee909d2013670a4a55 name", - "note": "6745cbee909d2013670a4a55 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6758598235c4dfa77d099fac", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 85400 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "675859a948a56e046abe50c3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ae3", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 300000 - } - } - ], - "target": "67eb506040b1947a72102ae3", - "type": "Item", - "unknown": false, - "value": 300000 - }, - { - "availableInGameEditions": [], - "id": "675859b1114fd9a4b96e9a68", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.5 - }, - { - "availableInGameEditions": [], - "id": "67585ed9b45774471005567f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ae4", - "_tpl": "66d98233302686954b0c6f81" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102ae4", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "67585ee10fda433711e12f4b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ae5", - "_tpl": "57347ca924597744596b4e71" - } - ], - "loyaltyLevel": 3, - "target": "67eb506040b1947a72102ae5", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": false - }, - { - "availableInGameEditions": [], - "id": "67596dfcfe832453c86e4141", - "index": 0, - "target": "675709bef4e2a2ce0f058f56", - "type": "Achievement", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6745cbee909d2013670a4a55 startedMessageText", - "status": 0, - "successMessageText": "6745cbee909d2013670a4a55 successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Multi" - }, - "6745fae369a58fceba10343d": { - "QuestName": "The Higher They Fly", - "_id": "6745fae369a58fceba10343d", - "acceptPlayerMessage": "6745fae369a58fceba10343d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6745fae369a58fceba10343d changeQuestMessageText", - "completePlayerMessage": "6745fae369a58fceba10343d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6745fb5542e0ffbb02004a9d", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "678bfba698869560358988b6", - "target": [ - "Woods" - ] - } - ], - "id": "6745fae369a58fceba103459" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fae369a58fceba103458", - "index": 12, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fb99e68d93601141df44", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6752f6d83038f7df520c83e8", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6746020b74692a67579f1fa5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744af0969a58fceba101fed", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6746020f5a799b7c82a8145f", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6745cbee909d2013670a4a55", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "6745fae369a58fceba10343d declinePlayerMessage", - "description": "6745fae369a58fceba10343d description", - "failMessageText": "6745fae369a58fceba10343d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59675e7b86f77414b25fb049.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "6745fae369a58fceba10343d name", - "note": "6745fae369a58fceba10343d note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6758402b60c190f6ed9c9530", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8000 - }, - { - "availableInGameEditions": [], - "id": "675840cd9847df06d2417027", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6758407c037587bafaf3f865", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d6d", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 550 - } - } - ], - "target": "67eb506040b1947a72103d6d", - "type": "Item", - "unknown": false, - "value": 550 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "675840887b37730bc25a5c55", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d6f", - "_tpl": "5aafbde786f774389d0cbc0f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d6f", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6745fae369a58fceba10343d startedMessageText", - "status": 0, - "successMessageText": "6745fae369a58fceba10343d successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "6745fcded0fbbc74ca0f721d": { - "QuestName": "Swift Retribution", - "_id": "6745fcded0fbbc74ca0f721d", - "acceptPlayerMessage": "6745fcded0fbbc74ca0f721d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6745fcded0fbbc74ca0f721d changeQuestMessageText", - "completePlayerMessage": "6745fcded0fbbc74ca0f721d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6745fd3b4da9d681d9baed7d", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6745fd4181696237e9676a88", - "target": [ - "Woods" - ] - } - ], - "id": "6745fd2eba1b93510aef0efb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fd2e3d6070c3563039a9", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fcded0fbbc74ca0f721f", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "673f4e956f1b89c7bc0f56ef", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6745fcded0fbbc74ca0f721d declinePlayerMessage", - "description": "6745fcded0fbbc74ca0f721d description", - "failMessageText": "6745fcded0fbbc74ca0f721d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "6745fcded0fbbc74ca0f721d name", - "note": "6745fcded0fbbc74ca0f721d note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6758249d4157e37983d433eb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 16000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "675824aca696bb6cc11e3e5f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c1f", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 85000 - } - } - ], - "target": "67eb506040b1947a72102c1f", - "type": "Item", - "unknown": false, - "value": 85000 - }, - { - "availableInGameEditions": [], - "id": "675824b756ab3525e2c017dc", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6761adca81a5791eb067dd89", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102c21", - "_tpl": "6761a6ccd9bbb27ad703c48a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102c21", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6745fcded0fbbc74ca0f721d startedMessageText", - "status": 0, - "successMessageText": "6745fcded0fbbc74ca0f721d successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "Elimination" - }, - "6745fdddd3346c216702e0bf": { - "QuestName": "Simple Side Job", - "_id": "6745fdddd3346c216702e0bf", - "acceptPlayerMessage": "6745fdddd3346c216702e0bf acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6745fdddd3346c216702e0bf changeQuestMessageText", - "completePlayerMessage": "6745fdddd3346c216702e0bf completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fe81eae30b9fb3bb6166", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "67499b3eeca8acb2d2061636" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fe8d48cd7aeda7152b24", - "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "67499b3eeca8acb2d2061636" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Case_rpg_keeper" - } - ], - "AvailableForStart": [ - { - "availableAfter": 15, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fdddd3346c216702e0c1", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6745fcded0fbbc74ca0f721d", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6745fecc83f34043ac778711", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744ab1def61d56e020b5c56", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "6745fdddd3346c216702e0bf declinePlayerMessage", - "description": "6745fdddd3346c216702e0bf description", - "failMessageText": "6745fdddd3346c216702e0bf failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63a90fd7c31b00242d28a92e.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6745fdddd3346c216702e0bf name", - "note": "6745fdddd3346c216702e0bf note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "675824cd60700996ce71bedc", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 56700 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6758250d14b1071a8e506cbc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210293d", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 4000 - } - } - ], - "target": "67eb506040b1947a7210293d", - "type": "Item", - "unknown": false, - "value": 4000 - }, - { - "availableInGameEditions": [], - "id": "675825181c6f0ba3fd56ca93", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67582525fe76dc26db4efebc", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210293f", - "_tpl": "5c052f6886f7746b1e3db148", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a7210293f", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758252fc7df548ca2b7d292", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102941", - "_tpl": "5c052fb986f7746b2101e909", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102941", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6758253933acd78c17e20b87", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102943", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102943", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6745fdddd3346c216702e0bf startedMessageText", - "status": 0, - "successMessageText": "6745fdddd3346c216702e0bf successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Discover" - }, - "674600a366e6a521aa05eb66": { - "QuestName": "Route Deviation", - "_id": "674600a366e6a521aa05eb66", - "acceptPlayerMessage": "674600a366e6a521aa05eb66 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "674600a366e6a521aa05eb66 changeQuestMessageText", - "completePlayerMessage": "674600a366e6a521aa05eb66 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67460118d3498f1b35e0a025", - "index": 3, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Mark_BTR_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6746011dfd1dc9d0f502e55d", - "index": 4, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Mark_BTR_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674601247aa943781a1cf3fc", - "index": 5, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Mark_BTR_3" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674601282043d1ef3c6b2eec", - "index": 6, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Mark_BTR_4" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6746012a35218bb89951248e", - "index": 7, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Mark_BTR_5" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6746012d871e69a9abb5873d", - "index": 8, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Mark_BTR_6" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674600a366e6a521aa05eb68", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6745fae369a58fceba10343d", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674601e755b83e45bd9492df", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744af0969a58fceba101fed", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674601eb4a6a0f17fa7dd5af", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6745cbee909d2013670a4a55", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "674600a366e6a521aa05eb66 declinePlayerMessage", - "description": "674600a366e6a521aa05eb66 description", - "failMessageText": "674600a366e6a521aa05eb66 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/63aaec53e842787ad21356a3.jpg", - "instantComplete": false, - "isKey": false, - "location": "5714dc692459777137212e12", - "name": "674600a366e6a521aa05eb66 name", - "note": "674600a366e6a521aa05eb66 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "675841607164bdd037e8045f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039e4", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e5", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e6", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e7", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e8", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039e9", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721039e9", - "type": "Item", - "unknown": false, - "value": 6 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "675840e5c3fc54b2324511ce", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 17900 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "675840ed8da7385b3d1a02e7", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039eb", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1100 - } - } - ], - "target": "67eb506040b1947a721039eb", - "type": "Item", - "unknown": false, - "value": 1100 - }, - { - "availableInGameEditions": [], - "id": "675840f5f6750a19a3dfa9be", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67584111862fde51cf75758b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721039ec", - "_tpl": "5c488a752e221602b412af63", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039ed", - "_tpl": "5c48a2c22e221602b313fb6c", - "parentId": "67eb506040b1947a721039ec", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721039ee", - "_tpl": "55802d5f4bdc2dac148b458e", - "parentId": "67eb506040b1947a721039ec", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721039ef", - "_tpl": "5c48a14f2e2216152006edd7", - "parentId": "67eb506040b1947a721039ec", + "_id": "67eb506040b1947a72103dc6", + "_tpl": "62e15547db1a5c41971c1b5e", + "parentId": "67eb506040b1947a72103dc1", "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a721039f0", - "_tpl": "5c48a2852e221602b21d5923", - "parentId": "67eb506040b1947a721039ec", - "slotId": "mod_barrel" + "_id": "67eb506040b1947a72103dc7", + "_tpl": "62ed189fb3608410ef5a2bfc", + "parentId": "67eb506040b1947a72103dc6", + "slotId": "mod_mount_001" }, { - "_id": "67eb506040b1947a721039f1", - "_tpl": "5c48a2a42e221602b66d1e07", - "parentId": "67eb506040b1947a721039f0", - "slotId": "mod_muzzle" + "_id": "67eb506040b1947a72103dc8", + "_tpl": "637b9c37b7e3bc41b21ce71a", + "parentId": "67eb506040b1947a72103dc1", + "slotId": "mod_pistolgrip" } - ], - "target": "67eb506040b1947a721039ec", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], + "value": 3, + "id": "63a788261f06d111271f5add", + "type": "Item", + "index": 0, + "target": "67eb506040b1947a72103dcc", + "unknown": false, "findInRaid": true, - "id": "6758413c96a0d78950c8af2e", - "index": 0, "items": [ { - "_id": "67eb506040b1947a721039f3", - "_tpl": "544a378f4bdc2d30388b4567", + "_id": "67eb506040b1947a72103dca", + "_tpl": "633a98eab8b0506e48497c1a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721039f4", - "_tpl": "544a378f4bdc2d30388b4567", + "_id": "67eb506040b1947a72103dcb", + "_tpl": "633a98eab8b0506e48497c1a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721039f5", - "_tpl": "544a378f4bdc2d30388b4567", + "_id": "67eb506040b1947a72103dcc", + "_tpl": "633a98eab8b0506e48497c1a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a721039f5", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], - "findInRaid": false, - "id": "6758414c8874b6a05ffd38d8", + "value": 3, + "id": "63a7883dee7b4d0d5507badf", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103dd3", + "unknown": false, + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a721039f8", - "_tpl": "657024e3c5d7d4cb4d07856a", + "_id": "67eb506040b1947a72103dcf", + "_tpl": "657025bbcfc010a0f5006a35", "upd": { - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721039f9", - "_tpl": "54527ac44bdc2d36668b4567", - "parentId": "67eb506040b1947a721039f8", - "slotId": "cartridges", + "_id": "67eb506040b1947a72103dd0", + "_tpl": "5a26abfac4a28232980eabff", "upd": { - "StackObjectsCount": 50 + "StackObjectsCount": 30 + }, + "parentId": "67eb506040b1947a72103dcf", + "slotId": "cartridges" + }, + { + "_id": "67eb506040b1947a72103dd1", + "_tpl": "657025bbcfc010a0f5006a35", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721039fa", - "_tpl": "657024e3c5d7d4cb4d07856a", + "_id": "67eb506040b1947a72103dd2", + "_tpl": "5a26abfac4a28232980eabff", "upd": { - "StackObjectsCount": 1 + "StackObjectsCount": 30 + }, + "parentId": "67eb506040b1947a72103dd1", + "slotId": "cartridges" + }, + { + "_id": "67eb506040b1947a72103dd3", + "_tpl": "657025bbcfc010a0f5006a35", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a721039fb", - "_tpl": "54527ac44bdc2d36668b4567", - "parentId": "67eb506040b1947a721039fa", - "slotId": "cartridges", + "_id": "67eb506040b1947a72103dd4", + "_tpl": "5a26abfac4a28232980eabff", "upd": { - "StackObjectsCount": 50 - } - }, - { - "_id": "67eb506040b1947a721039fc", - "_tpl": "657024e3c5d7d4cb4d07856a", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721039fd", - "_tpl": "54527ac44bdc2d36668b4567", - "parentId": "67eb506040b1947a721039fc", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 50 - } + "StackObjectsCount": 30 + }, + "parentId": "67eb506040b1947a72103dd3", + "slotId": "cartridges" } - ], - "target": "67eb506040b1947a721039fc", - "type": "Item", - "unknown": false, - "value": 3 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "674600a366e6a521aa05eb66 startedMessageText", - "status": 0, - "successMessageText": "674600a366e6a521aa05eb66 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Discover" - }, - "674602307e3818d5bb069489": { - "QuestName": "Hindsight 2020", - "_id": "674602307e3818d5bb069489", - "acceptPlayerMessage": "674602307e3818d5bb069489 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "674602307e3818d5bb069489 changeQuestMessageText", - "completePlayerMessage": "674602307e3818d5bb069489 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "6746026fe531ce08310bb2a6", - "target": "Bunker_enter", - "value": 1 - } - ], - "id": "674602686c4218a941eda082" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674602682cb1c1f5999f27aa", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674da90a45aa075a44b4d687", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "648983d6b5a2df1c815a04ec", - "657025ebc5d7d4cb4d078588", - "5c1262a286f7743f8a69aab2", - "6570900858b315e8b70a8a98", - "64898602f09d032aa9399d56", - "57372db0245977685d4159b2", - "57372d1b2459776862260581", - "57372d4c245977685a3da2a1", - "57372bd3245977670b7cd243", - "57372bad245977670b7cd242", - "57372b832459776701014e41", - "57372ac324597767001bc261", - "57372a7f24597766fe0de0c1", - "64acea16c4eda9354b0226b0", - "64ace9f9c4eda9354b0226aa", - "65702572c5d7d4cb4d078576", - "648987d673c462723909a151", - "6579847c5a0e5879d12f2873", - "6579846c1ec1943afb14c15a", - "6489875745f9ca4ba51c4808", - "6489854673c462723909a14e", - "5c1260dc86f7746b106e8748", - "657025cfbfc87b3a34093253", - "5737292724597765e5728562", - "57372c21245977670937c6c2", - "57372c56245977685e584582", - "57372c89245977685d4159b1", - "648984b8d5b4df6140000a1a", - "657025dabfc87b3a34093256" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Pack_of_cartridges_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674da90f96d4f32d517cb770", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "648983d6b5a2df1c815a04ec", - "657025ebc5d7d4cb4d078588", - "5c1262a286f7743f8a69aab2", - "6570900858b315e8b70a8a98", - "64898602f09d032aa9399d56", - "57372db0245977685d4159b2", - "57372d1b2459776862260581", - "57372d4c245977685a3da2a1", - "57372bd3245977670b7cd243", - "57372bad245977670b7cd242", - "57372b832459776701014e41", - "57372ac324597767001bc261", - "57372a7f24597766fe0de0c1", - "64acea16c4eda9354b0226b0", - "64ace9f9c4eda9354b0226aa", - "65702572c5d7d4cb4d078576", - "648987d673c462723909a151", - "6579847c5a0e5879d12f2873", - "6579846c1ec1943afb14c15a", - "6489875745f9ca4ba51c4808", - "6489854673c462723909a14e", - "5c1260dc86f7746b106e8748", - "657025cfbfc87b3a34093253", - "5737292724597765e5728562", - "57372c21245977670937c6c2", - "57372c56245977685e584582", - "57372c89245977685d4159b1", - "648984b8d5b4df6140000a1a", - "657025dabfc87b3a34093256" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Pack_of_cartridges_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674da9141cc05673dc69e7e7", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "648983d6b5a2df1c815a04ec", - "657025ebc5d7d4cb4d078588", - "5c1262a286f7743f8a69aab2", - "6570900858b315e8b70a8a98", - "64898602f09d032aa9399d56", - "57372db0245977685d4159b2", - "57372d1b2459776862260581", - "57372d4c245977685a3da2a1", - "57372bd3245977670b7cd243", - "57372bad245977670b7cd242", - "57372b832459776701014e41", - "57372ac324597767001bc261", - "57372a7f24597766fe0de0c1", - "64acea16c4eda9354b0226b0", - "64ace9f9c4eda9354b0226aa", - "65702572c5d7d4cb4d078576", - "648987d673c462723909a151", - "6579847c5a0e5879d12f2873", - "6579846c1ec1943afb14c15a", - "6489875745f9ca4ba51c4808", - "6489854673c462723909a14e", - "5c1260dc86f7746b106e8748", - "657025cfbfc87b3a34093253", - "5737292724597765e5728562", - "57372c21245977670937c6c2", - "57372c56245977685e584582", - "57372c89245977685d4159b1", - "648984b8d5b4df6140000a1a", - "657025dabfc87b3a34093256" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Pack_of_cartridges_3" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674602307e3818d5bb06948b", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "674600a366e6a521aa05eb66", - "visibilityConditions": [] - } - ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674602307e3818d5bb069499", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744af0969a58fceba101fed", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674602307e3818d5bb06949a", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6745cbee909d2013670a4a55", - "visibilityConditions": [] - } - ] - }, - "declinePlayerMessage": "674602307e3818d5bb069489 declinePlayerMessage", - "description": "674602307e3818d5bb069489 description", - "failMessageText": "674602307e3818d5bb069489 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0b9f4bb87c925808fcc2.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "674602307e3818d5bb069489 name", - "note": "674602307e3818d5bb069489 note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6758417c47d2a497ff6ef089", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21800 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6758418a2b546ed967996739", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103af5", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1600 - } - } - ], - "target": "67eb506040b1947a72103af5", - "type": "Item", - "unknown": false, - "value": 1600 - }, - { - "availableInGameEditions": [], - "id": "67584194b2ef0544122c60db", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "675841aa7d66bab02a23025e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103af7", - "_tpl": "66b5f6985891c84aab75ca76", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103af8", - "_tpl": "66b5f6985891c84aab75ca76", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103af8", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "674602307e3818d5bb069489 startedMessageText", - "status": 0, - "successMessageText": "674602307e3818d5bb069489 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Discover" + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "6746053b5b555b53460d9896": { "QuestName": "Key Partner", "_id": "6746053b5b555b53460d9896", - "acceptPlayerMessage": "6746053b5b555b53460d9896 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6746053b5b555b53460d9896 acceptPlayerMessage", "changeQuestMessageText": "6746053b5b555b53460d9896 changeQuestMessageText", "completePlayerMessage": "6746053b5b555b53460d9896 completePlayerMessage", "conditions": { @@ -148860,15 +141259,14 @@ { "conditionType": "SellItemToTrader", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "675197664e610fc2b88e0bf3", "index": 0, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "6389c8fb46b54c634724d847", "6389c92d52123d5dd17f8876", @@ -152798,91 +145196,97 @@ "5c110624d174af029e69734c", "627bce33f21bc425b06ab967" ], - "traderId": "5935c25fb3acc3127c3d8cd9", + "globalQuestCounterId": "", "value": 75, - "visibilityConditions": [] + "visibilityConditions": [], + "traderId": "5935c25fb3acc3127c3d8cd9" } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6746053b5b555b53460d9898", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "674602307e3818d5bb069489", "status": [ 4 ], - "target": "674602307e3818d5bb069489", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6746053b5b555b53460d98a4", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6744af0969a58fceba101fed", "status": [ 4 ], - "target": "6744af0969a58fceba101fed", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6746053b5b555b53460d98a5", "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "6745cbee909d2013670a4a55", "status": [ 4 ], - "target": "6745cbee909d2013670a4a55", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ] }, - "declinePlayerMessage": "6746053b5b555b53460d9896 declinePlayerMessage", "description": "6746053b5b555b53460d9896 description", "failMessageText": "6746053b5b555b53460d9896 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "6746053b5b555b53460d9896 declinePlayerMessage", "name": "6746053b5b555b53460d9896 name", "note": "6746053b5b555b53460d9896 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", + "type": "Merchant", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6746053b5b555b53460d9896 startedMessageText", + "successMessageText": "6746053b5b555b53460d9896 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 14600, "id": "675841e8d7fd6f44425e77a3", - "index": 0, "type": "Experience", - "unknown": false, - "value": 14600 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 900, "id": "675841fa3cbcdba99e4fed66", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103eff", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "67eb506040b1947a72103eff", @@ -152891,765 +145295,462 @@ "StackObjectsCount": 900 } } - ], - "target": "67eb506040b1947a72103eff", - "type": "Item", - "unknown": false, - "value": 900 + ] }, { "availableInGameEditions": [], + "value": 0.02, "id": "67584204c3873dd75c070bf4", + "type": "TraderStanding", "index": 0, "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "6758421813cea9a104cc0cd8", + "type": "Item", "index": 0, + "target": "67eb506040b1947a72103f02", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "67eb506040b1947a72103f01", "_tpl": "5c12613b86f7743bbe2c3f76", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "67eb506040b1947a72103f02", "_tpl": "5c12613b86f7743bbe2c3f76", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103f02", - "type": "Item", - "unknown": false, - "value": 2 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6746053b5b555b53460d9896 startedMessageText", - "status": 0, - "successMessageText": "6746053b5b555b53460d9896 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Merchant" - }, - "674605df60a98cad1b0ec799": { - "QuestName": "Killer Argument", - "_id": "674605df60a98cad1b0ec799", - "acceptPlayerMessage": "674605df60a98cad1b0ec799 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "59c9392986f7742f6923add2": { + "QuestName": "Trust Regain", + "_id": "59c9392986f7742f6923add2", "canShowNotificationsInGame": true, - "changeQuestMessageText": "674605df60a98cad1b0ec799 changeQuestMessageText", - "completePlayerMessage": "674605df60a98cad1b0ec799 completePlayerMessage", + "acceptPlayerMessage": "59c9392986f7742f6923add2 acceptPlayerMessage", + "changeQuestMessageText": "59c9392986f7742f6923add2 changeQuestMessageText", + "completePlayerMessage": "59c9392986f7742f6923add2 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6746061983996c4aa4765025", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "id": "59c93bdb86f7742a19140434", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "67499d2c69a58fceba104a43" + "593aa4be86f77457f56379f8" ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "59c93c1986f7742a424eaa33", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "591afe0186f77431bd616a11" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "59c93cbb86f7742a19140435", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5913915886f774123603c392" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "59c93cea86f7742a08623162", + "index": 3, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5913877a86f774432f15d444" + ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674606266884ca9cfc83530e", + "id": "59c93d4e86f774496b698953", "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "67499d2c69a58fceba104a43" + "593aa4be86f77457f56379f8" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [ + { + "id": "5a5777f086f7740adb5caac7", + "target": "59c93bdb86f7742a19140434", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59c93d8086f7742a19140436", + "index": 5, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "591afe0186f77431bd616a11" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a5777f786f7740ad83ccf69", + "target": "59c93c1986f7742a424eaa33", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59c93d9c86f7742f6923add3", + "index": 6, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5913915886f774123603c392" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57780486f7740adc2f7e45", + "target": "59c93cbb86f7742a19140435", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "59c93dbf86f7742a424eaa34", + "index": 7, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5913877a86f774432f15d444" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "5a57780c86f7741cc1242073", + "target": "59c93cea86f7742a08623162", + "conditionType": "CompleteCondition" + } + ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674605df60a98cad1b0ec79b", + "id": "59c93a6a86f77453b7472343", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "597a160786f77477531d39d2", "status": [ - 4 + 5 ], - "target": "6746053b5b555b53460d9896", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674605df60a98cad1b0ec7a3", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744af0969a58fceba101fed", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674605df60a98cad1b0ec7a4", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6745cbee909d2013670a4a55", - "visibilityConditions": [] - } - ] + "Fail": [] }, - "declinePlayerMessage": "674605df60a98cad1b0ec799 declinePlayerMessage", - "description": "674605df60a98cad1b0ec799 description", - "failMessageText": "674605df60a98cad1b0ec799 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, + "description": "59c9392986f7742f6923add2 description", + "failMessageText": "59c9392986f7742f6923add2 failMessageText", + "declinePlayerMessage": "59c9392986f7742f6923add2 declinePlayerMessage", + "name": "59c9392986f7742f6923add2 name", + "note": "59c9392986f7742f6923add2 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", + "type": "PickUp", "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "674605df60a98cad1b0ec799 name", - "note": "674605df60a98cad1b0ec799 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "59c9392986f7742f6923add2 startedMessageText", + "successMessageText": "59c9392986f7742f6923add2 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "6758423718b2aa13aa4c0ccd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 22500 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67584242e1c17db7a671963c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028fe", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1800 - } - } - ], - "target": "67eb506040b1947a721028fe", - "type": "Item", - "unknown": false, - "value": 1800 - }, - { - "availableInGameEditions": [], - "id": "67584248602b10097fea5827", - "index": 0, - "target": "58330581ace78e27b8b10cee", + "value": 0.25, + "id": "60c8bec280b2027f403dd99c", "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67584264c90c245f02177550", "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028ff", - "_tpl": "65290f395ae2ae97b80fdf2d", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102900", - "_tpl": "652911675ae2ae97b80fdf3c", - "parentId": "67eb506040b1947a721028ff", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102901", - "_tpl": "65293c38fc460e50a509cb25", - "parentId": "67eb506040b1947a721028ff", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72102902", - "_tpl": "6529119424cbe3c74a05e5bb", - "parentId": "67eb506040b1947a721028ff", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102903", - "_tpl": "6567e751a715f85433025998", - "parentId": "67eb506040b1947a72102902", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102904", - "_tpl": "6567e7681265c8a131069b0f", - "parentId": "67eb506040b1947a72102903", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102905", - "_tpl": "652910565ae2ae97b80fdf35", - "parentId": "67eb506040b1947a72102902", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72102906", - "_tpl": "6529113b5ae2ae97b80fdf39", - "parentId": "67eb506040b1947a72102905", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102907", - "_tpl": "652911e650dc782999054b9d", - "parentId": "67eb506040b1947a72102906", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102908", - "_tpl": "652910bc24cbe3c74a05e5b9", - "parentId": "67eb506040b1947a72102905", - "slotId": "mod_gas_block" - }, - { - "_id": "67eb506040b1947a72102909", - "_tpl": "652910ef50dc782999054b97", - "parentId": "67eb506040b1947a72102902", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a7210290a", - "_tpl": "6529348224cbe3c74a05e5c4", - "parentId": "67eb506040b1947a721028ff", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a7210290b", - "_tpl": "6529366450dc782999054ba0", - "parentId": "67eb506040b1947a7210290a", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a7210290c", - "_tpl": "6529370c405a5f51dd023db8", - "parentId": "67eb506040b1947a7210290b", - "slotId": "mod_stock_000" - }, - { - "_id": "67eb506040b1947a7210290d", - "_tpl": "6529109524cbe3c74a05e5b7", - "parentId": "67eb506040b1947a721028ff", - "slotId": "mod_charge" - } - ], - "target": "67eb506040b1947a721028ff", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67584275819b9bb0053abf8d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a7210290f", - "_tpl": "6529302b8c26af6326029fb7", - "upd": { - "StackObjectsCount": 40 - } - }, - { - "_id": "67eb506040b1947a72102910", - "_tpl": "6529302b8c26af6326029fb7", - "upd": { - "StackObjectsCount": 40 - } - } - ], - "target": "67eb506040b1947a72102910", - "type": "Item", - "unknown": false, - "value": 80 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67584288ed862da3b10f19f9", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102912", - "_tpl": "65293c38fc460e50a509cb25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102913", - "_tpl": "65293c38fc460e50a509cb25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102914", - "_tpl": "65293c38fc460e50a509cb25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102914", - "type": "Item", - "unknown": false, - "value": 3 + "target": "54cb57776803fa99248b456e", + "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "674605df60a98cad1b0ec799 startedMessageText", - "status": 0, - "successMessageText": "674605df60a98cad1b0ec799 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "67460662d0fbbc74ca0f7229": { - "QuestName": "Choose Your Friends Wisely", - "_id": "67460662d0fbbc74ca0f7229", - "acceptPlayerMessage": "67460662d0fbbc74ca0f7229 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "66058cb22cee99303f1ba067": { + "QuestName": "Easy Money - Part 1", + "_id": "66058cb22cee99303f1ba067", "canShowNotificationsInGame": true, - "changeQuestMessageText": "67460662d0fbbc74ca0f7229 changeQuestMessageText", - "completePlayerMessage": "67460662d0fbbc74ca0f7229 completePlayerMessage", + "acceptPlayerMessage": "66058cb22cee99303f1ba067 acceptPlayerMessage", + "changeQuestMessageText": "66058cb22cee99303f1ba067 changeQuestMessageText", + "completePlayerMessage": "66058cb22cee99303f1ba067 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "674606c99c61f2c9a63da8f9", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674da3e2f5f665e26e6af7a7", - "target": [ - "bigmap" - ] - } - ], - "id": "674606ba74cbc70e452a0624" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674606bac840f707bea6242f", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "674606ee8f08618c217bee3a", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674da3f34af1c8553defed32", - "target": [ - "RezervBase" - ] - } - ], - "id": "674606cc50db89f0ec1bc4ff" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674606ccff406a9f6a28e26f", + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6606b709f7ce34bb26221cab", "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "674606faa24a08352b5bac6b", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674da3f8fb04533c2ca6e0a3", - "target": [ - "Woods" - ] - } - ], - "id": "674606f1133b2dda6ce4f3db" - }, - "doNotResetIfCounterCompleted": false, + "isEncoded": false, + "onlyFoundInRaid": false, "dynamicLocale": false, + "plantTime": 30, + "zoneId": "place_flyers1", + "target": [ + "675a0288c3102563bd01c9c3" + ], "globalQuestCounterId": "", - "id": "674606f1c63637e54bede3a6", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", "value": 1, "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "67460717c07868d63bb6335a", - "status": [ - "Transit", - "Survived", - "Runner" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "674da3ff14f74f80d064dffb", - "target": [ - "Lighthouse" - ] - } - ], - "id": "674607100e52bbc6cffe8c44" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6746071002dfd67c0629a379", - "index": 7, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6746073d47e84f6c56571b05", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "674607310fdb21cf2a9ff2d1" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "674607317781508c405fb979", - "index": 8, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67460662d0fbbc74ca0f722a", + "conditionType": "Level", + "id": "6606b66ee1308e471611c49a", "index": 0, "parentId": "", - "status": [ - 4 - ], - "target": "674605df60a98cad1b0ec799", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 3, + "compareMethod": ">=", "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67584c6d18a8b6392a3ccad6", + "id": "66562ec0157f9f20000eea05", "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "657315e270bb0b8dba00cc48", "status": [ - 4 + 4, + 5 ], - "target": "6744aca8d3346c216702c583", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], - "Fail": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67460662d0fbbc74ca0f7234", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6744af0969a58fceba101fed", - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67460662d0fbbc74ca0f7235", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "6745cbee909d2013670a4a55", - "visibilityConditions": [] - } - ] + "Fail": [] }, - "declinePlayerMessage": "67460662d0fbbc74ca0f7229 declinePlayerMessage", - "description": "67460662d0fbbc74ca0f7229 description", - "failMessageText": "67460662d0fbbc74ca0f7229 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0bd7eb12e9c9d003f8c3.jpg", - "instantComplete": false, - "isKey": false, + "description": "66058cb22cee99303f1ba067 description", + "failMessageText": "66058cb22cee99303f1ba067 failMessageText", + "declinePlayerMessage": "66058cb22cee99303f1ba067 declinePlayerMessage", + "name": "66058cb22cee99303f1ba067 name", + "note": "66058cb22cee99303f1ba067 note", + "traderId": "58330581ace78e27b8b10cee", "location": "any", - "name": "67460662d0fbbc74ca0f7229 name", - "note": "67460662d0fbbc74ca0f7229 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/66562a95dadbac1a541f638f.png", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cb22cee99303f1ba067 startedMessageText", + "successMessageText": "66058cb22cee99303f1ba067 successMessageText", "rewards": { - "Fail": [], - "Started": [], + "Started": [ + { + "availableInGameEditions": [], + "value": 3, + "id": "67975bb3a55307fd988c3229", + "type": "Item", + "index": 0, + "target": "67a279c9a7c40412e006d08f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "67a279c9a7c40412e006d08d", + "_tpl": "675a0288c3102563bd01c9c3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67a279c9a7c40412e006d08e", + "_tpl": "675a0288c3102563bd01c9c3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "67a279c9a7c40412e006d08f", + "_tpl": "675a0288c3102563bd01c9c3", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], "Success": [ { "availableInGameEditions": [], - "id": "675842a05d621a41119b6566", - "index": 0, + "value": 4500, + "id": "6606b9159f59e625462accb1", "type": "Experience", - "unknown": false, - "value": 85200 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 35000, + "id": "6606b8ff06ef1d50a60c1f59", + "type": "Item", + "index": 0, + "target": "67a279c9a7c40412e006d091", + "unknown": false, "findInRaid": false, - "id": "675842add2e3ff283aae4659", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72102a3c", - "_tpl": "569668774bdc2da2298b4568", + "_id": "67a279c9a7c40412e006d091", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 5000 + "StackObjectsCount": 35000 } } - ], - "target": "67eb506040b1947a72102a3c", - "type": "Item", - "unknown": false, - "value": 5000 + ] }, { "availableInGameEditions": [], - "id": "675842b8046185a078c48840", + "id": "6606b92cda30b620a34e6ea9", + "type": "TraderUnlock", "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "675842cdc074774f422e650e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a3e", - "_tpl": "5b6d9ce188a4501afc1b2b25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a3e", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "67596df264c308743a084f16", - "index": 0, - "target": "675709bef4e2a2ce0f058f56", - "type": "Achievement", + "target": "6617beeaa9cfa777ca915b7c", "unknown": false } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "67460662d0fbbc74ca0f7229 startedMessageText", - "status": 0, - "successMessageText": "67460662d0fbbc74ca0f7229 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Multi" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "675031be899713ccad00060c": { "QuestName": "Christmas Dinner", "_id": "675031be899713ccad00060c", - "acceptPlayerMessage": "675031be899713ccad00060c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675031be899713ccad00060c acceptPlayerMessage", "changeQuestMessageText": "675031be899713ccad00060c changeQuestMessageText", "completePlayerMessage": "675031be899713ccad00060c completePlayerMessage", "conditions": { @@ -153657,161 +145758,166 @@ { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570c0d63b4ca18b62897b0", "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "635a758bfefc88a93f021b8a" ], + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570c1dd37fe94e53828e73", "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "57347d692459774491567cf1" ], + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570c2cb9a6467518160e50", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5bc9b156d4351e00367fbce9" ], + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570c3d9453e3c86deaed51", "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5d40407c86f774318526545a" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570c4919a18dfbab35905c", "index": 4, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "5d403f9186f7743cac3f229b" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570cab8cba6bcd8d5f5dd7", "index": 5, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, + "maxDurability": 100.0, + "minDurability": 0.0, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ "67586af7036d7f3da60c3612" ], + "globalQuestCounterId": "", "value": 3, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570bb68f5aa68dafe88b08", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "657315df034d76585f032e01", "status": [ 4 ], - "target": "657315df034d76585f032e01", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "675031be899713ccad00060c declinePlayerMessage", "description": "675031be899713ccad00060c description", "failMessageText": "675031be899713ccad00060c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985e2623506dc1c0432ef.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "675031be899713ccad00060c declinePlayerMessage", "name": "675031be899713ccad00060c name", "note": "675031be899713ccad00060c note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/676985e2623506dc1c0432ef.jpg", + "type": "PickUp", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675031be899713ccad00060c startedMessageText", + "successMessageText": "675031be899713ccad00060c successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 18800, "id": "675861438100d771c8d7b120", - "index": 0, "type": "Experience", - "unknown": false, - "value": 18800 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 200000, "id": "6758614e10d4cef87d1d1c2c", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bbe8", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "677e990da03da7967902bbe8", @@ -153820,186 +145926,181 @@ "StackObjectsCount": 200000 } } - ], - "target": "677e990da03da7967902bbe8", - "type": "Item", - "unknown": false, - "value": 200000 + ] }, { "availableInGameEditions": [], + "value": 0.03, "id": "67586163c7c470e4d6fbe973", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "675861704f8db12f2de2a4b8", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bbec", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990da03da7967902bbea", "_tpl": "55d482194bdc2d1d4e8b456b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bbeb", "_tpl": "55d482194bdc2d1d4e8b456b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bbec", "_tpl": "55d482194bdc2d1d4e8b456b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990da03da7967902bbec", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "675861788caeb5a7b178f6c6", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bbef", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990da03da7967902bbee", "_tpl": "5648b4534bdc2d3d1c8b4580", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bbef", "_tpl": "5648b4534bdc2d3d1c8b4580", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990da03da7967902bbef", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "675861839b50e175de3afb47", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bbf2", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990da03da7967902bbf1", "_tpl": "5bed61680db834001d2c45ab", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bbf2", "_tpl": "5bed61680db834001d2c45ab", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990da03da7967902bbf2", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "6758618d9ef9c0323c8fd382", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bbf5", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990da03da7967902bbf4", "_tpl": "5649ae4a4bdc2d1b2b8b4588", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bbf5", "_tpl": "5649ae4a4bdc2d1b2b8b4588", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990da03da7967902bbf5", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "67586195292fd5f721525281", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bbf8", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990da03da7967902bbf7", "_tpl": "593d490386f7745ee97a1555", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bbf8", "_tpl": "593d490386f7745ee97a1555", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990da03da7967902bbf8", - "type": "Item", - "unknown": false, - "value": 2 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "675031be899713ccad00060c startedMessageText", - "status": 0, - "successMessageText": "675031be899713ccad00060c successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "PickUp" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "675031d3884e1da4a90b3bc9": { "QuestName": "Chilly", "_id": "675031d3884e1da4a90b3bc9", - "acceptPlayerMessage": "675031d3884e1da4a90b3bc9 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675031d3884e1da4a90b3bc9 acceptPlayerMessage", "changeQuestMessageText": "675031d3884e1da4a90b3bc9 changeQuestMessageText", "completePlayerMessage": "675031d3884e1da4a90b3bc9 completePlayerMessage", "conditions": { @@ -154008,116 +146109,121 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "67585f77a1130ce7423c478c", "conditions": [ { - "bodyPart": [], + "id": "67585faed38d1f985255d43b", + "dynamicLocale": false, + "target": "Any", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "67585faed38d1f985255d43b", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "HealthBuff", - "dynamicLocale": false, "id": "676965df491f7db10f5f5800", + "dynamicLocale": false, "target": [ "Buffs_Frostbite" - ] + ], + "conditionType": "HealthBuff" } - ], - "id": "67585f77a1130ce7423c478c" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67585f77650907d333a3f082", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6758602df347e056f5a999a9", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", "status": [ 4 ], - "target": "5d24b81486f77439c92d6ba8", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "675031d3884e1da4a90b3bc9 declinePlayerMessage", "description": "675031d3884e1da4a90b3bc9 description", "failMessageText": "675031d3884e1da4a90b3bc9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985ca623506dc1c0432ee.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "675031d3884e1da4a90b3bc9 declinePlayerMessage", "name": "675031d3884e1da4a90b3bc9 name", "note": "675031d3884e1da4a90b3bc9 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/676985ca623506dc1c0432ee.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675031d3884e1da4a90b3bc9 startedMessageText", + "successMessageText": "675031d3884e1da4a90b3bc9 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 8900, "id": "67585ff616349bf53073590d", - "index": 0, "type": "Experience", - "unknown": false, - "value": 8900 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.02, "id": "675860024752c514786f5df3", + "type": "TraderStanding", "index": 0, "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 72000, "id": "6758600b001fa44e8a7f3dca", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bc0e", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "677e990da03da7967902bc0e", @@ -154126,73 +146232,68 @@ "StackObjectsCount": 72000 } } - ], - "target": "677e990da03da7967902bc0e", - "type": "Item", - "unknown": false, - "value": 72000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 4, "id": "675860156cc6f3ecc56fa4c2", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bc13", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990da03da7967902bc10", "_tpl": "544fb45d4bdc2dee738b4568", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bc11", "_tpl": "544fb45d4bdc2dee738b4568", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bc12", "_tpl": "544fb45d4bdc2dee738b4568", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bc13", "_tpl": "544fb45d4bdc2dee738b4568", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990da03da7967902bc13", - "type": "Item", - "unknown": false, - "value": 4 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "675031d3884e1da4a90b3bc9 startedMessageText", - "status": 0, - "successMessageText": "675031d3884e1da4a90b3bc9 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "675031e1f300496cc4104450": { "QuestName": "Hide in Plain Sight", "_id": "675031e1f300496cc4104450", - "acceptPlayerMessage": "675031e1f300496cc4104450 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675031e1f300496cc4104450 acceptPlayerMessage", "changeQuestMessageText": "675031e1f300496cc4104450 changeQuestMessageText", "completePlayerMessage": "675031e1f300496cc4104450 completePlayerMessage", "conditions": { @@ -154201,229 +146302,234 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "675836872c32fe904826bad7", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "675836aca7a0b44c1a3a6bf7", + "dynamicLocale": false, "target": "new_year_2024_market_lighthouse", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "675836872c32fe904826bad7" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67583687e90b8dcb52b2390f", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6758369abaa73a84e246c3c8", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "675836b17a29131bf1fbce63", + "dynamicLocale": false, "target": "new_year_2024_market_customs", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6758369abaa73a84e246c3c8" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6758369a1ac8288e78e907b9", "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6758369bf079f0c4840ef0d2", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "675836bad7982477b0f3623b", + "dynamicLocale": false, "target": "new_year_2024_market_reservee", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6758369bf079f0c4840ef0d2" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6758369be66a1e49655a8f6d", "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6758369d46e271bcd5bf8bef", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "675836bfa41b0249cf9f3586", + "dynamicLocale": false, "target": "new_year_2024_market_interchange", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6758369d46e271bcd5bf8bef" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6758369d70ddf414fe0e06e3", "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6758369e7db778d0191880ec", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "675836c4848ac03c196f03e2", + "dynamicLocale": false, "target": "new_year_2024_market_shoreline", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6758369e7db778d0191880ec" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6758369eac845ae2d6446a0e", "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "6758369fc1edff63a7cf02c6", "conditions": [ { - "conditionType": "VisitPlace", - "dynamicLocale": false, "id": "675836c70b6dfdd03da45f4b", + "dynamicLocale": false, "target": "new_year_2024_market_woods", - "value": 1 + "value": 1, + "conditionType": "VisitPlace" } - ], - "id": "6758369fc1edff63a7cf02c6" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6758369f71ddaaf12e484444", "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67583680ba16a7a964925391", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "657315df034d76585f032e01", "status": [ 4 ], - "target": "657315df034d76585f032e01", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "675031e1f300496cc4104450 declinePlayerMessage", "description": "675031e1f300496cc4104450 description", "failMessageText": "675031e1f300496cc4104450 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67698caa2332edb6520ec437.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "675031e1f300496cc4104450 declinePlayerMessage", "name": "675031e1f300496cc4104450 name", "note": "675031e1f300496cc4104450 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/67698caa2332edb6520ec437.jpg", + "type": "Exploration", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675031e1f300496cc4104450 startedMessageText", + "successMessageText": "675031e1f300496cc4104450 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 7000, "id": "67585dd2c773256478e78ac7", - "index": 0, "type": "Experience", - "unknown": false, - "value": 7000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.01, "id": "67585ddf29165e9687e37413", + "type": "TraderStanding", "index": 0, "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 64000, "id": "67585ded9fda70f5a3120e1b", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bc78", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "677e990da03da7967902bc78", @@ -154432,123 +146538,794 @@ "StackObjectsCount": 64000 } } - ], - "target": "677e990da03da7967902bc78", - "type": "Item", - "unknown": false, - "value": 64000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "67585dff77b3cc6c5fecb7e1", + "type": "Item", "index": 0, + "target": "677e990da03da7967902bc7b", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990da03da7967902bc7a", "_tpl": "66b5f693acff495a294927e3", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990da03da7967902bc7b", "_tpl": "66b5f693acff495a294927e3", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6391d90f4ed9512be67647df": { + "QuestName": "Make Amends", + "_id": "6391d90f4ed9512be67647df", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6391d90f4ed9512be67647df acceptPlayerMessage", + "changeQuestMessageText": "6391d90f4ed9512be67647df changeQuestMessageText", + "completePlayerMessage": "6391d90f4ed9512be67647df completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6391d9ba4b15ca31f76bc325", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6331bb0d1aa9f42b804997a6" ], - "target": "677e990da03da7967902bc7b", - "type": "Item", - "unknown": false, - "value": 2 + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6391d9e7ee79ee703e3012e5", + "index": 1, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": true, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "62e910aaf957f2915e0a5e36" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6391df5aee79ee703e3012e6", + "target": "6391d9ba4b15ca31f76bc325", + "conditionType": "CompleteCondition" + } + ] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6391d9fd8ba6894d155e77db", + "index": 2, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6331bb0d1aa9f42b804997a6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "6391df6f4ed9512be67647e2", + "target": "6391d9e7ee79ee703e3012e5", + "conditionType": "CompleteCondition" + } + ] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "63ab6a89e842787ad213571a", + "conditions": [ + { + "id": "63ab6aa8e842787ad213571b", + "dynamicLocale": false, + "target": "meh_50_visit_area_check_1", + "value": 1, + "conditionType": "VisitPlace" + } + ] + }, + "id": "63ab6a89e842787ad2135719", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "id": "63ab6ae2f83fd608393890b4", + "target": "6391d9fd8ba6894d155e77db", + "conditionType": "CompleteCondition" + } + ], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6391e1d08ba6894d155e77de", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6261482fa4eb80027c4f2e11", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "TraderStanding", + "id": "63a6c752d4153566a073285a", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "638f541a29ffd1183d187f57", + "globalQuestCounterId": "", + "value": 0, + "compareMethod": "<=", + "visibilityConditions": [] } ] }, + "description": "6391d90f4ed9512be67647df description", + "failMessageText": "6391d90f4ed9512be67647df failMessageText", + "declinePlayerMessage": "6391d90f4ed9512be67647df declinePlayerMessage", + "name": "6391d90f4ed9512be67647df name", + "note": "6391d90f4ed9512be67647df note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "Multi", + "isKey": false, + "restartable": false, + "instantComplete": false, "secretQuest": false, + "startedMessageText": "6391d90f4ed9512be67647df startedMessageText", + "successMessageText": "6391d90f4ed9512be67647df successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63ab69f61287ef0b827d0c94", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.0, + "id": "63ab69fbe842787ad2135718", + "type": "TraderStandingRestore", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.02, + "id": "63a6c78d0530a47cb931859a", + "type": "TraderStanding", + "index": 0, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + } + ] + }, "side": "Pmc", - "startedMessageText": "675031e1f300496cc4104450 startedMessageText", - "status": 0, - "successMessageText": "675031e1f300496cc4104450 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Exploration" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "626148251ed3bb5bcc5bd9ed": { + "QuestName": "Make Amends - Buyout", + "_id": "626148251ed3bb5bcc5bd9ed", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "626148251ed3bb5bcc5bd9ed acceptPlayerMessage", + "changeQuestMessageText": "626148251ed3bb5bcc5bd9ed changeQuestMessageText", + "completePlayerMessage": "626148251ed3bb5bcc5bd9ed completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62616a9ca4eb80027c4f2e12", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5449016a4bdc2d6f028b456f" + ], + "globalQuestCounterId": "", + "value": 1000000, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderStanding", + "id": "63c909122a5ab7dd5d057ff1", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "638f541a29ffd1183d187f57", + "globalQuestCounterId": "", + "value": 0, + "compareMethod": "<=", + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "639c6708dae1800a3e1359af", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "625d700cc48e6c62a440fab5", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "626148251ed3bb5bcc5bd9ed description", + "failMessageText": "626148251ed3bb5bcc5bd9ed failMessageText", + "declinePlayerMessage": "626148251ed3bb5bcc5bd9ed declinePlayerMessage", + "name": "626148251ed3bb5bcc5bd9ed name", + "note": "626148251ed3bb5bcc5bd9ed note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "Loyalty", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "626148251ed3bb5bcc5bd9ed startedMessageText", + "successMessageText": "626148251ed3bb5bcc5bd9ed successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63ab697e87413d64ae0ac213", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6261482fa4eb80027c4f2e11": { + "QuestName": "Make Amends - Equipment", + "_id": "6261482fa4eb80027c4f2e11", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6261482fa4eb80027c4f2e11 acceptPlayerMessage", + "changeQuestMessageText": "6261482fa4eb80027c4f2e11 changeQuestMessageText", + "completePlayerMessage": "6261482fa4eb80027c4f2e11 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "62616b17e7578c305945c9c9", + "index": 0, + "maxDurability": 100.0, + "minDurability": 0.0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5c46fbd72e2216398b5a8c9c" + ], + "globalQuestCounterId": "", + "value": 4, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6391e1aae705511c8a4a1b82", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "626148251ed3bb5bcc5bd9ed", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6261482fa4eb80027c4f2e11 description", + "failMessageText": "6261482fa4eb80027c4f2e11 failMessageText", + "declinePlayerMessage": "6261482fa4eb80027c4f2e11 declinePlayerMessage", + "name": "6261482fa4eb80027c4f2e11 name", + "note": "6261482fa4eb80027c4f2e11 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6261482fa4eb80027c4f2e11 startedMessageText", + "successMessageText": "6261482fa4eb80027c4f2e11 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 0.01, + "id": "63ab698b3606f31cf40e5ae0", + "type": "TraderStanding", + "index": 0, + "target": "638f541a29ffd1183d187f57", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "6750320e23fc8fd9cc087d14": { + "QuestName": "Holiday Beyond the Means", + "_id": "6750320e23fc8fd9cc087d14", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6750320e23fc8fd9cc087d14 acceptPlayerMessage", + "changeQuestMessageText": "6750320e23fc8fd9cc087d14 changeQuestMessageText", + "completePlayerMessage": "6750320e23fc8fd9cc087d14 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67570d6398d2190418bc7f32", + "conditions": [ + { + "id": "67570d77f2974486dfc1f711", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "67570dcfcd38fd7f08751a1e", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "5a43957686f7742a2c2f11b0", + "5c1a1e3f2e221602b66cc4c2" + ], + [ + "5a43943586f77416ad2f06e2", + "5c1a1e3f2e221602b66cc4c2" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + } + ] + }, + "id": "67570d63b9619534bf4857a1", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67570883195d642ba8e24a34", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "675031be899713ccad00060c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6750320e23fc8fd9cc087d14 description", + "failMessageText": "6750320e23fc8fd9cc087d14 failMessageText", + "declinePlayerMessage": "6750320e23fc8fd9cc087d14 declinePlayerMessage", + "name": "6750320e23fc8fd9cc087d14 name", + "note": "6750320e23fc8fd9cc087d14 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/676985c6ab40a3e4de05e248.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6750320e23fc8fd9cc087d14 startedMessageText", + "successMessageText": "6750320e23fc8fd9cc087d14 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 1, + "id": "67632e9901ac64412bcb6093", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c866", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "677e990ea03da7967902c866", + "_tpl": "5a43943586f77416ad2f06e2", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67632e9f8ece6292adabc7c6", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c868", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "677e990ea03da7967902c868", + "_tpl": "5a43957686f7742a2c2f11b0", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67632ea552d9a35c0c2c2e2b", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c86b", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "677e990ea03da7967902c86a", + "_tpl": "5c1a1e3f2e221602b66cc4c2", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "677e990ea03da7967902c86b", + "_tpl": "5c1a1e3f2e221602b66cc4c2", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 9800, + "id": "67586097eccc9bd328c64f09", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "675860a1c7913fd678106129", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 1300, + "id": "675860aae256c382a29d17b1", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c86d", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "677e990ea03da7967902c86d", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1300 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "675860e2fcbf87c5d6419f93", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c871", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "677e990ea03da7967902c86f", + "_tpl": "590c621186f774138d11ea29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "677e990ea03da7967902c870", + "_tpl": "590c621186f774138d11ea29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "677e990ea03da7967902c871", + "_tpl": "590c621186f774138d11ea29", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "6765c82b2eedf980444c3d21", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c874", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "677e990ea03da7967902c873", + "_tpl": "57347ca924597744596b4e71", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "677e990ea03da7967902c874", + "_tpl": "57347ca924597744596b4e71", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "675031f57775aada6b0f96a1": { "QuestName": "Cheer Up", "_id": "675031f57775aada6b0f96a1", - "acceptPlayerMessage": "675031f57775aada6b0f96a1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "675031f57775aada6b0f96a1 acceptPlayerMessage", "changeQuestMessageText": "675031f57775aada6b0f96a1 changeQuestMessageText", "completePlayerMessage": "675031f57775aada6b0f96a1 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "areaType": 21, - "compareMethod": ">=", "conditionType": "HideoutArea", - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6757069b842eb3c4d8220979", "index": 0, "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", "value": 1, + "compareMethod": ">=", "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67570932be9d136c90a7740f", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "657315e270bb0b8dba00cc48", "status": [ 4 ], - "target": "657315e270bb0b8dba00cc48", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "675031f57775aada6b0f96a1 declinePlayerMessage", "description": "675031f57775aada6b0f96a1 description", "failMessageText": "675031f57775aada6b0f96a1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985db8f72b5be4f0de40c.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "675031f57775aada6b0f96a1 declinePlayerMessage", "name": "675031f57775aada6b0f96a1 name", "note": "675031f57775aada6b0f96a1 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/676985db8f72b5be4f0de40c.jpg", + "type": "Completion", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "675031f57775aada6b0f96a1 startedMessageText", + "successMessageText": "675031f57775aada6b0f96a1 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 5000, "id": "6769bfff7dbb574dce0d73d6", - "index": 0, "type": "Experience", - "unknown": false, - "value": 5000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 50000, "id": "6769c00c4d5a4ffa7b86b279", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c876", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "677e990ea03da7967902c876", @@ -154557,31 +147334,32 @@ "StackObjectsCount": 50000 } } - ], - "target": "677e990ea03da7967902c876", - "type": "Item", - "unknown": false, - "value": 50000 + ] }, { "availableInGameEditions": [], + "value": 0.02, "id": "6769c01b083d39e0048e3896", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "6769c02cde669e33f36c4a8c", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c877", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c877", "_tpl": "62e14904c2699c0ec93adc47", "upd": { + "StackObjectsCount": 1, "FireMode": { "FireMode": "single" }, @@ -154591,8 +147369,7 @@ "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { @@ -154637,778 +147414,144 @@ "parentId": "677e990ea03da7967902c877", "slotId": "mod_pistolgrip" } - ], - "target": "677e990ea03da7967902c877", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "6769c03cc4cdbbb19383b3d1", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c882", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c880", "_tpl": "62e153bcdb1a5c41971c1b5b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c881", "_tpl": "62e153bcdb1a5c41971c1b5b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c882", "_tpl": "62e153bcdb1a5c41971c1b5b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c882", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 4, "id": "6769c047dffe4c5fac153183", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c88b", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c885", "_tpl": "6489875745f9ca4ba51c4808", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c886", "_tpl": "5a26ac0ec4a28200741e1e18", - "parentId": "677e990ea03da7967902c885", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 30 - } + "StackObjectsCount": 30, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c885", + "slotId": "cartridges" }, { "_id": "677e990ea03da7967902c887", "_tpl": "6489875745f9ca4ba51c4808", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c888", "_tpl": "5a26ac0ec4a28200741e1e18", - "parentId": "677e990ea03da7967902c887", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 30 - } + "StackObjectsCount": 30, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c887", + "slotId": "cartridges" }, { "_id": "677e990ea03da7967902c889", "_tpl": "6489875745f9ca4ba51c4808", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c88a", "_tpl": "5a26ac0ec4a28200741e1e18", - "parentId": "677e990ea03da7967902c889", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 30 - } + "StackObjectsCount": 30, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c889", + "slotId": "cartridges" }, { "_id": "677e990ea03da7967902c88b", "_tpl": "6489875745f9ca4ba51c4808", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c88c", "_tpl": "5a26ac0ec4a28200741e1e18", + "upd": { + "StackObjectsCount": 30, + "SpawnedInSession": true + }, "parentId": "677e990ea03da7967902c88b", - "slotId": "cartridges", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 30 - } + "slotId": "cartridges" } - ], - "target": "677e990ea03da7967902c88b", - "type": "Item", - "unknown": false, - "value": 4 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675031f57775aada6b0f96a1 startedMessageText", - "status": 0, - "successMessageText": "675031f57775aada6b0f96a1 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "6750320e23fc8fd9cc087d14": { - "QuestName": "Holiday Beyond the Means", - "_id": "6750320e23fc8fd9cc087d14", - "acceptPlayerMessage": "6750320e23fc8fd9cc087d14 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6750320e23fc8fd9cc087d14 changeQuestMessageText", - "completePlayerMessage": "6750320e23fc8fd9cc087d14 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "67570d77f2974486dfc1f711", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", - "dynamicLocale": false, - "equipmentExclusive": [], - "equipmentInclusive": [ - [ - "5a43957686f7742a2c2f11b0", - "5c1a1e3f2e221602b66cc4c2" - ], - [ - "5a43943586f77416ad2f06e2", - "5c1a1e3f2e221602b66cc4c2" - ] - ], - "id": "67570dcfcd38fd7f08751a1e" - } - ], - "id": "67570d6398d2190418bc7f32" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67570d63b9619534bf4857a1", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67570883195d642ba8e24a34", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "675031be899713ccad00060c", - "visibilityConditions": [] + ] } ], "Fail": [] }, - "declinePlayerMessage": "6750320e23fc8fd9cc087d14 declinePlayerMessage", - "description": "6750320e23fc8fd9cc087d14 description", - "failMessageText": "6750320e23fc8fd9cc087d14 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985c6ab40a3e4de05e248.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6750320e23fc8fd9cc087d14 name", - "note": "6750320e23fc8fd9cc087d14 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67632e9901ac64412bcb6093", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c866", - "_tpl": "5a43943586f77416ad2f06e2", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c866", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67632e9f8ece6292adabc7c6", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c868", - "_tpl": "5a43957686f7742a2c2f11b0", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c868", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67632ea552d9a35c0c2c2e2b", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c86a", - "_tpl": "5c1a1e3f2e221602b66cc4c2", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "677e990ea03da7967902c86b", - "_tpl": "5c1a1e3f2e221602b66cc4c2", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c86b", - "type": "Item", - "unknown": false, - "value": 2 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "67586097eccc9bd328c64f09", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9800 - }, - { - "availableInGameEditions": [], - "id": "675860a1c7913fd678106129", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "675860aae256c382a29d17b1", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c86d", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 1300 - } - } - ], - "target": "677e990ea03da7967902c86d", - "type": "Item", - "unknown": false, - "value": 1300 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "675860e2fcbf87c5d6419f93", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c86f", - "_tpl": "590c621186f774138d11ea29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "677e990ea03da7967902c870", - "_tpl": "590c621186f774138d11ea29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "677e990ea03da7967902c871", - "_tpl": "590c621186f774138d11ea29", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c871", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6765c82b2eedf980444c3d21", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c873", - "_tpl": "57347ca924597744596b4e71", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "677e990ea03da7967902c874", - "_tpl": "57347ca924597744596b4e71", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c874", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6750320e23fc8fd9cc087d14 startedMessageText", - "status": 0, - "successMessageText": "6750320e23fc8fd9cc087d14 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "67503219527c9a38e80496ae": { - "QuestName": "Illegal Logging", - "_id": "67503219527c9a38e80496ae", - "acceptPlayerMessage": "67503219527c9a38e80496ae acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67503219527c9a38e80496ae changeQuestMessageText", - "completePlayerMessage": "67503219527c9a38e80496ae completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 22, - "to": 10 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "675835a5b184a37d12e635ba", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "675835d4f7b9fa39e8d64e0d", - "zoneIds": [ - "kill_in_forest_woods" - ] - } - ], - "id": "6758350df366467ae9ced053" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6758350db1147b9c91b62146", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 22, - "to": 10 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "675835b6f69ccf4b94c701d4", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "675835d85511fdfd3c044428", - "zoneIds": [ - "kill_in_forest_shoreline" - ] - } - ], - "id": "675835477626cedac20fbe60" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67583547fb9ce4bfbc4e9327", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 22, - "to": 10 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "675835cd895e7dc5844a2598", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "675835dd91de1aac8ad0fac4", - "zoneIds": [ - "kill_in_forest_lighthouse" - ] - } - ], - "id": "6758354d6fdbd9abf4cd926b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6758354d0be43ac224eefa04", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 22, - "to": 10 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "675859b02287b6f8214ff34e", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "675859c2cd1cae29fbf3f34f", - "zoneIds": [ - "kill_in_forest_customs" - ] - } - ], - "id": "675859855f04ea29f3ba7129" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67585985fda6ca5a90ef43a3", - "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 5, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675835000364f6a4018957f8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "675031d3884e1da4a90b3bc9", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67503219527c9a38e80496ae declinePlayerMessage", - "description": "67503219527c9a38e80496ae description", - "failMessageText": "67503219527c9a38e80496ae failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985ce07a3126de300ae56.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67503219527c9a38e80496ae name", - "note": "67503219527c9a38e80496ae note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67585d45d501b5cc17924525", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9400 - }, - { - "availableInGameEditions": [], - "id": "67585d5a630b2824d2651e23", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67585d6c5564f3a5912e5911", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c8b0", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 65000 - } - } - ], - "target": "677e990ea03da7967902c8b0", - "type": "Item", - "unknown": false, - "value": 65000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67585d92582f7d87ac90c462", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c8b2", - "_tpl": "618ba27d9008e4636a67f61d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "677e990ea03da7967902c8b3", - "_tpl": "618ba27d9008e4636a67f61d", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c8b3", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67503219527c9a38e80496ae startedMessageText", - "status": 0, - "successMessageText": "67503219527c9a38e80496ae successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "67503247622398376d0b57cd": { "QuestName": "Khorovod", "_id": "67503247622398376d0b57cd", - "acceptPlayerMessage": "67503247622398376d0b57cd acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67503247622398376d0b57cd acceptPlayerMessage", "changeQuestMessageText": "67503247622398376d0b57cd changeQuestMessageText", "completePlayerMessage": "67503247622398376d0b57cd completePlayerMessage", "conditions": { @@ -155417,99 +147560,103 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "675708d9ac826955571a27ce", "conditions": [ { - "conditionType": "ExitStatus", - "dynamicLocale": false, "id": "675708e35a44bd33758597b3", + "dynamicLocale": false, "status": [ "Transit" - ] + ], + "conditionType": "ExitStatus" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "675708e8ed2e37ae7d785bfe", + "dynamicLocale": false, "target": [ "bigmap" - ] + ], + "conditionType": "Location" } - ], - "id": "675708d9ac826955571a27ce" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "67700a88881ee6b3b4020dea", "id": "675708d9432e1eb103266d6e", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "67700a88881ee6b3b4020dea", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "675708c411489632f80c8563", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "675031f57775aada6b0f96a1", "status": [ 4 ], - "target": "675031f57775aada6b0f96a1", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67503247622398376d0b57cd declinePlayerMessage", "description": "67503247622398376d0b57cd description", "failMessageText": "67503247622398376d0b57cd failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67698717ab40a3e4de05e24c.png", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "67503247622398376d0b57cd declinePlayerMessage", "name": "67503247622398376d0b57cd name", "note": "67503247622398376d0b57cd note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/67698717ab40a3e4de05e24c.png", + "type": "Completion", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67503247622398376d0b57cd startedMessageText", + "successMessageText": "67503247622398376d0b57cd successMessageText", "rewards": { - "Fail": [], "Started": [ { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "67630208fcbab6b53b2910a9", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c88e", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c88e", "_tpl": "67614b3ab8c060ebb204b106", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c88e", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], "id": "67586d5db45a4d7543e67aa9", + "type": "AssortmentUnlock", "index": 0, + "target": "677e990ea03da7967902c88f", + "unknown": false, "items": [ { "_id": "677e990ea03da7967902c88f", @@ -155517,35 +147664,36 @@ } ], "loyaltyLevel": 1, - "target": "677e990ea03da7967902c88f", - "traderId": "54cb50c76803fa8b248b4571", - "type": "AssortmentUnlock", - "unknown": false + "traderId": "54cb50c76803fa8b248b4571" } ], "Success": [ { "availableInGameEditions": [], + "value": 18000, "id": "67585e719f6d041165c984a4", - "index": 0, "type": "Experience", - "unknown": false, - "value": 18000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.02, "id": "67585e7c1401f44afcbb7e64", + "type": "TraderStanding", "index": 0, "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 126000, "id": "67585e879352dd5ddafe47fe", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c891", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "677e990ea03da7967902c891", @@ -155554,27 +147702,27 @@ "StackObjectsCount": 126000 } } - ], - "target": "677e990ea03da7967902c891", - "type": "Item", - "unknown": false, - "value": 126000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "67585e95dc2f5c85c784c93a", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c892", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c892", "_tpl": "651450ce0e00edc794068371", "upd": { + "StackObjectsCount": 1, "Repairable": { "Durability": 100, "MaxDurability": 100 - }, - "StackObjectsCount": 1 + } } }, { @@ -155613,167 +147761,805 @@ "parentId": "677e990ea03da7967902c892", "slotId": "mod_foregrip" } - ], - "target": "677e990ea03da7967902c892", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "67585ea0f6a9eb5572169686", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c89b", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c89a", "_tpl": "5a9e81fba2750c00164f6b11", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c89b", "_tpl": "5a9e81fba2750c00164f6b11", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c89b", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 5, "id": "67585eab8de1143dcb15f54b", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8a6", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c89e", "_tpl": "6489854673c462723909a14e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c89f", "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "677e990ea03da7967902c89e", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c89e", + "slotId": "cartridges" }, { "_id": "677e990ea03da7967902c8a0", "_tpl": "6489854673c462723909a14e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8a1", "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "677e990ea03da7967902c8a0", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c8a0", + "slotId": "cartridges" }, { "_id": "677e990ea03da7967902c8a2", "_tpl": "6489854673c462723909a14e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8a3", "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "677e990ea03da7967902c8a2", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c8a2", + "slotId": "cartridges" }, { "_id": "677e990ea03da7967902c8a4", "_tpl": "6489854673c462723909a14e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8a5", "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "677e990ea03da7967902c8a4", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c8a4", + "slotId": "cartridges" }, { "_id": "677e990ea03da7967902c8a6", "_tpl": "6489854673c462723909a14e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8a7", "_tpl": "5c0d688c86f77413ae3407b2", - "parentId": "677e990ea03da7967902c8a6", - "slotId": "cartridges", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 20 - } + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "677e990ea03da7967902c8a6", + "slotId": "cartridges" } - ], - "target": "677e990ea03da7967902c8a6", - "type": "Item", - "unknown": false, - "value": 5 + ] }, { "availableInGameEditions": [], "id": "67599a1a40e1edf970106b48", + "type": "Achievement", "index": 0, "target": "675998a894008342eb04e47f", - "type": "Achievement", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "676c243fb16f4b14b905e7f4": { + "QuestName": "This Is My Party", + "_id": "676c243fb16f4b14b905e7f4", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "676c243fb16f4b14b905e7f4 acceptPlayerMessage", + "changeQuestMessageText": "676c243fb16f4b14b905e7f4 changeQuestMessageText", + "completePlayerMessage": "676c243fb16f4b14b905e7f4 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "676c243fb16f4b14b905e7f7", + "conditions": [ + { + "id": "67580cb2bee94d1c9c1db819", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [ + [ + "67614b3ab8c060ebb204b106" + ] + ], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "6758325ae87312b8ef10c8e4", + "dynamicLocale": false, + "equipmentInclusive": [ + [ + "67614b3ab8c060ebb204b106" + ] + ], + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "676b14709dbdf5dc7ead9bc3", + "dynamicLocale": false, + "target": [ + "Shoreline", + "Interchange", + "Lighthouse", + "bigmap", + "Woods", + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "676c243fb16f4b14b905e7f6", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67580cc20d2269ed3db8f509", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "6750320e23fc8fd9cc087d14", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "676c243fb16f4b14b905e7f9", + "conditions": [ + { + "id": "676a924d0e3394b1681a7070", + "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "676a982547f324b585bdd34f", + "dynamicLocale": false, + "equipmentInclusive": [], + "equipmentExclusive": [ + [ + "67614b3ab8c060ebb204b106" + ] + ], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" + }, + { + "id": "676b14bfb3e9071bdce1342c", + "dynamicLocale": false, + "target": [ + "Shoreline", + "Interchange", + "Lighthouse", + "bigmap", + "Woods", + "RezervBase" + ], + "conditionType": "Location" + } + ] + }, + "id": "676c243fb16f4b14b905e7f8", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ] + }, + "description": "676c243fb16f4b14b905e7f4 description", + "failMessageText": "676c243fb16f4b14b905e7f4 failMessageText", + "declinePlayerMessage": "676c243fb16f4b14b905e7f4 declinePlayerMessage", + "name": "676c243fb16f4b14b905e7f4 name", + "note": "676c243fb16f4b14b905e7f4 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/676985d7f6270562e701eeac.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "676c243fb16f4b14b905e7f4 startedMessageText", + "successMessageText": "676c243fb16f4b14b905e7f4 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 13800, + "id": "676c243fb16f4b14b905e7fa", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "676c243fb16f4b14b905e7fb", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 186000, + "id": "676c243fb16f4b14b905e7fc", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c8a9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "677e990ea03da7967902c8a9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 186000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "676c243fb16f4b14b905e7fd", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c8ac", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "677e990ea03da7967902c8ab", + "_tpl": "5d1b376e86f774252519444e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "677e990ea03da7967902c8ac", + "_tpl": "5d1b376e86f774252519444e", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "676c243fb16f4b14b905e7fe", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c8ae", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "677e990ea03da7967902c8ae", + "_tpl": "590c60fc86f77412b13fddcf", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.03, + "id": "676c243fb16f4b14b905e7ff", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571", "unknown": false } ] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "67503247622398376d0b57cd startedMessageText", - "status": 0, - "successMessageText": "67503247622398376d0b57cd successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 + }, + "67503219527c9a38e80496ae": { + "QuestName": "Illegal Logging", + "_id": "67503219527c9a38e80496ae", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67503219527c9a38e80496ae acceptPlayerMessage", + "changeQuestMessageText": "67503219527c9a38e80496ae changeQuestMessageText", + "completePlayerMessage": "67503219527c9a38e80496ae completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6758350df366467ae9ced053", + "conditions": [ + { + "id": "675835a5b184a37d12e635ba", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 22, + "to": 10 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "675835d4f7b9fa39e8d64e0d", + "dynamicLocale": false, + "zoneIds": [ + "kill_in_forest_woods" + ], + "conditionType": "InZone" + } + ] + }, + "id": "6758350db1147b9c91b62146", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675835477626cedac20fbe60", + "conditions": [ + { + "id": "675835b6f69ccf4b94c701d4", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 22, + "to": 10 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "675835d85511fdfd3c044428", + "dynamicLocale": false, + "zoneIds": [ + "kill_in_forest_shoreline" + ], + "conditionType": "InZone" + } + ] + }, + "id": "67583547fb9ce4bfbc4e9327", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6758354d6fdbd9abf4cd926b", + "conditions": [ + { + "id": "675835cd895e7dc5844a2598", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 22, + "to": 10 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "675835dd91de1aac8ad0fac4", + "dynamicLocale": false, + "zoneIds": [ + "kill_in_forest_lighthouse" + ], + "conditionType": "InZone" + } + ] + }, + "id": "6758354d0be43ac224eefa04", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "675859855f04ea29f3ba7129", + "conditions": [ + { + "id": "675859b02287b6f8214ff34e", + "dynamicLocale": false, + "target": "Any", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 22, + "to": 10 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" + }, + { + "id": "675859c2cd1cae29fbf3f34f", + "dynamicLocale": false, + "zoneIds": [ + "kill_in_forest_customs" + ], + "conditionType": "InZone" + } + ] + }, + "id": "67585985fda6ca5a90ef43a3", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "675835000364f6a4018957f8", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "675031d3884e1da4a90b3bc9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67503219527c9a38e80496ae description", + "failMessageText": "67503219527c9a38e80496ae failMessageText", + "declinePlayerMessage": "67503219527c9a38e80496ae declinePlayerMessage", + "name": "67503219527c9a38e80496ae name", + "note": "67503219527c9a38e80496ae note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/676985ce07a3126de300ae56.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67503219527c9a38e80496ae startedMessageText", + "successMessageText": "67503219527c9a38e80496ae successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 9400, + "id": "67585d45d501b5cc17924525", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67585d5a630b2824d2651e23", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 65000, + "id": "67585d6c5564f3a5912e5911", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c8b0", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "677e990ea03da7967902c8b0", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 65000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67585d92582f7d87ac90c462", + "type": "Item", + "index": 0, + "target": "677e990ea03da7967902c8b3", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "677e990ea03da7967902c8b2", + "_tpl": "618ba27d9008e4636a67f61d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "677e990ea03da7967902c8b3", + "_tpl": "618ba27d9008e4636a67f61d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc", + "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], + "arenaLocations": [], + "status": 0 }, "67503260899713ccad00060e": { "QuestName": "Enough Drinks for That One", "_id": "67503260899713ccad00060e", - "acceptPlayerMessage": "67503260899713ccad00060e acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67503260899713ccad00060e acceptPlayerMessage", "changeQuestMessageText": "67503260899713ccad00060e changeQuestMessageText", "completePlayerMessage": "67503260899713ccad00060e completePlayerMessage", "conditions": { @@ -155782,78 +148568,78 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "67583391f4733d3bf5cf8843", "conditions": [ { - "bodyPart": [], + "id": "675833a1a1700f1da1a40b81", + "dynamicLocale": false, + "target": "Savage", "compareMethod": ">=", - "conditionType": "Kills", + "value": 0, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [ + "bossKilla" + ], + "bodyPart": [], "daytime": { "from": 22, "to": 10 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "675833a1a1700f1da1a40b81", "resetOnSessionEnd": false, - "savageRole": [ - "bossKilla" - ], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "675833cc344c8cd33b343bf6", + "dynamicLocale": false, "target": [ "Interchange" - ] + ], + "conditionType": "Location" } - ], - "id": "67583391f4733d3bf5cf8843" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67583391869cf73efa21169f", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "675833a7c4125c0e58bfe7ea", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 22, - "to": 10 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "675833bf4e39ff83d97c117d", "dynamicLocale": false, - "enemyEquipmentExclusive": [], + "target": "Savage", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], "enemyEquipmentInclusive": [ [ "67602a39c8e72a73250de739" @@ -155886,104 +148672,109 @@ "62a5c41e8ec41a51b34739c3" ] ], - "enemyHealthEffects": [], - "id": "675833bf4e39ff83d97c117d", - "resetOnSessionEnd": false, + "enemyEquipmentExclusive": [], + "weaponCaliber": [], "savageRole": [ "assault", "savage", "marksman" ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "bodyPart": [], + "daytime": { + "from": 22, + "to": 10 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "675833d57d9162e876ff787b", + "dynamicLocale": false, "target": [ "Interchange" - ] + ], + "conditionType": "Location" } - ], - "id": "675833a7c4125c0e58bfe7ea" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "675833a7fbbf777212206513", "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "6758335301fe2389d3fa722d", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "675031e1f300496cc4104450", "status": [ 4 ], - "target": "675031e1f300496cc4104450", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67503260899713ccad00060e declinePlayerMessage", "description": "67503260899713ccad00060e description", "failMessageText": "67503260899713ccad00060e failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985df81c1a738620a3853.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "67503260899713ccad00060e declinePlayerMessage", "name": "67503260899713ccad00060e name", "note": "67503260899713ccad00060e note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/676985df81c1a738620a3853.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67503260899713ccad00060e startedMessageText", + "successMessageText": "67503260899713ccad00060e successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 16000, "id": "67586102de4c529a342d16d3", - "index": 0, "type": "Experience", - "unknown": false, - "value": 16000 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "675861096540ab06b317855f", + "type": "TraderStanding", "index": 0, "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 190000, "id": "67586112088e2b1b2f512cc8", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8db", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "677e990ea03da7967902c8db", @@ -155992,3882 +148783,80 @@ "StackObjectsCount": 190000 } } - ], - "target": "677e990ea03da7967902c8db", - "type": "Item", - "unknown": false, - "value": 190000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "675861210ae4d858304d4bef", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8de", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c8dd", "_tpl": "6570aead4d84f81fd002a033", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8de", "_tpl": "6570aead4d84f81fd002a033", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c8de", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 2, "id": "6758612a53b2fd7eb4e3ba09", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8e1", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c8e0", "_tpl": "657089638db3adca1009f4ca", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8e1", "_tpl": "657089638db3adca1009f4ca", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c8e1", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67503260899713ccad00060e startedMessageText", - "status": 0, - "successMessageText": "67503260899713ccad00060e successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" - }, - "6752f6d83038f7df520c83e8": { - "QuestName": "A Helping Hand", - "_id": "6752f6d83038f7df520c83e8", - "acceptPlayerMessage": "6752f6d83038f7df520c83e8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6752f6d83038f7df520c83e8 changeQuestMessageText", - "completePlayerMessage": "6752f6d83038f7df520c83e8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6752f86d538945df8cc3fc3a", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "67499a9669a58fceba104a41" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "6756bcc88e63d25f2a2543a1", - "status": [ - "Survived", - "Runner", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "6756bcd795ac75c6061ddf7c", - "target": [ - "Woods" - ] - } - ], - "id": "6756bcb3d5c4b5dd32818d5c" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6756bcb3f93f4c1fc2b2d685", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6756bcfeeea580dfdb511a71", - "target": "6752f86d538945df8cc3fc3a" - } - ] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6752f85800c5b2c48240c45f", - "index": 2, - "parentId": "", - "status": [ - 4 - ], - "target": "673f348dd3346c21670217e7", - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "6756b50cee90199d6ff65f3a", - "target": "6752f86d538945df8cc3fc3a" - } ] } ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6752f74853dd38cbdf77a537", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "657315e4a6af4ab4b50f3459", - "visibilityConditions": [] - }, - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6752f74b55f8871832d8554a", - "index": 1, - "parentId": "", - "value": 20, - "visibilityConditions": [] - } - ], "Fail": [] }, - "declinePlayerMessage": "6752f6d83038f7df520c83e8 declinePlayerMessage", - "description": "6752f6d83038f7df520c83e8 description", - "failMessageText": "6752f6d83038f7df520c83e8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b07caf85f28ef74022702.jpg", - "instantComplete": false, - "isKey": false, - "location": "5704e3c2d2720bac5b8b4567", - "name": "6752f6d83038f7df520c83e8 name", - "note": "6752f6d83038f7df520c83e8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67580ce252493a2f363b04ad", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 14000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67580cf6c085bfd80144f51d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103db8", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 70000 - } - } - ], - "target": "67eb506040b1947a72103db8", - "type": "Item", - "unknown": false, - "value": 70000 - }, - { - "availableInGameEditions": [], - "id": "67580d0320d1be19517c2d99", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67580d13c718bab7519b4f0d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dba", - "_tpl": "6655e35b6bc645cb7b059912", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103dba", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "6752f6d83038f7df520c83e8 startedMessageText", - "status": 0, - "successMessageText": "6752f6d83038f7df520c83e8 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "675c03d1f7da9792a405549a": { - "QuestName": "Abandoned Cargo", - "_id": "675c03d1f7da9792a405549a", - "acceptPlayerMessage": "675c03d1f7da9792a405549a acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c03d1f7da9792a405549a changeQuestMessageText", - "completePlayerMessage": "675c03d1f7da9792a405549a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c0444db2b69f48942f37c", - "index": 0, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "TerragroupBOX_2" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c04497439eaed82b6dfeb", - "index": 1, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "TerragroupBOX_4" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c044cc482cb252c5a92d4", - "index": 2, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "TerragroupBOX_3" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c044e3691199fe911a641", - "index": 3, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "TerragroupBOX_5" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c3fbeb402d4fa5589516f", - "index": 4, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "TerragroupBOX_1" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c3fd3a2c0bad5f70af01c", - "index": 5, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "TerragroupBOX_6" - }, - { - "conditionType": "PlaceBeacon", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c3fdd5af984e99db7b4e1", - "index": 6, - "parentId": "", - "plantTime": 15, - "target": [ - "5991b51486f77447b112d44f" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "TerragroupBOX_7" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762efbd9dd6afda9061b618", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "6179ad56c760af5ad2053587", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c03d1f7da9792a405549a declinePlayerMessage", - "description": "675c03d1f7da9792a405549a description", - "failMessageText": "675c03d1f7da9792a405549a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6762fe1e6470bf1c0f048b96.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c03d1f7da9792a405549a name", - "note": "675c03d1f7da9792a405549a note", "progressSource": "eft", "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f00c986d8047a7120350", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a2e", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a2f", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a30", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a31", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a32", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a33", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a34", - "_tpl": "5991b51486f77447b112d44f", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a34", - "type": "Item", - "unknown": false, - "value": 7 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762efcb24c9709dfacffec6", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9400 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762efd6601dd097ea988fca", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a36", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 45000 - } - } - ], - "target": "67eb506040b1947a72102a36", - "type": "Item", - "unknown": false, - "value": 45000 - }, - { - "availableInGameEditions": [], - "id": "6762efe155dc4fb9583358ff", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762efecb16e11dbe145e7da", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a38", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a39", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a3a", - "_tpl": "5c0e530286f7747fa1419862", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a3a", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c03d1f7da9792a405549a startedMessageText", - "status": 0, - "successMessageText": "675c03d1f7da9792a405549a successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "675c047fa46173572a0bd878": { - "QuestName": "Shipment Tracking", - "_id": "675c047fa46173572a0bd878", - "acceptPlayerMessage": "675c047fa46173572a0bd878 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c047fa46173572a0bd878 changeQuestMessageText", - "completePlayerMessage": "675c047fa46173572a0bd878 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c04b3fc6b273a36ed294a", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f7acc4076a741a3061566" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c04c1b68cc8180efb38c6", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f7acc4076a741a3061566" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c049993cfc3bb9a80429a", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "675c03d1f7da9792a405549a", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c047fa46173572a0bd878 declinePlayerMessage", - "description": "675c047fa46173572a0bd878 description", - "failMessageText": "675c047fa46173572a0bd878 failMessageText", "gameModes": [], - "image": "/files/quest/icon/6762fe1e6470bf1c0f048b96.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c047fa46173572a0bd878 name", - "note": "675c047fa46173572a0bd878 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f041c8a15bcac7d105d1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 9600 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f04d0f98353d7a7929d0", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ade", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 52000 - } - } - ], - "target": "67eb506040b1947a72102ade", - "type": "Item", - "unknown": false, - "value": 52000 - }, - { - "availableInGameEditions": [], - "id": "6762f056c054785aa7f585a9", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f06fe0447929e3ba67af", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102ae0", - "_tpl": "62a0a124de7ac81993580542", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102ae1", - "_tpl": "62a0a124de7ac81993580542", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102ae1", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c047fa46173572a0bd878 startedMessageText", - "status": 0, - "successMessageText": "675c047fa46173572a0bd878 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "675c04f4db8807b75d0f38e8": { - "QuestName": "Closer to the People", - "_id": "675c04f4db8807b75d0f38e8", - "acceptPlayerMessage": "675c04f4db8807b75d0f38e8 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c04f4db8807b75d0f38e8 changeQuestMessageText", - "completePlayerMessage": "675c04f4db8807b75d0f38e8 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c04f4db8807b75d0f38eb", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f7b168d28a25ec7007dbb" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c04f4db8807b75d0f38ec", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f7b168d28a25ec7007dbb" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c04f4db8807b75d0f38ea", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "675c047fa46173572a0bd878", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c04f4db8807b75d0f38e8 declinePlayerMessage", - "description": "675c04f4db8807b75d0f38e8 description", - "failMessageText": "675c04f4db8807b75d0f38e8 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6762fe1e6470bf1c0f048b96.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c04f4db8807b75d0f38e8 name", - "note": "675c04f4db8807b75d0f38e8 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f0afc0560cb292d3e5e9", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10300 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f0bbe02eb7ed717409b6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028d1", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 10300 - } - } - ], - "target": "67eb506040b1947a721028d1", - "type": "Item", - "unknown": false, - "value": 10300 - }, - { - "availableInGameEditions": [], - "id": "6762f0c41fc090f71f5975c5", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f0cc4bb083aa5e27bccd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028d3", - "_tpl": "5c052e6986f7746b207bc3c9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721028d4", - "_tpl": "5c052e6986f7746b207bc3c9", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028d4", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c04f4db8807b75d0f38e8 startedMessageText", - "status": 0, - "successMessageText": "675c04f4db8807b75d0f38e8 successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" - }, - "675c085d59b0575973005f52": { - "QuestName": "Break the Deal", - "_id": "675c085d59b0575973005f52", - "acceptPlayerMessage": "675c085d59b0575973005f52 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c085d59b0575973005f52 changeQuestMessageText", - "completePlayerMessage": "675c085d59b0575973005f52 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c14f54662a2fae349dbb9", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "588892092459774ac91d4b11" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Sniper_1" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c152299549b5b62094f06", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "5888988e24597752fe43a6fa" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Sniper_2" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c153ae96d38136d02f670", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "57ac965c24597706be5f975c", - "57aca93d2459771f2c7e26db" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Sniper_3" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67604476b1ae3717835ccaed", - "index": 3, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 15, - "target": [ - "65702566bfc87b3a3409324d", - "65702561cfc010a0f5006a28", - "6570255dbfc87b3a3409324a", - "65702558cfc010a0f5006a25", - "65702554bfc87b3a34093247", - "6570254fcfc010a0f5006a22", - "648984e3f09d032aa9399d53", - "6769b8e3c1a1466c850658a8" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "Sniper_4" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f0f890464ac664ee9ced", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ae448bf86f7744d733e55ee", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c085d59b0575973005f52 declinePlayerMessage", - "description": "675c085d59b0575973005f52 description", - "failMessageText": "675c085d59b0575973005f52 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6762fe23bcd7cb145f053a24.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c085d59b0575973005f52 name", - "note": "675c085d59b0575973005f52 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f1539161339973f36bcd", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029d4", - "_tpl": "588892092459774ac91d4b11", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029d5", - "_tpl": "5888988e24597752fe43a6fa", - "parentId": "67eb506040b1947a721029d4", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a721029d6", - "_tpl": "5888956924597752983e182d", - "parentId": "67eb506040b1947a721029d4", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a721029d7", - "_tpl": "5888996c24597754281f9419", - "parentId": "67eb506040b1947a721029d6", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a721029d8", - "_tpl": "5888976c24597754281f93f5", - "parentId": "67eb506040b1947a721029d6", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a721029d9", - "_tpl": "57c55f172459772d27602381", - "parentId": "67eb506040b1947a721029d4", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a721029da", - "_tpl": "58889d0c2459775bc215d981", - "parentId": "67eb506040b1947a721029d4", - "slotId": "mod_stock" - } - ], - "target": "67eb506040b1947a721029d4", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f105c62cdf49ca91cb8c", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 11400 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f11a8b20be5b16e7c073", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029dc", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 105000 - } - } - ], - "target": "67eb506040b1947a721029dc", - "type": "Item", - "unknown": false, - "value": 105000 - }, - { - "availableInGameEditions": [], - "id": "6762f123829538c5efe6cf0b", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f141638d30d7741d8449", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721029e7", - "_tpl": "5b44d0de86f774503d30cba8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721029e8", - "_tpl": "6575c342efc786cd9101a5e5", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029e9", - "_tpl": "6575c34bc6700bd6b40e8a84", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ea", - "_tpl": "6575c35bc6700bd6b40e8a88", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029eb", - "_tpl": "6575c366c6700bd6b40e8a8c", - "parentId": "67eb506040b1947a721029e7", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ec", - "_tpl": "6575c373dc9932aed601c5ec", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ed", - "_tpl": "6575c385dc9932aed601c5f0", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ee", - "_tpl": "6575c390efc786cd9101a5e9", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Groin_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029ef", - "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a721029f0", - "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb506040b1947a721029e7", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a721029e7", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c085d59b0575973005f52 startedMessageText", - "status": 0, - "successMessageText": "675c085d59b0575973005f52 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Multi" - }, - "675c1570526ff496850895d9": { - "QuestName": "Passion for Ergonomics", - "_id": "675c1570526ff496850895d9", - "acceptPlayerMessage": "675c1570526ff496850895d9 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c1570526ff496850895d9 changeQuestMessageText", - "completePlayerMessage": "675c1570526ff496850895d9 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c15916580a378dc0f012f", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f80d4fe1b59cf490d3527" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1595a4c063af74ee5279", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f80d4fe1b59cf490d3527" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f196778a1b93ebed6359", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac3460c86f7742880308185", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c1570526ff496850895d9 declinePlayerMessage", - "description": "675c1570526ff496850895d9 description", - "failMessageText": "675c1570526ff496850895d9 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6762fe26d4bdaabb7a02b683.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c1570526ff496850895d9 name", - "note": "675c1570526ff496850895d9 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f1a0c53027595f587f37", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 7200 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f1b10d2009cfd8b56891", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028b0", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 25000 - } - } - ], - "target": "67eb506040b1947a721028b0", - "type": "Item", - "unknown": false, - "value": 25000 - }, - { - "availableInGameEditions": [], - "id": "6762f1bc96b105ad3a8b6e6a", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f1c822d660fb7e3da07f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028b2", - "_tpl": "5d1b2fa286f77425227d1674", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721028b3", - "_tpl": "5d1b2fa286f77425227d1674", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028b3", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c1570526ff496850895d9 startedMessageText", - "status": 0, - "successMessageText": "675c1570526ff496850895d9 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "675c1cf4a757ddd00404f0a3": { - "QuestName": "Work Smarter", - "_id": "675c1cf4a757ddd00404f0a3", - "acceptPlayerMessage": "675c1cf4a757ddd00404f0a3 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c1cf4a757ddd00404f0a3 changeQuestMessageText", - "completePlayerMessage": "675c1cf4a757ddd00404f0a3 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676ab31c058363b09072c78e", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "675c1cf4a757ddd00404f0a6", - "target": [ - "675aaab74bca0b001d02f356" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "676be7dcf9483d2aabc83437", - "target": "exit777", - "value": 1 - } - ], - "id": "675c1cf4a757ddd00404f0a7" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1cf4a757ddd00404f0a6", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f2023cc36958678613e8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5d24b81486f77439c92d6ba8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c1cf4a757ddd00404f0a3 declinePlayerMessage", - "description": "675c1cf4a757ddd00404f0a3 description", - "failMessageText": "675c1cf4a757ddd00404f0a3 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c1cf4a757ddd00404f0a3 name", - "note": "675c1cf4a757ddd00404f0a3 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f217d2cd8ebfa6b55ffa", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6600 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f221172ad5de43ed7896", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028ab", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 32000 - } - } - ], - "target": "67eb506040b1947a721028ab", - "type": "Item", - "unknown": false, - "value": 32000 - }, - { - "availableInGameEditions": [], - "id": "6762f22a5545ef599a75a8f0", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f23501a76c1d2dcc966d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a721028ad", - "_tpl": "5d02778e86f774203e7dedbe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a721028ae", - "_tpl": "5d02778e86f774203e7dedbe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a721028ae", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c1cf4a757ddd00404f0a3 startedMessageText", - "status": 0, - "successMessageText": "675c1cf4a757ddd00404f0a3 successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Completion" - }, - "675c1d6d59b0575973008fc7": { - "QuestName": "Seizing the Initiative", - "_id": "675c1d6d59b0575973008fc7", - "acceptPlayerMessage": "675c1d6d59b0575973008fc7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c1d6d59b0575973008fc7 changeQuestMessageText", - "completePlayerMessage": "675c1d6d59b0575973008fc7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "675c1d2ccfda4e3af23c5260", - "status": [ - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "675c1db0b55fae6d438fd1cc", - "target": [ - "bigmap" - ] - } - ], - "id": "675c1d6d59b0575973008fca" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1d6d59b0575973008fc9", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "675c1dcc71e76835ede109d8", - "status": [ - "Survived", - "Runner", - "Transit" - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "675c1dd6796afca78345bf5a", - "target": [ - "Shoreline" - ] - } - ], - "id": "675c1dbd500c68a592cdc33b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1dbdcca03cb7f61fc735", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": true, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f397c89f8ba0ad4eb0f8", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5a27b87686f77460de0252a8", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c1d6d59b0575973008fc7 declinePlayerMessage", - "description": "675c1d6d59b0575973008fc7 description", - "failMessageText": "675c1d6d59b0575973008fc7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6762fe2d00f370c67c043e19.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "675c1d6d59b0575973008fc7 name", - "note": "675c1d6d59b0575973008fc7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f3a39b7ea9ec2877c02a", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6300 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f3acbea499433766e972", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c35", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 600 - } - } - ], - "target": "67eb506040b1947a72103c35", - "type": "Item", - "unknown": false, - "value": 600 - }, - { - "availableInGameEditions": [], - "id": "6762f3b592d4c8bda0601ba9", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f3c418f3c770c08a4431", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103c39", - "_tpl": "5f60b34a41e30a4ab12a6947", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103c3a", - "_tpl": "657bbad7a1c61ee0c3036323", - "parentId": "67eb506040b1947a72103c39", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103c3b", - "_tpl": "657bbb31b30eca9763051183", - "parentId": "67eb506040b1947a72103c39", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103c39", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c1d6d59b0575973008fc7 startedMessageText", - "status": 0, - "successMessageText": "675c1d6d59b0575973008fc7 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "Completion" - }, - "675c1ec7a46173572a0bf20a": { - "QuestName": "Rite of Passage", - "_id": "675c1ec7a46173572a0bf20a", - "acceptPlayerMessage": "675c1ec7a46173572a0bf20a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c1ec7a46173572a0bf20a changeQuestMessageText", - "completePlayerMessage": "675c1ec7a46173572a0bf20a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "675c1f1253b495f74544e6a0", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "675c1fb75478802148e0beda", - "zoneIds": [ - "Killoldoil" - ] - } - ], - "id": "675c1f044592b9ce21d9265a" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1f040a1128e59422a876", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "675c1f1ef3bd8a7f97ea1bdf", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Savage", - "value": 0, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - }, - { - "conditionType": "InZone", - "dynamicLocale": false, - "id": "675c1faaf1a5f601545067d0", - "zoneIds": [ - "Killnewoil" - ] - } - ], - "id": "675c1f17548ff05471afbba3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1f17cf59d5433be7ae77", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 10, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1f311bd716cdb87947d1", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": true, - "parentId": "", - "target": [ - "5d1b36a186f7742523398433" - ], - "value": 2, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f409d94f1ff8b04e2704", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "675c1cf4a757ddd00404f0a3", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c1ec7a46173572a0bf20a declinePlayerMessage", - "description": "675c1ec7a46173572a0bf20a description", - "failMessageText": "675c1ec7a46173572a0bf20a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/6762fe34da151a3f120440c6.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c1ec7a46173572a0bf20a name", - "note": "675c1ec7a46173572a0bf20a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f41cc4a69d09e8f5f578", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 43000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f42af7f4f5ac30204703", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d53", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 202000 - } - } - ], - "target": "67eb506040b1947a72103d53", - "type": "Item", - "unknown": false, - "value": 202000 - }, - { - "availableInGameEditions": [], - "id": "6762f433888b9d5b1f3287f1", - "index": 0, - "target": "5c0647fdd443bc2504c2d371", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f4577eb3a8bb46dae54e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d54", - "_tpl": "5bfea6e90db834001b7347f3", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d55", - "_tpl": "5d25a6538abbc306c62e630d", - "parentId": "67eb506040b1947a72103d54", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103d56", - "_tpl": "5cde739cd7f00c0010373bd3", - "parentId": "67eb506040b1947a72103d54", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103d57", - "_tpl": "5a33ca0fc4a282000d72292f", - "parentId": "67eb506040b1947a72103d56", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103d58", - "_tpl": "5a33cae9c4a28232980eb086", - "parentId": "67eb506040b1947a72103d57", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103d59", - "_tpl": "5a339805c4a2826c6e06d73d", - "parentId": "67eb506040b1947a72103d56", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103d5a", - "_tpl": "5cde7afdd7f00c000d36b89d", - "parentId": "67eb506040b1947a72103d56", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103d5b", - "_tpl": "5a9d6d00a2750c5c985b5305", - "parentId": "67eb506040b1947a72103d5a", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103d5c", - "_tpl": "5a9d6d00a2750c5c985b5305", - "parentId": "67eb506040b1947a72103d5a", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103d5d", - "_tpl": "5a9d6d00a2750c5c985b5305", - "parentId": "67eb506040b1947a72103d5a", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a72103d5e", - "_tpl": "5a9d6d13a2750c00164f6b03", - "parentId": "67eb506040b1947a72103d5a", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103d5f", - "_tpl": "5bfebc320db8340019668d79", - "parentId": "67eb506040b1947a72103d54", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103d60", - "_tpl": "5d270b3c8abbc3105335cfb8", - "parentId": "67eb506040b1947a72103d5f", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103d61", - "_tpl": "5cde7b43d7f00c000d36b93e", - "parentId": "67eb506040b1947a72103d54", - "slotId": "mod_mount" - } - ], - "target": "67eb506040b1947a72103d54", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f46ec4a15def330bafc3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d63", - "_tpl": "5bfeaa0f0db834001b734927", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d64", - "_tpl": "5bfeaa0f0db834001b734927", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d65", - "_tpl": "5bfeaa0f0db834001b734927", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d65", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f47a21c8fb99dca18639", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d68", - "_tpl": "65702558cfc010a0f5006a25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d69", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103d68", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103d6a", - "_tpl": "65702558cfc010a0f5006a25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d6b", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103d6a", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103d6a", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c1ec7a46173572a0bf20a startedMessageText", - "status": 0, - "successMessageText": "675c1ec7a46173572a0bf20a successMessageText", - "traderId": "5c0647fdd443bc2504c2d371", - "type": "Elimination" - }, - "675c1ff1a757ddd00404f0aa": { - "QuestName": "Test Drive - Part 6", - "_id": "675c1ff1a757ddd00404f0aa", - "acceptPlayerMessage": "675c1ff1a757ddd00404f0aa acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c1ff1a757ddd00404f0aa changeQuestMessageText", - "completePlayerMessage": "675c1ff1a757ddd00404f0aa completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "675c1f1ef3bd8a7f97ea1bdf", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 0, - "weapon": [ - "674d6121c09f69dfb201a888" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [] - ] - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "676ad642bbd50af56e6639c3", - "target": [ - "bigmap" - ] - } - ], - "id": "675c1ff1a757ddd00404f0af" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c1ff1a757ddd00404f0ae", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f5130aeef69684588239", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "669fa3a40c828825de06d6a1", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c1ff1a757ddd00404f0aa declinePlayerMessage", - "description": "675c1ff1a757ddd00404f0aa description", - "failMessageText": "675c1ff1a757ddd00404f0aa failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c273da86f77459b8017e7b.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c1ff1a757ddd00404f0aa name", - "note": "675c1ff1a757ddd00404f0aa note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6769733f044177ab3920833e", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bd5", - "_tpl": "674d6121c09f69dfb201a888", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102bd6", - "_tpl": "63f4da90f31d4a33b87bd054", - "parentId": "67eb506040b1947a72102bd5", - "slotId": "mod_pistol_grip", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bd7", - "_tpl": "674d5e287075e056160e0176", - "parentId": "67eb506040b1947a72102bd5", - "slotId": "mod_handguard", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bd8", - "_tpl": "628a665a86cbd9750d2ff5e5", - "parentId": "67eb506040b1947a72102bd5", - "slotId": "mod_reciever", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bd9", - "_tpl": "5a33b2c9c4a282000c5a9511", - "parentId": "67eb506040b1947a72102bd5", - "slotId": "mod_scope", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bda", - "_tpl": "5a32aa8bc4a2826c6e06d737", - "parentId": "67eb506040b1947a72102bd9", - "slotId": "mod_scope", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bdb", - "_tpl": "5b0e794b5acfc47a877359b2", - "parentId": "67eb506040b1947a72102bd5", - "slotId": "mod_stock_000", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bdc", - "_tpl": "5c0548ae0db834001966a3c2", - "parentId": "67eb506040b1947a72102bd5", - "slotId": "mod_magazine", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102bd5", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f53c615ca4e6f2e961d0", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 65000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f54bcc5c1a483fe3b7ee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bde", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 65000 - } - } - ], - "target": "67eb506040b1947a72102bde", - "type": "Item", - "unknown": false, - "value": 65000 - }, - { - "availableInGameEditions": [], - "id": "6762f557c5d90885e7f0a8db", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f5675910a8f6d35ef15d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102be9", - "_tpl": "5c0e625a86f7742d77340f62", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102bea", - "_tpl": "65764275d8537eb26a0355e9", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102beb", - "_tpl": "657642b0e6d5dd75f40688a5", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bec", - "_tpl": "6576434820cc24d17102b148", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bed", - "_tpl": "657643732bc38ef78e076477", - "parentId": "67eb506040b1947a72102be9", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bee", - "_tpl": "657643a220cc24d17102b14c", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bef", - "_tpl": "656f63c027aed95beb08f62c", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf0", - "_tpl": "656fafe3498d1b7e3e071da4", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf1", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf2", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102be9", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf3", - "_tpl": "5c0e625a86f7742d77340f62", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102bf4", - "_tpl": "65764275d8537eb26a0355e9", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf5", - "_tpl": "657642b0e6d5dd75f40688a5", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf6", - "_tpl": "6576434820cc24d17102b148", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf7", - "_tpl": "657643732bc38ef78e076477", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf8", - "_tpl": "657643a220cc24d17102b14c", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Collar", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bf9", - "_tpl": "656f63c027aed95beb08f62c", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bfa", - "_tpl": "656fafe3498d1b7e3e071da4", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bfb", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Left_side_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72102bfc", - "_tpl": "64afd81707e2cf40e903a316", - "parentId": "67eb506040b1947a72102bf3", - "slotId": "Right_side_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72102bf3", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c1ff1a757ddd00404f0aa startedMessageText", - "status": 0, - "successMessageText": "675c1ff1a757ddd00404f0aa successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "675c3507a06634b5110e3c18": { - "QuestName": "Belka and Strelka", - "_id": "675c3507a06634b5110e3c18", - "acceptPlayerMessage": "675c3507a06634b5110e3c18 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c3507a06634b5110e3c18 changeQuestMessageText", - "completePlayerMessage": "675c3507a06634b5110e3c18 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "ExitStatus", - "dynamicLocale": false, - "id": "675c354c1caaef17549f977f", - "status": [ - "Survived", - "Runner" - ] - }, - { - "conditionType": "ExitName", - "dynamicLocale": false, - "exitName": "customs_sniper_exit", - "id": "675c355af2427b5485ab4b6a" - } - ], - "id": "675c3507a06634b5110e3c1b" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c3507a06634b5110e3c1a", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f6c261bf77b037559850", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "59c124d686f774189b3c843f", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c3507a06634b5110e3c18 declinePlayerMessage", - "description": "675c3507a06634b5110e3c18 description", - "failMessageText": "675c3507a06634b5110e3c18 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/60c37481c2d86b57700e3169.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c3507a06634b5110e3c18 name", - "note": "675c3507a06634b5110e3c18 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f71320ccb48e0f9deb45", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b5b", - "_tpl": "6217726288ed9f0845317459", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b5b", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f6ce0903dec94c8ab3d1", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 8200 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f6d8c6c0cbc5bf5eed0d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b5d", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 44000 - } - } - ], - "target": "67eb506040b1947a72102b5d", - "type": "Item", - "unknown": false, - "value": 44000 - }, - { - "availableInGameEditions": [], - "id": "6762f6e0d0687846234b96d6", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f6fda3a082b9d4525b91", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102b5f", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b60", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b61", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b62", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102b63", - "_tpl": "5448be9a4bdc2dfd2f8b456a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102b63", - "type": "Item", - "unknown": false, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c3507a06634b5110e3c18 startedMessageText", - "status": 0, - "successMessageText": "675c3507a06634b5110e3c18 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Completion" - }, - "675c3582f6ddc329a90f9c6d": { - "QuestName": "Private Club", - "_id": "675c3582f6ddc329a90f9c6d", - "acceptPlayerMessage": "675c3582f6ddc329a90f9c6d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "675c3582f6ddc329a90f9c6d changeQuestMessageText", - "completePlayerMessage": "675c3582f6ddc329a90f9c6d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c37d2da4b531ba8daaadd", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f7f224076a741a3061568" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "675c37e07ac1a33fff170966", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "675f7f224076a741a3061568" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6762f76729c543414654b313", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5b4795fb86f7745876267770", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "675c3582f6ddc329a90f9c6d declinePlayerMessage", - "description": "675c3582f6ddc329a90f9c6d description", - "failMessageText": "675c3582f6ddc329a90f9c6d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c274ae86f77475060a9341.jpg", - "instantComplete": false, - "isKey": false, - "location": "56f40101d2720b2a4d8b45d6", - "name": "675c3582f6ddc329a90f9c6d name", - "note": "675c3582f6ddc329a90f9c6d note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "6762f76fdbee4731a12455fe", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 23000 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "6762f77d0fd827a96d2be08c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a78", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 104000 - } - } - ], - "target": "67eb506040b1947a72102a78", - "type": "Item", - "unknown": false, - "value": 104000 - }, - { - "availableInGameEditions": [], - "id": "6762f785b342c60b3e7b67f4", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6762f7947fda8f287ed4ac08", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a7a", - "_tpl": "5f60cd6cf2bcbb675b00dac6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a7b", - "_tpl": "5f60cd6cf2bcbb675b00dac6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72102a7c", - "_tpl": "5f60cd6cf2bcbb675b00dac6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72102a7c", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "6765ef67924bd72c4927a919", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102a7d", - "_tpl": "674fe9a75e51f1c47c04ec23", - "upd": { - "FireMode": { - "FireMode": "single" - }, - "Foldable": { - "Folded": false - }, - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72102a7e", - "_tpl": "674fe57721a9aa6be6045b96", - "parentId": "67eb506040b1947a72102a7d", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72102a7f", - "_tpl": "5c87ca002e221600114cb150", - "parentId": "67eb506040b1947a72102a7e", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72102a80", - "_tpl": "674fe89a4472d471fb0f07d8", - "parentId": "67eb506040b1947a72102a7e", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102a81", - "_tpl": "674fe8dd362ea1f88b0e2792", - "parentId": "67eb506040b1947a72102a80", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72102a82", - "_tpl": "674fe8b9362ea1f88b0e278d", - "parentId": "67eb506040b1947a72102a80", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72102a83", - "_tpl": "616584766ef05c2ce828ef57", - "parentId": "67eb506040b1947a72102a82", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102a84", - "_tpl": "5c7d55de2e221644f31bff68", - "parentId": "67eb506040b1947a72102a83", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72102a85", - "_tpl": "674fe8cf4472d471fb0f07df", - "parentId": "67eb506040b1947a72102a82", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72102a86", - "_tpl": "59fb137a86f7740adb646af1", - "parentId": "67eb506040b1947a72102a7d", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72102a87", - "_tpl": "651580dc71a4f10aec4b6056", - "parentId": "67eb506040b1947a72102a7d", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72102a88", - "_tpl": "676017fe8cfeeba9f707c8d6", - "parentId": "67eb506040b1947a72102a7d", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72102a89", - "_tpl": "5cf50fc5d7f00c056c53f83c", - "parentId": "67eb506040b1947a72102a7d", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102a8a", - "_tpl": "5947c73886f7747701588af5", - "parentId": "67eb506040b1947a72102a89", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72102a8b", - "_tpl": "674fe8f6f34d761ab8020cc8", - "parentId": "67eb506040b1947a72102a7d", - "slotId": "mod_magazine" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72102a7d", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "675c3582f6ddc329a90f9c6d startedMessageText", - "status": 0, - "successMessageText": "675c3582f6ddc329a90f9c6d successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "PickUp" - }, - "6764174c86addd02bc033d68": { - "QuestName": "Connections Up North", - "_id": "6764174c86addd02bc033d68", - "acceptPlayerMessage": "6764174c86addd02bc033d68 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "6764174c86addd02bc033d68 changeQuestMessageText", - "completePlayerMessage": "6764174c86addd02bc033d68 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 40 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "6764191acdcea623e109f841", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [ - "627e14b21713922ded6f2c15", - "5bfd297f0db834001a669119", - "5ae08f0a5acfc408fb1398a1", - "55801eed4bdc2d89578b4588", - "588892092459774ac91d4b11", - "5de652c31b7e3716273428be", - "5df24cf80dee1b22f862e9bc", - "5bfea6e90db834001b7347f3", - "673cab3e03c6a20581028bc1" - ], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [ - [ - "5d1b5e94d7ad1a2b865a96b0" - ], - [ - "6478641c19d732620e045e17" - ], - [ - "609bab8b455afd752b2e6138" - ], - [ - "5b3b6e495acfc4330140bd88" - ], - [ - "63fc44e2429a8a166c7f61e6" - ], - [ - "5a1eaa87fcdbcb001865f75e" - ], - [ - "5a7c74b3e899ef0014332c29" - ], - [ - "606f2696f2cb2e02a42aceb1" - ], - [ - "67641b461c2eb66ade05dba6" - ] - ] - } - ], - "id": "676418a66d6df271098804c9" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676418a60b9bcbe280972288", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 50, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 64800, - "conditionType": "Quest", - "dispersion": 21600, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676418405c1bdd8d7022f70e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5c0bc91486f7746ab41857a2", - "visibilityConditions": [] - }, - { - "availableAfter": 64800, - "conditionType": "Quest", - "dispersion": 21600, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "6764188e050a25b565b6d7b2", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "5d25e4ca86f77409dd5cdf2c", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "6764174c86addd02bc033d68 declinePlayerMessage", - "description": "6764174c86addd02bc033d68 description", - "failMessageText": "6764174c86addd02bc033d68 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676423b286addd02bc033d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "6764174c86addd02bc033d68 name", - "note": "6764174c86addd02bc033d68 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67641dc09968e4ddb23c20e2", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21000 - }, - { - "availableInGameEditions": [], - "id": "67642182d3c4861fdb71d18c", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6764225a3f71ffefb710666c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d70", - "_tpl": "673cab3e03c6a20581028bc1", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - }, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d71", - "_tpl": "673cb4054ff4aa8f86076f4a", - "parentId": "67eb506040b1947a72103d70", - "slotId": "mod_charge" - }, - { - "_id": "67eb506040b1947a72103d72", - "_tpl": "673cb212e695740be0047a46", - "parentId": "67eb506040b1947a72103d70", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103d73", - "_tpl": "673ddbb567c759b3c90e5f76", - "parentId": "67eb506040b1947a72103d72", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103d74", - "_tpl": "673cb491280680de5e02ff36", - "parentId": "67eb506040b1947a72103d70", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103d75", - "_tpl": "67405fd0812f476fb2020066", - "parentId": "67eb506040b1947a72103d74", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103d76", - "_tpl": "673cb81f5b1511adb10cd326", - "parentId": "67eb506040b1947a72103d75", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103d77", - "_tpl": "5dfa3d950dee1b22f862eae0", - "parentId": "67eb506040b1947a72103d75", - "slotId": "mod_sight_front" - }, - { - "_id": "67eb506040b1947a72103d78", - "_tpl": "6269220d70b6c02e665f2635", - "parentId": "67eb506040b1947a72103d75", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103d79", - "_tpl": "6269220d70b6c02e665f2635", - "parentId": "67eb506040b1947a72103d75", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103d7a", - "_tpl": "6269220d70b6c02e665f2635", - "parentId": "67eb506040b1947a72103d75", - "slotId": "mod_mount_002" - }, - { - "_id": "67eb506040b1947a72103d7b", - "_tpl": "67405d760098dcb5940ea1a6", - "parentId": "67eb506040b1947a72103d74", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103d7c", - "_tpl": "673f3f5eef7545280c00f026", - "parentId": "67eb506040b1947a72103d7b", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103d7d", - "_tpl": "673cb51e093e0ea7fd0b8746", - "parentId": "67eb506040b1947a72103d74", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103d7e", - "_tpl": "5dfa3d7ac41b2312ea33362a", - "parentId": "67eb506040b1947a72103d7d", - "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103d7f", - "_tpl": "618bab21526131765025ab3f", - "parentId": "67eb506040b1947a72103d7d", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103d80", - "_tpl": "618ba91477b82356f91ae0e8", - "parentId": "67eb506040b1947a72103d7f", - "slotId": "mod_mount" - }, - { - "_id": "67eb506040b1947a72103d81", - "_tpl": "617151c1d92c473c770214ab", - "parentId": "67eb506040b1947a72103d7f", - "slotId": "mod_scope" - }, - { - "_id": "67eb506040b1947a72103d82", - "_tpl": "673cbdfad0453ba50c0f76d6", - "parentId": "67eb506040b1947a72103d70", - "slotId": "mod_magazine" - } - ], - "target": "67eb506040b1947a72103d70", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "6764227408a9e00b8abc4d76", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d84", - "_tpl": "673cbdfad0453ba50c0f76d6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d85", - "_tpl": "673cbdfad0453ba50c0f76d6", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103d85", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67642290380d8f069975cbf6", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d88", - "_tpl": "657023ccbfc87b3a3409320a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103d89", - "_tpl": "5fc275cf85fd526b824a571a", - "parentId": "67eb506040b1947a72103d88", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103d88", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "676422a5d05a0b0843d94df3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103d8a", - "_tpl": "673cab3e03c6a20581028bc1", - "upd": { - "Repairable": { - "Durability": 100, - "MaxDurability": 100 - } - } - }, - { - "_id": "67eb506040b1947a72103d8b", - "_tpl": "673cbdfad0453ba50c0f76d6", - "parentId": "67eb506040b1947a72103d8a", - "slotId": "mod_magazine" - }, - { - "_id": "67eb506040b1947a72103d8c", - "_tpl": "673cb4054ff4aa8f86076f4a", - "parentId": "67eb506040b1947a72103d8a", - "slotId": "mod_charge" - }, - { - "_id": "67eb506040b1947a72103d8d", - "_tpl": "673cb212e695740be0047a46", - "parentId": "67eb506040b1947a72103d8a", - "slotId": "mod_stock", - "upd": { - "Foldable": { - "Folded": false - } - } - }, - { - "_id": "67eb506040b1947a72103d8e", - "_tpl": "673cb491280680de5e02ff36", - "parentId": "67eb506040b1947a72103d8a", - "slotId": "mod_reciever" - }, - { - "_id": "67eb506040b1947a72103d8f", - "_tpl": "673cb5d1280680de5e02ff3b", - "parentId": "67eb506040b1947a72103d8e", - "slotId": "mod_handguard" - }, - { - "_id": "67eb506040b1947a72103d90", - "_tpl": "673cb81f5b1511adb10cd326", - "parentId": "67eb506040b1947a72103d8f", - "slotId": "mod_foregrip" - }, - { - "_id": "67eb506040b1947a72103d91", - "_tpl": "673dd5f73f92dc7e120d20a9", - "parentId": "67eb506040b1947a72103d8f", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103d92", - "_tpl": "673dd5f73f92dc7e120d20a9", - "parentId": "67eb506040b1947a72103d8f", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103d93", - "_tpl": "673cb551093e0ea7fd0b874a", - "parentId": "67eb506040b1947a72103d8e", - "slotId": "mod_barrel" - }, - { - "_id": "67eb506040b1947a72103d94", - "_tpl": "673f4046259f5945d70e43ab", - "parentId": "67eb506040b1947a72103d93", - "slotId": "mod_muzzle" - }, - { - "_id": "67eb506040b1947a72103d95", - "_tpl": "673cb51e093e0ea7fd0b8746", - "parentId": "67eb506040b1947a72103d8e", - "slotId": "mod_mount" - } - ], - "loyaltyLevel": 4, - "target": "67eb506040b1947a72103d8a", - "traderId": "58330581ace78e27b8b10cee", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "6764174c86addd02bc033d68 startedMessageText", - "status": 0, - "successMessageText": "6764174c86addd02bc033d68 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "676529af9c90953d090882e7": { - "QuestName": "Gunsmith - Old Friends Request", - "_id": "676529af9c90953d090882e7", - "acceptPlayerMessage": "676529af9c90953d090882e7 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "676529af9c90953d090882e7 changeQuestMessageText", - "completePlayerMessage": "676529af9c90953d090882e7 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "5aa66be6e5b5b0214e506e97", - "5888961624597754281f93f3" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 18 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [ - "550aa4cd4bdc2dd8348b456c" - ], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "676529e759261ce07bc47b62", - "index": 0, - "magazineCapacity": { - "compareMethod": ">=", - "value": 5 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 500 - }, - "target": [ - "5df24cf80dee1b22f862e9bc" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - }, - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "58d399e486f77442e0016fe7", - "58d39b0386f77443380bf13c", - "5c1bc7752e221602b1779b34", - "5649ae4a4bdc2d1b2b8b4588", - "544909bb4bdc2d6f028b4577", - "59bfc5c886f7743bf6794e62", - "59ecc3dd86f7746dc827481c", - "560d657b4bdc2da74d8b4572" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 57 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "676529af9c90953d090882ea", - "index": 1, - "magazineCapacity": { - "compareMethod": ">=", - "value": 30 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": "<=", - "value": 400 - }, - "target": [ - "59984ab886f7743e98271174" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - }, - { - "baseAccuracy": { - "compareMethod": ">=", - "value": 0 - }, - "conditionType": "WeaponAssembly", - "containsItems": [ - "560d657b4bdc2da74d8b4572", - "5a7b4960e899ef197b331a2d", - "5a6b5e468dc32e001207faf5", - "5a6b592c8dc32e00094b97bf", - "5a718da68dc32e000d46d264" - ], - "durability": { - "compareMethod": ">=", - "value": 60 - }, - "dynamicLocale": false, - "effectiveDistance": { - "compareMethod": ">=", - "value": 0 - }, - "emptyTacticalSlot": { - "compareMethod": ">=", - "value": 0 - }, - "ergonomics": { - "compareMethod": ">=", - "value": 90 - }, - "globalQuestCounterId": "", - "hasItemFromCategory": [], - "height": { - "compareMethod": ">=", - "value": 0 - }, - "id": "67652a2f4f75e1a9543289ed", - "index": 2, - "magazineCapacity": { - "compareMethod": ">=", - "value": 21 - }, - "muzzleVelocity": { - "compareMethod": ">=", - "value": 0 - }, - "parentId": "", - "recoil": { - "compareMethod": ">=", - "value": 0 - }, - "target": [ - "5a7ae0c351dfba0017554310" - ], - "value": 1, - "visibilityConditions": [], - "weight": { - "compareMethod": ">=", - "value": 0 - }, - "width": { - "compareMethod": ">=", - "value": 0 - } - } - ], - "AvailableForStart": [ - { - "compareMethod": ">=", - "conditionType": "Level", - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676529af9c90953d090882e9", - "index": 0, - "parentId": "", - "value": 17, - "visibilityConditions": [] - }, - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "5af413ae86f774522e3438a5", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "5ac244eb86f7741356335af1", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "676529af9c90953d090882e7 declinePlayerMessage", - "description": "676529af9c90953d090882e7 description", - "failMessageText": "676529af9c90953d090882e7 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ac4dbb086f7743e7c61ca09.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "676529af9c90953d090882e7 name", - "note": "676529af9c90953d090882e7 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "676529af9c90953d090882eb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 21930 - }, - { - "availableInGameEditions": [], - "id": "676529af9c90953d090882ec", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.04 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "676529af9c90953d090882ed", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bcb", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 155000 - } - } - ], - "target": "67eb506040b1947a72102bcb", - "type": "Item", - "unknown": false, - "value": 155000 - }, - { - "availableInGameEditions": [], - "id": "676d5b242401767e2bd05b3d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72102bcc", - "_tpl": "67600929bd0a0549d70993f6" - } - ], - "loyaltyLevel": 2, - "target": "67eb506040b1947a72102bcc", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "AssortmentUnlock", - "unknown": true - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "676529af9c90953d090882e7 startedMessageText", - "status": 0, - "successMessageText": "676529af9c90953d090882e7 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "WeaponAssembly" + "status": 0 }, "676c243577f0257dd50239e6": { "QuestName": "The Price of Celebration", "_id": "676c243577f0257dd50239e6", - "acceptPlayerMessage": "676c243577f0257dd50239e6 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], "canShowNotificationsInGame": true, + "acceptPlayerMessage": "676c243577f0257dd50239e6 acceptPlayerMessage", "changeQuestMessageText": "676c243577f0257dd50239e6 changeQuestMessageText", "completePlayerMessage": "676c243577f0257dd50239e6 completePlayerMessage", "conditions": { @@ -159876,49 +148865,49 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "676c243577f0257dd50239e9", "conditions": [ { - "bodyPart": [], + "id": "6758318acfc645bc6fad33df", + "dynamicLocale": false, + "target": "AnyPmc", "compareMethod": ">=", - "conditionType": "Kills", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], + "enemyEquipmentExclusive": [], + "weaponCaliber": [], + "savageRole": [], + "bodyPart": [], "daytime": { "from": 0, "to": 0 }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "6758318acfc645bc6fad33df", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "conditionType": "Kills" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "6758319860c9fd4a946303b7", "dynamicLocale": false, + "equipmentInclusive": [], "equipmentExclusive": [ [ "67614b3ab8c060ebb204b106" ] ], - "equipmentInclusive": [], - "id": "6758319860c9fd4a946303b7" + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "676b1437bc830294a657f9a9", + "dynamicLocale": false, "target": [ "Shoreline", "Interchange", @@ -159926,55 +148915,55 @@ "bigmap", "Woods", "RezervBase" - ] + ], + "conditionType": "Location" } - ], - "id": "676c243577f0257dd50239e9" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "676c243577f0257dd50239e8", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "67583171702717e4730d3557", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "6750320e23fc8fd9cc087d14", "status": [ 4 ], - "target": "6750320e23fc8fd9cc087d14", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] }, { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "676d1e7837832f5218fc38e1", "index": 1, "parentId": "", + "dynamicLocale": false, + "target": "676c243fb16f4b14b905e7f4", "status": [ 2, 4 ], - "target": "676c243fb16f4b14b905e7f4", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], @@ -159983,53 +148972,53 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "676c243577f0257dd50239eb", "conditions": [ { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, + "id": "676a998692c81bbaafb8cb18", "dynamicLocale": false, + "target": "AnyPmc", + "compareMethod": ">=", + "value": 1, + "weapon": [], + "distance": { + "value": 0, + "compareMethod": ">=" + }, + "weaponModsInclusive": [], + "weaponModsExclusive": [], + "enemyEquipmentInclusive": [], "enemyEquipmentExclusive": [ [ "67614b3ab8c060ebb204b106" ] ], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "676a998692c81bbaafb8cb18", - "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", - "value": 1, - "weapon": [], "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "savageRole": [], + "bodyPart": [], + "daytime": { + "from": 0, + "to": 0 + }, + "enemyHealthEffects": [], + "resetOnSessionEnd": false, + "conditionType": "Kills" }, { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "id": "676a99b1df74dbca1f199538", "dynamicLocale": false, - "equipmentExclusive": [], "equipmentInclusive": [ [ "67614b3ab8c060ebb204b106" ] ], - "id": "676a99b1df74dbca1f199538" + "equipmentExclusive": [], + "IncludeNotEquippedItems": false, + "conditionType": "Equipment" }, { - "conditionType": "Location", - "dynamicLocale": false, "id": "676b1453c71a21f36488a812", + "dynamicLocale": false, "target": [ "Shoreline", "Interchange", @@ -160037,75 +149026,70 @@ "bigmap", "Woods", "RezervBase" - ] + ], + "conditionType": "Location" } - ], - "id": "676c243577f0257dd50239eb" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", "id": "676c243577f0257dd50239ea", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, - "visibilityConditions": [] + "visibilityConditions": [], + "isNecessary": false, + "isResetOnConditionFailed": false } ] }, - "declinePlayerMessage": "676c243577f0257dd50239e6 declinePlayerMessage", "description": "676c243577f0257dd50239e6 description", "failMessageText": "676c243577f0257dd50239e6 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985d28f72b5be4f0de40b.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", + "declinePlayerMessage": "676c243577f0257dd50239e6 declinePlayerMessage", "name": "676c243577f0257dd50239e6 name", "note": "676c243577f0257dd50239e6 note", - "progressSource": "eft", - "rankingModes": [], + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/676985d28f72b5be4f0de40b.jpg", + "type": "Elimination", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "676c243577f0257dd50239e6 startedMessageText", + "successMessageText": "676c243577f0257dd50239e6 successMessageText", "rewards": { - "Fail": [ - { - "availableInGameEditions": [], - "id": "676c243577f0257dd50239f2", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": -0.03 - } - ], "Started": [], "Success": [ { "availableInGameEditions": [], + "value": 13250, "id": "676c243577f0257dd50239ec", - "index": 0, "type": "Experience", - "unknown": false, - "value": 13250 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], + "value": 0.03, "id": "676c243577f0257dd50239ed", + "type": "TraderStanding", "index": 0, "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "unknown": false }, { "availableInGameEditions": [], - "findInRaid": false, + "value": 2200, "id": "676c243577f0257dd50239ee", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8e3", + "unknown": false, + "findInRaid": false, "items": [ { "_id": "677e990ea03da7967902c8e3", @@ -160114,129 +149098,135 @@ "StackObjectsCount": 2200 } } - ], - "target": "677e990ea03da7967902c8e3", - "type": "Item", - "unknown": false, - "value": 2200 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "676c243577f0257dd50239ef", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8e7", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c8e5", "_tpl": "5d40407c86f774318526545a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8e6", "_tpl": "5d40407c86f774318526545a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8e7", "_tpl": "5d40407c86f774318526545a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c8e7", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 3, "id": "676c243577f0257dd50239f0", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8eb", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c8e9", "_tpl": "5d403f9186f7743cac3f229b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8ea", "_tpl": "5d403f9186f7743cac3f229b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { "_id": "677e990ea03da7967902c8eb", "_tpl": "5d403f9186f7743cac3f229b", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c8eb", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], - "findInRaid": true, + "value": 1, "id": "676c243577f0257dd50239f1", + "type": "Item", "index": 0, + "target": "677e990ea03da7967902c8ed", + "unknown": false, + "findInRaid": true, "items": [ { "_id": "677e990ea03da7967902c8ed", "_tpl": "67600929bd0a0549d70993f6", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "677e990ea03da7967902c8ed", - "type": "Item", - "unknown": false, - "value": 1 + ] + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.03, + "id": "676c243577f0257dd50239f2", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee", + "unknown": false } ] }, - "secretQuest": false, "side": "Pmc", - "startedMessageText": "676c243577f0257dd50239e6 startedMessageText", - "status": 0, - "successMessageText": "676c243577f0257dd50239e6 successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" - }, - "676c243fb16f4b14b905e7f4": { - "QuestName": "This Is My Party", - "_id": "676c243fb16f4b14b905e7f4", - "acceptPlayerMessage": "676c243fb16f4b14b905e7f4 acceptPlayerMessage", "acceptanceAndFinishingSource": "eft", + "progressSource": "eft", + "rankingModes": [], + "gameModes": [], "arenaLocations": [], + "status": 0 + }, + "5dc53acb86f77469c740c893": { + "QuestName": "The Stylish One", + "_id": "5dc53acb86f77469c740c893", "canShowNotificationsInGame": true, - "changeQuestMessageText": "676c243fb16f4b14b905e7f4 changeQuestMessageText", - "completePlayerMessage": "676c243fb16f4b14b905e7f4 completePlayerMessage", + "acceptPlayerMessage": "5dc53acb86f77469c740c893 acceptPlayerMessage", + "changeQuestMessageText": "5dc53acb86f77469c740c893 changeQuestMessageText", + "completePlayerMessage": "5dc53acb86f77469c740c893 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "5dc53fd386f77469c87589a2", "conditions": [ { "bodyPart": [], @@ -160251,22 +149241,3975 @@ "value": 0 }, "dynamicLocale": false, - "enemyEquipmentExclusive": [ - [ - "67614b3ab8c060ebb204b106" - ] - ], + "enemyEquipmentExclusive": [], "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "67580cb2bee94d1c9c1db819", + "id": "5dc53ff786f7743361195af2", "resetOnSessionEnd": false, - "savageRole": [], - "target": "AnyPmc", + "savageRole": [ + "bossKilla" + ], + "target": "Savage", "value": 1, "weapon": [], "weaponCaliber": [], "weaponModsExclusive": [], "weaponModsInclusive": [] + } + ] + }, + "id": "5dc53fd386f77469c87589a3", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "5dc541c386f77469c87589a6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5ae4498786f7744bde357695", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "7ea9a59dbf6614e6abb7efd3", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "5d25e2e286f77444001e2e48", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "5dc53acb86f77469c740c893 description", + "failMessageText": "5dc53acb86f77469c740c893 failMessageText", + "declinePlayerMessage": "5dc53acb86f77469c740c893 declinePlayerMessage", + "name": "5dc53acb86f77469c740c893 name", + "note": "5dc53acb86f77469c740c893 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/5d69468a86f77452aa51d79d.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "5dc53acb86f77469c740c893 startedMessageText", + "successMessageText": "5dc53acb86f77469c740c893 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "100", + "id": "629f0b9d422dff20ff233f1c", + "type": "Skill", + "index": 1, + "target": "Charisma", + "unknown": true + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "61e6e5e0f5b9633f6719ed95": { + "QuestName": "Compensation for Damage - Trust", + "_id": "61e6e5e0f5b9633f6719ed95", + "canShowNotificationsInGame": true, + "changeQuestMessageText": "61e6e5e0f5b9633f6719ed95 changeQuestMessageText", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "61e6e679b350e406c823a205", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59f32bb586f774757e1e8442" + ], + "globalQuestCounterId": "", + "value": "5", + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "61e6e68db2728a406f4ad009", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59f32c3b86f77472a31742f0" + ], + "globalQuestCounterId": "", + "value": "5", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderStanding", + "id": "59a9280b86f77477925e27cb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": "-1", + "compareMethod": "<" + } + ], + "Fail": [] + }, + "description": "61e6e5e0f5b9633f6719ed95 description", + "failMessageText": "61e6e5e0f5b9633f6719ed95 failMessageText", + "declinePlayerMessage": "61e6e5e0f5b9633f6719ed95 declinePlayerMessage", + "name": "61e6e5e0f5b9633f6719ed95 name", + "note": "61e6e5e0f5b9633f6719ed95 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "61e6e5e0f5b9633f6719ed95 startedMessageText", + "successMessageText": "61e6e5e0f5b9633f6719ed95 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "1", + "id": "61e7fd5ce30ecc156e7eaa05", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "61e6e60223374d168a4576a6": { + "QuestName": "Compensation for Damage - Wager", + "_id": "61e6e60223374d168a4576a6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "61e6e60223374d168a4576a6 acceptPlayerMessage", + "changeQuestMessageText": "61e6e60223374d168a4576a6 changeQuestMessageText", + "completePlayerMessage": "61e6e60223374d168a4576a6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "61e6ed30d007ca50d54baae6", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "61e6ee095ca3b3783662be29", + "target": "AnyPmc", + "weapon": [ + "5ac66cb05acfc40198510a10", + "5ac66d015acfc400180ae6e4", + "5ac66d2e5acfc43b321d4b53", + "5ac66d725acfc43b321d4b60", + "5ac66d9b5acfc4001633997a", + "5bf3e03b0db834001d2c4a9c", + "5ac4cd105acfc40016339859", + "5644bd2b4bdc2d3b4c8b4572", + "59d6088586f774275f37482f", + "5a0ec13bfcdbcb00165aa685", + "59ff346386f77477562ff5e2", + "5abcbc27d8ce8700182eceeb", + "5bf3e0490db83400196199af", + "5ab8e9fcd8ce870019439434", + "57dc2fa62459775949412633", + "5839a40f24597726f856b511", + "583990e32459771419544dd2" + ] + } + ] + }, + "id": "61e6ed30d007ca50d54baae5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "7", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderStanding", + "id": "6723f30cc5924c57ce0ca014", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": -1, + "compareMethod": "<=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "61e6e60223374d168a4576a6 description", + "failMessageText": "61e6e60223374d168a4576a6 failMessageText", + "declinePlayerMessage": "61e6e60223374d168a4576a6 declinePlayerMessage", + "name": "61e6e60223374d168a4576a6 name", + "note": "61e6e60223374d168a4576a6 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "61e6e60223374d168a4576a6 startedMessageText", + "successMessageText": "61e6e60223374d168a4576a6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "1", + "id": "61e7fd6736ab3545041e4295", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "61e6e615eea2935bc018a2c5": { + "QuestName": "Compensation for Damage - Barkeep", + "_id": "61e6e615eea2935bc018a2c5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "61e6e615eea2935bc018a2c5 acceptPlayerMessage", + "changeQuestMessageText": "61e6e615eea2935bc018a2c5 changeQuestMessageText", + "completePlayerMessage": "61e6e615eea2935bc018a2c5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "61e703205ca3b3783662be2b", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d403f9186f7743cac3f229b" + ], + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "61e7034b95a8910716185486", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57514643245977207f2c2d09" + ], + "globalQuestCounterId": "", + "value": "3", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderStanding", + "id": "6724cc2fbfa3a7b538063feb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": -1, + "compareMethod": "<=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "61e6e615eea2935bc018a2c5 description", + "failMessageText": "61e6e615eea2935bc018a2c5 failMessageText", + "declinePlayerMessage": "61e6e615eea2935bc018a2c5 declinePlayerMessage", + "name": "61e6e615eea2935bc018a2c5 name", + "note": "61e6e615eea2935bc018a2c5 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/61374f53857735719f2f0ca2.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "61e6e615eea2935bc018a2c5 startedMessageText", + "successMessageText": "61e6e615eea2935bc018a2c5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "1", + "id": "61e7fd9420bc7012d528d3d9", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "61e6e621bfeab00251576265": { + "QuestName": "Compensation for Damage - Collection", + "_id": "61e6e621bfeab00251576265", + "canShowNotificationsInGame": true, + "changeQuestMessageText": "61e6e621bfeab00251576265 changeQuestMessageText", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "61e704a123374d168a4576a8", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567" + ], + "globalQuestCounterId": "", + "value": "2", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "TraderStanding", + "id": "59a9280b86f77477925e27cb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "579dc571d53a0658a154fbec", + "globalQuestCounterId": "", + "value": -1, + "compareMethod": "<=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "61e6e621bfeab00251576265 description", + "failMessageText": "61e6e621bfeab00251576265 failMessageText", + "declinePlayerMessage": "61e6e621bfeab00251576265 declinePlayerMessage", + "name": "61e6e621bfeab00251576265 name", + "note": "61e6e621bfeab00251576265 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "any", + "image": "/files/quest/icon/6137505384aedf00fa17b651.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "61e6e621bfeab00251576265 startedMessageText", + "successMessageText": "61e6e621bfeab00251576265 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "1", + "id": "61e7fda020bc7012d528d3da", + "type": "TraderStanding", + "index": 0, + "target": "579dc571d53a0658a154fbec" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "641dbfd7f43eda9d810d7137": { + "QuestName": "Important Patient", + "_id": "641dbfd7f43eda9d810d7137", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "641dbfd7f43eda9d810d7137 acceptPlayerMessage", + "changeQuestMessageText": "641dbfd7f43eda9d810d7137 changeQuestMessageText", + "completePlayerMessage": "641dbfd7f43eda9d810d7137 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "641dc00c9707edb6230f2b28", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "544fb25a4bdc2dfb738b4567" + ], + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "64217bb03f80fc6c0a018fc4", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5751a25924597722c463c472" + ], + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "641dbfd7f43eda9d810d7137 description", + "failMessageText": "641dbfd7f43eda9d810d7137 failMessageText", + "declinePlayerMessage": "641dbfd7f43eda9d810d7137 declinePlayerMessage", + "name": "641dbfd7f43eda9d810d7137 name", + "note": "641dbfd7f43eda9d810d7137 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/642d82abead645348e204ff5.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "641dbfd7f43eda9d810d7137 startedMessageText", + "successMessageText": "641dbfd7f43eda9d810d7137 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "500", + "id": "643aa9fb199a5802b2031dab", + "type": "Skill", + "index": 7, + "target": "Surgery", + "unknown": true + }, + { + "value": "500", + "id": "643aaa1ab86aac2e1905f46f", + "type": "Skill", + "index": 8, + "target": "Health", + "unknown": true + }, + { + "value": "1", + "id": "643aaa34005714b0b201230b", + "type": "Item", + "index": 9, + "target": "6492e44bf4287b13040fccf1", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fccf1", + "_tpl": "5aafbcd986f7745e590fff23", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "4", + "id": "643aaa54b6cebae8ec028fdc", + "type": "Item", + "index": 10, + "target": "6492e44bf4287b13040fccf2", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fccf2", + "_tpl": "590c657e86f77412b013051d", + "upd": { + "StackObjectsCount": 4 + } + } + ] + }, + { + "value": "2", + "id": "643aaa64edc9f6b24308fc5d", + "type": "Item", + "index": 11, + "target": "6492e44bf4287b13040fccf3", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fccf3", + "_tpl": "5755383e24597772cb798966", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "5", + "id": "643aaa6f7a04c3d61c014c66", + "type": "Item", + "index": 12, + "target": "6492e44bf4287b13040fccf4", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fccf4", + "_tpl": "5c0e530286f7747fa1419862", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "value": "3", + "id": "643aaa7ed9c8a5bdfd0c4ccf", + "type": "Item", + "index": 13, + "target": "6492e44bf4287b13040fccf5", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fccf5", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 3 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "64764abcd125ab430a14ccb5": { + "QuestName": "Bloodhounds", + "_id": "64764abcd125ab430a14ccb5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64764abcd125ab430a14ccb5 acceptPlayerMessage", + "changeQuestMessageText": "64764abcd125ab430a14ccb5 changeQuestMessageText", + "completePlayerMessage": "64764abcd125ab430a14ccb5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "64764aed9435b353eb5e73f8", + "conditions": [ + { + "conditionType": "Kills", + "id": "64764b00e77a3263d5638665", + "savageRole": [ + "arenaFighterEvent" + ], + "target": "Savage" + } + ] + }, + "id": "64764aed9435b353eb5e73f7", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "30", + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "64764abcd125ab430a14ccb5 description", + "failMessageText": "64764abcd125ab430a14ccb5 failMessageText", + "declinePlayerMessage": "64764abcd125ab430a14ccb5 declinePlayerMessage", + "name": "64764abcd125ab430a14ccb5 name", + "note": "64764abcd125ab430a14ccb5 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/6477022b8777780aaf4b50c5.jpg", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64764abcd125ab430a14ccb5 startedMessageText", + "successMessageText": "64764abcd125ab430a14ccb5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "1", + "id": "64764ca76b44ef2a93750075", + "type": "Item", + "index": 0, + "target": "6492e44bf4287b13040fcd1a", + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fcd1a", + "_tpl": "5580223e4bdc2d1c128b457f", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + } + } + }, + { + "_id": "6492e44bf4287b13040fcd1b", + "_tpl": "55d447bb4bdc2d892f8b456f", + "parentId": "6492e44bf4287b13040fcd1a", + "slotId": "mod_barrel" + }, + { + "_id": "6492e44bf4287b13040fcd1c", + "_tpl": "611a31ce5b7ffe001b4649d1", + "parentId": "6492e44bf4287b13040fcd1a", + "slotId": "mod_stock" + } + ] + }, + { + "value": "120", + "id": "64764d56040cd140505492d7", + "type": "Item", + "index": 1, + "target": "6492e44bf4287b13040fcd1d", + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fcd1d", + "_tpl": "5d6e6911a4b9361bd5780d52", + "upd": { + "StackObjectsCount": 120 + } + } + ] + }, + { + "value": "0.15", + "id": "64764d7180cb2f4cb318e5e5", + "type": "TraderStanding", + "index": 2, + "target": "5c0647fdd443bc2504c2d371" + }, + { + "id": "64764dc585699632555ed176", + "type": "AssortmentUnlock", + "index": 3, + "target": "6492e44bf4287b13040fcd1e", + "items": [ + { + "_id": "6492e44bf4287b13040fcd1e", + "_tpl": "59e0d99486f7744a32234762" + } + ], + "loyaltyLevel": 1, + "traderId": "5c0647fdd443bc2504c2d371" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "647710905320c660d91c15a5": { + "QuestName": "Hint", + "_id": "647710905320c660d91c15a5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "647710905320c660d91c15a5 acceptPlayerMessage", + "changeQuestMessageText": "647710905320c660d91c15a5 changeQuestMessageText", + "completePlayerMessage": "647710905320c660d91c15a5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "647712cf4ae7f12905177ce6", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "647712dfa243be48547d6b95", + "savageRole": [ + "bossBully" + ], + "target": "Savage" + } + ] + }, + "id": "647712cf4ae7f12905177ce5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "647712e35320c660d91c15a8", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "647712f3a791a06f316e06e5", + "savageRole": [ + "bossGluhar" + ], + "target": "Savage" + } + ] + }, + "id": "647712e35320c660d91c15a7", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771bca4ae7f12905177ce8", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64771be2a243be48547d6b96", + "savageRole": [ + "bossKilla" + ], + "target": "Savage" + } + ] + }, + "id": "64771bca4ae7f12905177ce7", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771c555320c660d91c15aa", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64771c6aa791a06f316e06e6", + "savageRole": [ + "bossKojaniy" + ], + "target": "Savage" + } + ] + }, + "id": "64771c555320c660d91c15a9", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771c884ae7f12905177cea", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64771ca3a243be48547d6b97", + "savageRole": [ + "bossKnight" + ], + "target": "Savage" + } + ] + }, + "id": "64771c884ae7f12905177ce9", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771cab5320c660d91c15ac", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64771d4acc52a45a39338676", + "savageRole": [ + "followerBigPipe" + ], + "target": "Savage" + } + ] + }, + "id": "64771cab5320c660d91c15ab", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771d529ff5e21611764716", + "conditions": [ + { + "conditionType": "Kills", + "id": "64771d60ac21bb41ed1fc8e5", + "savageRole": [ + "followerBirdEye" + ], + "target": "Savage" + } + ] + }, + "id": "64771d529ff5e21611764715", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771e7ded3a9d1ca43cbfe6", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64771e8dcc52a45a39338677", + "savageRole": [ + "bossSanitar" + ], + "target": "Savage" + } + ] + }, + "id": "64771e7ded3a9d1ca43cbfe5", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771eb49ff5e21611764718", + "conditions": [ + { + "conditionType": "Kills", + "id": "64771ecbac21bb41ed1fc8e6", + "savageRole": [ + "bossTagilla", + "followerTagilla" + ], + "target": "Savage" + } + ] + }, + "id": "64771eb49ff5e21611764717", + "index": 8, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771ee4ed3a9d1ca43cbfe8", + "conditions": [ + { + "conditionType": "Kills", + "id": "64771f07cc52a45a39338678", + "savageRole": [ + "pmcBot" + ], + "target": "Savage" + } + ] + }, + "id": "64771ee4ed3a9d1ca43cbfe7", + "index": 9, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "5", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771f2ded3a9d1ca43cbfea", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64771f53cc52a45a39338679", + "savageRole": [ + "exUsec" + ], + "target": "Savage" + } + ] + }, + "id": "64771f2ded3a9d1ca43cbfe9", + "index": 10, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "5", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64771f62a243be48547d6b99", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64771f7fed3a9d1ca43cbfeb", + "savageRole": [ + "sectantPriest" + ], + "target": "Savage" + } + ] + }, + "id": "64771f62a243be48547d6b98", + "index": 11, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "647710905320c660d91c15a5 description", + "failMessageText": "647710905320c660d91c15a5 failMessageText", + "declinePlayerMessage": "647710905320c660d91c15a5 declinePlayerMessage", + "name": "647710905320c660d91c15a5 name", + "note": "647710905320c660d91c15a5 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/64787c4409331b29cb638286.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "647710905320c660d91c15a5 startedMessageText", + "successMessageText": "647710905320c660d91c15a5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "id": "647723a2ed3a9d1ca43cbfec", + "type": "AssortmentUnlock", + "index": 0, + "target": "6492e44bf4287b13040fccf6", + "items": [ + { + "_id": "6492e44bf4287b13040fccf6", + "_tpl": "5efb0da7a29a85116f6ea05f" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + }, + { + "value": "0.15", + "id": "647723b8a791a06f316e06e7", + "type": "TraderStanding", + "index": 1, + "target": "58330581ace78e27b8b10cee" + }, + { + "value": "1", + "id": "647750e186148110286409a5", + "type": "Item", + "index": 2, + "target": "6492e44bf4287b13040fccf7", + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fccf7", + "_tpl": "5fc3f2d5900b1d5091531e57", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "6492e44bf4287b13040fccf8", + "_tpl": "5fbbc366ca32ed67276c1557", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_barrel" + }, + { + "_id": "6492e44bf4287b13040fccf9", + "_tpl": "5a32a064c4a28200741e22de", + "parentId": "6492e44bf4287b13040fccf8", + "slotId": "mod_muzzle" + }, + { + "_id": "6492e44bf4287b13040fccfa", + "_tpl": "5a7ad2e851dfba0016153692", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_magazine" + }, + { + "_id": "6492e44bf4287b13040fccfb", + "_tpl": "5c18b90d2e2216152142466b", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_sight_front" + }, + { + "_id": "6492e44bf4287b13040fccfc", + "_tpl": "5c18b9192e2216398b5a8104", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_sight_rear" + }, + { + "_id": "6492e44bf4287b13040fccfd", + "_tpl": "558022b54bdc2dac148b458d", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_scope" + }, + { + "_id": "6492e44bf4287b13040fccfe", + "_tpl": "5fb655b748c711690e3a8d5a", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_stock" + }, + { + "_id": "6492e44bf4287b13040fccff", + "_tpl": "5c793fb92e221644f31bfb64", + "parentId": "6492e44bf4287b13040fccfe", + "slotId": "mod_stock_000" + }, + { + "_id": "6492e44bf4287b13040fcd00", + "_tpl": "58d2946386f774496974c37e", + "parentId": "6492e44bf4287b13040fccff", + "slotId": "mod_stock_000" + }, + { + "_id": "6492e44bf4287b13040fcd01", + "_tpl": "58d2912286f7744e27117493", + "parentId": "6492e44bf4287b13040fcd00", + "slotId": "mod_stock" + }, + { + "_id": "6492e44bf4287b13040fcd02", + "_tpl": "5fbb976df9986c4cff3fe5f2", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_mount" + }, + { + "_id": "6492e44bf4287b13040fcd03", + "_tpl": "5fce0cf655375d18a253eff0", + "parentId": "6492e44bf4287b13040fcd02", + "slotId": "mod_foregrip" + }, + { + "_id": "6492e44bf4287b13040fcd04", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_mount_001" + }, + { + "_id": "6492e44bf4287b13040fcd05", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "6492e44bf4287b13040fccf7", + "slotId": "mod_mount_002" + }, + { + "_id": "6492e44bf4287b13040fcd06", + "_tpl": "6267c6396b642f77f56f5c1c", + "parentId": "6492e44bf4287b13040fcd05", + "slotId": "mod_tactical" + }, + { + "_id": "6492e44bf4287b13040fcd07", + "_tpl": "57d17c5e2459775a5c57d17d", + "parentId": "6492e44bf4287b13040fcd06", + "slotId": "mod_flashlight" + } + ] + }, + { + "value": "1", + "id": "647750f0ac21bb41ed1fc8eb", + "type": "Item", + "index": 3, + "target": "6492e44bf4287b13040fcd08", + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fcd08", + "_tpl": "5fb64bc92b1b027b1f50bcf2", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "6492e44bf4287b13040fcd09", + "_tpl": "5fb653962b1b027b1f50bd03", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_barrel" + }, + { + "_id": "6492e44bf4287b13040fcd0a", + "_tpl": "5fc4b992187fea44d52edaa9", + "parentId": "6492e44bf4287b13040fcd09", + "slotId": "mod_muzzle" + }, + { + "_id": "6492e44bf4287b13040fcd0b", + "_tpl": "5fc4b9b17283c4046c5814d7", + "parentId": "6492e44bf4287b13040fcd0a", + "slotId": "mod_muzzle" + }, + { + "_id": "6492e44bf4287b13040fcd0c", + "_tpl": "5bc09a30d4351e00367fb7c8", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_sight_front" + }, + { + "_id": "6492e44bf4287b13040fcd0d", + "_tpl": "5bc09a18d4351e003562b68e", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_sight_rear" + }, + { + "_id": "6492e44bf4287b13040fcd0e", + "_tpl": "5fb651dc85f90547f674b6f4", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_magazine" + }, + { + "_id": "6492e44bf4287b13040fcd0f", + "_tpl": "59db7eed86f77461f8380365", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_scope" + }, + { + "_id": "6492e44bf4287b13040fcd10", + "_tpl": "5c05293e0db83400232fff80", + "parentId": "6492e44bf4287b13040fcd0f", + "slotId": "mod_scope" + }, + { + "_id": "6492e44bf4287b13040fcd11", + "_tpl": "5c05295e0db834001a66acbb", + "parentId": "6492e44bf4287b13040fcd10", + "slotId": "mod_mount" + }, + { + "_id": "6492e44bf4287b13040fcd12", + "_tpl": "5fb6558ad6f0b2136f2d7eb7", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_stock" + }, + { + "_id": "6492e44bf4287b13040fcd13", + "_tpl": "5fbb976df9986c4cff3fe5f2", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_mount" + }, + { + "_id": "6492e44bf4287b13040fcd14", + "_tpl": "59fc48e086f77463b1118392", + "parentId": "6492e44bf4287b13040fcd13", + "slotId": "mod_foregrip" + }, + { + "_id": "6492e44bf4287b13040fcd15", + "_tpl": "5fce0f9b55375d18a253eff2", + "parentId": "6492e44bf4287b13040fcd08", + "slotId": "mod_mount_002" + }, + { + "_id": "6492e44bf4287b13040fcd16", + "_tpl": "6267c6396b642f77f56f5c1c", + "parentId": "6492e44bf4287b13040fcd15", + "slotId": "mod_tactical" + }, + { + "_id": "6492e44bf4287b13040fcd17", + "_tpl": "57d17c5e2459775a5c57d17d", + "parentId": "6492e44bf4287b13040fcd16", + "slotId": "mod_flashlight" + } + ] + }, + { + "value": "3", + "id": "647862445320c660d91c15de", + "type": "Item", + "index": 4, + "target": "6492e44bf4287b13040fcd18", + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fcd18", + "_tpl": "5a7ad2e851dfba0016153692", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "3", + "id": "6478625c9ff5e2161176471a", + "type": "Item", + "index": 5, + "target": "6492e44bf4287b13040fcd19", + "findInRaid": true, + "items": [ + { + "_id": "6492e44bf4287b13040fcd19", + "_tpl": "5fb651dc85f90547f674b6f4", + "upd": { + "StackObjectsCount": 3 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "64916da7ad4e722c106f2345": { + "QuestName": "Failed Setup", + "_id": "64916da7ad4e722c106f2345", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64916da7ad4e722c106f2345 acceptPlayerMessage", + "changeQuestMessageText": "64916da7ad4e722c106f2345 changeQuestMessageText", + "completePlayerMessage": "64916da7ad4e722c106f2345 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "64916dc0ad4e722c106f2346", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "64916ebf0509dd09725d7065", + "savageRole": [ + "sectantPriest", + "sectantWarrior" + ], + "target": "Savage" + } + ] + }, + "id": "64916dc0ad4e722c106f2345", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "30", + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "6492c20965ee910b9d7fbce7", + "conditions": [ + { + "conditionType": "Kills", + "id": "6492c2b3fbe99864862dc1f5", + "savageRole": [ + "assault", + "cursedAssault", + "marksman", + "savage" + ], + "target": "Savage" + } + ] + }, + "id": "6492c20965ee910b9d7fbce6", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "value": "1", + "visibilityConditions": [] + } + ] + }, + "description": "64916da7ad4e722c106f2345 description", + "failMessageText": "64916da7ad4e722c106f2345 failMessageText", + "declinePlayerMessage": "64916da7ad4e722c106f2345 declinePlayerMessage", + "name": "64916da7ad4e722c106f2345 name", + "note": "64916da7ad4e722c106f2345 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/6499ae386e932425bb03fb2f.png", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64916da7ad4e722c106f2345 startedMessageText", + "successMessageText": "64916da7ad4e722c106f2345 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "id": "6491e72ff8040d427a3a5c26", + "type": "AssortmentUnlock", + "index": 0, + "target": "64a2e6f09b9ad2b93b0cab9c", + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0cab9c", + "_tpl": "62e7e7bbe6da9612f743f1e0" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "id": "6491e749ad4e722c106f2348", + "type": "AssortmentUnlock", + "index": 1, + "target": "64a2e6f09b9ad2b93b0cab9d", + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0cab9d", + "_tpl": "5656eb674bdc2d35148b457c" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "id": "6491e75a3feb0c6db85581c7", + "type": "AssortmentUnlock", + "index": 2, + "target": "64a2e6f09b9ad2b93b0cab9e", + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0cab9e", + "_tpl": "6357c98711fb55120211f7e1" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "id": "6491e7730509dd09725d7066", + "type": "AssortmentUnlock", + "index": 3, + "target": "64a2e6f09b9ad2b93b0cab9f", + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0cab9f", + "_tpl": "5ede475b549eed7c6d5c18fb" + } + ], + "loyaltyLevel": 1, + "traderId": "5a7c2eca46aef81a7ca2145d" + }, + { + "value": "0.15", + "id": "6491e71c3feb0c6db85581c6", + "type": "TraderStanding", + "index": 4, + "target": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "649567f359eab30d1b7c9585": { + "QuestName": "Hustle", + "_id": "649567f359eab30d1b7c9585", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "649567f359eab30d1b7c9585 acceptPlayerMessage", + "changeQuestMessageText": "649567f359eab30d1b7c9585 changeQuestMessageText", + "completePlayerMessage": "649567f359eab30d1b7c9585 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "6495682b38fcd34cc8485926", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "6495684759eab30d1b7c9587", + "savageRole": [ + "bossBully" + ], + "target": "Savage" + } + ] + }, + "id": "6495682b38fcd34cc8485925", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649568377d39c528e1532717", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "649568d7f34ee972322a6bcb", + "savageRole": [ + "bossGluhar" + ], + "target": "Savage" + } + ] + }, + "id": "649568377d39c528e1532716", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649568dc38fcd34cc8485928", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "649568ea5d1d966bd1060566", + "savageRole": [ + "bossKilla" + ], + "target": "Savage" + } + ] + }, + "id": "649568dc38fcd34cc8485927", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649568f159eab30d1b7c9589", + "conditions": [ + { + "conditionType": "Kills", + "id": "64956908f34ee972322a6bcc", + "savageRole": [ + "bossKojaniy" + ], + "target": "Savage" + } + ] + }, + "id": "649568f159eab30d1b7c9588", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649569c15d1d966bd1060568", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "649569d10e50ff4e640791ed", + "savageRole": [ + "bossSanitar" + ], + "target": "Savage" + } + ] + }, + "id": "649569c15d1d966bd1060567", + "index": 4, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649569e81bb4d158bc4d0166", + "conditions": [ + { + "conditionType": "Kills", + "id": "649569faf34ee972322a6bce", + "savageRole": [ + "bossTagilla", + "followerTagilla" + ], + "target": "Savage" + } + ] + }, + "id": "649569e81bb4d158bc4d0165", + "index": 5, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "64956b888e277d6c87532da6", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "64956b9b38fcd34cc8485929", + "status": [ + "Survived" + ] + } + ] + }, + "id": "64956b888e277d6c87532da5", + "index": 6, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [ + { + "conditionType": "CompleteCondition", + "id": "64956bfa38fcd34cc848592a", + "target": "649569e81bb4d158bc4d0165" + }, + { + "conditionType": "CompleteCondition", + "id": "64956c04e8698f5e2f477438", + "target": "649569c15d1d966bd1060567" + }, + { + "conditionType": "CompleteCondition", + "id": "64956c0b5d1d966bd1060569", + "target": "649568f159eab30d1b7c9588" + }, + { + "conditionType": "CompleteCondition", + "id": "64956c121bb4d158bc4d0167", + "target": "649568377d39c528e1532716" + }, + { + "conditionType": "CompleteCondition", + "id": "64956c190e50ff4e640791ee", + "target": "6495682b38fcd34cc8485925" + }, + { + "conditionType": "CompleteCondition", + "id": "64956cde5d1d966bd106056a", + "target": "649568dc38fcd34cc8485927" + } + ] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "649567f359eab30d1b7c9585 description", + "failMessageText": "649567f359eab30d1b7c9585 failMessageText", + "declinePlayerMessage": "649567f359eab30d1b7c9585 declinePlayerMessage", + "name": "649567f359eab30d1b7c9585 name", + "note": "649567f359eab30d1b7c9585 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/64a2c8e0e4c3b3082302e5bd.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "649567f359eab30d1b7c9585 startedMessageText", + "successMessageText": "649567f359eab30d1b7c9585 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "0.15", + "id": "64959af2ff9c980e6901e774", + "type": "TraderStanding", + "index": 0, + "target": "5935c25fb3acc3127c3d8cd9" + }, + { + "value": "50000", + "id": "649c2ce0dfa7574072714405", + "type": "Item", + "index": 1, + "target": "64a2e6f09b9ad2b93b0caba4", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0caba4", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 50000 + } + } + ] + }, + { + "value": "1", + "id": "64959ad35d1d966bd106056f", + "type": "Item", + "index": 2, + "target": "64a2e6f09b9ad2b93b0caba5", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0caba5", + "_tpl": "5c110624d174af029e69734c", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "649c2c5bbf7a430fca282335", + "type": "Item", + "index": 3, + "target": "64a2e6f09b9ad2b93b0caba6", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0caba6", + "_tpl": "5fbcc1d9016cce60e8341ab3", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "64a2e6f09b9ad2b93b0caba7", + "_tpl": "59db3a1d86f77429e05b4e92", + "parentId": "64a2e6f09b9ad2b93b0caba6", + "slotId": "mod_pistol_grip" + }, + { + "_id": "64a2e6f09b9ad2b93b0caba8", + "_tpl": "5fbcc3e4d6fa9c00c571bb58", + "parentId": "64a2e6f09b9ad2b93b0caba6", + "slotId": "mod_reciever" + }, + { + "_id": "64a2e6f09b9ad2b93b0caba9", + "_tpl": "5fbbfacda56d053a3543f799", + "parentId": "64a2e6f09b9ad2b93b0caba8", + "slotId": "mod_barrel" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabaa", + "_tpl": "5fbc210bf24b94483f726481", + "parentId": "64a2e6f09b9ad2b93b0caba9", + "slotId": "mod_gas_block" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabab", + "_tpl": "5fbc22ccf24b94483f726483", + "parentId": "64a2e6f09b9ad2b93b0caba9", + "slotId": "mod_muzzle" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabac", + "_tpl": "5fbcbd10ab884124df0cd563", + "parentId": "64a2e6f09b9ad2b93b0cabab", + "slotId": "mod_muzzle_000" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabad", + "_tpl": "5fbe760793164a5b6278efc8", + "parentId": "64a2e6f09b9ad2b93b0cabab", + "slotId": "mod_muzzle_001" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabae", + "_tpl": "5fbc227aa56d053a3543f79e", + "parentId": "64a2e6f09b9ad2b93b0caba8", + "slotId": "mod_handguard" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabaf", + "_tpl": "59e0bdb186f774156f04ce82", + "parentId": "64a2e6f09b9ad2b93b0cabae", + "slotId": "mod_mount_000" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb0", + "_tpl": "56def37dd2720bec348b456a", + "parentId": "64a2e6f09b9ad2b93b0cabaf", + "slotId": "mod_tactical" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb1", + "_tpl": "59e0bed186f774156f04ce84", + "parentId": "64a2e6f09b9ad2b93b0cabae", + "slotId": "mod_foregrip" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb2", + "_tpl": "59f8a37386f7747af3328f06", + "parentId": "64a2e6f09b9ad2b93b0cabb1", + "slotId": "mod_foregrip" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb3", + "_tpl": "5bc09a30d4351e00367fb7c8", + "parentId": "64a2e6f09b9ad2b93b0cabae", + "slotId": "mod_sight_front" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb4", + "_tpl": "5bc09a18d4351e003562b68e", + "parentId": "64a2e6f09b9ad2b93b0caba8", + "slotId": "mod_sight_rear" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb5", + "_tpl": "544a3a774bdc2d3a388b4567", + "parentId": "64a2e6f09b9ad2b93b0caba8", + "slotId": "mod_scope" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb6", + "_tpl": "58d268fc86f774111273f8c2", + "parentId": "64a2e6f09b9ad2b93b0cabb5", + "slotId": "mod_scope" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb7", + "_tpl": "5fbcc640016cce60e8341acc", + "parentId": "64a2e6f09b9ad2b93b0caba6", + "slotId": "mod_charge" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb8", + "_tpl": "5c6d46132e221601da357d56", + "parentId": "64a2e6f09b9ad2b93b0caba6", + "slotId": "mod_magazine" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabb9", + "_tpl": "58ac1bf086f77420ed183f9f", + "parentId": "64a2e6f09b9ad2b93b0caba6", + "slotId": "mod_stock" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabba", + "_tpl": "5c793fb92e221644f31bfb64", + "parentId": "64a2e6f09b9ad2b93b0cabb9", + "slotId": "mod_stock" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabbb", + "_tpl": "5d135e83d7ad1a21b83f42d8", + "parentId": "64a2e6f09b9ad2b93b0cabba", + "slotId": "mod_stock_000" + } + ] + }, + { + "value": "1", + "id": "649c2c621ab7926197426305", + "type": "Item", + "index": 4, + "target": "64a2e6f09b9ad2b93b0cabbc", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0cabbc", + "_tpl": "58948c8e86f77409493f7266", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "64a2e6f09b9ad2b93b0cabbd", + "_tpl": "6113cce3d92c473c770200c7", + "parentId": "64a2e6f09b9ad2b93b0cabbc", + "slotId": "mod_pistol_grip" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabbe", + "_tpl": "5894a5b586f77426d2590767", + "parentId": "64a2e6f09b9ad2b93b0cabbc", + "slotId": "mod_reciever" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabbf", + "_tpl": "5c5db5c62e22160012542255", + "parentId": "64a2e6f09b9ad2b93b0cabbe", + "slotId": "mod_barrel" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc0", + "_tpl": "5a32a064c4a28200741e22de", + "parentId": "64a2e6f09b9ad2b93b0cabbf", + "slotId": "mod_muzzle" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc1", + "_tpl": "5c59529a2e221602b177d160", + "parentId": "64a2e6f09b9ad2b93b0cabbe", + "slotId": "mod_handguard" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc2", + "_tpl": "5b7be4895acfc400170e2dd5", + "parentId": "64a2e6f09b9ad2b93b0cabc1", + "slotId": "mod_foregrip" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc3", + "_tpl": "5b057b4f5acfc4771e1bd3e9", + "parentId": "64a2e6f09b9ad2b93b0cabc2", + "slotId": "mod_foregrip" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc4", + "_tpl": "5b7be47f5acfc400170e2dd2", + "parentId": "64a2e6f09b9ad2b93b0cabc1", + "slotId": "mod_mount_001" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc5", + "_tpl": "5d2369418abbc306c62e0c80", + "parentId": "64a2e6f09b9ad2b93b0cabc4", + "slotId": "mod_tactical" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc6", + "_tpl": "59f9d81586f7744c7506ee62", + "parentId": "64a2e6f09b9ad2b93b0cabbe", + "slotId": "mod_scope" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc7", + "_tpl": "5c5db6b32e221600102611a0", + "parentId": "64a2e6f09b9ad2b93b0cabbc", + "slotId": "mod_charge" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc8", + "_tpl": "5c5db6652e221600113fba51", + "parentId": "64a2e6f09b9ad2b93b0cabbc", + "slotId": "mod_magazine" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabc9", + "_tpl": "58ac1bf086f77420ed183f9f", + "parentId": "64a2e6f09b9ad2b93b0cabbc", + "slotId": "mod_stock" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabca", + "_tpl": "5ef1ba28c64c5d0dfc0571a5", + "parentId": "64a2e6f09b9ad2b93b0cabc9", + "slotId": "mod_stock" + }, + { + "_id": "64a2e6f09b9ad2b93b0cabcb", + "_tpl": "5d44069ca4b9361ebd26fc37", + "parentId": "64a2e6f09b9ad2b93b0cabca", + "slotId": "mod_stock" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "649570491bb4d158bc4d0168": { + "QuestName": "Tourists", + "_id": "649570491bb4d158bc4d0168", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "649570491bb4d158bc4d0168 acceptPlayerMessage", + "changeQuestMessageText": "649570491bb4d158bc4d0168 changeQuestMessageText", + "completePlayerMessage": "649570491bb4d158bc4d0168 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "6495705e8e277d6c87532da8", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "6495707396ee5b3d8c3059d5", + "savageRole": [ + "bossKnight" + ], + "target": "Savage" + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "649570e00e50ff4e640791f6", + "target": [ + "factory4_day", + "factory4_night" + ] + } + ] + }, + "id": "6495705e8e277d6c87532da7", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649570771bb4d158bc4d016b", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "6495708d0e50ff4e640791f5", + "savageRole": [ + "followerBigPipe" + ], + "target": "Savage" + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "649570ef7d39c528e153271a", + "target": [ + "factory4_day", + "factory4_night" + ] + } + ] + }, + "id": "649570771bb4d158bc4d016a", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649570adf34ee972322a6bd0", + "conditions": [ + { + "conditionType": "Kills", + "dynamicLocale": false, + "id": "649570bf38fcd34cc8485932", + "savageRole": [ + "followerBirdEye" + ], + "target": "Savage" + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "649570fc38fcd34cc8485933", + "target": [ + "factory4_day", + "factory4_night" + ] + } + ] + }, + "id": "649570adf34ee972322a6bcf", + "index": 2, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [] + }, + { + "conditionType": "CounterCreator", + "counter": { + "id": "649570c5e8698f5e2f47743a", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "64957105e8698f5e2f47743b", + "status": [ + "Survived" + ] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "649571100e50ff4e640791f7", + "target": [ + "factory4_day", + "factory4_night" + ] + } + ] + }, + "id": "649570c5e8698f5e2f477439", + "index": 3, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "1", + "visibilityConditions": [ + { + "conditionType": "CompleteCondition", + "id": "6495906a5d1d966bd106056b", + "target": "6495705e8e277d6c87532da7" + }, + { + "conditionType": "CompleteCondition", + "id": "6495907096ee5b3d8c3059d7", + "target": "649570771bb4d158bc4d016a" + }, + { + "conditionType": "CompleteCondition", + "id": "649590787d39c528e153271b", + "target": "649570adf34ee972322a6bcf" + } + ] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "649570491bb4d158bc4d0168 description", + "failMessageText": "649570491bb4d158bc4d0168 failMessageText", + "declinePlayerMessage": "649570491bb4d158bc4d0168 declinePlayerMessage", + "name": "649570491bb4d158bc4d0168 name", + "note": "649570491bb4d158bc4d0168 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/64a2c939d73e87e12400432b.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "649570491bb4d158bc4d0168 startedMessageText", + "successMessageText": "649570491bb4d158bc4d0168 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "0.15", + "id": "64959b70ff9c980e6901e775", + "type": "TraderStanding", + "index": 0, + "target": "54cb50c76803fa8b248b4571" + }, + { + "value": "90", + "id": "64959b3f59eab30d1b7c958c", + "type": "Item", + "index": 1, + "target": "64a2e6f09b9ad2b93b0caba0", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0caba0", + "_tpl": "5a26ac0ec4a28200741e1e18", + "upd": { + "StackObjectsCount": 90 + } + } + ] + }, + { + "value": "90", + "id": "64959b4b1bb4d158bc4d016c", + "type": "Item", + "index": 2, + "target": "64a2e6f09b9ad2b93b0caba1", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0caba1", + "_tpl": "61962b617c6c7b169525f168", + "upd": { + "StackObjectsCount": 90 + } + } + ] + }, + { + "value": "60", + "id": "64959b5a7d39c528e153271d", + "type": "Item", + "index": 3, + "target": "64a2e6f09b9ad2b93b0caba2", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0caba2", + "_tpl": "5e023d48186a883be655e551", + "upd": { + "StackObjectsCount": 60 + } + } + ] + }, + { + "value": "60", + "id": "64959b67f34ee972322a6bd1", + "type": "Item", + "index": 4, + "target": "64a2e6f09b9ad2b93b0caba3", + "findInRaid": true, + "items": [ + { + "_id": "64a2e6f09b9ad2b93b0caba3", + "_tpl": "5c0d688c86f77413ae3407b2", + "upd": { + "StackObjectsCount": 60 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "649af47d717cb30e7e4b5e26": { + "QuestName": "Cocktail Tasting", + "_id": "649af47d717cb30e7e4b5e26", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "649af47d717cb30e7e4b5e26 acceptPlayerMessage", + "changeQuestMessageText": "649af47d717cb30e7e4b5e26 changeQuestMessageText", + "completePlayerMessage": "649af47d717cb30e7e4b5e26 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "649af4cdd86e091957223196", + "conditions": [ + { + "conditionType": "Kills", + "id": "649af534f771df48aa443177", + "target": "AnyPmc" + }, + { + "conditionType": "HealthBuff", + "dynamicLocale": false, + "id": "649afc576b19d3043743ddd5", + "target": [ + "Buffs_Obdolbos" + ] + } + ] + }, + "id": "649af4cdd86e091957223195", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "20", + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "649c293f8f177306a0742b56", + "conditions": [ + { + "conditionType": "ExitStatus", + "id": "649c294b0ee3dc4d1c0fa1e5", + "status": [ + "Killed", + "MissingInAction", + "Left" + ] + } + ] + }, + "id": "649c293f8f177306a0742b55", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "value": "1", + "visibilityConditions": [] + } + ] + }, + "description": "649af47d717cb30e7e4b5e26 description", + "failMessageText": "649af47d717cb30e7e4b5e26 failMessageText", + "declinePlayerMessage": "649af47d717cb30e7e4b5e26 declinePlayerMessage", + "name": "649af47d717cb30e7e4b5e26 name", + "note": "649af47d717cb30e7e4b5e26 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/64a5b5190724bc4b981f5105.jpg", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "649af47d717cb30e7e4b5e26 startedMessageText", + "successMessageText": "649af47d717cb30e7e4b5e26 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "0.15", + "id": "649afdcd8e4e24533878bd06", + "type": "TraderStanding", + "index": 0, + "target": "58330581ace78e27b8b10cee" + }, + { + "value": "1", + "id": "649b18426b19d3043743ddd7", + "type": "Item", + "index": 1, + "target": "64a8578f0e9876295f0f83da", + "findInRaid": true, + "items": [ + { + "_id": "64a8578f0e9876295f0f83da", + "_tpl": "5fc22d7c187fea44d52eda44", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "64a8578f0e9876295f0f83db", + "_tpl": "5d025cc1d7ad1a53845279ef", + "parentId": "64a8578f0e9876295f0f83da", + "slotId": "mod_pistol_grip" + }, + { + "_id": "64a8578f0e9876295f0f83dc", + "_tpl": "5c793fb92e221644f31bfb64", + "parentId": "64a8578f0e9876295f0f83da", + "slotId": "mod_stock_001" + }, + { + "_id": "64a8578f0e9876295f0f83dd", + "_tpl": "58d2946386f774496974c37e", + "parentId": "64a8578f0e9876295f0f83dc", + "slotId": "mod_stock_000" + }, + { + "_id": "64a8578f0e9876295f0f83de", + "_tpl": "58d2912286f7744e27117493", + "parentId": "64a8578f0e9876295f0f83dd", + "slotId": "mod_stock" + }, + { + "_id": "64a8578f0e9876295f0f83df", + "_tpl": "5fc278107283c4046c581489", + "parentId": "64a8578f0e9876295f0f83da", + "slotId": "mod_reciever" + }, + { + "_id": "64a8578f0e9876295f0f83e0", + "_tpl": "5fc23678ab884124df0cd590", + "parentId": "64a8578f0e9876295f0f83df", + "slotId": "mod_barrel" + }, + { + "_id": "64a8578f0e9876295f0f83e1", + "_tpl": "5fc2360f900b1d5091531e19", + "parentId": "64a8578f0e9876295f0f83e0", + "slotId": "mod_gas_block" + }, + { + "_id": "64a8578f0e9876295f0f83e2", + "_tpl": "612e0d81290d254f5e6b291a", + "parentId": "64a8578f0e9876295f0f83e0", + "slotId": "mod_muzzle" + }, + { + "_id": "64a8578f0e9876295f0f83e3", + "_tpl": "63877c99e785640d436458ea", + "parentId": "64a8578f0e9876295f0f83e2", + "slotId": "mod_muzzle" + }, + { + "_id": "64a8578f0e9876295f0f83e4", + "_tpl": "5fc235db2770a0045c59c683", + "parentId": "64a8578f0e9876295f0f83df", + "slotId": "mod_handguard" + }, + { + "_id": "64a8578f0e9876295f0f83e5", + "_tpl": "5c18b90d2e2216152142466b", + "parentId": "64a8578f0e9876295f0f83e4", + "slotId": "mod_sight_front" + }, + { + "_id": "64a8578f0e9876295f0f83e6", + "_tpl": "57cffcd624597763133760c5", + "parentId": "64a8578f0e9876295f0f83e4", + "slotId": "mod_foregrip" + }, + { + "_id": "64a8578f0e9876295f0f83e7", + "_tpl": "5b7be47f5acfc400170e2dd2", + "parentId": "64a8578f0e9876295f0f83e4", + "slotId": "mod_mount_001" + }, + { + "_id": "64a8578f0e9876295f0f83e8", + "_tpl": "61605d88ffa6e502ac5e7eeb", + "parentId": "64a8578f0e9876295f0f83e7", + "slotId": "mod_tactical" + }, + { + "_id": "64a8578f0e9876295f0f83e9", + "_tpl": "62811f461d5df4475f46a332", + "parentId": "64a8578f0e9876295f0f83df", + "slotId": "mod_scope" + }, + { + "_id": "64a8578f0e9876295f0f83ea", + "_tpl": "62850c28da09541f43158cca", + "parentId": "64a8578f0e9876295f0f83e9", + "slotId": "mod_scope" + }, + { + "_id": "64a8578f0e9876295f0f83eb", + "_tpl": "5c18b9192e2216398b5a8104", + "parentId": "64a8578f0e9876295f0f83df", + "slotId": "mod_sight_rear" + }, + { + "_id": "64a8578f0e9876295f0f83ec", + "_tpl": "5fc23426900b1d5091531e15", + "parentId": "64a8578f0e9876295f0f83da", + "slotId": "mod_magazine" + } + ] + }, + { + "id": "649b182a49f5fa538c64e4fb", + "type": "AssortmentUnlock", + "index": 2, + "target": "64a8578f0e9876295f0f83ed", + "items": [ + { + "_id": "64a8578f0e9876295f0f83ed", + "_tpl": "5b2388675acfc4771e1be0be" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + }, + { + "id": "649b18300329282a376bda05", + "type": "AssortmentUnlock", + "index": 3, + "target": "64a8578f0e9876295f0f83ee", + "items": [ + { + "_id": "64a8578f0e9876295f0f83ee", + "_tpl": "618ba27d9008e4636a67f61d" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + }, + { + "id": "649b1836fb67e3338f540ce5", + "type": "AssortmentUnlock", + "index": 4, + "target": "64a8578f0e9876295f0f83ef", + "items": [ + { + "_id": "64a8578f0e9876295f0f83ef", + "_tpl": "5b3b99475acfc432ff4dcbee" + } + ], + "loyaltyLevel": 1, + "traderId": "58330581ace78e27b8b10cee" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "64f1cc571a5f313cb144bf90": { + "QuestName": "Overseas Trust - Part 1", + "_id": "64f1cc571a5f313cb144bf90", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f1cc571a5f313cb144bf90 acceptPlayerMessage", + "changeQuestMessageText": "64f1cc571a5f313cb144bf90 changeQuestMessageText", + "completePlayerMessage": "64f1cc571a5f313cb144bf90 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f1cc571a5f313cb144bf92", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6495684759eab30d1b7c9587", + "resetOnSessionEnd": false, + "savageRole": [ + "bossBully" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "64f1cc571a5f313cb144bf91", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f1cc571a5f313cb144bf94", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "649568d7f34ee972322a6bcb", + "resetOnSessionEnd": false, + "savageRole": [ + "bossGluhar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "64f1cc571a5f313cb144bf93", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f1cc571a5f313cb144bf96", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "649568ea5d1d966bd1060566", + "resetOnSessionEnd": false, + "savageRole": [ + "bossKilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "64f1cc571a5f313cb144bf95", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f1cc571a5f313cb144bf98", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64956908f34ee972322a6bcc", + "resetOnSessionEnd": false, + "savageRole": [ + "bossKojaniy" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "64f1cc571a5f313cb144bf97", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f1cc571a5f313cb144bf9a", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "649569d10e50ff4e640791ed", + "resetOnSessionEnd": false, + "savageRole": [ + "bossSanitar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "64f1cc571a5f313cb144bf99", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "64f1cc571a5f313cb144bf9c", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "649569faf34ee972322a6bce", + "resetOnSessionEnd": false, + "savageRole": [ + "bossTagilla", + "followerTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "64f1cc571a5f313cb144bf9b", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f8cedc794e3b36cd0f8e90", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "63967028c4a91c5cb76abd81", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 36000, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f1cc571a5f313cb144bf90 description", + "failMessageText": "64f1cc571a5f313cb144bf90 failMessageText", + "declinePlayerMessage": "64f1cc571a5f313cb144bf90 declinePlayerMessage", + "name": "64f1cc571a5f313cb144bf90 name", + "note": "64f1cc571a5f313cb144bf90 note", + "traderId": "638f541a29ffd1183d187f57", + "location": "any", + "image": "/files/quest/icon/64a2c8e0e4c3b3082302e5bd.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f1cc571a5f313cb144bf90 startedMessageText", + "successMessageText": "64f1cc571a5f313cb144bf90 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 100000, + "id": "64f1d95abf4c727e9c7bdb9d", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "64f8ceeca9c59f365c4eaee8", + "type": "TraderStanding", + "index": 1, + "target": "638f541a29ffd1183d187f57", + "unknown": false + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "64f1d6e732bed22c3e0c7423": { + "QuestName": "Overseas Trust - Part 2", + "_id": "64f1d6e732bed22c3e0c7423", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "64f1d6e732bed22c3e0c7423 acceptPlayerMessage", + "changeQuestMessageText": "64f1d6e732bed22c3e0c7423 changeQuestMessageText", + "completePlayerMessage": "64f1d6e732bed22c3e0c7423 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "64f1d7bf32bed22c3e0c7425", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5696686a4bdc2da3298b456a" + ], + "globalQuestCounterId": "", + "value": "50000", + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "64f1d781b63b74469b6c14a3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "64f1cc571a5f313cb144bf90", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "64f1d6e732bed22c3e0c7423 description", + "failMessageText": "64f1d6e732bed22c3e0c7423 failMessageText", + "declinePlayerMessage": "64f1d6e732bed22c3e0c7423 declinePlayerMessage", + "name": "64f1d6e732bed22c3e0c7423 name", + "note": "64f1d6e732bed22c3e0c7423 note", + "traderId": "5ac3b934156ae10c4430e83c", + "location": "any", + "image": "/files/quest/icon/5979d36d86f7746d093ddd7a.jpg", + "type": "Merchant", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "64f1d6e732bed22c3e0c7423 startedMessageText", + "successMessageText": "64f1d6e732bed22c3e0c7423 successMessageText", + "rewards": { + "Started": [], + "Success": [], + "Fail": [] + }, + "side": "Pmc" + }, + "655e427b64d09b4122018228": { + "QuestName": "The Punisher Harvest", + "_id": "655e427b64d09b4122018228", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "655e427b64d09b4122018228 acceptPlayerMessage", + "changeQuestMessageText": "655e427b64d09b4122018228 changeQuestMessageText", + "completePlayerMessage": "655e427b64d09b4122018228 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "CounterCreator", + "counter": { + "id": "655e483da3ee7d4c56241e18", + "conditions": [ + { + "compareMethod": ">=", + "conditionType": "Kills", + "id": "655e484b52dc506c051b4409", + "target": "AnyPmc", + "value": "1" + } + ] + }, + "id": "655e483da3ee7d4c56241e17", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": "50", + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": "25", + "id": "655e49e942913d55e050376b", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59f32bb586f774757e1e8442", + "59f32c3b86f77472a31742f0" + ], + "globalQuestCounterId": "", + "value": "50", + "visibilityConditions": [] + } + ], + "AvailableForStart": [], + "Fail": [] + }, + "description": "655e427b64d09b4122018228 description", + "failMessageText": "655e427b64d09b4122018228 failMessageText", + "declinePlayerMessage": "655e427b64d09b4122018228 declinePlayerMessage", + "name": "655e427b64d09b4122018228 name", + "note": "655e427b64d09b4122018228 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "655e427b64d09b4122018228 startedMessageText", + "successMessageText": "655e427b64d09b4122018228 successMessageText", + "rewards": { + "Started": [ + { + "value": "2", + "id": "655f3fd9b4f3e80ef35495e7", + "type": "Item", + "index": 0, + "target": "656629d07cac3c3b160e63e6", + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63e6", + "_tpl": "60a283193cb70855c43a381d", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "2", + "id": "655f3fedd5e086614d342776", + "type": "Item", + "index": 1, + "target": "656629d07cac3c3b160e63e7", + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63e7", + "_tpl": "5f60c74e3b85f6263c145586", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "2", + "id": "655f3ff8691eb93295472576", + "type": "Item", + "index": 2, + "target": "656629d07cac3c3b160e63e8", + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63e8", + "_tpl": "5f60c85b58eff926626a60f7", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "2", + "id": "655f41f5fdc15c010d329535", + "type": "Item", + "index": 3, + "target": "656629d07cac3c3b160e63e9", + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63e9", + "_tpl": "5bb2475ed4351e00853264e3", + "upd": { + "StackObjectsCount": 2, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "656629d07cac3c3b160e63ea", + "_tpl": "59db3a1d86f77429e05b4e92", + "parentId": "656629d07cac3c3b160e63e9", + "slotId": "mod_pistol_grip" + }, + { + "_id": "656629d07cac3c3b160e63eb", + "_tpl": "5bb20d53d4351e4502010a69", + "parentId": "656629d07cac3c3b160e63e9", + "slotId": "mod_reciever" + }, + { + "_id": "656629d07cac3c3b160e63ec", + "_tpl": "5bb20dadd4351e00367faeff", + "parentId": "656629d07cac3c3b160e63eb", + "slotId": "mod_barrel" + }, + { + "_id": "656629d07cac3c3b160e63ed", + "_tpl": "5bb20dcad4351e3bac1212da", + "parentId": "656629d07cac3c3b160e63ec", + "slotId": "mod_gas_block" + }, + { + "_id": "656629d07cac3c3b160e63ee", + "_tpl": "5cff9e5ed7ad1a09407397d4", + "parentId": "656629d07cac3c3b160e63ec", + "slotId": "mod_muzzle" + }, + { + "_id": "656629d07cac3c3b160e63ef", + "_tpl": "5cff9e84d7ad1a049e54ed55", + "parentId": "656629d07cac3c3b160e63ee", + "slotId": "mod_muzzle" + }, + { + "_id": "656629d07cac3c3b160e63f0", + "_tpl": "5c6d11152e2216000f2003e7", + "parentId": "656629d07cac3c3b160e63eb", + "slotId": "mod_handguard" + }, + { + "_id": "656629d07cac3c3b160e63f1", + "_tpl": "57cffcd624597763133760c5", + "parentId": "656629d07cac3c3b160e63f0", + "slotId": "mod_foregrip" + }, + { + "_id": "656629d07cac3c3b160e63f2", + "_tpl": "5c18b9192e2216398b5a8104", + "parentId": "656629d07cac3c3b160e63eb", + "slotId": "mod_sight_rear" + }, + { + "_id": "656629d07cac3c3b160e63f3", + "_tpl": "5bb20e58d4351e00320205d7", + "parentId": "656629d07cac3c3b160e63e9", + "slotId": "mod_stock" + }, + { + "_id": "656629d07cac3c3b160e63f4", + "_tpl": "58d2946386f774496974c37e", + "parentId": "656629d07cac3c3b160e63f3", + "slotId": "mod_stock_000" + }, + { + "_id": "656629d07cac3c3b160e63f5", + "_tpl": "58d2912286f7744e27117493", + "parentId": "656629d07cac3c3b160e63f4", + "slotId": "mod_stock" + }, + { + "_id": "656629d07cac3c3b160e63f6", + "_tpl": "5bb20dbcd4351e44f824c04e", + "parentId": "656629d07cac3c3b160e63e9", + "slotId": "mod_charge" + } + ] + }, + { + "value": "2", + "id": "655f4214b4f3e80ef35495e8", + "type": "Item", + "index": 4, + "target": "656629d07cac3c3b160e63f7", + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63f7", + "_tpl": "5b44c8ea86f7742d1627baf1", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "2", + "id": "655f4226f0cdb65ed6328125", + "type": "Item", + "index": 5, + "target": "656629d07cac3c3b160e63f8", + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63f8", + "_tpl": "6034d2d697633951dc245ea6", + "upd": { + "StackObjectsCount": 2 + } + } + ] + } + ], + "Success": [ + { + "value": "1", + "id": "655f3f8bb4f3e80ef35495e6", + "type": "Item", + "index": 0, + "target": "656629d07cac3c3b160e63f9", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63f9", + "_tpl": "5c0a840b86f7742ffa4f2482", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "15000", + "id": "655f3fb4fdc15c010d329516", + "type": "Item", + "index": 1, + "target": "656629d07cac3c3b160e63fa", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63fa", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 15000 + } + } + ] + }, + { + "id": "655f3f6396fb284db70fa429", + "type": "AssortmentUnlock", + "index": 2, + "target": "656629d07cac3c3b160e63fb", + "unknown": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63fb", + "_tpl": "61962b617c6c7b169525f168" + } + ], + "loyaltyLevel": 1, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "id": "655f3f6bb4f3e80ef35495e5", + "type": "AssortmentUnlock", + "index": 3, + "target": "656629d07cac3c3b160e63fc", + "unknown": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63fc", + "_tpl": "601949593ae8f707c4608daa" + } + ], + "loyaltyLevel": 1, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "id": "655f3f6fd5e086614d342775", + "type": "AssortmentUnlock", + "index": 4, + "target": "656629d07cac3c3b160e63fd", + "unknown": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63fd", + "_tpl": "601aa3d2b2bcb34913271e6d" + } + ], + "loyaltyLevel": 1, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "id": "655f3f74691eb93295472575", + "type": "AssortmentUnlock", + "index": 5, + "target": "656629d07cac3c3b160e63fe", + "unknown": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63fe", + "_tpl": "5efb0c1bd79ff02a1f5e68d9" + } + ], + "loyaltyLevel": 1, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "id": "655f3f77fdc15c010d329515", + "type": "AssortmentUnlock", + "index": 6, + "target": "656629d07cac3c3b160e63ff", + "unknown": true, + "items": [ + { + "_id": "656629d07cac3c3b160e63ff", + "_tpl": "5efb0da7a29a85116f6ea05f" + } + ], + "loyaltyLevel": 1, + "traderId": "5935c25fb3acc3127c3d8cd9" + }, + { + "id": "655f3f7c96fb284db70fa42a", + "type": "AssortmentUnlock", + "index": 7, + "target": "656629d07cac3c3b160e6400", + "unknown": true, + "items": [ + { + "_id": "656629d07cac3c3b160e6400", + "_tpl": "5ba26835d4351e0035628ff5" + } + ], + "loyaltyLevel": 1, + "traderId": "5935c25fb3acc3127c3d8cd9" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "6603fe74e773dcf3b0099f88": { + "QuestName": "The Tarkov Mystery", + "_id": "6603fe74e773dcf3b0099f88", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6603fe74e773dcf3b0099f88 acceptPlayerMessage", + "changeQuestMessageText": "6603fe74e773dcf3b0099f88 changeQuestMessageText", + "completePlayerMessage": "6603fe74e773dcf3b0099f88 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6603fe74e773dcf3b0099f8d", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "660bbc47c38b837877075e47" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6603fe74e773dcf3b0099f8f", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "660bbc47c38b837877075e47" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66040cc847e9c8c8ee49a986", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "target": "657315e270bb0b8dba00cc48", + "status": [ + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6603fe74e773dcf3b0099f88 description", + "failMessageText": "6603fe74e773dcf3b0099f88 failMessageText", + "declinePlayerMessage": "6603fe74e773dcf3b0099f88 declinePlayerMessage", + "name": "6603fe74e773dcf3b0099f88 name", + "note": "6603fe74e773dcf3b0099f88 note", + "traderId": "58330581ace78e27b8b10cee", + "location": "any", + "image": "/files/quest/icon/6640881e76f836210934d7cf.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6603fe74e773dcf3b0099f88 startedMessageText", + "successMessageText": "6603fe74e773dcf3b0099f88 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "6300", + "id": "663a0e6011b2604c9e5a3123", + "type": "Experience", + "index": 0 + }, + { + "value": "0.03", + "id": "663a0e850406043e6862da91", + "type": "TraderStanding", + "index": 1, + "target": "58330581ace78e27b8b10cee" + }, + { + "value": "28000", + "id": "663a0e913c4436630e0d3545", + "type": "Item", + "index": 2, + "target": "664b7f571be3ffeee20cd1cf", + "findInRaid": true, + "items": [ + { + "_id": "664b7f571be3ffeee20cd1cf", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 28000 + } + } + ] + }, + { + "value": "3", + "id": "663a0eee4ffbc274ac63137c", + "type": "Item", + "index": 3, + "target": "664b7f571be3ffeee20cd1d0", + "findInRaid": true, + "items": [ + { + "_id": "664b7f571be3ffeee20cd1d0", + "_tpl": "657023a9126cc4a57d0e17a6", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "3", + "id": "663a0f22318a020f6c53cdf4", + "type": "Item", + "index": 4, + "target": "664b7f571be3ffeee20cd1d1", + "findInRaid": true, + "items": [ + { + "_id": "664b7f571be3ffeee20cd1d1", + "_tpl": "5aaa5dfee5b5b000140293d3", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "1", + "id": "663a0f3d9a2b5947f7212411", + "type": "Item", + "index": 5, + "target": "664b7f571be3ffeee20cd1d2", + "findInRaid": true, + "items": [ + { + "_id": "664b7f571be3ffeee20cd1d2", + "_tpl": "5fbcc1d9016cce60e8341ab3", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "664b7f571be3ffeee20cd1d3", + "_tpl": "57c55efc2459772d2c6271e7", + "parentId": "664b7f571be3ffeee20cd1d2", + "slotId": "mod_pistol_grip" + }, + { + "_id": "664b7f571be3ffeee20cd1d4", + "_tpl": "55802d5f4bdc2dac148b458e", + "parentId": "664b7f571be3ffeee20cd1d2", + "slotId": "mod_magazine" + }, + { + "_id": "664b7f571be3ffeee20cd1d5", + "_tpl": "5fbcc3e4d6fa9c00c571bb58", + "parentId": "664b7f571be3ffeee20cd1d2", + "slotId": "mod_reciever" + }, + { + "_id": "664b7f571be3ffeee20cd1d6", + "_tpl": "5fbbfacda56d053a3543f799", + "parentId": "664b7f571be3ffeee20cd1d5", + "slotId": "mod_barrel" + }, + { + "_id": "664b7f571be3ffeee20cd1d7", + "_tpl": "5fbc22ccf24b94483f726483", + "parentId": "664b7f571be3ffeee20cd1d6", + "slotId": "mod_muzzle" + }, + { + "_id": "664b7f571be3ffeee20cd1d8", + "_tpl": "5fbcbd10ab884124df0cd563", + "parentId": "664b7f571be3ffeee20cd1d7", + "slotId": "mod_muzzle_000" + }, + { + "_id": "664b7f571be3ffeee20cd1d9", + "_tpl": "5fbe760793164a5b6278efc8", + "parentId": "664b7f571be3ffeee20cd1d7", + "slotId": "mod_muzzle_001" + }, + { + "_id": "664b7f571be3ffeee20cd1da", + "_tpl": "5fbc210bf24b94483f726481", + "parentId": "664b7f571be3ffeee20cd1d6", + "slotId": "mod_gas_block" + }, + { + "_id": "664b7f571be3ffeee20cd1db", + "_tpl": "5fbc227aa56d053a3543f79e", + "parentId": "664b7f571be3ffeee20cd1d5", + "slotId": "mod_handguard" + }, + { + "_id": "664b7f571be3ffeee20cd1dc", + "_tpl": "5fc0fa362770a0045c59c677", + "parentId": "664b7f571be3ffeee20cd1db", + "slotId": "mod_sight_front" + }, + { + "_id": "664b7f571be3ffeee20cd1dd", + "_tpl": "59e0bdb186f774156f04ce82", + "parentId": "664b7f571be3ffeee20cd1db", + "slotId": "mod_mount_001" + }, + { + "_id": "664b7f571be3ffeee20cd1de", + "_tpl": "57d17e212459775a1179a0f5", + "parentId": "664b7f571be3ffeee20cd1dd", + "slotId": "mod_tactical" + }, + { + "_id": "664b7f571be3ffeee20cd1df", + "_tpl": "57d17c5e2459775a5c57d17d", + "parentId": "664b7f571be3ffeee20cd1de", + "slotId": "mod_flashlight" + }, + { + "_id": "664b7f571be3ffeee20cd1e0", + "_tpl": "5fc0fa957283c4046c58147e", + "parentId": "664b7f571be3ffeee20cd1d5", + "slotId": "mod_sight_rear" + }, + { + "_id": "664b7f571be3ffeee20cd1e1", + "_tpl": "615d8d878004cc50514c3233", + "parentId": "664b7f571be3ffeee20cd1d5", + "slotId": "mod_scope" + }, + { + "_id": "664b7f571be3ffeee20cd1e2", + "_tpl": "616442e4faa1272e43152193", + "parentId": "664b7f571be3ffeee20cd1e1", + "slotId": "mod_scope" + }, + { + "_id": "664b7f571be3ffeee20cd1e3", + "_tpl": "544909bb4bdc2d6f028b4577", + "parentId": "664b7f571be3ffeee20cd1d5", + "slotId": "mod_tactical" + }, + { + "_id": "664b7f571be3ffeee20cd1e4", + "_tpl": "6529348224cbe3c74a05e5c4", + "parentId": "664b7f571be3ffeee20cd1d2", + "slotId": "mod_stock" + }, + { + "_id": "664b7f571be3ffeee20cd1e5", + "_tpl": "6529366450dc782999054ba0", + "parentId": "664b7f571be3ffeee20cd1e4", + "slotId": "mod_stock" + }, + { + "_id": "664b7f571be3ffeee20cd1e6", + "_tpl": "56eabf3bd2720b75698b4569", + "parentId": "664b7f571be3ffeee20cd1e5", + "slotId": "mod_stock_000" + }, + { + "_id": "664b7f571be3ffeee20cd1e7", + "_tpl": "58d2912286f7744e27117493", + "parentId": "664b7f571be3ffeee20cd1e6", + "slotId": "mod_stock" + }, + { + "_id": "664b7f571be3ffeee20cd1e8", + "_tpl": "5fbcc640016cce60e8341acc", + "parentId": "664b7f571be3ffeee20cd1d2", + "slotId": "mod_charge" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cb5ae4719735349b9e8": { + "QuestName": "Easy Money - Part 2", + "_id": "66058cb5ae4719735349b9e8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cb5ae4719735349b9e8 acceptPlayerMessage", + "changeQuestMessageText": "66058cb5ae4719735349b9e8 changeQuestMessageText", + "completePlayerMessage": "66058cb5ae4719735349b9e8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6606bd2aa49db36b69b6dbf9", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d40407c86f774318526545a" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6606bd6768f8018fffebd998", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "62a09f32621468534a797acb" + ], + "globalQuestCounterId": "", + "value": 7, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6606bd814120fcf7f0a38e55", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "57505f6224597709a92585a9" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6606bd9128b63f13e560592f", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "65815f0e647e3d7246384e14" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66562ef08601750096a6b4f1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cb22cee99303f1ba067", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66058cb5ae4719735349b9e8 description", + "failMessageText": "66058cb5ae4719735349b9e8 failMessageText", + "declinePlayerMessage": "66058cb5ae4719735349b9e8 declinePlayerMessage", + "name": "66058cb5ae4719735349b9e8 name", + "note": "66058cb5ae4719735349b9e8 note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "any", + "image": "/files/quest/icon/66562aa2119b2147a07d0b35.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cb5ae4719735349b9e8 startedMessageText", + "successMessageText": "66058cb5ae4719735349b9e8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "26", + "id": "6606be1b08308761cf3909a9", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089469", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089469", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 26 + } + } + ] + }, + { + "value": "0.03", + "id": "6606be619f59e625462accb7", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "4200", + "id": "6606be6abb83da7ba474abcf", + "type": "Experience", + "index": 2 + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cb7c7f3584787181476": { + "QuestName": "Balancing - Part 1", + "_id": "66058cb7c7f3584787181476", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cb7c7f3584787181476 acceptPlayerMessage", + "changeQuestMessageText": "66058cb7c7f3584787181476 changeQuestMessageText", + "completePlayerMessage": "66058cb7c7f3584787181476 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6606d1334c4b0a6d3c4a00ed", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6606d1739cafe00d83a4ac11", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Savage", + "value": 0, + "weapon": [ + "623063e994fc3f7b302a9696" + ], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6606d18f97bca64480c5ffea", + "target": [ + "Interchange" + ] }, { "IncludeNotEquippedItems": false, @@ -160275,63 +153218,359 @@ "equipmentExclusive": [], "equipmentInclusive": [ [ - "67614b3ab8c060ebb204b106" + "609e8540d5c319764c2bc2e9" + ], + [ + "60a283193cb70855c43a381d" ] ], - "id": "6758325ae87312b8ef10c8e4" - }, - { - "conditionType": "Location", - "dynamicLocale": false, - "id": "676b14709dbdf5dc7ead9bc3", - "target": [ - "Shoreline", - "Interchange", - "Lighthouse", - "bigmap", - "Woods", - "RezervBase" - ] + "id": "664bbe4de26e5e99cf54c79e" } - ], - "id": "676c243fb16f4b14b905e7f7" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676c243fb16f4b14b905e7f6", + "id": "6606d133fcb99b9004aa2d1d", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67580cc20d2269ed3db8f509", + "id": "66562f4179adb350f87e9865", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "66058cb5ae4719735349b9e8", "status": [ 4 ], - "target": "6750320e23fc8fd9cc087d14", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], - "Fail": [ + "Fail": [] + }, + "description": "66058cb7c7f3584787181476 description", + "failMessageText": "66058cb7c7f3584787181476 failMessageText", + "declinePlayerMessage": "66058cb7c7f3584787181476 declinePlayerMessage", + "name": "66058cb7c7f3584787181476 name", + "note": "66058cb7c7f3584787181476 note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "5714dbc024597771384a510d", + "image": "/files/quest/icon/66562aaaa636bd24a654f416.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cb7c7f3584787181476 startedMessageText", + "successMessageText": "66058cb7c7f3584787181476 successMessageText", + "rewards": { + "Started": [ + { + "value": "2", + "id": "664f6270dda2e85aca370d89", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f08946a", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08946a", + "_tpl": "623063e994fc3f7b302a9696", + "upd": { + "StackObjectsCount": 2, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "66ae8e638edb0fb70f08946b", + "_tpl": "62307b7b10d2321fa8741921", + "parentId": "66ae8e638edb0fb70f08946a", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f08946c", + "_tpl": "622f140da5958f63c67f1735", + "parentId": "66ae8e638edb0fb70f08946a", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f08946d", + "_tpl": "622b38c56762c718e457e246", + "parentId": "66ae8e638edb0fb70f08946a", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f08946e", + "_tpl": "622f128cec80d870d349b4e8", + "parentId": "66ae8e638edb0fb70f08946d", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f08946f", + "_tpl": "622b327b267a1b13a44abea3", + "parentId": "66ae8e638edb0fb70f08946d", + "slotId": "mod_gas_block" + }, + { + "_id": "66ae8e638edb0fb70f089470", + "_tpl": "6231654c71b5bc3baa1078e5", + "parentId": "66ae8e638edb0fb70f08946a", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f089471", + "_tpl": "622f02437762f55aaa68ac85", + "parentId": "66ae8e638edb0fb70f08946a", + "slotId": "mod_mount" + }, + { + "_id": "66ae8e638edb0fb70f089472", + "_tpl": "622b4d7df9cfc87d675d2ded", + "parentId": "66ae8e638edb0fb70f08946a", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089473", + "_tpl": "622efbcb99f4ea1a4d6c9a15", + "parentId": "66ae8e638edb0fb70f089472", + "slotId": "mod_scope" + } + ] + }, + { + "value": "2", + "id": "664f62a590294949fe2d81c8", + "type": "Item", + "index": 1, + "target": "66ae8e638edb0fb70f089474", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089474", + "_tpl": "609e8540d5c319764c2bc2e9", + "upd": { + "StackObjectsCount": 2 + } + } + ] + } + ], + "Success": [ + { + "value": "26", + "id": "6606bfdb9f59e625462accb8", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089475", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089475", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 26 + } + } + ] + }, + { + "value": "0.03", + "id": "6606c00b3b8f1e1aa53374be", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "5100", + "id": "6606c017bb83da7ba474abd0", + "type": "Experience", + "index": 2 + }, + { + "value": "1", + "id": "6606c04508308761cf3909aa", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f089476", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089476", + "_tpl": "6570aead4d84f81fd002a033", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "66575edd14b7ea3d0b1b4353", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f089477", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089477", + "_tpl": "623063e994fc3f7b302a9696", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f089478", + "_tpl": "622b38c56762c718e457e246", + "parentId": "66ae8e638edb0fb70f089477", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f089479", + "_tpl": "622b327b267a1b13a44abea3", + "parentId": "66ae8e638edb0fb70f089478", + "slotId": "mod_gas_block" + }, + { + "_id": "66ae8e638edb0fb70f08947a", + "_tpl": "612e0cfc8004cc50514c2d9e", + "parentId": "66ae8e638edb0fb70f089478", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f08947b", + "_tpl": "612e0e04568c120fdd294258", + "parentId": "66ae8e638edb0fb70f08947a", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f08947c", + "_tpl": "6231654c71b5bc3baa1078e5", + "parentId": "66ae8e638edb0fb70f089477", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f08947d", + "_tpl": "622b397c9a3d4327e41843b6", + "parentId": "66ae8e638edb0fb70f08947c", + "slotId": "mod_bipod" + }, + { + "_id": "66ae8e638edb0fb70f08947e", + "_tpl": "622f02437762f55aaa68ac85", + "parentId": "66ae8e638edb0fb70f089477", + "slotId": "mod_mount" + }, + { + "_id": "66ae8e638edb0fb70f08947f", + "_tpl": "622f14e899892a7f9e08f6c5", + "parentId": "66ae8e638edb0fb70f089477", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f089480", + "_tpl": "62307b7b10d2321fa8741921", + "parentId": "66ae8e638edb0fb70f089477", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f089481", + "_tpl": "622b3c081b89c677a33bcda6", + "parentId": "66ae8e638edb0fb70f089477", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089482", + "_tpl": "6231670f0b8aa5472d060095", + "parentId": "66ae8e638edb0fb70f089481", + "slotId": "mod_sight_rear" + }, + { + "_id": "66ae8e638edb0fb70f089483", + "_tpl": "5c7d55f52e221644f31bff6a", + "parentId": "66ae8e638edb0fb70f089481", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089484", + "_tpl": "5c7d55de2e221644f31bff68", + "parentId": "66ae8e638edb0fb70f089483", + "slotId": "mod_scope" + } + ] + }, + { + "value": "3", + "id": "66575f398feb5233b61d72ff", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f089485", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089485", + "_tpl": "62307b7b10d2321fa8741921", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "120", + "id": "66576cf709be137b7b5cd8de", + "type": "Item", + "index": 6, + "target": "66ae8e638edb0fb70f089486", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089486", + "_tpl": "59e68f6f86f7746c9f75e846", + "upd": { + "StackObjectsCount": 120 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cb9e8e4f17985230805": { + "QuestName": "Balancing - Part 2", + "_id": "66058cb9e8e4f17985230805", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cb9e8e4f17985230805 acceptPlayerMessage", + "changeQuestMessageText": "66058cb9e8e4f17985230805 changeQuestMessageText", + "completePlayerMessage": "66058cb9e8e4f17985230805 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "660a9c99f4045ef535ef0469", "conditions": [ { "bodyPart": [], @@ -160349,7 +153588,4915 @@ "enemyEquipmentExclusive": [], "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "676a924d0e3394b1681a7070", + "id": "660a9cbb7c39026d03356141", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "AnyPmc", + "value": 1, + "weapon": [ + "5839a40f24597726f856b511" + ], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "660a9cc9bb4cab2649071bf9", + "target": [ + "TarkovStreets" + ] + }, + { + "IncludeNotEquippedItems": false, + "conditionType": "Equipment", + "dynamicLocale": false, + "equipmentExclusive": [], + "equipmentInclusive": [ + [ + "607f20859ee58b18e41ecd90" + ], + [ + "5648a7494bdc2d9d488b4583" + ] + ], + "id": "664bbfee7783160747253d16" + } + ] + }, + "id": "660a9c99c650fa4d531f4c96", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66562f66e02acf25afe90db1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cb7c7f3584787181476", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66058cb9e8e4f17985230805 description", + "failMessageText": "66058cb9e8e4f17985230805 failMessageText", + "declinePlayerMessage": "66058cb9e8e4f17985230805 declinePlayerMessage", + "name": "66058cb9e8e4f17985230805 name", + "note": "66058cb9e8e4f17985230805 note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/66562aaaa636bd24a654f416.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cb9e8e4f17985230805 startedMessageText", + "successMessageText": "66058cb9e8e4f17985230805 successMessageText", + "rewards": { + "Started": [ + { + "value": "2", + "id": "664f5cff9d828b57b010fda5", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089453", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089453", + "_tpl": "5839a40f24597726f856b511", + "upd": { + "StackObjectsCount": 2, + "FireMode": { + "FireMode": "single" + }, + "Foldable": { + "Folded": false + } + } + }, + { + "_id": "66ae8e638edb0fb70f089454", + "_tpl": "5649ad3f4bdc2df8348b4585", + "parentId": "66ae8e638edb0fb70f089453", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66ae8e638edb0fb70f089455", + "_tpl": "57dc347d245977596754e7a1", + "parentId": "66ae8e638edb0fb70f089453", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f089456", + "_tpl": "564ca99c4bdc2d16268b4589", + "parentId": "66ae8e638edb0fb70f089453", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f089457", + "_tpl": "57ffb0e42459777d047111c5", + "parentId": "66ae8e638edb0fb70f089453", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f089458", + "_tpl": "5839a7742459773cf9693481", + "parentId": "66ae8e638edb0fb70f089453", + "slotId": "mod_reciever" + }, + { + "_id": "66ae8e638edb0fb70f089459", + "_tpl": "59d36a0086f7747e673f3946", + "parentId": "66ae8e638edb0fb70f089453", + "slotId": "mod_gas_block" + }, + { + "_id": "66ae8e638edb0fb70f08945a", + "_tpl": "57dc32dc245977596d4ef3d3", + "parentId": "66ae8e638edb0fb70f089459", + "slotId": "mod_handguard" + } + ] + }, + { + "value": "2", + "id": "664f5d1ac661630eb37fdd9a", + "type": "Item", + "index": 1, + "target": "66ae8e638edb0fb70f08945b", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08945b", + "_tpl": "5648a7494bdc2d9d488b4583", + "upd": { + "StackObjectsCount": 2 + } + } + ] + } + ], + "Success": [ + { + "value": "28", + "id": "6606ce0508308761cf3909af", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f08945c", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f08945c", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 28 + } + } + ] + }, + { + "value": "0.03", + "id": "6606ce1aae4719735349ba05", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "7000", + "id": "6606ce2706ef1d50a60c20ac", + "type": "Experience", + "index": 2 + }, + { + "value": "1", + "id": "66576bc69bdb9a648630f369", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f08945d", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08945d", + "_tpl": "5839a40f24597726f856b511", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f08945e", + "_tpl": "5649ade84bdc2d1b2b8b4587", + "parentId": "66ae8e638edb0fb70f08945d", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66ae8e638edb0fb70f08945f", + "_tpl": "59d36a0086f7747e673f3946", + "parentId": "66ae8e638edb0fb70f08945d", + "slotId": "mod_gas_block" + }, + { + "_id": "66ae8e638edb0fb70f089460", + "_tpl": "57ffa9f4245977728561e844", + "parentId": "66ae8e638edb0fb70f08945f", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f089461", + "_tpl": "5cf4fb76d7f00c065703d3ac", + "parentId": "66ae8e638edb0fb70f089460", + "slotId": "mod_foregrip" + }, + { + "_id": "66ae8e638edb0fb70f089462", + "_tpl": "57dc347d245977596754e7a1", + "parentId": "66ae8e638edb0fb70f08945d", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f089463", + "_tpl": "64b9e265c94d0d15c5027e35", + "parentId": "66ae8e638edb0fb70f08945d", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f089464", + "_tpl": "57ffb0e42459777d047111c5", + "parentId": "66ae8e638edb0fb70f08945d", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f089465", + "_tpl": "5839a7742459773cf9693481", + "parentId": "66ae8e638edb0fb70f08945d", + "slotId": "mod_reciever" + }, + { + "_id": "66ae8e638edb0fb70f089466", + "_tpl": "6544d4187c5457729210d277", + "parentId": "66ae8e638edb0fb70f08945d", + "slotId": "mod_mount_000" + } + ] + }, + { + "value": "3", + "id": "66576c489bdb9a648630f36a", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f089467", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089467", + "_tpl": "64b9e265c94d0d15c5027e35", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "80", + "id": "66576c98fb1e184084184757", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f089468", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089468", + "_tpl": "56dff4a2d2720bbd668b456a", + "upd": { + "StackObjectsCount": 80 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cbb06ef1d50a60c1f46": { + "QuestName": "Surprise", + "_id": "66058cbb06ef1d50a60c1f46", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cbb06ef1d50a60c1f46 acceptPlayerMessage", + "changeQuestMessageText": "66058cbb06ef1d50a60c1f46 changeQuestMessageText", + "completePlayerMessage": "66058cbb06ef1d50a60c1f46 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6606d08b4e2e27ca2d80085e", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "656f664200d62bcd2e024077" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6606d09a3db3fc1911e204ce", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "656f9fa0498d1b7e3e071d98" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6606d0a8f146598b0f492e12", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "656f603f94b480b8a500c0d6" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66586e0310df5826e26f1c97", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cb9e8e4f17985230805", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66058cbb06ef1d50a60c1f46 description", + "failMessageText": "66058cbb06ef1d50a60c1f46 failMessageText", + "declinePlayerMessage": "66058cbb06ef1d50a60c1f46 declinePlayerMessage", + "name": "66058cbb06ef1d50a60c1f46 name", + "note": "66058cbb06ef1d50a60c1f46 note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "any", + "image": "/files/quest/icon/66562b72f73d7f0be65de3d6.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cbb06ef1d50a60c1f46 startedMessageText", + "successMessageText": "66058cbb06ef1d50a60c1f46 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "28", + "id": "6606d015da30b620a34e6eb5", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089497", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089497", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 28 + } + } + ] + }, + { + "value": "0.04", + "id": "6606d057c9b86d58fe0cdf69", + "type": "TraderStanding", + "index": 2, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "3600", + "id": "6606d060e8e4f17985230820", + "type": "Experience", + "index": 3 + }, + { + "value": "1", + "id": "66576d58fb1e18408418475b", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f089498", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089498", + "_tpl": "5c0e874186f7745dc7616606", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "66ae8e638edb0fb70f089499", + "_tpl": "6571133d22996eaf11088200", + "parentId": "66ae8e638edb0fb70f089498", + "slotId": "Helmet_top" + }, + { + "_id": "66ae8e638edb0fb70f08949a", + "_tpl": "6571138e818110db4600aa71", + "parentId": "66ae8e638edb0fb70f089498", + "slotId": "Helmet_back" + }, + { + "_id": "66ae8e638edb0fb70f08949b", + "_tpl": "657112fa818110db4600aa6b", + "parentId": "66ae8e638edb0fb70f089498", + "slotId": "Helmet_ears" + }, + { + "_id": "66ae8e638edb0fb70f08949c", + "_tpl": "5c0e842486f77443a74d2976", + "parentId": "66ae8e638edb0fb70f089498", + "slotId": "mod_equipment" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cbd9f59e625462acc8e": { + "QuestName": "Create a Distraction - Part 1", + "_id": "66058cbd9f59e625462acc8e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cbd9f59e625462acc8e acceptPlayerMessage", + "changeQuestMessageText": "66058cbd9f59e625462acc8e changeQuestMessageText", + "completePlayerMessage": "66058cbd9f59e625462acc8e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "660a9dc64c0927ead4fcfeef", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "quest_city_trotil2", + "target": [ + "60391b0fb847c71012789415" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "660a9dcf070cb9c8cc1715c7", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 15, + "zoneId": "quest_city_trotil1", + "target": [ + "60391b0fb847c71012789415" + ], + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66563c66e40e911796c5c372", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cbb06ef1d50a60c1f46", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66058cbd9f59e625462acc8e description", + "failMessageText": "66058cbd9f59e625462acc8e failMessageText", + "declinePlayerMessage": "66058cbd9f59e625462acc8e declinePlayerMessage", + "name": "66058cbd9f59e625462acc8e name", + "note": "66058cbd9f59e625462acc8e note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/66562b7f53eaaa7a23349c76.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cbd9f59e625462acc8e startedMessageText", + "successMessageText": "66058cbd9f59e625462acc8e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "28", + "id": "660a9df6c7f35847871814a0", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089502", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089502", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 28 + } + } + ] + }, + { + "value": "0.05", + "id": "660a9e0506ef1d50a60c20bb", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "5000", + "id": "660a9e0dbb83da7ba474abe1", + "type": "Experience", + "index": 2 + }, + { + "value": "1", + "id": "66576f2ee1e76668c554d07b", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f089503", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089503", + "_tpl": "5c488a752e221602b412af63", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f089504", + "_tpl": "5dcbd6dddbd3d91b3e5468de", + "parentId": "66ae8e638edb0fb70f089503", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66ae8e638edb0fb70f089505", + "_tpl": "5c48a14f2e2216152006edd7", + "parentId": "66ae8e638edb0fb70f089503", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f089506", + "_tpl": "5c48a2852e221602b21d5923", + "parentId": "66ae8e638edb0fb70f089503", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f089507", + "_tpl": "5c7954d52e221600106f4cc7", + "parentId": "66ae8e638edb0fb70f089506", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f089508", + "_tpl": "5c7955c22e221644f31bfd5e", + "parentId": "66ae8e638edb0fb70f089507", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f089509", + "_tpl": "5448c1d04bdc2dff2f8b4569", + "parentId": "66ae8e638edb0fb70f089503", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f08950a", + "_tpl": "616584766ef05c2ce828ef57", + "parentId": "66ae8e638edb0fb70f089503", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f08950b", + "_tpl": "5c7d55de2e221644f31bff68", + "parentId": "66ae8e638edb0fb70f08950a", + "slotId": "mod_scope" + } + ] + }, + { + "value": "3", + "id": "66576f4bfb1e18408418475e", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f08950c", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08950c", + "_tpl": "5448c1d04bdc2dff2f8b4569", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "80", + "id": "66576f7b478b65313767af6b", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f08950d", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08950d", + "_tpl": "59e68f6f86f7746c9f75e846", + "upd": { + "StackObjectsCount": 80 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cbf2f19c31a5a1337ec": { + "QuestName": "Create a Distraction - Part 2", + "_id": "66058cbf2f19c31a5a1337ec", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cbf2f19c31a5a1337ec acceptPlayerMessage", + "changeQuestMessageText": "66058cbf2f19c31a5a1337ec changeQuestMessageText", + "completePlayerMessage": "66058cbf2f19c31a5a1337ec completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "660d5eff04a5c903b1780a8f", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "660d5f3a9ba72609704bbd60", + "resetOnSessionEnd": false, + "savageRole": [ + "bossBoarSniper", + "followerBoarClose1", + "followerBoarClose2", + "followerBoar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "660d5effb318c171fb1ca234", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "660d5f5acdcc3bc4bb5b65f1", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "660d5f886e97e73ca9c07a8b", + "resetOnSessionEnd": false, + "savageRole": [ + "followerKolontayAssault", + "followerKolontaySecurity" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "660d5f5a99b1db9725ca1543", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66563c96597daba6db5b7f3d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cbd9f59e625462acc8e", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "660d5f959753f704869fbdf9", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Shots", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "664b2eec7f1f3801a3bf102b", + "resetOnSessionEnd": false, + "savageRole": [ + "bossBoar", + "bossKolontay" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "660d5f95f9b871558e7515b5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ] + }, + "description": "66058cbf2f19c31a5a1337ec description", + "failMessageText": "66058cbf2f19c31a5a1337ec failMessageText", + "declinePlayerMessage": "66058cbf2f19c31a5a1337ec declinePlayerMessage", + "name": "66058cbf2f19c31a5a1337ec name", + "note": "66058cbf2f19c31a5a1337ec note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/66562b89f73d7f0be65de3d8.png", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cbf2f19c31a5a1337ec startedMessageText", + "successMessageText": "66058cbf2f19c31a5a1337ec successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "36", + "id": "660d71452e35b757ad51594e", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089488", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089488", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 36 + } + } + ] + }, + { + "value": "0.07", + "id": "660d71ed06ef1d50a60c20ca", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "10000", + "id": "660d72093b8f1e1aa53374eb", + "type": "Experience", + "index": 2 + }, + { + "value": "1", + "id": "665771648feb5233b61de1d0", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f089489", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089489", + "_tpl": "65268d8ecb944ff1e90ea385", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "fullauto" + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f08948a", + "_tpl": "6513f0a194c72326990a3868", + "parentId": "66ae8e638edb0fb70f089489", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f08948b", + "_tpl": "6513f1798cb24472490ee331", + "parentId": "66ae8e638edb0fb70f089489", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f08948c", + "_tpl": "6513f13a8cb24472490ee32f", + "parentId": "66ae8e638edb0fb70f08948b", + "slotId": "mod_pistolgrip" + }, + { + "_id": "66ae8e638edb0fb70f08948d", + "_tpl": "6513eff1e06849f06c0957d4", + "parentId": "66ae8e638edb0fb70f089489", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f08948e", + "_tpl": "6513f037e06849f06c0957d7", + "parentId": "66ae8e638edb0fb70f08948d", + "slotId": "mod_bipod" + }, + { + "_id": "66ae8e638edb0fb70f08948f", + "_tpl": "6513f0f5e63f29908d0ffab8", + "parentId": "66ae8e638edb0fb70f08948d", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f089490", + "_tpl": "6513f05a94c72326990a3866", + "parentId": "66ae8e638edb0fb70f089489", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f089491", + "_tpl": "6513f153e63f29908d0ffaba", + "parentId": "66ae8e638edb0fb70f089489", + "slotId": "mod_sight_rear" + } + ] + }, + { + "value": "1", + "id": "6657716fc1c1d64e532f7942", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f089492", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089492", + "_tpl": "6513f0a194c72326990a3868", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "200", + "id": "6657718609be137b7b5cd8e2", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f089493", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089493", + "_tpl": "64b7af5a8532cf95ee0a0dbd", + "upd": { + "StackObjectsCount": 200 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cc1da30b620a34e6e86": { + "QuestName": "To Great Heights - Part 1", + "_id": "66058cc1da30b620a34e6e86", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cc1da30b620a34e6e86 acceptPlayerMessage", + "changeQuestMessageText": "66058cc1da30b620a34e6e86 changeQuestMessageText", + "completePlayerMessage": "66058cc1da30b620a34e6e86 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "662ba5a85599ca4baa6c8aae", + "conditions": [ + { + "compareMethod": "==", + "conditionType": "ArenaMatchPlace", + "dynamicLocale": false, + "id": "662bb1a3c9de68d072911153", + "value": 1 + }, + { + "conditionType": "ArenaRankingMode", + "dynamicLocale": false, + "id": "66548ce6cbc49b1c012e7cf6", + "target": [ + "Ranked" + ] + } + ] + }, + "id": "662ba5a89d8041c264dd9673", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66563cd5db7f5922e45d0296", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cbf2f19c31a5a1337ec", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66058cc1da30b620a34e6e86 description", + "failMessageText": "66058cc1da30b620a34e6e86 failMessageText", + "declinePlayerMessage": "66058cc1da30b620a34e6e86 declinePlayerMessage", + "name": "66058cc1da30b620a34e6e86 name", + "note": "66058cc1da30b620a34e6e86 note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "any", + "image": "/files/quest/icon/66562bb83e8d4075e2354446.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cc1da30b620a34e6e86 startedMessageText", + "successMessageText": "66058cc1da30b620a34e6e86 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "32", + "id": "660d9a7ac9b86d58fe0ce052", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089515", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089515", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 32 + } + } + ] + }, + { + "value": "0.03", + "id": "660d9a8b08308761cf390cfe", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "5600", + "id": "660d9a9de8e4f17985230d5c", + "type": "Experience", + "index": 2 + }, + { + "value": "1", + "id": "6657758bf19bff3ed81e74bd", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f089516", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089516", + "_tpl": "5bfea6e90db834001b7347f3", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f089517", + "_tpl": "5cde739cd7f00c0010373bd3", + "parentId": "66ae8e638edb0fb70f089516", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f089518", + "_tpl": "5a339805c4a2826c6e06d73d", + "parentId": "66ae8e638edb0fb70f089517", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66ae8e638edb0fb70f089519", + "_tpl": "5cde7afdd7f00c000d36b89d", + "parentId": "66ae8e638edb0fb70f089517", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f08951a", + "_tpl": "59e0bed186f774156f04ce84", + "parentId": "66ae8e638edb0fb70f089519", + "slotId": "mod_foregrip" + }, + { + "_id": "66ae8e638edb0fb70f08951b", + "_tpl": "655dccfdbdcc6b5df71382b6", + "parentId": "66ae8e638edb0fb70f08951a", + "slotId": "mod_foregrip" + }, + { + "_id": "66ae8e638edb0fb70f08951c", + "_tpl": "5d2703038abbc3105103d94c", + "parentId": "66ae8e638edb0fb70f089516", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f08951d", + "_tpl": "6130c43c67085e45ef1405a1", + "parentId": "66ae8e638edb0fb70f08951c", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f08951e", + "_tpl": "5dfa3d2b0dee1b22f862eade", + "parentId": "66ae8e638edb0fb70f08951d", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f08951f", + "_tpl": "5cde7b43d7f00c000d36b93e", + "parentId": "66ae8e638edb0fb70f089516", + "slotId": "mod_mount" + }, + { + "_id": "66ae8e638edb0fb70f089520", + "_tpl": "618bab21526131765025ab3f", + "parentId": "66ae8e638edb0fb70f08951f", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089521", + "_tpl": "618ba91477b82356f91ae0e8", + "parentId": "66ae8e638edb0fb70f089520", + "slotId": "mod_mount" + }, + { + "_id": "66ae8e638edb0fb70f089522", + "_tpl": "5b3b99475acfc432ff4dcbee", + "parentId": "66ae8e638edb0fb70f089520", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089523", + "_tpl": "5ce69cbad7f00c00b61c5098", + "parentId": "66ae8e638edb0fb70f089516", + "slotId": "mod_magazine" + } + ] + }, + { + "value": "2", + "id": "66577593ec1a3f31d959c67e", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f089524", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089524", + "_tpl": "5ce69cbad7f00c00b61c5098", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "30", + "id": "665775b79bdb9a648630f378", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f089525", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089525", + "_tpl": "5e023e6e34d52a55c3304f71", + "upd": { + "StackObjectsCount": 30 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cc208308761cf390993": { + "QuestName": "To Great Heights - Part 2", + "_id": "66058cc208308761cf390993", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cc208308761cf390993 acceptPlayerMessage", + "changeQuestMessageText": "66058cc208308761cf390993 changeQuestMessageText", + "completePlayerMessage": "66058cc208308761cf390993 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "662ba78e781915a47d50910b", + "conditions": [ + { + "compareMethod": "==", + "conditionType": "ArenaMatchPlace", + "dynamicLocale": false, + "id": "662bb1d4ca68a2b005fec235", + "value": 1 + }, + { + "conditionType": "ArenaRankingMode", + "dynamicLocale": false, + "id": "66549efd910bb1673456b957", + "target": [ + "Ranked" + ] + } + ] + }, + "id": "662ba78e19c86d3199ae0a93", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "662ba7b90e15f4c42a73679a", + "conditions": [ + { + "compareMethod": ">=", + "conditionType": "ArenaRatingPointsCount", + "dynamicLocale": false, + "id": "662ba7c24594bc1863397da0", + "value": 1700 + } + ] + }, + "id": "662ba7b942dc438835a2760d", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66563d00dbaab7a5facc6213", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cc1da30b620a34e6e86", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66058cc208308761cf390993 description", + "failMessageText": "66058cc208308761cf390993 failMessageText", + "declinePlayerMessage": "66058cc208308761cf390993 declinePlayerMessage", + "name": "66058cc208308761cf390993 name", + "note": "66058cc208308761cf390993 note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "any", + "image": "/files/quest/icon/66562bb83e8d4075e2354446.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cc208308761cf390993 startedMessageText", + "successMessageText": "66058cc208308761cf390993 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "36", + "id": "660d9b663b8f1e1aa5337503", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089440", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f089440", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 36 + } + } + ] + }, + { + "value": "0.03", + "id": "660d9bfe06ef1d50a60c231a", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "6500", + "id": "660d9c0bc9b86d58fe0ce053", + "type": "Experience", + "index": 2 + }, + { + "value": "1", + "id": "665776679bdb9a648630f379", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f089441", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089441", + "_tpl": "62e7c4fba689e8c9c50dfc38", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f089442", + "_tpl": "62e7c880f68e7a0676050c7c", + "parentId": "66ae8e638edb0fb70f089441", + "slotId": "mod_charge" + }, + { + "_id": "66ae8e638edb0fb70f089443", + "_tpl": "62e7c72df68e7a0676050c77", + "parentId": "66ae8e638edb0fb70f089441", + "slotId": "mod_reciever" + }, + { + "_id": "66ae8e638edb0fb70f089444", + "_tpl": "62e7c7f3c34ea971710c32fc", + "parentId": "66ae8e638edb0fb70f089443", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f089445", + "_tpl": "630f2872911356c17d06abc5", + "parentId": "66ae8e638edb0fb70f089444", + "slotId": "mod_muzzle_000" + }, + { + "_id": "66ae8e638edb0fb70f089446", + "_tpl": "634e61b0767cb15c4601a877", + "parentId": "66ae8e638edb0fb70f089444", + "slotId": "mod_foregrip" + }, + { + "_id": "66ae8e638edb0fb70f089447", + "_tpl": "62ebba1fb658e07ef9082b5a", + "parentId": "66ae8e638edb0fb70f089443", + "slotId": "mod_mount" + }, + { + "_id": "66ae8e638edb0fb70f089448", + "_tpl": "5b31163c5acfc400153b71cb", + "parentId": "66ae8e638edb0fb70f089447", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089449", + "_tpl": "5b3116595acfc40019476364", + "parentId": "66ae8e638edb0fb70f089448", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f08944a", + "_tpl": "62e7c98b550c8218d602cbb4", + "parentId": "66ae8e638edb0fb70f089441", + "slotId": "mod_magazine" + } + ] + }, + { + "value": "3", + "id": "6657767ce1e76668c554d081", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f08944b", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08944b", + "_tpl": "62e7c98b550c8218d602cbb4", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "120", + "id": "665776ab9bdb9a648630f37b", + "type": "Item", + "index": 6, + "target": "66ae8e638edb0fb70f08944c", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08944c", + "_tpl": "59e6920f86f77411d82aa167", + "upd": { + "StackObjectsCount": 120 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66058cc5bb83da7ba474aba9": { + "QuestName": "To Great Heights - Part 3", + "_id": "66058cc5bb83da7ba474aba9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66058cc5bb83da7ba474aba9 acceptPlayerMessage", + "changeQuestMessageText": "66058cc5bb83da7ba474aba9 changeQuestMessageText", + "completePlayerMessage": "66058cc5bb83da7ba474aba9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "662ba61dcd0790f0b9ae18e1", + "conditions": [ + { + "compareMethod": "==", + "conditionType": "ArenaMatchPlace", + "dynamicLocale": false, + "id": "662ba64b27291e7273ec6e7d", + "value": 1 + }, + { + "compareMethod": "<=", + "conditionType": "ArenaPlayerInTeamPlace", + "dynamicLocale": false, + "id": "662bb201589b7f21d7ab98fa", + "value": 1 + }, + { + "conditionType": "ArenaRankingMode", + "dynamicLocale": false, + "id": "66549f39d436c63d96fd23a1", + "target": [ + "Ranked" + ] + } + ] + }, + "id": "662ba61d3ed61b6b78187b71", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 3, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66563d3cd7e2242f81402aaa", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66058cc208308761cf390993", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66058cc5bb83da7ba474aba9 description", + "failMessageText": "66058cc5bb83da7ba474aba9 failMessageText", + "declinePlayerMessage": "66058cc5bb83da7ba474aba9 declinePlayerMessage", + "name": "66058cc5bb83da7ba474aba9 name", + "note": "66058cc5bb83da7ba474aba9 note", + "traderId": "6617beeaa9cfa777ca915b7c", + "location": "any", + "image": "/files/quest/icon/66562bb83e8d4075e2354446.png", + "type": "Completion", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66058cc5bb83da7ba474aba9 startedMessageText", + "successMessageText": "66058cc5bb83da7ba474aba9 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "38", + "id": "660d9ca92e35b757ad5161f2", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f0894e3", + "findInRaid": false, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894e3", + "_tpl": "5d235b4d86f7742e017bc88a", + "upd": { + "StackObjectsCount": 38 + } + } + ] + }, + { + "value": "0.04", + "id": "660d9cbd9f59e625462ad632", + "type": "TraderStanding", + "index": 1, + "target": "6617beeaa9cfa777ca915b7c" + }, + { + "value": "11000", + "id": "660d9cc5bb83da7ba474ac1c", + "type": "Experience", + "index": 2 + }, + { + "value": "1", + "id": "6657770cf19bff3ed81e74c2", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f0894e4", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894e4", + "_tpl": "588892092459774ac91d4b11", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "66ae8e638edb0fb70f0894e5", + "_tpl": "5888988e24597752fe43a6fa", + "parentId": "66ae8e638edb0fb70f0894e4", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f0894e6", + "_tpl": "5888945a2459774bf43ba385", + "parentId": "66ae8e638edb0fb70f0894e4", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f0894e7", + "_tpl": "58889c7324597754281f9439", + "parentId": "66ae8e638edb0fb70f0894e6", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f0894e8", + "_tpl": "5888961624597754281f93f3", + "parentId": "66ae8e638edb0fb70f0894e6", + "slotId": "mod_bipod" + }, + { + "_id": "66ae8e638edb0fb70f0894e9", + "_tpl": "57c55f172459772d27602381", + "parentId": "66ae8e638edb0fb70f0894e4", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66ae8e638edb0fb70f0894ea", + "_tpl": "58889d0c2459775bc215d981", + "parentId": "66ae8e638edb0fb70f0894e4", + "slotId": "mod_stock" + } + ] + }, + { + "value": "2", + "id": "6657771ae1e76668c554d082", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f0894eb", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894eb", + "_tpl": "5888988e24597752fe43a6fa", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "40", + "id": "665777368feb5233b61de1d5", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f0894ec", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894ec", + "_tpl": "5e023e6e34d52a55c3304f71", + "upd": { + "StackObjectsCount": 40 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "6658a15615cbb1b2c6014d5b": { + "QuestName": "Hustle", + "_id": "6658a15615cbb1b2c6014d5b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6658a15615cbb1b2c6014d5b acceptPlayerMessage", + "changeQuestMessageText": "6658a15615cbb1b2c6014d5b changeQuestMessageText", + "completePlayerMessage": "6658a15615cbb1b2c6014d5b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d5d", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "647712dfa243be48547d6b95", + "resetOnSessionEnd": false, + "savageRole": [ + "bossBully" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6658ae762c659d6a1e4e9732", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d5c", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d5f", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "647712f3a791a06f316e06e5", + "resetOnSessionEnd": false, + "savageRole": [ + "bossGluhar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6658ae89a1d502179b2ab4bc", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d5e", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d61", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64771be2a243be48547d6b96", + "resetOnSessionEnd": false, + "savageRole": [ + "bossKilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb5601076c5c1da32b0c", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d60", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d63", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64771c6aa791a06f316e06e6", + "resetOnSessionEnd": false, + "savageRole": [ + "bossKojaniy" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb60462d15dba1833c12", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d62", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d65", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64771ca3a243be48547d6b97", + "resetOnSessionEnd": false, + "savageRole": [ + "bossKnight" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb6956cdc466291806d0", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d64", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d67", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64771d4acc52a45a39338676", + "resetOnSessionEnd": false, + "savageRole": [ + "followerBigPipe" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb70a0ac99f705dcd860", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d66", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d69", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64771d60ac21bb41ed1fc8e5", + "resetOnSessionEnd": false, + "savageRole": [ + "followerBirdEye" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb7900130ff47611545e", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d68", + "index": 6, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d6b", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64771e8dcc52a45a39338677", + "resetOnSessionEnd": false, + "savageRole": [ + "bossSanitar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb825c7d56e676847f71", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d6a", + "index": 7, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a15615cbb1b2c6014d6d", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "64771ecbac21bb41ed1fc8e6", + "resetOnSessionEnd": false, + "savageRole": [ + "bossTagilla", + "followerTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb8a970cb17152eedf34", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a15615cbb1b2c6014d6c", + "index": 8, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a2203e205a38167b419d", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6658a22f65b8a32e2398d0fa", + "resetOnSessionEnd": false, + "savageRole": [ + "bossBoar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb9178fcaa1a43f4604b", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a220a4dc74f102c355ce", + "index": 9, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6658a2383fb719e856172e20", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6658a24c2ab45574bede1eaf", + "resetOnSessionEnd": false, + "savageRole": [ + "bossKolontay" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6659bb9730b88f9d307a673f", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "6658a2387aed962d75700786", + "index": 10, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6659e8764dc03267823dadd1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6658a15615cbb1b2c6014d5b description", + "failMessageText": "6658a15615cbb1b2c6014d5b failMessageText", + "declinePlayerMessage": "6658a15615cbb1b2c6014d5b declinePlayerMessage", + "name": "6658a15615cbb1b2c6014d5b name", + "note": "6658a15615cbb1b2c6014d5b note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/6659f1d081610f6b9003ba57.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6658a15615cbb1b2c6014d5b startedMessageText", + "successMessageText": "6658a15615cbb1b2c6014d5b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "0.15", + "id": "6659f21137bfe7097601d4d1", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371" + }, + { + "value": "50000", + "id": "6659f223217781551805139e", + "type": "Experience", + "index": 1 + }, + { + "value": "1", + "id": "6659f372e04f1a8b93047548", + "type": "Item", + "index": 2, + "target": "6661f92a0c6e99358a057cac", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cac", + "_tpl": "5d235bb686f77443f4331278", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659acbb18261cc6950ef953", + "type": "Item", + "index": 3, + "target": "6661f92a0c6e99358a057cad", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cad", + "_tpl": "5a0dc45586f7742f6b0b73e3", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659accc37bfe70976019e69", + "type": "Item", + "index": 4, + "target": "6661f92a0c6e99358a057cae", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cae", + "_tpl": "5a0dc95c86f77452440fc675", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659acda87b89aaabd0787e2", + "type": "Item", + "index": 5, + "target": "6661f92a0c6e99358a057caf", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057caf", + "_tpl": "5a144dfd86f77445cb5a0982", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659acf0217781551804f59e", + "type": "Item", + "index": 6, + "target": "6661f92a0c6e99358a057cb0", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb0", + "_tpl": "5a0ec6d286f7742c0b518fb5", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659acfb7ed43df9510f0de7", + "type": "Item", + "index": 7, + "target": "6661f92a0c6e99358a057cb1", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb1", + "_tpl": "5a0ee30786f774023b6ee08f", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad0dd66f47aaea0e0827", + "type": "Item", + "index": 8, + "target": "6661f92a0c6e99358a057cb2", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb2", + "_tpl": "5a13eebd86f7746fd639aa93", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad141b7d0bc6bb08c353", + "type": "Item", + "index": 9, + "target": "6661f92a0c6e99358a057cb3", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb3", + "_tpl": "5a13ef0686f7746e5a411744", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad1cd66f47aaea0e0829", + "type": "Item", + "index": 10, + "target": "6661f92a0c6e99358a057cb4", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb4", + "_tpl": "5a0ee34586f774023b6ee092", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad26217781551804f59f", + "type": "Item", + "index": 11, + "target": "6661f92a0c6e99358a057cb5", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb5", + "_tpl": "5a0ee37f86f774023657a86f", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad3022f0e9470806f597", + "type": "Item", + "index": 12, + "target": "6661f92a0c6e99358a057cb6", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb6", + "_tpl": "5a1452ee86f7746f33111763", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad4437bfe70976019e6a", + "type": "Item", + "index": 13, + "target": "6661f92a0c6e99358a057cb7", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb7", + "_tpl": "5a13ef7e86f7741290491063", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad4db7c9a638a80f2f93", + "type": "Item", + "index": 14, + "target": "6661f92a0c6e99358a057cb8", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb8", + "_tpl": "5a13f46386f7741dd7384b04", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ad5a37bfe70976019e6c", + "type": "Item", + "index": 15, + "target": "6661f92a0c6e99358a057cb9", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cb9", + "_tpl": "5a0ea79b86f7741d4a35298e", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae1237bfe70976019f97", + "type": "Item", + "index": 16, + "target": "6661f92a0c6e99358a057cba", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cba", + "_tpl": "5a0ea64786f7741707720468", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae1a22f0e9470806f59b", + "type": "Item", + "index": 17, + "target": "6661f92a0c6e99358a057cbb", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cbb", + "_tpl": "5a0ea69f86f7741cd5406619", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae2887b89aaabd0787ea", + "type": "Item", + "index": 18, + "target": "6661f92a0c6e99358a057cbc", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cbc", + "_tpl": "5eff09cd30a7dc22fd1ddfed", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae37b7c9a638a80f2f9c", + "type": "Item", + "index": 19, + "target": "6661f92a0c6e99358a057cbd", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cbd", + "_tpl": "5a144bdb86f7741d374bbde0", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae3f1b7d0bc6bb08c375", + "type": "Item", + "index": 20, + "target": "6661f92a0c6e99358a057cbe", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cbe", + "_tpl": "5a0ee4b586f7743698200d22", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae58b7c9a638a80f2f9d", + "type": "Item", + "index": 21, + "target": "6661f92a0c6e99358a057cbf", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cbf", + "_tpl": "5a13f24186f77410e57c5626", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae6218261cc6950efb2d", + "type": "Item", + "index": 22, + "target": "6661f92a0c6e99358a057cc0", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc0", + "_tpl": "5a13f35286f77413ef1436b0", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae700d7147ff1f0b18fd", + "type": "Item", + "index": 23, + "target": "6661f92a0c6e99358a057cc1", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc1", + "_tpl": "5a145d4786f7744cbb6f4a12", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae7822f0e9470806f7d6", + "type": "Item", + "index": 24, + "target": "6661f92a0c6e99358a057cc2", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc2", + "_tpl": "5a145d7b86f7744cbb6f4a13", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae8a21c5828cdc08841b", + "type": "Item", + "index": 25, + "target": "6661f92a0c6e99358a057cc3", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc3", + "_tpl": "5a0eec9686f77402ac5c39f2", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae93217781551804f5a2", + "type": "Item", + "index": 26, + "target": "6661f92a0c6e99358a057cc4", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc4", + "_tpl": "5a0eecf686f7740350630097", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659ae9c21c5828cdc08841c", + "type": "Item", + "index": 27, + "target": "6661f92a0c6e99358a057cc5", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc5", + "_tpl": "5a0eed4386f77405112912aa", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659aeaf1b7d0bc6bb08c376", + "type": "Item", + "index": 28, + "target": "6661f92a0c6e99358a057cc6", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc6", + "_tpl": "5a145ebb86f77458f1796f05", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "6659aebb0d7147ff1f0b18fe", + "type": "Item", + "index": 29, + "target": "6661f92a0c6e99358a057cc7", + "findInRaid": true, + "items": [ + { + "_id": "6661f92a0c6e99358a057cc7", + "_tpl": "5a0eee1486f77402aa773226", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "6672ec2a2b6f3b71be794cc5": { + "QuestName": "A Key to Salvation", + "_id": "6672ec2a2b6f3b71be794cc5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6672ec2a2b6f3b71be794cc5 acceptPlayerMessage", + "changeQuestMessageText": "6672ec2a2b6f3b71be794cc5 changeQuestMessageText", + "completePlayerMessage": "6672ec2a2b6f3b71be794cc5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66742e9871a1ea849356d1a1", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5c1d0f4986f7744bb01837fa" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66742eb113141dd347c1515f", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5c1d0c5f86f7744bb2683cf0" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66742ebfbe505da164e5068d", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5c1d0dc586f7744baf2e7b79" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66742efcb6a664c20e32cc11", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5c1d0efb86f7744baf2e7b7b" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66742f60da136c794ff6df0c", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5c1d0d6d86f7744bb2683e1f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66742f71f4a5f593020a5554", + "index": 5, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5c1e495a86f7743109743dfb" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66742f90653d4d410e6908ea", + "index": 6, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5c94bbff86f7747ee735c08f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66796ea13b61733d65fc59a6", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "657315ddab5a49b71f098853", + "status": [ + 2, + 5, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "66796eb0e6668d1026a3f5e4", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 10, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6672ec2a2b6f3b71be794cc5 description", + "failMessageText": "6672ec2a2b6f3b71be794cc5 failMessageText", + "declinePlayerMessage": "6672ec2a2b6f3b71be794cc5 declinePlayerMessage", + "name": "6672ec2a2b6f3b71be794cc5 name", + "note": "6672ec2a2b6f3b71be794cc5 note", + "traderId": "54cb57776803fa99248b456e", + "location": "56f40101d2720b2a4d8b45d6", + "image": "/files/quest/icon/66754201e843d85e9f10d81b.png", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6672ec2a2b6f3b71be794cc5 startedMessageText", + "successMessageText": "6672ec2a2b6f3b71be794cc5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "0.15", + "id": "66752247e77b296aa92260b6", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e" + }, + { + "value": "5", + "id": "6675231de77b296aa92260b7", + "type": "Item", + "index": 1, + "target": "667eac90d13544227609658f", + "findInRaid": true, + "items": [ + { + "_id": "667eac90d13544227609658f", + "_tpl": "635267f063651329f75a4ee8", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "value": "5", + "id": "6675819e0e41845c446fb096", + "type": "Item", + "index": 2, + "target": "667eac90d135442276096590", + "findInRaid": true, + "items": [ + { + "_id": "667eac90d135442276096590", + "_tpl": "5ed51652f6c34d2cc26336a1", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "value": "5", + "id": "667581a5e77b296aa9226d00", + "type": "Item", + "index": 3, + "target": "667eac90d135442276096591", + "findInRaid": true, + "items": [ + { + "_id": "667eac90d135442276096591", + "_tpl": "5c0e534186f7747fa1419867", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "value": "5", + "id": "667581ace843d85e9f1115b5", + "type": "Item", + "index": 4, + "target": "667eac90d135442276096592", + "findInRaid": true, + "items": [ + { + "_id": "667eac90d135442276096592", + "_tpl": "5c0e531286f7747fa54205c2", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "value": "5", + "id": "667581b34ec1b906ff1b19aa", + "type": "Item", + "index": 5, + "target": "667eac90d135442276096593", + "findInRaid": true, + "items": [ + { + "_id": "667eac90d135442276096593", + "_tpl": "5c0e531d86f7747fa23f4d42", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "id": "667582984ec1b906ff1b19ab", + "type": "AssortmentUnlock", + "index": 6, + "target": "667eac90d135442276096594", + "items": [ + { + "_id": "667eac90d135442276096594", + "_tpl": "635267f063651329f75a4ee8" + } + ], + "loyaltyLevel": 1, + "traderId": "54cb57776803fa99248b456e" + }, + { + "id": "667583234ec1b906ff1b19ac", + "type": "Achievement", + "index": 7, + "target": "66742c003a67b164a300fcbf" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "668bcccc167d507eb01a268b": { + "QuestName": "Import ontrol", + "_id": "668bcccc167d507eb01a268b", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "668bcccc167d507eb01a268b acceptPlayerMessage", + "changeQuestMessageText": "668bcccc167d507eb01a268b changeQuestMessageText", + "completePlayerMessage": "668bcccc167d507eb01a268b completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "668bceb02d7c41a8515307c7", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "668bcebfb5788a094e5bf7e0", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Savage", + "value": 1, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "668bcee002b157c1f5a3d0ff", + "target": [ + "factory4_night", + "factory4_day" + ] + } + ] + }, + "id": "668bceb012b42f685164674c", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "668bcf4e734d42388944ccf5", + "index": 1, + "maxDurability": 15, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567", + "5fbcc1d9016cce60e8341ab3", + "5df8ce05b11454561e39243b", + "5bfea6e90db834001b7347f3", + "5bb2475ed4351e00853264e3", + "62e7c4fba689e8c9c50dfc38", + "6184055050224f204c1da540", + "618428466ef05c2ce828f218", + "56d59856d2720bd8418b456a", + "5cadc190ae921500103bb3b6", + "5a7ae0c351dfba0017554310", + "6193a720f8ee7e52e42109ed" + ], + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "668fbb92da5eca4d2d24ba66", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "657315e4a6af4ab4b50f3459", + "status": [ + 4, + 2, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Level", + "id": "669e556cffca0b59c0e3b487", + "index": 1, + "parentId": "", + "dynamicLocale": false, + "globalQuestCounterId": "", + "value": 99, + "compareMethod": ">=", + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "668bcccc167d507eb01a268b description", + "failMessageText": "668bcccc167d507eb01a268b failMessageText", + "declinePlayerMessage": "668bcccc167d507eb01a268b declinePlayerMessage", + "name": "668bcccc167d507eb01a268b name", + "note": "668bcccc167d507eb01a268b note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/5981c96e86f77477920d1a04.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "668bcccc167d507eb01a268b startedMessageText", + "successMessageText": "668bcccc167d507eb01a268b successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "64500", + "id": "668d07d949134451c735b3c6", + "type": "Experience", + "index": 0 + }, + { + "value": "0.02", + "id": "668d07e7ef66ab36cc0f69b5", + "type": "TraderStanding", + "index": 1, + "target": "5a7c2eca46aef81a7ca2145d" + }, + { + "value": "110000", + "id": "668d07f496bcf2098b2f0445", + "type": "Item", + "index": 2, + "target": "66ae8e638edb0fb70f0894f4", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894f4", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 110000 + } + } + ] + }, + { + "value": "3", + "id": "668d15366fbf636df3271e96", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f0894f5", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894f5", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 3 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "668bccf963acb16d63707043": { + "QuestName": "Whats Your Evidence", + "_id": "668bccf963acb16d63707043", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "668bccf963acb16d63707043 acceptPlayerMessage", + "changeQuestMessageText": "668bccf963acb16d63707043 changeQuestMessageText", + "completePlayerMessage": "668bccf963acb16d63707043 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "668bd013696575b3bbc846ec", + "index": 0, + "maxDurability": 15, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567", + "5fbcc1d9016cce60e8341ab3", + "5df8ce05b11454561e39243b", + "5bfea6e90db834001b7347f3", + "5bb2475ed4351e00853264e3", + "62e7c4fba689e8c9c50dfc38", + "6184055050224f204c1da540", + "618428466ef05c2ce828f218", + "56d59856d2720bd8418b456a", + "5cadc190ae921500103bb3b6", + "5a7ae0c351dfba0017554310", + "6193a720f8ee7e52e42109ed" + ], + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "668fb89889c69129ab7e648d", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "668bcccc167d507eb01a268b", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "668bccf963acb16d63707043 description", + "failMessageText": "668bccf963acb16d63707043 failMessageText", + "declinePlayerMessage": "668bccf963acb16d63707043 declinePlayerMessage", + "name": "668bccf963acb16d63707043 name", + "note": "668bccf963acb16d63707043 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "any", + "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "668bccf963acb16d63707043 startedMessageText", + "successMessageText": "668bccf963acb16d63707043 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "72600", + "id": "668d15af7a9efd56ba432ab8", + "type": "Experience", + "index": 0 + }, + { + "value": "0.03", + "id": "668d15b87025ad71bb037a4a", + "type": "TraderStanding", + "index": 1, + "target": "5935c25fb3acc3127c3d8cd9" + }, + { + "value": "1500", + "id": "668d15c3b6eb7919c36a2fc8", + "type": "Item", + "index": 2, + "target": "66ae8e638edb0fb70f08953f", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08953f", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1500 + } + } + ] + }, + { + "value": "2", + "id": "668d15cf09ff233a816b3e88", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f089540", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089540", + "_tpl": "5d0376a486f7747d8050965c", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "2", + "id": "668d15ecef66ab36cc0f69b7", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f089541", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089541", + "_tpl": "62a0a16d0b9d3c46de5b6e97", + "upd": { + "StackObjectsCount": 2 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "668bcd1b194be70f18427a00": { + "QuestName": "Caught Red-Handed", + "_id": "668bcd1b194be70f18427a00", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "668bcd1b194be70f18427a00 acceptPlayerMessage", + "changeQuestMessageText": "668bcd1b194be70f18427a00 changeQuestMessageText", + "completePlayerMessage": "668bcd1b194be70f18427a00 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "668be8a88b5800f44b533e21", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "w_race_cam1", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "668be8dfd906438a21fc839c", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "w_race_cam2", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "668be8e5ed860032551c901f", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 40, + "zoneId": "w_race_cam3", + "target": [ + "5b4391a586f7745321235ab2" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "668fb94cc0f96b462d52dc3e", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "668bccf963acb16d63707043", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "668bcd1b194be70f18427a00 description", + "failMessageText": "668bcd1b194be70f18427a00 failMessageText", + "declinePlayerMessage": "668bcd1b194be70f18427a00 declinePlayerMessage", + "name": "668bcd1b194be70f18427a00 name", + "note": "668bcd1b194be70f18427a00 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/61ab421079c3a477d0121e46.jpg", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "668bcd1b194be70f18427a00 startedMessageText", + "successMessageText": "668bcd1b194be70f18427a00 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "52400", + "id": "668d16087a9efd56ba432ab9", + "type": "Experience", + "index": 0 + }, + { + "value": "0.02", + "id": "668d16117025ad71bb037a4b", + "type": "TraderStanding", + "index": 1, + "target": "5935c25fb3acc3127c3d8cd9" + }, + { + "value": "1000", + "id": "668d161cb6eb7919c36a2fc9", + "type": "Item", + "index": 2, + "target": "66ae8e638edb0fb70f0894cb", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894cb", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 1000 + } + } + ] + }, + { + "value": "1", + "id": "668d164309ff233a816b3e89", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f0894cc", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894cc", + "_tpl": "5b44cd8b86f774503d30cba2", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "668d1676ef66ab36cc0f69b8", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f0894cd", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894cd", + "_tpl": "65290f395ae2ae97b80fdf2d", + "upd": { + "StackObjectsCount": 1, + "FireMode": { + "FireMode": "single" + }, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f0894ce", + "_tpl": "652911675ae2ae97b80fdf3c", + "parentId": "66ae8e638edb0fb70f0894cd", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66ae8e638edb0fb70f0894cf", + "_tpl": "65293c38fc460e50a509cb25", + "parentId": "66ae8e638edb0fb70f0894cd", + "slotId": "mod_magazine" + }, + { + "_id": "66ae8e638edb0fb70f0894d0", + "_tpl": "6529119424cbe3c74a05e5bb", + "parentId": "66ae8e638edb0fb70f0894cd", + "slotId": "mod_reciever" + }, + { + "_id": "66ae8e638edb0fb70f0894d1", + "_tpl": "6567e751a715f85433025998", + "parentId": "66ae8e638edb0fb70f0894d0", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f0894d2", + "_tpl": "6567e7681265c8a131069b0f", + "parentId": "66ae8e638edb0fb70f0894d1", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f0894d3", + "_tpl": "652910565ae2ae97b80fdf35", + "parentId": "66ae8e638edb0fb70f0894d0", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f0894d4", + "_tpl": "6529113b5ae2ae97b80fdf39", + "parentId": "66ae8e638edb0fb70f0894d3", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f0894d5", + "_tpl": "652911e650dc782999054b9d", + "parentId": "66ae8e638edb0fb70f0894d4", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f0894d6", + "_tpl": "652910bc24cbe3c74a05e5b9", + "parentId": "66ae8e638edb0fb70f0894d3", + "slotId": "mod_gas_block" + }, + { + "_id": "66ae8e638edb0fb70f0894d7", + "_tpl": "652910ef50dc782999054b97", + "parentId": "66ae8e638edb0fb70f0894d0", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f0894d8", + "_tpl": "6529348224cbe3c74a05e5c4", + "parentId": "66ae8e638edb0fb70f0894cd", + "slotId": "mod_stock_000" + }, + { + "_id": "66ae8e638edb0fb70f0894d9", + "_tpl": "6529366450dc782999054ba0", + "parentId": "66ae8e638edb0fb70f0894d8", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f0894da", + "_tpl": "6529370c405a5f51dd023db8", + "parentId": "66ae8e638edb0fb70f0894d9", + "slotId": "mod_stock_000" + }, + { + "_id": "66ae8e638edb0fb70f0894db", + "_tpl": "6529109524cbe3c74a05e5b7", + "parentId": "66ae8e638edb0fb70f0894cd", + "slotId": "mod_charge" + } + ] + }, + { + "value": "3", + "id": "668d16db6fbf636df3271e9c", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f0894dc", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894dc", + "_tpl": "65293c38fc460e50a509cb25", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "80", + "id": "668d169450a27a57771fc1ea", + "type": "Item", + "index": 6, + "target": "66ae8e638edb0fb70f0894dd", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894dd", + "_tpl": "6529243824cbe3c74a05e5c1", + "upd": { + "StackObjectsCount": 80 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66a74c628410476dd65543be": { + "QuestName": "Gunsmith - Special Order", + "_id": "66a74c628410476dd65543be", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66a74c628410476dd65543be acceptPlayerMessage", + "changeQuestMessageText": "66a74c628410476dd65543be changeQuestMessageText", + "completePlayerMessage": "66a74c628410476dd65543be completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "WeaponAssembly", + "id": "66a74c628410476dd65543c2", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": [ + "5447a9cd4bdc2dbd208b4567" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [], + "baseAccuracy": { + "compareMethod": ">=", + "value": 0 + }, + "durability": { + "compareMethod": ">=", + "value": 60 + }, + "effectiveDistance": { + "compareMethod": ">=", + "value": 0 + }, + "emptyTacticalSlot": { + "compareMethod": ">=", + "value": 0 + }, + "ergonomics": { + "compareMethod": ">=", + "value": 70 + }, + "height": { + "compareMethod": ">=", + "value": 0 + }, + "magazineCapacity": { + "compareMethod": ">=", + "value": 0 + }, + "muzzleVelocity": { + "compareMethod": ">=", + "value": 0 + }, + "recoil": { + "compareMethod": "<=", + "value": 300 + }, + "weight": { + "compareMethod": ">=", + "value": 0 + }, + "width": { + "compareMethod": ">=", + "value": 0 + }, + "containsItems": [ + "58491f3324597764bc48fa02" + ], + "hasItemFromCategory": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66accaccacd775d8f61fbbea", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "657315e4a6af4ab4b50f3459", + "status": [ + 2, + 4, + 5 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66a74c628410476dd65543be description", + "failMessageText": "66a74c628410476dd65543be failMessageText", + "declinePlayerMessage": "66a74c628410476dd65543be declinePlayerMessage", + "name": "66a74c628410476dd65543be name", + "note": "66a74c628410476dd65543be note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/59ca2e4186f77445e4732b22.jpg", + "type": "WeaponAssembly", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66a74c628410476dd65543be startedMessageText", + "successMessageText": "66a74c628410476dd65543be successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "2", + "id": "66a74c628410476dd65543c4", + "type": "Item", + "index": 1, + "target": "66ae8e638edb0fb70f089500", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089500", + "_tpl": "6570265f1419851aef03e739", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "1", + "id": "66a74f27006c92393e6e5da5", + "type": "Item", + "index": 2, + "target": "66ae8e638edb0fb70f089501", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089501", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "0.01", + "id": "66a74c628410476dd65543c5", + "type": "TraderStanding", + "index": 4, + "target": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66a75b44243a6548ff5e5ff9": { + "QuestName": "Gun Connoisseur", + "_id": "66a75b44243a6548ff5e5ff9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66a75b44243a6548ff5e5ff9 acceptPlayerMessage", + "changeQuestMessageText": "66a75b44243a6548ff5e5ff9 changeQuestMessageText", + "completePlayerMessage": "66a75b44243a6548ff5e5ff9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a76d4581672f65360abd40", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66a76d598a3c92dc4bf89200", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 1, + "weapon": [ + "5c07c60e0db834002330051f", + "5c488a752e221602b412af63", + "6184055050224f204c1da540", + "618428466ef05c2ce828f218", + "5bb2475ed4351e00853264e3", + "623063e994fc3f7b302a9696", + "5ac66cb05acfc40198510a10", + "5ac66d015acfc400180ae6e4", + "5d43021ca4b9362eab4b5e25", + "62e7c4fba689e8c9c50dfc38", + "63171672192e68c5460cebc5", + "5447a9cd4bdc2dbd208b4567" + ], + "weaponCaliber": [ + "5.56x45" + ], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66a76d45acbbf739afad1fea", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a76d69a982f6161be0c189", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66a76d79f7721b18554ec750", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 1, + "weapon": [ + "5ac66d9b5acfc4001633997a", + "6499849fc93611967b034949", + "5bf3e03b0db834001d2c4a9c", + "5ac4cd105acfc40016339859", + "5644bd2b4bdc2d3b4c8b4572", + "5bf3e0490db83400196199af", + "5ab8e9fcd8ce870019439434", + "57dc2fa62459775949412633", + "5839a40f24597726f856b511", + "583990e32459771419544dd2", + "628b5638ad252a16da6dd245", + "628b9c37a733087d0d7fe84b", + "5beed0f50db834001c062b12" + ], + "weaponCaliber": [ + "5.45x39" + ], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66a76d693cda803a9788be30", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a76daa74d921b25358834e", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66a76db837b5c6c60700e6bf", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 1, + "weapon": [ + "574d967124597745970e7c94", + "587e02ff24597743df3deaeb", + "606587252535c57a13424cfd", + "5ac66d2e5acfc43b321d4b53", + "5ac66d725acfc43b321d4b60", + "59d6088586f774275f37482f", + "5a0ec13bfcdbcb00165aa685", + "59ff346386f77477562ff5e2", + "5abcbc27d8ce8700182eceeb", + "59e6152586f77473dc057aa1", + "628a60ae6b1d481ff772e9c8", + "6513ef33e06849f06c0957ca", + "65268d8ecb944ff1e90ea385" + ], + "weaponCaliber": [ + "7.62x39" + ], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66a76daa3a883f3481e56b96", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a76efb5f093bcb840141ce", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66a76f0391817f4b2bcef3f0", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 1, + "weapon": [ + "6410733d5dd49d77bd07847e", + "643ea5b23db6f9f57107d9fd", + "64637076203536ad5600c990", + "64ca3d3954fc657e230529cc", + "657857faeff4c850222dff1b", + "5c46fbd72e2216398b5a8c9c", + "5bfd297f0db834001a669119", + "5ae08f0a5acfc408fb1398a1", + "55801eed4bdc2d89578b4588" + ], + "weaponCaliber": [ + "7.62x54 R" + ], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66a76efbe0a0eb89847ac586", + "index": 3, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a76fb58d6aac210e996ae5", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66a76fc0760db055d11f092c", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 1, + "weapon": [ + "5cadc190ae921500103bb3b6", + "5a7ae0c351dfba0017554310", + "5b1fa9b25acfc40018633c01", + "63088377b5cd696784087147", + "576a581d2459771e7b1bc4f1", + "602a9740da11d6478d5a06dc", + "56d59856d2720bd8418b456a", + "5e00903ae9dc277128008b87", + "5de7bd7bfd6b4e6e2276dc25", + "5d2f0d8048f0356c925bc3b0", + "5926bb2186f7744b1c6c6e60", + "59984ab886f7743e98271174", + "59f9cabd86f7743a10721f46", + "58948c8e86f77409493f7266", + "60339954d62c9b14ed777c06", + "5fc3f2d5900b1d5091531e57" + ], + "weaponCaliber": [ + "9x19" + ], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66a76fb52a58ea63fbb62d67", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a76fc55baf22acfa6714c6", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66a76fd2f809b7fe6cdf1698", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 1, + "weapon": [ + "644674a13d52156624001fbc", + "645e0c6b3b381ede770e1cc9", + "57c44b372459772d2b39b8ce", + "57838ad32459774a17445cd2" + ], + "weaponCaliber": [ + "9x39" + ], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66a76fc57a265a8879856491", + "index": 5, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 5, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66a8d43d72e2e9ffb3516079", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66a74c628410476dd65543be", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66a75b44243a6548ff5e5ff9 description", + "failMessageText": "66a75b44243a6548ff5e5ff9 failMessageText", + "declinePlayerMessage": "66a75b44243a6548ff5e5ff9 declinePlayerMessage", + "name": "66a75b44243a6548ff5e5ff9 name", + "note": "66a75b44243a6548ff5e5ff9 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/66562aaaa636bd24a654f416.png", + "type": "Elimination", + "isKey": false, + "restartable": true, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66a75b44243a6548ff5e5ff9 startedMessageText", + "successMessageText": "66a75b44243a6548ff5e5ff9 successMessageText", + "rewards": { + "Started": [ + { + "value": "2", + "id": "66a770320c32c048c73b6d99", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089546", + "items": [ + { + "_id": "66ae8e638edb0fb70f089546", + "_tpl": "65702652cfc010a0f5006a53", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "2", + "id": "66a770daa472ad7f845b71f3", + "type": "Item", + "index": 1, + "target": "66ae8e638edb0fb70f089547", + "items": [ + { + "_id": "66ae8e638edb0fb70f089547", + "_tpl": "6570900858b315e8b70a8a98", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "7", + "id": "66a770715591272062781c09", + "type": "Item", + "index": 2, + "target": "66ae8e638edb0fb70f089548", + "items": [ + { + "_id": "66ae8e638edb0fb70f089548", + "_tpl": "64ace9f9c4eda9354b0226aa", + "upd": { + "StackObjectsCount": 7 + } + } + ] + }, + { + "value": "3", + "id": "66a77092b88e4941466a381c", + "type": "Item", + "index": 3, + "target": "66ae8e638edb0fb70f089549", + "items": [ + { + "_id": "66ae8e638edb0fb70f089549", + "_tpl": "648984b8d5b4df6140000a1a", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "5", + "id": "66a770a630eb37496135016a", + "type": "Item", + "index": 4, + "target": "66ae8e638edb0fb70f08954a", + "items": [ + { + "_id": "66ae8e638edb0fb70f08954a", + "_tpl": "648987d673c462723909a151", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "value": "5", + "id": "66a770f93b04257d9441812c", + "type": "Item", + "index": 5, + "target": "66ae8e638edb0fb70f08954b", + "items": [ + { + "_id": "66ae8e638edb0fb70f08954b", + "_tpl": "6489854673c462723909a14e", + "upd": { + "StackObjectsCount": 5 + } + } + ] + } + ], + "Success": [ + { + "value": "1500", + "id": "66a7711d0bc14738c60dff7b", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f08954c", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08954c", + "_tpl": "569668774bdc2da2298b4568", + "upd": { + "StackObjectsCount": 1500 + } + } + ] + }, + { + "value": "20000", + "id": "66a771308410476dd65543d2", + "type": "Experience", + "index": 1 + }, + { + "value": "0.03", + "id": "66a7713c006c92393e6e5dac", + "type": "TraderStanding", + "index": 2, + "target": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66a77394243a6548ff5e601d": { + "QuestName": "Customer Communication", + "_id": "66a77394243a6548ff5e601d", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66a77394243a6548ff5e601d acceptPlayerMessage", + "changeQuestMessageText": "66a77394243a6548ff5e601d changeQuestMessageText", + "completePlayerMessage": "66a77394243a6548ff5e601d completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66a77394243a6548ff5e6021", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d0375ff86f774186372f685" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66a7763955ff26e1599f23e7", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b304286f774253763a528" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "66a77394243a6548ff5e6022", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e36c6f86f774176c10a2a7" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66a77394243a6548ff5e6023", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d0375ff86f774186372f685" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66a77394243a6548ff5e6024", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "5d1b304286f774253763a528" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66a77688f2d282a4946547b0", + "index": 5, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "59e36c6f86f774176c10a2a7" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66a775a10b8248cad284d1c1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66a75b44243a6548ff5e5ff9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66a77394243a6548ff5e601d description", + "failMessageText": "66a77394243a6548ff5e601d failMessageText", + "declinePlayerMessage": "66a77394243a6548ff5e601d declinePlayerMessage", + "name": "66a77394243a6548ff5e601d name", + "note": "66a77394243a6548ff5e601d note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/5ac4db0986f77442000164dd.jpg", + "type": "PickUp", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66a77394243a6548ff5e601d startedMessageText", + "successMessageText": "66a77394243a6548ff5e601d successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "1", + "id": "66a779ef5591272062781c0f", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f089529", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f089529", + "_tpl": "5447a9cd4bdc2dbd208b4567", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66ae8e638edb0fb70f08952a", + "_tpl": "5a339805c4a2826c6e06d73d", + "parentId": "66ae8e638edb0fb70f089529", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66ae8e638edb0fb70f08952b", + "_tpl": "59bfe68886f7746004266202", + "parentId": "66ae8e638edb0fb70f089529", + "slotId": "mod_reciever" + }, + { + "_id": "66ae8e638edb0fb70f08952c", + "_tpl": "55d3632e4bdc2d972f8b4569", + "parentId": "66ae8e638edb0fb70f08952b", + "slotId": "mod_barrel" + }, + { + "_id": "66ae8e638edb0fb70f08952d", + "_tpl": "56eabcd4d2720b66698b4574", + "parentId": "66ae8e638edb0fb70f08952c", + "slotId": "mod_gas_block" + }, + { + "_id": "66ae8e638edb0fb70f08952e", + "_tpl": "626667e87379c44d557b7550", + "parentId": "66ae8e638edb0fb70f08952c", + "slotId": "mod_muzzle" + }, + { + "_id": "66ae8e638edb0fb70f08952f", + "_tpl": "5c9a25172e2216000f20314e", + "parentId": "66ae8e638edb0fb70f08952b", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f089530", + "_tpl": "638f2003bbd47aeb9e0ff637", + "parentId": "66ae8e638edb0fb70f08952f", + "slotId": "mod_handguard" + }, + { + "_id": "66ae8e638edb0fb70f089531", + "_tpl": "591af28e86f77414a27a9e1d", + "parentId": "66ae8e638edb0fb70f089530", + "slotId": "mod_foregrip" + }, + { + "_id": "66ae8e638edb0fb70f089532", + "_tpl": "6267c6396b642f77f56f5c1c", + "parentId": "66ae8e638edb0fb70f08952f", + "slotId": "mod_tactical_001" + }, + { + "_id": "66ae8e638edb0fb70f089533", + "_tpl": "57d17c5e2459775a5c57d17d", + "parentId": "66ae8e638edb0fb70f089532", + "slotId": "mod_flashlight" + }, + { + "_id": "66ae8e638edb0fb70f089534", + "_tpl": "5c17804b2e2216152006c02f", + "parentId": "66ae8e638edb0fb70f08952f", + "slotId": "mod_sight_front" + }, + { + "_id": "66ae8e638edb0fb70f089535", + "_tpl": "5649a2464bdc2d91118b45a8", + "parentId": "66ae8e638edb0fb70f08952f", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089536", + "_tpl": "58d2664f86f7747fec5834f6", + "parentId": "66ae8e638edb0fb70f089535", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089537", + "_tpl": "58d268fc86f774111273f8c2", + "parentId": "66ae8e638edb0fb70f089536", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089538", + "_tpl": "6478641c19d732620e045e17", + "parentId": "66ae8e638edb0fb70f08952b", + "slotId": "mod_scope" + }, + { + "_id": "66ae8e638edb0fb70f089539", + "_tpl": "5c1780312e221602b66cc189", + "parentId": "66ae8e638edb0fb70f08952b", + "slotId": "mod_sight_rear" + }, + { + "_id": "66ae8e638edb0fb70f08953a", + "_tpl": "638de3603a1a4031d8260b8c", + "parentId": "66ae8e638edb0fb70f089529", + "slotId": "mod_stock" + }, + { + "_id": "66ae8e638edb0fb70f08953b", + "_tpl": "6529370c405a5f51dd023db8", + "parentId": "66ae8e638edb0fb70f08953a", + "slotId": "mod_stock_000" + }, + { + "_id": "66ae8e638edb0fb70f08953c", + "_tpl": "5f633ff5c444ce7e3c30a006", + "parentId": "66ae8e638edb0fb70f089529", + "slotId": "mod_charge" + }, + { + "_id": "66ae8e638edb0fb70f08953d", + "_tpl": "55802d5f4bdc2dac148b458e", + "parentId": "66ae8e638edb0fb70f089529", + "slotId": "mod_magazine" + } + ] + }, + { + "value": "250000", + "id": "66a77394243a6548ff5e6026", + "type": "Item", + "index": 1, + "target": "66ae8e638edb0fb70f08953e", + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f08953e", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 250000 + } + } + ] + }, + { + "value": "25000", + "id": "66a77394243a6548ff5e6025", + "type": "Experience", + "index": 2 + }, + { + "value": "0.05", + "id": "66a77394243a6548ff5e6029", + "type": "TraderStanding", + "index": 3, + "target": "5a7c2eca46aef81a7ca2145d" + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66a78dada472ad7f845b71f7": { + "QuestName": "Supply and Demand", + "_id": "66a78dada472ad7f845b71f7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66a78dada472ad7f845b71f7 acceptPlayerMessage", + "changeQuestMessageText": "66a78dada472ad7f845b71f7 changeQuestMessageText", + "completePlayerMessage": "66a78dada472ad7f845b71f7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66a794caf23985dc169fc5c6", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66aa1c5a8cf7b164a8d811f0", "resetOnSessionEnd": false, "savageRole": [], "target": "AnyPmc", @@ -160358,471 +158505,498 @@ "weaponCaliber": [], "weaponModsExclusive": [], "weaponModsInclusive": [] - }, + } + ] + }, + "id": "66a794ca1b3fe087d0a96ea3", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "66acc972c007d8548a0a30d5", + "value": 9999999999, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66a78dada472ad7f845b71f9", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66a77394243a6548ff5e601d", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66a78dada472ad7f845b71f7 description", + "failMessageText": "66a78dada472ad7f845b71f7 failMessageText", + "declinePlayerMessage": "66a78dada472ad7f845b71f7 declinePlayerMessage", + "name": "66a78dada472ad7f845b71f7 name", + "note": "66a78dada472ad7f845b71f7 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "any", + "image": "/files/quest/icon/66a790a4a472ad7f845b7207.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66a78dada472ad7f845b71f7 startedMessageText", + "successMessageText": "66a78dada472ad7f845b71f7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "1", + "id": "66a7950e30eb374961350172", + "type": "Item", + "index": 0, + "target": "66ae8e638edb0fb70f0894c8", + "unknown": true, + "findInRaid": true, + "items": [ + { + "_id": "66ae8e638edb0fb70f0894c8", + "_tpl": "59faff1d86f7746c51718c9c", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66e01aca214f88109006a4b5": { + "QuestName": "Into the Inferno", + "_id": "66e01aca214f88109006a4b5", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66e01aca214f88109006a4b5 acceptPlayerMessage", + "changeQuestMessageText": "66e01aca214f88109006a4b5 changeQuestMessageText", + "completePlayerMessage": "66e01aca214f88109006a4b5 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66e19b0135f5445b608397af", + "conditions": [ { - "IncludeNotEquippedItems": false, - "conditionType": "Equipment", + "conditionType": "UnderArtilleryFire", "dynamicLocale": false, - "equipmentExclusive": [ - [ - "67614b3ab8c060ebb204b106" - ] - ], - "equipmentInclusive": [], - "id": "676a982547f324b585bdd34f" + "id": "66e19b0828a9b0c1adbe3cac" + } + ] + }, + "id": "66e19b019f1774a3038c0c67", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66e852789f7178f0007ddc5c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5936da9e86f7742d65037edf", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66e01aca214f88109006a4b5 description", + "failMessageText": "66e01aca214f88109006a4b5 failMessageText", + "declinePlayerMessage": "66e01aca214f88109006a4b5 declinePlayerMessage", + "name": "66e01aca214f88109006a4b5 name", + "note": "66e01aca214f88109006a4b5 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66e01aca214f88109006a4b5 startedMessageText", + "successMessageText": "66e01aca214f88109006a4b5 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "5000", + "id": "66e29aac919bad697104f4aa", + "type": "Experience", + "index": 0 + }, + { + "value": "30000", + "id": "66e29ac4595f1160080a8638", + "type": "Item", + "index": 1, + "target": "66f57a7012316de30410e28d", + "findInRaid": true, + "items": [ + { + "_id": "66f57a7012316de30410e28d", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 30000 + } + } + ] + }, + { + "value": "2", + "id": "66e29ad438710fc60810223c", + "type": "Item", + "index": 2, + "target": "66f57a7012316de30410e28e", + "findInRaid": true, + "items": [ + { + "_id": "66f57a7012316de30410e28e", + "_tpl": "5c091a4e0db834001d5addc8", + "upd": { + "StackObjectsCount": 2 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66e01ad15a8890455a0d9eea": { + "QuestName": "In and Out", + "_id": "66e01ad15a8890455a0d9eea", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66e01ad15a8890455a0d9eea acceptPlayerMessage", + "changeQuestMessageText": "66e01ad15a8890455a0d9eea changeQuestMessageText", + "completePlayerMessage": "66e01ad15a8890455a0d9eea completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66e01ef8c2c37ef8fe110ba9", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66d9f7256916142b3b02276e" + ], + "globalQuestCounterId": "", + "value": 2, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66e01e5c3a1e520918c17b95", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e01e687329bc25c4c0ca6f", + "resetOnSessionEnd": false, + "savageRole": [], + "target": "Any", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] }, { "conditionType": "Location", "dynamicLocale": false, - "id": "676b14bfb3e9071bdce1342c", + "id": "66e01e8d0acb3e41c76bb174", "target": [ "Shoreline", - "Interchange", - "Lighthouse", - "bigmap", "Woods", - "RezervBase" + "RezervBase", + "bigmap" ] } - ], - "id": "676c243fb16f4b14b905e7f9" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "676c243fb16f4b14b905e7f8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "66e01e5c807dd6f2b14da31b", + "index": 1, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 10, "visibilityConditions": [] } - ] - }, - "declinePlayerMessage": "676c243fb16f4b14b905e7f4 declinePlayerMessage", - "description": "676c243fb16f4b14b905e7f4 description", - "failMessageText": "676c243fb16f4b14b905e7f4 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/676985d7f6270562e701eeac.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "676c243fb16f4b14b905e7f4 name", - "note": "676c243fb16f4b14b905e7f4 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [ + ], + "AvailableForStart": [ { - "availableInGameEditions": [], - "id": "676c243fb16f4b14b905e7ff", + "conditionType": "Quest", + "id": "66e850ff55bf9d35a969e9f9", "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": -0.03 + "parentId": "", + "dynamicLocale": false, + "target": "66e01aca214f88109006a4b5", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66e01ad15a8890455a0d9eea description", + "failMessageText": "66e01ad15a8890455a0d9eea failMessageText", + "declinePlayerMessage": "66e01ad15a8890455a0d9eea declinePlayerMessage", + "name": "66e01ad15a8890455a0d9eea name", + "note": "66e01ad15a8890455a0d9eea note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66e01ad15a8890455a0d9eea startedMessageText", + "successMessageText": "66e01ad15a8890455a0d9eea successMessageText", + "rewards": { + "Started": [ + { + "value": "1", + "id": "66e29e99752a0eeb480fb5a2", + "type": "Item", + "index": 0, + "target": "66f7bc94f94179bfd31098a3", + "items": [ + { + "_id": "66f7bc94f94179bfd31098a3", + "_tpl": "6655e35b6bc645cb7b059912", + "upd": { + "StackObjectsCount": 1 + } + } + ] } ], - "Started": [], "Success": [ { - "availableInGameEditions": [], - "id": "676c243fb16f4b14b905e7fa", - "index": 0, + "value": "22700", + "id": "66e29e8b734e223edb09d6d8", "type": "Experience", - "unknown": false, - "value": 13800 + "index": 0 }, { - "availableInGameEditions": [], - "id": "676c243fb16f4b14b905e7fb", - "index": 0, - "target": "54cb50c76803fa8b248b4571", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "676c243fb16f4b14b905e7fc", - "index": 0, + "value": "78900", + "id": "66e29eaa595f1160080a8639", + "type": "Item", + "index": 1, + "target": "66f7bc94f94179bfd31098a4", + "findInRaid": true, "items": [ { - "_id": "677e990ea03da7967902c8a9", + "_id": "66f7bc94f94179bfd31098a4", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 186000 + "StackObjectsCount": 78900 } } - ], - "target": "677e990ea03da7967902c8a9", - "type": "Item", - "unknown": false, - "value": 186000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "676c243fb16f4b14b905e7fd", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c8ab", - "_tpl": "5d1b376e86f774252519444e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "677e990ea03da7967902c8ac", - "_tpl": "5d1b376e86f774252519444e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c8ac", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "676c243fb16f4b14b905e7fe", - "index": 0, - "items": [ - { - "_id": "677e990ea03da7967902c8ae", - "_tpl": "590c60fc86f77412b13fddcf", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "677e990ea03da7967902c8ae", - "type": "Item", - "unknown": false, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "676c243fb16f4b14b905e7f4 startedMessageText", - "status": 0, - "successMessageText": "676c243fb16f4b14b905e7f4 successMessageText", - "traderId": "54cb50c76803fa8b248b4571", - "type": "Elimination" - }, - "67a09636b8725511260bc421": { - "QuestName": "Shady Contractor", - "_id": "67a09636b8725511260bc421", - "acceptPlayerMessage": "67a09636b8725511260bc421 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a09636b8725511260bc421 changeQuestMessageText", - "completePlayerMessage": "67a09636b8725511260bc421 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67a0a9542780b548f7729140", - "target": "event_labyrinth_01_mech_place_01", - "value": 1 - } - ], - "id": "67a0a91f88a48e8281ef39b8" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0a91f4681b4e43d13892b", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0ab610345d81cb3cbb24c", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "679b9a1a4e4ed4b3b40ae5c2" - ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "67a0abdb84778b0ba09d11ee", - "target": "67a0a91f4681b4e43d13892b" - } ] }, + { + "value": "2", + "id": "66e29eaf38710fc608102241", + "type": "Item", + "index": 2, + "target": "66f7bc94f94179bfd31098a5", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd31098a5", + "_tpl": "5d0378d486f77420421a5ff4", + "upd": { + "StackObjectsCount": 2 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66e01ad6835f78499f049180": { + "QuestName": "Ours by Right", + "_id": "66e01ad6835f78499f049180", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66e01ad6835f78499f049180 acceptPlayerMessage", + "changeQuestMessageText": "66e01ad6835f78499f049180 changeQuestMessageText", + "completePlayerMessage": "66e01ad6835f78499f049180 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0ab83359e2d00cf9d6b06", - "index": 2, - "isEncoded": false, + "id": "66e19f1821f233c7928e32dc", + "index": 0, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "679b9a1a4e4ed4b3b40ae5c2" + "66d9f8744827a77e870ecaf1" ], - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "67a0abe28ac4005b13e6dcc6", - "target": "67a0ab610345d81cb3cbb24c" - } - ] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, "globalQuestCounterId": "", - "id": "67e5266545508fec55b52927", + "value": 2, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66e19f3589df99b195e9251f", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e19f639c631cd35a46e23d", + "resetOnSessionEnd": false, + "savageRole": [ + "exUsec" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66e19f359fee1e54e0e01f7c", "index": 1, "parentId": "", - "status": [ - 2, - 4 - ], - "target": "657315e4a6af4ab4b50f3459", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67a09636b8725511260bc421 declinePlayerMessage", - "description": "67a09636b8725511260bc421 description", - "failMessageText": "67a09636b8725511260bc421 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e407aabbf507ac3b068a52.jpg", - "instantComplete": false, - "isKey": false, - "location": "653e6760052c01c1c805532f", - "name": "67a09636b8725511260bc421 name", - "note": "67a09636b8725511260bc421 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b3198a4a2b22e59a8c97fe", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10600 - }, - { - "availableInGameEditions": [], - "id": "67b31999ceec0682bd487c12", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b319a5844db8a36bb01dce", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e43", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 52000 - } - } - ], - "target": "67eb506040b1947a72103e43", - "type": "Item", - "unknown": false, - "value": 52000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b319adae09ca905bafc6a3", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e45", - "_tpl": "619cbf476b8a1b37a54eebf8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e46", - "_tpl": "619cbf476b8a1b37a54eebf8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e47", - "_tpl": "619cbf476b8a1b37a54eebf8", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e47", - "type": "Item", - "unknown": false, - "value": 3 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a09636b8725511260bc421 startedMessageText", - "status": 0, - "successMessageText": "67a09636b8725511260bc421 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "67a0964e972c11a3f507731b": { - "QuestName": "Needle in a Haystack", - "_id": "67a0964e972c11a3f507731b", - "acceptPlayerMessage": "67a0964e972c11a3f507731b acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a0964e972c11a3f507731b changeQuestMessageText", - "completePlayerMessage": "67a0964e972c11a3f507731b completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67a0bd223c1e9c0036f9b791", - "target": "event_labyrinth_02_mech_place_01", - "value": 1 - } - ], - "id": "67a0bc817d2b872dfc5dfc51" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bc81fcbc1c559d09b58f", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 10, "visibilityConditions": [] }, { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "66e19f7d141be7902244a7d5", "conditions": [ { - "conditionType": "VisitPlace", + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, "dynamicLocale": false, - "id": "67a0bd2701d6f41ee0229ad7", - "target": "event_labyrinth_02_mech_place_02", - "value": 1 + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e19f8f1d7d66b23c122f91", + "resetOnSessionEnd": false, + "savageRole": [ + "followerBigPipe" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] } - ], - "id": "67a0bc83e483f6871f80bb19" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bc83182c4b0c71edd0ce", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67a0bd2e1d77b7f64c8ac7b2", - "target": "event_labyrinth_02_mech_place_03", - "value": 1 - } - ], - "id": "67a0bc84811ee2c1fd9cd778" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bc84f19d5b1120a55762", + "id": "66e19f7d534a8ff2bb7e9f89", "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, + "parentId": "66e19f359fee1e54e0e01f7c", "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, @@ -160830,27 +159004,46 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "66e19fb4a654297454722f35", "conditions": [ { - "conditionType": "VisitPlace", + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, "dynamicLocale": false, - "id": "67a0bd38870b5da984382e64", - "target": "event_labyrinth_02_mech_place_04", - "value": 1 + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e19fc3c379fbce55ede850", + "resetOnSessionEnd": false, + "savageRole": [ + "followerBirdEye" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] } - ], - "id": "67a0bc87b8bcf7f2a068bca1" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bc87c60a93d7a3f28b23", + "id": "66e19fb429e9c0617af804a8", "index": 3, - "isNecessary": false, - "isResetOnConditionFailed": false, + "parentId": "66e19f359fee1e54e0e01f7c", "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, @@ -160858,1042 +159051,553 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "66e19ff16664f28c79c3e822", "conditions": [ { - "conditionType": "VisitPlace", + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, "dynamicLocale": false, - "id": "67a0bd44d25f5d1f4b43c0c5", - "target": "event_labyrinth_02_mech_place_05", - "value": 1 + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e1a01a748ff4a9f883fae3", + "resetOnSessionEnd": false, + "savageRole": [ + "bossKnight" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] } - ], - "id": "67a0bc88cc3a821b120b8db4" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bc8848d9d2cbd274ffd9", + "id": "66e19ff1d9a36fb31bc2b96a", "index": 4, - "isNecessary": false, - "isResetOnConditionFailed": false, + "parentId": "66e19f359fee1e54e0e01f7c", "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67a0bd4acd1725adbc36c73d", - "target": "event_labyrinth_02_mech_place_06", - "value": 1 - } - ], - "id": "67a0bc8a976dac4437824a63" - }, - "doNotResetIfCounterCompleted": false, "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, "globalQuestCounterId": "", - "id": "67a0bc8ab12fe4b1baa60e4c", - "index": 5, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", "value": 1, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bc78ea1f2cdb5f329c90", + "id": "66e853e1468526dfc5446eb5", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "66e01ad15a8890455a0d9eea", "status": [ 4 ], - "target": "67a09636b8725511260bc421", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67a0964e972c11a3f507731b declinePlayerMessage", - "description": "67a0964e972c11a3f507731b description", - "failMessageText": "67a0964e972c11a3f507731b failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e407ae4b7fec9ea8061780.jpg", - "instantComplete": false, + "description": "66e01ad6835f78499f049180 description", + "failMessageText": "66e01ad6835f78499f049180 failMessageText", + "declinePlayerMessage": "66e01ad6835f78499f049180 declinePlayerMessage", + "name": "66e01ad6835f78499f049180 name", + "note": "66e01ad6835f78499f049180 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", + "type": "Elimination", "isKey": false, - "location": "any", - "name": "67a0964e972c11a3f507731b name", - "note": "67a0964e972c11a3f507731b note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66e01ad6835f78499f049180 startedMessageText", + "successMessageText": "66e01ad6835f78499f049180 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { - "availableInGameEditions": [], - "id": "67b319c686f0c20510382ce9", - "index": 0, + "value": "60400", + "id": "66e29c07cfff1e6d080a0181", "type": "Experience", - "unknown": false, - "value": 9800 + "index": 0 }, { - "availableInGameEditions": [], - "id": "67b319d6f51bf392064b15f9", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b319dec437095d76d2bfab", - "index": 0, + "value": "198000", + "id": "66e29c14971be7540907d844", + "type": "Item", + "index": 1, + "target": "66f7bc94f94179bfd31098c0", + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103ef1", + "_id": "66f7bc94f94179bfd31098c0", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 47000 + "StackObjectsCount": 198000 } } - ], - "target": "67eb506040b1947a72103ef1", - "type": "Item", - "unknown": false, - "value": 47000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b319e78c1fb7bd1d9deb04", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ef3", - "_tpl": "5d1b392c86f77425243e98fe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ef4", - "_tpl": "5d1b392c86f77425243e98fe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ef5", - "_tpl": "5d1b392c86f77425243e98fe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ef6", - "_tpl": "5d1b392c86f77425243e98fe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ef7", - "_tpl": "5d1b392c86f77425243e98fe", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ef7", - "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b319f0a870dd18fe408f58", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ef9", - "_tpl": "590a3cd386f77436f20848cb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103efa", - "_tpl": "590a3cd386f77436f20848cb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103efb", - "_tpl": "590a3cd386f77436f20848cb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103efc", - "_tpl": "590a3cd386f77436f20848cb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103efd", - "_tpl": "590a3cd386f77436f20848cb", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103efd", - "type": "Item", - "unknown": false, - "value": 5 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a0964e972c11a3f507731b startedMessageText", - "status": 0, - "successMessageText": "67a0964e972c11a3f507731b successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "67a096577e86e067eb045733": { - "QuestName": "Hidden Layer", - "_id": "67a096577e86e067eb045733", - "acceptPlayerMessage": "67a096577e86e067eb045733 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a096577e86e067eb045733 changeQuestMessageText", - "completePlayerMessage": "67a096577e86e067eb045733 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67a0bf7741184934360d0f93", - "target": "event_labyrinth_03_mech_place_01", - "value": 1 - } - ], - "id": "67a0bf714bf34f084c4d4b81" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bf7103442ae640dba835", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Completion", - "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67dbdd738e57259e5ee192ac", - "target": "event_labyrinth_03_mech_place_02", - "value": 1 - } - ], - "id": "67dbdd4df7defbfcde3cffb4" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dbdd4d6a2e4b8e002b647d", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Discover", - "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "67dc12b2c19da0bc1f6d86e8", - "target": "67a0bf7103442ae640dba835" - } ] }, { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dbdd819d8208bb2082480e", + "value": "3", + "id": "66e29c23693493cff001403c", + "type": "Item", "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "67dbdd4d6a2e4b8e002b647d", - "target": [ - "679b9716597ba2ed120c3d3f" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0bf57c4344109a9a3772e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67a0964e972c11a3f507731b", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67a096577e86e067eb045733 declinePlayerMessage", - "description": "67a096577e86e067eb045733 description", - "failMessageText": "67a096577e86e067eb045733 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e407b1bbf507ac3b068a53.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67a096577e86e067eb045733 name", - "note": "67a096577e86e067eb045733 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b31a1076aeb7b1c4666bfd", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 10300 - }, - { - "availableInGameEditions": [], - "id": "67b31a1675323f43741a64e7", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b31a24c330c711aa1dd9cb", - "index": 0, + "target": "66f7bc94f94179bfd31098c1", + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103e5f", - "_tpl": "5449016a4bdc2d6f028b456f", + "_id": "66f7bc94f94179bfd31098c1", + "_tpl": "618a431df1eb8e24b8741deb", "upd": { - "StackObjectsCount": 50000 + "StackObjectsCount": 3 } } - ], - "target": "67eb506040b1947a72103e5f", - "type": "Item", - "unknown": false, - "value": 50000 + ] }, { - "availableInGameEditions": [], + "value": "3", + "id": "66e29c2526dd821a2b0b891f", + "type": "Item", + "index": 3, + "target": "66f7bc94f94179bfd31098c2", "findInRaid": true, - "id": "67b31a3ac9b84d72176f57a9", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e60", - "_tpl": "6165ac306ef05c2ce828ef74", + "_id": "66f7bc94f94179bfd31098c2", + "_tpl": "617fd91e5539a84ec44ce155", "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "2", + "id": "66e29c3a0829cbf5e40d508f", + "type": "Item", + "index": 4, + "target": "66f7bc94f94179bfd31098c3", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd31098c3", + "_tpl": "65268d8ecb944ff1e90ea385", + "upd": { + "StackObjectsCount": 2, "FireMode": { - "FireMode": "single" + "FireMode": "fullauto" }, - "Foldable": { - "Folded": false - }, - "StackObjectsCount": 1 + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } } }, { - "_id": "67eb506040b1947a72103e61", - "_tpl": "571659bb2459771fb2755a12", - "parentId": "67eb506040b1947a72103e60", - "slotId": "mod_pistol_grip" - }, - { - "_id": "67eb506040b1947a72103e62", - "_tpl": "6183d53f1cb55961fa0fdcda", - "parentId": "67eb506040b1947a72103e60", + "_id": "66f7bc94f94179bfd31098c4", + "_tpl": "6513f0a194c72326990a3868", + "parentId": "66f7bc94f94179bfd31098c3", "slotId": "mod_magazine" }, { - "_id": "67eb506040b1947a72103e63", - "_tpl": "6165aeedfaa1272e431521e3", - "parentId": "67eb506040b1947a72103e60", - "slotId": "mod_reciever" + "_id": "66f7bc94f94179bfd31098c5", + "_tpl": "6513f1798cb24472490ee331", + "parentId": "66f7bc94f94179bfd31098c3", + "slotId": "mod_stock" }, { - "_id": "67eb506040b1947a72103e64", - "_tpl": "6183b0711cb55961fa0fdcad", - "parentId": "67eb506040b1947a72103e63", + "_id": "66f7bc94f94179bfd31098c6", + "_tpl": "6513f13a8cb24472490ee32f", + "parentId": "66f7bc94f94179bfd31098c5", + "slotId": "mod_pistolgrip" + }, + { + "_id": "66f7bc94f94179bfd31098c7", + "_tpl": "6513eff1e06849f06c0957d4", + "parentId": "66f7bc94f94179bfd31098c3", "slotId": "mod_barrel" }, { - "_id": "67eb506040b1947a72103e65", - "_tpl": "618178aa1cb55961fa0fdc80", - "parentId": "67eb506040b1947a72103e64", + "_id": "66f7bc94f94179bfd31098c8", + "_tpl": "6513f037e06849f06c0957d7", + "parentId": "66f7bc94f94179bfd31098c7", + "slotId": "mod_bipod" + }, + { + "_id": "66f7bc94f94179bfd31098c9", + "_tpl": "6513f0f5e63f29908d0ffab8", + "parentId": "66f7bc94f94179bfd31098c7", "slotId": "mod_muzzle" }, { - "_id": "67eb506040b1947a72103e66", - "_tpl": "61816fcad92c473c770215cc", - "parentId": "67eb506040b1947a72103e64", - "slotId": "mod_sight_front" + "_id": "66f7bc94f94179bfd31098ca", + "_tpl": "6513f05a94c72326990a3866", + "parentId": "66f7bc94f94179bfd31098c3", + "slotId": "mod_handguard" }, { - "_id": "67eb506040b1947a72103e67", - "_tpl": "61817865d3a39d50044c13a4", - "parentId": "67eb506040b1947a72103e63", + "_id": "66f7bc94f94179bfd31098cb", + "_tpl": "6513f153e63f29908d0ffaba", + "parentId": "66f7bc94f94179bfd31098c3", "slotId": "mod_sight_rear" - }, - { - "_id": "67eb506040b1947a72103e68", - "_tpl": "61816df1d3a39d50044c139e", - "parentId": "67eb506040b1947a72103e63", - "slotId": "mod_mount_000" - }, - { - "_id": "67eb506040b1947a72103e69", - "_tpl": "61816dfa6ef05c2ce828f1ad", - "parentId": "67eb506040b1947a72103e63", - "slotId": "mod_mount_001" - }, - { - "_id": "67eb506040b1947a72103e6a", - "_tpl": "61825d06d92c473c770215de", - "parentId": "67eb506040b1947a72103e60", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103e6b", - "_tpl": "61825d136ef05c2ce828f1cc", - "parentId": "67eb506040b1947a72103e6a", - "slotId": "mod_stock_001" - }, - { - "_id": "67eb506040b1947a72103e6c", - "_tpl": "618167616ef05c2ce828f1a8", - "parentId": "67eb506040b1947a72103e6b", - "slotId": "mod_stock" - }, - { - "_id": "67eb506040b1947a72103e6d", - "_tpl": "61825d24d3a39d50044c13af", - "parentId": "67eb506040b1947a72103e6a", - "slotId": "mod_stock_002" - }, - { - "_id": "67eb506040b1947a72103e6e", - "_tpl": "6181688c6c780c1e710c9b04", - "parentId": "67eb506040b1947a72103e60", - "slotId": "mod_charge" } - ], - "target": "67eb506040b1947a72103e60", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { - "availableInGameEditions": [], + "value": "2", + "id": "66e29c59734e223edb09d6d4", + "type": "Item", + "index": 5, + "target": "66f7bc94f94179bfd31098cc", "findInRaid": true, - "id": "67b31a50f771222e8603198e", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e70", - "_tpl": "6183d53f1cb55961fa0fdcda", + "_id": "66f7bc94f94179bfd31098cc", + "_tpl": "6513f0a194c72326990a3868", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e71", - "_tpl": "6183d53f1cb55961fa0fdcda", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e72", - "_tpl": "6183d53f1cb55961fa0fdcda", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 2 } } - ], - "target": "67eb506040b1947a72103e72", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { - "availableInGameEditions": [], + "value": "5", + "id": "66e29c6b919bad697104f4ab", + "type": "Item", + "index": 6, + "target": "66f7bc94f94179bfd31098cd", "findInRaid": true, - "id": "67b31a607334ac8501e2633b", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e75", - "_tpl": "65702558cfc010a0f5006a25", + "_id": "66f7bc94f94179bfd31098cd", + "_tpl": "64ace9f9c4eda9354b0226aa", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e76", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103e75", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103e77", - "_tpl": "65702558cfc010a0f5006a25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e78", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103e77", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103e79", - "_tpl": "65702558cfc010a0f5006a25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e7a", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103e79", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103e7b", - "_tpl": "65702558cfc010a0f5006a25", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e7c", - "_tpl": "58dd3ad986f77403051cba8f", - "parentId": "67eb506040b1947a72103e7b", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 + "StackObjectsCount": 5 } } - ], - "target": "67eb506040b1947a72103e7b", - "type": "Item", - "unknown": false, - "value": 4 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a096577e86e067eb045733 startedMessageText", - "status": 0, - "successMessageText": "67a096577e86e067eb045733 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "67a0966817e34930e500754c": { - "QuestName": "Forced Alliance", - "_id": "67a0966817e34930e500754c", - "acceptPlayerMessage": "67a0966817e34930e500754c acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a0966817e34930e500754c changeQuestMessageText", - "completePlayerMessage": "67a0966817e34930e500754c completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67e41d4e9f783e8f4b234a1b", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "679b9819a2f2dd4da9023512" - ], - "value": 1, - "visibilityConditions": [] + ] }, { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0d8f2db972857cd90d9c0", - "index": 2, - "parentId": "67e41d4e9f783e8f4b234a1b", - "status": [ - 4 - ], - "target": "67a09673972c11a3f507731d", - "visibilityConditions": [] - } - ], - "AvailableForStart": [ + "value": "10", + "id": "66e29cc1693493cff001403d", + "type": "Item", + "index": 7, + "target": "66f7bc94f94179bfd31098ce", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd31098ce", + "_tpl": "5649ed104bdc2d3d1c8b458b", + "upd": { + "StackObjectsCount": 10 + } + } + ] + }, { - "availableAfter": 5400, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67e6775eae39849f357ba6e9", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67a096577e86e067eb045733", - "visibilityConditions": [] + "value": "5", + "id": "66e29cc3919bad697104f4ac", + "type": "Item", + "index": 8, + "target": "66f7bc94f94179bfd31098cf", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd31098cf", + "_tpl": "64acea09c4eda9354b0226ad", + "upd": { + "StackObjectsCount": 5 + } + } + ] } ], "Fail": [] }, - "declinePlayerMessage": "67a0966817e34930e500754c declinePlayerMessage", - "description": "67a0966817e34930e500754c description", - "failMessageText": "67a0966817e34930e500754c failMessageText", - "gameModes": [], - "image": "/files/quest/icon/59c2742286f77475ec568d92.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67a0966817e34930e500754c name", - "note": "67a0966817e34930e500754c note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b31a83ca4258b62440b7e6", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b31a9253b12c1f58876a99", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103eec", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 36000 - } - } - ], - "target": "67eb506040b1947a72103eec", - "type": "Item", - "unknown": false, - "value": 36000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b31a9f04f16c951c45a7e2", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103eee", - "_tpl": "5bc9b355d4351e6d1509862a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eef", - "_tpl": "5bc9b355d4351e6d1509862a", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103eef", - "type": "Item", - "unknown": false, - "value": 2 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a0966817e34930e500754c startedMessageText", - "status": 0, - "successMessageText": "67a0966817e34930e500754c successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Completion" + "side": "Pmc" }, - "67a09673972c11a3f507731d": { - "QuestName": "The Tarkov Butcher", - "_id": "67a09673972c11a3f507731d", - "acceptPlayerMessage": "67a09673972c11a3f507731d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "66e01adbd3d014f3ae061c12": { + "QuestName": "Provide Cover", + "_id": "66e01adbd3d014f3ae061c12", "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a09673972c11a3f507731d changeQuestMessageText", - "completePlayerMessage": "67a09673972c11a3f507731d completePlayerMessage", + "acceptPlayerMessage": "66e01adbd3d014f3ae061c12 acceptPlayerMessage", + "changeQuestMessageText": "66e01adbd3d014f3ae061c12 changeQuestMessageText", + "completePlayerMessage": "66e01adbd3d014f3ae061c12 completePlayerMessage", "conditions": { "AvailableForFinish": [ { - "conditionType": "FindItem", - "countInRaid": false, + "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0d92a6cf4a5745d0bc94f", + "id": "66e071c8a9e80c3f25bb1bad", "index": 0, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "em_quest4_1", "target": [ - "679b98e429acd1f2f60985a3" + "66d9f7256916142b3b02276e" ], + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "LeaveItemAtLocation", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0d9b0771af75e83c19178", - "index": 1, - "isEncoded": false, + "id": "66e0735089627301d900ef1d", + "index": 2, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "plantTime": 30, + "zoneId": " em_quest4_3", "target": [ - "679b98e429acd1f2f60985a3" + "66d9f8744827a77e870ecaf1" ], + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "67a0d9c6846d0edf944120a3", - "target": "67a0d92a6cf4a5745d0bc94f" - } - ], - "zoneId": "event_labyrinth_04_therap_place_01" + "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67b45a8d160798d179856365", + "id": "66e8543dd3f56baf8f01834c", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "66e01ad6835f78499f049180", "status": [ - 2 + 4 ], - "target": "67a0966817e34930e500754c", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67a09673972c11a3f507731d declinePlayerMessage", - "description": "67a09673972c11a3f507731d description", - "failMessageText": "67a09673972c11a3f507731d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d6abf88ffa13890e3eb6.jpg", - "instantComplete": false, - "isKey": false, + "description": "66e01adbd3d014f3ae061c12 description", + "failMessageText": "66e01adbd3d014f3ae061c12 failMessageText", + "declinePlayerMessage": "66e01adbd3d014f3ae061c12 declinePlayerMessage", + "name": "66e01adbd3d014f3ae061c12 name", + "note": "66e01adbd3d014f3ae061c12 note", + "traderId": "54cb50c76803fa8b248b4571", "location": "any", - "name": "67a09673972c11a3f507731d name", - "note": "67a09673972c11a3f507731d note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", + "type": "Exploration", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66e01adbd3d014f3ae061c12 startedMessageText", + "successMessageText": "66e01adbd3d014f3ae061c12 successMessageText", "rewards": { - "Fail": [], - "Started": [], + "Started": [ + { + "value": "1", + "id": "66e29ef7734e223edb09d6d9", + "type": "Item", + "index": 0, + "target": "66f7bc94f94179bfd3109834", + "items": [ + { + "_id": "66f7bc94f94179bfd3109834", + "_tpl": "66d9f8744827a77e870ecaf1", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "66e29f88734e223edb09d6da", + "type": "Item", + "index": 1, + "target": "66f7bc94f94179bfd3109835", + "items": [ + { + "_id": "66f7bc94f94179bfd3109835", + "_tpl": "66d9f7256916142b3b02276e", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], "Success": [ { - "availableInGameEditions": [], - "id": "67b31abe61d09424188e7d9c", - "index": 0, + "value": "39800", + "id": "66e2a00b595f1160080a863c", "type": "Experience", - "unknown": false, - "value": 14700 + "index": 0 }, { - "availableInGameEditions": [], - "id": "67b31ac708c052acd49f0716", - "index": 0, - "target": "54cb57776803fa99248b456e", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b31ad17d3342c0cf4f9c18", - "index": 0, + "value": "142400", + "id": "66e2a01cdce3508f8c07f845", + "type": "Item", + "index": 1, + "target": "66f7bc94f94179bfd3109836", + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103ee1", + "_id": "66f7bc94f94179bfd3109836", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 52000 + "StackObjectsCount": 142400 } } - ], - "target": "67eb506040b1947a72103ee1", - "type": "Item", - "unknown": false, - "value": 52000 + ] }, { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67e4217a950fabf39ab6c0ee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ee3", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ee4", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ee5", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ee6", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ee7", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ee7", + "value": "1", + "id": "66e2a08c0829cbf5e40d5099", "type": "Item", - "unknown": false, - "value": 5 - }, - { - "availableInGameEditions": [], + "index": 2, + "target": "66f7bc94f94179bfd3109837", "findInRaid": true, - "id": "67dbdceebe13d2a77f358d75", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103ee9", - "_tpl": "67d3ed3271c17ff82e0a5b0b", + "_id": "66f7bc94f94179bfd3109837", + "_tpl": "651450ce0e00edc794068371", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } } + }, + { + "_id": "66f7bc94f94179bfd3109838", + "_tpl": "57c44f4f2459772d2c627113", + "parentId": "66f7bc94f94179bfd3109837", + "slotId": "mod_reciever" + }, + { + "_id": "66f7bc94f94179bfd3109839", + "_tpl": "5a9e81fba2750c00164f6b11", + "parentId": "66f7bc94f94179bfd3109837", + "slotId": "mod_magazine" + }, + { + "_id": "66f7bc94f94179bfd310983a", + "_tpl": "57c44fa82459772d2d75e415", + "parentId": "66f7bc94f94179bfd3109837", + "slotId": "mod_pistol_grip" + }, + { + "_id": "66f7bc94f94179bfd310983b", + "_tpl": "57c450252459772d28133253", + "parentId": "66f7bc94f94179bfd3109837", + "slotId": "mod_stock" + }, + { + "_id": "66f7bc94f94179bfd310983c", + "_tpl": "6565c3ab977bcc2dbb01c2e7", + "parentId": "66f7bc94f94179bfd3109837", + "slotId": "mod_handguard" + }, + { + "_id": "66f7bc94f94179bfd310983d", + "_tpl": "6565c0c2ff7eb7070409084c", + "parentId": "66f7bc94f94179bfd3109837", + "slotId": "mod_foregrip" } - ], - "target": "67eb506040b1947a72103ee9", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { - "availableInGameEditions": [], - "id": "67b8805787e38f20199f7cc8", - "index": 0, + "value": "3", + "id": "66e2a097e20d8fffdb07967d", + "type": "Item", + "index": 3, + "target": "66f7bc94f94179bfd310983e", + "findInRaid": true, "items": [ { - "_id": "67eb506040b1947a72103eea", - "_tpl": "679b9819a2f2dd4da9023512" + "_id": "66f7bc94f94179bfd310983e", + "_tpl": "65118f531b90b4fc77015083", + "upd": { + "StackObjectsCount": 3 + } } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72103eea", - "traderId": "54cb57776803fa99248b456e", - "type": "AssortmentUnlock", - "unknown": false + ] + }, + { + "value": "6", + "id": "66e2a0ac919bad697104f4af", + "type": "Item", + "index": 4, + "target": "66f7bc94f94179bfd310983f", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd310983f", + "_tpl": "657025dabfc87b3a34093256", + "upd": { + "StackObjectsCount": 6 + } + } + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a09673972c11a3f507731d startedMessageText", - "status": 0, - "successMessageText": "67a09673972c11a3f507731d successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "PickUp" + "side": "Pmc" }, - "67a0967c003a9986cb0f5ac1": { - "QuestName": "Sensory Analysis - Part 1", - "_id": "67a0967c003a9986cb0f5ac1", - "acceptPlayerMessage": "67a0967c003a9986cb0f5ac1 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "66e01ae0c391e4c94903d220": { + "QuestName": "Cream of the Crop", + "_id": "66e01ae0c391e4c94903d220", "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a0967c003a9986cb0f5ac1 changeQuestMessageText", - "completePlayerMessage": "67a0967c003a9986cb0f5ac1 completePlayerMessage", + "acceptPlayerMessage": "66e01ae0c391e4c94903d220 acceptPlayerMessage", + "changeQuestMessageText": "66e01ae0c391e4c94903d220 changeQuestMessageText", + "completePlayerMessage": "66e01ae0c391e4c94903d220 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dc3861d5c0070b960c1bba", + "id": "66e0864adb7c624eb1ebfc85", "index": 0, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, "target": [ - "5d1b376e86f774252519444e" + "66d9f7e7099cf6adcc07a369" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, @@ -161901,2520 +159605,2697 @@ "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "66e2c832eae46e355ecf36fa", "conditions": [ { - "conditionType": "Location", + "conditionType": "ExitStatus", "dynamicLocale": false, - "id": "67dc394bfe8e6616da423154", - "target": [ - "TarkovStreets", - "Woods" + "id": "66e2cbdcfa112f441c9f0e49", + "status": [ + "Transit" ] }, { - "compareMethod": ">=", - "conditionType": "Time", + "conditionType": "Location", "dynamicLocale": false, - "id": "67dc3951e32d3b1c109b959b", - "value": 1 + "id": "66e2cbeff6c9be459854f6fa", + "target": [ + "Shoreline" + ] } - ], - "id": "67dc393c748dcea8ec1fba68" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dc393c6089aa48050efa02", - "index": 2, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, + "id": "66e2c832596e2895181e1bd4", + "index": 1, "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { "conditionType": "CompleteCondition", - "id": "67dc396ff82d684e1eb957f9", - "target": "67dc3861d5c0070b960c1bba" + "id": "66e2db40ec3f405d2476e703", + "target": "66e0864adb7c624eb1ebfc85" } ] }, { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dc294d681db91b2fa3b279", + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "66e086a04a164106f15e5f3f", "index": 3, + "maxDurability": 100, + "minDurability": 0, "parentId": "", - "status": [ - 4 + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 30, + "zoneId": "em_quest5_1", + "target": [ + "66d9f7e7099cf6adcc07a369" ], - "target": "67a096ed77dd677f600804ba", + "globalQuestCounterId": "", + "value": 1, "visibilityConditions": [ { "conditionType": "CompleteCondition", - "id": "67dd233b941f281d500e05d5", - "target": "67dc3861d5c0070b960c1bba" + "id": "66e2db70f6894694f177a703", + "target": "66e2c832596e2895181e1bd4" } ] } ], "AvailableForStart": [ { - "availableAfter": 1800, "conditionType": "Quest", - "dispersion": 300, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67b459dfd97af94f23e19988", + "id": "66e855ba19f11898fefabb34", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "66e01adbd3d014f3ae061c12", "status": [ 4 ], - "target": "67a096577e86e067eb045733", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67a0967c003a9986cb0f5ac1 declinePlayerMessage", - "description": "67a0967c003a9986cb0f5ac1 description", - "failMessageText": "67a0967c003a9986cb0f5ac1 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, + "description": "66e01ae0c391e4c94903d220 description", + "failMessageText": "66e01ae0c391e4c94903d220 failMessageText", + "declinePlayerMessage": "66e01ae0c391e4c94903d220 declinePlayerMessage", + "name": "66e01ae0c391e4c94903d220 name", + "note": "66e01ae0c391e4c94903d220 note", + "traderId": "54cb50c76803fa8b248b4571", "location": "any", - "name": "67a0967c003a9986cb0f5ac1 name", - "note": "67a0967c003a9986cb0f5ac1 note", - "progressSource": "eft", - "rankingModes": [], + "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", + "type": "Exploration", + "isKey": false, "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66e01ae0c391e4c94903d220 startedMessageText", + "successMessageText": "66e01ae0c391e4c94903d220 successMessageText", "rewards": { - "Fail": [], - "Started": [ + "Started": [], + "Success": [ { - "availableInGameEditions": [], + "value": "52600", + "id": "66e2a162e20d8fffdb07967f", + "type": "Experience", + "index": 0 + }, + { + "value": "194000", + "id": "66e2a3560fd1c0c1d50d45a3", + "type": "Item", + "index": 1, + "target": "66f7bc94f94179bfd31098e2", "findInRaid": true, - "id": "67b31f7062d790401e633dc8", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e04", + "_id": "66f7bc94f94179bfd31098e2", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 194000 + } + } + ] + }, + { + "value": "3", + "id": "66e2a3590829cbf5e40d509b", + "type": "Item", + "index": 2, + "target": "66f7bc94f94179bfd31098e3", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd31098e3", + "_tpl": "66d98233302686954b0c6f81", + "upd": { + "StackObjectsCount": 3 + } + } + ] + }, + { + "value": "3", + "id": "66e2a39a971be7540907d84b", + "type": "Item", + "index": 3, + "target": "66f7bc94f94179bfd31098e4", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd31098e4", "_tpl": "5d1b376e86f774252519444e", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 3 } } - ], - "target": "67eb506040b1947a72103e04", + ] + }, + { + "value": "5", + "id": "66e2a39ee9f28213e00a9c0b", "type": "Item", - "unknown": false, - "value": 1 + "index": 4, + "target": "66f7bc94f94179bfd31098e5", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd31098e5", + "_tpl": "62a09f32621468534a797acb", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "id": "66e2acbbe9f28213e00a9c12", + "type": "Achievement", + "index": 5, + "target": "66e2a7e5919bad697104f4b3" } ], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b31f80babd5b4b6ce92414", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 20300 - }, - { - "availableInGameEditions": [], - "id": "67b31f966113cdf879d45370", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b31fac0fc97528529376d8", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e06", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 112000 - } - } - ], - "target": "67eb506040b1947a72103e06", - "type": "Item", - "unknown": false, - "value": 112000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b31fb81ca0fe9989715306", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e08", - "_tpl": "66b5f68de98be930d701c00e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e09", - "_tpl": "66b5f68de98be930d701c00e", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e09", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b31fc2ebe5d98d2bc6ed01", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e12", - "_tpl": "628dc750b910320f4c27a732", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e13", - "_tpl": "6572f1ca4c8d903cc60c874e", - "parentId": "67eb506040b1947a72103e12", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e14", - "_tpl": "6572f1d60103b4a3270332db", - "parentId": "67eb506040b1947a72103e12", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e15", - "_tpl": "6572f1e10103b4a3270332df", - "parentId": "67eb506040b1947a72103e12", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e16", - "_tpl": "6572f1edea457732140ce875", - "parentId": "67eb506040b1947a72103e12", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e17", - "_tpl": "6572f1f7ea457732140ce879", - "parentId": "67eb506040b1947a72103e12", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e18", - "_tpl": "656fa25e94b480b8a500c0e0", - "parentId": "67eb506040b1947a72103e12", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e19", - "_tpl": "656fa25e94b480b8a500c0e0", - "parentId": "67eb506040b1947a72103e12", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e1a", - "_tpl": "628dc750b910320f4c27a732", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e1b", - "_tpl": "6572f1ca4c8d903cc60c874e", - "parentId": "67eb506040b1947a72103e1a", - "slotId": "Soft_armor_front", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e1c", - "_tpl": "6572f1d60103b4a3270332db", - "parentId": "67eb506040b1947a72103e1a", - "slotId": "Soft_armor_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e1d", - "_tpl": "6572f1e10103b4a3270332df", - "parentId": "67eb506040b1947a72103e1a", - "slotId": "Soft_armor_left", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e1e", - "_tpl": "6572f1edea457732140ce875", - "parentId": "67eb506040b1947a72103e1a", - "slotId": "soft_armor_right", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e1f", - "_tpl": "6572f1f7ea457732140ce879", - "parentId": "67eb506040b1947a72103e1a", - "slotId": "Groin", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e20", - "_tpl": "656fa25e94b480b8a500c0e0", - "parentId": "67eb506040b1947a72103e1a", - "slotId": "Front_plate", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e21", - "_tpl": "656fa25e94b480b8a500c0e0", - "parentId": "67eb506040b1947a72103e1a", - "slotId": "Back_plate", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103e1a", - "type": "Item", - "unknown": false, - "value": 2 - } - ] + "Fail": [] }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a0967c003a9986cb0f5ac1 startedMessageText", - "status": 0, - "successMessageText": "67a0967c003a9986cb0f5ac1 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" + "side": "Pmc" }, - "67a096ed77dd677f600804ba": { - "QuestName": "Sensory Analysis - Part 2", - "_id": "67a096ed77dd677f600804ba", - "acceptPlayerMessage": "67a096ed77dd677f600804ba acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "66e01c4c475acf7e0102d296": { + "QuestName": "Before the Rain", + "_id": "66e01c4c475acf7e0102d296", "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a096ed77dd677f600804ba changeQuestMessageText", - "completePlayerMessage": "67a096ed77dd677f600804ba completePlayerMessage", + "acceptPlayerMessage": "66e01c4c475acf7e0102d296 acceptPlayerMessage", + "changeQuestMessageText": "66e01c4c475acf7e0102d296 changeQuestMessageText", + "completePlayerMessage": "66e01c4c475acf7e0102d296 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0da26a3b8d254347b8634", + "id": "66e079a0fdf3ab1d92995bdf", "index": 0, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", - "target": [ - "5d1b376e86f774252519444e" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dbde81b2fe05da39b24331", - "index": 0, - "parentId": "", - "status": [ - 2 - ], - "target": "67a0967c003a9986cb0f5ac1", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67a096ed77dd677f600804ba declinePlayerMessage", - "description": "67a096ed77dd677f600804ba description", - "failMessageText": "67a096ed77dd677f600804ba failMessageText", - "gameModes": [], - "image": "/files/quest/icon/675b0854eaef91cffa0f04fe.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67a096ed77dd677f600804ba name", - "note": "67a096ed77dd677f600804ba note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b3209e71488f4b980a459b", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 6800 - }, - { - "availableInGameEditions": [], - "id": "67b320aaa1e6c15672a4d524", - "index": 0, - "target": "656f0f98d80a697f855d34b1", - "type": "TraderStanding", - "unknown": false, - "value": 0.01 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b320b4d7ed832523b86c4b", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103f04", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 32000 - } - } - ], - "target": "67eb506040b1947a72103f04", - "type": "Item", - "unknown": false, - "value": 32000 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a096ed77dd677f600804ba startedMessageText", - "status": 0, - "successMessageText": "67a096ed77dd677f600804ba successMessageText", - "traderId": "656f0f98d80a697f855d34b1", - "type": "PickUp" - }, - "67a096f605d1611ed90be75a": { - "QuestName": "Hot Zone", - "_id": "67a096f605d1611ed90be75a", - "acceptPlayerMessage": "67a096f605d1611ed90be75a acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a096f605d1611ed90be75a changeQuestMessageText", - "completePlayerMessage": "67a096f605d1611ed90be75a completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67b880086630950141bf71ee", - "index": 0, "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 5, - "target": [ - "64be7095047e826eae02b0c1" - ], - "value": 12, - "visibilityConditions": [], - "zoneId": "event_labyrinth_04_ragman_place_01" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67b88020f3c5f1e3e6eb1f83", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 5, - "target": [ - "656efd66034e8e01c407f35c", - "656f603f94b480b8a500c0d6", - "656f9fa0498d1b7e3e071d98", - "656fa0fb498d1b7e3e071d9c", - "656fa25e94b480b8a500c0e0", - "656fad8c498d1b7e3e071da0", - "656fb0bd7c2d57afe200c0dc", - "656fb21fa0dce000a2020f7c", - "657b22485f444d6dff0c6c2f" - ], - "value": 12, - "visibilityConditions": [], - "zoneId": "event_labyrinth_04_ragman_place_02" - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dc357ad0efec656c7ff3b4", - "index": 1, - "parentId": "", - "status": [ - 4 - ], - "target": "67a0967c003a9986cb0f5ac1", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67a096f605d1611ed90be75a declinePlayerMessage", - "description": "67a096f605d1611ed90be75a description", - "failMessageText": "67a096f605d1611ed90be75a failMessageText", - "gameModes": [], - "image": "/files/quest/icon/5ae4a74386f7744748710d72.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67a096f605d1611ed90be75a name", - "note": "67a096f605d1611ed90be75a note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b87f143f0f8e197b68a9ee", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e7e", - "_tpl": "64be7095047e826eae02b0c1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e7f", - "_tpl": "64be7095047e826eae02b0c1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e80", - "_tpl": "64be7095047e826eae02b0c1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e81", - "_tpl": "64be7095047e826eae02b0c1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e82", - "_tpl": "64be7095047e826eae02b0c1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e83", - "_tpl": "64be7095047e826eae02b0c1", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e83", - "type": "Item", - "unknown": false, - "value": 6 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67df9f14cb0f5f2882237a89", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e85", - "_tpl": "656fad8c498d1b7e3e071da0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e86", - "_tpl": "656fad8c498d1b7e3e071da0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e87", - "_tpl": "656fad8c498d1b7e3e071da0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e88", - "_tpl": "656fad8c498d1b7e3e071da0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e89", - "_tpl": "656fad8c498d1b7e3e071da0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e8a", - "_tpl": "656fad8c498d1b7e3e071da0", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e8a", - "type": "Item", - "unknown": false, - "value": 6 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b87ea1abdcfb69ec540069", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 29400 - }, - { - "availableInGameEditions": [], - "id": "67b87eaef70140a3dce9d11e", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b87ed7c3a09db0eb37a833", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e8c", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 169000 - } - } - ], - "target": "67eb506040b1947a72103e8c", - "type": "Item", - "unknown": false, - "value": 169000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67e421eaaeccb9171ee5a377", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e8e", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e8f", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e90", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e90", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b87ee33f0121101769f123", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e95", - "_tpl": "5ca20ee186f774799474abc2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e96", - "_tpl": "657bbe73a1c61ee0c303632b", - "parentId": "67eb506040b1947a72103e95", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e97", - "_tpl": "657bbed0aab96fccee08be96", - "parentId": "67eb506040b1947a72103e95", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e98", - "_tpl": "657bbefeb30eca9763051189", - "parentId": "67eb506040b1947a72103e95", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e99", - "_tpl": "5ca20ee186f774799474abc2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e9a", - "_tpl": "657bbe73a1c61ee0c303632b", - "parentId": "67eb506040b1947a72103e99", - "slotId": "Helmet_top", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e9b", - "_tpl": "657bbed0aab96fccee08be96", - "parentId": "67eb506040b1947a72103e99", - "slotId": "Helmet_back", - "upd": { - "SpawnedInSession": true - } - }, - { - "_id": "67eb506040b1947a72103e9c", - "_tpl": "657bbefeb30eca9763051189", - "parentId": "67eb506040b1947a72103e99", - "slotId": "Helmet_ears", - "upd": { - "SpawnedInSession": true - } - } - ], - "target": "67eb506040b1947a72103e99", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b87f033ca773eeb90ff736", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e9e", - "_tpl": "5ca2113f86f7740b2547e1d2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e9f", - "_tpl": "5ca2113f86f7740b2547e1d2", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e9f", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "id": "67b8803eee0ed1b5df662c76", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ea0", - "_tpl": "679b9819a2f2dd4da9023512" - } - ], - "loyaltyLevel": 1, - "target": "67eb506040b1947a72103ea0", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "AssortmentUnlock", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a096f605d1611ed90be75a startedMessageText", - "status": 0, - "successMessageText": "67a096f605d1611ed90be75a successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "PickUp" - }, - "67a0970744893b9f3f0d9b68": { - "QuestName": "Offensive Reconnaissance", - "_id": "67a0970744893b9f3f0d9b68", - "acceptPlayerMessage": "67a0970744893b9f3f0d9b68 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a0970744893b9f3f0d9b68 changeQuestMessageText", - "completePlayerMessage": "67a0970744893b9f3f0d9b68 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67dbe1030a44b50c67fa2868", - "target": "event_labyrinth_05_mech_place_01", - "value": 1 - } - ], - "id": "67dbe0f531e892ab3905f30e" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dbe0f532ff08bfa13237a8", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0dc94a4d798e79853f2eb", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "67dbe0f532ff08bfa13237a8", - "target": [ - "679b9819a2f2dd4da9023512" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67e41d1f936ebf353ae78ed6", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67a0966817e34930e500754c", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67a0970744893b9f3f0d9b68 declinePlayerMessage", - "description": "67a0970744893b9f3f0d9b68 description", - "failMessageText": "67a0970744893b9f3f0d9b68 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d474aa9c9449d10fd198.jpg", - "instantComplete": false, - "isKey": false, - "location": "any", - "name": "67a0970744893b9f3f0d9b68 name", - "note": "67a0970744893b9f3f0d9b68 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b3342eeb55258aaf647a32", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 4500 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a0970744893b9f3f0d9b68 startedMessageText", - "status": 0, - "successMessageText": "67a0970744893b9f3f0d9b68 successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "Exploration" - }, - "67a0970f05d1611ed90be75d": { - "QuestName": "Hypotheses Testing", - "_id": "67a0970f05d1611ed90be75d", - "acceptPlayerMessage": "67a0970f05d1611ed90be75d acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a0970f05d1611ed90be75d changeQuestMessageText", - "completePlayerMessage": "67a0970f05d1611ed90be75d completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "conditionType": "VisitPlace", - "dynamicLocale": false, - "id": "67dbe177f8a9cd256822b013", - "target": "event_labyrinth_06_mech_place_01", - "value": 1 - } - ], - "id": "67dbe16e209c3fbfa72de9e3" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67dbe16ece16a02860ed9d33", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Exploration", - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0dcf4ff6f74931359b9f9", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, "onlyFoundInRaid": true, - "parentId": "", + "dynamicLocale": false, "target": [ - "679b992329acd1f2f60985a5" + "66d9f7256916142b3b02276e" ], + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "66e079f0f08b6243434eb622", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": true, + "dynamicLocale": false, + "target": [ + "66d9f8744827a77e870ecaf1" + ], + "globalQuestCounterId": "", + "value": 15, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66e85582cc6d4afc93705388", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66e01ae0c391e4c94903d220", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66e01c4c475acf7e0102d296 description", + "failMessageText": "66e01c4c475acf7e0102d296 failMessageText", + "declinePlayerMessage": "66e01c4c475acf7e0102d296 declinePlayerMessage", + "name": "66e01c4c475acf7e0102d296 name", + "note": "66e01c4c475acf7e0102d296 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "any", + "image": "/files/quest/icon/66eaf150daf127599c0c1a2f.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66e01c4c475acf7e0102d296 startedMessageText", + "successMessageText": "66e01c4c475acf7e0102d296 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "108600", + "id": "66e2a426e9f28213e00a9c0c", + "type": "Experience", + "index": 0 + }, + { + "value": "207000", + "id": "66e2a433ddcd903d7b02b6c8", + "type": "Item", + "index": 1, + "target": "66f7bc94f94179bfd3109840", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd3109840", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 207000 + } + } + ] + }, + { + "value": "5", + "id": "66e2a43c0fd1c0c1d50d45a4", + "type": "Item", + "index": 2, + "target": "66f7bc94f94179bfd3109841", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd3109841", + "_tpl": "66d98233302686954b0c6f81", + "upd": { + "StackObjectsCount": 5 + } + } + ] + }, + { + "value": "2", + "id": "66e2a463cfff1e6d080a0184", + "type": "Item", + "index": 3, + "target": "66f7bc94f94179bfd3109842", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd3109842", + "_tpl": "545cdb794bdc2d3a198b456a", + "upd": { + "StackObjectsCount": 2 + } + }, + { + "_id": "66f7bc94f94179bfd3109843", + "_tpl": "6575ce3716c2762fba0057fd", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Soft_armor_front" + }, + { + "_id": "66f7bc94f94179bfd3109844", + "_tpl": "6575ce45dc9932aed601c616", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Soft_armor_back" + }, + { + "_id": "66f7bc94f94179bfd3109845", + "_tpl": "6575ce5016c2762fba005802", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Soft_armor_left" + }, + { + "_id": "66f7bc94f94179bfd3109846", + "_tpl": "6575ce5befc786cd9101a671", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "soft_armor_right" + }, + { + "_id": "66f7bc94f94179bfd3109847", + "_tpl": "6575ce6f16c2762fba005806", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Collar" + }, + { + "_id": "66f7bc94f94179bfd3109848", + "_tpl": "6575ce9db15fef3dd4051628", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Shoulder_l" + }, + { + "_id": "66f7bc94f94179bfd3109849", + "_tpl": "6575cea8b15fef3dd405162c", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Shoulder_r" + }, + { + "_id": "66f7bc94f94179bfd310984a", + "_tpl": "6575ce8bdc9932aed601c61e", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Groin" + }, + { + "_id": "66f7bc94f94179bfd310984b", + "_tpl": "64afc71497cf3a403c01ff38", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Front_plate" + }, + { + "_id": "66f7bc94f94179bfd310984c", + "_tpl": "64afc71497cf3a403c01ff38", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Back_plate" + }, + { + "_id": "66f7bc94f94179bfd310984d", + "_tpl": "64afd81707e2cf40e903a316", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Left_side_plate" + }, + { + "_id": "66f7bc94f94179bfd310984e", + "_tpl": "64afd81707e2cf40e903a316", + "parentId": "66f7bc94f94179bfd3109842", + "slotId": "Right_side_plate" + } + ] + }, + { + "value": "2", + "id": "66e2a473734e223edb09d6dc", + "type": "Item", + "index": 4, + "target": "66f7bc94f94179bfd310984f", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd310984f", + "_tpl": "5ca20ee186f774799474abc2", + "upd": { + "StackObjectsCount": 2 + } + }, + { + "_id": "66f7bc94f94179bfd3109850", + "_tpl": "657bbe73a1c61ee0c303632b", + "parentId": "66f7bc94f94179bfd310984f", + "slotId": "Helmet_top" + }, + { + "_id": "66f7bc94f94179bfd3109851", + "_tpl": "657bbed0aab96fccee08be96", + "parentId": "66f7bc94f94179bfd310984f", + "slotId": "Helmet_back" + }, + { + "_id": "66f7bc94f94179bfd3109852", + "_tpl": "657bbefeb30eca9763051189", + "parentId": "66f7bc94f94179bfd310984f", + "slotId": "Helmet_ears" + } + ] + }, + { + "value": "2", + "id": "66e2a480752a0eeb480fb5a8", + "type": "Item", + "index": 5, + "target": "66f7bc94f94179bfd3109853", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd3109853", + "_tpl": "5ca2113f86f7740b2547e1d2", + "upd": { + "StackObjectsCount": 2 + } + } + ] + }, + { + "value": "1", + "id": "66e2a490595f1160080a863f", + "type": "Item", + "index": 6, + "target": "66f7bc94f94179bfd3109854", + "findInRaid": true, + "items": [ + { + "_id": "66f7bc94f94179bfd3109854", + "_tpl": "64ca3d3954fc657e230529cc", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "66f7bc94f94179bfd3109855", + "_tpl": "64cbad529f7cf7f75c077fd5", + "parentId": "66f7bc94f94179bfd3109854", + "slotId": "mod_pistolgrip" + }, + { + "_id": "66f7bc94f94179bfd3109856", + "_tpl": "64639a9aab86f8fd4300146c", + "parentId": "66f7bc94f94179bfd3109854", + "slotId": "mod_barrel" + }, + { + "_id": "66f7bc94f94179bfd3109857", + "_tpl": "646372518610c40fc20204e8", + "parentId": "66f7bc94f94179bfd3109854", + "slotId": "mod_magazine" + }, + { + "_id": "66f7bc94f94179bfd3109858", + "_tpl": "6492d7847363b8a52206bc52", + "parentId": "66f7bc94f94179bfd3109854", + "slotId": "mod_stock" + }, + { + "_id": "66f7bc94f94179bfd3109859", + "_tpl": "5649ade84bdc2d1b2b8b4587", + "parentId": "66f7bc94f94179bfd3109858", + "slotId": "mod_pistolgrip_000" + }, + { + "_id": "66f7bc94f94179bfd310985a", + "_tpl": "6492fb8253acae0af00a29b6", + "parentId": "66f7bc94f94179bfd3109854", + "slotId": "mod_sight_rear" + }, + { + "_id": "66f7bc94f94179bfd310985b", + "_tpl": "6491c6f6ef312a876705191b", + "parentId": "66f7bc94f94179bfd3109854", + "slotId": "mod_handguard" + }, + { + "_id": "66f7bc94f94179bfd310985c", + "_tpl": "5c1cd46f2e22164bef5cfedb", + "parentId": "66f7bc94f94179bfd310985b", + "slotId": "mod_foregrip" + }, + { + "_id": "66f7bc94f94179bfd310985d", + "_tpl": "6492c8bba6e68e06fb0bae87", + "parentId": "66f7bc94f94179bfd310985b", + "slotId": "mod_mount" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "66e3e2ee2136472d220bcb36": { + "QuestName": "Night of The Cult", + "_id": "66e3e2ee2136472d220bcb36", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "66e3e2ee2136472d220bcb36 acceptPlayerMessage", + "changeQuestMessageText": "66e3e2ee2136472d220bcb36 changeQuestMessageText", + "completePlayerMessage": "66e3e2ee2136472d220bcb36 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66e3e7807d9c6da9f260d139", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e3e79c1c35e9f3b69911a9", + "resetOnSessionEnd": false, + "savageRole": [ + "sectantWarrior", + "sectantPriest", + "sectantPrizrak", + "sectantPredvestnik", + "sectantOni" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66e3e780e4dbb01803c493f4", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 5, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0dccc99ab8c7f8a0f479e", + "id": "66ec0a73d046a11358f0d5fe", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", "status": [ + 2, 4 ], - "target": "67a0970744893b9f3f0d9b68", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67a0970f05d1611ed90be75d declinePlayerMessage", - "description": "67a0970f05d1611ed90be75d description", - "failMessageText": "67a0970f05d1611ed90be75d failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d477ab7770f72902761c.jpg", - "instantComplete": false, + "description": "66e3e2ee2136472d220bcb36 description", + "failMessageText": "66e3e2ee2136472d220bcb36 failMessageText", + "declinePlayerMessage": "66e3e2ee2136472d220bcb36 declinePlayerMessage", + "name": "66e3e2ee2136472d220bcb36 name", + "note": "66e3e2ee2136472d220bcb36 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/66f28fb1f1d8b06f0d0da035.png", + "type": "Elimination", "isKey": false, - "location": "6733700029c367a3d40b02af", - "name": "67a0970f05d1611ed90be75d name", - "note": "67a0970f05d1611ed90be75d note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, - "rewards": { - "Fail": [], - "Started": [ - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67dbe19bf3f4cb01b7685ca5", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103de0", - "_tpl": "679b9819a2f2dd4da9023512", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103de0", - "type": "Item", - "unknown": false, - "value": 1 - } - ], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b33444fc24e6ce25d51963", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 15900 - }, - { - "availableInGameEditions": [], - "id": "67b334574d0c378f11cbb24c", - "index": 0, - "target": "5a7c2eca46aef81a7ca2145d", - "type": "TraderStanding", - "unknown": false, - "value": 0.02 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b33460db45c1fad035ec8c", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103de2", - "_tpl": "5449016a4bdc2d6f028b456f", - "upd": { - "StackObjectsCount": 82000 - } - } - ], - "target": "67eb506040b1947a72103de2", - "type": "Item", - "unknown": false, - "value": 82000 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b3346a52a36af00e8f15ba", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103de4", - "_tpl": "59e35de086f7741778269d84", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103de5", - "_tpl": "59e35de086f7741778269d84", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103de6", - "_tpl": "59e35de086f7741778269d84", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103de6", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b334736a15268d01bd02ac", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103de8", - "_tpl": "62a0a0bb621468534a797ad5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103de9", - "_tpl": "62a0a0bb621468534a797ad5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dea", - "_tpl": "62a0a0bb621468534a797ad5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103dea", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b3347c7eb9cb31b19fe073", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103dec", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ded", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103dee", - "_tpl": "5d0378d486f77420421a5ff4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103dee", - "type": "Item", - "unknown": false, - "value": 3 - }, - { - "availableInGameEditions": [], - "id": "67b3348acb6b2b66fd8d8069", - "index": 0, - "target": "67a0e57117e34930e50075f3", - "type": "Achievement", - "unknown": false - } - ] - }, + "instantComplete": false, "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a0970f05d1611ed90be75d startedMessageText", - "status": 0, - "successMessageText": "67a0970f05d1611ed90be75d successMessageText", - "traderId": "5a7c2eca46aef81a7ca2145d", - "type": "PickUp" - }, - "67a09724972c11a3f5077324": { - "QuestName": "Confidential Info", - "_id": "67a09724972c11a3f5077324", - "acceptPlayerMessage": "67a09724972c11a3f5077324 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a09724972c11a3f5077324 changeQuestMessageText", - "completePlayerMessage": "67a09724972c11a3f5077324 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "FindItem", - "countInRaid": false, - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0dd7a2519959b187db47f", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "679b9aa490622daf9708da73" - ], - "value": 1, - "visibilityConditions": [] - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0de2750fdff39d267ea16", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "66dae7cbeb28f0f96809f325", - "5e340dcdcb6d5863cc5e5efb", - "5e32f56fcb6d5863cc5e5ee4", - "58d3db5386f77426186285a0", - "5710c24ad2720bc3458b45a3", - "5448be9a4bdc2dfd2f8b456a" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "event_labyrinth_07_peacekeep_place_01" - }, - { - "conditionType": "HandoverItem", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0dda1370e2f877a6c8531", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "target": [ - "679b9aa490622daf9708da73" - ], - "value": 1, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0dd5faf72be445b19874e", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67a0970744893b9f3f0d9b68", - "visibilityConditions": [] - } - ], - "Fail": [] - }, - "declinePlayerMessage": "67a09724972c11a3f5077324 declinePlayerMessage", - "description": "67a09724972c11a3f5077324 description", - "failMessageText": "67a09724972c11a3f5077324 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d47ab844364504003c4e.jpg", - "instantComplete": false, - "isKey": false, - "location": "6733700029c367a3d40b02af", - "name": "67a09724972c11a3f5077324 name", - "note": "67a09724972c11a3f5077324 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, + "startedMessageText": "66e3e2ee2136472d220bcb36 startedMessageText", + "successMessageText": "66e3e2ee2136472d220bcb36 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { - "availableInGameEditions": [], - "id": "67b334a17a63b4c10037ef9b", - "index": 0, + "value": "12500", + "id": "66e44bd2f5c0a157fc0e5594", "type": "Experience", - "unknown": false, - "value": 17600 + "index": 0 }, { - "availableInGameEditions": [], - "id": "67b334ae28790c14e21c1e97", - "index": 0, - "target": "5935c25fb3acc3127c3d8cd9", + "value": "0.02", + "id": "66e44bf48a4bd32fe20dace6", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 1, + "target": "5c0647fdd443bc2504c2d371" }, { - "availableInGameEditions": [], + "value": "50000", + "id": "66e44c33eeabdac8610613ab", + "type": "Item", + "index": 2, + "target": "670d56aca64d91ae3205f69e", "findInRaid": false, - "id": "67b334b5d4676e284bc107b0", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103f06", - "_tpl": "5696686a4bdc2da3298b456a", + "_id": "670d56aca64d91ae3205f69e", + "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 1600 + "StackObjectsCount": 50000 } } - ], - "target": "67eb506040b1947a72103f06", - "type": "Item", - "unknown": false, - "value": 1600 + ] }, { - "availableInGameEditions": [], + "value": "1", + "id": "66e44ba6eeabdac8610613a9", + "type": "Item", + "index": 3, + "target": "670d56aca64d91ae3205f69f", "findInRaid": true, - "id": "67b334d70bb487be96a6eaac", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103f08", - "_tpl": "5c05300686f7746dce784e5d", + "_id": "670d56aca64d91ae3205f69f", + "_tpl": "656fa8d700d62bcd2e024084", "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } } - ], - "target": "67eb506040b1947a72103f08", - "type": "Item", - "unknown": false, - "value": 1 + ] }, { - "availableInGameEditions": [], + "value": "1", + "id": "66e44bc2f5c0a157fc0e5593", + "type": "Item", + "index": 4, + "target": "670d56aca64d91ae3205f6a0", "findInRaid": true, - "id": "67b334c1f3276957af19c943", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103f0a", - "_tpl": "590c392f86f77444754deb29", + "_id": "670d56aca64d91ae3205f6a0", + "_tpl": "656fa99800d62bcd2e024088", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103f0b", - "_tpl": "590c392f86f77444754deb29", - "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } } - ], - "target": "67eb506040b1947a72103f0b", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { - "availableInGameEditions": [], + "value": "1", + "id": "66e44c6cf5c0a157fc0e559a", + "type": "Item", + "index": 5, + "target": "670d56aca64d91ae3205f6a1", "findInRaid": true, - "id": "67b334cb5afedfde5efe894f", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103f0d", - "_tpl": "590c37d286f77443be3d7827", + "_id": "670d56aca64d91ae3205f6a1", + "_tpl": "5c0558060db834001b735271", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103f0e", - "_tpl": "590c37d286f77443be3d7827", - "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } } - ], - "target": "67eb506040b1947a72103f0e", - "type": "Item", - "unknown": false, - "value": 2 + ] }, { - "availableInGameEditions": [], + "value": "1", + "id": "66e44c868a4bd32fe20dacea", + "type": "Item", + "index": 6, + "target": "670d56aca64d91ae3205f6a2", "findInRaid": true, - "id": "67e163bcadf98db6ec742b22", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103f10", - "_tpl": "679b946f90622daf9708da6d", + "_id": "670d56aca64d91ae3205f6a2", + "_tpl": "5780cf7f2459777de4559322", "upd": { - "SpawnedInSession": true, "StackObjectsCount": 1 } } - ], - "target": "67eb506040b1947a72103f10", - "type": "Item", - "unknown": true, - "value": 1 + ] } - ] + ], + "Fail": [] }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a09724972c11a3f5077324 startedMessageText", - "status": 0, - "successMessageText": "67a09724972c11a3f5077324 successMessageText", - "traderId": "5935c25fb3acc3127c3d8cd9", - "type": "PickUp" + "side": "Pmc" }, - "67a0972e77dd677f600804bd": { - "QuestName": "This Tape Sucks", - "_id": "67a0972e77dd677f600804bd", - "acceptPlayerMessage": "67a0972e77dd677f600804bd acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "66e3e2fcb26de0e0790d3fe6": { + "QuestName": "The Graven Image", + "_id": "66e3e2fcb26de0e0790d3fe6", "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a0972e77dd677f600804bd changeQuestMessageText", - "completePlayerMessage": "67a0972e77dd677f600804bd completePlayerMessage", + "acceptPlayerMessage": "66e3e2fcb26de0e0790d3fe6 acceptPlayerMessage", + "changeQuestMessageText": "66e3e2fcb26de0e0790d3fe6 changeQuestMessageText", + "completePlayerMessage": "66e3e2fcb26de0e0790d3fe6 completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "66e3eb3511fd69855edc6a16", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e3eb477922c892275d0e9f", + "resetOnSessionEnd": false, + "savageRole": [ + "sectantOni" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66e3eb3592c6be7be7fdc2e5", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66e3eb4cbe99869824287592", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e3eb6189cecb67fd595850", + "resetOnSessionEnd": false, + "savageRole": [ + "sectantPredvestnik" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66e3eb4c4a5359f2db0be81a", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "66e3eb655533d31cff28e1fd", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "66e3eb79fafd61e18046df03", + "resetOnSessionEnd": false, + "savageRole": [ + "sectantPrizrak" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "66e3eb65e385f94b38f061d7", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "66ec0aa6cf1aedd5604424e3", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "66e3e2ee2136472d220bcb36", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "66e3e2fcb26de0e0790d3fe6 description", + "failMessageText": "66e3e2fcb26de0e0790d3fe6 failMessageText", + "declinePlayerMessage": "66e3e2fcb26de0e0790d3fe6 declinePlayerMessage", + "name": "66e3e2fcb26de0e0790d3fe6 name", + "note": "66e3e2fcb26de0e0790d3fe6 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/66f28fb1f1d8b06f0d0da035.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "66e3e2fcb26de0e0790d3fe6 startedMessageText", + "successMessageText": "66e3e2fcb26de0e0790d3fe6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "value": "40000", + "id": "66ed42e8f458c200460b03db", + "type": "Experience", + "index": 0 + }, + { + "value": "0.04", + "id": "66ed42f74b9bb4aac30ca583", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371" + }, + { + "value": "200000", + "id": "66ed430d20093184b30cfa1f", + "type": "Item", + "index": 2, + "target": "670d56aca64d91ae3205f6a3", + "findInRaid": true, + "items": [ + { + "_id": "670d56aca64d91ae3205f6a3", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 200000 + } + } + ] + }, + { + "value": "1", + "id": "66ed431caef3d13e4503be83", + "type": "Item", + "index": 3, + "target": "670d56aca64d91ae3205f6a4", + "findInRaid": true, + "items": [ + { + "_id": "670d56aca64d91ae3205f6a4", + "_tpl": "63fc44e2429a8a166c7f61e6", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "66ed432b2a1a4cd21903ac15", + "type": "Item", + "index": 4, + "target": "670d56aca64d91ae3205f6a5", + "findInRaid": true, + "items": [ + { + "_id": "670d56aca64d91ae3205f6a5", + "_tpl": "6478641c19d732620e045e17", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "66ed433cf458c200460b03e2", + "type": "Item", + "index": 5, + "target": "670d56aca64d91ae3205f6a6", + "findInRaid": true, + "items": [ + { + "_id": "670d56aca64d91ae3205f6a6", + "_tpl": "63a3a93f8a56922e82001f5d", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "value": "1", + "id": "66ed4347d59bccc7e20c6520", + "type": "Item", + "index": 6, + "target": "670d56aca64d91ae3205f6a7", + "findInRaid": true, + "items": [ + { + "_id": "670d56aca64d91ae3205f6a7", + "_tpl": "64ccc25f95763a1ae376e447", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "670404a2ea1caa8f2e0be106": { + "QuestName": "Dont Believe Your Eyes", + "_id": "670404a2ea1caa8f2e0be106", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "670404a2ea1caa8f2e0be106 acceptPlayerMessage", + "changeQuestMessageText": "670404a2ea1caa8f2e0be106 changeQuestMessageText", + "completePlayerMessage": "670404a2ea1caa8f2e0be106 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "671b9af67d6311ae2400a282", "conditions": [ { "conditionType": "VisitPlace", "dynamicLocale": false, - "id": "67a0de740430369d053b4ae7", - "target": "event_labyrinth_08_therap_place_01", + "id": "671b9b0b95833a0c5b8253df", + "target": "Halloween_lab_section1", "value": 1 } - ], - "id": "67a0de69cabba26f3bd3460e" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0de6954c67082e9148328", + "id": "671b9af6038f464a253ff93c", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "671b9d4ebad898dcf461fac0", + "conditions": [ + { + "conditionType": "VisitPlace", + "dynamicLocale": false, + "id": "671b9d565997b6712ad59910", + "target": "Halloween_lab_section2", + "value": 1 + } + ] + }, + "id": "671b9d4ef32cf95e65e0d54b", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Discover", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "conditionType": "CompleteCondition", + "id": "671b9e1132c148c4e0511957", + "target": "671b9af6038f464a253ff93c" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67040594f2bbfaad66d2446f", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "5d24b81486f77439c92d6ba8", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "670404a2ea1caa8f2e0be106 description", + "failMessageText": "670404a2ea1caa8f2e0be106 failMessageText", + "declinePlayerMessage": "670404a2ea1caa8f2e0be106 declinePlayerMessage", + "name": "670404a2ea1caa8f2e0be106 name", + "note": "670404a2ea1caa8f2e0be106 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5b0fc42d86f7744a585f9105", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "670404a2ea1caa8f2e0be106 startedMessageText", + "successMessageText": "670404a2ea1caa8f2e0be106 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 7000, + "id": "6716361175e9154db9864210", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "67163626f4739688780a4a56", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 35000, + "id": "67163a858351e00a1a576e88", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc43a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc43a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 35000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "671638e51f32b342ca28f0f2", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc43d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc43c", + "_tpl": "5c12688486f77426843c7d32", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc43d", + "_tpl": "5c12688486f77426843c7d32", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040b3d10b18d153a08f636": { + "QuestName": "Dirty Blood", + "_id": "67040b3d10b18d153a08f636", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040b3d10b18d153a08f636 acceptPlayerMessage", + "changeQuestMessageText": "67040b3d10b18d153a08f636 changeQuestMessageText", + "completePlayerMessage": "67040b3d10b18d153a08f636 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67040f4c53184e7f6641add6", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6707cc67cc1667e49e0f7232" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "67040f56ff76cf3a5cea93bd", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6707cc67cc1667e49e0f7232" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67040f74d45f432319b16703", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "670404a2ea1caa8f2e0be106", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67040b3d10b18d153a08f636 description", + "failMessageText": "67040b3d10b18d153a08f636 failMessageText", + "declinePlayerMessage": "67040b3d10b18d153a08f636 declinePlayerMessage", + "name": "67040b3d10b18d153a08f636 name", + "note": "67040b3d10b18d153a08f636 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5b0fc42d86f7744a585f9105", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040b3d10b18d153a08f636 startedMessageText", + "successMessageText": "67040b3d10b18d153a08f636 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 18000, + "id": "67163b91df02a13ac15329c0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67163b9dfe65d4b3362bf640", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 80000, + "id": "67163bad07160b1a1705bd4f", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc3bf", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc3bf", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 80000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67163c114e973ab14926091a", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc3c6", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc3c3", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3c4", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc3c3", + "slotId": "cartridges" + }, + { + "_id": "6728df85772964fbed0bc3c5", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc3c3", + "slotId": "cartridges" + }, + { + "_id": "6728df85772964fbed0bc3c6", + "_tpl": "64898838d5b4df6140000a20", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3c7", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc3c6", + "slotId": "cartridges" + }, + { + "_id": "6728df85772964fbed0bc3c8", + "_tpl": "5d6e68a8a4b9360b6c0d54e2", + "upd": { + "StackObjectsCount": 5, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc3c6", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 5, + "id": "6720ec082e40c1d09b7e2ef0", + "type": "Item", + "index": 4, + "target": "6728df85772964fbed0bc3ce", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc3ca", + "_tpl": "66ffaab91f7492c901027bb8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3cb", + "_tpl": "66ffaab91f7492c901027bb8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3cc", + "_tpl": "66ffaab91f7492c901027bb8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3cd", + "_tpl": "66ffaab91f7492c901027bb8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3ce", + "_tpl": "66ffaab91f7492c901027bb8", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6720ebd665ae526c41c144ba", + "type": "Item", + "index": 5, + "target": "6728df85772964fbed0bc3cf", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc3cf", + "_tpl": "67124dcfa3541f2a1f0e788b", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "6728df85772964fbed0bc3d0", + "_tpl": "6719023b612cc94b9008e78c", + "parentId": "6728df85772964fbed0bc3cf", + "slotId": "mod_stock" + }, + { + "_id": "6728df85772964fbed0bc3d1", + "_tpl": "6709133fa532466d5403fb7c", + "parentId": "6728df85772964fbed0bc3cf", + "slotId": "mod_magazine" + }, + { + "_id": "6728df85772964fbed0bc3d2", + "_tpl": "670fd0a8d8d4eae4790c8187", + "parentId": "6728df85772964fbed0bc3cf", + "slotId": "mod_barrel" + }, + { + "_id": "6728df85772964fbed0bc3d3", + "_tpl": "6710cea62bb09af72f0e6bf8", + "parentId": "6728df85772964fbed0bc3d2", + "slotId": "mod_mount" + }, + { + "_id": "6728df85772964fbed0bc3d4", + "_tpl": "57d17c5e2459775a5c57d17d", + "parentId": "6728df85772964fbed0bc3d3", + "slotId": "mod_tactical_003" + }, + { + "_id": "6728df85772964fbed0bc3d5", + "_tpl": "584984812459776a704a82a6", + "parentId": "6728df85772964fbed0bc3cf", + "slotId": "mod_scope" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040b6c45eaf70db10dbec6": { + "QuestName": "Burn It Down", + "_id": "67040b6c45eaf70db10dbec6", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040b6c45eaf70db10dbec6 acceptPlayerMessage", + "changeQuestMessageText": "67040b6c45eaf70db10dbec6 changeQuestMessageText", + "completePlayerMessage": "67040b6c45eaf70db10dbec6 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67040b6c45eaf70db10dbeca", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6704051baba712f694caf4b8", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "67040b6c45eaf70db10dbec9", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "670410144b0478fbd121c2b7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040b3d10b18d153a08f636", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67040b6c45eaf70db10dbec6 description", + "failMessageText": "67040b6c45eaf70db10dbec6 failMessageText", + "declinePlayerMessage": "67040b6c45eaf70db10dbec6 declinePlayerMessage", + "name": "67040b6c45eaf70db10dbec6 name", + "note": "67040b6c45eaf70db10dbec6 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040b6c45eaf70db10dbec6 startedMessageText", + "successMessageText": "67040b6c45eaf70db10dbec6 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 15500, + "id": "67163c215af35ea9a3bad6cd", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67163c2d5e267453a1374674", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 74000, + "id": "67163c3bd1d2f0134c8b95dd", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc43f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc43f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 74000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "67163c7197e0b96fbd41c4ae", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc442", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc441", + "_tpl": "618ba27d9008e4636a67f61d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc442", + "_tpl": "618ba27d9008e4636a67f61d", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040ba4578a46e44a05c0a8": { + "QuestName": "The Root Cause", + "_id": "67040ba4578a46e44a05c0a8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040ba4578a46e44a05c0a8 acceptPlayerMessage", + "changeQuestMessageText": "67040ba4578a46e44a05c0a8 changeQuestMessageText", + "completePlayerMessage": "67040ba4578a46e44a05c0a8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "670410d1b4843ee4b8830049", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6707cd70aab679420007e018" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "670410e1eccf320a037c030b", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6707cd70aab679420007e018" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "670410a7110d80be3f426271", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040b6c45eaf70db10dbec6", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67040ba4578a46e44a05c0a8 description", + "failMessageText": "67040ba4578a46e44a05c0a8 failMessageText", + "declinePlayerMessage": "67040ba4578a46e44a05c0a8 declinePlayerMessage", + "name": "67040ba4578a46e44a05c0a8 name", + "note": "67040ba4578a46e44a05c0a8 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5b0fc42d86f7744a585f9105", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040ba4578a46e44a05c0a8 startedMessageText", + "successMessageText": "67040ba4578a46e44a05c0a8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 24000, + "id": "67163ca8b649b1c61a5db456", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67163cb4fef5df6a02c47315", + "type": "TraderStanding", + "index": 1, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 90000, + "id": "67163cbf08ec3e5a38502201", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc389", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc389", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 90000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67163cd6f02661dabb5d37fc", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc38b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc38b", + "_tpl": "5c1d0d6d86f7744bb2683e1f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040c22cc1f3752720376e9": { + "QuestName": "Matter of Technique", + "_id": "67040c22cc1f3752720376e9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040c22cc1f3752720376e9 acceptPlayerMessage", + "changeQuestMessageText": "67040c22cc1f3752720376e9 changeQuestMessageText", + "completePlayerMessage": "67040c22cc1f3752720376e9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "670411a2453ab5c50b9b4308", + "conditions": [ + { + "conditionType": "VisitPlace", + "dynamicLocale": false, + "id": "670411abdc302ebeeecded65", + "target": "halloween_unlock_pc", + "value": 1 + } + ] + }, + "id": "670411a2cded018840f5b599", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "670411d819aafd130ebc4bb8", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 60, + "zoneId": "halloween_unlock_pc", + "target": [ + "6707d13e4e617ec94f0e5631" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6704118d3d864080224092e7", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040ba4578a46e44a05c0a8", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67040c22cc1f3752720376e9 description", + "failMessageText": "67040c22cc1f3752720376e9 failMessageText", + "declinePlayerMessage": "67040c22cc1f3752720376e9 declinePlayerMessage", + "name": "67040c22cc1f3752720376e9 name", + "note": "67040c22cc1f3752720376e9 note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "5714dc692459777137212e12", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040c22cc1f3752720376e9 startedMessageText", + "successMessageText": "67040c22cc1f3752720376e9 successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "id": "670933061d99fbca9006475b", + "type": "ProductionScheme", + "index": 0, + "target": "6728df85772964fbed0bc373", + "unknown": false, + "items": [ + { + "_id": "6728df85772964fbed0bc373", + "_tpl": "6707d13e4e617ec94f0e5631", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 1, + "traderId": 11 + } + ], + "Success": [ + { + "availableInGameEditions": [], + "value": 20500, + "id": "67163cf244ca28c6930b8aff", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67163cfba5c2b31e5c930c76", + "type": "TraderStanding", + "index": 1, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 105000, + "id": "67163d0d22013ab09c32c006", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc375", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc375", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 105000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67163d4beebb0ea6788fa998", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc37c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc378", + "_tpl": "657024cecfc010a0f5006a0a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc379", + "_tpl": "5ba2678ad4351e44f824b344", + "upd": { + "StackObjectsCount": 40, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc378", + "slotId": "cartridges" + }, + { + "_id": "6728df85772964fbed0bc37a", + "_tpl": "657024cecfc010a0f5006a0a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc37b", + "_tpl": "5ba2678ad4351e44f824b344", + "upd": { + "StackObjectsCount": 40, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc37a", + "slotId": "cartridges" + }, + { + "_id": "6728df85772964fbed0bc37c", + "_tpl": "657024cecfc010a0f5006a0a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc37d", + "_tpl": "5ba2678ad4351e44f824b344", + "upd": { + "StackObjectsCount": 40, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc37c", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67163d63a3d45c86f1e27b25", + "type": "Item", + "index": 4, + "target": "6728df85772964fbed0bc381", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc37f", + "_tpl": "5ba26586d4351e44f824b340", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc380", + "_tpl": "5ba26586d4351e44f824b340", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc381", + "_tpl": "5ba26586d4351e44f824b340", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67163d97dde87183fe8a06fd", + "type": "Item", + "index": 5, + "target": "6728df85772964fbed0bc382", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc382", + "_tpl": "5bd70322209c4d00d7167b8f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "6728df85772964fbed0bc383", + "_tpl": "5ba264f6d4351e0034777d52", + "parentId": "6728df85772964fbed0bc382", + "slotId": "mod_magazine" + }, + { + "_id": "6728df85772964fbed0bc384", + "_tpl": "5ba26acdd4351e003562908e", + "parentId": "6728df85772964fbed0bc382", + "slotId": "mod_muzzle" + }, + { + "_id": "6728df85772964fbed0bc385", + "_tpl": "5ba26b01d4351e0085325a51", + "parentId": "6728df85772964fbed0bc382", + "slotId": "mod_sight_front" + }, + { + "_id": "6728df85772964fbed0bc386", + "_tpl": "5ba26b17d4351e00367f9bdd", + "parentId": "6728df85772964fbed0bc382", + "slotId": "mod_sight_rear" + }, + { + "_id": "6728df85772964fbed0bc387", + "_tpl": "5bd704e7209c4d00d7167c31", + "parentId": "6728df85772964fbed0bc382", + "slotId": "mod_stock" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040c43ce929d6ee506c7c7": { + "QuestName": "Find the Source", + "_id": "67040c43ce929d6ee506c7c7", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040c43ce929d6ee506c7c7 acceptPlayerMessage", + "changeQuestMessageText": "67040c43ce929d6ee506c7c7 changeQuestMessageText", + "completePlayerMessage": "67040c43ce929d6ee506c7c7 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6706893ed4c61255bb8bca31", + "conditions": [ + { + "conditionType": "VisitPlace", + "dynamicLocale": false, + "id": "670689489f354566fdcda52c", + "target": "Halloween_closed_places", + "value": 1 + } + ] + }, + "id": "6706893e6451790d64465e12", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Exploration", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [] }, { "conditionType": "FindItem", - "countInRaid": false, "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0de84e8e35296a13500c8", + "id": "6706896497a1fabc16e68de4", "index": 1, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "679b998180a165f7a40b4c2c" + "6707cef3571b50abc703b64f" ], + "countInRaid": false, + "globalQuestCounterId": "", "value": 1, - "visibilityConditions": [ - { - "conditionType": "CompleteCondition", - "id": "67a0dec1d3b43c4d91381383", - "target": "67a0de6954c67082e9148328" - } - ] + "visibilityConditions": [] }, { "conditionType": "HandoverItem", "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0de9190545ec5612fdda5", + "id": "6706896f9f1291bdecc69c30", "index": 2, - "isEncoded": false, "maxDurability": 100, "minDurability": 0, - "onlyFoundInRaid": false, "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, "target": [ - "679b998180a165f7a40b4c2c" + "6707cef3571b50abc703b64f" ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6706892d6a7113fbef08b2be", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040c22cc1f3752720376e9", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67040c43ce929d6ee506c7c7 description", + "failMessageText": "67040c43ce929d6ee506c7c7 failMessageText", + "declinePlayerMessage": "67040c43ce929d6ee506c7c7 declinePlayerMessage", + "name": "67040c43ce929d6ee506c7c7 name", + "note": "67040c43ce929d6ee506c7c7 note", + "traderId": "54cb57776803fa99248b456e", + "location": "5b0fc42d86f7744a585f9105", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Exploration", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040c43ce929d6ee506c7c7 startedMessageText", + "successMessageText": "67040c43ce929d6ee506c7c7 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 30000, + "id": "67163dfa807a450346061911", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67163e06c0eafa1ef9da6560", + "type": "TraderStanding", + "index": 1, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 140000, + "id": "67163e1ad615e90c5fcc8936", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc3fe", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc3fe", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 140000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67163e64ebb869e86168dac4", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc400", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc400", + "_tpl": "5c1e495a86f7743109743dfb", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040c5b4ac6d9c18c0ade26": { + "QuestName": "Gloves Off", + "_id": "67040c5b4ac6d9c18c0ade26", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040c5b4ac6d9c18c0ade26 acceptPlayerMessage", + "changeQuestMessageText": "67040c5b4ac6d9c18c0ade26 changeQuestMessageText", + "completePlayerMessage": "67040c5b4ac6d9c18c0ade26 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67040c5b4ac6d9c18c0ade2a", + "conditions": [ + { + "bodyPart": [ + "Head" + ], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6704051baba712f694caf4b8", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [ + "6259b864ebedf17603599e88", + "61f7c9e189e6fb1a5e3ea78d", + "576165642459773c7a400233", + "54491c4f4bdc2db1078b4568", + "56dee2bdd2720bc8328b4567", + "64748cb8de82c85eaf0a273a", + "5580223e4bdc2d1c128b457f", + "606dae0ab0e443224b421bb7", + "5e870397991fd70db46995c8", + "66ffa9b66e19cc902401c5e8", + "67124dcfa3541f2a1f0e788b", + "5a7828548dc32e5a9c28b516", + "5e848cc2988a8701445df1e8", + "5a38e6bac4a2826c6e06d79b" + ], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "67040c5b4ac6d9c18c0ade29", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67068a01147decb714cae715", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040c43ce929d6ee506c7c7", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67040c5b4ac6d9c18c0ade26 description", + "failMessageText": "67040c5b4ac6d9c18c0ade26 failMessageText", + "declinePlayerMessage": "67040c5b4ac6d9c18c0ade26 declinePlayerMessage", + "name": "67040c5b4ac6d9c18c0ade26 name", + "note": "67040c5b4ac6d9c18c0ade26 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040c5b4ac6d9c18c0ade26 startedMessageText", + "successMessageText": "67040c5b4ac6d9c18c0ade26 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 22000, + "id": "67163e837b864f1d3d0fecf0", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.02, + "id": "67163e8d795cfc75c9af0d84", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 110000, + "id": "67163e987bfe1ed0a8d086af", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc3b9", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc3b9", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 110000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67163eaf654e5aa4ea15cda2", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc3bd", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc3bb", + "_tpl": "5d1b36a186f7742523398433", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3bc", + "_tpl": "5d1b36a186f7742523398433", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc3bd", + "_tpl": "5d1b36a186f7742523398433", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040c78bf4be8a4ef041a65": { + "QuestName": "Sample IV - A New Hope", + "_id": "67040c78bf4be8a4ef041a65", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040c78bf4be8a4ef041a65 acceptPlayerMessage", + "changeQuestMessageText": "67040c78bf4be8a4ef041a65 changeQuestMessageText", + "completePlayerMessage": "67040c78bf4be8a4ef041a65 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "67068b5263a6a9dd703a29f2", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6707cf827d279daad80fa95f" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67262b40d46abd81f4514f8c", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "67262b4f3a038e2817169b70", + "status": [ + "Transit" + ] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "67262b5e7d3491384f2041f2", + "target": [ + "laboratory" + ] + } + ] + }, + "id": "67262b4023c03479138728fa", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", "value": 1, "visibilityConditions": [ { "conditionType": "CompleteCondition", - "id": "67a0dec6247ed6059654087e", - "target": "67a0de84e8e35296a13500c8" + "id": "67273ccdb94277b1098e5b61", + "target": "67068b5263a6a9dd703a29f2" + } + ] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67262ba531b7021ec5cfc7e8", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 20, + "zoneId": "quest_city_trotil2", + "target": [ + "6707cf827d279daad80fa95f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "conditionType": "CompleteCondition", + "id": "67273cd5955d271ad5b90509", + "target": "67262b4023c03479138728fa" } ] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0de4da79fd2a58f51c847", + "id": "67068ab2ff50a2de563ad7e0", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "67040c5b4ac6d9c18c0ade26", "status": [ 4 ], - "target": "67a0970744893b9f3f0d9b68", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67a0972e77dd677f600804bd declinePlayerMessage", - "description": "67a0972e77dd677f600804bd description", - "failMessageText": "67a0972e77dd677f600804bd failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d47d8d33d5706d0c2ada.jpg", - "instantComplete": false, + "description": "67040c78bf4be8a4ef041a65 description", + "failMessageText": "67040c78bf4be8a4ef041a65 failMessageText", + "declinePlayerMessage": "67040c78bf4be8a4ef041a65 declinePlayerMessage", + "name": "67040c78bf4be8a4ef041a65 name", + "note": "67040c78bf4be8a4ef041a65 note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Exploration", "isKey": false, - "location": "6733700029c367a3d40b02af", - "name": "67a0972e77dd677f600804bd name", - "note": "67a0972e77dd677f600804bd note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040c78bf4be8a4ef041a65 startedMessageText", + "successMessageText": "67040c78bf4be8a4ef041a65 successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "67b334ef117a3558f1457235", - "index": 0, + "value": 26000, + "id": "67163ec6b0f13d4ecb4626ee", "type": "Experience", - "unknown": false, - "value": 15500 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "67b334f7de17d17cea1ffbe0", - "index": 0, - "target": "54cb57776803fa99248b456e", + "value": 0.03, + "id": "67163ed3d5165d02b27902d3", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 1, + "target": "54cb57776803fa99248b456e", + "unknown": false }, { "availableInGameEditions": [], + "value": 126000, + "id": "67163ee4b041a046c942734e", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc399", + "unknown": false, "findInRaid": false, - "id": "67b334fef6d2cdde888bda49", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e36", + "_id": "6728df85772964fbed0bc399", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 218000 + "StackObjectsCount": 126000 } } - ], - "target": "67eb506040b1947a72103e36", - "type": "Item", - "unknown": false, - "value": 218000 + ] }, { "availableInGameEditions": [], - "findInRaid": true, - "id": "67b33508b508788add112cda", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e38", - "_tpl": "637b612fb7afa97bfc3d7005", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e39", - "_tpl": "637b612fb7afa97bfc3d7005", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e39", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b33512bdbca07c19cdd564", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e3b", - "_tpl": "5ed5160a87bb8443d10680b5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e3c", - "_tpl": "5ed5160a87bb8443d10680b5", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e3c", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b33525968c1dc02c88dc51", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e3e", - "_tpl": "5ed515c8d380ab312177c0fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103e3f", - "_tpl": "5ed515c8d380ab312177c0fa", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e3f", - "type": "Item", - "unknown": false, - "value": 2 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67e163aa3ab5ce605035e86f", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103e41", - "_tpl": "679b94734e9ca6b3d80586a7", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103e41", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a0972e77dd677f600804bd startedMessageText", - "status": 0, - "successMessageText": "67a0972e77dd677f600804bd successMessageText", - "traderId": "54cb57776803fa99248b456e", - "type": "Exploration" - }, - "67a097379f2068e74603c6ac": { - "QuestName": "Indisputable Authority", - "_id": "67a097379f2068e74603c6ac", - "acceptPlayerMessage": "67a097379f2068e74603c6ac acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a097379f2068e74603c6ac changeQuestMessageText", - "completePlayerMessage": "67a097379f2068e74603c6ac completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "67a0df736f8975b42cbf1e73", - "resetOnSessionEnd": false, - "savageRole": [ - "bossTagillaAgro" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] - } - ], - "id": "67a0df616b395d94db83a0cb" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0df619fb6c42b9a08e8e9", - "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", "value": 1, - "visibilityConditions": [] - }, - { - "completeInSeconds": 0, - "conditionType": "CounterCreator", - "counter": { - "conditions": [ - { - "bodyPart": [], - "compareMethod": ">=", - "conditionType": "Kills", - "daytime": { - "from": 0, - "to": 0 - }, - "distance": { - "compareMethod": ">=", - "value": 0 - }, - "dynamicLocale": false, - "enemyEquipmentExclusive": [], - "enemyEquipmentInclusive": [], - "enemyHealthEffects": [], - "id": "67a0df8af1b7133ed0b46565", - "resetOnSessionEnd": false, - "savageRole": [ - "tagillaHelperAgro", - "bossKillaAgro" - ], - "target": "Savage", - "value": 1, - "weapon": [], - "weaponCaliber": [], - "weaponModsExclusive": [], - "weaponModsInclusive": [] + "id": "67163ef849d60957475c6a61", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc39b", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc39b", + "_tpl": "5aafbcd986f7745e590fff23", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } - ], - "id": "67a0df7f2c4bfbb5846cee64" - }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0df7f2cd4d4413cd29b45", - "index": 1, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, - "parentId": "", - "type": "Elimination", - "value": 6, - "visibilityConditions": [] - } - ], - "AvailableForStart": [ - { - "availableAfter": 0, - "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0dfad782f69d0ec849998", - "index": 0, - "parentId": "", - "status": [ - 4 - ], - "target": "67a0970744893b9f3f0d9b68", - "visibilityConditions": [] + } + ] } ], "Fail": [] }, - "declinePlayerMessage": "67a097379f2068e74603c6ac declinePlayerMessage", - "description": "67a097379f2068e74603c6ac description", - "failMessageText": "67a097379f2068e74603c6ac failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d47fab7770f72902761d.jpg", - "instantComplete": false, - "isKey": false, - "location": "6733700029c367a3d40b02af", - "name": "67a097379f2068e74603c6ac name", - "note": "67a097379f2068e74603c6ac note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b33541daca85d607809d70", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 25500 - }, - { - "availableInGameEditions": [], - "id": "67b3354a2d64f3d0748f57f1", - "index": 0, - "target": "58330581ace78e27b8b10cee", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b3355491a492e9943138a4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ea2", - "_tpl": "569668774bdc2da2298b4568", - "upd": { - "StackObjectsCount": 2900 - } - } - ], - "target": "67eb506040b1947a72103ea2", - "type": "Item", - "unknown": false, - "value": 2900 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b3356be84b860a9fa57b1a", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ea5", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ea6", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103ea5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ea7", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ea8", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103ea7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ea9", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eaa", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103ea9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103eab", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eac", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103eab", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ead", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eae", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103ead", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103eaf", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eb0", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103eaf", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103eb1", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eb2", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103eb1", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103eb3", - "_tpl": "6489851fc827d4637f01791b", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eb4", - "_tpl": "601aa3d2b2bcb34913271e6d", - "parentId": "67eb506040b1947a72103eb3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103eb3", - "type": "Item", - "unknown": false, - "value": 8 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67e6890d3de77d61cdca8512", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103eb7", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eb8", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103eb7", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103eb9", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103eba", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103eb9", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ebb", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ebc", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103ebb", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ebd", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ebe", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103ebd", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ebf", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ec0", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103ebf", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ec1", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ec2", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103ec1", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ec3", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ec4", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103ec3", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - }, - { - "_id": "67eb506040b1947a72103ec5", - "_tpl": "64acea16c4eda9354b0226b0", - "upd": { - "StackObjectsCount": 1 - } - }, - { - "_id": "67eb506040b1947a72103ec6", - "_tpl": "59e0d99486f7744a32234762", - "parentId": "67eb506040b1947a72103ec5", - "slotId": "cartridges", - "upd": { - "StackObjectsCount": 20 - } - } - ], - "target": "67eb506040b1947a72103ec5", - "type": "Item", - "unknown": false, - "value": 8 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67e163805e8a946a5dfd55d4", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ec8", - "_tpl": "679b9477708cfcb2060b9ade", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ec8", - "type": "Item", - "unknown": true, - "value": 1 - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a097379f2068e74603c6ac startedMessageText", - "status": 0, - "successMessageText": "67a097379f2068e74603c6ac successMessageText", - "traderId": "58330581ace78e27b8b10cee", - "type": "Elimination" + "side": "Pmc" }, - "67a09761e720611a6a01f288": { - "QuestName": "Keepers Word", - "_id": "67a09761e720611a6a01f288", - "acceptPlayerMessage": "67a09761e720611a6a01f288 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], + "67040c92bf4be8a4ef041a6c": { + "QuestName": "Darkest Hour Is Just Before Dawn", + "_id": "67040c92bf4be8a4ef041a6c", "canShowNotificationsInGame": true, - "changeQuestMessageText": "67a09761e720611a6a01f288 changeQuestMessageText", - "completePlayerMessage": "67a09761e720611a6a01f288 completePlayerMessage", - "conditions": { - "AvailableForFinish": [ - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0e4df8cddbe2df31dd1d9", - "index": 0, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "event_labyrinth_11_lightkeep_place_01" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0e4e399e34c9ffcdc6e00", - "index": 1, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "event_labyrinth_11_lightkeep_place_02" - }, - { - "conditionType": "LeaveItemAtLocation", - "dogtagLevel": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0e4e64cb065811d95c6d9", - "index": 2, - "isEncoded": false, - "maxDurability": 100, - "minDurability": 0, - "onlyFoundInRaid": false, - "parentId": "", - "plantTime": 30, - "target": [ - "5fc64ea372b0dd78d51159dc" - ], - "value": 1, - "visibilityConditions": [], - "zoneId": "event_labyrinth_11_lightkeep_place_03 " - } - ], - "AvailableForStart": [], - "Fail": [] - }, - "declinePlayerMessage": "67a09761e720611a6a01f288 declinePlayerMessage", - "description": "67a09761e720611a6a01f288 description", - "failMessageText": "67a09761e720611a6a01f288 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d4858d33d5706d0c2adb.jpg", - "instantComplete": false, - "isKey": false, - "location": "6733700029c367a3d40b02af", - "name": "67a09761e720611a6a01f288 name", - "note": "67a09761e720611a6a01f288 note", - "progressSource": "eft", - "rankingModes": [], - "restartable": false, - "rewards": { - "Fail": [], - "Started": [], - "Success": [ - { - "availableInGameEditions": [], - "id": "67b341c6ac24e74aac6f75bb", - "index": 0, - "type": "Experience", - "unknown": false, - "value": 56800 - }, - { - "availableInGameEditions": [], - "id": "67b341da02fc3be54b295022", - "index": 0, - "target": "638f541a29ffd1183d187f57", - "type": "TraderStanding", - "unknown": false, - "value": 0.03 - }, - { - "availableInGameEditions": [], - "findInRaid": false, - "id": "67b34299ad1c884fee9bb863", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103eca", - "_tpl": "5696686a4bdc2da3298b456a", - "upd": { - "StackObjectsCount": 4200 - } - } - ], - "target": "67eb506040b1947a72103eca", - "type": "Item", - "unknown": false, - "value": 4200 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b342a7d81d1feb8c5e133d", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ecc", - "_tpl": "5c05308086f7746b2101e90b", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ecc", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b342b2e48ded9b1595b937", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ece", - "_tpl": "5d235bb686f77443f4331278", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ece", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "findInRaid": true, - "id": "67b342bf13eae7f0e6bb07ed", - "index": 0, - "items": [ - { - "_id": "67eb506040b1947a72103ed0", - "_tpl": "64d0b40fbe2eed70e254e2d4", - "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } - } - ], - "target": "67eb506040b1947a72103ed0", - "type": "Item", - "unknown": false, - "value": 1 - }, - { - "availableInGameEditions": [], - "id": "67b342cba4941420abc9ce19", - "index": 0, - "target": "67a0e57b972c11a3f50773b2", - "type": "Achievement", - "unknown": false - } - ] - }, - "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67a09761e720611a6a01f288 startedMessageText", - "status": 0, - "successMessageText": "67a09761e720611a6a01f288 successMessageText", - "traderId": "638f541a29ffd1183d187f57", - "type": "Completion" - }, - "67d03be712fb5f8fd2096332": { - "QuestName": "Vacate the Premises", - "_id": "67d03be712fb5f8fd2096332", - "acceptPlayerMessage": "67d03be712fb5f8fd2096332 acceptPlayerMessage", - "acceptanceAndFinishingSource": "eft", - "arenaLocations": [], - "canShowNotificationsInGame": true, - "changeQuestMessageText": "67d03be712fb5f8fd2096332 changeQuestMessageText", - "completePlayerMessage": "67d03be712fb5f8fd2096332 completePlayerMessage", + "acceptPlayerMessage": "67040c92bf4be8a4ef041a6c acceptPlayerMessage", + "changeQuestMessageText": "67040c92bf4be8a4ef041a6c changeQuestMessageText", + "completePlayerMessage": "67040c92bf4be8a4ef041a6c completePlayerMessage", "conditions": { "AvailableForFinish": [ { "completeInSeconds": 0, "conditionType": "CounterCreator", "counter": { + "id": "67040c92bf4be8a4ef041a70", "conditions": [ { "bodyPart": [], @@ -164432,11 +162313,17 @@ "enemyEquipmentExclusive": [], "enemyEquipmentInclusive": [], "enemyHealthEffects": [], - "id": "67a0e080230a2d6aeac29889", + "id": "6704051baba712f694caf4b8", "resetOnSessionEnd": false, - "savageRole": [], - "target": "Any", - "value": 1, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, "weapon": [], "weaponCaliber": [], "weaponModsExclusive": [], @@ -164445,164 +162332,2317 @@ { "conditionType": "Location", "dynamicLocale": false, - "id": "67a0e08ada2ecce7a7ff8365", + "id": "67069682df8c93437dfdc269", "target": [ - "Labyrinth" + "Sandbox", + "Sandbox_high" ] } - ], - "id": "67d03be712fb5f8fd2096335" + ] }, - "doNotResetIfCounterCompleted": false, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67d03be712fb5f8fd2096334", + "id": "67040c92bf4be8a4ef041a6f", "index": 0, - "isNecessary": false, - "isResetOnConditionFailed": false, - "oneSessionOnly": false, "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, "type": "Elimination", - "value": 36, + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 60, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "670696ab8ba98ba6aa338e6a", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "670696b441549e96259f089e", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedPmc", + "infectedLaborant", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "670696bd75c19273f5a732f4", + "target": [ + "TarkovStreets" + ] + } + ] + }, + "id": "670696ab3907c9db5b4612e9", + "index": 1, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 60, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6706a2cca7a75fe49ac3ea96", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6706a2df07b7ebf217e368a9", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "6706a3cd6d13c4fa0adfc571", + "target": [ + "laboratory" + ] + } + ] + }, + "id": "6706a2cccd98cc18afe9cbb0", + "index": 4, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 60, "visibilityConditions": [] } ], "AvailableForStart": [ { - "availableAfter": 0, "conditionType": "Quest", - "dispersion": 0, - "dynamicLocale": false, - "globalQuestCounterId": "", - "id": "67a0e06bd0871d7e4b408898", + "id": "67069659c6d0a876a3a1b6ab", "index": 0, "parentId": "", + "dynamicLocale": false, + "target": "67040c78bf4be8a4ef041a65", "status": [ 4 ], - "target": "67a0970744893b9f3f0d9b68", + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, "visibilityConditions": [] } ], "Fail": [] }, - "declinePlayerMessage": "67d03be712fb5f8fd2096332 declinePlayerMessage", - "description": "67d03be712fb5f8fd2096332 description", - "failMessageText": "67d03be712fb5f8fd2096332 failMessageText", - "gameModes": [], - "image": "/files/quest/icon/67e3d483d1eb1b2e6b01cf5c.jpg", - "instantComplete": false, + "description": "67040c92bf4be8a4ef041a6c description", + "failMessageText": "67040c92bf4be8a4ef041a6c failMessageText", + "declinePlayerMessage": "67040c92bf4be8a4ef041a6c declinePlayerMessage", + "name": "67040c92bf4be8a4ef041a6c name", + "note": "67040c92bf4be8a4ef041a6c note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Elimination", "isKey": false, - "location": "6733700029c367a3d40b02af", - "name": "67d03be712fb5f8fd2096332 name", - "note": "67d03be712fb5f8fd2096332 note", - "progressSource": "eft", - "rankingModes": [], "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040c92bf4be8a4ef041a6c startedMessageText", + "successMessageText": "67040c92bf4be8a4ef041a6c successMessageText", "rewards": { - "Fail": [], "Started": [], "Success": [ { "availableInGameEditions": [], - "id": "67d03be712fb5f8fd2096336", - "index": 0, + "value": 33000, + "id": "67163f10c586df1ce884c1ca", "type": "Experience", - "unknown": false, - "value": 20400 + "index": 0, + "unknown": false }, { "availableInGameEditions": [], - "id": "67d03be712fb5f8fd2096337", - "index": 0, - "target": "5ac3b934156ae10c4430e83c", + "value": 0.03, + "id": "67163f1806bb17d9c96973e7", "type": "TraderStanding", - "unknown": false, - "value": 0.03 + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false }, { "availableInGameEditions": [], + "value": 160000, + "id": "67163f50eff2abe73de74c06", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc402", + "unknown": false, "findInRaid": false, - "id": "67d03be712fb5f8fd2096338", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e23", + "_id": "6728df85772964fbed0bc402", "_tpl": "5449016a4bdc2d6f028b456f", "upd": { - "StackObjectsCount": 208000 + "StackObjectsCount": 160000 } } - ], - "target": "67eb506040b1947a72103e23", - "type": "Item", - "unknown": false, - "value": 208000 + ] }, { "availableInGameEditions": [], + "value": 2, + "id": "67163f2ce6afde8a18bdc0cf", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc407", + "unknown": false, "findInRaid": true, - "id": "67d03be712fb5f8fd2096339", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e25", - "_tpl": "657089638db3adca1009f4ca", + "_id": "6728df85772964fbed0bc405", + "_tpl": "657023ccbfc87b3a3409320a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103e26", - "_tpl": "657089638db3adca1009f4ca", + "_id": "6728df85772964fbed0bc406", + "_tpl": "5fc275cf85fd526b824a571a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc405", + "slotId": "cartridges" + }, + { + "_id": "6728df85772964fbed0bc407", + "_tpl": "657023ccbfc87b3a3409320a", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } }, { - "_id": "67eb506040b1947a72103e27", - "_tpl": "657089638db3adca1009f4ca", + "_id": "6728df85772964fbed0bc408", + "_tpl": "5fc275cf85fd526b824a571a", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 - } + "StackObjectsCount": 20, + "SpawnedInSession": true + }, + "parentId": "6728df85772964fbed0bc407", + "slotId": "cartridges" } - ], - "target": "67eb506040b1947a72103e27", - "type": "Item", - "unknown": false, - "value": 3 + ] }, { "availableInGameEditions": [], + "value": 3, + "id": "67163f745bd9e52010d2bc3b", + "type": "Item", + "index": 4, + "target": "6728df85772964fbed0bc40c", + "unknown": false, "findInRaid": true, - "id": "67e16363063795835dc90505", - "index": 0, "items": [ { - "_id": "67eb506040b1947a72103e29", - "_tpl": "679b944d597ba2ed120c3d3c", + "_id": "6728df85772964fbed0bc40a", + "_tpl": "5fc23426900b1d5091531e15", "upd": { - "SpawnedInSession": true, - "StackObjectsCount": 1 + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc40b", + "_tpl": "5fc23426900b1d5091531e15", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc40c", + "_tpl": "5fc23426900b1d5091531e15", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true } } - ], - "target": "67eb506040b1947a72103e29", + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "67163f8c13c2747793d2f05a", "type": "Item", - "unknown": true, - "value": 1 + "index": 5, + "target": "6728df85772964fbed0bc40d", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc40d", + "_tpl": "5fc22d7c187fea44d52eda44", + "upd": { + "StackObjectsCount": 1, + "Repairable": { + "Durability": 100, + "MaxDurability": 100 + } + } + }, + { + "_id": "6728df85772964fbed0bc40e", + "_tpl": "5d025cc1d7ad1a53845279ef", + "parentId": "6728df85772964fbed0bc40d", + "slotId": "mod_pistol_grip" + }, + { + "_id": "6728df85772964fbed0bc40f", + "_tpl": "5c793fb92e221644f31bfb64", + "parentId": "6728df85772964fbed0bc40d", + "slotId": "mod_stock_001" + }, + { + "_id": "6728df85772964fbed0bc410", + "_tpl": "58d2946386f774496974c37e", + "parentId": "6728df85772964fbed0bc40f", + "slotId": "mod_stock_000" + }, + { + "_id": "6728df85772964fbed0bc411", + "_tpl": "58d2912286f7744e27117493", + "parentId": "6728df85772964fbed0bc410", + "slotId": "mod_stock" + }, + { + "_id": "6728df85772964fbed0bc412", + "_tpl": "5fc278107283c4046c581489", + "parentId": "6728df85772964fbed0bc40d", + "slotId": "mod_reciever" + }, + { + "_id": "6728df85772964fbed0bc413", + "_tpl": "5fc23678ab884124df0cd590", + "parentId": "6728df85772964fbed0bc412", + "slotId": "mod_barrel" + }, + { + "_id": "6728df85772964fbed0bc414", + "_tpl": "5fc2360f900b1d5091531e19", + "parentId": "6728df85772964fbed0bc413", + "slotId": "mod_gas_block" + }, + { + "_id": "6728df85772964fbed0bc415", + "_tpl": "612e0d81290d254f5e6b291a", + "parentId": "6728df85772964fbed0bc413", + "slotId": "mod_muzzle" + }, + { + "_id": "6728df85772964fbed0bc416", + "_tpl": "63877c99e785640d436458ea", + "parentId": "6728df85772964fbed0bc415", + "slotId": "mod_muzzle" + }, + { + "_id": "6728df85772964fbed0bc417", + "_tpl": "5fc235db2770a0045c59c683", + "parentId": "6728df85772964fbed0bc412", + "slotId": "mod_handguard" + }, + { + "_id": "6728df85772964fbed0bc418", + "_tpl": "5c18b90d2e2216152142466b", + "parentId": "6728df85772964fbed0bc417", + "slotId": "mod_sight_front" + }, + { + "_id": "6728df85772964fbed0bc419", + "_tpl": "57cffcd624597763133760c5", + "parentId": "6728df85772964fbed0bc417", + "slotId": "mod_foregrip" + }, + { + "_id": "6728df85772964fbed0bc41a", + "_tpl": "5b7be47f5acfc400170e2dd2", + "parentId": "6728df85772964fbed0bc417", + "slotId": "mod_mount_001" + }, + { + "_id": "6728df85772964fbed0bc41b", + "_tpl": "61605d88ffa6e502ac5e7eeb", + "parentId": "6728df85772964fbed0bc41a", + "slotId": "mod_tactical" + }, + { + "_id": "6728df85772964fbed0bc41c", + "_tpl": "62811f461d5df4475f46a332", + "parentId": "6728df85772964fbed0bc412", + "slotId": "mod_scope" + }, + { + "_id": "6728df85772964fbed0bc41d", + "_tpl": "62850c28da09541f43158cca", + "parentId": "6728df85772964fbed0bc41c", + "slotId": "mod_scope" + }, + { + "_id": "6728df85772964fbed0bc41e", + "_tpl": "5c18b9192e2216398b5a8104", + "parentId": "6728df85772964fbed0bc412", + "slotId": "mod_sight_rear" + }, + { + "_id": "6728df85772964fbed0bc41f", + "_tpl": "5fc23426900b1d5091531e15", + "parentId": "6728df85772964fbed0bc40d", + "slotId": "mod_magazine" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67040cae4ac6d9c18c0ade2c": { + "QuestName": "Radical Treatment", + "_id": "67040cae4ac6d9c18c0ade2c", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67040cae4ac6d9c18c0ade2c acceptPlayerMessage", + "changeQuestMessageText": "67040cae4ac6d9c18c0ade2c changeQuestMessageText", + "completePlayerMessage": "67040cae4ac6d9c18c0ade2c completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6706a4ddec997e861c3f6f04", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Halloween_zone_for_antivirus(lighthouse)", + "target": [ + "6707d0804e617ec94f0e562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6706a504c00fb0d1f430a249", + "index": 2, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Halloween_zone_for_antivirus(shoreline)", + "target": [ + "6707d0804e617ec94f0e562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6706a51fa60dfe2fb85275ed", + "index": 3, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Halloween_zone_for_antivirus(woods)", + "target": [ + "6707d0804e617ec94f0e562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6706a52083168d9e8ed303d8", + "index": 4, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Halloween_zone_for_antivirus(bigmap)", + "target": [ + "6707d0804e617ec94f0e562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "6706a61a5fb5eedf15ec6234", + "index": 5, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Halloween_zone_for_antivirus(factory)", + "target": [ + "6707d0804e617ec94f0e562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "LeaveItemAtLocation", + "dogtagLevel": 0, + "id": "67091272fbf6f41d103a3216", + "index": 6, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "plantTime": 10, + "zoneId": "Halloween_zone_for_antivirus(lab)", + "target": [ + "6707d0804e617ec94f0e562f" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6706a6e018e2c922fab19335", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040c92bf4be8a4ef041a6c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6707e7d562a617c258a33433", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6707e7e15ef60997cb82fdaf", + "resetOnSessionEnd": false, + "savageRole": [ + "bossSanitar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "6707e7d55dcc46402af57658", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] } ] }, + "description": "67040cae4ac6d9c18c0ade2c description", + "failMessageText": "67040cae4ac6d9c18c0ade2c failMessageText", + "declinePlayerMessage": "67040cae4ac6d9c18c0ade2c declinePlayerMessage", + "name": "67040cae4ac6d9c18c0ade2c name", + "note": "67040cae4ac6d9c18c0ade2c note", + "traderId": "54cb57776803fa99248b456e", + "location": "any", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, "secretQuest": false, - "side": "Pmc", - "startedMessageText": "67d03be712fb5f8fd2096332 startedMessageText", - "status": 0, - "successMessageText": "67d03be712fb5f8fd2096332 successMessageText", - "traderId": "5ac3b934156ae10c4430e83c", - "type": "Elimination" + "startedMessageText": "67040cae4ac6d9c18c0ade2c startedMessageText", + "successMessageText": "67040cae4ac6d9c18c0ade2c successMessageText", + "rewards": { + "Started": [ + { + "availableInGameEditions": [], + "value": 6, + "id": "67090fc88c1b355745083d34", + "type": "Item", + "index": 0, + "target": "6728df85772964fbed0bc426", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc421", + "_tpl": "6707d0804e617ec94f0e562f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "6728df85772964fbed0bc422", + "_tpl": "6707d0804e617ec94f0e562f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "6728df85772964fbed0bc423", + "_tpl": "6707d0804e617ec94f0e562f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "6728df85772964fbed0bc424", + "_tpl": "6707d0804e617ec94f0e562f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "6728df85772964fbed0bc425", + "_tpl": "6707d0804e617ec94f0e562f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "6728df85772964fbed0bc426", + "_tpl": "6707d0804e617ec94f0e562f", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "id": "670910895663dbb73a058b7a", + "type": "ProductionScheme", + "index": 1, + "target": "6728df85772964fbed0bc428", + "unknown": false, + "items": [ + { + "_id": "6728df85772964fbed0bc428", + "_tpl": "6707d0804e617ec94f0e562f", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ], + "loyaltyLevel": 2, + "traderId": 7 + } + ], + "Success": [ + { + "availableInGameEditions": [], + "id": "671016febbbceb6e220f2136", + "type": "Achievement", + "index": 0, + "target": "670febed5ee0fc738a0965a4", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 70000, + "id": "67163fc0db6042d1c2e37fa0", + "type": "Experience", + "index": 1, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.15, + "id": "67163fe2166caf23a43c7f91", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200000, + "id": "67163ffa78c81554369afed4", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc42a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc42a", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 200000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6716402194e9235e79844570", + "type": "Item", + "index": 4, + "target": "6728df85772964fbed0bc42c", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc42c", + "_tpl": "59fb042886f7746c5005a7b2", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "67164045f81ff52fbbe0550f", + "type": "Item", + "index": 5, + "target": "6728df85772964fbed0bc430", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc42e", + "_tpl": "5ed515c8d380ab312177c0fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc42f", + "_tpl": "5ed515c8d380ab312177c0fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc430", + "_tpl": "5ed515c8d380ab312177c0fa", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6716405bc731bcf567da11fa", + "type": "Item", + "index": 6, + "target": "6728df85772964fbed0bc434", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc432", + "_tpl": "637b620db7afa97bfc3d7009", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc433", + "_tpl": "637b620db7afa97bfc3d7009", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc434", + "_tpl": "637b620db7afa97bfc3d7009", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "6716407fd2fcfa4d6df409ba", + "type": "Item", + "index": 7, + "target": "6728df85772964fbed0bc438", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc436", + "_tpl": "5c0e531d86f7747fa23f4d42", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc437", + "_tpl": "5c0e531d86f7747fa23f4d42", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + }, + { + "_id": "6728df85772964fbed0bc438", + "_tpl": "5c0e531d86f7747fa23f4d42", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.15, + "id": "67163fe2166caf23a43c7f91", + "type": "TraderStanding", + "index": 0, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + } + ] + }, + "side": "Pmc" + }, + "67040ccdcc1f3752720376ef": { + "QuestName": "Forgotten Oaths", + "_id": "67040ccdcc1f3752720376ef", + "canShowNotificationsInGame": false, + "acceptPlayerMessage": "67040ccdcc1f3752720376ef acceptPlayerMessage", + "changeQuestMessageText": "67040ccdcc1f3752720376ef changeQuestMessageText", + "completePlayerMessage": "67040ccdcc1f3752720376ef completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "conditionType": "FindItem", + "dogtagLevel": 0, + "id": "6706af6cf1cdc7ba44665711", + "index": 0, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6707d1f9571b50abc703b651" + ], + "countInRaid": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "conditionType": "HandoverItem", + "dogtagLevel": 0, + "id": "6719135cfab45272c32a8c01", + "index": 1, + "maxDurability": 100, + "minDurability": 0, + "parentId": "", + "isEncoded": false, + "onlyFoundInRaid": false, + "dynamicLocale": false, + "target": [ + "6707d1f9571b50abc703b651" + ], + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6707e75828f94321227f3ba9", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6707e7744eb12e7773251f1f", + "resetOnSessionEnd": false, + "savageRole": [ + "bossSanitar" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "6707e758f847ab10fd857441", + "index": 2, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6706af4634a71aa5c0639be1", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040cae4ac6d9c18c0ade2c", + "status": [ + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [ + { + "conditionType": "Quest", + "id": "6709244d3a07cc48f2908a1c", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040cae4ac6d9c18c0ade2c", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ] + }, + "description": "67040ccdcc1f3752720376ef description", + "failMessageText": "67040ccdcc1f3752720376ef failMessageText", + "declinePlayerMessage": "67040ccdcc1f3752720376ef declinePlayerMessage", + "name": "67040ccdcc1f3752720376ef name", + "note": "67040ccdcc1f3752720376ef note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/671f89bfab3a1278b204cc33.png", + "type": "Discover", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67040ccdcc1f3752720376ef startedMessageText", + "successMessageText": "67040ccdcc1f3752720376ef successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 45000, + "id": "6716409d64cc69fc82b41f0a", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.1, + "id": "671640aca6c83a8f0d85b091", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "671640bd6217dd19faabc7a3", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc36f", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc36f", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "671640dbe9a123a38fceec65", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc371", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc371", + "_tpl": "5d235bb686f77443f4331278", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [ + { + "availableInGameEditions": [], + "value": -0.15, + "id": "671640e8871a5f0963d0360c", + "type": "TraderStanding", + "index": 0, + "target": "54cb57776803fa99248b456e", + "unknown": false + } + ] + }, + "side": "Pmc" + }, + "67190f6c1b3f4964d90d71e9": { + "QuestName": "Global Threat", + "_id": "67190f6c1b3f4964d90d71e9", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67190f6c1b3f4964d90d71e9 acceptPlayerMessage", + "changeQuestMessageText": "67190f6c1b3f4964d90d71e9 changeQuestMessageText", + "completePlayerMessage": "67190f6c1b3f4964d90d71e9 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67190f6c1b3f4964d90d71ed", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6704051baba712f694caf4b8", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "67190ed2512a15b26bc723f7", + "target": [ + "Shoreline" + ] + } + ] + }, + "id": "67190f6c1b3f4964d90d71ec", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 50, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67190f6c1b3f4964d90d71eb", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "670404a2ea1caa8f2e0be106", + "status": [ + 4, + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + }, + { + "conditionType": "Quest", + "id": "6729dbca37cb06cfe3d2a6ea", + "index": 2, + "parentId": "", + "dynamicLocale": false, + "target": "5a27b75b86f7742e97191958", + "status": [ + 4, + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67190f6c1b3f4964d90d71e9 description", + "failMessageText": "67190f6c1b3f4964d90d71e9 failMessageText", + "declinePlayerMessage": "67190f6c1b3f4964d90d71e9 declinePlayerMessage", + "name": "67190f6c1b3f4964d90d71e9 name", + "note": "67190f6c1b3f4964d90d71e9 note", + "traderId": "5935c25fb3acc3127c3d8cd9", + "location": "5704e554d2720bac5b8b456e", + "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67190f6c1b3f4964d90d71e9 startedMessageText", + "successMessageText": "67190f6c1b3f4964d90d71e9 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 40000, + "id": "67190f6c1b3f4964d90d71ee", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67190f6c1b3f4964d90d71ef", + "type": "TraderStanding", + "index": 1, + "target": "5935c25fb3acc3127c3d8cd9", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 2000, + "id": "67190f6c1b3f4964d90d71f0", + "type": "Item", + "index": 2, + "target": "672a19fb0f6208542a133ea8", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672a19fb0f6208542a133ea8", + "_tpl": "5696686a4bdc2da3298b456a", + "upd": { + "StackObjectsCount": 2000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67190f9c7b0991dc22064766": { + "QuestName": "Watch the Watcher", + "_id": "67190f9c7b0991dc22064766", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67190f9c7b0991dc22064766 acceptPlayerMessage", + "changeQuestMessageText": "67190f9c7b0991dc22064766 changeQuestMessageText", + "completePlayerMessage": "67190f9c7b0991dc22064766 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67190f9c7b0991dc2206476a", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6704051baba712f694caf4b8", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "67190ed2512a15b26bc723f7", + "target": [ + "Lighthouse" + ] + } + ] + }, + "id": "67190f9c7b0991dc22064769", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 55, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67190f9c7b0991dc22064768", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "670404a2ea1caa8f2e0be106", + "status": [ + 4, + 2 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67190f9c7b0991dc22064766 description", + "failMessageText": "67190f9c7b0991dc22064766 failMessageText", + "declinePlayerMessage": "67190f9c7b0991dc22064766 declinePlayerMessage", + "name": "67190f9c7b0991dc22064766 name", + "note": "67190f9c7b0991dc22064766 note", + "traderId": "579dc571d53a0658a154fbec", + "location": "5704e4dad2720bb55b8b4567", + "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67190f9c7b0991dc22064766 startedMessageText", + "successMessageText": "67190f9c7b0991dc22064766 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 45000, + "id": "67190f9c7b0991dc2206476b", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67190f9c7b0991dc2206476c", + "type": "TraderStanding", + "index": 1, + "target": "579dc571d53a0658a154fbec", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 250000, + "id": "67190f9c7b0991dc2206476d", + "type": "Item", + "index": 2, + "target": "672a19fb0f6208542a133dfa", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672a19fb0f6208542a133dfa", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 250000 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67190febcce4a5fdf605d4f8": { + "QuestName": "Not a Step Back", + "_id": "67190febcce4a5fdf605d4f8", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67190febcce4a5fdf605d4f8 acceptPlayerMessage", + "changeQuestMessageText": "67190febcce4a5fdf605d4f8 changeQuestMessageText", + "completePlayerMessage": "67190febcce4a5fdf605d4f8 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67190febcce4a5fdf605d4fc", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 70 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6704051baba712f694caf4b8", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "67190ed2512a15b26bc723f7", + "target": [ + "RezervBase" + ] + } + ] + }, + "id": "67190febcce4a5fdf605d4fb", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 35, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67190febcce4a5fdf605d4fa", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "670404a2ea1caa8f2e0be106", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67190febcce4a5fdf605d4f8 description", + "failMessageText": "67190febcce4a5fdf605d4f8 failMessageText", + "declinePlayerMessage": "67190febcce4a5fdf605d4f8 declinePlayerMessage", + "name": "67190febcce4a5fdf605d4f8 name", + "note": "67190febcce4a5fdf605d4f8 note", + "traderId": "54cb50c76803fa8b248b4571", + "location": "5704e5fad2720bc05b8b4567", + "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67190febcce4a5fdf605d4f8 startedMessageText", + "successMessageText": "67190febcce4a5fdf605d4f8 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 42000, + "id": "67190febcce4a5fdf605d4fd", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "67190febcce4a5fdf605d4fe", + "type": "TraderStanding", + "index": 1, + "target": "54cb50c76803fa8b248b4571", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "672b30c619b6cef7b7d423db", + "type": "TraderStanding", + "index": 2, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 150000, + "id": "67190febcce4a5fdf605d4ff", + "type": "Item", + "index": 3, + "target": "672bc3fe9f8a40e93200f2ec", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672bc3fe9f8a40e93200f2ec", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 150000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "672b30ec93f9a9d489c360a9", + "type": "Item", + "index": 4, + "target": "672bc3fe9f8a40e93200f2ee", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672bc3fe9f8a40e93200f2ee", + "_tpl": "591094e086f7747caa7bb2ef", + "upd": { + "StackObjectsCount": 1 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "672b30fcd1fe9b2559efe0c8", + "type": "Item", + "index": 5, + "target": "672bc3fe9f8a40e93200f2f0", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672bc3fe9f8a40e93200f2f0", + "_tpl": "5910968f86f77425cf569c32", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "67191048eddf081d340d4c6e": { + "QuestName": "Pressured by Circumstances", + "_id": "67191048eddf081d340d4c6e", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "67191048eddf081d340d4c6e acceptPlayerMessage", + "changeQuestMessageText": "67191048eddf081d340d4c6e changeQuestMessageText", + "completePlayerMessage": "67191048eddf081d340d4c6e completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "67191048eddf081d340d4c72", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6704051baba712f694caf4b8", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [ + "5cadc190ae921500103bb3b6", + "5e81c3cbac2bb513793cdc75", + "5f36a0e5fbf956000b716b65", + "5d3eb3b0a4b93615055e84d2", + "5d67abc1a4b93614ec50137f", + "5a7ae0c351dfba0017554310", + "5b1fa9b25acfc40018633c01", + "63088377b5cd696784087147", + "6193a720f8ee7e52e42109ed", + "602a9740da11d6478d5a06dc", + "576a581d2459771e7b1bc4f1", + "5448bd6b4bdc2dfc2f8b4569", + "579204f224597773d619e051", + "669fa3f88abd2662d80eee77", + "669fa409933e898cce0c2166", + "669fa39b48fc9f8db6035a0c", + "669fa3d876116c89840b1217", + "668fe5a998b5ad715703ddd6", + "5a17f98cfcdbcb0980087290", + "56d59856d2720bd8418b456a", + "56e0598dd2720bb5668b45a6", + "59f98b4986f7746f546d2cef", + "5abccb7dd8ce87001773e277", + "571a12c42459771f627b58a0", + "5b3b713c5acfc4330140bd8d", + "66015072e9f84d5680039678", + "624c2e8614da335f1e034d8c", + "61a4c8884f95bc3b2c5dc96f", + "633ec7c2a6918cb895019c6c" + ], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "67190ed2512a15b26bc723f7", + "target": [ + "factory4_day", + "factory4_night" + ] + } + ] + }, + "id": "67191048eddf081d340d4c71", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 25, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "67191048eddf081d340d4c70", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "670404a2ea1caa8f2e0be106", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "67191048eddf081d340d4c6e description", + "failMessageText": "67191048eddf081d340d4c6e failMessageText", + "declinePlayerMessage": "67191048eddf081d340d4c6e declinePlayerMessage", + "name": "67191048eddf081d340d4c6e name", + "note": "67191048eddf081d340d4c6e note", + "traderId": "5a7c2eca46aef81a7ca2145d", + "location": "55f2d3fd4bdc2d5f408b4567", + "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "67191048eddf081d340d4c6e startedMessageText", + "successMessageText": "67191048eddf081d340d4c6e successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 50000, + "id": "67191048eddf081d340d4c73", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.03, + "id": "672ccda2cba65991956f35c1", + "type": "TraderStanding", + "index": 1, + "target": "5a7c2eca46aef81a7ca2145d", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.01, + "id": "67191048eddf081d340d4c74", + "type": "TraderStanding", + "index": 2, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 300000, + "id": "67191048eddf081d340d4c75", + "type": "Item", + "index": 3, + "target": "672cee99531269e23e175968", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672cee99531269e23e175968", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 300000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "672cce3915eb23bab258965b", + "type": "Item", + "index": 4, + "target": "672cee99531269e23e17596f", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672cee99531269e23e17596c", + "_tpl": "57372b832459776701014e41", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "672cee99531269e23e17596d", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "672cee99531269e23e17596c", + "slotId": "cartridges" + }, + { + "_id": "672cee99531269e23e17596e", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "672cee99531269e23e17596c", + "slotId": "cartridges" + }, + { + "_id": "672cee99531269e23e17596f", + "_tpl": "57372b832459776701014e41", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "672cee99531269e23e175970", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "672cee99531269e23e17596f", + "slotId": "cartridges" + }, + { + "_id": "672cee99531269e23e175971", + "_tpl": "56dff026d2720bb8668b4567", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "672cee99531269e23e17596f", + "slotId": "cartridges" + } + ] + }, + { + "availableInGameEditions": [], + "value": 2, + "id": "672cce58c269e7d911852cd8", + "type": "Item", + "index": 5, + "target": "672cee99531269e23e175978", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672cee99531269e23e175975", + "_tpl": "65702681bfc87b3a3409325f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "672cee99531269e23e175976", + "_tpl": "601949593ae8f707c4608daa", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "672cee99531269e23e175975", + "slotId": "cartridges" + }, + { + "_id": "672cee99531269e23e175977", + "_tpl": "601949593ae8f707c4608daa", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "672cee99531269e23e175975", + "slotId": "cartridges" + }, + { + "_id": "672cee99531269e23e175978", + "_tpl": "65702681bfc87b3a3409325f", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "672cee99531269e23e175979", + "_tpl": "601949593ae8f707c4608daa", + "upd": { + "StackObjectsCount": 60 + }, + "parentId": "672cee99531269e23e175978", + "slotId": "cartridges" + }, + { + "_id": "672cee99531269e23e17597a", + "_tpl": "601949593ae8f707c4608daa", + "upd": { + "StackObjectsCount": 40 + }, + "parentId": "672cee99531269e23e175978", + "slotId": "cartridges" + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "671910d5dbd4354ac10e9784": { + "QuestName": "Conservation Area", + "_id": "671910d5dbd4354ac10e9784", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "671910d5dbd4354ac10e9784 acceptPlayerMessage", + "changeQuestMessageText": "671910d5dbd4354ac10e9784 changeQuestMessageText", + "completePlayerMessage": "671910d5dbd4354ac10e9784 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "671910d5dbd4354ac10e9788", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 21, + "to": 4 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6704051baba712f694caf4b8", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedAssault", + "infectedCivil", + "infectedLaborant", + "infectedPmc", + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + }, + { + "conditionType": "Location", + "dynamicLocale": false, + "id": "67190ed2512a15b26bc723f7", + "target": [ + "Woods" + ] + } + ] + }, + "id": "671910d5dbd4354ac10e9787", + "index": 0, + "parentId": "", + "oneSessionOnly": false, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 40, + "visibilityConditions": [] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "671910d5dbd4354ac10e9786", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "670404a2ea1caa8f2e0be106", + "status": [ + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "671910d5dbd4354ac10e9784 description", + "failMessageText": "671910d5dbd4354ac10e9784 failMessageText", + "declinePlayerMessage": "671910d5dbd4354ac10e9784 declinePlayerMessage", + "name": "671910d5dbd4354ac10e9784 name", + "note": "671910d5dbd4354ac10e9784 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "5704e3c2d2720bac5b8b4567", + "image": "/files/quest/icon/671f917adcb78e551e06b63a.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "671910d5dbd4354ac10e9784 startedMessageText", + "successMessageText": "671910d5dbd4354ac10e9784 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 40000, + "id": "671910d5dbd4354ac10e9789", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "671910d5dbd4354ac10e978a", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 200000, + "id": "671910d5dbd4354ac10e978b", + "type": "Item", + "index": 2, + "target": "672bc3fe9f8a40e93200f266", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672bc3fe9f8a40e93200f266", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 200000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 3, + "id": "672b2e824dd3c76c1f2ea972", + "type": "Item", + "index": 3, + "target": "672bc3fe9f8a40e93200f26a", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "672bc3fe9f8a40e93200f268", + "_tpl": "5d1b33a686f7742523398398", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "672bc3fe9f8a40e93200f269", + "_tpl": "5d1b33a686f7742523398398", + "upd": { + "StackObjectsCount": 1 + } + }, + { + "_id": "672bc3fe9f8a40e93200f26a", + "_tpl": "5d1b33a686f7742523398398", + "upd": { + "StackObjectsCount": 1 + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" + }, + "6727ef2c6015b7cc540ea754": { + "QuestName": "Contagious Beast", + "_id": "6727ef2c6015b7cc540ea754", + "canShowNotificationsInGame": true, + "acceptPlayerMessage": "6727ef2c6015b7cc540ea754 acceptPlayerMessage", + "changeQuestMessageText": "6727ef2c6015b7cc540ea754 changeQuestMessageText", + "completePlayerMessage": "6727ef2c6015b7cc540ea754 completePlayerMessage", + "conditions": { + "AvailableForFinish": [ + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6727f189e850970bf0c80d2e", + "conditions": [ + { + "bodyPart": [], + "compareMethod": ">=", + "conditionType": "Kills", + "daytime": { + "from": 0, + "to": 0 + }, + "distance": { + "compareMethod": ">=", + "value": 0 + }, + "dynamicLocale": false, + "enemyEquipmentExclusive": [], + "enemyEquipmentInclusive": [], + "enemyHealthEffects": [], + "id": "6727f2f76b45b18c4c30824b", + "resetOnSessionEnd": false, + "savageRole": [ + "infectedTagilla" + ], + "target": "Savage", + "value": 0, + "weapon": [], + "weaponCaliber": [], + "weaponModsExclusive": [], + "weaponModsInclusive": [] + } + ] + }, + "id": "6727f18974e5bdcd3778dc54", + "index": 0, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Elimination", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [] + }, + { + "completeInSeconds": 0, + "conditionType": "CounterCreator", + "counter": { + "id": "6727f3380897f2d9d2b64197", + "conditions": [ + { + "conditionType": "ExitStatus", + "dynamicLocale": false, + "id": "6727f347f3e5555ac3b8e183", + "status": [ + "Survived", + "Transit" + ] + } + ] + }, + "id": "6727f338415cfa0beb19c5be", + "index": 1, + "parentId": "", + "oneSessionOnly": true, + "dynamicLocale": false, + "type": "Completion", + "doNotResetIfCounterCompleted": false, + "globalQuestCounterId": "", + "value": 1, + "visibilityConditions": [ + { + "conditionType": "CompleteCondition", + "id": "6727f473d2adfb2ddf7417b4", + "target": "6727f18974e5bdcd3778dc54" + } + ] + } + ], + "AvailableForStart": [ + { + "conditionType": "Quest", + "id": "6727f1552927971b6c3c96cc", + "index": 0, + "parentId": "", + "dynamicLocale": false, + "target": "67040c92bf4be8a4ef041a6c", + "status": [ + 2, + 4 + ], + "globalQuestCounterId": "", + "availableAfter": 0, + "dispersion": 0, + "visibilityConditions": [] + } + ], + "Fail": [] + }, + "description": "6727ef2c6015b7cc540ea754 description", + "failMessageText": "6727ef2c6015b7cc540ea754 failMessageText", + "declinePlayerMessage": "6727ef2c6015b7cc540ea754 declinePlayerMessage", + "name": "6727ef2c6015b7cc540ea754 name", + "note": "6727ef2c6015b7cc540ea754 note", + "traderId": "5c0647fdd443bc2504c2d371", + "location": "any", + "image": "/files/quest/icon/60cb3814f09d61072d6cf211.jpg", + "type": "Elimination", + "isKey": false, + "restartable": false, + "instantComplete": false, + "secretQuest": false, + "startedMessageText": "6727ef2c6015b7cc540ea754 startedMessageText", + "successMessageText": "6727ef2c6015b7cc540ea754 successMessageText", + "rewards": { + "Started": [], + "Success": [ + { + "availableInGameEditions": [], + "value": 65000, + "id": "6727f6974fd6e43cdd516bfe", + "type": "Experience", + "index": 0, + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 0.05, + "id": "6727f68254775312a3c6720c", + "type": "TraderStanding", + "index": 1, + "target": "5c0647fdd443bc2504c2d371", + "unknown": false + }, + { + "availableInGameEditions": [], + "value": 100000, + "id": "6727f52839844202a5941867", + "type": "Item", + "index": 2, + "target": "6728df85772964fbed0bc444", + "unknown": false, + "findInRaid": false, + "items": [ + { + "_id": "6728df85772964fbed0bc444", + "_tpl": "5449016a4bdc2d6f028b456f", + "upd": { + "StackObjectsCount": 100000 + } + } + ] + }, + { + "availableInGameEditions": [], + "value": 1, + "id": "6727f6d20e0fe62b07dbec5b", + "type": "Item", + "index": 3, + "target": "6728df85772964fbed0bc446", + "unknown": false, + "findInRaid": true, + "items": [ + { + "_id": "6728df85772964fbed0bc446", + "_tpl": "5c1d0c5f86f7744bb2683cf0", + "upd": { + "StackObjectsCount": 1, + "SpawnedInSession": true + } + } + ] + } + ], + "Fail": [] + }, + "side": "Pmc" } -} +} \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/assort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/assort.json index 4562a857..1f2889d1 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/assort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/assort.json @@ -992,7 +992,7 @@ "upd": { "UnlimitedCount": true, "StackObjectsCount": 9999999, - "BuyRestrictionMax": 2, + "BuyRestrictionMax": 4, "BuyRestrictionCurrent": 0 } }, @@ -1139,7 +1139,7 @@ "676d24ce798491c5260f5d29": [ [ { - "count": 15307.83, + "count": 15192.74, "_tpl": "569668774bdc2da2298b4568" } ] diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/questassort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/questassort.json index 7ae5b764..1d53b93e 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/questassort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/54cb57776803fa99248b456e/questassort.json @@ -1,18 +1,18 @@ { "started": {}, "success": { + "676d24d1798491c5260f5def": "5ac3475486f7741d6224abd3", + "676d24ce798491c5260f5d2c": "5a68665c86f774255929b4c7", + "676d24ce798491c5260f5d32": "5a68661a86f774500f48afb0", + "676d24cf798491c5260f5d41": "6179afd0bca27a099552e040", + "676d24cf798491c5260f5d74": "6179ad56c760af5ad2053587", + "676d24ce798491c5260f5d11": "5968eb3186f7741dde183a4d", "676d24ce798491c5260f5d02": "596760e186f7741e11214d58", "676d24ce798491c5260f5d35": "59689ee586f7740d1570bbd5", - "676d24ce798491c5260f5d11": "5968eb3186f7741dde183a4d", - "676d24ce798491c5260f5d32": "5a68661a86f774500f48afb0", - "676d24ce798491c5260f5d2c": "5a68665c86f774255929b4c7", - "676d24d1798491c5260f5def": "5ac3475486f7741d6224abd3", "676d24cf798491c5260f5d5c": "5c0d0d5086f774363760aef2", - "676d24cf798491c5260f5d74": "6179ad56c760af5ad2053587", - "676d24cf798491c5260f5d41": "6179afd0bca27a099552e040", "676d24d1798491c5260f5de0": "64f3176921045e77405d63b5", - "667eac90d135442276096594": "6672ec2a2b6f3b71be794cc5", - "67e50e6d4e0adf4dec0eb284": "67a09673972c11a3f507731d" + "67e50e6d4e0adf4dec0eb284": "67a09673972c11a3f507731d", + "667eac90d135442276096594": "6672ec2a2b6f3b71be794cc5" }, "fail": {} } \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/assort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/assort.json index 8c281c9f..e12db910 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/assort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/assort.json @@ -6659,7 +6659,7 @@ "677536ee7949f87882036fb0": [ [ { - "count": 152, + "count": 153, "_tpl": "5449016a4bdc2d6f028b456f" } ] @@ -6915,7 +6915,7 @@ "677536f07949f87882037013": [ [ { - "count": 32.69, + "count": 32.44, "_tpl": "569668774bdc2da2298b4568" } ] @@ -8996,7 +8996,7 @@ "677536fc7949f878820373fa": [ [ { - "count": 36.65, + "count": 36.38, "_tpl": "569668774bdc2da2298b4568" } ] diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/questassort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/questassort.json index 092047ed..e8166865 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/questassort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/58330581ace78e27b8b10cee/questassort.json @@ -1,38 +1,38 @@ { "started": {}, "success": { - "677536ef7949f87882036fc0": "5967725e86f774601a446662", + "677536f27949f878820370a0": "5a27b87686f77460de0252a8", + "677537007949f878820374d0": "675c3582f6ddc329a90f9c6d", + "677536f27949f878820370ca": "5c0bdb5286f774166e38eed4", + "677536fd7949f8788203742b": "5c0d4c12d09282029f539173", + "677536f47949f87882037146": "5ac242ab86f77412464f68b4", + "677536f17949f87882037050": "6179b4f16e9dd54ac275e407", + "677536ee7949f87882036f97": "6179b4f16e9dd54ac275e407", + "677536f17949f8788203707a": "6179b4f16e9dd54ac275e407", "677536f17949f8788203703c": "596b36c586f77450d6045ad2", "677536f97949f878820372db": "596b36c586f77450d6045ad2", + "677536ef7949f87882036fc0": "5967725e86f774601a446662", + "677536fa7949f87882037392": "6179b5eabca27a099552e052", "677536f27949f878820370b4": "596b43fb86f77457ca186186", - "677536f77949f8788203727c": "596b455186f77457cb50eccb", + "677536f17949f8788203705e": "6193850f60b34236ee0483de", "677536f07949f87882037022": "5979eee086f774311955e614", - "677536f27949f878820370a0": "5a27b87686f77460de0252a8", "677536f97949f87882037300": "5a27d2af86f7744e1115b323", - "677536f47949f87882037146": "5ac242ab86f77412464f68b4", - "677536f77949f87882037253": "5b478ff486f7744d184ecbbf", + "677536f77949f8788203727c": "596b455186f77457cb50eccb", "677536f67949f878820371e6": "5b4794cb86f774598100d5d4", "677536f17949f87882037081": "5c0bbaa886f7746941031d82", "677536f67949f8788203722a": "5c0bbaa886f7746941031d82", "677536fd7949f87882037428": "5c0bbaa886f7746941031d82", - "677536f27949f878820370ca": "5c0bdb5286f774166e38eed4", - "677536fd7949f8788203742b": "5c0d4c12d09282029f539173", - "677536f17949f87882037050": "6179b4f16e9dd54ac275e407", - "677536ee7949f87882036f97": "6179b4f16e9dd54ac275e407", - "677536f17949f8788203707a": "6179b4f16e9dd54ac275e407", - "677536fa7949f87882037392": "6179b5eabca27a099552e052", - "677536f17949f8788203705e": "6193850f60b34236ee0483de", + "677536f77949f87882037253": "5b478ff486f7744d184ecbbf", "677536f67949f878820371ff": "639873003693c63d86328f25", + "677536f37949f8788203710f": "64f6aafd67e11a7c6206e0d0", + "677536f77949f8788203725f": "64f5e20652fc01298e2c61e3", + "677536ff7949f8788203749c": "671a59e43d73dac1360765cc", + "677537007949f878820374b7": "671a49f77d49aea42c029b5f", + "677537037949f8788203754c": "6764174c86addd02bc033d68", "6492e44bf4287b13040fccf6": "647710905320c660d91c15a5", "64a8578f0e9876295f0f83ed": "649af47d717cb30e7e4b5e26", "64a8578f0e9876295f0f83ee": "649af47d717cb30e7e4b5e26", - "64a8578f0e9876295f0f83ef": "649af47d717cb30e7e4b5e26", - "677536f77949f8788203725f": "64f5e20652fc01298e2c61e3", - "677536f37949f8788203710f": "64f6aafd67e11a7c6206e0d0", - "677537007949f878820374b7": "671a49f77d49aea42c029b5f", - "677536ff7949f8788203749c": "671a59e43d73dac1360765cc", - "677537007949f878820374d0": "675c3582f6ddc329a90f9c6d", - "677537037949f8788203754c": "6764174c86addd02bc033d68" + "64a8578f0e9876295f0f83ef": "649af47d717cb30e7e4b5e26" }, "fail": {} } \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5935c25fb3acc3127c3d8cd9/questassort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5935c25fb3acc3127c3d8cd9/questassort.json index 5476b330..f252540b 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5935c25fb3acc3127c3d8cd9/questassort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5935c25fb3acc3127c3d8cd9/questassort.json @@ -1,47 +1,47 @@ { "started": {}, "success": { - "676d24a5798491c5260f4ade": "5a03173786f77451cb427172", - "676d24a9798491c5260f4cd2": "5a27b75b86f7742e97191958", - "676d24a9798491c5260f4c90": "5a27b75b86f7742e97191958", - "676d24b0798491c5260f4f94": "5a27b7a786f774579c3eb376", - "676d24af798491c5260f4ed7": "5a27b7a786f774579c3eb376", - "676d24a4798491c5260f4a9b": "5a27b7d686f77460d847e6a6", - "676d24a9798491c5260f4c65": "5a27b7d686f77460d847e6a6", - "676d24a3798491c5260f4a1c": "5a27b80086f774429a5d7e20", "676d24b2798491c5260f5080": "5a27b87686f77460de0252a8", + "676d24a3798491c5260f4a1c": "5a27b80086f774429a5d7e20", "676d24ad798491c5260f4e58": "5a27bafb86f7741c73584017", - "676d24a6798491c5260f4b5e": "5a27bb3d86f77411ea361a21", "676d24a4798491c5260f4aa5": "5a27bbf886f774333a418eeb", "676d24ac798491c5260f4db8": "5a27bbf886f774333a418eeb", - "676d24a9798491c5260f4cbe": "5a27bc1586f7741f6d40fa2f", "676d24af798491c5260f4ee5": "5a27bc3686f7741c73584026", + "676d24ac798491c5260f4de7": "5ac244c486f77413e12cf945", "676d24a6798491c5260f4b4a": "5a27bc6986f7741c7358402b", "676d24b2798491c5260f5089": "5a27bc6986f7741c7358402b", + "676d24a4798491c5260f4a9b": "5a27b7d686f77460d847e6a6", + "676d24a9798491c5260f4c65": "5a27b7d686f77460d847e6a6", "676d24b1798491c5260f5019": "5a27bc8586f7741b543d8ea4", - "676d24ac798491c5260f4de7": "5ac244c486f77413e12cf945", - "676d24a7798491c5260f4be5": "5b477f7686f7744d1b23c4d2", - "676d24b2798491c5260f508d": "5b47825886f77468074618d3", - "676d24b6798491c5260f5271": "5c0bd01e86f7747cdd799e56", + "676d24a4798491c5260f4a84": "5edac020218d181e29451446", + "676d24ab798491c5260f4d59": "5edac020218d181e29451446", + "676d24b5798491c5260f51c2": "60e71ce009d7c801eb0c0ec6", "676d24aa798491c5260f4cff": "5c0d4e61d09282029f53920e", "676d24aa798491c5260f4cf6": "5c0d4e61d09282029f53920e", "676d24a4798491c5260f4a51": "5c0d4e61d09282029f53920e", - "676d24a4798491c5260f4a84": "5edac020218d181e29451446", - "676d24ab798491c5260f4d59": "5edac020218d181e29451446", - "676d24b0798491c5260f4f55": "5edac63b930f5454f51e128b", - "676d24b5798491c5260f51c2": "60e71ce009d7c801eb0c0ec6", - "676d24aa798491c5260f4ceb": "6179aff8f57fb279792c60a1", + "676d24a9798491c5260f4cd2": "5a27b75b86f7742e97191958", + "676d24a9798491c5260f4c90": "5a27b75b86f7742e97191958", + "676d24a6798491c5260f4b5e": "5a27bb3d86f77411ea361a21", "676d24a8798491c5260f4c36": "6179b4d1bca27a099552e04e", "676d24ab798491c5260f4daa": "6179b4d1bca27a099552e04e", + "676d24a9798491c5260f4cbe": "5a27bc1586f7741f6d40fa2f", + "676d24ab798491c5260f4da8": "639872fe8871e1272b10ccf6", + "676d24b0798491c5260f4f55": "5edac63b930f5454f51e128b", + "676d24b0798491c5260f4f94": "5a27b7a786f774579c3eb376", + "676d24af798491c5260f4ed7": "5a27b7a786f774579c3eb376", + "676d24a5798491c5260f4ade": "5a03173786f77451cb427172", "676d24a5798491c5260f4b1f": "61958c366726521dd96828ec", - "676d24b2798491c5260f50be": "639135f286e646067c176a87", - "676d24af798491c5260f4f0a": "639135f286e646067c176a87", + "676d24a7798491c5260f4be5": "5b477f7686f7744d1b23c4d2", + "676d24b2798491c5260f508d": "5b47825886f77468074618d3", "676d24b4798491c5260f5176": "63967028c4a91c5cb76abd81", "676d24b3798491c5260f5128": "63967028c4a91c5cb76abd81", "676d24b6798491c5260f523d": "63967028c4a91c5cb76abd81", - "676d24ab798491c5260f4da8": "639872fe8871e1272b10ccf6", + "676d24aa798491c5260f4ceb": "6179aff8f57fb279792c60a1", "676d24b5798491c5260f5215": "63a9b229813bba58a50c9ee5", "676d24b0798491c5260f4f5b": "63a9b229813bba58a50c9ee5", + "676d24b6798491c5260f5271": "5c0bd01e86f7747cdd799e56", + "676d24b2798491c5260f50be": "639135f286e646067c176a87", + "676d24af798491c5260f4f0a": "639135f286e646067c176a87", "656629d07cac3c3b160e63fb": "655e427b64d09b4122018228", "656629d07cac3c3b160e63fc": "655e427b64d09b4122018228", "656629d07cac3c3b160e63fd": "655e427b64d09b4122018228", diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json index a99afdfa..163815a2 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/assort.json @@ -10127,7 +10127,7 @@ "677536c8b06e57fd5c0e09a7": [ [ { - "count": 14.42, + "count": 14.31, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10135,7 +10135,7 @@ "677536c8b06e57fd5c0e09aa": [ [ { - "count": 84.84, + "count": 84.2, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10143,7 +10143,7 @@ "677536c8b06e57fd5c0e09ad": [ [ { - "count": 174.08, + "count": 172.77, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10151,7 +10151,7 @@ "677536c8b06e57fd5c0e09b0": [ [ { - "count": 42.58, + "count": 42.26, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10159,7 +10159,7 @@ "677536c8b06e57fd5c0e09b3": [ [ { - "count": 13.77, + "count": 13.67, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10167,7 +10167,7 @@ "677536c8b06e57fd5c0e09b6": [ [ { - "count": 76.11, + "count": 75.53, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10183,7 +10183,7 @@ "677536c8b06e57fd5c0e09bc": [ [ { - "count": 9.85, + "count": 9.77, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10191,7 +10191,7 @@ "677536c8b06e57fd5c0e09bf": [ [ { - "count": 34.11, + "count": 33.86, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10207,7 +10207,7 @@ "677536c8b06e57fd5c0e09cc": [ [ { - "count": 289.87, + "count": 287.69, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10215,7 +10215,7 @@ "677536c8b06e57fd5c0e09cf": [ [ { - "count": 333.76, + "count": 331.25, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10223,7 +10223,7 @@ "677536c8b06e57fd5c0e09d2": [ [ { - "count": 152.42, + "count": 151.27, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10231,7 +10231,7 @@ "677536c8b06e57fd5c0e09d5": [ [ { - "count": 38.29, + "count": 38, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10239,7 +10239,7 @@ "677536c8b06e57fd5c0e09d8": [ [ { - "count": 49.06, + "count": 48.69, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10255,7 +10255,7 @@ "677536c9b06e57fd5c0e09de": [ [ { - "count": 85.72, + "count": 85.08, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10263,7 +10263,7 @@ "677536c9b06e57fd5c0e09e1": [ [ { - "count": 60.73, + "count": 60.27, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10279,7 +10279,7 @@ "677536c9b06e57fd5c0e09e7": [ [ { - "count": 106.98, + "count": 106.18, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10287,7 +10287,7 @@ "677536c9b06e57fd5c0e09ea": [ [ { - "count": 25.49, + "count": 25.3, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10295,7 +10295,7 @@ "677536c9b06e57fd5c0e09ed": [ [ { - "count": 31.11, + "count": 30.87, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10327,7 +10327,7 @@ "677536c9b06e57fd5c0e09f9": [ [ { - "count": 15.15, + "count": 15.04, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10335,7 +10335,7 @@ "677536c9b06e57fd5c0e09fc": [ [ { - "count": 29.97, + "count": 29.74, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10367,7 +10367,7 @@ "677536c9b06e57fd5c0e0a08": [ [ { - "count": 7.65, + "count": 7.59, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10375,7 +10375,7 @@ "677536c9b06e57fd5c0e0a0b": [ [ { - "count": 13.11, + "count": 13.02, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10383,7 +10383,7 @@ "677536c9b06e57fd5c0e0a0e": [ [ { - "count": 21.21, + "count": 21.05, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10391,7 +10391,7 @@ "677536c9b06e57fd5c0e0a11": [ [ { - "count": 95.39, + "count": 94.68, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10399,7 +10399,7 @@ "677536c9b06e57fd5c0e0a14": [ [ { - "count": 45.19, + "count": 44.85, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10423,7 +10423,7 @@ "677536cab06e57fd5c0e0a1d": [ [ { - "count": 158.8, + "count": 157.6, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10431,7 +10431,7 @@ "677536cab06e57fd5c0e0a20": [ [ { - "count": 30.66, + "count": 30.43, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10439,7 +10439,7 @@ "677536cab06e57fd5c0e0a23": [ [ { - "count": 46.61, + "count": 46.26, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10447,7 +10447,7 @@ "677536cab06e57fd5c0e0a26": [ [ { - "count": 86.03, + "count": 85.38, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10471,7 +10471,7 @@ "677536cab06e57fd5c0e0a2f": [ [ { - "count": 30.64, + "count": 30.41, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10479,7 +10479,7 @@ "677536cab06e57fd5c0e0a32": [ [ { - "count": 7.64, + "count": 7.59, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10495,7 +10495,7 @@ "677536cab06e57fd5c0e0a3e": [ [ { - "count": 23.55, + "count": 23.38, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10527,7 +10527,7 @@ "677536cab06e57fd5c0e0a50": [ [ { - "count": 11.84, + "count": 11.75, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10535,7 +10535,7 @@ "677536cab06e57fd5c0e0a53": [ [ { - "count": 7.63, + "count": 7.57, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10623,7 +10623,7 @@ "677536cbb06e57fd5c0e0a92": [ [ { - "count": 14.3, + "count": 14.2, "_tpl": "569668774bdc2da2298b4568" } ] @@ -10907,7 +10907,7 @@ "677536cdb06e57fd5c0e0b13": [ [ { - "count": 265.85, + "count": 263.85, "_tpl": "569668774bdc2da2298b4568" } ] @@ -11523,7 +11523,7 @@ "677536d1b06e57fd5c0e0c78": [ [ { - "count": 60.21, + "count": 59.76, "_tpl": "569668774bdc2da2298b4568" } ] @@ -11711,7 +11711,7 @@ "677536d2b06e57fd5c0e0ccf": [ [ { - "count": 31.92, + "count": 31.68, "_tpl": "569668774bdc2da2298b4568" } ] @@ -11879,7 +11879,7 @@ "677536d3b06e57fd5c0e0d18": [ [ { - "count": 0.76, + "count": 0.75, "_tpl": "569668774bdc2da2298b4568" } ] @@ -12047,7 +12047,7 @@ "677536d6b06e57fd5c0e0d5d": [ [ { - "count": 26.58, + "count": 26.38, "_tpl": "569668774bdc2da2298b4568" } ] diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/questassort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/questassort.json index 92740f12..3b320b60 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/questassort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5a7c2eca46aef81a7ca2145d/questassort.json @@ -4,49 +4,49 @@ "677536cdb06e57fd5c0e0b13": "5b47926a86f7747ccc057c15" }, "success": { - "677536cdb06e57fd5c0e0b53": "5ac23c6186f7741247042bad", - "677536cfb06e57fd5c0e0c08": "5ac2428686f77412450b42bf", - "677536cbb06e57fd5c0e0ab0": "5ac244eb86f7741356335af1", - "677536d9b06e57fd5c0e0d9f": "5ae3267986f7742a413592fe", - "677536d7b06e57fd5c0e0d74": "5ae327c886f7745c7b3f2f3f", - "677536cab06e57fd5c0e0a17": "5b47749f86f7746c5d6a5fd4", - "677536c8b06e57fd5c0e09cc": "5b47749f86f7746c5d6a5fd4", - "677536e3b06e57fd5c0e1085": "5b47749f86f7746c5d6a5fd4", - "677536e2b06e57fd5c0e1041": "5b47749f86f7746c5d6a5fd4", - "677536cdb06e57fd5c0e0b34": "5b477b6f86f7747290681823", - "677536e5b06e57fd5c0e10d8": "5b477b6f86f7747290681823", - "677536e5b06e57fd5c0e10e7": "5b477f7686f7744d1b23c4d2", - "677536e0b06e57fd5c0e0fab": "5b47825886f77468074618d3", - "677536ccb06e57fd5c0e0b06": "5c0bde0986f77479cf22c2f8", - "677536dcb06e57fd5c0e0e3d": "5c0be13186f7746f016734aa", - "677536e2b06e57fd5c0e1020": "5c1128e386f7746565181106", - "677536d2b06e57fd5c0e0cdb": "5c139eb686f7747878361a6f", - "677536d1b06e57fd5c0e0ca8": "5f04886a3937dc337a6b8238", - "677536cbb06e57fd5c0e0a89": "6179b3a12153c15e937d52bc", - "677536e8b06e57fd5c0e121d": "6179b3bdc7560e13d23eeb8d", - "677536e0b06e57fd5c0e0f9f": "6391372c8ba6894d155e77d7", - "677536e6b06e57fd5c0e114c": "63966fbeea19ac7ed845db2e", - "677536e7b06e57fd5c0e1175": "639670029113f06a7c3b2377", - "677536e5b06e57fd5c0e1108": "63967028c4a91c5cb76abd81", - "677536d1b06e57fd5c0e0c96": "639872fa9b4fb827b200d8e5", - "677536dbb06e57fd5c0e0db4": "639872fa9b4fb827b200d8e5", - "677536ddb06e57fd5c0e0e64": "63987301e11ec11ff5504036", - "677536e0b06e57fd5c0e0f96": "63987301e11ec11ff5504036", - "64a2e6f09b9ad2b93b0cab9c": "64916da7ad4e722c106f2345", - "64a2e6f09b9ad2b93b0cab9d": "64916da7ad4e722c106f2345", - "64a2e6f09b9ad2b93b0cab9e": "64916da7ad4e722c106f2345", - "64a2e6f09b9ad2b93b0cab9f": "64916da7ad4e722c106f2345", - "677536e4b06e57fd5c0e10ae": "64f83bb69878a0569d6ecfbe", - "677536d2b06e57fd5c0e0ced": "64f83bcdde58fc437700d8fa", - "677536e5b06e57fd5c0e10ed": "64f83bcdde58fc437700d8fa", - "677536e4b06e57fd5c0e109d": "64f83bd983cfca080a362c82", - "677536e7b06e57fd5c0e11cc": "64f83bd983cfca080a362c82", - "677536e9b06e57fd5c0e1260": "6744ab1def61d56e020b5c56", "677536e9b06e57fd5c0e1285": "6744af0969a58fceba101fed", "677536eab06e57fd5c0e129d": "6744af0969a58fceba101fed", "677536eab06e57fd5c0e1291": "6745cbee909d2013670a4a55", "677536ebb06e57fd5c0e12e8": "6745cbee909d2013670a4a55", - "677536e8b06e57fd5c0e122b": "676529af9c90953d090882e7" + "677536e2b06e57fd5c0e1020": "5c1128e386f7746565181106", + "677536dcb06e57fd5c0e0e3d": "5c0be13186f7746f016734aa", + "677536d1b06e57fd5c0e0c96": "639872fa9b4fb827b200d8e5", + "677536dbb06e57fd5c0e0db4": "639872fa9b4fb827b200d8e5", + "677536d7b06e57fd5c0e0d74": "5ae327c886f7745c7b3f2f3f", + "677536e8b06e57fd5c0e122b": "676529af9c90953d090882e7", + "677536d2b06e57fd5c0e0cdb": "5c139eb686f7747878361a6f", + "677536d1b06e57fd5c0e0ca8": "5f04886a3937dc337a6b8238", + "677536ccb06e57fd5c0e0b06": "5c0bde0986f77479cf22c2f8", + "677536e7b06e57fd5c0e1175": "639670029113f06a7c3b2377", + "677536e5b06e57fd5c0e10e7": "5b477f7686f7744d1b23c4d2", + "677536ddb06e57fd5c0e0e64": "63987301e11ec11ff5504036", + "677536e0b06e57fd5c0e0f96": "63987301e11ec11ff5504036", + "677536e8b06e57fd5c0e121d": "6179b3bdc7560e13d23eeb8d", + "677536cbb06e57fd5c0e0a89": "6179b3a12153c15e937d52bc", + "677536e0b06e57fd5c0e0fab": "5b47825886f77468074618d3", + "677536e5b06e57fd5c0e1108": "63967028c4a91c5cb76abd81", + "677536d2b06e57fd5c0e0ced": "64f83bcdde58fc437700d8fa", + "677536e5b06e57fd5c0e10ed": "64f83bcdde58fc437700d8fa", + "677536cab06e57fd5c0e0a17": "5b47749f86f7746c5d6a5fd4", + "677536c8b06e57fd5c0e09cc": "5b47749f86f7746c5d6a5fd4", + "677536e3b06e57fd5c0e1085": "5b47749f86f7746c5d6a5fd4", + "677536e2b06e57fd5c0e1041": "5b47749f86f7746c5d6a5fd4", + "677536e6b06e57fd5c0e114c": "63966fbeea19ac7ed845db2e", + "677536cdb06e57fd5c0e0b34": "5b477b6f86f7747290681823", + "677536e5b06e57fd5c0e10d8": "5b477b6f86f7747290681823", + "677536e4b06e57fd5c0e109d": "64f83bd983cfca080a362c82", + "677536e7b06e57fd5c0e11cc": "64f83bd983cfca080a362c82", + "677536e4b06e57fd5c0e10ae": "64f83bb69878a0569d6ecfbe", + "677536cbb06e57fd5c0e0ab0": "5ac244eb86f7741356335af1", + "677536cfb06e57fd5c0e0c08": "5ac2428686f77412450b42bf", + "677536d9b06e57fd5c0e0d9f": "5ae3267986f7742a413592fe", + "677536cdb06e57fd5c0e0b53": "5ac23c6186f7741247042bad", + "677536e0b06e57fd5c0e0f9f": "6391372c8ba6894d155e77d7", + "677536e9b06e57fd5c0e1260": "6744ab1def61d56e020b5c56", + "64a2e6f09b9ad2b93b0cab9c": "64916da7ad4e722c106f2345", + "64a2e6f09b9ad2b93b0cab9d": "64916da7ad4e722c106f2345", + "64a2e6f09b9ad2b93b0cab9e": "64916da7ad4e722c106f2345", + "64a2e6f09b9ad2b93b0cab9f": "64916da7ad4e722c106f2345" }, "fail": {} } \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/assort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/assort.json index 1a09d3a6..1ee1ece1 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/assort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/assort.json @@ -3566,84 +3566,84 @@ "upd": { "UnlimitedCount": true, "StackObjectsCount": 9999999, - "BuyRestrictionMax": 2, + "BuyRestrictionMax": 4, "BuyRestrictionCurrent": 0 } }, { - "_id": "67eb25710eb297dd61111530", + "_id": "67eb506040b1947a72103c2e", "_tpl": "5b44cf1486f77431723e3d05", "parentId": "hideout", "slotId": "hideout", "upd": { - "StackObjectsCount": 20200, + "StackObjectsCount": 940000, "BuyRestrictionMax": 1 } }, { "_id": "6576eb0d424f2c87d30c760e", "_tpl": "6575c3b3dc9932aed601c5f4", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Soft_armor_front" }, { "_id": "6576eb0d424f2c87d30c760f", "_tpl": "6575c3beefc786cd9101a5ed", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Soft_armor_back" }, { "_id": "6576eb0d424f2c87d30c7610", "_tpl": "6575c3cdc6700bd6b40e8a90", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Soft_armor_left" }, { "_id": "6576eb0d424f2c87d30c7611", "_tpl": "6575c3dfdc9932aed601c5f8", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "soft_armor_right" }, { "_id": "6576eb0d424f2c87d30c7612", "_tpl": "6575c3ec52b7f8c76a05ee39", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Collar" }, { "_id": "6576eb0d424f2c87d30c7613", "_tpl": "6575c3fd52b7f8c76a05ee3d", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Shoulder_l" }, { "_id": "6576eb0d424f2c87d30c7614", "_tpl": "6575c40c52b7f8c76a05ee41", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Shoulder_r" }, { "_id": "6576eb0d424f2c87d30c7615", "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Front_plate" }, { "_id": "6576eb0d424f2c87d30c7616", "_tpl": "656fa8d700d62bcd2e024084", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Back_plate" }, { "_id": "6576eb0d424f2c87d30c7617", "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Left_side_plate" }, { "_id": "6576eb0d424f2c87d30c7618", "_tpl": "6557458f83942d705f0c4962", - "parentId": "67eb25710eb297dd61111530", + "parentId": "67eb506040b1947a72103c2e", "slotId": "Right_side_plate" } ], @@ -4853,7 +4853,7 @@ "67877f6eecc0f807890600b7": [ [ { - "count": 117.08, + "count": 116.2, "_tpl": "569668774bdc2da2298b4568" } ] @@ -5074,10 +5074,10 @@ } ] ], - "67eb25710eb297dd61111530": [ + "67eb506040b1947a72103c2e": [ [ { - "count": 205400, + "count": 205349, "_tpl": "5449016a4bdc2d6f028b456f" } ] @@ -5257,6 +5257,6 @@ "67877f6fecc0f8078906015f": 1, "67877f6fecc0f80789060165": 2, "67e5337781a202dc180bc022": 1, - "67eb25710eb297dd61111530": 4 + "67eb506040b1947a72103c2e": 4 } } \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/questassort.json b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/questassort.json index e22c48da..cbb57c26 100644 --- a/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/questassort.json +++ b/Libraries/SPTarkov.Server.Assets/Assets/database/traders/5ac3b934156ae10c4430e83c/questassort.json @@ -1,28 +1,28 @@ { "started": {}, "success": { - "67877f6cecc0f8078905fff5": "5ae448f286f77448d73c0131", - "67877f6cecc0f8078905ffb4": "5ae4493486f7744efa289417", - "67877f6becc0f8078905ff53": "5ae4493d86f7744b8e15aa8f", "67877f6cecc0f80789060001": "5ae4499a86f77449783815db", + "67877f6becc0f8078905ff08": "5ae449d986f774453a54a7e1", "67877f6aecc0f8078905fea4": "5ae449c386f7744bde357697", "67877f6eecc0f807890600d3": "5ae449c386f7744bde357697", - "67877f6becc0f8078905ff08": "5ae449d986f774453a54a7e1", - "67877f68ecc0f8078905fdae": "5b478b1886f7744d1b23c57d", - "67877f6cecc0f8078905ffcc": "5b478d0f86f7744d190d91b5", - "67877f6cecc0f8078905ffd9": "5c10f94386f774227172c572", - "67877f6aecc0f8078905feec": "5c112d7e86f7740d6f647486", - "67877f6aecc0f8078905feb8": "5e381b0286f77420e3417a74", - "67eb25710eb297dd61111530": "5e383a6386f77465910ce1f3", - "67877f68ecc0f8078905fda5": "608974af4b05530f55550c21", - "67877f6eecc0f80789060129": "608974af4b05530f55550c21", "67877f67ecc0f8078905fd5a": "60e71d23c1bfa3050473b8e6", - "67877f6aecc0f8078905fe88": "638fcd23dc65553116701d33", - "67877f6cecc0f8078905ff89": "639135a7e705511c8a4a1b78", - "67877f6cecc0f8078905ffe9": "639135bbc115f907b14700a6", + "67877f6cecc0f8078905ffcc": "5b478d0f86f7744d190d91b5", + "67877f68ecc0f8078905fdae": "5b478b1886f7744d1b23c57d", "67877f6decc0f807890600a1": "63966fccac6f8f3c677b9d89", "67877f6eecc0f80789060131": "63966fd9ea19ac7ed845db30", - "67e5337781a202dc180bc022": "67a096f605d1611ed90be75a" + "67877f6becc0f8078905ff53": "5ae4493d86f7744b8e15aa8f", + "67877f6cecc0f8078905fff5": "5ae448f286f77448d73c0131", + "67877f6cecc0f8078905ffb4": "5ae4493486f7744efa289417", + "67877f6cecc0f8078905ffe9": "639135bbc115f907b14700a6", + "67877f6cecc0f8078905ffd9": "5c10f94386f774227172c572", + "67877f6aecc0f8078905feec": "5c112d7e86f7740d6f647486", + "67877f6aecc0f8078905feb8": "5e383a6386f77465910ce1f3", + "67877f6aecc0f8078905fe88": "638fcd23dc65553116701d33", + "67877f68ecc0f8078905fda5": "608974af4b05530f55550c21", + "67877f6eecc0f80789060129": "608974af4b05530f55550c21", + "67877f6cecc0f8078905ff89": "639135a7e705511c8a4a1b78", + "67e5337781a202dc180bc022": "67a096f605d1611ed90be75a", + "67eb506040b1947a72103c2e": "5e381b0286f77420e3417a74" }, "fail": {} } \ No newline at end of file diff --git a/Libraries/SPTarkov.Server.Core/Callbacks/ClientLogCallbacks.cs b/Libraries/SPTarkov.Server.Core/Callbacks/ClientLogCallbacks.cs index fd57bef7..46f3ee8e 100644 --- a/Libraries/SPTarkov.Server.Core/Callbacks/ClientLogCallbacks.cs +++ b/Libraries/SPTarkov.Server.Core/Callbacks/ClientLogCallbacks.cs @@ -6,6 +6,7 @@ using SPTarkov.Server.Core.Services; using SPTarkov.Server.Core.Utils; using SPTarkov.Server; using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Models.Enums; namespace SPTarkov.Server.Core.Callbacks; diff --git a/Libraries/SPTarkov.Server.Core/Callbacks/DataCallbacks.cs b/Libraries/SPTarkov.Server.Core/Callbacks/DataCallbacks.cs index 9b60baf8..8f740905 100644 --- a/Libraries/SPTarkov.Server.Core/Callbacks/DataCallbacks.cs +++ b/Libraries/SPTarkov.Server.Core/Callbacks/DataCallbacks.cs @@ -11,7 +11,8 @@ public class DataCallbacks( HttpResponseUtil _httpResponseUtil, DatabaseService _databaseService, TraderController _traderController, - HideoutController _hideoutController + HideoutController _hideoutController, + LocaleService _localeService ) { /// @@ -133,10 +134,9 @@ public class DataCallbacks( public string GetLocalesGlobal(string url, EmptyRequestData _, string sessionID) { var localeId = url.Replace("/client/locale/", ""); - var locales = _databaseService.GetLocales(); - var result = locales.Global?[localeId].Value ?? locales.Global?.FirstOrDefault(m => m.Key == "en").Value.Value; + var locales = _localeService.GetLocaleDb(localeId); - return _httpResponseUtil.GetUnclearedBody(result); + return _httpResponseUtil.GetUnclearedBody(locales); } /// diff --git a/Libraries/SPTarkov.Server.Core/Context/ApplicationContext.cs b/Libraries/SPTarkov.Server.Core/Context/ApplicationContext.cs index 00d524a0..c2baefab 100644 --- a/Libraries/SPTarkov.Server.Core/Context/ApplicationContext.cs +++ b/Libraries/SPTarkov.Server.Core/Context/ApplicationContext.cs @@ -1,4 +1,6 @@ -using SPTarkov.Common.Annotations; +using System.Collections.Concurrent; +using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Models.Utils; namespace SPTarkov.Server.Core.Context; @@ -6,17 +8,21 @@ namespace SPTarkov.Server.Core.Context; public class ApplicationContext { protected const short MaxSavedValues = 10; - protected readonly Dictionary> variables = new(); - private readonly Lock _lockObject = new(); + protected readonly ConcurrentDictionary> variables = new(); private static ApplicationContext? _applicationContext; + private readonly ISptLogger _logger; /// /// When ApplicationContext gets created by the DI container we store the singleton reference so we can provide it /// statically for harmony patches! /// - public ApplicationContext() + public ApplicationContext + ( + ISptLogger logger + ) { + _logger = logger; _applicationContext = this; } @@ -27,12 +33,9 @@ public class ApplicationContext public ContextVariable? GetLatestValue(ContextVariableType type) { - lock (_lockObject) + if (variables.TryGetValue(type, out var savedValues)) { - if (variables.TryGetValue(type, out var savedValues)) - { - return savedValues.Last!.Value; - } + return savedValues.Last!.Value; } return null; @@ -40,42 +43,39 @@ public class ApplicationContext public ICollection GetValues(ContextVariableType type) { - lock (_lockObject) + var values = new List(); + if (variables.TryGetValue(type, out var savedValues)) { - var values = new List(); - if (variables.TryGetValue(type, out var savedValues)) - { - values.AddRange(savedValues); - } - - return values; + values.AddRange(savedValues); } + + return values; } public void AddValue(ContextVariableType type, object value) { - lock (_lockObject) + if (!variables.TryGetValue(type, out var savedValues)) { - if (!variables.TryGetValue(type, out var savedValues)) + savedValues = []; + if (!variables.TryAdd(type, savedValues)) { - savedValues = []; - variables.Add(type, savedValues); + _logger.Error($"Unable to add context variable type: {type}"); } - - if (savedValues.Count >= MaxSavedValues) - { - savedValues.RemoveFirst(); - } - - savedValues.AddLast(new ContextVariable(value, type)); } + + if (savedValues.Count >= MaxSavedValues) + { + savedValues.RemoveFirst(); + } + + savedValues.AddLast(new ContextVariable(value, type)); } public void ClearValues(ContextVariableType type) { - lock (_lockObject) + if (!variables.Remove(type, out _)) { - variables.Remove(type); + _logger.Error($"Unable to clear context variable type: {type}"); } } } diff --git a/Libraries/SPTarkov.Server.Core/Controllers/ClientLogController.cs b/Libraries/SPTarkov.Server.Core/Controllers/ClientLogController.cs index cd077a22..400e90a9 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/ClientLogController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/ClientLogController.cs @@ -1,6 +1,7 @@ using SPTarkov.Server.Core.Models.Spt.Logging; using SPTarkov.Server.Core.Models.Utils; using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Models.Logging; using LogLevel = SPTarkov.Server.Core.Models.Spt.Logging.LogLevel; namespace SPTarkov.Server.Core.Controllers; @@ -17,13 +18,9 @@ public class ClientLogController( public void ClientLog(ClientLogRequest logRequest) { var message = $"[{logRequest.Source}] {logRequest.Message}"; - /* TODO: what do we do with this? + var color = logRequest.Color ?? LogTextColor.White; var backgroundColor = logRequest.BackgroundColor ?? LogBackgroundColor.Default; - */ - - // Allow supporting either string or enum levels - // Required due to the C# modules serializing enums as their name switch (logRequest.Level) { @@ -38,7 +35,7 @@ public class ClientLogController( _logger.Info(message); break; case LogLevel.Custom: - _logger.Info(message /* TODO: , color.ToString(), backgroundColor.ToString()*/); + _logger.LogWithColor(message, color, backgroundColor, null); break; case LogLevel.Debug: _logger.Debug(message); diff --git a/Libraries/SPTarkov.Server.Core/Controllers/HealthController.cs b/Libraries/SPTarkov.Server.Core/Controllers/HealthController.cs index 8ab8af08..09a9c4d1 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/HealthController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/HealthController.cs @@ -97,8 +97,15 @@ public class HealthController( // Can remove effects and limb has effects to remove foreach (var effectKvP in bodyPartToHeal.Effects) { + // Check enum has effectType + if (!Enum.TryParse(effectKvP.Key, out var effect)) + // Enum doesnt contain this key + { + continue; + } + // Check if healing item removes the effect on limb - if (!healItemEffectDetails.TryGetValue(Enum.Parse(effectKvP.Key), out var matchingEffectFromHealingItem)) + if (!healItemEffectDetails.TryGetValue(effect, out var matchingEffectFromHealingItem)) // Healing item doesn't have matching effect, it doesn't remove the effect { continue; diff --git a/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs b/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs index 491b768e..283bf7ff 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/HideoutController.cs @@ -253,36 +253,41 @@ public class HideoutController( /// Add a stash upgrade to profile /// /// Client response - /// Session/Player id + /// Session/Player id /// Players PMC profile /// - /// - /// - protected void AddContainerImprovementToProfile(ItemEventRouterResponse output, string sessionID, PmcData pmcData, BotHideoutArea profileParentHideoutArea, + /// Area of hideout player is upgrading + /// Stage player is upgrading to + protected void AddContainerImprovementToProfile(ItemEventRouterResponse output, string sessionId, PmcData pmcData, BotHideoutArea profileParentHideoutArea, HideoutArea dbHideoutArea, Stage hideoutStage) { // Add key/value to `hideoutAreaStashes` dictionary - used to link hideout area to inventory stash by its id - if (!pmcData.Inventory.HideoutAreaStashes.ContainsKey(dbHideoutArea.Type.ToString())) + // Key is the enums value stored as a string, e.g. "27" for cultist circle + var keyForHideoutAreaStash = ((int) dbHideoutArea.Type).ToString(); + if (!pmcData.Inventory.HideoutAreaStashes.ContainsKey(keyForHideoutAreaStash)) { - pmcData.Inventory.HideoutAreaStashes[dbHideoutArea.Type.ToString()] = dbHideoutArea.Id; + if (!pmcData.Inventory.HideoutAreaStashes.TryAdd(keyForHideoutAreaStash, dbHideoutArea.Id)) + { + _logger.Error($"Unable to add key: {dbHideoutArea.Type} to HideoutAreaStashes"); + } } // Add/upgrade stash item in player inventory - AddUpdateInventoryItemToProfile(sessionID, pmcData, dbHideoutArea, hideoutStage); + AddUpdateInventoryItemToProfile(sessionId, pmcData, dbHideoutArea, hideoutStage); // Edge case, add/update `stand1/stand2/stand3` children if (dbHideoutArea.Type == HideoutAreas.EQUIPMENT_PRESETS_STAND) // Can have multiple 'standx' children depending on upgrade level { - AddMissingPresetStandItemsToProfile(sessionID, hideoutStage, pmcData, dbHideoutArea, output); + AddMissingPresetStandItemsToProfile(sessionId, hideoutStage, pmcData, dbHideoutArea, output); } - // Dont inform client when upgraded area is hall of fame or equipment stand, BSG doesn't inform client this specifc upgrade has occurred + // Don't inform client when upgraded area is hall of fame or equipment stand, BSG doesn't inform client this specific upgrade has occurred // will break client if sent HashSet check = [HideoutAreas.PLACE_OF_FAME]; if (!check.Contains(dbHideoutArea.Type ?? HideoutAreas.NOTSET)) { - AddContainerUpgradeToClientOutput(sessionID, dbHideoutArea.Type, dbHideoutArea, hideoutStage, output); + AddContainerUpgradeToClientOutput(sessionId, keyForHideoutAreaStash, dbHideoutArea, hideoutStage, output); } // Some hideout areas (Gun stand) have child areas linked to it @@ -292,9 +297,10 @@ public class HideoutController( if (childDbArea is not null) { // Add key/value to `hideoutAreaStashes` dictionary - used to link hideout area to inventory stash by its id - if (pmcData.Inventory.HideoutAreaStashes.GetValueOrDefault(childDbArea.Type.ToString()) is null) + var childAreaTypeKey = ((int) childDbArea.Type).ToString(); + if (pmcData.Inventory.HideoutAreaStashes.GetValueOrDefault(childAreaTypeKey) is null) { - pmcData.Inventory.HideoutAreaStashes[childDbArea.Type.ToString()] = childDbArea.Id; + pmcData.Inventory.HideoutAreaStashes[childAreaTypeKey] = childDbArea.Id; } // Set child area level to same as parent area @@ -303,10 +309,10 @@ public class HideoutController( // Add/upgrade stash item in player inventory var childDbAreaStage = childDbArea.Stages[profileParentHideoutArea.Level.ToString()]; - AddUpdateInventoryItemToProfile(sessionID, pmcData, childDbArea, childDbAreaStage); + AddUpdateInventoryItemToProfile(sessionId, pmcData, childDbArea, childDbAreaStage); // Inform client of the changes - AddContainerUpgradeToClientOutput(sessionID, childDbArea.Type, childDbArea, childDbAreaStage, output); + AddContainerUpgradeToClientOutput(sessionId, childAreaTypeKey, childDbArea, childDbAreaStage, output); } } @@ -340,21 +346,19 @@ public class HideoutController( /// /// Include container upgrade in client response /// - /// Session/Player id - /// + /// Session/Player id + /// Key of hideout area that's been upgraded /// /// /// Client response - protected void AddContainerUpgradeToClientOutput(string sessionID, HideoutAreas? areaType, HideoutArea hideoutDbData, Stage hideoutStage, + protected void AddContainerUpgradeToClientOutput(string sessionId, string changedHideoutStashesKey, HideoutArea hideoutDbData, Stage hideoutStage, ItemEventRouterResponse output) { - if (output.ProfileChanges[sessionID].ChangedHideoutStashes is null) - { - output.ProfileChanges[sessionID].ChangedHideoutStashes = new Dictionary(); - } + // Ensure ChangedHideoutStashes isn't null + output.ProfileChanges[sessionId].ChangedHideoutStashes ??= new Dictionary(); // Inform client of changes - output.ProfileChanges[sessionID].ChangedHideoutStashes[areaType.ToString()] = new HideoutStashItem + output.ProfileChanges[sessionId].ChangedHideoutStashes[changedHideoutStashesKey] = new HideoutStashItem { Id = hideoutDbData.Id, Template = hideoutStage.Container diff --git a/Libraries/SPTarkov.Server.Core/Controllers/InsuranceController.cs b/Libraries/SPTarkov.Server.Core/Controllers/InsuranceController.cs index 99a92129..fee7ee02 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/InsuranceController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/InsuranceController.cs @@ -595,7 +595,7 @@ public class InsuranceController( // Send the insurance message _mailSendService.SendLocalisedNpcMessageToPlayer( sessionId, - _traderHelper.GetTraderById(insurance.TraderId).ToString(), + insurance.TraderId, insurance.MessageType ?? MessageType.SYSTEM_MESSAGE, insurance.MessageTemplateId, insurance.Items, diff --git a/Libraries/SPTarkov.Server.Core/Controllers/QuestController.cs b/Libraries/SPTarkov.Server.Core/Controllers/QuestController.cs index 26bec296..813e9da4 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/QuestController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/QuestController.cs @@ -110,7 +110,7 @@ public class QuestController( // Send started text + any starting reward items found above to player _mailSendService.SendLocalisedNpcMessageToPlayer( sessionID, - _traderHelper.GetTraderById(questFromDb.TraderId).ToString(), + questFromDb.TraderId, MessageType.QUEST_START, messageId, startedQuestRewardItems.ToList(), diff --git a/Libraries/SPTarkov.Server.Core/Controllers/TradeController.cs b/Libraries/SPTarkov.Server.Core/Controllers/TradeController.cs index 77e21be6..92060864 100644 --- a/Libraries/SPTarkov.Server.Core/Controllers/TradeController.cs +++ b/Libraries/SPTarkov.Server.Core/Controllers/TradeController.cs @@ -320,9 +320,9 @@ public class TradeController( // Send mail from trader _mailSendService.SendLocalisedNpcMessageToPlayer( sessionId, - _traderHelper.GetTraderById(trader).ToString(), + trader, MessageType.MESSAGE_WITH_ITEMS, - _randomUtil.GetArrayValue(_databaseService.GetTrader(trader).Dialogue.TryGetValue("SoldItems", out var items) ? items : new List()), + _randomUtil.GetArrayValue(_databaseService.GetTrader(trader).Dialogue.TryGetValue("soldItems", out var items) ? items : new List()), curencyReward.SelectMany(x => x).ToList(), _timeUtil.GetHoursAsSeconds(72) ); diff --git a/Libraries/SPTarkov.Server.Core/Generators/BotEquipmentModGenerator.cs b/Libraries/SPTarkov.Server.Core/Generators/BotEquipmentModGenerator.cs index ae78a417..3898c277 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/BotEquipmentModGenerator.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/BotEquipmentModGenerator.cs @@ -511,6 +511,12 @@ public class BotEquipmentModGenerator( continue; } + // If the parent is a UBGL, the patron_in_weapon will be generated later - so skip it for now + if (modSlot == "patron_in_weapon" && _itemHelper.IsOfBaseclass(request.ParentTemplate.Id, BaseClasses.UBGL)) + { + continue; + } + // Check spawn chance of mod var modSpawnResult = ShouldModBeSpawned( modsParentSlot, diff --git a/Libraries/SPTarkov.Server.Core/Generators/BotInventoryGenerator.cs b/Libraries/SPTarkov.Server.Core/Generators/BotInventoryGenerator.cs index a1f1d1c4..78baec81 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/BotInventoryGenerator.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/BotInventoryGenerator.cs @@ -53,6 +53,8 @@ public class BotInventoryGenerator( EquipmentSlots.Earpiece ]; + private readonly HashSet _slotsToCheck = [EquipmentSlots.Pockets.ToString(), EquipmentSlots.SecuredContainer.ToString()]; + /// /// Add equipment/weapons/loot to bot /// @@ -457,8 +459,7 @@ public class BotInventoryGenerator( /// true when item added public bool GenerateEquipment(GenerateEquipmentProperties settings) { - HashSet slotsToCheck = [EquipmentSlots.Pockets.ToString(), EquipmentSlots.SecuredContainer.ToString()]; - double? spawnChance = slotsToCheck.Contains(settings.RootEquipmentSlot.ToString()) + double? spawnChance = _slotsToCheck.Contains(settings.RootEquipmentSlot.ToString()) ? 100 : settings.SpawnChances.EquipmentChances.GetValueOrDefault(settings.RootEquipmentSlot.ToString()); diff --git a/Libraries/SPTarkov.Server.Core/Generators/BotWeaponGenerator.cs b/Libraries/SPTarkov.Server.Core/Generators/BotWeaponGenerator.cs index a2891a41..3a21f79c 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/BotWeaponGenerator.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/BotWeaponGenerator.cs @@ -214,7 +214,12 @@ public class BotWeaponGenerator( { var ubglTemplate = _itemHelper.GetItem(ubglMod.Template).Value; ubglAmmoTpl = GetWeightedCompatibleAmmo(botTemplateInventory.Ammo, ubglTemplate); - FillUbgl(weaponWithModsArray, ubglMod, ubglAmmoTpl); + // this can be null - example - FollowerBoarClose2 can have an UBGL but doesnt have the ammo caliber defined in its json + // the default ammo passed from GetWeightCompatibleAmmo can be null + if (ubglAmmoTpl is not null) + { + FillUbgl(weaponWithModsArray, ubglMod, ubglAmmoTpl); + } } return new GenerateWeaponResult @@ -576,7 +581,7 @@ public class BotWeaponGenerator( /// Dictionary of all cartridges keyed by type e.g. Caliber556x45NATO /// Weapon details from database we want to pick ammo for /// Ammo template that works with the desired gun - protected string GetWeightedCompatibleAmmo(Dictionary> cartridgePool, TemplateItem weaponTemplate) + protected string? GetWeightedCompatibleAmmo(Dictionary> cartridgePool, TemplateItem weaponTemplate) { var desiredCaliber = GetWeaponCaliber(weaponTemplate); if (!cartridgePool.TryGetValue(desiredCaliber, out var cartridgePoolForWeapon) || cartridgePoolForWeapon?.Count == 0) @@ -597,6 +602,7 @@ public class BotWeaponGenerator( } // Immediately returns, default ammo is guaranteed to be compatible + // it is not guaranteed to even have a default ammo return weaponTemplate.Properties.DefAmmo; } diff --git a/Libraries/SPTarkov.Server.Core/Generators/LootGenerator.cs b/Libraries/SPTarkov.Server.Core/Generators/LootGenerator.cs index 9c6bbe28..6a1cd9d9 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/LootGenerator.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/LootGenerator.cs @@ -458,6 +458,9 @@ public class LootGenerator( var presetAndMods = _itemHelper.ReplaceIDs(_cloner.Clone(chosenPreset.Items)); _itemHelper.RemapRootItemId(presetAndMods); + + _itemHelper.SetFoundInRaid(presetAndMods); + // Add chosen preset tpl to result array foreach (var item in presetAndMods) { diff --git a/Libraries/SPTarkov.Server.Core/Generators/PMCLootGenerator.cs b/Libraries/SPTarkov.Server.Core/Generators/PMCLootGenerator.cs index 71871e0e..69c56b4c 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/PMCLootGenerator.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/PMCLootGenerator.cs @@ -1,3 +1,4 @@ +using System.Collections.Concurrent; using SPTarkov.Server.Core.Helpers; using SPTarkov.Server.Core.Models.Eft.Common.Tables; using SPTarkov.Server.Core.Models.Enums; @@ -22,9 +23,9 @@ public class PMCLootGenerator private readonly SeasonalEventService _seasonalEventService; private readonly WeightedRandomHelper _weightedRandomHelper; - private Dictionary? _backpackLootPool; - private Dictionary? _pocketLootPool; - private Dictionary? _vestLootPool; + private ConcurrentDictionary? _backpackLootPool; + private ConcurrentDictionary? _pocketLootPool; + private ConcurrentDictionary? _vestLootPool; public PMCLootGenerator( ISptLogger logger, @@ -54,12 +55,12 @@ public class PMCLootGenerator /// /// /// Dictionary of string and number - public Dictionary GeneratePMCPocketLootPool(string botRole) + public ConcurrentDictionary GeneratePMCPocketLootPool(string botRole) { // Hydrate loot dictionary if empty if (_pocketLootPool is null) { - _pocketLootPool = new Dictionary(); + _pocketLootPool = new ConcurrentDictionary(); var items = _databaseService.GetItems(); var pmcPriceOverrides = _databaseService.GetBots().Types[string.Equals(botRole, "pmcbear", StringComparison.OrdinalIgnoreCase) ? "bear" : "usec"].BotInventory.Items.Pockets; @@ -82,7 +83,7 @@ public class PMCLootGenerator { if (pmcPriceOverrides.TryGetValue(tpl, out var priceOverride)) { - _pocketLootPool.Add(tpl, priceOverride); + _pocketLootPool.TryAdd(tpl, priceOverride); } else { @@ -122,12 +123,12 @@ public class PMCLootGenerator /// /// /// Dictionary of string and number - public Dictionary GeneratePMCVestLootPool(string botRole) + public ConcurrentDictionary GeneratePMCVestLootPool(string botRole) { // Hydrate loot dictionary if empty if (_vestLootPool is null) { - _vestLootPool = new Dictionary(); + _vestLootPool = new ConcurrentDictionary(); var items = _databaseService.GetItems(); var pmcPriceOverrides = _databaseService.GetBots().Types[string.Equals(botRole, "pmcbear", StringComparison.OrdinalIgnoreCase) ? "bear" : "usec"].BotInventory.Items.TacticalVest; @@ -150,7 +151,7 @@ public class PMCLootGenerator { if (pmcPriceOverrides.TryGetValue(tpl, out var overridePrice)) { - _vestLootPool.Add(tpl, overridePrice); + _vestLootPool.TryAdd(tpl, overridePrice); } else { @@ -205,12 +206,12 @@ public class PMCLootGenerator /// /// /// Dictionary of string and number - public Dictionary GeneratePMCBackpackLootPool(string botRole) + public ConcurrentDictionary GeneratePMCBackpackLootPool(string botRole) { // Hydrate loot dictionary if empty if (_backpackLootPool is null) { - _backpackLootPool = new Dictionary(); + _backpackLootPool = new ConcurrentDictionary(); var items = _databaseService.GetItems(); var pmcPriceOverrides = _databaseService.GetBots().Types[string.Equals(botRole, "pmcbear", StringComparison.OrdinalIgnoreCase) ? "bear" : "usec"].BotInventory.Items.Backpack; @@ -232,7 +233,7 @@ public class PMCLootGenerator { if (pmcPriceOverrides.TryGetValue(tpl, out var priceOverride)) { - _backpackLootPool.Add(tpl, priceOverride); + _backpackLootPool.TryAdd(tpl, priceOverride); } else { diff --git a/Libraries/SPTarkov.Server.Core/Generators/PlayerScavGenerator.cs b/Libraries/SPTarkov.Server.Core/Generators/PlayerScavGenerator.cs index 4e1daac5..3a6c25ff 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/PlayerScavGenerator.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/PlayerScavGenerator.cs @@ -89,6 +89,7 @@ public class PlayerScavGenerator( scavData.Info.GameVersion = pmcDataClone.Info.GameVersion; scavData.Info.MemberCategory = MemberCategory.UniqueId; scavData.Info.LockedMoveCommands = true; + scavData.Info.MainProfileNickname = pmcDataClone.Info.Nickname; scavData.RagfairInfo = pmcDataClone.RagfairInfo; scavData.UnlockedInfo = pmcDataClone.UnlockedInfo; diff --git a/Libraries/SPTarkov.Server.Core/Generators/RepeatableQuestGenerator.cs b/Libraries/SPTarkov.Server.Core/Generators/RepeatableQuestGenerator.cs index 75592a07..926d7b1b 100644 --- a/Libraries/SPTarkov.Server.Core/Generators/RepeatableQuestGenerator.cs +++ b/Libraries/SPTarkov.Server.Core/Generators/RepeatableQuestGenerator.cs @@ -430,7 +430,7 @@ public class RepeatableQuestGenerator( { Id = _hashUtil.Generate(), DynamicLocale = true, - Target = location, + Target = new ListOrT(location, null), ConditionType = "Location" }; } @@ -456,7 +456,7 @@ public class RepeatableQuestGenerator( { Id = _hashUtil.Generate(), DynamicLocale = true, - Target = target, // e,g, "AnyPmc" + Target = new ListOrT(null, target), // e,g, "AnyPmc" Value = 1, ResetOnSessionEnd = false, EnemyHealthEffects = [], @@ -470,7 +470,7 @@ public class RepeatableQuestGenerator( if (target.StartsWith("boss")) { - killConditionProps.Target = "Savage"; + killConditionProps.Target = new ListOrT(null, "Savage"); killConditionProps.SavageRole = [target]; } @@ -812,7 +812,7 @@ public class RepeatableQuestGenerator( { Id = _hashUtil.Generate(), DynamicLocale = true, - Target = locationTarget, + Target = new ListOrT(locationTarget, null), ConditionType = "Location" }; diff --git a/Libraries/SPTarkov.Server.Core/Helpers/BotHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/BotHelper.cs index e9e1036e..bd6acb33 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/BotHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/BotHelper.cs @@ -1,3 +1,4 @@ +using System.Collections.Concurrent; using SPTarkov.Server.Core.Models.Eft.Common.Tables; using SPTarkov.Server.Core.Models.Spt.Config; using SPTarkov.Server.Core.Models.Utils; @@ -20,7 +21,7 @@ public class BotHelper( protected BotConfig _botConfig = _configServer.GetConfig(); protected PmcConfig _pmcConfig = _configServer.GetConfig(); protected static readonly FrozenSet _pmcTypeIds = ["usec", "bear", "pmc", "pmcbear", "pmcusec"]; - protected Dictionary> _pmcNameCache = new(); + protected ConcurrentDictionary> _pmcNameCache = new(); /// /// Get a template object for the specified botRole from bots.types db @@ -214,6 +215,7 @@ public class BotHelper( } _pmcNameCache.TryAdd(cacheKey, matchingNames); + eligibleNames = matchingNames; } diff --git a/Libraries/SPTarkov.Server.Core/Helpers/CertificateHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/CertificateHelper.cs index 131035cd..c8629e95 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/CertificateHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/CertificateHelper.cs @@ -15,6 +15,11 @@ namespace SPTarkov.Server.Core.Helpers private const string certificatePfxPath = "./user/certs/certificate.pfx"; //Todo: Finish off to match TS server + /// + /// Currently not in use + /// + /// + /// public X509Certificate2 LoadOrGenerateCertificate() { if (!Directory.Exists("./user/certs")) @@ -29,6 +34,12 @@ namespace SPTarkov.Server.Core.Helpers // Generate self-signed certificate certificate = GenerateSelfSignedCertificate("localhost"); SaveCertificate(certificate); // Save cert and new key + certificate = LoadCertificate(); + if (certificate == null) + { + // if we are still null here there is a serious problem creating cert + throw new Exception("Certificate could not be loaded for the second time."); + } _logger.Success($"Generated and stored self-signed certificate ({certificatePath})"); } @@ -44,20 +55,18 @@ namespace SPTarkov.Server.Core.Helpers Directory.CreateDirectory("./user/certs"); } - var certificate = LoadCertificatePfx(); - - if (certificate == null) + if (TryLoadCertificatePfx(out var cert)) { - // Generate self-signed certificate - certificate = GenerateSelfSignedCertificate("localhost"); - SaveCertificatePfx(certificate); // Save cert - - _logger.Success($"Generated and stored self-signed certificate ({certificatePath})"); - _logger.Success("First-time generation requires server be restarted for it to pick up cert"); - Environment.Exit(1); + _logger.Success($"Loaded self-signed certificate ({certificatePath})"); + return cert; + } + else + { + // shit went wrong, throw a wobbly and close app + _logger.Critical("Certificate pfx could not be loaded. Stopping server..."); + Environment.Exit(1); + return null; } - - return certificate; } private X509Certificate2? LoadCertificate() @@ -72,11 +81,45 @@ namespace SPTarkov.Server.Core.Helpers } } + /// + /// if the cert exist, try load it, else create one and try load again + /// + /// + private bool TryLoadCertificatePfx(out X509Certificate2? certificate) + { + X509Certificate2 cert = null; + if (!File.Exists(certificatePfxPath)) + { + // file doesnt exist so create straight away + cert = GenerateSelfSignedCertificate("localhost"); + SaveCertificatePfx(cert); + _logger.Success($"Generated and stored self-signed certificate ({certificatePath})"); + } + + try + { + //Archangel: For some reason despite this being deprecated this is the only way to load a certificate file + //No idea why, I want to eventually switch over to the other format so it lines up with the TS server + //But for now this works fine + certificate = new X509Certificate2(certificatePfxPath); + } + catch (Exception e) + { + Console.WriteLine(e); + throw; + } + + if (certificate is not null) + { + return true; + } + + return false; + } + /// /// Get a certificate from provided path and return /// - /// Path to pfx file - /// Optional password for certificate /// X509Certificate2 private X509Certificate2? LoadCertificatePfx() { @@ -161,8 +204,8 @@ namespace SPTarkov.Server.Core.Helpers // Convert the private key to PEM format (Base64 encoded) var privateKeyString = "-----BEGIN PRIVATE KEY-----\n" + - Convert.ToBase64String(privateKeyBytes, Base64FormattingOptions.InsertLineBreaks) + - "\n-----END PRIVATE KEY-----"; + Convert.ToBase64String(privateKeyBytes, Base64FormattingOptions.InsertLineBreaks) + + "\n-----END PRIVATE KEY-----"; _fileUtil.WriteFile(certificateKeyPath, privateKeyString); } @@ -171,6 +214,5 @@ namespace SPTarkov.Server.Core.Helpers _logger.Error($"Error saving certificate key: {ex.Message}"); } } - } } diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.cs index 2810c938..0a0e5715 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/GiveCommand/GiveSptCommand.cs @@ -296,15 +296,13 @@ public class GiveSptCommand( } /// - /// Return the desired locale, falls back to english if it cannot be found + /// Return the desired locale, falls back to english if it cannot be found /// /// Locale code, e.g. "fr" for french /// protected Dictionary GetGlobalsLocale(string desiredLocale) { - return _databaseService.GetLocales().Global.TryGetValue(desiredLocale, out var locale) - ? locale.Value - : _databaseService.GetLocales().Global["en"].Value; + return _localeService.GetLocaleDb(desiredLocale); } /** diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.cs index 53a26ddd..15cffb20 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/Commando/SptCommands/ProfileCommand/ProfileSptCommand.cs @@ -83,10 +83,10 @@ public class ProfileSptCommand( break; case "skill": { - var enumSkill = Enum.GetValues(typeof(SkillTypes)) - .Cast() + var enumSkill = Enum.GetValues() + .Cast() .FirstOrDefault( - t => t.ToString().ToLower() == skill + t => t?.ToString().ToLower() == skill ); if (enumSkill == null) @@ -149,7 +149,7 @@ public class ProfileSptCommand( return request.DialogId; } - protected ProfileChangeEvent HandleSkillCommand(SkillTypes skill, int level) + protected ProfileChangeEvent HandleSkillCommand(SkillTypes? skill, int level) { var profileChangeEvent = new ProfileChangeEvent { diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/AreYouABotMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/AreYouABotMessageHandler.cs index a225129b..e708429c 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/AreYouABotMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/AreYouABotMessageHandler.cs @@ -21,7 +21,7 @@ public class AreYouABotMessageHandler( return message.ToLower() == "are you a bot"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _mailSendService.SendUserMessageToPlayer( sessionId, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/FishMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/FishMessageHandler.cs index 80f452d7..3e45d17c 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/FishMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/FishMessageHandler.cs @@ -19,7 +19,7 @@ public class FishMessageHandler( return message.ToLower() == "fish"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _mailSendService.SendUserMessageToPlayer( sessionId, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceChristmasMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceChristmasMessageHandler.cs index 539b765b..527ca53b 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceChristmasMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceChristmasMessageHandler.cs @@ -24,7 +24,7 @@ public class ForceChristmasMessageHandler( return message.ToLower() == "hohoho"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { var enableEventResult = _seasonalEventService.ForceSeasonalEvent(SeasonalEventType.Christmas); if (enableEventResult) diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceHalloweenMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceHalloweenMessageHandler.cs index 17145bb1..8fc2ce3a 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceHalloweenMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceHalloweenMessageHandler.cs @@ -24,7 +24,7 @@ public class ForceHalloweenMessageHandler( return message.ToLower() == "veryspooky"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { var enableEventResult = _seasonalEventService.ForceSeasonalEvent(SeasonalEventType.Halloween); if (enableEventResult) diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSnowMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSnowMessageHandler.cs index ad53a667..a33c137c 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSnowMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSnowMessageHandler.cs @@ -28,7 +28,7 @@ public class ForceSnowMessageHandler( return message.ToLower() == "itsonlysnowalan"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _weatherConfig.OverrideSeason = Season.WINTER; diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSummerMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSummerMessageHandler.cs index f0ada51f..85a3e89a 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSummerMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/ForceSummerMessageHandler.cs @@ -28,7 +28,7 @@ public class ForceSummerMessageHandler( return message.ToLower() == "givemesunshine"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _weatherConfig.OverrideSeason = Season.SUMMER; diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GarbageMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GarbageMessageHandler.cs index 7990ac5e..f01d7232 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GarbageMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GarbageMessageHandler.cs @@ -21,7 +21,7 @@ public class GarbageMessageHandler( return message.ToLower() == "garbage"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { var beforeCollect = GC.GetTotalMemory(false) / 1024 / 1024; diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GiveMeSpaceMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GiveMeSpaceMessageHandler.cs index ff8851ea..7143dd2c 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GiveMeSpaceMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/GiveMeSpaceMessageHandler.cs @@ -28,7 +28,7 @@ public class GiveMeSpaceMessageHandler( return message.ToLower() == "givemespace"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { const string stashRowGiftId = "StashRows"; var maxGiftsToSendCount = _coreConfig.Features.ChatbotFeatures.CommandUseLimits[stashRowGiftId] ?? 5; diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/HelloMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/HelloMessageHandler.cs index dffb5338..3b7e7ec3 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/HelloMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/HelloMessageHandler.cs @@ -26,7 +26,7 @@ public class HelloMessageHandler( return _listOfGreetings.Contains(message, StringComparer.OrdinalIgnoreCase); } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _mailSendService.SendUserMessageToPlayer( sessionId, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/IChatMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/IChatMessageHandler.cs index 59e2fedb..e46f5c30 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/IChatMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/IChatMessageHandler.cs @@ -8,6 +8,6 @@ public interface IChatMessageHandler // Lower = More priority int GetPriority(); - public bool CanHandle(string message); - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender); + public bool CanHandle(string? message); + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null); } diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/LoveYouChatMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/LoveYouChatMessageHandler.cs index b90e39d5..f885b26e 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/LoveYouChatMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/LoveYouChatMessageHandler.cs @@ -22,7 +22,7 @@ public class LoveYouChatMessageHandler( return message.ToLower() == "love you"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _mailSendService.SendUserMessageToPlayer( sessionId, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/NikitaMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/NikitaMessageHandler.cs index 9e4676ed..23e13dad 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/NikitaMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/NikitaMessageHandler.cs @@ -21,7 +21,7 @@ public class NikitaMessageHandler( return message.ToLower() == "nikita"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _mailSendService.SendUserMessageToPlayer( sessionId, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SendGiftMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SendGiftMessageHandler.cs index ac92ee9d..06a73d96 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SendGiftMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SendGiftMessageHandler.cs @@ -6,6 +6,7 @@ using SPTarkov.Server.Core.Servers; using SPTarkov.Server.Core.Services; using SPTarkov.Server.Core.Utils; using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Models.Eft.Dialog; namespace SPTarkov.Server.Core.Helpers.Dialogue.SPTFriend.Commands; @@ -17,7 +18,6 @@ public class SendGiftMessageHandler( ConfigServer _configServer) : IChatMessageHandler { private readonly CoreConfig _coreConfig = _configServer.GetConfig(); - private readonly string commandSent = string.Empty; public int GetPriority() { @@ -26,10 +26,10 @@ public class SendGiftMessageHandler( public bool CanHandle(string message) { - return _giftService.GiftExists(message.ToLower()); + return _giftService.GiftExists(message); } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender, object? extraInfo = null) { // Gifts may be disabled via config if (!_coreConfig.Features.ChatbotFeatures.SptFriendGiftsEnabled) @@ -37,7 +37,8 @@ public class SendGiftMessageHandler( return; } - var giftSent = _giftService.SendGiftToPlayer(sessionId, commandSent); + var messageTest = ((SendMessageRequest) extraInfo).Text; + var giftSent = _giftService.SendGiftToPlayer(sessionId, messageTest); switch (giftSent) { case GiftSentResult.SUCCESS: diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SptMessageHandler.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SptMessageHandler.cs index 6a3ddff9..d9285a9b 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SptMessageHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SPTFriend/Commands/SptMessageHandler.cs @@ -21,7 +21,7 @@ public class SptMessageHandler( return message.ToLower() == "spt"; } - public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData sender) + public void Process(string sessionId, UserDialogInfo sptFriendUser, PmcData? sender, object? extraInfo = null) { _mailSendService.SendUserMessageToPlayer( sessionId, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SptDialogueChatBot.cs b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SptDialogueChatBot.cs index ff9892ce..3ae08f3c 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SptDialogueChatBot.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/Dialogue/SptDialogueChatBot.cs @@ -52,16 +52,18 @@ public class SptDialogueChatBot( return SendPlayerHelpMessage(sessionId, request); } + var handler = _chatMessageHandlers.FirstOrDefault(h => + { + return h.CanHandle(request.Text); + }); - var handler = _chatMessageHandlers.FirstOrDefault(v => v.CanHandle(request.Text)); if (handler is not null) { - handler.Process(sessionId, sptFriendUser, sender); + handler.Process(sessionId, sptFriendUser, sender, request); return request.DialogId; } - _mailSendService.SendUserMessageToPlayer( sessionId, GetChatBot(), diff --git a/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs index 693070e7..52418575 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/ItemHelper.cs @@ -796,7 +796,7 @@ public class ItemHelper( } // Items parentId matches root item AND returned items doesn't contain current child - if (string.Equals(childItem.ParentId,baseItemId, StringComparison.Ordinal) && !result.ContainsKey(childItem.Id)) + if (!result.ContainsKey(childItem.Id) && string.Equals(childItem.ParentId,baseItemId, StringComparison.Ordinal)) { foreach (var item in FindAndReturnChildrenAsItems(items, childItem.Id)) { diff --git a/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs index d6782866..ffde53fc 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/QuestHelper.cs @@ -1,3 +1,4 @@ +using System.Text.Json; using SPTarkov.Server.Core.Models.Eft.Common; using SPTarkov.Server.Core.Models.Eft.Common.Tables; using SPTarkov.Server.Core.Models.Eft.ItemEvent; @@ -193,7 +194,6 @@ public class QuestHelper( /// true if loyalty is high enough to fulfill quest requirement public bool TraderLoyaltyLevelRequirementCheck(QuestCondition questProperties, PmcData profile) { - var requiredLoyaltyLevel = questProperties.Value as double?; if (!profile.TradersInfo.TryGetValue( questProperties.Target.IsItem ? questProperties.Target.Item @@ -208,7 +208,7 @@ public class QuestHelper( return CompareAvailableForValues( trader.LoyaltyLevel.Value, - requiredLoyaltyLevel.Value, + questProperties.Value.Value, questProperties.CompareMethod ); } @@ -660,7 +660,7 @@ public class QuestHelper( Template = item.Template, ParentId = item.ParentId, SlotId = item.SlotId, - Location = (ItemLocation) item.Location, + Location = item.Location, Upd = new Upd { StackObjectsCount = item.Upd.StackObjectsCount @@ -741,8 +741,7 @@ public class QuestHelper( { _mailSendService.SendLocalisedNpcMessageToPlayer( sessionID, - _traderHelper.GetTraderById(quest?.TraderId ?? matchingRepeatableQuest?.TraderId) - .ToString(), // Can be undefined when repeatable quest has been moved to inactiveQuests + quest?.TraderId ?? matchingRepeatableQuest?.TraderId, MessageType.QUEST_FAIL, quest.FailMessageText, questRewards.ToList(), @@ -1379,7 +1378,7 @@ public class QuestHelper( _mailSendService.SendLocalisedNpcMessageToPlayer( sessionID, - _traderHelper.GetTraderById(quest.TraderId).ToString(), + quest.TraderId, MessageType.QUEST_SUCCESS, quest.SuccessMessageText, questRewards, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/QuestRewardHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/QuestRewardHelper.cs index 68bfa714..0833c97f 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/QuestRewardHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/QuestRewardHelper.cs @@ -89,7 +89,7 @@ public class QuestRewardHelper( protected Quest GetQuestFromDb(string questId, PmcData pmcData) { // May be a repeatable quest - var quest = _databaseService.GetQuests()[questId]; + var quest = _databaseService.GetQuests().FirstOrDefault(x => x.Key == questId).Value; if (quest == null) // Check daily/weekly objects { diff --git a/Libraries/SPTarkov.Server.Core/Helpers/RagfairServerHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/RagfairServerHelper.cs index 0a99ca09..a01feb4b 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/RagfairServerHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/RagfairServerHelper.cs @@ -129,7 +129,7 @@ public class RagfairServerHelper( { mailSendService.SendLocalisedNpcMessageToPlayer( sessionID, - traderHelper.GetTraderById(Traders.RAGMAN).ToString(), + Traders.RAGMAN, MessageType.MESSAGE_WITH_ITEMS, goodsReturnedTemplate, returnedItems, diff --git a/Libraries/SPTarkov.Server.Core/Helpers/TraderHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/TraderHelper.cs index d8f487c6..e2a3917b 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/TraderHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/TraderHelper.cs @@ -625,6 +625,7 @@ public class TraderHelper( /// /// The trader enum value to validate /// The validated trader enum value as a string, or an empty string if invalid + /// TODO: might not be needed public string GetValidTraderIdByEnumValue(string traderEnumValue) { var traderId = _databaseService.GetTraders(); diff --git a/Libraries/SPTarkov.Server.Core/Helpers/WeightedRandomHelper.cs b/Libraries/SPTarkov.Server.Core/Helpers/WeightedRandomHelper.cs index 3e3313b6..397bcd6a 100644 --- a/Libraries/SPTarkov.Server.Core/Helpers/WeightedRandomHelper.cs +++ b/Libraries/SPTarkov.Server.Core/Helpers/WeightedRandomHelper.cs @@ -109,7 +109,7 @@ public class WeightedRandomHelper( /// Find the greated common divisor of all weights and use it on the passed in dictionary /// /// Values to reduce - public void ReduceWeightValues(Dictionary weightedDict) + public void ReduceWeightValues(IDictionary weightedDict) { // No values, nothing to reduce if (weightedDict.Count == 0) diff --git a/Libraries/SPTarkov.Server.Core/Loaders/PostDBModLoader.cs b/Libraries/SPTarkov.Server.Core/Loaders/PostDBModLoader.cs index 247c1538..999937c9 100644 --- a/Libraries/SPTarkov.Server.Core/Loaders/PostDBModLoader.cs +++ b/Libraries/SPTarkov.Server.Core/Loaders/PostDBModLoader.cs @@ -2,6 +2,7 @@ using SPTarkov.Server.Core.DI; using SPTarkov.Server.Core.Models.External; using SPTarkov.Server.Core.Models.Utils; using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Utils; namespace SPTarkov.Server.Core.Loaders; @@ -13,13 +14,16 @@ public class PostDBModLoader( { public async Task OnLoad() { - _logger.Info("Loading PostDBLoadMod..."); - foreach (var postDbLoadMod in _postDbLoadMods) + if (ProgramStatics.MODS()) { - postDbLoadMod.PostDBLoad(); - } + _logger.Info("Loading PostDBMods..."); + foreach (var postDbLoadMod in _postDbLoadMods) + { + postDbLoadMod.PostDBLoad(); + } - _logger.Info("Finished loading PostDBLoadMod..."); + _logger.Info("Finished loading PostDBMods..."); + } } public string GetRoute() diff --git a/Libraries/SPTarkov.Server.Core/Loaders/PostSptModLoader.cs b/Libraries/SPTarkov.Server.Core/Loaders/PostSptModLoader.cs index 44a1c2f4..7d88b03a 100644 --- a/Libraries/SPTarkov.Server.Core/Loaders/PostSptModLoader.cs +++ b/Libraries/SPTarkov.Server.Core/Loaders/PostSptModLoader.cs @@ -16,17 +16,14 @@ public class PostSptModLoader( { if (ProgramStatics.MODS()) { - // await _postSptModLoader.load(); - // TODO: Huh? - } + _logger.Info("Loading PostSptMods..."); + foreach (var postSptLoadMod in _postSptLoadMods) + { + postSptLoadMod.PostSptLoad(); + } - _logger.Info("Loading PostSptMods..."); - foreach (var postSptLoadMod in _postSptLoadMods) - { - postSptLoadMod.PostSptLoad(); + _logger.Info("Finished loading PostSptMods..."); } - - _logger.Info("Finished loading PostSptMods..."); } public string GetRoute() diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Globals.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Globals.cs index 2c8c2246..e2b6b92a 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Globals.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Globals.cs @@ -1398,8 +1398,23 @@ public record GlobalAudioSettings public record Triggers { - //TODO: add type - public object? HandlerDamage + public Dictionary>? HandlerDamage + { + get; + set; + } +} + +public record DamageData +{ + public int? Amount + { + get; + set; + } + + [JsonConverter(typeof(JsonStringEnumConverter))] + public BodyPartColliderType BodyPartColliderType { get; set; diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs index 4537c1f1..1469fa3f 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/LocationBase.cs @@ -702,6 +702,13 @@ public record LocationBase set; } + [JsonPropertyName("OneTimeSpawn")] + public double? OneTimeSpawn + { + get; + set; + } + [JsonPropertyName("exits")] public List? Exits { diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs index 25cfb667..1e7a5411 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/BotBase.cs @@ -1459,19 +1459,22 @@ public record DamageStats public record DeathCause { - public string? DamageType + [JsonConverter(typeof(JsonStringEnumConverter))] + public DamageType? DamageType { get; set; } - public int? Side + [JsonConverter(typeof(JsonStringEnumConverter))] + public PlayerSide? Side { get; set; } - public string? Role + [JsonConverter(typeof(JsonStringEnumConverter))] + public WildSpawnType? Role { get; set; diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs index a1c08951..7705fc2f 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Item.cs @@ -1,4 +1,5 @@ using System.Text.Json.Serialization; +using SPTarkov.Server.Core.Models.Enums; using SPTarkov.Server.Core.Utils.Json.Converters; namespace SPTarkov.Server.Core.Models.Eft.Common.Tables; @@ -360,6 +361,12 @@ public record Upd get; set; } + + public bool? Lockable + { + get; + set; + } } public enum PinLockState @@ -379,7 +386,8 @@ public record UpdBuff } [JsonPropertyName("BuffType")] - public string? BuffType + [JsonConverter(typeof(JsonStringEnumConverter))] + public BuffType? BuffType { get; set; diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs index 26b8319d..3f7ba023 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Quest.cs @@ -1,3 +1,4 @@ +using System.Text.Json; using System.Text.Json.Serialization; using SPTarkov.Server.Core.Models.Enums; using SPTarkov.Server.Core.Utils.Json; @@ -436,14 +437,15 @@ public record QuestCondition { get; set; - } // TODO: string[] | string + } [JsonPropertyName("value")] - public object? Value + [JsonConverter(typeof(StringToNumberFactoryConverter))] + public double? Value { get; set; - } // TODO: string | number + } [JsonPropertyName("type")] public object? Type @@ -509,11 +511,12 @@ public record QuestCondition } [JsonPropertyName("dogtagLevel")] - public object? DogtagLevel + [JsonConverter(typeof(StringToNumberFactoryConverter))] + public int? DogtagLevel { get; set; - } // TODO: number | string + } [JsonPropertyName("traderId")] public string? TraderId @@ -523,18 +526,18 @@ public record QuestCondition } [JsonPropertyName("maxDurability")] - public object? MaxDurability + public double? MaxDurability { get; set; - } // TODO: number | string + } [JsonPropertyName("minDurability")] - public object? MinDurability + public double? MinDurability { get; set; - } // TODO: number | string + } [JsonPropertyName("counter")] public QuestConditionCounter? Counter @@ -718,11 +721,12 @@ public record QuestConditionCounterCondition } [JsonPropertyName("target")] - public object? Target + [JsonConverter(typeof(ListOrTConverterFactory))] + public ListOrT? Target { get; set; - } // TODO: string[] | string + } [JsonPropertyName("completeInSeconds")] public int? CompleteInSeconds @@ -771,7 +775,7 @@ public record QuestConditionCounterCondition { get; set; - } // TODO: number | string + } [JsonPropertyName("weapon")] public List? Weapon diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Trader.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Trader.cs index 4683166b..83ce5e3f 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Trader.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Common/Tables/Trader.cs @@ -583,6 +583,13 @@ public record Suit get; set; } + + [JsonPropertyName("relatedBattlePassSeason")] + public int? RelatedBattlePassSeason + { + get; + set; + } } public record SuitRequirements diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Match/GetRaidConfigurationRequestData.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Match/GetRaidConfigurationRequestData.cs index 8546eadb..75e34c7f 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Match/GetRaidConfigurationRequestData.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Match/GetRaidConfigurationRequestData.cs @@ -13,6 +13,13 @@ public record GetRaidConfigurationRequestData : RaidSettings, IRequestData set; } + [JsonPropertyName("onlinePveRaidStates")] + public Dictionary? OnlinePveRaidStates + { + get; + set; + } + [JsonPropertyName("MaxGroupCount")] public int? MaxGroupCount { diff --git a/Libraries/SPTarkov.Server.Core/Models/Eft/Repair/RepairActionDataRequest.cs b/Libraries/SPTarkov.Server.Core/Models/Eft/Repair/RepairActionDataRequest.cs index de6b7bc9..68ddab30 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Eft/Repair/RepairActionDataRequest.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Eft/Repair/RepairActionDataRequest.cs @@ -39,7 +39,7 @@ public record RepairKitsInfo /// amount of units to reduce kit by /// [JsonPropertyName("count")] - public int? Count + public float? Count { get; set; diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/BodyPartColliderType.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/BodyPartColliderType.cs new file mode 100644 index 00000000..e93b9e22 --- /dev/null +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/BodyPartColliderType.cs @@ -0,0 +1,33 @@ +namespace SPTarkov.Server.Core.Models.Enums +{ + public enum BodyPartColliderType + { + None = -1, + HeadCommon, + RibcageUp, + Pelvis = 3, + LeftUpperArm, + LeftForearm, + RightUpperArm, + RightForearm, + LeftThigh, + LeftCalf, + RightThigh, + RightCalf, + ParietalHead, + BackHead, + Ears, + Eyes, + Jaw, + NeckFront, + NeckBack, + RightSideChestUp, + LeftSideChestUp, + SpineTop, + SpineDown, + PelvisBack, + RightSideChestDown, + LeftSideChestDown, + RibcageLow + } +} diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/BuffType.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/BuffType.cs new file mode 100644 index 00000000..63df367d --- /dev/null +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/BuffType.cs @@ -0,0 +1,11 @@ +namespace SPTarkov.Server.Core.Models.Enums; + +public enum BuffType +{ + WeaponSpread, + DamageReduction, + MalfunctionProtections, + WeaponDamage, + ArmorEfficiency, + DurabilityImprovement +} diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/DamageType.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/DamageType.cs new file mode 100644 index 00000000..c7f4fa1b --- /dev/null +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/DamageType.cs @@ -0,0 +1,31 @@ +namespace SPTarkov.Server.Core.Models.Enums +{ + public enum DamageType + { + Undefined = 1, + Fall = 2, + Explosion = 4, + Barbed = 8, + Flame = 16, + GrenadeFragment = 32, + Impact = 64, + Existence = 128, + Medicine = 256, + Bullet = 512, + Melee = 1024, + Landmine = 2048, + Sniper = 4096, + Blunt = 8192, + LightBleeding = 16384, + HeavyBleeding = 32768, + Dehydration = 65536, + Exhaustion = 131072, + RadExposure = 262144, + Stimulator = 524288, + Poison = 1048576, + LethalToxin = 2097152, + Btr = 4194304, + Artillery = 8388608, + Environment = 16777216 + } +} diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/EntryType.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/EntryType.cs new file mode 100644 index 00000000..da7a8b5d --- /dev/null +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/EntryType.cs @@ -0,0 +1,10 @@ +namespace SPTarkov.Server.Core.Models.Enums; + +public enum EntryType +{ + LOCAL, + DEBUG, + RELEASE, + BLEEDING_EDGE, + BLEEDING_EDGE_MODS +} diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/ItemTpl.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/ItemTpl.cs index 516faf05..7f4663d3 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Enums/ItemTpl.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/ItemTpl.cs @@ -443,14 +443,18 @@ public static class ItemTpl public const string ARMOR_6B43_ZABRALOSH_BODY_ARMOR_EMR = "545cdb794bdc2d3a198b456a"; public const string ARMOR_BNTI_GZHELK_BODY = "5ab8e79e86f7742d8b372e78"; public const string ARMOR_BNTI_KIRASAN_BODY = "5b44d22286f774172b0c9de8"; + public const string ARMOR_BNTI_KIRASAN_BODY_ARMOR_GREEN = "67ab2f28dafe3b22670c9116"; public const string ARMOR_BNTI_MODULE3M_BODY = "59e7635f86f7742cbf2c1095"; public const string ARMOR_BNTI_ZHUK_BODY_ARMOR_EMR = "5c0e625a86f7742d77340f62"; public const string ARMOR_BNTI_ZHUK_BODY_ARMOR_PRESS = "5c0e5edb86f77461f55ed1f7"; public const string ARMOR_DRD_BODY = "62a09d79de7ac81993580530"; public const string ARMOR_FORT_DEFENDER2_BODY = "5e9dacf986f774054d6b89f4"; public const string ARMOR_FORT_REDUTM_BODY = "5ca2151486f774244a3b8d30"; + public const string ARMOR_FORT_REDUTM_BODY_ARMOR_SK_WOODLAND = "67ab2f5adafe3b22670c911f"; public const string ARMOR_FORT_REDUTT5_BODY_ARMOR_SMOG = "5ca21c6986f77479963115a7"; + public const string ARMOR_HEXATAC_HPC_PLATE_CARRIER_MULTICAM = "67ab2eecfe82855dcc0f2af6"; public const string ARMOR_HEXATAC_HPC_PLATE_CARRIER_MULTICAM_BLACK = "63737f448b28897f2802b874"; + public const string ARMOR_HIGHCOM_TROOPER_TFO_BODY_ARMOR_COYOTE = "67ab2f94dafe3b22670c912c"; public const string ARMOR_HIGHCOM_TROOPER_TFO_BODY_ARMOR_MULTICAM = "5c0e655586f774045612eeb2"; public const string ARMOR_INTERCEPTOR_OTV_BODY_ARMOR_UCP = "64abd93857958b4249003418"; public const string ARMOR_IOTV_GEN4_BODY_ARMOR_ASSAULT_KIT_MULTICAM = "5b44cf1486f77431723e3d05"; @@ -976,6 +980,7 @@ public static class ItemTpl public const string BARTER_LEGA_MEDAL = "6656560053eaaa7a23349c86"; public const string BARTER_LIGHT_BULB = "5d1b392c86f77425243e98fe"; public const string BARTER_LOCKED_CASE = "6740987b89d5e1ddc603f4f0"; + public const string BARTER_LOCKED_EQUIPMENT_CRATE_BATTLE_PASS_SEASON_0 = "67cad1ec19b006e9e50f44d6"; public const string BARTER_LOCKED_EQUIPMENT_CRATE_COMMON = "66588b514de4820934746dc6"; public const string BARTER_LOCKED_EQUIPMENT_CRATE_EPIC = "6658285190486915542256c4"; public const string BARTER_LOCKED_EQUIPMENT_CRATE_RARE = "66571bf06a723f7f005a0619"; @@ -1072,6 +1077,7 @@ public static class ItemTpl public const string BARTER_STRIKE_CIGARETTES = "5734770f24597738025ee254"; public const string BARTER_SURVL_SURVIVOR_LIGHTER = "5e2af37686f774755a234b65"; public const string BARTER_TAGILLA_FIGURINE = "66572cbdad599021091c611a"; + public const string BARTER_TAGILLAS_WELDING_MASK_ZABEY_REPLICA = "67ea616a74f765cefd009fb7"; public const string BARTER_TAMATTHI_KUNAI_KNIFE_REPLICA = "66b37ea4c5d72b0277488439"; public const string BARTER_TETRIZ_PORTABLE_GAME_CONSOLE = "5c12620d86f7743f8b198b72"; public const string BARTER_TOILET_PAPER = "5c13cef886f774072e618e82"; @@ -1581,16 +1587,45 @@ public static class ItemTpl public const string DRUGS_MORPHINE_INJECTOR = "544fb3f34bdc2d03748b456a"; public const string DRUGS_VASELINE_BALM = "5755383e24597772cb798966"; public const string FACECOVER_ASTRONOMER_MASK = "67602a39c8e72a73250de739"; - public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_BLACK = "657089638db3adca1009f4ca"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_DEMON = "67a5c61c7f52620c5b05b4d8"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_EL_DA_DE_MUERTOS = "67a5c657782ce4655104db16"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_SCARS = "67a5c5df782ce4655104db14"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_SKULL = "67a5c6068fcd9fb73f0752cf"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_SMILE = "67a4b71ad3228756b6088ee2"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_STOP_ME = "67a5c5b6dfdf568c9009af66"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_BALLISTIC_MASK_TARGET = "67a5c5f37f52620c5b05b4d6"; + public const string FACECOVER_ATOMIC_DEFENSE_CQCM_UP_ARMORED_BALLISTIC_MASK_BLACK = "657089638db3adca1009f4ca"; public const string FACECOVER_AYBOLIT_MASK = "676029e22749de558a0b7e69"; public const string FACECOVER_BADDIES_RED_BEARD = "62a09dd4621468534a797ac7"; public const string FACECOVER_BALACLAVA = "572b7f1624597762ae139822"; + public const string FACECOVER_BALACLAVA_BORN_TO_DIE = "67a9cd28cade15e0f00123b6"; + public const string FACECOVER_BALACLAVA_DEMON = "67a9e9e0c185de5a4d0c2a13"; public const string FACECOVER_BALACLAVA_DEV = "58ac60eb86f77401897560ff"; + public const string FACECOVER_BALACLAVA_FEAR = "67a9ea004fb4a4a8a00d2828"; + public const string FACECOVER_BALACLAVA_GREEN = "67a9cc9cf05be177170bcd76"; + public const string FACECOVER_BALACLAVA_LUXURY = "67a9cd6ecade15e0f00123b8"; + public const string FACECOVER_BALACLAVA_NOT_TODAY = "67a9cd381fb22063280728a6"; + public const string FACECOVER_BALACLAVA_RED_NOSE = "67a9e9d04fb4a4a8a00d2826"; + public const string FACECOVER_BALACLAVA_RED_ONI = "67a9ea39de7fb0f19e077da6"; + public const string FACECOVER_BALACLAVA_SCARS = "67a9ccfff05be177170bcd78"; + public const string FACECOVER_BALACLAVA_SCRATCHES = "67a9cd18f05be177170bcd7a"; + public const string FACECOVER_BALACLAVA_SKULL = "67a9e9f09de6826a650ee074"; + public const string FACECOVER_BALACLAVA_SMILE = "67a9ea98de7fb0f19e077da8"; public const string FACECOVER_BALACLAVA_TEST = "59e8936686f77467ce798647"; public const string FACECOVER_BALACLAVA_WHITE = "675ac888803644528007b3f6"; + public const string FACECOVER_BALACLAVA_WHITE_ONI = "67a9ea7e4fb4a4a8a00d282a"; + public const string FACECOVER_BALACLAVA_YELLOW = "67a9cd55c2a2d940930aec86"; + public const string FACECOVER_BALACLAVA_YELLOW_ONI = "67a9ea10c185de5a4d0c2a15"; public const string FACECOVER_BIG_PIPES_SMOKING_PIPE = "62a61bbf8ec41a51b34758d2"; public const string FACECOVER_CIPOLLINO_MASK = "676029ca2749de558a0b7e67"; public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA = "5ab8f39486f7745cd93a1cca"; + public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA_DPM_DESERT = "67a9dccf9de6826a650ee06a"; + public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA_GREEN = "67a9dc769de6826a650ee066"; + public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA_MULTICAM_TROPIC = "67a9dce47faa4210bb0807c8"; + public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA_OAK = "67a9dca99de6826a650ee068"; + public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA_SBEU = "67a9dc997faa4210bb0807c6"; + public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA_SURPAT = "67a9dcbac185de5a4d0c2a06"; + public const string FACECOVER_COLD_FEAR_INFRARED_BALACLAVA_TIGER_STRIPE = "67a9dd619de6826a650ee06c"; public const string FACECOVER_DEADLY_SKULL_MASK = "5b432b6c5acfc4001a599bf0"; public const string FACECOVER_DEATH_KNIGHT_MASK = "62963c18dbc8ab5f0d382d0b"; public const string FACECOVER_DEATH_SHADOW_LIGHTWEIGHT_ARMORED_MASK = "6570aead4d84f81fd002a033"; @@ -1611,9 +1646,21 @@ public static class ItemTpl public const string FACECOVER_HOCKEY_PLAYER_MASK_QUIET = "62a5c41e8ec41a51b34739c3"; public const string FACECOVER_JASON_MASK = "5bd071d786f7747e707b93a3"; public const string FACECOVER_LOWER_HALFMASK = "572b7fa524597762b747ce82"; + public const string FACECOVER_LOWER_HALFMASK_BALACLAVAS_BALACLAVAS = "67a5fa01fafb8efd440694ba"; + public const string FACECOVER_LOWER_HALFMASK_EL_DA_DE_MUERTOS = "67a5f989f7041a25760dda36"; + public const string FACECOVER_LOWER_HALFMASK_MOSS = "67a5f968fafb8efd440694b6"; + public const string FACECOVER_LOWER_HALFMASK_MULTICAM = "67a5f917dfdf568c9009af6b"; + public const string FACECOVER_LOWER_HALFMASK_WRAITH = "67a5f9a193f7b62b6b0f6576"; + public const string FACECOVER_LOWER_HALFMASK_ZOMBIE = "67a5f94e802d287c670bb966"; public const string FACECOVER_MISHA_MAYOROV_MASK = "5bd0716d86f774171822ef4b"; public const string FACECOVER_MOMEX_BALACLAVA = "5b432f3d5acfc4704b4a1dfb"; public const string FACECOVER_NEOPRENE_MASK = "5b4326435acfc433000ed01d"; + public const string FACECOVER_NEOPRENE_MASK_LOUISE_PITTON = "67aaf82d508ee9b6440e9c46"; + public const string FACECOVER_NEOPRENE_MASK_LUCHA_LIBRE = "67aaf84104dca1c82c071cf6"; + public const string FACECOVER_NEOPRENE_MASK_M90_DESERT = "67aaf808bf7609058606a926"; + public const string FACECOVER_NEOPRENE_MASK_ONI = "67aaf879508ee9b6440e9c48"; + public const string FACECOVER_NEOPRENE_MASK_SAY_NOTHING = "67aaf863de7fb0f19e077db9"; + public const string FACECOVER_NEOPRENE_MASK_ZOMBIE = "67aaf851bf7609058606a928"; public const string FACECOVER_PESTILY_PLAGUE_MASK = "5e54f79686f7744022011103"; public const string FACECOVER_RESPIRATOR = "59e7715586f7742ee5789605"; public const string FACECOVER_ROOSTER_MASK = "676029a6bdead929d40bc368"; @@ -1789,7 +1836,7 @@ public static class ItemTpl public const string FLASHLIGHT_ULTRAFIRE_WF501B = "57d17c5e2459775a5c57d17d"; public const string FLASHLIGHT_ZENIT_2D = "646f62fee779812413011ab7"; public const string FLYER_ALEX_GREEN_POSTER = "675a06b84ff23436160d802f"; - public const string FLYER_ARENA_POSTER = "675a04c01474133a0d0bb212"; + public const string FLYER_ARENA_POSTER = "675a0288c3102563bd01c9c3"; public const string FLYER_ARENA_POSTER_2 = "675a046b8f547d6cae01922e"; public const string FLYER_DEN_OF_WOLVES_POSTER = "675a0eacf905bde03d0f8253"; public const string FLYER_EXODUS_POSTER = "675a0d2d57dd12f0260c4a31"; @@ -2693,7 +2740,7 @@ public static class ItemTpl public const string LOOTCONTAINER_CASH_REGISTER_TAR22 = "5ad74cf586f774391278f6f0"; public const string LOOTCONTAINER_CIVILIAN_BODY = "658420d8085fea07e674cdb6"; public const string LOOTCONTAINER_COMMON_FUND_STASH = "5d07b91b86f7745a077a9432"; - public const string LOOTCONTAINER_DEAD_SCAV_4X4 = "67adf5752fc5ee84020a9940"; + public const string LOOTCONTAINER_DEAD_SCAV_4X4 = "5909e4b686f7747f5b744fa4"; public const string LOOTCONTAINER_DRAWER = "578f87b7245977356274f2cd"; public const string LOOTCONTAINER_DUFFLE_BAG = "578f87a3245977356274f2cb"; public const string LOOTCONTAINER_DUFFLE_BAG_ADV = "61aa1e9a32a4743c3453d2cf"; @@ -3617,6 +3664,7 @@ public static class ItemTpl public const string QUEST_WATER_PUMP_OPERATION_DATA = "619268de2be33f2604340159"; public const string RADIOTRANSMITTER_DIGITAL_SECURE_DSP_RADIO_TRANSMITTER = "62e910aaf957f2915e0a5e36"; public const string RANDOMLOOTCONTAINER_ARENA_GEARCRATE_BLUE_OPEN = "665730fa4de4820934746c48"; + public const string RANDOMLOOTCONTAINER_ARENA_GEARCRATE_BP_SEASON0_OPEN = "67cad3226bf74131800752b7"; public const string RANDOMLOOTCONTAINER_ARENA_GEARCRATE_GREEN_OPEN = "6658876e146af22739040fad"; public const string RANDOMLOOTCONTAINER_ARENA_GEARCRATE_VIOLET_OPEN = "6658291eefd94e2d665b14a4"; public const string RANDOMLOOTCONTAINER_ARENA_JEWELRYCRATE_BLUE_OPEN = "66573310a1657263d816a139"; @@ -4275,9 +4323,11 @@ public static class ItemTpl public const string TACTICALCOMBO_ZENIT_PERST3_TACTICAL_DEVICE = "5c5952732e2216398b5abda2"; public const string THERMALVISION_T7_THERMAL_GOGGLES_WITH_A_NIGHT_VISION_MOUNT = "5c110624d174af029e69734c"; public const string VEST_511_TACTICAL_TACTEC_PLATE_CARRIER_RANGER_GREEN = "5b44cad286f77402a54ae7e5"; + public const string VEST_511_TACTICAL_TACTEC_PLATE_CARRIER_STORM = "67ab4b2d6f7ae4aa550bbcf6"; public const string VEST_6B3TM01_ARMORED_RIG_KHAKI = "5d5d646386f7742797261fd9"; public const string VEST_6B515_ZH86_ULEY_ARMORED_RIG_FLORA = "5c0e446786f7742013381639"; public const string VEST_6B516_ZH86_ULEY_ARMORED_RIG_KHAKI = "5c0e3eb886f7742015526062"; + public const string VEST_ANA_TACTICAL_ALPHA_CHEST_RIG_MULTICAM = "67ab3ea96d7ece17bf0096f6"; public const string VEST_ANA_TACTICAL_ALPHA_CHEST_RIG_OLIVE_DRAB = "592c2d1a86f7746dbe2af32a"; public const string VEST_ANA_TACTICAL_M1_PLATE_CARRIER_OLIVE_DRAB = "5c0e722886f7740458316a57"; public const string VEST_ANA_TACTICAL_M2_PLATE_CARRIER_EMR = "5ab8dced86f774646209ec87"; @@ -4289,8 +4339,10 @@ public static class ItemTpl public const string VEST_BLACKHAWK_COMMANDO_CHEST_HARNESS_BLACK = "5c0e9f2c86f77432297fe0a3"; public const string VEST_BLACKHAWK_COMMANDO_CHEST_HARNESS_DESERT_TAN = "5b44c8ea86f7742d1627baf1"; public const string VEST_BLACKROCK_CHEST_RIG_GRAY = "5648a69d4bdc2ded0b8b457b"; + public const string VEST_BLACKROCK_CHEST_RIG_KHAKI = "67ab3f146d7ece17bf0096ff"; public const string VEST_CQC_OSPREY_MK4A_PLATE_CARRIER_ASSAULT_MTP = "60a3c70cde5f453f634816a3"; public const string VEST_CQC_OSPREY_MK4A_PLATE_CARRIER_PROTECTION_MTP = "60a3c68c37ea821725773ef5"; + public const string VEST_CRYE_PRECISION_AVS_PLATE_CARRIER_MULTICAM = "67ab49aab9c7a1e18c095686"; public const string VEST_CRYE_PRECISION_AVS_PLATE_CARRIER_RANGER_GREEN = "544a5caa4bdc2d1a388b4568"; public const string VEST_CRYE_PRECISION_AVS_PLATE_CARRIER_TAGILLA_EDITION = "609e860ebd219504d8507525"; public const string VEST_CRYE_PRECISION_CPC_PLATE_CARRIER_GOONS_EDITION = "628b9c7d45122232a872358f"; @@ -4334,6 +4386,7 @@ public static class ItemTpl public const string VISORS_6B34_ANTIFRAGMENTATION_GLASSES = "5b432be65acfc433000ed01f"; public const string VISORS_ANTIFRAGMENTATION_GLASSES = "59e770b986f7742cbd762754"; public const string VISORS_DUNDUKK_SPORT_SUNGLASSES = "5aa2b986e5b5b00014028f4c"; + public const string VISORS_DUNDUKK_SPORT_SUNGLASSES_ORANGE_LENSES = "67af41dd1eb308667602db4a"; public const string VISORS_ESS_CROSSBOW_TACTICAL_GLASSES = "5d5fca1ea4b93635fd598c07"; public const string VISORS_GAS_WELDER_SAFETY_GOGGLES = "61c18d83b00456371a66814b"; public const string VISORS_JOHNB_LIQUID_DNB_GLASSES = "62a09e410b9d3c46de5b6e78"; @@ -4341,10 +4394,13 @@ public static class ItemTpl public const string VISORS_OAKLEY_SI_BATWOLF_GLASSES = "62a61c988ec41a51b34758d5"; public const string VISORS_OAKLEY_SI_GASCAN_GLASSES = "5d6d2e22a4b9361bd5780d05"; public const string VISORS_OAKLEY_SI_M_FRAME_SAFETY_GLASSES = "5c1a1cc52e221602b3136e3d"; + public const string VISORS_OAKLEY_SI_M_FRAME_SAFETY_GLASSES_ORANGE_LENSES = "67af42942676ade5750b50e8"; public const string VISORS_PYRAMEX_PROXIMITY_SAFETY_GLASSES = "5c0d32fcd174af02a1659c75"; public const string VISORS_RAYBENCH_AVIATOR_GLASSES = "5d6d2ef3a4b93618084f58bd"; + public const string VISORS_RAYBENCH_AVIATOR_GLASSES_GREEN_LENSES = "67af425c2676ade5750b50e6"; public const string VISORS_RAYBENCH_HIPSTER_RESERVE_SUNGLASSES = "5aa2b9aee5b5b00015693121"; public const string VISORS_ROUND_FRAME_SUNGLASSES = "5aa2b923e5b5b000137b7589"; + public const string VISORS_ROUND_FRAME_SUNGLASSES_GREEN_LENSES = "67af42b38d9ef5c57e0d5126"; public const string VISORS_TACTICAL_GLASSES = "557ff21e4bdc2d89578b4586"; public const string VISORS_TWITCH_RIVALS_2020_GLASSES = "5e71f70186f77429ee09f183"; } diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/PlayerSide.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/PlayerSide.cs new file mode 100644 index 00000000..ab51afd3 --- /dev/null +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/PlayerSide.cs @@ -0,0 +1,9 @@ +namespace SPTarkov.Server.Core.Models.Enums +{ + public enum PlayerSide + { + Usec = 1, + Bear = 2, + Savage = 4 + } +} diff --git a/Libraries/SPTarkov.Server.Core/Models/Enums/RewardType.cs b/Libraries/SPTarkov.Server.Core/Models/Enums/RewardType.cs index 65b01c06..1b2d39f1 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Enums/RewardType.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Enums/RewardType.cs @@ -2,11 +2,13 @@ namespace SPTarkov.Server.Core.Models.Enums; public enum RewardType { - Skill, Experience, + Skill, + Item, TraderStanding, TraderUnlock, - Item, + Location, + Counter, AssortmentUnlock, ProductionScheme, TraderStandingReset, @@ -14,7 +16,14 @@ public enum RewardType StashRows, Achievement, Pockets, + Quest, CustomizationOffer, + ExtraDailyQuest, CustomizationDirect, - ExtraDailyQuest + WebPromoCode, + NotificationPopup, + Customization = 116, + BattlePassExperience, + BattlePassCurrency, + ArenaArmoryItem = 100 } diff --git a/Libraries/SPTarkov.Server.Core/Models/Logging/LogBackgroundColor.cs b/Libraries/SPTarkov.Server.Core/Models/Logging/LogBackgroundColor.cs index fa1b6f72..1e0829fe 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Logging/LogBackgroundColor.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Logging/LogBackgroundColor.cs @@ -9,5 +9,6 @@ public enum LogBackgroundColor Blue = 44, Magenta = 45, Cyan = 46, - White = 47 + White = 47, + Default = 49 } diff --git a/Libraries/SPTarkov.Server.Core/Models/Logging/LogTextColor.cs b/Libraries/SPTarkov.Server.Core/Models/Logging/LogTextColor.cs index 2659a8e0..1a1783f5 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Logging/LogTextColor.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Logging/LogTextColor.cs @@ -9,5 +9,6 @@ public enum LogTextColor Blue = 34, Magenta = 35, Cyan = 36, - White = 37 + White = 37, + Gray = 90, } diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/ClientLogRequest.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/ClientLogRequest.cs index 32f963bc..d7810c6d 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/ClientLogRequest.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/ClientLogRequest.cs @@ -1,4 +1,5 @@ using System.Text.Json.Serialization; +using SPTarkov.Server.Core.Models.Logging; using SPTarkov.Server.Core.Models.Utils; namespace SPTarkov.Server.Core.Models.Spt.Logging; @@ -13,7 +14,7 @@ public record ClientLogRequest : IRequestData } [JsonPropertyName("Level")] - [JsonConverter(typeof(JsonStringEnumConverter))] // TODO: Fix in modules to send enumValue instead of string + [JsonConverter(typeof(JsonStringEnumConverter))] public LogLevel? Level { get; @@ -28,14 +29,16 @@ public record ClientLogRequest : IRequestData } [JsonPropertyName("Color")] - public string? Color + [JsonConverter(typeof(JsonStringEnumConverter))] + public LogTextColor? Color { get; set; - } // TODO: FIX THIS SHIT FOR COLOURS + } [JsonPropertyName("BackgroundColor")] - public string? BackgroundColor + [JsonConverter(typeof(JsonStringEnumConverter))] + public LogBackgroundColor? BackgroundColor { get; set; diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/LogLevel.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/LogLevel.cs index 2c8a83c6..6be6a5ec 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/LogLevel.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Logging/LogLevel.cs @@ -11,5 +11,3 @@ public enum LogLevel Debug, Trace } - -// TODO: needs to be moved to enums namespace diff --git a/Libraries/SPTarkov.Server.Core/Models/Spt/Server/LocaleBase.cs b/Libraries/SPTarkov.Server.Core/Models/Spt/Server/LocaleBase.cs index dc13319f..08e22db7 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Spt/Server/LocaleBase.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Spt/Server/LocaleBase.cs @@ -6,6 +6,8 @@ namespace SPTarkov.Server.Core.Models.Spt.Server; public record LocaleBase { [JsonPropertyName("global")] + /// DO NOT USE THIS PROPERTY DIRECTLY, USE LOCALESERVICE INSTEAD + /// THIS IS LAZY LOADED AND YOUR CHANGES WILL NOT BE SAVED public Dictionary>>? Global { get; diff --git a/Libraries/SPTarkov.Server.Core/Models/Utils/ISptLogger.cs b/Libraries/SPTarkov.Server.Core/Models/Utils/ISptLogger.cs index 4453e43e..e0b4b892 100644 --- a/Libraries/SPTarkov.Server.Core/Models/Utils/ISptLogger.cs +++ b/Libraries/SPTarkov.Server.Core/Models/Utils/ISptLogger.cs @@ -5,8 +5,6 @@ namespace SPTarkov.Server.Core.Models.Utils; public interface ISptLogger { - // TODO: Removing these methods for now, revisit in the future - // void Log(string data, LogTextColor? color, string? backgroundColor = null); void LogWithColor(string data, LogTextColor? textColor = null, LogBackgroundColor? backgroundColor = null, Exception? ex = null); void Success(string data, Exception? ex = null); void Error(string data, Exception? ex = null); diff --git a/Libraries/SPTarkov.Server.Core/Routers/ImageRouter.cs b/Libraries/SPTarkov.Server.Core/Routers/ImageRouter.cs index 3cb756ea..68b9b42c 100644 --- a/Libraries/SPTarkov.Server.Core/Routers/ImageRouter.cs +++ b/Libraries/SPTarkov.Server.Core/Routers/ImageRouter.cs @@ -1,6 +1,7 @@ using SPTarkov.Server.Core.Services.Image; using SPTarkov.Server.Core.Utils; using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Models.Utils; namespace SPTarkov.Server.Core.Routers; @@ -10,16 +11,19 @@ public class ImageRouter protected FileUtil _fileUtil; protected HttpFileUtil _httpFileUtil; protected ImageRouterService _imageRouterService; + ISptLogger _logger; public ImageRouter( FileUtil fileUtil, ImageRouterService imageRouteService, - HttpFileUtil httpFileUtil + HttpFileUtil httpFileUtil, + ISptLogger logger ) { _fileUtil = fileUtil; _imageRouterService = imageRouteService; _httpFileUtil = httpFileUtil; + _logger = logger; } public void AddRoute(string key, string valueToAdd) @@ -27,7 +31,7 @@ public class ImageRouter _imageRouterService.AddRoute(key.ToLower(), valueToAdd); } - public void SendImage(string sessionID, HttpRequest req, HttpResponse resp, object body) + public void SendImage(string sessionId, HttpRequest req, HttpResponse resp, object body) { // remove file extension var url = _fileUtil.StripExtension(req.Path, true); @@ -37,7 +41,10 @@ public class ImageRouter if (_imageRouterService.ExistsByKey(urlKeyLower)) { _httpFileUtil.SendFile(resp, _imageRouterService.GetByKey(urlKeyLower)); + return; } + + _logger.Warning($"IMAGE: {url} not found"); } public string GetImage() diff --git a/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj b/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj index 6bd98b24..48eef631 100644 --- a/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj +++ b/Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj @@ -1,6 +1,6 @@ - + SPTarkov.Server.Core @@ -16,16 +16,47 @@ - + - - + + + + + 4.0.0 + a12b34 + 0000000000 + LOCAL + + + + + + + + + + + diff --git a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs index d28e0ddd..14f9da74 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/Http/SptHttpListener.cs @@ -159,7 +159,7 @@ public class SptHttpListener : IHttpListener SendJson(resp, output, sessionID); if (_logger.IsLogEnabled(LogLevel.Debug)) { - _logger.Debug($"Response: {output}"); + _logger.Debug($"Response: {output.Substring(0, Math.Min(output.Length, 4000))}"); } LogRequest(req, output); @@ -200,7 +200,7 @@ public class SptHttpListener : IHttpListener { if (ProgramStatics.ENTRY_TYPE() != EntryType.RELEASE) { - var log = new Response(req.Method, output); + var log = new Response(req.Method, output.Substring(0, Math.Min(output.Length, 2000))); _requestLogger.Info($"RESPONSE={_jsonUtil.Serialize(log)}"); } } diff --git a/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs b/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs index d86aa215..b8ac4823 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/HttpServer.cs @@ -9,6 +9,7 @@ using SPTarkov.Server.Core.Services; using Microsoft.AspNetCore.Server.Kestrel.Https; using Microsoft.Extensions.Primitives; using SPTarkov.Common.Annotations; +using SPTarkov.Common.Extensions; namespace SPTarkov.Server.Core.Servers; @@ -87,52 +88,20 @@ public class HttpServer( } context.Request.Cookies.TryGetValue("PHPSESSID", out var sessionId); - _applicationContext.AddValue(ContextVariableType.SESSION_ID, sessionId); - - // Extract headers for original IP detection - StringValues? realIp = null; - if (context.Request.Headers.ContainsKey("x-real-ip")) + if (sessionId != null) { - realIp = context.Request.Headers["x-real-ip"]; + _applicationContext.AddValue(ContextVariableType.SESSION_ID, sessionId); } - StringValues? forwardedFor = null; - if (context.Request.Headers.ContainsKey("x-forwarded-for")) - { - forwardedFor = context.Request.Headers["x-forwarded-for"]; - } - - var clientIp = realIp.HasValue - ? realIp.Value.First() - : forwardedFor.HasValue - ? forwardedFor.Value.First()!.Split(",")[0].Trim() - : context.Connection.RemoteIpAddress!.ToString().Split(":").Last(); + // Extract header for original IP detection + var realIp = context.GetHeaderIfExists("x-real-ip"); + var clientIp = GetClientIp(context, realIp); if (_httpConfig.LogRequests) { - var isLocalRequest = IsLocalRequest(clientIp); - if (isLocalRequest.HasValue) - { - if (isLocalRequest.Value) - { - _logger.Info(_localisationService.GetText("client_request", context.Request.Path.Value)); - } - else - { - _logger.Info( - _localisationService.GetText( - "client_request_ip", new - { - ip = clientIp, - url = context.Request.Path.Value - } - ) - ); - } - } + LogRequest(context, clientIp, IsLocalRequest(clientIp)); } - try { _httpListeners.SingleOrDefault(l => l.CanHandle(sessionId, context.Request))?.Handle(sessionId, context.Request, context.Response); @@ -146,16 +115,55 @@ public class HttpServer( // This http request would be passed through the SPT Router and handled by an ICallback } + /// + /// Log request - handle differently if request is local + /// + /// HttpContext of request + /// Ip of requester + /// Is this local request + protected void LogRequest(HttpContext context, string clientIp, bool isLocalRequest) + { + if (isLocalRequest) + { + _logger.Info(_localisationService.GetText("client_request", context.Request.Path.Value)); + } + else + { + _logger.Info( + _localisationService.GetText( + "client_request_ip", new + { + ip = clientIp, + url = context.Request.Path.Value + } + ) + ); + } + } + + protected static string GetClientIp(HttpContext context, StringValues? realIp) + { + if (realIp.HasValue) + { + return realIp.Value.First(); + } + + var forwardedFor = context.GetHeaderIfExists("x-forwarded-for"); + return forwardedFor.HasValue + ? forwardedFor.Value.First()!.Split(",")[0].Trim() + : context.Connection.RemoteIpAddress!.ToString().Split(":").Last(); + } + /// /// Check against hardcoded values that determine it's from a local address /// /// Address to check /// True if its local - private bool? IsLocalRequest(string? remoteAddress) + protected bool IsLocalRequest(string? remoteAddress) { if (remoteAddress == null) { - return null; + return false; } return remoteAddress.StartsWith("127.0.0") || diff --git a/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs b/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs index 6c5bfd78..07b76e80 100644 --- a/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs +++ b/Libraries/SPTarkov.Server.Core/Servers/Ws/SptWebSocketConnectionHandler.cs @@ -1,3 +1,4 @@ +using System.Collections.Concurrent; using System.Net.WebSockets; using System.Text; using SPTarkov.Server.Core.Helpers; @@ -22,8 +23,7 @@ public class SptWebSocketConnectionHandler( ) : IWebSocketConnectionHandler { protected WsPing _defaultNotification = new(); - protected readonly Lock _lockObject = new(); - protected Dictionary _sockets = new(); + protected ConcurrentDictionary _sockets = new(); public string GetHookUrl() { @@ -44,9 +44,9 @@ public class SptWebSocketConnectionHandler( _logger.Info(_localisationService.GetText("websocket-player_connected", playerInfoText)); - lock (_lockObject) + if (!_sockets.TryAdd(sessionID, ws) && _logger.IsLogEnabled(LogLevel.Debug)) { - _sockets.Add(sessionID, ws); + _logger.Debug($"[ws] player: {playerInfoText} has already connected"); } return Task.CompletedTask; @@ -70,13 +70,14 @@ public class SptWebSocketConnectionHandler( var splitUrl = context.Request.Path.Value.Split("/"); var sessionID = splitUrl.Last(); - lock (_lockObject) + if (!_sockets.Remove(sessionID, out _) && _logger.IsLogEnabled(LogLevel.Debug)) { - _sockets.Remove(sessionID); - var playerProfile = _profileHelper.GetFullProfile(sessionID); - var playerInfoText = $"{playerProfile.ProfileInfo.Username} ({sessionID})"; - _logger.Info($"[ws] player: {playerInfoText} has disconnected"); + _logger.Debug($"[ws] Error removing socket for session: {sessionID}"); } + + var playerProfile = _profileHelper.GetFullProfile(sessionID); + var playerInfoText = $"{playerProfile.ProfileInfo.Username} ({sessionID})"; + _logger.Info($"[ws] player: {playerInfoText} has disconnected"); } public void SendMessage(string sessionID, WsNotificationEvent output) @@ -110,7 +111,6 @@ public class SptWebSocketConnectionHandler( catch (Exception err) { _logger.Error(_localisationService.GetText("websocket-message_send_failed_with_error"), err); - Console.WriteLine(err); } } @@ -121,6 +121,6 @@ public class SptWebSocketConnectionHandler( public WebSocket GetSessionWebSocket(string sessionID) { - return _sockets[sessionID]; + return _sockets.GetValueOrDefault(sessionID); } } diff --git a/Libraries/SPTarkov.Server.Core/Services/BotLootCacheService.cs b/Libraries/SPTarkov.Server.Core/Services/BotLootCacheService.cs index 1d983733..5397b7ba 100644 --- a/Libraries/SPTarkov.Server.Core/Services/BotLootCacheService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/BotLootCacheService.cs @@ -1,3 +1,4 @@ +using System.Collections.Concurrent; using SPTarkov.Server.Core.Generators; using SPTarkov.Server.Core.Helpers; using SPTarkov.Server.Core.Models.Common; @@ -20,18 +21,14 @@ public class BotLootCacheService( ICloner _cloner ) { - protected readonly Lock _lockObject = new(); - protected Dictionary _lootCache = new(); + protected ConcurrentDictionary _lootCache = new ConcurrentDictionary(); /// /// Remove cached bot loot data /// public void ClearCache() { - lock (_lockObject) - { - _lootCache.Clear(); - } + _lootCache.Clear(); } /// @@ -49,21 +46,16 @@ public class BotLootCacheService( BotType botJsonTemplate, MinMax? itemPriceMinMax = null) { - lock (_lockObject) + if (!BotRoleExistsInCache(botRole)) { - if (!BotRoleExistsInCache(botRole)) - { - InitCacheForBotRole(botRole); - AddLootToCache(botRole, isPmc, botJsonTemplate); - } + InitCacheForBotRole(botRole); + AddLootToCache(botRole, isPmc, botJsonTemplate); } Dictionary result = null; BotLootCache botRoleCache; - lock (_lockObject) - { - botRoleCache = _lootCache[botRole]; - } + + botRoleCache = _lootCache[botRole]; switch (lootType) { @@ -123,8 +115,7 @@ public class BotLootCacheService( if (itemPriceMinMax is not null) { - var filteredResult = result.Where( - i => + var filteredResult = result.Where(i => { var itemPrice = _itemHelper.GetItemPrice(i.Key); if (itemPriceMinMax?.Min is not null && itemPriceMinMax?.Max is not null) @@ -168,15 +159,15 @@ public class BotLootCacheService( Dictionary backpackLootPool = new(); Dictionary pocketLootPool = new(); Dictionary vestLootPool = new(); - Dictionary secureLootTPool = new(); + Dictionary secureLootPool = new(); Dictionary combinedLootPool = new(); if (isPmc) { // Replace lootPool from bot json with our own generated list for PMCs - lootPool.Backpack = _cloner.Clone(_pmcLootGenerator.GeneratePMCBackpackLootPool(botRole)); - lootPool.Pockets = _cloner.Clone(_pmcLootGenerator.GeneratePMCPocketLootPool(botRole)); - lootPool.TacticalVest = _cloner.Clone(_pmcLootGenerator.GeneratePMCVestLootPool(botRole)); + lootPool.Backpack = _cloner.Clone(_pmcLootGenerator.GeneratePMCBackpackLootPool(botRole)).ToDictionary(); + lootPool.Pockets = _cloner.Clone(_pmcLootGenerator.GeneratePMCPocketLootPool(botRole)).ToDictionary(); + lootPool.TacticalVest = _cloner.Clone(_pmcLootGenerator.GeneratePMCVestLootPool(botRole)).ToDictionary(); } // Backpack/Pockets etc @@ -212,7 +203,7 @@ public class BotLootCacheService( AddItemsToPool(vestLootPool, kvp.Value); break; case "SecuredContainer": - AddItemsToPool(secureLootTPool, kvp.Value); + AddItemsToPool(secureLootPool, kvp.Value); break; case "Backpack": AddItemsToPool(backpackLootPool, kvp.Value); @@ -447,25 +438,38 @@ public class BotLootCacheService( filteredVestItems[itemKvP.Key] = itemKvP.Value; } - BotLootCache cacheForRole; - lock (_lockObject) + // Get secure loot (excluding magazines, bullets) + var filteredSecureLoot = new Dictionary(); + foreach (var itemKvP in secureLootPool) { - cacheForRole = _lootCache[botRole]; + var itemResult = _itemHelper.GetItem(itemKvP.Key); + if (itemResult.Value is null) + { + continue; + } - cacheForRole.HealingItems = healingItems; - cacheForRole.DrugItems = drugItems; - cacheForRole.FoodItems = foodItems; - cacheForRole.DrinkItems = drinkItems; - cacheForRole.CurrencyItems = currencyItems; - cacheForRole.StimItems = stimItems; - cacheForRole.GrenadeItems = grenadeItems; + var itemTemplate = itemResult.Value; + if (IsBulletOrGrenade(itemTemplate.Properties) || IsMagazine(itemTemplate.Properties)) + { + continue; + } - cacheForRole.SpecialItems = specialLootItems; - cacheForRole.BackpackLoot = filteredBackpackItems; - cacheForRole.PocketLoot = filteredPocketItems; - cacheForRole.VestLoot = filteredVestItems; - cacheForRole.SecureLoot = secureLootTPool; + filteredSecureLoot[itemKvP.Key] = itemKvP.Value; } + + var cacheForRole = _lootCache[botRole]; + cacheForRole.HealingItems = healingItems; + cacheForRole.DrugItems = drugItems; + cacheForRole.FoodItems = foodItems; + cacheForRole.DrinkItems = drinkItems; + cacheForRole.CurrencyItems = currencyItems; + cacheForRole.StimItems = stimItems; + cacheForRole.GrenadeItems = grenadeItems; + cacheForRole.SpecialItems = specialLootItems; + cacheForRole.BackpackLoot = filteredBackpackItems; + cacheForRole.PocketLoot = filteredPocketItems; + cacheForRole.VestLoot = filteredVestItems; + cacheForRole.SecureLoot = filteredSecureLoot; } protected void AddItemsToPool(Dictionary poolToAddTo, Dictionary poolOfItemsToAdd) @@ -544,10 +548,7 @@ public class BotLootCacheService( /// true if they exist protected bool BotRoleExistsInCache(string botRole) { - lock (_lockObject) - { - return _lootCache.ContainsKey(botRole); - } + return _lootCache.ContainsKey(botRole); } /// @@ -556,9 +557,8 @@ public class BotLootCacheService( /// Bot role to hydrate protected void InitCacheForBotRole(string botRole) { - lock (_lockObject) - { - _lootCache.Add( + if ( + !_lootCache.TryAdd( botRole, new BotLootCache { @@ -577,7 +577,10 @@ public class BotLootCacheService( HealingItems = new Dictionary(), StimItems = new Dictionary() } - ); + ) + ) + { + _logger.Error($"Unable to add loot cache for bot role: {botRole}"); } } diff --git a/Libraries/SPTarkov.Server.Core/Services/CustomLocaleService.cs b/Libraries/SPTarkov.Server.Core/Services/CustomLocaleService.cs deleted file mode 100644 index e6142c7f..00000000 --- a/Libraries/SPTarkov.Server.Core/Services/CustomLocaleService.cs +++ /dev/null @@ -1,75 +0,0 @@ -using SPTarkov.Server.Core.Models.Utils; -using SPTarkov.Common.Annotations; - -namespace SPTarkov.Server.Core.Services; - -[Injectable(InjectionType.Singleton)] -public class CustomLocaleService( - ISptLogger logger -) -{ - protected Dictionary> customServerLocales = new(); - protected Dictionary> customClientLocales = new(); - - - /// - /// Path should link to a folder containing every locale that should be added to the server locales - /// e.g. en.json for english, fr.json for french.
- /// Inside each JSON should be a Dictionary of the locale key and localised text - ///
- /// en/fr/de - /// locale key to store values against - /// Localised string to store - public void AddServerLocales(string locale, string localeKey, string localeValue) - { - AddToDictionary(locale, localeKey, localeValue, customServerLocales); - } - - /// - /// Path should link to a folder containing every locale that should be added to the game locales - /// e.g. en.json for english, fr.json for french.
- /// Inside each JSON should be a Dictionary of the locale key and localised text - ///
- /// en/fr/de - /// locale key to store values against - /// Localised string to store - public void AddGameLocales(string locale, string localeKey, string localeValue) - { - AddToDictionary(locale, localeKey, localeValue, customClientLocales); - } - - protected void AddToDictionary(string locale, string localeKey, string localeValue, - Dictionary> dictionaryToAddTo) - { - dictionaryToAddTo.TryAdd(locale, new Dictionary()); - if (!dictionaryToAddTo.TryGetValue(locale, out var localeDictToAddTo)) - { - logger.Error($"Unable to get custom locale dictionary keyed by: {locale}"); - - return; - } - - if (!localeDictToAddTo.TryAdd(localeKey, localeValue)) - { - logger.Error($"Unable to add: {localeKey} {localeValue} to custom locale dictionary: {locale}"); - } - } - - public string? GetServerValue(string locale, string localeKey) - { - return GetValueFromDictionary(locale, localeKey, customServerLocales); - } - - public string? GetClientValue(string locale, string localeKey) - { - return GetValueFromDictionary(locale, localeKey, customClientLocales); - } - - protected string? GetValueFromDictionary(string locale, string localeKey, - Dictionary> dictionaryToGetFrom) - { - return dictionaryToGetFrom.TryGetValue(locale, out var localeDictToGetFrom) - ? localeDictToGetFrom.GetValueOrDefault(localeKey) // Locale exists, look up value or return null - : null; // No locale (e.g. en/fr/de) at all - } -} diff --git a/Libraries/SPTarkov.Server.Core/Services/FenceService.cs b/Libraries/SPTarkov.Server.Core/Services/FenceService.cs index 3b9d0d39..48d6701e 100644 --- a/Libraries/SPTarkov.Server.Core/Services/FenceService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/FenceService.cs @@ -146,7 +146,9 @@ public class FenceService( // HUGE THANKS TO LACYWAY AND LEAVES FOR PROVIDING THIS SOLUTION FOR SPT TO IMPLEMENT!! // Copy the item and its children var clonedItems = _cloner.Clone(itemHelper.FindAndReturnChildrenAsItems(items, mainItem.Id)); - var root = clonedItems[0]; + // I BLAME LACY FOR THIS ISSUE, I SPENT HOURS FIXING IT /s + // i think on node the one with hideout usually came first + var root = clonedItems.FirstOrDefault(x => x.SlotId == "hideout"); var cost = GetItemPrice(root.Template, clonedItems); @@ -437,7 +439,10 @@ public class FenceService( // if the Upd doesnt exist just initialize it if (newRootItem.Upd == null) { - newRootItem.Upd = new Upd(); + newRootItem.Upd = new Upd() + { + StackObjectsCount = 1 + }; } // New assort to be added to existing assorts diff --git a/Libraries/SPTarkov.Server.Core/Services/GiftService.cs b/Libraries/SPTarkov.Server.Core/Services/GiftService.cs index 00898200..a0a77ab5 100644 --- a/Libraries/SPTarkov.Server.Core/Services/GiftService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/GiftService.cs @@ -33,7 +33,7 @@ public class GiftService( return _giftConfig.Gifts.ContainsKey(giftId); } - public Gift GetGiftById(string giftId) + public Gift? GetGiftById(string giftId) { _giftConfig.Gifts.TryGetValue(giftId, out var gift); @@ -89,7 +89,7 @@ public class GiftService( _logger.Warning($"Gift {giftId} has items but no collection time limit, defaulting to 48 hours"); } - // Handle system messsages + // Handle system messages if (giftData.Sender == GiftSenderType.System) { // Has a localisable text id to send to player diff --git a/Libraries/SPTarkov.Server.Core/Services/I18nService.cs b/Libraries/SPTarkov.Server.Core/Services/I18nService.cs index fdfa4cc0..f49ad083 100644 --- a/Libraries/SPTarkov.Server.Core/Services/I18nService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/I18nService.cs @@ -11,7 +11,7 @@ public class I18nService private readonly Dictionary _fallbacks; private readonly FileUtil _fileUtil; private readonly JsonUtil _jsonUtil; - private readonly CustomLocaleService _customLocaleService; + private readonly LocaleService _localeService; private readonly Dictionary>> _loadedLocales = new(); private HashSet _locales; @@ -20,11 +20,11 @@ public class I18nService public I18nService( FileUtil fileUtil, JsonUtil jsonUtil, - CustomLocaleService customLocaleService, HashSet locales, Dictionary fallbacks, string defaultLocale, - string directory + string directory, + LocaleService localeService ) { _locales = locales; @@ -32,8 +32,8 @@ public class I18nService _defaultLocale = defaultLocale; _directory = directory; _jsonUtil = jsonUtil; - _customLocaleService = customLocaleService; _fileUtil = fileUtil; + _localeService = localeService; Initialize(); } @@ -91,22 +91,28 @@ public class I18nService public string GetLocalisedValue(string key) { + // get loaded locales for set key if (!_loadedLocales.TryGetValue(_setLocale, out var locales)) { + // if we are unable to get the "loadedLocales" for the set locale, return the key return key; } + // searching through loaded locales for given key if (!locales.Value.TryGetValue(key, out var value)) { + // if the key is not found in loaded locales + // check if the key is found in the default locale _loadedLocales.TryGetValue(_defaultLocale, out var defaults); if (!defaults.Value.TryGetValue(key, out value)) { - value = _customLocaleService.GetClientValue(_defaultLocale, key); + value = _localeService.GetLocaleDb(_defaultLocale).FirstOrDefault(x => x.Key == key).Value; } return value ?? key; } + // if the key is found in the server locale, return the value return value; } diff --git a/Libraries/SPTarkov.Server.Core/Services/InsuranceService.cs b/Libraries/SPTarkov.Server.Core/Services/InsuranceService.cs index 121df8cc..7098321c 100644 --- a/Libraries/SPTarkov.Server.Core/Services/InsuranceService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/InsuranceService.cs @@ -76,14 +76,6 @@ public class InsuranceService( var globals = _databaseService.GetGlobals(); foreach (var traderKvP in GetInsurance(sessionID)) { - var traderEnum = _traderHelper.GetTraderById(traderKvP.Key); - if (traderEnum is null) - { - _logger.Error(_localisationService.GetText("insurance-trader_missing_from_enum", traderKvP.Key)); - - continue; - } - var traderBase = _traderHelper.GetTrader(traderKvP.Key, sessionID); if (traderBase is null) { @@ -110,7 +102,7 @@ public class InsuranceService( // Send "i will go look for your stuff" message from trader to player _mailSendService.SendLocalisedNpcMessageToPlayer( sessionID, - traderEnum.ToString(), + traderKvP.Key, MessageType.NPC_TRADER, _randomUtil.GetArrayValue(dialogueTemplates["insuranceStart"] ?? ["INSURANCE START MESSAGE MISSING"]), null, @@ -184,8 +176,7 @@ public class InsuranceService( } // EoD has 30% faster returns - var editionModifier = globals.Configuration.Insurance.EditionSendingMessageTime[pmcData.Info.GameVersion]; - if (editionModifier is not null) + if (globals.Configuration.Insurance.EditionSendingMessageTime.TryGetValue(pmcData.Info.GameVersion, out var editionModifier)) { randomisedReturnTimeSeconds *= editionModifier.Multiplier.Value; } diff --git a/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs b/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs index 7fbdb73d..878b64d4 100644 --- a/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/LocaleService.cs @@ -3,6 +3,7 @@ using SPTarkov.Server.Core.Models.Spt.Config; using SPTarkov.Server.Core.Models.Utils; using SPTarkov.Server.Core.Servers; using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Utils.Json; namespace SPTarkov.Server.Core.Services; @@ -13,24 +14,68 @@ public class LocaleService( ConfigServer _configServer ) { + // we have to LazyLoad the data from the database and then combine it with the custom data before returning it protected LocaleConfig _localeConfig = _configServer.GetConfig(); + protected Dictionary> customClientLocales = new Dictionary>(); /// - /// Get the eft globals db file based on the configured locale in config/locale.json, if not found, fall back to 'en' + /// Get the eft globals db file based on the configured locale in config/locale.json, if not found, fall back to 'en' + /// This will contain Custom locales added by mods /// - /// Dictionary - public Dictionary GetLocaleDb() + /// Dictionary of locales for desired language - en/fr/cn + public Dictionary GetLocaleDb(string? language = null) { - if (_databaseServer.GetTables().Locales.Global.TryGetValue(GetDesiredGameLocale(), out var desiredLocale)) + var languageToUse = string.IsNullOrEmpty(language) ? GetDesiredGameLocale() : language; + Dictionary? localeToReturn; + + // if it can't get locales for language provided, default to en + if (TryGetLocaleDbWithCustomLocales(languageToUse, out localeToReturn) || + TryGetLocaleDbWithCustomLocales("en", out localeToReturn)) { - return desiredLocale.Value; + // TODO: need to see if this needs to be cloned + return RemovePraporTestMessage(localeToReturn); } - _logger.Warning( - $"Unable to find desired locale file using locale: {GetDesiredGameLocale()} from config/locale.json, falling back to 'en'" - ); + throw new Exception($"unable to get locales from either {languageToUse} or en"); + } - return _databaseServer.GetTables().Locales.Global["en"].Value; + /// + /// Attempts to retrieve the locale database for the specified language key, including custom locales if available. + /// + /// The language key for which the locale database should be retrieved. + /// The resulting locale database as a dictionary, or null if the operation fails. + /// True if the locale database was successfully retrieved, otherwise false. + private bool TryGetLocaleDbWithCustomLocales(string languageKey, out Dictionary? localeToReturn) + { + localeToReturn = null; + if (!_databaseServer.GetTables().Locales.Global.TryGetValue(languageKey, out var keyedLocales)) + { + return false; + } + + localeToReturn = keyedLocales.Value; + + if (customClientLocales.TryGetValue(languageKey, out var customClientLocale)) + { + // there were custom locales for this language + localeToReturn = CombineDbWithCustomLocales(localeToReturn, customClientLocale); + } + + return true; + } + + + /// + /// Combines the provided database locales with custom locales, ensuring that all entries are merged into a single dictionary. + /// Custom locale entries will overwrite existing keys from the database locales if conflicts occur. + /// + /// + /// The dictionary containing locale entries from the database. + /// The dictionary containing custom locale entries to be merged. + /// A dictionary representing the merged result of database and custom locales. + private Dictionary CombineDbWithCustomLocales(Dictionary dbLocales, Dictionary customLocales) + { + return dbLocales.Union(customLocales).ToDictionary(x => x.Key, x => x.Value); } /// @@ -179,4 +224,35 @@ public class LocaleService( { return GetLocaleDb().Keys.Where(x => x.StartsWith(partialKey)).ToList(); } + + public void AddCustomClientLocale(string locale, string localeKey, string localeValue) + { + AddToDictionary(locale, localeKey, localeValue, customClientLocales); + } + + private void AddToDictionary(string locale, string localeKey, string localeValue, + Dictionary> dictionaryToAddTo) + { + dictionaryToAddTo.TryAdd(locale, new Dictionary()); + if (!dictionaryToAddTo.TryGetValue(locale, out var localeDictToAddTo)) + { + _logger.Error($"Unable to get custom locale dictionary keyed by: {locale}"); + + return; + } + + if (!localeDictToAddTo.TryAdd(localeKey, localeValue)) + { + _logger.Error($"Unable to add: {localeKey} {localeValue} to custom locale dictionary: {locale}"); + } + } + + /// + /// Blank out the "test" mail message from prapor + /// + protected Dictionary RemovePraporTestMessage(Dictionary dbLocales) + { + dbLocales["61687e2c3e526901fa76baf9"] = ""; + return dbLocales; + } } diff --git a/Libraries/SPTarkov.Server.Core/Services/LocalisationService.cs b/Libraries/SPTarkov.Server.Core/Services/LocalisationService.cs index e4a5eb21..681114f6 100644 --- a/Libraries/SPTarkov.Server.Core/Services/LocalisationService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/LocalisationService.cs @@ -22,7 +22,6 @@ public class LocalisationService public LocalisationService( ISptLogger logger, RandomUtil randomUtil, - CustomLocaleService customLocaleService, DatabaseServer databaseServer, LocaleService localeService, JsonUtil jsonUtil, @@ -36,11 +35,11 @@ public class LocalisationService _i18nService = new I18nService( fileUtil, jsonUtil, - customLocaleService, localeService.GetServerSupportedLocales().ToHashSet(), localeService.GetLocaleFallbacks(), "en", - "./Assets/database/locales/server" + "./Assets/database/locales/server", + localeService ); _i18nService.SetLocaleByKey(localeService.GetDesiredServerLocale()); } diff --git a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs index 36341c46..240300f1 100644 --- a/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/LocationLifecycleService.cs @@ -513,7 +513,7 @@ public class LocationLifecycleService // Send message from fence giving player reward generated above _mailSendService.SendLocalisedNpcMessageToPlayer( sessionId, - _traderHelper.GetValidTraderIdByEnumValue(Traders.FENCE), + Traders.FENCE, MessageType.MESSAGE_WITH_ITEMS, _randomUtil.GetArrayValue(_traderConfig.Fence.CoopExtractGift.MessageLocaleIds), mailableLoot, @@ -1137,7 +1137,7 @@ public class LocationLifecycleService // Send the items to the player _mailSendService.SendLocalisedNpcMessageToPlayer( sessionId, - _traderHelper.GetValidTraderIdByEnumValue(traderId), + traderId, MessageType.BTR_ITEMS_DELIVERY, messageId, items, diff --git a/Libraries/SPTarkov.Server.Core/Services/MailSendService.cs b/Libraries/SPTarkov.Server.Core/Services/MailSendService.cs index 89b84f63..7adf447b 100644 --- a/Libraries/SPTarkov.Server.Core/Services/MailSendService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/MailSendService.cs @@ -8,6 +8,7 @@ using SPTarkov.Server.Core.Servers; using SPTarkov.Server.Core.Utils; using SPTarkov.Server.Core.Utils.Cloners; using SPTarkov.Common.Annotations; +using LogLevel = SPTarkov.Server.Core.Models.Spt.Logging.LogLevel; namespace SPTarkov.Server.Core.Services; @@ -656,7 +657,12 @@ public class MailSendService( if (messageDetails.Sender == MessageType.NPC_TRADER || messageDetails.DialogType == MessageType.NPC_TRADER) { - return messageDetails.Trader is not null ? _traderHelper.GetValidTraderIdByEnumValue(messageDetails.Trader) : null; + if (messageDetails.Trader == null && _logger.IsLogEnabled(LogLevel.Debug)) + { + _logger.Debug($"Trader was null for {messageDetails.TemplateId}"); + } + + return messageDetails.Trader; } if (messageDetails.Sender == MessageType.USER_MESSAGE) @@ -671,7 +677,7 @@ public class MailSendService( if (messageDetails.Trader is not null) { - return _traderHelper.GetValidTraderIdByEnumValue(messageDetails.Trader); + return messageDetails.Trader; } _logger.Warning($"Unable to handle message of type: {messageDetails.Sender}"); diff --git a/Libraries/SPTarkov.Server.Core/Services/Mod/CustomItemService.cs b/Libraries/SPTarkov.Server.Core/Services/Mod/CustomItemService.cs index 0339a16c..a9943d17 100644 --- a/Libraries/SPTarkov.Server.Core/Services/Mod/CustomItemService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/Mod/CustomItemService.cs @@ -17,7 +17,8 @@ public class CustomItemService( DatabaseService databaseService, ItemHelper itemHelper, ItemBaseClassService itemBaseClassService, - ICloner cloner + ICloner cloner, + LocaleService localeService ) { /// @@ -206,17 +207,9 @@ public class CustomItemService( newLocaleDetails ??= localeDetails[localeDetails.Keys.FirstOrDefault()]; - // Create new record in locale file - if (!databaseService.GetLocales().Global.TryGetValue(shortNameKey.Key, out var desiredGlobal)) - { - logger.Error($"Unable to add locale keys to {shortNameKey.Key}"); - - return; - } - - desiredGlobal.Value[$"{newItemId} Name"] = newLocaleDetails.Name; - desiredGlobal.Value[$"{newItemId} ShortName"] = newLocaleDetails.ShortName; - desiredGlobal.Value[$"{newItemId} Description"] = newLocaleDetails.Description; + localeService.AddCustomClientLocale(shortNameKey.Key, $"{newItemId} Name", newLocaleDetails.Name); + localeService.AddCustomClientLocale(shortNameKey.Key, $"{newItemId} ShortName", newLocaleDetails.ShortName); + localeService.AddCustomClientLocale(shortNameKey.Key, $"{newItemId} Description", newLocaleDetails.Description); } } diff --git a/Libraries/SPTarkov.Server.Core/Services/PmcChatResponseService.cs b/Libraries/SPTarkov.Server.Core/Services/PmcChatResponseService.cs index 5bffe677..fbffde4d 100644 --- a/Libraries/SPTarkov.Server.Core/Services/PmcChatResponseService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/PmcChatResponseService.cs @@ -173,7 +173,7 @@ public class PmcChatResponseService( if (AppendSuffixToMessageEnd(isVictim)) { var suffixText = _localisationService.GetText(_randomUtil.GetArrayValue(GetResponseSuffixLocaleKeys())); - responseText += $"{suffixText}"; + responseText += $" {suffixText}"; } if (StripCapitalisation(isVictim)) diff --git a/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs b/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs index 8db6c1c2..cb5c93f6 100644 --- a/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/PostDbLoadService.cs @@ -101,8 +101,6 @@ public class PostDbLoadService( RemoveNewBeginningRequirementFromPrestige(); - RemovePraporTestMessage(); - ValidateQuestAssortUnlocksExist(); if (_seasonalEventService.IsAutomaticEventDetectionEnabled()) @@ -145,7 +143,7 @@ public class PostDbLoadService( } /// - /// Merge custom achievements into achievement db table + /// Merge custom achievements into achievement db table /// protected void MergeCustomAchievements() { @@ -153,7 +151,7 @@ public class PostDbLoadService( foreach (var customAchievement in _databaseService.GetCustomAchievements()) { if (achievements.Exists((a) => a.Id == customAchievement.Id)) { - _logger.Warning($"Unable to add custom achievement as id: ${customAchievement.Id} already exists"); + _logger.Warning($"Unable to add custom achievement as id: {customAchievement.Id} already exists"); continue; } @@ -519,19 +517,6 @@ public class PostDbLoadService( } } - /// - /// Blank out the "test" mail message from prapor - /// - protected void RemovePraporTestMessage() - { - // Iterate over all languages (e.g. "en", "fr") - var locales = _databaseService.GetLocales(); - foreach (var localeKvP in locales.Global) - { - locales.Global[localeKvP.Key].Value["61687e2c3e526901fa76baf9"] = ""; - } - } - /// /// Check for any missing assorts inside each traders assort.json data, checking against traders questassort.json /// diff --git a/Libraries/SPTarkov.Server.Core/Services/RagfairTaxService.cs b/Libraries/SPTarkov.Server.Core/Services/RagfairTaxService.cs index f75fa5af..bb5adb04 100644 --- a/Libraries/SPTarkov.Server.Core/Services/RagfairTaxService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/RagfairTaxService.cs @@ -109,9 +109,9 @@ public class RagfairTaxService( _databaseService.GetGlobals().Configuration.RepairSettings.ItemEnhancementSettings; var priceModiferValue = buffType switch { - "DamageReduction" => itemEnhancementSettings.DamageReduction.PriceModifierValue.Value, - "MalfunctionProtections" => itemEnhancementSettings.MalfunctionProtections.PriceModifierValue.Value, - "WeaponSpread" => itemEnhancementSettings.WeaponSpread.PriceModifierValue.Value, + BuffType.DamageReduction => itemEnhancementSettings.DamageReduction.PriceModifierValue.Value, + BuffType.MalfunctionProtections => itemEnhancementSettings.MalfunctionProtections.PriceModifierValue.Value, + BuffType.WeaponSpread => itemEnhancementSettings.WeaponSpread.PriceModifierValue.Value, _ => 1d }; discountedTax *= 1.0 + Math.Abs(item.Upd.Buff.Value.Value - 1.0) * priceModiferValue; diff --git a/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs b/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs index 113ff3a1..9b4239a7 100644 --- a/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/RaidTimeAdjustmentService.cs @@ -304,6 +304,6 @@ public class RaidTimeAdjustmentService( result.Add(exitChange); } - return result.Count > 0 ? result : null; + return result; } } diff --git a/Libraries/SPTarkov.Server.Core/Services/RepairService.cs b/Libraries/SPTarkov.Server.Core/Services/RepairService.cs index 81e5bf31..a67adafa 100644 --- a/Libraries/SPTarkov.Server.Core/Services/RepairService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/RepairService.cs @@ -551,7 +551,7 @@ public class RepairService( item.Upd.Buff = new UpdBuff { Rarity = bonusRarityName, - BuffType = bonusTypeName, + BuffType = Enum.Parse(bonusTypeName), Value = bonusValue, ThresholdDurability = _randomUtil.GetPercentOfValue(bonusThresholdPercent, item.Upd.Repairable.Durability.Value, 0) }; diff --git a/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs b/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs index a3ba12dd..006514d9 100644 --- a/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs +++ b/Libraries/SPTarkov.Server.Core/Services/SeasonalEventService.cs @@ -21,7 +21,8 @@ public class SeasonalEventService( BotHelper _botHelper, ProfileHelper _profileHelper, //DatabaseImporter _databaseImporter, - ConfigServer _configServer + ConfigServer _configServer, + LocaleService _localeService ) { private bool _christmasEventActive; @@ -761,6 +762,13 @@ public class SeasonalEventService( protected void ConfigureZombies(ZombieSettings zombieSettings) { + // Flag zombies as being enabled + var botData = _databaseService.GetBots(); + if (!botData.Core.TryAdd("ACTIVE_HALLOWEEN_ZOMBIES_EVENT", true)) + { + botData.Core["ACTIVE_HALLOWEEN_ZOMBIES_EVENT"] = true; + } + var globals = _databaseService.GetGlobals(); var infectionHalloween = globals.Configuration.SeasonActivity.InfectionHalloween; infectionHalloween.DisplayUIEnabled = true; @@ -1053,9 +1061,8 @@ public class SeasonalEventService( protected void RenameBitcoin() { - var enLocale = _databaseService.GetLocales().Global["en"]; - enLocale.Value[$"{ItemTpl.BARTER_PHYSICAL_BITCOIN} Name"] = "Physical SPT Coin"; - enLocale.Value[$"{ItemTpl.BARTER_PHYSICAL_BITCOIN} ShortName"] = "0.2SPT"; + _localeService.AddCustomClientLocale("en", $"{ItemTpl.BARTER_PHYSICAL_BITCOIN} Name", "Physical SPT Coin"); + _localeService.AddCustomClientLocale("en", $"{ItemTpl.BARTER_PHYSICAL_BITCOIN} ShortName", "0.2SPT"); } /// diff --git a/Libraries/SPTarkov.Server.Core/Utils/JsonUtil.cs b/Libraries/SPTarkov.Server.Core/Utils/JsonUtil.cs index 61d0504f..1c68ef02 100644 --- a/Libraries/SPTarkov.Server.Core/Utils/JsonUtil.cs +++ b/Libraries/SPTarkov.Server.Core/Utils/JsonUtil.cs @@ -8,6 +8,8 @@ using SPTarkov.Server.Core.Models.Enums; using SPTarkov.Server.Core.Models.Spt.Dialog; using SPTarkov.Server.Core.Utils.Json.Converters; using SPTarkov.Common.Annotations; +using SPTarkov.Server.Core.Models.Eft.Common; +using SPTarkov.Server.Core.Models.Logging; namespace SPTarkov.Server.Core.Utils; @@ -50,7 +52,16 @@ public class JsonUtil new EftEnumConverter(), new EftEnumConverter(), new EftEnumConverter(), + new EftEnumConverter(), + new EftEnumConverter(), + + new EftEnumConverter(), + new EftEnumConverter(), + new EftEnumConverter(), + new EftListEnumConverter(), + new EftListEnumConverter(), + new EftListEnumConverter(), new BaseInteractionRequestDataConverter() } }; @@ -60,7 +71,6 @@ public class JsonUtil WriteIndented = true }; - /// /// Convert JSON into an object /// diff --git a/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.Generated.cs b/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.Generated.cs new file mode 100644 index 00000000..2964872b --- /dev/null +++ b/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.Generated.cs @@ -0,0 +1,11 @@ +using SPTarkov.Server.Core.Models.Enums; + +namespace SPTarkov.Server.Core.Utils; + +public static partial class ProgramStatics +{ + private static string? _sptVersion = "4.0.0"; + private static string? _commit = "a12b34"; + private static double? _buildTime = 0000000000; + private static EntryType? BuildType = EntryType.LOCAL; +} diff --git a/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.cs b/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.cs index 6f105352..cbb02968 100644 --- a/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.cs +++ b/Libraries/SPTarkov.Server.Core/Utils/ProgramStatics.cs @@ -1,23 +1,16 @@ +using SPTarkov.Server.Core.Models.Enums; + namespace SPTarkov.Server.Core.Utils; -public static class ProgramStatics +public static partial class ProgramStatics { - private static EntryType _entryType; - private static bool _debug; private static bool _compiled; private static bool _mods; - private static string? _sptVersion; - private static string? _commit; - private static double? _buildTime; - - private static BuildInfo buildInfo; // TODO get from buildinfo.json - public static void Initialize() { - buildInfo = new BuildInfo(); - _entryType = buildInfo.entryType.GetValueOrDefault(EntryType.LOCAL); + var _entryType = ProgramStatics.BuildType ?? EntryType.LOCAL; switch (_entryType) { @@ -38,7 +31,7 @@ public static class ProgramStatics _mods = true; break; case EntryType.LOCAL: - default: // EntryType.LOCAL + default: _debug = true; _compiled = false; _mods = true; @@ -47,9 +40,9 @@ public static class ProgramStatics } // Public Static Getters - public static EntryType ENTRY_TYPE() + public static EntryType? ENTRY_TYPE() { - return _entryType; + return BuildType; } public static bool DEBUG() @@ -82,46 +75,3 @@ public static class ProgramStatics return _buildTime; } } - -public enum EntryType -{ - LOCAL, - DEBUG, - RELEASE, - BLEEDING_EDGE, - BLEEDING_EDGE_MODS -} - -public class BuildInfo -{ - public BuildInfo() - { - sptVersion = ""; - commit = ""; - buildTime = 0; - } - - public EntryType? entryType - { - get; - set; - } - - public string? sptVersion - { - get; - set; - } - - public string? commit - { - get; - set; - } - - public double? buildTime - { - get; - set; - } -} diff --git a/Libraries/SPTarkov.Server.Core/Utils/RagfairOfferHolder.cs b/Libraries/SPTarkov.Server.Core/Utils/RagfairOfferHolder.cs index 5ae5b2a9..47c0ff3c 100644 --- a/Libraries/SPTarkov.Server.Core/Utils/RagfairOfferHolder.cs +++ b/Libraries/SPTarkov.Server.Core/Utils/RagfairOfferHolder.cs @@ -1,3 +1,4 @@ +using System.Collections.Concurrent; using SPTarkov.Server.Core.Helpers; using SPTarkov.Server.Core.Models.Eft.Common.Tables; using SPTarkov.Server.Core.Models.Eft.Ragfair; @@ -6,28 +7,28 @@ using SPTarkov.Server.Core.Models.Utils; using SPTarkov.Server.Core.Servers; using SPTarkov.Server.Core.Services; using SPTarkov.Common.Annotations; +using LogLevel = SPTarkov.Server.Core.Models.Spt.Logging.LogLevel; namespace SPTarkov.Server.Core.Utils; [Injectable(InjectionType.Singleton)] public class RagfairOfferHolder( - ISptLogger logger, - RagfairServerHelper ragfairServerHelper, - ProfileHelper profileHelper, - HashUtil hashUtil, - LocalisationService localisationService, - ConfigServer configServer) + ISptLogger _logger, + RagfairServerHelper _ragfairServerHelper, + ProfileHelper _profileHelper, + HashUtil _hashUtil, + LocalisationService _localisationService, + ConfigServer _configServer +) { - protected int _maxOffersPerTemplate = configServer.GetConfig().Dynamic.OfferItemCount.Max; - protected Dictionary _offersById = new(); - protected readonly Lock _offersByIdLock = new(); - protected Dictionary> _offersByTemplate = new(); // key = tplId, value = list of offerIds - protected readonly Lock _offersByTemplateLock = new(); - protected Dictionary> _offersByTrader = new(); // key = traderId, value = list of offerIds - protected readonly Lock _offersByTraderLock = new(); + protected int _maxOffersPerTemplate = _configServer.GetConfig().Dynamic.OfferItemCount.Max; + protected ConcurrentDictionary _offersById = new(); + protected ConcurrentDictionary> _offersByTemplate = new(); // key = tplId, value = list of offerIds + protected ConcurrentDictionary> _offersByTrader = new(); // key = traderId, value = list of offerIds protected HashSet _expiredOfferIds = []; - protected readonly Lock _expiredOfferIdsLock = new(); + protected readonly Lock _expiredOfferIdsLock = new Lock(); + protected readonly Lock _ragfairOperationLock = new Lock(); /// /// Get a ragfair offer by its id @@ -36,10 +37,7 @@ public class RagfairOfferHolder( /// RagfairOffer public RagfairOffer? GetOfferById(string id) { - lock (_offersByIdLock) - { - return _offersById.GetValueOrDefault(id); - } + return _offersById.GetValueOrDefault(id); } /// @@ -49,21 +47,18 @@ public class RagfairOfferHolder( /// RagfairOffer list public List? GetOffersByTemplate(string templateId) { - lock (_offersByTemplateLock) + // Get the offerIds we want to return + if (!_offersByTemplate.TryGetValue(templateId, out var offerIds)) { - // Get the offerIds we want to return - if (!_offersByTemplate.TryGetValue(templateId, out var offerIds)) - { - return null; - } - - var result = _offersById - .Where(x => offerIds.Contains(x.Key)) - .Select(x => x.Value) - .ToList(); - - return result; + return null; } + + var result = _offersById + .Where(x => offerIds.Contains(x.Key)) + .Select(x => x.Value) + .ToList(); + + return result; } /// @@ -73,17 +68,15 @@ public class RagfairOfferHolder( /// RagfairOffer list public List? GetOffersByTrader(string traderId) { - lock (_offersByTraderLock) + if (!_offersByTrader.TryGetValue(traderId, out var offerIds)) { - if (!_offersByTrader.TryGetValue(traderId, out var offerIds)) - { - return null; - } - - return offerIds.Select(offerId => _offersById.GetValueOrDefault(offerId)) - .Where(offer => offer != null) - .ToList(); + return null; } + + return offerIds + .Select(offerId => _offersById.GetValueOrDefault(offerId)) + .Where(offer => offer != null) + .ToList(); } /// @@ -92,12 +85,9 @@ public class RagfairOfferHolder( /// RagfairOffer list public List GetOffers() { - lock (_offersByIdLock) + if (_offersById.Count > 0) { - if (_offersById.Count > 0) - { - return _offersById.Values.ToList(); - } + return _offersById.Values.ToList(); } return []; @@ -121,29 +111,33 @@ public class RagfairOfferHolder( /// Offer to add public void AddOffer(RagfairOffer offer) { - lock (_offersByIdLock) + lock (_ragfairOperationLock) { var sellerId = offer.User.Id; // Keep generating IDs until we get a unique one while (_offersById.ContainsKey(offer.Id)) { - offer.Id = hashUtil.Generate(); + offer.Id = _hashUtil.Generate(); } var itemTpl = offer.Items?.FirstOrDefault()?.Template; // If it is an NPC PMC offer AND we have already reached the maximum amount of possible offers // for this template, just don't add in more - var sellerIsTrader = ragfairServerHelper.IsTrader(sellerId); - if (itemTpl != null - && !(sellerIsTrader || profileHelper.IsPlayer(sellerId)) + var sellerIsTrader = _ragfairServerHelper.IsTrader(sellerId); + if ( + itemTpl != null + && !(sellerIsTrader || _profileHelper.IsPlayer(sellerId)) && _offersByTemplate.TryGetValue(itemTpl, out var offers) && offers?.Count >= _maxOffersPerTemplate - ) + ) { return; } - _offersById.Add(offer.Id, offer); + if (!_offersById.TryAdd(offer.Id, offer)) + { + _logger.Warning($"Offer: {offer.Id} already exists"); + } if (sellerIsTrader) { @@ -161,43 +155,37 @@ public class RagfairOfferHolder( /// OPTIONAL - Should trader offers be checked for offer id public void RemoveOffer(string offerId, bool checkTraderOffers = true) { - lock (_offersByIdLock) + if (!_offersById.TryGetValue(offerId, out var offer)) { - if (!_offersById.TryGetValue(offerId, out var offer)) - { - logger.Warning(localisationService.GetText("ragfair-unable_to_remove_offer_doesnt_exist", offerId)); - return; - } + _logger.Warning(_localisationService.GetText("ragfair-unable_to_remove_offer_doesnt_exist", offerId)); + return; + } - _offersById.Remove(offer.Id); + if (!_offersById.TryRemove(offer.Id, out _)) + { + _logger.Warning($"Unable to remove offer: {offer.Id}"); + } - if (checkTraderOffers) + if (checkTraderOffers && _offersByTrader.ContainsKey(offer.User.Id)) + { + _offersByTrader[offer.User.Id].Remove(offer.Id); + // This was causing a memory leak, we need to make sure that we remove + // the user ID from the cached offers after they dont have anything else + // on the flea placed. We regenerate the ID for the NPC users, making it + // continuously grow otherwise + if (_offersByTrader[offer.User.Id].Count == 0) { - lock (_offersByTraderLock) + if (!_offersByTrader.TryRemove(offer.User.Id, out _)) { - if (_offersByTrader.ContainsKey(offer.User.Id)) - { - _offersByTrader[offer.User.Id].Remove(offer.Id); - // This was causing a memory leak, we need to make sure that we remove - // the user ID from the cached offers after they dont have anything else - // on the flea placed. We regenerate the ID for the NPC users, making it - // continuously grow otherwise - if (_offersByTrader[offer.User.Id].Count == 0) - { - _offersByTrader.Remove(offer.User.Id); - } - } + _logger.Warning($"Unable to remove Trader offer: {offer.Id}"); } } + } - lock (_offersByTemplateLock) - { - var firstItem = offer.Items.FirstOrDefault(); - if (_offersByTemplate.TryGetValue(firstItem.Template, out var offers)) - { - offers.Remove(offer.Id); - } - } + var firstItem = offer.Items.FirstOrDefault(); + if (_offersByTemplate.TryGetValue(firstItem.Template, out var offers)) + { + offers.Remove(offer.Id); } } @@ -207,18 +195,18 @@ public class RagfairOfferHolder( /// Trader id to remove offers from public void RemoveAllOffersByTrader(string traderId) { - lock (_offersByTraderLock) + if (_offersByTrader.TryGetValue(traderId, out var offerIdsToRemove)) { - if (_offersByTrader.TryGetValue(traderId, out var offerIdsToRemove)) + foreach (var offerId in offerIdsToRemove) { - foreach (var offerId in offerIdsToRemove) + if (!_offersById.TryRemove(offerId, out _)) { - _offersById.Remove(offerId); + _logger.Warning($"Unable to remove offer: {offerId}"); } - - // Clear out linking table - _offersByTrader[traderId].Clear(); } + + // Clear out linking table + _offersByTrader[traderId].Clear(); } } @@ -229,16 +217,15 @@ public class RagfairOfferHolder( /// Offer to store against tpl protected void AddOfferByTemplates(string template, string offerId) { - lock (_offersByTemplateLock) + if (_offersByTemplate.ContainsKey(template)) { - if (_offersByTemplate.ContainsKey(template)) - { - _offersByTemplate[template].Add(offerId); - } - else - { - _offersByTemplate.Add(template, [offerId]); - } + _offersByTemplate[template].Add(offerId); + return; + } + + if (!_offersByTemplate.TryAdd(template, [offerId])) + { + _logger.Warning($"Unable to add offer: {offerId} to offersByTemplate"); } } @@ -249,16 +236,15 @@ public class RagfairOfferHolder( /// Offer to store against protected void AddOfferByTrader(string trader, string offerId) { - lock (_offersByTraderLock) + if (_offersByTrader.ContainsKey(trader)) { - if (_offersByTrader.ContainsKey(trader)) - { - _offersByTrader[trader].Add(offerId); - } - else - { - _offersByTrader.Add(trader, [offerId]); - } + _offersByTrader[trader].Add(offerId); + return; + } + + if (!_offersByTrader.TryAdd(trader, [offerId])) + { + _logger.Error($"Unable to add offer: {offerId} to offersByTrader"); } } @@ -286,7 +272,10 @@ public class RagfairOfferHolder( { lock (_expiredOfferIdsLock) { - _expiredOfferIds.Add(staleOfferId); + if (!_expiredOfferIds.Add(staleOfferId)) + { + _logger.Warning($"Unable to add offer: {staleOfferId} to expired offers"); + } } } @@ -317,13 +306,13 @@ public class RagfairOfferHolder( var offer = GetOfferById(expiredOfferId); if (offer is null) { - logger.Warning($"offerId: {expiredOfferId} was not found !!"); + _logger.Warning($"offerId: {expiredOfferId} was not found !!"); continue; } + if (offer?.Items?.Count == 0) { - logger.Error($"Unable to process expired offer: {expiredOfferId}, it has no items"); - + _logger.Error($"Unable to process expired offer: {expiredOfferId}, it has no items"); continue; } @@ -355,7 +344,7 @@ public class RagfairOfferHolder( { foreach (var offer in GetOffers()) { - if (_expiredOfferIds.Contains(offer.Id) || ragfairServerHelper.IsTrader(offer.User.Id)) + if (_expiredOfferIds.Contains(offer.Id) || _ragfairServerHelper.IsTrader(offer.User.Id)) { // Already flagged or trader offer (handled separately), skip continue; @@ -363,7 +352,10 @@ public class RagfairOfferHolder( if (IsStale(offer, timestamp)) { - _expiredOfferIds.Add(offer.Id); + if (!_expiredOfferIds.Add(offer.Id)) + { + _logger.Warning($"Unable to add offer: {offer.Id} to expired offers"); + } } } } diff --git a/Libraries/SPTarkov.Server.Core/Utils/RandomUtil.cs b/Libraries/SPTarkov.Server.Core/Utils/RandomUtil.cs index 2cb64fed..c240308f 100644 --- a/Libraries/SPTarkov.Server.Core/Utils/RandomUtil.cs +++ b/Libraries/SPTarkov.Server.Core/Utils/RandomUtil.cs @@ -115,6 +115,11 @@ public class RandomUtil(ISptLogger _logger, ICloner _cloner) // We can call `count` directly if it's a list if (collection is IList list) { + if (!list.Any()) + { + throw new InvalidOperationException("Sequence contains no elements."); + } + return list[GetInt(0, list.Count - 1)]; } diff --git a/README.md b/README.md index 0fd84114..02b17611 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This is the Server project for the Single Player Tarkov mod for Escape From Tark - [Commands](#commands) - [Debugging](#debugging) - [Mod Debugging](#mod-debugging) +- [Deployment]() - [Contributing](#contributing) - [Branches](#branchs) - [Pull Request Guidelines](#pull-request-guidelines) @@ -29,14 +30,18 @@ For a full list of features, please see [FEATURES.md](FEATURES.md) This project has been built in [Visual Studio](https://visualstudio.microsoft.com/) (VS) and [Rider](https://www.jetbrains.com/rider/) using [.NET](https://dotnet.microsoft.com/en-us/) +Minimum required Visual Studio version is `17.13.5` +Minimum required Rider version is `2024.3` + +You only need one of the above. + ### Initial Setup -To prepare the project for development you will need to: - -1. Run `git clone https://github.com/sp-tarkov/server-csharp.git server` to clone the repository -2. Run `git lfs pull` to download LFS files locally. -3. Open the `project/server-csharp.sln` file in Visual Studio or Rider -4. Run `Build > Build Solution (CTRL + SHIFT + B)` in the IDE +1. Download and install the [.net 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0). +2. Run `git clone https://github.com/sp-tarkov/server-csharp.git server` to clone the repository +3. Run `git lfs pull` to download LFS files locally. +4. Open the `project/server-csharp.sln` file in Visual Studio or Rider +5. Run `Build > Build Solution (CTRL + SHIFT + B)` in the IDE ## Development @@ -44,36 +49,53 @@ To prepare the project for development you will need to: ### Debugging -To debug the project in Visual Studio Code: -1. Choose `Server` and `Spt Server Debug` in the debug dropdowns +To debug the project in Visual Studio Code:[SPTarkov.Server.Core.csproj](Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj) +1. Choose `Server` and `Spt Server` in the debug dropdowns 2. Choose `Debug > Start Debugging (F5)` to run the server +[SPTarkov.Server.Core.csproj](Libraries/SPTarkov.Server.Core/SPTarkov.Server.Core.csproj) +With Rider: +1. Choose the configuration called `SPTarkov.Server: Spt Server Debug` +2. Hit `(Alt + F5)` To start Debugging ### Mod Debugging To debug a server mod in Visual Studio, you can copy the mod DLL into the `user/mods` folder and then start the server +## Deployment + +To build the project via CLI: +1. Open the terminal at the poject root +2. Run command `dotnetn publish` +- `-c Release` for release build +- `-p:SptVersion=*.*.*` to set the version ProgramStatics uses +- `-p:SptCommit=******` to set the commit ProgramStatics uses +- `-p:SptBuildTime=*********` to set the buildTime ProgramStatic uses +- `-p:SptBuildType=*********` to set the BuildType ProgramStatic uses +- - Options for SptBuildType are in the EntryType Enum +- - LOCAL, DEBUG, RELEASE, BLEEDING_EDGE, BLEEDING_EDGE_MODS - *must be all caps* + ## Contributing We're really excited that you're interested in contributing! Before submitting your contribution, please consider the following: ### Branches -- **master** +- **master** The default branch used for the latest stable release. This branch is protected and typically is only merged with release branches. - **development** The main branch for server development. PRs should target this. ### Pull Request Guidelines -- **Keep Them Small** +- **Keep Them Small** If you're fixing a bug, try to keep the changes to the bug fix only. If you're adding a feature, try to keep the changes to the feature only. This will make it easier to review and merge your changes. -- **Perform a Self-Review** +- **Perform a Self-Review** Before submitting your changes, review your own code. This will help you catch any mistakes you may have made. -- **Remove Noise** +- **Remove Noise** Remove any unnecessary changes to white space, code style formatting, or some text change that has no impact related to the intention of the PR. -- **Create a Meaningful Title** +- **Create a Meaningful Title** When creating a PR, make sure the title is meaningful and describes the changes you've made. -- **Write Detailed Commit Messages** +- **Write Detailed Commit Messages** Bring out your table manners, speak the Queen's English and be on your best behaviour. ### Style Guide diff --git a/SPTarkov.Server/Logger/AbstractFormatter.cs b/SPTarkov.Server/Logger/AbstractFormatter.cs index d39107bb..0bfa9665 100644 --- a/SPTarkov.Server/Logger/AbstractFormatter.cs +++ b/SPTarkov.Server/Logger/AbstractFormatter.cs @@ -1,3 +1,4 @@ +using System.Text; using Serilog.Events; using Serilog.Formatting; @@ -7,6 +8,7 @@ public abstract class AbstractFormatter : ITextFormatter { public void Format(LogEvent logEvent, TextWriter output) { + Console.OutputEncoding = Encoding.UTF8; var newLine = Environment.NewLine; var timestamp = logEvent.Timestamp.ToString("HH:mm:ss.fff"); var logLevel = logEvent.Level.ToString().ToUpper().Substring(0, 4); diff --git a/SPTarkov.Server/Logger/WebApplicationLogger.cs b/SPTarkov.Server/Logger/WebApplicationLogger.cs index 76c3ff1f..2ec7aff2 100644 --- a/SPTarkov.Server/Logger/WebApplicationLogger.cs +++ b/SPTarkov.Server/Logger/WebApplicationLogger.cs @@ -13,7 +13,7 @@ public class SptWebApplicationLogger : ISptLogger private readonly ILogger _logger; private static ILogger? _fileLogger; - public SptWebApplicationLogger(ILoggerProvider provider) + public SptWebApplicationLogger(ILoggerFactory provider) { _logger = provider.CreateLogger(typeof(T).FullName ?? "SPT Logger Default Name"); if (_fileLogger == null) diff --git a/SPTarkov.Server/Modding/HarmonyBootstrapper.cs b/SPTarkov.Server/Modding/HarmonyBootstrapper.cs index 0a84f170..7d5f88ea 100644 --- a/SPTarkov.Server/Modding/HarmonyBootstrapper.cs +++ b/SPTarkov.Server/Modding/HarmonyBootstrapper.cs @@ -1,5 +1,6 @@ using System.Reflection; using HarmonyLib; +using SPTarkov.Server.Core.Utils; namespace SPTarkov.Server.Modding; @@ -7,6 +8,11 @@ public class HarmonyBootstrapper { public static void LoadAllPatches(List assemblies) { + if (!ProgramStatics.MODS()) + { + return; + } + var hamony = new Harmony("SPT"); foreach (var assembly in assemblies) { diff --git a/SPTarkov.Server/Modding/ModDllLoader.cs b/SPTarkov.Server/Modding/ModDllLoader.cs index 5f149c5b..12a37895 100644 --- a/SPTarkov.Server/Modding/ModDllLoader.cs +++ b/SPTarkov.Server/Modding/ModDllLoader.cs @@ -2,6 +2,7 @@ using System.Reflection; using System.Runtime.Loader; using System.Text.Json; using SPTarkov.Server.Core.Models.Spt.Mod; +using SPTarkov.Server.Core.Utils; namespace SPTarkov.Server.Modding; @@ -18,6 +19,11 @@ public class ModDllLoader var mods = new List(); + if (!ProgramStatics.MODS()) + { + return mods; + } + // foreach directory in /user/mods/ // treat this as the MOD // should contain a dll and Package.json @@ -100,11 +106,6 @@ public class ModDllLoader throw new Exception($"The package.json file for {path} is missing one of these properties: name, author, licence, version or sptVersion"); } - if (result.Assemblies is not null && result.PackageJson is not null) - { - Console.WriteLine($"Loaded: {result.PackageJson.Name} Version: {result.PackageJson.Version} by: {result.PackageJson.Author}"); - } - return result; } } diff --git a/SPTarkov.Server/Modding/ModValidator.cs b/SPTarkov.Server/Modding/ModValidator.cs index ce1cc6b1..e77cb38f 100644 --- a/SPTarkov.Server/Modding/ModValidator.cs +++ b/SPTarkov.Server/Modding/ModValidator.cs @@ -219,7 +219,7 @@ public class ModValidator( protected bool IsModCompatibleWithSpt(PackageJsonData mod) { var sptVersion = ProgramStatics.SPT_VERSION() ?? sptConfig.SptVersion; - var modName = $"{mod.Author}-${mod.Name}"; + var modName = $"{mod.Author}-{mod.Name}"; // Error and prevent loading if sptVersion property is not a valid semver string if (!(semVer.IsValid(mod.SptVersion) || semVer.IsValidRange(mod.SptVersion))) diff --git a/SPTarkov.Server/Program.cs b/SPTarkov.Server/Program.cs index cca906fb..24ad31c9 100644 --- a/SPTarkov.Server/Program.cs +++ b/SPTarkov.Server/Program.cs @@ -6,9 +6,7 @@ using SPTarkov.Server.Core.Models.Spt.Mod; using SPTarkov.Server.Core.Models.Utils; using SPTarkov.Server.Core.Utils; using Serilog; -using Serilog.Events; using Serilog.Exceptions; -using Serilog.Extensions.Logging; using SPTarkov.Common.Semver; using SPTarkov.Common.Semver.Implementations; using SPTarkov.Server.Logger; @@ -21,28 +19,35 @@ public static class Program { public static void Main(string[] args) { + // Initialize the program variables + ProgramStatics.Initialize(); + // Search for mod dlls var mods = ModDllLoader.LoadAllMods(); + // Create web builder and logger - var builder = CreateNewHostBuilder(out var registeredLogger, args); - // Initialize the program variables TODO: this needs to be implemented properly - ProgramStatics.Initialize(); + var builder = CreateNewHostBuilder(args); // validate and sort mods, this will also discard any mods that are invalid var sortedLoadedMods = ValidateMods(mods); - // for harmony we use the original list, as some mods may only be bepinex patches only + // for harmony, we use the original list, as some mods may only be bepinex patches only HarmonyBootstrapper.LoadAllPatches(mods.SelectMany(asm => asm.Assemblies).ToList()); // register SPT components DependencyInjectionRegistrator.RegisterSptComponents(typeof(Program).Assembly, typeof(App).Assembly, builder.Services); - // register mod components from the filtered list - DependencyInjectionRegistrator.RegisterModOverrideComponents(builder.Services, sortedLoadedMods.SelectMany(a => a.Assemblies).ToList()); - var logger = new SerilogLoggerProvider(registeredLogger).CreateLogger("Server"); + + if (ProgramStatics.MODS()) + { + // register mod components from the filtered list + DependencyInjectionRegistrator.RegisterModOverrideComponents(builder.Services, sortedLoadedMods.SelectMany(a => a.Assemblies).ToList()); + } + + var serviceProvider = builder.Services.BuildServiceProvider(); + var logger = serviceProvider.GetService().CreateLogger("Server"); try { - var serviceProvider = builder.Services.BuildServiceProvider(); var watermark = serviceProvider.GetService(); - // Initialize Watermak + // Initialize Watermark watermark?.Initialize(); var appContext = serviceProvider.GetService(); @@ -57,6 +62,7 @@ public static class Program // Add the Loaded Mod Assemblies for later appContext?.AddValue(ContextVariableType.LOADED_MOD_ASSEMBLIES, mods); + // This is the builder that will get use by the HttpServer to start up the web application appContext?.AddValue(ContextVariableType.APP_BUILDER, builder); @@ -64,7 +70,7 @@ public static class Program var app = serviceProvider.GetService(); app?.Run().Wait(); - // Run garbage collection now server is ready to start + // Run garbage collection now the server is ready to start GCSettings.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.CompactOnce; GC.Collect(GC.MaxGeneration, GCCollectionMode.Aggressive, true, true); @@ -81,24 +87,47 @@ public static class Program { Console.WriteLine(ex); logger.LogCritical(ex, "Critical exception, stopping server..."); - // throw ex; } } - private static WebApplicationBuilder CreateNewHostBuilder(out Serilog.Core.Logger logger, string[]? args = null) + private static WebApplicationBuilder CreateNewHostBuilder(string[]? args = null) { var builder = WebApplication.CreateBuilder(args); - builder.Host.UseSerilog(); - builder.Configuration.AddJsonFile("appsettings.json", true, true); - CreateAndRegisterLogger(builder, out logger); + builder.Logging.ClearProviders(); + + if (ProgramStatics.DEBUG()) + { + builder.Configuration.AddJsonFile("appsettings.Development.json", true, true); + } + else + { + builder.Configuration.AddJsonFile("appsettings.json", true, true); + } + + builder.Host.UseSerilog((context, provider, logger) => + { + logger + .ReadFrom.Configuration(context.Configuration) + .ReadFrom.Services(provider) + .Enrich.FromLogContext() + .Enrich.WithExceptionDetails() + .Enrich.WithThreadName() + .Enrich.WithThreadId(); + }); + return builder; } private static List ValidateMods(List mods) { + if (!ProgramStatics.MODS()) + { + return []; + } + // We need the SPT dependencies for the ModValidator, but mods are loaded before the web application // So we create a disposable web application that we will throw away after getting the mods to load - var builder = CreateNewHostBuilder(out _); + var builder = CreateNewHostBuilder(); // register SPT components DependencyInjectionRegistrator.RegisterSptComponents(typeof(Program).Assembly, typeof(App).Assembly, builder.Services); // register the mod validator components @@ -111,20 +140,4 @@ public static class Program var modValidator = provider.GetRequiredService(); return modValidator.ValidateAndSort(mods); } - - public static void CreateAndRegisterLogger(WebApplicationBuilder builder, out Serilog.Core.Logger logger) - { - builder.Logging.ClearProviders(); - logger = new LoggerConfiguration() - .ReadFrom.Configuration(builder.Configuration) -# if DEBUG - .MinimumLevel.Debug() -# endif - .MinimumLevel.Override("Microsoft.AspNetCore.Hosting.Diagnostics", LogEventLevel.Warning) - .Enrich.FromLogContext() - .Enrich.WithThreadId() - .Enrich.WithExceptionDetails() - .CreateLogger(); - builder.Logging.AddSerilog(logger); - } } diff --git a/SPTarkov.Server/Properties/launchSettings.json b/SPTarkov.Server/Properties/launchSettings.json new file mode 100644 index 00000000..cdde37c3 --- /dev/null +++ b/SPTarkov.Server/Properties/launchSettings.json @@ -0,0 +1,9 @@ +{ + "profiles": { + "Spt Server": { + "commandName": "Project", + "hotReloadEnabled": false, + "workingDirectory": "$(OutputPath)" + } + } +} diff --git a/SPTarkov.Server/SPTarkov.Server.csproj b/SPTarkov.Server/SPTarkov.Server.csproj index 9dc128dd..d4fa1640 100644 --- a/SPTarkov.Server/SPTarkov.Server.csproj +++ b/SPTarkov.Server/SPTarkov.Server.csproj @@ -1,6 +1,6 @@ - + SPTarkov.Server @@ -18,32 +18,36 @@ - - + + - - - - - - - - - - - + + + + + + + + + + + - PreserveNewest + Always - + + Always + + Always + diff --git a/SPTarkov.Server/appsettings.Development.json b/SPTarkov.Server/appsettings.Development.json new file mode 100644 index 00000000..d54831b7 --- /dev/null +++ b/SPTarkov.Server/appsettings.Development.json @@ -0,0 +1,114 @@ +{ + "Serilog": { + "Using": [ + "Serilog.Sinks.Console", + "Serilog.Sinks.File" + ], + "MinimumLevel": { + "Default": "Verbose", + "Override": { + "Microsoft": "Verbose" + } + }, + "WriteTo": [ + { + "Name": "Logger", + "Args": { + "configureLogger": { + "Filter": [ + { + "Name": "ByExcluding", + "Args": { + "expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')" + } + }, + { + "Name": "ByExcluding", + "Args": { + "expression": "SourceContext like 'Microsoft%'" + } + } + ], + "WriteTo": [ + { + "Name": "Console", + "Args": { + "formatter": "SPTarkov.Server.Logger.ConsoleFormatter::Default, SPTarkov.Server" + } + }, + { + "Name": "File", + "Args": { + "path": "./user/logs/spt/spt.txt", + "rollingInterval": "Day", + "fileSizeLimitBytes": "20971520", + "rollOnFileSizeLimit": true, + "formatter": "SPTarkov.Server.Logger.FileFormatter::Default, SPTarkov.Server" + } + } + ] + } + } + }, + { + "Name": "Logger", + "Args": { + "configureLogger": { + "Filter": [ + { + "Name": "ByIncludingOnly", + "Args": { + "expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')" + } + } + ], + "WriteTo": [ + { + "Name": "File", + "Args": { + "formatter": "SPTarkov.Server.Logger.FileFormatter::Default, SPTarkov.Server", + "path": "./user/logs/requests/requests.txt", + "rollingInterval": "Day", + "fileSizeLimitBytes": "20971520", + "rollOnFileSizeLimit": true + } + } + ] + } + } + }, + { + "Name": "Logger", + "Args": { + "configureLogger": { + "Filter": [ + { + "Name": "ByIncludingOnly", + "Args": { + "expression": "SourceContext like 'Microsoft%'" + } + } + ], + "WriteTo": [ + { + "Name": "File", + "Args": { + "path": "./user/logs/kestrel/kestrel.txt", + "rollingInterval": "Day", + "fileSizeLimitBytes": "20971520", + "rollOnFileSizeLimit": true, + "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}" + } + } + ] + } + } + } + ], + "Enrich": [ + "FromLogContext", + "WithExceptionDetails", + "WithThreadId" + ] + } +} diff --git a/SPTarkov.Server/appsettings.json b/SPTarkov.Server/appsettings.json index c5153967..fad010ad 100644 --- a/SPTarkov.Server/appsettings.json +++ b/SPTarkov.Server/appsettings.json @@ -1,103 +1,60 @@ { - "Logging": { - "LogLevel": { - "Default": "Trace", - "System": "Information", - "Microsoft": "Information", - "Microsoft.AspNetCore.Hosting.Diagnostics": "Warning", - "Microsoft.AspNetCore.Server.Kestrel.Connections": "Information" - } - }, "Serilog": { + "Using": [ + "Serilog.Sinks.Console", + "Serilog.Sinks.File" + ], + "MinimumLevel": { + "Default": "Verbose", + "Override": { + "Microsoft": "Verbose" + } + }, "WriteTo": [ { - "Name": "Async", + "Name": "Logger", "Args": { - "configure": [ - { - "Name": "Logger", - "Args": { - "configureLogger": { - "Filter": [ - { - "Name": "ByExcluding", - "Args": { - "expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')" - } - } - ], - "WriteTo": [ - { - "Name": "Logger", - "Args": { - "configureLogger": { - "Filter": [ - { - "Name": "ByExcluding", - "Args": { - "expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Utils.Logger.FileLogger')" - } - } - ], - "WriteTo": [ - { - "Name": "Console", - "Args": { - "formatter": "SPTarkov.Server.Logger.ConsoleFormatter::Default, SPTarkov.Server" - } - } - ] - } - } - }, - { - "Name": "File", - "Args": { - "formatter": "SPTarkov.Server.Logger.FileFormatter::Default, SPTarkov.Server", - "path": "./user/logs/log.txt", - "fileSizeLimitBytes": "20971520", - "rollOnFileSizeLimit": true, - "rollingInterval": "Day" - } - } - ] + "configureLogger": { + "Filter": [ + { + "Name": "ByExcluding", + "Args": { + "expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')" + } + }, + { + "Name": "ByExcluding", + "Args": { + "expression": "SourceContext like 'Microsoft%'" } } - }, - { - "Name": "Logger", - "Args": { - "configureLogger": { - "Filter": [ - { - "Name": "ByIncludingOnly", - "Args": { - "expression": "StartsWith(SourceContext, 'SPTarkov.Server.Core.Servers.Http.RequestLogger')" - } - } - ], - "WriteTo": [ - { - "Name": "File", - "Args": { - "formatter": "SPTarkov.Server.Logger.FileFormatter::Default, SPTarkov.Server", - "path": "./user/logs/requests.txt", - "fileSizeLimitBytes": "20971520", - "rollOnFileSizeLimit": true, - "rollingInterval": "Day" - } - } - ] + ], + "WriteTo": [ + { + "Name": "Console", + "Args": { + "formatter": "SPTarkov.Server.Logger.ConsoleFormatter::Default, SPTarkov.Server" + } + }, + { + "Name": "File", + "Args": { + "path": "./user/logs/spt/spt.txt", + "rollingInterval": "Day", + "fileSizeLimitBytes": "20971520", + "rollOnFileSizeLimit": true, + "formatter": "SPTarkov.Server.Logger.FileFormatter::Default, SPTarkov.Server" } } - } - ] + ] + } } } ], "Enrich": [ "FromLogContext", - "WithExceptionDetails" + "WithExceptionDetails", + "WithThreadId" ] } }